authorlog_login.asp

来自「本源代码为终点小说连载系统 v1.15 Build 0430 SQL清风修改版,」· ASP 代码 · 共 37 行

ASP
37
字号
<table width="100%" border="0" align="center" cellspacing="1" cellpadding="4" bgcolor="#CCCCCC">
	<tr bgcolor="#588fc7">
		<td colspan="4" height="34" class="head"><font color="#FFFFFF">驻站作家登陆</font></td>
	</tr>
	<tr>
		<td bgcolor="#F7F7F7" align="center">
		<form action="authorlogin.asp" method="post" name="form1">
			<table width="100%" height="100%" border="0" align="center" cellpadding="0" cellspacing="2" bgcolor="#FFFFFF">
				<tr bgcolor="#F7F7F7">
					<td width="40%" height="34" align="right" valign="middle" bgcolor="#F7F7F7">
					<b>登陆名称:</b><br>
					</td>
					<td width="60%">
					<input name="author_Username" type="text" id="author_Username" size="20" class="form" maxlength="16"></td>
				</tr>
				<tr bgcolor="#F7F7F7">
					<td height="36" align="right" valign="middle" bgcolor="#F7F7F7">
					<strong>登陆密码:</strong><br>
					</td>
					<td>
					<input name="author_password" type="password" class="form" id="author_password" size="20" maxlength="23">
					</td>
				</tr>
				<tr align="center" valign="bottom" bgcolor="#F7F7F7">
					<td height="34" colspan="2">
					<input type="submit" class="button" value="确认提交">   
					<input type="reset" class="button" value="清除重写">   
					<input onclick="javascript:location.href='UsergoAuthor.Asp'" type="button" class="button" value="作家申请"> 
					  </td>
				</tr>
			</table>
		</form>
		<input onclick="javascript:location.href='index.asp'" type="button" class="button" value="返回首页"><br>
		<br>
		</td>
	</tr>
</table>

⌨️ 快捷键说明

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