aowow/template/header.tpl
Sarjuuk 819a46ae15 detail page for events (with not much in it)
detail and listview for NPCs (without spawns, spells and some filters)
forcing the template to be more generic

- noticed, that the loot display is off. It happens with different modes
  on a creature, that has the same loot but different chances or quantities
  ... analyzing
2014-02-08 12:22:08 +01:00

37 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>{$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>&#9660;</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({$tab});
LiveSearch.attach($WH.ge('livesearch-generic'));
{foreach from=$jsGlobals item="glob"}
{include file="bricks/globals/`$glob[0]`.tpl" data=$glob[1] extra=$glob[2]}
{/foreach}
</script>{/strip}