Vergleich install/resources/mybb_theme.xml - 1.4.3 - 1.4.12

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
Zeile 422Zeile 422
blockquote cite span {
float: right;
font-weight: normal;

blockquote cite span {
float: right;
font-weight: normal;

 
}


blockquote cite span.highlight {
float: none;
font-weight: bold;
padding-bottom: 0;

}

.codeblock {

}

.codeblock {

Zeile 799Zeile 806
	width: 270px;
float: right;
text-align: center;

	width: 270px;
float: right;
text-align: center;

	border: 1px solid #ccc;

	border: 1px solid #ccc;

	background: #fff;
padding: 6px;
font-weight: bold;

	background: #fff;
padding: 6px;
font-weight: bold;

Zeile 957Zeile 964
}]]></stylesheet>
</stylesheets>
<templates>

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

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

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

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

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

Zeile 967Zeile 974
	<tr>
<td class="thead" colspan="{$colspan}">
<div style="float: right;">

	<tr>
<td class="thead" colspan="{$colspan}">
<div style="float: right;">

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

				<span class="smalltext"><strong><a href="misc.php?action=markread&amp;fid={$fid}">{$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>
<div>
<strong>{$foruminfo['name']}</strong>

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

Zeile 1060Zeile 1067
</table>
<br />]]></template>
<template name="global_pm_alert" version="1400"><![CDATA[<div class="pm_alert" id="pm_notice">

</table>
<br />]]></template>
<template name="global_pm_alert" version="1400"><![CDATA[<div class="pm_alert" id="pm_notice">

	<div class="float_right"><a href="private.php?action=dismiss_notice&amp;my_post_key={$mybb->post_code}" title="{$lang->dismis_notice}" onclick="return MyBB.dismissPMNotice()"><img src="{$theme['imgdir']}/dismiss_notice.gif" alt="{$lang->dismis_notice}" title="[x]" /></a></div>

	<div class="float_right"><a href="private.php?action=dismiss_notice&amp;my_post_key={$mybb->post_code}" title="{$lang->dismiss_notice}" onclick="return MyBB.dismissPMNotice()"><img src="{$theme['imgdir']}/dismiss_notice.gif" alt="{$lang->dismiss_notice}" title="[x]" /></a></div>

	<div>{$privatemessage_text}</div>
</div><br />]]></template>
<template name="post_savedraftbutton" version="120"><![CDATA[&nbsp;<input type="submit" class="button" name="savedraft" value="{$lang->save_draft}" />]]></template>

	<div>{$privatemessage_text}</div>
</div><br />]]></template>
<template name="post_savedraftbutton" version="120"><![CDATA[&nbsp;<input type="submit" class="button" name="savedraft" value="{$lang->save_draft}" />]]></template>

Zeile 1126Zeile 1133
{$footer}
</body>
</html>]]></template>

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

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

		<template name="modcp_modlogs" version="1405"><![CDATA[<html>

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

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

Zeile 1197Zeile 1204
					</table>
<br />
<div align="center">

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

						<input type="submit" value="{$lang->filter_logs}" />

						<input type="submit" class="button" value="{$lang->filter_logs}" />

					</div>
</td>
</tr>

					</div>
</td>
</tr>

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

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

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

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

<td class="thead" align="center" colspan="1"><strong>{$lang->moderator_notes}</strong></td>

<td class="thead" align="center" colspan="1"><strong>{$lang->moderator_notes}</strong></td>

</tr>
<tr>

</tr>
<tr>

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

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

</td>

</td>

<tr>
<td class="trow1"><textarea name="modnotes" style="width: 99%; height: 200px;" rows="5" cols="45">{$modnotes}</textarea></td>

<tr>
<td class="trow1"><textarea name="modnotes" style="width: 99%; height: 200px;" rows="5" cols="45">{$modnotes}</textarea></td>

</tr>

</tr>

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

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

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

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

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

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

Zeile 1378Zeile 1385
		<template name="modcp_modlogs_multipage" version="1400"><![CDATA[<tr>
<td class="tcat" colspan="6"><span class="smalltext"> {$multipage}</span></td>
</tr>]]></template>

		<template name="modcp_modlogs_multipage" version="1400"><![CDATA[<tr>
<td class="tcat" colspan="6"><span class="smalltext"> {$multipage}</span></td>
</tr>]]></template>

		<template name="modcp_ipsearch" version="1400"><![CDATA[

		<template name="modcp_ipsearch" version="1405"><![CDATA[

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

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

Zeile 1399Zeile 1406
						<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>

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

						</tr>
<tr>

						</tr>
<tr>

							<td class="trow1" width="25%" valign="top"><strong>{$lang->options}</strong></td>
<td class="trow1" width="75%">
<label><input type="checkbox" class="checkbox" name="search_users" value="1" {$usersearchselect} />{$lang->search_users}</label><br />

							<td class="trow1" width="25%" valign="top"><strong>{$lang->options}</strong></td>
<td class="trow1" width="75%">
<label><input type="checkbox" class="checkbox" name="search_users" value="1" {$usersearchselect} />{$lang->search_users}</label><br />

Zeile 1410Zeile 1417
					</table>
<br />
<div align="center">

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

						<input type="submit" value="{$lang->find}" />

						<input type="submit" class="button" value="{$lang->find}" />

					</div>
</td>
</tr>

					</div>
</td>
</tr>

Zeile 1431Zeile 1438
					</table>
{$multipage}
<br />]]></template>

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

		<template name="modcp_ipsearch_result" version="1400"><![CDATA[<tr>

		<template name="modcp_ipsearch_result" version="1408"><![CDATA[<tr>

<td class="{$trow}" align="center">{$ip}</td>
<td class="{$trow}">{$subject}</td>

<td class="{$trow}" align="center">{$ip}</td>
<td class="{$trow}">{$subject}</td>

 
</tr>

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

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

Zeile 1446Zeile 1454
				<a href="{$mybb->settings['bburl']}/search.php?action=getnew">{$lang->welcome_newposts}</a> | <a href="{$mybb->settings['bburl']}/search.php?action=getdaily">{$lang->welcome_todaysposts}</a> | <a href="{$mybb->settings['bburl']}/private.php">{$lang->welcome_pms}</a> {$lang->welcome_pms_usage}]]></template>
<template name="header_welcomeblock_member_moderator" version="1400"><![CDATA[ &mdash; <a href="{$mybb->settings['bburl']}/modcp.php">{$lang->welcome_modcp}</a>]]></template>
<template name="postbit_online" version="1400"><![CDATA[<a href="online.php" title="{$lang->postbit_status_online}"><img src="{$theme['imgdir']}/buddy_online.gif" border="0" alt="{$lang->postbit_status_online}" /></a>]]></template>

				<a href="{$mybb->settings['bburl']}/search.php?action=getnew">{$lang->welcome_newposts}</a> | <a href="{$mybb->settings['bburl']}/search.php?action=getdaily">{$lang->welcome_todaysposts}</a> | <a href="{$mybb->settings['bburl']}/private.php">{$lang->welcome_pms}</a> {$lang->welcome_pms_usage}]]></template>
<template name="header_welcomeblock_member_moderator" version="1400"><![CDATA[ &mdash; <a href="{$mybb->settings['bburl']}/modcp.php">{$lang->welcome_modcp}</a>]]></template>
<template name="postbit_online" version="1400"><![CDATA[<a href="online.php" title="{$lang->postbit_status_online}"><img src="{$theme['imgdir']}/buddy_online.gif" border="0" alt="{$lang->postbit_status_online}" /></a>]]></template>

		<template name="showthread_moderationoptions" version="1400"><![CDATA[{$inlinemod}
<form action="moderation.php" method="get" style="margin-top: 0; margin-bottom: 0;">

		<template name="showthread_moderationoptions" version="1404"><![CDATA[{$inlinemod}
<form action="moderation.php" method="post" style="margin-top: 0; margin-bottom: 0;" id="moderator_options">

	<input type="hidden" name="modtype" value="thread" />
<input type="hidden" name="tid" value="{$tid}" />
<input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
<span class="smalltext">
<strong>{$lang->moderation_options}</strong></span>

	<input type="hidden" name="modtype" value="thread" />
<input type="hidden" name="tid" value="{$tid}" />
<input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
<span class="smalltext">
<strong>{$lang->moderation_options}</strong></span>

	<select name="action" onchange="window.location=('moderation.php?action='+this.options[this.selectedIndex].value+'&amp;tid={$tid}&amp;modtype=thread&amp;my_post_key={$mybb->post_code}')">

	<select name="action" onchange="$('moderator_options').submit();">

		<optgroup label="{$lang->standard_mod_tools}">
<option value="threadnotes">{$lang->thread_notes}</option>
<option value="openclosethread">{$lang->open_close_thread}</option>

		<optgroup label="{$lang->standard_mod_tools}">
<option value="threadnotes">{$lang->thread_notes}</option>
<option value="openclosethread">{$lang->open_close_thread}</option>

Zeile 1509Zeile 1517
			<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" version="1400"><![CDATA[<html>

		<template name="showthread" version="1412"><![CDATA[<html>

<head>
<title>{$thread['subject']}</title>
{$headerinclude}

<head>
<title>{$thread['subject']}</title>
{$headerinclude}

Zeile 1571Zeile 1579
		<ul class="thread_tools">
<li class="printable"><a href="printthread.php?tid={$tid}">{$lang->view_printable}</a></li>
<li class="sendthread"><a href="sendthread.php?tid={$tid}">{$lang->send_thread}</a></li>

		<ul class="thread_tools">
<li class="printable"><a href="printthread.php?tid={$tid}">{$lang->view_printable}</a></li>
<li class="sendthread"><a href="sendthread.php?tid={$tid}">{$lang->send_thread}</a></li>

			<li class="subscription_{$add_remove_subscription}"><a href="usercp2.php?action={$add_remove_subscription}subscription&amp;tid={$tid}">{$add_remove_subscription_text}</a></li>

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

		</ul>
</div>


		</ul>
</div>


Zeile 2444Zeile 2452
<td class="{$bgcolor}" valign="top" align="center" style="white-space: nowrap">{$posts}{$unapproved['unapproved_posts']}</td>
<td class="{$bgcolor}" valign="top" align="right" style="white-space: nowrap">{$lastpost}</td>
</tr>]]></template>

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

		<template name="forumbit_depth3" version="1400"><![CDATA[{$comma}{$statusicon}<a href="{$forum_url}" title="{$forum_viewers_text}">{$forum['name']}</a>]]></template>

		<template name="forumbit_depth3" version="1404"><![CDATA[{$comma}{$statusicon}<a href="{$forum_url}" title="{$forum_viewers_text_plain}">{$forum['name']}</a>]]></template>

		<template name="forumbit_depth3_statusicon" version="1400"><![CDATA[<img src="{$theme['imgdir']}/{$lightbulb['folder']}.gif" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" class="subforumicon ajax_mark_read" id="mark_read_{$forum['fid']}" />]]></template>
<template name="forumbit_subforums" version="120"><![CDATA[<br />{$lang->subforums} {$sub_forums}]]></template>
<template name="private_empty" version="120"><![CDATA[<html>

		<template name="forumbit_depth3_statusicon" version="1400"><![CDATA[<img src="{$theme['imgdir']}/{$lightbulb['folder']}.gif" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" class="subforumicon ajax_mark_read" id="mark_read_{$forum['fid']}" />]]></template>
<template name="forumbit_subforums" version="120"><![CDATA[<br />{$lang->subforums} {$sub_forums}]]></template>
<template name="private_empty" version="120"><![CDATA[<html>

Zeile 2539Zeile 2547
<td class="trow2" width="50%">{$reputation_link} [<a href="reputation.php?uid={$mybb->user['uid']}">{$lang->details}</a>]</td>
</tr>]]></template>
<template name="usercp_currentavatar" version="120"><![CDATA[<td class="trow1" rowspan="6" valign="middle" align="center" width="1"><img src="{$mybb->user['avatar']}" alt="{$mybb->user['username']}" title="{$mybb->user['username']}" {$avatar_width_height} /></td>]]></template>

<td class="trow2" width="50%">{$reputation_link} [<a href="reputation.php?uid={$mybb->user['uid']}">{$lang->details}</a>]</td>
</tr>]]></template>
<template name="usercp_currentavatar" version="120"><![CDATA[<td class="trow1" rowspan="6" valign="middle" align="center" width="1"><img src="{$mybb->user['avatar']}" alt="{$mybb->user['username']}" title="{$mybb->user['username']}" {$avatar_width_height} /></td>]]></template>

		<template name="footer" version="1400"><![CDATA[			<br />

		<template name="footer" version="1405"><![CDATA[			<br />

			<div class="bottommenu">
<div class="float_right">{$lang_select}</div>
<div>

			<div class="bottommenu">
<div class="float_right">{$lang_select}</div>
<div>

Zeile 2550Zeile 2558
		<hr class="hidden" />
<div id="copyright">
<div id="debug"><debugstuff></div>

		<hr class="hidden" />
<div id="copyright">
<div id="debug"><debugstuff></div>

				<!-- You may NOT remove, modify or hinder the visibility of the MyBB copyright at any time.
It must contain the links to the MyBB website and be formatted appropriately.

Failure to comply with the above will result in prosecution to the full extent of the law.


				<!-- MyBB is free software developed and maintained by a volunteer community. 
It would be much appreciated by the MyBB Group if you left the full copyright and "powered by" notice intact,
to show your support for MyBB. If you choose to remove or modify the copyright below,
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="http://www.mybboard.net" target="_blank">MyBB{$mybbversion}</a>, &copy; 2002-{$copy_year} <a href="http://www.mybboard.net" target="_blank">MyBB Group</a>.<br />

					 This is free software, support us and we'll support you. -->
{$lang->powered_by} <a href="http://www.mybboard.net" target="_blank">MyBB{$mybbversion}</a>, &copy; 2002-{$copy_year} <a href="http://www.mybboard.net" target="_blank">MyBB Group</a>.<br />

				<!-- End copyright -->

				<!-- End powered by -->

				<br />
<br class="clear" />
<!-- The following piece of code allows MyBB to run scheduled tasks. DO NOT REMOVE -->{$task_image}<!-- End task image code -->

				<br />
<br class="clear" />
<!-- The following piece of code allows MyBB to run scheduled tasks. DO NOT REMOVE -->{$task_image}<!-- End task image code -->

Zeile 2692Zeile 2701
<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="{$user['icq']}" /></td>

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

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

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

Zeile 2786Zeile 2795
<tr>
<td class="trow2" width="40%"><strong>{$lang->attachstats_spaceused}</strong></td>
<td class="trow2" width="60%">{$friendlyusage} ({$percent})</td>

<tr>
<td class="trow2" width="40%"><strong>{$lang->attachstats_spaceused}</strong></td>
<td class="trow2" width="60%">{$friendlyusage} ({$percent})</td>

</tr>
<tr>

</tr>
<tr>

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

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

</tr>
<tr>

</tr>
<tr>

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

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

Zeile 2833Zeile 2842
</body>
</html>]]></template>
<template name="forumdisplay_rules" version="120"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">

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

<tr>

<tr>

<td class="thead"><strong>{$foruminfo['rulestitle']}</strong></td>
</tr>
<tr>

<td class="thead"><strong>{$foruminfo['rulestitle']}</strong></td>
</tr>
<tr>

Zeile 2926Zeile 2935
<input type="hidden" name="joingroup" value="{$joingroup}" />
<input type="hidden" name="do" value="joingroup" />
<input type="submit" class="button" value="{$lang->send_join_request}" />

<input type="hidden" name="joingroup" value="{$joingroup}" />
<input type="hidden" name="do" value="joingroup" />
<input type="submit" class="button" value="{$lang->send_join_request}" />

</div>

</div>

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

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

Zeile 3111Zeile 3120
		<template name="nav_sep_active" version="120"><![CDATA[ / ]]></template>
<template name="member_profile_online" version="1400"><![CDATA[<a href="online.php"><span class="online" style="font-weight: bold;">{$lang->postbit_status_online}</span></a> ({$location} @ {$location_time})]]></template>
<template name="member_profile_offline" version="1400"><![CDATA[<span class="offline" style="font-weight: bold;">{$lang->postbit_status_offline}</span>]]></template>

		<template name="nav_sep_active" version="120"><![CDATA[ / ]]></template>
<template name="member_profile_online" version="1400"><![CDATA[<a href="online.php"><span class="online" style="font-weight: bold;">{$lang->postbit_status_online}</span></a> ({$location} @ {$location_time})]]></template>
<template name="member_profile_offline" version="1400"><![CDATA[<span class="offline" style="font-weight: bold;">{$lang->postbit_status_offline}</span>]]></template>

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

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

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

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

Zeile 3176Zeile 3185
</tr>
{$sendemail}
<tr>

</tr>
{$sendemail}
<tr>

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

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

</tr>
<tr>

</tr>
<tr>

<td class="trow1"><strong>{$lang->icq_number}</strong></td>
<td class="trow1"><a href="javascript:;" onclick="MyBB.popupWindow('misc.php?action=imcenter&amp;imtype=icq&amp;uid={$uid}', 'imcenter', 450, 300);">{$memprofile['icq']}</a></td>

<td class="{$bgcolors['icq']}"><strong>{$lang->icq_number}</strong></td>
<td class="{$bgcolors['icq']}"><a href="javascript:;" onclick="MyBB.popupWindow('misc.php?action=imcenter&amp;imtype=icq&amp;uid={$uid}', 'imcenter', 450, 300);">{$memprofile['icq']}</a></td>

</tr>
<tr>

</tr>
<tr>

<td class="trow2"><strong>{$lang->aim_screenname}</strong></td>
<td class="trow2"><a href="javascript:;" onclick="MyBB.popupWindow('misc.php?action=imcenter&amp;imtype=aim&amp;uid={$uid}', 'imcenter', 450, 300);">{$memprofile['aim']}</a></td>

<td class="{$bgcolors['aim']}"><strong>{$lang->aim_screenname}</strong></td>
<td class="{$bgcolors['aim']}"><a href="javascript:;" onclick="MyBB.popupWindow('misc.php?action=imcenter&amp;imtype=aim&amp;uid={$uid}', 'imcenter', 450, 300);">{$memprofile['aim']}</a></td>

</tr>
<tr>

</tr>
<tr>

<td class="trow1"><strong>{$lang->yahoo_id}</strong></td>
<td class="trow1"><a href="javascript:;" onclick="MyBB.popupWindow('misc.php?action=imcenter&amp;imtype=yahoo&amp;uid={$uid}', 'imcenter', 450, 300);">{$memprofile['yahoo']}</a></td>

<td class="{$bgcolors['yahoo']}"><strong>{$lang->yahoo_id}</strong></td>
<td class="{$bgcolors['yahoo']}"><a href="javascript:;" onclick="MyBB.popupWindow('misc.php?action=imcenter&amp;imtype=yahoo&amp;uid={$uid}', 'imcenter', 450, 300);">{$memprofile['yahoo']}</a></td>

</tr>
<tr>

</tr>
<tr>

<td class="trow2"><strong>{$lang->msn}</strong></td>
<td class="trow2"><a href="javascript:;" onclick="MyBB.popupWindow('misc.php?action=imcenter&amp;imtype=msn&amp;uid={$uid}', 'imcenter', 450, 300);">{$memprofile['msn']}</a></td>

<td class="{$bgcolors['msn']}"><strong>{$lang->msn}</strong></td>
<td class="{$bgcolors['msn']}"><a href="javascript:;" onclick="MyBB.popupWindow('misc.php?action=imcenter&amp;imtype=msn&amp;uid={$uid}', 'imcenter', 450, 300);">{$memprofile['msn']}</a></td>

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

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

Zeile 4301Zeile 4310
</script>
</body>
</html>]]></template>

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

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

		<template name="memberlist_search" version="1405"><![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 4367Zeile 4376
			<option value="username">{$lang->sort_by_username}</option>
<option value="regdate">{$lang->sort_by_regdate}</option>
<option value="lastvisit">{$lang->sort_by_lastvisit}</option>

			<option value="username">{$lang->sort_by_username}</option>
<option value="regdate">{$lang->sort_by_regdate}</option>
<option value="lastvisit">{$lang->sort_by_lastvisit}</option>

			<option value="posts">{$lang->sort_by_posts}</option>

			<option value="postnum">{$lang->sort_by_posts}</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 4474Zeile 4483
		<td width="130" align="center"><span class="smalltext"><strong>{$lang->pmspaceused}</strong></span></td>
</tr>
</table></span>]]></template>

		<td width="130" align="center"><span class="smalltext"><strong>{$lang->pmspaceused}</strong></span></td>
</tr>
</table></span>]]></template>

		<template name="forumdisplay_announcements_announcement" version="1400"><![CDATA[<tr>
<td align="center" class="{$bgcolor}"><img src="{$theme['imgdir']}/{$folder}.gif" alt=""/></td>
<td align="center" class="{$bgcolor}">&nbsp;</td>

		<template name="forumdisplay_announcements_announcement" version="1408"><![CDATA[<tr>
<td align="center" class="{$bgcolor}" width="2%"><img src="{$theme['imgdir']}/{$folder}.gif" alt=""/></td>
<td align="center" class="{$bgcolor}" width="2%">&nbsp;</td>

<td class="{$bgcolor}">
<a href="{$announcement['announcementlink']}"{$new_class}>{$announcement['subject']}</a>
<div class="author smalltext">{$announcement['profilelink']}</div>

<td class="{$bgcolor}">
<a href="{$announcement['announcementlink']}"{$new_class}>{$announcement['subject']}</a>
<div class="author smalltext">{$announcement['profilelink']}</div>

Zeile 4838Zeile 4847
	<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="usercp_forumsubscriptions_forum" version="120"><![CDATA[<tr>
<td class="trow1" align="center" valign="top"><img src="{$theme['imgdir']}/{$folder}.gif" valign="top" /></td>

		<template name="usercp_forumsubscriptions_forum" version="1412"><![CDATA[<tr>
<td class="trow1" align="center" valign="top"><img src="{$theme['imgdir']}/{$folder['folder']}.gif" valign="top" /></td>

<td class="trow1" valign="top">

<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']}">{$lang->unsubscribe}</a> | <a href="newthread.php?fid={$forum['fid']}">{$lang->new_thread}</a></span></td>

<strong><a href="{$forum_url}">{$forum['name']}</a></strong><br /><span class="smalltext"><a href="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>

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

Zeile 4906Zeile 4915
<td class="{$trow}" align="center"><a href="{$report['reporterlink']}" target="_blank">{$report['username']}</a></td>
<td class="{$trow}">{$report['reason']}</td>
<td class="{$trow}" align="center" style="white-space: nowrap"><span class="smalltext">{$reportdate}<br />{$reporttime}</span></td>

<td class="{$trow}" align="center"><a href="{$report['reporterlink']}" target="_blank">{$report['username']}</a></td>
<td class="{$trow}">{$report['reason']}</td>
<td class="{$trow}" align="center" style="white-space: nowrap"><span class="smalltext">{$reportdate}<br />{$reporttime}</span></td>

</tr>]]></template>
<template name="moderation_allreports_multipage" version="120"><![CDATA[<tr>
<td class="tcat" colspan="6"><span class="smalltext"> {$multipage}</span></td>

 
</tr>]]></template>
<template name="modcp_reports_allnoreports" version="120"><![CDATA[<tr>
<td class="trow1" align="center" colspan="6">{$lang->no_reports}</td>

</tr>]]></template>
<template name="modcp_reports_allnoreports" version="120"><![CDATA[<tr>
<td class="trow1" align="center" colspan="6">{$lang->no_reports}</td>

Zeile 4928Zeile 4934
</tr>
</table>
<br />]]></template>

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

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

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

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

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

Zeile 4936Zeile 4942
<body>
{$header}
<br />

<body>
{$header}
<br />

 
{$inline_errors}

{$member_loggedin_notice}
<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->login}</strong></td>

{$member_loggedin_notice}
<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->login}</strong></td>

</tr>
<tr>

</tr>
<tr>

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

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

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

<td class="trow1"><input type="text" class="textbox" name="username" size="25" maxlength="{$mybb->settings['maxnamelength']}" style="width: 200px;" value="{$username}" /></td>
</tr>

<tr>
<td class="trow2"><strong>{$lang->password}</strong><br /><span class="smalltext">{$lang->pw_note}</span></td>

<tr>
<td class="trow2"><strong>{$lang->password}</strong><br /><span class="smalltext">{$lang->pw_note}</span></td>

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

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

</tr>

</tr>

 
{$captcha}

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

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

Zeile 4976Zeile 4984
<td class="trow2">
<!-- Begin AIM Remote -->
<table align="center" cellspacing="0" cellpadding="0" border="0">

<td class="trow2">
<!-- Begin AIM Remote -->
<table align="center" cellspacing="0" cellpadding="0" border="0">

<tr>

<tr>

<td align="center" style="white-space: nowrap"><a href="http://www.aol.co.uk/aim/index.html"><img src="http://www.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://www.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="http://www.aol.co.uk/aim/index.html"><img src="http://www.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://www.aol.co.uk/aim/remote/gr/aimver_topsm.gif" width="73" height="55" alt="{$lang->aim_remote}" title="{$lang->aim_remote}" /></td>
</tr>
<tr>

Zeile 5007Zeile 5015
{$feedurl}
<table border="0" cellspacing="0" cellpadding="{$theme['tablespace']}" width="100%">
<tr><td>{$lang->syndication_note}</td></tr>

{$feedurl}
<table border="0" cellspacing="0" cellpadding="{$theme['tablespace']}" width="100%">
<tr><td>{$lang->syndication_note}</td></tr>

</table>

</table>

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

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

Zeile 5040Zeile 5048
</td></tr></table>
</blockquote>
</td></tr>

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

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

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

		<template name="memberlist_user" version="1400"><![CDATA[<tr>
<td class="{$alt_bg}" align="center">{$user['avatar']}</td>
<td class="{$alt_bg}">{$user['profilelink']}<br />

		<template name="memberlist_user" version="1400"><![CDATA[<tr>
<td class="{$alt_bg}" align="center">{$user['avatar']}</td>
<td class="{$alt_bg}">{$user['profilelink']}<br />

Zeile 5079Zeile 5087
</tr>]]></template>
<template name="index_whosonline" version="1400"><![CDATA[<tr>
<td class="tcat"><span class="smalltext"><strong>{$lang->whos_online}</strong> [<a href="online.php">{$lang->complete_list}</a>]</span></td>

</tr>]]></template>
<template name="index_whosonline" version="1400"><![CDATA[<tr>
<td class="tcat"><span class="smalltext"><strong>{$lang->whos_online}</strong> [<a href="online.php">{$lang->complete_list}</a>]</span></td>

</tr>
<tr>

</tr>
<tr>

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

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

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

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

</tr>
<tr>

</tr>
<tr>

<td class="trow1" colspan="2" align="center">{$lang->confirm_delete_threads}</td>
</tr>
{$loginbox}

<td class="trow1" colspan="2" align="center">{$lang->confirm_delete_threads}</td>
</tr>
{$loginbox}

Zeile 5210Zeile 5218
		<template name="postbit_attachments_images" version="120"><![CDATA[<span class="smalltext"><strong>{$lang->postbit_attachments_images}</strong></span><br />
{$post['imagelist']}
<br />]]></template>

		<template name="postbit_attachments_images" version="120"><![CDATA[<span class="smalltext"><strong>{$lang->postbit_attachments_images}</strong></span><br />
{$post['imagelist']}
<br />]]></template>

		<template name="post_attachments_attachment_postinsert" version="120"><![CDATA[<input type="button" name="insert" value="{$lang->insert_attachment_post}" onclick="clickableEditor.insertAttachment({$attachment['aid']});" />]]></template>

		<template name="post_attachments_attachment_postinsert" version="1405"><![CDATA[<input type="button" class="button" name="insert" value="{$lang->insert_attachment_post}" onclick="clickableEditor.insertAttachment({$attachment['aid']});" />]]></template>

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

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

Zeile 5237Zeile 5245
<br />
<div align="center"><input type="submit" class="button" name="submit" value="{$lang->merge_posts}" /></div>
<input type="hidden" name="action" value="do_mergeposts" />

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

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

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

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

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

Zeile 5433Zeile 5441
<a href="{$mybb->settings['bburl']}/search.php?action=getnew">{$lang->view_new}</a><br /><a href="{$mybb->settings['bburl']}/search.php?action=getdaily">{$lang->view_todays}</a>
</span>]]></template>
<template name="portal" version="127"><![CDATA[<html>

<a href="{$mybb->settings['bburl']}/search.php?action=getnew">{$lang->view_new}</a><br /><a href="{$mybb->settings['bburl']}/search.php?action=getdaily">{$lang->view_todays}</a>
</span>]]></template>
<template name="portal" version="127"><![CDATA[<html>

<head>

<head>

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

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

Zeile 5451Zeile 5459
<td>&nbsp;</td>
<td valign="top">
{$announcements}

<td>&nbsp;</td>
<td valign="top">
{$announcements}

</td>
</tr>

</td>
</tr>

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

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

Zeile 5460Zeile 5468
		<template name="portal_pms" version="120"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead"><strong><a href="{$mybb->settings['bburl']}/private.php">{$lang->private_messages}</a></strong></td>

		<template name="portal_pms" version="120"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead"><strong><a href="{$mybb->settings['bburl']}/private.php">{$lang->private_messages}</a></strong></td>

</tr>

</tr>

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

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

Zeile 5471Zeile 5479
</table>
<br />]]></template>
<template name="portal_stats" version="1400"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">

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

<tr>

<tr>

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

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

</tr>
<tr>

</tr>
<tr>

<td class="trow1">
<span class="smalltext">
<strong>&raquo; </strong>{$lang->num_members} {$stats['numusers']}<br />

<td class="trow1">
<span class="smalltext">
<strong>&raquo; </strong>{$lang->num_members} {$stats['numusers']}<br />

Zeile 5490Zeile 5498
		<template name="portal_welcome" version="120"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead"><strong>{$lang->welcome}</strong></td>

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

</tr>
<tr>

</tr>
<tr>

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

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

</td>
</tr>

</td>
</tr>

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

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

Zeile 5505Zeile 5513
<td class="trow1">
<span class="smalltext">
{$lang->online_users}<br /><strong>&raquo;</strong> {$lang->online_counts}<br />{$onlinemembers}

<td class="trow1">
<span class="smalltext">
{$lang->online_users}<br /><strong>&raquo;</strong> {$lang->online_counts}<br />{$onlinemembers}

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

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

<br />]]></template>
<template name="portal_announcement_numcomments" version="1400"><![CDATA[- <a href="{$mybb->settings['bburl']}/{$announcement['threadlink']}">{$lang->replies}</a> ({$announcement['replies']})]]></template>

<br />]]></template>
<template name="portal_announcement_numcomments" version="1400"><![CDATA[- <a href="{$mybb->settings['bburl']}/{$announcement['threadlink']}">{$lang->replies}</a> ({$announcement['replies']})]]></template>

		<template name="portal_announcement" version="1400"><![CDATA[<table cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">

		<template name="portal_announcement" version="1405"><![CDATA[<table cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">

<tr>
<td class="thead"><strong>{$icon} <a href="{$mybb->settings['bburl']}/{$announcement['threadlink']}">{$announcement['subject']}</a></strong></td>
</tr>
<tr>
<td class="trow2" align="right">

<tr>
<td class="thead"><strong>{$icon} <a href="{$mybb->settings['bburl']}/{$announcement['threadlink']}">{$announcement['subject']}</a></strong></td>
</tr>
<tr>
<td class="trow2" align="right">

<span class="smalltext">{$lang->posted_by} <a href="{$mybb->settings['bburl']}/{$announcement['profilelink']}">{$announcement['username']}</a>  - {$anndate} {$anntime} {$numcomments}</span>

<span class="smalltext">{$lang->posted_by} {$profilelink}  - {$anndate} {$anntime} {$numcomments}</span>

</td>
</tr>
<tr>

</td>
</tr>
<tr>

Zeile 5548Zeile 5556
		<template name="portal_search" version="120"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead"><strong>{$lang->search_forums}</strong></td>

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

</tr>

</tr>

<tr>
<td class="trow1" align="center">
<form method="post" action="{$mybb->settings['bburl']}/search.php">

<tr>
<td class="trow1" align="center">
<form method="post" action="{$mybb->settings['bburl']}/search.php">

Zeile 5585Zeile 5593
</head>
<body>
<table width="98%" align="center">

</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 5751Zeile 5759
	</td>
{$inline_mod_checkbox}
</tr>]]></template>

	</td>
{$inline_mod_checkbox}
</tr>]]></template>

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

		<template name="search_results_threads" version="1405"><![CDATA[<html>

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

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

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

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

				<td colspan="9" class="thead">

				<td colspan="8" class="thead">

					<strong>{$lang->search_results}</strong>
</td>
</tr>

					<strong>{$lang->search_results}</strong>
</td>
</tr>

Zeile 5886Zeile 5894
	<tr>
<td colspan="9" class="thead">
<strong>{$lang->search_results}</strong>

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

		</td>

		</td>

	</tr>
<tr>
<td class="tcat" align="center" colspan="3"><span class="smalltext"><strong><a href="{$sorturl}&amp;sortby=subject&amp;order=asc">{$lang->post}</a> {$orderarrow['subject']}</strong></span></td>

	</tr>
<tr>
<td class="tcat" align="center" colspan="3"><span class="smalltext"><strong><a href="{$sorturl}&amp;sortby=subject&amp;order=asc">{$lang->post}</a> {$orderarrow['subject']}</strong></span></td>

Zeile 6185Zeile 6193
<body>
{$header}
<form enctype="multipart/form-data" action="usercp.php" method="post">

<body>
{$header}
<form enctype="multipart/form-data" action="usercp.php" method="post">

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

<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 6193Zeile 6201
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead" colspan="3"><strong>{$lang->change_avatar}</strong></td>

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

</tr>
<tr>

</tr>
<tr>

<td align="center" class="trow1" width="1%"><input type="radio" class="radio" name="avatar" value="url"{$checked['url']} /></td>
<td class="trow1" width="40%"><strong>{$lang->avatar_url}</strong><br /><span class="smalltext">{$lang->avatar_url_note}</span></td>
<td class="trow1" width="55%"><input type="text" class="textbox" name="avatarurl" size="25" maxlength="100" value="{$avatarurl}" /></td>

<td align="center" class="trow1" width="1%"><input type="radio" class="radio" name="avatar" value="url"{$checked['url']} /></td>
<td class="trow1" width="40%"><strong>{$lang->avatar_url}</strong><br /><span class="smalltext">{$lang->avatar_url_note}</span></td>
<td class="trow1" width="55%"><input type="text" class="textbox" name="avatarurl" size="25" maxlength="100" value="{$avatarurl}" /></td>

</tr>

</tr>

<tr>
<td align="center" class="trow2" width="1%"><input type="radio" class="radio" name="avatar" value="upload"{$checked['upload']} /></td>
<td class="trow2" width="40%"><strong>{$lang->avatar_upload}</strong><br /><span class="smalltext">{$lang->avatar_upload_note}</span></td>
<td class="trow2" width="55%"><input type="file" name="avatarupload" size="25" value="" class="fileupload" />{$uploadedmsg}</td>

<tr>
<td align="center" class="trow2" width="1%"><input type="radio" class="radio" name="avatar" value="upload"{$checked['upload']} /></td>
<td class="trow2" width="40%"><strong>{$lang->avatar_upload}</strong><br /><span class="smalltext">{$lang->avatar_upload_note}</span></td>
<td class="trow2" width="55%"><input type="file" name="avatarupload" size="25" value="" class="fileupload" />{$uploadedmsg}</td>

</tr>
<tr>

</tr>
<tr>

<td align="center" class="trow1" width="1%"><input type="radio" class="radio" name="avatar" value="list"{$checked['list']} /></td>
<td class="trow1" width="40%"><strong>{$lang->avatar_list}</strong><br /><span class="smalltext">{$lang->avatar_list_note}</span></td>
<td class="trow1" width="55%">

<td align="center" class="trow1" width="1%"><input type="radio" class="radio" name="avatar" value="list"{$checked['list']} /></td>
<td class="trow1" width="40%"><strong>{$lang->avatar_list}</strong><br /><span class="smalltext">{$lang->avatar_list_note}</span></td>
<td class="trow1" width="55%">

Zeile 6217Zeile 6225
</td>
<td valign="middle">
<img src="{$avatarpic}" name="avatarpic" width="80" height="80" />

</td>
<td valign="middle">
<img src="{$avatarpic}" name="avatarpic" width="80" height="80" />

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

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

<tr>
<td align="center" class="trow2" width="1%"><input type="radio" class="radio" name="avatar" value="none"{$checked['none']} /></td>
<td colspan="2" class="trow2" width="95%"><strong>{$lang->no_avatar}</strong><br /><span class="smalltext">{$lang->no_avatar_note}</span></td>

<tr>
<td align="center" class="trow2" width="1%"><input type="radio" class="radio" name="avatar" value="none"{$checked['none']} /></td>
<td colspan="2" class="trow2" width="95%"><strong>{$lang->no_avatar}</strong><br /><span class="smalltext">{$lang->no_avatar_note}</span></td>

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

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

<tr>

<tr>

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

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

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

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

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

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

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

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

<tr>

<tr>

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

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

</tr>

</tr>

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

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

Zeile 6353Zeile 6361
</body>
</html>]]></template>
<template name="usercp_changename" version="1400"><![CDATA[<html>

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

<head>

<head>

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

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

Zeile 6362Zeile 6370
<form action="usercp.php" method="post">
<input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
<table width="100%" border="0" align="center">

<form action="usercp.php" method="post">
<input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
<table width="100%" border="0" align="center">

<tr>

<tr>

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

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

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

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

<tr>
<td class="trow1" colspan="2" align="center"><input type="password" class="textbox" name="password" size="25" /></td>

<tr>
<td class="trow1" colspan="2" align="center"><input type="password" class="textbox" name="password" size="25" /></td>

</tr>

</tr>

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

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

Zeile 6390Zeile 6398
<input type="submit" class="button" name="submit" value="{$lang->update_username}" />
</div>
</td>

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

</tr>
</table>

</tr>
</table>

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

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

Zeile 6409Zeile 6417
		<template name="misc_whoposted" version="120"><![CDATA[<html>
<head>
<title>{$lang->who_posted}</title>

		<template name="misc_whoposted" version="120"><![CDATA[<html>
<head>
<title>{$lang->who_posted}</title>

{$headerinclude}

{$headerinclude}

</head>
<body style="margin:0px;top:0px;left:0px" class="trow2">
<table width="100%" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" border="0" align="center" class="tborder">

</head>
<body style="margin:0px;top:0px;left:0px" class="trow2">
<table width="100%" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" border="0" align="center" class="tborder">

Zeile 6441Zeile 6449
		<template name="moderation_deleteposts" version="1400"><![CDATA[<html>
<head>
<title>{$mybb->settings['bbname']} - {$lang->delete_posts}</title>

		<template name="moderation_deleteposts" version="1400"><![CDATA[<html>
<head>
<title>{$mybb->settings['bbname']} - {$lang->delete_posts}</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">

{$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->delete_posts}</strong></td>
</tr>

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

Zeile 6484Zeile 6492
</tr>
<tr>
<td class="trow1"><strong>{$lang->new_forum}</strong></td>

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

<td class="trow1">{$forumselect}</td>

<td class="trow1">{$forumselect}</td>

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

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

Zeile 6522Zeile 6530
		<template name="sendthread" version="1400"><![CDATA[<html>
<head>
<title>{$thread['subject']} - {$lang->send_thread}</title>

		<template name="sendthread" version="1400"><![CDATA[<html>
<head>
<title>{$thread['subject']} - {$lang->send_thread}</title>

{$headerinclude}

{$headerinclude}

</head>
<body>
{$header}

</head>
<body>
{$header}

Zeile 6558Zeile 6566
		<template name="usercp_editsig" version="1400"><![CDATA[<html>
<head>
<title>{$mybb->settings['bbname']} - {$lang->edit_sig}</title>

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

{$headerinclude}
</head>

{$headerinclude}
</head>

<body>
{$header}
<form action="usercp.php" method="post">

<body>
{$header}
<form action="usercp.php" method="post">

Zeile 6615Zeile 6623
		<template name="private_read_action" version="1400"><![CDATA[<tr>
<td class="tcat" align="center"><strong>{$actioned_on}</strong></td>
</tr>]]></template>

		<template name="private_read_action" version="1400"><![CDATA[<tr>
<td class="tcat" align="center"><strong>{$actioned_on}</strong></td>
</tr>]]></template>

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

		<template name="private_read" version="1405"><![CDATA[<html>

<head>
<title>{$lang->viewing_pm} {$pm['subject']}</title>
{$headerinclude}

<head>
<title>{$lang->viewing_pm} {$pm['subject']}</title>
{$headerinclude}

Zeile 6635Zeile 6643
{$action_time}
{$message}
</table>

{$action_time}
{$message}
</table>

 
</td>
</tr>

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

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

Zeile 6979Zeile 6989
{$requiredfields}
</table>
</fieldset>]]></template>

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

		<template name="member_register_customfield" version="120"><![CDATA[<tr>

		<template name="member_register_customfield" version="1410"><![CDATA[<tr>

<td><span class="smalltext">{$profilefield['name']}</span></td>

<td><span class="smalltext">{$profilefield['name']}</span></td>

 
</tr>

<tr>
<td>{$code}</td>
</tr>]]></template>

<tr>
<td>{$code}</td>
</tr>]]></template>

Zeile 6995Zeile 7006
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead"><span class="smalltext"><strong>{$title}</strong></span></td>

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

</tr>

</tr>

<tr>
<td class="trow1">{$error}</td>
</tr>

<tr>
<td class="trow1">{$error}</td>
</tr>

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

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

</td>

</td>

</tr>]]></template>
<template name="forumdisplay_moderatedby_moderator" version="1400"><![CDATA[{$modcomma}{$moderator['profilelink']}]]></template>
<template name="forumdisplay_moderatedby" version="120"><![CDATA[<span class="smalltext">{$lang->moderated_by} <strong>{$modlist}</strong></span><br />]]></template>

</tr>]]></template>
<template name="forumdisplay_moderatedby_moderator" version="1400"><![CDATA[{$modcomma}{$moderator['profilelink']}]]></template>
<template name="forumdisplay_moderatedby" version="120"><![CDATA[<span class="smalltext">{$lang->moderated_by} <strong>{$modlist}</strong></span><br />]]></template>

Zeile 7035Zeile 7046
{$footer}
</body>
</html>]]></template>

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

		<template name="posticons" version="120"><![CDATA[<tr>
<td class="trow1" style="vertical-align: top"><strong>{$lang->post_icon}</strong><br /><span class="smalltext"><input type="radio" class="radio" name="icon" value="-1"{$no_icons_checked} />{$lang->no_post_icon}</span></td>

		<template name="posticons" version="1410"><![CDATA[<tr>
<td class="trow1" style="vertical-align: top"><strong>{$lang->post_icon}</strong><br /><span class="smalltext"><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>

<td class="trow1" valign="top">{$iconlist}</td>

</tr>
]]></template>

</tr>
]]></template>

		<template name="previewpost" version="1400"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="clear: both; border-bottom-width: 0;">
<tr>
<td class="thead" colspan="2"><strong>{$lang->post_preview}</strong></td>

		<template name="previewpost" version="1400"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="clear: both; border-bottom-width: 0;">
<tr>
<td class="thead" colspan="2"><strong>{$lang->post_preview}</strong></td>

Zeile 7051Zeile 7062
		<template name="misc_help_helpdoc" version="120"><![CDATA[<html>
<head>
<title>{$mybb->settings['bbname']} - {$lang->help_docs}</title>

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

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

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

<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"><strong>{$helpdoc['name']}</strong></td>

<td class="thead"><strong>{$helpdoc['name']}</strong></td>

</tr>

</tr>

<tr>
<td width="100%" class="trow1">{$helpdoc['document']}</td>
</tr>

<tr>
<td width="100%" class="trow1">{$helpdoc['document']}</td>
</tr>

Zeile 7068Zeile 7079
</html>]]></template>
<template name="usercp_options_pppselect" version="120"><![CDATA[<tr>
<td colspan="2"><span class="smalltext">{$lang->ppp}</span></td>

</html>]]></template>
<template name="usercp_options_pppselect" version="120"><![CDATA[<tr>
<td colspan="2"><span class="smalltext">{$lang->ppp}</span></td>

</tr>

</tr>

<tr>
<td colspan="2">
<select name="ppp">

<tr>
<td colspan="2">
<select name="ppp">

Zeile 7097Zeile 7108
<td class="thead" valign="bottom" align="center"><span class="smalltext"><strong>{$lang->lastpost}</strong></span></td>
</tr>
{$forums}

<td class="thead" valign="bottom" align="center"><span class="smalltext"><strong>{$lang->lastpost}</strong></span></td>
</tr>
{$forums}

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

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

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

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

Zeile 7126Zeile 7137
<td class="thead" align="center"><strong>{$user['username']} - {$lang->msn_messenger_center}</strong></td>
</tr>
<tr>

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

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

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

<td class="trow1" align="center">{$lang->msn_address_is}<br />{$user['msn']}</td>
</tr>
</table>

<td class="trow1" align="center">{$lang->msn_address_is}<br />{$user['msn']}</td>
</tr>
</table>

Zeile 7164Zeile 7175
		<template name="usercp_editsig_current" version="120"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead"><strong>{$lang->current_sig}</strong></td>

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

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

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

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

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

</tr>

</tr>

<tr>
<td class="trow1">{$sigpreview}</td>
</tr>

<tr>
<td class="trow1">{$sigpreview}</td>
</tr>

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

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

{$headerinclude}
</head>

{$headerinclude}
</head>

<body>
{$header}
<form action="member.php" method="post">

<body>
{$header}
<form action="member.php" method="post">

Zeile 7212Zeile 7223
		<template name="moderation_inline_deletethreads" version="1400"><![CDATA[<html>
<head>
<title>{$mybb->settings['bbname']} - {$lang->delete_threads}</title>

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

{$headerinclude}
</head>
<body>
{$header}
<form action="moderation.php" method="post">

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

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

Zeile 7229Zeile 7240
<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}" />

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

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

Zeile 7240Zeile 7251
		<template name="moderation_inline_movethreads" version="1400"><![CDATA[<html>
<head>
<title>{$mybb->settings['bbname']} - {$lang->move_threads}</title>

		<template name="moderation_inline_movethreads" version="1400"><![CDATA[<html>
<head>
<title>{$mybb->settings['bbname']} - {$lang->move_threads}</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">

{$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->move_threads}</strong></td>
</tr>

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

Zeile 7261Zeile 7272
<input type="hidden" name="action" value="do_multimovethreads" />
<input type="hidden" name="fid" value="{$fid}" />
<input type="hidden" name="threads" value="{$inlineids}" />

<input type="hidden" name="action" value="do_multimovethreads" />
<input type="hidden" name="fid" value="{$fid}" />
<input type="hidden" name="threads" value="{$inlineids}" />

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

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

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

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

Zeile 7269Zeile 7280
		<template name="moderation_inline_mergeposts" version="1400"><![CDATA[<html>
<head>
<title>{$mybb->settings['bbname']} - {$lang->merge_posts}</title>

		<template name="moderation_inline_mergeposts" version="1400"><![CDATA[<html>
<head>
<title>{$mybb->settings['bbname']} - {$lang->merge_posts}</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">

{$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->merge_posts}</strong></td>

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

</tr>
<tr>

</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 7289Zeile 7300
<br />
<div align="center"><input type="submit" class="button" name="submit" value="{$lang->merge_posts}" /></div>
<input type="hidden" name="action" value="do_multimergeposts" />

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

<input type="hidden" name="tid" value="{$tid}" />
<input type="hidden" name="posts" value="{$inlineids}" />

<input type="hidden" name="tid" value="{$tid}" />
<input type="hidden" name="posts" value="{$inlineids}" />

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

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

Zeile 7333Zeile 7344
</body>
</html>]]></template>
<template name="member_register_regimage" version="1400"><![CDATA[<br />

</body>
</html>]]></template>
<template name="member_register_regimage" version="1400"><![CDATA[<br />

<fieldset class="trow2">
<script type="text/javascript" src="jscripts/captcha.js?ver=1400"></script>

<fieldset class="trow2">
<script type="text/javascript" src="jscripts/captcha.js?ver=1400"></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 7365Zeile 7376
	</ul>
</div>
<br />]]></template>

	</ul>
</div>
<br />]]></template>

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

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

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

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

Zeile 7377Zeile 7388
<form action="member.php" method="post" id="registration_form"><input type="text" style="visibility: hidden;" value="" name="regcheck1" /><input type="text" style="visibility: hidden;" value="true" name="regcheck2" />
{$regerrors}
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">

<form action="member.php" method="post" id="registration_form"><input type="text" style="visibility: hidden;" value="" name="regcheck1" /><input type="text" style="visibility: hidden;" value="true" name="regcheck2" />
{$regerrors}
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">

<tr>

<tr>

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

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

Zeile 7420Zeile 7431
<tr>
<td valign="top" width="1"><input type="checkbox" class="checkbox" name="hideemail" id="hideemail" value="1" {$hideemailcheck} /></td>
<td valign="top"><span class="smalltext"><label for="hideemail">{$lang->hide_email}</label></span></td>

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

</tr>

</tr>

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

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

Zeile 7450Zeile 7461
</td>
</tr>


</td>
</tr>


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

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

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

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

Zeile 7502Zeile 7513
<!--
regValidator = new FormValidator('registration_form');
regValidator.register('username', 'notEmpty', {failure_message:'{$lang->js_validator_no_username}'});

<!--
regValidator = new FormValidator('registration_form');
regValidator.register('username', 'notEmpty', {failure_message:'{$lang->js_validator_no_username}'});

	regValidator.register('email', 'regexp', {match_field:'email2', regexp:'^([a-zA-Z0-9_\.\+\-])+\@(([a-zA-Z0-9\-])+\.)+([a-zA-Z0-9]{2,4})+$', failure_message:'{$lang->js_validator_invalid_email}'});

    regValidator.register('email', 'regexp', {match_field:'email2', regexp:'^([a-zA-Z0-9_\\.\\+\\-])+\\@(([a-zA-Z0-9\\-])+\\.)+([a-zA-Z0-9]{2,4})+$', failure_message:'{$lang->js_validator_invalid_email}'});

	regValidator.register('email2', 'matches', {match_field:'email', status_field:'email_status', failure_message:'{$lang->js_validator_email_match}'});
{$validator_extra}
regValidator.register('username', 'ajax', {url:'xmlhttp.php?action=username_availability', loading_message:'{$lang->js_validator_checking_username}'}); // needs to be last

	regValidator.register('email2', 'matches', {match_field:'email', status_field:'email_status', failure_message:'{$lang->js_validator_email_match}'});
{$validator_extra}
regValidator.register('username', 'ajax', {url:'xmlhttp.php?action=username_availability', loading_message:'{$lang->js_validator_checking_username}'}); // needs to be last

Zeile 7688Zeile 7699
	{$post['replink']}{$post['warninglevel']}]]></template>
<template name="postbit_author_guest" version="120"><![CDATA[&nbsp;]]></template>
<template name="php_warnings" version="1400"><![CDATA[<table border="0" cellspacing="1" cellpadding="4" align="center" class="tborder">

	{$post['replink']}{$post['warninglevel']}]]></template>
<template name="postbit_author_guest" version="120"><![CDATA[&nbsp;]]></template>
<template name="php_warnings" version="1400"><![CDATA[<table border="0" cellspacing="1" cellpadding="4" align="center" class="tborder">

<tr>

<tr>

<td class="tcat">
<strong>{$lang->warnings}</strong>
</td>

<td class="tcat">
<strong>{$lang->warnings}</strong>
</td>

Zeile 7709Zeile 7720
			<input type="submit" class="button" value="{$lang->search_thread}" />
</form>
</div>]]></template>

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

	<template name="postbit_ignored" version="1400"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="{$post_extra_style}" id="ignored_post_{$post['pid']}">

	<template name="postbit_ignored" version="1410"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="{$post_extra_style}" id="ignored_post_{$post['pid']}">

<tr>
<td class="{$altbg}" width="15%" valign="top" style="white-space: nowrap; text-align: center;">
<strong><span class="largetext">{$post['profilelink']}</span></strong>

<tr>
<td class="{$altbg}" width="15%" valign="top" style="white-space: nowrap; text-align: center;">
<strong><span class="largetext">{$post['profilelink']}</span></strong>

Zeile 7721Zeile 7732
	$('show_ignored_link_{$post['pid']}').show();
// -->
</script>

	$('show_ignored_link_{$post['pid']}').show();
// -->
</script>

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

		<span class="smalltext">{$ignored_message}</span>

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

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

Zeile 7734Zeile 7745
		</select>
{$gobutton}
</form>]]></template>

		</select>
{$gobutton}
</form>]]></template>

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

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

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

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

Zeile 7743Zeile 7754
{$header}
<form action="usercp2.php" method="post" name="input">
<input type="hidden" name="action" value="do_addsubscription" />

{$header}
<form action="usercp2.php" method="post" name="input">
<input type="hidden" name="action" value="do_addsubscription" />

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

<input type="hidden" name="tid" value="{$thread['tid']}" />
<table width="100%" border="0" align="center">
<tr>

<input type="hidden" name="tid" value="{$thread['tid']}" />
<table width="100%" border="0" align="center">
<tr>

Zeile 7926Zeile 7938
	<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="clear: both;">
<tr>
<td colspan="2" width="100%" class="thead"><strong>{$lang->add_event}</strong></td>

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

		</tr>
<tr>
<td width="20%" class="trow1"><strong>{$lang->event_name}</strong></td>
<td class="trow1"><input type="text" class="textbox" size="50" name="name" maxlength="120" value="{$name}"/></td>
</tr>

		</tr>
<tr>
<td width="20%" class="trow1"><strong>{$lang->event_name}</strong></td>
<td class="trow1"><input type="text" class="textbox" size="50" name="name" maxlength="120" value="{$name}"/></td>
</tr>

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

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

Zeile 7993Zeile 8005
							<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>

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

						</select>

						&nbsp;
<select name="single_year">
{$single_years}

						&nbsp;
<select name="single_year">
{$single_years}

Zeile 8027Zeile 8039
									</select>
<span class="smalltext">&nbsp;&nbsp;&nbsp;{$lang->enter_time}</span>
<input type="text" class="textbox" name="start_time" value="{$start_time}" size="7" />

									</select>
<span class="smalltext">&nbsp;&nbsp;&nbsp;{$lang->enter_time}</span>
<input type="text" class="textbox" name="start_time" value="{$start_time}" size="7" />

								</td>

								</td>

							</tr>
<tr>
<td class="smalltext" style="padding: 4px; text-align: right;">{$lang->end_time}</td>

							</tr>
<tr>
<td class="smalltext" style="padding: 4px; text-align: right;">{$lang->end_time}</td>

Zeile 8061Zeile 8073
								<td style="padding: 4px;">
{$timezones}<br />
<label class="smalltext" style="display: block; padding-top: 4px;"><input type="checkbox" name="ignoretimezone" value="1" {$ignore_timezone} style="vertical-align: middle;" /> {$lang->ignore_timezone} </label>

								<td style="padding: 4px;">
{$timezones}<br />
<label class="smalltext" style="display: block; padding-top: 4px;"><input type="checkbox" name="ignoretimezone" value="1" {$ignore_timezone} style="vertical-align: middle;" /> {$lang->ignore_timezone} </label>

								</td>
</tr>
<tr>
<td class="smalltext" style="padding: 4px; text-align: right; vertical-align:top;">{$lang->repeats}</td>
<td class="smalltext" style="padding: 4px;">
<select name="repeats" id="repeats" onchange="toggleRepeats();">
<option value="0">{$lang->does_not_repeat}</option>
<option value="1"{$repeats_sel[1]}>{$lang->repeats_daily}</option>
<option value="2"{$repeats_sel[2]}>{$lang->repeats_weekdays}</option>
<option value="3"{$repeats_sel[3]}>{$lang->repeats_weekly}</option>
<option value="4"{$repeats_sel[4]}>{$lang->repeats_monthly}</option>
<option value="5"{$repeats_sel[5]}>{$lang->repeats_yearly}</option>
</select>
<div class="repeats_type" id="repeats_type_1" style="padding: 4px;">
{$lang->repeats_every}
<input type="text" class="textbox" name="repeats_1_days" value="{$repeats_1_days}" size="2" /> {$lang->day_or_days}
</div>
<div class="repeats_type" id="repeats_type_3" style="padding: 4px;">
{$lang->repeats_every}
<input type="text" class="textbox" name="repeats_3_weeks" value="{$repeats_3_weeks}" size="2" /> {$lang->week_or_weeks_on}
<br />
<table style="padding: 4px;">
<tr>
<td style="padding: 2px;" class="smalltext"><label><input type="checkbox" name="repeats_3_days[0]" value="1" {$repeats_3_days[0]} style="vertical-align: middle;" /> {$lang->sunday}</label></td>
<td style="padding: 2px;" class="smalltext"><label><input type="checkbox" name="repeats_3_days[1]" value="1" {$repeats_3_days[1]} style="vertical-align: middle;" /> {$lang->monday}</label></td>
<td style="padding: 2px;" class="smalltext"><label><input type="checkbox" name="repeats_3_days[2]" value="1" {$repeats_3_days[2]} style="vertical-align: middle;" /> {$lang->tuesday}</label></td>

								</td>
</tr>
<tr>
<td class="smalltext" style="padding: 4px; text-align: right; vertical-align:top;">{$lang->repeats}</td>
<td class="smalltext" style="padding: 4px;">
<select name="repeats" id="repeats" onchange="toggleRepeats();">
<option value="0">{$lang->does_not_repeat}</option>
<option value="1"{$repeats_sel[1]}>{$lang->repeats_daily}</option>
<option value="2"{$repeats_sel[2]}>{$lang->repeats_weekdays}</option>
<option value="3"{$repeats_sel[3]}>{$lang->repeats_weekly}</option>
<option value="4"{$repeats_sel[4]}>{$lang->repeats_monthly}</option>
<option value="5"{$repeats_sel[5]}>{$lang->repeats_yearly}</option>
</select>
<div class="repeats_type" id="repeats_type_1" style="padding: 4px;">
{$lang->repeats_every}
<input type="text" class="textbox" name="repeats_1_days" value="{$repeats_1_days}" size="2" /> {$lang->day_or_days}
</div>
<div class="repeats_type" id="repeats_type_3" style="padding: 4px;">
{$lang->repeats_every}
<input type="text" class="textbox" name="repeats_3_weeks" value="{$repeats_3_weeks}" size="2" /> {$lang->week_or_weeks_on}
<br />
<table style="padding: 4px;">
<tr>
<td style="padding: 2px;" class="smalltext"><label><input type="checkbox" name="repeats_3_days[0]" value="1" {$repeats_3_days[0]} style="vertical-align: middle;" /> {$lang->sunday}</label></td>
<td style="padding: 2px;" class="smalltext"><label><input type="checkbox" name="repeats_3_days[1]" value="1" {$repeats_3_days[1]} style="vertical-align: middle;" /> {$lang->monday}</label></td>
<td style="padding: 2px;" class="smalltext"><label><input type="checkbox" name="repeats_3_days[2]" value="1" {$repeats_3_days[2]} style="vertical-align: middle;" /> {$lang->tuesday}</label></td>

												<td style="padding: 2px;" class="smalltext"><label><input type="checkbox" name="repeats_3_days[3]" value="1" {$repeats_3_days[3]} style="vertical-align: middle;" /> {$lang->wednesday}</label></td>
</tr>
<tr>

												<td style="padding: 2px;" class="smalltext"><label><input type="checkbox" name="repeats_3_days[3]" value="1" {$repeats_3_days[3]} style="vertical-align: middle;" /> {$lang->wednesday}</label></td>
</tr>
<tr>

Zeile 8239Zeile 8251
						<a href="{$prev_link}">&laquo; {$lang->previous_week}</a> | <a href="{$next_link}">{$lang->next_week} &raquo;</a>
</div>
<div><strong>{$lang->weekly_overview} {$friendly_week_from} - {$friendly_week_to}</strong></div>

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

				</td>
</tr>
</thead>

				</td>
</tr>
</thead>

		<tbody>
{$weekday_bits}
</tbody>

		<tbody>
{$weekday_bits}
</tbody>

Zeile 8395Zeile 8407
							Element.hide(e);
});
if($('repeats_type_'+repeats))

							Element.hide(e);
});
if($('repeats_type_'+repeats))

						{
Element.show('repeats_type_'+repeats);

						{
Element.show('repeats_type_'+repeats);

						}
}
// -->

						}
}
// -->

Zeile 8435Zeile 8447
								<td style="padding: 4px;">
<select name="start_day">
{$start_days}

								<td style="padding: 4px;">
<select name="start_day">
{$start_days}

									</select>

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

									<select name="start_month">
<option value="1"{$start_month['1']}>{$lang->month_1}</option>
<option value="2"{$start_month['2']}>{$lang->month_2}</option>

Zeile 8455Zeile 8467
									</select>
<span class="smalltext">&nbsp;&nbsp;&nbsp;{$lang->enter_time}</span>
<input type="text" class="textbox" name="start_time" value="{$start_time}" size="7" />

									</select>
<span class="smalltext">&nbsp;&nbsp;&nbsp;{$lang->enter_time}</span>
<input type="text" class="textbox" name="start_time" value="{$start_time}" size="7" />

								</td>

								</td>

							</tr>
<tr>
<td class="smalltext" style="padding: 4px; text-align: right;">{$lang->end_time}</td>

							</tr>
<tr>
<td class="smalltext" style="padding: 4px; text-align: right;">{$lang->end_time}</td>

Zeile 8551Zeile 8563
											</select>
{$lang->of_every}
<input type="text" class="textbox" name="repeats_4_months2" value="{$repeats_4_months2}" size="2" onfocus="$('repeats_4_type_2').checked=true;" /> {$lang->month_or_months}

											</select>
{$lang->of_every}
<input type="text" class="textbox" name="repeats_4_months2" value="{$repeats_4_months2}" size="2" onfocus="$('repeats_4_type_2').checked=true;" /> {$lang->month_or_months}

										</div>

										</div>

									</div>
<div class="repeats_type" id="repeats_type_5" style="padding: 4px;">
<div class="smalltext"><label>

									</div>
<div class="repeats_type" id="repeats_type_5" style="padding: 4px;">
<div class="smalltext"><label>

Zeile 8584Zeile 8596
												<option value="3"{$repeats_5_occurance[3]}>{$lang->third}</option>
<option value="4"{$repeats_5_occurance[4]}>{$lang->fourth}</option>
<option value="last"{$repeats_4_occurance['last']}>{$lang->last}</option>

												<option value="3"{$repeats_5_occurance[3]}>{$lang->third}</option>
<option value="4"{$repeats_5_occurance[4]}>{$lang->fourth}</option>
<option value="last"{$repeats_4_occurance['last']}>{$lang->last}</option>

											</select>

											</select>

											<select name="repeats_5_weekday" onfocus="$('repeats_5_type_2').checked=true;" >
<option value="0"{$repeats_5_weekday[0]}>{$lang->sunday}</option>
<option value="1"{$repeats_5_weekday[1]}>{$lang->monday}</option>

											<select name="repeats_5_weekday" onfocus="$('repeats_5_type_2').checked=true;" >
<option value="0"{$repeats_5_weekday[0]}>{$lang->sunday}</option>
<option value="1"{$repeats_5_weekday[1]}>{$lang->monday}</option>

Zeile 8649Zeile 8661
		<template name="calendar_move" version="1402"><![CDATA[<html>
<head>
<title>{$mybb->settings['bbname']} - {$lang->calendar} - {$lang->move_event}</title>

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

{$headerinclude}
</head>

{$headerinclude}
</head>

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

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

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

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

	<tr>
<td class="thead"><strong>{$event['name']}</strong></td>
</tr>
<tr>
<td class="tcat"><strong>{$time_period}</strong></td>
</tr>
<tr>
<td class="trow1{$event_class}">
<div style="float: left;">
<strong><span class="largetext">{$event['profilelink']}</span></strong><br />
<span class="smalltext">
{$event['usertitle']}<br />
{$event['userstars']}
</span>
</div>
<div style="float: right; text-align: right;">
{$moderator_options}
{$repeats}
</div>
<br style="clear: both;" />
</td>
</tr>
<tr>
<td class="trow2{$event_class}">

	<tr>
<td class="thead"><strong>{$event['name']}</strong></td>
</tr>
<tr>
<td class="tcat"><strong>{$time_period}</strong></td>
</tr>
<tr>
<td class="trow1{$event_class}">
<div style="float: left;">
<strong><span class="largetext">{$event['profilelink']}</span></strong><br />
<span class="smalltext">
{$event['usertitle']}<br />
{$event['userstars']}
</span>
</div>
<div style="float: right; text-align: right;">
{$moderator_options}
{$repeats}
</div>
<br style="clear: both;" />
</td>
</tr>
<tr>
<td class="trow2{$event_class}">

			<p>{$event['description']}</p>
{$edit_event}
</td>
</tr>
</table>

			<p>{$event['description']}</p>
{$edit_event}
</td>
</tr>
</table>

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

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

					<td class="trow1" valign="top">{$addevent}</td>
<td class="trow1" align="right">
<span class="smalltext"><strong>{$lang->jump_month}</strong></span>
<select name="month">
<option value="{$month}">{$monthnames[$month]}</option>
<option value="{$week_from[1]}">----------</option>

					<td class="trow1" valign="top">{$addevent}</td>
<td class="trow1" align="right">
<span class="smalltext"><strong>{$lang->jump_month}</strong></span>
<select name="month">
<option value="{$month}">{$monthnames[$month]}</option>
<option value="{$week_from[1]}">----------</option>

							<option value="1">{$lang->alt_month_1}</option>
<option value="2">{$lang->alt_month_2}</option>
<option value="3">{$lang->alt_month_3}</option>
<option value="4">{$lang->alt_month_4}</option>
<option value="5">{$lang->alt_month_5}</option>
<option value="6">{$lang->alt_month_6}</option>

							<option value="1">{$lang->alt_month_1}</option>
<option value="2">{$lang->alt_month_2}</option>
<option value="3">{$lang->alt_month_3}</option>
<option value="4">{$lang->alt_month_4}</option>
<option value="5">{$lang->alt_month_5}</option>
<option value="6">{$lang->alt_month_6}</option>

							<option value="7">{$lang->alt_month_7}</option>
<option value="8">{$lang->alt_month_8}</option>
<option value="9">{$lang->alt_month_9}</option>

							<option value="7">{$lang->alt_month_7}</option>
<option value="8">{$lang->alt_month_8}</option>
<option value="9">{$lang->alt_month_9}</option>

Zeile 8768Zeile 8780
					{$gobutton}
</form>
<br />]]></template>

					{$gobutton}
</form>
<br />]]></template>

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

		<template name="calendar_dayview" version="1405"><![CDATA[<html>

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

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

Zeile 8804Zeile 8816
							<option value="12">{$lang->alt_month_12}</option>
</select>
<select name="year">

							<option value="12">{$lang->alt_month_12}</option>
</select>
<select name="year">

 
							<option value="{$year}">{$year}</option>
<option value="{$year}">----------</option>

							{$yearsel}
</select>
{$gobutton}

							{$yearsel}
</select>
{$gobutton}

Zeile 9173Zeile 9187
		<tr>
<td class="trow1">{$issuedby}</td>
<td class="trow1">{$expires} {$revoked_date}</td>

		<tr>
<td class="trow1">{$issuedby}</td>
<td class="trow1">{$expires} {$revoked_date}</td>

		</tr>

		</tr>

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

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

Zeile 9244Zeile 9258
		<td class="trow2" colspan="2">{$revoke_reason}</td>
</tr>
</table>]]></template>

		<td class="trow2" colspan="2">{$revoke_reason}</td>
</tr>
</table>]]></template>

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

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

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

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

			</td>

			</td>

		</tr>
</thead>
<tbody>

		</tr>
</thead>
<tbody>

Zeile 9271Zeile 9285
			<td class="trow1">
<div class="smalltext"><strong>{$lang->selected_recipients}</strong></div>
<div id="buddyselect_buddies" class="smalltext" style="padding-left: 10px; height: 50px; overflow: auto;"></div>

			<td class="trow1">
<div class="smalltext"><strong>{$lang->selected_recipients}</strong></div>
<div id="buddyselect_buddies" class="smalltext" style="padding-left: 10px; height: 50px; overflow: auto;"></div>

				<div style="text-align: right;"><input type="button" value="{$lang->ok}" onclick="UserCP.closeBuddySelect();" /> <input type="button" value="{$lang->cancel}" onclick="UserCP.closeBuddySelect(true);" /></div>

				<div style="text-align: right;"><input type="button" class="button" value="{$lang->ok}" onclick="UserCP.closeBuddySelect();" /> <input type="button" class="button" value="{$lang->cancel}" onclick="UserCP.closeBuddySelect(true);" /></div>

			</td>
</tr>
</tbody>

			</td>
</tr>
</tbody>

Zeile 9289Zeile 9303
	<template name="calendar_dayview_noevents" version="1400"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="trow1">{$lang->no_events}</td>

	<template name="calendar_dayview_noevents" version="1400"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="trow1">{$lang->no_events}</td>

</tr>

</tr>

</table>]]></template>
<template name="forumbit_depth2_forum_lastpost" version="1400"><![CDATA[<span class="smalltext">
<a href="{$lastpost_link}" title="{$full_lastpost_subject}"><strong>{$lastpost_subject}</strong></a>

</table>]]></template>
<template name="forumbit_depth2_forum_lastpost" version="1400"><![CDATA[<span class="smalltext">
<a href="{$lastpost_link}" title="{$full_lastpost_subject}"><strong>{$lastpost_subject}</strong></a>

Zeile 9327Zeile 9341
						<td class="smalltext"><label for="day">{$lang->day}:</label></td>
<td class="smalltext"><label for="month">{$lang->month}:</label></td>
<td class="smalltext"><label for="year">{$lang->year}:</label></td>

						<td class="smalltext"><label for="day">{$lang->day}:</label></td>
<td class="smalltext"><label for="month">{$lang->month}:</label></td>
<td class="smalltext"><label for="year">{$lang->year}:</label></td>

					</tr>
<tr>
<td>

					</tr>
<tr>
<td>

							<select name="bday1" id="day">
<option value="">&nbsp;</option>
{$bdaysel}

							<select name="bday1" id="day">
<option value="">&nbsp;</option>
{$bdaysel}

Zeile 9421Zeile 9435

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


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





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


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


Zeile 9479Zeile 9493
			<td class="tcat" align="center" width="25%"><span class="smalltext"><strong>{$lang->date}</strong></span></td>
</tr>
{$threads}

			<td class="tcat" align="center" width="25%"><span class="smalltext"><strong>{$lang->date}</strong></span></td>
</tr>
{$threads}

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

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

</tr>
</table>
</form>

</tr>
</table>
</form>

Zeile 9503Zeile 9517
							<label class="label_radio_ignore"><input type="radio" class="radio radio_ignore" name="threads[{$thread['tid']}]" value="ignore" checked="checked" /> {$lang->ignore}</label>
<label class="label_radio_delete"><input type="radio" class="radio radio_delete" name="threads[{$thread['tid']}]" value="delete" /> {$lang->delete}</label>
<label class="label_radio_approve"><input type="radio" class="radio radio_approve" name="threads[{$thread['tid']}]" value="approve" /> {$lang->approve}</label>

							<label class="label_radio_ignore"><input type="radio" class="radio radio_ignore" name="threads[{$thread['tid']}]" value="ignore" checked="checked" /> {$lang->ignore}</label>
<label class="label_radio_delete"><input type="radio" class="radio radio_delete" name="threads[{$thread['tid']}]" value="delete" /> {$lang->delete}</label>
<label class="label_radio_approve"><input type="radio" class="radio radio_approve" name="threads[{$thread['tid']}]" value="approve" /> {$lang->approve}</label>

						</div>
<div class="modqueue_meta">

						</div>
<div class="modqueue_meta">

							{$forum}
</div>
{$thread['postmessage']}

							{$forum}
</div>
{$thread['postmessage']}

Zeile 9515Zeile 9529
		<template name="modcp_modqueue_posts" version="1400"><![CDATA[<html>
<head>
<title>{$mybb->settings['bbname']} - {$lang->posts_awaiting_moderation}</title>

		<template name="modcp_modqueue_posts" version="1400"><![CDATA[<html>
<head>
<title>{$mybb->settings['bbname']} - {$lang->posts_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>

{$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">

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

Zeile 9536Zeile 9550
				</div>
<strong>{$lang->posts_awaiting_moderation}</strong>
</td>

				</div>
<strong>{$lang->posts_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>
{$posts}

		<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>
{$posts}

		</table>

		</table>

{$multipage}
{$mass_controls}
<br />

{$multipage}
{$mass_controls}
<br />

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

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

{$headerinclude}
</head>
<body>

{$headerinclude}
</head>
<body>

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

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

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

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

		<table width="100%" border="0" align="center">
<tr>

		<table width="100%" border="0" align="center">
<tr>

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

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

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

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

										<tr>

										<tr>

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

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

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

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

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

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

Zeile 9734Zeile 9748
										</tr>
<tr>
<td><input type="text" class="textbox" name="usertitle" size="25" maxlength="{$mybb->settings['customtitlemaxlength']}" value="{$newtitle}" /></td>

										</tr>
<tr>
<td><input type="text" class="textbox" name="usertitle" size="25" maxlength="{$mybb->settings['customtitlemaxlength']}" value="{$newtitle}" /></td>

										</tr>

										</tr>

										<tr>
<td><span class="smalltext"><input type="checkbox" name="reverttitle" id="reverttitle" class="checkbox" /> {$lang->revert_usertitle}</span></td>
</tr>

										<tr>
<td><span class="smalltext"><input type="checkbox" name="reverttitle" id="reverttitle" class="checkbox" /> {$lang->revert_usertitle}</span></td>
</tr>

Zeile 9793Zeile 9807
						<input type="hidden" name="action" value="do_editprofile" />
<input type="hidden" name="uid" value="{$user['uid']}" />
<input type="submit" class="button" value="{$lang->update_profile}" />

						<input type="hidden" name="action" value="do_editprofile" />
<input type="hidden" name="uid" value="{$user['uid']}" />
<input type="submit" class="button" value="{$lang->update_profile}" />

					</div>
</td>

					</div>
</td>

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

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

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

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

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

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

Zeile 9856Zeile 9870
					</table>
<br />
<div align="center">

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

						<input type="submit" value="{$lang->find_users}" />

						<input type="submit" class="button" value="{$lang->find_users}" />

					</div>
</td>
</tr>

					</div>
</td>
</tr>

Zeile 10042Zeile 10056
<a href="{$post['link']}#pid{$post['pid']}" title="{$post['fullsubject']}"><strong>{$post['subject']}</strong></a>
<br />{$post['date']} {$post['time']}<br />{$lang->by} {$post['profilelink']}</span>
]]></template>

<a href="{$post['link']}#pid{$post['pid']}" title="{$post['fullsubject']}"><strong>{$post['subject']}</strong></a>
<br />{$post['date']} {$post['time']}<br />{$lang->by} {$post['profilelink']}</span>
]]></template>

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

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

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

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

Zeile 10107Zeile 10121
						<tr>
<td class="trow1" width="25%"><strong>{$lang->per_page}</strong></td>
<td class="trow1" width="75%"><input type="text" name="filter[per_page]" value="{$per_page}" class="textbox" /></td>

						<tr>
<td class="trow1" width="25%"><strong>{$lang->per_page}</strong></td>
<td class="trow1" width="75%"><input type="text" name="filter[per_page]" value="{$per_page}" class="textbox" /></td>

						</tr>

						</tr>

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

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

						<input type="submit" value="{$lang->filter_warning_logs}" />

						<input type="submit" class="button" value="{$lang->filter_warning_logs}" />

					</div>
</form>
</td>

					</div>
</form>
</td>

Zeile 10177Zeile 10191
				</table>
<br />]]></template>
<template name="modcp_announcements" version="1400"><![CDATA[<html>

				</table>
<br />]]></template>
<template name="modcp_announcements" version="1400"><![CDATA[<html>

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

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

</head>
<body>
{$header}

</head>
<body>
{$header}

Zeile 10204Zeile 10218
	{$footer}
</body>
</html>]]></template>

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

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

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

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

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

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

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

						</tr>
<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>
<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">
{$startdateday}
</select>
&nbsp;
<select name="starttime_month">
{$startdatemonth}
</select>
&nbsp;
<input type="text" name="starttime_year" value="{$startdateyear}" size="4" maxlength="4"/>
- {$lang->time} <input type="text" name="starttime_time" value="{$starttime_time}" size="10" />
</td>
</tr>
<tr>
<td class="trow1" colspan="1" valign="top" width="25%"><strong>{$lang->end_date}</strong></td>
<td class="trow1" valign="top" width="75%">
<input type="radio" name="endtime_type" value="1"{$end_type_sel['finite']} />
<select name="endtime_day">
{$enddateday}
</select>
&nbsp;
<select name="endtime_month">
{$enddatemonth}
</select>
&nbsp;
<input type="text" name="endtime_year" value="{$enddateyear}" size="4" maxlength="4"/>
- {$lang->time} <input type="text" name="endtime_time" value="{$endtime_time}" size="10" />
<br /><input type="radio" name="endtime_type" value="2"{$end_type_sel['infinite']} /> {$lang->never}
</td>
</tr>
<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>
<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>
<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>
</table>
<br />
<div align="center">
<input type="submit" class="submitbutton" name="Add Announcement" value="{$lang->add_announcement}" />&nbsp;&nbsp;
<input type="reset" class="submitbutton" name="Reset" value="{$lang->reset}" />
</div>
</td>
</tr>
</table>
</form>
{$footer}

						</tr>
<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>
<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">
{$startdateday}
</select>
&nbsp;
<select name="starttime_month">
{$startdatemonth}
</select>
&nbsp;
<input type="text" name="starttime_year" value="{$startdateyear}" size="4" maxlength="4"/>
- {$lang->time} <input type="text" name="starttime_time" value="{$starttime_time}" size="10" />
</td>
</tr>
<tr>
<td class="trow1" colspan="1" valign="top" width="25%"><strong>{$lang->end_date}</strong></td>
<td class="trow1" valign="top" width="75%">
<input type="radio" name="endtime_type" value="1"{$end_type_sel['finite']} />
<select name="endtime_day">
{$enddateday}
</select>
&nbsp;
<select name="endtime_month">
{$enddatemonth}
</select>
&nbsp;
<input type="text" name="endtime_year" value="{$enddateyear}" size="4" maxlength="4"/>
- {$lang->time} <input type="text" name="endtime_time" value="{$endtime_time}" size="10" />
<br /><input type="radio" name="endtime_type" value="2"{$end_type_sel['infinite']} /> {$lang->never}
</td>
</tr>
<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>
<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>
<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>
</table>
<br />
<div align="center">
<input type="submit" class="button" name="Add Announcement" value="{$lang->add_announcement}" />&nbsp;&nbsp;
<input type="reset" class="button" name="Reset" value="{$lang->reset}" />
</div>
</td>
</tr>
</table>
</form>
{$footer}

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

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

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

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

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

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

Zeile 10306Zeile 10320
				{$modcp_nav}
<td valign="top">
{$errors}

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

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

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

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

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

Zeile 10345Zeile 10359
								 - {$lang->time} <input type="text" name="endtime_time" value="{$endtime_time}" size="10" />
<br /><input type="radio" name="endtime_type" value="2"{$end_type_sel['infinite']} /> {$lang->never}
</td>

								 - {$lang->time} <input type="text" name="endtime_time" value="{$endtime_time}" size="10" />
<br /><input type="radio" name="endtime_type" value="2"{$end_type_sel['infinite']} /> {$lang->never}
</td>

						</tr>

						</tr>

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

Zeile 10365Zeile 10379
					</table>
<br />
<div align="center">

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

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

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

					</div>
</td>
</tr>

					</div>
</td>
</tr>

Zeile 10414Zeile 10428
	<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_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_nocheck" version="120"><![CDATA[<td class="{$bgcolor}" align="center" style="white-space: nowrap">&nbsp;</td>]]></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_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_nocheck" version="120"><![CDATA[<td class="{$bgcolor}" align="center" style="white-space: nowrap">&nbsp;</td>]]></template>

	<template name="search_results_inlinemodcol" version="120"><![CDATA[<td class="tcat" align="center">&nbsp;</td>]]></template>

	<template name="search_results_inlinemodcol" version="1408"><![CDATA[<td class="tcat" align="center" width="1"><input type="checkbox" name="allbox" onclick="inlineModeration.checkAll(this)" /></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_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_inlinemoderation" version="1400"><![CDATA[<script type="text/javascript" src="jscripts/inline_moderation.js?ver=1400"></script>

	<template name="search_results_posts_inlinemoderation" version="1405"><![CDATA[<script type="text/javascript" src="jscripts/inline_moderation.js?ver=1400"></script>

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

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

Zeile 10427Zeile 10441
<select name="action">
<optgroup label="{$lang->standard_mod_tools}">
<option value="multideleteposts">{$lang->inline_delete_posts}</option>

<select name="action">
<optgroup label="{$lang->standard_mod_tools}">
<option value="multideleteposts">{$lang->inline_delete_posts}</option>

	<option value="multimergeposts">{$lang->inline_merge_posts}</option>
<option value="multisplitposts">{$lang->inline_split_posts}</option>

 
	<option value="multiapproveposts">{$lang->inline_approve_posts}</option>
<option value="multiunapproveposts">{$lang->inline_unapprove_posts}</option>
</optgroup>

	<option value="multiapproveposts">{$lang->inline_approve_posts}</option>
<option value="multiunapproveposts">{$lang->inline_unapprove_posts}</option>
</optgroup>