File: /var/www/ilya/data/www/kamforum.ru/ipb_templates.xml
<?xml version="1.0" encoding="WINDOWS-1251"?>
<templateexport exported="1141230898" versionid="20000" type="master">
<templategroup>
<template>
<group_name>skin_online</group_name>
<section_content><![CDATA[<!-- End content Table -->
<tr>
<td colspan="4" class="formbuttonrow" align="center" valign="middle">
<form method="post" action="{ipb.script_url}act=Online&CODE=listall">
<b>{ipb.lang['s_by']} </b>
<select class="forminput" name="sort_key">{$sort_key}</select>
<select class="forminput" name="show_mem"> {$show_mem}</select>
<select class="forminput" name="sort_order"> {$sort_order}</select>
<input type="submit" value="{ipb.lang['s_go']}" class="forminput" />
</form>
</td>
</tr>
</table>
</div>
<br />
<div>$links</div>]]></section_content>
<func_name>Page_end</func_name>
<func_data><![CDATA[$show_mem="",$sort_order="",$sort_key="",$links=""]]></func_data>
</template>
<template>
<group_name>skin_online</group_name>
<section_content><![CDATA[<script language='Javascript' type='text/javascript'>
<!--
function PopUp(url, name, width,height,center,resize,scroll,posleft,postop) {
if (posleft != 0) { x = posleft }
if (postop != 0) { y = postop }
if (!scroll) { scroll = 1 }
if (!resize) { resize = 1 }
if ((parseInt (navigator.appVersion) >= 4 ) && (center)) {
X = (screen.width - width ) / 2;
Y = (screen.height - height) / 2;
}
if (scroll != 0) { scroll = 1 }
var Win = window.open( url, name, 'width='+width+',height='+height+',top='+Y+',left='+X+',resizable='+resize+',scrollbars='+scroll+',location=no,directories=no,status=no,menubar=no,toolbar=no');
}
//-->
</script>
<div align='left'>$links</div>
<br />
<div class="borderwrap">
<div class="maintitle"> {ipb.lang['page_title']}</div>
<table class='ipbtable' cellspacing="1">
<tr>
<th width="30%">{ipb.lang['member_name']}</th>
<th width="30%">{ipb.lang['where']}</th>
<th align="center" width="20%">{ipb.lang['time']}</th>
<th width="10%"> </th>
</tr>]]></section_content>
<func_name>Page_header</func_name>
<func_data><![CDATA[$links=""]]></func_data>
</template>
<template>
<group_name>skin_online</group_name>
<section_content><![CDATA[<!-- Entry for {$session['member_id']} -->
<tr>
<td class="row1">{$session['member_name']}</td>
<td class="row1">{$session['where_line']}</td>
<td class="row1" align="center">{$session['running_time']}</td>
<td class="row1" align="center">{$session['msg_icon']}</td>
</tr>
<!-- End of Entry -->]]></section_content>
<func_name>show_row</func_name>
<func_data><![CDATA[$session=""]]></func_data>
</template>
<template>
<group_name>skin_poll</group_name>
<section_content><![CDATA[<tr>
<td class="row1" colspan="3" align="center"><b>{ipb.lang['pv_total_votes']}: $total_votes</b></td>
</tr>]]></section_content>
<func_name>show_total_votes</func_name>
<func_data><![CDATA[$total_votes=""]]></func_data>
</template>
<template>
<group_name>skin_poll</group_name>
<section_content><![CDATA[<tr>
<td colspan='3' class='row1'>
<div class='borderwrap'>
<div class='row1' style='padding:4px;'><span class='postdetails'><strong>{$question}</strong></span></div>
<table class='ipbtable' cellpadding='4' cellspacing='0'>
$choice_html
</table>
</div>
</td>
</tr>]]></section_content>
<func_name>poll_show_rendered_question</func_name>
<func_data><![CDATA[$id="",$question="",$choice_html=""]]></func_data>
</template>
<template>
<group_name>skin_poll</group_name>
<section_content><![CDATA[<input type="submit" name="nullvote" value="{ipb.lang['poll_null_vote']}" title="{ipb.lang['tt_poll_null']}" />]]></section_content>
<func_name>button_null_vote</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_poll</group_name>
<section_content><![CDATA[<input type="button" value="{ipb.lang['pl_show_results']}" title="{ipb.lang['tt_poll_show']}" onclick="go_gadget_show()" />]]></section_content>
<func_name>button_show_results</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_poll</group_name>
<section_content><![CDATA[<input type="button" name="viewresult" value="{ipb.lang['pl_show_vote']}" title="{ipb.lang['tt_poll_svote']}" onclick="go_gadget_vote()" />]]></section_content>
<func_name>button_show_voteable</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_poll</group_name>
<section_content><![CDATA[<input type="submit" name="submit" value="{ipb.lang['poll_add_vote']}" title="{ipb.lang['tt_poll_vote']}" />]]></section_content>
<func_name>button_vote</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_poll</group_name>
<section_content><![CDATA[<tr>
<td colspan="3" class="formbuttonrow"><!--IBF.VOTE--> <!--IBF.SHOW--></td>
</tr>
<tr>
<td class="catend" colspan="3"><!-- no content --></td>
</tr>
</table>
</form>]]></section_content>
<func_name>poll_footer</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_poll</group_name>
<section_content><![CDATA[<script type="text/javascript">
function go_gadget_show()
{
window.location = "{ipb.script_url}&showtopic=$tid&mode=show&st={ipb.input['start']}";
}
function go_gadget_vote()
{
window.location = "{ipb.script_url}&showtopic=$tid&st={ipb.input['start']}";
}
</script>
<form action="{ipb.script_url}showtopic=$tid&st={ipb.input['st']}&addpoll=1" method="post">
<table class='ipbtable' cellspacing="1">
<tr>
<th colspan="3" align="center"><b>$poll_q</b></th>
</tr>]]></section_content>
<func_name>poll_header</func_name>
<func_data><![CDATA[$tid="",$poll_q=""]]></func_data>
</template>
<template>
<group_name>skin_poll</group_name>
<section_content><![CDATA[<tr>
<td class="post2" colspan="3"><input type="radio" name="choice[{$id}]" value="$choice_id" class="radiobutton" /> <b>$answer</b></td>
</tr>]]></section_content>
<func_name>poll_show_form_choice</func_name>
<func_data><![CDATA[$choice_id="",$votes="",$id="",$answer=""]]></func_data>
</template>
<template>
<group_name>skin_poll</group_name>
<section_content><![CDATA[<tr>
<td colspan='3' class='row1'>
<div class='borderwrap'>
<div class='row1' style='padding:4px;'><span class='postdetails'><strong>{$question}</strong></span></div>
<table class='ipbtable' cellpadding='4' cellspacing='0'>
$choice_html
</table>
</div>
</td>
</tr>]]></section_content>
<func_name>poll_show_form_question</func_name>
<func_data><![CDATA[$id="",$question="",$choice_html=""]]></func_data>
</template>
<template>
<group_name>skin_poll</group_name>
<section_content><![CDATA[<tr>
<td class="post2" width='25%'
<if="ipb.input['_low_act'] == 'home'">
colspan='2'
</if>
>$answer</td>
<if="ipb.input['_low_act'] == 'home'">
<td class="post2"> </td>
</tr>
<tr>
</if>
<td class="post2" width='10%' nowrap='nowrap'> [ <b>$votes</b> ] </td>
<td class="post2" width='70%' nowrap='nowrap'><{BAR_LEFT}><img src="{ipb.vars['img_url']}/bar.gif" width="$width" height="11" align="middle" alt="" /><{BAR_RIGHT}> [$percentage%]</td>
<if="ipb.input['_low_act'] == 'home'">
<td class="post2"> </td>
</if>
</tr>]]></section_content>
<func_name>poll_show_rendered_choice</func_name>
<func_data><![CDATA[$choice_id="",$votes="",$id="",$answer="",$percentage="",$width=""]]></func_data>
</template>
<template>
<group_name>skin_msg</group_name>
<section_content><![CDATA[<tr>
<td class="row1" valign="middle">{$data['icon']}</td>
<td class="row1">{$data['mt_title']}</td>
<td class="row1"><a href="{ipb.script_url}showuser={$data['memid']}">{$data['to_name']}</a></td>
<td class="row1">{$data['date']}</td>
<td class="row1"><input type="checkbox" name="msgid_{$data['mt_id']}" value="yes" onclick="CheckCheckAll(document.trackunread);" /></td>
</tr>]]></section_content>
<func_name>trackUNread_row</func_name>
<func_data><![CDATA[$data=""]]></func_data>
</template>
<template>
<group_name>skin_msg</group_name>
<section_content><![CDATA[<form action="{ipb.script_url}CODE=32&act=Msg" name="trackunread" method="post">
<div class="formsubtitle">{ipb.lang['tk_unread_messages']}</div>
<p>{ipb.lang['tk_unread_desc']}</p>
<div class="borderwrapm">
<table class='ipbtable' cellspacing="1">
<tr>
<th width="5%"> </th>
<th width="30%"><b>{ipb.lang['message_title']}</b></th>
<th width="30%"><b>{ipb.lang['pms_message_to']}</b></th>
<th width="20%"><b>{ipb.lang['tk_unread_date']}</b></th>
<th align="center" width="5%"><input name="allbox" type="checkbox" value="Check All" onclick="CheckAll(document.trackunread);" /></th>
</tr>]]></section_content>
<func_name>trackUNread_table_header</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_msg</group_name>
<section_content><![CDATA[<tr>
<td align="center" nowrap="nowrap" colspan="6" class="formbuttonrow"><input type="submit" name="delete" value="{ipb.lang['delete_button']}" /> {ipb.lang['selected_msg']}</td>
</tr>
</table>
</div>
</form>]]></section_content>
<func_name>unsent_end</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_msg</group_name>
<section_content><![CDATA[<tr>
<td class="row1" valign="middle">{$data['msg']['icon']}</td>
<td class="row1">{$data['msg']['attach_img']} <a href="{ipb.script_url}act=Msg&CODE=21&MSID={$data['msg']['mt_id']}">{$data['msg']['mt_title']}</a></td>
<td class="row1"><a href="{ipb.script_url}showuser={$data['msg']['from_id']}">{$data['msg']['from_name']}</a></td>
<td class="row1">{$data['msg']['date']}</td>
<td class="row1" align="center">{$data['msg']['cc_users']}</td>
<td class="row1"><input type="checkbox" name="msgid_{$data['msg']['mt_id']}" value="yes" /></td>
</tr>]]></section_content>
<func_name>unsent_row</func_name>
<func_data><![CDATA[$data=""]]></func_data>
</template>
<template>
<group_name>skin_msg</group_name>
<section_content><![CDATA[<form action="{ipb.script_url}CODE=06&act=Msg&saved=1" name="mutliact" method="post">
<div class="formsubtitle">{ipb.lang['pms_saved_title']}</div>
<br />
<div class="borderwrapm">
<table class='ipbtable' cellspacing="1">
<tr>
<th width="5%"> </th>
<th width="30%"><b>{ipb.lang['message_title']}</b></th>
<th width="30%"><b>{ipb.lang['pms_message_to']}</b></th>
<th width="20%"><b>{ipb.lang['pms_saved_date']}</b></th>
<th width="10%"><b>{ipb.lang['pms_cc_users']}</b></th>
<th align="center" width="5%" style='padding:1px;'><input name="allbox" type="checkbox" value="Check All" onclick="CheckAll(document.mutliact);" /></th>
</tr>]]></section_content>
<func_name>unsent_table_header</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_msg</group_name>
<section_content><![CDATA[<div class='popupmenu-item'>
<div style='float:left'>{$msg['icon']} <a href="#" onclick='locationjump("act=msg&CODE=03&VID={$msg['mt_vid_folder']}&MSID={$msg['mt_id']}");' title='{$msg['mt_title']} ({$msg['from_name']})'>{$msg['_mini']}</a></div>
<div align='right'>
<span style='font-size:10px' class='desc'><em>({$msg['date']})</em></span>
</div>
</div>]]></section_content>
<func_name>xmlout_msgs_row</func_name>
<func_data><![CDATA[$msg=""]]></func_data>
</template>
<template>
<group_name>skin_msg</group_name>
<section_content><![CDATA[<div class='popupmenu'>
<div style='padding:1px'>
{$content}
</div>
<div align='center' style='padding:6px;font-weight:bold' class='darkrow3'><a href='#' onclick='locationjump("act=msg&CODE=01");'>{ipb.lang['xml_go_inbox']}</a> »</div>
</div>]]></section_content>
<func_name>xmlout_msgs_wrapper</func_name>
<func_data><![CDATA[$content=""]]></func_data>
</template>
<template>
<group_name>skin_msg</group_name>
<section_content><![CDATA[<tr>
<td align="right" colspan="5" class="formbuttonrow"><input type="submit" name="delete" value="{ipb.lang['delete_button']}" /> {ipb.lang['selected_msg']}</td>
</tr>
</table>
</div>
</form>]]></section_content>
<func_name>trackUNread_end</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_msg</group_name>
<section_content><![CDATA[<tr>
<td align="right" colspan="5" class="formbuttonrow"><input type="submit" name="endtrack" value="{ipb.lang['tk_untrack_button']}" /> {ipb.lang['selected_msg']}</td>
</tr>
</table>
</div>
</form>
<br />]]></section_content>
<func_name>trackread_end</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_msg</group_name>
<section_content><![CDATA[<tr>
<td class="row1" valign="middle">{$data['icon']}</td>
<td class="row1">{$data['mt_title']}</td>
<td class="row1"><a href="{ipb.script_url}showuser={$data['memid']}">{$data['to_name']}</a></td>
<td class="row1">{$data['date']}</td>
<td class="row1"><input type="checkbox" name="msgid_{$data['mt_id']}" value="yes" onclick="CheckCheckAll(document.trackread);" /></td>
</tr>]]></section_content>
<func_name>trackread_row</func_name>
<func_data><![CDATA[$data=""]]></func_data>
</template>
<template>
<group_name>skin_msg</group_name>
<section_content><![CDATA[<form action="{ipb.script_url}CODE=31&act=Msg" name="trackread" method="post">
<div class="formsubtitle">{ipb.lang['tk_read_messages']}</div>
<p>{ipb.lang['tk_read_desc']}</p>
<div class="borderwrapm">
<table class='ipbtable' cellspacing="1">
<tr>
<th width="5%"> </th>
<th width="30%"><b>{ipb.lang['message_title']}</b></th>
<th width="30%"><b>{ipb.lang['pms_message_to']}</b></th>
<th width="20%"><b>{ipb.lang['tk_read_date']}</b></th>
<th align="center" width="5%"><input name="allbox" type="checkbox" value="Check All" onclick="CheckAll(document.trackread);" /></th>
</tr>]]></section_content>
<func_name>trackread_table_header</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_msg</group_name>
<section_content><![CDATA[<tr>
<td colspan='2' align='center' class='bg1'>
<div style='width:100%;' align='center' class='borderwrap'>
<table cellpadding='0' cellspacing='0' width='100%' class='darkrow3'>
<tr>
<td align="right" valign='top' width='20%'>
<strong>{ipb.lang['msg_options']}</strong>
</td>
<td align="left" width='80%'>
<input type="checkbox" name="add_sent" value="yes" {$default['add_sent']}/> <b>{ipb.lang['auto_sent_add']}</b>
<br />
<input type="checkbox" name="add_tracking" value="1" {$default['add_tracking']}/> <b>{ipb.lang['vm_track_msg']}</b>
</td>
</tr>
</table>
</div>
</td>
</tr>
<tr>
<td class="formbuttonrow" align="center" colspan="2">
<input type="submit" value="{ipb.lang['submit_send']}" tabindex="10" accesskey="s" name="submit" />
<input type="submit" value="{ipb.lang['pm_pre_button']}" tabindex="11" name="preview" />
<input type="submit" value="{ipb.lang['pms_send_later']}" tabindex="12" name="save" />
</td>
</tr>
</table>
<script type="text/javascript">
// INIT find names
init_js( 'postingform', 'entered_name');
// Run main loop
setTimeout( 'main_loop()', 10 );
</script>
</form>]]></section_content>
<func_name>send_form_footer</func_name>
<func_data>$default=array()</func_data>
</template>
<template>
<group_name>skin_login</group_name>
<section_content><![CDATA[<div class="borderwrap">
<div class="formsubtitle">{ipb.lang['errors_found']}</div>
<div class="tablepad"><span class="postcolor">$data</span></div>
</div>
<br />]]></section_content>
<func_name>errors</func_name>
<func_data><![CDATA[$data=""]]></func_data>
</template>
<template>
<group_name>skin_login</group_name>
<section_content><![CDATA[<script language='JavaScript' type="text/javascript">
<!--
function ValidateForm() {
var Check = 0;
if (document.LOGIN.UserName.value == '') { Check = 1; }
if (document.LOGIN.PassWord.value == '') { Check = 1; }
if (Check == 1) {
alert("{ipb.lang['blank_fields']}");
return false;
} else {
document.LOGIN.submit.disabled = true;
return true;
}
}
//-->
</script>
<if="extra_form != ''">
$extra_form
</if>
<form action="{ipb.script_url}act=Login&CODE=01" method="post" name="LOGIN" onsubmit="return ValidateForm()">
<input type="hidden" name="referer" value="$referer" />
<div class="borderwrap">
<div class="maintitle"><{CAT_IMG}> {ipb.lang['log_in']}</div>
<div class="formsubtitle">$message</div>
<div class="errorwrap">
<h4>{ipb.lang['form_title_attention']}</h4>
<p>{ipb.lang['login_text']}</p>
<p><b>{ipb.lang['forgot_pass']} <a href="{ipb.vars['board_url']}/index.{ipb.vars['php_ext']}?act=Reg&CODE=10">{ipb.lang['pass_link']}</a></b></p>
</div>
<table class='ipbtable' cellspacing="1">
<tr>
<td width="60%" valign="top">
<fieldset>
<legend><b>{ipb.lang['log_in']}</b></legend>
<table class='ipbtable' cellspacing="1">
<tr>
<if="ipb.vars['converge_login_method'] == 'username'">
<td width="50%"><b>{ipb.lang['enter_name']}</b></td>
<td width="50%"><input type="text" size="25" maxlength="64" name="UserName" class="forminput" /></td>
</if>
<else>
<td width="50%"><b>{ipb.lang['enter_email']}</b></td>
<td width="50%"><input type="text" size="25" maxlength='150' value="{ipb.input['UserName']}" name="UserName" class="forminput" /></td>
</else>
</tr>
<tr>
<td width="50%"><b>{ipb.lang['enter_pass']}</b></td>
<td width="50%"><input type="password" size="25" name="PassWord" class="forminput" /></td>
</tr>
</table>
</fieldset>
</td>
<td width="40%" valign="top">
<fieldset>
<legend><b>{ipb.lang['options']}</b></legend>
<table class='ipbtable' cellspacing="1">
<tr>
<td width="10%"><input type="checkbox" name="CookieDate" value="1" checked="checked" /></td>
<td width="90%"><b>{ipb.lang['rememberme']}</b><br /><span class="desc">{ipb.lang['notrecommended']}</span></td>
</tr>
<tr>
<td width="10%"><input type="checkbox" name="Privacy" value="1" /></td>
<td width="90%"><b>{ipb.lang['form_invisible']}</b><br /><span class="desc">{ipb.lang['anon_name']}</span></td>
</tr>
</table>
</fieldset>
</td>
</tr>
<tr>
<td class="formbuttonrow" colspan="2"><input class="button" type="submit" name="submit" value="{ipb.lang['log_in_submit']}" /></td>
</tr>
<tr>
<td class="catend" colspan="2"><!-- no content --></td>
</tr>
</table>
</div>
</form>]]></section_content>
<func_name>ShowForm</func_name>
<func_data><![CDATA[$message="",$referer="",$extra_form=""]]></func_data>
</template>
<template>
<group_name>skin_chatsigma</group_name>
<section_content><![CDATA[<script type="text/javascript">
//<!#^#|CDATA|
// Added like this to allow those without JS to still function nicely.
var chat_display = "{ipb.vars['chat_display']}";
var chat_pad = parseInt( "{ipb.vars['chat_poppad']}" );
var chat_height = parseInt( "{ipb.vars['chat_height']}" );
var chat_width = parseInt( "{ipb.vars['chat_width']}" );
var popped = parseInt( "{ipb.input['pop']}" );
var chat_tol;
var chat_tol_time = 60 * 1000; // 60 seconds
chat_pad = chat_pad ? chat_pad : 50;
chat_height += chat_pad;
chat_width += chat_pad;
if ( chat_display != 'self' && popped != 1 )
{
window.open( ipb_var_base_url + 'autocom=chatsigma&pop=1','Chat','width='+chat_width+',height='+chat_height+',resizable=yes,scrollbars=yes');
// Bounce back to board index
locationjump();
}
//|#^#]>
</script>
<div class="borderwrap">
<div class="maintitle"><{CAT_IMG}> {ipb.lang['chat_title']}</div>
<div class="tablepad" align="center">
<div style='border:8px outset #BCD0ED;width:{$w}px;' id="chatwrap">
<applet codebase="http://{$server}/current/" code="Client.class" archive="scclient_$lang.zip" width="$w" height="$h">
<param name="room" value="$acc_no">
<param name="cabbase" value="scclient_$lang.cab">
<param name="username" value="$user">
<param name="password" value="$pass">
<param name="autologin" value="yes">
</applet>
</div>
</div>
</div>
<br />
<div class="borderwrap">
<div class="maintitle"><{CAT_IMG}> {ipb.lang['chat_help']}</div>
<div class="tablepad">
{ipb.lang['chat_help_text']}
</div>
</div>
<script type="text/javascript">
//<!#^#|CDATA|
// Set timeout loop to update session's table.
if ( use_enhanced_js )
{
chat_ping_session();
}
function chat_ping_session()
{
do_request_function = function()
{
if ( ! xmlobj.readystate_ready_and_ok() )
{
return;
}
var returned = xmlobj.xmlhandler.responseText;
if ( returned == 'ok' )
{
chat_tol = setTimeout( 'chat_ping_session()', chat_tol_time );
}
}
xmlobj = new ajax_request();
xmlobj.onreadystatechange( do_request_function );
xmlobj.process( ipb_var_base_url + 'autocom=chatsigma&code=update' );
}
//|#^#]>
</script>]]></section_content>
<func_name>chat_inline</func_name>
<func_data><![CDATA[$server="",$acc_no="",$lang="",$w="",$h="",$user="",$pass=""]]></func_data>
</template>
<template>
<group_name>skin_post</group_name>
<section_content><![CDATA[<br />
{ipb.lang['already_sub']}]]></section_content>
<func_name>get_box_alreadytrack</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_post</group_name>
<section_content><![CDATA[<br />
<input type="checkbox" name="enableemo" class="checkbox" value="yes" $checked /> {ipb.lang['enable_emo']}]]></section_content>
<func_name>get_box_enableemo</func_name>
<func_data><![CDATA[$checked=""]]></func_data>
</template>
<template>
<group_name>skin_post</group_name>
<section_content><![CDATA[<br />
<input type="checkbox" name="enablesig" class="checkbox" value="yes" $checked /> {ipb.lang['enable_sig']}]]></section_content>
<func_name>get_box_enablesig</func_name>
<func_data><![CDATA[$checked=""]]></func_data>
</template>
<template>
<group_name>skin_post</group_name>
<section_content><![CDATA[<br />
<input type="checkbox" name="enabletrack" class="checkbox" value="1" $checked /> {ipb.lang['enable_track']}]]></section_content>
<func_name>get_box_enabletrack</func_name>
<func_data><![CDATA[$checked=""]]></func_data>
</template>
<template>
<group_name>skin_post</group_name>
<section_content><![CDATA[ <select name="post_htmlstatus" class="dropdown">
<option value="0"{$selected[0]}>{ipb.lang['pp_nohtml']}</option>
<option value="1"{$selected[1]}>{ipb.lang['pp_html1']}</option>
<option value="2"{$selected[2]}>{ipb.lang['pp_html2']}</option>
</select>]]></section_content>
<func_name>get_box_html</func_name>
<func_data><![CDATA[$selected=""]]></func_data>
</template>
<template>
<group_name>skin_post</group_name>
<section_content><![CDATA[<form style='display:block'>
<if="error_msg != """>
<div class='input-warn-content'>{$error_msg}</div>
</if>
<div align='center' style='width:99%'>
<div>
<textarea style='margin:0px;padding:4px;width:100%' id='post-edit-{$pid}' class='rteiframe' cols='80' rows='15'>{$post}</textarea>
</div>
<div style='float:right'>
<input type='button' class='rtebottombutton' style='color:green' value='{ipb.lang['qe_complete_edit']}' onclick='ajax_save_for_edit( $pid ); return false' />
<input type='button' class='rtebottombutton' style='color:red' value='{ipb.lang['qe_cancel_edit']}' onclick='ajax_cancel_for_edit( $pid ); return false' />
</div>
<div align='left'>
<input type="button" value=" + " onclick='ajax_std_window_resize( 100 ,{$pid} );' id="rtesizeplus" class="rtebottombutton" />
<input type="button" value=" - " onclick='ajax_std_window_resize( -100,{$pid} );' id="rtesizeminus" class="rtebottombutton" />
</div>
</div>
</form>]]></section_content>
<func_name>inline_edit_quick_box</func_name>
<func_data><![CDATA[$post="",$pid=0,$error_msg=""]]></func_data>
</template>
<template>
<group_name>skin_post</group_name>
<section_content><![CDATA[<!--start-->
<if="jump != """>
<tr>
<td colspan='2' align='center' class='bg1'>
<div style='width:100%;' align='center' class='borderwrap'>
<table cellpadding='0' cellspacing='0' width='100%' class='darkrow3'>
<tr>
<td align="right" width='20%'>
<strong>{ipb.lang['mod_options']}</strong>
</td>
<td align="left" width='80%'>
{$jump}</select>
</td>
</tr>
</table>
</div>
</td>
</tr>
</if>
<!--middle-->
<if="can_set_open_time == 1">
<tr>
<td colspan='2' align='center' class='bg1'>
<div style='width:100%;' align='center' class='borderwrap'>
<table cellpadding='0' cellspacing='0' width='100%' class='darkrow3'>
<tr>
<td align="right" width='20%'>
<strong>{ipb.lang['mod_open_time']}</strong>
<br /><span class='desc'>{ipb.lang['post_optional']}</span>
</td>
<td align="left" width='80%'>
<span class='desc'>{ipb.lang['mod_date_format']}</span> <input type='input' size='11' name='open_time_date' value='{$mytimes['open_date']}' /> <span class='desc'>{ipb.lang['mod_time_format']}</span> <input type='input' size='5' name='open_time_time' value='{$mytimes['open_time']}' />
</td>
</tr>
</table>
</div>
</td>
</tr>
</if>
<if="can_set_close_time == 1">
<tr>
<td colspan='2' align='center' class='bg1'>
<div style='width:100%;' align='center' class='borderwrap'>
<table cellpadding='0' cellspacing='0' width='100%' class='darkrow3'>
<tr>
<td align="right" width='20%'>
<strong>{ipb.lang['mod_close_time']}</strong>
<br /><span class='desc'>{ipb.lang['post_optional']}</span>
</td>
<td align="left" width='80%'>
<span class='desc'>{ipb.lang['mod_date_format']}</span> <input type='input' size='11' name='close_time_date' value='{$mytimes['close_date']}' /> <span class='desc'>{ipb.lang['mod_time_format']}</span> <input type='input' size='5' name='close_time_time' value='{$mytimes['close_time']}' /></span>
</td>
</tr>
</table>
</div>
</td>
</tr>
</if>
<!--end-->]]></section_content>
<func_name>mod_options</func_name>
<func_data><![CDATA[$jump="",$can_set_open_time="",$can_set_close_time="",$mytimes=array()]]></func_data>
</template>
<template>
<group_name>skin_post</group_name>
<section_content><![CDATA[<!-- REG NAME -->]]></section_content>
<func_name>nameField_reg</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_post</group_name>
<section_content><![CDATA[<tr>
<td colspan='2' align='center' class='bg1'>
<div style='width:100%;' align='center' class='borderwrap'>
<table cellpadding='0' cellspacing='0' width='100%' class='darkrow3'>
<tr>
<td align="right" width='20%'>
<strong>{ipb.lang['guest_name']}</strong>
</td>
<td align="left" width='80%'>
<input type="text" size="50" maxlength="40" name="UserName" value="$data" class="textinput" />
</td>
</tr>
</table>
</div>
</td>
</tr>]]></section_content>
<func_name>nameField_unreg</func_name>
<func_data><![CDATA[$data=""]]></func_data>
</template>
<template>
<group_name>skin_post</group_name>
<section_content><![CDATA[<tr>
<td colspan='2' align='left' class='bg1'>
<script type="text/javascript" src="jscripts/ipb_poll.js"></script>
<script type="text/javascript">
var showfullonload = parseInt("{$show_open}");
var is_mod = parseInt("{$is_mod}");
// Questions
var poll_questions =
{
{$poll_questions}
};
var poll_choices =
{
{$poll_choices}
};
var poll_votes =
{
{$poll_votes}
};
// Setting elements
var max_poll_questions = parseInt("{$max_poll_questions}");
var max_poll_choices = parseInt("{$max_poll_choices}");
// HTML elements
var html_add_question = "[<a href='#' title='{ipb.lang['poll_tt_add_question']}' style='color:green;font-weight:bold' onclick='return poll_add_question()'>{ipb.lang['poll_tt_add_question']}</a>]";
var html_add_choice = "<li> [<a href='#' title='{ipb.lang['poll_tt_add_choice']}' style='color:green;font-weight:bold' onclick='return poll_add_choice("+'"'+'<%1>'+'"'+")'>{ipb.lang['poll_tt_add_choice']}</a>]</li>";
var html_question_box = "<input type='text' id='question_<%1>' name='question[<%1>]' size='50' class='input' value='<%2>' /> [<a href='#' title='{ipb.lang['poll_tt_remove_question']}' style='color:red;font-weight:bold' onclick='return poll_remove_question("+'"'+'<%1>'+'"'+")'>X</a>]";
var html_votes_box = " <input type='text' id='votes_<%1>_<%2>' name='votes[<%1>_<%2>]' size='5' class='input' value='<%3>' />";
var html_choice_box = "<li><input type='text' id='choice_<%1>_<%2>' name='choice[<%1>_<%2>]' size='35' class='input' value='<%3>' /><%4> [<a href='#' title='{ipb.lang['poll_tt_remove_choice']}' style='color:red;font-weight:bold' onclick='return poll_remove_choice("+'"'+'<%1>_<%2>'+'"'+")'>X</a>]</li>";
var html_choice_wrap = "<ol><%1></ol>";
var html_question_wrap = "<div><%1></div>";
var html_stat_wrap = "<br /><div><%1></div>";
// Lang elements
var js_lang_confirm = "{ipb.lang['poll_tt_confirm']}";
var poll_stat_lang = "{ipb.lang['poll_tt_stat_lang']}";
</script>
<!--CLOSED DIV-->
<div align='center' id='poll-box-closed' style='display:none' class='borderwrap'>
<table cellpadding='0' cellspacing='0' width='100%' class='darkrow3'>
<tr>
<td align="right" valign='top' width='20%'>
<strong>{ipb.lang['poll_fs_options']}</strong>
</td>
<td valign="top">
<a href='#' onclick='show_poll_form(); return false;'>{ipb.lang['poll_manage_link']}</a>
</td>
</tr>
</table>
</div>
<!--/CLOSED DIV-->
<!--OPEN DIV-->
<div align='center' id='poll-box-open' style='display:none' class='borderwrap'>
<table cellpadding='0' cellspacing='0' width='100%' class='darkrow3'>
<tr>
<td align="right" valign='top' width='20%'>
<strong>{ipb.lang['poll_fs_options']}</strong>
</td>
<td align='left' valign="top">
<fieldset>
<legend><strong>{ipb.lang['poll_fs_title']}</strong></legend>
<input type='text' size='40' class='input' name='poll_question' value='{$poll_question}' />
</fieldset>
<!-- MAIN POLL AREA -->
<fieldset>
<legend><strong>{ipb.lang['poll_fs_content']}</strong></legend>
<div id='poll-box-main'>
</div>
</fieldset>
<!-- MAIN POLL AREA -->
<br />
<a href='#' onclick='close_poll_form(); return false;'>{ipb.lang['poll_fs_close']}</a>
<div id='poll-box-stat'></div>
</td>
</tr>
</table>
</div>
<!--/OPEN DIV-->
<!-- INIT DIVS -->
<script type="text/javascript">
poll_init_state();
</script>
<!--/ INIT DIVS -->
</td>
</tr>]]></section_content>
<func_name>poll_box</func_name>
<func_data><![CDATA[$max_poll_questions="",$max_poll_choices="",$poll_questions="",$poll_choices="",$poll_votes="",$show_open="",$poll_question="",$is_mod=0]]></func_data>
</template>
<template>
<group_name>skin_ucp</group_name>
<section_content><![CDATA[<div class="formsubtitle">{$title}</div>
<p>$msg</p>]]></section_content>
<func_name>ucp_message</func_name>
<func_data><![CDATA[$title="",$msg=""]]></func_data>
</template>
<template>
<group_name>skin_chatpara</group_name>
<section_content><![CDATA[<script type="text/javascript">
//<!#^#|CDATA|
// Added like this to allow those without JS to still function nicely.
var chat_display = "{ipb.vars['chat04_display']}";
var chat_pad = parseInt( "{ipb.vars['chat04_poppad']}" );
var chat_height = parseInt( "{ipb.vars['chat04_height']}" );
var chat_width = parseInt( "{ipb.vars['chat04_width']}" );
var popped = parseInt( "{ipb.input['pop']}" );
var chat_tol;
var chat_tol_time = 60 * 1000; // 60 seconds
chat_pad = chat_pad ? chat_pad : 50;
chat_height += chat_pad;
chat_width += chat_pad;
if ( chat_display != 'self' && popped != 1 )
{
window.open( ipb_var_base_url + 'autocom=chatpara&pop=1','Chat','width='+chat_width+',height='+chat_height+',resizable=yes,scrollbars=yes');
// Bounce back to board index
locationjump();
}
//|#^#]>
</script>
<div class="borderwrap">
<div class="maintitle"><{CAT_IMG}> {ipb.lang['chat_title']}</div>
<div class="tablepad" align="center">
<div style='border:8px outset #BCD0ED;width:{$w}px;' id="chatwrap">
<!-- Begin ParaChat v7.0 Applet Code -->
<applet codebase="$server" archive="papplet.jar" code="pclient.main.ChatClient.class" width="$w" height="$h">
<param name="Net.Site" value="$siteid">
<param name="Net.Room" value="$room">
<param name="cabbase" value="papplet.cab">
<!--CUSTOMPARAM-->
<!--AUTOLOGIN-->
Sorry, your browser is not Java enabled, please visit
<a href="http://www.parachat.com/faq/java.html">our java support pages</a>
</applet>
<!-- End ParaChat v7.0 Applet Code -->
</div>
</div>
</div>
<br />
<div class="borderwrap">
<div class="maintitle"><{CAT_IMG}> {ipb.lang['chat_help']}</div>
<div class="tablepad">
{ipb.lang['chat_help_text']}
</div>
</div>
<script type="text/javascript">
//<!#^#|CDATA|
// Set timeout loop to update session's table.
if ( use_enhanced_js )
{
chat_ping_session();
}
function chat_ping_session()
{
do_request_function = function()
{
if ( ! xmlobj.readystate_ready_and_ok() )
{
return;
}
var returned = xmlobj.xmlhandler.responseText;
if ( returned == 'ok' )
{
chat_tol = setTimeout( 'chat_ping_session()', chat_tol_time );
}
}
xmlobj = new ajax_request();
xmlobj.onreadystatechange( do_request_function );
xmlobj.process( ipb_var_base_url + 'autocom=chatpara&code=update' );
}
//|#^#]>
</script>]]></section_content>
<func_name>chat_inline_v7</func_name>
<func_data><![CDATA[$server="",$siteid="",$w="",$h="", $room='']]></func_data>
</template>
<template>
<group_name>skin_chatpara</group_name>
<section_content><![CDATA[<script type="text/javascript">
//<!#^#|CDATA|
// Added like this to allow those without JS to still function nicely.
var chat_display = "{ipb.vars['chat04_display']}";
var chat_pad = parseInt( "{ipb.vars['chat04_poppad']}" );
var chat_height = parseInt( "{ipb.vars['chat04_height']}" );
var chat_width = parseInt( "{ipb.vars['chat04_width']}" );
var popped = parseInt( "{ipb.input['pop']}" );
var chat_tol;
var chat_tol_time = 60 * 1000; // 60 seconds
chat_pad = chat_pad ? chat_pad : 50;
chat_height += chat_pad;
chat_width += chat_pad;
if ( chat_display != 'self' && popped != 1 )
{
window.open( ipb_var_base_url + 'autocom=chatpara&pop=1','Chat','width='+chat_width+',height='+chat_height+',resizable=yes,scrollbars=yes');
// Bounce back to board index
locationjump();
}
//|#^#]>
</script>
<div class="borderwrap">
<div class="maintitle"><{CAT_IMG}> {ipb.lang['chat_title']}</div>
<div class="tablepad" align="center">
<div style='border:8px outset #BCD0ED;width:{$w}px;' id="chatwrap">
<applet codebase="$server" archive="pchat.zip" code="ParaChat.class" width="$w" height="$h">
<param name=cabbase value="pchat.cab">
<param name=roam.Group value="$group">
<param name=Channel value="$room">
<param name="ctrl.Language" value="$lang">
<param name="ui.ChatWindow" value="$textmode">
<param name="ui.BgColor" value="{$style['applet_bg']}">
<param name="ui.FgColor" value="{$style['applet_fg']}">
<param name="cmd.ChatBg" value="{$style['window_bg']}">
<param name="cmd.ChatFg" value="{$style['window_fg']}">
<param name="cmd.FontSize" value="{$style['font_size']}">
<!--CUSTOMPARAM-->
<!--AUTOLOGIN-->
Sorry, your browser is not Java enabled, please visit <a href="http://chathelp.invisionsitetools.com/java.html">our java support pages</a>
</applet>
</div>
</div>
</div>
<br />
<div class="borderwrap">
<div class="maintitle"><{CAT_IMG}> {ipb.lang['chat_help']}</div>
<div class="tablepad">
{ipb.lang['chat_help_text']}
</div>
</div>
<script type="text/javascript">
//<!#^#|CDATA|
// Set timeout loop to update session's table.
if ( use_enhanced_js )
{
chat_ping_session();
}
function chat_ping_session()
{
do_request_function = function()
{
if ( ! xmlobj.readystate_ready_and_ok() )
{
return;
}
var returned = xmlobj.xmlhandler.responseText;
if ( returned == 'ok' )
{
chat_tol = setTimeout( 'chat_ping_session()', chat_tol_time );
}
}
xmlobj = new ajax_request();
xmlobj.onreadystatechange( do_request_function );
xmlobj.process( ipb_var_base_url + 'autocom=chatpara&code=update' );
}
//|#^#]>
</script>]]></section_content>
<func_name>chat_inline</func_name>
<func_data><![CDATA[$server="",$group="",$room="",$w="",$h="",$lang="",$textmode="",$style=""]]></func_data>
</template>
<template>
<group_name>skin_profile</group_name>
<section_content><![CDATA[<tr>
<td class="row2" valign="top"><b>$title</b></td>
<td class="row1">$value</td>
</tr>]]></section_content>
<func_name>custom_field</func_name>
<func_data><![CDATA[$title="",$value=""]]></func_data>
</template>
<template>
<group_name>skin_profile</group_name>
<section_content><![CDATA[<tr>
<td class='row1'>{$previous_name}</td>
<td class='row1'><strong>{$current_name}</strong></td>
<td class='row2'>{$date}</td>
</tr>]]></section_content>
<func_name>dname_content_row</func_name>
<func_data><![CDATA[$previous_name="",$current_name="",$date=""]]></func_data>
</template>
<template>
<group_name>skin_profile</group_name>
<section_content><![CDATA[<div class="borderwrap">
<div class="maintitle">{ipb.lang['dname_window_title']} {$member_name}</div>
<table class='ipbtable' cellpadding='5'>
<tr>
<td class='formsubtitle'>{ipb.lang['dname_name_from']}</td>
<td class='formsubtitle'>{ipb.lang['dname_name_to']}</td>
<td class='formsubtitle'>{ipb.lang['dname_date']}</td>
</tr>
{$content}
</table>
</div>]]></section_content>
<func_name>dname_wrapper</func_name>
<func_data><![CDATA[$member_name="",$content=""]]></func_data>
</template>
<template>
<group_name>skin_profile</group_name>
<section_content><![CDATA[<img src="$show_photo" alt="{ipb.lang['get_photo']}" $show_width $show_height />]]></section_content>
<func_name>get_photo</func_name>
<func_data><![CDATA[$show_photo="",$show_width="",$show_height=""]]></func_data>
</template>
<template>
<group_name>skin_profile</group_name>
<section_content><![CDATA[<tr>
<td colspan="2" align="center" class="row2">{ipb.lang['no_info']}</td>
</tr>]]></section_content>
<func_name>no_custom_information</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_profile</group_name>
<section_content><![CDATA[<script language="javascript" type="text/javascript">
<!--
function redirect_to(where, closewin)
{
opener.location= '{ipb.script_url}' + where;
if (closewin == 1)
{
self.close();
}
}
//-->
</script>
<div class="borderwrap" style="text-align: left;">
<div class="maintitle">$name</div>
<table cellspacing="1" width='100%' class='row1'>
<tr>
<th><b>{ipb.lang['head_contact']}</b></th>
<th><b>{ipb.lang['photo_title']}</b></th>
</tr>
<tr>
<td valign="middle" class="nopad">
<table class='ipbtable' cellspacing="1">
<if="ipb.vars['blog_default_view'] != "" and info['has_blog'] == 1">
<tr>
<td nowrap="nowrap" class="row1">{ipb.lang['myblog']}</td>
<td width="100%" class="row1"><b><a href='javascript:redirect_to("&automodule=blog&req=showblog&mid={$info['mid']}",1);'>{ipb.lang['click_here']}</a></b></td>
</tr>
</if>
<tr>
<td nowrap="nowrap" class="row1">{ipb.lang['email']}</td>
<td width="100%" class="row1"><b>{$info['email']}</b></td>
</tr>
<tr>
<td nowrap="nowrap" class="row1">{ipb.lang['website_addr']}</td>
<td width="100%" class="row1"><b>{$info['website']}</b></td>
</tr>
<tr>
<td nowrap="nowrap" class="row1">{ipb.lang['aim']}</td>
<td width="100%" class="row1"><{PRO_AIM}> <b>{$info['aim_name']}</b></td>
</tr>
<tr>
<td nowrap="nowrap" class="row1">{ipb.lang['icq']}</td>
<td width="100%" class="row1"><{PRO_ICQ}> <b>{$info['icq_number']}</b></td>
</tr>
<tr>
<td nowrap="nowrap" class="row1">{ipb.lang['yahoo']}</td>
<td width="100%" class="row1"><{PRO_YIM}> <b>{$info['yahoo']}</b></td>
</tr>
<tr>
<td nowrap="nowrap" class="row1">{ipb.lang['msn']}</td>
<td width="100%" class="row1"><{PRO_MSN}> <b>{$info['msn_name']}</b></td>
</tr>
<tr>
<td nowrap="nowrap" class="row1">{ipb.lang['pm']}</b></td>
<td class="row1"><b><a href="javascript:redirect_to('&act=Msg&CODE=4&MID={$info['mid']}', 1);">{ipb.lang['click_here']}</a></b></td>
</tr>
</table>
</td>
<td valign="middle" class="row1" align="center">$photo</td>
</tr>
<tr>
<td class="formbuttonrow" colspan="2"><a href="{ipb.script_url}act=Profile&CODE=showcard&MID={$info['mid']}&download=1">{ipb.lang['ac_download']}</a> · <a href="javascript:self.close();">{ipb.lang['ac_close']}</a></td>
</tr>
<tr>
<td class="catend" colspan="2"><!-- no content --></td>
</tr>
</table>
</div>]]></section_content>
<func_name>show_card</func_name>
<func_data><![CDATA[$name="",$photo="",$info=""]]></func_data>
</template>
<template>
<group_name>skin_profile</group_name>
<section_content><![CDATA[< $min ( <a href="javascript:PopUp('{ipb.script_url}act=warn&mid={$mid}&CODE=view','Pager','500','450','0','1','1','1')">{$level}</a> ) $max >]]></section_content>
<func_name>warn_level_rating_no_mod</func_name>
<func_data><![CDATA[$mid="",$level="",$min=0,$max=10]]></func_data>
</template>
<template>
<group_name>skin_profile</group_name>
<section_content><![CDATA[{ipb.lang['warn_level']}: <a href="{ipb.script_url}act=warn&type=minus&mid={$mid}" title="{ipb.lang['tt_warn_minus']}"><{WARN_MINUS}></a> < $min ( <a href="javascript:PopUp('{ipb.script_url}act=warn&mid={$mid}&CODE=view','Pager','500','450','0','1','1','1')">{$level}</a> ) $max > <a href="{ipb.script_url}act=warn&type=add&mid={$mid}" title="{ipb.lang['tt_warn_add']}"><{WARN_ADD}></a>]]></section_content>
<func_name>warn_level_rating</func_name>
<func_data><![CDATA[$mid="",$level="",$min=0,$max=10]]></func_data>
</template>
<template>
<group_name>skin_profile</group_name>
<section_content><![CDATA[<br />
<div class="borderwrap">
<div class="formsubtitle" align="center" style="padding: 5px;">
<a href="{$info['base_url']}act=UserCP&CODE=22">{ipb.lang['edit_my_sig']}</a> ·
<a href="{$info['base_url']}act=UserCP&CODE=24">{ipb.lang['edit_avatar']}</a> ·
<a href="{$info['base_url']}act=UserCP&CODE=01">{ipb.lang['edit_profile']}</a>
</div>
</div>]]></section_content>
<func_name>user_edit</func_name>
<func_data><![CDATA[$info=""]]></func_data>
</template>
<template>
<group_name>skin_profile</group_name>
<section_content><![CDATA[{ipb.lang['warn_title']} (<a href="javascript:PopUp('{ipb.script_url}act=warn&mid={$mid}&CODE=view','Pager','500','450','0','1','1','1')">{$percent}</a>%) <a href="{ipb.script_url}act=warn&type=minus&mid={$mid}" title="{ipb.lang['tt_warn_minus']}"><{WARN_MINUS}></a>{$img}<a href="{ipb.script_url}act=warn&type=add&mid={$mid}" title="{ipb.lang['tt_warn_add']}"><{WARN_ADD}></a>]]></section_content>
<func_name>warn_level</func_name>
<func_data><![CDATA[$mid="",$img="",$percent=""]]></func_data>
</template>
<template>
<group_name>skin_profile</group_name>
<section_content><![CDATA[{ipb.lang['warn_level']}: (<a href="javascript:PopUp('{ipb.script_url}act=warn&mid={$mid}&CODE=view','Pager','500','450','0','1','1','1')">{$percent}</a>%) {$img}]]></section_content>
<func_name>warn_level_no_mod</func_name>
<func_data><![CDATA[$mid="",$img="",$percent=""]]></func_data>
</template>
<template>
<group_name>skin_profile</group_name>
<section_content><![CDATA[<html>
<head>
<title>$name</title>
<style type="text/css">
<!--CSS-->
</style>
<script language="javascript" type="text/javascript">
<!--
function redirect_to(where, closewin)
{
document.location= "{ipb.script_url}" + where;
if (closewin == 1)
{
self.close();
}
}
//-->
</script>
</head>
<body>
<div class="borderwrap" style="text-align: left;">
<div class="maintitle">$name</div>
<table cellspacing="1" class='row1'>
<tr>
<th><b>{ipb.lang['head_contact']}</b></th>
<th><b>{ipb.lang['photo_title']}</b></th>
</tr>
<tr>
<td valign="middle" class="nopad">
<table class='ipbtable' cellspacing="1">
<if="ipb.vars['blog_default_view'] != "" and info['has_blog'] == 1">
<tr>
<td nowrap="nowrap" class="row1">{ipb.lang['myblog']}</td>
<td width="100%" class="row1"><b><a href='javascript:redirect_to("&automodule=blog&req=showblog&mid={$info['mid']}",1);'>{ipb.lang['click_here']}</a></b></td>
</tr>
</if>
<tr>
<td nowrap="nowrap" class="row1">{ipb.lang['email']}</td>
<td width="100%" class="row1"><b>{$info['email']}</b></td>
</tr>
<tr>
<td nowrap="nowrap" class="row1">{ipb.lang['website_addr']}</td>
<td width="100%" class="row1"><b>{$info['website']}</b></td>
</tr>
<tr>
<td nowrap="nowrap" class="row1">{ipb.lang['aim']}</td>
<td width="100%" class="row1"><{PRO_AIM}> <b>{$info['aim_name']}</b></td>
</tr>
<tr>
<td nowrap="nowrap" class="row1">{ipb.lang['icq']}</td>
<td width="100%" class="row1"><{PRO_ICQ}> <b>{$info['icq_number']}</b></td>
</tr>
<tr>
<td nowrap="nowrap" class="row1">{ipb.lang['yahoo']}</td>
<td width="100%" class="row1"><{PRO_YIM}> <b>{$info['yahoo']}</b></td>
</tr>
<tr>
<td nowrap="nowrap" class="row1">{ipb.lang['msn']}</td>
<td width="100%" class="row1"><{PRO_MSN}> <b>{$info['msn_name']}</b></td>
</tr>
<tr>
<td nowrap="nowrap" class="row1">{ipb.lang['pm']}</b></td>
<td class="row1"><b><a href="javascript:redirect_to('&act=Msg&CODE=4&MID={$info['mid']}', 1);">{ipb.lang['click_here']}</a></b></td>
</tr>
</table>
</td>
<td valign="middle" class="row1" align="center">$photo</td>
</tr>
<tr>
<td class="catend" colspan="2"><!-- no content --></td>
</tr>
</table>
</div>
</body>
</html>]]></section_content>
<func_name>show_card_download</func_name>
<func_data><![CDATA[$name="",$photo="",$info=""]]></func_data>
</template>
<template>
<group_name>skin_profile</group_name>
<section_content><![CDATA[<div id="photowrap">
<div id="phototitle">$name</div>
<div id="photoimg">$photo</div>
</div>]]></section_content>
<func_name>show_photo</func_name>
<func_data><![CDATA[$name="",$photo=""]]></func_data>
</template>
<template>
<group_name>skin_profile</group_name>
<section_content><![CDATA[<script type="text/javascript" src="jscripts/ipb_profile.js"></script>
<div class="borderwrap">
<div class="maintitle" style='padding:4px'>
<table width='100%' cellspacing='0' cellpadding='0'>
<tr>
<td width='99%'><div><{CAT_IMG}> {ipb.lang['head_title']}: {$info['members_display_name']}</div></td>
<td width='1%' nowrap='nowrap' align='right'>
<div class='popmenubutton' id='profile-options'><a href='#profileoptions'>{ipb.lang['profile_options']}</a> <img src='{ipb.vars['img_url']}/menu_action_down.gif' alt='V' title='{ipb.lang['open_menu']}' border='0' /></div>
</td>
</tr>
</table>
</div>
<table class='ipbtable' cellspacing="1">
<tr>
<td width="1%" nowrap="nowrap" valign="top" class="row1">
<div id="profilename">{$info['members_display_name']}</div>
<br />
<div>{$info['avatar']}</div>
<div>{$info['member_title']}</div>
<div>{$info['member_rank_img']}</div>
<br />
<div class="postdetails">
{ipb.lang['mgroup']}: {$info['group_title']}<br />
{ipb.lang['joined']}: {$info['joined']}
</div>
<!--{WARN_LEVEL}-->
</td>
<td width="1%" align="right" class="row1">{$info['photo']}</td>
</tr>
</table>
</div>
<br />
<table class='ipbtable' cellspacing="1">
<tr>
<!-- STATS -->
<td width="50%" valign="top" style="padding-left: 0;">
<table cellspacing="1" width='100%' class="borderwrap">
<tr>
<td align="center" colspan="2" class="maintitle">{ipb.lang['active_stats']}</td>
</tr>
<tr>
<td class="row2" valign="top"><b>{ipb.lang['user_local_time']}</b></td>
<td class="row1">{$info['local_time']}</td>
</tr>
<tr>
<td class="row2" width="30%" valign="top"><b>{ipb.lang['total_posts']}</b></td>
<td width="70%" class="row1"><b>{$info['posts']}</b>
<br />( {$info['posts_day']} {ipb.lang['posts_per_day']} / {$info['total_pct']}% {ipb.lang['total_percent']} )
</td>
</tr>
<tr>
<td class="row2" valign="top"><b>{ipb.lang['fav_forum']}</b></td>
<td class="row1"><a href="{$info['base_url']}act=SF&f={$info['fav_id']}"><b>{$info['fav_forum']}</b></a><br />( {$info['fav_posts']} {ipb.lang['fav_posts']} / {$info['percent']}% {ipb.lang['fav_percent']} )</td>
</tr>
<tr>
<td class="row2" valign="top"><b>{ipb.lang['last_active']}</b></td>
<td class="row1">{$info['last_active']}</td>
</tr>
<tr>
<td class="row2" valign="top"><b>{ipb.lang['last_click']}</b></td>
<td class="row1">{$info['online_status_indicator']} {$info['online_extra']}</td>
</tr>
</table>
</td>
<!-- Communication -->
<td width="50%" valign="top" style="padding-right: 0;">
<table cellspacing="1" width='100%' class="borderwrap">
<tr>
<td align="center" colspan="2" class="maintitle">{ipb.lang['communicate']}</td>
</tr>
<tr>
<td width="1%" class="row1"><{PRO_AIM}></td>
<td width="99%" class="row2">{$info['aim_name']}</td>
</tr>
<tr>
<td width="1%" class="row1"><{PRO_YIM}></td>
<td width="99%" class="row2">{$info['yahoo']}</td>
</tr>
<tr>
<td width="1%" class="row1"><{PRO_ICQ}></td>
<td width="99%" class="row2">{$info['icq_number']}</td>
</tr>
<tr>
<td width="1%" class="row1"><{PRO_MSN}></td>
<td width="99%" class="row2">{$info['msn_name']}</td>
</tr>
<tr>
<td width="1%" class="row1"><{PRO_CONTACT}></td>
<td width="99%" class="row2"><a href="{$info['base_url']}act=Msg&CODE=4&MID={$info['mid']}">{ipb.lang['pm']}</a></td>
</tr>
<tr>
<td width="1%" class="row1"><{PRO_CONTACT}></td>
<td width="99%" class="row2">{$info['email']}</td>
</tr>
</table>
</td>
<!-- END CONTENT ROW 1 -->
<!-- information -->
</tr>
<tr>
<td width="50%" valign="top" style="padding-left: 0;">
<table cellspacing="1" width='100%' class="borderwrap">
<tr>
<td align="center" colspan="2" class="maintitle">{ipb.lang['info']}</td>
</tr>
<if="ipb.vars['blog_default_view'] != "" and info['has_blog'] == 1">
<tr>
<td class="row2" width="30%" valign="top"><b>{ipb.lang['myblog']}</b></td>
<td width="70%" class="row1"><a href='{ipb.script_url}automodule=blog&req=showblog&mid={$info['mid']}'>{ipb.lang['click_here']}</a></td>
</tr>
</if>
<if="info['has_gallery'] == 1">
<tr>
<td class="row2" width="30%" valign="top"><b>{ipb.lang['mygallery']}</b></td>
<td width="70%" class="row1"><a href="{ipb.script_url}automodule=gallery&cmd=user&user={$info['mid']}">{ipb.lang['click_here']}</a></td>
</tr>
</if>
<tr>
<td class="row2" width="30%" valign="top"><b>{ipb.lang['homepage']}</b></td>
<td width="70%" class="row1">{$info['homepage']}</td>
</tr>
<tr>
<td class="row2" valign="top"><b>{ipb.lang['birthday']}</b></td>
<td class="row1">{$info['birthday']}</td>
</tr>
<tr>
<td class="row2" valign="top"><b>{ipb.lang['location']}</b></td>
<td class="row1">{$info['location']}</td>
</tr>
<tr>
<td class="row2" valign="top"><b>{ipb.lang['interests']}</b></td>
<td class="row1">{$info['interests']}</td>
</tr>
</table>
</td>
<!-- Profile -->
<td width="50%" valign="top" style="padding-right: 0;">
<table cellspacing="1" width='100%' class="borderwrap">
<tr>
<td align="center" colspan="2" class="maintitle">{ipb.lang['head_addit']}</td>
</tr>
<!--{CUSTOM.FIELDS}-->
</table>
</td>
</tr>
</table>
<if="info['signature'] != """>
<br />
<div class="borderwrap">
<table class='ipbtable' width='100%' cellspacing="1">
<tr>
<td class="maintitle">{ipb.lang['siggie']}</td>
</tr>
<tr>
<td class="row2">
<div class="signature">{$info['signature']}</div>
</td>
</tr>
</table>
</div>
</if>
<!--MEM OPTIONS-->
<script type="text/javascript">
//<!#^#|CDATA|
var dname_title = "{ipb.lang['dname_title']}";
menu_build_menu(
"profile-options",
new Array(
'<img src="style_images/<#IMG_DIR#>/profile_item.gif" border="0" />' + " <a href='{ipb.script_url}act=Search&CODE=getalluser&mid={$info['mid']}'>{ipb.lang['find_posts']}</a>",
'<img src="style_images/<#IMG_DIR#>/profile_item.gif" border="0" />' + " <a href='{ipb.script_url}act=Search&CODE=gettopicsuser&mid={$info['mid']}'>{ipb.lang['find_member_topics']}</a>",
<if="ipb.member['id'] != 0">
'<img src="style_images/<#IMG_DIR#>/profile_item.gif" border="0" />' + " <a href='{ipb.script_url}act=usercp&CODE=ignore&uid={$info['mid']}'>{ipb.lang['ignore_user']}</a>",
</if>
<if="ipb.member['g_is_supmod'] == 1">
'<img src="style_images/<#IMG_DIR#>/profile_item.gif" border="0" />' + " <a href='{ipb.script_url}act=mod&CODE=editmember&auth_key={$auth_key}&mid={$info['mid']}'>{ipb.lang['supmod_edit_member']}</a>",
</if>
<if="ipb.vars['auth_allow_dnames'] == 1">
'<img src="style_images/<#IMG_DIR#>/profile_item.gif" border="0" />' + " <a href='#' onclick='return profile_dname_history({$info['mid']})'>{ipb.lang['dname_title']}</a>",
</if>
'<img src="style_images/<#IMG_DIR#>/profile_item.gif" border="0" />' + " <a href='{ipb.script_url}act=Msg&CODE=02&MID={$info['mid']}'>{ipb.lang['add_to_contact']}</a>"
) );
//|#^#]>
</script>]]></section_content>
<func_name>show_profile</func_name>
<func_data><![CDATA[$info="",$auth_key=""]]></func_data>
</template>
<template>
<group_name>skin_buddy</group_name>
<section_content><![CDATA[<div class='mya-content'>
{ipb.lang['nonew_pms_myass']}
</div>]]></section_content>
<func_name>xml_nonewpms</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_buddy</group_name>
<section_content><![CDATA[<div class='mya-content'>
<strong>{ipb.lang['search_forums']}</strong>
<input type="text" onmouseover='this.focus()' size="17" id='myass-search-input' name="keywords" />
<input class="gobutton" onclick='xml_myassistant_search()' type="image" src="{ipb.vars['img_url']}/login-button.gif" value="{ipb.lang['go']}" />
<div id='myass-search-message'></div>
</div>]]></section_content>
<func_name>xml_search</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_buddy</group_name>
<section_content><![CDATA[<div class='mya-content'>
<fieldset>
<legend><strong>{ipb.lang['legend_forum']}</strong></legend>
· <a href="{ipb.script_url}act=Stats&CODE=leaders">{ipb.lang['sm_forum_leaders']}</a>
</fieldset>
<br />
<fieldset>
<legend><strong>{ipb.lang['legend_post']}</strong></legend>
· <a href="{ipb.script_url}act=Stats">{ipb.lang['sm_today_posters']}</a>
<br />· <a href="{ipb.script_url}act=Members&max_results=10&sort_key=posts&sort_order=desc">{ipb.lang['sm_all_posters']}</a>
<br />· <a href="{ipb.script_url}act=Search&CODE=lastten">{ipb.lang['sm_my_last_posts']}</a>
</fielset>
</div>]]></section_content>
<func_name>xml_showme</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_buddy</group_name>
<section_content><![CDATA[<div style='height:34px;margin-left:1px'>
<div class='{$onoff['info']}'><a href='#' onclick='xml_myassistant_init("info")'>{ipb.lang['tab_info']}</a></div>
<div class='{$onoff['posts']}'><a href='#' onclick='xml_myassistant_init("posts")'>{ipb.lang['tab_posts']}</a></div>
<div class='{$onoff['search']}'><a href='#' onclick='xml_myassistant_init("search")'>{ipb.lang['tab_search']}</a></div>
<if="ipb.member['members_disable_pm'] == 0 AND ipb.member['g_use_pm'] == 1">
<div class='{$onoff['pms']}'><a href='#' onclick='xml_myassistant_init("pms")'>{ipb.lang['tab_pms']}</a></div>
</if>
<if="ipb.member['new_msg'] >= 1 AND ipb.member['members_disable_pm'] == 0 AND ipb.member['g_use_pm'] == 1">
<div class='{$onoff['newpms']}'><a href='#' onclick='xml_myassistant_init("newpms")'>{ipb.lang['tab_newpms']} ({ipb.member['new_msg']})</a></div>
</if>
</div>]]></section_content>
<func_name>xml_tabs</func_name>
<func_data><![CDATA[$onoff=""]]></func_data>
</template>
<template>
<group_name>skin_buddy</group_name>
<section_content><![CDATA[<div class='mya-back'>
{$content}
</div>]]></section_content>
<func_name>xml_wrap</func_name>
<func_data><![CDATA[$content=""]]></func_data>
</template>
<template>
<group_name>skin_stats</group_name>
<section_content><![CDATA[<a href="{ipb.script_url}showuser=$id" target="_blank">$name</a>]]></section_content>
<func_name>who_name_link</func_name>
<func_data><![CDATA[$id="",$name=""]]></func_data>
</template>
<template>
<group_name>skin_stats</group_name>
<section_content><![CDATA[<tr>
<td class="row1" valign="middle">{$row['author_name']}</td>
<td align="center" class="row1" valign="middle">{$row['pcount']}</td>
</tr>]]></section_content>
<func_name>who_row</func_name>
<func_data><![CDATA[$row=""]]></func_data>
</template>
<template>
<group_name>skin_stats</group_name>
<section_content><![CDATA[<tr>
<td class="catend" colspan="4"><!-- no content --></td>
</tr>
</table>
</div>]]></section_content>
<func_name>close_strip</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_stats</group_name>
<section_content><![CDATA[<div class="borderwrap">
<div class="maintitle"><{CAT_IMG}> $group</div>
<table class='ipbtable' cellspacing="1">
<tr>
<th width="30%" valign="middle">{ipb.lang['leader_name']}</th>
<th width="40%" align="center" valign="middle">{ipb.lang['leader_forums']}</th>
<th align="center" width="25%" valign="middle">{ipb.lang['leader_location']}</th>
<th align="center" width="5%" valign="middle"> </th>
</tr>]]></section_content>
<func_name>group_strip</func_name>
<func_data><![CDATA[$group=""]]></func_data>
</template>
<template>
<group_name>skin_stats</group_name>
<section_content><![CDATA[<tr>
<td class="row1"><a href="{ipb.script_url}showuser={$info['id']}">{$info['members_display_name']}</a></td>
<td align="center" class="row1">$forums</td>
<td align="center" class="row1">{$info['location']}</td>
<td align="center" class="row1">{$info['msg_icon']}</td>
</tr>]]></section_content>
<func_name>leader_row</func_name>
<func_data><![CDATA[$info="",$forums=""]]></func_data>
</template>
<template>
<group_name>skin_stats</group_name>
<section_content><![CDATA[</select>
</form>]]></section_content>
<func_name>leader_row_forum_end</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_stats</group_name>
<section_content><![CDATA[<option value="$id">$name</option>\\\\\\\n]]></section_content>
<func_name>leader_row_forum_entry</func_name>
<func_data><![CDATA[$id="",$name=""]]></func_data>
</template>
<template>
<group_name>skin_stats</group_name>
<section_content><![CDATA[<form method="post" onsubmit="if(document.jmenu$id.f.value == -1){return false;}" action="{ipb.script_url}act=SF" name="jmenu$id">
<select class="forminput" name="f" onchange="if(this.options[this.selectedIndex].value != -1){ document.jmenu$id.submit() }">
<option value="-1">$count_string</option>
<option value="-1">--------------------------------------------------------</option>]]></section_content>
<func_name>leader_row_forum_start</func_name>
<func_data><![CDATA[$id="",$count_string=""]]></func_data>
</template>
<template>
<group_name>skin_stats</group_name>
<section_content><![CDATA[<table class='ipbtable' cellspacing="0">
<tr>
<td><span class="pagetitle">{$title}</td>
</tr>
</table>]]></section_content>
<func_name>page_title</func_name>
<func_data><![CDATA[$title=""]]></func_data>
</template>
<template>
<group_name>skin_stats</group_name>
<section_content><![CDATA[<tr>
<td class="catend" colspan="5"><!-- no content --></td>
</tr>
</table>
</div>]]></section_content>
<func_name>top_poster_footer</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_stats</group_name>
<section_content><![CDATA[<div class="borderwrap">
<div class="maintitle"><{CAT_IMG}> {ipb.lang['todays_posters']}</div>
<table class='ipbtable' cellspacing="1">
<tr>
<th width="30%" valign="middle">{ipb.lang['member']}</th>
<th width="20%" align="center" valign="middle">{ipb.lang['member_joined']}</th>
<th align="center" width="15%" valign="middle">{ipb.lang['member_posts']}</th>
<th align="center" width="15%" valign="middle">{ipb.lang['member_today']}</th>
<th align="center" width="20%" valign="middle">{ipb.lang['member_percent']}</th>
</tr>]]></section_content>
<func_name>top_poster_header</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_stats</group_name>
<section_content><![CDATA[<tr>
<td colspan="5" align="center" class="row1" valign="middle">{ipb.lang['no_info']}</td>
</tr>]]></section_content>
<func_name>top_poster_no_info</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_stats</group_name>
<section_content><![CDATA[<tr>
<td class="row1" valign="middle"><a href="{ipb.script_url}showuser={$info['id']}">{$info['members_display_name']}</a></td>
<td align="center" class="row1" valign="middle">{$info['joined']}</td>
<td align="center" class="row1" valign="middle">{$info['posts']}</td>
<td align="center" class="row1" valign="middle">{$info['tpost']}</td>
<td align="center" class="row1" valign="middle">{$info['today_pct']}%</td>
</tr>]]></section_content>
<func_name>top_poster_row</func_name>
<func_data><![CDATA[$info=""]]></func_data>
</template>
<template>
<group_name>skin_stats</group_name>
<section_content><![CDATA[<tr>
<td class="formbuttonrow" colspan="2"><a href="javascript:bog_off();">{ipb.lang['who_go']}</a></td>
</tr>
<tr>
<td class="catend" colspan="2"><!-- no content --></td>
</tr>
</table>
</div>]]></section_content>
<func_name>who_end</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_stats</group_name>
<section_content><![CDATA[<script language="javascript">
<!--
function bog_off(){
var tid = "$tid";
var fid = "$fid";
opener.location= "{ipb.script_url}" + "showtopic=" + tid;
self.close();
}
-->
</script>
<div class="borderwrap">
<div class="maintitle" align="center">{ipb.lang['who_farted']} $title</div>
<table class='ipbtable' cellspacing="1">
<tr>
<th width="70%" valign="middle">{ipb.lang['who_poster']}</th>
<th width="30%" align="center" valign="middle">{ipb.lang['who_posts']}</th>
</tr>]]></section_content>
<func_name>who_header</func_name>
<func_data><![CDATA[$fid="",$tid="",$title=""]]></func_data>
</template>
<template>
<group_name>skin_forum</group_name>
<section_content><![CDATA[<a href="#" onclick="PopUp('{ipb.script_url}act=attach&code=showtopic&tid={$tid}', 'Attach{$tid}', 500,400); return false;" title="{$count} {ipb.lang['topic_attach']}"><{ATTACH_ICON}></a>]]></section_content>
<func_name>topic_attach_icon</func_name>
<func_data><![CDATA[$tid="",$count=0]]></func_data>
</template>
<template>
<group_name>skin_forum</group_name>
<section_content><![CDATA[<img src='{ipb.vars['img_url']}/rating_{$rating_id}_mini.gif' border='0' alt='{$rating_id}' /> ]]></section_content>
<func_name>topic_rating_image</func_name>
<func_data>$rating_id=1</func_data>
</template>
<template>
<group_name>skin_forum</group_name>
<section_content><![CDATA[<a href="javascript:who_posted($tid);">$posts</a>]]></section_content>
<func_name>who_link</func_name>
<func_data><![CDATA[$tid="",$posts=""]]></func_data>
</template>
<template>
<group_name>skin_forum</group_name>
<section_content><![CDATA[<!-- Begin Pinned Topic Entry {$data['tid']} -->
<tr>
<td align="center" class="row2">{$data['folder_img']}</td>
<td align="center" class="row2">{$data['topic_icon']}</td>
<td class="row2">
<div>
{$data['go_new_post']}{$data['prefix']} {$data['attach_img']}<a href="{ipb.script_url}showtopic={$data['tid']}" title="{ipb.lang['topic_started_on']} {$data['start_date']}">{$data['title']}</a> {$data[PAGES]}
<div class="desc">{$data['description']}</div>
</div>
<td align="center" class="row2">{$data['posts']}</td>
<td align="center" class="row2">{$data['starter']}</td>
<td align="center" class="row2">{$data['views']}</td>
<td class="row2"><span class="desc">{$data['last_post']}<br /><a href="{ipb.script_url}showtopic={$data['tid']}&view=getlastpost">{$data['last_text']}</a> <b>{$data['last_poster']}</b></span></td>
</tr>
<!-- End Pinned Topic Entry {$data['tid']} -->]]></section_content>
<func_name>OLD_render_pinned_row</func_name>
<func_data><![CDATA[$data=""]]></func_data>
</template>
<template>
<group_name>skin_forum</group_name>
<section_content><![CDATA[<div><span class="pagetitle">$title</span>$pages</div>]]></section_content>
<func_name>page_title</func_name>
<func_data><![CDATA[$title="",$pages=""]]></func_data>
</template>
<template>
<group_name>skin_forum</group_name>
<section_content><![CDATA[<script language="javascript" type="text/javascript">
<!--
var unselectedbutton = "{ipb.vars['img_url']}/topic_unselected.gif";
var selectedbutton = "{ipb.vars['img_url']}/topic_selected.gif";
var lang_gobutton = "{ipb.lang['f_go']}";
var lang_suredelete = "{ipb.lang['cp_js_delete']}";
var lang_clickhold = "{ipb.lang['js_clickhold']}";
var img_folder_closed = 'f_closed.gif';
var img_folder_normal = 'f_norm_no.gif';
var perm_can_edit = $can_edit;
var perm_can_open = $can_open;
var perm_can_close = $can_close;
var perm_max_length = {ipb.vars['topic_title_max_len']};
//-->
</script>
<script type="text/javascript" src="jscripts/ipb_forum.js"></script>
<!--IBF.SUBFORUMS-->
<table class='ipbtable' cellspacing="0">
<tr>
<td style='padding-left:0px' width="60%">{$data['SHOW_PAGES']}</td>
<td class='nopad' style='padding:0px 0px 5px 0px' align="right" nowrap="nowrap"><a href="{ipb.script_url}act=post&do=new_post&f={$data['id']}"><{A_POST}></a></td>
</tr>
</table>
<div class="borderwrap">
<div class="maintitle" style='padding:4px'>
<!-- TABLE FIX FOR MOZILLA WRAPPING-->
<table width='100%' cellspacing='0' cellpadding='0'>
<tr>
<td width='99%'><div><{CAT_IMG}> {$data['name']}</div></td>
<td width='1%' nowrap='nowrap' align='right'>
<div class='popmenubutton' id='forummenu-options'><a href='#forumoptions'>{ipb.lang['forum_options']}</a> <img src='{ipb.vars['img_url']}/menu_action_down.gif' alt='V' title='{ipb.lang['global_open_menu']}' border='0' /></div>
</td>
</tr>
</table>
</div>
<table class='ipbtable' cellspacing="1">
<tr>
<th align="center"> </th>
<th align="center"> </th>
<th width="50%" nowrap="nowrap">{ipb.lang['h_topic_title']}</th>
<th width="7%" align="center" nowrap="nowrap">{ipb.lang['h_replies']}</th>
<th width="14%" align="center" nowrap="nowrap">{ipb.lang['h_topic_starter']}</th>
<th width="7%" align="center" nowrap="nowrap">{ipb.lang['h_hits']}</th>
<th width="22%" nowrap="nowrap">{ipb.lang['h_last_action']}</th>
<if="ipb.member['is_mod'] == 1">
<th width="1%" align="center"> </th>
</if>
</tr>
<script type="text/javascript">
menu_build_menu(
"forummenu-options",
new Array(
<if="ipb.member['is_mod'] == 1">
"--NODIV--<div class='popupmenu-category' align='center'>{ipb.lang['moderator_options']}</div>",
img_item + " <a href='{ipb.script_url}showforum={$data['id']}&modfilter=invisible_topics'>{ipb.lang['mod_showallinvisible']}</a>",
img_item + " <a href='{ipb.script_url}showforum={$data['id']}&modfilter=invisible_posts'>{ipb.lang['mod_showallposts']}</a>",
img_item + " <a href='{ipb.script_url}act=mod&CODE=resync&f={$data['id']}&auth_key={$this->ipsclass->md5_check}'>{ipb.lang['mod_resync']}</a>",
img_item + " <a href='#' onclick='forum_mod_pop({$data['id']});'>{ipb.lang['mod_prune']}</a>",
"--NODIV--<div class='popupmenu-category' align='center'>{ipb.lang['forum_options']}</div>",
</if>
img_item + " <a href='{ipb.script_url}act=Login&CODE=04&f={$data['id']}&fromforum={ipb.input['f']}'>{ipb.lang['mark_as_read']}</a>",
img_item + " <a href='{ipb.script_url}act=Login&CODE=04&f={$data['id']}&fromforum=0'>{ipb.lang['mark_as_read2']}</a>",
img_item + " <a href='{ipb.script_url}act=usercp&CODE=start_subs&method=forum&fid={$data['id']}'>{ipb.lang['ft_title']}</a>"
) );
</script>
<!-- Forum page unique top -->
<!--IBF.ANNOUNCEMENTS-->]]></section_content>
<func_name>PageTop</func_name>
<func_data><![CDATA[$data="",$can_edit=0,$can_open=0,$can_close=0]]></func_data>
</template>
<template>
<group_name>skin_post</group_name>
<section_content><![CDATA[</tr>
</table>
<i>$spaceleft</i>
</div>]]></section_content>
<func_name>uploadbox_tableend</func_name>
<func_data><![CDATA[$spaceleft=""]]></func_data>
</template>
<template>
<group_name>skin_post</group_name>
<section_content><![CDATA[<br />
<div class='borderwrap' style='padding:4px;width:70%;margin-left:4px'>
<table class='ipbtable' cellspacing="0">]]></section_content>
<func_name>uploadbox_tabletop</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_post</group_name>
<section_content><![CDATA[<tr>
<td width="1%"><img src="{ipb.vars['mime_img']}/{$attach['image']}" alt="" /></td>
<td width="35%"><b>{$attach['attach_file']}</b></td>
<td width="20%">({$attach['size']})</td>
<td width="10%"><input type="submit" name="removeattach_{$attach['attach_id']}" class="codebuttons" onclick="removeattach({$attach['attach_id']})" value="{ipb.lang['attach_remove']}" /></a>
<td width="10%"><input type="button" name="id{$attach['attach_id']}" class="codebuttons" onclick="insert_attach_to_textarea({$attach['attach_id']})" value="{ipb.lang['attach_button']}" title="{ipb.lang['attach_button_title']}" /></a>
</tr>]]></section_content>
<func_name>uploadbox_entry</func_name>
<func_data><![CDATA[$attach=""]]></func_data>
</template>
<template>
<group_name>skin_post</group_name>
<section_content><![CDATA[<tr>
<td colspan='2' align='center' class='bg1'>
<div style='width:100%;' align='center' class='borderwrap'>
<table cellpadding='0' cellspacing='0' width='100%' class='darkrow3'>
<tr>
<td align="right" valign='top' width='20%'>
{ipb.lang['upload_text']} $data
</td>
<td align="left" width='80%'>
<input class="forminput" type="file" size="30" name="FILE_UPLOAD" /> <input type="submit" onclick="Override=1;" name="attachgo" value="{ipb.lang['button_add_attachment']}" class="button" /><!--IBF.UPLOADED_ITEMS-->
</td>
</tr>
</table>
</div>
</td>
</tr>]]></section_content>
<func_name>Upload_field</func_name>
<func_data><![CDATA[$data=""]]></func_data>
</template>
<template>
<group_name>skin_post</group_name>
<section_content><![CDATA[<tr>
<td colspan='2' align='center' class='bg1'>
<div style='width:100%;' align='center' class='borderwrap'>
<table cellpadding='0' cellspacing='0' width='100%' class='darkrow3'>
<tr>
<td align="right" width='20%'>
<strong>{ipb.lang['topic_title']}</strong>
</td>
<td align="left" width='80%'>
<input type="text" size="50" maxlength="{ipb.vars['topic_title_max_len']}" name="TopicTitle" value="{$data[TITLE]}" tabindex="1" class="forminput" />
</td>
</tr>
<tr>
<td align="right" width='20%'>
<strong>{ipb.lang['topic_desc']}</strong>
</td>
<td align="left" width='80%'>
<input type="text" size="50" maxlength="{ipb.vars['topic_title_max_len']}" name="TopicDesc" value="{$data[DESC]}" tabindex="2" class="forminput" />
<span class='desc'>{ipb.lang['post_optional']}</span>
</td>
</tr>
</table>
</div>
</td>
</tr>]]></section_content>
<func_name>topictitle_fields</func_name>
<func_data><![CDATA[$data=""]]></func_data>
</template>
<template>
<group_name>skin_global</group_name>
<section_content><![CDATA[<br /><br />--------------------<br />
<div class="signature">$sig</div>]]></section_content>
<func_name>signature_separator</func_name>
<func_data><![CDATA[$sig=""]]></func_data>
</template>
<template>
<group_name>skin_global</group_name>
<section_content><![CDATA[<div id="navstrip"><{F_NAV}> ]]></section_content>
<func_name>start_nav</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_global</group_name>
<section_content><![CDATA[ <a href="$url">$title</a>]]></section_content>
<func_name>rules_link</func_name>
<func_data><![CDATA[$url="",$title=""]]></func_data>
</template>
<template>
<group_name>skin_global</group_name>
<section_content><![CDATA[{$start}{$start_dots}{$previous_link}{$pages}{$next_link}{$end_dots}
<script type="text/javascript">
//<!#^#|CDATA|
ipb_pages_shown++;
var pgjmp = document.getElementById( 'page-jump' );
pgjmp.id = 'page-jump-'+ipb_pages_shown;
ipb_pages_array[ ipb_pages_shown ] = new Array( '{$base_link}', $per_page, $total_pages );
menu_build_menu(
pgjmp.id,
new Array( "--NODIV--<div onmouseover='pages_st_focus("+ipb_pages_shown+")' class='popupmenu-category' align='center'>{ipb.lang['global_page_jump']}</div>",
"<input type='text' size='5' name='st' id='st-"+ipb_pages_shown+"' /> <input type='button' class='button' onclick='do_multi_page_jump("+ipb_pages_shown+");' value='{ipb.lang['jmp_go']}' />" ) );
//|#^#]>
</script>]]></section_content>
<func_name>pagination_compile</func_name>
<func_data><![CDATA[$start="",$previous_link="",$start_dots="",$pages="",$end_dots="",$next_link="",$total_pages="",$per_page="",$base_link=""]]></func_data>
</template>
<template>
<group_name>skin_global</group_name>
<section_content><![CDATA[ <span class="pagecurrent">{$page}</span>]]></section_content>
<func_name>pagination_current_page</func_name>
<func_data><![CDATA[$page=""]]></func_data>
</template>
<template>
<group_name>skin_global</group_name>
<section_content><![CDATA[ <span class="pagelinklast"><a href="$url" title="{ipb.lang['tpl_gotolast']}">»</a></span> ]]></section_content>
<func_name>pagination_end_dots</func_name>
<func_data><![CDATA[$url=""]]></func_data>
</template>
<template>
<group_name>skin_global</group_name>
<section_content><![CDATA[<span class="pagelink" id='page-jump'>$pages {ipb.lang['tpl_pages']} <img src='{ipb.vars['img_url']}/menu_action_down.gif' alt='V' title='{ipb.lang['global_open_menu']}' border='0' /></span> ]]></section_content>
<func_name>pagination_make_jump</func_name>
<func_data>$pages=1</func_data>
</template>
<template>
<group_name>skin_global</group_name>
<section_content><![CDATA[ <span class="pagelink"><a href="$url" title="{ipb.lang['tpl_next']}">></a></span>]]></section_content>
<func_name>pagination_next_link</func_name>
<func_data><![CDATA[$url=""]]></func_data>
</template>
<template>
<group_name>skin_global</group_name>
<section_content><![CDATA[ <span class="pagelink"><a href="$url" title="$page">$page</a></span>]]></section_content>
<func_name>pagination_page_link</func_name>
<func_data><![CDATA[$url="",$page=""]]></func_data>
</template>
<template>
<group_name>skin_global</group_name>
<section_content><![CDATA[<span class="pagelink"><a href="$url" title="{ipb.lang['tpl_previous']}"><</a></span>]]></section_content>
<func_name>pagination_previous_link</func_name>
<func_data><![CDATA[$url=""]]></func_data>
</template>
<template>
<group_name>skin_global</group_name>
<section_content><![CDATA[<span class="pagelinklast"><a href="$url" title="{ipb.lang['tpl_gotofirst']}">«</a></span> ]]></section_content>
<func_name>pagination_start_dots</func_name>
<func_data><![CDATA[$url=""]]></func_data>
</template>
<template>
<group_name>skin_global</group_name>
<section_content><![CDATA[<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xml:lang="en" lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=<% CHARSET %>" />
<title>$title</title>
$css
</head>
<body>
<script type="text/javascript">
<!--
var ipb_var_st = "{ipb.input['st']}";
var ipb_lang_tpl_q1 = "{ipb.lang['tpl_q1']}";
var ipb_var_s = "{ipb.session_id}";
var ipb_var_phpext = "{ipb.vars['php_ext']}";
var ipb_var_image_url = "{ipb.vars['img_url']}";
var ipb_var_base_url = "{$this->ipsclass->js_base_url}";
var ipb_input_f = "{ipb.input['f']}";
var ipb_input_t = "{ipb.input['t']}";
var ipb_input_p = "{ipb.input['p']}";
var ipb_var_cookieid = "{ipb.vars['cookie_id']}";
var ipb_var_cookie_domain = "{ipb.vars['cookie_domain']}";
var ipb_md5_check = "{$this->ipsclass->md5_check}";
var ipb_new_msgs =
<if="ipb.member['id'] AND ipb.member['id'] > 0">
{ipb.member['new_msg']};
</if>
//startelse
else
{
0;
}//endelse
var use_enhanced_js = {$this->ipsclass->can_use_fancy_js};
//-->
</script>
<script type="text/javascript" src="jscripts/ipb_global.js"></script>
<script type="text/javascript" src='jscripts/ips_menu.js'></script>
<script type="text/javascript" src='{ipb.vars['img_url']}/folder_js_skin/ips_menu_html.js'></script>
<script type="text/javascript" src='jscripts/ips_xmlhttprequest.js'></script>
<script type="text/javascript" src='jscripts/ipb_global_xmlenhanced.js'></script>
<div style='text-align:left'>
$text
</div>
</body>
</html>]]></section_content>
<func_name>pop_up_window</func_name>
<func_data><![CDATA[$title="",$css="",$text=""]]></func_data>
</template>
<template>
<group_name>skin_global</group_name>
<section_content><![CDATA[<div id="userlinksguest">
<p class="pcen">{ipb.lang['mb_disabled']}</b></p>
</div>]]></section_content>
<func_name>member_bar_disabled</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_global</group_name>
<section_content><![CDATA[<div>
<if="xml != 1">
<div class='borderwrap' id='pmpop-nojs'>
<div class='maintitle'>
<div style='float:right;'><a href='{ipb.script_url}act=Msg&CODE=03&MSID={$msg['mt_id']}&VID=in'>{ipb.lang['global_pm_read']} »</a></div>
<div>{ipb.lang['global_pm_title']}</div>
</div>
</if>
<div class='mya-content'>
<div class='borderwrap'>
<div class='row2' style='padding:4px;'>
<if="xml == 1">
<div style='float:right'><a href='#' onclick='xml_myassistant_init("newpms")'>{$msg['_cur_num']}/{$msg['_msg_total']}</a></div>
<div style='width:360px; overflow:auto;'>
</if>
<div><strong><a href='{ipb.script_url}act=Msg&CODE=03&MSID={$msg['mt_id']}&VID=in'>{$msg['mt_title']}</a></strong> ( {ipb.lang['global_pm_from']}: {$msg['members_display_name']} )</div>
</div>
<div class='post1' style='padding:4px;'>{$msg['msg_post']}</div>
<div align='center' class='row2' style='padding:4px;'>
{$msg['members_display_name']} {ipb.lang['pmp_part1']} {$msg['g_title']} {ipb.lang['pmp_part2']} {$msg['posts']} {ipb.lang['pmp_part3']}
<br />
{ipb.lang['global_pm_sent']}: {$msg['msg_date']}
</div>
</div>
</div>
</div>
<script type='text/javascript'>
//<!#^#|CDATA|
if ( use_enhanced_js )
{
document.getElementById('pmpop-nojs').style.display = 'none';
xml_myassistant_init("newpms");
}
//|#^#]>
</script>
<!-- END PM -->]]></section_content>
<func_name>msg_get_new_pm_notification</func_name>
<func_data><![CDATA[$msg="",$xml=0]]></func_data>
</template>
<template>
<group_name>skin_global</group_name>
<section_content><![CDATA["<a href='{$data['url']}' style='color:black'>{$data['title']}</a>",]]></section_content>
<func_name>global_footer_synd_link</func_name>
<func_data><![CDATA[$data=""]]></func_data>
</template>
<template>
<group_name>skin_global</group_name>
<section_content><![CDATA[<img id="rsssyndication" src='{ipb.vars['img_url']}/rss.png' border='0' alt='-' class='ipd' />
<script type="text/javascript">
//<!#^#|CDATA|
menu_build_menu(
"rsssyndication",
new Array( $content
) );
//|#^#]>
</script>]]></section_content>
<func_name>global_footer_synd_wrapper</func_name>
<func_data><![CDATA[$content=""]]></func_data>
</template>
<template>
<group_name>skin_global</group_name>
<section_content><![CDATA[<form action="{ipb.script_url}setlanguage=1" name="langselectorbox" method="post">
<input type="hidden" name="langurlbits" value="{$this->ipsclass->query_string_real}&cal_id={ipb.input['cal_id']}" />
<select name="langid" onchange="chooselang(this)">
<optgroup label="{ipb.lang['global_language']}">
$data
</optgroup>
</select>
</form>]]></section_content>
<func_name>global_lang_chooser</func_name>
<func_data><![CDATA[$data=""]]></func_data>
</template>
<template>
<group_name>skin_global</group_name>
<section_content><![CDATA[<img src='{ipb.vars['img_url']}/stat_time.gif' border='0' style='vertical-align:middle' /> {$time} {ipb.lang['stats_sec']}
<img src='{ipb.vars['img_url']}/stat_load.gif' border='0' style='vertical-align:middle' /> $load
<img src='{ipb.vars['img_url']}/stat_sql.gif' border='0' style='vertical-align:middle' /> $sql <a href='{ipb.script_url}{$this->ipsclass->query_string_safe}&debug=1'>{ipb.lang['stats_queries']}</a>
<img src='{ipb.vars['img_url']}/stat_gzip.gif' border='0' style='vertical-align:middle' /> $gzip
<br />]]></section_content>
<func_name>global_quick_stats</func_name>
<func_data><![CDATA[$time="",$gzip="",$load="",$sql=""]]></func_data>
</template>
<template>
<group_name>skin_global</group_name>
<section_content><![CDATA[<link rel="alternate" type="application/rss+xml" title="{$data['title']}" href="{$data['url']}" />]]></section_content>
<func_name>global_rss_link</func_name>
<func_data><![CDATA[$data=""]]></func_data>
</template>
<template>
<group_name>skin_global</group_name>
<section_content><![CDATA[<form action="{ipb.script_url}setskin=1" name="skinselectorbox" method="post">
<input type="hidden" name="skinurlbits" value="{$this->ipsclass->query_string_real}&cal_id={ipb.input['cal_id']}" />
<select name="skinid" onchange="chooseskin(this)">
<optgroup label="{ipb.lang['global_skinselector']}">
$data
</optgroup>
</select>
</form>]]></section_content>
<func_name>global_skin_chooser</func_name>
<func_data><![CDATA[$data=""]]></func_data>
</template>
<template>
<group_name>skin_global</group_name>
<section_content><![CDATA[<if="ipb.member['id']">
<div id="userlinks">
<p class="home"><b>{ipb.lang['logged_in_as']} <a href="{ipb.script_url}showuser={ipb.member['id']}">{ipb.member['members_display_name']}</a></b> ( <a href="{ipb.script_url}act=Login&CODE=03&k={$this->ipsclass->md5_check}">{ipb.lang['log_out']}</a> )</p>
<p>
</if>
<else>
<div id="userlinksguest">
<p class="pcen"><b>{ipb.lang['guest_stuff']}</b> ( <a href="{ipb.script_url}act=Login&CODE=00">{ipb.lang['log_in']}</a> | <a href="{ipb.script_url}act=Reg&CODE=00">{ipb.lang['register']}</a> )
</else>
<if="ipb.member['mgroup'] == ipb.vars['auth_group']">
<b><a href="{ipb.script_url}act=reg&CODE=reval">{ipb.lang['resend_val']}</a></b> ·
</if>
<if="ipb.member['g_access_cp'] == 1">
<b><a href="{ipb.vars['board_url']}/admin.{ipb.vars['php_ext']}" target="_blank">{ipb.lang['admin_cp']}</a></b> ·
</if>
<if="ipb.member['has_blog'] == 1">
<b><a href="{ipb.script_url}automodule=blog&req=showblog&mid={ipb.member['id']}">{ipb.lang['myblog']}</a></b> ·
</if>
<if="ipb.member['id']">
<b><a href="{ipb.script_url}act=UserCP&CODE=00" title="{ipb.lang['cp_tool_tip']}">{ipb.lang['your_cp']}</a></b> · <a href="{ipb.script_url}act=Search&CODE=getnew">{ipb.lang['view_new_posts']}</a>
</if>
<if="ipb.member['id'] AND ipb.member['g_view_board']">
· <a href="javascript:buddy_pop();" title="{ipb.lang['bb_tool_tip']}">{ipb.lang['l_qb']}</a>
</if>
<if="ipb.member['g_use_pm'] AND ipb.member['members_disable_pm'] == 0">
· <a href="{ipb.script_url}act=Msg&CODE=01">{$msg[TEXT]}</a>
</if>
</p>
</div>]]></section_content>
<func_name>member_bar</func_name>
<func_data><![CDATA[$msg=""]]></func_data>
</template>
<template>
<group_name>skin_search</group_name>
<section_content><![CDATA[<div class="plainborder">
<div class="maintitle"><{CAT_IMG}> {ipb.lang['search_results']}</div>
<div class="formsubtitle">
<div class="pagelinks">{ipb.lang['g_searched_for']} <b>{$data['keyword']}</b></div>
<div align="right">
{ipb.lang['g_results']} <b>{$data['start']} - {$data['end']}</b> {ipb.lang['g_of_about']} <b>{$data['matches']}</b>.
{ipb.lang['g_search_took']} <b>{$data['ex_time']}</b> {ipb.lang['g_seconds']}
</div>
</div>
</div>
<br />]]></section_content>
<func_name>result_simple_header</func_name>
<func_data><![CDATA[$data=""]]></func_data>
</template>
<template>
<group_name>skin_search</group_name>
<section_content><![CDATA[<div class="borderwrap">
<div class="maintitle"><{CAT_IMG}> {ipb.lang['search_results']}</div>
<table class='ipbtable' cellspacing="1">
<tr>
<th><b>{ipb.lang['you_search_for']}</b> {$keywords}</th>
</tr>
<tr>
<td class="row1">{ipb.lang['no_results_so_there_ha_ha']}<br /><br /><b><a href="{ipb.script_url}act=search">{ipb.lang['search_again']}</a></b></td>
</tr>
<tr>
<td class="catend"><!-- no content --></td>
</tr>
</table>
</div>]]></section_content>
<func_name>search_error_page</func_name>
<func_data><![CDATA[$keywords=""]]></func_data>
</template>
<template>
<group_name>skin_search</group_name>
<section_content><![CDATA[<script type="text/javascript">
<!--
function go_gadget_advanced(){
window.location = "{$this->ipsclass->js_base_url}act=Search&mode=adv&f={ipb.input['f']}";
}
function win_pop(){
window.open("{$this->ipsclass->js_base_url}act=Search&CODE=explain","WIN","width=400,height=300,resizable=yes,scrollbars=yes");
}
-->
</script>
<form action="{ipb.script_url}act=Search&CODE=simpleresults&mode=simple" method="post" name="sForm">
$hidden_fields
<div class="borderwrap">
<div class="maintitle" align="center">{ipb.lang['search_options']}</div>
<div class="formsubtitle" align="center">{ipb.lang['key_search']}</div>
<div class="tablepad" align="center">
<input type="text" maxlength="100" size="40" id="keywords" name="keywords" /><br />
<label for="keywords">{ipb.lang['keysearch_text']}</label> <!--IBF.BOOLEAN_EXPLAIN-->
</div>
<div class="formsubtitle" align="center">{ipb.lang['search_where']}</div>
<div class="tablepad" align="center">
{$forums}<br /><br />
<b>{ipb.lang['sf_show_me']}</b>
<input type="radio" name="sortby" value="relevant" id="sortby_one" class="radiobutton" />
<label for="sortby_one">{ipb.lang['sf_most_r_f']}</label>
<input type="radio" name="sortby" value="date" id="sortby_two" checked="checked" class="radiobutton" />
<label for="sortby_two">{ipb.lang['sf_most_date']}</label>
</div>
<div class="formsubtitle" align="center">
<input type="submit" value="{ipb.lang['do_search']}" />
<input type="button" value="{ipb.lang['so_more_opts']}" onclick="go_gadget_advanced()" />
</div>
</div>
</form>]]></section_content>
<func_name>simple_form</func_name>
<func_data><![CDATA[$forums=""]]></func_data>
</template>
<template>
<group_name>skin_search</group_name>
<section_content><![CDATA[<script type="text/javascript" src="jscripts/ipb_forum.js"></script>
<div>{$data[SHOW_PAGES]} $extra</div>
<br />
<div class="borderwrap">
<div class="maintitle">
<div style="float: left;"><{CAT_IMG}> {ipb.lang['your_results']}</div>
<div align="right"><a href="{ipb.script_url}act=Login&CODE=05">{ipb.lang['mark_search_as_read']}</a></div>
</div>
<table class='ipbtable' cellspacing="1">
<tr>
<th colspan="2"> </th>
<th>{ipb.lang['h_topic_title']}</th>
<th align="center">{ipb.lang['h_forum_name']}</th>
<th align="center">{ipb.lang['h_topic_starter']}</th>
<th align="center">{ipb.lang['h_replies']}</th>
<th align="center">{ipb.lang['h_hits']}</th>
<th>{ipb.lang['h_last_action']}</th>
</tr>]]></section_content>
<func_name>start</func_name>
<func_data><![CDATA[$data="",$extra=""]]></func_data>
</template>
<template>
<group_name>skin_search</group_name>
<section_content><![CDATA[<div>{$data[SHOW_PAGES]} $extra</div>]]></section_content>
<func_name>start_as_post</func_name>
<func_data><![CDATA[$data="",$extra=""]]></func_data>
</template>
<template>
<group_name>skin_search</group_name>
<section_content><![CDATA[<div class='popupmenu-item'>
<div style='float:left'><a style='font-size:10px' href='{ipb.script_url}showtopic={$tid}' onclick='locationjump("showtopic={$tid}");' title='$real_title'>{$mini_title}</a></div>
<div align='right'>
<span style='font-size:10px' class='desc'><em>({$date})</em></span>
<a href='{ipb.script_url}showtopic={$tid}&view=getnewpost' onclick='locationjump("showtopic={$tid}&view=getnewpost");'><img src='{ipb.vars['img_url']}/lastpost.gif' alt='' border='0' /></a>
</div>
</div>]]></section_content>
<func_name>xmlout_gnp_row</func_name>
<func_data><![CDATA[$tid="",$mini_title="",$real_title="",$date=""]]></func_data>
</template>
<template>
<group_name>skin_search</group_name>
<section_content><![CDATA[<div class='popupmenu'>
<div style='padding:1px'>
$html
</div>
<div class='darkrow3' style='padding:6px' align='center'>
<if="st > 0">
« <a style='font-size:10px' href='#' onclick='return xml_show_new_posts("{$previous}");'>{ipb.lang['tpl_next']}</a>
</if>
<if="next > 0">
<a style='font-size:10px' href='#' onclick='return xml_show_new_posts("{$next}");'>{ipb.lang['tpl_prev']}</a> »
</if>
</div>
</div>]]></section_content>
<func_name>xmlout_gnp_wrapper</func_name>
<func_data><![CDATA[$html="",$previous="",$next="",$st=""]]></func_data>
</template>
<template>
<group_name>skin_editors</group_name>
<section_content><![CDATA[<!-- RTE -->
<input type='hidden' name='rte_used' value='1' />
<script type="text/javascript" src="jscripts/ipb_editor.js"></script>
<script language="JavaScript" type="text/javascript" src="jscripts/ipb_editor_rte.js"></script>
<script language="JavaScript" type="text/javascript" src="{ipb.vars['img_url']}/folder_rte_files/rte_html.js"></script>
<script language="JavaScript" type="text/javascript">
//<!#^#|CDATA|
// INIT
var postformid;
var postfieldid;
var postformobj;
var postfieldobj;
var MessageMax = parseInt("{ipb.lang['the_max_length']}");
var Override = "{ipb.lang['override']}";
// Charset
var g_CHARSET = "{ipb.vars['gb_char_set']}";
// Tooltips
var js_tt_bold = "{ipb.lang['js_tt_bold']}";
var js_tt_italic = "{ipb.lang['js_tt_italic']}";
var js_tt_underline = "{ipb.lang['js_tt_underline']}";
var js_tt_strike = "{ipb.lang['js_tt_strike']}";
var js_tt_font_col = "{ipb.lang['js_tt_font_col']}";
var js_tt_back_col = "{ipb.lang['js_tt_back_col']}";
var js_tt_link = "{ipb.lang['js_tt_link']}";
var js_tt_image = "{ipb.lang['js_tt_image']}";
var js_tt_email = "{ipb.lang['js_tt_email']}";
var js_tt_quote = "{ipb.lang['js_tt_quote']}";
var js_tt_left = "{ipb.lang['js_tt_left']}";
var js_tt_center = "{ipb.lang['js_tt_center']}";
var js_tt_right = "{ipb.lang['js_tt_right']}";
var js_tt_list = "{ipb.lang['js_tt_list']}";
var js_tt_indent = "{ipb.lang['js_tt_indent']}";
var js_tt_outdent = "{ipb.lang['js_tt_outdent']}";
var js_tt_noformat = "{ipb.lang['js_tt_noformat']}";
var js_tt_undo = "{ipb.lang['js_tt_undo']}";
var js_tt_redo = "{ipb.lang['js_tt_redo']}";
var js_tt_copy = "{ipb.lang['js_tt_copy']}";
var js_tt_paste = "{ipb.lang['js_tt_paste']}";
var js_tt_cut = "{ipb.lang['js_tt_cut']}";
var js_tt_code = "{ipb.lang['js_tt_code']}";
// Validate Form text
var js_used = "{ipb.lang['js_used']}";
var js_max_length = "{ipb.lang['js_max_length']}";
var js_post = "{ipb.lang['js_post']}";
var js_no_message = "{ipb.lang['js_no_message']}";
var js_current = "{ipb.lang['js_current']}";
var js_characters = "{ipb.lang['js_characters']}";
var js_msg_no_title = "{ipb.lang['msg_no_title']}";
var js_remove_attach = "{ipb.lang['remove_attach']}";
// Extra Lang Bits
var text_enter_url = "{ipb.lang['jscode_text_enter_url']}";
var text_enter_url_name = "{ipb.lang['jscode_text_enter_url_name']}";
var text_enter_image = "{ipb.lang['jscode_text_enter_image']}";
var text_enter_email = "{ipb.lang['jscode_text_enter_email']}";
var jsfile_error_lang = "{ipb.lang['jsfile_error']}";
var jsfile_myweb_lang = "{ipb.lang['jsfile_mywebpage']}";
var jsfile_errorc_lang = "{ipb.lang['jsfile_error_c']}";
var jsfile_alert1 = "{ipb.lang['jsfile_alert1']}";
var jsfile_alert2 = "{ipb.lang['jsfile_alert2']}";
var jsfile_alert3 = "{ipb.lang['jsfile_alert3']}";
var jsfile_alert4 = "{ipb.lang['jsfile_alert4']}";
var jsfile_highlight_lang = "{ipb.lang['jsfile_highlight']}";
var jsfile_erroriespell = "{ipb.lang['jsfile_erroriespell']}";
var jsfile_errorliespell = "{ipb.lang['jsfile_errorliespell']}";
var is_fs_mode = 0;
init_editor();
init_rte("{ipb.vars['img_url']}/folder_rte_images/", "{ipb.vars['img_url']}/folder_rte_files/");
write_rte_editor('{$form_field}', '{$text}', '{$width}', '{$height}', true, false);
//|#^#]>
</script>
<!-- /RTE -->]]></section_content>
<func_name>editor_rte</func_name>
<func_data><![CDATA[$text="",$form_field='post_content',$width="",$height=""]]></func_data>
</template>
<template>
<group_name>skin_editors</group_name>
<section_content><![CDATA[<script type="text/javascript">
//<!#^#|CDATA|
// INIT
var postformid;
var postfieldid;
var postformobj;
var postfieldobj;
var MessageMax = parseInt("{ipb.lang['the_max_length']}");
var Override = "{ipb.lang['override']}";
// Easy prompts
var text_enter_url = "{ipb.lang['jscode_text_enter_url']}";
var text_enter_url_name = "{ipb.lang['jscode_text_enter_url_name']}";
var text_enter_image = "{ipb.lang['jscode_text_enter_image']}";
var text_enter_email = "{ipb.lang['jscode_text_enter_email']}";
var text_code = "{ipb.lang['jscode_text_code']}";
var text_quote = "{ipb.lang['jscode_text_quote']}";
var error_no_url = "{ipb.lang['jscode_error_no_url']}";
var error_no_title = "{ipb.lang['jscode_error_no_title']}";
var error_no_email = "{ipb.lang['jscode_error_no_email']}";
var prompt_start = "{ipb.lang['js_text_to_format']}";
var list_prompt = "{ipb.lang['js_tag_list']}";
// Validate Form text
var js_used = "{ipb.lang['js_used']}";
var js_max_length = "{ipb.lang['js_max_length']}";
var js_post = "{ipb.lang['js_post']}";
var js_no_message = "{ipb.lang['js_no_message']}";
var js_current = "{ipb.lang['js_current']}";
var js_characters = "{ipb.lang['js_characters']}";
var js_msg_no_title = "{ipb.lang['msg_no_title']}";
var js_remove_attach = "{ipb.lang['remove_attach']}";
// Easy mode toggle
var js_bbeasy_on = "{ipb.lang['js_bbeasy_on']}";
var js_bbeasy_off = "{ipb.lang['js_bbeasy_off']}";
var js_bbeasy_toggle = "{ipb.lang['js_bbeasy_toggle']}";
var js_check_length = "{ipb.lang['js_check_length']}";
// Extra Lang Bits
var jsfile_error_lang = "{ipb.lang['jsfile_error']}";
var jsfile_myweb_lang = "{ipb.lang['jsfile_mywebpage']}";
//|#^#]>
</script>
<script type="text/javascript" src="jscripts/ipb_editor.js"></script>
<script type="text/javascript" src="jscripts/ipb_editor_std.js"></script>
<if="ipb.force_editor_change == 1">
<div class='borderwrap'>
<div class='row1' style='padding:4px'>{ipb.lang['js_forced_change']}</div>
</div>
</if>
<!-- START NORMAL POST BUTTONS -->
<div class="rteDiv" style="width:{$width}" align='left'>
<!-- Color palette -->
<iframe width="154" height="104" id="cp" src="{ipb.vars['img_url']}/folder_rte_files/palette.html" marginwidth="0" marginheight="0" scrolling="no" style="visibility:hidden; display: none; position: absolute;"></iframe>
<!-- /Color palette -->
<!-- Row 1 -->
<table class="rtebuttonbar1" cellpadding="2" cellspacing="0" id="Buttons1">
<tr>
<td width='1%' align='left' nowrap='nowrap'>
<table cellpadding='0' cellspacing='0' width='100%'>
<tr>
<td><img class="rteVertSep" src="{ipb.vars['img_url']}/folder_rte_images/rte_dots.gif" width="3" height="15" border="0" alt=""></td>
<td><select name="ffont" class="codebuttons" onchange="alterfont(this.options[this.selectedIndex].value, 'font')">
<option value='0'>{ipb.lang['box_font']}</option>
<script type="text/javascript">document.write( write_fontface_box() );</script>
</select></td>
<td><select name="fsize" class="codebuttons" onchange="alterfont(this.options[this.selectedIndex].value, 'size')">
<option value='0'>{ipb.lang['box_size']}</option>
<script type="text/javascript">document.write( write_fontsize_box() );</script>
</select></td>
<!--SEP-->
<td><img class="rteVertSep" src="{ipb.vars['img_url']}/folder_rte_images/blackdot.gif" width="1" height="20" border="0" alt=""></td>
<!--/SEP-->
<td><div id="do_indent"><img class="rteimage" src="{ipb.vars['img_url']}/folder_rte_images/indent.gif" width="25" height="24" alt="{ipb.lang['js_tt_indent']}" title="{ipb.lang['js_tt_indent']}" onclick="simpletag('indent')"></div></td>
</tr>
</table>
</td>
<td width='98%'> </td>
<td width='1%' nowrap='nowrap' align='right'>
<table cellpadding='0' cellspacing='0' width='100%'>
<tr>
<td><div id="do_closeall"><img class="rteimage" src="{ipb.vars['img_url']}/folder_rte_images/closeall.gif" width="25" height="24" alt="{ipb.lang['js_tt_closeall']}" title="{ipb.lang['js_tt_closeall']}" onclick="closeall()"></div></td>
</tr>
</table>
</td>
</tr>
</table>
<!-- /Row 1 -->
<!-- Row 2 -->
<table class="rtebuttonbar1" cellpadding="2" cellspacing="0" id="Buttons1">
<tr>
<td width='1%' align='left' nowrap='nowrap'>
<table cellpadding='0' cellspacing='0' width='100%'>
<tr>
<td><img class="rteVertSep" src="{ipb.vars['img_url']}/folder_rte_images/rte_dots.gif" width="3" height="15" border="0" alt=""></td>
<td><div id="do_bold"><img class="rteimage" src="{ipb.vars['img_url']}/folder_rte_images/bold.gif" width="25" height="24" alt="{ipb.lang['js_tt_bold']}" title="{ipb.lang['js_tt_bold']}" onclick="simpletag('b')"></div></td>
<td><div id="do_italic"><img class="rteimage" src="{ipb.vars['img_url']}/folder_rte_images/italic.gif" width="25" height="24" alt="{ipb.lang['js_tt_italic']}" title="{ipb.lang['js_tt_italic']}" onclick="simpletag('i')"></div></td>
<td><div id="do_underline"><img class="rteimage" src="{ipb.vars['img_url']}/folder_rte_images/underline.gif" width="25" height="24" alt="{ipb.lang['js_tt_underline']}" title="{ipb.lang['js_tt_underline']}" onclick="simpletag('u')"></div></td>
<td><div id="do_strikethrough"><img class="rteimage" src="{ipb.vars['img_url']}/folder_rte_images/strike.gif" width="25" height="24" alt="{ipb.lang['js_tt_strike']}" title="{ipb.lang['js_tt_strike']}" onclick="simpletag('s')"></div></td>
<!--SEP-->
<td><img class="rteVertSep" src="{ipb.vars['img_url']}/folder_rte_images/blackdot.gif" width="1" height="20" border="0" alt=""></td>
<!--/SEP-->
<td><div id="forecolor"><img class="rteimage" src="{ipb.vars['img_url']}/folder_rte_images/textcolor.gif" width="25" height="24" alt="{ipb.lang['js_tt_font_col']}" title="{ipb.lang['js_tt_font_col']}" onclick="popcolor('forecolor');"></div></td>
<!--<td><div id="hilitecolor"><img class="rteimage" src="{ipb.vars['img_url']}/folder_rte_images/bgcolor.gif" width="25" height="24" alt="{ipb.lang['js_tt_back_col']}" title="{ipb.lang['js_tt_back_col']}" onclick="popcolor('hilitecolor');"></div></td>-->
<!--SEP-->
<td><img class="rteVertSep" src="{ipb.vars['img_url']}/folder_rte_images/blackdot.gif" width="1" height="20" border="0" alt=""></td>
<!--/SEP-->
<td><div><img class="rteimage" src="{ipb.vars['img_url']}/folder_rte_images/hyperlink.gif" width="25" height="24" alt="{ipb.lang['js_tt_link']}" title="{ipb.lang['js_tt_link']}" onclick="tag_url()"></div></td>
<td><div><img class="rteimage" src="{ipb.vars['img_url']}/folder_rte_images/email.gif" width="25" height="24" alt="{ipb.lang['js_tt_email']}" title="{ipb.lang['js_tt_email']}" onclick="tag_email()"></div></td>
<td><div><img class="rteimage" src="{ipb.vars['img_url']}/folder_rte_images/image.gif" width="25" height="24" alt="{ipb.lang['js_tt_image']}" title="{ipb.lang['js_tt_image']}" onclick="tag_image()"></div></td>
<!--SEP-->
<td><img class="rteVertSep" src="{ipb.vars['img_url']}/folder_rte_images/blackdot.gif" width="1" height="20" border="0" alt=""></td>
<!--/SEP-->
<td><div id='do_quote'><img class="rteimage" src="{ipb.vars['img_url']}/folder_rte_images/quote.gif" width="21" height="21" alt="{ipb.lang['js_tt_quote']}" title="{ipb.lang['js_tt_quote']}" onclick="simpletag('quote')"></div></td>
<td><div id='do_code'><img class="rteimage" src="{ipb.vars['img_url']}/folder_rte_images/code.gif" width="21" height="21 alt="{ipb.lang['js_tt_code']}" title="{ipb.lang['js_tt_code']}" onclick="simpletag('code')"></div></td>
</tr>
</table>
</td>
<td width='98%'> </td>
<td width='1%' nowrap='nowrap' align='right'>
<table cellpadding='0' cellspacing='0' width='100%'>
<tr>
<td><div id="do_justifyleft"><img class="rteimage" src="{ipb.vars['img_url']}/folder_rte_images/left_just.gif" width="25" height="24" alt="{ipb.lang['js_tt_left']}" title="{ipb.lang['js_tt_left']}" onClick="simpletag('left')"></div></td>
<td><div id="do_justifycenter"><img class="rteimage" src="{ipb.vars['img_url']}/folder_rte_images/centre.gif" width="25" height="24" alt="{ipb.lang['js_tt_center']}" title="{ipb.lang['js_tt_center']}" onClick="simpletag('center')"></div></td>
<td><div id="do_justifyright"><img class="rteimage" src="{ipb.vars['img_url']}/folder_rte_images/right_just.gif" width="25" height="24" alt="{ipb.lang['js_tt_right']}" title="{ipb.lang['js_tt_right']}" onClick="simpletag('right')"></div></td>
<!--SEP-->
<td><img class="rteVertSep" src="{ipb.vars['img_url']}/folder_rte_images/blackdot.gif" width="1" height="20" border="0" alt=""></td>
<!--/SEP-->
<td><div><img class="rteimage" src="{ipb.vars['img_url']}/folder_rte_images/numbered_list.gif" width="25" height="24" alt="{ipb.lang['js_tt_list']}" title="{ipb.lang['js_tt_list']}" onClick="tag_list('ordered')"></div></td>
<td><div><img class="rteimage" src="{ipb.vars['img_url']}/folder_rte_images/list.gif" width="25" height="24" alt="{ipb.lang['js_tt_list']}" title="{ipb.lang['js_tt_list']}" onClick="tag_list('unordered')"></div></td>
</tr>
</table>
</td>
</tr>
</table>
<!-- /Row 2 -->
<!-- END NORMAL POST BUTTONS -->
</div>
<textarea cols="80" rows="20" style='margin:0px;width:{$width}' id='postcontent' name="{$form_field}" tabindex="5" class="rteiframe">$text</textarea>
<div class="rteDiv" style="width:{$width}">
<!-- Bottom Buttons -->
<table cellpadding="0" cellspacing="0" style="padding:0px;margin:0px;" id='std-table-buttons' width="100%">
<tr>
<td style="padding:0px;margin:0px;" align="left" width="1%" valign='top' nowrap="nowrap">
<input type="button" value=" + " onclick='std_window_resize( 100 );' id="rtesizeplus" class="rtebottombutton" />
<input type="button" value=" - " onclick='std_window_resize( -100 );' id="rtesizeminus" class="rtebottombutton" />
</td>
<td style="padding:0px;margin:0px;height:30px" align="right" valign='top' width="99%">
<input type="button" value=" {ipb.lang['button_init']} " title='{ipb.lang['js_bbeasy_toggle']}' onclick='toggle_bbmode(); return false;' id="togglebbmode" class="rtebottombutton" />
<input type="button" value="{ipb.lang['js_check_length']}" title='{ipb.lang['js_check_length']}' onclick='check_length(); return false;' id="checklength" class="rtebottombutton" />
</td>
</tr>
</table>
<!-- / Bottom Buttons -->
</div>
<!-- Prep BBCode buttons & Editor -->
<script type="text/javascript">
init_editor();
init_std_editor();
</script>]]></section_content>
<func_name>editor_std</func_name>
<func_data><![CDATA[$text="",$form_field='post_content',$width="",$height=""]]></func_data>
</template>
<template>
<group_name>skin_help</group_name>
<section_content><![CDATA[<tr>
<td class="row2">$text</td>
</tr>]]></section_content>
<func_name>display</func_name>
<func_data><![CDATA[$text=""]]></func_data>
</template>
<template>
<group_name>skin_help</group_name>
<section_content><![CDATA[<tr>
<td class="catend"></td>
</tr>
</table>
</div>]]></section_content>
<func_name>help_end</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_help</group_name>
<section_content><![CDATA[<tr>
<td class="row2" align="center"><b>{ipb.lang['no_results']}</b></td>
</tr>]]></section_content>
<func_name>no_results</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_help</group_name>
<section_content><![CDATA[<tr>
<td class="row1"><a href="{ipb.script_url}act=Help&CODE=01&HID={$entry['id']}"><b>{$entry['title']}</b></a><br />{$entry['description']}</td>
</tr>]]></section_content>
<func_name>row</func_name>
<func_data><![CDATA[$entry=""]]></func_data>
</template>
<template>
<group_name>skin_help</group_name>
<section_content><![CDATA[<form action="{ipb.script_url}" method="post">
<input type="hidden" name="act" value="Help" />
<input type="hidden" name="CODE" value="02" />
<div class="borderwrap">
<div class="maintitle"><{CAT_IMG}> $one_text</div>
<table class='ipbtable' cellspacing="1">
<tr>
<th>$two_text</th>
</tr>
<tr>
<td class="row2">{ipb.lang['search_txt']} <input type="text" maxlength="60" size="30" name="search_q" /> <input class="gobutton" type="image" src="{ipb.vars['img_url']}/login-button.gif" /></td>
</tr>
<tr>
<td class="catend"></td>
</tr>
</table>
</div>
</form>
<br />
<div class="borderwrap">
<div class="maintitle"><{CAT_IMG}> $three_text</div>
<table class='ipbtable' cellspacing="1">
<tr>
<th>$two_text</th>
</tr>]]></section_content>
<func_name>start</func_name>
<func_data><![CDATA[$one_text="",$two_text="",$three_text=""]]></func_data>
</template>
<template>
<group_name>skin_global</group_name>
<section_content><![CDATA[</div>]]></section_content>
<func_name>bbcode_wrap_end</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_global</group_name>
<section_content><![CDATA[<div class='<!--css.top-->'><!--title--><!--extra--></div><div class='<!--css.main-->'>]]></section_content>
<func_name>bbcode_wrap_start</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_global</group_name>
<section_content><![CDATA[<br />
<form action="{ipb.vars['board_url']}/index.{ipb.vars['php_ext']}" method="post">
<input type="hidden" name="act" value="Login" />
<input type="hidden" name="CODE" value="01" />
<input type="hidden" name="s" value="{ipb.session_id}" />
<input type="hidden" name="referer" value="" />
<input type="hidden" name="CookieDate" value="1" />
<div class="borderwrap">
<h3><{CAT_IMG}> {ipb.lang['offline_title']}</h3>
<p>$message</p>
<div class="fieldwrap">
<h4>{ipb.lang['erl_enter_name']}</h4>
<input type="text" size="20" maxlength="64" name="UserName" />
<h4>{ipb.lang['erl_enter_pass']}</h4>
<input type="password" size="20" name="PassWord" />
</div>
<p class="formbuttonrow"><input class="button" type="submit" name="submit" value="{ipb.lang['erl_log_in_submit']}" /></p>
</div>
</form>]]></section_content>
<func_name>board_offline</func_name>
<func_data><![CDATA[$message=""]]></func_data>
</template>
<template>
<group_name>skin_global</group_name>
<section_content><![CDATA[<style type="text/css" media="all">
<if="ipb.vars['board_url'] != '' AND ipb.vars['board_url'] != '.'">
@import url({ipb.vars['board_url']}/style_images/css_{$css}.css);
</if>
<else>
@import url(style_images/css_{$css}.css);
</else>
</style>]]></section_content>
<func_name>css_external</func_name>
<func_data><![CDATA[$css=""]]></func_data>
</template>
<template>
<group_name>skin_global</group_name>
<section_content><![CDATA[<style type="text/css">
{$css}
</style>]]></section_content>
<func_name>css_inline</func_name>
<func_data><![CDATA[$css=""]]></func_data>
</template>
<template>
<group_name>skin_global</group_name>
<section_content><![CDATA[</div>]]></section_content>
<func_name>end_nav</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_global</group_name>
<section_content><![CDATA[<script language="JavaScript" type="text/javascript">
<!--
function contact_admin() {
// Very basic spam bot stopper
admin_email_one = '$ad_email_one';
admin_email_two = '$ad_email_two';
window.location = 'mailto:'+admin_email_one+'@'+admin_email_two+'?subject={ipb.lang['mailto_erroronforums']}';
}
//-->
</script>
<br />
<div class="borderwrap">
<h3><{CAT_IMG}> {ipb.lang['error_title']}</h3>
<if="show_top_msg == 1">
<p>{ipb.lang['exp_text']}</p>
<div class="errorwrap">
<h4>{ipb.lang['msg_head']}</h4>
</if>
<p>$message</p>
<if="show_top_msg == 1">
</div>
</if>
<!--IBF.LOG_IN_TABLE-->
<!--IBF.POST_TEXTAREA-->
<h4>{ipb.lang['er_links']}</h4>
<ul>
<li><a href="{ipb.script_url}act=Reg&CODE=10">{ipb.lang['er_lost_pass']}</a></li>
<li><a href="{ipb.script_url}act=Reg&CODE=00">{ipb.lang['er_register']}</a></li>
<li><a href="{ipb.script_url}act=Help&CODE=00">{ipb.lang['er_help_files']}</a></li>
<li><a href="javascript:contact_admin();">{ipb.lang['er_contact_admin']}</a></li>
</ul>
<p class="formbuttonrow"><b><a href="javascript:history.go(-1)">{ipb.lang['error_back']}</a></b></p>
</div>]]></section_content>
<func_name>Error</func_name>
<func_data><![CDATA[$message="",$ad_email_one="",$ad_email_two="",$show_top_msg=0]]></func_data>
</template>
<template>
<group_name>skin_global</group_name>
<section_content><![CDATA[<form action="{ipb.vars['board_url']}/index.{ipb.vars['php_ext']}" method="post">
<input type="hidden" name="act" value="Login" />
<input type="hidden" name="CODE" value="01" />
<input type="hidden" name="s" value="{ipb.session_id}" />
<input type="hidden" name="referer" value="$q_string" />
<input type="hidden" name="CookieDate" value="1" />
<h4>{ipb.lang['er_log_in_title']}</h4>
<div class="fieldwrap">
<if="ipb.vars['converge_login_method'] == 'username'">
<h4>{ipb.lang['erl_enter_name']}</h4>
<input type="text" size="20" maxlength="64" name="UserName" />
</if>
<else>
<h4>{ipb.lang['erl_email']}</h4>
<input type="text" size="20" maxlength="128" name="UserName" />
</else>
<h4>{ipb.lang['erl_enter_pass']}</h4>
<input type="password" size="20" name="PassWord" />
<p class="formbuttonrow1"><input class="button" type="submit" name="submit" value="{ipb.lang['erl_log_in_submit']}" /></p>
</div>
</form>]]></section_content>
<func_name>error_log_in</func_name>
<func_data><![CDATA[$q_string=""]]></func_data>
</template>
<template>
<group_name>skin_global</group_name>
<section_content><![CDATA[<h4>{ipb.lang['err_title']}</h4>
<p>{ipb.lang['err_expl']}</p>
<div class="fieldwrap">
<h4>{ipb.lang['err_title']}</h4>
<form name="mehform">
<textarea cols="70" rows="5" name="saved" tabindex="2">$post</textarea>
</form>
<p class="formbuttonrow1"><input class="button" type="button" tabindex="1" value="{ipb.lang['err_select']}" onclick="document.mehform.saved.select()" /></p>
</div>]]></section_content>
<func_name>error_post_textarea</func_name>
<func_data><![CDATA[$post=""]]></func_data>
</template>
<template>
<group_name>skin_global</group_name>
<section_content><![CDATA[<!-- Show FAQ/Forum Rules -->
<div class="borderwrap">
<h3><{CAT_IMG}> {$rules['title']}</h3>
<p>{$rules['body']}</p>
</div>
<!-- End FAQ/Forum Rules -->]]></section_content>
<func_name>forum_show_rules_full</func_name>
<func_data><![CDATA[$rules=""]]></func_data>
</template>
<template>
<group_name>skin_global</group_name>
<section_content><![CDATA[<!-- Show FAQ/Forum Rules -->
<div class="ruleswrap">
<{F_RULES}> <b><a href="{ipb.script_url}act=SR&f={$rules['fid']}">{$rules['title']}</a></b>
</div>]]></section_content>
<func_name>forum_show_rules_link</func_name>
<func_data><![CDATA[$rules=""]]></func_data>
</template>
<template>
<group_name>skin_global</group_name>
<section_content><![CDATA[<table cellspacing="0" id="gfooter">
<tr>
<td width="45%"><% SYNDICATION %><% SKINCHOOSER %> <% LANGCHOOSER %></td>
<td width="10%" align="center" nowrap="nowrap"><a href="lofiversion/index.php<% LOFIVERSION %>"><b>{ipb.lang['global_lofi']}</b></a></td>
<td width="45%" align="right" nowrap="nowrap"><% QUICKSTATS %>{ipb.lang['global_timeisnow']}: {$time}</td>
</tr>
</table>
<script type='text/javascript'>
//<!#^#|CDATA|
menu_do_global_init();
<if="ipb.member['members_auto_dst'] == 1 AND ipb.vars['time_dst_auto_correction'] AND ipb.input['_low_act'] == 'idx'">
global_dst_check(parseInt("{ipb.member['time_offset']}"),parseInt("{ipb.member['dst_in_use']}") );
</if>
//|#^#]>
</script>]]></section_content>
<func_name>global_board_footer</func_name>
<func_data><![CDATA[$time=""]]></func_data>
</template>
<template>
<group_name>skin_global</group_name>
<section_content><![CDATA[<!--ipb.javascript.start-->
<script type="text/javascript">
//<!#^#|CDATA|
var ipb_var_st = "{ipb.input['st']}";
var ipb_lang_tpl_q1 = "{ipb.lang['tpl_q1']}";
var ipb_var_s = "{ipb.session_id}";
var ipb_var_phpext = "{ipb.vars['php_ext']}";
var ipb_var_base_url = "{$this->ipsclass->js_base_url}";
var ipb_var_image_url = "{ipb.vars['img_url']}";
var ipb_input_f = "{ipb.input['f']}";
var ipb_input_t = "{ipb.input['t']}";
var ipb_input_p = "{ipb.input['p']}";
var ipb_var_cookieid = "{ipb.vars['cookie_id']}";
var ipb_var_cookie_domain = "{ipb.vars['cookie_domain']}";
var ipb_var_cookie_path = "{ipb.vars['cookie_path']}";
var ipb_md5_check = "{$this->ipsclass->md5_check}";
var ipb_new_msgs = {ipb.member['new_msg']};
var use_enhanced_js = {$this->ipsclass->can_use_fancy_js};
var use_charset = "{ipb.vars['gb_char_set']}";
var ipb_myass_chars_lang = "{ipb.lang['myass_chars']}";
//|#^#]>
</script>
<script type="text/javascript" src='jscripts/ipb_global.js'></script>
<script type="text/javascript" src='jscripts/ips_menu.js'></script>
<script type="text/javascript" src='{ipb.vars['img_url']}/folder_js_skin/ips_menu_html.js'></script>
<!--ipb.javascript.end-->
<div class="borderwrap">
<div id="logostrip"><a href='{ipb.script_url}'><!--ipb.logo.start--><img src='style_images/<#IMG_DIR#>/logo4.gif' style='vertical-align:top' alt='IPB' border='0' /><!--ipb.logo.end--></a></div>
<div id="submenu">
<p class="home"><!--ipb.leftlinks.start--><a href="{ipb.vars['home_url']}">{ipb.vars['home_name']}</a><!--IBF.RULES--><!--ipb.leftlinks.end--></p>
<p><!--ipb.rightlinks.start-->
<if="component_links != """>
{$component_links}
</if>
<a href="{ipb.script_url}act=Help">{ipb.lang['tb_help']}</a><a href="{ipb.script_url}act=Search&f={ipb.input['f']}">{ipb.lang['tb_search']}</a><a href="{ipb.script_url}act=Members">{ipb.lang['tb_mlist']}</a><a href="{ipb.script_url}act=calendar">{ipb.lang['tb_calendar']}</a>
<!--ipb.rightlinks.end--></p>
</div>
</div>
<if="ipb.can_use_fancy_js != 0">
<script type="text/javascript" src='jscripts/ips_xmlhttprequest.js'></script>
<script type="text/javascript" src='jscripts/ipb_global_xmlenhanced.js'></script>
<script type="text/javascript" src='jscripts/dom-drag.js'></script>
<div id='get-myassistant' style='display:none;width:400px;text-align:left;'>
<div class="borderwrap">
<div class='maintitle' id='myass-drag' title='{ipb.lang['myass_drag']}'>
<div style='float:right'><a href='#' onclick='document.getElementById("get-myassistant").style.display="none"'>[X]</a></div>
<div>{ipb.lang['myass_title']}</div>
</div>
<div id='myass-content' style='overflow-x:auto;'></div>
</div>
</div>
<div id='loading-layer' style='display:none;width:200px;height:50px;background:#FFF;padding:10px;text-align:center;border:1px solid #000'><div style='font-weight:bold' id='loading-layer-text'>{ipb.lang['ajax_loading_msg']}</div><br /><img src='style_images/<#IMG_DIR#>/loading.gif' border='0' /></div>
</if>
<!-- / End board header -->]]></section_content>
<func_name>global_board_header</func_name>
<func_data><![CDATA[$component_links='']]></func_data>
</template>
<template>
<group_name>skin_forum</group_name>
<section_content><![CDATA[<tr>
<td class="darkrow1" colspan="8"><b>{ipb.lang['announce_start']}</b></td>
</tr>
$announce]]></section_content>
<func_name>announcement_wrap</func_name>
<func_data><![CDATA[$announce=""]]></func_data>
</template>
<template>
<group_name>skin_forum</group_name>
<section_content><![CDATA[<div class="borderwrap" style='padding-bottom:1px;'>
<div class="formsubtitle" style="padding: 4px;">{ipb.lang['active_users_title']} ({ipb.lang['active_users_detail']})</div>
<div class="row1" style="padding: 4px;">{ipb.lang['active_users_members']} {$active['names']}</div>
</div>
<br />]]></section_content>
<func_name>forum_active_users</func_name>
<func_data>$active=array()</func_data>
</template>
<template>
<group_name>skin_forum</group_name>
<section_content><![CDATA[<form action="{ipb.script_url}" method="post">
<input type="hidden" name="act" value="SF" />
<input type="hidden" name="f" value="$fid" />
<input type="hidden" name="L" value="1" />
<div class="borderwrap">
<div class="maintitle"><{CAT_IMG}> {ipb.lang['need_password']}</div>
<div class="tablepad">{ipb.lang['need_password_txt']}</div>
<div class="tablepad">
<b>{ipb.lang['enter_pass']}</b>
<input type="password" size="20" name="f_password" />
</div>
<div class="pformstrip" align="center"><input type="submit" value="{ipb.lang['f_pass_submit']}" class="forminput" /></div>
</div>
</form>]]></section_content>
<func_name>forum_password_log_in</func_name>
<func_data><![CDATA[$fid=""]]></func_data>
</template>
<template>
<group_name>skin_register</group_name>
<section_content><![CDATA[<!--
<tr>
<td colspan="2" class="formsubtitle">{ipb.lang['cf_optional']}</td>
</tr>
-->]]></section_content>
<func_name>optional_title</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_register</group_name>
<section_content><![CDATA[<script type="text/javascript" src="jscripts/ipb_register.js"></script>
<form action="{ipb.script_url}act=reg&CODE=complete_login_do&key=$key&mid=$mid" method="POST" onsubmit="return validate_complete_login_form(event)">
<input type="hidden" name="termsread" value="1" />
<input type="hidden" name="agree_to_terms" value="1" />
<div class="borderwrap">
<div class="maintitle"><{CAT_IMG}> {ipb.lang['clogin_title']}</div>
<div class="formsubtitle">{ipb.lang['clogin_text']}</div>
<div class="tablepad">
<if="ipb.vars['auth_allow_dnames'] == 1">
<fieldset class="row3">
<legend><b>{ipb.lang['user_name_title']}</b></legend>
<div class='input-warn-content' id='box-dname'><div id='msg-dname'>{$errors['dname']}</div></div>
<table class='ipbtable' cellspacing="0">
<tr>
<td>{ipb.lang['dname_name']} <span>(<a href="#" style="cursor: help; color: #555;" title="{ipb.lang['dname_text']}">?</a>)</span></td>
</tr>
<tr>
<td>
<input type="text" size="50" maxlength="64" value="{ipb.input['members_display_name']}" id='reg-members-display-name' name="members_display_name" />
<img id='img-members-display-name' src="{ipb.vars['img_url']}/spacer.gif" alt="" width='12' height='12' />
</td>
</tr>
</table>
</fieldset>
</if>
<fieldset class="row3">
<div class='input-warn-content' id='box-emailaddress'><div id='msg-emailaddress'>{$errors['email']}</div></div>
<legend><b>{ipb.lang['email_address_title']}</b></legend>
<table class='ipbtable' cellspacing="0">
<tr>
<td width="1%" nowrap="nowrap">{ipb.lang['email_address']} <span>(<a href="#" style="cursor: help; color: #555;" title="{ipb.lang['email_address_text']}">?</a>)</span></td>
<td width="100%">{ipb.lang['email_address_confirm']} <span>(<a href="#" style="cursor: help; color: #555;" title="{ipb.lang['email_address_confirm_text']}">?</a>)</span></td>
</tr>
<tr>
<td><input type="text" size="25" maxlength="50" value="{ipb.input['EmailAddress']}" id='reg-emailaddress' name="EmailAddress" /></td>
<td><input type="text" size="25" maxlength="50" value="{ipb.input['EmailAddress_two']}" id='reg-emailaddress-two' name="EmailAddress_two" /></td>
<td width='12'>
<img id='img-emailaddress' src="{ipb.vars['img_url']}/spacer.gif" alt="" width='12' height='12' />
</td>
</tr>
</table>
</fieldset>
<if="required_fields != ''">
$required_fields
</if>
</div>
<div align='center' style='padding:4px' class='darkrow3'><input type="submit" value="{ipb.lang['clogin_submit']} > >" /></div>
</div>
</form>
<script type="text/javascript">
//<!#^#|CDATA|
reg_error_no_name = "{ipb.lang['reg_error_no_name']}";
reg_error_chars = "{ipb.lang['reg_error_chars']}";
reg_error_taken = "{ipb.lang['reg_error_taken']}";
reg_error_email_missing = "{ipb.lang['reg_error_email_missing']}";
reg_error_email_nm = "{ipb.lang['reg_error_email_nm']}";
reg_error_email_taken = "{ipb.lang['reg_error_email_taken']}";
var got_dname = 0;
<if="ipb.vars['auth_allow_dnames'] == 1">
got_dname = 1;
</if>
var member_id = parseInt("{$mid}");
init_complete_login_form();
//|#^#]>
</script>]]></section_content>
<func_name>reg_complete_login</func_name>
<func_data><![CDATA[$mid="",$key="",$required_fields="",$errors=""]]></func_data>
</template>
<template>
<group_name>skin_register</group_name>
<section_content><![CDATA[<div class="borderwrap">
<div class="maintitle"><!-- --></div>
<div class="formsubtitle">{ipb.lang['registration_process']}</div>
<div class="tablepad">{ipb.lang['thank_you']} {$member['members_display_name']}. {ipb.lang['auth_text']} {$member['email']}</div>
</div>]]></section_content>
<func_name>show_authorise</func_name>
<func_data><![CDATA[$member=""]]></func_data>
</template>
<template>
<group_name>skin_register</group_name>
<section_content><![CDATA[<script type="text/javascript">
<!--
function Validate(){
// Check for Empty fields
if (document.REG.uid.value == "" || document.REG.aid.value == ""){
alert ("{ipb.lang['js_blanks']}");
return false;
}
}
-->
</script>
<form action="{ipb.script_url}" method="post" name="REG" onsubmit="return Validate()">
<input type="hidden" name="act" value="Reg" />
<input type="hidden" name="CODE" value="03" />
<input type="hidden" name="type" value="$type" />
<div class="borderwrap">
<div class="maintitle">{ipb.lang['dumb_header']}</div>
<div class="tablepad">{ipb.lang['dumb_text']}</div>
<div class="formsubtitle">{ipb.lang['complete_form']}</div>
<table class='ipbtable' cellspacing="0">
<tr>
<td class="pformleft">{ipb.lang['user_id']}</td>
<td class="pformright"><input type="text" size="32" maxlength="32" name="uid" /></td>
</tr>
<tr>
<td class="pformleft">{ipb.lang['val_key']}</td>
<td class="pformright"><input type="text" size="32" maxlength="50" name="aid" /></td>
</tr>
</table>
<div class="formsubtitle" align="center"><input type="submit" value="{ipb.lang['dumb_submit']}" /></div>
</div>
</form>]]></section_content>
<func_name>show_dumb_form</func_name>
<func_data><![CDATA[$type="reg"]]></func_data>
</template>
<template>
<group_name>skin_register</group_name>
<section_content><![CDATA[<script language="javascript" type="text/javascript">
<!--
function Validate(){
// Check for Empty fields
if (document.REG.uid.value == "" || document.REG.aid.value == ""){
alert ("{ipb.lang['js_blanks']}");
return false;
}
}
-->
</script>
<form action="{ipb.script_url}" method="post" name="REG" onsubmit="return Validate()">
<input type="hidden" name="act" value="Reg" />
<input type="hidden" name="CODE" value="03" />
<input type="hidden" name="type" value="lostpass" />
<div class="borderwrap">
<div class="maintitle"><{CAT_IMG}> {ipb.lang['dumb_header']}</div>
<div class="formsubtitle">{ipb.lang['lpf_title']}</div>
<!--IBF.INPUT_TYPE-->
<tr>
<td class="pformleft"><b>{ipb.lang['lpf_pass1']}</b><br><i>{ipb.lang['lpf_pass11']}</i></td>
<td class="pformright"><input type="password" size="32" maxlength="32" name="pass1" /></td>
</tr>
<tr>
<td class="pformleft"><b>{ipb.lang['lpf_pass2']}</b><br><i>{ipb.lang['lpf_pass22']}</i></td>
<td class="pformright"><input type="password" size="32" maxlength="32" name="pass2" /></td>
</tr>
</table>
<div class='tablepad'>
<!--{REG.ANTISPAM}-->
</div>
<div class="formsubtitle" align="center"><input type="submit" value="{ipb.lang['dumb_submit']}" /></div>
</div>
</form>]]></section_content>
<func_name>show_lostpass_form</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_register</group_name>
<section_content><![CDATA[<input type="hidden" name="uid" value="$uid" />
<input type="hidden" name="aid" value="$aid" />
<table class='ipbtable' cellspacing="0">]]></section_content>
<func_name>show_lostpass_form_auto</func_name>
<func_data><![CDATA[$aid="",$uid=""]]></func_data>
</template>
<template>
<group_name>skin_register</group_name>
<section_content><![CDATA[<div class="tablepad">{ipb.lang['dumb_text']}</div>
<div class="formsubtitle">{ipb.lang['complete_form']}</div>
<table class='ipbtable' cellspacing="0">
<tr>
<td class="pformleft"><b>{ipb.lang['user_id']}</b></td>
<td class="pformright"><input type="text" size="32" maxlength="32" name="uid" /></td>
</tr>
<tr>
<td class="pformleft"><b>{ipb.lang['val_key']}</b></td>
<td class="pformright"><input type="text" size="32" maxlength="50" name="aid" /></td>
</tr>]]></section_content>
<func_name>show_lostpass_form_manual</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_register</group_name>
<section_content><![CDATA[<div class="borderwrap">
<div class="maintitle"><{CAT_IMG}> {ipb.lang['lpf_title']}</div>
<div class="formsubtitle">{ipb.lang['registration_process']}</div>
<div class="tablepad">{ipb.lang['lpass_text']}</div>
</div>]]></section_content>
<func_name>show_lostpasswait</func_name>
<func_data><![CDATA[$member=""]]></func_data>
</template>
<template>
<group_name>skin_register</group_name>
<section_content><![CDATA[<div class="borderwrap">
<div class="maintitle"><!-- --></div>
<div class="formsubtitle">{ipb.lang['registration_process']}</div>
<div class="tablepad">{ipb.lang['thank_you']} {$member['members_display_name']}. {ipb.lang['preview_reg_text']}</div>
</div>]]></section_content>
<func_name>show_preview</func_name>
<func_data><![CDATA[$member=""]]></func_data>
</template>
<template>
<group_name>skin_register</group_name>
<section_content><![CDATA[<form action="{ipb.script_url}" method="post" name="REG">
<input type="hidden" name="act" value="Reg" />
<input type="hidden" name="CODE" value="reval2" />
<div>{ipb.lang['rv_ins']}</div><br />
<div class="borderwrap">
<div class="maintitle"><{CAT_IMG}> {ipb.lang['rv_title']}</div>
<table class='ipbtable' cellspacing="0">
<tr>
<td class="pformleft"><b>{ipb.lang['rv_name']}</b></td>
<td class="pformright"><input type="text" size="32" maxlength="64" name="username" value="$name" /></td>
</tr>
</table>
<div class="formsubtitle" align="center"><input type="submit" value="{ipb.lang['rv_go']}" /></div>
</div>
</form>]]></section_content>
<func_name>show_revalidate_form</func_name>
<func_data><![CDATA[$name=""]]></func_data>
</template>
<template>
<group_name>skin_register</group_name>
<section_content><![CDATA[<div class="borderwrap">
<div class="maintitle"><{CAT_IMG}> {ipb.lang['rv_title']}</div>
<div class="formsubtitle">{ipb.lang['rv_process']}</div>
<div class="tablepad">{ipb.lang['rv_done']}</div>
</div>]]></section_content>
<func_name>show_revalidated</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_register</group_name>
<section_content><![CDATA[<form action="{ipb.script_url}act=Reg&coppa_user={$coppa_user}&termsread=1&coppa_pass=1" method="post">
<div class="borderwrap">
<div class="maintitle">{ipb.lang['tc_title']}</div>
<table class='ipbtable' cellspacing="1">
<tr>
<th>{ipb.lang['tc_text']}</th>
</tr>
<tr>
<td class="row1">{$text}</td>
</tr>
<tr>
<td class="row2"><label for="agree_cbox"><input type="checkbox" id="agree_cbox" name="agree_to_terms" value="1" /> <b>{ipb.lang['agree_submit']}</b></label></td>
</tr>
<tr>
<td class="formbuttonrow"><input type="submit" value="{ipb.lang['tc_regbut']}" class="button"></td>
</tr>
<tr>
<td class="catend" colspan="2"><!-- no content --></td>
</tr>
</table>
</div>
</form>]]></section_content>
<func_name>show_terms</func_name>
<func_data><![CDATA[$text="",$coppa_user=""]]></func_data>
</template>
<template>
<group_name>skin_register</group_name>
<section_content><![CDATA[<script type="text/javascript">
<!--
var ipb_lang_js_blanks = "{ipb.lang['js_blanks']}";
var ipb_lang_js_no_check = "{ipb.lang['js_no_check']}";
var subsdesc_0 = "{ipb.lang['subsm_no_desc']}";
var subdesc = new Array(); <!--{SUBS.JSCRIPT}-->
var register_method = "{ipb.vars['converge_login_method']}";
-->
</script>
<script type="text/javascript" src="jscripts/ipb_register.js"></script>
<form action="{ipb.vars['board_url']}/index.{ipb.vars['php_ext']}" method="post" name="REG" onsubmit="return validate_reg_form(event)">
<input type="hidden" name="act" value="Reg" />
<input type="hidden" name="termsread" value="1" />
<input type="hidden" name="agree_to_terms" value="1" />
<input type="hidden" name="CODE" value="02" />
<input type="hidden" name="coppa_user" value="{$data['coppa_user']}" />
<div class="borderwrap">
<div class="maintitle"><{CAT_IMG}> {ipb.lang['registration_form']}</div>
<div class="formsubtitle">{$data['TEXT']}</div>
<div class="tablepad">
<table class='ipbtable' cellspacing="0">
<tr>
<td width="50%">
<fieldset class="row3">
<legend><b>{ipb.lang['user_name_title']}</b></legend>
<if="ipb.vars['converge_login_method'] == 'username'">
<div class='input-warn-content' id='box-name'><div id='msg-name'>{$errors['username']}</div></div>
<table class='ipbtable' cellspacing="0">
<tr>
<td>{ipb.lang['user_name']} <span>(<a href="#" style="cursor: help; color: #555;" title="{ipb.lang['user_name_text']}">?</a>)</span></td>
</tr>
<tr>
<td>
<input type="text" size="50" maxlength="64" value="{ipb.input['UserName']}" id='reg-name' name="UserName" />
<img id='img-name' src="{ipb.vars['img_url']}/spacer.gif" alt="" width='12' height='12' />
</td>
</tr>
</table>
</if>
<if="ipb.vars['auth_allow_dnames'] == 1 OR ipb.vars['converge_login_method'] == 'email'">
<div class='input-warn-content' id='box-dname'><div id='msg-dname'>{$errors['dname']}</div></div>
<table class='ipbtable' cellspacing="0">
<tr>
<td>{ipb.lang['dname_name']} <span>(<a href="#" style="cursor: help; color: #555;" title="{ipb.lang['dname_text']}">?</a>)</span></td>
</tr>
<tr>
<td>
<input type="text" size="50" maxlength="64" value="{ipb.input['members_display_name']}" id='reg-members-display-name' name="members_display_name" />
<img id='img-members-display-name' src="{ipb.vars['img_url']}/spacer.gif" alt="" width='12' height='12' />
</td>
</tr>
</table>
</if>
</fieldset><br />
<fieldset class="row3">
<div class='input-warn-content' id='box-password'><div id='msg-password'>{$errors['password']}</div></div>
<legend><b>{ipb.lang['password_title']}</b></legend>
<table class='ipbtable' cellspacing="0">
<tr>
<td width="1%" nowrap="nowrap">{ipb.lang['password']} <span>(<a href="#" style="cursor: help; color: #555;" title="{ipb.lang['password_text']}">?</a>)</span></td>
<td width="100%">{ipb.lang['password_confirm']} <span>(<a href="#" style="cursor: help; color: #555;" title="{ipb.lang['password_confirm_text']}">?</a>)</span></td>
</tr>
<tr>
<td><input type="password" size="25" maxlength="32" value="{ipb.input['PassWord']}" id='reg-password' name="PassWord" /></td>
<td><input type="password" size="25" maxlength="32" value="{ipb.input['PassWord_Check']}" id='reg-password-check' name="PassWord_Check" /></td>
<td width='12'>
<img id='img-password' src="{ipb.vars['img_url']}/spacer.gif" alt="" width='12' height='12' />
</td>
</tr>
</table>
</fieldset><br />
<fieldset class="row3">
<div class='input-warn-content' id='box-emailaddress'><div id='msg-emailaddress'>{$errors['email']}</div></div>
<legend><b>{ipb.lang['email_address_title']}</b></legend>
<table class='ipbtable' cellspacing="0">
<tr>
<td width="1%" nowrap="nowrap">{ipb.lang['email_address']} <span>(<a href="#" style="cursor: help; color: #555;" title="{ipb.lang['email_address_text']}">?</a>)</span></td>
<td width="100%">{ipb.lang['email_address_confirm']} <span>(<a href="#" style="cursor: help; color: #555;" title="{ipb.lang['email_address_confirm_text']}">?</a>)</span></td>
</tr>
<tr>
<td><input type="text" size="25" maxlength="150" value="{ipb.input['EmailAddress']}" id='reg-emailaddress' name="EmailAddress" /></td>
<td><input type="text" size="25" maxlength="150" value="{ipb.input['EmailAddress_two']}" id='reg-emailaddress-two' name="EmailAddress_two" /></td>
<td width='12'>
<img id='img-emailaddress' src="{ipb.vars['img_url']}/spacer.gif" alt="" width='12' height='12' />
</td>
</tr>
</table>
</fieldset>
<!--{REQUIRED.FIELDS}-->
<!--{SUBS.MANAGER}-->
<!--IBF.MODULES.EXTRA-->
</td>
<td width="50%" valign="top">
<div>
<b>{ipb.lang['cf_optional']}</b><br /><br />
<table class='ipbtable' cellspacing="0">
<tr>
<td>
<fieldset>
<legend>{ipb.lang['op_email_title']}</legend>
<div class="desc">{ipb.lang['op_email_text']}</div><br />
<input type="checkbox" name="allow_admin_mail" value="1" class="checkbox" <!--[admin.checked]--> /> {ipb.lang['op_email_ad']}<br />
<input type="checkbox" name="allow_member_mail" value="1" class="checkbox" <!--[member.checked]--> /> {ipb.lang['op_email_mem']}
</fieldset><br />
<fieldset>
<legend>{ipb.lang['op_tz_title']}</legend>
<div class="desc">{ipb.lang['op_tz_text']}</div><br />
<!--{TIME_ZONE}--><br /><br />
<!--<input type="checkbox" name="dst" value="1" class="checkbox" <!--[dst.checked]--> /> {ipb.lang['op_tz_dst']}<br />-->
</fieldset>
<!--{OPTIONAL.FIELDS}-->
</td>
</tr>
</table>
</div>
</td>
</tr>
<tr>
<td><!--{REG.ANTISPAM}--></td>
<td valign="middle" align="center">
<div class="desc">{ipb.lang['submit_text']}</div><br />
<input type="submit" value="{ipb.lang['submit_form']} > >" />
</div>
</td>
</tr>
</table>
</div>
</div>
</form>
<script type="text/javascript">
//<!#^#|CDATA|
reg_error_no_name = "{ipb.lang['reg_error_no_name']}";
reg_error_no_pass = "{ipb.lang['reg_error_no_pass']}";
reg_error_pass_nm = "{ipb.lang['reg_error_pass_nm']}";
reg_error_chars = "{ipb.lang['reg_error_chars']}";
reg_error_taken = "{ipb.lang['reg_error_taken']}";
reg_error_username_taken = "{ipb.lang['reg_error_username_taken']}";
reg_error_username_none = "{ipb.lang['reg_error_username_none']}";
reg_error_email_missing = "{ipb.lang['reg_error_email_missing']}";
reg_error_email_nm = "{ipb.lang['reg_error_email_nm']}";
reg_error_email_taken = "{ipb.lang['reg_error_email_taken']}";
reg_error_email_ban = "{ipb.lang['reg_error_email_ban']}";
var got_dname = 0;
<if="ipb.vars['auth_allow_dnames'] == 1 OR ipb.vars['converge_login_method'] == 'email'">
got_dname = 1;
</if>
init_reg_form(got_dname, register_method);
//|#^#]>
</script>]]></section_content>
<func_name>ShowForm</func_name>
<func_data><![CDATA[$data="",$errors=array()]]></func_data>
</template>
<template>
<group_name>skin_mlist</group_name>
<section_content><![CDATA[<!-- nothing here -->]]></section_content>
<func_name>mlist_start</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_mlist</group_name>
<section_content><![CDATA[<div>{$pages}</div>
<br />
<div class="borderwrap">
<div class="maintitle">
<div style="float: right;">
<form name="quickjumpform" action="{ipb.script_url}act=members" method="post">
<input type="submit" name="qjbutton" value="{ipb.lang['button_quickjump']}" class="button" />
<select name="quickjump">
{$quickjump}
</select>
</form>
</div>
<div>{ipb.lang['page_title']}</div>
</div>
<table class='ipbtable' cellspacing="1">
<tr>
<th width="30%">{ipb.lang['member_name']}</th>
<th align="center" width="10%">{ipb.lang['member_level']}</th>
<th align="center" width="10%">{ipb.lang['member_group']}</th>
<th align="center" width="20%">{ipb.lang['member_joined']}</th>
<th align="center" width="10%">{ipb.lang['member_posts']}</th>
<th align="center">{ipb.lang['member_email']}</th>
<th width="5%" align="center">{ipb.lang['member_photo']}</th>
</tr>]]></section_content>
<func_name>mlist_page_header</func_name>
<func_data><![CDATA[$pages="",$quickjump=""]]></func_data>
</template>
<template>
<group_name>skin_mlist</group_name>
<section_content><![CDATA[<option value="$letter"{$selected}>$letter</option>]]></section_content>
<func_name>mlist_quick_jump_entry</func_name>
<func_data><![CDATA[$letter="",$selected=""]]></func_data>
</template>
<template>
<group_name>skin_mlist</group_name>
<section_content><![CDATA[<!-- Entry for {$member['members_display_name']} -->
<tr>
<td class="row2"><b><a href="{ipb.script_url}showuser={$member['id']}">{$member['members_display_name']}</a></b></td>
<td class="row2">{$member['member_rank_img']}</td>
<td class="row1" align="center" width="20%">{$member['group']}</td>
<td class="row2" align="center" width="20%">{$member['joined']}</td>
<td class="row2" align="center" width="10%">{$member['posts']}</td>
<td class="row1" align="center">{$member['email_icon']}</td>
<td class="row1" align="center">{$member['camera']}</td>
</tr>
<!-- End of Entry -->]]></section_content>
<func_name>mlist_show_row</func_name>
<func_data><![CDATA[$member=""]]></func_data>
</template>
<template>
<group_name>skin_subscriptions</group_name>
<section_content><![CDATA[<div class="borderwrapm">
<div class="row1">
<b>{ipb.lang['msg_gen_title']}</b><br /><br />
{ipb.lang['msg_gen_text']}<br /><br />
<div>
<if="ipb.vars['subsm_enforce'] != 1">
<input type="button" class="button" value="{ipb.lang['cancel_purchase']} > >" onclick="locationjump('act=paysubs&nocp=1&CODE=cancelfromreg');" />
</if>
</div>
</div>
</div>
<br />]]></section_content>
<func_name>sub_msg_general</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_subscriptions</group_name>
<section_content><![CDATA[</div>
</div>]]></section_content>
<func_name>sub_no_cp_end</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_subscriptions</group_name>
<section_content><![CDATA[<!--{MSG}-->
<div class="borderwrapm">
<div>]]></section_content>
<func_name>sub_no_cp_start</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_subscriptions</group_name>
<section_content><![CDATA[<p>{ipb.lang['s_current_bottom']}</p>]]></section_content>
<func_name>sub_page_bottom</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_subscriptions</group_name>
<section_content><![CDATA[</table>
</div>]]></section_content>
<func_name>sub_two_methods_bottom</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_subscriptions</group_name>
<section_content><![CDATA[<br />
<div class="borderwrapm">
<div class="formsubtitle" align="center"><input type="submit" value="{ipb.lang['s_continue_button2']}" /></div>
</div>
</form>]]></section_content>
<func_name>sub_two_methods_continue_button</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_subscriptions</group_name>
<section_content><![CDATA[<tr>
<td class="row3" align="center"><input type="radio" name="methodid" value="$mid" /></td>
<td class="row3"><b>$name</b><br /><i>$desc</i></td>
</tr>]]></section_content>
<func_name>sub_two_methods_row</func_name>
<func_data><![CDATA[$mid="",$name="",$desc=""]]></func_data>
</template>
<template>
<group_name>skin_subscriptions</group_name>
<section_content><![CDATA[<div class="formsubtitle">{ipb.lang['sc_available_methods']}</div>
<form action="{ipb.script_url}act=paysubs&nocp={ipb.input['nocp']}&upgrade=$upgrade&CODE=paymentscreen&curid=$curid&sub=$sub_chosen&currency=$currency" method="post">
<div class="borderwrapm">
<table class='ipbtable' cellspacing="1">
<tr>
<th width="5%" align="center"> </th>
<th width="95%">{ipb.lang['sc_method']}</th>
</tr>]]></section_content>
<func_name>sub_two_methods_top</func_name>
<func_data><![CDATA[$sub_chosen="",$upgrade="",$curid="",$currency=""]]></func_data>
</template>
<template>
<group_name>skin_subscriptions</group_name>
<section_content><![CDATA[<div class="formsubtitle">{ipb.lang['sc_normal_title']}</div>
<p>{ipb.lang['sc_upgrade_explain']}<br /><br />
{ipb.lang['sc_normal_string']}
</p>]]></section_content>
<func_name>sub_two_normal_summary</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_subscriptions</group_name>
<section_content><![CDATA[<tr>
<td class="row3" align="center"><input type="radio" name="sub" value="$id" /></td>
<td class="row3"><b>$name</b><br /><i>$desc</i></td>
<td class="row3" align="center">$duration</td>
<td class="row3" align="center">{$cost}</td>
</tr>]]></section_content>
<func_name>sub_choose_upgrade_row</func_name>
<func_data><![CDATA[$id="",$name="",$desc="",$cost="",$duration=""]]></func_data>
</template>
<template>
<group_name>skin_subscriptions</group_name>
<section_content><![CDATA[<br />
<div class="formsubtitle">{ipb.lang['s_upgrade_subs']}</div>
<p>{ipb.lang['s_upgrade_explain']}</p>
<br />
<form action="{ipb.script_url}act=paysubs&nocp={ipb.input['nocp']}&upgrade=1&CODE=paymentmethod&curid=$cur_id&currency=$currency" method="post">
<div class="borderwrapm">
<table class='ipbtable' cellspacing="1">
<tr>
<th width="5%"> </th>
<th width="55%">{ipb.lang['s_detail']}</th>
<th width="20%" align="center">{ipb.lang['s_end']}</th>
<th width="20%" align="center">{ipb.lang['s_balance_cost']}</th>
</tr>]]></section_content>
<func_name>sub_choose_upgrade_top</func_name>
<func_data><![CDATA[$cur_id="",$currency=""]]></func_data>
</template>
<template>
<group_name>skin_subscriptions</group_name>
<section_content><![CDATA[</select>]]></section_content>
<func_name>sub_currency_change_bottom</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_subscriptions</group_name>
<section_content><![CDATA[<div align="right">
<form action="$url" method="post">
{ipb.lang['cc_currency_in']} $select
<input type="submit" value="{ipb.lang['cc_change']}" />
</form>
</div>]]></section_content>
<func_name>sub_currency_change_form</func_name>
<func_data><![CDATA[$select="",$url=""]]></func_data>
</template>
<template>
<group_name>skin_subscriptions</group_name>
<section_content><![CDATA[<option value="$id" $default>$id $name</option>]]></section_content>
<func_name>sub_currency_change_row</func_name>
<func_data><![CDATA[$id="",$name="",$default=""]]></func_data>
</template>
<template>
<group_name>skin_subscriptions</group_name>
<section_content><![CDATA[<select name="currency">]]></section_content>
<func_name>sub_currency_change_top</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_subscriptions</group_name>
<section_content><![CDATA[<div class="borderwrapm">
<div class="row1">
<b>{ipb.lang['msg_force_title']}</b><br /><br />
{ipb.lang['msg_force_text']}
<if="ipb.input['CODE'] == "paymentmethod"">
<br /><br />
<div>
<input type="button" class="button" value="< < {ipb.lang['choose_another_pkg']}" onclick="locationjump('act=paysubs&nocp=1&msgtype=general');" />
</div>
</if>
</div>
</div>
<br />]]></section_content>
<func_name>sub_msg_force</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_subscriptions</group_name>
<section_content><![CDATA[<div class='borderwrap'>
<div class='maintitle'>{ipb.lang['msg_reg_title']}</div>
<div class="row1" style='padding:10px;'>
{ipb.lang['msg_reg_text']}
<br /><br />
<div align='center'>
<input type="button" class="button" value="< < {ipb.lang['choose_another_pkg']}" onclick="locationjump('act=paysubs&nocp=1&msgtype=general');" />
<if="ipb.vars['subsm_enforce'] != 1">
<input type="button" class="button" value="{ipb.lang['cancel_purchase']} > >" onclick="locationjump('act=paysubs&nocp=1&CODE=cancelfromreg');" />
</if>
</div>
</div>
</div>
<br />]]></section_content>
<func_name>sub_msg_fromreg</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_subscriptions</group_name>
<section_content><![CDATA[<div class="formsubtitle">{ipb.lang['sc_upgrade_title']}</div>
<p>{ipb.lang['sc_upgrade_explain']}<br /><br />
{ipb.lang['sc_upgrade_string']}
</p>]]></section_content>
<func_name>sub_two_upgrade_summary</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_subscriptions</group_name>
<section_content><![CDATA[<div class="formsubtitle">{ipb.lang['s_current_subs']}</div>
<p>{ipb.lang['s_current_explain']}</p>
<div class="borderwrapm">
<table class='ipbtable' cellspacing="1">
<tr>
<th width="5%" align="center">{ipb.lang['s_transid']}</th>
<th width="35%">{ipb.lang['s_detail']}</th>
<th width="20%" align="center">{ipb.lang['s_started']}</th>
<th width="20%" align="center">{ipb.lang['s_end']}</th>
<th width="10%" align="center">{ipb.lang['s_paid']}</th>
<th width="10%" align="center">{ipb.lang['s_status']}</th>
</tr>]]></section_content>
<func_name>sub_choose_current_top</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_subscriptions</group_name>
<section_content><![CDATA[</table>
</div>
<br />]]></section_content>
<func_name>sub_choose_dead_bottom</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_subscriptions</group_name>
<section_content><![CDATA[<tr>
<td class="row3" align="center">$id</td>
<td class="row3"><b>$name</b></td>
<td class="row3" align="center">$start</td>
<td class="row3" align="center">$end</td>
<td class="row3" align="center">{$paid}</td>
<td class="row3" align="center">$state</td>
</tr>]]></section_content>
<func_name>sub_choose_dead_row</func_name>
<func_data><![CDATA[$id="",$name="",$start="",$end="",$paid="",$state=""]]></func_data>
</template>
<template>
<group_name>skin_subscriptions</group_name>
<section_content><![CDATA[<div class="formsubtitle">{ipb.lang['s_dead_subs']}</div>
<p>{ipb.lang['s_dead_explain']}</p>
<div class="borderwrapm">
<table class='ipbtable' cellspacing="1">
<tr>
<th width="5%" align="center">{ipb.lang['s_transid']}</th>
<th width="35%">{ipb.lang['s_detail']}</th>
<th width="20%" align="center">{ipb.lang['s_started']}</th>
<th width="20%" align="center">{ipb.lang['s_end']}</th>
<th width="10%" align="center">{ipb.lang['s_paid']}</th>
<th width="10%" align="center">{ipb.lang['s_status']}</th>
</tr>]]></section_content>
<func_name>sub_choose_dead_top</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_subscriptions</group_name>
<section_content><![CDATA[</table>
</div>
<div class="borderwrapm">
<div class="formsubtitle" align="center"><input type="submit" value="{ipb.lang['s_continue_button']}" /></div>
</div>
</form>]]></section_content>
<func_name>sub_choose_new_bottom</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_subscriptions</group_name>
<section_content><![CDATA[<tr>
<td class="row3" align="center"><input type="radio" name="sub" value="$id" /></td>
<td class="row3"><b>$name</b><br /><i>$desc</i></td>
<td class="row3" align="center">$duration</td>
<td class="row3" align="center">{$cost}</td>
</tr>]]></section_content>
<func_name>sub_choose_new_row</func_name>
<func_data><![CDATA[$id="",$name="",$desc="",$cost="",$duration=""]]></func_data>
</template>
<template>
<group_name>skin_subscriptions</group_name>
<section_content><![CDATA[<div class="formsubtitle">{ipb.lang['s_available_subs']}</div>
<p>{ipb.lang['s_explain']}</p>
<br />
<form action="{ipb.script_url}act=paysubs&nocp={ipb.input['nocp']}&CODE=paymentmethod&currency=$currency" method="post">
<div class="borderwrapm">
<table class='ipbtable' cellspacing="1">
<tr>
<th width="5%"> </th>
<th width="55%">{ipb.lang['s_detail']}</th>
<th width="20%" align="center">{ipb.lang['s_duration']}</th>
<th width="20%" align="center">{ipb.lang['s_cost']}</th>
</tr>]]></section_content>
<func_name>sub_choose_new_top</func_name>
<func_data><![CDATA[$currency=""]]></func_data>
</template>
<template>
<group_name>skin_subscriptions</group_name>
<section_content><![CDATA[</table>
</div>
<div class="borderwrapm">
<div class="formsubtitle" align="center"><input type="submit" value="{ipb.lang['s_continue_button']}" /></div>
</div>
</form>]]></section_content>
<func_name>sub_choose_upgrade_bottom</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_mlist</group_name>
<section_content><![CDATA[<select name="$name">
<option value="" selected="selected">{ipb.lang['s_any']}</option>
$options
</select>]]></section_content>
<func_name>mlist_custom_field_dropdown</func_name>
<func_data><![CDATA[$name="",$options=""]]></func_data>
</template>
<template>
<group_name>skin_mlist</group_name>
<section_content><![CDATA[<tr>
<td valign="top"><b>$title</b><br />$desc</td>
<td>$content</td>
</tr>]]></section_content>
<func_name>mlist_custom_field_entry</func_name>
<func_data><![CDATA[$title="",$content=""]]></func_data>
</template>
<template>
<group_name>skin_mlist</group_name>
<section_content><![CDATA[<input type="text" size="50" name="$name" value="" />]]></section_content>
<func_name>mlist_custom_field_textinput</func_name>
<func_data><![CDATA[$name=""]]></func_data>
</template>
<template>
<group_name>skin_mlist</group_name>
<section_content><![CDATA[<div>
<fieldset>
<legend><b>{ipb.lang['title_options']}</b></legend>
<table class='ipbtable' cellspacing="0">
<tr>
<td>$data</td>
</tr>
</table>
</fieldset>
</div>]]></section_content>
<func_name>mlist_custom_field_wrap</func_name>
<func_data><![CDATA[$data=""]]></func_data>
</template>
<template>
<group_name>skin_mlist</group_name>
<section_content><![CDATA[<br />
<div>{$links}</div>]]></section_content>
<func_name>mlist_end</func_name>
<func_data><![CDATA[$links=""]]></func_data>
</template>
<template>
<group_name>skin_mlist</group_name>
<section_content><![CDATA[<tr>
<td class="row2" colspan="7" align="center">{ipb.lang['no_results']}</td>
</tr>]]></section_content>
<func_name>mlist_no_results</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_mlist</group_name>
<section_content><![CDATA[<tr>
<td class="catend" colspan="7"><!-- no content --></td>
</tr>
</table>
</div>
<br />
<form action="{ipb.script_url}act=members" method="post">
<div class="borderwrap">
<div class="maintitle">
<div style="float: right;"><input type="button" class="button" value="{ipb.lang['toggle_more']}" onclick="toggleview('mlist');" /></div>
<div>{ipb.lang['title_search']}</div>
</div>
<div class="tablepad" align="center">
<table class='ipbtable' cellspacing="0">
<tr>
<td width="50%" valign="top">
<fieldset>
<legend><b>{ipb.lang['s_name']}</b></legend>
<select name="name_box">
<option value="begins">{ipb.lang['s_begins']}</option>
<option value="contains">{ipb.lang['s_contains']}</option>
</select> <input type="text" size="25" name="name" value="{ipb.input['name']}" />
</fieldset>
</td>
<td width="50%" valign="top">
<fieldset>
<legend><b>{ipb.lang['s_homepage']}</b></legend>
<input type="text" size="50" name="homepage" value="{ipb.input['homepage']}" />
</fieldset>
</td>
</tr>
</table>
<!-- START HIDE -->
<div style="display: none;" id="mlist">
<table class='ipbtable' cellspacing="0">
<tr>
<td width="50%" valign="top">
<fieldset>
<legend><b>{ipb.lang['member_photo']}</b></legend>
{ipb.lang['photo_only']} <input type="checkbox" value="1" name="photoonly" $checked />
</fieldset>
</td>
<td width="50%" valign="top">
<fieldset>
<legend><b>{ipb.lang['s_signature']}</b></legend>
<input type="text" size="50" name="signature" value="{ipb.input['signature']}" />
</fieldset>
</td>
</tr>
<tr>
<td width="50%" valign="top">
<fieldset>
<legend><b>{ipb.lang['title_messengers']}</b></legend>
<table class='ipbtable' cellspacing="0">
<tr>
<td width="60%">{ipb.lang['s_aim']}</td>
<td width="40%"><input type="text" size="20" name="aim" value="{ipb.input['aim']}" /></td>
</tr>
<tr>
<td width="60%">{ipb.lang['s_yahoo']}</td>
<td width="40%"><input type="text" size="20" name="yahoo" value="{ipb.input['yahoo']}" /></td>
</tr>
<tr>
<td width="60%">{ipb.lang['s_icq']}</td>
<td width="40%"><input type="text" size="20" name="icq" value="{ipb.input['icq']}" /></td>
</tr>
<tr>
<td width="60%">{ipb.lang['s_msn']}</td>
<td width="40%"><input type="text" size="20" name="msn" value="{ipb.input['msn']}" /></td>
</tr>
</table>
</fieldset>
</td>
<td width="50%" valign="top">
<fieldset>
<legend><b>{ipb.lang['title_date']}</b></legend>
<table class='ipbtable' cellspacing="0">
<tr>
<td width="30%">{ipb.lang['s_posts']}</td>
<td width="70%">
<select class="dropdown" name="posts_ltmt">
<option value="lt">{ipb.lang['s_lessthan']}</option>
<option value="mt">{ipb.lang['s_morethan']}</option>
</select>
<input type="text" size="15" name="posts" value="{ipb.input['posts']}" />
</td>
</tr>
<tr>
<td width="30%">{ipb.lang['s_joined']}</td>
<td width="70%">
<select class="dropdown" name="joined_ltmt">
<option value="lt">{ipb.lang['s_lessthan']}</option>
<option value="mt">{ipb.lang['s_morethan']}</option>
</select>
<input type="text" size="10" name="joined" value="{ipb.input['joined']}" /> <span class="desc">{ipb.lang['s_dateformat']}</span>
</td>
</tr>
<tr>
<td width="30%">{ipb.lang['s_lastpost']}</td>
<td width="70%">
<select class="dropdown" name="lastpost_ltmt">
<option value="lt">{ipb.lang['s_lessthan']}</option>
<option value="mt">{ipb.lang['s_morethan']}</option>
</select>
<input type="text" size="10" name="lastpost" value="{ipb.input['lastpost']}" /> <span class="desc">{ipb.lang['s_dateformat']}</span>
</td>
</tr>
<tr>
<td width="30%">{ipb.lang['s_lastvisit']}</td>
<td width="70%">
<select class="dropdown" name="lastvisit_ltmt">
<option value="lt">{ipb.lang['s_lessthan']}</option>
<option value="mt">{ipb.lang['s_morethan']}</option>
</select>
<input type="text" size="10" name="lastvisit" value="{ipb.input['lastvisit']}" /> <span class="desc">{ipb.lang['s_dateformat']}</span>
</td>
</tr>
</table>
</fieldset>
</td>
</tr>
</table>
<!--CUSTOM_FIELDS-->
</div>
<!-- END HIDE -->
</div>
<div align="center" class="formsubtitle">{ipb.lang['sorting_text']} <input type="submit" value="{ipb.lang['sort_submit']}" class="button" /></div>
</div>
</form>]]></section_content>
<func_name>mlist_page_end</func_name>
<func_data><![CDATA[$checked=""]]></func_data>
</template>
<template>
<group_name>skin_legends</group_name>
<section_content><![CDATA[</table>
</div>
</div>
<br />]]></section_content>
<func_name>page_footer</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_legends</group_name>
<section_content><![CDATA[<div>
<div class="borderwrap">
<div class="maintitle">$title</div>
<table class='ipbtable' cellspacing="1">
<tr>
<td width="50%" align="center" class="formsubtitle" valign="middle">$row1</td>
<td width="50%" align="center" class="formsubtitle" valign="middle">$row2</td>
</tr>]]></section_content>
<func_name>page_header</func_name>
<func_data><![CDATA[$title="",$row1="",$row2=""]]></func_data>
</template>
<template>
<group_name>skin_legends</group_name>
<section_content><![CDATA[<div><b>$tag<b></div>]]></section_content>
<func_name>wrap_tag</func_name>
<func_data><![CDATA[$tag=""]]></func_data>
</template>
<template>
<group_name>skin_legends</group_name>
<section_content><![CDATA[<form name="finduser" method="post" action="{ipb.script_url}act=legends&entry=$entry&name=$name&sep=$sep&CODE=finduser_two">
<table class='ipbtable' cellspacing="1">
<tr>
<td class="pagetitle">{ipb.lang['fu_title']}<hr noshade></td>
</tr>
<tr>
<td align="center" valign="middle"><b>{ipb.lang['fu_enter_name']}</b><br /><br /><input type="text" size="40" name="username" class="forminput" /><br /><br /><input type="submit" value="{ipb.lang['fu_search_but']}" /></td>
</tr>
<tr>
<td class="pcen"><a href="javascript:window.close();">{ipb.lang['fu_close_win']}</a></td>
</tr>
</table>
</form>]]></section_content>
<func_name>find_user_one</func_name>
<func_data><![CDATA[$entry="",$name="",$sep="comma"]]></func_data>
</template>
<template>
<group_name>skin_legends</group_name>
<section_content><![CDATA[<div>
<div class="borderwrap">
<div class="maintitle">$title</div>
<div class="row2">$desc</div>
<table class='ipbtable' cellspacing="1">
<tr>
<td width="50%" align="center" class="row1" valign="middle">{ipb.lang['bbc_before']}</td>
<td width="50%" align="center" class="row1" valign="middle">{ipb.lang['bbc_after']}</td>
</tr>]]></section_content>
<func_name>bbcode_row_header</func_name>
<func_data><![CDATA[$title="",$desc=""]]></func_data>
</template>
<template>
<group_name>skin_legends</group_name>
<section_content><![CDATA[<script language='javascript'>
<!--
function add_smilie(scode, smid)
{
surl = document.getElementById(smid).src;
opener.emoticon( scode, '', surl );
//return true;
}
//-->
</script>]]></section_content>
<func_name>emoticon_javascript</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_legends</group_name>
<section_content><![CDATA[<tr>
<td align="center" class="row1" valign="middle"><a href={$out}javascript:add_smilie({$in}$code{$in},{$in}smid_$smilie_id{$in}){$out}>$code</a></td>
<td align="center" class="row1" valign="middle"><a href={$out}javascript:add_smilie({$in}$code{$in},{$in}smid_$smilie_id{$in}){$out}><img src="{ipb.vars['EMOTICONS_URL']}/$image" id='smid_$smilie_id' valign="absmiddle" alt="$image" /></a></td>
</tr>]]></section_content>
<func_name>emoticons_row</func_name>
<func_data><![CDATA[$code="",$image="",$in="'",$out="'",$smilie_id=0]]></func_data>
</template>
<template>
<group_name>skin_legends</group_name>
<section_content><![CDATA[<form name="finduser" method="post" action="{ipb.script_url}entry=$entry&name=$name&sep=$sep&CODE=finduser_two">
<table class='ipbtable' cellspacing="1">
<tr>
<td class="pagetitle">{ipb.lang['fu_error']}<hr noshade></td>
</tr>
<tr>
<td align="center" valign="middle">$msg</td>
</tr>
<tr>
<td class="pcen"><a href="javascript:history.go(-1);">{ipb.lang['fu_back']}</a> :: <a href="javascript:window.close();">{ipb.lang['fu_close_win']}</a></td>
</tr>
</table>
</form>]]></section_content>
<func_name>find_user_error</func_name>
<func_data><![CDATA[$msg=""]]></func_data>
</template>
<template>
<group_name>skin_legends</group_name>
<section_content><![CDATA[<script type="text/javascript">
<!--
var separator = '$sep';
var entry = '$entry';
var in_name = '$name';
//-->
</script>
<script type="text/javascript" src="jscripts/ipb_finduser.js"></script>
<form name="finduser">
<table class='ipbtable' cellspacing="1">
<tr>
<td class="pagetitle">{ipb.lang['fu_title']}<hr noshade></td>
</tr>
<tr>
<td align="center" valign="middle">{ipb.lang['fu_add_desc']}<br /><br /><select name="username" class="forminput">$names</select><br /><br /><input type="button" name="add" onClick="add_to_form()" value="{ipb.lang['fu_add_mem']}"></td>
</tr>
<tr>
<td class="pcen"><a href="javascript:history.go(-1);">{ipb.lang['fu_back']}</a> :: <a href="javascript:window.close();">{ipb.lang['fu_close_win']}</a></td>
</tr>
</table>
</form>]]></section_content>
<func_name>find_user_final</func_name>
<func_data><![CDATA[$names="",$entry="",$name="",$sep="line"]]></func_data>
</template>
<template>
<group_name>skin_calendar</group_name>
<section_content><![CDATA[<if="timestuff['formtype'] != 'range'">
<tr>
<td colspan='2' align='center' class='bg1'>
<div style='width:100%;' align='center' class='borderwrap'>
<table cellpadding='0' cellspacing='0' width='100%' class='darkrow3'>
<tr>
<td align="left" width='100%' colspan='2'>
<input type='checkbox' name='set_times' {$timestuff['checked']} value='1' onclick="toggleview('time-settings')" /> <strong>{ipb.lang['form_set_times']}</strong>
</td>
</tr>
</table>
<div id='time-settings' style='display:{$timestuff['divhide']};'>
<table cellpadding='0' cellspacing='0' width='100%' class='darkrow3'>
<tr>
<td align="right" width='20%'>
<strong>{ipb.lang['form_tz']}</strong>
</td>
<td align="left" width='80%'>
{$timezone}
</td>
</tr>
<tr>
<td align="right" width='20%'>
<strong>{ipb.lang['form_timestart']}</strong>
</td>
<td align="left" width='80%'>
<input type='text' size='8' name='event_timestart' value='{$timestuff['timestart']}' />
</td>
</tr>
</table>
</div>
</div>
</td>
</tr>
</if>
<tr>
<td colspan='2' align='center' class='bg1'>
<div style='width:100%;' align='center' class='borderwrap'>
<table cellpadding='0' cellspacing='0' width='100%' class='darkrow3'>
<tr>
<td align="right" width='20%' valign='middle'>
<strong>{ipb.lang['form_whichcal']}</strong>
</td>
<td align="left" width='80%'>
<select name='event_calendar_id'>{$dropdown}</select>
</td>
</tr>
<tr>
<td align="right" width='20%' valign='middle'>
<strong>{ipb.lang['calendar_event_type']}</strong>
</td>
<td align="left" width='80%'>
<select name="e_type">
<option value="public"$pub_select>{ipb.lang['calendar_type_public']}</option>
<option value="private"$priv_select>{ipb.lang['calendar_type_private']}</option>
</select>
</td>
</tr>
</table>
</div>
</td>
</tr>]]></section_content>
<func_name>calendar_event_type</func_name>
<func_data><![CDATA[$pub_select="",$priv_select="",$timezone="",$dropdown="",$timestuff=array()]]></func_data>
</template>
<template>
<group_name>skin_calendar</group_name>
<section_content><![CDATA[<td class="mcelltoday">
<div class="calday">$month_day</div>
</td>]]></section_content>
<func_name>mini_cal_date_cell_today</func_name>
<func_data><![CDATA[$month_day="",$events=""]]></func_data>
</template>
<template>
<group_name>skin_calendar</group_name>
<section_content><![CDATA[<td width="14%" class="subtitle">$day</td>]]></section_content>
<func_name>mini_cal_day_bit</func_name>
<func_data><![CDATA[$day=""]]></func_data>
</template>
<template>
<group_name>skin_calendar</group_name>
<section_content><![CDATA[<div class="borderwrap">
<div class="maintitle">
<p class="goto"><a href="{ipb.script_url}act=calendar&cal_id={ipb.input['_cal_id']}&m={$mid}&y=$year"><{CAL_GOTO}></a></p>
<p>{$month} {$year}</p>
</div>
<table class='ipbtable' cellspacing="1">
<tr>
<td class="subtitle"> </td>
{$content}
</tr>
</table>
</div>]]></section_content>
<func_name>mini_cal_mini_wrap</func_name>
<func_data><![CDATA[$month="",$mid="",$year="",$content=""]]></func_data>
</template>
<template>
<group_name>skin_calendar</group_name>
<section_content><![CDATA[</tr>
<!-- NEW ROW-->
<tr>
<td class="formsubtitle">
<a href="{ipb.script_url}act=calendar&cal_id={ipb.input['_cal_id']}&code=showweek&week=$week">»</a>
</td>]]></section_content>
<func_name>mini_cal_new_row</func_name>
<func_data><![CDATA[$week=""]]></func_data>
</template>
<template>
<group_name>skin_calendar</group_name>
<section_content><![CDATA[<div class="borderwrap">
<table class='ipbtable' cellspacing="0">
<tr>
<td class="maintitle" colspan="2"> $data</td>
</tr>]]></section_content>
<func_name>table_top</func_name>
<func_data><![CDATA[$data=""]]></func_data>
</template>
<template>
<group_name>skin_post</group_name>
<section_content><![CDATA[<div class="borderwrap">
<div class="formsubtitle">{ipb.lang['post_preview']}</div>
<div class="row1">
<div class="postcolor" style='padding:4px;'>$data</div>
</div>
</div>
<br />]]></section_content>
<func_name>preview</func_name>
<func_data><![CDATA[$data=""]]></func_data>
</template>
<template>
<group_name>skin_post</group_name>
<section_content><![CDATA[<div id='smiliestable' style='width:150px;text-align:center'>
<div class='rtebuttonbar1' align='center'><b>{ipb.lang['click_smilie']}</b></div>
<div class='rteiframe' style='overflow:auto;width:148px;'>
<table cellspacing="0" cellpadding='0' align='center'>
<!--THE SMILIES-->
<tr>
<td align="center" colspan="{ipb.vars['emo_per_row']}"><b><a href="javascript:emo_pop()">{ipb.lang['all_emoticons']}</a></b><br /><b><a href="javascript:bbc_pop()">{ipb.lang['bbc_help']}</a></b></td>
</tr>
</table>
</div>
</div>]]></section_content>
<func_name>smilie_table</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_post</group_name>
<section_content><![CDATA[<!--FORUM RULES--><br />
<!--START TABLE-->
<!--NAME FIELDS-->
<!--TOPIC TITLE-->
<!--POLL BOX-->
<!--POST BOX-->
<!--UPLOAD FIELD-->
<!--MOD OPTIONS-->
<!--POST ICONS-->
<!--END TABLE-->]]></section_content>
<func_name>table_structure</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_post</group_name>
<section_content><![CDATA[<div class="borderwrap">
<table cellspacing="0" class='ipbtable'>
<tr>
<td class="maintitle" colspan="2"> $data</td>
</tr>]]></section_content>
<func_name>table_top</func_name>
<func_data><![CDATA[$data=""]]></func_data>
</template>
<template>
<group_name>skin_post</group_name>
<section_content><![CDATA[<tr>
<td class="row2" valign="top" width="20%"><b>{$data['author']}</b></td>
<td class="row2" valign="top" width="80%">{ipb.lang['posted_on']} {$data['date']}</td>
</tr>
<tr>
<td class="row1" valign="top" width="20%"> </td>
<td class="row1" valign="top" width="80%"><span class="postcolor">{$data['post']}</span></td>
</tr>]]></section_content>
<func_name>TopicSummary_body</func_name>
<func_data><![CDATA[$data=""]]></func_data>
</template>
<template>
<group_name>skin_portal</group_name>
<section_content><![CDATA[<br />
<div class="borderwrap">
<div class="maintitle"><{CAT_IMG}> <a href="{ipb.script_url}showtopic=$tid">{ipb.lang['poll_title']}</a></div>
$content
</div>]]></section_content>
<func_name>tmpl_poll_wrapper</func_name>
<func_data><![CDATA[$content="",$tid=""]]></func_data>
</template>
<template>
<group_name>skin_portal</group_name>
<section_content>$avatar</section_content>
<func_name>tmpl_wrap_avatar</func_name>
<func_data><![CDATA[$avatar=""]]></func_data>
</template>
<template>
<group_name>skin_portal</group_name>
<section_content><![CDATA[<div class="formsubtitle">
<b><a href="{ipb.script_url}showtopic=$tid">$title</a></b>
</div>
<div class="tablepad">
<a href="{ipb.script_url}showuser=$mid">$mname</a> @ $date
<br />{ipb.lang['recent_read']}: $views {ipb.lang['recent_comments']}: $posts
</div>]]></section_content>
<func_name>tmpl_topic_row</func_name>
<func_data><![CDATA[$tid="",$title="",$posts="",$views="",$mid="",$mname="",$date=""]]></func_data>
</template>
<template>
<group_name>skin_portal</group_name>
<section_content><![CDATA[<select name="skinid" onchange="window.location='{ipb.vars['dynamiclite']}&s={ipb.session_id}&setskin=1&skinid=' + this.value">]]></section_content>
<func_name>tmpl_skin_select_top</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_portal</group_name>
<section_content><![CDATA[</select>]]></section_content>
<func_name>tmpl_skin_select_bottom</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_portal</group_name>
<section_content><![CDATA[<div class="borderwrap">
<div class="maintitle"><{CAT_IMG}> {ipb.lang['links_title']}</div>
<div class="tablepad">
$links
</div>
</div>]]></section_content>
<func_name>tmpl_sitenav</func_name>
<func_data><![CDATA[$links=""]]></func_data>
</template>
<template>
<group_name>skin_portal</group_name>
<section_content><![CDATA[<br />
<div class="borderwrap">
<div class="maintitle"><{CAT_IMG}> {ipb.lang['recent_title']}</div>
$articles
</div>]]></section_content>
<func_name>tmpl_recentarticles</func_name>
<func_data><![CDATA[$articles=""]]></func_data>
</template>
<template>
<group_name>skin_post</group_name>
<section_content><![CDATA[<br />
<div class="borderwrap">
<div class="maintitle">{ipb.lang['last_posts']}</div>
<table class='ipbtable' cellspacing="1">]]></section_content>
<func_name>TopicSummary_top</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_emails</group_name>
<section_content><![CDATA[<table class='ipbtable' cellspacing="0">
<tr>
<td>
<table class='ipbtable' cellspacing="0">
<tr>
<th colspan="2" align="center">{$data[TITLE]}</th>]]></section_content>
<func_name>pager_header</func_name>
<func_data><![CDATA[$data=""]]></func_data>
</template>
<template>
<group_name>skin_emails</group_name>
<section_content><![CDATA[<div class="borderwrap">
<div class="maintitle">{ipb.lang['errors_found']}</div>
<div class="tablepad"><span class="postcolor">$data</span></div>
</div>
<br />]]></section_content>
<func_name>errors</func_name>
<func_data><![CDATA[$data=""]]></func_data>
</template>
<template>
<group_name>skin_emails</group_name>
<section_content><![CDATA[<table class='ipbtable' cellspacing="1">
<tr>
<td align="right">$data</td>
</tr>
</table>]]></section_content>
<func_name>forum_jump</func_name>
<func_data><![CDATA[$data=""]]></func_data>
</template>
<template>
<group_name>skin_emails</group_name>
<section_content><![CDATA[<form action="{ipb.script_url}" method="post" name='REPLIER'>
<input type="hidden" name="act" value="Forward" />
<input type="hidden" name="CODE" value="01" />
<input type="hidden" name="s" value="{ipb.session_id}" />
<input type="hidden" name="st" value="{ipb.input['st']}" />
<input type="hidden" name="f" value="{ipb.input['f']}" />
<input type="hidden" name="t" value="{ipb.input['t']}" />
<div class="borderwrap">
<div class="maintitle"><{CAT_IMG}> {ipb.lang['title']}</div>
<table class='ipbtable' cellspacing="0">
<tr>
<td class="row1" width="30%" valign="top"><b>{ipb.lang['send_lang']}</b></td>
<td class="row1" width="80%">$lang</td>
</tr>
<tr>
<td class="row1" width="30%" valign="top"><b>{ipb.lang['to_name']}</b></td>
<td class="row1" width="80%"><input type="text" name="to_name" value="" size="30" maxlength="100" /></td>
</tr>
<tr>
<td class="row1" width="30%" valign="top"><b>{ipb.lang['to_email']}</b></td>
<td class="row1" width="80%"><input type="text" name="to_email" value="" size="30" maxlength="100" /></td>
</tr>
<tr>
<td class="row1" width="30%" valign="top"><b>{ipb.lang['subject']}</b></td>
<td class="row1" width="80%"><input type="text" name="subject" value="{$title}" size="30" maxlength="120" /></td>
</tr>
<tr>
<td class="row1" width="30%" valign="top"><b>{ipb.lang['message']}</b></td>
<td class="row1" width="80%"><textarea cols="60" rows="12" wrap="soft" name="message" class="textinput">{$text}</textarea>
</td>
</tr>
<tr>
<td class="formbuttonrow" colspan="2"><input type="submit" value="{ipb.lang['submit_send']}" /></td>
</tr>
</table>
</div>
</form>]]></section_content>
<func_name>forward_form</func_name>
<func_data><![CDATA[$title="",$text="",$lang=""]]></func_data>
</template>
<template>
<group_name>skin_calendar</group_name>
<section_content><![CDATA[<tr>
<td class="nopad">
<div class="bar">
<p class="over"><a href="{ipb.script_url}act=calendar&cal_id={ipb.input['_cal_id']}&code=newevent&nd={$year}-{$mid}-{$date}&formtype=single">{ipb.lang['day_add_event']}</a></p>
<p><span class="weekday">$wday</span></p>
</div>
</td>
</tr>
<tr>
<td class="nopad">
<table class='ipbtable' cellspacing="0">
<tr>
<td width="5%" class="calweekday">$date</td>
<if="queued != 0">
<td class="celldateshaded" style='height:auto'>$events</td>
</if>
<else>
<td class="row2">$events</td>
</else>
</tr>
</table>
</td>
</tr>]]></section_content>
<func_name>cal_week_dayentry</func_name>
<func_data><![CDATA[$wday="",$date="",$month="",$mid="",$year="",$events="",$queued=0]]></func_data>
</template>
<template>
<group_name>skin_calendar</group_name>
<section_content><![CDATA[<div class="divpad">
<b><a href="{ipb.script_url}act=calendar&$link">$text</a></b>
</div>]]></section_content>
<func_name>cal_week_events_wrap</func_name>
<func_data><![CDATA[$link="",$text=""]]></func_data>
</template>
<template>
<group_name>skin_calendar</group_name>
<section_content><![CDATA[<div style="background-color: $bg; color: $ft; padding: 3px; border: 1px outset $bg; width: 50%;'>
<a href="{ipb.script_url}act=calendar&$link" style="color: $ft;">$text</a>
</div>]]></section_content>
<func_name>cal_week_events_wrap_range</func_name>
<func_data><![CDATA[$link="",$text="",$ft="",$bg=""]]></func_data>
</template>
<template>
<group_name>skin_calendar</group_name>
<section_content><![CDATA[<tr>
<td class="maintitle">$month $year</td>
</tr>]]></section_content>
<func_name>cal_week_monthbar</func_name>
<func_data><![CDATA[$month="",$year=""]]></func_data>
</template>
<template>
<group_name>skin_calendar</group_name>
<section_content><![CDATA[<tr>
<td colspan='2' align='center' class='bg1'>
<div style='width:100%;' align='center' class='borderwrap'>
<table cellpadding='0' cellspacing='0' width='100%' class='darkrow3'>
<tr>
<td align="right" width='20%' valign='top'>
<strong>{ipb.lang['calendar_group_filter']}</strong>
</td>
<td align="left" width='80%'>
<select name="e_groups[]" size="5" multiple>$groups</select>
<div class='desc'>{ipb.lang['calendar_group_filter_t']}</div>
</td>
</tr>
</table>
</div>
</td>
</tr>]]></section_content>
<func_name>calendar_admin_group_box</func_name>
<func_data><![CDATA[$groups=""]]></func_data>
</template>
<template>
<group_name>skin_calendar</group_name>
<section_content><![CDATA[<tr>
<td colspan='2' align='center' class='bg1'>
<div style='width:100%;' align='center' class='borderwrap'>
<table cellpadding='0' cellspacing='0' width='100%' class='darkrow3'>
<tr>
<td align="right" width='20%' valign='top'>
<strong>{ipb.lang['calendar_event_date']}</strong>
</td>
<td align="left" width='80%'>
<table class='ipbtable' cellspacing="0">
<tr>
<td width='20%' nowrap='nowrap'>
<strong>{ipb.lang['fv_single']}</strong>
</td>
<td>
<select name="e_day">
$days
</select>
<select name="e_month">
$months
</select>
<select name="e_year">
$years
</select>
</td>
</tr>
<tr>
<td>
<strong>{ipb.lang['fv_range']}</strong>
</td>
<td>
<table class='ipbtable' cellspacing="0">
<tr>
<td><b>{ipb.lang['fv_range_ends']}</b></td>
<td>
<select name="end_day">
$end_days
</select>
<select name="end_month">
$end_months
</select>
<select name="end_year">
$end_years
</select>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</div>
</td>
</tr>]]></section_content>
<func_name>calendar_choose_date_range</func_name>
<func_data><![CDATA[$days="",$months="",$years="",$end_days="",$end_months="",$end_years=""]]></func_data>
</template>
<template>
<group_name>skin_calendar</group_name>
<section_content><![CDATA[<tr>
<td colspan='2' align='center' class='bg1'>
<div style='width:100%;' align='center' class='borderwrap'>
<table cellpadding='0' cellspacing='0' width='100%' class='darkrow3'>
<tr>
<td align="right" width='20%' valign='top'>
<strong>{ipb.lang['calendar_event_date']}</strong>
</td>
<td align="left" width='80%'>
<table class='ipbtable' cellspacing="0">
<tr>
<td width='20%' nowrap='nowrap'>
<strong>{ipb.lang['fv_single']}</strong>
</td>
<td>
<select name="e_day">
$days
</select>
<select name="e_month">
$months
</select>
<select name="e_year">
$years
</select>
</td>
</tr>
<tr>
<td>
<strong>{ipb.lang['fv_recur']}</strong>
</td>
<td>
<b>{ipb.lang['fv_recur_every']}</b>
<select name="recur_unit">
$recur_unit
</select>
<b>{ipb.lang['fv_until']}</b>
<select name="end_day">
{$recend['d']}
</select>
<select name="end_month">
{$recend['m']}
</select>
<select name="end_year">
{$recend['y']}
</select>
</td>
</tr>
</table>
</td>
</tr>
</table>
</div>
</td>
</tr>]]></section_content>
<func_name>calendar_choose_date_recur</func_name>
<func_data><![CDATA[$days="",$months="",$years="",$recur_unit="",$recend=""]]></func_data>
</template>
<template>
<group_name>skin_calendar</group_name>
<section_content><![CDATA[<td width="14%" class="subtitle">$day</td>]]></section_content>
<func_name>cal_day_bit</func_name>
<func_data><![CDATA[$day=""]]></func_data>
</template>
<template>
<group_name>skin_calendar</group_name>
<section_content><![CDATA[<a href="javascript:calendar_event_delete($id, $cal_id)"><b>{ipb.lang['button_delete']}</b></a> · <a href="{ipb.script_url}act=calendar&code=edit&cal_id={$cal_id}&event_id=$id"><b>{ipb.lang['button_edit']}</b></a>]]></section_content>
<func_name>cal_edit_del_button</func_name>
<func_data><![CDATA[$id="",$cal_id=""]]></func_data>
</template>
<template>
<group_name>skin_calendar</group_name>
<section_content><![CDATA[</div>]]></section_content>
<func_name>cal_events_end</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_calendar</group_name>
<section_content><![CDATA[<div class="calevents">]]></section_content>
<func_name>cal_events_start</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_calendar</group_name>
<section_content><![CDATA[<div class="calitem"><a href="{ipb.script_url}act=calendar&cal_id={$event['event_calendar_id']}&code=showevent&event_id={$event['event_id']}">{$event['event_title']}</a></div>]]></section_content>
<func_name>cal_events_wrap</func_name>
<func_data><![CDATA[$event=""]]></func_data>
</template>
<template>
<group_name>skin_calendar</group_name>
<section_content><![CDATA[<div class="calitem"><a href="{ipb.script_url}act=calendar&{$url}">{$text}</a></div>]]></section_content>
<func_name>cal_events_wrap_manual</func_name>
<func_data><![CDATA[$url="",$text=""]]></func_data>
</template>
<template>
<group_name>skin_calendar</group_name>
<section_content><![CDATA[<div class="calranged">
<a href="{ipb.script_url}act=calendar&cal_id={$event['event_calendar_id']}&code=showevent&event_id={$event['event_id']}">{$event['event_title']}</a>
</div>]]></section_content>
<func_name>cal_events_wrap_range</func_name>
<func_data><![CDATA[$event=""]]></func_data>
</template>
<template>
<group_name>skin_calendar</group_name>
<section_content><![CDATA[<div class="calitem">
<a href="{ipb.script_url}act=calendar&cal_id={$event['event_calendar_id']}&code=showevent&event_id={$event['event_id']}" title="{ipb.lang['tbt_recur']}">{$event['event_title']}</a>
</div>]]></section_content>
<func_name>cal_events_wrap_recurring</func_name>
<func_data><![CDATA[$event=""]]></func_data>
</template>
<template>
<group_name>skin_calendar</group_name>
<section_content><![CDATA[<div class="calmonths">
<a href="{ipb.script_url}act=calendar&cal_id={$cal_id}&m={$prev['month_id']}&y={$prev['year_id']}" title="{$prev['month_name']} {$prev['year_id']}">«</a>
$month $year
<a href="{ipb.script_url}act=calendar&cal_id={$cal_id}&m={$next['month_id']}&y={$next['year_id']}" title="{$next['month_name']} {$next['year_id']}">»</a>
</div>
<table class='ipbtable' cellspacing="0">
<tr>
<td width="25%" valign="top" class="nopad">
<!--PREV.MONTH--><br />
<!--THIS.MONTH--><br />
<!--NEXT.MONTH--><br />
</td>
<td width="1%" class="nopad"> </td>
<td width="75%" valign="top" class="nopad">
<div class="borderwrap">
<div class="maintitle">{ipb.lang['table_title']}</div>
<table class='ipbtable' cellspacing="1">
<tr>
<td width="2%" class="subtitle"> </td>
<!--IBF.DAYS_TITLE_ROW-->
<!--IBF.DAYS_CONTENT-->
</tr>
</table>
</div>
<br />
<table width='100%' cellspacing="0" cellpadding='0'>
<tr>
<td width='25%' class='nopad' valign='top'>
<form action="{ipb.script_url}act=calendar" method="post">
<div class="borderwrap">
<div class='maintitle'>{ipb.lang['cal_title_nav']}</div>
<div class="tablepad">
· <a href="{ipb.script_url}act=calendar&cal_id={$cal_id}&code=find&what=thismonth">{ipb.lang['aa_cur_month']}</a>
<br />· <a href="{ipb.script_url}act=calendar&cal_id={$cal_id}&code=find&what=thisweek">{ipb.lang['aa_view_week']}</a>
<br clear='all'/>
</div>
</div>
</form>
</td>
<td width='1%'> </td>
<td width='45%' class='nopad' valign='top'>
<form action="{ipb.script_url}act=calendar" method="post">
<div class="borderwrap">
<div class='maintitle' align='center'>{ipb.lang['cal_title_jump']}</div>
<div class="tablepad" align='center'>
<select name="m"><!--IBF.MONTH_BOX--></select> <select name="year"><!--IBF.YEAR_BOX--></select>
<br /><select name="cal_id">{$cal_jump}</select> <input class="gobutton" type="image" src="{ipb.vars['img_url']}/login-button.gif" value="{ipb.lang['jmp_go']}" />
</div>
</div>
</form>
</td>
<td width='1%'> </td>
<td width='25%' class='nopad' valign='top'>
<div class='borderwrap'>
<div class='maintitle'>{ipb.lang['aa_add_new_event']}</div>
<div class='tablepad'>
· <a href="{ipb.script_url}act=calendar&cal_id={$cal_id}&code=newevent&formtype=single">{ipb.lang['cal_event_add_single']}</a>
<br />· <a href="{ipb.script_url}act=calendar&cal_id={$cal_id}&code=newevent&formtype=range">{ipb.lang['cal_event_add_ranged']}</a>
<br />· <a href="{ipb.script_url}act=calendar&cal_id={$cal_id}&code=newevent&formtype=recur">{ipb.lang['cal_event_add_recurring']}</a>
</div>
</div>
</td>
</tr>
</table>
</td>
</tr>
</table>]]></section_content>
<func_name>cal_main_content</func_name>
<func_data><![CDATA[$month="",$year="",$prev="",$next="",$cal_jump="",$cal_id=""]]></func_data>
</template>
<template>
<group_name>skin_boards</group_name>
<section_content><![CDATA[<tr>
<td class="formsubtitle" colspan="2">{ipb.lang['whoschatting_total']} {ipb.lang['whoschatting_loadchat']}</td>
</tr>
<tr>
<td class="row1" width="1%"><{F_ACTIVE}></td>
<td class="row2">
<i>{ipb.lang['whoschatting_none']}</i>
</td>
</tr>]]></section_content>
<func_name>whoschatting_empty</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_boards</group_name>
<section_content><![CDATA[<tr>
<td class="formsubtitle" colspan="2">{$total} {ipb.lang['whoschatting_total']} {ipb.lang['whoschatting_loadchat']}</td>
</tr>
<tr>
<td class="row1" width="1%"><{F_ACTIVE}></td>
<td class="row2">
{$names}<div class="desc">$txt</div>
</td>
</tr>]]></section_content>
<func_name>whoschatting_show</func_name>
<func_data><![CDATA[$total="",$names=""]]></func_data>
</template>
<template>
<group_name>skin_msg</group_name>
<section_content><![CDATA[<form action="{ipb.script_url}" method="post">
<input type="hidden" name="act" value="Msg" />
<input type="hidden" name="CODE" value="12" />
<input type="hidden" name="MID" value="{$data[MEMBER]['contact_id']}" />
<div class="formsubtitle">{ipb.lang['member_edit']}</div>
<table class='ipbtable' cellspacing="0">
<tr>
<td valign="middle"><b>{$data[MEMBER]['contact_name']}</b></td>
<td valign="middle">{ipb.lang['enter_desc']}<br /><input type="text" name="mem_desc" size="30" maxlength="60" value="{$data[MEMBER]['contact_desc']}" /></td>
<td valign="middle">{ipb.lang['allow_msg']}<br />{$data[SELECT]}</td>
</tr>
</table>
<div class="formsubtitle" align="center"><input type="submit" value="{ipb.lang['submit_address_edit']}" /></div>
</form>]]></section_content>
<func_name>address_edit</func_name>
<func_data><![CDATA[$data=""]]></func_data>
</template>
<template>
<group_name>skin_msg</group_name>
<section_content><![CDATA[<b>CC:</b> $cc_users
<hr noshade="noshade" size="1" />]]></section_content>
<func_name>render_msg_show_cc</func_name>
<func_data><![CDATA[$cc_users=""]]></func_data>
</template>
<template>
<group_name>skin_msg</group_name>
<section_content><![CDATA[<script type="text/javascript" src='jscripts/ipb_xhr_findnames.js'></script>
<script type="text/javascript">
<!--
function find_users(){
url = "index.{ipb.vars['php_ext']}?act=legends&CODE=finduser_one&s={ipb.session_id}&entry=textarea&name=carbon_copy&sep=line";
window.open(url,"FindUsers","width=400,height=250,resizable=yes,scrollbars=yes");
}
-->
</script>
<form id='postingform' style='display:block' action="{ipb.script_url}act=msg" method="post" name="REPLIER" {$data['form_extra']} onsubmit="return ValidateForm(1);">
<input type="hidden" name="removeattachid" value="0" />
<input type="hidden" name="OID" value="{$data['OID']}" />
<input type="hidden" name="act" value="Msg" />
<input type="hidden" name="CODE" value="04" />
<input type="hidden" name="MODE" value="01" />
<input type="hidden" name="post_key" value="{$data['post_key']}" />
<input type="hidden" name="auth_key" value="{$this->ipsclass->md5_check}" />
{$data['upload']}
<div id='ipb-get-members' style='border:1px solid #000; background:#FFF; padding:2px;position:absolute;width:210px;display:none;z-index:1'></div>
<table class='ipbtable' cellspacing="0">
<tr>
<td colspan='2' align='center' class='bg1'>
<div style='width:100%;' align='center' class='borderwrap'>
<table cellpadding='0' cellspacing='0' width='100%' class='darkrow3'>
<tr>
<td align="right" width='20%'>
<strong>{ipb.lang['to_whom']}</strong>
</td>
<td align="left" width='80%'>
<input type="text" id='entered_name' name="entered_name" size="30" autocomplete='off' style='width:210px' value="{$data[N_ENTER]}" tabindex="1" /> {$data[CONTACTS]}
</td>
</tr>
</table>
</div>
</td>
</tr>
<!--IBF.MASS_PM_BOX-->
<tr>
<td colspan='2' align='center' class='bg1'>
<div style='width:100%;' align='center' class='borderwrap'>
<table cellpadding='0' cellspacing='0' width='100%' class='darkrow3'>
<tr>
<td align="right" width='20%'>
<strong>{ipb.lang['msg_title']}</strong>
</td>
<td align="left" width='80%'>
<input type="text" name="msg_title" size="40" tabindex="3" maxlength="40" value="{$data[O_TITLE]}" />
</td>
</tr>
</table>
</div>
</td>
</tr>]]></section_content>
<func_name>Send_form</func_name>
<func_data><![CDATA[$data=""]]></func_data>
</template>
<template>
<group_name>skin_calendar</group_name>
<section_content><![CDATA[<tr>
<td colspan='2' align='center' class='bg1'>
<div style='width:100%;' align='center' class='borderwrap'>
<table cellpadding='0' cellspacing='0' width='100%' class='darkrow3'>
<tr>
<td align="right" width='20%'>
<strong>{ipb.lang['calendar_title']}</strong>
</td>
<td align="left" width='80%'>
<input type="text" size="50" maxlength="50" name="event_title" value="$data" />
</td>
</tr>
</table>
</div>
</td>
</tr>]]></section_content>
<func_name>calendar_event_title</func_name>
<func_data><![CDATA[$data=""]]></func_data>
</template>
<template>
<group_name>skin_calendar</group_name>
<section_content><![CDATA[<tr>
<td class="formbuttonrow" colspan="2">
<input type="submit" name="submit" value="$data" tabindex="4">
</td>
</tr>
</table>
</div>
</form>
<br />
<br clear="all" />]]></section_content>
<func_name>calendar_end_form</func_name>
<func_data><![CDATA[$data=""]]></func_data>
</template>
<template>
<group_name>skin_boards</group_name>
<section_content></section_content>
<func_name>end_all_cats</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_boards</group_name>
<section_content><![CDATA[<tr>
<td class="catend" colspan="5"><!-- no content --></td>
</tr>
</table>
</div>
<br />]]></section_content>
<func_name>end_this_cat</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_boards</group_name>
<section_content><![CDATA[<a id='f-{$id}' href="{ipb.script_url}act=Login&CODE=04&f={$id}&fromforum={ipb.input['f']}&i=1" title="{ipb.lang['bi_markread']}">{$img}</a>]]></section_content>
<func_name>forum_img_with_link</func_name>
<func_data><![CDATA[$img="",$id=""]]></func_data>
</template>
<template>
<group_name>skin_boards</group_name>
<section_content><![CDATA[<!-- Forum {$data['id']} entry -->
<tr>
<td align="center" class="row2" width="1%"><{BR_REDIRECT}></td>
<td class="row2"><b><a href="{ipb.script_url}showforum={$data['id']}" {$data['redirect_target']}>{$data['name']}</a></b><br /><span class="forumdesc">{$data['description']}</span></td>
<td align="center" class="row1">--</td>
<td align="center" class="row1">--</td>
<td class="row1"><b>{ipb.lang['rd_hits']}:</b> {$data['redirect_hits']}</td>
</tr>
<!-- End of Forum {$data['id']} entry -->]]></section_content>
<func_name>forum_redirect_row</func_name>
<func_data><![CDATA[$data=""]]></func_data>
</template>
<template>
<group_name>skin_boards</group_name>
<section_content><![CDATA[<a id='f-{$id}' href="{ipb.script_url}act=Login&CODE=04&f={$id}&fromforum={ipb.input['f']}&i=1" title="{ipb.lang['bi_markallread']}">{$img}</a>]]></section_content>
<func_name>subforum_img_with_link</func_name>
<func_data><![CDATA[$img="",$id=""]]></func_data>
</template>
<template>
<group_name>skin_boards</group_name>
<section_content><![CDATA[<br />
<div class="borderwrap" style="display:{$data['div_fc']}" id="fc_{$data['id']}">
<div class="maintitlecollapse">
<p class="expand"><a href="javascript:togglecategory({$data['id']}, 0);"><{E_PLUS}></a></p>
<p><{CAT_IMG}> <a href="{ipb.script_url}showforum={$data['id']}">{$data['name']} {ipb.lang['sub_forum_title']}</a></p>
</div>
</div>
<div class="borderwrap" style="display:{$data['div_fo']}" id="fo_{$data['id']}">
<div class="maintitle">
<p class="expand"><a href="javascript:togglecategory({$data['id']}, 1);"><{E_MINUS}></a></p>
<p><{CAT_IMG}> <a href="{ipb.script_url}showforum={$data['id']}">{$data['name']} {ipb.lang['sub_forum_title']}</a></p>
</div>
<table class='ipbtable' cellspacing="1">
<tr>
<th colspan="2" width="66%">{ipb.lang['cat_name']}</th>
<th align="center" width="7%">{ipb.lang['topics']}</th>
<th align="center" width="7%">{ipb.lang['replies']}</th>
<th width="35%">{ipb.lang['last_post_info']}</th>
</tr>]]></section_content>
<func_name>subheader</func_name>
<func_data><![CDATA[$data=""]]></func_data>
</template>
<template>
<group_name>skin_boards</group_name>
<section_content><![CDATA[<!-- Board Stats -->
<div class="toplinks"><span><a href="{ipb.script_url}act=Login&CODE=06">{ipb.lang['d_delete_cookies']}</a> · <a href="{ipb.script_url}act=Login&CODE=05">{ipb.lang['d_post_read']}</a></span></div>
<div class="borderwrap" style="display:{$show['div_fc']}" id="fc_stat">
<div class="maintitle">
<p class="expand"><a href="javascript:togglecategory('stat', 0);"><{E_PLUS}></a></p>
<p><{CAT_IMG}> {ipb.lang['board_stats']}</p>
</div>
<div class="subtitlediv"><a href="{ipb.script_url}act=search&CODE=getactive">{ipb.lang['sm_todays_posts']}</a> · <a href="{ipb.script_url}act=Stats&CODE=leaders">{ipb.lang['sm_forum_leaders']}</a> · <a href="{ipb.script_url}act=Stats">{ipb.lang['sm_today_posters']}</a> · <a href="{ipb.script_url}act=Members&max_results=10&sort_key=posts&sort_order=desc">{ipb.lang['sm_all_posters']}</a></div>
<div class="formsubtitle">
<if="ipb.vars['show_totals'] == 1">
<p class="members">$posts {ipb.lang['cs_posts']} | $members {ipb.lang['cs_members']}</p>
</if>
<p>$active {ipb.lang['cs_active']}</p>
</div>
</div>
<div class="borderwrap" style="display:{$show['div_fo']}" id="fo_stat">
<div class="maintitle">
<p class="expand"><a href="javascript:togglecategory('stat', 1);"><{E_MINUS}></a></p>
<p><{CAT_IMG}> {ipb.lang['board_stats']}</p>
</div>
<table class='ipbtable' cellspacing="1">
<tr>
<th align="right" colspan="2"><a href="{ipb.script_url}act=search&CODE=getactive">{ipb.lang['sm_todays_posts']}</a> · <a href="{ipb.script_url}act=Stats&CODE=leaders">{ipb.lang['sm_forum_leaders']}</a> · <a href="{ipb.script_url}act=Stats">{ipb.lang['sm_today_posters']}</a> · <a href="{ipb.script_url}act=Members&max_results=10&sort_key=posts&sort_order=desc">{ipb.lang['sm_all_posters']}</a>
</th>
</tr>]]></section_content>
<func_name>stats_header</func_name>
<func_data><![CDATA[$active="",$posts="",$members="",$show=""]]></func_data>
</template>
<template>
<group_name>skin_boards</group_name>
<section_content><![CDATA[<a href="{ipb.script_url}showforum={$id}&modfilter=all"><{BC_QUEUED_POSTS}></a> ]]></section_content>
<func_name>show_queued_img</func_name>
<func_data><![CDATA[$id=""]]></func_data>
</template>
<template>
<group_name>skin_boards</group_name>
<section_content><![CDATA[<br /><span class="desc"><b>{ipb.lang['q_topics']} $topics, {ipb.lang['q_posts']} $posts</b></span>]]></section_content>
<func_name>show_queued_info</func_name>
<func_data>$posts=0,$topics=0</func_data>
</template>
<template>
<group_name>skin_boards</group_name>
<section_content><![CDATA[<br /><b>{ipb.lang['sub_forum_title']}:</b> $links]]></section_content>
<func_name>show_subforum_all_links</func_name>
<func_data><![CDATA[$links=""]]></func_data>
</template>
<template>
<group_name>skin_boards</group_name>
<section_content><![CDATA[<a href="{ipb.script_url}showforum={$id}">{$name}</a>]]></section_content>
<func_name>show_subforum_link</func_name>
<func_data><![CDATA[$id="",$name=""]]></func_data>
</template>
<template>
<group_name>skin_boards</group_name>
<section_content><![CDATA[<tr>
<td class="formsubtitle" colspan="2">{ipb.lang['board_stats']}</td>
</tr>
<tr>
<td class="row1" width="1%"><{F_STATS}></td>
<td class="row2">$text<br />{ipb.lang['most_online']}</td>
</tr>]]></section_content>
<func_name>ShowStats</func_name>
<func_data><![CDATA[$text=""]]></func_data>
</template>
<template>
<group_name>skin_boards</group_name>
<section_content><![CDATA[<tr>
<td class="catend" colspan="2"><!-- no content --></td>
</tr>
</table>
</div>
<!-- Board Stats -->]]></section_content>
<func_name>stats_footer</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_forum</group_name>
<section_content><![CDATA[<div class="borderwrap">
<h3><{CAT_IMG}> {$rules['title']}, <a href="{ipb.script_url}act=SF&f={$rules['fid']}">{ipb.lang['back_to_forum']}</a></h3>
<p>{$rules['body']}</p>
</div>]]></section_content>
<func_name>show_rules</func_name>
<func_data><![CDATA[$rules=""]]></func_data>
</template>
<template>
<group_name>skin_forum</group_name>
<section_content><![CDATA[<tr>
<td colspan="8" class="darkrow1">
<table class='ipbtable' cellspacing="0">
<tr>
<td width="50%" class="nopad">
<form action="{ipb.script_url}" method="post" name="search">
<input type="hidden" name="forums" value="{$data['id']}" />
<input type="hidden" name="cat_forum" value="forum" />
<input type="hidden" name="act" value="Search" />
<input type="hidden" name="joinname" value="1" />
<input type="hidden" name="CODE" value="01" />
<input type="text" size="30" name="keywords" value="{ipb.lang['enter_keywords']}" onfocus="this.value = '';" /> <input type="submit" value="{ipb.lang['search_forum']}" class="button" />
</form>
</td>
<if="ipb.member['is_mod'] == 1">
<td width="50%" align="right" nowrap="nowrap" class="nopad">
<form name="modform" method="post" action="{ipb.script_url}act=mod&CODE=topicchoice&f={$data['id']}" onsubmit="return checkdelete();">
<input type="hidden" name="act" value="mod" />
<input type="hidden" name="auth_key" value="{$auth_key}" />
<input type="hidden" name="modfilter" value="{ipb.input['modfilter']}" />
<input type="hidden" value="{ipb.input['selectedtids']}" name="selectedtids" />
<select name="tact">
<option value="close">{ipb.lang['cpt_close']}</option>
<option value="open">{ipb.lang['cpt_open']}</option>
<option value="pin">{ipb.lang['cpt_pin']}</option>
<option value="unpin">{ipb.lang['cpt_unpin']}</option>
<option value="move">{ipb.lang['cpt_move']}</option>
<option value="merge">{ipb.lang['cpt_merge']}</option>
<option value="delete">{ipb.lang['cpt_delete']}</option>
<option value="approve">{ipb.lang['cpt_approve']}</option>
<option value="unapprove">{ipb.lang['cpt_unapprove']}</option>
<!--IBF.MMOD-->
</select>
<input type="submit" name="gobutton" value="{ipb.lang['f_go']}" class="button" />
</form>
</td>
</if>
</tr>
</table>
</td>
</tr>
<tr>
<td class="catend" colspan="8"><!-- no content --></td>
</tr>
</table>
</div>
<table class='ipbtable' cellspacing="0">
<tr>
<td style='padding-left:0px' width="50%" nowrap="nowrap">{$data['SHOW_PAGES']}</td>
<td class='nopad' style='padding:5px 0px 5px 0px' align="right" width="50%"><a href="{ipb.script_url}act=post&do=new_post&f={$data['id']}"><{A_POST}></a></td>
</tr>
</table>
<!--IBF.FORUM_ACTIVE-->
<div class="activeusers">
<div class="row2">
<table class='ipbtable' cellspacing="0">
<tr>
<td width="5%" nowrap="nowrap">
<{B_NEW}> <span class="desc">{ipb.lang['pm_open_new']}</span>
<br /><{B_NORM}> <span class="desc">{ipb.lang['pm_open_no']}</span>
<br /><{B_HOT}> <span class="desc">{ipb.lang['pm_hot_new']}</span>
<br /><{B_HOT_NN}> <span class="desc">{ipb.lang['pm_hot_no']}</span>
</td>
<td width="5%" nowrap="nowrap">
<{B_POLL}> <span class="desc">{ipb.lang['pm_poll']}</span>
<br /><{B_POLL_NN}> <span class="desc">{ipb.lang['pm_poll_no']}</span>
<br /><{B_LOCKED}> <span class="desc">{ipb.lang['pm_locked']}</span>
<br /><{B_MOVED}> <span class="desc">{ipb.lang['pm_moved']}</span>
</td>
<td align="right" width="90%">
{$data[FORUM_JUMP]}<br /><br />
<form action="{ipb.script_url}act=SF&f={$data['id']}&st={ipb.input['st']}&changefilters=1" method="post">
<select name="sort_key">{$this->ipsclass->show['sort_by']}</select>
<select name="sort_by">{$this->ipsclass->show['sort_order']}</select>
<select name="prune_day">{$this->ipsclass->show['sort_prune']}</select>
<select name="topicfilter">{$this->ipsclass->show['topic_filter']}</select>
<input type="submit" value="{ipb.lang['sort_submit']}" class="button" />
</form>
</td>
</tr>
</table>
</div>
</div>
<br clear="all" />
<if="ipb.member['is_mod']">
<br />
<a name='forumoptions'></a>
<div align="center" id='forumoptionsjs'>
<a href="{ipb.script_url}showforum={$data['id']}&modfilter=invisible_topics">{ipb.lang['mod_showallinvisible']}</a>
·
<a href="{ipb.script_url}showforum={$data['id']}&modfilter=invisible_posts">{ipb.lang['mod_showallposts']}</a>
·
<a href="{ipb.script_url}act=mod&CODE=resync&f={$data['id']}&auth_key={$auth_key}">{ipb.lang['mod_resync']}</a>
·
<a href="javascript:PopUp('{ipb.script_url}act=mod&CODE=prune_start&f={$data['id']}&auth_key={$auth_key}', 'PRUNE', 600,500)">{ipb.lang['mod_prune']}</a>
</div>
<script type='text/javascript'>
//<!#^#|CDATA|
document.getElementById('forumoptionsjs').style.display = 'none';
//|#^#]>
</script>
</if>
<script type='text/javascript'>
//<!#^#|CDATA|
// INIT links for editing
if ( use_enhanced_js && perm_can_edit )
{
forum_init_topic_links();
}
//|#^#]>
</script>]]></section_content>
<func_name>TableEnd</func_name>
<func_data><![CDATA[$data="",$auth_key=""]]></func_data>
</template>
<template>
<group_name>skin_forum</group_name>
<section_content><![CDATA[<a href="javascript:multi_page_jump( $total, $pp, '$qe' )" title="{ipb.lang['tpl_jump']}">{ipb.lang['multi_page_forum']}</a>]]></section_content>
<func_name>show_page_jump</func_name>
<func_data><![CDATA[$total="",$pp="",$qe=""]]></func_data>
</template>
<template>
<group_name>skin_forum</group_name>
<section_content><![CDATA[<!--PINNED-->
<if="show == 1">
<tr>
<td class="darkrow1" colspan="8"><b>{ipb.lang['pinned_start']}</b></td>
</tr>
</if>
<!-- END PINNED -->]]></section_content>
<func_name>render_pinned_start</func_name>
<func_data>$show=0</func_data>
</template>
<template>
<group_name>skin_forum</group_name>
<section_content><![CDATA[<tr>
<td class="row2" colspan="8" align="center">
<br />
<b>{ipb.lang['no_topics']}</b>
<br /><br />
</td>
</tr>]]></section_content>
<func_name>show_no_matches</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_forum</group_name>
<section_content><![CDATA[<span class="minipagelink"><a href="{ipb.script_url}showtopic={$tid}&st=$st">$page</a></span>]]></section_content>
<func_name>pagination_show_page</func_name>
<func_data><![CDATA[$tid="",$st="",$page=""]]></func_data>
</template>
<template>
<group_name>skin_forum</group_name>
<section_content><![CDATA[ <a href="javascript:multi_page_jump('{ipb.script_url}showtopic={$tid}', $posts, $perpage );" title="{ipb.lang['multipage_alt']}"><img src='{ipb.vars['img_url']}/pages_icon.gif' alt='*' border='0' /></a> $pages]]></section_content>
<func_name>pagination_wrap_pages</func_name>
<func_data><![CDATA[$tid="",$pages="",$posts="",$perpage=""]]></func_data>
</template>
<template>
<group_name>skin_forum</group_name>
<section_content><![CDATA[<!-- Begin Topic Entry {$data['tid']} -->
<tr>
<td align="center" class="$class2" id='tid-folder-{$data['tid']}' onclick='return topic_toggle_folder("{$data['tid']}");'>{$data['folder_img']}</td>
<td align="center" class="$class2">{$data['topic_icon']}</td>
<td class="$class2" valign="middle">
<div style='float:right'>{$data['_rate_img']}</div>
<div>
{$data['go_new_post']}{$data['prefix']} {$data['attach_img']}<span id='tid-span-{$data['tid']}'><a id="tid-link-{$data['tid']}" href="{ipb.script_url}showtopic={$data['tid']}" title="{ipb.lang['topic_started_on']} {$data['start_date']}">{$data['title']}</a></span> {$data[PAGES]}
<div class="desc"><span onclick='return span_desc_to_input("{$data['tid']}");' id='tid-desc-{$data['tid']}'>{$data['description']}</span></div>
</div>
</td>
<td align='center' class="$classposts">
{$data['posts']}
<if="data['_hasqueued'] == 1 and inforum == 1">
<a href="{ipb.script_url}showtopic={$data['tid']}&modfilter=invisible_posts"><{BC_QUEUED_POSTS}></a>
</if>
</td>
<td align="center" class="$class1">{$data['starter']}</td>
<td align="center" class="$class1">{$data['views']}</td>
<td class="$class1"><span class="lastaction">{$data['last_post']}<br /><a href="{ipb.script_url}showtopic={$data['tid']}&view=getlastpost">{$data['last_text']}</a> <b>{$data['last_poster']}</b></span></td>
<if="ipb.member['is_mod'] == 1 and inforum == 1 and data['tidon'] == 1">
<td align="center" class="$class1"><a href="#" title="{ipb.lang['click_for_mod']}" onclick="forum_toggle_tid('{$data['real_tid']}'); return false;"><img name="img{$data['real_tid']}" src="{ipb.vars['img_url']}/topic_selected.gif" /></a></td>
</if>
<if="ipb.member['is_mod'] == 1 and inforum == 1 and data['tidon'] == 0">
<td align="center" class="$class1"><a href="#" title="{ipb.lang['click_for_mod']}" onclick="forum_toggle_tid('{$data['real_tid']}'); return false;"><img name="img{$data['real_tid']}" src="{ipb.vars['img_url']}/topic_unselected.gif" /></a></td>
</if>
</tr>
<!-- End Topic Entry {$data['tid']} -->]]></section_content>
<func_name>render_forum_row</func_name>
<func_data><![CDATA[$data="",$class1='row2',$class2='row1',$classposts='row2',$inforum=0]]></func_data>
</template>
<template>
<group_name>skin_forum</group_name>
<section_content><![CDATA[<!-- END PINNED -->
<tr>
<td class="darkrow1" colspan="8"><b>{ipb.lang['regular_topics']}</b></td>
</tr>]]></section_content>
<func_name>render_pinned_end</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_forum</group_name>
<section_content><![CDATA[<option value="-1">------------------------------</option>
<option value="-1">{ipb.lang['mm_title']}</option>
<option value="-1">------------------------------</option>]]></section_content>
<func_name>mm_start</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_forum</group_name>
<section_content><![CDATA[<!-- inbox folder -->
<div class="borderwrap">
<div class="maintitle">{ipb.lang['attach_page_title']}: $title</div>
<table class='ipbtable' cellspacing="1">
<tr>
<th width="2%"> </th>
<th width="73%"><b>{ipb.lang['attach_title']}</b></th>
<th width="5%">{ipb.lang['attach_size']}</b></a></th>
<th width="15%"><b>{ipb.lang['attach_post']}</b></th>
</tr>]]></section_content>
<func_name>forums_attachments_top</func_name>
<func_data><![CDATA[$title=""]]></func_data>
</template>
<template>
<group_name>skin_forum</group_name>
<section_content><![CDATA[<!-- end multimod -->]]></section_content>
<func_name>mm_end</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_forum</group_name>
<section_content><![CDATA[<option value="t_{$id}">-- $title</option>]]></section_content>
<func_name>mm_entry</func_name>
<func_data><![CDATA[$id="",$title=""]]></func_data>
</template>
<template>
<group_name>skin_forum</group_name>
<section_content><![CDATA[<tr id="{$data['attach_id']}">
<td align="center" class="row1"><img src="{ipb.vars['mime_img']}/{$data['image']}" alt="{ipb.lang['attached_file']}" /></td>
<td class="row2">
<a href="{ipb.script_url}act=Attach&type=post&id={$data['attach_id']}" title="{$data['attach_file']}" target="_blank">{$data['short_name']}</a>
<div class="desc">( {ipb.lang['attach_hits']}: {$data['attach_hits']} )<br />( {ipb.lang['attach_post_date']} {$data['attach_date']} )</div>
</td>
<td align="center" class="row1">{$data['real_size']}</td>
<td class="row2" align="center"><a href="#" onclick="opener.location='{ipb.script_url}showtopic={$data['tid']}&view=findpost&p={$data['pid']}';">{$data['pid']}</a></td>
</tr>]]></section_content>
<func_name>forums_attachments_row</func_name>
<func_data><![CDATA[$data=""]]></func_data>
</template>
<template>
<group_name>skin_forum</group_name>
<section_content><![CDATA[<!-- inbox folder -->
</table>
</div>]]></section_content>
<func_name>forums_attachments_bottom</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_search</group_name>
<section_content><![CDATA[[ <a href="#" title="{ipb.lang['be_ttip']}" onclick="win_pop()">{ipb.lang['be_link']}</a> ]]]></section_content>
<func_name>boolean_explain_link</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_search</group_name>
<section_content><![CDATA[<div class="borderwrap">
<div class="maintitle"><{CAT_IMG}> {ipb.lang['be_link']}</div>
<table class='ipbtable' cellspacing="1">
<tr>
<th width="30%" class="formsubtitle">{ipb.lang['be_use']}</th>
<th width="70%" class="formsubtitle">{ipb.lang['be_means']}</th>
</tr>
<tr>
<td class="pformleft">{ipb.lang['be_u1']}</td>
<td class="pformleft">{ipb.lang['be_m1']}</td>
</tr>
<tr>
<td class="pformleft">{ipb.lang['be_u2']}</td>
<td class="pformleft">{ipb.lang['be_m2']}</td>
</tr>
<tr>
<td class="pformleft">{ipb.lang['be_u3']}</td>
<td class="pformleft">{ipb.lang['be_m3']}</td>
</tr>
<tr>
<td class="pformleft">{ipb.lang['be_u4']}</td>
<td class="pformleft">{ipb.lang['be_m4']}</td>
</tr>
<tr>
<td class="pformleft">{ipb.lang['be_u5']}</td>
<td class="pformleft">{ipb.lang['be_m5']}</td>
</tr>
<tr>
<td class="catend" colspan="2"><!-- no content --></td>
</tr>
</table>
</div>]]></section_content>
<func_name>boolean_explain_page</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_search</group_name>
<section_content><![CDATA[<!-- END RESULTS TABLE -->
<if="as_post != 1">
<tr>
<td class="formbuttonrow" colspan="8" style="text-align: right;">
<form action="{ipb.script_url}act=search&CODE=getnew&active=1" method="post">
{ipb.lang['active_start']}
<select class="dropdown" name="lastdate">
<option value="86400">{ipb.lang['active_today']}</option>
<option value="604800">{ipb.lang['active_week']}</option>
<option value="1209600">{ipb.lang['active_week2']}</option>
<option value="2419200">{ipb.lang['active_month']}</option>
<option value="7257600">{ipb.lang['active_month3']}</option>
<option value="31449600">{ipb.lang['active_year']}</option>
</select>
<input type="submit" value="{ipb.lang['active_go']}" class="button" /></form></td>
</tr><tr>
<td class="catend" colspan="8"><!-- no content --></td>
</tr>
</table>
</div>
</if>
<br />
<div>{$data[SHOW_PAGES]}</div>
<br />
<div class="borderwrap">
<table class='ipbtable' cellspacing="0">
<tr>
<td width="5%" class="row2" nowrap="nowrap"><{B_NEW}> {ipb.lang['pm_open_new']}<br /><{B_NORM}> {ipb.lang['pm_open_no']}<br /><{B_HOT}> {ipb.lang['pm_hot_new']}<br /><{B_HOT_NN}> {ipb.lang['pm_hot_no']}</td>
<td width="5%" class="row2" nowrap="nowrap"><{B_POLL}> {ipb.lang['pm_poll']}<br /><{B_POLL_NN}> {ipb.lang['pm_poll_no']}<br /><{B_LOCKED}> {ipb.lang['pm_locked']}<br /><{B_MOVED}> {ipb.lang['pm_moved']}</td>
<td align="right" width="90%" class="row2">{$this->ipsclass->forum_jump}</td>
</tr>
</table>
</div>
<br />]]></section_content>
<func_name>end_results_table</func_name>
<func_data><![CDATA[$data="",$as_post=""]]></func_data>
</template>
<template>
<group_name>skin_search</group_name>
<section_content><![CDATA[<script type="text/javascript" src='jscripts/ipb_xhr_findnames.js'></script>
<script type="text/javascript">
//<!#^#|CDATA|
function go_gadget_simple(){
window.location = "{$this->ipsclass->js_base_url}act=Search&mode=simple&f={ipb.input['f']}";
}
function win_pop(){
window.open("{$this->ipsclass->js_base_url}act=Search&CODE=explain","WIN","width=400,height=300,resizable=yes,scrollbars=yes");
}
//|#^#]>
</script>
<form action="{ipb.script_url}act=Search&CODE=01" id='postingform' method="post" name="sForm">
$hidden_fields
<div id='ipb-get-members' style='border:1px solid #000; background:#FFF; padding:2px;position:absolute;width:210px;display:none;z-index:1'></div>
<div class="borderwrap">
<table class='ipbtable' cellspacing="0">
<tr>
<td colspan="2" class="maintitle" align="center">{ipb.lang['keywords_title']}</td>
</tr>
<tr>
<td class="formsubtitle" width="50%">{ipb.lang['key_search']}</td>
<td class="formsubtitle" width="50%">{ipb.lang['mem_search']}</td>
</tr>
<tr>
<td class="row1" valign="top">
<input type="text" maxlength="100" size="40" name="keywords" id="keywords" />
<br /><br />
<label for="keywords">{ipb.lang['keysearch_text']}</label> <!--IBF.BOOLEAN_EXPLAIN-->
</td>
<td class="row1" valign="top">
<table class='ipbtable' cellspacing="0">
<tr>
<td><input type="text" maxlength="100" size="50" id="entered_name" autocomplete='off' style='width:210px' name="namesearch" /></td>
</tr>
<tr>
<td width="40%"><input type="checkbox" name="exactname" id="matchexact" value="1" class="checkbox" /><label for="matchexact">{ipb.lang['match_name_ex']}</label></td>
</tr>
</table>
</td>
</tr>
</table>
</div>
<br />
<div class="borderwrap">
<table class='ipbtable' cellspacing="0">
<tr>
<td colspan="2" class="maintitle" align="center">{ipb.lang['search_options']}</td>
</tr>
<tr>
<td class="formsubtitle" width="50%" valign="middle">{ipb.lang['search_where']}</td>
<td class="formsubtitle" width="50%" valign="middle">{ipb.lang['search_refine']}</td>
</tr>
<tr>
<td class="row1" valign="middle">
$forums
<br />
<input type="checkbox" name="searchsubs" value="1" id="searchsubs" checked="checked" class='checkbox' /> <label for="searchsubs">{ipb.lang['search_in_subs']}</label>
</td>
<td class="row1" valign="top">
<table class='ipbtable' cellspacing="1">
<tr>
<td valign="top">
<fieldset class="search">
<legend><b>{ipb.lang['search_from']}</b></legend>
<select name="prune">
<option value="1">{ipb.lang['today']}</option>
<option value="7">{ipb.lang['this_week']}</option>
<option value="30">{ipb.lang['this_month']}</option>
<option value="60">{ipb.lang['this_60']}</option>
<option value="90">{ipb.lang['this_90']}</option>
<option value="180">{ipb.lang['this_180']}</option>
<option value="365">{ipb.lang['this_year']}</option>
<option value="0" selected="selected">{ipb.lang['ever']}</option>
</select><br />
<input type="radio" name="prune_type" id="prune_older" value="older" class="radiobutton" /> <label for="prune_older">{ipb.lang['older']}</label><br />
<input type="radio" name="prune_type" id="prune_newer" value="newer" class="radiobutton" checked="checked" /> <label for="prune_newer">{ipb.lang['newer']}</label>
</fieldset>
</td>
<td valign="top">
<fieldset class="search">
<legend><b>{ipb.lang['sort_results']}</b></legend>
<select name="sort_key">
<option value="last_post">{ipb.lang['last_date']}</option>
<option value="posts">{ipb.lang['number_topics']}</option>
<option value="starter_name">{ipb.lang['poster_name']}</option>
<option value="forum_id">{ipb.lang['forum_name']}</option>
</select><br />
<input type="radio" name="sort_order" id="sort_desc" class="radiobutton" value="desc" checked="checked" /><label for="sort_desc">{ipb.lang['descending']}</label><br />
<input type="radio" name="sort_order" id="sort_asc" class="radiobutton" value="asc" /><label for="sort_asc">{ipb.lang['ascending']}</label>
</fieldset>
</td>
</tr>
<tr>
<td nowrap="nowrap">
<fieldset class="search">
<legend><b>{ipb.lang['search_where']}</b></legend>
<input type="radio" name="search_in" class="radiobutton" id="search_in_posts" value="posts" checked="checked" /><label for="search_in_posts">{ipb.lang['in_posts']}</label><br />
<input type="radio" name="search_in" class="radiobutton" id="search_in_titles" value="titles" /><label for="search_in_titles">{ipb.lang['in_topics']}</label>
</fieldset>
</td>
<td>
<fieldset class="search">
<legend><b>{ipb.lang['result_type']}</b></legend>
<input type="radio" name="result_type" class="radiobutton" value="topics" id="result_topics" checked="checked" /><label for="result_topics">{ipb.lang['results_topics']}</label><br />
<input type="radio" name="result_type" class="radiobutton" value="posts" id="result_posts" /><label for="result_posts">{ipb.lang['results_post']}</label>
</fieldset>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="formsubtitle" colspan="2" align="center"><input type="submit" value="{ipb.lang['do_search']}" /><!--IBF.SIMPLE_BUTTON--></td>
</tr>
</table>
</div>
</form>
<script type="text/javascript">
// INIT find names
init_js( 'postingform', 'entered_name', 'get-member-names');
// Run main loop
setTimeout( 'main_loop()', 10 );
</script>]]></section_content>
<func_name>Form</func_name>
<func_data><![CDATA[$forums=""]]></func_data>
</template>
<template>
<group_name>skin_register</group_name>
<section_content><![CDATA[</select>
<div style="display: none; position: absolute; border: 3px outset #000;width:300px;background-color:#FFF" class="tableborder" id="subspkdiv">
<div class='row1' style='padding:4px' id="pkdesc"></div>
<div class='row2' style='padding:4px' align="right"><a href="#" onclick='toggleview("subspkdiv"); return false;'>{ipb.lang['subsm_close']}</a></div>
</div>
</td>
<td align="center">
<input type="button" class="button" onclick="get_more_info()" style='display:none' id='reg-get-more-info' value="{ipb.lang['subsm_more']}" />
</td>
</tr>
</table>
</fieldset>]]></section_content>
<func_name>subsm_end</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_register</group_name>
<section_content><![CDATA[<option value="{$id}">$title ($duration) - $cost</option>]]></section_content>
<func_name>subsm_row</func_name>
<func_data><![CDATA[$id="",$title="",$cost="",$duration=""]]></func_data>
</template>
<template>
<group_name>skin_register</group_name>
<section_content><![CDATA[<br />
<fieldset class="row3">
<legend><b>{ipb.lang['subsm_title']}</b></legend>
<div class="desc"> {ipb.lang['cc_currency_in']} $cur</div>
<table class='ipbtable' cellspacing="0">
<tr>
<td width="1%">
<select class="dropdown" onchange='reg_get_more_check()' style='width:300px' name='subspackage' id="subspackage">]]></section_content>
<func_name>subsm_start</func_name>
<func_data><![CDATA[$cur=""]]></func_data>
</template>
<template>
<group_name>skin_printpage</group_name>
<section_content><![CDATA[<div class="printpost">
<h4>{ipb.lang['by']}: {$entry['author_name']}</b> {ipb.lang['on']} {$entry['post_date']}</h4>
<p>{$entry['post']}
<br />
<!--IBF.ATTACHMENT_{$entry['pid']}-->
</p>
</div>]]></section_content>
<func_name>pp_postentry</func_name>
<func_data><![CDATA[$poster="",$entry=""]]></func_data>
</template>
<template>
<group_name>skin_printpage</group_name>
<section_content><![CDATA[<div class="borderwrap">
<div class="maintitle"><{CAT_IMG}> {ipb.lang['tvo_title']} $title</div>
<table class='ipbtable' cellspacing="1">
<tr>
<th>{ipb.lang['please_choose']}</th>
</tr>
<tr>
<td class="row1"><b><a href="{ipb.script_url}act=Print&client=printer&f=$fid&t=$tid">{ipb.lang['o_print_title']}</a></b><br />{ipb.lang['o_print_desc']}</td>
</tr>
<tr>
<td class="row2"><b><a href="{ipb.script_url}act=Print&client=html&f=$fid&t=$tid">{ipb.lang['o_html_title']}</a></b><br />{ipb.lang['o_html_desc']}</td>
</tr>
<tr>
<td class="row1"><b><a href="{ipb.script_url}act=Print&client=wordr&f=$fid&t=$tid">{ipb.lang['o_word_title']}</a></b><br />{ipb.lang['o_word_desc']}</td>
</tr>
<tr>
<td class="formbuttonrow"><a href="{ipb.script_url}showtopic=$tid">{ipb.lang['back_topic']}</a></td>
</tr>
<tr>
<td class="catend"><!-- no content --></td>
</tr>
</table>
</div>]]></section_content>
<func_name>choose_form</func_name>
<func_data><![CDATA[$fid="",$tid="",$title=""]]></func_data>
</template>
<template>
<group_name>skin_emails</group_name>
<section_content><![CDATA[<form action="{ipb.script_url}" method="post" name="REPLIER">
<input type="hidden" name="act" value="Mail" />
<input type="hidden" name="CODE" value="01" />
<input type="hidden" name="to" value="{$data['TO']}" />
<div><b>{ipb.lang['imp_text']}</b></div>
<br />
<div class="borderwrap">
<div class="maintitle">{ipb.lang['send_title']}</div>
<div class="formsubtitle">{ipb.lang['send_email_to']} {$data['NAME']}</div>
<table class='ipbtable' cellspacing="1">
<tr>
<td class="pformleftw" valign="top"><b>{ipb.lang['subject']}</b></td>
<td class="pformright"><input type="text" name="subject" value="{$data['subject']}" size="50" maxlength="50" /></td>
</tr>
<tr>
<td class="pformleftw" valign="top"><b>{ipb.lang['message']}</b><br /><br />{ipb.lang['msg_txt']}</td>
<td class="pformright"><textarea cols="60" rows="12" wrap="soft" name="message" class="textinput">{$data['content']}</textarea></td>
</tr>
<tr>
<td class="formbuttonrow" colspan="2"><input type="submit" value="{ipb.lang['submit_send']}" /></td>
</tr>
</table>
</div>
</form>]]></section_content>
<func_name>send_form</func_name>
<func_data><![CDATA[$data=""]]></func_data>
</template>
<template>
<group_name>skin_emails</group_name>
<section_content><![CDATA[<div class="borderwrap">
<div class="maintitle">{ipb.lang['email_sent']}</div>
<div class="tablepad">{ipb.lang['email_sent_txt']} $member_name</div>
</div>]]></section_content>
<func_name>sent_screen</func_name>
<func_data><![CDATA[$member_name=""]]></func_data>
</template>
<template>
<group_name>skin_emails</group_name>
<section_content><![CDATA[<div class="borderwrap">
<div class="maintitle">{ipb.lang['send_email_to']} {$data[NAME]}</div>
<div class="tablepad">
{ipb.lang['show_address_text']}
<br />
>><b><a href="mailto:{$data[ADDRESS]}" class="misc">{ipb.lang['send_email_to']} {$data[NAME]}</a></b>
</div>
</div>]]></section_content>
<func_name>show_address</func_name>
<func_data><![CDATA[$data=""]]></func_data>
</template>
<template>
<group_name>skin_register</group_name>
<section_content><![CDATA[<br />
<input type="hidden" name="regid" value="$regid" />
<fieldset class="row3">
<legend><b>{ipb.lang['las_title']}</b></legend>
<table class='ipbtable' cellspacing="0">
<tr>
<td width="1%">
{ipb.lang['las_input']}<div class="desc">{ipb.lang['las_input_text']}</div>
<input type="text" size="25" maxlength="32" name="reg_code" />
</td>
<td align="center">
<img src="{ipb.script_url}act=Reg&CODE=image&rc={$regid}&p=1" alt="Code Bit" />
<img src="{ipb.script_url}act=Reg&CODE=image&rc={$regid}&p=2" alt="{ipb.lang['alt_codebit']}" />
<img src="{ipb.script_url}act=Reg&CODE=image&rc={$regid}&p=3" alt="{ipb.lang['alt_codebit']}" />
<img src="{ipb.script_url}act=Reg&CODE=image&rc={$regid}&p=4" alt="{ipb.lang['alt_codebit']}" />
<img src="{ipb.script_url}act=Reg&CODE=image&rc={$regid}&p=5" alt="{ipb.lang['alt_codebit']}" />
<img src="{ipb.script_url}act=Reg&CODE=image&rc={$regid}&p=6" alt="{ipb.lang['alt_codebit']}" />
</td>
</tr>
</table>
</fieldset>]]></section_content>
<func_name>bot_antispam</func_name>
<func_data><![CDATA[$regid=""]]></func_data>
</template>
<template>
<group_name>skin_mod</group_name>
<section_content><![CDATA[<tr>
<td class="row1" colspan="2" align="center"><b>{ipb.lang['w_v_none']}</b></td>
</tr>]]></section_content>
<func_name>warn_view_none</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_mod</group_name>
<section_content><![CDATA[<tr>
<td class="row2" valign="top"><b>$puni_name</b></td>
<td class="row2" valign="top">{ipb.lang['w_v_warned_on']} <b>$date</b></td>
</tr>
<tr>
<td class="row1" valign="middle"><span class="warngood">{ipb.lang['w_v_minus']}</span></td>
<td class="row1" valign="top"><span class="postcolor">$content</span></td>
</tr>]]></section_content>
<func_name>warn_view_positive_row</func_name>
<func_data><![CDATA[$date="",$content="",$puni_name=""]]></func_data>
</template>
<template>
<group_name>skin_msg</group_name>
<section_content><![CDATA[<div class="formsubtitle">{ipb.lang['address_current']}</div>]]></section_content>
<func_name>Address_header</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_msg</group_name>
<section_content><![CDATA[<p class="pcen">{ipb.lang['address_none']}</p>]]></section_content>
<func_name>Address_none</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_msg</group_name>
<section_content><![CDATA[<br />
<div class="borderwrapm">
<table class='ipbtable' cellspacing="1">
<tr>
<th><b>{ipb.lang['member_name']}</b></th>
<th width="60%"><b>{ipb.lang['enter_block']}</b></th>
</tr>]]></section_content>
<func_name>Address_table_header</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_msg</group_name>
<section_content><![CDATA[<div class="formsubtitle">{ipb.lang['arc_comp_title']}</div>
<p>{ipb.lang['arc_complete']}</p>]]></section_content>
<func_name>archive_complete</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_msg</group_name>
<section_content><![CDATA[<form action="{ipb.script_url}" method="post">
<input type="hidden" name="act" value="Msg" />
<input type="hidden" name="CODE" value="15" />
<div class="formsubtitle">{ipb.lang['archive_title']}</div>
<p>{ipb.lang['archive_text']}</p>
<table class='ipbtable' cellspacing="0">
<tr>
<td><b>{ipb.lang['arc_folders']}</b></td>
<td>$jump_html</td>
</tr>
<tr>
<td><b>{ipb.lang['arc_dateline']}</b></td>
<td valign="middle">
<select name="dateline">
<option value="1">1</option>
<option value="7">7</option>
<option value="30" selected="selected">30</option>
<option value="90">90</option>
<option value="365">365</option>
<option value="all">{ipb.lang['arc_alldays']}</option>
</select>
{ipb.lang['arc_days']}
<select name="oldnew">
<option value="newer" selected="selected">{ipb.lang['arch_new']}</option>
<option value="older">{ipb.lang['arch_old']}</option>
</select>
</td>
</tr>
<tr>
<td><b>{ipb.lang['arc_max']}</b></td>
<td valign="middle"><select name="number"><option value="5">5</option><option value="10">10</option><option value="20" selected="selected">20</option><option value="30">30</option><option value="40">40</option><option value="50">50</option></select></td>
</tr>
<tr>
<td><b>{ipb.lang['arc_delete']}</b></td>
<td valign="middle"><select name="delete"><option value="yes">{ipb.lang['arc_yes']}</option><option value="no" selected="selected">{ipb.lang['arc_no']}</option></select></td>
</tr>
<tr>
<td><b>{ipb.lang['arc_type']}</b></td>
<td valign="middle"><select name="type"><option value="xls" selected="selected">{ipb.lang['arc_xls']}</option><option value="html">{ipb.lang['arc_html']}</option></select></td>
</tr>
</table>
<div class="formsubtitle" align="center"><input type="submit" value="{ipb.lang['arc_submit']}" /></div>
</form>]]></section_content>
<func_name>archive_form</func_name>
<func_data><![CDATA[$jump_html=""]]></func_data>
</template>
<template>
<group_name>skin_msg</group_name>
<section_content><![CDATA[<div class="borderwrapm">
<div class="maintitle">{ipb.lang['pm_textbit']}{$info['msg_title']}</div>
<div class="tablefill"><div class="postcolor">{$info['msg_content']}</div></div>
<div class="formsubtitle">{ipb.lang['sentby_textbit']}<b>{$info['msg_sender']}</b> {ipb.lang['on_textbit']} {$info['msg_date']}</div>
</div>
<br />]]></section_content>
<func_name>archive_html_entry</func_name>
<func_data><![CDATA[$info=""]]></func_data>
</template>
<template>
<group_name>skin_mod</group_name>
<section_content><![CDATA[<form method="post" action="{ipb.script_url}&act=warn&CODE=dowarn&mid=$mid&t=$tid&st=$st&type={ipb.input['type']}">
<input type="hidden" name="key" value="$key" />
<div class="borderwrap">
<div class="maintitle"><{CAT_IMG}> {ipb.lang['w_warnfor']} <a href="{ipb.script_url}showuser=$mid">$name</a> ( $min < $cur > $max )</div>
<div class="formsubtitle">{ipb.lang['w_complete']}</div>
<table class='ipbtable' cellspacing="0">
<tr>
<td class="pformleftw"><b>{ipb.lang['w_adjust_level']}</b></td>
<td class="pformright">
<input type="radio" name="level" id="add" class="radiobutton" value="add" {$type['add']} /><label for="add" class="warnbad"><b>{ipb.lang['w_add']}</b></label>
<br />
<input type="radio" name="level" id="minus" class="radiobutton" value="remove" {$type['minus']} /><label for="minus" class="warngood"><b>{ipb.lang['w_remove']}</b></label>
</td>
</tr>]]></section_content>
<func_name>warn_header</func_name>
<func_data><![CDATA[$mid="",$name="",$cur=0,$min=0,$max=10,$key="",$tid="",$st="",$type=""]]></func_data>
</template>
<template>
<group_name>skin_mod</group_name>
<section_content><![CDATA[<br />
<b>{ipb.lang['w_restricted']}</b>]]></section_content>
<func_name>warn_restricition_in_place</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_mod</group_name>
<section_content><![CDATA[<div class="borderwrap">
<div class="maintitle"><{CAT_IMG}> {ipb.lang['w_done_t']}</div>
<div class="formsubtitle"> </div>
<div class="tablepad">
{ipb.lang['w_done_te']}
<ul>
<li><a href="{ipb.script_url}">{ipb.lang['w_done_home']}</a></li>
<!--IBF.FORUM_TOPIC-->
</ul>
</div>
</div>]]></section_content>
<func_name>warn_success</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_mod</group_name>
<section_content><![CDATA[<li><a href="{ipb.script_url}showforum=$fid">{ipb.lang['w_done_forum']} <b>$fname</b></a></li>
<li><a href="{ipb.script_url}showtopic=$tid&st=$st">{ipb.lang['w_done_topic']} <b>$tname</b></a></li>]]></section_content>
<func_name>warn_success_forum</func_name>
<func_data><![CDATA[$fid="",$fname="",$tid="",$tname="",$st=0]]></func_data>
</template>
<template>
<group_name>skin_mod</group_name>
<section_content><![CDATA[<tr>
<td class="pformleftw"><b>{ipb.lang['w_suspend']}</b></td>
<td class="pformright">
{ipb.lang['w_susfor']} <input type="input" name="susp_value" value="{$susp_array['timespan']}" size="5" />
<select name="susp_unit">
<option value="d" {$susp_array['days']}>{ipb.lang['w_day']}</option>
<option value="h" {$susp_array['hours']}>{ipb.lang['w_hour']}</option>
</select>
$susp_extra
</tr>]]></section_content>
<func_name>warn_suspend</func_name>
<func_data><![CDATA[$susp_array="",$susp_extra=""]]></func_data>
</template>
<template>
<group_name>skin_mod</group_name>
<section_content><![CDATA[</table>]]></section_content>
<func_name>warn_view_footer</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_mod</group_name>
<section_content><![CDATA[<table class='ipbtable' cellspacing="0">
<tr>
<td align="right">$links</td>
</tr>
</table>
<div class="borderwrap">
<div class="maintitle"><{CAT_IMG}> {ipb.lang['w_v_title']}: <a href="{ipb.script_url}showuser=$id">$name</a></div>
</div>
<table class='ipbtable' cellspacing="1">
<tr>
<th class="formsubtitle" width="30%">{ipb.lang['w_v_warnby']}</th>
<th class="formsubtitle" width="70%">{ipb.lang['w_v_notes']}</th>
</tr>]]></section_content>
<func_name>warn_view_header</func_name>
<func_data><![CDATA[$id="",$name="",$links=""]]></func_data>
</template>
<template>
<group_name>skin_mod</group_name>
<section_content><![CDATA[<tr>
<td class="row2" valign="top"><b>$puni_name</b></td>
<td class="row2" valign="top">{ipb.lang['w_v_warned_on']} <b>$date</b></td>
</tr>
<tr>
<td class="row1" valign="middle"><span class="warnbad">{ipb.lang['w_v_add']}</span></td>
<td class="row1" valign="top"><span class="postcolor">$content</span></td>
</tr>]]></section_content>
<func_name>warn_view_negative_row</func_name>
<func_data><![CDATA[$date="",$content="",$puni_name=""]]></func_data>
</template>
<template>
<group_name>skin_mod</group_name>
<section_content><![CDATA[<tr>
<td class="pformleftw"><b>{ipb.lang['w_resposts']}</b></td>
<td class="pformright">
<input type="checkbox" name="post_indef" value="1" $post_tick /> {ipb.lang['w_resposts_i']}
<br />
<b>{ipb.lang['w_orfor']}</b>
<input type="input" name="post_value" value="{$post_array['timespan']}" size="5" />
<select name="post_unit">
<option value="d" {$post_array['days']}>{ipb.lang['w_day']}</option>
<option value="h" {$post_array['hours']}>{ipb.lang['w_hour']}</option>
</select>
$post_extra
</tr>]]></section_content>
<func_name>warn_rem_posts</func_name>
<func_data><![CDATA[$post_tick="",$post_array="",$post_extra=""]]></func_data>
</template>
<template>
<group_name>skin_msg</group_name>
<section_content><![CDATA[<tr>
<td class="row1" colspan="5" align="center"><b>{ipb.lang['inbox_no_msg']}</b></td>
</tr>]]></section_content>
<func_name>No_msg_inbox</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_msg</group_name>
<section_content><![CDATA[<div class="formsubtitle">{ipb.lang['err_errors']}</div>
<span class="postcolor"><p>$data<br /><br />{ipb.lang['pme_none_sent']}</p></span>]]></section_content>
<func_name>pm_errors</func_name>
<func_data><![CDATA[$data=""]]></func_data>
</template>
<template>
<group_name>skin_msg</group_name>
<section_content><![CDATA[<tr>
<td colspan='2' align='center' class='bg1'>
<div align='center' class='borderwrap'>
<table cellpadding='0' cellspacing='0' width='100%' class='darkrow3'>
<tr>
<td align="right" valign='top' width='20%'>
<!--SMILIE TABLE-->
</td>
<td valign="top" align='left'>
{$editor_html}
</td>
</tr>
</table>
</div>
</td>
</tr>]]></section_content>
<func_name>postbox_wrap</func_name>
<func_data><![CDATA[$editor_html=""]]></func_data>
</template>
<template>
<group_name>skin_msg</group_name>
<section_content><![CDATA[<div class="formsubtitle">{ipb.lang['prefs_new']}</div>
<p>{ipb.lang['prefs_text_b']}</p>]]></section_content>
<func_name>prefs_add_dirs</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_msg</group_name>
<section_content><![CDATA[<div class="formsubtitle" align="center"><input type="submit" value="{ipb.lang['prefs_submit']}" /></div>
</form>]]></section_content>
<func_name>prefs_footer</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_msg</group_name>
<section_content><![CDATA[<form action="{ipb.script_url}" method="post">
<input type="hidden" name="act" value="Msg" />
<input type="hidden" name="CODE" value="08" />
<div class="formsubtitle">{ipb.lang['prefs_current']}</div>
<p>{ipb.lang['prefs_text_a']}</p>]]></section_content>
<func_name>prefs_header</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_msg</group_name>
<section_content><![CDATA[<p><input type="text" name="{$data[ID]}" value="{$data[REAL]}" />{$data[EXTRA]}</p>]]></section_content>
<func_name>prefs_row</func_name>
<func_data><![CDATA[$data=""]]></func_data>
</template>
<template>
<group_name>skin_msg</group_name>
<section_content><![CDATA[<div class="formsubtitle">{ipb.lang['pm_preview']}</div>
<p>$data</p>]]></section_content>
<func_name>preview</func_name>
<func_data><![CDATA[$data=""]]></func_data>
</template>
<template>
<group_name>skin_msg</group_name>
<section_content><![CDATA[<tr>
<td class="row1" valign="middle"><a href="{ipb.script_url}act=Profile&CODE=03&MID={$entry['contact_id']}"><b>{$entry['contact_name']}</b></a> [ {$entry['contact_desc']} ]</td>
<td class="row1" valign="middle">[ <a href="{ipb.script_url}act=Msg&CODE=11&MID={$entry['contact_id']}">{ipb.lang['edit']}</a> ] :: [ <a href="{ipb.script_url}act=Msg&CODE=10&MID={$entry['contact_id']}">{ipb.lang['delete']}</a> ] ( {$entry['text']} )</td>
</tr>]]></section_content>
<func_name>render_address_row</func_name>
<func_data><![CDATA[$entry=""]]></func_data>
</template>
<template>
<group_name>skin_mod</group_name>
<section_content><![CDATA[<div class="formsubtitle">$words</div>]]></section_content>
<func_name>mod_exp</func_name>
<func_data><![CDATA[$words=""]]></func_data>
</template>
<template>
<group_name>skin_mod</group_name>
<section_content><![CDATA[</table>
</div>]]></section_content>
<func_name>mod_log_end</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_mod</group_name>
<section_content><![CDATA[<tr>
<td class="pformright" colspan="3" align="center"><i>{ipb.lang['ml_none']}</i></td>
</tr>]]></section_content>
<func_name>mod_log_none</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_mod</group_name>
<section_content><![CDATA[<tr>
<td class="pformright">{$data['member']}</td>
<td class="pformright">{$data['action']}</td>
<td class="pformright">{$data['date']}</td>
</tr>]]></section_content>
<func_name>mod_log_row</func_name>
<func_data><![CDATA[$data=""]]></func_data>
</template>
<template>
<group_name>skin_mod</group_name>
<section_content><![CDATA[<br />
<div class="borderwrap">
<div class="maintitle">{ipb.lang['ml_title']}</div>
<table class='ipbtable' cellspacing="1">
<tr>
<td class="formsubtitle" width="30%"><b>{ipb.lang['ml_name']}</b></td>
<td class="formsubtitle" width="50%"><b>{ipb.lang['ml_desc']}</b></td>
<td class="formsubtitle" width="20%"><b>{ipb.lang['ml_date']}</b></td>
</tr>]]></section_content>
<func_name>mod_log_start</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_mod</group_name>
<section_content><![CDATA[<div class="borderwrap">
<div class="maintitle">$title</div>
<div class="tablepad">
$msg
<br /><br />
<div align="center"><a href="#" onclick="window.close();">{ipb.lang['cpp_close']}</a></div>
</div>
</div>]]></section_content>
<func_name>mod_simple_page</func_name>
<func_data><![CDATA[$title="",$msg=""]]></func_data>
</template>
<template>
<group_name>skin_mod</group_name>
<section_content><![CDATA[</table>
<div align="center" class="tablepad"><b>{ipb.lang['cp_tmove_to']}</b> <select name="df">$jump_html</select></div>
<div align="center" class="formsubtitle"><input type="submit" class='button' value="{ipb.lang['cp_tmove_end']}" /></div>
</div>
</form>]]></section_content>
<func_name>move_checked_form_end</func_name>
<func_data><![CDATA[$jump_html=""]]></func_data>
</template>
<template>
<group_name>skin_mod</group_name>
<section_content><![CDATA[<tr>
<td class="row1" width="40%" align="right"><input type="checkbox" name="TID_$tid" value="1" checked="checked" /></td>
<td class="row1" width="60%"><b>$title</b></td>
</tr>]]></section_content>
<func_name>move_checked_form_entry</func_name>
<func_data><![CDATA[$tid="",$title=""]]></func_data>
</template>
<template>
<group_name>skin_mod</group_name>
<section_content><![CDATA[<div class="borderwrap">
<div class="maintitle">{ipb.lang['cp_tmove_start']} $forum_name</div>
<table class='ipbtable' cellspacing="0">]]></section_content>
<func_name>move_checked_form_start</func_name>
<func_data><![CDATA[$forum_name=""]]></func_data>
</template>
<template>
<group_name>skin_mod</group_name>
<section_content><![CDATA[<table class='ipbtable' cellspacing="1">
<tr>
<td class="pformleftw"><b>{ipb.lang[move_from]} <b>$forum_name</b> {ipb.lang[to]}</b></td>
<td class="pformright"><select name="move_id">$jhtml</select></td>
</tr>
<tr>
<td class="pformleftw"><b>{ipb.lang['leave_link']}</b></td>
<td class="pformright"><select name="leave"><option value="y" selected="selected">{ipb.lang['yes']}</option><option value="n">{ipb.lang['no']}</option></select></td>
</tr>
</table>]]></section_content>
<func_name>move_form</func_name>
<func_data><![CDATA[$jhtml="",$forum_name=""]]></func_data>
</template>
<template>
<group_name>skin_mod</group_name>
<section_content><![CDATA[<table class='ipbtable' cellspacing="1">
<tr>
<td class="row2" width="40%"><b>{ipb.lang['cmp_topic']}</b><div class="desc">{ipb.lang['cmp_topic2']}</div></td>
<td class="row2" width="60%"><input type="text" size="50" name="topic_url" value="" /></td>
</tr>
</table>
</div>
<br />
<div class="borderwrap">
<div class="maintitle">{ipb.lang['st_post']}</div>]]></section_content>
<func_name>move_post_body</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_mod</group_name>
<section_content><![CDATA[<script type="text/javascript" src='jscripts/ipb_xhr_findnames.js'></script>
<div id='ipb-get-members' style='border:1px solid #000; background:#FFF; padding:2px;position:absolute;width:210px;display:none;z-index:1'></div>
<div class="borderwrap" style='text-align:left'>
<if="confirm_data['show'] == 1">
<div class="maintitle">
<div>{ipb.lang['mpt_confirm']}</div>
</div>
<div class="formsubtitle">{ipb.lang['cp_check_result']}</div>
<table class='ipbtable' cellspacing="0">
<tr>
<td class="pformleftw"><b>{ipb.lang['cp_total_topics']}</b></td>
<td class="pformright">{$confirm_data['tcount']}</td>
</tr>
<tr>
<td class="pformleftw"><span>{ipb.lang['cp_total_match']}</span></td>
<td class="pformright"><span>{$confirm_data['count']}</span></td>
</tr>
</table>
<form action="{ipb.script_url}{$confirm_data['link']}" method="post">
<input type="hidden" name="auth_key" value="$auth_key" />
<div class="formsubtitle" align="center"><input type="submit" class='button' value="{$confirm_data['link_text']}" /></div>
</form>
</div>
</if>
<if="complete_html != ''">
{$complete_html}
</if>
<div class="maintitle">{ipb.lang['cp_prune']} {$forum['name']}</div>
<div class="formsubtitle">{ipb.lang['mpt_help']}</div>
<div class="tablepad">{ipb.lang['cp_prune_text']}</div>
<form name="ibform" id='postingform' action="{ipb.script_url}" method="POST">
<input type="hidden" name="s" value="{ipb.session_id}" />
<input type="hidden" name="act" value="mod" />
<input type="hidden" name="CODE" value="prune_start" />
<input type="hidden" name="f" value="{$forum['id']}" />
<input type="hidden" name="auth_key" value="$auth_key" />
<input type="hidden" name="check" value="1" />
<div class="formsubtitle">{ipb.lang['mpt_title']}</div>
<div class="tablepad">
<fieldset>
<legend><strong>{ipb.lang['cp_action']}</strong></legend>
<table class='ipbtable' cellspacing="0" cellpadding='4'>
<tr>
<td>{ipb.lang['cp_prune_action2']}</td>
<td><select name="df">$forums_html</select></td>
</tr>
<tr>
<td width='35%'>{ipb.lang['cp_per_go']}</td>
<td width='65%'><input type="text" size="5" name="pergo" value="{ipb.input['pergo']}" /></td>
</tr>
</table>
</fieldset>
<br />
<fieldset>
<legend><strong>{ipb.lang['cp_prune_days']}</strong></legend>
<table class='ipbtable' cellspacing="0" cellpadding='4'>
<tr>
<td>{ipb.lang['cp_prune_member']}</td>
<td><input type="text" size="30" name="member" id='entered_name' autocomplete='off' style='width:210px' value="{ipb.input['member']}" /></td>
</tr>
<tr>
<td width='35%'>{ipb.lang['cp_prune_days2']}</td>
<td width='65%'><input type="text" size="5" name="dateline" value="{ipb.input['dateline']}" /></td>
</tr>
<tr>
<td>{ipb.lang['cp_prune_replies']}</td>
<td><input type="text" size="5" name="posts" value="{ipb.input['posts']}" /></td>
</tr>
<tr>
<td>{ipb.lang['cp_prune_type']}</td>
<td>$select</td>
</tr>
<tr>
<td>{ipb.lang['mps_ignorepin']}</td>
<td><input type="checkbox" id="cbox" name="ignore_pin" value="1" checked="checked" class="checkbox" /></td>
</tr>
</table>
<div class='desc' align='center'>{ipb.lang['cp_optional']}</div>
</fieldset>
</div>
<div class="formsubtitle" align="center"><input type="submit" value="{ipb.lang['cp_prune_sub1']}" class="button" /></div>
</div>
</form>
<script type="text/javascript">
// INIT find names
init_js( 'postingform', 'entered_name');
// Run main loop
setTimeout( 'main_loop()', 10 );
</script>]]></section_content>
<func_name>prune_splash</func_name>
<func_data><![CDATA[$forum="",$forums_html="",$select="",$auth_key="",$confirm_data="",$complete_html=""]]></func_data>
</template>
<template>
<group_name>skin_msg</group_name>
<section_content><![CDATA[<div class="formsubtitle">{$post['mt_title']}</div>
<div align="right" style='padding:2px;'>[ <a href="{ipb.script_url}CODE=04&act=Msg&MSID={$post['mt_id']}&MID={$author['id']}&fwd=1">{ipb.lang['vm_forward_pm']}</a> | <a href="{ipb.script_url}CODE=04&act=Msg&MID={$author['id']}&MSID={$post['mt_id']}">{ipb.lang['pm_reply_link']}</a> ]</div>
<div class="borderwrapm">
<div class="subtitle">{ipb.lang['m_pmessage']}</div>
<table class='ipbtable' cellspacing="1">
<tr>
<td valign="middle" class="row2"><span class="normalname"><a href="{ipb.script_url}showuser={$author['id']}">{$author['members_display_name']}</a></span></td>
<td class="row2" valign="top">
<!-- POSTED DATE DIV -->
<div class="row2" style='float:left'>
{$data[POST]['post_icon']}<span class="postdetails"><b>{$post['mt_title']}</b>, {$post['msg_date']}</span>
</div>
<!-- DELETE DIV -->
<div align="right"><a href="{ipb.script_url}CODE=05&act=Msg&MSID={$post['mt_id']}&VID={$author['VID']}"><{P_DELETE}></a> <a href="{ipb.script_url}CODE=04&act=Msg&MID={$author['id']}&MSID={$post['mt_id']}"><{P_QUOTE}></a></div>
</td>
</tr>
<tr>
<td valign="top" class="post1">
<span class="postdetails">
{$author['avatar']}<br /><br />
{$author['title']}<br />
{$author['member_rank_img']}<br /><br />
{$author['member_group']}<br />
{$author['member_posts']}<br />
{$author['member_number']}<br />
{$author['member_joined']}<br /><br />
{$author['warn_text']} {$author['warn_minus']}{$author['warn_img']}{$author['warn_add']}
</span>
<br />
<!--$ author[field_1]-->
<img src="{ipb.vars['img_url']}/spacer.gif" alt="" width="160" height="1" /><br />
</td>
<td width="100%" valign="top" class="post1">
{$post['show_cc_users']}
<div class="postcolor">{$post['msg_post']} <!--IBF.ATTACHMENT_{$post['msg_id']}--></div>
{$author['signature']}
</td>
</tr>
<tr>
<td class="darkrow3">[ <a href="{ipb.script_url}CODE=02&act=Msg&MID={$author['id']}">{ipb.lang['add_to_book']}</a> ]</td>
<td class="darkrow3" nowrap="nowrap">
<!-- EMAIL / WWW / MSGR -->
<div class="darkrow3" style='float:left'>
{$author['addresscard']}{$author['message_icon']}{$author['email_icon']}{$author['website_icon']}{$author['icq_icon']}{$author['aol_icon']}{$author['yahoo_icon']}{$author['msn_icon']}
</div>
<!-- UP -->
<div align="right">
<if="post['_ip_address'] != ''">
{ipb.lang['msg_ip_address']} {$post['_ip_address']}
</if>
</div>
</td>
</tr>
</table>
</div>
<div style='padding:4px;float:left'>
<form action="{ipb.script_url}" name="jump" method="post">
<input type="hidden" name="act" value="Msg" />
<input type="hidden" name="CODE" value="01" />
{ipb.lang['goto_folder']}: {$jump}
<input type="submit" name="submit" value="{ipb.lang[goto_submit]}" />
</form>
</div>
<div align="right" style='padding:4px'>[ <a href="{ipb.script_url}CODE=04&act=Msg&MSID={$post['mt_id']}&MID={$author['id']}&fwd=1">{ipb.lang['vm_forward_pm']}</a> | <a href="{ipb.script_url}CODE=04&act=Msg&MID={$author['id']}&MSID={$post['mt_id']}">{ipb.lang['pm_reply_link']}</a> ]</div>
<br />]]></section_content>
<func_name>Render_msg</func_name>
<func_data><![CDATA[$post="",$author="",$jump=""]]></func_data>
</template>
<template>
<group_name>skin_msg</group_name>
<section_content><![CDATA[<tr>
<td class="row1"><b>$real</b></td>
<td class="row1" align="center">$cnt</td>
<td class="row1" align="center"><input type="checkbox" class="checkbox" name="its_$id" value="1" /></td>
</tr>]]></section_content>
<func_name>empty_folder_row</func_name>
<func_data><![CDATA[$real="",$id="",$cnt=""]]></func_data>
</template>
<template>
<group_name>skin_msg</group_name>
<section_content><![CDATA[<tr>
<td class="row1" colspan="3" align="center"><input type="checkbox" class="checkbox" name="save_unread" value="1" checked="checked" /> <b>{ipb.lang['fd_save_unread']}</b></td>
</tr>]]></section_content>
<func_name>empty_folder_save_unread</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_msg</group_name>
<section_content><![CDATA[</table>
</div>
<br />]]></section_content>
<func_name>end_address_table</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_msg</group_name>
<section_content><![CDATA[<tr>
<td align="right" colspan="5" class="formbuttonrow">
<input type="submit" name="move" value="{ipb.lang['move_button']}" /> $vdi_html {ipb.lang['move_or_delete']} <input type="submit" name="delete" value="{ipb.lang['delete_button']}" /> {ipb.lang['selected_msg']}
</td>
</tr>
</table>
</div>
</form>
<div style="padding: 5px;">
<div class="wrapmini"><{M_READ}> {ipb.lang['icon_read']}<br /><{M_UNREAD}> {ipb.lang['icon_unread']}</div>
<div align="right">$pages<br /><i>$amount_info</i></div>
</div>]]></section_content>
<func_name>end_inbox</func_name>
<func_data><![CDATA[$vdi_html="",$amount_info="",$pages=""]]></func_data>
</template>
<template>
<group_name>skin_msg</group_name>
<section_content><![CDATA[<tr id="{$msg['mt_id']}">
<td align="center" valign="middle" class="row1">{$msg['icon']}</td>
<td class="row1">{$msg['attach_img']} <a href="{ipb.script_url}act=Msg&CODE=03&VID={$msg['mt_vid_folder']}&MSID={$msg['mt_id']}">{$msg['mt_title']}</a></td>
<td class="row1"><a href="{ipb.script_url}showuser={$msg['from_id']}">{$msg['from_name']}</a> {$msg['add_to_contacts']}</td>
<td class="row1">{$msg['date']}</td>
<td align="center" class="row2"><input type="hidden" name="{$msg['mt_id']}" value="{$msg['mt_read']}" /><input type="checkbox" name="msgid_{$msg['mt_id']}" value="yes" onclick="cca(this);" /></td>
</tr>]]></section_content>
<func_name>inbox_row</func_name>
<func_data><![CDATA[$msg=""]]></func_data>
</template>
<template>
<group_name>skin_msg</group_name>
<section_content><![CDATA[<!-- inbox folder -->
<div class="formsubtitle">$dirname</div>
<table class='ipbtable' cellspacing="0">
<tr>
<td valign="middle">
<!-- LEFT -->
<table class='ipbtable' cellspacing="1" style="width:250px" class="inbox">
<tr>
<td class="row1" colspan="3">{$info['full_messenger']}</td>
</tr>
<tr>
<td valign="middle" class="row1" colspan="3"><{BAR_LEFT}><img src="{ipb.vars['img_url']}/bar.gif" width="{$info['img_width']}" height="11" align="middle" alt="" /><{BAR_RIGHT}></td>
</tr>
<tr>
<td class="row1" width="33%" valign="middle">0%</td>
<td class="row1" width="33%" align="center" valign="middle">50%</td>
<td class="row1" width="33%" align="right" valign="middle">100%</td>
</tr>
</table>
</td>
<!-- RIGHT -->
<td align="right" valign="bottom">
$pages<br /><br />
<a href="javascript:select_read()">{ipb.lang['pmpc_mark_read']}</a> :: <a href="javascript:unselect_all()">{ipb.lang['pmpc_unmark_all']}</a><br /><br />
<form action="{ipb.script_url}CODE=01&act=Msg" name="jump" method="post">
<b>{ipb.lang['goto_folder']}: </b> $vdi_html
<input type="submit" name="submit" value="{ipb.lang['goto_submit']}" />
</form>
</td>
</tr>
</table>
<!-- INBOX TABLE -->
<form action="{ipb.script_url}CODE=06&act=Msg" name="mutliact" method="post">
<input type="hidden" name="curvid" value="$curvid" />
<div class="borderwrapm">
<table class='ipbtable' cellspacing="1">
<tr>
<th width="5%"> </th>
<th width="35%"><a href="{ipb.script_url}act=Msg&CODE=01&VID={$info['vid']}&sort=title&st={ipb.input['st']}"><b>{ipb.lang['message_title']}</b></a></th>
<th width="30%"><a href="{ipb.script_url}act=Msg&CODE=01&VID={$info['vid']}&sort=name&st={ipb.input['st']}"><b>{ipb.lang['message_from']}</b></a></th>
<th width="25%"><a href="{ipb.script_url}act=Msg&CODE=01&VID={$info['vid']}&sort={$info['date_order']}&st={ipb.input['st']}"><b>{ipb.lang['message_date']}</b></a></th>
<th align="center" width="5%" style='padding:1px;'><input name="allbox" type="checkbox" value="Check All" onclick="InboxCheckAll();" /></th>
</tr>]]></section_content>
<func_name>inbox_table_header</func_name>
<func_data><![CDATA[$dirname="",$info="",$vdi_html="",$pages="",$curvid=""]]></func_data>
</template>
<template>
<group_name>skin_mod</group_name>
<section_content><![CDATA[<tr>
<td width="1%" align="center"><select name="attach_{$attach['attach_id']}" class="dropdown"><option value="keep">{ipb.lang['cm_keep']}</option><option value="delete">{ipb.lang['cm_delete']}</option></select></td>
<td width="1%"><img src="{ipb.vars['mime_img']}/{$attach['image']}" alt="" /></td>
<td width="15%" nowrap="nowrap">{$attach['size']}</td>
<td width="95%"><a href="{ipb.script_url}act=Attach&type=post&id={$attach['attach_id']}" target="_blank"><b>{$attach['attach_file']}</b></a> #{$attach['attach_pid']}</td>
</tr>]]></section_content>
<func_name>uploadbox_entry</func_name>
<func_data><![CDATA[$attach=""]]></func_data>
</template>
<template>
<group_name>skin_mod</group_name>
<section_content><![CDATA[<div class="borderwrap">
<div class="formsubtitle">{ipb.lang['errors_found']}</div>
<div class="tablepad"><span class="postcolor">$data</span></div>
</div>
<br />]]></section_content>
<func_name>warn_errors</func_name>
<func_data><![CDATA[$data=""]]></func_data>
</template>
<template>
<group_name>skin_mod</group_name>
<section_content><![CDATA[<tr>
<td class="pformleftw" valign="top"><b>{ipb.lang['w_reason']}</b><br />{ipb.lang['w_reason2']}</td>
<td class="pformright"><textarea rows="6" cols="70" class="textinput" name="reason">{ipb.input['reason']}</textarea></td>
</tr>
<tr>
<td class="pformleftw"><b>{ipb.lang['w_c_subj']}</b></td>
<td class="pformright"><input type="input" name="subject" value="{ipb.input['subject']}" size="30" /></td>
</tr>
<tr>
<td class="pformleftw" valign="top"><b>{ipb.lang['w_contact']}</b><br />{ipb.lang['w_contact2']}</td>
<td class="pformright">
{ipb.lang['w_c']}
<select name="contactmethod">
<if="no_pm != 1">
<option value="pm">{ipb.lang['w_c_p']}</option>
</if>
<option value="email">{ipb.lang['w_c_e']}</option>
</select>
<br />
<textarea rows="6" cols="70" class="textinput" name="contact">{ipb.input['contact']}</textarea>
</td>
</tr>
</table>
<div align="center" class="formsubtitle"><input type="submit" class='button' value="{ipb.lang['w_submit']}" /></div>
</div>
</form>]]></section_content>
<func_name>warn_footer</func_name>
<func_data><![CDATA[$no_pm=""]]></func_data>
</template>
<template>
<group_name>skin_mod</group_name>
<section_content><![CDATA[<div class="row2">{ipb.lang['st_explain']}</div>
<table class='ipbtable' cellspacing="1">
<tr>
<td class="row1"><b>{ipb.lang['mt_new_title']}</b></td>
<td class="row2"><input type="text" size="40" maxlength="100" name="title" value="" /></td>
</tr>
<tr>
<td class="row1"><b>{ipb.lang['mt_new_desc']}</b></td>
<td class="row2"><input type="text" size="40" maxlength="100" name="desc" value="" /></td>
</tr>
<tr>
<td class="row1"><b>{ipb.lang['st_forum']}</b></td>
<td class="row2"><select name="fid">$jump</select></td>
</tr>
</table>
</div>
<br />
<div class="borderwrap">
<div class="maintitle">{ipb.lang['st_post']}</div>]]></section_content>
<func_name>split_body</func_name>
<func_data><![CDATA[$jump=""]]></func_data>
</template>
<template>
<group_name>skin_mod</group_name>
<section_content><![CDATA[<div class="formsubtitle" align="center">
<input type="submit" name="submit" class='button' value="$action" />
</div>
</div>
</form>]]></section_content>
<func_name>split_end_form</func_name>
<func_data><![CDATA[$action=""]]></func_data>
</template>
<template>
<group_name>skin_mod</group_name>
<section_content><![CDATA[<div class="formsubtitle">{$row['st_top_bit']}</div>
<div class="tablepad">
{$row['post']}
<div align="right"><b>{ipb.lang['st_split']}</b> <input type="checkbox" name="post_{$row['pid']}" value="1" checked="checked" /></div>
</div>]]></section_content>
<func_name>split_row</func_name>
<func_data><![CDATA[$row=""]]></func_data>
</template>
<template>
<group_name>skin_mod</group_name>
<section_content><![CDATA[<div class="borderwrap">
<div class="maintitle">$posting_title</div>]]></section_content>
<func_name>table_top</func_name>
<func_data><![CDATA[$posting_title=""]]></func_data>
</template>
<template>
<group_name>skin_mod</group_name>
<section_content><![CDATA[<div class="borderwrap">
<div class="maintitle">{ipb.lang['th_title']}</div>
<table class='ipbtable' cellspacing="1">
<tr>
<td class="pformleftw"><b>{ipb.lang['th_topic']}</b></td>
<td class="pformright">{$data['th_topic']}</td>
</tr>
<tr>
<td class="pformleftw"><b>{ipb.lang['th_desc']}</b></td>
<td class="pformright">{$data['th_desc']} </td>
</tr>
<tr>
<td class="pformleftw"><b>{ipb.lang['th_start_date']}</b></td>
<td class="pformright">{$data['th_start_date']}</td>
</tr>
<tr>
<td class="pformleftw"><b>{ipb.lang['th_start_name']}</b></td>
<td class="pformright">{$data['th_start_name']}</td>
</tr>
<tr>
<td class="pformleftw"><b>{ipb.lang['th_last_date']}</b></td>
<td class="pformright">{$data['th_last_date']}</td>
</tr>
<tr>
<td class="pformleftw"><b>{ipb.lang['th_last_name']}</b></td>
<td class="pformright">{$data['th_last_name']}</td>
</tr>
<tr>
<td class="pformleftw"><b>{ipb.lang['th_avg_post']}</b></td>
<td class="pformright">{$data['th_avg_post']}</td>
</tr>
</table>
</div>]]></section_content>
<func_name>topic_history</func_name>
<func_data><![CDATA[$data=""]]></func_data>
</template>
<template>
<group_name>skin_mod</group_name>
<section_content><![CDATA[<table class='ipbtable' cellspacing="1">
<tr>
<td class="pformleftw"><b>{ipb.lang[edit_f_title]}</b></td>
<td class="pformright"><input type="text" size="40" maxlength="50" name="TopicTitle" value="$title" /></td>
</tr>
<tr>
<td class="pformleftw"><b>{ipb.lang[edit_f_desc]}</b></td>
<td class="pformright"><input type="text" size="40" maxlength="40" name="TopicDesc" value="$desc" /></td>
</tr>
</table>]]></section_content>
<func_name>topictitle_fields</func_name>
<func_data><![CDATA[$title="",$desc=""]]></func_data>
</template>
<template>
<group_name>skin_mod</group_name>
<section_content><![CDATA[<tr>
<td class="pformleftw"><b>{ipb.lang['w_modq']}</b></td>
<td class="pformright">
<input type="checkbox" name="mod_indef" value="1" $mod_tick /> {ipb.lang['w_modq_i']}
<br />
<b>{ipb.lang['w_orfor']}</b>
<input type="input" name="mod_value" value="{$mod_array['timespan']}" size="5" />
<select name="mod_unit">
<option value="d" {$mod_array['days']}>{ipb.lang['w_day']}</option>
<option value="h" {$mod_array['hours']}>{ipb.lang['w_hour']}</option>
</select>
$mod_extra
</tr>]]></section_content>
<func_name>warn_mod_posts</func_name>
<func_data><![CDATA[$mod_tick="",$mod_array="",$mod_extra=""]]></func_data>
</template>
<template>
<group_name>skin_mod</group_name>
<section_content><![CDATA[<form action="{ipb.script_url}act=mod&CODE=postchoice&tact=merge&checked=1" method="post">
<input type="hidden" name="act" value="mod" />
<input type="hidden" name="selectedpids" value="{ipb.input['selectedpids']}" />
<input type="hidden" name="auth_key" value="{$auth_key}" />
<input type="hidden" name="t" value="{ipb.input['t']}" />
<input type="hidden" name="f" value="{ipb.input['f']}" />
<input type="hidden" name="st" value="{ipb.input['st']}" />
<div class="borderwrap">
<div class="maintitle">{ipb.lang['cm_title']}</div>
<table class='ipbtable' cellspacing="1">
<tr>
<td width="35%" class="row2"><b>{ipb.lang['cm_post']}</b></td>
<td width="65%" class="row2"><select name="postdate" class="dropdown">{$pid}</select></td>
</tr>
<tr>
<td class="row2"><b>{ipb.lang['cm_author']}</b></td>
<td class="row2"><select name="postauthor" class="dropdown">{$author}</select></td>
</tr>
<tr>
<td class="row2" valign="top"><b>{ipb.lang['cm_text']}</b></td>
<td class="row2"><textarea cols="70" rows="20" name="Post" class="textarea">$post</textarea></td>
</tr>
<if="upload != """>
<tr>
<td class="row2" valign="top"><b>{ipb.lang['cm_attach']}</b><div class="desc">{ipb.lang['cm_attach2']}</div></td>
<td class="row2">
<table class='ipbtable' cellspacing="1">
$upload
</table>
</td>
</tr>
</if>
</table>
<div class="formsubtitle" align="center"><input type="submit" class='button' value="{ipb.lang['cm_submit']}" /></div>
</div>
</form>]]></section_content>
<func_name>merge_post_form</func_name>
<func_data><![CDATA[$post="",$pid="",$author="",$auth_key="",$upload=""]]></func_data>
</template>
<template>
<group_name>skin_mod</group_name>
<section_content><![CDATA[<script language="JavaScript" type="text/javascript">
<!--
function ValidateForm() {
document.REPLIER.submit.disabled = true;
return true;
}
-->
</script>]]></section_content>
<func_name>delete_js</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_mod</group_name>
<section_content><![CDATA[<div class="borderwrap">
<div class="maintitle">{ipb.lang['cp_em_title']}: {$profile['members_display_name']}</div>
<table class='ipbtable' cellspacing="0">
<tr>
<td valign="top" width="50%">
<fieldset>
<legend><b>{ipb.lang['cp_em_sub_main']}</b></legend>
<table class='ipbtable' cellspacing="0">
<tr>
<td width="40%" class="row1">{ipb.lang['cp_remove_av']}</td>
<td width="60%" class="row1">
<select name="avatar">
<option value="0">{ipb.lang['no']}</option>
<option value="1">{ipb.lang['yes']}</option>
</select>
</td>
</tr>
<tr>
<td class="row1">{ipb.lang['cp_remove_photo']}</td>
<td class="row1">
<select name="photo">
<option value="0">{ipb.lang['no']}</option>
<option value="1">{ipb.lang['yes']}</option>
</select>
</td>
</tr>
<tr>
<td class="row1">{ipb.lang['cp_edit_website']}</td>
<td class="row1"><input type="text" size="35" name="website" value="{$profile['website']}" /></td>
</tr>
<tr>
<td class="row1">{ipb.lang['cp_edit_location']}</td>
<td class="row1"><input type="text" size="35" name="location" value="{$profile['location']}" /></td>
</tr>
<tr>
<td class="row1" valign="top">{ipb.lang['cp_edit_interests']}</td>
<td class="row1"><textarea cols="35" rows="3" name="interests">{$profile['interests']}</textarea></td>
</tr>
<tr>
<td class="row1" valign="top">{ipb.lang['cp_edit_signature']}</td>
<td class="row1"><textarea cols="35" rows="5" name="signature">{$profile['signature']}</textarea></td>
</tr>
</table>
</fieldset>
</td>
<td valign="top" width="50%">
<fieldset>
<legend><b>{ipb.lang['cp_em_sub_other']}</b></legend>
<table class='ipbtable' cellspacing="0">
<tr>
<td class="row1" width="40%">{ipb.lang['cp_em_yahoo']}</td>
<td class="row1" width="60%"><input type="text" size="35" name="yahoo" value="{$profile['yahoo']}" /></td>
</tr>
<tr>
<td class="row1">{ipb.lang['cp_em_aim']}</td>
<td class="row1"><input type="text" size="35" name="aim_name" value="{$profile['aim_name']}" /></td>
</tr>
<tr>
<td class="row1">{ipb.lang['cp_em_icq']}</td>
<td class="row1"><input type="text" size="35" name="icq_number" value="{$profile['icq_number']}" /></td>
</tr>
<tr>
<td class="row1">{ipb.lang['cp_em_msn']}</td>
<td class="row1"><input type="text" size="35" name="msnname" value="{$profile['msnname']}" /></td>
</tr>
<if="custom_fields != """>
$custom_fields
</if>
</table>
</fieldset>
</td>
</tr>
</table>
<div class="formsubtitle" align="center"><input type="submit" class='button' value="{ipb.lang['cp_em_submit']}" /></div>
</div>
</form>]]></section_content>
<func_name>edit_user_form</func_name>
<func_data><![CDATA[$profile="",$custom_fields=""]]></func_data>
</template>
<template>
<group_name>skin_mod</group_name>
<section_content><![CDATA[<br />
<div align="right">{$data}</div>
<br />]]></section_content>
<func_name>forum_jump</func_name>
<func_data><![CDATA[$data="",$menu_extra=""]]></func_data>
</template>
<template>
<group_name>skin_mod</group_name>
<section_content><![CDATA[<table class='ipbtable' cellspacing="1">
<tr>
<td class="pformleftw">{ipb.lang['mt_new_title']}</td>
<td class="pformright"><input type="text" size="40" maxlength="250" name="title" value="$title" /></td>
</tr>
<tr>
<td class="pformleftw">{ipb.lang['mt_new_desc']}</td>
<td class="pformright"><input type="text" size="40" maxlength="250" name="desc" value="$desc" /></td>
</tr>
<tr>
<td class="pformleftw">{ipb.lang['mt_tid']}</td>
<td class="pformright"><input type="text" size="40" name="topic_url" value="" /></td>
</tr>
</table>]]></section_content>
<func_name>merge_body</func_name>
<func_data><![CDATA[$title="",$desc=""]]></func_data>
</template>
<template>
<group_name>skin_mod</group_name>
<section_content><![CDATA[<input type="text" size="35" name="$name" value="$value" />]]></section_content>
<func_name>field_textinput</func_name>
<func_data><![CDATA[$name="",$value=""]]></func_data>
</template>
<template>
<group_name>skin_mod</group_name>
<section_content><![CDATA[<textarea cols="60" rows="5" wrap="soft" name="$name">$value</textarea>]]></section_content>
<func_name>field_textarea</func_name>
<func_data><![CDATA[$name="",$value=""]]></func_data>
</template>
<template>
<group_name>skin_mod</group_name>
<section_content><![CDATA[<div class="formsubtitle" align="center"><input type="submit" class='button' name="submit" value="$action" /></div>
</div>
</form>]]></section_content>
<func_name>end_form</func_name>
<func_data><![CDATA[$action=""]]></func_data>
</template>
<template>
<group_name>skin_mod</group_name>
<section_content><![CDATA[<select name="$name">$options</select>]]></section_content>
<func_name>field_dropdown</func_name>
<func_data><![CDATA[$name="",$options=""]]></func_data>
</template>
<template>
<group_name>skin_mod</group_name>
<section_content><![CDATA[<tr>
<td class="row1" valign="top"><b>$title</b><br />$desc</td>
<td class="row1">$content</td>
</tr>]]></section_content>
<func_name>field_entry</func_name>
<func_data><![CDATA[$title="",$desc="",$content=""]]></func_data>
</template>
<template>
<group_name>skin_post</group_name>
<section_content><![CDATA[<tr>
<td colspan='2' align='center' class='bg1'>
<div style='width:100%;' align='center' class='borderwrap'>
<table cellpadding='0' cellspacing='0' width='100%' class='darkrow3'>
<tr>
<td align="right" valign='top' width='20%'>
<strong>{ipb.lang['post_icon']}</strong>
<br /><span class='desc'>{ipb.lang['post_optional']}</span>
</td>
<td align="left" width='80%'>
<input type="radio" class="radiobutton" name="iconid" value="1" /> <img src="{ipb.vars['img_url']}/folder_post_icons/icon1.gif" align='middle' alt='' /> <input type="radio" class="radiobutton" name="iconid" value="2" /> <img src="{ipb.vars['img_url']}/folder_post_icons/icon2.gif" align='middle' alt='' /> <input type="radio" class="radiobutton" name="iconid" value="3" /> <img src="{ipb.vars['img_url']}/folder_post_icons/icon3.gif" align='middle' alt='' /> <input type="radio" class="radiobutton" name="iconid" value="4" /> <img src="{ipb.vars['img_url']}/folder_post_icons/icon4.gif" align='middle' alt='' /> <input type="radio" class="radiobutton" name="iconid" value="5" /> <img src="{ipb.vars['img_url']}/folder_post_icons/icon5.gif" align='middle' alt='' /> <input type="radio" class="radiobutton" name="iconid" value="6" /> <img src="{ipb.vars['img_url']}/folder_post_icons/icon6.gif" align='middle' alt='' /> <input type="radio" class="radiobutton" name="iconid" value="7" /> <img src="{ipb.vars['img_url']}/folder_post_icons/icon7.gif" align='middle' alt='' /><br />
<input type="radio" class="radiobutton" name="iconid" value="8" /> <img src="{ipb.vars['img_url']}/folder_post_icons/icon8.gif" align='middle' alt='' /> <input type="radio" class="radiobutton" name="iconid" value="9" /> <img src="{ipb.vars['img_url']}/folder_post_icons/icon9.gif" align='middle' alt='' /> <input type="radio" class="radiobutton" name="iconid" value="10" /> <img src="{ipb.vars['img_url']}/folder_post_icons/icon10.gif" align='middle' alt='' /> <input type="radio" class="radiobutton" name="iconid" value="11" /> <img src="{ipb.vars['img_url']}/folder_post_icons/icon11.gif" align='middle' alt='' /> <input type="radio" class="radiobutton" name="iconid" value="12" /> <img src="{ipb.vars['img_url']}/folder_post_icons/icon12.gif" align='middle' alt='' /> <input type="radio" class="radiobutton" name="iconid" value="13" /> <img src="{ipb.vars['img_url']}/folder_post_icons/icon13.gif" align='middle' alt='' /> <input type="radio" class="radiobutton" name="iconid" value="14" /> <img src="{ipb.vars['img_url']}/folder_post_icons/icon14.gif" align='middle' alt='' /><br />
<input type="radio" class="radiobutton" name="iconid" value="0" checked="checked" /> {ipb.lang['picons_none']}
</td>
</tr>
</table>
</div>
</td>
</tr>]]></section_content>
<func_name>PostIcons</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_calendar</group_name>
<section_content><![CDATA[<tr>
<td colspan='2' align='center' class='bg1'>
<div style='width:100%;' align='center' class='borderwrap'>
<table cellpadding='0' cellspacing='0' width='100%' class='darkrow3'>
<tr>
<td align="right" width='20%' valign='top'>
<strong>{ipb.lang['calendar_event_date']}</strong>
</td>
<td align="left" width='80%'>
<table class='ipbtable' cellspacing="0">
<tr>
<td width='20%' nowrap='nowrap'>
<strong>{ipb.lang['fv_single']}</strong>
</td>
<td>
<select name="e_day">
$days
</select>
<select name="e_month">
$months
</select>
<select name="e_year">
$years
</select>
</td>
</tr>
</table>
</td>
</tr>
</table>
</div>
</td>
</tr>]]></section_content>
<func_name>calendar_choose_date_single</func_name>
<func_data><![CDATA[$days="",$months="",$years=""]]></func_data>
</template>
<template>
<group_name>skin_calendar</group_name>
<section_content><![CDATA[</div>]]></section_content>
<func_name>cal_page_events_end</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_calendar</group_name>
<section_content><![CDATA[<script type="text/javascript">
//<!#^#|CDATA|
function calendar_event_delete(id, cal_id)
{
if (confirm('{ipb.lang['js_del_1']}'))
{
window.location.href = "{ipb.script_url}act=calendar&code=delete&md5check={$this->ipsclass->md5_check}&event_id=" + id + "&cal_id=" + cal_id;
}
else {
alert ('{ipb.lang['js_del_2']}');
}
}
//|#^#]>
</script>
<div class="borderwrap">
<div class="maintitle">{ipb.lang['cal_title_events']}</div>]]></section_content>
<func_name>cal_page_events_start</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_calendar</group_name>
<section_content><![CDATA[</tr>
<!-- NEW ROW-->
<tr>
<td class="formsubtitle">
<a href="{ipb.script_url}act=calendar&cal_id={ipb.input['_cal_id']}&code=showweek&week=$week">»</a>
</td>]]></section_content>
<func_name>cal_new_row</func_name>
<func_data><![CDATA[$week=""]]></func_data>
</template>
<template>
<group_name>skin_buddy</group_name>
<section_content><![CDATA[( <b><a href="javascript:redirect_to('$url', 0)">{ipb.lang['view_link']}</a></b> )]]></section_content>
<func_name>append_view</func_name>
<func_data><![CDATA[$url=""]]></func_data>
</template>
<template>
<group_name>skin_buddy</group_name>
<section_content><![CDATA[<script language='javascript' type="text/javascript">
<!--
function redirect_to(where, closewin)
{
opener.location= '{ipb.script_url}' + where;
if (closewin == 1)
{
self.close();
}
}
function check_form(helpform)
{
opener.name = "ibfmain";
if (helpform == 1) {
document.theForm2.target = 'ibfmain';
} else {
document.theForm.target = 'ibfmain';
}
return true;
}
function shrink()
{
window.resizeTo('200','75');
}
function expand()
{
window.resizeTo('200','450');
}
//-->
</script>]]></section_content>
<func_name>buddy_js</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_buddy</group_name>
<section_content><![CDATA[<div class="borderwrap">
<h3>{ipb.lang['page_title']}</h3>
<div class="formsubtitle">{ipb.lang['while_away']}</div>
<p>{$away_text}</p>
<div class="formsubtitle">{ipb.lang['show_me']}</div>
<p><a href="javascript:redirect_to('&act=Stats&CODE=leaders',0)">{ipb.lang['sm_forum_leaders']}</a><br /><a href="javascript:redirect_to('&act=Stats',0)">{ipb.lang['sm_today_posters']}</a><br /><a href="javascript:redirect_to('&act=Members&max_results=10&sort_key=posts&sort_order=desc',0)">{ipb.lang['sm_all_posters']}</a><br /><a href="javascript:redirect_to('&act=Search&CODE=lastten',0)">{ipb.lang['sm_my_last_posts']}</a></p>
<div class="formsubtitle" align="center">{ipb.lang['search_forums']}</div>
<div align="center">
<form action="{ipb.script_url}act=Search&CODE=01&forums=all&cat_forum=forum&joinname=1&search_in=posts&result_type=topics" method="post" name="theForm" onsubmit="return check_form();">
<input type="text" size="17" name="keywords" /> <input class="gobutton" type="image" src="{ipb.vars['img_url']}/login-button.gif" value="{ipb.lang['go']}" />
</form>
</div>
<div class="formsubtitle" align="center">{ipb.lang['search_help']}</div>
<div align="center">
<form action="{ipb.script_url}act=Help&CODE=02" method="post" name="theForm2" onsubmit="return check_form(1);">
<input type="text" size="17" name="search_q" /> <input class="gobutton" type="image" src="{ipb.vars['img_url']}/login-button.gif" value="{ipb.lang['go']}" />
</form>
</div>
<div><!--CLOSE.LINK--></div>
</div>]]></section_content>
<func_name>main</func_name>
<func_data><![CDATA[$away_text=""]]></func_data>
</template>
<template>
<group_name>skin_buddy</group_name>
<section_content><![CDATA[{ipb.lang['new_posts']}
<br />
{ipb.lang['my_replies']}]]></section_content>
<func_name>build_away_msg</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_buddy</group_name>
<section_content><![CDATA[<p><a href="javascript:window.location=window.location;">{ipb.lang['refresh']}</a> / <a href="javascript:self.close();">{ipb.lang['close_win']}</a></p>]]></section_content>
<func_name>closelink</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_buddy</group_name>
<section_content><![CDATA[<form action="{ipb.script_url}act=Login&CODE=01&CookieDate=1&buddy=1" method="post" name="theForm" onSubmit="return check_form();">
<div class="borderwrap">
<h3>{ipb.lang['page_title']}</h3>
<div class="formsubtitle" align="center">{ipb.lang['log_in_needed']}</div>
<p>{ipb.lang['no_guests']}</p>
<div class="formsubtitle" align="center">{ipb.lang['log_in']}</div>
<div class="fieldwrap">
<h4>{ipb.lang['lin_name']}</h4>
<input type="text" name="UserName" />
<h4>{ipb.lang['lin_pass']}</h4>
<input type="password" name="PassWord" />
<input type="submit" value="{ipb.lang['log_in']}" class="button" />
</div>
<p>{ipb.lang['reg_text']}<br /><a href="javascript:redirect_to('&act=Reg', 1);">{ipb.lang['reg_link']}</a></p>
<div align="center"><!--CLOSE.LINK--></div>
</div>
</form>]]></section_content>
<func_name>login</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_boards</group_name>
<section_content><![CDATA[<a href="{ipb.script_url}showtopic=$tid&view=getlastpost" title="{ipb.lang['tt_golast']}"><{LAST_POST}></a>]]></section_content>
<func_name>forumrow_lastunread_link</func_name>
<func_data><![CDATA[$fid="",$tid=""]]></func_data>
</template>
<template>
<group_name>skin_boards</group_name>
<section_content><![CDATA[<br /><b>{ipb.vars['board_name']} {ipb.lang['newslink']}</b> <i><a href="{ipb.script_url}showtopic=$tid">$title</a></i>]]></section_content>
<func_name>newslink</func_name>
<func_data><![CDATA[$fid="",$title="",$tid=""]]></func_data>
</template>
<template>
<group_name>skin_boards</group_name>
<section_content><![CDATA[<script type="text/javascript">
//<!#^#|CDATA|
// Set up img vars
var img_markers = {
'bc_new.gif' : 'bc_nonew.gif',
'bf_new.gif' : 'bf_nonew.gif',
'br_new.gif' : 'br_nonew.gif'
};
var regex_markers = 'bc_new.gif|bf_new.gif|br_new.gif';
//|#^#]>
</script>
<script type="text/javascript" src="jscripts/ipb_board.js"></script>
<table cellspacing="0" class="newslink">
<tr>
<td><b>{ipb.lang['welcome_back_text']}: <span>$lastvisit</span></b><!-- IBF.NEWSLINK --></td>
<td align="right" valign="middle">
<if="ipb.member['id'] == 0">
<form action="{ipb.script_url}act=Login&CODE=01&CookieDate=1" method="post">
<input type="text" size="20" name="UserName" onfocus="this.value=''" value="{ipb.lang['qli_name']}" />
<input type="password" size="20" name="PassWord" onfocus="this.value=''" value="ibfrules" />
<input class="button" type="image" src="{ipb.vars['img_url']}/login-button.gif" />
</form>
</if>
<else>
<form action="{ipb.script_url}act=Search&CODE=01&forums=all" method="post">
<input type="text" size="30" name="keywords" onfocus="this.value=''" value="{ipb.lang['enter_search_words']}" />
<input class="button" type="image" src="{ipb.vars['img_url']}/login-button.gif" />
</form>
</else>
</td>
</tr>
</table>
<br />]]></section_content>
<func_name>PageTop</func_name>
<func_data><![CDATA[$lastvisit=""]]></func_data>
</template>
<template>
<group_name>skin_boards</group_name>
<section_content><![CDATA[<tr>
<td align="center" class="row2" width="1%">{$data['img_new_post']}</td>
<td class="row2">{$data['_queued_img']}<b><a href="{ipb.script_url}showforum={$data['id']}">{$data['name']}</a></b><br /><span class="forumdesc">{$data['description']}{$data['show_subforums']}<br /><i>{$data['moderator']}</i></span>{$data['_queued_info']}</td>
<td align="center" class="row1">{$data['topics']}</td>
<td align="center" class="row1">{$data['posts']}</td>
<td class="row1" nowrap="nowrap">{$data['last_unread']} <span>{$data['last_post']}<br /><b>{ipb.lang['in']}:</b> {$data['last_topic']}<br /><b>{ipb.lang['by']}:</b> {$data['last_poster']}</span></td>
</tr>]]></section_content>
<func_name>ForumRow</func_name>
<func_data><![CDATA[$data=""]]></func_data>
</template>
<template>
<group_name>skin_boards</group_name>
<section_content><![CDATA[<b>{ipb.lang['oul_show_more']}</b> <a href="{ipb.script_url}act=Online&CODE=listall&sort_key=click">{ipb.lang['oul_click']}</a>, <a href="{ipb.script_url}act=Online&CODE=listall&sort_key=name&sort_order=asc&show_mem=reg">{ipb.lang['oul_name']}</a>]]></section_content>
<func_name>active_user_links</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_boards</group_name>
<section_content><![CDATA[<tr>
<td class="formsubtitle" colspan="2">{$active[TOTAL]} {ipb.lang['active_users']}</td>
</tr>
<tr>
<td class="row1" width="1%"><{F_ACTIVE}></td>
<td class="row2">
<b>{$active[GUESTS]}</b> {ipb.lang['guests']}, <b>{$active[MEMBERS]}</b> {ipb.lang['public_members']} <b>{$active[ANON]}</b> {ipb.lang['anon_members']}
<div class="thin">{$active[NAMES]}</div>
{$active['links']}
</td>
</tr>
<!--IBF.WHOSCHATTING-->]]></section_content>
<func_name>ActiveUsers</func_name>
<func_data><![CDATA[$active=""]]></func_data>
</template>
<template>
<group_name>skin_boards</group_name>
<section_content><![CDATA[<tr>
<td class="formsubtitle" colspan="2">{ipb.lang['birthday_header']}</td>
</tr>
<tr>
<td class="row1" width="1%"><{F_CALEN}></td>
<td class="row2"><b>$total</b> $birth_lang<br />$birthusers</td>
</tr>]]></section_content>
<func_name>birthdays</func_name>
<func_data><![CDATA[$birthusers="",$total="",$birth_lang=""]]></func_data>
</template>
<template>
<group_name>skin_boards</group_name>
<section_content><![CDATA[<!-- no content -->]]></section_content>
<func_name>bottom_links</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_subscriptions</group_name>
<section_content><![CDATA[</table>
</div>]]></section_content>
<func_name>sub_choose_current_bottom</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_subscriptions</group_name>
<section_content><![CDATA[<tr>
<td class="row3" align="center">$id</td>
<td class="row3"><b>$name</b></td>
<td class="row3" align="center">$start</td>
<td class="row3" align="center">$end</td>
<td class="row3" align="center">{$paid}</td>
<td class="row3" align="center">$state</td>
</tr>]]></section_content>
<func_name>sub_choose_current_row</func_name>
<func_data><![CDATA[$id="",$name="",$start="",$end="",$paid="",$state=""]]></func_data>
</template>
<template>
<group_name>skin_subscriptions</group_name>
<section_content><![CDATA[<div class="formsubtitle">{$data['lang_title']}</div>
<p>
{$data['lang_explain']}
<br /><br />
{$data['lang_desc']}
<br /><br />
<b>{$data['lang_extra']}</b>
</p>
<form action="{$data['formaction']}" method="post">
{$data['formfields']}
<br />
<br />
<div>{$data['button']}</div>
</form>]]></section_content>
<func_name>do_generic_payscreen_with_button</func_name>
<func_data>$data=array()</func_data>
</template>
<template>
<group_name>skin_subscriptions</group_name>
<section_content><![CDATA[<script type="text/javascript">
<!--
function pop_ticket(){
window.open('{$this->ipsclass->js_base_url}act=paysubs&type=manual&CODE=custom&mode=ticket&tickid=0&upgrade=0&sid=$new_sub_id¤cy=$ccode','TICKET','width=250,height=350,resizable=yes,scrollbars=yes,toolbar=yes');
}
-->
</script>
<div class="formsubtitle">{ipb.lang['sc_complete']}</div>
<p>
$desc_string<br /><br />
{ipb.lang['post_manual']}<br /><br />
{ipb.lang['post_manual_more']}
</p>
<br /><br />
<div>
<input type="button" value="{ipb.lang['gw_manual']}" onclick="pop_ticket()" />
</div>]]></section_content>
<func_name>do_manual_normal_screen</func_name>
<func_data><![CDATA[$new_sub_id="",$desc_string="",$ccode=""]]></func_data>
</template>
<template>
<group_name>skin_subscriptions</group_name>
<section_content><![CDATA[<script type="text/javascript">
<!--
function pop_ticket(){
window.open('{$this->ipsclass->js_base_url}act=paysubs&type=manual&CODE=custom&mode=ticket&tickid={$cur_id}&upgrade=1&sid=$new_sub_id¤cy=$ccode','TICKET','width=250,height=350,resizable=yes,scrollbars=yes,toolbar=yes');
}
-->
</script>
<div class="formsubtitle">{ipb.lang['sc_upgrade_title']}</div>
<p>
$desc_string<br /><br />
{ipb.lang['post_manual']}<br /><br />
{ipb.lang['post_manual_more']}
</p>
<br /><br />
<div>
<input type="button" value="{ipb.lang['gw_manual']}" onclick="pop_ticket()" />
</div>]]></section_content>
<func_name>do_manual_upgrade_screen</func_name>
<func_data><![CDATA[$new_sub_id="",$cur_id="",$desc_string="",$ccode=""]]></func_data>
</template>
<template>
<group_name>skin_subscriptions</group_name>
<section_content><![CDATA[<h2>{ipb.lang['man_title']}</h2>
<table cellspacing="1" class="ticket">
<tr>
<td>
<table class='ipbtable' cellspacing="1">
<tr>
<td width="50%" bgcolor="#FFFFFF">{ipb.lang['man_mem']}</td>
<td width="50%" bgcolor="#FFFFFF">{ipb.member['members_display_name']}</td>
</tr>
<tr>
<td width="50%" bgcolor="#FFFFFF">{ipb.lang['man_mem_id']}</td>
<td width="50%" bgcolor="#FFFFFF">{ipb.member['id']}</td>
</tr>
<tr>
<td width="50%" bgcolor="#FFFFFF">{ipb.lang['man_email']}</td>
<td width="50%" bgcolor="#FFFFFF">{ipb.member['email']}</td>
</tr>
<tr>
<td width="50%" bgcolor="#FFFFFF">{ipb.lang['man_trans_id']}</td>
<td width="50%" bgcolor="#FFFFFF">{$id}</td>
</tr>
<tr>
<td width="50%" bgcolor="#FFFFFF">{ipb.lang['man_sub']}</td>
<td width="50%" bgcolor="#FFFFFF">{$sub['sub_title']} $extra</td>
</tr>
<tr>
<td width="50%" bgcolor="#FFFFFFF">{ipb.lang['man_pay']}</td>
<td width="50%" bgcolor="#FFFFFF">{$paid}</td>
</tr>
</table>
</td>
</tr>
</table>]]></section_content>
<func_name>show_ticket</func_name>
<func_data><![CDATA[$sub="",$id="",$paid="",$extra=""]]></func_data>
</template>
<template>
<group_name>skin_boards</group_name>
<section_content><![CDATA[<tr>
<td class="formsubtitle" colspan="2">{ipb.lang['calender_f_title']}</td>
</tr>
<tr>
<td class="row1" width="1%"><{F_CALEN}></td>
<td class="row2">$events</td>
</tr>]]></section_content>
<func_name>calendar_events</func_name>
<func_data><![CDATA[$events=""]]></func_data>
</template>
<template>
<group_name>skin_boards</group_name>
<section_content><![CDATA[<div class="borderwrap" style="display:{$data['div_fc']}" id="fc_{$data['id']}">
<div class="maintitlecollapse">
<p class="expand"><a href="javascript:togglecategory({$data['id']}, 0);"><{E_PLUS}></a></p>
<p><{CAT_IMG}> <a href="{ipb.script_url}showforum={$data['id']}">{$data['name']}</a></p>
</div>
</div>
<div class="borderwrap" style="display:{$data['div_fo']}" id="fo_{$data['id']}">
<div class="maintitle">
<p class="expand"><a href="javascript:togglecategory({$data['id']}, 1);"><{E_MINUS}></a></p>
<p><{CAT_IMG}> <a href="{ipb.script_url}showforum={$data['id']}">{$data['name']}</a></p>
</div>
<table class='ipbtable' cellspacing="1">
<tr>
<th colspan="2" width="66%">{ipb.lang['cat_name']}</th>
<th align="center" width="7%">{ipb.lang['topics']}</th>
<th align="center" width="7%">{ipb.lang['replies']}</th>
<th width="35%">{ipb.lang['last_post_info']}</th>
</tr>]]></section_content>
<func_name>CatHeader_Expanded</func_name>
<func_data><![CDATA[$data=""]]></func_data>
</template>
<template>
<group_name>skin_calendar</group_name>
<section_content><![CDATA[<form id='postingform' action="{ipb.script_url}act=calendar&code={$code}&cal_id={$calendar_id}&formtype={$formtype}&event_id={$event_id}" method="post" name="REPLIER" onSubmit="return ValidateForm()">
<input type="hidden" name="removeattachid" value="" />]]></section_content>
<func_name>calendar_start_form</func_name>
<func_data><![CDATA[$code="",$calendar_id="",$formtype="",$event_id='']]></func_data>
</template>
<template>
<group_name>skin_calendar</group_name>
<section_content><![CDATA[<td class="mcellblank"><!-- no content --></td>]]></section_content>
<func_name>mini_cal_blank_cell</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_register</group_name>
<section_content><![CDATA[<form method="post" action="$action">
$hidden
<div class="borderwrap">
<div class="maintitle">$title</div>
<table class='ipbtable' cellspacing="0">
$content
</table>
<div class="formsubtitle" align="center"><input type="submit" /></div>
</div>
</form>]]></section_content>
<func_name>tmpl_form</func_name>
<func_data><![CDATA[$action="",$hidden="",$title="",$content=""]]></func_data>
</template>
<template>
<group_name>skin_post</group_name>
<section_content><![CDATA[<tr>
<td class="row2" valign="top" width="20%"><b>{$data['author']}</b></td>
<td class="row2" valign="top" width="80%">{ipb.lang['posted_on']} {$data['date']}</td>
</tr>
<tr>
<td class="row1" valign="top" width="20%"> </td>
<td class="row1" valign="top" width="80%"><span class="postcolor">{ipb.lang['ignore_first_line']} {$data['members_display_name']}.</span></td>
</tr>]]></section_content>
<func_name>topicsummary_body_hidden</func_name>
<func_data>$data=array()</func_data>
</template>
<template>
<group_name>skin_post</group_name>
<section_content><![CDATA[<tr>
<td class="formbuttonrow" colspan="2"><a href="javascript:PopUp('index.{ipb.vars['php_ext']}?act=ST&f={ipb.input['f']}&t={ipb.input['t']}','TopicSummary',700,450,1,1)">{ipb.lang['review_topic']}</a></td>
</tr>
<tr>
<td class="catend" colspan="2"><!-- no content --></td>
</tr>
</table>
</div>]]></section_content>
<func_name>TopicSummary_bottom</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_calendar</group_name>
<section_content><![CDATA[<td class="mcelldate">
<div class="calday">$month_day</div>
</td>]]></section_content>
<func_name>mini_cal_date_cell</func_name>
<func_data><![CDATA[$month_day="",$events=""]]></func_data>
</template>
<template>
<group_name>skin_calendar</group_name>
<section_content><![CDATA[<div class="barc">
<p class="over">{$approve_button} {$edit_button}</p>
<p><b>{$event['event_title']} ($event_type)</b></p>
</div>
<table class='ipbtable' cellspacing="1">
<tr>
<td class="{$event['_event_css_2']}" width="1%" valign="middle" nowrap="nowrap"><span class="normalname"><a href="{ipb.script_url}showuser={$member['id']}">{$member['members_display_name']}</a></span></td>
<td class="{$event['_event_css_2']}" width="99%">
<b>{ipb.lang['event_date']} {$event['mday']} {$event['month_text']} {$event['year']} $date_ends</b> ($type)
</td>
</tr>
<tr>
<td valign="top" class="{$event['_event_css_1']}" nowrap="nowrap">
<span class="postdetails">
{$member['avatar']}<br /><br />
{$member['title']}<br />
{$member['member_rank_img']}<br /><br />
{$member['member_group']}<br />
{$member['member_posts']}<br />
{$member['member_joined']}<br />
{$member['member_location']}
{$member['member_number']}<br />
<if="member['custom_fields'] != """>
{$member['custom_fields']}
</if>
<br />
{$member['warn_text']} {$member['warn_minus']}{$member['warn_img']}{$member['warn_add']}
</span><br />
<img src="{ipb.vars['img_url']}/spacer.gif" alt="" width="160" height="1" /><br />
</td>
<td valign="top" class="{$event['_event_css_1']}">
<span class="postcolor">{$event['event_content']}</span>
</td>
</tr>
<tr>
<td class="formbuttonrow" colspan="2"><a href="{ipb.script_url}act=calendar&cal_id={ipb.input['_cal_id']}&d={ipb.input['d']}&m={ipb.input['m']}&y={ipb.input['y']}"><b>{ipb.lang['back']}</b></a></td>
</tr>
<tr>
<td class="catend" colspan="2"><!-- no content --></td>
</tr>
</table>]]></section_content>
<func_name>cal_show_event</func_name>
<func_data><![CDATA[$event="",$member="",$event_type="",$edit_button="",$approve_button="",$type="",$date_ends=""]]></func_data>
</template>
<template>
<group_name>skin_calendar</group_name>
<section_content><![CDATA[<a href="{ipb.script_url}act=calendar&code=event_approve&modfilter={ipb.input['modfilter']}&qt={$event['_quicktime']}&approve=0&md5check={$this->ipsclass->md5_check}&cal_id={$cal_id}&event_id=$id"><b>{ipb.lang['button_unapprove']}</b></a> ·]]></section_content>
<func_name>cal_unapprove_button</func_name>
<func_data><![CDATA[$id="",$cal_id="",$event=""]]></func_data>
</template>
<template>
<group_name>skin_calendar</group_name>
<section_content><![CDATA[<div class="calmonths">
<a href="{ipb.script_url}act=calendar&cal_id={ipb.input['_cal_id']}&code=showweek&week={$prev['0']}" title="{$prev['mday']} {$prev['month']} {$prev['year']}">«</a>
$date $month $year
<a href="{ipb.script_url}act=calendar&cal_id={ipb.input['_cal_id']}&code=showweek&week={$next['0']}" title="{$next['mday']} {$next['month']} {$next['year']}">»</a>
</div>
<table class='ipbtable' cellspacing="0">
<tr>
<td width="25%" valign="top" class="nopad">
<!--PREV.MONTH--><br />
<!--THIS.MONTH--><br />
<!--NEXT.MONTH--><br />
</td>
<td width="1%" class="nopad"> </td>
<td width="75%" valign="top" class="nopad">
<div class="borderwrap">
<table class='ipbtable' cellspacing="0">
<!--IBF.DAYS_CONTENT-->
</tr>
</table>
</div>
<br />
</td>
</tr>
</table>
<form action="{ipb.script_url}act=calendar&cal_id={ipb.input['_cal_id']}" method="post">
<div class="borderwrap">
<div class="barb">
<p class="overs"><span class="fauxbutton"><a href="{ipb.script_url}act=calendar&cal_id={ipb.input['_cal_id']}&code=newevent&formtype=single">{ipb.lang['day_add_event']}</a></span>
<span class="fauxbutton"><a href="{ipb.script_url}act=calendar&cal_id={ipb.input['_cal_id']}&code=find&what=thismonth">{ipb.lang['aa_cur_month']}</a></span>
<span class="fauxbutton"><a href="{ipb.script_url}act=calendar&cal_id={ipb.input['_cal_id']}&code=find&what=thisweek">{ipb.lang['aa_view_week']}</a></span></p>
<p><select name="m"><!--IBF.MONTH_BOX--></select> <select name="year"><!--IBF.YEAR_BOX--></select> <input class="gobutton" type="image" src="{ipb.vars['img_url']}/login-button.gif" value="{ipb.lang['go']}" /></p>
</div>
</div>
</form>]]></section_content>
<func_name>cal_week_content</func_name>
<func_data><![CDATA[$date="",$month="",$year="",$prev="",$next=""]]></func_data>
</template>
<template>
<group_name>skin_legends</group_name>
<section_content><![CDATA[</table>
</div>
</div>
<br />]]></section_content>
<func_name>bbcode_row_footer</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_legends</group_name>
<section_content><![CDATA[<tr>
<td class="row1" valign="middle">$before</td>
<td class="row1" valign="middle">$after</td>
</tr>]]></section_content>
<func_name>bbcode_row</func_name>
<func_data><![CDATA[$before="",$after=""]]></func_data>
</template>
<template>
<group_name>skin_legends</group_name>
<section_content><![CDATA[<div>{ipb.lang['bbc_intro']}</div>
<br />]]></section_content>
<func_name>bbcode_header</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_topic</group_name>
<section_content><![CDATA[<div class="borderwrap">
<div class="maintitle">{ipb.lang['outline_posts_topic']}</div>
<div class="tablepad">]]></section_content>
<func_name>toutline_start_list</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_topic</group_name>
<section_content></section_content>
<func_name>toutline_start_new_parent</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_topic</group_name>
<section_content><![CDATA[< $min ( <a href="javascript:PopUp('{ipb.script_url}act=warn&mid={$id}&CODE=view','Pager','500','450','0','1','1','1')">{$level}</a> ) $max >]]></section_content>
<func_name>warn_level_rating</func_name>
<func_data><![CDATA[$id="",$level="",$min=0,$max=10]]></func_data>
</template>
<template>
<group_name>skin_topic</group_name>
<section_content><![CDATA[{ipb.lang['tt_warn']} (<a href="javascript:PopUp('{ipb.script_url}act=warn&mid={$id}&CODE=view','Pager','500','450','0','1','1','1')">{$percent}</a>%)]]></section_content>
<func_name>warn_level_warn</func_name>
<func_data><![CDATA[$id="",$percent=""]]></func_data>
</template>
<template>
<group_name>skin_calendar</group_name>
<section_content><![CDATA[<!--Day-->
<if="queued != 0">
<td class="celltodayshaded">
<div class="calday"><a href="{$cal_date_queued}"><{BC_QUEUED_POSTS}></a> $month_day</div>
</if>
<else>
<td class="celltoday">
<div class="calday">$month_day</div>
</else>
$events
</td>]]></section_content>
<func_name>cal_date_cell_today</func_name>
<func_data><![CDATA[$month_day="",$events="",$cal_date_queued="",$queued=0]]></func_data>
</template>
<template>
<group_name>skin_calendar</group_name>
<section_content><![CDATA[<!--Day-->
<if="queued != 0">
<td class="celldateshaded">
<div class="calday"><a href="{$cal_date_queued}"><{BC_QUEUED_POSTS}></a> $month_day</div>
</if>
<else>
<td class="celldate">
<div class="calday">$month_day</div>
</else>
$events
</td>]]></section_content>
<func_name>cal_date_cell</func_name>
<func_data><![CDATA[$month_day="",$events="",$cal_date_queued="",$queued=0]]></func_data>
</template>
<template>
<group_name>skin_calendar</group_name>
<section_content><![CDATA[<td class="cellblank"><!-- no content --><br /></td>]]></section_content>
<func_name>cal_blank_cell</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_calendar</group_name>
<section_content><![CDATA[</ul>
</div>]]></section_content>
<func_name>cal_birthday_end</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_calendar</group_name>
<section_content><![CDATA[<li><a href="{ipb.script_url}showuser=$uid">$uname</a> ($age)</li>]]></section_content>
<func_name>cal_birthday_entry</func_name>
<func_data><![CDATA[$uid="",$uname="",$age=""]]></func_data>
</template>
<template>
<group_name>skin_calendar</group_name>
<section_content><![CDATA[<div class="formsubtitle">{ipb.lang['cal_birthdays']}</div>
<div class="tablepad">
<ul>]]></section_content>
<func_name>cal_birthday_start</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_calendar</group_name>
<section_content><![CDATA[<a href="{ipb.script_url}act=calendar&code=event_approve&modfilter={ipb.input['modfilter']}&qt={$event['_quicktime']}&approve=1&md5check={$this->ipsclass->md5_check}&cal_id={$cal_id}&event_id=$id"><b>{ipb.lang['button_approve']}</b></a> ·]]></section_content>
<func_name>cal_approve_button</func_name>
<func_data><![CDATA[$id="",$cal_id="",$event=""]]></func_data>
</template>
<template>
<group_name>skin_topic</group_name>
<section_content><![CDATA[<img src="{ipb.vars['upload_url']}/$file_name" alt="{ipb.lang['pic_attach']}" />]]></section_content>
<func_name>Show_attachments_img</func_name>
<func_data><![CDATA[$file_name=""]]></func_data>
</template>
<template>
<group_name>skin_topic</group_name>
<section_content><![CDATA[<a href="{ipb.script_url}act=Attach&type=$method&id=$aid" title="$file - {ipb.lang['attach_size']} $size, {ipb.lang['attach_ahits']} $hits" target="_blank"><img src="{ipb.vars['upload_url']}/$file_name" width="$width" height="$height" class="attach" alt="{ipb.lang['pic_attach']}" /></a>]]></section_content>
<func_name>Show_attachments_img_thumb</func_name>
<func_data><![CDATA[$file_name="",$width="",$height="",$aid="",$size="",$hits="",$file="",$method=""]]></func_data>
</template>
<template>
<group_name>skin_topic</group_name>
<section_content><![CDATA[<a href="{ipb.script_url}act=Post&CODE=14&f=$fid&t=$tid"><{A_APOLL}></a>]]></section_content>
<func_name>start_poll_link</func_name>
<func_data><![CDATA[$fid="",$tid=""]]></func_data>
</template>
<template>
<group_name>skin_topic</group_name>
<section_content><![CDATA[<!-- END TABLE -->
<if="is_outline == 1">
<br />
<div class="borderwrap">
</if>
<!-- TABLE FOOTER -->
<div class="barc">
<div style="float: right; padding: 5px 5px 0 0;"><a href="{ipb.script_url}showtopic={$data[TOPIC]['tid']}&view=old" style='text-decoration:none'>« {ipb.lang['t_old']}</a>
· <a href="{ipb.script_url}showforum={$data['FORUM']['id']}" style='font-weight: bold;text-decoration:none'>{$data['FORUM']['name']}</a>
· <a href="{ipb.script_url}showtopic={$data[TOPIC]['tid']}&view=new" style='text-decoration:none'>{ipb.lang['t_new']} »</a></div>
<div>
<form action="{ipb.script_url}" method="post" name="search">
<input type="hidden" name="forums" value="{$data[FORUM]['id']}" />
<input type="hidden" name="topic" value="{$data[TOPIC]['tid']}" />
<input type="hidden" name="act" value="Search" />
<input type="hidden" name="CODE" value="searchtopic" />
<input type="text" size="25" name="keywords" class="searchinput" value="{ipb.lang['enter_keywords']}" onfocus="this.value = '';" />
<input type="submit" value="{ipb.lang['search_topic']}" class="button" />
</form>
</div>
</div>
</div>
<br />
<if="ipb.member['is_mod']">
<div class="borderwrap">
<div class="bar" style="padding: 5px;">
<div style="float: right; text-align: right;">
<form name="modform" method="post" action="{ipb.script_url}act=mod&CODE=postchoice&f={$data['TOPIC']['forum_id']}&t={$data['TOPIC']['tid']}" onsubmit="return checkdelete();">
<input type="hidden" name="act" value="mod" />
<input type="hidden" name="auth_key" value="{$auth_key}" />
<input type="hidden" name="st" value="{ipb.input['st']}" />
<input type="hidden" value="{ipb.input['selectedpids']}" name="selectedpids" />
<select class="forminput" name="tact">
<option value="merge">{ipb.lang['cpt_merge']}</option>
<option value="move">{ipb.lang['cpt_move']}</option>
<option value="delete">{ipb.lang['cpt_delete']}</option>
<option value="split">{ipb.lang['cpt_split']}</option>
<option value="approve">{ipb.lang['cpt_approve']}</option>
<option value="unapprove">{ipb.lang['cpt_unapprove']}</option>
</select>
<input type="submit" name="gobutton" value="{ipb.lang['f_go']} ({ipb.input['selectedpidcount']})" class="button" />
</form>
</div>
<!--IBF.MOD_PANEL-->
</div>
</div>
</if>
<table class='ipbtable' cellspacing="0">
<tr>
<td style='padding-left:0px' width="30%" nowrap="nowrap" valign="middle"><div>{$data[TOPIC][SHOW_PAGES]}</div></td>
<td class='nopad' style='padding:5px 0px 5px 0px' align="right" width="70%"><!--IBF.QUICK_REPLY_CLOSED-->{$data[TOPIC][REPLY_BUTTON]}<a href="{ipb.script_url}act=Post&CODE=00&f={$data[FORUM]['id']}" title="{ipb.lang['start_new_topic']}"><{A_POST}></a><!--{$data[TOPIC][POLL_BUTTON]}--></td>
</tr>
</table>
<!--IBF.TOPIC_ACTIVE-->
<!--IBF.MOD_PANEL_NO_MOD-->
<!--IBF.QUICK_REPLY_OPEN-->
<br />
<div class="borderwrap">
<div class="row2" style="padding: 5px;">
<!--IBF.MULTIMOD-->
<div align="right">{$data[FORUM]['JUMP']}</div>
</div>
</div>
<br />
<!-- NON JS STUFF -->
<div id='topicoptionsjs'>
<a name='topicdisplay'></a>
<div class='borderwrap'>
<div class="bar" style="padding: 5px;text-align:center">
<strong>{ipb.lang['topic_display']}:</strong> {$data['TOPIC']['to_button_standard']} ·
{$data['TOPIC']['to_button_linearpl']} ·
{$data['TOPIC']['to_button_threaded']}
</div>
</div>
<br />
<a name='topicoptions'></a>
<div class='borderwrap'>
<div class="bar" style="padding: 5px;text-align:center">
<a href='{ipb.script_url}act=usercp&CODE=start_subs&method=topic&tid={$data['TOPIC']['tid']}'>{ipb.lang['track_topic']}</a> ·
<a href='{ipb.script_url}act=Forward&f={$data['FORUM']['id']}&t={$data['TOPIC']['tid']}'>{ipb.lang['forward']}</a> ·
<a href='{ipb.script_url}act=Print&client=printer&f={$data['FORUM']['id']}&t={$data['TOPIC']['tid']}'>{ipb.lang['print']}</a> ·
<a href='{ipb.script_url}act=usercp&CODE=start_subs&method=forum&fid={$data[FORUM]['id']}'>{ipb.lang['ft_title']}</a>
</div>
</div>
<br />
<if="data['TOPIC']['_allow_rate'] != 0">
<a name='topicrating'></a>
<div class='borderwrap'>
<div class="bar" style="padding: 5px;text-align:center">
<form action='{ipb.script_url}&showtopic={$data['TOPIC']['tid']}&addrating=1&st={ipb.input['st']}' method='POST'>
<strong>{ipb.lang['topic_rating']}</strong> <select name='rating'>
<option value='5'>* * * * *</option>
<option value='4'>* * * *</option>
<option value='3'>* * *</option>
<option value='2'>* *</option>
<option value='1'>*</option>
</select> <input type='submit' value=' {ipb.lang['dd_rate_button']} ' />
</form>
</div>
</div>
</if>
</div>
<script type='text/javascript'>
//<!#^#|CDATA|
document.getElementById('topicoptionsjs').style.display = 'none';
// Scroll to PID?
topic_scroll_to_post( parseInt("{ipb.input['gopid']}") );
//|#^#]>
</script>]]></section_content>
<func_name>TableFooter</func_name>
<func_data><![CDATA[$data="",$is_outline="",$auth_key=""]]></func_data>
</template>
<template>
<group_name>skin_forum</group_name>
<section_content><![CDATA[<span class="minipagelinklast"><a href="{ipb.script_url}showtopic={$tid}&st=$st">» $page</a></span>]]></section_content>
<func_name>pagination_show_lastpage</func_name>
<func_data><![CDATA[$tid="",$st="",$page=""]]></func_data>
</template>
<template>
<group_name>skin_printpage</group_name>
<section_content><![CDATA[<!--Copyright-->
<if="ipb.vars['ipb_copy_number'] == ''">
<p class="printcopy">{ipb.lang['powered_by']}Invision Power Board (http://www.invisionboard.com)<br />© Invision Power Services (http://www.invisionpower.com)</p>
</if>
</div>]]></section_content>
<func_name>pp_end</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_printpage</group_name>
<section_content><![CDATA[<html>
<head>
<title>{ipb.vars['board_name']} [{ipb.lang['powered_by']}Invision Power Board]</title>
<!--IPB.CSS-->
</head>
<body>
<div id="print">
<h1>{ipb.lang['title']}</h1>
<h2><a href="{ipb.script_url}act=ST&f=$fid&t=$tid" title="{ipb.lang['click_toview']}">{ipb.lang['topic_here']}</a></h2>
<h3>{ipb.vars['board_name']} _ $forum_name _ $topic_title</h3>]]></section_content>
<func_name>pp_header</func_name>
<func_data><![CDATA[$forum_name="",$topic_title="",$topic_starter="",$fid="",$tid=""]]></func_data>
</template>
<template>
<group_name>skin_forum</group_name>
<section_content><![CDATA[<tr>
<td class="row1"><{B_PIN}></td>
<td class="row1"> </td>
<td class="row1"><b>{ipb.lang['announce_row']}: <a href="{ipb.script_url}act=announce&f={$data['forum_id']}&id={$data['announce_id']}">{$data['announce_title']}</a></b></td>
<td class="row1" align="center">-</td>
<td class="row1" align="center"><a href="{ipb.script_url}showuser={$data['member_id']}">{$data['member_name']}</a></td>
<td class="row1" align="center">{$data['announce_views']}</td>
<td class="row1"><span class="desc">{$data['announce_start']}
<br /><a href="{ipb.script_url}act=announce&f={$data['forum_id']}&id={$data['announce_id']}">{ipb.lang['last_post_by']}</a> <b><a href="{ipb.script_url}showuser={$data['member_id']}">{$data['member_name']}</a></b></span>
</td>
<if="ipb.member['is_mod'] and inforum == 1">
<td align="center" class="row1"> </td>
</if>
</tr>]]></section_content>
<func_name>announcement_row</func_name>
<func_data><![CDATA[$data="",$inforum=1]]></func_data>
</template>
<template>
<group_name>skin_emails</group_name>
<section_content><![CDATA[<form action="{ipb.script_url}act=report&send=1&t=$tid&p=$pid&st=$st" method="post" name="REPLIER">
<div class="borderwrap">
<div class="maintitle"><{CAT_IMG}> {ipb.lang['report_title']}</div>
<table class='ipbtable' cellspacing="1">
<tr>
<td class="row1" width="30%" valign="top"><b>{ipb.lang['report_topic']}</b></td>
<td class="row1" width="80%" style='padding-left:9px;'><a href="{ipb.script_url}showtopic=$tid&st=$st&#entry$pid">$topic_title</a>
</td>
</tr>
<tr>
<td class="row1" width="30%" valign="top">{ipb.lang['report_message']}</td>
<td class="row1" width="80%"><textarea cols="60" rows="12" wrap="soft" name="message" class="textinput"></textarea>
</td>
</tr>
<tr>
<td class="formbuttonrow" colspan="2"><input type="submit" value="{ipb.lang['report_submit']}" /></td>
</tr>
</table>
</div>
</form>]]></section_content>
<func_name>report_form</func_name>
<func_data><![CDATA[$tid="",$pid="",$st="",$topic_title=""]]></func_data>
</template>
<template>
<group_name>skin_emails</group_name>
<section_content><![CDATA[<div class="borderwrap">
<div class="maintitle">$title</div>
<div class="tablepad">$body</div>
</div>]]></section_content>
<func_name>board_rules</func_name>
<func_data><![CDATA[$title="",$body=""]]></func_data>
</template>
<template>
<group_name>skin_emails</group_name>
<section_content><![CDATA[<div class="borderwrap">
<div class="maintitle"><{CAT_IMG}> {ipb.lang['chat_title']}</div>
<div class="tablepad" align="center">
<applet codebase="http://{$server}/current/" code="Client.class" archive="scclient_$lang.zip" width="$w" height="$h">
<param name="room" value="$acc_no">
<param name="cabbase" value="scclient_$lang.cab">
<param name="username" value="$user">
<param name="password" value="$pass">
<param name="autologin" value="yes">
</applet>
</div>
</div>
<br />
<div class="borderwrap">
<div class="maintitle"><{CAT_IMG}> {ipb.lang['chat_help']}</div>
<div class="tablepad">
{ipb.lang['chat_help_text']}
</div>
</div>]]></section_content>
<func_name>chat_inline</func_name>
<func_data><![CDATA[$server="",$acc_no="",$lang="",$w="",$h="",$user="",$pass=""]]></func_data>
</template>
<template>
<group_name>skin_emails</group_name>
<section_content><![CDATA[<!-- End content Table -->
</table>
</td>
</tr>
<tr>
<td class="darkrow1" colspan="2"> </td>
</tr>
</table>]]></section_content>
<func_name>end_table</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_emails</group_name>
<section_content><![CDATA[<div align="center">
<applet codebase="http://{$server}/current/" code="Client.class" archive="scclient_$lang.zip" width="$w" height="$h">
<param name="room" value="$acc_no">
<param name="cabbase" value="scclient_$lang.cab">
<param name="username" value="$user">
<param name="password" value="$pass">
<param name="autologin" value="yes">
</applet>
</div>]]></section_content>
<func_name>chat_pop</func_name>
<func_data><![CDATA[$server="",$acc_no="",$lang="",$w="",$h="",$user="",$pass=""]]></func_data>
</template>
<template>
<group_name>skin_global</group_name>
<section_content><![CDATA[<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=<% CHARSET %>" />
<title>{ipb.lang['stand_by']}</title>
<meta http-equiv="refresh" content="2; url=$Url" />
$css
<script type='text/javascript'>
//<!#^#|CDATA|
// Fix Mozilla bug: 209020
if ( navigator.product == 'Gecko' )
{
navstring = navigator.userAgent.toLowerCase();
geckonum = navstring.replace( /.*gecko\/(\d+)/, "$1" );
setTimeout("moz_redirect()",1500);
}
function moz_redirect()
{
var url_bit = "{$Url}";
window.location = url_bit.replace( new RegExp( "&", "g" ) , '&' );
}
//>
</script>
</head>
<body>
<div id="redirectwrap">
<h4>{ipb.lang['thanks']}</h4>
<p>$Text<br /><br />{ipb.lang['transfer_you']}</p>
<p class="redirectfoot">(<a href="$Url">{ipb.lang['dont_wait']}</a>)</p>
</div>
</body>
</html>]]></section_content>
<func_name>Redirect</func_name>
<func_data><![CDATA[$Text="",$Url="",$css=""]]></func_data>
</template>
<template>
<group_name>skin_global</group_name>
<section_content><![CDATA[<a href="{$url}">{$title}</a>]]></section_content>
<func_name>global_board_header_component_link</func_name>
<func_data><![CDATA[$url="",$title="",$component_db_row=array()]]></func_data>
</template>
<template>
<group_name>skin_topic</group_name>
<section_content><![CDATA[<div style='background:#FFF9BA;'>{$data['depthguide']} {$data['new_post']} <b>{$data['linked_name']}</b> <i><a href="{ipb.script_url}showtopic={$data['topic_id']}&pid={$data['pid']}&mode=threaded&show={ipb.input['show']}&st={ipb.input['st']}&#entry{$data['pid']}">{$data['post_title']}</a></i> <span class="desc">{$data['formatted_date']}</span></div>]]></section_content>
<func_name>toutline_show_row_highlight</func_name>
<func_data><![CDATA[$data=""]]></func_data>
</template>
<template>
<group_name>skin_topic</group_name>
<section_content><![CDATA[<a href='$url'>{ipb.lang['topic_display_switch']} $macro</a>]]></section_content>
<func_name>toutline_mode_choice_off</func_name>
<func_data><![CDATA[$url="",$macro=""]]></func_data>
</template>
<template>
<group_name>skin_topic</group_name>
<section_content><![CDATA[<strong><em><a href='$url'>$macro</a></em></strong>]]></section_content>
<func_name>toutline_mode_choice_on</func_name>
<func_data><![CDATA[$url="",$macro=""]]></func_data>
</template>
<template>
<group_name>skin_topic</group_name>
<section_content><![CDATA[{$data['depthguide']} {$data['new_post']} <b>{$data['linked_name']}</b> <i><a href="{ipb.script_url}showtopic={$data['topic_id']}&pid={$data['pid']}&mode=threaded&show={ipb.input['show']}&st={ipb.input['st']}&#entry{$data['pid']}">{$data['post_title']}</a></i> <span class="desc">{$data['formatted_date']}</span><br />]]></section_content>
<func_name>toutline_show_row</func_name>
<func_data><![CDATA[$data=""]]></func_data>
</template>
<template>
<group_name>skin_topic</group_name>
<section_content><![CDATA[</div>
<div class="row1">$pages</div>
</div>]]></section_content>
<func_name>toutline_end_list</func_name>
<func_data><![CDATA[$pages=""]]></func_data>
</template>
<template>
<group_name>skin_topic</group_name>
<section_content></section_content>
<func_name>toutline_end_new_parent</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_topic</group_name>
<section_content><![CDATA[ <img src='{ipb.vars['img_url']}/rating_{$rating_id}.gif' border='0' alt='{$rating_id}' />]]></section_content>
<func_name>topic_rating_image</func_name>
<func_data>$rating_id=1</func_data>
</template>
<template>
<group_name>skin_topic</group_name>
<section_content><![CDATA[</div>
<br />]]></section_content>
<func_name>topic_end_outline</func_name>
<func_data><![CDATA[$data=""]]></func_data>
</template>
<template>
<group_name>skin_topic</group_name>
<section_content><![CDATA[<a href="javascript:ShowHide('topic_open','topic_closed')" title="{ipb.lang['to_open']}"><{T_OPTS}></a>]]></section_content>
<func_name>topic_opts_closed</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_topic</group_name>
<section_content><![CDATA[<script type="text/javascript">
<!--
var ipb_lang_tt_prompt = "{ipb.lang['tt_prompt']}";
var ipb_lang_js_del_1 = "{ipb.lang['js_del_1']}";
var ipb_lang_js_del_2 = "{ipb.lang['js_del_2']}";
var addquotebutton = "{ipb.vars['img_url']}/p_mq_add.gif";
var removequotebutton = "{ipb.vars['img_url']}/p_mq_remove.gif";
var unselectedbutton = "{ipb.vars['img_url']}/topic_unselected.gif";
var selectedbutton = "{ipb.vars['img_url']}/topic_selected.gif";
var lang_gobutton = "{ipb.lang['f_go']}";
var lang_suredelete = "{ipb.lang['cp_js_delete']}";
var js_error_no_permission = "{ipb.lang['js_error_no_permission']}";
-->
</script>
<script type="text/javascript" src="jscripts/ipb_topic.js"></script>
<a name="top"></a>
<!--IBF.FORUM_RULES-->
<if="threaded == 0">
<table class='ipbtable' cellspacing="0">
<tr>
<td style='padding-left:0px' width="40%" valign="middle" nowrap="nowrap"><div>{$data['TOPIC']['SHOW_PAGES']} {$data['TOPIC']['go_new']}</div></td>
<td class='nopad' style='padding:0px 0px 5px 0px' align="right" width="60%" valign="middle">{$data[TOPIC][REPLY_BUTTON]}<a href="{ipb.script_url}act=Post&CODE=00&f={$data[FORUM]['id']}" title="{ipb.lang['start_new_topic']}"><{A_POST}></a></td>
</tr>
</table>
</if>
<div class="borderwrap">
<div class="maintitle" style='padding:4px'>
<!-- TABLE FIX FOR MOZILLA WRAPPING-->
<table width='100%' style='padding:0px' cellspacing='0' cellpadding='0'>
<tr>
<td width='99%' style='word-wrap:break-word;''><div><{CAT_IMG}> <b>{$data['TOPIC']['title']}</b>{$data['TOPIC']['description']}</div></td>
<td width='1%' align='right' nowrap='nowrap'>
<div class='popmenubutton' id='topicmenu-options'><a href='#topicoptions'>{ipb.lang['topic_options']}</a> <img src='{ipb.vars['img_url']}/menu_action_down.gif' alt='V' title='{ipb.lang['global_open_menu']}' border='0' /></div>
</td>
<td width='1%' align='right' nowrap='nowrap'>
<if="data['TOPIC']['_allow_rate'] != 0">
<div class='popmenubutton' id='topicmenu-rating'><a href='#topicrating'>{ipb.lang['topic_rating']}</a>{$data['TOPIC']['_rate_img']} <img src='{ipb.vars['img_url']}/menu_action_down.gif' alt='V' title='{ipb.lang['global_open_menu']}' border='0' /></div>
</if>
<else if="data['TOPIC']['_rate_show'] == 1 AND data['TOPIC']['_rate_img'] != ''">
<div class='popmenubutton'>{ipb.lang['topic_rating']} {$data['TOPIC']['_rate_img']}</div>
</if>
</td>
</tr>
</table>
</div>
<!--{IBF.POLL}-->
<script type="text/javascript">
menu_build_menu(
"topicmenu-options",
new Array( img_item + " <a href='{ipb.script_url}act=usercp&CODE=start_subs&method=topic&tid={$data['TOPIC']['tid']}'>{ipb.lang['track_topic']}</a>",
img_item + " <a href='{ipb.script_url}act=Forward&f={$data['FORUM']['id']}&t={$data['TOPIC']['tid']}'>{ipb.lang['forward']}</a>",
img_item + " <a href='{ipb.script_url}act=Print&client=printer&f={$data['FORUM']['id']}&t={$data['TOPIC']['tid']}'>{ipb.lang['print']}</a>",
img_item + " <a href='{ipb.script_url}act=Print&client=choose&f={$data['FORUM']['id']}&t={$data['TOPIC']['tid']}'>{ipb.lang['av_title']}</a>",
img_item + " <a href='{ipb.script_url}act=usercp&CODE=start_subs&method=forum&fid={$data[FORUM]['id']}'>{ipb.lang['ft_title']}</a>",
"--NODIV--<div class='popupmenu-category' align='center'>{ipb.lang['dd_display_modes']}</div>",
img_item + " {$data['TOPIC']['to_button_threaded']}",
img_item + " {$data['TOPIC']['to_button_standard']}",
img_item + " {$data['TOPIC']['to_button_linearpl']}"
) );
</script>
<if="data['TOPIC']['_allow_rate'] != 0">
<script type="text/javascript">
menu_build_menu(
"topicmenu-rating",
new Array( "<div style='width:104px;padding:6px;'><form action='{ipb.script_url}&showtopic={$data['TOPIC']['tid']}&addrating=1&st={ipb.input['st']}' method='POST'>"
+'<input type="radio" name="rating" id="r5" value="5"> <label for="r5"><img src="{ipb.vars["img_url"]}/rating_5.gif" alt="*****" border="0" /></label><br />'
+'<input type="radio" name="rating" id="r4" value="4"> <label for="r4"><img src="{ipb.vars["img_url"]}/rating_4.gif" alt="****" border="0" /></label><br />'
+'<input type="radio" name="rating" id="r3" value="3"> <label for="r3"><img src="{ipb.vars["img_url"]}/rating_3.gif" alt="***" border="0" /></label><br />'
+'<input type="radio" name="rating" id="r2" value="2"> <label for="r2"><img src="{ipb.vars["img_url"]}/rating_2.gif" alt="**" border="0" /></label><br />'
+'<input type="radio" name="rating" id="r1" value="1"> <label for="r1"><img src="{ipb.vars["img_url"]}/rating_1.gif" alt="*" border="0" /></label><br />'
+"<div align='center'><input type='submit' value=' {ipb.lang['dd_rate_button']} ' /></div>"
+"</form></div>"
) );
</script>
</if>]]></section_content>
<func_name>topic_page_top</func_name>
<func_data><![CDATA[$data="",$threaded=0]]></func_data>
</template>
<template>
<group_name>skin_topic</group_name>
<section_content><![CDATA[</div>
<table class='ipbtable' cellspacing="0">
<tr>
<td style='padding-left:0px' width="40%" valign="middle" nowrap="nowrap"><div>{$data['TOPIC']['SHOW_PAGES']} {$data['TOPIC']['go_new']}</div></td>
<td class='nopad' style='padding:5px 0px 5px 0px' align="right" width="60%" valign="middle">{$data[TOPIC][REPLY_BUTTON]}<a href="{ipb.script_url}act=Post&CODE=00&f={$data[FORUM]['id']}" title="{ipb.lang['start_new_topic']}"><{A_POST}></a></td>
</tr>
</table>
<a name="firstpost"></a>
<div class="borderwrap">
<div class="maintitle">{ipb.lang['tom_replies']}
<if="noreplieshow != 1">
({$data['TOPIC']['new_mode_start']} - {$data['TOPIC']['new_mode_end']})
</if>
</div>]]></section_content>
<func_name>topic_end_first_post</func_name>
<func_data><![CDATA[$data="",$noreplieshow=0]]></func_data>
</template>
<template>
<group_name>skin_topic</group_name>
<section_content><![CDATA[<div class="borderwrap" style='padding-bottom:1px;'>
<div class="formsubtitle" style="padding: 4px;">{ipb.lang['active_users_title']} ({ipb.lang['active_users_detail']})</div>
<div class="row1" style="padding: 4px;">{ipb.lang['active_users_members']} {$active['names']}</div>
</div>]]></section_content>
<func_name>topic_active_users</func_name>
<func_data>$active=array()</func_data>
</template>
<template>
<group_name>skin_msg</group_name>
<section_content><![CDATA[</table>
<div class="formsubtitle" align="center"><input type="submit" value="{ipb.lang['fd_continue']}" /></div>
</div>
</form>]]></section_content>
<func_name>empty_folder_footer</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_msg</group_name>
<section_content><![CDATA[<form action="{ipb.script_url}" method="post">
<input type="hidden" name="act" value="Msg" />
<input type="hidden" name="CODE" value="dofolderdelete" />
<div class="formsubtitle">{ipb.lang['mi_prune_msg']}</div>
<p>{ipb.lang['fd_text']}</p>
<div class="borderwrapm">
<table class='ipbtable' cellspacing="1">
<tr>
<th>{ipb.lang['fd_name']}</th>
<th>{ipb.lang['fd_count']}</th>
<th>{ipb.lang['fd_empty']}</th>
</tr>]]></section_content>
<func_name>empty_folder_header</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_msg</group_name>
<section_content><![CDATA[</div>
</body>
</html>]]></section_content>
<func_name>archive_html_footer</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_msg</group_name>
<section_content><![CDATA[<html>
<head>
<meta http-equiv="content-type" content="text/html; charset={ipb.vars['gb_char_set']}" />
<title>{ipb.lang['pma_title']}</title>
<style type="text/css">
html{
overflow-x: auto;
}
body{
background-color: #fff;
color: #000;
font-family: Verdana, Tahoma, Arial, sans-serif;
font-size: 11px;
margin:0px;
padding:0px;
text-align:center;
}
a:link, a:visited, a:active{
color: #000;
text-decoration: underline;
}
a:hover{
color: #465584;
text-decoration:underline;
}
img{
border: 0;
vertical-align: middle;
}
#ipbwrapper{
margin: 0 auto 0 auto;
text-align: left;
width: 95%;
}
.post1{
background-color: #F5F9FD;
}
.post2{
background-color: #EEF2F7;
}
/* Common elements */
.row1{
background-color: #F5F9FD;
}
.row1{
background-color: #DFE6EF;
}
.row3{
background-color: #EEF2F7;
}
.row2{
background-color: #E4EAF2;
}
/* tableborders gives the white column / row lines effect */
.plainborder{
background-color: #F5F9FD
border: 1px solid #345487;
}
.tableborder{
background-color: #FFF;
border: 1px solid #345487;
margin: 0;
padding: 0;
}
.tablefill{
background-color: #F5F9FD;
border: 1px solid #345487;
padding: 6px;
}
.tablepad{
background-color: #F5F9FD;
padding:6px;
}
.tablebasic{
border: 0;
margin: 0;
padding: 0;
width:100%;
}
.pformstrip{
background-color: #D1DCEB;
color: #3A4F6C;
font-weight: bold;
margin-top:1px
padding:7px;
}
#QUOTE{
background-color: #FAFCFE;
border: 1px solid #000;
color: #465584;
font-family: Verdana, Arial;
font-size: 11px;
padding: 2px;
}
#CODE{
background-color: #FAFCFE;
border: 1px solid #000;
color: #465584;
font-family: Courier, Courier New, Verdana, Arial;
font-size: 11px;
padding: 2px;
}
/* Main table top (dark blue gradient by default) */
.maintitle{
background-color: #D1DCEB;
background-image: url({ipb.vars['board_url']}/style_images/<#IMG_DIR#>/tile_back.gif);
color: #FFF;
font-weight: bold;
padding:8px 0px 8px 5px;
vertical-align:middle;
}
.maintitle a:link, .maintitle a:visited, .maintitle a:active{
color: #fff;
text-decoration: none;
}
.maintitle a:hover{
text-decoration: underline;
}
/* Topic View elements */
.signature{
color: #339;
font-size: 10px;
line-height:150%;
}
.postdetails{
font-size: 10px;
}
.postcolor{
font-size: 12px;
line-height: 160%;
}
</style>
</head>
<body>
<div id="ipbwrapper">]]></section_content>
<func_name>archive_html_header</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_msg</group_name>
<section_content><![CDATA[<div class="borderwrapm">
<div class="maintitle">{ipb.lang['pm_textbit']}{$info['msg_title']}</div>
<div class="tablefill"><div class="postcolor">{$info['msg_content']}</div></div>
<div class="formsubtitle">{ipb.lang['sentto_textbit']}<b>{$info['msg_sender']}</b> {ipb.lang['on_textbit']} {$info['msg_date']}</div>
</div>
<br />]]></section_content>
<func_name>archive_html_entry_sent</func_name>
<func_data><![CDATA[$info=""]]></func_data>
</template>
<template>
<group_name>skin_msg</group_name>
<section_content><![CDATA[<form action="{ipb.script_url}" method="post">
<input type="hidden" name="act" value="Msg" />
<input type="hidden" name="CODE" value="09" />
<div class="formsubtitle">{ipb.lang['member_add']}</div>
<table class='ipbtable' cellspacing="0">
<tr>
<td valign="middle">{ipb.lang['enter_a_name']}<br /><input type="text" name="mem_name" size="20" maxlength="40" value="$mem_to_add" /></td>
<td valign="middle">{ipb.lang['enter_desc']}<br /><input type="text" name="mem_desc" size="30" maxlength="60" value="" /></td>
<td valign="middle">{ipb.lang['allow_msg']}<br /><select name="allow_msg"><option value="yes" selected="selected">{ipb.lang['yes']}</option><option value="no">{ipb.lang['no']}</option></select></td>
</tr>
</table>
<div class="formsubtitle" align="center"><input type="submit" value="{ipb.lang['submit_address']}" /></div>
</form>]]></section_content>
<func_name>address_add</func_name>
<func_data><![CDATA[$mem_to_add=""]]></func_data>
</template>
<template>
<group_name>skin_portal</group_name>
<section_content><![CDATA[<br />
$content]]></section_content>
<func_name>tmpl_calendar_wrap</func_name>
<func_data><![CDATA[$content=""]]></func_data>
</template>
<template>
<group_name>skin_portal</group_name>
<section_content><![CDATA[<a href="{ipb.script_url}showtopic=$tid&view=getlastpost">{ipb.lang['article_comment']}</a>]]></section_content>
<func_name>tmpl_comment_link</func_name>
<func_data><![CDATA[$tid=""]]></func_data>
</template>
<template>
<group_name>skin_portal</group_name>
<section_content><![CDATA[<br />
<div class="borderwrap">
<div class="maintitle"><{CAT_IMG}> {ipb.lang['discuss_title']}</div>
$posts
</div>]]></section_content>
<func_name>tmpl_latestposts</func_name>
<func_data><![CDATA[$posts=""]]></func_data>
</template>
<template>
<group_name>skin_portal</group_name>
<section_content><![CDATA[· <a href="$link">$name</a><br />]]></section_content>
<func_name>tmpl_links_wrap</func_name>
<func_data><![CDATA[$link="",$name=""]]></func_data>
</template>
<template>
<group_name>skin_portal</group_name>
<section_content><![CDATA[<br />
<div class="borderwrap">
<div class="maintitle"><{CAT_IMG}> <a href="{ipb.script_url}act=Online">{ipb.lang['online_title']}</a></div>
<div class="tablepad">
<span class="desc">$breakdown<br />$split<br />$names</span>
</div>
</div>]]></section_content>
<func_name>tmpl_onlineusers</func_name>
<func_data><![CDATA[$breakdown="",$split="",$names=""]]></func_data>
</template>
<template>
<group_name>skin_portal</group_name>
<section_content><![CDATA[...<a href="{ipb.script_url}showtopic=$tid">{ipb.lang['article_readmore']}</a>]]></section_content>
<func_name>tmpl_readmore_link</func_name>
<func_data><![CDATA[$tid=""]]></func_data>
</template>
<template>
<group_name>skin_portal</group_name>
<section_content><![CDATA[<div class="borderwrap">
<table class='ipbtable' cellspacing="0">
<tr>
<td class="maintitle" colspan="2"><{CAT_IMG}> <a href="{ipb.script_url}showtopic={$entry['tid']}">{$entry['title']}</a></td>
</tr>
<tr>
<td class="row1" colspan="2">$top_string</td>
</tr>
<tr>
<td class="post1" width="5%" valign="top">{$entry['avatar']}</td>
<td class="post1" width="95%" valign="top"><div style="height: 200px; overflow: auto;">{$entry['post']}
<!--IBF.ATTACHMENT_{$entry['pid']}--></div></td>
</tr>
<tr>
<td class="row1" colspan="2" align="right">
$bottom_string
<a href="{ipb.script_url}act=Print&client=printer&f={$entry['forum_id']}&t={$entry['tid']}"><img src='style_images/<#IMG_DIR#>/cs_print.gif' border='0' /></a>
<a href="{ipb.script_url}act=Forward&f={$entry['forum_id']}&t={$entry['tid']}"><img src='style_images/<#IMG_DIR#>/cs_email.gif' border='0' /></a>
</td>
</tr>
</table>
</div>
<br />]]></section_content>
<func_name>tmpl_articles_row</func_name>
<func_data><![CDATA[$entry="",$bottom_string="",$top_string=""]]></func_data>
</template>
<template>
<group_name>skin_msg</group_name>
<section_content><![CDATA[<tr>
<td colspan='2' align='center' class='bg1'>
<div style='width:100%;' align='center' class='borderwrap'>
<table cellpadding='0' cellspacing='0' width='100%' class='darkrow3'>
<tr>
<td align="right" valign='top' width='20%'>
<strong>{ipb.lang['carbon_copy_title']}</strong><div class='desc'>{ipb.lang['carbon_copy_desc']}</div>
</td>
<td align="left" width='80%'>
<textarea name="carbon_copy" rows="5" cols="40" tabindex="2">$names</textarea><br />
<input type="button" name="findusers" onclick="find_users()" value="{ipb.lang['find_user_names']}" />
<br /><input type="checkbox" name="mt_hide_cc" value="1" {$checkbox}/> <b>{ipb.lang['cc_hide_users']}</b>
</td>
</tr>
</table>
</div>
</td>
</tr>]]></section_content>
<func_name>mass_pm_box</func_name>
<func_data><![CDATA[$names="",$checkbox=""]]></func_data>
</template>
<template>
<group_name>skin_portal</group_name>
<section_content>$articles</section_content>
<func_name>tmpl_articles</func_name>
<func_data><![CDATA[$articles=""]]></func_data>
</template>
<template>
<group_name>skin_portal</group_name>
<section_content><![CDATA[<style type="text/css" media="all">
@import url({ipb.vars['board_url']}/css.php?d={$css}_{$img}.css);
</style>]]></section_content>
<func_name>csite_css_external</func_name>
<func_data><![CDATA[$css="",$img=""]]></func_data>
</template>
<template>
<group_name>skin_portal</group_name>
<section_content><![CDATA[<style type="text/css">
{$css}
</style>]]></section_content>
<func_name>csite_css_inline</func_name>
<func_data><![CDATA[$css=""]]></func_data>
</template>
<template>
<group_name>skin_portal</group_name>
<section_content><![CDATA[<table class='ipbtable' cellspacing="0">
<tr>
<td width="30%" class="nopad" valign="top">
<!-- LEFT -->
<!--::BASIC:SITENAV::-->
<!--::online_users_show::-->
<!--::blogs_show_last_updated_x::-->
<!--::gallery_show_random_image::-->
<!--::calendar_show_current_month::-->
<!--::poll_show_poll::-->
<!--::recent_topics_discussions_last_x::-->
<!--::BASIC:AFFILIATES::-->
<!--END LEFT-->
</td>
<!--SPACER-->
<td width="1%" class="nopad"> </td>
<td width="70%" class="nopad" valign="top">
<!--MAIN-->
<!--::recent_topics_last_x::-->
<!--END MAIN-->
</td>
</tr>
<!--End Main Content-->
</table>]]></section_content>
<func_name>csite_skeleton_template</func_name>
<func_data><![CDATA[$component_links='']]></func_data>
</template>
<template>
<group_name>skin_portal</group_name>
<section_content><![CDATA[<br />
<div class="borderwrap">
<div class="maintitle"><{CAT_IMG}> {ipb.lang['aff_title']}</div>
<div class="tablepad">
$links
</div>
</div>]]></section_content>
<func_name>tmpl_affiliates</func_name>
<func_data><![CDATA[$links=""]]></func_data>
</template>
<template>
<group_name>skin_post</group_name>
<section_content><![CDATA[<tr>
<td class="formbuttonrow" colspan="2"><input type="submit" name="submit" value="$data" tabindex="4" class="button" accesskey="s" /> </td>
</tr>
</table>
</form>
<br style="clear: all;" />]]></section_content>
<func_name>poll_end_form</func_name>
<func_data><![CDATA[$data=""]]></func_data>
</template>
<template>
<group_name>skin_post</group_name>
<section_content><![CDATA[<br />
<input type="checkbox" size="40" value="1" name="allow_disc" class="forminput" /> {ipb.lang['poll_only']}]]></section_content>
<func_name>poll_options</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_post</group_name>
<section_content><![CDATA[<tr>
<td colspan='2' align='center' class='bg1'>
<div align='center' class='borderwrap'>
<table cellpadding='0' cellspacing='0' width='100%' class='darkrow3'>
<tr>
<td align="right" valign='top' width='20%'>
<!--SMILIE TABLE-->
</td>
<td align='left' valign="top">
{$editor_html}
</td>
</tr>
</table>
</div>
</td>
</tr>
<tr>
<td colspan='2' align='center' class='bg1'>
<div style='width:100%;' align='center' class='borderwrap'>
<table cellpadding='0' cellspacing='0' width='100%' class='darkrow3'>
<tr>
<td align="right" valign='top' width='20%'>
<strong>{ipb.lang['po_options']}</strong>
</td>
<td align="left" width='80%'>
<!--IBF.HTML-->
<!--IBF.EMO-->
<!--IBF.SIG-->
<!--IBF.TRACK-->
</td>
</tr>
</table>
</div>
</td>
</tr>]]></section_content>
<func_name>postbox_wrap</func_name>
<func_data><![CDATA[$editor_html=""]]></func_data>
</template>
<template>
<group_name>skin_post</group_name>
<section_content><![CDATA[<tr>
<td colspan='2' align='center' class='bg1'>
<div style='width:100%;' align='center' class='borderwrap'>
<table cellpadding='0' cellspacing='0' width='100%' class='darkrow3'>
<tr>
<td align="right" width='20%'>
<strong>{ipb.lang['edit_ops']}</strong>
</td>
<td align="left" width='80%'>
<input type="checkbox" name="add_edit" value="1" $checked class="forminput" /> {ipb.lang['append_edit']}
</td>
</tr>
</table>
</div>
</td>
</tr>]]></section_content>
<func_name>add_edit_box</func_name>
<func_data><![CDATA[$checked=""]]></func_data>
</template>
<template>
<group_name>skin_post</group_name>
<section_content><![CDATA[<div class="borderwrap">
<div class="formsubtitle">{ipb.lang['errors_found']}</div>
<div class="tablepad"><span class="postcolor">$data</span></div>
</div>
<br />]]></section_content>
<func_name>errors</func_name>
<func_data><![CDATA[$data=""]]></func_data>
</template>
<template>
<group_name>skin_post</group_name>
<section_content><![CDATA[<tr>
<td class="formbuttonrow" colspan="2">
<input type="submit" name="dosubmit" value="$data" tabindex="7" class="button" accesskey="s" />
<input type="submit" name="preview" value="{ipb.lang['button_preview']}" tabindex="8" class="button" />
</td>
</tr>
</table>
</div>
</form>
<br style="clear: all;" />]]></section_content>
<func_name>EndForm</func_name>
<func_data><![CDATA[$data=""]]></func_data>
</template>
<template>
<group_name>skin_register</group_name>
<section_content><![CDATA[<div class="borderwrap">
<div class="formsubtitle">{ipb.lang['errors_found']}</div>
<div class="tablepad"><span class="postcolor">$data</span></div>
</div>
<br />]]></section_content>
<func_name>errors</func_name>
<func_data><![CDATA[$data=""]]></func_data>
</template>
<template>
<group_name>skin_register</group_name>
<section_content><![CDATA[<select name="$name">$options</select>]]></section_content>
<func_name>field_dropdown</func_name>
<func_data><![CDATA[$name="",$options=""]]></func_data>
</template>
<template>
<group_name>skin_register</group_name>
<section_content><![CDATA[<fieldset>
<legend><strong>$title</strong></legend>
<div class="desc">$desc</div><br />
$content
</fieldset>]]></section_content>
<func_name>field_entry</func_name>
<func_data><![CDATA[$title="",$desc="",$content=""]]></func_data>
</template>
<template>
<group_name>skin_register</group_name>
<section_content><![CDATA[<textarea cols="60" rows="5" name="$name">$value</textarea>]]></section_content>
<func_name>field_textarea</func_name>
<func_data><![CDATA[$name="",$value=""]]></func_data>
</template>
<template>
<group_name>skin_register</group_name>
<section_content><![CDATA[<input type="text" size="30" name="$name" value="$value" />]]></section_content>
<func_name>field_textinput</func_name>
<func_data><![CDATA[$name="",$value=""]]></func_data>
</template>
<template>
<group_name>skin_register</group_name>
<section_content><![CDATA[<form action="{ipb.script_url}" method="post">
<input type="hidden" name="act" value="Reg" />
<input type="hidden" name="CODE" value="11" />
<div class="borderwrap">
<div class="maintitle"><{CAT_IMG}> {ipb.lang['lost_pass_form']}</div>
<div class="formsubtitle">{ipb.lang['lp_header']}</div>
<div class="tablepad"><span>
<if="ipb.vars['converge_login_method'] == 'username'">
{ipb.lang['lp_text']}
</if>
<else>
{ipb.lang['lp_text_email']}
</else>
</span></div>
<div class="formsubtitle">{ipb.lang['complete_form']}</div>
<table class='ipbtable' cellspacing="0">
<tr>
<td class="pformleft">
<if="ipb.vars['converge_login_method'] == 'username'">
<strong>{ipb.lang['lp_user_name']}</strong>
</if>
<else>
<strong>{ipb.lang['lp_email_address']}</strong>
</else>
</td>
<td class="pformright"><input type="text" size="32" maxlength="32" name="member_name" /></td>
</tr>
</table>
<!--{REG.ANTISPAM}--><br />
</div>
<br />
<div class="borderwrap">
<div class="formsubtitle" align="center"><input type="submit" value="{ipb.lang['lp_send']}" /></div>
</div>
</form>]]></section_content>
<func_name>lost_pass_form</func_name>
<func_data><![CDATA[$lasid=""]]></func_data>
</template>
<template>
<group_name>skin_register</group_name>
<section_content><![CDATA[<script type="text/javascript" src="jscripts/ipb_register.js"></script>
<script type="text/javascript">
//<!#^#|CDATA|
coppa_save();
//|#^#]>
</script>
<div class="borderwrap">
<div class="maintitle">{ipb.lang['cp2_title']}</div>
<table class='ipbtable' cellspacing="1">
<tr>
<td class="row1">
{ipb.lang['cp2_text']}<br /><br />
<div>
<span>
<< <a href="#" onclick="coppa_cancel()">{ipb.lang['cp2_cancel']}</a>
- <a href="{ipb.script_url}act=Reg&coppa_pass=1&coppa_user=1">{ipb.lang['cp2_continue']}</a> >>
</span>
</div>
</td>
</tr>
<tr>
<td class="formsubtitle">{ipb.lang['coppa_form']}</td>
</tr>
<tr>
<td class="row1">{ipb.lang['coppa_form_text']} <a href="mailto:{ipb.vars['email_in']}">{ipb.vars['email_in']}</a></td>
</tr>
</table>
</div>]]></section_content>
<func_name>coppa_two</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_register</group_name>
<section_content><![CDATA[<script type="text/javascript" src="jscripts/ipb_register.js"></script>
<script type="text/javascript">
//<!#^#|CDATA|
var coppa_bounce = '{ipb.lang['coppa_bounce']}';
coppa_check();
//|#^#]>
</script>
<div class="borderwrap">
<div class="maintitle"><{CAT_IMG}> {ipb.lang['registration_form']}</div>
<div class="formsubtitle">{ipb.lang['coppa_info']}</div>
<div class="tablepad" align="center">
<span class="postcolor">
<b>{ipb.lang['coppa_link']}<br /><br />
< <a href="{ipb.script_url}act=Reg&coppa_pass=1">{ipb.lang['coppa_date_before']} $coppadate</a>
- <a href="{ipb.script_url}act=Reg&CODE=coppa_two">{ipb.lang['coppa_date_after']} $coppadate</a> >
</b>
</span>
</div>
<div class="formsubtitle">{ipb.lang['coppa_form']}</div>
<div class="tablepad">{ipb.lang['coppa_form_text']} <a href="mailto:{ipb.vars['email_in']}">{ipb.vars['email_in']}</a></div>
</div>]]></section_content>
<func_name>coppa_start</func_name>
<func_data><![CDATA[$coppadate=""]]></func_data>
</template>
<template>
<group_name>skin_register</group_name>
<section_content><![CDATA[<br />
<input type="hidden" name="regid" value="$regid" />
<fieldset class="row3">
<legend><b>{ipb.lang['las_title']}</b></legend>
<table class='ipbtable' cellspacing="0">
<tr>
<td width="1%">
{ipb.lang['las_input']}<div class="desc">{ipb.lang['las_input_text']}</div>
<input type="text" size="25" maxlength="32" name="reg_code" />
</td>
<td align="center"><img src="{ipb.script_url}act=Reg&CODE=image&rc={$regid}" alt="{ipb.lang['alt_loadingimg']}" /></td>
</tr>
</table>
</fieldset>]]></section_content>
<func_name>bot_antispam_gd</func_name>
<func_data><![CDATA[$regid=""]]></func_data>
</template>
<template>
<group_name>skin_register</group_name>
<section_content><![CDATA[<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=<% CHARSET %>" />
<title>{ipb.lang['cpf_title']}</title>
<!--<link rel="stylesheet" href="style_sheets/stylesheet_<{css_id}>.css" type="text/css">-->
</head>
<body>
<table class='ipbtable' cellspacing="1">
<tr>
<td valign="middle">
<span class="pagetitle">{ipb.vars['board_name']}: {ipb.lang['cpf_title']}</span><br /><br />
<b><span>{ipb.lang['cpf_perm_parent']}</span></b><br /><br />
{ipb.lang['cpf_fax']} {ipb.vars['coppa_fax']}<br /><br />{ipb.lang['cpf_address']}<br />
{ipb.vars['coppa_address']}
</td>
</tr>
</table>
<br />
<table class='ipbtable' cellspacing="1">
<tr>
<td width="40%">{ipb.lang['user_name']}</td>
<td> </td>
</tr>
<tr>
<td width="40%">{ipb.lang['pass_word']}</td>
<td> </td>
</tr>
<tr>
<td width="40%">{ipb.lang['email_address']}</td>
<td> </td>
</tr>
</table>
<br />
<table class='ipbtable' cellspacing="1">
<tr>
<td valign="middle"><b><span>{ipb.lang['cpf_sign']}</span></b></td>
</tr>
</table>
<br />
<table class='ipbtable' cellspacing="1">
<tr>
<td width="40%">{ipb.lang['cpf_name']}</td>
<td> </td>
</tr>
<tr>
<td width="40%">{ipb.lang['cpf_relation']}</td>
<td> </td>
</tr>
<tr>
<td width="40%">{ipb.lang['cpf_signature']}</td>
<td> </td>
</tr>
<tr>
<td width="40%">{ipb.lang['cpf_email']}</td>
<td> </td>
</tr>
<tr>
<td width="40%">{ipb.lang['cpf_phone']}</td>
<td> </td>
</tr>
<tr>
<td width="40%">{ipb.lang['cpf_date']}</td>
<td> </td>
</tr>
</table>
</body>
</html>]]></section_content>
<func_name>coppa_form</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_search</group_name>
<section_content><![CDATA[<!-- Begin Topic Entry {$data['tid']} -->
<tr>
<td align="center" class="row2">{$data['folder_img']}</td>
<td align="center" width="3%" class="row1">{$data['topic_icon']}</td>
<td class="row2">
<table class='ipbtable' cellspacing="0">
<tr>
<if="data['go_new_post'] != ''">
<td valign="middle">{$data['go_new_post']}</td>
</if>
<td width="100%">{$data['prefix']} {$data['attach_img']}<a href="{ipb.script_url}showtopic={$data['tid']}&hl={$data['keywords']}">{$data['title']}</a> {$data[PAGES]}</td>
</tr>
</table>
<span class="desc">{$data['description']}</span>
</td>
<td class="row2" width="15%"><span class="forumdesc"><a href="{ipb.script_url}showforum={$data['forum_id']}" title="{$data['forum_full_name']}">{$data['forum_name']}</a></span></td>
<td align="center" class="row1">{$data['starter']}</td>
<td align="center" class="row2">{$data['posts']}</td>
<td align="center" class="row1">{$data['views']}</td>
<td class="row1"><span class="desc">{$data['last_post']}<br /><a href="{ipb.script_url}showtopic={$data['tid']}&view=getlastpost">{$data['last_text']}</a> <b>{$data['last_poster']}</b></span></td>
</tr>
<!-- End Topic Entry {$data['tid']} -->]]></section_content>
<func_name>RenderRow</func_name>
<func_data><![CDATA[$data=""]]></func_data>
</template>
<template>
<group_name>skin_search</group_name>
<section_content><![CDATA[ <input type="button" value="{ipb.lang['so_less_opts']}" onclick="go_gadget_simple()" />]]></section_content>
<func_name>form_simple_button</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_search</group_name>
<section_content><![CDATA[<!-- Begin Topic Entry {$data['tid']} -->
<tr>
<td align="center" colspan="8" class="row1"><b>{ipb.lang['no_search_topics']}</b></td>
</tr>
<!-- End Topic Entry {$data['tid']} -->]]></section_content>
<func_name>no_results_row</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_search</group_name>
<section_content><![CDATA[<br />
<div class="borderwrap">
<div class="maintitle">{$data['prefix']} <a href="{ipb.script_url}showtopic={$data['tid']}&hl={$data['keywords']}">{$data['topic_title']}</a></div>
<table class='ipbtable' cellspacing="1">
<tr>
<td width="150" class="row2"><span class="normalname">{$data['author_name']}</span></td>
<td class="row2" width="100%"><b>{ipb.lang['rp_postedon']} {$data['post_date']}</b></td>
</tr>
<tr>
<td class="post1" valign='top'>
<span class="postdetails">
{$author['avatar']}<br /><br />
{$author['title']}<br />
{$author['member_rank_img']}<br /><br />
{$author['member_group']}<br />
{$author['member_posts']}<br />
{$author['member_joined']}<br />
{$author['member_location']}
{$author['member_number']}<br /><br />
{$author['warn_text']} {$author['warn_minus']}{$author['warn_img']}{$author['warn_add']}
</span><br />
<!--$ author[field_1]-->
<img src="{ipb.vars['img_url']}/spacer.gif" alt="" width="160" height="1" />
</td>
<td class="post1" width="100%"><div class="postcolor" style='height:200px;overflow:auto'>{$data['post']}</div></td>
</tr>
<tr>
<td class="row2"> </td>
<td class="row2">
{ipb.lang['rp_forum']} <a href="{ipb.script_url}showforum={$data['forum_id']}">{$data['forum_name']}</a>
· {ipb.lang['rp_post']} <a href="{ipb.script_url}act=ST&f={$data['forum_id']}&t={$data['tid']}&hl={$data['keywords']}&view=findpost&p={$data['pid']}" class="linkthru">#{$data['pid']}</a>
· {ipb.lang['rp_replies']} <b>{$data['topic_posts']}</b>
· {ipb.lang['rp_hits']} <b>{$data['views']}
</td>
</tr>
</table>
</div>]]></section_content>
<func_name>RenderPostRow</func_name>
<func_data><![CDATA[$data="",$author=""]]></func_data>
</template>
<template>
<group_name>skin_topic</group_name>
<section_content><![CDATA[<img name="img{$pid}" src="{ipb.vars['img_url']}/topic_unselected.gif" />]]></section_content>
<func_name>pid_image_unselected</func_name>
<func_data><![CDATA[$pid=""]]></func_data>
</template>
<template>
<group_name>skin_topic</group_name>
<section_content><![CDATA[<img src="{ipb.vars['img_url']}/folder_post_icons/icon{$icon}.gif" alt="" />]]></section_content>
<func_name>post_icon</func_name>
<func_data><![CDATA[$icon=""]]></func_data>
</template>
<template>
<group_name>skin_topic</group_name>
<section_content><![CDATA[<a href="javascript:ShowHide('qr_open','qr_closed');" title="{ipb.lang['qr_open']}" accesskey="f"><{T_QREPLY}></a>]]></section_content>
<func_name>quick_reply_box_closed</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_topic</group_name>
<section_content><![CDATA[<script type="text/javascript">
<!--
var emowindow = '';
function emo_pop(){
emowindow = window.open("index.{ipb.vars['php_ext']}?act=legends&CODE=emoticons&s={ipb.session_id}","Legends","width=250,height=500,resizable=yes,scrollbars=yes");
}
-->
</script>
<div id="qr_open" style="display: $show; position: relative;">
<br />
<form name="REPLIER" action="{ipb.script_url}" method="post">
<input type="hidden" name="act" value="Post" />
<input type="hidden" name="CODE" value="03" />
<input type="hidden" name="f" value="$fid" />
<input type="hidden" name="t" value="$tid" />
<input type="hidden" name="st" value="{ipb.input['st']}" />
<input type="hidden" name="auth_key" value="$key" />
<input type="hidden" name="fast_reply_used" value="1" />
<!-- TITLE DIV -->
<div class="borderwrap">
<div class="maintitle"><{CAT_IMG}> {ipb.lang['qr_title']}</div>
<div style='padding:6px' align="center">
<textarea onmouseover='checkselection()' id='fastreplyarea' cols="70" rows="8" name="Post" class="textarea" tabindex="1"></textarea>
<!-- HIDDEN PASTE SELECTION QUESTION -->
<div id='fastreply-pastesel' align='center' style='display:none;'>
<input type="button" name="pastesel" onclick="pasteselection();" value="{ipb.lang['add_selected_text']}" class="button" />
</div>
<!-- / HIDDEN PASTE SELECTION QUESTION -->
<br />
<if="ipb.member['auto_track'] == "" or ipb.member['auto_track'] == '0'">
<input type="checkbox" name="enabletrack" value="1" class="checkbox" /> {ipb.lang['qr_add_email']} |
</if>
<else>
<input type="checkbox" name="enabletrack" value="1" class="checkbox" checked="checked" /> {ipb.lang['qr_add_email']} |
</else>
<input type="checkbox" name="enableemo" value="yes" class="checkbox" checked="checked" /> <a href="javascript:emo_pop();">{ipb.lang['qr_add_smilie']}</a> |
<input type="checkbox" name="enablesig" value="yes" class="checkbox" checked="checked" /> {ipb.lang['qr_add_sig']}
<br />
<br />
<input type="submit" name="submit" value="{ipb.lang['qr_submit']}" class="button" tabindex="2" accesskey="s" />
<input type="submit" name="preview" value="{ipb.lang['qr_more_opts']}" class="button" />
<input type="button" name="qrc" onclick="ShowHide('qr_open','qr_closed');" value="{ipb.lang['qr_closeit']}" class="button" />
</div>
</div>
</form>
</div>]]></section_content>
<func_name>quick_reply_box_open</func_name>
<func_data><![CDATA[$fid="",$tid="",$show="hide",$key=""]]></func_data>
</template>
<template>
<group_name>skin_topic</group_name>
<section_content><![CDATA[<div id='post-ignore-{$post['pid']}' style='display:none'>
<div class="postcolor" id='post-{$post['pid']}'>
<strong>{ipb.lang['ignore_first_line']} {$post['members_display_name']}.</strong>
<br />
<br />
· <a href="#" onclick="return topic_show_ignored_post('{$post['pid']}')">{ipb.lang['ignore_view_post']}</a>
<br />
· <a href="{ipb.script_url}act=UserCP&CODE=ignoreremove&id={$author['id']}">{ipb.lang['ignore_unignore']} {$post['members_display_name']}</a>
</div>
</div>
<script type="text/javascript">
//<!#^#|CDATA|
topic_init_ignored_post( '{$post['pid']}' );
//|#^#]>
</script>]]></section_content>
<func_name>render_row_hidden</func_name>
<func_data><![CDATA[$post="",$author=""]]></func_data>
</template>
<template>
<group_name>skin_topic</group_name>
<section_content><![CDATA[<!--Begin Msg Number {$post['pid']}-->
<table class='ipbtable' cellspacing="1">
<tr>
<td valign="middle" class="row2" width="1%"><a name="entry{$post['pid']}"></a><span class="{$post['name_css']}">{$author['members_display_name']}</span></td>
<td class="row2" valign="top" width="99%">
<!-- POSTED DATE DIV -->
<div style="float: left;">
<span class="postdetails">{$post['post_icon']} <img src='{ipb.vars['img_url']}/to_post_off.gif' alt='{ipb.lang['to_post_alt']}' border='0' style='padding-bottom:2px' /> {$post['post_date']}</span>
</div>
<!-- REPORT / DELETE / EDIT / QUOTE DIV -->
<div align="right">
<span class="postdetails">{$post['ip_address']} {ipb.lang['posted_on']}
<a title="{ipb.lang['tt_link']}" href="#" onclick="link_to_post({$post['pid']}); return false;">#{$post['post_count']}</a>
<if="ipb.member['is_mod']">
| <a href="#" title="{ipb.lang['click_for_mod']}" onclick="topic_toggle_pid('{$post['pid']}'); return false;">{$post['pid_start_image']}</a>
</if>
</span>
</div>
</td>
</tr>
<tr>
<td valign="top" class="{$post['post_css']}">
<span class="postdetails">
{$author['avatar']}<br /><br />
{$author['title']}<br />
{$author['member_rank_img']}<br /><br />
{$author['member_group']}<br />
{$author['member_posts']}<br />
{$author['member_joined']}<br />
{$author['member_location']}
{$author['member_number']}<br />
<if="author['custom_fields'] != """>
{$author['custom_fields']}
</if>
<br />
{$author['warn_text']} {$author['warn_minus']}{$author['warn_img']}{$author['warn_add']}
</span><br />
<img src="{ipb.vars['img_url']}/spacer.gif" alt="" width="160" height="1" /><br />
</td>
<td width="100%" valign="top" class="{$post['post_css']}" id='post-main-{$post['pid']}'>
<!-- THE POST {$post['pid']} -->
<div class="postcolor" id='post-{$post['pid']}'>{$post['post']}</div>
<!--IBF.ATTACHMENT_{$post['pid']}-->
{$post['signature']}
<!-- THE POST -->
</td>
</tr>
<tr>
<td class="formbuttonrow" nowrap="nowrap">
<div style='text-align:left'>{$author['online_status_indicator']}{$author['addresscard']}{$author['message_icon']}<!--{$author['email_icon']}--></div>
</td>
<td class="formbuttonrow" nowrap="nowrap">
<!-- PM / EMAIL / WWW / MSGR -->
<div style="float: left;">
{$post['report_link']}<a href="javascript:scroll(0,0);"><{P_UP}></a>
</div>
<!-- REPORT / UP -->
<div align="right">
{$post['delete_button']}{$post['edit_button']}<a href="#" onclick="multiquote_add({$post['pid']}); return false;" title="{ipb.lang['mq_title']}">{$post['mq_start_image']}</a><a href="{ipb.script_url}act=Post&CODE=02&f={ipb.input[f]}&t={ipb.input[t]}&qpid={$post['pid']}" title="{ipb.lang['tt_reply_to_post']}"><{P_QUOTE}></a>
</div>
</td>
</tr><tr>
<td class="catend" colspan="2">
<!-- no content -->
</td>
</tr>
</table>
<script type='text/javascript'>
//<!#^#|CDATA|
if ( ajax_loaded && use_enhanced_js )
{
menu_build_menu( 'edit-but-{$post['pid']}',
new Array( img_item + " <a title='{ipb.lang['edit_full_desc']}' href='{ipb.script_url}act=post&do=edit_post&f={$post['forum_id']}&t={$post['topic_id']}&p={$post['pid']}&st={ipb.input['st']}'>{ipb.lang['edit_full_title']}</a>",
img_item + " <a href='#' title='{ipb.lang['edit_quick_desc']}' onclick='return ajax_prep_for_edit({$post['pid']}, event);'>{ipb.lang['edit_quick_title']}</a>" ) );
}
//|#^#]>
</script>]]></section_content>
<func_name>RenderRow</func_name>
<func_data><![CDATA[$post="",$author=""]]></func_data>
</template>
<template>
<group_name>skin_topic</group_name>
<section_content><![CDATA[<a href="{ipb.script_url}act=report&t={$data['topic_id']}&p={$data['pid']}&st={ipb.input['st']}"><{P_REPORT}></a>]]></section_content>
<func_name>report_link</func_name>
<func_data><![CDATA[$data=""]]></func_data>
</template>
<template>
<group_name>skin_topic</group_name>
<section_content><![CDATA[<br /><br /><b><span class="edit">$title</span></b><br />]]></section_content>
<func_name>show_attachment_title</func_name>
<func_data><![CDATA[$title=""]]></func_data>
</template>
<template>
<group_name>skin_topic</group_name>
<section_content><![CDATA[<a href="{ipb.script_url}act=Attach&type={$data['method']}&id={$data['id']}" title="{ipb.lang['attach_dl']}" target="_blank"><img src="{ipb.vars['mime_img']}/{$data['image']}" alt="{ipb.lang['attached_file']}" /></a>
<a href="{ipb.script_url}act=Attach&type={$data['method']}&id={$data['id']}" title="{ipb.lang['attach_dl']}" target="_blank">{$data['name']}</a> ( {$data['size']} )
<span class="desc">{ipb.lang['attach_hits']}: {$data['hits']}</span><br />]]></section_content>
<func_name>Show_attachments</func_name>
<func_data><![CDATA[$data=""]]></func_data>
</template>
<template>
<group_name>skin_topic</group_name>
<section_content><![CDATA[<img src="$filename" alt="Group Icon" />]]></section_content>
<func_name>member_rank_img</func_name>
<func_data><![CDATA[$filename=""]]></func_data>
</template>
<template>
<group_name>skin_topic</group_name>
<section_content><![CDATA[</select>
<input type="submit" value="{ipb.lang['mm_submit']}" class="button" />
</form>
</div>]]></section_content>
<func_name>mm_end</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_topic</group_name>
<section_content><![CDATA[<option value="$id">$name</option>]]></section_content>
<func_name>mm_entry</func_name>
<func_data><![CDATA[$id="",$name=""]]></func_data>
</template>
<template>
<group_name>skin_topic</group_name>
<section_content><![CDATA[<div style="float: left;">
<form action="{ipb.script_url}act=mmod&t=$tid" method="post">
<input type="hidden" name="check" value="1" />
<select name="mm_id" class="dropdown">
<option value="-1">{ipb.lang['mm_title']}</option>]]></section_content>
<func_name>mm_start</func_name>
<func_data><![CDATA[$tid=""]]></func_data>
</template>
<template>
<group_name>skin_topic</group_name>
<section_content><![CDATA[<div>
<form method="POST" name="modform2" action="{ipb.script_url}">
<input type="hidden" name="t" value="$tid" />
<input type="hidden" name="f" value="$fid" />
<input type="hidden" name="st" value="{ipb.input['st']}" />
<input type="hidden" name="auth_key" value="$key" />
<input type="hidden" name="act" value="Mod" />
<select name="CODE" class="dropdown">
<option value="-1">{ipb.lang['moderation_ops']}</option>
$data
</select>
<input type="submit" value="{ipb.lang['jmp_go']}" class="button" />
</form>
</div>]]></section_content>
<func_name>Mod_Panel</func_name>
<func_data><![CDATA[$data="",$fid="",$tid="",$key=""]]></func_data>
</template>
<template>
<group_name>skin_topic</group_name>
<section_content><![CDATA[<option value="$id">-{$text}</option>]]></section_content>
<func_name>mod_wrapper</func_name>
<func_data><![CDATA[$id="",$text=""]]></func_data>
</template>
<template>
<group_name>skin_topic</group_name>
<section_content><![CDATA[<img src="{ipb.vars['img_url']}/p_mq_add.gif" name="mad_$pid" alt="+" />]]></section_content>
<func_name>mq_image_add</func_name>
<func_data><![CDATA[$pid=""]]></func_data>
</template>
<template>
<group_name>skin_topic</group_name>
<section_content><![CDATA[<img src="{ipb.vars['img_url']}/p_mq_remove.gif" name="mad_$pid" alt="-" />]]></section_content>
<func_name>mq_image_remove</func_name>
<func_data><![CDATA[$pid=""]]></func_data>
</template>
<template>
<group_name>skin_topic</group_name>
<section_content><![CDATA[<img name="img{$pid}" src="{ipb.vars['img_url']}/topic_selected.gif" />]]></section_content>
<func_name>pid_image_selected</func_name>
<func_data><![CDATA[$pid=""]]></func_data>
</template>
<template>
<group_name>skin_topic</group_name>
<section_content><![CDATA[{ipb.lang['m_posts']} $posts]]></section_content>
<func_name>member_posts</func_name>
<func_data><![CDATA[$posts=""]]></func_data>
</template>
<template>
<group_name>skin_topic</group_name>
<section_content><![CDATA[{ipb.lang['member_no']} $number]]></section_content>
<func_name>member_number</func_name>
<func_data><![CDATA[$number=""]]></func_data>
</template>
<template>
<group_name>skin_topic</group_name>
<section_content><![CDATA[{ipb.lang['m_location']} $location<br />]]></section_content>
<func_name>member_location</func_name>
<func_data><![CDATA[$location=""]]></func_data>
</template>
<template>
<group_name>skin_topic</group_name>
<section_content><![CDATA[{ipb.lang['m_joined']} $date]]></section_content>
<func_name>member_joined</func_name>
<func_data><![CDATA[$date=""]]></func_data>
</template>
<template>
<group_name>skin_topic</group_name>
<section_content><![CDATA[<div class="borderwrap">
<div class="maintitle"><{CAT_IMG}> {ipb.lang['announce_title']}: {$announce['announce_title']}</div>
<table class='ipbtable' cellspacing="1">
<tr>
<td valign="middle" class="row2"><span class="normalname"><a href="{ipb.script_url}showuser={$author['id']}">{$author['members_display_name']}</a></span></td>
<td class="row2" valign="top">
<!-- POSTED DATE DIV -->
<div class="row2">
<span class="postdetails"><b>{$announce['announce_title']}</b> {$announce['running_date']}</span>
</div>
</td>
</tr>
<tr>
<td valign="top" class="post1">
<span class="postdetails">
{$author['avatar']}<br /><br />
{$author['title']}<br />
{$author['member_rank_img']}<br /><br />
{$author['member_group']}<br />
{$author['member_posts']}<br />
{$author['member_number']}<br />
{$author['member_joined']}<br /><br />
{$author['warn_text']} {$author['warn_minus']}{$author['warn_img']}{$author['warn_add']}
</span><br />
<!--$ author[field_1]-->
<img src="{ipb.vars['img_url']}/spacer.gif" alt="" width="160" height="1" /><br />
</td>
<td width="100%" valign="top" class="post1"><div class="postcolor">{$announce['announce_post']}</td>
</tr>
<tr>
<td class="darkrow3"> </td>
<td class="darkrow3" nowrap="nowrap">
<!-- EMAIL / WWW / MSGR -->
<div class="darkrow3">
{$author['addresscard']}{$author['message_icon']}{$author['email_icon']}
</div>
</td>
</tr>
</table>
</div>]]></section_content>
<func_name>announcement_show</func_name>
<func_data><![CDATA[$announce="",$author=""]]></func_data>
</template>
<template>
<group_name>skin_topic</group_name>
<section_content><![CDATA[<a href="javascript:PopUp('{ipb.script_url}act=Profile&CODE=showcard&MID={$id}','AddressCard','600','300','0','1','1','1')" title="{ipb.lang['ac_title']}"><{P_CARD}></a>]]></section_content>
<func_name>member_icon_vcard</func_name>
<func_data><![CDATA[$id=""]]></func_data>
</template>
<template>
<group_name>skin_topic</group_name>
<section_content><![CDATA[<a href="{ipb.script_url}showuser={$id}"><{P_PROFILE}></a>]]></section_content>
<func_name>member_icon_profile</func_name>
<func_data><![CDATA[$id=""]]></func_data>
</template>
<template>
<group_name>skin_topic</group_name>
<section_content><![CDATA[<a href="{ipb.script_url}act=Msg&CODE=04&MID={$id}"><{P_MSG}></a>]]></section_content>
<func_name>member_icon_msg</func_name>
<func_data><![CDATA[$id=""]]></func_data>
</template>
<template>
<group_name>skin_topic</group_name>
<section_content><![CDATA[<a href="{ipb.script_url}act=Mail&CODE=00&MID={$id}"><{P_EMAIL}></a>]]></section_content>
<func_name>member_icon_email</func_name>
<func_data><![CDATA[$id=""]]></func_data>
</template>
<template>
<group_name>skin_topic</group_name>
<section_content><![CDATA[{ipb.lang['m_group']} $title]]></section_content>
<func_name>member_group</func_name>
<func_data><![CDATA[$title=""]]></func_data>
</template>
<template>
<group_name>skin_topic</group_name>
<section_content><![CDATA[{ipb.lang['ip']}: $data |]]></section_content>
<func_name>ip_show</func_name>
<func_data><![CDATA[$data=""]]></func_data>
</template>
<template>
<group_name>skin_topic</group_name>
<section_content><![CDATA[<a href="{ipb.script_url}act=usercp&CODE=iptool&ip={$ip}" target="_blank">{$ip}</a>]]></section_content>
<func_name>ip_admin_show</func_name>
<func_data><![CDATA[$ip=""]]></func_data>
</template>
<template>
<group_name>skin_topic</group_name>
<section_content><![CDATA[<i>{ipb.lang['ip_private']}</i>]]></section_content>
<func_name>ip_admin_hide</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_topic</group_name>
<section_content><![CDATA[<a href="javascript:delete_post('{ipb.script_url}act=Mod&CODE=04&f={$fid}&t={$tid}&p={$pid}&st={ipb.input['st']}&auth_key=$key')"><{P_DELETE}></a>]]></section_content>
<func_name>button_delete</func_name>
<func_data><![CDATA[$fid="",$tid="",$pid="",$key=""]]></func_data>
</template>
<template>
<group_name>skin_topic</group_name>
<section_content><![CDATA[<a id='edit-but-{$pid}' href="{ipb.script_url}act=post&do=edit_post&f={$fid}&t={$tid}&p={$pid}&st={ipb.input['st']}"><{P_EDIT}></a>]]></section_content>
<func_name>button_edit</func_name>
<func_data><![CDATA[$fid="",$tid="",$pid=""]]></func_data>
</template>
<template>
<group_name>skin_topic</group_name>
<section_content><![CDATA[<a href="$url">$macro</a>]]></section_content>
<func_name>button_posting</func_name>
<func_data><![CDATA[$url="",$macro=""]]></func_data>
</template>
<template>
<group_name>skin_topic</group_name>
<section_content><![CDATA[<!--
( <a href="{ipb.script_url}act=ST&f=$fid&t=$tid&view=getnewpost">{ipb.lang['go_new_post']}</a> )
-->]]></section_content>
<func_name>golastpost_link</func_name>
<func_data><![CDATA[$fid="",$tid=""]]></func_data>
</template>
<template>
<group_name>skin_ucp</group_name>
<section_content><![CDATA[<tr>
<td class="row2" align="center" colspan="6">{ipb.lang['subs_none']}</td>
</tr>]]></section_content>
<func_name>subs_none</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_ucp</group_name>
<section_content><![CDATA[<tr>
<td class="row2" align="center" width="5%">{$data['folder_img']}</td>
<td class="row2">
<a href="{ipb.script_url}act=ST&f={$data['forum_id']}&t={$data['tid']}">{$data['title']}</a>
( <a href="{ipb.script_url}act=ST&f={$data['forum_id']}&t={$data['tid']}" target="_blank">{ipb.lang['new_window']}</a> )
<div class="desc">{$data['description']}{ipb.lang['subs_start']} {$data['track_started']}
<br />
{ipb.lang['subs_c_type']}: {ipb.lang[$type]}
</div>
</td>
<td class="row2" align="center">{$data['posts']}</td>
<td class="row2" align="center">{$data['views']}</td>
<td class="row2">{$data['last_post_date']}<br />{ipb.lang['subs_by']} {$data['last_poster']}</td>
<td class="row1" align="center"><input type="checkbox" name="id-{$data['trid']}" value="yes" /></td>
</tr>]]></section_content>
<func_name>subs_row</func_name>
<func_data><![CDATA[$data="",$type=""]]></func_data>
</template>
<template>
<group_name>skin_ucp</group_name>
<section_content><![CDATA[<form action="{ipb.script_url}" method="post" name="REPLIER">
<input type="hidden" name="act" value="usercp" />
<input type="hidden" name="CODE" value="end_subs" />
<input type="hidden" name="method" value="$method" />
<input type="hidden" name="auth_key" value="$key" />
<input type="hidden" name="tid" value="{$topic['tid']}" />
<input type="hidden" name="fid" value="{$forum['id']}" />
<input type="hidden" name="st" value="{ipb.input['st']}" />
<div class="formsubtitle">{ipb.lang['subs_c_title']}</div>
<div style='padding:4px'>
<if="topic['tid'] != """>
<b>{ipb.lang['subs_c_topic']} {$topic['title']}</b>
</if>
<else>
<b>{ipb.lang['subs_c_forum']} {$forum['name']}</b>
</else>
<div class="desc">{ipb.lang['subs_exp_text']}</div>
</div>
<table cellspacing="0" width='100%'>
<tr>
<td width="5%" align="center"><input type="radio" name="emailtype" value="none" /></td>
<td><b>{ipb.lang['subs_none_title']}</b><div class="desc">{ipb.lang['subs_none_desc']}</div></td>
</tr>
<tr>
<td width="5%" align="center"><input type="radio" name="emailtype" value="delayed" checked="checked" /></td>
<td><b>{ipb.lang['subs_delayed']}</b><div class="desc">{ipb.lang['subs_delayed_desc']}</div></td>
</tr>
<tr>
<td width="5%" align="center"><input type="radio" name="emailtype" value="immediate" /></td>
<td><b>{ipb.lang['subs_immediate']}</b><div class="desc">{ipb.lang['subs_immediate_desc']}</div></td>
</tr>
<tr>
<td width="5%" align="center"><input type="radio" name="emailtype" value="daily" /></td>
<td><b>{ipb.lang['subs_daily']}</b><div class="desc">{ipb.lang['subs_daily_desc']}</div></td>
</tr>
<tr>
<td width="5%" align="center"><input type="radio" name="emailtype" value="weekly" /></td>
<td><b>{ipb.lang['subs_weekly']}</b><div class="desc">{ipb.lang['subs_weekly_desc']}</div></td>
</tr>
<tr>
<td class="formbuttonrow" colspan="2"><input type="submit" value="{ipb.lang['subs_submit']}" class="button" /></td>
</tr>
</table>
</form>]]></section_content>
<func_name>subs_show_choice_page</func_name>
<func_data><![CDATA[$forum="",$topic="",$method="",$key=""]]></func_data>
</template>
<template>
<group_name>skin_ucp</group_name>
<section_content><![CDATA[<form action="{ipb.script_url}" method="post" name="REPLIER">
<input type="hidden" name="act" value="UserCP" />
<input type="hidden" name="CODE" value="announce_save" />
<input type="hidden" name="type" value="$type" />
<input type="hidden" name="id" value="{$announce['announce_id']}" />
<div class="formsubtitle">{$button}</div>
<if="msg != """>
<div class="borderwrapm"><div class="tablepad">{$msg}</div></div>
</if>
<table class='ipbtable' cellspacing="0">
<tr>
<td class="pformleft"><b>{ipb.lang['announce_form_title']}</b></td>
<td class="pformright" valign="top"><input type="text" size="30" name="announce_title" value="{$announce['announce_title']}" /></td>
</tr>
<tr>
<td class="pformleft"><b>{ipb.lang['announce_form_start']}</b><div class="desc">{ipb.lang['announce_form_startdesc']}</div></td>
<td class="pformright" valign="top"><input type="text" size="10" name="announce_start" value="{$announce['announce_start']}" /></td>
</tr>
<tr>
<td class="pformleft"><b>{ipb.lang['announce_form_end']}</b><div class="desc">{ipb.lang['announce_form_enddesc']}</div></td>
<td class="pformright" valign="top"><input type="text" size="10" name="announce_end" value="{$announce['announce_end']}" /></td>
</tr>
<tr>
<td class="pformleft" valign="top"><b>{ipb.lang['announce_form_forums']}</b><div class="desc">{ipb.lang['announce_form_forums2']}</div></td>
<td class="pformright" valign="top"><select class="dropdown" multiple="multiple" size="10" name="announce_forum[]">{$forum_html}</select></td>
</tr>
<tr>
<td class="pformleft" valign="top"><b>{ipb.lang['announce_form_content']}</b></td>
<td class="pformright" valign="top"><textarea cols="50" class="textarea" rows="15" name="announce_post" tabindex="3">{$announce['announce_post']}</textarea></td>
</tr>
<tr>
<td class="pformleft" valign="top"><b>{ipb.lang['announce_form_options']}</b></td>
<td class="pformright" valign="middle">
<input type="checkbox" class="checkbox" name="announce_active" value="1" {$announce['announce_active_checked']} /> {ipb.lang['announce_form_enable']}
<br /><input type="checkbox" class="checkbox" name="announce_html_enabled" value="1" {$announce['announce_html_enabled']} /> {ipb.lang['announce_use_html']}
</td>
</tr>
<tr>
<td class="formbuttonrow" colspan="2"><input type="submit" value="{$button}" class="button" /></td>
</tr>
</table>
</form>]]></section_content>
<func_name>ucp_announce_form</func_name>
<func_data><![CDATA[$announce="",$button="",$forum_html="",$type="",$msg=""]]></func_data>
</template>
<template>
<group_name>skin_ucp</group_name>
<section_content><![CDATA[<!-- inbox folder -->
<script type="text/javascript">
<!--
function CheckAll(cb){
var fmobj = document.mutliact;
for (var i=0;i<fmobj.elements.length;i++){
var e = fmobj.elements[i];
if ((e.name != "allbox") && (e.type=="checkbox") && (!e.disabled)){
e.checked = fmobj.allbox.checked;
}
}
}
function CheckCheckAll(cb){
var fmobj = document.mutliact;
var TotalBoxes = 0;
var TotalOn = 0;
for (var i=0;i<fmobj.elements.length;i++){
var e = fmobj.elements[i];
if ((e.name != "allbox") && (e.type=="checkbox")){
TotalBoxes++;
if (e.checked){
TotalOn++;
}
}
}
if (TotalBoxes==TotalOn) {fmobj.allbox.checked=true;}
else{
fmobj.allbox.checked=false;
}
}
-->
</script>
<script type="text/javascript" src="jscripts/ipb_forum.js"></script>
<div class="formsubtitle">{ipb.lang['subs_header']}</div>
<form action="{ipb.script_url}" name="mutliact" method="post">
<input type="hidden" name="act" value="UserCP" />
<input type="hidden" name="CODE" value="27" />
<div class="borderwrapm">
<table class='ipbtable' cellspacing="1">
<tr>
<th width="5%"> </th>
<th width="55%">{ipb.lang['subs_topic']}</th>
<th align="center" width="5%">{ipb.lang['subs_replies']}</th>
<th align="center" width="5%">{ipb.lang['subs_view']}</th>
<th width="25%">{ipb.lang['subs_last_post']}</th>
<th align="center" width="5%"><input name="allbox" type="checkbox" value="Check All" onClick="CheckAll();" /></th>
</tr>]]></section_content>
<func_name>subs_header</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_ucp</group_name>
<section_content><![CDATA[<form action="{ipb.script_url}&act=usercp&CODE=dname_complete" method="post" id='display-form' name="form1">
<div class="formsubtitle">{ipb.lang['dname_title']}</div>
<p>{$form['_lang_string']}</p>
<if="okmessage != """>
<div class='input-ok-content' id='dname-okbox'><strong>{$okmessage}</strong></div>
</if>
<div class='input-warn-content' id='dname-warnbox' style='display:none;'><strong>{ipb.lang['dname_error_title']}</strong><div id='dname-warnbox-content'>{$error}</div></div>
<table class='ipbtable' cellspacing="0">
<tr>
<td width="40%"><strong>{ipb.lang['dname_choose']}</strong><div class='desc'>{ipb.lang['dname_choose2']}</div></td>
<td><input type="text" name="display_name" id='display-name' value="{ipb.input['display_name']}" /> <img id='display-name-img' src="{ipb.vars['img_url']}/spacer.gif" alt="" width='12' height='12' /></td>
</tr>
<tr>
<td width="40%"><strong>{ipb.lang['dname_password']}</strong><div class='desc'>{ipb.lang['dname_password2']}</div></td>
<td><input type="password" name="display_password" id='display-password' value="" /> <img id='display-password-img' src="{ipb.vars['img_url']}/spacer.gif" alt="" width='12' height='12' /></td>
</tr>
</table>
<div class="formsubtitle" style="text-align: center;"><input type="submit" class='button' name="change_email" value="{ipb.lang['dname_submit']}" /></div>
</form>
<script type="text/javascript">
//<!#^#|CDATA|
dname_error_no_name = "{ipb.lang['dname_error_no_name']}";
dname_error_no_pass = "{ipb.lang['dname_error_no_pass']}";
dname_error_chars = "{ipb.lang['dname_error_chars']}";
dname_error_taken = "{ipb.lang['dname_error_taken']}";
ucp_dname_init( 'display-name', 'display-password', 'display-form', 'dname-warnbox' );
//|#^#]>
</script>]]></section_content>
<func_name>ucp_dname_change</func_name>
<func_data><![CDATA[$form=array(),$error="",$okmessage=""]]></func_data>
</template>
<template>
<group_name>skin_ucp</group_name>
<section_content><![CDATA[<tr>
<td class="row1"><b><a href="{ipb.script_url}act=announce&id={$announce['announce_id']}">{$announce['announce_title']}</a></b> {$announce['announce_inactive']}<div class="desc">{ipb.lang['announce_by']} {$announce['members_display_name']}</div></td>
<td class="row1" align="center">{$announce['announce_starts_converted']}</td>
<td class="row1" align="center">{$announce['announce_end_converted']}</td>
<td class="row1"><div class="forumdesc">{$announce['announce_forum_show']}</div></td>
<td class="row1" align="center">
<a href="{ipb.script_url}act=usercp&CODE=announce_edit&id={$announce['announce_id']}">{ipb.lang['announce_edit']}</a>
· <a href="#" onclick="delete_post('{ipb.script_url}act=usercp&CODE=announce_delete&id={$announce['announce_id']}'); return false;">{ipb.lang['announce_delete']}</a>
</td>
</tr>]]></section_content>
<func_name>ucp_announce_manage_row</func_name>
<func_data><![CDATA[$announce=""]]></func_data>
</template>
<template>
<group_name>skin_ucp</group_name>
<section_content><![CDATA[<script type="text/javascript">
<!--
var ipb_lang_js_del_1 = "{ipb.lang['announce_del1']}";
var ipb_lang_js_del_2 = "{ipb.lang['announce_del2']}";
-->
</script>
<script type="text/javascript" src="jscripts/ipb_topic.js"></script>
<div class="formsubtitle">{ipb.lang['announce_current']}</div>
<form action="{ipb.script_url}" name="mutliact" method="post">
<input type="hidden" name="act" value="UserCP" />
<input type="hidden" name="CODE" value="announce_alter" />
<div class="borderwrapm">
<table class='ipbtable' cellspacing="1">
<tr>
<th width="35%">{ipb.lang['announce_title']}</th>
<th align="center" width="10%">{ipb.lang['announce_starts']}</th>
<th align="center" width="10%">{ipb.lang['announce_end']}</th>
<th width="25%">{ipb.lang['announce_forums']}</th>
<th width="15%"> </th>
</tr>
<if="content">
$content
</if>
<else>
<tr>
<td align="center" colspan="5">{ipb.lang['announce_none']}</td>
</tr>
</else>
<tr>
<td class="formbuttonrow" colspan="5"><a href="{ipb.script_url}act=usercp&CODE=announce_add">{ipb.lang['announce_add']}</a></td>
</tr>
</table>
</div>]]></section_content>
<func_name>ucp_announce_manage</func_name>
<func_data><![CDATA[$content=""]]></func_data>
</template>
<template>
<group_name>skin_ucp</group_name>
<section_content><![CDATA[<tr>
<td class="pformleft"> </td>
<td class="pformright"><b>{ipb.lang['pph_autosize']}</b><br />({ipb.lang['pph_as_desc']})</td>
</tr>]]></section_content>
<func_name>photo_page_autosize</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_ucp</group_name>
<section_content><![CDATA[<tr>
<td class="pformleft"> </td>
<td class="pformright"><b>{ipb.lang['width']}</b> <input type="text" size="3" name="man_width" /> <b>{ipb.lang['height']}</b> <input type="text" size="3" name="man_height" /></td>
</tr>]]></section_content>
<func_name>photo_page_mansize</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_ucp</group_name>
<section_content><![CDATA[<tr>
<td class="pformleft">{ipb.lang['pph_upload']}</td>
<td class="pformright"><input type="hidden" name="MAX_FILE_SIZE" value="$max_filesize" /><input type="file" name="upload_photo" value="" size="40" onclick="clear_it()" /></td>
</tr>]]></section_content>
<func_name>photo_page_upload</func_name>
<func_data><![CDATA[$max_filesize=""]]></func_data>
</template>
<template>
<group_name>skin_ucp</group_name>
<section_content><![CDATA[</table>]]></section_content>
<func_name>required_end</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_ucp</group_name>
<section_content><![CDATA[<div class="formsubtitle">{ipb.lang['cf_required']}</div>
<table class='ipbtable' cellspacing="0">]]></section_content>
<func_name>required_title</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_ucp</group_name>
<section_content><![CDATA[<div class="formsubtitle">{ipb.lang['settings_display']}</div>
<table class='ipbtable' cellspacing="0">
<tr>
<td width="70%">{ipb.lang['settings_viewsig']}</td>
<td>{$data[SIG]}</td>
</tr>
<tr>
<td>{ipb.lang['settings_viewimg']}</td>
<td>{$data[IMG]}</td>
</tr>
<tr>
<td>{ipb.lang['settings_viewava']}</td>
<td>{$data[AVA]}</td>
</tr>
<tr>
<td>{ipb.lang['settings_dopopup']}</td>
<td>{$data[POP]}</td>
</tr>
<tr>
<td>{ipb.lang['pp_number_posts']}</td>
<td>
<select name="postpage">
{$data['PPS']}
</select>
</td>
</tr>
<tr>
<td>{ipb.lang['pp_number_topics']}</td>
<td><select name="topicpage">{$data['TPS']}</select></td>
</tr>
<if="ipb.member['members_disable_pm'] != 2">
<tr>
<td class="formsubtitle" colspan="2">{ipb.lang['ucp_op_pm_title']}</td>
</tr>
<tr>
<td>{ipb.lang['ucp_op_pm']}<div class="desc">{ipb.lang['ucp_op_pm_dowhat']}</div></td>
<td>{$data['PMS']}</td>
</tr>
</if>
<tr>
<td class="formsubtitle" colspan="2">{ipb.lang['ucp_title_posting']}</td>
</tr>
<tr>
<td>{ipb.lang['open_qr']}<div class="desc">{ipb.lang['need_cookie_yum_yum']}</div></td>
<td>{$data[QR]}</td>
</tr>
<if="ipb.vars['posting_allow_rte'] == 1">
<tr>
<td>{ipb.lang['type_of_editor']}<div class='desc'>{ipb.lang['rte_text']}</div></td>
<td>{$data['editor']}</td>
</tr>
</if>
<tr>
<td class="formbuttonrow" colspan="2">
<input type="submit" class='button' name="submit" value="{ipb.lang['settings_submit']}" />
</td>
</tr>
</table>
</form>]]></section_content>
<func_name>settings_end</func_name>
<func_data><![CDATA[$data=""]]></func_data>
</template>
<template>
<group_name>skin_ucp</group_name>
<section_content><![CDATA[<form action="{ipb.script_url}auth_key=$key" method="post">
<input type="hidden" name="act" value="UserCP" />
<input type="hidden" name="CODE" value="05" />
<div class="formsubtitle">{ipb.lang['settings_time']}</div>
<div style='padding:4px;'>
<fieldset>
<legend><strong>{ipb.lang['settings_time_txt']}</strong></legend>
{ipb.lang['settings_time_txt2']} $time
<br />
$time_select
</fieldset>
<br />
<fieldset>
<if="ipb.input['dsterror'] == 1">
<div style='color:red;font-weight:bold'>
{ipb.lang['dst_error']}
</div>
</if>
<legend><strong>{ipb.lang['dst_correction_title']}</strong></legend>
<input type="checkbox" id='dst-check' onclick='toggle_dst()' name="DSTCHECK" value="1" $dst_correction /> <strong>{ipb.lang['dst_auto']}</strong>
<div class='desc'>{ipb.lang['dst_auto2']}</div>
<div id='dst-manual'>
<input type="checkbox" name="DST" value="1" $dst_check /> <strong>{ipb.lang['dst_box']}</strong>
<div class='desc'>{ipb.lang['dst_box2']}</div>
</div>
</fieldset>
</div>
<script type="text/javascript">
//<!#^#|CDATA|
function toggle_dst()
{
if ( document.getElementById( 'dst-check' ).checked )
{
document.getElementById( 'dst-manual' ).style.display = 'none';
}
else
{
document.getElementById( 'dst-manual' ).style.display = 'block';
}
}
toggle_dst();
//|#^#]>
</script>]]></section_content>
<func_name>settings_header</func_name>
<func_data><![CDATA[$Profile="",$time_select="",$time="",$dst_check="",$key="",$dst_correction='']]></func_data>
</template>
<template>
<group_name>skin_ucp</group_name>
<section_content><![CDATA[<form id='postingform' onsubmit='return ValidateForm()' action="{ipb.script_url}act=UserCP&CODE=23" method="post" name="REPLIER">
<input type='hidden' name='key' value='{$key}' />
<input type='hidden' name='removeattachid' value='0' />
<div class="formsubtitle">{ipb.lang['cp_current_sig']}</div>
<div class="signature" style="padding: 5px;">{$preview_sig}</div>
<div class="formsubtitle">{ipb.lang['cp_edit_sig']}</div>
<div class='row1' align='center'>{$editor_html}</div>
<div class='formsubtitle' align='center'><input type="submit" class='button' value="{ipb.lang['cp_submit_sig']}" /></div>
</form>
<br clear='all' />]]></section_content>
<func_name>signature</func_name>
<func_data><![CDATA[$preview_sig="",$editor_html="",$key=""]]></func_data>
</template>
<template>
<group_name>skin_ucp</group_name>
<section_content><![CDATA[<div class="formsubtitle">{ipb.lang['stats_header']}</div>
<if="ipb.member['bio'] == "dupemail"">
<div><b>{ipb.lang['conv_email_warning_title']}<br /><br />{ipb.lang['conv_email_warning']}</b></div>
</if>
<table class='ipbtable' cellspacing="0">
<tr>
<td width="50%" valign="top">
<fieldset class="search">
<legend><b>{ipb.lang['splash_attach']}</b></legend>
<if="member['attach_html'] != """>
{$member['attach_html']}
</if>
<else>
<br /><br /><div align="center">{ipb.lang['splash_noattach']}</div><br /><br />
</else>
</fieldset>
</td>
<td width="50%" valign="top">
<fieldset class="search">
<legend><b>{ipb.lang['stats_header']}</b></legend>
<table class='ipbtable' cellspacing="0">
<tr>
<td width="50%"><b>{ipb.lang['email_address']}</b></td>
<td width="50%">{$member['member_email']}</td>
</tr>
<tr>
<td width="50%"><b>{ipb.lang['number_posts']}</b></td>
<td width="50%">{$member['member_posts']}</td>
</tr>
<tr>
<td width="50%"><b>{ipb.lang['registered']}</b></td>
<td width="50%">{$member['date_registered']}</td>
</tr>
<tr>
<td width="50%"><b>{ipb.lang['daily_average']}</b></td>
<td width="50%">{$member['daily_average']}</td>
</tr>
</table>
</fieldset>
</td>
</tr>
</table>
<script type="text/javascript" src="jscripts/ipb_forum.js"></script>
<div class="borderwrapm">
<div class="maintitle">{ipb.lang['splash_last5']}</div>
<table class='ipbtable' cellspacing="1">
<if="member['topic_html'] != """>
<tr>
<th width="40%" nowrap="nowrap" colspan="3">{ipb.lang['h_topic_title']}</th>
<th width="7%" align="center" nowrap="nowrap">{ipb.lang['h_replies']}</th>
<th width="14%" align="center" nowrap="nowrap">{ipb.lang['h_topic_starter']}</th>
<th width="7%" align="center" nowrap="nowrap">{ipb.lang['h_hits']}</th>
<th width="32%" nowrap="nowrap">{ipb.lang['h_last_action']}</th>
</tr>
{$member['topic_html']}
</if>
<else>
<tr>
<td colspan="7" align="center"><b>{ipb.lang['splash_nopost']}</b></td>
</tr>
</else>
</table>
</div>
<div class="formsubtitle">{ipb.lang['note_pad']}</div>
<div align="center" style='padding-bottom:6px;'>
<p>
<form name="notepad" action="{ipb.script_url}" method="post">
<input type="hidden" name="act" value="UserCP" />
<input type="hidden" name="s" value="{ipb.session_id}" />
<input type="hidden" name="CODE" value="20" />
<textarea cols="65" rows="{$member['SIZE']}" name="notes">{$member['NOTES']}</textarea>
<br />
{ipb.lang['ta_size']}
<select name="ta_size">
{$member['SIZE_CHOICE']}
</select>
<input type="submit" class='button' value="{ipb.lang['submit_notepad']}" />
</form>
</p>
</div>]]></section_content>
<func_name>splash</func_name>
<func_data><![CDATA[$member=""]]></func_data>
</template>
<template>
<group_name>skin_ucp</group_name>
<section_content><![CDATA[<tr>
<td align="center" class="formbuttonrow" valign="middle" colspan="6">
<select name="trackchoice">
<option value="unsubscribe">{ipb.lang['subs_delete']}</option>
<option value="none">{ipb.lang['subs_c_change']} {ipb.lang['subs_none_title']}</option>
<option value="immediate">{ipb.lang['subs_c_change']} {ipb.lang['subs_immediate']}</option>
<option value="delayed">{ipb.lang['subs_c_change']} {ipb.lang['subs_delayed']}</option>
<option value="daily">{ipb.lang['subs_c_change']} {ipb.lang['subs_daily']}</option>
<option value="weekly">{ipb.lang['subs_c_change']} {ipb.lang['subs_weekly']}</option>
</select>
<input type="submit" class="button" value="{ipb.lang['with_selected']}" />
</td>
</tr>
</table>
</div>
</form>
<div align="right" style="padding: 5px;"><i>$text</i></div>
<div align="right" style="padding: 5px;">
<form action="{ipb.script_url}act=UserCP&CODE=26" method="post">
{ipb.lang['show_topics_from']}
<select name="datecut">
$days
</select>
<input type="submit" class='button' value="{ipb.lang['jmp_go']}" />
</form>
</div>]]></section_content>
<func_name>subs_end</func_name>
<func_data><![CDATA[$text="",$days=""]]></func_data>
</template>
<template>
<group_name>skin_ucp</group_name>
<section_content><![CDATA[<tr>
<td colspan="6" class="row1"><b>$fname</b></td>
</tr>]]></section_content>
<func_name>subs_forum_row</func_name>
<func_data><![CDATA[$fid="",$fname=""]]></func_data>
</template>
<template>
<group_name>skin_ucp</group_name>
<section_content><![CDATA[<script type="text/javascript">
<!--
var url_input = "$url_photo";
var remove_pressed = 0;
function clear_it(){
if ( document.bob.url_photo.value != "" ){
url_input = document.bob.url_photo.value;
}
document.bob.url_photo.value = "";
}
function restore_it(){
if (url_input != ""){
document.bob.url_photo.value = url_input;
}
}
function checkform(){
if ( remove_pressed != 1 ){
return true;
}
else{
fcheck = confirm("{ipb.lang['pp_confirm']}");
if ( fcheck == true ){
return true;
}
else{
return false;
}
}
}
-->
</script>
<form action="{ipb.script_url}auth_key=$key" enctype="multipart/form-data" method="post" name="bob" onsubmit="return checkform();">
<input type="hidden" name="act" value="UserCP" />
<input type="hidden" name="CODE" value="dophoto" />
<div class="formsubtitle">{ipb.lang['pph_title']}</div>
<p>{ipb.lang['pph_desc']}<br />{ipb.lang['pph_max']}</p>
<div class="formsubtitle">{ipb.lang['pph_current']}</div>
<div align="center">
<p>$cur_photo<br />$cur_type $show_size</p>
</div>
<div class="formsubtitle">{ipb.lang['pph_change']}</div>
<table class='ipbtable' cellspacing="0">
<tr>
<td class="pformleft">{ipb.lang['pph_url']}</td>
<td class="pformright"><input type="text" onfocus="restore_it()" name="url_photo" value="$url_photo" size="40" /> (<a href="javascript:restore_it()">{ipb.lang['pp_restore']}</a>)</td>
</tr>
<!--IPB.UPLOAD-->
<!--IPB.SIZE-->
</table>
<div align="center" class="formsubtitle">
<input type="submit" class='button' name="submit" value="{ipb.lang['pph_submit']}" />
<input type="submit" onclick="remove_pressed=1;" name="remove" value="{ipb.lang['pph_remove']}" />
</div>
</form>]]></section_content>
<func_name>photo_page</func_name>
<func_data><![CDATA[$cur_photo="",$cur_type="",$url_photo="",$show_size="",$key=""]]></func_data>
</template>
<template>
<group_name>skin_ucp</group_name>
<section_content><![CDATA[<form action="{ipb.script_url}" method="post" name="form1">
<input type="hidden" name="act" value="UserCP" />
<input type="hidden" name="CODE" value="29" />
<div class="formsubtitle">{ipb.lang['account_pass_title']}</div>
<p>{ipb.lang['pass_change_text']}</p>
<table class='ipbtable' cellspacing="0">
<tr>
<td><b>{ipb.lang['account_pass_old']}</b></td>
<td><input type="password" name="current_pass" value="" /></td>
</tr>
<tr>
<td><b>{ipb.lang['account_pass_new']}</b></td>
<td><input type="password" name="new_pass_1" value="" /></td>
</tr>
<tr>
<td><b>{ipb.lang['account_pass_new2']}</b></td>
<td><input type="password" name="new_pass_2" value="" /></td>
</tr>
<tr>
<td class="formbuttonrow" colspan="2"><input type="submit" class='button' name="s_pass" value="{ipb.lang['account_pass_submit']}" /></td>
</tr>
</table>
</form>]]></section_content>
<func_name>pass_change</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_ucp</group_name>
<section_content><![CDATA[<script type="text/javascript">
<!--
var LocationMax = "{ipb.vars['max_location_length']}";
var InterestMax = "{ipb.vars['max_interest_length']}";
function CheckLength(Type){
LocationLength = document.theForm.Location.value.length;
InterestLength = document.theForm.Interests.value.length;
message = "";
if (Type == "location"){
if (LocationMax !=0) {
message = "{ipb.lang['js_location']}: {ipb.lang['js_max']} " + LocationMax + " {ipb.lang['js_characters']}.";
}
else{
message = "";
}
alert(message + " {ipb.lang['js_used']} " + LocationLength + " {ipb.lang['js_so_far']}.");
}
if (Type == "interest"){
if (InterestMax !=0){
message = "{ipb.lang['js_interests']}: {ipb.lang['js_max']} " + InterestMax + " {ipb.lang['js_characters']}.";
}
else{
message = "";
}
alert(message + " {ipb.lang['js_used']} " + InterestLength + " {ipb.lang['js_so_far']}.");
}
}
function ValidateProfile(){
LocationLength = document.theForm.Location.value.length;
InterestLength = document.theForm.Interests.value.length;
errors = "";
if (LocationMax !=0){
if (LocationLength > LocationMax) {
errors = "{ipb.lang['js_location']}: {ipb.lang['js_max']} " + LocationMax + " {ipb.lang['js_characters']}. {ipb.lang['js_used']}: " + LocationLength;
}
}
if (InterestMax !=0){
if (InterestLength > InterestMax){
errors = errors + " {ipb.lang['js_interests']}: {ipb.lang['js_max']} " + InterestMax + " {ipb.lang['js_characters']}. {ipb.lang['js_used']}: " + InterestLength;
}
}
if (errors != ""){
alert(errors);
return false;
}
else{
return true;
}
}
-->
</script>
<form action="{ipb.script_url}auth_key={$Profile['key']}" method="post" name="theForm" onsubmit="return ValidateProfile()">
<input type="hidden" name="act" value="UserCP" />
<input type="hidden" name="CODE" value="21" />
<!--{REQUIRED.FIELDS}-->
<div class="formsubtitle">{ipb.lang['profile_title']}</div>
<table class='ipbtable' cellspacing="0">
<!--{MEMBERTITLE}-->
<!--{BIRTHDAY}-->
<tr>
<td class="pformleft">{ipb.lang['website']}</td>
<td class="pformright"><input type="text" size="40" maxlength="1200" name="WebSite" value="{$Profile['website']}" /></td>
</tr>
<tr>
<td class="pformleft">{ipb.lang['icq']}</td>
<td class="pformright"><input type="text" size="40" maxlength="20" name="ICQNumber" value="{$Profile['icq_number']}" /></td>
</tr>
<tr>
<td class="pformleft">{ipb.lang['aol']}</td>
<td class="pformright"><input type="text" size="40" maxlength="30" name="AOLName" value="{$Profile['aim_name']}" /></td>
</tr>
<tr>
<td class="pformleft">{ipb.lang['yahoo']}</td>
<td class="pformright"><input type="text" size="40" maxlength="30" name="YahooName" value="{$Profile['yahoo']}" /></td>
</tr>
<tr>
<td class="pformleft">{ipb.lang['msn']}</td>
<td class="pformright"><input type="text" size="40" maxlength="30" name="MSNName" value="{$Profile['msnname']}" /></td>
</tr>
<tr>
<td class="pformleft">{ipb.lang['location']}<br />(<a href="javascript:CheckLength('location');">{ipb.lang['check_length']}</a>)</td>
<td class="pformright"><input type="text" size="40" name="Location" value="{$Profile['location']}" /></td>
</tr>
<tr>
<td class="pformleft" valign="top">{ipb.lang['interests']}<br />(<a href="javascript:CheckLength('interest');">{ipb.lang['check_length']}</a>)</td>
<td class="pformright"><textarea cols="60" rows="10" wrap="soft" name="Interests">{$Profile['interests']}</textarea></td>
</tr>
<!--{OPTIONAL.FIELDS}-->
<tr>
<td class="formbuttonrow" align="center" colspan="2"><input type="submit" class='button' value="{ipb.lang['submit_profile']}" /></td>
</tr>
</table>
</form>]]></section_content>
<func_name>personal_panel</func_name>
<func_data><![CDATA[$Profile=""]]></func_data>
</template>
<template>
<group_name>skin_ucp</group_name>
<section_content><![CDATA[<div class="formsubtitle">{$title}</div>
<p>
$content
</p>]]></section_content>
<func_name>menu_bar_new_category</func_name>
<func_data><![CDATA[$title="",$content=""]]></func_data>
</template>
<template>
<group_name>skin_ucp</group_name>
<section_content><![CDATA[<{ITEM_START}> <a href="$url">$name</a><br />]]></section_content>
<func_name>menu_bar_new_link</func_name>
<func_data><![CDATA[$url="",$name=""]]></func_data>
</template>
<template>
<group_name>skin_ucp</group_name>
<section_content><![CDATA[<form name="ibform" action="{ipb.script_url}act=usercp&CODE=domemtool" method="post">
<if="msg">
<div class="formsubtitle">{ipb.lang['ipm_title']}</div>
<p>
$msg
</p>
<br />
</if>
<div class="formsubtitle">{ipb.lang['cp_edit_user']}</div>
<table class='ipbtable' cellspacing="1">
<tr>
<td width="40%" class="row1">{ipb.lang['cp_find_user']}</td>
<td class="row1"><input type="text" size="40" name="name" value="{ipb.input['name']}" /></td>
</tr>
<tr>
<td class="formbuttonrow" colspan="2"><input type="submit" class='button' value="{ipb.lang['cp_find_submit']}" /></td>
</tr>
</table>
</form>]]></section_content>
<func_name>mod_find_user</func_name>
<func_data><![CDATA[$msg=""]]></func_data>
</template>
<template>
<group_name>skin_ucp</group_name>
<section_content><![CDATA[<div>
<div class="borderwrapm">
<table class='ipbtable' cellspacing="0">
<tr>
<th width="20%">{ipb.lang['ipm_name']}</th>
<th width="20%">{ipb.lang['ipm_ip']}</th>
<th width="10%">{ipb.lang['ipm_posts']}</th>
<th width="15%">{ipb.lang['ipm_reg']}</th>
<th width="15%">{ipb.lang['ipm_group']}</th>
<th width="20%">{ipb.lang['ipm_options']}</th>
</tr>
{$content}
</table>
</div>
<div>$pages</div>
</div>]]></section_content>
<func_name>mod_ip_member_results</func_name>
<func_data><![CDATA[$pages="",$content=""]]></func_data>
</template>
<template>
<group_name>skin_ucp</group_name>
<section_content><![CDATA[<tr>
<td class="row1"><a href="{ipb.script_url}showuser={$row['id']}">{$row['members_display_name']}</a></td>
<td class="row1">{$row['ip_address']}</td>
<td class="row1">{$row['posts']}</td>
<td class="row1">{$row['joined']}</td>
<td class="row1">{$row['groupname']}</td>
<td class="row1" align="center"><a href="{ipb.script_url}act=mod&CODE=editmember&mid={$row['id']}&auth_key=$auth_key">{ipb.lang['ipm_edit']}</a></td>
</tr>]]></section_content>
<func_name>mod_ip_member_row</func_name>
<func_data><![CDATA[$row="",$auth_key=""]]></func_data>
</template>
<template>
<group_name>skin_ucp</group_name>
<section_content><![CDATA[{ipb.lang['ipp_found']} $count
<br />
<br />
<a target="_blank" href="{ipb.script_url}act=Search&CODE=show&searchid=$uid&search_in=posts&result_type=posts">{ipb.lang['ipp_click']}</a>]]></section_content>
<func_name>mod_ip_post_results</func_name>
<func_data><![CDATA[$uid="",$count=""]]></func_data>
</template>
<template>
<group_name>skin_ucp</group_name>
<section_content><![CDATA[<form name="ibform" action="{ipb.script_url}" method="post">
<input type="hidden" name="s" value="{ipb.session_id}" />
<input type="hidden" name="act" value="usercp" />
<input type="hidden" name="CODE" value="doiptool" />
<if="msg">
<div class="formsubtitle">{ipb.lang['ipm_title']}</div>
<p>
$msg
</p>
<br />
</if>
<div class="formsubtitle">{ipb.lang['menu_ipsearch']}</div>
<table class='ipbtable' cellspacing="0">
<tr>
<td width="40%" class="row1">{ipb.lang['ip_enter']}</td>
<td class="row1">
<input type="text" size="20" maxlength="24" name="ip" value="{$ip}" />
<select name="iptool">
<option value="resolve">{ipb.lang['ip_resolve']}</option>
<option value="posts">{ipb.lang['ip_posts']}</option>
<option value="members">{ipb.lang['ip_members']}</option>
</select>
</td>
</tr>
<tr>
<td class="formsubtitle" style="text-align: center;" colspan="2"><input type="submit" class='button' value="{ipb.lang['ip_submit']}" /></td>
</tr>
</table>
</form>
<br />
<div class="tablepad">
{ipb.lang['ip_desc_text']}
<br /><br />{ipb.lang['ip_warn_text']}
</div>]]></section_content>
<func_name>mod_ip_start_form</func_name>
<func_data><![CDATA[$ip="",$msg=""]]></func_data>
</template>
<template>
<group_name>skin_ucp</group_name>
<section_content><![CDATA[ <{MSG_FOLDER}> <a href="{ipb.script_url}act=Msg&CODE=01&VID=$id">$real</a><br />]]></section_content>
<func_name>menu_bar_msg_folder_link</func_name>
<func_data><![CDATA[$id="",$real=""]]></func_data>
</template>
<template>
<group_name>skin_ucp</group_name>
<section_content><![CDATA[<!--
TABLE TO FIX IE/6 ISSUE
The one where 23% margin + 100% table = 123% in IE6 o_O
-->
<script type="text/javascript" src="jscripts/ipb_pm.js"></script>
<script type="text/javascript" src="jscripts/ipb_usercp.js"></script>
<table class='ipbtable' cellspacing="0">
<tr>
<td valign="top" class="nopad" width="25%">
<div id="ucpmenu">
<div class="maintitle">{ipb.lang['tt_menu']}</div>
<!-- Messenger Links -->
<if="ipb.member['g_use_pm'] == 1 AND ipb.member['members_disable_pm'] == 0">
<div class="formsubtitle">{ipb.lang['m_messenger']}</div>
<p>
<{ITEM_START}> <a href="{ipb.script_url}act=Msg&CODE=04"><b>{ipb.lang['mess_new']}</b></a><br />
<!--IBF.FOLDER_LINKS-->
<{MSG_FOLDER}> <a href="{ipb.script_url}act=Msg&CODE=20">{ipb.lang['mess_saved']}</a><br />
<{ITEM_START}> <a href="{ipb.script_url}act=Msg&CODE=delete">{ipb.lang['mi_prune_msg']}</a><br />
<{ITEM_START}> <a href="{ipb.script_url}act=Msg&CODE=07">{ipb.lang['mess_folders']}</a><br />
<{ITEM_START}> <a href="{ipb.script_url}act=Msg&CODE=02">{ipb.lang['mess_contact']}</a><br />
<{ITEM_START}> <a href="{ipb.script_url}act=Msg&CODE=14">{ipb.lang['mess_archive']}</a><br />
<{ITEM_START}> <a href="{ipb.script_url}act=Msg&CODE=30">{ipb.lang['mess_tracker']}</a><br />
</p>
<!-- End Messenger -->
</if>
<if="component_html != """>
$component_html
</if>
<!-- Topic Tracker -->
<div class="formsubtitle">{ipb.lang['m_tracker']}</div>
<p>
<{ITEM_START}> <a href="{ipb.script_url}act=UserCP&CODE=26">{ipb.lang['m_view_subs']}</a><br />
<{ITEM_START}> <a href="{ipb.script_url}act=UserCP&CODE=50">{ipb.lang['m_view_forum']}</a><br />
</p>
<!-- Profile -->
<div class="formsubtitle">{ipb.lang['m_personal']}</div>
<p>
<{ITEM_START}> <a href="{ipb.script_url}act=UserCP&CODE=01">{ipb.lang['m_contact_info']}</a><br />
<{ITEM_START}> <a href="{ipb.script_url}act=UserCP&CODE=22">{ipb.lang['m_sig_info']}</a><br />
<{ITEM_START}> <a href="{ipb.script_url}act=UserCP&CODE=24">{ipb.lang['m_avatar_info']}</a><br />
<{ITEM_START}> <a href="{ipb.script_url}act=UserCP&CODE=photo">{ipb.lang['m_change_photo']}</a><br />
<if="ipb.vars['auth_allow_dnames'] == 1 AND ipb.member['g_dname_changes'] > 0">
<{ITEM_START}> <a href="{ipb.script_url}act=UserCP&CODE=dname_start">{ipb.lang['m_dname_change']}</a>
</if>
</p>
<!-- Options -->
<div class="formsubtitle">{ipb.lang['m_options']}</div>
<p>
<!--IBF.OPTION_LINKS-->
<if="ipb.member['g_attach_max'] != -1">
<{ITEM_START}> <a href="{ipb.script_url}act=UserCP&CODE=attach">{ipb.lang['m_attach']}</a><br />
</if>
<{ITEM_START}> <a href="{ipb.script_url}act=UserCP&CODE=ignore">{ipb.lang['m_ignore_users']}</a><br />
<{ITEM_START}> <a href="{ipb.script_url}act=UserCP&CODE=02">{ipb.lang['m_email_opt']}</a><br />
<{ITEM_START}> <a href="{ipb.script_url}act=UserCP&CODE=04">{ipb.lang['m_board_opt']}</a><br />
<{ITEM_START}> <a href="{ipb.script_url}act=UserCP&CODE=08">{ipb.lang['m_email_change']}</a><br />
<{ITEM_START}> <a href="{ipb.script_url}act=UserCP&CODE=28">{ipb.lang['m_passy_opt']}</a>
</p>
<if="ipb.member['g_is_supmod'] == 1">
<div class="formsubtitle">{ipb.lang['menu_title_mod']}</div>
<p>
<{ITEM_START}> <a href="{ipb.script_url}act=UserCP&CODE=iptool">{ipb.lang['menu_ipsearch']}</a><br />
<{ITEM_START}> <a href="{ipb.script_url}act=UserCP&CODE=memtool">{ipb.lang['menu_memsearch']}</a><br />
<{ITEM_START}> <a href="{ipb.script_url}act=UserCP&CODE=announce_start">{ipb.lang['menu_announcements']}</a>
</p>
</if>
</div>
</td>
<td class="nopad" width="1%"><!-- --></td>
<!-- Start main CP area -->
<td valign="top" class="nopad" width="75%">
<div id="ucpcontent">
<div class="maintitle">{ipb.lang['welcome']}</div>]]></section_content>
<func_name>Menu_bar</func_name>
<func_data><![CDATA[$component_html=""]]></func_data>
</template>
<template>
<group_name>skin_ucp</group_name>
<section_content><![CDATA[<tr>
<td class="pformleft"><b>{ipb.lang['member_title']}</b></td>
<td class="pformright"><input type="text" size="40" maxlength="120" name="member_title" value="$title" /></td>
</tr>]]></section_content>
<func_name>member_title</func_name>
<func_data><![CDATA[$title=""]]></func_data>
</template>
<template>
<group_name>skin_ucp</group_name>
<section_content><![CDATA[<textarea cols="60" rows="5" wrap="soft" name="$name">$value</textarea>]]></section_content>
<func_name>field_textarea</func_name>
<func_data><![CDATA[$name="",$value=""]]></func_data>
</template>
<template>
<group_name>skin_ucp</group_name>
<section_content><![CDATA[<input type="text" size="50" name="$name" value='$value' />]]></section_content>
<func_name>field_textinput</func_name>
<func_data><![CDATA[$name="",$value=""]]></func_data>
</template>
<template>
<group_name>skin_ucp</group_name>
<section_content><![CDATA[<div class="borderwrap">
<div align="right" class="row1" style="padding: 5px;">{$data}</div>
</div>]]></section_content>
<func_name>forum_jump</func_name>
<func_data><![CDATA[$data="",$menu_extra=""]]></func_data>
</template>
<template>
<group_name>skin_ucp</group_name>
<section_content><![CDATA[<tr>
<td align="right" class="formbuttonrow" valign="middle" colspan="6">
<select name="trackchoice">
<option value="unsubscribe">{ipb.lang['subs_delete']}</option>
<option value="none">{ipb.lang['subs_c_change']} {ipb.lang['subs_none_title']}</option>
<option value="immediate">{ipb.lang['subs_c_change']} {ipb.lang['subs_immediate']}</option>
<option value="delayed">{ipb.lang['subs_c_change']} {ipb.lang['subs_delayed']}</option>
<option value="daily">{ipb.lang['subs_c_change']} {ipb.lang['subs_daily']}</option>
<option value="weekly">{ipb.lang['subs_c_change']} {ipb.lang['subs_weekly']}</option>
</select>
<input type="submit" class="button" value="{ipb.lang['with_selected']}" />
</td>
</tr>
</table>
</div>
</form>]]></section_content>
<func_name>forum_subs_end</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_ucp</group_name>
<section_content><![CDATA[<form action="{ipb.script_url}" name="mutliact" method="post">
<input type="hidden" name="act" value="UserCP" />
<input type="hidden" name="CODE" value="51" />
<div class="formsubtitle">{ipb.lang['forum_subs_header']}</div>
<div class="borderwrapm">
<table class='ipbtable' cellspacing="1">
<tr>
<th width="5%"> </th>
<th width="50%">{ipb.lang['ft_forum']}</th>
<th align="center" width="5%">{ipb.lang['ft_topics']}</th>
<th align="center" width="5%">{ipb.lang['ft_posts']}</th>
<th align="center" width="35%">{ipb.lang['ft_last_post']}</th>
<th width="1%"> </th>
</tr>]]></section_content>
<func_name>forum_subs_header</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_ucp</group_name>
<section_content><![CDATA[<tr>
<td class="row1" align="center" colspan="6">{ipb.lang['forum_subs_none']}</td>
</tr>]]></section_content>
<func_name>forum_subs_none</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_ucp</group_name>
<section_content><![CDATA[<tr>
<td class="row1" align="center" width="5%">{$data['folder_icon']}</td>
<td class="row1">
<b><a href="{ipb.script_url}act=SF&f={$data['id']}">{$data['name']}</a></b>
<div class="desc">
{$data['description']}
<br />
{ipb.lang['subs_c_type']}: {ipb.lang[$type]}
</div>
</td>
<td class="row1" align="center">{$data['topics']}</td>
<td class="row1" align="center">{$data['posts']}</td>
<td class="row1">{$data['last_post']}<br />{ipb.lang['in']} {$data['last_topic']}<br />{ipb.lang['by']} {$data['last_poster']}</td>
<td class="row1" align="center"><input type="checkbox" name="id-{$data['forum_id']}" value="yes" /></td>
</tr>]]></section_content>
<func_name>forum_subs_row</func_name>
<func_data><![CDATA[$data="",$type=""]]></func_data>
</template>
<template>
<group_name>skin_ucp</group_name>
<section_content><![CDATA[<tr>
<td colspan="4" class="formsubtitle">{ipb.lang['mi5_addem']}</td>
</tr>
<tr>
<td colspan="2" class="row1"><input type="text" name="newbox_1" value="{ipb.input['newbox_1']}" /></td>
<td colspan="2" class="row2"><input type="button" class='button' value="{ipb.lang['mi5_finduser']}" name="findusers" onclick="find_users('newbox_1')" /></td>
</tr>
<tr>
<td colspan="2" class="row1"><input type="text" name="newbox_2" value="{ipb.input['newbox_2']}" /></td>
<td colspan="2" class="row2"><input type="button" class='button' value="{ipb.lang['mi5_finduser']}" onclick="find_users('newbox_2')" /></td>
</tr>
<tr>
<td colspan="2" class="row1"><input type="text" name="newbox_3" value="{ipb.input['newbox_3']}" /></td>
<td colspan="2" class="row2"><input type="button" class='button' value="{ipb.lang['mi5_finduser']}" onclick="find_users('newbox_3')" /></td>
</tr>
<tr>
<td class="formbuttonrow" colspan="4"><input type="submit" class='button' value="{ipb.lang['mi5_edit']}" /></td>
</tr>
</table>
</div>
</form>]]></section_content>
<func_name>iu_add_new</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_ucp</group_name>
<section_content><![CDATA[<tr>
<td><b><a href="{ipb.script_url}showuser={$member['id']}">{$member['members_display_name']}</a></b></td>
<td>{$member['prefix']}{$member['g_title']}{$member['suffix']}</td>
<td>{$member['posts']}</td>
<td><a href="{ipb.script_url}act=UserCP&CODE=ignoreremove&id={$member['id']}">{ipb.lang['mi5_remove']}</a></td>
</tr>]]></section_content>
<func_name>iu_populated_row</func_name>
<func_data><![CDATA[$member=""]]></func_data>
</template>
<template>
<group_name>skin_ucp</group_name>
<section_content><![CDATA[<script type="text/javascript">
<!--
function find_users(field){
url = "index.{ipb.vars['php_ext']}?act=legends&CODE=finduser_one&s={ipb.session_id}&entry=textarea&name="+field+"&sep=none";
window.open(url,"FindUsers","width=400,height=250,resizable=yes,scrollbars=yes");
}
-->
</script>
<form action="{ipb.script_url}" method="post" name="REPLIER">
<input type="hidden" name="act" value="UserCP" />
<input type="hidden" name="CODE" value="ignoreadd" />
<div class="formsubtitle">{ipb.lang['mi5_title']}</div>
<p>{ipb.lang['mi5_text']}</p>
<div class="borderwrapm">
<table class='ipbtable' cellspacing="1">
<tr>
<th width="30%">{ipb.lang['mi5_name']}</th>
<th width="30%">{ipb.lang['mi5_group']}</th>
<th width="20%">{ipb.lang['mi5_posts']}</th>
<th width="20%"> </th>
</tr>]]></section_content>
<func_name>iu_start</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_ucp</group_name>
<section_content><![CDATA[<tr>
<td class="pformleft" valign="top"><b>$title</b><br />$desc</td>
<td class="pformright">$content</td>
</tr>]]></section_content>
<func_name>field_entry</func_name>
<func_data><![CDATA[$title="",$desc="",$content=""]]></func_data>
</template>
<template>
<group_name>skin_ucp</group_name>
<section_content><![CDATA[<select name="$name">
$options
</select>]]></section_content>
<func_name>field_dropdown</func_name>
<func_data><![CDATA[$name="",$options=""]]></func_data>
</template>
<template>
<group_name>skin_ucp</group_name>
<section_content><![CDATA[<div class="formsubtitle">{ipb.lang['ras_title']}</div>
<table class='ipbtable' cellspacing="0">
<tr>
<td width="40%">{ipb.lang['ras_numbers']}</td>
<td>
<input type="hidden" name="regid" value="$regid" />
<img src="{ipb.script_url}act=UserCP&CODE=show_image&rc={$regid}&p=1" alt="Code Bit" />
<img src="{ipb.script_url}act=UserCP&CODE=show_image&rc={$regid}&p=2" alt="Code Bit" />
<img src="{ipb.script_url}act=UserCP&CODE=show_image&rc={$regid}&p=3" alt="Code Bit" />
<img src="{ipb.script_url}act=UserCP&CODE=show_image&rc={$regid}&p=4" alt="Code Bit" />
<img src="{ipb.script_url}act=UserCP&CODE=show_image&rc={$regid}&p=5" alt="Code Bit" />
<img src="{ipb.script_url}act=UserCP&CODE=show_image&rc={$regid}&p=6" alt="Code Bit" />
</td>
</tr>
<tr>
<td width="40%">{ipb.lang['ras_text']}</td>
<td><input type="text" size="32" maxlength="32" name="reg_code" /></td>
</tr>
</table>]]></section_content>
<func_name>email_change_img</func_name>
<func_data><![CDATA[$regid=""]]></func_data>
</template>
<template>
<group_name>skin_ucp</group_name>
<section_content><![CDATA[<div class="formsubtitle">{ipb.lang['ras_title']}</div>
<table class='ipbtable' cellspacing="0">
<tr>
<td width="40%">{ipb.lang['ras_numbers']}</td>
<td>
<input type="hidden" name="regid" value="$regid" />
<img src="{ipb.script_url}act=UserCP&CODE=show_image&rc={$regid}" alt="Code Bit" />
</td>
</tr>
<tr>
<td width="40%">{ipb.lang['ras_text']}</td>
<td><input type="text" size="32" maxlength="32" name="reg_code" /></td>
</tr>
</table>]]></section_content>
<func_name>email_change_gd</func_name>
<func_data><![CDATA[$regid=""]]></func_data>
</template>
<template>
<group_name>skin_ucp</group_name>
<section_content><![CDATA[<table class='ipbtable' cellspacing="0">
<tr>
<td class="pformleft"> </td>
<td class="pformright"><b>{ipb.lang['width']}</b> <input type="text" size="3" name="man_width" /> <b>{ipb.lang['height']}</b> <input type="text" size="3" name="man_height" /></td>
</tr>
</table>]]></section_content>
<func_name>avatar_mansize</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_ucp</group_name>
<section_content><![CDATA[<script type="text/javascript">
<!--
var url_input = "{$data['current_url_avatar']}";
var remove_pressed = 0;
function select_url(){
restore_it();
}
function select_upload(){
try{
if ( document.creator.url_avatar.value != "" ) {
url_input = document.creator.url_avatar.value;
}
document.creator.url_avatar.value = "";
}
catch(nourl){
return true;
}
}
function restore_it(){
if (url_input != ""){
document.creator.url_avatar.value = url_input;
}
}
function checkform(){
if ( remove_pressed != 1 ){
return true;
}
else{
fcheck = confirm("{ipb.lang['av_confirm']}");
if ( fcheck == true ){
return true;
}
else{
return false;
}
}
}
-->
</script>
<!--IBF.LIMITS_AVATAR-->
<div class="formsubtitle">{ipb.lang['av_current']}</div>
<div class="tablepad" align="center">{$data['current_avatar_image']}<br />{$data['current_avatar_type']} {$data['current_avatar_dims']}</div>
<div class="formsubtitle">{ipb.lang['avatar_pre_title']}</div>
<form action="{ipb.script_url}act=UserCP&CODE=getgallery" method="post">
<table class='ipbtable' cellspacing="0">
<tr>
<td class="pformleft">{ipb.lang['av_go_gal']}</td>
<td class="pformright">{$data['avatar_galleries']} <input type="submit" class='button' value="{ipb.lang['av_go_go']}" name="submit" /></td>
</tr>
</table>
</form>
<form action="{ipb.script_url}auth_key=$key" method="post" $formextra name="creator" onsubmit="return checkform();">
<input type="hidden" name="act" value="UserCP" />
<input type="hidden" name="CODE" value="25" />
$hidden_field
<!--IBF.EXTERNAL_TITLE-->
<!--IBF.URL_AVATAR-->
<!--IBF.UPLOAD_AVATAR-->
<!--IPB.SIZE-->
<div align="center" class="formsubtitle">
<input type="submit" name="submit" value="{ipb.lang['av_update']}" class='button' />
<input type="submit" name="remove" onclick="remove_pressed=1;" class='button' value="{ipb.lang['av_remove']}" />
</div>
</form>]]></section_content>
<func_name>avatar_main</func_name>
<func_data><![CDATA[$data="",$formextra="",$hidden_field="",$key=""]]></func_data>
</template>
<template>
<group_name>skin_ucp</group_name>
<section_content><![CDATA[<script type="text/javascript">
var msg = "$msg";
if ( msg != ""){
alert(msg);
}
</script>
<form action="{ipb.script_url}" method="post" name="form1">
<input type="hidden" name="act" value="UserCP" />
<input type="hidden" name="CODE" value="09" />
<div class="formsubtitle">{ipb.lang['change_email_title']}</div>
<p>
$txt
</p>
<table class='ipbtable' cellspacing="0">
<tr>
<td width="40%"><b>{ipb.lang['ce_new_email']}</b></td>
<td><input type="text" name="in_email_1" value="" /></td>
</tr>
<tr>
<td><b>{ipb.lang['ce_new_email2']}</b></td>
<td><input type="text" name="in_email_2" value="" /></td>
</tr>
<tr>
<td><b>{ipb.lang['ec_passy']}</b></td>
<td><input type="password" name="password" value="" /></td>
</tr>
</table>
<!--ANTIBOT-->
<div class="formsubtitle" style="text-align: center;"><input type="submit" class='button' name="change_email" value="{ipb.lang['account_email_submit']}" /></div>
</form>]]></section_content>
<func_name>email_change</func_name>
<func_data><![CDATA[$txt="",$msg=""]]></func_data>
</template>
<template>
<group_name>skin_ucp</group_name>
<section_content><![CDATA[<table class='ipbtable' cellspacing="0">
<tr>
<td class="pformleft">{ipb.lang['av_url']}</td>
<td class="pformright"><input type="text" size="40" maxlength="80" name="url_avatar" value="$avatar" onfocus="select_url()" /> (<a href="javascript:restore_it()">{ipb.lang['pp_restore']}</a>)</td>
</tr>
</table>]]></section_content>
<func_name>avatar_url_field</func_name>
<func_data><![CDATA[$avatar=""]]></func_data>
</template>
<template>
<group_name>skin_ucp</group_name>
<section_content><![CDATA[<tr>
<td class="pformleft"><b>{ipb.lang['birthday']}</b></td>
<td class="pformright">
<select name="day">
{$day}
</select>
<select name="month">
{$month}
</select>
<select name="year">
{$year}
</select>
</td>
</tr>]]></section_content>
<func_name>birthday</func_name>
<func_data><![CDATA[$day="",$month="",$year=""]]></func_data>
</template>
<template>
<group_name>skin_ucp</group_name>
<section_content><![CDATA[</div>
</td>
</tr>
</table>
<!-- end main CP area -->
<br style="clear: all;" />]]></section_content>
<func_name>CP_end</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_ucp</group_name>
<section_content><![CDATA[<div class="formsubtitle">{ipb.lang['dead_section_title']}</div>
<p>
{ipb.lang['dead_section_text']}
</p>]]></section_content>
<func_name>dead_section</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_ucp</group_name>
<section_content><![CDATA[<form action="{ipb.script_url}auth_key={$Profile['key']}" method="post">
<input type="hidden" name="act" value="UserCP" />
<input type="hidden" name="CODE" value="03" />
<div class="formsubtitle">{ipb.lang['privacy_settings']}</div>
<table class='ipbtable' cellspacing="0">
<tr>
<td align="right" valign="top"><input type="checkbox" name="hide_email" value="1" {$Profile['hide_email']} /></td>
<td width="100%">{ipb.lang['hide_email']}</td>
</tr>
<tr>
<td align="right" valign="top"><input type="checkbox" name="admin_send" value="1" {$Profile['allow_admin_mails']} /></td>
<td width="100%">{ipb.lang['admin_send']}</td>
</tr>
</table>
<br />
<div class="formsubtitle">{ipb.lang['board_prefs']}</div>
<table class='ipbtable' cellspacing="0">
<tr>
<td align="right" valign="top"><input type="checkbox" name="send_full_msg" value="1" {$Profile['email_full']} /></td>
<td width="100%">{ipb.lang['send_full_msg']}</td>
</tr>
<tr>
<td align="right" valign="top"><input type="checkbox" name="pm_reminder" value="1" {$Profile['email_pm']} /></td>
<td width="100%">{ipb.lang['pm_reminder']}</td>
</tr>
<tr>
<td align="right" valign="top"><input type="checkbox" name="auto_track" value="1" {$Profile['auto_track']} /></td>
<td width="100%">
{ipb.lang['auto_track']}
<select name="trackchoice">
<option value="none">{ipb.lang['subs_none_title']}</option>
<option value="immediate">{ipb.lang['subs_immediate']}</option>
<option value="delayed">{ipb.lang['subs_delayed']}</option>
<option value="daily">{ipb.lang['subs_daily']}</option>
<option value="weekly">{ipb.lang['subs_weekly']}</option>
</select>
<br />
{ipb.lang['auto_track_desc']}
</td>
</tr>
<tr>
<td class="formbuttonrow" colspan="2"><input type="submit" class='button' value="{ipb.lang['submit_email']}" /></td>
</tr>
</table>
</form>]]></section_content>
<func_name>email</func_name>
<func_data><![CDATA[$Profile=""]]></func_data>
</template>
<template>
<group_name>skin_ucp</group_name>
<section_content><![CDATA[<table class='ipbtable' cellspacing="0">
<tr>
<td class="pformleft">{ipb.lang['av_upload']}</td>
<td class="pformright"><input type="file" size="30" name="upload_avatar" onfocus="select_upload()" onclick="select_upload()" /></td>
</tr>
</table>]]></section_content>
<func_name>avatar_upload_field</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_ucp</group_name>
<section_content><![CDATA[<div class="formsubtitle">{ipb.lang['av_settings']}</div>
<p>{ipb.lang['av_text_url']} {ipb.lang['av_text_upload']}<br />{ipb.lang['av_allowed_files']}</p>]]></section_content>
<func_name>avatar_limits</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_ucp</group_name>
<section_content><![CDATA[</tr>]]></section_content>
<func_name>avatar_gallery_end_row</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_ucp</group_name>
<section_content><![CDATA[</table>
<div align="center" class="formsubtitle">
<input type="submit" name="submit" value="{ipb.lang['av_gall_submit']}" />
<input type="button" class='button' name="remove" onclick="self.location='{ipb.script_url}act=UserCP&CODE=24';" value="{ipb.lang['av_gall_cancel']}" />
</div>
</form>]]></section_content>
<func_name>avatar_gallery_end_table</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_ucp</group_name>
<section_content><![CDATA[<tr>]]></section_content>
<func_name>avatar_gallery_start_row</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_ucp</group_name>
<section_content><![CDATA[<div class="formsubtitle">{ipb.lang['av_gallery_title']} $title</div>
<form action="{ipb.script_url}act=UserCP&CODE=getgallery" method="post">
<div id="padandcenter"><b>{ipb.lang['av_gall_jump']}</b> $av_gals <input type="submit" class='button' value="{ipb.lang['av_go_go']}" name="submit" /></div>
</form>
<form action="{ipb.script_url}auth_key=$key" method="post">
<input type="hidden" name="act" value="UserCP" />
<input type="hidden" name="CODE" value="setinternalavatar" />
<input type="hidden" name="current_folder" value="$current_folder" />
<table class='ipbtable' cellspacing="0">]]></section_content>
<func_name>avatar_gallery_start_table</func_name>
<func_data><![CDATA[$title="",$av_gals="",$current_folder="",$key=""]]></func_data>
</template>
<template>
<group_name>skin_ucp</group_name>
<section_content><![CDATA[<table class='ipbtable' cellspacing="0">
<tr>
<td class="pformleft"> </td>
<td class="pformright"><b>{ipb.lang['av_autosize']}</b><br />({ipb.lang['av_as_desc']})</td>
</tr>
</table>]]></section_content>
<func_name>avatar_autosize</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_ucp</group_name>
<section_content><![CDATA[<div class="formsubtitle">{ipb.lang['avatar_url_title']}</div>]]></section_content>
<func_name>avatar_external_title</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_ucp</group_name>
<section_content><![CDATA[<td> </td>]]></section_content>
<func_name>avatar_gallery_blank_row</func_name>
<func_data></func_data>
</template>
<template>
<group_name>skin_ucp</group_name>
<section_content><![CDATA[<td align="center"><img src="style_avatars{$img}" alt="txt" /><br /><input type="radio" class="radiobutton" name="avatar" value="$form" id="$form" /> <b><label for="$form">$txt</label></b></td>]]></section_content>
<func_name>avatar_gallery_cell_row</func_name>
<func_data><![CDATA[$img="",$txt="",$form=""]]></func_data>
</template>
<template>
<group_name>skin_ucp</group_name>
<section_content><![CDATA[<tr id="{$data['attach_id']}">
<td align="center" class="row1"><img src="{ipb.vars['mime_img']}/{$data['image']}" alt="{ipb.lang['attached_file']}" /></td>
<td class="row2">
<a href="{ipb.script_url}act=Attach&type={$data['_type']}&id={$data['attach_id']}" title="{$data['attach_file']}" target="_blank">{$data['short_name']}</a>
<div class="desc">( {ipb.lang['attach_hits']}: {$data['attach_hits']} )</div>
</td>
<td align="center" class="row1">{$data['real_size']}</td>
<td class="row2">
<if="data['attach_pid'] > 0">
<a href="{ipb.script_url}showtopic={$data['tid']}&view=findpost&p={$data['attach_pid']}">{$data['title']}</a>
</if>
<else>
{$data['title']}
</else>
<br />
<span class="desc">{$data['attach_date']}</span>
</td>
<td class="row2" align="center"><input type="checkbox" name="attach_{$data['attach_id']}" value="1" class="checkbox" /></td>
</tr>]]></section_content>
<func_name>attachments_row</func_name>
<func_data><![CDATA[$data=""]]></func_data>
</template>
<template>
<group_name>skin_ucp</group_name>
<section_content><![CDATA[<!-- inbox folder -->
<div class="formsubtitle">{ipb.lang['m_attach']}</div>
<if="info['has_limit'] == 1">
<table class='ipbtable' cellspacing="0">
<tr>
<td valign="middle">
<!-- LEFT -->
<table class='ipbtable' cellspacing="1" class="inbox">
<tr>
<td class="row1" colspan="3">{ipb.lang['attach_space_used']}</td>
</tr>
<tr>
<td valign="middle" class="row1" colspan="3" width='100%'><{BAR_LEFT}><img src="{ipb.vars['img_url']}/bar.gif" width="{$info['img_width']}" height="11" align="middle" alt="" /><{BAR_RIGHT}></td>
</tr>
<tr>
<td class="row1" width="33%" valign="middle">0%</td>
<td class="row1" width="33%" align="center" valign="middle">50%</td>
<td class="row1" width="33%" align="right" valign="middle">100%</td>
</tr>
</table>
</td>
<!-- RIGHT -->
<td align="right" valign="bottom">$pages<br /><br />{ipb.lang['attach_space_count']}</td>
</tr>
</table>
</if>
<else>
<table class='ipbtable' cellspacing="0">
<tr>
<td>
<!-- LEFT -->
{ipb.lang['attach_space_used']}
</td>
<td align="right">
<!-- RIGHT -->
$pages
</td>
</tr>
</table>
</else>
<!-- ATTACHMENTS TABLE -->
<form action="{ipb.script_url}act=usercp&CODE=attach&sort={ipb.input['sort']}" name="mutliact" method="post">
<div class="borderwrapm">
<table class='ipbtable' cellspacing="1">
<tr>
<th width="2%"> </th>
<th width="35%"><b>{ipb.lang['attach_title']}</b></th>
<th width="5%"><b>{ipb.lang['attach_hsize']}</b></th>
<th width="27%"><b>{ipb.lang['attach_topic']}</b></a></th>
<th width="5%" align="center"><input name="allbox" type="checkbox" value="Check All" onclick="InboxCheckAll();" /></th>
</tr>
<if="attach_html != """>
{$attach_html}
<tr>
<td colspan="5" align="right" class="formbuttonrow"><input type="submit" value="{ipb.lang['attach_delete']}" class="button" /></td>
</tr>
</if>
<else>
<tr>
<td colspan="5" align="center">{ipb.lang['splash_noattach']}</td>
</tr>
</else>
</table>
</div>
</form>]]></section_content>
<func_name>attachments_top</func_name>
<func_data><![CDATA[$info="",$pages="",$attach_html=""]]></func_data>
</template>
</templategroup>
</templateexport>