Vergleich install/resources/mybb_theme.xml - 1.8.11 - 1.8.26

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

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

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

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

Zeile 9Zeile 9
		<editortheme><![CDATA[mybb.css]]></editortheme>
</properties>
<stylesheets>

		<editortheme><![CDATA[mybb.css]]></editortheme>
</properties>
<stylesheets>

		<stylesheet name="global.css" version="1811" disporder="1"><![CDATA[body {

		<stylesheet name="global.css" version="1823" disporder="1"><![CDATA[body {

	background: #fff;
color: #333;
text-align: center;

	background: #fff;
color: #333;
text-align: center;

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


	background-position: 0 -30px;
}


.forum_offlock {

.forum_offclose {

	background-position: 0 -60px;
}


	background-position: 0 -60px;
}


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


	background-position: 0 -10px;
}


.subforum_miniofflock {

.subforum_minioffclose {

	background-position: 0 -20px;
}


	background-position: 0 -20px;
}


Zeile 442Zeile 442

.post.unapproved_post {
background: #ffdde0;


.post.unapproved_post {
background: #ffdde0;

 
}

.thread_start_datetime {
color: #999;

}

.post.unapproved_post .post_author {

}

.post.unapproved_post .post_author {

Zeile 791Zeile 795
	margin: 0 0 10px 0;
}


	margin: 0 0 10px 0;
}


blockquote cite span {

blockquote cite > span {

	float: right;
font-weight: normal;
font-size: 12px;

	float: right;
font-weight: normal;
font-size: 12px;

Zeile 871Zeile 875
.pm_alert {
background: #FFF6BF;
border: 1px solid #FFD324;

.pm_alert {
background: #FFF6BF;
border: 1px solid #FFD324;

	text-align: center;
padding: 5px 20px;
margin-bottom: 15px;
font-size: 11px;
}


	text-align: center;
padding: 5px 20px;
margin-bottom: 15px;
font-size: 11px;
}


.red_alert {
background: #FBE3E4;
border: 1px solid #A5161A;

.red_alert {
background: #FBE3E4;
border: 1px solid #A5161A;

Zeile 1308Zeile 1312

.postbit_buttons a.postbit_qrestore span {
background-position: 0 -200px;


.postbit_buttons a.postbit_qrestore span {
background-position: 0 -200px;

}

}


.postbit_buttons a.postbit_report span {
background-position: 0 -220px;


.postbit_buttons a.postbit_report span {
background-position: 0 -220px;

}

}


.postbit_buttons a.postbit_warn span {
background-position: 0 -240px;


.postbit_buttons a.postbit_warn span {
background-position: 0 -240px;

Zeile 1326Zeile 1330
	background-position: 0 -260px;
}


	background-position: 0 -260px;
}


.postbit_buttons a.postbit_reply_all span {
background-position: 0 -280px;
}


.postbit_buttons a.postbit_reply_all span {
background-position: 0 -280px;
}


.postbit_buttons a.postbit_forward_pm span {
background-position: 0 -300px;

.postbit_buttons a.postbit_forward_pm span {
background-position: 0 -300px;

}


}


.postbit_buttons a.postbit_delete_pm span {
background-position: 0 -320px;

.postbit_buttons a.postbit_delete_pm span {
background-position: 0 -320px;

 
}

.post:not(.deleted_post) .postbit_qrestore,
.post:not(.deleted_post) .status_type,
.post.deleted_post .postbit_mirage {
display: none;

}

a.button:link,

}

a.button:link,

Zeile 1591Zeile 1601
/** jGrowl End **/

/** Modal Start **/

/** jGrowl End **/

/** Modal Start **/

 

.blocker {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
overflow: auto;
z-index: 9999;
padding: 20px;
box-sizing: border-box;
background-color: rgb(0,0,0);
background-color: rgba(0,0,0,0.75);
text-align: center;
}

.blocker:before{
content: "";
display: inline-block;
height: 100%;
vertical-align: middle;
margin-right: -0.05em;
}

.blocker.behind {
background-color: transparent;
}


.modal {


.modal {

	display: none;

 
	width: 400px;
text-align: left;
background: #fff;

	width: 400px;
text-align: left;
background: #fff;

 
	display: inline-block;
vertical-align: middle;
position: relative;
z-index: 2;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;

	-webkit-border-radius: 8px;
-moz-border-radius: 8px;
-o-border-radius: 8px;

	-webkit-border-radius: 8px;
-moz-border-radius: 8px;
-o-border-radius: 8px;

Zeile 1641Zeile 1686

/** Impromptu Start **/



/** Impromptu Start **/


/*! jQuery-Impromptu - v6.2.1 - 2015-05-10

/*! jQuery-Impromptu - v6.2.3 - 2016-04-23

* http://trentrichardson.com/Impromptu

* http://trentrichardson.com/Impromptu

* Copyright (c) 2015 Trent Richardson; Licensed MIT */

* Copyright (c) 2016 Trent Richardson; Licensed MIT */


.jqifade{
position: absolute;


.jqifade{
position: absolute;

Zeile 1779Zeile 1824

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


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

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

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

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

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

Zeile 2177Zeile 2222
	background-position: 0 -20px;
}


	background-position: 0 -20px;
}


.thread_status.dot_hotlockfolder {

.thread_status.dot_hotclosefolder {

	background-position: 0 -40px;
}


	background-position: 0 -40px;
}


.thread_status.dot_lockfolder {

.thread_status.dot_closefolder {

	background-position: 0 -60px;
}


	background-position: 0 -60px;
}


Zeile 2193Zeile 2238
	background-position: 0 -100px;
}


	background-position: 0 -100px;
}


.thread_status.dot_newhotlockfolder {

.thread_status.dot_newhotclosefolder {

	background-position: 0 -120px;
}


	background-position: 0 -120px;
}


.thread_status.dot_newlockfolder {

.thread_status.dot_newclosefolder {

	background-position: 0 -140px;
}


	background-position: 0 -140px;
}


Zeile 2209Zeile 2254
	background-position: 0 -180px;
}


	background-position: 0 -180px;
}


.thread_status.hotlockfolder {

.thread_status.hotclosefolder {

	background-position: 0 -200px;
}


	background-position: 0 -200px;
}


.thread_status.lockfolder {

.thread_status.closefolder {

	background-position: 0 -220px;
}


	background-position: 0 -220px;
}


Zeile 2229Zeile 2274
	background-position: 0 -280px;
}


	background-position: 0 -280px;
}


.thread_status.newhotlockfolder {

.thread_status.newhotclosefolder {

	background-position: 0 -300px;
}


	background-position: 0 -300px;
}


.thread_status.newlockfolder {

.thread_status.newclosefolder {

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

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

Zeile 2379Zeile 2424
}]]></stylesheet>
</stylesheets>
<templates>

}]]></stylesheet>
</stylesheets>
<templates>

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

		<template name="announcement" version="1820"><![CDATA[<html>

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

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

Zeile 2400Zeile 2445
</td></tr>
</table>
{$footer}

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

<script type="text/javascript">
$(".author_avatar img").error(function () {
$(this).unbind("error").closest('.author_avatar').remove();
});
</script>

 
</body>
</html>]]></template>
<template name="announcement_edit" version="1800"><![CDATA[<a href="modcp.php?action=edit_announcement&amp;aid={$post['aid']}" title="{$lang->announcement_edit}" class="postbit_edit"><span>{$lang->postbit_button_edit}</span></a>]]></template>
<template name="announcement_quickdelete" version="1800"><![CDATA[<a href="modcp.php?action=delete_announcement&amp;aid={$post['aid']}&amp;my_post_key={$mybb->post_code}" onclick="MyBB.deleteAnnouncement(this); return false;" class="postbit_qdelete"><span>{$lang->postbit_button_qdelete}</span></a>]]></template>

</body>
</html>]]></template>
<template name="announcement_edit" version="1800"><![CDATA[<a href="modcp.php?action=edit_announcement&amp;aid={$post['aid']}" title="{$lang->announcement_edit}" class="postbit_edit"><span>{$lang->postbit_button_edit}</span></a>]]></template>
<template name="announcement_quickdelete" version="1800"><![CDATA[<a href="modcp.php?action=delete_announcement&amp;aid={$post['aid']}&amp;my_post_key={$mybb->post_code}" onclick="MyBB.deleteAnnouncement(this); return false;" class="postbit_qdelete"><span>{$lang->postbit_button_qdelete}</span></a>]]></template>

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

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

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

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

</head>
<body>

</head>
<body>

	{$header}
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<thead>
<tr>
<td class="thead" colspan="8">
<div class="float_right">

	{$header}
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<thead>
<tr>
<td class="thead" colspan="8">
<div class="float_right">

						<a href="{$prev_link}">&laquo; {$prev_month['name']} {$prev_month['year']}</a> | <a href="{$next_link}">{$next_month['name']} {$next_month['year']} &raquo;</a>

						{$prev_month_link}{$sep}{$next_month_link}

					</div>
<div><strong>{$monthnames[$month]} {$year}</strong></div>
</td>

					</div>
<div><strong>{$monthnames[$month]} {$year}</strong></div>
</td>

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

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

		<tr>
<td class="trow1">

		<tr>
<td class="trow1">

				<table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td valign="top">{$addevent}</td>

				<table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td valign="top">{$addevent}</td>

Zeile 2498Zeile 2538
			<td class="trow1"><input type="text" class="textbox" size="50" name="name" maxlength="120" value="{$name}"/></td>
</tr>
{$calendar_select}

			<td class="trow1"><input type="text" class="textbox" size="50" name="name" maxlength="120" value="{$name}"/></td>
</tr>
{$calendar_select}

		<tr>
<td class="trow2" style="vertical-align: top;"><strong>{$lang->event_date}</strong></td>
<td class="trow1">
<script type="text/javascript">
<!--
function toggleType()
{
if($("#type_single").prop("checked"))
{
$("#ranged_selects").hide();
$("#single_selects").show();
}
else
{
$("#single_selects").hide();
$("#ranged_selects").show();
toggleRepeats();
}
}

function toggleRepeats()
{
var repeats = $("#repeats").get(0).selectedIndex;
$(".repeats_type").each(function()
{
$(this).hide();
});
if($("#repeats_type_"+repeats).length > 0)
{
$("#repeats_type_"+repeats).show();
}
}
// -->
</script>
<dl style="margin-top: 0; margin-bottom: 0; width: 100%;">
<dt><input type="radio" name="type" value="single" {$type_single} id="type_single" onclick="toggleType();" /> <label for="type_single"><strong>{$lang->type_single}</strong></label></dt>
<dd style="margin-top: 4px;" id="single_selects">
<select name="single_day">
{$single_days}
</select>
&nbsp;
<select name="single_month">
<option value="1"{$single_month['1']}>{$lang->month_1}</option>
<option value="2"{$single_month['2']}>{$lang->month_2}</option>
<option value="3"{$single_month['3']}>{$lang->month_3}</option>
<option value="4"{$single_month['4']}>{$lang->month_4}</option>
<option value="5"{$single_month['5']}>{$lang->month_5}</option>
<option value="6"{$single_month['6']}>{$lang->month_6}</option>
<option value="7"{$single_month['7']}>{$lang->month_7}</option>
<option value="8"{$single_month['8']}>{$lang->month_8}</option>
<option value="9"{$single_month['9']}>{$lang->month_9}</option>
<option value="10"{$single_month['10']}>{$lang->month_10}</option>
<option value="11"{$single_month['11']}>{$lang->month_11}</option>
<option value="12"{$single_month['12']}>{$lang->month_12}</option>
</select>
&nbsp;
<select name="single_year">
{$single_years}
</select>
</dd>
<dt><input type="radio" name="type" value="ranged" {$type_ranged} id="type_ranged" onclick="toggleType();" /> <label for="type_ranged"><strong>{$lang->type_ranged}</strong></label></dt>
<dd style="margin-top: 4px; width: 100%;" id="ranged_selects">
<table width="100%">
<tr>
<td class="smalltext" style="padding: 4px; text-align: right;">{$lang->start_time}</td>
<td style="padding: 4px;">
<select name="start_day">
{$start_days}
</select>
<select name="start_month">
<option value="1"{$start_month['1']}>{$lang->month_1}</option>

		<tr>
<td class="trow2" style="vertical-align: top;"><strong>{$lang->event_date}</strong></td>
<td class="trow1">
<script type="text/javascript">
<!--
function toggleType()
{
if($("#type_single").prop("checked"))
{
$("#ranged_selects").hide();
$("#single_selects").show();
}
else
{
$("#single_selects").hide();
$("#ranged_selects").show();
toggleRepeats();
}
}

function toggleRepeats()
{
var repeats = $("#repeats").get(0).selectedIndex;
$(".repeats_type").each(function()
{
$(this).hide();
});
if($("#repeats_type_"+repeats).length > 0)
{
$("#repeats_type_"+repeats).show();
}
}
// -->
</script>
<dl style="margin-top: 0; margin-bottom: 0; width: 100%;">
<dt><input type="radio" name="type" value="single" {$type_single} id="type_single" onclick="toggleType();" /> <label for="type_single"><strong>{$lang->type_single}</strong></label></dt>
<dd style="margin-top: 4px;" id="single_selects">
<select name="single_day">
{$single_days}
</select>
&nbsp;
<select name="single_month">
<option value="1"{$single_month['1']}>{$lang->month_1}</option>
<option value="2"{$single_month['2']}>{$lang->month_2}</option>
<option value="3"{$single_month['3']}>{$lang->month_3}</option>
<option value="4"{$single_month['4']}>{$lang->month_4}</option>
<option value="5"{$single_month['5']}>{$lang->month_5}</option>
<option value="6"{$single_month['6']}>{$lang->month_6}</option>
<option value="7"{$single_month['7']}>{$lang->month_7}</option>
<option value="8"{$single_month['8']}>{$lang->month_8}</option>
<option value="9"{$single_month['9']}>{$lang->month_9}</option>
<option value="10"{$single_month['10']}>{$lang->month_10}</option>
<option value="11"{$single_month['11']}>{$lang->month_11}</option>
<option value="12"{$single_month['12']}>{$lang->month_12}</option>
</select>
&nbsp;
<select name="single_year">
{$single_years}
</select>
</dd>
<dt><input type="radio" name="type" value="ranged" {$type_ranged} id="type_ranged" onclick="toggleType();" /> <label for="type_ranged"><strong>{$lang->type_ranged}</strong></label></dt>
<dd style="margin-top: 4px; width: 100%;" id="ranged_selects">
<table width="100%">
<tr>
<td class="smalltext" style="padding: 4px; text-align: right;">{$lang->start_time}</td>
<td style="padding: 4px;">
<select name="start_day">
{$start_days}
</select>
<select name="start_month">
<option value="1"{$start_month['1']}>{$lang->month_1}</option>

										<option value="2"{$start_month['2']}>{$lang->month_2}</option>
<option value="3"{$start_month['3']}>{$lang->month_3}</option>
<option value="4"{$start_month['4']}>{$lang->month_4}</option>

										<option value="2"{$start_month['2']}>{$lang->month_2}</option>
<option value="3"{$start_month['3']}>{$lang->month_3}</option>
<option value="4"{$start_month['4']}>{$lang->month_4}</option>

Zeile 2669Zeile 2709
												<option value="2"{$repeats_4_occurance[2]}>{$lang->second}</option>
<option value="3"{$repeats_4_occurance[3]}>{$lang->third}</option>
<option value="4"{$repeats_4_occurance[4]}>{$lang->fourth}</option>

												<option value="2"{$repeats_4_occurance[2]}>{$lang->second}</option>
<option value="3"{$repeats_4_occurance[3]}>{$lang->third}</option>
<option value="4"{$repeats_4_occurance[4]}>{$lang->fourth}</option>

												<option value="last"{$repeats_4_occurance['last']}>{$lang->last}</option>

												<option value="last"{$repeats_4_occurance['last']}>{$lang->last}</option>

											</select>
<select name="repeats_4_weekday" onfocus="$('#repeats_4_type_2').prop('checked', true);">
<option value="0"{$repeats_4_weekday[0]}>{$lang->sunday}</option>

											</select>
<select name="repeats_4_weekday" onfocus="$('#repeats_4_type_2').prop('checked', true);">
<option value="0"{$repeats_4_weekday[0]}>{$lang->sunday}</option>

Zeile 2727Zeile 2767
											</select>
{$lang->of}
<select name="repeats_5_month2" onfocus="$('#repeats_5_type_2').prop('checked', true);" >

											</select>
{$lang->of}
<select name="repeats_5_month2" onfocus="$('#repeats_5_type_2').prop('checked', true);" >

												<option value="1"{$repeats_5_month2['1']}>{$lang->month_1}</option>
<option value="2"{$repeats_5_month2['2']}>{$lang->month_2}</option>
<option value="3"{$repeats_5_month2['3']}>{$lang->month_3}</option>

												<option value="1"{$repeats_5_month2['1']}>{$lang->month_1}</option>
<option value="2"{$repeats_5_month2['2']}>{$lang->month_2}</option>
<option value="3"{$repeats_5_month2['3']}>{$lang->month_3}</option>

												<option value="4"{$repeats_5_month2['4']}>{$lang->month_4}</option>
<option value="5"{$repeats_5_month2['5']}>{$lang->month_5}</option>
<option value="6"{$repeats_5_month2['6']}>{$lang->month_6}</option>

												<option value="4"{$repeats_5_month2['4']}>{$lang->month_4}</option>
<option value="5"{$repeats_5_month2['5']}>{$lang->month_5}</option>
<option value="6"{$repeats_5_month2['6']}>{$lang->month_6}</option>

Zeile 2790Zeile 2830
		<template name="calendar_addpublicevent" version="1400"><![CDATA[<a href="calendar.php?action=addevent&amp;calendar={$calendar['cid']}">{$lang->add_public_event}</a>]]></template>
<template name="calendar_day" version="1800"><![CDATA[<option value="{$day}" {$selected}>{$day}</option>]]></template>
<template name="calendar_dayview" version="1800"><![CDATA[<html>

		<template name="calendar_addpublicevent" version="1400"><![CDATA[<a href="calendar.php?action=addevent&amp;calendar={$calendar['cid']}">{$lang->add_public_event}</a>]]></template>
<template name="calendar_day" version="1800"><![CDATA[<option value="{$day}" {$selected}>{$day}</option>]]></template>
<template name="calendar_dayview" version="1800"><![CDATA[<html>

<head>

<head>

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

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

Zeile 2891Zeile 2931
		<template name="calendar_editevent" version="1806"><![CDATA[<html>
<head>
<title>{$mybb->settings['bbname']} - {$lang->calendar} - {$lang->edit_event}</title>

		<template name="calendar_editevent" version="1806"><![CDATA[<html>
<head>
<title>{$mybb->settings['bbname']} - {$lang->calendar} - {$lang->edit_event}</title>

{$headerinclude}

{$headerinclude}

</head>
<body>
{$header}

</head>
<body>
{$header}

Zeile 3214Zeile 3254
	</tr>
<tr>
<td class="tcat"><strong>{$time_period}</strong></td>

	</tr>
<tr>
<td class="tcat"><strong>{$time_period}</strong></td>

	</tr>

	</tr>

	<tr>
<td class="trow1{$event_class}">
<div class="float_left">

	<tr>
<td class="trow1{$event_class}">
<div class="float_left">

Zeile 3309Zeile 3349
		<tr>
<td class="thead" colspan="8">
<strong><a href="{$month_link}">{$monthnames[$month]} {$year}</a></strong>

		<tr>
<td class="thead" colspan="8">
<strong><a href="{$month_link}">{$monthnames[$month]} {$year}</a></strong>

			</td>
</tr>

			</td>
</tr>

		<tr>
<td class="tcat">&nbsp;</td>
{$weekday_headers}

		<tr>
<td class="tcat">&nbsp;</td>
{$weekday_headers}

Zeile 3359Zeile 3399
{$footer}
</body>
</html>]]></template>

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

 
		<template name="calendar_nextlink" version="1813"><![CDATA[<a href="{$next_link}">{$next_month['name']} {$next_month['year']} &raquo;</a>]]></template>
<template name="calendar_prevlink" version="1813"><![CDATA[<a href="{$prev_link}">&laquo; {$prev_month['name']} {$prev_month['year']}</a>]]></template>

		<template name="calendar_repeats" version="1800"><![CDATA[<span class="smalltext"><strong>{$lang->repeats}</strong><br />{$repeats}</span>]]></template>
<template name="calendar_select" version="1800"><![CDATA[<option value="{$calendar_option['cid']}"{$selected}>{$calendar_option['name']}</option>]]></template>
<template name="calendar_weekdayheader" version="1400"><![CDATA[ <td class="tcat" align="center" width="14%"><strong>{$weekday_name}</strong></td>]]></template>

		<template name="calendar_repeats" version="1800"><![CDATA[<span class="smalltext"><strong>{$lang->repeats}</strong><br />{$repeats}</span>]]></template>
<template name="calendar_select" version="1800"><![CDATA[<option value="{$calendar_option['cid']}"{$selected}>{$calendar_option['name']}</option>]]></template>
<template name="calendar_weekdayheader" version="1400"><![CDATA[ <td class="tcat" align="center" width="14%"><strong>{$weekday_name}</strong></td>]]></template>

Zeile 3366Zeile 3408
				<td class="tcat" align="center" width="1"><a href="{$week_link}">&raquo;</a></td>
{$day_bits}
</tr>]]></template>

				<td class="tcat" align="center" width="1"><a href="{$week_link}">&raquo;</a></td>
{$day_bits}
</tr>]]></template>

		<template name="calendar_weekrow_day" version="1800"><![CDATA[				<td class="{$day_class}" style="vertical-align: top; height: 100px;">















		<template name="calendar_weekrow_day" version="1823"><![CDATA[				<td class="trow1" style="vertical-align: top; height: 100px;">
<div class="float_right smalltext"><a href="{$day_link}">{$day}</a></div>
<div class="clear">
{$day_birthdays}
{$day_events}
</div>
</td>]]></template>
<template name="calendar_weekrow_currentday" version="1823"><![CDATA[ <td class="trow_sep" style="vertical-align: top; height: 100px;">
<div class="float_right smalltext"><a href="{$day_link}">{$day}</a></div>
<div class="clear">
{$day_birthdays}
{$day_events}
</div>
</td>]]></template>
<template name="calendar_weekrow_thismonth" version="1823"><![CDATA[ <td class="trow2" style="vertical-align: top; height: 100px;">

					<div class="float_right smalltext"><a href="{$day_link}">{$day}</a></div>
<div class="clear">
{$day_birthdays}

					<div class="float_right smalltext"><a href="{$day_link}">{$day}</a></div>
<div class="clear">
{$day_birthdays}

Zeile 3389Zeile 3445
					{$day_birthdays}
</div>
</td>]]></template>

					{$day_birthdays}
</div>
</td>]]></template>

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

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

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

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

Zeile 3404Zeile 3460
			<tr>
<td class="thead" colspan="2">
<div class="float_right">

			<tr>
<td class="thead" colspan="2">
<div class="float_right">

						<a href="{$prev_link}">&laquo; {$lang->previous_week}</a> | <a href="{$next_link}">{$lang->next_week} &raquo;</a>

						{$prev_week_link}{$sep}{$next_week_link}

					</div>
<div><strong>{$lang->weekly_overview} ({$friendly_week_from} - {$friendly_week_to})</strong></div>
</td>

					</div>
<div><strong>{$lang->weekly_overview} ({$friendly_week_from} - {$friendly_week_to})</strong></div>
</td>

Zeile 3476Zeile 3532
				<td class="tcat" colspan="2"><strong>{$weekday_month} {$weekday_year}</strong></td>
</tr>
{$days}]]></template>

				<td class="tcat" colspan="2"><strong>{$weekday_month} {$weekday_year}</strong></td>
</tr>
{$days}]]></template>

 
		<template name="calendar_weekview_nextlink" version="1813"><![CDATA[<a href="{$next_link}">{$lang->next_week} &raquo;</a>]]></template>
<template name="calendar_weekview_prevlink" version="1813"><![CDATA[<a href="{$prev_link}">&laquo; {$lang->previous_week}</a>]]></template>

		<template name="calendar_year" version="1800"><![CDATA[<option value="{$year}" {$selected}>{$year}</option>]]></template>
<template name="calendar_year_sel" version="1800"><![CDATA[<option value="{$year_sel}">{$year_sel}</option>]]></template>

		<template name="calendar_year" version="1800"><![CDATA[<option value="{$year}" {$selected}>{$year}</option>]]></template>
<template name="calendar_year_sel" version="1800"><![CDATA[<option value="{$year_sel}">{$year_sel}</option>]]></template>

		<template name="editpost" version="1809"><![CDATA[<html>

		<template name="editpost" version="1823"><![CDATA[<html>

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

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

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

{$post_javascript}

</head>
<body>
{$header}

</head>
<body>
{$header}

Zeile 3492Zeile 3550
{$moderation_notice}
{$deletebox}
<form id="editpost" action="editpost.php?pid={$pid}&amp;processed=1" method="post" enctype="multipart/form-data" name="input">

{$moderation_notice}
{$deletebox}
<form id="editpost" action="editpost.php?pid={$pid}&amp;processed=1" method="post" enctype="multipart/form-data" name="input">

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

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

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

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

Zeile 3504Zeile 3562
</tr>
{$posticons}
<tr>

</tr>
{$posticons}
<tr>

<td class="trow2" valign="top"><strong>{$lang->your_message}:</strong><br /><div style="text-align: center;">{$smilieinserter}</div></td>

<td class="trow2" valign="top"><strong>{$lang->your_message}</strong><br /><div style="text-align: center;">{$smilieinserter}</div></td>

<td class="trow2">
<textarea name="message" id="message" rows="20" cols="70" tabindex="3">{$message}</textarea>
{$codebuttons}

<td class="trow2">
<textarea name="message" id="message" rows="20" cols="70" tabindex="3">{$message}</textarea>
{$codebuttons}

Zeile 3523Zeile 3581
<input type="hidden" name="attachmentact" value="" />
</form>
{$footer}

<input type="hidden" name="attachmentact" value="" />
</form>
{$footer}

<script type="text/javascript">
$(".author_avatar img").error(function () {
$(this).unbind("error").closest('.author_avatar').remove();
});
</script>

 
</body>
</html>]]></template>
<template name="editpost_delete" version="1800"><![CDATA[<form action="editpost.php" method="post" name="editpost">

</body>
</html>]]></template>
<template name="editpost_delete" version="1800"><![CDATA[<form action="editpost.php" method="post" name="editpost">

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

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

</tr>
<tr>

</tr>
<tr>

<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_1}<br /><span class="smalltext">{$lang->delete_2}</span></td>
<td class="trow1"><input type="submit" class="button" name="submit" value="{$lang->delete_now}" 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_1}<br /><span class="smalltext">{$lang->delete_2}</span></td>
<td class="trow1"><input type="submit" class="button" name="submit" value="{$lang->delete_now}" tabindex="10" /></td>

Zeile 3557Zeile 3610
		<template name="editpost_reason" version="1800"><![CDATA[<tr>
<td class="trow1"><strong>{$lang->editreason}</strong></td>
<td class="trow1"><input type="text" class="textbox" name="editreason" size="40" maxlength="150" value="{$reason}" tabindex="5" /></td>

		<template name="editpost_reason" version="1800"><![CDATA[<tr>
<td class="trow1"><strong>{$lang->editreason}</strong></td>
<td class="trow1"><input type="text" class="textbox" name="editreason" size="40" maxlength="150" value="{$reason}" tabindex="5" /></td>

</tr>]]></template>

</tr>]]></template>

		<template name="editpost_signature" version="1809"><![CDATA[<label><input type="checkbox" class="checkbox" name="postoptions[signature]" value="1" tabindex="6"{$postoptionschecked['signature']} /> {$lang->options_sig}</label><br />]]></template>
<template name="error" version="120"><![CDATA[<html>
<head>

		<template name="editpost_signature" version="1809"><![CDATA[<label><input type="checkbox" class="checkbox" name="postoptions[signature]" value="1" tabindex="6"{$postoptionschecked['signature']} /> {$lang->options_sig}</label><br />]]></template>
<template name="error" version="120"><![CDATA[<html>
<head>

Zeile 3578Zeile 3631
{$footer}
</body>
</html>]]></template>

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

		<template name="error_attacherror" version="120"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"><tr>
<td class="thead"><strong>{$lang->error_attach_file}</strong></td>
</tr>
<tr>
<td class="trow1">{$attachedfile['error']}</td>
</tr>
</table>
<br />]]></template>

 
		<template name="error_inline" version="120"><![CDATA[<div class="error">
<p><em>{$title}</em></p>
<ul>
{$errorlist}
</ul>
</div>

		<template name="error_inline" version="120"><![CDATA[<div class="error">
<p><em>{$title}</em></p>
<ul>
{$errorlist}
</ul>
</div>

<br />]]></template>
<template name="error_nopermission" version="1800"><![CDATA[{$lang->error_nopermission_guest_1}


<br />]]></template>
<template name="error_inline_item" version="1818"><![CDATA[<li>{$error}</li>]]></template>
<template name="error_nopermission" version="1823"><![CDATA[{$lang->error_nopermission_guest_1}

<ol>

<ol>

<li>{$lang->error_nopermission_guest_2}</li>

<li>{$lang->error_nopermission_guest_2} <a href="member.php?action=login">{$lang->login}</a> | <a href="member.php?action=register">{$lang->need_reg}</a></li>

<li>{$lang->error_nopermission_guest_3}</li>
<li>{$lang->error_nopermission_guest_4}</li>
<li>{$lang->error_nopermission_guest_5}</li>

<li>{$lang->error_nopermission_guest_3}</li>
<li>{$lang->error_nopermission_guest_4}</li>
<li>{$lang->error_nopermission_guest_5}</li>

</ol>
<form action="member.php" method="post">
<input type="hidden" name="action" value="do_login" />
<input type="hidden" name="url" value="{$redirect_url}" />
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead" colspan="2"><span class="smalltext"><strong>{$lang->login}</strong></span></td>
</tr>
<tr>
<td class="trow1"><strong>{$lang_username}</strong></td>
<td class="trow1"><input type="text" class="textbox" name="username" tabindex="1" /></td>
</tr>
<tr>
<td class="trow2"><strong>{$lang->password}</strong></td>
<td class="trow2"><input type="password" class="textbox" name="password" tabindex="2" /></td>
</tr>
<tr>
<td class="trow2" colspan="2"><span class="smalltext float_right" style="padding-top: 3px;"><a href="member.php?action=register">{$lang->need_reg}</a> | <a href="member.php?action=lostpw">{$lang->forgot_password}</a>&nbsp;</span>&nbsp;<input type="submit" class="button" value="{$lang->login}" tabindex="3" /></td>
</tr>
</table>
</form>
<br />]]></template>

</ol>]]></template>






















		<template name="error_nopermission_loggedin" version="1600"><![CDATA[{$lang->error_nopermission_user_1}
<ol>
<li>{$lang->error_nopermission_user_2}</li>

		<template name="error_nopermission_loggedin" version="1600"><![CDATA[{$lang->error_nopermission_user_1}
<ol>
<li>{$lang->error_nopermission_user_2}</li>

Zeile 3630Zeile 3655
</ol>
<br />
{$lang->error_nopermission_user_username}]]></template>

</ol>
<br />
{$lang->error_nopermission_user_username}]]></template>

		<template name="footer" version="1810"><![CDATA[<debugstuff>

		<template name="footer" version="1820"><![CDATA[<debugstuff>

	</div>
</div>
<div id="footer">

	</div>
</div>
<div id="footer">

Zeile 3639Zeile 3664
			{$lang_select}
{$theme_select}
<ul class="menu bottom_links">

			{$lang_select}
{$theme_select}
<ul class="menu bottom_links">

 
				{$showteamlink}

				{$contact_us}
<li><a href="{$mybb->settings['homeurl']}">{$mybb->settings['homename']}</a></li>
<li><a href="#top">{$lang->bottomlinks_returntop}</a></li>

				{$contact_us}
<li><a href="{$mybb->settings['homeurl']}">{$mybb->settings['homename']}</a></li>
<li><a href="#top">{$lang->bottomlinks_returntop}</a></li>

Zeile 3658Zeile 3684
					you may be refused support on the MyBB Community Forums.

This is free software, support us and we'll support you. -->

					you may be refused support on the MyBB Community Forums.

This is free software, support us and we'll support you. -->

				{$lang->powered_by} <a href="https://mybb.com" target="_blank">MyBB{$mybbversion}</a>, &copy; 2002-{$copy_year} <a href="https://mybb.com" target="_blank">MyBB Group</a>.

				{$lang->powered_by} <a href="https://mybb.com" target="_blank" rel="noopener">MyBB{$mybbversion}</a>, &copy; 2002-{$copy_year} <a href="https://mybb.com" target="_blank" rel="noopener">MyBB Group</a>.

				<!-- End powered by -->
</span>
</div>

				<!-- End powered by -->
</span>
</div>

Zeile 3667Zeile 3693
<!-- The following piece of code allows MyBB to run scheduled tasks. DO NOT REMOVE -->{$task_image}<!-- End task image code -->
{$auto_dst_detection}
</div>]]></template>

<!-- The following piece of code allows MyBB to run scheduled tasks. DO NOT REMOVE -->{$task_image}<!-- End task image code -->
{$auto_dst_detection}
</div>]]></template>

 
		<template name="footer_showteamlink" version="1820"><![CDATA[<li><a href="showteam.php">{$lang->bottomlinks_forumteam}</a></li>]]></template>

		<template name="footer_contactus" version="1800"><![CDATA[<li><a href="{$mybb->settings['contactlink']}">{$lang->bottomlinks_contactus}</a></li>]]></template>
<template name="footer_languageselect" version="1811"><![CDATA[<div class="language">
<form method="POST" action="{$lang_redirect_url['location']}" id="lang_select">
{$lang_redirect_url['form_html']}

		<template name="footer_contactus" version="1800"><![CDATA[<li><a href="{$mybb->settings['contactlink']}">{$lang->bottomlinks_contactus}</a></li>]]></template>
<template name="footer_languageselect" version="1811"><![CDATA[<div class="language">
<form method="POST" action="{$lang_redirect_url['location']}" id="lang_select">
{$lang_redirect_url['form_html']}

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

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

	<select name="language" onchange="MyBB.changeLanguage();">
<optgroup label="{$lang->select_language}">
{$lang_options}

	<select name="language" onchange="MyBB.changeLanguage();">
<optgroup label="{$lang->select_language}">
{$lang_options}

Zeile 3732Zeile 3759
<td class="{$bgcolor}" align="center" width="1"><span class="forum_status forum_{$lightbulb['folder']} ajax_mark_read" title="{$lightbulb['altonoff']}" id="mark_read_{$forum['fid']}"></span></td>
<td class="{$bgcolor}">
<strong><a href="{$forum_url}">{$forum['name']}</a></strong>{$forum_viewers_text}<div class="smalltext">{$forum['description']}{$modlist}{$subforums}</div>

<td class="{$bgcolor}" align="center" width="1"><span class="forum_status forum_{$lightbulb['folder']} ajax_mark_read" title="{$lightbulb['altonoff']}" id="mark_read_{$forum['fid']}"></span></td>
<td class="{$bgcolor}">
<strong><a href="{$forum_url}">{$forum['name']}</a></strong>{$forum_viewers_text}<div class="smalltext">{$forum['description']}{$modlist}{$subforums}</div>

</td>

</td>

<td class="{$bgcolor}" align="center" style="white-space: nowrap">{$threads}{$unapproved['unapproved_threads']}</td>
<td class="{$bgcolor}" align="center" style="white-space: nowrap">{$posts}{$unapproved['unapproved_posts']}</td>
<td class="{$bgcolor}" align="right" style="white-space: nowrap">{$lastpost}</td>

<td class="{$bgcolor}" align="center" style="white-space: nowrap">{$threads}{$unapproved['unapproved_threads']}</td>
<td class="{$bgcolor}" align="center" style="white-space: nowrap">{$posts}{$unapproved['unapproved_posts']}</td>
<td class="{$bgcolor}" align="right" style="white-space: nowrap">{$lastpost}</td>

Zeile 3751Zeile 3778
		<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="1808"><![CDATA[<br /><strong>{$lang->subforums}</strong> {$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="1808"><![CDATA[<br /><strong>{$lang->subforums}</strong> {$sub_forums}]]></template>

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

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

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

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

Zeile 3766Zeile 3793
</script>
<!-- jeditable (jquery) -->
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/jeditable/jeditable.min.js"></script>

</script>
<!-- jeditable (jquery) -->
<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=1808"></script>

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

</head>
<body>
{$header}

</head>
<body>
{$header}

Zeile 3797Zeile 3824
{$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="1807"><![CDATA[<script type="text/javascript" src="{$mybb->asset_url}/jscripts/inline_moderation.js?ver=1807"></script>

		<template name="forumdisplay_inlinemoderation" version="1821"><![CDATA[<script type="text/javascript" src="{$mybb->asset_url}/jscripts/inline_moderation.js?ver=1821"></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 3810Zeile 3837
</select>
<input type="submit" class="button" name="go" value="{$lang->inline_go} ({$inlinecount})" id="inline_go" />&nbsp;
<input type="button" onclick="inlineModeration.clearChecked();" value="{$lang->clear}" class="button" />

</select>
<input type="submit" class="button" name="go" value="{$lang->inline_go} ({$inlinecount})" id="inline_go" />&nbsp;
<input type="button" onclick="inlineModeration.clearChecked();" value="{$lang->clear}" class="button" />

</form>

</form>

<script type="text/javascript">
<!--
var go_text = "{$lang->inline_go}";

<script type="text/javascript">
<!--
var go_text = "{$lang->inline_go}";

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

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

</tr>]]></template>

</tr>]]></template>

		<template name="forumdisplay_inlinemoderation_softdelete" version="1800"><![CDATA[<option value="multisoftdeletethreads">{$lang->soft_delete_threads}</option>]]></template>
<template name="forumdisplay_inlinemoderation_standard" version="1800"><![CDATA[<optgroup label="{$lang->standard_mod_tools}">
{$inlinemodopenclose}

		<template name="forumdisplay_inlinemoderation_softdelete" version="1800"><![CDATA[<option value="multisoftdeletethreads">{$lang->soft_delete_threads}</option>]]></template>
<template name="forumdisplay_inlinemoderation_standard" version="1800"><![CDATA[<optgroup label="{$lang->standard_mod_tools}">
{$inlinemodopenclose}

Zeile 3908Zeile 3935
</tr>
</table>
<br />]]></template>

</tr>
</table>
<br />]]></template>

		<template name="forumdisplay_searchforum" version="120"><![CDATA[<form action="search.php" method="post">

		<template name="forumdisplay_searchforum" version="1822"><![CDATA[<form action="search.php">

	<span class="smalltext"><strong>{$lang->search_forum}</strong></span>
<input type="text" class="textbox" name="keywords" /> {$gobutton}
<input type="hidden" name="action" value="do_search" />

	<span class="smalltext"><strong>{$lang->search_forum}</strong></span>
<input type="text" class="textbox" name="keywords" /> {$gobutton}
<input type="hidden" name="action" value="do_search" />

Zeile 3932Zeile 3959
{$forums}
</table>
<br />]]></template>

{$forums}
</table>
<br />]]></template>

		<template name="forumdisplay_thread" version="1809"><![CDATA[<tr class="inline_row">

		<template name="forumdisplay_thread" version="1823"><![CDATA[<tr class="inline_row">

	<td align="center" class="{$bgcolor}{$thread_type_class}" width="2%"><span class="thread_status {$folder}" title="{$folder_label}">&nbsp;</span></td>
<td align="center" class="{$bgcolor}{$thread_type_class}" width="2%">{$icon}</td>
<td class="{$bgcolor}{$thread_type_class}">
{$attachment_count}
<div>
<span>{$prefix} {$gotounread}{$thread['threadprefix']}<span class="{$inline_edit_class} {$new_class}" id="tid_{$inline_edit_tid}"><a href="{$thread['threadlink']}">{$thread['subject']}</a></span>{$thread['multipage']}</span>

	<td align="center" class="{$bgcolor}{$thread_type_class}" width="2%"><span class="thread_status {$folder}" title="{$folder_label}">&nbsp;</span></td>
<td align="center" class="{$bgcolor}{$thread_type_class}" width="2%">{$icon}</td>
<td class="{$bgcolor}{$thread_type_class}">
{$attachment_count}
<div>
<span>{$prefix} {$gotounread}{$thread['threadprefix']}<span class="{$inline_edit_class} {$new_class}" id="tid_{$inline_edit_tid}"><a href="{$thread['threadlink']}">{$thread['subject']}</a></span>{$thread['multipage']}</span>

			<div class="author smalltext">{$thread['profilelink']}</div>
</div>
</td>
<td align="center" class="{$bgcolor}{$thread_type_class}"><a href="javascript:void(0)" onclick="MyBB.whoPosted({$thread['tid']}); return false;">{$thread['replies']}</a>{$unapproved_posts}</td>

			<div><span class="author smalltext">{$thread['profilelink']}{$lang->comma}</span><span class="thread_start_datetime smalltext">{$thread['start_datetime']}</span></div>
</div>
</td>
<td align="center" class="{$bgcolor}{$thread_type_class}"><a href="{$mybb->settings['bburl']}/misc.php?action=whoposted&tid={$thread['tid']}" onclick="MyBB.whoPosted({$thread['tid']}); return false;">{$thread['replies']}</a>{$unapproved_posts}</td>

	<td align="center" class="{$bgcolor}{$thread_type_class}">{$thread['views']}</td>
{$rating}
<td class="{$bgcolor}{$thread_type_class}" style="white-space: nowrap; text-align: right;">

	<td align="center" class="{$bgcolor}{$thread_type_class}">{$thread['views']}</td>
{$rating}
<td class="{$bgcolor}{$thread_type_class}" style="white-space: nowrap; text-align: right;">

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

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

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

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

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

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

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

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

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

				<span class="smalltext"><strong><a href="misc.php?action=markread&amp;fid={$fid}{$post_code_string}">{$lang->markforum_read}</a>{$addremovesubscription}{$clearstoredpass}</strong></span>
</div>

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

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

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

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

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

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

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

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

Zeile 4082Zeile 4109
{$prefixselect_prefix}
</select>]]></template>
<template name="forumdisplay_threadlist_prefixes_prefix" version="1800"><![CDATA[<option value="{$prefix['pid']}"{$selected}>{$lang->prefix} {$prefix['prefix']}</option>]]></template>

{$prefixselect_prefix}
</select>]]></template>
<template name="forumdisplay_threadlist_prefixes_prefix" version="1800"><![CDATA[<option value="{$prefix['pid']}"{$selected}>{$lang->prefix} {$prefix['prefix']}</option>]]></template>

		<template name="forumdisplay_threadlist_rating" version="1808"><![CDATA[	<td class="tcat" align="center" width="80">

		<template name="forumdisplay_threadlist_rating" version="1821"><![CDATA[	<td class="tcat" align="center" width="80">

		<span class="smalltext"><strong><a href="{$sorturl}&amp;sortby=rating&amp;order=desc">{$lang->rating}</a> {$orderarrow['rating']}</strong></span>

		<span class="smalltext"><strong><a href="{$sorturl}&amp;sortby=rating&amp;order=desc">{$lang->rating}</a> {$orderarrow['rating']}</strong></span>

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

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

		<script type="text/javascript">
<!--
lang.stars = new Array();

		<script type="text/javascript">
<!--
lang.stars = new Array();

Zeile 4098Zeile 4125
		</script>
</td>]]></template>
<template name="forumdisplay_threadlist_sortrating" version="120"><![CDATA[<option value="rating" {$sortsel['rating']}>{$lang->sort_by_rating}</option>]]></template>

		</script>
</td>]]></template>
<template name="forumdisplay_threadlist_sortrating" version="120"><![CDATA[<option value="rating" {$sortsel['rating']}>{$lang->sort_by_rating}</option>]]></template>

 
		<template name="forumdisplay_threadlist_subscription" version="1820"><![CDATA[ | <a href="usercp.php?action={$add_remove_subscription}subscription&amp;type=forum&amp;fid={$fid}&amp;my_post_key={$mybb->post_code}">{$add_remove_subscription_text}</a>]]></template>

		<template name="forumdisplay_threads_sep" version="120"><![CDATA[<tr>
<td class="trow_sep" colspan="{$colspan}">{$lang->normal_threads}</td>
</tr>]]></template>
<template name="forumdisplay_usersbrowsing" version="1400"><![CDATA[<span class="smalltext">{$lang->users_browsing_forum} {$onlinemembers}{$onlinesep}{$invisonline}{$onlinesep2}{$guestsonline}</span><br />]]></template>
<template name="forumdisplay_usersbrowsing_user" version="1400"><![CDATA[{$comma}{$user['profilelink']}{$invisiblemark}]]></template>

		<template name="forumdisplay_threads_sep" version="120"><![CDATA[<tr>
<td class="trow_sep" colspan="{$colspan}">{$lang->normal_threads}</td>
</tr>]]></template>
<template name="forumdisplay_usersbrowsing" version="1400"><![CDATA[<span class="smalltext">{$lang->users_browsing_forum} {$onlinemembers}{$onlinesep}{$invisonline}{$onlinesep2}{$guestsonline}</span><br />]]></template>
<template name="forumdisplay_usersbrowsing_user" version="1400"><![CDATA[{$comma}{$user['profilelink']}{$invisiblemark}]]></template>

		<template name="forumjump_advanced" version="1804"><![CDATA[<form action="forumdisplay.php" method="get">

		<template name="forumjump_advanced" version="1821"><![CDATA[<form action="forumdisplay.php" method="get">

<span class="smalltext"><strong>{$lang->forumjump}</strong></span>
<select name="{$name}" class="forumjump">
<option value="-4">{$lang->forumjump_pms}</option>

<span class="smalltext"><strong>{$lang->forumjump}</strong></span>
<select name="{$name}" class="forumjump">
<option value="-4">{$lang->forumjump_pms}</option>

Zeile 4116Zeile 4144
{$gobutton}
</form>
<script type="text/javascript">

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

$(".forumjump").change(function() {

$(".forumjump").on('change', function() {

	var option = $(this).val();

if(option < 0)

	var option = $(this).val();

if(option < 0)

Zeile 4142Zeile 4170
		<template name="global_boardclosed_reason" version="1808"><![CDATA[<blockquote>{$mybb->settings['boardclosed_reason']}</blockquote>]]></template>
<template name="global_boardclosed_warning" version="1600"><![CDATA[<div class="red_alert"><strong>{$lang->bbclosed_warning}</strong></div>]]></template>
<template name="global_board_offline_modal" version="1804"><![CDATA[<div class="modal">

		<template name="global_boardclosed_reason" version="1808"><![CDATA[<blockquote>{$mybb->settings['boardclosed_reason']}</blockquote>]]></template>
<template name="global_boardclosed_warning" version="1600"><![CDATA[<div class="red_alert"><strong>{$lang->bbclosed_warning}</strong></div>]]></template>
<template name="global_board_offline_modal" version="1804"><![CDATA[<div class="modal">

	<div style="overflow-y: auto; max-height: 400px;">
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead">
<strong>{$mybb->settings['bbname']}</strong>
</td>
</tr>
<tr>
<td class="trow1">{$lang->error_boardclosed}</td>
</tr>
</table>

	<div style="overflow-y: auto; max-height: 400px;">
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead">
<strong>{$mybb->settings['bbname']}</strong>
</td>
</tr>
<tr>
<td class="trow1">{$lang->error_boardclosed}</td>
</tr>
</table>

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

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

		<template name="global_dst_detection" version="1808"><![CDATA[<script type="text/javascript">if(MyBB) { $([document, window]).bind("load", function() { MyBB.detectDSTChange('{$timezone}'); }); }</script>]]></template>

		<template name="global_dst_detection" version="1821"><![CDATA[<script type="text/javascript">if(MyBB) { $([document, window]).on("load", function() { MyBB.detectDSTChange('{$timezone}'); }); }</script>]]></template>

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

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

Zeile 4176Zeile 4204
	<div>{$privatemessage_text}</div>
</div>]]></template>
<template name="global_remote_avatar_notice" version="1809"><![CDATA[<div class="red_alert"><a href="{$mybb->settings['bburl']}/usercp.php?action=avatar">{$lang->remote_avatar_disabled_default_avatar}</a></div>]]></template>

	<div>{$privatemessage_text}</div>
</div>]]></template>
<template name="global_remote_avatar_notice" version="1809"><![CDATA[<div class="red_alert"><a href="{$mybb->settings['bburl']}/usercp.php?action=avatar">{$lang->remote_avatar_disabled_default_avatar}</a></div>]]></template>

		<template name="global_unreadreports" version="1800"><![CDATA[<div class="red_alert"><a href="{$mybb->settings['bburl']}/modcp.php?action=reports">{$lang->unread_reports}</a></div>]]></template>

		<template name="global_unreadreports" version="1820"><![CDATA[<a href="{$mybb->settings['bburl']}/modcp.php?action=reports">{$lang->unread_reports}</a>]]></template>

		<template name="global_moderation_notice" version="1800"><![CDATA[<div class="pm_alert">{$moderation_text}</div>]]></template>

		<template name="global_moderation_notice" version="1800"><![CDATA[<div class="pm_alert">{$moderation_text}</div>]]></template>

 
		<template name="global_modqueue" version="1820"><![CDATA[<a href="{$mybb->settings['bburl']}/modcp.php?action=modqueue&type={$modqueue_type}">{$modqueue_message}</a>]]></template>
<template name="global_modqueue_notice" version="1820"><![CDATA[<div class="red_alert">{$moderation_queue}</div>]]></template>

		<template name="global_awaiting_activation" version="1800"><![CDATA[<div class="red_alert">{$awaiting_message}</div>]]></template>

		<template name="global_awaiting_activation" version="1800"><![CDATA[<div class="red_alert">{$awaiting_message}</div>]]></template>

		<template name="header" version="1809"><![CDATA[<div id="container">

		<template name="header" version="1820"><![CDATA[<div id="container">

		<a name="top" id="top"></a>
<div id="header">
<div id="logo">

		<a name="top" id="top"></a>
<div id="header">
<div id="logo">

Zeile 4209Zeile 4239
				{$remote_avatar_notice}
{$bannedwarning}
{$bbclosedwarning}

				{$remote_avatar_notice}
{$bannedwarning}
{$bbclosedwarning}

				{$unreadreports}

				{$modnotice}

				{$pending_joinrequests}
{$awaitingusers}
<navigation>

				{$pending_joinrequests}
{$awaitingusers}
<navigation>

Zeile 4218Zeile 4248
		<template name="header_menu_memberlist" version="1800"><![CDATA[<li><a href="{$mybb->settings['bburl']}/memberlist.php" class="memberlist">{$lang->toplinks_memberlist}</a></li>]]></template>
<template name="header_menu_portal" version="1800"><![CDATA[<li><a href="{$mybb->settings['bburl']}/portal.php" class="portal">{$lang->toplinks_portal}</a></li>]]></template>
<template name="header_menu_search" version="1800"><![CDATA[<li><a href="{$mybb->settings['bburl']}/search.php" class="search">{$lang->toplinks_search}</a></li>]]></template>

		<template name="header_menu_memberlist" version="1800"><![CDATA[<li><a href="{$mybb->settings['bburl']}/memberlist.php" class="memberlist">{$lang->toplinks_memberlist}</a></li>]]></template>
<template name="header_menu_portal" version="1800"><![CDATA[<li><a href="{$mybb->settings['bburl']}/portal.php" class="portal">{$lang->toplinks_portal}</a></li>]]></template>
<template name="header_menu_search" version="1800"><![CDATA[<li><a href="{$mybb->settings['bburl']}/search.php" class="search">{$lang->toplinks_search}</a></li>]]></template>

		<template name="header_quicksearch" version="1804"><![CDATA[						<form action="{$mybb->settings['bburl']}/search.php" method="post">

		<template name="header_quicksearch" version="1822"><![CDATA[						<form action="{$mybb->settings['bburl']}/search.php">

						<fieldset id="search">
<input name="keywords" type="text" class="textbox" />
<input value="{$lang->search_button}" type="submit" class="button" />

						<fieldset id="search">
<input name="keywords" type="text" class="textbox" />
<input value="{$lang->search_button}" type="submit" class="button" />

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

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

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

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

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

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

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

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

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

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

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

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

							{$loginform}






















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

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

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



























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

	<span class="welcome">{$lang->welcome_back} <a href="{$mybb->settings['bburl']}/member.php?action=logout&amp;logoutkey={$mybb->user['logoutkey']}" class="logout">{$lang->welcome_logout}</a></span>
</div>
</div>

	<span class="welcome">{$lang->welcome_back} <a href="{$mybb->settings['bburl']}/member.php?action=logout&amp;logoutkey={$mybb->user['logoutkey']}" class="logout">{$lang->welcome_logout}</a></span>
</div>
</div>

Zeile 4279Zeile 4315
			{$admincplink}
</ul>
<ul class="menu user_links">

			{$admincplink}
</ul>
<ul class="menu user_links">

			<li><a href="javascript:void(0)" onclick="MyBB.popupWindow('{$mybb->settings['bburl']}/misc.php?action=buddypopup&modal=1', null, true); return false;">{$lang->welcome_open_buddy_list}</a></li>

			{$buddylink}

			{$searchlink}
{$pmslink}
</ul>

			{$searchlink}
{$pmslink}
</ul>

Zeile 4288Zeile 4324
</div>]]></template>
<template name="header_welcomeblock_member_admin" version="1800"><![CDATA[<li><a href="{$mybb->settings['bburl']}/{$admin_dir}/index.php" class="admincp">{$lang->welcome_admin}</a></li>]]></template>
<template name="header_welcomeblock_member_moderator" version="1800"><![CDATA[<li><a href="{$mybb->settings['bburl']}/modcp.php" class="modcp">{$lang->welcome_modcp}</a></li>]]></template>

</div>]]></template>
<template name="header_welcomeblock_member_admin" version="1800"><![CDATA[<li><a href="{$mybb->settings['bburl']}/{$admin_dir}/index.php" class="admincp">{$lang->welcome_admin}</a></li>]]></template>
<template name="header_welcomeblock_member_moderator" version="1800"><![CDATA[<li><a href="{$mybb->settings['bburl']}/modcp.php" class="modcp">{$lang->welcome_modcp}</a></li>]]></template>

 
		<template name="header_welcomeblock_member_buddy" version="1821"><![CDATA[<li><a id="buddylink" href="javascript:void(0)" onclick="MyBB.popupWindow('{$mybb->settings['bburl']}/misc.php?action=buddypopup&modal=1', null, true); return false;">{$lang->welcome_open_buddy_list}</a></li>]]></template>

		<template name="header_welcomeblock_member_pms" version="1809"><![CDATA[<li><a href="{$mybb->settings['bburl']}/private.php">{$lang->welcome_pms}</a> {$lang->welcome_pms_usage}</li>]]></template>
<template name="header_welcomeblock_member_search" version="1809"><![CDATA[<li><a href="{$mybb->settings['bburl']}/search.php?action=getnew">{$lang->welcome_newposts}</a></li>
<li><a href="{$mybb->settings['bburl']}/search.php?action=getdaily">{$lang->welcome_todaysposts}</a></li>]]></template>
<template name="header_welcomeblock_member_user" version="1809"><![CDATA[<li><a href="{$mybb->settings['bburl']}/usercp.php" class="usercp">{$lang->welcome_usercp}</a></li>]]></template>

		<template name="header_welcomeblock_member_pms" version="1809"><![CDATA[<li><a href="{$mybb->settings['bburl']}/private.php">{$lang->welcome_pms}</a> {$lang->welcome_pms_usage}</li>]]></template>
<template name="header_welcomeblock_member_search" version="1809"><![CDATA[<li><a href="{$mybb->settings['bburl']}/search.php?action=getnew">{$lang->welcome_newposts}</a></li>
<li><a href="{$mybb->settings['bburl']}/search.php?action=getdaily">{$lang->welcome_todaysposts}</a></li>]]></template>
<template name="header_welcomeblock_member_user" version="1809"><![CDATA[<li><a href="{$mybb->settings['bburl']}/usercp.php" class="usercp">{$lang->welcome_usercp}</a></li>]]></template>

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

		<template name="index" version="1817"><![CDATA[<html>

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

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

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


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


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

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


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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Zeile 4355Zeile 4391
</tbody>
</table>
<br />]]></template>

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

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

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


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

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

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

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

</tr>]]></template>
<template name="index_whosonline_memberbit" version="1400"><![CDATA[{$comma}{$user['profilelink']}{$invisiblemark}]]></template>
<template name="managegroup" version="1807"><![CDATA[<html>
<head>
<title>{$mybb->settings['bbname']} - {$lang->members_of}</title>
{$headerinclude}
</head>
<body>
{$header}
{$joinrequests}
<p>{$usergrouptype}</p>
{$group_leaders}
<form method="post" action="managegroup.php">
<input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
<input type="hidden" name="action" value="do_manageusers" />
<input type="hidden" name="gid" value="{$gid}" />
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead" colspan="6"><strong>{$lang->members_of}</strong></td>
</tr>
<tr>
<td class="tcat" width="40%"><span class="smalltext"><strong>{$lang->user_name}</strong></span></td>
<td class="tcat" colspan="2" align="center"><span class="smalltext"><strong>{$lang->contact}</strong></span></td>
<td class="tcat" align="center" width="15%"><span class="smalltext"><strong>{$lang->reg_date}</strong></span></td>
<td class="tcat" align="center" width="15%"><span class="smalltext"><strong>{$lang->post_count}</strong></span></td>
<td class="tcat" width="1">&nbsp;</td>
</tr>
{$users}
</table>
{$multipage}
<br />
<div align="center">{$remove_users}</div>
</form>
{$add_user}
{$invite_user}
{$footer}



</tr>]]></template>
<template name="index_whosonline_memberbit" version="1818"><![CDATA[{$user['profilelink']}{$invisiblemark}]]></template>
<template name="managegroup" version="1813"><![CDATA[<html>
<head>
<title>{$mybb->settings['bbname']} - {$lang->members_of}</title>
{$headerinclude}
</head>
<body>
{$header}
{$joinrequests}
<p>{$usergrouptype}</p>
{$group_leaders}
{$multipage}
<form method="post" action="managegroup.php">
<input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
<input type="hidden" name="action" value="do_manageusers" />
<input type="hidden" name="gid" value="{$gid}" />
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead" colspan="6"><strong>{$lang->members_of}</strong></td>
</tr>
<tr>
<td class="tcat" width="40%"><span class="smalltext"><strong>{$lang->user_name}</strong></span></td>
<td class="tcat" colspan="2" align="center"><span class="smalltext"><strong>{$lang->contact}</strong></span></td>
<td class="tcat" align="center" width="15%"><span class="smalltext"><strong>{$lang->reg_date}</strong></span></td>
<td class="tcat" align="center" width="15%"><span class="smalltext"><strong>{$lang->post_count}</strong></span></td>
<td class="tcat" width="1">&nbsp;</td>
</tr>
{$users}
</table>
<br />
<div align="center">
{$remove_users}
</div>
</form>
{$add_user}
{$invite_user}
{$footer}

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

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

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

		<template name="managegroup_adduser" version="1823"><![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" />

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

Zeile 4436Zeile 4473
		placeholder: "{$lang->search_user}",
minimumInputLength: 2,
multiple: false,

		placeholder: "{$lang->search_user}",
minimumInputLength: 2,
multiple: false,

 
		allowClear: true,

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

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

Zeile 4465Zeile 4503
<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="1807"><![CDATA[<br />

		<template name="managegroup_inviteuser" version="1823"><![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 4490Zeile 4528
		placeholder: "{$lang->search_user}",
minimumInputLength: 2,
multiple: false,

		placeholder: "{$lang->search_user}",
minimumInputLength: 2,
multiple: false,

 
		allowClear: true,

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

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

Zeile 4575Zeile 4614
<td class="{$altbg}" align="center">{$user['postnum']}</td>
<td class="{$altbg}" align="center">{$checkbox}</td>
</tr>]]></template>

<td class="{$altbg}" align="center">{$user['postnum']}</td>
<td class="{$altbg}" align="center">{$checkbox}</td>
</tr>]]></template>

		<template name="managegroup_user_checkbox" version="120"><![CDATA[<input type="checkbox" class="checkbox" name="removeuser[{$user['uid']}]" value="{$user['uid']}" />]]></template>

		<template name="managegroup_user_checkbox" version="1823"><![CDATA[<input type="checkbox" class="checkbox" name="removeuser[{$user['uid']}]" value="{$user['uid']}" {$disabled} />]]></template>

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

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

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

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

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

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

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

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

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

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

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

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

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

		<template name="member_lostpw" version="120"><![CDATA[<html>

		<template name="member_lostpw" version="1821"><![CDATA[<html>

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

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

 
{$errors}

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

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

Zeile 4758Zeile 4799
</tr>
<tr>
<td class="trow1" width="40%"><strong>{$lang->email_address}</strong></td>

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

<td class="trow1" width="60%"><input type="text" class="textbox" name="email" value="{$email}" /></td>

</tr>

</tr>

 
{$captcha}

</table>
<br />

</table>
<br />

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

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

<input type="hidden" name="action" value="do_lostpw" />
</form>
{$footer}
</body>
</html>]]></template>

<input type="hidden" name="action" value="do_lostpw" />
</form>
{$footer}
</body>
</html>]]></template>

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




		<template name="member_no_referrals" version="1820"><![CDATA[<tr>
<td class="trow1" colspan="2">{$lang->member_no_referrals}</td>
</tr>]]></template>
<template name="member_profile" version="1820"><![CDATA[<html>

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

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

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

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

</head>
<body>
{$header}

</head>
<body>
{$header}

Zeile 4814Zeile 4859
					<td class="trow2">{$memlastvisitdate}</td>
</tr>
<tr>

					<td class="trow2">{$memlastvisitdate}</td>
</tr>
<tr>

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

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

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

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

				</tr>

				</tr>

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

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

Zeile 4830Zeile 4875
				{$warning_level}
</table>
{$contact_details}

				{$warning_level}
</table>
{$contact_details}

		</td>

		</td>

		<td>&nbsp;&nbsp;</td>
<td width="50%" valign="top">
{$profilefields}

		<td>&nbsp;&nbsp;</td>
<td width="50%" valign="top">
{$profilefields}

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

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

	</tr>

	</tr>

</table>
{$footer}
</body>
</html>]]></template>
<template name="member_profile_addremove" version="1800"><![CDATA[<a href="{$add_remove_options['url']}" class="button small_button {$add_remove_options['class']}"><span>{$add_remove_options['lang']}</span></a>]]></template>
<template name="member_profile_adminoptions" version="1800"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" width="100%" class="tborder">

</table>
{$footer}
</body>
</html>]]></template>
<template name="member_profile_addremove" version="1800"><![CDATA[<a href="{$add_remove_options['url']}" class="button small_button {$add_remove_options['class']}"><span>{$add_remove_options['lang']}</span></a>]]></template>
<template name="member_profile_adminoptions" version="1800"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" width="100%" class="tborder">

<tr>















<tr>
<td colspan="2" class="thead"><strong>{$lang->admin_options}</strong></td>
</tr>
<tr>
<td class="trow1">
<ul>
<li><a href="{$mybb->settings['bburl']}/{$admin_dir}/index.php?module=user-users&amp;action=edit&amp;uid={$uid}">{$lang->admin_edit_in_acp}</a></li>
<li><a href="{$mybb->settings['bburl']}/{$admin_dir}/index.php?module=user-banning&amp;uid={$uid}">{$lang->admin_ban_in_acp}</a></li>
</ul>
</td>
</tr>
</table>
<br />]]></template>
<template name="member_profile_adminoptions_manageban" version="1823"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" width="100%" class="tborder">
<tr>

<td colspan="2" class="thead"><strong>{$lang->admin_options}</strong></td>
</tr>
<tr>
<td class="trow1">
<ul>
<li><a href="{$mybb->settings['bburl']}/{$admin_dir}/index.php?module=user-users&amp;action=edit&amp;uid={$uid}">{$lang->admin_edit_in_acp}</a></li>

<td colspan="2" class="thead"><strong>{$lang->admin_options}</strong></td>
</tr>
<tr>
<td class="trow1">
<ul>
<li><a href="{$mybb->settings['bburl']}/{$admin_dir}/index.php?module=user-users&amp;action=edit&amp;uid={$uid}">{$lang->admin_edit_in_acp}</a></li>

<li><a href="{$mybb->settings['bburl']}/{$admin_dir}/index.php?module=user-banning&amp;uid={$uid}">{$lang->admin_ban_in_acp}</a></li>


<li><a href="{$mybb->settings['bburl']}/{$admin_dir}/index.php?module=user-banning&amp;action=edit&amp;uid={$uid}">{$lang->admin_edit_ban_in_acp}</a></li>
<li><a href="{$mybb->settings['bburl']}/{$admin_dir}/index.php?module=user-banning&amp;action=lift&amp;uid={$uid}">{$lang->admin_lift_ban_in_acp}</a></li>

</ul>
</td>
</tr>

</ul>
</td>
</tr>

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

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

</fieldset>

</fieldset>

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

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

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

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

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

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

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

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

Zeile 4885Zeile 4945
	{$sendemail}
{$sendpm}
{$contact_fields['icq']}

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

	{$contact_fields['aim']}
{$contact_fields['yahoo']}

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

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

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

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

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

Zeile 4902Zeile 4956
	<td class="{$bgcolors['icq']}"><strong>{$lang->icq_number}</strong></td>
<td class="{$bgcolors['icq']}">{$memprofile['icq']}</td>
</tr>]]></template>

	<td class="{$bgcolors['icq']}"><strong>{$lang->icq_number}</strong></td>
<td class="{$bgcolors['icq']}">{$memprofile['icq']}</td>
</tr>]]></template>

		<template name="member_profile_contact_fields_skype" version="1809"><![CDATA[<tr>

		<template name="member_profile_contact_fields_skype" version="1823"><![CDATA[<tr>

	<td class="{$bgcolors['skype']}"><strong>{$lang->skype_id}</strong></td>

	<td class="{$bgcolors['skype']}"><strong>{$lang->skype_id}</strong></td>

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

	<td class="{$bgcolors['skype']}">{$memprofile['skype']}</td>





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

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

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

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

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

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

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

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

 
{$ipaddress}

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

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

Zeile 4949Zeile 5000
</table>
<br />]]></template>
<template name="member_profile_modoptions_banuser" version="1800"><![CDATA[<li><a href="{$mybb->settings['bburl']}/modcp.php?action=banuser&amp;uid={$uid}">{$lang->ban_in_mcp}</a></li>]]></template>

</table>
<br />]]></template>
<template name="member_profile_modoptions_banuser" version="1800"><![CDATA[<li><a href="{$mybb->settings['bburl']}/modcp.php?action=banuser&amp;uid={$uid}">{$lang->ban_in_mcp}</a></li>]]></template>

 
		<template name="member_profile_modoptions_manageban" version="1820"><![CDATA[<li><a href="{$mybb->settings['bburl']}/modcp.php?action=banuser&amp;uid={$uid}">{$lang->edit_ban_in_mcp}</a></li>
<li><a href="{$mybb->settings['bburl']}/modcp.php?action=liftban&amp;uid={$uid}&amp;my_post_key={$mybb->post_code}">{$lang->lift_ban_in_mcp}</a></li>]]></template>

		<template name="member_profile_modoptions_editnotes" version="1800"><![CDATA[<a href="{$mybb->settings['bburl']}/modcp.php?action=editprofile&amp;uid={$uid}#usernotes">{$lang->edit_usernotes}</a>]]></template>
<template name="member_profile_modoptions_editprofile" version="1800"><![CDATA[<li><a href="{$mybb->settings['bburl']}/modcp.php?action=editprofile&amp;uid={$uid}">{$lang->edit_in_mcp}</a></li>]]></template>

		<template name="member_profile_modoptions_editnotes" version="1800"><![CDATA[<a href="{$mybb->settings['bburl']}/modcp.php?action=editprofile&amp;uid={$uid}#usernotes">{$lang->edit_usernotes}</a>]]></template>
<template name="member_profile_modoptions_editprofile" version="1800"><![CDATA[<li><a href="{$mybb->settings['bburl']}/modcp.php?action=editprofile&amp;uid={$uid}">{$lang->edit_in_mcp}</a></li>]]></template>

 
		<template name="member_profile_modoptions_ipaddress" version="1812"><![CDATA[<tr>
<td class="trow1">
<strong>{$lang->registration_ip}</strong> {$memprofile['regip']}<br />
<strong>{$lang->last_known_ip}</strong> {$memprofile['lastip']}
</td>
</tr>]]></template>

		<template name="member_profile_modoptions_purgespammer" version="1800"><![CDATA[<li><a href="{$mybb->settings['bburl']}/moderation.php?action=purgespammer&amp;uid={$uid}">{$lang->purgespammer}</a></li>]]></template>

		<template name="member_profile_modoptions_purgespammer" version="1800"><![CDATA[<li><a href="{$mybb->settings['bburl']}/moderation.php?action=purgespammer&amp;uid={$uid}">{$lang->purgespammer}</a></li>]]></template>

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

		<template name="member_profile_modoptions_manageuser" version="1820"><![CDATA[<tr>

<td class="trow1">
<ul>
{$editprofile}
{$banuser}

<td class="trow1">
<ul>
{$editprofile}
{$banuser}

 
{$manageban}

{$purgespammer}
</ul>
</td>

{$purgespammer}
</ul>
</td>

Zeile 4968Zeile 5028
	<td class="{$bgcolor}"><strong>{$lang->pm}</strong></td>
<td class="{$bgcolor}"><a href="private.php?action=send&amp;uid={$memprofile['uid']}">{$lang->send_pm}</a></td>
</tr>]]></template>

	<td class="{$bgcolor}"><strong>{$lang->pm}</strong></td>
<td class="{$bgcolor}"><a href="private.php?action=send&amp;uid={$memprofile['uid']}">{$lang->send_pm}</a></td>
</tr>]]></template>

		<template name="member_profile_referrals" version="1600"><![CDATA[<tr>
<td class="{$bg_color}"><strong>{$lang->members_referred}</strong></td>
<td class="{$bg_color}">{$memprofile['referrals']}</td>

		<template name="member_profile_referrals" version="1820"><![CDATA[<tr>
<td class="{$bg_color}"><strong>{$lang->members_referred}</strong></td>
<td class="{$bg_color}">{$memprofile['referrals']}</td>

</tr>]]></template>
<template name="member_profile_reputation" version="1600"><![CDATA[<tr>
<td class="{$bg_color}"><strong>{$lang->reputation}</strong></td>

</tr>]]></template>
<template name="member_profile_reputation" version="1600"><![CDATA[<tr>
<td class="{$bg_color}"><strong>{$lang->reputation}</strong></td>

Zeile 4983Zeile 5043
</tr>
<tr>
<td class="trow1 scaleimages">{$memprofile['signature']}</td>

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

</tr>

</tr>

</table>
<br />]]></template>
<template name="member_profile_userstar" version="1800"><![CDATA[<img src="{$starimage}" border="0" alt="*" />]]></template>

</table>
<br />]]></template>
<template name="member_profile_userstar" version="1800"><![CDATA[<img src="{$starimage}" border="0" alt="*" />]]></template>

Zeile 4991Zeile 5051
		<template name="member_profile_warninglevel" version="1600"><![CDATA[<tr>
<td class="{$bg_color}"><strong>{$lang->warning_level}</strong></td>
<td class="{$bg_color}"><a href="{$warning_link}">{$warning_level}</a> {$warn_user}</td>

		<template name="member_profile_warninglevel" version="1600"><![CDATA[<tr>
<td class="{$bg_color}"><strong>{$lang->warning_level}</strong></td>
<td class="{$bg_color}"><a href="{$warning_link}">{$warning_level}</a> {$warn_user}</td>

</tr>]]></template>
<template name="member_profile_website" version="1800"><![CDATA[<tr>

</tr>]]></template>
<template name="member_profile_website" version="1813"><![CDATA[<tr>

	<td class="{$bgcolor}"><strong>{$lang->homepage}</strong></td>

	<td class="{$bgcolor}"><strong>{$lang->homepage}</strong></td>

	<td class="{$bgcolor}"><a href="{$memprofile['website']}" target="_blank">{$memprofile['website']}</a></td>

	<td class="{$bgcolor}"><a href="{$memprofile['website']}" target="_blank" rel="noopener">{$memprofile['website']}</a></td>

</tr>]]></template>

</tr>]]></template>

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










































		<template name="member_referral_row" version="1822"><![CDATA[	<tr>
<td class="{$bg_color}">{$username}</td>
<td class="{$bg_color}" style="text-align: right;">{$regdate}</td>
</tr>]]></template>
<template name="member_referrals" version="1822"><![CDATA[<html>
<head>
<title>{$mybb->settings['bbname']} - {$lang->nav_referrals}</title>
{$headerinclude}
</head>
<body>
{$header}
{$multipage}
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead" colspan="5"><strong>{$lang->referrals}</strong></td>
</tr>
<tr>
<td class="tcat"><span class="smalltext"><strong>{$lang->username}</strong></span></td>
<td style="text-align: right;" class="tcat"><span class="smalltext"><strong>{$lang->referral_date}</strong></span></td>
</tr>
{$referral_rows}
</table>
{$multipage}
{$footer}
</body>
</html>]]></template>
<template name="member_referrals_link" version="1820"><![CDATA[<a href="{$mybb->settings['bburl']}/member.php?action=referrals&amp;uid={$uid}" id="referrer_{$uid}" class="referralLink">{$referral_count}</a>]]></template>
<template name="member_referrals_popup" version="1822"><![CDATA[<div class="modal">
<div style="overflow-y: auto; max-height: 400px;" class="referral_modal_{$uid}">
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead" colspan="2"><strong>{$lang->referrals}</strong></td>
</tr>
<tr>
<td class="tcat" width="50%"><span class="smalltext"><strong>{$lang->username}</strong></span></td>
<td class="tcat" width="50%" style="text-align: right;"><span class="smalltext"><strong>{$lang->referral_date}</strong></span></td>
</tr>
{$referral_rows}
</table>
</div>
</div>]]></template>
<template name="member_register" version="1823"><![CDATA[<html>

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

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

<script type="text/javascript" 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=1821"></script>

</head>
<body>
{$header}

</head>
<body>
{$header}

Zeile 5037Zeile 5138
</table>
</fieldset>
{$requiredfields}

</table>
</fieldset>
{$requiredfields}

{$customfields}

{$customfields}

{$referrer}
{$regimage}
{$questionbox}

{$referrer}
{$regimage}
{$questionbox}

Zeile 5080Zeile 5181
		<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>
</table>
</fieldset>

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

<br />
<fieldset class="trow2">
<legend><strong><label for="timezone">{$lang->time_offset}</label></strong></legend>

<br />
<fieldset class="trow2">
<legend><strong><label for="timezone">{$lang->time_offset}</label></strong></legend>

Zeile 5105Zeile 5206
		<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 5121Zeile 5222
<input type="submit" class="button" name="regsubmit" value="{$lang->submit_registration}" />
</div>
</form>

<input type="submit" class="button" name="regsubmit" value="{$lang->submit_registration}" />
</div>
</form>

<script type="text/javascript">
$(document).ready(function() {
$("#registration_form").validate({
rules: {
username: {
required: true,
minlength: {$mybb->settings['minnamelength']},
maxlength: {$mybb->settings['maxnamelength']},
remote: {
url: "xmlhttp.php?action=username_availability",
type: "post",
dataType: "json",
data:
{
my_post_key: my_post_key
},
},
},
email: {
required: true,
email: true,
},
email2: {
required: true,
email: true,
equalTo: "#email"
},
},
messages: {
username: {
minlength: "{$lang->js_validator_username_length}",
maxlength: "{$lang->js_validator_username_length}",
},
email: "{$lang->js_validator_invalid_email}",
email2: "{$lang->js_validator_email_match}",
},
errorPlacement: function(error, element) {
if(element.is(':checkbox') || element.is(':radio'))
error.insertAfter($('input[name="' + element.attr('name') + '"]').last().next('span'));
else
error.insertAfter(element);
}
});

{$validator_extra}
});
</script>

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














































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

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

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

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

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

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

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

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

Zeile 5238Zeile 5294
</tr>
<tr>
<td class="trow1">

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

{$lang->coppa_desc}

{$coppa_desc}

<div style="width: 400px; margin: auto; margin-bottom: 15px;">
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>

<div style="width: 400px; margin: auto; margin-bottom: 15px;">
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>

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

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

						</td>

						</td>

						<td>

						<td>

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

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

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

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

Zeile 5325Zeile 5381
<option value="">-----------</option>
{$langoptions}
</select></td>

<option value="">-----------</option>
{$langoptions}
</select></td>

</tr>
</table>
</fieldset>]]></template>

</tr>
</table>
</fieldset>]]></template>

		<template name="member_register_password" version="1400"><![CDATA[<tr>
<td width="50%" valign="top"><span class="smalltext">{$lang->password}</span></td>
<td width="50%" valign="top"><span class="smalltext">{$lang->confirm_password}</span></td>

		<template name="member_register_password" version="1400"><![CDATA[<tr>
<td width="50%" valign="top"><span class="smalltext">{$lang->password}</span></td>
<td width="50%" valign="top"><span class="smalltext">{$lang->confirm_password}</span></td>

Zeile 5335Zeile 5391
<tr>
<td width="50%" valign="top"><input type="password" class="textbox" name="password" id="password" style="width: 100%" /></td>
<td width="50%" valign="top"><input type="password" class="textbox" name="password2" id="password2" style="width: 100%" /></td>

<tr>
<td width="50%" valign="top"><input type="password" class="textbox" name="password" id="password" style="width: 100%" /></td>
<td width="50%" valign="top"><input type="password" class="textbox" name="password2" id="password2" style="width: 100%" /></td>

</tr>
<tr>

</tr>
<tr>

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

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

		<template name="member_register_question" version="1808"><![CDATA[<br />

		<template name="member_register_question" version="1821"><![CDATA[<br />

<fieldset class="trow2">
<script type="text/javascript">
<!--
lang.question_fetch_failure = "{$lang->question_fetch_failure}";
// -->
</script>

<fieldset class="trow2">
<script type="text/javascript">
<!--
lang.question_fetch_failure = "{$lang->question_fetch_failure}";
// -->
</script>

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

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

<legend><strong>{$lang->security_question}</strong></legend>
<table cellspacing="0" cellpadding="{$theme['tablespace']}">
<tr>
<td colspan="2"><span class="smalltext">{$lang->question_note}</span></td>

<legend><strong>{$lang->security_question}</strong></legend>
<table cellspacing="0" cellpadding="{$theme['tablespace']}">
<tr>
<td colspan="2"><span class="smalltext">{$lang->question_note}</span></td>

</tr>
<tr>
<td colspan="2"><br /><span class="smalltext" id="question" style="font-weight:bold;">{$question['question']}</span></td>
</tr>
<tr>

</tr>
<tr>
<td colspan="2"><br /><span class="smalltext" id="question" style="font-weight:bold;">{$question['question']}</span></td>
</tr>
<tr>

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

Zeile 5379Zeile 5435
		// -->
</script>
]]></template>

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

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

		<template name="member_register_referrer" version="1823"><![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 5403Zeile 5459
		placeholder: "{$lang->search_user}",
minimumInputLength: 2,
multiple: false,

		placeholder: "{$lang->search_user}",
minimumInputLength: 2,
multiple: false,

 
		allowClear: true,

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

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

Zeile 5429Zeile 5486
}
// -->
</script>]]></template>

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

		<template name="member_register_regimage" version="1808"><![CDATA[<br />

		<template name="member_register_regimage" version="1821"><![CDATA[<br />

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

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

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

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

<legend><strong>{$lang->image_verification}</strong></legend>
<table cellspacing="0" cellpadding="{$theme['tablespace']}">
<tr>

<legend><strong>{$lang->image_verification}</strong></legend>
<table cellspacing="0" cellpadding="{$theme['tablespace']}">
<tr>

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

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

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



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

var captchaOnSubmit = function(token) {
$("#registration_form").trigger('submit');
};

var captchaOnloadCallback = function() {

var target = $('input[name="regsubmit"]');
target.attr('data-size', 'invisible');

grecaptcha.render(target.get(0), {
'sitekey': '{$public_key}',
'callback': captchaOnSubmit
}, true);

}

</script>]]></template>

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

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

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

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

	<table cellspacing="0" cellpadding="{$theme['tablespace']}">
<tr>
<td><span class="smalltext">{$lang->verification_note_nocaptcha}</span></td>
</tr>
<tr>
<td><script type="text/javascript" src="{$server}"></script><div class="g-recaptcha" data-sitekey="{$public_key}"></div></td>

	<table cellspacing="0" cellpadding="{$theme['tablespace']}">
<tr>
<td><span class="smalltext">{$lang->verification_note_nocaptcha}</span></td>
</tr>
<tr>
<td><script type="text/javascript" src="{$server}"></script><div class="g-recaptcha" data-sitekey="{$public_key}"></div></td>

 
	</tr>
</table>
</fieldset>]]></template>
<template name="member_register_regimage_hcaptcha_invisible" version="1823"><![CDATA[<br />
<script src="{$server}?onload=captchaOnloadCallback&render=explicit" async defer></script>
<script type="text/javascript">

var captchaOnSubmit = function(token) {
$("#registration_form").trigger('submit');
};

var captchaOnloadCallback = function() {

var target = $('input[name="regsubmit"]');
target.attr('data-size', 'invisible');

hcaptcha.render(target.get(0), {
'sitekey': '{$public_key}',
'callback': captchaOnSubmit
}, true);

}

</script>]]></template>
<template name="member_register_regimage_hcaptcha" version="1823"><![CDATA[<br />
<fieldset class="trow2">
<legend><strong>{$lang->human_verification}</strong></legend>
<table cellspacing="0" cellpadding="{$theme['tablespace']}">
<tr>
<td><span class="smalltext">{$lang->verification_note_hcaptcha}</span></td>
</tr>
<tr>
<td><script type="text/javascript" src="{$server}"></script><div class="h-captcha" data-sitekey="{$public_key}" data-theme="{$captcha_theme}" data-size="{$captcha_size}"></div></td>

	</tr>
</table>
</fieldset>]]></template>

	</tr>
</table>
</fieldset>]]></template>

Zeile 5499Zeile 5591
</table>
</fieldset>]]></template>
<template name="member_register_stylebit" version="120"><![CDATA[<option value="{$style['sid']}">{$style['name']}</option>]]></template>

</table>
</fieldset>]]></template>
<template name="member_register_stylebit" version="120"><![CDATA[<option value="{$style['sid']}">{$style['name']}</option>]]></template>

		<template name="member_resendactivation" version="120"><![CDATA[<html>

		<template name="member_resendactivation" version="1823"><![CDATA[<html>

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

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

 
{$errors}

<form action="member.php" method="post">
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead" colspan="2"><strong>{$lang->resend_activation}</strong></td>

<form action="member.php" method="post">
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead" colspan="2"><strong>{$lang->resend_activation}</strong></td>

</tr>
<tr>

</tr>
<tr>

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

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

<td class="trow1" width="60%"><input type="text" class="textbox" name="email" /></td>

<td class="trow1" width="60%"><input type="text" class="textbox" name="email" value="{$email}" /></td>

</tr>

</tr>

 
{$captcha}

</table>
<br />

</table>
<br />

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

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

<input type="hidden" name="action" value="do_resendactivation" />
</form>
{$footer}
</body>
</html>]]></template>

<input type="hidden" name="action" value="do_resendactivation" />
</form>
{$footer}
</body>
</html>]]></template>

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

		<template name="member_resetpassword" version="1820"><![CDATA[<html>

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

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

Zeile 5538Zeile 5632
</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" width="30%"><strong>{$lang->activation_code}</strong></td>
<td class="trow1"><input type="text" class="textbox" name="code" value="{$code}" /></td>

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

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

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

Zeile 5553Zeile 5647
</html>]]></template>
<template name="member_viewnotes" version="1800"><![CDATA[<div class="modal">
<div style="overflow-y: auto; max-height: 400px;">

</html>]]></template>
<template name="member_viewnotes" version="1800"><![CDATA[<div class="modal">
<div style="overflow-y: auto; max-height: 400px;">

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

<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>
</div>
</div>]]></template>

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

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

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

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

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

Zeile 5574Zeile 5668
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead" colspan="{$colspan}">

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

	<div class="float_right">

	<div class="float_right">

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

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

Zeile 5614Zeile 5708
{$referral_header}
</tr>
{$users}

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

</table>
<div class="float_right" style="padding-top: 4px;">
<a href="showteam.php"><strong>{$lang->forumteam}</strong></a>
</div>

</table>




{$multipage}
<br class="clear" />
<br />

{$multipage}
<br class="clear" />
<br />

Zeile 5638Zeile 5729
</tr>
<tr>
<td class="trow1" width="33%" style="vertical-align: top;">

</tr>
<tr>
<td class="trow1" width="33%" style="vertical-align: top;">

		{$lang->contains}<br />

		{$lang->exactly}<br />

		<input type="text" class="textbox" name="username" id="username" style="width: 99%; margin-top: 4px;" value="{$search_username}" />

		<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}" />

	</td>

	</td>

	<td class="trow1" width="33%">
<div class="smalltext" style="margin-bottom: 3px;">
<input type="radio" class="radio" name="order" id="order_asc" value="ascending"{$order_check['ascending']} /> <label for="order_asc">{$lang->order_asc}</label>&nbsp;

	<td class="trow1" width="33%">
<div class="smalltext" style="margin-bottom: 3px;">
<input type="radio" class="radio" name="order" id="order_asc" value="ascending"{$order_check['ascending']} /> <label for="order_asc">{$lang->order_asc}</label>&nbsp;

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

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

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


			{$referrals_option}
</select>
</td>
</tr>
</table>
<div align="center"><br /><input type="submit" class="button" name="submit" value="{$lang->search}" /></div>
</form>
{$footer}
<link rel="stylesheet" href="{$mybb->asset_url}/jscripts/select2/select2.css?ver=1807">
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/select2/select2.min.js?ver=1806"></script>
<script type="text/javascript">
<!--
if(use_xmlhttprequest == "1")
{
MyBB.select2();
$("#username").select2({
placeholder: "{$lang->search_user}",
minimumInputLength: 2,
multiple: false,
allowClear: true,
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 5707Zeile 5799
		},
});


		},
});


  	$('[for=username]').click(function(){

  	$('[for=username]').on('click', function(){

		$("#username").select2('open');
return false;
});

		$("#username").select2('open');
return false;
});

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

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

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


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

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

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

Zeile 5739Zeile 5832
		<select name="username_match">
<option value="begins">{$lang->begins_with}</option>
<option value="contains">{$lang->username_contains}</option>

		<select name="username_match">
<option value="begins">{$lang->begins_with}</option>
<option value="contains">{$lang->username_contains}</option>

 
			<option value="exact">{$lang->username_exact}</option>

		</select>
&nbsp;
<input type="text" class="textbox" name="username" id="username" />

		</select>
&nbsp;
<input type="text" class="textbox" name="username" id="username" />

	</td>
</tr>
<tr>

	</td>
</tr>
<tr>

	<td class="trow2" width="20%"><strong><label for="website">{$lang->search_website}</label></strong></td>
<td class="trow2">
<input type="text" class="textbox" name="website" id="website" />
</td>
</tr>

	<td class="trow2" width="20%"><strong><label for="website">{$lang->search_website}</label></strong></td>
<td class="trow2">
<input type="text" class="textbox" name="website" id="website" />
</td>
</tr>

{$contact_fields['aim']}

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

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

{$contact_fields['yahoo']}

 
{$contact_fields['icq']}
<tr>
<td class="tcat" colspan="2"><strong>{$lang->search_options}</strong></td>

{$contact_fields['icq']}
<tr>
<td class="tcat" colspan="2"><strong>{$lang->search_options}</strong></td>

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

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

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

			{$referrals_option}

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

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

Zeile 5796Zeile 5888
		placeholder: "{$lang->search_user}",
minimumInputLength: 2,
multiple: false,

		placeholder: "{$lang->search_user}",
minimumInputLength: 2,
multiple: false,

 
		allowClear: true,

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

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

Zeile 5828Zeile 5921
		},
});


		},
});


  	$('[for=username]').click(function(){

  	$('[for=username]').on('click', function(){

		$("#username").select2('open');
return false;
});

		$("#username").select2('open');
return false;
});

Zeile 5890Zeile 5983
							<div class="buddy_avatar float_left"><img src="{$buddy['avatar']['image']}" alt="" {$buddy['avatar']['width_height']} style="margin-top: 3px;" /></div>
</td>
<td class="{$boffline_alt}">

							<div class="buddy_avatar float_left"><img src="{$buddy['avatar']['image']}" alt="" {$buddy['avatar']['width_height']} style="margin-top: 3px;" /></div>
</td>
<td class="{$boffline_alt}">

							{$profile_link}
<div class="buddy_action">
<span class="smalltext">{$last_active}<br />{$send_pm}</span>
</div>
</td>
</tr>]]></template>

							{$profile_link}
<div class="buddy_action">
<span class="smalltext">{$last_active}<br />{$send_pm}</span>
</div>
</td>
</tr>]]></template>

		<template name="misc_buddypopup_user_online" version="1800"><![CDATA[					<tr>
<td class="{$bonline_alt}" width="1%">
<div class="buddy_avatar float_left"><img src="{$buddy['avatar']['image']}" alt="" {$buddy['avatar']['width_height']} style="margin-top: 3px;" /></div>

		<template name="misc_buddypopup_user_online" version="1800"><![CDATA[					<tr>
<td class="{$bonline_alt}" width="1%">
<div class="buddy_avatar float_left"><img src="{$buddy['avatar']['image']}" alt="" {$buddy['avatar']['width_height']} style="margin-top: 3px;" /></div>

Zeile 5963Zeile 6056
</td>
</tr>
</table>]]></template>

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

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

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

<thead>
<tr>

<thead>
<tr>

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

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

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

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

Zeile 5995Zeile 6088
<td class="tcat" align="left"><span class="smalltext"><strong>{$lang->document}</strong></span></td>
</tr>
{$helpdoclist}

<td class="tcat" align="left"><span class="smalltext"><strong>{$lang->document}</strong></span></td>
</tr>
{$helpdoclist}

</table>

</table>

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

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

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

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

		<template name="misc_imcenter_aim" version="1800"><![CDATA[<div class="modal">
<div style="overflow-y: auto; max-height: 400px;">
<table width="100%" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" border="0" align="center" class="tborder">
<tr>
<td class="thead" align="center" colspan="2"><strong>{$user['username']} - {$lang->aim_center}</strong></td>
</tr>
<tr>
<td class="tcat" align="center" colspan="2"><span class="smalltext"><strong>{$navigationbar}</strong></span></td>
</tr>
<tr>
<td class="trow2">
<!-- Begin AIM Remote -->
<table align="center" cellspacing="0" cellpadding="0" border="0">
<tr>
<td align="center" style="white-space: nowrap"><a href="http://www.aim.com/"><img src="http://info.aol.co.uk/aim/remote/gr/aimver_man.gif" width="44" height="55" alt="{$lang->download_aim}" title="{$lang->download_aim}" /></a><img src="http://info.aol.co.uk/aim/remote/gr/aimver_topsm.gif" width="73" height="55" alt="{$lang->aim_remote}" title="{$lang->aim_remote}" /></td>
</tr>
<tr>
<td align="center" style="white-space: nowrap"><a href="aim:goim?screenname={$user['aim']}&amp;message=Hi.+Are+you+there?"><img src="http://info.aol.co.uk/aim/remote/gr/aimver_im.gif" width="117" height="39" alt="{$lang->send_me_instant}" title="{$lang->send_me_instant}" /></a></td>
</tr>
<tr>
<td align="center" style="white-space: nowrap"><a href="aim:addbuddy?screenname={$user['aim']}"><img src="http://info.aol.co.uk/aim/remote/gr/aimver_bud.gif" width="117" height="39" alt="{$lang->add_me_buddy_list}" title="{$lang->add_me_buddy_list}" /></a></td>
</tr>
<td align="center" style="white-space: nowrap"><a href="http://www.aim.com/"><img src="http://info.aol.co.uk/aim/remote/gr/aimver_botdow.gif" width="117" height="29" alt="{$lang->download_aol_im}" title="{$lang->download_aol_im}" /></a></td>
</tr>
</table>
<!-- End AIM Remote -->
</td>
</tr>
</table>
</div>
</div>]]></template>
<template name="misc_imcenter_nav" version="1809"><![CDATA[{$navsep}<a href="javascript:void(0)" onclick="MyBB.popupWindow('/misc.php?action=imcenter&amp;imtype={$imtype}&amp;uid={$uid}&amp;modal=1'); return false;">{$imtype_lang}</a>]]></template>
<template name="misc_imcenter_skype" version="1807"><![CDATA[<div class="modal">
<div style="overflow-y: auto; max-height: 400px;">
<table width="100%" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" border="0" align="center" class="tborder">
<tr>
<td class="thead" align="center"><strong>{$user['username']} - {$lang->skype_center}</strong></td>
</tr>
<tr>
<td class="tcat" align="center"><span class="smalltext"><strong>{$navigationbar}</strong></span></td>
</tr>
<tr>
<td class="trow1" align="center"><strong>{$user['skype']}</strong></td>
</tr>
<tr>
<td class="trow1" align="center"><span class="smalltext"><a href="skype:{$user['skype']}?chat">{$lang->chat_on_skype}</a> - <a href="skype:{$user['skype']}?call">{$lang->call_on_skype}</a></span></td>
</tr>
</table>
</div>
</div>]]></template>
<template name="misc_imcenter_yahoo" version="1800"><![CDATA[<div class="modal">
<div style="overflow-y: auto; max-height: 400px;">
<table width="100%" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" border="0" align="center" class="tborder">
<tr>
<td class="thead" align="center"><strong>{$user['username']} - {$lang->yahoo_center}</strong></td>
</tr>
<tr>
<td class="tcat" align="center"><span class="smalltext"><strong>{$navigationbar}</strong></span></td>
</tr>
<tr>
<td class="trow1" align="center" colspan="2"><strong>{$user['yahoo']}</strong></td>
</tr>
<tr>
<td class="trow1" align="center" colspan="2"><strong><img src="http://opi.yahoo.com/online?u={$user['yahoo']}&amp;m=g&amp;t=2" /></strong></td>
</tr>
<tr>
<td class="trow1" align="center" colspan="2"><span class="smalltext"><a href="http://edit.yahoo.com/config/send_webmesg?.target={$user['yahoo']}&amp;.src=pg">{$lang->send_y_message}</a></span></td>
</tr><tr>
<td class="trow1" align="center" colspan="2"><span class="smalltext"><a href="http://members.yahoo.com/interests?.oc=t&amp;.kw={$user['yahoo']}&amp;.sb=1">{$lang->view_y_profile}</a></span></td>
</tr>
</table>
</div>
</div>]]></template>

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

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

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

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

</tr>

</tr>

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

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

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

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

<tr>

<tr>

<td class="thead" colspan="3"><strong>{$lang->smilies_listing}</strong></td>
</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>

<td class="thead" colspan="3"><strong>{$lang->smilies_listing}</strong></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>
{$smilies}

</tr>
{$smilies}

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

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

Zeile 6150Zeile 6170
<td class="{$class}">{$smilie['name']}</td>
<td class="{$class}">{$smilie['find']}</td>
</tr>]]></template>

<td class="{$class}">{$smilie['name']}</td>
<td class="{$class}">{$smilie['find']}</td>
</tr>]]></template>

		<template name="misc_syndication" version="120"><![CDATA[<html>

		<template name="misc_syndication" version="1821"><![CDATA[<html>

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

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

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

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

</tr>
<tr>

</tr>
<tr>

<td class="trow1" width="40%" valign="top"><strong>{$lang->syndication_forum}</strong><br /><span class="smalltext">{$lang->syndication_forum_desc}</span></td>
<td class="trow1" width="60%">{$forumselect}</td>

<td class="trow1" width="40%" valign="top"><strong>{$lang->syndication_forum}</strong><br /><span class="smalltext">{$lang->syndication_forum_desc}</span></td>
<td class="trow1" width="60%">{$forumselect}</td>

</tr>
<tr>

</tr>
<tr>

<td class="trow2" width="40%" valign="top"><strong>{$lang->syndication_version}</strong><br /><span class="smalltext">{$lang->syndication_version_desc}</span></td>

<td class="trow2" width="40%" valign="top"><strong>{$lang->syndication_version}</strong><br /><span class="smalltext">{$lang->syndication_version_desc}</span></td>

<td class="trow2" width="60%"><input type="radio" class="radio" name="version" value="rss2.0" {$rss2check} />&nbsp;{$lang->syndication_version_rss2}<br /><input type="radio" class="radio" name="version" value="atom1.0" {$atom1check} />&nbsp;{$lang->syndication_version_atom1}</td>

<td class="trow2" width="60%"><input type="radio" class="radio" name="version" value="rss2.0" {$rss2check} />&nbsp;{$lang->syndication_version_rss2}<br /><input type="radio" class="radio" name="version" value="atom1.0" {$atom1check} />&nbsp;{$lang->syndication_version_atom1}<br /><input type="radio" class="radio" name="version" value="json" {$json1check} />&nbsp;{$lang->syndication_version_json1}</td>

</tr>
<tr>
<td class="trow1" width="40%" valign="top"><strong>{$lang->syndication_limit}</strong><br /><span class="smalltext">{$lang->syndication_limit_desc}</span></td>

</tr>
<tr>
<td class="trow1" width="40%" valign="top"><strong>{$lang->syndication_limit}</strong><br /><span class="smalltext">{$lang->syndication_limit_desc}</span></td>

Zeile 6182Zeile 6202
<br />
<div align="center"><input type="submit" class="button" name="make" value="{$lang->syndication_generate}" /></div>
</form>

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

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

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

		<template name="misc_syndication_feedurl" version="120"><![CDATA[<table border="0" cellspacing="0" cellpadding="{$theme['tablespace']}" width="100%">
<tr><td>
<strong>{$lang->syndication_generated_url}</strong><blockquote>

		<template name="misc_syndication_feedurl" version="120"><![CDATA[<table border="0" cellspacing="0" cellpadding="{$theme['tablespace']}" width="100%">
<tr><td>
<strong>{$lang->syndication_generated_url}</strong><blockquote>

Zeile 6215Zeile 6235
</table>
</div>
</div>]]></template>

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

 
		<template name="misc_whoposted_page" version="1813"><![CDATA[<html>
<head>
<title>{$thread['subject']} - {$lang->who_posted}</title>
{$headerinclude}
</head>
<body>
{$header}
<br />
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td colspan="2" class="thead"><strong>{$lang->total_posts} {$numposts}</strong></td>
</tr>
<tr>
<td class="tcat"><span class="smalltext"><strong><a href="{$mybb->settings['bburl']}/misc.php?action=whoposted&tid={$thread['tid']}&sort=username">{$lang->user}</a></strong></span></td>
<td class="tcat"><span class="smalltext"><strong><a href="{$mybb->settings['bburl']}/misc.php?action=whoposted&tid={$thread['tid']}">{$lang->num_posts}</a></strong></span></td>
</tr>
{$whoposted}
</table>
{$footer}
</body>
</html>]]></template>

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

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

Zeile 6341Zeile 6382
	{$footer}
</body>
</html>]]></template>

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

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

		<template name="modcp_announcements_edit" version="1823"><![CDATA[<html>

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

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

Zeile 6403Zeile 6444
							<td class="trow1" valign="top" width="25%"><strong>{$lang->announcement}</strong><br />{$smilieinserter}</td>
<td class="trow1" valign="top" width="75%"><textarea id="message" name="message" rows="20" cols="70">{$message}</textarea>{$codebuttons}</td>
</tr>

							<td class="trow1" valign="top" width="25%"><strong>{$lang->announcement}</strong><br />{$smilieinserter}</td>
<td class="trow1" valign="top" width="75%"><textarea id="message" name="message" rows="20" cols="70">{$message}</textarea>{$codebuttons}</td>
</tr>

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

						{$allow_html}




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

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

						</tr>

						</tr>

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

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

Zeile 6418Zeile 6456
					</table>
<br />
<div align="center">

					</table>
<br />
<div align="center">

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

						<input type="submit" class="button" value="{$lang->edit_announcement}" />&nbsp;&nbsp;

						<input type="submit" class="button" name="preview" value="{$lang->preview}" />
</div>
</td>

						<input type="submit" class="button" name="preview" value="{$lang->preview}" />
</div>
</td>

Zeile 6426Zeile 6464
		</table>
</form>
{$footer}

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

	<script type="text/javascript">
$(".author_avatar img").error(function () {
$(this).unbind("error").closest('.author_avatar').remove();
});
</script>

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

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

Zeile 6476Zeile 6509
<option value="10" {$startmonthsel['10']}>{$lang->october}</option>
<option value="11" {$startmonthsel['11']}>{$lang->november}</option>
<option value="12" {$startmonthsel['12']}>{$lang->december}</option>]]></template>

<option value="10" {$startmonthsel['10']}>{$lang->october}</option>
<option value="11" {$startmonthsel['11']}>{$lang->november}</option>
<option value="12" {$startmonthsel['12']}>{$lang->december}</option>]]></template>

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





		<template name="modcp_announcements_allowhtml" version="1813"><![CDATA[						<tr>
<td class="trow1" valign="top" width="25%"><strong>{$lang->allow_html}</strong></td>
<td class="trow1" valign="top" width="75%"><label><input type="radio" name="allowhtml" value="1"{$html_sel['yes']} />&nbsp;{$lang->yes}</label> &nbsp;&nbsp;<label><input type="radio" name="allowhtml" value="0"{$html_sel['no']} />&nbsp;{$lang->no}</label></td>
</tr>]]></template>
<template name="modcp_announcements_new" version="1823"><![CDATA[<html>

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

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

Zeile 6500Zeile 6537
						<tr>
<td class="trow1" valign="top" width="25%"><strong>{$lang->title}</strong></td>
<td class="trow1" valign="top" width="75%"><input type="text" class="textbox" name="title" size="40" value="{$title}" /></td>

						<tr>
<td class="trow1" valign="top" width="25%"><strong>{$lang->title}</strong></td>
<td class="trow1" valign="top" width="75%"><input type="text" class="textbox" name="title" size="40" value="{$title}" /></td>

						</tr>
<tr>

						</tr>
<tr>

							<td class="trow1" colspan="1" valign="top" width="25%"><strong>{$lang->start_date}</strong></td>
<td class="trow1" valign="top" width="75%">
<select name="starttime_day">

							<td class="trow1" colspan="1" valign="top" width="25%"><strong>{$lang->start_date}</strong></td>
<td class="trow1" valign="top" width="75%">
<select name="starttime_day">

Zeile 6536Zeile 6573
						<tr>
<td class="trow1" valign="top" width="25%"><strong>{$lang->announcement}</strong><br />{$smilieinserter}</td>
<td class="trow1" valign="top" width="75%"><textarea id="message" name="message" rows="20" cols="70">{$message}</textarea>{$codebuttons}</td>

						<tr>
<td class="trow1" valign="top" width="25%"><strong>{$lang->announcement}</strong><br />{$smilieinserter}</td>
<td class="trow1" valign="top" width="75%"><textarea id="message" name="message" rows="20" cols="70">{$message}</textarea>{$codebuttons}</td>

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

						</tr>
{$allow_html}
<tr>




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

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

						</tr>

						</tr>

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

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

Zeile 6552Zeile 6586
					</table>
<br />
<div align="center">

					</table>
<br />
<div align="center">

						<input type="submit" class="button" name="Add Announcement" value="{$lang->add_announcement}" />&nbsp;&nbsp;

						<input type="submit" class="button" value="{$lang->add_announcement}" />&nbsp;&nbsp;

						<input type="submit" class="button" name="preview" value="{$lang->preview}" />

						<input type="submit" class="button" name="preview" value="{$lang->preview}" />

					</div>
</td>
</tr>
</table>
</form>
{$footer}
<script type="text/javascript">
$(".author_avatar img").error(function () {
$(this).unbind("error").closest('.author_avatar').remove();
});
</script>

					</div>
</td>
</tr>
</table>
</form>
{$footer}






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

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

Zeile 6613Zeile 6642
						<td class="thead" colspan="4">
<div class="float_right"><a href="modcp.php?action=banuser">{$lang->ban_user}</a></div>
<strong>{$lang->ban_banned}</strong></td>

						<td class="thead" colspan="4">
<div class="float_right"><a href="modcp.php?action=banuser">{$lang->ban_user}</a></div>
<strong>{$lang->ban_banned}</strong></td>

					</tr>

					</tr>

					<tr>
<td class="tcat" width="25%"><span class="smalltext"><strong>{$lang->username}</strong></span></td>
<td class="tcat" align="center" width="30%"><span class="smalltext"><strong>{$lang->reason}</strong></span></td>

					<tr>
<td class="tcat" width="25%"><span class="smalltext"><strong>{$lang->username}</strong></span></td>
<td class="tcat" align="center" width="30%"><span class="smalltext"><strong>{$lang->reason}</strong></span></td>

Zeile 6634Zeile 6663
	<td class="{$trow}">{$banned['reason']}</td>
<td class="{$trow}" align="center">{$banlength}<br /><span class="smalltext">{$timeremaining}</span></td>
<td class="{$trow}" align="center">{$admin_profile}</td>

	<td class="{$trow}">{$banned['reason']}</td>
<td class="{$trow}" align="center">{$banlength}<br /><span class="smalltext">{$timeremaining}</span></td>
<td class="{$trow}" align="center">{$admin_profile}</td>

</tr>]]></template>

</tr>]]></template>

		<template name="modcp_banning_edit" version="1800"><![CDATA[<br /><span class="smalltext"><a href="modcp.php?action=banuser&amp;uid={$banned['uid']}">{$lang->edit_ban}</a> | <a href="modcp.php?action=liftban&amp;uid={$banned['uid']}&amp;my_post_key={$mybb->post_code}">{$lang->lift_ban}</a></span>]]></template>
<template name="modcp_banning_nobanned" version="1400"><![CDATA[<tr>
<td class="trow1" align="center" colspan="4">{$lang->no_banned}</td>

		<template name="modcp_banning_edit" version="1800"><![CDATA[<br /><span class="smalltext"><a href="modcp.php?action=banuser&amp;uid={$banned['uid']}">{$lang->edit_ban}</a> | <a href="modcp.php?action=liftban&amp;uid={$banned['uid']}&amp;my_post_key={$mybb->post_code}">{$lang->lift_ban}</a></span>]]></template>
<template name="modcp_banning_nobanned" version="1400"><![CDATA[<tr>
<td class="trow1" align="center" colspan="4">{$lang->no_banned}</td>

</tr>]]></template>

</tr>]]></template>

		<template name="modcp_banning_remaining" version="1808"><![CDATA[<span class="{$banned_class}">({$ban_remaining})</span>]]></template>

		<template name="modcp_banning_remaining" version="1808"><![CDATA[<span class="{$banned_class}">({$ban_remaining})</span>]]></template>

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

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

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

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

Zeile 6694Zeile 6723
		placeholder: "{$lang->search_user}",
minimumInputLength: 2,
multiple: false,

		placeholder: "{$lang->search_user}",
minimumInputLength: 2,
multiple: false,

 
		allowClear: true,

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

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

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

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

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

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

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

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

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

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

						</tr>
<tr>

						</tr>
<tr>

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

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

								<fieldset class="trow2">

								<fieldset class="trow2">

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

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

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

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

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

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

Zeile 6782Zeile 6812
									<table cellspacing="0" cellpadding="{$theme['tablespace']}">
<tr>
<td colspan="3"><span class="smalltext"><label><input type="checkbox" class="checkbox" name="remove_avatar" value="1" /> {$lang->remove_avatar}</label></span></td>

									<table cellspacing="0" cellpadding="{$theme['tablespace']}">
<tr>
<td colspan="3"><span class="smalltext"><label><input type="checkbox" class="checkbox" name="remove_avatar" value="1" /> {$lang->remove_avatar}</label></span></td>

										</tr>

										</tr>





										<tr>

										<tr>

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

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

										</tr>
<tr>

										</tr>
<tr>

											<td>
<select name="birthday_day">
<option value="">&nbsp;</option>

											<td>
<select name="birthday_day">
<option value="">&nbsp;</option>

Zeile 6812Zeile 6842
												</select>
</td>
<td>

												</select>
</td>
<td>

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

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

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

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

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

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

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

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

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

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

										</tr>
<tr>

										</tr>
<tr>

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

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

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

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

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

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







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

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

											<td><input type="text" class="textbox" name="skype" size="25" value="{$mybb->input['skype']}" /></td>
</tr>
<tr>
<td><span class="smalltext">{$lang->google_id}</span></td>
</tr>
<tr>
<td><input type="text" class="textbox" name="google" size="25" value="{$mybb->input['google']}" /></td>
</tr>
<tr>
<td><span class="smalltext">{$lang->yahoo_id}</span></td>

											<td><input type="text" class="textbox" name="skype" size="25" value="{$user_skype}" /></td>
</tr>
<tr>
<td><span class="smalltext">{$lang->google_id}</span></td>







										</tr>
<tr>

										</tr>
<tr>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Zeile 6929Zeile 6947
									</table>
</fieldset>
{$awaysection}

									</table>
</fieldset>
{$awaysection}

							</td>

							</td>

						</tr>
<tr>
<td colspan="2" class="trow1" valign="top">

						</tr>
<tr>
<td colspan="2" class="trow1" valign="top">

Zeile 6977Zeile 6995
	if(susp_posts == 0)
{
$("#susposts_action").hide();

	if(susp_posts == 0)
{
$("#susposts_action").hide();

	}


	}


	function toggleSuspend(action)
{
if(action == "modposts")

	function toggleSuspend(action)
{
if(action == "modposts")

Zeile 7019Zeile 7037
</script>
</body>
</html>]]></template>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Zeile 7119Zeile 7137
		<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="1807"><![CDATA[<html>

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

<head>

<head>

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

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

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

{$headerinclude}
</head>
<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">
<tr>
<td class="thead" colspan="5"><strong>{$lang->users}</strong></td>
</tr>
<tr>
<td class="tcat" width="30%"><span class="smalltext"><strong>{$lang->username}</strong></span></td>
<td class="tcat" align="center" width="15%"><span class="smalltext"><strong>{$lang->usergroup}</strong></span></td>
<td class="tcat" align="center" width="15%"><span class="smalltext"><strong>{$lang->regdate}</strong></span></td>
<td class="tcat" align="center" width="15%"><span class="smalltext"><strong>{$lang->lastvisit}</strong></span></td>
<td class="tcat" align="center" width="10%"><span class="smalltext"><strong>{$lang->postnum}</strong></span></td>
</tr>
{$users}
</table>
{$multipage}
<br />

	<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="tcat" width="30%"><span class="smalltext"><strong>{$lang->username}</strong></span></td>
<td class="tcat" align="center" width="15%"><span class="smalltext"><strong>{$lang->usergroup}</strong></span></td>
<td class="tcat" align="center" width="15%"><span class="smalltext"><strong>{$lang->regdate}</strong></span></td>
<td class="tcat" align="center" width="15%"><span class="smalltext"><strong>{$lang->lastvisit}</strong></span></td>
<td class="tcat" align="center" width="10%"><span class="smalltext"><strong>{$lang->postnum}</strong></span></td>
</tr>
{$users}
</table>
{$multipage}
<br />
<form action="modcp.php?action=finduser" method="post">

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

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

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

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

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

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

Zeile 7176Zeile 7194
					<div align="center">
<input type="submit" class="button" value="{$lang->find_users}" />
</div>

					<div align="center">
<input type="submit" class="button" value="{$lang->find_users}" />
</div>

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

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

{$footer}
<link rel="stylesheet" href="{$mybb->asset_url}/jscripts/select2/select2.css?ver=1807" />
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/select2/select2.min.js?ver=1806"></script>

{$footer}
<link rel="stylesheet" href="{$mybb->asset_url}/jscripts/select2/select2.css?ver=1807" />
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/select2/select2.min.js?ver=1806"></script>

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

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

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


		minimumInputLength: 2,
multiple: false,
allowClear: true,
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 {

			dataType: 'json',
data: function (term, page) {
return {

Zeile 7230Zeile 7249
							<td class="{$alt_row}" align="center">{$lastdate}</td>
<td class="{$alt_row}" align="center">{$user['postnum']}</td>
</tr>]]></template>

							<td class="{$alt_row}" align="center">{$lastdate}</td>
<td class="{$alt_row}" align="center">{$user['postnum']}</td>
</tr>]]></template>

		<template name="modcp_ipsearch" version="1600"><![CDATA[
<html>
<head>
<title>{$mybb->settings['bbname']} - {$lang->ipsearch}</title>
{$headerinclude}
</head>
<body>
{$header}
<form action="modcp.php?action=ipsearch" method="post">
<table width="100%" border="0" align="center">
<tr>
{$modcp_nav}
<td valign="top">
{$ipsearch_results}

		<template name="modcp_ipsearch" version="1813"><![CDATA[<html>
<head>
<title>{$mybb->settings['bbname']} - {$lang->ipsearch}</title>
{$headerinclude}
</head>
<body>
{$header}
<table width="100%" border="0" align="center">
<tr>
{$modcp_nav}
<td valign="top">
{$ipsearch_results}
<form action="modcp.php?action=ipsearch" method="post">


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

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

						<tr>

						<tr>

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

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

						</tr>
<tr>

						</tr>
<tr>

							<td class="trow1" width="25%"><strong>{$lang->ip_address}</strong></td>
<td class="trow1" width="75%"><input type="text" class="textbox" name="ipaddress" value="{$ipaddressvalue}" size="30" /></td>

							<td class="trow1" width="25%"><strong>{$lang->ip_address}</strong></td>
<td class="trow1" width="75%"><input type="text" class="textbox" name="ipaddress" value="{$ipaddressvalue}" size="30" /></td>

						</tr>

						</tr>

						<tr>
<td class="trow1" width="25%" valign="top"><strong>{$lang->options}</strong></td>
<td class="trow1" width="75%">

						<tr>
<td class="trow1" width="25%" valign="top"><strong>{$lang->options}</strong></td>
<td class="trow1" width="75%">

Zeile 7264Zeile 7282
					<div align="center">
<input type="submit" class="button" value="{$lang->find}" />
</div>

					<div align="center">
<input type="submit" class="button" value="{$lang->find}" />
</div>

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

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

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

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

Zeile 7314Zeile 7332
					</table>
{$multipage}
<br />]]></template>

					</table>
{$multipage}
<br />]]></template>

		<template name="modcp_ipsearch_results_information" version="1804"><![CDATA[<div class="float_right">(<a href="modcp.php?action=iplookup&ipaddress={$ipaddress}" onclick="MyBB.popupWindow('/modcp.php?action=iplookup&ipaddress={$ipaddress_url}&modal=1'); return false;">{$lang->info_on_ip}</a>)</div>]]></template>

		<template name="modcp_ipsearch_results_information" version="1813"><![CDATA[<div class="float_right">(<a href="modcp.php?action=iplookup&ipaddress={$ipaddress}" onclick="MyBB.popupWindow('/modcp.php?action=iplookup&ipaddress={$ipaddress_url}&modal=1'); return false;">{$lang->info_on_ip}</a> | <a href="http://www.stopforumspam.com/ipcheck/{$ipaddress}" target="_blank" rel="noopener">{$lang->search_ip_sfs}</a>)</div>]]></template>

		<template name="modcp_lastattachment" version="1800"><![CDATA[<span class="smalltext">
<a href="{$attachment['link']}#pid{$attachment['pid']}"><strong>{$attachment['filename']}</strong></a>
<br />{$attachment['date']}<br />{$lang->by} {$attachment['profilelink']}</span>]]></template>

		<template name="modcp_lastattachment" version="1800"><![CDATA[<span class="smalltext">
<a href="{$attachment['link']}#pid{$attachment['pid']}"><strong>{$attachment['filename']}</strong></a>
<br />{$attachment['date']}<br />{$lang->by} {$attachment['profilelink']}</span>]]></template>

Zeile 7338Zeile 7356
{$modlogresults}
</table>
<br />]]></template>

{$modlogresults}
</table>
<br />]]></template>

		<template name="modcp_modlogs" version="1405"><![CDATA[<html>

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

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

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

	<form action="modcp.php?action=modlogs" 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">
<tr>
<td class="thead" align="center" colspan="5"><strong>{$lang->modlogs}</strong></td>
</tr>
<tr>
<td class="tcat"><span class="smalltext"><strong>{$lang->username}</strong></span></td>
<td class="tcat" align="center"><span class="smalltext"><strong>{$lang->date}</strong></span></td>
<td class="tcat" align="center"><span class="smalltext"><strong>{$lang->action}</strong></span></td>
<td class="tcat" align="center"><span class="smalltext"><strong>{$lang->information}</strong></span></td>
<td class="tcat" align="center"><span class="smalltext"><strong>{$lang->ip}</strong></span></td>
</tr>
{$results}
{$resultspages}
</table>
<br />

	<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" align="center" colspan="5"><strong>{$lang->modlogs}</strong></td>
</tr>
<tr>
<td class="tcat"><span class="smalltext"><strong>{$lang->username}</strong></span></td>
<td class="tcat" align="center"><span class="smalltext"><strong>{$lang->date}</strong></span></td>
<td class="tcat" align="center"><span class="smalltext"><strong>{$lang->action}</strong></span></td>
<td class="tcat" align="center"><span class="smalltext"><strong>{$lang->information}</strong></span></td>
<td class="tcat" align="center"><span class="smalltext"><strong>{$lang->ip}</strong></span></td>
</tr>
{$results}
{$resultspages}
</table>
<br />
<form action="modcp.php?action=modlogs" method="post">

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

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

Zeile 7396Zeile 7414
								</select>
{$lang->in}
<select name="order">

								</select>
{$lang->in}
<select name="order">

									<option value="asc"{$ordersel['asc']}>{$lang->asc}</option>
<option value="desc"{$ordersel['desc']}>{$lang->desc}</option>
</select>
{$lang->order}
</td>
</tr>

									<option value="asc"{$ordersel['asc']}>{$lang->asc}</option>
<option value="desc"{$ordersel['desc']}>{$lang->desc}</option>
</select>
{$lang->order}
</td>
</tr>

						<tr>
<td class="trow1" width="25%"><strong>{$lang->per_page}</strong></td>
<td class="trow1" width="75%"><input type="text" name="perpage" value="{$perpage}" size="4" class="textbox" /></td>

						<tr>
<td class="trow1" width="25%"><strong>{$lang->per_page}</strong></td>
<td class="trow1" width="75%"><input type="text" name="perpage" value="{$perpage}" size="4" class="textbox" /></td>

Zeile 7411Zeile 7429
					<div align="center">
<input type="submit" class="button" value="{$lang->filter_logs}" />
</div>

					<div align="center">
<input type="submit" class="button" value="{$lang->filter_logs}" />
</div>

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

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

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

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

Zeile 7444Zeile 7462
		<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}
<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>
{$modcp_nav}
<td valign="top">

{$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>
{$modcp_nav}
<td valign="top">

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

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

Zeile 7529Zeile 7547
	<li><a href="javascript:void(0)" class="mass_delete" onclick="$('input.radio_delete').each(function(){ $(this).prop('checked', true); }); return false;">{$lang->mark_all_deletion}</a></li>
<li><a href="javascript:void(0)" class="mass_approve" onclick="$('input.radio_approve').each(function(){ $(this).prop('checked', true); }); return false;">{$lang->mark_all_approved}</a></li>
</ul>]]></template>

	<li><a href="javascript:void(0)" class="mass_delete" onclick="$('input.radio_delete').each(function(){ $(this).prop('checked', true); }); return false;">{$lang->mark_all_deletion}</a></li>
<li><a href="javascript:void(0)" class="mass_approve" onclick="$('input.radio_approve').each(function(){ $(this).prop('checked', true); }); return false;">{$lang->mark_all_approved}</a></li>
</ul>]]></template>

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

		<template name="modcp_modqueue_posts" version="1820"><![CDATA[<html>

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

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

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

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

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

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

		<tr>
<td class="thead" colspan="3">
<div class="float_right">

		<tr>
<td class="thead" colspan="3">
<div class="float_right">

Zeile 7596Zeile 7614
				</td>
</tr>]]></template>
<template name="modcp_modqueue_post_link" version="1800"><![CDATA[{$navsep}<a href="modcp.php?action=modqueue&amp;type=posts">{$lang->posts}</a>]]></template>

				</td>
</tr>]]></template>
<template name="modcp_modqueue_post_link" version="1800"><![CDATA[{$navsep}<a href="modcp.php?action=modqueue&amp;type=posts">{$lang->posts}</a>]]></template>

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

		<template name="modcp_modqueue_threads" version="1820"><![CDATA[<html>

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

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

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

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

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

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

		<tr>
<td class="thead" colspan="3">
<div class="float_right">

		<tr>
<td class="thead" colspan="3">
<div class="float_right">

Zeile 7620Zeile 7638
				</div>
<strong>{$lang->threads_awaiting_moderation}</strong>
</td>

				</div>
<strong>{$lang->threads_awaiting_moderation}</strong>
</td>

		</tr>

		</tr>

		<tr>
<td class="tcat" width="50%"><span class="smalltext"><strong>{$lang->subject}</strong></span></td>
<td class="tcat" align="center" width="25%"><span class="smalltext"><strong>{$lang->author}</strong></span></td>
<td class="tcat" align="center" width="25%"><span class="smalltext"><strong>{$lang->date}</strong></span></td>
</tr>
{$threads}

		<tr>
<td class="tcat" width="50%"><span class="smalltext"><strong>{$lang->subject}</strong></span></td>
<td class="tcat" align="center" width="25%"><span class="smalltext"><strong>{$lang->author}</strong></span></td>
<td class="tcat" align="center" width="25%"><span class="smalltext"><strong>{$lang->date}</strong></span></td>
</tr>
{$threads}

		</table>

		</table>

{$multipage}
{$mass_controls}
<br />

{$multipage}
{$mass_controls}
<br />

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

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

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

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

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

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

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

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

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

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

		</td>

		</td>

	</tr>
<tbody style="{$collapsed['modcpforums_e']}" id="modcpforums_e">
{$nav_announcements}

	</tr>
<tbody style="{$collapsed['modcpforums_e']}" id="modcpforums_e">
{$nav_announcements}

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

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

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

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

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

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

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

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

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

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

Zeile 7711Zeile 7729
		<template name="modcp_no_announcements_global" version="1400"><![CDATA[					<tr>
<td class="trow1" colspan="3">{$lang->no_global_announcements}</td>
</tr>]]></template>

		<template name="modcp_no_announcements_global" version="1400"><![CDATA[					<tr>
<td class="trow1" colspan="3">{$lang->no_global_announcements}</td>
</tr>]]></template>

		<template name="modcp_reports" version="1808"><![CDATA[<html>

		<template name="modcp_reports" version="1821"><![CDATA[<html>

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

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

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

</head>
<body>
{$header}

</head>
<body>
{$header}

Zeile 7734Zeile 7753
			<td class="tcat" align="left" width="25%"><span class="smalltext"><strong>{$lang->report_type}</strong></span></td>
<td class="tcat" align="center" width="15%"><span class="smalltext"><strong>{$lang->report_count}</strong></span></td>
<td class="tcat" align="right" width="20%"><span class="smalltext"><strong>{$lang->report_lastpost}</strong></span></td>

			<td class="tcat" align="left" width="25%"><span class="smalltext"><strong>{$lang->report_type}</strong></span></td>
<td class="tcat" align="center" width="15%"><span class="smalltext"><strong>{$lang->report_count}</strong></span></td>
<td class="tcat" align="right" width="20%"><span class="smalltext"><strong>{$lang->report_lastpost}</strong></span></td>

			<td class="tcat" align="center" width="5%"><input type="checkbox" name="allbox" onclick="selectReportedPosts();" /></td>

			<td class="tcat" align="center" width="5%"><input type="checkbox" name="allbox" onclick="inlineReports.checkAll(this);" /></td>

		</tr>

		</tr>

 
		{$selectall}

		{$reports}
<tr>
<td class="tfoot" colspan="7" align="right"><span class="smalltext"><strong><a href="modcp.php?action=allreports">{$lang->view_all_reports}</a></strong></span></td>

		{$reports}
<tr>
<td class="tfoot" colspan="7" align="right"><span class="smalltext"><strong><a href="modcp.php?action=allreports">{$lang->view_all_reports}</a></strong></span></td>

Zeile 7743Zeile 7763
		</table>
{$reportspages}
<br />

		</table>
{$reportspages}
<br />

		<div align="center"><input type="hidden" name="action" value="do_reports" /><input type="submit" class="button" name="reportsubmit" value="{$lang->mark_read}" /></div>

		<div align="center"><input type="hidden" name="action" value="do_reports" /><input type="submit" id="inline_read" class="button" name="reportsubmit" value="{$lang->mark_read} ({$inlinecount})" /></div>

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

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

Zeile 7751Zeile 7771
{$footer}
<script type="text/javascript">
<!--

{$footer}
<script type="text/javascript">
<!--

	var checked = false;
function selectReportedPosts()
{
if(checked == false)
{
checked = true;
$('input:checkbox').prop('checked', true);
}
else
{
checked = false;
$('input:checkbox').prop('checked', false);
}
}

function checkReportedPost(e)
{
if($(e).prop('checked') == false)
{
$('input:checkbox[name="allbox"]').prop('checked', false);
}
}

	var mark_read_text = "{$lang->mark_read}";
var all_text = "{$report_count}";





















// -->
</script>
</body>

// -->
</script>
</body>

Zeile 7822Zeile 7822
		<template name="modcp_reports_noreports" version="1607"><![CDATA[<tr>
<td class="trow1" align="center" colspan="7">{$lang->no_reports}</td>
</tr>]]></template>

		<template name="modcp_reports_noreports" version="1607"><![CDATA[<tr>
<td class="trow1" align="center" colspan="7">{$lang->no_reports}</td>
</tr>]]></template>

		<template name="modcp_reports_report" version="1808"><![CDATA[<tr>

		<template name="modcp_reports_report" version="1813"><![CDATA[<tr class="inline_row">

	<td class="{$trow}">{$report_data['content']}</td>
<td class="{$trow}" align="left">{$report_data['comment']}</td>
<td class="{$trow}" align="center">{$report_data['reports']}</td>
<td class="{$trow} smalltext" align="right">{$report_data['lastreporter']}</td>

	<td class="{$trow}">{$report_data['content']}</td>
<td class="{$trow}" align="left">{$report_data['comment']}</td>
<td class="{$trow}" align="center">{$report_data['reports']}</td>
<td class="{$trow} smalltext" align="right">{$report_data['lastreporter']}</td>

	<td class="{$trow}" align="center"><input type="checkbox" class="checkbox" name="reports[]" id="reports_{$report['rid']}" value="{$report['rid']}" onclick="checkReportedPost(this);" /></td>

	<td class="{$trow}" align="center"><input type="checkbox" class="checkbox" name="reports[]" id="reports_{$report['rid']}" value="{$report['rid']}"{$inlinecheck} /></td>

</tr>]]></template>
<template name="modcp_reports_report_comment" version="1808"><![CDATA[{$reason}]]></template>
<template name="modcp_reports_report_comment_extra" version="1808"><![CDATA[{$reason}: {$comment}]]></template>

</tr>]]></template>
<template name="modcp_reports_report_comment" version="1808"><![CDATA[{$reason}]]></template>
<template name="modcp_reports_report_comment_extra" version="1808"><![CDATA[{$reason}: {$comment}]]></template>

 
		<template name="modcp_reports_selectall" version="1813"><![CDATA[<tr id="selectAllrow" class="hiddenrow">
<td colspan="8" class="selectall">{$lang->page_selected} <a href="javascript:void(0)" onclick='inlineReports.selectAll(); return false;'>{$lang->select_all}</a></td>
</tr>
<tr id="allSelectedrow" class="hiddenrow">
<td colspan="8" class="selectall">{$lang->all_selected} <a href="javascript:void(0)" onclick='inlineReports.clearChecked(); return false;'>{$lang->clear_selection}</a></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_nobanned" version="1613"><![CDATA[<tr>
<td class="trow1" align="center" colspan="4">{$lang->no_bans_ending}</td>
</tr>]]></template>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Zeile 7921Zeile 7927
		placeholder: "{$lang->search_user}",
minimumInputLength: 2,
multiple: false,

		placeholder: "{$lang->search_user}",
minimumInputLength: 2,
multiple: false,

 
		allowClear: true,

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

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

Zeile 7975Zeile 7982
		<template name="moderation_delayedmodaction_notes_redirect" version="1808"><![CDATA[<strong>{$lang->leave_redirect_for}</strong> {$redirect_expire_bit}<br />]]></template>
<template name="moderation_delayedmodaction_notes_thread_multiple" version="1808"><![CDATA[<strong>{$lang->thread}</strong> {$lang->multiple_threads}<br />]]></template>
<template name="moderation_delayedmodaction_notes_thread_single" version="1808"><![CDATA[<strong>{$lang->thread}</strong> <a href="{$delayed_thread['link']}">{$delayed_thread['subject']}</a><br />]]></template>

		<template name="moderation_delayedmodaction_notes_redirect" version="1808"><![CDATA[<strong>{$lang->leave_redirect_for}</strong> {$redirect_expire_bit}<br />]]></template>
<template name="moderation_delayedmodaction_notes_thread_multiple" version="1808"><![CDATA[<strong>{$lang->thread}</strong> {$lang->multiple_threads}<br />]]></template>
<template name="moderation_delayedmodaction_notes_thread_single" version="1808"><![CDATA[<strong>{$lang->thread}</strong> <a href="{$delayed_thread['link']}">{$delayed_thread['subject']}</a><br />]]></template>

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

		<template name="moderation_delayedmoderation" version="1823"><![CDATA[<html>

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

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

Zeile 7990Zeile 7997
</tr>
<tr>
<td class="tcat" align="center"><strong>{$lang->mod_username}</strong></td>

</tr>
<tr>
<td class="tcat" align="center"><strong>{$lang->mod_username}</strong></td>

<td class="tcat" align="center"><strong>{$lang->days_to_perform_action}</strong></td>

<td class="tcat" align="center"><strong>{$lang->time_to_perform_action}</strong></td>

<td class="tcat" align="center"><strong>{$lang->mod_actions}</strong></td>
<td class="tcat" align="center"><strong>{$lang->mod_information}</strong></td>
<td class="tcat" align="center"><strong>{$lang->actions}</strong></td>

<td class="tcat" align="center"><strong>{$lang->mod_actions}</strong></td>
<td class="tcat" align="center"><strong>{$lang->mod_information}</strong></td>
<td class="tcat" align="center"><strong>{$lang->actions}</strong></td>

Zeile 8071Zeile 8078
// -->
</script>
<dl style="margin-top: 0; margin-bottom: 0; width: 100%;">

// -->
</script>
<dl style="margin-top: 0; margin-bottom: 0; width: 100%;">

	<dt><input type="radio" name="type" value="openclosethread" {$type_selected['openclosethread']} id="type_openclosethread" onclick="toggleType();" /> <label for="type_openclosethread"><strong>{$lang->open_close_thread}</strong></label></dt>
<dt><input type="radio" name="type" value="softdeleterestorethread" {$type_selected['softdeleterestorethread']} id="type_softdeleterestorethread" onclick="toggleType();" /> <label for="type_softdeleterestorethread"><strong>{$lang->softdelete_restore_thread}</strong></label></dt>
<dt><input type="radio" name="type" value="deletethread" {$type_selected['deletethread']} id="type_deletethread" onclick="toggleType();" /> <label for="type_deletethread"><strong>{$lang->delete_thread}</strong></label></dt>


	{$openclosethread}
{$softdeleterestorethread}
{$deletethread}
{$stickunstickthread}

	<dt><input type="radio" name="type" value="move" {$type_selected['move']} id="type_movecopythread" onclick="toggleType();" /> <label for="type_movecopythread"><strong>{$lang->move_copy_thread}</strong></label></dt>
<dd style="margin-top: 4px;" id="type_movecopythread_expanded">
{$lang->new_forum}<br />
{$forumselect}
{$moderation_delayedmoderation_move}
</dd>

	<dt><input type="radio" name="type" value="move" {$type_selected['move']} id="type_movecopythread" onclick="toggleType();" /> <label for="type_movecopythread"><strong>{$lang->move_copy_thread}</strong></label></dt>
<dd style="margin-top: 4px;" id="type_movecopythread_expanded">
{$lang->new_forum}<br />
{$forumselect}
{$moderation_delayedmoderation_move}
</dd>

	<dt><input type="radio" name="type" value="stick" {$type_selected['stick']} id="type_stick_unstick_thread" onclick="toggleType();" /> <label for="type_stick_unstick_thread"><strong>{$lang->stick_unstick_thread}</strong></label></dt>

 
	{$moderation_delayedmoderation_merge}
<dt><input type="radio" name="type" value="removeredirects" {$type_selected['removeredirects']} id="type_removeredirects" onclick="toggleType();" /> <label for="type_removeredirects"><strong>{$lang->remove_redirects}</strong></label></dt>
<dt><input type="radio" name="type" value="removesubscriptions" {$type_selected['removesubscriptions']} id="type_removesubscriptions" onclick="toggleType();" /> <label for="type_removesubscriptions"><strong>{$lang->remove_subscriptions}</strong></label></dt>

	{$moderation_delayedmoderation_merge}
<dt><input type="radio" name="type" value="removeredirects" {$type_selected['removeredirects']} id="type_removeredirects" onclick="toggleType();" /> <label for="type_removeredirects"><strong>{$lang->remove_redirects}</strong></label></dt>
<dt><input type="radio" name="type" value="removesubscriptions" {$type_selected['removesubscriptions']} id="type_removesubscriptions" onclick="toggleType();" /> <label for="type_removesubscriptions"><strong>{$lang->remove_subscriptions}</strong></label></dt>

	<dt><input type="radio" name="type" value="approveunapprovethread" {$type_selected['approveunapprovethread']} id="type_approveunapprovethread" onclick="toggleType();" /> <label for="type_approveunapprovethread"><strong>{$lang->approve_unapprove_thread}</strong></label></dt>

	{$approveunapprovethread}

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

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

Zeile 8101Zeile 8108
{$footer}
</body>
</html>]]></template>

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

 
		<template name="moderation_delayedmoderation_approve" version="1813"><![CDATA[<dt><input type="radio" name="type" value="approveunapprovethread" {$type_selected['approveunapprovethread']} id="type_approveunapprovethread" onclick="toggleType();" /> <label for="type_approveunapprovethread"><strong>{$lang->approve_unapprove_thread}</strong></label></dt>]]></template>
<template name="moderation_delayedmoderation_delete" version="1813"><![CDATA[<dt><input type="radio" name="type" value="deletethread" {$type_selected['deletethread']} id="type_deletethread" onclick="toggleType();" /> <label for="type_deletethread"><strong>{$lang->delete_thread}</strong></label></dt>]]></template>
<template name="moderation_delayedmoderation_openclose" version="1813"><![CDATA[<dt><input type="radio" name="type" value="openclosethread" {$type_selected['openclosethread']} id="type_openclosethread" onclick="toggleType();" /> <label for="type_openclosethread"><strong>{$lang->open_close_thread}</strong></label></dt>]]></template>
<template name="moderation_delayedmoderation_softdeleterestore" version="1813"><![CDATA[<dt><input type="radio" name="type" value="softdeleterestorethread" {$type_selected['softdeleterestorethread']} id="type_softdeleterestorethread" onclick="toggleType();" /> <label for="type_softdeleterestorethread"><strong>{$lang->softdelete_restore_thread}</strong></label></dt>]]></template>
<template name="moderation_delayedmoderation_stick" version="1813"><![CDATA[<dt><input type="radio" name="type" value="stick" {$type_selected['stick']} id="type_stick_unstick_thread" onclick="toggleType();" /> <label for="type_stick_unstick_thread"><strong>{$lang->stick_unstick_thread}</strong></label></dt>]]></template>

		<template name="moderation_delayedmoderation_date_month" version="1800"><![CDATA[<option value="01" {$datemonth['01']}>{$lang->january}</option>
<option value="02" {$datemonth['02']}>{$lang->february}</option>
<option value="03" {$datemonth['03']}>{$lang->march}</option>

		<template name="moderation_delayedmoderation_date_month" version="1800"><![CDATA[<option value="01" {$datemonth['01']}>{$lang->january}</option>
<option value="02" {$datemonth['02']}>{$lang->february}</option>
<option value="03" {$datemonth['03']}>{$lang->march}</option>

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

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

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

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

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

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

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

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

	{$lang->thread_to_merge_with}<br />

	{$lang->thread_to_merge_with}<br />

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Zeile 8209Zeile 8221
<br />
<div align="center"><input type="submit" class="button" name="submit" value="{$lang->delete_thread}" /></div>
<input type="hidden" name="action" value="do_deletethread" />

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

<input type="hidden" name="tid" value="{$tid}" />
</form>
{$footer}

<input type="hidden" name="tid" value="{$tid}" />
</form>
{$footer}

</body>
</html>]]></template>
<template name="moderation_getip" version="1608"><![CDATA[<html>

</body>
</html>]]></template>
<template name="moderation_getip" version="1608"><![CDATA[<html>

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

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

</tr>
























</tr>
<tr>
<td class="trow1" width="20%"><strong>{$lang->username}</strong></td>
<td class="trow1">{$username}</td>
</tr>
<tr>
<td class="trow2"><strong>{$lang->ip_address}</strong></td>
<td class="trow2">{$post['ipaddress']}</td>
</tr>
<tr>
<td class="trow1"><strong>{$lang->hostname}<br /><span class="smalltext">{$lang->if_resolvable}</span></strong></td>
<td class="trow2">{$hostname}</td>
</tr>
{$modoptions}
</table>
{$footer}
</body>
</html>]]></template>
<template name="moderation_getip_modal" version="1815"><![CDATA[<div class="modal">
<div style="overflow-y: auto; max-height: 400px;">
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead" colspan="2"><strong>{$lang->get_post_ip}</strong></td>
</tr>

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

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

Zeile 8232Zeile 8267
<tr>
<td class="trow2"><strong>{$lang->ip_address}</strong></td>
<td class="trow2">{$post['ipaddress']}</td>

<tr>
<td class="trow2"><strong>{$lang->ip_address}</strong></td>
<td class="trow2">{$post['ipaddress']}</td>

</tr>
<tr>
<td class="trow1"><strong>{$lang->hostname}<br /><span class="smalltext">{$lang->if_resolvable}</span></strong></td>
<td class="trow2">{$hostname}</td>
</tr>
{$modoptions}
</table>
{$footer}
</body>
</html>]]></template>








</tr>
<tr>
<td class="trow1"><strong>{$lang->hostname}<br /><span class="smalltext">{$lang->if_resolvable}</span></strong></td>
<td class="trow2">{$hostname}</td>
</tr>
{$modoptions}
</table>
</div>
</div>]]></template>
<template name="moderation_getip_modoptions" version="1804"><![CDATA[<tr>
<td class="trow2"><strong>{$lang->mod_options}</strong></td>
<td class="trow2">
<a href="modcp.php?action=ipsearch&amp;ipaddress={$ipaddress}&amp;search_users=1">{$lang->search_ip_users}</a><br />
<a href="modcp.php?action=ipsearch&amp;ipaddress={$ipaddress}&amp;search_posts=1">{$lang->search_ip_posts}</a><br />
<a href="modcp.php?action=iplookup&ipaddress={$ipaddress}" onclick="MyBB.popupWindow('/modcp.php?action=iplookup&ipaddress={$ipaddress}&modal=1'); return false;">{$lang->info_on_ip}</a>
</td>
</tr>]]></template>

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

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

Zeile 8260Zeile 8302
<tr>
<td class="trow2"><strong>{$lang->ip_address}</strong></td>
<td class="trow2">{$pm['ipaddress']}</td>

<tr>
<td class="trow2"><strong>{$lang->ip_address}</strong></td>
<td class="trow2">{$pm['ipaddress']}</td>

</tr>
























</tr>
<tr>
<td class="trow1"><strong>{$lang->hostname}<br /><span class="smalltext">{$lang->if_resolvable}</span></strong></td>
<td class="trow2">{$hostname}</td>
</tr>
{$modoptions}
</table>
{$footer}
</body>
</html>]]></template>
<template name="moderation_getpmip_modal" version="1815"><![CDATA[<div class="modal">
<div style="overflow-y: auto; max-height: 400px;">
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead" colspan="2"><strong>{$lang->get_pm_ip}</strong></td>
</tr>
<tr>
<td class="trow1" width="20%"><strong>{$lang->username}</strong></td>
<td class="trow1">{$username}</td>
</tr>
<tr>
<td class="trow2"><strong>{$lang->ip_address}</strong></td>
<td class="trow2">{$pm['ipaddress']}</td>
</tr>

<tr>
<td class="trow1"><strong>{$lang->hostname}<br /><span class="smalltext">{$lang->if_resolvable}</span></strong></td>
<td class="trow2">{$hostname}</td>
</tr>
{$modoptions}
</table>

<tr>
<td class="trow1"><strong>{$lang->hostname}<br /><span class="smalltext">{$lang->if_resolvable}</span></strong></td>
<td class="trow2">{$hostname}</td>
</tr>
{$modoptions}
</table>

{$footer}
</body>
</html>]]></template>
<template name="moderation_getip_modoptions" version="1804"><![CDATA[<tr>
<td class="trow2"><strong>{$lang->mod_options}</strong></td>
<td class="trow2">
<a href="modcp.php?action=ipsearch&amp;ipaddress={$ipaddress}&amp;search_users=1">{$lang->search_ip_users}</a><br />
<a href="modcp.php?action=ipsearch&amp;ipaddress={$ipaddress}&amp;search_posts=1">{$lang->search_ip_posts}</a><br />
<a href="modcp.php?action=iplookup&ipaddress={$ipaddress}" onclick="MyBB.popupWindow('/modcp.php?action=iplookup&ipaddress={$ipaddress}&modal=1'); return false;">{$lang->info_on_ip}</a>
</td>
</tr>]]></template>

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










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

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

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

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

<form action="moderation.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="moderation.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">

Zeile 8327Zeile 8383
<br />
<div align="center"><input type="submit" class="button" name="submit" value="{$lang->delete_threads}" /></div>
<input type="hidden" name="action" value="do_multideletethreads" />

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

<input type="hidden" name="fid" value="{$fid}" />
<input type="hidden" name="threads" value="{$inlineids}" />
<input type="hidden" name="url" value="{$return_url}" />
</form>
{$footer}
</body>

<input type="hidden" name="fid" value="{$fid}" />
<input type="hidden" name="threads" value="{$inlineids}" />
<input type="hidden" name="url" value="{$return_url}" />
</form>
{$footer}
</body>

</html>]]></template>

</html>]]></template>

		<template name="moderation_inline_mergeposts" version="1600"><![CDATA[<html>

		<template name="moderation_inline_mergeposts" version="1812"><![CDATA[<html>

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

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

Zeile 8347Zeile 8403
<tr>
<td class="thead" colspan="2"><strong>{$lang->merge_posts}</strong></td>
</tr>

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

<tr>

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

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

Zeile 8364Zeile 8419
{$footer}
</body>
</html>]]></template>

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

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

		<template name="moderation_inline_movethreads" version="1822"><![CDATA[<html>

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

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

Zeile 8381Zeile 8436
<tr>
<td class="trow1"><strong>{$lang->new_forum}</strong></td>
<td class="trow2">{$forumselect}</td>

<tr>
<td class="trow1"><strong>{$lang->new_forum}</strong></td>
<td class="trow2">{$forumselect}</td>

 
</tr>
<tr>
<td class="trow1" valign="top"><strong>{$lang->method}</strong></td>
<td class="trow2">
<label><input type="radio" class="radio" name="method" value="move" />{$lang->method_move}</label><br />
<label><input type="radio" class="radio" name="method" value="redirect" checked="checked" />{$lang->method_move_redirect}</label> <input type="text" class="textbox" name="redirect_expire" size="3" /> {$lang->redirect_expire_note}<br />
<label><input type="radio" class="radio" name="method" value="copy" />{$lang->method_copy}</label><br />
</td>

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

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

Zeile 8394Zeile 8457
</body>
</html>]]></template>
<template name="moderation_inline_splitposts" version="1607"><![CDATA[<html>

</body>
</html>]]></template>
<template name="moderation_inline_splitposts" version="1607"><![CDATA[<html>

<head>
<title>{$mybb->settings['bbname']} - {$lang->split_thread}</title>
{$headerinclude}
</head>
<body>
{$header}
<form action="moderation.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>
<td class="thead" colspan="2"><strong>{$lang->split_thread}</strong></td>
</tr>
<tr>

<head>
<title>{$mybb->settings['bbname']} - {$lang->split_thread}</title>
{$headerinclude}
</head>
<body>
{$header}
<form action="moderation.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>
<td class="thead" colspan="2"><strong>{$lang->split_thread}</strong></td>
</tr>
<tr>

<td class="tcat" colspan="2"><span class="smalltext"><strong>{$lang->new_thread_info}</strong></span></td>
</tr>
{$loginbox}

<td class="tcat" colspan="2"><span class="smalltext"><strong>{$lang->new_thread_info}</strong></span></td>
</tr>
{$loginbox}

Zeile 8455Zeile 8518
<input type="hidden" name="tid" value="{$tid}" />
<input type="hidden" name="posts" value="{$inlineids}" />
<input type="hidden" name="url" value="{$return_url}" />

<input type="hidden" name="tid" value="{$tid}" />
<input type="hidden" name="posts" value="{$inlineids}" />
<input type="hidden" name="url" value="{$return_url}" />

</form>

</form>

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

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

Zeile 8501Zeile 8564
		<template name="moderation_move" version="1400"><![CDATA[<html>
<head>
<title>{$mybb->settings['bbname']} - {$lang->move_copy_thread}</title>

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

{$headerinclude}
</head>
<body>

{$headerinclude}
</head>
<body>

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

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

Zeile 8533Zeile 8596
{$footer}
</body>
</html>]]></template>

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

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

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

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

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

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

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

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

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

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

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

Zeile 8597Zeile 8660
<br />
<div align="center"><input type="submit" class="button" name="submit" value="{$lang->split_thread}" /></div>
<input type="hidden" name="action" value="do_split" />

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

<input type="hidden" name="tid" value="{$tid}" />
</form>
{$footer}
</body>
</html>]]></template>

<input type="hidden" name="tid" value="{$tid}" />
</form>
{$footer}
</body>
</html>]]></template>

		<template name="moderation_split_post" version="127"><![CDATA[<tr>
<td class="tcat" colspan="2"><span class="smalltext"><strong>{$lang->posted_by} {$post['username']} - {$postdate}</strong></span></td>

		<template name="moderation_split_post" version="127"><![CDATA[<tr>
<td class="tcat" colspan="2"><span class="smalltext"><strong>{$lang->posted_by} {$post['username']} - {$postdate}</strong></span></td>

</tr>

</tr>

<tr>
<td class="{$altbg}" valign="top" align="center" width="1%"><input type="checkbox" class="checkbox" name="splitpost[{$post['pid']}]" value="1" /></td>
<td class="{$altbg}">{$message}</td>
</tr>]]></template>

<tr>
<td class="{$altbg}" valign="top" align="center" width="1%"><input type="checkbox" class="checkbox" name="splitpost[{$post['pid']}]" value="1" /></td>
<td class="{$altbg}">{$message}</td>
</tr>]]></template>

		<template name="moderation_threadnotes" version="1600"><![CDATA[<html>

		<template name="moderation_threadnotes" version="1823"><![CDATA[<html>

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

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

Zeile 8626Zeile 8689
<tr>
<td class="trow2" colspan="2">{$lang->below_notes}</td>
</tr>

<tr>
<td class="trow2" colspan="2">{$lang->below_notes}</td>
</tr>

<td class="trow1" align="center" colspan="2"><textarea name="threadnotes" cols="80" rows="10" tabindex="1">{$thread['notes']}</textarea></td>
</tr>

<td class="trow1" align="center" colspan="2"><textarea name="threadnotes" cols="80" rows="10" tabindex="1">{$thread['notes']}</textarea></td>
</tr>

</table>
<br />
<div align="center"><input type="submit" class="button" name="submit" value="{$lang->update_notes}" tabindex="2" /></div>

</table>
<br />
<div align="center"><input type="submit" class="button" name="submit" value="{$lang->update_notes}" tabindex="2" /></div>

Zeile 8654Zeile 8717
</tr>
<tr>
<td class="tcat" align="center"><strong>{$lang->mod_username}</strong></td>

</tr>
<tr>
<td class="tcat" align="center"><strong>{$lang->mod_username}</strong></td>

<td class="tcat" align="center"><strong>{$lang->days_to_perform_action}</strong></td>

<td class="tcat" align="center"><strong>{$lang->time_to_perform_action}</strong></td>

<td class="tcat" align="center"><strong>{$lang->mod_actions}</strong></td>
<td class="tcat" align="center"><strong>{$lang->mod_information}</strong></td>
</tr>

<td class="tcat" align="center"><strong>{$lang->mod_actions}</strong></td>
<td class="tcat" align="center"><strong>{$lang->mod_information}</strong></td>
</tr>

Zeile 8691Zeile 8754
</table>
</div>
</div>]]></template>

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

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

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

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

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

Zeile 8707Zeile 8770
// -->
</script>]]></template>
<template name="multipage_end" version="1600"><![CDATA[{$lang->multipage_link_end} <a href="{$page_url}" class="pagination_last">{$pages}</a>]]></template>

// -->
</script>]]></template>
<template name="multipage_end" version="1600"><![CDATA[{$lang->multipage_link_end} <a href="{$page_url}" class="pagination_last">{$pages}</a>]]></template>

		<template name="multipage_jump_page" version="1809"><![CDATA[<div class="popup_menu drop_go_page" style="display: none;">

		<template name="multipage_jump_page" version="1823"><![CDATA[<div class="popup_menu drop_go_page" style="display: none;">

	<form action="{$jump_url}" method="post">

	<form action="{$jump_url}" method="post">

		<label for="page">{$lang->multipage_jump}:</label> <input type="text" class="textbox" name="page" value="{$page}" size="4" />

		<label for="page">{$lang->multipage_jump}:</label> <input type="number" class="textbox" name="page" value="{$page}" size="4" min="1" max="{$pages}" />

		<input type="submit" class="button" value="{$lang->go}" />
</form>
</div>

		<input type="submit" class="button" value="{$lang->go}" />
</form>
</div>

Zeile 8718Zeile 8781
	var go_page = 'go_page_' + $(".go_page").length;
$(".go_page").last().attr('id', go_page);
$(".drop_go_page").last().attr('id', go_page + '_popup');

	var go_page = 'go_page_' + $(".go_page").length;
$(".go_page").last().attr('id', go_page);
$(".drop_go_page").last().attr('id', go_page + '_popup');

	$('#' + go_page).popupMenu(false).click(function() {

	$('#' + go_page).popupMenu(false).on('click', function() {

		var drop_go_page = $(this).prev('.drop_go_page');
if (drop_go_page.is(':visible')) {

		var drop_go_page = $(this).prev('.drop_go_page');
if (drop_go_page.is(':visible')) {

			drop_go_page.find('.textbox').focus();

			drop_go_page.find('.textbox').trigger('focus');

		}
});
</script>]]></template>

		}
});
</script>]]></template>

Zeile 8733Zeile 8796
		<template name="multipage_start" version="1600"><![CDATA[<a href="{$page_url}" class="pagination_first">1</a> {$lang->multipage_link_start}]]></template>
<template name="mycode_code" version="1808"><![CDATA[<div class="codeblock"><div class="title">{$lang->code}</div><div class="body" dir="ltr"><code>{$code}</code></div></div><br />]]></template>
<template name="mycode_email" version="1808"><![CDATA[<a href="mailto:{$email}" class="mycode_email">{$name}</a>]]></template>

		<template name="multipage_start" version="1600"><![CDATA[<a href="{$page_url}" class="pagination_first">1</a> {$lang->multipage_link_start}]]></template>
<template name="mycode_code" version="1808"><![CDATA[<div class="codeblock"><div class="title">{$lang->code}</div><div class="body" dir="ltr"><code>{$code}</code></div></div><br />]]></template>
<template name="mycode_email" version="1808"><![CDATA[<a href="mailto:{$email}" class="mycode_email">{$name}</a>]]></template>

		<template name="mycode_img" version="1808"><![CDATA[<img src="{$url}"{$width}{$height} alt="{$alt}"{$css_align} class="mycode_img" />]]></template>

		<template name="mycode_img" version="1823"><![CDATA[<img src="{$url}" loading="lazy" {$width}{$height} alt="{$alt}"{$css_align} class="mycode_img" />]]></template>

		<template name="mycode_php" version="1808"><![CDATA[<div class="codeblock phpcodeblock"><div class="title">{$lang->php_code}</div><div class="body">{$code}</div></div><br />]]></template>
<template name="mycode_quote_post" version="1808"><![CDATA[<blockquote class="mycode_quote"><cite>{$span}{$username} {$lang->wrote}{$linkback}</cite>{$message}</blockquote><br />]]></template>
<template name="mycode_size_int" version="1808"><![CDATA[<span style="font-size: {$size}pt;" class="mycode_size">{$text}</span>]]></template>

		<template name="mycode_php" version="1808"><![CDATA[<div class="codeblock phpcodeblock"><div class="title">{$lang->php_code}</div><div class="body">{$code}</div></div><br />]]></template>
<template name="mycode_quote_post" version="1808"><![CDATA[<blockquote class="mycode_quote"><cite>{$span}{$username} {$lang->wrote}{$linkback}</cite>{$message}</blockquote><br />]]></template>
<template name="mycode_size_int" version="1808"><![CDATA[<span style="font-size: {$size}pt;" class="mycode_size">{$text}</span>]]></template>

		<template name="mycode_url" version="1808"><![CDATA[<a href="{$url}" target="_blank"{$nofollow} class="mycode_url">{$name}</a>]]></template>

		<template name="mycode_url" version="1813"><![CDATA[<a href="{$url}" target="_blank"{$rel} class="mycode_url">{$name}</a>]]></template>

		<template name="nav" version="120"><![CDATA[
<div class="navigation">
{$nav}{$activesep}{$activebit}

		<template name="nav" version="120"><![CDATA[
<div class="navigation">
{$nav}{$activesep}{$activebit}

Zeile 8747Zeile 8810
		<template name="nav_dropdown" version="1800"><![CDATA[ <img src="{$theme['imgdir']}/arrow_down.png" alt="v" title="" class="pagination_breadcrumb_link" id="breadcrumb_multipage" />{$multipage}]]></template>
<template name="nav_sep" version="1800"><![CDATA[&rsaquo;]]></template>
<template name="nav_sep_active" version="1800"><![CDATA[<br /><img src="{$theme['imgdir']}/nav_bit.png" alt="" />]]></template>

		<template name="nav_dropdown" version="1800"><![CDATA[ <img src="{$theme['imgdir']}/arrow_down.png" alt="v" title="" class="pagination_breadcrumb_link" id="breadcrumb_multipage" />{$multipage}]]></template>
<template name="nav_sep" version="1800"><![CDATA[&rsaquo;]]></template>
<template name="nav_sep_active" version="1800"><![CDATA[<br /><img src="{$theme['imgdir']}/nav_bit.png" alt="" />]]></template>

		<template name="newreply" version="1809"><![CDATA[<html>

		<template name="newreply" version="1820"><![CDATA[<html>

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

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

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

{$post_javascript}

</head>
<body>
{$header}

</head>
<body>
{$header}

Zeile 8803Zeile 8866
{$forumrules}
{$threadreview}
{$footer}

{$forumrules}
{$threadreview}
{$footer}

<script type="text/javascript">
$(".author_avatar img").error(function () {
$(this).unbind("error").closest('.author_avatar').remove();
});
</script>

 
</body>
</html>]]></template>
<template name="newreply_disablesmilies" version="1809"><![CDATA[<label><input type="checkbox" class="checkbox" name="postoptions[disablesmilies]" value="1" tabindex="9"{$postoptionschecked['disablesmilies']} /> {$lang->options_disablesmilies}</label>]]></template>

</body>
</html>]]></template>
<template name="newreply_disablesmilies" version="1809"><![CDATA[<label><input type="checkbox" class="checkbox" name="postoptions[disablesmilies]" value="1" tabindex="9"{$postoptionschecked['disablesmilies']} /> {$lang->options_disablesmilies}</label>]]></template>

Zeile 8849Zeile 8907
{$reviewmessage}
</td>
</tr>]]></template>

{$reviewmessage}
</td>
</tr>]]></template>

		<template name="newthread" version="1809"><![CDATA[<html>

		<template name="newthread" version="1820"><![CDATA[<html>

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

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

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

{$post_javascript}

</head>
<body>
{$header}

</head>
<body>
{$header}

Zeile 8900Zeile 8958
</form>
{$forumrules}
{$footer}

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

<script type="text/javascript">
$(".author_avatar img").error(function () {
$(this).unbind("error").closest('.author_avatar').remove();
});
</script>

 
</body>
</html>]]></template>
<template name="newthread_disablesmilies" version="1809"><![CDATA[<label><input type="checkbox" class="checkbox" name="postoptions[disablesmilies]" value="1" tabindex="9"{$postoptionschecked['disablesmilies']} /> {$lang->options_disablesmilies}</label>]]></template>

</body>
</html>]]></template>
<template name="newthread_disablesmilies" version="1809"><![CDATA[<label><input type="checkbox" class="checkbox" name="postoptions[disablesmilies]" value="1" tabindex="9"{$postoptionschecked['disablesmilies']} /> {$lang->options_disablesmilies}</label>]]></template>

Zeile 8917Zeile 8970
{$disablesmilies}</span></td>
</tr>]]></template>
<template name="newthread_postpoll" version="120"><![CDATA[<tr>

{$disablesmilies}</span></td>
</tr>]]></template>
<template name="newthread_postpoll" version="120"><![CDATA[<tr>

<td class="{$bgcolor2}" valign="top">

<td class="{$bgcolor2}" valign="top">

<strong>{$lang->poll}</strong><br /><span class="smalltext">{$lang->poll_desc}</span>
</td>
<td class="{$bgcolor2}" valign="top">

<strong>{$lang->poll}</strong><br /><span class="smalltext">{$lang->poll_desc}</span>
</td>
<td class="{$bgcolor2}" valign="top">

Zeile 8929Zeile 8982
		<template name="online" version="1400"><![CDATA[<html>
<head>
<title>{$mybb->settings['bbname']} - {$lang->users_online}</title>

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

{$headerinclude}

{$headerinclude}

{$refresh}
</head>
<body>

{$refresh}
</head>
<body>

Zeile 8973Zeile 9026
<tr>
<td class="thead thead_left" align="center" width="50%"><span class="smalltext"><strong>{$lang->on_username}</strong></span></td>
<td class="thead thead_right" align="center" width="50%"><span class="smalltext"><strong>{$lang->time}</strong></span></td>

<tr>
<td class="thead thead_left" align="center" width="50%"><span class="smalltext"><strong>{$lang->on_username}</strong></span></td>
<td class="thead thead_right" align="center" width="50%"><span class="smalltext"><strong>{$lang->time}</strong></span></td>

</tr>
{$todayrows}
<tr>
<td align="center" colspan="2" class="trow1" style="white-space: nowrap">{$onlinetoday}</td>
</tr>
</table>
<br />

</tr>
{$todayrows}
<tr>
<td align="center" colspan="2" class="trow1" style="white-space: nowrap">{$onlinetoday}</td>
</tr>
</table>
<br />

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

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

Zeile 8998Zeile 9051
<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="1807"><![CDATA[<html>

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

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

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

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

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

<form action="moderation.php" method="post">

<form action="moderation.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">

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

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

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

</tr>

</tr>

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

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

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

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

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

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

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

Zeile 9055Zeile 9108
		$("#maxOptions").css("display", "");
}


		$("#maxOptions").css("display", "");
}


 	$("input[name='postoptions[multiple]']").click(function() {

 	$("input[name='postoptions[multiple]']").on('click', function() {

 		if($(this).is(":checked")) {
$("#maxOptions").css("display", "");
} else {

 		if($(this).is(":checked")) {
$("#maxOptions").css("display", "");
} else {

Zeile 9090Zeile 9143
<td>{$lang->votes}&nbsp;</td>
<td><input type="text" class="textbox" name="votes[{$counter}]" value="{$optionvotes}" /></td>
</tr>]]></template>

<td>{$lang->votes}&nbsp;</td>
<td><input type="text" class="textbox" name="votes[{$counter}]" value="{$optionvotes}" /></td>
</tr>]]></template>

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

		<template name="polls_newpoll" version="1821"><![CDATA[<html>

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

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

Zeile 9106Zeile 9159
{$loginbox}
<tr>
<td class="trow2"><strong>{$lang->question}</strong></td>

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

<td class="trow2"><input type="text" class="textbox" name="question" size="40" maxlength="240" value="{$question}" /></td>
</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>

Zeile 9131Zeile 9184
		$("#maxOptions").css("display", "");
}


		$("#maxOptions").css("display", "");
}


 	$("input[name='postoptions[multiple]']").click(function() {

 	$("input[name='postoptions[multiple]']").on('click', function() {

 		if($(this).is(":checked")) {
$("#maxOptions").css("display", "");
} else {

 		if($(this).is(":checked")) {
$("#maxOptions").css("display", "");
} else {

Zeile 9266Zeile 9319
{$threadlist}
</table>
<br />]]></template>

{$threadlist}
</table>
<br />]]></template>

		<template name="portal_latestthreads_thread" version="120"><![CDATA[<tr>

		<template name="portal_latestthreads_thread" version="1812"><![CDATA[<tr>

<td class="{$altbg}">

<td class="{$altbg}">

<strong><a href="{$mybb->settings['bburl']}/{$thread['threadlink']}">{$thread['subject']}</a></strong>

<strong><a href="{$mybb->settings['bburl']}/{$thread['threadlink']}" title="{$thread['fullsubject']}">{$thread['subject']}</a></strong>

<span class="smalltext"><br />
{$lang->forum} <a href="{$thread['forumlink']}">{$thread['forumname']}</a><br />
<a href="{$thread['lastpostlink']}">{$lang->latest_threads_lastpost}</a> {$lastposterlink}<br />

<span class="smalltext"><br />
{$lang->forum} <a href="{$thread['forumlink']}">{$thread['forumname']}</a><br />
<a href="{$thread['lastpostlink']}">{$lang->latest_threads_lastpost}</a> {$lastposterlink}<br />

Zeile 9291Zeile 9344
</tr>
</table>
<br />]]></template>

</tr>
</table>
<br />]]></template>

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

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

<tr>
<td class="thead"><strong>{$lang->search_forums}</strong></td>
</tr>
<tr>
<td class="trow1" align="center">

<tr>
<td class="thead"><strong>{$lang->search_forums}</strong></td>
</tr>
<tr>
<td class="trow1" align="center">

<form method="post" action="{$mybb->settings['bburl']}/search.php">

<form action="{$mybb->settings['bburl']}/search.php">

<input type="hidden" name="action" value="do_search" />
<input type="hidden" name="postthread" value="1" />
<input type="hidden" name="forums" value="all" />

<input type="hidden" name="action" value="do_search" />
<input type="hidden" name="postthread" value="1" />
<input type="hidden" name="forums" value="all" />

Zeile 9340Zeile 9393
</td>
</tr>
</table><br />]]></template>

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

		<template name="portal_welcome_guesttext" version="1609"><![CDATA[<span class="smalltext">{$lang->guest_welcome_registration}</span><br />

		<template name="portal_welcome_guesttext" version="1817"><![CDATA[<span class="smalltext">{$lang->guest_welcome_registration}</span><br />

<br />
<form method="post" action="{$mybb->settings['bburl']}/member.php"><input type="hidden" name="action" value="do_login" /><input type="hidden" name="url" value="{$portal_url}" />
{$username}<br />&nbsp;&nbsp;<input type="text" class="textbox" name="username" value="" /><br /><br />
{$lang->password}<br />&nbsp;&nbsp;<input type="password" class="textbox" name="password" value="" /><br /><br />
<label title="{$lang->remember_me_desc}"><input type="checkbox" class="checkbox" name="remember" value="yes" /> {$lang->remember_me}</label><br /><br />

<br />
<form method="post" action="{$mybb->settings['bburl']}/member.php"><input type="hidden" name="action" value="do_login" /><input type="hidden" name="url" value="{$portal_url}" />
{$username}<br />&nbsp;&nbsp;<input type="text" class="textbox" name="username" value="" /><br /><br />
{$lang->password}<br />&nbsp;&nbsp;<input type="password" class="textbox" name="password" value="" /><br /><br />
<label title="{$lang->remember_me_desc}"><input type="checkbox" class="checkbox" name="remember" value="yes" /> {$lang->remember_me}</label><br /><br />

<br /><input type="submit" class="button" name="loginsubmit" value="{$lang->login}" /></form>]]></template>

<br /><input type="submit" class="button" name="loginsubmit" value="{$lang->login}" /><input name="my_post_key" type="hidden" value="{$mybb->post_code}" /></form>]]></template>

		<template name="portal_welcome_membertext" version="120"><![CDATA[<span class="smalltext"><em>{$lang->member_welcome_lastvisit}</em> {$lastvisit}<br />
{$lang->since_then}<br />
<strong>&raquo;</strong> {$lang->new_announcements}<br />

		<template name="portal_welcome_membertext" version="120"><![CDATA[<span class="smalltext"><em>{$lang->member_welcome_lastvisit}</em> {$lastvisit}<br />
{$lang->since_then}<br />
<strong>&raquo;</strong> {$lang->new_announcements}<br />

Zeile 9367Zeile 9420
</tr>
</table>
<br />]]></template>

</tr>
</table>
<br />]]></template>

		<template name="portal_whosonline_memberbit" version="1400"><![CDATA[{$comma}<a href="{$mybb->settings['bburl']}/{$user['profilelink']}">{$user['username']}</a>{$invisiblemark}]]></template>
<template name="post_attachments" version="120"><![CDATA[<br />

		<template name="portal_whosonline_memberbit" version="1818"><![CDATA[<a href="{$mybb->settings['bburl']}/{$user['profilelink']}">{$user['username']}</a>{$invisiblemark}]]></template>
<template name="post_attachments" version="1823"><![CDATA[<br />

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

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

	<td class="tcat smalltext" colspan="3">{$lang->attach_quota} <a href="usercp.php?action=attachments">{$lang->view_attachments}</a></td>

	<td class="tcat smalltext" colspan="3">{$lang->attach_quota} {$lang->attach_usage} {$link_viewattachments}</td>

</tr>
{$newattach}
{$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>

</tr>
{$newattach}
{$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="1807"><![CDATA[<tr>


		<template name="post_attachments_viewlink" version="1816"><![CDATA[<a href="usercp.php?action=attachments">{$lang->view_attachments}</a>]]></template>
<template name="post_attachments_attachment" version="1820"><![CDATA[<tr id="attachment_{$attachment['aid']}">

<td class="trow2" width="1" align="center">{$attachment['icon']}</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>

<td class="trow2" width="1" align="center">{$attachment['icon']}</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>
<template name="post_attachments_attachment_mod_unapprove" version="120"><![CDATA[<input type="submit" class="button" name="unapproveattach" value="{$lang->unapprove_attachment}" onclick="return Post.attachmentAction({$attachment['aid']},'unapprove');" />]]></template>

		<template name="post_attachments_attachment_mod_approve" version="1823"><![CDATA[<input type="submit" class="button" name="approveattach_{$attachment['aid']}" value="{$lang->approve_attachment}" onclick="return Post.attachmentAction({$attachment['aid']},'approve');" />]]></template>
<template name="post_attachments_attachment_mod_unapprove" version="1823"><![CDATA[<input type="submit" class="button" name="unapproveattach_{$attachment['aid']}" value="{$lang->unapprove_attachment}" onclick="return Post.attachmentAction({$attachment['aid']},'unapprove');" />]]></template>

		<template name="post_attachments_attachment_postinsert" version="1809"><![CDATA[<input type="button" class="button" name="insert" value="{$lang->insert_attachment_post}" onclick="$('#message').sceditor('instance').insertText('[attachment={$attachment['aid']}]'); return false;" />]]></template>

		<template name="post_attachments_attachment_postinsert" version="1809"><![CDATA[<input type="button" class="button" name="insert" value="{$lang->insert_attachment_post}" onclick="$('#message').sceditor('instance').insertText('[attachment={$attachment['aid']}]'); return false;" />]]></template>

		<template name="post_attachments_attachment_remove" version="1604"><![CDATA[<input type="submit" class="button" name="rem" value="{$lang->remove_attachment}" onclick="return Post.removeAttachment({$attachment['aid']});" />]]></template>
<template name="post_attachments_attachment_unapproved" version="120"><![CDATA[<tr>

		<template name="post_attachments_attachment_remove" version="1823"><![CDATA[<input type="submit" class="button" name="rem_{$attachment['aid']}" value="{$lang->remove_attachment}" onclick="return Post.removeAttachment({$attachment['aid']});" />]]></template>
<template name="post_attachments_attachment_unapproved" version="1823"><![CDATA[<tr id="attachment_{$attachment['aid']}">

<td class="trow_shaded" width="1" align="center">{$attachment['icon']}</td>
<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" width="1" align="center">{$attachment['icon']}</td>
<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>

<td class="trow_shaded" style="white-space: nowrap; text-align: center;">{$attach_mod_options} {$attach_rem_options} {$postinsert}</td>

</tr>]]></template>

</tr>]]></template>

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

		<template name="post_attachments_new" version="1818"><![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" style="white-space: nowrap"><strong>{$lang->new_attachment}</strong> <input type="file" name="attachments[]" size="30" class="fileupload" multiple="multiple" /></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>

<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="1808"><![CDATA[<tr id="captcha_trow">

		<template name="post_captcha" version="1821"><![CDATA[<tr id="captcha_trow">

<td class="trow1" valign="top" width="350"><strong>{$lang->image_verification}</strong>

<td class="trow1" valign="top" width="350"><strong>{$lang->image_verification}</strong>

<br/>

<br />

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

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

Zeile 9411Zeile 9465
	lang.captcha_fetch_failure = "{$lang->captcha_fetch_failure}";
// -->
</script>

	lang.captcha_fetch_failure = "{$lang->captcha_fetch_failure}";
// -->
</script>

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

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

<table style="width: 300px; padding: 4px;">
<tr>
<td style="vertical-align: middle;"><img src="{$mybb->settings['bburl']}/captcha.php?imagehash={$imagehash}" alt="{$lang->image_verification}" title="{$lang->image_verification}" id="captcha_img" /><br /><span style="color: red;" class="smalltext">{$lang->verification_subnote}</span>

<table style="width: 300px; padding: 4px;">
<tr>
<td style="vertical-align: middle;"><img src="{$mybb->settings['bburl']}/captcha.php?imagehash={$imagehash}" alt="{$lang->image_verification}" title="{$lang->image_verification}" id="captcha_img" /><br /><span style="color: red;" class="smalltext">{$lang->verification_subnote}</span>

		</td>
</tr>

		</td>
</tr>

	<tr>
<td>
<input type="text" class="textbox" name="imagestring" value="" id="imagestring" size="16" /><input type="hidden" name="imagehash" value="{$imagehash}" id="imagehash" />

	<tr>
<td>
<input type="text" class="textbox" name="imagestring" value="" id="imagestring" size="16" /><input type="hidden" name="imagehash" value="{$imagehash}" id="imagehash" />

Zeile 9429Zeile 9483
		// -->
</script>
</td>

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

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

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

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

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

		<template name="post_captcha_recaptcha" version="1605"><![CDATA[<tr id="captcha_trow">
<td class="trow1" valign="top"><strong>{$lang->image_verification}</strong></td>
<td class="trow1">

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


<script type="text/javascript">

<script type="text/javascript">

<!--
var RecaptchaOptions = {
theme: 'clean'
};
// -->
</script>
































var captchaTarget = '';

var captchaOnSubmit = function(token) {

if (!captchaTarget.is('#quick_reply_submit')) {
document.createElement('form').submit.apply(captchaTarget.closest('form')[0]);
}
else {
captchaTarget.on('click', function(e) {
return Thread.quickReply(e);
}).trigger('click').off('click');
grecaptcha.reset();
}

};

var captchaOnloadCallback = function() {

captchaTarget = $('input[name="submit"], #quick_reply_submit').filter(function(){
return $(this).closest('#quick_login').length == 0
});

captchaTarget.attr('data-size', 'invisible').unbind('click');

grecaptcha.render(captchaTarget.get(0), {
'sitekey': '{$public_key}',
'callback': captchaOnSubmit
}, true);

}

</script>]]></template>
<template name="post_captcha_nocaptcha" version="1804"><![CDATA[<tr id="captcha_trow">
<td class="trow1" valign="top"><strong>{$lang->human_verification}</strong></td>
<td class="trow1">

<table style="width: 300px; padding: 4px;">
<tr>

<table style="width: 300px; padding: 4px;">
<tr>

		<td><span class="smalltext">{$lang->verification_note}</span></td>
</tr>
<tr>
<td><script type="text/javascript" src="{$server}/challenge?k={$public_key}"></script></td>
</tr>
</table>
</td>
</tr>]]></template>
<template name="post_captcha_nocaptcha" version="1804"><![CDATA[<tr id="captcha_trow">





































		<td><span class="smalltext">{$lang->verification_note_nocaptcha}</span></td>
</tr>
<tr>
<td><script type="text/javascript" src="{$server}"></script><div class="g-recaptcha" data-sitekey="{$public_key}"></div></td>
</tr>
</table>
</td>
</tr>]]></template>
<template name="post_captcha_hcaptcha_invisible" version="1823"><![CDATA[<br />
<script src="{$server}?onload=captchaOnloadCallback&render=explicit" async defer></script>
<script type="text/javascript">

var captchaTarget = '';

var captchaOnSubmit = function(token) {

if (!captchaTarget.is('#quick_reply_submit')) {
document.createElement('form').submit.apply(captchaTarget.closest('form')[0]);
}
else {
captchaTarget.on('click', function(e) {
return Thread.quickReply(e);
}).trigger('click').off('click');
hcaptcha.remove();
}

};

var captchaOnloadCallback = function() {

captchaTarget = $('input[name="submit"], #quick_reply_submit').filter(function(){
return $(this).closest('#quick_login').length == 0
});

captchaTarget.attr('data-size', 'invisible').unbind('click');

hcaptcha.render(captchaTarget.get(0), {
'sitekey': '{$public_key}',
'callback': captchaOnSubmit
}, true);

}

</script>]]></template>
<template name="post_captcha_hcaptcha" version="1823"><![CDATA[<tr id="captcha_trow">

<td class="trow1" valign="top"><strong>{$lang->human_verification}</strong></td>
<td class="trow1">
<table style="width: 300px; padding: 4px;">
<tr>

<td class="trow1" valign="top"><strong>{$lang->human_verification}</strong></td>
<td class="trow1">
<table style="width: 300px; padding: 4px;">
<tr>

		<td><span class="smalltext">{$lang->verification_note_nocaptcha}</span></td>
</tr>
<tr>
<td><script type="text/javascript" src="{$server}"></script><div class="g-recaptcha" data-sitekey="{$public_key}"></div></td>

		<td><span class="smalltext">{$lang->verification_note_hcaptcha}</span></td>
</tr>
<tr>
<td><script type="text/javascript" src="{$server}"></script><div class="h-captcha" data-sitekey="{$public_key}" data-theme="{$captcha_theme}" data-size="{$captcha_size}"></div></td>

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

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

 
		<template name="post_javascript" version="1823"><![CDATA[
<script type="text/javascript">
lang.attachment_too_many_files = "{$lang->attachment_too_many_files}";
lang.attachment_too_big_upload = "{$lang->attachment_too_big_upload}";
php_max_upload_size = {$php_max_upload_size};
php_max_file_uploads = {$php_max_file_uploads};
</script>
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/post.js?ver=1823"></script>
]]></template>

		<template name="post_prefixselect_multiple" version="1800"><![CDATA[<select name="threadprefix[]" multiple="multiple" size="5">
<option value="any"{$any_selected}>{$lang->any_prefix}</option>
<option value="0"{$default_selected}>{$lang->no_prefix}</option>

		<template name="post_prefixselect_multiple" version="1800"><![CDATA[<select name="threadprefix[]" multiple="multiple" size="5">
<option value="any"{$any_selected}>{$lang->any_prefix}</option>
<option value="0"{$default_selected}>{$lang->no_prefix}</option>

Zeile 9479Zeile 9607
{$prefixselect_prefix}
</select>]]></template>
<template name="post_savedraftbutton" version="120"><![CDATA[&nbsp;<input type="submit" class="button" name="savedraft" value="{$lang->save_draft}" />]]></template>

{$prefixselect_prefix}
</select>]]></template>
<template name="post_savedraftbutton" version="120"><![CDATA[&nbsp;<input type="submit" class="button" name="savedraft" value="{$lang->save_draft}" />]]></template>

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

		<template name="post_subscription_method" version="1819"><![CDATA[<tr>

<td class="{$bgcolor}" valign="top"><strong>{$lang->thread_subscription_method}</strong><br />
<span class="smalltext">{$lang->thread_subscription_method_desc}</span></td>
<td class="{$bgcolor} smalltext">

<td class="{$bgcolor}" valign="top"><strong>{$lang->thread_subscription_method}</strong><br />
<span class="smalltext">{$lang->thread_subscription_method_desc}</span></td>
<td class="{$bgcolor} smalltext">

	<label><input type="radio" name="postoptions[subscriptionmethod]" {$postoptions_subscriptionmethod_dont} value="" style="vertical-align: middle;" /> {$lang->no_subscribe}</label><br />
<label><input type="radio" name="postoptions[subscriptionmethod]" {$postoptions_subscriptionmethod_none} value="none" style="vertical-align: middle;" /> {$lang->no_subscribe_notification}</label><br />
<label><input type="radio" name="postoptions[subscriptionmethod]" {$postoptions_subscriptionmethod_email} value="email" style="vertical-align: middle;" /> {$lang->instant_email_subscribe}</label><br />
<label><input type="radio" name="postoptions[subscriptionmethod]" {$postoptions_subscriptionmethod_pm} value="pm" style="vertical-align: middle;" /> {$lang->instant_pm_subscribe}</label><br />

	<label><input type="radio" name="postoptions[subscriptionmethod]" {$subscribe}value="" style="vertical-align: middle;" /> {$lang->no_subscribe}</label><br />
<label><input type="radio" name="postoptions[subscriptionmethod]" {$nonesubscribe}value="none" style="vertical-align: middle;" /> {$lang->no_subscribe_notification}</label><br />
<label><input type="radio" name="postoptions[subscriptionmethod]" {$emailsubscribe}value="email" style="vertical-align: middle;" /> {$lang->instant_email_subscribe}</label><br />
<label><input type="radio" name="postoptions[subscriptionmethod]" {$pmsubscribe}value="pm" style="vertical-align: middle;" /> {$lang->instant_pm_subscribe}</label><br />

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

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

		<template name="postbit" version="1809"><![CDATA[{$ignore_bit}{$deleted_bit}

		<template name="postbit" version="1813"><![CDATA[{$ignore_bit}{$deleted_bit}

<a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
<div class="post {$unapproved_shade}" style="{$post_visibility}" id="post_{$post['pid']}">
<div class="post_author">

<a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
<div class="post {$unapproved_shade}" style="{$post_visibility}" id="post_{$post['pid']}">
<div class="post_author">

Zeile 9520Zeile 9648
	{$post['signature']}
<div class="post_meta" id="post_meta_{$post['pid']}">
{$post['iplogged']}

	{$post['signature']}
<div class="post_meta" id="post_meta_{$post['pid']}">
{$post['iplogged']}

 
		<div class="float_right">
{$post['poststatus']}
</div>

	</div>

	</div>

 
	{$post['input_editreason']}

</div>
<div class="post_controls">
<div class="postbit_buttons author_buttons float_left">

</div>
<div class="post_controls">
<div class="postbit_buttons author_buttons float_left">

Zeile 9557Zeile 9689
	{$post['replink']}{$post['profilefield']}{$post['warninglevel']}]]></template>
<template name="postbit_avatar" version="1800"><![CDATA[<div class="author_avatar"><a href="{$post['profilelink_plain']}"><img src="{$useravatar['image']}" alt="" {$useravatar['width_height']} /></a></div>]]></template>
<template name="postbit_away" version="1800"><![CDATA[<a href="{$post['profilelink_plain']}" title="{$lang->postbit_status_away}"><img src="{$theme['imgdir']}/buddy_away.png" border="0" alt="{$lang->postbit_status_away}" class="buddy_status" /></a>]]></template>

	{$post['replink']}{$post['profilefield']}{$post['warninglevel']}]]></template>
<template name="postbit_avatar" version="1800"><![CDATA[<div class="author_avatar"><a href="{$post['profilelink_plain']}"><img src="{$useravatar['image']}" alt="" {$useravatar['width_height']} /></a></div>]]></template>
<template name="postbit_away" version="1800"><![CDATA[<a href="{$post['profilelink_plain']}" title="{$lang->postbit_status_away}"><img src="{$theme['imgdir']}/buddy_away.png" border="0" alt="{$lang->postbit_status_away}" class="buddy_status" /></a>]]></template>

		<template name="postbit_classic" version="1809"><![CDATA[{$ignore_bit}{$deleted_bit}

		<template name="postbit_classic" version="1813"><![CDATA[{$ignore_bit}{$deleted_bit}

<a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
<div class="post classic {$unapproved_shade}" style="{$post_visibility}" id="post_{$post['pid']}">
<div class="post_author scaleimages">

<a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
<div class="post classic {$unapproved_shade}" style="{$post_visibility}" id="post_{$post['pid']}">
<div class="post_author scaleimages">

Zeile 9588Zeile 9720
	{$post['signature']}
<div class="post_meta" id="post_meta_{$post['pid']}">
{$post['iplogged']}

	{$post['signature']}
<div class="post_meta" id="post_meta_{$post['pid']}">
{$post['iplogged']}

	</div>
</div>





		<div class="float_right">
{$post['poststatus']}
</div>
</div>
{$post['input_editreason']}
</div>

<div class="post_controls">
<div class="postbit_buttons author_buttons float_left">
{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}{$post['button_rep']}

<div class="post_controls">
<div class="postbit_buttons author_buttons float_left">
{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}{$post['button_rep']}

	</div>

	</div>

	<div class="postbit_buttons post_management_buttons float_right">
{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quickrestore']}{$post['button_quote']}{$post['button_multiquote']}{$post['button_report']}{$post['button_warn']}{$post['button_purgespammer']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}
</div>

	<div class="postbit_buttons post_management_buttons float_right">
{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quickrestore']}{$post['button_quote']}{$post['button_multiquote']}{$post['button_report']}{$post['button_warn']}{$post['button_purgespammer']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}
</div>

Zeile 9604Zeile 9740
	<div class="deleted_post_author"><strong><span class="largetext">{$post['profilelink']}</span></strong></div>
<div class="deleted_post_message">
<div class="show_deleted_post float_right" style="vertical-align: top;" id="show_deleted_link_{$post['pid']}"><a href="javascript:void(0)" onclick="Thread.showDeletedPost({$post['pid']}); return false;" class="button small_button"><span>{$lang->postbit_show_ignored_post}</span></a></div>

	<div class="deleted_post_author"><strong><span class="largetext">{$post['profilelink']}</span></strong></div>
<div class="deleted_post_message">
<div class="show_deleted_post float_right" style="vertical-align: top;" id="show_deleted_link_{$post['pid']}"><a href="javascript:void(0)" onclick="Thread.showDeletedPost({$post['pid']}); return false;" class="button small_button"><span>{$lang->postbit_show_ignored_post}</span></a></div>

<script type="text/javascript">

<script type="text/javascript">

<!--
$('#show_deleted_link_{$post['pid']}').show();
// -->

<!--
$('#show_deleted_link_{$post['pid']}').show();
// -->

Zeile 9612Zeile 9748
		{$deleted_message}
</div>
</div>]]></template>

		{$deleted_message}
</div>
</div>]]></template>

		<template name="postbit_deleted_member" version="1809"><![CDATA[<a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>

		<template name="postbit_deleted_member" version="1813"><![CDATA[<a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>

<div class="post deleted_post_hidden" id="post_{$post['pid']}">
<div class="deleted_post_author"><strong><span class="largetext">{$post['profilelink']}</span></strong></div>

<div class="post deleted_post_hidden" id="post_{$post['pid']}">
<div class="deleted_post_author"><strong><span class="largetext">{$post['profilelink']}</span></strong></div>

		<div class="post_content">
<em>{$lang->postbit_post_deleted}</em>
</div>

	<div class="post_content">
<em>{$lang->postbit_post_deleted}</em>


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

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

		<template name="postbit_edit" version="1809"><![CDATA[<a href="editpost.php?pid={$post['pid']}" id="edit_post_{$post['pid']}" title="{$lang->postbit_edit}" class="postbit_edit"><span>{$lang->postbit_button_edit}</span></a>

		<template name="postbit_edit" version="1818"><![CDATA[<a href="editpost.php?pid={$post['pid']}" id="edit_post_{$post['pid']}" title="{$lang->postbit_edit}" class="postbit_edit postbit_mirage"><span>{$lang->postbit_button_edit}</span></a>

<div id="edit_post_{$post['pid']}_popup" class="popup_menu" style="display: none;"><div class="popup_item_container"><a href="javascript:void(0)" class="popup_item quick_edit_button" id="quick_edit_post_{$post['pid']}">{$lang->postbit_quick_edit}</a></div><div class="popup_item_container"><a href="editpost.php?pid={$post['pid']}" class="popup_item">{$lang->postbit_full_edit}</a></div></div>
<script type="text/javascript">
// <!--

<div id="edit_post_{$post['pid']}_popup" class="popup_menu" style="display: none;"><div class="popup_item_container"><a href="javascript:void(0)" class="popup_item quick_edit_button" id="quick_edit_post_{$post['pid']}">{$lang->postbit_quick_edit}</a></div><div class="popup_item_container"><a href="editpost.php?pid={$post['pid']}" class="popup_item">{$lang->postbit_full_edit}</a></div></div>
<script type="text/javascript">
// <!--

Zeile 9632Zeile 9767
</script>]]></template>
<template name="postbit_editedby" version="1800"><![CDATA[<span class="edited_post">({$post['editnote']} {$post['editedprofilelink']}.{$editreason})</span>]]></template>
<template name="postbit_editedby_editreason" version="1800"><![CDATA[ <em>{$lang->postbit_editreason}: {$post['editreason']}</em>]]></template>

</script>]]></template>
<template name="postbit_editedby" version="1800"><![CDATA[<span class="edited_post">({$post['editnote']} {$post['editedprofilelink']}.{$editreason})</span>]]></template>
<template name="postbit_editedby_editreason" version="1800"><![CDATA[ <em>{$lang->postbit_editreason}: {$post['editreason']}</em>]]></template>

 
		<template name="postbit_editreason" version="1813"><![CDATA[<div class="editreason" id="editreason_{$post['pid']}_original" style="display: none;"><label for="editreason">{$lang->postbit_editreason}:</label> <input type="text" class="textbox" style="margin: 6px 0;" name="editreason" size="40" maxlength="150" id="quickedit_{$post['pid']}_editreason_original" value="{$post['editreason']}" /><br /></div>]]></template>

		<template name="postbit_email" version="1800"><![CDATA[<a href="member.php?action=emailuser&amp;uid={$post['uid']}" title="{$lang->postbit_email}" class="postbit_email"><span>{$lang->postbit_button_email}</span></a>]]></template>
<template name="postbit_find" version="1800"><![CDATA[<a href="search.php?action=finduser&amp;uid={$post['uid']}" title="{$lang->postbit_find}" class="postbit_find"><span>{$lang->postbit_button_find}</span></a>]]></template>
<template name="postbit_forward_pm" version="1800"><![CDATA[<a href="private.php?action=send&amp;pmid={$id}&amp;do=forward" title="{$lang->forward_title}" class="postbit_forward_pm"><span>{$lang->postbit_button_forward}</span></a>]]></template>

		<template name="postbit_email" version="1800"><![CDATA[<a href="member.php?action=emailuser&amp;uid={$post['uid']}" title="{$lang->postbit_email}" class="postbit_email"><span>{$lang->postbit_button_email}</span></a>]]></template>
<template name="postbit_find" version="1800"><![CDATA[<a href="search.php?action=finduser&amp;uid={$post['uid']}" title="{$lang->postbit_find}" class="postbit_find"><span>{$lang->postbit_button_find}</span></a>]]></template>
<template name="postbit_forward_pm" version="1800"><![CDATA[<a href="private.php?action=send&amp;pmid={$id}&amp;do=forward" title="{$lang->forward_title}" class="postbit_forward_pm"><span>{$lang->postbit_button_forward}</span></a>]]></template>

Zeile 9652Zeile 9788
	</div>
</div>]]></template>
<template name="postbit_inlinecheck" version="1800"><![CDATA[<input type="checkbox" class="checkbox" name="inlinemod_{$post['pid']}" id="inlinemod_{$post['pid']}" value="1" style="vertical-align: middle; margin: -2px 0 0 5px;" {$inlinecheck} />]]></template>

	</div>
</div>]]></template>
<template name="postbit_inlinecheck" version="1800"><![CDATA[<input type="checkbox" class="checkbox" name="inlinemod_{$post['pid']}" id="inlinemod_{$post['pid']}" value="1" style="vertical-align: middle; margin: -2px 0 0 5px;" {$inlinecheck} />]]></template>

		<template name="postbit_iplogged_hiden" version="1800"><![CDATA[{$lang->postbit_ipaddress} <a href="moderation.php?action={$action}&amp;{$idtype}={$post[$idtype]}">{$lang->postbit_ipaddress_logged}</a>]]></template>

		<template name="postbit_iplogged_hiden" version="1815"><![CDATA[{$lang->postbit_ipaddress} <a href="moderation.php?action={$action}&amp;{$idtype}={$post[$idtype]}" onclick="MyBB.{$javascript}({$post[$idtype]}); return false;">{$lang->postbit_ipaddress_logged}</a>]]></template>

		<template name="postbit_iplogged_show" version="1800"><![CDATA[{$lang->postbit_ipaddress} {$ipaddress}]]></template>

		<template name="postbit_iplogged_show" version="1800"><![CDATA[{$lang->postbit_ipaddress} {$ipaddress}]]></template>

		<template name="postbit_multiquote" version="1809"><![CDATA[<a href="javascript:void(0)" onclick="Thread.multiQuote({$post['pid']}); return false;" style="display: none;" id="multiquote_link_{$post['pid']}" title="{$lang->postbit_multiquote}" class="postbit_multiquote"><span id="multiquote_{$post['pid']}">{$lang->postbit_button_multiquote}</span></a>

		<template name="postbit_multiquote" version="1818"><![CDATA[<a href="javascript:void(0)" onclick="Thread.multiQuote({$post['pid']}); return false;" style="display: none;" id="multiquote_link_{$post['pid']}" title="{$lang->postbit_multiquote}" class="postbit_multiquote postbit_mirage"><span id="multiquote_{$post['pid']}">{$lang->postbit_button_multiquote}</span></a>

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

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

Zeile 9672Zeile 9808
{$post['fieldvalue_option']}
</ul>]]></template>
<template name="postbit_profilefield_multiselect_value" version="1800"><![CDATA[<li style="margin-left: 0;">{$val}</li>]]></template>

{$post['fieldvalue_option']}
</ul>]]></template>
<template name="postbit_profilefield_multiselect_value" version="1800"><![CDATA[<li style="margin-left: 0;">{$val}</li>]]></template>

		<template name="postbit_quickdelete" version="1800"><![CDATA[<a href="editpost.php?pid={$post['pid']}" onclick="Thread.deletePost({$post['pid']}); return false;" style="display: none;" id="quick_delete_{$post['pid']}" title="{$postbit_qdelete}" class="postbit_qdelete"><span>{$lang->postbit_button_qdelete}</span></a>
<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">
// <!--
$('#quick_restore_{$post['pid']}').css('display', '{$display}');
// -->
</script>]]></template>
<template name="postbit_quote" version="1800"><![CDATA[<a href="newreply.php?tid={$tid}&amp;replyto={$post['pid']}" title="{$lang->postbit_quote}" class="postbit_quote"><span>{$lang->postbit_button_quote}</span></a>]]></template>

		<template name="postbit_quickdelete" version="1818"><![CDATA[<a href="editpost.php?pid={$post['pid']}" onclick="Thread.deletePost({$post['pid']}); return false;" id="quick_delete_{$post['pid']}" title="{$postbit_qdelete}" class="postbit_qdelete postbit_mirage"><span>{$lang->postbit_button_qdelete}</span></a>]]></template>
<template name="postbit_quickrestore" version="1818"><![CDATA[<a href="editpost.php?pid={$post['pid']}" onclick="Thread.restorePost({$post['pid']}); return false;" id="quick_restore_{$post['pid']}" title="{$postbit_qrestore}" class="postbit_qrestore"><span>{$lang->postbit_button_qrestore}</span></a>]]></template>
<template name="postbit_quote" version="1818"><![CDATA[<a href="newreply.php?tid={$tid}&amp;replyto={$post['pid']}" title="{$lang->postbit_quote}" class="postbit_quote postbit_mirage"><span>{$lang->postbit_button_quote}</span></a>]]></template>











		<template name="postbit_rep_button" version="1809"><![CDATA[<a href="javascript:void(0)" onclick="MyBB.reputation({$post['uid']},{$post['pid']}); return false;" title="{$lang->postbit_reputation_add}" class="postbit_reputation_add"><span>{$lang->postbit_button_reputation_add}</span></a>]]></template>
<template name="postbit_reply_pm" version="1800"><![CDATA[<a href="private.php?action=send&amp;pmid={$id}&amp;do=reply" title="{$lang->reply_title}" class="postbit_reply_pm"><span>{$lang->postbit_button_reply_pm}</span></a>]]></template>
<template name="postbit_replyall_pm" version="1480"><![CDATA[<a href="private.php?action=send&amp;pmid={$id}&amp;do=replyall" title="{$lang->reply_to_all}" class="postbit_reply_all"><span>{$lang->postbit_button_reply_all}</span></a>]]></template>

		<template name="postbit_rep_button" version="1809"><![CDATA[<a href="javascript:void(0)" onclick="MyBB.reputation({$post['uid']},{$post['pid']}); return false;" title="{$lang->postbit_reputation_add}" class="postbit_reputation_add"><span>{$lang->postbit_button_reputation_add}</span></a>]]></template>
<template name="postbit_reply_pm" version="1800"><![CDATA[<a href="private.php?action=send&amp;pmid={$id}&amp;do=reply" title="{$lang->reply_title}" class="postbit_reply_pm"><span>{$lang->postbit_button_reply_pm}</span></a>]]></template>
<template name="postbit_replyall_pm" version="1480"><![CDATA[<a href="private.php?action=send&amp;pmid={$id}&amp;do=replyall" title="{$lang->reply_to_all}" class="postbit_reply_all"><span>{$lang->postbit_button_reply_all}</span></a>]]></template>

Zeile 9695Zeile 9821
		<template name="postbit_signature" version="1800"><![CDATA[<div class="signature scaleimages">
{$post['signature']}
</div>]]></template>

		<template name="postbit_signature" version="1800"><![CDATA[<div class="signature scaleimages">
{$post['signature']}
</div>]]></template>

		<template name="postbit_status" version="1809"><![CDATA[<div class="float_right">
<em><strong>{$status_type}</strong></em>
</div>]]></template>

		<template name="postbit_status" version="1813"><![CDATA[<span class="status_type">{$status_type}</span>]]></template>



		<template name="postbit_userstar" version="1800"><![CDATA[<img src="{$post['starimage']}" border="0" alt="*" />]]></template>
<template name="postbit_warn" version="1800"><![CDATA[<a href="warnings.php?action=warn&amp;uid={$post['uid']}&amp;pid={$post['pid']}" title="{$lang->postbit_warn}" class="postbit_warn"><span>{$lang->postbit_button_warn}</span></a>]]></template>
<template name="postbit_warninglevel" version="1400"><![CDATA[<br />{$lang->postbit_warning_level} <a href="{$warning_link}">{$warning_level}</a>]]></template>
<template name="postbit_warninglevel_formatted" version="1800"><![CDATA[<span class="{$warning_class}">{$level}%</span>]]></template>

		<template name="postbit_userstar" version="1800"><![CDATA[<img src="{$post['starimage']}" border="0" alt="*" />]]></template>
<template name="postbit_warn" version="1800"><![CDATA[<a href="warnings.php?action=warn&amp;uid={$post['uid']}&amp;pid={$post['pid']}" title="{$lang->postbit_warn}" class="postbit_warn"><span>{$lang->postbit_button_warn}</span></a>]]></template>
<template name="postbit_warninglevel" version="1400"><![CDATA[<br />{$lang->postbit_warning_level} <a href="{$warning_link}">{$warning_level}</a>]]></template>
<template name="postbit_warninglevel_formatted" version="1800"><![CDATA[<span class="{$warning_class}">{$level}%</span>]]></template>

		<template name="postbit_www" version="1800"><![CDATA[<a href="{$post['website']}" target="_blank" title="{$lang->postbit_website}" class="postbit_website"><span>{$lang->postbit_button_website}</span></a>]]></template>

		<template name="postbit_www" version="1813"><![CDATA[<a href="{$post['website']}" target="_blank" rel="noopener" title="{$lang->postbit_website}" class="postbit_website"><span>{$lang->postbit_button_website}</span></a>]]></template>

		<template name="posticons" version="1800"><![CDATA[<tr>
<td class="trow1" style="vertical-align: top"><strong>{$lang->post_icon}</strong><span class="smalltext"><label class="posticons_label"><input type="radio" class="radio" name="icon" value="-1"{$no_icons_checked} />{$lang->no_post_icon}</label></span></td>
<td class="trow1" valign="top">{$iconlist}</td>
</tr>]]></template>
<template name="posticons_icon" version="1800"><![CDATA[<label class="posticons_label"><input type="radio" name="icon" value="{$dbicon['iid']}"{$checked} /> <img src="{$dbicon['path']}" alt="{$dbicon['name']}" title="{$dbicon['name']}" /></label>]]></template>

		<template name="posticons" version="1800"><![CDATA[<tr>
<td class="trow1" style="vertical-align: top"><strong>{$lang->post_icon}</strong><span class="smalltext"><label class="posticons_label"><input type="radio" class="radio" name="icon" value="-1"{$no_icons_checked} />{$lang->no_post_icon}</label></span></td>
<td class="trow1" valign="top">{$iconlist}</td>
</tr>]]></template>
<template name="posticons_icon" version="1800"><![CDATA[<label class="posticons_label"><input type="radio" name="icon" value="{$dbicon['iid']}"{$checked} /> <img src="{$dbicon['path']}" alt="{$dbicon['name']}" title="{$dbicon['name']}" /></label>]]></template>

		<template name="printthread" version="1600"><![CDATA[<html>

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

<head>
<title>{$thread['threadprefix']} {$thread['subject']} - {$lang->printable_version}</title>
<meta http-equiv="Content-Type" content="text/html; charset={$charset}" />
<style type="text/css">
body { font-family: Verdana, Arial, sans-serif; font-size: 13px; }
.largetext { font-family: Verdana, Arial, sans-serif; font-size: medium; font-weight: bold; }

<head>
<title>{$thread['threadprefix']} {$thread['subject']} - {$lang->printable_version}</title>
<meta http-equiv="Content-Type" content="text/html; charset={$charset}" />
<style type="text/css">
body { font-family: Verdana, Arial, sans-serif; font-size: 13px; }
.largetext { font-family: Verdana, Arial, sans-serif; font-size: medium; font-weight: bold; }

 
img { max-width: 100%; height: auto; }

</style>
</head>
<body>
<table width="98%" align="center">

</style>
</head>
<body>
<table width="98%" align="center">

<tr>

<tr>

<td valign="top"><a href="index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" border="0" /></a></td>
</tr>
<tr>

<td valign="top"><a href="index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" border="0" /></a></td>
</tr>
<tr>

Zeile 9749Zeile 9874
<br />
<br />
<hr size="1" />]]></template>

<br />
<br />
<hr size="1" />]]></template>

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

		<template name="private" version="1820"><![CDATA[<html>

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

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

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

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

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

Zeile 9767Zeile 9890
</fieldset>
<br />
{$limitwarning}

</fieldset>
<br />
{$limitwarning}

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

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

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

Zeile 9775Zeile 9900
	<input type="submit" class="button" name="quick_search" value="{$lang->search_pms}" />
(<a href="private.php?action=advanced_search">{$lang->advanced_search}</a>)</div>
<strong>{$foldername}</strong></td>

	<input type="submit" class="button" name="quick_search" value="{$lang->search_pms}" />
(<a href="private.php?action=advanced_search">{$lang->advanced_search}</a>)</div>
<strong>{$foldername}</strong></td>

</tr>

</tr>

<tr>

<tr>

<td class="tcat" align="center" colspan="3"><span class="smalltext"><strong><a href="private.php?fid={$folder}&amp;sortby=subject&amp;order=asc">{$lang->message_title}</a> {$orderarrow['subject']}</strong></span></td>
<td class="tcat" align="center" width="30%" style="white-space: nowrap"><span class="smalltext"><strong><a href="private.php?fid={$folder}&amp;sortby=username&amp;order=asc">{$sender}</a> {$orderarrow['username']}</strong></span></td>
<td class="tcat" align="right" width="20%" style="white-space: nowrap"><span class="smalltext"><strong><a href="private.php?fid={$folder}&amp;sortby=dateline&amp;order=desc">{$lang->date_sent}</a> {$orderarrow['dateline']}</strong></span></td>

<td class="tcat" align="center" colspan="3"><span class="smalltext"><strong><a href="private.php?fid={$fid}&amp;sortby=subject&amp;order=asc">{$lang->message_title}</a> {$orderarrow['subject']}</strong></span></td>
<td class="tcat" align="center" width="30%" style="white-space: nowrap"><span class="smalltext"><strong><a href="private.php?fid={$fid}&amp;sortby=username&amp;order=asc">{$sender}</a> {$orderarrow['username']}</strong></span></td>
<td class="tcat" align="right" width="20%" style="white-space: nowrap"><span class="smalltext"><strong><a href="private.php?fid={$fid}&amp;sortby=dateline&amp;order=desc">{$lang->date_sent}</a> {$orderarrow['dateline']}</strong></span></td>

<td class="tcat" align="center" width="1%" style="white-space: nowrap"><span class="smalltext"><input name="allbox" title="{$lang->check_all}" type="checkbox" class="checkbox checkall" value="{$lang->check_all}" /></span></td>
</tr>
{$messagelist}

<td class="tcat" align="center" width="1%" style="white-space: nowrap"><span class="smalltext"><input name="allbox" title="{$lang->check_all}" type="checkbox" class="checkbox checkall" value="{$lang->check_all}" /></span></td>
</tr>
{$messagelist}

Zeile 9791Zeile 9916
</tr>
</table>
<br />

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

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

 
<div class="float_right">
<span class="smalltext">
<strong>{$lang->jump_folder} {$folderjump}

<div class="float_right">
<span class="smalltext">
<strong>{$lang->jump_folder} {$folderjump}

Zeile 9799Zeile 9923
</strong>
</span>
</div>

</strong>
</span>
</div>

 
<input type="hidden" name="action" value="do_stuff" />
</form>
<div class="float_left">{$multipage}</div>

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

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

<input type="hidden" name="action" value="do_stuff" />
</form>

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

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

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

		<template name="private_advanced_search" version="1823"><![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 9840Zeile 9965
		</td>
</tr>
<tr>

		</td>
</tr>
<tr>

		<td class="trow2"><strong><label for="keywords">{$lang->sender}</label></strong></td>

		<td class="trow2"><strong><label for="sender">{$lang->sender}</label></strong></td>

		<td class="trow2"><input type="text" class="textbox" name="sender" id="sender" size="35" maxlength="250" /></td>
</tr>
<tr>

		<td class="trow2"><input type="text" class="textbox" name="sender" id="sender" size="35" maxlength="250" /></td>
</tr>
<tr>

Zeile 9896Zeile 10021
		placeholder: "{$lang->search_user}",
minimumInputLength: 2,
multiple: false,

		placeholder: "{$lang->search_user}",
minimumInputLength: 2,
multiple: false,

 
		allowClear: true,

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

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

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

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

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

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

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

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

Zeile 10173Zeile 10299
<script type="text/javascript">
<!--
$("#private_message_{$message['pmid']}").popupMenu();

<script type="text/javascript">
<!--
$("#private_message_{$message['pmid']}").popupMenu();

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

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

		<template name="private_multiple_recipients_bcc" version="1400"><![CDATA[<div class="tcat"><strong>{$lang->bcc}</strong></div>]]></template>
<template name="private_multiple_recipients_user" version="1400"><![CDATA[<div class="popup_item_container"><a href="{$profilelink}" class="popup_item">{$username}</a></div>]]></template>
<template name="private_nomessages" version="120"><![CDATA[<tr>
<td colspan="6" class="trow1">{$lang->nomessages}</td>
</tr>]]></template>

		<template name="private_multiple_recipients_bcc" version="1400"><![CDATA[<div class="tcat"><strong>{$lang->bcc}</strong></div>]]></template>
<template name="private_multiple_recipients_user" version="1400"><![CDATA[<div class="popup_item_container"><a href="{$profilelink}" class="popup_item">{$username}</a></div>]]></template>
<template name="private_nomessages" version="120"><![CDATA[<tr>
<td colspan="6" class="trow1">{$lang->nomessages}</td>
</tr>]]></template>

		<template name="private_orderarrow" version="1800"><![CDATA[<span class="smalltext">[<a href="private.php?fid={$folder}&amp;sortby={$sortby}&amp;order={$oppsortnext}">{$oppsort}</a>]</span>]]></template>

		<template name="private_orderarrow" version="1820"><![CDATA[<span class="smalltext">[<a href="private.php?fid={$fid}&amp;sortby={$sortby}&amp;order={$oppsortnext}">{$oppsort}</a>]</span>]]></template>

		<template name="private_pmspace" version="1800"><![CDATA[<span class="pmspace">
<span class="pmspace_container"><span class="pmspace_used {$spaceused_severity}" style="width: {$spaceused}px;"><span class="pmspace_text">{$overhalf}&nbsp;</span></span><span class="pmspace_unused" style="width: {$spaceused2}px;"><span class="pmspace_text">{$belowhalf}&nbsp;</span></span>
</span>
{$lang->pmspaceused}
</span>]]></template>

		<template name="private_pmspace" version="1800"><![CDATA[<span class="pmspace">
<span class="pmspace_container"><span class="pmspace_used {$spaceused_severity}" style="width: {$spaceused}px;"><span class="pmspace_text">{$overhalf}&nbsp;</span></span><span class="pmspace_unused" style="width: {$spaceused2}px;"><span class="pmspace_text">{$belowhalf}&nbsp;</span></span>
</span>
{$lang->pmspaceused}
</span>]]></template>

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

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

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

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

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

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

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

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

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

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

Zeile 10212Zeile 10338
					<label><input type="checkbox" class="checkbox" name="options[signature]" value="1"{$optionschecked['signature']} {$postoptionschecked['signature']} />&nbsp;<strong>{$lang->quickreply_signature}</strong></label><br />
<label><input type="checkbox" class="checkbox" name="options[disablesmilies]" value="1"{$optionschecked['disablesmilies']} />&nbsp;<strong>{$lang->quickreply_disable_smilies}</strong></label><br />
<label><input type="checkbox" class="checkbox" name="options[savecopy]" value="1"{$optionschecked['savecopy']} />&nbsp;<strong>{$lang->quickreply_save_copy}</strong></label>{$private_send_tracking}</span>

					<label><input type="checkbox" class="checkbox" name="options[signature]" value="1"{$optionschecked['signature']} {$postoptionschecked['signature']} />&nbsp;<strong>{$lang->quickreply_signature}</strong></label><br />
<label><input type="checkbox" class="checkbox" name="options[disablesmilies]" value="1"{$optionschecked['disablesmilies']} />&nbsp;<strong>{$lang->quickreply_disable_smilies}</strong></label><br />
<label><input type="checkbox" class="checkbox" name="options[savecopy]" value="1"{$optionschecked['savecopy']} />&nbsp;<strong>{$lang->quickreply_save_copy}</strong></label>{$private_send_tracking}</span>

				</td>

				</td>

				<td class="{$trow}">
<div style="width: 95%">
<textarea style="width: 100%; padding: 4px; margin: 0;" rows="8" cols="80" name="message" id="message" tabindex="1">{$quoted_message}</textarea>

				<td class="{$trow}">
<div style="width: 95%">
<textarea style="width: 100%; padding: 4px; margin: 0;" rows="8" cols="80" name="message" id="message" tabindex="1">{$quoted_message}</textarea>

Zeile 10225Zeile 10351
		</tbody>
</table>
</form>]]></template>

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

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

		<template name="private_read" version="1820"><![CDATA[<html>

<head>
<title>{$lang->viewing_pm} {$pm['subject']}</title>

<head>
<title>{$lang->viewing_pm} {$pm['subject']}</title>

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

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

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

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

Zeile 10254Zeile 10380
</tr>
</table>
{$footer}

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

<script type="text/javascript">
$(".author_avatar img").error(function () {
$(this).unbind("error").closest('.author_avatar').remove();
});
</script>

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

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

Zeile 10278Zeile 10399
	<td class="trow2" align="center" style="white-space: nowrap"><span class="smalltext">{$senddate}</span></td>
<td class="trow1" align="center"><input type="checkbox" class="checkbox" name="check[{$message['pmid']}]" value="1" /></td>
</tr>]]></template>

	<td class="trow2" align="center" style="white-space: nowrap"><span class="smalltext">{$senddate}</span></td>
<td class="trow1" align="center"><input type="checkbox" class="checkbox" name="check[{$message['pmid']}]" value="1" /></td>
</tr>]]></template>

		<template name="private_search_results" version="1600"><![CDATA[<html>

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

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

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

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

 
<table width="100%" border="0" align="center">

<table width="100%" border="0" align="center">

<tr>

<tr>

{$usercpnav}
<td valign="top">

{$usercpnav}
<td valign="top">

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

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

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

<tr>

<tr>

<td class="thead" colspan="7">
<div class="float_right">
<input type="text" name="keywords" value="{$lang->enter_keywords}" onfocus="if(this.value == '{$lang->enter_keywords}') { this.value = ''; }" onblur="if(this.value=='') { this.value='{$lang->enter_keywords}'; }" class="textbox" size="25" />

<td class="thead" colspan="7">
<div class="float_right">
<input type="text" name="keywords" value="{$lang->enter_keywords}" onfocus="if(this.value == '{$lang->enter_keywords}') { this.value = ''; }" onblur="if(this.value=='') { this.value='{$lang->enter_keywords}'; }" class="textbox" size="25" />

Zeile 10316Zeile 10437
</tr>
</table>
<br />

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

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

 
<div class="float_right">
<span class="smalltext">
<strong>{$lang->jump_folder} {$folderjump}

<div class="float_right">
<span class="smalltext">
<strong>{$lang->jump_folder} {$folderjump}

Zeile 10324Zeile 10444
</strong>
</span>
</div>

</strong>
</span>
</div>

 
<input type="hidden" name="action" value="do_stuff" />
</form>
<div class="float_left">{$multipage}</div>

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

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

<input type="hidden" name="action" value="do_stuff" />
</form>

 
{$footer}
</body>
</html>]]></template>
<template name="private_search_results_nomessages" version="1600"><![CDATA[<tr>
<td colspan="7" class="trow1">{$lang->nomessages}</td>
</tr>]]></template>

{$footer}
</body>
</html>]]></template>
<template name="private_search_results_nomessages" version="1600"><![CDATA[<tr>
<td colspan="7" class="trow1">{$lang->nomessages}</td>
</tr>]]></template>

		<template name="private_send" version="1809"><![CDATA[<html>

		<template name="private_send" version="1823"><![CDATA[<html>

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

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

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

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

</head>
<body>
{$header}

</head>
<body>
{$header}

Zeile 10426Zeile 10547
// -->
</script>
{$autocompletejs}

// -->
</script>
{$autocompletejs}

<script type="text/javascript">
$(".author_avatar img").error(function () {
$(this).unbind("error").closest('.author_avatar').remove();
});
</script>

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

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

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

		<template name="private_send_autocomplete" version="1823"><![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 10441Zeile 10557
{
MyBB.select2();
$("#to").select2({

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

		placeholder: "{$lang->search_user}",
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",
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 query = $(element).val();
if (query !== "") {
var newqueries = [];
exp_queries = query.split(",");
$.each(exp_queries, function(index, value ){
if(value.replace(/\s/g, '') != "")
{
var newquery = {
id: value.replace(/,\s?/g, ", "),
text: value.replace(/,\s?/g, ", ")
};
newqueries.push(newquery);






		placeholder: "{$lang->search_user}",
minimumInputLength: 2,
maximumSelectionSize: function() {
if ({$mybb->usergroup['maxpmrecipients']} == 0) {
return 0;
}
return Math.max(1, {$mybb->usergroup['maxpmrecipients']} - $("#bcc").select2('data').length);
},
multiple: true,
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 query = $(element).val().replace(', ', ',');
if (query !== "") {
var newqueries = [];
exp_queries = query.split(",");
$.each(exp_queries, function(index, value ){
if(value.replace(/\s/g, '') != "")
{
var newquery = {
id: value.replace(/,\s?/g, ", "),
text: value.replace(/,\s?/g, ", ")
};
newqueries.push(newquery);

					}
});
callback(newqueries);

					}
});
callback(newqueries);

			}















			}
}
})
.on("change", function(e) {
if ({$mybb->usergroup['maxpmrecipients']} == 0)
{
return;
}
if (e.val.length >= {$mybb->usergroup['maxpmrecipients']})
{
$("#bcc").select2("enable", false);
}
else
{
$("#bcc").select2("enable", true);

		}
});


		}
});


  $("#bcc").select2({

	$("#bcc").select2({

		placeholder: "{$lang->search_user}",
minimumInputLength: 2,

		placeholder: "{$lang->search_user}",
minimumInputLength: 2,

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







		maximumSelectionSize: function() {
if ({$mybb->usergroup['maxpmrecipients']} == 0)
{
return 0;
}
return Math.max(1, {$mybb->usergroup['maxpmrecipients']} - $("#to").select2('data').length);
},

		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 10513Zeile 10654
				});
callback(newqueries);
}

				});
callback(newqueries);
}

 
		}
})
.on("change", function(e) {
if ({$mybb->usergroup['maxpmrecipients']} == 0)
{
return;
}
if (e.val.length >= {$mybb->usergroup['maxpmrecipients']})
{
$("#to").select2("enable", false);
}
else
{
$("#to").select2("enable", true);

		}
});
}

		}
});
}

Zeile 10593Zeile 10748
<td class="trow1" align="center">{$unreadmessage['profilelink']}</td>
<td class="trow2" align="right"><span class="smalltext">{$senddate}</span></td>
<td class="trow1"><input type="checkbox" class="checkbox" name="unreadcheck[{$unreadmessage['pmid']}]" value="1" /></td>

<td class="trow1" align="center">{$unreadmessage['profilelink']}</td>
<td class="trow2" align="right"><span class="smalltext">{$senddate}</span></td>
<td class="trow1"><input type="checkbox" class="checkbox" name="unreadcheck[{$unreadmessage['pmid']}]" value="1" /></td>

</tr>]]></template>

</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="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="1809"><![CDATA[<div class="modal">















		<template name="modal" version="1820"><![CDATA[<div class="modal">
<div style="overflow-y: auto; max-height: 400px;">
<table border="0" cellspacing="0" cellpadding="5" class="tborder">
<tr>
<td class="thead" colspan="2"><strong>__message__</strong></td>
</tr>
<tr>
<td colspan="2" class="trow1">
<div style="text-align: center" class="modal_buttons">__buttons__</div></td>
</tr>
</table>
</div>
</div>]]></template>
<template name="modal_button" version="1820"><![CDATA[<input type="submit" class="button" value="__title__"/>&nbsp;]]></template>
<template name="report" version="1821"><![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="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="return Report.submitReport({$id});">
<input type="hidden" name="my_post_key" value="{$mybb->post_code}" />

Zeile 10623Zeile 10792
		$("#reason").hide();
}


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


	$("#report_reason").change(function()

	$("#report_reason").on('change', function()

	{
if($(this).find("option:selected").attr('data-extra') == 1)
{

	{
if($(this).find("option:selected").attr('data-extra') == 1)
{

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

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

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

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

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

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

Zeile 10696Zeile 10865
	var delete_reputation_confirm = "{$lang->delete_reputation_confirm}";
// -->
</script>

	var delete_reputation_confirm = "{$lang->delete_reputation_confirm}";
// -->
</script>

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

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

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

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

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

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

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

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

Zeile 10735Zeile 10904
							<td style="text-align: center;"><span class="smalltext">{$f_positive_week}</span></td>
<td style="text-align: center;"><span class="smalltext">{$f_neutral_week}</span></td>
<td style="text-align: center;"><span class="smalltext">{$f_negative_week}</span></td>

							<td style="text-align: center;"><span class="smalltext">{$f_positive_week}</span></td>
<td style="text-align: center;"><span class="smalltext">{$f_neutral_week}</span></td>
<td style="text-align: center;"><span class="smalltext">{$f_negative_week}</span></td>

						</tr>

						</tr>

						<tr>
<td style="text-align: right;"><span class="smalltext">{$lang->last_month}</span></td>
<td style="text-align: center;"><span class="smalltext">{$f_positive_month}</span></td>
<td style="text-align: center;"><span class="smalltext">{$f_neutral_month}</span></td>
<td style="text-align: center;"><span class="smalltext">{$f_negative_month}</span></td>

						<tr>
<td style="text-align: right;"><span class="smalltext">{$lang->last_month}</span></td>
<td style="text-align: center;"><span class="smalltext">{$f_positive_month}</span></td>
<td style="text-align: center;"><span class="smalltext">{$f_neutral_month}</span></td>
<td style="text-align: center;"><span class="smalltext">{$f_negative_month}</span></td>

						</tr>

						</tr>

						<tr>
<td style="text-align: right;"><span class="smalltext">{$lang->last_6months}</span></td>
<td style="text-align: center;"><span class="smalltext">{$f_positive_6months}</span></td>

						<tr>
<td style="text-align: right;"><span class="smalltext">{$lang->last_6months}</span></td>
<td style="text-align: center;"><span class="smalltext">{$f_positive_6months}</span></td>

Zeile 10753Zeile 10922
							<td style="text-align: center;"><span class="smalltext">{$f_positive_count}</span></td>
<td style="text-align: center;"><span class="smalltext">{$f_neutral_count}</span></td>
<td style="text-align: center;"><span class="smalltext">{$f_negative_count}</span></td>

							<td style="text-align: center;"><span class="smalltext">{$f_positive_count}</span></td>
<td style="text-align: center;"><span class="smalltext">{$f_neutral_count}</span></td>
<td style="text-align: center;"><span class="smalltext">{$f_negative_count}</span></td>

						</tr>
</table>

						</tr>
</table>

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

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

Zeile 10787Zeile 10956
{$footer}
</body>
</html>]]></template>

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

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

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

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

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

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

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

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

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

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

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

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

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

Zeile 10820Zeile 10989
</table>
</div>
</div>]]></template>

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

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

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

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

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

Zeile 10882Zeile 11051
			<a href="javascript:void(0)" onclick="Report.reportReputation({$reputation_vote['rid']}); return false;" class="postbit_report"><span>{$lang->report_vote}</span></a>
</div>]]>
</template>

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

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

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

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

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

<form method="post" action="search.php">

<form action="search.php">

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

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

Zeile 10948Zeile 11117
<option value="lastpost">{$lang->sort_lastpost}</option>
<option value="starter">{$lang->sort_author}</option>
<option value="forum">{$lang->sort_forum}</option>

<option value="lastpost">{$lang->sort_lastpost}</option>
<option value="starter">{$lang->sort_author}</option>
<option value="forum">{$lang->sort_forum}</option>

 
<option value="views">{$lang->sort_views}</option>
<option value="replies">{$lang->sort_replies}</option>

</select> {$lang->sort_in} <input type="radio" class="radio" name="sortordr" value="asc" />{$lang->sort_asc} <input type="radio" class="radio" name="sortordr" value="desc" checked="checked" />{$lang->sort_desc} {$lang->sort_order}
</td>
</tr>

</select> {$lang->sort_in} <input type="radio" class="radio" name="sortordr" value="asc" />{$lang->sort_asc} <input type="radio" class="radio" name="sortordr" value="desc" checked="checked" />{$lang->sort_desc} {$lang->sort_order}
</td>
</tr>

Zeile 10973Zeile 11144
		placeholder: "{$lang->search_user}",
minimumInputLength: 2,
multiple: false,

		placeholder: "{$lang->search_user}",
minimumInputLength: 2,
multiple: false,

 
		allowClear: true,

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

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

Zeile 11029Zeile 11201
</tr>]]></template>
<template name="search_results_icon" version="1800"><![CDATA[<img src="{$posticon['path']}" alt="{$posticon['name']}" title="{$posticon['name']}" />]]></template>
<template name="search_results_inlinemodcol" version="1809"><![CDATA[<td class="tcat" align="center" width="1"><input type="checkbox" name="allbox" onclick="inlineModeration.checkAll(this);" /></td>]]></template>

</tr>]]></template>
<template name="search_results_icon" version="1800"><![CDATA[<img src="{$posticon['path']}" alt="{$posticon['name']}" title="{$posticon['name']}" />]]></template>
<template name="search_results_inlinemodcol" version="1809"><![CDATA[<td class="tcat" align="center" width="1"><input type="checkbox" name="allbox" onclick="inlineModeration.checkAll(this);" /></td>]]></template>

 
		<template name="search_results_inlinemodcol_empty" version="1813"><![CDATA[<td class="tcat" align="center" width="1"></td>]]></template>

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

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

Zeile 11070Zeile 11243
</html>]]></template>
<template name="search_results_posts_forumlink" version="1808"><![CDATA[<a href="{$post['forumlink_link']}">{$post['forumlink_name']}</a>]]></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>

</html>]]></template>
<template name="search_results_posts_forumlink" version="1808"><![CDATA[<a href="{$post['forumlink_link']}">{$post['forumlink_name']}</a>]]></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="1809"><![CDATA[<script type="text/javascript" src="{$mybb->asset_url}/jscripts/inline_moderation.js?ver=1807"></script>

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

<input type="hidden" name="searchid" value="{$sid}" />
<input type="hidden" name="modtype" value="inlinepost" />

<input type="hidden" name="searchid" value="{$sid}" />
<input type="hidden" name="modtype" value="inlinepost" />

<span class="smalltext"><strong>{$lang->inline_post_moderation}</strong></span>
<select name="action">
<optgroup label="{$lang->standard_mod_tools}">

<span class="smalltext"><strong>{$lang->inline_post_moderation}</strong></span>
<select name="action">
<optgroup label="{$lang->standard_mod_tools}">

Zeile 11106Zeile 11279
		<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="1809"><![CDATA[<tr class="inline_row">

		<template name="search_results_posts_post" version="1813"><![CDATA[<tr class="inline_row">

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

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

Zeile 11118Zeile 11291
	</td>
<td align="center" class="{$bgcolor}">{$post['profilelink']}</td>
<td class="{$bgcolor}" >{$post['forumlink']}</td>

	</td>
<td align="center" class="{$bgcolor}">{$post['profilelink']}</td>
<td class="{$bgcolor}" >{$post['forumlink']}</td>

	<td align="center" class="{$bgcolor}"><a href="javascript:void(0)" onclick="MyBB.whoPosted({$post['tid']}); return false;">{$post['thread_replies']}</a></td>

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

	<td align="center" class="{$bgcolor}">{$post['thread_views']}</td>
<td class="{$bgcolor}" style="white-space: nowrap; text-align: center;"><span class="smalltext">{$posted}</span></td>
{$inline_mod_checkbox}

	<td align="center" class="{$bgcolor}">{$post['thread_views']}</td>
<td class="{$bgcolor}" style="white-space: nowrap; text-align: center;"><span class="smalltext">{$posted}</span></td>
{$inline_mod_checkbox}

Zeile 11164Zeile 11337
		</html>]]></template>
<template name="search_results_threads_forumlink" version="1808"><![CDATA[<a href="{$thread['forumlink_link']}">{$thread['forumlink_name']}</a>]]></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>

		</html>]]></template>
<template name="search_results_threads_forumlink" version="1808"><![CDATA[<a href="{$thread['forumlink_link']}">{$thread['forumlink_name']}</a>]]></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="1809"><![CDATA[<script type="text/javascript" src="{$mybb->asset_url}/jscripts/inline_moderation.js?ver=1807"></script>

		<template name="search_results_threads_inlinemoderation" version="1821"><![CDATA[<script type="text/javascript" src="{$mybb->asset_url}/jscripts/inline_moderation.js?ver=1821"></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 11203Zeile 11376
		<template name="search_results_threads_inlinemoderation_custom" version="120"><![CDATA[<optgroup label="{$lang->custom_mod_tools}">{$customthreadtools}</optgroup>]]></template>
<template name="search_results_threads_inlinemoderation_custom_tool" version="120"><![CDATA[<option value="{$tool['tid']}">{$tool['name']}</option>]]></template>
<template name="search_results_threads_nocheck" version="120"><![CDATA[<td class="{$bgcolor}" align="center" style="white-space: nowrap">&nbsp;</td>]]></template>

		<template name="search_results_threads_inlinemoderation_custom" version="120"><![CDATA[<optgroup label="{$lang->custom_mod_tools}">{$customthreadtools}</optgroup>]]></template>
<template name="search_results_threads_inlinemoderation_custom_tool" version="120"><![CDATA[<option value="{$tool['tid']}">{$tool['name']}</option>]]></template>
<template name="search_results_threads_nocheck" version="120"><![CDATA[<td class="{$bgcolor}" align="center" style="white-space: nowrap">&nbsp;</td>]]></template>

		<template name="search_results_threads_thread" version="1809"><![CDATA[<tr class="inline_row">

		<template name="search_results_threads_thread" version="1813"><![CDATA[<tr class="inline_row">

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

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

Zeile 11214Zeile 11387
		</div>
</td>
<td class="{$bgcolor}">{$thread['forumlink']}</td>

		</div>
</td>
<td class="{$bgcolor}">{$thread['forumlink']}</td>

	<td align="center" class="{$bgcolor}"><a href="javascript:void(0)" onclick="MyBB.whoPosted({$thread['tid']}); return false;">{$thread['replies']}</a></td>

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

	<td align="center" class="{$bgcolor}">{$thread['views']}</td>
<td class="{$bgcolor}" style="white-space: nowrap">
<span class="smalltext">

	<td align="center" class="{$bgcolor}">{$thread['views']}</td>
<td class="{$bgcolor}" style="white-space: nowrap">
<span class="smalltext">

Zeile 11241Zeile 11414
{$footer}
</body>
</html>]]></template>

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

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

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

<tr>

<tr>

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

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

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

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

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

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

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

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

<br/>]]></template>
<template name="showteam_moderators_forum" version="1400"><![CDATA[<a href="{$forum_url}">{$forum['name']}</a><br/>]]></template>
<template name="showteam_moderators_mod" version="1800"><![CDATA[<tr>

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

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

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

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

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

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

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

Zeile 11282Zeile 11455
<td width="5%" class="{$bgcolor}"><div class="postbit_buttons">{$emailcode}</div></td>
<td width="5%" class="{$bgcolor}"><div class="postbit_buttons">{$pmcode}</div></td>
</tr>]]></template>

<td width="5%" class="{$bgcolor}"><div class="postbit_buttons">{$emailcode}</div></td>
<td width="5%" class="{$bgcolor}"><div class="postbit_buttons">{$pmcode}</div></td>
</tr>]]></template>

		<template name="showthread" version="1809"><![CDATA[<html>

		<template name="showthread" version="1822"><![CDATA[<html>

<head>
<title>{$thread['subject']}</title>
{$headerinclude}

<head>
<title>{$thread['subject']}</title>
{$headerinclude}

Zeile 11301Zeile 11474
	lang.quick_restore_error = "{$lang->quick_restore_error}";
lang.quick_restore_success = "{$lang->quick_restore_success}";
lang.editreason = "{$lang->postbit_editreason}";

	lang.quick_restore_error = "{$lang->quick_restore_error}";
lang.quick_restore_success = "{$lang->quick_restore_success}";
lang.editreason = "{$lang->postbit_editreason}";

 
	lang.post_deleted_error = "{$lang->post_deleted_error}";
lang.softdelete_thread = "{$lang->soft_delete_thread}";
lang.restore_thread = "{$lang->restore_thread}";

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

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

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

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

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

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

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

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

</head>
<body>
{$header}

</head>
<body>
{$header}

Zeile 11320Zeile 11496
	</div>
{$ratethread}
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder tfixed clear">

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

		<tr>

		<tr>

			<td class="thead">
<div class="float_right">
<span class="smalltext"><strong><a href="javascript:void(0)" id="thread_modes">{$lang->thread_modes}</a>{$threadnoteslink}</strong></span>
</div>
<div>

			<td class="thead">
<div class="float_right">
<span class="smalltext"><strong><a href="javascript:void(0)" id="thread_modes">{$lang->thread_modes}</a>{$threadnoteslink}</strong></span>
</div>
<div>

					<strong>{$thread['threadprefix']}{$thread['subject']}</strong>

					<strong>{$thread['displayprefix']}{$thread['subject']}</strong>

				</div>
</td>
</tr>

				</div>
</td>
</tr>

Zeile 11357Zeile 11533
	<br />
<div class="float_left">
<ul class="thread_tools">

	<br />
<div class="float_left">
<ul class="thread_tools">

			<li class="printable"><a href="printthread.php?tid={$tid}">{$lang->view_printable}</a></li>

			{$printthread}

			{$sendthread}
{$addremovesubscription}
{$addpoll}

			{$sendthread}
{$addremovesubscription}
{$addpoll}

Zeile 11381Zeile 11557
	// -->
</script>
<script type="text/javascript">

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

		$(".author_avatar img").error(function () {
$(this).unbind("error").closest('.author_avatar').remove();
});




		var thread_deleted = "{$thread_deleted}";
if(thread_deleted == "1")
{
$("#quick_reply_form, .new_reply_button, .thread_tools, .inline_rating").hide();
$("#moderator_options_selector option.option_mirage").attr("disabled","disabled");
}

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

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

Zeile 11393Zeile 11572
			<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="1809"><![CDATA[<script type="text/javascript" src="{$mybb->asset_url}/jscripts/inline_moderation.js?ver=1807"></script>

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

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

Zeile 11413Zeile 11592
	var inlineType = "thread";
var inlineId = {$tid};


	var inlineType = "thread";
var inlineId = {$tid};


	$("#inlinemoderation_options_selector").change(function() {
$("#inlinemoderation_options").submit();

	$("#inlinemoderation_options_selector").on('change', function() {
$("#inlinemoderation_options").trigger('submit');

	})
// -->
</script><br />]]></template>

	})
// -->
</script><br />]]></template>

Zeile 11452Zeile 11631
<br />
<script type="text/javascript">
<!--

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

	$("#moderator_options_selector").change(function() {
$("#moderator_options").submit();

	$("#moderator_options_selector").on('change', function() {
$("#moderator_options").trigger('submit');

	})
//-->
</script>]]></template>

	})
//-->
</script>]]></template>

		<template name="showthread_moderationoptions_approve" version="1808"><![CDATA[<option value="approvethread">{$lang->approve_thread}</option>]]></template>

		<template name="showthread_moderationoptions_approve" version="1818"><![CDATA[<option class="option_mirage" value="approvethread">{$lang->approve_thread}</option>]]></template>

		<template name="showthread_moderationoptions_custom" version="120"><![CDATA[<optgroup label="{$lang->custom_mod_tools}">{$customthreadtools}</optgroup>]]></template>

		<template name="showthread_moderationoptions_custom" version="120"><![CDATA[<optgroup label="{$lang->custom_mod_tools}">{$customthreadtools}</optgroup>]]></template>

		<template name="showthread_moderationoptions_custom_tool" version="120"><![CDATA[<option value="{$tool['tid']}">{$tool['name']}</option>]]></template>

		<template name="showthread_moderationoptions_custom_tool" version="1818"><![CDATA[<option class="option_mirage" value="{$tool['tid']}">{$tool['name']}</option>]]></template>

		<template name="showthread_moderationoptions_delete" version="1800"><![CDATA[<option value="deletethread">{$lang->delete_thread}</option>]]></template>

		<template name="showthread_moderationoptions_delete" version="1800"><![CDATA[<option value="deletethread">{$lang->delete_thread}</option>]]></template>

		<template name="showthread_moderationoptions_deletepoll" version="1800"><![CDATA[<option value="deletepoll">{$lang->delete_poll}</option>]]></template>
<template name="showthread_moderationoptions_manage" version="1800"><![CDATA[<option value="move">{$lang->move_thread}</option>
<option value="split">{$lang->split_thread}</option>
<option value="merge">{$lang->merge_threads}</option>
<option value="removeredirects">{$lang->remove_redirects}</option>
<option value="removesubscriptions">{$lang->remove_subscriptions}</option>]]></template>
<template name="showthread_moderationoptions_openclose" version="1800"><![CDATA[<option value="openclosethread">{$lang->open_close_thread}</option>]]></template>

		<template name="showthread_moderationoptions_deletepoll" version="1818"><![CDATA[<option class="option_mirage" value="deletepoll">{$lang->delete_poll}</option>]]></template>
<template name="showthread_moderationoptions_manage" version="1818"><![CDATA[<option class="option_mirage" value="move">{$lang->move_thread}</option>
<option class="option_mirage" value="split">{$lang->split_thread}</option>
<option class="option_mirage" value="merge">{$lang->merge_threads}</option>
<option class="option_mirage" value="removeredirects">{$lang->remove_redirects}</option>
<option class="option_mirage" value="removesubscriptions">{$lang->remove_subscriptions}</option>]]></template>
<template name="showthread_moderationoptions_openclose" version="1818"><![CDATA[<option class="option_mirage" value="openclosethread">{$lang->open_close_thread}</option>]]></template>

		<template name="showthread_moderationoptions_restore" version="1804"><![CDATA[<option value="restorethread">{$lang->restore_thread}</option>]]></template>
<template name="showthread_moderationoptions_softdelete" version="1804"><![CDATA[<option value="softdeletethread">{$lang->soft_delete_thread}</option>]]></template>
<template name="showthread_moderationoptions_standard" version="1800"><![CDATA[<optgroup label="{$lang->standard_mod_tools}">

		<template name="showthread_moderationoptions_restore" version="1804"><![CDATA[<option value="restorethread">{$lang->restore_thread}</option>]]></template>
<template name="showthread_moderationoptions_softdelete" version="1804"><![CDATA[<option value="softdeletethread">{$lang->soft_delete_thread}</option>]]></template>
<template name="showthread_moderationoptions_standard" version="1800"><![CDATA[<optgroup label="{$lang->standard_mod_tools}">

Zeile 11480Zeile 11659
{$managethread}
{$approveunapprovethread}
</optgroup>]]></template>

{$managethread}
{$approveunapprovethread}
</optgroup>]]></template>

		<template name="showthread_moderationoptions_stickunstick" version="1800"><![CDATA[<option value="stick">{$lang->stick_unstick_thread}</option>]]></template>

		<template name="showthread_moderationoptions_stickunstick" version="1818"><![CDATA[<option class="option_mirage" value="stick">{$lang->stick_unstick_thread}</option>]]></template>

		<template name="showthread_moderationoptions_threadnotes" version="1800"><![CDATA[<option value="threadnotes" selected="selected">{$lang->thread_notes}</option>]]></template>

		<template name="showthread_moderationoptions_threadnotes" version="1800"><![CDATA[<option value="threadnotes" selected="selected">{$lang->thread_notes}</option>]]></template>

		<template name="showthread_moderationoptions_unapprove" version="1808"><![CDATA[<option value="unapprovethread">{$lang->unapprove_thread}</option>]]></template>

		<template name="showthread_moderationoptions_unapprove" version="1818"><![CDATA[<option class="option_mirage" value="unapprovethread">{$lang->unapprove_thread}</option>]]></template>

		<template name="showthread_newreply" version="1800"><![CDATA[<a href="newreply.php?tid={$tid}" class="button new_reply_button"><span>{$lang->new_reply}</span></a>&nbsp;]]></template>
<template name="showthread_newreply_closed" version="1800"><![CDATA[<a href="newreply.php?tid={$tid}" class="button closed_button"><span>{$lang->thread_closed}</span></a>&nbsp;]]></template>
<template name="showthread_newthread" version="1800"><![CDATA[<a href="newthread.php?fid={$fid}" class="button new_thread_button"><span>{$lang->post_thread}</span></a>&nbsp;]]></template>

		<template name="showthread_newreply" version="1800"><![CDATA[<a href="newreply.php?tid={$tid}" class="button new_reply_button"><span>{$lang->new_reply}</span></a>&nbsp;]]></template>
<template name="showthread_newreply_closed" version="1800"><![CDATA[<a href="newreply.php?tid={$tid}" class="button closed_button"><span>{$lang->thread_closed}</span></a>&nbsp;]]></template>
<template name="showthread_newthread" version="1800"><![CDATA[<a href="newthread.php?fid={$fid}" class="button new_thread_button"><span>{$lang->post_thread}</span></a>&nbsp;]]></template>

Zeile 11527Zeile 11706
<td class="{$optionbg}" style="text-align: center;">{$votes}</td>
<td class="{$optionbg}" style="text-align: center;">{$percent}%</td>
</tr>]]></template>

<td class="{$optionbg}" style="text-align: center;">{$votes}</td>
<td class="{$optionbg}" style="text-align: center;">{$percent}%</td>
</tr>]]></template>

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

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

<colgroup>
<col style="width: 35%" />
<col style="width: 50%" />
<col style="width: 7%" />
</colgroup>
<tr>

<colgroup>
<col style="width: 35%" />
<col style="width: 50%" />
<col style="width: 7%" />
</colgroup>
<tr>

<td class="thead" colspan="4" style="text-align: center;"><strong>{$lang->poll} {$poll['question']}</strong><br /><span class="smalltext">{$pollstatus}</span></td>

<td class="thead" colspan="4" style="text-align: center;"><strong>{$lang->poll} {$poll['question']}</strong><br /><span class="smalltext">{$pollstatus}{$undovote}</span></td>

</tr>
{$polloptions}
<tr>

</tr>
{$polloptions}
<tr>

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

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

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


		<template name="showthread_printthread" version="1818"><![CDATA[<li class="printable"><a href="printthread.php?tid={$tid}">{$lang->view_printable}</a></li>]]></template>
<template name="showthread_quickreply" version="1816"><![CDATA[

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

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

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

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

					<div class="expcolimage"><img src="{$theme['imgdir']}/collapse{$collapsedimg['quickreply']}.png" id="quickreply_img" class="expander" alt="[-]" title="[-]" /></div>

					<div class="expcolimage"><img src="{$theme['imgdir']}/collapse{$collapsedimg['quickreply']}.png" id="quickreply_img" class="expander" alt="{$expaltext}" title="{$expaltext}" /></div>

					<div><strong>{$lang->quick_reply}</strong></div>
</td>
</tr>

					<div><strong>{$lang->quick_reply}</strong></div>
</td>
</tr>

Zeile 11604Zeile 11784
		<template name="showthread_quickreply_options_close" version="1800"><![CDATA[<br /><label><input type="checkbox" class="checkbox" name="modoptions[closethread]" value="1"{$closelinkch} />&nbsp;<strong>{$lang->close_thread}</strong></label>]]></template>
<template name="showthread_quickreply_options_signature" version="1800"><![CDATA[<label><input type="checkbox" class="checkbox" name="postoptions[signature]" value="1" {$postoptionschecked['signature']} />&nbsp;<strong>{$lang->signature}</strong></label><br />]]></template>
<template name="showthread_quickreply_options_stick" version="1800"><![CDATA[<br /><label><input type="checkbox" class="checkbox" name="modoptions[stickthread]" value="1"{$stickch} />&nbsp;<strong>{$lang->stick_thread}</strong></label>]]></template>

		<template name="showthread_quickreply_options_close" version="1800"><![CDATA[<br /><label><input type="checkbox" class="checkbox" name="modoptions[closethread]" value="1"{$closelinkch} />&nbsp;<strong>{$lang->close_thread}</strong></label>]]></template>
<template name="showthread_quickreply_options_signature" version="1800"><![CDATA[<label><input type="checkbox" class="checkbox" name="postoptions[signature]" value="1" {$postoptionschecked['signature']} />&nbsp;<strong>{$lang->signature}</strong></label><br />]]></template>
<template name="showthread_quickreply_options_stick" version="1800"><![CDATA[<br /><label><input type="checkbox" class="checkbox" name="modoptions[stickthread]" value="1"{$stickch} />&nbsp;<strong>{$lang->stick_thread}</strong></label>]]></template>

		<template name="showthread_ratethread" version="1808"><![CDATA[<div style="margin-top: 6px; padding-right: 10px;" class="float_right">

		<template name="showthread_ratethread" version="1821"><![CDATA[<div style="margin-top: 6px; padding-right: 10px;" class="float_right">

		<script type="text/javascript">
<!--
lang.ratings_update_error = "{$lang->ratings_update_error}";
// -->
</script>

		<script type="text/javascript">
<!--
lang.ratings_update_error = "{$lang->ratings_update_error}";
// -->
</script>

		<script type="text/javascript" src="{$mybb->asset_url}/jscripts/rating.js?ver=1808"></script>
<strong class="float_left" style="padding-right: 10px;">{$lang->thread_rating}</strong>

		<script type="text/javascript" src="{$mybb->asset_url}/jscripts/rating.js?ver=1821"></script>


		<div class="inline_rating">

		<div class="inline_rating">

 
			<strong class="float_left" style="padding-right: 10px;">{$lang->thread_rating}</strong>

			<ul class="star_rating{$not_rated}" id="rating_thread_{$thread['tid']}">
<li style="width: {$thread['width']}%" class="current_rating" id="current_rating_{$thread['tid']}">{$ratingvotesav}</li>
<li><a class="one_star" title="{$lang->one_star}" href="./ratethread.php?tid={$thread['tid']}&amp;rating=1&amp;my_post_key={$mybb->post_code}">1</a></li>

			<ul class="star_rating{$not_rated}" id="rating_thread_{$thread['tid']}">
<li style="width: {$thread['width']}%" class="current_rating" id="current_rating_{$thread['tid']}">{$ratingvotesav}</li>
<li><a class="one_star" title="{$lang->one_star}" href="./ratethread.php?tid={$thread['tid']}&amp;rating=1&amp;my_post_key={$mybb->post_code}">1</a></li>

Zeile 11646Zeile 11826
</tr>
{$similarthreadbits}
</table>]]></template>

</tr>
{$similarthreadbits}
</table>]]></template>

		<template name="showthread_similarthreads_bit" version="1809"><![CDATA[<tr>

		<template name="showthread_similarthreads_bit" version="1813"><![CDATA[<tr>

	<td align="center" class="{$trow}" width="2%">{$icon}</td>
<td class="{$trow}">{$similar_thread['threadprefix']}<a href="{$similar_thread['threadlink']}">{$similar_thread['subject']}</a></td>
<td align="center" class="{$trow}">{$similar_thread['profilelink']}</td>

	<td align="center" class="{$trow}" width="2%">{$icon}</td>
<td class="{$trow}">{$similar_thread['threadprefix']}<a href="{$similar_thread['threadlink']}">{$similar_thread['subject']}</a></td>
<td align="center" class="{$trow}">{$similar_thread['profilelink']}</td>

	<td align="center" class="{$trow}"><a href="javascript:void(0)" onclick="MyBB.whoPosted({$similar_thread['tid']}); return false;">{$similar_thread['replies']}</a></td>

	<td align="center" class="{$trow}"><a href="{$mybb->settings['bburl']}/misc.php?action=whoposted&tid={$similar_thread['tid']}" onclick="MyBB.whoPosted({$similar_thread['tid']}); return false;">{$similar_thread['replies']}</a></td>

	<td align="center" class="{$trow}">{$similar_thread['views']}</td>
<td class="{$trow}" style="white-space: nowrap">
<span class="smalltext">{$lastpostdate}<br />
<a href="{$similar_thread['lastpostlink']}">{$lang->lastpost}</a>: {$lastposterlink}</span>
</td>
</tr>]]></template>

	<td align="center" class="{$trow}">{$similar_thread['views']}</td>
<td class="{$trow}" style="white-space: nowrap">
<span class="smalltext">{$lastpostdate}<br />
<a href="{$similar_thread['lastpostlink']}">{$lang->lastpost}</a>: {$lastposterlink}</span>
</td>
</tr>]]></template>

		<template name="showthread_subscription" version="1809"><![CDATA[<li class="subscription_{$add_remove_subscription}"><a href="usercp2.php?action={$add_remove_subscription}subscription&amp;tid={$tid}&amp;my_post_key={$mybb->post_code}">{$add_remove_subscription_text}</a></li>]]></template>

		<template name="showthread_subscription" version="1816"><![CDATA[<li class="subscription_{$add_remove_subscription}"><a href="usercp.php?action={$add_remove_subscription}subscription&amp;tid={$tid}&amp;my_post_key={$mybb->post_code}">{$add_remove_subscription_text}</a></li>]]></template>

		<template name="showthread_threaded_bit" version="1800"><![CDATA[<div style="margin-left: {$indentsize}px;"><a href="showthread.php?tid={$tid}&amp;pid={$post['pid']}&amp;mode=threaded">{$post['subject']}</a> <span class="smalltext">- {$lang->by} {$post['profilelink']} - {$postdate}</span></div>]]></template>
<template name="showthread_threaded_bitactive" version="1800"><![CDATA[<div style="margin-left: {$indentsize}px;"><strong>{$post['subject']}</strong> <span class="smalltext">- {$lang->by} {$post['profilelink']} - {$postdate}</span></div>]]></template>
<template name="showthread_threadedbox" version="120"><![CDATA[<br />

		<template name="showthread_threaded_bit" version="1800"><![CDATA[<div style="margin-left: {$indentsize}px;"><a href="showthread.php?tid={$tid}&amp;pid={$post['pid']}&amp;mode=threaded">{$post['subject']}</a> <span class="smalltext">- {$lang->by} {$post['profilelink']} - {$postdate}</span></div>]]></template>
<template name="showthread_threaded_bitactive" version="1800"><![CDATA[<div style="margin-left: {$indentsize}px;"><strong>{$post['subject']}</strong> <span class="smalltext">- {$lang->by} {$post['profilelink']} - {$postdate}</span></div>]]></template>
<template name="showthread_threadedbox" version="120"><![CDATA[<br />

Zeile 11669Zeile 11849
<td class="trow1">{$threadedbits}</td>
</tr>
</table>]]></template>

<td class="trow1">{$threadedbits}</td>
</tr>
</table>]]></template>

		<template name="showthread_threadnotes" version="1809"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder tfixed">

		<template name="showthread_threadnotes" version="1816"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder tfixed">

<thead>
<tr>
<td class="thead{$collapsedthead['threadnotes']}">

<thead>
<tr>
<td class="thead{$collapsedthead['threadnotes']}">

		<div class="expcolimage"><img src="{$theme['imgdir']}/collapse{$collapsedimg['threadnotes']}.png" id="threadnotes_img" class="expander" alt="[-]" title="[-]" /></div>

		<div class="expcolimage"><img src="{$theme['imgdir']}/collapse{$collapsedimg['threadnotes']}.png" id="threadnotes_img" class="expander" alt="{$expaltext}" title="{$expaltext}" /></div>

		<div><span class="smalltext"><strong>{$lang->view_thread_notes}</strong></span></div>
</td>
</tr>

		<div><span class="smalltext"><strong>{$lang->view_thread_notes}</strong></span></div>
</td>
</tr>

Zeile 11817Zeile 11997
{$footer}
</body>
</html>]]></template>

{$footer}
</body>
</html>]]></template>

		<template name="usercp_addsubscription_thread" version="1800"><![CDATA[<html>

		<template name="usercp_addsubscription_thread" version="1816"><![CDATA[<html>

<head>
<title>{$lang->subscribe_to_thread}</title>
{$headerinclude}
</head>
<body>
{$header}

<head>
<title>{$lang->subscribe_to_thread}</title>
{$headerinclude}
</head>
<body>
{$header}

<form action="usercp2.php" method="post" name="input">

<form action="usercp.php" method="post" name="input">

<input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
<input type="hidden" name="action" value="do_addsubscription" />
<input type="hidden" name="tid" value="{$thread['tid']}" />

<input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
<input type="hidden" name="action" value="do_addsubscription" />
<input type="hidden" name="tid" value="{$thread['tid']}" />

Zeile 11843Zeile 12023
		<tr>
<td width="1"><input type="radio" name="notification" id="notification_none" value="0" {$notification_none_checked} /></td>
<td><strong><label for="notification_none">{$lang->no_notification}</label></strong><br /><span class="smalltext">{$lang->no_notification_desc}</span></td>

		<tr>
<td width="1"><input type="radio" name="notification" id="notification_none" value="0" {$notification_none_checked} /></td>
<td><strong><label for="notification_none">{$lang->no_notification}</label></strong><br /><span class="smalltext">{$lang->no_notification_desc}</span></td>

		</tr>
<tr>

		</tr>
<tr>

			<td width="1"><input type="radio" name="notification" id="notification_email" value="1" {$notification_email_checked} /></td>
<td><strong><label for="notification_email">{$lang->email_notification}</label></strong><br /><span class="smalltext">{$lang->email_notification_desc}</span></td>

			<td width="1"><input type="radio" name="notification" id="notification_email" value="1" {$notification_email_checked} /></td>
<td><strong><label for="notification_email">{$lang->email_notification}</label></strong><br /><span class="smalltext">{$lang->email_notification_desc}</span></td>

		</tr>

		</tr>

		<tr>
<td width="1"><input type="radio" name="notification" id="notification_pm" value="2" {$notification_pm_checked} /></td>
<td><strong><label for="notification_pm">{$lang->pm_notification}</label></strong><br /><span class="smalltext">{$lang->pm_notification_desc}</span></td>
</tr>
</table>

		<tr>
<td width="1"><input type="radio" name="notification" id="notification_pm" value="2" {$notification_pm_checked} /></td>
<td><strong><label for="notification_pm">{$lang->pm_notification}</label></strong><br /><span class="smalltext">{$lang->pm_notification_desc}</span></td>
</tr>
</table>

</td>
</tr>
</table>
<br />

</td>
</tr>
</table>
<br />

<div style="text-align: center;">
<input type="submit" class="button" name="submit" value="{$lang->do_subscribe}" tabindex="3" accesskey="s" />
</div>

<div style="text-align: center;">
<input type="submit" class="button" name="submit" value="{$lang->do_subscribe}" tabindex="3" accesskey="s" />
</div>

Zeile 11865Zeile 12045
</table>
</form>
{$footer}

</table>
</form>
{$footer}

</body>
</html>]]></template>
<template name="usercp_attachments" version="1804"><![CDATA[<html>
<head>
<title>{$mybb->settings['bbname']} - {$lang->attachments_manager}</title>
{$headerinclude}
</head>
<body>
{$header}
<form action="usercp.php" method="post" name="attachmentsmanager">
<input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
<table width="100%" border="0" align="center">
<tr>
{$usercpnav}
<td valign="top">
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead" colspan="5"><strong>{$lang->attachments_manager} {$usagenote}</strong></td>
</tr>
<tr>
<td class="tcat" colspan="2" width="40%"><span class="smalltext"><strong>{$lang->attachments_attachment}</strong></span></td>
<td class="tcat" width="40%"><span class="smalltext"><strong>{$lang->attachments_post}</strong></span></td>
<td class="tcat" align="center" width="20%"><span class="smalltext"><strong>{$lang->date_uploaded}</strong></span></td>
<td class="tcat" width="1"><input type="checkbox" name="allbox" class="checkbox checkall" /></td>
</tr>
{$attachments}
</table>
{$multipage}
<br />
<div align="center">
<input type="hidden" name="action" value="do_attachments" />
<input type="submit" class="button" value="{$lang->delete_attachments}" />
</div>
<br />
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead" colspan="2"><strong>{$lang->attachments_stats}</strong></td>
</tr>
<tr>
<td class="trow1" width="40%"><strong>{$lang->attachstats_attachs}</strong></td>
<td class="trow1" width="60%">{$totalattachments}</td>
</tr>
<tr>
<td class="trow2" width="40%"><strong>{$lang->attachstats_spaceused}</strong></td>
<td class="trow2" width="60%">{$friendlyusage} ({$percent})</td>
</tr>
<tr>
<td class="trow1" width="40%"><strong>{$lang->attachstats_quota}</strong></td>
<td class="trow1" width="60%">{$attachquota}</td>
</tr>
<tr>
<td class="trow2" width="40%"><strong>{$lang->attachstats_totaldl}</strong></td>
<td class="trow2" width="60%">{$totaldownloads}</td>
</tr>
<tr>
<td class="trow1" width="40%"><strong>{$lang->attachstats_bandwidth}</strong></td>
<td class="trow1" width="60%">{$bandwidth}</td>
</tr>
</table>
</td>
</tr>
</table>
</form>
{$footer}

</body>
</html>]]></template>
<template name="usercp_attachments" version="1816"><![CDATA[<html>
<head>
<title>{$mybb->settings['bbname']} - {$lang->attachments_manager}</title>
{$headerinclude}
</head>
<body>
{$header}
<table width="100%" border="0" align="center">
<tr>
{$usercpnav}
<td valign="top">
<form action="usercp.php" method="post" name="attachmentsmanager">
<input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead" colspan="5"><strong>{$lang->attachments_manager} {$usagenote}</strong></td>
</tr>
<tr>
<td class="tcat" colspan="2" width="40%"><span class="smalltext"><strong>{$lang->attachments_attachment}</strong></span></td>
<td class="tcat" width="40%"><span class="smalltext"><strong>{$lang->attachments_post}</strong></span></td>
<td class="tcat" align="center" width="20%"><span class="smalltext"><strong>{$lang->date_uploaded}</strong></span></td>
<td class="tcat" width="1"><input type="checkbox" name="allbox" class="checkbox checkall" /></td>
</tr>
{$attachments}
</table>
<br />
<div align="center">
<input type="hidden" name="action" value="do_attachments" />
<input type="submit" class="button" value="{$lang->delete_attachments}" />
</div>
</form>
{$multipage}
<br />
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead" colspan="2"><strong>{$lang->attachments_stats}</strong></td>
</tr>
<tr>
<td class="trow1" width="40%"><strong>{$lang->attachstats_attachs}</strong></td>
<td class="trow1" width="60%">{$totalattachments}</td>
</tr>
<tr>
<td class="trow2" width="40%"><strong>{$lang->attachstats_spaceused}</strong></td>
<td class="trow2" width="60%">{$friendlyusage}</td>
</tr>
<tr>
<td class="trow1" width="40%"><strong>{$lang->attachstats_quota}</strong></td>
<td class="trow1" width="60%">{$attachquota}</td>
</tr>
<tr>
<td class="trow2" width="40%"><strong>{$lang->attachstats_totaldl}</strong></td>
<td class="trow2" width="60%">{$totaldownloads}</td>
</tr>
<tr>
<td class="trow1" width="40%"><strong>{$lang->attachstats_bandwidth}</strong></td>
<td class="trow1" width="60%">{$bandwidth}</td>
</tr>
</table>
</td>
</tr>
</table>
{$footer}

</body>
</html>]]></template>
<template name="usercp_attachments_attachment" version="1800"><![CDATA[<tr>

</body>
</html>]]></template>
<template name="usercp_attachments_attachment" version="1800"><![CDATA[<tr>

Zeile 12016Zeile 12196
					<br /><span class="smalltext">{$lang->avatar_url_gravatar}</span>
</td>
</tr>]]></template>

					<br /><span class="smalltext">{$lang->avatar_url_gravatar}</span>
</td>
</tr>]]></template>

		<template name="usercp_changename" version="1400"><![CDATA[<html>

		<template name="usercp_changename" version="1822"><![CDATA[<html>

<head>
<title>{$mybb->settings['bbname']} - {$lang->change_username}</title>
{$headerinclude}

<head>
<title>{$mybb->settings['bbname']} - {$lang->change_username}</title>
{$headerinclude}

Zeile 12046Zeile 12226
</tr>
<tr>
<td class="trow2" width="40%"><strong>{$lang->new_username}</strong></td>

</tr>
<tr>
<td class="trow2" width="40%"><strong>{$lang->new_username}</strong></td>

<td class="trow2" width="60%"><input type="text" class="textbox" name="username" size="25" maxlength="{$mybb->settings['maxnamelength']}" /></td>

<td class="trow2" width="60%"><input type="text" class="textbox" name="username" size="25" maxlength="{$mybb->settings['maxnamelength']}" value="{$username}" /></td>

</tr>
</table>
<br />

</tr>
</table>
<br />

Zeile 12137Zeile 12317
		{$lang->no_requests}
</td>
</tr>]]></template>

		{$lang->no_requests}
</td>
</tr>]]></template>

		<template name="usercp_editlists" version="1808"><![CDATA[<html>

		<template name="usercp_editlists" version="1823"><![CDATA[<html>

<head>
<title>{$mybb->settings['bbname']} - {$lang->edit_lists}</title>
{$headerinclude}

<head>
<title>{$mybb->settings['bbname']} - {$lang->edit_lists}</title>
{$headerinclude}

	<script type="text/javascript" src="{$mybb->asset_url}/jscripts/usercp.js?ver=1808"></script>

	<script type="text/javascript" src="{$mybb->asset_url}/jscripts/usercp.js?ver=1823"></script>

	<script type="text/javascript">
lang.remove_buddy = '{$lang->confirm_remove_buddy}';
lang.remove_ignored = '{$lang->confirm_remove_ignored}';

	<script type="text/javascript">
lang.remove_buddy = '{$lang->confirm_remove_buddy}';
lang.remove_ignored = '{$lang->confirm_remove_ignored}';

Zeile 12535Zeile 12715
{$footer}
</body>
</html>]]></template>

{$footer}
</body>
</html>]]></template>

		<template name="usercp_forumsubscriptions_forum" version="1804"><![CDATA[<tr>
<td class="trow1" align="center" valign="top" width="1"><span class="forum_status forum_{$lightbulb['folder']}" title="{$lightbulb['altonoff']}"></span></td>
<td class="trow1" valign="top">
<strong><a href="{$forum_url}">{$forum['name']}</a></strong><br /><span class="smalltext"><a href="usercp2.php?action=removesubscription&amp;type=forum&amp;fid={$forum['fid']}&amp;my_post_key={$mybb->post_code}">{$lang->unsubscribe}</a> | <a href="newthread.php?fid={$forum['fid']}">{$lang->new_thread}</a></span></td>
<td class="trow2" valign="top" style="white-space: nowrap; text-align: center;">{$posts}</td>
<td class="trow1" valign="top" style="white-space: nowrap; text-align: center;">{$threads}</td>
<td class="trow2" valign="top" style="white-space: nowrap">{$lastpost}</td>

		<template name="usercp_forumsubscriptions_forum" version="1820"><![CDATA[<tr>
<td class="trow1" align="center" valign="middle" width="1"><span class="forum_status forum_{$lightbulb['folder']}" title="{$lightbulb['altonoff']}"></span></td>
<td class="trow1" valign="middle">
<strong><a href="{$forum_url}">{$forum['name']}</a></strong><br /><span class="smalltext"><a href="usercp.php?action=removesubscription&amp;type=forum&amp;fid={$forum['fid']}&amp;my_post_key={$mybb->post_code}">{$lang->unsubscribe}</a> | <a href="newthread.php?fid={$forum['fid']}">{$lang->new_thread}</a></span></td>
<td class="trow2" valign="middle" style="white-space: nowrap; text-align: center;">{$posts}</td>
<td class="trow1" valign="middle" style="white-space: nowrap; text-align: center;">{$threads}</td>
<td class="trow2" valign="middle" style="white-space: nowrap">{$lastpost}</td>

</tr>]]></template>
<template name="usercp_forumsubscriptions_none" version="120"><![CDATA[<tr>
<td class="trow1" colspan="5">{$lang->no_forum_subscriptions}</td>

</tr>]]></template>
<template name="usercp_forumsubscriptions_none" version="120"><![CDATA[<tr>
<td class="trow1" colspan="5">{$lang->no_forum_subscriptions}</td>

Zeile 12558Zeile 12738
<td class="tcat" align="center" width="200"><span class="smalltext"><strong>{$lang->lastpost}</strong></span></td>
</tr>
{$latest_subscribed_threads}

<td class="tcat" align="center" width="200"><span class="smalltext"><strong>{$lang->lastpost}</strong></span></td>
</tr>
{$latest_subscribed_threads}

</table>]]></template>
<template name="usercp_latest_subscribed_threads" version="1809"><![CDATA[<tr>
<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}">{$gotounread}{$thread['displayprefix']}<a href="{$thread['threadlink']}" class="{$new_class}">{$thread['subject']}</a><br /><span class="smalltext">{$thread['author']}</span></td>
<td align="center" class="{$bgcolor}"><a href="javascript:void(0)" onclick="MyBB.whoPosted({$thread['tid']}); return false;">{$thread['replies']}</a></td>
<td align="center" class="{$bgcolor}">{$thread['views']}</td>
<td class="{$bgcolor}" style="white-space: nowrap"><span class="smalltext">{$lastpostdate}

</table>]]></template>
<template name="usercp_latest_subscribed_threads" version="1813"><![CDATA[<tr>
<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}">{$gotounread}{$thread['displayprefix']}<a href="{$thread['threadlink']}" class="{$new_class}">{$thread['subject']}</a><br /><span class="smalltext">{$thread['author']}</span></td>
<td align="center" class="{$bgcolor}"><a href="{$mybb->settings['bburl']}/misc.php?action=whoposted&tid={$thread['tid']}" onclick="MyBB.whoPosted({$thread['tid']}); return false;">{$thread['replies']}</a></td>
<td align="center" class="{$bgcolor}">{$thread['views']}</td>
<td class="{$bgcolor}" style="white-space: nowrap"><span class="smalltext">{$lastpostdate}

<br /><a href="{$thread['lastpostlink']}">{$lang->lastpost}</a>: {$lastposterlink}</span>
</td>
</tr>]]></template>

<br /><a href="{$thread['lastpostlink']}">{$lang->lastpost}</a>: {$lastposterlink}</span>
</td>
</tr>]]></template>

Zeile 12582Zeile 12762
</tr>
{$latest_threads_threads}
</table>]]></template>

</tr>
{$latest_threads_threads}
</table>]]></template>

		<template name="usercp_latest_threads_threads" version="1809"><![CDATA[<tr>

		<template name="usercp_latest_threads_threads" version="1813"><![CDATA[<tr>

<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}">{$gotounread}{$thread['displayprefix']}<a href="{$thread['threadlink']}" class="{$new_class}">{$thread['subject']}</a><br /><span class="smalltext">{$thread['author']}</span></td>

<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}">{$gotounread}{$thread['displayprefix']}<a href="{$thread['threadlink']}" class="{$new_class}">{$thread['subject']}</a><br /><span class="smalltext">{$thread['author']}</span></td>

<td align="center" class="{$bgcolor}"><a href="javascript:void(0)" onclick="MyBB.whoPosted({$thread['tid']}); return false;">{$thread['replies']}</a></td>

<td align="center" class="{$bgcolor}"><a href="{$mybb->settings['bburl']}/misc.php?action=whoposted&tid={$thread['tid']}" onclick="MyBB.whoPosted({$thread['tid']}); return false;">{$thread['replies']}</a></td>

<td align="center" class="{$bgcolor}">{$thread['views']}</td>
<td class="{$bgcolor}" style="white-space: nowrap"><span class="smalltext">{$lastpostdate}
<br /><a href="{$thread['lastpostlink']}">{$lang->lastpost}</a>: {$lastposterlink}</span>

<td align="center" class="{$bgcolor}">{$thread['views']}</td>
<td class="{$bgcolor}" style="white-space: nowrap"><span class="smalltext">{$lastpostdate}
<br /><a href="{$thread['lastpostlink']}">{$lang->lastpost}</a>: {$lastposterlink}</span>

Zeile 12609Zeile 12789
		<template name="usercp_nav_home" version="1809"><![CDATA[<tr>
<td class="trow1 smalltext"><a href="usercp.php" class="usercp_nav_item usercp_nav_home">{$lang->ucp_nav_home}</a></td>
</tr>]]></template>

		<template name="usercp_nav_home" version="1809"><![CDATA[<tr>
<td class="trow1 smalltext"><a href="usercp.php" class="usercp_nav_item usercp_nav_home">{$lang->ucp_nav_home}</a></td>
</tr>]]></template>

		<template name="usercp_nav_messenger" version="1800"><![CDATA[<tbody>

		<template name="usercp_nav_messenger" version="1816"><![CDATA[<tbody>

<tr>
<td class="tcat tcat_menu tcat_collapse{$collapsedimg['usercppms']}">

<tr>
<td class="tcat tcat_menu tcat_collapse{$collapsedimg['usercppms']}">

		<div class="expcolimage"><img src="{$theme['imgdir']}/collapse{$collapsedimg['usercppms']}.png" id="usercppms_img" class="expander" alt="[-]"/></div>

		<div class="expcolimage"><img src="{$theme['imgdir']}/collapse{$collapsedimg['usercppms']}.png" id="usercppms_img" class="expander" alt="{$expaltext}" title="{$expaltext}" /></div>

		<div><span class="smalltext"><strong>{$lang->ucp_nav_messenger}</strong></span></div>
</td>
</tr>

		<div><span class="smalltext"><strong>{$lang->ucp_nav_messenger}</strong></span></div>
</td>
</tr>

Zeile 12630Zeile 12810
		<template name="usercp_nav_messenger_compose" version="1800"><![CDATA[<tr><td class="trow1 smalltext"><a href="private.php?action=send" class="usercp_nav_item usercp_nav_composepm">{$lang->ucp_nav_compose}</a></td></tr>]]></template>
<template name="usercp_nav_messenger_folder" version="1800"><![CDATA[<div><a href="private.php?fid={$folder_id}" class="usercp_nav_item {$class}">{$folder_name}</a></div>]]></template>
<template name="usercp_nav_messenger_tracking" version="1610"><![CDATA[<tr><td class="trow1 smalltext"><a href="private.php?action=tracking" class="usercp_nav_item usercp_nav_pmtracking">{$lang->ucp_nav_tracking}</a></td></tr>]]></template>

		<template name="usercp_nav_messenger_compose" version="1800"><![CDATA[<tr><td class="trow1 smalltext"><a href="private.php?action=send" class="usercp_nav_item usercp_nav_composepm">{$lang->ucp_nav_compose}</a></td></tr>]]></template>
<template name="usercp_nav_messenger_folder" version="1800"><![CDATA[<div><a href="private.php?fid={$folder_id}" class="usercp_nav_item {$class}">{$folder_name}</a></div>]]></template>
<template name="usercp_nav_messenger_tracking" version="1610"><![CDATA[<tr><td class="trow1 smalltext"><a href="private.php?action=tracking" class="usercp_nav_item usercp_nav_pmtracking">{$lang->ucp_nav_tracking}</a></td></tr>]]></template>

		<template name="usercp_nav_misc" version="1800"><![CDATA[<tbody>

		<template name="usercp_nav_misc" version="1816"><![CDATA[<tbody>

<tr>
<td class="tcat tcat_menu tcat_collapse{$collapsedimg['usercpmisc']}">

<tr>
<td class="tcat tcat_menu tcat_collapse{$collapsedimg['usercpmisc']}">

		<div class="expcolimage"><img src="{$theme['imgdir']}/collapse{$collapsedimg['usercpmisc']}.png" id="usercpmisc_img" class="expander" alt="[-]" title="[-]" /></div>

		<div class="expcolimage"><img src="{$theme['imgdir']}/collapse{$collapsedimg['usercpmisc']}.png" id="usercpmisc_img" class="expander" alt="{$expaltext}" title="{$expaltext}" /></div>

		<div><span class="smalltext"><strong>{$lang->ucp_nav_misc}</strong></span></div>

		<div><span class="smalltext"><strong>{$lang->ucp_nav_misc}</strong></span></div>

	</td>
</tr>

	</td>
</tr>

</tbody>
<tbody style="{$collapsed['usercpmisc_e']}" id="usercpmisc_e">
<tr><td class="trow1 smalltext"><a href="usercp.php?action=usergroups" class="usercp_nav_item usercp_nav_usergroups">{$lang->ucp_nav_usergroups}</a></td></tr>

</tbody>
<tbody style="{$collapsed['usercpmisc_e']}" id="usercpmisc_e">
<tr><td class="trow1 smalltext"><a href="usercp.php?action=usergroups" class="usercp_nav_item usercp_nav_usergroups">{$lang->ucp_nav_usergroups}</a></td></tr>

Zeile 12647Zeile 12827
	<tr><td class="trow1 smalltext"><a href="usercp.php?action=forumsubscriptions" class="usercp_nav_item usercp_nav_fsubscriptions">{$lang->ucp_nav_forum_subscriptions}</a></td></tr>
<tr><td class="trow1 smalltext"><a href="{$profile_link}" class="usercp_nav_item usercp_nav_viewprofile">{$lang->ucp_nav_view_profile}</a></td></tr>
</tbody>]]></template>

	<tr><td class="trow1 smalltext"><a href="usercp.php?action=forumsubscriptions" class="usercp_nav_item usercp_nav_fsubscriptions">{$lang->ucp_nav_forum_subscriptions}</a></td></tr>
<tr><td class="trow1 smalltext"><a href="{$profile_link}" class="usercp_nav_item usercp_nav_viewprofile">{$lang->ucp_nav_view_profile}</a></td></tr>
</tbody>]]></template>

		<template name="usercp_nav_profile" version="1800"><![CDATA[<tbody>

		<template name="usercp_nav_profile" version="1816"><![CDATA[<tbody>

<tr>
<td class="tcat tcat_menu tcat_collapse{$collapsedimg['usercpprofile']}">

<tr>
<td class="tcat tcat_menu tcat_collapse{$collapsedimg['usercpprofile']}">

		<div class="expcolimage"><img src="{$theme['imgdir']}/collapse{$collapsedimg['usercpprofile']}.png" id="usercpprofile_img" class="expander" alt="[-]" title="[-]" /></div>

		<div class="expcolimage"><img src="{$theme['imgdir']}/collapse{$collapsedimg['usercpprofile']}.png" id="usercpprofile_img" class="expander" alt="{$expaltext}" title="{$expaltext}" /></div>

		<div><span class="smalltext"><strong>{$lang->ucp_nav_profile}</strong></span></div>
</td>
</tr>

		<div><span class="smalltext"><strong>{$lang->ucp_nav_profile}</strong></span></div>
</td>
</tr>

Zeile 12702Zeile 12882
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead" colspan="2"><strong>{$lang->edit_options}</strong></td>

<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead" colspan="2"><strong>{$lang->edit_options}</strong></td>

</tr>
<tr>

</tr>
<tr>

<td width="50%" class="trow1" valign="top">
<fieldset class="trow2">
<legend><strong>{$lang->login_cookies_privacy}</strong></legend>

<td width="50%" class="trow1" valign="top">
<fieldset class="trow2">
<legend><strong>{$lang->login_cookies_privacy}</strong></legend>

Zeile 12711Zeile 12891
<tr>
<td valign="top" width="1"><input type="checkbox" class="checkbox" name="invisible" id="invisible" value="1" {$invisiblecheck} /></td>
<td><span class="smalltext"><label for="invisible">{$lang->invisible_mode}</label></span></td>

<tr>
<td valign="top" width="1"><input type="checkbox" class="checkbox" name="invisible" id="invisible" value="1" {$invisiblecheck} /></td>
<td><span class="smalltext"><label for="invisible">{$lang->invisible_mode}</label></span></td>

</tr>

</tr>

</table>
</fieldset>
<br />

</table>
</fieldset>
<br />

Zeile 12725Zeile 12905
<tr>
<td valign="top" width="1"><input type="checkbox" class="checkbox" name="hideemail" id="hideemail" value="1" {$hideemailcheck} /></td>
<td><span class="smalltext"><label for="hideemail">{$lang->allow_emails}</label></span></td>

<tr>
<td valign="top" width="1"><input type="checkbox" class="checkbox" name="hideemail" id="hideemail" value="1" {$hideemailcheck} /></td>
<td><span class="smalltext"><label for="hideemail">{$lang->allow_emails}</label></span></td>

</tr>

</tr>

{$pms}

{$pms}

<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>

Zeile 12745Zeile 12925
</td>
</tr>


</td>
</tr>


</table>
</fieldset>
<br />

</table>
</fieldset>
<br />

<fieldset class="trow2">
<legend><strong>{$lang->date_time_options}</strong></legend>
<table cellspacing="0" cellpadding="2">

<fieldset class="trow2">
<legend><strong>{$lang->date_time_options}</strong></legend>
<table cellspacing="0" cellpadding="2">

Zeile 12789Zeile 12969
		<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>
</td>
<td width="50%" class="trow1" valign="top">

</fieldset>
</td>
<td width="50%" class="trow1" valign="top">

Zeile 12899Zeile 13079
<option value="">{$lang->use_default}</option>
<option value="0">-----------</option>
{$langoptions}

<option value="">{$lang->use_default}</option>
<option value="0">-----------</option>
{$langoptions}

</select>

</select>

</td>
</tr>]]></template>
<template name="usercp_options_language_option" version="1800"><![CDATA[<option value="{$name}"{$sel}>{$language}</option>]]></template>

</td>
</tr>]]></template>
<template name="usercp_options_language_option" version="1800"><![CDATA[<option value="{$name}"{$sel}>{$language}</option>]]></template>

Zeile 12942Zeile 13122
</tr>]]></template>
<template name="usercp_options_style" version="1800"><![CDATA[<tr>
<td colspan="2"><span class="smalltext">{$lang->style}</span></td>

</tr>]]></template>
<template name="usercp_options_style" version="1800"><![CDATA[<tr>
<td colspan="2"><span class="smalltext">{$lang->style}</span></td>

</tr>
<tr>

</tr>
<tr>

<td colspan="2">{$stylelist}</td>
</tr>]]></template>
<template name="usercp_options_time_format" version="1800"><![CDATA[<option value="{$key}"{$selected}>{$timeformat}</option>]]></template>

<td colspan="2">{$stylelist}</td>
</tr>]]></template>
<template name="usercp_options_time_format" version="1800"><![CDATA[<option value="{$key}"{$selected}>{$timeformat}</option>]]></template>

Zeile 12987Zeile 13167
<tr>
<td class="trow1" width="40%"><strong>{$lang->current_password}</strong></td>
<td class="trow1" width="60%"><input type="password" class="textbox" name="oldpassword" size="25" /></td>

<tr>
<td class="trow1" width="40%"><strong>{$lang->current_password}</strong></td>
<td class="trow1" width="60%"><input type="password" class="textbox" name="oldpassword" size="25" /></td>

</tr>

</tr>

<tr>
<td class="tcat" colspan="2"><strong>{$lang->please_enter_confirm_new_password}</strong></td>
</tr>

<tr>
<td class="tcat" colspan="2"><strong>{$lang->please_enter_confirm_new_password}</strong></td>
</tr>

Zeile 13053Zeile 13233
<select name="bday1">
<option value="">&nbsp;</option>
{$bdaydaysel}

<select name="bday1">
<option value="">&nbsp;</option>
{$bdaydaysel}

</select>

</select>

</td>
<td>
<select name="bday2">

</td>
<td>
<select name="bday2">

Zeile 13074Zeile 13254
</td>
<td>
<input type="text" class="textbox" size="4" maxlength="4" name="bday3" value="{$bday['2']}" />

</td>
<td>
<input type="text" class="textbox" size="4" maxlength="4" name="bday3" value="{$bday['2']}" />

</td>

</td>

</tr>
<tr>
<td colspan="3">

</tr>
<tr>
<td colspan="3">

Zeile 13114Zeile 13294
{$footer}
</body>
</html>]]></template>

{$footer}
</body>
</html>]]></template>

	<template name="usercp_profile_contact_fields" version="1805"><![CDATA[<br />

	<template name="usercp_profile_contact_fields" version="1822"><![CDATA[<br />

<fieldset class="trow2">
<legend><strong>{$lang->additional_contact_details}</strong></legend>
<table cellspacing="0" cellpadding="{$theme['tablespace']}">
{$contact_fields['icq']}

<fieldset class="trow2">
<legend><strong>{$lang->additional_contact_details}</strong></legend>
<table cellspacing="0" cellpadding="{$theme['tablespace']}">
{$contact_fields['icq']}

	{$contact_fields['aim']}
{$contact_fields['yahoo']}

 
	{$contact_fields['skype']}
{$contact_fields['google']}
</table>

	{$contact_fields['skype']}
{$contact_fields['google']}
</table>

Zeile 13131Zeile 13309
<tr>
<td><input type="text" class="textbox" name="{$cfield}" size="25" value="{$cfvalue}" /></td>
</tr>]]></template>

<tr>
<td><input type="text" class="textbox" name="{$cfield}" size="25" value="{$cfvalue}" /></td>
</tr>]]></template>

		<template name="usercp_profile_away" version="120"><![CDATA[<br />

		<template name="usercp_profile_away" version="1816"><![CDATA[<br />

<fieldset class="trow2">
<legend><strong>{$lang->away_information}</strong></legend>
<table cellspacing="0" cellpadding="{$theme['tablespace']}">

<fieldset class="trow2">
<legend><strong>{$lang->away_information}</strong></legend>
<table cellspacing="0" cellpadding="{$theme['tablespace']}">

Zeile 13146Zeile 13324
<td colspan="2"><span class="smalltext">{$lang->away_reason}</span></td>
</tr>
<tr>

<td colspan="2"><span class="smalltext">{$lang->away_reason}</span></td>
</tr>
<tr>

<td colspan="2"><input type="text" class="textbox" name="awayreason" value="{$user['awayreason']}" size="25" /></td>

<td colspan="2"><input type="text" class="textbox" name="awayreason" value="{$user['awayreason']}" size="25" maxlength="200" /></td>

</tr>
</table>
<table cellspacing="0" cellpadding="{$theme['tablespace']}">

</tr>
</table>
<table cellspacing="0" cellpadding="{$theme['tablespace']}">

Zeile 13188Zeile 13366
</tr>
<tr>
<td colspan="3"><input type="text" class="textbox" name="website" size="25" maxlength="75" value="{$user['website']}" /></td>

</tr>
<tr>
<td colspan="3"><input type="text" class="textbox" name="website" size="25" maxlength="75" value="{$user['website']}" /></td>

</tr>]]></template>

</tr>]]></template>

		<template name="usercp_profile_customfield" version="1800"><![CDATA[<tr>
<td>
<span>{$profilefield['name']}</span>:

		<template name="usercp_profile_customfield" version="1800"><![CDATA[<tr>
<td>
<span>{$profilefield['name']}</span>:

Zeile 13253Zeile 13431
		<template name="usercp_profile_profilefields_textarea" version="1800"><![CDATA[<textarea name="profile_fields[$field]" rows="6" cols="30" style="width: 95%">{$value}</textarea>]]></template>
<template name="usercp_referrals" version="1600"><![CDATA[<strong>{$lang->members_referred}</strong> {$mybb->user['referrals']}<br />
{$referral_link}]]></template>

		<template name="usercp_profile_profilefields_textarea" version="1800"><![CDATA[<textarea name="profile_fields[$field]" rows="6" cols="30" style="width: 95%">{$value}</textarea>]]></template>
<template name="usercp_referrals" version="1600"><![CDATA[<strong>{$lang->members_referred}</strong> {$mybb->user['referrals']}<br />
{$referral_link}]]></template>

 
		<template name="usercp_removesubscription_forum" version="1823"><![CDATA[<html>
<head>
<title>{$lang->unsubscribe_from_forum}</title>
{$headerinclude}
</head>
<body>
{$header}
<form action="usercp.php" method="post" name="input">
<input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
<input type="hidden" name="action" value="removesubscription" />
<input type="hidden" name="type" value="forum" />
<input type="hidden" name="fid" value="{$forum['fid']}" />
<table width="100%" border="0" align="center">
<tr>
{$usercpnav}
<td valign="top">
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead" colspan="2"><strong>{$lang->unsubscribe_from_forum}</strong></td>
</tr>
<tr>
<td class="trow1" valign="top">{$lang->unsubscribe_from_forum_desc}</td>
</tr>
</table>
<br />
<div style="text-align: center;">
<input type="submit" class="button" name="submit" value="{$lang->do_unsubscribe_forum}" tabindex="3" accesskey="s" />
</div>
</td>
</tr>
</table>
</form>
{$footer}
</body>
</html>]]></template>
<template name="usercp_removesubscription_thread" version="1823"><![CDATA[<html>
<head>
<title>{$lang->unsubscribe_from_thread}</title>
{$headerinclude}
</head>
<body>
{$header}
<form action="usercp.php" method="post" name="input">
<input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
<input type="hidden" name="action" value="removesubscription" />
<input type="hidden" name="tid" value="{$thread['tid']}" />
<table width="100%" border="0" align="center">
<tr>
{$usercpnav}
<td valign="top">
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead" colspan="2"><strong>{$lang->unsubscribe_from_thread}</strong></td>
</tr>
<tr>
<td class="trow1" valign="top">{$lang->unsubscribe_from_thread_desc} <a href="usercp.php?action=addsubscription&tid={$thread['tid']}&my_post_key={$mybb->post_code}">{$lang->unsubscribe_change_notificaton}</a></td>
</tr>
</table>
<br />
<div style="text-align: center;">
<input type="submit" class="button" name="submit" value="{$lang->do_unsubscribe_thread}" tabindex="3" accesskey="s" />
</div>
</td>
</tr>
</table>
</form>
{$footer}
</body>
</html>]]></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_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="1807"><![CDATA[<html>

		<template name="usercp_subscriptions" version="1817"><![CDATA[<html>

<head>

<head>

<title>{$mybb->settings['bbname']} - {$lang->subscriptions}</title>
{$headerinclude}

	<title>{$mybb->settings['bbname']} - {$lang->subscriptions}</title>
{$headerinclude}

</head>
<body>

</head>
<body>

{$header}
<form action="usercp.php" method="post" name="input">
<input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
<input type="hidden" name="action" value="do_subscriptions" />
<table width="100%" border="0" align="center">
<tr>
{$usercpnav}
<td valign="top">
{$multipage}
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead" colspan="7"><strong>{$lang->subscriptions} ({$threadcount})</strong></td>
</tr>
<tr>
<td width="66%" colspan="3" class="tcat"><span class="smalltext"><strong>{$lang->thread}</strong></span></td>
<td class="tcat" align="center" width="7%"><span class="smalltext"><strong>{$lang->replies}</strong></span></td>
<td class="tcat" align="center" width="7%"><span class="smalltext"><strong>{$lang->views}</strong></span></td>
<td class="tcat" align="center" width="200"><span class="smalltext"><strong>{$lang->lastpost}</strong></span></td>
<td class="tcat" align="center" width="1"><input name="allbox" title="Select All" type="checkbox" class="checkbox checkall" value="1" /></td>
</tr>
{$threads}
{$remove_options}
</table>
<br />
<div class="float_left">
<div class="float_left">
<dl class="thread_legend smalltext">
<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>
</div>



	{$header}
<table width="100%" border="0" align="center">
<tr>
{$usercpnav}
<td valign="top">
{$multipage}
<form action="usercp.php" method="post" name="input">
<input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
<input type="hidden" name="action" value="do_subscriptions" />
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead" colspan="7"><strong>{$lang->subscriptions} ({$threadcount})</strong></td>
</tr>
<tr>
<td width="66%" colspan="3" class="tcat"><span class="smalltext"><strong>{$lang->thread}</strong></span></td>
<td class="tcat" align="center" width="7%"><span class="smalltext"><strong>{$lang->replies}</strong></span></td>
<td class="tcat" align="center" width="7%"><span class="smalltext"><strong>{$lang->views}</strong></span></td>
<td class="tcat" align="center" width="200"><span class="smalltext"><strong>{$lang->lastpost}</strong></span></td>
<td class="tcat" align="center" width="1"><input name="allbox" title="Select All" type="checkbox" class="checkbox checkall" value="1" /></td>
</tr>
{$threads}
{$remove_options}
</table>
</form>
{$multipage}
<br />
<div class="float_left">
<div class="float_left">
<dl class="thread_legend smalltext">
<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>
</div>





	<div class="float_left">
<dl class="thread_legend smalltext">
<dd><span class="thread_status folder" title="{$lang->no_new_thread}">&nbsp;</span> {$lang->no_new_thread}</dd>
<dd><span class="thread_status dot_folder" title="{$lang->posts_by_you}">&nbsp;</span> {$lang->posts_by_you}</dd>
<dd><span class="thread_status lockfolder" title="{$lang->locked_thread}">&nbsp;</span> {$lang->locked_thread}</dd>
</dl>
</div>
<br class="clear" />
</div>
{$multipage}
</td>
</tr>
</table>
</form>
{$footer}

					<div class="float_left">
<dl class="thread_legend smalltext">
<dd><span class="thread_status folder" title="{$lang->no_new_thread}">&nbsp;</span> {$lang->no_new_thread}</dd>
<dd><span class="thread_status dot_folder" title="{$lang->posts_by_you}">&nbsp;</span> {$lang->posts_by_you}</dd>
<dd><span class="thread_status closefolder" title="{$lang->closed_thread}">&nbsp;</span> {$lang->closed_thread}</dd>
</dl>
</div>
<br class="clear" />
</div>
</td>
</tr>
</table>
{$footer}



</body>
</html>]]></template>
<template name="usercp_subscriptions_none" version="120"><![CDATA[<tr>
<td class="trow1" colspan="7">{$lang->no_thread_subscriptions}</td>
</tr>]]></template>

</body>
</html>]]></template>
<template name="usercp_subscriptions_none" version="120"><![CDATA[<tr>
<td class="trow1" colspan="7">{$lang->no_thread_subscriptions}</td>
</tr>]]></template>

		<template name="usercp_subscriptions_remove" version="1800"><![CDATA[<tr>

		<template name="usercp_subscriptions_remove" version="1816"><![CDATA[<tr>

	<td class="tfoot" colspan="7">
<div class="float_right">
<strong>{$lang->with_selected}</strong>

	<td class="tfoot" colspan="7">
<div class="float_right">
<strong>{$lang->with_selected}</strong>

Zeile 13327Zeile 13574
		{$gobutton}
</div>
<div>

		{$gobutton}
</div>
<div>

		<strong><a href="usercp2.php?action=removesubscriptions&amp;my_post_key={$mybb->post_code}">{$lang->remove_all_subscriptions}</a></strong>

		<strong><a href="usercp.php?action=removesubscriptions&amp;my_post_key={$mybb->post_code}">{$lang->remove_all_subscriptions}</a></strong>

	</div>
</td>
</tr>]]></template>

	</div>
</td>
</tr>]]></template>

		<template name="usercp_subscriptions_thread" version="1809"><![CDATA[<tr>

		<template name="usercp_subscriptions_thread" version="1813"><![CDATA[<tr>

	<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}">{$gotounread}{$thread['threadprefix']}<a href="{$thread['threadlink']}" class="{$new_class}">{$thread['subject']}</a><br /><span class="smalltext">{$lang->notification_method} {$notification_type}</span></td>

	<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}">{$gotounread}{$thread['threadprefix']}<a href="{$thread['threadlink']}" class="{$new_class}">{$thread['subject']}</a><br /><span class="smalltext">{$lang->notification_method} {$notification_type}</span></td>

	<td align="center" class="{$bgcolor}"><a href="javascript:void(0)" onclick="MyBB.whoPosted({$thread['tid']}); return false;">{$thread['replies']}</a></td>

	<td align="center" class="{$bgcolor}"><a href="{$mybb->settings['bburl']}/misc.php?action=whoposted&tid={$thread['tid']}" onclick="MyBB.whoPosted({$thread['tid']}); return false;">{$thread['replies']}</a></td>

	<td align="center" class="{$bgcolor}">{$thread['views']}</td>
<td class="{$bgcolor}" style="white-space: nowrap">
<span class="smalltext">{$lastpostdate}<br />

	<td align="center" class="{$bgcolor}">{$thread['views']}</td>
<td class="{$bgcolor}" style="white-space: nowrap">
<span class="smalltext">{$lastpostdate}<br />

Zeile 13389Zeile 13636
</tr>]]></template>
<template name="usercp_usergroups_joinable_usergroup_description" version="1800"><![CDATA[<br /><span class="smalltext">{$usergroup['description']}</span>]]></template>
<template name="usercp_usergroups_joinable_usergroup_join" version="1800"><![CDATA[<a href="usercp.php?action=usergroups&amp;joingroup={$usergroup['gid']}&amp;my_post_key={$mybb->post_code}">{$lang->join_group}</a>]]></template>

</tr>]]></template>
<template name="usercp_usergroups_joinable_usergroup_description" version="1800"><![CDATA[<br /><span class="smalltext">{$usergroup['description']}</span>]]></template>
<template name="usercp_usergroups_joinable_usergroup_join" version="1800"><![CDATA[<a href="usercp.php?action=usergroups&amp;joingroup={$usergroup['gid']}&amp;my_post_key={$mybb->post_code}">{$lang->join_group}</a>]]></template>

		<template name="usercp_usergroups_joingroup" version="1400"><![CDATA[<html>

		<template name="usercp_usergroups_joingroup" version="1816"><![CDATA[<html>

<head>
<title>{$mybb->settings['bbname']} - {$lang->request_join_usergroup}</title>
{$headerinclude}

<head>
<title>{$mybb->settings['bbname']} - {$lang->request_join_usergroup}</title>
{$headerinclude}

Zeile 13415Zeile 13662
</tr>
<tr>
<td class="trow1"><strong>{$lang->join_reason}</strong></td>

</tr>
<tr>
<td class="trow1"><strong>{$lang->join_reason}</strong></td>

<td class="trow1"><input type="text" class="textbox" name="reason" value="" size="50" /></td>

<td class="trow1"><input type="text" class="textbox" name="reason" value="" size="50"  maxlength="250" /></td>

</tr>
</table>
<br />

</tr>
</table>
<br />

Zeile 13508Zeile 13755
		<template name="video_liveleak_embed" version="1811"><![CDATA[<iframe width="500" height="300" src="https://www.liveleak.com/ll_embed?i={$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_liveleak_embed" version="1811"><![CDATA[<iframe width="500" height="300" src="https://www.liveleak.com/ll_embed?i={$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_mixer_embed" version="1818"><![CDATA[<iframe allowfullscreen="true" src="https://mixer.com/embed/player/{$id}?disableLowLatency=1" width="620" height="349"></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="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="video_twitch_embed" version="1811"><![CDATA[<iframe src="https://player.twitch.tv/?video=v{$id}&amp;autoplay=false" frameborder="0" scrolling="no" height="378" width="620"></iframe>]]></template>

		<template name="video_twitch_embed" version="1813"><![CDATA[<iframe src="https://player.twitch.tv/?{$id}&amp;autoplay=false" frameborder="0" scrolling="no" height="378" width="620"></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 13556Zeile 13803
				<td class="trow1" colspan="5" align="center">{$lang->no_warnings}</td>
</tr>]]></template>
<template name="warnings_postlink" version="1808"><![CDATA[<br /><small>{$lang->warning_for_post} <a href="{$warning['post_link']}#pid{$warning['pid']}">{$warning['post_subject']}</a></small>]]></template>

				<td class="trow1" colspan="5" align="center">{$lang->no_warnings}</td>
</tr>]]></template>
<template name="warnings_postlink" version="1808"><![CDATA[<br /><small>{$lang->warning_for_post} <a href="{$warning['post_link']}#pid{$warning['pid']}">{$warning['post_subject']}</a></small>]]></template>

		<template name="warnings_view" version="1800"><![CDATA[<html>

		<template name="warnings_view" version="1812"><![CDATA[<html>

<head>
<title>{$mybb->settings['bbname']} - {$lang->warning_log}</title>
{$headerinclude}

<head>
<title>{$mybb->settings['bbname']} - {$lang->warning_log}</title>
{$headerinclude}

Zeile 13574Zeile 13821
		{$warning_info}
<tr>
<td class="tcat" width="50%"><span class="smalltext"><strong>{$lang->warning}</strong></span></td>

		{$warning_info}
<tr>
<td class="tcat" width="50%"><span class="smalltext"><strong>{$lang->warning}</strong></span></td>

			<td class="tcat" width="50%"><span class="smalltext"><strong>{$lang->date_issued}<strong></span></td>

			<td class="tcat" width="50%"><span class="smalltext"><strong>{$lang->date_issued}</strong></span></td>

		</tr>
<tr>
<td class="trow2">{$warning_type} {$points}</td>

		</tr>
<tr>
<td class="trow2">{$warning_type} {$points}</td>

Zeile 13582Zeile 13829
		</tr>
<tr>
<td class="tcat" width="50%"><span class="smalltext"><strong>{$lang->issued_by}</strong></span></td>

		</tr>
<tr>
<td class="tcat" width="50%"><span class="smalltext"><strong>{$lang->issued_by}</strong></span></td>

			<td class="tcat" width="50%"><span class="smalltext"><strong>{$lang->expiry_date}<strong></span></td>

			<td class="tcat" width="50%"><span class="smalltext"><strong>{$lang->expiry_date}</strong></span></td>

		</tr>
<tr>
<td class="trow1">{$issuedby}</td>

		</tr>
<tr>
<td class="trow1">{$issuedby}</td>

Zeile 13601Zeile 13848
{$footer}
</body>
</html>]]></template>

{$footer}
</body>
</html>]]></template>

		<template name="warnings_view_post" version="1400"><![CDATA[		<tr>

		<template name="warnings_view_post" version="1812"><![CDATA[		<tr>

			<td class="tcat" width="50%"><span class="smalltext"><strong>{$lang->username}</strong></span></td>

			<td class="tcat" width="50%"><span class="smalltext"><strong>{$lang->username}</strong></span></td>

			<td class="tcat" width="50%"><span class="smalltext"><strong>{$lang->post}<strong></span></td>

			<td class="tcat" width="50%"><span class="smalltext"><strong>{$lang->post}</strong></span></td>

		</tr>
<tr>
<td class="trow1">{$user_link}</td>

		</tr>
<tr>
<td class="trow1">{$user_link}</td>

Zeile 13626Zeile 13873
		<tr>
<td class="trow1" style="width: 20%; vertical-align: top;"><strong>{$lang->reason}</strong></td>
<td class="trow1"><textarea name="reason" cols="60" rows="4"></textarea></td>

		<tr>
<td class="trow1" style="width: 20%; vertical-align: top;"><strong>{$lang->reason}</strong></td>
<td class="trow1"><textarea name="reason" cols="60" rows="4"></textarea></td>

		</tr>
</table>

		</tr>
</table>

	<br />
<div style="text-align: center;"><input type="submit" class="button" value="{$lang->revoke_warning}" /></div>
</form>]]></template>

	<br />
<div style="text-align: center;"><input type="submit" class="button" value="{$lang->revoke_warning}" /></div>
</form>]]></template>

Zeile 13780Zeile 14027
		{$warnings}
</tbody>
</table><br />]]></template>

		{$warnings}
</tbody>
</table><br />]]></template>

		<template name="warnings_warn_pm" version="1800"><![CDATA[<tr>

		<template name="warnings_warn_pm" version="1820"><![CDATA[<tr>

			<td width="20%" class="trow1" valign="top">
<strong>{$lang->send_pm}</strong>
</td>

			<td width="20%" class="trow1" valign="top">
<strong>{$lang->send_pm}</strong>
</td>

Zeile 13816Zeile 14063
				</table>
<script type="text/javascript">
<!--

				</table>
<script type="text/javascript">
<!--

				$(document).ready(function() {

				$(function() {

					togglePM();
});
// -->

					togglePM();
});
// -->

Zeile 13891Zeile 14138
<td class="trow1" width="20%"><strong>{$lang->username}</strong></td>
<td class="trow1">{$mybb->user['username']} <span class="smalltext">[<strong><a href="member.php?action=logout&amp;logoutkey={$mybb->user['logoutkey']}">{$lang->change_user}</a></strong>]</span></td>
</tr>]]></template>

<td class="trow1" width="20%"><strong>{$lang->username}</strong></td>
<td class="trow1">{$mybb->user['username']} <span class="smalltext">[<strong><a href="member.php?action=logout&amp;logoutkey={$mybb->user['logoutkey']}">{$lang->change_user}</a></strong>]</span></td>
</tr>]]></template>

		<template name="codebuttons" version="1808"><![CDATA[<link rel="stylesheet" href="{$mybb->asset_url}/jscripts/sceditor/editor_themes/{$theme['editortheme']}" type="text/css" media="all" />
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/sceditor/jquery.sceditor.bbcode.min.js?ver=1805"></script>
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/bbcodes_sceditor.js?ver=1808"></script>
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/sceditor/editor_plugins/undo.js?ver=1805"></script>

		<template name="codebuttons" version="1824"><![CDATA[<link rel="stylesheet" href="{$mybb->asset_url}/jscripts/sceditor/themes/{$theme['editortheme']}" type="text/css" media="all" />
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/sceditor/jquery.sceditor.bbcode.min.js?ver=1822"></script>
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/bbcodes_sceditor.js?ver=1824"></script>
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/sceditor/plugins/undo.js?ver=1821"></script>

<script type="text/javascript">
var partialmode = {$mybb->settings['partialmode']},
opt_editor = {

<script type="text/javascript">
var partialmode = {$mybb->settings['partialmode']},
opt_editor = {

	plugins: "bbcode,undo",
style: "{$mybb->asset_url}/jscripts/sceditor/textarea_styles/jquery.sceditor.{$theme['editortheme']}?ver=1808",



	plugins: "undo",
format: "bbcode",
bbcodeTrim: false,
style: "{$mybb->asset_url}/jscripts/sceditor/styles/jquery.sceditor.{$theme['editortheme']}?ver=1823",

	rtl: {$lang->settings['rtl']},
locale: "mybblang",

	rtl: {$lang->settings['rtl']},
locale: "mybblang",

 
	width: "100%",

	enablePasteFiltering: true,
autoUpdate: true,
emoticonsEnabled: {$emoticons_enabled},

	enablePasteFiltering: true,
autoUpdate: true,
emoticonsEnabled: {$emoticons_enabled},

Zeile 13930Zeile 14180
	{$sourcemode}
});
</script>]]></template>

	{$sourcemode}
});
</script>]]></template>

		<template name="contact" version="1800"><![CDATA[<html>

		<template name="contact" version="1816"><![CDATA[<html>

<head>
<title>{$mybb->settings['bbname']} - {$lang->contact}</title>
{$headerinclude}

<head>
<title>{$mybb->settings['bbname']} - {$lang->contact}</title>
{$headerinclude}

Zeile 13946Zeile 14196
		</tr>
<tr>
<td class="trow1" valign="top"><strong>{$lang->contact_subject}:</strong><br /><span class="smalltext">{$lang->contact_subject_desc}</span></td>

		</tr>
<tr>
<td class="trow1" valign="top"><strong>{$lang->contact_subject}:</strong><br /><span class="smalltext">{$lang->contact_subject_desc}</span></td>

		<td class="trow1"><input type="text" name="subject" class="textbox" size="49" value="{$mybb->input['subject']}" /></td>

		<td class="trow1"><input type="text" name="subject" class="textbox" size="49" value="{$contact_subject}" /></td>

		</tr>
<tr>
<td class="trow2" valign="top"><strong>{$lang->contact_message}:</strong><br /><span class="smalltext">{$lang->contact_message_desc}</span></td>

		</tr>
<tr>
<td class="trow2" valign="top"><strong>{$lang->contact_message}:</strong><br /><span class="smalltext">{$lang->contact_message_desc}</span></td>

		<td class="trow2"><textarea cols="50" rows="10" name="message" class="textarea" >{$mybb->input['message']}</textarea></td>

		<td class="trow2"><textarea cols="50" rows="10" name="message" class="textarea" >{$contact_message}</textarea></td>

		</tr>
<tr>
<td class="trow1" valign="top"><strong>{$lang->contact_email}:</strong><br /><span class="smalltext">{$lang->contact_email_desc}</span></td>

		</tr>
<tr>
<td class="trow1" valign="top"><strong>{$lang->contact_email}:</strong><br /><span class="smalltext">{$lang->contact_email_desc}</span></td>

		<td class="trow1"><input type="text" name="email" class="textbox" size="49" value="{$mybb->input['email']}" /></td>

		<td class="trow1"><input type="text" name="email" class="textbox" size="49" value="{$user_email}" /></td>

		</tr>
{$captcha}
</table>

		</tr>
{$captcha}
</table>

Zeile 13968Zeile 14218
</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="1810"><![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="1823"><![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" />

<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=1810"></script>

<script type="text/javascript" src="{$mybb->asset_url}/jscripts/jquery.js?ver=1823"></script>
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/jquery.plugins.min.js?ver=1821"></script>
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/general.js?ver=1821"></script>


{$stylesheets}
<script type="text/javascript">


{$stylesheets}
<script type="text/javascript">

Zeile 13992Zeile 14242
	lang.select2_selectiontoobig_plural = "{$lang->select2_selectiontoobig_plural}";
lang.select2_loadmore = "{$lang->select2_loadmore}";
lang.select2_searching = "{$lang->select2_searching}";

	lang.select2_selectiontoobig_plural = "{$lang->select2_selectiontoobig_plural}";
lang.select2_loadmore = "{$lang->select2_loadmore}";
lang.select2_searching = "{$lang->select2_searching}";

 

var templates = {
modal: '{$jsTemplates['modal']}',
modal_button: '{$jsTemplates['modal_button']}'
};


var cookieDomain = "{$mybb->settings['cookiedomain']}";
var cookiePath = "{$mybb->settings['cookiepath']}";


var cookieDomain = "{$mybb->settings['cookiedomain']}";
var cookiePath = "{$mybb->settings['cookiepath']}";

Zeile 14057Zeile 14312
</div>
</body>
</html>]]></template>

</div>
</body>
</html>]]></template>

		<template name="sendthread" version="1800"><![CDATA[<html>

		<template name="sendthread" version="1823"><![CDATA[<html>

<head>
<title>{$threadprefix['prefix']} {$thread['subject']} - {$lang->send_thread}</title>
{$headerinclude}

<head>
<title>{$threadprefix['prefix']} {$thread['subject']} - {$lang->send_thread}</title>
{$headerinclude}

Zeile 14089Zeile 14344
<br />
<input type="hidden" name="action" value="do_sendtofriend" />
<input type="hidden" name="tid" value="{$tid}" />

<br />
<input type="hidden" name="action" value="do_sendtofriend" />
<input type="hidden" name="tid" value="{$tid}" />

<div align="center"><input type="submit" class="button" value="{$lang->send_thread}" /></div>

<div align="center"><input type="submit" class="button" name="submit" value="{$lang->send_thread}" /></div>

</form>
{$footer}
</body>

</form>
{$footer}
</body>