mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
- consequentially prepended $WH to those functions (since i do have issues with regEx, some errors may occur) * simplified including required JS and CSS files per page * replaced old Menu-class with (almost) current version. Since it relies heavily on jQuery it is also loaded.
38 lines
1.8 KiB
Smarty
38 lines
1.8 KiB
Smarty
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
{include file='head.tpl'}
|
|
</head>
|
|
|
|
<body>
|
|
<div id="layers"></div>
|
|
<!--[if lte IE 6]><table id="ie6layout"><tr><th class="ie6layout-th"></th><td id="ie6layout-td"><div id="ie6layout-div"></div><![endif]-->
|
|
<div id="layout">
|
|
<div id="header">
|
|
<div id="header-logo">
|
|
<a href="."></a>
|
|
<h1>{$page.title|escape:"html"}</h1>
|
|
</div>
|
|
</div>
|
|
<div id="wrapper" class="nosidebar">
|
|
<div id="toptabs">
|
|
<div id="toptabs-inner">
|
|
<div id="toptabs-right">
|
|
{if $user.id}<a id="toptabs-menu-profiles">{$lang.profiles}</a>|<a id="toptabs-menu-user">{$user.name}</a></a>{else}<a href="?account=signin">{$lang.signIn}</a>{/if}
|
|
|<a href="javascript:;" id="toptabs-menu-language">{$lang.language} <small>▼</small></a>
|
|
<script type="text/javascript">g_initHeaderMenus()</script>
|
|
</div>
|
|
<div id="toptabs-generic"></div>
|
|
<div class="clear"></div>
|
|
</div>
|
|
</div>
|
|
<div id="topbar-right"><div><form action="."><a href="javascript:;"></a><input name="search" size="35" value="" id="livesearch-generic" /></form></div></div>
|
|
<div id="topbar"><span id="topbar-generic" class="menu-buttons"></span><div class="clear"></div></div>
|
|
{strip}<script type="text/javascript">
|
|
g_initHeader({$page.tab});
|
|
LiveSearch.attach($WH.ge('livesearch-generic'));
|
|
{foreach from=$jsGlobals item="glob"}
|
|
{include file="bricks/globals/`$glob[0]`.tpl" data=$glob[1]}
|
|
{/foreach}
|
|
</script>{/strip}
|