inherit
186252
0
Jan 5, 2015 2:31:10 GMT -8
Demian Kinley
54
November 2012
demiankinley
|
Post by Demian Kinley on May 14, 2013 11:54:39 GMT -8
<!DOCTYPE HTML> $[tag.html.open] <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <title>$[title] | $[forum.name]</title> $[head] </head> <body> {if $[maintenance_mode]} <div class="maintenance-header"> {if $[can.disable_maintenance]}<p>Finished with maintenance? $[disable_maintenance_link]</p>{/if} </div> {/if} <div id="wrapper"> <header> <div id="banner-container" role="banner"> <h2 id="banner"> $[forum.title] </h2> </div> <a id="navigation-skip" href="#content" accesskey="s" class="aria-hidden" title="Skip Navigation">Skip Navigation</a> <a href="#" accesskey="d" title="Open Menu" onclick="proboards.hotkeys.activate(Keys.d); return false;"></a> <div id="navigation-menu" class="ui-helper-clearfix"> <ul role="navigation"> {foreach $[navigation.menu]} <li> <a{if $[navigation.menu.active]} class="state-active"{/if} href="$[navigation.menu.href]"{if $[navigation.menu.accesskey]} accesskey="$[navigation.menu.accesskey]"{/if}> $[navigation.menu.name] {if $[navigation.menu.notification.total]} <div class="tip-holder" onclick="window.location='$[navigation.menu.notification.href]'; return false;"> <div class="tip-number">$[navigation.menu.notification.total]</div> <span class="tip"></span> </div> {/if} </a> </li> {/foreach} </ul> <p id="welcome"> {if !$[current_user.is_member]} Welcome Guest. Please $[login_link] or $[register_link]. {else} <iframe src="http://free.timeanddate.com/clock/i3mjza0x/n259/tlat/fcfff/tct/pct/tt1/tw1/tm1" frameborder="0" width="120" height="16" allowTransparency="true"></iframe> <iframe src="http://free.timeanddate.com/clock/i3mjza0x/n259/tlat3/fcfff/tct/pct" frameborder="0" width="75" height="16" allowTransparency="true"></iframe> <span> $[current_user.name]</span> $[logout_link] <br> {/if} </p> </div> </header> $[participated_threads_link]
<div id="navigation-tree"> $[navigation.tree] </div> $[header] <div id="content" role="main"> {if $[notice]} <div class="container"> <div class="title-bar"><h2>$[notice.title]</h2></div> <div class="content pad-all cap-bottom"> $[notice.message] </div> </div> {/if} $[content] </div> $[footer] </div> {if $[is_mobile_browser]} <br /><p class="center">Switch to the $[mobile_switch_link]</p> {/if} </body> </html>
|
|