document.writeln("    <form method=\"post\" action=\"\" id=\"loginForm\" onsubmit=\"$(this).ajaxSubmit(cfg_login);return false\">");
document.writeln("    <comment>{");
document.writeln("    require:[");
document.writeln("        {whiteList:\"userName,password\"}");
document.writeln("    ],");
document.writeln("    myLable:[");
document.writeln("        {el:\"userName\",text:\"用户名\"},");
document.writeln("        {el:\"password\",text:\"密码\"}");
document.writeln("    ]");
document.writeln("    }");
document.writeln("    </comment>");
document.writeln("        <table>");
document.writeln("        <tr>");
document.writeln("        <td>用户名：</td>");
document.writeln("        <td><input type=\"text\" name=\"userName\" size=\"6\" class=\"inp\"/></td>");
document.writeln("        <td>密 码：</td>");
document.writeln("        <td><input type=\"password\" name=\"password\" size=\"6\" class=\"inp\"/></td>");
document.writeln("        <td><input type=\"image\" src=\"/images/i_login.gif\"/></td>");
document.writeln("        <td><a href=\"/reg.asp\"><img src=\"/images/i_reg.gif\"/></a></td>");
document.writeln("        <td>&#160;&#160;<a href=\"/forgetPwd.asp\" class=\"fbr\">忘记密码?</a></td>");
document.writeln("        </tr>");
document.writeln("        </table>");
document.writeln("    </form>");
document.writeln("");
