added needed html template files
This commit is contained in:
10
apps/q/java/qresources/html/putok.html
Normal file
10
apps/q/java/qresources/html/putok.html
Normal file
@ -0,0 +1,10 @@
|
||||
<table align="center" class="mainpaneitem">
|
||||
<tr>
|
||||
<td class="formHeading"><tmpl_if is_site>QSite<tmpl_else>Item</tmpl_if> Inserted Successfully</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align=center>Item URI:<br>
|
||||
<code><input type="text" size=60 readonly value="<tmpl_var uri>"></code>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
Reference in New Issue
Block a user