Advertisement
Guest User

Untitled

a guest
Mar 6th, 2015
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 7.49 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3.    
  4.     <head>
  5.         <title>title</title>
  6.         <meta name="viewport" content="width=device-width, initial-scale=1" />
  7.         <meta http-equiv="content-type" content="text/html; charset=utf-8" />
  8.         <script src="http://code.jquery.com/jquery-2.1.3.js"></script>
  9.         <script src="http://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.js"></script>
  10.         <link href="http://code.jquery.com/mobile/1.4.5/jquery.mobile.structure-1.4.5.min.css" rel="stylesheet"/>
  11.         <link href="http://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.css" rel="stylesheet" />
  12.        
  13.         <script src="lib/MyJS.js"></script>
  14.     </head>
  15.     <body>
  16.         <div data-role="page" id="page1">
  17.             <div data-role="header">
  18.                 <h1>Page 1</h1>
  19.             </div>
  20.            
  21.            
  22.            
  23.             <div data-role="content">
  24.                 <a data-role="button" id="myBtn" href="#page2" data-transition="reverse">Next</a>
  25.             </div>
  26.             <div data-role="footer">
  27.                 <h1>My project</h1>
  28.             </div>
  29.         </div>
  30.        
  31.        
  32.         <div data-role="page" id="page2">
  33.             <div data-role="header">
  34.                 <h1>Page 2</h1>
  35.             </div>
  36.            
  37.             <div class="ui-grid-a ui-responsive">
  38.  
  39.                
  40.             <div class="ui-block-a ui-responsive">
  41.                 <div class="ui-bar ui-bar-a" style="height: 60px">Block B</div>
  42.             </div>
  43.                
  44.             <div class="ui-block-b ui-responsive">
  45.                 <div class="ui-bar ui-bar-a" style="height: 60px">Block B</div>
  46.             </div>
  47.                
  48.             <div class="ui-block-a ui-responsive">
  49.                 <div class="ui-bar ui-bar-a" style="height: 60px">Block AA</div>
  50.             </div>
  51.                
  52.              <div class="ui-block-b ui-responsive">
  53.                 <div class="ui-bar ui-bar-a" style="height: 60px">Block BB</div>
  54.             </div>
  55.                
  56.             </div>
  57.             <div data-role="content">
  58.                 <a data-role="button" id="myBtn" href="#page3" data-transition="flip">Next</a>
  59.                 <a data-role="button" id="back" data-icon="back" data-rel="back"
  60.               href="history.back()">Back</a>
  61.             </div>
  62.             <div data-role="footer">
  63.                 <h1>My project</h1>
  64.             </div>
  65.         </div>
  66.        
  67.        
  68.         <div data-role="page" id="page3">
  69.             <div data-role="header">
  70.                 <h1>Page 3</h1>
  71.             </div>
  72.            
  73.             <div data-role="content">
  74.                 <ul data-role="listview" data-inset="true" data-filter="true" data-autodividers = "true" data-filter-reveal="false">
  75.                     <li>First <span class="ui-licount">1</span></li>
  76.                     <li>Second</li>
  77.    
  78.                 </ul>
  79.             </div>
  80.            
  81.             <div data-role="content">
  82.                 <a data-role="button" id="myBtn" href="#page4" data-transition="pop">Next</a>
  83.                 <a data-role="button" id="back" data-icon="back" data-rel="back"
  84.               href="history.back()">Back</a>
  85.             </div>
  86.             <div data-role="footer">
  87.                 <h1>My project</h1>
  88.             </div>
  89.         </div>
  90.        
  91.        
  92.         <div data-role="page" id="page4">
  93.             <div data-role="header">
  94.                 <h1>Page 4</h1>
  95.             </div>
  96.            
  97.             <div data-role="content">
  98.                 <div data-role="collapsibleset">
  99.                     <div data-role="collapsible"> <h5>First</h5>First bla bla</div>
  100.                     <div data-role="collapsible"> <h5>Second</h5>Second bla bla</div>
  101.                     <div data-role="collapsible"> <h5>Third</h5>Third bla bla</div>
  102.                 </div>
  103.                
  104.             </div>
  105.             <div data-role="content">
  106.                 <a data-role="button" id="myBtn" href="#page5" data-transition="slidedown">Next</a>
  107.                 <a data-role="button" id="back" data-icon="back" data-rel="back"
  108.               href="history.back()">Back</a>
  109.             </div>
  110.             <div data-role="footer">
  111.                 <h1>My project</h1>
  112.             </div>
  113.         </div>
  114.        
  115.        
  116.         <div data-role="page" id="page5">
  117.             <div data-role="header">
  118.                 <h1>Page 5</h1>
  119.             </div>
  120.            
  121.             <div data-role="content">
  122.                 <div data-role="controlgroup">
  123.                    <form>
  124.                         <fieldset data-role="controlgroup" data-type="horizontal">
  125.                             <legend>Horizontal, minisized:</legend>
  126.                             <a data-role="button"> one </a>
  127.                             <a data-role="button"> one </a>
  128.                             <a data-role="button"> one </a>
  129.                         </fieldset>
  130.                     </form>
  131.                 </div>
  132.             </div>
  133.             <div data-role="content">
  134.                 <a data-role="button" id="myBtn" href="#page6" data-transition="slideup">Next</a>
  135.                 <a data-role="button" id="back" data-icon="back" data-rel="back"
  136.               href="history.back()">Back</a>
  137.             </div>
  138.             <div data-role="footer">
  139.                 <h1>My project</h1>
  140.             </div>
  141.         </div>
  142.        
  143.        
  144.         <div data-role="page" id="page6">
  145.             <div data-role="header">
  146.                 <h1>Page 6</h1>
  147.             </div>
  148.            
  149.             <div data-role="content">
  150.                 <button class="show-page-loading-msg" data-textonly="false">Icon(default)</button>
  151.        
  152.             </div>
  153.             <div data-role="content">
  154.                 <a data-role="button" id="myBtn" href="#page7" data-transition="turn">Next</a>
  155.                 <a data-role="button" id="back" data-icon="back" data-rel="back"
  156.               href="history.back()">Back</a>
  157.             </div>
  158.             <div data-role="footer">
  159.                 <h1>My project</h1>
  160.             </div>
  161.         </div>
  162.        
  163.        
  164.         <div data-role="page" id="page7">
  165.             <div data-role="header">
  166.                 <h1>Page 7</h1>
  167.             </div>
  168.            
  169.             <div data-role="content">
  170.                 <a href="#popupmenu"
  171.                <div data-role="popup">
  172.                    
  173.                 </div>
  174.             </div>
  175.             <div data-role="content">
  176.                 <a data-role="button" id="myBtn" href="#page8" data-transition="flip">Next</a>
  177.                 <a data-role="button" id="back" data-icon="back" data-rel="back"
  178.               href="history.back()">Back</a>
  179.             </div>
  180.             <div data-role="footer">
  181.                 <h1>My project</h1>
  182.             </div>
  183.         </div>
  184.        
  185.          <div data-role="page" id="page8">
  186.             <div data-role="header">
  187.                 <h1>Page 7</h1>
  188.             </div>
  189.            
  190.             <div data-role="content">
  191.                
  192.             </div>
  193.              
  194.             <div data-role="content">
  195.                 <a data-role="button" id="myBtn" href="#page8" data-transition="flip">Next</a>
  196.                 <a data-role="button" id="back" data-icon="back" data-rel="back"
  197.               href="history.back()">Back</a>
  198.             </div>
  199.             <div data-role="footer">
  200.                 <h1>My project</h1>
  201.             </div>
  202.         </div>
  203.     </body>
  204. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement