کدها قالب!

Salar

Active Member
سلام
این کد برای کدوم قسمت از قالب هست؟

کد:
<!--TEMPLATE_SET|internal,internal,internal,internal-->

<!-- PLEASE LEAVE ALL 'IBF' COMMENTS IN PLACE, DO NOT REMOVE THEM! -->
<!--IBF_GROUP_START:skin_printpage-->

<!--IBF_START_FUNC|tcsearchmem_between|$data-->

<tr>
		<td class='pformleft'><a href='{ibf.script_url}act=Usergroups&amp;code=addmem&amp;name={$data['name']}&amp;ugid={$data['ugid']}'>{ibf.lang.add}</a></td>
		<td class='pformright'>{$data['name']}</td>
		</tr>
<!--IBF_END_FUNC|tcsearchmem_between-->

<!--IBF_START_FUNC|tcsearchmem_end|$data-->

<tr>
		<td colspan='2' class='pformstrip'>$data</td>
		</tr>
		</table>
	</div>
	<br />
<!--IBF_END_FUNC|tcsearchmem_end-->

<!--IBF_START_FUNC|smilie_table|-->

<table class='tablefill' cellpadding='4' align='center'>
<tr>
<td align="center" colspan="{ibf.vars.emo_per_row}"><b>{ibf.lang.click_smilie}</b></td>
</tr>
<!--THE SMILIES-->
<tr>
<td align="center" colspan="{ibf.vars.emo_per_row}"><b><a href='javascript:emo_pop()'>{ibf.lang.all_emoticons}</a></b></td>
</tr>
</table>
<!--IBF_END_FUNC|smilie_table-->

<!--IBF_START_FUNC|tcshow_start|-->

<div class="tableborder">
		<div class="maintitle">{ibf.lang.show_groups}</div>
		<table cellpadding='4' cellspacing='0' border='0' width='100%'>
		<tr>
		<td class='pformstrip'>{ibf.lang.name}</td>
		<td class='pformstrip'>{ibf.lang.details}</td>
		<td class='pformstrip'>{ibf.lang.state}</td>
		<td class='pformstrip'>{ibf.lang.state_to_users}</td>
		</tr>
<!--IBF_END_FUNC|tcshow_start-->

<!--IBF_START_FUNC|tcshow_between|$data-->

<tr>
		<td class='pformleft'>{$data['name']}</td>
		<td class='pformleft'><a href='{ibf.script_url}act=Usergroups&amp;code=det&amp;ugid={$data['ugid']}'>{ibf.lang.details}</a></td>
		<td class='pformleft'>{$data['open']}</td>
		<td class='pformright' width='10%'>{$data['state']}</td>
		</tr>
<!--IBF_END_FUNC|tcshow_between-->

<!--IBF_START_FUNC|tcshow_end|-->

</table>
	</div>
	<br />
<!--IBF_END_FUNC|tcshow_end-->

<!--IBF_START_FUNC|tcdetail|$data-->

<div class="tableborder">
		<div class="maintitle">{ibf.lang.show_group}</div>
		<table cellpadding='4' cellspacing='0' border='0' width='100%'>
		<tr>
		<td class='pformleft'>{ibf.lang.name}</td>
		<td class='pformright'>{$data['name']}</td>
		</tr>
		<tr>
		<td class='pformleft'>{ibf.lang.description}</td>
		<td class='pformright'>{$data['description']}</td>
		</tr>
		<tr>
		<td class='pformleft'>{ibf.lang.state}</td>
		<td class='pformright'>{$data['open']}</td>
		</tr>
		<tr>
		<td class='pformleft'>{ibf.lang.state_to_users}</td>
		<td class='pformright'>{$data['state']}</td>
		</tr>
		<!--IBF_UG_DET-->
		</table>
	</div>
	<br />
<!--IBF_END_FUNC|tcdetail-->

<!--IBF_START_FUNC|tcug_box|-->

<div class="tableborder">
		<div class="maintitle">{ibf.lang.about_groups}</div>
		<table cellpadding='4' cellspacing='0' border='0' width='100%'>
		<tr class ="row4">
		<td>{ibf.vars.tcug_box_det}</td>
		</tr>
		</table>
	</div>
	<br />
<!--IBF_END_FUNC|tcug_box-->

<!--IBF_START_FUNC|opponent2|$data-->

<table cellpadding='4' cellspacing='0' border='0' width='100%'>
<tr>
 <td class=pformleft><b>Opponent #2</b></td>
 <td class=pformright colspan='2'>
 <select name=oppt2>
 <option class=forminput value=''>Select An Opponent</option>
 
 $data
 </select></td>
 </tr>
<!--IBF_END_FUNC|opponent2-->

<!--IBF_START_FUNC|opponent3|$data-->

<table cellpadding='4' cellspacing='0' border='0' width='100%'>
<tr>
 <td class=pformleft><b>Opponent #3</b></td>
 <td class=pformright colspan='2'>
 <select name=oppt3>
 <option class=forminput value=''>Select An Opponent</option>
 
 $data
 </select></td>
 </tr>
<!--IBF_END_FUNC|opponent3-->

<!--IBF_START_FUNC|endresult2|-->

<tr>
<td class='pformleft' valign='top'><b>Game Description (optional)</b><br><br><!--SMILIE TABLE--><br>
			<input type='radio' name='bbmode' value='ezmode' onClick='setmode(this.value)'>&nbsp;<b>{ibf.lang.bbcode_guided}</b>
			<input type='radio' name='bbmode' value='normal' onClick='setmode(this.value)' checked>&nbsp;<b>{ibf.lang.bbcode_normal}</b>
<script type='text/javascript' src='html/ibfcode.js'></script>
<td class='pformright'><font size="1">
	   <input type='button' accesskey='b' value=' B '       onclick='simpletag("B")' class='codebuttons' name='B' style="font-weight:bold" onmouseover="hstat('bold')" />
	   <input type='button' accesskey='i' value=' I '       onclick='simpletag("I")' class='codebuttons' name='I' style="font-style:italic" onmouseover="hstat('italic')" />
	   <input type='button' accesskey='u' value=' U '       onclick='simpletag("U")' class='codebuttons' name='U' style="text-decoration:underline" onmouseover="hstat('under')" />
	   <select name='ffont' class='codebuttons' onchange="alterfont(this.options[this.selectedIndex].value, 'FONT')"  onmouseover="hstat('font')">
	   <option value='0'>{ibf.lang.ct_font}</option>
	   <option value='Arial' style='font-family:Arial'>{ibf.lang.ct_arial}</option>
	   <option value='Times' style='font-family:Times'>{ibf.lang.ct_times}</option>
	   <option value='Courier' style='font-family:Courier'>{ibf.lang.ct_courier}</option>
	   <option value='Impact' style='font-family:Impact'>{ibf.lang.ct_impact}</option>
	   <option value='Geneva' style='font-family:Geneva'>{ibf.lang.ct_geneva}</option>
	   <option value='Optima' style='font-family:Optima'>Optima</option>
	   </select><select name='fsize' class='codebuttons' onchange="alterfont(this.options[this.selectedIndex].value, 'SIZE')" onmouseover="hstat('size')">
	   <option value='0'>{ibf.lang.ct_size}</option>
	   <option value='1'>{ibf.lang.ct_sml}</option>
	   <option value='7'>{ibf.lang.ct_lrg}</option>
	   <option value='14'>{ibf.lang.ct_lest}</option>
	   </select><select name='fcolor' class='codebuttons' onchange="alterfont(this.options[this.selectedIndex].value, 'COLOR')" onmouseover="hstat('color')">
	   <option value='0'>{ibf.lang.ct_color}</option>
	   <option value='blue' style='color:blue'>{ibf.lang.ct_blue}</option>
	   <option value='red' style='color:red'>{ibf.lang.ct_red}</option>
	   <option value='purple' style='color:purple'>{ibf.lang.ct_purple}</option>
	   <option value='orange' style='color:orange'>{ibf.lang.ct_orange}</option>
	   <option value='yellow' style='color:yellow'>{ibf.lang.ct_yellow}</option>
	   <option value='gray' style='color:gray'>{ibf.lang.ct_grey}</option>
	   <option value='green' style='color:green'>{ibf.lang.ct_green}</option>
	   </select>
	   &nbsp; <a href='javascript:closeall();' onmouseover="hstat('close')">{ibf.lang.js_close_all_tags}</a>
	   <br />
	   <input type='button' accesskey='h' value=' http:// ' onclick='tag_url()'            class='codebuttons' name='url' onmouseover="hstat('url')" />
	   <input type='button' accesskey='g' value=' IMG '     onclick='tag_image()'          class='codebuttons' name='img' onmouseover="hstat('img')" />
	   <input type='button' accesskey='e' value='  @  '     onclick='tag_email()'          class='codebuttons' name='email' onmouseover="hstat('email')" />
	   <input type='button' accesskey='q' value=' QUOTE '   onclick='simpletag("QUOTE")'   class='codebuttons' name='QUOTE' onmouseover="hstat('quote')" />
	   <input type='button' accesskey='p' value=' CODE '    onclick='simpletag("CODE")'    class='codebuttons' name='CODE' onmouseover="hstat('code')" />
	   <input type='button' accesskey='l' value=' LIST '     onclick='tag_list()'          class='codebuttons' name="LIST" onmouseover="hstat('list')" />
	   <!--<input type='button' accesskey='l' value=' SQL '     onclick='simpletag("SQL")'     class='codebuttons' name='SQL'>
	   <input type='button' accesskey='t' value=' HTML '    onclick='simpletag("HTML")'    class='codebuttons' name='HTML'>-->
	   <br />
	   {ibf.lang.hb_open_tags}:&nbsp;<input type='text' name='tagcount' size='3' maxlength='3' style='font-size:10px;font-family:verdana,arial;border:0px;font-weight:bold;' readonly="readonly" class='row1' value="0" />
	   &nbsp;<input type='text' name='helpbox' size='50' maxlength='120' style='width:auto;font-size:10px;font-family:verdana,arial;border:0px' readonly="readonly" class='row1' value="{ibf.lang.hb_start}" />

        <br><textarea cols='60' rows='10' wrap='soft' name='Post' class='forminput'></textarea><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br></td>
        <td class='pformright' valign='top'><br><br><br>The Game Description area is optional. You are allowed to post smileys and BB code(forum code) using the buttoms provided. The more you describe your game here the more information other people have on how the game went.<br><br> This is <b>not</b> a place to brag and antagonise your opponents. Please keep all descriptions clean and sensible.
        <br><br>Remember the systems success is judged on the fairness of people who play within it.</td>
</tr>
<tr>
<td class=pformstrip colspan='3'><center><input type='submit' name='submit' value='Finish' class='forminput'></center></tr></table></div>
</form>
</table>
</div>
<!--IBF_END_FUNC|endresult2-->

<!--IBF_START_FUNC|tcsearchmem_start|-->

<div class="tableborder">
		<div class="maintitle">{ibf.lang.searchmem}</div>
		<!--IBF_UG_MS1_MOD-->
		<table cellpadding='4' cellspacing='0' border='0' width='100%'>
		<tr>
		<td class='pformstrip'>{ibf.lang.add}</td>
		<td class='pformstrip'>{ibf.lang.name}</td>
		</tr>
<!--IBF_END_FUNC|tcsearchmem_start-->

<!--IBF_START_FUNC|tcmember_start|$data, $title-->

<div class="tableborder">
		<div class="maintitle">{$data} {$title}</div>
		<!--IBF_UG_MS1_MOD-->
		<table cellpadding='4' cellspacing='0' border='0' width='100%'>
		<tr>
		<!--IBF_UG_MS2_MOD-->
		<td class='pformstrip'>{ibf.lang.name}</td>
		</tr>
<!--IBF_END_FUNC|tcmember_start-->

<!--IBF_START_FUNC|tcmember_between|$data-->

<tr>
		<!--IBF_UG_MB_MOD-->
		<td class='pformright'>{$data['name']}</td>
		</tr>
<!--IBF_END_FUNC|tcmember_between-->

<!--IBF_START_FUNC|tcmember_end|$data=""-->

<tr>
		<!--IBF_UG_ME1_MOD-->
		<td class='pformstrip'>{$data}</td>
		</table>
		<!--IBF_UG_ME2_MOD-->
	</div>
	<br />
<!--IBF_END_FUNC|tcmember_end-->

<!--IBF_START_FUNC|tcpage_top|-->

<script language='javascript' type='text/javascript'>
	<!--
	function Join_Unjoin(theUrl, theText)
	{
		var is_confirmed = confirm('{ibf.lang.sure}' + ' ' + theText);
		if (is_confirmed) {
			theUrl += '&is_js_confirmed=1';
		}
		window.location.href = theUrl;
	} // end of the 'confirmLink()' function
	//-->
</script>
<!--IBF_END_FUNC|tcpage_top-->

<!--IBF_START_FUNC|opponent1|$data-->

<table cellpadding='4' cellspacing='0' border='0' width='100%'>
<tr>
 <td class=pformleft><b>Opponent #1</b></td>
 <td class=pformright colspan='2'>
 <select name=oppt1>
 <option class=forminput value=''>Select An Opponent</option>
 
 $data
 </select></td>
 </tr>
<!--IBF_END_FUNC|opponent1-->

<!--IBF_START_FUNC|main_detail|$r, $clan2_n-->

<table cellpadding='4' cellspacing='0' border='0' width='100%'>
<tr>
 <td class=pformleft><b>Game Result</b></td>
 <td class=pformright>{$r['clanname']} defeats {$clan2_n}</td>
 </tr>
 <tr>
  <td class=pformleft><b>Map Played</b></td>
  <td class=pformright>{$ibforums->input["gmmap"]}</td>
 </tr>
<!--IBF_END_FUNC|main_detail-->

<!--IBF_START_FUNC|allie1|$data-->

<tr>
 <td class=pformleft><b>Allie #1</b></td>
 <td class=pformright colspan='2'>
 <select name=allie1>
 <option class=forminput value=''>Select An Allie</option>
 
 $data
 </select></td>
 </tr>
<!--IBF_END_FUNC|allie1-->

<!--IBF_START_FUNC|allie2|$data-->

<table cellpadding='4' cellspacing='0' border='0' width='100%'>
<tr>
 <td class=pformleft><b>Allie #2</b></td>
 <td class=pformright colspan='2'>
 <select name=allie2>
 <option class=forminput value=''>Select An Allie</option>
 
 $data
 </select></td>
 </tr>
<!--IBF_END_FUNC|allie2-->

<!--IBF_START_FUNC|show_start1|$r-->

<script language="javascript1.2" type="text/javascript">
<!--
var MessageMax  = "{ibf.lang.the_max_length}";
var Override    = "{ibf.lang.override}";
MessageMax      = parseInt(MessageMax);
if ( MessageMax < 0 )
{
	MessageMax = 0;
}
function emo_pop()
{
  window.open('index.{ibf.vars.php_ext}?act=legends&CODE=emoticons&s={ibf.session_id}','Legends','width=250,height=500,resizable=yes,scrollbars=yes');
}
function bbc_pop()
{
  window.open('index.{ibf.vars.php_ext}?act=legends&CODE=bbcode&s={ibf.session_id}','Legends','width=700,height=500,resizable=yes,scrollbars=yes');
}
function CheckLength() {
	MessageLength  = document.REPLIER.Post.value.length;
	message  = "";
		if (MessageMax > 0) {
			message = "{ibf.lang.js_post}: {ibf.lang.js_max_length} " + MessageMax + " {ibf.lang.js_characters}.";
		} else {
			message = "";
		}
		alert(message + "      {ibf.lang.js_used} " + MessageLength + " {ibf.lang.js_characters}.");
}
	function ValidateForm(isMsg) {
		MessageLength  = document.REPLIER.Post.value.length;
		errors = "";
		if (isMsg == 1)
		{
			if (document.REPLIER.msg_title.value.length < 2)
			{
				errors = "{ibf.lang.msg_no_title}";
			}
		}
		if (MessageLength < 2) {
			 errors = "{ibf.lang.js_no_message}";
		}
		if (MessageMax !=0) {
			if (MessageLength > MessageMax) {
				errors = "{ibf.lang.js_max_length} " + MessageMax + " {ibf.lang.js_characters}. {ibf.lang.js_current}: " + MessageLength;
			}
		}
		if (errors != "" && Override == "") {
			alert(errors);
			return false;
		} else {
			document.REPLIER.submit.disabled = true;
			return true;
		}
	}
	// IBC Code stuff
	var text_enter_url      = "{ibf.lang.jscode_text_enter_url}";
	var text_enter_url_name = "{ibf.lang.jscode_text_enter_url_name}";
	var text_enter_image    = "{ibf.lang.jscode_text_enter_image}";
	var text_enter_email    = "{ibf.lang.jscode_text_enter_email}";
	var text_enter_flash    = "{ibf.lang.jscode_text_enter_flash}";
	var text_code           = "{ibf.lang.jscode_text_code}";
	var text_quote          = "{ibf.lang.jscode_text_quote}";
	var error_no_url        = "{ibf.lang.jscode_error_no_url}";
	var error_no_title      = "{ibf.lang.jscode_error_no_title}";
	var error_no_email      = "{ibf.lang.jscode_error_no_email}";
	var error_no_width      = "{ibf.lang.jscode_error_no_width}";
	var error_no_height     = "{ibf.lang.jscode_error_no_height}";
	var prompt_start        = "{ibf.lang.js_text_to_format}";
	var help_bold           = "{ibf.lang.hb_bold}";
	var help_italic         = "{ibf.lang.hb_italic}";
	var help_under          = "{ibf.lang.hb_under}";
	var help_font           = "{ibf.lang.hb_font}";
	var help_size           = "{ibf.lang.hb_size}";
	var help_color          = "{ibf.lang.hb_color}";
	var help_close          = "{ibf.lang.hb_close}";
	var help_url            = "{ibf.lang.hb_url}";
	var help_img            = "{ibf.lang.hb_img}";
	var help_email          = "{ibf.lang.hb_email}";
	var help_quote          = "{ibf.lang.hb_quote}";
	var help_list           = "{ibf.lang.hb_list}";
	var help_code           = "{ibf.lang.hb_code}";
	var help_click_close    = "{ibf.lang.hb_click_close}";
	var list_prompt         = "{ibf.lang.js_tag_list}";

	//-->
</script>
<div class="tableborder">
		<div class="maintitle"></div>
		<table cellpadding='4' cellspacing='0' border='0' width='100%'>
		<tr>
<td class='pformlad1'><div align="center">
      <b><a href="{ibf.script_url}act=ladder">STANDINGS</a></b> </div></td>
<td class='pformlad1'><div align="center">
      <b><a href="{ibf.script_url}act=tcusergroups">CLAN
  CENTRAL</a></b> </div></td>
<td class='pformlad1'><div align="center">
      <b><a href="{ibf.script_url}act=ladder&code=show">REPORT
  A GAME</a></b> </div></td>
<td class='pformlad1'><div align="center">
      <b><a href="{ibf.script_url}act=ladder&code=stats">GAME
  STATS </a></b> </div></td>
				</tr>

		<tr>
<td class='pformlad1'><div align="center">Back to the Ladder Standings</div></td>
<td class='pformlad1'><div align="center">View details of all current TC Clans</div></td>
<td class='pformlad1'><div align="center">Here is where you report a ladder game</div></td>
<td class='pformlad1'><div align="center">
      <b><a href="{ibf.script_url}act=ladder">PLAYER
  STATS </a></b> </div></td>
				</tr>
</table></div>
<br>
<div class="tableborder">
<div class="maintitle"></div>


<table><form name='REPLIER' action='index.php?act=ladder&code=fin' method='post'>
<input type=hidden name=clan1 value={$r['clanname']}>
<input type=hidden name=clan2 value={$ibforums->input["clan2"]}>
<input type=hidden name=gamet value={$ibforums->input["gamet"]}>
<input type=hidden name=gmmap value={$ibforums->input["gmmap"]}>
<input type=hidden name=rworl value={$ibforums->input["rworl"]}>
<input type=hidden name=today value={$ibforums->input["today"]}>
<input type=hidden name=allie1 value={$ibforums->input["allie1"]}>
<input type=hidden name=allie2 value={$ibforums->input["allie2"]}>
<input type=hidden name=oppt1 value={$ibforums->input["oppt1"]}>
<input type=hidden name=oppt2 value={$ibforums->input["oppt2"]}>
<input type=hidden name=oppt3 value={$ibforums->input["oppt3"]}>
<!--IBF_END_FUNC|show_start1-->

<!--IBF_START_FUNC|function2|$data-->

<tr>
 <td class=pformleft><b>Opponents Clan</b><td class=pformright>
 <select name=clan2>
 <option class=forminput value=''>Select A Clan</option>
 
 $data
 </select>
<!--IBF_END_FUNC|function2-->

<!--IBF_START_FUNC|show_middle|-->

<tr>
<td class=pformleft><b>Game Type</b>
<td class=pformright><select name=gamet><option class=forminput value=''>Select A Game Type<option class=forminput value='1'>1 vs 1<option class=forminput value='2'>2 vs 2<option class=forminput value='3'>3 vs 3</select></td>

<tr>
<td class=pformleft><b>Map</b>
<td class=pformright><select name=gmmap><option class=forminput value=''>Select A Map
	 <option class=forminput value='Terrace'>Terrace
     <option class=forminput value='Forest Fires'>Forest Fires
     <option class=forminput value='Other'>Other
     </select></td>
<tr>
<td class=pformstrip colspan='2'><center><input type='submit' name='submit' value='Next'></center></form></table>
</form></table></div>
<!--IBF_END_FUNC|show_middle-->

<!--IBF_START_FUNC|function1|$data-->

<tr>
 <td class=pformleft><b>Your Clan</b><td class=pformright>
 <select name=clan1>
 <option class=forminput value=''>Select A Clan</option>
 
 $data
 </select>
<!--IBF_END_FUNC|function1-->

<!--IBF_START_FUNC|show_start|$r-->

<div class="tableborder">
		<div class="maintitle"></div>
		<table cellpadding='4' cellspacing='0' border='0' width='100%'>
		<tr>
<td class='pformlad1'><div align="center">
      <b><a href="{ibf.script_url}act=ladder">STANDINGS</a></b> </div></td>
<td class='pformlad1'><div align="center">
      <b><a href="{ibf.script_url}act=tcusergroups">CLAN
  CENTRAL</a></b> </div></td>
<td class='pformlad1'><div align="center">
      <b><a href="{ibf.script_url}act=ladder&code=show">REPORT
  A GAME</a></b> </div></td>
<td class='pformlad1'><div align="center">
      <b><a href="{ibf.script_url}act=ladder&code=stats">GAME
  STATS </a></b> </div></td>
				</tr>

		<tr>
<td class='pformlad1'><div align="center">Back to the Ladder Standings</div></td>
<td class='pformlad1'><div align="center">View details of all current TC Clans</div></td>
<td class='pformlad1'><div align="center">Here is where you report a ladder game</div></td>
<td class='pformlad1'><div align="center">
      <b><a href="{ibf.script_url}act=ladder&code=player">PLAYER
  STATS </a></b> </div></td>
				</tr>
</table></div>
<br>
<div class="tableborder">
		<div class="maintitle"></div>
		<table cellpadding='4' cellspacing='0' border='0' width='100%'>
<form action='index.php?act=ladder&code=det' method='POST' name='report'>
<tr>
<td class=pformleft><b>Your ID</b><td class=pformright>
{ibf.member.id}
</tr>
<tr>
<td class=pformleft><b>Your Name</b><td class=pformright>
{ibf.member.name}
</tr>
<tr>
<td class=pformleft><b>Status</b><td class=pformright>
<strong>WIN - ONLY REPORT THIS IF YOU HAVE GENUINLY WON.
IF YOUR UNSURE OPEN A TOPIC IN TC DISPUTES</strong>
</tr>
<tr>
 <td class=pformleft><b>Your Clan</b><td class=pformright>{$r['clanname']}
<!--IBF_END_FUNC|show_start-->

<!--IBF_START_FUNC|search_pstats1|$select-->

<div class="tableborder">
		<div class="maintitle"></div>
		<table cellpadding='4' cellspacing='0' border='0' width='100%'>
		<tr>
<td class='pformlad1'><div align="center">
      <b><a href="{ibf.script_url}act=ladder">STANDINGS</a></b> </div></td>
<td class='pformlad1'><div align="center">
      <b><a href="{ibf.script_url}act=tcusergroups">CLAN
  CENTRAL</a></b> </div></td>
<td class='pformlad1'><div align="center">
      <b><a href="{ibf.script_url}act=ladder&code=show">REPORT
  A GAME</a></b> </div></td>
<td class='pformlad1'><div align="center">
      <b><a href="{ibf.script_url}act=ladder&code=stats">GAME
  STATS </a></b> </div></td>
				</tr>

		<tr>
<td class='pformlad1'><div align="center">Back to the Ladder Standings</div></td>
<td class='pformlad1'><div align="center">View details of all current TC Clans</div></td>
<td class='pformlad1'><div align="center">Here is where you report a ladder game</div></td>
<td class='pformlad1'><div align="center">
      <b><a href="{ibf.script_url}act=ladder&code=player">PLAYER
  STATS </a></b> </div></td>
				</tr>
</table></div>
<br>
<div class="tableborder">
		<div class="maintitle"></div>
		<table cellpadding='4' cellspacing='0' border='0' width='100%'>
		<tr>
<td class='pformlad1'><div align="center">
      <b>CLAN NAME</b> </div></td>
<td class='pformlad1'><div align="center">
      <b>LEADER</b> </div></td>
<td class='pformlad1'><div align="center">
      <b>CLAN STATS</b> </div></td>
				</tr>
$select
</table></div>
<!--IBF_END_FUNC|search_pstats1-->

<!--IBF_START_FUNC|mcsearch|-->

<div class="tableborder">
		<div class="maintitle"></div>
		<table cellpadding='4' cellspacing='0' border='0' width='100%'>
		<tr>
<td class='pformlad1'><div align="center">
      <b><a href="{ibf.script_url}act=ladder">STANDINGS</a></b> </div></td>
<td class='pformlad1'><div align="center">
      <b><a href="{ibf.script_url}act=tcusergroups">CLAN
  CENTRAL</a></b> </div></td>
<td class='pformlad1'><div align="center">
      <b><a href="{ibf.script_url}act=ladder&code=show">REPORT
  A GAME</a></b> </div></td>
<td class='pformlad1'><div align="center">
      <b><a href="{ibf.script_url}act=ladder&code=stats">GAME
  STATS </a></b> </div></td>
				</tr>

		<tr>
<td class='pformlad1'><div align="center">Back to the Ladder Standings</div></td>
<td class='pformlad1'><div align="center">View details of all current TC Clans</div></td>
<td class='pformlad1'><div align="center">Here is where you report a ladder game</div></td>
<td class='pformlad1'><div align="center">
      <b><a href="{ibf.script_url}act=ladder&code=player">PLAYER
  STATS </a></b> </div></td>
				</tr>
</table></div>
<br>
<div class='tableborder'>
  <div class='maintitle'></div>
		<table cellpadding='4' cellspacing='0' border='0' width='100%'>
	<tr>
	  <td class='pformleft'><b>Search Clan Member</b></td>
	  <td class='pformright'><input type='text' size='40' name='cm' value='' class='forminput'></td>
	  	  <td width='40%' class='row1'><input type='submit' value='Submit' class='forminput' /></td>
</tr>
	 <td class=pformstrip colspan='4'></td>
	<tr>
	  <td colspan='4' align='center' class='row1'></td>
	 </tr>
  </table>
  <div class='pformstrip' align='center'></div>
</div>
<div class='tableborder'>
  <div class='maintitle'></div>
		<table cellpadding='4' cellspacing='0' border='0' width='100%'>
<tr>
	  <td class='pformleft'><b>Search Clan</b></td>
	  <td class='pformright'><input type='text' size='40' name='sc' value='' class='forminput'></td>
	  <td width='40%' class='row1'><input type='submit' value='Submit' class='forminput' /></td>
	 </tr>
	 <td class=pformstrip colspan='4'></td>
	<tr>
	  <td colspan='4' align='center' class='row1'></td>
	 </tr>
  </table>
  <div class='pformstrip' align='center'></div>
</div>
<!--IBF_END_FUNC|mcsearch-->

<!--IBF_START_FUNC|player_middle|-->

</table></div>
<!--IBF_END_FUNC|player_middle-->

<!--IBF_START_FUNC|player_end|-->


<!--IBF_END_FUNC|player_end-->

<!--IBF_START_FUNC|gssearch|-->


<!--IBF_END_FUNC|gssearch-->

<!--IBF_START_FUNC|search_pstats|$select-->

<div class="tableborder">
		<div class="maintitle"></div>
		<table cellpadding='4' cellspacing='0' border='0' width='100%'>
		<tr>
<td class='pformlad1'><div align="center">
      <b><a href="{ibf.script_url}act=ladder">STANDINGS</a></b> </div></td>
<td class='pformlad1'><div align="center">
      <b><a href="{ibf.script_url}act=tcusergroups">CLAN
  CENTRAL</a></b> </div></td>
<td class='pformlad1'><div align="center">
      <b><a href="{ibf.script_url}act=ladder&code=show">REPORT
  A GAME</a></b> </div></td>
<td class='pformlad1'><div align="center">
      <b><a href="{ibf.script_url}act=ladder&code=stats">GAME
  STATS </a></b> </div></td>
				</tr>

		<tr>
<td class='pformlad1'><div align="center">Back to the Ladder Standings</div></td>
<td class='pformlad1'><div align="center">View details of all current TC Clans</div></td>
<td class='pformlad1'><div align="center">Here is where you report a ladder game</div></td>
<td class='pformlad1'><div align="center">
      <b><a href="{ibf.script_url}act=ladder&code=player">PLAYER
  STATS </a></b> </div></td>
				</tr>
</table></div>
<br>
<div class="tableborder">
		<div class="maintitle"></div>
		<table cellpadding='4' cellspacing='0' border='0' width='100%'>
		<tr>
<td class='pformlad1'><div align="center">
      <b>NAME</b> </div></td>
<td class='pformlad1'><div align="center">
      <b>CLAN NAME</b> </div></td>
<td class='pformlad1'><div align="center">
      <b>MEMBER STATS</b> </div></td>
				</tr>
$select
</table></div>
<!--IBF_END_FUNC|search_pstats-->

<!--IBF_START_FUNC|stats_middle1|$row-->

<tr>
              <td class='pformleft'><div align="center"><a href='{ibf.script_url}showuser={$row['id']}'>{$row['name']}</a></div></td>
                <td class='pformlad5'>{$row['wins']}</td>
                <td class='pformlad5'>{$row['losses']}</td>
                <td class='pformleft'>{$row['totalgames']}</td>
                <td class='pformleft'>{$row['lastgame']}</td>
                <td class='pformleft'>{$row['tcpoints']}</td>
              </tr></td>
<!--IBF_END_FUNC|stats_middle1-->

<!--IBF_START_FUNC|stats_end1|$row-->

</table></div>
<!--IBF_END_FUNC|stats_end1-->

<!--IBF_START_FUNC|player_start|$w, $t, $tp-->

<div class="tableborder">
		<div class="maintitle"></div>
		<table cellpadding='4' cellspacing='0' border='0' width='100%'>
		<tr>
<td class='pformlad1'><div align="center">
      <b><a href="{ibf.script_url}act=ladder">STANDINGS</a></b> </div></td>
<td class='pformlad1'><div align="center">
      <b><a href="{ibf.script_url}act=tcusergroups">CLAN
  CENTRAL</a></b> </div></td>
<td class='pformlad1'><div align="center">
      <b><a href="{ibf.script_url}act=ladder&code=show">REPORT
  A GAME</a></b> </div></td>
<td class='pformlad1'><div align="center">
      <b><a href="{ibf.script_url}act=ladder&code=stats">GAME
  STATS </a></b> </div></td>
				</tr>

		<tr>
<td class='pformlad1'><div align="center">Back to the Ladder Standings</div></td>
<td class='pformlad1'><div align="center">View details of all current TC Clans</div></td>
<td class='pformlad1'><div align="center">Here is where you report a ladder game</div></td>
<td class='pformlad1'><div align="center">
      <b><a href="{ibf.script_url}act=ladder&code=player">PLAYER
  STATS </a></b> </div></td>
				</tr>
</table></div>
<br>
<div class="tableborder">
		<div class="maintitle"></div>
		<table cellpadding='4' cellspacing='0' border='0' width='100%'>
		<tr>
<td class='pformlad1'><div align="center">
      <b>TOP WARRIOR STATS</b> </div></td>
<td class='pformlad1'><div align="center">
      <b>CLAN
  CENTRAL</b> </div></td>

<td class='pformlad1'><div align="center">
      <b>PLAYER + CLAN SEARCH </b> </div></td>
				</tr>
<tr>
<td class='pformleft'><div align="left">
		Most Active Member: <a href='{ibf.script_url}showuser={$t['id']}'><b>{$t['name']}</b></a> - {$t['totalgames']} games<br>
		Top Player: <a href='{ibf.script_url}showuser={$tp['id']}'><b>{$tp['name']}</b></a> - {$tp['tcpoints']} points<br>
		Total Players: $w <br>
<br>
    </div></td>
<td class='pformlad4'><div align="center">Welcome to Warrior Central {ibf.member.name}. Below you will find the top 25 players in the Ladder. You can also find certain statistics on the left side panel and a search player function on the right control panel.</div></td>

<td class='pformlad3'><div align="center">
      <b><a href="{ibf.script_url}act=ladder&code=player&code=search_pstats">SEARCH </a></b> <br><br>Area to Search Player/ Clan's Names and Rankings.</div></td>
				</tr>
</table></div>
<br>
		<div class="tableborder">
		<div class="maintitle">Warrior Rankings (top 25 out of $w)</div>
		<table cellpadding='4' cellspacing='0' border='0' width='100%'>
<tr>
		<td class='pformlad2'>RANK</td>
		<td class='pformlad1'>NAME</td>
		<td class='pformlad2'>WINS</td>
		<td class='pformlad2'><div align="center">LOSSES</div></td>
		<td class='pformlad2'><div align="center">TOTAL GAMES</div></td>
		<td class='pformlad2'><div align="center">LAST GAME</div></td>
		<td class='pformlad2'><div align="center">POINTS</div></td>
		</tr>
<!--IBF_END_FUNC|player_start-->

<!--IBF_START_FUNC|warrior3|$row-->

<tr>
              <td class='pformlad3'>{$row['rank']}&nbsp;<img src="{ibf.vars.img_url}/bronze.gif">&nbsp;&nbsp;<img src="{ibf.vars.img_url}/blue1g.gif"></td>
                <td class='pformlad3'><a href='{ibf.script_url}showuser={$row['id']}'><b>{$row['name']}</b></a> [{$row['clanname']}]</td>
                <td class='pformlad3'>{$row['wins']}</td>
								                <td class='pformlad3'>{$row['losses']}</td>
								                <td class='pformlad3'>{$row['totalgames']}</td>
								                <td class='pformlad3'>{$row['lastgame']}</td>
								                <td class='pformlad3'>{$row['tcpoints']}</td>
              </tr></td>
<tr>
              <td class='pformlad1' colspan='7' height = '15'></td>
                </tr>
<!--IBF_END_FUNC|warrior3-->

<!--IBF_START_FUNC|stats_start1|$w-->

<div class="tableborder">
		<div class="maintitle">Warrior Rankings (top 25 out of $w)</div>
		<table cellpadding='4' cellspacing='0' border='0' width='100%'>
<tr>
		<td class='pformlad2'>RANK</td>
		<td class='pformlad1'>NAME</td>
		<td class='pformlad2'>WINS</td>
		<td class='pformlad2'><div align="center">LOSSES</div></td>
		<td class='pformlad2'><div align="center">TOTAL GAMES</div></td>
		<td class='pformlad2'><div align="center">LAST GAME</div></td>
		<td class='pformlad2'><div align="center">POINTS</div></td>
		</tr>
<!--IBF_END_FUNC|stats_start1-->

<!--IBF_START_FUNC|warrior1|$row-->

<tr>
              <td class='pformlad3'>{$row['rank']}&nbsp;<img src="{ibf.vars.img_url}/gold.gif">&nbsp;&nbsp;<img src="{ibf.vars.img_url}/blue5g.gif"></td>
                   <td class='pformlad3'><a href='{ibf.script_url}showuser={$row['id']}'><b>{$row['name']}</b></a> [{$row['clanname']}]</td>
                   <td class='pformlad3'>{$row['wins']}</td>
												                <td class='pformlad3'>{$row['losses']}</td>
												                <td class='pformlad3'>{$row['totalgames']}</td>
												                <td class='pformlad3'>{$row['lastgame']}</td>
												                <td class='pformlad3'>{$row['tcpoints']}</td>
              </tr></td>
<tr>
              <td class='pformlad1' colspan='7' height = '15'></td>
                </tr>
<!--IBF_END_FUNC|warrior1-->

<!--IBF_START_FUNC|warrior4|$row-->

<tr>
              <td class='pformlad5'>{$row['rank']}&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src="{ibf.vars.img_url}/blue3g.gif"></td>
                 <td class='pformlad5'><a href='{ibf.script_url}showuser={$row['id']}'><b>{$row['name']}</b></a> [{$row['clanname']}]</td>
                 <td class='pformlad5'>{$row['wins']}</td>
								                <td class='pformlad5'>{$row['losses']}</td>
								                <td class='pformlad5'>{$row['totalgames']}</td>
								                <td class='pformlad5'>{$row['lastgame']}</td>
								                <td class='pformlad5'>{$row['tcpoints']}</td>
              </tr></td>
<!--IBF_END_FUNC|warrior4-->

<!--IBF_START_FUNC|warrior|$row-->

<tr>
              <td class='pformlad5'>{$row['rank']}&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src="{ibf.vars.img_url}/blue3g.gif"></td>
                 <td class='pformlad5'><a href='{ibf.script_url}showuser={$row['id']}'><b>{$row['name']}</b></a> [{$row['clanname']}]</td>
                 <td class='pformlad5'>{$row['wins']}</td>
								                <td class='pformlad5'>{$row['losses']}</td>
								                <td class='pformlad5'>{$row['totalgames']}</td>
								                <td class='pformlad5'>{$row['lastgame']}</td>
								                <td class='pformlad5'>{$row['tcpoints']}</td>
              </tr></td>
<!--IBF_END_FUNC|warrior-->

<!--IBF_START_FUNC|warrior2|$row-->

<tr>
              <td class='pformlad3'>{$row['rank']}&nbsp;<img src="{ibf.vars.img_url}/silver.gif">&nbsp;&nbsp;<img src="{ibf.vars.img_url}/blue1g.gif"></td>
                 <td class='pformlad3'><a href='{ibf.script_url}showuser={$row['id']}'><b>{$row['name']}</b></a> [{$row['clanname']}]</td>
                 <td class='pformlad3'>{$row['wins']}</td>
								                <td class='pformlad3'>{$row['losses']}</td>
								                <td class='pformlad3'>{$row['totalgames']}</td>
								                <td class='pformlad3'>{$row['lastgame']}</td>
								                <td class='pformlad3'>{$row['tcpoints']}</td>
              </tr></td>
<!--IBF_END_FUNC|warrior2-->

<!--IBF_START_FUNC|pp_postentry|$poster, $entry-->

<table width='90%' align='center' cellpadding='6' border='1'>
	<tr>
	 <td bgcolor='#EEEEEE'><font face='arial' size='2' color='#000000'><b>{ibf.lang.by}: {$entry['author_name']}</b> {ibf.lang.on} {$entry['post_date']}</b></font></td>
	</tr>
	<tr>
	 <td><font face='arial' size='3' color='#000000'>{$entry['post']}</font></td>
	</tr>
	</table>
	<br />
<!--IBF_END_FUNC|pp_postentry-->

<!--IBF_START_FUNC|pp_end|-->

<center><font face='arial' size='1' color='#000000'>Powered by Invision Power Board (http://www.invisionboard.com)<br />&copy; Invision Power Services (http://www.invisionpower.com)</font></center>
<!--IBF_END_FUNC|pp_end-->

<!--IBF_START_FUNC|pp_header|$forum_name, $topic_title, $topic_starter,$fid, $tid-->

<html>
    <head>
      <title>{ibf.vars.board_name} [Powered by Invision Power Board]</title>
    </head>
    <body bgcolor='#FFFFFF' alink='#000000' vlink='#000000' link='#000000'>
     <table width='90%' border='0' align='center' cellpadding='6'>
      <tr>
       <td><b><font face='arial' size='5' color='#4C77B6'><b>{ibf.lang.title}</font></b>
       	   <br /><font face='arial' size='2' color='#000000'><b><a href='{ibf.script_url}act=ST&amp;f=$fid&amp;t=$tid'>{ibf.lang.topic_here}</a></b></font>
       </td>
      </tr>
      <tr>
       <td><font face='arial' size='2' color='#000000'><b>{ibf.vars.board_name} &gt; $forum_name &gt; <font color='red'>$topic_title</font></b></font></td>
      </tr>
     </table>
     <br />
     <br />
<!--IBF_END_FUNC|pp_header-->

<!--IBF_START_FUNC|choose_form|$fid, $tid, $title-->

<div class='tableborder'>
 <div class='maintitle'><{CAT_IMG}>&nbsp;{ibf.lang.tvo_title}&nbsp;$title</div>
 <div class='tablepad'>
  <b><a href='{ibf.script_url}act=Print&amp;client=printer&amp;f=$fid&amp;t=$tid'>{ibf.lang.o_print_title}</a></b>
  <br />
  {ibf.lang.o_print_desc}
  <br /><br />
  <b><a href='{ibf.script_url}act=Print&amp;client=html&amp;f=$fid&amp;t=$tid'>{ibf.lang.o_html_title}</a></b>
  <br />
  {ibf.lang.o_html_desc}
  <br /><br />
  <b><a href='{ibf.script_url}act=Print&amp;client=wordr&amp;f=$fid&amp;t=$tid'>{ibf.lang.o_word_title}</a></b>
  <br />
  {ibf.lang.o_word_desc}
 </div>
 <div align='center' class='pformstrip'>&lt;&lt;<a href='{ibf.script_url}showtopic=$tid'>{ibf.lang.back_topic}</a></div>
</div>
<br />
<!--IBF_END_FUNC|choose_form-->

<!--IBF_START_FUNC|stats_end|-->

</table></div><br>
<!--IBF_END_FUNC|stats_end-->

<!--IBF_START_FUNC|stats_middle|$data-->

<tr>
              <td class='pformlad1'><div align="center">Game #{$data['id']}:</div></td>
                <td class='pformleftw'>{$data['clan1_n']} ({$data['clan1points']} pts) defeats {$data['clan2_n']} ({$data['clan2points']} pts) </td>
				<td class='pformright'>[<a href='{ibf.script_url}act=tcusergroups&code=tcmatch&id={$data['id']}'>Details</a>]</td>
              </tr>
<!--IBF_END_FUNC|stats_middle-->

<!--IBF_START_FUNC|stats_data|$r-->


<!--IBF_END_FUNC|stats_data-->

<!--IBF_START_FUNC|stats_start|$m, $tg, $a, $b, $c-->

<div class="tableborder">
		<div class="maintitle"></div>
		<table cellpadding='4' cellspacing='0' border='0' width='100%'>
		<tr>
<td class='pformlad1'><div align="center">
      <b><a href="{ibf.script_url}act=ladder">STANDINGS</a></b> </div></td>
<td class='pformlad1'><div align="center">
      <b><a href="{ibf.script_url}act=tcusergroups">CLAN
  CENTRAL</a></b> </div></td>
<td class='pformlad1'><div align="center">
      <b><a href="{ibf.script_url}act=ladder&code=show">REPORT
  A GAME</a></b> </div></td>
<td class='pformlad1'><div align="center">
      <b><a href="{ibf.script_url}act=ladder&code=stats">GAME
  STATS </a></b> </div></td>
				</tr>

		<tr>
<td class='pformlad1'><div align="center">Back to the Ladder Standings</div></td>
<td class='pformlad1'><div align="center">View details of all current TC Clans</div></td>
<td class='pformlad1'><div align="center">Here is where you report a ladder game</div></td>
<td class='pformlad1'><div align="center">
      <b><a href="{ibf.script_url}act=ladder&code=player">PLAYER
  STATS </a></b> </div></td>
				</tr>
</table></div>
<br>
<div class="tableborder">
		<div class="maintitle"></div>
		<table cellpadding='4' cellspacing='0' border='0' width='100%'>
		<tr>
<td class='pformleft'><div align="center">
      <b>GAME STATS</b> </div></td>
<td class='pformright'><div align="center">
      <b>GAME
  CENTRAL</b> </div></td>


				</tr>
<tr>
<td class='pformleft'><div align="left">
		Total Games Played: $tg Games Played<br>
		Total 1v1 Games: $a<br>
		Total 2v2 Games: $b<br>
		Total 3v3 Games: $c<br>
    </div></td>
<td class='pformright'><div align="center">Welcome to Game Central {ibf.member.name}. Below you will find the last 25 games in the Ladder. You can also find certain statistics on the left side panel such as top 1v1, 2v2 and 3v3 games.</div></td>

				</tr>
</table></div>
<br>
<div class="tableborder">
		<div class="maintitle">Last 25 Games</div>
		<table cellpadding='4' cellspacing='0' border='0' width='100%'>
<!--IBF_END_FUNC|stats_start-->

<!--IBF_START_FUNC|tc3|$data-->

<tr>
              <td class='pformlad3'>{$data['rank']}&nbsp;<img src="{ibf.vars.img_url}/bronze.gif">&nbsp;&nbsp;<img src="{ibf.vars.img_url}/blue1g.gif"></td>
                <td class='pformlad3'><a href='{ibf.script_url}act=tcusergroups&amp;code=det&amp;tcugid={$data['tcugid']}'><b>{$data['name']}</b></a></td>
                 <td class='pformlad3'><div align="center">{$data['totalgames']}</div></td>
                <td class='pformlad3'><div align="center">{$data['wins']} wins / {$data['loss']} losses</div></td>
                <td class='pformlad3'><div align="center">{$data['points']}</div></td>
                <td class='pformlad3'><div align="center">{$data['streak']}</div></td>
              </tr>
<tr>
              <td class='pformlad1' colspan='7' height = '15'></td>
                </tr>
<!--IBF_END_FUNC|tc3-->

<!--IBF_START_FUNC|tc4|$data-->

<tr>
              <td class='pformlad5'>{$data['rank']}&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src="{ibf.vars.img_url}/blue3g.gif"></td>
                <td class='pformlad5'><a href='{ibf.script_url}act=tcusergroups&amp;code=det&amp;tcugid={$data['tcugid']}'><b>{$data['name']}</b></a></td>
                 <td class='pformlad5'><div align="center">{$data['totalgames']}</div></td>
                <td class='pformlad5'><div align="center">{$data['wins']} wins / {$data['loss']} losses</div></td>
                <td class='pformlad5'><div align="center">{$data['points']}</div></td>
                <td class='pformlad5'><div align="center">{$data['streak']}</div></td>
              </tr>
<!--IBF_END_FUNC|tc4-->

<!--IBF_START_FUNC|top_member|$row-->

- <a href='{ibf.script_url}showuser={$row['id']}'>{$row['name']}</a> [{$row['clanname']}] with {$row['tcpoints']} pts.<br>
<!--IBF_END_FUNC|top_member-->

<!--IBF_START_FUNC|top_member_middle|-->

</td>

				<td class='pformright'><div align="left">
<!--IBF_END_FUNC|top_member_middle-->

<!--IBF_START_FUNC|tc_stats|$row-->

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>Game #{$row['id']}</b>: {$row['clan1_n']} ({$row['clan1points']} pts) defeats {$row['clan2_n']} ({$row['clan2points']} pts) [<a href='{ibf.script_url}act=tcusergroups&code=tcmatch&id={$row['id']}'>Details</a>]<br>
<!--IBF_END_FUNC|tc_stats-->

<!--IBF_START_FUNC|tc_middle|-->

</div></td>
		</tr>
</table></div>
<div class="tableborder">
		<div class="maintitle"></div>
		<table cellpadding='4' cellspacing='0' border='0' width='100%'>
		<tr>
		<td class='pformlad2'>RANK</td>
		<td class='pformlad2'>CLAN NAME</td>
		<td class='pformlad2'><div align="center">GAMES</div></td>
		<td class='pformlad1'><div align="center">STATS</div></td>
		<td class='pformlad2'><div align="center">POINTS</div></td>
		<td class='pformlad2'><div align="center">STREAK</div></td>
		</tr>
<div class="maintitle"></div>
<tr>
              <td class='pformlad1' colspan='7' height = '15'></td>
                </tr>
<!--IBF_END_FUNC|tc_middle-->

<!--IBF_START_FUNC|tc1|$data-->

<tr>
              <td class='pformlad3'>{$data['rank']}&nbsp;<img src="{ibf.vars.img_url}/gold.gif">&nbsp;&nbsp;<img src="{ibf.vars.img_url}/blue5g.gif"></td>
                <td class='pformlad3'><a href='{ibf.script_url}act=tcusergroups&amp;code=det&amp;tcugid={$data['tcugid']}'><b>{$data['name']}</b></a></td>
                 <td class='pformlad3'><div align="center">{$data['totalgames']}</div></td>
                <td class='pformlad3'><div align="center">{$data['wins']} wins / {$data['loss']} losses</div></td>
                <td class='pformlad3'><div align="center">{$data['points']}</div></td>
                <td class='pformlad3'><div align="center">{$data['streak']}</div></td>

              </tr>
<tr>
              <td class='pformlad1' colspan='7' height = '15'></td>
                </tr>
<!--IBF_END_FUNC|tc1-->

<!--IBF_START_FUNC|tc|$data-->

<tr>
              <td class='pformlad5'>{$data['rank']}&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src="{ibf.vars.img_url}/blue3g.gif"></td>
                <td class='pformlad5'><a href='{ibf.script_url}act=tcusergroups&amp;code=det&amp;tcugid={$data['tcugid']}'><b>{$data['name']}</b></a></td>
                 <td class='pformlad5'><div align="center">{$data['totalgames']}</div></td>
                <td class='pformlad5'><div align="center">{$data['wins']} wins / {$data['loss']} losses</div></td>
                <td class='pformlad5'><div align="center">{$data['points']}</div></td>
                <td class='pformlad5'><div align="center">{$data['streak']}</div></td>
              </tr>
<!--IBF_END_FUNC|tc-->

<!--IBF_START_FUNC|tc2|$data-->

<tr>
              <td class='pformlad3'>{$data['rank']}&nbsp;<img src="{ibf.vars.img_url}/silver.gif">&nbsp;&nbsp;<img src="{ibf.vars.img_url}/blue1g.gif"></td>
                <td class='pformlad3'><a href='{ibf.script_url}act=tcusergroups&amp;code=det&amp;tcugid={$data['tcugid']}'><b>{$data['name']}</b></a></td>
                 <td class='pformlad3'><div align="center">{$data['totalgames']}</div></td>
                <td class='pformlad3'><div align="center">{$data['wins']} wins / {$data['loss']} losses</div></td>
                <td class='pformlad3'><div align="center">{$data['points']}</div></td>
                <td class='pformlad3'><div align="center">{$data['streak']}</div></td>
              </tr>
<!--IBF_END_FUNC|tc2-->

<!--IBF_START_FUNC|password|$row-->

<div class="tableborder">
<div class="maintitle">Changing Clan Password</div>
<table cellpadding='4' cellspacing='0' border='0' width='100%'>
<form action='index.php?act=clans&code=dopw&tcugid={$ibforums->input['tcugid']}' method='POST' name='report'>
<tr>
<td class='pformleft' valign='top'>Old Password</td>
<td class='pformright'><input type='text' size='40' maxlength='1200' name='current_pass'  class='forminput' /></td>
</tr>
<tr>
<td class=pformleft><b>New Password</b>
<td class=pformright><input type='text' size='40' maxlength='1200' name='password_new1'  class='forminput' /></td>
</tr>
<tr>
<td class=pformleft><b>Retype New Password</b>
<td class=pformright><input type='text' size='40' maxlength='1200' name='password_new2'  class='forminput' /></td>
</tr>
<tr>
<td class=pformstrip colspan='2'><center><input type='submit' name='submit' value='Finish'></center></tr></table></div>
</form>
</table></div>
<!--IBF_END_FUNC|password-->

<!--IBF_START_FUNC|clan_del|$row-->

<div class="tableborder">
<div class="maintitle"><b>Clan Deletion</b></div>
<table cellpadding='4' cellspacing='0' border='0' width='100%'>
<form action='index.php?act=clans&code=dodel&tcugid={$ibforums->input['tcugid']}' method='POST' name='report'>
<tr>
<td class='pformleft' valign='top'>Deletion of Clan {$row['name']}</td>
<td class='pformright'><b>The changes you make here are none reversible</b>. You clan members will automatically be kicked from the clan and we cannot do anything if you delete by mistake.</td>
</tr>
<tr>
<td class=pformstrip colspan='2'><center><input type='submit' name='submit' value='Finish'></center></tr></table></div>
</form>
</table></div>
<!--IBF_END_FUNC|clan_del-->

<!--IBF_START_FUNC|tc_start|$valida, $tgames, $w-->

<div class="tableborder">
		<div class="maintitle"></div>
		<table cellpadding='4' cellspacing='0' border='0' width='100%'>
		<tr>
<td class='pformlad1'><div align="center">
      <b><!--CLAN--></b> </div></td>
<td class='pformlad1'><div align="center">
      <b><a href="{ibf.script_url}act=tcusergroups">CLAN
  CENTRAL</a></b> </div></td>
<td class='pformlad1'><div align="center">
      <b><a href="{ibf.script_url}act=ladder&code=show">REPORT
  A GAME</a></b> </div></td>
<td class='pformlad1'><div align="center">
      <b><a href="{ibf.script_url}act=ladder&code=stats">GAME
  STATS </a></b> </div></td>
				</tr>

		<tr>
<td class='pformlad1'><div align="center"><!--JOIN--></div></td>
<td class='pformlad1'><div align="center">View details of all current TC Clans</div></td>
<td class='pformlad1'><div align="center">Here is where you report a ladder game</div></td>
<td class='pformlad1'><div align="center">
      <b><a href="{ibf.script_url}act=ladder&code=player">PLAYER
  STATS </a></b> </div></td>
				</tr>
</table></div>
<br>
<div class="tableborder">
		<div class="maintitle"></div>
		<table cellpadding='4' cellspacing='0' border='0' width='100%'>
		<tr>
								<td class='pformlad2'>LADDER STATS</td>
								<td class='pformlad2'><div align="left">TOP PLAYERS</div></td>
								<td class='pformlad2'><div align="center">LAST GAMES</div></td>
				</tr>
				<tr>
								<td class='pformleft'>- Total Games Played:<b>$valida</b><br>- Games Played Today:<b>$tgames</b><br>- Total Players:<b>$w</b></td>
								<td class='pformleft'>
<!--IBF_END_FUNC|tc_start-->

<!--IBF_START_FUNC|edit_start|$row-->

<div class="tableborder">
<div class="maintitle">Editing a Clan</div>
<table cellpadding='4' cellspacing='0' border='0' width='100%'>
<form action='index.php?act=clans&code=doedit&tcugid={$ibforums->input['tcugid']}' method='POST' name='report'>
<tr>
<td class='pformleft'><b>Clan Leader</b></td>
<td class='pformright'>{$row['mod_name']}</td>
</tr>
<tr>
<td class='pformleft'><b>Clan Name</b></td>
<td class='pformright'><input type='text' size='40' maxlength='1200' name='cname' value="{$row['name']}" class='forminput' /></td>
</tr>
<tr>
<td class='pformleft' valign='top'><b>Clan Description.</b> <br>You can enter a Clan Flag or Clan Image here by adding the url in an image tag.</td>
<td class='pformright'><textarea cols='60' rows='10' wrap='soft' name='cdesc' class='forminput'>{$row['description']}</textarea></td>
</tr>
<tr>
<td class=pformleft><b>Clan Status</b>
<td class=pformright><select name=state><option class=forminput value="{$row['state']}">{$row['state']}<option class=forminput value='open'>Open<option class=forminput value='closed'>Closed</select></td>
</tr>
<tr>
<td class=pformstrip colspan='2'><center><input type='submit' name='submit' value='Finish'></center></tr></table></div>
</form>
</table></div>
<!--IBF_END_FUNC|edit_start-->

<!--IBF_START_FUNC|add_start|-->

<div class="tableborder">
<div class="maintitle">Adding a Clan</div>
<table cellpadding='4' cellspacing='0' border='0' width='100%'>
<tr>
<tr>
<td class='pformleft'>Clan Leader</td>
<td class='pformright'>{ibf.member.name}</td>
</tr>
<form action='index.php?act=clans&code=doadd' method='POST' name='report'>
<tr>
<td class='pformleft'>Clan Name</td>
<td class='pformright'><input type='text' size='40' maxlength='1200' name='cname' class='forminput' /></td>
</tr>
<tr>
<td class='pformleft' valign='top'>Clan Description</td>
<td class='pformright'><textarea cols='60' rows='10' wrap='soft' name='cdesc' class='forminput'></textarea></td>
</tr>
<!--IBF_END_FUNC|add_start-->

<!--IBF_START_FUNC|add_end|-->

<tr>
<td class=pformleft><b>Clan Status</b>
<td class=pformright><select name=state><option class=forminput value=''>Select A Clan State<option class=forminput value='open'>Open<option class=forminput value='closed'>Closed</select> Open if you want people to validate for your clan.</td>
</tr>
<tr>
<td class=pformleft><b>Clan Password</b>
<td class=pformright><input type='text' size='40' maxlength='1200' name='password' class='forminput' /></td>
</tr>
<tr>
<td class=pformstrip colspan='2'><center><input type='submit' name='submit' value='Finish'></center></tr></table></div>
</form>
</table></div>
<!--IBF_END_FUNC|add_end-->

<!--IBF_START_FUNC|cjoin|$clan-->

<form action='index.php?act=clans&code=docjoin'  method="post" name="clan">
<div class="tableborder">
<div class="maintitle"><b>Clan Password Central</b></div>
<table cellpadding='4' cellspacing='0' border='0' width='100%'>
<tr>
 <td class='pformleft' colspan='2' width='100%' align='center'><b>Password Validation</b></td>
</tr>
<tr>
 <td class='pformleft' width='50%'><b>Select Clan</b></td>
 <td class='pformright' width='50%'><select name="clan">{$clan}</select></td>
</tr>
<tr>
 <td class='pformleft'>Clan Password</td>
 <td class='pformright' width='50%'><input type='text' name='password' value='' size='30' class='forminput'></td>
</tr>
<tr>
 <td class='pformstrip' colspan='2' width='100%' align='center'><input type='submit' name='joinclan' value='Join'></td>
</tr>
</table>
</div>
</form>
<!--IBF_END_FUNC|cjoin-->


<!--IBF_GROUP_END:skin_printpage-->
<!-- PLEASE LEAVE ALL 'IBF' COMMENTS IN PLACE, DO NOT REMOVE THEM! -->
<!--IBF_GROUP_START:skin_boards-->

<!--IBF_START_FUNC|quote|$quote, $submit, $mod, $display_all-->

<tr>
           <td class='pformstrip' colspan='2'>{ibf.lang.quote_of_the_day}</td>
    	</tr>
    	<tr>
          <td class='row2' width='5%' valign='middle'><{F_ACTIVE}></td>
          <td class='row4' width='95%'>$quote</td>
        </tr>
<!--IBF_START_FUNC|quote-->
<!--IBF_END_FUNC|quote-->

<!--IBF_START_FUNC|quote_row|$quote-->

<tr>
          <td class='forum1' width='100%' colspan=2 valign='left'>$quote</td>
        </tr>
<!--IBF_START_FUNC|quote_row-->
<!--IBF_END_FUNC|quote_row-->

<!--IBF_START_FUNC|quote_display|$quotes, $show_pages-->

<form action='{ibf.script_url}&act=quote&CODE=displayall&action=search' method='POST'>
<table width="<{tbl_width}>" align="center" border="0" cellspacing="1" cellpadding="0" bgcolor="{ibf.skin.tbl_border}">
  <tr> 
    <td class='maintitleback' background='{ibf.vars.img_url}/tile_back.gif'> 
      <table width="100%" border="0" cellspacing="0" cellpadding="3">
        <tr> 
          <td>{ibf.skin.CAT_IMG}</td>
          <td width="100%" class="maintitle">{ibf.lang.all_quotes}</td>
        </tr>
      </table>
    </td>
  </tr>
  <tr> 
    <td class='mainbg'> 
      <table width="100%" border="0" cellspacing="1" cellpadding="4">
	$quotes
      </table>
    </td>
   </tr>
</table>
<table width='<{tbl_width}>' border='0' cellspacing='0' cellpadding='4' align='center'>
  <tr> 
    <td width='50%'>$show_pages</td>
    <td align='right' width='50%'>{ibf.lang.search_quotes}&nbsp;<input type='text' class='forminput' name='keywords' size="20">&nbsp;<input type='submit' class='forminput' value='Go'></td>
  </tr>
</table>
</form>
        </div>
<!--IBF_START_FUNC|quote_display-->
<!--IBF_END_FUNC|quote_display-->

<!--IBF_START_FUNC|mod_quotes|$quote-->

<br>
<table width="<{tbl_width}>" align="center" border="0" cellspacing="1" cellpadding="0" bgcolor="{ibf.skin.tbl_border}">
  <tr> 
    <td class='maintitleback' background='{ibf.vars.img_url}/tile_back.gif'> 
      <table width="100%" border="0" cellspacing="0" cellpadding="3">
        <tr> 
          <td>{ibf.skin.CAT_IMG}</td>
          <td width="100%" class="maintitle">{ibf.lang.mod_quotes}</td>
        </tr>
      </table>
    </td>
  </tr>
  <tr> 
    <td class='mainbg'> 
      <table width="100%" border="0" cellspacing="1" cellpadding="4">
        <tr> 
          <td align="center" width='33%' class='titlemedium' background='{ibf.vars.img_url}/tile_sub.gif'>{ibf.lang.quote_author}</td>
          <td align="center" width='33%' class='titlemedium' background='{ibf.vars.img_url}/tile_sub.gif'>{ibf.lang.quote_real_author}</td>
          <td align="center" width='34%' class='titlemedium' background='{ibf.vars.img_url}/tile_sub.gif'>{ibf.lang.quote_options}</td>
        </tr>
	$quotes
      </table>
    </td>
   </tr>
</table>
<!--IBF_START_FUNC|mod_quotes-->
<!--IBF_END_FUNC|mod_quotes-->

<!--IBF_START_FUNC|add_quote_row|$quote-->

<tr> 
          <td class='row1' width='33%' align='center'>{$quote['q_author']}</td>
          <td class='row1' width="33%" align='center'>{$quote['name']}</td>
          <td class='row1' width="34%" align='center'><a href='{ibf.script_url}&act=quote&CODE=mod_quote_do&q={$quote['q_id']}&action=allow'>{ibf.lang.allow_quote}</a>&nbsp;&nbsp;<a href='{ibf.script_url}&act=quote&CODE=mod_quote_do&q={$quote['q_id']}&action=deny'>{ibf.lang.delete_quote}</a></td>
        </tr>
	<tr>
	  <td class='row2' colspan='3' align='center'>{$quote['q_quote']}</td>
	</tr>
<!--IBF_START_FUNC|add_quote_row-->
<!--IBF_END_FUNC|add_quote_row-->

<!--IBF_START_FUNC|quote_added|$text, $title='quote_added'-->

<br>
<table width="<{tbl_width}>" align="center" border="0" cellspacing="1" cellpadding="0" bgcolor="{ibf.skin.tbl_border}">
  <tr> 
    <td class='maintitleback' background='{ibf.vars.img_url}/tile_back.gif'> 
      <table width="100%" border="0" cellspacing="0" cellpadding="3">
        <tr> 
          <td>{ibf.skin.CAT_IMG}</td>
          <td width="100%" class="maintitle">{$ibforums->lang[$title]}</td>
        </tr>
      </table>
    </td>
  </tr>
  <tr> 
    <td class='mainbg'> 
      <table width="100%" border="0" cellspacing="1" cellpadding="4">
        <tr> 
          <td class='row1' align='center' width='100%'>$text</td>
         </tr>
      </table>
    </td>
   </tr>
</table>
<!--IBF_START_FUNC|quote_added-->
<!--IBF_END_FUNC|quote_added-->

<!--IBF_START_FUNC|forumrow_lastunread_link|$fid, $tid-->

<a href='{ibf.script_url}showtopic=$tid&amp;view=getlastpost' title='{ibf.lang.tt_golast}'><{LAST_POST}></a>
<!--IBF_END_FUNC|forumrow_lastunread_link-->

<!--IBF_START_FUNC|subforum_img_with_link|$img, $id-->

<a href='{ibf.script_url}act=Login&amp;CODE=04&amp;f={$id}&amp;i=1' title='{ibf.lang.bi_markallread}'>{$img}</a>
<!--IBF_END_FUNC|subforum_img_with_link-->

<!--IBF_START_FUNC|ForumRow|$info-->

<tr align="right"> 
          <td class="row4" align="center">{$info['img_new_post']}</td>
          <td class="row4"><b><a href="{ibf.script_url}showforum={$info['id']}">{$info['name']}</a></b><br /><span class='desc'>{$info['description']}<br />{$info['moderator']}</span></td>
          <td class="row2" align="center">{$info['topics']}</td>
          <td class="row2" align="center">{$info['posts']}</td>
          <td class="row2" nowrap="nowrap">{$info['last_post']}<br />{ibf.lang.in}:&nbsp;{$info['last_unread']}{$info['last_topic']}<br />{ibf.lang.by}: {$info['last_poster']}</td>
        </tr>
<!--IBF_END_FUNC|ForumRow-->

<!--IBF_START_FUNC|forum_redirect_row|$info-->

<!-- Forum {$info['id']} entry -->
        <tr> 
          <td class="row4" align="center"><{BR_REDIRECT}></td>
          <td class="row4"><b><a href="{ibf.script_url}showforum={$info['id']}" {$info['redirect_target']}>{$info['name']}</a></b><br /><span class='desc'>{$info['description']}</span></td>
          <td class="row2" align="center">-</td>
          <td class="row2" align="center">-</td>
          <td class="row2">{ibf.lang.rd_hits}: {$info['redirect_hits']}</td>
        </tr>
    <!-- End of Forum {$info['id']} entry -->
<!--IBF_END_FUNC|forum_redirect_row-->

<!--IBF_START_FUNC|end_this_cat|-->

<tr> 
          <td class='darkrow2' colspan="5">&nbsp;</td>
        </tr>
      </table>
    </div>
    <br />
<!--IBF_END_FUNC|end_this_cat-->

<!--IBF_START_FUNC|end_all_cats|-->


<!--IBF_END_FUNC|end_all_cats-->

<!--IBF_START_FUNC|newslink|$fid="", $title="", $tid=""-->

<b>{ibf.vars.board_name} {ibf.lang.newslink} <a href='{ibf.script_url}showtopic=$tid'>$title</a></b><br />
<!--IBF_END_FUNC|newslink-->

<!--IBF_START_FUNC|PageTop|$lastvisit-->

<div align='right' style='text-align:right;padding-bottom:4px'>
		<!-- IBF.NEWSLINK -->{ibf.lang.welcome_back_text} $lastvisit
	</div>
<!--IBF_END_FUNC|PageTop-->

<!--IBF_START_FUNC|quick_log_in|-->

<form style='display:inline' action="{ibf.script_url}act=Login&amp;CODE=01&amp;CookieDate=1" method="post">
<div align='left'><strong>{ibf.lang.qli_title}</strong>
<input type="text" class="forminput" size="10" onkeypress=FKeyPress(UserName); onkeydown=FKeyDown(UserName); name="UserName" onfocus="this.value=''" value="{ibf.lang.qli_name}" />
<input type='password' class='forminput' size='10' name='PassWord' onfocus="this.value=''" value='ibfrules' />
<input type='submit' class='forminput' value='{ibf.lang.qli_go}' />
</div>
</form>
<!--IBF_END_FUNC|quick_log_in-->

<!--IBF_START_FUNC|forum_img_with_link|$img, $id-->

<a href='{ibf.script_url}act=Login&amp;CODE=04&amp;f={$id}' title='{ibf.lang.bi_markread}'>{$img}</a>
<!--IBF_END_FUNC|forum_img_with_link-->

<!--IBF_START_FUNC|subheader|-->

<br />
	<div class="tableborder">
	  <table width="100%" border="0" cellspacing="1" cellpadding="4">
	  <tr> 
		<td align="center" class='titlemedium'><img src="{ibf.vars.img_url}/spacer.gif" alt="" width="28" height="1" /></td>
		<th align='left' width="59%" class='titlemedium'>{ibf.lang.cat_name}</th>
		<th align="center" width="7%" class='titlemedium'>{ibf.lang.topics}</th>
		<th align="center" width="7%" class='titlemedium'>{ibf.lang.replies}</th>
		<th align='left' width="27%" class='titlemedium'>{ibf.lang.last_post_info}</th>
	  </tr>
<!--IBF_END_FUNC|subheader-->

<!--IBF_START_FUNC|add_quote|-->

<form action='{ibf.script_url}' method='POST'>
<input type='hidden' name='CODE' value='add_quote_do'>
<input type='hidden' name='act' value='quote'>
<table width="<{tbl_width}>" align="center" border="0" cellspacing="1" cellpadding="0" bgcolor="{ibf.skin.tbl_border}">
  <tr> 
    <td class='maintitleback' background='{ibf.vars.img_url}/tile_back.gif'> 
      <table width="100%" border="0" cellspacing="0" cellpadding="3">
        <tr> 
          <td>{ibf.skin.CAT_IMG}</td>
          <td width="100%" class="maintitle">{ibf.lang.add_quote}</td>
        </tr>
      </table>
    </td>
  </tr>
  <tr> 
    <td class='mainbg'> 
      <table width="100%" border="0" cellspacing="1" cellpadding="4">
        <tr> 
          <td class='titlemedium' background='{ibf.vars.img_url}/tile_sub.gif' colspan="2">{ibf.lang.enter_quote}</td>
        </tr>
        <tr> 
          <td class='row1' width='25%'>{ibf.lang.add_author}</td>
          <td class='row1' width="75%" valign="top"><input type='text' size='40' maxlength='50' name='quote_author' value='' tabindex='1' class='forminput'></td>
        </tr>
        <tr> 
          <td class='row1' width='25%'>{ibf.lang.add_quote_text}</td>
          <td class='row1' width="75%" valign="top"><textarea cols='60' rows='2' name='quote' tabindex='2' class='forminput'></textarea></td>
        </tr>
        <tr> 
          <td align='center' class='titlemedium' background='{ibf.vars.img_url}/tile_sub.gif' colspan="2"><input type='submit' value='{ibf.lang.submit_quote}' class='forminput'></td>
        </tr>
      </table>
    </td>
   </tr>
</table>
</form>
<!--IBF_END_FUNC|add_quote-->

<!--IBF_START_FUNC|ActiveUsers|$active-->

<tr>
           <td align="right" class='pformstrip' colspan='2'>$active[TOTAL] {ibf.lang.active_users}</td>
    	</tr>
    	<tr>
          <td width="5%" align="right" class='row2'><{F_ACTIVE}></td>
          <td class='row4' align="right" width='95%'>
            <b>{$active[GUESTS]}</b> {ibf.lang.guests}, <b>$active[MEMBERS]</b> {ibf.lang.public_members} <b>$active[ANON]</b> {ibf.lang.anon_members}
            <div class='thin'>{$active[SEX]}{$active[NAMES]}</div>
            {$active['links']}
          </td>
        </tr>
<!--IBF_END_FUNC|ActiveUsers-->

<!--IBF_START_FUNC|active_user_links|-->

{ibf.lang.oul_show_more} <a href='{ibf.script_url}act=Online&amp;CODE=listall&amp;sort_key=click'>{ibf.lang.oul_click}</a>, <a href='{ibf.script_url}act=Online&amp;CODE=listall&amp;sort_key=name&amp;sort_order=asc&amp;show_mem=reg'>{ibf.lang.oul_name}</a>
<!--IBF_END_FUNC|active_user_links-->

<!--IBF_START_FUNC|ShowStats|$text-->

<tr align="right">
		     <td class='pformstrip' colspan='2'>{ibf.lang.board_stats}</td>
		   </tr>
		   <tr>
			 <td class='row2' width='5%' valign='middle'><{F_STATS}></td>
			 <td class='row4' width="95%" align='right'>$text<br />{ibf.lang.most_online}</td>
		   </tr>
<!--IBF_END_FUNC|ShowStats-->

<!--IBF_START_FUNC|birthdays|$birthusers="", $total="", $birth_lang=""-->

<tr>
           <td align="right" class='pformstrip' colspan='2'>{ibf.lang.birthday_header}</td>
    	</tr>
    	<tr>
          <td align="right" class='row2' width='5%' valign='middle'><{F_ACTIVE}></td>
          <td align="right" class='row4' width='95%'><b>$total</b> $birth_lang<br />$birthusers</td>
        </tr>
<!--IBF_END_FUNC|birthdays-->

<!--IBF_START_FUNC|calendar_events|$events = ""-->

<tr>
           <td class='pformstrip' colspan='2'>{ibf.lang.calender_f_title}</td>
    	</tr>
    	<tr>
          <td class='row2' width='5%' valign='middle'><{F_ACTIVE}></td>
          <td class='row4' width='95%'>$events</td>
        </tr>
<!--IBF_END_FUNC|calendar_events-->

<!--IBF_START_FUNC|stats_footer|-->

</table>
	 </div>
    <!-- Board Stats -->
<!--IBF_END_FUNC|stats_footer-->

<!--IBF_START_FUNC|bottom_links|-->

<br />
   <div align='left'><a href="{ibf.script_url}act=Login&amp;CODE=06">{ibf.lang.d_delete_cookies}</a> &middot; <a href="{ibf.script_url}act=Login&amp;CODE=05">{ibf.lang.d_post_read}</a></div>
<!--IBF_END_FUNC|bottom_links-->

<!--IBF_START_FUNC|CatHeader_Expanded|$Data-->

<div class="tableborder">
	  <div class='maintitle' align='right'><{CAT_IMG}>&nbsp;<a href="{ibf.script_url}c={$Data['id']}">{$Data['name']}</a></div>
      <table width="100%" border="0" cellspacing="1" cellpadding="4">
        <tr> 
          <th align="center" width="2%" class='titlemedium'><img src="{ibf.vars.img_url}/spacer.gif" alt="" width="28" height="1" /></th>
          <th align="right" width="59%" class='titlemedium'>{ibf.lang.cat_name}</th>
          <th align="center" width="7%" class='titlemedium'>{ibf.lang.topics}</th>
          <th align="center" width="7%" class='titlemedium'>{ibf.lang.replies}</th>
          <th align="right" width="25%" class='titlemedium'>{ibf.lang.last_post_info}</th>
        </tr>
<!--IBF_END_FUNC|CatHeader_Expanded-->

<!--IBF_START_FUNC|active_list_sep|-->

,
<!--IBF_END_FUNC|active_list_sep-->

<!--IBF_START_FUNC|stats_header|-->

<!-- Board Stats -->
	<!--IBF.QUICK_LOG_IN-->
    <br />
	<div align='center'>
		<a href='{ibf.script_url}act=Stats&amp;CODE=leaders'>{ibf.lang.sm_forum_leaders}</a> |
		<a href='{ibf.script_url}act=Search&amp;CODE=getactive'>{ibf.lang.sm_todays_posts}</a> |
		<a href='{ibf.script_url}act=Stats'>{ibf.lang.sm_today_posters}</a> |
		<a href='{ibf.script_url}act=Members&amp;max_results=10&amp;sort_key=posts&amp;sort_order=desc'>{ibf.lang.sm_all_posters}</a>
	</div>
    <br />
	<div class="tableborder">
		<div class="maintitle" align='right' >{ibf.lang.board_stats}</div>
		<table cellpadding='4' cellspacing='1' border='0' width='100%'>
        </div>
<!--IBF_END_FUNC|stats_header-->


<!--IBF_GROUP_END:skin_boards-->
<!-- PLEASE LEAVE ALL 'IBF' COMMENTS IN PLACE, DO NOT REMOVE THEM! -->
<!--IBF_GROUP_START:skin_topic-->

<!--IBF_START_FUNC|menu|$links-->

<table cellspacing="0" cellpadding="0" width="100%">
<tr>
 <td id="ucpmenu"  valign="top">
    <div class="maintitle">{ibf.lang.menu}</div>
	 <div class="pformstrip">{ibf.lang.userlinkes}</div>
	 <p>
	 <a href="{ibf.script_url}act=store&code=inventory"><strong>{ibf.lang.myinventory}</strong></a><br />
	 <a href="{ibf.script_url}act=store&code=bank"><strong>{ibf.lang.goto_bank}</strong></a><br />
	 <a href="{ibf.script_url}act=store&code=donate_money"><strong>{ibf.lang.donate_money}</strong></a><br />
	 <a href="{ibf.script_url}act=store&code=donate_item"><strong>{ibf.lang.donate_item}</strong></a>
	 <a href="{ibf.script_url}act=store&code=donate_items"><strong>{ibf.lang.donate_items}</strong></a>
	 </p>
	 <div class="pformstrip">{ibf.lang.storecategorys}</div>
	 <p>
	 {$links['shop']}
	 </p>
	 <div class="pformstrip">{ibf.lang.menu_stats}</div>
	 <p>
	 {$links['stats']}
	 </p>
	 <div class="pformstrip">{ibf.lang.misclink}</div>
	 <p>
	 <a href="{ibf.script_url}act=store&code=quiz"><strong>{ibf.lang.quiz}</strong></a><br />
	 </p>
	 <!--IBS.STAFF-->
<td style="padding:2px"><!-- --></td>
 </td>
 <td id="ucpcontent" valign="top">
  <div class="maintitle">{ibf.vars.store_name}</div>
	<table width="100%" border="0" cellspacing="1" cellpadding="4">
    </table>
<!--IBF_END_FUNC|menu|$links-->
<!--IBF_END_FUNC|menu-->

<!--IBF_START_FUNC|Show_attachments_img|$file_name-->

<br />
<br />
<strong><span class='edit'>{ibf.lang.pic_attach}</span></strong>
<br />
<img src='{ibf.vars.upload_url}/$file_name' class='attach' alt='{ibf.lang.pic_attach}' />
<!--IBF_END_FUNC|Show_attachments_img-->

<!--IBF_START_FUNC|Show_attachments_img_thumb|$file_name, $width, $height, $aid-->

<br />
<br />
<strong><span class='edit'>{ibf.lang.pic_attach_thumb}</span></strong>
<br />
<a href='{ibf.script_url}act=Attach&amp;type=post&amp;id=$aid' title='{ibf.lang.pic_attach_thumb}' target='_blank'><img src='{ibf.vars.upload_url}/$file_name' width='$width' height='$height' class='attach' alt='{ibf.lang.pic_attach}' /></a>
<!--IBF_END_FUNC|Show_attachments_img_thumb-->

<!--IBF_START_FUNC|Show_attachments|$data-->

<br />
<br />
<strong><span class='edit'>{ibf.lang.attached_file} ( {ibf.lang.attach_hits}: {$data['hits']} )</span></strong>
<br />
<a href='{ibf.script_url}act=Attach&amp;type=post&amp;id={$data['pid']}' title='{ibf.lang.attach_dl}' target='_blank'><img src='{ibf.vars.mime_img}/{$data['image']}' border='0' alt='{ibf.lang.attached_file}' /></a>
&nbsp;<a href='{ibf.script_url}act=Attach&amp;type=post&amp;id={$data['pid']}' title='{ibf.lang.attach_dl}' target='_blank'>{$data['name']}</a>
<!--IBF_END_FUNC|Show_attachments-->

<!--IBF_START_FUNC|topic_opts_open|$fid, $tid-->

<div align='right' id='topic_open' style='display:none;z-index:2;'>
    <div class="tableborder">
	  <div class='maintitle'><{CAT_IMG}>&nbsp;<a href="javascript:ShowHide('topic_open','topic_closed')">{ibf.lang.to_close}</a></div>
	  <div class='tablepad'>
	   <b><a href='{ibf.script_url}act=Track&amp;f={$fid}&amp;t={$tid}'>{ibf.lang.tt_title}</a></b>
	   <br />
	   <span class='desc'>{ibf.lang.tt_desc}</span>
	   <br /><br />
	   <b><a href='{ibf.script_url}act=Track&amp;f={$fid}&amp;type=forum'>{ibf.lang.ft_title}</a></b>
	   <br />
	   <span class='desc'>{ibf.lang.ft_desc}</span>
	   <br /><br />
	   <b><a href='{ibf.script_url}act=Print&amp;client=choose&amp;f={$fid}&amp;t={$tid}'>{ibf.lang.av_title}</a></b>
	   <br />
	   <span class='desc'>{ibf.lang.av_desc}</span>
	 </div>
   </div>
</div>
<!--IBF_END_FUNC|topic_opts_open-->

<!--IBF_START_FUNC|topic_opts_closed|-->

<a href="javascript:ShowHide('topic_open','topic_closed')" title="{ibf.lang.to_open}"><{T_OPTS}></a>
<!--IBF_END_FUNC|topic_opts_closed-->

<!--IBF_START_FUNC|topic_active_users|$active=array()-->

<div class="activeuserstrip">{ibf.lang.active_users_title} ({ibf.lang.active_users_detail})</div>
	  <div class='row2' style='padding:6px'>{ibf.lang.active_users_members} {$active['names']}</div>
<!--IBF_END_FUNC|topic_active_users-->

<!--IBF_START_FUNC|TableFooter|$data-->

<!--IBF.TOPIC_ACTIVE-->
      <div class="activeuserstrip" align="center">&laquo; <a href='{ibf.script_url}showtopic={$data[TOPIC]['tid']}&amp;view=old'>{ibf.lang.t_old}</a> | <strong><a href='{ibf.script_url}showforum={$data['FORUM']['id']}'>{$data['FORUM']['name']}</a></strong> | <a href='{ibf.script_url}showtopic={$data[TOPIC]['tid']}&amp;view=new'>{ibf.lang.t_new}</a> &raquo;</div>
</div>
 
<br />
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
 <td align='right' width="20%" nowrap="nowrap"><!--IBF.TOPIC_OPTIONS_CLOSED-->{$data[TOPIC][SHOW_PAGES]}</td>
 <td align='left' width="80%">{$data[TOPIC][REPLY_BUTTON]}<!--IBF.QUICK_REPLY_CLOSED--><a href='{ibf.script_url}act=Post&amp;CODE=00&amp;f={$data[FORUM]['id']}' title='{ibf.lang.start_new_topic}'><{A_POST}></a>{$data[TOPIC][POLL_BUTTON]}</td>
</tr>
</table>
<!--IBF.QUICK_REPLY_OPEN-->
<!--IBF.TOPIC_OPTIONS_OPEN-->
<br />
<!--IBF.MOD_PANEL-->
<div align='right'>{$data[FORUM]['JUMP']}</div>
<!--IBF.MULTIMOD-->
<br />
<!--IBF_END_FUNC|TableFooter-->

<!--IBF_START_FUNC|RenderRow|$post, $author-->

<!--Begin Msg Number {$post['pid']}-->
    <table width='100%' border='0' cellspacing='1' cellpadding='3'>
    <tr>
      <td valign='middle' class='row4' width="1%"><a name='entry{$post['pid']}'></a><span class='{$post['name_css']}'>{$author['name']}</span> </td>
        <td class='row4' valign='top' width="99%">
        
        <!-- POSTED DATE DIV -->
        
        <div align='right' class='row4' style='float:right;padding-top:4px;padding-bottom:4px'>
        {$post['post_icon']}<span class='postdetails'><b><a title="{ibf.lang.tt_link}" href="#" onclick="link_to_post({$post['pid']}); return false;" style="text-decoration:underline">{ibf.lang.posted_on}</a></b> {$post['post_date']}</span>
        </div>
        
        <!-- REPORT / DELETE / EDIT / QUOTE DIV -->
        
        <div align='left'>
        {$post['report_link']}{$post['delete_button']}{$post['edit_button']}<a href='{ibf.script_url}act=Post&amp;CODE=06&amp;f={$ibforums->input[f]}&amp;t={$ibforums->input[t]}&amp;p={$post['pid']}'><{P_QUOTE}></a>
      </div>
      
      </td>
    </tr>
    <tr>
      <td valign='top' class='{$post['post_css']}'>
        <span class='postdetails'>{$author['avatar']}<br /><br />
        {$author['title']}<br />
        {$author['member_rank_img']}<br /><br />
        {$author['member_group']}<br />
        {$author['member_posts']}<br />
        {$author['member_number']}<br />
        {$author['member_joined']}<br /><br />
        <div align='center'>{$author['sex']}&nbsp;&nbsp;{$author['country']}<br />{$author['member_status']}<br /></div>
        {$author['warn_text']} {$author['warn_minus']}{$author['warn_img']}{$author['warn_add']}</span><br />
        <!--$ author[field_1]-->
        <img src='{ibf.vars.img_url}/spacer.gif' alt='' width='160' height='1' /><br /> 
      </td>
      <td width='100%' valign='top' class='{$post['post_css']}'>
        <!-- THE POST {$post['pid']} -->
        <div class='postcolor'>{$post['post']} {$post['attachment']}</div>
        {$post['signature']}
        <!-- THE POST -->
      </td>
    </tr>
    <tr>
      <td class='darkrow3' align='center'><b>{$post['ip_address']}</b></td>
      <td class='darkrow3' nowrap="nowrap" align='left'>
      
        <!-- PM / EMAIL / WWW / MSGR -->
      
        <div align='right' class='darkrow3' style='float:right;width:auto'>
        {$author['addresscard']}{$author['message_icon']}{$author['email_icon']}{$author['website_icon']}{$author['integ_icon']}{$author['icq_icon']}{$author['aol_icon']}{$author['yahoo_icon']}{$author['msn_icon']}
        </div>
        
        <!-- REPORT / UP -->
         
        <div align='left'>
         <a href='javascript:scroll(0,0);'><img src='{ibf.vars.img_url}/p_up.gif' alt='Top' border='0' /></a>
        </div>
      </td>
    </tr>
    </table>
    <div class='darkrow1' style='height:5px'><!-- --></div>
<!--IBF_END_FUNC|RenderRow-->

<!--IBF_START_FUNC|start_poll_link|$fid, $tid-->

<a href="{ibf.script_url}act=Post&amp;CODE=14&amp;f=$fid&amp;t=$tid">{ibf.lang.new_poll_link}</a> |&nbsp;
<!--IBF_END_FUNC|start_poll_link-->

<!--IBF_START_FUNC|PageTop|$data-->

<script language='javascript' type='text/javascript'>
    <!--
    
    function link_to_post(pid)
    {
    	temp = prompt( "{ibf.lang.tt_prompt}", "{ibf.script_url}showtopic={$ibforums->input['t']}&view=findpost&p=" + pid );
    	return false;
    }
    
    function delete_post(theURL) {
       if (confirm('{ibf.lang.js_del_1}')) {
          window.location.href=theURL;
       }
       else {
          alert ('{ibf.lang.js_del_2}');
       } 
    }
    
    function PopUp(url, name, width,height,center,resize,scroll,posleft,postop) {
    if (posleft != 0) { x = posleft }
    if (postop  != 0) { y = postop  }
    if (!scroll) { scroll = 1 }
    if (!resize) { resize = 1 }
    if ((parseInt (navigator.appVersion) >= 4 ) && (center)) {
      X = (screen.width  - width ) / 2;
      Y = (screen.height - height) / 2;
    }
    if (scroll != 0) { scroll = 1 }
    var Win = window.open( url, name, 'width='+width+',height='+height+',top='+Y+',left='+X+',resizable='+resize+',scrollbars='+scroll+',location=no,directories=no,status=no,menubar=no,toolbar=no');
	}
	
	function ShowHide(id1, id2) {
	  if (id1 != '') expMenu(id1);
	  if (id2 != '') expMenu(id2);
	}
	
	function expMenu(id) {
	  var itm = null;
	  if (document.getElementById) {
		itm = document.getElementById(id);
	  } else if (document.all){
		itm = document.all[id];
	  } else if (document.layers){
		itm = document.layers[id];
	  }
	
	  if (!itm) {
	   // do nothing
	  }
	  else if (itm.style) {
		if (itm.style.display == "none") { itm.style.display = ""; }
		else { itm.style.display = "none"; }
	  }
	  else { itm.visibility = "show"; }
	}
    //-->
        </script>
    
<a name='top'></a>
<!--IBF.FORUM_RULES-->
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
 <td align='right' width="20%" nowrap="nowrap">{$data['TOPIC']['SHOW_PAGES']}&nbsp;{$data['TOPIC']['go_new']}</td>
 <td align='left' width="80%">{$data[TOPIC][REPLY_BUTTON]}<a href='{ibf.script_url}act=Post&amp;CODE=00&amp;f={$data[FORUM]['id']}' title='{ibf.lang.start_new_topic}'><{A_POST}></a>{$data[TOPIC][POLL_BUTTON]}</td>
</tr>
</table>
<br />
<div align='right' class="tableborder">
    <div class='maintitle'><{CAT_IMG}>&nbsp;<b>{$data['TOPIC']['title']}</b>{$data['TOPIC']['description']}</div>
	<!--{IBF.POLL}-->
	<div align='left' class='postlinksbar'>
	  <strong><!--{IBF.START_NEW_POLL}--><a href='{ibf.script_url}act=Track&amp;f={$data['FORUM']['id']}&amp;t={$data['TOPIC']['tid']}'>{ibf.lang.track_topic}</a> |
	  <a href='{ibf.script_url}act=Forward&amp;f={$data['FORUM']['id']}&amp;t={$data['TOPIC']['tid']}'>{ibf.lang.forward}</a> |
	  <a href='{ibf.script_url}act=Print&amp;client=printer&amp;f={$data['FORUM']['id']}&amp;t={$data['TOPIC']['tid']}'>{ibf.lang.print}</a></strong>
	</div>
<!--IBF_END_FUNC|PageTop-->

<!--IBF_START_FUNC|mod_wrapper|$id="", $text=""-->

<option value='$id'>$text</option>
<!--IBF_END_FUNC|mod_wrapper-->

<!--IBF_START_FUNC|quick_reply_box_open|$fid="",$tid="",$show="hide", $key=""-->

<script type="text/javascript">
	<!--
	function emo_pop()
	{
	  window.open('index.{ibf.vars.php_ext}?act=legends&amp;CODE=emoticons&amp;s={ibf.session_id}','Legends','width=250,height=500,resizable=yes,scrollbars=yes'); 
	}
	//-->
	</script>
	<br />
	<div align='left' id='qr_open' style="display:$show;position:relative;">
	   <form name='REPLIER' action="{ibf.script_url}" method='post'>
	   <input type='hidden' name='act' value='Post' />
	   <input type='hidden' name='CODE' value='03' />
	   <input type='hidden' name='f' value='$fid' />
	   <input type='hidden' name='t' value='$tid' />
	   <input type='hidden' name='st' value='{$ibforums->input['st']}' />
	   <input type='hidden' name='auth_key' value='$key' />
	   <!-- TITLE DIV -->
	   <div class="tableborder">
	     <div class='maintitle'><{CAT_IMG}>&nbsp;{ibf.lang.qr_title}</div>
		 <div class="tablepad" align="center">
			 <textarea cols='70' rows='8' name='Post' class='textinput' tabindex="1"></textarea>
			 <br /><br />
			 <a href='javascript:emo_pop();'>{ibf.lang.show_emo}</a> |
			 <input type='checkbox' name='enableemo' value='yes' class="checkbox" checked="checked" />&nbsp;{ibf.lang.qr_add_smilie} |
			 <input type='checkbox' name='enablesig' value='yes' class="checkbox" checked="checked" />&nbsp;{ibf.lang.qr_add_sig}
			 <br /><br />
			 <input type='submit' name='submit' value='{ibf.lang.qr_submit}' class='forminput' tabindex="2" accesskey="s" />&nbsp;
			 <input type='submit' name='preview' value='{ibf.lang.qr_more_opts}' class='forminput' />
			 &nbsp;&nbsp; <input type='button' name='qrc' onclick="ShowHide('qr_open','qr_closed');" value='{ibf.lang.qr_closeit}' class='forminput' />
		 </div>
	  </div>
	   </form>
	</div>
<!--IBF_END_FUNC|quick_reply_box_open-->

<!--IBF_START_FUNC|quick_reply_box_closed|-->

<!-- DEFAULT DIV -->
	<a href="javascript:ShowHide('qr_open','qr_closed');" title="{ibf.lang.qr_open}" accesskey="f"><{T_QREPLY}></a>
<!--IBF_END_FUNC|quick_reply_box_closed-->

<!--IBF_START_FUNC|ip_show|$data-->

<span class='desc'>{ibf.lang.ip}: $data</span>
<!--IBF_END_FUNC|ip_show-->

<!--IBF_START_FUNC|golastpost_link|$fid, $tid-->

( <a href='{ibf.script_url}act=ST&amp;f=$fid&amp;t=$tid&amp;view=getnewpost'>{ibf.lang.go_new_post}</a> )
<!--IBF_END_FUNC|golastpost_link-->

<!--IBF_START_FUNC|mm_start|$tid-->

<br />
<form action='{ibf.script_url}act=mmod&amp;t=$tid' method='post'>
<input type='hidden' name='check' value='1'>
<select name='mm_id' class='forminput'>
<option value='-1'>{ibf.lang.mm_title}</option>
<!--IBF_END_FUNC|mm_start-->

<!--IBF_START_FUNC|mm_entry|$id, $name-->

<option value='$id'>$name</option>
<!--IBF_END_FUNC|mm_entry-->

<!--IBF_START_FUNC|mm_end|-->

</select>&nbsp;<input type='submit' value='{ibf.lang.mm_submit}' class='forminput' /></form>
<!--IBF_END_FUNC|mm_end-->

<!--IBF_START_FUNC|Mod_Panel|$data, $fid, $tid, $key=""-->

<div align='left' style='float:left;width:auto'>
	<form method='POST' style='display:inline' name='modform' action='{ibf.script_url}'>
	<input type='hidden' name='t' value='$tid' />
	<input type='hidden' name='f' value='$fid' />
	<input type='hidden' name='st' value='{$ibforums->input['st']}' />
	<input type='hidden' name='auth_key' value='$key' />
	<input type='hidden' name='act' value='Mod' />
	<select name='CODE' class='forminput' style="font-weight:bold;color:red">
	<option value='-1' style='color:black'>{ibf.lang.moderation_ops}</option>
	
	
	
	$data
	</select>&nbsp;<input type='submit' value='{ibf.lang.jmp_go}' class='forminput' /></form>
  </div>
<!--IBF_END_FUNC|Mod_Panel-->

<!--IBF_START_FUNC|report_link|$data-->

<a href='{ibf.script_url}act=report&amp;f={$data['forum_id']}&amp;t={$data['topic_id']}&amp;p={$data['pid']}&amp;st={$ibforums->input['st']}'><{P_REPORT}></a>
<!--IBF_END_FUNC|report_link-->

<!--IBF_START_FUNC|warn_level_rating|$id, $level,$min=0,$max=10-->

&lt;&nbsp;$min ( <a href="javascript:PopUp('{ibf.script_url}act=warn&amp;mid={$id}&amp;CODE=view','Pager','500','450','0','1','1','1')">{$level}</a> ) $max&nbsp;&gt;
<!--IBF_END_FUNC|warn_level_rating-->

<!--IBF_START_FUNC|warn_level_warn|$id, $percent-->

{ibf.lang.tt_warn} (<a href="javascript:PopUp('{ibf.script_url}act=warn&amp;mid={$id}&amp;CODE=view','Pager','500','450','0','1','1','1')">{$percent}</a>%)</div>
<!--IBF_END_FUNC|warn_level_warn-->


<!--IBF_GROUP_END:skin_topic-->
<!-- PLEASE LEAVE ALL 'IBF' COMMENTS IN PLACE, DO NOT REMOVE THEM! -->
<!--IBF_GROUP_START:skin_ucp-->

<!--IBF_START_FUNC|subs_row|$data-->

<tr>
  <td class='row3' align='center' width='5%'>{$data['folder_icon']}</td>
  <td class='row3' align='left'><a href='{ibf.script_url}act=ST&amp;f={$data['forum_id']}&amp;t={$data['tid']}'>{$data['title']}</a> ( <a href='{ibf.script_url}act=ST&amp;f={$data['forum_id']}&amp;t={$data['tid']}' target='_blank'>{ibf.lang.new_window}</a> )<br /><span class='desc'>{$data['description']}{ibf.lang.subs_start} {$data['start_date']}</span></td>
  <td class='row3' align='center'>{$data['posts']}</td>
  <td class='row3' align='center'>{$data['views']}</td>
  <td class='row3' align='left'>{$data['last_post_date']}<br />{ibf.lang.subs_by} {$data['last_poster']}</td>
  <td class='row2' align='center'><input type='checkbox' name='id-{$data['trid']}' value='yes' class='forminput' /></td>
</tr>
<!--IBF_END_FUNC|subs_row-->

<!--IBF_START_FUNC|subs_none|-->

<tr>
                   <td class='row3' align='center' colspan='6'>{ibf.lang.subs_none}</td>
                 </tr>
<!--IBF_END_FUNC|subs_none-->

<!--IBF_START_FUNC|subs_forum_row|$fid, $fname-->

<tr>
                   <td colspan='6' class='darkrow3' align='left'><b><a href='{ibf.script_url}act=SF&amp;f=$fid'>$fname</a></b></td>
                 </tr>
<!--IBF_END_FUNC|subs_forum_row-->

<!--IBF_START_FUNC|subs_end|$text="", $days=""-->

<tr>
 <td align='center' class='titlemedium' valign='middle' colspan='6'><input type='submit' class='forminput' value='{ibf.lang.subs_delete}'>&nbsp;&nbsp;{ibf.lang.with_selected}</td>
</tr>
</table>
</div>
</form>
<div align="right" style="padding:5px"><i>$text</i></div>
<div align="right" style="padding:5px">
 	<form action='{ibf.script_url}act=UserCP&amp;CODE=26' method='post'>
 	{ibf.lang.show_topics_from} <select class='forminput' name='datecut'>$days</select>
 	<input type='submit' class='forminput' value='{ibf.lang.jmp_go}'>
 	</form>
</div>
<!--IBF_END_FUNC|subs_end-->

<!--IBF_START_FUNC|forum_jump|$data, $menu_extra=""-->

<div align='right'>{$data}</div>
<!--IBF_END_FUNC|forum_jump-->

<!--IBF_START_FUNC|subs_header|-->

<!-- inbox folder -->
  <script language='JavaScript' type='text/javascript'>
  <!--
  function CheckAll(cb) {
	  var fmobj = document.mutliact;
	  for (var i=0;i<fmobj.elements.length;i++) {
		  var e = fmobj.elements[i];
		  if ((e.name != 'allbox') && (e.type=='checkbox') && (!e.disabled)) {
			  e.checked = fmobj.allbox.checked;
		  }
	  }
  }
  function CheckCheckAll(cb) {	
	  var fmobj = document.mutliact;
	  var TotalBoxes = 0;
	  var TotalOn = 0;
	  for (var i=0;i<fmobj.elements.length;i++) {
		  var e = fmobj.elements[i];
		  if ((e.name != 'allbox') && (e.type=='checkbox')) {
			  TotalBoxes++;
			  if (e.checked) {
				  TotalOn++;
			  }
		  }
	  }
	  if (TotalBoxes==TotalOn) {fmobj.allbox.checked=true;}
	  else {fmobj.allbox.checked=false;}
  }
  //-->
       </script>
<div class='pformstrip'>{ibf.lang.subs_header}</div>
<form action="{ibf.script_url}" name='mutliact' method="post">
<input type='hidden' name='act' value='UserCP' />
<input type='hidden' name='CODE' value='27' />
<br />
<div align="center" class="tableborder">
<table width="100%" cellspacing="1" cellpadding="4">
<tr>
  <td class='titlemedium' align='left' width='5%'>&nbsp;</td>
  <th class='titlemedium' align='left' width='55%'>{ibf.lang.subs_topic}</th>
  <th class='titlemedium' align='center' width='5%'>{ibf.lang.subs_replies}</th>
  <th class='titlemedium' align='center' width='5%'>{ibf.lang.subs_view}</th>
  <th class='titlemedium' align='left' width='25%'>{ibf.lang.subs_last_post}</th>
  <td align='center' width='5%' class='titlemedium'><input name="allbox" type="checkbox" value="Check All" onClick="CheckAll();"></td>
</tr>
<!--IBF_END_FUNC|subs_header-->

<!--IBF_START_FUNC|forum_subs_none|-->

<tr>
	  <td class='row1' align='center' colspan='5'>{ibf.lang.forum_subs_none}</td>
	</tr>
<!--IBF_END_FUNC|forum_subs_none-->

<!--IBF_START_FUNC|forum_subs_end|-->

<tr>
 <td align='right' class='titlemedium' valign='middle' colspan='5'><a href='{ibf.script_url}act=UserCP&amp;CODE=51&amp;f=all'>{ibf.lang.ft_unsub_all}</a></td>
</tr>
</table>
</div>
<!--IBF_END_FUNC|forum_subs_end-->

<!--IBF_START_FUNC|forum_subs_row|$data-->

<tr>
	 <td class='row1' align='center' width='5%'>{$data['folder_icon']}</td>
	 <td class='row1' align='left'>
		 <b><a href='{ibf.script_url}act=SF&amp;f={$data['id']}'>{$data['name']}</a></b>
		 <br /><span class='desc'>{$data['description']}</span>
		 <br /><br /><b>[ <a href='{ibf.script_url}act=UserCP&amp;CODE=51&amp;f={$data['id']}'>{ibf.lang.ft_unsub}</a> ]</b>
	 </td>
	 <td class='row1' align='center'>{$data['topics']}</td>
	 <td class='row1' align='center'>{$data['posts']}</td>
	 <td class='row1' align='left'>{$data['last_post']}<br />{ibf.lang.in} {$data['last_topic']}<br />{ibf.lang.by} {$data['last_poster']}</td>
   </tr>
<!--IBF_END_FUNC|forum_subs_row-->

<!--IBF_START_FUNC|forum_subs_header|-->

<div class='pformstrip'>{ibf.lang.forum_subs_header}</div>
<br />
<div class='tableborder'>
  <table cellpadding='4' cellspacing='1' align='center' width='100%'>
  <tr>
    <td class='titlemedium' align='left' width='5%'>&nbsp;</td>
    <th class='titlemedium' align='left' width='50%'>{ibf.lang.ft_forum}</th>
    <th class='titlemedium' align='center' width='5%'>{ibf.lang.ft_topics}</th>
    <th class='titlemedium' align='center' width='5%'>{ibf.lang.ft_posts}</th>
    <th class='titlemedium' align='center' width='35%'>{ibf.lang.ft_last_post}</th>
  </tr>
<!--IBF_END_FUNC|forum_subs_header-->

<!--IBF_START_FUNC|email|$Profile-->

<form action="{ibf.script_url}auth_key={$Profile['key']}" method="post">
<input type='hidden' name='act' value='UserCP' />
<input type='hidden' name='CODE' value='03' />
<div class="pformstrip">{ibf.lang.privacy_settings}</div>
<br />
<table width="100%">
<tr>
  <td align='right' valign='top'><input type='checkbox' name='hide_email' value='1' {$Profile['hide_email']} /></td>
  <td align='left' width='100%'>{ibf.lang.hide_email}</td>
</tr>  
<tr>
  <td align='right' valign='top'><input type='checkbox' name='admin_send' value='1' {$Profile['allow_admin_mails']} /></td>
  <td align='left'  width='100%'>{ibf.lang.admin_send}</td>
</tr>
</table>
<br />
<div class="pformstrip">{ibf.lang.board_prefs}</div>
<br />
<table width="100%">
<tr>
  <td align='right' valign='top'><input type='checkbox' name='send_full_msg' value='1' {$Profile['email_full']} /></td>
  <td align='left'  width='100%'>{ibf.lang.send_full_msg}</td>
</tr>
<tr>
  <td align='right' valign='top'><input type='checkbox' name='pm_reminder' value='1' {$Profile['email_pm']} /></td>
  <td align='left'  width='100%'>{ibf.lang.pm_reminder}</td>
</tr>
<tr>
  <td align='right' valign='top'><input type='checkbox' name='auto_track' value='1' {$Profile['auto_track']} /></td>
  <td align='left'  width='100%'>{ibf.lang.auto_track}</td>
</tr>
</table>
<br />
<div class="pformstrip" align="center"><input type="submit" value="{ibf.lang.submit_email}" class='forminput' /></div>
</form>
<!--IBF_END_FUNC|email-->

<!--IBF_START_FUNC|settings_skin|$skin-->

<div class="pformstrip">{ibf.lang.settings_skin}</div>                
<table width="100%"
<tr>
  <td width="50%">{ibf.lang.settings_skin_txt}</td>
  <td align='left'>$skin &nbsp;&nbsp; <input type='button' value='{ibf.lang.cp_skin_preview}' class='forminput' onclick='do_preview()' /></td>
</tr>
</table>
<!--IBF_END_FUNC|settings_skin-->

<!--IBF_START_FUNC|skin_lang_end|-->

<div class="pformstrip" align="center"><input type='submit' name='submit' value='{ibf.lang.settings_submit}' class='forminput' /></div>
</form>
<!--IBF_END_FUNC|skin_lang_end-->

<!--IBF_START_FUNC|settings_end|$data-->

<div class='pformstrip'>{ibf.lang.settings_display}</div>
<table width="100%" cellpadding="4">
<tr>
  <td width='70%'>{ibf.lang.settings_viewsig}</td>
  <td align='left'>{$data[SIG]}</td>
</tr>
<tr>
  <td>{ibf.lang.settings_viewimg}</td>
  <td align='left'>{$data[IMG]}</td>
</tr>
<tr>
  <td>{ibf.lang.settings_viewava}</td>
  <td align='left'>{$data[AVA]}</td>
</tr>
<tr>
  <td>{ibf.lang.settings_dopopup}</td>
  <td align='left'>{$data[POP]}</td>
</tr>
<!--<tr>
  <td>{ibf.lang.hide_session_txt}<br/ ><span class='desc'>{ibf.lang.hs_exp}</span></td>
  <td align='left'>{$data[SESS]}</td>
</tr>-->
<tr>
  <td>{ibf.lang.open_qr}<br/ ></td>
  <td align='left'>{$data[QR]}</td>
</tr>
<tr>
  <td>{ibf.lang.pp_number_posts}</td>
  <td align='left'><select name='postpage' class='forminput'>{$data['PPS']}</select></td>
</tr>
<tr>
  <td>{ibf.lang.pp_number_topics}</td>
  <td align='left'><select name='topicpage' class='forminput'>{$data['TPS']}</select></td>
</tr>
</table>
&nbsp;<span class='desc'>{ibf.lang.need_cookie_yum_yum}</span>
<div class="pformstrip" align='center'><input type='submit' name='submit' value='{ibf.lang.settings_submit}' class='forminput' /></div>
</form>
<!--IBF_END_FUNC|settings_end-->

<!--IBF_START_FUNC|skin_lang_header|$lang_select, $key=""-->

<script language='Javascript' type="text/javascript">
  <!--
	function do_preview() {
		
		var f = document.prefs.u_skin;
		
		if (f.options[f.selectedIndex].value == -1) {
			return false;
		}
		
		window.open( "$ibforums->js_base_url" + 'skinid='+f.options[f.selectedIndex].value, 'Preview', 'width=800,height=600,top=0,left=0,resizable=1,scrollbars=1,location=no,directories=no,status=no,menubar=no,toolbar=no');
		
	}
  -->
</script>
<form action="{ibf.script_url}auth_key=$key" method="post" name='prefs'>
<input type='hidden' name='act' value='UserCP' />
<input type='hidden' name='CODE' value='07' />
<div class="pformstrip">{ibf.lang.settings_title}</div>                
<table width="100%">
<tr>
  <td width="50%">{ibf.lang.settings_lang_txt}</td>
  <td align='left'>$lang_select</td>
</tr>
</table>
<!--IBF_END_FUNC|skin_lang_header-->

<!--IBF_START_FUNC|dead_section|-->

<div class="pformstrip">{ibf.lang.dead_section_title}</div>
<p>
{ibf.lang.dead_section_text}
</p>
<!--IBF_END_FUNC|dead_section-->

<!--IBF_START_FUNC|settings_header|$Profile, $time_select, $time, $dst_check, $key=""-->

<form action="{ibf.script_url}auth_key=$key" method="post">
<input type='hidden' name='act' value='UserCP' />
<input type='hidden' name='CODE' value='05' />
<div class="pformstrip">{ibf.lang.settings_time}</div>
<p>
{ibf.lang.settings_time_txt}&nbsp;$time
<br />
$time_select
<br /><br />
<input type='checkbox' class='forminput' name='DST' value='1' $dst_check /> &nbsp;{ibf.lang.dst_box}
</p>
<!--IBF_END_FUNC|settings_header-->

<!--IBF_START_FUNC|menu_bar_msg_folder_link|$id, $real-->

&nbsp; '-- <a href='{ibf.script_url}act=Msg&amp;CODE=01&amp;VID=$id'>$real</a><br />
<!--IBF_END_FUNC|menu_bar_msg_folder_link-->

<!--IBF_START_FUNC|CP_end|-->

</td>
</tr>
</table>
<!-- end main CP area -->
<br clear="all" />
<!--IBF_END_FUNC|CP_end-->

<!--IBF_START_FUNC|splash|$member-->

<div class='pformstrip'>{ibf.lang.stats_header}</div>
	  <table width='100%' border="0" cellspacing="0" cellpadding="4">
		<tr> 
		  <td width="40%">{ibf.lang.email_address}</td>
		  <td width="60%">{$member[MEMBER_EMAIL]}</td>
		</tr>
		<tr> 
		  <td width="40%">{ibf.lang.number_posts}</td>
		  <td width="60%">{$member[MEMBER_POSTS]}</td>
		</tr>
		<tr> 
		  <td width="40%">{ibf.lang.registered}</td>
		  <td width="60%">{$member[DATE_REGISTERED]}</td>
		</tr>
		<tr> 
		  <td width="40%">{ibf.lang.daily_average}</td>
		  <td width="60%">{$member[DAILY_AVERAGE]}</td>
		</tr>
	  </table>
	  <!-- MSG -->
	  <div class='pformstrip'>{ibf.lang.messenger_summary}</div>
	  <table width="100%" border="0" cellspacing="0" cellpadding="4">
		<tr> 
		  <td width="40%">{ibf.lang.total_messages}</td>
		  <td width="60%">{$member['total_messages']} {$member['full_percent']}</td>
		</tr>
		<tr> 
		  <td width="40%">{ibf.lang.messages_left}</td>
		  <td width="60%">{$member['space_free']} {$member['full_messenger']}</td>
		</tr>
	  </table>
	  <!-- END MSG -->
	  <div class='pformstrip'>{ibf.lang.note_pad}</div>
	  <div align='center'>
	  <p>
		<form name='notepad' action="{ibf.script_url}" method="post">
		<input type='hidden' name='act' value='UserCP' />
		<input type='hidden' name='s' value='{ibf.session_id}' />
		<input type='hidden' name='CODE' value='20' />
        <textarea cols='65' rows='{$member['SIZE']}' onkeypress=FKeyPress(notes); onkeydown=FKeyDown(notes); name='notes' class='forminput'>{$member['NOTES']}</textarea>
        <br />
	    {ibf.lang.ta_size}&nbsp;<select name='ta_size' class='forminput'>
        {$member['SIZE_CHOICE']}</select>
        <input type='submit' value='{ibf.lang.submit_notepad}' class='forminput' />
        </form>
      </p>
     </div>
<!--IBF_END_FUNC|splash-->

<!--IBF_START_FUNC|birthday|$day,$month,$year-->

<tr>
  <td class='pformleft'><b>{ibf.lang.birthday}</b></td>
  <td class='pformright'>
  <select name='day' class='forminput'>{$day}</select> 
  <select name='month' class='forminput'>{$month}</select> 
  <select name='year' class='forminput'>{$year}</select>
  </td>
  </tr>
<!--IBF_END_FUNC|birthday-->

<!--IBF_START_FUNC|member_title|$title-->

<tr>
   <td class='pformleft'><b>{ibf.lang.member_title}</b></td>
   <td class='pformright'><input type='text' size='40' maxlength='120' name='member_title' value='$title' class='forminput'></td>
   </tr>
<!--IBF_END_FUNC|member_title-->

<!--IBF_START_FUNC|required_title|-->

<div class='pformstrip'>{ibf.lang.cf_required}</div>
 <table width='100%'>
<!--IBF_END_FUNC|required_title-->

<!--IBF_START_FUNC|required_end|-->

</table>
<!--IBF_END_FUNC|required_end-->

<!--IBF_START_FUNC|field_entry|$title, $desc="", $content-->

<tr>
  <td class='pformleft' valign='top'><b>$title</b><br />$desc</td>
  <td class='pformright'>$content</td>
  </tr>
<!--IBF_END_FUNC|field_entry-->

<!--IBF_START_FUNC|field_textinput|$name, $value=""-->

<input type='text' size='50' name='$name' value='$value' class='forminput' />
<!--IBF_END_FUNC|field_textinput-->

<!--IBF_START_FUNC|field_dropdown|$name, $options-->

<select name='$name' class='forminput'>$options</select>
<!--IBF_END_FUNC|field_dropdown-->

<!--IBF_START_FUNC|field_textarea|$name, $value-->

<textarea cols='60' rows='5' wrap='soft' name='$name' class='forminput'>$value</textarea>
<!--IBF_END_FUNC|field_textarea-->

<!--IBF_START_FUNC|Menu_bar|$base_url-->

<!--
TABLE TO FIX IE/6 ISSUE
The one where 23% margin + 100% table = 123% in IE6 o_O
-->
<table cellspacing="0" cellpadding="0" width='100%'>
<tr>
 <td id="ucpmenu" valign="top">
    <div class='maintitle'>{ibf.lang.tt_menu}</div>
	 <!-- Messenger -->
	 <div class='pformstrip'>{ibf.lang.m_messenger}</div>
	 <p>
	 &middot; <a href='{$base_url}act=Msg&amp;CODE=04'><strong>{ibf.lang.mess_new}</strong></a><br />
	 &middot; <a href='{$base_url}act=Msg&amp;CODE=01'><strong>{ibf.lang.mess_inbox}</strong></a><br />
	 <!--IBF.FOLDER_LINKS-->
	 &middot; <a href='{$base_url}act=Msg&amp;CODE=delete'>{ibf.lang.mi_prune_msg}</a><br />
	  &middot; <a href='{$base_url}act=Msg&amp;CODE=07'>{ibf.lang.mess_folders}</a><br />
	 &middot; <a href='{$base_url}act=Msg&amp;CODE=02'>{ibf.lang.mess_contact}</a><br />
	 &middot; <a href='{$base_url}act=Msg&amp;CODE=14'>{ibf.lang.mess_archive}</a><br />
	 &middot; <a href='{$base_url}act=Msg&amp;CODE=20'>{ibf.lang.mess_saved}</a><br />
	 &middot; <a href='{$base_url}act=Msg&amp;CODE=30'>{ibf.lang.mess_tracker}</a><br />
	 </p>
	 <!-- End Messenger -->
	 <!-- Topic Tracker -->
	 <div class='pformstrip'>{ibf.lang.m_tracker}</div>
	 <p>
	 &middot; <a href='{$base_url}act=UserCP&amp;CODE=26'>{ibf.lang.m_view_subs}</a><br />
	 &middot; <a href='{$base_url}act=UserCP&amp;CODE=50'>{ibf.lang.m_view_forum}</a><br />
	 </p>
	 <!-- Profile -->
	 <div class='pformstrip'>{ibf.lang.m_personal}</div>
	 <p>
	 &middot; <a href='{$base_url}act=UserCP&amp;CODE=01'>{ibf.lang.m_contact_info}</a><br />
	 &middot; <a href='{$base_url}act=UserCP&amp;CODE=22'>{ibf.lang.m_sig_info}</a><br />
	 &middot; <a href='{$base_url}act=UserCP&amp;CODE=24'>{ibf.lang.m_avatar_info}</a><br />
	 &middot; <a href='{$base_url}act=UserCP&amp;CODE=photo'>{ibf.lang.m_change_photo}</a><br />
	 </p>
	 <!-- Options -->
	 <div class='pformstrip'>{ibf.lang.m_options}</div>
	 <p>
	 &middot; <a href='{$base_url}act=UserCP&amp;CODE=02'>{ibf.lang.m_email_opt}</a><br />
	 &middot; <a href='{$base_url}act=UserCP&amp;CODE=04'>{ibf.lang.m_board_opt}</a><br />
	 &middot; <a href='{$base_url}act=UserCP&amp;CODE=06'>{ibf.lang.m_skin_lang}</a><br />
	 &middot; <a href='{$base_url}act=UserCP&amp;CODE=08'>{ibf.lang.m_email_change}</a><br />
	 &middot; <a href='{$base_url}act=UserCP&amp;CODE=28'>{ibf.lang.m_passy_opt}</a>
	 </p>
 </td>
 <td style='padding:2px'><!-- --></td>
<!-- Start main CP area -->
 <td id="ucpcontent" valign="top">
  <div class='maintitle'>{ibf.lang.welcome}</div>
<!--IBF_END_FUNC|Menu_bar-->

<!--IBF_START_FUNC|personal_panel|$Profile-->

<script language="javascript" type='text/javascript'>
<!--
var LocationMax  = "{ibf.vars.max_location_length}";
var InterestMax  = "{ibf.vars.max_interest_length}";
function CheckLength(Type) {
    LocationLength  = document.theForm.Location.value.length;
    InterestLength  = document.theForm.Interests.value.length;
    message  = "";
    if (Type == "location") {
        if (LocationMax !=0) {
            message = "{ibf.lang.js_location}: {ibf.lang.js_max} " + LocationMax + " {ibf.lang.js_characters}.";
        } else {
            message = "";
        }
        alert(message + "  {ibf.lang.js_used} " + LocationLength + " {ibf.lang.js_so_far}.");
    }
    if (Type == "interest") {
        if (InterestMax !=0) {
            message = "{ibf.lang.js_interests}: {ibf.lang.js_max} " + InterestMax + " {ibf.lang.js_characters}.";
        } else {
            message = "";
        }
        alert(message + "  {ibf.lang.js_used} " + InterestLength + " {ibf.lang.js_so_far}.");
    }
    
}
function ValidateProfile() {
    LocationLength  = document.theForm.Location.value.length;
    InterestLength  = document.theForm.Interests.value.length;
    errors = "";
    if (LocationMax !=0) {
        if (LocationLength > LocationMax) {
            errors = "{ibf.lang.js_location}:  {ibf.lang.js_max} " + LocationMax + " {ibf.lang.js_characters}.  {ibf.lang.js_used}: " + LocationLength;
        }
    }
    if (InterestMax !=0) {
        if (InterestLength > InterestMax) {
            errors = errors + "  {ibf.lang.js_interests}:  {ibf.lang.js_max} " + InterestMax + " {ibf.lang.js_characters}.  {ibf.lang.js_used}: " + InterestLength;
        }
    } 
    
    if (errors != "") {
        alert(errors);
        return false;
    } else {
        return true;
    }
}
//-->
  </script>
<form action="{ibf.script_url}auth_key={$Profile['key']}" method="post" name='theForm' onsubmit='return ValidateProfile()'>
<input type='hidden' name='act' value='UserCP' />
<input type='hidden' name='CODE' value='21' />
<!--{REQUIRED.FIELDS}-->
<div class='pformstrip'>{ibf.lang.profile_title}</div>
<table width='100%'>
<!--{MEMBERTITLE}-->
<!--{BIRTHDAY}-->
<tr>
  <td class='pformleft'>{ibf.lang.website}</td>
  <td class='pformright'><input type='text' size='40' maxlength='1200' name='WebSite' value='{$Profile['website']}' class='forminput' /></td>
</tr>
<tr>
  <td class='pformleft'>{ibf.lang.sex}</td>
  <td class='pformright'><select name='sex' class='forminput'>{$Profile['opts']}</select></td>
</tr>  
<tr>
  <td class='pformleft'>{ibf.lang.icq}</td>
  <td class='pformright'><input type='text' size='40' maxlength='20' name='ICQNumber' value='{$Profile['icq_number']}' class='forminput' /></td>
</tr>
<tr>
  <td class='pformleft'>{ibf.lang.aol}</td>
  <td class='pformright'><input type='text' size='40' maxlength='30' name='AOLName' value='{$Profile['aim_name']}' class='forminput' /></td>
</tr>
<tr>
  <td class='pformleft'>{ibf.lang.yahoo}</td>
  <td class='pformright'><input type='text' size='40' maxlength='30' name='YahooName' value='{$Profile['yahoo']}' class='forminput' /></td>
</tr>
<tr>
  <td class='pformleft'>{ibf.lang.msn}</td>
  <td class='pformright'><input type='text' size='40' maxlength='30' name='MSNName' value='{$Profile['msnname']}' class='forminput' /></td>
</tr>
<tr>
  <td class='pformleft'><a href='http://www.integritymessenger.com/' target='_blank'>{ibf.lang.integ_msg}</a></td>
  <td class='pformright'><input type='text' size='40' maxlength='30' name='integ_msg' value='{$Profile['integ_msg']}' class='forminput' /></td>
</tr>
<tr>
  <td class='pformleft'>{ibf.lang.location}<br />(<a href='javascript:CheckLength("location");'>{ibf.lang.check_length}</a>)</td>
  <td class='pformright'><input type='text' size='40' name='Location' value='{$Profile['location']}' class='forminput' /></td>
</tr>
<tr>
  <td class='pformleft' valign='top'>{ibf.lang.interests}<br />(<a href='javascript:CheckLength("interest");'>{ibf.lang.check_length}</a>)</td>
  <td class='pformright'><textarea cols='60' rows='10' wrap='soft' name='Interests' class='forminput'>{$Profile['interests']}</textarea></td>
</tr>
<!--{OPTIONAL.FIELDS}-->
<tr>
  <td class='pformstrip' align='center' colspan='2'><input type="submit" value="{ibf.lang.submit_profile}" class='forminput' /></td>
</tr>
</table>
</form>
<!--IBF_END_FUNC|personal_panel-->

<!--IBF_START_FUNC|avatar_url_field|$avatar-->

<table class='tablebasic' cellpadding='4'>
<tr>
  <td class='pformleft'>{ibf.lang.av_url}</td>
  <td class='pformright'><input type='text' size='40' maxlength='80' name='url_avatar' value='$avatar' class='forminput' onfocus='select_url()' />&nbsp;&nbsp;(<a href='javascript:restore_it()'>{ibf.lang.pp_restore}</a>)</td>
</tr>
</table>
<!--IBF_END_FUNC|avatar_url_field-->

<!--IBF_START_FUNC|signature|$sig, $t_sig, $key-->

<script language="javascript1.2" type="text/javascript">
<!--
var MessageMax  = "{ibf.lang.the_max_length}";
var Override    = "{ibf.lang.override}";
function CheckLength() {
    MessageLength  = document.REPLIER.Post.value.length;
    message  = "";
        if (MessageMax > 0) {
            message = "{ibf.lang.js_max_length} " + MessageMax + " {ibf.lang.js_characters}.";
        } else {
            message = "";
        }
        alert(message + " {ibf.lang.js_used} " + MessageLength + " {ibf.lang.js_characters}.");
}
function ValidateForm() {
    MessageLength  = document.REPLIER.Post.value.length;
    errors = "";
    if (MessageMax !=0) {
        if (MessageLength > MessageMax) {
            errors = "{ibf.lang.js_max_length} " + MessageMax + " {ibf.lang.js_characters}. {ibf.lang.js_current}: " + MessageLength;
        }
    }
    if (errors != "" && Override == "") {
        alert(errors);
        return false;
    } else {
        document.REPLIER.submit.disabled = true;
        return true;
    }
}
// IBC Code stuff
	var text_enter_url      = "{ibf.lang.jscode_text_enter_url}";
	var text_enter_url_name = "{ibf.lang.jscode_text_enter_url_name}";
	var text_enter_image    = "{ibf.lang.jscode_text_enter_image}";
	var text_enter_email    = "{ibf.lang.jscode_text_enter_email}";
	var text_enter_flash    = "{ibf.lang.jscode_text_enter_flash}";
	var text_code           = "{ibf.lang.jscode_text_code}";
	var text_quote          = "{ibf.lang.jscode_text_quote}";
	var error_no_url        = "{ibf.lang.jscode_error_no_url}";
	var error_no_title      = "{ibf.lang.jscode_error_no_title}";
	var error_no_email      = "{ibf.lang.jscode_error_no_email}";
	var error_no_width      = "{ibf.lang.jscode_error_no_width}";
	var error_no_height     = "{ibf.lang.jscode_error_no_height}";
	var prompt_start        = "{ibf.lang.js_text_to_format}";
	
	var help_bold           = "{ibf.lang.hb_bold}";
	var help_italic         = "{ibf.lang.hb_italic}";
	var help_under          = "{ibf.lang.hb_under}";
	var help_font           = "{ibf.lang.hb_font}";
	var help_size           = "{ibf.lang.hb_size}";
	var help_color          = "{ibf.lang.hb_color}";
	var help_close          = "{ibf.lang.hb_close}";
	var help_url            = "{ibf.lang.hb_url}";
	var help_img            = "{ibf.lang.hb_img}";
	var help_email          = "{ibf.lang.hb_email}";
	var help_quote          = "{ibf.lang.hb_quote}";
	var help_list           = "{ibf.lang.hb_list}";
	var help_code           = "{ibf.lang.hb_code}";
	var help_click_close    = "{ibf.lang.hb_click_close}";
	var list_prompt         = "{ibf.lang.js_tag_list}";
//-->
</script>
<form action="{ibf.script_url}" method="post" name='REPLIER'>
<input type='hidden' name='act' value='UserCP' />
<input type='hidden' name='CODE' value='23' />
<input type='hidden' name='key' value='$key' />
<div class='pformstrip'>{ibf.lang.cp_current_sig}</div>
<div class='signature' style="width:75%;margin-right:auto;margin-left:auto;padding:6px">$sig</div>
<div class='pformstrip'>{ibf.lang.cp_edit_sig}</div>
<table width="100%">
<tr> 
  <td class="pformleft">
	<input type='radio' name='bbmode' value='ezmode' onclick='setmode(this.value)' />&nbsp;<b>{ibf.lang.bbcode_guided}</b><br />
	<input type='radio' name='bbmode' value='normal' onclick='setmode(this.value)' checked="checked" />&nbsp;<b>{ibf.lang.bbcode_normal}</b>
    <script language='javascript' type="text/javascript" src='html/ibfcode.js'></script>
  </td>
  <td class="pformright" valign="top">
	<input type='button' accesskey='b' value=' B '       onclick='simpletag("B")' class='codebuttons' name='B' style="font-weight:bold" onmouseover="hstat('bold')" />
	<input type='button' accesskey='i' value=' I '       onclick='simpletag("I")' class='codebuttons' name='I' style="font-style:italic" onmouseover="hstat('italic')" />
	<input type='button' accesskey='u' value=' U '       onclick='simpletag("U")' class='codebuttons' name='U' style="text-decoration:underline" onmouseover="hstat('under')" />
	
	<select name='ffont' class='codebuttons' onchange="alterfont(this.options[this.selectedIndex].value, 'FONT')"  onmouseover="hstat('font')">
	<option value='0'>{ibf.lang.ct_font}</option>
	<option value='Arial' style='font-family:Arial'>{ibf.lang.ct_arial}</option>
	<option value='Times' style='font-family:Times'>{ibf.lang.ct_times}</option>
	<option value='Courier' style='font-family:Courier'>{ibf.lang.ct_courier}</option>
	<option value='Impact' style='font-family:Impact'>{ibf.lang.ct_impact}</option>
	<option value='Geneva' style='font-family:Geneva'>{ibf.lang.ct_geneva}</option>
	<option value='Optima' style='font-family:Optima'>Optima</option>
	</select><select name='fsize' class='codebuttons' onchange="alterfont(this.options[this.selectedIndex].value, 'SIZE')" onmouseover="hstat('size')">
	<option value='0'>{ibf.lang.ct_size}</option>
	<option value='1'>{ibf.lang.ct_sml}</option>
	<option value='7'>{ibf.lang.ct_lrg}</option>
	<option value='14'>{ibf.lang.ct_lest}</option>
	</select><select name='fcolor' class='codebuttons' onchange="alterfont(this.options[this.selectedIndex].value, 'COLOR')" onmouseover="hstat('color')">
	<option value='0'>{ibf.lang.ct_color}</option>
	<option value='blue' style='color:blue'>{ibf.lang.ct_blue}</option>
	<option value='red' style='color:red'>{ibf.lang.ct_red}</option>
	<option value='purple' style='color:purple'>{ibf.lang.ct_purple}</option>
	<option value='orange' style='color:orange'>{ibf.lang.ct_orange}</option>
	<option value='yellow' style='color:yellow'>{ibf.lang.ct_yellow}</option>
	<option value='gray' style='color:gray'>{ibf.lang.ct_grey}</option>
	<option value='green' style='color:green'>{ibf.lang.ct_green}</option>
	</select>
	&nbsp; <a href='javascript:closeall();' onmouseover="hstat('close')">{ibf.lang.js_close_all_tags}</a>
	<br />
	<input type='button' accesskey='h' value=' http:// ' onclick='tag_url()'            class='codebuttons' name='url' onmouseover="hstat('url')">
	<input type='button' accesskey='g' value=' IMG '     onclick='tag_image()'          class='codebuttons' name='img' onmouseover="hstat('img')">
	<input type='button' accesskey='e' value='  @  '     onclick='tag_email()'          class='codebuttons' name='email' onmouseover="hstat('email')">
	<input type='button' accesskey='q' value=' QUOTE '   onclick='simpletag("QUOTE")'   class='codebuttons' name='QUOTE' onmouseover="hstat('quote')">
	<input type='button' accesskey='p' value=' CODE '    onclick='simpletag("CODE")'    class='codebuttons' name='CODE' onmouseover="hstat('code')">
	<input type='button' accesskey='l' value=' LIST '     onclick='tag_list()'          class='codebuttons' name="LIST" onmouseover="hstat('list')">
	<!--<input type='button' accesskey='l' value=' SQL '     onclick='simpletag("SQL")'     class='codebuttons' name='SQL'>
	<input type='button' accesskey='t' value=' HTML '    onclick='simpletag("HTML")'    class='codebuttons' name='HTML'>-->
	<br />
	<input type='text' name='helpbox' size='50' maxlength='120' style='width:450px;font-size:10px;font-family:verdana,arial;border:0px;font-weight:bold;' readonly="readonly" class='row1' value="{ibf.lang.hb_start}" />
	<br />
	<b>{ibf.lang.hb_open_tags}:</b>&nbsp;<input type='text' name='tagcount' size='3' maxlength='3' style='font-size:10px;font-family:verdana,arial;border:0px;font-weight:bold;' readonly="readonly" class='row1' value="0" />
  </td>
</tr>
</table>
<div align="center"><p><textarea cols='60' rows='12' onkeypress=FKeyPress(Post); onkeydown=FKeyDown(Post); name='Post' tabindex='3' class='textinput'>$t_sig</textarea><br />(<a href='javascript:CheckLength()'>{ibf.lang.check_length}</a>)</p></div>
<div class='pformstrip' align="center"><input type='submit' value='{ibf.lang.cp_submit_sig}' class="forminput" /></div>
</form>
<!--IBF_END_FUNC|signature-->

<!--IBF_START_FUNC|email_change|$txt="", $msg=""-->

<script language='Javascript' type="text/javascript">
   var msg = "$msg";
   if ( msg != "")
   {
	   alert(msg);
   }
    </script>
<form action="{ibf.script_url}" method="post" name='form1'>
<input type='hidden' name='act' value='UserCP' />
<input type='hidden' name='CODE' value='09' />
<div class="pformstrip">{ibf.lang.change_email_title}</div>
<p>$txt</p>
<table width="100%" style="padding:6px">
<tr>
  <td width='40%'><strong>{ibf.lang.ce_new_email}</strong></td>
  <td align='left'>
  <input type='text' name='in_email_1' value='' class='forminput' size="20" /></td>
</tr>
<tr>
  <td><strong>{ibf.lang.ce_new_email2}</strong></td>
  <td align='left'>
  <input type='text' name='in_email_2' value='' class='forminput' size="20" /></td>
</tr>
<tr>
  <td><strong>{ibf.lang.ec_passy}</strong></td>
  <td align='left'>
  <input type='password' name='password' value='' class='forminput' size="20" /></td>
</tr>
</table>
<!--ANTIBOT-->
<div align="center" class="pformstrip"><input type="submit" name='change_email' value="{ibf.lang.account_email_submit}" class='forminput' /></div>
</form>
<!--IBF_END_FUNC|email_change-->

<!--IBF_START_FUNC|email_change_img|$regid=""-->

<div class="pformstrip">{ibf.lang.ras_title}</div>
<table width="100%" style="padding:6px">
<tr>
  <td width='40%'>{ibf.lang.ras_numbers}</td>
  <td>
	 <input type='hidden' name='regid' value='$regid' />
	 <img src='{ibf.script_url}act=UserCP&amp;CODE=show_image&amp;rc={$regid}&amp;p=1' border='0' alt='Code Bit' />
	 &nbsp;<img src='{ibf.script_url}act=UserCP&amp;CODE=show_image&amp;rc={$regid}&amp;p=2' border='0' alt='Code Bit' />
	 &nbsp;<img src='{ibf.script_url}act=UserCP&amp;CODE=show_image&amp;rc={$regid}&amp;p=3' border='0' alt='Code Bit' />
	 &nbsp;<img src='{ibf.script_url}act=UserCP&amp;CODE=show_image&amp;rc={$regid}&amp;p=4' border='0' alt='Code Bit' />
	 &nbsp;<img src='{ibf.script_url}act=UserCP&amp;CODE=show_image&amp;rc={$regid}&amp;p=5' border='0' alt='Code Bit' />
	 &nbsp;<img src='{ibf.script_url}act=UserCP&amp;CODE=show_image&amp;rc={$regid}&amp;p=6' border='0' alt='Code Bit' />
  </td>
</tr>
<tr>
  <td width='40%'>{ibf.lang.ras_text}</td>
  <td><input type='text' size='32' maxlength='32' name='reg_code' class='forminput' /></td>
</tr>
</table>
<!--IBF_END_FUNC|email_change_img-->

<!--IBF_START_FUNC|email_change_gd|$regid=""-->

<div class="pformstrip">{ibf.lang.ras_title}</div>
<table width="100%" style="padding:6px">
<tr>
  <td width='40%'>{ibf.lang.ras_numbers}</td>
  <td>
	 <input type='hidden' name='regid' value='$regid' />
	 <img src='{ibf.script_url}act=UserCP&amp;CODE=show_image&amp;rc={$regid}' border='0' alt='Code Bit' />
  </td>
</tr>
<tr>
  <td width='40%'>{ibf.lang.ras_text}</td>
  <td><input type='text' size='32' maxlength='32' name='reg_code' class='forminput' /></td>
</tr>
</table>
<!--IBF_END_FUNC|email_change_gd-->

<!--IBF_START_FUNC|pass_change|-->

<form action="{ibf.script_url}" method="post" name='form1'>
<input type='hidden' name='act' value='UserCP' />
<input type='hidden' name='CODE' value='29' />
<div class="pformstrip">{ibf.lang.account_pass_title}</div>
<p>{ibf.lang.pass_change_text}</p>
<table width="100%" style="padding:6px">
<tr>
  <td><b>{ibf.lang.account_pass_old}</b></td>
  <td>
  <input type='password' name='current_pass' value='' class='forminput' size="20" /></td>
</tr>
<tr>
  <td><b>{ibf.lang.account_pass_new}</b></td>
  <td>
  <input type='password' name='new_pass_1' value='' class='forminput' size="20" /></td>
</tr>
<tr>
  <td><b>{ibf.lang.account_pass_new2}</b></td>
  <td>
  <input type='password' name='new_pass_2' value='' class='forminput' size="20" /></td>
</tr>
</table>
<div align="center" class="pformstrip"><input type="submit" name='s_pass' value="{ibf.lang.account_pass_submit}" class='forminput' /></div>
</form>
<!--IBF_END_FUNC|pass_change-->

<!--IBF_START_FUNC|avatar_main|$data, $formextra="", $hidden_field="", $key=""-->

<script langauge='javascript' type="text/javascript">
<!--
var url_input      = "{$data['current_url_avatar']}";
var remove_pressed = 0;
function select_url() {
  restore_it();
}
function select_upload() {
  
  try
  {
	  if ( document.creator.url_avatar.value != "" ) {
		  url_input = document.creator.url_avatar.value;
	  }
	
	  document.creator.url_avatar.value = "";
  }
  catch(nourl)
  {
  	  return true;
  }
}
function restore_it()
{
	if (url_input != "")
	{
		document.creator.url_avatar.value = url_input;
	}
}
function checkform()
{
	if ( remove_pressed != 1 )
	{
		return true;
	}
	else
	{
		fcheck = confirm("{ibf.lang.av_confirm}");
		if ( fcheck == true )
		{
			return true;
		}
		else
		{
			return false;
		}
	}
}
  
//-->
    </script>
<!--IBF.LIMITS_AVATAR-->
<div class="pformstrip">{ibf.lang.av_current}</div>
<div class="tablepad" align="center">{$data['current_avatar_image']}<br />{$data['current_avatar_type']} {$data['current_avatar_dims']}</div>
<div class="pformstrip">{ibf.lang.avatar_pre_title}</div>
<form action='{ibf.script_url}act=UserCP&amp;CODE=getgallery' method='post'>
<table class='tablebasic' cellpadding='4'>
<tr>
 <td class='pformleft'>{ibf.lang.av_go_gal}</td>
 <td class='pformright'>{$data['avatar_galleries']}&nbsp;&nbsp;<input type="submit" value="{ibf.lang.av_go_go}" name="submit" class="forminput" /></td>
</tr>
</table>
</form>
<form action='{ibf.script_url}auth_key=$key' method='post' $formextra name='creator' onsubmit="return checkform();">
<input type='hidden' name='act' value='UserCP' />
<input type='hidden' name='CODE' value='25' />
$hidden_field
<!--IBF.EXTERNAL_TITLE-->
<!--IBF.URL_AVATAR-->
<!--IBF.UPLOAD_AVATAR-->
<!--IPB.SIZE-->
<div align="center" class="pformstrip">
  <input type="submit" name="submit" value="{ibf.lang.av_update}" class='forminput' />
  &nbsp;&nbsp;&nbsp;<input type="submit" name="remove" onclick="remove_pressed=1;" value="{ibf.lang.av_remove}" class='forminput' />
</div>
</form>
<!--IBF_END_FUNC|avatar_main-->

<!--IBF_START_FUNC|avatar_gallery_start_table|$title="", $av_gals="", $current_folder, $key=""-->

<div class="pformstrip">{ibf.lang.av_gallery_title} $title</div>
<form action='{ibf.script_url}act=UserCP&amp;CODE=getgallery' method='post'>
<div id="padandcenter"><strong>{ibf.lang.av_gall_jump}</strong>&nbsp;$av_gals&nbsp;&nbsp;<input type="submit" value="{ibf.lang.av_go_go}" name="submit" class="forminput" /></div>
</form>
<form action='{ibf.script_url}auth_key=$key' method='post'>
<input type='hidden' name='act' value='UserCP' />
<input type='hidden' name='CODE' value='setinternalavatar' />
<input type='hidden' name='current_folder' value='$current_folder' />
<table class='tablebasic' cellpadding='4'>
<!--IBF_END_FUNC|avatar_gallery_start_table-->

<!--IBF_START_FUNC|avatar_gallery_end_table|-->

</table>
<div align="center" class="pformstrip">
  <input type="submit" name="submit" value="{ibf.lang.av_gall_submit}" class='forminput' />
  &nbsp;&nbsp;&nbsp;<input type="button" name="remove" onclick="self.location='{ibf.script_url}act=UserCP&amp;CODE=24';" value="{ibf.lang.av_gall_cancel}" class='forminput' />
</div>
</form>
<!--IBF_END_FUNC|avatar_gallery_end_table-->

<!--IBF_START_FUNC|avatar_gallery_start_row|-->

<tr>
<!--IBF_END_FUNC|avatar_gallery_start_row-->

<!--IBF_START_FUNC|avatar_gallery_end_row|-->

</tr>
<!--IBF_END_FUNC|avatar_gallery_end_row-->

<!--IBF_START_FUNC|avatar_gallery_cell_row|$img, $txt, $form-->

<td align="center"><img src="html/avatars{$img}" border="0" alt="txt"><br /><input type="radio" class="radiobutton" name="avatar" value="$form" id="$form" />&nbsp;<strong><label for="$form">$txt</label></strong></td>
<!--IBF_END_FUNC|avatar_gallery_cell_row-->

<!--IBF_START_FUNC|avatar_gallery_blank_row|-->

<td>&nbsp;</td>
<!--IBF_END_FUNC|avatar_gallery_blank_row-->

<!--IBF_START_FUNC|avatar_autosize|-->

<table class='tablebasic' cellpadding='4'>
<tr>
 <td class='pformleft'>&nbsp;</td>
 <td class='pformright'><strong>{ibf.lang.av_autosize}</strong><br />({ibf.lang.av_as_desc})</td>
</tr>
</table>
<!--IBF_END_FUNC|avatar_autosize-->

<!--IBF_START_FUNC|avatar_mansize|-->

<table class='tablebasic' cellpadding='4'>
<tr>
 <td class='pformleft'>&nbsp;</td>
 <td class='pformright'><strong>{ibf.lang.width}</strong>&nbsp;<input type='text' size='3' name='man_width' />&nbsp;&nbsp;<strong>{ibf.lang.height}</strong>&nbsp;<input type='text' size='3' name='man_height' /></td>
</tr>
</table>
<!--IBF_END_FUNC|avatar_mansize-->

<!--IBF_START_FUNC|avatar_external_title|-->

<div class="pformstrip">{ibf.lang.avatar_url_title}</div>
<!--IBF_END_FUNC|avatar_external_title-->

<!--IBF_START_FUNC|avatar_limits|-->

<div class="pformstrip">{ibf.lang.av_settings}</div>
<p>{ibf.lang.av_text_url} {ibf.lang.av_text_upload}<br />{ibf.lang.av_allowed_files}</p>
<!--IBF_END_FUNC|avatar_limits-->

<!--IBF_START_FUNC|avatar_upload_field|-->

<table class='tablebasic' cellpadding='4'>
<tr>
  <td class='pformleft'>{ibf.lang.av_upload}</td>
  <td class='pformright'><input type='file' size='30' name='upload_avatar' class='forminput' onfocus='select_upload()' onclick='select_upload()' /></td>
</tr>
</table>
<!--IBF_END_FUNC|avatar_upload_field-->

<!--IBF_START_FUNC|photo_page_upload|$max_filesize-->

<tr>
 <td class='pformleft'>{ibf.lang.pph_upload}</td>
 <td class='pformright'><input type='hidden' name='MAX_FILE_SIZE' value='$max_filesize' /><input type='file' name='upload_photo' value='' size='40' class='forminput' onclick="clear_it()"/></td>
</tr>
<!--IBF_END_FUNC|photo_page_upload-->

<!--IBF_START_FUNC|photo_page|$cur_photo, $cur_type, $url_photo, $show_size, $key=""-->

<script language="javascript" type="text/javascript">
<!--
	var url_input      = "$url_photo";
	var remove_pressed = 0;
	
	function clear_it()
	{
		if ( document.bob.url_photo.value != "" )
		{
			url_input = document.bob.url_photo.value;
		}
      
		document.bob.url_photo.value = "";
	}
   
	function restore_it()
	{
		if (url_input != "")
		{
			document.bob.url_photo.value = url_input;
		}
	}
   
	function checkform()
	{
   		if ( remove_pressed != 1 )
   		{
   			return true;
   		}
   		else
   		{
   			fcheck = confirm("{ibf.lang.pp_confirm}");
   			if ( fcheck == true )
   			{
   				return true;
   			}
   			else
   			{
   				return false;
   			}
   		}
	}
//-->
</script>
<form action="{ibf.script_url}auth_key=$key" enctype='multipart/form-data' method="post" name="bob" onsubmit="return checkform();">
<input type='hidden' name='act' value='UserCP' />
<input type='hidden' name='CODE' value='dophoto' />
<div class="pformstrip">{ibf.lang.pph_title}</div>
<p>{ibf.lang.pph_desc}<br />{ibf.lang.pph_max}</p>
<div class="pformstrip">{ibf.lang.pph_current}</div>
<div align="center">
 <p>$cur_photo<br />$cur_type $show_size</p>
</div>
<div class="pformstrip">{ibf.lang.pph_change}</div>
<table class='tablebasic' cellpadding='4'>
<tr>
 <td class='pformleft'>{ibf.lang.pph_url}</td>
 <td class='pformright'><input type='text' onfocus="restore_it()" name='url_photo' value='$url_photo' size='40' class='forminput' />&nbsp;&nbsp;(<a href='javascript:restore_it()'>{ibf.lang.pp_restore}</a>)</td>
</tr>
<!--IPB.UPLOAD-->
<!--IPB.SIZE-->
</table>
<div align="center" class="pformstrip">
  <input type="submit" name='submit' value="{ibf.lang.pph_submit}" class='forminput' />
  &nbsp;&nbsp;&nbsp;&nbsp;<input type="submit" onclick="remove_pressed=1;" name='remove' value="{ibf.lang.pph_remove}" class='forminput' />
</div>
</form>
<!--IBF_END_FUNC|photo_page-->

<!--IBF_START_FUNC|photo_page_autosize|-->

<tr>
 <td class='pformleft'>&nbsp;</td>
 <td class='pformright'><strong>{ibf.lang.pph_autosize}</strong><br />({ibf.lang.pph_as_desc})</td>
</tr>
<!--IBF_END_FUNC|photo_page_autosize-->

<!--IBF_START_FUNC|photo_page_mansize|-->

<tr>
 <td class='pformleft'>&nbsp;</td>
 <td class='pformright'><strong>{ibf.lang.width}</strong>&nbsp;<input type='text' size='3' name='man_width' />&nbsp;&nbsp;<strong>{ibf.lang.height}</strong>&nbsp;<input type='text' size='3' name='man_height' /></td>
</tr>
<!--IBF_END_FUNC|photo_page_mansize-->


<!--IBF_GROUP_END:skin_ucp-->
<!-- PLEASE LEAVE ALL 'IBF' COMMENTS IN PLACE, DO NOT REMOVE THEM! -->
<!--IBF_GROUP_START:skin_stats-->

<!--IBF_START_FUNC|top_poster_footer|$info-->

</table>
  <div class='pformstrip' dir='rtl' align='center'>{ibf.lang.total_today} $info</div>
</div>
<!--IBF_END_FUNC|top_poster_footer-->

<!--IBF_START_FUNC|top_poster_no_info|-->

<tr>
	  <td colspan='5' align='center' class='row1' valign='middle'>{ibf.lang.no_info}</td>
   </tr>
<!--IBF_END_FUNC|top_poster_no_info-->

<!--IBF_START_FUNC|leader_row_forum_start|$id, $count_string-->

<form method="post" onsubmit="if(document.jmenu$id.f.value == -1){return false;}" action="{ibf.script_url}act=SF" name="jmenu$id">
<select class='forminput' name="f" onchange="if(this.options[this.selectedIndex].value != -1){ document.jmenu$id.submit() }" style='width:95%'>
<option value="-1">$count_string</option>
<option value="-1">--------------------------------------------------------</option>
<!--IBF_END_FUNC|leader_row_forum_start-->

<!--IBF_START_FUNC|leader_row_forum_entry|$id, $name-->

<option value='$id'>$name</option>
<!--IBF_END_FUNC|leader_row_forum_entry-->

<!--IBF_START_FUNC|leader_row_forum_end|-->

</select></form>
<!--IBF_END_FUNC|leader_row_forum_end-->

<!--IBF_START_FUNC|close_strip|-->

</table>
</div>
<br />
<!--IBF_END_FUNC|close_strip-->

<!--IBF_START_FUNC|top_poster_header|-->

<div class='tableborder'>
 <div class='maintitle'><{CAT_IMG}>&nbsp;{ibf.lang.todays_posters}</div>
 <table cellpadding='5' cellspacing='1' border='0' width='100%'>
 <tr>
	<th width='30%' align='right' class='pformstrip'   valign='middle'>{ibf.lang.member}</th>
	<th width='20%' align='center' class='pformstrip' valign='middle'>{ibf.lang.member_joined}</th>
	<th align='center' width='15%' class='pformstrip' valign='middle'>{ibf.lang.member_posts}</th>
	<th align='center' width='15%' class='pformstrip' valign='middle'>{ibf.lang.member_today}</th>
	<th align='center' width='20%' class='pformstrip' valign='middle'>{ibf.lang.member_percent}</th>
 </tr>
<!--IBF_END_FUNC|top_poster_header-->

<!--IBF_START_FUNC|top_poster_row|$info-->

<tr>
	  <td align='left' class='row1' valign='middle'><a href='{ibf.script_url}showuser={$info['id']}'>{$info['name']}</a></td>
	  <td align='center' class='row1' valign='middle'>{$info['joined']}</td>
	  <td align='center' class='row1' valign='middle'>{$info['posts']}</td>
	  <td align='center' class='row1' valign='middle'>{$info['tpost']}</td>
	  <td align='center' class='row1' valign='middle'>{$info['today_pct']}%</td>
   </tr>
<!--IBF_END_FUNC|top_poster_row-->

<!--IBF_START_FUNC|leader_row|$info, $forums-->

<tr>
	 <td align='left'   class='row1' valign='middle'><a href='{ibf.script_url}showuser={$info['id']}'>{$info['name']}</a></td>
	 <td align='center' class='row1' valign='middle'>$forums</td>
	 <td align='center' class='row1' valign='middle'>{$info['location']}</td>
	 <td align='center' class='row1' valign='middle'>{$info['msg_icon']}</td>
  </tr>
<!--IBF_END_FUNC|leader_row-->

<!--IBF_START_FUNC|group_strip|$group-->

<div class="tableborder">
 <div class="maintitle"><{CAT_IMG}>&nbsp;$group</div>
 <table cellpadding='4' cellspacing='1' width="100%">
  <tr>
	 <td width='30%' align='left'   class='pformstrip' valign='middle'>{ibf.lang.leader_name}</td>
	 <td width='40%' align='center' class='pformstrip' valign='middle'>{ibf.lang.leader_forums}</td>
	 <td align='center' width='25%' class='pformstrip' valign='middle'>{ibf.lang.leader_location}</td>
	 <td align='center' width='5%'  class='pformstrip' valign='middle'>&nbsp;</td>
  </tr>
<!--IBF_END_FUNC|group_strip-->

<!--IBF_START_FUNC|who_end|-->

</table>
  <div class='titlemedium' align='center'><a href='javascript:bog_off();'>{ibf.lang.who_go}</a></div>
</div>
<!--IBF_END_FUNC|who_end-->

<!--IBF_START_FUNC|page_title|$title-->

<table cellpadding='0' cellspacing='0' border='0' width='<{tbl_width}>' align='center'>
      <tr>
         <td valign='middle' align='left'><span class='pagetitle'>{$title}</td>
      </tr>
     </table>
<!--IBF_END_FUNC|page_title-->

<!--IBF_START_FUNC|who_header|$fid, $tid, $title-->

<script language='javascript'>
<!--
 function bog_off()
 {
 	var tid = '$tid';
 	var fid = '$fid';
 	
 	opener.location= '{ibf.script_url}' + 'showtopic=' + tid;
 	self.close();
 }
 //-->
 </script>
<div class="tableborder">
  <div class="titlemedium" align="center">{ibf.lang.who_farted} $title</div>
  <table cellpadding='5' cellspacing='1' border='0' width='100%'>
  <tr>
	 <td width='70%' align='left'   class='pformstrip'   valign='middle'>{ibf.lang.who_poster}</td>
	 <td width='30%' align='center' class='pformstrip' valign='middle'>{ibf.lang.who_posts}</td>
  </tr>
<!--IBF_END_FUNC|who_header-->

<!--IBF_START_FUNC|who_row|$row-->

<tr>
	  <td align='left' class='row1' valign='middle'>{$row['author_name']}</td>
	  <td align='center' class='row1' valign='middle'>{$row['pcount']}</td>
   </tr>
<!--IBF_END_FUNC|who_row-->

<!--IBF_START_FUNC|who_name_link|$id, $name-->

<a href='{ibf.script_url}showuser=$id' target='_blank'>$name</a>
<!--IBF_END_FUNC|who_name_link-->


<!--IBF_GROUP_END:skin_stats-->
<!-- PLEASE LEAVE ALL 'IBF' COMMENTS IN PLACE, DO NOT REMOVE THEM! -->
<!--IBF_GROUP_START:skin_search-->

<!--IBF_START_FUNC|start|$Data-->

<div>{$Data[SHOW_PAGES]}</div>
<br />
<div class="tableborder">
<div class="maintitle"><{CAT_IMG}>&nbsp;{ibf.lang.your_results} &middot; <a style="text-decoration:underline" href="{ibf.script_url}act=Login&amp;CODE=05">{ibf.lang.mark_search_as_read}</a></div>
<table class="tablebasic" cellpadding="2" cellspacing="1" width='100%'>
  <tr>
	 <td class='titlemedium' colspan='2'>&nbsp;</td>
	 <td align='right' class='titlemedium'>{ibf.lang.h_topic_title}</td>
	 <td align='center' class='titlemedium'>{ibf.lang.h_forum_name}</td>
	 <td align='center' class='titlemedium'>{ibf.lang.h_topic_starter}</td>
	 <td align='center' class='titlemedium'>{ibf.lang.h_replies}</td>
	 <td align='center' class='titlemedium'>{ibf.lang.h_hits}</td>
	 <td class='titlemedium'>{ibf.lang.h_last_action}</td>
  </tr>
<!--IBF_END_FUNC|start-->

<!--IBF_START_FUNC|active_none|-->

<tr><td colspan='8' class='row1' align='center'><strong>{ibf.lang.active_no_topics}</strong></td></tr>
<!--IBF_END_FUNC|active_none-->

<!--IBF_START_FUNC|form_simple_button|-->

&nbsp;<input type='button' value='{ibf.lang.so_less_opts}' onclick="go_gadget_simple()" class='forminput' />
<!--IBF_END_FUNC|form_simple_button-->

<!--IBF_START_FUNC|active_start|$data-->

<script language='Javascript' type="text/javascript">
<!--
function checkvalues() {
   f = document.dateline;
   if (f.st_day.value < f.end_day.value) {
	   alert("{ibf.lang.active_js_error}");
	   return false;
   }
   if (f.st_day.value == f.end_day.value) {
	   alert("{ibf.lang.active_js_error}");
	   return false;
   }
}
-->
  </script>
<br />
<form action='{ibf.script_url}act=Search&amp;CODE=getactive' method='post' name='dateline' onsubmit='return checkvalues();'>
<div class="pagelinks">{$data['SHOW_PAGES']}</div>
<div align="right" style="width:35%;text-align:center;margin-right:0;margin-left:auto">
 <fieldset class="search">
   <legend><strong>{ibf.lang.active_st_text}</strong></legend>
   <label for='st_day'>{ibf.lang.active_mid_text}</label>&nbsp;
   <select name='st_day' id='st_day' class='forminput'>
	<option value='s1'>{ibf.lang.active_yesterday}</option>
	<option value='s2'>2 {ibf.lang.active_days}</option>
	<option value='s3'>3 {ibf.lang.active_days}</option>
	<option value='s4'>4 {ibf.lang.active_days}</option>
	<option value='s5'>5 {ibf.lang.active_days}</option>
	<option value='s6'>6 {ibf.lang.active_days}</option>
	<option value='s7'>{ibf.lang.active_week}</option>
	<option value='s30'>{ibf.lang.active_month}</option>
   </select>
   &nbsp;
   <label for='end_day'>{ibf.lang.active_end_text}</label>&nbsp;
   <select name='end_day' id='end_day' class='forminput'>
	<option value='e0'>{ibf.lang.active_today}</option>
	<option value='e1'>{ibf.lang.active_yesterday}</option>
	<option value='e2'>2 {ibf.lang.active_days}</option>
	<option value='e3'>3 {ibf.lang.active_days}</option>
	<option value='e4'>4 {ibf.lang.active_days}</option>
	<option value='e5'>5 {ibf.lang.active_days}</option>
	<option value='e6'>6 {ibf.lang.active_days}</option>
	<option value='e7'>{ibf.lang.active_week}</option>
   </select>
   &nbsp;
   <input type='submit' value='&gt;&gt;' title="{ibf.lang.active_label}" class='forminput'>
 </fieldset>
</div>
</form>
<br />
<div class="tableborder">
  <div class="maintitle"><{CAT_IMG}>{ibf.lang.active_topics}</div>
  <table class="tablebasic" cellspacing="1" cellpadding="4">
	<tr>
	   <td class='titlemedium' colspan='2' >&nbsp;</td>
	   <th align='left' class='titlemedium'>{ibf.lang.h_topic_title}</th>
	   <th align='center' class='titlemedium'>{ibf.lang.h_forum_name}</th>
	   <th align='center' class='titlemedium'>{ibf.lang.h_topic_starter}</th>
	   <th align='center' class='titlemedium'>{ibf.lang.h_replies}</th>
	   <th align='center' class='titlemedium'>{ibf.lang.h_hits}</th>
	   <th class='titlemedium'>{ibf.lang.h_last_action}</th>
	</tr>
<!--IBF_END_FUNC|active_start-->

<!--IBF_START_FUNC|Form|$forums-->

<script type="text/javascript">
<!--
function go_gadget_simple()
{
	window.location = "{$ibforums->js_base_url}act=Search&mode=simple&f={$ibforums->input['f']}";
}
function win_pop()
{
    window.open('{$ibforums->js_base_url}act=Search&CODE=explain','WIN','width=400,height=300,resizable=yes,scrollbars=yes'); 
}
-->
    </script>
<form action="{ibf.script_url}act=Search&amp;CODE=01" method="post" name='sForm'>
$hidden_fields
<div class="tableborder">
<table cellpadding='4' cellspacing='0' border='0' width='100%'>
<tr>
	<td colspan='2' class="maintitle"  align='center'>{ibf.lang.keywords_title}</td>
</tr>
<tr>
	<td class='pformstrip' width='50%'>{ibf.lang.key_search}</td>
	<td class='pformstrip' width='50%'>{ibf.lang.mem_search}</td>
</tr>
<tr>
	<td class='row1' valign='top'>
	  <input type='text' maxlength='100' size='40' name='keywords' id="keywords" onkeypress=FKeyPress(keywords); onkeydown=FKeyDown(keywords); class='forminput' />
	  <br /><br />
	  <label for="keywords">{ibf.lang.keysearch_text}</label> <!--IBF.BOOLEAN_EXPLAIN-->
	</td>
	<td class='row1' valign='top'>
	<table width='100%' cellpadding='4' cellspacing='0' border='0' align='center'>
	<tr>
	 <td><input type='text' maxlength='100' size='50' name='namesearch' onkeypress=FKeyPress(namesearch); onkeydown=FKeyDown(namesearch); class='forminput' /></td>
	</tr>
	<tr>
	<td width='40%'><input type='checkbox' name='exactname' id='matchexact' value='1' class="checkbox" /><label for="matchexact">{ibf.lang.match_name_ex}</label></td>
   </tr>
</table>
</td>
</tr>
</table>
</div>
<br />
<div class="tableborder">
<table cellpadding='4' cellspacing='0' border='0' width='100%'>         
<tr>
	<td colspan='2' class="maintitle"  align='center'>{ibf.lang.search_options}</td>
</tr>
<tr>
	<td class='pformstrip' width='50%' valign='middle'>{ibf.lang.search_where}</td>
	<td class='pformstrip' width='50%' valign='middle'>{ibf.lang.search_refine}</td>
</tr>
<tr>
	<td class='row1' valign='middle'>
	  $forums
	  <br />
	  <input type='checkbox' name='searchsubs' value='1' id="searchsubs" checked="checked" />&nbsp;<label for="searchsubs">{ibf.lang.search_in_subs}</label>
	</td>
	<td class='row1' valign='top'>
		<table cellspacing='4' cellpadding='0' width='100%' align='center' border='0'>
		<tr>
		 <td valign='top'>
		   <fieldset class="search">
		     <legend><strong>{ibf.lang.search_from}</strong></legend>
			 <select name='prune' class='forminput'>
			 <option value='1'>{ibf.lang.today}</option>
			 <option value='7'>{ibf.lang.this_week}</option>
			 <option value='30' selected="selected">{ibf.lang.this_month}</option>
			 <option value='60'>{ibf.lang.this_60}</option>
			 <option value='90'>{ibf.lang.this_90}</option>
			 <option value='180'>{ibf.lang.this_180}</option>
			 <option value='365'>{ibf.lang.this_year}</option>
			 <option value='0'>{ibf.lang.ever}</option>
			 </select>
			 <br />
			 <input type='radio' name='prune_type' id="prune_older" value='older' class='radiobutton' />&nbsp;<label for="prune_older">{ibf.lang.older}</label>
			 <br />
			 <input type='radio' name='prune_type' id="prune_newer" value='newer' class='radiobutton' checked="checked" />&nbsp;<label for="prune_newer">{ibf.lang.newer}</label>
		  </fieldset>
		</td>
		<td valign='top'>
		  <fieldset class="search">
		     <legend><strong>{ibf.lang.sort_results}</strong></legend>
			 <select name='sort_key' class='forminput'>
			 <option value='last_post'>{ibf.lang.last_date}</option>
			 <option value='posts'>{ibf.lang.number_topics}</option>
			 <option value='starter_name'>{ibf.lang.poster_name}</option>
			 <option value='forum_id'>{ibf.lang.forum_name}</option>
			 </select>
			 <br /><input type='radio' name='sort_order' id="sort_desc" class="radiobutton" value='desc' checked="checked" /><label for="sort_desc">{ibf.lang.descending}</label>
			 <br /><input type='radio' name='sort_order' id="sort_asc" class="radiobutton" value='asc' /><label for="sort_asc">{ibf.lang.ascending}</label>
		  </fieldset>
		</td>
		</tr>
		<tr>
		 <td nowrap="nowrap">
		   <fieldset class="search">
		     <legend><strong>{ibf.lang.search_where}</strong></legend>
			 <input type='radio' name='search_in' class="radiobutton" id="search_in_posts" value='posts' checked="checked" /><label for="search_in_posts">{ibf.lang.in_posts}</label>
			 <br />
			 <input type='radio' name='search_in' class="radiobutton" id="search_in_titles" value='titles' /><label for="search_in_titles">{ibf.lang.in_topics}</label>
		   </fieldset>
		 </td>
		 <td>
		    <fieldset class="search">
		     <legend><strong>{ibf.lang.result_type}</strong></legend>
		     <input type='radio' name='result_type' class="radiobutton" value='topics' id="result_topics" checked="checked" /><label for="result_topics">{ibf.lang.results_topics}</label>
		     <br />
		     <input type='radio' name='result_type' class="radiobutton" value='posts' id="result_posts" /><label for="result_posts">{ibf.lang.results_post}</label>
		   </fieldset>
		 </td>
		</tr>
		</table>
	</td>
</tr>
<tr>
	<td class='pformstrip' colspan='2' align='center'><input type='submit' value='{ibf.lang.do_search}' class='forminput' /><!--IBF.SIMPLE_BUTTON--></td>
</tr>
</table>
</div>
</form>
<!--IBF_END_FUNC|Form-->

<!--IBF_START_FUNC|result_simple_entry|$data-->

<div class="{$data['css_class']}">
  <span class="googlish"><a href='{ibf.script_url}act=ST&amp;t={$data['tid']}&amp;f={$data['id']}&amp;view=findpost&amp;p={$data['pid']}'>{$data['title']}</span></a>
  <br />
  {$data['post']}
  <br />
  <span class='googlesmall'>
  {ibf.lang.location_g}: <a href='{ibf.script_url}act=idx'>{ibf.lang.g_b_home}</a>
  &gt; <a href='{ibf.script_url}act=SC&amp;c={$data['cat_id']}'>{$data['cat_name']}</a>
  &gt; <a href='{ibf.script_url}act=SF&amp;f={$data['id']}'>{$data['name']}</a>
  </span>
  <br />
  <span class="googlebottom"><strong>{ibf.lang.g_relevance}: {$data['relevance']}% &middot; Author: {$data['author_name']} &middot; Posted on: {$data['post_date']}</strong></span>
  <span class="googlesmall"> - <a href='{ibf.script_url}act=ST&amp;t={$data['tid']}&amp;f={$data['id']}&amp;view=findpost&amp;p={$data['pid']}' target='_blank'>{ibf.lang.g_new_window}</a></span>
  </div>
  <br />
<!--IBF_END_FUNC|result_simple_entry-->

<!--IBF_START_FUNC|result_simple_footer|$data-->

<div class="pformstrip" align="left">{ibf.lang.search_pages} &nbsp;  &nbsp; &nbsp;<span class="googlepagelinks">{$data['links']}</span></div>
</div>
<!--IBF_END_FUNC|result_simple_footer-->

<!--IBF_START_FUNC|result_simple_header|$data-->

<div class="plainborder">
  <div class="maintitle"><{CAT_IMG}>&nbsp;{ibf.lang.search_results}</div>
  <div class="pformstrip">
	<div class="pagelinks">{ibf.lang.g_searched_for} <strong>{$data['keyword']}</strong></div>
	<div align="right">
	   {ibf.lang.g_results} <strong>{$data['start']} - {$data['end']}</strong> {ibf.lang.g_of_about} <strong>{$data['matches']}</strong>.
	   {ibf.lang.g_search_took} <strong>{$data['ex_time']}</strong> {ibf.lang.g_seconds}
	</div>
  </div>
  <br />
<!--IBF_END_FUNC|result_simple_header-->

<!--IBF_START_FUNC|simple_form|$forums-->

<script type="text/javascript">
<!--
function go_gadget_advanced()
{
	window.location = "{$ibforums->js_base_url}act=Search&mode=adv&f={$ibforums->input['f']}";
}
function win_pop()
{
    window.open('{$ibforums->js_base_url}act=Search&CODE=explain','WIN','width=400,height=300,resizable=yes,scrollbars=yes'); 
}
-->
</script>
<form action="{ibf.script_url}act=Search&amp;CODE=simpleresults&amp;mode=simple" method="post" name='sForm'>
$hidden_fields
<div class="tableborder">
  <div class="maintitle"  align='center'>{ibf.lang.search_options}</div>
  <div class="pformstrip" align="center">{ibf.lang.key_search}</div>
  <div class="tablepad" align="center">
    <input type='text' maxlength='100' size='40' id="keywords" onkeypress=FKeyPress(keywords); onkeydown=FKeyDown(keywords); name='keywords' class='forminput' />
	<br />
	<label for="keywords">{ibf.lang.keysearch_text}</label> <!--IBF.BOOLEAN_EXPLAIN-->
  </div>
  <div class="pformstrip" align="center">{ibf.lang.search_where}</div>
   <div class="tablepad" align="center">
    $forums
    <br /><br />
    <strong>{ibf.lang.sf_show_me}</strong>
      <input type="radio" name="sortby" value="relevant" id="sortby_one" checked="checked" class="radiobutton" />
      <label for="sortby_one">{ibf.lang.sf_most_r_f}</label>
      &nbsp;
      <input type="radio" name="sortby" value="date" id="sortby_two" class="radiobutton" />
      <label for="sortby_two">{ibf.lang.sf_most_date}</label>
   </div>
  <div class="pformstrip" align="center">
    <input type='submit' value='{ibf.lang.do_search}' class='forminput' />
    &nbsp;
    <input type='button' value='{ibf.lang.so_more_opts}' onclick="go_gadget_advanced()" class='forminput' />
  </div>
</div>
</form>
<!--IBF_END_FUNC|simple_form-->

<!--IBF_START_FUNC|boolean_explain_link|-->

[ <a href='#' title='{ibf.lang.be_ttip}' onclick='win_pop()'>{ibf.lang.be_link}</a> ]
<!--IBF_END_FUNC|boolean_explain_link-->

<!--IBF_START_FUNC|boolean_explain_page|-->

<div class='tableborder'>
 <div class='maintitle'><{CAT_IMG}>&nbsp;{ibf.lang.be_link}</div>
 <table width='100%' cellpadding='0' cellspacing='1'>
 <tr>
  <th width='30%' class='pformstrip'>{ibf.lang.be_use}</th>
  <th width='70%' class='pformstrip'>{ibf.lang.be_means}</th>
 </tr>
 <tr>
  <td class='pformleft'>{ibf.lang.be_u1}</td>
  <td class='pformleft'>{ibf.lang.be_m1}</td>
 </tr>
 <tr>
  <td class='pformleft'>{ibf.lang.be_u2}</td>
  <td class='pformleft'>{ibf.lang.be_m2}</td>
 </tr>
 <tr>
  <td class='pformleft'>{ibf.lang.be_u3}</td>
  <td class='pformleft'>{ibf.lang.be_m3}</td>
 </tr>
 <tr>
  <td class='pformleft'>{ibf.lang.be_u4}</td>
  <td class='pformleft'>{ibf.lang.be_m4}</td>
 </tr>
 <tr>
  <td class='pformleft'>{ibf.lang.be_u5}</td>
  <td class='pformleft'>{ibf.lang.be_m5}</td>
 </tr>
 </table>
</div>
<!--IBF_END_FUNC|boolean_explain_page-->

<!--IBF_START_FUNC|end|$Data-->

</table>
<div class="titlemedium">&nbsp;</div>
</div>
<br />
<br />
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<td align='right' width='25%'>
	<{B_NEW}>&nbsp;&nbsp;{ibf.lang.pm_open_new}
	<br /><{B_NORM}>&nbsp;&nbsp;{ibf.lang.pm_open_no}
	<br /><{B_HOT}>&nbsp;&nbsp;{ibf.lang.pm_hot_new}
	<br /><{B_HOT_NN}>&nbsp;&nbsp;{ibf.lang.pm_hot_no}
</td>
<td align='right' width='25%'>
	<{B_POLL}>&nbsp;&nbsp;{ibf.lang.pm_poll}
	<br /><{B_POLL_NN}>&nbsp;&nbsp;{ibf.lang.pm_poll_no}
	<br /><{B_LOCKED}>&nbsp;&nbsp;{ibf.lang.pm_locked}
	<br /><{B_MOVED}>&nbsp;&nbsp;{ibf.lang.pm_moved}
</td>
<td align='left' width='50%'>
{$Data[SHOW_PAGES]}
</td>
</table>
<br />
<br clear="all" />
<!--IBF_END_FUNC|end-->

<!--IBF_START_FUNC|end_as_post|$Data-->

<br />
<div>{$Data[SHOW_PAGES]}</div>
<div align='left' class="wrapmini">
	<{B_NEW}>&nbsp;&nbsp;{ibf.lang.pm_open_new}
	<br /><{B_NORM}>&nbsp;&nbsp;{ibf.lang.pm_open_no}
	<br /><{B_HOT}>&nbsp;&nbsp;{ibf.lang.pm_hot_new}
	<br /><{B_HOT_NN}>&nbsp;&nbsp;{ibf.lang.pm_hot_no}
</div>
<div align='left' class="wrapmini">
	<{B_POLL}>&nbsp;&nbsp;{ibf.lang.pm_poll}
	<br /><{B_POLL_NN}>&nbsp;&nbsp;{ibf.lang.pm_poll_no}
	<br /><{B_LOCKED}>&nbsp;&nbsp;{ibf.lang.pm_locked}
	<br /><{B_MOVED}>&nbsp;&nbsp;{ibf.lang.pm_moved}
</div>
<!--IBF_END_FUNC|end_as_post-->

<!--IBF_START_FUNC|start_as_post|$Data-->

<div>{$Data[SHOW_PAGES]}</div>
<!--IBF_END_FUNC|start_as_post-->

<!--IBF_START_FUNC|RenderPostRow|$Data-->

<br />
<div class="tableborder">
  <div class="maintitle">{$Data['folder_img']}&nbsp;{$Data['prefix']} <a href='{ibf.script_url}showtopic={$Data['tid']}&amp;hl={$Data['keywords']}' class='linkthru'>{$Data['title']}</a></span></b>  {$Data[PAGES]}</div>
  <table class="tablebasic" cellpadding="6" cellspacing="1" width='100%'>
  <tr>
	<td width='150' align='left' class='row4'><span class='normalname'>{$Data['author_name']}</span></td>
	<td class='row4' width="100%"><strong>{ibf.lang.rp_postedon} {$Data['post_date']}</strong></td>
  </tr>
  <tr>
	<td class='post1' align='left'>
	  <img src='{ibf.vars.img_url}/spacer.gif' alt='' width='150' height='15' />
	  <br />
	  <span class='postdetails'>{ibf.lang.rp_replies} <b>{$Data['posts']}</b><br />{ibf.lang.rp_hits} <b>{$Data['views']}</b></span>
	</td>
	<td class='post1' align='left' width="100%">{$Data['post']}</td>
  </tr>
   <tr>
	<td class='row4'>&nbsp;</td>
	<td class='row4'>{ibf.lang.rp_forum} <a href="{ibf.script_url}showforum={$Data['forum_id']}">{$Data['forum_name']}</a>&nbsp;&nbsp;&middot;&nbsp;&nbsp;{ibf.lang.rp_post} <a href='{ibf.script_url}act=ST&amp;f={$Data['forum_id']}&amp;t={$Data['tid']}&amp;hl={$Data['keywords']}&amp;view=findpost&amp;p={$Data['pid']}' class='linkthru'>#{$Data['pid']}</a></td>
  </tr>
  </table>
</div>
<!--IBF_END_FUNC|RenderPostRow-->

<!--IBF_START_FUNC|RenderRow|$Data-->

<!-- Begin Topic Entry {$Data['tid']} -->
    <tr> 
	  <td align='center' class='row4'>{$Data['folder_img']}</td>
      <td align='center' width='3%' class='row2'>{$Data['topic_icon']}</td>
      <td class='row4'>
	  <table width='100%' border='0' cellspacing='0' cellpadding='0'>
		  <tr> 
			<td valign='middle'>{$Data['go_new_post']}</td>
            <td width='100%'>{$Data['prefix']} <a href='{ibf.script_url}showtopic={$Data['tid']}&amp;hl={$Data['keywords']}'>{$Data['title']}</a>  {$Data[PAGES]}</td>
          </tr>
        </table>
        <span class='desc'>{$Data['description']}</span></td>
      <td class='row4' width='20%' align='center'><a href="{ibf.script_url}showforum={$Data['forum_id']}">{$Data['forum_name']}</a></td>
      <td align='center' class='row2'>{$Data['starter']}</td>
      <td align='center' class='row4'>{$Data['posts']}</td>
      <td align='center' class='row2'>{$Data['views']}</td>
      <td class='row2'>{$Data['last_post']}<br /><a href='{ibf.script_url}showtopic={$Data['tid']}&amp;view=getlastpost'>{$Data['last_text']}</a> <b>{$Data['last_poster']}</b></td>
    </tr>
    <!-- End Topic Entry {$Data['tid']} -->
<!--IBF_END_FUNC|RenderRow-->


<!--IBF_GROUP_END:skin_search-->
<!-- PLEASE LEAVE ALL 'IBF' COMMENTS IN PLACE, DO NOT REMOVE THEM! -->
<!--IBF_GROUP_START:skin_register-->

<!--IBF_START_FUNC|bot_antispam_gd|$regid-->

<br />
<div class="tableborder">
  <div class="pformstrip">{ibf.lang.las_title}</div>
  <table class="tablebasic">
   <tr>
	 <td class='row1' width='40%'>{ibf.lang.las_numbers}</td>
	 <td class='row1'>
	   <input type='hidden' name='regid' value='$regid' />
	   <img src='{ibf.script_url}act=Reg&amp;CODE=image&amp;rc={$regid}' border='0' alt='Loading Image' />
	 </td>
	 </tr>
	 <tr>
	 <td class='row1' width='40%'>{ibf.lang.las_text}</td>
	 <td class='row1'><input type='text' size='32' maxlength='32' name='reg_code' class='forminput' /></td>
	 </tr>
  </table>
</div>
<!--IBF_END_FUNC|bot_antispam_gd-->

<!--IBF_START_FUNC|tmpl_form|$action, $hidden, $title, $content-->

<form method="post" action="$action">
$hidden
<div class="tableborder">
  <div class="maintitle">$title</div>
  <table class="tablebasic">
  $content
  </table>
  <div class="pformstrip" align="center"><input type="submit" class='forminput' /></div>
</div>
</form>
<!--IBF_END_FUNC|tmpl_form-->

<!--IBF_START_FUNC|optional_title|-->

<tr>
  <td colspan='2' class='pformstrip'>{ibf.lang.cf_optional}</td>
</tr>
<!--IBF_END_FUNC|optional_title-->

<!--IBF_START_FUNC|field_entry|$title, $desc="", $content-->

<tr>
  <td class='pformleft' valign='top'><b>$title</b><br />$desc</td>
  <td class='pformright'>$content</td>
</tr>
<!--IBF_END_FUNC|field_entry-->

<!--IBF_START_FUNC|field_textinput|$name, $value=""-->

<input type='text' size='30' name='$name' value='$value' class='forminput' />
<!--IBF_END_FUNC|field_textinput-->

<!--IBF_START_FUNC|field_dropdown|$name, $options-->

<select name='$name' class='forminput'>$options</select>
<!--IBF_END_FUNC|field_dropdown-->

<!--IBF_START_FUNC|field_textarea|$name, $value-->

<textarea cols='60' rows='5' name='$name' class='forminput'>$value</textarea>
<!--IBF_END_FUNC|field_textarea-->

<!--IBF_START_FUNC|show_lostpass_form_manual|-->

<div class="tablepad">{ibf.lang.dumb_text}</div>
  <div class="pformstrip">{ibf.lang.complete_form}</div>
  <table class="tablebasic">
   <tr>
	<td class="pformleft"><strong>{ibf.lang.user_id}</strong></td>
	<td class="pformright"><input type='text' size='32' maxlength='32' name='uid' class='forminput' /></td>
   </tr>
   <tr>
	<td class="pformleft"><strong>{ibf.lang.val_key}</strong></td>
	<td class="pformright"><input type='text' size='32' maxlength='50' name='aid' class='forminput' /></td>
   </tr>
<!--IBF_END_FUNC|show_lostpass_form_manual-->

<!--IBF_START_FUNC|show_lostpass_form_auto|$aid,$uid-->

<input type='hidden' name='uid' value='$uid'  />
  <input type='hidden' name='aid' value='$aid'  />
  <table class="tablebasic">
<!--IBF_END_FUNC|show_lostpass_form_auto-->

<!--IBF_START_FUNC|show_dumb_form|$type="reg"-->

<script language='javascript' type="text/javascript">
<!--
function Validate() {
	// Check for Empty fields
	if (document.REG.uid.value == "" || document.REG.aid.value == "") {
		alert ("{ibf.lang.js_blanks}");
		return false;
	}
}
//-->
</script>
<form action="{ibf.script_url}" method="post" name='REG' onsubmit='return Validate()'>
<input type='hidden' name='act' value='Reg' />
<input type='hidden' name='CODE' value='03' />
<input type='hidden' name='type' value='$type' />
<div class="tableborder">
  <div class="titlemedium">{ibf.lang.dumb_header}</div>
  <div class="tablepad">{ibf.lang.dumb_text}</div>
  <div class="pformstrip">{ibf.lang.complete_form}</div>
  <table class="tablebasic">
   <tr>
	<td class="pformleft">{ibf.lang.user_id}</td>
	<td class="pformright"><input type='text' size='32' maxlength='32' name='uid' class='forminput' /></td>
   </tr>
   <tr>
	<td class="pformleft">{ibf.lang.val_key}</td>
	<td class="pformright"><input type='text' size='32' maxlength='50' name='aid' class='forminput' /></td>
   </tr>
  </table>
  <div class="pformstrip" align="center"><input type="submit" value="{ibf.lang.dumb_submit}" class='forminput' /></div>
</div>
</form>
<!--IBF_END_FUNC|show_dumb_form-->

<!--IBF_START_FUNC|ShowForm|$data-->

<script language='javascript' type="text/javascript">
<!--
function Validate() {
	// Check for Empty fields
	if (document.REG.UserName.value == "" || document.REG.PassWord.value == "" || document.REG.PassWord_Check.value == "" || document.REG.EmailAddress.value == "") {
		alert ("{ibf.lang.js_blanks}");
		return false;
	}
	// Have we checked the checkbox?
	if (document.REG.agree.checked == true) {
		return true;
	} else {
		alert ("{ibf.lang.js_no_check}");
		return false;
	}
}
//-->
  </script>
<form action="{ibf.vars.board_url}/index.{ibf.vars.php_ext}" method="post" name='REG' onsubmit='return Validate()'>
<input type='hidden' name='act' value='Reg' />
<input type='hidden' name='CODE' value='02' />
<input type='hidden' name='coppa_user' value='{$data['coppa_user']}' />
<b>{ibf.lang.reg_header}</b><br /><br />{$data['TEXT']}
<br />
<br />
<div class="tableborder">
  <div class="maintitle"><{CAT_IMG}>&nbsp;{ibf.lang.registration_form}</div>
  <div class="pformstrip">{ibf.lang.complete_form}</div>
  <table class="tablebasic">
  <tr>
    <td class="pformleft">{ibf.lang.user_name}</td>
    <td class="pformright"><input type='text' size='32' maxlength='64' value='{$ibforums->input['UserName']}' name='UserName' onkeypress=FKeyPress(UserName); onkeydown=FKeyDown(UserName); class='forminput' /></td>
  </tr>
  <tr>
    <td class="pformleft">{ibf.lang.pass_word}</td>
    <td class="pformright"><input type='password' size='32' maxlength='32' value='{$ibforums->input['PassWord']}' name='PassWord' class='forminput' /></td>
  </tr>
  <tr>
    <td class="pformleft">{ibf.lang.re_enter_pass}</td>
    <td class="pformright"><input type='password' size='32' maxlength='32' value='{$ibforums->input['PassWord_Check']}'  name='PassWord_Check' class='forminput' /></td>
  </tr>
<tr>
	<td class="pformleft">{ibf.lang.sex}</td>
	<td class="pformright"><select name='sex' class='forminput'><option value='0'>--</option><option value='1'>{ibf.lang.man}</option><option value='2'>{ibf.lang.woman}</option></select></td>
  </tr>
  <tr>
    <td class="pformleft">{ibf.lang.email_address}</td>
    <td class="pformright">
    <input type='text' size='32' maxlength='50' value='{$ibforums->input['EmailAddress']}'  name='EmailAddress' class='forminput' dir="ltr" /></td>
  </tr>
  <tr>
    <td class="pformleft">{ibf.lang.email_address_two}</td>
    <td class="pformright">
    <input type='text' size='32' maxlength='50'  value='{$ibforums->input['EmailAddress_two']}' name='EmailAddress_two' class='forminput' dir="ltr" /></td>
  </tr>
  <!--{REQUIRED.FIELDS}-->
  <!--{OPTIONAL.FIELDS}-->
  <!--IBF.MODULES.EXTRA-->
  </table>
</div>
<br />
<!--{REG.ANTISPAM}-->
<br />
<div class="tableborder">
  <div class="pformstrip">{ibf.lang.terms_service}</div>
  <div class="tablepad" align="center">
   <strong>{ibf.lang.terms_service_text}</strong>
   <br />
   <br />
   <textarea cols='75' rows='9' readonly="readonly" name='Post' class='textinput'>{$data[RULES]}</textarea>
   <br /><br /><b>{ibf.lang.agree_submit}</b>&nbsp;<input type='checkbox' name='agree' value='1' />
  </div>
  <div class="pformstrip" align="center"><input type="submit" value="{ibf.lang.submit_form}" class='forminput' /></div>
</div>
</form>
<!--IBF_END_FUNC|ShowForm-->

<!--IBF_START_FUNC|errors|$data-->

<div class="tableborder">
  <div class="pformstrip">{ibf.lang.errors_found}</div>
  <div class="tablepad"><span class='postcolor'>$data</span></div>
</div>
<br />
<!--IBF_END_FUNC|errors-->

<!--IBF_START_FUNC|bot_antispam|$regid-->

<br />
<div class="tableborder">
  <div class="pformstrip">{ibf.lang.las_title}</div>
  <table class="tablebasic">
	 <td class='row1' width='40%'>{ibf.lang.las_numbers}</td>
	 <td class='row1'>
	   <input type='hidden' name='regid' value='$regid' />
	   <img src='{ibf.script_url}act=Reg&amp;CODE=image&amp;rc={$regid}&amp;p=1' border='0' alt='Code Bit' />
	   &nbsp;<img src='{ibf.script_url}act=Reg&amp;CODE=image&amp;rc={$regid}&amp;p=2' border='0' alt='Code Bit' />
	   &nbsp;<img src='{ibf.script_url}act=Reg&amp;CODE=image&amp;rc={$regid}&amp;p=3' border='0' alt='Code Bit' />
	   &nbsp;<img src='{ibf.script_url}act=Reg&amp;CODE=image&amp;rc={$regid}&amp;p=4' border='0' alt='Code Bit' />
	   &nbsp;<img src='{ibf.script_url}act=Reg&amp;CODE=image&amp;rc={$regid}&amp;p=5' border='0' alt='Code Bit' />
	   &nbsp;<img src='{ibf.script_url}act=Reg&amp;CODE=image&amp;rc={$regid}&amp;p=6' border='0' alt='Code Bit' />
	 </td>
	 </tr>
	 <tr>
	 <td class='row1' width='40%'>{ibf.lang.las_text}</td>
	 <td class='row1'><input type='text' size='32' maxlength='32' name='reg_code' class='forminput' /></td>
	 </tr>
  </table>
</div>
<!--IBF_END_FUNC|bot_antispam-->

<!--IBF_START_FUNC|show_revalidate_form|$name=""-->

<form action="{ibf.script_url}" method="post" name='REG'>
<input type='hidden' name='act' value='Reg' />
<input type='hidden' name='CODE' value='reval2' />
<div>{ibf.lang.rv_ins}</div>
<br />
<div class="tableborder">
  <div class="maintitle"><{CAT_IMG}>&nbsp;{ibf.lang.rv_title}</div>
  <table class="tablebasic">
   <tr>
	<td class="pformleft"><strong>{ibf.lang.rv_name}</strong></td>
	<td class="pformright"><input type='text' size='32' maxlength='64' name='username' value='$name' class='forminput' /></td>
   </tr>
  </table>
  <div class="pformstrip" align="center"><input type="submit" value="{ibf.lang.rv_go}" class='forminput' /></div>
</div>
</form>
<!--IBF_END_FUNC|show_revalidate_form-->

<!--IBF_START_FUNC|show_lostpass_form|-->

<script language='javascript' type="text/javascript">
<!--
function Validate() {
	// Check for Empty fields
	if (document.REG.uid.value == "" || document.REG.aid.value == "") {
		alert ("{ibf.lang.js_blanks}");
		return false;
	}
}
//-->
</script>
<form action="{ibf.script_url}" method="post" name='REG' onsubmit='return Validate()'>
<input type='hidden' name='act' value='Reg' />
<input type='hidden' name='CODE' value='03' />
<input type='hidden' name='type' value='lostpass' />
<div class="tableborder">
  <div class="maintitle"><{CAT_IMG}>&nbsp;{ibf.lang.dumb_header}</div>
  <div class="pformstrip">{ibf.lang.lpf_title}</div>
   <!--IBF.INPUT_TYPE-->
   <tr>
	<td class="pformleft"><strong>{ibf.lang.lpf_pass1}</strong><br><em>{ibf.lang.lpf_pass11}</em></td>
	<td class="pformright"><input type='password' size='32' maxlength='32' name='pass1' class='forminput' /></td>
   </tr>
   <tr>
	<td class="pformleft"><strong>{ibf.lang.lpf_pass2}</strong><br><em>{ibf.lang.lpf_pass22}</em></td>
	<td class="pformright"><input type='password' size='32' maxlength='32' name='pass2' class='forminput' /></td>
   </tr>
  </table>
 
  <div class="pformstrip" align="center"><input type="submit" value="{ibf.lang.dumb_submit}" class='forminput' /></div>
</div>
</form>
<!--IBF_END_FUNC|show_lostpass_form-->

<!--IBF_START_FUNC|show_authorise|$member-->

<div class="tableborder">
  <div class="maintitle"><!-- --></div>
  <div class="pformstrip">{ibf.lang.registration_process}</div>
  <div class="tablepad">{ibf.lang.thank_you} {$member['name']}. {ibf.lang.auth_text} {$member['email']}</div>
</div>
<!--IBF_END_FUNC|show_authorise-->

<!--IBF_START_FUNC|show_revalidated|-->

<div class="tableborder">
  <div class="maintitle"><{CAT_IMG}>&nbsp;{ibf.lang.rv_title}</div>
  <div class="pformstrip">{ibf.lang.rv_process}</div>
  <div class="tablepad">{ibf.lang.rv_done}</div>
</div>
<!--IBF_END_FUNC|show_revalidated-->

<!--IBF_START_FUNC|show_lostpasswait|$member-->

<div class="tableborder">
  <div class="maintitle"><{CAT_IMG}>&nbsp;{ibf.lang.lpf_title}</div>
  <div class="pformstrip">{ibf.lang.registration_process}</div>
  <div class="tablepad">{ibf.lang.lpass_text}</div>
</div>
<!--IBF_END_FUNC|show_lostpasswait-->

<!--IBF_START_FUNC|show_preview|$member-->

<div class="tableborder">
  <div class="maintitle"><!-- --></div>
  <div class="pformstrip">{ibf.lang.registration_process}</div>
  <div class="tablepad">{ibf.lang.thank_you} {$member['name']}. {ibf.lang.preview_reg_text}</div>
</div>
<!--IBF_END_FUNC|show_preview-->

<!--IBF_START_FUNC|coppa_start|$coppadate-->

<div class="tableborder">
  <div class="maintitle"><{CAT_IMG}>&nbsp;{ibf.lang.registration_form}</div>
  <div class="pformstrip">{ibf.lang.coppa_info}</div>
  <div class="tablepad"  align="center">
	<span class="postcolor">
	  <strong>
	  {ibf.lang.coppa_link}
	  <br /><br />
	  &lt; <a href='{ibf.script_url}act=Reg&amp;coppa_pass=1'>{ibf.lang.coppa_date_before} $coppadate</a>
	  - <a href='{ibf.script_url}act=Reg&amp;CODE=coppa_two'>{ibf.lang.coppa_date_after} $coppadate</a> &gt;
	  </strong>
	</span>
  </div>
  <div class="pformstrip">{ibf.lang.coppa_form}</div>
  <div class="tablepad">{ibf.lang.coppa_form_text} <a href='mailto:{ibf.vars.email_in}'>{ibf.vars.email_in}</a></div>
</div>
<!--IBF_END_FUNC|coppa_start-->

<!--IBF_START_FUNC|lost_pass_form|$lasid=""-->

<form action="{ibf.script_url}" method="post">
<input type='hidden' name='act' value='Reg' />
<input type='hidden' name='CODE' value='11' />
<div class="tableborder">
  <div class="maintitle"><{CAT_IMG}>&nbsp;{ibf.lang.lost_pass_form}</div>
  <div class="pformstrip">{ibf.lang.lp_header}</div>
  <div class="tablepad"><span style="line-height:140%">{ibf.lang.lp_text}</span></div>
  <div class="pformstrip">{ibf.lang.complete_form}</div>
  <table class="tablebasic">
  <tr>
   <td class="pformleft"><strong>{ibf.lang.lp_user_name}</strong></td>
   <td class="pformright"><input type='text' size='32' maxlength='32' name='member_name' onkeypress=FKeyPress(member_name); onkeydown=FKeyDown(member_name); class='forminput' /></td>
  </tr>
  </table>
</div>
<!--{REG.ANTISPAM}-->
<br />
<div class="tableborder">
   <div class="pformstrip" align="center"><input type="submit" value="{ibf.lang.lp_send}" class='forminput' /></div>
</div>
</form>
<!--IBF_END_FUNC|lost_pass_form-->

<!--IBF_START_FUNC|coppa_two|-->

<div class='tableborder'>
  <div class='maintitle'>{ibf.lang.cp2_title}</div>
   <table cellpadding='3' cellspacing='1' border='0' width='100%'>
   <tr>
   <td class='row1' align='left'>
	   {ibf.lang.cp2_text}
	   <br /><br />
	   <center><span style='font-weight:bold;font-size:12px'>
		&lt;&lt; <a href='{ibf.script_url}'>{ibf.lang.cp2_cancel}</a>
	   - <a href='{ibf.script_url}act=Reg&amp;coppa_pass=1&amp;coppa_user=1'>{ibf.lang.cp2_continue}</a> &gt;&gt;
	   </span></center>
   </td>
   </tr>
   <tr>
   <td valign='left' class='titlemedium'>{ibf.lang.coppa_form}</td>
   </tr>
   <tr>
	<td class='row1' align='left'>{ibf.lang.coppa_form_text} <a href='mailto:{ibf.vars.email_in}'>{ibf.vars.email_in}</a></td>
   </tr>
   </table>
</div>
<!--IBF_END_FUNC|coppa_two-->

<!--IBF_START_FUNC|coppa_form|-->

<html>
      <head>
       <title>{ibf.lang.cpf_title}</title>
       <!--<link rel='stylesheet' href='style_sheets/stylesheet_<{css_id}>.css' type='text/css'>-->
      </head>
     <body bgcolor='white'>
     <table cellpadding='0' cellspacing='4' border='0' width='95%' align='center'>
     <tr>
        <td valign='middle' align='left'>
        	<span class='pagetitle'>{ibf.vars.board_name}: {ibf.lang.cpf_title}</span>
        	<br /><br />
        	<b><span style='font-size:12px'>{ibf.lang.cpf_perm_parent}</span></b>
        	<br /><br />
        	{ibf.lang.cpf_fax} {ibf.vars.coppa_fax}
        	<br /><br />
        	{ibf.lang.cpf_address}
        	<br />
        	{ibf.vars.coppa_address}
        
        </td>
     </tr>
     </table>
     <br />
     <table cellpadding='4' cellspacing='2' border='1' width='95%' align='center'>
      <tr>
		<td width='40%'>{ibf.lang.user_name}</td>
		<td>&nbsp;</td>
		</tr>
		<tr>
		<td width='40%'>{ibf.lang.pass_word}</td>
		<td>&nbsp;</td>
		</tr>
		<tr>
		<td width='40%'>{ibf.lang.email_address}</td>
		<td>&nbsp;</td>
	  </tr>
     </table>
     <br />
     <table cellpadding='0' cellspacing='4' border='0' width='95%' align='center'>
     <tr>
        <td valign='middle' align='left'>
        	<b><span style='font-size:12px'>{ibf.lang.cpf_sign}</span></b>
        </td>
     </tr>
     </table>
     <br />
     <table cellpadding='10' cellspacing='2' border='1' width='95%' align='center'>
      <tr>
		<td width='40%'>{ibf.lang.cpf_name}</td>
		<td>&nbsp;</td>
		</tr>
		<tr>
		<td width='40%'>{ibf.lang.cpf_relation}</td>
		<td>&nbsp;</td>
		</tr>
		<tr>
		<td width='40%'>{ibf.lang.cpf_signature}</td>
		<td>&nbsp;</td>
	    </tr>
	    <tr>
		<td width='40%'>{ibf.lang.cpf_email}</td>
		<td>&nbsp;</td>
		</tr>
		<tr>
		<td width='40%'>{ibf.lang.cpf_phone}</td>
		<td>&nbsp;</td>
		</tr>
		<tr>
		<td width='40%'>{ibf.lang.cpf_date}</td>
		<td>&nbsp;</td>
		</tr>
     </table>
    </body>
  </html>
<!--IBF_END_FUNC|coppa_form-->


<!--IBF_GROUP_END:skin_register-->
<!-- PLEASE LEAVE ALL 'IBF' COMMENTS IN PLACE, DO NOT REMOVE THEM! -->
<!--IBF_GROUP_START:skin_profile-->

<!--IBF_START_FUNC|custom_field|$title, $value=""-->

<tr>
              <td class="row3" valign='top'><b>$title</b></td>
              <td align='left' class='row1'>$value</td>
            </tr>
<!--IBF_END_FUNC|custom_field-->

<!--IBF_START_FUNC|user_edit|$info-->

&middot; <a href='{$info['base_url']}act=UserCP&amp;CODE=22'>{ibf.lang.edit_my_sig}</a> &middot;
<a href='{$info['base_url']}act=UserCP&amp;CODE=24'>{ibf.lang.edit_avatar}</a> &middot;
<a href='{$info['base_url']}act=UserCP&amp;CODE=01'>{ibf.lang.edit_profile}</a>
<!--IBF_END_FUNC|user_edit-->

<!--IBF_START_FUNC|show_profile|$info-->

<script language='Javascript' type='text/javascript'>
	<!--
	function PopUp(url, name, width,height,center,resize,scroll,posleft,postop) {
		if (posleft != 0) { x = posleft }
		if (postop  != 0) { y = postop  }
	
		if (!scroll) { scroll = 1 }
		if (!resize) { resize = 1 }
	
		if ((parseInt (navigator.appVersion) >= 4 ) && (center)) {
		  X = (screen.width  - width ) / 2;
		  Y = (screen.height - height) / 2;
		}
		if (scroll != 0) { scroll = 1 }
	
		var Win = window.open( url, name, 'width='+width+',height='+height+',top='+Y+',left='+X+',resizable='+resize+',scrollbars='+scroll+',location=no,directories=no,status=no,menubar=no,toolbar=no');
	 }
	//-->
            </script>
<table class="tablebasic" cellspacing="0" cellpadding="2">
<tr>
 <td>{$info['photo']}</td>
 <td width="100%" valign="bottom">
   <div id="profilename">{$info['name']}</div>
   <div>
	 <a href='{$info['base_url']}act=Search&amp;CODE=getalluser&amp;mid={$info['mid']}'>{ibf.lang.find_posts}</a> &middot;
	 <a href='{$info['base_url']}act=Msg&amp;CODE=02&amp;MID={$info['mid']}'>{ibf.lang.add_to_contact}</a>
	 <!--MEM OPTIONS-->
   </div>
 </td>
</tr>
</table>
<br />
<table cellpadding='0' align='center' cellspacing='2' border='0' width="100%">
  <tr>
	<td width='50%' valign='top' class="plainborder">
	 <table cellspacing="1" cellpadding='6' width='100%'>
	  <tr>
		<td align='center' colspan='2' class='maintitle'>{ibf.lang.active_stats}</td>
	  </tr>
	  <tr>
		<td class="row3" width='30%' valign='top'><b>{ibf.lang.total_posts}</b></td>
		<td align='left' width='70%' class='row1'><b>{$info['posts']}</b><br />( {$info['total_pct']}% {ibf.lang.total_percent} )</td>
	  </tr>
	  <tr>
		<td class="row3" valign='top'><b>{ibf.lang.posts_per_day}</b></td>
		<td align='left' class='row1'><b>{$info['posts_day']}</b></td>
	  </tr>
	  <tr>
		<td class="row3" valign='top'><b>{ibf.lang.joined}</b></td>
		<td align='left' class='row1'><b>{$info['joined']}</b></td>
	  </tr>
	  <tr>
		<td class="row3" valign='top'><b>{ibf.lang.fav_forum}</b></td>
		<td align='left' class='row1'><a href='{$info['base_url']}act=SF&amp;f={$info['fav_id']}'>{$info['fav_forum']}</a><br />{$info['fav_posts']} {ibf.lang.fav_posts}<br />( {$info['percent']}% {ibf.lang.fav_percent} )</td>
	  </tr>
	  <tr>
		<td class="row3" valign='top'><b>{ibf.lang.user_local_time}</b></td>
		<td align='left' class='row1'>{$info['local_time']}</td>
	  </tr>
	  </table>
	</td>
	
	<!-- Communication -->
	
   <td width='50%' valign='top' class="plainborder">
	 <table cellspacing="1" cellpadding='6' width='100%'>
	  <tr>
		<td align='center' colspan='2' class='maintitle'>{ibf.lang.communicate}</td>
	  </tr>
	  <tr>
		<td class="row3" width='30%' valign='top'><b>{ibf.lang.email}</b></td>
		<td align='left' width='70%' class='row1'>{$info['email']}</td>
	  </tr>
	   <tr>
		<td class="row3" valign='top'><b>{ibf.lang.integ_msg}</b></td>
		<td align='left' class='row1'>{$info['integ_msg']}</td>
	  </tr>
	  <tr>
		<td class="row3" valign='top'><b>{ibf.lang.aim}</b></td>
		<td align='left' class='row1'>{$info['aim_name']}</td>
	  </tr>
	  <tr>
		<td class="row3" valign='top'><b>{ibf.lang.icq}</b></td>
		<td align='left' class='row1'>{$info['icq_number']}</td>
	  </tr>
	  <tr>
		<td class="row3" valign='top'><b>{ibf.lang.yahoo}</b></td>
		<td align='left' class='row1'>{$info['yahoo']}</td>
	  </tr>
	  <tr>
		<td class="row3" valign='top'><b>{ibf.lang.msn}</b></td>
		<td align='left' class='row1'>{$info['msn_name']}</td>
	  </tr>
	  <tr>
		<td class="row3" valign='top'><b>{ibf.lang.pm}</b></td>
		<td align='left' class='row1'><a href='{$info['base_url']}act=Msg&amp;CODE=4&amp;MID={$info['mid']}'>{ibf.lang.click_here}</a></td>
	  </tr>
	  </table>
	</td>
	
	<!-- END CONTENT ROW 1 -->
	<!-- information -->
	
  </tr>
  <tr>
	<td width='50%' valign='top' class="plainborder">
	 <table cellspacing="1" cellpadding='6' width='100%'>
	  <tr>
		<td align='center' colspan='2' class='maintitle'>{ibf.lang.info}</td>
	  </tr>
	  <tr>
		<td class="row3" width='30%' valign='top'><b>{ibf.lang.homepage}</b></td>
		<td align='left' width='70%' class='row1'>{$info['homepage']}</td>
	  </tr>
	  <tr>
		<td class="row3" valign='top'><b>{ibf.lang.birthday}</b></td>
		<td align='left' class='row1'>{$info['birthday']}</td>
	  </tr>
	  <tr>
		<td class="row3" valign='top'><b>{ibf.lang.location}</b></td>
		<td align='left' class='row1'>{$info['location']}</td>
	  </tr>
<tr>
		<td class="row3" valign='top'><b>{ibf.lang.sex}</b></td>
		<td align='left' class='row1'>{$info['sex']}</td>
	  </tr>
	  <tr>
		<td class="row3" valign='top'><b>{ibf.lang.interests}</b></td>
		<td align='left' class='row1'>{$info['interests']}</td>
	  </tr>
	  <!--{CUSTOM.FIELDS}-->
	  </table>
	</td>
	
	<!-- Profile -->
	
   <td width='50%' valign='top' class="plainborder">
	 <table cellspacing="1" cellpadding='6' width='100%'>
	  <tr>
		<td align='center' colspan='2' class='maintitle'>{ibf.lang.post_detail}</td>
	  </tr>
	  <tr>
		<td class="row3" width='30%' valign='top'><b>{ibf.lang.mgroup}</b></td>
		<td align='left' width='70%'  class='row1'>{$info['group_title']}</td>
	  </tr>
	  <tr>
		<td class="row3" valign='top'><b>{ibf.lang.mtitle}</b></td>
		<td align='left' class='row1'>{$info['member_title']}</td>
	  </tr>
	  <tr>
		<td class="row3" valign='top'><b>{ibf.lang.avatar}</b></td>
		<td align='left' class='row1'>{$info['avatar']}</td>
	  </tr>
	  <tr>
		<td class="row3" valign='top'><b>{ibf.lang.siggie}</b></td>
		<td align='left' class='row1'>{$info['signature']}</td>
	  </tr>
	  <!--{WARN_LEVEL}-->
	  </table>
	</td>
	</tr>
</table>
<div class='tableborder'>
 <div class='pformstrip' align='center'>&lt;( <a href='javascript:history.go(-1)'>{ibf.lang.back}</a> )</div>
</div>
<!--IBF_END_FUNC|show_profile-->

<!--IBF_START_FUNC|show_card|$name, $photo, $info-->

<script language='javascript' type="text/javascript">
<!--
 function redirect_to(where, closewin)
 {
 	opener.location= '{ibf.script_url}' + where;
 	
 	if (closewin == 1)
 	{
 		self.close();
 	}
 }
//-->
    </script>
<div id="photowrap">
 <div id="phototitle">$name</div>
 <br />
 <table class="tablebasic" cellspacing="6">
 <tr>
  <td valign="middle" class="row1">$photo</td>
  <td width="100%" class="row1" valign="bottom">
    <table class="tablebasic" cellpadding="5">
      <tr>
        <td nowrap="nowrap">{ibf.lang.email}</td>
		<td width="100%">{$info['email']}</td>
	  </tr>
	  <tr>
		<td nowrap="nowrap">{ibf.lang.integ_msg}</td>
		<td width="100%">{$info['integ_msg']}</td>
	  </tr>
	  <tr>
		<td nowrap="nowrap">{ibf.lang.aim}</td>
		<td width="100%">{$info['aim_name']}</td>
	  </tr>
	  <tr>
		<td nowrap="nowrap">{ibf.lang.icq}</td>
		<td width="100%">{$info['icq_number']}</td>
	  </tr>
	  <tr>
		<td nowrap="nowrap">{ibf.lang.yahoo}</td>
		<td width="100%">{$info['yahoo']}</td>
	  </tr>
	  <tr>
		<td nowrap="nowrap">{ibf.lang.msn}</td>
		<td width="100%">{$info['msn_name']}</td>
	  </tr>
	  <tr>
		<td nowrap="nowrap">{ibf.lang.pm}</b></td>
		<td><a href='javascript:redirect_to("&amp;act=Msg&amp;CODE=4&amp;MID={$info['mid']}", 1);'>{ibf.lang.click_here}</a></td>
	  </tr>
     </td>
    </tr>
   </table>
  </td>
 </tr>
 </table>
</div>
<div align="center">
  <a href="{ibf.script_url}act=Profile&amp;CODE=showcard&amp;MID={$info['mid']}&amp;download=1">{ibf.lang.ac_download}</a>
  &middot; <a href="javascript:self.close();">{ibf.lang.ac_close}</a>
</div>
<!--IBF_END_FUNC|show_card-->

<!--IBF_START_FUNC|warn_level_rating_no_mod|$mid, $level,$min=0,$max=10-->

<tr>
	<td class="row3" valign='top'><b>{ibf.lang.rating_level}</b></td>
	<td align='left' class='row1'>&lt;&nbsp;$min ( <a href="javascript:PopUp('{ibf.script_url}act=warn&amp;mid={$mid}&amp;CODE=view','Pager','500','450','0','1','1','1')">{$level}</a> ) $max&nbsp;&gt;</td>
  </tr>
<!--IBF_END_FUNC|warn_level_rating_no_mod-->

<!--IBF_START_FUNC|get_photo|$show_photo, $show_width, $show_height-->

<img src="$show_photo" border="0" alt="User Photo" $show_width $show_height />
<!--IBF_END_FUNC|get_photo-->

<!--IBF_START_FUNC|show_photo|$name, $photo-->

<div id="photowrap">
 <div id="phototitle">$name</div>
 <div id="photoimg">$photo</div>
</div>
<!--IBF_END_FUNC|show_photo-->

<!--IBF_START_FUNC|show_card_download|$name, $photo, $info-->

<html dir='rtl'>
 <head>
  <meta http-equiv="Content-Type" content="text/html; charset=windows-1256">
  <title>$name</title>
  <style type="text/css">
	 form { display:inline; }
	 img  { vertical-align:middle }
	 BODY { font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 11px; color: #000; margin-left:5%;margin-right:5%;margin-top:5px;  }
	 TABLE, TR, TD { font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 11px; color: #000; }
	 a:link, a:visited, a:active { text-decoration: underline; color: #000 }
	 a:hover { color: #465584; text-decoration:underline }
	 #profilename { font-size:28px; font-weight:bold; }
	 #photowrap { padding:6px; }
	 #phototitle { font-size:24px; border-bottom:1px solid black }
	 #photoimg   { text-align:center; margin-top:15px } 
	 .plainborder { border:1px solid #345487;background-color:#F5F9FD }
	 .tableborder { border:1px solid #345487;background-color:#FFF }
	 .tablefill   { border:1px solid #345487;background-color:#F5F9FD;padding:6px }
	 .tablepad    { background-color:#F5F9FD;padding:6px }
	 .tablebasic  { width:100%; padding:0px 0px 0px 0px; margin:0px; border:0px }
	 .row1 { background-color: #F5F9FD }
	 .row2 { background-color: #DFE6EF }
	 .row3 { background-color: #EEF2F7 }
	 .row4 { background-color: #E4EAF2 }
  </style>
  <script language='javascript' type="text/javascript">
  <!--
   function redirect_to(where, closewin)
   {
	  opener.location= '{ibf.script_url}' + where;
	  
	  if (closewin == 1)
	  {
		  self.close();
	  }
   }
  //-->
  </script>
 </head>
<body>
<table width="100%" height="100%">
<tr>
 <td valign="middle" align="center" width="400">
	<div id="phototitle">$name</div>
	<br />
	<table class="tablebasic" cellspacing="6">
	<tr>
	 <td valign="middle" class="row1">$photo</td>
	 <td width="100%" class="row1" valign="bottom">
	   <table class="tablebasic" cellpadding="5">
		 <tr>
		   <td nowrap="nowrap">{ibf.lang.email}</td>
		   <td width="100%">{$info['email']}</td>
		 </tr>
		 <tr>
		  <td nowrap="nowrap">{ibf.lang.integ_msg}</td>
		  <td width="100%">{$info['integ_msg']}</td>
	     </tr>
		 <tr>
		   <td nowrap="nowrap">{ibf.lang.aim}</td>
		   <td width="100%">{$info['aim_name']}</td>
		 </tr>
		 <tr>
		   <td nowrap="nowrap">{ibf.lang.icq}</td>
		   <td width="100%">{$info['icq_number']}</td>
		 </tr>
		 <tr>
		   <td nowrap="nowrap">{ibf.lang.yahoo}</td>
		   <td width="100%">{$info['yahoo']}</td>
		 </tr>
		 <tr>
		   <td nowrap="nowrap">{ibf.lang.msn}</td>
		   <td width="100%">{$info['msn_name']}</td>
		 </tr>
		 <tr>
		   <td nowrap="nowrap">{ibf.lang.pm}</b></td>
		   <td><a href='javascript:redirect_to("&amp;act=Msg&amp;CODE=4&amp;MID={$info['mid']}", 1);'>{ibf.lang.click_here}</a></td>
		 </tr>
		</td>
	   </tr>
	  </table>
	 </td>
	</tr>
	</table>
  </td>
 </tr>
</table>
</body>
</html>
<!--IBF_END_FUNC|show_card_download-->

<!--IBF_START_FUNC|warn_level|$mid, $img, $percent-->

<tr>
	<td class="row3" valign='top'><b>{ibf.lang.warn_level}</b></td>
	<td align='left' class='row1'><a href="javascript:PopUp('{ibf.script_url}act=warn&amp;mid={$mid}&amp;CODE=view','Pager','500','450','0','1','1','1')">{$percent}</a>%: <a href='{ibf.script_url}act=warn&amp;type=minus&amp;mid={$mid}' title='{ibf.lang.tt_warn_minus}'><{WARN_MINUS}></a>{$img}<a href='{ibf.script_url}act=warn&amp;type=add&amp;mid={$mid}' title='{ibf.lang.tt_warn_add}'><{WARN_ADD}></a>
</td>
  </tr>
<!--IBF_END_FUNC|warn_level-->

<!--IBF_START_FUNC|warn_level_no_mod|$mid, $img, $percent-->

<tr>
	<td class="row3" valign='top'><b>{ibf.lang.warn_level}</b></td>
	<td align='left' class='row1'><a href="javascript:PopUp('{ibf.script_url}act=warn&amp;mid={$mid}&amp;CODE=view','Pager','500','450','0','1','1','1')">{$percent}</a>%: {$img}</td>
  </tr>
<!--IBF_END_FUNC|warn_level_no_mod-->

<!--IBF_START_FUNC|warn_level_rating|$mid, $level,$min=0,$max=10-->

<tr>
	<td class="row3" valign='top'><b>{ibf.lang.rating_level}</b></td>
	<td align='left' class='row1'><a href='{ibf.script_url}act=warn&amp;type=minus&amp;mid={$mid}' title='{ibf.lang.tt_warn_minus}'><{WARN_MINUS}></a> &lt;&nbsp;$min ( <a href="javascript:PopUp('{ibf.script_url}act=warn&amp;mid={$mid}&amp;CODE=view','Pager','500','450','0','1','1','1')">{$level}</a> ) $max&nbsp;&gt; <a href='{ibf.script_url}act=warn&amp;type=add&amp;mid={$mid}' title='{ibf.lang.tt_warn_add}'><{WARN_ADD}></a></td>
  </tr>
<!--IBF_END_FUNC|warn_level_rating-->


<!--IBF_GROUP_END:skin_profile-->
<!-- PLEASE LEAVE ALL 'IBF' COMMENTS IN PLACE, DO NOT REMOVE THEM! -->
<!--IBF_GROUP_START:skin_post-->

<!--IBF_START_FUNC|add_edit_box|$checked=""-->

<tr>
  <td class='pformleft'><b>{ibf.lang.edit_ops}</b></td>
  <td class='pformright'><input type='checkbox' name='add_edit' value='1' $checked class='forminput' />&nbsp;{ibf.lang.append_edit}</td>
</tr>
<!--IBF_END_FUNC|add_edit_box-->

<!--IBF_START_FUNC|topictitle_fields|$data-->

<tr>
 <td align='right' colspan="2" class='pformstrip'>{ibf.lang.tt_topic_settings}</td>
</tr>
<tr>
  <td align='right' class='pformleft'>{ibf.lang.topic_title}</td>
  <td align='right' class='pformright'><input type='text' onkeypress=FKeyPress(TopicTitle); onkeydown=FKeyDown(TopicTitle); size='40' maxlength='50' name='TopicTitle' value='{$data[TITLE]}' tabindex='1' class='forminput' /></td>
</tr>
<tr>
   <td align='right' class='pformleft'>{ibf.lang.topic_desc}</td>
   <td align='right' class='pformright'><input type='text' size='40' maxlength='40' onkeypress=FKeyPress(TopicDesc); onkeydown=FKeyDown(TopicDesc); name='TopicDesc' value='{$data[DESC]}' tabindex='2' class='forminput' /></td>
</tr>
<!--IBF_END_FUNC|topictitle_fields-->

<!--IBF_START_FUNC|table_structure|-->

<!--FORUM RULES--><br />
<!--START TABLE-->
<!--NAME FIELDS-->
<!--TOPIC TITLE-->
<!--POLL BOX-->
<!--POST BOX-->
<!--QUOTE BOX-->
<!--POST ICONS-->
<!--UPLOAD FIELD-->
<!--MOD OPTIONS-->
<!--END TABLE-->
<!--IBF_END_FUNC|table_structure-->

<!--IBF_START_FUNC|edit_upload_field|$data, $file_name=""-->

<tr> 
          <td class="pformstrip" colspan="2">{ibf.lang.upload_title}</td>
        </tr>
        <tr> 
          <td class='pformleft'>{ibf.lang.upload_text} $data</td>
          <td class='pformright' width="100%">
           <table cellpadding='4' cellspacing='0' width='100%' border='0'>
            <tr>
             <td><input type='radio' name='editupload' value='keep' checked></td>
             <td width='100%'><b>{ibf.lang.eu_keep}</b> ( $file_name )</td>
            </tr>
            <tr>
             <td><input type='radio' name='editupload' value='delete'></td>
             <td width='100%'><b>{ibf.lang.eu_delete}</b></td>
            </tr>
            <tr>
             <td valign='middle'><input type='radio' name='editupload' value='new'></td>
             <td><b>{ibf.lang.eu_new}</b><br /><input class='textinput' type='file' size='30' name='FILE_UPLOAD' onclick='document.REPLIER.editupload[2].checked=true;' /></td>
            </tr>
           </table>
          </td>
        </tr>
<!--IBF_END_FUNC|edit_upload_field-->

<!--IBF_START_FUNC|Upload_field|$data-->

<tr>
    <td colspan="2" class='pformstrip'>{ibf.lang.upload_title}</td>
  </tr>
  <tr>
    <td class='pformleft'>{ibf.lang.upload_text} $data</td>
    <td class='pformright'><input class='textinput' type='file' size='30' name='FILE_UPLOAD' /></td>
  </tr>
<!--IBF_END_FUNC|Upload_field-->

<!--IBF_START_FUNC|errors|$data-->

<div class="tableborder">
  <div class="pformstrip">{ibf.lang.errors_found}</div>
  <div class="tablepad"><span class='postcolor'>$data</span></div>
</div>
<br />
<!--IBF_END_FUNC|errors-->

<!--IBF_START_FUNC|EndForm|$data-->

<tr>
  <td class='pformstrip' align='center' style='text-align:center' colspan="2">
	<input type="submit" name="submit" value="$data" tabindex='4' class='forminput' accesskey='s' />&nbsp;
	<input type="submit" name="preview" value="{ibf.lang.button_preview}" tabindex='5' class='forminput' />
  </td>
</tr>
</table>
</form>
<br />
<br clear="all" />
<!--IBF_END_FUNC|EndForm-->

<!--IBF_START_FUNC|smilie_table|-->

<table class='tablefill' cellpadding='4' align='center'>
<tr>
<td align="center" colspan="{ibf.vars.emo_per_row}"><b>{ibf.lang.click_smilie}</b></td>
</tr>
<!--THE SMILIES-->
<tr>
<td align="center" colspan="{ibf.vars.emo_per_row}"><b><a href='javascript:emo_pop()'>{ibf.lang.all_emoticons}</a></b></td>
</tr>
</table>
<!--IBF_END_FUNC|smilie_table-->

<!--IBF_START_FUNC|PostIcons|-->

<tr>
  <td class='pformleft'>{ibf.lang.post_icon}</td>
  <td class='pformright'>
	<input type="radio" class="radiobutton" name="iconid" value="1" />&nbsp;&nbsp;<img src="{ibf.vars.img_url}/icon1.gif"  align='middle' alt='' />&nbsp;&nbsp;&nbsp;<input type="radio" class="radiobutton" name="iconid" value="2"  />&nbsp;&nbsp;<img src="{ibf.vars.img_url}/icon2.gif"  align='middle' alt='' />&nbsp;&nbsp;&nbsp;<input type="radio" class="radiobutton" name="iconid" value="3"  />&nbsp;&nbsp;<img src="{ibf.vars.img_url}/icon3.gif"  align='middle' alt='' />&nbsp;&nbsp;&nbsp;<input type="radio" class="radiobutton" name="iconid" value="4"  />&nbsp;&nbsp;<img src="{ibf.vars.img_url}/icon4.gif"  align='middle' alt='' />&nbsp;&nbsp;&nbsp;<input type="radio" class="radiobutton" name="iconid" value="5"  />&nbsp;&nbsp;<img src="{ibf.vars.img_url}/icon5.gif"  align='middle' alt='' />&nbsp;&nbsp;&nbsp;<input type="radio" class="radiobutton" name="iconid" value="6"  />&nbsp;&nbsp;<img src="{ibf.vars.img_url}/icon6.gif"  align='middle' alt='' />&nbsp;&nbsp;&nbsp;<input type="radio" class="radiobutton" name="iconid" value="7"  />&nbsp;&nbsp;<img src="{ibf.vars.img_url}/icon7.gif"  align='middle' alt='' /><br />
	<input type="radio" class="radiobutton" name="iconid" value="8" />&nbsp;&nbsp;<img src="{ibf.vars.img_url}/icon8.gif"  align='middle' alt='' />&nbsp;&nbsp;&nbsp;<input type="radio" class="radiobutton" name="iconid" value="9"  />&nbsp;&nbsp;<img src="{ibf.vars.img_url}/icon9.gif"  align='middle' alt='' />&nbsp;&nbsp;&nbsp;<input type="radio" class="radiobutton" name="iconid" value="10"  />&nbsp;&nbsp;<img src="{ibf.vars.img_url}/icon10.gif"  align='middle' alt='' />&nbsp;&nbsp;&nbsp;<input type="radio" class="radiobutton" name="iconid" value="11"  />&nbsp;&nbsp;<img src="{ibf.vars.img_url}/icon11.gif"  align='middle' alt='' />&nbsp;&nbsp;&nbsp;<input type="radio" class="radiobutton" name="iconid" value="12"  />&nbsp;&nbsp;<img src="{ibf.vars.img_url}/icon12.gif"  align='middle' alt='' />&nbsp;&nbsp;&nbsp;<input type="radio" class="radiobutton" name="iconid" value="13"  />&nbsp;&nbsp;<img src="{ibf.vars.img_url}/icon13.gif"  align='middle' alt='' />&nbsp;&nbsp;&nbsp;<input type="radio" class="radiobutton" name="iconid" value="14"  />&nbsp;&nbsp;<img src="{ibf.vars.img_url}/icon14.gif"  align='middle' alt='' /><br />
    <input type="radio" class="radiobutton" name="iconid" value="0" checked="checked" />&nbsp;&nbsp;[ Use None ]
  </td>
 </tr>
<!--IBF_END_FUNC|PostIcons-->

<!--IBF_START_FUNC|table_top|$data-->

<script language='Javascript' type='text/javascript'>
	<!--
	function PopUp(url, name, width,height,center,resize,scroll,posleft,postop) {
		if (posleft != 0) { x = posleft }
		if (postop  != 0) { y = postop  }
	
		if (!scroll) { scroll = 1 }
		if (!resize) { resize = 1 }
	
		if ((parseInt (navigator.appVersion) >= 4 ) && (center)) {
		  X = (screen.width  - width ) / 2;
		  Y = (screen.height - height) / 2;
		}
		if (scroll != 0) { scroll = 1 }
	
		var Win = window.open( url, name, 'width='+width+',height='+height+',top='+Y+',left='+X+',resizable='+resize+',scrollbars='+scroll+',location=no,directories=no,status=no,menubar=no,toolbar=no');
	 }
	//-->
    </script>
<table class='tableborder' cellpadding="0" cellspacing="0" width="100%">
<tr>
 <td class='maintitle' colspan="2">&nbsp;&nbsp;$data</td>
</tr>
<!--IBF_END_FUNC|table_top-->

<!--IBF_START_FUNC|preview|$data-->

<div class="tableborder">
  <div class="pformstrip">{ibf.lang.post_preview}</div>
  <div class="row1" style="padding:6px"><div class='postcolor'>$data</div></div>
</div>
<br />
<!--IBF_END_FUNC|preview-->

<!--IBF_START_FUNC|TopicSummary_bottom|-->

</table>
  <div class="pformstrip"><a href="javascript:PopUp('index.{ibf.vars.php_ext}?act=ST&amp;f={$ibforums->input['f']}&amp;t={$ibforums->input['t']}','TopicSummary',700,450,1,1)">{ibf.lang.review_topic}</a></div>
</div>
<!--IBF_END_FUNC|TopicSummary_bottom-->

<!--IBF_START_FUNC|TopicSummary_top|-->

<br />
<div class="tableborder">
  <div class="pformstrip">{ibf.lang.last_posts}</div>
  <table cellpadding='6' cellspacing='1' border='0' width='100%'>
<!--IBF_END_FUNC|TopicSummary_top-->

<!--IBF_START_FUNC|TopicSummary_body|$data-->

<tr>
    <td class='row4' valign='top' width='20%'><b>{$data['author']}</b></td>
    <td class='row4' valign='top' width='80%'>{ibf.lang.posted_on} {$data['date']}</td>
  </tr>
  <tr>
    <td class='row1' valign='top' width='20%'>&nbsp;</td>
    <td class='row1' valign='top' width='80%'><span class='postcolor'>{$data['post']}</span></td>
  </tr>
<!--IBF_END_FUNC|TopicSummary_body-->

<!--IBF_START_FUNC|quote_box|$data-->

<tr>
  <td colspan="2" class='pformstrip'>{ibf.lang.post_to_quote}</td>
</tr>
<tr>
  <td class='pformleft'>{ibf.lang.post_to_quote_txt}</td>
  <td class='pformright'><textarea cols='60' rows='12' wrap='soft' name='QPost' onkeypress=FKeyPress(QPost); onkeydown=FKeyDown(QPost); class='textinput'>{$data['post']}</textarea><input type='hidden' name='QAuthor' value='{$data['author_id']}' /><input type='hidden' name='QAuthorN' value='{$data['author_name']}' /><input type='hidden' name='QDate'   value='{$data['post_date']}' /></td>
</tr>
<!--IBF_END_FUNC|quote_box-->

<!--IBF_START_FUNC|nameField_reg|-->

<!-- REG NAME -->
<!--IBF_END_FUNC|nameField_reg-->

<!--IBF_START_FUNC|mod_options|$jump-->

<tr>
   <td class='pformstrip' colspan="2">{ibf.lang.tt_options}</td>
  </tr>
  <tr>
    <td class='pformleft'>{ibf.lang.mod_options}</td>
    <td class='pformright'>$jump</select></td>
  </tr>
<!--IBF_END_FUNC|mod_options-->

<!--IBF_START_FUNC|get_javascript|-->

<script language="javascript1.2" type="text/javascript">
<!--
var MessageMax  = "{ibf.lang.the_max_length}";
var Override    = "{ibf.lang.override}";
MessageMax      = parseInt(MessageMax);
if ( MessageMax < 0 )
{
	MessageMax = 0;
}
	
function emo_pop()
{
  window.open('index.{ibf.vars.php_ext}?act=legends&CODE=emoticons&s={ibf.session_id}','Legends','width=250,height=500,resizable=yes,scrollbars=yes'); 
}
function bbc_pop()
{
  window.open('index.{ibf.vars.php_ext}?act=legends&CODE=bbcode&s={ibf.session_id}','Legends','width=700,height=500,resizable=yes,scrollbars=yes'); 
}	
function CheckLength() {
	MessageLength  = document.REPLIER.Post.value.length;
	message  = "";
		if (MessageMax > 0) {
			message = "{ibf.lang.js_post}: {ibf.lang.js_max_length} " + MessageMax + " {ibf.lang.js_characters}.";
		} else {
			message = "";
		}
		alert(message + "      {ibf.lang.js_used} " + MessageLength + " {ibf.lang.js_characters}.");
}
	
	function ValidateForm(isMsg) {
		MessageLength  = document.REPLIER.Post.value.length;
		errors = "";
		
		if (isMsg == 1)
		{
			if (document.REPLIER.msg_title.value.length < 2)
			{
				errors = "{ibf.lang.msg_no_title}";
			}
		}
	
		if (MessageLength < 2) {
			 errors = "{ibf.lang.js_no_message}";
		}
		if (MessageMax !=0) {
			if (MessageLength > MessageMax) {
				errors = "{ibf.lang.js_max_length} " + MessageMax + " {ibf.lang.js_characters}. {ibf.lang.js_current}: " + MessageLength;
			}
		}
		if (errors != "" && Override == "") {
			alert(errors);
			return false;
		} else {
			document.REPLIER.submit.disabled = true;
			return true;
		}
	}
	
	// IBC Code stuff
	var text_enter_url      = "{ibf.lang.jscode_text_enter_url}";
	var text_enter_url_name = "{ibf.lang.jscode_text_enter_url_name}";
	var text_enter_image    = "{ibf.lang.jscode_text_enter_image}";
	var text_enter_email    = "{ibf.lang.jscode_text_enter_email}";
	var text_enter_flash    = "{ibf.lang.jscode_text_enter_flash}";
	var text_code           = "{ibf.lang.jscode_text_code}";
	var text_quote          = "{ibf.lang.jscode_text_quote}";
	var error_no_url        = "{ibf.lang.jscode_error_no_url}";
	var error_no_title      = "{ibf.lang.jscode_error_no_title}";
	var error_no_email      = "{ibf.lang.jscode_error_no_email}";
	var error_no_width      = "{ibf.lang.jscode_error_no_width}";
	var error_no_height     = "{ibf.lang.jscode_error_no_height}";
	var prompt_start        = "{ibf.lang.js_text_to_format}";
	
	var help_bold           = "{ibf.lang.hb_bold}";
	var help_italic         = "{ibf.lang.hb_italic}";
	var help_under          = "{ibf.lang.hb_under}";
	var help_font           = "{ibf.lang.hb_font}";
	var help_size           = "{ibf.lang.hb_size}";
	var help_color          = "{ibf.lang.hb_color}";
	var help_close          = "{ibf.lang.hb_close}";
	var help_url            = "{ibf.lang.hb_url}";
	var help_img            = "{ibf.lang.hb_img}";
	var help_email          = "{ibf.lang.hb_email}";
	var help_quote          = "{ibf.lang.hb_quote}";
	var help_list           = "{ibf.lang.hb_list}";
	var help_code           = "{ibf.lang.hb_code}";
	var help_click_close    = "{ibf.lang.hb_click_close}";
	var list_prompt         = "{ibf.lang.js_tag_list}";
	
	
	//-->
</script>
<!--IBF_END_FUNC|get_javascript-->

<!--IBF_START_FUNC|get_box_enablesig|$checked-->

<br /><input type='checkbox' name='enablesig' class='checkbox' value='yes' $checked />&nbsp;{ibf.lang.enable_sig}
<!--IBF_END_FUNC|get_box_enablesig-->

<!--IBF_START_FUNC|get_box_enabletrack|$checked-->

<br /><input type='checkbox' name='enabletrack' class='checkbox' value='1' $checked />&nbsp;{ibf.lang.enable_track}
<!--IBF_END_FUNC|get_box_enabletrack-->

<!--IBF_START_FUNC|get_box_alreadytrack|-->

<br />{ibf.lang.already_sub}
<!--IBF_END_FUNC|get_box_alreadytrack-->

<!--IBF_START_FUNC|get_box_enableemo|$checked-->

<input type='checkbox' name='enableemo' class='checkbox' value='yes' $checked />&nbsp;{ibf.lang.enable_emo}
<!--IBF_END_FUNC|get_box_enableemo-->

<!--IBF_START_FUNC|postbox_buttons|$data-->

<tr>
   <td align='right' class='pformstrip' colspan="2">{ibf.lang.ib_code_buttons}</td>
 </tr>
 <tr>
   <td align='right' class='pformleft'>
	   <input type='radio' class='radiobutton' name='bbmode' value='ezmode' onclick='setmode(this.value)' />&nbsp;<b>{ibf.lang.bbcode_guided}</b><br />
	   <input type='radio' class='radiobutton' name='bbmode' value='normal' onclick='setmode(this.value)' checked="checked" />&nbsp;<b>{ibf.lang.bbcode_normal}</b>
	   <script type='text/javascript' src='html/ibfcode.js'></script>
   </td>
   <td align='right' class='pformright'>
	   <input type='button' accesskey='b' value=' B '       onclick='simpletag("B")' class='codebuttons' name='B' style="font-weight:bold" onmouseover="hstat('bold')" />
	   <input type='button' accesskey='i' value=' I '       onclick='simpletag("I")' class='codebuttons' name='I' style="font-style:italic" onmouseover="hstat('italic')" />
	   <input type='button' accesskey='u' value=' U '       onclick='simpletag("U")' class='codebuttons' name='U' style="text-decoration:underline" onmouseover="hstat('under')" />
	   
	   <select name='ffont' class='codebuttons' onchange="alterfont(this.options[this.selectedIndex].value, 'FONT')"  onmouseover="hstat('font')">
	   <option value='0'>{ibf.lang.ct_font}</option>
	   <option value='Arial' style='font-family:Arial'>{ibf.lang.ct_arial}</option>
	   <option value='Times' style='font-family:Times'>{ibf.lang.ct_times}</option>
	   <option value='Courier' style='font-family:Courier'>{ibf.lang.ct_courier}</option>
	   <option value='Impact' style='font-family:Impact'>{ibf.lang.ct_impact}</option>
	   <option value='Geneva' style='font-family:Geneva'>{ibf.lang.ct_geneva}</option>
	   <option value='Optima' style='font-family:Optima'>Optima</option>
	   </select><select name='fsize' class='codebuttons' onchange="alterfont(this.options[this.selectedIndex].value, 'SIZE')" onmouseover="hstat('size')">
	   <option value='0'>{ibf.lang.ct_size}</option>
	   <option value='1'>{ibf.lang.ct_sml}</option>
	   <option value='7'>{ibf.lang.ct_lrg}</option>
	   <option value='14'>{ibf.lang.ct_lest}</option>
	   </select><select name='fcolor' class='codebuttons' onchange="alterfont(this.options[this.selectedIndex].value, 'COLOR')" onmouseover="hstat('color')">
	   <option value='0'>{ibf.lang.ct_color}</option>
	   <option value='blue' style='color:blue'>{ibf.lang.ct_blue}</option>
	   <option value='red' style='color:red'>{ibf.lang.ct_red}</option>
	   <option value='purple' style='color:purple'>{ibf.lang.ct_purple}</option>
	   <option value='orange' style='color:orange'>{ibf.lang.ct_orange}</option>
	   <option value='yellow' style='color:yellow'>{ibf.lang.ct_yellow}</option>
	   <option value='gray' style='color:gray'>{ibf.lang.ct_grey}</option>
	   <option value='green' style='color:green'>{ibf.lang.ct_green}</option>
	   </select>
	   &nbsp; <a href='javascript:closeall();' onmouseover="hstat('close')">{ibf.lang.js_close_all_tags}</a>
	   <br />
	   <input type='button' accesskey='h' value=' http:// ' onclick='tag_url()'            class='codebuttons' name='url' onmouseover="hstat('url')" />
	   <input type='button' accesskey='g' value=' IMG '     onclick='tag_image()'          class='codebuttons' name='img' onmouseover="hstat('img')" />
	   <input type='button' accesskey='e' value='  @  '     onclick='tag_email()'          class='codebuttons' name='email' onmouseover="hstat('email')" />
	   <input type='button' accesskey='q' value=' QUOTE '   onclick='simpletag("QUOTE")'   class='codebuttons' name='QUOTE' onmouseover="hstat('quote')" />
	   <input type='button' accesskey='p' value=' CODE '    onclick='simpletag("CODE")'    class='codebuttons' name='CODE' onmouseover="hstat('code')" />
	   <input type='button' accesskey='l' value=' LIST '     onclick='tag_list()'          class='codebuttons' name="LIST" onmouseover="hstat('list')" />
	   <!--<input type='button' accesskey='l' value=' SQL '     onclick='simpletag("SQL")'     class='codebuttons' name='SQL'>
	   <input type='button' accesskey='t' value=' HTML '    onclick='simpletag("HTML")'    class='codebuttons' name='HTML'>-->
	   <br />
	   {ibf.lang.hb_open_tags}:&nbsp;<input type='text' name='tagcount' size='3' maxlength='3' style='font-size:10px;font-family:verdana,arial;border:0px;font-weight:bold;' readonly="readonly" class='row1' value="0" />
	   &nbsp;<input type='text' name='helpbox' size='50' maxlength='120' style='width:auto;font-size:10px;font-family:verdana,arial;border:0px' readonly="readonly" class='row1' value="{ibf.lang.hb_start}" />
	</td>
   </tr>
   <tr>
     <td colspan="2" class='pformstrip'>{ibf.lang.post}</td>
   </tr>
   <tr>
     <td class='pformleft' align='center'>
	   <!--SMILIE TABLE-->
	   <br /><div class='desc'><strong><a href='javascript:CheckLength()'>{ibf.lang.check_length}</a> &middot; <a href='javascript:bbc_pop()'>{ibf.lang.bbc_help}</a></strong></div>
     </td>
     <td align='right' class="pformright" valign='top'>
     	<textarea cols='80' rows='20' onkeypress=FKeyPress(Post); onkeydown=FKeyDown(Post); name='Post' tabindex='3' class='textinput'>$data</textarea></td>
   </tr>
   <tr>
	<td class='pformleft'><b>{ibf.lang.po_options}</b></td>
	<td class='pformright'>
	 <!--IBF.EMO-->
	 <!--IBF.SIG-->
	 <!--IBF.TRACK-->
	</td>
   </tr>
<!--IBF_END_FUNC|postbox_buttons-->

<!--IBF_START_FUNC|nameField_unreg|$data-->

<tr>
 <td colspan="2" class='pformstrip'>{ibf.lang.unreg_namestuff}</td>
</tr>
<tr>
  <td class='pformleft'>{ibf.lang.guest_name}</td>
  <td class='pformright'><input type='text' size='40' maxlength='40' name='UserName' onkeypress=FKeyPress(UserName); onkeydown=FKeyDown(UserName); value='$data' class='textinput' /></td>
</tr>
<!--IBF_END_FUNC|nameField_unreg-->

<!--IBF_START_FUNC|poll_box|$data, $extra=""-->

<tr>
  <td colspan="2" class='pformstrip'>{ibf.lang.tt_poll_settings}</td>
</tr>
<tr>
  <td class='pformleft'><strong>{ibf.lang.poll_question}</strong></td>
  <td class='pformright'><input type='text' size='40' maxlength='250' name='pollq' onkeypress=FKeyPress(pollq); onkeydown=FKeyDown(pollq); value='{$ibforums->input['pollq']}' class='textinput' /></td>
</tr>
<tr>
  <td class='pformleft'>{ibf.lang.poll_choices}<br /><br />$extra</td>
  <td class='pformright'><textarea cols='60' rows='12' name='PollAnswers' onkeypress=FKeyPress(PollAnswers); onkeydown=FKeyDown(PollAnswers); class='textinput'>$data</textarea><!--IBF.POLL_OPTIONS--></td>
</tr>
<!--IBF_END_FUNC|poll_box-->

<!--IBF_START_FUNC|poll_options|-->

<br /><input type='checkbox' size='40' value='1' name='allow_disc' class='forminput' />&nbsp;{ibf.lang.poll_only}
<!--IBF_END_FUNC|poll_options-->

<!--IBF_START_FUNC|poll_end_form|$data-->

<tr>
  <td class='pformstrip' align='center' style='text-align:center' colspan="2">
	<input type="submit" name="submit" value="$data" tabindex='4' class='forminput' accesskey='s' />&nbsp;
  </td>
</tr>
</table>
</form>
<br />
<br clear="all" />
<!--IBF_END_FUNC|poll_end_form-->

<!--IBF_START_FUNC|pm_postbox_buttons|$data-->

<tr>
 <td class='pformstrip' colspan="2">{ibf.lang.ib_code_buttons}</td>
 </tr>
 <tr>
   <td class='pformleft'>
	   <input type='radio' name='bbmode' class='radiobutton' value='ezmode' onclick='setmode(this.value)' />&nbsp;<b>{ibf.lang.bbcode_guided}</b><br />
	   <input type='radio' name='bbmode' class='radiobutton' value='normal' onclick='setmode(this.value)' checked="checked" />&nbsp;<b>{ibf.lang.bbcode_normal}</b>
	   <script type='text/javascript' src='html/ibfcode.js'></script>
   </td>
   <td class='pformright'>
	   <input type='button' accesskey='b' value=' B '       onclick='simpletag("B")' class='codebuttons' name='B' style="font-weight:bold" onmouseover="hstat('bold')" />
	   <input type='button' accesskey='i' value=' I '       onclick='simpletag("I")' class='codebuttons' name='I' style="font-style:italic" onmouseover="hstat('italic')" />
	   <input type='button' accesskey='u' value=' U '       onclick='simpletag("U")' class='codebuttons' name='U' style="text-decoration:underline" onmouseover="hstat('under')" />
	   
	   <select name='ffont' class='codebuttons' onchange="alterfont(this.options[this.selectedIndex].value, 'FONT')"  onmouseover="hstat('font')">
	   <option value='0'>{ibf.lang.ct_font}</option>
	   <option value='Arial' style='font-family:Arial'>{ibf.lang.ct_arial}</option>
	   <option value='Times' style='font-family:Times'>{ibf.lang.ct_times}</option>
	   <option value='Courier' style='font-family:Courier'>{ibf.lang.ct_courier}</option>
	   <option value='Impact' style='font-family:Impact'>{ibf.lang.ct_impact}</option>
	   <option value='Geneva' style='font-family:Geneva'>{ibf.lang.ct_geneva}</option>
	   <option value='Optima' style='font-family:Optima'>Optima</option>
	   </select><select name='fsize' class='codebuttons' onchange="alterfont(this.options[this.selectedIndex].value, 'SIZE')" onmouseover="hstat('size')">
	   <option value='0'>{ibf.lang.ct_size}</option>
	   <option value='1'>{ibf.lang.ct_sml}</option>
	   <option value='7'>{ibf.lang.ct_lrg}</option>
	   <option value='14'>{ibf.lang.ct_lest}</option>
	   </select><select name='fcolor' class='codebuttons' onchange="alterfont(this.options[this.selectedIndex].value, 'COLOR')" onmouseover="hstat('color')">
	   <option value='0'>{ibf.lang.ct_color}</option>
	   <option value='blue' style='color:blue'>{ibf.lang.ct_blue}</option>
	   <option value='red' style='color:red'>{ibf.lang.ct_red}</option>
	   <option value='purple' style='color:purple'>{ibf.lang.ct_purple}</option>
	   <option value='orange' style='color:orange'>{ibf.lang.ct_orange}</option>
	   <option value='yellow' style='color:yellow'>{ibf.lang.ct_yellow}</option>
	   <option value='gray' style='color:gray'>{ibf.lang.ct_grey}</option>
	   <option value='green' style='color:green'>{ibf.lang.ct_green}</option>
	   </select>
	   &nbsp; <a href='javascript:closeall();' onmouseover="hstat('close')">{ibf.lang.js_close_all_tags}</a>
	   <br />
	   <input type='button' accesskey='h' value=' http:// ' onclick='tag_url()'            class='codebuttons' name='url' onmouseover="hstat('url')" />
	   <input type='button' accesskey='g' value=' IMG '     onclick='tag_image()'          class='codebuttons' name='img' onmouseover="hstat('img')" />
	   <input type='button' accesskey='e' value='  @  '     onclick='tag_email()'          class='codebuttons' name='email' onmouseover="hstat('email')" />
	   <input type='button' accesskey='q' value=' QUOTE '   onclick='simpletag("QUOTE")'   class='codebuttons' name='QUOTE' onmouseover="hstat('quote')" />
	   <input type='button' accesskey='p' value=' CODE '    onclick='simpletag("CODE")'    class='codebuttons' name='CODE' onmouseover="hstat('code')" />
	   <input type='button' accesskey='l' value=' LIST '     onclick='tag_list()'          class='codebuttons' name="LIST" onmouseover="hstat('list')" />
	   <!--<input type='button' accesskey='l' value=' SQL '     onclick='simpletag("SQL")'     class='codebuttons' name='SQL'>
	   <input type='button' accesskey='t' value=' HTML '    onclick='simpletag("HTML")'    class='codebuttons' name='HTML'>-->
	   <br />
	   {ibf.lang.hb_open_tags}:&nbsp;<input type='text' name='tagcount' size='3' maxlength='3' style='font-size:10px;font-family:verdana,arial;border:0px;font-weight:bold;' readonly="readonly" class='row1' value="0" />
	   &nbsp;<input type='text' name='helpbox' size='50' maxlength='120' style='width:auto;font-size:10px;font-family:verdana,arial;border:0px' readonly="readonly" class='row1' value="{ibf.lang.hb_start}" />
	</td>
   </tr>
   <tr>
     <td colspan="2" class='pformstrip'>{ibf.lang.post}</td>
   </tr>
   <tr>
     <td class='pformleft'>
	   <!--SMILIE TABLE-->
	   <br />
	   (<a href='javascript:CheckLength()'>{ibf.lang.check_length}</a>)
     </td>
     <td class="pformright" valign='top'><textarea cols='70' rows='15' name='Post' onkeypress=FKeyPress(Post); onkeydown=FKeyDown(Post); tabindex='3' class='textinput'>$data</textarea></td>
   </tr>
<!--IBF_END_FUNC|pm_postbox_buttons-->


<!--IBF_GROUP_END:skin_post-->
<!-- PLEASE LEAVE ALL 'IBF' COMMENTS IN PLACE, DO NOT REMOVE THEM! -->
<!--IBF_GROUP_START:skin_msg-->

<!--IBF_START_FUNC|mass_pm_box|$names=""-->

<tr>
<td colspan='2' class='pformstrip'>{ibf.lang.carbon_copy_title}</td>
</tr>
<tr>
<td class="pformleft">{ibf.lang.carbon_copy_desc}</td>
<td class='pformright'>
 <textarea name='carbon_copy' onkeypress=FKeyPress(carbon_copy); onkeydown=FKeyDown(carbon_copy); rows='5' cols='40'>$names</textarea><br />
 <input type='button' class='forminput' name='findusers' onclick='find_users()' value='{ibf.lang.find_user_names}' />
</td>
</tr>
<!--IBF_END_FUNC|mass_pm_box-->

<!--IBF_START_FUNC|unsent_row|$data-->

<tr>
  <td class='row2' align='left' valign='middle'>{$data['msg']['icon']}</td>
  <td class='row2' align='left'><a href='{ibf.script_url}act=Msg&amp;CODE=21&amp;MSID={$data['msg']['msg_id']}'>{$data['msg']['title']}</a></td>
  <td class='row2' align='left'><a href='{ibf.script_url}showuser={$data['msg']['recipient_id']}'>{$data['msg']['to_name']}</a></td>
  <td class='row2' align='left'>{$data['msg']['date']}</td>
  <td class='row2' align='center'>{$data['msg']['cc_users']}</td>
  <td class='row2' align='left'><input type='checkbox' name='msgid_{$data['msg']['msg_id']}' value='yes' class='forminput' /></td>
</tr>
<!--IBF_END_FUNC|unsent_row-->

<!--IBF_START_FUNC|unsent_end|-->

<tr>
 <td align='center' nowrap class='titlemedium' colspan='6'><input type='submit' name='delete' value='{ibf.lang.delete_button}' class='forminput' /> {ibf.lang.selected_msg}</td>
</tr>
</table>
</div>
</form>
<!--IBF_END_FUNC|unsent_end-->

<!--IBF_START_FUNC|inbox_table_header|$dirname, $info, $vdi_html="", $pages=""-->

<!-- inbox folder -->
<script language='JavaScript' type="text/javascript">
<!--
var ie  = document.all  ? 1 : 0;
//var ns4 = document.layers ? 1 : 0;
function hl(cb)
{
   if (ie)
   {
	   while (cb.tagName != "TR")
	   {
		   cb = cb.parentElement;
	   }
   }
   else
   {
	   while (cb.tagName != "TR")
	   {
		   cb = cb.parentNode;
	   }
   }
   cb.className = 'hlight';
}
function dl(cb) {
   if (ie)
   {
	   while (cb.tagName != "TR")
	   {
		   cb = cb.parentElement;
	   }
   }
   else
   {
	   while (cb.tagName != "TR")
	   {
		   cb = cb.parentNode;
	   }
   }
   cb.className = 'dlight';
}
function cca(cb) {
   if (cb.checked)
   {
	   hl(cb);
   }
   else
   {
	   dl(cb);
   }
}
	   
function CheckAll(cb) {
	var fmobj = document.mutliact;
	for (var i=0;i<fmobj.elements.length;i++) {
		var e = fmobj.elements[i];
		if ((e.name != 'allbox') && (e.type=='checkbox') && (!e.disabled)) {
			e.checked = fmobj.allbox.checked;
			if (fmobj.allbox.checked)
			{
			   hl(e);
			}
			else
			{
			   dl(e);
			}
		}
	}
}
function CheckCheckAll(cb) {	
	var fmobj = document.mutliact;
	var TotalBoxes = 0;
	var TotalOn = 0;
	for (var i=0;i<fmobj.elements.length;i++) {
		var e = fmobj.elements[i];
		if ((e.name != 'allbox') && (e.type=='checkbox')) {
			TotalBoxes++;
			if (e.checked) {
				TotalOn++;
			}
		}
	}
	if (TotalBoxes==TotalOn) {fmobj.allbox.checked=true;}
	else {fmobj.allbox.checked=false;}
}
function select_read() {	
	var fmobj = document.mutliact;
	for (var i=0;i<fmobj.elements.length;i++) {
		var e = fmobj.elements[i];
		if ((e.type=='hidden') && (e.value == 1) && (! isNaN(e.name) ))
		{
			eval("fmobj.msgid_" + e.name + ".checked=true;");
			hl(e);
		}
	}
}
function unselect_all() {	
	var fmobj = document.mutliact;
	for (var i=0;i<fmobj.elements.length;i++) {
		var e = fmobj.elements[i];
		if (e.type=='checkbox') {
			e.checked=false;
			dl(e);
		}
	}
}
//-->
       </script>
<div class="pformstrip">$dirname</div>
<table width="100%" style="padding:6px">
<tr>
 <td valign="middle">
  <!-- LEFT -->
  <table style="width:250px" cellspacing="1" class="tableborder">
   <tr>
	<td class='row1' align='left' colspan='3'>{$info['full_messenger']}</td>
   </tr>
   <tr>
	<td align='left' valign='middle' class='row2' colspan='3'><img src='{ibf.vars.img_url}/bar_left.gif' border='0' width='4' height='11' align='middle' alt='' /><img src='{ibf.vars.img_url}/bar.gif' border='0' width='{$info['img_width']}' height='11' align='middle' alt='' /><img src='{ibf.vars.img_url}/bar_right.gif' border='0' width='4' height='11' align='middle' alt='' /></td>
   </tr>
   <tr>
	 <td class='row1' width='33%' align='left' valign='middle'>0%</td>
	 <td class='row1' width='33%' align='center' valign='middle'>50%</td>
	 <td class='row1' width='33%' align='right' valign='middle'>100%</td>
   </tr>
  </table>
 </td>
 <!-- RIGHT -->
 <td align="right" valign="bottom" style="line-height:100%;">
  $pages<br /><br />
  <a href='javascript:select_read()'>{ibf.lang.pmpc_mark_read}</a> :: <a href='javascript:unselect_all()'>{ibf.lang.pmpc_unmark_all}</a><br /><br />
  <form action="{ibf.script_url}CODE=01&amp;act=Msg" name='jump' method="post">
  <b>{ibf.lang.goto_folder}: </b>&nbsp; $vdi_html <input type='submit' name='submit' value='{ibf.lang.goto_submit}' class='forminput' />
  </form>
 </td>
</tr>
</table>
<!-- INBOX TABLE -->
  
<form action="{ibf.script_url}CODE=06&amp;act=Msg" name='mutliact' method="post">
<div class="tableborder">
  <table cellpadding='4' cellspacing='1' width="100%">
  <tr>
	<th width='5%'  class='titlemedium'>&nbsp;</th>
	<th width='35%' class='titlemedium'><a href='{ibf.script_url}act=Msg&amp;CODE=01&amp;VID={$info['vid']}&amp;sort=title&amp;st={$ibforums->input['st']}'><b>{ibf.lang.message_title}</b></a></th>
	<th width='30%' class='titlemedium'><a href='{ibf.script_url}act=Msg&amp;CODE=01&amp;VID={$info['vid']}&amp;sort=name&amp;st={$ibforums->input['st']}'><b>{ibf.lang.message_from}</b></a></th>
	<th width='25%' class='titlemedium'><a href='{ibf.script_url}act=Msg&amp;CODE=01&amp;VID={$info['vid']}&amp;sort={$info['date_order']}&amp;st={$ibforums->input['st']}'><b>{ibf.lang.message_date}</b></a></th>
	<th width='5%'  class='titlemedium'><input name="allbox" type="checkbox" value="Check All" onclick="CheckAll();" /></th>
  </tr>
<!--IBF_END_FUNC|inbox_table_header-->

<!--IBF_START_FUNC|inbox_row|$data-->

<tr class="dlight">
	<td align="center" valign='middle'>{$data['msg']['icon']}</td>
	<td><a href='{ibf.script_url}act=Msg&amp;CODE=03&amp;VID={$data['stat']['current_id']}&amp;MSID={$data['msg']['msg_id']}'>{$data['msg']['title']}</a></td>
	<td><a href='{ibf.script_url}showuser={$data['msg']['from_id']}'>{$data['msg']['from_name']}</a> {$data['msg']['add_to_contacts']}</td>
	<td>{$data['msg']['date']}</td>
	<td align="center"><input type='hidden' name='{$data['msg']['msg_id']}' value='{$data['msg']['read_state']}' /><input type='checkbox' name='msgid_{$data['msg']['msg_id']}' value='yes' class='forminput' onclick="cca(this);" /></td>
  </tr>
<!--IBF_END_FUNC|inbox_row-->

<!--IBF_START_FUNC|end_inbox|$vdi_html, $amount_info="", $pages=""-->

<tr>
   <td align='left' class='titlemedium' colspan='5'>
	 <input type='submit' name='move' value='{ibf.lang.move_button}' class='forminput' /> $vdi_html {ibf.lang.move_or_delete} <input type='submit' name='delete' value='{ibf.lang.delete_button}' class='forminput' /> {ibf.lang.selected_msg}
  </td>
</tr>
</table>
</div>
</form>
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber1">
<tr>
<td align="right" class="wrapmini" style="padding:6px"><{M_READ}>&nbsp;{ibf.lang.icon_read}<br /><{M_UNREAD}>&nbsp;{ibf.lang.icon_unread}</td>
<td align="left" style="padding:6px">$pages<br /><i>$amount_info</i></td></tr>
</table>
<!--IBF_END_FUNC|end_inbox-->

<!--IBF_START_FUNC|send_form_footer|-->

<tr>
 <td colspan='2' class='pformstrip'>{ibf.lang.msg_options}</td>
</tr>
<tr>
 <td class="pformleft">&nbsp;</td>
 <td class="pformright">
	<input type='checkbox' name='add_sent' value='yes' checked="checked" />&nbsp;<b>{ibf.lang.auto_sent_add}</b>
	<br /><input type='checkbox' name='add_tracking' value='1' />&nbsp;<b>{ibf.lang.vm_track_msg}</b>
 </td>
</tr>
<tr>
 <td class='pformstrip' align='center' colspan='2'>
  <input type="submit" value="{ibf.lang.submit_send}" tabindex="4" accesskey="s" class='forminput' name='submit' />
  <input type="submit" value="{ibf.lang.pm_pre_button}" tabindex="5" class='forminput' name='preview' />
  <input type="submit" value="{ibf.lang.pms_send_later}" tabindex="6" class='forminput' name='save' />
 </td>
</tr>
</table>
</form>
<!--IBF_END_FUNC|send_form_footer-->

<!--IBF_START_FUNC|Send_form|$data-->

<script language='javascript' type="text/javascript">
<!--
function find_users()
{
  url = "index.{ibf.vars.php_ext}?act=legends&CODE=finduser_one&s={ibf.session_id}&entry=textarea&name=carbon_copy&sep=line";
  window.open(url,'FindUsers','width=400,height=250,resizable=yes,scrollbars=yes'); 
}
//-->
    </script>
<form action="{ibf.script_url}" method="post" name='REPLIER' onsubmit='return ValidateForm(1)'>
<input type='hidden' name='act' value='Msg' />
<input type='hidden' name='CODE' value='04' />
<input type='hidden' name='MODE' value='01' />
<input type='hidden' name='OID'  value='{$data['OID']}' />
<table width="100%" cellspacing="0">
<tr>
  <td colspan='2' class='pformstrip'>{ibf.lang.to_whom}</td>
</tr>
<tr>
  <td class="pformleft">{ibf.lang.address_list}</td>
  <td class="pformright">{$data[CONTACTS]}&nbsp;</td>
</tr>  
<tr>
  <td class="pformleft">{ibf.lang.enter_name}</td>
  <td class="pformright"><input type='text' name='entered_name' size='50' onkeypress=FKeyPress(entered_name); onkeydown=FKeyDown(entered_name); value='{$data[N_ENTER]}' tabindex="1" class='forminput' /></td>
</tr>
<!--IBF.MASS_PM_BOX-->
<tr>
  <td colspan='2' class='pformstrip'>{ibf.lang.enter_message}</td>
</tr>
<tr>
  <td class="pformleft">{ibf.lang.msg_title}</td>
  <td class="pformright"><input type='text' name='msg_title' size='40' tabindex="2" maxlength='40'  onkeypress=FKeyPress(msg_title); onkeydown=FKeyDown(msg_title); value='{$data[O_TITLE]}' class='forminput' /></td>
</tr>
<!--IBF_END_FUNC|Send_form-->

<!--IBF_START_FUNC|trackUNread_table_header|-->

<form action="{ibf.script_url}CODE=32&amp;act=Msg" name='trackunread' method="post">
<div class='pformstrip'>{ibf.lang.tk_unread_messages}</div>
<p>{ibf.lang.tk_unread_desc}</p>
<div class="tableborder">
<table cellpadding='4' cellspacing='1' align='center' width='100%'>
<tr>
  <th align='left' width='5%' class='titlemedium'>&nbsp;</td>
  <th align='left' width='30%' class='titlemedium'><b>{ibf.lang.message_title}</b></th>
  <th align='left' width='30%' class='titlemedium'><b>{ibf.lang.pms_message_to}</b></th>
  <th align='left' width='20%' class='titlemedium'><b>{ibf.lang.tk_unread_date}</b></th>
  <th align='left' width='5%' class='titlemedium'><input name="allbox" type="checkbox" value="Check All" onclick="CheckAll(document.trackunread);" /></th>
</tr>
<!--IBF_END_FUNC|trackUNread_table_header-->

<!--IBF_START_FUNC|trackUNread_row|$data-->

<tr>
  <td class='row2' align='left' valign='middle'>{$data['icon']}</td>
  <td class='row2' align='left'>{$data['title']}</td>
  <td class='row2' align='left'><a href='{ibf.script_url}showuser={$data['memid']}'>{$data['to_name']}</a></td>
  <td class='row2' align='left'>{$data['date']}</td>
  <td class='row2' align='left'><input type='checkbox' name='msgid_{$data['msg_id']}' value='yes' class='forminput' onclick="CheckCheckAll(document.trackunread);" /></td>
</tr>
<!--IBF_END_FUNC|trackUNread_row-->

<!--IBF_START_FUNC|trackUNread_end|-->

<tr>
 <td align='right' class='titlemedium' colspan='5'><input type='submit' name='delete' value='{ibf.lang.delete_button}' class='forminput' /> {ibf.lang.selected_msg}</td>
</tr>
</table>
</div>
</form>
<!--IBF_END_FUNC|trackUNread_end-->

<!--IBF_START_FUNC|unsent_table_header|-->

<script language='JavaScript' type="text/javascript">
<!--
function CheckAll(cb) {
	var fmobj = document.mutliact;
	for (var i=0;i<fmobj.elements.length;i++) {
		var e = fmobj.elements[i];
		if ((e.name != 'allbox') && (e.type=='checkbox') && (!e.disabled)) {
			e.checked = fmobj.allbox.checked;
		}
	}
}
function CheckCheckAll(cb) {	
	var fmobj = document.mutliact;
	var TotalBoxes = 0;
	var TotalOn = 0;
	for (var i=0;i<fmobj.elements.length;i++) {
		var e = fmobj.elements[i];
		if ((e.name != 'allbox') && (e.type=='checkbox')) {
			TotalBoxes++;
			if (e.checked) {
				TotalOn++;
			}
		}
	}
	if (TotalBoxes==TotalOn) {fmobj.allbox.checked=true;}
	else {fmobj.allbox.checked=false;}
}
//-->
</script>
<form action="{ibf.script_url}CODE=06&amp;act=Msg&amp;saved=1" name='mutliact' method="post">
<div class="pformstrip">{ibf.lang.pms_saved_title}</div>
<br />
<div class="tableborder">
<table cellpadding='4' cellspacing='1' align='center' width='100%'>
<tr>
  <th align='left' width='5%' class='titlemedium'>&nbsp;</td>
  <th align='left' width='30%' class='titlemedium'><b>{ibf.lang.message_title}</b></th>
  <th align='left' width='30%' class='titlemedium'><b>{ibf.lang.pms_message_to}</b></th>
  <th align='left' width='20%' class='titlemedium'><b>{ibf.lang.pms_saved_date}</b></th>
  <th align='left' width='10%' class='titlemedium'><b>{ibf.lang.pms_cc_users}</b></th>
  <th align='left' width='5%' class='titlemedium'><input name="allbox" type="checkbox" value="Check All" onclick="CheckAll();" /></th>
</tr>
<!--IBF_END_FUNC|unsent_table_header-->

<!--IBF_START_FUNC|trackread_row|$data-->

<tr>
  <td class='row2' align='left' valign='middle'>{$data['icon']}</td>
  <td class='row2' align='left'>{$data['title']}</td>
  <td class='row2' align='left'><a href='{ibf.script_url}showuser={$data['memid']}'>{$data['to_name']}</a></td>
  <td class='row2' align='left'>{$data['date']}</td>
  <td class='row2' align='left'><input type='checkbox' name='msgid_{$data['msg_id']}' value='yes' class='forminput' onclick="CheckCheckAll(document.trackread);" /></td>
</tr>
<!--IBF_END_FUNC|trackread_row-->

<!--IBF_START_FUNC|trackread_end|-->

<tr>
 <td align='right' class='titlemedium' colspan='5'><input type='submit' name='endtrack' value='{ibf.lang.tk_untrack_button}' class='forminput' /> {ibf.lang.selected_msg}</td>
</tr>
</table>
</div>
</form>
<br />
<!--IBF_END_FUNC|trackread_end-->

<!--IBF_START_FUNC|trackread_table_header|-->

<script language='JavaScript' type="text/javascript">
<!--
function CheckAll(fmobj) {
	for (var i=0;i<fmobj.elements.length;i++) {
		var e = fmobj.elements[i];
		if ((e.name != 'allbox') && (e.type=='checkbox') && (!e.disabled)) {
			e.checked = fmobj.allbox.checked;
		}
	}
}
function CheckCheckAll(fmobj) {	
	var TotalBoxes = 0;
	var TotalOn = 0;
	for (var i=0;i<fmobj.elements.length;i++) {
		var e = fmobj.elements[i];
		if ((e.name != 'allbox') && (e.type=='checkbox')) {
			TotalBoxes++;
			if (e.checked) {
				TotalOn++;
			}
		}
	}
	if (TotalBoxes==TotalOn) {fmobj.allbox.checked=true;}
	else {fmobj.allbox.checked=false;}
}
//-->
</script>
<form action="{ibf.script_url}CODE=31&amp;act=Msg" name='trackread' method="post">
<div class='pformstrip'>{ibf.lang.tk_read_messages}</div>
<p>{ibf.lang.tk_read_desc}</p>
<div class="tableborder">
<table cellpadding='4' cellspacing='1' align='center' width='100%'>
<tr>
  <th align='left' width='5%' class='titlemedium'>&nbsp;</th>
  <th align='left' width='30%' class='titlemedium'><b>{ibf.lang.message_title}</b></th>
  <th align='left' width='30%' class='titlemedium'><b>{ibf.lang.pms_message_to}</b></th>
  <th align='left' width='20%' class='titlemedium'><b>{ibf.lang.tk_read_date}</b></th>
  <th align='left' width='5%' class='titlemedium'><input name="allbox" type="checkbox" value="Check All" onclick="CheckAll(document.trackread);" /></th>
</tr>
<!--IBF_END_FUNC|trackread_table_header-->

<!--IBF_START_FUNC|address_add|$mem_to_add-->

<form action="{ibf.script_url}" method="post">
<input type='hidden' name='act' value='Msg' />
<input type='hidden' name='CODE' value='09' />
<div class="pformstrip">{ibf.lang.member_add}</div>
<table style="padding:6px">
<tr>
 <td valign='middle'>{ibf.lang.enter_a_name}<br /><input type='text' name='mem_name' size='20' maxlength='40' value='$mem_to_add' class='forminput' /></td>
 <td valign='middle'>{ibf.lang.enter_desc}<br /><input type='text' name='mem_desc' size='30' maxlength='60' value='' class='forminput' /></td>
 <td valign='middle'>{ibf.lang.allow_msg}<br /><select name='allow_msg' class='forminput'><option value='yes' selected="selected">{ibf.lang.yes}<option value='no'>{ibf.lang.no}</select></td>
</tr>
</table>
<div class="pformstrip" align="center"><input type="submit" value="{ibf.lang.submit_address}" class='forminput' /></div>
</form>
<!--IBF_END_FUNC|address_add-->

<!--IBF_START_FUNC|Render_msg|$data-->

<script language='javascript' type="text/javascript">
<!--
function PopUp(url, name, width,height,center,resize,scroll,posleft,postop) {
if (posleft != 0) { x = posleft }
if (postop  != 0) { y = postop  }
if (!scroll) { scroll = 1 }
if (!resize) { resize = 1 }
if ((parseInt (navigator.appVersion) >= 4 ) && (center)) {
  X = (screen.width  - width ) / 2;
  Y = (screen.height - height) / 2;
}
if (scroll != 0) { scroll = 1 }
var Win = window.open( url, name, 'width='+width+',height='+height+',top='+Y+',left='+X+',resizable='+resize+',scrollbars='+scroll+',location=no,directories=no,status=no,menubar=no,toolbar=no');
}
//-->
</script>
<div class="pformstrip">{$data['msg']['title']}</div>
<div align="right" style="padding:6px;font-weight:bold">
  [ <a href='{ibf.script_url}CODE=04&amp;act=Msg&amp;MSID={$data['msg']['msg_id']}&amp;MID={$data['member']['id']}&amp;fwd=1'>{ibf.lang.vm_forward_pm}</a> | <a href='{ibf.script_url}CODE=04&amp;act=Msg&amp;MID={$data['member']['id']}&amp;MSID={$data['msg']['msg_id']}'>{ibf.lang.pm_reply_link}</a> ]
</div>
<div class="tableborder">
 <div class="titlemedium">&nbsp;&nbsp;{ibf.lang.m_pmessage}</div>
 <table width='100%' cellpadding='3' cellspacing='1'>
  <tr>
      <td valign='middle' class='row4'><span class='normalname'><a href="{ibf.script_url}showuser={$data['member']['id']}">{$data['member']['name']}</a></span></td>
        <td class='row4' valign='top'>
        
        <!-- POSTED DATE DIV -->
        
        <div align='left' class='row4' style='float:left;padding-top:4px;padding-bottom:4px'>
        {$data[POST]['post_icon']}<span class='postdetails'><b>{$data['msg']['title']}</b>, {$data['msg']['msg_date']}</span>
        </div>
        
        <!-- DELETE  DIV -->
        
        <div align='right'>
          <a href='{ibf.script_url}CODE=05&amp;act=Msg&amp;MSID={$data['msg']['msg_id']}&amp;VID={$data['member']['VID']}'><{P_DELETE}></a>
          &nbsp;<a href='{ibf.script_url}CODE=04&amp;act=Msg&amp;MID={$data['member']['id']}&amp;MSID={$data['msg']['msg_id']}'><{P_QUOTE}></a>
        </div>
      
      </td>
    </tr>
    <tr>
      <td valign='top' class='post1'>
        <span class='postdetails'>
        {$data['member']['avatar']}
        <br />{$data['member']['title']}
        <br />{$data['member']['member_rank_img']}<br />
        <br />{$data['member']['member_group']}
        <br />{$data['member']['member_posts']}
        <br />{$data['member']['member_joined']}
        <br />
        </span>
        <img src='{ibf.vars.img_url}/spacer.gif' alt='' width='160' height='1' /><br /> 
      </td>
      <td width='100%' valign='top' class='post1'><span class='postcolor'>{$data['msg']['message']}</span><span class="signature">{$data['member']['signature']}</span></td>
    </tr>
    <tr>
      <td class='darkrow3' align='left'>[ <a href='{ibf.script_url}CODE=02&amp;act=Msg&amp;MID={$data['member']['id']}'>{ibf.lang.add_to_book}</a> ]</td>
      <td class='darkrow3' nowrap="nowrap" align='left'>
      
        <!-- EMAIL / WWW / MSGR -->
      
        <div align='left' class='darkrow3' style='float:left;'>
        {$data['member']['addresscard']}{$data['member']['message_icon']}{$data['member']['email_icon']}{$data['member']['website_icon']}{$data['member']['integ_icon']}{$data['member']['icq_icon']}{$data['member']['aol_icon']}{$data['member']['yahoo_icon']}{$data['member']['msn_icon']}
      </div>
        
        <!-- UP -->
         
        <div align='right'><a href='javascript:scroll(0,0);'><img src='{ibf.vars.img_url}/p_up.gif' alt='Top' border='0' /></a></div>
      </td>
    </tr>
</table>
</div>
<div style="float:left;width:auto;padding:6px">
<form action="{ibf.script_url}" name='jump' method="post">
<input type='hidden' name='act' value='Msg'>
<input type='hidden' name='CODE' value='01'>
{ibf.lang.goto_folder}:</b>&nbsp; {$data['jump']}
<input type='submit' name='submit' value='{ibf.lang.goto_submit}' class='forminput' />
</form>
</div>
<div align="right" style="padding:6px;font-weight:bold">
  [ <a href='{ibf.script_url}CODE=04&amp;act=Msg&amp;MSID={$data['msg']['msg_id']}&amp;MID={$data['member']['id']}&amp;fwd=1'>{ibf.lang.vm_forward_pm}</a> | <a href='{ibf.script_url}CODE=04&amp;act=Msg&amp;MID={$data['member']['id']}&amp;MSID={$data['msg']['msg_id']}'>{ibf.lang.pm_reply_link}</a> ]
</div>
<!--IBF_END_FUNC|Render_msg-->

<!--IBF_START_FUNC|Address_none|-->

<p style="text-align:center">{ibf.lang.address_none}</p>
<!--IBF_END_FUNC|Address_none-->

<!--IBF_START_FUNC|end_address_table|-->

</table>
</div>
<br />
<!--IBF_END_FUNC|end_address_table-->

<!--IBF_START_FUNC|address_edit|$data-->

<form action="{ibf.script_url}" method="post">
<input type='hidden' name='act' value='Msg'>
<input type='hidden' name='CODE' value='12'>
<input type='hidden' name='MID' value='{$data[MEMBER]['contact_id']}'>
<div class="pformstrip">{ibf.lang.member_edit}</div>
<table width="100%">
<tr>
 <td valign='middle' align='left'><b>{$data[MEMBER]['contact_name']}</b></td>
 <td valign='middle' align='left'>{ibf.lang.enter_desc}<br /><input type='text' name='mem_desc' size='30' maxlength='60' value='{$data[MEMBER]['contact_desc']}' class='forminput' /></td>
 <td valign='middle' align='left'>{ibf.lang.allow_msg}<br />{$data[SELECT]}</td>
</tr>
</table>
<div class="pformstrip" align="center"><input type="submit" value="{ibf.lang.submit_address_edit}" class='forminput' /></div>
</form>
<!--IBF_END_FUNC|address_edit-->

<!--IBF_START_FUNC|archive_html_entry|$info-->

<div class='tableborder'>
 <div class='maintitle'><img src="{ibf.vars.board_url}/style_images/<#IMG_DIR#>/f_norm.gif" alt='PM' />&nbsp;PM: {$info['msg_title']}</div>
 <div class='tablefill'><div class='postcolor'>{$info['msg_content']}</div></div>
 <div class='pformstrip'>Sent by <b>{$info['msg_sender']}</b> on {$info['msg_date']}</div>
</div>
<br />
<!--IBF_END_FUNC|archive_html_entry-->

<!--IBF_START_FUNC|archive_html_entry_sent|$info-->

<div class='tableborder'>
 <div class='maintitle'><img src="{ibf.vars.board_url}/style_images/<#IMG_DIR#>/f_moved.gif" alt='PM' />&nbsp;PM: {$info['msg_title']}</div>
 <div class='tablefill'><div class='postcolor'>{$info['msg_content']}</div></div>
 <div class='pformstrip'>Sent to <b>{$info['msg_sender']}</b> on {$info['msg_date']}</div>
</div>
<br />
<!--IBF_END_FUNC|archive_html_entry_sent-->

<!--IBF_START_FUNC|archive_html_footer|-->

</div>
 </body>
</html>
<!--IBF_END_FUNC|archive_html_footer-->

<!--IBF_START_FUNC|archive_complete|-->

<div class="pformstrip">{ibf.lang.arc_comp_title}</div>
<p>{ibf.lang.arc_complete}</p>
<!--IBF_END_FUNC|archive_complete-->

<!--IBF_START_FUNC|archive_form|$jump_html=""-->

<form action="{ibf.script_url}" method="post">
<input type='hidden' name='act' value='Msg' />
<input type='hidden' name='CODE' value='15' />
<div class="pformstrip">{ibf.lang.archive_title}</div>
<p>{ibf.lang.archive_text}</p>
<table width="100%" style="padding:6px">
<tr>
   <td><b>{ibf.lang.arc_folders}</b></td>
   <td>$jump_html</td>
</tr>
<tr>
   <td><b>{ibf.lang.arc_dateline}</b></td>
   <td valign='middle'><select name='dateline' class='forminput'>
	 <option value='1'>1</option>
	 <option value='7'>7</option>
	 <option value='30' selected='selected'>30</option>
	 <option value='90'>90</option>
	 <option value='365'>365</option>
	 <option value='all'>{ibf.lang.arc_alldays}</option>
	 </select>&nbsp;&nbsp;{ibf.lang.arc_days}
	 <select name='oldnew' class='forminput'>
	  <option value='newer' selected='selected'>{ibf.lang.arch_new}</option>
	  <option value='older'>{ibf.lang.arch_old}</option>
	 </select>
   </td>
</tr>
<tr>
   <td><b>{ibf.lang.arc_max}</b></td>
   <td valign='middle'><select name='number' class='forminput'><option value='5'>5</option><option value='10'>10</option><option value='20' selected>20</option><option value='30'>30</option><option value='40'>40</option><option value='50'>50</option></select></td>
</tr>
<tr>
   <td><b>{ibf.lang.arc_delete}</b></td>
   <td valign='middle'><select name='delete' class='forminput'><option value='yes'>{ibf.lang.arc_yes}</option><option value='no' selected='selected'>{ibf.lang.arc_no}</option></select></td>
</tr>
<tr>
   <td><b>{ibf.lang.arc_type}</b></td>
   <td valign='middle'><select name='type' class='forminput'><option value='xls' selected>{ibf.lang.arc_xls}</option><option value='html'>{ibf.lang.arc_html}</option></select></td>
</tr>
</table>
<div class="pformstrip" align="center"><input type="submit" value="{ibf.lang.arc_submit}" class='forminput' /></div>
</form>
<!--IBF_END_FUNC|archive_form-->

<!--IBF_START_FUNC|No_msg_inbox|-->

<tr>
      <td class='row1' colspan='5' align='center'><b>{ibf.lang.inbox_no_msg}</b></td>                
      </tr>
<!--IBF_END_FUNC|No_msg_inbox-->

<!--IBF_START_FUNC|empty_folder_header|-->

<form action="{ibf.script_url}" method="post">
<input type='hidden' name='act' value='Msg' />
<input type='hidden' name='CODE' value='dofolderdelete' />
<div class="pformstrip">{ibf.lang.mi_prune_msg}</div>
<p>{ibf.lang.fd_text}</p>
<div class="tableborder">
<table cellpadding='4' cellspacing='1' width="100%">
<tr>
  <th class="titlemedium">{ibf.lang.fd_name}</th>
  <th class="titlemedium">{ibf.lang.fd_count}</th>
  <th class="titlemedium">{ibf.lang.fd_empty}</th>
</tr>
<!--IBF_END_FUNC|empty_folder_header-->

<!--IBF_START_FUNC|empty_folder_row|$real, $id, $cnt-->

<tr>
  <td class="row1"><strong>$real</strong></td>
  <td class="row1" align="center">$cnt</td>
  <td class="row1" align="center"><input type="checkbox" class="checkbox" name="its_$id" value="1" /></td>
</tr>
<!--IBF_END_FUNC|empty_folder_row-->

<!--IBF_START_FUNC|empty_folder_save_unread|-->

<tr>
  <td class="row2" colspan='3' align='center'><input type="checkbox" class="checkbox" name="save_unread" value="1" checked="checked"/> <strong>{ibf.lang.fd_save_unread}</strong></td>
</tr>
<!--IBF_END_FUNC|empty_folder_save_unread-->

<!--IBF_START_FUNC|empty_folder_footer|-->

</table>
<div class="pformstrip" align="center"><input type='submit' value='{ibf.lang.fd_continue}' class='forminput'></div>
</div>
</form>
<!--IBF_END_FUNC|empty_folder_footer-->

<!--IBF_START_FUNC|prefs_header|-->

<form action="{ibf.script_url}" method="post">
<input type='hidden' name='act' value='Msg' />
<input type='hidden' name='CODE' value='08' />
<div class="pformstrip">{ibf.lang.prefs_current}</div>
<p>{ibf.lang.prefs_text_a}</p>
<!--IBF_END_FUNC|prefs_header-->

<!--IBF_START_FUNC|prefs_row|$data-->

<p>
<input type='text' name='{$data[ID]}' value='{$data[REAL]}' class='forminput' size="20" />{$data[EXTRA]}</p>
<!--IBF_END_FUNC|prefs_row-->

<!--IBF_START_FUNC|prefs_add_dirs|-->

<div class="pformstrip">{ibf.lang.prefs_new}</div>
<p>{ibf.lang.prefs_text_b}</p>
<!--IBF_END_FUNC|prefs_add_dirs-->

<!--IBF_START_FUNC|prefs_footer|-->

<div class="pformstrip" align="center"><input type='submit' value='{ibf.lang.prefs_submit}' class='forminput'></div>
</form>
<!--IBF_END_FUNC|prefs_footer-->

<!--IBF_START_FUNC|Address_header|-->

<div class="pformstrip">{ibf.lang.address_current}</div>
<!--IBF_END_FUNC|Address_header-->

<!--IBF_START_FUNC|Address_table_header|-->

<br />
<div class="tableborder">
<table cellpadding='4' cellspacing='1' width="100%">
<tr>
  <td class="titlemedium"><b>{ibf.lang.member_name}</b></td>
  <td width="60%" class="titlemedium"><b>{ibf.lang.enter_block}</b></td>
</tr>
<!--IBF_END_FUNC|Address_table_header-->

<!--IBF_START_FUNC|render_address_row|$entry-->

<tr>
  <td class='row1 align='left' valign='middle'><a href='{ibf.script_url}act=Profile&amp;CODE=03&amp;MID={$entry['contact_id']}'><b>{$entry['contact_name']}</b></a> &nbsp; &nbsp;[ {$entry['contact_desc']} ]</td>
  <td class='row1 align='left' valign='middle'>
	   [ <a href='{ibf.script_url}act=Msg&amp;CODE=11&amp;MID={$entry['contact_id']}'>{ibf.lang.edit}</a> ] :: [ <a href='{ibf.script_url}act=Msg&amp;CODE=10&amp;MID={$entry['contact_id']}'>{ibf.lang.delete}</a> ]
		&nbsp;&nbsp;( {$entry['text']} )
  </td>
</tr>
<!--IBF_END_FUNC|render_address_row-->

<!--IBF_START_FUNC|archive_html_header|-->

<html>
 <head>
  <title>Private Message Archive</title>
 </head>
 <style type='text/css'>
	 BODY { font-family: Verdana, Tahoma, Arial, sans-serif;
			font-size: 11px;
			color: #000;
			margin:0px;
			padding:0px;
			background-color:#FFF;
			text-align:center
		   }
		   
	#ipbwrapper { text-align:left; width:95%; margin-left:auto;margin-right:auto }
	
	html { overflow-x: auto; } 
	
	a:link, a:visited, a:active { text-decoration: underline; color: #000 }
	a:hover { color: #465584; text-decoration:underline }
	img        { vertical-align:middle; border:0px }
	
	.post1 { background-color: #F5F9FD }
	.post2 { background-color: #EEF2F7 }
	
	/* Common elements */
	.row1 { background-color: #F5F9FD }
	.row2 { background-color: #DFE6EF }
	.row3 { background-color: #EEF2F7 }
	.row4 { background-color: #E4EAF2 }
	
	/* tableborders gives the white column / row lines effect */
	.plainborder { border:1px solid #345487;background-color:#F5F9FD }
	.tableborder { border:1px solid #345487;background-color:#FFF; padding:0; margin:0 }
	.tablefill   { border:1px solid #345487;background-color:#F5F9FD;padding:6px;  }
	.tablepad    { background-color:#F5F9FD;padding:6px }
	.tablebasic  { width:100%; padding:0px 0px 0px 0px; margin:0px; border:0px }
	
	.pformstrip { background-color: #D1DCEB; color:#3A4F6C;font-weight:bold;padding:7px;margin-top:1px }
	#QUOTE { font-family: Verdana, Arial; font-size: 11px; color: #465584; background-color: #FAFCFE; border: 1px solid #000; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px }
	#CODE  { font-family: Courier, Courier New, Verdana, Arial;  font-size: 11px; color: #465584; background-color: #FAFCFE; border: 1px solid #000; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px }
	
	/* Main table top (dark blue gradient by default) */
	.maintitle { vertical-align:middle;font-weight:bold; color:#FFF; background-color:D1DCEB;background-image: url('{ibf.vars.board_url}/style_images/%3c#IMG_DIR#>/tile_back.gif'); padding-left:5px; padding-right:0px; padding-top:8px; padding-bottom:8px }
	.maintitle a:link, .maintitle  a:visited, .maintitle  a:active { text-decoration: none; color: #FFF }
	.maintitle a:hover { text-decoration: underline }
    
    /* Topic View elements */
	.signature   { font-size: 10px; color: #339; line-height:150% }
	.postdetails { font-size: 10px }
	.postcolor   { font-size: 12px; line-height: 160% }
 </style>
 <body>
 <div id='ipbwrapper'>
<!--IBF_END_FUNC|archive_html_header-->

<!--IBF_START_FUNC|preview|$data-->

<div class="pformstrip">{ibf.lang.pm_preview}</div>
<p>$data</p>
<!--IBF_END_FUNC|preview-->

<!--IBF_START_FUNC|pm_errors|$data-->

<div class="pformstrip">{ibf.lang.err_errors}</div>
<span class='postcolor'><p>$data<br /><br />{ibf.lang.pme_none_sent}</p></span>
<!--IBF_END_FUNC|pm_errors-->

<!--IBF_START_FUNC|pm_popup|$text, $mid-->

<script language='javascript'>
<!--
 function goto_inbox() {
 	opener.document.location.href = '{ibf.script_url}act=Msg&amp;CODE=01';
 	window.close();
 }
 
 function goto_this_inbox() {
 	window.resizeTo('700','500');
 	document.location.href = '{ibf.script_url}&act=Msg&CODE=01';
 }
 
 function go_read_msg() {
 	window.resizeTo('700','500');
 	document.location.href = '{ibf.script_url}&act=Msg&CODE=03&VID=in&MSID=$mid';
 }
 
//-->
 </script>
<table cellspacing='1' cellpadding='10' width='100%' height='100%' align='center' class='row1'>
<tr>
   <td id='phototitle' align='center'>{ibf.lang.pmp_title}</td>
</tr>
<tr>
   <td align='center'>$text</td>
</tr>
<tr>
   <td align='center' style='font-size:12px;font-weight:bold'>
   <a href='javascript:go_read_msg();'>{ibf.lang.pmp_get_last}</a>
   <br /><br />
   <a href='javascript:goto_inbox();'>{ibf.lang.pmp_go_inbox}</a> ( <a href='javascript:goto_this_inbox();'>{ibf.lang.pmp_thiswindow}</a> )<br /><br /><a href='javascript:window.close();'>{ibf.lang.pmp_ignore}</a></td>
</tr>
</table>
<!--IBF_END_FUNC|pm_popup-->


<!--IBF_GROUP_END:skin_msg-->
<!-- PLEASE LEAVE ALL 'IBF' COMMENTS IN PLACE, DO NOT REMOVE THEM! -->
<!--IBF_GROUP_START:skin_online-->

<!--IBF_START_FUNC|show_row|$session-->

<!-- Entry for {$session['member_id']} -->
              <tr>
                <td class='row1'>{$session['member_name']}</td>
                <td class='row1'>{$session['where_line']}</td>
                <td class='row1' align='center'>{$session['running_time']}</td>
                <td class='row1' align='center'>{$session['msg_icon']}</td>
              </tr>
              <!-- End of Entry -->
<!--IBF_END_FUNC|show_row-->

<!--IBF_START_FUNC|Page_end|$show_mem, $sort_order, $sort_key, $links-->

<!-- End content Table -->
            <tr>
            <td colspan='4' class='darkrow1' align='center' valign='middle'>
             <form method='post' action='{ibf.script_url}act=Online&amp;CODE=listall'>
             <b>{ibf.lang.s_by}&nbsp;</b>
             <select class='forminput' name='sort_key'>{$sort_key}</select>
             <select class='forminput' name='show_mem'>&nbsp;{$show_mem}</select>
             <select class='forminput' name='sort_order'>&nbsp;{$sort_order}</select>
             <input type='submit' value='{ibf.lang.s_go}' class='forminput'>
             <form>
            </form>
            </td>
            </tr>
            </table>
           </div>
          <br />
          <div align='left'>$links</div>
<!--IBF_END_FUNC|Page_end-->

<!--IBF_START_FUNC|Page_header|$links-->

<script language='Javascript' type='text/javascript'>
		<!--
		function PopUp(url, name, width,height,center,resize,scroll,posleft,postop) {
			if (posleft != 0) { x = posleft }
			if (postop  != 0) { y = postop  }
		
			if (!scroll) { scroll = 1 }
			if (!resize) { resize = 1 }
		
			if ((parseInt (navigator.appVersion) >= 4 ) && (center)) {
			  X = (screen.width  - width ) / 2;
			  Y = (screen.height - height) / 2;
			}
			if (scroll != 0) { scroll = 1 }
		
			var Win = window.open( url, name, 'width='+width+',height='+height+',top='+Y+',left='+X+',resizable='+resize+',scrollbars='+scroll+',location=no,directories=no,status=no,menubar=no,toolbar=no');
	     }
		//-->
	        </script>
	
    <div align='left'>$links</div>
    <br />
    <div class="tableborder">
      <div class='maintitle'>&nbsp;&nbsp;{ibf.lang.page_title}</div>
	  <table cellpadding='4' cellspacing='1' border='0' width='100%'>
		<tr>
		   <th align='left' width='30%' class='titlemedium'>{ibf.lang.member_name}</th>
		   <th align='left' width='30%' class='titlemedium'>{ibf.lang.where}</th>
		   <th align='center' width='20%' class='titlemedium'>{ibf.lang.time}</th>
		   <th align='left' width='10%' class='titlemedium'>&nbsp;</th>
		</tr>
            </form>
<!--IBF_END_FUNC|Page_header-->


<!--IBF_GROUP_END:skin_online-->
<!-- PLEASE LEAVE ALL 'IBF' COMMENTS IN PLACE, DO NOT REMOVE THEM! -->
<!--IBF_GROUP_START:skin_poll-->

<!--IBF_START_FUNC|poll_javascript|$tid,$fid-->

<script type="text/javascript">
function go_gadget_show()
{
	window.location = "{ibf.script_url}&act=ST&f=$fid&t=$tid&mode=show&st={$ibforums->input['start']}";
}
function go_gadget_vote()
{
	window.location = "{ibf.script_url}&act=ST&f=$fid&t=$tid&st={$ibforums->input['start']}";
}
        </script>
<!--IBF_END_FUNC|poll_javascript-->

<!--IBF_START_FUNC|button_vote|-->

<input type='submit' name='submit' value='{ibf.lang.poll_add_vote}' title="{ibf.lang.tt_poll_vote}" class='forminput' />
<!--IBF_END_FUNC|button_vote-->

<!--IBF_START_FUNC|button_null_vote|-->

<input type='submit' name='nullvote' value='{ibf.lang.poll_null_vote}' title="{ibf.lang.tt_poll_null}" class='forminput' />
<!--IBF_END_FUNC|button_null_vote-->

<!--IBF_START_FUNC|button_show_results|-->

<input type='button' value='{ibf.lang.pl_show_results}' class='forminput' title="{ibf.lang.tt_poll_show}" onclick='go_gadget_show()' />
<!--IBF_END_FUNC|button_show_results-->

<!--IBF_START_FUNC|button_show_voteable|-->

<input type='button' name='viewresult' value='{ibf.lang.pl_show_vote}'  title="{ibf.lang.tt_poll_svote}" class='forminput' onclick='go_gadget_vote()' />
<!--IBF_END_FUNC|button_show_voteable-->

<!--IBF_START_FUNC|edit_link|$tid, $fid, $key=""-->

[ <a href="{ibf.script_url}act=Mod&amp;CODE=20&amp;f=$fid&amp;t=$tid&amp;auth_key=$key">{ibf.lang.ba_edit}</a> ]
<!--IBF_END_FUNC|edit_link-->

<!--IBF_START_FUNC|delete_link|$tid, $fid, $key=""-->

[ <a href="{ibf.script_url}act=Mod&amp;CODE=22&amp;f=$fid&amp;t=$tid&amp;auth_key=$key">{ibf.lang.ba_delete}</a> ]
<!--IBF_END_FUNC|delete_link-->

<!--IBF_START_FUNC|Render_row_form|$votes, $id, $answer-->

<tr>
    <td class='row1' colspan='3'><input type="radio" name="poll_vote" value="$id" class="radiobutton" />&nbsp;<strong>$answer</strong></td>
    </tr>
<!--IBF_END_FUNC|Render_row_form-->

<!--IBF_START_FUNC|poll_header|$tid, $poll_q, $edit, $delete-->

<!--IBF.POLL_JS-->
<form action="{ibf.script_url}act=Poll&amp;t=$tid" method="post">
<div align="right" class="pformstrip">$edit &nbsp; $delete</div>
<div class="tablepad" align="center">
<table cellpadding="5" align="center">
<tr>
 <td colspan='3' align='center'><b>$poll_q</b></td>
</tr>
<!--IBF_END_FUNC|poll_header-->

<!--IBF_START_FUNC|ShowPoll_footer|-->

</table>
</div>
<div align="center" class="pformstrip"><!--IBF.VOTE-->&nbsp;<!--IBF.SHOW--></div>
</form>
<!--IBF_END_FUNC|ShowPoll_footer-->

<!--IBF_START_FUNC|Render_row_results|$votes, $id, $answer, $percentage, $width-->

<tr>
    <td class='row1'>$answer</td>
    <td class='row1'> [ <b>$votes</b> ] </td>
    <td class='row1' align='right'><img src='{ibf.vars.img_url}/bar_left.gif' border='0' width='4' height='11' align='middle' alt='' /><img src='{ibf.vars.img_url}/bar.gif' border='0' width='$width' height='11' align='middle' alt='' /><img src='{ibf.vars.img_url}/bar_right.gif' border='0' width='4' height='11' align='middle' alt='' />&nbsp;[$percentage%]</td>
    </tr>
<!--IBF_END_FUNC|Render_row_results-->

<!--IBF_START_FUNC|show_total_votes|$total_votes-->

<tr>
    <td class='row1' colspan='3' align='center'><strong>{ibf.lang.pv_total_votes}: $total_votes</strong></td>
    </tr>
<!--IBF_END_FUNC|show_total_votes-->


<!--IBF_GROUP_END:skin_poll-->
<!-- PLEASE LEAVE ALL 'IBF' COMMENTS IN PLACE, DO NOT REMOVE THEM! -->
<!--IBF_GROUP_START:skin_modcp-->

<!--IBF_START_FUNC|move_checked_form_end|$jump_html-->

</table>
   <div align='center' class='tablepad'>{ibf.lang.cp_tmove_to}&nbsp;&nbsp;<select class='forminput' name='df'>
     $jump_html</select></div>
   <div align='center' class='pformstrip'><input type='submit' value='{ibf.lang.cp_tmove_end}' class='forminput' /></div>
 </div>
</form>
<!--IBF_END_FUNC|move_checked_form_end-->

<!--IBF_START_FUNC|show_no_topics|-->

<tr> 
	<td class='row4' colspan='8' align='center'>
		<br />
		 <b>{ibf.lang.fv_no_topics}</b>
		<br /><br />
	</td>
  </tr>
<!--IBF_END_FUNC|show_no_topics-->

<!--IBF_START_FUNC|topic_row|$data-->

<!-- Begin Topic Entry {$data['tid']} -->
    <tr> 
	  <td align='center' class='row4'>{$data['folder_img']}</td>
      <td align='center' class='row2'>{$data['topic_icon']}</td>
      <td class='row4'>{$data['prefix']} <a target='_blank' href='{ibf.script_url}showtopic={$data['tid']}' title='{ibf.lang.topic_started_on} {$data['start_date']}'>{$data['title']}</a><br /><span class='desc'>{$data['description']}</span></td>
      <td align='center' class='row2'>{$data['starter']}</td>
      <td align='center' class='row4'>{$data['posts']}</td>
      <td align='center' class='row2'>{$data['views']}</td>
      <td class='row2'>{$data['last_post']}<br />{$data['last_text']} <b>{$data['last_poster']}</b></td>
      <td align='center' class='row2'><input type='checkbox' name='TID_{$data['real_tid']}' value='1' /></td>
    </tr>
    <!-- End Topic Entry {$data['tid']} -->
<!--IBF_END_FUNC|topic_row-->

<!--IBF_START_FUNC|topics_end|$data-->

</table>
  <div class='pformstrip' align='center'>
     {ibf.lang.t_w_selected}
	 <select class='forminput' name='tact'>
	 <option value='close'>{ibf.lang.cpt_close}</option>
	 <option value='open'>{ibf.lang.cpt_open}</option>
	 <option value='pin'>{ibf.lang.cpt_pin}</option>
	 <option value='unpin'>{ibf.lang.cpt_unpin}</option>
	 <option value='move'>{ibf.lang.cpt_move}</option>
	 <option value='delete'>{ibf.lang.cpt_delete}</option>
	 <!--IBF.MMOD-->
	 </select> &nbsp;<input type='submit' value='{ibf.lang.f_go}' class='forminput' />
  </div>
</div>
</form>
<!--IBF_END_FUNC|topics_end-->

<!--IBF_START_FUNC|move_checked_form_start|$forum_name, $fid-->

<form action='{ibf.script_url}act=modcp&amp;CODE=topicchoice&amp;tact=domove&amp;f=$fid' method='post'>
<div class='tableborder'>
 <div class='maintitle'>{ibf.lang.cp_tmove_start} $forum_name</div>
 <table class='tablebasic'>
<!--IBF_END_FUNC|move_checked_form_start-->

<!--IBF_START_FUNC|move_checked_form_entry|$tid, $title-->

<tr>
   <td class='row1' width='10%' align='center'><input type='checkbox' name='TID_$tid' value='1' checked="checked" /></td>
   <td class='row1' width='90%' align='left'><strong>$title</strong></td>
  </tr>
<!--IBF_END_FUNC|move_checked_form_entry-->

<!--IBF_START_FUNC|forum_row|$info-->

<!-- Forum {$info['id']} entry -->
  <tr>
	<td class='row4' align='center' width='5%'>{$info['folder_icon']}</td>
	<td class="row4" colspan=2><b><a href="{ibf.script_url}act=modcp&amp;CODE=showtopics&amp;f={$info['id']}">{$info['name']}</a></b><br /><span class='desc'>{$info['description']}</span><br />{$info['moderator']}</td>
	<td class="row2" align="center">{$info['q_topics']}</td>
	<td class="row2" align="center">{$info['q_posts']}</td>
	<td class="row2">{$info['last_post']}<br />{ibf.lang.in}: {$info['last_topic']}<br />{ibf.lang.by}: {$info['last_poster']}</td>
	<td class="row2" align="center">{$info['select_button']}</td>        
  </tr>
<!-- End of Forum {$info['id']} entry -->
<!--IBF_END_FUNC|forum_row-->

<!--IBF_START_FUNC|subforum_row|$info-->

<!-- Forum {$info['id']} entry -->
  <tr>
	<td class='row4' align='center' width='5%'>&nbsp;</td>
	<td class='row4' align='center' width='5%'>{$info['folder_icon']}</td>
	<td class="row2"><b><a href="{ibf.script_url}act=modcp&amp;CODE=showtopics&amp;f={$info['id']}">{$info['name']}</a></b><br /><span class='desc'>{$info['description']}</span><br />{$info['moderator']}</td>
	<td class="row2" align="center">{$info['q_topics']}</td>
	<td class="row2" align="center">{$info['q_posts']}</td>
	<td class="row2">{$info['last_post']}<br />{ibf.lang.in}: {$info['last_topic']}<br />{ibf.lang.by}: {$info['last_poster']}</td>
	<td class="row2" align="center"><input type='radio' name='f' value='{$info['id']}' /></td>        
  </tr>
<!-- End of Forum {$info['id']} entry -->
<!--IBF_END_FUNC|subforum_row-->

<!--IBF_START_FUNC|forum_page_start|-->

<form action='{ibf.script_url}act=modcp&amp;CODE=fchoice' method='post'>
<div class='tableborder'>
  <table class='tablebasic' cellspacing="1" cellpadding="3">
<!--IBF_END_FUNC|forum_page_start-->

<!--IBF_START_FUNC|cat_row|$cat_name-->

<tr>
	<td colspan='7' class='maintitle'>$cat_name</td>
  </tr>
  <tr> 
	<th class='titlemedium' align='left' width='5%'>&nbsp;</th>
	<th width="35%" class='titlemedium' colspan='2'>{ibf.lang.cat_name}</th>
	<th width="15%" class='titlemedium'>{ibf.lang.f_q_topics}</th>
	<th width="15%" class='titlemedium'>{ibf.lang.f_q_posts}</th>
	<th width="25%" class='titlemedium'>{ibf.lang.last_post_info}</th>
	<th width="5%"  class='titlemedium'>{ibf.lang.f_select}</th>
  </tr>
<!--IBF_END_FUNC|cat_row-->

<!--IBF_START_FUNC|forum_page_end|-->

<tr>
   <td colspan='7' class='row2' align='right'><b>{ibf.lang.f_w_selected}</b>
   <select class='forminput' name='fact'>
   <option value='mod_topic'>{ibf.lang.cp_mod_topics}</option>
   <option value='mod_post'>{ibf.lang.cp_mod_posts}</option>
   <option value='prune_move'>{ibf.lang.cp_prune_posts}</option>
   </select>&nbsp;<input type='submit' value='{ibf.lang.f_go}' class='forminput' />
   </td>
  </tr>
  </table>
</div>
</form>
<!--IBF_END_FUNC|forum_page_end-->

<!--IBF_START_FUNC|mod_simple_page|$title="",$msg=""-->

<div class='tableborder'>
  <div class='maintitle'>$title</div>
  <div class='tablepad'>$msg</div>
</div>
<!--IBF_END_FUNC|mod_simple_page-->

<!--IBF_START_FUNC|ip_post_results|$uid="",$count=""-->

{ibf.lang.ipp_found} $count
<br />
<br />
<a target='_blank' href='{ibf.script_url}act=Search&amp;CODE=show&amp;searchid=$uid&amp;search_in=posts&amp;result_type=posts'>{ibf.lang.ipp_click}</a>
<!--IBF_END_FUNC|ip_post_results-->

<!--IBF_START_FUNC|start_topics|$pages,$info-->

<script language='javascript'>
<!--
 function checkdelete() {
 
   isDelete = document.topic.tact.options[document.topic.tact.selectedIndex].value;
   
   msg = '';
   
   if (isDelete == 'delete')
   {
	   msg = "{ibf.lang.cp_js_delete}";
	   
	   formCheck = confirm(msg);
	   
	   if (formCheck == true)
	   {
		   return true;
	   }
	   else
	   {
		   return false;
	   }
   }
 }
//-->
</script>
<form action='{ibf.script_url}act=modcp&amp;f={$info['id']}&amp;CODE=topicchoice' method='post' name='topic' onsubmit='return checkdelete();'>
</form>
<div class='pagelinks'>$pages</div>
<div align='right'>
  <a href='{ibf.script_url}act=modcp&amp;fact=mod_topic&amp;CODE=fchoice&amp;f={$info['id']}'>{ibf.lang.cp_mod_topics}</a> &middot;
  <a href='{ibf.script_url}act=modcp&amp;fact=mod_post&amp;CODE=fchoice&amp;f={$info['id']}'>{ibf.lang.cp_mod_posts}</a> &middot;
  <a href='{ibf.script_url}act=modcp&amp;fact=prune_move&amp;CODE=fchoice&amp;f={$info['id']}'>{ibf.lang.cp_prune_posts}</a>
</div>
<br />
<div class='tableborder'>
  <div class='maintitle'>{$info['name']} [ <a target='_blank' href='{ibf.script_url}showforum={$info['id']}'>{ibf.lang.new_show_forum}</a> ]</div>
  <table width='100%' border='0' cellspacing='1' cellpadding='4'>
  <tr> 
	<td class='titlemedium' style='width:5px'>&nbsp;</td>
	<td class='titlemedium' style='width:5px'>&nbsp;</td>
	<td width='40%' class='titlemedium'>{ibf.lang.h_topic_title}</td>
	<td width='15%' align='center' nowrap="nowrap" class='titlemedium'>{ibf.lang.h_topic_starter}</td>
	<td width='7%' align='center' nowrap="nowrap" class='titlemedium'>{ibf.lang.h_replies}</td>
	<td width='8%' align='center' nowrap="nowrap" class='titlemedium'>{ibf.lang.h_hits}</td>
	<td width='25%' nowrap="nowrap" class='titlemedium'>{ibf.lang.h_last_action}</td>
	<td width='5%' nowrap="nowrap" class='titlemedium'>{ibf.lang.f_select}</td>
  </tr>
<!--IBF_END_FUNC|start_topics-->

<!--IBF_START_FUNC|mod_exp|$words-->

<tr>
                <td class='row1' colspan='2'>$words</td>
                </tr>
<!--IBF_END_FUNC|mod_exp-->

<!--IBF_START_FUNC|end_form|$action-->

<tr>
                <td class='row2' align='center' colspan='2'>
                <input type="submit" name="submit" value="$action" class='forminput'>
                </td></tr></table>
                </td></tr></table>
                </form>
<!--IBF_END_FUNC|end_form-->

<!--IBF_START_FUNC|ip_member_start|$pages-->

<div align='left'>$pages</div>
<br />
<div class='tableborder'>
 <div class='maintitle'>{ibf.lang.ipm_title}</div>
 <table cellpadding='6' class='tablebasic'>
 <tr>
  <th class='pformstrip' width='20%'>{ibf.lang.ipm_name}</th>
  <th class='pformstrip' width='20%'>{ibf.lang.ipm_ip}</th>
  <th class='pformstrip' width='10%'>{ibf.lang.ipm_posts}</th>
  <th class='pformstrip' width='20%'>{ibf.lang.ipm_reg}</th>
  <th class='pformstrip' width='30%'>{ibf.lang.ipm_options}</th>
 </tr>
<!--IBF_END_FUNC|ip_member_start-->

<!--IBF_START_FUNC|ip_member_row|$row-->

<tr>
	  <td class='row2'>{$row['name']}</td>
	  <td class='row2'>{$row['ip_address']}</td>
	  <td class='row2'>{$row['posts']}</td>
	  <td class='row2'>{$row['joined']}</td>
	  <td class='row2' align='center'><a href='{ibf.script_url}showuser={$row['id']}' target='_blank'>{ibf.lang.ipm_view}</a>
	  | <a href='{ibf.script_url}act=modcp&amp;CODE=doedituser&amp;memberid={$row['id']}'>{ibf.lang.ipm_edit}</a></td>
	 </tr>
<!--IBF_END_FUNC|ip_member_row-->

<!--IBF_START_FUNC|ip_member_end|$pages-->

</table>
</div>
<br />
<div align='left'>$pages</div>
<!--IBF_END_FUNC|ip_member_end-->

<!--IBF_START_FUNC|splash|$tcount, $pcount, $forum-->

<tr>
  <td class='pagetitle'>{ibf.lang.cp_welcome}</td>
 </tr>
 <tr>
  <td>{ibf.lang.cp_welcome_text}</td>
 </tr>
 <tr>
  <td>
    <table cellpadding='2' cellspacing='1' border='0' width='75%' class='fancyborder' align='center'>
	  <tr>
	    <td><b>{ibf.lang.cp_mod_in}</b></td>
	    <td>$forum</td>
	  </tr>
	  <tr>
	    <td><b>{ibf.lang.cp_topics_wait}</b></td>
	    <td>$tcount</td>
	  </tr>
	  <tr>
	    <td><b>{ibf.lang.cp_posts_wait}</b></td>
	    <td>$pcount</td>
	  </tr>
	 </table>
   </td>
  </tr>
<!--IBF_END_FUNC|splash-->

<!--IBF_START_FUNC|find_two|$select-->

<form name='ibform' action='{ibf.script_url}act=modcp&amp;CODE=doedituser' method='post'>
<div class='tableborder'>
  <div class='maintitle'>{ibf.lang.cp_edit_user}</div>
  <table class='tablebasic' cellspacing="1" cellpadding="3">
  <tr>
   <td width='40%' class='row1'>{ibf.lang.cp_find_2_user}</td>
   <td class='row1'>$select</td>
  </tr>
  </table>
  <div class='pformstrip' align='center'><input type='submit' value='{ibf.lang.cp_find_2_submit}' class='forminput' /></div>
</div>
</form>
<!--IBF_END_FUNC|find_two-->

<!--IBF_START_FUNC|find_user|-->

<form name='ibform' action='{ibf.script_url}act=modcp&amp;CODE=dofinduser' method='post'>
<div class='tableborder'>
  <div class='maintitle'>{ibf.lang.cp_edit_user}</div>
  <table class='tablebasic' cellspacing="1" cellpadding="3">
  <tr>
   <td width='40%' class='row1'>{ibf.lang.cp_find_user}</td>
   <td class='row1'><input type='text' size='40' name='name' value='' class='forminput' /></td>
  </tr>
  </table>
  <div class='pformstrip' align='center'><input type='submit' value='{ibf.lang.cp_find_submit}' class='forminput' /></div>
</div>
</form>
<!--IBF_END_FUNC|find_user-->

<!--IBF_START_FUNC|ip_start_form|$ip_addr-->

<form name='ibform' action='{ibf.script_url}' method='post'>
<input type='hidden' name='s' value='{ibf.session_id}'>
<input type='hidden' name='act' value='modcp'>
<input type='hidden' name='CODE' value='doip'>
<div class='tableborder'>
 <div class='maintitle'>{ibf.lang.menu_ip}</div>
 <table class='tablebasic'>
 <tr>
   <td width='40%' class='row1'>{ibf.lang.ip_enter}</td>
   <td class='row1'>
	 <input type='text' size='3' maxlength='3' name='ip1' value='{$ip_addr[0]}' class='forminput' /><b>.</b>
	 <input type='text' size='3' maxlength='3' name='ip2' value='{$ip_addr[1]}' class='forminput' /><b>.</b>
	 <input type='text' size='3' maxlength='3' name='ip3' value='{$ip_addr[2]}' class='forminput' /><b>.</b>
	 <input type='text' size='3' maxlength='3' name='ip4' value='{$ip_addr[3]}' class='forminput' />&nbsp;
	 <select name='iptool' class='forminput'>
		 <option value='resolve'>{ibf.lang.ip_resolve}</option>
		 <option value='posts'>{ibf.lang.ip_posts}</option>
		 <option value='members'>{ibf.lang.ip_members}</option>
	 </select>
   </td>
  </tr>
  </table>
  <div class='pformstrip' align='center'><input type='submit' value='{ibf.lang.ip_submit}' class='forminput' /></div>
</div>
</form>
<br />
<div class='tableborder'>
 <div class='maintitle'>{ibf.lang.iph_title}</div>
 <div class='tablepad' style='line-height:150%'>{ibf.lang.ip_desc_text}<br /><br />{ibf.lang.ip_warn_text}</div>
</div>
<!--IBF_END_FUNC|ip_start_form-->

<!--IBF_START_FUNC|edit_user_form|$profile-->

<form name='ibform' action='{ibf.script_url}act=modcp&amp;CODE=compedit&amp;memberid={$profile['id']}' method='post'>
<div class='tableborder'>
  <div class='maintitle'>{ibf.lang.cp_edit_user}: {$profile['name']}</div>
  <table class='tablebasic'>
  <tr>
   <td class='pformleft'>{ibf.lang.cp_remove_av}</td>
   <td class='pformright'><select name='avatar' class='forminput'><option value='0'>{ibf.lang.no}</option><option value='1'>{ibf.lang.yes}</option></select></td>
  </tr>
  <tr>
   <td class='pformleft'>{ibf.lang.cp_remove_photo}</td>
   <td class='pformright'><select name='photo' class='forminput'><option value='0'>{ibf.lang.no}</option><option value='1'>{ibf.lang.yes}</option></select></td>
  </tr>
  <tr>
   <td class='pformleft'>{ibf.lang.cp_edit_website}</td>
   <td class='pformright'><input type='text' size='40' name='website' value='{$profile['website']}' class='forminput' /></td>
  </tr>
  <tr>
   <td class='pformleft'>{ibf.lang.cp_edit_location}</td>
   <td class='pformright'><input type='text' size='40' name='location' value='{$profile['location']}' class='forminput' /></td>
  </tr>
  <tr>
   <td class='pformleft'>{ibf.lang.cp_edit_interests}</td>
   <td class='pformright'><textarea cols='50' rows='3' name='interests' class='forminput'>{$profile['interests']}</textarea></td>
  </tr>
   <tr>
   <td class='pformleft'>{ibf.lang.cp_edit_signature}</td>
   <td class='pformright'><textarea cols='50' rows='5' name='signature' class='forminput'>{$profile['signature']}</textarea></td>
  </tr>
  </table>
  <div class='pformstrip' align='center'><input type='submit' value='{ibf.lang.cp_find_2_submit}' class='forminput' /></div>
</div>
</form>
<!--IBF_END_FUNC|edit_user_form-->

<!--IBF_START_FUNC|prune_splash|$forum, $forums, $select-->

<!-- IBF.CONFIRM -->
<div class='tableborder'>
  <div class='maintitle'>{ibf.lang.cp_prune} {$forum['name']}</div>
  <div class='pformstrip'>{ibf.lang.mpt_help}</div>
  <div class='tablepad'>{ibf.lang.cp_prune_text}</div>
  <form name='ibform' action='{ibf.script_url}' method='POST'>
  <input type='hidden' name='s' value='{ibf.session_id}'>
  <input type='hidden' name='act' value='modcp'>
  <input type='hidden' name='CODE' value='prune'>
  <input type='hidden' name='f' value='{$forum['id']}'>
  <input type='hidden' name='check' value='1'>
  <div class='pformstrip'>{ibf.lang.mpt_title}</div>
   <table width='100%' cellspacing='0'>
   <tr>
	<td class='pformleftw'>{ibf.lang.cp_action}</td>
	<td class='pformright'><select name='df' class='forminput'>$forums</select></td>
   </tr>
   <tr>
	<td class='pformleftw'>{ibf.lang.cp_prune_days}</td>
	<td class='pformright'><input type='text' size='40' name='dateline' value='{$ibforums->input['dateline']}' class='forminput' /></td>
   </tr>
   <tr>
	<td class='pformleftw'>{ibf.lang.cp_prune_type}</td>
	<td class='pformright'>$select &nbsp; <input type='checkbox' id='cbox' name='ignore_pin' value='1' checked='checked' class='checkbox' />&nbsp;<label for='cbox'>{ibf.lang.mps_ignorepin}</label></td>
   </tr>
   <tr>
	<td class='pformleftw'>{ibf.lang.cp_prune_replies}</td>
	<td class='pformright'><input type='text' size='40' name='posts' value='{$ibforums->input['posts']}' class='forminput' /></td>
   </tr>
   <tr>
	<td class='pformleftw'>{ibf.lang.cp_prune_member}</td>
	<td class='pformright'><input type='text' size='40' name='member' value='{$ibforums->input['member']}' class='forminput' /></td>
   </tr>
   </table>
  <div class='pformstrip' align='center'><input type='submit' value='{ibf.lang.cp_prune_sub1}' class='forminput' /></div>
  </form>
</div>
<!--IBF_END_FUNC|prune_splash-->

<!--IBF_START_FUNC|mod_postentry_checkbox|$pid-->

<div class='pformstrip' align='right'><select name='PID_$pid' class='forminput'><option value='approve'>{ibf.lang.cp_1_approve}</option><option value='remove'>{ibf.lang.cp_1_remove}</option><option value='leave'>{ibf.lang.cp_1_leave}</option></select>&nbsp;&nbsp;{ibf.lang.cp_3_postno}&nbsp;$pid</div>
<!--IBF_END_FUNC|mod_postentry_checkbox-->

<!--IBF_START_FUNC|mod_topic_spacer|-->

</div>
<br />
<!--IBF_END_FUNC|mod_topic_spacer-->

<!--IBF_START_FUNC|results|$text-->

<tr>
  <td colspan='2'>
    <table cellpadding='2' cellspacing='1' border='0' width='100%' class='fancyborder' align='center'>
     <tr>
       <td><span class='pagetitle'>{ibf.lang.cp_results}</span>
       </td>
     </tr>
	  <tr>
	    <td colspan='2'><b>$text</b></td>
	  </tr>
	 </table>
   </td>
  </tr>
<!--IBF_END_FUNC|results-->

<!--IBF_START_FUNC|prune_confirm|$tcount, $count, $link, $link_text, $key-->

<div class='tableborder'>
  <div class='maintitle'>{ibf.lang.mpt_confirm}</div>
  <div class='pformstrip'>{ibf.lang.cp_check_result}</div>
  <table width='100%' cellspacing='0'>
   <tr>
	<td class='pformleftw'><strong>{ibf.lang.cp_total_topics}</strong></td>
	<td class='pformright'>$tcount</td>
   </tr>
   <tr>
	<td class='pformleftw'><span style='color:red;font-weight:bold;'>{ibf.lang.cp_total_match}</span></td>
	<td class='pformright'><span style='color:red;font-weight:bold;'>$count</span></td>
   </tr>
   </table>
   <form action='{ibf.script_url}$link' method='post'>
   <input type='hidden' name='key' value='$key' />
   <div class='pformstrip' align='center'><input type='submit' class='forminput' value='$link_text' /></div>
   </form>
</div>
<br />
<!--IBF_END_FUNC|prune_confirm-->

<!--IBF_START_FUNC|mod_topic_title|$title, $topic_id-->

<div class='tableborder'>
  <div class='titlemedium'><select name='TID_$topic_id' class='forminput'><option value='approve'>{ibf.lang.cp_1_approve}</option><option value='remove'>{ibf.lang.cp_1_remove}</option><option value='leave'>{ibf.lang.cp_1_leave}</option></select>&nbsp;&nbsp; $title</div>
<!--IBF_END_FUNC|mod_topic_title-->

<!--IBF_START_FUNC|mod_postentry|$data-->

<table width='100%' cellspacing='1'>	
   <tr>
	   <td valign='top' class='row1' nowrap="nowrap"><span class='normalname'>{$data['member']['name']}</span><br /><br />{$data['member']['avatar']}<span class='postdetails'><br />{$data['member']['MEMBER_GROUP']}<br />{$data['member']['MEMBER_POSTS']}<br />{$data['member']['MEMBER_JOINED']}</span></td>
	   <td valign='top' class='row1' width='100%'>
		   <b>{ibf.lang.posted_on} {$data['msg']['post_date']}</b><br /><br />
		   <span class='postcolor'>
			{$data['msg']['post']}
		   </span>
	   </td>
	</tr>
	</table>
<!--IBF_END_FUNC|mod_postentry-->

<!--IBF_START_FUNC|modpost_topicentry|$title, $tid, $replies, $fid-->

<tr>
	 <td class='row1' width='40%' align='left'><b><a href='{ibf.script_url}act=ST&amp;f=$fid&amp;t=$tid' target='_blank'>$title</a></b></td>
	 <td class='row1' width='20%' align='center'>$replies</td>
	 <td class='row1' width='20%' align='center'><a href='{ibf.script_url}act=modcp&amp;f=$fid&amp;tid=$tid&amp;CODE=modtopicapprove'>{ibf.lang.cp_3_approveall}</a></td>
	 <td class='row1' width='20%' align='center'><a href='{ibf.script_url}act=modcp&amp;f=$fid&amp;tid=$tid&amp;CODE=modtopicview'>{ibf.lang.cp_3_viewall}</a></td>
   </tr>
<!--IBF_END_FUNC|modpost_topicentry-->

<!--IBF_START_FUNC|modpost_topicend|-->

</table>
</div>
<!--IBF_END_FUNC|modpost_topicend-->

<!--IBF_START_FUNC|modtopics_start|$pages,$forumname, $fid-->

<form name='ibform' action='{ibf.script_url}' method='POST'>
<input type='hidden' name='s' value='{ibf.session_id}'>
<input type='hidden' name='act' value='modcp'>
<input type='hidden' name='CODE' value='domodtopics'>
<input type='hidden' name='f' value='{$fid}'>
<strong>{ibf.lang.cp_mod_topics_title2} $forumname</strong>
<br />$pages
<!--IBF_END_FUNC|modtopics_start-->

<!--IBF_START_FUNC|modtopics_end|-->

<div class='tableborder'>
  <div class='pformstrip' align='center'><input type='submit' value='{ibf.lang.cp_1_go}' class='forminput' /></div>
</div>
</form>
<!--IBF_END_FUNC|modtopics_end-->

<!--IBF_START_FUNC|modpost_topicstart|$forumname, $fid-->

<div class='tableborder'>
  <div class='maintitle'>{ibf.lang.cp_mod_posts_title2} $forumname</div>
  <table width='100%' cellpadding='4' cellspacing='1'>
  <tr>
	<th class='pformstrip' width='40%' align='left'>{ibf.lang.cp_3_title}</th>
	<th class='pformstrip' width='20%' align='center'>{ibf.lang.cp_3_replies}</th>
	<th class='pformstrip' width='20%' align='center'>{ibf.lang.cp_3_approveall}</th>
	<th class='pformstrip' width='20%' align='center'>{ibf.lang.cp_3_viewall}</th>
  </tr>
<!--IBF_END_FUNC|modpost_topicstart-->

<!--IBF_START_FUNC|modtopicview_start|$tid,$forumname, $fid, $title-->

<form name='ibform' action='{ibf.script_url}' method='POST'>
<input type='hidden' name='s' value='{ibf.session_id}'>
<input type='hidden' name='act' value='modcp'>
<input type='hidden' name='CODE' value='domodposts'>
<input type='hidden' name='f' value='{$fid}'>
<input type='hidden' name='tid' value='{$tid}'>
<strong>{ibf.lang.cp_mod_posts_title2} $forumname</strong>
<br />$pages
<div class='tableborder'>
  <div class='maintitle'>$title</div>
<!--IBF_END_FUNC|modtopicview_start-->

<!--IBF_START_FUNC|mm_start|-->

<option value='-1'>------------------------------</option>
<option value='-1'>{ibf.lang.mm_title}</option>
<option value='-1'>------------------------------</option>
<!--IBF_END_FUNC|mm_start-->

<!--IBF_START_FUNC|mm_entry|$id, $title-->

<option value='t_{$id}'>--  $title</option>
<!--IBF_END_FUNC|mm_entry-->

<!--IBF_START_FUNC|mm_end|-->


<!--IBF_END_FUNC|mm_end-->

<!--IBF_START_FUNC|mod_cp_start|-->

<div class='tableborder'>
 <div align='center' class='pformstrip'>
  <a href='{ibf.script_url}act=modcp&amp;CODE=showforums'>{ibf.lang.menu_forums}</a> &middot;
  <a href='{ibf.script_url}act=modcp&amp;CODE=members'>{ibf.lang.menu_users}</a> &middot;
  <a href='{ibf.script_url}act=modcp&amp;CODE=ip'>{ibf.lang.menu_ip}</a>
 </div>
</div>
<br />
<!--IBF_END_FUNC|mod_cp_start-->


<!--IBF_GROUP_END:skin_modcp-->
<!-- PLEASE LEAVE ALL 'IBF' COMMENTS IN PLACE, DO NOT REMOVE THEM! -->
<!--IBF_GROUP_START:skin_mod-->

<!--IBF_START_FUNC|split_end_form|$action-->

<div class='pformstrip' align='center'> <input type="submit" name="submit" value="$action" class='forminput' /></div>
</div>
</form>
<!--IBF_END_FUNC|split_end_form-->

<!--IBF_START_FUNC|merge_body|$title="", $desc=""-->

<table cellspacing='1' width='100%'>
   <tr>
	<td class='pformleftw'><b>{ibf.lang.mt_new_title}</b></td>
	<td class='pformright'><input type='text' size='40' maxlength='50' name='title' value='$title' /></td>
   </tr>
   <tr>
	<td class='pformleftw'><b>{ibf.lang.mt_new_desc}</b></td>
	<td class='pformright'><input type='text' size='40' maxlength='40' name='desc' value='$desc' /></td>
   </tr>
   <tr>
	<td class='pformleftw'><b>{ibf.lang.mt_tid}</b></td>
	<td class='pformright'><input type='text' size='50' name='topic_url' value='' /></td>
   </tr>
  </table>
<!--IBF_END_FUNC|merge_body-->

<!--IBF_START_FUNC|split_row|$row-->

<div class='pformstrip'>{$row['st_top_bit']}</div>
  <div class='tablepad'>
   {$row['post']}
   <div align='right'><b>{ibf.lang.st_split}</b>&nbsp;&nbsp;<input type='checkbox' name='post_{$row['pid']}' value='1' /></div>
 </div>
<!--IBF_END_FUNC|split_row-->

<!--IBF_START_FUNC|split_body|$jump=""-->

<table cellspacing='1' width='100%'>
   <tr>
	<td class='pformleftw'><b>{ibf.lang.mt_new_title}</b></td>
	<td class='pformright'><input type='text' size='40'  class='forminput' maxlength='100' name='title' value='' /></td>
   </tr>
   <tr>
	<td class='pformleftw'><b>{ibf.lang.mt_new_desc}</b></td>
	<td class='pformright'><input type='text' size='40'  class='forminput' maxlength='100' name='desc' value='' /></td>
   </tr>
   <tr>
	<td class='pformleftw'><b>{ibf.lang.st_forum}</b></td>
	<td class='pformright'><select name='fid' class='forminput'>$jump</select></td>
   </tr>
  </table>
</div>
<br />
<div class='tableborder'>
 <div class='maintitle'>{ibf.lang.st_post}</div>
<!--IBF_END_FUNC|split_body-->

<!--IBF_START_FUNC|mod_log_end|-->

</table>
</div>
<!--IBF_END_FUNC|mod_log_end-->

<!--IBF_START_FUNC|forum_jump|$data, $menu_extra=""-->

<br />
<div align='right'>{$data}</div>
<br />
<!--IBF_END_FUNC|forum_jump-->

<!--IBF_START_FUNC|mod_log_start|-->

<br />
<div class='tableborder'>
  <div class='maintitle'>{ibf.lang.ml_title}</div>
  <table cellspacing='1' width='100%'>
  <tr>
   <td class='pformstrip' width='30%'><b>{ibf.lang.ml_name}</b></td>
   <td class='pformstrip' width='50%'><b>{ibf.lang.ml_desc}</b></td>
   <td class='pformstrip' width='20%'><b>{ibf.lang.ml_date}</b></td>
  </tr>
<!--IBF_END_FUNC|mod_log_start-->

<!--IBF_START_FUNC|mod_log_none|-->

<tr>
	<td class='pformright' colspan='3' align='center'><i>{ibf.lang.ml_none}</i></td>
   </tr>
<!--IBF_END_FUNC|mod_log_none-->

<!--IBF_START_FUNC|mod_log_row|$data-->

<tr>
	<td class='pformright'>{$data['member']}</td>
	<td class='pformright'>{$data['action']}</td>
	<td class='pformright'>{$data['date']}</td>
   </tr>
<!--IBF_END_FUNC|mod_log_row-->

<!--IBF_START_FUNC|table_top|$posting_title-->

<div class='tableborder'>
 <div class='maintitle'>$posting_title</div>
<!--IBF_END_FUNC|table_top-->

<!--IBF_START_FUNC|topic_history|$data-->

<div class='tableborder'>
 <div class='maintitle'>{ibf.lang.th_title}</div>
   <table cellspacing='1' width='100%'>
   <tr>
	<td class='pformleftw'><b>{ibf.lang.th_topic}</b></td>
	<td class='pformright'>{$data['th_topic']}</td>
   </tr>
   <tr>
	<td class='pformleftw'><b>{ibf.lang.th_desc}</b></td>
	<td class='pformright'>{$data['th_desc']}&nbsp;</td>
   </tr>
   <tr>
	<td class='pformleftw'><b>{ibf.lang.th_start_date}</b></td>
	<td class='pformright'>{$data['th_start_date']}</td>
   </tr>
   <tr>
	<td class='pformleftw'><b>{ibf.lang.th_start_name}</b></td>
	<td class='pformright'>{$data['th_start_name']}</td>
   </tr>
   <tr>
	<td class='pformleftw'><b>{ibf.lang.th_last_date}</b></td>
	<td class='pformright'>{$data['th_last_date']}</td>
   </tr>
   <tr>
	<td class='pformleftw'><b>{ibf.lang.th_last_name}</b></td>
	<td class='pformright'>{$data['th_last_name']}</td>
   </tr>
   <tr>
	<td class='pformleftw'><b>{ibf.lang.th_avg_post}</b></td>
	<td class='pformright'>{$data['th_avg_post']}</td>
   </tr>
   </table>
</div>
<!--IBF_END_FUNC|topic_history-->

<!--IBF_START_FUNC|poll_select_form|$poll_question=""-->

<tr>
	   <td class='row1'><b>{ibf.lang.pe_question}</b></td>
	   <td class='row1'><input type='text' size='60' maxlength='250' name='poll_question' value='$poll_question'></td>
	   </tr>
	   <tr>
	   <td class='row1'><b>{ibf.lang.pe_pollonly}</b></td>
	   <td class='row1'><select name='pollonly' class='forminput'><option value='0'>{ibf.lang.pe_no}</option><option value='1'>{ibf.lang.pe_yes}</option></select></td>
	   </tr>
	   </table>
<!--IBF_END_FUNC|poll_select_form-->

<!--IBF_START_FUNC|warn_restricition_in_place|-->

<br /><strong>{ibf.lang.w_restricted}</strong>
<!--IBF_END_FUNC|warn_restricition_in_place-->

<!--IBF_START_FUNC|mod_exp|$words-->

<div class='pformstrip'>$words</div>
<!--IBF_END_FUNC|mod_exp-->

<!--IBF_START_FUNC|end_form|$action-->

<div class='pformstrip' align='center'><input type="submit" name="submit" value="$action" class='forminput' /></div>
</div>
</form>
<!--IBF_END_FUNC|end_form-->

<!--IBF_START_FUNC|move_form|$jhtml, $forum_name-->

<table width='100%' cellspacing='1'>
  <tr>
  <td class='pformleftw'><strong>{ibf.lang.move_from} <b>$forum_name</b> {ibf.lang.to}</strong></td>
  <td class='pformright'><select name='move_id' class='forminput'>$jhtml</select></td>
  </tr>
  <tr>
  <td class='pformleftw'><strong>{ibf.lang.leave_link}</strong></td>
  <td class='pformright'><select name='leave' class='forminput'><option value='y' selected="selected">{ibf.lang.yes}</option><option value='n'>{ibf.lang.no}</option></select></td>
  </tr>
  </table>
<!--IBF_END_FUNC|move_form-->

<!--IBF_START_FUNC|delete_js|-->

<script language='JavaScript' type='text/javascript'>
  <!--
  function ValidateForm() {
	 document.REPLIER.submit.disabled = true;
	 return true;
  }
  //-->
  </script>
<!--IBF_END_FUNC|delete_js-->

<!--IBF_START_FUNC|topictitle_fields|$title, $desc-->

<table width='100%' cellspacing='1'>
  <tr>
  <td class='pformleftw'><strong>{ibf.lang.edit_f_title}</strong></td>
  <td class='pformright'><input type='text' size='40' maxlength='50' name='TopicTitle' value='$title' /></td>
  </tr>
  <tr>
  <td class='pformleftw'><strong>{ibf.lang.edit_f_desc}</strong></td>
  <td class='pformright'><input type='text' size='40' maxlength='40' name='TopicDesc' value='$desc' /></td>
  </tr>
  </table>
<!--IBF_END_FUNC|topictitle_fields-->

<!--IBF_START_FUNC|poll_edit_top|-->

<table width='100%' cellpadding='6' border='0' cellspacing='0'>
<!--IBF_END_FUNC|poll_edit_top-->

<!--IBF_START_FUNC|poll_entry|$id, $entry-->

<tr>
				<td class='row1'><b>{ibf.lang.pe_option} $id</b></td>
                <td class='row1'><input type='text' size='60' maxlength='250' name='POLL_$id' value='$entry'></td>
                </tr>
<!--IBF_END_FUNC|poll_entry-->

<!--IBF_START_FUNC|poll_edit_new_entry|$id-->

<tr>
				<td class='row1'><b>{ibf.lang.pe_option} $id</b> <em>( {ibf.lang.pe_unused} )</em></td>
                <td class='row1'><input type='text' size='60' maxlength='250' name='POLL_$id' value=''></td>
                </tr>
<!--IBF_END_FUNC|poll_edit_new_entry-->

<!--IBF_START_FUNC|warn_footer|-->

<tr>
   <td class='pformleftw' valign='top'><strong>{ibf.lang.w_reason}</strong><br />{ibf.lang.w_reason2}</td>
   <td class='pformright'><textarea rows='6' cols='70' class='textinput' name='reason'>{$ibforums->input['reason']}</textarea></td>
  </tr>
  <tr>
  <td class='pformleftw'><strong>{ibf.lang.w_c_subj}</strong></td>
  <td class='pformright'><input type='input' name='subject' class='forminput' value='{$ibforums->input['subject']}' size='30'></td>
 </tr>
  <tr>
   <td class='pformleftw' valign='top'><strong>{ibf.lang.w_contact}</strong><br />{ibf.lang.w_contact2}</td>
   <td class='pformright'>
   	  {ibf.lang.w_c}&nbsp;<select name='contactmethod' class='forminput'><option value='pm'>{ibf.lang.w_c_p}</option><option value='email'>{ibf.lang.w_c_e}</option></select>
     <br /><textarea rows='6' cols='70' class='textinput' name='contact'>{$ibforums->input['contact']}</textarea>
   </td>
  </tr>
  </table>
  <div align='center' class='pformstrip'><input type='submit' class='forminput' value='{ibf.lang.w_submit}' /></div>
</div>
</form>
<!--IBF_END_FUNC|warn_footer-->

<!--IBF_START_FUNC|warn_rem_posts|$post_tick, $post_array, $post_extra-->

<tr>
  <td class='pformleftw'><strong>{ibf.lang.w_resposts}</strong></td>
  <td class='pformright'>
    <input type='checkbox' name='post_indef' class='forminput' value='1' $post_tick> {ibf.lang.w_resposts_i}
    <br /><strong>{ibf.lang.w_orfor}</strong>
    <input type='input' name='post_value' class='forminput' value='{$post_array['timespan']}' size='5'> <select name='post_unit' class='forminput'><option value='d' {$post_array['days']}>{ibf.lang.w_day}</option><option value='h' {$post_array['hours']}>{ibf.lang.w_hour}</option></select>
 	$post_extra
 </tr>
<!--IBF_END_FUNC|warn_rem_posts-->

<!--IBF_START_FUNC|warn_suspend|$susp_array, $susp_extra-->

<tr>
  <td class='pformleftw'><strong>{ibf.lang.w_suspend}</strong></td>
  <td class='pformright'>
     {ibf.lang.w_susfor}  <input type='input' name='susp_value' class='forminput' value='{$susp_array['timespan']}' size='5'> <select name='susp_unit' class='forminput'><option value='d' {$susp_array['days']}>{ibf.lang.w_day}</option><option value='h' {$susp_array['hours']}>{ibf.lang.w_hour}</option></select>
 	  $susp_extra
 </tr>
<!--IBF_END_FUNC|warn_suspend-->

<!--IBF_START_FUNC|warn_mod_posts|$mod_tick, $mod_array, $mod_extra-->

<tr>
  <td class='pformleftw'><strong>{ibf.lang.w_modq}</strong></td>
  <td class='pformright'>
    <input type='checkbox' name='mod_indef' class='forminput' value='1' $mod_tick> {ibf.lang.w_modq_i}
    <br /><strong>{ibf.lang.w_orfor}</strong>
    <input type='input' name='mod_value' class='forminput' value='{$mod_array['timespan']}' size='5'> <select name='mod_unit' class='forminput'><option value='d' {$mod_array['days']}>{ibf.lang.w_day}</option><option value='h' {$mod_array['hours']}>{ibf.lang.w_hour}</option></select>
 	$mod_extra
 </tr>
<!--IBF_END_FUNC|warn_mod_posts-->

<!--IBF_START_FUNC|warn_header|$mid, $name, $cur=0, $min = 0, $max=10, $key, $tid='',$st='', $type-->

<form method='post' action='{ibf.script_url}&amp;act=warn&amp;CODE=dowarn&amp;mid=$mid&amp;t=$tid&amp;st=$st&amp;type={$ibforums->input['type']}'>
<input type='hidden' name='key' value='$key'>
<div class='tableborder'>
 <div class='maintitle'><{CAT_IMG}>&nbsp;{ibf.lang.w_warnfor} <a href='{ibf.script_url}showuser=$mid'>$name</a> ( $min &lt; $cur &gt; $max )</div>
 <div class='pformstrip'>{ibf.lang.w_complete}</div>
 <table width='100%' cellpadding='0' border='0' cellspacing='0'>
 <tr>
  <td class='pformleftw'><strong>{ibf.lang.w_adjust_level}</strong></td>
  <td class='pformright'>
    <input type='radio' name='level' id='add' class='radiobutton' value='add' {$type['add']} /><label for='add' class='warnbad'><strong>{ibf.lang.w_add}</strong></label>
    <br />
    <input type='radio' name='level' id='minus' class='radiobutton' value='remove' {$type['minus']} /><label for='minus' class='warngood'><strong>{ibf.lang.w_remove}</strong></label>
 </tr>
<!--IBF_END_FUNC|warn_header-->

<!--IBF_START_FUNC|warn_success_forum|$fid, $fname, $tid, $tname, $st=0-->

<li><a href='{ibf.script_url}showforum=$fid'>{ibf.lang.w_done_forum} <strong>$fname</strong></a></li>
   <li><a href='{ibf.script_url}showtopic=$tid&amp;st=$st'>{ibf.lang.w_done_topic} <strong>$tname</strong></a></li>
<!--IBF_END_FUNC|warn_success_forum-->

<!--IBF_START_FUNC|warn_errors|$data-->

<div class="tableborder">
  <div class="pformstrip">{ibf.lang.errors_found}</div>
  <div class="tablepad"><span class='postcolor'>$data</span></div>
</div>
<br />
<!--IBF_END_FUNC|warn_errors-->

<!--IBF_START_FUNC|warn_view_negative_row|$date, $content, $puni_name-->

<tr>
    <td class='row4' valign='top'><strong>$puni_name</strong></td>
    <td class='row4' valign='top'>{ibf.lang.w_v_warned_on} <strong>$date</strong></td>
  </tr>
  <tr>
    <td class='row1' valign='middle'><span class='warnbad'>{ibf.lang.w_v_add}</span></td>
    <td class='row1' valign='top'><span class='postcolor'>$content</span></td>
  </tr>
<!--IBF_END_FUNC|warn_view_negative_row-->

<!--IBF_START_FUNC|warn_view_none|-->

<tr>
    <td class='row1' colspan='2' align='center'><strong>{ibf.lang.w_v_none}</strong></td>
  </tr>
<!--IBF_END_FUNC|warn_view_none-->

<!--IBF_START_FUNC|warn_view_footer|-->

</table>
<!--IBF_END_FUNC|warn_view_footer-->

<!--IBF_START_FUNC|warn_success|-->

<div class='tableborder'>
 <div class='maintitle'><{CAT_IMG}>&nbsp;{ibf.lang.w_done_t}</div>
 <div class='pformstrip'>&nbsp;</div>
 <div class='tablepad'>
  {ibf.lang.w_done_te}
  <ul>
   <li><a href='{ibf.script_url}'>{ibf.lang.w_done_home}</a></li>
   <!--IBF.FORUM_TOPIC-->
  </ul>
 </div>
</div>
<!--IBF_END_FUNC|warn_success-->

<!--IBF_START_FUNC|warn_view_header|$id, $name, $links-->

<table cellspacing='0' cellpadding='0' width='100%' border='0'>
<tr>
 <td align='left'><span id='phototitle'>$name</span></td>
 <td align='right'>$links</td>
</tr>
</table>
<div class='tableborder'>
 <div class='maintitle'><{CAT_IMG}>&nbsp;{ibf.lang.w_v_title}: <a href='{ibf.script_url}showuser=$id'>$name</a></div>
</div>
 <table cellspacing='1' width='100%' cellpadding='6' class='plainborder'>
 <tr>
  <th class='pformstrip' width='30%'>{ibf.lang.w_v_warnby}</th>
  <th class='pformstrip' width='70%'>{ibf.lang.w_v_notes}</th>
 </tr>
<!--IBF_END_FUNC|warn_view_header-->

<!--IBF_START_FUNC|warn_view_positive_row|$date, $content, $puni_name-->

<tr>
    <td class='row4' valign='top'><strong>$puni_name</strong></td>
    <td class='row4' valign='top'>{ibf.lang.w_v_warned_on} <strong>$date</strong></td>
  </tr>
  <tr>
    <td class='row1' valign='middle'><span class='warngood'>{ibf.lang.w_v_minus}</span></td>
    <td class='row1' valign='top'><span class='postcolor'>$content</span></td>
  </tr>
<!--IBF_END_FUNC|warn_view_positive_row-->


<!--IBF_GROUP_END:skin_mod-->
<!-- PLEASE LEAVE ALL 'IBF' COMMENTS IN PLACE, DO NOT REMOVE THEM! -->
<!--IBF_GROUP_START:skin_mlist-->

<!--IBF_START_FUNC|show_row|$member-->

<!-- Entry for {$member[MEMBER_NAME]} -->
  <tr>
	 <td class='row4'><strong><a href="{ibf.script_url}showuser={$member['id']}">{$member['name']}</a></strong></td>
	 <td class='row4'>{$member['pips']}</td>
	 <td class='row2' align="center" width="20%">{$member['group']}</td>
	 <td class='row4' align="center" width="15%">{$member['joined']}</td>
<td class='row4' align="center" width="5%">{$member['sex']}</td>
	 <td class='row4' align="center" width="10%">{$member['posts']}</td>
	 <td class='row2' align="center">{$member['member_email']}</td>
	 <td class='row2' align="center">{$member['aim_name']}</td>
	 <td class='row2' align="center">{$member['icq_number']}</td>
	 <td class='row2' align="center">{$member['camera']}</td>
  </tr>
  <!-- End of Entry -->
<!--IBF_END_FUNC|show_row-->

<!--IBF_START_FUNC|end|$links-->

<br />
<div align="left">{$links[SHOW_PAGES]}</div>
<!--IBF_END_FUNC|end-->

<!--IBF_START_FUNC|no_results|-->

No results
<!--IBF_END_FUNC|no_results-->

<!--IBF_START_FUNC|start|-->

<!-- nothing here -->
<!--IBF_END_FUNC|start-->

<!--IBF_START_FUNC|Page_end|$checked=""-->

<!-- End content Table -->
  <tr> 
    <td class='row3' colspan="10" align='center' valign='middle'>
      <strong>{ibf.lang.photo_only}&nbsp;<input type="checkbox" value="1" name="photoonly" class="forminput" $checked /></strong>
    </td>
  </tr>
  <tr> 
    <td class='pformstrip' colspan="10" align='center' valign='middle'>
      <select class='forminput' name='name_box'>
	 <option value='begins'>{ibf.lang.ch_begins}</option>
	 <option value='contains'>{ibf.lang.ch_contains}</option>
	 <option value='all' selected="selected">{ibf.lang.ch_all}</option>
	 </select>&nbsp;&nbsp;<input class='forminput' type='text' size='25' onkeypress=FKeyPress(name); onkeydown=FKeyDown(name); name='name' value='{$ibforums->input['name']}' />
      <select class='forminput' name='sex'>
      <option value='all' selected>{ibf.lang.search_all}</option>
	  <option value='man'>{ibf.lang.man}</option>
	  <option value='woman'>{ibf.lang.woman}</option>
	  <option value='no'>{ibf.lang.no_sex}</option>
      </select>
    </td>
  </tr>
  <tr>
   <td class='darkrow1' colspan="10" align='center' valign='middle'>
     {ibf.lang.sorting_text}&nbsp;<input type='submit' value='{ibf.lang.sort_submit}' class='forminput' />
   </td>
 </tr>
</table>
</div>
</form>
<!--IBF_END_FUNC|Page_end-->

<!--IBF_START_FUNC|Page_header|$links-->

<script language='Javascript' type='text/javascript'>
<!--
function PopUp(url, name, width,height,center,resize,scroll,posleft,postop) {
	if (posleft != 0) { x = posleft }
	if (postop  != 0) { y = postop  }
	if (!scroll) { scroll = 1 }
	if (!resize) { resize = 1 }
	if ((parseInt (navigator.appVersion) >= 4 ) && (center)) {
	  X = (screen.width  - width ) / 2;
	  Y = (screen.height - height) / 2;
	}
	if (scroll != 0) { scroll = 1 }
	var Win = window.open( url, name, 'width='+width+',height='+height+',top='+Y+',left='+X+',resizable='+resize+',scrollbars='+scroll+',location=no,directories=no,status=no,menubar=no,toolbar=no');
 }
//-->
 </script>
<form action='{ibf.script_url}' method='post'>
<input type='hidden' name='act' value='Members' />
<input type='hidden' name='s'   value='{ibf.session_id}' />
<div align="right">{$links[SHOW_PAGES]}</div>
<br />
<div class='tableborder'>
 <div class="maintitle">{ibf.lang.page_title}</div>
 <table width="100%" border="0" cellspacing="1" cellpadding="4">
  <tr>
	<th class='pformstrip' width="30%">{ibf.lang.member_name}</th>
	<th class='pformstrip' align="center" width="10%">{ibf.lang.member_level}</th>
	<th class='pformstrip' align="center" width="10%">{ibf.lang.member_group}</th>
	<th class='pformstrip' align="center" width="20%">{ibf.lang.member_joined}</th>
	<th class='pformstrip' align="center" width="5%">{ibf.lang.member_sex}</th>
	<th class='pformstrip' align="center" width="10%">{ibf.lang.member_posts}</th>
	<th class='pformstrip' align="center">{ibf.lang.member_email}</th>
	<th class='pformstrip' align="center">{ibf.lang.member_aol}</th>
	<th class='pformstrip' align="center">{ibf.lang.member_icq}</th>
	<th class='pformstrip' width="5%" align="center">{ibf.lang.member_photo}</th>
	
  </tr>
<!--IBF_END_FUNC|Page_header-->


<!--IBF_GROUP_END:skin_mlist-->
<!-- PLEASE LEAVE ALL 'IBF' COMMENTS IN PLACE, DO NOT REMOVE THEM! -->
<!--IBF_GROUP_START:skin_login-->

<!--IBF_START_FUNC|errors|$data-->

<div class="tableborder">
  <div class="pformstrip">{ibf.lang.errors_found}</div>
  <div class="tablepad"><span class='postcolor'>$data</span></div>
</div>
<br />
<!--IBF_END_FUNC|errors-->

<!--IBF_START_FUNC|ShowForm|$message, $referer=""-->

<script language='JavaScript' type="text/javascript">
<!--
function ValidateForm() {
	var Check = 0;
	if (document.LOGIN.UserName.value == '') { Check = 1; }
	if (document.LOGIN.PassWord.value == '') { Check = 1; }
	if (Check == 1) {
		alert("{ibf.lang.blank_fields}");
		return false;
	} else {
		document.LOGIN.submit.disabled = true;
		return true;
	}
}
//-->
</script>     
{ibf.lang.login_text}
<br />
<br />
<b>{ibf.lang.forgot_pass} <a href='{ibf.vars.board_url}/index.{ibf.vars.php_ext}?act=Reg&amp;CODE=10'>{ibf.lang.pass_link}</a></b>
<br />
<br />
<form action="{ibf.script_url}act=Login&amp;CODE=01" method="post" name='LOGIN' onsubmit='return ValidateForm()'>
<input type='hidden' name='referer' value="$referer" />
<div class="tableborder">
  <div class="maintitle"><{CAT_IMG}>&nbsp;{ibf.lang.log_in}</div>
  <div class='pformstrip'>$message</div>
  <table class="tablebasic" cellspacing="1">
  <tr>
    <td class='pformleftw'>{ibf.lang.enter_name}</td>
    <td class='pformright'><input type='text' size='20' maxlength='64' name='UserName' onkeypress=FKeyPress(UserName); onkeydown=FKeyDown(UserName); class='forminput' /></td>
  </tr>
  <tr>
    <td class='pformleftw'>{ibf.lang.enter_pass}</td>
    <td class='pformright'><input type='password' size='20' name='PassWord' class='forminput' /></td>
  </tr>
  </table>
  <div class="pformstrip">{ibf.lang.options}</div>		
  <table class="tablebasic" cellspacing="1">
  <tr>
    <td class='pformleftw'>{ibf.lang.cookies}</td>
    <td class='pformright'><input type="radio" name="CookieDate" value="1" checked="checked" />{ibf.lang.cookie_yes}<br /><input type="radio" name="CookieDate" value="0" />{ibf.lang.cookie_no}</td>
  </tr>
  <tr>
    <td class='pformleftw'>{ibf.lang.privacy}</td>
    <td class='pformright'><input type="checkbox" name="Privacy" value="1" />{ibf.lang.anon_name}</td>
  </tr>
  </table>		
  <div class="pformstrip" align="center"><input type="submit" name='submit' value="{ibf.lang.log_in_submit}" class='forminput' /></div>
</div>
</form>
<!--IBF_END_FUNC|ShowForm-->


<!--IBF_GROUP_END:skin_login-->
<!-- PLEASE LEAVE ALL 'IBF' COMMENTS IN PLACE, DO NOT REMOVE THEM! -->
<!--IBF_GROUP_START:skin_legends-->

<!--IBF_START_FUNC|emoticons_row|$code, $image, $in="'", $out="'"-->

<tr>
	  <td align='center' class='row1' valign='middle'><a href={$out}javascript:add_smilie({$in}$code{$in}){$out}>$code</a></td>
	  <td align='center' class='row2' valign='middle'><a href={$out}javascript:add_smilie({$in}$code{$in}){$out}><img src='{ibf.vars.EMOTICONS_URL}/$image' border='0' valign='absmiddle' alt='$image'></a></td>
   </tr>
<!--IBF_END_FUNC|emoticons_row-->

<!--IBF_START_FUNC|bbcode_row|$before, $after-->

<tr>
	  <td align='left' class='row1' valign='middle'>$before</td>
	  <td align='left' class='row2' valign='middle'>$after</td>
   </tr>
<!--IBF_END_FUNC|bbcode_row-->

<!--IBF_START_FUNC|page_footer|-->

</table>
</div>
<!--IBF_END_FUNC|page_footer-->

<!--IBF_START_FUNC|emoticon_javascript|-->

<script language='javascript'>
<!--
	function add_smilie(code)
	{
		opener.document.REPLIER.Post.value += ' ' + code + ' ';
		//return true;
	}
//-->
</script>
<!--IBF_END_FUNC|emoticon_javascript-->

<!--IBF_START_FUNC|bbcode_header|-->

<div style='padding:6px'>{ibf.lang.bbc_intro}</div>
<br />
<!--IBF_END_FUNC|bbcode_header-->

<!--IBF_START_FUNC|wrap_tag|$tag-->

<span style='color:#F00;font-weight:bold;'>$tag</span>
<!--IBF_END_FUNC|wrap_tag-->

<!--IBF_START_FUNC|page_header|$title, $row1, $row2-->

<div class='tableborder'>
  <div class='maintitle'>$title</div>
  <table class='tablebasic' cellspacing='1' cellpadding='4'>
  <tr>
	 <td width='50%' align='center' class='pformstrip' valign='middle'>$row1</td>
	 <td width='50%' align='center' class='pformstrip' valign='middle'>$row2</td>
  </tr>
<!--IBF_END_FUNC|page_header-->

<!--IBF_START_FUNC|find_user_final|$names="",$entry="", $name="", $sep="line"-->

<script language='javascript'>
<!--
	function add_to_form()
	{
		
		var separator = '$sep';
		var entry     = '$entry';
		
		var name = document.finduser.username.options[document.finduser.username.selectedIndex].value;
		
		if (separator == 'line')
		{
			separator = '\\n';
		}
		
		if (entry == 'textarea')
		{
			// Where shall we put the separator?
			
			var tbox     = opener.document.REPLIER.$name.value;
			var tboxSize = opener.document.REPLIER.$name.value.length;
			
			// Remove leading spaces...
			
			while ( opener.document.REPLIER.$name.value.slice(0,1) == " " )
			{
				opener.document.REPLIER.$name.value = opener.document.REPLIER.$name.value.substr(1, opener.document.REPLIER.$name.value.length - 1);
				opener.document.REPLIER.$name.value.length = opener.document.REPLIER.$name.value.length;
			}
			
			// Remove trailing spaces...
			
			while ( opener.document.REPLIER.$name.value.slice(opener.document.REPLIER.$name.value.length - 1, opener.document.REPLIER.$name.value.length) == " " )
			{
				opener.document.REPLIER.$name.value = opener.document.REPLIER.$name.value.substr(0, opener.document.REPLIER.$name.value.length - 1);
				opener.document.REPLIER.$name.value.length = opener.document.REPLIER.$name.value.length;
			}
			
			// Do we have a leading comma?
			
			while ( opener.document.REPLIER.$name.value.slice(0,1) == "\\n" )
			{
				opener.document.REPLIER.$name.value = opener.document.REPLIER.$name.value.substr(1, opener.document.REPLIER.$name.value.length - 1);
				opener.document.REPLIER.$name.value.length = opener.document.REPLIER.$name.value.length;
			}
			
			// Do we have a trailing comma?...
			
			while ( opener.document.REPLIER.$name.value.slice(opener.document.REPLIER.$name.value.length - 1, opener.document.REPLIER.$name.value.length) == "\\n" )
			{
				opener.document.REPLIER.$name.value = opener.document.REPLIER.$name.value.substr(0, opener.document.REPLIER.$name.value.length - 1);
				opener.document.REPLIER.$name.value.length = opener.document.REPLIER.$name.value.length;
			}
			
			// First in box?
			
			if ( opener.document.REPLIER.$name.value.length == 0)
			{
				opener.document.REPLIER.$name.value += name;
			}
			else
			{
				opener.document.REPLIER.$name.value += separator + name;
			}
		}
		
	}
//-->
  </script>
<form name='finduser'>
<table cellspacing='1' cellpadding='10' width='100%' height='100%' align='center' class='row1'>
<tr>
   <td class='pagetitle' align='left'>{ibf.lang.fu_title}<hr noshade></td>
</tr>
<tr>
   <td align='center' valign='middle'>{ibf.lang.fu_add_desc}<br /><br /><select name='username' class='forminput'>
   $names</select><br /><br /><input type='button' name='add' onClick='add_to_form()' value='{ibf.lang.fu_add_mem}'></td>
</tr>
<tr>
   <td align='center' style='font-size:12px;font-weight:bold'><a href='javascript:history.go(-1);'>{ibf.lang.fu_back}</a> :: <a href='javascript:window.close();'>{ibf.lang.fu_close_win}</a></td>
</tr>
</table>
</form>
<!--IBF_END_FUNC|find_user_final-->

<!--IBF_START_FUNC|find_user_error|$msg-->

<form name='finduser' method='post' action='{ibf.script_url}entry=$entry&amp;name=$name&amp;sep=$sep&amp;CODE=finduser_two'>
<table cellspacing='1' cellpadding='10' width='100%' height='100%' align='center' class='row1'>
<tr>
   <td class='pagetitle' align='left'>{ibf.lang.fu_error}<hr noshade></td>
</tr>
<tr>
   <td align='center' valign='middle'>$msg</td>
</tr>
<tr>
   <td align='center' style='font-size:12px;font-weight:bold'><a href='javascript:history.go(-1);'>{ibf.lang.fu_back}</a> :: <a href='javascript:window.close();'>{ibf.lang.fu_close_win}</a></td>
</tr>
</table>
</form>
<!--IBF_END_FUNC|find_user_error-->

<!--IBF_START_FUNC|find_user_one|$entry="", $name="", $sep="comma"-->

<script language="Javascript" type="text/javascript">

function storeCaret(textEl) {
	if (textEl.createTextRange) textEl.caretPos = document.selection.createRange().duplicate();
}
var lang = 1;	// 1: Farsi, 0: English
// Farsi keyboard map based on ISIRI-2901
var farsikey = [
   0x0020, 0x0021, 0x061B, 0x066B, 0x00A4, 0x066A, 0x060C, 0x06AF,
   0x0029, 0x0028, 0x002A, 0x002B, 0x0648, 0x002D, 0x002E, 0x002F,
   0x0030, 0x0031, 0x0032, 0x0033, 0x0034, 0x0035, 0x0036, 0x0037,
   0x0038, 0x0039, 0x003A, 0x0643, 0x003E, 0x003D, 0x003C, 0x061F,
   0x066C, 0x0624, 0x200C, 0x0698, 0x0649, 0x064D, 0x0625, 0x0623,
   0x0622, 0x0651, 0x0629, 0x00BB, 0x00AB, 0x0621, 0x004E, 0x005D,
   0x005B, 0x0652, 0x064B, 0x0626, 0x064F, 0x064E, 0x0056, 0x064C,
   0x0058, 0x0650, 0x0643, 0x062C, 0x005C, 0x0686, 0x00D7, 0x0640,
   0x200D, 0x0634, 0x0630, 0x0632, 0x064A, 0x062B, 0x0628, 0x0644,
   0x0627, 0x0647, 0x062A, 0x0646, 0x0645, 0x067E, 0x062F, 0x062E,
   0x062D, 0x0636, 0x0642, 0x0633, 0x0641, 0x0639, 0x0631, 0x0635,
   0x0637, 0x063A, 0x0638, 0x007D, 0x007C, 0x007B, 0x007E ];

function changeLang() {
    if (lang == 0) {
    lang = 1;
    return true;
  }
  else {
    lang = 0;
    return true;
  }
}
function FKeyDown (txtFrm){
 var key = window.event.keyCode;
 if (key == 145){
    if (lang == 0) {
      lang = 1;
      return true;
    }
    else {
      lang = 0;
      return true;
    }
}
}
function FKeyPress(txtFrm) {
   var key = window.event.keyCode;
  if (key == 13) { window.event.keyCode = 13; return true; }
   if (lang == 1) { // If Farsi
     if (key == 0x0020 && window.event.shiftKey) // Shift-space -> ZWNJ
       window.event.keyCode = 0x200C;
     else
       window.event.keyCode = farsikey[key - 0x0020];
     if (farsikey[key - 0x0020] == 92) {
        window.event.keyCode = 0x0698;
     }
     if (farsikey[key - 0x0020] == 8205) {
        window.event.keyCode = 0x067E;
     }
   }
   return true;
}
function change(obj){
if (lang==0)
lang=1
else
lang=0;
obj.focus();
}
   </script>
<form name='finduser' method='post' action='{ibf.script_url}act=legends&amp;entry=$entry&amp;name=$name&amp;sep=$sep&amp;CODE=finduser_two'>
<table cellspacing='1' cellpadding='10' width='100%' height='100%' align='center' class='row1'>
<tr>
   <td class='pagetitle' align='right'>{ibf.lang.fu_title}<hr noshade></td>
</tr>
<tr>
   <td align='center' valign='middle'><b>{ibf.lang.fu_enter_name}</b><br /><br />
   <input type='text' size='40' onkeypress=FKeyPress(username); onkeydown=FKeyDown(username); name='username' class='forminput' dir="rtl"><br /><br /><input type='submit' value='{ibf.lang.fu_search_but}'></td>
</tr>
<tr>
   <td align='center' style='font-size:12px;font-weight:bold'><a href='javascript:window.close();'>{ibf.lang.fu_close_win}</a></td>
</tr>
</table>
</form>
<!--IBF_END_FUNC|find_user_one-->


<!--IBF_GROUP_END:skin_legends-->
<!-- PLEASE LEAVE ALL 'IBF' COMMENTS IN PLACE, DO NOT REMOVE THEM! -->
<!--IBF_GROUP_START:skin_help-->

<!--IBF_START_FUNC|row|$entry-->

<li class="helprow"><a href='{ibf.script_url}act=Help&amp;CODE=01&amp;HID={$entry['id']}'><b>{$entry['title']}</b></a><br />{$entry['description']}</li>
<!--IBF_END_FUNC|row-->

<!--IBF_START_FUNC|display|$text-->

</div>
<div style='padding:4px'>$text</div>
</div>
<!--IBF_END_FUNC|display-->

<!--IBF_START_FUNC|end|-->

</ul>
 </div>
</div>
<!--IBF_END_FUNC|end-->

<!--IBF_START_FUNC|no_results|-->

<tr>
                   <td class='row1' colspan='2'><b>{ibf.lang.no_results}</b></td>
                 </tr>
<!--IBF_END_FUNC|no_results-->

<!--IBF_START_FUNC|start|$one_text, $two_text, $three_text-->

<div>$two_text</div>
<br />
<form action="{ibf.script_url}" method="post">
<input type='hidden' name='act' value='Help' />
<input type='hidden' name='CODE' value='02' />
<div class="tableborder">
  <div class="maintitle">$one_text</div>
  <div class="tablepad">{ibf.lang.search_txt}&nbsp;&nbsp;<input type='text' maxlength='60' size='30' onkeypress=FKeyPress(search_q); onkeydown=FKeyDown(search_q); class='forminput' name='search_q' />&nbsp;<input type='submit' value='{ibf.lang.submit}' class='forminput' /></div>
</div>
</form>
<br />
<div class="tableborder">
  <div class="maintitle">$three_text</div>
  <div class="tablepad">
  <ul id="help">
<!--IBF_END_FUNC|start-->


<!--IBF_GROUP_END:skin_help-->
<!-- PLEASE LEAVE ALL 'IBF' COMMENTS IN PLACE, DO NOT REMOVE THEM! -->
<!--IBF_GROUP_START:skin_global-->

<!--IBF_START_FUNC|error_post_textarea|$post=""-->

<br />
<div>
<strong>{ibf.lang.err_title}</strong>
<br /><br />
{ibf.lang.err_expl}
</div>
<br />
<br />
<div align='center'>
<input type='button' tabindex='1' value='{ibf.lang.err_select}' onclick='document.mehform.saved.select()'><br />
<form name='mehform'>
<textarea cols='70' rows='5' name='saved' tabindex='2'>$post</textarea>
</form>
</div>
<!--IBF_END_FUNC|error_post_textarea-->

<!--IBF_START_FUNC|Error|$message, $ad_email_one="", $ad_email_two=""-->

<script language='JavaScript' type="text/javascript">
<!--
function contact_admin() {
  // Very basic spam bot stopper
	  
  admin_email_one = '$ad_email_one';
  admin_email_two = '$ad_email_two';
  
  window.location = 'mailto:'+admin_email_one+'@'+admin_email_two+'?subject=Error on the forums';
  
}
//-->
</script>
<div class="tableborder">
 <div class="maintitle"><img src='{ibf.vars.img_url}/nav_m.gif' alt='' width='8' height='8' />&nbsp;{ibf.lang.error_title}</div>
</div>
<div class="tablefill">
  {ibf.lang.exp_text}<br /><br />
  <b>{ibf.lang.msg_head}</b>
  <br /><br />
  <span class='postcolor' style='padding:10px'>$message</span>
  <br /><br />
  <!--IBF.LOG_IN_TABLE-->
  <!--IBF.POST_TEXTAREA-->
  <br /><br />
  <b>{ibf.lang.er_links}</b>
  <br /><br />
  &middot; <a href='{ibf.script_url}act=Reg&amp;CODE=10'>{ibf.lang.er_lost_pass}</a><br />
  &middot; <a href='{ibf.script_url}act=Reg&amp;CODE=00'>{ibf.lang.er_register}</a><br />
  &middot; <a href='{ibf.script_url}act=Help&amp;CODE=00'>{ibf.lang.er_help_files}</a><br />
  &middot; <a href='javascript:contact_admin();'>{ibf.lang.er_contact_admin}</a>
</div>
<div class="tableborder">
 <div class="pformstrip" align="center">&lt; <a href='javascript:history.go(-1)'>{ibf.lang.error_back}</a></div>
</div>
<!--IBF_END_FUNC|Error-->

<!--IBF_START_FUNC|board_offline|$message = ""-->

<form action='{ibf.vars.board_url}/index.{ibf.vars.php_ext}' method='post'>
<input type='hidden' name='act' value='Login' />
<input type='hidden' name='CODE' value='01' />
<input type='hidden' name='s' value='{ibf.session_id}' />
<input type='hidden' name='referer' value='' />
<input type='hidden' name='CookieDate' value='1' />
<div class='tableborder'>
  <div class='maintitle'><{CAT_IMG}>&nbsp;{ibf.lang.offline_title}</div>
  <div class='tablepad'>$message</div>
  <table width='100%' cellpadding='0' cellspacing='0'>
  <tr>
   <td class='pformleftw'>{ibf.lang.erl_enter_name}</td>
   <td class='pformright'><input type='text' size='20' maxlength='64' name='UserName' class='forminput' /></td>
  </tr>
  <tr>
   <td class='pformleftw'>{ibf.lang.erl_enter_pass}</td>
   <td class='pformright'><input type='password' size='20' name='PassWord' class='forminput' /></td>
  </tr>
  </table>
  <div class='pformstrip' align='center'><input type='submit' name='submit' value='{ibf.lang.erl_log_in_submit}' class='forminput' /></div>
</div>
</form>
<!--IBF_END_FUNC|board_offline-->

<!--IBF_START_FUNC|validating_link|-->

&nbsp;&middot; <a href='{ibf.script_url}act=Reg&amp;CODE=reval'>{ibf.lang.ml_revalidate}</a>
<!--IBF_END_FUNC|validating_link-->

<!--IBF_START_FUNC|error_log_in|$q_string-->

<form action='{ibf.vars.board_url}/index.{ibf.vars.php_ext}' method='post'>
<input type='hidden' name='act' value='Login' />
<input type='hidden' name='CODE' value='01' />
<input type='hidden' name='s' value='{ibf.session_id}' />
<input type='hidden' name='referer' value='$q_string' />
<input type='hidden' name='CookieDate' value='1' />
<div class="tableborder">
  <div class="titlemedium">{ibf.lang.er_log_in_title}</div>
  <table>
   <tr>
	<td class="pformleft">{ibf.lang.erl_enter_name}</td>
	<td class="pformright"><input type='text' size='20' maxlength='64' name='UserName' class='forminput' /></td>
   </tr>
   <tr>
	<td class="pformleft">{ibf.lang.erl_enter_pass}</td>
	<td class="pformright"><input type='password' size='20' name='PassWord' class='forminput' /></td>
   </tr>
  </table>
  <div class="pformstrip" align="center"><input type='submit' name='submit' value='{ibf.lang.erl_log_in_submit}' class='forminput' /></div>
</div>
</form>
<!--IBF_END_FUNC|error_log_in-->

<!--IBF_START_FUNC|PM_popup|-->

<script language='JavaScript' type="text/javascript">
     <!--
       window.open('index.{ibf.vars.php_ext}?act=Msg&CODE=99&s={ibf.session_id}','NewPM','width=500,height=250,resizable=yes,scrollbars=yes'); 
     //-->
     </script>
<!--IBF_END_FUNC|PM_popup-->

<!--IBF_START_FUNC|admin_link|-->

&nbsp;&middot; <b><a href='{ibf.vars.board_url}/admin.{ibf.vars.php_ext}' target='_blank'>{ibf.lang.admin_cp}</a></b>
<!--IBF_END_FUNC|admin_link-->

<!--IBF_START_FUNC|mod_link|-->

&middot; <b><a href='{ibf.script_url}act=modcp&amp;forum={$ibforums->input['f']}'>{ibf.lang.mod_cp}</a></b>
<!--IBF_END_FUNC|mod_link-->

<!--IBF_START_FUNC|show_chat_link_popup|-->

&nbsp; &nbsp;&nbsp;<img src="{ibf.vars.img_url}/atb_chat.gif" border="0" alt="" />&nbsp;<a href="javascript:chat_pop({ibf.vars.chat_width}, {ibf.vars.chat_height});">{ibf.lang.live_chat}</a>
<!--IBF_END_FUNC|show_chat_link_popup-->

<!--IBF_START_FUNC|start_nav|-->

<div id='navstrip' align='right'><{F_NAV}>&nbsp;
<!--IBF_END_FUNC|start_nav-->

<!--IBF_START_FUNC|end_nav|-->

</div>
<br />
<!--IBF_END_FUNC|end_nav-->

<!--IBF_START_FUNC|Redirect|$Text, $Url, $css-->

<html dir="rtl">
<head>
<title>{ibf.lang.stand_by}</title>
<meta http-equiv='refresh' content='2; url=$Url' />
<script type="text/javascript"> </script>
$css
</head>
<body>
<table width='100%' height='85%' align='center'>
<tr>
  <td valign='middle'>
	  <table align='center' cellpadding="4" class="tablefill">
	  <tr> 
		<td width="100%" align="center" nowrap="nowrap">
		  {ibf.lang.thanks}, 
		  $Text<br /><br />
		  {ibf.lang.transfer_you}<br /><br />
	      (<a href='$Url'>{ibf.lang.dont_wait}</a>)
	    </td>
	  </tr>
	</table>
  </td>
</tr>
</table>
</body>
</html>
<!--IBF_END_FUNC|Redirect-->

<!--IBF_START_FUNC|rules_link|$url="", $title=""-->

&nbsp;&middot; <a href="$url">$title</a>
<!--IBF_END_FUNC|rules_link-->

<!--IBF_START_FUNC|show_chat_link_inline|-->

&nbsp; &nbsp;&nbsp;<img src="{ibf.vars.img_url}/atb_chat.gif" border="0" alt="" />&nbsp;<a href='{ibf.script_url}act=chat'>{ibf.lang.live_chat}</a>
<!--IBF_END_FUNC|show_chat_link_inline-->

<!--IBF_START_FUNC|Member_no_usepm_bar|$ad_link, $mod_link, $val_link-->

<table width="100%" id="userlinks" cellspacing="6">
   <tr>
    <td><b>{ibf.lang.logged_in_as} {ibf.member.name}</b> ( <a href='{ibf.script_url}act=Login&amp;CODE=03'>{ibf.lang.log_out}</a>$ad_link $mod_link $val_link )</td>
    <td align='leftt'>
   <b><a href='{ibf.script_url}act=UserCP&amp;CODE=00' title='{ibf.lang.cp_tool_tip}'>{ibf.lang.your_cp}</a></b>
    &middot;  <a href='{ibf.script_url}act=Search&amp;CODE=getnew'>{ibf.lang.view_new_posts}</a>  &middot;  <a href='javascript:buddy_pop();' title='{ibf.lang.bb_tool_tip}'>{ibf.lang.l_qb}</a></td>
   </tr>
  </table>
<!--IBF_END_FUNC|Member_no_usepm_bar-->

<!--IBF_START_FUNC|BoardHeader|$time=""-->

<script language='JavaScript' type="text/javascript">
<!--
function buddy_pop() { window.open('index.{ibf.vars.php_ext}?act=buddy&s={ibf.session_id}','BrowserBuddy','width=250,height=500,resizable=yes,scrollbars=yes'); }
function chat_pop(cw,ch)  { window.open('index.{ibf.vars.php_ext}?s={ibf.session_id}&act=chat&pop=1','Chat','width='+cw+',height='+ch+',resizable=yes,scrollbars=yes'); }
function multi_page_jump( url_bit, total_posts, per_page )
{
pages = 1; cur_st = parseInt("{$ibforums->input['st']}"); cur_page  = 1;
if ( total_posts % per_page == 0 ) { pages = total_posts / per_page; }
 else { pages = Math.ceil( total_posts / per_page ); }
msg = "{ibf.lang.tpl_q1}" + " " + pages;
if ( cur_st > 0 ) { cur_page = cur_st / per_page; cur_page = cur_page -1; }
show_page = 1;
if ( cur_page < pages )  { show_page = cur_page + 1; }
if ( cur_page >= pages ) { show_page = cur_page - 1; }
 else { show_page = cur_page + 1; }
userPage = prompt( msg, show_page );
if ( userPage > 0  ) {
	if ( userPage < 1 )     {    userPage = 1;  }
	if ( userPage > pages ) { userPage = pages; }
	if ( userPage == 1 )    {     start = 0;    }
	else { start = (userPage - 1) * per_page; }
	window.location = url_bit + "&st=" + start;
}
}
//-->
</script>
 
<!--IBF.BANNER-->
<div id='logostrip'>
  <a href='{ibf.script_url}' title='Board Home'><img src='{ibf.vars.img_url}/logo4.gif' alt='Powered by Invision Power Board' border="0" /></a>
</div>
<!-- IE6/Win TABLE FIX -->
<table  width="100%" cellspacing="6" id="submenu">
<tr>
 <td><a href='{ibf.vars.home_url}'>{ibf.vars.home_name}</a><!--IBF.RULES--></td>
 <td align="right">
   <img src="{ibf.vars.img_url}/atb_help.gif" border="0" alt="" />&nbsp;<a href='{ibf.script_url}act=Help'>{ibf.lang.tb_help}</a>
   &nbsp; &nbsp;&nbsp;<img src="{ibf.vars.img_url}/atb_search.gif" border="0" alt="" />&nbsp;<a href='{ibf.script_url}act=Search&amp;f={$ibforums->input['f']}'>{ibf.lang.tb_search}</a>
   &nbsp; &nbsp;&nbsp;<img src="{ibf.vars.img_url}/atb_members.gif" border="0" alt="" />&nbsp;<a href='{ibf.script_url}act=Members'>{ibf.lang.tb_mlist}</a>
   &nbsp; &nbsp;&nbsp;<img src="{ibf.vars.img_url}/atb_calendar.gif" border="0" alt="" />&nbsp;<a href='{ibf.script_url}act=calendar'>{ibf.lang.tb_calendar}</a>
   <!--IBF.CHATLINK-->
 </td>
</tr>
</table>
<% MEMBER BAR %>
<br />
<!--IBF_END_FUNC|BoardHeader-->

<!--IBF_START_FUNC|pop_up_window|$title, $css, $text-->

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
<html dir='rtl' xml:lang="en" lang="en" xmlns="http://www.w3.org/1999/xhtml"> 
 <head> 
  <meta http-equiv="content-type" content="text/html; charset=windows-1256" /> 
<script language="Javascript" type="text/javascript">

function storeCaret(textEl) {
	if (textEl.createTextRange) textEl.caretPos = document.selection.createRange().duplicate();
}
var lang = 1;	// 1: Farsi, 0: English
// Farsi keyboard map based on ISIRI-2901
var farsikey = [
   0x0020, 0x0021, 0x061B, 0x066B, 0x00A4, 0x066A, 0x060C, 0x06AF,
   0x0029, 0x0028, 0x002A, 0x002B, 0x0648, 0x002D, 0x002E, 0x002F,
   0x0030, 0x0031, 0x0032, 0x0033, 0x0034, 0x0035, 0x0036, 0x0037,
   0x0038, 0x0039, 0x003A, 0x0643, 0x003E, 0x003D, 0x003C, 0x061F,
   0x066C, 0x0624, 0x200C, 0x0698, 0x0649, 0x064D, 0x0625, 0x0623,
   0x0622, 0x0651, 0x0629, 0x00BB, 0x00AB, 0x0621, 0x004E, 0x005D,
   0x005B, 0x0652, 0x064B, 0x0626, 0x064F, 0x064E, 0x0056, 0x064C,
   0x0058, 0x0650, 0x0643, 0x062C, 0x005C, 0x0686, 0x00D7, 0x0640,
   0x200D, 0x0634, 0x0630, 0x0632, 0x064A, 0x062B, 0x0628, 0x0644,
   0x0627, 0x0647, 0x062A, 0x0646, 0x0645, 0x067E, 0x062F, 0x062E,
   0x062D, 0x0636, 0x0642, 0x0633, 0x0641, 0x0639, 0x0631, 0x0635,
   0x0637, 0x063A, 0x0638, 0x007D, 0x007C, 0x007B, 0x007E ];

function changeLang() {
    if (lang == 0) {
    lang = 1;
    return true;
  }
  else {
    lang = 0;
    return true;
  }
}
function FKeyDown (txtFrm){
 var key = window.event.keyCode;
 if (key == 145){
    if (lang == 0) {
      lang = 1;
      return true;
    }
    else {
      lang = 0;
      return true;
    }
}
}
function FKeyPress(txtFrm) {
   var key = window.event.keyCode;
  if (key == 13) { window.event.keyCode = 13; return true; }
   if (lang == 1) { // If Farsi
     if (key == 0x0020 && window.event.shiftKey) // Shift-space -> ZWNJ
       window.event.keyCode = 0x200C;
     else
       window.event.keyCode = farsikey[key - 0x0020];
     if (farsikey[key - 0x0020] == 92) {
        window.event.keyCode = 0x0698;
     }
     if (farsikey[key - 0x0020] == 8205) {
        window.event.keyCode = 0x067E;
     }
   }
   return true;
}
function change(obj){
if (lang==0)
lang=1
else
lang=0;
obj.focus();
}
  </script>
  <title>$title</title>
  $css
 </head>
 <body>
 <div style='text-align:left'>
 $text
 </div>
 </body>
</html>
<!--IBF_END_FUNC|pop_up_window-->

<!--IBF_START_FUNC|make_page_jump|$tp="", $pp="", $ub=""-->

<a title="{ibf.lang.tpl_jump}" href="javascript:multi_page_jump('$ub',$tp,$pp);">{ibf.lang.tpl_pages}</a>
<!--IBF_END_FUNC|make_page_jump-->

<!--IBF_START_FUNC|signature_separator|$sig=""-->

<br /><br />--------------------<br />
<div class='signature'>$sig</div>
<!--IBF_END_FUNC|signature_separator-->

<!--IBF_START_FUNC|forum_show_rules_full|$rules-->

<!-- Show FAQ/Forum Rules -->
    <div align='left'><{F_RULES}>&nbsp;<b>{$rules['title']}</b><br /><br />{$rules['body']}</div>
	<br />
   <!-- End FAQ/Forum Rules -->
<!--IBF_END_FUNC|forum_show_rules_full-->

<!--IBF_START_FUNC|forum_show_rules_link|$rules-->

<!-- Show FAQ/Forum Rules -->
	
    <div align='left'><{F_RULES}>&nbsp;<b><a href='{ibf.script_url}act=SR&amp;f={$rules['fid']}'>{$rules['title']}</a></b></div>
	
    <!-- End FAQ/Forum Rules -->
<!--IBF_END_FUNC|forum_show_rules_link-->

<!--IBF_START_FUNC|css_inline|$css=""-->

<style type='text/css'>
{$css}
      </style>
<!--IBF_END_FUNC|css_inline-->

<!--IBF_START_FUNC|css_external|$css, $img-->

<style type='text/css' media="all">
@import url(css.php?d={$css}_{$img}.css);
      </style>
<!--IBF_END_FUNC|css_external-->

<!--IBF_START_FUNC|Member_bar|$msg, $ad_link, $mod_link, $val_link-->

<table width="100%" id="userlinks" cellspacing="6">
   <tr>
    <td align="right"><strong>{ibf.lang.logged_in_as} <a href='{ibf.script_url}showuser={ibf.member.id}'>{ibf.member.name}</a></strong> ( <a href='{ibf.script_url}act=Login&amp;CODE=03'>{ibf.lang.log_out}</a>$ad_link $mod_link $val_link )</td>
    <td align='left'>
      <b><a href='{ibf.script_url}act=UserCP&amp;CODE=00' title='{ibf.lang.cp_tool_tip}'>{ibf.lang.your_cp}</a></b> &middot; <a href='{ibf.script_url}act=Msg&amp;CODE=01'>{$msg[TEXT]}</a>
      &middot; <a href='{ibf.script_url}act=Search&amp;CODE=getnew'>{ibf.lang.view_new_posts}</a> &middot; <a href='javascript:buddy_pop();' title='{ibf.lang.bb_tool_tip}'>{ibf.lang.l_qb}</a></td>
   </tr>
  </table>
<!--IBF_END_FUNC|Member_bar-->

<!--IBF_START_FUNC|Guest_bar|-->

<table width="100%" id="userlinks" cellspacing="6">
   <tr align="right">
    <td>{ibf.lang.guest_stuff} ( <a href='{ibf.script_url}act=Login&amp;CODE=00'>{ibf.lang.log_in}</a> | <a href='{ibf.script_url}act=Reg&amp;CODE=00'>{ibf.lang.register}</a> )</td>
    <td align='left'><a href='{ibf.script_url}act=Reg&amp;CODE=reval'>{ibf.lang.ml_revalidate}</a></td>
   </tr>
  </table>
<!--IBF_END_FUNC|Guest_bar-->

<!--IBF_START_FUNC|member_bar_disabled|-->

<table width="100%" id="userlinks" cellspacing="6">
   <tr>
    <td><strong>{ibf.lang.mb_disabled} </strong></td>
   </tr>
  </table>
<!--IBF_END_FUNC|member_bar_disabled-->


<!--IBF_GROUP_END:skin_global-->
<!-- PLEASE LEAVE ALL 'IBF' COMMENTS IN PLACE, DO NOT REMOVE THEM! -->
<!--IBF_GROUP_START:skin_forum-->

<!--IBF_START_FUNC|render_pinned_start|-->

<!-- START PINNED -->
    <tr>
      <td align='center' class='darkrow1'>&nbsp;</td>
      <td align='center' class='darkrow1'>&nbsp;</td>
	  <td align='right' class='darkrow1' colspan='5' style='padding:6px'><b>{ibf.lang.pinned_start}</b></td>
    </tr>
<!--IBF_END_FUNC|render_pinned_start-->

<!--IBF_START_FUNC|render_pinned_end|-->

<!-- END PINNED -->
    <tr>
      <td align='center' class='darkrow1'>&nbsp;</td>
      <td align='center' class='darkrow1'>&nbsp;</td>
	  <td align='right' class='darkrow1' colspan='5' style='padding:6px'><b>{ibf.lang.regular_topics}</b></td>
    </tr>
<!--IBF_END_FUNC|render_pinned_end-->

<!--IBF_START_FUNC|render_pinned_row|$data-->

<!-- Begin Pinned Topic Entry {$data['tid']} -->
    <tr> 
	  <td align='center' class='row4'>{$data['folder_img']}</td>
      <td align='center' class='row2'>{$data['topic_icon']}</td>
      <td class='row4'>
       {$data['go_new_post']}<b>{$data['prefix']} <a href='{ibf.script_url}showtopic={$data['tid']}' class='linkthru' title='{ibf.lang.topic_started_on} {$data['start_date']}'>{$data['title']}</a></b>  {$data[PAGES]}
        <br /><span class='desc'>{$data['description']}</span></td>
      <td align='center' class='row4'>{$data['starter']}</td>
      <td align='center' class='row4'>{$data['posts']}</td>
      <td align='center' class='row4'>{$data['views']}</td>
      <td class='row4'><span class='desc'>{$data['last_post']}<br /><a href='{ibf.script_url}showtopic={$data['tid']}&amp;view=getlastpost'>{$data['last_text']}</a> <b>{$data['last_poster']}</b></span></td>
    </tr>
    <!-- End Pinned Topic Entry {$data['tid']} -->
<!--IBF_END_FUNC|render_pinned_row-->

<!--IBF_START_FUNC|RenderRow|$data-->

<!-- Begin Topic Entry {$data['tid']} -->
    <tr> 
	  <td align='center' class='row4'>{$data['folder_img']}</td>
      <td align='center' class='row2'>{$data['topic_icon']}</td>
      <td align='right' class='row4'>
        {$data['go_new_post']}{$data['prefix']} <a href="{ibf.script_url}showtopic={$data['tid']}" title="{ibf.lang.topic_started_on} {$data['start_date']}">{$data['title']}</a>  {$data[PAGES]}
        <br /><span class='desc'>{$data['description']}</span></td>
      <td align='center' class='row2'>{$data['starter']}</td>
      <td align='center' class='row4'>{$data['posts']}</td>
      <td align='center' class='row2'>{$data['views']}</td>
      <td align='right' class='row2'><span class='desc'>{$data['last_post']}<br /><a href='{ibf.script_url}showtopic={$data['tid']}&amp;view=getlastpost'>{$data['last_text']}</a> <b>{$data['last_poster']}</b></span></td>
    </tr>
    <!-- End Topic Entry {$data['tid']} -->
<!--IBF_END_FUNC|RenderRow-->

<!--IBF_START_FUNC|show_no_matches|-->

<tr> 
					<td class='row4' colspan='7' align='center'>
						<br />
                         <b>{ibf.lang.no_topics}</b>
						<br /><br />
					</td>
        </tr>
<!--IBF_END_FUNC|show_no_matches-->

<!--IBF_START_FUNC|who_link|$tid, $posts-->

<a href='javascript:who_posted($tid);'>$posts</a>
<!--IBF_END_FUNC|who_link-->

<!--IBF_START_FUNC|forum_active_users|$active=array()-->

<div align='right' class='darkrow2' style='padding:6px'>{ibf.lang.active_users_title} ({ibf.lang.active_users_detail})</div>
	  <div align='right' class='row2' style='padding:6px'>{ibf.lang.active_users_members} {$active['names']}</div>
<!--IBF_END_FUNC|forum_active_users-->

<!--IBF_START_FUNC|TableEnd|$data-->

</table>
    
      <!--IBF.FORUM_ACTIVE-->
      
      <div align='center' class='darkrow2' style='padding:4px'>{ibf.lang.showing_text}{ibf.lang.sort_text}&nbsp;<input type='submit' value='{ibf.lang.sort_submit}' class='forminput' /></div>
	</div>
</form>
  <ul id="help">
<br />
&nbsp;<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
 <td align='left' width="20%" nowrap="nowrap">{$data['SHOW_PAGES']}</td>
 <td align='left' width="80%"><a href='{ibf.script_url}act=Post&amp;CODE=00&amp;f={$data['id']}'><{A_POST}></a>{$data[POLL_BUTTON]}</td>
</tr>
</table>
<br />
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<td align='right' width='25%'>
	<{B_NEW}>&nbsp;&nbsp;{ibf.lang.pm_open_new}
	<br /><{B_NORM}>&nbsp;&nbsp;{ibf.lang.pm_open_no}
	<br /><{B_HOT}>&nbsp;&nbsp;{ibf.lang.pm_hot_new}
	<br /><{B_HOT_NN}>&nbsp;&nbsp;{ibf.lang.pm_hot_no}
</td>
<td align='right' width='25%'>
	<{B_POLL}>&nbsp;&nbsp;{ibf.lang.pm_poll}
	<br /><{B_POLL_NN}>&nbsp;&nbsp;{ibf.lang.pm_poll_no}
	<br /><{B_LOCKED}>&nbsp;&nbsp;{ibf.lang.pm_locked}
	<br /><{B_MOVED}>&nbsp;&nbsp;{ibf.lang.pm_moved}
</td>
<td width='50%' align='left'>
    <form action='{ibf.script_url}' method='post' name='search'>
	<input type='hidden' name='forums' value='{$data['id']}' />
	<input type='hidden' name='cat_forum' value='forum' />
	<input type='hidden' name='act' value='Search' />
	<input type='hidden' name='joinname' value='1' />
	<input type='hidden' name='CODE' value='01' />
	{ibf.lang.search_forum}&nbsp;
	<input type='text' size='30' name='keywords' onkeypress=FKeyPress(keywords); onkeydown=FKeyDown(keywords); class='forminput' value='{ibf.lang.enter_keywords}' onfocus='this.value = "";' /><input type='submit' value='{ibf.lang.search_go}' class='forminput' />
   </form>
   <br />
   <br />
   {$data[FORUM_JUMP]}
</td>
</table>
<br />
<br />
<div align='center'><a href='{ibf.script_url}act=Login&amp;CODE=04&amp;f={$data['id']}'>{ibf.lang.mark_as_read}</a> <!--IBF.SUB_FORUM_LINK--></div>
<br clear="all" />
<!--IBF_END_FUNC|TableEnd-->

<!--IBF_START_FUNC|show_rules|$rules-->

<div class='tableborder'>
  <div class='maintitle'>{$rules['title']}</div>
  <div class='tablepad'>{$rules['body']}</div>
  <div class='pformstrip' align='center'>&gt;&gt;<a href='{ibf.script_url}act=SF&amp;f={$rules['fid']}'>{ibf.lang.back_to_forum}</a></div>
</div>
<!--IBF_END_FUNC|show_rules-->

<!--IBF_START_FUNC|page_title|$title="", $pages=""-->

<div><span class='pagetitle'>$title</span>$pages</div>
<!--IBF_END_FUNC|page_title-->

<!--IBF_START_FUNC|PageTop|$data-->

<script language='javascript' type="text/javascript">
<!--
	function who_posted(tid)
	{
		window.open("{$ibforums->js_base_url}act=Stats&CODE=who&t="+tid, "WhoPosted", "toolbar=no,scrollbars=yes,resizable=yes,width=230,height=300");
	}
//-->
</script>
<!--IBF.SUBFORUMS-->
<!--IBF.MODLINK-->
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
 <td align='right' width="20%" nowrap="nowrap">{$data['SHOW_PAGES']}</td>
 <td align='left' width="80%"><a href='{ibf.script_url}act=Post&amp;CODE=00&amp;f={$data['id']}'><{A_POST}></a>{$data[POLL_BUTTON]}</td>
</tr>
</table>
<br />
	<form action='{ibf.script_url}act=SF&amp;f={$data['id']}&amp;st={$ibforums->input['st']}' method='post'>
      <div class="tableborder">
        <div class='maintitle' align='right' ><{CAT_IMG}>&nbsp;{$data['name']}</div>
		<table width='100%' border='0' cellspacing='1' cellpadding='4'>
		  <tr> 
			<td align='center' class='titlemedium'><img src='{ibf.vars.img_url}/spacer.gif' alt='' width='20' height='1' /></td>
			<td align='center' class='titlemedium'><img src='{ibf.vars.img_url}/spacer.gif' alt='' width='20' height='1' /></td>
			<th width='45%' align='right' nowrap="nowrap" class='titlemedium'>{ibf.lang.h_topic_title}</th>
			<th width='14%' align='center' nowrap="nowrap" class='titlemedium'>{ibf.lang.h_topic_starter}</th>
			<th width='7%' align='center' nowrap="nowrap" class='titlemedium'>{ibf.lang.h_replies}</th>
			<th width='7%' align='center' nowrap="nowrap" class='titlemedium'>{ibf.lang.h_hits}</th>
			<th width='27%' align='right' nowrap="nowrap" class='titlemedium'>{ibf.lang.h_last_action}</th>
		  </tr>
        <!-- Forum page unique top -->
<!--IBF_END_FUNC|PageTop-->

<!--IBF_START_FUNC|show_mod_link|$fid-->

<br />
<strong>{ibf.lang.post_modq} <a href='{ibf.script_url}act=modcp'>{ibf.lang.post_click}</a></strong>
<!--IBF_END_FUNC|show_mod_link-->

<!--IBF_START_FUNC|show_page_jump|$total, $pp, $qe-->

<a href="javascript:multi_page_jump( $total, $pp, '$qe' )" title="{ibf.lang.tpl_jump}">{ibf.lang.multi_page_forum}</a>
<!--IBF_END_FUNC|show_page_jump-->

<!--IBF_START_FUNC|Forum_log_in|$data-->

<form action='{ibf.script_url};act=SF&amp;f=$data' method='post'>
<input type='hidden' name='act' value='SF'>
<input type='hidden' name='f' value='$data'>
<input type='hidden' name='L' value='1'>
<input type='hidden' name='s' value='{ibf.session_id}'>
<div class='tableborder'>
  <div class='maintitle'><{CAT_IMG}>&nbsp;{ibf.lang.need_password}</div>
  <div class='tablepad'>{ibf.lang.need_password_txt}</div>
  <div class='tablepad' style='text-align:center'>
    <strong>{ibf.lang.enter_pass}</strong>
    <br />
    <input type='password' size='20' name='f_password' />
  </div>
  <div class='pformstrip' align='center'><input type='submit' value='{ibf.lang.f_pass_submit}' class='forminput' /></div>
</div>
</form>
<!--IBF_END_FUNC|Forum_log_in-->

<!--IBF_START_FUNC|show_sub_link|$fid-->

| <a href='{ibf.script_url}act=Track&amp;f=$fid&amp;type=forum'>{ibf.lang.ft_title}</a>
<!--IBF_END_FUNC|show_sub_link-->


<!--IBF_GROUP_END:skin_forum-->
<!-- PLEASE LEAVE ALL 'IBF' COMMENTS IN PLACE, DO NOT REMOVE THEM! -->
<!--IBF_GROUP_START:skin_emails-->

<!--IBF_START_FUNC|sent_screen|$member_name-->

<div class='tableborder'>
  <div class='maintitle'>{ibf.lang.email_sent}</div>
  <div class='tablepad'>{ibf.lang.email_sent_txt} $member_name</div>
</div>
<!--IBF_END_FUNC|sent_screen-->

<!--IBF_START_FUNC|forum_jump|$data-->

<table cellpadding='0' cellspacing='1' border='0' width='<{tbl_width}>' align='center'>
        <tr>
            <td align='right'>$data</td>
        </tr>
       </table>
<!--IBF_END_FUNC|forum_jump-->

<!--IBF_START_FUNC|show_address|$data-->

<div class='tableborder'>
  <div class='maintitle'>{ibf.lang.send_email_to} {$data[NAME]}</div>
  <div class='tablepad'>{ibf.lang.show_address_text}
  <br />
  &gt;&gt;<b><a href="mailto:{$data[ADDRESS]}" class='misc'>{ibf.lang.send_email_to} {$data[NAME]}</a></b>
 </div>
</div>
<!--IBF_END_FUNC|show_address-->

<!--IBF_START_FUNC|send_form|$data-->

<form action="{ibf.script_url}" method="post" name='REPLIER'>
<input type='hidden' name='act' value='Mail'>
<input type='hidden' name='CODE' value='01'>
<input type='hidden' name='to' value='{$data['TO']}'>
<div><strong>{ibf.lang.imp_text}</strong></div>
<br />
<div class='tableborder'>
  <div class='maintitle'>{ibf.lang.send_title}</div>
  <div class='pformstrip'>{ibf.lang.send_email_to} {$data['NAME']}</div>
  <table width='100%' cellspacing='1'>
	<tr>
	  <td class='pformleftw' valign='top'><b>{ibf.lang.subject}</b></td>
	  <td class='pformright'><input type='text' name='subject' value='{$data['subject']}' size='50' maxlength='50' class='forminput' /></td>
	</tr>
	<tr>
	  <td class='pformleftw' valign='top'><b>{ibf.lang.message}</b><br /><br />{ibf.lang.msg_txt}</td>
	  <td class='pformright'><textarea cols='60' rows='12' wrap='soft' name='message' class='textinput'>{$data['content']}</textarea></td>
	</tr>
   </table>
   <div class='pformstrip' align='center'><input type="submit" value="{ibf.lang.submit_send}" class='forminput' /></div>
</div>
</form>
<!--IBF_END_FUNC|send_form-->

<!--IBF_START_FUNC|forward_form|$title, $text, $lang-->

<form action="{ibf.script_url}" method="post" name='REPLIER'>
<input type='hidden' name='act'  value='Forward'>
<input type='hidden' name='CODE' value='01'>
<input type='hidden' name='s'    value='{ibf.session_id}'>
<input type='hidden' name='st'   value='{$ibforums->input['st']}'>
<input type='hidden' name='f'    value='{$ibforums->input['f']}'>
<input type='hidden' name='t'    value='{$ibforums->input['t']}'>
<div class='tableborder'>
 <div class='maintitle'><{CAT_IMG}>&nbsp;{ibf.lang.title}</div>
 <table cellpadding='4' cellspacing='0' border='0' width='100%'>
   <tr>
   <td class='row1' align='left'  width='30%' valign='top'><b>{ibf.lang.send_lang}</b></td>
   <td class='row1' width='80%'>$lang</td>
   </tr>
   <tr>
   <td class='row1' align='left'  width='30%' valign='top'><b>{ibf.lang.to_name}</b></td>
   <td class='row1' width='80%'><input type='text' class='forminput' name='to_name' value='' size='30' maxlength='100'></td>
   </tr>
   <tr>
   <td class='row1' align='left'  width='30%' valign='top'><b>{ibf.lang.to_email}</b></td>
   <td class='row1' width='80%'><input type='text' class='forminput' name='to_email' value='' size='30' maxlength='100'></td>
   </tr>
   <tr>
   <td class='row1' align='left'  width='30%' valign='top'><b>{ibf.lang.subject}</b></td>
   <td class='row1' width='80%'><input type='text' class='forminput' name='subject' value='{$title}' size='30' maxlength='120'></td>
   </tr>
   <tr>
   <td class='row1' align='left'  width='30%' valign='top'><b>{ibf.lang.message}</b></td>
   <td class='row1' width='80%'><textarea cols='60' rows='12' wrap='soft' name='message' class='textinput'>{$text}</textarea>
   </td>
   </tr>
  </table>
  <div align='center' class='pformstrip'><input type="submit" value="{ibf.lang.submit_send}" class='forminput' /></div>
</div>
</form>
<!--IBF_END_FUNC|forward_form-->

<!--IBF_START_FUNC|end_table|-->

<!-- End content Table -->
            </table>
            </td>
            </tr>
            <tr>
            <td class='darkrow1' colspan='2'>&nbsp;</td>
            </tr>
            </table>
<!--IBF_END_FUNC|end_table-->

<!--IBF_START_FUNC|pager_header|$data-->

<table cellpadding='0' cellspacing='0' border='0' width='100%' bgcolor='<{tbl_border}>' align='center'>
        <tr>
            <td>
              <table cellpadding='4' cellspacing='0' border='0' width='100%'>
                <tr>
                   <td colspan='2' align='center' class='titlemedium'>{$data[TITLE]}</td>
<!--IBF_END_FUNC|pager_header-->

<!--IBF_START_FUNC|aol_body|$data-->

<!-- Begin AIM Remote -->
<table width='140' align='center'>
<tr align='right'><td><a href="http://www.aol.co.uk/aim/index.html"><img src="http://www.aol.co.uk/aim/remote/gr/aimver_man.gif" width=44 height=55 border=0 alt="Download AIM"></a><img src="http://www.aol.co.uk/aim/remote/gr/aimver_topsm.gif" width=73 height=55 border=0 alt="AIM Remote"><br /><a href="aim:goim?screenname={$data['AOLNAME']}&amp;message=Hi.+Are+you+there?"><img src="http://www.aol.co.uk/aim/remote/gr/aimver_im.gif" width=117 height=39 border=0 alt="Send me an Instant Message"></a><br /><a href="aim:addbuddy?screenname={$data['AOLNAME']}"><img src="http://www.aol.co.uk/aim/remote/gr/aimver_bud.gif" width=117 height=39 border=0 alt="Add me to Your Buddy List"></a><br /><a href="http://www.aol.co.uk/aim/remote.html"><img src="http://www.aol.co.uk/aim/remote/gr/aimver_botadd.gif" width=117 height=23 border=0 alt="Add Remote to Your Page"></a><br /><a href="http://www.aol.co.uk/aim/index.html"><img src="http://www.aol.co.uk/aim/remote/gr/aimver_botdow.gif" width=117 height=29 border=0 alt="Download AOL Instant Messenger"></a><br /><br /></td></tr></table>
<!-- End AIM Remote -->
<!--IBF_END_FUNC|aol_body-->

<!--IBF_START_FUNC|icq_body|$data-->

<form action="http://msg.mirabilis.com/scripts/WWPMsg.dll" METHOD="POST" name="frmPager">
			      <INPUT TYPE="hidden" NAME="subject" VALUE="From WebPager Panel">
              <input type="hidden" name="to" value="{$data[UIN]}">
              <tr>
                <td class='row2' align='left'><b>{ibf.lang.name}</b></td>
                <td class='row2' align='left'><input type='text' name='from' value='{ibf.member.name}' size='40' class='forminput' onMouseOver="this.focus()" onFocus="this.select()"></td>
              </tr>
              <tr>
                <td class='row2' align='left'><b>{ibf.lang.email}</b></td>
                <td class='row2' align='left'><input type='text' name='fromemail' value='{ibf.member.email}' size='40' class='forminput' onMouseOver="this.focus()" onFocus="this.select()"></td>
              </tr>
              <tr>
                <td class='row2' align='left' valign='top'><b>{ibf.lang.msg}</b></td>
                <td class='row2' align='left'><textarea wrap='virtual' cols='50' rows='12' wrap='soft' name='body' class='textinput' onMouseOver="this.focus()" onFocus="this.select()"></textarea></td>
              </tr>
              <tr>
                <td class='row2' align='center' colspan='2'><input type='submit' value='{ibf.lang.submit}' class='forminput'></td>
              </tr>
              </form>
<!--IBF_END_FUNC|icq_body-->

<!--IBF_START_FUNC|yahoo_body|$yahoo-->

<tr>
                <td class='row2' align='left'><b>{ibf.lang.yahoo_name}</b></td>
                <td class='row2' align='left'><input type='text' name='msnname' value='$yahoo' size='40' class='forminput' onMouseOver="this.focus()" onFocus="this.select()"></td>
              </tr>
               <tr>
                <td class='row2' align='left'><b>{ibf.lang.yahoo_status}</b></td>
                <td class='row2' align='left'><img border=0 src="http://opi.yahoo.com/online?u=$yahoo&amp;m=g&amp;t=2"></td>
              </tr>
              <tr>
                <td class='row2' align='center' colspan='2'><a href="http://edit.yahoo.com/config/send_webmesg?.target=$yahoo&amp;.src=pg">{ibf.lang.yahoo_send_msg}</a></td>
              </tr>
              <tr>
                <td class='row2' align='center' colspan='2'><a href="http://members.yahoo.com/interests?.oc=t&amp;.kw=$yahoo&amp;.sb=1">{ibf.lang.yahoo_view_profile}</a></td>
              </tr>
<!--IBF_END_FUNC|yahoo_body-->

<!--IBF_START_FUNC|report_form|$fid, $tid, $pid, $st, $topic_title-->

<form action="{ibf.script_url}act=report&amp;send=1&amp;f=$fid&amp;t=$tid&amp;p=$pid&amp;st=$st" method="post" name='REPLIER'>
<div class='tableborder'>
  <div class='maintitle'><{CAT_IMG}>&nbsp;{ibf.lang.report_title}</div>
  <div class='pformstrip'>&nbsp;</div>
  <table cellpadding='4' cellspacing='1' border='0' width='100%'>
   <tr>
   <td class='row1' align='left'  width='30%' valign='top'><b>{ibf.lang.report_topic}</b></td>
   <td class='row1' width='80%'><a href='{ibf.script_url}showtopic=$tid&amp;st=$st&amp;#entry$pid'>$topic_title</a>
   </td>
   </tr>
   <tr>
   <td class='row1' align='left'  width='30%' valign='top'>{ibf.lang.report_message}</td>
   <td class='row1' width='80%'><textarea cols='60' rows='12' wrap='soft' name='message' class='textinput'></textarea>
   </td>
   </tr>
  </table>
  <div align='center' class='pformstrip'><input type="submit" value="{ibf.lang.report_submit}" class='forminput' /></div>
 </div>
</form>
<!--IBF_END_FUNC|report_form-->

<!--IBF_START_FUNC|msn_body|$msnname-->

  <ul id="help">

<object classid='clsid:F3A614DC-ABE0-11d2-A441-00C04F795683' codebase='#Version=2,0,0,83' codetype='application/x-oleobject' id='MsgrObj' name='MsgrApp' width='0' height='0'></object>
			  <object classid='clsid:FB7199AB-79BF-11d2-8D94-0000F875C541' codetype='application/x-oleobject' id='MsgrApp' name='MsgrApp' width='0' height='0'></object>
              <tr>
                <td class='row2' align='left'><b>{ibf.lang.msn_name}</b></td>
                <td class='row2' align='left'><input type='text' name='msnname' value='$msnname' size='40' class='forminput' onMouseOver="this.focus()" onFocus="this.select()"></td>
              </tr>
              <tr>
                <td class='row2' align='center' colspan='2'><a href="javascript:MsgrApp.LaunchIMUI('$msnname');">{ibf.lang.msn_send_msg}</a></td>
              </tr>
              <tr>
                <td class='row2' align='center' colspan='2'><a href="javascript:MsgrApp.LaunchAddContactUI('$msnname');">{ibf.lang.msn_add_contact}</a></td>
              </tr>
<!--IBF_END_FUNC|msn_body-->

<!--IBF_START_FUNC|chat_pop|$acc_no, $lang, $w, $h, $user="",$pass=""-->

<div align='center'>
 <applet
	codebase="http://client.invisionchat.com/current/"
	code="Client.class" archive="scclient_$lang.zip"
	width=$w height=$h
	style='border: 1px solid <{tbl_border}>'>
	<param name="room" value="$acc_no">
	<param name="cabbase" value="scclient_$lang.cab">
	<param name="username" value="$user">
	<param name="password" value="$pass">
	<param name="autologin" value="yes">
 </applet>
</div>
<!--IBF_END_FUNC|chat_pop-->

<!--IBF_START_FUNC|board_rules|$title="", $body=""-->

<div class="tableborder">
 <div class="pformstrip">$title</div>
 <div class="tablepad">$body</div>
</div>
<!--IBF_END_FUNC|board_rules-->

<!--IBF_START_FUNC|errors|$data-->

<div class="tableborder">
  <div class="pformstrip">{ibf.lang.errors_found}</div>
  <div class="tablepad"><span class='postcolor'>$data</span></div>
</div>
<br />
<!--IBF_END_FUNC|errors-->

<!--IBF_START_FUNC|chat_inline|$acc_no, $lang, $w, $h, $user="",$pass=""-->

<div class='tableborder'>
 <div class='maintitle'><{CAT_IMG}>&nbsp;{ibf.lang.chat_title}</div>
 <div class='tablepad' align='center'>
  <applet
	 codebase="http://client.invisionchat.com/current/"
	 code="Client.class" archive="scclient_$lang.zip"
	 width=$w height=$h
	 style='border: 1px solid #000'>
	 <param name="room" value="$acc_no">
	 <param name="cabbase" value="scclient_$lang.cab">
	 <param name="username" value="$user">
	 <param name="password" value="$pass">
	 <param name="autologin" value="yes">
  </applet>
 </div>
</div>
<br />
<div class='tableborder'>
 <div class='maintitle'><{CAT_IMG}>&nbsp;{ibf.lang.chat_help}</div>
 <div class='tablepad'>
   {ibf.lang.chat_help_text}
 </div>
</div>
<!--IBF_END_FUNC|chat_inline-->


<!--IBF_GROUP_END:skin_emails-->
<!-- PLEASE LEAVE ALL 'IBF' COMMENTS IN PLACE, DO NOT REMOVE THEM! -->
<!--IBF_GROUP_START:skin_csite-->

<!--IBF_START_FUNC|tmpl_wrap_avatar|$avatar-->

$avatar
<!--IBF_END_FUNC|tmpl_wrap_avatar-->

<!--IBF_START_FUNC|tmpl_debug|$queries, $time-->

<div class='desc'>[ DB Queries: $queries ] [ Execution Time: $time ]</div>
<!--IBF_END_FUNC|tmpl_debug-->

<!--IBF_START_FUNC|csite_skeleton_template|-->

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
<html dir="rtl" xml:lang="en" lang="en" xmlns="http://www.w3.org/1999/xhtml"> 
<script language="Javascript" type="text/javascript">

function storeCaret(textEl) {
	if (textEl.createTextRange) textEl.caretPos = document.selection.createRange().duplicate();
}
var lang = 1;	// 1: Farsi, 0: English
// Farsi keyboard map based on ISIRI-2901
var farsikey = [
   0x0020, 0x0021, 0x061B, 0x066B, 0x00A4, 0x066A, 0x060C, 0x06AF,
   0x0029, 0x0028, 0x002A, 0x002B, 0x0648, 0x002D, 0x002E, 0x002F,
   0x0030, 0x0031, 0x0032, 0x0033, 0x0034, 0x0035, 0x0036, 0x0037,
   0x0038, 0x0039, 0x003A, 0x0643, 0x003E, 0x003D, 0x003C, 0x061F,
   0x066C, 0x0624, 0x200C, 0x0698, 0x0649, 0x064D, 0x0625, 0x0623,
   0x0622, 0x0651, 0x0629, 0x00BB, 0x00AB, 0x0621, 0x004E, 0x005D,
   0x005B, 0x0652, 0x064B, 0x0626, 0x064F, 0x064E, 0x0056, 0x064C,
   0x0058, 0x0650, 0x0643, 0x062C, 0x005C, 0x0686, 0x00D7, 0x0640,
   0x200D, 0x0634, 0x0630, 0x0632, 0x064A, 0x062B, 0x0628, 0x0644,
   0x0627, 0x0647, 0x062A, 0x0646, 0x0645, 0x067E, 0x062F, 0x062E,
   0x062D, 0x0636, 0x0642, 0x0633, 0x0641, 0x0639, 0x0631, 0x0635,
   0x0637, 0x063A, 0x0638, 0x007D, 0x007C, 0x007B, 0x007E ];

function changeLang() {
    if (lang == 0) {
    lang = 1;
    return true;
  }
  else {
    lang = 0;
    return true;
  }
}
function FKeyDown (txtFrm){
 var key = window.event.keyCode;
 if (key == 145){
    if (lang == 0) {
      lang = 1;
      return true;
    }
    else {
      lang = 0;
      return true;
    }
}
}
function FKeyPress(txtFrm) {
   var key = window.event.keyCode;
  if (key == 13) { window.event.keyCode = 13; return true; }
   if (lang == 1) { // If Farsi
     if (key == 0x0020 && window.event.shiftKey) // Shift-space -> ZWNJ
       window.event.keyCode = 0x200C;
     else
       window.event.keyCode = farsikey[key - 0x0020];
     if (farsikey[key - 0x0020] == 92) {
        window.event.keyCode = 0x0698;
     }
     if (farsikey[key - 0x0020] == 8205) {
        window.event.keyCode = 0x067E;
     }
   }
   return true;
}
function change(obj){
if (lang==0)
lang=1
else
lang=0;
obj.focus();
}
</script>
<head>
	<meta http-equiv="content-type" content="text/html; charset=windows-1256" />
	<meta name="generator" content="Microsoft FrontPage 5.0">
	<meta http-equiv="Pragma" content="no-cache">
	<meta http-equiv="no-cache">
	<meta http-equiv="Cache-Control" content="no-cache">
	<title><!--CS.TEMPLATE.TITLE--></title>
	<!--CS.TEMPLATE.JAVASCRIPT-->
	<!--CS.TEMPLATE.CSS-->
</head>
<body>
<div id='ipbwrapper'>
<!--Header-->
<div id='logostrip'>
  <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="99%" id="AutoNumber1">
    <tr>
      <td width="50%">
  <a href='{ibf.script_url}' title='Board Home'>
      <img src='/images/logo.gif' border="0" /></a> </td>
      <td width="50%">
      <iframe name="I1" marginwidth="0" marginheight="0" height="60" width="468" scrolling="no" border="0" frameborder="0" src="/ads/468_60.php">
      Your browser does not support inline frames or is currently configured not to display inline frames.</iframe></td>
    </tr>
  </table>
</div>
<table width="100%" cellspacing="6" id="submenu">
<tr>
 <td><a href='{ibf.vars.home_url}'>{ibf.vars.home_name}</a><!--IBF.RULES--></td>
 <td align="left">
   <img src="{ibf.vars.img_url}/atb_help.gif" border="0" alt="" />&nbsp;<a href='{ibf.script_url}act=Help'>{ibf.lang.tb_help}</a>
   &nbsp; &nbsp;&nbsp;<img src="{ibf.vars.img_url}/atb_search.gif" border="0" alt="" />&nbsp;<a href='{ibf.script_url}act=Search&amp;f={$ibforums->input['f']}'>{ibf.lang.tb_search}</a>
   &nbsp; &nbsp;&nbsp;<img src="{ibf.vars.img_url}/atb_members.gif" border="0" alt="" />&nbsp;<a href='{ibf.script_url}act=Members'>{ibf.lang.tb_mlist}</a>
   &nbsp; &nbsp;&nbsp;<img src="{ibf.vars.img_url}/atb_calendar.gif" border="0" alt="" />&nbsp;<a href='{ibf.script_url}act=calendar'>{ibf.lang.tb_calendar}</a>
   <!--IBF.CHATLINK-->
 </td>
</tr>
</table>
<!--CS.TEMPLATE.LINKS-->
<!--End Header-->
<!--Main Content-->
<table width="100%" class='tableborder' cellspacing="0" cellpadding="6">
<tr>
 <td width="200" class='row3' valign="top">
   <!-- LEFT -->
    <!--CS.TEMPLATE.WELCOMEBOX-->
    <!--CS.TEMPLATE.SITENAV-->
    <!--CS.TEMPLATE.CHANGESKIN-->
    <!--CS.TEMPLATE.ONLINEUSERS-->
    <!--CS.TEMPLATE.LATESTPOSTS-->
    <!--CS.TEMPLATE.AFFILIATES-->
    <!--CS.TEMPLATE.POLL-->
    <!--CS.TEMPLATE.SEARCH-->
    <!--CS.TEMPLATE.RECENTARTICLES-->
   <!--END LEFT-->
   <br /><img src='{ibf.vars.img_url}/spacer.gif' alt='' width='200' height='1' />
 </td>
 <!--SPACER-->
 <td width="5" class='row3'>&nbsp;</td>
 <td width="90%" class='row3' valign="top">
   <!--MAIN-->
    
    <!--CS.TEMPLATE.ARTICLES-->
   
   <!--END MAIN-->
 </td>
</tr>
<!--End Main Content-->
<tr>
 <td colspan='3'  class='row3' align='center'>
 </td>
</tr>
</table>
<div class='titlemedium'>&nbsp;</div>
      <p align="center">
      <iframe name="I2" marginwidth="0" marginheight="0" height="60" width="468" scrolling="no" border="0" frameborder="0" src="/ads/468_60_2.php">
      Your browser does not support inline frames or is currently configured not to display inline frames.</iframe>
<br>
      &nbsp;<iframe name="I3" marginwidth="0" marginheight="0" height="60" width="468" scrolling="no" border="0" frameborder="0" src="/ads/bx.php">Your browser does not support inline frames or is currently configured not to display inline frames.</iframe>
      </p>
</div>
</body>
</html>
<!--IBF_END_FUNC|csite_skeleton_template-->

<!--IBF_START_FUNC|tmpl_skin_select_bottom|-->

</select>
<!--IBF_END_FUNC|tmpl_skin_select_bottom-->

<!--IBF_START_FUNC|tmpl_articles_row|$entry, $bottom_string, $read_more, $top_string-->

<table cellspacing="0" width="100%" class='tableborder'>
<tr>
 <td class='maintitle' colspan="2"><img src="{ibf.vars.img_url}/cs_page.gif" alt="" border="0" />&nbsp;<a href="{ibf.script_url}showtopic={$entry['tid']}">{$entry['title']}</a></td>
</tr>
<tr>
 <td class='row2' colspan="2" style='padding:5px'>$top_string</td>
</tr>
<tr>
 <td class="post1" width="100%" valign="top" style="padding:5px">{$entry['post']} $read_more</td>
</tr>
<tr>
 <td class='row2' colspan="2" style='padding:5px' align='right'>
   $bottom_string
   &nbsp;&nbsp;<a href="{ibf.script_url}act=Print&amp;client=printer&amp;f={$entry['forum_id']}&amp;t={$entry['tid']}"><img src="{ibf.vars.img_url}/cs_print.gif" alt="Print" border="0" /></a>
   <a href="{ibf.script_url}act=Forward&amp;f={$entry['forum_id']}&amp;t={$entry['tid']}"><img src="{ibf.vars.img_url}/cs_email.gif" alt="email" border="0" /></a>
 </td>
</tr>
</table>
<br />
<!--IBF_END_FUNC|tmpl_articles_row-->

<!--IBF_START_FUNC|tmpl_poll_result_row|$votes, $id, $choice, $percent, $width-->

$choice
  <br /><img src='{ibf.vars.img_url}/bar_left.gif' border='0' width='4' height='11' align='middle' alt='' /><img src='{ibf.vars.img_url}/bar.gif' border='0' width='$width' height='11' align='middle' alt='' /><img src='{ibf.vars.img_url}/bar_right.gif' border='0' width='4' height='11' align='middle' alt='' />
  <br />
<!--IBF_END_FUNC|tmpl_poll_result_row-->

<!--IBF_START_FUNC|tmpl_poll_choice_row|$id, $choice-->

<input type='radio' name='poll_vote' value='$id' class='radiobutton' />&nbsp;<strong>$choice</strong>
  <br />
<!--IBF_END_FUNC|tmpl_poll_choice_row-->

<!--IBF_START_FUNC|tmpl_poll_footer|$vote, $total, $tid-->

<span class='desc'>
   &middot; <strong>$total</strong>
   <br />&middot; $vote
   <br />&middot; <a href="{ibf.script_url}showtopic=$tid">{ibf.lang.poll_discuss}</a>
  </span>
  </div>
</div>
</form>
<!--IBF_END_FUNC|tmpl_poll_footer-->

<!--IBF_START_FUNC|tmpl_poll_vote|-->

<input type='submit' value='{ibf.lang.poll_vote}' class='codebuttons' />
<!--IBF_END_FUNC|tmpl_poll_vote-->

<!--IBF_START_FUNC|tmpl_latestposts|$posts-->

<br />
<div class='tableborder'>
 <div class='maintitle'><{CAT_IMG}> {ibf.lang.discuss_title}</div>
 <marquee direction="Up" onmouseover="stop()" onmouseout="start()" scrolldelay="155">$posts</marquee>
</div>
<!--IBF_END_FUNC|tmpl_latestposts-->

<!--IBF_START_FUNC|tmpl_topic_row|$tid, $title, $posts, $views, $mid, $mname, $date-->

<div class='row2' style='padding:3px'><strong><a href='{ibf.script_url}showtopic=$tid' style='text-decoration:none;font-size:10px'>$title</a></strong></div>
<div class='desc' style='padding:3px'>
 <a href='{ibf.script_url}showuser=$mid' style='text-decoration:none'>$mname</a> @ $date
 <br />{ibf.lang.recent_read}: $views &nbsp; {ibf.lang.recent_comments}: $posts
</div>
<!--IBF_END_FUNC|tmpl_topic_row-->

<!--IBF_START_FUNC|tmpl_recentarticles|$articles-->

<br />
<div class='tableborder'>
 <div class='maintitle'><{CAT_IMG}> {ibf.lang.recent_title}</div>
 $articles
</div>
<!--IBF_END_FUNC|tmpl_recentarticles-->

<!--IBF_START_FUNC|tmpl_comment_link|$tid-->

<a href="{ibf.script_url}showtopic=$tid&amp;view=getlastpost">{ibf.lang.article_comment}</a>
<!--IBF_END_FUNC|tmpl_comment_link-->

<!--IBF_START_FUNC|tmpl_readmore_link|$tid-->

...<a href="{ibf.script_url}showtopic=$tid">{ibf.lang.article_readmore}</a>
<!--IBF_END_FUNC|tmpl_readmore_link-->

<!--IBF_START_FUNC|tmpl_articles|$articles-->

$articles
<!--IBF_END_FUNC|tmpl_articles-->

<!--IBF_START_FUNC|tmpl_skin_select_top|-->

<select name="skinid" class="forminput" onchange="window.location='{ibf.vars.dynamiclite}&s={ibf.session_id}&setskin=1&skinid=' + this.value">
<!--IBF_END_FUNC|tmpl_skin_select_top-->

<!--IBF_START_FUNC|tmpl_skin_select_row|$sid, $name, $used-->

<option value="$sid" $used>$name</option>
<!--IBF_END_FUNC|tmpl_skin_select_row-->

<!--IBF_START_FUNC|tmpl_onlineusers|$breakdown, $split, $names-->

<br />
<div class='tableborder'>
 <div class='maintitle'> <{CAT_IMG}><a href="{ibf.script_url}act=Online">{ibf.lang.online_title}</a></div><div class='tablepad'><span class='desc'>$breakdown<br />$split<br />$names</span></div></div><!--IBF_END_FUNC|tmpl_onlineusers--><!--IBF_START_FUNC|tmpl_poll_header|$question,$tid--><br /><form action="{ibf.script_url}act=Poll&amp;t=$tid" method="post"><div class='tableborder'><div class='maintitle'><{CAT_IMG}><a href="{ibf.script_url}act=Online">{ibf.lang.poll_title}</a></div><div class='pformstrip'>$question</div><div class='tablepad'><!--IBF_END_FUNC|tmpl_poll_header--><!--IBF_START_FUNC|tmpl_changeskin|$select--><br /><form action="{ibf.vars.dynamiclite}&amp;s={ibf.session_id}&amp;setskin=1" method="post"><div class='tableborder'><div class='maintitle'><{CAT_IMG}> {ibf.lang.cskin_title}</div><div class='tablepad' align="center"><span class='desc'>{ibf.lang.cskin_text}</span><br />$select<br /><input type='submit' value='{ibf.lang.cskin_go}' /></div></div></form><!--IBF_END_FUNC|tmpl_changeskin--><!--IBF_START_FUNC|tmpl_welcomebox_guest|$top_string, $return--><form action="{ibf.script_url}act=Login&amp;CODE=01&amp;CookieDate=1&amp;return=$return" method="post"><div class='tableborder'><div class='maintitle'><{CAT_IMG}> {ibf.lang.wbox_welcome}, {ibf.lang.wbox_guest_name}</div><div class='tablepad'><span class='desc'>$top_string</span><br /><br />&middot;<strong><a href="{ibf.script_url}act=Search&amp;CODE=getactive" style='text-decoration:none'>{ibf.lang.wbox_getnewposts}</a></strong><br /><br /><span class='desc'>{ibf.lang.wbox_g_username}</span><br /><input type='text' class='textinput' size='15' onkeypress=FKeyPress(UserName); onkeydown=FKeyDown(UserName); name='UserName' /><br /><span class='desc'>{ibf.lang.wbox_g_password}</span><br /><input type='password' class='textinput' size='15' name='PassWord' /><br /><input type='submit' class='textinput' value='{ibf.lang.wbox_g_login}' /><p align="center"><a href="http://www.daregooshi.com/forums/index.php?showforum=21"><img border="0" src="http://www.daregooshi.com/ads/125_125_mihmanan.gif"></a></div></div></form><!--IBF_END_FUNC|tmpl_welcomebox_guest--><!--IBF_START_FUNC|tmpl_search|--><br /><form action='{ibf.script_url}act=Search&amp;CODE=01&amp;forums=all' method='post' name='search'><div class='tableborder'><div class='maintitle'><{CAT_IMG}> {ibf.lang.search_title}</div><div class='tablepad' align='center'><input type='text' name='keywords' onkeypress=FKeyPress(keywords); onkeydown=FKeyDown(keywords); value='' size='10' class='textinput' /><input type='submit' value='{ibf.lang.search_go}' /><br /><a href='{ibf.script_url}act=Search&amp;mode=adv'>{ibf.lang.search_advanced}</a></div></div></form><!--IBF_END_FUNC|tmpl_search--><!--IBF_START_FUNC|tmpl_sitenav|$links--><br /><div class='tableborder'><div class='maintitle'><{CAT_IMG}> {ibf.lang.links_title}</div><div class='tablepad'>$links</div></div><!--IBF_END_FUNC|tmpl_sitenav--><!--IBF_START_FUNC|tmpl_affiliates|$links--><br /><div class='tableborder'><div class='maintitle'><{CAT_IMG}> {ibf.lang.aff_title}</div><div align='center' class='tablepad'>$links</div></div><!--IBF_END_FUNC|tmpl_affiliates--><!--IBF_START_FUNC|tmpl_links_wrap|$link="", $name=""-->&middot;<a href='$link' style='text-decoration:none'>$name</a><br /><!--IBF_END_FUNC|tmpl_links_wrap--><!--IBF_START_FUNC|tmpl_welcomebox_member|$pm_string="",$last_visit="", $name="", $return=""--><div class='tableborder'><div class='maintitle'><{CAT_IMG}> {ibf.lang.wbox_welcome}, $name</div><div class='tablepad'><span class='desc'>$last_visit</span><br />&middot;<a href="{ibf.script_url}act=Search&amp;CODE=getnew" style='text-decoration:none'>{ibf.lang.wbox_getnewposts}</a><br />&middot;<a href="{ibf.script_url}act=UserCP" style='text-decoration:none'>{ibf.lang.wbox_mycontrols}</a><br />&middot;<a href="javascript:buddy_pop();" style='text-decoration:none'>{ibf.lang.wbox_myassistant}</a><br />&middot;<a href="{ibf.script_url}act=Login&amp;CODE=03&amp;return=$return" style='text-decoration:none'>{ibf.lang.wbox_logout}</a></div></div><br /><div class='tableborder'><div class='maintitle'><{CAT_IMG}><a href='{ibf.script_url}&act=Msg'>{ibf.lang.pm_title}</a></div><div class='tablepad'><span class='desc'>$pm_string</span></div></div><!--IBF_END_FUNC|tmpl_welcomebox_member--><!--IBF_START_FUNC|csite_css_inline|$css=""--><style type='text/css'>
{$css}
</style><!--IBF_END_FUNC|csite_css_inline--><!--IBF_START_FUNC|csite_sep_char|-->,<!--IBF_END_FUNC|csite_sep_char--><!--IBF_START_FUNC|csite_css_external|$css, $img--><style type='text/css' media="all">
@import url({ibf.vars.board_url}/css.php?d={$css}_{$img}.css);
</style><!--IBF_END_FUNC|csite_css_external--><!--IBF_START_FUNC|rules_link|$url="", $title=""-->&nbsp;&middot;<a href="$url">$title</a><!--IBF_END_FUNC|rules_link--><!--IBF_START_FUNC|show_chat_link_inline|-->&nbsp; &nbsp;&nbsp;<img src="{ibf.vars.img_url}/atb_chat.gif" border="0" alt="" />&nbsp;<a href='{ibf.script_url}act=chat'>{ibf.lang.live_chat}</a><!--IBF_END_FUNC|show_chat_link_inline--><!--IBF_START_FUNC|show_chat_link_popup|-->&nbsp; &nbsp;&nbsp;<img src="{ibf.vars.img_url}/atb_chat.gif" border="0" alt="" />&nbsp;<a href="javascript:chat_pop();">{ibf.lang.live_chat}</a><!--IBF_END_FUNC|show_chat_link_popup--><!--IBF_START_FUNC|csite_javascript|--><script type="text/javascript">
<!--
function buddy_pop() { window.open('{$ibforums->js_base_url}act=buddy','BrowserBuddy','width=200,height=500,resizable=yes,scrollbars=yes'); }
function chat_pop()  { window.open('{$ibforums->js_base_url}act=chat&pop=1','Chat','width={ibf.vars.chat_width},height={ibf.vars.chat_height},resizable=yes,scrollbars=yes'); }
//-->
</script><!--IBF_END_FUNC|csite_javascript--><!--IBF_GROUP_END:skin_csite--><!-- PLEASE LEAVE ALL 'IBF' COMMENTS IN PLACE, DO NOT REMOVE THEM! --><!--IBF_GROUP_START:skin_calendar--><!--IBF_START_FUNC|cal_events_wrap_recurring|$link, $text-->&middot;<a href='{ibf.script_url}act=calendar&amp;$link' title='{ibf.lang.tbt_recur}'>$text</a><br /><!--IBF_END_FUNC|cal_events_wrap_recurring--><!--IBF_START_FUNC|cal_events_end|--></div><!--IBF_END_FUNC|cal_events_end--><!--IBF_START_FUNC|cal_events_wrap_range|$link, $text, $ft="", $bg=""--><div style='background-color:$bg;color:$ft;padding:3px;border-top:3px outset $bg;border-bottom:3px outset $bg;'><a href='{ibf.script_url}act=calendar&amp;$link' style='color:$ft'>$text</a></div><!--IBF_END_FUNC|cal_events_wrap_range--><!--IBF_START_FUNC|cal_date_cell|$month_day, $events=""--><td style='height:100px' valign='top' class='row3'><div class='caldate'>$month_day</div>$events</td><!--IBF_END_FUNC|cal_date_cell--><!--IBF_START_FUNC|cal_date_cell_today|$month_day, $events=""--><td style='height:100px;border:2px;border-style:outset' valign='top' class='row1'><div class='caldate'>$month_day</div>$events</td><!--IBF_END_FUNC|cal_date_cell_today--><!--IBF_START_FUNC|cal_events_start|--><div style='padding:2px'><!--IBF_END_FUNC|cal_events_start--><!--IBF_START_FUNC|cal_events_wrap|$link, $text-->&middot;<strong><a href='{ibf.script_url}act=calendar&amp;$link'>$text</a></strong><br /><!--IBF_END_FUNC|cal_events_wrap--><!--IBF_START_FUNC|cal_main_content|$month, $year, $prev, $next--><form action='{ibf.script_url}act=calendar' method='post'><div align='right' id='calendarname'><span style='position:relative;top:3px'>$month $year</span><a href='{ibf.script_url}act=calendar&amp;code=newevent' title='{ibf.lang.post_new_event}'><{CAL_NEWEVENT}></a></div><br /><div class='tableborder'><div class='maintitle'><div align='center'>&lt;<a href='{ibf.script_url}act=calendar&amp;m={$prev['month_id']}&amp;y={$prev['year_id']}'>{$prev['month_name']} {$prev['year_id']}</a>&middot; {ibf.lang.table_title} &middot;<a href='{ibf.script_url}act=calendar&amp;m={$next['month_id']}&amp;y={$next['year_id']}'>{$next['month_name']} {$next['year_id']}</a>&gt;</div></div><table width="100%" border="0" cellspacing="1" cellpadding="0"><tr><!--IBF.DAYS_TITLE_ROW--><!--IBF.DAYS_CONTENT--></tr></table></div><br /><div class='tableborder'><div class='pformstrip'><div align='left' style='float:left;width:40%'><a href='{ibf.script_url}act=calendar&amp;code=newevent'>{ibf.lang.post_new_event}</a></div><div align='right'><strong>{ibf.lang.month_jump}</strong>&nbsp;<select name='m' class='forminput'><!--IBF.MONTH_BOX--></select>&nbsp;<select name='y' class='forminput'><!--IBF.YEAR_BOX--></select>&nbsp;&nbsp;<input type='submit' value='{ibf.lang.form_submit_show}' class='forminput' /></div>
  </div>
</div>
</form>
<!--IBF_END_FUNC|cal_main_content-->

<!--IBF_START_FUNC|cal_day_bit|$day-->

<td width='14%' class='pformstrip'>$day</td>
<!--IBF_END_FUNC|cal_day_bit-->

<!--IBF_START_FUNC|cal_new_row|-->

</tr>
	<!-- NEW ROW-->
	<tr>
<!--IBF_END_FUNC|cal_new_row-->

<!--IBF_START_FUNC|cal_blank_cell|-->

<td style='height:100px' class='darkrow1'><br /></td>
<!--IBF_END_FUNC|cal_blank_cell-->

<!--IBF_START_FUNC|cal_page_events_end|-->

<div align='center' class='pformstrip'>&lt;&lt; <a href='{ibf.script_url}act=calendar&amp;d={$ibforums->input['d']}&amp;m={$ibforums->input['m']}&amp;y={$ibforums->input['y']}'>{ibf.lang.back}</a></div>
</div>
<!--IBF_END_FUNC|cal_page_events_end-->

<!--IBF_START_FUNC|cal_birthday_start|-->

<div class='pformstrip'>{ibf.lang.cal_birthdays}</div>
  <div class='tablepad'>
   <ul>
<!--IBF_END_FUNC|cal_birthday_start-->

<!--IBF_START_FUNC|cal_birthday_entry|$uid, $uname, $age=""-->

<li><a href='{ibf.script_url}showuser=$uid'>$uname</a> ($age)</li>
<!--IBF_END_FUNC|cal_birthday_entry-->

<!--IBF_START_FUNC|cal_birthday_end|-->

</ul>
  </div>
<!--IBF_END_FUNC|cal_birthday_end-->

<!--IBF_START_FUNC|calendar_event_type|$pub_select="", $priv_select=""-->

<tr> 
          <td class="pformleft"><strong>{ibf.lang.calendar_event_type}</strong></td>
          <td class="pformright"><select name='e_type' class='forminput'><option value='public'$pub_select>{ibf.lang.calendar_type_public}</option><option value='private'$priv_select>{ibf.lang.calendar_type_private}</option></select></td>
        </tr>
<!--IBF_END_FUNC|calendar_event_type-->

<!--IBF_START_FUNC|calendar_admin_group_box|$groups-->

<tr> 
          <td class="pformleft">{ibf.lang.calendar_group_filter}</td>
          <td class="pformright"><select name='e_groups[]' class='forminput' size='5' multiple>
 $groups</select></td>
        </tr>
<!--IBF_END_FUNC|calendar_admin_group_box-->

<!--IBF_START_FUNC|cal_edit_del_button|$id-->

<div align='right'><a href='javascript:deleteEvent($id)'><{P_DELETE}></a>&nbsp;<a href='{ibf.script_url}act=calendar&amp;code=edit&amp;eventid=$id'><{P_EDIT}></a></div>
<!--IBF_END_FUNC|cal_edit_del_button-->

<!--IBF_START_FUNC|cal_show_event|$event, $member, $event_type, $edit_button="", $type, $date_ends=""-->

<div class='pformstrip'>{$event['title']} ($event_type)</div>
  <table width="100%" border="0" cellspacing="1" cellpadding="3">
  <tr>
   <td class='row4' width='1%' valign='middle' nowrap='nowrap'><span class='normalname'><a href='{ibf.script_url}showuser={$member['id']}'>{$member['name']}</a></span></td>
   <td class='row4' width='99%'><div align='left' style='float:left;width:auto;padding-top:4px;padding-bottom:4px;'><strong>{ibf.lang.event_date} {$event['mday']} {$event['month_text']} {$event['year']}</strong> $date_ends ($type)</div>$edit_button</td>
  </tr>
  <tr>
   <td valign='top' class='row1' nowrap='nowrap'>{$member['avatar']}<span class='postdetails'><br />{ibf.lang.group} {$member['g_title']}<br />{ibf.lang.posts} {$member['posts']}<br />{ibf.lang.joined} {$member['joined']}</span></td>
   <td valign='top' class='row1'><span class='postcolor'>{$event['event_text']}</span></td>
  </tr>
  </table>
<!--IBF_END_FUNC|cal_show_event-->

<!--IBF_START_FUNC|cal_page_events_start|-->

<script type='text/javascript'>
	function deleteEvent(id) {
		if (confirm('{ibf.lang.js_del_1}')) {
			 window.location.href = "{ibf.script_url}act=calendar&code=delete&e=" + id;
		 }
		 else {
			alert ('{ibf.lang.js_del_2}');
		} 
	}
   </script>
<div class='tableborder'>
  <div class='maintitle'>{ibf.lang.cal_title_events}</div>
<!--IBF_END_FUNC|cal_page_events_start-->

<!--IBF_START_FUNC|calendar_choose_date|$days, $months, $years, $end_days, $end_months, $end_years, $recur_days, $recur_unit, $div, $checked, $cols, $recend-->

<tr> 
          <td class="pformleft" valign='top'><strong>{ibf.lang.calendar_event_date}</strong></td>
          <td class="pformright">
          	<table cellpadding='3'>
          	<tr>
          	 <td><input type='radio' name='eventtype' id='single' onclick='selecttype();' class='radiobutton' value='single' {$checked['normal']}><strong><label for='single'>{ibf.lang.fv_single}</label></strong></td>
          	 <td><select name='e_day' class='forminput'>$days</select>&nbsp;&nbsp;<select name='e_month' class='forminput'>
             $months</select>&nbsp;&nbsp;<select name='e_year' class='forminput'>
             $years</select></td>
          	</tr>
          	<tr>
          	 <td><input type='radio' name='eventtype' id='range' onclick='selecttype();' class='radiobutton' value='range'{$checked['range']}><strong><label for='range'>{ibf.lang.fv_range}</label></strong></td>
          	 <td>
          	    <div id='rangeshow' style='display:{$div['range_on']}'>
          	      <table cellpadding='3'>
          	       <tr>
          	        <td><strong>{ibf.lang.fv_range_ends}</strong></td>
          	        <td><select name='end_day' class='forminput'>$end_days</select>&nbsp;&nbsp;<select name='end_month' class='forminput'>
                    $end_months</select>&nbsp;&nbsp;<select name='end_year' class='forminput'>
                    $end_years</select></td>
          	       </tr>
          	       <tr>
          	       	<td><strong>{ibf.lang.fv_bgcolor}</strong></td>
          	       	<td>{$cols['bg']} <input type='text' name='style' size='5' readonly='readonly' id='stylebg' style='border:2px inset black;' /></td>
          	       </tr>
          	       <tr>
          	       	<td><strong>{ibf.lang.fv_font}</strong></td>
          	       	<td>{$cols['ft']} <input type='text' name='style2' size='5' readonly='readonly' id='styleft' style='border:2px inset black;' /></td>
          	       </tr>
          	      </table>
          	    </div>
          	    <div id='rangehide' style='display:{$div['range_off']}'>{ibf.lang.fv_hidden}</div>
          	 </td>
          	</tr>
          	<tr>
          	 <td><input type='radio' name='eventtype' id='recur'  onclick='selecttype();' class='radiobutton' value='recur' {$checked['recur']}><strong><label for='recur'>{ibf.lang.fv_recur}</label></strong></td>
          	 <td>
          	     <div id='recurshow' style='display:{$div['recur_on']}'>
          	     	<strong>{ibf.lang.fv_recur_every}</strong> <select name='recur_unit' class='forminput'>
                    $recur_unit</select>
          	     	<strong>{ibf.lang.fv_until}</strong> <select name='recend_day' class='forminput'>
                    {$recend['d']}</select><select name='recend_month' class='forminput'>
                    {$recend['m']}</select>&nbsp;&nbsp;<select name='recend_year' class='forminput'>
                    {$recend['y']}</select>
          	     </div>
          	     <div id='recurhide' style='display:{$div['recur_off']}'>{ibf.lang.fv_hidden}</div>
          	 </td>
			</tr>
			</table>
          </td>
        </tr>
<!--IBF_END_FUNC|calendar_choose_date-->

<!--IBF_START_FUNC|calendar_start_form|-->

<form action='{ibf.script_url}act=calendar&amp;code=addnewevent' method='post' name='REPLIER' onSubmit='return ValidateForm()'>
<!--IBF_END_FUNC|calendar_start_form-->

<!--IBF_START_FUNC|calendar_start_edit_form|$eventid-->

<form action='{ibf.script_url}act=calendar&amp;code=doedit&amp;eventid=$eventid' method='post' name='REPLIER' onsubmit='return ValidateForm()'>
<!--IBF_END_FUNC|calendar_start_edit_form-->

<!--IBF_START_FUNC|calendar_event_title|$data=""-->

<tr> 
          <td class="pformleft"><strong>{ibf.lang.calendar_title}</strong></td>
          <td class="pformright"><input type='text' size='40' maxlength='40' onkeypress=FKeyPress(event_title); onkeydown=FKeyDown(event_title); name='event_title' class='forminput' value='$data' /></td>
        </tr>
<!--IBF_END_FUNC|calendar_event_title-->

<!--IBF_START_FUNC|calendar_delete_box|-->

<tr> 
          <td class="row1" width="100%" colspan='2' style='height:40px;border:1px solid black'><input type='checkbox' name='event_delete' value='1'>&nbsp;{ibf.lang.calendar_delete_box}</td>
        </tr>
<!--IBF_END_FUNC|calendar_delete_box-->

<!--IBF_START_FUNC|calendar_end_form|$data-->

<tr>
  <td class='pformstrip' align='center' style='text-align:center' colspan="2"><input type="submit" name="submit" value="$data" tabindex='4' class='forminput'></td>
</tr>
</table>
</form>
<br />
<br clear="all" />
<!--IBF_END_FUNC|calendar_end_form-->

<!--IBF_START_FUNC|table_top|$data-->

<script language='Javascript' type='text/javascript'>
	<!--
	function PopUp(url, name, width,height,center,resize,scroll,posleft,postop) {
		if (posleft != 0) { x = posleft }
		if (postop  != 0) { y = postop  }
	
		if (!scroll) { scroll = 1 }
		if (!resize) { resize = 1 }
	
		if ((parseInt (navigator.appVersion) >= 4 ) && (center)) {
		  X = (screen.width  - width ) / 2;
		  Y = (screen.height - height) / 2;
		}
		if (scroll != 0) { scroll = 1 }
	
		var Win = window.open( url, name, 'width='+width+',height='+height+',top='+Y+',left='+X+',resizable='+resize+',scrollbars='+scroll+',location=no,directories=no,status=no,menubar=no,toolbar=no');
	 }
	function changeDiv(id, method)
	{
		var itm = null;
		if (document.getElementById) {
			itm = document.getElementById(id);
		} else if (document.all)     {
			itm = document.all[id];
		} else if (document.layers)   {
			itm = document.layers[id];
		}
		
		if (itm.style)
		{
			if ( method == 'show' )
			{
				itm.style.display = "";
			}
			else
			{
				itm.style.display = "none";
			}
		}
		else
		{
			itm.visibility = "show";
		}
	}
	
	function selecttype()
	{
		
		if ( document.REPLIER.eventtype[1].checked == true )
		{
			// Ranged date...
			
			changeDiv( 'rangeshow', 'show' );
			changeDiv( 'rangehide', 'none' );
			changeDiv( 'recurshow', 'none' );
			changeDiv( 'recurhide', 'show' );
		}
		else if ( document.REPLIER.eventtype[2].checked == true )
		{
			// Repeating event
			
			changeDiv( 'rangeshow', 'none' );
			changeDiv( 'rangehide', 'show' );
			changeDiv( 'recurshow', 'show' );
			changeDiv( 'recurhide', 'none' );
		}
		else
		{
			changeDiv( 'rangeshow', 'none' );
			changeDiv( 'rangehide', 'show' );
			changeDiv( 'recurshow', 'none' );
			changeDiv( 'recurhide', 'show' );
		}
	}
	
	function changeColour(BOXid, val)
	{
		document.all.BOXid.style.backgroundColor = val;
	}
	//-->
</script>
<table class='tableborder' cellpadding="0" cellspacing="0" width="100%">
<tr>
 <td class='maintitle' colspan="2">&nbsp;&nbsp;$data</td>
</tr>
<!--IBF_END_FUNC|table_top-->


<!--IBF_GROUP_END:skin_calendar-->
<!-- PLEASE LEAVE ALL 'IBF' COMMENTS IN PLACE, DO NOT REMOVE THEM! -->
<!--IBF_GROUP_START:skin_buddy-->

<!--IBF_START_FUNC|closelink|-->

<div align="center">
 [ <a href="javascript:window.location=window.location;">{ibf.lang.refresh}</a> ] | [ <a href='javascript:self.close();'>{ibf.lang.close_win}</a> ]
</div>
<!--IBF_END_FUNC|closelink-->

<!--IBF_START_FUNC|login|-->

<form action="{ibf.script_url}act=Login&amp;CODE=01&amp;CookieDate=1&amp;buddy=1" method="post" name='theForm' onSubmit='return check_form();'>
<div class='tableborder'>
 <div class='maintitle'>{ibf.lang.page_title}</div>
 <div class='pformstrip'>{ibf.lang.log_in_needed}</div>
 <div class='tablepad'>
  {ibf.lang.no_guests}
  <br /><br />
  <center>
  <b>{ibf.lang.log_in}</b>
  <br /><br />
  {ibf.lang.lin_name}<br /><input type='text' name='UserName' class='forminput'>
  <br />
  {ibf.lang.lin_pass}<br /><input type='password' name='PassWord' class='forminput'>
  <br />
  <input type='submit' value='{ibf.lang.log_in}' class='forminput'>
  </center>
  <br /><br />
  {ibf.lang.reg_text}
  <br /><br />
  <center><a href='javascript:redirect_to("&amp;act=Reg", 1);'>{ibf.lang.reg_link}</a></center>
 </div>
</div>
<!--CLOSE.LINK-->
</form>
<!--IBF_END_FUNC|login-->

<!--IBF_START_FUNC|append_view|$url=""-->

( <b><a href='javascript:redirect_to("$url", 0)'>{ibf.lang.view_link}</a></b> )
<!--IBF_END_FUNC|append_view-->

<!--IBF_START_FUNC|main|$away_text=""-->

<div id="ucpcontent">
 <div class="titlemedium" align="center">{ibf.lang.page_title}&nbsp;&nbsp;&nbsp;[ <a href='javascript:shrink()' style='text-decoration:none'>-</a>&nbsp;&nbsp;<a href='javascript:expand()' style='text-decoration:none'>+</a> ]</div>
 <div class="pformstrip" align="center">{ibf.lang.while_away}</div>
 <p align='right'>{$away_text}</p>
 <div class="pformstrip" align="center">{ibf.lang.show_me}</div>
 <p align="right">
	·&nbsp;<a href='javascript:redirect_to("&amp;act=Stats&amp;CODE=leaders",0)'>{ibf.lang.sm_forum_leaders}</a>
	<br />·&nbsp;<a href='javascript:redirect_to("&amp;act=Search&amp;CODE=getactive",0)'>{ibf.lang.sm_todays_posts}</a>
	<br />·&nbsp;<a href='javascript:redirect_to("&amp;act=Stats",0)'>{ibf.lang.sm_today_posters}</a>
	<br />·&nbsp;<a href='javascript:redirect_to("&amp;act=Members&amp;max_results=10&amp;sort_key=posts&amp;sort_order=desc",0)'>{ibf.lang.sm_all_posters}</a>
	<br />·&nbsp;<a href='javascript:redirect_to("&amp;act=Search&amp;CODE=lastten",0)'>{ibf.lang.sm_my_last_posts}</a>
 </p>
 <div class="pformstrip" align="center">{ibf.lang.search_forums}</div>
 <div align="center">
 <p align="center">
<form action="{ibf.script_url}act=Search&amp;CODE=01&amp;forums=all&amp;cat_forum=forum&amp;joinname=1&amp;search_in=posts&amp;result_type=topics" method="post" name='theForm' onsubmit='return check_form();'>
  <input type='text' size='14' name='keywords' onkeypress=FKeyPress(keywords); onkeydown=FKeyDown(keywords); class='forminput' /><input type='submit' value='{ibf.lang.go}' /></form>
 </p>
 </div>
 
 <div class="pformstrip" align="center">{ibf.lang.search_help}</div>
 <div align="center">
 <p align="center">
 <form action="{ibf.script_url}act=Help&amp;CODE=02" method="post" name='theForm2' onsubmit='return check_form(1);'>
  <input type='text' size='14' onkeypress=FKeyPress(search_q); onkeydown=FKeyDown(search_q); name='search_q' class='forminput' /><input type='submit' value='{ibf.lang.go}' /></form>
 </p>
 </div>
</div>
<div align="center"><!--CLOSE.LINK--></div>
<!--IBF_END_FUNC|main-->

<!--IBF_START_FUNC|build_away_msg|-->

{ibf.lang.new_posts}
	<br />
	{ibf.lang.my_replies}
<!--IBF_END_FUNC|build_away_msg-->

<!--IBF_START_FUNC|buddy_js|-->

<script language='javascript' type="text/javascript">
<!--
 function redirect_to(where, closewin)
 {
 	opener.location= '{ibf.script_url}' + where;
 	
 	if (closewin == 1)
 	{
 		self.close();
 	}
 }
 
 function check_form(helpform)
 {
 	opener.name = "ibfmain";
 
 	if (helpform == 1) {
 		document.theForm2.target = 'ibfmain';
 	} else {
 		document.theForm.target = 'ibfmain';
 	}
 	
 	return true;
 }
 
 function shrink()
 {
 	window.resizeTo('200','75');
 }
 
 function expand()
 {
 	window.resizeTo('200','450');
 }
 
 
 //-->
    </script>
  </ul>
<!--IBF_END_FUNC|buddy_js-->


<!--IBF_GROUP_END:skin_buddy-->
 

tarooneh

Member
Salar گفت:
سلام
این کد برای کدوم قسمت از قالب هست؟

کد:
<!--TEMPLATE_SET|internal,internal,internal,internal-->

<!-- PLEASE LEAVE ALL 'IBF' COMMENTS IN PLACE, DO NOT REMOVE THEM! -->
<!--IBF_GROUP_START:skin_printpage-->

<!--IBF_START_FUNC|tcsearchmem_between|$data-->

<tr>
		<td class='pformleft'><a href='{ibf.script_url}act=Usergroups&amp;code=addmem&amp;name={$data['name']}&amp;ugid={$data['ugid']}'>{ibf.lang.add}</a></td>
		<td class='pformright'>{$data['name']}</td>
		</tr>
<!--IBF_END_FUNC|tcsearchmem_between-->

<!--IBF_START_FUNC|tcsearchmem_end|$data-->

<tr>
		<td colspan='2' class='pformstrip'>$data</td>
		</tr>
		</table>
	</div>
	<br />
<!--IBF_END_FUNC|tcsearchmem_end-->

<!--IBF_START_FUNC|smilie_table|-->

<table class='tablefill' cellpadding='4' align='center'>
<tr>
<td align="center" colspan="{ibf.vars.emo_per_row}"><b>{ibf.lang.click_smilie}</b></td>
</tr>
<!--THE SMILIES-->
<tr>
<td align="center" colspan="{ibf.vars.emo_per_row}"><b><a href='javascript:emo_pop()'>{ibf.lang.all_emoticons}</a></b></td>
</tr>
</table>
<!--IBF_END_FUNC|smilie_table-->

<!--IBF_START_FUNC|tcshow_start|-->

<div class="tableborder">
		<div class="maintitle">{ibf.lang.show_groups}</div>
		<table cellpadding='4' cellspacing='0' border='0' width='100%'>
		<tr>
		<td class='pformstrip'>{ibf.lang.name}</td>
		<td class='pformstrip'>{ibf.lang.details}</td>
		<td class='pformstrip'>{ibf.lang.state}</td>
		<td class='pformstrip'>{ibf.lang.state_to_users}</td>
		</tr>
<!--IBF_END_FUNC|tcshow_start-->

<!--IBF_START_FUNC|tcshow_between|$data-->

<tr>
		<td class='pformleft'>{$data['name']}</td>
		<td class='pformleft'><a href='{ibf.script_url}act=Usergroups&amp;code=det&amp;ugid={$data['ugid']}'>{ibf.lang.details}</a></td>
		<td class='pformleft'>{$data['open']}</td>
		<td class='pformright' width='10%'>{$data['state']}</td>
		</tr>
<!--IBF_END_FUNC|tcshow_between-->

<!--IBF_START_FUNC|tcshow_end|-->

</table>
	</div>
	<br />
<!--IBF_END_FUNC|tcshow_end-->

<!--IBF_START_FUNC|tcdetail|$data-->

<div class="tableborder">
		<div class="maintitle">{ibf.lang.show_group}</div>
		<table cellpadding='4' cellspacing='0' border='0' width='100%'>
		<tr>
		<td class='pformleft'>{ibf.lang.name}</td>
		<td class='pformright'>{$data['name']}</td>
		</tr>
		<tr>
		<td class='pformleft'>{ibf.lang.description}</td>
		<td class='pformright'>{$data['description']}</td>
		</tr>
		<tr>
		<td class='pformleft'>{ibf.lang.state}</td>
		<td class='pformright'>{$data['open']}</td>
		</tr>
		<tr>
		<td class='pformleft'>{ibf.lang.state_to_users}</td>
		<td class='pformright'>{$data['state']}</td>
		</tr>
		<!--IBF_UG_DET-->
		</table>
	</div>
	<br />
<!--IBF_END_FUNC|tcdetail-->

<!--IBF_START_FUNC|tcug_box|-->

<div class="tableborder">
		<div class="maintitle">{ibf.lang.about_groups}</div>
		<table cellpadding='4' cellspacing='0' border='0' width='100%'>
		<tr class ="row4">
		<td>{ibf.vars.tcug_box_det}</td>
		</tr>
		</table>
	</div>
	<br />
<!--IBF_END_FUNC|tcug_box-->

<!--IBF_START_FUNC|opponent2|$data-->

<table cellpadding='4' cellspacing='0' border='0' width='100%'>
<tr>
 <td class=pformleft><b>Opponent #2</b></td>
 <td class=pformright colspan='2'>
 <select name=oppt2>
 <option class=forminput value=''>Select An Opponent</option>
 
 $data
 </select></td>
 </tr>
<!--IBF_END_FUNC|opponent2-->

<!--IBF_START_FUNC|opponent3|$data-->

<table cellpadding='4' cellspacing='0' border='0' width='100%'>
<tr>
 <td class=pformleft><b>Opponent #3</b></td>
 <td class=pformright colspan='2'>
 <select name=oppt3>
 <option class=forminput value=''>Select An Opponent</option>
 
 $data
 </select></td>
 </tr>
<!--IBF_END_FUNC|opponent3-->

<!--IBF_START_FUNC|endresult2|-->

<tr>
<td class='pformleft' valign='top'><b>Game Description (optional)</b><br><br><!--SMILIE TABLE--><br>
			<input type='radio' name='bbmode' value='ezmode' onClick='setmode(this.value)'>&nbsp;<b>{ibf.lang.bbcode_guided}</b>
			<input type='radio' name='bbmode' value='normal' onClick='setmode(this.value)' checked>&nbsp;<b>{ibf.lang.bbcode_normal}</b>
<script type='text/javascript' src='html/ibfcode.js'></script>
<td class='pformright'><font size="1">
	   <input type='button' accesskey='b' value=' B '       onclick='simpletag("B")' class='codebuttons' name='B' style="font-weight:bold" onmouseover="hstat('bold')" />
	   <input type='button' accesskey='i' value=' I '       onclick='simpletag("I")' class='codebuttons' name='I' style="font-style:italic" onmouseover="hstat('italic')" />
	   <input type='button' accesskey='u' value=' U '       onclick='simpletag("U")' class='codebuttons' name='U' style="text-decoration:underline" onmouseover="hstat('under')" />
	   <select name='ffont' class='codebuttons' onchange="alterfont(this.options[this.selectedIndex].value, 'FONT')"  onmouseover="hstat('font')">
	   <option value='0'>{ibf.lang.ct_font}</option>
	   <option value='Arial' style='font-family:Arial'>{ibf.lang.ct_arial}</option>
	   <option value='Times' style='font-family:Times'>{ibf.lang.ct_times}</option>
	   <option value='Courier' style='font-family:Courier'>{ibf.lang.ct_courier}</option>
	   <option value='Impact' style='font-family:Impact'>{ibf.lang.ct_impact}</option>
	   <option value='Geneva' style='font-family:Geneva'>{ibf.lang.ct_geneva}</option>
	   <option value='Optima' style='font-family:Optima'>Optima</option>
	   </select><select name='fsize' class='codebuttons' onchange="alterfont(this.options[this.selectedIndex].value, 'SIZE')" onmouseover="hstat('size')">
	   <option value='0'>{ibf.lang.ct_size}</option>
	   <option value='1'>{ibf.lang.ct_sml}</option>
	   <option value='7'>{ibf.lang.ct_lrg}</option>
	   <option value='14'>{ibf.lang.ct_lest}</option>
	   </select><select name='fcolor' class='codebuttons' onchange="alterfont(this.options[this.selectedIndex].value, 'COLOR')" onmouseover="hstat('color')">
	   <option value='0'>{ibf.lang.ct_color}</option>
	   <option value='blue' style='color:blue'>{ibf.lang.ct_blue}</option>
	   <option value='red' style='color:red'>{ibf.lang.ct_red}</option>
	   <option value='purple' style='color:purple'>{ibf.lang.ct_purple}</option>
	   <option value='orange' style='color:orange'>{ibf.lang.ct_orange}</option>
	   <option value='yellow' style='color:yellow'>{ibf.lang.ct_yellow}</option>
	   <option value='gray' style='color:gray'>{ibf.lang.ct_grey}</option>
	   <option value='green' style='color:green'>{ibf.lang.ct_green}</option>
	   </select>
	   &nbsp; <a href='javascript:closeall();' onmouseover="hstat('close')">{ibf.lang.js_close_all_tags}</a>
	   <br />
	   <input type='button' accesskey='h' value=' http:// ' onclick='tag_url()'            class='codebuttons' name='url' onmouseover="hstat('url')" />
	   <input type='button' accesskey='g' value=' IMG '     onclick='tag_image()'          class='codebuttons' name='img' onmouseover="hstat('img')" />
	   <input type='button' accesskey='e' value='  @  '     onclick='tag_email()'          class='codebuttons' name='email' onmouseover="hstat('email')" />
	   <input type='button' accesskey='q' value=' QUOTE '   onclick='simpletag("QUOTE")'   class='codebuttons' name='QUOTE' onmouseover="hstat('quote')" />
	   <input type='button' accesskey='p' value=' CODE '    onclick='simpletag("CODE")'    class='codebuttons' name='CODE' onmouseover="hstat('code')" />
	   <input type='button' accesskey='l' value=' LIST '     onclick='tag_list()'          class='codebuttons' name="LIST" onmouseover="hstat('list')" />
	   <!--<input type='button' accesskey='l' value=' SQL '     onclick='simpletag("SQL")'     class='codebuttons' name='SQL'>
	   <input type='button' accesskey='t' value=' HTML '    onclick='simpletag("HTML")'    class='codebuttons' name='HTML'>-->
	   <br />
	   {ibf.lang.hb_open_tags}:&nbsp;<input type='text' name='tagcount' size='3' maxlength='3' style='font-size:10px;font-family:verdana,arial;border:0px;font-weight:bold;' readonly="readonly" class='row1' value="0" />
	   &nbsp;<input type='text' name='helpbox' size='50' maxlength='120' style='width:auto;font-size:10px;font-family:verdana,arial;border:0px' readonly="readonly" class='row1' value="{ibf.lang.hb_start}" />

        <br><textarea cols='60' rows='10' wrap='soft' name='Post' class='forminput'></textarea><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br></td>
        <td class='pformright' valign='top'><br><br><br>The Game Description area is optional. You are allowed to post smileys and BB code(forum code) using the buttoms provided. The more you describe your game here the more information other people have on how the game went.<br><br> This is <b>not</b> a place to brag and antagonise your opponents. Please keep all descriptions clean and sensible.
        <br><br>Remember the systems success is judged on the fairness of people who play within it.</td>
</tr>
<tr>
<td class=pformstrip colspan='3'><center><input type='submit' name='submit' value='Finish' class='forminput'></center></tr></table></div>
</form>
</table>
</div>
<!--IBF_END_FUNC|endresult2-->

<!--IBF_START_FUNC|tcsearchmem_start|-->

<div class="tableborder">
		<div class="maintitle">{ibf.lang.searchmem}</div>
		<!--IBF_UG_MS1_MOD-->
		<table cellpadding='4' cellspacing='0' border='0' width='100%'>
		<tr>
		<td class='pformstrip'>{ibf.lang.add}</td>
		<td class='pformstrip'>{ibf.lang.name}</td>
		</tr>
<!--IBF_END_FUNC|tcsearchmem_start-->

<!--IBF_START_FUNC|tcmember_start|$data, $title-->

<div class="tableborder">
		<div class="maintitle">{$data} {$title}</div>
		<!--IBF_UG_MS1_MOD-->
		<table cellpadding='4' cellspacing='0' border='0' width='100%'>
		<tr>
		<!--IBF_UG_MS2_MOD-->
		<td class='pformstrip'>{ibf.lang.name}</td>
		</tr>
<!--IBF_END_FUNC|tcmember_start-->

<!--IBF_START_FUNC|tcmember_between|$data-->

<tr>
		<!--IBF_UG_MB_MOD-->
		<td class='pformright'>{$data['name']}</td>
		</tr>
<!--IBF_END_FUNC|tcmember_between-->

<!--IBF_START_FUNC|tcmember_end|$data=""-->

<tr>
		<!--IBF_UG_ME1_MOD-->
		<td class='pformstrip'>{$data}</td>
		</table>
		<!--IBF_UG_ME2_MOD-->
	</div>
	<br />
<!--IBF_END_FUNC|tcmember_end-->

<!--IBF_START_FUNC|tcpage_top|-->

<script language='javascript' type='text/javascript'>
	<!--
	function Join_Unjoin(theUrl, theText)
	{
		var is_confirmed = confirm('{ibf.lang.sure}' + ' ' + theText);
		if (is_confirmed) {
			theUrl += '&is_js_confirmed=1';
		}
		window.location.href = theUrl;
	} // end of the 'confirmLink()' function
	//-->
</script>
<!--IBF_END_FUNC|tcpage_top-->

<!--IBF_START_FUNC|opponent1|$data-->

<table cellpadding='4' cellspacing='0' border='0' width='100%'>
<tr>
 <td class=pformleft><b>Opponent #1</b></td>
 <td class=pformright colspan='2'>
 <select name=oppt1>
 <option class=forminput value=''>Select An Opponent</option>
 
 $data
 </select></td>
 </tr>
<!--IBF_END_FUNC|opponent1-->

<!--IBF_START_FUNC|main_detail|$r, $clan2_n-->

<table cellpadding='4' cellspacing='0' border='0' width='100%'>
<tr>
 <td class=pformleft><b>Game Result</b></td>
 <td class=pformright>{$r['clanname']} defeats {$clan2_n}</td>
 </tr>
 <tr>
  <td class=pformleft><b>Map Played</b></td>
  <td class=pformright>{$ibforums->input["gmmap"]}</td>
 </tr>
<!--IBF_END_FUNC|main_detail-->

<!--IBF_START_FUNC|allie1|$data-->

<tr>
 <td class=pformleft><b>Allie #1</b></td>
 <td class=pformright colspan='2'>
 <select name=allie1>
 <option class=forminput value=''>Select An Allie</option>
 
 $data
 </select></td>
 </tr>
<!--IBF_END_FUNC|allie1-->

<!--IBF_START_FUNC|allie2|$data-->

<table cellpadding='4' cellspacing='0' border='0' width='100%'>
<tr>
 <td class=pformleft><b>Allie #2</b></td>
 <td class=pformright colspan='2'>
 <select name=allie2>
 <option class=forminput value=''>Select An Allie</option>
 
 $data
 </select></td>
 </tr>
<!--IBF_END_FUNC|allie2-->

<!--IBF_START_FUNC|show_start1|$r-->

<script language="javascript1.2" type="text/javascript">
<!--
var MessageMax  = "{ibf.lang.the_max_length}";
var Override    = "{ibf.lang.override}";
MessageMax      = parseInt(MessageMax);
if ( MessageMax < 0 )
{
	MessageMax = 0;
}
function emo_pop()
{
  window.open('index.{ibf.vars.php_ext}?act=legends&CODE=emoticons&s={ibf.session_id}','Legends','width=250,height=500,resizable=yes,scrollbars=yes');
}
function bbc_pop()
{
  window.open('index.{ibf.vars.php_ext}?act=legends&CODE=bbcode&s={ibf.session_id}','Legends','width=700,height=500,resizable=yes,scrollbars=yes');
}
function CheckLength() {
	MessageLength  = document.REPLIER.Post.value.length;
	message  = "";
		if (MessageMax > 0) {
			message = "{ibf.lang.js_post}: {ibf.lang.js_max_length} " + MessageMax + " {ibf.lang.js_characters}.";
		} else {
			message = "";
		}
		alert(message + "      {ibf.lang.js_used} " + MessageLength + " {ibf.lang.js_characters}.");
}
	function ValidateForm(isMsg) {
		MessageLength  = document.REPLIER.Post.value.length;
		errors = "";
		if (isMsg == 1)
		{
			if (document.REPLIER.msg_title.value.length < 2)
			{
				errors = "{ibf.lang.msg_no_title}";
			}
		}
		if (MessageLength < 2) {
			 errors = "{ibf.lang.js_no_message}";
		}
		if (MessageMax !=0) {
			if (MessageLength > MessageMax) {
				errors = "{ibf.lang.js_max_length} " + MessageMax + " {ibf.lang.js_characters}. {ibf.lang.js_current}: " + MessageLength;
			}
		}
		if (errors != "" && Override == "") {
			alert(errors);
			return false;
		} else {
			document.REPLIER.submit.disabled = true;
			return true;
		}
	}
	// IBC Code stuff
	var text_enter_url      = "{ibf.lang.jscode_text_enter_url}";
	var text_enter_url_name = "{ibf.lang.jscode_text_enter_url_name}";
	var text_enter_image    = "{ibf.lang.jscode_text_enter_image}";
	var text_enter_email    = "{ibf.lang.jscode_text_enter_email}";
	var text_enter_flash    = "{ibf.lang.jscode_text_enter_flash}";
	var text_code           = "{ibf.lang.jscode_text_code}";
	var text_quote          = "{ibf.lang.jscode_text_quote}";
	var error_no_url        = "{ibf.lang.jscode_error_no_url}";
	var error_no_title      = "{ibf.lang.jscode_error_no_title}";
	var error_no_email      = "{ibf.lang.jscode_error_no_email}";
	var error_no_width      = "{ibf.lang.jscode_error_no_width}";
	var error_no_height     = "{ibf.lang.jscode_error_no_height}";
	var prompt_start        = "{ibf.lang.js_text_to_format}";
	var help_bold           = "{ibf.lang.hb_bold}";
	var help_italic         = "{ibf.lang.hb_italic}";
	var help_under          = "{ibf.lang.hb_under}";
	var help_font           = "{ibf.lang.hb_font}";
	var help_size           = "{ibf.lang.hb_size}";
	var help_color          = "{ibf.lang.hb_color}";
	var help_close          = "{ibf.lang.hb_close}";
	var help_url            = "{ibf.lang.hb_url}";
	var help_img            = "{ibf.lang.hb_img}";
	var help_email          = "{ibf.lang.hb_email}";
	var help_quote          = "{ibf.lang.hb_quote}";
	var help_list           = "{ibf.lang.hb_list}";
	var help_code           = "{ibf.lang.hb_code}";
	var help_click_close    = "{ibf.lang.hb_click_close}";
	var list_prompt         = "{ibf.lang.js_tag_list}";

	//-->
</script>
<div class="tableborder">
		<div class="maintitle"></div>
		<table cellpadding='4' cellspacing='0' border='0' width='100%'>
		<tr>
<td class='pformlad1'><div align="center">
      <b><a href="{ibf.script_url}act=ladder">STANDINGS</a></b> </div></td>
<td class='pformlad1'><div align="center">
      <b><a href="{ibf.script_url}act=tcusergroups">CLAN
  CENTRAL</a></b> </div></td>
<td class='pformlad1'><div align="center">
      <b><a href="{ibf.script_url}act=ladder&code=show">REPORT
  A GAME</a></b> </div></td>
<td class='pformlad1'><div align="center">
      <b><a href="{ibf.script_url}act=ladder&code=stats">GAME
  STATS </a></b> </div></td>
				</tr>

		<tr>
<td class='pformlad1'><div align="center">Back to the Ladder Standings</div></td>
<td class='pformlad1'><div align="center">View details of all current TC Clans</div></td>
<td class='pformlad1'><div align="center">Here is where you report a ladder game</div></td>
<td class='pformlad1'><div align="center">
      <b><a href="{ibf.script_url}act=ladder">PLAYER
  STATS </a></b> </div></td>
				</tr>
</table></div>
<br>
<div class="tableborder">
<div class="maintitle"></div>


<table><form name='REPLIER' action='index.php?act=ladder&code=fin' method='post'>
<input type=hidden name=clan1 value={$r['clanname']}>
<input type=hidden name=clan2 value={$ibforums->input["clan2"]}>
<input type=hidden name=gamet value={$ibforums->input["gamet"]}>
<input type=hidden name=gmmap value={$ibforums->input["gmmap"]}>
<input type=hidden name=rworl value={$ibforums->input["rworl"]}>
<input type=hidden name=today value={$ibforums->input["today"]}>
<input type=hidden name=allie1 value={$ibforums->input["allie1"]}>
<input type=hidden name=allie2 value={$ibforums->input["allie2"]}>
<input type=hidden name=oppt1 value={$ibforums->input["oppt1"]}>
<input type=hidden name=oppt2 value={$ibforums->input["oppt2"]}>
<input type=hidden name=oppt3 value={$ibforums->input["oppt3"]}>
<!--IBF_END_FUNC|show_start1-->

<!--IBF_START_FUNC|function2|$data-->

<tr>
 <td class=pformleft><b>Opponents Clan</b><td class=pformright>
 <select name=clan2>
 <option class=forminput value=''>Select A Clan</option>
 
 $data
 </select>
<!--IBF_END_FUNC|function2-->

<!--IBF_START_FUNC|show_middle|-->

<tr>
<td class=pformleft><b>Game Type</b>
<td class=pformright><select name=gamet><option class=forminput value=''>Select A Game Type<option class=forminput value='1'>1 vs 1<option class=forminput value='2'>2 vs 2<option class=forminput value='3'>3 vs 3</select></td>

<tr>
<td class=pformleft><b>Map</b>
<td class=pformright><select name=gmmap><option class=forminput value=''>Select A Map
	 <option class=forminput value='Terrace'>Terrace
     <option class=forminput value='Forest Fires'>Forest Fires
     <option class=forminput value='Other'>Other
     </select></td>
<tr>
<td class=pformstrip colspan='2'><center><input type='submit' name='submit' value='Next'></center></form></table>
</form></table></div>
<!--IBF_END_FUNC|show_middle-->

<!--IBF_START_FUNC|function1|$data-->

<tr>
 <td class=pformleft><b>Your Clan</b><td class=pformright>
 <select name=clan1>
 <option class=forminput value=''>Select A Clan</option>
 
 $data
 </select>
<!--IBF_END_FUNC|function1-->

<!--IBF_START_FUNC|show_start|$r-->

<div class="tableborder">
		<div class="maintitle"></div>
		<table cellpadding='4' cellspacing='0' border='0' width='100%'>
		<tr>
<td class='pformlad1'><div align="center">
      <b><a href="{ibf.script_url}act=ladder">STANDINGS</a></b> </div></td>
<td class='pformlad1'><div align="center">
      <b><a href="{ibf.script_url}act=tcusergroups">CLAN
  CENTRAL</a></b> </div></td>
<td class='pformlad1'><div align="center">
      <b><a href="{ibf.script_url}act=ladder&code=show">REPORT
  A GAME</a></b> </div></td>
<td class='pformlad1'><div align="center">
      <b><a href="{ibf.script_url}act=ladder&code=stats">GAME
  STATS </a></b> </div></td>
				</tr>

		<tr>
<td class='pformlad1'><div align="center">Back to the Ladder Standings</div></td>
<td class='pformlad1'><div align="center">View details of all current TC Clans</div></td>
<td class='pformlad1'><div align="center">Here is where you report a ladder game</div></td>
<td class='pformlad1'><div align="center">
      <b><a href="{ibf.script_url}act=ladder&code=player">PLAYER
  STATS </a></b> </div></td>
				</tr>
</table></div>
<br>
<div class="tableborder">
		<div class="maintitle"></div>
		<table cellpadding='4' cellspacing='0' border='0' width='100%'>
<form action='index.php?act=ladder&code=det' method='POST' name='report'>
<tr>
<td class=pformleft><b>Your ID</b><td class=pformright>
{ibf.member.id}
</tr>
<tr>
<td class=pformleft><b>Your Name</b><td class=pformright>
{ibf.member.name}
</tr>
<tr>
<td class=pformleft><b>Status</b><td class=pformright>
<strong>WIN - ONLY REPORT THIS IF YOU HAVE GENUINLY WON.
IF YOUR UNSURE OPEN A TOPIC IN TC DISPUTES</strong>
</tr>
<tr>
 <td class=pformleft><b>Your Clan</b><td class=pformright>{$r['clanname']}
<!--IBF_END_FUNC|show_start-->

<!--IBF_START_FUNC|search_pstats1|$select-->

<div class="tableborder">
		<div class="maintitle"></div>
		<table cellpadding='4' cellspacing='0' border='0' width='100%'>
		<tr>
<td class='pformlad1'><div align="center">
      <b><a href="{ibf.script_url}act=ladder">STANDINGS</a></b> </div></td>
<td class='pformlad1'><div align="center">
      <b><a href="{ibf.script_url}act=tcusergroups">CLAN
  CENTRAL</a></b> </div></td>
<td class='pformlad1'><div align="center">
      <b><a href="{ibf.script_url}act=ladder&code=show">REPORT
  A GAME</a></b> </div></td>
<td class='pformlad1'><div align="center">
      <b><a href="{ibf.script_url}act=ladder&code=stats">GAME
  STATS </a></b> </div></td>
				</tr>

		<tr>
<td class='pformlad1'><div align="center">Back to the Ladder Standings</div></td>
<td class='pformlad1'><div align="center">View details of all current TC Clans</div></td>
<td class='pformlad1'><div align="center">Here is where you report a ladder game</div></td>
<td class='pformlad1'><div align="center">
      <b><a href="{ibf.script_url}act=ladder&code=player">PLAYER
  STATS </a></b> </div></td>
				</tr>
</table></div>
<br>
<div class="tableborder">
		<div class="maintitle"></div>
		<table cellpadding='4' cellspacing='0' border='0' width='100%'>
		<tr>
<td class='pformlad1'><div align="center">
      <b>CLAN NAME</b> </div></td>
<td class='pformlad1'><div align="center">
      <b>LEADER</b> </div></td>
<td class='pformlad1'><div align="center">
      <b>CLAN STATS</b> </div></td>
				</tr>
$select
</table></div>
<!--IBF_END_FUNC|search_pstats1-->

<!--IBF_START_FUNC|mcsearch|-->

<div class="tableborder">
		<div class="maintitle"></div>
		<table cellpadding='4' cellspacing='0' border='0' width='100%'>
		<tr>
<td class='pformlad1'><div align="center">
      <b><a href="{ibf.script_url}act=ladder">STANDINGS</a></b> </div></td>
<td class='pformlad1'><div align="center">
      <b><a href="{ibf.script_url}act=tcusergroups">CLAN
  CENTRAL</a></b> </div></td>
<td class='pformlad1'><div align="center">
      <b><a href="{ibf.script_url}act=ladder&code=show">REPORT
  A GAME</a></b> </div></td>
<td class='pformlad1'><div align="center">
      <b><a href="{ibf.script_url}act=ladder&code=stats">GAME
  STATS </a></b> </div></td>
				</tr>

		<tr>
<td class='pformlad1'><div align="center">Back to the Ladder Standings</div></td>
<td class='pformlad1'><div align="center">View details of all current TC Clans</div></td>
<td class='pformlad1'><div align="center">Here is where you report a ladder game</div></td>
<td class='pformlad1'><div align="center">
      <b><a href="{ibf.script_url}act=ladder&code=player">PLAYER
  STATS </a></b> </div></td>
				</tr>
</table></div>
<br>
<div class='tableborder'>
  <div class='maintitle'></div>
		<table cellpadding='4' cellspacing='0' border='0' width='100%'>
	<tr>
	  <td class='pformleft'><b>Search Clan Member</b></td>
	  <td class='pformright'><input type='text' size='40' name='cm' value='' class='forminput'></td>
	  	  <td width='40%' class='row1'><input type='submit' value='Submit' class='forminput' /></td>
</tr>
	 <td class=pformstrip colspan='4'></td>
	<tr>
	  <td colspan='4' align='center' class='row1'></td>
	 </tr>
  </table>
  <div class='pformstrip' align='center'></div>
</div>
<div class='tableborder'>
  <div class='maintitle'></div>
		<table cellpadding='4' cellspacing='0' border='0' width='100%'>
<tr>
	  <td class='pformleft'><b>Search Clan</b></td>
	  <td class='pformright'><input type='text' size='40' name='sc' value='' class='forminput'></td>
	  <td width='40%' class='row1'><input type='submit' value='Submit' class='forminput' /></td>
	 </tr>
	 <td class=pformstrip colspan='4'></td>
	<tr>
	  <td colspan='4' align='center' class='row1'></td>
	 </tr>
  </table>
  <div class='pformstrip' align='center'></div>
</div>
<!--IBF_END_FUNC|mcsearch-->

<!--IBF_START_FUNC|player_middle|-->

</table></div>
<!--IBF_END_FUNC|player_middle-->

<!--IBF_START_FUNC|player_end|-->


<!--IBF_END_FUNC|player_end-->

<!--IBF_START_FUNC|gssearch|-->


<!--IBF_END_FUNC|gssearch-->

<!--IBF_START_FUNC|search_pstats|$select-->

<div class="tableborder">
		<div class="maintitle"></div>
		<table cellpadding='4' cellspacing='0' border='0' width='100%'>
		<tr>
<td class='pformlad1'><div align="center">
      <b><a href="{ibf.script_url}act=ladder">STANDINGS</a></b> </div></td>
<td class='pformlad1'><div align="center">
      <b><a href="{ibf.script_url}act=tcusergroups">CLAN
  CENTRAL</a></b> </div></td>
<td class='pformlad1'><div align="center">
      <b><a href="{ibf.script_url}act=ladder&code=show">REPORT
  A GAME</a></b> </div></td>
<td class='pformlad1'><div align="center">
      <b><a href="{ibf.script_url}act=ladder&code=stats">GAME
  STATS </a></b> </div></td>
				</tr>

		<tr>
<td class='pformlad1'><div align="center">Back to the Ladder Standings</div></td>
<td class='pformlad1'><div align="center">View details of all current TC Clans</div></td>
<td class='pformlad1'><div align="center">Here is where you report a ladder game</div></td>
<td class='pformlad1'><div align="center">
      <b><a href="{ibf.script_url}act=ladder&code=player">PLAYER
  STATS </a></b> </div></td>
				</tr>
</table></div>
<br>
<div class="tableborder">
		<div class="maintitle"></div>
		<table cellpadding='4' cellspacing='0' border='0' width='100%'>
		<tr>
<td class='pformlad1'><div align="center">
      <b>NAME</b> </div></td>
<td class='pformlad1'><div align="center">
      <b>CLAN NAME</b> </div></td>
<td class='pformlad1'><div align="center">
      <b>MEMBER STATS</b> </div></td>
				</tr>
$select
</table></div>
<!--IBF_END_FUNC|search_pstats-->

<!--IBF_START_FUNC|stats_middle1|$row-->

<tr>
              <td class='pformleft'><div align="center"><a href='{ibf.script_url}showuser={$row['id']}'>{$row['name']}</a></div></td>
                <td class='pformlad5'>{$row['wins']}</td>
                <td class='pformlad5'>{$row['losses']}</td>
                <td class='pformleft'>{$row['totalgames']}</td>
                <td class='pformleft'>{$row['lastgame']}</td>
                <td class='pformleft'>{$row['tcpoints']}</td>
              </tr></td>
<!--IBF_END_FUNC|stats_middle1-->

<!--IBF_START_FUNC|stats_end1|$row-->

</table></div>
<!--IBF_END_FUNC|stats_end1-->

<!--IBF_START_FUNC|player_start|$w, $t, $tp-->

<div class="tableborder">
		<div class="maintitle"></div>
		<table cellpadding='4' cellspacing='0' border='0' width='100%'>
		<tr>
<td class='pformlad1'><div align="center">
      <b><a href="{ibf.script_url}act=ladder">STANDINGS</a></b> </div></td>
<td class='pformlad1'><div align="center">
      <b><a href="{ibf.script_url}act=tcusergroups">CLAN
  CENTRAL</a></b> </div></td>
<td class='pformlad1'><div align="center">
      <b><a href="{ibf.script_url}act=ladder&code=show">REPORT
  A GAME</a></b> </div></td>
<td class='pformlad1'><div align="center">
      <b><a href="{ibf.script_url}act=ladder&code=stats">GAME
  STATS </a></b> </div></td>
				</tr>

		<tr>
<td class='pformlad1'><div align="center">Back to the Ladder Standings</div></td>
<td class='pformlad1'><div align="center">View details of all current TC Clans</div></td>
<td class='pformlad1'><div align="center">Here is where you report a ladder game</div></td>
<td class='pformlad1'><div align="center">
      <b><a href="{ibf.script_url}act=ladder&code=player">PLAYER
  STATS </a></b> </div></td>
				</tr>
</table></div>
<br>
<div class="tableborder">
		<div class="maintitle"></div>
		<table cellpadding='4' cellspacing='0' border='0' width='100%'>
		<tr>
<td class='pformlad1'><div align="center">
      <b>TOP WARRIOR STATS</b> </div></td>
<td class='pformlad1'><div align="center">
      <b>CLAN
  CENTRAL</b> </div></td>

<td class='pformlad1'><div align="center">
      <b>PLAYER + CLAN SEARCH </b> </div></td>
				</tr>
<tr>
<td class='pformleft'><div align="left">
		Most Active Member: <a href='{ibf.script_url}showuser={$t['id']}'><b>{$t['name']}</b></a> - {$t['totalgames']} games<br>
		Top Player: <a href='{ibf.script_url}showuser={$tp['id']}'><b>{$tp['name']}</b></a> - {$tp['tcpoints']} points<br>
		Total Players: $w <br>
<br>
    </div></td>
<td class='pformlad4'><div align="center">Welcome to Warrior Central {ibf.member.name}. Below you will find the top 25 players in the Ladder. You can also find certain statistics on the left side panel and a search player function on the right control panel.</div></td>

<td class='pformlad3'><div align="center">
      <b><a href="{ibf.script_url}act=ladder&code=player&code=search_pstats">SEARCH </a></b> <br><br>Area to Search Player/ Clan's Names and Rankings.</div></td>
				</tr>
</table></div>
<br>
		<div class="tableborder">
		<div class="maintitle">Warrior Rankings (top 25 out of $w)</div>
		<table cellpadding='4' cellspacing='0' border='0' width='100%'>
<tr>
		<td class='pformlad2'>RANK</td>
		<td class='pformlad1'>NAME</td>
		<td class='pformlad2'>WINS</td>
		<td class='pformlad2'><div align="center">LOSSES</div></td>
		<td class='pformlad2'><div align="center">TOTAL GAMES</div></td>
		<td class='pformlad2'><div align="center">LAST GAME</div></td>
		<td class='pformlad2'><div align="center">POINTS</div></td>
		</tr>
<!--IBF_END_FUNC|player_start-->

<!--IBF_START_FUNC|warrior3|$row-->

<tr>
              <td class='pformlad3'>{$row['rank']}&nbsp;<img src="{ibf.vars.img_url}/bronze.gif">&nbsp;&nbsp;<img src="{ibf.vars.img_url}/blue1g.gif"></td>
                <td class='pformlad3'><a href='{ibf.script_url}showuser={$row['id']}'><b>{$row['name']}</b></a> [{$row['clanname']}]</td>
                <td class='pformlad3'>{$row['wins']}</td>
								                <td class='pformlad3'>{$row['losses']}</td>
								                <td class='pformlad3'>{$row['totalgames']}</td>
								                <td class='pformlad3'>{$row['lastgame']}</td>
								                <td class='pformlad3'>{$row['tcpoints']}</td>
              </tr></td>
<tr>
              <td class='pformlad1' colspan='7' height = '15'></td>
                </tr>
<!--IBF_END_FUNC|warrior3-->

<!--IBF_START_FUNC|stats_start1|$w-->

<div class="tableborder">
		<div class="maintitle">Warrior Rankings (top 25 out of $w)</div>
		<table cellpadding='4' cellspacing='0' border='0' width='100%'>
<tr>
		<td class='pformlad2'>RANK</td>
		<td class='pformlad1'>NAME</td>
		<td class='pformlad2'>WINS</td>
		<td class='pformlad2'><div align="center">LOSSES</div></td>
		<td class='pformlad2'><div align="center">TOTAL GAMES</div></td>
		<td class='pformlad2'><div align="center">LAST GAME</div></td>
		<td class='pformlad2'><div align="center">POINTS</div></td>
		</tr>
<!--IBF_END_FUNC|stats_start1-->

<!--IBF_START_FUNC|warrior1|$row-->

<tr>
              <td class='pformlad3'>{$row['rank']}&nbsp;<img src="{ibf.vars.img_url}/gold.gif">&nbsp;&nbsp;<img src="{ibf.vars.img_url}/blue5g.gif"></td>
                   <td class='pformlad3'><a href='{ibf.script_url}showuser={$row['id']}'><b>{$row['name']}</b></a> [{$row['clanname']}]</td>
                   <td class='pformlad3'>{$row['wins']}</td>
												                <td class='pformlad3'>{$row['losses']}</td>
												                <td class='pformlad3'>{$row['totalgames']}</td>
												                <td class='pformlad3'>{$row['lastgame']}</td>
												                <td class='pformlad3'>{$row['tcpoints']}</td>
              </tr></td>
<tr>
              <td class='pformlad1' colspan='7' height = '15'></td>
                </tr>
<!--IBF_END_FUNC|warrior1-->

<!--IBF_START_FUNC|warrior4|$row-->

<tr>
              <td class='pformlad5'>{$row['rank']}&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src="{ibf.vars.img_url}/blue3g.gif"></td>
                 <td class='pformlad5'><a href='{ibf.script_url}showuser={$row['id']}'><b>{$row['name']}</b></a> [{$row['clanname']}]</td>
                 <td class='pformlad5'>{$row['wins']}</td>
								                <td class='pformlad5'>{$row['losses']}</td>
								                <td class='pformlad5'>{$row['totalgames']}</td>
								                <td class='pformlad5'>{$row['lastgame']}</td>
								                <td class='pformlad5'>{$row['tcpoints']}</td>
              </tr></td>
<!--IBF_END_FUNC|warrior4-->

<!--IBF_START_FUNC|warrior|$row-->

<tr>
              <td class='pformlad5'>{$row['rank']}&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src="{ibf.vars.img_url}/blue3g.gif"></td>
                 <td class='pformlad5'><a href='{ibf.script_url}showuser={$row['id']}'><b>{$row['name']}</b></a> [{$row['clanname']}]</td>
                 <td class='pformlad5'>{$row['wins']}</td>
								                <td class='pformlad5'>{$row['losses']}</td>
								                <td class='pformlad5'>{$row['totalgames']}</td>
								                <td class='pformlad5'>{$row['lastgame']}</td>
								                <td class='pformlad5'>{$row['tcpoints']}</td>
              </tr></td>
<!--IBF_END_FUNC|warrior-->

<!--IBF_START_FUNC|warrior2|$row-->

<tr>
              <td class='pformlad3'>{$row['rank']}&nbsp;<img src="{ibf.vars.img_url}/silver.gif">&nbsp;&nbsp;<img src="{ibf.vars.img_url}/blue1g.gif"></td>
                 <td class='pformlad3'><a href='{ibf.script_url}showuser={$row['id']}'><b>{$row['name']}</b></a> [{$row['clanname']}]</td>
                 <td class='pformlad3'>{$row['wins']}</td>
								                <td class='pformlad3'>{$row['losses']}</td>
								                <td class='pformlad3'>{$row['totalgames']}</td>
								                <td class='pformlad3'>{$row['lastgame']}</td>
								                <td class='pformlad3'>{$row['tcpoints']}</td>
              </tr></td>
<!--IBF_END_FUNC|warrior2-->

<!--IBF_START_FUNC|pp_postentry|$poster, $entry-->

<table width='90%' align='center' cellpadding='6' border='1'>
	<tr>
	 <td bgcolor='#EEEEEE'><font face='arial' size='2' color='#000000'><b>{ibf.lang.by}: {$entry['author_name']}</b> {ibf.lang.on} {$entry['post_date']}</b></font></td>
	</tr>
	<tr>
	 <td><font face='arial' size='3' color='#000000'>{$entry['post']}</font></td>
	</tr>
	</table>
	<br />
<!--IBF_END_FUNC|pp_postentry-->

<!--IBF_START_FUNC|pp_end|-->

<center><font face='arial' size='1' color='#000000'>Powered by Invision Power Board (http://www.invisionboard.com)<br />&copy; Invision Power Services (http://www.invisionpower.com)</font></center>
<!--IBF_END_FUNC|pp_end-->

<!--IBF_START_FUNC|pp_header|$forum_name, $topic_title, $topic_starter,$fid, $tid-->

<html>
    <head>
      <title>{ibf.vars.board_name} [Powered by Invision Power Board]</title>
    </head>
    <body bgcolor='#FFFFFF' alink='#000000' vlink='#000000' link='#000000'>
     <table width='90%' border='0' align='center' cellpadding='6'>
      <tr>
       <td><b><font face='arial' size='5' color='#4C77B6'><b>{ibf.lang.title}</font></b>
       	   <br /><font face='arial' size='2' color='#000000'><b><a href='{ibf.script_url}act=ST&amp;f=$fid&amp;t=$tid'>{ibf.lang.topic_here}</a></b></font>
       </td>
      </tr>
      <tr>
       <td><font face='arial' size='2' color='#000000'><b>{ibf.vars.board_name} &gt; $forum_name &gt; <font color='red'>$topic_title</font></b></font></td>
      </tr>
     </table>
     <br />
     <br />
<!--IBF_END_FUNC|pp_header-->

<!--IBF_START_FUNC|choose_form|$fid, $tid, $title-->

<div class='tableborder'>
 <div class='maintitle'><{CAT_IMG}>&nbsp;{ibf.lang.tvo_title}&nbsp;$title</div>
 <div class='tablepad'>
  <b><a href='{ibf.script_url}act=Print&amp;client=printer&amp;f=$fid&amp;t=$tid'>{ibf.lang.o_print_title}</a></b>
  <br />
  {ibf.lang.o_print_desc}
  <br /><br />
  <b><a href='{ibf.script_url}act=Print&amp;client=html&amp;f=$fid&amp;t=$tid'>{ibf.lang.o_html_title}</a></b>
  <br />
  {ibf.lang.o_html_desc}
  <br /><br />
  <b><a href='{ibf.script_url}act=Print&amp;client=wordr&amp;f=$fid&amp;t=$tid'>{ibf.lang.o_word_title}</a></b>
  <br />
  {ibf.lang.o_word_desc}
 </div>
 <div align='center' class='pformstrip'>&lt;&lt;<a href='{ibf.script_url}showtopic=$tid'>{ibf.lang.back_topic}</a></div>
</div>
<br />
<!--IBF_END_FUNC|choose_form-->

<!--IBF_START_FUNC|stats_end|-->

</table></div><br>
<!--IBF_END_FUNC|stats_end-->

<!--IBF_START_FUNC|stats_middle|$data-->

<tr>
              <td class='pformlad1'><div align="center">Game #{$data['id']}:</div></td>
                <td class='pformleftw'>{$data['clan1_n']} ({$data['clan1points']} pts) defeats {$data['clan2_n']} ({$data['clan2points']} pts) </td>
				<td class='pformright'>[<a href='{ibf.script_url}act=tcusergroups&code=tcmatch&id={$data['id']}'>Details</a>]</td>
              </tr>
<!--IBF_END_FUNC|stats_middle-->

<!--IBF_START_FUNC|stats_data|$r-->


<!--IBF_END_FUNC|stats_data-->

<!--IBF_START_FUNC|stats_start|$m, $tg, $a, $b, $c-->

<div class="tableborder">
		<div class="maintitle"></div>
		<table cellpadding='4' cellspacing='0' border='0' width='100%'>
		<tr>
<td class='pformlad1'><div align="center">
      <b><a href="{ibf.script_url}act=ladder">STANDINGS</a></b> </div></td>
<td class='pformlad1'><div align="center">
      <b><a href="{ibf.script_url}act=tcusergroups">CLAN
  CENTRAL</a></b> </div></td>
<td class='pformlad1'><div align="center">
      <b><a href="{ibf.script_url}act=ladder&code=show">REPORT
  A GAME</a></b> </div></td>
<td class='pformlad1'><div align="center">
      <b><a href="{ibf.script_url}act=ladder&code=stats">GAME
  STATS </a></b> </div></td>
				</tr>

		<tr>
<td class='pformlad1'><div align="center">Back to the Ladder Standings</div></td>
<td class='pformlad1'><div align="center">View details of all current TC Clans</div></td>
<td class='pformlad1'><div align="center">Here is where you report a ladder game</div></td>
<td class='pformlad1'><div align="center">
      <b><a href="{ibf.script_url}act=ladder&code=player">PLAYER
  STATS </a></b> </div></td>
				</tr>
</table></div>
<br>
<div class="tableborder">
		<div class="maintitle"></div>
		<table cellpadding='4' cellspacing='0' border='0' width='100%'>
		<tr>
<td class='pformleft'><div align="center">
      <b>GAME STATS</b> </div></td>
<td class='pformright'><div align="center">
      <b>GAME
  CENTRAL</b> </div></td>


				</tr>
<tr>
<td class='pformleft'><div align="left">
		Total Games Played: $tg Games Played<br>
		Total 1v1 Games: $a<br>
		Total 2v2 Games: $b<br>
		Total 3v3 Games: $c<br>
    </div></td>
<td class='pformright'><div align="center">Welcome to Game Central {ibf.member.name}. Below you will find the last 25 games in the Ladder. You can also find certain statistics on the left side panel such as top 1v1, 2v2 and 3v3 games.</div></td>

				</tr>
</table></div>
<br>
<div class="tableborder">
		<div class="maintitle">Last 25 Games</div>
		<table cellpadding='4' cellspacing='0' border='0' width='100%'>
<!--IBF_END_FUNC|stats_start-->

<!--IBF_START_FUNC|tc3|$data-->

<tr>
              <td class='pformlad3'>{$data['rank']}&nbsp;<img src="{ibf.vars.img_url}/bronze.gif">&nbsp;&nbsp;<img src="{ibf.vars.img_url}/blue1g.gif"></td>
                <td class='pformlad3'><a href='{ibf.script_url}act=tcusergroups&amp;code=det&amp;tcugid={$data['tcugid']}'><b>{$data['name']}</b></a></td>
                 <td class='pformlad3'><div align="center">{$data['totalgames']}</div></td>
                <td class='pformlad3'><div align="center">{$data['wins']} wins / {$data['loss']} losses</div></td>
                <td class='pformlad3'><div align="center">{$data['points']}</div></td>
                <td class='pformlad3'><div align="center">{$data['streak']}</div></td>
              </tr>
<tr>
              <td class='pformlad1' colspan='7' height = '15'></td>
                </tr>
<!--IBF_END_FUNC|tc3-->

<!--IBF_START_FUNC|tc4|$data-->

<tr>
              <td class='pformlad5'>{$data['rank']}&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src="{ibf.vars.img_url}/blue3g.gif"></td>
                <td class='pformlad5'><a href='{ibf.script_url}act=tcusergroups&amp;code=det&amp;tcugid={$data['tcugid']}'><b>{$data['name']}</b></a></td>
                 <td class='pformlad5'><div align="center">{$data['totalgames']}</div></td>
                <td class='pformlad5'><div align="center">{$data['wins']} wins / {$data['loss']} losses</div></td>
                <td class='pformlad5'><div align="center">{$data['points']}</div></td>
                <td class='pformlad5'><div align="center">{$data['streak']}</div></td>
              </tr>
<!--IBF_END_FUNC|tc4-->

<!--IBF_START_FUNC|top_member|$row-->

- <a href='{ibf.script_url}showuser={$row['id']}'>{$row['name']}</a> [{$row['clanname']}] with {$row['tcpoints']} pts.<br>
<!--IBF_END_FUNC|top_member-->

<!--IBF_START_FUNC|top_member_middle|-->

</td>

				<td class='pformright'><div align="left">
<!--IBF_END_FUNC|top_member_middle-->

<!--IBF_START_FUNC|tc_stats|$row-->

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>Game #{$row['id']}</b>: {$row['clan1_n']} ({$row['clan1points']} pts) defeats {$row['clan2_n']} ({$row['clan2points']} pts) [<a href='{ibf.script_url}act=tcusergroups&code=tcmatch&id={$row['id']}'>Details</a>]<br>
<!--IBF_END_FUNC|tc_stats-->

<!--IBF_START_FUNC|tc_middle|-->

</div></td>
		</tr>
</table></div>
<div class="tableborder">
		<div class="maintitle"></div>
		<table cellpadding='4' cellspacing='0' border='0' width='100%'>
		<tr>
		<td class='pformlad2'>RANK</td>
		<td class='pformlad2'>CLAN NAME</td>
		<td class='pformlad2'><div align="center">GAMES</div></td>
		<td class='pformlad1'><div align="center">STATS</div></td>
		<td class='pformlad2'><div align="center">POINTS</div></td>
		<td class='pformlad2'><div align="center">STREAK</div></td>
		</tr>
<div class="maintitle"></div>
<tr>
              <td class='pformlad1' colspan='7' height = '15'></td>
                </tr>
<!--IBF_END_FUNC|tc_middle-->

<!--IBF_START_FUNC|tc1|$data-->

<tr>
              <td class='pformlad3'>{$data['rank']}&nbsp;<img src="{ibf.vars.img_url}/gold.gif">&nbsp;&nbsp;<img src="{ibf.vars.img_url}/blue5g.gif"></td>
                <td class='pformlad3'><a href='{ibf.script_url}act=tcusergroups&amp;code=det&amp;tcugid={$data['tcugid']}'><b>{$data['name']}</b></a></td>
                 <td class='pformlad3'><div align="center">{$data['totalgames']}</div></td>
                <td class='pformlad3'><div align="center">{$data['wins']} wins / {$data['loss']} losses</div></td>
                <td class='pformlad3'><div align="center">{$data['points']}</div></td>
                <td class='pformlad3'><div align="center">{$data['streak']}</div></td>

              </tr>
<tr>
              <td class='pformlad1' colspan='7' height = '15'></td>
                </tr>
<!--IBF_END_FUNC|tc1-->

<!--IBF_START_FUNC|tc|$data-->

<tr>
              <td class='pformlad5'>{$data['rank']}&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src="{ibf.vars.img_url}/blue3g.gif"></td>
                <td class='pformlad5'><a href='{ibf.script_url}act=tcusergroups&amp;code=det&amp;tcugid={$data['tcugid']}'><b>{$data['name']}</b></a></td>
                 <td class='pformlad5'><div align="center">{$data['totalgames']}</div></td>
                <td class='pformlad5'><div align="center">{$data['wins']} wins / {$data['loss']} losses</div></td>
                <td class='pformlad5'><div align="center">{$data['points']}</div></td>
                <td class='pformlad5'><div align="center">{$data['streak']}</div></td>
              </tr>
<!--IBF_END_FUNC|tc-->

<!--IBF_START_FUNC|tc2|$data-->

<tr>
              <td class='pformlad3'>{$data['rank']}&nbsp;<img src="{ibf.vars.img_url}/silver.gif">&nbsp;&nbsp;<img src="{ibf.vars.img_url}/blue1g.gif"></td>
                <td class='pformlad3'><a href='{ibf.script_url}act=tcusergroups&amp;code=det&amp;tcugid={$data['tcugid']}'><b>{$data['name']}</b></a></td>
                 <td class='pformlad3'><div align="center">{$data['totalgames']}</div></td>
                <td class='pformlad3'><div align="center">{$data['wins']} wins / {$data['loss']} losses</div></td>
                <td class='pformlad3'><div align="center">{$data['points']}</div></td>
                <td class='pformlad3'><div align="center">{$data['streak']}</div></td>
              </tr>
<!--IBF_END_FUNC|tc2-->

<!--IBF_START_FUNC|password|$row-->

<div class="tableborder">
<div class="maintitle">Changing Clan Password</div>
<table cellpadding='4' cellspacing='0' border='0' width='100%'>
<form action='index.php?act=clans&code=dopw&tcugid={$ibforums->input['tcugid']}' method='POST' name='report'>
<tr>
<td class='pformleft' valign='top'>Old Password</td>
<td class='pformright'><input type='text' size='40' maxlength='1200' name='current_pass'  class='forminput' /></td>
</tr>
<tr>
<td class=pformleft><b>New Password</b>
<td class=pformright><input type='text' size='40' maxlength='1200' name='password_new1'  class='forminput' /></td>
</tr>
<tr>
<td class=pformleft><b>Retype New Password</b>
<td class=pformright><input type='text' size='40' maxlength='1200' name='password_new2'  class='forminput' /></td>
</tr>
<tr>
<td class=pformstrip colspan='2'><center><input type='submit' name='submit' value='Finish'></center></tr></table></div>
</form>
</table></div>
<!--IBF_END_FUNC|password-->

<!--IBF_START_FUNC|clan_del|$row-->

<div class="tableborder">
<div class="maintitle"><b>Clan Deletion</b></div>
<table cellpadding='4' cellspacing='0' border='0' width='100%'>
<form action='index.php?act=clans&code=dodel&tcugid={$ibforums->input['tcugid']}' method='POST' name='report'>
<tr>
<td class='pformleft' valign='top'>Deletion of Clan {$row['name']}</td>
<td class='pformright'><b>The changes you make here are none reversible</b>. You clan members will automatically be kicked from the clan and we cannot do anything if you delete by mistake.</td>
</tr>
<tr>
<td class=pformstrip colspan='2'><center><input type='submit' name='submit' value='Finish'></center></tr></table></div>
</form>
</table></div>
<!--IBF_END_FUNC|clan_del-->

<!--IBF_START_FUNC|tc_start|$valida, $tgames, $w-->

<div class="tableborder">
		<div class="maintitle"></div>
		<table cellpadding='4' cellspacing='0' border='0' width='100%'>
		<tr>
<td class='pformlad1'><div align="center">
      <b><!--CLAN--></b> </div></td>
<td class='pformlad1'><div align="center">
      <b><a href="{ibf.script_url}act=tcusergroups">CLAN
  CENTRAL</a></b> </div></td>
<td class='pformlad1'><div align="center">
      <b><a href="{ibf.script_url}act=ladder&code=show">REPORT
  A GAME</a></b> </div></td>
<td class='pformlad1'><div align="center">
      <b><a href="{ibf.script_url}act=ladder&code=stats">GAME
  STATS </a></b> </div></td>
				</tr>

		<tr>
<td class='pformlad1'><div align="center"><!--JOIN--></div></td>
<td class='pformlad1'><div align="center">View details of all current TC Clans</div></td>
<td class='pformlad1'><div align="center">Here is where you report a ladder game</div></td>
<td class='pformlad1'><div align="center">
      <b><a href="{ibf.script_url}act=ladder&code=player">PLAYER
  STATS </a></b> </div></td>
				</tr>
</table></div>
<br>
<div class="tableborder">
		<div class="maintitle"></div>
		<table cellpadding='4' cellspacing='0' border='0' width='100%'>
		<tr>
								<td class='pformlad2'>LADDER STATS</td>
								<td class='pformlad2'><div align="left">TOP PLAYERS</div></td>
								<td class='pformlad2'><div align="center">LAST GAMES</div></td>
				</tr>
				<tr>
								<td class='pformleft'>- Total Games Played:<b>$valida</b><br>- Games Played Today:<b>$tgames</b><br>- Total Players:<b>$w</b></td>
								<td class='pformleft'>
<!--IBF_END_FUNC|tc_start-->

<!--IBF_START_FUNC|edit_start|$row-->

<div class="tableborder">
<div class="maintitle">Editing a Clan</div>
<table cellpadding='4' cellspacing='0' border='0' width='100%'>
<form action='index.php?act=clans&code=doedit&tcugid={$ibforums->input['tcugid']}' method='POST' name='report'>
<tr>
<td class='pformleft'><b>Clan Leader</b></td>
<td class='pformright'>{$row['mod_name']}</td>
</tr>
<tr>
<td class='pformleft'><b>Clan Name</b></td>
<td class='pformright'><input type='text' size='40' maxlength='1200' name='cname' value="{$row['name']}" class='forminput' /></td>
</tr>
<tr>
<td class='pformleft' valign='top'><b>Clan Description.</b> <br>You can enter a Clan Flag or Clan Image here by adding the url in an image tag.</td>
<td class='pformright'><textarea cols='60' rows='10' wrap='soft' name='cdesc' class='forminput'>{$row['description']}</textarea></td>
</tr>
<tr>
<td class=pformleft><b>Clan Status</b>
<td class=pformright><select name=state><option class=forminput value="{$row['state']}">{$row['state']}<option class=forminput value='open'>Open<option class=forminput value='closed'>Closed</select></td>
</tr>
<tr>
<td class=pformstrip colspan='2'><center><input type='submit' name='submit' value='Finish'></center></tr></table></div>
</form>
</table></div>
<!--IBF_END_FUNC|edit_start-->

<!--IBF_START_FUNC|add_start|-->

<div class="tableborder">
<div class="maintitle">Adding a Clan</div>
<table cellpadding='4' cellspacing='0' border='0' width='100%'>
<tr>
<tr>
<td class='pformleft'>Clan Leader</td>
<td class='pformright'>{ibf.member.name}</td>
</tr>
<form action='index.php?act=clans&code=doadd' method='POST' name='report'>
<tr>
<td class='pformleft'>Clan Name</td>
<td class='pformright'><input type='text' size='40' maxlength='1200' name='cname' class='forminput' /></td>
</tr>
<tr>
<td class='pformleft' valign='top'>Clan Description</td>
<td class='pformright'><textarea cols='60' rows='10' wrap='soft' name='cdesc' class='forminput'></textarea></td>
</tr>
<!--IBF_END_FUNC|add_start-->

<!--IBF_START_FUNC|add_end|-->

<tr>
<td class=pformleft><b>Clan Status</b>
<td class=pformright><select name=state><option class=forminput value=''>Select A Clan State<option class=forminput value='open'>Open<option class=forminput value='closed'>Closed</select> Open if you want people to validate for your clan.</td>
</tr>
<tr>
<td class=pformleft><b>Clan Password</b>
<td class=pformright><input type='text' size='40' maxlength='1200' name='password' class='forminput' /></td>
</tr>
<tr>
<td class=pformstrip colspan='2'><center><input type='submit' name='submit' value='Finish'></center></tr></table></div>
</form>
</table></div>
<!--IBF_END_FUNC|add_end-->

<!--IBF_START_FUNC|cjoin|$clan-->

<form action='index.php?act=clans&code=docjoin'  method="post" name="clan">
<div class="tableborder">
<div class="maintitle"><b>Clan Password Central</b></div>
<table cellpadding='4' cellspacing='0' border='0' width='100%'>
<tr>
 <td class='pformleft' colspan='2' width='100%' align='center'><b>Password Validation</b></td>
</tr>
<tr>
 <td class='pformleft' width='50%'><b>Select Clan</b></td>
 <td class='pformright' width='50%'><select name="clan">{$clan}</select></td>
</tr>
<tr>
 <td class='pformleft'>Clan Password</td>
 <td class='pformright' width='50%'><input type='text' name='password' value='' size='30' class='forminput'></td>
</tr>
<tr>
 <td class='pformstrip' colspan='2' width='100%' align='center'><input type='submit' name='joinclan' value='Join'></td>
</tr>
</table>
</div>
</form>
<!--IBF_END_FUNC|cjoin-->


<!--IBF_GROUP_END:skin_printpage-->
<!-- PLEASE LEAVE ALL 'IBF' COMMENTS IN PLACE, DO NOT REMOVE THEM! -->
<!--IBF_GROUP_START:skin_boards-->

<!--IBF_START_FUNC|quote|$quote, $submit, $mod, $display_all-->

<tr>
           <td class='pformstrip' colspan='2'>{ibf.lang.quote_of_the_day}</td>
    	</tr>
    	<tr>
          <td class='row2' width='5%' valign='middle'><{F_ACTIVE}></td>
          <td class='row4' width='95%'>$quote</td>
        </tr>
<!--IBF_START_FUNC|quote-->
<!--IBF_END_FUNC|quote-->

<!--IBF_START_FUNC|quote_row|$quote-->

<tr>
          <td class='forum1' width='100%' colspan=2 valign='left'>$quote</td>
        </tr>
<!--IBF_START_FUNC|quote_row-->
<!--IBF_END_FUNC|quote_row-->

<!--IBF_START_FUNC|quote_display|$quotes, $show_pages-->

<form action='{ibf.script_url}&act=quote&CODE=displayall&action=search' method='POST'>
<table width="<{tbl_width}>" align="center" border="0" cellspacing="1" cellpadding="0" bgcolor="{ibf.skin.tbl_border}">
  <tr> 
    <td class='maintitleback' background='{ibf.vars.img_url}/tile_back.gif'> 
      <table width="100%" border="0" cellspacing="0" cellpadding="3">
        <tr> 
          <td>{ibf.skin.CAT_IMG}</td>
          <td width="100%" class="maintitle">{ibf.lang.all_quotes}</td>
        </tr>
      </table>
    </td>
  </tr>
  <tr> 
    <td class='mainbg'> 
      <table width="100%" border="0" cellspacing="1" cellpadding="4">
	$quotes
      </table>
    </td>
   </tr>
</table>
<table width='<{tbl_width}>' border='0' cellspacing='0' cellpadding='4' align='center'>
  <tr> 
    <td width='50%'>$show_pages</td>
    <td align='right' width='50%'>{ibf.lang.search_quotes}&nbsp;<input type='text' class='forminput' name='keywords' size="20">&nbsp;<input type='submit' class='forminput' value='Go'></td>
  </tr>
</table>
</form>
        </div>
<!--IBF_START_FUNC|quote_display-->
<!--IBF_END_FUNC|quote_display-->

<!--IBF_START_FUNC|mod_quotes|$quote-->

<br>
<table width="<{tbl_width}>" align="center" border="0" cellspacing="1" cellpadding="0" bgcolor="{ibf.skin.tbl_border}">
  <tr> 
    <td class='maintitleback' background='{ibf.vars.img_url}/tile_back.gif'> 
      <table width="100%" border="0" cellspacing="0" cellpadding="3">
        <tr> 
          <td>{ibf.skin.CAT_IMG}</td>
          <td width="100%" class="maintitle">{ibf.lang.mod_quotes}</td>
        </tr>
      </table>
    </td>
  </tr>
  <tr> 
    <td class='mainbg'> 
      <table width="100%" border="0" cellspacing="1" cellpadding="4">
        <tr> 
          <td align="center" width='33%' class='titlemedium' background='{ibf.vars.img_url}/tile_sub.gif'>{ibf.lang.quote_author}</td>
          <td align="center" width='33%' class='titlemedium' background='{ibf.vars.img_url}/tile_sub.gif'>{ibf.lang.quote_real_author}</td>
          <td align="center" width='34%' class='titlemedium' background='{ibf.vars.img_url}/tile_sub.gif'>{ibf.lang.quote_options}</td>
        </tr>
	$quotes
      </table>
    </td>
   </tr>
</table>
<!--IBF_START_FUNC|mod_quotes-->
<!--IBF_END_FUNC|mod_quotes-->

<!--IBF_START_FUNC|add_quote_row|$quote-->

<tr> 
          <td class='row1' width='33%' align='center'>{$quote['q_author']}</td>
          <td class='row1' width="33%" align='center'>{$quote['name']}</td>
          <td class='row1' width="34%" align='center'><a href='{ibf.script_url}&act=quote&CODE=mod_quote_do&q={$quote['q_id']}&action=allow'>{ibf.lang.allow_quote}</a>&nbsp;&nbsp;<a href='{ibf.script_url}&act=quote&CODE=mod_quote_do&q={$quote['q_id']}&action=deny'>{ibf.lang.delete_quote}</a></td>
        </tr>
	<tr>
	  <td class='row2' colspan='3' align='center'>{$quote['q_quote']}</td>
	</tr>
<!--IBF_START_FUNC|add_quote_row-->
<!--IBF_END_FUNC|add_quote_row-->

<!--IBF_START_FUNC|quote_added|$text, $title='quote_added'-->

<br>
<table width="<{tbl_width}>" align="center" border="0" cellspacing="1" cellpadding="0" bgcolor="{ibf.skin.tbl_border}">
  <tr> 
    <td class='maintitleback' background='{ibf.vars.img_url}/tile_back.gif'> 
      <table width="100%" border="0" cellspacing="0" cellpadding="3">
        <tr> 
          <td>{ibf.skin.CAT_IMG}</td>
          <td width="100%" class="maintitle">{$ibforums->lang[$title]}</td>
        </tr>
      </table>
    </td>
  </tr>
  <tr> 
    <td class='mainbg'> 
      <table width="100%" border="0" cellspacing="1" cellpadding="4">
        <tr> 
          <td class='row1' align='center' width='100%'>$text</td>
         </tr>
      </table>
    </td>
   </tr>
</table>
<!--IBF_START_FUNC|quote_added-->
<!--IBF_END_FUNC|quote_added-->

<!--IBF_START_FUNC|forumrow_lastunread_link|$fid, $tid-->

<a href='{ibf.script_url}showtopic=$tid&amp;view=getlastpost' title='{ibf.lang.tt_golast}'><{LAST_POST}></a>
<!--IBF_END_FUNC|forumrow_lastunread_link-->

<!--IBF_START_FUNC|subforum_img_with_link|$img, $id-->

<a href='{ibf.script_url}act=Login&amp;CODE=04&amp;f={$id}&amp;i=1' title='{ibf.lang.bi_markallread}'>{$img}</a>
<!--IBF_END_FUNC|subforum_img_with_link-->

<!--IBF_START_FUNC|ForumRow|$info-->

<tr align="right"> 
          <td class="row4" align="center">{$info['img_new_post']}</td>
          <td class="row4"><b><a href="{ibf.script_url}showforum={$info['id']}">{$info['name']}</a></b><br /><span class='desc'>{$info['description']}<br />{$info['moderator']}</span></td>
          <td class="row2" align="center">{$info['topics']}</td>
          <td class="row2" align="center">{$info['posts']}</td>
          <td class="row2" nowrap="nowrap">{$info['last_post']}<br />{ibf.lang.in}:&nbsp;{$info['last_unread']}{$info['last_topic']}<br />{ibf.lang.by}: {$info['last_poster']}</td>
        </tr>
<!--IBF_END_FUNC|ForumRow-->

<!--IBF_START_FUNC|forum_redirect_row|$info-->

<!-- Forum {$info['id']} entry -->
        <tr> 
          <td class="row4" align="center"><{BR_REDIRECT}></td>
          <td class="row4"><b><a href="{ibf.script_url}showforum={$info['id']}" {$info['redirect_target']}>{$info['name']}</a></b><br /><span class='desc'>{$info['description']}</span></td>
          <td class="row2" align="center">-</td>
          <td class="row2" align="center">-</td>
          <td class="row2">{ibf.lang.rd_hits}: {$info['redirect_hits']}</td>
        </tr>
    <!-- End of Forum {$info['id']} entry -->
<!--IBF_END_FUNC|forum_redirect_row-->

<!--IBF_START_FUNC|end_this_cat|-->

<tr> 
          <td class='darkrow2' colspan="5">&nbsp;</td>
        </tr>
      </table>
    </div>
    <br />
<!--IBF_END_FUNC|end_this_cat-->

<!--IBF_START_FUNC|end_all_cats|-->


<!--IBF_END_FUNC|end_all_cats-->

<!--IBF_START_FUNC|newslink|$fid="", $title="", $tid=""-->

<b>{ibf.vars.board_name} {ibf.lang.newslink} <a href='{ibf.script_url}showtopic=$tid'>$title</a></b><br />
<!--IBF_END_FUNC|newslink-->

<!--IBF_START_FUNC|PageTop|$lastvisit-->

<div align='right' style='text-align:right;padding-bottom:4px'>
		<!-- IBF.NEWSLINK -->{ibf.lang.welcome_back_text} $lastvisit
	</div>
<!--IBF_END_FUNC|PageTop-->

<!--IBF_START_FUNC|quick_log_in|-->

<form style='display:inline' action="{ibf.script_url}act=Login&amp;CODE=01&amp;CookieDate=1" method="post">
<div align='left'><strong>{ibf.lang.qli_title}</strong>
<input type="text" class="forminput" size="10" onkeypress=FKeyPress(UserName); onkeydown=FKeyDown(UserName); name="UserName" onfocus="this.value=''" value="{ibf.lang.qli_name}" />
<input type='password' class='forminput' size='10' name='PassWord' onfocus="this.value=''" value='ibfrules' />
<input type='submit' class='forminput' value='{ibf.lang.qli_go}' />
</div>
</form>
<!--IBF_END_FUNC|quick_log_in-->

<!--IBF_START_FUNC|forum_img_with_link|$img, $id-->

<a href='{ibf.script_url}act=Login&amp;CODE=04&amp;f={$id}' title='{ibf.lang.bi_markread}'>{$img}</a>
<!--IBF_END_FUNC|forum_img_with_link-->

<!--IBF_START_FUNC|subheader|-->

<br />
	<div class="tableborder">
	  <table width="100%" border="0" cellspacing="1" cellpadding="4">
	  <tr> 
		<td align="center" class='titlemedium'><img src="{ibf.vars.img_url}/spacer.gif" alt="" width="28" height="1" /></td>
		<th align='left' width="59%" class='titlemedium'>{ibf.lang.cat_name}</th>
		<th align="center" width="7%" class='titlemedium'>{ibf.lang.topics}</th>
		<th align="center" width="7%" class='titlemedium'>{ibf.lang.replies}</th>
		<th align='left' width="27%" class='titlemedium'>{ibf.lang.last_post_info}</th>
	  </tr>
<!--IBF_END_FUNC|subheader-->

<!--IBF_START_FUNC|add_quote|-->

<form action='{ibf.script_url}' method='POST'>
<input type='hidden' name='CODE' value='add_quote_do'>
<input type='hidden' name='act' value='quote'>
<table width="<{tbl_width}>" align="center" border="0" cellspacing="1" cellpadding="0" bgcolor="{ibf.skin.tbl_border}">
  <tr> 
    <td class='maintitleback' background='{ibf.vars.img_url}/tile_back.gif'> 
      <table width="100%" border="0" cellspacing="0" cellpadding="3">
        <tr> 
          <td>{ibf.skin.CAT_IMG}</td>
          <td width="100%" class="maintitle">{ibf.lang.add_quote}</td>
        </tr>
      </table>
    </td>
  </tr>
  <tr> 
    <td class='mainbg'> 
      <table width="100%" border="0" cellspacing="1" cellpadding="4">
        <tr> 
          <td class='titlemedium' background='{ibf.vars.img_url}/tile_sub.gif' colspan="2">{ibf.lang.enter_quote}</td>
        </tr>
        <tr> 
          <td class='row1' width='25%'>{ibf.lang.add_author}</td>
          <td class='row1' width="75%" valign="top"><input type='text' size='40' maxlength='50' name='quote_author' value='' tabindex='1' class='forminput'></td>
        </tr>
        <tr> 
          <td class='row1' width='25%'>{ibf.lang.add_quote_text}</td>
          <td class='row1' width="75%" valign="top"><textarea cols='60' rows='2' name='quote' tabindex='2' class='forminput'></textarea></td>
        </tr>
        <tr> 
          <td align='center' class='titlemedium' background='{ibf.vars.img_url}/tile_sub.gif' colspan="2"><input type='submit' value='{ibf.lang.submit_quote}' class='forminput'></td>
        </tr>
      </table>
    </td>
   </tr>
</table>
</form>
<!--IBF_END_FUNC|add_quote-->

<!--IBF_START_FUNC|ActiveUsers|$active-->

<tr>
           <td align="right" class='pformstrip' colspan='2'>$active[TOTAL] {ibf.lang.active_users}</td>
    	</tr>
    	<tr>
          <td width="5%" align="right" class='row2'><{F_ACTIVE}></td>
          <td class='row4' align="right" width='95%'>
            <b>{$active[GUESTS]}</b> {ibf.lang.guests}, <b>$active[MEMBERS]</b> {ibf.lang.public_members} <b>$active[ANON]</b> {ibf.lang.anon_members}
            <div class='thin'>{$active[SEX]}{$active[NAMES]}</div>
            {$active['links']}
          </td>
        </tr>
<!--IBF_END_FUNC|ActiveUsers-->

<!--IBF_START_FUNC|active_user_links|-->

{ibf.lang.oul_show_more} <a href='{ibf.script_url}act=Online&amp;CODE=listall&amp;sort_key=click'>{ibf.lang.oul_click}</a>, <a href='{ibf.script_url}act=Online&amp;CODE=listall&amp;sort_key=name&amp;sort_order=asc&amp;show_mem=reg'>{ibf.lang.oul_name}</a>
<!--IBF_END_FUNC|active_user_links-->

<!--IBF_START_FUNC|ShowStats|$text-->

<tr align="right">
		     <td class='pformstrip' colspan='2'>{ibf.lang.board_stats}</td>
		   </tr>
		   <tr>
			 <td class='row2' width='5%' valign='middle'><{F_STATS}></td>
			 <td class='row4' width="95%" align='right'>$text<br />{ibf.lang.most_online}</td>
		   </tr>
<!--IBF_END_FUNC|ShowStats-->

<!--IBF_START_FUNC|birthdays|$birthusers="", $total="", $birth_lang=""-->

<tr>
           <td align="right" class='pformstrip' colspan='2'>{ibf.lang.birthday_header}</td>
    	</tr>
    	<tr>
          <td align="right" class='row2' width='5%' valign='middle'><{F_ACTIVE}></td>
          <td align="right" class='row4' width='95%'><b>$total</b> $birth_lang<br />$birthusers</td>
        </tr>
<!--IBF_END_FUNC|birthdays-->

<!--IBF_START_FUNC|calendar_events|$events = ""-->

<tr>
           <td class='pformstrip' colspan='2'>{ibf.lang.calender_f_title}</td>
    	</tr>
    	<tr>
          <td class='row2' width='5%' valign='middle'><{F_ACTIVE}></td>
          <td class='row4' width='95%'>$events</td>
        </tr>
<!--IBF_END_FUNC|calendar_events-->

<!--IBF_START_FUNC|stats_footer|-->

</table>
	 </div>
    <!-- Board Stats -->
<!--IBF_END_FUNC|stats_footer-->

<!--IBF_START_FUNC|bottom_links|-->

<br />
   <div align='left'><a href="{ibf.script_url}act=Login&amp;CODE=06">{ibf.lang.d_delete_cookies}</a> &middot; <a href="{ibf.script_url}act=Login&amp;CODE=05">{ibf.lang.d_post_read}</a></div>
<!--IBF_END_FUNC|bottom_links-->

<!--IBF_START_FUNC|CatHeader_Expanded|$Data-->

<div class="tableborder">
	  <div class='maintitle' align='right'><{CAT_IMG}>&nbsp;<a href="{ibf.script_url}c={$Data['id']}">{$Data['name']}</a></div>
      <table width="100%" border="0" cellspacing="1" cellpadding="4">
        <tr> 
          <th align="center" width="2%" class='titlemedium'><img src="{ibf.vars.img_url}/spacer.gif" alt="" width="28" height="1" /></th>
          <th align="right" width="59%" class='titlemedium'>{ibf.lang.cat_name}</th>
          <th align="center" width="7%" class='titlemedium'>{ibf.lang.topics}</th>
          <th align="center" width="7%" class='titlemedium'>{ibf.lang.replies}</th>
          <th align="right" width="25%" class='titlemedium'>{ibf.lang.last_post_info}</th>
        </tr>
<!--IBF_END_FUNC|CatHeader_Expanded-->

<!--IBF_START_FUNC|active_list_sep|-->

,
<!--IBF_END_FUNC|active_list_sep-->

<!--IBF_START_FUNC|stats_header|-->

<!-- Board Stats -->
	<!--IBF.QUICK_LOG_IN-->
    <br />
	<div align='center'>
		<a href='{ibf.script_url}act=Stats&amp;CODE=leaders'>{ibf.lang.sm_forum_leaders}</a> |
		<a href='{ibf.script_url}act=Search&amp;CODE=getactive'>{ibf.lang.sm_todays_posts}</a> |
		<a href='{ibf.script_url}act=Stats'>{ibf.lang.sm_today_posters}</a> |
		<a href='{ibf.script_url}act=Members&amp;max_results=10&amp;sort_key=posts&amp;sort_order=desc'>{ibf.lang.sm_all_posters}</a>
	</div>
    <br />
	<div class="tableborder">
		<div class="maintitle" align='right' >{ibf.lang.board_stats}</div>
		<table cellpadding='4' cellspacing='1' border='0' width='100%'>
        </div>
<!--IBF_END_FUNC|stats_header-->


<!--IBF_GROUP_END:skin_boards-->
<!-- PLEASE LEAVE ALL 'IBF' COMMENTS IN PLACE, DO NOT REMOVE THEM! -->
<!--IBF_GROUP_START:skin_topic-->

<!--IBF_START_FUNC|menu|$links-->

<table cellspacing="0" cellpadding="0" width="100%">
<tr>
 <td id="ucpmenu"  valign="top">
    <div class="maintitle">{ibf.lang.menu}</div>
	 <div class="pformstrip">{ibf.lang.userlinkes}</div>
	 <p>
	 <a href="{ibf.script_url}act=store&code=inventory"><strong>{ibf.lang.myinventory}</strong></a><br />
	 <a href="{ibf.script_url}act=store&code=bank"><strong>{ibf.lang.goto_bank}</strong></a><br />
	 <a href="{ibf.script_url}act=store&code=donate_money"><strong>{ibf.lang.donate_money}</strong></a><br />
	 <a href="{ibf.script_url}act=store&code=donate_item"><strong>{ibf.lang.donate_item}</strong></a>
	 <a href="{ibf.script_url}act=store&code=donate_items"><strong>{ibf.lang.donate_items}</strong></a>
	 </p>
	 <div class="pformstrip">{ibf.lang.storecategorys}</div>
	 <p>
	 {$links['shop']}
	 </p>
	 <div class="pformstrip">{ibf.lang.menu_stats}</div>
	 <p>
	 {$links['stats']}
	 </p>
	 <div class="pformstrip">{ibf.lang.misclink}</div>
	 <p>
	 <a href="{ibf.script_url}act=store&code=quiz"><strong>{ibf.lang.quiz}</strong></a><br />
	 </p>
	 <!--IBS.STAFF-->
<td style="padding:2px"><!-- --></td>
 </td>
 <td id="ucpcontent" valign="top">
  <div class="maintitle">{ibf.vars.store_name}</div>
	<table width="100%" border="0" cellspacing="1" cellpadding="4">
    </table>
<!--IBF_END_FUNC|menu|$links-->
<!--IBF_END_FUNC|menu-->

<!--IBF_START_FUNC|Show_attachments_img|$file_name-->

<br />
<br />
<strong><span class='edit'>{ibf.lang.pic_attach}</span></strong>
<br />
<img src='{ibf.vars.upload_url}/$file_name' class='attach' alt='{ibf.lang.pic_attach}' />
<!--IBF_END_FUNC|Show_attachments_img-->

<!--IBF_START_FUNC|Show_attachments_img_thumb|$file_name, $width, $height, $aid-->

<br />
<br />
<strong><span class='edit'>{ibf.lang.pic_attach_thumb}</span></strong>
<br />
<a href='{ibf.script_url}act=Attach&amp;type=post&amp;id=$aid' title='{ibf.lang.pic_attach_thumb}' target='_blank'><img src='{ibf.vars.upload_url}/$file_name' width='$width' height='$height' class='attach' alt='{ibf.lang.pic_attach}' /></a>
<!--IBF_END_FUNC|Show_attachments_img_thumb-->

<!--IBF_START_FUNC|Show_attachments|$data-->

<br />
<br />
<strong><span class='edit'>{ibf.lang.attached_file} ( {ibf.lang.attach_hits}: {$data['hits']} )</span></strong>
<br />
<a href='{ibf.script_url}act=Attach&amp;type=post&amp;id={$data['pid']}' title='{ibf.lang.attach_dl}' target='_blank'><img src='{ibf.vars.mime_img}/{$data['image']}' border='0' alt='{ibf.lang.attached_file}' /></a>
&nbsp;<a href='{ibf.script_url}act=Attach&amp;type=post&amp;id={$data['pid']}' title='{ibf.lang.attach_dl}' target='_blank'>{$data['name']}</a>
<!--IBF_END_FUNC|Show_attachments-->

<!--IBF_START_FUNC|topic_opts_open|$fid, $tid-->

<div align='right' id='topic_open' style='display:none;z-index:2;'>
    <div class="tableborder">
	  <div class='maintitle'><{CAT_IMG}>&nbsp;<a href="javascript:ShowHide('topic_open','topic_closed')">{ibf.lang.to_close}</a></div>
	  <div class='tablepad'>
	   <b><a href='{ibf.script_url}act=Track&amp;f={$fid}&amp;t={$tid}'>{ibf.lang.tt_title}</a></b>
	   <br />
	   <span class='desc'>{ibf.lang.tt_desc}</span>
	   <br /><br />
	   <b><a href='{ibf.script_url}act=Track&amp;f={$fid}&amp;type=forum'>{ibf.lang.ft_title}</a></b>
	   <br />
	   <span class='desc'>{ibf.lang.ft_desc}</span>
	   <br /><br />
	   <b><a href='{ibf.script_url}act=Print&amp;client=choose&amp;f={$fid}&amp;t={$tid}'>{ibf.lang.av_title}</a></b>
	   <br />
	   <span class='desc'>{ibf.lang.av_desc}</span>
	 </div>
   </div>
</div>
<!--IBF_END_FUNC|topic_opts_open-->

<!--IBF_START_FUNC|topic_opts_closed|-->

<a href="javascript:ShowHide('topic_open','topic_closed')" title="{ibf.lang.to_open}"><{T_OPTS}></a>
<!--IBF_END_FUNC|topic_opts_closed-->

<!--IBF_START_FUNC|topic_active_users|$active=array()-->

<div class="activeuserstrip">{ibf.lang.active_users_title} ({ibf.lang.active_users_detail})</div>
	  <div class='row2' style='padding:6px'>{ibf.lang.active_users_members} {$active['names']}</div>
<!--IBF_END_FUNC|topic_active_users-->

<!--IBF_START_FUNC|TableFooter|$data-->

<!--IBF.TOPIC_ACTIVE-->
      <div class="activeuserstrip" align="center">&laquo; <a href='{ibf.script_url}showtopic={$data[TOPIC]['tid']}&amp;view=old'>{ibf.lang.t_old}</a> | <strong><a href='{ibf.script_url}showforum={$data['FORUM']['id']}'>{$data['FORUM']['name']}</a></strong> | <a href='{ibf.script_url}showtopic={$data[TOPIC]['tid']}&amp;view=new'>{ibf.lang.t_new}</a> &raquo;</div>
</div>
 
<br />
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
 <td align='right' width="20%" nowrap="nowrap"><!--IBF.TOPIC_OPTIONS_CLOSED-->{$data[TOPIC][SHOW_PAGES]}</td>
 <td align='left' width="80%">{$data[TOPIC][REPLY_BUTTON]}<!--IBF.QUICK_REPLY_CLOSED--><a href='{ibf.script_url}act=Post&amp;CODE=00&amp;f={$data[FORUM]['id']}' title='{ibf.lang.start_new_topic}'><{A_POST}></a>{$data[TOPIC][POLL_BUTTON]}</td>
</tr>
</table>
<!--IBF.QUICK_REPLY_OPEN-->
<!--IBF.TOPIC_OPTIONS_OPEN-->
<br />
<!--IBF.MOD_PANEL-->
<div align='right'>{$data[FORUM]['JUMP']}</div>
<!--IBF.MULTIMOD-->
<br />
<!--IBF_END_FUNC|TableFooter-->

<!--IBF_START_FUNC|RenderRow|$post, $author-->

<!--Begin Msg Number {$post['pid']}-->
    <table width='100%' border='0' cellspacing='1' cellpadding='3'>
    <tr>
      <td valign='middle' class='row4' width="1%"><a name='entry{$post['pid']}'></a><span class='{$post['name_css']}'>{$author['name']}</span> </td>
        <td class='row4' valign='top' width="99%">
        
        <!-- POSTED DATE DIV -->
        
        <div align='right' class='row4' style='float:right;padding-top:4px;padding-bottom:4px'>
        {$post['post_icon']}<span class='postdetails'><b><a title="{ibf.lang.tt_link}" href="#" onclick="link_to_post({$post['pid']}); return false;" style="text-decoration:underline">{ibf.lang.posted_on}</a></b> {$post['post_date']}</span>
        </div>
        
        <!-- REPORT / DELETE / EDIT / QUOTE DIV -->
        
        <div align='left'>
        {$post['report_link']}{$post['delete_button']}{$post['edit_button']}<a href='{ibf.script_url}act=Post&amp;CODE=06&amp;f={$ibforums->input[f]}&amp;t={$ibforums->input[t]}&amp;p={$post['pid']}'><{P_QUOTE}></a>
      </div>
      
      </td>
    </tr>
    <tr>
      <td valign='top' class='{$post['post_css']}'>
        <span class='postdetails'>{$author['avatar']}<br /><br />
        {$author['title']}<br />
        {$author['member_rank_img']}<br /><br />
        {$author['member_group']}<br />
        {$author['member_posts']}<br />
        {$author['member_number']}<br />
        {$author['member_joined']}<br /><br />
        <div align='center'>{$author['sex']}&nbsp;&nbsp;{$author['country']}<br />{$author['member_status']}<br /></div>
        {$author['warn_text']} {$author['warn_minus']}{$author['warn_img']}{$author['warn_add']}</span><br />
        <!--$ author[field_1]-->
        <img src='{ibf.vars.img_url}/spacer.gif' alt='' width='160' height='1' /><br /> 
      </td>
      <td width='100%' valign='top' class='{$post['post_css']}'>
        <!-- THE POST {$post['pid']} -->
        <div class='postcolor'>{$post['post']} {$post['attachment']}</div>
        {$post['signature']}
        <!-- THE POST -->
      </td>
    </tr>
    <tr>
      <td class='darkrow3' align='center'><b>{$post['ip_address']}</b></td>
      <td class='darkrow3' nowrap="nowrap" align='left'>
      
        <!-- PM / EMAIL / WWW / MSGR -->
      
        <div align='right' class='darkrow3' style='float:right;width:auto'>
        {$author['addresscard']}{$author['message_icon']}{$author['email_icon']}{$author['website_icon']}{$author['integ_icon']}{$author['icq_icon']}{$author['aol_icon']}{$author['yahoo_icon']}{$author['msn_icon']}
        </div>
        
        <!-- REPORT / UP -->
         
        <div align='left'>
         <a href='javascript:scroll(0,0);'><img src='{ibf.vars.img_url}/p_up.gif' alt='Top' border='0' /></a>
        </div>
      </td>
    </tr>
    </table>
    <div class='darkrow1' style='height:5px'><!-- --></div>
<!--IBF_END_FUNC|RenderRow-->

<!--IBF_START_FUNC|start_poll_link|$fid, $tid-->

<a href="{ibf.script_url}act=Post&amp;CODE=14&amp;f=$fid&amp;t=$tid">{ibf.lang.new_poll_link}</a> |&nbsp;
<!--IBF_END_FUNC|start_poll_link-->

<!--IBF_START_FUNC|PageTop|$data-->

<script language='javascript' type='text/javascript'>
    <!--
    
    function link_to_post(pid)
    {
    	temp = prompt( "{ibf.lang.tt_prompt}", "{ibf.script_url}showtopic={$ibforums->input['t']}&view=findpost&p=" + pid );
    	return false;
    }
    
    function delete_post(theURL) {
       if (confirm('{ibf.lang.js_del_1}')) {
          window.location.href=theURL;
       }
       else {
          alert ('{ibf.lang.js_del_2}');
       } 
    }
    
    function PopUp(url, name, width,height,center,resize,scroll,posleft,postop) {
    if (posleft != 0) { x = posleft }
    if (postop  != 0) { y = postop  }
    if (!scroll) { scroll = 1 }
    if (!resize) { resize = 1 }
    if ((parseInt (navigator.appVersion) >= 4 ) && (center)) {
      X = (screen.width  - width ) / 2;
      Y = (screen.height - height) / 2;
    }
    if (scroll != 0) { scroll = 1 }
    var Win = window.open( url, name, 'width='+width+',height='+height+',top='+Y+',left='+X+',resizable='+resize+',scrollbars='+scroll+',location=no,directories=no,status=no,menubar=no,toolbar=no');
	}
	
	function ShowHide(id1, id2) {
	  if (id1 != '') expMenu(id1);
	  if (id2 != '') expMenu(id2);
	}
	
	function expMenu(id) {
	  var itm = null;
	  if (document.getElementById) {
		itm = document.getElementById(id);
	  } else if (document.all){
		itm = document.all[id];
	  } else if (document.layers){
		itm = document.layers[id];
	  }
	
	  if (!itm) {
	   // do nothing
	  }
	  else if (itm.style) {
		if (itm.style.display == "none") { itm.style.display = ""; }
		else { itm.style.display = "none"; }
	  }
	  else { itm.visibility = "show"; }
	}
    //-->
        </script>
    
<a name='top'></a>
<!--IBF.FORUM_RULES-->
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
 <td align='right' width="20%" nowrap="nowrap">{$data['TOPIC']['SHOW_PAGES']}&nbsp;{$data['TOPIC']['go_new']}</td>
 <td align='left' width="80%">{$data[TOPIC][REPLY_BUTTON]}<a href='{ibf.script_url}act=Post&amp;CODE=00&amp;f={$data[FORUM]['id']}' title='{ibf.lang.start_new_topic}'><{A_POST}></a>{$data[TOPIC][POLL_BUTTON]}</td>
</tr>
</table>
<br />
<div align='right' class="tableborder">
    <div class='maintitle'><{CAT_IMG}>&nbsp;<b>{$data['TOPIC']['title']}</b>{$data['TOPIC']['description']}</div>
	<!--{IBF.POLL}-->
	<div align='left' class='postlinksbar'>
	  <strong><!--{IBF.START_NEW_POLL}--><a href='{ibf.script_url}act=Track&amp;f={$data['FORUM']['id']}&amp;t={$data['TOPIC']['tid']}'>{ibf.lang.track_topic}</a> |
	  <a href='{ibf.script_url}act=Forward&amp;f={$data['FORUM']['id']}&amp;t={$data['TOPIC']['tid']}'>{ibf.lang.forward}</a> |
	  <a href='{ibf.script_url}act=Print&amp;client=printer&amp;f={$data['FORUM']['id']}&amp;t={$data['TOPIC']['tid']}'>{ibf.lang.print}</a></strong>
	</div>
<!--IBF_END_FUNC|PageTop-->

<!--IBF_START_FUNC|mod_wrapper|$id="", $text=""-->

<option value='$id'>$text</option>
<!--IBF_END_FUNC|mod_wrapper-->

<!--IBF_START_FUNC|quick_reply_box_open|$fid="",$tid="",$show="hide", $key=""-->

<script type="text/javascript">
	<!--
	function emo_pop()
	{
	  window.open('index.{ibf.vars.php_ext}?act=legends&amp;CODE=emoticons&amp;s={ibf.session_id}','Legends','width=250,height=500,resizable=yes,scrollbars=yes'); 
	}
	//-->
	</script>
	<br />
	<div align='left' id='qr_open' style="display:$show;position:relative;">
	   <form name='REPLIER' action="{ibf.script_url}" method='post'>
	   <input type='hidden' name='act' value='Post' />
	   <input type='hidden' name='CODE' value='03' />
	   <input type='hidden' name='f' value='$fid' />
	   <input type='hidden' name='t' value='$tid' />
	   <input type='hidden' name='st' value='{$ibforums->input['st']}' />
	   <input type='hidden' name='auth_key' value='$key' />
	   <!-- TITLE DIV -->
	   <div class="tableborder">
	     <div class='maintitle'><{CAT_IMG}>&nbsp;{ibf.lang.qr_title}</div>
		 <div class="tablepad" align="center">
			 <textarea cols='70' rows='8' name='Post' class='textinput' tabindex="1"></textarea>
			 <br /><br />
			 <a href='javascript:emo_pop();'>{ibf.lang.show_emo}</a> |
			 <input type='checkbox' name='enableemo' value='yes' class="checkbox" checked="checked" />&nbsp;{ibf.lang.qr_add_smilie} |
			 <input type='checkbox' name='enablesig' value='yes' class="checkbox" checked="checked" />&nbsp;{ibf.lang.qr_add_sig}
			 <br /><br />
			 <input type='submit' name='submit' value='{ibf.lang.qr_submit}' class='forminput' tabindex="2" accesskey="s" />&nbsp;
			 <input type='submit' name='preview' value='{ibf.lang.qr_more_opts}' class='forminput' />
			 &nbsp;&nbsp; <input type='button' name='qrc' onclick="ShowHide('qr_open','qr_closed');" value='{ibf.lang.qr_closeit}' class='forminput' />
		 </div>
	  </div>
	   </form>
	</div>
<!--IBF_END_FUNC|quick_reply_box_open-->

<!--IBF_START_FUNC|quick_reply_box_closed|-->

<!-- DEFAULT DIV -->
	<a href="javascript:ShowHide('qr_open','qr_closed');" title="{ibf.lang.qr_open}" accesskey="f"><{T_QREPLY}></a>
<!--IBF_END_FUNC|quick_reply_box_closed-->

<!--IBF_START_FUNC|ip_show|$data-->

<span class='desc'>{ibf.lang.ip}: $data</span>
<!--IBF_END_FUNC|ip_show-->

<!--IBF_START_FUNC|golastpost_link|$fid, $tid-->

( <a href='{ibf.script_url}act=ST&amp;f=$fid&amp;t=$tid&amp;view=getnewpost'>{ibf.lang.go_new_post}</a> )
<!--IBF_END_FUNC|golastpost_link-->

<!--IBF_START_FUNC|mm_start|$tid-->

<br />
<form action='{ibf.script_url}act=mmod&amp;t=$tid' method='post'>
<input type='hidden' name='check' value='1'>
<select name='mm_id' class='forminput'>
<option value='-1'>{ibf.lang.mm_title}</option>
<!--IBF_END_FUNC|mm_start-->

<!--IBF_START_FUNC|mm_entry|$id, $name-->

<option value='$id'>$name</option>
<!--IBF_END_FUNC|mm_entry-->

<!--IBF_START_FUNC|mm_end|-->

</select>&nbsp;<input type='submit' value='{ibf.lang.mm_submit}' class='forminput' /></form>
<!--IBF_END_FUNC|mm_end-->

<!--IBF_START_FUNC|Mod_Panel|$data, $fid, $tid, $key=""-->

<div align='left' style='float:left;width:auto'>
	<form method='POST' style='display:inline' name='modform' action='{ibf.script_url}'>
	<input type='hidden' name='t' value='$tid' />
	<input type='hidden' name='f' value='$fid' />
	<input type='hidden' name='st' value='{$ibforums->input['st']}' />
	<input type='hidden' name='auth_key' value='$key' />
	<input type='hidden' name='act' value='Mod' />
	<select name='CODE' class='forminput' style="font-weight:bold;color:red">
	<option value='-1' style='color:black'>{ibf.lang.moderation_ops}</option>
	
	
	
	$data
	</select>&nbsp;<input type='submit' value='{ibf.lang.jmp_go}' class='forminput' /></form>
  </div>
<!--IBF_END_FUNC|Mod_Panel-->

<!--IBF_START_FUNC|report_link|$data-->

<a href='{ibf.script_url}act=report&amp;f={$data['forum_id']}&amp;t={$data['topic_id']}&amp;p={$data['pid']}&amp;st={$ibforums->input['st']}'><{P_REPORT}></a>
<!--IBF_END_FUNC|report_link-->

<!--IBF_START_FUNC|warn_level_rating|$id, $level,$min=0,$max=10-->

&lt;&nbsp;$min ( <a href="javascript:PopUp('{ibf.script_url}act=warn&amp;mid={$id}&amp;CODE=view','Pager','500','450','0','1','1','1')">{$level}</a> ) $max&nbsp;&gt;
<!--IBF_END_FUNC|warn_level_rating-->

<!--IBF_START_FUNC|warn_level_warn|$id, $percent-->

{ibf.lang.tt_warn} (<a href="javascript:PopUp('{ibf.script_url}act=warn&amp;mid={$id}&amp;CODE=view','Pager','500','450','0','1','1','1')">{$percent}</a>%)</div>
<!--IBF_END_FUNC|warn_level_warn-->


<!--IBF_GROUP_END:skin_topic-->
<!-- PLEASE LEAVE ALL 'IBF' COMMENTS IN PLACE, DO NOT REMOVE THEM! -->
<!--IBF_GROUP_START:skin_ucp-->

<!--IBF_START_FUNC|subs_row|$data-->

<tr>
  <td class='row3' align='center' width='5%'>{$data['folder_icon']}</td>
  <td class='row3' align='left'><a href='{ibf.script_url}act=ST&amp;f={$data['forum_id']}&amp;t={$data['tid']}'>{$data['title']}</a> ( <a href='{ibf.script_url}act=ST&amp;f={$data['forum_id']}&amp;t={$data['tid']}' target='_blank'>{ibf.lang.new_window}</a> )<br /><span class='desc'>{$data['description']}{ibf.lang.subs_start} {$data['start_date']}</span></td>
  <td class='row3' align='center'>{$data['posts']}</td>
  <td class='row3' align='center'>{$data['views']}</td>
  <td class='row3' align='left'>{$data['last_post_date']}<br />{ibf.lang.subs_by} {$data['last_poster']}</td>
  <td class='row2' align='center'><input type='checkbox' name='id-{$data['trid']}' value='yes' class='forminput' /></td>
</tr>
<!--IBF_END_FUNC|subs_row-->

<!--IBF_START_FUNC|subs_none|-->

<tr>
                   <td class='row3' align='center' colspan='6'>{ibf.lang.subs_none}</td>
                 </tr>
<!--IBF_END_FUNC|subs_none-->

<!--IBF_START_FUNC|subs_forum_row|$fid, $fname-->

<tr>
                   <td colspan='6' class='darkrow3' align='left'><b><a href='{ibf.script_url}act=SF&amp;f=$fid'>$fname</a></b></td>
                 </tr>
<!--IBF_END_FUNC|subs_forum_row-->

<!--IBF_START_FUNC|subs_end|$text="", $days=""-->

<tr>
 <td align='center' class='titlemedium' valign='middle' colspan='6'><input type='submit' class='forminput' value='{ibf.lang.subs_delete}'>&nbsp;&nbsp;{ibf.lang.with_selected}</td>
</tr>
</table>
</div>
</form>
<div align="right" style="padding:5px"><i>$text</i></div>
<div align="right" style="padding:5px">
 	<form action='{ibf.script_url}act=UserCP&amp;CODE=26' method='post'>
 	{ibf.lang.show_topics_from} <select class='forminput' name='datecut'>$days</select>
 	<input type='submit' class='forminput' value='{ibf.lang.jmp_go}'>
 	</form>
</div>
<!--IBF_END_FUNC|subs_end-->

<!--IBF_START_FUNC|forum_jump|$data, $menu_extra=""-->

<div align='right'>{$data}</div>
<!--IBF_END_FUNC|forum_jump-->

<!--IBF_START_FUNC|subs_header|-->

<!-- inbox folder -->
  <script language='JavaScript' type='text/javascript'>
  <!--
  function CheckAll(cb) {
	  var fmobj = document.mutliact;
	  for (var i=0;i<fmobj.elements.length;i++) {
		  var e = fmobj.elements[i];
		  if ((e.name != 'allbox') && (e.type=='checkbox') && (!e.disabled)) {
			  e.checked = fmobj.allbox.checked;
		  }
	  }
  }
  function CheckCheckAll(cb) {	
	  var fmobj = document.mutliact;
	  var TotalBoxes = 0;
	  var TotalOn = 0;
	  for (var i=0;i<fmobj.elements.length;i++) {
		  var e = fmobj.elements[i];
		  if ((e.name != 'allbox') && (e.type=='checkbox')) {
			  TotalBoxes++;
			  if (e.checked) {
				  TotalOn++;
			  }
		  }
	  }
	  if (TotalBoxes==TotalOn) {fmobj.allbox.checked=true;}
	  else {fmobj.allbox.checked=false;}
  }
  //-->
       </script>
<div class='pformstrip'>{ibf.lang.subs_header}</div>
<form action="{ibf.script_url}" name='mutliact' method="post">
<input type='hidden' name='act' value='UserCP' />
<input type='hidden' name='CODE' value='27' />
<br />
<div align="center" class="tableborder">
<table width="100%" cellspacing="1" cellpadding="4">
<tr>
  <td class='titlemedium' align='left' width='5%'>&nbsp;</td>
  <th class='titlemedium' align='left' width='55%'>{ibf.lang.subs_topic}</th>
  <th class='titlemedium' align='center' width='5%'>{ibf.lang.subs_replies}</th>
  <th class='titlemedium' align='center' width='5%'>{ibf.lang.subs_view}</th>
  <th class='titlemedium' align='left' width='25%'>{ibf.lang.subs_last_post}</th>
  <td align='center' width='5%' class='titlemedium'><input name="allbox" type="checkbox" value="Check All" onClick="CheckAll();"></td>
</tr>
<!--IBF_END_FUNC|subs_header-->

<!--IBF_START_FUNC|forum_subs_none|-->

<tr>
	  <td class='row1' align='center' colspan='5'>{ibf.lang.forum_subs_none}</td>
	</tr>
<!--IBF_END_FUNC|forum_subs_none-->

<!--IBF_START_FUNC|forum_subs_end|-->

<tr>
 <td align='right' class='titlemedium' valign='middle' colspan='5'><a href='{ibf.script_url}act=UserCP&amp;CODE=51&amp;f=all'>{ibf.lang.ft_unsub_all}</a></td>
</tr>
</table>
</div>
<!--IBF_END_FUNC|forum_subs_end-->

<!--IBF_START_FUNC|forum_subs_row|$data-->

<tr>
	 <td class='row1' align='center' width='5%'>{$data['folder_icon']}</td>
	 <td class='row1' align='left'>
		 <b><a href='{ibf.script_url}act=SF&amp;f={$data['id']}'>{$data['name']}</a></b>
		 <br /><span class='desc'>{$data['description']}</span>
		 <br /><br /><b>[ <a href='{ibf.script_url}act=UserCP&amp;CODE=51&amp;f={$data['id']}'>{ibf.lang.ft_unsub}</a> ]</b>
	 </td>
	 <td class='row1' align='center'>{$data['topics']}</td>
	 <td class='row1' align='center'>{$data['posts']}</td>
	 <td class='row1' align='left'>{$data['last_post']}<br />{ibf.lang.in} {$data['last_topic']}<br />{ibf.lang.by} {$data['last_poster']}</td>
   </tr>
<!--IBF_END_FUNC|forum_subs_row-->

<!--IBF_START_FUNC|forum_subs_header|-->

<div class='pformstrip'>{ibf.lang.forum_subs_header}</div>
<br />
<div class='tableborder'>
  <table cellpadding='4' cellspacing='1' align='center' width='100%'>
  <tr>
    <td class='titlemedium' align='left' width='5%'>&nbsp;</td>
    <th class='titlemedium' align='left' width='50%'>{ibf.lang.ft_forum}</th>
    <th class='titlemedium' align='center' width='5%'>{ibf.lang.ft_topics}</th>
    <th class='titlemedium' align='center' width='5%'>{ibf.lang.ft_posts}</th>
    <th class='titlemedium' align='center' width='35%'>{ibf.lang.ft_last_post}</th>
  </tr>
<!--IBF_END_FUNC|forum_subs_header-->

<!--IBF_START_FUNC|email|$Profile-->

<form action="{ibf.script_url}auth_key={$Profile['key']}" method="post">
<input type='hidden' name='act' value='UserCP' />
<input type='hidden' name='CODE' value='03' />
<div class="pformstrip">{ibf.lang.privacy_settings}</div>
<br />
<table width="100%">
<tr>
  <td align='right' valign='top'><input type='checkbox' name='hide_email' value='1' {$Profile['hide_email']} /></td>
  <td align='left' width='100%'>{ibf.lang.hide_email}</td>
</tr>  
<tr>
  <td align='right' valign='top'><input type='checkbox' name='admin_send' value='1' {$Profile['allow_admin_mails']} /></td>
  <td align='left'  width='100%'>{ibf.lang.admin_send}</td>
</tr>
</table>
<br />
<div class="pformstrip">{ibf.lang.board_prefs}</div>
<br />
<table width="100%">
<tr>
  <td align='right' valign='top'><input type='checkbox' name='send_full_msg' value='1' {$Profile['email_full']} /></td>
  <td align='left'  width='100%'>{ibf.lang.send_full_msg}</td>
</tr>
<tr>
  <td align='right' valign='top'><input type='checkbox' name='pm_reminder' value='1' {$Profile['email_pm']} /></td>
  <td align='left'  width='100%'>{ibf.lang.pm_reminder}</td>
</tr>
<tr>
  <td align='right' valign='top'><input type='checkbox' name='auto_track' value='1' {$Profile['auto_track']} /></td>
  <td align='left'  width='100%'>{ibf.lang.auto_track}</td>
</tr>
</table>
<br />
<div class="pformstrip" align="center"><input type="submit" value="{ibf.lang.submit_email}" class='forminput' /></div>
</form>
<!--IBF_END_FUNC|email-->

<!--IBF_START_FUNC|settings_skin|$skin-->

<div class="pformstrip">{ibf.lang.settings_skin}</div>                
<table width="100%"
<tr>
  <td width="50%">{ibf.lang.settings_skin_txt}</td>
  <td align='left'>$skin &nbsp;&nbsp; <input type='button' value='{ibf.lang.cp_skin_preview}' class='forminput' onclick='do_preview()' /></td>
</tr>
</table>
<!--IBF_END_FUNC|settings_skin-->

<!--IBF_START_FUNC|skin_lang_end|-->

<div class="pformstrip" align="center"><input type='submit' name='submit' value='{ibf.lang.settings_submit}' class='forminput' /></div>
</form>
<!--IBF_END_FUNC|skin_lang_end-->

<!--IBF_START_FUNC|settings_end|$data-->

<div class='pformstrip'>{ibf.lang.settings_display}</div>
<table width="100%" cellpadding="4">
<tr>
  <td width='70%'>{ibf.lang.settings_viewsig}</td>
  <td align='left'>{$data[SIG]}</td>
</tr>
<tr>
  <td>{ibf.lang.settings_viewimg}</td>
  <td align='left'>{$data[IMG]}</td>
</tr>
<tr>
  <td>{ibf.lang.settings_viewava}</td>
  <td align='left'>{$data[AVA]}</td>
</tr>
<tr>
  <td>{ibf.lang.settings_dopopup}</td>
  <td align='left'>{$data[POP]}</td>
</tr>
<!--<tr>
  <td>{ibf.lang.hide_session_txt}<br/ ><span class='desc'>{ibf.lang.hs_exp}</span></td>
  <td align='left'>{$data[SESS]}</td>
</tr>-->
<tr>
  <td>{ibf.lang.open_qr}<br/ ></td>
  <td align='left'>{$data[QR]}</td>
</tr>
<tr>
  <td>{ibf.lang.pp_number_posts}</td>
  <td align='left'><select name='postpage' class='forminput'>{$data['PPS']}</select></td>
</tr>
<tr>
  <td>{ibf.lang.pp_number_topics}</td>
  <td align='left'><select name='topicpage' class='forminput'>{$data['TPS']}</select></td>
</tr>
</table>
&nbsp;<span class='desc'>{ibf.lang.need_cookie_yum_yum}</span>
<div class="pformstrip" align='center'><input type='submit' name='submit' value='{ibf.lang.settings_submit}' class='forminput' /></div>
</form>
<!--IBF_END_FUNC|settings_end-->

<!--IBF_START_FUNC|skin_lang_header|$lang_select, $key=""-->

<script language='Javascript' type="text/javascript">
  <!--
	function do_preview() {
		
		var f = document.prefs.u_skin;
		
		if (f.options[f.selectedIndex].value == -1) {
			return false;
		}
		
		window.open( "$ibforums->js_base_url" + 'skinid='+f.options[f.selectedIndex].value, 'Preview', 'width=800,height=600,top=0,left=0,resizable=1,scrollbars=1,location=no,directories=no,status=no,menubar=no,toolbar=no');
		
	}
  -->
</script>
<form action="{ibf.script_url}auth_key=$key" method="post" name='prefs'>
<input type='hidden' name='act' value='UserCP' />
<input type='hidden' name='CODE' value='07' />
<div class="pformstrip">{ibf.lang.settings_title}</div>                
<table width="100%">
<tr>
  <td width="50%">{ibf.lang.settings_lang_txt}</td>
  <td align='left'>$lang_select</td>
</tr>
</table>
<!--IBF_END_FUNC|skin_lang_header-->

<!--IBF_START_FUNC|dead_section|-->

<div class="pformstrip">{ibf.lang.dead_section_title}</div>
<p>
{ibf.lang.dead_section_text}
</p>
<!--IBF_END_FUNC|dead_section-->

<!--IBF_START_FUNC|settings_header|$Profile, $time_select, $time, $dst_check, $key=""-->

<form action="{ibf.script_url}auth_key=$key" method="post">
<input type='hidden' name='act' value='UserCP' />
<input type='hidden' name='CODE' value='05' />
<div class="pformstrip">{ibf.lang.settings_time}</div>
<p>
{ibf.lang.settings_time_txt}&nbsp;$time
<br />
$time_select
<br /><br />
<input type='checkbox' class='forminput' name='DST' value='1' $dst_check /> &nbsp;{ibf.lang.dst_box}
</p>
<!--IBF_END_FUNC|settings_header-->

<!--IBF_START_FUNC|menu_bar_msg_folder_link|$id, $real-->

&nbsp; '-- <a href='{ibf.script_url}act=Msg&amp;CODE=01&amp;VID=$id'>$real</a><br />
<!--IBF_END_FUNC|menu_bar_msg_folder_link-->

<!--IBF_START_FUNC|CP_end|-->

</td>
</tr>
</table>
<!-- end main CP area -->
<br clear="all" />
<!--IBF_END_FUNC|CP_end-->

<!--IBF_START_FUNC|splash|$member-->

<div class='pformstrip'>{ibf.lang.stats_header}</div>
	  <table width='100%' border="0" cellspacing="0" cellpadding="4">
		<tr> 
		  <td width="40%">{ibf.lang.email_address}</td>
		  <td width="60%">{$member[MEMBER_EMAIL]}</td>
		</tr>
		<tr> 
		  <td width="40%">{ibf.lang.number_posts}</td>
		  <td width="60%">{$member[MEMBER_POSTS]}</td>
		</tr>
		<tr> 
		  <td width="40%">{ibf.lang.registered}</td>
		  <td width="60%">{$member[DATE_REGISTERED]}</td>
		</tr>
		<tr> 
		  <td width="40%">{ibf.lang.daily_average}</td>
		  <td width="60%">{$member[DAILY_AVERAGE]}</td>
		</tr>
	  </table>
	  <!-- MSG -->
	  <div class='pformstrip'>{ibf.lang.messenger_summary}</div>
	  <table width="100%" border="0" cellspacing="0" cellpadding="4">
		<tr> 
		  <td width="40%">{ibf.lang.total_messages}</td>
		  <td width="60%">{$member['total_messages']} {$member['full_percent']}</td>
		</tr>
		<tr> 
		  <td width="40%">{ibf.lang.messages_left}</td>
		  <td width="60%">{$member['space_free']} {$member['full_messenger']}</td>
		</tr>
	  </table>
	  <!-- END MSG -->
	  <div class='pformstrip'>{ibf.lang.note_pad}</div>
	  <div align='center'>
	  <p>
		<form name='notepad' action="{ibf.script_url}" method="post">
		<input type='hidden' name='act' value='UserCP' />
		<input type='hidden' name='s' value='{ibf.session_id}' />
		<input type='hidden' name='CODE' value='20' />
        <textarea cols='65' rows='{$member['SIZE']}' onkeypress=FKeyPress(notes); onkeydown=FKeyDown(notes); name='notes' class='forminput'>{$member['NOTES']}</textarea>
        <br />
	    {ibf.lang.ta_size}&nbsp;<select name='ta_size' class='forminput'>
        {$member['SIZE_CHOICE']}</select>
        <input type='submit' value='{ibf.lang.submit_notepad}' class='forminput' />
        </form>
      </p>
     </div>
<!--IBF_END_FUNC|splash-->

<!--IBF_START_FUNC|birthday|$day,$month,$year-->

<tr>
  <td class='pformleft'><b>{ibf.lang.birthday}</b></td>
  <td class='pformright'>
  <select name='day' class='forminput'>{$day}</select> 
  <select name='month' class='forminput'>{$month}</select> 
  <select name='year' class='forminput'>{$year}</select>
  </td>
  </tr>
<!--IBF_END_FUNC|birthday-->

<!--IBF_START_FUNC|member_title|$title-->

<tr>
   <td class='pformleft'><b>{ibf.lang.member_title}</b></td>
   <td class='pformright'><input type='text' size='40' maxlength='120' name='member_title' value='$title' class='forminput'></td>
   </tr>
<!--IBF_END_FUNC|member_title-->

<!--IBF_START_FUNC|required_title|-->

<div class='pformstrip'>{ibf.lang.cf_required}</div>
 <table width='100%'>
<!--IBF_END_FUNC|required_title-->

<!--IBF_START_FUNC|required_end|-->

</table>
<!--IBF_END_FUNC|required_end-->

<!--IBF_START_FUNC|field_entry|$title, $desc="", $content-->

<tr>
  <td class='pformleft' valign='top'><b>$title</b><br />$desc</td>
  <td class='pformright'>$content</td>
  </tr>
<!--IBF_END_FUNC|field_entry-->

<!--IBF_START_FUNC|field_textinput|$name, $value=""-->

<input type='text' size='50' name='$name' value='$value' class='forminput' />
<!--IBF_END_FUNC|field_textinput-->

<!--IBF_START_FUNC|field_dropdown|$name, $options-->

<select name='$name' class='forminput'>$options</select>
<!--IBF_END_FUNC|field_dropdown-->

<!--IBF_START_FUNC|field_textarea|$name, $value-->

<textarea cols='60' rows='5' wrap='soft' name='$name' class='forminput'>$value</textarea>
<!--IBF_END_FUNC|field_textarea-->

<!--IBF_START_FUNC|Menu_bar|$base_url-->

<!--
TABLE TO FIX IE/6 ISSUE
The one where 23% margin + 100% table = 123% in IE6 o_O
-->
<table cellspacing="0" cellpadding="0" width='100%'>
<tr>
 <td id="ucpmenu" valign="top">
    <div class='maintitle'>{ibf.lang.tt_menu}</div>
	 <!-- Messenger -->
	 <div class='pformstrip'>{ibf.lang.m_messenger}</div>
	 <p>
	 &middot; <a href='{$base_url}act=Msg&amp;CODE=04'><strong>{ibf.lang.mess_new}</strong></a><br />
	 &middot; <a href='{$base_url}act=Msg&amp;CODE=01'><strong>{ibf.lang.mess_inbox}</strong></a><br />
	 <!--IBF.FOLDER_LINKS-->
	 &middot; <a href='{$base_url}act=Msg&amp;CODE=delete'>{ibf.lang.mi_prune_msg}</a><br />
	  &middot; <a href='{$base_url}act=Msg&amp;CODE=07'>{ibf.lang.mess_folders}</a><br />
	 &middot; <a href='{$base_url}act=Msg&amp;CODE=02'>{ibf.lang.mess_contact}</a><br />
	 &middot; <a href='{$base_url}act=Msg&amp;CODE=14'>{ibf.lang.mess_archive}</a><br />
	 &middot; <a href='{$base_url}act=Msg&amp;CODE=20'>{ibf.lang.mess_saved}</a><br />
	 &middot; <a href='{$base_url}act=Msg&amp;CODE=30'>{ibf.lang.mess_tracker}</a><br />
	 </p>
	 <!-- End Messenger -->
	 <!-- Topic Tracker -->
	 <div class='pformstrip'>{ibf.lang.m_tracker}</div>
	 <p>
	 &middot; <a href='{$base_url}act=UserCP&amp;CODE=26'>{ibf.lang.m_view_subs}</a><br />
	 &middot; <a href='{$base_url}act=UserCP&amp;CODE=50'>{ibf.lang.m_view_forum}</a><br />
	 </p>
	 <!-- Profile -->
	 <div class='pformstrip'>{ibf.lang.m_personal}</div>
	 <p>
	 &middot; <a href='{$base_url}act=UserCP&amp;CODE=01'>{ibf.lang.m_contact_info}</a><br />
	 &middot; <a href='{$base_url}act=UserCP&amp;CODE=22'>{ibf.lang.m_sig_info}</a><br />
	 &middot; <a href='{$base_url}act=UserCP&amp;CODE=24'>{ibf.lang.m_avatar_info}</a><br />
	 &middot; <a href='{$base_url}act=UserCP&amp;CODE=photo'>{ibf.lang.m_change_photo}</a><br />
	 </p>
	 <!-- Options -->
	 <div class='pformstrip'>{ibf.lang.m_options}</div>
	 <p>
	 &middot; <a href='{$base_url}act=UserCP&amp;CODE=02'>{ibf.lang.m_email_opt}</a><br />
	 &middot; <a href='{$base_url}act=UserCP&amp;CODE=04'>{ibf.lang.m_board_opt}</a><br />
	 &middot; <a href='{$base_url}act=UserCP&amp;CODE=06'>{ibf.lang.m_skin_lang}</a><br />
	 &middot; <a href='{$base_url}act=UserCP&amp;CODE=08'>{ibf.lang.m_email_change}</a><br />
	 &middot; <a href='{$base_url}act=UserCP&amp;CODE=28'>{ibf.lang.m_passy_opt}</a>
	 </p>
 </td>
 <td style='padding:2px'><!-- --></td>
<!-- Start main CP area -->
 <td id="ucpcontent" valign="top">
  <div class='maintitle'>{ibf.lang.welcome}</div>
<!--IBF_END_FUNC|Menu_bar-->

<!--IBF_START_FUNC|personal_panel|$Profile-->

<script language="javascript" type='text/javascript'>
<!--
var LocationMax  = "{ibf.vars.max_location_length}";
var InterestMax  = "{ibf.vars.max_interest_length}";
function CheckLength(Type) {
    LocationLength  = document.theForm.Location.value.length;
    InterestLength  = document.theForm.Interests.value.length;
    message  = "";
    if (Type == "location") {
        if (LocationMax !=0) {
            message = "{ibf.lang.js_location}: {ibf.lang.js_max} " + LocationMax + " {ibf.lang.js_characters}.";
        } else {
            message = "";
        }
        alert(message + "  {ibf.lang.js_used} " + LocationLength + " {ibf.lang.js_so_far}.");
    }
    if (Type == "interest") {
        if (InterestMax !=0) {
            message = "{ibf.lang.js_interests}: {ibf.lang.js_max} " + InterestMax + " {ibf.lang.js_characters}.";
        } else {
            message = "";
        }
        alert(message + "  {ibf.lang.js_used} " + InterestLength + " {ibf.lang.js_so_far}.");
    }
    
}
function ValidateProfile() {
    LocationLength  = document.theForm.Location.value.length;
    InterestLength  = document.theForm.Interests.value.length;
    errors = "";
    if (LocationMax !=0) {
        if (LocationLength > LocationMax) {
            errors = "{ibf.lang.js_location}:  {ibf.lang.js_max} " + LocationMax + " {ibf.lang.js_characters}.  {ibf.lang.js_used}: " + LocationLength;
        }
    }
    if (InterestMax !=0) {
        if (InterestLength > InterestMax) {
            errors = errors + "  {ibf.lang.js_interests}:  {ibf.lang.js_max} " + InterestMax + " {ibf.lang.js_characters}.  {ibf.lang.js_used}: " + InterestLength;
        }
    } 
    
    if (errors != "") {
        alert(errors);
        return false;
    } else {
        return true;
    }
}
//-->
  </script>
<form action="{ibf.script_url}auth_key={$Profile['key']}" method="post" name='theForm' onsubmit='return ValidateProfile()'>
<input type='hidden' name='act' value='UserCP' />
<input type='hidden' name='CODE' value='21' />
<!--{REQUIRED.FIELDS}-->
<div class='pformstrip'>{ibf.lang.profile_title}</div>
<table width='100%'>
<!--{MEMBERTITLE}-->
<!--{BIRTHDAY}-->
<tr>
  <td class='pformleft'>{ibf.lang.website}</td>
  <td class='pformright'><input type='text' size='40' maxlength='1200' name='WebSite' value='{$Profile['website']}' class='forminput' /></td>
</tr>
<tr>
  <td class='pformleft'>{ibf.lang.sex}</td>
  <td class='pformright'><select name='sex' class='forminput'>{$Profile['opts']}</select></td>
</tr>  
<tr>
  <td class='pformleft'>{ibf.lang.icq}</td>
  <td class='pformright'><input type='text' size='40' maxlength='20' name='ICQNumber' value='{$Profile['icq_number']}' class='forminput' /></td>
</tr>
<tr>
  <td class='pformleft'>{ibf.lang.aol}</td>
  <td class='pformright'><input type='text' size='40' maxlength='30' name='AOLName' value='{$Profile['aim_name']}' class='forminput' /></td>
</tr>
<tr>
  <td class='pformleft'>{ibf.lang.yahoo}</td>
  <td class='pformright'><input type='text' size='40' maxlength='30' name='YahooName' value='{$Profile['yahoo']}' class='forminput' /></td>
</tr>
<tr>
  <td class='pformleft'>{ibf.lang.msn}</td>
  <td class='pformright'><input type='text' size='40' maxlength='30' name='MSNName' value='{$Profile['msnname']}' class='forminput' /></td>
</tr>
<tr>
  <td class='pformleft'><a href='http://www.integritymessenger.com/' target='_blank'>{ibf.lang.integ_msg}</a></td>
  <td class='pformright'><input type='text' size='40' maxlength='30' name='integ_msg' value='{$Profile['integ_msg']}' class='forminput' /></td>
</tr>
<tr>
  <td class='pformleft'>{ibf.lang.location}<br />(<a href='javascript:CheckLength("location");'>{ibf.lang.check_length}</a>)</td>
  <td class='pformright'><input type='text' size='40' name='Location' value='{$Profile['location']}' class='forminput' /></td>
</tr>
<tr>
  <td class='pformleft' valign='top'>{ibf.lang.interests}<br />(<a href='javascript:CheckLength("interest");'>{ibf.lang.check_length}</a>)</td>
  <td class='pformright'><textarea cols='60' rows='10' wrap='soft' name='Interests' class='forminput'>{$Profile['interests']}</textarea></td>
</tr>
<!--{OPTIONAL.FIELDS}-->
<tr>
  <td class='pformstrip' align='center' colspan='2'><input type="submit" value="{ibf.lang.submit_profile}" class='forminput' /></td>
</tr>
</table>
</form>
<!--IBF_END_FUNC|personal_panel-->

<!--IBF_START_FUNC|avatar_url_field|$avatar-->

<table class='tablebasic' cellpadding='4'>
<tr>
  <td class='pformleft'>{ibf.lang.av_url}</td>
  <td class='pformright'><input type='text' size='40' maxlength='80' name='url_avatar' value='$avatar' class='forminput' onfocus='select_url()' />&nbsp;&nbsp;(<a href='javascript:restore_it()'>{ibf.lang.pp_restore}</a>)</td>
</tr>
</table>
<!--IBF_END_FUNC|avatar_url_field-->

<!--IBF_START_FUNC|signature|$sig, $t_sig, $key-->

<script language="javascript1.2" type="text/javascript">
<!--
var MessageMax  = "{ibf.lang.the_max_length}";
var Override    = "{ibf.lang.override}";
function CheckLength() {
    MessageLength  = document.REPLIER.Post.value.length;
    message  = "";
        if (MessageMax > 0) {
            message = "{ibf.lang.js_max_length} " + MessageMax + " {ibf.lang.js_characters}.";
        } else {
            message = "";
        }
        alert(message + " {ibf.lang.js_used} " + MessageLength + " {ibf.lang.js_characters}.");
}
function ValidateForm() {
    MessageLength  = document.REPLIER.Post.value.length;
    errors = "";
    if (MessageMax !=0) {
        if (MessageLength > MessageMax) {
            errors = "{ibf.lang.js_max_length} " + MessageMax + " {ibf.lang.js_characters}. {ibf.lang.js_current}: " + MessageLength;
        }
    }
    if (errors != "" && Override == "") {
        alert(errors);
        return false;
    } else {
        document.REPLIER.submit.disabled = true;
        return true;
    }
}
// IBC Code stuff
	var text_enter_url      = "{ibf.lang.jscode_text_enter_url}";
	var text_enter_url_name = "{ibf.lang.jscode_text_enter_url_name}";
	var text_enter_image    = "{ibf.lang.jscode_text_enter_image}";
	var text_enter_email    = "{ibf.lang.jscode_text_enter_email}";
	var text_enter_flash    = "{ibf.lang.jscode_text_enter_flash}";
	var text_code           = "{ibf.lang.jscode_text_code}";
	var text_quote          = "{ibf.lang.jscode_text_quote}";
	var error_no_url        = "{ibf.lang.jscode_error_no_url}";
	var error_no_title      = "{ibf.lang.jscode_error_no_title}";
	var error_no_email      = "{ibf.lang.jscode_error_no_email}";
	var error_no_width      = "{ibf.lang.jscode_error_no_width}";
	var error_no_height     = "{ibf.lang.jscode_error_no_height}";
	var prompt_start        = "{ibf.lang.js_text_to_format}";
	
	var help_bold           = "{ibf.lang.hb_bold}";
	var help_italic         = "{ibf.lang.hb_italic}";
	var help_under          = "{ibf.lang.hb_under}";
	var help_font           = "{ibf.lang.hb_font}";
	var help_size           = "{ibf.lang.hb_size}";
	var help_color          = "{ibf.lang.hb_color}";
	var help_close          = "{ibf.lang.hb_close}";
	var help_url            = "{ibf.lang.hb_url}";
	var help_img            = "{ibf.lang.hb_img}";
	var help_email          = "{ibf.lang.hb_email}";
	var help_quote          = "{ibf.lang.hb_quote}";
	var help_list           = "{ibf.lang.hb_list}";
	var help_code           = "{ibf.lang.hb_code}";
	var help_click_close    = "{ibf.lang.hb_click_close}";
	var list_prompt         = "{ibf.lang.js_tag_list}";
//-->
</script>
<form action="{ibf.script_url}" method="post" name='REPLIER'>
<input type='hidden' name='act' value='UserCP' />
<input type='hidden' name='CODE' value='23' />
<input type='hidden' name='key' value='$key' />
<div class='pformstrip'>{ibf.lang.cp_current_sig}</div>
<div class='signature' style="width:75%;margin-right:auto;margin-left:auto;padding:6px">$sig</div>
<div class='pformstrip'>{ibf.lang.cp_edit_sig}</div>
<table width="100%">
<tr> 
  <td class="pformleft">
	<input type='radio' name='bbmode' value='ezmode' onclick='setmode(this.value)' />&nbsp;<b>{ibf.lang.bbcode_guided}</b><br />
	<input type='radio' name='bbmode' value='normal' onclick='setmode(this.value)' checked="checked" />&nbsp;<b>{ibf.lang.bbcode_normal}</b>
    <script language='javascript' type="text/javascript" src='html/ibfcode.js'></script>
  </td>
  <td class="pformright" valign="top">
	<input type='button' accesskey='b' value=' B '       onclick='simpletag("B")' class='codebuttons' name='B' style="font-weight:bold" onmouseover="hstat('bold')" />
	<input type='button' accesskey='i' value=' I '       onclick='simpletag("I")' class='codebuttons' name='I' style="font-style:italic" onmouseover="hstat('italic')" />
	<input type='button' accesskey='u' value=' U '       onclick='simpletag("U")' class='codebuttons' name='U' style="text-decoration:underline" onmouseover="hstat('under')" />
	
	<select name='ffont' class='codebuttons' onchange="alterfont(this.options[this.selectedIndex].value, 'FONT')"  onmouseover="hstat('font')">
	<option value='0'>{ibf.lang.ct_font}</option>
	<option value='Arial' style='font-family:Arial'>{ibf.lang.ct_arial}</option>
	<option value='Times' style='font-family:Times'>{ibf.lang.ct_times}</option>
	<option value='Courier' style='font-family:Courier'>{ibf.lang.ct_courier}</option>
	<option value='Impact' style='font-family:Impact'>{ibf.lang.ct_impact}</option>
	<option value='Geneva' style='font-family:Geneva'>{ibf.lang.ct_geneva}</option>
	<option value='Optima' style='font-family:Optima'>Optima</option>
	</select><select name='fsize' class='codebuttons' onchange="alterfont(this.options[this.selectedIndex].value, 'SIZE')" onmouseover="hstat('size')">
	<option value='0'>{ibf.lang.ct_size}</option>
	<option value='1'>{ibf.lang.ct_sml}</option>
	<option value='7'>{ibf.lang.ct_lrg}</option>
	<option value='14'>{ibf.lang.ct_lest}</option>
	</select><select name='fcolor' class='codebuttons' onchange="alterfont(this.options[this.selectedIndex].value, 'COLOR')" onmouseover="hstat('color')">
	<option value='0'>{ibf.lang.ct_color}</option>
	<option value='blue' style='color:blue'>{ibf.lang.ct_blue}</option>
	<option value='red' style='color:red'>{ibf.lang.ct_red}</option>
	<option value='purple' style='color:purple'>{ibf.lang.ct_purple}</option>
	<option value='orange' style='color:orange'>{ibf.lang.ct_orange}</option>
	<option value='yellow' style='color:yellow'>{ibf.lang.ct_yellow}</option>
	<option value='gray' style='color:gray'>{ibf.lang.ct_grey}</option>
	<option value='green' style='color:green'>{ibf.lang.ct_green}</option>
	</select>
	&nbsp; <a href='javascript:closeall();' onmouseover="hstat('close')">{ibf.lang.js_close_all_tags}</a>
	<br />
	<input type='button' accesskey='h' value=' http:// ' onclick='tag_url()'            class='codebuttons' name='url' onmouseover="hstat('url')">
	<input type='button' accesskey='g' value=' IMG '     onclick='tag_image()'          class='codebuttons' name='img' onmouseover="hstat('img')">
	<input type='button' accesskey='e' value='  @  '     onclick='tag_email()'          class='codebuttons' name='email' onmouseover="hstat('email')">
	<input type='button' accesskey='q' value=' QUOTE '   onclick='simpletag("QUOTE")'   class='codebuttons' name='QUOTE' onmouseover="hstat('quote')">
	<input type='button' accesskey='p' value=' CODE '    onclick='simpletag("CODE")'    class='codebuttons' name='CODE' onmouseover="hstat('code')">
	<input type='button' accesskey='l' value=' LIST '     onclick='tag_list()'          class='codebuttons' name="LIST" onmouseover="hstat('list')">
	<!--<input type='button' accesskey='l' value=' SQL '     onclick='simpletag("SQL")'     class='codebuttons' name='SQL'>
	<input type='button' accesskey='t' value=' HTML '    onclick='simpletag("HTML")'    class='codebuttons' name='HTML'>-->
	<br />
	<input type='text' name='helpbox' size='50' maxlength='120' style='width:450px;font-size:10px;font-family:verdana,arial;border:0px;font-weight:bold;' readonly="readonly" class='row1' value="{ibf.lang.hb_start}" />
	<br />
	<b>{ibf.lang.hb_open_tags}:</b>&nbsp;<input type='text' name='tagcount' size='3' maxlength='3' style='font-size:10px;font-family:verdana,arial;border:0px;font-weight:bold;' readonly="readonly" class='row1' value="0" />
  </td>
</tr>
</table>
<div align="center"><p><textarea cols='60' rows='12' onkeypress=FKeyPress(Post); onkeydown=FKeyDown(Post); name='Post' tabindex='3' class='textinput'>$t_sig</textarea><br />(<a href='javascript:CheckLength()'>{ibf.lang.check_length}</a>)</p></div>
<div class='pformstrip' align="center"><input type='submit' value='{ibf.lang.cp_submit_sig}' class="forminput" /></div>
</form>
<!--IBF_END_FUNC|signature-->

<!--IBF_START_FUNC|email_change|$txt="", $msg=""-->

<script language='Javascript' type="text/javascript">
   var msg = "$msg";
   if ( msg != "")
   {
	   alert(msg);
   }
    </script>
<form action="{ibf.script_url}" method="post" name='form1'>
<input type='hidden' name='act' value='UserCP' />
<input type='hidden' name='CODE' value='09' />
<div class="pformstrip">{ibf.lang.change_email_title}</div>
<p>$txt</p>
<table width="100%" style="padding:6px">
<tr>
  <td width='40%'><strong>{ibf.lang.ce_new_email}</strong></td>
  <td align='left'>
  <input type='text' name='in_email_1' value='' class='forminput' size="20" /></td>
</tr>
<tr>
  <td><strong>{ibf.lang.ce_new_email2}</strong></td>
  <td align='left'>
  <input type='text' name='in_email_2' value='' class='forminput' size="20" /></td>
</tr>
<tr>
  <td><strong>{ibf.lang.ec_passy}</strong></td>
  <td align='left'>
  <input type='password' name='password' value='' class='forminput' size="20" /></td>
</tr>
</table>
<!--ANTIBOT-->
<div align="center" class="pformstrip"><input type="submit" name='change_email' value="{ibf.lang.account_email_submit}" class='forminput' /></div>
</form>
<!--IBF_END_FUNC|email_change-->

<!--IBF_START_FUNC|email_change_img|$regid=""-->

<div class="pformstrip">{ibf.lang.ras_title}</div>
<table width="100%" style="padding:6px">
<tr>
  <td width='40%'>{ibf.lang.ras_numbers}</td>
  <td>
	 <input type='hidden' name='regid' value='$regid' />
	 <img src='{ibf.script_url}act=UserCP&amp;CODE=show_image&amp;rc={$regid}&amp;p=1' border='0' alt='Code Bit' />
	 &nbsp;<img src='{ibf.script_url}act=UserCP&amp;CODE=show_image&amp;rc={$regid}&amp;p=2' border='0' alt='Code Bit' />
	 &nbsp;<img src='{ibf.script_url}act=UserCP&amp;CODE=show_image&amp;rc={$regid}&amp;p=3' border='0' alt='Code Bit' />
	 &nbsp;<img src='{ibf.script_url}act=UserCP&amp;CODE=show_image&amp;rc={$regid}&amp;p=4' border='0' alt='Code Bit' />
	 &nbsp;<img src='{ibf.script_url}act=UserCP&amp;CODE=show_image&amp;rc={$regid}&amp;p=5' border='0' alt='Code Bit' />
	 &nbsp;<img src='{ibf.script_url}act=UserCP&amp;CODE=show_image&amp;rc={$regid}&amp;p=6' border='0' alt='Code Bit' />
  </td>
</tr>
<tr>
  <td width='40%'>{ibf.lang.ras_text}</td>
  <td><input type='text' size='32' maxlength='32' name='reg_code' class='forminput' /></td>
</tr>
</table>
<!--IBF_END_FUNC|email_change_img-->

<!--IBF_START_FUNC|email_change_gd|$regid=""-->

<div class="pformstrip">{ibf.lang.ras_title}</div>
<table width="100%" style="padding:6px">
<tr>
  <td width='40%'>{ibf.lang.ras_numbers}</td>
  <td>
	 <input type='hidden' name='regid' value='$regid' />
	 <img src='{ibf.script_url}act=UserCP&amp;CODE=show_image&amp;rc={$regid}' border='0' alt='Code Bit' />
  </td>
</tr>
<tr>
  <td width='40%'>{ibf.lang.ras_text}</td>
  <td><input type='text' size='32' maxlength='32' name='reg_code' class='forminput' /></td>
</tr>
</table>
<!--IBF_END_FUNC|email_change_gd-->

<!--IBF_START_FUNC|pass_change|-->

<form action="{ibf.script_url}" method="post" name='form1'>
<input type='hidden' name='act' value='UserCP' />
<input type='hidden' name='CODE' value='29' />
<div class="pformstrip">{ibf.lang.account_pass_title}</div>
<p>{ibf.lang.pass_change_text}</p>
<table width="100%" style="padding:6px">
<tr>
  <td><b>{ibf.lang.account_pass_old}</b></td>
  <td>
  <input type='password' name='current_pass' value='' class='forminput' size="20" /></td>
</tr>
<tr>
  <td><b>{ibf.lang.account_pass_new}</b></td>
  <td>
  <input type='password' name='new_pass_1' value='' class='forminput' size="20" /></td>
</tr>
<tr>
  <td><b>{ibf.lang.account_pass_new2}</b></td>
  <td>
  <input type='password' name='new_pass_2' value='' class='forminput' size="20" /></td>
</tr>
</table>
<div align="center" class="pformstrip"><input type="submit" name='s_pass' value="{ibf.lang.account_pass_submit}" class='forminput' /></div>
</form>
<!--IBF_END_FUNC|pass_change-->

<!--IBF_START_FUNC|avatar_main|$data, $formextra="", $hidden_field="", $key=""-->

<script langauge='javascript' type="text/javascript">
<!--
var url_input      = "{$data['current_url_avatar']}";
var remove_pressed = 0;
function select_url() {
  restore_it();
}
function select_upload() {
  
  try
  {
	  if ( document.creator.url_avatar.value != "" ) {
		  url_input = document.creator.url_avatar.value;
	  }
	
	  document.creator.url_avatar.value = "";
  }
  catch(nourl)
  {
  	  return true;
  }
}
function restore_it()
{
	if (url_input != "")
	{
		document.creator.url_avatar.value = url_input;
	}
}
function checkform()
{
	if ( remove_pressed != 1 )
	{
		return true;
	}
	else
	{
		fcheck = confirm("{ibf.lang.av_confirm}");
		if ( fcheck == true )
		{
			return true;
		}
		else
		{
			return false;
		}
	}
}
  
//-->
    </script>
<!--IBF.LIMITS_AVATAR-->
<div class="pformstrip">{ibf.lang.av_current}</div>
<div class="tablepad" align="center">{$data['current_avatar_image']}<br />{$data['current_avatar_type']} {$data['current_avatar_dims']}</div>
<div class="pformstrip">{ibf.lang.avatar_pre_title}</div>
<form action='{ibf.script_url}act=UserCP&amp;CODE=getgallery' method='post'>
<table class='tablebasic' cellpadding='4'>
<tr>
 <td class='pformleft'>{ibf.lang.av_go_gal}</td>
 <td class='pformright'>{$data['avatar_galleries']}&nbsp;&nbsp;<input type="submit" value="{ibf.lang.av_go_go}" name="submit" class="forminput" /></td>
</tr>
</table>
</form>
<form action='{ibf.script_url}auth_key=$key' method='post' $formextra name='creator' onsubmit="return checkform();">
<input type='hidden' name='act' value='UserCP' />
<input type='hidden' name='CODE' value='25' />
$hidden_field
<!--IBF.EXTERNAL_TITLE-->
<!--IBF.URL_AVATAR-->
<!--IBF.UPLOAD_AVATAR-->
<!--IPB.SIZE-->
<div align="center" class="pformstrip">
  <input type="submit" name="submit" value="{ibf.lang.av_update}" class='forminput' />
  &nbsp;&nbsp;&nbsp;<input type="submit" name="remove" onclick="remove_pressed=1;" value="{ibf.lang.av_remove}" class='forminput' />
</div>
</form>
<!--IBF_END_FUNC|avatar_main-->

<!--IBF_START_FUNC|avatar_gallery_start_table|$title="", $av_gals="", $current_folder, $key=""-->

<div class="pformstrip">{ibf.lang.av_gallery_title} $title</div>
<form action='{ibf.script_url}act=UserCP&amp;CODE=getgallery' method='post'>
<div id="padandcenter"><strong>{ibf.lang.av_gall_jump}</strong>&nbsp;$av_gals&nbsp;&nbsp;<input type="submit" value="{ibf.lang.av_go_go}" name="submit" class="forminput" /></div>
</form>
<form action='{ibf.script_url}auth_key=$key' method='post'>
<input type='hidden' name='act' value='UserCP' />
<input type='hidden' name='CODE' value='setinternalavatar' />
<input type='hidden' name='current_folder' value='$current_folder' />
<table class='tablebasic' cellpadding='4'>
<!--IBF_END_FUNC|avatar_gallery_start_table-->

<!--IBF_START_FUNC|avatar_gallery_end_table|-->

</table>
<div align="center" class="pformstrip">
  <input type="submit" name="submit" value="{ibf.lang.av_gall_submit}" class='forminput' />
  &nbsp;&nbsp;&nbsp;<input type="button" name="remove" onclick="self.location='{ibf.script_url}act=UserCP&amp;CODE=24';" value="{ibf.lang.av_gall_cancel}" class='forminput' />
</div>
</form>
<!--IBF_END_FUNC|avatar_gallery_end_table-->

<!--IBF_START_FUNC|avatar_gallery_start_row|-->

<tr>
<!--IBF_END_FUNC|avatar_gallery_start_row-->

<!--IBF_START_FUNC|avatar_gallery_end_row|-->

</tr>
<!--IBF_END_FUNC|avatar_gallery_end_row-->

<!--IBF_START_FUNC|avatar_gallery_cell_row|$img, $txt, $form-->

<td align="center"><img src="html/avatars{$img}" border="0" alt="txt"><br /><input type="radio" class="radiobutton" name="avatar" value="$form" id="$form" />&nbsp;<strong><label for="$form">$txt</label></strong></td>
<!--IBF_END_FUNC|avatar_gallery_cell_row-->

<!--IBF_START_FUNC|avatar_gallery_blank_row|-->

<td>&nbsp;</td>
<!--IBF_END_FUNC|avatar_gallery_blank_row-->

<!--IBF_START_FUNC|avatar_autosize|-->

<table class='tablebasic' cellpadding='4'>
<tr>
 <td class='pformleft'>&nbsp;</td>
 <td class='pformright'><strong>{ibf.lang.av_autosize}</strong><br />({ibf.lang.av_as_desc})</td>
</tr>
</table>
<!--IBF_END_FUNC|avatar_autosize-->

<!--IBF_START_FUNC|avatar_mansize|-->

<table class='tablebasic' cellpadding='4'>
<tr>
 <td class='pformleft'>&nbsp;</td>
 <td class='pformright'><strong>{ibf.lang.width}</strong>&nbsp;<input type='text' size='3' name='man_width' />&nbsp;&nbsp;<strong>{ibf.lang.height}</strong>&nbsp;<input type='text' size='3' name='man_height' /></td>
</tr>
</table>
<!--IBF_END_FUNC|avatar_mansize-->

<!--IBF_START_FUNC|avatar_external_title|-->

<div class="pformstrip">{ibf.lang.avatar_url_title}</div>
<!--IBF_END_FUNC|avatar_external_title-->

<!--IBF_START_FUNC|avatar_limits|-->

<div class="pformstrip">{ibf.lang.av_settings}</div>
<p>{ibf.lang.av_text_url} {ibf.lang.av_text_upload}<br />{ibf.lang.av_allowed_files}</p>
<!--IBF_END_FUNC|avatar_limits-->

<!--IBF_START_FUNC|avatar_upload_field|-->

<table class='tablebasic' cellpadding='4'>
<tr>
  <td class='pformleft'>{ibf.lang.av_upload}</td>
  <td class='pformright'><input type='file' size='30' name='upload_avatar' class='forminput' onfocus='select_upload()' onclick='select_upload()' /></td>
</tr>
</table>
<!--IBF_END_FUNC|avatar_upload_field-->

<!--IBF_START_FUNC|photo_page_upload|$max_filesize-->

<tr>
 <td class='pformleft'>{ibf.lang.pph_upload}</td>
 <td class='pformright'><input type='hidden' name='MAX_FILE_SIZE' value='$max_filesize' /><input type='file' name='upload_photo' value='' size='40' class='forminput' onclick="clear_it()"/></td>
</tr>
<!--IBF_END_FUNC|photo_page_upload-->

<!--IBF_START_FUNC|photo_page|$cur_photo, $cur_type, $url_photo, $show_size, $key=""-->

<script language="javascript" type="text/javascript">
<!--
	var url_input      = "$url_photo";
	var remove_pressed = 0;
	
	function clear_it()
	{
		if ( document.bob.url_photo.value != "" )
		{
			url_input = document.bob.url_photo.value;
		}
      
		document.bob.url_photo.value = "";
	}
   
	function restore_it()
	{
		if (url_input != "")
		{
			document.bob.url_photo.value = url_input;
		}
	}
   
	function checkform()
	{
   		if ( remove_pressed != 1 )
   		{
   			return true;
   		}
   		else
   		{
   			fcheck = confirm("{ibf.lang.pp_confirm}");
   			if ( fcheck == true )
   			{
   				return true;
   			}
   			else
   			{
   				return false;
   			}
   		}
	}
//-->
</script>
<form action="{ibf.script_url}auth_key=$key" enctype='multipart/form-data' method="post" name="bob" onsubmit="return checkform();">
<input type='hidden' name='act' value='UserCP' />
<input type='hidden' name='CODE' value='dophoto' />
<div class="pformstrip">{ibf.lang.pph_title}</div>
<p>{ibf.lang.pph_desc}<br />{ibf.lang.pph_max}</p>
<div class="pformstrip">{ibf.lang.pph_current}</div>
<div align="center">
 <p>$cur_photo<br />$cur_type $show_size</p>
</div>
<div class="pformstrip">{ibf.lang.pph_change}</div>
<table class='tablebasic' cellpadding='4'>
<tr>
 <td class='pformleft'>{ibf.lang.pph_url}</td>
 <td class='pformright'><input type='text' onfocus="restore_it()" name='url_photo' value='$url_photo' size='40' class='forminput' />&nbsp;&nbsp;(<a href='javascript:restore_it()'>{ibf.lang.pp_restore}</a>)</td>
</tr>
<!--IPB.UPLOAD-->
<!--IPB.SIZE-->
</table>
<div align="center" class="pformstrip">
  <input type="submit" name='submit' value="{ibf.lang.pph_submit}" class='forminput' />
  &nbsp;&nbsp;&nbsp;&nbsp;<input type="submit" onclick="remove_pressed=1;" name='remove' value="{ibf.lang.pph_remove}" class='forminput' />
</div>
</form>
<!--IBF_END_FUNC|photo_page-->

<!--IBF_START_FUNC|photo_page_autosize|-->

<tr>
 <td class='pformleft'>&nbsp;</td>
 <td class='pformright'><strong>{ibf.lang.pph_autosize}</strong><br />({ibf.lang.pph_as_desc})</td>
</tr>
<!--IBF_END_FUNC|photo_page_autosize-->

<!--IBF_START_FUNC|photo_page_mansize|-->

<tr>
 <td class='pformleft'>&nbsp;</td>
 <td class='pformright'><strong>{ibf.lang.width}</strong>&nbsp;<input type='text' size='3' name='man_width' />&nbsp;&nbsp;<strong>{ibf.lang.height}</strong>&nbsp;<input type='text' size='3' name='man_height' /></td>
</tr>
<!--IBF_END_FUNC|photo_page_mansize-->


<!--IBF_GROUP_END:skin_ucp-->
<!-- PLEASE LEAVE ALL 'IBF' COMMENTS IN PLACE, DO NOT REMOVE THEM! -->
<!--IBF_GROUP_START:skin_stats-->

<!--IBF_START_FUNC|top_poster_footer|$info-->

</table>
  <div class='pformstrip' dir='rtl' align='center'>{ibf.lang.total_today} $info</div>
</div>
<!--IBF_END_FUNC|top_poster_footer-->

<!--IBF_START_FUNC|top_poster_no_info|-->

<tr>
	  <td colspan='5' align='center' class='row1' valign='middle'>{ibf.lang.no_info}</td>
   </tr>
<!--IBF_END_FUNC|top_poster_no_info-->

<!--IBF_START_FUNC|leader_row_forum_start|$id, $count_string-->

<form method="post" onsubmit="if(document.jmenu$id.f.value == -1){return false;}" action="{ibf.script_url}act=SF" name="jmenu$id">
<select class='forminput' name="f" onchange="if(this.options[this.selectedIndex].value != -1){ document.jmenu$id.submit() }" style='width:95%'>
<option value="-1">$count_string</option>
<option value="-1">--------------------------------------------------------</option>
<!--IBF_END_FUNC|leader_row_forum_start-->

<!--IBF_START_FUNC|leader_row_forum_entry|$id, $name-->

<option value='$id'>$name</option>
<!--IBF_END_FUNC|leader_row_forum_entry-->

<!--IBF_START_FUNC|leader_row_forum_end|-->

</select></form>
<!--IBF_END_FUNC|leader_row_forum_end-->

<!--IBF_START_FUNC|close_strip|-->

</table>
</div>
<br />
<!--IBF_END_FUNC|close_strip-->

<!--IBF_START_FUNC|top_poster_header|-->

<div class='tableborder'>
 <div class='maintitle'><{CAT_IMG}>&nbsp;{ibf.lang.todays_posters}</div>
 <table cellpadding='5' cellspacing='1' border='0' width='100%'>
 <tr>
	<th width='30%' align='right' class='pformstrip'   valign='middle'>{ibf.lang.member}</th>
	<th width='20%' align='center' class='pformstrip' valign='middle'>{ibf.lang.member_joined}</th>
	<th align='center' width='15%' class='pformstrip' valign='middle'>{ibf.lang.member_posts}</th>
	<th align='center' width='15%' class='pformstrip' valign='middle'>{ibf.lang.member_today}</th>
	<th align='center' width='20%' class='pformstrip' valign='middle'>{ibf.lang.member_percent}</th>
 </tr>
<!--IBF_END_FUNC|top_poster_header-->

<!--IBF_START_FUNC|top_poster_row|$info-->

<tr>
	  <td align='left' class='row1' valign='middle'><a href='{ibf.script_url}showuser={$info['id']}'>{$info['name']}</a></td>
	  <td align='center' class='row1' valign='middle'>{$info['joined']}</td>
	  <td align='center' class='row1' valign='middle'>{$info['posts']}</td>
	  <td align='center' class='row1' valign='middle'>{$info['tpost']}</td>
	  <td align='center' class='row1' valign='middle'>{$info['today_pct']}%</td>
   </tr>
<!--IBF_END_FUNC|top_poster_row-->

<!--IBF_START_FUNC|leader_row|$info, $forums-->

<tr>
	 <td align='left'   class='row1' valign='middle'><a href='{ibf.script_url}showuser={$info['id']}'>{$info['name']}</a></td>
	 <td align='center' class='row1' valign='middle'>$forums</td>
	 <td align='center' class='row1' valign='middle'>{$info['location']}</td>
	 <td align='center' class='row1' valign='middle'>{$info['msg_icon']}</td>
  </tr>
<!--IBF_END_FUNC|leader_row-->

<!--IBF_START_FUNC|group_strip|$group-->

<div class="tableborder">
 <div class="maintitle"><{CAT_IMG}>&nbsp;$group</div>
 <table cellpadding='4' cellspacing='1' width="100%">
  <tr>
	 <td width='30%' align='left'   class='pformstrip' valign='middle'>{ibf.lang.leader_name}</td>
	 <td width='40%' align='center' class='pformstrip' valign='middle'>{ibf.lang.leader_forums}</td>
	 <td align='center' width='25%' class='pformstrip' valign='middle'>{ibf.lang.leader_location}</td>
	 <td align='center' width='5%'  class='pformstrip' valign='middle'>&nbsp;</td>
  </tr>
<!--IBF_END_FUNC|group_strip-->

<!--IBF_START_FUNC|who_end|-->

</table>
  <div class='titlemedium' align='center'><a href='javascript:bog_off();'>{ibf.lang.who_go}</a></div>
</div>
<!--IBF_END_FUNC|who_end-->

<!--IBF_START_FUNC|page_title|$title-->

<table cellpadding='0' cellspacing='0' border='0' width='<{tbl_width}>' align='center'>
      <tr>
         <td valign='middle' align='left'><span class='pagetitle'>{$title}</td>
      </tr>
     </table>
<!--IBF_END_FUNC|page_title-->

<!--IBF_START_FUNC|who_header|$fid, $tid, $title-->

<script language='javascript'>
<!--
 function bog_off()
 {
 	var tid = '$tid';
 	var fid = '$fid';
 	
 	opener.location= '{ibf.script_url}' + 'showtopic=' + tid;
 	self.close();
 }
 //-->
 </script>
<div class="tableborder">
  <div class="titlemedium" align="center">{ibf.lang.who_farted} $title</div>
  <table cellpadding='5' cellspacing='1' border='0' width='100%'>
  <tr>
	 <td width='70%' align='left'   class='pformstrip'   valign='middle'>{ibf.lang.who_poster}</td>
	 <td width='30%' align='center' class='pformstrip' valign='middle'>{ibf.lang.who_posts}</td>
  </tr>
<!--IBF_END_FUNC|who_header-->

<!--IBF_START_FUNC|who_row|$row-->

<tr>
	  <td align='left' class='row1' valign='middle'>{$row['author_name']}</td>
	  <td align='center' class='row1' valign='middle'>{$row['pcount']}</td>
   </tr>
<!--IBF_END_FUNC|who_row-->

<!--IBF_START_FUNC|who_name_link|$id, $name-->

<a href='{ibf.script_url}showuser=$id' target='_blank'>$name</a>
<!--IBF_END_FUNC|who_name_link-->


<!--IBF_GROUP_END:skin_stats-->
<!-- PLEASE LEAVE ALL 'IBF' COMMENTS IN PLACE, DO NOT REMOVE THEM! -->
<!--IBF_GROUP_START:skin_search-->

<!--IBF_START_FUNC|start|$Data-->

<div>{$Data[SHOW_PAGES]}</div>
<br />
<div class="tableborder">
<div class="maintitle"><{CAT_IMG}>&nbsp;{ibf.lang.your_results} &middot; <a style="text-decoration:underline" href="{ibf.script_url}act=Login&amp;CODE=05">{ibf.lang.mark_search_as_read}</a></div>
<table class="tablebasic" cellpadding="2" cellspacing="1" width='100%'>
  <tr>
	 <td class='titlemedium' colspan='2'>&nbsp;</td>
	 <td align='right' class='titlemedium'>{ibf.lang.h_topic_title}</td>
	 <td align='center' class='titlemedium'>{ibf.lang.h_forum_name}</td>
	 <td align='center' class='titlemedium'>{ibf.lang.h_topic_starter}</td>
	 <td align='center' class='titlemedium'>{ibf.lang.h_replies}</td>
	 <td align='center' class='titlemedium'>{ibf.lang.h_hits}</td>
	 <td class='titlemedium'>{ibf.lang.h_last_action}</td>
  </tr>
<!--IBF_END_FUNC|start-->

<!--IBF_START_FUNC|active_none|-->

<tr><td colspan='8' class='row1' align='center'><strong>{ibf.lang.active_no_topics}</strong></td></tr>
<!--IBF_END_FUNC|active_none-->

<!--IBF_START_FUNC|form_simple_button|-->

&nbsp;<input type='button' value='{ibf.lang.so_less_opts}' onclick="go_gadget_simple()" class='forminput' />
<!--IBF_END_FUNC|form_simple_button-->

<!--IBF_START_FUNC|active_start|$data-->

<script language='Javascript' type="text/javascript">
<!--
function checkvalues() {
   f = document.dateline;
   if (f.st_day.value < f.end_day.value) {
	   alert("{ibf.lang.active_js_error}");
	   return false;
   }
   if (f.st_day.value == f.end_day.value) {
	   alert("{ibf.lang.active_js_error}");
	   return false;
   }
}
-->
  </script>
<br />
<form action='{ibf.script_url}act=Search&amp;CODE=getactive' method='post' name='dateline' onsubmit='return checkvalues();'>
<div class="pagelinks">{$data['SHOW_PAGES']}</div>
<div align="right" style="width:35%;text-align:center;margin-right:0;margin-left:auto">
 <fieldset class="search">
   <legend><strong>{ibf.lang.active_st_text}</strong></legend>
   <label for='st_day'>{ibf.lang.active_mid_text}</label>&nbsp;
   <select name='st_day' id='st_day' class='forminput'>
	<option value='s1'>{ibf.lang.active_yesterday}</option>
	<option value='s2'>2 {ibf.lang.active_days}</option>
	<option value='s3'>3 {ibf.lang.active_days}</option>
	<option value='s4'>4 {ibf.lang.active_days}</option>
	<option value='s5'>5 {ibf.lang.active_days}</option>
	<option value='s6'>6 {ibf.lang.active_days}</option>
	<option value='s7'>{ibf.lang.active_week}</option>
	<option value='s30'>{ibf.lang.active_month}</option>
   </select>
   &nbsp;
   <label for='end_day'>{ibf.lang.active_end_text}</label>&nbsp;
   <select name='end_day' id='end_day' class='forminput'>
	<option value='e0'>{ibf.lang.active_today}</option>
	<option value='e1'>{ibf.lang.active_yesterday}</option>
	<option value='e2'>2 {ibf.lang.active_days}</option>
	<option value='e3'>3 {ibf.lang.active_days}</option>
	<option value='e4'>4 {ibf.lang.active_days}</option>
	<option value='e5'>5 {ibf.lang.active_days}</option>
	<option value='e6'>6 {ibf.lang.active_days}</option>
	<option value='e7'>{ibf.lang.active_week}</option>
   </select>
   &nbsp;
   <input type='submit' value='&gt;&gt;' title="{ibf.lang.active_label}" class='forminput'>
 </fieldset>
</div>
</form>
<br />
<div class="tableborder">
  <div class="maintitle"><{CAT_IMG}>{ibf.lang.active_topics}</div>
  <table class="tablebasic" cellspacing="1" cellpadding="4">
	<tr>
	   <td class='titlemedium' colspan='2' >&nbsp;</td>
	   <th align='left' class='titlemedium'>{ibf.lang.h_topic_title}</th>
	   <th align='center' class='titlemedium'>{ibf.lang.h_forum_name}</th>
	   <th align='center' class='titlemedium'>{ibf.lang.h_topic_starter}</th>
	   <th align='center' class='titlemedium'>{ibf.lang.h_replies}</th>
	   <th align='center' class='titlemedium'>{ibf.lang.h_hits}</th>
	   <th class='titlemedium'>{ibf.lang.h_last_action}</th>
	</tr>
<!--IBF_END_FUNC|active_start-->

<!--IBF_START_FUNC|Form|$forums-->

<script type="text/javascript">
<!--
function go_gadget_simple()
{
	window.location = "{$ibforums->js_base_url}act=Search&mode=simple&f={$ibforums->input['f']}";
}
function win_pop()
{
    window.open('{$ibforums->js_base_url}act=Search&CODE=explain','WIN','width=400,height=300,resizable=yes,scrollbars=yes'); 
}
-->
    </script>
<form action="{ibf.script_url}act=Search&amp;CODE=01" method="post" name='sForm'>
$hidden_fields
<div class="tableborder">
<table cellpadding='4' cellspacing='0' border='0' width='100%'>
<tr>
	<td colspan='2' class="maintitle"  align='center'>{ibf.lang.keywords_title}</td>
</tr>
<tr>
	<td class='pformstrip' width='50%'>{ibf.lang.key_search}</td>
	<td class='pformstrip' width='50%'>{ibf.lang.mem_search}</td>
</tr>
<tr>
	<td class='row1' valign='top'>
	  <input type='text' maxlength='100' size='40' name='keywords' id="keywords" onkeypress=FKeyPress(keywords); onkeydown=FKeyDown(keywords); class='forminput' />
	  <br /><br />
	  <label for="keywords">{ibf.lang.keysearch_text}</label> <!--IBF.BOOLEAN_EXPLAIN-->
	</td>
	<td class='row1' valign='top'>
	<table width='100%' cellpadding='4' cellspacing='0' border='0' align='center'>
	<tr>
	 <td><input type='text' maxlength='100' size='50' name='namesearch' onkeypress=FKeyPress(namesearch); onkeydown=FKeyDown(namesearch); class='forminput' /></td>
	</tr>
	<tr>
	<td width='40%'><input type='checkbox' name='exactname' id='matchexact' value='1' class="checkbox" /><label for="matchexact">{ibf.lang.match_name_ex}</label></td>
   </tr>
</table>
</td>
</tr>
</table>
</div>
<br />
<div class="tableborder">
<table cellpadding='4' cellspacing='0' border='0' width='100%'>         
<tr>
	<td colspan='2' class="maintitle"  align='center'>{ibf.lang.search_options}</td>
</tr>
<tr>
	<td class='pformstrip' width='50%' valign='middle'>{ibf.lang.search_where}</td>
	<td class='pformstrip' width='50%' valign='middle'>{ibf.lang.search_refine}</td>
</tr>
<tr>
	<td class='row1' valign='middle'>
	  $forums
	  <br />
	  <input type='checkbox' name='searchsubs' value='1' id="searchsubs" checked="checked" />&nbsp;<label for="searchsubs">{ibf.lang.search_in_subs}</label>
	</td>
	<td class='row1' valign='top'>
		<table cellspacing='4' cellpadding='0' width='100%' align='center' border='0'>
		<tr>
		 <td valign='top'>
		   <fieldset class="search">
		     <legend><strong>{ibf.lang.search_from}</strong></legend>
			 <select name='prune' class='forminput'>
			 <option value='1'>{ibf.lang.today}</option>
			 <option value='7'>{ibf.lang.this_week}</option>
			 <option value='30' selected="selected">{ibf.lang.this_month}</option>
			 <option value='60'>{ibf.lang.this_60}</option>
			 <option value='90'>{ibf.lang.this_90}</option>
			 <option value='180'>{ibf.lang.this_180}</option>
			 <option value='365'>{ibf.lang.this_year}</option>
			 <option value='0'>{ibf.lang.ever}</option>
			 </select>
			 <br />
			 <input type='radio' name='prune_type' id="prune_older" value='older' class='radiobutton' />&nbsp;<label for="prune_older">{ibf.lang.older}</label>
			 <br />
			 <input type='radio' name='prune_type' id="prune_newer" value='newer' class='radiobutton' checked="checked" />&nbsp;<label for="prune_newer">{ibf.lang.newer}</label>
		  </fieldset>
		</td>
		<td valign='top'>
		  <fieldset class="search">
		     <legend><strong>{ibf.lang.sort_results}</strong></legend>
			 <select name='sort_key' class='forminput'>
			 <option value='last_post'>{ibf.lang.last_date}</option>
			 <option value='posts'>{ibf.lang.number_topics}</option>
			 <option value='starter_name'>{ibf.lang.poster_name}</option>
			 <option value='forum_id'>{ibf.lang.forum_name}</option>
			 </select>
			 <br /><input type='radio' name='sort_order' id="sort_desc" class="radiobutton" value='desc' checked="checked" /><label for="sort_desc">{ibf.lang.descending}</label>
			 <br /><input type='radio' name='sort_order' id="sort_asc" class="radiobutton" value='asc' /><label for="sort_asc">{ibf.lang.ascending}</label>
		  </fieldset>
		</td>
		</tr>
		<tr>
		 <td nowrap="nowrap">
		   <fieldset class="search">
		     <legend><strong>{ibf.lang.search_where}</strong></legend>
			 <input type='radio' name='search_in' class="radiobutton" id="search_in_posts" value='posts' checked="checked" /><label for="search_in_posts">{ibf.lang.in_posts}</label>
			 <br />
			 <input type='radio' name='search_in' class="radiobutton" id="search_in_titles" value='titles' /><label for="search_in_titles">{ibf.lang.in_topics}</label>
		   </fieldset>
		 </td>
		 <td>
		    <fieldset class="search">
		     <legend><strong>{ibf.lang.result_type}</strong></legend>
		     <input type='radio' name='result_type' class="radiobutton" value='topics' id="result_topics" checked="checked" /><label for="result_topics">{ibf.lang.results_topics}</label>
		     <br />
		     <input type='radio' name='result_type' class="radiobutton" value='posts' id="result_posts" /><label for="result_posts">{ibf.lang.results_post}</label>
		   </fieldset>
		 </td>
		</tr>
		</table>
	</td>
</tr>
<tr>
	<td class='pformstrip' colspan='2' align='center'><input type='submit' value='{ibf.lang.do_search}' class='forminput' /><!--IBF.SIMPLE_BUTTON--></td>
</tr>
</table>
</div>
</form>
<!--IBF_END_FUNC|Form-->

<!--IBF_START_FUNC|result_simple_entry|$data-->

<div class="{$data['css_class']}">
  <span class="googlish"><a href='{ibf.script_url}act=ST&amp;t={$data['tid']}&amp;f={$data['id']}&amp;view=findpost&amp;p={$data['pid']}'>{$data['title']}</span></a>
  <br />
  {$data['post']}
  <br />
  <span class='googlesmall'>
  {ibf.lang.location_g}: <a href='{ibf.script_url}act=idx'>{ibf.lang.g_b_home}</a>
  &gt; <a href='{ibf.script_url}act=SC&amp;c={$data['cat_id']}'>{$data['cat_name']}</a>
  &gt; <a href='{ibf.script_url}act=SF&amp;f={$data['id']}'>{$data['name']}</a>
  </span>
  <br />
  <span class="googlebottom"><strong>{ibf.lang.g_relevance}: {$data['relevance']}% &middot; Author: {$data['author_name']} &middot; Posted on: {$data['post_date']}</strong></span>
  <span class="googlesmall"> - <a href='{ibf.script_url}act=ST&amp;t={$data['tid']}&amp;f={$data['id']}&amp;view=findpost&amp;p={$data['pid']}' target='_blank'>{ibf.lang.g_new_window}</a></span>
  </div>
  <br />
<!--IBF_END_FUNC|result_simple_entry-->

<!--IBF_START_FUNC|result_simple_footer|$data-->

<div class="pformstrip" align="left">{ibf.lang.search_pages} &nbsp;  &nbsp; &nbsp;<span class="googlepagelinks">{$data['links']}</span></div>
</div>
<!--IBF_END_FUNC|result_simple_footer-->

<!--IBF_START_FUNC|result_simple_header|$data-->

<div class="plainborder">
  <div class="maintitle"><{CAT_IMG}>&nbsp;{ibf.lang.search_results}</div>
  <div class="pformstrip">
	<div class="pagelinks">{ibf.lang.g_searched_for} <strong>{$data['keyword']}</strong></div>
	<div align="right">
	   {ibf.lang.g_results} <strong>{$data['start']} - {$data['end']}</strong> {ibf.lang.g_of_about} <strong>{$data['matches']}</strong>.
	   {ibf.lang.g_search_took} <strong>{$data['ex_time']}</strong> {ibf.lang.g_seconds}
	</div>
  </div>
  <br />
<!--IBF_END_FUNC|result_simple_header-->

<!--IBF_START_FUNC|simple_form|$forums-->

<script type="text/javascript">
<!--
function go_gadget_advanced()
{
	window.location = "{$ibforums->js_base_url}act=Search&mode=adv&f={$ibforums->input['f']}";
}
function win_pop()
{
    window.open('{$ibforums->js_base_url}act=Search&CODE=explain','WIN','width=400,height=300,resizable=yes,scrollbars=yes'); 
}
-->
</script>
<form action="{ibf.script_url}act=Search&amp;CODE=simpleresults&amp;mode=simple" method="post" name='sForm'>
$hidden_fields
<div class="tableborder">
  <div class="maintitle"  align='center'>{ibf.lang.search_options}</div>
  <div class="pformstrip" align="center">{ibf.lang.key_search}</div>
  <div class="tablepad" align="center">
    <input type='text' maxlength='100' size='40' id="keywords" onkeypress=FKeyPress(keywords); onkeydown=FKeyDown(keywords); name='keywords' class='forminput' />
	<br />
	<label for="keywords">{ibf.lang.keysearch_text}</label> <!--IBF.BOOLEAN_EXPLAIN-->
  </div>
  <div class="pformstrip" align="center">{ibf.lang.search_where}</div>
   <div class="tablepad" align="center">
    $forums
    <br /><br />
    <strong>{ibf.lang.sf_show_me}</strong>
      <input type="radio" name="sortby" value="relevant" id="sortby_one" checked="checked" class="radiobutton" />
      <label for="sortby_one">{ibf.lang.sf_most_r_f}</label>
      &nbsp;
      <input type="radio" name="sortby" value="date" id="sortby_two" class="radiobutton" />
      <label for="sortby_two">{ibf.lang.sf_most_date}</label>
   </div>
  <div class="pformstrip" align="center">
    <input type='submit' value='{ibf.lang.do_search}' class='forminput' />
    &nbsp;
    <input type='button' value='{ibf.lang.so_more_opts}' onclick="go_gadget_advanced()" class='forminput' />
  </div>
</div>
</form>
<!--IBF_END_FUNC|simple_form-->

<!--IBF_START_FUNC|boolean_explain_link|-->

[ <a href='#' title='{ibf.lang.be_ttip}' onclick='win_pop()'>{ibf.lang.be_link}</a> ]
<!--IBF_END_FUNC|boolean_explain_link-->

<!--IBF_START_FUNC|boolean_explain_page|-->

<div class='tableborder'>
 <div class='maintitle'><{CAT_IMG}>&nbsp;{ibf.lang.be_link}</div>
 <table width='100%' cellpadding='0' cellspacing='1'>
 <tr>
  <th width='30%' class='pformstrip'>{ibf.lang.be_use}</th>
  <th width='70%' class='pformstrip'>{ibf.lang.be_means}</th>
 </tr>
 <tr>
  <td class='pformleft'>{ibf.lang.be_u1}</td>
  <td class='pformleft'>{ibf.lang.be_m1}</td>
 </tr>
 <tr>
  <td class='pformleft'>{ibf.lang.be_u2}</td>
  <td class='pformleft'>{ibf.lang.be_m2}</td>
 </tr>
 <tr>
  <td class='pformleft'>{ibf.lang.be_u3}</td>
  <td class='pformleft'>{ibf.lang.be_m3}</td>
 </tr>
 <tr>
  <td class='pformleft'>{ibf.lang.be_u4}</td>
  <td class='pformleft'>{ibf.lang.be_m4}</td>
 </tr>
 <tr>
  <td class='pformleft'>{ibf.lang.be_u5}</td>
  <td class='pformleft'>{ibf.lang.be_m5}</td>
 </tr>
 </table>
</div>
<!--IBF_END_FUNC|boolean_explain_page-->

<!--IBF_START_FUNC|end|$Data-->

</table>
<div class="titlemedium">&nbsp;</div>
</div>
<br />
<br />
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<td align='right' width='25%'>
	<{B_NEW}>&nbsp;&nbsp;{ibf.lang.pm_open_new}
	<br /><{B_NORM}>&nbsp;&nbsp;{ibf.lang.pm_open_no}
	<br /><{B_HOT}>&nbsp;&nbsp;{ibf.lang.pm_hot_new}
	<br /><{B_HOT_NN}>&nbsp;&nbsp;{ibf.lang.pm_hot_no}
</td>
<td align='right' width='25%'>
	<{B_POLL}>&nbsp;&nbsp;{ibf.lang.pm_poll}
	<br /><{B_POLL_NN}>&nbsp;&nbsp;{ibf.lang.pm_poll_no}
	<br /><{B_LOCKED}>&nbsp;&nbsp;{ibf.lang.pm_locked}
	<br /><{B_MOVED}>&nbsp;&nbsp;{ibf.lang.pm_moved}
</td>
<td align='left' width='50%'>
{$Data[SHOW_PAGES]}
</td>
</table>
<br />
<br clear="all" />
<!--IBF_END_FUNC|end-->

<!--IBF_START_FUNC|end_as_post|$Data-->

<br />
<div>{$Data[SHOW_PAGES]}</div>
<div align='left' class="wrapmini">
	<{B_NEW}>&nbsp;&nbsp;{ibf.lang.pm_open_new}
	<br /><{B_NORM}>&nbsp;&nbsp;{ibf.lang.pm_open_no}
	<br /><{B_HOT}>&nbsp;&nbsp;{ibf.lang.pm_hot_new}
	<br /><{B_HOT_NN}>&nbsp;&nbsp;{ibf.lang.pm_hot_no}
</div>
<div align='left' class="wrapmini">
	<{B_POLL}>&nbsp;&nbsp;{ibf.lang.pm_poll}
	<br /><{B_POLL_NN}>&nbsp;&nbsp;{ibf.lang.pm_poll_no}
	<br /><{B_LOCKED}>&nbsp;&nbsp;{ibf.lang.pm_locked}
	<br /><{B_MOVED}>&nbsp;&nbsp;{ibf.lang.pm_moved}
</div>
<!--IBF_END_FUNC|end_as_post-->

<!--IBF_START_FUNC|start_as_post|$Data-->

<div>{$Data[SHOW_PAGES]}</div>
<!--IBF_END_FUNC|start_as_post-->

<!--IBF_START_FUNC|RenderPostRow|$Data-->

<br />
<div class="tableborder">
  <div class="maintitle">{$Data['folder_img']}&nbsp;{$Data['prefix']} <a href='{ibf.script_url}showtopic={$Data['tid']}&amp;hl={$Data['keywords']}' class='linkthru'>{$Data['title']}</a></span></b>  {$Data[PAGES]}</div>
  <table class="tablebasic" cellpadding="6" cellspacing="1" width='100%'>
  <tr>
	<td width='150' align='left' class='row4'><span class='normalname'>{$Data['author_name']}</span></td>
	<td class='row4' width="100%"><strong>{ibf.lang.rp_postedon} {$Data['post_date']}</strong></td>
  </tr>
  <tr>
	<td class='post1' align='left'>
	  <img src='{ibf.vars.img_url}/spacer.gif' alt='' width='150' height='15' />
	  <br />
	  <span class='postdetails'>{ibf.lang.rp_replies} <b>{$Data['posts']}</b><br />{ibf.lang.rp_hits} <b>{$Data['views']}</b></span>
	</td>
	<td class='post1' align='left' width="100%">{$Data['post']}</td>
  </tr>
   <tr>
	<td class='row4'>&nbsp;</td>
	<td class='row4'>{ibf.lang.rp_forum} <a href="{ibf.script_url}showforum={$Data['forum_id']}">{$Data['forum_name']}</a>&nbsp;&nbsp;&middot;&nbsp;&nbsp;{ibf.lang.rp_post} <a href='{ibf.script_url}act=ST&amp;f={$Data['forum_id']}&amp;t={$Data['tid']}&amp;hl={$Data['keywords']}&amp;view=findpost&amp;p={$Data['pid']}' class='linkthru'>#{$Data['pid']}</a></td>
  </tr>
  </table>
</div>
<!--IBF_END_FUNC|RenderPostRow-->

<!--IBF_START_FUNC|RenderRow|$Data-->

<!-- Begin Topic Entry {$Data['tid']} -->
    <tr> 
	  <td align='center' class='row4'>{$Data['folder_img']}</td>
      <td align='center' width='3%' class='row2'>{$Data['topic_icon']}</td>
      <td class='row4'>
	  <table width='100%' border='0' cellspacing='0' cellpadding='0'>
		  <tr> 
			<td valign='middle'>{$Data['go_new_post']}</td>
            <td width='100%'>{$Data['prefix']} <a href='{ibf.script_url}showtopic={$Data['tid']}&amp;hl={$Data['keywords']}'>{$Data['title']}</a>  {$Data[PAGES]}</td>
          </tr>
        </table>
        <span class='desc'>{$Data['description']}</span></td>
      <td class='row4' width='20%' align='center'><a href="{ibf.script_url}showforum={$Data['forum_id']}">{$Data['forum_name']}</a></td>
      <td align='center' class='row2'>{$Data['starter']}</td>
      <td align='center' class='row4'>{$Data['posts']}</td>
      <td align='center' class='row2'>{$Data['views']}</td>
      <td class='row2'>{$Data['last_post']}<br /><a href='{ibf.script_url}showtopic={$Data['tid']}&amp;view=getlastpost'>{$Data['last_text']}</a> <b>{$Data['last_poster']}</b></td>
    </tr>
    <!-- End Topic Entry {$Data['tid']} -->
<!--IBF_END_FUNC|RenderRow-->


<!--IBF_GROUP_END:skin_search-->
<!-- PLEASE LEAVE ALL 'IBF' COMMENTS IN PLACE, DO NOT REMOVE THEM! -->
<!--IBF_GROUP_START:skin_register-->

<!--IBF_START_FUNC|bot_antispam_gd|$regid-->

<br />
<div class="tableborder">
  <div class="pformstrip">{ibf.lang.las_title}</div>
  <table class="tablebasic">
   <tr>
	 <td class='row1' width='40%'>{ibf.lang.las_numbers}</td>
	 <td class='row1'>
	   <input type='hidden' name='regid' value='$regid' />
	   <img src='{ibf.script_url}act=Reg&amp;CODE=image&amp;rc={$regid}' border='0' alt='Loading Image' />
	 </td>
	 </tr>
	 <tr>
	 <td class='row1' width='40%'>{ibf.lang.las_text}</td>
	 <td class='row1'><input type='text' size='32' maxlength='32' name='reg_code' class='forminput' /></td>
	 </tr>
  </table>
</div>
<!--IBF_END_FUNC|bot_antispam_gd-->

<!--IBF_START_FUNC|tmpl_form|$action, $hidden, $title, $content-->

<form method="post" action="$action">
$hidden
<div class="tableborder">
  <div class="maintitle">$title</div>
  <table class="tablebasic">
  $content
  </table>
  <div class="pformstrip" align="center"><input type="submit" class='forminput' /></div>
</div>
</form>
<!--IBF_END_FUNC|tmpl_form-->

<!--IBF_START_FUNC|optional_title|-->

<tr>
  <td colspan='2' class='pformstrip'>{ibf.lang.cf_optional}</td>
</tr>
<!--IBF_END_FUNC|optional_title-->

<!--IBF_START_FUNC|field_entry|$title, $desc="", $content-->

<tr>
  <td class='pformleft' valign='top'><b>$title</b><br />$desc</td>
  <td class='pformright'>$content</td>
</tr>
<!--IBF_END_FUNC|field_entry-->

<!--IBF_START_FUNC|field_textinput|$name, $value=""-->

<input type='text' size='30' name='$name' value='$value' class='forminput' />
<!--IBF_END_FUNC|field_textinput-->

<!--IBF_START_FUNC|field_dropdown|$name, $options-->

<select name='$name' class='forminput'>$options</select>
<!--IBF_END_FUNC|field_dropdown-->

<!--IBF_START_FUNC|field_textarea|$name, $value-->

<textarea cols='60' rows='5' name='$name' class='forminput'>$value</textarea>
<!--IBF_END_FUNC|field_textarea-->

<!--IBF_START_FUNC|show_lostpass_form_manual|-->

<div class="tablepad">{ibf.lang.dumb_text}</div>
  <div class="pformstrip">{ibf.lang.complete_form}</div>
  <table class="tablebasic">
   <tr>
	<td class="pformleft"><strong>{ibf.lang.user_id}</strong></td>
	<td class="pformright"><input type='text' size='32' maxlength='32' name='uid' class='forminput' /></td>
   </tr>
   <tr>
	<td class="pformleft"><strong>{ibf.lang.val_key}</strong></td>
	<td class="pformright"><input type='text' size='32' maxlength='50' name='aid' class='forminput' /></td>
   </tr>
<!--IBF_END_FUNC|show_lostpass_form_manual-->

<!--IBF_START_FUNC|show_lostpass_form_auto|$aid,$uid-->

<input type='hidden' name='uid' value='$uid'  />
  <input type='hidden' name='aid' value='$aid'  />
  <table class="tablebasic">
<!--IBF_END_FUNC|show_lostpass_form_auto-->

<!--IBF_START_FUNC|show_dumb_form|$type="reg"-->

<script language='javascript' type="text/javascript">
<!--
function Validate() {
	// Check for Empty fields
	if (document.REG.uid.value == "" || document.REG.aid.value == "") {
		alert ("{ibf.lang.js_blanks}");
		return false;
	}
}
//-->
</script>
<form action="{ibf.script_url}" method="post" name='REG' onsubmit='return Validate()'>
<input type='hidden' name='act' value='Reg' />
<input type='hidden' name='CODE' value='03' />
<input type='hidden' name='type' value='$type' />
<div class="tableborder">
  <div class="titlemedium">{ibf.lang.dumb_header}</div>
  <div class="tablepad">{ibf.lang.dumb_text}</div>
  <div class="pformstrip">{ibf.lang.complete_form}</div>
  <table class="tablebasic">
   <tr>
	<td class="pformleft">{ibf.lang.user_id}</td>
	<td class="pformright"><input type='text' size='32' maxlength='32' name='uid' class='forminput' /></td>
   </tr>
   <tr>
	<td class="pformleft">{ibf.lang.val_key}</td>
	<td class="pformright"><input type='text' size='32' maxlength='50' name='aid' class='forminput' /></td>
   </tr>
  </table>
  <div class="pformstrip" align="center"><input type="submit" value="{ibf.lang.dumb_submit}" class='forminput' /></div>
</div>
</form>
<!--IBF_END_FUNC|show_dumb_form-->

<!--IBF_START_FUNC|ShowForm|$data-->

<script language='javascript' type="text/javascript">
<!--
function Validate() {
	// Check for Empty fields
	if (document.REG.UserName.value == "" || document.REG.PassWord.value == "" || document.REG.PassWord_Check.value == "" || document.REG.EmailAddress.value == "") {
		alert ("{ibf.lang.js_blanks}");
		return false;
	}
	// Have we checked the checkbox?
	if (document.REG.agree.checked == true) {
		return true;
	} else {
		alert ("{ibf.lang.js_no_check}");
		return false;
	}
}
//-->
  </script>
<form action="{ibf.vars.board_url}/index.{ibf.vars.php_ext}" method="post" name='REG' onsubmit='return Validate()'>
<input type='hidden' name='act' value='Reg' />
<input type='hidden' name='CODE' value='02' />
<input type='hidden' name='coppa_user' value='{$data['coppa_user']}' />
<b>{ibf.lang.reg_header}</b><br /><br />{$data['TEXT']}
<br />
<br />
<div class="tableborder">
  <div class="maintitle"><{CAT_IMG}>&nbsp;{ibf.lang.registration_form}</div>
  <div class="pformstrip">{ibf.lang.complete_form}</div>
  <table class="tablebasic">
  <tr>
    <td class="pformleft">{ibf.lang.user_name}</td>
    <td class="pformright"><input type='text' size='32' maxlength='64' value='{$ibforums->input['UserName']}' name='UserName' onkeypress=FKeyPress(UserName); onkeydown=FKeyDown(UserName); class='forminput' /></td>
  </tr>
  <tr>
    <td class="pformleft">{ibf.lang.pass_word}</td>
    <td class="pformright"><input type='password' size='32' maxlength='32' value='{$ibforums->input['PassWord']}' name='PassWord' class='forminput' /></td>
  </tr>
  <tr>
    <td class="pformleft">{ibf.lang.re_enter_pass}</td>
    <td class="pformright"><input type='password' size='32' maxlength='32' value='{$ibforums->input['PassWord_Check']}'  name='PassWord_Check' class='forminput' /></td>
  </tr>
<tr>
	<td class="pformleft">{ibf.lang.sex}</td>
	<td class="pformright"><select name='sex' class='forminput'><option value='0'>--</option><option value='1'>{ibf.lang.man}</option><option value='2'>{ibf.lang.woman}</option></select></td>
  </tr>
  <tr>
    <td class="pformleft">{ibf.lang.email_address}</td>
    <td class="pformright">
    <input type='text' size='32' maxlength='50' value='{$ibforums->input['EmailAddress']}'  name='EmailAddress' class='forminput' dir="ltr" /></td>
  </tr>
  <tr>
    <td class="pformleft">{ibf.lang.email_address_two}</td>
    <td class="pformright">
    <input type='text' size='32' maxlength='50'  value='{$ibforums->input['EmailAddress_two']}' name='EmailAddress_two' class='forminput' dir="ltr" /></td>
  </tr>
  <!--{REQUIRED.FIELDS}-->
  <!--{OPTIONAL.FIELDS}-->
  <!--IBF.MODULES.EXTRA-->
  </table>
</div>
<br />
<!--{REG.ANTISPAM}-->
<br />
<div class="tableborder">
  <div class="pformstrip">{ibf.lang.terms_service}</div>
  <div class="tablepad" align="center">
   <strong>{ibf.lang.terms_service_text}</strong>
   <br />
   <br />
   <textarea cols='75' rows='9' readonly="readonly" name='Post' class='textinput'>{$data[RULES]}</textarea>
   <br /><br /><b>{ibf.lang.agree_submit}</b>&nbsp;<input type='checkbox' name='agree' value='1' />
  </div>
  <div class="pformstrip" align="center"><input type="submit" value="{ibf.lang.submit_form}" class='forminput' /></div>
</div>
</form>
<!--IBF_END_FUNC|ShowForm-->

<!--IBF_START_FUNC|errors|$data-->

<div class="tableborder">
  <div class="pformstrip">{ibf.lang.errors_found}</div>
  <div class="tablepad"><span class='postcolor'>$data</span></div>
</div>
<br />
<!--IBF_END_FUNC|errors-->

<!--IBF_START_FUNC|bot_antispam|$regid-->

<br />
<div class="tableborder">
  <div class="pformstrip">{ibf.lang.las_title}</div>
  <table class="tablebasic">
	 <td class='row1' width='40%'>{ibf.lang.las_numbers}</td>
	 <td class='row1'>
	   <input type='hidden' name='regid' value='$regid' />
	   <img src='{ibf.script_url}act=Reg&amp;CODE=image&amp;rc={$regid}&amp;p=1' border='0' alt='Code Bit' />
	   &nbsp;<img src='{ibf.script_url}act=Reg&amp;CODE=image&amp;rc={$regid}&amp;p=2' border='0' alt='Code Bit' />
	   &nbsp;<img src='{ibf.script_url}act=Reg&amp;CODE=image&amp;rc={$regid}&amp;p=3' border='0' alt='Code Bit' />
	   &nbsp;<img src='{ibf.script_url}act=Reg&amp;CODE=image&amp;rc={$regid}&amp;p=4' border='0' alt='Code Bit' />
	   &nbsp;<img src='{ibf.script_url}act=Reg&amp;CODE=image&amp;rc={$regid}&amp;p=5' border='0' alt='Code Bit' />
	   &nbsp;<img src='{ibf.script_url}act=Reg&amp;CODE=image&amp;rc={$regid}&amp;p=6' border='0' alt='Code Bit' />
	 </td>
	 </tr>
	 <tr>
	 <td class='row1' width='40%'>{ibf.lang.las_text}</td>
	 <td class='row1'><input type='text' size='32' maxlength='32' name='reg_code' class='forminput' /></td>
	 </tr>
  </table>
</div>
<!--IBF_END_FUNC|bot_antispam-->

<!--IBF_START_FUNC|show_revalidate_form|$name=""-->

<form action="{ibf.script_url}" method="post" name='REG'>
<input type='hidden' name='act' value='Reg' />
<input type='hidden' name='CODE' value='reval2' />
<div>{ibf.lang.rv_ins}</div>
<br />
<div class="tableborder">
  <div class="maintitle"><{CAT_IMG}>&nbsp;{ibf.lang.rv_title}</div>
  <table class="tablebasic">
   <tr>
	<td class="pformleft"><strong>{ibf.lang.rv_name}</strong></td>
	<td class="pformright"><input type='text' size='32' maxlength='64' name='username' value='$name' class='forminput' /></td>
   </tr>
  </table>
  <div class="pformstrip" align="center"><input type="submit" value="{ibf.lang.rv_go}" class='forminput' /></div>
</div>
</form>
<!--IBF_END_FUNC|show_revalidate_form-->

<!--IBF_START_FUNC|show_lostpass_form|-->

<script language='javascript' type="text/javascript">
<!--
function Validate() {
	// Check for Empty fields
	if (document.REG.uid.value == "" || document.REG.aid.value == "") {
		alert ("{ibf.lang.js_blanks}");
		return false;
	}
}
//-->
</script>
<form action="{ibf.script_url}" method="post" name='REG' onsubmit='return Validate()'>
<input type='hidden' name='act' value='Reg' />
<input type='hidden' name='CODE' value='03' />
<input type='hidden' name='type' value='lostpass' />
<div class="tableborder">
  <div class="maintitle"><{CAT_IMG}>&nbsp;{ibf.lang.dumb_header}</div>
  <div class="pformstrip">{ibf.lang.lpf_title}</div>
   <!--IBF.INPUT_TYPE-->
   <tr>
	<td class="pformleft"><strong>{ibf.lang.lpf_pass1}</strong><br><em>{ibf.lang.lpf_pass11}</em></td>
	<td class="pformright"><input type='password' size='32' maxlength='32' name='pass1' class='forminput' /></td>
   </tr>
   <tr>
	<td class="pformleft"><strong>{ibf.lang.lpf_pass2}</strong><br><em>{ibf.lang.lpf_pass22}</em></td>
	<td class="pformright"><input type='password' size='32' maxlength='32' name='pass2' class='forminput' /></td>
   </tr>
  </table>
 
  <div class="pformstrip" align="center"><input type="submit" value="{ibf.lang.dumb_submit}" class='forminput' /></div>
</div>
</form>
<!--IBF_END_FUNC|show_lostpass_form-->

<!--IBF_START_FUNC|show_authorise|$member-->

<div class="tableborder">
  <div class="maintitle"><!-- --></div>
  <div class="pformstrip">{ibf.lang.registration_process}</div>
  <div class="tablepad">{ibf.lang.thank_you} {$member['name']}. {ibf.lang.auth_text} {$member['email']}</div>
</div>
<!--IBF_END_FUNC|show_authorise-->

<!--IBF_START_FUNC|show_revalidated|-->

<div class="tableborder">
  <div class="maintitle"><{CAT_IMG}>&nbsp;{ibf.lang.rv_title}</div>
  <div class="pformstrip">{ibf.lang.rv_process}</div>
  <div class="tablepad">{ibf.lang.rv_done}</div>
</div>
<!--IBF_END_FUNC|show_revalidated-->

<!--IBF_START_FUNC|show_lostpasswait|$member-->

<div class="tableborder">
  <div class="maintitle"><{CAT_IMG}>&nbsp;{ibf.lang.lpf_title}</div>
  <div class="pformstrip">{ibf.lang.registration_process}</div>
  <div class="tablepad">{ibf.lang.lpass_text}</div>
</div>
<!--IBF_END_FUNC|show_lostpasswait-->

<!--IBF_START_FUNC|show_preview|$member-->

<div class="tableborder">
  <div class="maintitle"><!-- --></div>
  <div class="pformstrip">{ibf.lang.registration_process}</div>
  <div class="tablepad">{ibf.lang.thank_you} {$member['name']}. {ibf.lang.preview_reg_text}</div>
</div>
<!--IBF_END_FUNC|show_preview-->

<!--IBF_START_FUNC|coppa_start|$coppadate-->

<div class="tableborder">
  <div class="maintitle"><{CAT_IMG}>&nbsp;{ibf.lang.registration_form}</div>
  <div class="pformstrip">{ibf.lang.coppa_info}</div>
  <div class="tablepad"  align="center">
	<span class="postcolor">
	  <strong>
	  {ibf.lang.coppa_link}
	  <br /><br />
	  &lt; <a href='{ibf.script_url}act=Reg&amp;coppa_pass=1'>{ibf.lang.coppa_date_before} $coppadate</a>
	  - <a href='{ibf.script_url}act=Reg&amp;CODE=coppa_two'>{ibf.lang.coppa_date_after} $coppadate</a> &gt;
	  </strong>
	</span>
  </div>
  <div class="pformstrip">{ibf.lang.coppa_form}</div>
  <div class="tablepad">{ibf.lang.coppa_form_text} <a href='mailto:{ibf.vars.email_in}'>{ibf.vars.email_in}</a></div>
</div>
<!--IBF_END_FUNC|coppa_start-->

<!--IBF_START_FUNC|lost_pass_form|$lasid=""-->

<form action="{ibf.script_url}" method="post">
<input type='hidden' name='act' value='Reg' />
<input type='hidden' name='CODE' value='11' />
<div class="tableborder">
  <div class="maintitle"><{CAT_IMG}>&nbsp;{ibf.lang.lost_pass_form}</div>
  <div class="pformstrip">{ibf.lang.lp_header}</div>
  <div class="tablepad"><span style="line-height:140%">{ibf.lang.lp_text}</span></div>
  <div class="pformstrip">{ibf.lang.complete_form}</div>
  <table class="tablebasic">
  <tr>
   <td class="pformleft"><strong>{ibf.lang.lp_user_name}</strong></td>
   <td class="pformright"><input type='text' size='32' maxlength='32' name='member_name' onkeypress=FKeyPress(member_name); onkeydown=FKeyDown(member_name); class='forminput' /></td>
  </tr>
  </table>
</div>
<!--{REG.ANTISPAM}-->
<br />
<div class="tableborder">
   <div class="pformstrip" align="center"><input type="submit" value="{ibf.lang.lp_send}" class='forminput' /></div>
</div>
</form>
<!--IBF_END_FUNC|lost_pass_form-->

<!--IBF_START_FUNC|coppa_two|-->

<div class='tableborder'>
  <div class='maintitle'>{ibf.lang.cp2_title}</div>
   <table cellpadding='3' cellspacing='1' border='0' width='100%'>
   <tr>
   <td class='row1' align='left'>
	   {ibf.lang.cp2_text}
	   <br /><br />
	   <center><span style='font-weight:bold;font-size:12px'>
		&lt;&lt; <a href='{ibf.script_url}'>{ibf.lang.cp2_cancel}</a>
	   - <a href='{ibf.script_url}act=Reg&amp;coppa_pass=1&amp;coppa_user=1'>{ibf.lang.cp2_continue}</a> &gt;&gt;
	   </span></center>
   </td>
   </tr>
   <tr>
   <td valign='left' class='titlemedium'>{ibf.lang.coppa_form}</td>
   </tr>
   <tr>
	<td class='row1' align='left'>{ibf.lang.coppa_form_text} <a href='mailto:{ibf.vars.email_in}'>{ibf.vars.email_in}</a></td>
   </tr>
   </table>
</div>
<!--IBF_END_FUNC|coppa_two-->

<!--IBF_START_FUNC|coppa_form|-->

<html>
      <head>
       <title>{ibf.lang.cpf_title}</title>
       <!--<link rel='stylesheet' href='style_sheets/stylesheet_<{css_id}>.css' type='text/css'>-->
      </head>
     <body bgcolor='white'>
     <table cellpadding='0' cellspacing='4' border='0' width='95%' align='center'>
     <tr>
        <td valign='middle' align='left'>
        	<span class='pagetitle'>{ibf.vars.board_name}: {ibf.lang.cpf_title}</span>
        	<br /><br />
        	<b><span style='font-size:12px'>{ibf.lang.cpf_perm_parent}</span></b>
        	<br /><br />
        	{ibf.lang.cpf_fax} {ibf.vars.coppa_fax}
        	<br /><br />
        	{ibf.lang.cpf_address}
        	<br />
        	{ibf.vars.coppa_address}
        
        </td>
     </tr>
     </table>
     <br />
     <table cellpadding='4' cellspacing='2' border='1' width='95%' align='center'>
      <tr>
		<td width='40%'>{ibf.lang.user_name}</td>
		<td>&nbsp;</td>
		</tr>
		<tr>
		<td width='40%'>{ibf.lang.pass_word}</td>
		<td>&nbsp;</td>
		</tr>
		<tr>
		<td width='40%'>{ibf.lang.email_address}</td>
		<td>&nbsp;</td>
	  </tr>
     </table>
     <br />
     <table cellpadding='0' cellspacing='4' border='0' width='95%' align='center'>
     <tr>
        <td valign='middle' align='left'>
        	<b><span style='font-size:12px'>{ibf.lang.cpf_sign}</span></b>
        </td>
     </tr>
     </table>
     <br />
     <table cellpadding='10' cellspacing='2' border='1' width='95%' align='center'>
      <tr>
		<td width='40%'>{ibf.lang.cpf_name}</td>
		<td>&nbsp;</td>
		</tr>
		<tr>
		<td width='40%'>{ibf.lang.cpf_relation}</td>
		<td>&nbsp;</td>
		</tr>
		<tr>
		<td width='40%'>{ibf.lang.cpf_signature}</td>
		<td>&nbsp;</td>
	    </tr>
	    <tr>
		<td width='40%'>{ibf.lang.cpf_email}</td>
		<td>&nbsp;</td>
		</tr>
		<tr>
		<td width='40%'>{ibf.lang.cpf_phone}</td>
		<td>&nbsp;</td>
		</tr>
		<tr>
		<td width='40%'>{ibf.lang.cpf_date}</td>
		<td>&nbsp;</td>
		</tr>
     </table>
    </body>
  </html>
<!--IBF_END_FUNC|coppa_form-->


<!--IBF_GROUP_END:skin_register-->
<!-- PLEASE LEAVE ALL 'IBF' COMMENTS IN PLACE, DO NOT REMOVE THEM! -->
<!--IBF_GROUP_START:skin_profile-->

<!--IBF_START_FUNC|custom_field|$title, $value=""-->

<tr>
              <td class="row3" valign='top'><b>$title</b></td>
              <td align='left' class='row1'>$value</td>
            </tr>
<!--IBF_END_FUNC|custom_field-->

<!--IBF_START_FUNC|user_edit|$info-->

&middot; <a href='{$info['base_url']}act=UserCP&amp;CODE=22'>{ibf.lang.edit_my_sig}</a> &middot;
<a href='{$info['base_url']}act=UserCP&amp;CODE=24'>{ibf.lang.edit_avatar}</a> &middot;
<a href='{$info['base_url']}act=UserCP&amp;CODE=01'>{ibf.lang.edit_profile}</a>
<!--IBF_END_FUNC|user_edit-->

<!--IBF_START_FUNC|show_profile|$info-->

<script language='Javascript' type='text/javascript'>
	<!--
	function PopUp(url, name, width,height,center,resize,scroll,posleft,postop) {
		if (posleft != 0) { x = posleft }
		if (postop  != 0) { y = postop  }
	
		if (!scroll) { scroll = 1 }
		if (!resize) { resize = 1 }
	
		if ((parseInt (navigator.appVersion) >= 4 ) && (center)) {
		  X = (screen.width  - width ) / 2;
		  Y = (screen.height - height) / 2;
		}
		if (scroll != 0) { scroll = 1 }
	
		var Win = window.open( url, name, 'width='+width+',height='+height+',top='+Y+',left='+X+',resizable='+resize+',scrollbars='+scroll+',location=no,directories=no,status=no,menubar=no,toolbar=no');
	 }
	//-->
            </script>
<table class="tablebasic" cellspacing="0" cellpadding="2">
<tr>
 <td>{$info['photo']}</td>
 <td width="100%" valign="bottom">
   <div id="profilename">{$info['name']}</div>
   <div>
	 <a href='{$info['base_url']}act=Search&amp;CODE=getalluser&amp;mid={$info['mid']}'>{ibf.lang.find_posts}</a> &middot;
	 <a href='{$info['base_url']}act=Msg&amp;CODE=02&amp;MID={$info['mid']}'>{ibf.lang.add_to_contact}</a>
	 <!--MEM OPTIONS-->
   </div>
 </td>
</tr>
</table>
<br />
<table cellpadding='0' align='center' cellspacing='2' border='0' width="100%">
  <tr>
	<td width='50%' valign='top' class="plainborder">
	 <table cellspacing="1" cellpadding='6' width='100%'>
	  <tr>
		<td align='center' colspan='2' class='maintitle'>{ibf.lang.active_stats}</td>
	  </tr>
	  <tr>
		<td class="row3" width='30%' valign='top'><b>{ibf.lang.total_posts}</b></td>
		<td align='left' width='70%' class='row1'><b>{$info['posts']}</b><br />( {$info['total_pct']}% {ibf.lang.total_percent} )</td>
	  </tr>
	  <tr>
		<td class="row3" valign='top'><b>{ibf.lang.posts_per_day}</b></td>
		<td align='left' class='row1'><b>{$info['posts_day']}</b></td>
	  </tr>
	  <tr>
		<td class="row3" valign='top'><b>{ibf.lang.joined}</b></td>
		<td align='left' class='row1'><b>{$info['joined']}</b></td>
	  </tr>
	  <tr>
		<td class="row3" valign='top'><b>{ibf.lang.fav_forum}</b></td>
		<td align='left' class='row1'><a href='{$info['base_url']}act=SF&amp;f={$info['fav_id']}'>{$info['fav_forum']}</a><br />{$info['fav_posts']} {ibf.lang.fav_posts}<br />( {$info['percent']}% {ibf.lang.fav_percent} )</td>
	  </tr>
	  <tr>
		<td class="row3" valign='top'><b>{ibf.lang.user_local_time}</b></td>
		<td align='left' class='row1'>{$info['local_time']}</td>
	  </tr>
	  </table>
	</td>
	
	<!-- Communication -->
	
   <td width='50%' valign='top' class="plainborder">
	 <table cellspacing="1" cellpadding='6' width='100%'>
	  <tr>
		<td align='center' colspan='2' class='maintitle'>{ibf.lang.communicate}</td>
	  </tr>
	  <tr>
		<td class="row3" width='30%' valign='top'><b>{ibf.lang.email}</b></td>
		<td align='left' width='70%' class='row1'>{$info['email']}</td>
	  </tr>
	   <tr>
		<td class="row3" valign='top'><b>{ibf.lang.integ_msg}</b></td>
		<td align='left' class='row1'>{$info['integ_msg']}</td>
	  </tr>
	  <tr>
		<td class="row3" valign='top'><b>{ibf.lang.aim}</b></td>
		<td align='left' class='row1'>{$info['aim_name']}</td>
	  </tr>
	  <tr>
		<td class="row3" valign='top'><b>{ibf.lang.icq}</b></td>
		<td align='left' class='row1'>{$info['icq_number']}</td>
	  </tr>
	  <tr>
		<td class="row3" valign='top'><b>{ibf.lang.yahoo}</b></td>
		<td align='left' class='row1'>{$info['yahoo']}</td>
	  </tr>
	  <tr>
		<td class="row3" valign='top'><b>{ibf.lang.msn}</b></td>
		<td align='left' class='row1'>{$info['msn_name']}</td>
	  </tr>
	  <tr>
		<td class="row3" valign='top'><b>{ibf.lang.pm}</b></td>
		<td align='left' class='row1'><a href='{$info['base_url']}act=Msg&amp;CODE=4&amp;MID={$info['mid']}'>{ibf.lang.click_here}</a></td>
	  </tr>
	  </table>
	</td>
	
	<!-- END CONTENT ROW 1 -->
	<!-- information -->
	
  </tr>
  <tr>
	<td width='50%' valign='top' class="plainborder">
	 <table cellspacing="1" cellpadding='6' width='100%'>
	  <tr>
		<td align='center' colspan='2' class='maintitle'>{ibf.lang.info}</td>
	  </tr>
	  <tr>
		<td class="row3" width='30%' valign='top'><b>{ibf.lang.homepage}</b></td>
		<td align='left' width='70%' class='row1'>{$info['homepage']}</td>
	  </tr>
	  <tr>
		<td class="row3" valign='top'><b>{ibf.lang.birthday}</b></td>
		<td align='left' class='row1'>{$info['birthday']}</td>
	  </tr>
	  <tr>
		<td class="row3" valign='top'><b>{ibf.lang.location}</b></td>
		<td align='left' class='row1'>{$info['location']}</td>
	  </tr>
<tr>
		<td class="row3" valign='top'><b>{ibf.lang.sex}</b></td>
		<td align='left' class='row1'>{$info['sex']}</td>
	  </tr>
	  <tr>
		<td class="row3" valign='top'><b>{ibf.lang.interests}</b></td>
		<td align='left' class='row1'>{$info['interests']}</td>
	  </tr>
	  <!--{CUSTOM.FIELDS}-->
	  </table>
	</td>
	
	<!-- Profile -->
	
   <td width='50%' valign='top' class="plainborder">
	 <table cellspacing="1" cellpadding='6' width='100%'>
	  <tr>
		<td align='center' colspan='2' class='maintitle'>{ibf.lang.post_detail}</td>
	  </tr>
	  <tr>
		<td class="row3" width='30%' valign='top'><b>{ibf.lang.mgroup}</b></td>
		<td align='left' width='70%'  class='row1'>{$info['group_title']}</td>
	  </tr>
	  <tr>
		<td class="row3" valign='top'><b>{ibf.lang.mtitle}</b></td>
		<td align='left' class='row1'>{$info['member_title']}</td>
	  </tr>
	  <tr>
		<td class="row3" valign='top'><b>{ibf.lang.avatar}</b></td>
		<td align='left' class='row1'>{$info['avatar']}</td>
	  </tr>
	  <tr>
		<td class="row3" valign='top'><b>{ibf.lang.siggie}</b></td>
		<td align='left' class='row1'>{$info['signature']}</td>
	  </tr>
	  <!--{WARN_LEVEL}-->
	  </table>
	</td>
	</tr>
</table>
<div class='tableborder'>
 <div class='pformstrip' align='center'>&lt;( <a href='javascript:history.go(-1)'>{ibf.lang.back}</a> )</div>
</div>
<!--IBF_END_FUNC|show_profile-->

<!--IBF_START_FUNC|show_card|$name, $photo, $info-->

<script language='javascript' type="text/javascript">
<!--
 function redirect_to(where, closewin)
 {
 	opener.location= '{ibf.script_url}' + where;
 	
 	if (closewin == 1)
 	{
 		self.close();
 	}
 }
//-->
    </script>
<div id="photowrap">
 <div id="phototitle">$name</div>
 <br />
 <table class="tablebasic" cellspacing="6">
 <tr>
  <td valign="middle" class="row1">$photo</td>
  <td width="100%" class="row1" valign="bottom">
    <table class="tablebasic" cellpadding="5">
      <tr>
        <td nowrap="nowrap">{ibf.lang.email}</td>
		<td width="100%">{$info['email']}</td>
	  </tr>
	  <tr>
		<td nowrap="nowrap">{ibf.lang.integ_msg}</td>
		<td width="100%">{$info['integ_msg']}</td>
	  </tr>
	  <tr>
		<td nowrap="nowrap">{ibf.lang.aim}</td>
		<td width="100%">{$info['aim_name']}</td>
	  </tr>
	  <tr>
		<td nowrap="nowrap">{ibf.lang.icq}</td>
		<td width="100%">{$info['icq_number']}</td>
	  </tr>
	  <tr>
		<td nowrap="nowrap">{ibf.lang.yahoo}</td>
		<td width="100%">{$info['yahoo']}</td>
	  </tr>
	  <tr>
		<td nowrap="nowrap">{ibf.lang.msn}</td>
		<td width="100%">{$info['msn_name']}</td>
	  </tr>
	  <tr>
		<td nowrap="nowrap">{ibf.lang.pm}</b></td>
		<td><a href='javascript:redirect_to("&amp;act=Msg&amp;CODE=4&amp;MID={$info['mid']}", 1);'>{ibf.lang.click_here}</a></td>
	  </tr>
     </td>
    </tr>
   </table>
  </td>
 </tr>
 </table>
</div>
<div align="center">
  <a href="{ibf.script_url}act=Profile&amp;CODE=showcard&amp;MID={$info['mid']}&amp;download=1">{ibf.lang.ac_download}</a>
  &middot; <a href="javascript:self.close();">{ibf.lang.ac_close}</a>
</div>
<!--IBF_END_FUNC|show_card-->

<!--IBF_START_FUNC|warn_level_rating_no_mod|$mid, $level,$min=0,$max=10-->

<tr>
	<td class="row3" valign='top'><b>{ibf.lang.rating_level}</b></td>
	<td align='left' class='row1'>&lt;&nbsp;$min ( <a href="javascript:PopUp('{ibf.script_url}act=warn&amp;mid={$mid}&amp;CODE=view','Pager','500','450','0','1','1','1')">{$level}</a> ) $max&nbsp;&gt;</td>
  </tr>
<!--IBF_END_FUNC|warn_level_rating_no_mod-->

<!--IBF_START_FUNC|get_photo|$show_photo, $show_width, $show_height-->

<img src="$show_photo" border="0" alt="User Photo" $show_width $show_height />
<!--IBF_END_FUNC|get_photo-->

<!--IBF_START_FUNC|show_photo|$name, $photo-->

<div id="photowrap">
 <div id="phototitle">$name</div>
 <div id="photoimg">$photo</div>
</div>
<!--IBF_END_FUNC|show_photo-->

<!--IBF_START_FUNC|show_card_download|$name, $photo, $info-->

<html dir='rtl'>
 <head>
  <meta http-equiv="Content-Type" content="text/html; charset=windows-1256">
  <title>$name</title>
  <style type="text/css">
	 form { display:inline; }
	 img  { vertical-align:middle }
	 BODY { font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 11px; color: #000; margin-left:5%;margin-right:5%;margin-top:5px;  }
	 TABLE, TR, TD { font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 11px; color: #000; }
	 a:link, a:visited, a:active { text-decoration: underline; color: #000 }
	 a:hover { color: #465584; text-decoration:underline }
	 #profilename { font-size:28px; font-weight:bold; }
	 #photowrap { padding:6px; }
	 #phototitle { font-size:24px; border-bottom:1px solid black }
	 #photoimg   { text-align:center; margin-top:15px } 
	 .plainborder { border:1px solid #345487;background-color:#F5F9FD }
	 .tableborder { border:1px solid #345487;background-color:#FFF }
	 .tablefill   { border:1px solid #345487;background-color:#F5F9FD;padding:6px }
	 .tablepad    { background-color:#F5F9FD;padding:6px }
	 .tablebasic  { width:100%; padding:0px 0px 0px 0px; margin:0px; border:0px }
	 .row1 { background-color: #F5F9FD }
	 .row2 { background-color: #DFE6EF }
	 .row3 { background-color: #EEF2F7 }
	 .row4 { background-color: #E4EAF2 }
  </style>
  <script language='javascript' type="text/javascript">
  <!--
   function redirect_to(where, closewin)
   {
	  opener.location= '{ibf.script_url}' + where;
	  
	  if (closewin == 1)
	  {
		  self.close();
	  }
   }
  //-->
  </script>
 </head>
<body>
<table width="100%" height="100%">
<tr>
 <td valign="middle" align="center" width="400">
	<div id="phototitle">$name</div>
	<br />
	<table class="tablebasic" cellspacing="6">
	<tr>
	 <td valign="middle" class="row1">$photo</td>
	 <td width="100%" class="row1" valign="bottom">
	   <table class="tablebasic" cellpadding="5">
		 <tr>
		   <td nowrap="nowrap">{ibf.lang.email}</td>
		   <td width="100%">{$info['email']}</td>
		 </tr>
		 <tr>
		  <td nowrap="nowrap">{ibf.lang.integ_msg}</td>
		  <td width="100%">{$info['integ_msg']}</td>
	     </tr>
		 <tr>
		   <td nowrap="nowrap">{ibf.lang.aim}</td>
		   <td width="100%">{$info['aim_name']}</td>
		 </tr>
		 <tr>
		   <td nowrap="nowrap">{ibf.lang.icq}</td>
		   <td width="100%">{$info['icq_number']}</td>
		 </tr>
		 <tr>
		   <td nowrap="nowrap">{ibf.lang.yahoo}</td>
		   <td width="100%">{$info['yahoo']}</td>
		 </tr>
		 <tr>
		   <td nowrap="nowrap">{ibf.lang.msn}</td>
		   <td width="100%">{$info['msn_name']}</td>
		 </tr>
		 <tr>
		   <td nowrap="nowrap">{ibf.lang.pm}</b></td>
		   <td><a href='javascript:redirect_to("&amp;act=Msg&amp;CODE=4&amp;MID={$info['mid']}", 1);'>{ibf.lang.click_here}</a></td>
		 </tr>
		</td>
	   </tr>
	  </table>
	 </td>
	</tr>
	</table>
  </td>
 </tr>
</table>
</body>
</html>
<!--IBF_END_FUNC|show_card_download-->

<!--IBF_START_FUNC|warn_level|$mid, $img, $percent-->

<tr>
	<td class="row3" valign='top'><b>{ibf.lang.warn_level}</b></td>
	<td align='left' class='row1'><a href="javascript:PopUp('{ibf.script_url}act=warn&amp;mid={$mid}&amp;CODE=view','Pager','500','450','0','1','1','1')">{$percent}</a>%: <a href='{ibf.script_url}act=warn&amp;type=minus&amp;mid={$mid}' title='{ibf.lang.tt_warn_minus}'><{WARN_MINUS}></a>{$img}<a href='{ibf.script_url}act=warn&amp;type=add&amp;mid={$mid}' title='{ibf.lang.tt_warn_add}'><{WARN_ADD}></a>
</td>
  </tr>
<!--IBF_END_FUNC|warn_level-->

<!--IBF_START_FUNC|warn_level_no_mod|$mid, $img, $percent-->

<tr>
	<td class="row3" valign='top'><b>{ibf.lang.warn_level}</b></td>
	<td align='left' class='row1'><a href="javascript:PopUp('{ibf.script_url}act=warn&amp;mid={$mid}&amp;CODE=view','Pager','500','450','0','1','1','1')">{$percent}</a>%: {$img}</td>
  </tr>
<!--IBF_END_FUNC|warn_level_no_mod-->

<!--IBF_START_FUNC|warn_level_rating|$mid, $level,$min=0,$max=10-->

<tr>
	<td class="row3" valign='top'><b>{ibf.lang.rating_level}</b></td>
	<td align='left' class='row1'><a href='{ibf.script_url}act=warn&amp;type=minus&amp;mid={$mid}' title='{ibf.lang.tt_warn_minus}'><{WARN_MINUS}></a> &lt;&nbsp;$min ( <a href="javascript:PopUp('{ibf.script_url}act=warn&amp;mid={$mid}&amp;CODE=view','Pager','500','450','0','1','1','1')">{$level}</a> ) $max&nbsp;&gt; <a href='{ibf.script_url}act=warn&amp;type=add&amp;mid={$mid}' title='{ibf.lang.tt_warn_add}'><{WARN_ADD}></a></td>
  </tr>
<!--IBF_END_FUNC|warn_level_rating-->


<!--IBF_GROUP_END:skin_profile-->
<!-- PLEASE LEAVE ALL 'IBF' COMMENTS IN PLACE, DO NOT REMOVE THEM! -->
<!--IBF_GROUP_START:skin_post-->

<!--IBF_START_FUNC|add_edit_box|$checked=""-->

<tr>
  <td class='pformleft'><b>{ibf.lang.edit_ops}</b></td>
  <td class='pformright'><input type='checkbox' name='add_edit' value='1' $checked class='forminput' />&nbsp;{ibf.lang.append_edit}</td>
</tr>
<!--IBF_END_FUNC|add_edit_box-->

<!--IBF_START_FUNC|topictitle_fields|$data-->

<tr>
 <td align='right' colspan="2" class='pformstrip'>{ibf.lang.tt_topic_settings}</td>
</tr>
<tr>
  <td align='right' class='pformleft'>{ibf.lang.topic_title}</td>
  <td align='right' class='pformright'><input type='text' onkeypress=FKeyPress(TopicTitle); onkeydown=FKeyDown(TopicTitle); size='40' maxlength='50' name='TopicTitle' value='{$data[TITLE]}' tabindex='1' class='forminput' /></td>
</tr>
<tr>
   <td align='right' class='pformleft'>{ibf.lang.topic_desc}</td>
   <td align='right' class='pformright'><input type='text' size='40' maxlength='40' onkeypress=FKeyPress(TopicDesc); onkeydown=FKeyDown(TopicDesc); name='TopicDesc' value='{$data[DESC]}' tabindex='2' class='forminput' /></td>
</tr>
<!--IBF_END_FUNC|topictitle_fields-->

<!--IBF_START_FUNC|table_structure|-->

<!--FORUM RULES--><br />
<!--START TABLE-->
<!--NAME FIELDS-->
<!--TOPIC TITLE-->
<!--POLL BOX-->
<!--POST BOX-->
<!--QUOTE BOX-->
<!--POST ICONS-->
<!--UPLOAD FIELD-->
<!--MOD OPTIONS-->
<!--END TABLE-->
<!--IBF_END_FUNC|table_structure-->

<!--IBF_START_FUNC|edit_upload_field|$data, $file_name=""-->

<tr> 
          <td class="pformstrip" colspan="2">{ibf.lang.upload_title}</td>
        </tr>
        <tr> 
          <td class='pformleft'>{ibf.lang.upload_text} $data</td>
          <td class='pformright' width="100%">
           <table cellpadding='4' cellspacing='0' width='100%' border='0'>
            <tr>
             <td><input type='radio' name='editupload' value='keep' checked></td>
             <td width='100%'><b>{ibf.lang.eu_keep}</b> ( $file_name )</td>
            </tr>
            <tr>
             <td><input type='radio' name='editupload' value='delete'></td>
             <td width='100%'><b>{ibf.lang.eu_delete}</b></td>
            </tr>
            <tr>
             <td valign='middle'><input type='radio' name='editupload' value='new'></td>
             <td><b>{ibf.lang.eu_new}</b><br /><input class='textinput' type='file' size='30' name='FILE_UPLOAD' onclick='document.REPLIER.editupload[2].checked=true;' /></td>
            </tr>
           </table>
          </td>
        </tr>
<!--IBF_END_FUNC|edit_upload_field-->

<!--IBF_START_FUNC|Upload_field|$data-->

<tr>
    <td colspan="2" class='pformstrip'>{ibf.lang.upload_title}</td>
  </tr>
  <tr>
    <td class='pformleft'>{ibf.lang.upload_text} $data</td>
    <td class='pformright'><input class='textinput' type='file' size='30' name='FILE_UPLOAD' /></td>
  </tr>
<!--IBF_END_FUNC|Upload_field-->

<!--IBF_START_FUNC|errors|$data-->

<div class="tableborder">
  <div class="pformstrip">{ibf.lang.errors_found}</div>
  <div class="tablepad"><span class='postcolor'>$data</span></div>
</div>
<br />
<!--IBF_END_FUNC|errors-->

<!--IBF_START_FUNC|EndForm|$data-->

<tr>
  <td class='pformstrip' align='center' style='text-align:center' colspan="2">
	<input type="submit" name="submit" value="$data" tabindex='4' class='forminput' accesskey='s' />&nbsp;
	<input type="submit" name="preview" value="{ibf.lang.button_preview}" tabindex='5' class='forminput' />
  </td>
</tr>
</table>
</form>
<br />
<br clear="all" />
<!--IBF_END_FUNC|EndForm-->

<!--IBF_START_FUNC|smilie_table|-->

<table class='tablefill' cellpadding='4' align='center'>
<tr>
<td align="center" colspan="{ibf.vars.emo_per_row}"><b>{ibf.lang.click_smilie}</b></td>
</tr>
<!--THE SMILIES-->
<tr>
<td align="center" colspan="{ibf.vars.emo_per_row}"><b><a href='javascript:emo_pop()'>{ibf.lang.all_emoticons}</a></b></td>
</tr>
</table>
<!--IBF_END_FUNC|smilie_table-->

<!--IBF_START_FUNC|PostIcons|-->

<tr>
  <td class='pformleft'>{ibf.lang.post_icon}</td>
  <td class='pformright'>
	<input type="radio" class="radiobutton" name="iconid" value="1" />&nbsp;&nbsp;<img src="{ibf.vars.img_url}/icon1.gif"  align='middle' alt='' />&nbsp;&nbsp;&nbsp;<input type="radio" class="radiobutton" name="iconid" value="2"  />&nbsp;&nbsp;<img src="{ibf.vars.img_url}/icon2.gif"  align='middle' alt='' />&nbsp;&nbsp;&nbsp;<input type="radio" class="radiobutton" name="iconid" value="3"  />&nbsp;&nbsp;<img src="{ibf.vars.img_url}/icon3.gif"  align='middle' alt='' />&nbsp;&nbsp;&nbsp;<input type="radio" class="radiobutton" name="iconid" value="4"  />&nbsp;&nbsp;<img src="{ibf.vars.img_url}/icon4.gif"  align='middle' alt='' />&nbsp;&nbsp;&nbsp;<input type="radio" class="radiobutton" name="iconid" value="5"  />&nbsp;&nbsp;<img src="{ibf.vars.img_url}/icon5.gif"  align='middle' alt='' />&nbsp;&nbsp;&nbsp;<input type="radio" class="radiobutton" name="iconid" value="6"  />&nbsp;&nbsp;<img src="{ibf.vars.img_url}/icon6.gif"  align='middle' alt='' />&nbsp;&nbsp;&nbsp;<input type="radio" class="radiobutton" name="iconid" value="7"  />&nbsp;&nbsp;<img src="{ibf.vars.img_url}/icon7.gif"  align='middle' alt='' /><br />
	<input type="radio" class="radiobutton" name="iconid" value="8" />&nbsp;&nbsp;<img src="{ibf.vars.img_url}/icon8.gif"  align='middle' alt='' />&nbsp;&nbsp;&nbsp;<input type="radio" class="radiobutton" name="iconid" value="9"  />&nbsp;&nbsp;<img src="{ibf.vars.img_url}/icon9.gif"  align='middle' alt='' />&nbsp;&nbsp;&nbsp;<input type="radio" class="radiobutton" name="iconid" value="10"  />&nbsp;&nbsp;<img src="{ibf.vars.img_url}/icon10.gif"  align='middle' alt='' />&nbsp;&nbsp;&nbsp;<input type="radio" class="radiobutton" name="iconid" value="11"  />&nbsp;&nbsp;<img src="{ibf.vars.img_url}/icon11.gif"  align='middle' alt='' />&nbsp;&nbsp;&nbsp;<input type="radio" class="radiobutton" name="iconid" value="12"  />&nbsp;&nbsp;<img src="{ibf.vars.img_url}/icon12.gif"  align='middle' alt='' />&nbsp;&nbsp;&nbsp;<input type="radio" class="radiobutton" name="iconid" value="13"  />&nbsp;&nbsp;<img src="{ibf.vars.img_url}/icon13.gif"  align='middle' alt='' />&nbsp;&nbsp;&nbsp;<input type="radio" class="radiobutton" name="iconid" value="14"  />&nbsp;&nbsp;<img src="{ibf.vars.img_url}/icon14.gif"  align='middle' alt='' /><br />
    <input type="radio" class="radiobutton" name="iconid" value="0" checked="checked" />&nbsp;&nbsp;[ Use None ]
  </td>
 </tr>
<!--IBF_END_FUNC|PostIcons-->

<!--IBF_START_FUNC|table_top|$data-->

<script language='Javascript' type='text/javascript'>
	<!--
	function PopUp(url, name, width,height,center,resize,scroll,posleft,postop) {
		if (posleft != 0) { x = posleft }
		if (postop  != 0) { y = postop  }
	
		if (!scroll) { scroll = 1 }
		if (!resize) { resize = 1 }
	
		if ((parseInt (navigator.appVersion) >= 4 ) && (center)) {
		  X = (screen.width  - width ) / 2;
		  Y = (screen.height - height) / 2;
		}
		if (scroll != 0) { scroll = 1 }
	
		var Win = window.open( url, name, 'width='+width+',height='+height+',top='+Y+',left='+X+',resizable='+resize+',scrollbars='+scroll+',location=no,directories=no,status=no,menubar=no,toolbar=no');
	 }
	//-->
    </script>
<table class='tableborder' cellpadding="0" cellspacing="0" width="100%">
<tr>
 <td class='maintitle' colspan="2">&nbsp;&nbsp;$data</td>
</tr>
<!--IBF_END_FUNC|table_top-->

<!--IBF_START_FUNC|preview|$data-->

<div class="tableborder">
  <div class="pformstrip">{ibf.lang.post_preview}</div>
  <div class="row1" style="padding:6px"><div class='postcolor'>$data</div></div>
</div>
<br />
<!--IBF_END_FUNC|preview-->

<!--IBF_START_FUNC|TopicSummary_bottom|-->

</table>
  <div class="pformstrip"><a href="javascript:PopUp('index.{ibf.vars.php_ext}?act=ST&amp;f={$ibforums->input['f']}&amp;t={$ibforums->input['t']}','TopicSummary',700,450,1,1)">{ibf.lang.review_topic}</a></div>
</div>
<!--IBF_END_FUNC|TopicSummary_bottom-->

<!--IBF_START_FUNC|TopicSummary_top|-->

<br />
<div class="tableborder">
  <div class="pformstrip">{ibf.lang.last_posts}</div>
  <table cellpadding='6' cellspacing='1' border='0' width='100%'>
<!--IBF_END_FUNC|TopicSummary_top-->

<!--IBF_START_FUNC|TopicSummary_body|$data-->

<tr>
    <td class='row4' valign='top' width='20%'><b>{$data['author']}</b></td>
    <td class='row4' valign='top' width='80%'>{ibf.lang.posted_on} {$data['date']}</td>
  </tr>
  <tr>
    <td class='row1' valign='top' width='20%'>&nbsp;</td>
    <td class='row1' valign='top' width='80%'><span class='postcolor'>{$data['post']}</span></td>
  </tr>
<!--IBF_END_FUNC|TopicSummary_body-->

<!--IBF_START_FUNC|quote_box|$data-->

<tr>
  <td colspan="2" class='pformstrip'>{ibf.lang.post_to_quote}</td>
</tr>
<tr>
  <td class='pformleft'>{ibf.lang.post_to_quote_txt}</td>
  <td class='pformright'><textarea cols='60' rows='12' wrap='soft' name='QPost' onkeypress=FKeyPress(QPost); onkeydown=FKeyDown(QPost); class='textinput'>{$data['post']}</textarea><input type='hidden' name='QAuthor' value='{$data['author_id']}' /><input type='hidden' name='QAuthorN' value='{$data['author_name']}' /><input type='hidden' name='QDate'   value='{$data['post_date']}' /></td>
</tr>
<!--IBF_END_FUNC|quote_box-->

<!--IBF_START_FUNC|nameField_reg|-->

<!-- REG NAME -->
<!--IBF_END_FUNC|nameField_reg-->

<!--IBF_START_FUNC|mod_options|$jump-->

<tr>
   <td class='pformstrip' colspan="2">{ibf.lang.tt_options}</td>
  </tr>
  <tr>
    <td class='pformleft'>{ibf.lang.mod_options}</td>
    <td class='pformright'>$jump</select></td>
  </tr>
<!--IBF_END_FUNC|mod_options-->

<!--IBF_START_FUNC|get_javascript|-->

<script language="javascript1.2" type="text/javascript">
<!--
var MessageMax  = "{ibf.lang.the_max_length}";
var Override    = "{ibf.lang.override}";
MessageMax      = parseInt(MessageMax);
if ( MessageMax < 0 )
{
	MessageMax = 0;
}
	
function emo_pop()
{
  window.open('index.{ibf.vars.php_ext}?act=legends&CODE=emoticons&s={ibf.session_id}','Legends','width=250,height=500,resizable=yes,scrollbars=yes'); 
}
function bbc_pop()
{
  window.open('index.{ibf.vars.php_ext}?act=legends&CODE=bbcode&s={ibf.session_id}','Legends','width=700,height=500,resizable=yes,scrollbars=yes'); 
}	
function CheckLength() {
	MessageLength  = document.REPLIER.Post.value.length;
	message  = "";
		if (MessageMax > 0) {
			message = "{ibf.lang.js_post}: {ibf.lang.js_max_length} " + MessageMax + " {ibf.lang.js_characters}.";
		} else {
			message = "";
		}
		alert(message + "      {ibf.lang.js_used} " + MessageLength + " {ibf.lang.js_characters}.");
}
	
	function ValidateForm(isMsg) {
		MessageLength  = document.REPLIER.Post.value.length;
		errors = "";
		
		if (isMsg == 1)
		{
			if (document.REPLIER.msg_title.value.length < 2)
			{
				errors = "{ibf.lang.msg_no_title}";
			}
		}
	
		if (MessageLength < 2) {
			 errors = "{ibf.lang.js_no_message}";
		}
		if (MessageMax !=0) {
			if (MessageLength > MessageMax) {
				errors = "{ibf.lang.js_max_length} " + MessageMax + " {ibf.lang.js_characters}. {ibf.lang.js_current}: " + MessageLength;
			}
		}
		if (errors != "" && Override == "") {
			alert(errors);
			return false;
		} else {
			document.REPLIER.submit.disabled = true;
			return true;
		}
	}
	
	// IBC Code stuff
	var text_enter_url      = "{ibf.lang.jscode_text_enter_url}";
	var text_enter_url_name = "{ibf.lang.jscode_text_enter_url_name}";
	var text_enter_image    = "{ibf.lang.jscode_text_enter_image}";
	var text_enter_email    = "{ibf.lang.jscode_text_enter_email}";
	var text_enter_flash    = "{ibf.lang.jscode_text_enter_flash}";
	var text_code           = "{ibf.lang.jscode_text_code}";
	var text_quote          = "{ibf.lang.jscode_text_quote}";
	var error_no_url        = "{ibf.lang.jscode_error_no_url}";
	var error_no_title      = "{ibf.lang.jscode_error_no_title}";
	var error_no_email      = "{ibf.lang.jscode_error_no_email}";
	var error_no_width      = "{ibf.lang.jscode_error_no_width}";
	var error_no_height     = "{ibf.lang.jscode_error_no_height}";
	var prompt_start        = "{ibf.lang.js_text_to_format}";
	
	var help_bold           = "{ibf.lang.hb_bold}";
	var help_italic         = "{ibf.lang.hb_italic}";
	var help_under          = "{ibf.lang.hb_under}";
	var help_font           = "{ibf.lang.hb_font}";
	var help_size           = "{ibf.lang.hb_size}";
	var help_color          = "{ibf.lang.hb_color}";
	var help_close          = "{ibf.lang.hb_close}";
	var help_url            = "{ibf.lang.hb_url}";
	var help_img            = "{ibf.lang.hb_img}";
	var help_email          = "{ibf.lang.hb_email}";
	var help_quote          = "{ibf.lang.hb_quote}";
	var help_list           = "{ibf.lang.hb_list}";
	var help_code           = "{ibf.lang.hb_code}";
	var help_click_close    = "{ibf.lang.hb_click_close}";
	var list_prompt         = "{ibf.lang.js_tag_list}";
	
	
	//-->
</script>
<!--IBF_END_FUNC|get_javascript-->

<!--IBF_START_FUNC|get_box_enablesig|$checked-->

<br /><input type='checkbox' name='enablesig' class='checkbox' value='yes' $checked />&nbsp;{ibf.lang.enable_sig}
<!--IBF_END_FUNC|get_box_enablesig-->

<!--IBF_START_FUNC|get_box_enabletrack|$checked-->

<br /><input type='checkbox' name='enabletrack' class='checkbox' value='1' $checked />&nbsp;{ibf.lang.enable_track}
<!--IBF_END_FUNC|get_box_enabletrack-->

<!--IBF_START_FUNC|get_box_alreadytrack|-->

<br />{ibf.lang.already_sub}
<!--IBF_END_FUNC|get_box_alreadytrack-->

<!--IBF_START_FUNC|get_box_enableemo|$checked-->

<input type='checkbox' name='enableemo' class='checkbox' value='yes' $checked />&nbsp;{ibf.lang.enable_emo}
<!--IBF_END_FUNC|get_box_enableemo-->

<!--IBF_START_FUNC|postbox_buttons|$data-->

<tr>
   <td align='right' class='pformstrip' colspan="2">{ibf.lang.ib_code_buttons}</td>
 </tr>
 <tr>
   <td align='right' class='pformleft'>
	   <input type='radio' class='radiobutton' name='bbmode' value='ezmode' onclick='setmode(this.value)' />&nbsp;<b>{ibf.lang.bbcode_guided}</b><br />
	   <input type='radio' class='radiobutton' name='bbmode' value='normal' onclick='setmode(this.value)' checked="checked" />&nbsp;<b>{ibf.lang.bbcode_normal}</b>
	   <script type='text/javascript' src='html/ibfcode.js'></script>
   </td>
   <td align='right' class='pformright'>
	   <input type='button' accesskey='b' value=' B '       onclick='simpletag("B")' class='codebuttons' name='B' style="font-weight:bold" onmouseover="hstat('bold')" />
	   <input type='button' accesskey='i' value=' I '       onclick='simpletag("I")' class='codebuttons' name='I' style="font-style:italic" onmouseover="hstat('italic')" />
	   <input type='button' accesskey='u' value=' U '       onclick='simpletag("U")' class='codebuttons' name='U' style="text-decoration:underline" onmouseover="hstat('under')" />
	   
	   <select name='ffont' class='codebuttons' onchange="alterfont(this.options[this.selectedIndex].value, 'FONT')"  onmouseover="hstat('font')">
	   <option value='0'>{ibf.lang.ct_font}</option>
	   <option value='Arial' style='font-family:Arial'>{ibf.lang.ct_arial}</option>
	   <option value='Times' style='font-family:Times'>{ibf.lang.ct_times}</option>
	   <option value='Courier' style='font-family:Courier'>{ibf.lang.ct_courier}</option>
	   <option value='Impact' style='font-family:Impact'>{ibf.lang.ct_impact}</option>
	   <option value='Geneva' style='font-family:Geneva'>{ibf.lang.ct_geneva}</option>
	   <option value='Optima' style='font-family:Optima'>Optima</option>
	   </select><select name='fsize' class='codebuttons' onchange="alterfont(this.options[this.selectedIndex].value, 'SIZE')" onmouseover="hstat('size')">
	   <option value='0'>{ibf.lang.ct_size}</option>
	   <option value='1'>{ibf.lang.ct_sml}</option>
	   <option value='7'>{ibf.lang.ct_lrg}</option>
	   <option value='14'>{ibf.lang.ct_lest}</option>
	   </select><select name='fcolor' class='codebuttons' onchange="alterfont(this.options[this.selectedIndex].value, 'COLOR')" onmouseover="hstat('color')">
	   <option value='0'>{ibf.lang.ct_color}</option>
	   <option value='blue' style='color:blue'>{ibf.lang.ct_blue}</option>
	   <option value='red' style='color:red'>{ibf.lang.ct_red}</option>
	   <option value='purple' style='color:purple'>{ibf.lang.ct_purple}</option>
	   <option value='orange' style='color:orange'>{ibf.lang.ct_orange}</option>
	   <option value='yellow' style='color:yellow'>{ibf.lang.ct_yellow}</option>
	   <option value='gray' style='color:gray'>{ibf.lang.ct_grey}</option>
	   <option value='green' style='color:green'>{ibf.lang.ct_green}</option>
	   </select>
	   &nbsp; <a href='javascript:closeall();' onmouseover="hstat('close')">{ibf.lang.js_close_all_tags}</a>
	   <br />
	   <input type='button' accesskey='h' value=' http:// ' onclick='tag_url()'            class='codebuttons' name='url' onmouseover="hstat('url')" />
	   <input type='button' accesskey='g' value=' IMG '     onclick='tag_image()'          class='codebuttons' name='img' onmouseover="hstat('img')" />
	   <input type='button' accesskey='e' value='  @  '     onclick='tag_email()'          class='codebuttons' name='email' onmouseover="hstat('email')" />
	   <input type='button' accesskey='q' value=' QUOTE '   onclick='simpletag("QUOTE")'   class='codebuttons' name='QUOTE' onmouseover="hstat('quote')" />
	   <input type='button' accesskey='p' value=' CODE '    onclick='simpletag("CODE")'    class='codebuttons' name='CODE' onmouseover="hstat('code')" />
	   <input type='button' accesskey='l' value=' LIST '     onclick='tag_list()'          class='codebuttons' name="LIST" onmouseover="hstat('list')" />
	   <!--<input type='button' accesskey='l' value=' SQL '     onclick='simpletag("SQL")'     class='codebuttons' name='SQL'>
	   <input type='button' accesskey='t' value=' HTML '    onclick='simpletag("HTML")'    class='codebuttons' name='HTML'>-->
	   <br />
	   {ibf.lang.hb_open_tags}:&nbsp;<input type='text' name='tagcount' size='3' maxlength='3' style='font-size:10px;font-family:verdana,arial;border:0px;font-weight:bold;' readonly="readonly" class='row1' value="0" />
	   &nbsp;<input type='text' name='helpbox' size='50' maxlength='120' style='width:auto;font-size:10px;font-family:verdana,arial;border:0px' readonly="readonly" class='row1' value="{ibf.lang.hb_start}" />
	</td>
   </tr>
   <tr>
     <td colspan="2" class='pformstrip'>{ibf.lang.post}</td>
   </tr>
   <tr>
     <td class='pformleft' align='center'>
	   <!--SMILIE TABLE-->
	   <br /><div class='desc'><strong><a href='javascript:CheckLength()'>{ibf.lang.check_length}</a> &middot; <a href='javascript:bbc_pop()'>{ibf.lang.bbc_help}</a></strong></div>
     </td>
     <td align='right' class="pformright" valign='top'>
     	<textarea cols='80' rows='20' onkeypress=FKeyPress(Post); onkeydown=FKeyDown(Post); name='Post' tabindex='3' class='textinput'>$data</textarea></td>
   </tr>
   <tr>
	<td class='pformleft'><b>{ibf.lang.po_options}</b></td>
	<td class='pformright'>
	 <!--IBF.EMO-->
	 <!--IBF.SIG-->
	 <!--IBF.TRACK-->
	</td>
   </tr>
<!--IBF_END_FUNC|postbox_buttons-->

<!--IBF_START_FUNC|nameField_unreg|$data-->

<tr>
 <td colspan="2" class='pformstrip'>{ibf.lang.unreg_namestuff}</td>
</tr>
<tr>
  <td class='pformleft'>{ibf.lang.guest_name}</td>
  <td class='pformright'><input type='text' size='40' maxlength='40' name='UserName' onkeypress=FKeyPress(UserName); onkeydown=FKeyDown(UserName); value='$data' class='textinput' /></td>
</tr>
<!--IBF_END_FUNC|nameField_unreg-->

<!--IBF_START_FUNC|poll_box|$data, $extra=""-->

<tr>
  <td colspan="2" class='pformstrip'>{ibf.lang.tt_poll_settings}</td>
</tr>
<tr>
  <td class='pformleft'><strong>{ibf.lang.poll_question}</strong></td>
  <td class='pformright'><input type='text' size='40' maxlength='250' name='pollq' onkeypress=FKeyPress(pollq); onkeydown=FKeyDown(pollq); value='{$ibforums->input['pollq']}' class='textinput' /></td>
</tr>
<tr>
  <td class='pformleft'>{ibf.lang.poll_choices}<br /><br />$extra</td>
  <td class='pformright'><textarea cols='60' rows='12' name='PollAnswers' onkeypress=FKeyPress(PollAnswers); onkeydown=FKeyDown(PollAnswers); class='textinput'>$data</textarea><!--IBF.POLL_OPTIONS--></td>
</tr>
<!--IBF_END_FUNC|poll_box-->

<!--IBF_START_FUNC|poll_options|-->

<br /><input type='checkbox' size='40' value='1' name='allow_disc' class='forminput' />&nbsp;{ibf.lang.poll_only}
<!--IBF_END_FUNC|poll_options-->

<!--IBF_START_FUNC|poll_end_form|$data-->

<tr>
  <td class='pformstrip' align='center' style='text-align:center' colspan="2">
	<input type="submit" name="submit" value="$data" tabindex='4' class='forminput' accesskey='s' />&nbsp;
  </td>
</tr>
</table>
</form>
<br />
<br clear="all" />
<!--IBF_END_FUNC|poll_end_form-->

<!--IBF_START_FUNC|pm_postbox_buttons|$data-->

<tr>
 <td class='pformstrip' colspan="2">{ibf.lang.ib_code_buttons}</td>
 </tr>
 <tr>
   <td class='pformleft'>
	   <input type='radio' name='bbmode' class='radiobutton' value='ezmode' onclick='setmode(this.value)' />&nbsp;<b>{ibf.lang.bbcode_guided}</b><br />
	   <input type='radio' name='bbmode' class='radiobutton' value='normal' onclick='setmode(this.value)' checked="checked" />&nbsp;<b>{ibf.lang.bbcode_normal}</b>
	   <script type='text/javascript' src='html/ibfcode.js'></script>
   </td>
   <td class='pformright'>
	   <input type='button' accesskey='b' value=' B '       onclick='simpletag("B")' class='codebuttons' name='B' style="font-weight:bold" onmouseover="hstat('bold')" />
	   <input type='button' accesskey='i' value=' I '       onclick='simpletag("I")' class='codebuttons' name='I' style="font-style:italic" onmouseover="hstat('italic')" />
	   <input type='button' accesskey='u' value=' U '       onclick='simpletag("U")' class='codebuttons' name='U' style="text-decoration:underline" onmouseover="hstat('under')" />
	   
	   <select name='ffont' class='codebuttons' onchange="alterfont(this.options[this.selectedIndex].value, 'FONT')"  onmouseover="hstat('font')">
	   <option value='0'>{ibf.lang.ct_font}</option>
	   <option value='Arial' style='font-family:Arial'>{ibf.lang.ct_arial}</option>
	   <option value='Times' style='font-family:Times'>{ibf.lang.ct_times}</option>
	   <option value='Courier' style='font-family:Courier'>{ibf.lang.ct_courier}</option>
	   <option value='Impact' style='font-family:Impact'>{ibf.lang.ct_impact}</option>
	   <option value='Geneva' style='font-family:Geneva'>{ibf.lang.ct_geneva}</option>
	   <option value='Optima' style='font-family:Optima'>Optima</option>
	   </select><select name='fsize' class='codebuttons' onchange="alterfont(this.options[this.selectedIndex].value, 'SIZE')" onmouseover="hstat('size')">
	   <option value='0'>{ibf.lang.ct_size}</option>
	   <option value='1'>{ibf.lang.ct_sml}</option>
	   <option value='7'>{ibf.lang.ct_lrg}</option>
	   <option value='14'>{ibf.lang.ct_lest}</option>
	   </select><select name='fcolor' class='codebuttons' onchange="alterfont(this.options[this.selectedIndex].value, 'COLOR')" onmouseover="hstat('color')">
	   <option value='0'>{ibf.lang.ct_color}</option>
	   <option value='blue' style='color:blue'>{ibf.lang.ct_blue}</option>
	   <option value='red' style='color:red'>{ibf.lang.ct_red}</option>
	   <option value='purple' style='color:purple'>{ibf.lang.ct_purple}</option>
	   <option value='orange' style='color:orange'>{ibf.lang.ct_orange}</option>
	   <option value='yellow' style='color:yellow'>{ibf.lang.ct_yellow}</option>
	   <option value='gray' style='color:gray'>{ibf.lang.ct_grey}</option>
	   <option value='green' style='color:green'>{ibf.lang.ct_green}</option>
	   </select>
	   &nbsp; <a href='javascript:closeall();' onmouseover="hstat('close')">{ibf.lang.js_close_all_tags}</a>
	   <br />
	   <input type='button' accesskey='h' value=' http:// ' onclick='tag_url()'            class='codebuttons' name='url' onmouseover="hstat('url')" />
	   <input type='button' accesskey='g' value=' IMG '     onclick='tag_image()'          class='codebuttons' name='img' onmouseover="hstat('img')" />
	   <input type='button' accesskey='e' value='  @  '     onclick='tag_email()'          class='codebuttons' name='email' onmouseover="hstat('email')" />
	   <input type='button' accesskey='q' value=' QUOTE '   onclick='simpletag("QUOTE")'   class='codebuttons' name='QUOTE' onmouseover="hstat('quote')" />
	   <input type='button' accesskey='p' value=' CODE '    onclick='simpletag("CODE")'    class='codebuttons' name='CODE' onmouseover="hstat('code')" />
	   <input type='button' accesskey='l' value=' LIST '     onclick='tag_list()'          class='codebuttons' name="LIST" onmouseover="hstat('list')" />
	   <!--<input type='button' accesskey='l' value=' SQL '     onclick='simpletag("SQL")'     class='codebuttons' name='SQL'>
	   <input type='button' accesskey='t' value=' HTML '    onclick='simpletag("HTML")'    class='codebuttons' name='HTML'>-->
	   <br />
	   {ibf.lang.hb_open_tags}:&nbsp;<input type='text' name='tagcount' size='3' maxlength='3' style='font-size:10px;font-family:verdana,arial;border:0px;font-weight:bold;' readonly="readonly" class='row1' value="0" />
	   &nbsp;<input type='text' name='helpbox' size='50' maxlength='120' style='width:auto;font-size:10px;font-family:verdana,arial;border:0px' readonly="readonly" class='row1' value="{ibf.lang.hb_start}" />
	</td>
   </tr>
   <tr>
     <td colspan="2" class='pformstrip'>{ibf.lang.post}</td>
   </tr>
   <tr>
     <td class='pformleft'>
	   <!--SMILIE TABLE-->
	   <br />
	   (<a href='javascript:CheckLength()'>{ibf.lang.check_length}</a>)
     </td>
     <td class="pformright" valign='top'><textarea cols='70' rows='15' name='Post' onkeypress=FKeyPress(Post); onkeydown=FKeyDown(Post); tabindex='3' class='textinput'>$data</textarea></td>
   </tr>
<!--IBF_END_FUNC|pm_postbox_buttons-->


<!--IBF_GROUP_END:skin_post-->
<!-- PLEASE LEAVE ALL 'IBF' COMMENTS IN PLACE, DO NOT REMOVE THEM! -->
<!--IBF_GROUP_START:skin_msg-->

<!--IBF_START_FUNC|mass_pm_box|$names=""-->

<tr>
<td colspan='2' class='pformstrip'>{ibf.lang.carbon_copy_title}</td>
</tr>
<tr>
<td class="pformleft">{ibf.lang.carbon_copy_desc}</td>
<td class='pformright'>
 <textarea name='carbon_copy' onkeypress=FKeyPress(carbon_copy); onkeydown=FKeyDown(carbon_copy); rows='5' cols='40'>$names</textarea><br />
 <input type='button' class='forminput' name='findusers' onclick='find_users()' value='{ibf.lang.find_user_names}' />
</td>
</tr>
<!--IBF_END_FUNC|mass_pm_box-->

<!--IBF_START_FUNC|unsent_row|$data-->

<tr>
  <td class='row2' align='left' valign='middle'>{$data['msg']['icon']}</td>
  <td class='row2' align='left'><a href='{ibf.script_url}act=Msg&amp;CODE=21&amp;MSID={$data['msg']['msg_id']}'>{$data['msg']['title']}</a></td>
  <td class='row2' align='left'><a href='{ibf.script_url}showuser={$data['msg']['recipient_id']}'>{$data['msg']['to_name']}</a></td>
  <td class='row2' align='left'>{$data['msg']['date']}</td>
  <td class='row2' align='center'>{$data['msg']['cc_users']}</td>
  <td class='row2' align='left'><input type='checkbox' name='msgid_{$data['msg']['msg_id']}' value='yes' class='forminput' /></td>
</tr>
<!--IBF_END_FUNC|unsent_row-->

<!--IBF_START_FUNC|unsent_end|-->

<tr>
 <td align='center' nowrap class='titlemedium' colspan='6'><input type='submit' name='delete' value='{ibf.lang.delete_button}' class='forminput' /> {ibf.lang.selected_msg}</td>
</tr>
</table>
</div>
</form>
<!--IBF_END_FUNC|unsent_end-->

<!--IBF_START_FUNC|inbox_table_header|$dirname, $info, $vdi_html="", $pages=""-->

<!-- inbox folder -->
<script language='JavaScript' type="text/javascript">
<!--
var ie  = document.all  ? 1 : 0;
//var ns4 = document.layers ? 1 : 0;
function hl(cb)
{
   if (ie)
   {
	   while (cb.tagName != "TR")
	   {
		   cb = cb.parentElement;
	   }
   }
   else
   {
	   while (cb.tagName != "TR")
	   {
		   cb = cb.parentNode;
	   }
   }
   cb.className = 'hlight';
}
function dl(cb) {
   if (ie)
   {
	   while (cb.tagName != "TR")
	   {
		   cb = cb.parentElement;
	   }
   }
   else
   {
	   while (cb.tagName != "TR")
	   {
		   cb = cb.parentNode;
	   }
   }
   cb.className = 'dlight';
}
function cca(cb) {
   if (cb.checked)
   {
	   hl(cb);
   }
   else
   {
	   dl(cb);
   }
}
	   
function CheckAll(cb) {
	var fmobj = document.mutliact;
	for (var i=0;i<fmobj.elements.length;i++) {
		var e = fmobj.elements[i];
		if ((e.name != 'allbox') && (e.type=='checkbox') && (!e.disabled)) {
			e.checked = fmobj.allbox.checked;
			if (fmobj.allbox.checked)
			{
			   hl(e);
			}
			else
			{
			   dl(e);
			}
		}
	}
}
function CheckCheckAll(cb) {	
	var fmobj = document.mutliact;
	var TotalBoxes = 0;
	var TotalOn = 0;
	for (var i=0;i<fmobj.elements.length;i++) {
		var e = fmobj.elements[i];
		if ((e.name != 'allbox') && (e.type=='checkbox')) {
			TotalBoxes++;
			if (e.checked) {
				TotalOn++;
			}
		}
	}
	if (TotalBoxes==TotalOn) {fmobj.allbox.checked=true;}
	else {fmobj.allbox.checked=false;}
}
function select_read() {	
	var fmobj = document.mutliact;
	for (var i=0;i<fmobj.elements.length;i++) {
		var e = fmobj.elements[i];
		if ((e.type=='hidden') && (e.value == 1) && (! isNaN(e.name) ))
		{
			eval("fmobj.msgid_" + e.name + ".checked=true;");
			hl(e);
		}
	}
}
function unselect_all() {	
	var fmobj = document.mutliact;
	for (var i=0;i<fmobj.elements.length;i++) {
		var e = fmobj.elements[i];
		if (e.type=='checkbox') {
			e.checked=false;
			dl(e);
		}
	}
}
//-->
       </script>
<div class="pformstrip">$dirname</div>
<table width="100%" style="padding:6px">
<tr>
 <td valign="middle">
  <!-- LEFT -->
  <table style="width:250px" cellspacing="1" class="tableborder">
   <tr>
	<td class='row1' align='left' colspan='3'>{$info['full_messenger']}</td>
   </tr>
   <tr>
	<td align='left' valign='middle' class='row2' colspan='3'><img src='{ibf.vars.img_url}/bar_left.gif' border='0' width='4' height='11' align='middle' alt='' /><img src='{ibf.vars.img_url}/bar.gif' border='0' width='{$info['img_width']}' height='11' align='middle' alt='' /><img src='{ibf.vars.img_url}/bar_right.gif' border='0' width='4' height='11' align='middle' alt='' /></td>
   </tr>
   <tr>
	 <td class='row1' width='33%' align='left' valign='middle'>0%</td>
	 <td class='row1' width='33%' align='center' valign='middle'>50%</td>
	 <td class='row1' width='33%' align='right' valign='middle'>100%</td>
   </tr>
  </table>
 </td>
 <!-- RIGHT -->
 <td align="right" valign="bottom" style="line-height:100%;">
  $pages<br /><br />
  <a href='javascript:select_read()'>{ibf.lang.pmpc_mark_read}</a> :: <a href='javascript:unselect_all()'>{ibf.lang.pmpc_unmark_all}</a><br /><br />
  <form action="{ibf.script_url}CODE=01&amp;act=Msg" name='jump' method="post">
  <b>{ibf.lang.goto_folder}: </b>&nbsp; $vdi_html <input type='submit' name='submit' value='{ibf.lang.goto_submit}' class='forminput' />
  </form>
 </td>
</tr>
</table>
<!-- INBOX TABLE -->
  
<form action="{ibf.script_url}CODE=06&amp;act=Msg" name='mutliact' method="post">
<div class="tableborder">
  <table cellpadding='4' cellspacing='1' width="100%">
  <tr>
	<th width='5%'  class='titlemedium'>&nbsp;</th>
	<th width='35%' class='titlemedium'><a href='{ibf.script_url}act=Msg&amp;CODE=01&amp;VID={$info['vid']}&amp;sort=title&amp;st={$ibforums->input['st']}'><b>{ibf.lang.message_title}</b></a></th>
	<th width='30%' class='titlemedium'><a href='{ibf.script_url}act=Msg&amp;CODE=01&amp;VID={$info['vid']}&amp;sort=name&amp;st={$ibforums->input['st']}'><b>{ibf.lang.message_from}</b></a></th>
	<th width='25%' class='titlemedium'><a href='{ibf.script_url}act=Msg&amp;CODE=01&amp;VID={$info['vid']}&amp;sort={$info['date_order']}&amp;st={$ibforums->input['st']}'><b>{ibf.lang.message_date}</b></a></th>
	<th width='5%'  class='titlemedium'><input name="allbox" type="checkbox" value="Check All" onclick="CheckAll();" /></th>
  </tr>
<!--IBF_END_FUNC|inbox_table_header-->

<!--IBF_START_FUNC|inbox_row|$data-->

<tr class="dlight">
	<td align="center" valign='middle'>{$data['msg']['icon']}</td>
	<td><a href='{ibf.script_url}act=Msg&amp;CODE=03&amp;VID={$data['stat']['current_id']}&amp;MSID={$data['msg']['msg_id']}'>{$data['msg']['title']}</a></td>
	<td><a href='{ibf.script_url}showuser={$data['msg']['from_id']}'>{$data['msg']['from_name']}</a> {$data['msg']['add_to_contacts']}</td>
	<td>{$data['msg']['date']}</td>
	<td align="center"><input type='hidden' name='{$data['msg']['msg_id']}' value='{$data['msg']['read_state']}' /><input type='checkbox' name='msgid_{$data['msg']['msg_id']}' value='yes' class='forminput' onclick="cca(this);" /></td>
  </tr>
<!--IBF_END_FUNC|inbox_row-->

<!--IBF_START_FUNC|end_inbox|$vdi_html, $amount_info="", $pages=""-->

<tr>
   <td align='left' class='titlemedium' colspan='5'>
	 <input type='submit' name='move' value='{ibf.lang.move_button}' class='forminput' /> $vdi_html {ibf.lang.move_or_delete} <input type='submit' name='delete' value='{ibf.lang.delete_button}' class='forminput' /> {ibf.lang.selected_msg}
  </td>
</tr>
</table>
</div>
</form>
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber1">
<tr>
<td align="right" class="wrapmini" style="padding:6px"><{M_READ}>&nbsp;{ibf.lang.icon_read}<br /><{M_UNREAD}>&nbsp;{ibf.lang.icon_unread}</td>
<td align="left" style="padding:6px">$pages<br /><i>$amount_info</i></td></tr>
</table>
<!--IBF_END_FUNC|end_inbox-->

<!--IBF_START_FUNC|send_form_footer|-->

<tr>
 <td colspan='2' class='pformstrip'>{ibf.lang.msg_options}</td>
</tr>
<tr>
 <td class="pformleft">&nbsp;</td>
 <td class="pformright">
	<input type='checkbox' name='add_sent' value='yes' checked="checked" />&nbsp;<b>{ibf.lang.auto_sent_add}</b>
	<br /><input type='checkbox' name='add_tracking' value='1' />&nbsp;<b>{ibf.lang.vm_track_msg}</b>
 </td>
</tr>
<tr>
 <td class='pformstrip' align='center' colspan='2'>
  <input type="submit" value="{ibf.lang.submit_send}" tabindex="4" accesskey="s" class='forminput' name='submit' />
  <input type="submit" value="{ibf.lang.pm_pre_button}" tabindex="5" class='forminput' name='preview' />
  <input type="submit" value="{ibf.lang.pms_send_later}" tabindex="6" class='forminput' name='save' />
 </td>
</tr>
</table>
</form>
<!--IBF_END_FUNC|send_form_footer-->

<!--IBF_START_FUNC|Send_form|$data-->

<script language='javascript' type="text/javascript">
<!--
function find_users()
{
  url = "index.{ibf.vars.php_ext}?act=legends&CODE=finduser_one&s={ibf.session_id}&entry=textarea&name=carbon_copy&sep=line";
  window.open(url,'FindUsers','width=400,height=250,resizable=yes,scrollbars=yes'); 
}
//-->
    </script>
<form action="{ibf.script_url}" method="post" name='REPLIER' onsubmit='return ValidateForm(1)'>
<input type='hidden' name='act' value='Msg' />
<input type='hidden' name='CODE' value='04' />
<input type='hidden' name='MODE' value='01' />
<input type='hidden' name='OID'  value='{$data['OID']}' />
<table width="100%" cellspacing="0">
<tr>
  <td colspan='2' class='pformstrip'>{ibf.lang.to_whom}</td>
</tr>
<tr>
  <td class="pformleft">{ibf.lang.address_list}</td>
  <td class="pformright">{$data[CONTACTS]}&nbsp;</td>
</tr>  
<tr>
  <td class="pformleft">{ibf.lang.enter_name}</td>
  <td class="pformright"><input type='text' name='entered_name' size='50' onkeypress=FKeyPress(entered_name); onkeydown=FKeyDown(entered_name); value='{$data[N_ENTER]}' tabindex="1" class='forminput' /></td>
</tr>
<!--IBF.MASS_PM_BOX-->
<tr>
  <td colspan='2' class='pformstrip'>{ibf.lang.enter_message}</td>
</tr>
<tr>
  <td class="pformleft">{ibf.lang.msg_title}</td>
  <td class="pformright"><input type='text' name='msg_title' size='40' tabindex="2" maxlength='40'  onkeypress=FKeyPress(msg_title); onkeydown=FKeyDown(msg_title); value='{$data[O_TITLE]}' class='forminput' /></td>
</tr>
<!--IBF_END_FUNC|Send_form-->

<!--IBF_START_FUNC|trackUNread_table_header|-->

<form action="{ibf.script_url}CODE=32&amp;act=Msg" name='trackunread' method="post">
<div class='pformstrip'>{ibf.lang.tk_unread_messages}</div>
<p>{ibf.lang.tk_unread_desc}</p>
<div class="tableborder">
<table cellpadding='4' cellspacing='1' align='center' width='100%'>
<tr>
  <th align='left' width='5%' class='titlemedium'>&nbsp;</td>
  <th align='left' width='30%' class='titlemedium'><b>{ibf.lang.message_title}</b></th>
  <th align='left' width='30%' class='titlemedium'><b>{ibf.lang.pms_message_to}</b></th>
  <th align='left' width='20%' class='titlemedium'><b>{ibf.lang.tk_unread_date}</b></th>
  <th align='left' width='5%' class='titlemedium'><input name="allbox" type="checkbox" value="Check All" onclick="CheckAll(document.trackunread);" /></th>
</tr>
<!--IBF_END_FUNC|trackUNread_table_header-->

<!--IBF_START_FUNC|trackUNread_row|$data-->

<tr>
  <td class='row2' align='left' valign='middle'>{$data['icon']}</td>
  <td class='row2' align='left'>{$data['title']}</td>
  <td class='row2' align='left'><a href='{ibf.script_url}showuser={$data['memid']}'>{$data['to_name']}</a></td>
  <td class='row2' align='left'>{$data['date']}</td>
  <td class='row2' align='left'><input type='checkbox' name='msgid_{$data['msg_id']}' value='yes' class='forminput' onclick="CheckCheckAll(document.trackunread);" /></td>
</tr>
<!--IBF_END_FUNC|trackUNread_row-->

<!--IBF_START_FUNC|trackUNread_end|-->

<tr>
 <td align='right' class='titlemedium' colspan='5'><input type='submit' name='delete' value='{ibf.lang.delete_button}' class='forminput' /> {ibf.lang.selected_msg}</td>
</tr>
</table>
</div>
</form>
<!--IBF_END_FUNC|trackUNread_end-->

<!--IBF_START_FUNC|unsent_table_header|-->

<script language='JavaScript' type="text/javascript">
<!--
function CheckAll(cb) {
	var fmobj = document.mutliact;
	for (var i=0;i<fmobj.elements.length;i++) {
		var e = fmobj.elements[i];
		if ((e.name != 'allbox') && (e.type=='checkbox') && (!e.disabled)) {
			e.checked = fmobj.allbox.checked;
		}
	}
}
function CheckCheckAll(cb) {	
	var fmobj = document.mutliact;
	var TotalBoxes = 0;
	var TotalOn = 0;
	for (var i=0;i<fmobj.elements.length;i++) {
		var e = fmobj.elements[i];
		if ((e.name != 'allbox') && (e.type=='checkbox')) {
			TotalBoxes++;
			if (e.checked) {
				TotalOn++;
			}
		}
	}
	if (TotalBoxes==TotalOn) {fmobj.allbox.checked=true;}
	else {fmobj.allbox.checked=false;}
}
//-->
</script>
<form action="{ibf.script_url}CODE=06&amp;act=Msg&amp;saved=1" name='mutliact' method="post">
<div class="pformstrip">{ibf.lang.pms_saved_title}</div>
<br />
<div class="tableborder">
<table cellpadding='4' cellspacing='1' align='center' width='100%'>
<tr>
  <th align='left' width='5%' class='titlemedium'>&nbsp;</td>
  <th align='left' width='30%' class='titlemedium'><b>{ibf.lang.message_title}</b></th>
  <th align='left' width='30%' class='titlemedium'><b>{ibf.lang.pms_message_to}</b></th>
  <th align='left' width='20%' class='titlemedium'><b>{ibf.lang.pms_saved_date}</b></th>
  <th align='left' width='10%' class='titlemedium'><b>{ibf.lang.pms_cc_users}</b></th>
  <th align='left' width='5%' class='titlemedium'><input name="allbox" type="checkbox" value="Check All" onclick="CheckAll();" /></th>
</tr>
<!--IBF_END_FUNC|unsent_table_header-->

<!--IBF_START_FUNC|trackread_row|$data-->

<tr>
  <td class='row2' align='left' valign='middle'>{$data['icon']}</td>
  <td class='row2' align='left'>{$data['title']}</td>
  <td class='row2' align='left'><a href='{ibf.script_url}showuser={$data['memid']}'>{$data['to_name']}</a></td>
  <td class='row2' align='left'>{$data['date']}</td>
  <td class='row2' align='left'><input type='checkbox' name='msgid_{$data['msg_id']}' value='yes' class='forminput' onclick="CheckCheckAll(document.trackread);" /></td>
</tr>
<!--IBF_END_FUNC|trackread_row-->

<!--IBF_START_FUNC|trackread_end|-->

<tr>
 <td align='right' class='titlemedium' colspan='5'><input type='submit' name='endtrack' value='{ibf.lang.tk_untrack_button}' class='forminput' /> {ibf.lang.selected_msg}</td>
</tr>
</table>
</div>
</form>
<br />
<!--IBF_END_FUNC|trackread_end-->

<!--IBF_START_FUNC|trackread_table_header|-->

<script language='JavaScript' type="text/javascript">
<!--
function CheckAll(fmobj) {
	for (var i=0;i<fmobj.elements.length;i++) {
		var e = fmobj.elements[i];
		if ((e.name != 'allbox') && (e.type=='checkbox') && (!e.disabled)) {
			e.checked = fmobj.allbox.checked;
		}
	}
}
function CheckCheckAll(fmobj) {	
	var TotalBoxes = 0;
	var TotalOn = 0;
	for (var i=0;i<fmobj.elements.length;i++) {
		var e = fmobj.elements[i];
		if ((e.name != 'allbox') && (e.type=='checkbox')) {
			TotalBoxes++;
			if (e.checked) {
				TotalOn++;
			}
		}
	}
	if (TotalBoxes==TotalOn) {fmobj.allbox.checked=true;}
	else {fmobj.allbox.checked=false;}
}
//-->
</script>
<form action="{ibf.script_url}CODE=31&amp;act=Msg" name='trackread' method="post">
<div class='pformstrip'>{ibf.lang.tk_read_messages}</div>
<p>{ibf.lang.tk_read_desc}</p>
<div class="tableborder">
<table cellpadding='4' cellspacing='1' align='center' width='100%'>
<tr>
  <th align='left' width='5%' class='titlemedium'>&nbsp;</th>
  <th align='left' width='30%' class='titlemedium'><b>{ibf.lang.message_title}</b></th>
  <th align='left' width='30%' class='titlemedium'><b>{ibf.lang.pms_message_to}</b></th>
  <th align='left' width='20%' class='titlemedium'><b>{ibf.lang.tk_read_date}</b></th>
  <th align='left' width='5%' class='titlemedium'><input name="allbox" type="checkbox" value="Check All" onclick="CheckAll(document.trackread);" /></th>
</tr>
<!--IBF_END_FUNC|trackread_table_header-->

<!--IBF_START_FUNC|address_add|$mem_to_add-->

<form action="{ibf.script_url}" method="post">
<input type='hidden' name='act' value='Msg' />
<input type='hidden' name='CODE' value='09' />
<div class="pformstrip">{ibf.lang.member_add}</div>
<table style="padding:6px">
<tr>
 <td valign='middle'>{ibf.lang.enter_a_name}<br /><input type='text' name='mem_name' size='20' maxlength='40' value='$mem_to_add' class='forminput' /></td>
 <td valign='middle'>{ibf.lang.enter_desc}<br /><input type='text' name='mem_desc' size='30' maxlength='60' value='' class='forminput' /></td>
 <td valign='middle'>{ibf.lang.allow_msg}<br /><select name='allow_msg' class='forminput'><option value='yes' selected="selected">{ibf.lang.yes}<option value='no'>{ibf.lang.no}</select></td>
</tr>
</table>
<div class="pformstrip" align="center"><input type="submit" value="{ibf.lang.submit_address}" class='forminput' /></div>
</form>
<!--IBF_END_FUNC|address_add-->

<!--IBF_START_FUNC|Render_msg|$data-->

<script language='javascript' type="text/javascript">
<!--
function PopUp(url, name, width,height,center,resize,scroll,posleft,postop) {
if (posleft != 0) { x = posleft }
if (postop  != 0) { y = postop  }
if (!scroll) { scroll = 1 }
if (!resize) { resize = 1 }
if ((parseInt (navigator.appVersion) >= 4 ) && (center)) {
  X = (screen.width  - width ) / 2;
  Y = (screen.height - height) / 2;
}
if (scroll != 0) { scroll = 1 }
var Win = window.open( url, name, 'width='+width+',height='+height+',top='+Y+',left='+X+',resizable='+resize+',scrollbars='+scroll+',location=no,directories=no,status=no,menubar=no,toolbar=no');
}
//-->
</script>
<div class="pformstrip">{$data['msg']['title']}</div>
<div align="right" style="padding:6px;font-weight:bold">
  [ <a href='{ibf.script_url}CODE=04&amp;act=Msg&amp;MSID={$data['msg']['msg_id']}&amp;MID={$data['member']['id']}&amp;fwd=1'>{ibf.lang.vm_forward_pm}</a> | <a href='{ibf.script_url}CODE=04&amp;act=Msg&amp;MID={$data['member']['id']}&amp;MSID={$data['msg']['msg_id']}'>{ibf.lang.pm_reply_link}</a> ]
</div>
<div class="tableborder">
 <div class="titlemedium">&nbsp;&nbsp;{ibf.lang.m_pmessage}</div>
 <table width='100%' cellpadding='3' cellspacing='1'>
  <tr>
      <td valign='middle' class='row4'><span class='normalname'><a href="{ibf.script_url}showuser={$data['member']['id']}">{$data['member']['name']}</a></span></td>
        <td class='row4' valign='top'>
        
        <!-- POSTED DATE DIV -->
        
        <div align='left' class='row4' style='float:left;padding-top:4px;padding-bottom:4px'>
        {$data[POST]['post_icon']}<span class='postdetails'><b>{$data['msg']['title']}</b>, {$data['msg']['msg_date']}</span>
        </div>
        
        <!-- DELETE  DIV -->
        
        <div align='right'>
          <a href='{ibf.script_url}CODE=05&amp;act=Msg&amp;MSID={$data['msg']['msg_id']}&amp;VID={$data['member']['VID']}'><{P_DELETE}></a>
          &nbsp;<a href='{ibf.script_url}CODE=04&amp;act=Msg&amp;MID={$data['member']['id']}&amp;MSID={$data['msg']['msg_id']}'><{P_QUOTE}></a>
        </div>
      
      </td>
    </tr>
    <tr>
      <td valign='top' class='post1'>
        <span class='postdetails'>
        {$data['member']['avatar']}
        <br />{$data['member']['title']}
        <br />{$data['member']['member_rank_img']}<br />
        <br />{$data['member']['member_group']}
        <br />{$data['member']['member_posts']}
        <br />{$data['member']['member_joined']}
        <br />
        </span>
        <img src='{ibf.vars.img_url}/spacer.gif' alt='' width='160' height='1' /><br /> 
      </td>
      <td width='100%' valign='top' class='post1'><span class='postcolor'>{$data['msg']['message']}</span><span class="signature">{$data['member']['signature']}</span></td>
    </tr>
    <tr>
      <td class='darkrow3' align='left'>[ <a href='{ibf.script_url}CODE=02&amp;act=Msg&amp;MID={$data['member']['id']}'>{ibf.lang.add_to_book}</a> ]</td>
      <td class='darkrow3' nowrap="nowrap" align='left'>
      
        <!-- EMAIL / WWW / MSGR -->
      
        <div align='left' class='darkrow3' style='float:left;'>
        {$data['member']['addresscard']}{$data['member']['message_icon']}{$data['member']['email_icon']}{$data['member']['website_icon']}{$data['member']['integ_icon']}{$data['member']['icq_icon']}{$data['member']['aol_icon']}{$data['member']['yahoo_icon']}{$data['member']['msn_icon']}
      </div>
        
        <!-- UP -->
         
        <div align='right'><a href='javascript:scroll(0,0);'><img src='{ibf.vars.img_url}/p_up.gif' alt='Top' border='0' /></a></div>
      </td>
    </tr>
</table>
</div>
<div style="float:left;width:auto;padding:6px">
<form action="{ibf.script_url}" name='jump' method="post">
<input type='hidden' name='act' value='Msg'>
<input type='hidden' name='CODE' value='01'>
{ibf.lang.goto_folder}:</b>&nbsp; {$data['jump']}
<input type='submit' name='submit' value='{ibf.lang.goto_submit}' class='forminput' />
</form>
</div>
<div align="right" style="padding:6px;font-weight:bold">
  [ <a href='{ibf.script_url}CODE=04&amp;act=Msg&amp;MSID={$data['msg']['msg_id']}&amp;MID={$data['member']['id']}&amp;fwd=1'>{ibf.lang.vm_forward_pm}</a> | <a href='{ibf.script_url}CODE=04&amp;act=Msg&amp;MID={$data['member']['id']}&amp;MSID={$data['msg']['msg_id']}'>{ibf.lang.pm_reply_link}</a> ]
</div>
<!--IBF_END_FUNC|Render_msg-->

<!--IBF_START_FUNC|Address_none|-->

<p style="text-align:center">{ibf.lang.address_none}</p>
<!--IBF_END_FUNC|Address_none-->

<!--IBF_START_FUNC|end_address_table|-->

</table>
</div>
<br />
<!--IBF_END_FUNC|end_address_table-->

<!--IBF_START_FUNC|address_edit|$data-->

<form action="{ibf.script_url}" method="post">
<input type='hidden' name='act' value='Msg'>
<input type='hidden' name='CODE' value='12'>
<input type='hidden' name='MID' value='{$data[MEMBER]['contact_id']}'>
<div class="pformstrip">{ibf.lang.member_edit}</div>
<table width="100%">
<tr>
 <td valign='middle' align='left'><b>{$data[MEMBER]['contact_name']}</b></td>
 <td valign='middle' align='left'>{ibf.lang.enter_desc}<br /><input type='text' name='mem_desc' size='30' maxlength='60' value='{$data[MEMBER]['contact_desc']}' class='forminput' /></td>
 <td valign='middle' align='left'>{ibf.lang.allow_msg}<br />{$data[SELECT]}</td>
</tr>
</table>
<div class="pformstrip" align="center"><input type="submit" value="{ibf.lang.submit_address_edit}" class='forminput' /></div>
</form>
<!--IBF_END_FUNC|address_edit-->

<!--IBF_START_FUNC|archive_html_entry|$info-->

<div class='tableborder'>
 <div class='maintitle'><img src="{ibf.vars.board_url}/style_images/<#IMG_DIR#>/f_norm.gif" alt='PM' />&nbsp;PM: {$info['msg_title']}</div>
 <div class='tablefill'><div class='postcolor'>{$info['msg_content']}</div></div>
 <div class='pformstrip'>Sent by <b>{$info['msg_sender']}</b> on {$info['msg_date']}</div>
</div>
<br />
<!--IBF_END_FUNC|archive_html_entry-->

<!--IBF_START_FUNC|archive_html_entry_sent|$info-->

<div class='tableborder'>
 <div class='maintitle'><img src="{ibf.vars.board_url}/style_images/<#IMG_DIR#>/f_moved.gif" alt='PM' />&nbsp;PM: {$info['msg_title']}</div>
 <div class='tablefill'><div class='postcolor'>{$info['msg_content']}</div></div>
 <div class='pformstrip'>Sent to <b>{$info['msg_sender']}</b> on {$info['msg_date']}</div>
</div>
<br />
<!--IBF_END_FUNC|archive_html_entry_sent-->

<!--IBF_START_FUNC|archive_html_footer|-->

</div>
 </body>
</html>
<!--IBF_END_FUNC|archive_html_footer-->

<!--IBF_START_FUNC|archive_complete|-->

<div class="pformstrip">{ibf.lang.arc_comp_title}</div>
<p>{ibf.lang.arc_complete}</p>
<!--IBF_END_FUNC|archive_complete-->

<!--IBF_START_FUNC|archive_form|$jump_html=""-->

<form action="{ibf.script_url}" method="post">
<input type='hidden' name='act' value='Msg' />
<input type='hidden' name='CODE' value='15' />
<div class="pformstrip">{ibf.lang.archive_title}</div>
<p>{ibf.lang.archive_text}</p>
<table width="100%" style="padding:6px">
<tr>
   <td><b>{ibf.lang.arc_folders}</b></td>
   <td>$jump_html</td>
</tr>
<tr>
   <td><b>{ibf.lang.arc_dateline}</b></td>
   <td valign='middle'><select name='dateline' class='forminput'>
	 <option value='1'>1</option>
	 <option value='7'>7</option>
	 <option value='30' selected='selected'>30</option>
	 <option value='90'>90</option>
	 <option value='365'>365</option>
	 <option value='all'>{ibf.lang.arc_alldays}</option>
	 </select>&nbsp;&nbsp;{ibf.lang.arc_days}
	 <select name='oldnew' class='forminput'>
	  <option value='newer' selected='selected'>{ibf.lang.arch_new}</option>
	  <option value='older'>{ibf.lang.arch_old}</option>
	 </select>
   </td>
</tr>
<tr>
   <td><b>{ibf.lang.arc_max}</b></td>
   <td valign='middle'><select name='number' class='forminput'><option value='5'>5</option><option value='10'>10</option><option value='20' selected>20</option><option value='30'>30</option><option value='40'>40</option><option value='50'>50</option></select></td>
</tr>
<tr>
   <td><b>{ibf.lang.arc_delete}</b></td>
   <td valign='middle'><select name='delete' class='forminput'><option value='yes'>{ibf.lang.arc_yes}</option><option value='no' selected='selected'>{ibf.lang.arc_no}</option></select></td>
</tr>
<tr>
   <td><b>{ibf.lang.arc_type}</b></td>
   <td valign='middle'><select name='type' class='forminput'><option value='xls' selected>{ibf.lang.arc_xls}</option><option value='html'>{ibf.lang.arc_html}</option></select></td>
</tr>
</table>
<div class="pformstrip" align="center"><input type="submit" value="{ibf.lang.arc_submit}" class='forminput' /></div>
</form>
<!--IBF_END_FUNC|archive_form-->

<!--IBF_START_FUNC|No_msg_inbox|-->

<tr>
      <td class='row1' colspan='5' align='center'><b>{ibf.lang.inbox_no_msg}</b></td>                
      </tr>
<!--IBF_END_FUNC|No_msg_inbox-->

<!--IBF_START_FUNC|empty_folder_header|-->

<form action="{ibf.script_url}" method="post">
<input type='hidden' name='act' value='Msg' />
<input type='hidden' name='CODE' value='dofolderdelete' />
<div class="pformstrip">{ibf.lang.mi_prune_msg}</div>
<p>{ibf.lang.fd_text}</p>
<div class="tableborder">
<table cellpadding='4' cellspacing='1' width="100%">
<tr>
  <th class="titlemedium">{ibf.lang.fd_name}</th>
  <th class="titlemedium">{ibf.lang.fd_count}</th>
  <th class="titlemedium">{ibf.lang.fd_empty}</th>
</tr>
<!--IBF_END_FUNC|empty_folder_header-->

<!--IBF_START_FUNC|empty_folder_row|$real, $id, $cnt-->

<tr>
  <td class="row1"><strong>$real</strong></td>
  <td class="row1" align="center">$cnt</td>
  <td class="row1" align="center"><input type="checkbox" class="checkbox" name="its_$id" value="1" /></td>
</tr>
<!--IBF_END_FUNC|empty_folder_row-->

<!--IBF_START_FUNC|empty_folder_save_unread|-->

<tr>
  <td class="row2" colspan='3' align='center'><input type="checkbox" class="checkbox" name="save_unread" value="1" checked="checked"/> <strong>{ibf.lang.fd_save_unread}</strong></td>
</tr>
<!--IBF_END_FUNC|empty_folder_save_unread-->

<!--IBF_START_FUNC|empty_folder_footer|-->

</table>
<div class="pformstrip" align="center"><input type='submit' value='{ibf.lang.fd_continue}' class='forminput'></div>
</div>
</form>
<!--IBF_END_FUNC|empty_folder_footer-->

<!--IBF_START_FUNC|prefs_header|-->

<form action="{ibf.script_url}" method="post">
<input type='hidden' name='act' value='Msg' />
<input type='hidden' name='CODE' value='08' />
<div class="pformstrip">{ibf.lang.prefs_current}</div>
<p>{ibf.lang.prefs_text_a}</p>
<!--IBF_END_FUNC|prefs_header-->

<!--IBF_START_FUNC|prefs_row|$data-->

<p>
<input type='text' name='{$data[ID]}' value='{$data[REAL]}' class='forminput' size="20" />{$data[EXTRA]}</p>
<!--IBF_END_FUNC|prefs_row-->

<!--IBF_START_FUNC|prefs_add_dirs|-->

<div class="pformstrip">{ibf.lang.prefs_new}</div>
<p>{ibf.lang.prefs_text_b}</p>
<!--IBF_END_FUNC|prefs_add_dirs-->

<!--IBF_START_FUNC|prefs_footer|-->

<div class="pformstrip" align="center"><input type='submit' value='{ibf.lang.prefs_submit}' class='forminput'></div>
</form>
<!--IBF_END_FUNC|prefs_footer-->

<!--IBF_START_FUNC|Address_header|-->

<div class="pformstrip">{ibf.lang.address_current}</div>
<!--IBF_END_FUNC|Address_header-->

<!--IBF_START_FUNC|Address_table_header|-->

<br />
<div class="tableborder">
<table cellpadding='4' cellspacing='1' width="100%">
<tr>
  <td class="titlemedium"><b>{ibf.lang.member_name}</b></td>
  <td width="60%" class="titlemedium"><b>{ibf.lang.enter_block}</b></td>
</tr>
<!--IBF_END_FUNC|Address_table_header-->

<!--IBF_START_FUNC|render_address_row|$entry-->

<tr>
  <td class='row1 align='left' valign='middle'><a href='{ibf.script_url}act=Profile&amp;CODE=03&amp;MID={$entry['contact_id']}'><b>{$entry['contact_name']}</b></a> &nbsp; &nbsp;[ {$entry['contact_desc']} ]</td>
  <td class='row1 align='left' valign='middle'>
	   [ <a href='{ibf.script_url}act=Msg&amp;CODE=11&amp;MID={$entry['contact_id']}'>{ibf.lang.edit}</a> ] :: [ <a href='{ibf.script_url}act=Msg&amp;CODE=10&amp;MID={$entry['contact_id']}'>{ibf.lang.delete}</a> ]
		&nbsp;&nbsp;( {$entry['text']} )
  </td>
</tr>
<!--IBF_END_FUNC|render_address_row-->

<!--IBF_START_FUNC|archive_html_header|-->

<html>
 <head>
  <title>Private Message Archive</title>
 </head>
 <style type='text/css'>
	 BODY { font-family: Verdana, Tahoma, Arial, sans-serif;
			font-size: 11px;
			color: #000;
			margin:0px;
			padding:0px;
			background-color:#FFF;
			text-align:center
		   }
		   
	#ipbwrapper { text-align:left; width:95%; margin-left:auto;margin-right:auto }
	
	html { overflow-x: auto; } 
	
	a:link, a:visited, a:active { text-decoration: underline; color: #000 }
	a:hover { color: #465584; text-decoration:underline }
	img        { vertical-align:middle; border:0px }
	
	.post1 { background-color: #F5F9FD }
	.post2 { background-color: #EEF2F7 }
	
	/* Common elements */
	.row1 { background-color: #F5F9FD }
	.row2 { background-color: #DFE6EF }
	.row3 { background-color: #EEF2F7 }
	.row4 { background-color: #E4EAF2 }
	
	/* tableborders gives the white column / row lines effect */
	.plainborder { border:1px solid #345487;background-color:#F5F9FD }
	.tableborder { border:1px solid #345487;background-color:#FFF; padding:0; margin:0 }
	.tablefill   { border:1px solid #345487;background-color:#F5F9FD;padding:6px;  }
	.tablepad    { background-color:#F5F9FD;padding:6px }
	.tablebasic  { width:100%; padding:0px 0px 0px 0px; margin:0px; border:0px }
	
	.pformstrip { background-color: #D1DCEB; color:#3A4F6C;font-weight:bold;padding:7px;margin-top:1px }
	#QUOTE { font-family: Verdana, Arial; font-size: 11px; color: #465584; background-color: #FAFCFE; border: 1px solid #000; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px }
	#CODE  { font-family: Courier, Courier New, Verdana, Arial;  font-size: 11px; color: #465584; background-color: #FAFCFE; border: 1px solid #000; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px }
	
	/* Main table top (dark blue gradient by default) */
	.maintitle { vertical-align:middle;font-weight:bold; color:#FFF; background-color:D1DCEB;background-image: url('{ibf.vars.board_url}/style_images/%3c#IMG_DIR#>/tile_back.gif'); padding-left:5px; padding-right:0px; padding-top:8px; padding-bottom:8px }
	.maintitle a:link, .maintitle  a:visited, .maintitle  a:active { text-decoration: none; color: #FFF }
	.maintitle a:hover { text-decoration: underline }
    
    /* Topic View elements */
	.signature   { font-size: 10px; color: #339; line-height:150% }
	.postdetails { font-size: 10px }
	.postcolor   { font-size: 12px; line-height: 160% }
 </style>
 <body>
 <div id='ipbwrapper'>
<!--IBF_END_FUNC|archive_html_header-->

<!--IBF_START_FUNC|preview|$data-->

<div class="pformstrip">{ibf.lang.pm_preview}</div>
<p>$data</p>
<!--IBF_END_FUNC|preview-->

<!--IBF_START_FUNC|pm_errors|$data-->

<div class="pformstrip">{ibf.lang.err_errors}</div>
<span class='postcolor'><p>$data<br /><br />{ibf.lang.pme_none_sent}</p></span>
<!--IBF_END_FUNC|pm_errors-->

<!--IBF_START_FUNC|pm_popup|$text, $mid-->

<script language='javascript'>
<!--
 function goto_inbox() {
 	opener.document.location.href = '{ibf.script_url}act=Msg&amp;CODE=01';
 	window.close();
 }
 
 function goto_this_inbox() {
 	window.resizeTo('700','500');
 	document.location.href = '{ibf.script_url}&act=Msg&CODE=01';
 }
 
 function go_read_msg() {
 	window.resizeTo('700','500');
 	document.location.href = '{ibf.script_url}&act=Msg&CODE=03&VID=in&MSID=$mid';
 }
 
//-->
 </script>
<table cellspacing='1' cellpadding='10' width='100%' height='100%' align='center' class='row1'>
<tr>
   <td id='phototitle' align='center'>{ibf.lang.pmp_title}</td>
</tr>
<tr>
   <td align='center'>$text</td>
</tr>
<tr>
   <td align='center' style='font-size:12px;font-weight:bold'>
   <a href='javascript:go_read_msg();'>{ibf.lang.pmp_get_last}</a>
   <br /><br />
   <a href='javascript:goto_inbox();'>{ibf.lang.pmp_go_inbox}</a> ( <a href='javascript:goto_this_inbox();'>{ibf.lang.pmp_thiswindow}</a> )<br /><br /><a href='javascript:window.close();'>{ibf.lang.pmp_ignore}</a></td>
</tr>
</table>
<!--IBF_END_FUNC|pm_popup-->


<!--IBF_GROUP_END:skin_msg-->
<!-- PLEASE LEAVE ALL 'IBF' COMMENTS IN PLACE, DO NOT REMOVE THEM! -->
<!--IBF_GROUP_START:skin_online-->

<!--IBF_START_FUNC|show_row|$session-->

<!-- Entry for {$session['member_id']} -->
              <tr>
                <td class='row1'>{$session['member_name']}</td>
                <td class='row1'>{$session['where_line']}</td>
                <td class='row1' align='center'>{$session['running_time']}</td>
                <td class='row1' align='center'>{$session['msg_icon']}</td>
              </tr>
              <!-- End of Entry -->
<!--IBF_END_FUNC|show_row-->

<!--IBF_START_FUNC|Page_end|$show_mem, $sort_order, $sort_key, $links-->

<!-- End content Table -->
            <tr>
            <td colspan='4' class='darkrow1' align='center' valign='middle'>
             <form method='post' action='{ibf.script_url}act=Online&amp;CODE=listall'>
             <b>{ibf.lang.s_by}&nbsp;</b>
             <select class='forminput' name='sort_key'>{$sort_key}</select>
             <select class='forminput' name='show_mem'>&nbsp;{$show_mem}</select>
             <select class='forminput' name='sort_order'>&nbsp;{$sort_order}</select>
             <input type='submit' value='{ibf.lang.s_go}' class='forminput'>
             <form>
            </form>
            </td>
            </tr>
            </table>
           </div>
          <br />
          <div align='left'>$links</div>
<!--IBF_END_FUNC|Page_end-->

<!--IBF_START_FUNC|Page_header|$links-->

<script language='Javascript' type='text/javascript'>
		<!--
		function PopUp(url, name, width,height,center,resize,scroll,posleft,postop) {
			if (posleft != 0) { x = posleft }
			if (postop  != 0) { y = postop  }
		
			if (!scroll) { scroll = 1 }
			if (!resize) { resize = 1 }
		
			if ((parseInt (navigator.appVersion) >= 4 ) && (center)) {
			  X = (screen.width  - width ) / 2;
			  Y = (screen.height - height) / 2;
			}
			if (scroll != 0) { scroll = 1 }
		
			var Win = window.open( url, name, 'width='+width+',height='+height+',top='+Y+',left='+X+',resizable='+resize+',scrollbars='+scroll+',location=no,directories=no,status=no,menubar=no,toolbar=no');
	     }
		//-->
	        </script>
	
    <div align='left'>$links</div>
    <br />
    <div class="tableborder">
      <div class='maintitle'>&nbsp;&nbsp;{ibf.lang.page_title}</div>
	  <table cellpadding='4' cellspacing='1' border='0' width='100%'>
		<tr>
		   <th align='left' width='30%' class='titlemedium'>{ibf.lang.member_name}</th>
		   <th align='left' width='30%' class='titlemedium'>{ibf.lang.where}</th>
		   <th align='center' width='20%' class='titlemedium'>{ibf.lang.time}</th>
		   <th align='left' width='10%' class='titlemedium'>&nbsp;</th>
		</tr>
            </form>
<!--IBF_END_FUNC|Page_header-->


<!--IBF_GROUP_END:skin_online-->
<!-- PLEASE LEAVE ALL 'IBF' COMMENTS IN PLACE, DO NOT REMOVE THEM! -->
<!--IBF_GROUP_START:skin_poll-->

<!--IBF_START_FUNC|poll_javascript|$tid,$fid-->

<script type="text/javascript">
function go_gadget_show()
{
	window.location = "{ibf.script_url}&act=ST&f=$fid&t=$tid&mode=show&st={$ibforums->input['start']}";
}
function go_gadget_vote()
{
	window.location = "{ibf.script_url}&act=ST&f=$fid&t=$tid&st={$ibforums->input['start']}";
}
        </script>
<!--IBF_END_FUNC|poll_javascript-->

<!--IBF_START_FUNC|button_vote|-->

<input type='submit' name='submit' value='{ibf.lang.poll_add_vote}' title="{ibf.lang.tt_poll_vote}" class='forminput' />
<!--IBF_END_FUNC|button_vote-->

<!--IBF_START_FUNC|button_null_vote|-->

<input type='submit' name='nullvote' value='{ibf.lang.poll_null_vote}' title="{ibf.lang.tt_poll_null}" class='forminput' />
<!--IBF_END_FUNC|button_null_vote-->

<!--IBF_START_FUNC|button_show_results|-->

<input type='button' value='{ibf.lang.pl_show_results}' class='forminput' title="{ibf.lang.tt_poll_show}" onclick='go_gadget_show()' />
<!--IBF_END_FUNC|button_show_results-->

<!--IBF_START_FUNC|button_show_voteable|-->

<input type='button' name='viewresult' value='{ibf.lang.pl_show_vote}'  title="{ibf.lang.tt_poll_svote}" class='forminput' onclick='go_gadget_vote()' />
<!--IBF_END_FUNC|button_show_voteable-->

<!--IBF_START_FUNC|edit_link|$tid, $fid, $key=""-->

[ <a href="{ibf.script_url}act=Mod&amp;CODE=20&amp;f=$fid&amp;t=$tid&amp;auth_key=$key">{ibf.lang.ba_edit}</a> ]
<!--IBF_END_FUNC|edit_link-->

<!--IBF_START_FUNC|delete_link|$tid, $fid, $key=""-->

[ <a href="{ibf.script_url}act=Mod&amp;CODE=22&amp;f=$fid&amp;t=$tid&amp;auth_key=$key">{ibf.lang.ba_delete}</a> ]
<!--IBF_END_FUNC|delete_link-->

<!--IBF_START_FUNC|Render_row_form|$votes, $id, $answer-->

<tr>
    <td class='row1' colspan='3'><input type="radio" name="poll_vote" value="$id" class="radiobutton" />&nbsp;<strong>$answer</strong></td>
    </tr>
<!--IBF_END_FUNC|Render_row_form-->

<!--IBF_START_FUNC|poll_header|$tid, $poll_q, $edit, $delete-->

<!--IBF.POLL_JS-->
<form action="{ibf.script_url}act=Poll&amp;t=$tid" method="post">
<div align="right" class="pformstrip">$edit &nbsp; $delete</div>
<div class="tablepad" align="center">
<table cellpadding="5" align="center">
<tr>
 <td colspan='3' align='center'><b>$poll_q</b></td>
</tr>
<!--IBF_END_FUNC|poll_header-->

<!--IBF_START_FUNC|ShowPoll_footer|-->

</table>
</div>
<div align="center" class="pformstrip"><!--IBF.VOTE-->&nbsp;<!--IBF.SHOW--></div>
</form>
<!--IBF_END_FUNC|ShowPoll_footer-->

<!--IBF_START_FUNC|Render_row_results|$votes, $id, $answer, $percentage, $width-->

<tr>
    <td class='row1'>$answer</td>
    <td class='row1'> [ <b>$votes</b> ] </td>
    <td class='row1' align='right'><img src='{ibf.vars.img_url}/bar_left.gif' border='0' width='4' height='11' align='middle' alt='' /><img src='{ibf.vars.img_url}/bar.gif' border='0' width='$width' height='11' align='middle' alt='' /><img src='{ibf.vars.img_url}/bar_right.gif' border='0' width='4' height='11' align='middle' alt='' />&nbsp;[$percentage%]</td>
    </tr>
<!--IBF_END_FUNC|Render_row_results-->

<!--IBF_START_FUNC|show_total_votes|$total_votes-->

<tr>
    <td class='row1' colspan='3' align='center'><strong>{ibf.lang.pv_total_votes}: $total_votes</strong></td>
    </tr>
<!--IBF_END_FUNC|show_total_votes-->


<!--IBF_GROUP_END:skin_poll-->
<!-- PLEASE LEAVE ALL 'IBF' COMMENTS IN PLACE, DO NOT REMOVE THEM! -->
<!--IBF_GROUP_START:skin_modcp-->

<!--IBF_START_FUNC|move_checked_form_end|$jump_html-->

</table>
   <div align='center' class='tablepad'>{ibf.lang.cp_tmove_to}&nbsp;&nbsp;<select class='forminput' name='df'>
     $jump_html</select></div>
   <div align='center' class='pformstrip'><input type='submit' value='{ibf.lang.cp_tmove_end}' class='forminput' /></div>
 </div>
</form>
<!--IBF_END_FUNC|move_checked_form_end-->

<!--IBF_START_FUNC|show_no_topics|-->

<tr> 
	<td class='row4' colspan='8' align='center'>
		<br />
		 <b>{ibf.lang.fv_no_topics}</b>
		<br /><br />
	</td>
  </tr>
<!--IBF_END_FUNC|show_no_topics-->

<!--IBF_START_FUNC|topic_row|$data-->

<!-- Begin Topic Entry {$data['tid']} -->
    <tr> 
	  <td align='center' class='row4'>{$data['folder_img']}</td>
      <td align='center' class='row2'>{$data['topic_icon']}</td>
      <td class='row4'>{$data['prefix']} <a target='_blank' href='{ibf.script_url}showtopic={$data['tid']}' title='{ibf.lang.topic_started_on} {$data['start_date']}'>{$data['title']}</a><br /><span class='desc'>{$data['description']}</span></td>
      <td align='center' class='row2'>{$data['starter']}</td>
      <td align='center' class='row4'>{$data['posts']}</td>
      <td align='center' class='row2'>{$data['views']}</td>
      <td class='row2'>{$data['last_post']}<br />{$data['last_text']} <b>{$data['last_poster']}</b></td>
      <td align='center' class='row2'><input type='checkbox' name='TID_{$data['real_tid']}' value='1' /></td>
    </tr>
    <!-- End Topic Entry {$data['tid']} -->
<!--IBF_END_FUNC|topic_row-->

<!--IBF_START_FUNC|topics_end|$data-->

</table>
  <div class='pformstrip' align='center'>
     {ibf.lang.t_w_selected}
	 <select class='forminput' name='tact'>
	 <option value='close'>{ibf.lang.cpt_close}</option>
	 <option value='open'>{ibf.lang.cpt_open}</option>
	 <option value='pin'>{ibf.lang.cpt_pin}</option>
	 <option value='unpin'>{ibf.lang.cpt_unpin}</option>
	 <option value='move'>{ibf.lang.cpt_move}</option>
	 <option value='delete'>{ibf.lang.cpt_delete}</option>
	 <!--IBF.MMOD-->
	 </select> &nbsp;<input type='submit' value='{ibf.lang.f_go}' class='forminput' />
  </div>
</div>
</form>
<!--IBF_END_FUNC|topics_end-->

<!--IBF_START_FUNC|move_checked_form_start|$forum_name, $fid-->

<form action='{ibf.script_url}act=modcp&amp;CODE=topicchoice&amp;tact=domove&amp;f=$fid' method='post'>
<div class='tableborder'>
 <div class='maintitle'>{ibf.lang.cp_tmove_start} $forum_name</div>
 <table class='tablebasic'>
<!--IBF_END_FUNC|move_checked_form_start-->

<!--IBF_START_FUNC|move_checked_form_entry|$tid, $title-->

<tr>
   <td class='row1' width='10%' align='center'><input type='checkbox' name='TID_$tid' value='1' checked="checked" /></td>
   <td class='row1' width='90%' align='left'><strong>$title</strong></td>
  </tr>
<!--IBF_END_FUNC|move_checked_form_entry-->

<!--IBF_START_FUNC|forum_row|$info-->

<!-- Forum {$info['id']} entry -->
  <tr>
	<td class='row4' align='center' width='5%'>{$info['folder_icon']}</td>
	<td class="row4" colspan=2><b><a href="{ibf.script_url}act=modcp&amp;CODE=showtopics&amp;f={$info['id']}">{$info['name']}</a></b><br /><span class='desc'>{$info['description']}</span><br />{$info['moderator']}</td>
	<td class="row2" align="center">{$info['q_topics']}</td>
	<td class="row2" align="center">{$info['q_posts']}</td>
	<td class="row2">{$info['last_post']}<br />{ibf.lang.in}: {$info['last_topic']}<br />{ibf.lang.by}: {$info['last_poster']}</td>
	<td class="row2" align="center">{$info['select_button']}</td>        
  </tr>
<!-- End of Forum {$info['id']} entry -->
<!--IBF_END_FUNC|forum_row-->

<!--IBF_START_FUNC|subforum_row|$info-->

<!-- Forum {$info['id']} entry -->
  <tr>
	<td class='row4' align='center' width='5%'>&nbsp;</td>
	<td class='row4' align='center' width='5%'>{$info['folder_icon']}</td>
	<td class="row2"><b><a href="{ibf.script_url}act=modcp&amp;CODE=showtopics&amp;f={$info['id']}">{$info['name']}</a></b><br /><span class='desc'>{$info['description']}</span><br />{$info['moderator']}</td>
	<td class="row2" align="center">{$info['q_topics']}</td>
	<td class="row2" align="center">{$info['q_posts']}</td>
	<td class="row2">{$info['last_post']}<br />{ibf.lang.in}: {$info['last_topic']}<br />{ibf.lang.by}: {$info['last_poster']}</td>
	<td class="row2" align="center"><input type='radio' name='f' value='{$info['id']}' /></td>        
  </tr>
<!-- End of Forum {$info['id']} entry -->
<!--IBF_END_FUNC|subforum_row-->

<!--IBF_START_FUNC|forum_page_start|-->

<form action='{ibf.script_url}act=modcp&amp;CODE=fchoice' method='post'>
<div class='tableborder'>
  <table class='tablebasic' cellspacing="1" cellpadding="3">
<!--IBF_END_FUNC|forum_page_start-->

<!--IBF_START_FUNC|cat_row|$cat_name-->

<tr>
	<td colspan='7' class='maintitle'>$cat_name</td>
  </tr>
  <tr> 
	<th class='titlemedium' align='left' width='5%'>&nbsp;</th>
	<th width="35%" class='titlemedium' colspan='2'>{ibf.lang.cat_name}</th>
	<th width="15%" class='titlemedium'>{ibf.lang.f_q_topics}</th>
	<th width="15%" class='titlemedium'>{ibf.lang.f_q_posts}</th>
	<th width="25%" class='titlemedium'>{ibf.lang.last_post_info}</th>
	<th width="5%"  class='titlemedium'>{ibf.lang.f_select}</th>
  </tr>
<!--IBF_END_FUNC|cat_row-->

<!--IBF_START_FUNC|forum_page_end|-->

<tr>
   <td colspan='7' class='row2' align='right'><b>{ibf.lang.f_w_selected}</b>
   <select class='forminput' name='fact'>
   <option value='mod_topic'>{ibf.lang.cp_mod_topics}</option>
   <option value='mod_post'>{ibf.lang.cp_mod_posts}</option>
   <option value='prune_move'>{ibf.lang.cp_prune_posts}</option>
   </select>&nbsp;<input type='submit' value='{ibf.lang.f_go}' class='forminput' />
   </td>
  </tr>
  </table>
</div>
</form>
<!--IBF_END_FUNC|forum_page_end-->

<!--IBF_START_FUNC|mod_simple_page|$title="",$msg=""-->

<div class='tableborder'>
  <div class='maintitle'>$title</div>
  <div class='tablepad'>$msg</div>
</div>
<!--IBF_END_FUNC|mod_simple_page-->

<!--IBF_START_FUNC|ip_post_results|$uid="",$count=""-->

{ibf.lang.ipp_found} $count
<br />
<br />
<a target='_blank' href='{ibf.script_url}act=Search&amp;CODE=show&amp;searchid=$uid&amp;search_in=posts&amp;result_type=posts'>{ibf.lang.ipp_click}</a>
<!--IBF_END_FUNC|ip_post_results-->

<!--IBF_START_FUNC|start_topics|$pages,$info-->

<script language='javascript'>
<!--
 function checkdelete() {
 
   isDelete = document.topic.tact.options[document.topic.tact.selectedIndex].value;
   
   msg = '';
   
   if (isDelete == 'delete')
   {
	   msg = "{ibf.lang.cp_js_delete}";
	   
	   formCheck = confirm(msg);
	   
	   if (formCheck == true)
	   {
		   return true;
	   }
	   else
	   {
		   return false;
	   }
   }
 }
//-->
</script>
<form action='{ibf.script_url}act=modcp&amp;f={$info['id']}&amp;CODE=topicchoice' method='post' name='topic' onsubmit='return checkdelete();'>
</form>
<div class='pagelinks'>$pages</div>
<div align='right'>
  <a href='{ibf.script_url}act=modcp&amp;fact=mod_topic&amp;CODE=fchoice&amp;f={$info['id']}'>{ibf.lang.cp_mod_topics}</a> &middot;
  <a href='{ibf.script_url}act=modcp&amp;fact=mod_post&amp;CODE=fchoice&amp;f={$info['id']}'>{ibf.lang.cp_mod_posts}</a> &middot;
  <a href='{ibf.script_url}act=modcp&amp;fact=prune_move&amp;CODE=fchoice&amp;f={$info['id']}'>{ibf.lang.cp_prune_posts}</a>
</div>
<br />
<div class='tableborder'>
  <div class='maintitle'>{$info['name']} [ <a target='_blank' href='{ibf.script_url}showforum={$info['id']}'>{ibf.lang.new_show_forum}</a> ]</div>
  <table width='100%' border='0' cellspacing='1' cellpadding='4'>
  <tr> 
	<td class='titlemedium' style='width:5px'>&nbsp;</td>
	<td class='titlemedium' style='width:5px'>&nbsp;</td>
	<td width='40%' class='titlemedium'>{ibf.lang.h_topic_title}</td>
	<td width='15%' align='center' nowrap="nowrap" class='titlemedium'>{ibf.lang.h_topic_starter}</td>
	<td width='7%' align='center' nowrap="nowrap" class='titlemedium'>{ibf.lang.h_replies}</td>
	<td width='8%' align='center' nowrap="nowrap" class='titlemedium'>{ibf.lang.h_hits}</td>
	<td width='25%' nowrap="nowrap" class='titlemedium'>{ibf.lang.h_last_action}</td>
	<td width='5%' nowrap="nowrap" class='titlemedium'>{ibf.lang.f_select}</td>
  </tr>
<!--IBF_END_FUNC|start_topics-->

<!--IBF_START_FUNC|mod_exp|$words-->

<tr>
                <td class='row1' colspan='2'>$words</td>
                </tr>
<!--IBF_END_FUNC|mod_exp-->

<!--IBF_START_FUNC|end_form|$action-->

<tr>
                <td class='row2' align='center' colspan='2'>
                <input type="submit" name="submit" value="$action" class='forminput'>
                </td></tr></table>
                </td></tr></table>
                </form>
<!--IBF_END_FUNC|end_form-->

<!--IBF_START_FUNC|ip_member_start|$pages-->

<div align='left'>$pages</div>
<br />
<div class='tableborder'>
 <div class='maintitle'>{ibf.lang.ipm_title}</div>
 <table cellpadding='6' class='tablebasic'>
 <tr>
  <th class='pformstrip' width='20%'>{ibf.lang.ipm_name}</th>
  <th class='pformstrip' width='20%'>{ibf.lang.ipm_ip}</th>
  <th class='pformstrip' width='10%'>{ibf.lang.ipm_posts}</th>
  <th class='pformstrip' width='20%'>{ibf.lang.ipm_reg}</th>
  <th class='pformstrip' width='30%'>{ibf.lang.ipm_options}</th>
 </tr>
<!--IBF_END_FUNC|ip_member_start-->

<!--IBF_START_FUNC|ip_member_row|$row-->

<tr>
	  <td class='row2'>{$row['name']}</td>
	  <td class='row2'>{$row['ip_address']}</td>
	  <td class='row2'>{$row['posts']}</td>
	  <td class='row2'>{$row['joined']}</td>
	  <td class='row2' align='center'><a href='{ibf.script_url}showuser={$row['id']}' target='_blank'>{ibf.lang.ipm_view}</a>
	  | <a href='{ibf.script_url}act=modcp&amp;CODE=doedituser&amp;memberid={$row['id']}'>{ibf.lang.ipm_edit}</a></td>
	 </tr>
<!--IBF_END_FUNC|ip_member_row-->

<!--IBF_START_FUNC|ip_member_end|$pages-->

</table>
</div>
<br />
<div align='left'>$pages</div>
<!--IBF_END_FUNC|ip_member_end-->

<!--IBF_START_FUNC|splash|$tcount, $pcount, $forum-->

<tr>
  <td class='pagetitle'>{ibf.lang.cp_welcome}</td>
 </tr>
 <tr>
  <td>{ibf.lang.cp_welcome_text}</td>
 </tr>
 <tr>
  <td>
    <table cellpadding='2' cellspacing='1' border='0' width='75%' class='fancyborder' align='center'>
	  <tr>
	    <td><b>{ibf.lang.cp_mod_in}</b></td>
	    <td>$forum</td>
	  </tr>
	  <tr>
	    <td><b>{ibf.lang.cp_topics_wait}</b></td>
	    <td>$tcount</td>
	  </tr>
	  <tr>
	    <td><b>{ibf.lang.cp_posts_wait}</b></td>
	    <td>$pcount</td>
	  </tr>
	 </table>
   </td>
  </tr>
<!--IBF_END_FUNC|splash-->

<!--IBF_START_FUNC|find_two|$select-->

<form name='ibform' action='{ibf.script_url}act=modcp&amp;CODE=doedituser' method='post'>
<div class='tableborder'>
  <div class='maintitle'>{ibf.lang.cp_edit_user}</div>
  <table class='tablebasic' cellspacing="1" cellpadding="3">
  <tr>
   <td width='40%' class='row1'>{ibf.lang.cp_find_2_user}</td>
   <td class='row1'>$select</td>
  </tr>
  </table>
  <div class='pformstrip' align='center'><input type='submit' value='{ibf.lang.cp_find_2_submit}' class='forminput' /></div>
</div>
</form>
<!--IBF_END_FUNC|find_two-->

<!--IBF_START_FUNC|find_user|-->

<form name='ibform' action='{ibf.script_url}act=modcp&amp;CODE=dofinduser' method='post'>
<div class='tableborder'>
  <div class='maintitle'>{ibf.lang.cp_edit_user}</div>
  <table class='tablebasic' cellspacing="1" cellpadding="3">
  <tr>
   <td width='40%' class='row1'>{ibf.lang.cp_find_user}</td>
   <td class='row1'><input type='text' size='40' name='name' value='' class='forminput' /></td>
  </tr>
  </table>
  <div class='pformstrip' align='center'><input type='submit' value='{ibf.lang.cp_find_submit}' class='forminput' /></div>
</div>
</form>
<!--IBF_END_FUNC|find_user-->

<!--IBF_START_FUNC|ip_start_form|$ip_addr-->

<form name='ibform' action='{ibf.script_url}' method='post'>
<input type='hidden' name='s' value='{ibf.session_id}'>
<input type='hidden' name='act' value='modcp'>
<input type='hidden' name='CODE' value='doip'>
<div class='tableborder'>
 <div class='maintitle'>{ibf.lang.menu_ip}</div>
 <table class='tablebasic'>
 <tr>
   <td width='40%' class='row1'>{ibf.lang.ip_enter}</td>
   <td class='row1'>
	 <input type='text' size='3' maxlength='3' name='ip1' value='{$ip_addr[0]}' class='forminput' /><b>.</b>
	 <input type='text' size='3' maxlength='3' name='ip2' value='{$ip_addr[1]}' class='forminput' /><b>.</b>
	 <input type='text' size='3' maxlength='3' name='ip3' value='{$ip_addr[2]}' class='forminput' /><b>.</b>
	 <input type='text' size='3' maxlength='3' name='ip4' value='{$ip_addr[3]}' class='forminput' />&nbsp;
	 <select name='iptool' class='forminput'>
		 <option value='resolve'>{ibf.lang.ip_resolve}</option>
		 <option value='posts'>{ibf.lang.ip_posts}</option>
		 <option value='members'>{ibf.lang.ip_members}</option>
	 </select>
   </td>
  </tr>
  </table>
  <div class='pformstrip' align='center'><input type='submit' value='{ibf.lang.ip_submit}' class='forminput' /></div>
</div>
</form>
<br />
<div class='tableborder'>
 <div class='maintitle'>{ibf.lang.iph_title}</div>
 <div class='tablepad' style='line-height:150%'>{ibf.lang.ip_desc_text}<br /><br />{ibf.lang.ip_warn_text}</div>
</div>
<!--IBF_END_FUNC|ip_start_form-->

<!--IBF_START_FUNC|edit_user_form|$profile-->

<form name='ibform' action='{ibf.script_url}act=modcp&amp;CODE=compedit&amp;memberid={$profile['id']}' method='post'>
<div class='tableborder'>
  <div class='maintitle'>{ibf.lang.cp_edit_user}: {$profile['name']}</div>
  <table class='tablebasic'>
  <tr>
   <td class='pformleft'>{ibf.lang.cp_remove_av}</td>
   <td class='pformright'><select name='avatar' class='forminput'><option value='0'>{ibf.lang.no}</option><option value='1'>{ibf.lang.yes}</option></select></td>
  </tr>
  <tr>
   <td class='pformleft'>{ibf.lang.cp_remove_photo}</td>
   <td class='pformright'><select name='photo' class='forminput'><option value='0'>{ibf.lang.no}</option><option value='1'>{ibf.lang.yes}</option></select></td>
  </tr>
  <tr>
   <td class='pformleft'>{ibf.lang.cp_edit_website}</td>
   <td class='pformright'><input type='text' size='40' name='website' value='{$profile['website']}' class='forminput' /></td>
  </tr>
  <tr>
   <td class='pformleft'>{ibf.lang.cp_edit_location}</td>
   <td class='pformright'><input type='text' size='40' name='location' value='{$profile['location']}' class='forminput' /></td>
  </tr>
  <tr>
   <td class='pformleft'>{ibf.lang.cp_edit_interests}</td>
   <td class='pformright'><textarea cols='50' rows='3' name='interests' class='forminput'>{$profile['interests']}</textarea></td>
  </tr>
   <tr>
   <td class='pformleft'>{ibf.lang.cp_edit_signature}</td>
   <td class='pformright'><textarea cols='50' rows='5' name='signature' class='forminput'>{$profile['signature']}</textarea></td>
  </tr>
  </table>
  <div class='pformstrip' align='center'><input type='submit' value='{ibf.lang.cp_find_2_submit}' class='forminput' /></div>
</div>
</form>
<!--IBF_END_FUNC|edit_user_form-->

<!--IBF_START_FUNC|prune_splash|$forum, $forums, $select-->

<!-- IBF.CONFIRM -->
<div class='tableborder'>
  <div class='maintitle'>{ibf.lang.cp_prune} {$forum['name']}</div>
  <div class='pformstrip'>{ibf.lang.mpt_help}</div>
  <div class='tablepad'>{ibf.lang.cp_prune_text}</div>
  <form name='ibform' action='{ibf.script_url}' method='POST'>
  <input type='hidden' name='s' value='{ibf.session_id}'>
  <input type='hidden' name='act' value='modcp'>
  <input type='hidden' name='CODE' value='prune'>
  <input type='hidden' name='f' value='{$forum['id']}'>
  <input type='hidden' name='check' value='1'>
  <div class='pformstrip'>{ibf.lang.mpt_title}</div>
   <table width='100%' cellspacing='0'>
   <tr>
	<td class='pformleftw'>{ibf.lang.cp_action}</td>
	<td class='pformright'><select name='df' class='forminput'>$forums</select></td>
   </tr>
   <tr>
	<td class='pformleftw'>{ibf.lang.cp_prune_days}</td>
	<td class='pformright'><input type='text' size='40' name='dateline' value='{$ibforums->input['dateline']}' class='forminput' /></td>
   </tr>
   <tr>
	<td class='pformleftw'>{ibf.lang.cp_prune_type}</td>
	<td class='pformright'>$select &nbsp; <input type='checkbox' id='cbox' name='ignore_pin' value='1' checked='checked' class='checkbox' />&nbsp;<label for='cbox'>{ibf.lang.mps_ignorepin}</label></td>
   </tr>
   <tr>
	<td class='pformleftw'>{ibf.lang.cp_prune_replies}</td>
	<td class='pformright'><input type='text' size='40' name='posts' value='{$ibforums->input['posts']}' class='forminput' /></td>
   </tr>
   <tr>
	<td class='pformleftw'>{ibf.lang.cp_prune_member}</td>
	<td class='pformright'><input type='text' size='40' name='member' value='{$ibforums->input['member']}' class='forminput' /></td>
   </tr>
   </table>
  <div class='pformstrip' align='center'><input type='submit' value='{ibf.lang.cp_prune_sub1}' class='forminput' /></div>
  </form>
</div>
<!--IBF_END_FUNC|prune_splash-->

<!--IBF_START_FUNC|mod_postentry_checkbox|$pid-->

<div class='pformstrip' align='right'><select name='PID_$pid' class='forminput'><option value='approve'>{ibf.lang.cp_1_approve}</option><option value='remove'>{ibf.lang.cp_1_remove}</option><option value='leave'>{ibf.lang.cp_1_leave}</option></select>&nbsp;&nbsp;{ibf.lang.cp_3_postno}&nbsp;$pid</div>
<!--IBF_END_FUNC|mod_postentry_checkbox-->

<!--IBF_START_FUNC|mod_topic_spacer|-->

</div>
<br />
<!--IBF_END_FUNC|mod_topic_spacer-->

<!--IBF_START_FUNC|results|$text-->

<tr>
  <td colspan='2'>
    <table cellpadding='2' cellspacing='1' border='0' width='100%' class='fancyborder' align='center'>
     <tr>
       <td><span class='pagetitle'>{ibf.lang.cp_results}</span>
       </td>
     </tr>
	  <tr>
	    <td colspan='2'><b>$text</b></td>
	  </tr>
	 </table>
   </td>
  </tr>
<!--IBF_END_FUNC|results-->

<!--IBF_START_FUNC|prune_confirm|$tcount, $count, $link, $link_text, $key-->

<div class='tableborder'>
  <div class='maintitle'>{ibf.lang.mpt_confirm}</div>
  <div class='pformstrip'>{ibf.lang.cp_check_result}</div>
  <table width='100%' cellspacing='0'>
   <tr>
	<td class='pformleftw'><strong>{ibf.lang.cp_total_topics}</strong></td>
	<td class='pformright'>$tcount</td>
   </tr>
   <tr>
	<td class='pformleftw'><span style='color:red;font-weight:bold;'>{ibf.lang.cp_total_match}</span></td>
	<td class='pformright'><span style='color:red;font-weight:bold;'>$count</span></td>
   </tr>
   </table>
   <form action='{ibf.script_url}$link' method='post'>
   <input type='hidden' name='key' value='$key' />
   <div class='pformstrip' align='center'><input type='submit' class='forminput' value='$link_text' /></div>
   </form>
</div>
<br />
<!--IBF_END_FUNC|prune_confirm-->

<!--IBF_START_FUNC|mod_topic_title|$title, $topic_id-->

<div class='tableborder'>
  <div class='titlemedium'><select name='TID_$topic_id' class='forminput'><option value='approve'>{ibf.lang.cp_1_approve}</option><option value='remove'>{ibf.lang.cp_1_remove}</option><option value='leave'>{ibf.lang.cp_1_leave}</option></select>&nbsp;&nbsp; $title</div>
<!--IBF_END_FUNC|mod_topic_title-->

<!--IBF_START_FUNC|mod_postentry|$data-->

<table width='100%' cellspacing='1'>	
   <tr>
	   <td valign='top' class='row1' nowrap="nowrap"><span class='normalname'>{$data['member']['name']}</span><br /><br />{$data['member']['avatar']}<span class='postdetails'><br />{$data['member']['MEMBER_GROUP']}<br />{$data['member']['MEMBER_POSTS']}<br />{$data['member']['MEMBER_JOINED']}</span></td>
	   <td valign='top' class='row1' width='100%'>
		   <b>{ibf.lang.posted_on} {$data['msg']['post_date']}</b><br /><br />
		   <span class='postcolor'>
			{$data['msg']['post']}
		   </span>
	   </td>
	</tr>
	</table>
<!--IBF_END_FUNC|mod_postentry-->

<!--IBF_START_FUNC|modpost_topicentry|$title, $tid, $replies, $fid-->

<tr>
	 <td class='row1' width='40%' align='left'><b><a href='{ibf.script_url}act=ST&amp;f=$fid&amp;t=$tid' target='_blank'>$title</a></b></td>
	 <td class='row1' width='20%' align='center'>$replies</td>
	 <td class='row1' width='20%' align='center'><a href='{ibf.script_url}act=modcp&amp;f=$fid&amp;tid=$tid&amp;CODE=modtopicapprove'>{ibf.lang.cp_3_approveall}</a></td>
	 <td class='row1' width='20%' align='center'><a href='{ibf.script_url}act=modcp&amp;f=$fid&amp;tid=$tid&amp;CODE=modtopicview'>{ibf.lang.cp_3_viewall}</a></td>
   </tr>
<!--IBF_END_FUNC|modpost_topicentry-->

<!--IBF_START_FUNC|modpost_topicend|-->

</table>
</div>
<!--IBF_END_FUNC|modpost_topicend-->

<!--IBF_START_FUNC|modtopics_start|$pages,$forumname, $fid-->

<form name='ibform' action='{ibf.script_url}' method='POST'>
<input type='hidden' name='s' value='{ibf.session_id}'>
<input type='hidden' name='act' value='modcp'>
<input type='hidden' name='CODE' value='domodtopics'>
<input type='hidden' name='f' value='{$fid}'>
<strong>{ibf.lang.cp_mod_topics_title2} $forumname</strong>
<br />$pages
<!--IBF_END_FUNC|modtopics_start-->

<!--IBF_START_FUNC|modtopics_end|-->

<div class='tableborder'>
  <div class='pformstrip' align='center'><input type='submit' value='{ibf.lang.cp_1_go}' class='forminput' /></div>
</div>
</form>
<!--IBF_END_FUNC|modtopics_end-->

<!--IBF_START_FUNC|modpost_topicstart|$forumname, $fid-->

<div class='tableborder'>
  <div class='maintitle'>{ibf.lang.cp_mod_posts_title2} $forumname</div>
  <table width='100%' cellpadding='4' cellspacing='1'>
  <tr>
	<th class='pformstrip' width='40%' align='left'>{ibf.lang.cp_3_title}</th>
	<th class='pformstrip' width='20%' align='center'>{ibf.lang.cp_3_replies}</th>
	<th class='pformstrip' width='20%' align='center'>{ibf.lang.cp_3_approveall}</th>
	<th class='pformstrip' width='20%' align='center'>{ibf.lang.cp_3_viewall}</th>
  </tr>
<!--IBF_END_FUNC|modpost_topicstart-->

<!--IBF_START_FUNC|modtopicview_start|$tid,$forumname, $fid, $title-->

<form name='ibform' action='{ibf.script_url}' method='POST'>
<input type='hidden' name='s' value='{ibf.session_id}'>
<input type='hidden' name='act' value='modcp'>
<input type='hidden' name='CODE' value='domodposts'>
<input type='hidden' name='f' value='{$fid}'>
<input type='hidden' name='tid' value='{$tid}'>
<strong>{ibf.lang.cp_mod_posts_title2} $forumname</strong>
<br />$pages
<div class='tableborder'>
  <div class='maintitle'>$title</div>
<!--IBF_END_FUNC|modtopicview_start-->

<!--IBF_START_FUNC|mm_start|-->

<option value='-1'>------------------------------</option>
<option value='-1'>{ibf.lang.mm_title}</option>
<option value='-1'>------------------------------</option>
<!--IBF_END_FUNC|mm_start-->

<!--IBF_START_FUNC|mm_entry|$id, $title-->

<option value='t_{$id}'>--  $title</option>
<!--IBF_END_FUNC|mm_entry-->

<!--IBF_START_FUNC|mm_end|-->


<!--IBF_END_FUNC|mm_end-->

<!--IBF_START_FUNC|mod_cp_start|-->

<div class='tableborder'>
 <div align='center' class='pformstrip'>
  <a href='{ibf.script_url}act=modcp&amp;CODE=showforums'>{ibf.lang.menu_forums}</a> &middot;
  <a href='{ibf.script_url}act=modcp&amp;CODE=members'>{ibf.lang.menu_users}</a> &middot;
  <a href='{ibf.script_url}act=modcp&amp;CODE=ip'>{ibf.lang.menu_ip}</a>
 </div>
</div>
<br />
<!--IBF_END_FUNC|mod_cp_start-->


<!--IBF_GROUP_END:skin_modcp-->
<!-- PLEASE LEAVE ALL 'IBF' COMMENTS IN PLACE, DO NOT REMOVE THEM! -->
<!--IBF_GROUP_START:skin_mod-->

<!--IBF_START_FUNC|split_end_form|$action-->

<div class='pformstrip' align='center'> <input type="submit" name="submit" value="$action" class='forminput' /></div>
</div>
</form>
<!--IBF_END_FUNC|split_end_form-->

<!--IBF_START_FUNC|merge_body|$title="", $desc=""-->

<table cellspacing='1' width='100%'>
   <tr>
	<td class='pformleftw'><b>{ibf.lang.mt_new_title}</b></td>
	<td class='pformright'><input type='text' size='40' maxlength='50' name='title' value='$title' /></td>
   </tr>
   <tr>
	<td class='pformleftw'><b>{ibf.lang.mt_new_desc}</b></td>
	<td class='pformright'><input type='text' size='40' maxlength='40' name='desc' value='$desc' /></td>
   </tr>
   <tr>
	<td class='pformleftw'><b>{ibf.lang.mt_tid}</b></td>
	<td class='pformright'><input type='text' size='50' name='topic_url' value='' /></td>
   </tr>
  </table>
<!--IBF_END_FUNC|merge_body-->

<!--IBF_START_FUNC|split_row|$row-->

<div class='pformstrip'>{$row['st_top_bit']}</div>
  <div class='tablepad'>
   {$row['post']}
   <div align='right'><b>{ibf.lang.st_split}</b>&nbsp;&nbsp;<input type='checkbox' name='post_{$row['pid']}' value='1' /></div>
 </div>
<!--IBF_END_FUNC|split_row-->

<!--IBF_START_FUNC|split_body|$jump=""-->

<table cellspacing='1' width='100%'>
   <tr>
	<td class='pformleftw'><b>{ibf.lang.mt_new_title}</b></td>
	<td class='pformright'><input type='text' size='40'  class='forminput' maxlength='100' name='title' value='' /></td>
   </tr>
   <tr>
	<td class='pformleftw'><b>{ibf.lang.mt_new_desc}</b></td>
	<td class='pformright'><input type='text' size='40'  class='forminput' maxlength='100' name='desc' value='' /></td>
   </tr>
   <tr>
	<td class='pformleftw'><b>{ibf.lang.st_forum}</b></td>
	<td class='pformright'><select name='fid' class='forminput'>$jump</select></td>
   </tr>
  </table>
</div>
<br />
<div class='tableborder'>
 <div class='maintitle'>{ibf.lang.st_post}</div>
<!--IBF_END_FUNC|split_body-->

<!--IBF_START_FUNC|mod_log_end|-->

</table>
</div>
<!--IBF_END_FUNC|mod_log_end-->

<!--IBF_START_FUNC|forum_jump|$data, $menu_extra=""-->

<br />
<div align='right'>{$data}</div>
<br />
<!--IBF_END_FUNC|forum_jump-->

<!--IBF_START_FUNC|mod_log_start|-->

<br />
<div class='tableborder'>
  <div class='maintitle'>{ibf.lang.ml_title}</div>
  <table cellspacing='1' width='100%'>
  <tr>
   <td class='pformstrip' width='30%'><b>{ibf.lang.ml_name}</b></td>
   <td class='pformstrip' width='50%'><b>{ibf.lang.ml_desc}</b></td>
   <td class='pformstrip' width='20%'><b>{ibf.lang.ml_date}</b></td>
  </tr>
<!--IBF_END_FUNC|mod_log_start-->

<!--IBF_START_FUNC|mod_log_none|-->

<tr>
	<td class='pformright' colspan='3' align='center'><i>{ibf.lang.ml_none}</i></td>
   </tr>
<!--IBF_END_FUNC|mod_log_none-->

<!--IBF_START_FUNC|mod_log_row|$data-->

<tr>
	<td class='pformright'>{$data['member']}</td>
	<td class='pformright'>{$data['action']}</td>
	<td class='pformright'>{$data['date']}</td>
   </tr>
<!--IBF_END_FUNC|mod_log_row-->

<!--IBF_START_FUNC|table_top|$posting_title-->

<div class='tableborder'>
 <div class='maintitle'>$posting_title</div>
<!--IBF_END_FUNC|table_top-->

<!--IBF_START_FUNC|topic_history|$data-->

<div class='tableborder'>
 <div class='maintitle'>{ibf.lang.th_title}</div>
   <table cellspacing='1' width='100%'>
   <tr>
	<td class='pformleftw'><b>{ibf.lang.th_topic}</b></td>
	<td class='pformright'>{$data['th_topic']}</td>
   </tr>
   <tr>
	<td class='pformleftw'><b>{ibf.lang.th_desc}</b></td>
	<td class='pformright'>{$data['th_desc']}&nbsp;</td>
   </tr>
   <tr>
	<td class='pformleftw'><b>{ibf.lang.th_start_date}</b></td>
	<td class='pformright'>{$data['th_start_date']}</td>
   </tr>
   <tr>
	<td class='pformleftw'><b>{ibf.lang.th_start_name}</b></td>
	<td class='pformright'>{$data['th_start_name']}</td>
   </tr>
   <tr>
	<td class='pformleftw'><b>{ibf.lang.th_last_date}</b></td>
	<td class='pformright'>{$data['th_last_date']}</td>
   </tr>
   <tr>
	<td class='pformleftw'><b>{ibf.lang.th_last_name}</b></td>
	<td class='pformright'>{$data['th_last_name']}</td>
   </tr>
   <tr>
	<td class='pformleftw'><b>{ibf.lang.th_avg_post}</b></td>
	<td class='pformright'>{$data['th_avg_post']}</td>
   </tr>
   </table>
</div>
<!--IBF_END_FUNC|topic_history-->

<!--IBF_START_FUNC|poll_select_form|$poll_question=""-->

<tr>
	   <td class='row1'><b>{ibf.lang.pe_question}</b></td>
	   <td class='row1'><input type='text' size='60' maxlength='250' name='poll_question' value='$poll_question'></td>
	   </tr>
	   <tr>
	   <td class='row1'><b>{ibf.lang.pe_pollonly}</b></td>
	   <td class='row1'><select name='pollonly' class='forminput'><option value='0'>{ibf.lang.pe_no}</option><option value='1'>{ibf.lang.pe_yes}</option></select></td>
	   </tr>
	   </table>
<!--IBF_END_FUNC|poll_select_form-->

<!--IBF_START_FUNC|warn_restricition_in_place|-->

<br /><strong>{ibf.lang.w_restricted}</strong>
<!--IBF_END_FUNC|warn_restricition_in_place-->

<!--IBF_START_FUNC|mod_exp|$words-->

<div class='pformstrip'>$words</div>
<!--IBF_END_FUNC|mod_exp-->

<!--IBF_START_FUNC|end_form|$action-->

<div class='pformstrip' align='center'><input type="submit" name="submit" value="$action" class='forminput' /></div>
</div>
</form>
<!--IBF_END_FUNC|end_form-->

<!--IBF_START_FUNC|move_form|$jhtml, $forum_name-->

<table width='100%' cellspacing='1'>
  <tr>
  <td class='pformleftw'><strong>{ibf.lang.move_from} <b>$forum_name</b> {ibf.lang.to}</strong></td>
  <td class='pformright'><select name='move_id' class='forminput'>$jhtml</select></td>
  </tr>
  <tr>
  <td class='pformleftw'><strong>{ibf.lang.leave_link}</strong></td>
  <td class='pformright'><select name='leave' class='forminput'><option value='y' selected="selected">{ibf.lang.yes}</option><option value='n'>{ibf.lang.no}</option></select></td>
  </tr>
  </table>
<!--IBF_END_FUNC|move_form-->

<!--IBF_START_FUNC|delete_js|-->

<script language='JavaScript' type='text/javascript'>
  <!--
  function ValidateForm() {
	 document.REPLIER.submit.disabled = true;
	 return true;
  }
  //-->
  </script>
<!--IBF_END_FUNC|delete_js-->

<!--IBF_START_FUNC|topictitle_fields|$title, $desc-->

<table width='100%' cellspacing='1'>
  <tr>
  <td class='pformleftw'><strong>{ibf.lang.edit_f_title}</strong></td>
  <td class='pformright'><input type='text' size='40' maxlength='50' name='TopicTitle' value='$title' /></td>
  </tr>
  <tr>
  <td class='pformleftw'><strong>{ibf.lang.edit_f_desc}</strong></td>
  <td class='pformright'><input type='text' size='40' maxlength='40' name='TopicDesc' value='$desc' /></td>
  </tr>
  </table>
<!--IBF_END_FUNC|topictitle_fields-->

<!--IBF_START_FUNC|poll_edit_top|-->

<table width='100%' cellpadding='6' border='0' cellspacing='0'>
<!--IBF_END_FUNC|poll_edit_top-->

<!--IBF_START_FUNC|poll_entry|$id, $entry-->

<tr>
				<td class='row1'><b>{ibf.lang.pe_option} $id</b></td>
                <td class='row1'><input type='text' size='60' maxlength='250' name='POLL_$id' value='$entry'></td>
                </tr>
<!--IBF_END_FUNC|poll_entry-->

<!--IBF_START_FUNC|poll_edit_new_entry|$id-->

<tr>
				<td class='row1'><b>{ibf.lang.pe_option} $id</b> <em>( {ibf.lang.pe_unused} )</em></td>
                <td class='row1'><input type='text' size='60' maxlength='250' name='POLL_$id' value=''></td>
                </tr>
<!--IBF_END_FUNC|poll_edit_new_entry-->

<!--IBF_START_FUNC|warn_footer|-->

<tr>
   <td class='pformleftw' valign='top'><strong>{ibf.lang.w_reason}</strong><br />{ibf.lang.w_reason2}</td>
   <td class='pformright'><textarea rows='6' cols='70' class='textinput' name='reason'>{$ibforums->input['reason']}</textarea></td>
  </tr>
  <tr>
  <td class='pformleftw'><strong>{ibf.lang.w_c_subj}</strong></td>
  <td class='pformright'><input type='input' name='subject' class='forminput' value='{$ibforums->input['subject']}' size='30'></td>
 </tr>
  <tr>
   <td class='pformleftw' valign='top'><strong>{ibf.lang.w_contact}</strong><br />{ibf.lang.w_contact2}</td>
   <td class='pformright'>
   	  {ibf.lang.w_c}&nbsp;<select name='contactmethod' class='forminput'><option value='pm'>{ibf.lang.w_c_p}</option><option value='email'>{ibf.lang.w_c_e}</option></select>
     <br /><textarea rows='6' cols='70' class='textinput' name='contact'>{$ibforums->input['contact']}</textarea>
   </td>
  </tr>
  </table>
  <div align='center' class='pformstrip'><input type='submit' class='forminput' value='{ibf.lang.w_submit}' /></div>
</div>
</form>
<!--IBF_END_FUNC|warn_footer-->

<!--IBF_START_FUNC|warn_rem_posts|$post_tick, $post_array, $post_extra-->

<tr>
  <td class='pformleftw'><strong>{ibf.lang.w_resposts}</strong></td>
  <td class='pformright'>
    <input type='checkbox' name='post_indef' class='forminput' value='1' $post_tick> {ibf.lang.w_resposts_i}
    <br /><strong>{ibf.lang.w_orfor}</strong>
    <input type='input' name='post_value' class='forminput' value='{$post_array['timespan']}' size='5'> <select name='post_unit' class='forminput'><option value='d' {$post_array['days']}>{ibf.lang.w_day}</option><option value='h' {$post_array['hours']}>{ibf.lang.w_hour}</option></select>
 	$post_extra
 </tr>
<!--IBF_END_FUNC|warn_rem_posts-->

<!--IBF_START_FUNC|warn_suspend|$susp_array, $susp_extra-->

<tr>
  <td class='pformleftw'><strong>{ibf.lang.w_suspend}</strong></td>
  <td class='pformright'>
     {ibf.lang.w_susfor}  <input type='input' name='susp_value' class='forminput' value='{$susp_array['timespan']}' size='5'> <select name='susp_unit' class='forminput'><option value='d' {$susp_array['days']}>{ibf.lang.w_day}</option><option value='h' {$susp_array['hours']}>{ibf.lang.w_hour}</option></select>
 	  $susp_extra
 </tr>
<!--IBF_END_FUNC|warn_suspend-->

<!--IBF_START_FUNC|warn_mod_posts|$mod_tick, $mod_array, $mod_extra-->

<tr>
  <td class='pformleftw'><strong>{ibf.lang.w_modq}</strong></td>
  <td class='pformright'>
    <input type='checkbox' name='mod_indef' class='forminput' value='1' $mod_tick> {ibf.lang.w_modq_i}
    <br /><strong>{ibf.lang.w_orfor}</strong>
    <input type='input' name='mod_value' class='forminput' value='{$mod_array['timespan']}' size='5'> <select name='mod_unit' class='forminput'><option value='d' {$mod_array['days']}>{ibf.lang.w_day}</option><option value='h' {$mod_array['hours']}>{ibf.lang.w_hour}</option></select>
 	$mod_extra
 </tr>
<!--IBF_END_FUNC|warn_mod_posts-->

<!--IBF_START_FUNC|warn_header|$mid, $name, $cur=0, $min = 0, $max=10, $key, $tid='',$st='', $type-->

<form method='post' action='{ibf.script_url}&amp;act=warn&amp;CODE=dowarn&amp;mid=$mid&amp;t=$tid&amp;st=$st&amp;type={$ibforums->input['type']}'>
<input type='hidden' name='key' value='$key'>
<div class='tableborder'>
 <div class='maintitle'><{CAT_IMG}>&nbsp;{ibf.lang.w_warnfor} <a href='{ibf.script_url}showuser=$mid'>$name</a> ( $min &lt; $cur &gt; $max )</div>
 <div class='pformstrip'>{ibf.lang.w_complete}</div>
 <table width='100%' cellpadding='0' border='0' cellspacing='0'>
 <tr>
  <td class='pformleftw'><strong>{ibf.lang.w_adjust_level}</strong></td>
  <td class='pformright'>
    <input type='radio' name='level' id='add' class='radiobutton' value='add' {$type['add']} /><label for='add' class='warnbad'><strong>{ibf.lang.w_add}</strong></label>
    <br />
    <input type='radio' name='level' id='minus' class='radiobutton' value='remove' {$type['minus']} /><label for='minus' class='warngood'><strong>{ibf.lang.w_remove}</strong></label>
 </tr>
<!--IBF_END_FUNC|warn_header-->

<!--IBF_START_FUNC|warn_success_forum|$fid, $fname, $tid, $tname, $st=0-->

<li><a href='{ibf.script_url}showforum=$fid'>{ibf.lang.w_done_forum} <strong>$fname</strong></a></li>
   <li><a href='{ibf.script_url}showtopic=$tid&amp;st=$st'>{ibf.lang.w_done_topic} <strong>$tname</strong></a></li>
<!--IBF_END_FUNC|warn_success_forum-->

<!--IBF_START_FUNC|warn_errors|$data-->

<div class="tableborder">
  <div class="pformstrip">{ibf.lang.errors_found}</div>
  <div class="tablepad"><span class='postcolor'>$data</span></div>
</div>
<br />
<!--IBF_END_FUNC|warn_errors-->

<!--IBF_START_FUNC|warn_view_negative_row|$date, $content, $puni_name-->

<tr>
    <td class='row4' valign='top'><strong>$puni_name</strong></td>
    <td class='row4' valign='top'>{ibf.lang.w_v_warned_on} <strong>$date</strong></td>
  </tr>
  <tr>
    <td class='row1' valign='middle'><span class='warnbad'>{ibf.lang.w_v_add}</span></td>
    <td class='row1' valign='top'><span class='postcolor'>$content</span></td>
  </tr>
<!--IBF_END_FUNC|warn_view_negative_row-->

<!--IBF_START_FUNC|warn_view_none|-->

<tr>
    <td class='row1' colspan='2' align='center'><strong>{ibf.lang.w_v_none}</strong></td>
  </tr>
<!--IBF_END_FUNC|warn_view_none-->

<!--IBF_START_FUNC|warn_view_footer|-->

</table>
<!--IBF_END_FUNC|warn_view_footer-->

<!--IBF_START_FUNC|warn_success|-->

<div class='tableborder'>
 <div class='maintitle'><{CAT_IMG}>&nbsp;{ibf.lang.w_done_t}</div>
 <div class='pformstrip'>&nbsp;</div>
 <div class='tablepad'>
  {ibf.lang.w_done_te}
  <ul>
   <li><a href='{ibf.script_url}'>{ibf.lang.w_done_home}</a></li>
   <!--IBF.FORUM_TOPIC-->
  </ul>
 </div>
</div>
<!--IBF_END_FUNC|warn_success-->

<!--IBF_START_FUNC|warn_view_header|$id, $name, $links-->

<table cellspacing='0' cellpadding='0' width='100%' border='0'>
<tr>
 <td align='left'><span id='phototitle'>$name</span></td>
 <td align='right'>$links</td>
</tr>
</table>
<div class='tableborder'>
 <div class='maintitle'><{CAT_IMG}>&nbsp;{ibf.lang.w_v_title}: <a href='{ibf.script_url}showuser=$id'>$name</a></div>
</div>
 <table cellspacing='1' width='100%' cellpadding='6' class='plainborder'>
 <tr>
  <th class='pformstrip' width='30%'>{ibf.lang.w_v_warnby}</th>
  <th class='pformstrip' width='70%'>{ibf.lang.w_v_notes}</th>
 </tr>
<!--IBF_END_FUNC|warn_view_header-->

<!--IBF_START_FUNC|warn_view_positive_row|$date, $content, $puni_name-->

<tr>
    <td class='row4' valign='top'><strong>$puni_name</strong></td>
    <td class='row4' valign='top'>{ibf.lang.w_v_warned_on} <strong>$date</strong></td>
  </tr>
  <tr>
    <td class='row1' valign='middle'><span class='warngood'>{ibf.lang.w_v_minus}</span></td>
    <td class='row1' valign='top'><span class='postcolor'>$content</span></td>
  </tr>
<!--IBF_END_FUNC|warn_view_positive_row-->


<!--IBF_GROUP_END:skin_mod-->
<!-- PLEASE LEAVE ALL 'IBF' COMMENTS IN PLACE, DO NOT REMOVE THEM! -->
<!--IBF_GROUP_START:skin_mlist-->

<!--IBF_START_FUNC|show_row|$member-->

<!-- Entry for {$member[MEMBER_NAME]} -->
  <tr>
	 <td class='row4'><strong><a href="{ibf.script_url}showuser={$member['id']}">{$member['name']}</a></strong></td>
	 <td class='row4'>{$member['pips']}</td>
	 <td class='row2' align="center" width="20%">{$member['group']}</td>
	 <td class='row4' align="center" width="15%">{$member['joined']}</td>
<td class='row4' align="center" width="5%">{$member['sex']}</td>
	 <td class='row4' align="center" width="10%">{$member['posts']}</td>
	 <td class='row2' align="center">{$member['member_email']}</td>
	 <td class='row2' align="center">{$member['aim_name']}</td>
	 <td class='row2' align="center">{$member['icq_number']}</td>
	 <td class='row2' align="center">{$member['camera']}</td>
  </tr>
  <!-- End of Entry -->
<!--IBF_END_FUNC|show_row-->

<!--IBF_START_FUNC|end|$links-->

<br />
<div align="left">{$links[SHOW_PAGES]}</div>
<!--IBF_END_FUNC|end-->

<!--IBF_START_FUNC|no_results|-->

No results
<!--IBF_END_FUNC|no_results-->

<!--IBF_START_FUNC|start|-->

<!-- nothing here -->
<!--IBF_END_FUNC|start-->

<!--IBF_START_FUNC|Page_end|$checked=""-->

<!-- End content Table -->
  <tr> 
    <td class='row3' colspan="10" align='center' valign='middle'>
      <strong>{ibf.lang.photo_only}&nbsp;<input type="checkbox" value="1" name="photoonly" class="forminput" $checked /></strong>
    </td>
  </tr>
  <tr> 
    <td class='pformstrip' colspan="10" align='center' valign='middle'>
      <select class='forminput' name='name_box'>
	 <option value='begins'>{ibf.lang.ch_begins}</option>
	 <option value='contains'>{ibf.lang.ch_contains}</option>
	 <option value='all' selected="selected">{ibf.lang.ch_all}</option>
	 </select>&nbsp;&nbsp;<input class='forminput' type='text' size='25' onkeypress=FKeyPress(name); onkeydown=FKeyDown(name); name='name' value='{$ibforums->input['name']}' />
      <select class='forminput' name='sex'>
      <option value='all' selected>{ibf.lang.search_all}</option>
	  <option value='man'>{ibf.lang.man}</option>
	  <option value='woman'>{ibf.lang.woman}</option>
	  <option value='no'>{ibf.lang.no_sex}</option>
      </select>
    </td>
  </tr>
  <tr>
   <td class='darkrow1' colspan="10" align='center' valign='middle'>
     {ibf.lang.sorting_text}&nbsp;<input type='submit' value='{ibf.lang.sort_submit}' class='forminput' />
   </td>
 </tr>
</table>
</div>
</form>
<!--IBF_END_FUNC|Page_end-->

<!--IBF_START_FUNC|Page_header|$links-->

<script language='Javascript' type='text/javascript'>
<!--
function PopUp(url, name, width,height,center,resize,scroll,posleft,postop) {
	if (posleft != 0) { x = posleft }
	if (postop  != 0) { y = postop  }
	if (!scroll) { scroll = 1 }
	if (!resize) { resize = 1 }
	if ((parseInt (navigator.appVersion) >= 4 ) && (center)) {
	  X = (screen.width  - width ) / 2;
	  Y = (screen.height - height) / 2;
	}
	if (scroll != 0) { scroll = 1 }
	var Win = window.open( url, name, 'width='+width+',height='+height+',top='+Y+',left='+X+',resizable='+resize+',scrollbars='+scroll+',location=no,directories=no,status=no,menubar=no,toolbar=no');
 }
//-->
 </script>
<form action='{ibf.script_url}' method='post'>
<input type='hidden' name='act' value='Members' />
<input type='hidden' name='s'   value='{ibf.session_id}' />
<div align="right">{$links[SHOW_PAGES]}</div>
<br />
<div class='tableborder'>
 <div class="maintitle">{ibf.lang.page_title}</div>
 <table width="100%" border="0" cellspacing="1" cellpadding="4">
  <tr>
	<th class='pformstrip' width="30%">{ibf.lang.member_name}</th>
	<th class='pformstrip' align="center" width="10%">{ibf.lang.member_level}</th>
	<th class='pformstrip' align="center" width="10%">{ibf.lang.member_group}</th>
	<th class='pformstrip' align="center" width="20%">{ibf.lang.member_joined}</th>
	<th class='pformstrip' align="center" width="5%">{ibf.lang.member_sex}</th>
	<th class='pformstrip' align="center" width="10%">{ibf.lang.member_posts}</th>
	<th class='pformstrip' align="center">{ibf.lang.member_email}</th>
	<th class='pformstrip' align="center">{ibf.lang.member_aol}</th>
	<th class='pformstrip' align="center">{ibf.lang.member_icq}</th>
	<th class='pformstrip' width="5%" align="center">{ibf.lang.member_photo}</th>
	
  </tr>
<!--IBF_END_FUNC|Page_header-->


<!--IBF_GROUP_END:skin_mlist-->
<!-- PLEASE LEAVE ALL 'IBF' COMMENTS IN PLACE, DO NOT REMOVE THEM! -->
<!--IBF_GROUP_START:skin_login-->

<!--IBF_START_FUNC|errors|$data-->

<div class="tableborder">
  <div class="pformstrip">{ibf.lang.errors_found}</div>
  <div class="tablepad"><span class='postcolor'>$data</span></div>
</div>
<br />
<!--IBF_END_FUNC|errors-->

<!--IBF_START_FUNC|ShowForm|$message, $referer=""-->

<script language='JavaScript' type="text/javascript">
<!--
function ValidateForm() {
	var Check = 0;
	if (document.LOGIN.UserName.value == '') { Check = 1; }
	if (document.LOGIN.PassWord.value == '') { Check = 1; }
	if (Check == 1) {
		alert("{ibf.lang.blank_fields}");
		return false;
	} else {
		document.LOGIN.submit.disabled = true;
		return true;
	}
}
//-->
</script>     
{ibf.lang.login_text}
<br />
<br />
<b>{ibf.lang.forgot_pass} <a href='{ibf.vars.board_url}/index.{ibf.vars.php_ext}?act=Reg&amp;CODE=10'>{ibf.lang.pass_link}</a></b>
<br />
<br />
<form action="{ibf.script_url}act=Login&amp;CODE=01" method="post" name='LOGIN' onsubmit='return ValidateForm()'>
<input type='hidden' name='referer' value="$referer" />
<div class="tableborder">
  <div class="maintitle"><{CAT_IMG}>&nbsp;{ibf.lang.log_in}</div>
  <div class='pformstrip'>$message</div>
  <table class="tablebasic" cellspacing="1">
  <tr>
    <td class='pformleftw'>{ibf.lang.enter_name}</td>
    <td class='pformright'><input type='text' size='20' maxlength='64' name='UserName' onkeypress=FKeyPress(UserName); onkeydown=FKeyDown(UserName); class='forminput' /></td>
  </tr>
  <tr>
    <td class='pformleftw'>{ibf.lang.enter_pass}</td>
    <td class='pformright'><input type='password' size='20' name='PassWord' class='forminput' /></td>
  </tr>
  </table>
  <div class="pformstrip">{ibf.lang.options}</div>		
  <table class="tablebasic" cellspacing="1">
  <tr>
    <td class='pformleftw'>{ibf.lang.cookies}</td>
    <td class='pformright'><input type="radio" name="CookieDate" value="1" checked="checked" />{ibf.lang.cookie_yes}<br /><input type="radio" name="CookieDate" value="0" />{ibf.lang.cookie_no}</td>
  </tr>
  <tr>
    <td class='pformleftw'>{ibf.lang.privacy}</td>
    <td class='pformright'><input type="checkbox" name="Privacy" value="1" />{ibf.lang.anon_name}</td>
  </tr>
  </table>		
  <div class="pformstrip" align="center"><input type="submit" name='submit' value="{ibf.lang.log_in_submit}" class='forminput' /></div>
</div>
</form>
<!--IBF_END_FUNC|ShowForm-->


<!--IBF_GROUP_END:skin_login-->
<!-- PLEASE LEAVE ALL 'IBF' COMMENTS IN PLACE, DO NOT REMOVE THEM! -->
<!--IBF_GROUP_START:skin_legends-->

<!--IBF_START_FUNC|emoticons_row|$code, $image, $in="'", $out="'"-->

<tr>
	  <td align='center' class='row1' valign='middle'><a href={$out}javascript:add_smilie({$in}$code{$in}){$out}>$code</a></td>
	  <td align='center' class='row2' valign='middle'><a href={$out}javascript:add_smilie({$in}$code{$in}){$out}><img src='{ibf.vars.EMOTICONS_URL}/$image' border='0' valign='absmiddle' alt='$image'></a></td>
   </tr>
<!--IBF_END_FUNC|emoticons_row-->

<!--IBF_START_FUNC|bbcode_row|$before, $after-->

<tr>
	  <td align='left' class='row1' valign='middle'>$before</td>
	  <td align='left' class='row2' valign='middle'>$after</td>
   </tr>
<!--IBF_END_FUNC|bbcode_row-->

<!--IBF_START_FUNC|page_footer|-->

</table>
</div>
<!--IBF_END_FUNC|page_footer-->

<!--IBF_START_FUNC|emoticon_javascript|-->

<script language='javascript'>
<!--
	function add_smilie(code)
	{
		opener.document.REPLIER.Post.value += ' ' + code + ' ';
		//return true;
	}
//-->
</script>
<!--IBF_END_FUNC|emoticon_javascript-->

<!--IBF_START_FUNC|bbcode_header|-->

<div style='padding:6px'>{ibf.lang.bbc_intro}</div>
<br />
<!--IBF_END_FUNC|bbcode_header-->

<!--IBF_START_FUNC|wrap_tag|$tag-->

<span style='color:#F00;font-weight:bold;'>$tag</span>
<!--IBF_END_FUNC|wrap_tag-->

<!--IBF_START_FUNC|page_header|$title, $row1, $row2-->

<div class='tableborder'>
  <div class='maintitle'>$title</div>
  <table class='tablebasic' cellspacing='1' cellpadding='4'>
  <tr>
	 <td width='50%' align='center' class='pformstrip' valign='middle'>$row1</td>
	 <td width='50%' align='center' class='pformstrip' valign='middle'>$row2</td>
  </tr>
<!--IBF_END_FUNC|page_header-->

<!--IBF_START_FUNC|find_user_final|$names="",$entry="", $name="", $sep="line"-->

<script language='javascript'>
<!--
	function add_to_form()
	{
		
		var separator = '$sep';
		var entry     = '$entry';
		
		var name = document.finduser.username.options[document.finduser.username.selectedIndex].value;
		
		if (separator == 'line')
		{
			separator = '\\n';
		}
		
		if (entry == 'textarea')
		{
			// Where shall we put the separator?
			
			var tbox     = opener.document.REPLIER.$name.value;
			var tboxSize = opener.document.REPLIER.$name.value.length;
			
			// Remove leading spaces...
			
			while ( opener.document.REPLIER.$name.value.slice(0,1) == " " )
			{
				opener.document.REPLIER.$name.value = opener.document.REPLIER.$name.value.substr(1, opener.document.REPLIER.$name.value.length - 1);
				opener.document.REPLIER.$name.value.length = opener.document.REPLIER.$name.value.length;
			}
			
			// Remove trailing spaces...
			
			while ( opener.document.REPLIER.$name.value.slice(opener.document.REPLIER.$name.value.length - 1, opener.document.REPLIER.$name.value.length) == " " )
			{
				opener.document.REPLIER.$name.value = opener.document.REPLIER.$name.value.substr(0, opener.document.REPLIER.$name.value.length - 1);
				opener.document.REPLIER.$name.value.length = opener.document.REPLIER.$name.value.length;
			}
			
			// Do we have a leading comma?
			
			while ( opener.document.REPLIER.$name.value.slice(0,1) == "\\n" )
			{
				opener.document.REPLIER.$name.value = opener.document.REPLIER.$name.value.substr(1, opener.document.REPLIER.$name.value.length - 1);
				opener.document.REPLIER.$name.value.length = opener.document.REPLIER.$name.value.length;
			}
			
			// Do we have a trailing comma?...
			
			while ( opener.document.REPLIER.$name.value.slice(opener.document.REPLIER.$name.value.length - 1, opener.document.REPLIER.$name.value.length) == "\\n" )
			{
				opener.document.REPLIER.$name.value = opener.document.REPLIER.$name.value.substr(0, opener.document.REPLIER.$name.value.length - 1);
				opener.document.REPLIER.$name.value.length = opener.document.REPLIER.$name.value.length;
			}
			
			// First in box?
			
			if ( opener.document.REPLIER.$name.value.length == 0)
			{
				opener.document.REPLIER.$name.value += name;
			}
			else
			{
				opener.document.REPLIER.$name.value += separator + name;
			}
		}
		
	}
//-->
  </script>
<form name='finduser'>
<table cellspacing='1' cellpadding='10' width='100%' height='100%' align='center' class='row1'>
<tr>
   <td class='pagetitle' align='left'>{ibf.lang.fu_title}<hr noshade></td>
</tr>
<tr>
   <td align='center' valign='middle'>{ibf.lang.fu_add_desc}<br /><br /><select name='username' class='forminput'>
   $names</select><br /><br /><input type='button' name='add' onClick='add_to_form()' value='{ibf.lang.fu_add_mem}'></td>
</tr>
<tr>
   <td align='center' style='font-size:12px;font-weight:bold'><a href='javascript:history.go(-1);'>{ibf.lang.fu_back}</a> :: <a href='javascript:window.close();'>{ibf.lang.fu_close_win}</a></td>
</tr>
</table>
</form>
<!--IBF_END_FUNC|find_user_final-->

<!--IBF_START_FUNC|find_user_error|$msg-->

<form name='finduser' method='post' action='{ibf.script_url}entry=$entry&amp;name=$name&amp;sep=$sep&amp;CODE=finduser_two'>
<table cellspacing='1' cellpadding='10' width='100%' height='100%' align='center' class='row1'>
<tr>
   <td class='pagetitle' align='left'>{ibf.lang.fu_error}<hr noshade></td>
</tr>
<tr>
   <td align='center' valign='middle'>$msg</td>
</tr>
<tr>
   <td align='center' style='font-size:12px;font-weight:bold'><a href='javascript:history.go(-1);'>{ibf.lang.fu_back}</a> :: <a href='javascript:window.close();'>{ibf.lang.fu_close_win}</a></td>
</tr>
</table>
</form>
<!--IBF_END_FUNC|find_user_error-->

<!--IBF_START_FUNC|find_user_one|$entry="", $name="", $sep="comma"-->

<script language="Javascript" type="text/javascript">

function storeCaret(textEl) {
	if (textEl.createTextRange) textEl.caretPos = document.selection.createRange().duplicate();
}
var lang = 1;	// 1: Farsi, 0: English
// Farsi keyboard map based on ISIRI-2901
var farsikey = [
   0x0020, 0x0021, 0x061B, 0x066B, 0x00A4, 0x066A, 0x060C, 0x06AF,
   0x0029, 0x0028, 0x002A, 0x002B, 0x0648, 0x002D, 0x002E, 0x002F,
   0x0030, 0x0031, 0x0032, 0x0033, 0x0034, 0x0035, 0x0036, 0x0037,
   0x0038, 0x0039, 0x003A, 0x0643, 0x003E, 0x003D, 0x003C, 0x061F,
   0x066C, 0x0624, 0x200C, 0x0698, 0x0649, 0x064D, 0x0625, 0x0623,
   0x0622, 0x0651, 0x0629, 0x00BB, 0x00AB, 0x0621, 0x004E, 0x005D,
   0x005B, 0x0652, 0x064B, 0x0626, 0x064F, 0x064E, 0x0056, 0x064C,
   0x0058, 0x0650, 0x0643, 0x062C, 0x005C, 0x0686, 0x00D7, 0x0640,
   0x200D, 0x0634, 0x0630, 0x0632, 0x064A, 0x062B, 0x0628, 0x0644,
   0x0627, 0x0647, 0x062A, 0x0646, 0x0645, 0x067E, 0x062F, 0x062E,
   0x062D, 0x0636, 0x0642, 0x0633, 0x0641, 0x0639, 0x0631, 0x0635,
   0x0637, 0x063A, 0x0638, 0x007D, 0x007C, 0x007B, 0x007E ];

function changeLang() {
    if (lang == 0) {
    lang = 1;
    return true;
  }
  else {
    lang = 0;
    return true;
  }
}
function FKeyDown (txtFrm){
 var key = window.event.keyCode;
 if (key == 145){
    if (lang == 0) {
      lang = 1;
      return true;
    }
    else {
      lang = 0;
      return true;
    }
}
}
function FKeyPress(txtFrm) {
   var key = window.event.keyCode;
  if (key == 13) { window.event.keyCode = 13; return true; }
   if (lang == 1) { // If Farsi
     if (key == 0x0020 && window.event.shiftKey) // Shift-space -> ZWNJ
       window.event.keyCode = 0x200C;
     else
       window.event.keyCode = farsikey[key - 0x0020];
     if (farsikey[key - 0x0020] == 92) {
        window.event.keyCode = 0x0698;
     }
     if (farsikey[key - 0x0020] == 8205) {
        window.event.keyCode = 0x067E;
     }
   }
   return true;
}
function change(obj){
if (lang==0)
lang=1
else
lang=0;
obj.focus();
}
   </script>
<form name='finduser' method='post' action='{ibf.script_url}act=legends&amp;entry=$entry&amp;name=$name&amp;sep=$sep&amp;CODE=finduser_two'>
<table cellspacing='1' cellpadding='10' width='100%' height='100%' align='center' class='row1'>
<tr>
   <td class='pagetitle' align='right'>{ibf.lang.fu_title}<hr noshade></td>
</tr>
<tr>
   <td align='center' valign='middle'><b>{ibf.lang.fu_enter_name}</b><br /><br />
   <input type='text' size='40' onkeypress=FKeyPress(username); onkeydown=FKeyDown(username); name='username' class='forminput' dir="rtl"><br /><br /><input type='submit' value='{ibf.lang.fu_search_but}'></td>
</tr>
<tr>
   <td align='center' style='font-size:12px;font-weight:bold'><a href='javascript:window.close();'>{ibf.lang.fu_close_win}</a></td>
</tr>
</table>
</form>
<!--IBF_END_FUNC|find_user_one-->


<!--IBF_GROUP_END:skin_legends-->
<!-- PLEASE LEAVE ALL 'IBF' COMMENTS IN PLACE, DO NOT REMOVE THEM! -->
<!--IBF_GROUP_START:skin_help-->

<!--IBF_START_FUNC|row|$entry-->

<li class="helprow"><a href='{ibf.script_url}act=Help&amp;CODE=01&amp;HID={$entry['id']}'><b>{$entry['title']}</b></a><br />{$entry['description']}</li>
<!--IBF_END_FUNC|row-->

<!--IBF_START_FUNC|display|$text-->

</div>
<div style='padding:4px'>$text</div>
</div>
<!--IBF_END_FUNC|display-->

<!--IBF_START_FUNC|end|-->

</ul>
 </div>
</div>
<!--IBF_END_FUNC|end-->

<!--IBF_START_FUNC|no_results|-->

<tr>
                   <td class='row1' colspan='2'><b>{ibf.lang.no_results}</b></td>
                 </tr>
<!--IBF_END_FUNC|no_results-->

<!--IBF_START_FUNC|start|$one_text, $two_text, $three_text-->

<div>$two_text</div>
<br />
<form action="{ibf.script_url}" method="post">
<input type='hidden' name='act' value='Help' />
<input type='hidden' name='CODE' value='02' />
<div class="tableborder">
  <div class="maintitle">$one_text</div>
  <div class="tablepad">{ibf.lang.search_txt}&nbsp;&nbsp;<input type='text' maxlength='60' size='30' onkeypress=FKeyPress(search_q); onkeydown=FKeyDown(search_q); class='forminput' name='search_q' />&nbsp;<input type='submit' value='{ibf.lang.submit}' class='forminput' /></div>
</div>
</form>
<br />
<div class="tableborder">
  <div class="maintitle">$three_text</div>
  <div class="tablepad">
  <ul id="help">
<!--IBF_END_FUNC|start-->


<!--IBF_GROUP_END:skin_help-->
<!-- PLEASE LEAVE ALL 'IBF' COMMENTS IN PLACE, DO NOT REMOVE THEM! -->
<!--IBF_GROUP_START:skin_global-->

<!--IBF_START_FUNC|error_post_textarea|$post=""-->

<br />
<div>
<strong>{ibf.lang.err_title}</strong>
<br /><br />
{ibf.lang.err_expl}
</div>
<br />
<br />
<div align='center'>
<input type='button' tabindex='1' value='{ibf.lang.err_select}' onclick='document.mehform.saved.select()'><br />
<form name='mehform'>
<textarea cols='70' rows='5' name='saved' tabindex='2'>$post</textarea>
</form>
</div>
<!--IBF_END_FUNC|error_post_textarea-->

<!--IBF_START_FUNC|Error|$message, $ad_email_one="", $ad_email_two=""-->

<script language='JavaScript' type="text/javascript">
<!--
function contact_admin() {
  // Very basic spam bot stopper
	  
  admin_email_one = '$ad_email_one';
  admin_email_two = '$ad_email_two';
  
  window.location = 'mailto:'+admin_email_one+'@'+admin_email_two+'?subject=Error on the forums';
  
}
//-->
</script>
<div class="tableborder">
 <div class="maintitle"><img src='{ibf.vars.img_url}/nav_m.gif' alt='' width='8' height='8' />&nbsp;{ibf.lang.error_title}</div>
</div>
<div class="tablefill">
  {ibf.lang.exp_text}<br /><br />
  <b>{ibf.lang.msg_head}</b>
  <br /><br />
  <span class='postcolor' style='padding:10px'>$message</span>
  <br /><br />
  <!--IBF.LOG_IN_TABLE-->
  <!--IBF.POST_TEXTAREA-->
  <br /><br />
  <b>{ibf.lang.er_links}</b>
  <br /><br />
  &middot; <a href='{ibf.script_url}act=Reg&amp;CODE=10'>{ibf.lang.er_lost_pass}</a><br />
  &middot; <a href='{ibf.script_url}act=Reg&amp;CODE=00'>{ibf.lang.er_register}</a><br />
  &middot; <a href='{ibf.script_url}act=Help&amp;CODE=00'>{ibf.lang.er_help_files}</a><br />
  &middot; <a href='javascript:contact_admin();'>{ibf.lang.er_contact_admin}</a>
</div>
<div class="tableborder">
 <div class="pformstrip" align="center">&lt; <a href='javascript:history.go(-1)'>{ibf.lang.error_back}</a></div>
</div>
<!--IBF_END_FUNC|Error-->

<!--IBF_START_FUNC|board_offline|$message = ""-->

<form action='{ibf.vars.board_url}/index.{ibf.vars.php_ext}' method='post'>
<input type='hidden' name='act' value='Login' />
<input type='hidden' name='CODE' value='01' />
<input type='hidden' name='s' value='{ibf.session_id}' />
<input type='hidden' name='referer' value='' />
<input type='hidden' name='CookieDate' value='1' />
<div class='tableborder'>
  <div class='maintitle'><{CAT_IMG}>&nbsp;{ibf.lang.offline_title}</div>
  <div class='tablepad'>$message</div>
  <table width='100%' cellpadding='0' cellspacing='0'>
  <tr>
   <td class='pformleftw'>{ibf.lang.erl_enter_name}</td>
   <td class='pformright'><input type='text' size='20' maxlength='64' name='UserName' class='forminput' /></td>
  </tr>
  <tr>
   <td class='pformleftw'>{ibf.lang.erl_enter_pass}</td>
   <td class='pformright'><input type='password' size='20' name='PassWord' class='forminput' /></td>
  </tr>
  </table>
  <div class='pformstrip' align='center'><input type='submit' name='submit' value='{ibf.lang.erl_log_in_submit}' class='forminput' /></div>
</div>
</form>
<!--IBF_END_FUNC|board_offline-->

<!--IBF_START_FUNC|validating_link|-->

&nbsp;&middot; <a href='{ibf.script_url}act=Reg&amp;CODE=reval'>{ibf.lang.ml_revalidate}</a>
<!--IBF_END_FUNC|validating_link-->

<!--IBF_START_FUNC|error_log_in|$q_string-->

<form action='{ibf.vars.board_url}/index.{ibf.vars.php_ext}' method='post'>
<input type='hidden' name='act' value='Login' />
<input type='hidden' name='CODE' value='01' />
<input type='hidden' name='s' value='{ibf.session_id}' />
<input type='hidden' name='referer' value='$q_string' />
<input type='hidden' name='CookieDate' value='1' />
<div class="tableborder">
  <div class="titlemedium">{ibf.lang.er_log_in_title}</div>
  <table>
   <tr>
	<td class="pformleft">{ibf.lang.erl_enter_name}</td>
	<td class="pformright"><input type='text' size='20' maxlength='64' name='UserName' class='forminput' /></td>
   </tr>
   <tr>
	<td class="pformleft">{ibf.lang.erl_enter_pass}</td>
	<td class="pformright"><input type='password' size='20' name='PassWord' class='forminput' /></td>
   </tr>
  </table>
  <div class="pformstrip" align="center"><input type='submit' name='submit' value='{ibf.lang.erl_log_in_submit}' class='forminput' /></div>
</div>
</form>
<!--IBF_END_FUNC|error_log_in-->

<!--IBF_START_FUNC|PM_popup|-->

<script language='JavaScript' type="text/javascript">
     <!--
       window.open('index.{ibf.vars.php_ext}?act=Msg&CODE=99&s={ibf.session_id}','NewPM','width=500,height=250,resizable=yes,scrollbars=yes'); 
     //-->
     </script>
<!--IBF_END_FUNC|PM_popup-->

<!--IBF_START_FUNC|admin_link|-->

&nbsp;&middot; <b><a href='{ibf.vars.board_url}/admin.{ibf.vars.php_ext}' target='_blank'>{ibf.lang.admin_cp}</a></b>
<!--IBF_END_FUNC|admin_link-->

<!--IBF_START_FUNC|mod_link|-->

&middot; <b><a href='{ibf.script_url}act=modcp&amp;forum={$ibforums->input['f']}'>{ibf.lang.mod_cp}</a></b>
<!--IBF_END_FUNC|mod_link-->

<!--IBF_START_FUNC|show_chat_link_popup|-->

&nbsp; &nbsp;&nbsp;<img src="{ibf.vars.img_url}/atb_chat.gif" border="0" alt="" />&nbsp;<a href="javascript:chat_pop({ibf.vars.chat_width}, {ibf.vars.chat_height});">{ibf.lang.live_chat}</a>
<!--IBF_END_FUNC|show_chat_link_popup-->

<!--IBF_START_FUNC|start_nav|-->

<div id='navstrip' align='right'><{F_NAV}>&nbsp;
<!--IBF_END_FUNC|start_nav-->

<!--IBF_START_FUNC|end_nav|-->

</div>
<br />
<!--IBF_END_FUNC|end_nav-->

<!--IBF_START_FUNC|Redirect|$Text, $Url, $css-->

<html dir="rtl">
<head>
<title>{ibf.lang.stand_by}</title>
<meta http-equiv='refresh' content='2; url=$Url' />
<script type="text/javascript"> </script>
$css
</head>
<body>
<table width='100%' height='85%' align='center'>
<tr>
  <td valign='middle'>
	  <table align='center' cellpadding="4" class="tablefill">
	  <tr> 
		<td width="100%" align="center" nowrap="nowrap">
		  {ibf.lang.thanks}, 
		  $Text<br /><br />
		  {ibf.lang.transfer_you}<br /><br />
	      (<a href='$Url'>{ibf.lang.dont_wait}</a>)
	    </td>
	  </tr>
	</table>
  </td>
</tr>
</table>
</body>
</html>
<!--IBF_END_FUNC|Redirect-->

<!--IBF_START_FUNC|rules_link|$url="", $title=""-->

&nbsp;&middot; <a href="$url">$title</a>
<!--IBF_END_FUNC|rules_link-->

<!--IBF_START_FUNC|show_chat_link_inline|-->

&nbsp; &nbsp;&nbsp;<img src="{ibf.vars.img_url}/atb_chat.gif" border="0" alt="" />&nbsp;<a href='{ibf.script_url}act=chat'>{ibf.lang.live_chat}</a>
<!--IBF_END_FUNC|show_chat_link_inline-->

<!--IBF_START_FUNC|Member_no_usepm_bar|$ad_link, $mod_link, $val_link-->

<table width="100%" id="userlinks" cellspacing="6">
   <tr>
    <td><b>{ibf.lang.logged_in_as} {ibf.member.name}</b> ( <a href='{ibf.script_url}act=Login&amp;CODE=03'>{ibf.lang.log_out}</a>$ad_link $mod_link $val_link )</td>
    <td align='leftt'>
   <b><a href='{ibf.script_url}act=UserCP&amp;CODE=00' title='{ibf.lang.cp_tool_tip}'>{ibf.lang.your_cp}</a></b>
    &middot;  <a href='{ibf.script_url}act=Search&amp;CODE=getnew'>{ibf.lang.view_new_posts}</a>  &middot;  <a href='javascript:buddy_pop();' title='{ibf.lang.bb_tool_tip}'>{ibf.lang.l_qb}</a></td>
   </tr>
  </table>
<!--IBF_END_FUNC|Member_no_usepm_bar-->

<!--IBF_START_FUNC|BoardHeader|$time=""-->

<script language='JavaScript' type="text/javascript">
<!--
function buddy_pop() { window.open('index.{ibf.vars.php_ext}?act=buddy&s={ibf.session_id}','BrowserBuddy','width=250,height=500,resizable=yes,scrollbars=yes'); }
function chat_pop(cw,ch)  { window.open('index.{ibf.vars.php_ext}?s={ibf.session_id}&act=chat&pop=1','Chat','width='+cw+',height='+ch+',resizable=yes,scrollbars=yes'); }
function multi_page_jump( url_bit, total_posts, per_page )
{
pages = 1; cur_st = parseInt("{$ibforums->input['st']}"); cur_page  = 1;
if ( total_posts % per_page == 0 ) { pages = total_posts / per_page; }
 else { pages = Math.ceil( total_posts / per_page ); }
msg = "{ibf.lang.tpl_q1}" + " " + pages;
if ( cur_st > 0 ) { cur_page = cur_st / per_page; cur_page = cur_page -1; }
show_page = 1;
if ( cur_page < pages )  { show_page = cur_page + 1; }
if ( cur_page >= pages ) { show_page = cur_page - 1; }
 else { show_page = cur_page + 1; }
userPage = prompt( msg, show_page );
if ( userPage > 0  ) {
	if ( userPage < 1 )     {    userPage = 1;  }
	if ( userPage > pages ) { userPage = pages; }
	if ( userPage == 1 )    {     start = 0;    }
	else { start = (userPage - 1) * per_page; }
	window.location = url_bit + "&st=" + start;
}
}
//-->
</script>
 
<!--IBF.BANNER-->
<div id='logostrip'>
  <a href='{ibf.script_url}' title='Board Home'><img src='{ibf.vars.img_url}/logo4.gif' alt='Powered by Invision Power Board' border="0" /></a>
</div>
<!-- IE6/Win TABLE FIX -->
<table  width="100%" cellspacing="6" id="submenu">
<tr>
 <td><a href='{ibf.vars.home_url}'>{ibf.vars.home_name}</a><!--IBF.RULES--></td>
 <td align="right">
   <img src="{ibf.vars.img_url}/atb_help.gif" border="0" alt="" />&nbsp;<a href='{ibf.script_url}act=Help'>{ibf.lang.tb_help}</a>
   &nbsp; &nbsp;&nbsp;<img src="{ibf.vars.img_url}/atb_search.gif" border="0" alt="" />&nbsp;<a href='{ibf.script_url}act=Search&amp;f={$ibforums->input['f']}'>{ibf.lang.tb_search}</a>
   &nbsp; &nbsp;&nbsp;<img src="{ibf.vars.img_url}/atb_members.gif" border="0" alt="" />&nbsp;<a href='{ibf.script_url}act=Members'>{ibf.lang.tb_mlist}</a>
   &nbsp; &nbsp;&nbsp;<img src="{ibf.vars.img_url}/atb_calendar.gif" border="0" alt="" />&nbsp;<a href='{ibf.script_url}act=calendar'>{ibf.lang.tb_calendar}</a>
   <!--IBF.CHATLINK-->
 </td>
</tr>
</table>
<% MEMBER BAR %>
<br />
<!--IBF_END_FUNC|BoardHeader-->

<!--IBF_START_FUNC|pop_up_window|$title, $css, $text-->

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
<html dir='rtl' xml:lang="en" lang="en" xmlns="http://www.w3.org/1999/xhtml"> 
 <head> 
  <meta http-equiv="content-type" content="text/html; charset=windows-1256" /> 
<script language="Javascript" type="text/javascript">

function storeCaret(textEl) {
	if (textEl.createTextRange) textEl.caretPos = document.selection.createRange().duplicate();
}
var lang = 1;	// 1: Farsi, 0: English
// Farsi keyboard map based on ISIRI-2901
var farsikey = [
   0x0020, 0x0021, 0x061B, 0x066B, 0x00A4, 0x066A, 0x060C, 0x06AF,
   0x0029, 0x0028, 0x002A, 0x002B, 0x0648, 0x002D, 0x002E, 0x002F,
   0x0030, 0x0031, 0x0032, 0x0033, 0x0034, 0x0035, 0x0036, 0x0037,
   0x0038, 0x0039, 0x003A, 0x0643, 0x003E, 0x003D, 0x003C, 0x061F,
   0x066C, 0x0624, 0x200C, 0x0698, 0x0649, 0x064D, 0x0625, 0x0623,
   0x0622, 0x0651, 0x0629, 0x00BB, 0x00AB, 0x0621, 0x004E, 0x005D,
   0x005B, 0x0652, 0x064B, 0x0626, 0x064F, 0x064E, 0x0056, 0x064C,
   0x0058, 0x0650, 0x0643, 0x062C, 0x005C, 0x0686, 0x00D7, 0x0640,
   0x200D, 0x0634, 0x0630, 0x0632, 0x064A, 0x062B, 0x0628, 0x0644,
   0x0627, 0x0647, 0x062A, 0x0646, 0x0645, 0x067E, 0x062F, 0x062E,
   0x062D, 0x0636, 0x0642, 0x0633, 0x0641, 0x0639, 0x0631, 0x0635,
   0x0637, 0x063A, 0x0638, 0x007D, 0x007C, 0x007B, 0x007E ];

function changeLang() {
    if (lang == 0) {
    lang = 1;
    return true;
  }
  else {
    lang = 0;
    return true;
  }
}
function FKeyDown (txtFrm){
 var key = window.event.keyCode;
 if (key == 145){
    if (lang == 0) {
      lang = 1;
      return true;
    }
    else {
      lang = 0;
      return true;
    }
}
}
function FKeyPress(txtFrm) {
   var key = window.event.keyCode;
  if (key == 13) { window.event.keyCode = 13; return true; }
   if (lang == 1) { // If Farsi
     if (key == 0x0020 && window.event.shiftKey) // Shift-space -> ZWNJ
       window.event.keyCode = 0x200C;
     else
       window.event.keyCode = farsikey[key - 0x0020];
     if (farsikey[key - 0x0020] == 92) {
        window.event.keyCode = 0x0698;
     }
     if (farsikey[key - 0x0020] == 8205) {
        window.event.keyCode = 0x067E;
     }
   }
   return true;
}
function change(obj){
if (lang==0)
lang=1
else
lang=0;
obj.focus();
}
  </script>
  <title>$title</title>
  $css
 </head>
 <body>
 <div style='text-align:left'>
 $text
 </div>
 </body>
</html>
<!--IBF_END_FUNC|pop_up_window-->

<!--IBF_START_FUNC|make_page_jump|$tp="", $pp="", $ub=""-->

<a title="{ibf.lang.tpl_jump}" href="javascript:multi_page_jump('$ub',$tp,$pp);">{ibf.lang.tpl_pages}</a>
<!--IBF_END_FUNC|make_page_jump-->

<!--IBF_START_FUNC|signature_separator|$sig=""-->

<br /><br />--------------------<br />
<div class='signature'>$sig</div>
<!--IBF_END_FUNC|signature_separator-->

<!--IBF_START_FUNC|forum_show_rules_full|$rules-->

<!-- Show FAQ/Forum Rules -->
    <div align='left'><{F_RULES}>&nbsp;<b>{$rules['title']}</b><br /><br />{$rules['body']}</div>
	<br />
   <!-- End FAQ/Forum Rules -->
<!--IBF_END_FUNC|forum_show_rules_full-->

<!--IBF_START_FUNC|forum_show_rules_link|$rules-->

<!-- Show FAQ/Forum Rules -->
	
    <div align='left'><{F_RULES}>&nbsp;<b><a href='{ibf.script_url}act=SR&amp;f={$rules['fid']}'>{$rules['title']}</a></b></div>
	
    <!-- End FAQ/Forum Rules -->
<!--IBF_END_FUNC|forum_show_rules_link-->

<!--IBF_START_FUNC|css_inline|$css=""-->

<style type='text/css'>
{$css}
      </style>
<!--IBF_END_FUNC|css_inline-->

<!--IBF_START_FUNC|css_external|$css, $img-->

<style type='text/css' media="all">
@import url(css.php?d={$css}_{$img}.css);
      </style>
<!--IBF_END_FUNC|css_external-->

<!--IBF_START_FUNC|Member_bar|$msg, $ad_link, $mod_link, $val_link-->

<table width="100%" id="userlinks" cellspacing="6">
   <tr>
    <td align="right"><strong>{ibf.lang.logged_in_as} <a href='{ibf.script_url}showuser={ibf.member.id}'>{ibf.member.name}</a></strong> ( <a href='{ibf.script_url}act=Login&amp;CODE=03'>{ibf.lang.log_out}</a>$ad_link $mod_link $val_link )</td>
    <td align='left'>
      <b><a href='{ibf.script_url}act=UserCP&amp;CODE=00' title='{ibf.lang.cp_tool_tip}'>{ibf.lang.your_cp}</a></b> &middot; <a href='{ibf.script_url}act=Msg&amp;CODE=01'>{$msg[TEXT]}</a>
      &middot; <a href='{ibf.script_url}act=Search&amp;CODE=getnew'>{ibf.lang.view_new_posts}</a> &middot; <a href='javascript:buddy_pop();' title='{ibf.lang.bb_tool_tip}'>{ibf.lang.l_qb}</a></td>
   </tr>
  </table>
<!--IBF_END_FUNC|Member_bar-->

<!--IBF_START_FUNC|Guest_bar|-->

<table width="100%" id="userlinks" cellspacing="6">
   <tr align="right">
    <td>{ibf.lang.guest_stuff} ( <a href='{ibf.script_url}act=Login&amp;CODE=00'>{ibf.lang.log_in}</a> | <a href='{ibf.script_url}act=Reg&amp;CODE=00'>{ibf.lang.register}</a> )</td>
    <td align='left'><a href='{ibf.script_url}act=Reg&amp;CODE=reval'>{ibf.lang.ml_revalidate}</a></td>
   </tr>
  </table>
<!--IBF_END_FUNC|Guest_bar-->

<!--IBF_START_FUNC|member_bar_disabled|-->

<table width="100%" id="userlinks" cellspacing="6">
   <tr>
    <td><strong>{ibf.lang.mb_disabled} </strong></td>
   </tr>
  </table>
<!--IBF_END_FUNC|member_bar_disabled-->


<!--IBF_GROUP_END:skin_global-->
<!-- PLEASE LEAVE ALL 'IBF' COMMENTS IN PLACE, DO NOT REMOVE THEM! -->
<!--IBF_GROUP_START:skin_forum-->

<!--IBF_START_FUNC|render_pinned_start|-->

<!-- START PINNED -->
    <tr>
      <td align='center' class='darkrow1'>&nbsp;</td>
      <td align='center' class='darkrow1'>&nbsp;</td>
	  <td align='right' class='darkrow1' colspan='5' style='padding:6px'><b>{ibf.lang.pinned_start}</b></td>
    </tr>
<!--IBF_END_FUNC|render_pinned_start-->

<!--IBF_START_FUNC|render_pinned_end|-->

<!-- END PINNED -->
    <tr>
      <td align='center' class='darkrow1'>&nbsp;</td>
      <td align='center' class='darkrow1'>&nbsp;</td>
	  <td align='right' class='darkrow1' colspan='5' style='padding:6px'><b>{ibf.lang.regular_topics}</b></td>
    </tr>
<!--IBF_END_FUNC|render_pinned_end-->

<!--IBF_START_FUNC|render_pinned_row|$data-->

<!-- Begin Pinned Topic Entry {$data['tid']} -->
    <tr> 
	  <td align='center' class='row4'>{$data['folder_img']}</td>
      <td align='center' class='row2'>{$data['topic_icon']}</td>
      <td class='row4'>
       {$data['go_new_post']}<b>{$data['prefix']} <a href='{ibf.script_url}showtopic={$data['tid']}' class='linkthru' title='{ibf.lang.topic_started_on} {$data['start_date']}'>{$data['title']}</a></b>  {$data[PAGES]}
        <br /><span class='desc'>{$data['description']}</span></td>
      <td align='center' class='row4'>{$data['starter']}</td>
      <td align='center' class='row4'>{$data['posts']}</td>
      <td align='center' class='row4'>{$data['views']}</td>
      <td class='row4'><span class='desc'>{$data['last_post']}<br /><a href='{ibf.script_url}showtopic={$data['tid']}&amp;view=getlastpost'>{$data['last_text']}</a> <b>{$data['last_poster']}</b></span></td>
    </tr>
    <!-- End Pinned Topic Entry {$data['tid']} -->
<!--IBF_END_FUNC|render_pinned_row-->

<!--IBF_START_FUNC|RenderRow|$data-->

<!-- Begin Topic Entry {$data['tid']} -->
    <tr> 
	  <td align='center' class='row4'>{$data['folder_img']}</td>
      <td align='center' class='row2'>{$data['topic_icon']}</td>
      <td align='right' class='row4'>
        {$data['go_new_post']}{$data['prefix']} <a href="{ibf.script_url}showtopic={$data['tid']}" title="{ibf.lang.topic_started_on} {$data['start_date']}">{$data['title']}</a>  {$data[PAGES]}
        <br /><span class='desc'>{$data['description']}</span></td>
      <td align='center' class='row2'>{$data['starter']}</td>
      <td align='center' class='row4'>{$data['posts']}</td>
      <td align='center' class='row2'>{$data['views']}</td>
      <td align='right' class='row2'><span class='desc'>{$data['last_post']}<br /><a href='{ibf.script_url}showtopic={$data['tid']}&amp;view=getlastpost'>{$data['last_text']}</a> <b>{$data['last_poster']}</b></span></td>
    </tr>
    <!-- End Topic Entry {$data['tid']} -->
<!--IBF_END_FUNC|RenderRow-->

<!--IBF_START_FUNC|show_no_matches|-->

<tr> 
					<td class='row4' colspan='7' align='center'>
						<br />
                         <b>{ibf.lang.no_topics}</b>
						<br /><br />
					</td>
        </tr>
<!--IBF_END_FUNC|show_no_matches-->

<!--IBF_START_FUNC|who_link|$tid, $posts-->

<a href='javascript:who_posted($tid);'>$posts</a>
<!--IBF_END_FUNC|who_link-->

<!--IBF_START_FUNC|forum_active_users|$active=array()-->

<div align='right' class='darkrow2' style='padding:6px'>{ibf.lang.active_users_title} ({ibf.lang.active_users_detail})</div>
	  <div align='right' class='row2' style='padding:6px'>{ibf.lang.active_users_members} {$active['names']}</div>
<!--IBF_END_FUNC|forum_active_users-->

<!--IBF_START_FUNC|TableEnd|$data-->

</table>
    
      <!--IBF.FORUM_ACTIVE-->
      
      <div align='center' class='darkrow2' style='padding:4px'>{ibf.lang.showing_text}{ibf.lang.sort_text}&nbsp;<input type='submit' value='{ibf.lang.sort_submit}' class='forminput' /></div>
	</div>
</form>
  <ul id="help">
<br />
&nbsp;<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
 <td align='left' width="20%" nowrap="nowrap">{$data['SHOW_PAGES']}</td>
 <td align='left' width="80%"><a href='{ibf.script_url}act=Post&amp;CODE=00&amp;f={$data['id']}'><{A_POST}></a>{$data[POLL_BUTTON]}</td>
</tr>
</table>
<br />
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<td align='right' width='25%'>
	<{B_NEW}>&nbsp;&nbsp;{ibf.lang.pm_open_new}
	<br /><{B_NORM}>&nbsp;&nbsp;{ibf.lang.pm_open_no}
	<br /><{B_HOT}>&nbsp;&nbsp;{ibf.lang.pm_hot_new}
	<br /><{B_HOT_NN}>&nbsp;&nbsp;{ibf.lang.pm_hot_no}
</td>
<td align='right' width='25%'>
	<{B_POLL}>&nbsp;&nbsp;{ibf.lang.pm_poll}
	<br /><{B_POLL_NN}>&nbsp;&nbsp;{ibf.lang.pm_poll_no}
	<br /><{B_LOCKED}>&nbsp;&nbsp;{ibf.lang.pm_locked}
	<br /><{B_MOVED}>&nbsp;&nbsp;{ibf.lang.pm_moved}
</td>
<td width='50%' align='left'>
    <form action='{ibf.script_url}' method='post' name='search'>
	<input type='hidden' name='forums' value='{$data['id']}' />
	<input type='hidden' name='cat_forum' value='forum' />
	<input type='hidden' name='act' value='Search' />
	<input type='hidden' name='joinname' value='1' />
	<input type='hidden' name='CODE' value='01' />
	{ibf.lang.search_forum}&nbsp;
	<input type='text' size='30' name='keywords' onkeypress=FKeyPress(keywords); onkeydown=FKeyDown(keywords); class='forminput' value='{ibf.lang.enter_keywords}' onfocus='this.value = "";' /><input type='submit' value='{ibf.lang.search_go}' class='forminput' />
   </form>
   <br />
   <br />
   {$data[FORUM_JUMP]}
</td>
</table>
<br />
<br />
<div align='center'><a href='{ibf.script_url}act=Login&amp;CODE=04&amp;f={$data['id']}'>{ibf.lang.mark_as_read}</a> <!--IBF.SUB_FORUM_LINK--></div>
<br clear="all" />
<!--IBF_END_FUNC|TableEnd-->

<!--IBF_START_FUNC|show_rules|$rules-->

<div class='tableborder'>
  <div class='maintitle'>{$rules['title']}</div>
  <div class='tablepad'>{$rules['body']}</div>
  <div class='pformstrip' align='center'>&gt;&gt;<a href='{ibf.script_url}act=SF&amp;f={$rules['fid']}'>{ibf.lang.back_to_forum}</a></div>
</div>
<!--IBF_END_FUNC|show_rules-->

<!--IBF_START_FUNC|page_title|$title="", $pages=""-->

<div><span class='pagetitle'>$title</span>$pages</div>
<!--IBF_END_FUNC|page_title-->

<!--IBF_START_FUNC|PageTop|$data-->

<script language='javascript' type="text/javascript">
<!--
	function who_posted(tid)
	{
		window.open("{$ibforums->js_base_url}act=Stats&CODE=who&t="+tid, "WhoPosted", "toolbar=no,scrollbars=yes,resizable=yes,width=230,height=300");
	}
//-->
</script>
<!--IBF.SUBFORUMS-->
<!--IBF.MODLINK-->
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
 <td align='right' width="20%" nowrap="nowrap">{$data['SHOW_PAGES']}</td>
 <td align='left' width="80%"><a href='{ibf.script_url}act=Post&amp;CODE=00&amp;f={$data['id']}'><{A_POST}></a>{$data[POLL_BUTTON]}</td>
</tr>
</table>
<br />
	<form action='{ibf.script_url}act=SF&amp;f={$data['id']}&amp;st={$ibforums->input['st']}' method='post'>
      <div class="tableborder">
        <div class='maintitle' align='right' ><{CAT_IMG}>&nbsp;{$data['name']}</div>
		<table width='100%' border='0' cellspacing='1' cellpadding='4'>
		  <tr> 
			<td align='center' class='titlemedium'><img src='{ibf.vars.img_url}/spacer.gif' alt='' width='20' height='1' /></td>
			<td align='center' class='titlemedium'><img src='{ibf.vars.img_url}/spacer.gif' alt='' width='20' height='1' /></td>
			<th width='45%' align='right' nowrap="nowrap" class='titlemedium'>{ibf.lang.h_topic_title}</th>
			<th width='14%' align='center' nowrap="nowrap" class='titlemedium'>{ibf.lang.h_topic_starter}</th>
			<th width='7%' align='center' nowrap="nowrap" class='titlemedium'>{ibf.lang.h_replies}</th>
			<th width='7%' align='center' nowrap="nowrap" class='titlemedium'>{ibf.lang.h_hits}</th>
			<th width='27%' align='right' nowrap="nowrap" class='titlemedium'>{ibf.lang.h_last_action}</th>
		  </tr>
        <!-- Forum page unique top -->
<!--IBF_END_FUNC|PageTop-->

<!--IBF_START_FUNC|show_mod_link|$fid-->

<br />
<strong>{ibf.lang.post_modq} <a href='{ibf.script_url}act=modcp'>{ibf.lang.post_click}</a></strong>
<!--IBF_END_FUNC|show_mod_link-->

<!--IBF_START_FUNC|show_page_jump|$total, $pp, $qe-->

<a href="javascript:multi_page_jump( $total, $pp, '$qe' )" title="{ibf.lang.tpl_jump}">{ibf.lang.multi_page_forum}</a>
<!--IBF_END_FUNC|show_page_jump-->

<!--IBF_START_FUNC|Forum_log_in|$data-->

<form action='{ibf.script_url};act=SF&amp;f=$data' method='post'>
<input type='hidden' name='act' value='SF'>
<input type='hidden' name='f' value='$data'>
<input type='hidden' name='L' value='1'>
<input type='hidden' name='s' value='{ibf.session_id}'>
<div class='tableborder'>
  <div class='maintitle'><{CAT_IMG}>&nbsp;{ibf.lang.need_password}</div>
  <div class='tablepad'>{ibf.lang.need_password_txt}</div>
  <div class='tablepad' style='text-align:center'>
    <strong>{ibf.lang.enter_pass}</strong>
    <br />
    <input type='password' size='20' name='f_password' />
  </div>
  <div class='pformstrip' align='center'><input type='submit' value='{ibf.lang.f_pass_submit}' class='forminput' /></div>
</div>
</form>
<!--IBF_END_FUNC|Forum_log_in-->

<!--IBF_START_FUNC|show_sub_link|$fid-->

| <a href='{ibf.script_url}act=Track&amp;f=$fid&amp;type=forum'>{ibf.lang.ft_title}</a>
<!--IBF_END_FUNC|show_sub_link-->


<!--IBF_GROUP_END:skin_forum-->
<!-- PLEASE LEAVE ALL 'IBF' COMMENTS IN PLACE, DO NOT REMOVE THEM! -->
<!--IBF_GROUP_START:skin_emails-->

<!--IBF_START_FUNC|sent_screen|$member_name-->

<div class='tableborder'>
  <div class='maintitle'>{ibf.lang.email_sent}</div>
  <div class='tablepad'>{ibf.lang.email_sent_txt} $member_name</div>
</div>
<!--IBF_END_FUNC|sent_screen-->

<!--IBF_START_FUNC|forum_jump|$data-->

<table cellpadding='0' cellspacing='1' border='0' width='<{tbl_width}>' align='center'>
        <tr>
            <td align='right'>$data</td>
        </tr>
       </table>
<!--IBF_END_FUNC|forum_jump-->

<!--IBF_START_FUNC|show_address|$data-->

<div class='tableborder'>
  <div class='maintitle'>{ibf.lang.send_email_to} {$data[NAME]}</div>
  <div class='tablepad'>{ibf.lang.show_address_text}
  <br />
  &gt;&gt;<b><a href="mailto:{$data[ADDRESS]}" class='misc'>{ibf.lang.send_email_to} {$data[NAME]}</a></b>
 </div>
</div>
<!--IBF_END_FUNC|show_address-->

<!--IBF_START_FUNC|send_form|$data-->

<form action="{ibf.script_url}" method="post" name='REPLIER'>
<input type='hidden' name='act' value='Mail'>
<input type='hidden' name='CODE' value='01'>
<input type='hidden' name='to' value='{$data['TO']}'>
<div><strong>{ibf.lang.imp_text}</strong></div>
<br />
<div class='tableborder'>
  <div class='maintitle'>{ibf.lang.send_title}</div>
  <div class='pformstrip'>{ibf.lang.send_email_to} {$data['NAME']}</div>
  <table width='100%' cellspacing='1'>
	<tr>
	  <td class='pformleftw' valign='top'><b>{ibf.lang.subject}</b></td>
	  <td class='pformright'><input type='text' name='subject' value='{$data['subject']}' size='50' maxlength='50' class='forminput' /></td>
	</tr>
	<tr>
	  <td class='pformleftw' valign='top'><b>{ibf.lang.message}</b><br /><br />{ibf.lang.msg_txt}</td>
	  <td class='pformright'><textarea cols='60' rows='12' wrap='soft' name='message' class='textinput'>{$data['content']}</textarea></td>
	</tr>
   </table>
   <div class='pformstrip' align='center'><input type="submit" value="{ibf.lang.submit_send}" class='forminput' /></div>
</div>
</form>
<!--IBF_END_FUNC|send_form-->

<!--IBF_START_FUNC|forward_form|$title, $text, $lang-->

<form action="{ibf.script_url}" method="post" name='REPLIER'>
<input type='hidden' name='act'  value='Forward'>
<input type='hidden' name='CODE' value='01'>
<input type='hidden' name='s'    value='{ibf.session_id}'>
<input type='hidden' name='st'   value='{$ibforums->input['st']}'>
<input type='hidden' name='f'    value='{$ibforums->input['f']}'>
<input type='hidden' name='t'    value='{$ibforums->input['t']}'>
<div class='tableborder'>
 <div class='maintitle'><{CAT_IMG}>&nbsp;{ibf.lang.title}</div>
 <table cellpadding='4' cellspacing='0' border='0' width='100%'>
   <tr>
   <td class='row1' align='left'  width='30%' valign='top'><b>{ibf.lang.send_lang}</b></td>
   <td class='row1' width='80%'>$lang</td>
   </tr>
   <tr>
   <td class='row1' align='left'  width='30%' valign='top'><b>{ibf.lang.to_name}</b></td>
   <td class='row1' width='80%'><input type='text' class='forminput' name='to_name' value='' size='30' maxlength='100'></td>
   </tr>
   <tr>
   <td class='row1' align='left'  width='30%' valign='top'><b>{ibf.lang.to_email}</b></td>
   <td class='row1' width='80%'><input type='text' class='forminput' name='to_email' value='' size='30' maxlength='100'></td>
   </tr>
   <tr>
   <td class='row1' align='left'  width='30%' valign='top'><b>{ibf.lang.subject}</b></td>
   <td class='row1' width='80%'><input type='text' class='forminput' name='subject' value='{$title}' size='30' maxlength='120'></td>
   </tr>
   <tr>
   <td class='row1' align='left'  width='30%' valign='top'><b>{ibf.lang.message}</b></td>
   <td class='row1' width='80%'><textarea cols='60' rows='12' wrap='soft' name='message' class='textinput'>{$text}</textarea>
   </td>
   </tr>
  </table>
  <div align='center' class='pformstrip'><input type="submit" value="{ibf.lang.submit_send}" class='forminput' /></div>
</div>
</form>
<!--IBF_END_FUNC|forward_form-->

<!--IBF_START_FUNC|end_table|-->

<!-- End content Table -->
            </table>
            </td>
            </tr>
            <tr>
            <td class='darkrow1' colspan='2'>&nbsp;</td>
            </tr>
            </table>
<!--IBF_END_FUNC|end_table-->

<!--IBF_START_FUNC|pager_header|$data-->

<table cellpadding='0' cellspacing='0' border='0' width='100%' bgcolor='<{tbl_border}>' align='center'>
        <tr>
            <td>
              <table cellpadding='4' cellspacing='0' border='0' width='100%'>
                <tr>
                   <td colspan='2' align='center' class='titlemedium'>{$data[TITLE]}</td>
<!--IBF_END_FUNC|pager_header-->

<!--IBF_START_FUNC|aol_body|$data-->

<!-- Begin AIM Remote -->
<table width='140' align='center'>
<tr align='right'><td><a href="http://www.aol.co.uk/aim/index.html"><img src="http://www.aol.co.uk/aim/remote/gr/aimver_man.gif" width=44 height=55 border=0 alt="Download AIM"></a><img src="http://www.aol.co.uk/aim/remote/gr/aimver_topsm.gif" width=73 height=55 border=0 alt="AIM Remote"><br /><a href="aim:goim?screenname={$data['AOLNAME']}&amp;message=Hi.+Are+you+there?"><img src="http://www.aol.co.uk/aim/remote/gr/aimver_im.gif" width=117 height=39 border=0 alt="Send me an Instant Message"></a><br /><a href="aim:addbuddy?screenname={$data['AOLNAME']}"><img src="http://www.aol.co.uk/aim/remote/gr/aimver_bud.gif" width=117 height=39 border=0 alt="Add me to Your Buddy List"></a><br /><a href="http://www.aol.co.uk/aim/remote.html"><img src="http://www.aol.co.uk/aim/remote/gr/aimver_botadd.gif" width=117 height=23 border=0 alt="Add Remote to Your Page"></a><br /><a href="http://www.aol.co.uk/aim/index.html"><img src="http://www.aol.co.uk/aim/remote/gr/aimver_botdow.gif" width=117 height=29 border=0 alt="Download AOL Instant Messenger"></a><br /><br /></td></tr></table>
<!-- End AIM Remote -->
<!--IBF_END_FUNC|aol_body-->

<!--IBF_START_FUNC|icq_body|$data-->

<form action="http://msg.mirabilis.com/scripts/WWPMsg.dll" METHOD="POST" name="frmPager">
			      <INPUT TYPE="hidden" NAME="subject" VALUE="From WebPager Panel">
              <input type="hidden" name="to" value="{$data[UIN]}">
              <tr>
                <td class='row2' align='left'><b>{ibf.lang.name}</b></td>
                <td class='row2' align='left'><input type='text' name='from' value='{ibf.member.name}' size='40' class='forminput' onMouseOver="this.focus()" onFocus="this.select()"></td>
              </tr>
              <tr>
                <td class='row2' align='left'><b>{ibf.lang.email}</b></td>
                <td class='row2' align='left'><input type='text' name='fromemail' value='{ibf.member.email}' size='40' class='forminput' onMouseOver="this.focus()" onFocus="this.select()"></td>
              </tr>
              <tr>
                <td class='row2' align='left' valign='top'><b>{ibf.lang.msg}</b></td>
                <td class='row2' align='left'><textarea wrap='virtual' cols='50' rows='12' wrap='soft' name='body' class='textinput' onMouseOver="this.focus()" onFocus="this.select()"></textarea></td>
              </tr>
              <tr>
                <td class='row2' align='center' colspan='2'><input type='submit' value='{ibf.lang.submit}' class='forminput'></td>
              </tr>
              </form>
<!--IBF_END_FUNC|icq_body-->

<!--IBF_START_FUNC|yahoo_body|$yahoo-->

<tr>
                <td class='row2' align='left'><b>{ibf.lang.yahoo_name}</b></td>
                <td class='row2' align='left'><input type='text' name='msnname' value='$yahoo' size='40' class='forminput' onMouseOver="this.focus()" onFocus="this.select()"></td>
              </tr>
               <tr>
                <td class='row2' align='left'><b>{ibf.lang.yahoo_status}</b></td>
                <td class='row2' align='left'><img border=0 src="http://opi.yahoo.com/online?u=$yahoo&amp;m=g&amp;t=2"></td>
              </tr>
              <tr>
                <td class='row2' align='center' colspan='2'><a href="http://edit.yahoo.com/config/send_webmesg?.target=$yahoo&amp;.src=pg">{ibf.lang.yahoo_send_msg}</a></td>
              </tr>
              <tr>
                <td class='row2' align='center' colspan='2'><a href="http://members.yahoo.com/interests?.oc=t&amp;.kw=$yahoo&amp;.sb=1">{ibf.lang.yahoo_view_profile}</a></td>
              </tr>
<!--IBF_END_FUNC|yahoo_body-->

<!--IBF_START_FUNC|report_form|$fid, $tid, $pid, $st, $topic_title-->

<form action="{ibf.script_url}act=report&amp;send=1&amp;f=$fid&amp;t=$tid&amp;p=$pid&amp;st=$st" method="post" name='REPLIER'>
<div class='tableborder'>
  <div class='maintitle'><{CAT_IMG}>&nbsp;{ibf.lang.report_title}</div>
  <div class='pformstrip'>&nbsp;</div>
  <table cellpadding='4' cellspacing='1' border='0' width='100%'>
   <tr>
   <td class='row1' align='left'  width='30%' valign='top'><b>{ibf.lang.report_topic}</b></td>
   <td class='row1' width='80%'><a href='{ibf.script_url}showtopic=$tid&amp;st=$st&amp;#entry$pid'>$topic_title</a>
   </td>
   </tr>
   <tr>
   <td class='row1' align='left'  width='30%' valign='top'>{ibf.lang.report_message}</td>
   <td class='row1' width='80%'><textarea cols='60' rows='12' wrap='soft' name='message' class='textinput'></textarea>
   </td>
   </tr>
  </table>
  <div align='center' class='pformstrip'><input type="submit" value="{ibf.lang.report_submit}" class='forminput' /></div>
 </div>
</form>
<!--IBF_END_FUNC|report_form-->

<!--IBF_START_FUNC|msn_body|$msnname-->

  <ul id="help">

<object classid='clsid:F3A614DC-ABE0-11d2-A441-00C04F795683' codebase='#Version=2,0,0,83' codetype='application/x-oleobject' id='MsgrObj' name='MsgrApp' width='0' height='0'></object>
			  <object classid='clsid:FB7199AB-79BF-11d2-8D94-0000F875C541' codetype='application/x-oleobject' id='MsgrApp' name='MsgrApp' width='0' height='0'></object>
              <tr>
                <td class='row2' align='left'><b>{ibf.lang.msn_name}</b></td>
                <td class='row2' align='left'><input type='text' name='msnname' value='$msnname' size='40' class='forminput' onMouseOver="this.focus()" onFocus="this.select()"></td>
              </tr>
              <tr>
                <td class='row2' align='center' colspan='2'><a href="javascript:MsgrApp.LaunchIMUI('$msnname');">{ibf.lang.msn_send_msg}</a></td>
              </tr>
              <tr>
                <td class='row2' align='center' colspan='2'><a href="javascript:MsgrApp.LaunchAddContactUI('$msnname');">{ibf.lang.msn_add_contact}</a></td>
              </tr>
<!--IBF_END_FUNC|msn_body-->

<!--IBF_START_FUNC|chat_pop|$acc_no, $lang, $w, $h, $user="",$pass=""-->

<div align='center'>
 <applet
	codebase="http://client.invisionchat.com/current/"
	code="Client.class" archive="scclient_$lang.zip"
	width=$w height=$h
	style='border: 1px solid <{tbl_border}>'>
	<param name="room" value="$acc_no">
	<param name="cabbase" value="scclient_$lang.cab">
	<param name="username" value="$user">
	<param name="password" value="$pass">
	<param name="autologin" value="yes">
 </applet>
</div>
<!--IBF_END_FUNC|chat_pop-->

<!--IBF_START_FUNC|board_rules|$title="", $body=""-->

<div class="tableborder">
 <div class="pformstrip">$title</div>
 <div class="tablepad">$body</div>
</div>
<!--IBF_END_FUNC|board_rules-->

<!--IBF_START_FUNC|errors|$data-->

<div class="tableborder">
  <div class="pformstrip">{ibf.lang.errors_found}</div>
  <div class="tablepad"><span class='postcolor'>$data</span></div>
</div>
<br />
<!--IBF_END_FUNC|errors-->

<!--IBF_START_FUNC|chat_inline|$acc_no, $lang, $w, $h, $user="",$pass=""-->

<div class='tableborder'>
 <div class='maintitle'><{CAT_IMG}>&nbsp;{ibf.lang.chat_title}</div>
 <div class='tablepad' align='center'>
  <applet
	 codebase="http://client.invisionchat.com/current/"
	 code="Client.class" archive="scclient_$lang.zip"
	 width=$w height=$h
	 style='border: 1px solid #000'>
	 <param name="room" value="$acc_no">
	 <param name="cabbase" value="scclient_$lang.cab">
	 <param name="username" value="$user">
	 <param name="password" value="$pass">
	 <param name="autologin" value="yes">
  </applet>
 </div>
</div>
<br />
<div class='tableborder'>
 <div class='maintitle'><{CAT_IMG}>&nbsp;{ibf.lang.chat_help}</div>
 <div class='tablepad'>
   {ibf.lang.chat_help_text}
 </div>
</div>
<!--IBF_END_FUNC|chat_inline-->


<!--IBF_GROUP_END:skin_emails-->
<!-- PLEASE LEAVE ALL 'IBF' COMMENTS IN PLACE, DO NOT REMOVE THEM! -->
<!--IBF_GROUP_START:skin_csite-->

<!--IBF_START_FUNC|tmpl_wrap_avatar|$avatar-->

$avatar
<!--IBF_END_FUNC|tmpl_wrap_avatar-->

<!--IBF_START_FUNC|tmpl_debug|$queries, $time-->

<div class='desc'>[ DB Queries: $queries ] [ Execution Time: $time ]</div>
<!--IBF_END_FUNC|tmpl_debug-->

<!--IBF_START_FUNC|csite_skeleton_template|-->

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
<html dir="rtl" xml:lang="en" lang="en" xmlns="http://www.w3.org/1999/xhtml"> 
<script language="Javascript" type="text/javascript">

function storeCaret(textEl) {
	if (textEl.createTextRange) textEl.caretPos = document.selection.createRange().duplicate();
}
var lang = 1;	// 1: Farsi, 0: English
// Farsi keyboard map based on ISIRI-2901
var farsikey = [
   0x0020, 0x0021, 0x061B, 0x066B, 0x00A4, 0x066A, 0x060C, 0x06AF,
   0x0029, 0x0028, 0x002A, 0x002B, 0x0648, 0x002D, 0x002E, 0x002F,
   0x0030, 0x0031, 0x0032, 0x0033, 0x0034, 0x0035, 0x0036, 0x0037,
   0x0038, 0x0039, 0x003A, 0x0643, 0x003E, 0x003D, 0x003C, 0x061F,
   0x066C, 0x0624, 0x200C, 0x0698, 0x0649, 0x064D, 0x0625, 0x0623,
   0x0622, 0x0651, 0x0629, 0x00BB, 0x00AB, 0x0621, 0x004E, 0x005D,
   0x005B, 0x0652, 0x064B, 0x0626, 0x064F, 0x064E, 0x0056, 0x064C,
   0x0058, 0x0650, 0x0643, 0x062C, 0x005C, 0x0686, 0x00D7, 0x0640,
   0x200D, 0x0634, 0x0630, 0x0632, 0x064A, 0x062B, 0x0628, 0x0644,
   0x0627, 0x0647, 0x062A, 0x0646, 0x0645, 0x067E, 0x062F, 0x062E,
   0x062D, 0x0636, 0x0642, 0x0633, 0x0641, 0x0639, 0x0631, 0x0635,
   0x0637, 0x063A, 0x0638, 0x007D, 0x007C, 0x007B, 0x007E ];

function changeLang() {
    if (lang == 0) {
    lang = 1;
    return true;
  }
  else {
    lang = 0;
    return true;
  }
}
function FKeyDown (txtFrm){
 var key = window.event.keyCode;
 if (key == 145){
    if (lang == 0) {
      lang = 1;
      return true;
    }
    else {
      lang = 0;
      return true;
    }
}
}
function FKeyPress(txtFrm) {
   var key = window.event.keyCode;
  if (key == 13) { window.event.keyCode = 13; return true; }
   if (lang == 1) { // If Farsi
     if (key == 0x0020 && window.event.shiftKey) // Shift-space -> ZWNJ
       window.event.keyCode = 0x200C;
     else
       window.event.keyCode = farsikey[key - 0x0020];
     if (farsikey[key - 0x0020] == 92) {
        window.event.keyCode = 0x0698;
     }
     if (farsikey[key - 0x0020] == 8205) {
        window.event.keyCode = 0x067E;
     }
   }
   return true;
}
function change(obj){
if (lang==0)
lang=1
else
lang=0;
obj.focus();
}
</script>
<head>
	<meta http-equiv="content-type" content="text/html; charset=windows-1256" />
	<meta name="generator" content="Microsoft FrontPage 5.0">
	<meta http-equiv="Pragma" content="no-cache">
	<meta http-equiv="no-cache">
	<meta http-equiv="Cache-Control" content="no-cache">
	<title><!--CS.TEMPLATE.TITLE--></title>
	<!--CS.TEMPLATE.JAVASCRIPT-->
	<!--CS.TEMPLATE.CSS-->
</head>
<body>
<div id='ipbwrapper'>
<!--Header-->
<div id='logostrip'>
  <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="99%" id="AutoNumber1">
    <tr>
      <td width="50%">
  <a href='{ibf.script_url}' title='Board Home'>
      <img src='/images/logo.gif' border="0" /></a> </td>
      <td width="50%">
      <iframe name="I1" marginwidth="0" marginheight="0" height="60" width="468" scrolling="no" border="0" frameborder="0" src="/ads/468_60.php">
      Your browser does not support inline frames or is currently configured not to display inline frames.</iframe></td>
    </tr>
  </table>
</div>
<table width="100%" cellspacing="6" id="submenu">
<tr>
 <td><a href='{ibf.vars.home_url}'>{ibf.vars.home_name}</a><!--IBF.RULES--></td>
 <td align="left">
   <img src="{ibf.vars.img_url}/atb_help.gif" border="0" alt="" />&nbsp;<a href='{ibf.script_url}act=Help'>{ibf.lang.tb_help}</a>
   &nbsp; &nbsp;&nbsp;<img src="{ibf.vars.img_url}/atb_search.gif" border="0" alt="" />&nbsp;<a href='{ibf.script_url}act=Search&amp;f={$ibforums->input['f']}'>{ibf.lang.tb_search}</a>
   &nbsp; &nbsp;&nbsp;<img src="{ibf.vars.img_url}/atb_members.gif" border="0" alt="" />&nbsp;<a href='{ibf.script_url}act=Members'>{ibf.lang.tb_mlist}</a>
   &nbsp; &nbsp;&nbsp;<img src="{ibf.vars.img_url}/atb_calendar.gif" border="0" alt="" />&nbsp;<a href='{ibf.script_url}act=calendar'>{ibf.lang.tb_calendar}</a>
   <!--IBF.CHATLINK-->
 </td>
</tr>
</table>
<!--CS.TEMPLATE.LINKS-->
<!--End Header-->
<!--Main Content-->
<table width="100%" class='tableborder' cellspacing="0" cellpadding="6">
<tr>
 <td width="200" class='row3' valign="top">
   <!-- LEFT -->
    <!--CS.TEMPLATE.WELCOMEBOX-->
    <!--CS.TEMPLATE.SITENAV-->
    <!--CS.TEMPLATE.CHANGESKIN-->
    <!--CS.TEMPLATE.ONLINEUSERS-->
    <!--CS.TEMPLATE.LATESTPOSTS-->
    <!--CS.TEMPLATE.AFFILIATES-->
    <!--CS.TEMPLATE.POLL-->
    <!--CS.TEMPLATE.SEARCH-->
    <!--CS.TEMPLATE.RECENTARTICLES-->
   <!--END LEFT-->
   <br /><img src='{ibf.vars.img_url}/spacer.gif' alt='' width='200' height='1' />
 </td>
 <!--SPACER-->
 <td width="5" class='row3'>&nbsp;</td>
 <td width="90%" class='row3' valign="top">
   <!--MAIN-->
    
    <!--CS.TEMPLATE.ARTICLES-->
   
   <!--END MAIN-->
 </td>
</tr>
<!--End Main Content-->
<tr>
 <td colspan='3'  class='row3' align='center'>
 </td>
</tr>
</table>
<div class='titlemedium'>&nbsp;</div>
      <p align="center">
      <iframe name="I2" marginwidth="0" marginheight="0" height="60" width="468" scrolling="no" border="0" frameborder="0" src="/ads/468_60_2.php">
      Your browser does not support inline frames or is currently configured not to display inline frames.</iframe>
<br>
      &nbsp;<iframe name="I3" marginwidth="0" marginheight="0" height="60" width="468" scrolling="no" border="0" frameborder="0" src="/ads/bx.php">Your browser does not support inline frames or is currently configured not to display inline frames.</iframe>
      </p>
</div>
</body>
</html>
<!--IBF_END_FUNC|csite_skeleton_template-->

<!--IBF_START_FUNC|tmpl_skin_select_bottom|-->

</select>
<!--IBF_END_FUNC|tmpl_skin_select_bottom-->

<!--IBF_START_FUNC|tmpl_articles_row|$entry, $bottom_string, $read_more, $top_string-->

<table cellspacing="0" width="100%" class='tableborder'>
<tr>
 <td class='maintitle' colspan="2"><img src="{ibf.vars.img_url}/cs_page.gif" alt="" border="0" />&nbsp;<a href="{ibf.script_url}showtopic={$entry['tid']}">{$entry['title']}</a></td>
</tr>
<tr>
 <td class='row2' colspan="2" style='padding:5px'>$top_string</td>
</tr>
<tr>
 <td class="post1" width="100%" valign="top" style="padding:5px">{$entry['post']} $read_more</td>
</tr>
<tr>
 <td class='row2' colspan="2" style='padding:5px' align='right'>
   $bottom_string
   &nbsp;&nbsp;<a href="{ibf.script_url}act=Print&amp;client=printer&amp;f={$entry['forum_id']}&amp;t={$entry['tid']}"><img src="{ibf.vars.img_url}/cs_print.gif" alt="Print" border="0" /></a>
   <a href="{ibf.script_url}act=Forward&amp;f={$entry['forum_id']}&amp;t={$entry['tid']}"><img src="{ibf.vars.img_url}/cs_email.gif" alt="email" border="0" /></a>
 </td>
</tr>
</table>
<br />
<!--IBF_END_FUNC|tmpl_articles_row-->

<!--IBF_START_FUNC|tmpl_poll_result_row|$votes, $id, $choice, $percent, $width-->

$choice
  <br /><img src='{ibf.vars.img_url}/bar_left.gif' border='0' width='4' height='11' align='middle' alt='' /><img src='{ibf.vars.img_url}/bar.gif' border='0' width='$width' height='11' align='middle' alt='' /><img src='{ibf.vars.img_url}/bar_right.gif' border='0' width='4' height='11' align='middle' alt='' />
  <br />
<!--IBF_END_FUNC|tmpl_poll_result_row-->

<!--IBF_START_FUNC|tmpl_poll_choice_row|$id, $choice-->

<input type='radio' name='poll_vote' value='$id' class='radiobutton' />&nbsp;<strong>$choice</strong>
  <br />
<!--IBF_END_FUNC|tmpl_poll_choice_row-->

<!--IBF_START_FUNC|tmpl_poll_footer|$vote, $total, $tid-->

<span class='desc'>
   &middot; <strong>$total</strong>
   <br />&middot; $vote
   <br />&middot; <a href="{ibf.script_url}showtopic=$tid">{ibf.lang.poll_discuss}</a>
  </span>
  </div>
</div>
</form>
<!--IBF_END_FUNC|tmpl_poll_footer-->

<!--IBF_START_FUNC|tmpl_poll_vote|-->

<input type='submit' value='{ibf.lang.poll_vote}' class='codebuttons' />
<!--IBF_END_FUNC|tmpl_poll_vote-->

<!--IBF_START_FUNC|tmpl_latestposts|$posts-->

<br />
<div class='tableborder'>
 <div class='maintitle'><{CAT_IMG}> {ibf.lang.discuss_title}</div>
 <marquee direction="Up" onmouseover="stop()" onmouseout="start()" scrolldelay="155">$posts</marquee>
</div>
<!--IBF_END_FUNC|tmpl_latestposts-->

<!--IBF_START_FUNC|tmpl_topic_row|$tid, $title, $posts, $views, $mid, $mname, $date-->

<div class='row2' style='padding:3px'><strong><a href='{ibf.script_url}showtopic=$tid' style='text-decoration:none;font-size:10px'>$title</a></strong></div>
<div class='desc' style='padding:3px'>
 <a href='{ibf.script_url}showuser=$mid' style='text-decoration:none'>$mname</a> @ $date
 <br />{ibf.lang.recent_read}: $views &nbsp; {ibf.lang.recent_comments}: $posts
</div>
<!--IBF_END_FUNC|tmpl_topic_row-->

<!--IBF_START_FUNC|tmpl_recentarticles|$articles-->

<br />
<div class='tableborder'>
 <div class='maintitle'><{CAT_IMG}> {ibf.lang.recent_title}</div>
 $articles
</div>
<!--IBF_END_FUNC|tmpl_recentarticles-->

<!--IBF_START_FUNC|tmpl_comment_link|$tid-->

<a href="{ibf.script_url}showtopic=$tid&amp;view=getlastpost">{ibf.lang.article_comment}</a>
<!--IBF_END_FUNC|tmpl_comment_link-->

<!--IBF_START_FUNC|tmpl_readmore_link|$tid-->

...<a href="{ibf.script_url}showtopic=$tid">{ibf.lang.article_readmore}</a>
<!--IBF_END_FUNC|tmpl_readmore_link-->

<!--IBF_START_FUNC|tmpl_articles|$articles-->

$articles
<!--IBF_END_FUNC|tmpl_articles-->

<!--IBF_START_FUNC|tmpl_skin_select_top|-->

<select name="skinid" class="forminput" onchange="window.location='{ibf.vars.dynamiclite}&s={ibf.session_id}&setskin=1&skinid=' + this.value">
<!--IBF_END_FUNC|tmpl_skin_select_top-->

<!--IBF_START_FUNC|tmpl_skin_select_row|$sid, $name, $used-->

<option value="$sid" $used>$name</option>
<!--IBF_END_FUNC|tmpl_skin_select_row-->

<!--IBF_START_FUNC|tmpl_onlineusers|$breakdown, $split, $names-->

<br />
<div class='tableborder'>
 <div class='maintitle'> <{CAT_IMG}><a href="{ibf.script_url}act=Online">{ibf.lang.online_title}</a></div><div class='tablepad'><span class='desc'>$breakdown<br />$split<br />$names</span></div></div><!--IBF_END_FUNC|tmpl_onlineusers--><!--IBF_START_FUNC|tmpl_poll_header|$question,$tid--><br /><form action="{ibf.script_url}act=Poll&amp;t=$tid" method="post"><div class='tableborder'><div class='maintitle'><{CAT_IMG}><a href="{ibf.script_url}act=Online">{ibf.lang.poll_title}</a></div><div class='pformstrip'>$question</div><div class='tablepad'><!--IBF_END_FUNC|tmpl_poll_header--><!--IBF_START_FUNC|tmpl_changeskin|$select--><br /><form action="{ibf.vars.dynamiclite}&amp;s={ibf.session_id}&amp;setskin=1" method="post"><div class='tableborder'><div class='maintitle'><{CAT_IMG}> {ibf.lang.cskin_title}</div><div class='tablepad' align="center"><span class='desc'>{ibf.lang.cskin_text}</span><br />$select<br /><input type='submit' value='{ibf.lang.cskin_go}' /></div></div></form><!--IBF_END_FUNC|tmpl_changeskin--><!--IBF_START_FUNC|tmpl_welcomebox_guest|$top_string, $return--><form action="{ibf.script_url}act=Login&amp;CODE=01&amp;CookieDate=1&amp;return=$return" method="post"><div class='tableborder'><div class='maintitle'><{CAT_IMG}> {ibf.lang.wbox_welcome}, {ibf.lang.wbox_guest_name}</div><div class='tablepad'><span class='desc'>$top_string</span><br /><br />&middot;<strong><a href="{ibf.script_url}act=Search&amp;CODE=getactive" style='text-decoration:none'>{ibf.lang.wbox_getnewposts}</a></strong><br /><br /><span class='desc'>{ibf.lang.wbox_g_username}</span><br /><input type='text' class='textinput' size='15' onkeypress=FKeyPress(UserName); onkeydown=FKeyDown(UserName); name='UserName' /><br /><span class='desc'>{ibf.lang.wbox_g_password}</span><br /><input type='password' class='textinput' size='15' name='PassWord' /><br /><input type='submit' class='textinput' value='{ibf.lang.wbox_g_login}' /><p align="center"><a href="http://www.daregooshi.com/forums/index.php?showforum=21"><img border="0" src="http://www.daregooshi.com/ads/125_125_mihmanan.gif"></a></div></div></form><!--IBF_END_FUNC|tmpl_welcomebox_guest--><!--IBF_START_FUNC|tmpl_search|--><br /><form action='{ibf.script_url}act=Search&amp;CODE=01&amp;forums=all' method='post' name='search'><div class='tableborder'><div class='maintitle'><{CAT_IMG}> {ibf.lang.search_title}</div><div class='tablepad' align='center'><input type='text' name='keywords' onkeypress=FKeyPress(keywords); onkeydown=FKeyDown(keywords); value='' size='10' class='textinput' /><input type='submit' value='{ibf.lang.search_go}' /><br /><a href='{ibf.script_url}act=Search&amp;mode=adv'>{ibf.lang.search_advanced}</a></div></div></form><!--IBF_END_FUNC|tmpl_search--><!--IBF_START_FUNC|tmpl_sitenav|$links--><br /><div class='tableborder'><div class='maintitle'><{CAT_IMG}> {ibf.lang.links_title}</div><div class='tablepad'>$links</div></div><!--IBF_END_FUNC|tmpl_sitenav--><!--IBF_START_FUNC|tmpl_affiliates|$links--><br /><div class='tableborder'><div class='maintitle'><{CAT_IMG}> {ibf.lang.aff_title}</div><div align='center' class='tablepad'>$links</div></div><!--IBF_END_FUNC|tmpl_affiliates--><!--IBF_START_FUNC|tmpl_links_wrap|$link="", $name=""-->&middot;<a href='$link' style='text-decoration:none'>$name</a><br /><!--IBF_END_FUNC|tmpl_links_wrap--><!--IBF_START_FUNC|tmpl_welcomebox_member|$pm_string="",$last_visit="", $name="", $return=""--><div class='tableborder'><div class='maintitle'><{CAT_IMG}> {ibf.lang.wbox_welcome}, $name</div><div class='tablepad'><span class='desc'>$last_visit</span><br />&middot;<a href="{ibf.script_url}act=Search&amp;CODE=getnew" style='text-decoration:none'>{ibf.lang.wbox_getnewposts}</a><br />&middot;<a href="{ibf.script_url}act=UserCP" style='text-decoration:none'>{ibf.lang.wbox_mycontrols}</a><br />&middot;<a href="javascript:buddy_pop();" style='text-decoration:none'>{ibf.lang.wbox_myassistant}</a><br />&middot;<a href="{ibf.script_url}act=Login&amp;CODE=03&amp;return=$return" style='text-decoration:none'>{ibf.lang.wbox_logout}</a></div></div><br /><div class='tableborder'><div class='maintitle'><{CAT_IMG}><a href='{ibf.script_url}&act=Msg'>{ibf.lang.pm_title}</a></div><div class='tablepad'><span class='desc'>$pm_string</span></div></div><!--IBF_END_FUNC|tmpl_welcomebox_member--><!--IBF_START_FUNC|csite_css_inline|$css=""--><style type='text/css'>
{$css}
</style><!--IBF_END_FUNC|csite_css_inline--><!--IBF_START_FUNC|csite_sep_char|-->,<!--IBF_END_FUNC|csite_sep_char--><!--IBF_START_FUNC|csite_css_external|$css, $img--><style type='text/css' media="all">
@import url({ibf.vars.board_url}/css.php?d={$css}_{$img}.css);
</style><!--IBF_END_FUNC|csite_css_external--><!--IBF_START_FUNC|rules_link|$url="", $title=""-->&nbsp;&middot;<a href="$url">$title</a><!--IBF_END_FUNC|rules_link--><!--IBF_START_FUNC|show_chat_link_inline|-->&nbsp; &nbsp;&nbsp;<img src="{ibf.vars.img_url}/atb_chat.gif" border="0" alt="" />&nbsp;<a href='{ibf.script_url}act=chat'>{ibf.lang.live_chat}</a><!--IBF_END_FUNC|show_chat_link_inline--><!--IBF_START_FUNC|show_chat_link_popup|-->&nbsp; &nbsp;&nbsp;<img src="{ibf.vars.img_url}/atb_chat.gif" border="0" alt="" />&nbsp;<a href="javascript:chat_pop();">{ibf.lang.live_chat}</a><!--IBF_END_FUNC|show_chat_link_popup--><!--IBF_START_FUNC|csite_javascript|--><script type="text/javascript">
<!--
function buddy_pop() { window.open('{$ibforums->js_base_url}act=buddy','BrowserBuddy','width=200,height=500,resizable=yes,scrollbars=yes'); }
function chat_pop()  { window.open('{$ibforums->js_base_url}act=chat&pop=1','Chat','width={ibf.vars.chat_width},height={ibf.vars.chat_height},resizable=yes,scrollbars=yes'); }
//-->
</script><!--IBF_END_FUNC|csite_javascript--><!--IBF_GROUP_END:skin_csite--><!-- PLEASE LEAVE ALL 'IBF' COMMENTS IN PLACE, DO NOT REMOVE THEM! --><!--IBF_GROUP_START:skin_calendar--><!--IBF_START_FUNC|cal_events_wrap_recurring|$link, $text-->&middot;<a href='{ibf.script_url}act=calendar&amp;$link' title='{ibf.lang.tbt_recur}'>$text</a><br /><!--IBF_END_FUNC|cal_events_wrap_recurring--><!--IBF_START_FUNC|cal_events_end|--></div><!--IBF_END_FUNC|cal_events_end--><!--IBF_START_FUNC|cal_events_wrap_range|$link, $text, $ft="", $bg=""--><div style='background-color:$bg;color:$ft;padding:3px;border-top:3px outset $bg;border-bottom:3px outset $bg;'><a href='{ibf.script_url}act=calendar&amp;$link' style='color:$ft'>$text</a></div><!--IBF_END_FUNC|cal_events_wrap_range--><!--IBF_START_FUNC|cal_date_cell|$month_day, $events=""--><td style='height:100px' valign='top' class='row3'><div class='caldate'>$month_day</div>$events</td><!--IBF_END_FUNC|cal_date_cell--><!--IBF_START_FUNC|cal_date_cell_today|$month_day, $events=""--><td style='height:100px;border:2px;border-style:outset' valign='top' class='row1'><div class='caldate'>$month_day</div>$events</td><!--IBF_END_FUNC|cal_date_cell_today--><!--IBF_START_FUNC|cal_events_start|--><div style='padding:2px'><!--IBF_END_FUNC|cal_events_start--><!--IBF_START_FUNC|cal_events_wrap|$link, $text-->&middot;<strong><a href='{ibf.script_url}act=calendar&amp;$link'>$text</a></strong><br /><!--IBF_END_FUNC|cal_events_wrap--><!--IBF_START_FUNC|cal_main_content|$month, $year, $prev, $next--><form action='{ibf.script_url}act=calendar' method='post'><div align='right' id='calendarname'><span style='position:relative;top:3px'>$month $year</span><a href='{ibf.script_url}act=calendar&amp;code=newevent' title='{ibf.lang.post_new_event}'><{CAL_NEWEVENT}></a></div><br /><div class='tableborder'><div class='maintitle'><div align='center'>&lt;<a href='{ibf.script_url}act=calendar&amp;m={$prev['month_id']}&amp;y={$prev['year_id']}'>{$prev['month_name']} {$prev['year_id']}</a>&middot; {ibf.lang.table_title} &middot;<a href='{ibf.script_url}act=calendar&amp;m={$next['month_id']}&amp;y={$next['year_id']}'>{$next['month_name']} {$next['year_id']}</a>&gt;</div></div><table width="100%" border="0" cellspacing="1" cellpadding="0"><tr><!--IBF.DAYS_TITLE_ROW--><!--IBF.DAYS_CONTENT--></tr></table></div><br /><div class='tableborder'><div class='pformstrip'><div align='left' style='float:left;width:40%'><a href='{ibf.script_url}act=calendar&amp;code=newevent'>{ibf.lang.post_new_event}</a></div><div align='right'><strong>{ibf.lang.month_jump}</strong>&nbsp;<select name='m' class='forminput'><!--IBF.MONTH_BOX--></select>&nbsp;<select name='y' class='forminput'><!--IBF.YEAR_BOX--></select>&nbsp;&nbsp;<input type='submit' value='{ibf.lang.form_submit_show}' class='forminput' /></div>
  </div>
</div>
</form>
<!--IBF_END_FUNC|cal_main_content-->

<!--IBF_START_FUNC|cal_day_bit|$day-->

<td width='14%' class='pformstrip'>$day</td>
<!--IBF_END_FUNC|cal_day_bit-->

<!--IBF_START_FUNC|cal_new_row|-->

</tr>
	<!-- NEW ROW-->
	<tr>
<!--IBF_END_FUNC|cal_new_row-->

<!--IBF_START_FUNC|cal_blank_cell|-->

<td style='height:100px' class='darkrow1'><br /></td>
<!--IBF_END_FUNC|cal_blank_cell-->

<!--IBF_START_FUNC|cal_page_events_end|-->

<div align='center' class='pformstrip'>&lt;&lt; <a href='{ibf.script_url}act=calendar&amp;d={$ibforums->input['d']}&amp;m={$ibforums->input['m']}&amp;y={$ibforums->input['y']}'>{ibf.lang.back}</a></div>
</div>
<!--IBF_END_FUNC|cal_page_events_end-->

<!--IBF_START_FUNC|cal_birthday_start|-->

<div class='pformstrip'>{ibf.lang.cal_birthdays}</div>
  <div class='tablepad'>
   <ul>
<!--IBF_END_FUNC|cal_birthday_start-->

<!--IBF_START_FUNC|cal_birthday_entry|$uid, $uname, $age=""-->

<li><a href='{ibf.script_url}showuser=$uid'>$uname</a> ($age)</li>
<!--IBF_END_FUNC|cal_birthday_entry-->

<!--IBF_START_FUNC|cal_birthday_end|-->

</ul>
  </div>
<!--IBF_END_FUNC|cal_birthday_end-->

<!--IBF_START_FUNC|calendar_event_type|$pub_select="", $priv_select=""-->

<tr> 
          <td class="pformleft"><strong>{ibf.lang.calendar_event_type}</strong></td>
          <td class="pformright"><select name='e_type' class='forminput'><option value='public'$pub_select>{ibf.lang.calendar_type_public}</option><option value='private'$priv_select>{ibf.lang.calendar_type_private}</option></select></td>
        </tr>
<!--IBF_END_FUNC|calendar_event_type-->

<!--IBF_START_FUNC|calendar_admin_group_box|$groups-->

<tr> 
          <td class="pformleft">{ibf.lang.calendar_group_filter}</td>
          <td class="pformright"><select name='e_groups[]' class='forminput' size='5' multiple>
 $groups</select></td>
        </tr>
<!--IBF_END_FUNC|calendar_admin_group_box-->

<!--IBF_START_FUNC|cal_edit_del_button|$id-->

<div align='right'><a href='javascript:deleteEvent($id)'><{P_DELETE}></a>&nbsp;<a href='{ibf.script_url}act=calendar&amp;code=edit&amp;eventid=$id'><{P_EDIT}></a></div>
<!--IBF_END_FUNC|cal_edit_del_button-->

<!--IBF_START_FUNC|cal_show_event|$event, $member, $event_type, $edit_button="", $type, $date_ends=""-->

<div class='pformstrip'>{$event['title']} ($event_type)</div>
  <table width="100%" border="0" cellspacing="1" cellpadding="3">
  <tr>
   <td class='row4' width='1%' valign='middle' nowrap='nowrap'><span class='normalname'><a href='{ibf.script_url}showuser={$member['id']}'>{$member['name']}</a></span></td>
   <td class='row4' width='99%'><div align='left' style='float:left;width:auto;padding-top:4px;padding-bottom:4px;'><strong>{ibf.lang.event_date} {$event['mday']} {$event['month_text']} {$event['year']}</strong> $date_ends ($type)</div>$edit_button</td>
  </tr>
  <tr>
   <td valign='top' class='row1' nowrap='nowrap'>{$member['avatar']}<span class='postdetails'><br />{ibf.lang.group} {$member['g_title']}<br />{ibf.lang.posts} {$member['posts']}<br />{ibf.lang.joined} {$member['joined']}</span></td>
   <td valign='top' class='row1'><span class='postcolor'>{$event['event_text']}</span></td>
  </tr>
  </table>
<!--IBF_END_FUNC|cal_show_event-->

<!--IBF_START_FUNC|cal_page_events_start|-->

<script type='text/javascript'>
	function deleteEvent(id) {
		if (confirm('{ibf.lang.js_del_1}')) {
			 window.location.href = "{ibf.script_url}act=calendar&code=delete&e=" + id;
		 }
		 else {
			alert ('{ibf.lang.js_del_2}');
		} 
	}
   </script>
<div class='tableborder'>
  <div class='maintitle'>{ibf.lang.cal_title_events}</div>
<!--IBF_END_FUNC|cal_page_events_start-->

<!--IBF_START_FUNC|calendar_choose_date|$days, $months, $years, $end_days, $end_months, $end_years, $recur_days, $recur_unit, $div, $checked, $cols, $recend-->

<tr> 
          <td class="pformleft" valign='top'><strong>{ibf.lang.calendar_event_date}</strong></td>
          <td class="pformright">
          	<table cellpadding='3'>
          	<tr>
          	 <td><input type='radio' name='eventtype' id='single' onclick='selecttype();' class='radiobutton' value='single' {$checked['normal']}><strong><label for='single'>{ibf.lang.fv_single}</label></strong></td>
          	 <td><select name='e_day' class='forminput'>$days</select>&nbsp;&nbsp;<select name='e_month' class='forminput'>
             $months</select>&nbsp;&nbsp;<select name='e_year' class='forminput'>
             $years</select></td>
          	</tr>
          	<tr>
          	 <td><input type='radio' name='eventtype' id='range' onclick='selecttype();' class='radiobutton' value='range'{$checked['range']}><strong><label for='range'>{ibf.lang.fv_range}</label></strong></td>
          	 <td>
          	    <div id='rangeshow' style='display:{$div['range_on']}'>
          	      <table cellpadding='3'>
          	       <tr>
          	        <td><strong>{ibf.lang.fv_range_ends}</strong></td>
          	        <td><select name='end_day' class='forminput'>$end_days</select>&nbsp;&nbsp;<select name='end_month' class='forminput'>
                    $end_months</select>&nbsp;&nbsp;<select name='end_year' class='forminput'>
                    $end_years</select></td>
          	       </tr>
          	       <tr>
          	       	<td><strong>{ibf.lang.fv_bgcolor}</strong></td>
          	       	<td>{$cols['bg']} <input type='text' name='style' size='5' readonly='readonly' id='stylebg' style='border:2px inset black;' /></td>
          	       </tr>
          	       <tr>
          	       	<td><strong>{ibf.lang.fv_font}</strong></td>
          	       	<td>{$cols['ft']} <input type='text' name='style2' size='5' readonly='readonly' id='styleft' style='border:2px inset black;' /></td>
          	       </tr>
          	      </table>
          	    </div>
          	    <div id='rangehide' style='display:{$div['range_off']}'>{ibf.lang.fv_hidden}</div>
          	 </td>
          	</tr>
          	<tr>
          	 <td><input type='radio' name='eventtype' id='recur'  onclick='selecttype();' class='radiobutton' value='recur' {$checked['recur']}><strong><label for='recur'>{ibf.lang.fv_recur}</label></strong></td>
          	 <td>
          	     <div id='recurshow' style='display:{$div['recur_on']}'>
          	     	<strong>{ibf.lang.fv_recur_every}</strong> <select name='recur_unit' class='forminput'>
                    $recur_unit</select>
          	     	<strong>{ibf.lang.fv_until}</strong> <select name='recend_day' class='forminput'>
                    {$recend['d']}</select><select name='recend_month' class='forminput'>
                    {$recend['m']}</select>&nbsp;&nbsp;<select name='recend_year' class='forminput'>
                    {$recend['y']}</select>
          	     </div>
          	     <div id='recurhide' style='display:{$div['recur_off']}'>{ibf.lang.fv_hidden}</div>
          	 </td>
			</tr>
			</table>
          </td>
        </tr>
<!--IBF_END_FUNC|calendar_choose_date-->

<!--IBF_START_FUNC|calendar_start_form|-->

<form action='{ibf.script_url}act=calendar&amp;code=addnewevent' method='post' name='REPLIER' onSubmit='return ValidateForm()'>
<!--IBF_END_FUNC|calendar_start_form-->

<!--IBF_START_FUNC|calendar_start_edit_form|$eventid-->

<form action='{ibf.script_url}act=calendar&amp;code=doedit&amp;eventid=$eventid' method='post' name='REPLIER' onsubmit='return ValidateForm()'>
<!--IBF_END_FUNC|calendar_start_edit_form-->

<!--IBF_START_FUNC|calendar_event_title|$data=""-->

<tr> 
          <td class="pformleft"><strong>{ibf.lang.calendar_title}</strong></td>
          <td class="pformright"><input type='text' size='40' maxlength='40' onkeypress=FKeyPress(event_title); onkeydown=FKeyDown(event_title); name='event_title' class='forminput' value='$data' /></td>
        </tr>
<!--IBF_END_FUNC|calendar_event_title-->

<!--IBF_START_FUNC|calendar_delete_box|-->

<tr> 
          <td class="row1" width="100%" colspan='2' style='height:40px;border:1px solid black'><input type='checkbox' name='event_delete' value='1'>&nbsp;{ibf.lang.calendar_delete_box}</td>
        </tr>
<!--IBF_END_FUNC|calendar_delete_box-->

<!--IBF_START_FUNC|calendar_end_form|$data-->

<tr>
  <td class='pformstrip' align='center' style='text-align:center' colspan="2"><input type="submit" name="submit" value="$data" tabindex='4' class='forminput'></td>
</tr>
</table>
</form>
<br />
<br clear="all" />
<!--IBF_END_FUNC|calendar_end_form-->

<!--IBF_START_FUNC|table_top|$data-->

<script language='Javascript' type='text/javascript'>
	<!--
	function PopUp(url, name, width,height,center,resize,scroll,posleft,postop) {
		if (posleft != 0) { x = posleft }
		if (postop  != 0) { y = postop  }
	
		if (!scroll) { scroll = 1 }
		if (!resize) { resize = 1 }
	
		if ((parseInt (navigator.appVersion) >= 4 ) && (center)) {
		  X = (screen.width  - width ) / 2;
		  Y = (screen.height - height) / 2;
		}
		if (scroll != 0) { scroll = 1 }
	
		var Win = window.open( url, name, 'width='+width+',height='+height+',top='+Y+',left='+X+',resizable='+resize+',scrollbars='+scroll+',location=no,directories=no,status=no,menubar=no,toolbar=no');
	 }
	function changeDiv(id, method)
	{
		var itm = null;
		if (document.getElementById) {
			itm = document.getElementById(id);
		} else if (document.all)     {
			itm = document.all[id];
		} else if (document.layers)   {
			itm = document.layers[id];
		}
		
		if (itm.style)
		{
			if ( method == 'show' )
			{
				itm.style.display = "";
			}
			else
			{
				itm.style.display = "none";
			}
		}
		else
		{
			itm.visibility = "show";
		}
	}
	
	function selecttype()
	{
		
		if ( document.REPLIER.eventtype[1].checked == true )
		{
			// Ranged date...
			
			changeDiv( 'rangeshow', 'show' );
			changeDiv( 'rangehide', 'none' );
			changeDiv( 'recurshow', 'none' );
			changeDiv( 'recurhide', 'show' );
		}
		else if ( document.REPLIER.eventtype[2].checked == true )
		{
			// Repeating event
			
			changeDiv( 'rangeshow', 'none' );
			changeDiv( 'rangehide', 'show' );
			changeDiv( 'recurshow', 'show' );
			changeDiv( 'recurhide', 'none' );
		}
		else
		{
			changeDiv( 'rangeshow', 'none' );
			changeDiv( 'rangehide', 'show' );
			changeDiv( 'recurshow', 'none' );
			changeDiv( 'recurhide', 'show' );
		}
	}
	
	function changeColour(BOXid, val)
	{
		document.all.BOXid.style.backgroundColor = val;
	}
	//-->
</script>
<table class='tableborder' cellpadding="0" cellspacing="0" width="100%">
<tr>
 <td class='maintitle' colspan="2">&nbsp;&nbsp;$data</td>
</tr>
<!--IBF_END_FUNC|table_top-->


<!--IBF_GROUP_END:skin_calendar-->
<!-- PLEASE LEAVE ALL 'IBF' COMMENTS IN PLACE, DO NOT REMOVE THEM! -->
<!--IBF_GROUP_START:skin_buddy-->

<!--IBF_START_FUNC|closelink|-->

<div align="center">
 [ <a href="javascript:window.location=window.location;">{ibf.lang.refresh}</a> ] | [ <a href='javascript:self.close();'>{ibf.lang.close_win}</a> ]
</div>
<!--IBF_END_FUNC|closelink-->

<!--IBF_START_FUNC|login|-->

<form action="{ibf.script_url}act=Login&amp;CODE=01&amp;CookieDate=1&amp;buddy=1" method="post" name='theForm' onSubmit='return check_form();'>
<div class='tableborder'>
 <div class='maintitle'>{ibf.lang.page_title}</div>
 <div class='pformstrip'>{ibf.lang.log_in_needed}</div>
 <div class='tablepad'>
  {ibf.lang.no_guests}
  <br /><br />
  <center>
  <b>{ibf.lang.log_in}</b>
  <br /><br />
  {ibf.lang.lin_name}<br /><input type='text' name='UserName' class='forminput'>
  <br />
  {ibf.lang.lin_pass}<br /><input type='password' name='PassWord' class='forminput'>
  <br />
  <input type='submit' value='{ibf.lang.log_in}' class='forminput'>
  </center>
  <br /><br />
  {ibf.lang.reg_text}
  <br /><br />
  <center><a href='javascript:redirect_to("&amp;act=Reg", 1);'>{ibf.lang.reg_link}</a></center>
 </div>
</div>
<!--CLOSE.LINK-->
</form>
<!--IBF_END_FUNC|login-->

<!--IBF_START_FUNC|append_view|$url=""-->

( <b><a href='javascript:redirect_to("$url", 0)'>{ibf.lang.view_link}</a></b> )
<!--IBF_END_FUNC|append_view-->

<!--IBF_START_FUNC|main|$away_text=""-->

<div id="ucpcontent">
 <div class="titlemedium" align="center">{ibf.lang.page_title}&nbsp;&nbsp;&nbsp;[ <a href='javascript:shrink()' style='text-decoration:none'>-</a>&nbsp;&nbsp;<a href='javascript:expand()' style='text-decoration:none'>+</a> ]</div>
 <div class="pformstrip" align="center">{ibf.lang.while_away}</div>
 <p align='right'>{$away_text}</p>
 <div class="pformstrip" align="center">{ibf.lang.show_me}</div>
 <p align="right">
	·&nbsp;<a href='javascript:redirect_to("&amp;act=Stats&amp;CODE=leaders",0)'>{ibf.lang.sm_forum_leaders}</a>
	<br />·&nbsp;<a href='javascript:redirect_to("&amp;act=Search&amp;CODE=getactive",0)'>{ibf.lang.sm_todays_posts}</a>
	<br />·&nbsp;<a href='javascript:redirect_to("&amp;act=Stats",0)'>{ibf.lang.sm_today_posters}</a>
	<br />·&nbsp;<a href='javascript:redirect_to("&amp;act=Members&amp;max_results=10&amp;sort_key=posts&amp;sort_order=desc",0)'>{ibf.lang.sm_all_posters}</a>
	<br />·&nbsp;<a href='javascript:redirect_to("&amp;act=Search&amp;CODE=lastten",0)'>{ibf.lang.sm_my_last_posts}</a>
 </p>
 <div class="pformstrip" align="center">{ibf.lang.search_forums}</div>
 <div align="center">
 <p align="center">
<form action="{ibf.script_url}act=Search&amp;CODE=01&amp;forums=all&amp;cat_forum=forum&amp;joinname=1&amp;search_in=posts&amp;result_type=topics" method="post" name='theForm' onsubmit='return check_form();'>
  <input type='text' size='14' name='keywords' onkeypress=FKeyPress(keywords); onkeydown=FKeyDown(keywords); class='forminput' /><input type='submit' value='{ibf.lang.go}' /></form>
 </p>
 </div>
 
 <div class="pformstrip" align="center">{ibf.lang.search_help}</div>
 <div align="center">
 <p align="center">
 <form action="{ibf.script_url}act=Help&amp;CODE=02" method="post" name='theForm2' onsubmit='return check_form(1);'>
  <input type='text' size='14' onkeypress=FKeyPress(search_q); onkeydown=FKeyDown(search_q); name='search_q' class='forminput' /><input type='submit' value='{ibf.lang.go}' /></form>
 </p>
 </div>
</div>
<div align="center"><!--CLOSE.LINK--></div>
<!--IBF_END_FUNC|main-->

<!--IBF_START_FUNC|build_away_msg|-->

{ibf.lang.new_posts}
	<br />
	{ibf.lang.my_replies}
<!--IBF_END_FUNC|build_away_msg-->

<!--IBF_START_FUNC|buddy_js|-->

<script language='javascript' type="text/javascript">
<!--
 function redirect_to(where, closewin)
 {
 	opener.location= '{ibf.script_url}' + where;
 	
 	if (closewin == 1)
 	{
 		self.close();
 	}
 }
 
 function check_form(helpform)
 {
 	opener.name = "ibfmain";
 
 	if (helpform == 1) {
 		document.theForm2.target = 'ibfmain';
 	} else {
 		document.theForm.target = 'ibfmain';
 	}
 	
 	return true;
 }
 
 function shrink()
 {
 	window.resizeTo('200','75');
 }
 
 function expand()
 {
 	window.resizeTo('200','450');
 }
 
 
 //-->
    </script>
  </ul>
<!--IBF_END_FUNC|buddy_js-->


<!--IBF_GROUP_END:skin_buddy-->
این خودش کده!
این رو توی notepad کپی کنید و فایل رو با پسوند xml ذخیره کنید خودش میشه قالب
 

جدیدترین ارسال ها

بالا