Update of /cvsroot/btplusplus/BT++/src/WebTemplates
In directory sc8-pr-cvs1:/tmp/cvs-serv9640/src/WebTemplates
Modified Files:
config.tmpl log.tmpl torrent.tmpl
Log Message:
InfoServer fix (hopefully)
Display of SizeUp/SizeDown, server start time
Added strict hasing to configure
Index: config.tmpl
===================================================================
RCS file: /cvsroot/btplusplus/BT++/src/WebTemplates/config.tmpl,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** config.tmpl 29 Mar 2003 00:54:14 -0000 1.5
--- config.tmpl 31 Mar 2003 17:33:57 -0000 1.6
***************
*** 78,81 ****
--- 78,86 ----
</tr>
<tr>
+ <td>Use strict hashing<br>(If checked only the set number of files will be hashed, never more)</td>
+ <td width=5% align=center><input type=hidden name=Hash_Strict value="0">
+ <input type=checkbox name=Hash_Strict <TMPL_IF hash_strict>CHECKED</TMPL_IF> value="1"></td>
+ </tr>
+ <tr>
<td>Maximal simultanous files hashed (1-5)</td>
<td width=5%><input type=text style="width:100%" name=Hash_NumSimHash value="<TMPL_VAR hash_numsimhash>"></td>
Index: log.tmpl
===================================================================
RCS file: /cvsroot/btplusplus/BT++/src/WebTemplates/log.tmpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** log.tmpl 7 Mar 2003 23:42:16 -0000 1.3
--- log.tmpl 31 Mar 2003 17:33:57 -0000 1.4
***************
*** 5,9 ****
<body bgcolor=#AA6666>
<h1>WebTorrent++ Log</h1>
! Log generated <TMPL_VAR logtime><p>
<table border=1 cellpadding=4 width=100%>
<TMPL_LOOP Logs>
--- 5,10 ----
<body bgcolor=#AA6666>
<h1>WebTorrent++ Log</h1>
! Log generated <TMPL_VAR logtime><br>
! Server started <TMPL_VAR starttime><p>
<table border=1 cellpadding=4 width=100%>
<TMPL_LOOP Logs>
Index: torrent.tmpl
===================================================================
RCS file: /cvsroot/btplusplus/BT++/src/WebTemplates/torrent.tmpl,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** torrent.tmpl 29 Mar 2003 00:54:15 -0000 1.6
--- torrent.tmpl 31 Mar 2003 17:33:57 -0000 1.7
***************
*** 81,85 ****
<td align=center nowrap><TMPL_VAR FileSize></td>
<td align=center nowrap><TMPL_VAR SpeedDown> <b>down</b><br> <TMPL_VAR SpeedUp> <b>up</b></td>
! <td align=center nowrap><TMPL_VAR Uploaders> / <TMPL_VAR Downloaders></td>
<td align=center nowrap><TMPL_VAR ETA></td>
</tr>
--- 81,88 ----
<td align=center nowrap><TMPL_VAR FileSize></td>
<td align=center nowrap><TMPL_VAR SpeedDown> <b>down</b><br> <TMPL_VAR SpeedUp> <b>up</b></td>
! <td align=center nowrap>
! <TMPL_VAR Uploaders> / <TMPL_VAR Downloaders><br>
! <TMPL_VAR SizeUp> / <TMPL_VAR SizeDown>
! </td>
<td align=center nowrap><TMPL_VAR ETA></td>
</tr>
***************
*** 108,112 ****
<td align=center nowrap><TMPL_VAR FileSize></td>
<td align=center nowrap><TMPL_VAR SpeedUp></td>
! <td align=center nowrap><TMPL_VAR Uploaders> / <TMPL_VAR Downloaders></td>
<td align=center><TMPL_VAR Status></td>
</tr>
--- 111,118 ----
<td align=center nowrap><TMPL_VAR FileSize></td>
<td align=center nowrap><TMPL_VAR SpeedUp></td>
! <td align=center nowrap>
! <TMPL_VAR Uploaders> / <TMPL_VAR Downloaders><br>
! <TMPL_VAR SizeUp> / <TMPL_VAR SizeDown>
! </td>
<td align=center><TMPL_VAR Status></td>
</tr>
|