<?xml version="1.0" encoding="ISO-8859-1"?>
<style name="Aqua-Soft v4" vbversion="3.7.3" product="vbulletin" type="custom">
	<templategroup name="Calendar">
		<template name="calendar_edit_recurrence" templatetype="template" date="1219867638" username="Timan" version="3.7.3"><![CDATA[<fieldset class="fieldset">
	<legend>$vbphrase[recurrence_pattern]</legend>
	<div class="pad4all">
		<table cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0">
			<tr valign="top">
				<td id="select_event" class="bright" style="padding-right:12px">
					<div style="padding-bottom:4px"><label for="rb_event_1"><input type="radio" name="eventtype" value="1" id="rb_event_1" tabindex="1" $eventtypecheck[1] onclick="toggle_pattern('daily', 'rb_pattern_1')" />$vbphrase[daily]</label></div>
					<div style="padding-bottom:4px"><label for="rb_event_2"><input type="radio" name="eventtype" value="2" id="rb_event_2" tabindex="1" $eventtypecheck[2] onclick="toggle_pattern('weekly', 'rb_pattern_3')" />$vbphrase[weekly]</label></div>
					<div style="padding-bottom:4px"><label for="rb_event_3"><input type="radio" name="eventtype" value="3" id="rb_event_3" tabindex="1" $eventtypecheck[3] onclick="toggle_pattern('monthly', 'rb_pattern_4')" />$vbphrase[monthly]</label></div>
					<div><label for="rb_event_4"><input type="radio" name="eventtype" value="4" id="rb_event_4" tabindex="1" $eventtypecheck[4] onclick="toggle_pattern('yearly', 'rb_pattern_6')" />$vbphrase[yearly]</label></div>
				</td>
				<td style="padding-left:12px">
					<!-- daily recurrence -->
					<div id="daily_event">
						<div id="daily_legend"><strong>$vbphrase[daily]</strong></div>
						<div style="padding-bottom:4px"><phrase 1="$patterncheck[1]" 2="$dailybox">$vbphrase[every_x_days]</phrase></div>
						<div><label for="rb_pattern_2"><input type="radio" name="recur[pattern]" value="2" id="rb_pattern_2" tabindex="1" $patterncheck[2] />$vbphrase[every_weekday]</label></div>
					</div>
					<!-- weekly recurrence -->
					<div id="weekly_event">
						<div id="weekly_legend"><strong>$vbphrase[daily]</strong></div>
						<div style="padding-bottom:4px"><phrase 1="$patterncheck[3]" 2="$weeklybox">$vbphrase[recur_every_x_weeks]</phrase></div>
						<table cellpadding="0" cellspacing="0" border="0">
							<tr>
								<td style="padding:0 8px 4px 0"><label for="cb_monbox"><input type="checkbox" name="recur[weeklymon]" value="1" id="cb_monbox" tabindex="1" $monboxchecked />$vbphrase[monday]</label></td>
								<td style="padding:0 8px 4px 0"><label for="cb_tuebox"><input type="checkbox" name="recur[weeklytue]" value="1" id="cb_tuebox" tabindex="1" $tueboxchecked />$vbphrase[tuesday]</label></td>
								<td style="padding:0 8px 4px 0"><label for="cb_wedbox"><input type="checkbox" name="recur[weeklywed]" value="1" id="cb_wedbox" tabindex="1" $wedboxchecked />$vbphrase[wednesday]</label></td>
								<td style="padding:0 0 4px 0"><label for="cb_thubox"><input type="checkbox" name="recur[weeklythu]" value="1" id="cb_thubox" tabindex="1" $thuboxchecked />$vbphrase[thursday]</label></td>
							</tr>
							<tr>
								<td style="padding: 0 8px 0 0"><label for="cb_fribox"><input type="checkbox" name="recur[weeklyfri]" value="1" id="cb_fribox" tabindex="1" $friboxchecked />$vbphrase[friday]</label></td>
								<td style="padding: 0 8px 0 0"><label for="cb_satbox"><input type="checkbox" name="recur[weeklysat]" value="1" id="cb_satbox" tabindex="1" $satboxchecked />$vbphrase[saturday]</label></td>
								<td style="padding: 0 8px 0 0"><label for="cb_sunbox"><input type="checkbox" name="recur[weeklysun]" value="1" id="cb_sunbox" tabindex="1" $sunboxchecked />$vbphrase[sunday]</label></td>
								<td>&nbsp;</td>
							</tr>
						</table>
					</div>
		
					<!-- monthly recurrence -->
					<div id="monthly_event">
						<div id="monthly_legend"><strong>$vbphrase[monthly]</strong></div>
						<div style="padding-bottom:4px">
							<label for="rb_pattern_4"><input type="radio" name="recur[pattern]" value="4" id="rb_pattern_4" tabindex="1" $patterncheck[4] />$vbphrase[day]</label>
							<input type="text" class="bginput" style="font-size:11px" name="recur[monthly1]" value="$monthlycombo1" size="3" maxlength="2" tabindex="1" />
							<phrase 1="recur[monthlybox1]" 2="$monthlybox1">$vbphrase[of_every_x_months]</phrase>
						</div>
						<div>
							<label for="rb_pattern_5"><input type="radio" name="recur[pattern]" value="5" id="rb_pattern_5" tabindex="1" $patterncheck[5] />$vbphrase[the_dropdown]</label>
							<select name="recur[monthly2]" tabindex="1">
								<option value="1" $monthlycombo2[1]>$vbphrase[date_first]</option>
								<option value="2" $monthlycombo2[2]>$vbphrase[second]</option>
								<option value="3" $monthlycombo2[3]>$vbphrase[third]</option>
								<option value="4" $monthlycombo2[4]>$vbphrase[fourth]</option>
								<option value="5" $monthlycombo2[5]>$vbphrase[date_last]</option>
							</select>
							<select name="recur[monthly3]" tabindex="1">
								<option value="1" $monthlycombo3[1]>$vbphrase[sunday]</option>
								<option value="2" $monthlycombo3[2]>$vbphrase[monday]</option>
								<option value="3" $monthlycombo3[3]>$vbphrase[tuesday]</option>
								<option value="4" $monthlycombo3[4]>$vbphrase[wednesday]</option>
								<option value="5" $monthlycombo3[5]>$vbphrase[thursday]</option>
								<option value="6" $monthlycombo3[6]>$vbphrase[friday]</option>
								<option value="7" $monthlycombo3[7]>$vbphrase[saturday]</option>
							</select>
							<phrase 1="recur[monthlybox2]" 2="$monthlybox2">$vbphrase[of_every_x_months]</phrase>
						</div>
					</div>
		
					<div id="yearly_event">
						<div id="yearly_legend"><strong>$vbphrase[yearly]</strong></div>
						<div style="padding-bottom:4px">
							<label for="rb_pattern_6"><input type="radio" name="recur[pattern]" value="6" id="rb_pattern_6" tabindex="1" $patterncheck[6] />$vbphrase[every]</label>
							<select name="recur[yearly1]" tabindex="1">
								<option value="1" $yearlycombo1[1]>$vbphrase[january]</option>
								<option value="2" $yearlycombo1[2]>$vbphrase[february]</option>
								<option value="3" $yearlycombo1[3]>$vbphrase[march]</option>
								<option value="4" $yearlycombo1[4]>$vbphrase[april]</option>
								<option value="5" $yearlycombo1[5]>$vbphrase[may]</option>
								<option value="6" $yearlycombo1[6]>$vbphrase[june]</option>
								<option value="7" $yearlycombo1[7]>$vbphrase[july]</option>
								<option value="8" $yearlycombo1[8]>$vbphrase[august]</option>
								<option value="9" $yearlycombo1[9]>$vbphrase[september]</option>
								<option value="10" $yearlycombo1[10]>$vbphrase[october]</option>
								<option value="11" $yearlycombo1[11]>$vbphrase[november]</option>
								<option value="12" $yearlycombo1[12]>$vbphrase[december]</option>
							</select>
							<input type="text" class="bginput" style="font-size:11px" name="recur[yearly2]" value="$yearlycombo2" size="3" maxlength="2" tabindex="1" />
						</div>
						<div>
							<label for="rb_pattern_7"><input type="radio" name="recur[pattern]" value="7" id="rb_pattern_7" tabindex="1" $patterncheck[7] />$vbphrase[the_dropdown]</label>
							<select name="recur[yearly3]" tabindex="1">
								<option value="1" $yearlycombo3[1]>$vbphrase[date_first]</option>
								<option value="2" $yearlycombo3[2]>$vbphrase[second]</option>
								<option value="3" $yearlycombo3[3]>$vbphrase[third]</option>
								<option value="4" $yearlycombo3[4]>$vbphrase[fourth]</option>
								<option value="5" $yearlycombo3[5]>$vbphrase[date_last]</option>
							</select>
							<select name="recur[yearly4]" tabindex="1">
								<option value="1" $yearlycombo4[1]>$vbphrase[sunday]</option>
								<option value="2" $yearlycombo4[2]>$vbphrase[monday]</option>
								<option value="3" $yearlycombo4[3]>$vbphrase[tuesday]</option>
								<option value="4" $yearlycombo4[4]>$vbphrase[wednesday]</option>
								<option value="5" $yearlycombo4[5]>$vbphrase[thursday]</option>
								<option value="6" $yearlycombo4[6]>$vbphrase[friday]</option>
								<option value="7" $yearlycombo4[7]>$vbphrase[saturday]</option>
							</select>
							$vbphrase[of]
							<select name="recur[yearly5]" tabindex="1">
								<option value="1" $yearlycombo5[1]>$vbphrase[january]</option>
								<option value="2" $yearlycombo5[2]>$vbphrase[february]</option>
								<option value="3" $yearlycombo5[3]>$vbphrase[march]</option>
								<option value="4" $yearlycombo5[4]>$vbphrase[april]</option>
								<option value="5" $yearlycombo5[5]>$vbphrase[may]</option>
								<option value="6" $yearlycombo5[6]>$vbphrase[june]</option>
								<option value="7" $yearlycombo5[7]>$vbphrase[july]</option>
								<option value="8" $yearlycombo5[8]>$vbphrase[august]</option>
								<option value="9" $yearlycombo5[9]>$vbphrase[september]</option>
								<option value="10" $yearlycombo5[10]>$vbphrase[october]</option>
								<option value="11" $yearlycombo5[11]>$vbphrase[november]</option>
								<option value="12" $yearlycombo5[12]>$vbphrase[december]</option>
							</select>
						</div>
					</div>
				</td>
			</tr>
		</table>
	</div>
</fieldset>
<script type="text/javascript">
<!--
	var rec_optionsets  = {
		"daily" : fetch_object("daily_event"),
		"weekly" : fetch_object("weekly_event"),
		"monthly" : fetch_object("monthly_event"),
		"yearly" : fetch_object("yearly_event")
	};
	var selectdiv = fetch_object("select_event");
	function toggle_pattern(objtype, radioselection) {
		if (radioselection) {
			fetch_object(radioselection).checked = true;
		} for (key in rec_optionsets) {
			rec_optionsets[key].style.display = "none";
		} 
		rec_optionsets[objtype].style.display = "";
	}
	// show the correct recurrence pattern
	toggle_pattern("$thistype", false);
	// hide non-javascript controls
	selectdiv.style.display = "";
	fetch_object("daily_legend").style.display = "none";
	fetch_object("weekly_legend").style.display = "none";
	fetch_object("monthly_legend").style.display = "none";
	fetch_object("yearly_legend").style.display = "none";
//-->
</script>]]></template>
	</templategroup>
	<templategroup name="Member Info">
		<template name="MEMBERINFO" templatetype="template" date="1219867968" username="Timan" version="3.7.3"><![CDATA[$stylevar[htmldoctype]
<html xmlns="http://www.w3.org/1999/xhtml" dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
$headinclude
$usercss
$memberinfo_css
<style type="text/css" id="vbulletin_tabctrl_css">
@import url("clientscript/vbulletin_tabctrl.css?v=$vboptions[simpleversion]");
<if condition="$show['rtl']">@import url("clientscript/vbulletin_tabctrl_rtl.css?v=$vboptions[simpleversion]");</if>
</style>
<script type="text/javascript" src="clientscript/vbulletin_tabctrl.js?v=$vboptions[simpleversion]"></script>
<title>$vboptions[bbtitle] - $vbphrase[view_profile]: $userinfo[username]</title>
<if condition="$userinfo['userid'] == $bbuserinfo['userid']"><script type="text/javascript" src="clientscript/vbulletin_profilefield_edit.js?v=$vboptions[simpleversion]"></script></if>
<script type="text/javascript">
<!--
	vbphrase['server_failed_respond_try_again'] = "$vbphrase[server_failed_respond_try_again]";
	vbphrase['edit_value'] = "$vbphrase[edit_value_js]";
	<if condition="$show['post_visitor_message']">
		function goto_post_pm() {
			vB_TabCtrls['profile_tabs'].switch_tab('visitor_messaging');
			fetch_object('visitor_messaging').scrollIntoView();
			var textarea = fetch_object('visitor_message_form_textarea');
			if (textarea) {
				textarea.focus();
				textarea.select();
			}
			return false;
		}
	</if>
-->
</script>
</head>
<body>
$header
$navbar
<!-- begin user css -->
<div id="usercss" class="floatcontainer">
	<div class="pad8all">
		<div id="content_container">
			<div id="content">
				<div id="main_userinfo" class="floatcontainer">
					<table cellpadding="0" cellspacing="0" border="0" width="100%" style="padding-bottom:8px">
						<tr>
							<if condition="$prepared['profilepicurl']">
								<td id="profilepic_cell" class="tborder alt2"><img src="$prepared[profilepicurl]" $prepared[profilepicsize] alt="<phrase 1="$prepared[username]">$vbphrase[xs_picture]</phrase>" /></td>
							</if>
							<td valign="top" width="100%" id="username_box"<if condition="$prepared['profilepicurl']"> class="profilepic_adjacent"</if>>
								<if condition="$prepared['rank'] OR $prepared['reputationdisplay']">
									<div id="reputation_rank">
										<if condition="$prepared['reputationdisplay']">
											<div id="reputation">$prepared[reputationdisplay]</div>
										</if>
										<if condition="$prepared['rank']">
											<div id="rank">$prepared[rank]</div>
										</if>
									</div>
								</if>
								<h1>$prepared[musername] $prepared[onlinestatus]</h1>
								<if condition="$prepared['usertitle']">
									<h2>$prepared[usertitle]</h2>
								</if>
							</td>
						</tr>
					</table>
					<if condition="$prepared['myprofile'] OR $show['contactlinks'] OR $show['userlists'] OR $show['usernotes'] OR can_moderate()">
						<!-- link bar -->
						<div class="tborder content_block" id="link_bar">
							<ul class="thead block_row block_title list_no_decoration floatcontainer">
								<if condition="$prepared['myprofile']">
									<if condition="$show['can_customize_profile']">
										<li class="thead" id="usercss_switch_link"><a href="profile.php?$session[sessionurl]do=customize">$vbphrase[customize_profile]</a></li>
									</if>
								<else />
									<if condition="$show['usercss_switch']">
										<li class="thead" id="usercss_switch_link"><a href="profile.php?$session[sessionurl]do=switchusercss&amp;hash=$bbuserinfo[logouthash]&amp;u=$prepared[userid]">$usercss_switch_phrase</a></li>
									</if>
								</if>
								<if condition="$show['contactlinks']">
									<li class="thead" id="minicontact"><a href="#contactinfo">$vbphrase[send_message]</a> <script type="text/javascript">vBmenu.register("minicontact");</script></li>
								</if>
			
								<if condition="$show['userlists']">
									<li class="thead" id="userlists"><a href="profile.php?$session[sessionurl]do=buddylist&amp;nojs=1">$vbphrase[user_lists]</a> <script type="text/javascript">vBmenu.register("userlists");</script></li>
								</if>
			
								<if condition="$show['usernotes']">
									<li class="thead"><a href="usernote.php?$session[sessionurl]u=$prepared[userid]">$vbphrase[user_notes] ($prepared[usernotecount])</a></li>
								</if>
			
								<if condition="can_moderate()">
									<li class="thead"><a href="moderator.php?$session[sessionurl]do=useroptions&amp;u=$userinfo[userid]">$vbphrase[edit_user_profile]</a></li>
								</if>
							</ul>
							<!-- current activity -->
							<if condition="$prepared['lastactivitydate'] OR $prepared['action']">
								<div class="alt1 smallfont block_row" id="activity_info">
									<if condition="$prepared['action']">
										<div style="float:right"><span class="shade">$vbphrase[current_activity]:</span> $prepared[action] $prepared[where]</div>
									</if>
									<if condition="$prepared['lastactivitydate']">
										<div id="last_online"><span class="shade">$vbphrase[last_activity]:</span> $prepared[lastactivitydate]<if condition="!$show['detailedtime']"> <span class="time">$prepared[lastactivitytime]</span></if></div>
									</if>
									<if condition="$prepared['action'] AND !$prepared['lastactivitydate']">
										&nbsp;
									</if>
								</div>
							</if>
							<!-- / current activity -->
						</div>
						<!-- / link bar -->
					</if>
					<!-- user list menu -->
					<div id="userlists_menu" class="dropdown" style="display: none">
						<dl>
							<dt><phrase 1="$prepared[username]">$vbphrase[user_lists]</phrase></dt>
							<if condition="$prepared['canbefriend']"><dd><a href="profile.php?$session[sessionurl]do=addlist&amp;userlist=friend&amp;u=$prepared[userid]"><if condition="$prepared['requestedfriend']">$vbphrase[confirm_friendship_request]<else />$vbphrase[add_to_friends_list]</if></a></dd></if>
							<if condition="$prepared['isfriend']"><dd><a href="profile.php?$session[sessionurl]do=removelist&amp;userlist=friend&amp;u=$prepared[userid]">$vbphrase[remove_from_friends_list]</a></dd></if>
							<if condition="$show['addbuddylist']"><dd><a href="profile.php?$session[sessionurl]do=addlist&amp;userlist=buddy&amp;u=$prepared[userid]">$vbphrase[add_to_contacts]</a></dd></if>
							<if condition="$show['removebuddylist']"><dd><a href="profile.php?$session[sessionurl]do=removelist&amp;userlist=buddy&amp;u=$prepared[userid]">$vbphrase[remove_from_contacts]</a></dd></if>
							<if condition="$show['addignorelist']"><dd><a href="profile.php?$session[sessionurl]do=addlist&amp;userlist=ignore&amp;u=$prepared[userid]">$vbphrase[add_to_ignore_list]</a></dd></if>
							<if condition="$show['removeignorelist']"><dd><a href="profile.php?$session[sessionurl]do=removelist&amp;userlist=ignore&amp;u=$prepared[userid]">$vbphrase[remove_from_ignore_list]</a></dd></if>
						</dl>
					</div>
					<if condition="$show['post_visitor_message'] OR $show['pm'] OR $show['email'] OR $prepared['hasimdetails']">
						<!-- contact popup menu -->
						<div id="minicontact_menu" class="dropdown" style="display:none">
							<dl>
								<if condition="$show['post_visitor_message'] OR $show['pm'] OR $show['email']">
									<dt><phrase 1="$prepared[username]">$vbphrase[send_message_to_x]</phrase></dt>
								</if>
								<if condition="$show['post_visitor_message']"><dd><a href="visitormessage.php?$session[sessionurl]do=message&amp;u=$prepared[userid]" onclick="return goto_post_pm();"><phrase 1="$prepared[username]">$vbphrase[post_a_visitor_message_for_x]</phrase></a></dd></if>
								<if condition="$show['pm']"><dd><a href="private.php?$session[sessionurl]do=newpm&amp;u=$prepared[userid]" rel="nofollow"><phrase 1="$prepared[username]">$vbphrase[send_private_message_to_x]</phrase></a></dd></if>
								<if condition="$show['email']"><dd><a href="sendmessage.php?$session[sessionurl]do=mailmember&amp;u=$prepared[userid]" rel="nofollow"><phrase 1="$prepared[username]">$vbphrase[send_message_via_email_to_x]</phrase></a></dd></if>
							</dl>
							<if condition="$prepared['hasimdetails']">
								<div class="dropdown-sep"></div>
								<dl>
									<dt>$vbphrase[instant_messaging]</dt>
									<if condition="$prepared['icq']"><dd><a href="#" dir="ltr" onclick="imwindow('icq', '$prepared[userid]', 500, 450); return false;"><phrase 1="$prepared[username]">$vbphrase[send_icq_message_to_x]</phrase></a></dd></if>
									<if condition="$prepared['aim']"><dd><a href="#" dir="ltr" onclick="imwindow('aim', '$prepared[userid]', 400, 200); return false;"><phrase 1="$prepared[username]">$vbphrase[send_aim_message_to_x]</phrase></a></dd></if>
									<if condition="$prepared['msn']"><dd><a href="#" dir="ltr" onclick="imwindow('msn', '$prepared[userid]', 400, 200); return false;"><phrase 1="$prepared[username]">$vbphrase[send_msn_message_to_x]</phrase></a></dd></if>
									<if condition="$prepared['yahoo']"><dd><a href="#" dir="ltr" onclick="imwindow('yahoo', '$prepared[userid]', 400, 200); return false;"><phrase 1="$prepared[username]">$vbphrase[send_yahoo_message_to_x]</phrase></a></dd></if>
									<if condition="$prepared['skype']"><dd><a href="#" dir="ltr" onclick="imwindow('skype', '$prepared[userid]', 400, 285); return false;"><phrase 1="$prepared[username]">$vbphrase[send_skype_message_to_x]</phrase></a></dd></if>
								</dl>
							</if>
						</div>
						<!-- / contact popup menu -->
					</if>
				</div>
				<div id="profile_tabs">
					$template_hook[profile_left_first]
					$blocks[visitor_messaging]
					$blocks[aboutme]
					$blocks[stats]
					$blocks[friends]
					$blocks[infractions]
					$blocks[contactinfo]
					$template_hook[profile_left_last]
				</div>
				<script type="text/javascript">
				<!--
					vBulletin.register_control("vB_TabCtrl", "profile_tabs", "$selected_tab", "&raquo;", "profile.php?u=2&do=loadtab&tabid={1:tabid}");
				//-->
				</script>
			</div>
		</div>
		<div id="sidebar_container">
			<!-- sidebar -->
			$template_hook[profile_right_first]
			$blocks[stats_mini]
			$template_hook[profile_right_mini]
			$blocks[friends_mini]
			$blocks[albums]
			$template_hook[profile_right_album]
			$blocks[groups]
			$blocks[visitors]
			$template_hook[profile_right_last]
			<!-- / sidebar -->
		</div>
		<!-- end usercss -->
	</div>
</div>
$footer
</body>
</html>]]></template>
		<template name="memberinfo_block_infractions" templatetype="template" date="1219868054" username="Timan" version="3.7.3"><![CDATA[<table cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center">
	<tr>
		<td class="tcat" colspan="$_block_data[colspan]<if condition="$show['reverse']">5<else />4</if>">
			<span style="float:$stylevar[right]"><phrase 1="$userinfo[ipoints]">$vbphrase[x_points_total]</phrase></span>
			<if condition="$show['giveinfraction']">
				<a href="infraction.php?$session[sessionurl]do=report&amp;u=$userinfo[userid]">$vbphrase[give_infraction]</a>
			</if>
		</td>
	</tr>
	<if condition="$block_data['infractionbits']">
		<tr align="center">
			<td class="aquag bbot">&nbsp;</td>
			<td class="aquag bbot" align="left">$vbphrase[post] / $vbphrase[reason]</td>
			<td class="aquag bbot bleft">$vbphrase[date] / $vbphrase[posted_by]</td>
			<td class="aquag bbot bleft">$vbphrase[points] / $vbphrase[expires]</td>
			<if condition="$show['reverse']"><td class="aquag bbot bleft">$vbphrase[view]</td></if>
		</tr>
		$block_data[infractionbits]
	</if>
</table>
<if condition="$block_data[pagenav]">
	<div class="alt2 block_row" id="visitor_message_tab_footer">
		<table cellpadding="0" cellspacing="0" border="0" width="100%">
			<tr>
				<td class="smallfont" align="$stylevar[right]">$block_data[pagenav]</td>
			</tr>
		</table>
	</div>
</if>]]></template>
	</templategroup>
	<templategroup name="Modify User Option">
		<template name="modifyoptions" templatetype="template" date="1219868143" username="Timan" version="3.7.3"><![CDATA[<script type="text/javascript">
<!--
	function toggle_disabled(status, objid) {
		obj = fetch_object(objid);
		if (obj) {
			obj.disabled = (status ? false : true);
		}
	}
//-->
</script>
<form action="profile.php?do=updateoptions" method="post">
<input type="hidden" name="s" value="$session[sessionhash]" />
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
<input type="hidden" name="do" value="updateoptions" />
$template_hook[usercp_options_start]
<table cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center">
<thead>
	<tr>
		<td class="tcat">$vbphrase[edit_options]<span class="normal">: $bbuserinfo[username]</span></td>
	</tr>
	<tr>
		<td class="thead">
			<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('uopt_login')"><img id="collapseimg_uopt_login" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_uopt_login].gif" alt="" border="0" /></a>
			$vbphrase[login_privacy]
		</td>
	</tr>
</thead>
<tbody id="collapseobj_uopt_login" style="$vbcollapse[collapseobj_uopt_login]">
	<tr>
		<td align="center">
			<div style="padding:8px" align="$stylevar[left]">
				<table cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%">
					<if condition="$show['invisibleoption']">
						<tr>
							<td align="right"><label for="cb_invisible">$vbphrase[use_invisible_mode]:</label></td>
							<td><!--$vbphrase[invisible_mode_allows]--><label for="cb_invisible"><input type="checkbox" name="options[invisible]" value="1" id="cb_invisible" $checked[invisible] />$vbphrase[use_invisible_mode]</label><input type="hidden" name="set_options[invisible]" value="1" /></td>
						</tr>
					</if>
					<if condition="$show['reputationoption']">
						<tr>
							<td align="right"><label for="cb_showreputation">$vbphrase[show_your_reputation_level]:</label></td>
							<td><!--<phrase 1="$bbuserinfo[reputation]">$vbphrase[current_reputation_level_is_displayed]</phrase>--><label for="cb_showreputation"><input type="checkbox" name="options[showreputation]" value="1" id="cb_showreputation" $checked[showreputation] />$vbphrase[show_your_reputation_level]</label><input type="hidden" name="set_options[showreputation]" value="1" /></td>
						</tr>
					</if>
					<tr>
						<td width="35%" align="right"><label for="cb_showvcard">$vbphrase[allow_vcard_download]:</label></td>
						<td><!--$vbphrase[may_allow_users_tdownload_vcard]--><label for="cb_showvcard"><input type="checkbox" name="options[showvcard]" value="1" id="cb_showvcard" $checked[showvcard] />$vbphrase[allow_vcard_download]</label><input type="hidden" name="set_options[showvcard]" value="1" /></td>
					</tr>
					$template_hook[usercp_options_privacy]
					$customfields[login]
				</table>
			</div>
		</td>
	</tr>
</tbody>
<tbody>
	<tr>
		<td class="thead">
			<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('uopt_msg')"><img id="collapseimg_uopt_msg" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_uopt_msg].gif" alt="" border="0" /></a>
			$vbphrase[messaging_notification]
		</td>
	</tr>
</tbody>
<tbody id="collapseobj_uopt_msg" style="$vbcollapse[collapseobj_uopt_msg]">
	<tr>
		<td align="center">
			<div style="padding:8px" align="$stylevar[left]">
				<table cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%">
					<tr valign="top">
						<td width="35%" align="right">$vbphrase[receive_email]:</td>
						<td>
							<div><!--$vbphrase[administrators_may_send_email]--><label for="cb_adminemail"><input type="checkbox" name="options[adminemail]" value="1" id="cb_adminemail" $checked[adminemail] />$vbphrase[receive_email_from_bulletin_board_staff]</label><input type="hidden" name="set_options[adminemail]" value="1" /></div>
							<if condition="$show['receiveemail']"><div style="padding-top:$stylevar[cellpadding]px"><!--$vbphrase[allow_members_send_you_email]--><label for="cb_showemail"><input type="checkbox" name="options[showemail]" value="1" id="cb_showemail" $checked[showemail] />$vbphrase[receive_email_from_other_members]</label><input type="hidden" name="set_options[showemail]" value="1" /></div></if>
							<if condition="$show[friend_email_request]"><div style="padding-top:$stylevar[cellpadding]px"><!--$vbphrase[receive_email_for_friendship_request]--><label for="cb_receivefriendemailrequest"><input type="checkbox" name="options[receivefriendemailrequest]" value="1" id="cb_receivefriendemailrequest" $checked[receivefriendemailrequest] />$vbphrase[receive_friendship_req_email]</label><input type="hidden" name="set_options[receivefriendemailrequest]" value="1" /></div></if>
						</td>
					</tr>
					
					<tr>
						<td colspan="2">&nbsp;<if condition="!$vboptions['enableemail']"><input type="hidden" name="options[showemail]" value="$bbuserinfo[showemail]" /></if></td>
					</tr>
					<tr>
						<td align="right"><label for="sel_autosubscribe">$vbphrase[default_thread_subscription_mode]:</label></td>
						<td>
							<!--<phrase 1="subscription.php$session[sessionurl_q]" rel="nofollow">$vbphrase[can_automatically_subscribe]</phrase>-->
							<select name="autosubscribe" id="sel_autosubscribe">
								<option value="-1" $emailchecked[9999]>$vbphrase[do_not_subscribe]</option>
								<option value="0" $emailchecked[0]>$vbphrase[no_email_notification]</option>
								<option value="1" $emailchecked[1]>$vbphrase[instant_email_notification]</option>
								<option value="2" $emailchecked[2]>$vbphrase[daily_email_notification]</option>
								<option value="3" $emailchecked[3]>$vbphrase[weekly_email_notification]</option>
							</select>
						</td>
					</tr>
					<if condition="$show['pmoptions']">
						<tr>
							<td colspan="2">&nbsp;<if condition="!$vboptions['enableemail']"><input type="hidden" name="options[showemail]" value="$bbuserinfo[showemail]" /></if></td>
						</tr>
						<tr valign="top">
							<td align="right"><label for="cb_receivepm">$vbphrase[private_messaging]:</label></td>
							<td id="pmoptions" <if condition="!$bbuserinfo[receivepm]"> disabled="disabled"</if>>
								<div><!--<phrase 1="private.php$session[sessionurl_q]">$vbphrase[features_private_messaging_system]</phrase>--><label for="cb_receivepm"><input type="checkbox" name="options[receivepm]" value="1" id="cb_receivepm" onclick="toggle_disabled(this.checked, 'pmoptions')" $checked[receivepm] />$vbphrase[enable_private_messaging]</label><input type="hidden" name="set_options[receivepm]" value="1" /></div>
								<div style="padding-top:$stylevar[cellpadding]px"><!--$vbphrase[accept_pm_only_from_contacts]--><label for="cb_receivepmbuddies"><input type="checkbox" name="options[receivepmbuddies]" value="1" id="cb_receivepmbuddies" $checked[receivepmbuddies] />$vbphrase[pm_from_contacts_only]</label><input type="hidden" name="set_options[receivepmbuddies]" value="1" /></div>
								<div style="padding-top:$stylevar[cellpadding]px"><!--$vbphrase[can_email_when_sends_you_pm]--><label for="cb_emailonpm"><input type="checkbox" name="options[emailonpm]" value="1" id="cb_emailonpm" $checked[emailonpm] />$vbphrase[receive_email_notification_pm]</label><input type="hidden" name="set_options[emailonpm]" value="1" /></div>
								<div style="padding-top:$stylevar[cellpadding]px"><!--$vbphrase[browsing_when_receive_pm_popup]--><label for="cb_pmpopup"><input type="checkbox" name="pmpopup" value="1" id="cb_pmpopup" $checked[pmpopup] />$vbphrase[show_pm_popup]</label></div>
							</td>
						</tr>
					<else />
						<input type="hidden" name="options[receivepm]" value="$bbuserinfo[receivepm]" />
						<input type="hidden" name="options[emailonpm]" value="$bbuserinfo[emailonpm]" />
						<input type="hidden" name="pmpopup" value="$bbuserinfo[pmpopup]" />
					</if>
					<if condition="$show['vmoptions']">
						<tr>
							<td colspan="2">&nbsp;<if condition="!$vboptions['enableemail']"><input type="hidden" name="options[showemail]" value="$bbuserinfo[showemail]" /></if></td>
						</tr>
						<tr valign="top">
							<td align="right"><label for="cb_vm_enable">$vbphrase[visitor_messaging]:</label></td>
							<td id="vmoptions"<if condition="!$bbuserinfo[vm_enable]"> disabled="disabled"</if>>
								<div><!--<phrase 1="member.php?$session[sessionurl]u=$bbuserinfo[userid]">$vbphrase[features_visitor_messaging_system]</phrase>--><label for="cb_vm_enable"><input type="checkbox" name="options[vm_enable]" value="1" id="cb_vm_enable" onclick="toggle_disabled(this.checked, 'vmoptions')" $checked[vm_enable] />$vbphrase[enable_visitor_messaging]</label><input type="hidden" name="set_options[vm_enable]" value="1" /></div>
								<div style="padding-top:$stylevar[cellpadding]px"><!--<phrase 1="profile.php?$session[sessionurl]do=buddylist">$vbphrase[usage_vm_only_from_contacts]</phrase>--><label for="cb_vm_contactonly"><input type="checkbox" name="options[vm_contactonly]" value="1" id="cb_vm_contactonly" $checked[vm_contactonly] />$vbphrase[limit_vm_to_contacts_only]</label><input type="hidden" name="set_options[vm_contactonly]" value="1" /></div>
							</td>
						</tr>
					<else />
						<input type="hidden" name="options[vm_enable]" value="$bbuserinfo[vm_enable]" />
						<input type="hidden" name="options[vm_contactonly]" value="$bbuserinfo[vm_contactonly]" />
					</if>
					$template_hook[usercp_options_messaging]
					$customfields[messaging]
				</table>
			</div>
		</td>
	</tr>
</tbody>
<tbody>
	<tr>
		<td class="thead">
			<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('uopt_thrd')"><img id="collapseimg_uopt_thrd" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_uopt_thrd].gif" alt="" border="0" /></a>
			$vbphrase[thread_display_options]
		</td>
	</tr>
</tbody>
<tbody id="collapseobj_uopt_thrd" style="$vbcollapse[collapseobj_uopt_thrd]">
	<tr>
		<td align="center">
			<div style="padding:8px" align="$stylevar[left]">
				<table cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%">
					<tr valign="top">
						<td width="35%" align="right">$vbphrase[visible_post_elements]</td>
						<td>
							<!--$vbphrase[option_to_hide_elements]-->
							<div style="padding-top:$stylevar[cellpadding]px"><label for="cb_showsignatures"><input type="checkbox" name="options[showsignatures]" value="1" id="cb_showsignatures" $checked[showsignatures] />$vbphrase[show_signatures]</label><input type="hidden" name="set_options[showsignatures]" value="1" /></div>
							<div style="padding-top:$stylevar[cellpadding]px"><label for="cb_showavatars"><input type="checkbox" name="options[showavatars]" value="1" id="cb_showavatars" $checked[showavatars] />$vbphrase[show_avatars]</label><input type="hidden" name="set_options[showavatars]" value="1" /></div>
							<div style="padding-top:$stylevar[cellpadding]px"><label for="cb_showimages"><input type="checkbox" name="options[showimages]" value="1" id="cb_showimages" $checked[showimages] />$vbphrase[show_images] ($vbphrase[including_attached_and_img_code])</label><input type="hidden" name="set_options[showimages]" value="1" /></div>
						</td>
					</tr>
					<tr>
						<td align="right"><label for="sel_threadedmode">$vbphrase[thread_display_mode]</label></td>
						<td>
							<!--<phrase 1="faq.php?$session[sessionurl]faq=vb3_board_usage#faq_vb3_thread_display">$vbphrase[choose_thread_display_mode]</phrase>-->
							<select name="threadedmode" id="sel_threadedmode">
								<option value="0" $threaddisplaymode[0]>$vbphrase[linear] - $vbphrase[oldest_first]</option>
								<option value="3" $threaddisplaymode[3]>$vbphrase[linear] - $vbphrase[newest_first]</option>
								<if condition="$vboptions['allowthreadedmode']">
								<option value="1" $threaddisplaymode[1]>$vbphrase[threaded]</option>
								<option value="2" $threaddisplaymode[2]>$vbphrase[hybrid]</option>
								</if>
							</select>
						</td>
					</tr>
					<tr>
						<td align="right"><label for="sel_umaxposts">$vbphrase[posts_to_show_per_page]</label></td>
						<td>
							<!--$vbphrase[use_set_posts_before_splitting]-->
							<select name="umaxposts" id="sel_umaxposts">
								<option value="-1" $postsdefaultselected>$vbphrase[use_forum_default]</option>
								$maxpostsoptions
							</select>
						</td>
					</tr>
					<tr>
						<td align="right"><label for="sel_prunedays">$vbphrase[default_thread_age_cut_off]</label></td>
						<td>
							<!--$vbphrase[time_period_to_display_threads]-->
							<select name="prunedays" id="sel_prunedays">
								<option value="0" $daysdefaultselected>$vbphrase[use_forum_default]</option>
								<option value="1" $days1selected>$vbphrase[show_threads_from_last_day]</option>
								<option value="2" $days2selected><phrase 1="2">$vbphrase[show_threads_from_last_x_days]</phrase></option>
								<option value="7" $days7selected>$vbphrase[show_threads_from_last_week]</option>
								<option value="10" $days10selected><phrase 1="10">$vbphrase[show_threads_from_last_x_days]</phrase></option>
								<option value="14" $days14selected><phrase 1="2">$vbphrase[show_threads_from_last_x_weeks]</phrase></option>
								<option value="30" $days30selected>$vbphrase[show_threads_from_last_month]</option>
								<option value="45" $days45selected><phrase 1="45">$vbphrase[show_threads_from_last_x_days]</phrase></option>
								<option value="60" $days60selected><phrase 1="2">$vbphrase[show_threads_from_last_x_months]</phrase></option>
								<option value="75" $days75selected><phrase 1="75">$vbphrase[show_threads_from_last_x_days]</phrase></option>
								<option value="100" $days100selected><phrase 1="100">$vbphrase[show_threads_from_last_x_days]</phrase></option>
								<option value="365" $days365selected>$vbphrase[show_threads_from_last_year]</option>
								<option value="-1" $daysallselected>$vbphrase[show_all_threads]</option>
							</select>
						</td>
					</tr>
					$template_hook[usercp_options_threadview]
					$customfields[threadview]
				</table>
			</div>
		</td>
	</tr>
</tbody>
<tbody>
	<tr>
		<td class="thead">
			<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('uopt_date')"><img id="collapseimg_uopt_date" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_uopt_date].gif" alt="" border="0" /></a>
			$vbphrase[date_time_options]
		</td>
	</tr>
</tbody>
<tbody id="collapseobj_uopt_date" style="$vbcollapse[collapseobj_uopt_date]">
	<tr>
		<td align="center">
			<div style="padding:8px" align="$stylevar[left]">
				<table cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%">
					$timezoneoptions
					<tr>
						<td width="35%" align="right"><label for="sel_startofweek">$vbphrase[start_of_the_week]:</label></td>
						<td>
							<!--$vbphrase[parts_use_different_start_of_week]-->
							<select name="startofweek" id="sel_startofweek">
								<option value="1" $day1selected>$vbphrase[sunday]</option>
								<option value="2" $day2selected>$vbphrase[monday]</option>
								<option value="3" $day3selected>$vbphrase[tuesday]</option>
								<option value="4" $day4selected>$vbphrase[wednesday]</option>
								<option value="5" $day5selected>$vbphrase[thursday]</option>
								<option value="6" $day6selected>$vbphrase[friday]</option>
								<option value="7" $day7selected>$vbphrase[saturday]</option>
							</select>
						</td>
					</tr>
					$template_hook[usercp_options_datetime]
					$customfields[datetime]
				</table>
			</div>
		</td>
	</tr>
</tbody>
<tbody>
<tr>
	<td class="thead">
		<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('uopt_misc')"><img id="collapseimg_uopt_misc" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_uopt_misc].gif" alt="" border="0" /></a>
		$vbphrase[miscellaneous_options]
	</td>
</tr>
</tbody>
<tbody id="collapseobj_uopt_misc" style="$vbcollapse[collapseobj_uopt_misc]">
	<tr>
		<td align="center">
			<div style="padding:8px" align="$stylevar[left]">
				<table cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%">
					<if condition="$show['editormode_picker']">
						<tr>
							<td width="35%" align="right"><label for="sel_showvbcode">$vbphrase[message_editor_interface]</label></td>
							<td>
								<!--$vbphrase[entering_message_three_interface]-->
								<select name="showvbcode" id="sel_showvbcode">
									<option value="0" $selectvbcode[0]>$vbphrase[basic_editor_simple_text_box]</option>
									<option value="1" $selectvbcode[1]>$vbphrase[standard_editor_extra_formatting]</option>
									<if condition="$show['editormode_wysiwyg']"><option value="2" $selectvbcode[2]>$vbphrase[enhanced_interface_wysiwyg]</option></if>
								</select>
							</td>
						</tr>
					<else />
						<input type="hidden" name="showvbcode" value="$bbuserinfo[showvbcode]" />
					</if>
					<if condition="$show['styleoption']">
						<tr>
							<td width="35%" align="right"><label for="sel_newstyleset">$vbphrase[board_skin]</label></td>
							<td>
								<!--$vbphrase[switch_skin_select]-->
								<select name="newstyleset" id="sel_newstyleset">
									$stylesetlist
								</select>
							</td>
						</tr>
					</if>
					<if condition="$show['usercssoption']">
						<tr>
							<td width="35%" align="right"><label for="sel_newstyleset">$vbphrase[user_customizations]</label></td>
							<td><!--$vbphrase[use_can_make_customizations]--><label for="cb_showusercss"><input type="checkbox" name="options[showusercss]" value="1" id="cb_showusercss" $checked[showusercss] />$vbphrase[show_user_customizations]</label><input type="hidden" name="set_options[showusercss]" value="1" /></td>
						</tr>
					</if>
					<if condition="$show['languageoption']">
						<tr>
							<td width="35%" align="right"><label for="sel_languageid">$vbphrase[board_language]</label></td>
							<td>
								<!--$vbphrase[board_can_be_shown_any_language]-->
								<select name="languageid" id="sel_languageid">
									<option value="0">$vbphrase[use_forum_default]</option>
									$languagelist
								</select>
							</td>
						</tr>
					</if>
					$template_hook[usercp_options_other]
					$customfields[other]
				</table>
			</div>
		</td>
	</tr>
</tbody>
<tfoot>
	<tr>
		<td class="btop" align="center">
			<input type="submit" class="button" value="$vbphrase[save_changes]" accesskey="s" /> 
			<input type="reset" class="button" value="$vbphrase[reset_fields]" accesskey="r" />
		</td>
	</tr>
</tfoot>
</table>
$template_hook[usercp_options_end]
</form>]]></template>
	</templategroup>
	<templategroup name="New Posting">
		<template name="newthread" templatetype="template" date="1219868269" username="Timan" version="3.7.3"><![CDATA[$stylevar[htmldoctype]
<html xmlns="http://www.w3.org/1999/xhtml" dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
$headinclude
<title>$vboptions[bbtitle] - $vbphrase[post_new_thread]</title>
</head>
<body $onload>
$header
$navbar
$postpreview
<form action="newthread.php?do=postthread&amp;f=$forumid" method="post" name="vbform"<if condition="!is_browser('webtv')"> onsubmit="return vB_Editor['$editorid'].prepare_submit(this.subject.value, $vboptions[postminchars])"</if>>
<table cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center">
	<tr>
		<td class="tcat">
			<span class="normal" style="float:$stylevar[right]"><strong>$vbphrase[forum]:</strong> <a href="forumdisplay.php?$session[sessionurl]f=$foruminfo[forumid]">$foruminfo[title]</a></span>
			$vbphrase[post_new_thread]
		</td>
	</tr>
	<tr>
		<td align="center">
			<div style="width:$stylevar[formwidth];padding:8px" align="$stylevar[left]">
				$usernamecode
				<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
					$human_verify
				</table>
				<!-- subject field -->
				<table cellpadding="0" cellspacing="0" border="0">
					<tr>
						<if condition="$prefix_options">
							<td style="padding-bottom:4px">$vbphrase[prefix]:</td>
							<td style="padding-bottom:4px" colspan="3">$vbphrase[title]:</td>
						<else />
							<td style="padding-bottom:4px" colspan="4">$vbphrase[title]:</td>
						</if>
					</tr>
					<tr>
						<if condition="$prefix_options">
							<td style="padding-right: 1px">
								<select name="prefixid" class="bginput" tabindex="1">
									<option value="">$vbphrase[no_prefix_meta]</option>
									$prefix_options
								</select>
							</td>
						</if>
						<td>
							<input type="text" class="bginput" name="subject" value="$subject" size="40" maxlength="$vboptions[titlemaxchars]" tabindex="1" />
						</td>
						<td>&nbsp;&nbsp;</td>
						<td><img id="display_posticon" src="$selectedicon[src]" alt="$selectedicon[alt]" /></td>
					</tr>
				</table>
				<!-- / subject field -->
				<!-- message area -->
				<div style="padding-top:8px;padding-bottom:4px">$vbphrase[message]:</div>
				$messagearea
				<!-- / message area -->
				<if condition="$show['tag_option']">
					<fieldset class="fieldset" style="margin-top:$stylevar[cellpadding]px">
						<legend>$vbphrase[tags]</legend>
						<div class="pad8all">
							<div style="padding-bottom:4px">$vbphrase[separate_tags_using_comma]</div>
							<span id="tag_add"><input type="text" class="bginput" name="taglist" id="tag_add_input" value="$newpost[taglist]" size="40" tabindex="1" /></span>
							<if condition="$show['tags_remain']"><div style="padding-top:8px"><phrase 1="$tags_remain">$vbphrase[you_may_add_x_tags_to_thread]</phrase></div></if>
							<if condition="$show['popups']">
								<div id="tag_add_menu" class="dropdown" style="display:none"></div>
								<script type="text/javascript" src="clientscript/vbulletin_ajax_tagsugg.js?v=$vboptions[simpleversion]"></script>
								<script type="text/javascript">
								<!--
									vbmenu_register('tag_add', true);
									tag_add_comp = new vB_AJAX_TagSuggest('tag_add_comp', 'tag_add_input', 'tag_add');
									tag_add_comp.allow_multiple = true;
									tag_add_comp.set_delimiters('$tag_delimiters');
								//-->
								</script>
							</if>
						</div>
					</fieldset>
				</if>
				$posticons
			</div>
		</td>
	</tr>
	<tr>
		<td class="btop" align="center">
			<input type="hidden" name="s" value="$session[sessionhash]" />
			<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
			<input type="hidden" name="f" value="$forumid" />
			<input type="hidden" name="do" value="postthread" />
			<input type="hidden" name="posthash" value="$posthash" />
			<input type="hidden" name="poststarttime" value="$poststarttime" />
			<input type="hidden" name="loggedinuser" value="$bbuserinfo[userid]" />
			<input type="submit" class="button" name="sbutton" id="{$editorid}_save" value="$vbphrase[submit_new_thread]" accesskey="s" tabindex="1" /> 
			<input type="submit" class="button" name="preview" value="$vbphrase[preview_post]" accesskey="r" tabindex="1" />
		</td>
	</tr>
</table>
<if condition="$show['additional_options']">
	<table cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center">
	<thead>
		<tr>
			<td class="tcat">
				<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('newpost_options')"><img id="collapseimg_newpost_options" src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_newpost_options].gif" alt="" border="0" /></a>
				$vbphrase[additional_options]
			</td>
		</tr>
	</thead>
	<tbody id="collapseobj_newpost_options" style="$vbcollapse[collapseobj_newpost_options]">
		<tr valign="top">
			<td align="center">
				<div style="width:$stylevar[formwidth];padding:8px" align="$stylevar[left]">
					<if condition="$show['podcasturl']">
						<!-- podcast stuff -->
						<fieldset class="fieldset">
							<legend>$vbphrase[podcast_options]</legend>
							<div class="pad4all">
								<table cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0">
									<tr>
										<td>$vbphrase[podcast_url]:</td>
										<td>$vbphrase[filesize_bytes]:</td>
									</tr>
									<tr>
										<td style="padding-top:0"><input type="text" class="bginput" name="podcasturl" value="$podcasturl" size="50" maxlength="255" tabindex="1" title="$vbphrase[podcast_url]" /></td>
										<td style="padding-top:0"><input type="text" class="bginput" name="podcastsize" value="$podcastsize" size="10" tabindex="1" title="$vbphrase[podcast_size]" /></td>
									</tr>
									<tr>
										<td>$vbphrase[subtitle]:</td>
										<td>$vbphrase[explicit]:</td>
									</tr>
									<tr>
										<td style="padding-top:0"><input type="text" class="bginput" name="podcastsubtitle" value="$podcastsubtitle" size="50" maxlength="255" tabindex="1" title="$vbphrase[subtitle]" /></td>
										<td style="padding-top:0"><input type="checkbox" name="podcastexplicit" value="1" tabindex="1" $explicitchecked title="$vbphrase[explicit]" /></td>
									</tr>
									<tr>
										<td>$vbphrase[keywords]:</td>
										<td>$vbphrase[author]:</td>
									</tr>
									<tr>
										<td style="padding-top:0"><input type="text" class="bginput" name="podcastkeywords" value="$podcastkeywords" size="50" maxlength="255" tabindex="1" title="$vbphrase[keywords]" /></td>
										<td style="padding-top:0"><input type="text" class="bginput" name="podcastauthor" value="$podcastauthor" size="25" maxlength="255" tabindex="1" title="$vbphrase[author]" /></td>
									</tr>
								</table>
							</div>
						</fieldset>
						<!-- / podcast stuff -->
					</if>
					<if condition="$show['misc_options']">
						<fieldset class="fieldset">
							<legend>$vbphrase[miscellaneous_options]</legend>
							<div class="pad8all">
								<if condition="$bbuserinfo['signature'] != ''"><div style="padding-bottom:4px"><label for="cb_signature"><input type="checkbox" name="signature" value="1" id="cb_signature" tabindex="1" $checked[signature] />$vbphrase[show_your_signature]</label></div></if>
								<if condition="$show['parseurl']"><div><label for="cb_parseurl"><input type="checkbox" name="parseurl" value="1" id="cb_parseurl" tabindex="1" $checked[parseurl] />$vbphrase[automatically_parse_links_in_text]</label></div></if>
								$disablesmiliesoption
							</div>
						</fieldset>
					</if>
					$attachmentoption
					<if condition="$show['member']">
						<fieldset class="fieldset">
							<legend>$vbphrase[thread_subscription]</legend>
							<div class="pad4all">
								<table cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0">
									<tr>
										<td>$vbphrase[notification_type]:</td>
										<td>
											<select name="emailupdate" tabindex="1">
												<option value="9999" $emailchecked[9999]>$vbphrase[do_not_subscribe]</option>
												<option value="0" $emailchecked[0]>$vbphrase[no_email_notification]</option>
												<option value="1" $emailchecked[1]>$vbphrase[instant_email_notification]</option>
												<option value="2" $emailchecked[2]>$vbphrase[daily_email_notification]</option>
												<option value="3" $emailchecked[3]>$vbphrase[weekly_email_notification]</option>
											</select>
										</td>
									</tr>
									<if condition="$show['subscribefolders']">
										<tr>
											<td>$vbphrase[folder]:</td>
											<td><select name="folderid" tabindex="1">$folderbits</select></td>
										</tr>
									</if>
								</table>
							</div>
						</fieldset>
					</if>
					<if condition="$show['poll']">
						<fieldset class="fieldset">
							<legend>$vbphrase[post_a_poll]</legend>
							<div class="pad8all">
								<div style="padding-bottom:4px"><label for="cb_postpoll"><input type="checkbox" name="postpoll" value="yes" id="cb_postpoll" tabindex="1" $checked[postpoll] />$vbphrase[yes_post_a_poll_thread]</label></div>
								<div><label for="polloptnum">$vbphrase[number_of_poll_options]: <input type="text" class="bginput" size="5" name="polloptions" value="$polloptions" id="polloptnum" tabindex="1" /></label> <if condition="$vboptions['maxpolloptions']">($vbphrase[maximum]: $vboptions[maxpolloptions])</if></div>
							</div>
						</fieldset>
					</if>
					$threadmanagement
				</div>
			</td>
		</tr>
		<tr>
			<td class="btop" align="center">
				<input type="submit" class="button" name="sbutton" value="$vbphrase[submit_new_thread]" accesskey="s" tabindex="1" /> 
				<input type="submit" class="button" name="preview" value="$vbphrase[preview_post]" accesskey="r" tabindex="1" />
			</td>
		</tr>
	</tbody>
	</table>
</if>
</form>
<div class="pad8all btop">$forumrules</div>
$footer
</body>
</html>]]></template>
	</templategroup>
	<templategroup name="Postbit">
		<template name="postbit" templatetype="template" date="1219868368" username="Timan" version="3.7.3"><![CDATA[$template_hook[postbit_start]
<table id="post$post[postid]" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center">
	<tr>
		<td class="postbit bbot" style="padding:0px">
			<!-- user info -->
			<table cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%">
				<tr>
					<if condition="$show['avatar']">
						<td>
							<div class="avatar" align="center">
								<a href="member.php?$session[sessionurl]u=$post[userid]"><img src="$post[avatarurl]" $post[avwidth] $post[avheight] alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></a>
							</div>
						</td>
					</if>
					<td nowrap="nowrap">
						<div id="postmenu_$post[postid]" class="pad4top">
							<if condition="$show['profile']">
								<a class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]">$post[musername]</a>
								<script type="text/javascript"> vbmenu_register("postmenu_$post[postid]", true); </script>
							<else />
								$post[musername]
							</if>
						</div>
						<div>
							<if condition="$post['usertitle']"><div class="pad4top" style="padding-top:0"><b>$post[usertitle]</b></div></if>
							<if condition="$post['rank']"><div class="pad4top">$post[rank]</div></if>
							$template_hook[postbit_userinfo_left]
						</div>
					</td>
					<td width="100%">&nbsp;</td>
					<td nowrap="nowrap">
						<table cellpadding="2" cellspacing="0" border="0">
							<if condition="$post['joindate']">
								<tr>
									<td align="right" class="time" width="50%">$vbphrase[join_date]:</td>
									<td align="left" width="50%">$post[joindate]</td>
								</tr>
							</if>
							<if condition="$post['field2']">
								<tr>
									<td align="right" class="time" width="50%">$vbphrase[location_perm]:</td>
									<td align="left" width="50%">$post[field2]</td>
								</tr>
							</if>
							<if condition="$post['age']">
								<tr>
									<td align="right" class="time" width="50%">$vbphrase[age]:</td>
									<td align="left" width="50%">$post[age]</td>
								</tr>
							</if>
							<tr>
								<td align="right" class="time" width="50%">
									<if condition="$show['reputation']"><span id="repdisplay_$post[postid]_$post[userid]">$post[reputationdisplay]</span> </if>
									$vbphrase[posts]:
								</td>
								<td align="left" width="50%">$post[posts]</td>
							</tr>
							<!--$template_hook[postbit_userinfo_right_after_posts]-->
							<if condition="$show['infraction']">
								<tr>
									<td align="right" class="time" width="50%">$vbphrase[infractions]:</td>
									<td align="left">$post[warnings]/$post[infractions] ($post[ipoints])</td>
								</tr>
							</if>
							<if condition="$show['reputation'] & $show['reppower']">
								<tr>
									<td align="right" class="time" width="50%">$vbphrase[reppower]:</td>
									<td align="left"><span id="reppower_$post[postid]_$post[userid]">$post[reppower]</span></td>
								</tr>
							</if>
							<tr>
								<td colspan="2" align="center" style="padding-top:5px;">
									<if condition="$show['member']">$post[onlinestatus] </if>
									<if condition="$show['reputationlink']">
										<span id="reputationmenu_$post[postid]"><a href="reputation.php?$session[sessionurl]p=$post[postid]" rel="nofollow" id="reputation_$post[postid]"><img src="$stylevar[imgdir_button]/reputation.gif" alt="<phrase 1="$post[username]">$vbphrase[add_to_xs_reputation]</phrase>" border="0" /></a></span>
										<if condition="$show['popups']"><script type="text/javascript"> vbrep_register("$post[postid]")</script></if>
									</if> 
									$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon] $post[iplogged]
								</td>
							</tr>
						</table>
						$template_hook[postbit_userinfo_right]
					</td>
				</tr>
			</table>
			<!-- / user info -->
		</td>
	</tr>
	<tr>
		<if condition="$show['spam']">
			<if condition="$show['spam']">
				<td class="alt4" id="td_post_$post[postid]" style="padding: 4px 8px 4px 8px;" title="$vbphrase[spam_post]">
			<else />
				<td class="alt1" id="td_post_$post[postid]" style="padding: 4px 8px 4px 8px;">
			</if>
		<else />
			<if condition="$show['moderated'] OR $show['deletedpost']">
				<td class="alt3" id="td_post_$post[postid]" style="padding: 4px 8px 4px 8px;">
			<else />
				<td class="alt1" id="td_post_$post[postid]" style="padding: 4px 8px 4px 8px;">
			</if>
		</if>
		<!-- message, attachments, sig -->
			$template_hook[postbit_messagearea_start]
			<div class="bbot2" style="padding-bottom:4px">
				<table border="0" cellpadding="0" cellspacing="0" width="100%">
					<tr>
						<td align="left" $post[scrolltothis]>
							<!-- icon and title -->
							<!--<if condition="$show['messageicon']"><img class="inlineimg" src="$post[iconpath]" alt="$post[icontitle]" border="0" /></if>-->
							<if condition="$post['title']"><strong><a class="post-title" href="showpost.php?$session[sessionurl]p=$post[postid]&amp;postcount=$post[postcount]" target="new" rel="nofollow" id="postcount$post[postid]" name="$post[postcount]">$post[title]</a>,</strong> </if>
							<!-- / icon and title -->
							<if condition="$show['announcement']">
								<span title="$post[statustitle]">Posted <span class="time"><phrase 1="$post[startdate]" 2="$post[enddate]">$vbphrase[x_until_y]</phrase></span></span>
							<else />
								<!-- status icon and date -->
								<span title="$post[statustitle]"><a name="post$post[postid]"></a>Posted <span class="time">$post[postdate]<if condition="!$show['detailedtime']">, $post[posttime]</if></span></span>
								$post[firstnewinsert]
								<!-- / status icon and date -->
							</if>
							<if condition="$show['reportlink']"><span class="desc2"> | <a href="report.php?$session[sessionurl]p=$post[postid]" rel="nofollow" title="$vbphrase[report_bad_post]">Report</a></span></if>
						</td>
						<td align="right">
							<if condition="$show['postcount']">#<a href="showpost.php?$session[sessionurl]p=$post[postid]&amp;postcount=$post[postcount]" target="new" rel="nofollow" id="postcount$post[postid]" name="$post[postcount]"><strong>$post[postcount]</strong></a></if>
							<if condition="$show['inlinemod']"><input type="checkbox" name="plist[$postid]" id="plist_$postid" style="vertical-align:middle;padding:0px;margin:0px 0px 0px 5px" value="$post[checkbox_value]" /></if>
						</td>
					</tr>
				</table>
			</div>
			<!-- message -->
			<div class="post" id="post_message_$post[postid]">
				$ad_location[ad_showthread_firstpost_start]
				$post[message]
			</div>
			<!-- / message -->
			<if condition="$show['attachments']">
				<!-- attachments -->
				<div style="padding:$stylevar[cellpadding]px">
					<if condition="$show['thumbnailattachment']">
						<fieldset class="fieldset">
							<legend>$vbphrase[attached_thumbnails]</legend>
							<div style="padding:$stylevar[cellpadding]px">
							$post[thumbnailattachments]
							</div>
						</fieldset>
					</if>
					<if condition="$show['imageattachment']">
						<fieldset class="fieldset">
							<legend>$vbphrase[attached_images]</legend>
							<div style="padding:$stylevar[cellpadding]px">
							$post[imageattachments]
							</div>
						</fieldset>
					</if>
					<if condition="$show['imageattachmentlink']">
						<fieldset class="fieldset">
							<legend>$vbphrase[attached_images]</legend>
							<table cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0">
							$post[imageattachmentlinks]
							</table>
						</fieldset>
					</if>
					<if condition="$show['otherattachment']">
						<fieldset class="fieldset">
							<legend>$vbphrase[attached_files]</legend>
							<table cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0">
							$post[otherattachments]
							</table>
						</fieldset>
					</if>
					<if condition="$show['moderatedattachment']">
						<fieldset class="fieldset">
							<legend>$vbphrase[attachments_pending_approval]</legend>
							<table cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0">
							$post[moderatedattachments]
							</table>
						</fieldset>
					</if>
				</div>
				<!-- / attachments -->
			</if>
			$template_hook[postbit_signature_start]
			$ad_location[ad_showthread_firstpost_sig]
			<if condition="$post['signature']">
				<!-- sig -->
				<div class="sig">$post[signature]</div>
				<!-- / sig -->
			</if>
			$template_hook[postbit_signature_end]
		</td>
	</tr>
	<tr>
		<if condition="$show['spam']">
			<if condition="$show['spam']">
				<td class="alt4" align="right" style="padding: 4px 8px 4px 8px;">
			<else />
				<td class="alt1" align="right" style="padding: 4px 8px 4px 8px;">
			</if>
		<else />
			<if condition="$show['moderated'] OR $show['deletedpost']">
				<td class="alt3" align="right" style="padding: 4px 8px 4px 8px;">
			<else />
				<td class="alt1" align="right" style="padding: 4px 8px 4px 8px;">
			</if>
		</if>
			<div class="btop2" style="padding-top:5px">
				<table border="0" cellpadding="0" cellspacing="0" width="100%">
					<tr>
						<td class="desc" width="100%">
							<if condition="$show['postedited']">
							<!-- edit note -->
								<div class="smallfont">
									<if condition="$show['postedithistory']">
										<phrase 1="$post[edit_username]" 2="$post[edit_date]" 3="$post[edit_time]" 4="posthistory.php?$session[sessionurl]p=$post[postid]">$vbphrase[last_edited_link_by_x_on_y_at_z_postid]</phrase>.
									<else />
										<phrase 1="$post[edit_username]" 2="$post[edit_date]" 3="$post[edit_time]">$vbphrase[last_edited_by_x_on_y_at_z]</phrase>.
									</if>
									<if condition="$post['edit_reason']">
										$vbphrase[reason]: $post[edit_reason]
									</if>
								</div>
							<!-- / edit note -->
							</if>
						</td>
						<td align="right" nowrap="nowrap">
							<!-- controls -->
							<if condition="$post['editlink']">
								<img style="display: none" id="progress_$postid" src="$stylevar[imgdir_misc]/progress.gif" alt="$vbphrase[loading_editor_please_wait]" />
								<a href="$post[editlink]" name="vB::QuickEdit::$post[postid]"><img src="$stylevar[imgdir_button]/edit.gif" alt="$vbphrase[edit_delete_message]" border="0" /></a>
							</if>
							<if condition="$post['forwardlink']">
								<a href="$post[forwardlink]"><img src="$stylevar[imgdir_button]/forward.gif" alt="$vbphrase[forward_message]" border="0" /></a>
							</if>
							<if condition="$post['replylink']">
								<a href="$post[replylink]" rel="nofollow"><img src="$stylevar[imgdir_button]/<if condition="$post['forwardlink']">reply_small<else />quote</if>.gif" alt="$vbphrase[reply_with_quote]" border="0" /></a>
							</if>
							<if condition="$show['multiquote_post']">
								<a href="$post[replylink]" rel="nofollow" onclick="return false"><img src="$stylevar[imgdir_button]/multiquote_<if condition="$show['multiquote_selected']">on<else />off</if>.gif" alt="$vbphrase[multi_quote_this_message]" border="0" id="mq_$post[postid]" /></a>
							</if>
							<if condition="$show['quickreply'] AND !$show['threadedmode']">
								<a href="$post[replylink]" rel="nofollow" id="qr_$post[postid]" onclick="return false"><img src="$stylevar[imgdir_button]/quickreply.gif" alt="$vbphrase[quick_reply_to_this_message]" border="0" /></a>
							</if>
							<if condition="$show['deletedpost'] & $show['managepost']">
								<a href="postings.php?$session[sessionurl]do=managepost&amp;p=$post[postid]"><img src="$stylevar[imgdir_misc]/trashcan.gif" alt="$vbphrase[manage]" border="0" /></a>
							</if>
							$template_hook[postbit_controls]
							<!-- / controls -->
						</td>
					</tr>
				</table>
			</div>
		</td>
	</tr>
</table>
<div class="postsep btop bbot"><img src="$stylevar[imgdir_misc]/post_sep.gif" alt="" /></div>
$template_hook[postbit_end]
<!-- post $post[postid] popup menu -->
<div class="dropdown" id="postmenu_$post[postid]_menu" style="display:none">
	<dl>
		<dt>$post[username]</dt>
		<if condition="$show['profile']"><dd><a href="member.php?$session[sessionurl]u=$post[userid]">$vbphrase[view_public_profile]</a></dd></if>
		<if condition="$show['pmlink']"><dd><a href="private.php?$session[sessionurl]do=newpm&amp;u=$post[userid]" rel="nofollow"><phrase 1="$post[username]">$vbphrase[send_private_message_to_x]</phrase></a></dd></if>
		<if condition="$show['emaillink']"><dd><a href="sendmessage.php?$session[sessionurl]do=mailmember&amp;u=$post[userid]" rel="nofollow"><phrase 1="$post[username]">$vbphrase[send_email_to_x]</phrase></a></dd></if>
		<if condition="$show['homepage']"><dd><a href="$post[homepage]"><phrase 1="$post[username]">$vbphrase[visit_xs_homepage]</phrase></a></dd></if>
		<if condition="$show['search']"><dd><a href="search.php?$session[sessionurl]do=finduser&amp;u=$post[userid]" rel="nofollow"><phrase 1="$post[username]">$vbphrase[find_more_posts_by_x]</phrase></a></dd></if>
		<if condition="$post['userid'] AND $show['member']"><dd><a href="profile.php?$session[sessionurl]do=addlist&amp;userlist=buddy&amp;u=$post[userid]"><phrase 1="$post[username]">$vbphrase[add_x_to_contacts]</phrase></a></dd>		</if>
		<if condition="$show['infractionlink']"><dd><a href="infraction.php?$session[sessionurl]do=report&amp;p=$post[postid]" rel="nofollow"><phrase 1="$post[username]">$vbphrase[add_infraction_for_x]</phrase></a></dd></if>
		<if condition="$show['redcard']">
			<dd><a href="infraction.php?$session[sessionurl]do=view&amp;p=$post[postid]">$vbphrase[received_infraction]</a></dd>
		<else />
			<if condition="$show['yellowcard']"><dd><a href="infraction.php?$session[sessionurl]do=view&amp;p=$post[postid]">$vbphrase[received_warning]</a></dd></if>
		</if>
		$template_hook[postbit_user_popup]
	</dl>
</div>
<!-- / post $post[postid] popup menu -->]]></template>
		<template name="postbit_legacy" templatetype="template" date="1219868421" username="Timan" version="3.7.3"><![CDATA[$template_hook[postbit_start]
<table id="post$post[postid]" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center">
	<tr valign="top">
		<td class="postbit bright" width="175">
			<div id="postmenu_$post[postid]" align="center" style="padding: 8px 0 8px 0;">
				<if condition="$show['profile']">
					<a class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]">$post[musername]</a>
					<script type="text/javascript"> vbmenu_register("postmenu_$post[postid]", true); </script>
				<else />
					$post[musername]
				</if>
			</div>
			<if condition="$show['avatar']">
				<div class="avatar" align="center">
					<a href="member.php?$session[sessionurl]u=$post[userid]"><img src="$post[avatarurl]" $post[avwidth] $post[avheight] alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></a>
				</div>
			</if>
			<div align="center" style="padding: 8px 0 0 0;">
				<if condition="$post['usertitle']"><div><b>$post[usertitle]</b></div><br /></if>
				<if condition="$post['rank']"><div>$post[rank]</div><br /></if>
				$template_hook[postbit_userinfo_left]
				<table cellpadding="2" cellspacing="0" border="0" align="center">
					<if condition="$post['joindate']">
						<tr>
							<td align="right" class="time" width="50%">$vbphrase[join_date]:</td>
							<td align="left" width="50%">$post[joindate]</td>
						</tr>
					</if>
					<if condition="$post['field2']">
						<tr>
							<td align="right" class="time" width="50%">$vbphrase[location_perm]:</td>
							<td align="left" width="50%">$post[field2]</td>
						</tr>
					</if>
					<if condition="$post['age']">
						<tr>
							<td align="right" class="time" width="50%">$vbphrase[age]:</td>
							<td align="left" width="50%">$post[age]</td>
						</tr>
					</if>
					<tr>
						<td align="right" class="time" width="50%">
							<if condition="$show['reputation']"><span id="repdisplay_$post[postid]_$post[userid]">$post[reputationdisplay]</span> </if>
							$vbphrase[posts]:
						</td>
						<td align="left" width="50%">$post[posts]</td>
					</tr>
					<!--$template_hook[postbit_userinfo_right_after_posts]-->
					<if condition="$show['infraction']">
						<tr>
							<td align="right" class="time" width="50%">$vbphrase[infractions]:</td>
							<td align="left">$post[warnings]/$post[infractions] ($post[ipoints])</td>
						</tr>
					</if>
					<if condition="$show['reputation'] & $show['reppower']">
						<tr>
							<td align="right" class="time" width="50%">$vbphrase[reppower]:</td>
							<td align="left"><span id="reppower_$post[postid]_$post[userid]">$post[reppower]</span></td>
						</tr>
					</if>
					<tr>
						<td colspan="2" align="center" style="padding-top:5px;">
							<if condition="$show['member']">$post[onlinestatus] </if>
							<if condition="$show['reputationlink']">
								<span id="reputationmenu_$post[postid]"><a href="reputation.php?$session[sessionurl]p=$post[postid]" rel="nofollow" id="reputation_$post[postid]"><img src="$stylevar[imgdir_button]/reputation.gif" alt="<phrase 1="$post[username]">$vbphrase[add_to_xs_reputation]</phrase>" border="0" /></a></span>
								<if condition="$show['popups']"><script type="text/javascript"> vbrep_register("$post[postid]")</script></if>
							</if> 
							$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon] $post[iplogged]
						</td>
					</tr>
				</table>
				$template_hook[postbit_userinfo_right]
			</div>
		</td>
		<if condition="$show['spam']">
			<if condition="$show['spam']">
				<td class="alt4" id="td_post_$post[postid]" style="padding: 4px 8px 4px 8px;" title="$vbphrase[spam_post]">
			<else />
				<td class="alt1" id="td_post_$post[postid]" style="padding: 4px 8px 4px 8px;">
			</if>
		<else />
			<if condition="$show['moderated'] OR $show['deletedpost']">
				<td class="alt3" id="td_post_$post[postid]" style="padding: 4px 8px 4px 8px;">
			<else />
				<td class="alt1" id="td_post_$post[postid]" style="padding: 4px 8px 4px 8px;">
			</if>
		</if>
			$template_hook[postbit_messagearea_start]
			<div class="bbot2" style="padding-bottom:4px">
				<table border="0" cellpadding="0" cellspacing="0" width="100%">
					<tr>
						<td align="left" $post[scrolltothis]>
							<!-- icon and title -->
							<!--<if condition="$show['messageicon']"><img class="inlineimg" src="$post[iconpath]" alt="$post[icontitle]" border="0" /></if>-->
							<if condition="$post['title']"><strong><a class="post-title" href="showpost.php?$session[sessionurl]p=$post[postid]&amp;postcount=$post[postcount]" target="new" rel="nofollow" id="postcount$post[postid]" name="$post[postcount]">$post[title]</a>,</strong> </if>
							<!-- / icon and title -->
							<if condition="$show['announcement']">
								<span title="$post[statustitle]">Posted <span class="time"><phrase 1="$post[startdate]" 2="$post[enddate]">$vbphrase[x_until_y]</phrase></span></span>
							<else />
								<!-- status icon and date -->
								<span title="$post[statustitle]"><a name="post$post[postid]"></a>Posted <span class="time">$post[postdate]<if condition="!$show['detailedtime']">, $post[posttime]</if></span></span>
								$post[firstnewinsert]
								<!-- / status icon and date -->
							</if>
							<if condition="$show['reportlink']"><span class="desc2"> | <a href="report.php?$session[sessionurl]p=$post[postid]" rel="nofollow" title="$vbphrase[report_bad_post]">Report</a></span></if>
						</td>
						<td align="right">
							<if condition="$show['postcount']">#<a href="showpost.php?$session[sessionurl]p=$post[postid]&amp;postcount=$post[postcount]" target="new" rel="nofollow" id="postcount$post[postid]" name="$post[postcount]"><strong>$post[postcount]</strong></a></if>
							<if condition="$show['inlinemod']"><input type="checkbox" name="plist[$postid]" id="plist_$postid" style="vertical-align:middle;padding:0px;margin:0px 0px 0px 5px" value="$post[checkbox_value]" /></if>
						</td>
					</tr>
				</table>
			</div>
			<!-- message -->
			<div class="post" id="post_message_$post[postid]">
				$ad_location[ad_showthread_firstpost_start]
				$post[message]
			</div>
			<!-- / message -->
			<if condition="$show['attachments']">
				<!-- attachments -->
				<div style="padding:$stylevar[cellpadding]px">
					<if condition="$show['thumbnailattachment']">
						<fieldset class="fieldset">
							<legend>$vbphrase[attached_thumbnails]</legend>
							<div style="padding:$stylevar[cellpadding]px">
							$post[thumbnailattachments]
							</div>
						</fieldset>
					</if>
					<if condition="$show['imageattachment']">
						<fieldset class="fieldset">
							<legend>$vbphrase[attached_images]</legend>
							<div style="padding:$stylevar[cellpadding]px">
							$post[imageattachments]
							</div>
						</fieldset>
					</if>
					<if condition="$show['imageattachmentlink']">
						<fieldset class="fieldset">
							<legend>$vbphrase[attached_images]</legend>
							<table cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0">
							$post[imageattachmentlinks]
							</table>
						</fieldset>
					</if>
					<if condition="$show['otherattachment']">
						<fieldset class="fieldset">
							<legend>$vbphrase[attached_files]</legend>
							<table cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0">
							$post[otherattachments]
							</table>
						</fieldset>
					</if>
					<if condition="$show['moderatedattachment']">
						<fieldset class="fieldset">
							<legend>$vbphrase[attachments_pending_approval]</legend>
							<table cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0">
							$post[moderatedattachments]
							</table>
						</fieldset>
					</if>
				</div>
				<!-- / attachments -->
			</if>
			$template_hook[postbit_signature_start]
			$ad_location[ad_showthread_firstpost_sig]
			<if condition="$post['signature']">
				<!-- sig -->
				<div class="sig">$post[signature]</div>
				<!-- / sig -->
			</if>
			$template_hook[postbit_signature_end]
		</td>
	</tr>
	<tr>
		<td class="postbit bright"><img src="$stylevar[imgdir_misc]/blank.gif" width="175" height="1" alt="" border="0" /></td>
		<if condition="$show['spam']">
			<if condition="$show['spam']">
				<td class="alt4" align="right" style="padding: 4px 8px 4px 8px;">
			<else />
				<td class="alt1" align="right" style="padding: 4px 8px 4px 8px;">
			</if>
		<else />
			<if condition="$show['moderated'] OR $show['deletedpost']">
				<td class="alt3" align="right" style="padding: 4px 8px 4px 8px;">
			<else />
				<td class="alt1" align="right" style="padding: 4px 8px 4px 8px;">
			</if>
		</if>
			<div class="btop2" style="padding-top:5px">
				<table border="0" cellpadding="0" cellspacing="0" width="100%">
					<tr>
						<td class="desc" width="100%">
							<if condition="$show['postedited']">
							<!-- edit note -->
								<div class="smallfont">
									<if condition="$show['postedithistory']">
										<phrase 1="$post[edit_username]" 2="$post[edit_date]" 3="$post[edit_time]" 4="posthistory.php?$session[sessionurl]p=$post[postid]">$vbphrase[last_edited_link_by_x_on_y_at_z_postid]</phrase>.
									<else />
										<phrase 1="$post[edit_username]" 2="$post[edit_date]" 3="$post[edit_time]">$vbphrase[last_edited_by_x_on_y_at_z]</phrase>.
									</if>
									<if condition="$post['edit_reason']">
										$vbphrase[reason]: $post[edit_reason]
									</if>
								</div>
							<!-- / edit note -->
							</if>
						</td>
						<td align="right" nowrap="nowrap">
							<!-- controls -->
							<if condition="$post['editlink']">
								<img style="display: none" id="progress_$postid" src="$stylevar[imgdir_misc]/progress.gif" alt="$vbphrase[loading_editor_please_wait]" />
								<a href="$post[editlink]" name="vB::QuickEdit::$post[postid]"><img src="$stylevar[imgdir_button]/edit.gif" alt="$vbphrase[edit_delete_message]" border="0" /></a>
							</if>
							<if condition="$post['forwardlink']">
								<a href="$post[forwardlink]"><img src="$stylevar[imgdir_button]/forward.gif" alt="$vbphrase[forward_message]" border="0" /></a>
							</if>
							<if condition="$post['replylink']">
								<a href="$post[replylink]" rel="nofollow"><img src="$stylevar[imgdir_button]/<if condition="$post['forwardlink']">reply_small<else />quote</if>.gif" alt="$vbphrase[reply_with_quote]" border="0" /></a>
							</if>
							<if condition="$show['multiquote_post']">
								<a href="$post[replylink]" rel="nofollow" onclick="return false"><img src="$stylevar[imgdir_button]/multiquote_<if condition="$show['multiquote_selected']">on<else />off</if>.gif" alt="$vbphrase[multi_quote_this_message]" border="0" id="mq_$post[postid]" /></a>
							</if>
							<if condition="$show['quickreply'] AND !$show['threadedmode']">
								<a href="$post[replylink]" rel="nofollow" id="qr_$post[postid]" onclick="return false"><img src="$stylevar[imgdir_button]/quickreply.gif" alt="$vbphrase[quick_reply_to_this_message]" border="0" /></a>
							</if>
							<if condition="$show['deletedpost'] & $show['managepost']">
								<a href="postings.php?$session[sessionurl]do=managepost&amp;p=$post[postid]"><img src="$stylevar[imgdir_misc]/trashcan.gif" alt="$vbphrase[manage]" border="0" /></a>
							</if>
							$template_hook[postbit_controls]
							<!-- / controls -->
						</td>
					</tr>
				</table>
			</div>
		</td>
	</tr>
</table>
<div class="postsep btop bbot"><img src="$stylevar[imgdir_misc]/post_sep.gif" alt="" /></div>
$template_hook[postbit_end]
<!-- post $post[postid] popup menu -->
<div class="dropdown" id="postmenu_$post[postid]_menu" style="display:none">
	<dl>
		<dt>$post[username]</dt>
		<if condition="$show['profile']"><dd><a href="member.php?$session[sessionurl]u=$post[userid]">$vbphrase[view_public_profile]</a></dd></if>
		<if condition="$show['pmlink']"><dd><a href="private.php?$session[sessionurl]do=newpm&amp;u=$post[userid]" rel="nofollow"><phrase 1="$post[username]">$vbphrase[send_private_message_to_x]</phrase></a></dd></if>
		<if condition="$show['emaillink']"><dd><a href="sendmessage.php?$session[sessionurl]do=mailmember&amp;u=$post[userid]" rel="nofollow"><phrase 1="$post[username]">$vbphrase[send_email_to_x]</phrase></a></dd></if>
		<if condition="$show['homepage']"><dd><a href="$post[homepage]"><phrase 1="$post[username]">$vbphrase[visit_xs_homepage]</phrase></a></dd></if>
		<if condition="$show['search']"><dd><a href="search.php?$session[sessionurl]do=finduser&amp;u=$post[userid]" rel="nofollow"><phrase 1="$post[username]">$vbphrase[find_more_posts_by_x]</phrase></a></dd></if>
		<if condition="$post['userid'] AND $show['member']"><dd><a href="profile.php?$session[sessionurl]do=addlist&amp;userlist=buddy&amp;u=$post[userid]"><phrase 1="$post[username]">$vbphrase[add_x_to_contacts]</phrase></a></dd>		</if>
		<if condition="$show['infractionlink']"><dd><a href="infraction.php?$session[sessionurl]do=report&amp;p=$post[postid]" rel="nofollow"><phrase 1="$post[username]">$vbphrase[add_infraction_for_x]</phrase></a></dd></if>
		<if condition="$show['redcard']">
			<dd><a href="infraction.php?$session[sessionurl]do=view&amp;p=$post[postid]">$vbphrase[received_infraction]</a></dd>
		<else />
			<if condition="$show['yellowcard']"><dd><a href="infraction.php?$session[sessionurl]do=view&amp;p=$post[postid]">$vbphrase[received_warning]</a></dd></if>
		</if>
		$template_hook[postbit_user_popup]
	</dl>
</div>
<!-- / post $post[postid] popup menu -->]]></template>
	</templategroup>
	<templategroup name="Social Groups">
		<template name="socialgroups_search" templatetype="template" date="1219868646" username="Timan" version="3.7.3"><![CDATA[$stylevar[htmldoctype]
<html xmlns="http://www.w3.org/1999/xhtml" dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
	$headinclude
	<title>$vboptions[bbtitle] - $pagetitle</title>
</head>
<body>
$header
$navbar
<form action="group.php?$session[sessionurl]do=grouplist" method="post">
<input type="hidden" name="s" value="$session[sessionhash]" />
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
<input type="hidden" name="dofilter" value="1" />

<table cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" align="center" width= "100%">
	<tr>
		<td class="tcat">$vbphrase[advanced_search]</td>
	</tr>
	<tr>
		<td class="panelsurround" align="center">
			<div class="panel">
			<table style="width:$stylevar[formwidth]" align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]">
			<tr valign="top">
				<td width="50%">
					<fieldset class="fieldset">
						<legend>$vbphrase[search_by_key_word]</legend>
						<div style="padding:$stylevar[formspacer]px">
							<div><label for="filter_keywords">$vbphrase[key_words]:</label></div>
							<div><input type="text" class="bginput" name="filtertext" id="filter_keywords" size="35" value="$filters[text]" style="width:250px" /></div>
						</div>
					</fieldset>
					<fieldset class="fieldset">
						<legend>$vbphrase[find_groups_with]</legend>
						<table cellspacing="0" cellpadding="$stylevar[formspacer]" border="0">
						<tr>
							<td>
								<select name="memberless" style="width:150px">
									<option value="0" $memberlessselected[0]>$vbphrase[at_least]</option>
									<option value="1" $memberlessselected[1]>$vbphrase[at_most]</option>
								</select>
							</td>
							<td align="$stylevar[left]">
								<label for="memberlimit"><input type="text" class="bginput" style="font-size:11px" name="memberlimit" id="memberlimit" size="3" value="$memberlimit" /> $vbphrase[members]</label>
							</td>
						</tr>
						<tr>
							<td>
								<select name="messageless" style="width:150px">
									<option value="0" $messagelessselected[0]>$vbphrase[at_least]</option>
									<option value="1" $messagelessselected[1]>$vbphrase[at_most]</option>
								</select>
							</td>
							<td align="$stylevar[left]">
								<label for="messagelimit"><input type="text" class="bginput" style="font-size:11px" name="messagelimit" id="messagelimit" size="3" value="$messagelimit" /> $vbphrase[messages]</label>
							</td>
						</tr>
						<tr>
							<td>
								<select name="pictureless" style="width:150px">
									<option value="0" $picturelessselected[0]>$vbphrase[at_least]</option>
									<option value="1" $picturelessselected[1]>$vbphrase[at_most]</option>
								</select>
							</td>
							<td align="$stylevar[left]">
								<label for="picturelimit"><input type="text" class="bginput" style="font-size:11px" name="picturelimit" id="picturelimit" size="3" value="$picturelimit" /> $vbphrase[pictures]</label>
							</td>
						</tr>
						</table>
					</fieldset>
				</td>
				<td width="50%">
					<fieldset class="fieldset">
						<legend>$vbphrase[creation_date_filter]</legend>
						<div style=" padding:$stylevar[formspacer]px">
							<div>$vbphrase[date_is_before]</div>
							<table cellpadding="0" cellspacing="2" border="0">
							<tr>
								<td class="smallfont">
									<div><label for="filter_date_lteq_month">$vbphrase[month]</label></div>
									<div>
										<select name="filter_date_lteq[month]" id="filter_date_lteq_month" class="bginput">
											<option value="0">---</option>
											<option value="1">$vbphrase[january]</option>
											<option value="2">$vbphrase[february]</option>
											<option value="3">$vbphrase[march]</option>
											<option value="4">$vbphrase[april]</option>
											<option value="5">$vbphrase[may]</option>
											<option value="6">$vbphrase[june]</option>
											<option value="7">$vbphrase[july]</option>
											<option value="8">$vbphrase[august]</option>
											<option value="9">$vbphrase[september]</option>
											<option value="10">$vbphrase[october]</option>
											<option value="11">$vbphrase[november]</option>
											<option value="12">$vbphrase[december]</option>
										</select>
									</div>
								</td>
								<td class="smallfont">
									<div><label for="filter_date_lteq_day">$vbphrase[day]</label></div>
									<div><input type="text" class="bginput" name="filter_date_lteq[day]" id="filter_date_lteq_day" value="$filter_date_lteq[day]" size="4" maxlength="2" /></div>
								</td>
								<td class="smallfont">
									<div><label for="filter_date_lteq_year">$vbphrase[year]</label></div>
									<div><input type="text" class="bginput" name="filter_date_lteq[year]" id="filter_date_lteq_year" value="$filter_date_lteq[year]" size="4" maxlength="4" /></div>
								</td>
							</tr>
							</table>
							<div>$vbphrase[date_is_after]</div>
							<table cellpadding="0" cellspacing="2" border="0">
							<tr>
								<td class="smallfont">
									<div>
										<label for="filter_date_gteq_month">$vbphrase[month]</label>
									</div>
									<div>
										<select name="filter_date_gteq[month]" id="filter_date_gteq_month" class="bginput">
											<option value="0">---</option>
											<option value="1">$vbphrase[january]</option>
											<option value="2">$vbphrase[february]</option>
											<option value="3">$vbphrase[march]</option>
											<option value="4">$vbphrase[april]</option>
											<option value="5">$vbphrase[may]</option>
											<option value="6">$vbphrase[june]</option>
											<option value="7">$vbphrase[july]</option>
											<option value="8">$vbphrase[august]</option>
											<option value="9">$vbphrase[september]</option>
											<option value="10">$vbphrase[october]</option>
											<option value="11">$vbphrase[november]</option>
											<option value="12">$vbphrase[december]</option>
										</select>
									</div>
								</td>
								<td class="smallfont">
									<div><label for="filter_date_gteq_day">$vbphrase[day]</label></div>
									<div><input type="text" class="bginput" name="filter_date_gteq[day]" id="filter_date_gteq_day" value="$filter_date_gteq[day]" size="4" maxlength="2" /></div>
								</td>
								<td valign="top" class="smallfont">
									<div><label for="filter_date_gteq_year">$vbphrase[year]</label></div>
									<div><input type="text" class="bginput" name="filter_date_gteq[year]" id="filter_date_gteq_year" value="$filter_date_gteq[year]" size="4" maxlength="4" /></div>
								</td>
							</tr>
							</table>
						</div>
					</fieldset>
				</td>
			</tr>
			</table>
			</div>
		</td>
	</tr>
	<tr>
		<td align="center" class="btop"><input type="submit" class="button" value="$vbphrase[search_groups]" /></td>
	</tr>
</table>
</form>
$footer
</body>
</html>]]></template>
	</templategroup>
	<templategroup name="Thread Administration">
		<template name="threadadmin_deletethread" templatetype="template" date="1219868658" username="Timan" version="3.7.3"><![CDATA[<form action="postings.php?do=dodeletethread&amp;threadid=$threadid" method="post" name="vbform">
<input type="hidden" name="s" value="$session[sessionhash]" />
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
<input type="hidden" name="t" value="$threadid" />
<input type="hidden" name="do" value="dodeletethread" />
<table cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center">
	<tr>
		<td class="tcat">$vbphrase[delete_thread]</td>
	</tr>
	<tr>
		<td class="aquag bbot">$vbphrase[title]: <span style="font-weight:normal">$threadinfo[prefix_plain_html] $threadinfo[title]</span></td>
	</tr>
	<tr>
		<td align="center">
			<div style="width:$stylevar[formwidth];padding:8px" align="$stylevar[left]">
				<fieldset class="fieldset">
					<legend>$vbphrase[deletion_options]</legend>
					<div class="pad8all">
						<div style="padding-bottom:12px">$vbphrase[how_would_you_like_to_delete]</div>
						<if condition="$show['softdelete']">
							<div>
								<label for="rb_deletetype_1"><input type="radio" name="deletetype" value="1" id="rb_deletetype_1" checked="checked" />$vbphrase[soft_delete_leave_deleted_message]</label><br />
								<img class="inlineimg" src="$stylevar[imgdir_misc]/tree_$stylevar[textdirection].gif" alt="" border="0" /><label for="cb_keepattachments"><input type="checkbox" name="keepattachments" class="inlineimg" value="1" id="cb_keepattachments" />$vbphrase[keep_attachments]</label>
							</div>
						</if>
						<if condition="$show['harddelete']">
							<div style="padding-top:4px"><label for="rb_deletetype_2"><input type="radio" name="deletetype" value="2" id="rb_deletetype_2" onselect="alert('moo')" />$vbphrase[physically_remove]</label></div>
						</if>
						<div style="padding-top:12px;padding-bottom:4px">$vbphrase[reason_for_deletion]:</div>
						<div><input type="text" class="bginput" name="deletereason" value="$threadinfo[del_reason]" size="50" maxlength="125" /></div>
					</div>
				</fieldset>
			</div>
		</td>
	</tr>
	<tr>
		<td class="btop" align="center">
			<input type="submit" class="button" value="$vbphrase[delete_thread]" accesskey="s" /> 
			<input type="reset" class="button" value="$vbphrase[reset_fields]" accesskey="r" />
		</td>
	</tr>
</table>
</form>]]></template>
	</templategroup>
	<templategroup name="User Infraction">
		<template name="userinfraction_view" templatetype="template" date="1219868682" username="Timan" version="3.7.3"><![CDATA[$stylevar[htmldoctype]
<html xmlns="http://www.w3.org/1999/xhtml" dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
$headinclude
<title>$vboptions[bbtitle] - $vbphrase[user_infraction]</title>
</head>
<body$onload>
$header
$navbar
<if condition="$show['reverseoption']">
	<form action="infraction.php?do=reverse&amp;p=$postid&amp;infractionid=$infractioninfo[infractionid]" method="post">
	<input type="hidden" name="s" value="$session[sessionhash]" />
	<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
	<input type="hidden" name="postid" value="$postinfo[postid]" />
	<input type="hidden" name="infractionid" value="$infractioninfo[infractionid]" />
	<input type="hidden" name="url" value="$url" />
	<input type="hidden" name="do" value="reverse" />
	<table cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center">
	<thead>
		<tr>
			<td class="tcat">
				<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('infraction_reverse')"><img id="collapseimg_infraction_reverse" src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_infraction_reverse].gif" alt="" border="0" /></a>
				<if condition="$show['warning']">$vbphrase[reverse_this_warning]<else />$vbphrase[reverse_this_infraction]</if>
			</td>
		</tr>
	</thead>
	<tbody id="collapseobj_infraction_reverse" style="$vbcollapse[collapseobj_infraction_reverse]">
		<tr>
			<td align="center">
				<div style="width:$stylevar[formwidth];padding:8px" align="$stylevar[left]">
					<!-- reason field -->
					<div style="padding-bottom:4px">$vbphrase[reversal_reason]:</div>
					<div><textarea name="reason" rows="2" cols="$textareacols"></textarea></div>
					<!-- / reason field -->
					<div style="padding-top:12px;padding-bottom:4px"><label for="cb_reverseinfraction"><input type="checkbox" name="reverseinfraction" value="1" id="cb_reverseinfraction" tabindex="1" />$vbphrase[to_reverse_this_infraction]</label></div>
					<div style="padding-top:12px">$vbphrase[removal_of_this_infraction]</div>
				</div>
			</td>
		</tr>
		<tr>
			<td class="btop" align="center">
				<input type="submit" class="button" value="<if condition="$show['warning']">$vbphrase[reverse_this_warning]<else />$vbphrase[reverse_this_infraction]</if>" tabindex="1" accesskey="d" />
			</td>
		</tr>
	</tbody>
	</table>
	</form>
</if>
<table cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center">
	<tr>
		<td class="tcat">$vbphrase[user_infraction]</td>
	</tr>
	<if condition="$show['postinfo']">
		<tr>
			<td class="alt2 pad8all bbot">
				<div><strong>$vbphrase[thread]</strong>: $threadinfo[prefix_plain_html] <a href="showthread.php?$session[sessionurl]t=$threadinfo[threadid]">$threadinfo[title]</a></div>
				<if condition="$postinfo['title']"><div style="padding-top:4px"><strong>$vbphrase[post]</strong>: <a href="showthread.php?$session[sessionurl]p=$postinfo[postid]#post$postinfo[postid]">$postinfo[title]</a></div><else /><div style="padding-top:4px"><a href="showthread.php?$session[sessionurl]p=$postinfo[postid]#post$postinfo[postid]">$vbphrase[view_post]</a></div></if>
			</td>
		</tr>
	</if>
	<tr>
		<td align="center">
			<div style="width:$stylevar[formwidth];padding:8px" align="$stylevar[left]">
				<fieldset class="fieldset">
					<legend>$infractioninfo[status]</legend>
					<div class="pad8all">$infractioninfo[title]</div>
				</fieldset>
				<if condition="$show['expires']">
					<fieldset class="fieldset">
						<legend>$vbphrase[expires]</legend>
						<div class="pad8all">
							<if condition="$show['never']">
								$vbphrase[never]
							<else />
								$infractioninfo[expires_time] $infractioninfo[expires_date]
							</if>
						</div>
					</fieldset>
				</if>
				<if condition="$infractioninfo['reason']">
					<fieldset class="fieldset">
						<legend>$vbphrase[reason]</legend>
						<div class="pad8all">$infractioninfo[reason]</div>
					</fieldset>
				</if>
				<fieldset class="fieldset">
					<legend>$vbphrase[left_by]</legend>
					<div class="pad8all">
						<div style="padding-bottom:4px"><a href="member.php?$session[sessionurl]u=$infractioninfo[whoadded]">$infractioninfo[username]</a></div>
						<div>$infractioninfo[time] $infractioninfo[date]</div>
					</div>
				</fieldset>
				<if condition="$show['note']">
					<fieldset class="fieldset">
						<legend>$vbphrase[administrative_note]</legend>
						<div class="pad8all">$infractioninfo[note]</div>
					</fieldset>
				</if>
				<if condition="$show['expired']">
					<fieldset class="fieldset">
						<legend>$vbphrase[expired]</legend>
						<div class="pad8all">$infractioninfo[expired_time] $infractioninfo[expired_date]</div>
					</fieldset>
				</if>
				<if condition="$show['reversed']">
					<fieldset class="fieldset">
						<legend>$vbphrase[reversed]</legend>
						<div class="pad8all">
							<div style="padding-bottom:4px"><a href="member.php?$session[sessionurl]u=$infractioninfo[actionuserid]">$infractioninfo[actionusername]</a></div>
							<if condition="$infractioninfo[actionreason]"><div style="padding-bottom:4px">$infractioninfo[actionreason]</div></if>
							<div>$infractioninfo[reversed_time] $infractioninfo[reversed_date]</div>
						</div>
					</fieldset>
				</if>
				<if condition="$show['disthread']">
					<fieldset class="fieldset">
						<legend>$vbphrase[discussion_thread]</legend>
						<div class="pad8all"><a href="showthread.php?$session[sessionurl]threadid=$disthreadinfo[threadid]">$disthreadinfo[title]</a></div>
					</fieldset>
				</if>
			</div>
		</td>
	</tr>
</table>
<div class="pad8all btop">$forumrules</div>
$footer
</body>
</html>]]></template>
	</templategroup>
	<templategroup name="Ungrouped Templates">
		<template name="lostpw" templatetype="template" date="1219868569" username="Timan" version="3.7.3"><![CDATA[$stylevar[htmldoctype]
<html xmlns="http://www.w3.org/1999/xhtml" dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
$headinclude
<title>$vboptions[bbtitle] - $vbphrase[lost_password_recovery_form]</title>
</head>
<body>
$header
<if condition="$navbar">
	$navbar
<else />
				<div id="tb-nav">
					<ul id="tb-icons">
						<li id="tb-logo"><a href="$vboptions[forumhome].php$session[sessionurl_q]" title="$vboptions[bbtitle]"></a></li>
					</ul>
				</div>
			</div>
		</div>
	</div>
	<div id="shad-r">
		<div id="shad-l">
			<div id="page-body">
</if>
<form action="login.php?do=emailpassword" method="post">
<table cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center">
	<tr>
		<td class="tcat">$vbphrase[lost_password_recovery_form]</td>
	</tr>
	<tr>
		<td align="center">
			<div style="width:$stylevar[formwidth];padding:8px" align="$stylevar[left]">
				<table cellpadding="2" cellspacing="4" border="0">
					<tr>
						<td colspan="2" style="padding-bottom:12px">$vbphrase[forgotten_password_request_email]</td>
					</tr>
					<tr>
						<td><label for="reg_email">$vbphrase[email_address]:</label></td>
						<td><input id="reg_email" type="text" class="bginput" name="email" size="50" maxlength="90" value="$email" dir="ltr" /></td>
					</tr>
					<if condition="$human_verify">$human_verify</if>
				</table>
			</div>
		</td>
	</tr>
	<tr>
		<td align="center" class="btop">
			<input type="hidden" name="s" value="$session[sessionhash]" />
			<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
			<input type="hidden" name="do" value="emailpassword" />
			<input type="hidden" name="url" value="$url" />
			<input type="submit" class="button" value="$vbphrase[request_username_password_now]" accesskey="s" />
		</td>
	</tr>
</table>
</form>
$footer
</body>
</html>]]></template>
	</templategroup>
</style>
