Vergleich install/resources/mybb_theme.xml - 1.2.2 - 1.2.11

  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="120"><![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">

				<span class="links">

					<a href="#" onclick="MyBB.popupWindow('misc.php?action=buddypopup', 'buddyList', 170, 300);">{$lang->welcome_open_buddy_list}</a>

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

				</span>

				</span>

				<a href="search.php?action=getnew">{$lang->welcome_newposts}</a> | <a href="search.php?action=getdaily">{$lang->welcome_todaysposts}</a> | <a href="private.php">{$lang->welcome_pms}</a> {$lang->welcome_pms_usage}]]></template>

				<a href="{$mybb->settings['bburl']}/search.php?action=getnew">{$lang->welcome_newposts}</a> | <a href="{$mybb->settings['bburl']}/search.php?action=getdaily">{$lang->welcome_todaysposts}</a> | <a href="{$mybb->settings['bburl']}/private.php">{$lang->welcome_pms}</a> {$lang->welcome_pms_usage}]]></template>

		<template name="postbit_online" version="120"><![CDATA[<a href="online.php"><font color="#15A018"><strong>{$lang->postbit_status_online}</strong></font></a>]]></template>
<template name="showthread_moderationoptions" version="120"><![CDATA[<br />
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">

		<template name="postbit_online" version="120"><![CDATA[<a href="online.php"><font color="#15A018"><strong>{$lang->postbit_status_online}</strong></font></a>]]></template>
<template name="showthread_moderationoptions" version="120"><![CDATA[<br />
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">

Zeile 647Zeile 632
		<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="1210"><![CDATA[<script type="text/javascript" src="jscripts/inline_moderation.js?ver=121"></script>

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

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

Zeile 663Zeile 648
{$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 769Zeile 754
{$forumjumpbits}
</select>
{$gobutton}

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

</form>

</form>

]]></template>
<template name="forumdisplay_searchforum" version="120"><![CDATA[<table cellspacing="0" cellpadding="0" border="0">
<tr><td>

]]></template>
<template name="forumdisplay_searchforum" version="120"><![CDATA[<table cellspacing="0" cellpadding="0" border="0">
<tr><td>

Zeile 788Zeile 773
		<template name="editpost" version="120"><![CDATA[<html>
<head>
<title>{$mybb->settings['bbname']} - {$lang->edit_post}</title>

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

{$headerinclude}
<script type="text/javascript" src="jscripts/post.js?ver=121"></script>
</head>
<body>

{$headerinclude}
<script type="text/javascript" src="jscripts/post.js?ver=121"></script>
</head>
<body>

{$header}
{$preview}
{$post_errors}

{$header}
{$preview}
{$post_errors}

Zeile 852Zeile 837
</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="127"><![CDATA[<html>

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

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

Zeile 862Zeile 847
{$header}
{$preview}
{$maximageserror}

{$header}
{$preview}
{$maximageserror}

{$attacherror}

{$attacherror}

{$reply_errors}
<form action="newreply.php" method="post" enctype="multipart/form-data" name="input">
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">

{$reply_errors}
<form action="newreply.php" method="post" enctype="multipart/form-data" name="input">
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">

Zeile 902Zeile 887
<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 1139Zeile 1124
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead" colspan="2"><strong>{$lang->edit_options}</strong></td>

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

</tr>

</tr>

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

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

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

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

</tr>
</table>

</tr>
</table>

</fieldset>
<br />
<fieldset class="trow2">
<legend><strong>{$lang->date_time_options}</strong></legend>
<table cellspacing="0" cellpadding="2">

</fieldset>
<br />
<fieldset class="trow2">
<legend><strong>{$lang->date_time_options}</strong></legend>
<table cellspacing="0" cellpadding="2">

<tr>

<tr>

<td><span class="smalltext">{$lang->date_format}</span></td>
</tr>
<tr>
<td>
<select name="dateformat">

<td><span class="smalltext">{$lang->date_format}</span></td>
</tr>
<tr>
<td>
<select name="dateformat">

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

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

<option value="1" {$dateselect['1']}>01-25-2004</option>
<option value="2" {$dateselect['2']}>01-25-04</option>
<option value="3" {$dateselect['3']}>01.25.2004</option>

<option value="1" {$dateselect['1']}>01-25-2004</option>
<option value="2" {$dateselect['2']}>01-25-04</option>
<option value="3" {$dateselect['3']}>01.25.2004</option>

Zeile 1229Zeile 1214
</tr>
<tr>
<td >{$tzselect}</td>

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

</tr>
</table>
<table cellspacing="0" cellpadding="2">

</tr>
</table>
<table cellspacing="0" cellpadding="2">

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

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

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

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

</td>
</tr>
</table>
</fieldset>
<br />
<fieldset class="trow2">

</td>
</tr>
</table>
</fieldset>
<br />
<fieldset class="trow2">

<legend><strong>{$lang->thread_view_options}</strong></legend>
<table cellspacing="0" cellpadding="2">

<legend><strong>{$lang->thread_view_options}</strong></legend>
<table cellspacing="0" cellpadding="2">

<tr>

<tr>

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

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

</tr>
<tr>

</tr>
<tr>

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

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

</tr>

</tr>

{$pppselect}

{$pppselect}

<tr>

<tr>

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

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

</tr>

</tr>

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

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

</tr>
</table>

</tr>
</table>

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

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

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

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

</div>

</div>

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

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

Zeile 1496Zeile 1481
<div align="center"><input type="submit" class="button" value="{$lang->report_post}" /></div>
</form>
</td>

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

 
</tr>
</table>
</body>
</html>]]></template>
<template name="report_error" version="123"><![CDATA[<html>
<head>
<title>{$mybb->settings['bbname']} - {$lang->report_post}</title>
{$headerinclude}
</head>
<body>
<br />
<table border="0" cellspacing="1" cellpadding="4" class="tborder">
<tr>
<td class="thead"><span class="smalltext"><strong>{$mybb->settings['bbname']}</strong></span></td>

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

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

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

Zeile 1529Zeile 1532
		<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>







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

</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>
<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"><strong><img src="http://status.icq.com/online.gif?icq={$user['icq']}&img=2" /></strong></td>
</tr>
<tr>
<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 1713Zeile 1703
		<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 1722Zeile 1712

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 1902Zeile 1892
		<template name="usercp_attachments" version="120"><![CDATA[<html>
<head>
<title>{$mybb->settings['bbname']} - {$lang->attachments_manager}</title>

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

{$headerinclude}
</head>

{$headerinclude}
</head>

<body>
{$header}
<form action="usercp.php" method="post" name="attachmentsmanager">
<table width="100%" border="0" align="center">

<body>
{$header}
<form action="usercp.php" method="post" name="attachmentsmanager">
<table width="100%" border="0" align="center">

<tr>

<tr>

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

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

</tr>
<tr>

</tr>
<tr>

<td class="tcat" colspan="2" width="40%"><span class="smalltext"><strong>{$lang->attachments_attachment}</strong></span></td>
<td class="tcat" width="40%"><span class="smalltext"><strong>{$lang->attachments_post}</strong></span></td>
<td class="tcat" align="center" width="20%"><span class="smalltext"><strong>{$lang->date_uploaded}</strong></span></td>

<td class="tcat" colspan="2" width="40%"><span class="smalltext"><strong>{$lang->attachments_attachment}</strong></span></td>
<td class="tcat" width="40%"><span class="smalltext"><strong>{$lang->attachments_post}</strong></span></td>
<td class="tcat" align="center" width="20%"><span class="smalltext"><strong>{$lang->date_uploaded}</strong></span></td>

Zeile 1968Zeile 1958
<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 1977Zeile 1967
{$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 1998Zeile 1988
		<template name="forumdisplay_rules_link" version="120"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="trow1"><strong><a href="misc.php?action=rules&amp;fid={$fid}">{$foruminfo['rulestitle']}</a></strong></td>

		<template name="forumdisplay_rules_link" version="120"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="trow1"><strong><a href="misc.php?action=rules&amp;fid={$fid}">{$foruminfo['rulestitle']}</a></strong></td>

</tr>
</table>

</tr>
</table>

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

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

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

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

</tr>

</tr>

<tr>
<td>
<input type="text" class="textbox" name="referrername" value="{$referrername}" />

<tr>
<td>
<input type="text" class="textbox" name="referrername" value="{$referrername}" />

Zeile 2034Zeile 2024
		<template name="usercp_usergroups_joingroup" version="120"><![CDATA[<html>
<head>
<title>{$mybb->settings['bbname']} - {$lang->request_join_usergroup}</title>

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

{$headerinclude}
</head>

{$headerinclude}
</head>

<body>
{$header}
<form action="usercp.php" method="post">
<table width="100%" border="0" align="center">

<body>
{$header}
<form action="usercp.php" method="post">
<table width="100%" border="0" align="center">

<tr>

<tr>

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

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

</tr>
<tr>

</tr>
<tr>

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

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

</tr>
<tr>

</tr>
<tr>

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

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

</tr>

</tr>

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

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

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

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

<br />
<div align="center">
<input type="hidden" name="action" value="usergroups" />

<br />
<div align="center">
<input type="hidden" name="action" value="usergroups" />

Zeile 2073Zeile 2063
{$footer}
</body>
</html>]]></template>

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

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

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

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

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

Zeile 2084Zeile 2074
<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 2094Zeile 2085
<td>{$lang->avatar_note}{$avatarmsg}
</td>
{$currentavatar}

<td>{$lang->avatar_note}{$avatarmsg}
</td>
{$currentavatar}

</tr></table>

</tr></table>

</td>

</td>

</tr>
<tr>

</tr>
<tr>

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

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

<td class="trow2">
<form method="post" action="usercp.php">
<input type="hidden" name="action" value="avatar" />
<select name="gallery">
{$galleries}

<td class="trow2">
<form method="post" action="usercp.php">
<input type="hidden" name="action" value="avatar" />
<select name="gallery">
{$galleries}

</select>
&nbsp;{$gobutton}
</form>

</select>
&nbsp;{$gobutton}
</form>

Zeile 2125Zeile 2116
<tr>
<td class="trow2" width="40%"><strong>{$lang->avatar_url}</strong></td>
<td class="trow2" width="60%"><input type="text" class="textbox" name="avatarurl" size="45" value="{$avatarurl}" /></td>

<tr>
<td class="trow2" width="40%"><strong>{$lang->avatar_url}</strong></td>
<td class="trow2" width="60%"><input type="text" class="textbox" name="avatarurl" size="45" value="{$avatarurl}" /></td>

</tr>
</table>
<br />
<div align="center">
<input type="hidden" name="action" value="do_avatar" />

</tr>
</table>
<br />
<div align="center">
<input type="hidden" name="action" value="do_avatar" />

<input type="submit" class="button" name="submit" value="{$lang->change_avatar}" />
<input type="submit" class="button" name="remove" value="{$lang->remove_avatar}" />
</div>

<input type="submit" class="button" name="submit" value="{$lang->change_avatar}" />
<input type="submit" class="button" name="remove" value="{$lang->remove_avatar}" />
</div>

Zeile 2140Zeile 2131
{$footer}
</body>
</html>]]></template>

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

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

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

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

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

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

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

 
{$avatar_error}

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

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

<tr>

<tr>

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

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

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

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

<input type="hidden" name="action" value="do_avatar" />

<input type="hidden" name="action" value="do_avatar" />

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

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

</table>
</td>

</table>
</td>

</tr>
</table>
<br />
<div align="center">
<input type="hidden" name="action" value="do_avatar" />
<input type="submit" class="button" name="submit" value="{$lang->change_avatar}" />

</tr>
</table>
<br />
<div align="center">
<input type="hidden" name="action" value="do_avatar" />
<input type="submit" class="button" name="submit" value="{$lang->change_avatar}" />

</div>
</td>

</div>
</td>

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

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

Zeile 2197Zeile 2189
</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="120"><![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="123"><![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="jscripts/prototype.lite.js?ver=121"></script>
<script type="text/javascript" src="jscripts/moo.ajax.js?ver=121"></script>
<script type="text/javascript" src="jscripts/general.js?ver=121"></script>
<script type="text/javascript" src="jscripts/popup_menu.js?ver=121"></script>

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

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

Zeile 2349Zeile 2341
]]></template>
<template name="header_welcomeblock_guest" version="120"><![CDATA[ <span style="float:right;">{$lang->welcome_current_time}</span>
{$lang->welcome_guest} (<a href="{$mybb->settings['bburl']}/member.php?action=login">{$lang->welcome_login}</a> &mdash; <a href="{$mybb->settings['bburl']}/member.php?action=register">{$lang->welcome_register}</a>)]]></template>

]]></template>
<template name="header_welcomeblock_guest" version="120"><![CDATA[ <span style="float:right;">{$lang->welcome_current_time}</span>
{$lang->welcome_guest} (<a href="{$mybb->settings['bburl']}/member.php?action=login">{$lang->welcome_login}</a> &mdash; <a href="{$mybb->settings['bburl']}/member.php?action=register">{$lang->welcome_register}</a>)]]></template>

		<template name="header" version="120"><![CDATA[	<a name="top" id="top"></a>

		<template name="header" version="123"><![CDATA[	<a name="top" id="top"></a>

	<div id="container">
<div id="header">
<div class="logo"><a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" /></a></div>
<div class="menu">
<ul>

	<div id="container">
<div id="header">
<div class="logo"><a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" /></a></div>
<div class="menu">
<ul>

					<li><a href="{$mybb->settings['bburl']}/search.php"><img src="{$theme['imgdir']}/toplinks/search.gif" alt="" />{$lang->toplinks_search}</a></li>
<li><a href="{$mybb->settings['bburl']}/memberlist.php"><img src="{$theme['imgdir']}/toplinks/memberlist.gif" alt="" />{$lang->toplinks_memberlist}</a></li>
<li><a href="{$mybb->settings['bburl']}/calendar.php"><img src="{$theme['imgdir']}/toplinks/calendar.gif" alt="" />{$lang->toplinks_calendar}</a></li>
<li><a href="{$mybb->settings['bburl']}/misc.php?action=help"><img src="{$theme['imgdir']}/toplinks/help.gif" alt="" />{$lang->toplinks_help}</a></li>

					<li><a href="{$mybb->settings['bburl']}/search.php"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/toplinks/search.gif" alt="" />{$lang->toplinks_search}</a></li>
<li><a href="{$mybb->settings['bburl']}/memberlist.php"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/toplinks/memberlist.gif" alt="" />{$lang->toplinks_memberlist}</a></li>
<li><a href="{$mybb->settings['bburl']}/calendar.php"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/toplinks/calendar.gif" alt="" />{$lang->toplinks_calendar}</a></li>
<li><a href="{$mybb->settings['bburl']}/misc.php?action=help"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/toplinks/help.gif" alt="" />{$lang->toplinks_help}</a></li>

				</ul>
</div>
<hr class="hidden" />

				</ul>
</div>
<hr class="hidden" />

Zeile 2480Zeile 2472
</table>
<br />
<div align="center">{$remove_users}</div>

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

</form>

</form>

{$add_user}

{$footer}

{$add_user}

{$footer}

Zeile 2668Zeile 2660
<tr>
<td class="trow2" valign="top"><strong>{$lang->poll_timeout}</strong><br /><span class="smalltext">{$lang->timeout_note}</span></td>
<td class="trow2"><input type="text" class="textbox" name="timeout" value="{$timeout}" /> {$lang->days_after} {$polldate}</td>

<tr>
<td class="trow2" valign="top"><strong>{$lang->poll_timeout}</strong><br /><span class="smalltext">{$lang->timeout_note}</span></td>
<td class="trow2"><input type="text" class="textbox" name="timeout" value="{$timeout}" /> {$lang->days_after} {$polldate}</td>

</tr>

</tr>

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

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

Zeile 2761Zeile 2753
<tr>
<td width="30%" class="trow2"><strong>{$lang->event_author}</strong></td>
<td width="70%" class="trow2">{$eventposter}</td>

<tr>
<td width="30%" class="trow2"><strong>{$lang->event_author}</strong></td>
<td width="70%" class="trow2">{$eventposter}</td>

</tr>
<tr>

</tr>
<tr>

<td width="30%" class="trow1" valign="top"><strong>{$lang->event_details}</strong></td>
<td width="70%" class="trow1">
{$event['description']}

<td width="30%" class="trow1" valign="top"><strong>{$lang->event_details}</strong></td>
<td width="70%" class="trow1">
{$event['description']}

Zeile 2794Zeile 2786
		<template name="report_noreason" version="120"><![CDATA[<html>
<head>
<title>{$mybb->settings['bbname']} - {$lang->report_post}</title>

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

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

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

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

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

Zeile 2856Zeile 2848
							<td><span class="smalltext reputation_positive">{$lang->positive_count}</span></td>
<td><span class="smalltext reputation_neutral">{$lang->neutral_count}</span></td>
<td><span class="smalltext reputation_negative">{$lang->negative_count}</span></td>

							<td><span class="smalltext reputation_positive">{$lang->positive_count}</span></td>
<td><span class="smalltext reputation_neutral">{$lang->neutral_count}</span></td>
<td><span class="smalltext reputation_negative">{$lang->negative_count}</span></td>

						</tr>
<tr>

						</tr>
<tr>

							<td style="text-align: right;"><span class="smalltext">{$lang->last_week}</span></td>
<td style="text-align: center;"><span class="smalltext">{$positive_week}</span></td>
<td style="text-align: center;"><span class="smalltext">{$neutral_week}</span></td>

							<td style="text-align: right;"><span class="smalltext">{$lang->last_week}</span></td>
<td style="text-align: center;"><span class="smalltext">{$positive_week}</span></td>
<td style="text-align: center;"><span class="smalltext">{$neutral_week}</span></td>

Zeile 2879Zeile 2871
			</td>
</tr>
</table>

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

	</td>
</tr>
<tr>

	</td>
</tr>
<tr>

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

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

Zeile 2951Zeile 2943
		<template name="usercp_profile_customfield" version="122"><![CDATA[<tr>
<td><span class="smalltext">
{$profilefield['name']}:</span></td>

		<template name="usercp_profile_customfield" version="122"><![CDATA[<tr>
<td><span class="smalltext">
{$profilefield['name']}:</span></td>

</tr>

</tr>

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

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

Zeile 2985Zeile 2977
<tr>
<td class="trow1" valign="top" width="30%"><strong>{$lang->folders}</strong></td>
<td class="trow1">{$folderlist}</td>

<tr>
<td class="trow1" valign="top" width="30%"><strong>{$lang->folders}</strong></td>
<td class="trow1">{$folderlist}</td>

</tr>
<tr>

</tr>
<tr>

<td class="trow2" valign="top" width="30%"><strong>{$lang->date_limit}</strong></td>
<td class="trow2"><select name="dayway"><option value="older">{$lang->date_limit_older}</option><option value="newer">{$lang->date_limit_newer}</option><option value="disregard">{$lang->date_limit_disregard}</option></select> <input type="text" class="textbox" name="daycut" value="30" size="3" maxlength="4" /> {$lang->date_limit_days}</td>

<td class="trow2" valign="top" width="30%"><strong>{$lang->date_limit}</strong></td>
<td class="trow2"><select name="dayway"><option value="older">{$lang->date_limit_older}</option><option value="newer">{$lang->date_limit_newer}</option><option value="disregard">{$lang->date_limit_disregard}</option></select> <input type="text" class="textbox" name="daycut" value="30" size="3" maxlength="4" /> {$lang->date_limit_days}</td>

</tr>
<tr>

</tr>
<tr>

<td class="trow1" valign="top" width="30%"><strong>{$lang->export_unread}</strong></td>
<td class="trow1"><input type="radio" class="radio" name="exportunread" value="yes" /> {$lang->yes} <input type="radio" class="radio" name="exportunread" value="no" checked="checked" /> {$lang->no} </td>

<td class="trow1" valign="top" width="30%"><strong>{$lang->export_unread}</strong></td>
<td class="trow1"><input type="radio" class="radio" name="exportunread" value="yes" /> {$lang->yes} <input type="radio" class="radio" name="exportunread" value="no" checked="checked" /> {$lang->no} </td>

</tr>

</tr>

<tr>
<td class="trow2" valign="top" width="30%"><strong>{$lang->delete_archived}</strong><br /><span class="smalltext">{$lang->delete_archived_note}</span></td>
<td class="trow2"><input type="radio" class="radio" name="deletepms" value="yes" /> {$lang->yes} <input type="radio" class="radio" name="deletepms" value="no" checked="checked" /> {$lang->no} </td>

<tr>
<td class="trow2" valign="top" width="30%"><strong>{$lang->delete_archived}</strong><br /><span class="smalltext">{$lang->delete_archived_note}</span></td>
<td class="trow2"><input type="radio" class="radio" name="deletepms" value="yes" /> {$lang->yes} <input type="radio" class="radio" name="deletepms" value="no" checked="checked" /> {$lang->no} </td>

</tr>

</tr>

<tr>
<td class="trow1" valign="top" width="30%"><strong>{$lang->export_format}</strong><br /><span class="smalltext">{$lang->export_format_note}</span></td>
<td class="trow1"><input type="radio" class="radio" name="exporttype" value="html" checked="checked" /> {$lang->export_html}<br /><input type="radio" class="radio" name="exporttype" value="txt" /> {$lang->export_txt}<br /><input type="radio" class="radio" name="exporttype" value="csv" /> {$lang->export_csv}</td>

<tr>
<td class="trow1" valign="top" width="30%"><strong>{$lang->export_format}</strong><br /><span class="smalltext">{$lang->export_format_note}</span></td>
<td class="trow1"><input type="radio" class="radio" name="exporttype" value="html" checked="checked" /> {$lang->export_html}<br /><input type="radio" class="radio" name="exporttype" value="txt" /> {$lang->export_txt}<br /><input type="radio" class="radio" name="exporttype" value="csv" /> {$lang->export_csv}</td>

</tr>

</tr>

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

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

Zeile 3009Zeile 3001
<input type="submit" class="button" name="submit" value="{$lang->archive_messages}" />
</div>
</td>

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

</tr>

</tr>

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

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

Zeile 3044Zeile 3036
<option value="10"{$msel['10']}>{$lang->month_10}</option>
<option value="11"{$msel['11']}>{$lang->month_11}</option>
<option value="12"{$msel['12']}>{$lang->month_12}</option>

<option value="10"{$msel['10']}>{$lang->month_10}</option>
<option value="11"{$msel['11']}>{$lang->month_11}</option>
<option value="12"{$msel['12']}>{$lang->month_12}</option>

</select>
&nbsp;

</select>
&nbsp;

<select name="day">
{$dayopts}
</select>

<select name="day">
{$dayopts}
</select>

Zeile 3231Zeile 3223
		<template name="moderation_threadnotes" version="120"><![CDATA[<html>
<head>
<title>{$mybb->settings['bbname']} - {$lang->thread_notes_editor}</title>

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

{$headerinclude}
</head>
<body>

{$headerinclude}
</head>
<body>

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

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

Zeile 3369Zeile 3361
</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 3387Zeile 3379
	var clickableEditor = new messageEditor("message", {lang: editor_language, rtl: {$lang->settings['rtl']}});
clickableEditor.bindSmilieInserter("clickable_smilies");
</script>]]></template>

	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="127"><![CDATA[<br />

<form method="post" action="newreply.php" name="input">
<input type="hidden" name="subject" value="RE: {$thread['subject']}" />
<input type="hidden" name="action" value="do_newreply" />

<form method="post" action="newreply.php" name="input">
<input type="hidden" name="subject" value="RE: {$thread['subject']}" />
<input type="hidden" name="action" value="do_newreply" />

Zeile 3419Zeile 3411
	<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 3517Zeile 3510
<tr>
<td class="trow1">{$multipage}</td>
<td class="trow1" align="right"><span class="smalltext"><strong>{$lang->jump_folder} {$folderjump} <input type="submit" class="button" name="hop" value="{$lang->go}" /></strong></span></td>

<tr>
<td class="trow1">{$multipage}</td>
<td class="trow1" align="right"><span class="smalltext"><strong>{$lang->jump_folder} {$folderjump} <input type="submit" class="button" name="hop" value="{$lang->go}" /></strong></span></td>

</tr>
</table>

</tr>
</table>

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

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

Zeile 3537Zeile 3530
		<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}">&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>

Zeile 3555Zeile 3548
{$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 3612Zeile 3605
{$lastpostdate} {$lastposttime}<br />
<strong>&raquo; </strong>{$lang->latest_threads_replies} {$thread['replies']}<br />
<strong>&raquo; </strong>{$lang->latest_threads_views} {$thread['views']}

{$lastpostdate} {$lastposttime}<br />
<strong>&raquo; </strong>{$lang->latest_threads_replies} {$thread['replies']}<br />
<strong>&raquo; </strong>{$lang->latest_threads_views} {$thread['views']}

</span>
</td>

</span>
</td>

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

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

Zeile 3718Zeile 3711
		<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">
<tr>
<td class="thead" colspan="3"><strong>{$lang->forum_announcement}</strong></td>
</tr>
{$announcement}

<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<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}

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

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

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

Zeile 3751Zeile 3744
<td width="60%" class="trow1"><input type="text" class="textbox" size="50" name="touser" value="{$emailto['username']}" /></td>
</tr>
{$guestfields}

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

<tr>

<tr>

<td width="40%" class="trow2"><strong>{$lang->email_subject}</strong></td>
<td width="60%" class="trow2"><input type="text" class="textbox" size="50" name="subject" /></td>
</tr>

<td width="40%" class="trow2"><strong>{$lang->email_subject}</strong></td>
<td width="60%" class="trow2"><input type="text" class="textbox" size="50" name="subject" /></td>
</tr>

Zeile 3767Zeile 3760
{$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>

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

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

<tr>
<td class="thead" colspan="4" align="center"><strong>{$lang->poll} {$poll['question']}</strong><br /><span class="smalltext">{$pollstatus}</span></td>
</tr>
{$polloptions}
<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="tfoot" align="center"><strong>{$totpercent}</strong></td>

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

Zeile 3806Zeile 3799
<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>

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

</tr>

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

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

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

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

</tr>]]></template>
<template name="newthread_postpoll" version="120"><![CDATA[<tr>
<td class="{$bgcolor}" valign="top">
<strong>{$lang->poll}</strong><br /><span class="smalltext">{$lang->poll_desc}</span>
</td>
<td class="{$bgcolor}" valign="top">

</tr>]]></template>
<template name="newthread_postpoll" version="120"><![CDATA[<tr>
<td class="{$bgcolor}" valign="top">
<strong>{$lang->poll}</strong><br /><span class="smalltext">{$lang->poll_desc}</span>
</td>
<td class="{$bgcolor}" valign="top">

<span class="smalltext"><label><input type="checkbox" class="checkbox" name="postpoll" value="yes" {$postpollchecked} /><strong>{$lang->poll_check}</strong></label><br />
{$lang->num_options} <input type="text" class="textbox" name="numpolloptions" value="{$numpolloptions}" size="10" /> {$lang->max_options}</span>
</td>

<span class="smalltext"><label><input type="checkbox" class="checkbox" name="postpoll" value="yes" {$postpollchecked} /><strong>{$lang->poll_check}</strong></label><br />
{$lang->num_options} <input type="text" class="textbox" name="numpolloptions" value="{$numpolloptions}" size="10" /> {$lang->max_options}</span>
</td>

Zeile 3941Zeile 3934
		<template name="member_login" version="120"><![CDATA[<html>
<head>
<title>{$mybb->settings['bbname']} - {$lang->login}</title>

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

{$headerinclude}

{$headerinclude}

</head>
<body>
{$header}

</head>
<body>
{$header}

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

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

</tr>

</tr>

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

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

Zeile 3975Zeile 3968
</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">

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

<tr>

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

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

Zeile 3996Zeile 3989
</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>

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

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

</tr>
</table>

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

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

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

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

</table>
<br />

</table>
<br />

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

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

<tr>

<tr>

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

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

</tr>
<tr>

</tr>
<tr>

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

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

</tr>

<tr>
<td class="trow2" width="40%" valign="top"><strong>{$lang->syndication_limit}</strong><br /><span class="smalltext">{$lang->syndication_limit_desc}</span></td>
<td class="trow2" width="60%"><input type="text" class="textbox" name="limit" value="{$limit}" size="3" /> {$lang->syndication_threads_time}</td>

<tr>
<td class="trow2" width="40%" valign="top"><strong>{$lang->syndication_limit}</strong><br /><span class="smalltext">{$lang->syndication_limit_desc}</span></td>
<td class="trow2" width="60%"><input type="text" class="textbox" name="limit" value="{$limit}" size="3" /> {$lang->syndication_threads_time}</td>

Zeile 4051Zeile 4044
</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 4071Zeile 4052
<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="120"><![CDATA[<br /><br />

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

<form action="member.php" method="post">
<input type="hidden" name="action" value="do_login" />
<span class="smalltext"><strong>{$lang->quick_login}</strong></span>

<form action="member.php" method="post">
<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="this.value=''" />
<input type="password" class="textbox" name="password" title="{$lang->login_password}" value="{$lang->login_password}" onfocus="this.value=''" />

	<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="password" class="textbox" name="password" title="{$lang->login_password}" value="{$lang->login_password}" onfocus="if(this.value == '{$lang->login_password}') { this.value=''; }" onblur="if(this.value=='') { this.value='{$lang->login_password}'; }" />

	{$gobutton}
</form>]]></template>
<template name="multipage" version="120"><![CDATA[<div><span class="smalltext"><span class="pagenav">{$lang->multipage_pages}</span>{$start} {$prevpage} {$mppage} {$nextpage} {$end}</span></div>]]></template>

	{$gobutton}
</form>]]></template>
<template name="multipage" version="120"><![CDATA[<div><span class="smalltext"><span class="pagenav">{$lang->multipage_pages}</span>{$start} {$prevpage} {$mppage} {$nextpage} {$end}</span></div>]]></template>

Zeile 4361Zeile 4342
{$footer}
</body>
</html>]]></template>

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

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

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

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

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

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

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

<td class="thead" colspan="2"><strong>{$mybb->settings['bbname']} - {$lang->agreement}</strong></td>

<td class="thead"><strong>{$mybb->settings['bbname']} - {$lang->agreement}</strong></td>

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

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

Zeile 4433Zeile 4414
<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 4450Zeile 4431
{$latestthreads}
</td>
<td>&nbsp;</td>

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

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

<td valign="top">

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

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

Zeile 4512Zeile 4493
</table>
<br />]]></template>
<template name="portal_announcement_numcomments" version="120"><![CDATA[- <a href="{$mybb->settings['bburl']}/showthread.php?tid={$announcement['tid']}">{$lang->replies}</a> ({$announcement['replies']})]]></template>

</table>
<br />]]></template>
<template name="portal_announcement_numcomments" version="120"><![CDATA[- <a href="{$mybb->settings['bburl']}/showthread.php?tid={$announcement['tid']}">{$lang->replies}</a> ({$announcement['replies']})]]></template>

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

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

<tr>
<td class="thead"><strong>{$icon} <a href="{$mybb->settings['bburl']}/showthread.php?tid={$announcement['tid']}">{$announcement['subject']}</a></strong></td>
</tr>

<tr>
<td class="thead"><strong>{$icon} <a href="{$mybb->settings['bburl']}/showthread.php?tid={$announcement['tid']}">{$announcement['subject']}</a></strong></td>
</tr>

Zeile 4523Zeile 4504
</tr>
<tr>
<td class="trow1">

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

<table border="0" cellpadding="{$theme['tablespace']}" width="100%"><tr>{$avatar}<td class="trow1">{$message}{$post['attachments']}</td></tr>

<table border="0" cellpadding="{$theme['tablespace']}" width="100%"><tr>{$avatar}<td class="trow1"><p>{$message}</p>{$post['attachments']}</td></tr>

<tr><td align="right" colspan="2" valign="bottom"><span class="smalltext"><a href="{$mybb->settings['bburl']}/printthread.php?tid={$announcement['tid']}"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/printable.gif" alt="" /></a>&nbsp;<a href="{$mybb->settings['bburl']}/sendthread.php?tid={$announcement['tid']}"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/send.gif" alt="" /></a></span></td></tr>
</table>
</td>

<tr><td align="right" colspan="2" valign="bottom"><span class="smalltext"><a href="{$mybb->settings['bburl']}/printthread.php?tid={$announcement['tid']}"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/printable.gif" alt="" /></a>&nbsp;<a href="{$mybb->settings['bburl']}/sendthread.php?tid={$announcement['tid']}"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/send.gif" alt="" /></a></span></td></tr>
</table>
</td>

Zeile 5016Zeile 4997
</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>
<template name="moderation_deletepoll" version="120"><![CDATA[<html>

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

Zeile 5093Zeile 5074
</table>
</body>
</html>]]></template>

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

		<template name="misc_smilies_popup_smilie" version="120"><![CDATA[<td class="{$class}" align="center"><img src="{$smilie['image']}" alt="{$smilie['find']}" onclick="insertSmilie('{$smilie['find']}');" /></a></td>

		<template name="misc_smilies_popup_smilie" version="123"><![CDATA[<td class="{$class}" align="center"><img src="{$smilie['image']}" alt="{$smilie['find']}" onclick="insertSmilie('{$smilie['insert']}');" /></a></td>

<td class="{$class}">{$smilie['find']}</td>]]></template>
<template name="showteam" version="120"><![CDATA[<html>
<head>

<td class="{$class}">{$smilie['find']}</td>]]></template>
<template name="showteam" version="120"><![CDATA[<html>
<head>

Zeile 5154Zeile 5135
</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 5273Zeile 5254
<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="127"><![CDATA[<html>

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

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

Zeile 5296Zeile 5277
</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 5384Zeile 5365
{$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 5895Zeile 5876
<td class="trow1">
{$ignorelist}
{$newlist}

<td class="trow1">
{$ignorelist}
{$newlist}

</td>
</tr>

</td>
</tr>

<tr>
<td class="trow2" align="center"><span class="smalltext">{$lang->remove_add_note}</span></td>
</tr>

<tr>
<td class="trow2" align="center"><span class="smalltext">{$lang->remove_add_note}</span></td>
</tr>

Zeile 5928Zeile 5909
<td class="thead" colspan="2"><strong>{$lang->ip_lookup}</strong></td>
</tr>
<td class="trow2"><strong>{$lang->ip}</strong></td>

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

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

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

<tr>
<td class="trow1"><strong>{$lang->resolves_to}<br /><span class="smalltext">{$lang->if_resolvable}</span></strong></td>
<td class="trow2">{$host}</td>

<tr>
<td class="trow1"><strong>{$lang->resolves_to}<br /><span class="smalltext">{$lang->if_resolvable}</span></strong></td>
<td class="trow2">{$host}</td>

Zeile 5939Zeile 5920
{$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 5989Zeile 5970
&nbsp;
<select name="year">
{$yearopts}

&nbsp;
<select name="year">
{$yearopts}

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

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

<tr>
<td width="20%" class="trow2"><strong>{$lang->event_name}</strong></td>
<td class="trow2"><input type="text" class="textbox" size="50" name="subject" value="{$event['subject']}" /></td>

<tr>
<td width="20%" class="trow2"><strong>{$lang->event_name}</strong></td>
<td class="trow2"><input type="text" class="textbox" size="50" name="subject" value="{$event['subject']}" /></td>

Zeile 6014Zeile 5995
<div align="center"><input type="submit" class="button" value="{$lang->edit_event}" />
</div>
</form>

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

{$footer}
</body>

{$footer}
</body>

</html>]]></template>
<template name="postbit_offline" version="120"><![CDATA[<font color="#C7C7C7"><strong>{$lang->postbit_status_offline}</strong></font>]]></template>
<template name="postbit_editedby" version="120"><![CDATA[<p class="smalltext">{$post['editnote']} <a href="member.php?action=profile&amp;uid={$post['edituid']}">{$post['editusername']}</a>.</p>

</html>]]></template>
<template name="postbit_offline" version="120"><![CDATA[<font color="#C7C7C7"><strong>{$lang->postbit_status_offline}</strong></font>]]></template>
<template name="postbit_editedby" version="120"><![CDATA[<p class="smalltext">{$post['editnote']} <a href="member.php?action=profile&amp;uid={$post['edituid']}">{$post['editusername']}</a>.</p>

Zeile 6035Zeile 6016
		<template name="error" version="120"><![CDATA[<html>
<head>
<title>{$title}</title>

		<template name="error" version="120"><![CDATA[<html>
<head>
<title>{$title}</title>

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

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

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

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

<tr>

<tr>

<td class="thead"><span class="smalltext"><strong>{$title}</strong></span></td>

<td class="thead"><span class="smalltext"><strong>{$title}</strong></span></td>

</tr>

</tr>

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

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

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

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

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

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

Zeile 6082Zeile 6063
<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}

</tr>
{$postbit}

</table>

</table>

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

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

Zeile 6368Zeile 6349
		<template name="member_register_regimage" version="120"><![CDATA[<br />
<fieldset class="trow2">
<legend><strong>{$lang->image_verification}</strong></legend>

		<template name="member_register_regimage" version="120"><![CDATA[<br />
<fieldset class="trow2">
<legend><strong>{$lang->image_verification}</strong></legend>

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

<table cellspacing="0" cellpadding="{$theme['tablespace']}">
<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>

<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>
<td><input type="text" class="textbox" name="imagestring" value="" /><input type="hidden" name="imagehash" value="{$imagehash}" /></td>
</tr>

<tr>
<td><input type="text" class="textbox" name="imagestring" value="" /><input type="hidden" name="imagehash" value="{$imagehash}" /></td>
</tr>

Zeile 6380Zeile 6361
</fieldset>]]></template>
<template name="error_inline" version="120"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"><tr>
<td class="thead"><strong>{$title}</strong></td>

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

</tr>
<tr>

</tr>
<tr>

<td class="trow1">
<ul>
{$errorlist}

<td class="trow1">
<ul>
{$errorlist}

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

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

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

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

<tr>

<tr>

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

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

</tr>
<tr>
<td colspan="2"><input type="text" class="textbox" name="username" size="40" value="{$username}" /></td>
</tr>
{$passboxes}
<tr>

</tr>
<tr>
<td colspan="2"><input type="text" class="textbox" name="username" size="40" value="{$username}" /></td>
</tr>
{$passboxes}
<tr>

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

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

Zeile 6462Zeile 6443
<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>
<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>

</tr>
</table>

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

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

<tr>

<tr>

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

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

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

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

</tr>
<tr>
<td valign="top" colspan="2"><input type="checkbox" class="checkbox" name="enabledst" id="enabledst" value="yes" {$enabledstcheck} /> <span class="smalltext"><label for="enabledst">{$lang->enable_dst}</label></span></td>

</tr>
<tr>
<td valign="top" colspan="2"><input type="checkbox" class="checkbox" name="enabledst" id="enabledst" value="yes" {$enabledstcheck} /> <span class="smalltext"><label for="enabledst">{$lang->enable_dst}</label></span></td>

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

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

<tr>

<tr>

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

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

Zeile 6519Zeile 6500
		<template name="private_send_autocomplete" version="120"><![CDATA[<script type="text/javascript" src="jscripts/autocomplete.js?ver=121"></script>
<script type="text/javascript">
new autoComplete("to", "xmlhttp.php?action=get_users", {valueSpan: "username"});

		<template name="private_send_autocomplete" version="120"><![CDATA[<script type="text/javascript" src="jscripts/autocomplete.js?ver=121"></script>
<script type="text/javascript">
new autoComplete("to", "xmlhttp.php?action=get_users", {valueSpan: "username"});

</script>]]></template>

</script>]]></template>

		<template name="forumdisplay_threadlist_inlineedit_js" version="120"><![CDATA[<script type="text/javascript" src="jscripts/inline_edit.js?ver=121"></script>
<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}"});

		<template name="forumdisplay_threadlist_inlineedit_js" version="120"><![CDATA[<script type="text/javascript" src="jscripts/inline_edit.js?ver=121"></script>
<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}"});

Zeile 6535Zeile 6516
			</div>
<br style="clear: both;" />
</div>]]></template>

			</div>
<br style="clear: both;" />
</div>]]></template>

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

		<template name="reputation_vote" version="123"><![CDATA[<tr>

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

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

		{$reputation_vote['username']} <span class="smalltext">({$reputation_vote['user_reputation']}) - {$last_updated} {$delete_link}<br /><br /></span>

		{$reputation_vote['username']}{$reputation_vote['user_reputation']} - {$last_updated} {$delete_link}<br /><br /></span>

		<strong class="{$vote_type_class}">{$vote_type}:</strong> {$reputation_vote['comments']}
</td>
</tr>]]></template>

		<strong class="{$vote_type_class}">{$vote_type}:</strong> {$reputation_vote['comments']}
</td>
</tr>]]></template>

Zeile 6556Zeile 6537
<script type="text/javascript">var showBack = {$show_back};</script>
</head>
<body>

<script type="text/javascript">var showBack = {$show_back};</script>
</head>
<body>

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

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

			<strong>{$lang->error}</strong><br /><br />
<blockquote>{$message}</blockquote>
<br /><br />

			<strong>{$lang->error}</strong><br /><br />
<blockquote>{$message}</blockquote>
<br /><br />

Zeile 6567Zeile 6548
					<script type="text/javascript">
if(showBack == 1) { document.write('[<a href="javascript:history.go(-1);">{$lang->go_back}</a>]'); }
document.write('[<a href="javascript:window.close();">{$lang->close_window}</a>]');</script>

					<script type="text/javascript">
if(showBack == 1) { document.write('[<a href="javascript:history.go(-1);">{$lang->go_back}</a>]'); }
document.write('[<a href="javascript:window.close();">{$lang->close_window}</a>]');</script>

				</div>
</td>
</tr>
</table>
</body>

				</div>
</td>
</tr>
</table>
</body>

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

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

Zeile 6629Zeile 6610
	<tr>
<td><input type="text" class="textbox" name="imagestring" value="" /><input type="hidden" name="imagehash" value="{$imagehash}" /></td>
</tr>

	<tr>
<td><input type="text" class="textbox" name="imagestring" value="" /><input type="hidden" name="imagehash" value="{$imagehash}" /></td>
</tr>

</table>

</table>

</td>
</tr>]]></template>
<template name="post_captcha_hidden" version="120"><![CDATA[<input type="hidden" name="imagehash" value="{$imagehash}" />

</td>
</tr>]]></template>
<template name="post_captcha_hidden" version="120"><![CDATA[<input type="hidden" name="imagehash" value="{$imagehash}" />

Zeile 6653Zeile 6634
	{$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>