📄 template_write_permissions.inc
字号:
<?php/*Copyright Intermesh 2003Author: Merijn Schering <mschering@intermesh.nl>Version: 1.0 Release date: 08 July 2003This program is free software; you can redistribute it and/or modify itunder the terms of the GNU General Public License as published by theFree Software Foundation; either version 2 of the License, or (at youroption) any later version.*/?><input type="hidden" name="template_id" value="<?php echo $template_id; ?>" /><?phpprint_acl($template["acl_write"]);?><br /><?php$button = new button($cmdClose, "javascript:document.location='index.php?tabindex=templates.inc'");echo $button->get_html();?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -