Update of /cvsroot/btplusplus/BT++/src/WebTemplates
In directory sc8-pr-cvs1:/tmp/cvs-serv19222/WebTemplates
Modified Files:
log.tmpl
Log Message:
fixed & improved logging, fixed exit for stdin command
Index: log.tmpl
===================================================================
RCS file: /cvsroot/btplusplus/BT++/src/WebTemplates/log.tmpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** log.tmpl 2 Mar 2003 03:00:52 -0000 1.2
--- log.tmpl 7 Mar 2003 23:42:16 -0000 1.3
***************
*** 5,8 ****
--- 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>
***************
*** 21,24 ****
--- 22,26 ----
</TMPL_LOOP>
</table>
+ <TMPL_VAR logs> Log entires.
</body>
</html>
|