관리-도구
편집 파일: messageForm.html
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>CrushFTP WebInterface :: User Registration</title> <link rel="stylesheet" type="text/css" href="/WebInterface/jQuery/css/login.css" /> <script type="text/javascript" src="/WebInterface/jQuery/js/jquery-1.4.2.min.js"></script> <script type="text/javascript" src="/WebInterface/jQuery/js/jquery-ui-1.8.2.custom.min.js"></script> <script type="text/javascript" src="/WebInterface/jQuery/js/jquery.blockUI.js"></script> <script type="text/javascript" src="/WebInterface/jQuery/js/jquery.xml2json.js"> </script> <script type="text/javascript" src="/WebInterface/jQuery/js/jqueryFileTree.js"> </script> <script type="text/javascript" src="/WebInterface/jQuery/js/jquery.idle-timer.js"> </script> <script type="text/javascript"> $(document).ready(function() { $('#signup').fileTree({ signupPage : true }); }); </script> </head> <body style="overflow-x: hidden; overflow-y: auto;" class="login"> <div id="signup"> <div id="panelbody"> <div id="branding" class="clearfix"> <a id="defaultLogoLink" href="http://www.crushftp.com/"><img id="imgLogo" src="/WebInterface/images/logo.png" style="border-width:0px;float:left;" /></a> <a class="loginLink" href="/WebInterface/login.html">Login</a> </div> <div style="clear:both;"> <div id="panelSignup"> </div> </div> </div> </div> </body> </html>