deleteunit.smarty.svn-base
来自「PHP 知识管理系统(基于树结构的知识管理系统), 英文原版的PHP源码。」· SVN-BASE 代码 · 共 20 行
SVN-BASE
20 行
<h2>{i18n}Delete Unit{/i18n}</h2><p class="descriptiveText">{i18n arg_name=$unit->getName()}Deleteunit <strong>#name#</strong> from the system{/i18n}</p><form action="{$smarty.server.PHP_SELF}" method="POST"> <input type="hidden" name="action" value="removeUnit" /> <input type="hidden" name="unit_id" value="{$unit->getId()}" /> <fieldset> <legend>{i18n}Delete Unit{/i18n}</legend> {foreach item=oWidget from=$fields} {$oWidget->render()} {/foreach} <div class="form_actions"> <input type="submit" value="{i18n}Delete unit{/i18n}" /> <input type="submit" name="kt_cancel[]" value="{i18n}Cancel{/i18n}" /> </div> </fieldset> </form>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?