44 <!-- Data attributes reserved by JQuery Mobile: |
44 <!-- Data attributes reserved by JQuery Mobile: |
45 data-theme, data-ajax, data-filter, data-icon, data-grid, |
45 data-theme, data-ajax, data-filter, data-icon, data-grid, |
46 data-rel, data-icon, data-url, data-role, and data-type --> |
46 data-rel, data-icon, data-url, data-role, and data-type --> |
47 <!-- http://api.jquerymobile.com/data-attribute/ --> |
47 <!-- http://api.jquerymobile.com/data-attribute/ --> |
48 <!--<div data-role="page" data-fullscreen="true" class="type-interior">--> |
48 <!--<div data-role="page" data-fullscreen="true" class="type-interior">--> |
49 <div data-role="page" class="type-interior"> |
49 <div data-role="page" class="type-interior oc-swipage" id="mainhaupt"> |
50 <!-- H1 header data-role good for Search Engine Optimization --> |
50 <!-- H1 header data-role good for Search Engine Optimization --> |
51 <!--<div data-role="header" data-position="inline">--> |
51 <!--<div data-role="header" data-position="inline">--> |
52 <div data-role="header" data-position="fixed" data-id="headmain"> |
52 <div data-role="header" data-position="fixed" data-id="headmain"> |
53 <a href="about.html" data-prefetch="true" data-transition="turn" data-rel="dialog" style="margin-left: 8px; width: 5em">About</a> |
53 <a href="about.html" data-prefetch="true" data-transition="turn" data-rel="dialog" style="margin-left: 8px; width: 5em">About</a> |
54 <h1>OTPWCalc</h1> |
54 <h1>OTPWCalc</h1> |
55 <a href="help.html" data-prefetch="true" data-transition="flow" style="margin-right: 8px; width: 5em">Help</a> |
55 <a href="help/help.html" data-prefetch="true" data-transition="slide" style="margin-right: 8px; width: 5em">Help</a> |
56 </div><!-- /header --> |
56 </div><!-- /header --> |
57 <div data-role="content"> |
57 <div data-role="content"> |
58 <div class="content-primary"> |
58 <div class="content-primary"> |
59 |
59 |
60 <!-- This describes how to use AJAX without a server side script --> |
60 <!-- This describes how to use AJAX without a server side script --> |