midrange.com code scratchpad
Name:
Running SQL Result
Scriptlanguage:
Plain Text
Tabwidth:
4
Date:
03/22/2011 10:39:08 pm
IP:
Logged
Description:
Result of running SQL Template
Code:
  1. <html>
  2.   <head>
  3.     <title>Active Jobs</title>
  4.     <link rel="stylesheet" href="http://code.jquery.com/mobile/1.0a3/jquery.mobile-1.0a3.min.css">
  5.     </link>
  6.     <script type="text/javascript" src="http://code.jquery.com/jquery-1.4.3.min.js">
  7.     </script>
  8.     <script type="text/javascript" src="http://code.jquery.com/mobile/1.0a3/jquery.mobile-1.0a3.min.js">
  9.     </script>
  10.   </head>
  11.  
  12.   <body>
  13.     <div data-role="page" id="Queued" data-theme="b">
  14.       <div data-role="header" data-theme="b">
  15.         <h1>XMLi Sample Orders</h1>
  16.       </div>
  17.       <div data-role="content">
  18.         <ul data-role="listview">
  19.           <li>
  20.  
  21.             <a href="/templates/queue_entries.html?order=ORDER1">ORDER1</a>
  22.             <span class="ui-li-count">$288.99</span>
  23.           </li>
  24.           <li>
  25.             <a href="/templates/queue_entries.html?order=ORDER2">ORDER2</a>
  26.             <span class="ui-li-count">$132.99</span>
  27.           </li>
  28.  
  29.           <li>
  30.             <a href="/templates/queue_entries.html?order=ORDER3">ORDER3</a>
  31.             <span class="ui-li-count">$1049.90</span>
  32.           </li>
  33.           <li>
  34.             <a href="/templates/queue_entries.html?order=ORDER4">ORDER4</a>
  35.             <span class="ui-li-count">$995.00</span>
  36.  
  37.           </li>
  38.         </ul>
  39.       </div>
  40.       <div data-role="controlgroup" data-type="horizontal">
  41.         <a href="answer.html?answer=yes" data-role="button">Yes</a>
  42.         <a href="answer.html?answer=no" data-role="button">No</a>
  43.         <a href="answer.html?answer=maybe" data-role="button">Maybe</a>
  44.  
  45.       </div>
  46.     </div>
  47.   </body>
  48. </html>
© 2004-2019 by midrange.com generated in 0.005s valid xhtml & css