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

📄 applyfull.htm

📁 read8v20读吧.net书网 v2.0,自己珍藏的原代码,今天上传部分来给大家一起交流哈!
💻 HTM
字号:
<TABLE class=border2 cellSpacing=0 cellPadding=0 width=95% align=center 
border=0>  
  <TR>
    <TD class=tdbg_leftall vAlign=top align=left width=1 rowSpan=2>&nbsp; </TD>
	<TD>
	<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
  <TBODY><form name='frmlogin' method='post' action='loginout.php'>
  <TR>
    <TD width="68%" height=18>
	<!-- IF member_priv -->
	{LoginBar}
	<!-- ELSE -->
	{L_Uname}:<input type=text size=10 maxlength=20 name="username">&nbsp;&nbsp;{L_Pwd}:<input type=password size=10 maxlength=30 name="password"><input type="checkbox" name="usecookie" value="true">{L_Keeptime}<input type="hidden" name="action" value="login"><input type=submit value="{L_Login}" name="submit">&nbsp;<input type=button value="{L_Reg}" name="btnreg" OnClick="javascript:document.location='register.php'">
	<!-- ENDIF -->
	</TD></TR></form></TBODY></TABLE><HR noShade SIZE=1 color="#CCCCCC">
      <TABLE cellSpacing=1 cellPadding=3 width="100%" border=0>
        <TBODY>
          <TR bgColor=#cccccc> 
            <TD>{G_SiteName}{L_Writerrule}</TD>
          </TR>

		  
		  <!-- IF theaction=="write" -->
		  <TR bgColor=#ebf3e6> 
            <TD>
<script language=JavaScript>
function validate(theform) {
	if (theform.ps.value=="" || theform.procuct.value=="") 
	{
		alert("{L_Notopicorcontent}");
		return false; 
	}
	if (theform.ps.value.length>2000 || theform.procuct.value.length>2000)
	  {
	    alert("{L_Productandpsoverflow}");
		return false; 
	  }
    return true;
}
</script>	
<table width=95% border=0 cellspacing=0 cellpadding=0 align=center bgcolor="white"  >
<form name="frmpply" method="post" action="applywriter.php?action=post" onSubmit="return validate(this)">
 <tr>
 <td>
  <table width=100% border=0 cellspacing=1 cellpadding=3>
  <TBODY>
    <tr bgcolor="#ebf3e6"  > 
      <td>{L_Productsnippet}: </td>
      <td width="413"> <textarea name=product rows=20 cols=80></textarea> 
      </td>
    </tr>
    <tr bgcolor="#ebf3e6"  > 
      <td>{L_Otherinfo}: </td>
      <td width="413"> <textarea name=ps rows=5 cols=80></textarea> 
      </td>
    </tr>
    <tr bgcolor="#ebf3e6"  > 
      <td colspan="2"> <div align="center"> 
          <input type=submit value="{L_Ensure}" name="submit">
               
          <input type=reset value="{L_Reset}" name="reset">
          <input type="hidden" name="regflag" value="true">
        </div></td>
    </tr></TBODY>
	</table>
	</td>
	</tr>
</table>
</TD>
          </TR>

		  
		  <!-- ELSEIF theaction=="applybook" -->
		  <TR bgColor=#ebf3e6> 
            <TD>

<script language=JavaScript>
function validate(theform) {
	if (theform.title.value=="" || theform.price.value=="" || theform.introduction.value=="") 
	{
		alert("{L_Inputnotintegrit}");
		return false; 
	}
	if (theform.price.value>100)
	  {
	    alert("{L_Priceoverflow}");
		return false; 
	  }
	if (theform.introduction.value.length>2000)
	  {
	    alert("{L_Psoverflow}");
		return false; 
	  }
    return true;
}
</script>	
<table width=95% border=0 cellspacing=0 cellpadding=0 align=center bgcolor="white"  >
<form name="frmpply" method="post" action="applybook.php?action=post" onSubmit="return validate(this)">
 <tr>
 <td>
  <table width=100% border=0 cellspacing=1 cellpadding=3>
    <tr bgcolor="#ebf3e6"  > 
      <td>{L_Booktype}: </td>
      <td width="413" >
		<select name="aclass">
		<!-- BEGIN Booktypeblock -->
		<option value="{C_id}" {C_selected}>&nbsp;{C_typename}&nbsp;</option>
		<!-- END Booktypeblock -->
		</select>
		<select name="attrib">
		<option value="{L_Authorship}">&nbsp;{L_Authorship}&nbsp;</option>
		<option value="{L_Reship}">&nbsp;{L_Reship}&nbsp;</option>
		<option value="{L_Publicship}">&nbsp;{L_Publicship}&nbsp;</option>
		</select> 
		{L_Author}: <input type=text size=15 maxlength=20 name="attribauthor" value='{C_Author}'>
	</td>
    </tr>
    <tr bgcolor="#ebf3e6"  > 
      <td>{L_Bookname}: </td>
      <td width="413" > <input type=text size=40 maxlength=40 name="title" onkeydown="javascript: if (event.keyCode==13) {event.keyCode=9}"> * ({L_Nobookmark})</td>
    </tr>
    <tr bgcolor="#ebf3e6"  > 
      <td>{L_Price}: </td>
      <td width="413" > <input type=text size=40 maxlength=40 name="price" onkeydown="javascript: if (event.keyCode==13) {event.keyCode=9}" onkeyup="value=value.replace(/[^\d]/g,'') "onbeforepaste="clipboardData.setData('text',clipboardData.getData('text').replace(/[^\d]/g,''))"> </td>
    </tr>
    <tr bgcolor="#ebf3e6"  > 
      <td>{L_Actor}: </td>
      <td width="413" > <input type=text size=40 maxlength=40 name="actor">({L_Checkboxexplodebycomma}) </td>
    </tr>
    <tr bgcolor="#EBEEDB"  > 
      <td>{L_Ps}: </td>
      <td width="413"> <textarea name=introduction rows=20 cols=80></textarea> 
      </td>
    </tr>
    <tr bgcolor="#EBEEDB"  > 
      <td colspan="2"> <div align="center"> 
          <input type=submit value="{L_Ensure}" name="submit">
               
          <input type=reset value="{L_Reset}" name="reset">
          <input type="hidden" name="regflag" value="true">
        </div></td>
    </tr>
	</table>
	</td>
	</tr>
</table>

</TD>
          </TR>

		  
		  <!-- ELSE -->
          <TR bgColor=#ebf3e6> 
            <TD>{C_applywriterrule}<DIV align=center><BR>
                <BR>
                <A href="applywriter.php?action=write">{L_Iagree}</A>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<A href='index.php'>{L_Wandermore}</A><BR>
                <BR>
              </DIV></TD>
          </TR>
		  <!-- ENDIF -->

		</TBODY>
      </TABLE></TD>
    <TD vAlign=top width=1>
      </TD></TR></TABLE>
</DIV></BODY></HTML>

⌨️ 快捷键说明

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