Update of /cvsroot/phpmp/phpMP/templates/default
In directory usw-pr-cvs1:/tmp/cvs-serv18083/templates/default
Modified Files:
box.tpl footer.tpl header.tpl
Log Message:
It is finally starting to all come together!
Index: box.tpl
===================================================================
RCS file: /cvsroot/phpmp/phpMP/templates/default/box.tpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- box.tpl 1 Apr 2002 09:43:20 -0000 1.1
+++ box.tpl 1 Apr 2002 23:48:40 -0000 1.2
@@ -1,11 +1,11 @@
<table width="150" cellspacing="0" cellpadding="0">
<tr height="5">
- <td rowspan="2"><img src="images/navendleft.gif" /></td>
- <td background="images/navtopbg.gif" width="100%"><img src="images/pixel.gif" /></td>
- <td rowspan="2"><img src="images/navendright.gif" /></td>
+ <td rowspan="2"><img src="{MPURLPATH}/templates/{TPLNAME}/images/navendleft.gif" /></td>
+ <td background="{MPURLPATH}/templates/{TPLNAME}/images/navtopbg.gif" width="100%"><img src="{MPURLPATH}/templates/{TPLNAME}/images/pixel.gif" /></td>
+ <td rowspan="2"><img src="{MPURLPATH}/templates/{TPLNAME}/images/navendright.gif" /></td>
</tr>
<tr>
- <td height="20" align="center" background="images/navbotbg.gif"><font color=white>{TITLE}</font></td>
+ <td height="20" align="center" background="{MPURLPATH}/templates/{TPLNAME}/images/navbotbg.gif"><font color=white>{TITLE}</font></td>
</tr>
<tr>
<td colspan="3">
Index: footer.tpl
===================================================================
RCS file: /cvsroot/phpmp/phpMP/templates/default/footer.tpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- footer.tpl 1 Apr 2002 09:43:20 -0000 1.1
+++ footer.tpl 1 Apr 2002 23:48:40 -0000 1.2
@@ -1,8 +1,8 @@
<table width="100%" cellpadding="0" cellspacing="0"><tr><td> <!-- Begining of footer -->
-<table width="100%" height="11" background="images/bottombg.gif">
+<table width="100%" height="11" background="{MPURLPATH}/templates/{TPLNAME}/images/bottombg.gif">
<tr>
- <td><img src="images/pixel.gif" /></td>
+ <td><img src="{MPURLPATH}/templates/{TPLNAME}/images/pixel.gif" /></td>
</tr>
</table>
@@ -10,7 +10,7 @@
<table width="60%" border="1" bordercolor=black align="center">
<tr>
- <td align="center">Legal info and shit here.</td>
+ <td align="center">{COPYRIGHT}</td>
</tr>
</table>
Index: header.tpl
===================================================================
RCS file: /cvsroot/phpmp/phpMP/templates/default/header.tpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- header.tpl 1 Apr 2002 09:43:20 -0000 1.1
+++ header.tpl 1 Apr 2002 23:48:40 -0000 1.2
@@ -1,23 +1,23 @@
<html>
<head>
<title>{PAGETITLE}</title>
-<link rel="stylesheet" href="css/tpl_style.css" type="text/css">
+<link rel="stylesheet" href="{MPURLPATH}/templates/{TPLNAME}/css/tpl_style.css" type="text/css">
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table class="header" width="100%" cellpadding="0" cellspacing="0">
<tr>
- <td width="300" align="left"><img src="images/logo.gif" /></td>
- <td width="100%" align="center" background="images/topbg.gif"><img src="images/pixel.gif" /></td>
+ <td width="300" align="left"><img src="{MPURLPATH}/templates/{TPLNAME}/images/logo.gif" /></td>
+ <td width="100%" align="center" background="{MPURLPATH}/templates/{TPLNAME}/images/topbg.gif"><img src="{MPURLPATH}/templates/{TPLNAME}/images/pixel.gif" /></td>
</tr>
<tr>
- <td width="100%" bgcolor=black colspan="2"><img src="images/pixel.gif" /></td>
+ <td width="100%" bgcolor=black colspan="2"><img src="{MPURLPATH}/templates/{TPLNAME}/images/pixel.gif" /></td>
</tr>
<tr>
- <td width="100%" colspan="2" align="center" bgcolor="#C0C0C0">I am a nav bar...gwar!</td>
+ <td width="100%" colspan="2" align="center" bgcolor="#C0C0C0">{NAVBAR}</td>
</tr>
<tr>
- <td width="100%" bgcolor=black colspan="2"><img src="images/pixel.gif" /></td>
+ <td width="100%" bgcolor=black colspan="2"><img src="{MPURLPATH}/templates/{TPLNAME}/images/pixel.gif" /></td>
</tr>
</table>
|