Update of /cvsroot/btplusplus/BT++/src/WebTemplates
In directory sc8-pr-cvs1:/tmp/cvs-serv24607/src/WebTemplates
Modified Files:
menu.tmpl
Log Message:
Made build work for windows. Use WT++.pyw for windows since readline doesn't work there.
Fixed a bug(?) in htmltmpl on Windows.
Fixed menu.tmpl for Opera7
Index: menu.tmpl
===================================================================
RCS file: /cvsroot/btplusplus/BT++/src/WebTemplates/menu.tmpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** menu.tmpl 16 Mar 2003 01:17:58 -0000 1.2
--- menu.tmpl 25 Mar 2003 00:27:03 -0000 1.3
***************
*** 19,23 ****
<tr>
<td width=100%><input type=text style="width:100%" name=torr title="Paste Torrent URLs here"></td>
! <td nowrap><input type=hidden name=command value=Add><button type=submit>Add</button><button type=reset>Clear</button></td>
</tr>
</table>
--- 19,26 ----
<tr>
<td width=100%><input type=text style="width:100%" name=torr title="Paste Torrent URLs here"></td>
! <td><table cellpadding=0><tr>
! <td><input type=hidden name=command value=Add><button type=submit>Add</button></td>
! <td><button type=reset>Clear</button></td>
! </tr></table></td>
</tr>
</table>
|