F:\WEBSITES\testbed\zipped\yabb_svn_new\branches\2.5.2\cgi-bin\yabb2\Templates\default\HelpCentre.template F:\WEBSITES\testbed\zipped\yabb_svn_new\trunk\cgi-bin\yabb2\Templates\default\HelpCentre.template
############################################################################### ###############################################################################
# default.HelpCentre.template                                                 # # default.HelpCentre.template                                                 #
############################################################################### ###############################################################################
# YaBB: Yet another Bulletin Board                                            # # YaBB: Yet another Bulletin Board                                            #
# Open-Source Community Software for Webmasters                               # # Open-Source Community Software for Webmasters                               #
# Version:        YaBB 2.5.2                                                  # # Version:        YaBB 2.6.12                                                 #
# Packaged:       October 21, 2012                                            # # Packaged:       January 5, 2016                                             #
# Distributed by: http://www.yabbforum.com                                    # # Distributed by: http://www.yabbforum.com                                    #
# =========================================================================== # # =========================================================================== #
# Copyright (c) 2000-2009 YaBB (www.yabbforum.com) - All Rights Reserved.     # # Copyright (c) 2000-2016 YaBB (www.yabbforum.com) - All Rights Reserved.     #
# Software by:  The YaBB Development Team                                     # # Software by:  The YaBB Development Team                                     #
#               with assistance from the YaBB community.                      # #               with assistance from the YaBB community.                      #
# Sponsored by: Xnull Internet Media, Inc. - http://www.ximinc.com            #  
#               Your source for web hosting, web design, and domains.         #  
############################################################################### ###############################################################################
# $Revision: 1.5 $  $helpcentretemver = 'YaBB 2.6.12 $Revision: 1651 $'; 
   
$HelpTemplateLoaded = "1";  $HelpTemplateLoaded = '1'; 
  $top_img = qq~$imagesdir/back_to_top.png~;
  $moderator_class  = 'catbg';
  $admin_class      = 'catbg';
  $global_mod_class = 'catbg';
  $UserClass        = 'catbg';
   
### Creates the Navigation Bar at the top ### ### Creates the Navigation Bar at the top ###
$HelpNavBar = qq~ $HelpNavBar = qq~
<div class="bordercolor" style="width: 100%; margin-bottom: 10px;">     <table class="bordercolor pad_2px cs_thin h_25px" style="margin-bottom:10px"> 
<a name="helptop"></a>         <colgroup> 
  <table width="100%" cellspacing="1" cellpadding="2">             <col span="4" style="width:25%" /> 
    <tr align="center" valign="middle">         </colgroup> 
      <td width="25%" class="<user class>"><user menu></td>         <tr> 
      <td width="25%" class="<moderator class>"><moderator menu></td>             <td class="{user class} center">{user menu}</td> 
      <td width="25%" class="<global mod class>"><global mod menu></td>             <td class="{moderator class} center">{moderator menu}</td> 
      <td width="25%" class="<admin class>"><admin menu></td>             <td class="{global mod class} center">{global mod menu}</td> 
    </tr>             <td class="{admin class} center">{admin menu}</td> 
  </table>         </tr> 
</div>     </table> 
~; ~;
   
### The Main Layout for the whole page. ### ### The Main Layout for the whole page. ###
$MainLayout = qq~ $MainLayout = qq~
<div style="width: 100%; margin-bottom: 20px;">     <div style="float: left; width: 24%; margin-bottom:10px"> 
<div style="clear: both;"></div>         <table class="bordercolor pad_4px cs_thin"> 
<div class="bordercolor" style="float: left; width: 24%;">             <tr> 
  <table width="100%" cellspacing="1" cellpadding="4">                 <td class="catbg small">$helptxt{'2'}</td> 
    <tr>             </tr><tr> 
      <td width="100%" class="catbg" align="left" valign="middle"><span class="small">$helptxt{'2'}</span></td>                 <td class="windowbg2">{yabb contents}</td> 
    </tr><tr>             </tr> 
      <td width="100%" class="windowbg2"><yabb contents></td>         </table> 
    </tr>     </div> 
  </table>     <div style="float: right; width: 74%; margin-bottom: 10px;"> 
</div>  {yabb body} 
     </div>
<yabb body>  <div class="clear"></div>~; 
<div style="clear: both;"></div>  
</div>  
~;  
   
   
### Prints this for the header of the contents  ### Prints this for the header of the contents # 
#  
$ContentHeader = qq~ $ContentHeader = qq~
<a href="#<yabb section_anchor>"><b><yabb section_name></b></a>  <a href="#{yabb section_anchor}"><b>{yabb section_name}</b></a> 
~; ~;
   
### Prints this for every item in the contents  ### Prints this for every item in the contents # 
#  
$ContentItem = qq~ $ContentItem = qq~
<li style="padding-left: 10px; padding-right: 5px; margin: 0px;">     <li class="small" style="padding-left: 10px; padding-right: 5px; margin: 0;"> 
<span class="small"><a href="#<yabb anchor>"><yabb content></a></span>         <a href="#{yabb anchor}">{yabb content}</a> 
</li>     </li>~; 
~;  
   
### Prints this for the Header of the main section (title etc)  ### Prints this for the Header of the main section (title etc) # 
#  
$BodyHeader = qq~ $BodyHeader = qq~
<div class="bordercolor" style="float: right; margin-bottom: 10px; width: 74%;">     <table class="bordercolor pad_4px cs_thin fixed"> 
  <table width="100%" cellspacing="1" cellpadding="4" style="table-layout: fixed;">         <tr> 
    <tr>             <td class="titlebg"> 
      <td width="100%" class="titlebg" align="left" valign="middle">                 <span class="anchor" id="{yabb section_anchor}"></span><b>{yabb section_name}</b> 
        <a name="<yabb section_anchor>"></a><b><yabb section_name></b>             </td> 
      </td>         </tr>~; 
    </tr>  
~;  ### Prints this for the Sub headers of the main section # 
  $BodySubHeader = qq~<tr>
### Prints this for the Sub headers of the main section             <td class="catbg"> 
#                 <span class="anchor" id="{yabb section_anchor}"></span><b>{yabb section_sub}</b> 
$BodySubHeader = qq~             </td> 
<tr>         </tr>~; 
<td width="100%" class="catbg" align="left" valign="middle">  
<a name="<yabb section_anchor>"></a><b><yabb section_sub></b>  ### Prints this for every item in the body text # 
</td>  $BodyItem = qq~<tr> 
</tr>             <td class="windowbg2"> 
~;                 {yabb item} 
                 <span style="float:right;"><span onclick="toTop(0)" class="cursor"><img src="$top_img" alt="$helptxt{'643'}" title="$helptxt{'643'}" /></span>&nbsp;</span>
### Prints this for every item in the body text             </td> 
#         </tr>~; 
$BodyItem = qq~  
<tr>  
<td width="100%" class="windowbg2" align="left" valign="middle">  
<yabb item><br />  
<span style="float:right;"><b><a href="#helptop">&#94;</a></b>&nbsp;</span>  
</td>  
</tr>  
~;  
   
### Prints this after each file in a help directioy has finished printing.  ### Prints this after each file in a help directory has finished printing. # 
#  
$BodyFooter = qq~ $BodyFooter = qq~
  </table>    </table>
</div>     <br /> 
~; ~;
   
1; 1;