⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 addgroup.smarty

📁 PHP 知识管理系统(基于树结构的知识管理系统), 英文原版的PHP源码。
💻 SMARTY
字号:
<h2>{i18n}Add a new group{/i18n}</h2><p class="descriptiveText">{i18n}Users may be classed together as Groups and these groups may be used to set security privileges throughout the document management system.{/i18n}</p>{if $authentication_sources}   <form action="{$smarty.server.PHP_SELF}" method="POST">   <input type="hidden" name="action" value="addGroupFromSource" />   <fieldset><legend>{i18n}Add a group from an authentication source{/i18n}</legend><p class="descriptiveText">{i18n}Instead of manually creating the group withinthe document management system, the group can be found within anauthentication source (such as an LDAP directory) that has already beenconfigured.  This ensures that the group is correctly set up with limitedintervention from the administrator, and that the group's membershipwill be maintained as it is in the authentication source.{/i18n}</p>   {entity_select name="source_id" entities=$authentication_sources}   <div class="form_actions ">     <input type="submit" name="submit" value="{i18n}Add from source{/i18n}" />   </div>   </fieldset>   </form></p><p class="descriptiveText">{i18n arg_appname="$appname"}Alternatively, you can manually create a userwithin #appname# below.{/i18n}</p>{/if}{*<form action="{$smarty.server.PHP_SELF}" method="POST">   <input type="hidden" name="action" value="createGroup" />      <fieldset>      <legend>{i18n}Specify group details{/i18n}</legend>      <p class="descriptiveText">{i18n}Please enter the Group's details below and then click <strong>create group</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}create group{/i18n}" />         <input type="submit" name="kt_cancel[]" value="{i18n}Cancel{/i18n}" />      </div>   </fieldset>   </form>*}{$form->render()}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -