Advertisement
Guest User

Untitled

a guest
Nov 29th, 2011
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 3.21 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.     <head>
  4.         <meta charset="utf-8">
  5.         <meta name="viewport" content="width=device-width, initial-scale=1">
  6.         <title>Libroria</title>
  7.         <!--link rel="stylesheet" href="//code.jquery.com/mobile/1.0/jquery.mobile-1.0.min.css" />
  8.        <link rel="stylesheet" href="catalog/view/theme/mobile/stylesheet/stylesheet.css" />
  9.        <script src="http://code.jquery.com/jquery-1.6.4.min.js"></script>
  10.        <script src="//code.jquery.com/mobile/1.0/jquery.mobile-1.0.min.js"></script-->
  11.  
  12.         <link rel="stylesheet" href="catalog/view/javascript/mobile/jquery.mobile-1.0.min.css" />
  13.         <link rel="stylesheet" href="catalog/view/theme/mobile/stylesheet/stylesheet.css" />
  14.  
  15.         <script src="catalog/view/javascript/jquery/jquery-1.6.4.min.js"></script>
  16.  
  17.         <script src="catalog/view/javascript/mobile/jquery.mobile-1.0.min.js"></script>
  18.  
  19.     </head>
  20.     <body>
  21.         <div data-role="page">
  22.             <div data-role="header">
  23.                 <h1><a href="http://localhost/libroria/index.php?route=common/home">Libroria</a></h1>
  24.             </div><!-- /header -->
  25.             <div data-role="navbar">
  26.                 <ul>
  27.                     <li data-icon="home"><a href="http://localhost/libroria/index.php?route=common/home">Inicio</a></li>
  28.                     <li><a href="http://localhost/libroria/index.php?route=information/request" id="wishlist_total">Solicitudes</a></li>
  29.                     <li><a href="http://localhost/libroria/index.php?route=account/account">Mi Cuenta</a></li>
  30.                     <li><a href="http://localhost/libroria/index.php?route=checkout/cart">Carro de Compras</a></li>
  31.                     <li><a href="http://localhost/libroria/index.php?route=checkout/checkout">Pagar</a></li>
  32.  
  33.                 </ul>
  34.             </div><!-- /navbar -->
  35.             <div data-role="content">       <aside id="column-left">
  36.                     <ul data-role="listview" data-inset="true">
  37.                         <li data-role="list-divider">Seleccione una categor&iacute;a</li>
  38.                         <li>
  39.                             <a href="http://localhost/libroria/index.php?route=product/category&amp;path=18">Arte (117)</a>
  40.  
  41.                         </li>
  42.                         <li>
  43.                             <a href="http://localhost/libroria/index.php?route=product/category&amp;path=13">Autoayuda (48)</a>
  44.                         </li>
  45.                         <li>
  46.                             <a href="http://localhost/libroria/index.php?route=product/category&amp;path=34">Ensayo (276)</a>
  47.                             <ul>
  48.                                 <li><a href="http://localhost/libroria/index.php?route=product/category&amp;path=34_26"> - Ensayo Literario (28)</a></li>
  49.                                 <li><a href="http://localhost/libroria/index.php?route=product/category&amp;path=34_17"> - Ensayo Venezolano (230)</a></li>
  50.  
  51.                             </ul>
  52.                         </li>
  53.                     </ul>
  54.             </div><!-- /content -->
  55.             <div data-role="footer">
  56.                 <h4>Libroria &copy; 2011</h4>
  57.             </div><!-- /footer -->
  58.         </div><!-- /page -->
  59.  
  60.     </body>
  61. </html>
  62.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement