Added in copyright to style 2 for 7.0

This commit is contained in:
Steve Swanson 2006-04-24 16:42:55 +00:00
parent c4d6c351ec
commit 0ec1722ac2
2 changed files with 35 additions and 12 deletions

View file

@ -3,16 +3,16 @@
#menuTitle:Style 02
#url:style_02
#namespace:style
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<tmpl_var head.tags>
<title>^c; - ^Page(title);</title>
<link href="/css02.css" rel="stylesheet" type="text/css" />
</head>
<body>
^AdminBar();
<body>
^AdminBar();
<table border="0" cellpadding="0" cellspacing="0" width="100%" style="height:100%">
<tr>
<td class="leftColumn" valign="top">
@ -25,12 +25,12 @@
</div>
</div>
<div id="context">
<tmpl_var body.content>
</div>
<tmpl_var body.content>
</div>
</td>
<td class="rightColumn" valign="top">
<div id="pb_wg_bg">
<div id="pb_wg">
<div id="pb_wg">
<a href="http://www.plainblack.com">^AssetProxy(style02/pb.jpg);</a><a href="http://www.plainblack.com/webgui">^AssetProxy(style02/wg.jpg);</a><br />
</div>
</div>
@ -53,10 +53,15 @@
<div id="loginStyles">
^L("","","PBtmpl0000000000000044");
^AdminToggle;
</div>
</div>
</td>
</tr>
<tr>
<td colspan="2" class="copyright">
&copy; ^D(%y); ^c;
</td>
</tr>
</table>
</table>
</body>
</html>
</html>