📄 applycheck.htm
字号:
<TD colSpan=3>{L_Mobilepay2}</TD>
</TR>
<TR bgColor=#f7f7f7 colspan="3">
<TD> {L_Today}{L_Checkedamount}:<FONT
color=red>{C_Mobilepay2TodayCheckedamount}</FONT> {L_Autobank}:<FONT
color=red>{C_Mobilepay2TodayAutobank}</FONT> | {L_Thismonth}{L_Checkedamount}:<FONT color=red>{C_Mobilepay2ThismonthCheckedamount}</FONT>
{L_Autobank}:<FONT
color=red>{C_Mobilepay2ThismonthAutobank}</FONT> | {L_Checkedamount}:<FONT color=red>{C_Mobilepay2Checkedamount}</FONT>
{L_Autobank}:<FONT
color=red>{C_Mobilepay2Autobank}</FONT> </TD>
</TR>
</TBODY>
</TABLE>
<BR>
<BR> <TABLE cellSpacing=1 cellPadding=3 width="100%" align=center
bgColor=#000000 border=0>
<TBODY>
<TR bgColor=#cccccc>
<TD colSpan=3>{L_Moneychange2}</TD>
</TR>
<TR bgColor=#f7f7f7 colspan="3">
<TD> {L_Today}{L_Checkedamount}: <FONT
color=red>{C_Moneychange2TodayCheckedamount}</FONT> | {L_Thismonth}{L_Checkedamount}:
<FONT
color=red>{C_Moneychange2ThismonthCheckedamount}</FONT> | {L_Checkedamount}:
<FONT
color=red>{C_Moneychange2Checkedamount}</FONT> </TD>
</TR>
</TBODY>
</TABLE>
<!-- ELSEIF appcheckkind=="adminbookview" -->
<script language='javascript'>
function del(typeid,bookid){
if(confirm("{L_Ensuredelthisbook}")){
loc = 'adminbookview.php?action=del&page={C_page}&typeid=' + typeid + '&id=' + bookid;
location.href=loc;
}
}
</script>
<style type="text/css">
.col0 { background-color: #f7f7f7; }
.col1 { background-color: #dfdfdf; }
</style>
<TABLE cellSpacing=1 cellPadding=3 width="99%" align=center bgColor=#D4D2F8 border=0>
<TBODY>
<TR align=middle bgColor=#cccccc>
<td width='50' >{L_Author}</td>
<td width='70'>{L_Attrib}</td>
<td width='220'>{L_Booktitle}</td>
<td width='50'>{L_Price}</td>
<td width='60'>{L_Booksize}</td>
<td width='60'>{L_Booktype}</td>
<td width='80'>{L_Lastupdate}</td>
<td width='40'>{L_Click}</td>
<td width='50'>{L_Option}</td>
</TR>
<!-- BEGIN adminbookviewblock -->
<TR align=middle class="col{ROWBIT}">
<TD><a href=userinfo.php?id={C_authorid}>{C_author}</a></TD>
<TD>{C_attrib}</TD>
<TD><a href=bookinfo.php?id={C_bookid} title='{L_Detailinfo}'>{C_title}</a></TD>
<TD>{C_price}</TD>
<TD>{C_size}KB</TD>
<TD>{C_typename}</TD>
<TD>{C_updatetime}</TD>
<TD>{C_click}</TD>
<TD>
<!-- IF DisableBookDel -->--
<!-- ELSE --><a href="javascript:del({C_typeid},{C_bookid})">{L_Delete}</a>
<!-- ENDIF -->
</TD>
</TR>
<!-- END adminbookviewblock -->
</TBODY>
</TABLE>
<TABLE cellSpacing=1 cellPadding=3 width="100%" align=center
border=0>
<TBODY>
<TR>
<form name='frmjumppage' method='post' action="adminbookview.php">
<TD vAlign=bottom align=middle height=18>{C_pagelink}</TD>
</form>
</TR>
</TBODY>
</TABLE>
<!-- ELSEIF appcheckkind=="forumadminlist" -->
<style type="text/css">
.col0 { background-color: #f7f7f7; }
.col1 { background-color: #dfdfdf; }
</style>
<TABLE cellSpacing=1 cellPadding=3 width="99%" align=center bgColor=#D4D2F8 border=0>
<TBODY>
<TR align=middle bgColor=#cccccc>
<TD width=50>{L_Boardername}</TD>
<TD width=100>{L_Boardname}</TD>
<TD width=50>{L_Catogary}</TD>
<TD width=150>{L_Ps}</TD>
<TD width=70>{L_TipAmount}</TD>
<TD width=100>{L_Option}</TD>
</TR>
<!-- BEGIN Borderblock -->
<TR align=middle class="col{ROWBIT}">
<TD width=50><a href='userinfo.php?id={C_Boarderid}'>{C_Boardername}</a></TD>
<TD width=100>{C_Boardname}</TD>
<TD width=50>{C_Catogary}</TD>
<TD width=150>{C_Ps}</TD>
<TD width=70>{C_TipAmount}</TD>
<TD width=100><a href='forumadminman.php?action=deladmin&page={Page}&id={C_Adminid}'>{L_Delthisboarder}</a></TD>
</TR>
<!-- END Borderblock -->
</TBODY>
</TABLE>
<TABLE cellSpacing=1 cellPadding=3 width="100%" align=center border=0>
<TBODY>
<TR>
<FORM name=frmjumppage method=post action="forumadminman.php">
<TD vAlign=bottom align=middle height=18>{objPage}</TD>
</FORM>
</TR>
</TBODY>
</TABLE>
<!-- ELSEIF appcheckkind=="addannouncement" -->
<script language='javascript'>
function check(theForm){
if(theForm.content.value == ''){
alert('{L_Needreviewcontent}');
return false;
}
}
</script>
<table width='758' border=0 cellspacing=0 cellpadding=0 align=center bgcolor="#D4D2F8" >
<form name="announce" method="post" action="add_announcement.php?action={C_action}" onSubmit="javascript:return check(this)">
<tr>
<td>
<table width=100% border=0 cellspacing=1 cellpadding=3>
<tr bgcolor="#EBEEDB" >
<td width="750" align=center>{L_Announcecon}</td>
</tr>
<tr bgcolor="#EBEEDB" align=center>
<td width="750" height=300> <textarea name=content rows=18 cols=110 >{C_content}</textarea>
</td>
</tr>
<tr bgcolor="#EBEEDB" >
<td align=center>
<input type=submit value="{L_Ensure}" name="submit">
<input type=reset value="{L_Reset}" name="reset">
<input type=reset value="{L_Back}" name="button" onclick="javascript:location.href('add_announcement.php')">
<input type="hidden" name='id' value="{C_id}">
</td></tr></table>
</td></tr></form></table>
<!-- ELSEIF appcheckkind=="announcementlist" -->
<style type="text/css">
.col0 { background-color: #f7f7f7; }
.col1 { background-color: #dfdfdf; }
</style>
<table width="100%" border="0" align="center" cellpadding="3" cellspacing="1" bgcolor="#D4D2F8">
<tr bgcolor="#cccccc" align='center'>
<td width='60'>{L_Option}</td>
<td width='100'>{L_Date}</td>
<td width='620' >{L_Content}</td></tr>
<!-- BEGIN announcelistblock -->
<tr align='center' class="col{ROWBIT}">
<td valign=top><a href='add_announcement.php?action=update&id={C_id}'>{L_Modify}</a>/<a href='add_announcement.php?action=delete&id={C_id}'>{L_Delete}</a></td>
<td valign=top>{C_posttime}</td>
<td>{C_content}</td></tr>
<!-- END announcelistblock -->
</table>
<!-- ELSEIF appcheckkind=="forumadminaddadmin" -->
<form name='frmjumppage' method='get' action='forumadminman.php'>
<input type='hidden' name=action value=addadmin>
<input type='hidden' name=page value={Page}>
<table width="99%" border="0" align="center" cellpadding="3" cellspacing="1" bgcolor="#D4D2F8">
<tr bgcolor="#a0c484" align='center'>
<td width='750' >
<table align='center' width=500><tr>
<td>{L_Boardname}:</td>
<td><SELECT NAME='forumid'><!-- BEGIN Forumblock -->
<option value={C_Forumid}>{C_Forumname}</option>
<!-- END Forumblock --></SELECT></td>
<td>{L_Boardername}:</td>
<td><SELECT NAME='userid'><!-- BEGIN Userblock -->
<option value={C_id}>{C_uname}</option>
<!-- END Userblock --></SELECT></td>
<td><input type='submit' value="{L_Ensure}"></td>
</tr>
</table></td>
</tr>
</table>
</form>
<!-- ELSEIF appcheckkind=="applycheckdetail" -->
<table width="75%" border="0" align="center" cellpadding="3" cellspacing="1" bgcolor="#D4D2F8">
<tr bgcolor="#a0c484" align='center'>
<td colspan=2>
{L_Detailinfo}
</td>
</tr>
<tr bgcolor="#f7f7f7">
<td width=60>
{L_Uname}:
</td>
<td width=400>
<a href='userinfo.php?id={C_userid}'>{C_username}</a>
</td>
</tr>
<tr bgcolor="#f7f7f7">
<td width=60 valign='top'>
{L_Status}:
</td>
<td width=400>
<!-- IF checktime=="0" -->
{L_Unchecked} <a href=applycheck.php?action=approve&page={C_page}>{L_Pass}</a>
<!-- ELSE -->
{L_Checked} {L_Date}: {C_checktime}
<!-- ENDIF -->
<!-- IF DisableApplyHistoryDel=="0" -->
<a href='applycheck.php?action=del&page={C_applyid}&id{C_applyid}'>{L_Delete}</a>
<!-- ENDIF -->
</td>
</tr>
<tr bgcolor="#f7f7f7">
<td width=60 valign='top'>
{L_Date}:
</td>
<td width=400>
{C_applytime}
</td>
</tr>
<tr bgcolor="#f7f7f7">
<td width=60 valign='top'>
{L_Ps1}:
</td>
<td width=400>
{C_ps}
</td>
</tr>
<tr bgcolor="#f7f7f7">
<td width=60 valign='top'>
{L_Productsnippet}:
</td>
<td width=400>
{C_product}
</td>
</tr>
<tr><td colspan=2 bgcolor="#3f8805" align='center'><a href=applycheck.php?page={C_page}><font color=white>{L_Back}</font></a></td></tr>
</table>
<!-- ELSEIF appcheckkind=="applycheckbookdetail" -->
<table width="75%" border="0" align="center" cellpadding="3" cellspacing="1" bgcolor="#D4D2F8">
<tr bgcolor="#a0c484" align='center'>
<td colspan=2>
{L_Detailinfo}
</td>
</tr>
<tr bgcolor="#f7f7f7">
<td width=60>
{L_Author}:
</td>
<td width=400>
<a href='userinfo.php?id={C_userid}'>{C_username}</a>
</td>
</tr>
<tr bgcolor="#f7f7f7">
<td width=60>
{L_Booktype}:
</td>
<td width=400>
{C_typename}, {C_attrib}, {L_Price}: <font color='red'>{C_price}</font> {G_MoneyTitle}
</td>
</tr>
<tr bgcolor="#f7f7f7">
<td width=60>
{L_Booktitle}:
</td>
<td width=400>
{C_title}
</td>
</tr>
<tr bgcolor="#f7f7f7">
<td width=60 valign='top'>
{L_Status}:
</td>
<td width=400>
<!-- IF checktime=="0" -->
{L_Unchecked} <a href=applycheck_book.php?action=approve&page={C_page}>{L_Pass}</a>
<!-- ELSE -->
{L_Checked} {L_Date}: {C_checktime}
<!-- ENDIF -->
<!-- IF DisableApplyHistoryDel=="0" -->
<a href='applycheck_book.php?action=del&page={C_applyid}&id{C_applyid}'>{L_Delete}</a>
<!-- ENDIF -->
</td>
</tr>
<tr bgcolor="#f7f7f7">
<td width=60 valign='top'>
{L_Date}:
</td>
<td width=400>
{C_applytime}
</td>
</tr>
<tr bgcolor="#f7f7f7">
<td width=60 valign='top'>
{L_Ps1}:
</td>
<td width=400>
{C_ps}
</td>
</tr>
<tr><td colspan=2 bgcolor="#3f8805" align='center'><a href=applycheck_book.php?page={C_page}><font color=white>{L_Back}</font></a></td></tr>
</table>
<!-- ENDIF -->
</TD>
</TR>
</TBODY>
</TABLE>
<DIV align=center><BR>
</DIV></TD>
<TD vAlign=top width=1>
</TD></TR></TABLE>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -