Life is just a bunch of bubbles.
Something else goes here
|
Post by Tumbleweed on Jul 31, 2015 21:40:57 GMT -5
<!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} <style> #my_new_menu{position:fixed; top:170px; left:8px; margin-right:30px; width:170px;background-color:#553355; text-align:center; z-index:2000; padding:8px; } .navigation-menu a{text-align:center;font-size:14px;padding-bottom:6px; } </style>
<div id="wrapper">
<header> <style> #my_widget{ position:absolute; top:30px; left:100px; font-size:20px; z-index:100; } #my_subtitle{ margin-top: 10px; margin-left: 20px; } </style> <div id="banner-container" role="banner"> <h2 id="banner"> $[forum.title] <div id="my_subtitle">Your subtitle here</div> </h2> <div id="my_widget"> Your widget here </div> </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. {if $[login_link] || $[register_link]} Please $[login_link]{if $[login_link] && $[register_link]} or {/if}$[register_link]. {/if} {else} <span>Welcome $[current_user.name].</span> $[logout_link] {/if} </p> </div> </header> $[participated_threads_link] {if $[navigation.tree]} <div id="navigation-tree"> $[navigation.tree] </div> {/if} $[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] <style> #tab{ position: relative; margin:auto; width:100px; backgound-color: #ddbbdd; border: 1px solid red; text-align:center; } </style> <div onclick="toggle('welc_tab');" id="tab">Hide/show</div> <div id="welc_tab" class="tab_cont"> $[shoutbox] </div> </div> <script> var cookie_data = document.cookie.split(";");
for(a = 0; a < cookie_data.length; a++){ if(cookie_data[a].match(new RegExp("id:(.+?)=0($|;)","i"))){ if(document.getElementById(RegExp.$1)) document.getElementById(RegExp.$1).style.display = "none"; } }
function toggle(_id){
var obj = document.getElementById(_id);
if(obj.style.display == ""){ obj.style.display = "none"; document.cookie = "id:" + _id + "=0;expires=Sat, 20 Jan 3000 12:12:12 UTC; path=/;"; } else { obj.style.display = ""; document.cookie = "id:" + _id + "=0;expires=Sat, 20 Jan 2000 12:12:12 UTC; path=/;"; } } </script> </div> $[footer] </div></div>
<div id="navigation-menu" class="ui-helper-clearfix"> <div id="my_new_menu"> <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]} <span class="tip-holder" onclick="window.location='$[navigation.menu.notification.href]'; return false;"> <span class="tip-number">--$[navigation.menu.notification.total]</span> <span class="tip"></span> </span> {/if} </a> </li> {/foreach} </ul> <br><br><br><br> {if $[last_updated_thread]}<br>Last Updated:<br> $[last_updated_thread.recent_link] by $[last_updated_thread.last_post.created_by] ($[last_updated_thread.last_post.created_on]){/if}
</div>
</div>
{if $[is_mobile_browser]} <br /><p class="center">Switch to the $[mobile_switch_link].</p> {/if} </body> </html>
|
|