Line | |
---|
1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd">
|
---|
2 | <html>
|
---|
3 | <head>
|
---|
4 | {include file='head.tpl'}
|
---|
5 | </head>
|
---|
6 |
|
---|
7 | <body>
|
---|
8 | <div id="layers"></div>
|
---|
9 | <!--[if lte IE 6]><table id="ie6layout"><tr><th class="ie6layout-th"></th><td id="ie6layout-td"><div id="ie6layout-div"></div><![endif]-->
|
---|
10 | <div id="layout">
|
---|
11 | <div id="header">
|
---|
12 | <div id="header-logo">
|
---|
13 | <a href="."></a>
|
---|
14 | <h1>{$page.Title|escape:"html"}</h1>
|
---|
15 | </div>
|
---|
16 | <div id="header-ad">
|
---|
17 | <iframe width="728" height="90" frameborder="0" style="display: none;"/></iframe>
|
---|
18 | </div>
|
---|
19 | </div>
|
---|
20 |
|
---|
21 | <div id="sidebar">
|
---|
22 | <div id="sidebar-contents">
|
---|
23 | <a href="javascript:;" class="expand-site" title="Purge ads and expand layout" onclick="g_expandSite()"></a>
|
---|
24 | <div id="sidebar-ad"><iframe width="160" height="600" frameborder="0" style="display: none;"/></iframe></div>
|
---|
25 | </div>
|
---|
26 | </div>
|
---|
27 |
|
---|
28 | <div id="toplinks" class="toplinks">
|
---|
29 | {if isset($user)}<a href="?user={$user.name}">{$user.name}</a>|<a href="?account=signout{if $query}&next={$query|escape}{/if}">{#Sign_out#}</a>{else}<a href="?account=signin{if $query}&next={$query|escape}{/if}">{#Sign_in#}</a>{/if}|<a href="javascript:;" id="language-changer">{#Language#} <small>▼</small></a>
|
---|
30 | </div>
|
---|
31 |
|
---|
32 | <div id="wrapper">
|
---|
33 | <div id="toptabs">
|
---|
34 | <div id="toptabs-inner">
|
---|
35 | <div id="toptabs-right"></div>
|
---|
36 | <div id="toptabs-right-generic"></div>
|
---|
37 | <div class="clear"></div>
|
---|
38 | </div>
|
---|
39 | </div>
|
---|
40 | <div id="topbar-right">
|
---|
41 | <div>
|
---|
42 | <form action="?"><a href="javascript:;"></a><input name="search" size="35" value="" id="live-search-generic" /></form>
|
---|
43 | </div>
|
---|
44 | </div>
|
---|
45 | <div id="topbar">
|
---|
46 | <span id="menu-buttons-generic" class="menu-buttons"></span>
|
---|
47 | <div class="clear"></div>
|
---|
48 | </div>
|
---|
49 |
|
---|
50 | <script type="text/javascript">g_initHeader({$page.tab}); LiveSearch.attach(ge('live-search-generic'));</script>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.