UCC Code Repository
Parent Directory
|
Revision Log
1 | <div id="${action}snip" class="form"> |
2 | <form action="search.cgi" method="get"> |
3 | <p> |
4 | <label for="sniptags">Text to search for:</label><br/> |
5 | <input class="textarea" type="text" name="tags" id="searchtext" value="${searchtext}" ></input><br/> |
6 | |
7 | Select fields to search in:<br /> |
8 | <span><label for="description">description</label> |
9 | <input type="description" name="description" id="description" checked="${desc}"></input></span> |
10 | |
11 | <span><label for="code">code</label> |
12 | <input type="code" name="code" id="code" checked="${code}"></input></span> |
13 | |
14 | <span><label for="history">Include history</label> |
15 | <input type="history" name="history" id="history" checked="${history}"></input></span> |
16 | |
17 | <span><label for="xx">xx</label> |
18 | <input type="xx" name="xx" id="xx" checked="checked"></input></span> |
19 | |
20 | <label for="snipcode">Add your code:</label><br/> |
21 | <textarea class="textarea codearea" name="code" id="snipcode" rows="23" wrap="off" onkeydown="return process_keys_for_code(event, this);">${code}</textarea><br/> |
22 | |
23 | <input type="submit" name="submit" value="${submit}"></input> |
24 | ${hidden} |
25 | </p> |
26 | </form> |
27 | </div> |
28 | |
29 | <!-- |
30 | <span><label for="xx">xx</label> |
31 | <input type="xx" name="xx" id="xx" checked="checked"></input></span> |
32 | --> |
Managed by UCC Webmasters | ViewVC Help |
Powered by ViewVC 1.1.26 |