/[drupal]/contributions/themes/bluemarine_ets/page.tpl
ViewVC logotype

Contents of /contributions/themes/bluemarine_ets/page.tpl

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download) (as text)
Thu Sep 4 00:08:43 2008 UTC (14 months, 3 weeks ago) by robloach
Branch: MAIN
Branch point for: DRUPAL-6--1
File MIME type: application/x-smarty
Addition of the ETS implementation of Bluemarine.
1 {* $Id$ *}
2
3 {mask:main}
4 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
5 <html xmlns="http://www.w3.org/1999/xhtml" lang="{language}" xml:lang="{language}">
6
7 <head>
8 <title>{head_title}</title>
9 {head}
10 {styles}
11 {scripts}
12 </head>
13
14 <body>
15 <table border="0" cellpadding="0" cellspacing="0" id="header">
16 <tr>
17 <td id="logo">
18 {if: {logo} }<a href="{base_path}"><img src="{logo}"/></a>{/if}
19 {if: {site_name} }<h1 class='site-name'><a href="{base_path}">{site_name}</a></h1>{/if}
20 {if: {site_slogan} }<div class='site-slogan'>{site_slogan}</div>{/if}
21 </td>
22 <td id="search_box">
23 {search_box}
24 </td>
25 </tr>
26 <tr>
27 <td colspan="2"><div>{header}</div></td>
28 </tr>
29 </table>
30
31 <table border="0" cellpadding="0" cellspacing="0" id="content">
32 <tr>
33 {if: {left} }<td valign="top" id="sidebar-left">
34 {left}
35 </td>{/if}
36 <td valign="top">
37 {if: {mission} }<div id="mission">{mission}</div>{/if}
38 <div id="main">
39 {breadcrumb}
40 <h1 class="title">{title}</h1>
41 <div class="tabs">{tabs}</div>
42 {help}
43 {messages}
44 {content}
45 {feed_icons}
46 </div>
47 </td>
48 {if: {sidebar_right} }<td id="sidebar-right">
49 {sidebar_right}
50 </td>{/if}
51 </tr>
52 </table>
53
54 <div id="footer">
55 {footer_message}
56 </div>
57 {closure}
58 </body>
59 </html>
60 {/mask}

  ViewVC Help
Powered by ViewVC 1.1.2