addunit.smarty.svn-base
来自「PHP 知识管理系统(基于树结构的知识管理系统), 英文原版的PHP源码。」· SVN-BASE 代码 · 共 25 行
SVN-BASE
25 行
<h2>{i18n}Add a new unit{/i18n}</h2><p class="descriptiveText">{i18n}Units allow you to delegate a portionof the document management system to a particular part of yourorganisation. Unit administrators have additional right within thatportion of the document management system, and they can also adjust themembership of groups that belong to the unit.{/i18n}</p><form action="{$smarty.server.PHP_SELF}" method="POST"> <input type="hidden" name="action" value="addUnit2" /> <fieldset> <legend>{i18n}Specify unit details{/i18n}</legend> <p class="descriptiveText">{i18n}Please enter the Unit's details below and then click <strong>create unit</strong>. Fields marked with a red square are required.{/i18n}</p> {foreach item=oWidget from=$add_fields} {$oWidget->render()} {/foreach} <div class="form_actions"> <input type="submit" value="{i18n}Next{/i18n}" /> <input type="submit" name="kt_cancel[]" value="{i18n}Cancel{/i18n}" /> </div> </fieldset> </form>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?