⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 registry_form.tpl

📁 银河帝国源码(开源)很精彩的哦!!!!!!!!!!!!!!!!!!!!
💻 TPL
字号:
<script type="text/javascript" src="scripts/generate.js"></script>
<style>th{text-align:left;}</style>
<br/><br/>
<h2><font size="+3">{registry}</font><br>{servername}</h2>
<form action="" method="post">
	<table width="438">
		<tbody>
			<tr>
				<td colspan="2" class="c"><b>{form}</b></td>
			</tr>
			<tr>
				<th width="293">{GameName}</th>
			    <th width="293"><input name="character" size="20" maxlength="20" type="text" onKeypress="if (event.keyCode==60 || event.keyCode==62) event.returnValue = false;if (event.which==60 || event.which==62) return false;"> <input type="button" value="生成!" onClick="character.value=profundity()" style="font-size: 10px; font-family: Verdana;"/></th>
			</tr>
			<tr>
			  <th>{neededpass}</th>
			  <th><input name="passwrd" size="20" maxlength="20" type="password" onKeypress="if (event.keyCode==60 || event.keyCode==62) event.returnValue = false;if (event.which==60 || event.which==62) return false;"></th>
			</tr>
			<tr>
			  <th>{E-Mail}</th>
			  <th><input name="email" size="20" maxlength="40" type="text" onKeypress="if (event.keyCode==60 || event.keyCode==62) event.returnValue = false;if (event.which==60 || event.which==62) return false;"></th>
			</tr>
			<tr>
			  <th>{MainPlanet}</th>
			  <th><input name="planet" size="20" maxlength="20" type="text" onKeypress="if (event.keyCode==60 || event.keyCode==62) event.returnValue = false;if (event.which==60 || event.which==62) return false;"> <input type="button" value="生成!" onClick="planet.value=profundity()" style="font-size: 10px; font-family: Verdana;"/></th>
			</tr>
			<tr>
			  <th>{Sex}</th>
			  <th><select name="sex">
					<option value="">{Undefined}</option>
					<option value="M">{Male}</option>
					<option value="F">{Female}</option>
					</select>
				</th>
			</tr>
			<tr> 
			  <th>{Languese}</th>
			  <th><select name="langer">
					<option value="">{Undefined}</option>
					<option value="cn">{cn}</option>
					<option value="pl">{pl}</option>
					<option value="fr">{fr}</option>
					<option value="es">{es}</option>
					<option value="de">{de}</option>
					<option value="en">{en}</option>
					<option value="it">{it}</option>
					</select>
			  </th>
			</tr>
			<tr>
				<th>验证码:<br>(全部都是数字)</th>
				<th><img src="verify.php" id="vimg" onclick="this.src=this.src;" title="不清楚?单击换更换图片!"><br><br><input type="text" name="verifycode" maxlength="5" /></th>
				</tr>
			<tr>
			  <th height="20" colspan="2" style="background-color:transparent;"></th>
			  </tr>
			<tr>
			  <th><input name="rgt" type="checkbox">{accept}</th>
			  <th><input name="submit" type="submit" value="{signup}"></th>
			</tr>
		</tbody>
	</table>
</form>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -