View Single Post
  #81  
Old 05-02-2004, 05:54 PM
Skyline_GT Skyline_GT is offline
 
Join Date: May 2003
Location: Vancouver, BC
Posts: 482
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The Code that I put for that template is
Code:
$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
	<title>$vboptions[bbtitle] - vB Affilates: List</title>
$headinclude
</head>
<body>
$header
$navbar
<br />
<table width="100%" align="center">
<tr>
<if condition="$show['sides']">
<if condition="$show[leftside]">
<td valign="top" align="center" width="150">
$momentbits
$mhobits
$mhibits
$mvbits
</td>
</if>
</if>
<td>
<if condition="$setting[top]">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tbody>
<tr class="tcat">
<td colspan="4" align="center">	<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('toplist')"><img id="collapseimg_toplist" src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_toplist].gif" alt="" border="0"></a><font size="3"><b>Top(<i>$setting[top_limit]</i>) Affiliates</b></font></td>
</tr>
</tbody>
<tbody id="collapseobj_toplist" style="$vbcollapse[collapsetobj_toplist]">
<tr>
<td class="thead" align="center">#</td>
<td class="thead" width="100%" align="$stylevar[left]">Name</td>
<td class="thead" align="center">Hits Out</td>
<td class="thead" align="center">Hits In</td>
</tr>
$topbits
</tbody>
</table>
<br />
</if>
<form action="affiliate.php?do=listaffiliates" method="post">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tbody>
<tr>
<td colspan="2" class="thead" align="center"><a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('displayopt')"><img id="collapseimg_displayopt" src="$stylevar[imgdir_button]/collapse_alt$vbcollapse[collapseimg_displayopt].gif" alt="" border="0"></a>Display Options</td>
</tr>
</tbody>
<tbody id="collapseobj_displayopt" style="$vbcollapse[collapsetobj_displayopt]">
<tr>
<td class="alt1">Order By:<select name="by">
<optgroup label="Order By:">
<option value="sitename">Name</option>
<option value="name">Category/Type</option>
<option value="clicksout">Hits Out</option>
<option value="clicksin">Hits In</option>
<option value="totalvotes">Total Votes</option>
</optgroup>
</select>
</td>
<td class="alt2">Sort Order:
<select name="in">
<optgroup label="Sort Order:">
<option value="DESC">Descending</option>
<option value="ASC">Ascending</option>
</optgroup>
</select>
</td>
</tr>
<tr>
<td colspan="2" class="tcat" align="center"><input type="submit" value="Show Affiliates" class="button" /></td>
</tr>
</tbody>
</table>
</form>
<br />
<if condition="$show[pagination]">
<table align="center" width="100%" class="tborder"><tr><td class="tcat"><if condition="$show[prevactive]"><a href="affiliate.php?do=listaffiliates&page=$pageprev">促rev</a><else />促rev</if></td><td class="tcat" align="right"><if condition="$show[nextactive]"><a href="affiliate.php?do=listaffiliates&page=$pagenext">Next?/a><else />Next?/if></td>
</tr>
</table>
<br />
</if>
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tbody>
<tr class="tcat">
<td colspan="6" align="center"><a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('afflist')"><img id="collapseimg_afflist" src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_afflist].gif" alt="" border="0"></a><b><font size="5">$vboptions[bbtitle]'s Affiliates</font></b></td>
</tr>
</tbody>
<tbody id="collapseobj_afflist" style="$vbcollapse[collapsetobj_afflist]">
<tr>
<td class="thead" align="$stylevar[left]">Name/Description</td>
<td class="thead" align="center">Type/Category</td>
<td class="thead" align="center">Hits In</td>
<td class="thead" align="center">Hits Out</td>
<td class="thead" align="center">Rating</td>
<if condition="$show['rate']">
<td class="thead" align="center">Rate</td>
</if>
</tr>
$affiliatebits
</tbody>
<tr class="tcat">
<td align="center" colspan="6"><b>:<a href="affiliate.php">Index</a>:<if condition="$show['apply']">-:<a href="affiliate.php?do=apply">Apply for Affiliation</a>:</if></b></td>
</tr>
</table>
<br />
<if condition="$show['disclaimer']">
<div class="smallfont">*$vboptions[bbtitle]'s affiliates do not represent or express $vboptions[bbtitle]'s opinions,views, or ideals.</div></if>
</td>
<if condition="$show['sides']">
<if condition="$show[rightside]">
<td valign="top" align="center" width="150">
$momentbits
$mhobits
$mhibits
$mvbits
</td>
</if>
</if>
</tr>
</table>
<br />
$crn
<br />
$footer
</body>
</html>
and for line 3037 on adminfunctions_template.php

Code:
eval('$devnull = "' . $template . '";');
Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01353 seconds
  • Memory Usage 1,792KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD_SHOWPOST
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • reputationlevel
  • showthread
Included Files:
  • ./showpost.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showpost_start
  • bbcode_fetch_tags
  • bbcode_create
  • postbit_factory
  • showpost_post
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • showpost_complete