Update of /cvsroot/phpmp/phpMP/templates/TealMP
In directory usw-pr-cvs1:/tmp/cvs-serv16001/templates/TealMP
Modified Files:
footer.tpl header.tpl
Log Message:
Fixed a few bugs; changed a template or two. Expect HUGE update of teomplate engine on next go-around.
Index: footer.tpl
===================================================================
RCS file: /cvsroot/phpmp/phpMP/templates/TealMP/footer.tpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** footer.tpl 22 Jul 2002 00:49:43 -0000 1.2
--- footer.tpl 25 Jul 2002 06:16:22 -0000 1.3
***************
*** 7,11 ****
<tr>
<td width="100%" colspan="2" align="center" bgcolor="#C0C0C0"><font size="2">
! <a href="/index.php">home</a> {BULLETHTML} <a href="/features.php">features</a> {BULLETHTML} <a href="/downloads.php">files</a> {BULLETHTML} <a href="/support.php">support</a> {BULLETHTML} <a href="/about.php">about</a> {BULLETHTML} <a href="http://phpmp.sourceforge.net/team.php">team</a> {BULLETHTML} <a href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/phpmp/phpMP/">cvs</a> {BULLETHTML} <a href="http://phpmp.sourceforge.net/devworld/modules/index.php?action=list">modules</a> {BULLETHTML} <a href="http://www.sourceforge.net/">sourceforge</a>
</font></td>
</tr>
--- 7,11 ----
<tr>
<td width="100%" colspan="2" align="center" bgcolor="#C0C0C0"><font size="2">
! <a href="/index.php">home</a> {BULLETHTML} <a href="/features.php">features</a> {BULLETHTML} <a href="/forums/index.php">forums</a> {BULLETHTML} <a href="/downloads.php">downloads</a> {BULLETHTML} <a href="/support.php">support</a> {BULLETHTML} <a href="/about.php">about</a> {BULLETHTML} <a href="http://phpmp.sourceforge.net/team.php">team</a> {BULLETHTML} <a href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/phpmp/phpMP/">cvs</a> {BULLETHTML} <a href="http://phpmp.sourceforge.net/devworld/modules/index.php?action=list">modules</a> {BULLETHTML} <a href="http://www.sourceforge.net/">sourceforge</a>
</font></td>
</tr>
***************
*** 26,30 ****
<table border="0" cellspacing="0" width="100%" cellpadding="0"><tr>
<td width="100" align="left" background="{MPURLPATH}/templates/{TPLNAME}/images/footer_left.gif"></td>
! <td width="*" align="center"><font size="-2">{COPYRIGHT}</font></td>
<td width="100" align="right" background="{MPURLPATH}/templates/{TPLNAME}/images/footer_right.gif"></td>
</tr></table></tr>
--- 26,30 ----
<table border="0" cellspacing="0" width="100%" cellpadding="0"><tr>
<td width="100" align="left" background="{MPURLPATH}/templates/{TPLNAME}/images/footer_left.gif"></td>
! <td width="*" align="center"><font size="-2">{COPYRIGHT}<br>{DEVINFO}</font></td>
<td width="100" align="right" background="{MPURLPATH}/templates/{TPLNAME}/images/footer_right.gif"></td>
</tr></table></tr>
Index: header.tpl
===================================================================
RCS file: /cvsroot/phpmp/phpMP/templates/TealMP/header.tpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** header.tpl 22 Jul 2002 00:49:43 -0000 1.3
--- header.tpl 25 Jul 2002 06:16:22 -0000 1.4
***************
*** 19,23 ****
<tr>
<td width="100%" colspan="5" align="center" bgcolor="#C0C0C0"><font size="2">
! <a href="/index.php">home</a> {BULLETHTML} <a href="/features.php">features</a> {BULLETHTML} <a href="/downloads.php">files</a> {BULLETHTML} <a href="/support.php">support</a> {BULLETHTML} <a href="/about.php">about</a> {BULLETHTML} <a href="http://phpmp.sourceforge.net/team.php">team</a> {BULLETHTML} <a href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/phpmp/phpMP/">cvs</a> {BULLETHTML} <a href="http://phpmp.sourceforge.net/devworld/modules/index.php?action=list">modules</a> {BULLETHTML} <a href="http://www.sourceforge.net/">sourceforge</a>
</font></td>
</tr>
--- 19,23 ----
<tr>
<td width="100%" colspan="5" align="center" bgcolor="#C0C0C0"><font size="2">
! <a href="/index.php">home</a> {BULLETHTML} <a href="/features.php">features</a> {BULLETHTML} <a href="/forums/index.php">forums</a> {BULLETHTML} <a href="/downloads.php">downloads</a> {BULLETHTML} <a href="/support.php">support</a> {BULLETHTML} <a href="/about.php">about</a> {BULLETHTML} <a href="http://phpmp.sourceforge.net/team.php">team</a> {BULLETHTML} <a href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/phpmp/phpMP/">cvs</a> {BULLETHTML} <a href="http://phpmp.sourceforge.net/devworld/modules/index.php?action=list">modules</a> {BULLETHTML} <a href="http://www.sourceforge.net/">sourceforge</a>
</font></td>
</tr>
|