| 93 |
<form method="post" id="reg_form" name="reg_form" action="#"> |
<form method="post" id="reg_form" name="reg_form" action="#"> |
| 94 |
<p style="font-weight: bold; font-size: 16px; color: red; font-family: 楷体">新用户注册</p> |
<p style="font-weight: bold; font-size: 16px; color: red; font-family: 楷体">新用户注册</p> |
| 95 |
<p><span id="err_msg_prompt" name="err_msg" style="color: red"></span></p> |
<p><span id="err_msg_prompt" name="err_msg" style="color: red"></span></p> |
| 96 |
<table border="1" cellpadding="10" cellspacing="0" width="700" bgcolor="#ffdead"> |
<table border="1" cellpadding="10" cellspacing="0" width="1050" bgcolor="#ffdead"> |
| 97 |
<tr> |
<tr> |
| 98 |
<td width="26%" align="right"> |
<td width="25%" align="right"> |
| 99 |
用户名 |
用户名 |
| 100 |
</td> |
</td> |
| 101 |
<td width="74%"> |
<td width="75%"> |
| 102 |
<span id="err_msg_username" name="err_msg" style="color: red;"></span><input id="username" name="username" value=""> |
<span id="err_msg_username" name="err_msg" style="color: red;"></span><input id="username" name="username" value=""> |
| 103 |
<font color="red">*</font> |
<font color="red">*</font> |
| 104 |
5-12位英文子母、数字的组合,必须以字母开头,不可更改 |
5-12位英文子母、数字的组合,必须以字母开头,不可更改 |
| 200 |
</tr> |
</tr> |
| 201 |
<tr> |
<tr> |
| 202 |
<td colspan="2" align="center"> |
<td colspan="2" align="center"> |
| 203 |
<span id="err_msg_agreement" name="err_msg" style="color: red;"></span><textarea rows="15" cols="80"><? |
<span id="err_msg_agreement" name="err_msg" style="color: red;"></span><textarea rows="15" cols="130"><? |
| 204 |
$buffer = file_get_contents("./doc/license/" . (new DateTime($BBS_license_dt))->format("Ymd") . ".txt"); |
$buffer = file_get_contents("./doc/license/" . (new DateTime($BBS_license_dt))->format("Ymd") . ".txt"); |
| 205 |
echo (LML(htmlspecialchars($buffer, ENT_HTML401, 'UTF-8'), false, false, 1024)); |
echo (LML(htmlspecialchars($buffer, ENT_HTML401, 'UTF-8'), false, false, 1024)); |
| 206 |
?></textarea> |
?></textarea> |