topical media & game development

talk show tell print

mobile-js-jquery-congress-feedback.php / php



  <!DOCTYPE HTML>
  <html>
  <head>
  <meta charset="UTF-8">
  <title>jQM Conference</title>
  <meta name="viewport" content="width=device-width,user-scalable=no">
  <link rel="stylesheet" href="jquery.mobile-1.0.css" />
  <script src="mobile-js-jquery-congress-jquery.js"></script>
  <script src="mobile-js-jquery-congress-script.js"></script>
  <script src="mobile-js-jquery-congress-jquery.mobile-1.0.js"></script>
  </head>
  
  <body>
  
  <div data-role="dialog">
  
    <div data-role="header">
      <h1>Feedback</h1>
    </div>
    
    <div data-role="content">
       
       <?php 
           // Validation and processing here 
           
           ?>
       Thanks for your feedback.
       
       <a data-role="button" data-inverse="true" href="mobile-js-jquery-congress-index.htm">Close</a>
       
    </div>
    
  </div>
  </body>
  </html>
  


(C) Æliens 04/09/2009

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.