Guest User

Untitled

a guest
Nov 11th, 2013
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.83 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3.     <head>
  4.         <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  5.         <title>Cardapio</title>
  6.  
  7.     </head>
  8.     <style>
  9.         #categorias{float:left;}
  10.  
  11.     </style>
  12.     <body> 
  13.  
  14.         <div id="categorias">
  15.             <label for="select-native-2">Categoria</label>
  16.             <select name="select-native-2" id="categoria" data-mini="true">
  17.                 <option value="1">PIZZAS DOCES</option>
  18.                 <option value="2">BEBIDAS</option>
  19.  
  20.             </select>  
  21.         </div>
  22.         <br/><br/>
  23.  
  24.         <?php
  25.         include 'controlepage\cardapio\controllercardapio.php';
  26.         ?>
  27.  
  28.     </body>
  29. </html>
Advertisement
Add Comment
Please, Sign In to add comment