first tests with firefox and chrome seem to indicate that it is working.
i will have to deploy it onto my test server and perform some more tests.
This commit is contained in:
		
							parent
							
								
									5e85458936
								
							
						
					
					
						commit
						a8f8aa0947
					
				
					 3 changed files with 9 additions and 6 deletions
				
			
		|  | @ -13,7 +13,7 @@ GNU General Public License for more details. | ||||||
| You should have received a copy of the GNU General Public License | You should have received a copy of the GNU General Public License | ||||||
| along with this program.  If not, see <http://www.gnu.org/licenses/>. | along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||||
| --> | --> | ||||||
| <html lang="de"> | <html lang="de" manifest="manifest.appcache"> | ||||||
| <head> | <head> | ||||||
|     <title>Bärneruhr - Die Zeit im Wort</title> |     <title>Bärneruhr - Die Zeit im Wort</title> | ||||||
|     <meta charset="utf-8"/> |     <meta charset="utf-8"/> | ||||||
|  | @ -43,7 +43,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||||
| <body style="padding:0;margin:0;"> | <body style="padding:0;margin:0;"> | ||||||
| <div id="uhr"></div> | <div id="uhr"></div> | ||||||
| <p id="disclaimer">Created by <a href="http://www.fritteli.ch/">fritteli</a>, inspired by <a href="http://www.qlocktwo.com/">QLOCKTWO</a>. <a | <p id="disclaimer">Created by <a href="http://www.fritteli.ch/">fritteli</a>, inspired by <a href="http://www.qlocktwo.com/">QLOCKTWO</a>. <a | ||||||
|         onclick="go('info/')" href="#">Read more!</a></p> |         onclick="go('info/index.html')" href="#">Read more!</a></p> | ||||||
| <script type="text/javascript"> | <script type="text/javascript"> | ||||||
|     (function($) { |     (function($) { | ||||||
|         var width = $(window).width(); |         var width = $(window).width(); | ||||||
|  |  | ||||||
|  | @ -13,7 +13,7 @@ GNU General Public License for more details. | ||||||
| You should have received a copy of the GNU General Public License | You should have received a copy of the GNU General Public License | ||||||
| along with this program.  If not, see <http://www.gnu.org/licenses/>. | along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||||
| --> | --> | ||||||
| <html lang="de"> | <html lang="de" manifest="../manifest.appcache"> | ||||||
| <head> | <head> | ||||||
|     <title>Die Zeit im Wort - Informationen</title> |     <title>Die Zeit im Wort - Informationen</title> | ||||||
|     <meta charset="utf-8"/> |     <meta charset="utf-8"/> | ||||||
|  | @ -23,7 +23,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||||
|     <link rel="stylesheet" type="text/css" href="../css/uhr-red.css" data-class="red"/> |     <link rel="stylesheet" type="text/css" href="../css/uhr-red.css" data-class="red"/> | ||||||
|     <link rel="stylesheet" type="text/css" href="info.css"/> |     <link rel="stylesheet" type="text/css" href="info.css"/> | ||||||
|     <link rel="shortcut icon" type="image/png" href="../resources/favicon.png"/> |     <link rel="shortcut icon" type="image/png" href="../resources/favicon.png"/> | ||||||
|     <script type="text/javascript" src="../dist/libs.js"></script> |     <script type="text/javascript" src="../dist/libs.min.js"></script> | ||||||
|     <script type="text/javascript" src="../dist/jquery.uhr.base.min.js"></script> |     <script type="text/javascript" src="../dist/jquery.uhr.base.min.js"></script> | ||||||
|     <script type="text/javascript"> |     <script type="text/javascript"> | ||||||
|         function go(url) { |         function go(url) { | ||||||
|  | @ -68,7 +68,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||||
| <p><a onclick="go('../')" href="#">Das interessiert mich nicht, ich will zurück zur grossen Uhr!</a></p> | <p><a onclick="go('../')" href="#">Das interessiert mich nicht, ich will zurück zur grossen Uhr!</a></p> | ||||||
| 
 | 
 | ||||||
| <h2 id="the-clock">Die Uhr<a href="#toc" class="toclink">Zum Inhalt</a></h2> | <h2 id="the-clock">Die Uhr<a href="#toc" class="toclink">Zum Inhalt</a></h2> | ||||||
| <a onclick="go('../')" href="#"> | <a onclick="go('../index.html')" href="#"> | ||||||
|     <div id="uhr1" style="display:inline-block"></div> |     <div id="uhr1" style="display:inline-block"></div> | ||||||
|     <div id="uhr2" style="display:inline-block"></div> |     <div id="uhr2" style="display:inline-block"></div> | ||||||
| </a> | </a> | ||||||
|  |  | ||||||
|  | @ -1,6 +1,7 @@ | ||||||
| CACHE MANIFEST | CACHE MANIFEST | ||||||
| # Version <%=VERSION_PLACEHOLDER=%> | # Version <%=VERSION_PLACEHOLDER=%> | ||||||
| 
 | 
 | ||||||
|  | / | ||||||
| css/uhr.css | css/uhr.css | ||||||
| css/uhr-black.css | css/uhr-black.css | ||||||
| css/uhr-blue.css | css/uhr-blue.css | ||||||
|  | @ -9,11 +10,13 @@ css/uhr-pink.css | ||||||
| css/uhr-red.css | css/uhr-red.css | ||||||
| css/uhr-white.css | css/uhr-white.css | ||||||
| css/uhr-yellow.css | css/uhr-yellow.css | ||||||
|  | dist/jquery.uhr.base.min.js | ||||||
| dist/jquery.uhr.complete.min.js | dist/jquery.uhr.complete.min.js | ||||||
| dist/libs.min.js | dist/libs.min.js | ||||||
|  | info/ | ||||||
| info/index.html | info/index.html | ||||||
| info/info.css | info/info.css | ||||||
| resources/apple-touch-icon-precomposes.png | resources/apple-touch-icon-precomposed.png | ||||||
| resources/close.png | resources/close.png | ||||||
| resources/favicon.png | resources/favicon.png | ||||||
| resources/settings.png | resources/settings.png | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue