📄 article.php
字号:
<?
// 2003-10-1 新增功能性模板
global $winimages;
$poa[0]=<<<EOT
<table height="100%" width=$tablewidth border=0 bordercolor="$bordercolor" cellspacing=0 cellpadding=1 align=center>
<TBODY>
<TR>
<TD vAlign=top align=middle width=120>
<table height="100%" width=$tablewidth border=0 cellspacing=0 cellpadding=1 align=center>
<TBODY>
<TR>
<TD vAlign=top width=1 bgColor=white></TD>
<TD vAlign=top align=middle bgColor=$article_color1>
<TABLE cellSpacing=0 cellPadding=0 width=100 align=center
border=0>
<TBODY>
<TR>
<TD height=6></TD>
</TR>
<TR>
<TD align=middle background='$tile_back'
height=18>
<div align="center"><B>$alang[9]</B></div>
</TD>
</TR>
<TR>
<TD height=6></TD>
</TR>
<TR>
<TD
onmouseover="this.style.background='#Caeaff';this.style.color='#000000'"
onmouseout="this.style.background='';this.style.color=''"
align=middle height=18><A class=LEFTA
href="profile.php?job=show&target=$urlmainauthor">$alang[10]</A></TD>
</TR>
<TR>
<TD
onmouseover="this.style.background='#Caeaff';this.style.color='#000000'"
onmouseout="this.style.background='';this.style.color=''"
align=middle height=18><A class=LEFTA
href="$homepage">$alang[11]</A></TD>
</TR>
<TR>
<TD
onmouseover="this.style.background='#Caeaff';this.style.color='#000000'"
onmouseout="this.style.background='';this.style.color=''"
align=middle height=18><A class=LEFTA
href="favorites.php?action=add&forumid=$forumid&filename=$filename&topic_author=$urlmainauthor">$alang[12]</A></TD>
</TR>
<TR>
<TD
onmouseover="this.style.background='#Caeaff';this.style.color='#000000'"
onmouseout="this.style.background='';this.style.color=''"
align=middle height=18><A class=LEFTA
href="post.php?forumid=$forumid">$alang[13]</A></TD>
</TR>
<TR>
<TD
onmouseover="this.style.background='#Caeaff';this.style.color='#000000'"
onmouseout="this.style.background='';this.style.color=''"
align=middle height=18><A class=LEFTA
href="sendfriend.php?forumid=$forumid&filename=$filename&mode=">$alang[14]</A></TD>
</TR>
<TR>
<TD height=6></TD>
</TR>
</TBODY>
</TABLE>
</TD>
<TD vAlign=top width=1 bgColor=white></TD>
</TR></TBODY></TABLE></TD>
<TD vAlign=top>
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0 style="TABLE-LAYOUT: fixed">
<TBODY>
<TR>
<TD width=22></TD>
<TD vAlign=top>
<SPAN style="FONT-SIZE: 14px"><BR>
<CENTER><B>$maintopname</B></CENTER><BR>
<SPAN
style="FONT-SIZE: 9pt">($alang[2] <FONT color=$jiazhongcolor> $topic_hit </FONT>$alang[3]) $alang[0]$maintopic_date
$alang[1]$mainauthor</SPAN><br><br>$afileshow $maintopic_con<br>
</SPAN><BR><BR>
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
<TD width="100%" background='$tile_back' height=18>
<div align="center"><A href="post.php?action=quote&forumid=$forumid&filename=$filename&article=0">$alang[18]</A> <A
href="post.php?action=reply&forumid=$forumid&filename=$filename">$alang[17]</A> <A
href="sendfriend.php?forumid=$forumid&filename=$filename&mode=">$alang[16]</A> <A
href="javascript:window.close();">$alang[15]</A></div>
</TD>
</TR>
<TR>
<TD width="100%" height=18>$alang[5]<a href=topic.php?forumid=$forumid&filename=$filename><font Color=$jiazhongcolor>$alang[8]</font></a></TD>
</TR>
<TR>
<TD width="100%" height=18>$areplays</TD>
</TR></TBODY>
</TABLE>
</TD>
</TR></TBODY></TABLE></TD></TR></TBODY></TABLE>
</td>
</tr>
</table>
EOT;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -