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

📄 edit_object_sections.tpl

📁 一个基于web的开源项目管理工具
💻 TPL
字号:
{include file="phpgacl/header.tpl"}{include file="phpgacl/acl_admin_js.tpl"}  </head>  <body>    {include file="phpgacl/navigation.tpl"}      <form method="post" name="edit_object_sections" action="edit_object_sections.php">      <table cellpadding="2" cellspacing="2" border="2" width="100%">        <tbody>          <tr class="pager">            <td colspan="11">                {include file="phpgacl/pager.tpl" pager_data=$paging_data link="?object_type=$object_type&"}            </td>          </tr>          <tr>            <th width="2%">ID</th>            <th>Value</th>            <th>Order</th>            <th>Name</th>            <th width="4%">Functions</th>            <th width="2%"><input type="checkbox" class="checkbox" name="select_all" onClick="checkAll(this)"/></th>          </tr>{section name=x loop=$sections}          <tr valign="top" align="center">            <td>              {$sections[x].id}              <input type="hidden" name="sections[{$sections[x].id}][]" value="{$sections[x].id}">            </td>            <td><input type="text" size="10" name="sections[{$sections[x].id}][]" value="{$sections[x].value}"></td>            <td><input type="text" size="10" name="sections[{$sections[x].id}][]" value="{$sections[x].order}"></td>            <td><input type="text" size="40" name="sections[{$sections[x].id}][]" value="{$sections[x].name}"></td>            <td>&nbsp;</td>            <td><input type="checkbox" class="checkbox" name="delete_sections[]" value="{$sections[x].id}"></td>          </tr>{/section}          <tr class="pager">            <td colspan="6">                {include file="phpgacl/pager.tpl" pager_data=$paging_data link="?object_type=$object_type&"}            </td>          </tr>          <tr class="spacer">            <td colspan="6"></td>          </tr>          <tr align="center">            <td colspan="6"><b>Add {$object_type|upper} Sections</b></td>          </tr>          <tr>            <th>ID</th>            <th>Value</th>            <th>Order</th>            <th>Name</th>            <th>Functions</th>            <th>&nbsp;</td>          </tr>{section name=y loop=$new_sections}          <tr valign="top" align="center">            <td>N/A</td>            <td><input type="text" size="10" name="new_sections[{$new_sections[y].id}][]" value=""></td>            <td><input type="text" size="10" name="new_sections[{$new_sections[y].id}][]" value=""></td>            <td><input type="text" size="40" name="new_sections[{$new_sections[y].id}][]" value=""></td>            <td>&nbsp;</td>            <td>&nbsp;</td>          </tr>{/section}          <tr class="controls" align="center">            <td colspan="4">              <input type="submit" class="button" name="action" value="Submit"> <input type="reset" class="button" value="Reset">            </td>            <td colspan="2">              <input type="submit" class="button" name="action" value="Delete">            </td>          </tr>        </tbody>      </table>    <input type="hidden" name="object_type" value="{$object_type}">    <input type="hidden" name="return_page" value="{$return_page}">    </form>{include file="phpgacl/footer.tpl"}

⌨️ 快捷键说明

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