25 <html> |
25 <html> |
26 <head> |
26 <head> |
27 <meta charset="utf-8"> |
27 <meta charset="utf-8"> |
28 <meta name="viewport" content="width=device-width, initial-scale=1"> |
28 <meta name="viewport" content="width=device-width, initial-scale=1"> |
29 <title>OTPWCalc</title> |
29 <title>OTPWCalc</title> |
30 <link rel="stylesheet" href="jquery.mobile/jquery.mobile-1.3.1.min.css" /> |
30 <link rel="stylesheet" href="jquery.mobile/jquery.mobile-1.3.2.min.css" /> |
31 <script src="jquery.core/jquery-1.10.2.min.js"></script> |
31 <script src="jquery.core/jquery-2.0.0.min.js"></script> |
32 <script type="text/javascript"> |
32 <script type="text/javascript"> |
33 $(document).on("pageinit", "#unknown", function() { |
33 $(document).on("pageinit", "#unknown", function() { |
34 // If this device supports the vibrate API... |
34 // If this device supports the vibrate API... |
35 if('vibrate' in navigator) { |
35 if('vibrate' in navigator) { |
36 // ...vibrate for a second |
36 // ...vibrate for a second |
37 navigator.vibrate(1000); |
37 navigator.vibrate(1000); |
38 } |
38 } |
39 alert("Pageinit is bound!"); |
39 alert("Pageinit is bound!"); |
40 }); |
40 }); |
41 </script> |
41 </script> |
42 <script src="jquery.mobile/jquery.mobile-1.3.1.min.js"></script> |
42 <script src="jquery.mobile/jquery.mobile-1.3.2.min.js"></script> |
43 </head> |
43 </head> |
44 <body> |
44 <body> |
45 <!-- Data attributes reserved by JQuery Mobile: |
45 <!-- Data attributes reserved by JQuery Mobile: |
46 data-theme, data-ajax, data-filter, data-icon, data-grid, |
46 data-theme, data-ajax, data-filter, data-icon, data-grid, |
47 data-rel, data-icon, data-url, data-role, and data-type --> |
47 data-rel, data-icon, data-url, data-role, and data-type --> |
52 <h1>About</h1> |
52 <h1>About</h1> |
53 </div><!-- /header --> |
53 </div><!-- /header --> |
54 <div data-role="content"> |
54 <div data-role="content"> |
55 <h1 style="float: left; margin: 0 0 0.25em;">OTPWCalc</h1> |
55 <h1 style="float: left; margin: 0 0 0.25em;">OTPWCalc</h1> |
56 <img src="img/tastatur.png" alt="Computer keyboard" height="38" width="90" style="float: right;" /> |
56 <img src="img/tastatur.png" alt="Computer keyboard" height="38" width="90" style="float: right;" /> |
57 <h2 style="clear: both; margin-left: 1em; line-height: 1em;">One Time Password Calculator 0.7.4</h2> |
57 <h2 style="clear: both; margin-left: 1em; line-height: 1em;">One Time Password Calculator 0.7.5</h2> |
58 <img src="img/datahost.png" alt="Datacenter host computer" height="68" width="245" style="display: block; margin: 0.75em auto;" /> |
58 <img src="img/datahost.png" alt="Datacenter host computer" height="68" width="245" style="display: block; margin: 0.75em auto;" /> |
59 <p>Visit the <a target="_blank" href="//otpwcalc.europalab.com/">OTPWCalc Homepage</a></p> |
59 <p>Visit the <a target="_blank" href="//otpwcalc.europalab.com/">OTPWCalc Homepage</a></p> |
60 <p>Copyright © 2012 – 2013<br /><a target="_blank" href="//michael.schloh.com/">Michael Schloh von Bennewitz</a></p> |
60 <p>Copyright © 2012 – 2013<br /><a target="_blank" href="//michael.schloh.com/">Michael Schloh von Bennewitz</a></p> |
61 <p>This software is distributed under the terms of the <a target="_blank" href="//joinup.ec.europa.eu/software/page/eupl/">European Union Public Licence (EUPL) version 1.1</a></p> |
61 <p>This software is distributed under the terms of the <a target="_blank" href="//joinup.ec.europa.eu/software/page/eupl/">European Union Public Licence (EUPL) version 1.1</a></p> |
62 </div><!-- /content --> |
62 </div><!-- /content --> |