관리-도구
편집 파일: call_me_back.html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0;"/> <title>Call me back</title> <link href="css/style1.css" rel="stylesheet" type="text/css" /> <script type="text/javascript" src="jquery-1.4.2.min.js"></script> <script type="text/javascript" src="jquery.tinyscrollbar.min.js"></script> <script type="text/javascript">$(document).ready(function(){ $('#scrollbar1').tinyscrollbar(); });</script> </head> <body style="background-color:#a4acbc;"> <div id="scrollbar1"> <div class="scrollbar"><div class="track"><div class="thumb"><div class="end"></div></div></div></div> <div class="viewport"> <div class="overview"> <h1><a href="index.html"><img src="images/home_imag.png" align="left" style="margin-bottom:5px;" /></a>Jaison<a href="call_us.html"><img src="images/cal_pic.png" align="right" style="margin-bottom:5px;" /></a> <span class="c"></span></h1> <div class="image"><img src="customimages/logo mobile.jpeg"></div> <div class="round"> <h1>Call Me Back</h1> <p>Please enter your phone number and a message to request a call back.</p> <div> <form action="" method="post" enctype="multipart/form-data"> <table cellpadding="3" cellspacing="c" width="100%"> <tr> <td>Your phone number:<br /> <input type="text" name="name" size="28"/> </td> </tr> <tr> <td>Comment:<br /> <textarea name="" cols="21" rows="6"></textarea> </td> </tr> <tr> <td>Enter the answer to the calculation below:<br /> <img src="images/captcha.jpg" /> <input type="text" name="name" size="18"/> </td> </tr> <tr> <td><input type="image" src="images/submit.jpg" /></td> </tr> </table> </form> </div> <div class="follow"><a href="#"><img src="images/follow_1.jpg" /></a><a href="#"><img src="images/follow_2.jpg" /></a><a href="#"><img src="images/follow_3.jpg" /></a></div> </div> <div class="home_link"><a href="index.html"><img src="images/home_arrow.jpg" /> home</a></div> <div class="cal_us" style="margin-bottom:10px;"><img src="images/cal_phone.jpg" alt="image" /> 8164578965</div> <h1>Switch to desktop site</h1> </div> </div> </div> </body> </html>