added needed html template files
This commit is contained in:
15
apps/q/java/qresources/html/getform.html
Normal file
15
apps/q/java/qresources/html/getform.html
Normal file
@ -0,0 +1,15 @@
|
||||
<table align="center" class="mainpaneitem" border=0>
|
||||
<TR>
|
||||
<TD class="formHeading" colspan="3">Retrieve Content</TD>
|
||||
</tr>
|
||||
<tr class="formBody">
|
||||
<form action="/home" method="POST">
|
||||
<input type="hidden" name="cmd" value="get">
|
||||
|
||||
<TD>URI:</TD>
|
||||
<td><INPUT type="text" name="uri" value="Q:" size="60" maxlength="128"></td>
|
||||
<td><INPUT type="submit" name="submit" value="Retrieve it"></td>
|
||||
|
||||
</form>
|
||||
</TR>
|
||||
</table>
|
Reference in New Issue
Block a user