topical media & game development

talk show tell print

professional-ria-02-Angelas-Ristorante.htm / htm



  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
          "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
          <head>
                  <title>Angela's Ristorante</title>
                  <link rel="stylesheet" type="text/css"         href="Angelas_Stylesheet.css" />
                  <script src="Angelas_JavaScript.js" type="text/javascript" />  
             </head>
          <body>
                  <div id="titlebar" class="titlebar">
                          <h1>Angela's Ristorante</h1>
                  </div>
                  <div id="page_potpourri" class="page_potpourri">
                          <div id="account_control" class="box">
                                  <h1>Account</h1>
                                  <ul>
                                          <li><a href="#">Log Out</a></li>
                                          <li><a href="#">Change Password</a></li>
                                  </ul>
                          </div>
                          <div id="order_input" class="box">
                                  <h1>Add an Order</h1>
                                  <textarea id="order" name="order" cols="17" rows="3">
                                  </textarea>
                                  <input type="submit" value="Add Order"
                                                  onclick="addOrder()" />
                          </div>
                  </div>
                  <div id="order_view" class="main_content">
                          <div id="current_orders_box        " class="box">
                                  <h1>Order Summary</h1>
                                  <ol id="order_list">
                                          <li>Spaghetti a la Angela</li>
                                  </ol>
                          </div>     
                  </div>
          </body>
  </html>


(C) Æliens 20/2/2008

You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.