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

📄 object_search.tpl

📁 一个基于web的开源项目管理工具
💻 TPL
字号:
{include file="phpgacl/header.tpl"}     <style type="text/css">    {literal}    input.search {    	width: 99%;    }    select.search {    	margin-top: 0px;    	width: 99%;    }    {/literal}    </style>{include file="phpgacl/acl_admin_js.tpl"}  </head>  <body onload="document.object_search.name_search_str.focus();">{include file="phpgacl/navigation.tpl" hidemenu="1"}    <form method="get" name="object_search" action="object_search.php">      <table cellpadding="2" cellspacing="2" border="2" width="100%">        <tbody>          <tr>            <th colspan="2">{$object_type_name} > {$section_value_name}</th>          </tr>          <tr>            <td width="25%"><b>Name:</b></td>            <td width="75%"><input type="text" class="search" name="name_search_str" value="{$name_search_str}" /></td>          </tr>          <tr>			<td><b>Value:</b></td>			<td><input type="text" class="search" name="value_search_str" value="{$value_search_str}" /></td>		  </tr>		  <tr class="controls" align="center">		  	<td colspan="2"><input type="submit" class="button" name="action" value="Search" /> <input type="button" class="button" name="action" value="Close" onClick="window.close();" /></td>          </tr>        </tbody>      </table>{if (strlen($total_rows) != 0)}	  <br />      <table cellpadding="2" cellspacing="2" border="2" width="100%">        <tbody>          <tr>            <th colspan="2">{$total_rows} Objects Found</th>          </tr>		{if ($total_rows > 0)}          <tr valign="middle" align="center">            <td width="90%">			  <select name="objects" class="search" tabindex="0" size="10" multiple>			    {html_options options=$options_objects}			  </select>            </td>            <td width="10%">				<input type="button" class="select" name="select" value="&nbsp;&gt;&gt;&nbsp;" onClick="opener.select_item(opener.document.forms['{$src_form}'].elements['{$object_type}_section'], this.form.elements['objects'], opener.document.forms['{$src_form}'].elements['selected_{$object_type}[]']);">             </td>          </tr>		{/if}        </tbody>      </table>{/if}	<input type="hidden" name="src_form" value="{$src_form}">	<input type="hidden" name="object_type" value="{$object_type}">		<input type="hidden" name="section_value" value="{$section_value}">  </form>{include file="phpgacl/footer.tpl"}

⌨️ 快捷键说明

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