📄 othersrequests.tpl
字号:
<center><table width="550" border="0" cellpadding="0" cellspacing="0" > <tr> <td class="module_detail_inside" width="100%"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td class="module_head" width="6"></td> <td class="module_head" width="526"> {$lang.request2} </td> <td width="28"><img src="{$image_dir}blue_hor2.jpg" width="28" height="23" alt="" /></td> </tr> </table> <input type="hidden" name="search" value="{$search}" /> <table class="table" cellspacing="{$config.cellspacing}" cellpadding="{$config.cellpadding}" width="550" border="0"> <tbody> {assign var="mcount" value="0"} {foreach item=item key=key from=$data} {math equation="$mcount+1" assign="mcount"} <tr> <td width="20%" align="center">{$item.username}</td> <td align="left"> {if $config.enable_mod_rewrite == 'Y'} <a href="javascript:popUpScrollWindow2('{$docroot}{if $config.seo_username == 'Y'}{$item.username}{else}{$item.owner}.htm{/if}','top',650,600)"> {else} <a href="javascript:popUpScrollWindow2('{$docroot}showprofile.php?{if $config.seo_username == 'Y'}username={$item.username}{else}id={$item.owner}{/if}','top',650,600)"> {/if}{$lang.view_profile}</a> - <a href="?plugin={$plugin_name}&do=othersrequests&opt=1&id={$item.owner}">Accept and add</a> - <a href="?plugin={$plugin_name}&do=othersrequests&opt=2&id={$item.owner}">Accept</a> - <a href="?plugin={$plugin_name}&do=othersrequests&opt=3&id={$item.owner}">Deny</a></td> </tr> {/foreach} {if $data|@count == 0} <tr> <td style="padding-left: 6px;"> {$lang.norequests}</td> </tr> {/if} </tbody> </table> </td> </tr></table></center>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -