Vergleich install/resources/mybb_theme.xml - 1.2.3 - 1.2.12

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

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

<theme name="MyBB Master Style" version="122">
<cssbits>
<body>

<theme name="MyBB Master Style" version="122">
<cssbits>
<body>

Zeile 9Zeile 9
			<font-style><![CDATA[]]></font-style>
<font-weight><![CDATA[]]></font-weight>
<extra><![CDATA[text-align: center; /* IE 5 fix */

			<font-style><![CDATA[]]></font-style>
<font-weight><![CDATA[]]></font-weight>
<extra><![CDATA[text-align: center; /* IE 5 fix */

line-height: 1.4]]></extra>

line-height: 1.4;]]></extra>

			<a_link>
<color><![CDATA[#026CB1]]></color>
<text-decoration><![CDATA[none]]></text-decoration>

			<a_link>
<color><![CDATA[#026CB1]]></color>
<text-decoration><![CDATA[none]]></text-decoration>

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

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

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

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

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

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

Zeile 563Zeile 563
<body>
{$header}
{$forums}

<body>
{$header}
{$forums}

<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<thead>
<tr>
<td class="thead">
<div class="expcolimage"><img src="{$theme['imgdir']}/collapse{$collapsedimg['boardstats']}.gif" id="boardstats_img" class="expander" alt="[-]" /></div>
<div><strong>{$lang->boardstats}</strong></div>
</td>
</tr>
</thead>
<tbody style="{$collapsed['boardstats_e']}" id="boardstats_e">
{$whosonline}
{$birthdays}
{$forumstats}
</tbody>
</table>
<br />

{$boardstats}
















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

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

Zeile 600Zeile 585
{$footer}
</body>
</html>]]></template>

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

		<template name="header_welcomeblock_member" version="123"><![CDATA[	<span style="float:right;">{$lang->welcome_current_time}</span>
{$lang->welcome_back} (<a href="{$mybb->settings['bburl']}/usercp.php"><strong>{$lang->welcome_usercp}</strong></a>{$admincplink} &mdash; <a href="{$mybb->settings['bburl']}/member.php?action=logout&amp;uid={$mybb->user['uid']}">{$lang->welcome_logout}</a>)<br />

		<template name="header_welcomeblock_member" version="1210"><![CDATA[	<span style="float:right;">{$lang->welcome_current_time}</span>
{$lang->welcome_back} (<a href="{$mybb->settings['bburl']}/usercp.php"><strong>{$lang->welcome_usercp}</strong></a>{$admincplink} &mdash; <a href="{$mybb->settings['bburl']}/member.php?action=logout&amp;logoutkey={$mybb->user['logoutkey']}">{$lang->welcome_logout}</a>)<br />

				<span class="links">
<a href="#" onclick="MyBB.popupWindow('{$mybb->settings['bburl']}/misc.php?action=buddypopup', 'buddyList', 170, 300);">{$lang->welcome_open_buddy_list}</a>
</span>

				<span class="links">
<a href="#" onclick="MyBB.popupWindow('{$mybb->settings['bburl']}/misc.php?action=buddypopup', 'buddyList', 170, 300);">{$lang->welcome_open_buddy_list}</a>
</span>

Zeile 615Zeile 600
<tr>
<td>
<form action="moderation.php" method="get" style="margin-top: 0; margin-bottom: 0;">

<tr>
<td>
<form action="moderation.php" method="get" style="margin-top: 0; margin-bottom: 0;">

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

<input type="hidden" name="modtype" value="thread" />
<input type="hidden" name="tid" value="{$tid}" /><span class="smalltext">

<input type="hidden" name="modtype" value="thread" />
<input type="hidden" name="tid" value="{$tid}" /><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')">

<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}')">

<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 647Zeile 633
		<template name="showthread_moderationoptions_custom_tool" version="120"><![CDATA[<option value="{$tool['tid']}">{$tool['name']}</option>]]></template>
<template name="showthread_inlinemoderation_custom" version="120"><![CDATA[<optgroup label="{$lang->custom_mod_tools}">{$customposttools}</optgroup>]]></template>
<template name="showthread_inlinemoderation_custom_tool" version="120"><![CDATA[<option value="{$tool['tid']}">{$tool['name']}</option>]]></template>

		<template name="showthread_moderationoptions_custom_tool" version="120"><![CDATA[<option value="{$tool['tid']}">{$tool['name']}</option>]]></template>
<template name="showthread_inlinemoderation_custom" version="120"><![CDATA[<optgroup label="{$lang->custom_mod_tools}">{$customposttools}</optgroup>]]></template>
<template name="showthread_inlinemoderation_custom_tool" version="120"><![CDATA[<option value="{$tool['tid']}">{$tool['name']}</option>]]></template>

		<template name="showthread_inlinemoderation" version="120"><![CDATA[<script type="text/javascript" src="jscripts/inline_moderation.js?ver=121"></script>

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

<form action="moderation.php" method="post" style="margin-top: 0; margin-bottom: 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="{$tid}" />
<input type="hidden" name="modtype" value="inlinepost" />
<span class="smalltext"><strong>{$lang->inline_post_moderation}</strong></span>

<input type="hidden" name="tid" value="{$tid}" />
<input type="hidden" name="modtype" value="inlinepost" />
<span class="smalltext"><strong>{$lang->inline_post_moderation}</strong></span>

Zeile 663Zeile 650
{$customposttools}
</select>
<input type="submit" class="button" name="go" value="{$lang->go} ({$inlinecount})" id="inline_go" />&nbsp;

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

<input type="button" onclick="javascript:inlineModeration.clearChecked();" value="{$lang->clear}" />

<input type="button" class="button" onclick="javascript:inlineModeration.clearChecked();" value="{$lang->clear}" />

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

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

Zeile 677Zeile 664
<script type="text/javascript">
var quickdelete_confirm = "{$lang->quickdelete_confirm}";
</script>

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

<script type="text/javascript" src="jscripts/thread.js?ver=121"></script>

<script type="text/javascript" src="jscripts/thread.js?ver=1212"></script>

</head>
<body>
{$header}

</head>
<body>
{$header}

Zeile 742Zeile 729
{$footer}
</body>
</html>]]></template>

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

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


		<template name="showthread_ratethread" version="1212"><![CDATA[<form action="ratethread.php" method="post">
<input type="hidden" name="my_post_key" value="{$mybb->post_code}" />

	<span class="smalltext"><strong>{$lang->rate_thread}</strong></span>
<select name="rating">
<option value="">{$lang->select_rating}</option>

	<span class="smalltext"><strong>{$lang->rate_thread}</strong></span>
<select name="rating">
<option value="">{$lang->select_rating}</option>

Zeile 785Zeile 773
<a href="showthread.php?tid={$lastposttid}&amp;action=lastpost" title="{$full_lastpost_subject}"><strong>{$lastpost_subject}</strong></a>
<br />{$lastpost_date} {$lastpost_time}<br />{$lang->by} {$lastpost_profilelink}</span>
]]></template>

<a href="showthread.php?tid={$lastposttid}&amp;action=lastpost" title="{$full_lastpost_subject}"><strong>{$lastpost_subject}</strong></a>
<br />{$lastpost_date} {$lastpost_time}<br />{$lang->by} {$lastpost_profilelink}</span>
]]></template>

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

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

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

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

<script type="text/javascript" src="jscripts/post.js?ver=121"></script>

<script type="text/javascript" src="jscripts/post.js?ver=1212"></script>

</head>
<body>
{$header}

</head>
<body>
{$header}

Zeile 797Zeile 785
{$post_errors}
{$attacherror}
<form action="editpost.php" method="post" name="editpost">

{$post_errors}
{$attacherror}
<form action="editpost.php" method="post" name="editpost">

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

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

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

Zeile 812Zeile 801
</form>
<br />
<form action="editpost.php" method="post" enctype="multipart/form-data" name="input">

</form>
<br />
<form action="editpost.php" method="post" enctype="multipart/form-data" name="input">

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

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

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

Zeile 852Zeile 842
</html>]]></template>
<template name="editpost_disablesmilies" version="120"><![CDATA[<br />
<label><input type="checkbox" class="checkbox" name="postoptions[disablesmilies]" value="yes" tabindex="8" {$postoptionschecked['disablesmilies']} /> {$lang->options_disablesmilies}</label>]]></template>

</html>]]></template>
<template name="editpost_disablesmilies" version="120"><![CDATA[<br />
<label><input type="checkbox" class="checkbox" name="postoptions[disablesmilies]" value="yes" tabindex="8" {$postoptionschecked['disablesmilies']} /> {$lang->options_disablesmilies}</label>]]></template>

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

		<template name="newreply" version="1212"><![CDATA[<html>

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

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

<script type="text/javascript" src="jscripts/post.js?ver=121"></script>

<script type="text/javascript" src="jscripts/post.js?ver=1212"></script>

</head>
<body>
{$header}

</head>
<body>
{$header}

Zeile 865Zeile 855
{$attacherror}
{$reply_errors}
<form action="newreply.php" method="post" enctype="multipart/form-data" name="input">

{$attacherror}
{$reply_errors}
<form action="newreply.php" method="post" enctype="multipart/form-data" name="input">

 
<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->post_new_reply}</strong></td>

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

Zeile 902Zeile 893
<div align="center"><input type="submit" class="button" name="submit" value="{$lang->post_reply}" tabindex="3" accesskey="s" />  <input type="submit" class="button" name="previewpost" value="{$lang->preview_post}" tabindex="4" />{$savedraftbutton}</div>
<input type="hidden" name="action" value="do_newreply" />
<input type="hidden" name="tid" value="{$tid}" />

<div align="center"><input type="submit" class="button" name="submit" value="{$lang->post_reply}" tabindex="3" accesskey="s" />  <input type="submit" class="button" name="previewpost" value="{$lang->preview_post}" tabindex="4" />{$savedraftbutton}</div>
<input type="hidden" name="action" value="do_newreply" />
<input type="hidden" name="tid" value="{$tid}" />

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

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

<input type="hidden" name="posthash" value="{$posthash}" />
<input type="hidden" name="attachmentaid" value="" />
<input type="hidden" name="attachmentact" value="" />

<input type="hidden" name="posthash" value="{$posthash}" />
<input type="hidden" name="attachmentaid" value="" />
<input type="hidden" name="attachmentact" value="" />

Zeile 916Zeile 907
</html>]]></template>
<template name="newreply_disablesmilies" version="120"><![CDATA[<br />
<label><input type="checkbox" class="checkbox" name="postoptions[disablesmilies]" value="yes" tabindex="9" {$postoptionschecked['disablesmilies']} /> {$lang->options_disablesmilies}</label>]]></template>

</html>]]></template>
<template name="newreply_disablesmilies" version="120"><![CDATA[<br />
<label><input type="checkbox" class="checkbox" name="postoptions[disablesmilies]" value="yes" tabindex="9" {$postoptionschecked['disablesmilies']} /> {$lang->options_disablesmilies}</label>]]></template>

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

		<template name="usercp_drafts" version="1212"><![CDATA[<html>

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

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

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

<body>
{$header}
<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>
{$usercpnav}

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

Zeile 958Zeile 950
<td class="{$trow}" align="center"><a href="{$editurl}">{$lang->edit_draft}</a></td>
<td class="{$trow}" align="center"><input type="checkbox" class="checkbox" name="deletedraft[{$id}]" value="{$type}" /></td>
</tr>]]></template>

<td class="{$trow}" align="center"><a href="{$editurl}">{$lang->edit_draft}</a></td>
<td class="{$trow}" align="center"><input type="checkbox" class="checkbox" name="deletedraft[{$id}]" value="{$type}" /></td>
</tr>]]></template>

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

		<template name="newthread" version="1212"><![CDATA[<html>

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

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

<script type="text/javascript" src="jscripts/post.js?ver=121"></script>

<script type="text/javascript" src="jscripts/post.js?ver=1212"></script>

</head>
<body>
{$header}

</head>
<body>
{$header}

Zeile 970Zeile 962
{$thread_errors}
{$attacherror}
<form action="newthread.php" method="post" enctype="multipart/form-data" name="input">

{$thread_errors}
{$attacherror}
<form action="newthread.php" method="post" enctype="multipart/form-data" name="input">

 
<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->post_new_thread}</strong></td>

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

Zeile 1123Zeile 1116
</tr>
</table>
</fieldset>]]></template>

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

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

		<template name="usercp_options" version="1212"><![CDATA[<html>

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

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

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

<body>
{$header}
<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>
{$usercpnav}

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

Zeile 1416Zeile 1410
</form>]]></template>
<template name="forumdisplay_inlinemoderation_custom" version="120"><![CDATA[<optgroup label="{$lang->custom_mod_tools}">{$customthreadtools}</optgroup>]]></template>
<template name="forumdisplay_inlinemoderation_custom_tool" version="120"><![CDATA[<option value="{$tool['tid']}">{$tool['name']}</option>]]></template>

</form>]]></template>
<template name="forumdisplay_inlinemoderation_custom" version="120"><![CDATA[<optgroup label="{$lang->custom_mod_tools}">{$customthreadtools}</optgroup>]]></template>
<template name="forumdisplay_inlinemoderation_custom_tool" version="120"><![CDATA[<option value="{$tool['tid']}">{$tool['name']}</option>]]></template>

		<template name="forumdisplay_inlinemoderation" version="120"><![CDATA[<script type="text/javascript" src="jscripts/inline_moderation.js?ver=121"></script>

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

		<form action="moderation.php" method="post">

		<form action="moderation.php" method="post">

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

<input type="hidden" name="fid" value="{$fid}" />
<input type="hidden" name="modtype" value="inlinethread" />
<br />

<input type="hidden" name="fid" value="{$fid}" />
<input type="hidden" name="modtype" value="inlinethread" />
<br />

Zeile 1470Zeile 1465
</table>
</body>
</html>]]></template>

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

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

		<template name="report" version="1212"><![CDATA[<html>

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

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

Zeile 1483Zeile 1478
<br />
<strong>{$lang->report_to_mod}</strong>
<form action="report.php" method="post">

<br />
<strong>{$lang->report_to_mod}</strong>
<form action="report.php" method="post">

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

<input type="hidden" name="action" value="do_report" />
<input type="hidden" name="pid" value="{$pid}" />
<blockquote>{$lang->only_report}</blockquote>

<input type="hidden" name="action" value="do_report" />
<input type="hidden" name="pid" value="{$pid}" />
<blockquote>{$lang->only_report}</blockquote>

Zeile 1547Zeile 1543
		<template name="gobutton" version="120"><![CDATA[<input type="submit" class="button" value="{$lang->go}" />]]></template>
<template name="postbit_away" version="120"><![CDATA[<a href="member.php?action=profile&amp;uid={$post['uid']}"><font color="maroon">{$lang->postbit_status_away}</font></a>]]></template>
<template name="calendar_dayview_birthdays_bday" version="120"><![CDATA[{$comma}<a href="member.php?action=profile&amp;uid={$bdays['uid']}"><strong>{$bdays['username']}</strong></a>{$age}]]></template>

		<template name="gobutton" version="120"><![CDATA[<input type="submit" class="button" value="{$lang->go}" />]]></template>
<template name="postbit_away" version="120"><![CDATA[<a href="member.php?action=profile&amp;uid={$post['uid']}"><font color="maroon">{$lang->postbit_status_away}</font></a>]]></template>
<template name="calendar_dayview_birthdays_bday" version="120"><![CDATA[{$comma}<a href="member.php?action=profile&amp;uid={$bdays['uid']}"><strong>{$bdays['username']}</strong></a>{$age}]]></template>

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

		<template name="misc_imcenter_icq" version="128"><![CDATA[<html>

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

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

<body style="margin:0;top:0;left:0;" class="trow2">
<form action="http://msg.mirabilis.com/scripts/WWPMsg.dll" method="get" name="frmPager">

<body style="margin: 0; top: 0; left: 0;" class="trow2">


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

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

<td class="thead" align="center" colspan="2"><strong>{$user['username']} - {$lang->icq_message_center}</strong></td>
</tr>
<tr>
<td class="tcat" align="center" colspan="2"><span class="smalltext"><strong>{$navigationbar}</strong></span></td>
</tr>
<tr>
<td class="trow2" align="center" colspan="2">#{$user['icq']} - {$user['username']}</td>
</tr>
<tr>
<td class="trow1"><strong>{$lang->your_name}</strong></td>
<td class="trow1"><input type="text" class="textbox" name="from" style="width:100%" value="{$mybb->user['username']}" /></td>
</tr>
<tr>
<td class="trow1"><strong>{$lang->your_email}</strong></td>
<td class="trow1"><input type="text" class="textbox" name="fromemail" style="width:100%" value="{$mybb->user['email']}" /></td>
</tr>
<tr>
<td class="trow1" valign="top"><strong>{$lang->your_message}</strong></td>
<td class="trow1"><textarea style="width:100%" rows="12" name="body"></textarea></td>
</tr>

<td class="thead" align="center"><strong>{$user['username']} - {$lang->yahoo_center}</strong></td>
</tr>
<tr>
<td class="tcat" align="center"><span class="smalltext"><strong>{$navigationbar}</strong></span></td>
</tr>
<tr>
<td class="trow1" align="center" colspan="2"><strong>{$user['icq']}</strong></td>
</tr>
<tr>
<td class="trow1" align="center" colspan="2"><strong><img src="http://status.icq.com/online.gif?icq={$user['icq']}&img=2" /></strong></td>
</tr>










<tr>

<tr>

<td class="trow1" align="center" colspan="2"><input type="submit" class="button" name="submit" value="{$lang->send_message}"></td>

<td class="trow1" align="center" colspan="2"><span class="smalltext"><a href="http://www.icq.com/people/webmsg.php?to={$user['icq']}&amp;from={$mybb->user['username']}&amp;fromemail={$mybb->user['email']}">{$lang->send_icq_message}</a></span></td>

</tr>
</table>

</tr>
</table>

<input type="hidden" name="subject" value="From WebPager Panel" />
<input type="hidden" name="to" value="{$user['icq']}" />
</form>

 
</body>
</html>]]></template>
<template name="forumdisplay_thread_rating" version="120"><![CDATA[<td align="center" class="{$bgcolor}"><img src="{$theme['imgdir']}/{$thread['rating']}" alt="{$ratingvotesav}" /></td>

</body>
</html>]]></template>
<template name="forumdisplay_thread_rating" version="120"><![CDATA[<td align="center" class="{$bgcolor}"><img src="{$theme['imgdir']}/{$thread['rating']}" alt="{$ratingvotesav}" /></td>

Zeile 1596Zeile 1579
{$header}
<form action="{$_SERVER['REQUEST_URI']}" method="post">
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">

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

<tr>

<tr>

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

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

</tr>
<tr>

</tr>
<tr>

<td class="trow2" colspan="2">{$lang->forum_password_note}</td>

<td class="trow2" colspan="2">{$lang->forum_password_note}</td>

</tr>

</tr>

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

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

</tr>

</tr>

{$pwnote}
<tr>
<td class="trow1" align="center" colspan="2"><input type="password" class="textbox" name="pwverify" size="50" value="" /></td>

{$pwnote}
<tr>
<td class="trow1" align="center" colspan="2"><input type="password" class="textbox" name="pwverify" size="50" value="" /></td>

Zeile 1638Zeile 1621
		<template name="forumbit_depth3" version="120"><![CDATA[{$comma}{$statusicon}<a href="forumdisplay.php?fid={$forum['fid']}">{$forum['name']}</a>]]></template>
<template name="forumbit_depth3_statusicon" version="120"><![CDATA[<img src="{$theme['imgdir']}/{$lightbulb['folder']}.gif" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" class="subforumicon" />]]></template>
<template name="forumbit_subforums" version="120"><![CDATA[<br />{$lang->subforums} {$sub_forums}]]></template>

		<template name="forumbit_depth3" version="120"><![CDATA[{$comma}{$statusicon}<a href="forumdisplay.php?fid={$forum['fid']}">{$forum['name']}</a>]]></template>
<template name="forumbit_depth3_statusicon" version="120"><![CDATA[<img src="{$theme['imgdir']}/{$lightbulb['folder']}.gif" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" class="subforumicon" />]]></template>
<template name="forumbit_subforums" version="120"><![CDATA[<br />{$lang->subforums} {$sub_forums}]]></template>

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

		<template name="private_empty" version="1212"><![CDATA[<html>
<head>

<title>{$mybb->settings['bbname']} - {$lang->empty_folders}</title>
{$headerinclude}
</head>
<body>
{$header}
<form action="private.php" method="post">

<title>{$mybb->settings['bbname']} - {$lang->empty_folders}</title>
{$headerinclude}
</head>
<body>
{$header}
<form action="private.php" method="post">

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


<input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
<table width="100%" border="0" align="center">
<tr>

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

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

<tr>

<tr>

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

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

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

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

<td class="tcat" align="center"><strong>{$lang->export_folder}</strong></td>
<td class="tcat" align="center"><strong>{$lang->num_messages}</strong></td>
<td class="tcat" align="center"><strong>{$lang->empty_q}</strong></td>

<td class="tcat" align="center"><strong>{$lang->export_folder}</strong></td>
<td class="tcat" align="center"><strong>{$lang->num_messages}</strong></td>
<td class="tcat" align="center"><strong>{$lang->empty_q}</strong></td>

</tr>
{$folderlist}
<tr>

</tr>
{$folderlist}
<tr>

<td class="trow2" align="center" colspan="3"><input type="checkbox" class="checkbox" name="keepunread" value="yes" checked="checked" /><strong>{$lang->keep_unread}</strong></td>
</tr>
</table>

<td class="trow2" align="center" colspan="3"><input type="checkbox" class="checkbox" name="keepunread" value="yes" checked="checked" /><strong>{$lang->keep_unread}</strong></td>
</tr>
</table>

Zeile 1705Zeile 1689
</tr>
<tr>
<td class="trow1" width="50%"><strong>{$lang->registration_date}</strong></td>

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

<td class="trow1" width="50%">{$regdate}</td>
</tr>

<td class="trow1" width="50%">{$regdate}</td>
</tr>

<tr>
<td class="trow2" width="50%"><strong>{$lang->postnum}</strong></td>
<td class="trow2" width="50%"><a href="search.php?action=finduser&amp;uid={$mybb->user['uid']}">{$mybb->user['postnum']}</a> {$lang->posts_day}</td>

<tr>
<td class="trow2" width="50%"><strong>{$lang->postnum}</strong></td>
<td class="trow2" width="50%"><a href="search.php?action=finduser&amp;uid={$mybb->user['uid']}">{$mybb->user['postnum']}</a> {$lang->posts_day}</td>

Zeile 1731Zeile 1715
		<template name="footer" version="120"><![CDATA[			<br />
<div class="bottommenu"><span class="smalltext"><a href="{$mybb->settings['contactlink']}">{$lang->bottomlinks_contactus}</a> | <a href="{$mybb->settings['homeurl']}">{$mybb->settings['homename']}</a> | <a href="#top">{$lang->bottomlinks_returntop}</a> | <a href="#content">{$lang->bottomlinks_returncontent}</a> | <a href="<archive_url>">{$lang->bottomlinks_litemode}</a> | <a href="{$mybb->settings['bburl']}/misc.php?action=syndication">{$lang->bottomlinks_syndication}</a></span>
</div>

		<template name="footer" version="120"><![CDATA[			<br />
<div class="bottommenu"><span class="smalltext"><a href="{$mybb->settings['contactlink']}">{$lang->bottomlinks_contactus}</a> | <a href="{$mybb->settings['homeurl']}">{$mybb->settings['homename']}</a> | <a href="#top">{$lang->bottomlinks_returntop}</a> | <a href="#content">{$lang->bottomlinks_returncontent}</a> | <a href="<archive_url>">{$lang->bottomlinks_litemode}</a> | <a href="{$mybb->settings['bburl']}/misc.php?action=syndication">{$lang->bottomlinks_syndication}</a></span>
</div>

			</div>

			</div>

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

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

Zeile 1740Zeile 1724

Failure to comply with the above will result in prosecution to the full extent of the law.
This is free software, support us and we'll support you. -->


Failure to comply with the above will result in prosecution to the full extent of the law.
This is free software, support us and we'll support you. -->

{$lang->powered_by} <a href="http://www.mybboard.com" target="_blank">MyBB</a> {$mybbversion}<br />
{$lang->copyright} &copy; 2002-{$copy_year} <strong><a href="http://www.mybboard.com" target="_blank">MyBB Group</a></strong>

{$lang->powered_by} <a href="http://www.mybboard.net" target="_blank">MyBB</a> {$mybbversion}<br />
{$lang->copyright} &copy; 2002-{$copy_year} <strong><a href="http://www.mybboard.net" target="_blank">MyBB Group</a></strong>

				<!-- End copyright -->
<br />
<br class="clear" />

				<!-- End copyright -->
<br />
<br class="clear" />

Zeile 1757Zeile 1741
</tr>
<tr>
<td><span class="smalltext">{$lang->default_usertitle}</span></td>

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

</tr>

</tr>

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

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

</tr>
<tr>

</tr>
<tr>

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

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

</tr>
<tr>

</tr>
<tr>

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

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

</tr>
<tr>

</tr>
<tr>

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

<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>
<td><span class="smalltext"><input type="checkbox" name="reverttitle" id="reverttitle" class="checkbox" /> {$lang->revert_usertitle}</span></td>

</tr>
</table>

</tr>
</table>

</fieldset>
<br />]]></template>
<template name="usercp_attachments_none" version="120"><![CDATA[<tr>
<td class="trow1" align="center" colspan="5">{$lang->no_attachments}</td>
</tr>]]></template>
<template name="usercp_nav_changename" version="120"><![CDATA[<li><a href="usercp.php?action=changename">{$lang->ucp_nav_change_username}</a><br /></li>]]></template>

</fieldset>
<br />]]></template>
<template name="usercp_attachments_none" version="120"><![CDATA[<tr>
<td class="trow1" align="center" colspan="5">{$lang->no_attachments}</td>
</tr>]]></template>
<template name="usercp_nav_changename" version="120"><![CDATA[<li><a href="usercp.php?action=changename">{$lang->ucp_nav_change_username}</a><br /></li>]]></template>

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

		<template name="usercp_profile" version="1212"><![CDATA[<html>

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

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

Zeile 1791Zeile 1775
<body>
{$header}
<form action="usercp.php" method="post" name="input">

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

 
<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 1819Zeile 1804
<td colspan="3"><span class="smalltext">{$lang->birthday}</span></td>
</tr>
<tr>

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

<td>

<td>

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

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

Zeile 1844Zeile 1829
</td>
<td>
<input type="text" class="textbox" size="4" maxlength="4" name="bday3" value="{$bday['2']}" />

</td>
<td>
<input type="text" class="textbox" size="4" maxlength="4" name="bday3" value="{$bday['2']}" />

</td>
</tr>
<tr>

</td>
</tr>
<tr>

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

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

</tr>

</tr>

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

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

</tr>
</table>

</tr>
</table>

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

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

Zeile 1876Zeile 1861
<tr>
<td><span class="smalltext">{$lang->msn}</span></td>
</tr>

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

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

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

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

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

</tr>
</table>

</tr>
</table>

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

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

Zeile 1910Zeile 1895
<tr>
<td colspan="3">
<span class="smalltext">{$lang->attach_quota} <a href="usercp.php?action=attachments">{$lang->view_attachments}</a></span>

<tr>
<td colspan="3">
<span class="smalltext">{$lang->attach_quota} <a href="usercp.php?action=attachments">{$lang->view_attachments}</a></span>

</td>
</tr>

</td>
</tr>

{$newattach}
{$attachments}
</table>
</td>
</tr>]]></template>

{$newattach}
{$attachments}
</table>
</td>
</tr>]]></template>

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

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

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

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

Zeile 1925Zeile 1910
<body>
{$header}
<form action="usercp.php" method="post" name="attachmentsmanager">

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

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

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

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

Zeile 1986Zeile 1972
<td class="{$altbg}" align="center">{$attachdate}, {$attachtime}</td>
<td class="{$altbg}" width="1"><input type="checkbox" class="checkbox" name="attachments[{$attachment['aid']}]" value="{$attachment['aid']}" /></td>
</tr>]]></template>

<td class="{$altbg}" align="center">{$attachdate}, {$attachtime}</td>
<td class="{$altbg}" width="1"><input type="checkbox" class="checkbox" name="attachments[{$attachment['aid']}]" value="{$attachment['aid']}" /></td>
</tr>]]></template>

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

		<template name="misc_rules_forum" version="1210"><![CDATA[<html>

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

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

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

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

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

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

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

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

Zeile 2049Zeile 2035
</tr></table>
</fieldset>
<br />]]></template>

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

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

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

<title>{$mybb->settings['bbname']} - {$lang->request_join_usergroup}</title>
{$headerinclude}
</head>
<body>
{$header}
<form action="usercp.php" method="post">

<title>{$mybb->settings['bbname']} - {$lang->request_join_usergroup}</title>
{$headerinclude}
</head>
<body>
{$header}
<form action="usercp.php" method="post">

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


<input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
<table width="100%" border="0" align="center">
<tr>

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

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

<tr>

<tr>

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

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

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

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

<td class="trow2"><strong>{$lang->user_group}</strong></td>
<td class="trow2">{$usergroup['title']}</td>
</tr>
<tr>
<td class="trow1"><strong>{$lang->join_reason}</strong></td>

<td class="trow2"><strong>{$lang->user_group}</strong></td>
<td class="trow2">{$usergroup['title']}</td>
</tr>
<tr>
<td class="trow1"><strong>{$lang->join_reason}</strong></td>

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

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

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

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

Zeile 2091Zeile 2078
{$footer}
</body>
</html>]]></template>

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

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

		<template name="usercp_avatar" version="1212"><![CDATA[<html>

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

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

Zeile 2102Zeile 2089
<tr>
{$usercpnav}
<td valign="top">

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

 
{$avatar_error}

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

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

Zeile 2117Zeile 2105
</tr>
<tr>
<td class="tcat" colspan="2"><strong>{$lang->local_galleries}</strong></td>

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

</tr>

</tr>

<tr>
<td class="trow2"><strong>{$lang->gallery}</strong></td>
<td class="trow2">
<form method="post" action="usercp.php">

<tr>
<td class="trow2"><strong>{$lang->gallery}</strong></td>
<td class="trow2">
<form method="post" action="usercp.php">

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

<input type="hidden" name="action" value="avatar" />
<select name="gallery">
{$galleries}

<input type="hidden" name="action" value="avatar" />
<select name="gallery">
{$galleries}

Zeile 2137Zeile 2126
<td class="trow1" width="40%"><strong>{$lang->avatar_upload}</strong></td>
<td class="trow1" width="60%">
<form enctype="multipart/form-data" action="usercp.php" method="post">

<td class="trow1" width="40%"><strong>{$lang->avatar_upload}</strong></td>
<td class="trow1" width="60%">
<form enctype="multipart/form-data" action="usercp.php" method="post">

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

<input type="file" name="avatarupload" size="25" />
</td>
</tr>

<input type="file" name="avatarupload" size="25" />
</td>
</tr>

Zeile 2158Zeile 2148
{$footer}
</body>
</html>]]></template>

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

		<template name="usercp_avatar_gallery" version="123"><![CDATA[<html>

		<template name="usercp_avatar_gallery" version="1212"><![CDATA[<html>

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

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

Zeile 2180Zeile 2170
<tr>
<td class="trow1" align="center">
<form method="post" action="usercp.php">

<tr>
<td class="trow1" align="center">
<form method="post" action="usercp.php">

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

<input type="hidden" name="action" value="avatar" />
<select name="gallery">
{$galleries}

<input type="hidden" name="action" value="avatar" />
<select name="gallery">
{$galleries}

Zeile 2194Zeile 2185
<tr>
<td class="trow2">
<form method="post" action="usercp.php">

<tr>
<td class="trow2">
<form method="post" action="usercp.php">

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

<input type="hidden" name="action" value="do_avatar" />
<input type="hidden" name="gallery" value="{$gallery}" />
<table width="100%" cellpadding="4">

<input type="hidden" name="action" value="do_avatar" />
<input type="hidden" name="gallery" value="{$gallery}" />
<table width="100%" cellpadding="4">

Zeile 2216Zeile 2208
</html>]]></template>
<template name="usercp_avatar_gallery_avatar" version="120"><![CDATA[<td width="20%" align="center"><label for="avatar-{$avatar}"><img src="{$avatarpath}" alt="{$avatar}" /><br /><input type="radio" class="radio" name="avatar" value="{$avatar}" id="avatar-{$avatar}" /><strong>{$avatarname}</strong></td>]]></template>
<template name="usercp_avatar_current" version="120"><![CDATA[<td class="trow1" width="150" align="right"><img src="{$urltoavatar}" alt="{$lang->avatar}" {$avatar_width_height} /></td>]]></template>

</html>]]></template>
<template name="usercp_avatar_gallery_avatar" version="120"><![CDATA[<td width="20%" align="center"><label for="avatar-{$avatar}"><img src="{$avatarpath}" alt="{$avatar}" /><br /><input type="radio" class="radio" name="avatar" value="{$avatar}" id="avatar-{$avatar}" /><strong>{$avatarname}</strong></td>]]></template>
<template name="usercp_avatar_current" version="120"><![CDATA[<td class="trow1" width="150" align="right"><img src="{$urltoavatar}" alt="{$lang->avatar}" {$avatar_width_height} /></td>]]></template>

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

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

<link rel="alternate" type="application/atom+xml" title="{$lang->latest_threads} (Atom 1.0)" href="{$mybb->settings['bburl']}/syndication.php?type=atom1.0" />
<meta http-equiv="Content-Type" content="text/html; charset={$charset}" />

<link rel="alternate" type="application/atom+xml" title="{$lang->latest_threads} (Atom 1.0)" href="{$mybb->settings['bburl']}/syndication.php?type=atom1.0" />
<meta http-equiv="Content-Type" content="text/html; charset={$charset}" />

<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/prototype.lite.js?ver=121"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/moo.ajax.js?ver=121"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/general.js?ver=121"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/popup_menu.js?ver=121"></script>

<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/prototype.lite.js?ver=1212"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/moo.ajax.js?ver=1212"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/general.js?ver=1212"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/popup_menu.js?ver=1212"></script>

<link rel="stylesheet" type="text/css" href="{$theme['css_url']}" />
<script language="Javascript" type="text/javascript">
<!--

<link rel="stylesheet" type="text/css" href="{$theme['css_url']}" />
<script language="Javascript" type="text/javascript">
<!--

 
	var my_post_key = '{$mybb->post_code}';

	var cookieDomain = "{$mybb->settings['cookiedomain']}";
var cookiePath = "{$mybb->settings['cookiepath']}";
var newpm_prompt = "{$lang->newpm_prompt}";

	var cookieDomain = "{$mybb->settings['cookiedomain']}";
var cookiePath = "{$mybb->settings['cookiepath']}";
var newpm_prompt = "{$lang->newpm_prompt}";

Zeile 2427Zeile 2420
<td class="{$trow}"><span class="smalltext">{$conditions}</span><br /><span class="smalltext">{$usergroupleaders}</span></td>
<td class="{$trow}" align="center">{$joinlink}</td>
</tr>]]></template>

<td class="{$trow}"><span class="smalltext">{$conditions}</span><br /><span class="smalltext">{$usergroupleaders}</span></td>
<td class="{$trow}" align="center">{$joinlink}</td>
</tr>]]></template>

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

		<template name="usercp_usergroups_memberof_usergroup" version="1212"><![CDATA[<tr>

<td class="{$trow}"><strong>{$usergroup['title']}</strong>{$description}</td>
<td class="{$trow}" align="center">{$usergroup['usertitle']}</td>
<td class="{$trow}">{$leavelink}</td>

<td class="{$trow}"><strong>{$usergroup['title']}</strong>{$description}</td>
<td class="{$trow}" align="center">{$usergroup['usertitle']}</td>
<td class="{$trow}">{$leavelink}</td>

Zeile 2453Zeile 2446
{$footer}
</body>
</html>]]></template>

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

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


		<template name="usercp_usergroups_memberof" version="1212"><![CDATA[<form method="post" action="usercp.php">
<input type="hidden" name="my_post_key" value="{$mybb->post_code}" />

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

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

Zeile 2472Zeile 2466
</table>
</form>
<br />]]></template>

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

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

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

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

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

Zeile 2482Zeile 2476
{$joinrequests}
<p>{$usergrouptype}</p>
<form method="post" action="managegroup.php">

{$joinrequests}
<p>{$usergrouptype}</p>
<form method="post" action="managegroup.php">

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

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

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

Zeile 2506Zeile 2501
</body>
</html>]]></template>
<template name="managegroup_removeusers" version="120"><![CDATA[<input type="submit" class="button" value="{$lang->remove_selected}" />]]></template>

</body>
</html>]]></template>
<template name="managegroup_removeusers" version="120"><![CDATA[<input type="submit" class="button" value="{$lang->remove_selected}" />]]></template>

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

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

<form method="post" action="managegroup.php">

<form method="post" action="managegroup.php">

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

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

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

Zeile 2536Zeile 2532
<strong><a href="managegroup.php?action=joinrequests&amp;gid={$gid}">{$lang->pending_requests}</a></strong><br />
{$lang->num_requests_pending}
</p>]]></template>

<strong><a href="managegroup.php?action=joinrequests&amp;gid={$gid}">{$lang->pending_requests}</a></strong><br />
{$lang->num_requests_pending}
</p>]]></template>

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

		<template name="managegroup_joinrequests" version="1212"><![CDATA[<html>

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

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

Zeile 2545Zeile 2541
{$header}
{$joinrequests}
<form method="post" action="managegroup.php">

{$header}
{$joinrequests}
<form method="post" action="managegroup.php">

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

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

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

Zeile 2574Zeile 2571
<td class="{$altbg}" align="center"><input type="radio" class="radio" name="request[{$user['uid']}]" value="decline" /></td>
</tr>
]]></template>

<td class="{$altbg}" align="center"><input type="radio" class="radio" name="request[{$user['uid']}]" value="decline" /></td>
</tr>
]]></template>

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

		<template name="private_send" version="1212"><![CDATA[<html>

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

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

Zeile 2582Zeile 2579
<body>
{$header}
<form action="private.php" method="post" name="input">

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

 
<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 2631Zeile 2629
</body>
</html>]]></template>
<template name="showthread_newreply_closed" version="120"><![CDATA[<a href="newreply.php?tid={$tid}"><img src="{$theme['imglangdir']}/closed.gif" alt="{$lang->thread_closed}" /></a>&nbsp;]]></template>

</body>
</html>]]></template>
<template name="showthread_newreply_closed" version="120"><![CDATA[<a href="newreply.php?tid={$tid}"><img src="{$theme['imglangdir']}/closed.gif" alt="{$lang->thread_closed}" /></a>&nbsp;]]></template>

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

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

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

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

Zeile 2640Zeile 2638
{$header}
{$preview}
<form action="moderation.php" method="post">

{$header}
{$preview}
<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="3"><strong>{$lang->delete_poll}</strong></td>

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

Zeile 2654Zeile 2653
</form>
<br />
<form action="polls.php" method="post">

</form>
<br />
<form action="polls.php" method="post">

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

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

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

Zeile 2982Zeile 2982
{$customfields}
</table>
</fieldset>]]></template>

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

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

		<template name="private_archive" version="1212"><![CDATA[<html>

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

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

Zeile 2990Zeile 2990
<body>
{$header}
<form action="private.php" method="post">

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

 
<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 3034Zeile 3035
{$footer}
</body>
</html>]]></template>

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

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

		<template name="calendar_addevent" version="1212"><![CDATA[<html>

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

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

Zeile 3043Zeile 3044
{$header}
{$event_errors}
<form action="calendar.php" method="post" name="input">

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

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

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

Zeile 3110Zeile 3112
<td width="10%" class="{$bgcolor}">{$pmcode}</td>
</tr>]]></template>
<template name="showteam_moderators_forum" version="120"><![CDATA[<a href="forumdisplay.php?fid={$forum['fid']}">{$forum['name']}</a><br/>]]></template>

<td width="10%" class="{$bgcolor}">{$pmcode}</td>
</tr>]]></template>
<template name="showteam_moderators_forum" version="120"><![CDATA[<a href="forumdisplay.php?fid={$forum['fid']}">{$forum['name']}</a><br/>]]></template>

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

		<template name="moderation_inline_deleteposts" version="1212"><![CDATA[<html>

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

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

Zeile 3118Zeile 3120
<body>
{$header}
<form action="moderation.php" method="post">

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

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

Zeile 3195Zeile 3198
</table>
]]></template>
<template name="forumdisplay_thread_gotounread" version="120"><![CDATA[<a href="showthread.php?action=newpost&amp;tid={$thread['tid']}"><img src="{$theme['imgdir']}/jump.gif" alt="{$lang->goto_first_unread}" /></a> ]]></template>

</table>
]]></template>
<template name="forumdisplay_thread_gotounread" version="120"><![CDATA[<a href="showthread.php?action=newpost&amp;tid={$thread['tid']}"><img src="{$theme['imgdir']}/jump.gif" alt="{$lang->goto_first_unread}" /></a> ]]></template>

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

		<template name="private_tracking" version="1212"><![CDATA[<html>

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

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

Zeile 3203Zeile 3206
<body>
{$header}
<form action="private.php" method="post">

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

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

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

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

Zeile 3226Zeile 3230
</form>
<br />
<form action="private.php" method="post">

</form>
<br />
<form action="private.php" method="post">

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

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

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

Zeile 3247Zeile 3252
{$footer}
</body>
</html>]]></template>

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

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

		<template name="moderation_threadnotes" version="1212"><![CDATA[<html>

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

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

Zeile 3255Zeile 3260
<body>
{$header}
<form action="moderation.php" method="post">

<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->thread_notes_editor}</strong></td>

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

Zeile 3388Zeile 3394
</tr>
</table>
</body>]]></template>

</tr>
</table>
</body>]]></template>

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

		<template name="private_messagebit" version="128"><![CDATA[<tr>

<td align="center" class="trow1" width="5%"><img src="{$theme['imgdir']}/{$msgfolder}" alt="{$msgalt}"/></td>
<td align="center" class="trow2" width="5%">{$icon}</td>

<td align="center" class="trow1" width="5%"><img src="{$theme['imgdir']}/{$msgfolder}" alt="{$msgalt}"/></td>
<td align="center" class="trow2" width="5%">{$icon}</td>

<td class="trow1" width="35%"><a href="private.php?action=read&amp;pmid={$message['pmid']}">{$message['subject']}</a>{$denyreceipt}</td>

<td class="trow1" width="35%">{$msgprefix}<a href="private.php?action=read&amp;pmid={$message['pmid']}">{$message['subject']}</a>{$msgsuffix}{$denyreceipt}</td>

<td align="center" class="trow2">{$tofromusername}</td>
<td class="trow1" align="right" style="white-space: nowrap"><span class="smalltext">{$senddate} {$sendtime}</span></td>
<td class="trow2" align="center"><input type="checkbox" class="checkbox" name="check[{$message['pmid']}]" value="yes" /></td>

<td align="center" class="trow2">{$tofromusername}</td>
<td class="trow1" align="right" style="white-space: nowrap"><span class="smalltext">{$senddate} {$sendtime}</span></td>
<td class="trow2" align="center"><input type="checkbox" class="checkbox" name="check[{$message['pmid']}]" value="yes" /></td>

Zeile 3400Zeile 3406
<td colspan="6" class="trow1">{$lang->nomessages}</td>
</tr>]]></template>
<template name="private_send_buddyselect" version="120"><![CDATA[<br /><span class="smalltext">{$lang->select_buddy}<br /><select name="buddy" onchange="document.input.to.value=this.options[this.selectedIndex].value"><option value="" tabindex="2">&nbsp;</option>{$buddies}</select>]]></template>

<td colspan="6" class="trow1">{$lang->nomessages}</td>
</tr>]]></template>
<template name="private_send_buddyselect" version="120"><![CDATA[<br /><span class="smalltext">{$lang->select_buddy}<br /><select name="buddy" onchange="document.input.to.value=this.options[this.selectedIndex].value"><option value="" tabindex="2">&nbsp;</option>{$buddies}</select>]]></template>

		<template name="codebuttons" version="120"><![CDATA[<script type="text/javascript" src="jscripts/editor.js?ver=121"></script>

		<template name="codebuttons" version="120"><![CDATA[<script type="text/javascript" src="jscripts/editor.js?ver=1212"></script>

<script type="text/javascript">
{$editor_language}
var clickableEditor = new messageEditor("message", {lang: editor_language, rtl: {$lang->settings['rtl']}});
clickableEditor.bindSmilieInserter("clickable_smilies");
</script>]]></template>

<script type="text/javascript">
{$editor_language}
var clickableEditor = new messageEditor("message", {lang: editor_language, rtl: {$lang->settings['rtl']}});
clickableEditor.bindSmilieInserter("clickable_smilies");
</script>]]></template>

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

		<template name="showthread_quickreply" version="1212"><![CDATA[<br />

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

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

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

<input type="hidden" name="subject" value="RE: {$thread['subject']}" />
<input type="hidden" name="action" value="do_newreply" />
<input type="hidden" name="tid" value="{$tid}" />

<input type="hidden" name="subject" value="RE: {$thread['subject']}" />
<input type="hidden" name="action" value="do_newreply" />
<input type="hidden" name="tid" value="{$tid}" />

Zeile 3438Zeile 3445
	<script type="text/javascript">document.write('<div class="editor_control_bar" style="width: 90%; padding: 4px; margin-top: 3px; display: none;" id="quickreply_multiquote"><span class="smalltext">{$lang->quickreply_multiquote_selected} <a href="javascript:Thread.loadMultiQuoted();">{$lang->quickreply_multiquote_now}<\/a> {$lang->or} <a href="javascript:Thread.clearMultiQuoted();">{$lang->quickreply_multiquote_deselect}<\/a>.<\/span><\/div>');</script>
</td>
</tr>

	<script type="text/javascript">document.write('<div class="editor_control_bar" style="width: 90%; padding: 4px; margin-top: 3px; display: none;" id="quickreply_multiquote"><span class="smalltext">{$lang->quickreply_multiquote_selected} <a href="javascript:Thread.loadMultiQuoted();">{$lang->quickreply_multiquote_now}<\/a> {$lang->or} <a href="javascript:Thread.clearMultiQuoted();">{$lang->quickreply_multiquote_deselect}<\/a>.<\/span><\/div>');</script>
</td>
</tr>

 
{$captcha}

<tr>
<td colspan="2" align="center" class="tfoot"><input type="submit" class="button" value="{$lang->post_reply}" tabindex="2" accesskey="s" /> <input type="submit" class="button" name="previewpost" value="{$lang->preview_post}" tabindex="3" /></td>
</tr>

<tr>
<td colspan="2" align="center" class="tfoot"><input type="submit" class="button" value="{$lang->post_reply}" tabindex="2" accesskey="s" /> <input type="submit" class="button" name="previewpost" value="{$lang->preview_post}" tabindex="3" /></td>
</tr>

Zeile 3462Zeile 3470
<td class="tcat"><span class="smalltext"><strong>{$lang->location}</strong></span></td>
<td class="tcat" align="center"><span class="smalltext"><strong>{$lang->joined}</strong></span></td>
<td class="tcat"><span class="smalltext"><strong>{$lang->posts}</strong></span></td>

<td class="tcat"><span class="smalltext"><strong>{$lang->location}</strong></span></td>
<td class="tcat" align="center"><span class="smalltext"><strong>{$lang->joined}</strong></span></td>
<td class="tcat"><span class="smalltext"><strong>{$lang->posts}</strong></span></td>

</tr>

</tr>

{$member}
<tr>
<td align="center" colspan="6" class="tfoot">

{$member}
<tr>
<td align="center" colspan="6" class="tfoot">

Zeile 3484Zeile 3492
<td><span class="smalltext">[<a href="showteam.php">{$lang->forumteam}</a>]</span></td>
<td align="right">{$multipage}</td>
</tr></table>

<td><span class="smalltext">[<a href="showteam.php">{$lang->forumteam}</a>]</span></td>
<td align="right">{$multipage}</td>
</tr></table>

{$footer}
</body>
</html>]]></template>
<template name="private" version="120"><![CDATA[<html>

{$footer}
</body>
</html>]]></template>
<template name="private" version="1212"><![CDATA[<html>

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

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

Zeile 3495Zeile 3503
<body>
{$header}
<form action="private.php" method="post" name="pmForm">

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

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

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

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

Zeile 3556Zeile 3565
		<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="120"><![CDATA[<tr>
<td align="center" class="{$bgcolor}"><img src="{$theme['imgdir']}/{$folder}" alt=""/></td>

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

<td align="center" class="{$bgcolor}">&nbsp;</td>
<td class="{$bgcolor}"><a href="announcements.php?aid={$announcement['aid']}">{$announcement['subject']}</a></td>
<td align="center" class="{$bgcolor}"><a href="member.php?action=profile&amp;uid={$announcement['uid']}">{$announcement['username']}</a></td>
<td align="center" class="{$bgcolor}">-</td>

<td align="center" class="{$bgcolor}">&nbsp;</td>
<td class="{$bgcolor}"><a href="announcements.php?aid={$announcement['aid']}">{$announcement['subject']}</a></td>
<td align="center" class="{$bgcolor}"><a href="member.php?action=profile&amp;uid={$announcement['uid']}">{$announcement['username']}</a></td>
<td align="center" class="{$bgcolor}">-</td>

<td align="center" class="{$bgcolor}">-</td>

<td align="center" class="{$bgcolor}">-</td>

{$rating}
<td class="{$bgcolor}" style="white-space: nowrap">{$postdate} {$posttime}</td>
{$modann}

{$rating}
<td class="{$bgcolor}" style="white-space: nowrap">{$postdate} {$posttime}</td>
{$modann}

Zeile 3574Zeile 3583
{$announcements}]]></template>
<template name="forumdisplay_sticky_sep" version="120"><![CDATA[<tr>
<td class="trow_sep" colspan="{$colspan}">{$lang->sticky_threads}</td>

{$announcements}]]></template>
<template name="forumdisplay_sticky_sep" version="120"><![CDATA[<tr>
<td class="trow_sep" colspan="{$colspan}">{$lang->sticky_threads}</td>

</tr>]]></template>

</tr>]]></template>

		<template name="forumdisplay_threads_sep" version="120"><![CDATA[<tr>
<td class="trow_sep" colspan="{$colspan}">{$lang->normal_threads}</td>
</tr>]]></template>

		<template name="forumdisplay_threads_sep" version="120"><![CDATA[<tr>
<td class="trow_sep" colspan="{$colspan}">{$lang->normal_threads}</td>
</tr>]]></template>

Zeile 3585Zeile 3594
<td class="{$altbg}" width="85%" valign="top">
<table width="100%">
<tr><td>{$post['posturl']}{$post['icon']}<span class="smalltext"><strong> {$post['subject']}</strong></span>

<td class="{$altbg}" width="85%" valign="top">
<table width="100%">
<tr><td>{$post['posturl']}{$post['icon']}<span class="smalltext"><strong> {$post['subject']}</strong></span>

<br />

<br />

<div id="pid_{$post['pid']}">
<p>
{$post['message']}

<div id="pid_{$post['pid']}">
<p>
{$post['message']}

Zeile 3619Zeile 3628
		<template name="forumdisplay_threadlist_clearpass" version="120"><![CDATA[ | <a href="misc.php?action=clearpass&amp;fid={$fid}">{$lang->clear_stored_password}</a>]]></template>
<template name="portal_welcome_guesttext" version="121"><![CDATA[<span class="smalltext">{$lang->guest_welcome_registration}<br />
<br />

		<template name="forumdisplay_threadlist_clearpass" version="120"><![CDATA[ | <a href="misc.php?action=clearpass&amp;fid={$fid}">{$lang->clear_stored_password}</a>]]></template>
<template name="portal_welcome_guesttext" version="121"><![CDATA[<span class="smalltext">{$lang->guest_welcome_registration}<br />
<br />

<form method="post" action="{$portal_url}"><input type="hidden" name="action" value="do_login" />


<form method="post" action="{$portal_url}">
<input type="hidden" name="action" value="do_login" />

{$lang->username}<br />&nbsp;&nbsp;<input type="text" class="textbox" name="username" value="" /><br /><br />
{$lang->password}<br />&nbsp;&nbsp;<input type="password" class="textbox" name="password" value="" /><br />
<br /><input type="submit" class="button" name="loginsubmit" value="{$lang->login}" /></form>]]></template>

{$lang->username}<br />&nbsp;&nbsp;<input type="text" class="textbox" name="username" value="" /><br /><br />
{$lang->password}<br />&nbsp;&nbsp;<input type="password" class="textbox" name="password" value="" /><br />
<br /><input type="submit" class="button" name="loginsubmit" value="{$lang->login}" /></form>]]></template>

Zeile 3635Zeile 3645
</td>
</tr>]]></template>
<template name="search" version="120"><![CDATA[<html>

</td>
</tr>]]></template>
<template name="search" version="120"><![CDATA[<html>

<head>

<head>

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

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

<form method="post" action="search.php"><input type="hidden" name="action" value="do_search" />


<form method="post" action="search.php">
<input type="hidden" name="action" value="do_search" />

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

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

Zeile 3658Zeile 3669
<tr>
<td>
<span class="smalltext"><input type="radio" class="radio" name="postthread" value="1" checked="checked" />{$lang->search_entire_post}<br /><input type="radio" class="radio" name="postthread" value="2" />{$lang->search_titles_only}</span></td>

<tr>
<td>
<span class="smalltext"><input type="radio" class="radio" name="postthread" value="1" checked="checked" />{$lang->search_entire_post}<br /><input type="radio" class="radio" name="postthread" value="2" />{$lang->search_titles_only}</span></td>

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

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

<td class="trow1">
<table><tr>
<td class="trow1"><input type="text" class="textbox" name="author" size="35" maxlength="{$mybb->settings['maxnamelength']}" /><br /><span class="smalltext"><input type="checkbox" class="checkbox" name="matchusername" value="1" checked="checked" />&nbsp; {$lang->match_username}</span></td>

<td class="trow1">
<table><tr>
<td class="trow1"><input type="text" class="textbox" name="author" size="35" maxlength="{$mybb->settings['maxnamelength']}" /><br /><span class="smalltext"><input type="checkbox" class="checkbox" name="matchusername" value="1" checked="checked" />&nbsp; {$lang->match_username}</span></td>

Zeile 3670Zeile 3681
<tr>
<td class="tcat"><strong>{$lang->search_forums}</strong></td>
<td class="tcat"><strong>{$lang->search_options}</strong></td>

<tr>
<td class="tcat"><strong>{$lang->search_forums}</strong></td>
<td class="tcat"><strong>{$lang->search_options}</strong></td>

</tr>

</tr>

<tr>
<td class="trow1" rowspan="5">{$srchlist}</td>
<td class="trow1">

<tr>
<td class="trow1" rowspan="5">{$srchlist}</td>
<td class="trow1">

Zeile 3693Zeile 3704
</tr>
<tr>
<td class="tcat"><strong>{$lang->sorting_options}</strong></td>

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

</tr>
<tr>

</tr>
<tr>

<td class="trow1">
<select name="sortby">
<option value="lastpost">{$lang->sort_lastpost}</option>

<td class="trow1">
<select name="sortby">
<option value="lastpost">{$lang->sort_lastpost}</option>

Zeile 3705Zeile 3716
</tr>
<tr>
<td class="tcat"><strong>{$lang->display_options}</strong></td>

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

</tr>

</tr>

<tr>
<td class="trow1">{$lang->show_results_as} <input type="radio" class="radio" name="showresults" value="threads" checked="checked" />{$lang->show_results_threads} <input type="radio" class="radio" name="showresults" value="posts" />{$lang->show_results_posts}</td>
</tr>

<tr>
<td class="trow1">{$lang->show_results_as} <input type="radio" class="radio" name="showresults" value="threads" checked="checked" />{$lang->show_results_threads} <input type="radio" class="radio" name="showresults" value="posts" />{$lang->show_results_posts}</td>
</tr>

Zeile 3729Zeile 3740
<tbody style="{$expdisplay}" id="sid_{$section['sid']}_e">
<tr>
<td class="tcat"><span class="smalltext">{$section['description']}</span></td>

<tbody style="{$expdisplay}" id="sid_{$section['sid']}_e">
<tr>
<td class="tcat"><span class="smalltext">{$section['description']}</span></td>

</tr>

</tr>

{$helpbits}
</tbody>
</table>

{$helpbits}
</tbody>
</table>

Zeile 3737Zeile 3748
		<template name="announcement" version="120"><![CDATA[<html>
<head>
<title>{$lang->announcements}</title>

		<template name="announcement" version="120"><![CDATA[<html>
<head>
<title>{$lang->announcements}</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" colspan="3"><strong>{$lang->forum_announcement}</strong></td>

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

</tr>
{$announcement}
<tr>
<td class="thead" colspan="3"><strong>&nbsp;</strong></td>
</tr>
</table>
{$footer}
</body>

</tr>
{$announcement}
<tr>
<td class="thead" colspan="3"><strong>&nbsp;</strong></td>
</tr>
</table>
{$footer}
</body>

</html>]]></template>

</html>]]></template>

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

		<template name="member_emailuser" version="1212"><![CDATA[<html>

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

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

Zeile 3761Zeile 3772
<body>
{$header}
<form action="member.php" method="post" name="input">

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

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

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

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

</tr>

</tr>

<tr>
<td width="40%" class="trow1"><strong>{$lang->username}</strong></td>
<td width="60%" class="trow1"><input type="text" class="textbox" size="50" name="touser" value="{$emailto['username']}" /></td>

<tr>
<td width="40%" class="trow1"><strong>{$lang->username}</strong></td>
<td width="60%" class="trow1"><input type="text" class="textbox" size="50" name="touser" value="{$emailto['username']}" /></td>

Zeile 3786Zeile 3798
{$footer}
</body>
</html>]]></template>

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

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

		<template name="changeuserbox" version="1210"><![CDATA[<tr>

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

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

<td class="trow1">{$mybb->user['username']} <span class="smalltext">[<strong><a href="member.php?action=logout&amp;uid={$mybb->user['uid']}">{$lang->change_user}</a></strong>]</span></td>
</tr>

<td class="trow1">{$mybb->user['username']} <span class="smalltext">[<strong><a href="member.php?action=logout&amp;logoutkey={$mybb->user['logoutkey']}">{$lang->change_user}</a></strong>]</span></td>
</tr>

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

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

<tr>

<tr>

<td class="thead" colspan="4" align="center"><strong>{$lang->poll} {$poll['question']}</strong><br /><span class="smalltext">{$pollstatus}</span></td>
</tr>
{$polloptions}
<tr>
<td class="tfoot" align="right" colspan="2"><strong>{$lang->total}</strong></td>
<td class="tfoot" align="center"><strong>{$lang->total_votes}</strong></td>

<td class="thead" colspan="4" align="center"><strong>{$lang->poll} {$poll['question']}</strong><br /><span class="smalltext">{$pollstatus}</span></td>
</tr>
{$polloptions}
<tr>
<td class="tfoot" align="right" colspan="2"><strong>{$lang->total}</strong></td>
<td class="tfoot" align="center"><strong>{$lang->total_votes}</strong></td>

<td class="tfoot" align="center"><strong>{$totpercent}</strong></td>
</tr>

<td class="tfoot" align="center"><strong>{$totpercent}</strong></td>
</tr>

</table>
<table cellspacing="0" cellpadding="2" border="0" width="100%" align="center">
<tr>

</table>
<table cellspacing="0" cellpadding="2" border="0" width="100%" align="center">
<tr>

Zeile 3824Zeile 3836
<tr>
<td class="tfoot" align="right" colspan="2"><strong>{$lang->poll_total}</strong></td>
<td class="tfoot" align="center"><strong>{$poll['numvotes']} {$lang->poll_votes}</strong></td>

<tr>
<td class="tfoot" align="right" colspan="2"><strong>{$lang->poll_total}</strong></td>
<td class="tfoot" align="center"><strong>{$poll['numvotes']} {$lang->poll_votes}</strong></td>

<td class="tfoot" align="center"><strong>{$totpercent}</strong></td>
</tr>

<td class="tfoot" align="center"><strong>{$totpercent}</strong></td>
</tr>

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

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

Zeile 3856Zeile 3868
{$lang->num_options} <input type="text" class="textbox" name="numpolloptions" value="{$numpolloptions}" size="10" /> {$lang->max_options}</span>
</td>
</tr>]]></template>

{$lang->num_options} <input type="text" class="textbox" name="numpolloptions" value="{$numpolloptions}" size="10" /> {$lang->max_options}</span>
</td>
</tr>]]></template>

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

		<template name="moderation_reports" version="1212"><![CDATA[<html>

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

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

Zeile 3864Zeile 3876
<body>
{$header}
<form action="moderation.php" method="post">

<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" align="center" colspan="6"><strong>{$lang->reported_posts}</strong></td>

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

Zeile 3957Zeile 3970
</tr>
</table>
<br />]]></template>

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

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

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

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

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

Zeile 3966Zeile 3979
{$header}
<br />
<form action="member.php" method="post">

{$header}
<br />
<form action="member.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->login}</strong></td>

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

Zeile 4012Zeile 4026
</tr>
<tr>
<td align="center" style="white-space: nowrap"><a href="aim:addbuddy?screenname={$user['aim']}"><img src="http://www.aol.co.uk/aim/remote/gr/aimver_bud.gif" width="117" height="39" alt="Add me to Your Buddy List" /></a></td>

</tr>
<tr>
<td align="center" style="white-space: nowrap"><a href="aim:addbuddy?screenname={$user['aim']}"><img src="http://www.aol.co.uk/aim/remote/gr/aimver_bud.gif" width="117" height="39" alt="Add me to Your Buddy List" /></a></td>

</tr>
<tr>

</tr>
<tr>

<td align="center" style="white-space: nowrap"><a href="http://www.aol.co.uk/aim/remote.html"><img src="http://www.aol.co.uk/aim/remote/gr/aimver_botadd.gif" width="117" height="23" alt="Add Remote to Your Page" /></a></td>

<td align="center" style="white-space: nowrap"><a href="http://www.aol.co.uk/aim/remote.html"><img src="http://www.aol.co.uk/aim/remote/gr/aimver_botadd.gif" width="117" height="23" alt="Add Remote to Your Page" /></a></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_botdow.gif" width="117" height="29" alt="Download AOL Instant Messenger" /></a></td>

<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_botdow.gif" width="117" height="29" alt="Download AOL Instant Messenger" /></a></td>

</tr>
</table>

</tr>
</table>

<!-- End AIM Remote -->
</td>

<!-- End AIM Remote -->
</td>

</tr>
</table>
</body>

</tr>
</table>
</body>

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

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

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

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

</tr>

</tr>

<tr>
<td class="trow2" width="40%" valign="top"><strong>{$lang->syndication_version}</strong><br /><span class="smalltext">{$lang->syndication_version_desc}</span></td>
<td class="trow2" width="60%"><input type="radio" class="radio" name="version" value="rss2.0" {$rss2check} />&nbsp;{$lang->syndication_version_rss2}<br /><input type="radio" class="radio" name="version" value="atom1.0" {$atom1check} />&nbsp;{$lang->syndication_version_atom1}</td>

<tr>
<td class="trow2" width="40%" valign="top"><strong>{$lang->syndication_version}</strong><br /><span class="smalltext">{$lang->syndication_version_desc}</span></td>
<td class="trow2" width="60%"><input type="radio" class="radio" name="version" value="rss2.0" {$rss2check} />&nbsp;{$lang->syndication_version_rss2}<br /><input type="radio" class="radio" name="version" value="atom1.0" {$atom1check} />&nbsp;{$lang->syndication_version_atom1}</td>

Zeile 4070Zeile 4084
</td></tr>
</table>
<br />]]></template>

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

		<template name="forumdisplay_announcement" version="120"><![CDATA[<tr>
<td align="center" class="trow1"><img src="{$theme['imgdir']}/{$folder}" /></td>
<td align="center" class="trow1">&nbsp;</td>
<td width="100%" class="trow1"><strong>{$lang->announcement_prefix}</strong> <a href="announcements.php?fid={$fid}">{$announcement['subject']}</a></td>
<td align="center" class="trow1"><a href="member.php?action=profile&amp;uid={$announcement['uid']}">{$announcement['username']}</a></td>
<td align="center" class="trow1">-</td>
<td align="center" class="trow1">-</td>
{$rating}
<td class="trow1" style="white-space: nowrap">{$postdate} {$posttime}</td>
{$modann}
</tr>
]]></template>

 
		<template name="memberlist_row" version="120"><![CDATA[<tr>
<td class="trow1"><a href="member.php?action=profile&amp;uid={$users['uid']}">{$users['username']}</a></td>
<td class="trow2" align="center">{$useremail}</td>

		<template name="memberlist_row" version="120"><![CDATA[<tr>
<td class="trow1"><a href="member.php?action=profile&amp;uid={$users['uid']}">{$users['username']}</a></td>
<td class="trow2" align="center">{$useremail}</td>

Zeile 4090Zeile 4092
<td class="trow1">{$users['regdate']}</td>
<td class="trow2">{$users['postnum']}</td>
</tr>]]></template>

<td class="trow1">{$users['regdate']}</td>
<td class="trow2">{$users['postnum']}</td>
</tr>]]></template>

		<template name="index_loginform" version="123"><![CDATA[<br /><br />

		<template name="index_loginform" version="1212"><![CDATA[<br /><br />

<form action="member.php" method="post">

<form action="member.php" method="post">

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

	<input type="hidden" name="action" value="do_login" />
<span class="smalltext"><strong>{$lang->quick_login}</strong></span>
<input type="text" class="textbox" name="username" title="{$lang->login_username}" value="{$lang->login_username}" onfocus="if(this.value == '{$lang->login_username}') { this.value=''; }" onblur="if(this.value=='') { this.value='{$lang->login_username}'; }" />

	<input type="hidden" name="action" value="do_login" />
<span class="smalltext"><strong>{$lang->quick_login}</strong></span>
<input type="text" class="textbox" name="username" title="{$lang->login_username}" value="{$lang->login_username}" onfocus="if(this.value == '{$lang->login_username}') { this.value=''; }" onblur="if(this.value=='') { this.value='{$lang->login_username}'; }" />

Zeile 4115Zeile 4118
</table>]]></template>
<template name="index_whosonline" version="120"><![CDATA[<tr>
<td class="tcat"><strong>{$lang->whos_online}</strong> [<a href="online.php">{$lang->complete_list}</a>]</td>

</table>]]></template>
<template name="index_whosonline" version="120"><![CDATA[<tr>
<td class="tcat"><strong>{$lang->whos_online}</strong> [<a href="online.php">{$lang->complete_list}</a>]</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="120"><![CDATA[<tr><td class="tcat"><strong>{$lang->boardstats}</strong></td></tr>

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

Zeile 4129Zeile 4132
</span>
</td>
</tr>]]></template>

</span>
</td>
</tr>]]></template>

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

		<template name="moderation_deletethread" version="1212"><![CDATA[<html>

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

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

Zeile 4137Zeile 4140
<body>
{$header}
<form action="moderation.php" method="post">

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

Zeile 4232Zeile 4236
{$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>

{$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="moderation_mergeposts" version="120"><![CDATA[<html>

		<template name="moderation_mergeposts" version="1212"><![CDATA[<html>

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

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

Zeile 4240Zeile 4244
<body>
{$header}
<form action="moderation.php" method="post">

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

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

Zeile 4329Zeile 4334
{$footer}
</body>
</html>]]></template>

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

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

		<template name="polls_newpoll" version="1212"><![CDATA[<html>

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

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

Zeile 4338Zeile 4343
{$header}
{$preview}
<form action="polls.php" method="post">

{$header}
{$preview}
<form action="polls.php" method="post">

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

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

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

Zeile 4380Zeile 4386
{$footer}
</body>
</html>]]></template>

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

		<template name="member_register_agreement" version="123"><![CDATA[<html>

		<template name="member_register_agreement" version="1212"><![CDATA[<html>

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

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

Zeile 4389Zeile 4395
{$header}
<br />
<form action="member.php" method="post">

{$header}
<br />
<form action="member.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"><strong>{$mybb->settings['bbname']} - {$lang->agreement}</strong></td>

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

Zeile 4400Zeile 4407
<p>{$lang->agreement_3}</p>
<p>{$lang->agreement_4}</p>
<p><strong>{$lang->agreement_5}</strong></p>

<p>{$lang->agreement_3}</p>
<p>{$lang->agreement_4}</p>
<p><strong>{$lang->agreement_5}</strong></p>

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

<br />

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

<br />

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

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

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

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

		<template name="stats_thread" version="120"><![CDATA[<a href="showthread.php?tid={$thread['tid']}"><strong>{$thread['subject']}</strong></a> ({$numberbit} {$numbertype})<br />]]></template>
<template name="online" version="120"><![CDATA[<html>
<head>
<title>{$mybb->settings['bbname']} - {$lang->users_online}</title>
{$headerinclude}
{$refresh}

		<template name="stats_thread" version="120"><![CDATA[<a href="showthread.php?tid={$thread['tid']}"><strong>{$thread['subject']}</strong></a> ({$numberbit} {$numbertype})<br />]]></template>
<template name="online" version="120"><![CDATA[<html>
<head>
<title>{$mybb->settings['bbname']} - {$lang->users_online}</title>
{$headerinclude}
{$refresh}

</head>
<body>

</head>
<body>

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

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

Zeile 4452Zeile 4459
<strong>&raquo;</strong> {$lang->new_posts}<br /><br />
<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>

<strong>&raquo;</strong> {$lang->new_posts}<br /><br />
<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="120"><![CDATA[<html>

		<template name="portal" version="127"><![CDATA[<html>

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

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

Zeile 4469Zeile 4476
{$latestthreads}
</td>
<td>&nbsp;</td>

{$latestthreads}
</td>
<td>&nbsp;</td>

<td width="*" valign="top">

<td valign="top">

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

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

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

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

		<template name="usercp_password" version="122"><![CDATA[<html>

		<template name="usercp_password" version="1212"><![CDATA[<html>

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

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

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

<body>
{$header}
<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>
{$usercpnav}

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

Zeile 4695Zeile 4703
{$footer}
</body>
</html>]]></template>

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

		<template name="usercp_email" version="122"><![CDATA[<html>

		<template name="usercp_email" version="1212"><![CDATA[<html>

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

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

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

<body>
{$header}
<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>
{$usercpnav}

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

Zeile 4829Zeile 4838
	<td align="center" class="{$bgcolor}">{$post['thread_views']}</td>
<td class="{$bgcolor}" style="white-space: nowrap; text-align: center;"><span class="smalltext">{$posted}</span></td>
</tr>]]></template>

	<td align="center" class="{$bgcolor}">{$post['thread_views']}</td>
<td class="{$bgcolor}" style="white-space: nowrap; text-align: center;"><span class="smalltext">{$posted}</span></td>
</tr>]]></template>

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

		<template name="reputation_add" version="1212"><![CDATA[<html>

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

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

Zeile 4841Zeile 4850
		<td class="trow1" style="padding: 20px">
<strong>{$vote_title}</strong><br /><br />
<form action="reputation.php" method="post">

		<td class="trow1" style="padding: 20px">
<strong>{$vote_title}</strong><br /><br />
<form action="reputation.php" method="post">

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

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

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

Zeile 5035Zeile 5045
</tr>
</table>
]]></template>

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

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

		<template name="showthread_multipage" version="127"><![CDATA[<tr>
<td class="tcat" colspan="2"> {$multipage}</td>

</tr>]]></template>
<template name="forumbit_moderators" version="120"><![CDATA[<br />{$lang->forumbit_moderated_by} {$moderators}]]></template>

</tr>]]></template>
<template name="forumbit_moderators" version="120"><![CDATA[<br />{$lang->forumbit_moderated_by} {$moderators}]]></template>

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

		<template name="moderation_deletepoll" version="1212"><![CDATA[<html>

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

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

Zeile 5047Zeile 5057
<body>
{$header}
<form action="moderation.php" method="post">

<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_poll}</strong></td>

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

Zeile 5173Zeile 5184
</select>
</td>
</tr>]]></template>

</select>
</td>
</tr>]]></template>

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

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

		<template name="postbit_iplogged_show" version="120"><![CDATA[<div class="smalltext">{$lang->postbit_ipaddress} {$post['ipaddress']}</div>]]></template>
<template name="calendar_dayview" version="120"><![CDATA[<html>
<head>

		<template name="postbit_iplogged_show" version="120"><![CDATA[<div class="smalltext">{$lang->postbit_ipaddress} {$post['ipaddress']}</div>]]></template>
<template name="calendar_dayview" version="120"><![CDATA[<html>
<head>

Zeile 5187Zeile 5198
{$footer}
</body>
</html>]]></template>

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

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

		<template name="usercp_changeavatar" version="1212"><![CDATA[<html>

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

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

Zeile 5195Zeile 5206
<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}" />

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

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

Zeile 5248Zeile 5260
{$footer}
</body>
</html>]]></template>

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

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

		<template name="usercp_notepad" version="1212"><![CDATA[<html>

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

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

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

<body>
{$header}
<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>
{$usercpnav}

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

Zeile 5292Zeile 5305
<td>{$lang->votes}&nbsp;</td>
<td><input type="text" class="textbox" name="votes[{$counter}]" value="{$optionvotes}" /></td>
</tr>]]></template>

<td>{$lang->votes}&nbsp;</td>
<td><input type="text" class="textbox" name="votes[{$counter}]" value="{$optionvotes}" /></td>
</tr>]]></template>

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

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

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

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

Zeile 5301Zeile 5314
{$header}
<br />
<form action="member.php" method="post">

{$header}
<br />
<form action="member.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->reset_password}</strong></td>

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

Zeile 5315Zeile 5329
</tr>
</table>
<br />

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

<div align="center"><input type="hidden" name="action" value="activate" /><input type="submit" class="button" name="regsubmit" value="{$lang->send_password}" /></div>

<div align="center"><input type="hidden" name="action" value="resetpassword" /><input type="submit" class="button" name="regsubmit" value="{$lang->send_password}" /></div>

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

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

Zeile 5336Zeile 5350
]]></template>
<template name="forumdisplay_usersbrowsing_user" version="120"><![CDATA[{$comma}<a href="member.php?action=profile&amp;uid={$user['uid']}">{$user['username']}</a>{$invisiblemark}]]></template>
<template name="forumdisplay_usersbrowsing" version="120"><![CDATA[<span class="smalltext">{$lang->users_browsing_forum} {$onlinemembers}{$onlinesep}{$invisonline}{$onlinesep2}{$guestsonline}</span>]]></template>

]]></template>
<template name="forumdisplay_usersbrowsing_user" version="120"><![CDATA[{$comma}<a href="member.php?action=profile&amp;uid={$user['uid']}">{$user['username']}</a>{$invisiblemark}]]></template>
<template name="forumdisplay_usersbrowsing" version="120"><![CDATA[<span class="smalltext">{$lang->users_browsing_forum} {$onlinemembers}{$onlinesep}{$invisonline}{$onlinesep2}{$guestsonline}</span>]]></template>

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

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

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

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

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

<body>
{$header}
<form action="member.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->lost_pw_form}</strong></td>

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

Zeile 5360Zeile 5375
{$footer}
</body>
</html>]]></template>

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

		<template name="usercp_changename" version="122"><![CDATA[<html>

		<template name="usercp_changename" version="1212"><![CDATA[<html>

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

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

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

<body>
{$header}
<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>
{$usercpnav}

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

Zeile 5403Zeile 5419
{$footer}
</body>
</html>]]></template>

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

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

		<template name="moderation_split_post" version="127"><![CDATA[<tr>

<td class="tcat" colspan="2"><span class="smalltext"><strong>{$lang->posted_by} {$post['username']} - {$postdate} {$posttime}</strong></span></td>
</tr>
<tr>

<td class="tcat" colspan="2"><span class="smalltext"><strong>{$lang->posted_by} {$post['username']} - {$postdate} {$posttime}</strong></span></td>
</tr>
<tr>

<td class="{$altbg}" valign="top" align="center"><input type="checkbox" class="checkbox" name="splitpost[{$post['pid']}]" value="yes" /></td>

<td class="{$altbg}" valign="top" align="center" width="5%"><input type="checkbox" class="checkbox" name="splitpost[{$post['pid']}]" value="yes" /></td>

<td class="{$altbg}">{$message}</td>
</tr>]]></template>
<template name="newreply_threadreview_more" version="120"><![CDATA[<tr>

<td class="{$altbg}">{$message}</td>
</tr>]]></template>
<template name="newreply_threadreview_more" version="120"><![CDATA[<tr>

Zeile 5448Zeile 5464
<td class="{$altbg}" valign="top" align="center" style="width:5%"><input type="checkbox" class="checkbox" name="deletepost[{$post['pid']}]" value="yes" /></td>
<td class="{$altbg}">{$message}</td>
</tr>]]></template>

<td class="{$altbg}" valign="top" align="center" style="width:5%"><input type="checkbox" class="checkbox" name="deletepost[{$post['pid']}]" value="yes" /></td>
<td class="{$altbg}">{$message}</td>
</tr>]]></template>

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

		<template name="moderation_deleteposts" version="1212"><![CDATA[<html>

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

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

Zeile 5456Zeile 5472
<body>
{$header}
<form action="moderation.php" method="post">

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

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

Zeile 5470Zeile 5487
{$footer}
</body>
</html>]]></template>

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

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

		<template name="moderation_split" version="1212"><![CDATA[<html>

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

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

Zeile 5478Zeile 5495
<body>
{$header}
<form action="moderation.php" method="post">

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

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

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

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

Zeile 5527Zeile 5545
{$reviewmore}
</table>
]]></template>

{$reviewmore}
</table>
]]></template>

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

		<template name="sendthread" version="1212"><![CDATA[<html>

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

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

Zeile 5535Zeile 5553
<body>
{$header}
<form action="sendthread.php" method="post">

<body>
{$header}
<form action="sendthread.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 colspan="2" width="100%" class="thead"><strong>{$lang->send_thread}</strong></td>

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

Zeile 5568Zeile 5587
<td width="40%" class="trow1"><strong>{$lang->your_email}</strong><br /><span class="smalltext">{$lang->email_note}</span></td>
<td width="60%" class="trow1"><input type="text" class="textbox" size="50" name="fromemail" /></td>
</tr>]]></template>

<td width="40%" class="trow1"><strong>{$lang->your_email}</strong><br /><span class="smalltext">{$lang->email_note}</span></td>
<td width="60%" class="trow1"><input type="text" class="textbox" size="50" name="fromemail" /></td>
</tr>]]></template>

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

		<template name="usercp_editsig" version="1212"><![CDATA[<html>

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

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

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

<body>
{$header}
<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>
{$usercpnav}

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

Zeile 5610Zeile 5630
</body>
</html>]]></template>
<template name="private_messagebit_denyreceipt" version="120"><![CDATA[ <span class="smalltext"><a href="private.php?action=read&amp;pmid={$message['pmid']}&amp;denyreceipt=yes">{$lang->deny_receipt}</a></span>]]></template>

</body>
</html>]]></template>
<template name="private_messagebit_denyreceipt" version="120"><![CDATA[ <span class="smalltext"><a href="private.php?action=read&amp;pmid={$message['pmid']}&amp;denyreceipt=yes">{$lang->deny_receipt}</a></span>]]></template>

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

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

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

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

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

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

<td class="thead" colspan="3"><table width="100%" cellspacing="0" cellpadding="0" border="0"><tr><td class="thead"><strong>{$pm['subject']}</strong></td><td class="thead" align="right"><a href="private.php?action=send&amp;pmid={$pm['pmid']}&amp;do=reply">{$lang->reply}</a> | <a href="private.php?action=send&amp;pmid={$pm['pmid']}&amp;do=forward">{$lang->forward}</a> | <a href="private.php?action=delete&amp;pmid={$pm['pmid']}">{$lang->delete_pm}</a></td></table></td>

<td class="thead" colspan="3"><table width="100%" cellspacing="0" cellpadding="0" border="0"><tr><td class="thead"><strong>{$pm['subject']}</strong></td><td class="thead" align="right"><a href="private.php?action=send&amp;pmid={$pm['pmid']}&amp;do=reply">{$lang->reply}</a> | <a href="private.php?action=send&amp;pmid={$pm['pmid']}&amp;do=forward">{$lang->forward}</a> | <a href="private.php?action=delete&amp;pmid={$pm['pmid']}&amp;my_post_key={$mybb->post_code}">{$lang->delete_pm}</a></td></table></td>

</tr>
{$message}
<tr>

</tr>
{$message}
<tr>

<td class="tfoot" colspan="3"><table width="100%" cellspacing="0" cellpadding="0" border="0"><tr><td class="tfoot"><strong>{$pm['subject']}</strong></td><td class="tfoot" align="right"><a href="private.php?action=send&amp;pmid={$pm['pmid']}&amp;do=reply">{$lang->reply}</a> | <a href="private.php?action=send&amp;pmid={$pm['pmid']}&amp;do=forward">{$lang->forward}</a> | <a href="private.php?action=delete&amp;pmid={$pm['pmid']}">{$lang->delete_pm}</a></td></table></td>

<td class="tfoot" colspan="3"><table width="100%" cellspacing="0" cellpadding="0" border="0"><tr><td class="tfoot"><strong>{$pm['subject']}</strong></td><td class="tfoot" align="right"><a href="private.php?action=send&amp;pmid={$pm['pmid']}&amp;do=reply">{$lang->reply}</a> | <a href="private.php?action=send&amp;pmid={$pm['pmid']}&amp;do=forward">{$lang->forward}</a> | <a href="private.php?action=delete&amp;pmid={$pm['pmid']}&amp;my_post_key={$mybb->post_code}">{$lang->delete_pm}</a></td></table></td>

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

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

Zeile 5644Zeile 5664
<br />
<br />
<hr size="1" />]]></template>

<br />
<br />
<hr size="1" />]]></template>

		<template name="error_nopermission" version="120"><![CDATA[{$lang->error_nopermission_guest_1}

		<template name="error_nopermission" version="1212"><![CDATA[{$lang->error_nopermission_guest_1}

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

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

Zeile 5652Zeile 5672
<li>{$lang->error_nopermission_guest_4}</li>
</ol>
<form action="member.php" method="post">

<li>{$lang->error_nopermission_guest_4}</li>
</ol>
<form action="member.php" method="post">

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

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

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

Zeile 5680Zeile 5701
</ol>
<br />
{$lang->error_nopermission_user_5}]]></template>

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

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

		<template name="private_folders" version="1212"><![CDATA[<html>

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

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

Zeile 5688Zeile 5709
<body>
{$header}
<form action="private.php" method="post">

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

 
<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 5727Zeile 5749
{$forumjumpbits}
</select>
]]></template>

{$forumjumpbits}
</select>
]]></template>

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

		<template name="moderation_move" version="1212"><![CDATA[<html>

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

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

Zeile 5735Zeile 5757
<body>
{$header}
<form action="moderation.php" method="post">

<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_copy_thread}</strong></td>

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

Zeile 5761Zeile 5784
{$footer}
</body>
</html>]]></template>

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

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

		<template name="moderation_merge" version="1212"><![CDATA[<html>

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

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

Zeile 5769Zeile 5792
<body>
{$header}
<form action="moderation.php" method="post">

<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_threads}</strong></td>

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

Zeile 5825Zeile 5849
<td class="trow1" width="5%"><input type="radio" class="radio" name="option" id="option" value="{$number}" /></td>
<td class="trow1" colspan="3">{$option}</td>
</tr>]]></template>

<td class="trow1" width="5%"><input type="radio" class="radio" name="option" id="option" value="{$number}" /></td>
<td class="trow1" colspan="3">{$option}</td>
</tr>]]></template>

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

		<template name="member_activate" version="1212"><![CDATA[<html>

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

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

Zeile 5834Zeile 5858
{$header}
<br />
<form action="member.php" method="post">

{$header}
<br />
<form action="member.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->activate_account}</strong></td>

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

Zeile 5867Zeile 5892
{$getmore}
</table>]]></template>
<template name="misc_buddypopup_user_sendpm" version="120"><![CDATA[<a href="private.php?action=send&amp;uid={$buddy['uid']}" target="_blank">{$lang->pm_buddy}</a>&nbsp;&nbsp;]]></template>

{$getmore}
</table>]]></template>
<template name="misc_buddypopup_user_sendpm" version="120"><![CDATA[<a href="private.php?action=send&amp;uid={$buddy['uid']}" target="_blank">{$lang->pm_buddy}</a>&nbsp;&nbsp;]]></template>

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

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

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

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

Zeile 5882Zeile 5907
<tr>
<td align="left" valign="top" width="50%">
<form action="usercp.php" method="post">

<tr>
<td align="left" valign="top" width="50%">
<form action="usercp.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" align="center"><strong>{$lang->edit_buddy_list}</strong></td>

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

Zeile 5906Zeile 5932
</td>
<td align="left" valign="top" width="50%">
<form action="usercp.php" method="post">

</td>
<td align="left" valign="top" width="50%">
<form action="usercp.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" align="center"><strong>{$lang->edit_ignore_list}</strong></td>

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

Zeile 5925Zeile 5952
<input type="hidden" name="action" value="do_editlists" />
<input type="hidden" name="list" value="ignore" />
<input type="submit" class="button" name="submit" value="{$lang->update_ignore_list}" />

<input type="hidden" name="action" value="do_editlists" />
<input type="hidden" name="list" value="ignore" />
<input type="submit" class="button" name="submit" value="{$lang->update_ignore_list}" />

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

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

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

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

Zeile 5958Zeile 5985
{$footer}
</body>
</html>]]></template>

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

		<template name="online_iplookup_adminoptions"><![CDATA[<tr>

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

<td class="trow1"><strong>{$lang->admin_options}</strong></td>
<td class="trow2">
<a href="{$config['admin_dir']}/users.php?action=find&searchop[sortby]=username&searchop[order]=asc&search[regip]={$ip}">{$lang->search_regip_users}</a><br />

<td class="trow1"><strong>{$lang->admin_options}</strong></td>
<td class="trow2">
<a href="{$config['admin_dir']}/users.php?action=find&searchop[sortby]=username&searchop[order]=asc&search[regip]={$ip}">{$lang->search_regip_users}</a><br />

Zeile 5971Zeile 5998
<td class="trow1" width="50%">{$locationname}</td>
</tr>]]></template>
<template name="online_row_ip" version="120"><![CDATA[<br /><span class="smalltext">{$lang->ip} {$user['ip']} <a href="online.php?action=iplookup&amp;ip={$user['ip']}">{$lang->lookup}</a></span>]]></template>

<td class="trow1" width="50%">{$locationname}</td>
</tr>]]></template>
<template name="online_row_ip" version="120"><![CDATA[<br /><span class="smalltext">{$lang->ip} {$user['ip']} <a href="online.php?action=iplookup&amp;ip={$user['ip']}">{$lang->lookup}</a></span>]]></template>

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

		<template name="calendar_editevent" version="1212"><![CDATA[<html>

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

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

Zeile 5980Zeile 6007
{$header}
{$event_errors}
<form action="calendar.php" method="post" name="input">

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

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

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

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

Zeile 6101Zeile 6129
<td class="trow1" valign="top">{$iconlist}</td>
</tr>
]]></template>

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

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

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

<tr>

<tr>

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

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

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

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

Zeile 6111Zeile 6139
		<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>

{$headerinclude}
</head>

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

<tr>

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

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

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

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

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

Zeile 6135Zeile 6163
<option value="">{$lang->use_default}</option>
{$pppoptions}
</select>

<option value="">{$lang->use_default}</option>
{$pppoptions}
</select>

</td>

</td>

</tr>]]></template>
<template name="usercp_forumsubscriptions" version="120"><![CDATA[<html>
<head>

</tr>]]></template>
<template name="usercp_forumsubscriptions" version="120"><![CDATA[<html>
<head>

Zeile 6178Zeile 6206
		<template name="misc_imcenter_msn" version="120"><![CDATA[<html>
<head>
<title>{$lang->msn_messenger_center}</title>

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

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

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

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

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

Zeile 6203Zeile 6231
<table width="100%" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" border="0" align="center" class="tborder">
<tr>
<td class="thead" align="center"><strong>{$user['username']} - {$lang->yahoo_center}</strong></td>

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

</tr>
<tr>

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

Zeile 6224Zeile 6252
		<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>

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

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

</tr>

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

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

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

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

<title>{$mybb->settings['bbname']} - {$lang->resend_activation}</title>
{$headerinclude}
</head>
<body>
{$header}
<form action="member.php" method="post">

<title>{$mybb->settings['bbname']} - {$lang->resend_activation}</title>
{$headerinclude}
</head>
<body>
{$header}
<form action="member.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">

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

<tr>

<tr>

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

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

</tr>
<tr>

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

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

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

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

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

		<template name="nav" version="120"><![CDATA[
<div class="navigation">
{$nav}{$activesep}{$activebit}
</div>]]></template>
<template name="nav_bit" version="120"><![CDATA[<a href="{$navbit['url']}">{$navbit['name']}</a>{$sep}]]></template>
<template name="nav_bit_active" version="120"><![CDATA[<span class="active">{$navbit['name']}</span>]]></template>

		<template name="nav" version="120"><![CDATA[
<div class="navigation">
{$nav}{$activesep}{$activebit}
</div>]]></template>
<template name="nav_bit" version="120"><![CDATA[<a href="{$navbit['url']}">{$navbit['name']}</a>{$sep}]]></template>
<template name="nav_bit_active" version="120"><![CDATA[<span class="active">{$navbit['name']}</span>]]></template>

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

		<template name="moderation_inline_deletethreads" version="1212"><![CDATA[<html>

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

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

Zeile 6277Zeile 6306
<body>
{$header}
<form action="moderation.php" method="post">

<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_threads}</strong></td>

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

Zeile 6295Zeile 6325
</body>
</html>]]></template>
<template name="postbit_inlinecheck" version="120"><![CDATA[| <input type="checkbox" class="checkbox" name="inlinemod_{$post['pid']}" id="inlinemod_{$post['pid']}" value="1" style="vertical-align: middle;" {$inlinecheck} />]]></template>

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

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

		<template name="moderation_inline_movethreads" version="1212"><![CDATA[<html>

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

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

{$headerinclude}

{$headerinclude}

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

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

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

<tr>

<tr>

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

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

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

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

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

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

Zeile 6318Zeile 6349
<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}" />

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

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

</html>]]></template>

</html>]]></template>

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

		<template name="moderation_inline_mergeposts" version="1212"><![CDATA[<html>

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

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

Zeile 6330Zeile 6361
<body>
{$header}
<form action="moderation.php" method="post">

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

<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<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 6344Zeile 6376
<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="tid" value="{$tid}" />

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

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

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

		<template name="moderation_inline_splitposts" version="1212"><![CDATA[<html>

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

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

Zeile 6358Zeile 6390
<body>
{$header}
<form action="moderation.php" method="post">

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

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

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

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

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

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

</tr>
<tr>

</tr>
<tr>

<td><input type="text" class="textbox" name="imagestring" value="" /><input type="hidden" name="imagehash" value="{$imagehash}" /></td>
</tr>
</table>

<td><input type="text" class="textbox" name="imagestring" value="" /><input type="hidden" name="imagehash" value="{$imagehash}" /></td>
</tr>
</table>

Zeile 6409Zeile 6442
</tr>
</table>
<br />]]></template>

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

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

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

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

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

Zeile 6418Zeile 6451
{$header}
<br />
<form action="member.php" method="post">

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

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

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

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

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

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

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

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

Zeile 6469Zeile 6503
<tr>
<td valign="top" width="1"><input type="checkbox" class="checkbox" name="receivepms" id="receivepms" value="yes" {$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="yes" {$receivepmscheck} /></td>
<td valign="top"><span class="smalltext"><label for="receivepms">{$lang->receive_pms}</label></span></td>

</tr>

</tr>

<tr>
<td valign="top" width="1"><input type="checkbox" class="checkbox" name="pmpopup" id="pmpopup" value="yes" {$pmpopupcheck} /></td>
<td valign="top"><span class="smalltext"><label for="pmpopup">{$lang->pm_popup}</label></span></td>

<tr>
<td valign="top" width="1"><input type="checkbox" class="checkbox" name="pmpopup" id="pmpopup" value="yes" {$pmpopupcheck} /></td>
<td valign="top"><span class="smalltext"><label for="pmpopup">{$lang->pm_popup}</label></span></td>

</tr>
<tr>

</tr>
<tr>

<td valign="top" width="1"><input type="checkbox" class="checkbox" name="emailpmnotify" id="emailpmnotify" value="yes" {$emailpmnotifycheck} /></td>
<td valign="top"><span class="smalltext"><label for="emailpmnotify">{$lang->email_notify_newpm}</label></span></td>
</tr>
<tr>
<td valign="top" width="1"><input type="checkbox" class="checkbox" name="invisible" id="invisible" value="yes" {$invisiblecheck} /></td>
<td valign="top"><span class="smalltext"><label for="invisible">{$lang->invisible_mode}</label></span></td>

<td valign="top" width="1"><input type="checkbox" class="checkbox" name="emailpmnotify" id="emailpmnotify" value="yes" {$emailpmnotifycheck} /></td>
<td valign="top"><span class="smalltext"><label for="emailpmnotify">{$lang->email_notify_newpm}</label></span></td>
</tr>
<tr>
<td valign="top" width="1"><input type="checkbox" class="checkbox" name="invisible" id="invisible" value="yes" {$invisiblecheck} /></td>
<td valign="top"><span class="smalltext"><label for="invisible">{$lang->invisible_mode}</label></span></td>

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

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

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

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

Zeile 6535Zeile 6569
<br />]]></template>
<template name="htmldoctype" version="120"><![CDATA[<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">]]></template>
<template name="postbit_multiquote" version="120"><![CDATA[<script type="text/javascript">document.write("<a href=\"javascript:Thread.multiQuote({$post['pid']});\"><img src=\"{$theme['imglangdir']}/postbit_multiquote.gif\" alt=\"{$lang->postbit_multiquote}\" title=\"{$lang->postbit_multiquote}\" id=\"multiquote_{$post['pid']}\" /><\/a>");</script>]]></template>

<br />]]></template>
<template name="htmldoctype" version="120"><![CDATA[<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">]]></template>
<template name="postbit_multiquote" version="120"><![CDATA[<script type="text/javascript">document.write("<a href=\"javascript:Thread.multiQuote({$post['pid']});\"><img src=\"{$theme['imglangdir']}/postbit_multiquote.gif\" alt=\"{$lang->postbit_multiquote}\" title=\"{$lang->postbit_multiquote}\" id=\"multiquote_{$post['pid']}\" /><\/a>");</script>]]></template>

		<template name="private_send_autocomplete" version="120"><![CDATA[<script type="text/javascript" src="jscripts/autocomplete.js?ver=121"></script>

		<template name="private_send_autocomplete" version="120"><![CDATA[<script type="text/javascript" src="jscripts/autocomplete.js?ver=1212"></script>

<script type="text/javascript">
new autoComplete("to", "xmlhttp.php?action=get_users", {valueSpan: "username"});
</script>]]></template>

<script type="text/javascript">
new autoComplete("to", "xmlhttp.php?action=get_users", {valueSpan: "username"});
</script>]]></template>

		<template name="forumdisplay_threadlist_inlineedit_js" version="120"><![CDATA[<script type="text/javascript" src="jscripts/inline_edit.js?ver=121"></script>

		<template name="forumdisplay_threadlist_inlineedit_js" version="1212"><![CDATA[<script type="text/javascript" src="jscripts/inline_edit.js?ver=1212"></script>

<script type="text/javascript">

<script type="text/javascript">

	new inlineEditor("xmlhttp.php?action=edit_subject", {className: "subject_editable", spinnerImage: "{$theme['imgdir']}/spinner.gif", lang_click_edit: "{$lang->click_hold_edit}"});

	new inlineEditor("xmlhttp.php?action=edit_subject&my_post_key="+my_post_key, {className: "subject_editable", spinnerImage: "{$theme['imgdir']}/spinner.gif", lang_click_edit: "{$lang->click_hold_edit}"});

</script>]]></template>
<template name="xmlhttp_inline_post_editor" version="120"><![CDATA[<br />
<div style="clear: both;">

</script>]]></template>
<template name="xmlhttp_inline_post_editor" version="120"><![CDATA[<br />
<div style="clear: both;">

Zeile 6672Zeile 6706
	{$post['groupimage']}<br />
{$post['useravatar']}<br />
</span>]]></template>

	{$post['groupimage']}<br />
{$post['useravatar']}<br />
</span>]]></template>

	</templates>


















	<template name="forumdisplay_announcements_announcement_modbit" version="128"><![CDATA[<td align="center" class="{$bgcolor}">-</td>]]></template>
<template name="index_boardstats" version="1210"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<thead>
<tr>
<td class="thead">
<div class="expcolimage"><img src="{$theme['imgdir']}/collapse{$collapsedimg['boardstats']}.gif" id="boardstats_img" class="expander" alt="[-]" /></div>
<div><strong>{$lang->boardstats}</strong></div>
</td>
</tr>
</thead>
<tbody style="{$collapsed['boardstats_e']}" id="boardstats_e">
{$whosonline}
{$birthdays}
{$forumstats}
</tbody>
</table>
<br />]]></template>
</templates>

</theme>

</theme>