<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>jQuery Mobile Web App</title> <link href="jquery-mobile/jquery.mobile-1.0a3.min.css" rel="stylesheet" type="text/css"/> <script src="jquery-mobile/jquery-1.5.min.js" type="text/javascript"></script> <script src="jquery-mobile/jquery.mobile-1.0a3.min.js" type="text/javascript"></script> <!-- This reference to phonegap.js will allow for code hints as long as the current site has been configured as a mobile application. To configure the site as a mobile application, go to Site -> Mobile Applications -> Configure Application Framework... --> <script src="/phonegap.js" type="text/javascript"></script> </head> <body> <div data-role="page" id="page" data-theme="e"> <div data-role="header"> <h1>Login</h1> <div data-role="content"> <div data-role="fieldcontain"> <label for="textinput6">e-mail</label> <input type="text" name="textinput4" id="textinput6" value="" /> </div> </p> <div data-role="fieldcontain"> <label for="textinput7">password:</label> <input type="password" name="textinput4" id="textinput7" value="" /> </div> <p> <button>login</button> <p> </p> <ul data-role="listview"> <li><a href="register">register</a></li> </ul> </div> <div data-role="footer"> <h4>Page Footer</h4> </div> </div> </p> <div data-role="page" id="register" data-theme="e"> <div data-role="header"> <h1>register</h1> </div> <div data-role="content"> <div data-role="fieldcontain"> <label for="textinput">username:</label> <input type="text" name="textinput" id="textinput" value="" /> <div data-role="fieldcontain"> <label for="textinput2">e-mail:</label> <input type="text" name="textinput2" id="textinput2" value="" /> <div data-role="fieldcontain"> <label for="textinput3">password:</label> <input type="password" name="textinput3" id="textinput3" value="" /> <p> <button>register</button> </p> </div> </div> </div> </div> <div data-role="footer"> <h4>Footer</h4> </div> </div> </body> </html>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง