?? register.aspx
字號(hào):
Response.Write(" <tr>\r\n");
Response.Write(" <td align=\"right\" class=\"altbg1\">每頁(yè)主題數(shù):</td>\r\n");
Response.Write(" <td class=\"altbg2\"><select name=\"tpp\" id=\"tpp\">\r\n");
Response.Write(" <option value=\"0\" selected=\"selected\">默認(rèn)</option>\r\n");
Response.Write(" <option value=\"10\">10</option>\r\n");
Response.Write(" <option value=\"15\">15</option>\r\n");
Response.Write(" <option value=\"25\">25</option>\r\n");
Response.Write(" </select>\r\n");
Response.Write(" </td>\r\n");
Response.Write(" </tr>\r\n");
Response.Write(" <tr>\r\n");
Response.Write(" <td align=\"right\" class=\"altbg1\">每頁(yè)帖子數(shù):</td>\r\n");
Response.Write(" <td class=\"altbg2\"><select name=\"ppp\" id=\"ppp\">\r\n");
Response.Write(" <option value=\"0\" selected=\"selected\">默認(rèn)</option>\r\n");
Response.Write(" <option value=\"10\">10</option>\r\n");
Response.Write(" <option value=\"15\">15</option>\r\n");
Response.Write(" <option value=\"20\">20</option>\r\n");
Response.Write(" </select>\r\n");
Response.Write(" </td>\r\n");
Response.Write(" </tr>\r\n");
Response.Write(" <tr>\r\n");
Response.Write(" <td align=\"right\" class=\"altbg1\">是否提示短消息:</td>\r\n");
Response.Write(" <td class=\"altbg2\"><input name=\"newpm\" type=\"radio\" value=\"radiobutton\" checked=\"checked\" />\r\n");
Response.Write(" 是\r\n");
Response.Write(" <input type=\"radio\" name=\"newpm\" value=\"radiobutton\" />\r\n");
Response.Write(" 否</td>\r\n");
Response.Write(" </tr>\r\n");
Response.Write(" <tr>\r\n");
Response.Write(" <td align=\"right\" class=\"altbg1\">短消息鈴聲:</td>\r\n");
Response.Write(" <td class=\"altbg2\"><select name=\"pmsound\" id=\"pmsound\">\r\n");
Response.Write(" <option value=\"1\" selected=\"selected\">默認(rèn)</option>\r\n");
Response.Write(" <option value=\"1\">提示音1</option>\r\n");
Response.Write(" <option value=\"2\">提示音2</option>\r\n");
Response.Write(" <option value=\"3\">提示音3</option>\r\n");
Response.Write(" <option value=\"4\">提示音4</option>\r\n");
Response.Write(" <option value=\"5\">提示音5</option>\r\n");
Response.Write(" <option value=\"0\">無(wú)</option>\r\n");
Response.Write(" </select>\r\n");
Response.Write(" </td>\r\n");
Response.Write(" </tr>\r\n");
Response.Write(" <tr>\r\n");
Response.Write(" <td align=\"right\" class=\"altbg1\">是否顯示Email:</td>\r\n");
Response.Write(" <td class=\"altbg2\"><input name=\"showemail\" type=\"radio\" value=\"1\" checked=\"checked\" />\r\n");
Response.Write(" 是\r\n");
Response.Write(" <input type=\"radio\" name=\"showemail\" value=\"0\" />\r\n");
Response.Write(" 否</td>\r\n");
Response.Write(" </tr>\r\n");
Response.Write(" <tr>\r\n");
Response.Write(" <td align=\"right\" class=\"altbg1\">是否接收Email通知:</td>\r\n");
Response.Write(" <td class=\"altbg2\"><input name=\"newsletter\" type=\"radio\" value=\"1\" checked=\"checked\" />\r\n");
Response.Write(" 是\r\n");
Response.Write(" <input type=\"radio\" name=\"newsletter\" value=\"0\" />\r\n");
Response.Write(" 否</td>\r\n");
Response.Write(" </tr>\r\n");
Response.Write(" <tr>\r\n");
Response.Write(" <td align=\"right\" class=\"altbg1\">是否隱身:</td>\r\n");
Response.Write(" <td class=\"altbg2\"><input type=\"radio\" name=\"invisible\" value=\"1\" />\r\n");
Response.Write(" 是\r\n");
Response.Write(" <input name=\"invisible\" type=\"radio\" value=\"0\" checked=\"checked\" />\r\n");
Response.Write(" 否</td>\r\n");
Response.Write(" </tr>\r\n");
Response.Write(" <tr>\r\n");
Response.Write(" <td align=\"right\" class=\"altbg1\" valign=\"top\">簽名:</td>\r\n");
Response.Write(" <td class=\"altbg2\"><textarea name=\"signature\" cols=\"50\" rows=\"6\" id=\"signature\" class=\"colorblur\" onfocus=\"this.className='colorfocus';\" onblur=\"this.className='colorblur';\"></textarea>\r\n");
Response.Write(" <label><input name=\"sigstatus\" type=\"checkbox\" id=\"sigstatus\" value=\"1\" checked=\"checked\" />使用簽名</label>\r\n");
Response.Write(" </td>\r\n");
Response.Write(" </tr>\r\n");
Response.Write(" <tr>\r\n");
Response.Write(" <td width=\"40%\" align=\"right\" class=\"altbg1\"> </td>\r\n");
Response.Write(" <td width=\"60%\"><input name=\"submit\" type=\"submit\" class=\"button\" value=\"創(chuàng)建用戶\" />\r\n");
Response.Write(" <input type=\"button\" value=\"取消\" onclick=\"javascript:location.replace('/')\" class=\"button\" />\r\n");
Response.Write(" </td>\r\n");
Response.Write(" </tr>\r\n");
Response.Write(" </table>\r\n");
Response.Write(" </div>\r\n");
Response.Write(" </td>\r\n");
Response.Write(" </tr>\r\n");
Response.Write(" </table> \r\n");
Response.Write("</div>\r\n");
Response.Write("</div>\r\n");
} //end if
Response.Write("</form>\r\n");
Response.Write("<br />\r\n");
Response.Write("<br />\r\n");
Response.Write("<br />\r\n");
Response.Write("<FONT face=\"宋體\"></FONT>\r\n");
Response.Write("<br>\r\n");
if(footerad!="")
{
Response.Write("<div style=\"TEXT-ALIGN:center\">" + footerad.ToString() + "</div>\r\n");
} //end if
Response.Write("<br>\r\n");
Response.Write("<a name=\"bottom\"></a>\r\n");
Response.Write("<!--ad-->\r\n");
Response.Write("<div class=\"maintable\">\r\n");
Response.Write(" 現(xiàn)在的時(shí)間是 " + nowdatetime.ToString() + "\r\n");
if(config.Icp!="")
{
Response.Write(" <br>\r\n");
Response.Write(" <a href=\"http://www.miibeian.gov.cn/\" target=\"_blank\">" + config.Icp.ToString().Trim() + "</a>\r\n");
} //end if
Response.Write(" <br>\r\n");
Response.Write(" <br>\r\n");
Response.Write("</div>\r\n");
Response.Write("<div style=\"BACKGROUND-IMAGE: url(templates/" + templatepath.ToString() + "/images/footer_line.gif);HEIGHT: 15px\">\r\n");
Response.Write(" <a href=\"#top\"><img style=\"RIGHT: 40px; FLOAT: right; POSITION: relative\" border=\"0\" src=\"templates/" + templatepath.ToString() + "/images/footer_top.gif\"\r\n");
Response.Write(" alt=\"\"></a>\r\n");
Response.Write("</div>\r\n");
Response.Write("<table cellspacing=\"0\" cellpadding=\"0\" border=\"0\" width=\"100%\" class=\"altbg1\" style=\"FONT-SIZE: 11px; PADDING-BOTTOM: 5px; FONT-FAMILY: Tahoma, Arial\">\r\n");
Response.Write(" <tr>\r\n");
Response.Write(" <td width=\"80\">\r\n");
Response.Write(" </td>\r\n");
Response.Write(" <td>版權(quán)所有 <a href=\"" + config.Weburl.ToString().Trim() + "\" target=\"_blank\">" + config.Webtitle.ToString().Trim() + "</a>\r\n");
Response.Write(" </td>\r\n");
if(Utils.StrToInt(config.Stylejump, 0)==1)
{
Response.Write(" <td valign=\"bottom\" align=\"right\"> \r\n");
Response.Write(" </td>\r\n");
} //end if
Response.Write(" </tr>\r\n");
Response.Write(" <tr>\r\n");
Response.Write(" <td> <a href=\"http://nt.discuz.net\" target=\"_blank\"><img src=\"templates/" + templatepath.ToString() + "/images/discuz_icon.gif\" border=\"0\"></a> \r\n");
Response.Write(" </td>\r\n");
Response.Write(" <td>\r\n");
Response.Write(" Powered by <a href=\"http://nt.discuz.net\" target=\"_blank\">Discuz!NT</a> 1.0.2533 \r\n");
Response.Write(" (RC1) " + config.Forumcopyright.ToString().Trim() + "\r\n");
if(config.Debug!=0)
{
Response.Write(" <br>\r\n");
Response.Write(" Processed in " + this.Processtime.ToString().Trim() + " second(s)\r\n");
} //end if
Response.Write(" </td>\r\n");
if(Utils.StrToInt(config.Stylejump, 0)==1)
{
Response.Write(" <td valign=\"bottom\" align=\"right\">\r\n");
Response.Write(" <select onchange=\"if(this.options[this.selectedIndex].value != '') { window.location=('showtemplate.aspx?templateid='+this.options[this.selectedIndex].value) }\">\r\n");
Response.Write(" <option selected>切換界面...</option>\r\n");
Response.Write(" " + templatelistboxoptions.ToString() + "\r\n");
Response.Write(" </select>\r\n");
Response.Write(" </td>\r\n");
} //end if
Response.Write(" </tr>\r\n");
Response.Write("</table>\r\n");
Response.Write("<div class=\"footer\"></div>\r\n");
}
else
{
if(createuser!="")
{
if(page_err==0)
{
Response.Write("<table width=\"80%\" border=\"0\" align=\"center\" cellpadding=\"12\" cellspacing=\"1\" bgcolor=\"#D9D9D9\">\r\n");
Response.Write(" <tr>\r\n");
Response.Write(" <td align=\"center\" bgcolor=\"#FFFFFF\">" + msgbox_text.ToString() + "\r\n");
if(msgbox_url!="")
{
Response.Write(" <br />\r\n");
Response.Write(" <br />\r\n");
Response.Write(" <a href=\"" + msgbox_url.ToString() + "\">如果瀏覽器沒(méi)有轉(zhuǎn)向, 請(qǐng)點(diǎn)擊這里.</a>\r\n");
} //end if
Response.Write(" </td>\r\n");
Response.Write(" </tr>\r\n");
Response.Write("</table>\r\n");
Response.Write("<br />\r\n");
}
else
{
Response.Write("<div class=\"maintable\" style=\"width:600px\">\r\n");
Response.Write(" <div class=\"spaceborder\">\r\n");
Response.Write(" <div id=\"_msgtitle\" class=\"header\" style=\"line-height:30px\">\r\n");
Response.Write(" 出現(xiàn)了" + page_err.ToString() + "個(gè)錯(cuò)誤\r\n");
Response.Write(" </div>\r\n");
Response.Write(" <div id=\"_msgtext\" class=\"altbg2 errcontext\">\r\n");
Response.Write(" <div style=\"margin-left:50px;margin-top:10px;margin-bottom:10px;margin-right:15px;\">\r\n");
Response.Write(" " + msgbox_text.ToString() + "\r\n");
Response.Write(" </div>\r\n");
Response.Write(" </div>\r\n");
Response.Write(" <div id=\"_msgbutton\" class=\"option\" align=\"center\" style=\"height:25px;line-height:25px;\">\r\n");
Response.Write(" <script language=\"javascript\">\r\n");
Response.Write(" if(" + msgbox_showbacklink.ToString() + ")\r\n");
Response.Write(" {\r\n");
Response.Write(" document.write(\"<a href=\\\"" + msgbox_backlink.ToString() + "\\\">返回上一步</a> \");\r\n");
Response.Write(" }\r\n");
Response.Write(" </" + "script>\r\n");
Response.Write(" <a href=\"index.aspx\">論壇首頁(yè)</a>\r\n");
Response.Write(" </div>\r\n");
Response.Write(" </div>\r\n");
Response.Write("</div>\r\n");
Response.Write("<br />\r\n");
} //end if
} //end if
} //end if
} //end if
Response.Write("</html>\r\n");
}
</script>
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -