From: <bel...@us...> - 2003-03-29 00:54:20
|
Update of /cvsroot/btplusplus/BT++/src/WebTemplates In directory sc8-pr-cvs1:/tmp/cvs-serv24784/src/WebTemplates Modified Files: config.tmpl torrent.tmpl Log Message: Implementation of UpdateManager. Makes sure updates don't happen too fast if two automatic updaters collide (aka TimedUpdate and HTTP refreshs). Implemented FancyZURLOpener with zlib compression (used for InfoManager). Some fixes Index: config.tmpl =================================================================== RCS file: /cvsroot/btplusplus/BT++/src/WebTemplates/config.tmpl,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** config.tmpl 28 Mar 2003 21:09:35 -0000 1.4 --- config.tmpl 29 Mar 2003 00:54:14 -0000 1.5 *************** *** 129,133 **** <td><table border=1 width=100%> <tr> ! <td>Refresh torrent page every (seconds)</td> <td width=5%><input type=text style="width:100%" name=Display_Refresh value="<TMPL_VAR display_refresh>"></td> </tr> --- 129,134 ---- <td><table border=1 width=100%> <tr> ! <td>Refresh torrents every (seconds)<br> ! (Applies to the http auto-refresh of the page as well as adding new torrents in the respective dir)</td> <td width=5%><input type=text style="width:100%" name=Display_Refresh value="<TMPL_VAR display_refresh>"></td> </tr> Index: torrent.tmpl =================================================================== RCS file: /cvsroot/btplusplus/BT++/src/WebTemplates/torrent.tmpl,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** torrent.tmpl 28 Mar 2003 21:09:35 -0000 1.5 --- torrent.tmpl 29 Mar 2003 00:54:15 -0000 1.6 *************** *** 43,47 **** <tr> <TMPL_IF Seedless> ! <td style="font-color:red"> <TMPL_ELSE> <td> --- 43,47 ---- <tr> <TMPL_IF Seedless> ! <td style="color:red; font-weight:bold"> <TMPL_ELSE> <td> |