Added the third design for 7.0
This commit is contained in:
parent
6ff2562e19
commit
0bc058783b
16 changed files with 398 additions and 0 deletions
36
docs/upgrades/7fixup/style3/style03.tmpl
Normal file
36
docs/upgrades/7fixup/style3/style03.tmpl
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<tmpl_var head.tags>
|
||||
<title>^c; - ^Page(title);</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
^AdminBar("PBtmpl0000000000000090");
|
||||
^AssetProxy(coolmenu);
|
||||
|
||||
<div id="header">
|
||||
<div id="titles">
|
||||
<h1>^c;</h1><br />
|
||||
<h2>^Page(title);</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div style="clear:both"></div>
|
||||
<div id="main">
|
||||
<div id="mainBody">
|
||||
<tmpl_var body.content>
|
||||
</div>
|
||||
<div id="topCorner"></div>
|
||||
<div id="bottomCorner"></div>
|
||||
</div>
|
||||
<div id="footer">
|
||||
^AssetProxy(style3/footer_right.jpg);
|
||||
</div>
|
||||
|
||||
^AdminToggle;
|
||||
|
||||
</body>
|
||||
</html>
|
||||
~~~
|
||||
^AssetProxy(css03.css);
|
||||
Loading…
Add table
Add a link
Reference in a new issue