📄 extension_groups_permissions.tpl
字号:
<h1>{L_GROUP_PERMISSIONS_TITLE}</h1><p>{L_GROUP_PERMISSIONS_EXPLAIN}</p><table width="100%" cellspacing="0" cellpadding="0" border="0"> <tr> <td align="center"> <form method="post" action="{A_PERM_ACTION}"> <table width="90%" class="forumline" cellspacing="1" cellpadding="4" border="0" align="center"> <tr> <th>{L_ALLOWED_FORUMS}</th> </tr> <tr> <td class="row1" align="center"> <select style="width:560px" name="entries[]" multiple="multiple" size="5"> <!-- BEGIN allow_option_values --> <option value="{allow_option_values.VALUE}">{allow_option_values.OPTION}</option> <!-- END allow_option_values --> </select> </td> </tr> <tr> <td class="cat" align="center"> <input class="liteoption" type="submit" name="del_forum" value="{L_REMOVE_SELECTED}" /> <input class="liteoption" type="submit" name="close_perm" value="{L_CLOSE_WINDOW}" /><input type="hidden" name="e_mode" value="perm" /></td> </tr> </table> </form> </td> </tr> <tr> <td> <form method="post" action="{A_PERM_ACTION}"> <table width="90%" class="forumline" cellspacing="1" cellpadding="4" border="0" align="center"> <tr> <th>{L_ADD_FORUMS}</th> </tr> <tr> <td class="row1" align="center"> <select style="width:560px" name="entries[]" multiple="multiple" size="5"> <!-- BEGIN forum_option_values --> <option value="{forum_option_values.VALUE}">{forum_option_values.OPTION}</option> <!-- END forum_option_values --> </select> </td> </tr> <tr> <td class="cat" align="center"> <input type="submit" name="add_forum" value="{L_ADD_SELECTED}" class="mainoption" /> <input type="reset" value="{L_RESET}" class="liteoption" /> <input type="hidden" name="e_mode" value="perm" /></td> </tr> </table> </form> </td> </tr></table><br /><div align="center"><span class="copyright">{ATTACH_VERSION}</span></div><br clear="all" />
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -