Vergleich install/resources/mybb_theme.xml - 1.8.15 - 1.8.16

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
Zeile 1Zeile 1
<?xml version="1.0" encoding="UTF-8"?>

<?xml version="1.0" encoding="UTF-8"?>

<theme name="MyBB Master Style" version="1815">

<theme name="MyBB Master Style" version="1816">

	<properties>
<templateset><![CDATA[1]]></templateset>
<imgdir><![CDATA[images]]></imgdir>

	<properties>
<templateset><![CDATA[1]]></templateset>
<imgdir><![CDATA[images]]></imgdir>

Zeile 323Zeile 323
	background-position: 0 -30px;
}


	background-position: 0 -30px;
}


.forum_offlock {

.forum_offclose {

	background-position: 0 -60px;
}


	background-position: 0 -60px;
}


Zeile 347Zeile 347
	background-position: 0 -10px;
}


	background-position: 0 -10px;
}


.subforum_miniofflock {

.subforum_minioffclose {

	background-position: 0 -20px;
}


	background-position: 0 -20px;
}


Zeile 1814Zeile 1814

/** Impromptu End */
]]></stylesheet>


/** Impromptu End */
]]></stylesheet>

		<stylesheet name="usercp.css" attachedto="usercp.php|usercp2.php|private.php" version="1808" disporder="2"><![CDATA[.usercp_nav_item {

		<stylesheet name="usercp.css" attachedto="usercp.php|private.php" version="1816" disporder="2"><![CDATA[.usercp_nav_item {

	display: block;
padding: 1px 0 1px 23px;
background-image: url(images/usercp_sprite.png);

	display: block;
padding: 1px 0 1px 23px;
background-image: url(images/usercp_sprite.png);

Zeile 2212Zeile 2212
	background-position: 0 -20px;
}


	background-position: 0 -20px;
}


.thread_status.dot_hotlockfolder {

.thread_status.dot_hotclosefolder {

	background-position: 0 -40px;
}


	background-position: 0 -40px;
}


.thread_status.dot_lockfolder {

.thread_status.dot_closefolder {

	background-position: 0 -60px;
}


	background-position: 0 -60px;
}


Zeile 2228Zeile 2228
	background-position: 0 -100px;
}


	background-position: 0 -100px;
}


.thread_status.dot_newhotlockfolder {

.thread_status.dot_newhotclosefolder {

	background-position: 0 -120px;
}


	background-position: 0 -120px;
}


.thread_status.dot_newlockfolder {

.thread_status.dot_newclosefolder {

	background-position: 0 -140px;
}


	background-position: 0 -140px;
}


Zeile 2244Zeile 2244
	background-position: 0 -180px;
}


	background-position: 0 -180px;
}


.thread_status.hotlockfolder {

.thread_status.hotclosefolder {

	background-position: 0 -200px;
}


	background-position: 0 -200px;
}


.thread_status.lockfolder {

.thread_status.closefolder {

	background-position: 0 -220px;
}


	background-position: 0 -220px;
}


Zeile 2264Zeile 2264
	background-position: 0 -280px;
}


	background-position: 0 -280px;
}


.thread_status.newhotlockfolder {

.thread_status.newhotclosefolder {

	background-position: 0 -300px;
}


	background-position: 0 -300px;
}


.thread_status.newlockfolder {

.thread_status.newclosefolder {

	background-position: 0 -320px;
}]]></stylesheet>
<stylesheet name="css3.css" version="1811" disporder="7"><![CDATA[tr td.trow1:first-child,

	background-position: 0 -320px;
}]]></stylesheet>
<stylesheet name="css3.css" version="1811" disporder="7"><![CDATA[tr td.trow1:first-child,

Zeile 4019Zeile 4019
	</td>]]></template>
<template name="forumdisplay_thread_rating_moved" version="1800"><![CDATA[<td class="{$bgcolor}" style="text-align: center;">-</td>]]></template>
<template name="forumdisplay_thread_unapproved_posts" version="1800"><![CDATA[ <span title="{$unapproved_posts_count}">({$thread['unapprovedposts']})</span>]]></template>

	</td>]]></template>
<template name="forumdisplay_thread_rating_moved" version="1800"><![CDATA[<td class="{$bgcolor}" style="text-align: center;">-</td>]]></template>
<template name="forumdisplay_thread_unapproved_posts" version="1800"><![CDATA[ <span title="{$unapproved_posts_count}">({$thread['unapprovedposts']})</span>]]></template>

		<template name="forumdisplay_threadlist" version="1801"><![CDATA[<div class="float_left">

		<template name="forumdisplay_threadlist" version="1816"><![CDATA[<div class="float_left">

	{$multipage}
</div>
<div class="float_right">

	{$multipage}
</div>
<div class="float_right">

Zeile 4029Zeile 4029
	<tr>
<td class="thead" colspan="{$colspan}">
<div class="float_right">

	<tr>
<td class="thead" colspan="{$colspan}">
<div class="float_right">

				<span class="smalltext"><strong><a href="misc.php?action=markread&amp;fid={$fid}{$post_code_string}">{$lang->markforum_read}</a> | <a href="usercp2.php?action={$add_remove_subscription}subscription&amp;type=forum&amp;fid={$fid}&amp;my_post_key={$mybb->post_code}">{$add_remove_subscription_text}</a>{$clearstoredpass}</strong></span>

				<span class="smalltext"><strong><a href="misc.php?action=markread&amp;fid={$fid}{$post_code_string}">{$lang->markforum_read}</a> | <a href="usercp.php?action={$add_remove_subscription}subscription&amp;type=forum&amp;fid={$fid}&amp;my_post_key={$mybb->post_code}">{$add_remove_subscription_text}</a>{$clearstoredpass}</strong></span>

			</div>
<div>
<strong>{$foruminfo['name']}</strong>

			</div>
<div>
<strong>{$foruminfo['name']}</strong>

Zeile 4101Zeile 4101
		<dl class="thread_legend smalltext">
<dd><span class="thread_status folder" title="{$lang->no_new_thread}">&nbsp;</span> {$lang->no_new_thread}</dd>
<dd><span class="thread_status dot_folder" title="{$lang->posts_by_you}">&nbsp;</span> {$lang->posts_by_you}</dd>

		<dl class="thread_legend smalltext">
<dd><span class="thread_status folder" title="{$lang->no_new_thread}">&nbsp;</span> {$lang->no_new_thread}</dd>
<dd><span class="thread_status dot_folder" title="{$lang->posts_by_you}">&nbsp;</span> {$lang->posts_by_you}</dd>

			<dd><span class="thread_status lockfolder" title="{$lang->locked_thread}">&nbsp;</span> {$lang->locked_thread}</dd>

			<dd><span class="thread_status closefolder" title="{$lang->closed_thread}">&nbsp;</span> {$lang->closed_thread}</dd>

		</dl>
</div>
<br class="clear" />

		</dl>
</div>
<br class="clear" />

Zeile 4265Zeile 4265
							<input type="hidden" name="postthread" value="1" />
</fieldset>
</form>]]></template>

							<input type="hidden" name="postthread" value="1" />
</fieldset>
</form>]]></template>

		<template name="header_welcomeblock_guest" version="1804"><![CDATA[						<!-- Continuation of div(class="upper") as opened in the header template -->

		<template name="header_welcomeblock_guest" version="1816"><![CDATA[						<!-- Continuation of div(class="upper") as opened in the header template -->

						<span class="welcome">{$lang->welcome_guest} <a href="{$mybb->settings['bburl']}/member.php?action=login" onclick="$('#quick_login').modal({ fadeDuration: 250, keepelement: true, zIndex: (typeof modal_zindex !== 'undefined' ? modal_zindex : 9999) }); return false;" class="login">{$lang->welcome_login}</a> <a href="{$mybb->settings['bburl']}/member.php?action=register" class="register">{$lang->welcome_register}</a></span>
</div>
</div>

						<span class="welcome">{$lang->welcome_guest} <a href="{$mybb->settings['bburl']}/member.php?action=login" onclick="$('#quick_login').modal({ fadeDuration: 250, keepelement: true, zIndex: (typeof modal_zindex !== 'undefined' ? modal_zindex : 9999) }); return false;" class="login">{$lang->welcome_login}</a> <a href="{$mybb->settings['bburl']}/member.php?action=register" class="register">{$lang->welcome_register}</a></span>
</div>
</div>

Zeile 4274Zeile 4274
						<input name="action" type="hidden" value="do_login" />
<input name="url" type="hidden" value="" />
<input name="quick_login" type="hidden" value="1" />

						<input name="action" type="hidden" value="do_login" />
<input name="url" type="hidden" value="" />
<input name="quick_login" type="hidden" value="1" />

 
						<input name="my_post_key" type="hidden" value="{$mybb->post_code}" />

						<table width="100%" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" border="0" class="tborder">
<tr>
<td class="thead" colspan="2"><strong>{$lang->login}</strong></td>
</tr>

						<table width="100%" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" border="0" class="tborder">
<tr>
<td class="thead" colspan="2"><strong>{$lang->login}</strong></td>
</tr>

							<tr>
<td class="trow1" width="25%"><strong>{$login_username}</strong></td>
<td class="trow1"><input name="quick_username" id="quick_login_username" type="text" value="" class="textbox initial_focus" /></td>
</tr>
<tr>
<td class="trow2"><strong>{$lang->password}</strong></td>
<td class="trow2">
<input name="quick_password" id="quick_login_password" type="password" value="" class="textbox" /> <a href="{$mybb->settings['bburl']}/member.php?action=lostpw" class="lost_password">{$lang->lost_password}</a>
</td>
</tr>
<tr>
<td class="trow1">&nbsp;</td>
<td class="trow1 remember_me">
<input name="quick_remember" id="quick_login_remember" type="checkbox" value="yes" class="checkbox" checked="checked" />
<label for="quick_login_remember">{$lang->remember_me}</label>
</td>
</tr>
<tr>
<td class="trow2" colspan="2">
<div align="center"><input name="submit" type="submit" class="button" value="{$lang->login}" /></div>
</td>
</tr>

							{$loginform}






















						</table>
</form>
</div>
<script type="text/javascript">
$("#quick_login input[name='url']").val($(location).attr('href'));
</script>]]></template>

						</table>
</form>
</div>
<script type="text/javascript">
$("#quick_login input[name='url']").val($(location).attr('href'));
</script>]]></template>

 
		<template name="header_welcomeblock_guest_login_modal" version="1816"><![CDATA[<tr>
<td class="trow1" width="25%"><strong>{$login_username}</strong></td>
<td class="trow1"><input name="quick_username" id="quick_login_username" type="text" value="" class="textbox initial_focus" /></td>
</tr>
<tr>
<td class="trow2"><strong>{$lang->password}</strong></td>
<td class="trow2">
<input name="quick_password" id="quick_login_password" type="password" value="" class="textbox" /> <a href="{$mybb->settings['bburl']}/member.php?action=lostpw" class="lost_password">{$lang->lost_password}</a>
</td>
</tr>
<tr>
<td class="trow1">&nbsp;</td>
<td class="trow1 remember_me">
<input name="quick_remember" id="quick_login_remember" type="checkbox" value="yes" class="checkbox" checked="checked" />
<label for="quick_login_remember">{$lang->remember_me}</label>
</td>
</tr>
<tr>
<td class="trow2" colspan="2">
<div align="center"><input name="submit" type="submit" class="button" value="{$lang->login}" /></div>
</td>
</tr>]]></template>
<template name="header_welcomeblock_guest_login_modal_lockout" version="1816"><![CDATA[<tr>
<td class="trow1" colspan="2">{$lang->failed_login_wait}</td>
</tr>]]></template>

		<template name="header_welcomeblock_member" version="1809"><![CDATA[<!-- Continuation of div(class="upper") as opened in the header template -->
<span class="welcome">{$lang->welcome_back} <a href="{$mybb->settings['bburl']}/member.php?action=logout&amp;logoutkey={$mybb->user['logoutkey']}" class="logout">{$lang->welcome_logout}</a></span>
</div>

		<template name="header_welcomeblock_member" version="1809"><![CDATA[<!-- Continuation of div(class="upper") as opened in the header template -->
<span class="welcome">{$lang->welcome_back} <a href="{$mybb->settings['bburl']}/member.php?action=logout&amp;logoutkey={$mybb->user['logoutkey']}" class="logout">{$lang->welcome_logout}</a></span>
</div>

Zeile 4354Zeile 4359
	<dt><span class="forum_status forum_off" title="{$lang->no_new_posts}"></span></dt>
<dd>{$lang->no_new_posts}</dd>


	<dt><span class="forum_status forum_off" title="{$lang->no_new_posts}"></span></dt>
<dd>{$lang->no_new_posts}</dd>


	<dt><span class="forum_status forum_offlock" title="{$lang->forum_locked}"></span></dt>
<dd>{$lang->forum_locked}</dd>

	<dt><span class="forum_status forum_offlock" title="{$lang->forum_closed}"></span></dt>
<dd>{$lang->forum_closed}</dd>


<dt><span class="forum_status forum_offlink" title="{$lang->forum_redirect}"></span></dt>
<dd>{$lang->forum_redirect}</dd>


<dt><span class="forum_status forum_offlink" title="{$lang->forum_redirect}"></span></dt>
<dd>{$lang->forum_redirect}</dd>

Zeile 4369Zeile 4374
<td class="trow1"><span class="smalltext">{$bdays}</span></td>
</tr>]]></template>
<template name="index_birthdays_birthday" version="1400"><![CDATA[{$comma}{$bdayuser['profilelink']}{$age}]]></template>

<td class="trow1"><span class="smalltext">{$bdays}</span></td>
</tr>]]></template>
<template name="index_birthdays_birthday" version="1400"><![CDATA[{$comma}{$bdayuser['profilelink']}{$age}]]></template>

		<template name="index_boardstats" version="1810"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">

		<template name="index_boardstats" version="1816"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">

<thead>
<tr>
<td class="thead{$collapsedthead['boardstats']}">

<thead>
<tr>
<td class="thead{$collapsedthead['boardstats']}">

<div class="expcolimage"><img src="{$theme['imgdir']}/collapse{$collapsedimg['boardstats']}.png" id="boardstats_img" class="expander" alt="[-]" title="[-]" /></div>

<div class="expcolimage"><img src="{$theme['imgdir']}/collapse{$collapsedimg['boardstats']}.png" id="boardstats_img" class="expander" alt="{$expaltext}" title="{$expaltext}" /></div>

<div><strong>{$lang->boardstats}</strong></div>
</td>
</tr>

<div><strong>{$lang->boardstats}</strong></div>
</td>
</tr>

Zeile 4386Zeile 4391
	<td class="tfoot" style="text-align: right">
<span class="smalltext">
{$logoutlink}

	<td class="tfoot" style="text-align: right">
<span class="smalltext">
{$logoutlink}

			<a href="showteam.php">{$lang->forumteam}</a>

			{$showteamlink}

			{$statspage}
</span>
</td>

			{$statspage}
</span>
</td>

Zeile 4396Zeile 4401
<br />]]></template>
<template name="index_statspage" version="1800"><![CDATA[ |
<a href="stats.php">{$lang->forumstats}</a>]]></template>

<br />]]></template>
<template name="index_statspage" version="1800"><![CDATA[ |
<a href="stats.php">{$lang->forumstats}</a>]]></template>

		<template name="index_logoutlink" version="1400"><![CDATA[<a href="member.php?action=logout&amp;logoutkey={$mybb->user['logoutkey']}">{$lang->index_logout}</a> | ]]></template>



		<template name="index_showteamlink" version="1816"><![CDATA[ |
<a href="showteam.php">{$lang->forumteam}</a>]]></template>
<template name="index_logoutlink" version="1816"><![CDATA[<a href="member.php?action=logout&amp;logoutkey={$mybb->user['logoutkey']}">{$lang->index_logout}</a>]]></template>

		<template name="index_stats" version="1400"><![CDATA[<tr><td class="tcat"><span class="smalltext"><strong>{$lang->boardstats}</strong></span></td></tr>

		<template name="index_stats" version="1400"><![CDATA[<tr><td class="tcat"><span class="smalltext"><strong>{$lang->boardstats}</strong></span></td></tr>

<tr>

<tr>

<td class="trow1"><span class="smalltext">
{$lang->stats_posts_threads}<br />
{$lang->stats_numusers}<br />

<td class="trow1"><span class="smalltext">
{$lang->stats_posts_threads}<br />
{$lang->stats_numusers}<br />

Zeile 4412Zeile 4419
</tr>
<tr>
<td class="trow1"><span class="smalltext">{$lang->online_note}<br />{$onlinemembers}</span></td>

</tr>
<tr>
<td class="trow1"><span class="smalltext">{$lang->online_note}<br />{$onlinemembers}</span></td>

</tr>]]></template>

</tr>]]></template>

		<template name="index_whosonline_memberbit" version="1400"><![CDATA[{$comma}{$user['profilelink']}{$invisiblemark}]]></template>
<template name="managegroup" version="1813"><![CDATA[<html>
<head>

		<template name="index_whosonline_memberbit" version="1400"><![CDATA[{$comma}{$user['profilelink']}{$invisiblemark}]]></template>
<template name="managegroup" version="1813"><![CDATA[<html>
<head>

Zeile 4646Zeile 4653
</body>
</html>]]></template>
<template name="member_coppa_form" version="1800"><![CDATA[<html>

</body>
</html>]]></template>
<template name="member_coppa_form" version="1800"><![CDATA[<html>

<head>

<head>

	<title>{$mybb->settings['bbname']} - {$lang->coppa_compliance}</title>
<style type="text/css">
body { font-family: Verdana, Arial, sans-serif; font-size: 13px; }

	<title>{$mybb->settings['bbname']} - {$lang->coppa_compliance}</title>
<style type="text/css">
body { font-family: Verdana, Arial, sans-serif; font-size: 13px; }

Zeile 4659Zeile 4666
		input.textbox { border: 0; border-bottom: 1px solid #000; font-size: 16px; width: 350px; }
input.date { width: 80px; }
</style>

		input.textbox { border: 0; border-bottom: 1px solid #000; font-size: 16px; width: 350px; }
input.date { width: 80px; }
</style>

</head>
<body>

</head>
<body>

	<div class="largetext float_right" style="text-align: center; padding-bottom: 10px;">
{$mybb->settings['bbname']}<br /><span class="grey">{$lang->coppa_registration}</span>
</div>

	<div class="largetext float_right" style="text-align: center; padding-bottom: 10px;">
{$mybb->settings['bbname']}<br /><span class="grey">{$lang->coppa_registration}</span>
</div>

Zeile 4689Zeile 4696
	<dl>
<dt><label for="name">{$lang->full_name}</label></dt>
<dd><input type="text" class="textbox" id="name" /></dd>

	<dl>
<dt><label for="name">{$lang->full_name}</label></dt>
<dd><input type="text" class="textbox" id="name" /></dd>





			<dt><label for="relation">{$lang->relation}</label></dt>
<dd><input type="text" class="textbox" id="relation" /></dd>


			<dt><label for="relation">{$lang->relation}</label></dt>
<dd><input type="text" class="textbox" id="relation" /></dd>


Zeile 4749Zeile 4756
</tr>]]></template>
<template name="member_loggedin_notice" version="1800"><![CDATA[<fieldset class="align_right smalltext">{$lang->already_logged_in}</fieldset>
<br />]]></template>

</tr>]]></template>
<template name="member_loggedin_notice" version="1800"><![CDATA[<fieldset class="align_right smalltext">{$lang->already_logged_in}</fieldset>
<br />]]></template>

		<template name="member_login" version="1611"><![CDATA[<html>

		<template name="member_login" version="1816"><![CDATA[<html>

<head>
<title>{$mybb->settings['bbname']} - {$lang->login}</title>
{$headerinclude}

<head>
<title>{$mybb->settings['bbname']} - {$lang->login}</title>
{$headerinclude}

Zeile 4763Zeile 4770
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead" colspan="2"><strong>{$lang->login}</strong></td>

<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead" colspan="2"><strong>{$lang->login}</strong></td>

</tr>
<tr>

</tr>
<tr>

<td class="trow1"><strong>{$lang->username}</strong></td>
<td class="trow1"><input type="text" class="textbox" name="username" size="25" style="width: 200px;" value="{$username}" /></td>

<td class="trow1"><strong>{$lang->username}</strong></td>
<td class="trow1"><input type="text" class="textbox" name="username" size="25" style="width: 200px;" value="{$username}" /></td>

</tr>

</tr>

<tr>
<td class="trow2"><strong>{$lang->password}</strong><br /><span class="smalltext">{$lang->pw_note}</span></td>
<td class="trow2"><input type="password" class="textbox" name="password" size="25" style="width: 200px;" value="{$password}" /> (<a href="member.php?action=lostpw">{$lang->lostpw_note}</a>)</td>

<tr>
<td class="trow2"><strong>{$lang->password}</strong><br /><span class="smalltext">{$lang->pw_note}</span></td>
<td class="trow2"><input type="password" class="textbox" name="password" size="25" style="width: 200px;" value="{$password}" /> (<a href="member.php?action=lostpw">{$lang->lostpw_note}</a>)</td>

</tr>

</tr>

<tr>
<td class="trow1" colspan="2" align="center"><label title="{$lang->remember_me_desc}"><input type="checkbox" class="checkbox" name="remember" checked="checked" value="yes" /> {$lang->remember_me}</label></td>
</tr>
{$captcha}

<tr>
<td class="trow1" colspan="2" align="center"><label title="{$lang->remember_me_desc}"><input type="checkbox" class="checkbox" name="remember" checked="checked" value="yes" /> {$lang->remember_me}</label></td>
</tr>
{$captcha}

</table>
<br />

</table>
<br />

<div align="center"><input type="submit" class="button" name="submit" value="{$lang->login}" /></div>
<input type="hidden" name="action" value="do_login" />
<input type="hidden" name="url" value="{$redirect_url}" />

<div align="center"><input type="submit" class="button" name="submit" value="{$lang->login}" /></div>
<input type="hidden" name="action" value="do_login" />
<input type="hidden" name="url" value="{$redirect_url}" />

 
<input name="my_post_key" type="hidden" value="{$mybb->post_code}" />

</form>
{$footer}
</body>

</form>
{$footer}
</body>

Zeile 4806Zeile 4814
<div align="center"><input type="submit" class="button" value="{$lang->request_user_pass}" /></div>
<input type="hidden" name="action" value="do_lostpw" />
</form>

<div align="center"><input type="submit" class="button" value="{$lang->request_user_pass}" /></div>
<input type="hidden" name="action" value="do_lostpw" />
</form>

{$footer}

{$footer}

</body>
</html>]]></template>
<template name="member_profile" version="1807"><![CDATA[<html>

</body>
</html>]]></template>
<template name="member_profile" version="1807"><![CDATA[<html>

Zeile 4849Zeile 4857
				<tr>
<td class="trow1" style="width: 30%;"><strong>{$lang->joined}</strong></td>
<td class="trow1">{$memregdate}</td>

				<tr>
<td class="trow1" style="width: 30%;"><strong>{$lang->joined}</strong></td>
<td class="trow1">{$memregdate}</td>

				</tr>
<tr>

				</tr>
<tr>

					<td class="trow2"><strong>{$lang->lastvisit}</strong></td>
<td class="trow2">{$memlastvisitdate}</td>
</tr>

					<td class="trow2"><strong>{$lang->lastvisit}</strong></td>
<td class="trow2">{$memlastvisitdate}</td>
</tr>

Zeile 4880Zeile 4888
			{$adminoptions}
<div style="text-align: center">{$buddy_options}{$ignore_options}{$report_options}</div>
</td>

			{$adminoptions}
<div style="text-align: center">{$buddy_options}{$ignore_options}{$report_options}</div>
</td>

	</tr>
</table>
{$footer}

	</tr>
</table>
{$footer}

</body>
</html>]]></template>
<template name="member_profile_addremove" version="1800"><![CDATA[<a href="{$add_remove_options['url']}" class="button small_button {$add_remove_options['class']}"><span>{$add_remove_options['lang']}</span></a>]]></template>

</body>
</html>]]></template>
<template name="member_profile_addremove" version="1800"><![CDATA[<a href="{$add_remove_options['url']}" class="button small_button {$add_remove_options['class']}"><span>{$add_remove_options['lang']}</span></a>]]></template>

Zeile 4905Zeile 4913
<legend><strong>{$lang->away_note}</strong></legend>
<em>{$lang->away_reason} {$awayreason}</em><br />
<span class="smalltext">{$lang->away_since} {$awaydate} &mdash; {$lang->away_returns} {$returndate}</span>

<legend><strong>{$lang->away_note}</strong></legend>
<em>{$lang->away_reason} {$awayreason}</em><br />
<span class="smalltext">{$lang->away_since} {$awaydate} &mdash; {$lang->away_returns} {$returndate}</span>

</fieldset>
<br />]]></template>

</fieldset>
<br />]]></template>

		<template name="member_profile_banned" version="1801"><![CDATA[<fieldset>
<legend><strong>{$lang->ban_note}</strong></legend>
<em>{$lang->banned_warning2}: {$memban['reason']}</em><br />

		<template name="member_profile_banned" version="1801"><![CDATA[<fieldset>
<legend><strong>{$lang->ban_note}</strong></legend>
<em>{$lang->banned_warning2}: {$memban['reason']}</em><br />

Zeile 4914Zeile 4922
</fieldset>
<br />]]></template>
<template name="member_profile_banned_remaining" version="1808"><![CDATA[<span class="{$banned_class}">({$timeremaining} {$lang->ban_remaining})</span>]]></template>

</fieldset>
<br />]]></template>
<template name="member_profile_banned_remaining" version="1808"><![CDATA[<span class="{$banned_class}">({$timeremaining} {$lang->ban_remaining})</span>]]></template>

		<template name="member_profile_contact_details" version="1804"><![CDATA[<br />

		<template name="member_profile_contact_details" version="1816"><![CDATA[<br />

<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder tfixed">
<colgroup>
<col style="width: 30%;" />

<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder tfixed">
<colgroup>
<col style="width: 30%;" />

Zeile 4926Zeile 4934
	{$sendemail}
{$sendpm}
{$contact_fields['icq']}

	{$sendemail}
{$sendpm}
{$contact_fields['icq']}

	{$contact_fields['aim']}

 
	{$contact_fields['yahoo']}
{$contact_fields['skype']}
{$contact_fields['google']}
</table>]]></template>

	{$contact_fields['yahoo']}
{$contact_fields['skype']}
{$contact_fields['google']}
</table>]]></template>

		<template name="member_profile_contact_fields_aim" version="1809"><![CDATA[<tr>
<td class="{$bgcolors['aim']}"><strong>{$lang->aim_screenname}</strong></td>
<td class="{$bgcolors['aim']}"><a href="javascript:void(0)" onclick="MyBB.popupWindow('/misc.php?action=imcenter&amp;imtype=aim&amp;uid={$uid}&amp;modal=1'); return false;">{$memprofile['aim']}</a></td>
</tr>]]></template>

 
		<template name="member_profile_contact_fields_google" version="1800"><![CDATA[<tr>
<td class="{$bgcolors['google']}"><strong>{$lang->google_id}</strong></td>
<td class="{$bgcolors['google']}">{$memprofile['google']}</td>

		<template name="member_profile_contact_fields_google" version="1800"><![CDATA[<tr>
<td class="{$bgcolors['google']}"><strong>{$lang->google_id}</strong></td>
<td class="{$bgcolors['google']}">{$memprofile['google']}</td>

Zeile 4975Zeile 4978
</tr>]]></template>
<template name="member_profile_findposts" version="1807"><![CDATA[<br /><span class="smalltext">(<a href="search.php?action=finduser&amp;uid={$uid}">{$lang->find_posts}</a>)</span>]]></template>
<template name="member_profile_findthreads" version="1807"><![CDATA[<br /><span class="smalltext">(<a href="search.php?action=finduserthreads&amp;uid={$uid}">{$lang->find_threads}</a>)</span>]]></template>

</tr>]]></template>
<template name="member_profile_findposts" version="1807"><![CDATA[<br /><span class="smalltext">(<a href="search.php?action=finduser&amp;uid={$uid}">{$lang->find_posts}</a>)</span>]]></template>
<template name="member_profile_findthreads" version="1807"><![CDATA[<br /><span class="smalltext">(<a href="search.php?action=finduserthreads&amp;uid={$uid}">{$lang->find_threads}</a>)</span>]]></template>

		<template name="member_profile_groupimage" version="120"><![CDATA[<img src="{$displaygroup['image']}" alt="{$usertitle}" title="{$usertitle}" /><br />]]></template>

		<template name="member_profile_groupimage" version="120"><![CDATA[<img src="{$memperms['image']}" alt="{$usertitle}" title="{$usertitle}" /><br />]]></template>

		<template name="member_profile_modoptions" version="1812"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" width="100%" class="tborder">
<tr>
<td colspan="2" class="thead"><strong>{$lang->mod_options}</strong></td>

		<template name="member_profile_modoptions" version="1812"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" width="100%" class="tborder">
<tr>
<td colspan="2" class="thead"><strong>{$lang->mod_options}</strong></td>

Zeile 5225Zeile 5228
		<p>{$lang->coppa_agreement_3}</p>
</td>
</tr>]]></template>

		<p>{$lang->coppa_agreement_3}</p>
</td>
</tr>]]></template>

		<template name="member_register_coppa" version="1400"><![CDATA[<html>

		<template name="member_register_coppa" version="1816"><![CDATA[<html>

<head>
<title>{$mybb->settings['bbname']} - {$lang->coppa_compliance}</title>
{$headerinclude}

<head>
<title>{$mybb->settings['bbname']} - {$lang->coppa_compliance}</title>
{$headerinclude}

Zeile 5240Zeile 5243
</tr>
<tr>
<td class="trow1">

</tr>
<tr>
<td class="trow1">

{$lang->coppa_desc}

{$coppa_desc}

<div style="width: 400px; margin: auto; margin-bottom: 15px;">

<div style="width: 400px; margin: auto; margin-bottom: 15px;">

	<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">

	<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">

		<tr>
<td colspan="1" class="thead"><strong>{$lang->date_of_birth}</strong></td>
</tr>

		<tr>
<td colspan="1" class="thead"><strong>{$lang->date_of_birth}</strong></td>
</tr>

Zeile 5279Zeile 5282
							</select>
</td>
<td>

							</select>
</td>
<td>

							<input type="text" class="textbox" size="4" maxlength="4" name="bday3" id="year" value="{$mybb->input['bday3']}" />

							<input type="text" class="textbox" size="4" maxlength="4" name="bday3" id="year" value="{$birthday_year}" />

						</td>
</tr>
</table>

						</td>
</tr>
</table>

Zeile 5287Zeile 5290
			</td>
</tr>
</table>

			</td>
</tr>
</table>

</div>

</div>

</td>
</tr>
</table>

</td>
</tr>
</table>

Zeile 5361Zeile 5364
<td width="60%">
<input type="text" class="textbox" name="answer" value="" id="answer" style="width: 70%;" />
<input type="hidden" name="question_id" value="{$sid}" id="question_id" />

<td width="60%">
<input type="text" class="textbox" name="answer" value="" id="answer" style="width: 70%;" />
<input type="hidden" name="question_id" value="{$sid}" id="question_id" />

</td>

</td>

<td width="40%">
{$refresh}
</td>

<td width="40%">
{$refresh}
</td>

Zeile 5460Zeile 5463
<tr>
<td id="imagestring_status" style="display: none;" colspan="2">&nbsp;</td>
</tr>

<tr>
<td id="imagestring_status" style="display: none;" colspan="2">&nbsp;</td>
</tr>

</table>
</fieldset>]]></template>
<template name="member_register_regimage_recaptcha" version="1605"><![CDATA[<br />
<script type="text/javascript">
<!--
var RecaptchaOptions = {
theme: 'clean'
};
// -->
</script>
<fieldset class="trow2">
<legend><strong>{$lang->image_verification}</strong></legend>
<table cellspacing="0" cellpadding="{$theme['tablespace']}">
<tr>
<td><span class="smalltext">{$lang->verification_note}</span></td>
</tr>
<tr>
<td><script type="text/javascript" src="{$server}/challenge?k={$public_key}"></script></td>
</tr>

 
</table>
</fieldset>]]></template>
<template name="member_register_regimage_recaptcha_invisible" version="1813"><![CDATA[<br />

</table>
</fieldset>]]></template>
<template name="member_register_regimage_recaptcha_invisible" version="1813"><![CDATA[<br />

Zeile 5679Zeile 5663
			<option value="lastvisit"{$sort_selected['lastvisit']}>{$lang->sort_by_lastvisit}</option>
<option value="postnum"{$sort_selected['postnum']}>{$lang->sort_by_posts}</option>
<option value="threadnum"{$sort_selected['threadnum']}>{$lang->sort_by_threads}</option>

			<option value="lastvisit"{$sort_selected['lastvisit']}>{$lang->sort_by_lastvisit}</option>
<option value="postnum"{$sort_selected['postnum']}>{$lang->sort_by_posts}</option>
<option value="threadnum"{$sort_selected['threadnum']}>{$lang->sort_by_threads}</option>

			<option value="referrals"{$sort_selected['referrals']}>{$lang->sort_by_referrals}</option>
</select>
</td>
</tr>
</table>
<div align="center"><br /><input type="submit" class="button" name="submit" value="{$lang->search}" /></div>
</form>
{$footer}
<link rel="stylesheet" href="{$mybb->asset_url}/jscripts/select2/select2.css?ver=1807">
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/select2/select2.min.js?ver=1806"></script>
<script type="text/javascript">
<!--
if(use_xmlhttprequest == "1")
{
MyBB.select2();
$("#username").select2({
placeholder: "{$lang->search_user}",
minimumInputLength: 2,
multiple: false,
ajax: { // instead of writing the function to execute the request we use Select2's convenient helper
url: "xmlhttp.php?action=get_users",
dataType: 'json',
data: function (term, page) {
return {
query: term, // search term
};
},
results: function (data, page) { // parse the results into the format expected by Select2.
// since we are using custom formatting functions we do not need to alter remote JSON data
return {results: data};
}
},
initSelection: function(element, callback) {
var value = $(element).val();
if (value !== "") {
callback({
id: value,
text: value
});
}
},
// Allow the user entered text to be selected as well
createSearchChoice:function(term, data) {
if ( $(data).filter( function() {
return this.text.localeCompare(term)===0;
}).length===0) {
return {id:term, text:term};
}
},
});

$('[for=username]').click(function(){
$("#username").select2('open');
return false;

			{$referrals_option}
</select>
</td>
</tr>
</table>
<div align="center"><br /><input type="submit" class="button" name="submit" value="{$lang->search}" /></div>
</form>
{$footer}
<link rel="stylesheet" href="{$mybb->asset_url}/jscripts/select2/select2.css?ver=1807">
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/select2/select2.min.js?ver=1806"></script>
<script type="text/javascript">
<!--
if(use_xmlhttprequest == "1")
{
MyBB.select2();
$("#username").select2({
placeholder: "{$lang->search_user}",
minimumInputLength: 2,
multiple: false,
ajax: { // instead of writing the function to execute the request we use Select2's convenient helper
url: "xmlhttp.php?action=get_users",
dataType: 'json',
data: function (term, page) {
return {
query: term, // search term
};
},
results: function (data, page) { // parse the results into the format expected by Select2.
// since we are using custom formatting functions we do not need to alter remote JSON data
return {results: data};
}
},
initSelection: function(element, callback) {
var value = $(element).val();
if (value !== "") {
callback({
id: value,
text: value
});
}
},
// Allow the user entered text to be selected as well
createSearchChoice:function(term, data) {
if ( $(data).filter( function() {
return this.text.localeCompare(term)===0;
}).length===0) {
return {id:term, text:term};
}
},
});

$('[for=username]').click(function(){
$("#username").select2('open');
return false;

	});
}
// -->

	});
}
// -->

Zeile 5741Zeile 5725
</html>]]></template>
<template name="memberlist_referrals" version="1800"><![CDATA[<td class="tcat" width="10%" align="center"><span class="smalltext"><a href="{$sorturl}&amp;sort=referrals&amp;order=descending"><strong>{$lang->referrals}</strong></a> {$orderarrow['referrals']}</span></td>]]></template>
<template name="memberlist_referrals_bit" version="1600"><![CDATA[<td class="{$alt_bg}" align="center">{$user['referrals']}</td>]]></template>

</html>]]></template>
<template name="memberlist_referrals" version="1800"><![CDATA[<td class="tcat" width="10%" align="center"><span class="smalltext"><a href="{$sorturl}&amp;sort=referrals&amp;order=descending"><strong>{$lang->referrals}</strong></a> {$orderarrow['referrals']}</span></td>]]></template>
<template name="memberlist_referrals_bit" version="1600"><![CDATA[<td class="{$alt_bg}" align="center">{$user['referrals']}</td>]]></template>

		<template name="memberlist_search" version="1810"><![CDATA[<html>


		<template name="memberlist_referrals_option" version="1816"><![CDATA[<option value="referrals"{$sort_selected['referrals']}>{$lang->sort_by_referrals}</option>]]></template>
<template name="memberlist_search" version="1816"><![CDATA[<html>

<head>
<title>{$mybb->settings['bbname']} - {$lang->search_member_list}</title>
{$headerinclude}

<head>
<title>{$mybb->settings['bbname']} - {$lang->search_member_list}</title>
{$headerinclude}

Zeile 5773Zeile 5758
		<input type="text" class="textbox" name="website" id="website" />
</td>
</tr>

		<input type="text" class="textbox" name="website" id="website" />
</td>
</tr>

{$contact_fields['aim']}

 
{$contact_fields['skype']}
{$contact_fields['google']}
{$contact_fields['yahoo']}

{$contact_fields['skype']}
{$contact_fields['google']}
{$contact_fields['yahoo']}

Zeile 5790Zeile 5774
			<option value="lastvisit">{$lang->sort_by_lastvisit}</option>
<option value="postnum">{$lang->sort_by_posts}</option>
<option value="threadnum">{$lang->sort_by_threads}</option>

			<option value="lastvisit">{$lang->sort_by_lastvisit}</option>
<option value="postnum">{$lang->sort_by_posts}</option>
<option value="threadnum">{$lang->sort_by_threads}</option>

			<option value="referrals">{$lang->sort_by_referrals}</option>

			{$referrals_option}

		</select><br />
<span class="smalltext">
<input type="radio" class="radio" name="order" id="order_asc" value="asc" /> <label for="order_asc">{$lang->order_asc}</label><br />

		</select><br />
<span class="smalltext">
<input type="radio" class="radio" name="order" id="order_asc" value="asc" /> <label for="order_asc">{$lang->order_asc}</label><br />

Zeile 5986Zeile 5970
</td>
</tr>
</table>]]></template>

</td>
</tr>
</table>]]></template>

		<template name="misc_help_section" version="1800"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder clear">

		<template name="misc_help_section" version="1816"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder clear">

<thead>
<tr>

<thead>
<tr>

<td class="thead{$expthead}"><div class="expcolimage"><img src="{$theme['imgdir']}/{$expcolimage}" id="sid_{$section['sid']}_img" class="expander" alt="[-]" title="[-]" /></div><div><strong>{$section['name']}</strong></div></td>

<td class="thead{$expthead}"><div class="expcolimage"><img src="{$theme['imgdir']}/{$expcolimage}" id="sid_{$section['sid']}_img" class="expander" alt="{$expaltext}" title="{$expaltext}" /></div><div><strong>{$section['name']}</strong></div></td>

</tr>
</thead>
<tbody style="{$expdisplay}" id="sid_{$section['sid']}_e">

</tr>
</thead>
<tbody style="{$expdisplay}" id="sid_{$section['sid']}_e">

Zeile 6033Zeile 6017
		<template name="misc_helpresults_noresults" version="1800"><![CDATA[<tr>
<td class="trow1">{$lang->no_help_results}</td>
</tr>]]></template>

		<template name="misc_helpresults_noresults" version="1800"><![CDATA[<tr>
<td class="trow1">{$lang->no_help_results}</td>
</tr>]]></template>

		<template name="misc_imcenter_aim" version="1800"><![CDATA[<div class="modal">
<div style="overflow-y: auto; max-height: 400px;">
<table width="100%" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" border="0" align="center" class="tborder">
<tr>
<td class="thead" align="center" colspan="2"><strong>{$user['username']} - {$lang->aim_center}</strong></td>
</tr>
<tr>
<td class="tcat" align="center" colspan="2"><span class="smalltext"><strong>{$navigationbar}</strong></span></td>
</tr>
<tr>
<td class="trow2">
<!-- Begin AIM Remote -->
<table align="center" cellspacing="0" cellpadding="0" border="0">
<tr>
<td align="center" style="white-space: nowrap"><a href="http://www.aim.com/"><img src="http://info.aol.co.uk/aim/remote/gr/aimver_man.gif" width="44" height="55" alt="{$lang->download_aim}" title="{$lang->download_aim}" /></a><img src="http://info.aol.co.uk/aim/remote/gr/aimver_topsm.gif" width="73" height="55" alt="{$lang->aim_remote}" title="{$lang->aim_remote}" /></td>
</tr>
<tr>
<td align="center" style="white-space: nowrap"><a href="aim:goim?screenname={$user['aim']}&amp;message=Hi.+Are+you+there?"><img src="http://info.aol.co.uk/aim/remote/gr/aimver_im.gif" width="117" height="39" alt="{$lang->send_me_instant}" title="{$lang->send_me_instant}" /></a></td>
</tr>
<tr>
<td align="center" style="white-space: nowrap"><a href="aim:addbuddy?screenname={$user['aim']}"><img src="http://info.aol.co.uk/aim/remote/gr/aimver_bud.gif" width="117" height="39" alt="{$lang->add_me_buddy_list}" title="{$lang->add_me_buddy_list}" /></a></td>
</tr>
<td align="center" style="white-space: nowrap"><a href="http://www.aim.com/"><img src="http://info.aol.co.uk/aim/remote/gr/aimver_botdow.gif" width="117" height="29" alt="{$lang->download_aol_im}" title="{$lang->download_aol_im}" /></a></td>
</tr>
</table>
<!-- End AIM Remote -->
</td>
</tr>
</table>
</div>
</div>]]></template>

 
		<template name="misc_imcenter_error" version="1812"><![CDATA[<div class="modal">
<div style="overflow-y: auto; max-height: 400px;">
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">

		<template name="misc_imcenter_error" version="1812"><![CDATA[<div class="modal">
<div style="overflow-y: auto; max-height: 400px;">
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">

Zeile 6076Zeile 6029
</table>
</div>
</div>]]></template>

</table>
</div>
</div>]]></template>

		<template name="misc_imcenter_nav" version="1809"><![CDATA[{$navsep}<a href="javascript:void(0)" onclick="MyBB.popupWindow('/misc.php?action=imcenter&amp;imtype={$imtype}&amp;uid={$uid}&amp;modal=1'); return false;">{$imtype_lang}</a>]]></template>

 
		<template name="misc_imcenter_skype" version="1807"><![CDATA[<div class="modal">

		<template name="misc_imcenter_skype" version="1807"><![CDATA[<div class="modal">

<div style="overflow-y: auto; max-height: 400px;">
<table width="100%" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" border="0" align="center" class="tborder">
<tr>

<div style="overflow-y: auto; max-height: 400px;">
<table width="100%" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" border="0" align="center" class="tborder">
<tr>

<td class="thead" align="center"><strong>{$user['username']} - {$lang->skype_center}</strong></td>

<td class="thead" align="center"><strong>{$user['username']} - {$lang->skype_center}</strong></td>

</tr>
<tr>
<td class="tcat" align="center"><span class="smalltext"><strong>{$navigationbar}</strong></span></td>
</tr>
<tr>

</tr>
<tr>
<td class="tcat" align="center"><span class="smalltext"><strong>{$navigationbar}</strong></span></td>
</tr>
<tr>

<td class="trow1" align="center"><strong>{$user['skype']}</strong></td>
</tr>
<tr>
<td class="trow1" align="center"><span class="smalltext"><a href="skype:{$user['skype']}?chat">{$lang->chat_on_skype}</a> - <a href="skype:{$user['skype']}?call">{$lang->call_on_skype}</a></span></td>

<td class="trow1" align="center"><strong>{$user['skype']}</strong></td>
</tr>
<tr>
<td class="trow1" align="center"><span class="smalltext"><a href="skype:{$user['skype']}?chat">{$lang->chat_on_skype}</a> - <a href="skype:{$user['skype']}?call">{$lang->call_on_skype}</a></span></td>

</tr>
</table>
</div>

</tr>
</table>
</div>

</div>]]></template>
<template name="misc_imcenter_yahoo" version="1812"><![CDATA[<div class="modal">
<div style="overflow-y: auto; max-height: 400px;">
<table width="100%" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" border="0" align="center" class="tborder">
<tr>
<td class="thead" align="center"><strong>{$user['username']} - {$lang->yahoo_center}</strong></td>

</div>]]></template>
<template name="misc_imcenter_yahoo" version="1812"><![CDATA[<div class="modal">
<div style="overflow-y: auto; max-height: 400px;">
<table width="100%" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" border="0" align="center" class="tborder">
<tr>
<td class="thead" align="center"><strong>{$user['username']} - {$lang->yahoo_center}</strong></td>

</tr>

</tr>

<tr>
<td class="tcat" align="center"><span class="smalltext"><strong>{$navigationbar}</strong></span></td>
</tr>

<tr>
<td class="tcat" align="center"><span class="smalltext"><strong>{$navigationbar}</strong></span></td>
</tr>

Zeile 6120Zeile 6072
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder tfixed">
<tr>
<td class="thead"><strong>{$forum['rulestitle']}</strong></td>

<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder tfixed">
<tr>
<td class="thead"><strong>{$forum['rulestitle']}</strong></td>

</tr>
<tr>

</tr>
<tr>

<td class="trow1 scaleimages">{$forum['rules']}</td>
</tr>
</table>

<td class="trow1 scaleimages">{$forum['rules']}</td>
</tr>
</table>

Zeile 6131Zeile 6083
		<template name="misc_smilies" version="120"><![CDATA[<html>
<head>
<title>{$mybb->settings['bbname']} - {$lang->smilies_listing}</title>

		<template name="misc_smilies" version="120"><![CDATA[<html>
<head>
<title>{$mybb->settings['bbname']} - {$lang->smilies_listing}</title>

{$headerinclude}
</head>
<body>
{$header}

{$headerinclude}
</head>
<body>
{$header}

<br />
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">

<br />
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">

<tr>

<tr>

<td class="thead" colspan="3"><strong>{$lang->smilies_listing}</strong></td>

<td class="thead" colspan="3"><strong>{$lang->smilies_listing}</strong></td>

</tr>

</tr>

<tr>
<td class="tcat" colspan="2" align="center"><span class="smalltext"><strong>{$lang->name}</strong></span></td>

<tr>
<td class="tcat" colspan="2" align="center"><span class="smalltext"><strong>{$lang->name}</strong></span></td>

<td class="tcat"><span class="smalltext"><strong>{$lang->abbreviation}</strong></span></td>
</tr>
{$smilies}
</table>
{$footer}
</body>
</html>]]></template>

<td class="tcat"><span class="smalltext"><strong>{$lang->abbreviation}</strong></span></td>
</tr>
{$smilies}
</table>
{$footer}
</body>
</html>]]></template>

		<template name="misc_smilies_no_smilies" version="1808"><![CDATA[<tr>
<td class="{$class}">{$lang->no_smilies}</td>
</tr>]]></template>

		<template name="misc_smilies_no_smilies" version="1808"><![CDATA[<tr>
<td class="{$class}">{$lang->no_smilies}</td>
</tr>]]></template>

Zeile 6236Zeile 6188
</tr>
<tr>
<td class="tcat"><span class="smalltext"><strong><a href="javascript:void(0)" onclick="MyBB.whoPosted({$thread['tid']}, 'username'); return false;">{$lang->user}</a></strong></span></td>

</tr>
<tr>
<td class="tcat"><span class="smalltext"><strong><a href="javascript:void(0)" onclick="MyBB.whoPosted({$thread['tid']}, 'username'); return false;">{$lang->user}</a></strong></span></td>

<td class="tcat"><span class="smalltext"><strong><a href="javascript:void(0)"  onclick="MyBB.whoPosted({$thread['tid']}); return false;">{$lang->num_posts}</a></strong></span></td>
</tr>
{$whoposted}

<td class="tcat"><span class="smalltext"><strong><a href="javascript:void(0)"  onclick="MyBB.whoPosted({$thread['tid']}); return false;">{$lang->num_posts}</a></strong></span></td>
</tr>
{$whoposted}

</table>
</div>
</div>]]></template>

</table>
</div>
</div>]]></template>

Zeile 6464Zeile 6416
					<br />
<div align="center">
<input type="submit" class="button" name="Edit Announcement" value="{$lang->edit_announcement}" />&nbsp;&nbsp;

					<br />
<div align="center">
<input type="submit" class="button" name="Edit Announcement" value="{$lang->edit_announcement}" />&nbsp;&nbsp;

						<input type="submit" class="button" name="preview" value="{$lang->preview}" />
</div>
</td>
</tr>
</table>
</form>
{$footer}
<script type="text/javascript">
$(".author_avatar img").error(function () {
$(this).unbind("error").closest('.author_avatar').remove();

						<input type="submit" class="button" name="preview" value="{$lang->preview}" />
</div>
</td>
</tr>
</table>
</form>
{$footer}
<script type="text/javascript">
$(".author_avatar img").error(function () {
$(this).unbind("error").closest('.author_avatar').remove();

		});
</script>
</body>

		});
</script>
</body>

Zeile 6590Zeile 6542
						<tr>
<td class="trow1" valign="top" width="25%"><strong>{$lang->allow_mycode}</strong></td>
<td class="trow1" valign="top" width="75%"><label><input type="radio" name="allowmycode" value="1"{$mycode_sel['yes']} />&nbsp;{$lang->yes}</label> &nbsp;&nbsp;<label><input type="radio" name="allowmycode" value="0"{$mycode_sel['no']} />&nbsp;{$lang->no}</label></td>

						<tr>
<td class="trow1" valign="top" width="25%"><strong>{$lang->allow_mycode}</strong></td>
<td class="trow1" valign="top" width="75%"><label><input type="radio" name="allowmycode" value="1"{$mycode_sel['yes']} />&nbsp;{$lang->yes}</label> &nbsp;&nbsp;<label><input type="radio" name="allowmycode" value="0"{$mycode_sel['no']} />&nbsp;{$lang->no}</label></td>

						</tr>
<tr>

						</tr>
<tr>

							<td class="trow1" valign="top" width="25%"><strong>{$lang->allow_smilies}</strong></td>
<td class="trow1" valign="top" width="75%"><label><input type="radio" name="allowsmilies" value="1"{$smilies_sel['yes']} />&nbsp;{$lang->yes}</label> &nbsp;&nbsp;<label><input type="radio" name="allowsmilies" value="0"{$smilies_sel['no']} />&nbsp;{$lang->no}</label></td>
</tr>

							<td class="trow1" valign="top" width="25%"><strong>{$lang->allow_smilies}</strong></td>
<td class="trow1" valign="top" width="75%"><label><input type="radio" name="allowsmilies" value="1"{$smilies_sel['yes']} />&nbsp;{$lang->yes}</label> &nbsp;&nbsp;<label><input type="radio" name="allowsmilies" value="0"{$smilies_sel['no']} />&nbsp;{$lang->no}</label></td>
</tr>

Zeile 6646Zeile 6598
		<template name="modcp_banning" version="1400"><![CDATA[<html>
<head>
<title>{$mybb->settings['bbname']} - {$lang->ban_banned}</title>

		<template name="modcp_banning" version="1400"><![CDATA[<html>
<head>
<title>{$mybb->settings['bbname']} - {$lang->ban_banned}</title>

{$headerinclude}
</head>
<body>
{$header}
<table width="100%" border="0" align="center">

{$headerinclude}
</head>
<body>
{$header}
<table width="100%" border="0" align="center">

		<tr>
{$modcp_nav}
<td valign="top">

		<tr>
{$modcp_nav}
<td valign="top">

Zeile 6708Zeile 6660
									{$lift_link}
<strong>{$lang->ban_user}</strong>
</td>

									{$lift_link}
<strong>{$lang->ban_user}</strong>
</td>

							</tr>

							</tr>

							{$banuser_username}
<tr>
<td class="trow2" width="25%"><strong>{$lang->ban_reason}</strong></td>

							{$banuser_username}
<tr>
<td class="trow2" width="25%"><strong>{$lang->ban_reason}</strong></td>

Zeile 6751Zeile 6703
			results: function (data, page) { // parse the results into the format expected by Select2.
// since we are using custom formatting functions we do not need to alter remote JSON data
return {results: data};

			results: function (data, page) { // parse the results into the format expected by Select2.
// since we are using custom formatting functions we do not need to alter remote JSON data
return {results: data};

			}
},

			}
},

		initSelection: function(element, callback) {
var value = $(element).val();
if (value !== "") {

		initSelection: function(element, callback) {
var value = $(element).val();
if (value !== "") {

Zeile 6764Zeile 6716
		},
});
}

		},
});
}

// -->
</script>

// -->
</script>

</body>
</html>]]></template>
<template name="modcp_banuser_addusername" version="1400"><![CDATA[<tr>

</body>
</html>]]></template>
<template name="modcp_banuser_addusername" version="1400"><![CDATA[<tr>

Zeile 6784Zeile 6736
</tr>]]></template>
<template name="modcp_banuser_lift" version="1801"><![CDATA[<div class="float_right"><a href="modcp.php?action=liftban&amp;uid={$banned['uid']}&amp;my_post_key={$mybb->post_code}">{$lang->lift_ban}</a></div>]]></template>
<template name="modcp_banuser_liftlist" version="1800"><![CDATA[<option value="{$time}"{$selected}>{$title}{$thattime}</option>]]></template>

</tr>]]></template>
<template name="modcp_banuser_lift" version="1801"><![CDATA[<div class="float_right"><a href="modcp.php?action=liftban&amp;uid={$banned['uid']}&amp;my_post_key={$mybb->post_code}">{$lang->lift_ban}</a></div>]]></template>
<template name="modcp_banuser_liftlist" version="1800"><![CDATA[<option value="{$time}"{$selected}>{$title}{$thattime}</option>]]></template>

		<template name="modcp_editprofile" version="1800"><![CDATA[<html>

		<template name="modcp_editprofile" version="1816"><![CDATA[<html>

<head>
<title>{$mybb->settings['bbname']} - {$lang->edit_profile}</title>
{$headerinclude}

<head>
<title>{$mybb->settings['bbname']} - {$lang->edit_profile}</title>
{$headerinclude}

Zeile 6810Zeile 6762
						</tr>
<tr>
<td width="50%" class="trow1" valign="top">

						</tr>
<tr>
<td width="50%" class="trow1" valign="top">

								<fieldset class="trow2">

								<fieldset class="trow2">

									<legend><strong>{$lang->profile_required}</strong></legend>

									<legend><strong>{$lang->profile_required}</strong></legend>

									<table cellspacing="0" cellpadding="{$theme['tablespace']}">

									<table cellspacing="0" cellpadding="{$theme['tablespace']}">

										<tr>
<td><span class="smalltext">{$lang->current_username}</span></td>

										<tr>
<td><span class="smalltext">{$lang->current_username}</span></td>

										</tr>
<tr>

										</tr>
<tr>

											<td><strong>{$profile_link}</strong></td>
</tr>
{$requiredfields}

											<td><strong>{$profile_link}</strong></td>
</tr>
{$requiredfields}

Zeile 6825Zeile 6777
								<br />
<fieldset class="trow2">
<legend><strong>{$lang->profile_optional}</strong></legend>

								<br />
<fieldset class="trow2">
<legend><strong>{$lang->profile_optional}</strong></legend>

									<table cellspacing="0" cellpadding="{$theme['tablespace']}">
<tr>

									<table cellspacing="0" cellpadding="{$theme['tablespace']}">
<tr>

											<td colspan="3"><span class="smalltext"><label><input type="checkbox" class="checkbox" name="remove_avatar" value="1" /> {$lang->remove_avatar}</label></span></td>

											<td colspan="3"><span class="smalltext"><label><input type="checkbox" class="checkbox" name="remove_avatar" value="1" /> {$lang->remove_avatar}</label></span></td>

										</tr>

										</tr>





										<tr>

										<tr>

											<td colspan="3"><span class="smalltext">{$lang->birthday}</span></td>
</tr>
<tr>
<td>
<select name="birthday_day">

											<td colspan="3"><span class="smalltext">{$lang->birthday}</span></td>
</tr>
<tr>
<td>
<select name="birthday_day">

													<option value="">&nbsp;</option>

													<option value="">&nbsp;</option>

													{$bdaydaysel}
</select>
</td>

													{$bdaydaysel}
</select>
</td>

Zeile 6856Zeile 6808
													<option value="11" {$bdaymonthsel['11']}>{$lang->month_11}</option>
<option value="12" {$bdaymonthsel['12']}>{$lang->month_12}</option>
</select>

													<option value="11" {$bdaymonthsel['11']}>{$lang->month_11}</option>
<option value="12" {$bdaymonthsel['12']}>{$lang->month_12}</option>
</select>

											</td>

											</td>

											<td>

											<td>

												<input type="text" class="textbox" size="4" maxlength="4" name="birthday_year" value="{$mybb->input['birthday_year']}" />

												<input type="text" class="textbox" size="4" maxlength="4" name="birthday_year" value="{$birthday_year}" />

											</td>

											</td>

										</tr>
<tr>

										</tr>
<tr>

											<td colspan="3"><span class="smalltext">{$lang->website_url}</span></td>

											<td colspan="3"><span class="smalltext">{$lang->website_url}</span></td>

										</tr>
<tr>
<td colspan="3"><input type="text" class="textbox" name="website" size="25" maxlength="75" value="{$mybb->input['website']}" /></td>
</tr>
</table>

										</tr>
<tr>
<td colspan="3"><input type="text" class="textbox" name="website" size="25" maxlength="75" value="{$user_website}" /></td>
</tr>
</table>

								</fieldset>
{$customfields}
</td>

								</fieldset>
{$customfields}
</td>

Zeile 6877Zeile 6829
									<table cellspacing="0" cellpadding="{$theme['tablespace']}">
<tr>
<td><span class="smalltext">{$lang->custom_usertitle_note}</span></td>

									<table cellspacing="0" cellpadding="{$theme['tablespace']}">
<tr>
<td><span class="smalltext">{$lang->custom_usertitle_note}</span></td>

										</tr>
<tr>

										</tr>
<tr>

											<td><span class="smalltext">{$lang->default_usertitle}</span></td>

											<td><span class="smalltext">{$lang->default_usertitle}</span></td>

										</tr>
<tr>

										</tr>
<tr>

											<td><span class="smalltext"><strong>{$defaulttitle}</strong></span></td>
</tr>

											<td><span class="smalltext"><strong>{$defaulttitle}</strong></span></td>
</tr>

										<tr>
<td><span class="smalltext">{$lang->current_custom_usertitle}</span></td>
</tr>

										<tr>
<td><span class="smalltext">{$lang->current_custom_usertitle}</span></td>
</tr>

										<tr>
<td><span class="smalltext"><strong>{$user['usertitle']}</strong></span></td>
</tr>

										<tr>
<td><span class="smalltext"><strong>{$user['usertitle']}</strong></span></td>
</tr>

Zeile 6909Zeile 6861
											<td><span class="smalltext">{$lang->icq_number}</span></td>
</tr>
<tr>

											<td><span class="smalltext">{$lang->icq_number}</span></td>
</tr>
<tr>

											<td><input type="text" class="textbox" name="icq" size="25" value="{$mybb->input['icq']}" /></td>
</tr>
<tr>
<td><span class="smalltext">{$lang->aim_screenname}</span></td>
</tr>
<tr>
<td><input type="text" class="textbox" name="aim" size="25" value="{$mybb->input['aim']}" /></td>

											<td><input type="text" class="textbox" name="icq" size="25" value="{$user_icq}" /></td>







										</tr>
<tr>
<td><span class="smalltext">{$lang->skype_id}</span></td>
</tr>
<tr>

										</tr>
<tr>
<td><span class="smalltext">{$lang->skype_id}</span></td>
</tr>
<tr>

											<td><input type="text" class="textbox" name="skype" size="25" value="{$mybb->input['skype']}" /></td>

											<td><input type="text" class="textbox" name="skype" size="25" value="{$user_skype}" /></td>

										</tr>
<tr>
<td><span class="smalltext">{$lang->google_id}</span></td>
</tr>
<tr>

										</tr>
<tr>
<td><span class="smalltext">{$lang->google_id}</span></td>
</tr>
<tr>

											<td><input type="text" class="textbox" name="google" size="25" value="{$mybb->input['google']}" /></td>

											<td><input type="text" class="textbox" name="google" size="25" value="{$user_google}" /></td>

										</tr>
<tr>
<td><span class="smalltext">{$lang->yahoo_id}</span></td>
</tr>
<tr>

										</tr>
<tr>
<td><span class="smalltext">{$lang->yahoo_id}</span></td>
</tr>
<tr>

											<td><input type="text" class="textbox" name="yahoo" size="25" value="{$mybb->input['yahoo']}" /></td>

											<td><input type="text" class="textbox" name="yahoo" size="25" value="{$user_yahoo}" /></td>

										</tr>
</table>
</fieldset>

										</tr>
</table>
</fieldset>

Zeile 6950Zeile 6896
{$moderateposts_info}
<tr>
<td width="35%">{$lang->modpost_length}</td>

{$moderateposts_info}
<tr>
<td width="35%">{$lang->modpost_length}</td>

		<td><input type="text" name="modpost_time" value="{$mybb->input['modpost_time']}" class="textbox" style="width: 2em;" /> {$modpost_options}</td>

		<td><input type="text" name="modpost_time" value="{$modpost_time}" class="textbox" style="width: 2em;" /> {$modpost_options}</td>

	</tr>
</table>
</dd>

	</tr>
</table>
</dd>

Zeile 6966Zeile 6912
{$suspendposting_info}
<tr>
<td width="35%">{$lang->suspost_length}</td>

{$suspendposting_info}
<tr>
<td width="35%">{$lang->suspost_length}</td>

		<td><input type="text" name="suspost_time" value="{$mybb->input['suspost_time']}" class="textbox" style="width: 2em;" /> {$suspost_options}</td>

		<td><input type="text" name="suspost_time" value="{$suspost_time}" class="textbox" style="width: 2em;" /> {$suspost_options}</td>

	</tr>
</table>
</dd>

	</tr>
</table>
</dd>

Zeile 7065Zeile 7011
</script>
</body>
</html>]]></template>

</script>
</body>
</html>]]></template>

		<template name="modcp_editprofile_away" version="1800"><![CDATA[<br />

		<template name="modcp_editprofile_away" version="1816"><![CDATA[<br />

<fieldset class="trow2">
<legend><strong>{$lang->away_information}</strong></legend>
<table cellspacing="0" cellpadding="{$theme['tablespace']}">

<fieldset class="trow2">
<legend><strong>{$lang->away_information}</strong></legend>
<table cellspacing="0" cellpadding="{$theme['tablespace']}">

Zeile 7076Zeile 7022
<td><span class="smalltext"><input type="radio" class="radio" name="away" value="1" {$awaycheck['1']} /> {$lang->im_away}</span></td>
<td><span class="smalltext"><input type="radio" class="radio" name="away" value="0" {$awaycheck['0']} /> {$lang->im_here}</span></td>
</tr>

<td><span class="smalltext"><input type="radio" class="radio" name="away" value="1" {$awaycheck['1']} /> {$lang->im_away}</span></td>
<td><span class="smalltext"><input type="radio" class="radio" name="away" value="0" {$awaycheck['0']} /> {$lang->im_here}</span></td>
</tr>

<tr>
<td colspan="2"><span class="smalltext">{$lang->away_reason}</span></td>
</tr>
<tr>
<td colspan="2"><input type="text" class="textbox" name="awayreason" value="{$user['awayreason']}" size="25" /></td>

<tr>
<td colspan="2"><span class="smalltext">{$lang->away_reason}</span></td>
</tr>
<tr>
<td colspan="2"><input type="text" class="textbox" name="awayreason" value="{$user['awayreason']}" size="25" maxlength="200" /></td>

</tr>
</table>
<table cellspacing="0" cellpadding="{$theme['tablespace']}">

</tr>
</table>
<table cellspacing="0" cellpadding="{$theme['tablespace']}">

Zeile 7090Zeile 7036
<tr>
<td>
<select name="awayday">

<tr>
<td>
<select name="awayday">

<option value="">&nbsp;</option>

<option value="">&nbsp;</option>

{$returndatesel}
</select>
</td>

{$returndatesel}
</select>
</td>

Zeile 7121Zeile 7067
	{$selection_options}
</select>]]></template>
<template name="modcp_editprofile_select_option" version="1600"><![CDATA[<option value="{$key}" {$selected}>{$value}</option>]]></template>

	{$selection_options}
</select>]]></template>
<template name="modcp_editprofile_select_option" version="1600"><![CDATA[<option value="{$key}" {$selected}>{$value}</option>]]></template>

		<template name="modcp_editprofile_signature" version="1800"><![CDATA[<tr>

		<template name="modcp_editprofile_signature" version="1816"><![CDATA[<tr>

<td class="trow1" valign="top">
<script type="text/javascript">
<!--

<td class="trow1" valign="top">
<script type="text/javascript">
<!--

Zeile 7147Zeile 7093
{$suspendsignature_info}
<tr>
<td width="30%">{$lang->suspend_length}</td>

{$suspendsignature_info}
<tr>
<td width="30%">{$lang->suspend_length}</td>

		<td><input type="text" name="action_time" value="{$mybb->input['action_time']}" class="textbox" style="width: 2em;" /> {$action_options}</td>

		<td><input type="text" name="action_time" value="{$action_time}" class="textbox" style="width: 2em;" /> {$action_options}</td>

	</tr>
</table>
</dd>

	</tr>
</table>
</dd>

Zeile 7165Zeile 7111
		<template name="modcp_editprofile_suspensions_info" version="1600"><![CDATA[<tr>
<td colspan="2" class="smalltext"><em>{$suspension_info}</em></td>
</tr>]]></template>

		<template name="modcp_editprofile_suspensions_info" version="1600"><![CDATA[<tr>
<td colspan="2" class="smalltext"><em>{$suspension_info}</em></td>
</tr>]]></template>

		<template name="modcp_finduser" version="1813"><![CDATA[<html>

		<template name="modcp_finduser" version="1816"><![CDATA[<html>

<head>
<title>{$mybb->settings['bbname']} - {$lang->find_users}</title>
{$headerinclude}

<head>
<title>{$mybb->settings['bbname']} - {$lang->find_users}</title>
{$headerinclude}

Zeile 7195Zeile 7141
					<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead" colspan="2"><strong>{$lang->find_users}</strong></td>

					<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead" colspan="2"><strong>{$lang->find_users}</strong></td>

						</tr>
<tr>
<td class="trow1" width="25%"><strong>{$lang->username_contains}</strong></td>
<td class="trow1" width="75%"><input type="text" name="username" id="username" value="{$mybb->input['username']}" class="textbox" /></td>

						</tr>
<tr>
<td class="trow1" width="25%"><strong>{$lang->username_contains}</strong></td>
<td class="trow1" width="75%"><input type="text" name="username" id="username" value="{$username}" class="textbox" /></td>

						</tr>
<tr>
<td class="trow1" width="25%"><strong>{$lang->sort_by}</strong></td>

						</tr>
<tr>
<td class="trow1" width="25%"><strong>{$lang->sort_by}</strong></td>

Zeile 7720Zeile 7666
</td>]]></template>
<template name="modcp_nav_announcements" version="1800"><![CDATA[<tr><td class="trow1 smalltext"><a href="modcp.php?action=announcements" class="modcp_nav_item modcp_nav_announcements">{$lang->mcp_nav_announcements}</a></td></tr>]]></template>
<template name="modcp_nav_banning" version="1800"><![CDATA[<tr><td class="trow1 smalltext"><a href="modcp.php?action=banning" class="modcp_nav_item modcp_nav_banning">{$lang->mcp_nav_banning}</a></td></tr>]]></template>

</td>]]></template>
<template name="modcp_nav_announcements" version="1800"><![CDATA[<tr><td class="trow1 smalltext"><a href="modcp.php?action=announcements" class="modcp_nav_item modcp_nav_announcements">{$lang->mcp_nav_announcements}</a></td></tr>]]></template>
<template name="modcp_nav_banning" version="1800"><![CDATA[<tr><td class="trow1 smalltext"><a href="modcp.php?action=banning" class="modcp_nav_item modcp_nav_banning">{$lang->mcp_nav_banning}</a></td></tr>]]></template>

		<template name="modcp_nav_forums_posts" version="1800"><![CDATA[	<tr>

		<template name="modcp_nav_forums_posts" version="1816"><![CDATA[	<tr>

		<td class="tcat tcat_menu tcat_collapse{$collapsedimg['modcpforums']}">

		<td class="tcat tcat_menu tcat_collapse{$collapsedimg['modcpforums']}">

			<div class="expcolimage"><img src="{$theme['imgdir']}/collapse{$collapsedimg['modcpforums']}.png" id="modcpforums_img" class="expander" alt="[-]" title="[-]" /></div>

			<div class="expcolimage"><img src="{$theme['imgdir']}/collapse{$collapsedimg['modcpforums']}.png" id="modcpforums_img" class="expander" alt="{$expaltext}" title="{$expaltext}" /></div>

			<div><span class="smalltext"><strong>{$lang->mcp_nav_forums}</strong></span></div>
</td>
</tr>

			<div><span class="smalltext"><strong>{$lang->mcp_nav_forums}</strong></span></div>
</td>
</tr>

Zeile 7737Zeile 7683
		<template name="modcp_nav_modlogs" version="1800"><![CDATA[<tr><td class="trow1 smalltext"><a href="modcp.php?action=modlogs" class="modcp_nav_item modcp_nav_modlogs">{$lang->mcp_nav_modlogs}</a></td></tr>]]></template>
<template name="modcp_nav_modqueue" version="1800"><![CDATA[<tr><td class="trow1 smalltext"><a href="modcp.php?action=modqueue" class="modcp_nav_item modcp_nav_modqueue">{$lang->mcp_nav_modqueue}</a></td></tr>]]></template>
<template name="modcp_nav_reportcenter" version="1800"><![CDATA[<tr><td class="trow1 smalltext"><a href="modcp.php?action=reports" class="modcp_nav_item modcp_nav_reports">{$lang->mcp_nav_report_center}</a></td></tr>]]></template>

		<template name="modcp_nav_modlogs" version="1800"><![CDATA[<tr><td class="trow1 smalltext"><a href="modcp.php?action=modlogs" class="modcp_nav_item modcp_nav_modlogs">{$lang->mcp_nav_modlogs}</a></td></tr>]]></template>
<template name="modcp_nav_modqueue" version="1800"><![CDATA[<tr><td class="trow1 smalltext"><a href="modcp.php?action=modqueue" class="modcp_nav_item modcp_nav_modqueue">{$lang->mcp_nav_modqueue}</a></td></tr>]]></template>
<template name="modcp_nav_reportcenter" version="1800"><![CDATA[<tr><td class="trow1 smalltext"><a href="modcp.php?action=reports" class="modcp_nav_item modcp_nav_reports">{$lang->mcp_nav_report_center}</a></td></tr>]]></template>

		<template name="modcp_nav_users" version="1800"><![CDATA[	<tr>

		<template name="modcp_nav_users" version="1816"><![CDATA[	<tr>

		<td class="tcat tcat_menu tcat_collapse{$collapsedimg['modcpusers']}">

		<td class="tcat tcat_menu tcat_collapse{$collapsedimg['modcpusers']}">

			<div class="expcolimage"><img src="{$theme['imgdir']}/collapse{$collapsedimg['modcpusers']}.png" id="modcpusers_img" class="expander" alt="[-]" title="[-]" /></div>

			<div class="expcolimage"><img src="{$theme['imgdir']}/collapse{$collapsedimg['modcpusers']}.png" id="modcpusers_img" class="expander" alt="{$expaltext}" title="{$expaltext}" /></div>

			<div><span class="smalltext"><strong>{$lang->mcp_nav_users}</strong></span></div>
</td>
</tr>

			<div><span class="smalltext"><strong>{$lang->mcp_nav_users}</strong></span></div>
</td>
</tr>

Zeile 7867Zeile 7813
		<template name="modcp_nobanned" version="1613"><![CDATA[<tr>
<td class="trow1" align="center" colspan="4">{$lang->no_bans_ending}</td>
</tr>]]></template>

		<template name="modcp_nobanned" version="1613"><![CDATA[<tr>
<td class="trow1" align="center" colspan="4">{$lang->no_bans_ending}</td>
</tr>]]></template>

		<template name="modcp_warninglogs" version="1807"><![CDATA[<html>

		<template name="modcp_warninglogs" version="1816"><![CDATA[<html>

<head>
<title>{$mybb->settings['bbname']} - {$lang->warning_logs}</title>
{$headerinclude}

<head>
<title>{$mybb->settings['bbname']} - {$lang->warning_logs}</title>
{$headerinclude}

Zeile 7902Zeile 7848
						</tr>
<tr>
<td class="trow1" width="25%"><strong>{$lang->filter_warned_user}</strong></td>

						</tr>
<tr>
<td class="trow1" width="25%"><strong>{$lang->filter_warned_user}</strong></td>

							<td class="trow1" width="75%"><input type="text" name="filter[username]" id="username" value="{$mybb->input['filter']['username']}" class="textbox" /></td>

							<td class="trow1" width="75%"><input type="text" name="filter[username]" id="username" value="{$filter_username}" class="textbox" /></td>

						</tr>
<tr>
<td class="trow2" width="25%"><strong>{$lang->filter_issued_by}</strong></td>

						</tr>
<tr>
<td class="trow2" width="25%"><strong>{$lang->filter_issued_by}</strong></td>

							<td class="trow2" width="75%"><input type="text" name="filter[mod_username]" value="{$mybb->input['filter']['mod_username']}" class="textbox" /></td>

							<td class="trow2" width="75%"><input type="text" name="filter[mod_username]" value="{$filter_modusername}" class="textbox" /></td>

						</tr>
<tr>
<td class="trow1" width="25%"><strong>{$lang->filter_reason}</strong></td>

						</tr>
<tr>
<td class="trow1" width="25%"><strong>{$lang->filter_reason}</strong></td>

							<td class="trow1" width="75%"><input type="text" name="filter[reason]" value="{$mybb->input['filter']['reason']}" class="textbox" /></td>

							<td class="trow1" width="75%"><input type="text" name="filter[reason]" value="{$filter_reason}" class="textbox" /></td>

						</tr>
<tr>
<td class="trow2" width="25%"><strong>{$lang->sort_by}</strong></td>

						</tr>
<tr>
<td class="trow2" width="25%"><strong>{$lang->sort_by}</strong></td>

Zeile 8153Zeile 8099
<option value="12" {$datemonth['12']}>{$lang->december}</option>]]></template>
<template name="moderation_delayedmoderation_date_day" version="1809"><![CDATA[<option value="{$day}"{$selected}>{$day}</option>]]></template>
<template name="moderation_delayedmoderation_custommodtool" version="1600"><![CDATA[<dt><input type="radio" name="type" value="modtool_{$tool['tid']}" {$checked} id="type_modtool_{$tool['tid']}" onclick="toggleType();" /> <label for="type_modtool_{$tool['tid']}"><strong>{$tool['name']}</strong> <small>({$lang->custom})</small></label></dt>]]></template>

<option value="12" {$datemonth['12']}>{$lang->december}</option>]]></template>
<template name="moderation_delayedmoderation_date_day" version="1809"><![CDATA[<option value="{$day}"{$selected}>{$day}</option>]]></template>
<template name="moderation_delayedmoderation_custommodtool" version="1600"><![CDATA[<dt><input type="radio" name="type" value="modtool_{$tool['tid']}" {$checked} id="type_modtool_{$tool['tid']}" onclick="toggleType();" /> <label for="type_modtool_{$tool['tid']}"><strong>{$tool['name']}</strong> <small>({$lang->custom})</small></label></dt>]]></template>

		<template name="moderation_delayedmoderation_merge" version="1600"><![CDATA[<dt><input type="radio" name="type" value="merge" {$type_selected['merge']} id="type_merge" onclick="toggleType();" /> <label for="type_merge"><strong>{$lang->merge_threads}</strong></label></dt>

		<template name="moderation_delayedmoderation_merge" version="1816"><![CDATA[<dt><input type="radio" name="type" value="merge" {$type_selected['merge']} id="type_merge" onclick="toggleType();" /> <label for="type_merge"><strong>{$lang->merge_threads}</strong></label></dt>

<dd style="margin-top: 4px; width: 100%;" id="type_merge_expanded">
{$lang->new_subject}<br />

<dd style="margin-top: 4px; width: 100%;" id="type_merge_expanded">
{$lang->new_subject}<br />

	<input type="text" class="textbox" name="delayedmoderation[subject]" value="{$mybb->input['delayedmoderation']['subject']}" size="40" /><br />

	<input type="text" class="textbox" name="delayedmoderation[subject]" value="{$delayedmoderation_subject}" size="40" /><br />

	{$lang->thread_to_merge_with}<br />

	{$lang->thread_to_merge_with}<br />

	<input type="text" class="textbox" name="delayedmoderation[threadurl]" value="{$mybb->input['delayedmoderation']['threadurl']}" size="40" />

	<input type="text" class="textbox" name="delayedmoderation[threadurl]" value="{$delayedmoderation_threadurl}" size="40" />

	<br /><span class="smalltext">{$lang->merge_with_note}</span>
</dd>]]></template>

	<br /><span class="smalltext">{$lang->merge_with_note}</span>
</dd>]]></template>

		<template name="moderation_delayedmoderation_move" version="1600"><![CDATA[<br />

		<template name="moderation_delayedmoderation_move" version="1816"><![CDATA[<br />

{$lang->method}:<br />
<label><input type="radio" class="radio" name="delayedmoderation[method]" value="move" {$method_selected['move']} />{$lang->method_move}</label><br />

{$lang->method}:<br />
<label><input type="radio" class="radio" name="delayedmoderation[method]" value="move" {$method_selected['move']} />{$lang->method_move}</label><br />

<label><input type="radio" class="radio" name="delayedmoderation[method]" value="redirect" {$method_selected['redirect']} />{$lang->method_move_redirect}</label> <input type="text" class="textbox" name="delayedmoderation[redirect_expire]" value="{$mybb->input['redirect_expire']}" size="3" /> {$lang->redirect_expire_note}<br />

<label><input type="radio" class="radio" name="delayedmoderation[method]" value="redirect" {$method_selected['redirect']} />{$lang->method_move_redirect}</label> <input type="text" class="textbox" name="delayedmoderation[redirect_expire]" value="{$redirect_expire}" size="3" /> {$lang->redirect_expire_note}<br />

<label><input type="radio" class="radio" name="delayedmoderation[method]" value="copy" {$method_selected['copy']} />{$lang->method_copy}</label><br />]]></template>
<template name="moderation_delayedmoderation_thread" version="1808"><![CDATA[<a href="{$thread['link']}">{$thread['subject']}</a>]]></template>

<label><input type="radio" class="radio" name="delayedmoderation[method]" value="copy" {$method_selected['copy']} />{$lang->method_copy}</label><br />]]></template>
<template name="moderation_delayedmoderation_thread" version="1808"><![CDATA[<a href="{$thread['link']}">{$thread['subject']}</a>]]></template>

		<template name="moderation_confirmation" version="1800"><![CDATA[<html>

		<template name="moderation_confirmation" version="1816"><![CDATA[<html>

<head>
<title>{$mybb->settings['bbname']} - {$lang->confirm_execute_tool}</title>
{$headerinclude}

<head>
<title>{$mybb->settings['bbname']} - {$lang->confirm_execute_tool}</title>
{$headerinclude}

Zeile 8176Zeile 8122
{$header}
<form action="moderation.php" method="post">
<input type="hidden" name="my_post_key" value="{$mybb->post_code}" />

{$header}
<form action="moderation.php" method="post">
<input type="hidden" name="my_post_key" value="{$mybb->post_code}" />

<input type="hidden" name="action" value="{$mybb->input['action']}" />

<input type="hidden" name="action" value="{$action}" />

<input type="hidden" name="modtype" value="{$modtype}" />
<input type="hidden" name="tid" value="{$tid}" />
<input type="hidden" name="pid" value="{$pid}" />

<input type="hidden" name="modtype" value="{$modtype}" />
<input type="hidden" name="tid" value="{$tid}" />
<input type="hidden" name="pid" value="{$pid}" />

Zeile 8614Zeile 8560
{$footer}
</body>
</html>]]></template>

{$footer}
</body>
</html>]]></template>

		<template name="moderation_purgespammer" version="1800"><![CDATA[<html>

		<template name="moderation_purgespammer" version="1816"><![CDATA[<html>

<head>
<title>{$lang->purgespammer}</title>
{$headerinclude}

<head>
<title>{$lang->purgespammer}</title>
{$headerinclude}

Zeile 8636Zeile 8582
<td class="tfoot" align="center"><input class="button" type="submit" value="{$lang->purgespammer_submit}" /></td>
</tr>
</table>

<td class="tfoot" align="center"><input class="button" type="submit" value="{$lang->purgespammer_submit}" /></td>
</tr>
</table>

<input type="hidden" name="uid" value="{$mybb->input['uid']}" />

<input type="hidden" name="uid" value="{$uid}" />

<input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
</form>
{$footer}

<input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
</form>
{$footer}

Zeile 8772Zeile 8718
</table>
</div>
</div>]]></template>

</table>
</div>
</div>]]></template>

		<template name="multipage" version="1800"><![CDATA[<div class="pagination">
<span class="pages">{$lang->multipage_pages}</span>

		<template name="multipage" version="1816"><![CDATA[<div class="pagination">
<span class="pages">{$multipage_pages}</span>

{$prevpage}{$start}{$mppage}{$end}{$nextpage}{$jumptopage}
</div>]]></template>
<template name="multipage_breadcrumb" version="1800"><![CDATA[<div id="breadcrumb_multipage_popup" class="pagination pagination_breadcrumb" style="display: none;">

{$prevpage}{$start}{$mppage}{$end}{$nextpage}{$jumptopage}
</div>]]></template>
<template name="multipage_breadcrumb" version="1800"><![CDATA[<div id="breadcrumb_multipage_popup" class="pagination pagination_breadcrumb" style="display: none;">

Zeile 9461Zeile 9407
{$attachments}
</table>]]></template>
<template name="post_attachments_add" version="1614"><![CDATA[<input type="submit" class="button" name="newattachment" value="{$lang->add_attachment}" tabindex="13" />]]></template>

{$attachments}
</table>]]></template>
<template name="post_attachments_add" version="1614"><![CDATA[<input type="submit" class="button" name="newattachment" value="{$lang->add_attachment}" tabindex="13" />]]></template>

 
		<template name="post_attachments_viewlink" version="1816"><![CDATA[<a href="usercp.php?action=attachments">{$lang->view_attachments}</a>]]></template>

		<template name="post_attachments_attachment" version="1807"><![CDATA[<tr>
<td class="trow2" width="1" align="center">{$attachment['icon']}</td>
<td class="trow2" width="60%" style="white-space: nowrap">{$attachment['filename']} ({$attachment['size']})</td>

		<template name="post_attachments_attachment" version="1807"><![CDATA[<tr>
<td class="trow2" width="1" align="center">{$attachment['icon']}</td>
<td class="trow2" width="60%" style="white-space: nowrap">{$attachment['filename']} ({$attachment['size']})</td>

Zeile 9516Zeile 9463
</tr>]]></template>
<template name="post_captcha_hidden" version="1605"><![CDATA[<input type="hidden" name="{$hash}" value="{$field['hash']}" />
<input type="hidden" name="{$string}" value="{$field['string']}" />]]></template>

</tr>]]></template>
<template name="post_captcha_hidden" version="1605"><![CDATA[<input type="hidden" name="{$hash}" value="{$field['hash']}" />
<input type="hidden" name="{$string}" value="{$field['string']}" />]]></template>

		<template name="post_captcha_recaptcha" version="1605"><![CDATA[<tr id="captcha_trow">
<td class="trow1" valign="top"><strong>{$lang->image_verification}</strong></td>
<td class="trow1">
<script type="text/javascript">
<!--
var RecaptchaOptions = {
theme: 'clean'
};
// -->
</script>
<table style="width: 300px; padding: 4px;">
<tr>
<td><span class="smalltext">{$lang->verification_note}</span></td>
</tr>
<tr>
<td><script type="text/javascript" src="{$server}/challenge?k={$public_key}"></script></td>
</tr>
</table>
</td>
</tr>]]></template>

 
		<template name="post_captcha_recaptcha_invisible" version="1813"><![CDATA[<br />
<script src="{$server}?onload=captchaOnloadCallback&render=explicit" async defer></script>
<script type="text/javascript">

		<template name="post_captcha_recaptcha_invisible" version="1813"><![CDATA[<br />
<script src="{$server}?onload=captchaOnloadCallback&render=explicit" async defer></script>
<script type="text/javascript">

Zeile 10288Zeile 10215
<td class="tcat" align="center" colspan="6" height="1"> </td>
</tr>
]]></template>

<td class="tcat" align="center" colspan="6" height="1"> </td>
</tr>
]]></template>

		<template name="private_move" version="1800"><![CDATA[<input type="hidden" value="{$mybb->input['fid']}" name="fromfid" />

		<template name="private_move" version="1816"><![CDATA[<input type="hidden" value="{$from_fid}" name="fromfid" />

<select name="fid">
{$folderoplist_folder}
</select>]]></template>

<select name="fid">
{$folderoplist_folder}
</select>]]></template>

Zeile 10310Zeile 10237
  </span>
{$lang->pmspaceused}
</span>]]></template>

  </span>
{$lang->pmspaceused}
</span>]]></template>

		<template name="private_quickreply" version="1809"><![CDATA[<br />

		<template name="private_quickreply" version="1816"><![CDATA[<br />

<form action="private.php" method="post" name="input">
<input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
<input type="hidden" name="to" value="{$to}" />

<form action="private.php" method="post" name="input">
<input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
<input type="hidden" name="to" value="{$to}" />

Zeile 10323Zeile 10250
		<thead>
<tr>
<td class="thead{$collapsedthead['quickreply']}" colspan="2">

		<thead>
<tr>
<td class="thead{$collapsedthead['quickreply']}" colspan="2">

					<div class="expcolimage"><img src="{$theme['imgdir']}/collapse{$collapsedimg['quickreply']}.png" id="quickreply_img" class="expander" alt="[-]" title="[-]" /></div>

					<div class="expcolimage"><img src="{$theme['imgdir']}/collapse{$collapsedimg['quickreply']}.png" id="quickreply_img" class="expander" alt="{$expaltext}" title="{$expaltext}" /></div>

					<div><strong>{$lang->quick_reply}</strong></div>
</td>
</tr>

					<div><strong>{$lang->quick_reply}</strong></div>
</td>
</tr>

Zeile 10811Zeile 10738
		<td class="trow1">{$lang->success_report_voted}</td>
</tr>
</table>]]></template>

		<td class="trow1">{$lang->success_report_voted}</td>
</tr>
</table>]]></template>

		<template name="reputation" version="1805"><![CDATA[<html>

		<template name="reputation" version="1816"><![CDATA[<html>

<head>
<title>{$mybb->settings['bbname']} - {$lang->reputation_report}</title>
{$headerinclude}

<head>
<title>{$mybb->settings['bbname']} - {$lang->reputation_report}</title>
{$headerinclude}

Zeile 10825Zeile 10752
<body>
{$header}
{$add_reputation}

<body>
{$header}
{$add_reputation}

<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder clear">

<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder tfixed clear">

<tr>
<td class="thead"><strong>{$lang->reputation_report}</strong></td>
</tr>

<tr>
<td class="thead"><strong>{$lang->reputation_report}</strong></td>
</tr>

Zeile 10911Zeile 10838
{$footer}
</body>
</html>]]></template>

{$footer}
</body>
</html>]]></template>

		<template name="reputation_add" version="1809"><![CDATA[<div class="modal">
<div style="overflow-y: auto; max-height: 400px;" class="modal_{$user['uid']}_{$mybb->input['pid']}">

		<template name="reputation_add" version="1816"><![CDATA[<div class="modal">
<div style="overflow-y: auto; max-height: 400px;" class="modal_{$user['uid']}_{$reputation_pid}">

      <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="trow1" style="padding: 20px">
<strong>{$vote_title}</strong><br />{$post_rep_info}<br />

      <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="trow1" style="padding: 20px">
<strong>{$vote_title}</strong><br />{$post_rep_info}<br />

          <form action="reputation.php" method="post" class="reputation_{$user['uid']}_{$mybb->input['pid']}" onsubmit="return MyBB.submitReputation({$user['uid']}, {$mybb->input['pid']});">

          <form action="reputation.php" method="post" class="reputation_{$user['uid']}_{$reputation_pid}" onsubmit="return MyBB.submitReputation({$user['uid']}, {$reputation_pid});">

				<input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
<input type="hidden" name="action" value="do_add" />
<input type="hidden" name="uid" value="{$user['uid']}" />

				<input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
<input type="hidden" name="action" value="do_add" />
<input type="hidden" name="uid" value="{$user['uid']}" />

				<input type="hidden" name="pid" value="{$mybb->input['pid']}" />

				<input type="hidden" name="pid" value="{$reputation_pid}" />

				<input type="hidden" name="rid" value="{$rid}" />
<input type="hidden" name="nomodal" value="1" />
<select name="reputation" id="reputation">

				<input type="hidden" name="rid" value="{$rid}" />
<input type="hidden" name="nomodal" value="1" />
<select name="reputation" id="reputation">

Zeile 10944Zeile 10871
</table>
</div>
</div>]]></template>

</table>
</div>
</div>]]></template>

		<template name="reputation_add_delete" version="1809"><![CDATA[<input type="button" class="button" name="delete" value="{$lang->delete_vote}" onclick="return MyBB.submitReputation({$user['uid']}, {$mybb->input['pid']}, 1);" />]]></template>

		<template name="reputation_add_delete" version="1816"><![CDATA[<input type="button" class="button" name="delete" value="{$lang->delete_vote}" onclick="return MyBB.submitReputation({$user['uid']}, {$reputation_pid}, 1);" />]]></template>

		<template name="reputation_add_error" version="1800"><![CDATA[<div class="modal">
<div style="overflow-y: auto; max-height: 400px;">
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">

		<template name="reputation_add_error" version="1800"><![CDATA[<div class="modal">
<div style="overflow-y: auto; max-height: 400px;">
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">

Zeile 11000Zeile 10927
</tr>]]></template>
<template name="reputation_vote_delete" version="1800"><![CDATA[ <div class="float_right postbit_buttons">
<a href="reputation.php?action=delete&amp;uid={$reputation_vote['rated_uid']}&amp;rid={$reputation_vote['rid']}&amp;my_post_key={$mybb->post_code}" onclick="MyBB.deleteReputation({$reputation_vote['rated_uid']}, {$reputation_vote['rid']}); return false;" class="postbit_qdelete"><span>{$lang->delete_vote}</span></a>

</tr>]]></template>
<template name="reputation_vote_delete" version="1800"><![CDATA[ <div class="float_right postbit_buttons">
<a href="reputation.php?action=delete&amp;uid={$reputation_vote['rated_uid']}&amp;rid={$reputation_vote['rid']}&amp;my_post_key={$mybb->post_code}" onclick="MyBB.deleteReputation({$reputation_vote['rated_uid']}, {$reputation_vote['rid']}); return false;" class="postbit_qdelete"><span>{$lang->delete_vote}</span></a>

		</div>]]>

		</div>]]>

		</template>
<template name="reputation_vote_report" version="1809"><![CDATA[ <div class="float_right postbit_buttons">
<a href="javascript:void(0)" onclick="Report.reportReputation({$reputation_vote['rid']}); return false;" class="postbit_report"><span>{$lang->report_vote}</span></a>

		</template>
<template name="reputation_vote_report" version="1809"><![CDATA[ <div class="float_right postbit_buttons">
<a href="javascript:void(0)" onclick="Report.reportReputation({$reputation_vote['rid']}); return false;" class="postbit_report"><span>{$lang->report_vote}</span></a>

Zeile 11232Zeile 11159
		<template name="search_results_posts_inlinemoderation_custom_tool" version="120"><![CDATA[<option value="{$tool['tid']}">{$tool['name']}</option>]]></template>
<template name="search_results_posts_nocheck" version="120"><![CDATA[<td class="{$bgcolor}" align="center" style="white-space: nowrap">&nbsp;</td>]]></template>
<template name="search_results_posts_post" version="1813"><![CDATA[<tr class="inline_row">

		<template name="search_results_posts_inlinemoderation_custom_tool" version="120"><![CDATA[<option value="{$tool['tid']}">{$tool['name']}</option>]]></template>
<template name="search_results_posts_nocheck" version="120"><![CDATA[<td class="{$bgcolor}" align="center" style="white-space: nowrap">&nbsp;</td>]]></template>
<template name="search_results_posts_post" version="1813"><![CDATA[<tr class="inline_row">

	<td align="center" class="{$bgcolor}" width="2%"><span class="thread_status {$folder}" title="{$folder_label}">&nbsp;</span></td>
<td align="center" class="{$bgcolor}" width="2%">{$icon}</td>
<td class="{$bgcolor}">

	<td align="center" class="{$bgcolor}" width="2%"><span class="thread_status {$folder}" title="{$folder_label}">&nbsp;</span></td>
<td align="center" class="{$bgcolor}" width="2%">{$icon}</td>
<td class="{$bgcolor}">

		<span class="smalltext">
{$lang->post_thread} <a href="{$thread_url}{$highlight}">{$post['thread_subject']}</a><br />
{$lang->post_subject} <a href="{$post_url}{$highlight}#pid{$post['pid']}">{$post['subject']}</a>

		<span class="smalltext">
{$lang->post_thread} <a href="{$thread_url}{$highlight}">{$post['thread_subject']}</a><br />
{$lang->post_subject} <a href="{$post_url}{$highlight}#pid{$post['pid']}">{$post['subject']}</a>

Zeile 11337Zeile 11264
			<span>{$prefix} {$gotounread}{$thread['threadprefix']}<a href="{$thread_link}{$highlight}" class="{$inline_edit_class} {$new_class}" id="tid_{$inline_edit_tid}">{$thread['subject']}</a>{$thread['multipage']}</span>
<div class="author smalltext">{$thread['profilelink']}</div>
</div>

			<span>{$prefix} {$gotounread}{$thread['threadprefix']}<a href="{$thread_link}{$highlight}" class="{$inline_edit_class} {$new_class}" id="tid_{$inline_edit_tid}">{$thread['subject']}</a>{$thread['multipage']}</span>
<div class="author smalltext">{$thread['profilelink']}</div>
</div>

	</td>

	</td>

	<td class="{$bgcolor}">{$thread['forumlink']}</td>
<td align="center" class="{$bgcolor}"><a href="{$mybb->settings['bburl']}/misc.php?action=whoposted&tid={$thread['tid']}" onclick="MyBB.whoPosted({$thread['tid']}); return false;">{$thread['replies']}</a></td>
<td align="center" class="{$bgcolor}">{$thread['views']}</td>

	<td class="{$bgcolor}">{$thread['forumlink']}</td>
<td align="center" class="{$bgcolor}"><a href="{$mybb->settings['bburl']}/misc.php?action=whoposted&tid={$thread['tid']}" onclick="MyBB.whoPosted({$thread['tid']}); return false;">{$thread['replies']}</a></td>
<td align="center" class="{$bgcolor}">{$thread['views']}</td>

Zeile 11351Zeile 11278
</tr>]]></template>
<template name="search_threads_inlinemoderation_selectall" version="1809"><![CDATA[<tr id="selectAllrow" class="hiddenrow">
<td colspan="8" class="selectall">{$lang->page_selected} <a href="javascript:void(0)" onclick='inlineModeration.selectAll(); return false;'>{$lang->select_all}</a></td>

</tr>]]></template>
<template name="search_threads_inlinemoderation_selectall" version="1809"><![CDATA[<tr id="selectAllrow" class="hiddenrow">
<td colspan="8" class="selectall">{$lang->page_selected} <a href="javascript:void(0)" onclick='inlineModeration.selectAll(); return false;'>{$lang->select_all}</a></td>

</tr>

</tr>

<tr id="allSelectedrow" class="hiddenrow">
<td colspan="8" class="selectall">{$lang->all_selected} <a href="javascript:void(0)" onclick='inlineModeration.clearChecked(); return false;'>{$lang->clear_selection}</a></td>
</tr>]]></template>

<tr id="allSelectedrow" class="hiddenrow">
<td colspan="8" class="selectall">{$lang->all_selected} <a href="javascript:void(0)" onclick='inlineModeration.clearChecked(); return false;'>{$lang->clear_selection}</a></td>
</tr>]]></template>

Zeile 11366Zeile 11293
{$footer}
</body>
</html>]]></template>

{$footer}
</body>
</html>]]></template>

		<template name="showteam_moderators" version="1813"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">

		<template name="showteam_moderators" version="1816"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">

<tr>

<tr>

<td class="thead" colspan="5"><strong>{$lang->moderators}</strong></td>

<td class="thead" colspan="5"><strong>{$usergroup['title']}</strong></td>

</tr>
<tr>
<td class="tcat"><span class="smalltext"><strong>{$lang->username}</strong></span></td>

</tr>
<tr>
<td class="tcat"><span class="smalltext"><strong>{$lang->username}</strong></span></td>

<td class="tcat"><span class="smalltext"><strong>{$lang->mod_forums}</strong></span></td>

<td class="tcat"><span class="smalltext"><strong>{$modscope}</strong></span></td>

<td class="tcat"><span class="smalltext"><strong>{$lang->lastvisit}</strong></span></td>
<td class="tcat"><span class="smalltext"><strong>{$lang->email}</strong></span></td>
<td class="tcat"><span class="smalltext"><strong>{$lang->pm}</strong></span></td>

<td class="tcat"><span class="smalltext"><strong>{$lang->lastvisit}</strong></span></td>
<td class="tcat"><span class="smalltext"><strong>{$lang->email}</strong></span></td>
<td class="tcat"><span class="smalltext"><strong>{$lang->pm}</strong></span></td>

Zeile 11381Zeile 11308
</table>
<br />]]></template>
<template name="showteam_moderators_forum" version="1813"><![CDATA[<a href="{$forum_url}">{$forum['name']}</a><br />]]></template>

</table>
<br />]]></template>
<template name="showteam_moderators_forum" version="1813"><![CDATA[<a href="{$forum_url}">{$forum['name']}</a><br />]]></template>

		<template name="showteam_moderators_mod" version="1800"><![CDATA[<tr>

		<template name="showteam_moderators_mod" version="1816"><![CDATA[<tr>

<td width="45%" class="{$bgcolor}"><img src="{$theme['imgdir']}/buddy_{$status}.png" title="{$lang->$status}" alt="{$lang->$status}" style="vertical-align: middle;" /><a href="{$user['profilelink']}"><strong>{$user['username']}</strong></a></td>

<td width="45%" class="{$bgcolor}"><img src="{$theme['imgdir']}/buddy_{$status}.png" title="{$lang->$status}" alt="{$lang->$status}" style="vertical-align: middle;" /><a href="{$user['profilelink']}"><strong>{$user['username']}</strong></a></td>

<td width="30%" class="{$bgcolor}"><span class="smalltext">{$forumslist}</span></td>

<td width="30%" class="{$bgcolor}"><span class="smalltext">{$scopelist}</span></td>

<td width="15%" class="{$bgcolor}"><div class="postbit_buttons">{$user['lastvisit']}</div></td>
<td width="5%" class="{$bgcolor}"><div class="postbit_buttons">{$emailcode}</div></td>
<td width="5%" class="{$bgcolor}"><div class="postbit_buttons">{$pmcode}</div></td>

<td width="15%" class="{$bgcolor}"><div class="postbit_buttons">{$user['lastvisit']}</div></td>
<td width="5%" class="{$bgcolor}"><div class="postbit_buttons">{$emailcode}</div></td>
<td width="5%" class="{$bgcolor}"><div class="postbit_buttons">{$pmcode}</div></td>

Zeile 11676Zeile 11603
</table>
<br />]]></template>
<template name="showthread_poll_undovote" version="1800"><![CDATA[ [<a href="polls.php?action=do_undovote&amp;pid={$poll['pid']}&amp;my_post_key={$mybb->post_code}">{$lang->undo_vote}</a>]]]></template>

</table>
<br />]]></template>
<template name="showthread_poll_undovote" version="1800"><![CDATA[ [<a href="polls.php?action=do_undovote&amp;pid={$poll['pid']}&amp;my_post_key={$mybb->post_code}">{$lang->undo_vote}</a>]]]></template>

		<template name="showthread_quickreply" version="1809"><![CDATA[

		<template name="showthread_quickreply" version="1816"><![CDATA[

<div id="quickreply_spinner" class="showthread_spinner" style="display: none"><img src="{$theme['imgdir']}/spinner.gif" /></div>
<br />
{$moderation_notice}

<div id="quickreply_spinner" class="showthread_spinner" style="display: none"><img src="{$theme['imgdir']}/spinner.gif" /></div>
<br />
{$moderation_notice}

Zeile 11695Zeile 11622
		<thead>
<tr>
<td class="thead{$collapsedthead['quickreply']}" colspan="2">

		<thead>
<tr>
<td class="thead{$collapsedthead['quickreply']}" colspan="2">

					<div class="expcolimage"><img src="{$theme['imgdir']}/collapse{$collapsedimg['quickreply']}.png" id="quickreply_img" class="expander" alt="[-]" title="[-]" /></div>

					<div class="expcolimage"><img src="{$theme['imgdir']}/collapse{$collapsedimg['quickreply']}.png" id="quickreply_img" class="expander" alt="{$expaltext}" title="{$expaltext}" /></div>

					<div><strong>{$lang->quick_reply}</strong></div>
</td>
</tr>

					<div><strong>{$lang->quick_reply}</strong></div>
</td>
</tr>

Zeile 11782Zeile 11709
		<a href="{$similar_thread['lastpostlink']}">{$lang->lastpost}</a>: {$lastposterlink}</span>
</td>
</tr>]]></template>

		<a href="{$similar_thread['lastpostlink']}">{$lang->lastpost}</a>: {$lastposterlink}</span>
</td>
</tr>]]></template>

		<template name="showthread_subscription" version="1809"><![CDATA[<li class="subscription_{$add_remove_subscription}"><a href="usercp2.php?action={$add_remove_subscription}subscription&amp;tid={$tid}&amp;my_post_key={$mybb->post_code}">{$add_remove_subscription_text}</a></li>]]></template>

		<template name="showthread_subscription" version="1816"><![CDATA[<li class="subscription_{$add_remove_subscription}"><a href="usercp.php?action={$add_remove_subscription}subscription&amp;tid={$tid}&amp;my_post_key={$mybb->post_code}">{$add_remove_subscription_text}</a></li>]]></template>

		<template name="showthread_threaded_bit" version="1800"><![CDATA[<div style="margin-left: {$indentsize}px;"><a href="showthread.php?tid={$tid}&amp;pid={$post['pid']}&amp;mode=threaded">{$post['subject']}</a> <span class="smalltext">- {$lang->by} {$post['profilelink']} - {$postdate}</span></div>]]></template>
<template name="showthread_threaded_bitactive" version="1800"><![CDATA[<div style="margin-left: {$indentsize}px;"><strong>{$post['subject']}</strong> <span class="smalltext">- {$lang->by} {$post['profilelink']} - {$postdate}</span></div>]]></template>
<template name="showthread_threadedbox" version="120"><![CDATA[<br />

		<template name="showthread_threaded_bit" version="1800"><![CDATA[<div style="margin-left: {$indentsize}px;"><a href="showthread.php?tid={$tid}&amp;pid={$post['pid']}&amp;mode=threaded">{$post['subject']}</a> <span class="smalltext">- {$lang->by} {$post['profilelink']} - {$postdate}</span></div>]]></template>
<template name="showthread_threaded_bitactive" version="1800"><![CDATA[<div style="margin-left: {$indentsize}px;"><strong>{$post['subject']}</strong> <span class="smalltext">- {$lang->by} {$post['profilelink']} - {$postdate}</span></div>]]></template>
<template name="showthread_threadedbox" version="120"><![CDATA[<br />

Zeile 11794Zeile 11721
<td class="trow1">{$threadedbits}</td>
</tr>
</table>]]></template>

<td class="trow1">{$threadedbits}</td>
</tr>
</table>]]></template>

		<template name="showthread_threadnotes" version="1809"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder tfixed">

		<template name="showthread_threadnotes" version="1816"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder tfixed">

<thead>
<tr>
<td class="thead{$collapsedthead['threadnotes']}">

<thead>
<tr>
<td class="thead{$collapsedthead['threadnotes']}">

		<div class="expcolimage"><img src="{$theme['imgdir']}/collapse{$collapsedimg['threadnotes']}.png" id="threadnotes_img" class="expander" alt="[-]" title="[-]" /></div>

		<div class="expcolimage"><img src="{$theme['imgdir']}/collapse{$collapsedimg['threadnotes']}.png" id="threadnotes_img" class="expander" alt="{$expaltext}" title="{$expaltext}" /></div>

		<div><span class="smalltext"><strong>{$lang->view_thread_notes}</strong></span></div>
</td>
</tr>

		<div><span class="smalltext"><strong>{$lang->view_thread_notes}</strong></span></div>
</td>
</tr>

Zeile 11828Zeile 11755
<td class="trow1">
<table width="100%" align="center" border="0" cellspacing="0" cellpadding="2" id="clickable_smilies">
{$smilies}

<td class="trow1">
<table width="100%" align="center" border="0" cellspacing="0" cellpadding="2" id="clickable_smilies">
{$smilies}

</table>
</td>
</tr>

</table>
</td>
</tr>

{$getmore}
</table>
</div>]]></template>

{$getmore}
</table>
</div>]]></template>

Zeile 11843Zeile 11770
		<template name="stats" version="1800"><![CDATA[<html>
<head>
<title>{$mybb->settings['bbname']} - {$lang->board_stats}</title>

		<template name="stats" version="1800"><![CDATA[<html>
<head>
<title>{$mybb->settings['bbname']} - {$lang->board_stats}</title>

{$headerinclude}
</head>
<body>

{$headerinclude}
</head>
<body>

{$header}
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead" colspan="2"><strong>{$lang->board_stats}</strong></td>

{$header}
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead" colspan="2"><strong>{$lang->board_stats}</strong></td>

</tr>
<tr>

</tr>
<tr>

<td class="tcat" width="50%"><strong>{$lang->totals}</strong></td>
<td class="tcat" width="50%"><strong>{$lang->averages}</strong></td>
</tr>

<td class="tcat" width="50%"><strong>{$lang->totals}</strong></td>
<td class="tcat" width="50%"><strong>{$lang->averages}</strong></td>
</tr>

Zeile 11860Zeile 11787
{$lang->posts} <strong>{$stats['numposts']}</strong><br />
{$lang->threads} <strong>{$stats['numthreads']}</strong><br />
{$lang->members} <strong>{$stats['numusers']}</strong>

{$lang->posts} <strong>{$stats['numposts']}</strong><br />
{$lang->threads} <strong>{$stats['numthreads']}</strong><br />
{$lang->members} <strong>{$stats['numusers']}</strong>

</td>

</td>

<td class="trow1" rowspan="3" valign="top">
{$lang->ppd} <strong>{$postsperday}</strong><br />
{$lang->tpd} <strong>{$threadsperday}</strong><br />

<td class="trow1" rowspan="3" valign="top">
{$lang->ppd} <strong>{$postsperday}</strong><br />
{$lang->tpd} <strong>{$threadsperday}</strong><br />

Zeile 11889Zeile 11816
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead" colspan="2"><strong>{$lang->most_popular}</strong></td>

<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead" colspan="2"><strong>{$lang->most_popular}</strong></td>

</tr>

</tr>

<tr>
<td class="tcat" width="50%"><strong>{$lang->most_replied_threads}</strong></td>
<td class="tcat" width="50%"><strong>{$lang->most_viewed_threads}</strong></td>

<tr>
<td class="tcat" width="50%"><strong>{$lang->most_replied_threads}</strong></td>
<td class="tcat" width="50%"><strong>{$lang->most_viewed_threads}</strong></td>

Zeile 11918Zeile 11845
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead" colspan="{$colspan}"><strong>{$lang->account_summary}</strong></td>

<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead" colspan="{$colspan}"><strong>{$lang->account_summary}</strong></td>

</tr>

</tr>

<tr>
{$avatar}
<td class="trow2">

<tr>
{$avatar}
<td class="trow2">

Zeile 11942Zeile 11869
{$footer}
</body>
</html>]]></template>

{$footer}
</body>
</html>]]></template>

		<template name="usercp_addsubscription_thread" version="1800"><![CDATA[<html>

		<template name="usercp_addsubscription_thread" version="1816"><![CDATA[<html>

<head>
<title>{$lang->subscribe_to_thread}</title>
{$headerinclude}
</head>
<body>
{$header}

<head>
<title>{$lang->subscribe_to_thread}</title>
{$headerinclude}
</head>
<body>
{$header}

<form action="usercp2.php" method="post" name="input">

<form action="usercp.php" method="post" name="input">

<input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
<input type="hidden" name="action" value="do_addsubscription" />
<input type="hidden" name="tid" value="{$thread['tid']}" />

<input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
<input type="hidden" name="action" value="do_addsubscription" />
<input type="hidden" name="tid" value="{$thread['tid']}" />

Zeile 11992Zeile 11919
{$footer}
</body>
</html>]]></template>

{$footer}
</body>
</html>]]></template>

		<template name="usercp_attachments" version="1813"><![CDATA[<html>

		<template name="usercp_attachments" version="1816"><![CDATA[<html>

<head>
<title>{$mybb->settings['bbname']} - {$lang->attachments_manager}</title>
{$headerinclude}

<head>
<title>{$mybb->settings['bbname']} - {$lang->attachments_manager}</title>
{$headerinclude}

Zeile 12035Zeile 11962
					</tr>
<tr>
<td class="trow2" width="40%"><strong>{$lang->attachstats_spaceused}</strong></td>

					</tr>
<tr>
<td class="trow2" width="40%"><strong>{$lang->attachstats_spaceused}</strong></td>

						<td class="trow2" width="60%">{$friendlyusage} ({$percent})</td>

						<td class="trow2" width="60%">{$friendlyusage}</td>

					</tr>
<tr>
<td class="trow1" width="40%"><strong>{$lang->attachstats_quota}</strong></td>

					</tr>
<tr>
<td class="trow1" width="40%"><strong>{$lang->attachstats_quota}</strong></td>

Zeile 12660Zeile 12587
{$footer}
</body>
</html>]]></template>

{$footer}
</body>
</html>]]></template>

		<template name="usercp_forumsubscriptions_forum" version="1804"><![CDATA[<tr>

		<template name="usercp_forumsubscriptions_forum" version="1816"><![CDATA[<tr>

<td class="trow1" align="center" valign="top" width="1"><span class="forum_status forum_{$lightbulb['folder']}" title="{$lightbulb['altonoff']}"></span></td>
<td class="trow1" valign="top">

<td class="trow1" align="center" valign="top" width="1"><span class="forum_status forum_{$lightbulb['folder']}" title="{$lightbulb['altonoff']}"></span></td>
<td class="trow1" valign="top">

<strong><a href="{$forum_url}">{$forum['name']}</a></strong><br /><span class="smalltext"><a href="usercp2.php?action=removesubscription&amp;type=forum&amp;fid={$forum['fid']}&amp;my_post_key={$mybb->post_code}">{$lang->unsubscribe}</a> | <a href="newthread.php?fid={$forum['fid']}">{$lang->new_thread}</a></span></td>

<strong><a href="{$forum_url}">{$forum['name']}</a></strong><br /><span class="smalltext"><a href="usercp.php?action=removesubscription&amp;type=forum&amp;fid={$forum['fid']}&amp;my_post_key={$mybb->post_code}">{$lang->unsubscribe}</a> | <a href="newthread.php?fid={$forum['fid']}">{$lang->new_thread}</a></span></td>

<td class="trow2" valign="top" style="white-space: nowrap; text-align: center;">{$posts}</td>
<td class="trow1" valign="top" style="white-space: nowrap; text-align: center;">{$threads}</td>
<td class="trow2" valign="top" style="white-space: nowrap">{$lastpost}</td>

<td class="trow2" valign="top" style="white-space: nowrap; text-align: center;">{$posts}</td>
<td class="trow1" valign="top" style="white-space: nowrap; text-align: center;">{$threads}</td>
<td class="trow2" valign="top" style="white-space: nowrap">{$lastpost}</td>

Zeile 12734Zeile 12661
		<template name="usercp_nav_home" version="1809"><![CDATA[<tr>
<td class="trow1 smalltext"><a href="usercp.php" class="usercp_nav_item usercp_nav_home">{$lang->ucp_nav_home}</a></td>
</tr>]]></template>

		<template name="usercp_nav_home" version="1809"><![CDATA[<tr>
<td class="trow1 smalltext"><a href="usercp.php" class="usercp_nav_item usercp_nav_home">{$lang->ucp_nav_home}</a></td>
</tr>]]></template>

		<template name="usercp_nav_messenger" version="1800"><![CDATA[<tbody>

		<template name="usercp_nav_messenger" version="1816"><![CDATA[<tbody>

<tr>
<td class="tcat tcat_menu tcat_collapse{$collapsedimg['usercppms']}">

<tr>
<td class="tcat tcat_menu tcat_collapse{$collapsedimg['usercppms']}">

		<div class="expcolimage"><img src="{$theme['imgdir']}/collapse{$collapsedimg['usercppms']}.png" id="usercppms_img" class="expander" alt="[-]"/></div>

		<div class="expcolimage"><img src="{$theme['imgdir']}/collapse{$collapsedimg['usercppms']}.png" id="usercppms_img" class="expander" alt="{$expaltext}" title="{$expaltext}" /></div>

		<div><span class="smalltext"><strong>{$lang->ucp_nav_messenger}</strong></span></div>
</td>
</tr>

		<div><span class="smalltext"><strong>{$lang->ucp_nav_messenger}</strong></span></div>
</td>
</tr>

Zeile 12755Zeile 12682
		<template name="usercp_nav_messenger_compose" version="1800"><![CDATA[<tr><td class="trow1 smalltext"><a href="private.php?action=send" class="usercp_nav_item usercp_nav_composepm">{$lang->ucp_nav_compose}</a></td></tr>]]></template>
<template name="usercp_nav_messenger_folder" version="1800"><![CDATA[<div><a href="private.php?fid={$folder_id}" class="usercp_nav_item {$class}">{$folder_name}</a></div>]]></template>
<template name="usercp_nav_messenger_tracking" version="1610"><![CDATA[<tr><td class="trow1 smalltext"><a href="private.php?action=tracking" class="usercp_nav_item usercp_nav_pmtracking">{$lang->ucp_nav_tracking}</a></td></tr>]]></template>

		<template name="usercp_nav_messenger_compose" version="1800"><![CDATA[<tr><td class="trow1 smalltext"><a href="private.php?action=send" class="usercp_nav_item usercp_nav_composepm">{$lang->ucp_nav_compose}</a></td></tr>]]></template>
<template name="usercp_nav_messenger_folder" version="1800"><![CDATA[<div><a href="private.php?fid={$folder_id}" class="usercp_nav_item {$class}">{$folder_name}</a></div>]]></template>
<template name="usercp_nav_messenger_tracking" version="1610"><![CDATA[<tr><td class="trow1 smalltext"><a href="private.php?action=tracking" class="usercp_nav_item usercp_nav_pmtracking">{$lang->ucp_nav_tracking}</a></td></tr>]]></template>

		<template name="usercp_nav_misc" version="1800"><![CDATA[<tbody>

		<template name="usercp_nav_misc" version="1816"><![CDATA[<tbody>

<tr>
<td class="tcat tcat_menu tcat_collapse{$collapsedimg['usercpmisc']}">

<tr>
<td class="tcat tcat_menu tcat_collapse{$collapsedimg['usercpmisc']}">

		<div class="expcolimage"><img src="{$theme['imgdir']}/collapse{$collapsedimg['usercpmisc']}.png" id="usercpmisc_img" class="expander" alt="[-]" title="[-]" /></div>

		<div class="expcolimage"><img src="{$theme['imgdir']}/collapse{$collapsedimg['usercpmisc']}.png" id="usercpmisc_img" class="expander" alt="{$expaltext}" title="{$expaltext}" /></div>

		<div><span class="smalltext"><strong>{$lang->ucp_nav_misc}</strong></span></div>
</td>
</tr>

		<div><span class="smalltext"><strong>{$lang->ucp_nav_misc}</strong></span></div>
</td>
</tr>

Zeile 12772Zeile 12699
	<tr><td class="trow1 smalltext"><a href="usercp.php?action=forumsubscriptions" class="usercp_nav_item usercp_nav_fsubscriptions">{$lang->ucp_nav_forum_subscriptions}</a></td></tr>
<tr><td class="trow1 smalltext"><a href="{$profile_link}" class="usercp_nav_item usercp_nav_viewprofile">{$lang->ucp_nav_view_profile}</a></td></tr>
</tbody>]]></template>

	<tr><td class="trow1 smalltext"><a href="usercp.php?action=forumsubscriptions" class="usercp_nav_item usercp_nav_fsubscriptions">{$lang->ucp_nav_forum_subscriptions}</a></td></tr>
<tr><td class="trow1 smalltext"><a href="{$profile_link}" class="usercp_nav_item usercp_nav_viewprofile">{$lang->ucp_nav_view_profile}</a></td></tr>
</tbody>]]></template>

		<template name="usercp_nav_profile" version="1800"><![CDATA[<tbody>

		<template name="usercp_nav_profile" version="1816"><![CDATA[<tbody>

<tr>
<td class="tcat tcat_menu tcat_collapse{$collapsedimg['usercpprofile']}">

<tr>
<td class="tcat tcat_menu tcat_collapse{$collapsedimg['usercpprofile']}">

		<div class="expcolimage"><img src="{$theme['imgdir']}/collapse{$collapsedimg['usercpprofile']}.png" id="usercpprofile_img" class="expander" alt="[-]" title="[-]" /></div>

		<div class="expcolimage"><img src="{$theme['imgdir']}/collapse{$collapsedimg['usercpprofile']}.png" id="usercpprofile_img" class="expander" alt="{$expaltext}" title="{$expaltext}" /></div>

		<div><span class="smalltext"><strong>{$lang->ucp_nav_profile}</strong></span></div>
</td>
</tr>

		<div><span class="smalltext"><strong>{$lang->ucp_nav_profile}</strong></span></div>
</td>
</tr>

Zeile 13239Zeile 13166
{$footer}
</body>
</html>]]></template>

{$footer}
</body>
</html>]]></template>

	<template name="usercp_profile_contact_fields" version="1805"><![CDATA[<br />

	<template name="usercp_profile_contact_fields" version="1816"><![CDATA[<br />

<fieldset class="trow2">
<legend><strong>{$lang->additional_contact_details}</strong></legend>
<table cellspacing="0" cellpadding="{$theme['tablespace']}">
{$contact_fields['icq']}

<fieldset class="trow2">
<legend><strong>{$lang->additional_contact_details}</strong></legend>
<table cellspacing="0" cellpadding="{$theme['tablespace']}">
{$contact_fields['icq']}

	{$contact_fields['aim']}

 
	{$contact_fields['yahoo']}
{$contact_fields['skype']}
{$contact_fields['google']}

	{$contact_fields['yahoo']}
{$contact_fields['skype']}
{$contact_fields['google']}

Zeile 13256Zeile 13182
<tr>
<td><input type="text" class="textbox" name="{$cfield}" size="25" value="{$cfvalue}" /></td>
</tr>]]></template>

<tr>
<td><input type="text" class="textbox" name="{$cfield}" size="25" value="{$cfvalue}" /></td>
</tr>]]></template>

		<template name="usercp_profile_away" version="120"><![CDATA[<br />

		<template name="usercp_profile_away" version="1816"><![CDATA[<br />

<fieldset class="trow2">
<legend><strong>{$lang->away_information}</strong></legend>
<table cellspacing="0" cellpadding="{$theme['tablespace']}">

<fieldset class="trow2">
<legend><strong>{$lang->away_information}</strong></legend>
<table cellspacing="0" cellpadding="{$theme['tablespace']}">

Zeile 13271Zeile 13197
<td colspan="2"><span class="smalltext">{$lang->away_reason}</span></td>
</tr>
<tr>

<td colspan="2"><span class="smalltext">{$lang->away_reason}</span></td>
</tr>
<tr>

<td colspan="2"><input type="text" class="textbox" name="awayreason" value="{$user['awayreason']}" size="25" /></td>

<td colspan="2"><input type="text" class="textbox" name="awayreason" value="{$user['awayreason']}" size="25" maxlength="200" /></td>

</tr>
</table>
<table cellspacing="0" cellpadding="{$theme['tablespace']}">

</tr>
</table>
<table cellspacing="0" cellpadding="{$theme['tablespace']}">

Zeile 13425Zeile 13351
						<dl class="thread_legend smalltext">
<dd><span class="thread_status folder" title="{$lang->no_new_thread}">&nbsp;</span> {$lang->no_new_thread}</dd>
<dd><span class="thread_status dot_folder" title="{$lang->posts_by_you}">&nbsp;</span> {$lang->posts_by_you}</dd>

						<dl class="thread_legend smalltext">
<dd><span class="thread_status folder" title="{$lang->no_new_thread}">&nbsp;</span> {$lang->no_new_thread}</dd>
<dd><span class="thread_status dot_folder" title="{$lang->posts_by_you}">&nbsp;</span> {$lang->posts_by_you}</dd>

							<dd><span class="thread_status lockfolder" title="{$lang->locked_thread}">&nbsp;</span> {$lang->locked_thread}</dd>

							<dd><span class="thread_status closefolder" title="{$lang->closed_thread}">&nbsp;</span> {$lang->closed_thread}</dd>

						</dl>
</div>
<br class="clear" />

						</dl>
</div>
<br class="clear" />

Zeile 13439Zeile 13365
		<template name="usercp_subscriptions_none" version="120"><![CDATA[<tr>
<td class="trow1" colspan="7">{$lang->no_thread_subscriptions}</td>
</tr>]]></template>

		<template name="usercp_subscriptions_none" version="120"><![CDATA[<tr>
<td class="trow1" colspan="7">{$lang->no_thread_subscriptions}</td>
</tr>]]></template>

		<template name="usercp_subscriptions_remove" version="1800"><![CDATA[<tr>

		<template name="usercp_subscriptions_remove" version="1816"><![CDATA[<tr>

	<td class="tfoot" colspan="7">
<div class="float_right">
<strong>{$lang->with_selected}</strong>

	<td class="tfoot" colspan="7">
<div class="float_right">
<strong>{$lang->with_selected}</strong>

Zeile 13452Zeile 13378
		{$gobutton}
</div>
<div>

		{$gobutton}
</div>
<div>

		<strong><a href="usercp2.php?action=removesubscriptions&amp;my_post_key={$mybb->post_code}">{$lang->remove_all_subscriptions}</a></strong>

		<strong><a href="usercp.php?action=removesubscriptions&amp;my_post_key={$mybb->post_code}">{$lang->remove_all_subscriptions}</a></strong>

	</div>
</td>
</tr>]]></template>

	</div>
</td>
</tr>]]></template>

Zeile 13514Zeile 13440
</tr>]]></template>
<template name="usercp_usergroups_joinable_usergroup_description" version="1800"><![CDATA[<br /><span class="smalltext">{$usergroup['description']}</span>]]></template>
<template name="usercp_usergroups_joinable_usergroup_join" version="1800"><![CDATA[<a href="usercp.php?action=usergroups&amp;joingroup={$usergroup['gid']}&amp;my_post_key={$mybb->post_code}">{$lang->join_group}</a>]]></template>

</tr>]]></template>
<template name="usercp_usergroups_joinable_usergroup_description" version="1800"><![CDATA[<br /><span class="smalltext">{$usergroup['description']}</span>]]></template>
<template name="usercp_usergroups_joinable_usergroup_join" version="1800"><![CDATA[<a href="usercp.php?action=usergroups&amp;joingroup={$usergroup['gid']}&amp;my_post_key={$mybb->post_code}">{$lang->join_group}</a>]]></template>

		<template name="usercp_usergroups_joingroup" version="1400"><![CDATA[<html>

		<template name="usercp_usergroups_joingroup" version="1816"><![CDATA[<html>

<head>
<title>{$mybb->settings['bbname']} - {$lang->request_join_usergroup}</title>
{$headerinclude}

<head>
<title>{$mybb->settings['bbname']} - {$lang->request_join_usergroup}</title>
{$headerinclude}

Zeile 13540Zeile 13466
</tr>
<tr>
<td class="trow1"><strong>{$lang->join_reason}</strong></td>

</tr>
<tr>
<td class="trow1"><strong>{$lang->join_reason}</strong></td>

<td class="trow1"><input type="text" class="textbox" name="reason" value="" size="50" /></td>

<td class="trow1"><input type="text" class="textbox" name="reason" value="" size="50"  maxlength="250" /></td>

</tr>
</table>
<br />

</tr>
</table>
<br />

Zeile 14055Zeile 13981
	{$sourcemode}
});
</script>]]></template>

	{$sourcemode}
});
</script>]]></template>

		<template name="contact" version="1800"><![CDATA[<html>

		<template name="contact" version="1816"><![CDATA[<html>

<head>
<title>{$mybb->settings['bbname']} - {$lang->contact}</title>
{$headerinclude}

<head>
<title>{$mybb->settings['bbname']} - {$lang->contact}</title>
{$headerinclude}

Zeile 14071Zeile 13997
		</tr>
<tr>
<td class="trow1" valign="top"><strong>{$lang->contact_subject}:</strong><br /><span class="smalltext">{$lang->contact_subject_desc}</span></td>

		</tr>
<tr>
<td class="trow1" valign="top"><strong>{$lang->contact_subject}:</strong><br /><span class="smalltext">{$lang->contact_subject_desc}</span></td>

		<td class="trow1"><input type="text" name="subject" class="textbox" size="49" value="{$mybb->input['subject']}" /></td>

		<td class="trow1"><input type="text" name="subject" class="textbox" size="49" value="{$contact_subject}" /></td>

		</tr>
<tr>
<td class="trow2" valign="top"><strong>{$lang->contact_message}:</strong><br /><span class="smalltext">{$lang->contact_message_desc}</span></td>

		</tr>
<tr>
<td class="trow2" valign="top"><strong>{$lang->contact_message}:</strong><br /><span class="smalltext">{$lang->contact_message_desc}</span></td>

		<td class="trow2"><textarea cols="50" rows="10" name="message" class="textarea" >{$mybb->input['message']}</textarea></td>

		<td class="trow2"><textarea cols="50" rows="10" name="message" class="textarea" >{$contact_message}</textarea></td>

		</tr>
<tr>
<td class="trow1" valign="top"><strong>{$lang->contact_email}:</strong><br /><span class="smalltext">{$lang->contact_email_desc}</span></td>

		</tr>
<tr>
<td class="trow1" valign="top"><strong>{$lang->contact_email}:</strong><br /><span class="smalltext">{$lang->contact_email_desc}</span></td>

		<td class="trow1"><input type="text" name="email" class="textbox" size="49" value="{$mybb->input['email']}" /></td>

		<td class="trow1"><input type="text" name="email" class="textbox" size="49" value="{$user_email}" /></td>

		</tr>
{$captcha}
</table>

		</tr>
{$captcha}
</table>