conditional_ajax_verifyandupdate.smarty
来自「PHP 知识管理系统(基于树结构的知识管理系统), 英文原版的PHP源码。」· SMARTY 代码 · 共 88 行
SMARTY
88 行
<?xml version="1.0" encoding="UTF-8"?><html><body> <div> <fieldset> <legend>Advanced Search</legend> <p>Find items matching <select><option>all conditions</option><option>any conditions</option></select></p> <table> <tr> <td colspan="2"> <fieldset> <legend>Sub Search</legend> <p>Find items matching <select><option>all conditions</option><option>any conditions</option></select></p> <table> <tr> <td>Document Type is</td> <td><select><option>Document Type 1</option><option>Document Type 2</option><option>Document Type 3</option></select></td> <td><input type="button" value="remove"/></td> </tr> <tr> <td><select><option>Document Type is</option><option>Contains Text</option></select></td> <td>Choose a type of query first</td> <td><input type="button" value="remove"/></td> </tr> <tr> <td> </td> <td> </td> <td><input type="button" value="add condition"/><input type="button" value="add subsearch"/></td> </tr> </table> </fieldset> </td> <td><input type="button" value="remove"/></td> </tr> <tr> <td colspan="2"> <fieldset> <legend>Sub Search</legend> <p>Find items matching <select><option>all conditions</option><option>any conditions</option><option>all subsearches</option><option>any subsearch</option></select></p> <table> <tr> <td>Document Type is</td> <td><select><option>Document Type 1</option><option>Document Type 2</option><option>Document Type 3</option></select></td> <td><input type="button" value="remove"/></td> </tr> <tr> <td><select><option>Document Type is</option><option>Contains Text</option></select></td> <td>Choose a type of query first</td> <td><input type="button" value="remove"/></td> </tr> <tr> <td> </td> <td> </td> <td><input type="button" value="add subsearch"/></td> </tr> </table> </fieldset> </td> <td><input type="button" value="remove"/></td> </tr> <tr> <td> </td> <td> </td> <td><input type="button" value="add subsearch"/></td> </tr> </table> </fieldset> <p><!-- --></p> </div> </body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?