📄 sut.php
字号:
<?
/* BMForum Plus! Bulletin Board Systems Version : Plus! This is a freeware, but don't change the copyright information. A SourceForge Project - GNU Licence project. Web Site: http://www.bmforum.com Copyright (C) Bluview Technology*/
require("datafile/config.php");
require("getskin.php");
require("header.php");
include("datafile/usertitle.php");
navi_bar($gl[62],$gl[63],'','no');
?>
<table width=<?=$tablewidth?>% border=0 bgcolor=<?=$backgroundcolor?> align="center">
<tr>
<td colspan=6>
<div align="left"><?=$gl[63]?></div>
</td>
</tr>
</table>
<table cellspacing=1 cellpadding=0 width=<?=$tablewidth?> border=0 align=center bgcolor='<?=$tile_back?>' background='<?=$tile_back?>'>
<tr align=center height=24 bgcolor='<?=$tile_back?>' background='<?=$tile_back?>'>
<td bgcolor='<?=$tile_back?>' background='<?=$tile_back?>' width=120 align="center"><b class=title><?=$gl[67]?></b></td>
<td bgcolor='<?=$tile_back?>' background='<?=$tile_back?>' ><b class=title><?=$gl[64]?></b></td>
<td bgcolor='<?=$tile_back?>' background='<?=$tile_back?>' ><b class=title><?=$gl[65]?></b></td>
</tr>
<tr height=22 bgcolor=<?=$list_color2?>>
<td colspan=3 align="center"><b><?=$gl[66]?></b></td>
</tr><?
for($i=0;$i<$countmtitle;$i++){
if(!empty($mtitle[a0]) || !empty($mgraphic[a0]) ) {
echo <<<EOT
<tr height=22 bgcolor=$list_color1>
<td width=120 align="center"><b>{$mtitle['a'.$i]}</b></td>
<td align="center"><b>{$mpostmark['a'.$i]}</b></td>
<td align="center"><img src=$otherimages/system/{$mgraphic['a'.$i]}></td>
</tr>
EOT;
}
}
?>
<tr height=22 bgcolor=<?=$list_color1?>>
<td colspan=3 align="center"><b ><?=$gl[68]?></b></td>
</tr><? if(!empty($motitle) || !empty($modgraphic) ) { ?>
<tr height=22 bgcolor=<?=$list_color2?>>
<td width=120 align="center"><b ><?=$motitle?></b></td>
<td align="center"><b ><?=$gl[69]?></b></td>
<td align="center"><img src=<?=$otherimages?>/system/<?=$modgraphic?>></td>
</tr><? } ?><? if(!empty($supmotitle) || !empty($supmodgraphic) ) { ?> <tr height=22 bgcolor=<?=$list_color1?>>
<td width=120 align="center"><b ><?=$supmotitle?></b></td>
<td align="center"><b ><?=$gl[70]?></b></td>
<td align="center"><img src=<?=$otherimages?>/system/<?=$supmodgraphic?>></td>
</tr><? } ?><? if(!empty($admintitle) || !empty($admingraphic) ) { ?> <tr height=22 bgcolor=<?=$list_color1?>>
<td width=120 align="center"><b ><?=$admintitle?></b></td>
<td align="center"><b><?=$gl[71]?></b></td>
<td align="center"><img src=<?=$otherimages?>/system/<?=$admingraphic?>></td>
</tr><? } ?>
<tr>
<td colspan=6 background='<?=$tile_back?>' bgcolor=<?=$categorycolor?> height=24>
<div align="center">
<input type="button" value="<?=$gl[14]?>"
onClick="location.href='index.php'"
name="button">
<input type="button" value="<?=$gl[15]?>"
onClick="location.href='javascript:history.back(1)';"
name="button2">
</div>
</td>
</tr>
</table>
<br>
<?
include("footer.php");
?>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -