Vergleich install/resources/mybb_theme.xml - 1.8.6 - 1.8.7

  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="1805">

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

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

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

Zeile 2172Zeile 2172
.thread_status.newlockfolder {
background-position: 0 -320px;
}]]></stylesheet>

.thread_status.newlockfolder {
background-position: 0 -320px;
}]]></stylesheet>

	<stylesheet name="css3.css" version="1800" disporder="7"><![CDATA[tr td.trow1:first-child,

	<stylesheet name="css3.css" version="1807" disporder="7"><![CDATA[tr td.trow1:first-child,

tr td.trow2:first-child,
tr td.trow_shaded:first-child {
border-left: 0;

tr td.trow2:first-child,
tr td.trow_shaded:first-child {
border-left: 0;

Zeile 2190Zeile 2190
	border-radius: 7px;
}


	border-radius: 7px;
}


.tborder tbody tr:last-child td {

.tborder tbody tr:last-child > td {

	border-bottom: 0;
}


	border-bottom: 0;
}


.tborder tbody tr:last-child td:first-child {

.tborder tbody tr:last-child > td:first-child {

	-moz-border-radius-bottomleft: 6px;
-webkit-border-bottom-left-radius: 6px;
border-bottom-left-radius: 6px;
}


	-moz-border-radius-bottomleft: 6px;
-webkit-border-bottom-left-radius: 6px;
border-bottom-left-radius: 6px;
}


.tborder tbody tr:last-child td:last-child {

.tborder tbody tr:last-child > td:last-child {

	-moz-border-radius-bottomright: 6px;
-webkit-border-bottom-right-radius: 6px;
border-bottom-right-radius: 6px;

	-moz-border-radius-bottomright: 6px;
-webkit-border-bottom-right-radius: 6px;
border-bottom-right-radius: 6px;

Zeile 3678Zeile 3678
		<template name="forumbit_moderators_group" version="1800"><![CDATA[{$comma}{$moderator['title']}]]></template>
<template name="forumbit_moderators_user" version="1800"><![CDATA[{$comma}<a href="{$moderator['profilelink']}">{$moderator['username']}</a>]]></template>
<template name="forumbit_subforums" version="120"><![CDATA[<br />{$lang->subforums} {$sub_forums}]]></template>

		<template name="forumbit_moderators_group" version="1800"><![CDATA[{$comma}{$moderator['title']}]]></template>
<template name="forumbit_moderators_user" version="1800"><![CDATA[{$comma}<a href="{$moderator['profilelink']}">{$moderator['username']}</a>]]></template>
<template name="forumbit_subforums" version="120"><![CDATA[<br />{$lang->subforums} {$sub_forums}]]></template>

		<template name="forumdisplay" version="1804"><![CDATA[<html>

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

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

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

Zeile 3692Zeile 3692
// -->
</script>
<!-- jeditable (jquery) -->

// -->
</script>
<!-- jeditable (jquery) -->

<script src="{$mybb->asset_url}/jscripts/jeditable/jeditable.min.js"></script>

<script type="text/javascript" src="{$mybb->asset_url}/jscripts/jeditable/jeditable.min.js"></script>

<script type="text/javascript" src="{$mybb->asset_url}/jscripts/inline_edit.js?ver=1804"></script>
</head>
<body>

<script type="text/javascript" src="{$mybb->asset_url}/jscripts/inline_edit.js?ver=1804"></script>
</head>
<body>

Zeile 3724Zeile 3724
{$modann}
</tr>]]></template>
<template name="forumdisplay_announcements_announcement_modbit" version="1800"><![CDATA[<td align="center" class="{$bgcolor} forumdisplay_announcement">-</td>]]></template>

{$modann}
</tr>]]></template>
<template name="forumdisplay_announcements_announcement_modbit" version="1800"><![CDATA[<td align="center" class="{$bgcolor} forumdisplay_announcement">-</td>]]></template>

		<template name="forumdisplay_inlinemoderation" version="1804"><![CDATA[<script type="text/javascript" src="{$mybb->asset_url}/jscripts/inline_moderation.js?ver=1804"></script>

		<template name="forumdisplay_inlinemoderation" version="1807"><![CDATA[<script type="text/javascript" src="{$mybb->asset_url}/jscripts/inline_moderation.js?ver=1807"></script>

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

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

Zeile 3777Zeile 3777
<option value="multiunstickthreads">{$lang->unstick_threads}</option>]]></template>
<template name="forumdisplay_moderatedby" version="1600"><![CDATA[<span class="smalltext">{$lang->moderated_by} <strong>{$moderators}</strong></span><br />]]></template>
<template name="forumdisplay_newthread" version="1800"><![CDATA[<a href="newthread.php?fid={$fid}" class="button new_thread_button"><span>{$lang->post_thread}</span></a>]]></template>

<option value="multiunstickthreads">{$lang->unstick_threads}</option>]]></template>
<template name="forumdisplay_moderatedby" version="1600"><![CDATA[<span class="smalltext">{$lang->moderated_by} <strong>{$moderators}</strong></span><br />]]></template>
<template name="forumdisplay_newthread" version="1800"><![CDATA[<a href="newthread.php?fid={$fid}" class="button new_thread_button"><span>{$lang->post_thread}</span></a>]]></template>

 
		<template name="forumdisplay_nopermission" version="1807"><![CDATA[<tr>
<td colspan="{$colspan}" class="trow1">{$lang->nopermission}</td>
</tr>]]></template>

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

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

Zeile 4255Zeile 4258
<td class="trow1"><span class="smalltext">{$lang->online_note}<br />{$onlinemembers}</span></td>
</tr>]]></template>
<template name="index_whosonline_memberbit" version="1400"><![CDATA[{$comma}{$user['profilelink']}{$invisiblemark}]]></template>

<td class="trow1"><span class="smalltext">{$lang->online_note}<br />{$onlinemembers}</span></td>
</tr>]]></template>
<template name="index_whosonline_memberbit" version="1400"><![CDATA[{$comma}{$user['profilelink']}{$invisiblemark}]]></template>

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

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

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

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

Zeile 4282Zeile 4285
</tr>
{$users}
</table>

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

 
{$multipage}

<br />
<div align="center">{$remove_users}</div>
</form>

<br />
<div align="center">{$remove_users}</div>
</form>

Zeile 4290Zeile 4294
{$footer}
</body>
</html>]]></template>

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

		<template name="managegroup_adduser" version="1806"><![CDATA[<br />

		<template name="managegroup_adduser" version="1807"><![CDATA[<br />

<form method="post" action="managegroup.php">
<input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
<input type="hidden" name="action" value="do_add" />
<input type="hidden" name="gid" value="{$gid}" />
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">

<form method="post" action="managegroup.php">
<input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
<input type="hidden" name="action" value="do_add" />
<input type="hidden" name="gid" value="{$gid}" />
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">

<tr>

<tr>

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

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

Zeile 4304Zeile 4308
  <td class="trow1"><input type="text" id="username" class="textbox" name="username" size="40" maxlength="{$mybb->settings['maxnamelength']}" style="width: 210px" /></td>
</tr>
</table>

  <td class="trow1"><input type="text" id="username" class="textbox" name="username" size="40" maxlength="{$mybb->settings['maxnamelength']}" style="width: 210px" /></td>
</tr>
</table>

<link rel="stylesheet" href="{$mybb->asset_url}/jscripts/select2/select2.css?ver=1806">

<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">
<!--

<script type="text/javascript" src="{$mybb->asset_url}/jscripts/select2/select2.min.js?ver=1806"></script>
<script type="text/javascript">
<!--

Zeile 4312Zeile 4316
{
MyBB.select2();
$("#username").select2({

{
MyBB.select2();
$("#username").select2({

		placeholder: "{$lang->search_user}",
minimumInputLength: 3,
maximumSelectionSize: 3,
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,

		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
});
}

					text: value
});
}

Zeile 4345Zeile 4348
<br />
<div align="center"><input type="submit" class="button" value="{$lang->add_member_submit}" /></div>
</form>]]></template>

<br />
<div align="center"><input type="submit" class="button" value="{$lang->add_member_submit}" /></div>
</form>]]></template>

		<template name="managegroup_inviteuser" version="1806"><![CDATA[<br />

		<template name="managegroup_inviteuser" version="1807"><![CDATA[<br />

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

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

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

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

</tr>

</tr>

<tr>
<td class="trow1">{$lang->username}</td>
<td class="trow1"><input type="text" id="inviteusername" class="textbox" name="inviteusername" size="40" maxlength="{$mybb->settings['maxnamelength']}" style="width: 210px" /></td>
</tr>
</table>

<tr>
<td class="trow1">{$lang->username}</td>
<td class="trow1"><input type="text" id="inviteusername" class="textbox" name="inviteusername" size="40" maxlength="{$mybb->settings['maxnamelength']}" style="width: 210px" /></td>
</tr>
</table>

<link rel="stylesheet" href="{$mybb->asset_url}/jscripts/select2/select2.css?ver=1806">

<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">
<!--

<script type="text/javascript" src="{$mybb->asset_url}/jscripts/select2/select2.min.js?ver=1806"></script>
<script type="text/javascript">
<!--

Zeile 4368Zeile 4371
	MyBB.select2();
$("#inviteusername").select2({
placeholder: "{$lang->search_user}",

	MyBB.select2();
$("#inviteusername").select2({
placeholder: "{$lang->search_user}",

		minimumInputLength: 3,
maximumSelectionSize: 3,

		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",

		multiple: false,
ajax: { // instead of writing the function to execute the request we use Select2's convenient helper
url: "xmlhttp.php?action=get_users",

Zeile 4472Zeile 4474
</tr>
<tr>
<td class="trow1" width="30%"><strong>{$lang->username}</strong></td>

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

<td class="trow1"><input type="text" class="textbox" name="username" value="{$user['username']}" /></td>
</tr>
<tr>

<td class="trow1"><input type="text" class="textbox" name="username" value="{$user['username']}" /></td>
</tr>
<tr>

<td class="trow1" width="30%"><strong>{$lang->activation_code}</strong></td>
<td class="trow1"><input type="text" class="textbox" name="code" value="{$code}" /></td>
</tr>

<td class="trow1" width="30%"><strong>{$lang->activation_code}</strong></td>
<td class="trow1"><input type="text" class="textbox" name="code" value="{$code}" /></td>
</tr>

Zeile 4532Zeile 4534

<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>





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

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

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

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





		<dd class="single">{$lang->coppa_parent_agreement}</dd>

<dt><label for="signature">{$lang->signature}</label></dt>

		<dd class="single">{$lang->coppa_parent_agreement}</dd>

<dt><label for="signature">{$lang->signature}</label></dt>

Zeile 4549Zeile 4551
		<template name="member_emailuser" version="1800"><![CDATA[<html>
<head>
<title>{$mybb->settings['bbname']} - {$lang->email_user}</title>

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

{$headerinclude}
</head>
<body>

{$headerinclude}
</head>
<body>

{$header}
{$errors}
<form action="member.php" method="post" name="input">

{$header}
{$errors}
<form action="member.php" method="post" name="input">

Zeile 4568Zeile 4570
<tr>
<td valign="top" width="40%" class="trow1"><strong>{$lang->email_message}</strong></td>
<td width="60%" class="trow1"><textarea cols="50" rows="10" name="message">{$message}</textarea></td>

<tr>
<td valign="top" width="40%" class="trow1"><strong>{$lang->email_message}</strong></td>
<td width="60%" class="trow1"><textarea cols="50" rows="10" name="message">{$message}</textarea></td>

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

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

<input type="hidden" name="action" value="do_emailuser" />
<input type="hidden" name="uid" value="{$to_user['uid']}" />
<div align="center"><input type="submit" class="button" value="{$lang->send_email}" /></div>

<input type="hidden" name="action" value="do_emailuser" />
<input type="hidden" name="uid" value="{$to_user['uid']}" />
<div align="center"><input type="submit" class="button" value="{$lang->send_email}" /></div>

Zeile 4590Zeile 4592
		<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_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>

<head>

<head>

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

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

Zeile 4628Zeile 4630
		<template name="member_lostpw" version="120"><![CDATA[<html>
<head>
<title>{$mybb->settings['bbname']} - {$lang->lost_pw}</title>

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

{$headerinclude}

{$headerinclude}

</head>
<body>
{$header}

</head>
<body>
{$header}

Zeile 4649Zeile 4651
{$footer}
</body>
</html>]]></template>

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

		<template name="member_profile" version="1804"><![CDATA[<html>

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

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

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

Zeile 4696Zeile 4698
				</tr>
<tr>
<td class="trow1"><strong>{$lang->total_posts}</strong></td>

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

					<td class="trow1">{$memprofile['postnum']} ({$lang->ppd_percent_total})<br /><span class="smalltext">(<a href="search.php?action=finduser&amp;uid={$uid}">{$lang->find_posts}</a>)</span></td>

					<td class="trow1">{$memprofile['postnum']} ({$lang->ppd_percent_total}){$findposts}</td>

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

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

					<td class="trow2">{$memprofile['threadnum']} ({$lang->tpd_percent_total})<br /><span class="smalltext">(<a href="search.php?action=finduserthreads&amp;uid={$uid}">{$lang->find_threads}</a>)</span></td>

					<td class="trow2">{$memprofile['threadnum']} ({$lang->tpd_percent_total}){$findthreads}</td>

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

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

Zeile 4812Zeile 4814
<td class="{$bgcolor}"><strong>{$lang->email}</strong></td>
<td class="{$bgcolor}"><a href="member.php?action=emailuser&amp;uid={$memprofile['uid']}">{$lang->send_user_email}</a></td>
</tr>]]></template>

<td class="{$bgcolor}"><strong>{$lang->email}</strong></td>
<td class="{$bgcolor}"><a href="member.php?action=emailuser&amp;uid={$memprofile['uid']}">{$lang->send_user_email}</a></td>
</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_modoptions" version="1800"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" width="100%" class="tborder">
<tr>

		<template name="member_profile_groupimage" version="120"><![CDATA[<img src="{$displaygroup['image']}" alt="{$usertitle}" title="{$usertitle}" /><br />]]></template>
<template name="member_profile_modoptions" version="1800"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" width="100%" class="tborder">
<tr>

Zeile 4874Zeile 4878
	<td class="{$bgcolor}"><strong>{$lang->homepage}</strong></td>
<td class="{$bgcolor}"><a href="{$memprofile['website']}" target="_blank">{$memprofile['website']}</a></td>
</tr>]]></template>

	<td class="{$bgcolor}"><strong>{$lang->homepage}</strong></td>
<td class="{$bgcolor}"><a href="{$memprofile['website']}" target="_blank">{$memprofile['website']}</a></td>
</tr>]]></template>

		<template name="member_register" version="1804"><![CDATA[<html>

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

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

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

<script src="{$mybb->asset_url}/jscripts/validate/jquery.validate.min.js?ver=1804"></script>

<script type="text/javascript" src="{$mybb->asset_url}/jscripts/validate/jquery.validate.min.js?ver=1804"></script>

</head>
<body>
{$header}

</head>
<body>
{$header}

Zeile 4943Zeile 4947
<tr>
<td valign="top" width="1"><input type="checkbox" class="checkbox" name="pmnotify" id="pmnotify" value="1" {$pmnotifycheck} /></td>
<td valign="top"><span class="smalltext"><label for="pmnotify">{$lang->email_notify_newpm}</label></span></td>

<tr>
<td valign="top" width="1"><input type="checkbox" class="checkbox" name="pmnotify" id="pmnotify" value="1" {$pmnotifycheck} /></td>
<td valign="top"><span class="smalltext"><label for="pmnotify">{$lang->email_notify_newpm}</label></span></td>

</tr>
<tr>
<td valign="top" width="1"><input type="checkbox" class="checkbox" name="invisible" id="invisible" value="1" {$invisiblecheck} /></td>
<td valign="top"><span class="smalltext"><label for="invisible">{$lang->invisible_mode}</label></span></td>
</tr>
<tr>
<td colspan="2"><span class="smalltext"><label for="subscriptionmethod">{$lang->subscription_method}</label></span></td>
</tr>
<tr>
<td colspan="2">
<select name="subscriptionmethod" id="subscriptionmethod">
<option value="0" {$no_auto_subscribe_selected}>{$lang->no_auto_subscribe}</option>
<option value="1" {$no_subscribe_selected}>{$lang->no_subscribe}</option>
<option value="2" {$instant_email_subscribe_selected}>{$lang->instant_email_subscribe}</option>
<option value="3" {$instant_pm_subscribe_selected}>{$lang->instant_pm_subscribe}</option>
</select>
</td>
</tr>
</table>
</fieldset>
<br />

</tr>
<tr>
<td valign="top" width="1"><input type="checkbox" class="checkbox" name="invisible" id="invisible" value="1" {$invisiblecheck} /></td>
<td valign="top"><span class="smalltext"><label for="invisible">{$lang->invisible_mode}</label></span></td>
</tr>
<tr>
<td colspan="2"><span class="smalltext"><label for="subscriptionmethod">{$lang->subscription_method}</label></span></td>
</tr>
<tr>
<td colspan="2">
<select name="subscriptionmethod" id="subscriptionmethod">
<option value="0" {$no_auto_subscribe_selected}>{$lang->no_auto_subscribe}</option>
<option value="1" {$no_subscribe_selected}>{$lang->no_subscribe}</option>
<option value="2" {$instant_email_subscribe_selected}>{$lang->instant_email_subscribe}</option>
<option value="3" {$instant_pm_subscribe_selected}>{$lang->instant_pm_subscribe}</option>
</select>
</td>
</tr>
</table>
</fieldset>
<br />

<fieldset class="trow2">
<legend><strong><label for="timezone">{$lang->time_offset}</label></strong></legend>
<table cellspacing="0" cellpadding="{$theme['tablespace']}" width="100%">

<fieldset class="trow2">
<legend><strong><label for="timezone">{$lang->time_offset}</label></strong></legend>
<table cellspacing="0" cellpadding="{$theme['tablespace']}" width="100%">

Zeile 4972Zeile 4976
</tr>
<tr>
<td>{$tzselect}</td>

</tr>
<tr>
<td>{$tzselect}</td>

</tr>
<tr>

</tr>
<tr>

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

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

Zeile 4983Zeile 4987
		<option value="1" {$dst_enabled_selected}>{$lang->dst_correction_enabled}</option>
<option value="0" {$dst_disabled_selected}>{$lang->dst_correction_disabled}</option>
</select>

		<option value="1" {$dst_enabled_selected}>{$lang->dst_correction_enabled}</option>
<option value="0" {$dst_disabled_selected}>{$lang->dst_correction_disabled}</option>
</select>

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

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

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

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

Zeile 5003Zeile 5007
$(document).ready(function() {
$("#registration_form").validate({
rules: {

$(document).ready(function() {
$("#registration_form").validate({
rules: {

			username: {

			username: {

				required: true,
minlength: {$mybb->settings['minnamelength']},
maxlength: {$mybb->settings['maxnamelength']},

				required: true,
minlength: {$mybb->settings['minnamelength']},
maxlength: {$mybb->settings['maxnamelength']},

Zeile 5042Zeile 5046
				error.insertAfter(element);
}
});

				error.insertAfter(element);
}
});





	{$validator_extra}
});
</script>

	{$validator_extra}
});
</script>

Zeile 5059Zeile 5063
		<template name="member_register_agreement" version="123"><![CDATA[<html>
<head>
<title>{$mybb->settings['bbname']} - {$lang->agreement}</title>

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

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

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

<br />
<form action="member.php" method="post">
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">

<br />
<form action="member.php" method="post">
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">

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

	<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>

		<tr>
<td class="trow1">
<table cellpadding="4" border="0" align="center">

		<tr>
<td class="trow1">
<table cellpadding="4" border="0" align="center">

Zeile 5237Zeile 5241
<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 5257Zeile 5261
		// -->
</script>
]]></template>

		// -->
</script>
]]></template>

		<template name="member_register_referrer" version="1806"><![CDATA[<br />

		<template name="member_register_referrer" version="1807"><![CDATA[<br />

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

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

Zeile 5270Zeile 5274
</td>
</tr></table>
</fieldset>

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

<link rel="stylesheet" href="{$mybb->asset_url}/jscripts/select2/select2.css?ver=1806">

<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">
<!--

<script type="text/javascript" src="{$mybb->asset_url}/jscripts/select2/select2.min.js?ver=1806"></script>
<script type="text/javascript">
<!--

Zeile 5278Zeile 5282
{
MyBB.select2();
$("#referrer").select2({

{
MyBB.select2();
$("#referrer").select2({

		placeholder: "{$lang->search_user}",
minimumInputLength: 3,
maximumSelectionSize: 3,
multiple: false,
ajax: { // instead of writing the function to execute the request we use Select2's convenient helper

		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) {

			url: "xmlhttp.php?action=get_users",
dataType: 'json',
data: function (term, page) {

Zeile 5321Zeile 5324
<tr>
<td><span class="smalltext">{$lang->verification_note}</span></td>
<td rowspan="2" align="center"><img src="captcha.php?action=regimage&amp;imagehash={$imagehash}" alt="{$lang->image_verification}" title="{$lang->image_verification}" id="captcha_img" /><br /><span style="color: red;" class="smalltext">{$lang->verification_subnote}</span>

<tr>
<td><span class="smalltext">{$lang->verification_note}</span></td>
<td rowspan="2" align="center"><img src="captcha.php?action=regimage&amp;imagehash={$imagehash}" alt="{$lang->image_verification}" title="{$lang->image_verification}" id="captcha_img" /><br /><span style="color: red;" class="smalltext">{$lang->verification_subnote}</span>

<script type="text/javascript">
<!--

<script type="text/javascript">
<!--

	if(use_xmlhttprequest == "1")
{
document.write('<br \/><br \/><input type="button" class="button" tabindex="10000" name="refresh" value="{$lang->refresh}" onclick="return captcha.refresh();" \/>');

	if(use_xmlhttprequest == "1")
{
document.write('<br \/><br \/><input type="button" class="button" tabindex="10000" name="refresh" value="{$lang->refresh}" onclick="return captcha.refresh();" \/>');

Zeile 5330Zeile 5333
// -->
</script>
</td>

// -->
</script>
</td>

</tr>
<tr>
<td><input type="text" class="textbox" name="imagestring" value="" id="imagestring" style="width: 100%;" /><input type="hidden" name="imagehash" value="{$imagehash}" id="imagehash" /></td>

</tr>
<tr>
<td><input type="text" class="textbox" name="imagestring" value="" id="imagestring" style="width: 100%;" /><input type="hidden" name="imagehash" value="{$imagehash}" id="imagehash" /></td>

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

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

</table>
</fieldset>]]></template>
<template name="member_register_regimage_ayah" version="1800"><![CDATA[<br />
<fieldset class="trow2">
<legend><strong>{$lang->image_verification}</strong></legend>
<table cellspacing="0" cellpadding="{$theme['tablespace']}">
<tr>
<td>{$output}</td>
</tr>

 
</table>
</fieldset>]]></template>
<template name="member_register_regimage_recaptcha" version="1605"><![CDATA[<br />

</table>
</fieldset>]]></template>
<template name="member_register_regimage_recaptcha" version="1605"><![CDATA[<br />

Zeile 5390Zeile 5384
		<template name="member_resendactivation" version="120"><![CDATA[<html>
<head>
<title>{$mybb->settings['bbname']} - {$lang->resend_activation}</title>

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

{$headerinclude}

{$headerinclude}

</head>
<body>
{$header}
<form action="member.php" method="post">
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">

</head>
<body>
{$header}
<form action="member.php" method="post">
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">

<tr>

<tr>

<td class="thead" colspan="2"><strong>{$lang->resend_activation}</strong></td>

<td class="thead" colspan="2"><strong>{$lang->resend_activation}</strong></td>

</tr>

</tr>

<tr>
<td class="trow1" width="40%"><strong>{$lang->email_address}</strong></td>
<td class="trow1" width="60%"><input type="text" class="textbox" name="email" /></td>

<tr>
<td class="trow1" width="40%"><strong>{$lang->email_address}</strong></td>
<td class="trow1" width="60%"><input type="text" class="textbox" name="email" /></td>

Zeile 5407Zeile 5401
<br />
<div align="center"><input type="submit" class="button" value="{$lang->request_activation}" /></div>
<input type="hidden" name="action" value="do_resendactivation" />

<br />
<div align="center"><input type="submit" class="button" value="{$lang->request_activation}" /></div>
<input type="hidden" name="action" value="do_resendactivation" />

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

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

</html>]]></template>
<template name="member_resetpassword" version="1607"><![CDATA[<html>
<head>

</html>]]></template>
<template name="member_resetpassword" version="1607"><![CDATA[<html>
<head>

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

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

</tr>
<tr>
<td class="trow1">{$user['usernotes']}</td>
</tr>
</table>

</tr>
<tr>
<td class="trow1">{$user['usernotes']}</td>
</tr>
</table>

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

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

		<template name="memberlist" version="1806"><![CDATA[<html>

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

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

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

Zeile 5489Zeile 5483
		<a href="memberlist.php?username_match=begins&amp;username={$lang->x}" style="padding: 5px;">{$lang->x}</a>
<a href="memberlist.php?username_match=begins&amp;username={$lang->y}" style="padding: 5px;">{$lang->y}</a>
<a href="memberlist.php?username_match=begins&amp;username={$lang->z}" style="padding: 5px;">{$lang->z}</a>

		<a href="memberlist.php?username_match=begins&amp;username={$lang->x}" style="padding: 5px;">{$lang->x}</a>
<a href="memberlist.php?username_match=begins&amp;username={$lang->y}" style="padding: 5px;">{$lang->y}</a>
<a href="memberlist.php?username_match=begins&amp;username={$lang->z}" style="padding: 5px;">{$lang->z}</a>

	</div>

	</div>

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

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

Zeile 5528Zeile 5522
	<td class="trow1" width="33%" style="vertical-align: top;">
{$lang->contains}<br />
<input type="text" class="textbox" name="username" id="username" style="width: 99%; margin-top: 4px;" value="{$search_username}" />

	<td class="trow1" width="33%" style="vertical-align: top;">
{$lang->contains}<br />
<input type="text" class="textbox" name="username" id="username" style="width: 99%; margin-top: 4px;" value="{$search_username}" />

	</td>

	</td>

	<td class="trow1" width="33%" style="vertical-align: top;">
{$lang->contains}<br />
<input type="text" class="textbox" name="website" id="website" style="width: 99%; margin-top: 4px;" value="{$search_website}" />

	<td class="trow1" width="33%" style="vertical-align: top;">
{$lang->contains}<br />
<input type="text" class="textbox" name="website" id="website" style="width: 99%; margin-top: 4px;" value="{$search_website}" />

Zeile 5552Zeile 5546
<div align="center"><br /><input type="submit" class="button" name="submit" value="{$lang->search}" /></div>
</form>
{$footer}

<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=1806">

<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">
<!--

<script type="text/javascript" src="{$mybb->asset_url}/jscripts/select2/select2.min.js?ver=1806"></script>
<script type="text/javascript">
<!--

Zeile 5561Zeile 5555
	MyBB.select2();
$("#username").select2({
placeholder: "{$lang->search_user}",

	MyBB.select2();
$("#username").select2({
placeholder: "{$lang->search_user}",

		minimumInputLength: 3,
maximumSelectionSize: 3,

		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",

		multiple: false,
ajax: { // instead of writing the function to execute the request we use Select2's convenient helper
url: "xmlhttp.php?action=get_users",

Zeile 5607Zeile 5600
</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="1806"><![CDATA[<html>

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

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

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

{$headerinclude}

{$headerinclude}

</head>
<body>
{$header}

</head>
<body>
{$header}

Zeile 5699Zeile 5692
<div align="center"><br /><input type="submit" class="button" name="submit" value="{$lang->search}" /></div>
</form>
{$footer}

<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=1806">

<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">
<!--

<script type="text/javascript" src="{$mybb->asset_url}/jscripts/select2/select2.min.js?ver=1806"></script>
<script type="text/javascript">
<!--

Zeile 5708Zeile 5701
	MyBB.select2();
$("#username").select2({
placeholder: "{$lang->search_user}",

	MyBB.select2();
$("#username").select2({
placeholder: "{$lang->search_user}",

		minimumInputLength: 3,
maximumSelectionSize: 3,

		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",

		multiple: false,
ajax: { // instead of writing the function to execute the request we use Select2's convenient helper
url: "xmlhttp.php?action=get_users",

Zeile 5926Zeile 5918
<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>

<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>

</tr>
<tr>

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

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

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

</div>
</div>]]></template>
<template name="misc_imcenter_nav" version="1804"><![CDATA[{$navsep}<a href="javascript:;" 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="1800"><![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>

Zeile 5964Zeile 5956
</tr>
<tr>
<td class="trow1" align="center"><strong>{$user['skype']}</strong></td>

</tr>
<tr>
<td class="trow1" align="center"><strong>{$user['skype']}</strong></td>

</tr>
<tr>
<td class="trow1" align="center"><img src="http://mystatus.skype.com/smallclassic/{$user['skype']}" alt="{$lang->skype_status}" border="0"></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>
<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>

</tr>
</table>

</div>
</div>]]></template>
<template name="misc_imcenter_yahoo" version="1800"><![CDATA[<div class="modal">

</div>
</div>]]></template>
<template name="misc_imcenter_yahoo" version="1800"><![CDATA[<div class="modal">

Zeile 6007Zeile 5996
<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>
<td class="trow1 scaleimages">{$forum['rules']}</td>
</tr>

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

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

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

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

</tr>
<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>

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

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

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

Zeile 6088Zeile 6077
</tr></table>
<br />
<div align="center"><input type="submit" class="button" name="make" value="{$lang->syndication_generate}" /></div>

</tr></table>
<br />
<div align="center"><input type="submit" class="button" name="make" value="{$lang->syndication_generate}" /></div>

</form>

</form>

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

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

Zeile 6121Zeile 6110
</table>
</div>
</div>]]></template>

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

		<template name="misc_whoposted_poster" version="120"><![CDATA[<tr>
<td class="{$altbg}">{$profile_link}</a></td>

		<template name="misc_whoposted_poster" version="1807"><![CDATA[<tr>
<td class="{$altbg}">{$profile_link}</td>

<td class="{$altbg}">{$poster['posts']}</td>
</tr>]]></template>
<template name="modcp" version="1805"><![CDATA[<html>

<td class="{$altbg}">{$poster['posts']}</td>
</tr>]]></template>
<template name="modcp" version="1805"><![CDATA[<html>

Zeile 6241Zeile 6230
					<div align="center"><input type="submit" class="button" name="submit" value="{$lang->delete_announcement}" /></div>
<input type="hidden" name="aid" value="{$aid}" />
</form>

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

				</td>
</tr>
</table>
</form>
{$footer}
</body>
</html>]]></template>

				</td>
</tr>
</table>
</form>
{$footer}
</body>
</html>]]></template>

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

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

Zeile 6546Zeile 6535
		<template name="modcp_banning_nobanned" version="1400"><![CDATA[<tr>
<td class="trow1" align="center" colspan="4">{$lang->no_banned}</td>
</tr>]]></template>

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

		<template name="modcp_banuser" version="1806"><![CDATA[<html>

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

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

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

Zeile 6563Zeile 6552
					<input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
<input type="hidden" name="uid" value="{$uid}" />
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">

					<input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
<input type="hidden" name="uid" value="{$uid}" />
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">

							<tr>

							<tr>

								<td class="thead" colspan="2">
{$lift_link}
<strong>{$lang->ban_user}</strong>

								<td class="thead" colspan="2">
{$lift_link}
<strong>{$lang->ban_user}</strong>

Zeile 6589Zeile 6578
		</tr>
</table>
{$footer}

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

<link rel="stylesheet" href="{$mybb->asset_url}/jscripts/select2/select2.css?ver=1806">

<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">
<!--

<script type="text/javascript" src="{$mybb->asset_url}/jscripts/select2/select2.min.js?ver=1806"></script>
<script type="text/javascript">
<!--

Zeile 6598Zeile 6587
	MyBB.select2();
$("#username").select2({
placeholder: "{$lang->search_user}",

	MyBB.select2();
$("#username").select2({
placeholder: "{$lang->search_user}",

		minimumInputLength: 3,
maximumSelectionSize: 3,

		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",

		multiple: false,
ajax: { // instead of writing the function to execute the request we use Select2's convenient helper
url: "xmlhttp.php?action=get_users",

Zeile 6879Zeile 6867
	if(mod_posts == 0)
{
$("#modposts_action").hide();

	if(mod_posts == 0)
{
$("#modposts_action").hide();

	}


	}


	if(susp_posts == 0)

	if(susp_posts == 0)

	{

	{

		$("#susposts_action").hide();
}


		$("#susposts_action").hide();
}


Zeile 6897Zeile 6885
			{
$("#modpost").attr("checked", false);
$("#modposts_action").hide();

			{
$("#modpost").attr("checked", false);
$("#modposts_action").hide();

			}
else

			}
else

			{
$("#modpost").attr("checked", true);
$("#modposts_action").show();

			{
$("#modpost").attr("checked", true);
$("#modposts_action").show();

Zeile 6936Zeile 6924
<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>
<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>

<tr>
<td colspan="2"><span class="smalltext">{$lang->away_reason}</span></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" /></td>

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

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

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

Zeile 6953Zeile 6941
<select name="awayday">
<option value="">&nbsp;</option>
{$returndatesel}

<select name="awayday">
<option value="">&nbsp;</option>
{$returndatesel}

</select>
</td>
<td>

</select>
</td>
<td>

<select name="awaymonth">
<option value="">&nbsp;</option>
<option value="1" {$returndatemonthsel['1']}>{$lang->month_1}</option>

<select name="awaymonth">
<option value="">&nbsp;</option>
<option value="1" {$returndatemonthsel['1']}>{$lang->month_1}</option>

Zeile 7026Zeile 7014
		<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="1806"><![CDATA[<html>

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

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

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

Zeile 7034Zeile 7022
<body>
{$header}
<form action="modcp.php?action=finduser" method="post">

<body>
{$header}
<form action="modcp.php?action=finduser" method="post">

		<table width="100%" border="0" align="center">
<tr>
{$modcp_nav}
<td valign="top">
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">

		<table width="100%" border="0" align="center">
<tr>
{$modcp_nav}
<td valign="top">
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">

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

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

Zeile 7088Zeile 7076
		</table>
</form>
{$footer}

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

<link rel="stylesheet" href="{$mybb->asset_url}/jscripts/select2/select2.css?ver=1806" />

<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">
<!--

<script type="text/javascript" src="{$mybb->asset_url}/jscripts/select2/select2.min.js?ver=1806"></script>
<script type="text/javascript">
<!--

Zeile 7097Zeile 7085
	MyBB.select2();
$("#username").select2({
placeholder: "{$lang->find_users}",

	MyBB.select2();
$("#username").select2({
placeholder: "{$lang->find_users}",

		minimumInputLength: 3,
maximumSelectionSize: 3,

		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",

		multiple: false,
ajax: { // instead of writing the function to execute the request we use Select2's convenient helper
url: "xmlhttp.php?action=get_users",

Zeile 7352Zeile 7339
		<template name="modcp_modqueue_attachments" version="1800"><![CDATA[<html>
<head>
<title>{$mybb->settings['bbname']} - {$lang->attachments_awaiting_moderation}</title>

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

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

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

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

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

Zeile 7381Zeile 7368
			<td class="tcat" align="center" colspan="3"><span class="smalltext"><strong>{$lang->controls}</strong></span></td>
</tr>
{$attachments}

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

		</table>
{$multipage}
{$mass_controls}
<br />
<div align="center"><input type="submit" class="button" name="reportsubmit" value="{$lang->perform_actions}" /></div>
</td>
</tr>
</table>
</form>
{$footer}

		</table>
{$multipage}
{$mass_controls}
<br />
<div align="center"><input type="submit" class="button" name="reportsubmit" value="{$lang->perform_actions}" /></div>
</td>
</tr>
</table>
</form>
{$footer}

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

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

Zeile 7408Zeile 7395
		<template name="modcp_modqueue_empty" version="1400"><![CDATA[<html>
<head>
<title>{$mybb->settings['bbname']} - {$lang->mod_queue}</title>

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

{$headerinclude}
</head>
<body>

{$headerinclude}
</head>
<body>

	{$header}
<table width="100%" border="0" align="center">
<tr>

	{$header}
<table width="100%" border="0" align="center">
<tr>

Zeile 7427Zeile 7414
			</td>
</tr>
</table>

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

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

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

		<template name="modcp_modqueue_link_forum" version="1800"><![CDATA[<strong>{$lang->meta_forum} <a href="{$forum_link}">{$forum_name}</a></strong><br />]]></template>
<template name="modcp_modqueue_link_thread" version="1800"><![CDATA[<strong>{$lang->meta_thread} <a href="{$post['threadlink']}">{$post['threadsubject']}</a></strong>]]></template>
<template name="modcp_modqueue_masscontrols" version="1800"><![CDATA[<ul class="modqueue_mass">

		<template name="modcp_modqueue_link_forum" version="1800"><![CDATA[<strong>{$lang->meta_forum} <a href="{$forum_link}">{$forum_name}</a></strong><br />]]></template>
<template name="modcp_modqueue_link_thread" version="1800"><![CDATA[<strong>{$lang->meta_thread} <a href="{$post['threadlink']}">{$post['threadsubject']}</a></strong>]]></template>
<template name="modcp_modqueue_masscontrols" version="1800"><![CDATA[<ul class="modqueue_mass">

Zeile 7507Zeile 7494
		<template name="modcp_modqueue_threads" version="1800"><![CDATA[<html>
<head>
<title>{$mybb->settings['bbname']} - {$lang->threads_awaiting_moderation}</title>

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

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

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

<input type="hidden" name="action" value="do_modqueue" />
<table width="100%" border="0" align="center">
<tr>

<input type="hidden" name="action" value="do_modqueue" />
<table width="100%" border="0" align="center">
<tr>

Zeile 7732Zeile 7719
		<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="1806"><![CDATA[<html>

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

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

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

Zeile 7808Zeile 7795
		</tr>
</table>
{$footer}

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

<link rel="stylesheet" href="{$mybb->asset_url}/jscripts/select2/select2.css?ver=1806">

<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">
<!--

<script type="text/javascript" src="{$mybb->asset_url}/jscripts/select2/select2.min.js?ver=1806"></script>
<script type="text/javascript">
<!--

Zeile 7817Zeile 7804
	MyBB.select2();
$("#username").select2({
placeholder: "{$lang->search_user}",

	MyBB.select2();
$("#username").select2({
placeholder: "{$lang->search_user}",

		minimumInputLength: 3,
maximumSelectionSize: 3,

		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",

		multiple: false,
ajax: { // instead of writing the function to execute the request we use Select2's convenient helper
url: "xmlhttp.php?action=get_users",

Zeile 8874Zeile 8860
<td class="trow1"><span class="smalltext">{$this->warnings}</span><br /></td>
</tr>
</table><br /><br />]]></template>

<td class="trow1"><span class="smalltext">{$this->warnings}</span><br /></td>
</tr>
</table><br /><br />]]></template>

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

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

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

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

Zeile 8891Zeile 8877
<td class="trow1" style="white-space: nowrap"><input type="checkbox" class="checkbox" name="delete" value="1" tabindex="9" /><strong>{$lang->delete_q}</strong></td>
<td class="trow1" width="100%">{$lang->delete_note}<br /><span class="smalltext">{$lang->delete_note2}</span></td>
<td class="trow1" style="white-space: nowrap"><input type="submit" class="button" name="submit" value="{$lang->delete_poll}" tabindex="10" /></td>

<td class="trow1" style="white-space: nowrap"><input type="checkbox" class="checkbox" name="delete" value="1" tabindex="9" /><strong>{$lang->delete_q}</strong></td>
<td class="trow1" width="100%">{$lang->delete_note}<br /><span class="smalltext">{$lang->delete_note2}</span></td>
<td class="trow1" style="white-space: nowrap"><input type="submit" class="button" name="submit" value="{$lang->delete_poll}" tabindex="10" /></td>

 
</tr>

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

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

Zeile 8899Zeile 8886
<form action="polls.php" method="post">
<input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">

<form action="polls.php" method="post">
<input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">

<tr>

<tr>

<td class="thead" colspan="2"><strong>{$lang->edit_poll}</strong></td>

<td class="thead" colspan="2"><strong>{$lang->edit_poll}</strong></td>

</tr>
{$loginbox}
<tr>

</tr>
{$loginbox}
<tr>

<td class="trow2"><strong>{$lang->question}</strong></td>
<td class="trow2"><input type="text" class="textbox" name="question" size="40" maxlength="240" value="{$question}" /></td>

<td class="trow2"><strong>{$lang->question}</strong></td>
<td class="trow2"><input type="text" class="textbox" name="question" size="40" maxlength="240" value="{$question}" /></td>

</tr>
<tr>

</tr>
<tr>

<td class="trow1" valign="top"><strong>{$lang->num_options}</strong><br /><span class="smalltext">{$lang->max_options} {$mybb->settings['maxpolloptions']}</span></td>
<td class="trow1"><input type="text" class="textbox" name="numoptions" size="10" value="{$numoptions}" />&nbsp;&nbsp;<input type="submit" class="button" name="updateoptions" value="{$lang->update_options}" /></td>

<td class="trow1" valign="top"><strong>{$lang->num_options}</strong><br /><span class="smalltext">{$lang->max_options} {$mybb->settings['maxpolloptions']}</span></td>
<td class="trow1"><input type="text" class="textbox" name="numoptions" size="10" value="{$numoptions}" />&nbsp;&nbsp;<input type="submit" class="button" name="updateoptions" value="{$lang->update_options}" /></td>

</tr>
<tr>
<td class="trow2" valign="top"><strong>{$lang->poll_options}</strong></td>
<td class="trow2"><span class="smalltext">{$lang->poll_options_note}</span>
<table border="0" cellspacing="0" cellpadding="0">
{$optionbits}
</table>

</tr>
<tr>
<td class="trow2" valign="top"><strong>{$lang->poll_options}</strong></td>
<td class="trow2"><span class="smalltext">{$lang->poll_options_note}</span>
<table border="0" cellspacing="0" cellpadding="0">
{$optionbits}
</table>

</td>
</tr>
<tr>

</td>
</tr>
<tr>

Zeile 8979Zeile 8966
<td class="thead" colspan="2"><strong>{$lang->post_new_poll}</strong></td>
</tr>
{$loginbox}

<td class="thead" colspan="2"><strong>{$lang->post_new_poll}</strong></td>
</tr>
{$loginbox}

<tr>

<tr>

<td class="trow2"><strong>{$lang->question}</strong></td>
<td class="trow2"><input type="text" class="textbox" name="question" size="40" maxlength="240" value="{$question}" /></td>

<td class="trow2"><strong>{$lang->question}</strong></td>
<td class="trow2"><input type="text" class="textbox" name="question" size="40" maxlength="240" value="{$question}" /></td>

</tr>

</tr>

<tr>
<td class="trow1" valign="top"><strong>{$lang->num_options}</strong><br /><span class="smalltext">{$lang->max_options} {$mybb->settings['maxpolloptions']}</span></td>
<td class="trow1"><input type="text" class="textbox" name="polloptions" size="10" value="{$polloptions}" />&nbsp;<input type="submit" class="button" name="updateoptions" value="{$lang->update_options}" /></td>

<tr>
<td class="trow1" valign="top"><strong>{$lang->num_options}</strong><br /><span class="smalltext">{$lang->max_options} {$mybb->settings['maxpolloptions']}</span></td>
<td class="trow1"><input type="text" class="textbox" name="polloptions" size="10" value="{$polloptions}" />&nbsp;<input type="submit" class="button" name="updateoptions" value="{$lang->update_options}" /></td>

</tr>
<tr>

</tr>
<tr>

<td class="trow2" valign="top"><strong>{$lang->poll_options}</strong></td>
<td class="trow2"><span class="smalltext">{$lang->poll_options_note}</span>
<table border="0" cellspacing="0" cellpadding="0">
{$optionbits}

<td class="trow2" valign="top"><strong>{$lang->poll_options}</strong></td>
<td class="trow2"><span class="smalltext">{$lang->poll_options_note}</span>
<table border="0" cellspacing="0" cellpadding="0">
{$optionbits}

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

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

<td class="trow1" valign="top"><strong>{$lang->options}</strong></td>
<td class="trow1"><span class="smalltext">
<label><input type="checkbox" class="checkbox" name="postoptions[multiple]" value="1" {$postoptionschecked['multiple']} />&nbsp;{$lang->option_multiple}</label><br />

<td class="trow1" valign="top"><strong>{$lang->options}</strong></td>
<td class="trow1"><span class="smalltext">
<label><input type="checkbox" class="checkbox" name="postoptions[multiple]" value="1" {$postoptionschecked['multiple']} />&nbsp;{$lang->option_multiple}</label><br />

Zeile 9205Zeile 9192
</table>
<br />]]></template>
<template name="portal_welcome" version="120"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">

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

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

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

<tr>
<td class="trow1">
{$welcometext}

<tr>
<td class="trow1">
{$welcometext}

Zeile 9254Zeile 9241
{$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_attachment" version="1604"><![CDATA[<tr>

		<template name="post_attachments_attachment" version="1807"><![CDATA[<tr>

<td class="trow2" width="1" align="center">{$attachment['icon']}</td>

<td class="trow2" width="1" align="center">{$attachment['icon']}</td>

<td class="trow2" width="75%" style="white-space: nowrap">{$attachment['filename']} ({$attachment['size']})</td>

<td class="trow2" width="60%" style="white-space: nowrap">{$attachment['filename']} ({$attachment['size']})</td>

<td class="trow2" style="white-space: nowrap; text-align: center;">{$attach_mod_options} {$attach_rem_options} {$postinsert}</td>
</tr>]]></template>
<template name="post_attachments_attachment_mod_approve" version="120"><![CDATA[<input type="submit" class="button" name="approveattach" value="{$lang->approve_attachment}" onclick="return Post.attachmentAction({$attachment['aid']},'approve');" />]]></template>

<td class="trow2" style="white-space: nowrap; text-align: center;">{$attach_mod_options} {$attach_rem_options} {$postinsert}</td>
</tr>]]></template>
<template name="post_attachments_attachment_mod_approve" version="120"><![CDATA[<input type="submit" class="button" name="approveattach" value="{$lang->approve_attachment}" onclick="return Post.attachmentAction({$attachment['aid']},'approve');" />]]></template>

Zeile 9268Zeile 9255
<td class="trow_shaded" style="white-space: nowrap"><em><a href="attachment.php?aid={$attachment['aid']}" target="_blank">{$attachment['filename']}</a> ({$attachment['size']})</em></td>
<td class="trow_shaded" style="white-space: nowrap; text-align: center;">{$attach_mod_options} <input type="submit" class="button" name="rem" value="{$lang->remove_attachment}" onclick="return Post.removeAttachment({$attachment['aid']});" /> {$postinsert}</td>
</tr>]]></template>

<td class="trow_shaded" style="white-space: nowrap"><em><a href="attachment.php?aid={$attachment['aid']}" target="_blank">{$attachment['filename']}</a> ({$attachment['size']})</em></td>
<td class="trow_shaded" style="white-space: nowrap; text-align: center;">{$attach_mod_options} <input type="submit" class="button" name="rem" value="{$lang->remove_attachment}" onclick="return Post.removeAttachment({$attachment['aid']});" /> {$postinsert}</td>
</tr>]]></template>

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

		<template name="post_attachments_new" version="1807"><![CDATA[<tr>

<td class="trow1" width="1"><img src="{$theme['imgdir']}/paperclip.png" alt="" /></td>

<td class="trow1" width="1"><img src="{$theme['imgdir']}/paperclip.png" alt="" /></td>

<td class="trow1" style="white-space: nowrap"><strong>{$lang->new_attachment}</strong> <input type="file" name="attachment" size="30" class="fileupload" /></td><td class="trow1" align="center">{$attach_update_options} {$attach_add_options}
</td>

<td class="trow1" style="white-space: nowrap"><strong>{$lang->new_attachment}</strong> <input type="file" name="attachment" size="30" class="fileupload" /></td>
<td class="trow1" style="white-space: nowrap" align="center">{$attach_update_options} {$attach_add_options}</td>

</tr>]]></template>
<template name="post_attachments_update" version="1604"><![CDATA[<input type="submit" class="button" name="updateattachment" value="{$lang->update_attachment}" tabindex="12" />]]></template>
<template name="post_captcha" version="1804"><![CDATA[<tr id="captcha_trow">
<td class="trow1" valign="top" width="350"><strong>{$lang->image_verification}</strong>
<br/>
<span class="smalltext">{$lang->verification_note}</span>

</tr>]]></template>
<template name="post_attachments_update" version="1604"><![CDATA[<input type="submit" class="button" name="updateattachment" value="{$lang->update_attachment}" tabindex="12" />]]></template>
<template name="post_captcha" version="1804"><![CDATA[<tr id="captcha_trow">
<td class="trow1" valign="top" width="350"><strong>{$lang->image_verification}</strong>
<br/>
<span class="smalltext">{$lang->verification_note}</span>

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

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

<script type="text/javascript">
<!--
lang.captcha_fetch_failure = "{$lang->captcha_fetch_failure}";

<script type="text/javascript">
<!--
lang.captcha_fetch_failure = "{$lang->captcha_fetch_failure}";

Zeile 9305Zeile 9292
		</td>
</tr>
</table>

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

</td>
</tr>]]></template>
<template name="post_captcha_ayah" version="1800"><![CDATA[<tr id="captcha_trow">
<td class="trow1" valign="top"><strong>{$lang->image_verification}</strong></td>
<td class="trow1">
<table cellspacing="0" cellpadding="{$theme['tablespace']}">
<tr>
<td>{$output}</td>
</tr>
</table>

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

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

Zeile 9327Zeile 9304
	var RecaptchaOptions = {
theme: 'clean'
};

	var RecaptchaOptions = {
theme: 'clean'
};

// -->
</script>

// -->
</script>

<table style="width: 300px; padding: 4px;">
<tr>
<td><span class="smalltext">{$lang->verification_note}</span></td>

<table style="width: 300px; padding: 4px;">
<tr>
<td><span class="smalltext">{$lang->verification_note}</span></td>

Zeile 9540Zeile 9517
<script type="text/javascript">
// <!--
$('#quick_delete_{$post['pid']}').css('display', '{$display}');

<script type="text/javascript">
// <!--
$('#quick_delete_{$post['pid']}').css('display', '{$display}');

// -->

// -->

</script>]]></template>
<template name="postbit_quickrestore" version="1800"><![CDATA[<a href="editpost.php?pid={$post['pid']}" onclick="Thread.restorePost({$post['pid']}); return false;" style="display: none;" id="quick_restore_{$post['pid']}" title="{$postbit_qrestore}" class="postbit_qrestore"><span>{$lang->postbit_button_qrestore}</span></a>
<script type="text/javascript">

</script>]]></template>
<template name="postbit_quickrestore" version="1800"><![CDATA[<a href="editpost.php?pid={$post['pid']}" onclick="Thread.restorePost({$post['pid']}); return false;" style="display: none;" id="quick_restore_{$post['pid']}" title="{$postbit_qrestore}" class="postbit_qrestore"><span>{$lang->postbit_button_qrestore}</span></a>
<script type="text/javascript">

Zeile 9667Zeile 9644
{$footer}
</body>
</html>]]></template>

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

		<template name="private_advanced_search" version="1806"><![CDATA[<html>

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

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

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

Zeile 9745Zeile 9722
</table>
</form>
{$footer}

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

<link rel="stylesheet" href="{$mybb->asset_url}/jscripts/select2/select2.css?ver=1806" />

<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">
<!--

<script type="text/javascript" src="{$mybb->asset_url}/jscripts/select2/select2.min.js?ver=1806"></script>
<script type="text/javascript">
<!--

Zeile 9753Zeile 9730
{
MyBB.select2();
$("#sender").select2({

{
MyBB.select2();
$("#sender").select2({

		placeholder: "{$lang->find_users}",
minimumInputLength: 3,
maximumSelectionSize: 3,

		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",

		multiple: false,
ajax: { // instead of writing the function to execute the request we use Select2's convenient helper
url: "xmlhttp.php?action=get_users",

Zeile 10294Zeile 10270
</script>
</body>
</html>]]></template>

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

		<template name="private_send_autocomplete" version="1806"><![CDATA[<link rel="stylesheet" href="{$mybb->asset_url}/jscripts/select2/select2.css?ver=1806">

		<template name="private_send_autocomplete" version="1807"><![CDATA[<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">
<!--

<script type="text/javascript" src="{$mybb->asset_url}/jscripts/select2/select2.min.js?ver=1806"></script>
<script type="text/javascript">
<!--

Zeile 10303Zeile 10279
	MyBB.select2();
$("#to").select2({
placeholder: "{$lang->search_user}",

	MyBB.select2();
$("#to").select2({
placeholder: "{$lang->search_user}",

		minimumInputLength: 3,
maximumSelectionSize: 3,

		minimumInputLength: 2,
maximumSelectionSize: {$mybb->usergroup['maxpmrecipients']},

		multiple: true,
ajax: { // instead of writing the function to execute the request we use Select2's convenient helper
url: "xmlhttp.php?action=get_users",

		multiple: true,
ajax: { // instead of writing the function to execute the request we use Select2's convenient helper
url: "xmlhttp.php?action=get_users",

Zeile 10341Zeile 10317

$("#bcc").select2({
placeholder: "{$lang->search_user}",


$("#bcc").select2({
placeholder: "{$lang->search_user}",

		minimumInputLength: 3,
maximumSelectionSize: 3,

		minimumInputLength: 2,
maximumSelectionSize: {$mybb->usergroup['maxpmrecipients']},

		multiple: true,
ajax: { // instead of writing the function to execute the request we use Select2's convenient helper
url: "xmlhttp.php?action=get_users",

		multiple: true,
ajax: { // instead of writing the function to execute the request we use Select2's convenient helper
url: "xmlhttp.php?action=get_users",

Zeile 10458Zeile 10434
		<template name="private_tracking_unreadmessage_stop" version="1800"><![CDATA[<tr>
<td class="tfoot" align="right" colspan="5"><strong><input type="submit" class="button" name="stoptrackingunread" value="{$lang->stop_tracking}" /> / <input type="submit" class="button" name="cancel" value="{$lang->delete}" /> {$lang->selected_messages}</strong></td>
</tr>]]></template>

		<template name="private_tracking_unreadmessage_stop" version="1800"><![CDATA[<tr>
<td class="tfoot" align="right" colspan="5"><strong><input type="submit" class="button" name="stoptrackingunread" value="{$lang->stop_tracking}" /> / <input type="submit" class="button" name="cancel" value="{$lang->delete}" /> {$lang->selected_messages}</strong></td>
</tr>]]></template>

		<template name="report" version="1800"><![CDATA[<div class="modal">

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

  <div style="overflow-y: auto; max-height: 400px;" class="modal_{$id}">
<form action="report.php" method="post" class="reportData_{$id}" onsubmit="javascript: return Report.submitReport({$id});">
<input type="hidden" name="my_post_key" value="{$mybb->post_code}" />

  <div style="overflow-y: auto; max-height: 400px;" class="modal_{$id}">
<form action="report.php" method="post" class="reportData_{$id}" onsubmit="javascript: return Report.submitReport({$id});">
<input type="hidden" name="my_post_key" value="{$mybb->post_code}" />

Zeile 10468Zeile 10444
<input type="hidden" name="no_modal" value="1" />
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>

<input type="hidden" name="no_modal" value="1" />
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>

	<td class="thead" colspan="2"><strong>{$report_title}</strong>

	<td class="thead" colspan="2"><strong>{$report_title}</strong></td>

</tr>
<tr>
<td class="tcat" colspan="2">{$lang->report_to_mod}</td>

</tr>
<tr>
<td class="tcat" colspan="2">{$lang->report_to_mod}</td>

Zeile 10507Zeile 10483
		<template name="report_error" version="1800"><![CDATA[<tr>
<td colspan="2" class="trow1">{$error}</td>
</tr>]]></template>

		<template name="report_error" version="1800"><![CDATA[<tr>
<td colspan="2" class="trow1">{$error}</td>
</tr>]]></template>

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

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

<tr>

<tr>

	<td class="thead" colspan="2"><strong>{$report_title}</strong>

	<td class="thead" colspan="2"><strong>{$report_title}</strong></td>

</tr>
<tr>
<td class="tcat" colspan="2">{$lang->report_to_mod}</td>

</tr>
<tr>
<td class="tcat" colspan="2">{$lang->report_to_mod}</td>

Zeile 10746Zeile 10722
			<a href="javascript:Report.reportReputation({$reputation_vote['rid']});" class="postbit_report"><span>{$lang->report_vote}</span></a>
</div>]]>
</template>

			<a href="javascript:Report.reportReputation({$reputation_vote['rid']});" class="postbit_report"><span>{$lang->report_vote}</span></a>
</div>]]>
</template>

		<template name="search" version="1806"><![CDATA[<html>

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

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

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

Zeile 10826Zeile 10802
<div align="center"><br /><input type="submit" class="button" name="submit" value="{$lang->search}" /></div>
</form>
{$footer}

<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=1806">

<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">
<!--

<script type="text/javascript" src="{$mybb->asset_url}/jscripts/select2/select2.min.js?ver=1806"></script>
<script type="text/javascript">
<!--

Zeile 10835Zeile 10811
	MyBB.select2();
$("#author").select2({
placeholder: "{$lang->search_user}",

	MyBB.select2();
$("#author").select2({
placeholder: "{$lang->search_user}",

		minimumInputLength: 3,
maximumSelectionSize: 3,

		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",

		multiple: false,
ajax: { // instead of writing the function to execute the request we use Select2's convenient helper
url: "xmlhttp.php?action=get_users",

Zeile 10934Zeile 10909
</body>
</html>]]></template>
<template name="search_results_posts_inlinecheck" version="120"><![CDATA[<td class="{$bgcolor}" align="center" style="white-space: nowrap"><input type="checkbox" class="checkbox" name="inlinemod_{$post['pid']}" id="inlinemod_{$post['pid']}" value="1" style="vertical-align: middle;" {$inlinecheck} /></td>]]></template>

</body>
</html>]]></template>
<template name="search_results_posts_inlinecheck" version="120"><![CDATA[<td class="{$bgcolor}" align="center" style="white-space: nowrap"><input type="checkbox" class="checkbox" name="inlinemod_{$post['pid']}" id="inlinemod_{$post['pid']}" value="1" style="vertical-align: middle;" {$inlinecheck} /></td>]]></template>

		<template name="search_results_posts_inlinemoderation" version="1806"><![CDATA[<script type="text/javascript" src="{$mybb->asset_url}/jscripts/inline_moderation.js?ver=1804"></script>

		<template name="search_results_posts_inlinemoderation" version="1807"><![CDATA[<script type="text/javascript" src="{$mybb->asset_url}/jscripts/inline_moderation.js?ver=1807"></script>

<form action="moderation.php" method="post" style="margin-top: 0; margin-bottom: 0;">
<input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
<input type="hidden" name="tid" value="0" />

<form action="moderation.php" method="post" style="margin-top: 0; margin-bottom: 0;">
<input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
<input type="hidden" name="tid" value="0" />

Zeile 10970Zeile 10945
		<template name="search_results_posts_inlinemoderation_custom" version="120"><![CDATA[<optgroup label="{$lang->custom_mod_tools}">{$customposttools}</optgroup>]]></template>
<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_inlinemoderation_custom" version="120"><![CDATA[<optgroup label="{$lang->custom_mod_tools}">{$customposttools}</optgroup>]]></template>
<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="1800"><![CDATA[<tr class="inline_row">
<td align="center" class="{$bgcolor}" width="2%"><span class="thread_status {$folder}">&nbsp;</span></td>

		<template name="search_results_posts_post" version="1807"><![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}">
<span class="smalltext">

	<td align="center" class="{$bgcolor}" width="2%">{$icon}</td>
<td class="{$bgcolor}">
<span class="smalltext">

Zeile 11027Zeile 11002
		</body>
</html>]]></template>
<template name="search_results_threads_inlinecheck" version="120"><![CDATA[<td class="{$bgcolor}" align="center" style="white-space: nowrap"><input type="checkbox" class="checkbox" name="inlinemod_{$thread['tid']}" id="inlinemod_{$thread['tid']}" value="1" style="vertical-align: middle;" {$inlinecheck} /></td>]]></template>

		</body>
</html>]]></template>
<template name="search_results_threads_inlinecheck" version="120"><![CDATA[<td class="{$bgcolor}" align="center" style="white-space: nowrap"><input type="checkbox" class="checkbox" name="inlinemod_{$thread['tid']}" id="inlinemod_{$thread['tid']}" value="1" style="vertical-align: middle;" {$inlinecheck} /></td>]]></template>

		<template name="search_results_threads_inlinemoderation" version="1806"><![CDATA[<script type="text/javascript" src="{$mybb->asset_url}/jscripts/inline_moderation.js?ver=1804"></script>

		<template name="search_results_threads_inlinemoderation" version="1807"><![CDATA[<script type="text/javascript" src="{$mybb->asset_url}/jscripts/inline_moderation.js?ver=1807"></script>

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

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

Zeile 11256Zeile 11231
			<td class="tcat"><span class="smalltext"><strong>{$lang->message}</strong></span></td>
</tr>
]]></template>

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

		<template name="showthread_inlinemoderation" version="1804"><![CDATA[<script type="text/javascript" src="{$mybb->asset_url}/jscripts/inline_moderation.js?ver=1804"></script>

		<template name="showthread_inlinemoderation" version="1807"><![CDATA[<script type="text/javascript" src="{$mybb->asset_url}/jscripts/inline_moderation.js?ver=1807"></script>

<form action="moderation.php" method="post" style="margin-top: 0; margin-bottom: 0;">
<input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
<input type="hidden" name="tid" value="{$tid}" />

<form action="moderation.php" method="post" style="margin-top: 0; margin-bottom: 0;">
<input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
<input type="hidden" name="tid" value="{$tid}" />

Zeile 11913Zeile 11888
{$footer}
</body>
</html>]]></template>

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

		<template name="usercp_currentavatar" version="1800"><![CDATA[<td class="trow1" valign="top" align="center" width="1"><div class="usercp_container"><img src="{$useravatar['image']}" alt="{$mybb->user['username']}" title="{$mybb->user['username']}" {$useravatar['width_height']} /></div></td>]]></template>

		<template name="usercp_currentavatar" version="1807"><![CDATA[<td class="trow1" valign="top" align="center" width="1"><div class="usercp_container"><img src="{$useravatar['image']}" alt="{$avatar_username}" title="{$avatar_username}" {$useravatar['width_height']} /></div></td>]]></template>

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

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

Zeile 11989Zeile 11964
		{$lang->no_requests}
</td>
</tr>]]></template>

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

		<template name="usercp_editlists" version="1806"><![CDATA[<html>

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

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

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

Zeile 12002Zeile 11977
      	lang.buddylist_error = '{$lang->buddylist_error}';
</script>


      	lang.buddylist_error = '{$lang->buddylist_error}';
</script>


  <link rel="stylesheet" href="{$mybb->asset_url}/jscripts/select2/select2.css?ver=1806">

  <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>

</head>

	<script type="text/javascript" src="{$mybb->asset_url}/jscripts/select2/select2.min.js?ver=1806"></script>

</head>

Zeile 12035Zeile 12010
									MyBB.select2();
$("#buddy_add_username").select2({
placeholder: "{$lang->search_user}",

									MyBB.select2();
$("#buddy_add_username").select2({
placeholder: "{$lang->search_user}",

										minimumInputLength: 3,
maximumSelectionSize: 3,

										minimumInputLength: 2,
maximumSelectionSize: 5,

										multiple: true,
ajax: { // instead of writing the function to execute the request we use Select2's convenient helper
url: "xmlhttp.php?action=get_users",

										multiple: true,
ajax: { // instead of writing the function to execute the request we use Select2's convenient helper
url: "xmlhttp.php?action=get_users",

Zeile 12107Zeile 12082
									MyBB.select2();
$("#ignored_add_username").select2({
placeholder: "{$lang->search_user}",

									MyBB.select2();
$("#ignored_add_username").select2({
placeholder: "{$lang->search_user}",

										minimumInputLength: 3,
maximumSelectionSize: 3,

										minimumInputLength: 2,
maximumSelectionSize: 5,

										multiple: true,
ajax: { // instead of writing the function to execute the request we use Select2's convenient helper
url: "xmlhttp.php?action=get_users",

										multiple: true,
ajax: { // instead of writing the function to execute the request we use Select2's convenient helper
url: "xmlhttp.php?action=get_users",

Zeile 12209Zeile 12184
						</tbody>
</table>
]]></template>

						</tbody>
</table>
]]></template>

		<template name="usercp_editlists_user" version="1800"><![CDATA[<li class="float_left" id="{$type}_{$user['uid']}" style="width: 33%; list-style: none; margin-bottom: 4px;">
<a href="usercp.php?action=do_editlists&amp;my_post_key={$mybb->post_code}&amp;manage={$type}&amp;delete={$user['uid']}" onclick="return UserCP.removeBuddy('{$type}', {$user['uid']});" title="{$lang->remove_from_list}"><img src="{$theme['imgdir']}/buddy_delete.png" title="[{$lang->delete}]" alt="{$lang->remove_from_list}" style="vertical-align: middle;" /></a>

		<template name="usercp_editlists_user" version="1807"><![CDATA[<li class="float_left" id="{$type}_{$user['uid']}" style="width: 33%; list-style: none; margin-bottom: 4px;">
<a href="usercp.php?action=do_editlists&amp;my_post_key={$mybb->post_code}&amp;manage={$type}&amp;delete={$user['uid']}" onclick="return UserCP.removeBuddy('{$type}', {$user['uid']});" title="{$lang->remove_from_list}"><img src="{$theme['imgdir']}/buddy_delete.png" title="{$lang->remove_from_list}" alt="{$lang->remove_from_list}" style="vertical-align: middle;" /></a>

	<img src="{$theme['imgdir']}/buddy_{$status}.png" title="{$lang->$status}" alt="" style="vertical-align: middle;" />
{$profile_link}
</li>]]></template>

	<img src="{$theme['imgdir']}/buddy_{$status}.png" title="{$lang->$status}" alt="" style="vertical-align: middle;" />
{$profile_link}
</li>]]></template>

Zeile 12589Zeile 12564
<tr>
<td valign="top" width="1"><input type="checkbox" class="checkbox" name="pmnotify" id="pmnotify" value="1" {$pmnotifycheck} /></td>
<td><span class="smalltext"><label for="pmnotify">{$lang->pm_notify}</label></span></td>

<tr>
<td valign="top" width="1"><input type="checkbox" class="checkbox" name="pmnotify" id="pmnotify" value="1" {$pmnotifycheck} /></td>
<td><span class="smalltext"><label for="pmnotify">{$lang->pm_notify}</label></span></td>

</tr>
<tr>

</tr>
<tr>

<td valign="top" width="1"><input type="checkbox" class="checkbox" name="buddyrequestspm" id="buddyrequestspm" value="1" {$buddyrequestspmcheck} /></td>
<td><span class="smalltext"><label for="buddyrequestspm">{$lang->buddyrequests_pm}</label></span></td>

<td valign="top" width="1"><input type="checkbox" class="checkbox" name="buddyrequestspm" id="buddyrequestspm" value="1" {$buddyrequestspmcheck} /></td>
<td><span class="smalltext"><label for="buddyrequestspm">{$lang->buddyrequests_pm}</label></span></td>

</tr>

</tr>

<tr>
<td valign="top" width="1"><input type="checkbox" class="checkbox" name="buddyrequestsauto" id="buddyrequestsauto" value="1" {$buddyrequestsautocheck} /></td>
<td><span class="smalltext"><label for="buddyrequestsauto">{$lang->buddyrequests_auto}</label></span></td>

<tr>
<td valign="top" width="1"><input type="checkbox" class="checkbox" name="buddyrequestsauto" id="buddyrequestsauto" value="1" {$buddyrequestsautocheck} /></td>
<td><span class="smalltext"><label for="buddyrequestsauto">{$lang->buddyrequests_auto}</label></span></td>

</tr>

</tr>

<tr>
<td colspan="2"><span class="smalltext"><label for="subscriptionmethod">{$lang->subscription_method}</label></span></td>
</tr>

<tr>
<td colspan="2"><span class="smalltext"><label for="subscriptionmethod">{$lang->subscription_method}</label></span></td>
</tr>

Zeile 12608Zeile 12583
		<option value="1" {$no_subscribe_selected}>{$lang->no_subscribe}</option>
<option value="2" {$instant_email_subscribe_selected}>{$lang->instant_email_subscribe}</option>
<option value="3" {$instant_pm_subscribe_selected}>{$lang->instant_pm_subscribe}</option>

		<option value="1" {$no_subscribe_selected}>{$lang->no_subscribe}</option>
<option value="2" {$instant_email_subscribe_selected}>{$lang->instant_email_subscribe}</option>
<option value="3" {$instant_pm_subscribe_selected}>{$lang->instant_pm_subscribe}</option>

	</select>
</td>
</tr>

	</select>
</td>
</tr>


</table>
</fieldset>


</table>
</fieldset>

Zeile 12626Zeile 12601
<select name="dateformat">
<option value="0">{$lang->use_default}</option>
{$date_format_options}

<select name="dateformat">
<option value="0">{$lang->use_default}</option>
{$date_format_options}

</select>
</td>

</select>
</td>

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

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

</tr>
<tr>

</tr>
<tr>

<td>
<select name="timeformat">
<option value="0">{$lang->use_default}</option>
{$time_format_options}
</select>
</td>

<td>
<select name="timeformat">
<option value="0">{$lang->use_default}</option>
{$time_format_options}
</select>
</td>

</tr>

</tr>

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

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

</tr>
<tr>

</tr>
<tr>

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

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

Zeile 12683Zeile 12658
<option value="365" {$daysprunesel['365']}>{$lang->thread_view_year}</option>
<option value="9999" {$daysprunesel['9999']}>{$lang->thread_view_all}</option>
</select>

<option value="365" {$daysprunesel['365']}>{$lang->thread_view_year}</option>
<option value="9999" {$daysprunesel['9999']}>{$lang->thread_view_all}</option>
</select>

</td>
</tr>

</td>
</tr>

</table>
</fieldset>
<br />

</table>
</fieldset>
<br />

Zeile 12702Zeile 12677
<tr>
<td valign="top" width="1"><input type="checkbox" class="checkbox" name="showvideos" id="showvideos" value="1" {$showvideoscheck} /></td>
<td><span class="smalltext"><label for="showvideos">{$lang->show_videos}</label></span></td>

<tr>
<td valign="top" width="1"><input type="checkbox" class="checkbox" name="showvideos" id="showvideos" value="1" {$showvideoscheck} /></td>
<td><span class="smalltext"><label for="showvideos">{$lang->show_videos}</label></span></td>

</tr>
<tr>

</tr>
<tr>

<td valign="top" width="1"><input type="checkbox" class="checkbox" name="showsigs" id="showsigs" value="1" {$showsigscheck} /></td>
<td><span class="smalltext"><label for="showsigs">{$lang->show_sigs}</label></span></td>

<td valign="top" width="1"><input type="checkbox" class="checkbox" name="showsigs" id="showsigs" value="1" {$showsigscheck} /></td>
<td><span class="smalltext"><label for="showsigs">{$lang->show_sigs}</label></span></td>

</tr>

</tr>

<tr>
<td valign="top" width="1"><input type="checkbox" class="checkbox" name="showavatars" id="showavatars" value="1" {$showavatarscheck} /></td>
<td><span class="smalltext"><label for="showavatars">{$lang->show_avatars}</label></span></td>

<tr>
<td valign="top" width="1"><input type="checkbox" class="checkbox" name="showavatars" id="showavatars" value="1" {$showavatarscheck} /></td>
<td><span class="smalltext"><label for="showavatars">{$lang->show_avatars}</label></span></td>

</tr>
<tr>

</tr>
<tr>

<td valign="top" width="1"><input type="checkbox" class="checkbox" name="showquickreply" id="showquickreply" value="1" {$showquickreplycheck} /></td>
<td><span class="smalltext"><label for="showquickreply">{$lang->show_quick_reply}</label></span></td>
</tr>

<td valign="top" width="1"><input type="checkbox" class="checkbox" name="showquickreply" id="showquickreply" value="1" {$showquickreplycheck} /></td>
<td><span class="smalltext"><label for="showquickreply">{$lang->show_quick_reply}</label></span></td>
</tr>

Zeile 12721Zeile 12696
</tr>
<tr>
<td colspan="2"><select name="threadmode"><option value="">{$lang->use_default}</option><option value="linear" {$threadview['linear']}>{$lang->linear}</option><option value="threaded" {$threadview['threaded']}>{$lang->threaded}</option></select></td>

</tr>
<tr>
<td colspan="2"><select name="threadmode"><option value="">{$lang->use_default}</option><option value="linear" {$threadview['linear']}>{$lang->linear}</option><option value="threaded" {$threadview['threaded']}>{$lang->threaded}</option></select></td>

</tr>
</table>

</tr>
</table>

</fieldset>
<br />
<fieldset class="trow2">

</fieldset>
<br />
<fieldset class="trow2">

Zeile 12731Zeile 12706
<tr>
<td valign="top" width="1"><input type="checkbox" class="checkbox" name="showredirect" id="showredirect" value="1" {$showredirectcheck} /></td>
<td><span class="smalltext"><label for="showredirect">{$lang->show_redirect}</label></span></td>

<tr>
<td valign="top" width="1"><input type="checkbox" class="checkbox" name="showredirect" id="showredirect" value="1" {$showredirectcheck} /></td>
<td><span class="smalltext"><label for="showredirect">{$lang->show_redirect}</label></span></td>

</tr>
<tr>

</tr>
<tr>

<td valign="top" width="1"><input type="checkbox" class="checkbox" name="showcodebuttons" id="showcodebuttons" value="1" {$showcodebuttonscheck} /></td>
<td><span class="smalltext"><label for="showcodebuttons">{$lang->show_codebuttons}</label></span></td>
</tr>
<tr>
<td valign="top" width="1"><input type="checkbox" class="checkbox" name="sourceeditor" id="sourceeditor" value="1" {$sourcemodecheck} /></td>
<td><span class="smalltext"><label for="sourceeditor">{$lang->source_editor}</label></span></td>

<td valign="top" width="1"><input type="checkbox" class="checkbox" name="showcodebuttons" id="showcodebuttons" value="1" {$showcodebuttonscheck} /></td>
<td><span class="smalltext"><label for="showcodebuttons">{$lang->show_codebuttons}</label></span></td>
</tr>
<tr>
<td valign="top" width="1"><input type="checkbox" class="checkbox" name="sourceeditor" id="sourceeditor" value="1" {$sourcemodecheck} /></td>
<td><span class="smalltext"><label for="sourceeditor">{$lang->source_editor}</label></span></td>

</tr>

</tr>

{$board_style}
{$board_language}

{$board_style}
{$board_language}

</table>
</fieldset>
</td>
</tr>
</table>
<br />
<div align="center">

</table>
</fieldset>
</td>
</tr>
</table>
<br />
<div align="center">

<input type="hidden" name="action" value="do_options" />
<input type="submit" class="button" name="regsubmit" value="{$lang->update_options}" />
</div>

<input type="hidden" name="action" value="do_options" />
<input type="submit" class="button" name="regsubmit" value="{$lang->update_options}" />
</div>

Zeile 13104Zeile 13079
{$referral_link}]]></template>
<template name="usercp_reputation" version="1600"><![CDATA[<strong>{$lang->reputation}</strong> {$reputation_link} [<a href="reputation.php?uid={$mybb->user['uid']}">{$lang->details}</a>]<br />]]></template>
<template name="usercp_resendactivation" version="1800"><![CDATA[<br />(<a href="member.php?action=resendactivation">{$lang->resend_activation}</a>)]]></template>

{$referral_link}]]></template>
<template name="usercp_reputation" version="1600"><![CDATA[<strong>{$lang->reputation}</strong> {$reputation_link} [<a href="reputation.php?uid={$mybb->user['uid']}">{$lang->details}</a>]<br />]]></template>
<template name="usercp_resendactivation" version="1800"><![CDATA[<br />(<a href="member.php?action=resendactivation">{$lang->resend_activation}</a>)]]></template>

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

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

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

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

Zeile 13137Zeile 13112
<div class="float_left">
<div class="float_left">
<dl class="thread_legend smalltext">

<div class="float_left">
<div class="float_left">
<dl class="thread_legend smalltext">

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

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

			<dd><span class="thread_status newhotfolder" title="{$lang->new_hot_thread}">&nbsp;</span> {$lang->new_hot_thread}</dd>
<dd><span class="thread_status hotfolder" title="{$lang->hot_thread}">&nbsp;</span> {$lang->hot_thread}</dd>
</dl>

			<dd><span class="thread_status newhotfolder" title="{$lang->new_hot_thread}">&nbsp;</span> {$lang->new_hot_thread}</dd>
<dd><span class="thread_status hotfolder" title="{$lang->hot_thread}">&nbsp;</span> {$lang->hot_thread}</dd>
</dl>

Zeile 13351Zeile 13326
				<td class="{$alt_bg}" align="center">{$issuedby}</td>
</tr>]]></template>
<template name="usercp_warnings_warning_post" version="1800"><![CDATA[<br /><small>{$lang->warning_for_post} <a href="{$warning['postlink']}">{$warning['post_subject']}</a></small>]]></template>

				<td class="{$alt_bg}" align="center">{$issuedby}</td>
</tr>]]></template>
<template name="usercp_warnings_warning_post" version="1800"><![CDATA[<br /><small>{$lang->warning_for_post} <a href="{$warning['postlink']}">{$warning['post_subject']}</a></small>]]></template>

		<template name="video_metacafe_embed" version="1600"><![CDATA[<embed src="http://www.metacafe.com/fplayer/{$id}/{$title}.swf" width="400" height="345" wmode="transparent" allowFullScreen="true" allowScriptAccess="always" name="Metacafe_{$id}" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed>]]></template>
<template name="video_dailymotion_embed" version="1610"><![CDATA[<iframe frameborder="0" width="480" height="270" src="http://www.dailymotion.com/embed/video/{$id}"></iframe>]]></template>

		<template name="video_metacafe_embed" version="1807"><![CDATA[<iframe src="http://www.metacafe.com/embed/{$id}/" width="440" height="248" allowFullScreen frameborder=0></iframe>]]></template>
<template name="video_dailymotion_embed" version="1807"><![CDATA[<iframe frameborder="0" width="480" height="270" src="//www.dailymotion.com/embed/video/{$id}" allowfullscreen></iframe>]]></template>

		<template name="video_facebook_embed" version="1800"><![CDATA[<iframe src="https://www.facebook.com/video/embed?video_id={$id}" width="625" height="350" frameborder="0"></iframe>]]></template>
<template name="video_liveleak_embed" version="1800"><![CDATA[<iframe width="500" height="300" src="http://www.liveleak.com/ll_embed?i={$id}" frameborder="0" allowfullscreen></iframe>]]></template>

		<template name="video_facebook_embed" version="1800"><![CDATA[<iframe src="https://www.facebook.com/video/embed?video_id={$id}" width="625" height="350" frameborder="0"></iframe>]]></template>
<template name="video_liveleak_embed" version="1800"><![CDATA[<iframe width="500" height="300" src="http://www.liveleak.com/ll_embed?i={$id}" frameborder="0" allowfullscreen></iframe>]]></template>

		<template name="video_myspacetv_embed" version="1600"><![CDATA[<object width="425px" height="360px"><param name="allowFullScreen" value="true"/><param name="wmode" value="transparent"/><param name="movie" value="http://mediaservices.myspace.com/services/media/embed.aspx/m={$id},t=1,mt=video"/><embed src="http://mediaservices.myspace.com/services/media/embed.aspx/m={$id},t=1,mt=video" width="425" height="360" allowFullScreen="true" type="application/x-shockwave-flash" wmode="transparent"></embed></object>]]></template>
<template name="video_youtube_embed" version="1610"><![CDATA[<iframe width="560" height="315" src="http://www.youtube.com/embed/{$id}" frameborder="0" allowfullscreen></iframe>]]></template>

		<template name="video_myspacetv_embed" version="1807"><![CDATA[<iframe width="480" height="270" src="//media.myspace.com/play/video/{$id}" frameborder="0" allowtransparency="true" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>]]></template>
<template name="video_youtube_embed" version="1807"><![CDATA[<iframe width="560" height="315" src="//www.youtube.com/embed/{$id}" frameborder="0" allowfullscreen></iframe>]]></template>

		<template name="video_veoh_embed" version="1800"><![CDATA[<object width="410" height="341" id="veohFlashPlayer" name="veohFlashPlayer"><param name="movie" value="http://www.veoh.com/swf/webplayer/WebPlayer.swf?version=AFrontend.5.7.0.1446&permalinkId={$id}&player=videodetailsembedded&videoAutoPlay=0&id=anonymous"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.veoh.com/swf/webplayer/WebPlayer.swf?version=AFrontend.5.7.0.1446&permalinkId={$id}&player=videodetailsembedded&videoAutoPlay=0&id=anonymous" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="410" height="341" id="veohFlashPlayerEmbed" name="veohFlashPlayerEmbed"></embed></object>]]></template>

		<template name="video_veoh_embed" version="1800"><![CDATA[<object width="410" height="341" id="veohFlashPlayer" name="veohFlashPlayer"><param name="movie" value="http://www.veoh.com/swf/webplayer/WebPlayer.swf?version=AFrontend.5.7.0.1446&permalinkId={$id}&player=videodetailsembedded&videoAutoPlay=0&id=anonymous"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.veoh.com/swf/webplayer/WebPlayer.swf?version=AFrontend.5.7.0.1446&permalinkId={$id}&player=videodetailsembedded&videoAutoPlay=0&id=anonymous" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="410" height="341" id="veohFlashPlayerEmbed" name="veohFlashPlayerEmbed"></embed></object>]]></template>

		<template name="video_vimeo_embed" version="1610"><![CDATA[<iframe src="http://player.vimeo.com/video/{$id}" width="500" height="281" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe>]]></template>
<template name="video_yahoo_embed" version="1610"><![CDATA[<iframe width="624" height="351" scrolling="no" frameborder="0" src="http://{$local}screen.yahoo.com/{$id}?format=embed"></iframe>]]></template>

		<template name="video_vimeo_embed" version="1807"><![CDATA[<iframe src="//player.vimeo.com/video/{$id}" width="500" height="375" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>]]></template>
<template name="video_yahoo_embed" version="1807"><![CDATA[<iframe width="640" height="360" scrolling="no" frameborder="0" src="//{$local}screen.yahoo.com/{$id}?format=embed" allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true" allowtransparency="true"></iframe>]]></template>

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

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

Zeile 13375Zeile 13350
				<td class="thead" colspan="5">
<div class="float_right">{$lang->current_warning_level}</div>
<div><strong>{$lang->warning_log}</strong></div>

				<td class="thead" colspan="5">
<div class="float_right">{$lang->current_warning_level}</div>
<div><strong>{$lang->warning_log}</strong></div>

				</td>
</tr>
<tr>
<td class="tcat"><span class="smalltext"><strong>{$lang->warning}</strong></span></td>
<td class="tcat" width="20%" align="center"><span class="smalltext"><strong>{$lang->date_issued}</strong></span></td>
<td class="tcat" width="20%" align="center"><span class="smalltext"><strong>{$lang->expiry_date}</strong></span></td>
<td class="tcat" width="20%" align="center"><span class="smalltext"><strong>{$lang->issued_by}</strong></span></td>
<td class="tcat" width="1" align="center"><span class="smalltext"><strong>{$lang->details}</strong></span></td>
</tr>
</thead>

				</td>
</tr>
<tr>
<td class="tcat"><span class="smalltext"><strong>{$lang->warning}</strong></span></td>
<td class="tcat" width="20%" align="center"><span class="smalltext"><strong>{$lang->date_issued}</strong></span></td>
<td class="tcat" width="20%" align="center"><span class="smalltext"><strong>{$lang->expiry_date}</strong></span></td>
<td class="tcat" width="20%" align="center"><span class="smalltext"><strong>{$lang->issued_by}</strong></span></td>
<td class="tcat" width="1" align="center"><span class="smalltext"><strong>{$lang->details}</strong></span></td>
</tr>
</thead>

		<tbody>
{$warnings}
</tbody>

		<tbody>
{$warnings}
</tbody>

Zeile 13698Zeile 13673
			</tr>]]></template>
<template name="xmlhttp_buddyselect" version="1405"><![CDATA[<table border="0" cellspacing="1" cellpadding="4" class="tborder" style="width: 300px;">
<thead>

			</tr>]]></template>
<template name="xmlhttp_buddyselect" version="1405"><![CDATA[<table border="0" cellspacing="1" cellpadding="4" class="tborder" style="width: 300px;">
<thead>

		<tr>

		<tr>

			<td class="thead">
<div class="float_right" style="margin-top: 3px;"><span class="smalltext"><a href="#" onclick="UserCP.closeBuddySelect(true); return false;">{$lang->close}</a></span></div>
<div><strong>{$lang->select_buddies}</strong></div>

			<td class="thead">
<div class="float_right" style="margin-top: 3px;"><span class="smalltext"><a href="#" onclick="UserCP.closeBuddySelect(true); return false;">{$lang->close}</a></span></div>
<div><strong>{$lang->select_buddies}</strong></div>

			</td>
</tr>

			</td>
</tr>

	</thead>
<tbody>
<tr>

	</thead>
<tbody>
<tr>

Zeile 13717Zeile 13692
				{$offline}
</table>
</div>

				{$offline}
</table>
</div>

			</td>

			</td>

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

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

Zeile 13756Zeile 13731
		// Emoticons to be included in the dropdown
dropdown: {
{$dropdownsmilies}

		// Emoticons to be included in the dropdown
dropdown: {
{$dropdownsmilies}

		},

		},

		// Emoticons to be included in the more section
more: {
{$moresmilies}

		// Emoticons to be included in the more section
more: {
{$moresmilies}

Zeile 13794Zeile 13769
		<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>

		<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>

		</tr>
<tr>

		</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>
</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>
</tr>

Zeile 13815Zeile 13790
</html>]]></template>
<template name="debug_summary" version="1800"><![CDATA[<div id="debug">{$generated_in} {$debug_weight} <br />{$sql_queries} / {$server_load} / {$memory_usage}<br />[<a href="{$debuglink}" target="_blank">{$lang->debug_advanced_details}</a>]<br /></div>]]></template>
<template name="gobutton" version="120"><![CDATA[<input type="submit" class="button" value="{$lang->go}" />]]></template>

</html>]]></template>
<template name="debug_summary" version="1800"><![CDATA[<div id="debug">{$generated_in} {$debug_weight} <br />{$sql_queries} / {$server_load} / {$memory_usage}<br />[<a href="{$debuglink}" target="_blank">{$lang->debug_advanced_details}</a>]<br /></div>]]></template>
<template name="gobutton" version="120"><![CDATA[<input type="submit" class="button" value="{$lang->go}" />]]></template>

		<template name="headerinclude" version="1806"><![CDATA[<link rel="alternate" type="application/rss+xml" title="{$lang->latest_threads} (RSS 2.0)" href="{$mybb->settings['bburl']}/syndication.php" />

		<template name="headerinclude" version="1807"><![CDATA[<link rel="alternate" type="application/rss+xml" title="{$lang->latest_threads} (RSS 2.0)" href="{$mybb->settings['bburl']}/syndication.php" />

<link rel="alternate" type="application/atom+xml" title="{$lang->latest_threads} (Atom 1.0)" href="{$mybb->settings['bburl']}/syndication.php?type=atom1.0" />
<meta http-equiv="Content-Type" content="text/html; charset={$charset}" />
<meta http-equiv="Content-Script-Type" content="text/javascript" />
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/jquery.js?ver=1806"></script>
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/jquery.plugins.min.js?ver=1806"></script>

<link rel="alternate" type="application/atom+xml" title="{$lang->latest_threads} (Atom 1.0)" href="{$mybb->settings['bburl']}/syndication.php?type=atom1.0" />
<meta http-equiv="Content-Type" content="text/html; charset={$charset}" />
<meta http-equiv="Content-Script-Type" content="text/javascript" />
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/jquery.js?ver=1806"></script>
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/jquery.plugins.min.js?ver=1806"></script>

<script type="text/javascript" src="{$mybb->asset_url}/jscripts/general.js?ver=1806"></script>

<script type="text/javascript" src="{$mybb->asset_url}/jscripts/general.js?ver=1807"></script>


{$stylesheets}
<script type="text/javascript">


{$stylesheets}
<script type="text/javascript">

 
<!--

	lang.unknown_error = "{$lang->unknown_error}";

lang.select2_match = "{$lang->select2_match}";

	lang.unknown_error = "{$lang->unknown_error}";

lang.select2_match = "{$lang->select2_match}";

Zeile 13856Zeile 13832
	var spinner_image = "{$theme['imgdir']}/spinner.gif";
var spinner = "<img src='" + spinner_image +"' alt='' />";
var modal_zindex = 9999;

	var spinner_image = "{$theme['imgdir']}/spinner.gif";
var spinner = "<img src='" + spinner_image +"' alt='' />";
var modal_zindex = 9999;

 
// -->

</script>]]></template>
<template name="htmldoctype" version="120"><![CDATA[<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">]]></template>
<template name="loginbox" version="1609"><![CDATA[<tr>

</script>]]></template>
<template name="htmldoctype" version="120"><![CDATA[<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">]]></template>
<template name="loginbox" version="1609"><![CDATA[<tr>