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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

<body>
{$header}
{$forums}

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

{$boardstats}
















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

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

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

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

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

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

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

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

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

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










<tr>

<tr>

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

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

</tr>
</table>

</tr>
</table>

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

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

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

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

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

<tr>

<tr>

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

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

Zeile 1622Zeile 1594
</tr>
<tr>
<td class="trow1">{$lang->too_many_sig_images}<br /><span class="smalltext">{$lang->too_many_sig_images2}</span>

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

</td>

</td>

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

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

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

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

<head>

<head>

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

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

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

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

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

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

<tr>

<tr>

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

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

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

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

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

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

<tr>

<tr>

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

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

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

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

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

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

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

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

Zeile 1731Zeile 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 1740Zeile 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 1757Zeile 1729
</tr>
<tr>
<td><span class="smalltext">{$lang->default_usertitle}</span></td>

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

</tr>

</tr>

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

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

</tr>
<tr>

</tr>
<tr>

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

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

</tr>
<tr>

</tr>
<tr>

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

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

</tr>
<tr>

</tr>
<tr>

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

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

</tr>

</tr>

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

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

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

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

<br />]]></template>
<template name="usercp_attachments_none" version="120"><![CDATA[<tr>
<td class="trow1" align="center" colspan="5">{$lang->no_attachments}</td>

<br />]]></template>
<template name="usercp_attachments_none" version="120"><![CDATA[<tr>
<td class="trow1" align="center" colspan="5">{$lang->no_attachments}</td>

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

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

</td>
</tr>
<tr>

</td>
</tr>
<tr>

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

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

</tr>

</tr>

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

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

</tr>
</table>

</tr>
</table>

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

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

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

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

<tr>

<tr>

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

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

</tr>
<tr>

</tr>
<tr>

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

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

</tr>

</tr>

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

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

</tr>
<tr>

</tr>
<tr>

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

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

</tr>

</tr>

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

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

Zeile 1913Zeile 1885
</td>
</tr>
{$newattach}

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

{$attachments}
</table>

{$attachments}
</table>

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

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

Zeile 1986Zeile 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 1995Zeile 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 2052Zeile 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}

{$headerinclude}

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

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

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

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

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

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

<tr>

<tr>

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

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

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

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

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

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

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

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

</td>
</tr>

</td>
</tr>

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

</table>
</form>
{$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 2102Zeile 2074
<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" colspan="2"><strong>{$lang->change_avatar}</strong></td>
</tr>
<tr>

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

Zeile 2120Zeile 2093
</tr>
<tr>
<td class="trow2"><strong>{$lang->gallery}</strong></td>

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

<td class="trow2">

<td class="trow2">

<form method="post" action="usercp.php">
<input type="hidden" name="action" value="avatar" />
<select name="gallery">

<form method="post" action="usercp.php">
<input type="hidden" name="action" value="avatar" />
<select name="gallery">

Zeile 2307Zeile 2280
<td class="trow2">{$timeonline}</td>
</tr>
{$reputation}

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

</table>
<br />

</table>
<br />

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

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

</tr>
<tr>

</tr>
<tr>

<td class="trow1"><strong>{$lang->homepage}</strong></td>
<td class="trow1">{$website}</td>
</tr>
{$sendemail}

<td class="trow1"><strong>{$lang->homepage}</strong></td>
<td class="trow1">{$website}</td>
</tr>
{$sendemail}

<tr>

<tr>

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

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

</tr>
<tr>

</tr>
<tr>

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

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

</tr>
<tr>

</tr>
<tr>

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

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

</tr>
<tr>

</tr>
<tr>

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

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

Zeile 2353Zeile 2326
</html>]]></template>
<template name="member_profile_adminoptions" version="120"><![CDATA[
<br /><table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" width="100%" class="tborder">

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

<tr>

<tr>

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

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

Zeile 2401Zeile 2374
		<template name="usercp_usergroups_leader" version="120"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead" colspan="3"><strong>{$lang->usergroups_leader}</strong></td>

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

</tr>
<tr>
<td class="tcat" width="35%"><strong>{$lang->usergroup}</strong></td>

</tr>
<tr>
<td class="tcat" width="35%"><strong>{$lang->usergroup}</strong></td>

<td class="tcat" align="center" width="32%"><strong>{$lang->usergroup_members}</strong></td>
<td class="tcat" align="center" width="32%"><strong>{$lang->join_requests}</strong></td>
</tr>

<td class="tcat" align="center" width="32%"><strong>{$lang->usergroup_members}</strong></td>
<td class="tcat" align="center" width="32%"><strong>{$lang->join_requests}</strong></td>
</tr>

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

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

</tr>
<tr>

</tr>
<tr>

<td class="tcat" width="35%"><strong>{$lang->usergroup}</strong></td>
<td class="tcat" align="center" width="32%"><strong>{$lang->usertitle}</strong></td>
<td class="tcat" align="center" width="32%"><strong>{$lang->usergroup_leave}</strong></td>

<td class="tcat" width="35%"><strong>{$lang->usergroup}</strong></td>
<td class="tcat" align="center" width="32%"><strong>{$lang->usertitle}</strong></td>
<td class="tcat" align="center" width="32%"><strong>{$lang->usergroup_leave}</strong></td>

Zeile 2494Zeile 2467
<td class="tcat" align="center" width="15%"><strong>{$lang->reg_date}</strong></td>
<td class="tcat" align="center" width="15%"><strong>{$lang->post_count}</strong></td>
<td class="tcat" width="1">&nbsp;</td>

<td class="tcat" align="center" width="15%"><strong>{$lang->reg_date}</strong></td>
<td class="tcat" align="center" width="15%"><strong>{$lang->post_count}</strong></td>
<td class="tcat" width="1">&nbsp;</td>

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

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

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

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

Zeile 2509Zeile 2482
		<template name="managegroup_adduser" version="120"><![CDATA[<br />
<form method="post" action="managegroup.php">
<input type="hidden" name="action" value="do_add" />

		<template name="managegroup_adduser" version="120"><![CDATA[<br />
<form method="post" action="managegroup.php">
<input type="hidden" name="action" value="do_add" />

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

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

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

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

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

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

</tr>

</tr>

<tr>
<td class="trow1" valign="top"><strong>{$lang->compose_to}</strong></td>
<td class="trow1"><input type="text" class="textbox" name="to" id="to" size="40" maxlength="{$mybb->settings['maxnamelength']}" value="{$to}" tabindex="1" /></td>

<tr>
<td class="trow1" valign="top"><strong>{$lang->compose_to}</strong></td>
<td class="trow1"><input type="text" class="textbox" name="to" id="to" size="40" maxlength="{$mybb->settings['maxnamelength']}" value="{$to}" tabindex="1" /></td>

Zeile 2780Zeile 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>
<td width="30%" class="trow1" valign="top"><strong>{$lang->event_details}</strong></td>
<td width="70%" class="trow1">

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

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

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

<tr>

<tr>

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

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

Zeile 2813Zeile 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 2875Zeile 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 2898Zeile 2871
			</td>
</tr>
</table>

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

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

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

<tr>
<td class="tfoot" align="right">
<form action="reputation.php" method="get">

<tr>
<td class="tfoot" align="right">
<form action="reputation.php" method="get">

Zeile 2946Zeile 2919
{$buddys['online']}
<tr>
<td colspan="2" class="tcat" align="center"><strong>{$lang->offline}</strong></td>

{$buddys['online']}
<tr>
<td colspan="2" class="tcat" align="center"><strong>{$lang->offline}</strong></td>

</tr>

</tr>

{$buddys['offline']}
<tr>
<td colspan="2" class="tfoot" align="center"><span class="smalltext"><a href="misc.php?action=buddypopup">{$lang->refresh}</a></span></td>

{$buddys['offline']}
<tr>
<td colspan="2" class="tfoot" align="center"><span class="smalltext"><a href="misc.php?action=buddypopup">{$lang->refresh}</a></span></td>

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

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

</tr>
<tr>

</tr>
<tr>

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

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

Zeile 3016Zeile 2989
<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>

Zeile 3156Zeile 3129
<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>
<td width="30%" class="trow1" valign="top"><strong>{$lang->event_details}</strong></td>
<td width="70%" class="trow1">

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

Zeile 3388Zeile 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 3406Zeile 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 3438Zeile 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 3556Zeile 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 3786Zeile 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">

Zeile 4070Zeile 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 4452Zeile 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 4469Zeile 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 4641Zeile 4603
</tr>
<tr>
<td><br /><hr size="1" />{$postrows}</td>

</tr>
<tr>
<td><br /><hr size="1" />{$postrows}</td>

</tr>
</table>

</tr>
</table>

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

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

Zeile 4651Zeile 4613
		<template name="usercp_password" version="122"><![CDATA[<html>
<head>
<title>{$mybb->settings['bbname']} - {$lang->change_password}</title>

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

{$headerinclude}
</head>
<body>

{$headerinclude}
</head>
<body>

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

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

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

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

</tr>

</tr>

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

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

Zeile 4728Zeile 4690
<tr>
<td class="trow1" width="40%"><strong>{$lang->confirm_email}</strong></td>
<td class="trow1" width="60%"><input type="text" class="textbox" name="email2" size="25" maxlength="150" value="{$email2}" /></td>

<tr>
<td class="trow1" width="40%"><strong>{$lang->confirm_email}</strong></td>
<td class="trow1" width="60%"><input type="text" class="textbox" name="email2" size="25" maxlength="150" value="{$email2}" /></td>

</tr>
</table>

</tr>
</table>

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

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

Zeile 4893Zeile 4855
		<template name="search_results_posts" version="120"><![CDATA[<html>
<head>
<title>{$mybb->settings['bbname']} - {$lang->search_results}</title>

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

{$headerinclude}
</head>
<body>
{$header}
<table width="100%" align="center" border="0">
<tr>
<td align="right" valign="top">{$multipage}</td>
</tr>
</table>
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">

{$headerinclude}
</head>
<body>
{$header}
<table width="100%" align="center" border="0">
<tr>
<td align="right" valign="top">{$multipage}</td>
</tr>
</table>
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">

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

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

Zeile 4922Zeile 4884
	<tr>
<td align="right" valign="top">{$multipage}</td>
</tr>

	<tr>
<td align="right" valign="top">{$multipage}</td>
</tr>

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

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

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

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

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

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

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

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

<td class="trow1">
<table cellspacing="0" cellpadding="0" border="0" width="100%">
<tr>
<td class="trow1"><span class="smalltext"><a href="usercp2.php?action=removesubscriptions">{$lang->remove_all_subscriptions}</a> | <a href="usercp.php?action=favorites">{$lang->view_favorite_threads}</a></span></td>
<td class="trow1" align="right">&nbsp;{$multipage}</td>

<td class="trow1">
<table cellspacing="0" cellpadding="0" border="0" width="100%">
<tr>
<td class="trow1"><span class="smalltext"><a href="usercp2.php?action=removesubscriptions">{$lang->remove_all_subscriptions}</a> | <a href="usercp.php?action=favorites">{$lang->view_favorite_threads}</a></span></td>
<td class="trow1" align="right">&nbsp;{$multipage}</td>

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

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

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

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

Zeile 4978Zeile 4940
<td class="thead" align="center"><span class="smalltext"><strong>{$lang->lastpost}</strong></span></td>
</tr>
{$threads}

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

</table>

</table>

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

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

Zeile 4988Zeile 4950
		<template name="online_today_row" version="120"><![CDATA[<tr>
<td align="center" class="trow1" width="50%"><a href="member.php?action=profile&amp;uid={$online['uid']}">{$username}</a>{$invisiblemark}</td>
<td align="center" class="trow2" width="50%">{$onlinetime}</td>

		<template name="online_today_row" version="120"><![CDATA[<tr>
<td align="center" class="trow1" width="50%"><a href="member.php?action=profile&amp;uid={$online['uid']}">{$username}</a>{$invisiblemark}</td>
<td align="center" class="trow2" width="50%">{$onlinetime}</td>

</tr>]]></template>

</tr>]]></template>

		<template name="member_profile_email" version="120"><![CDATA[<tr>
<td class="trow2"><strong>{$lang->email}</strong></td>
<td class="trow2"><a href="member.php?action=emailuser&amp;uid={$memprofile['uid']}">{$lang->send_user_email}</a></td>

		<template name="member_profile_email" version="120"><![CDATA[<tr>
<td class="trow2"><strong>{$lang->email}</strong></td>
<td class="trow2"><a href="member.php?action=emailuser&amp;uid={$memprofile['uid']}">{$lang->send_user_email}</a></td>

Zeile 5029Zeile 4991
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead"><span class="smalltext"><strong>{$lang->messages_in_thread}</strong></span></td>

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

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

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

</table>
]]></template>

</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 5077Zeile 5039
<label><input type="checkbox" class="checkbox" name="modoptions[closethread]" value="yes" {$closecheck} />{$lang->close_thread}</label><br />
<label><input type="checkbox" class="checkbox" name="modoptions[stickthread]" value="yes" {$stickycheck} />{$lang->stick_thread}</label>
</span></td>

<label><input type="checkbox" class="checkbox" name="modoptions[closethread]" value="yes" {$closecheck} />{$lang->close_thread}</label><br />
<label><input type="checkbox" class="checkbox" name="modoptions[stickthread]" value="yes" {$stickycheck} />{$lang->stick_thread}</label>
</span></td>

</tr>]]></template>

</tr>]]></template>

		<template name="smilieinsert_getmore" version="120"><![CDATA[<tr>
<td class="trow2" align="center"><span class="smalltext"><strong>[<a href="javascript:clickableEditor.openGetMoreSmilies('clickableEditor');">{$lang->smilieinsert_getmore}</a>]</strong></span></td>
</tr>]]></template>

		<template name="smilieinsert_getmore" version="120"><![CDATA[<tr>
<td class="trow2" align="center"><span class="smalltext"><strong>[<a href="javascript:clickableEditor.openGetMoreSmilies('clickableEditor');">{$lang->smilieinsert_getmore}</a>]</strong></span></td>
</tr>]]></template>

Zeile 5096Zeile 5058
	}
</script>


	}
</script>


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

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

<td class="thead" colspan="4"><strong>{$lang->smilies_listing}</strong></td>

<td class="thead" colspan="4"><strong>{$lang->smilies_listing}</strong></td>

</tr>
<tr>

</tr>
<tr>

<td class="tcat" colspan="4"><span class="smalltext">{$lang->click_to_add}</span></td>
</tr>
{$smilies}
<tr>
<td class="thead" colspan="4" align="center"><span class="smalltext">[<a href="javascript:window.close();">{$lang->close_window}</a>]</span></td>

<td class="tcat" colspan="4"><span class="smalltext">{$lang->click_to_add}</span></td>
</tr>
{$smilies}
<tr>
<td class="thead" colspan="4" align="center"><span class="smalltext">[<a href="javascript:window.close();">{$lang->close_window}</a>]</span></td>

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

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

</html>]]></template>
<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>
<title>{$mybb->settings['bbname']} - {$lang->forum_team}</title>

</html>]]></template>
<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>
<title>{$mybb->settings['bbname']} - {$lang->forum_team}</title>

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

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

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

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

Zeile 5164Zeile 5126
		<template name="postbit_iplogged_hiden" version="120"><![CDATA[<div class="smalltext">{$lang->postbit_ipaddress} <a href="moderation.php?action=getip&amp;pid={$post['pid']}">{$lang->postbit_ipaddress_logged}</a></div>]]></template>
<template name="usercp_options_tppselect" version="120"><![CDATA[<tr>
<td colspan="2"><span class="smalltext">{$lang->tpp}</span></td>

		<template name="postbit_iplogged_hiden" version="120"><![CDATA[<div class="smalltext">{$lang->postbit_ipaddress} <a href="moderation.php?action=getip&amp;pid={$post['pid']}">{$lang->postbit_ipaddress_logged}</a></div>]]></template>
<template name="usercp_options_tppselect" version="120"><![CDATA[<tr>
<td colspan="2"><span class="smalltext">{$lang->tpp}</span></td>

</tr>
<tr>
<td colspan="2">

</tr>
<tr>
<td colspan="2">

<select name="tpp">
<option value="">{$lang->use_default}</option>
{$tppoptions}
</select>
</td>
</tr>]]></template>

<select name="tpp">
<option value="">{$lang->use_default}</option>
{$tppoptions}
</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>
<title>{$mybb->settings['bbname']} - {$lang->calendar} - {$lang->day_view}</title>

		<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>
<title>{$mybb->settings['bbname']} - {$lang->calendar} - {$lang->day_view}</title>

{$headerinclude}

{$headerinclude}

</head>
<body>
{$header}

</head>
<body>
{$header}

Zeile 5188Zeile 5150
</body>
</html>]]></template>
<template name="usercp_changeavatar" version="120"><![CDATA[<html>

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

<head>

<head>

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

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

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

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

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

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

Zeile 5218Zeile 5180
<td class="trow1" width="40%"><strong>{$lang->avatar_list}</strong><br /><span class="smalltext">{$lang->avatar_list_note}</span></td>
<td class="trow1" width="55%">
<table border="0" cellspacing="0" cellpadding="0" width="100%">

<td class="trow1" width="40%"><strong>{$lang->avatar_list}</strong><br /><span class="smalltext">{$lang->avatar_list_note}</span></td>
<td class="trow1" width="55%">
<table border="0" cellspacing="0" cellpadding="0" width="100%">

<tr>
<td valign="middle">

<tr>
<td valign="middle">

<select name="avatarlist" size="5" onChange="document.images.avatarpic.src='{$mybb->settings['avatardir']}/'+this[this.selectedIndex].value;">
{$listoptions}
</select>

<select name="avatarlist" size="5" onChange="document.images.avatarpic.src='{$mybb->settings['avatardir']}/'+this[this.selectedIndex].value;">
{$listoptions}
</select>

</td>

</td>

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

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

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

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

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

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

Zeile 5251Zeile 5213
		<template name="usercp_notepad" version="120"><![CDATA[<html>
<head>
<title>{$mybb->settings['bbname']} - {$lang->personal_notepad}</title>

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

{$headerinclude}
</head>
<body>
{$header}
<form action="usercp.php" method="post">
<table width="100%" border="0" align="center">
<tr>
{$usercpnav}
<td valign="top">

{$headerinclude}
</head>
<body>
{$header}
<form action="usercp.php" method="post">
<table width="100%" border="0" align="center">
<tr>
{$usercpnav}
<td valign="top">

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

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

Zeile 5292Zeile 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 5315Zeile 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 5403Zeile 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 5451Zeile 5413
		<template name="moderation_deleteposts" version="120"><![CDATA[<html>
<head>
<title>{$mybb->settings['bbname']} - {$lang->delete_posts}</title>

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

{$headerinclude}
</head>

{$headerinclude}
</head>

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

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

Zeile 5639Zeile 5601
		<template name="forumdisplay_inlinemoderation_col" version="121"><![CDATA[<td class="tcat" align="center" width="1"><input type="checkbox" name="allbox" onclick="inlineModeration.checkAll(this)" /></td>]]></template>
<template name="printthread_post" version="120"><![CDATA[<strong>{$postrow['subject']}</strong> - <a href="member.php?action=profile&amp;uid={$postrow['uid']}"><strong>{$postrow['username']}</strong></a> - <strong>{$postrow['date']}</strong> <strong>{$postrow['time']}</strong>
<br />

		<template name="forumdisplay_inlinemoderation_col" version="121"><![CDATA[<td class="tcat" align="center" width="1"><input type="checkbox" name="allbox" onclick="inlineModeration.checkAll(this)" /></td>]]></template>
<template name="printthread_post" version="120"><![CDATA[<strong>{$postrow['subject']}</strong> - <a href="member.php?action=profile&amp;uid={$postrow['uid']}"><strong>{$postrow['username']}</strong></a> - <strong>{$postrow['date']}</strong> <strong>{$postrow['time']}</strong>
<br />

<br />
{$postrow['message']}
<br />
<br />

<br />
{$postrow['message']}
<br />
<br />

<hr size="1" />]]></template>
<template name="error_nopermission" version="120"><![CDATA[{$lang->error_nopermission_guest_1}
<ol>

<hr size="1" />]]></template>
<template name="error_nopermission" version="120"><![CDATA[{$lang->error_nopermission_guest_1}
<ol>

Zeile 5650Zeile 5612
<li>{$lang->error_nopermission_guest_3}
</li>
<li>{$lang->error_nopermission_guest_4}</li>

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

</ol>

</ol>

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

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

<tr>

<tr>

<td class="thead" colspan="2"><span class="smalltext"><strong>{$lang->login}</strong></span></td>
</tr>
<tr>
<td class="trow1"><strong>{$lang->username}</strong></td>
<td class="trow1"><input type="text" class="textbox" name="username" /></td>

<td class="thead" colspan="2"><span class="smalltext"><strong>{$lang->login}</strong></span></td>
</tr>
<tr>
<td class="trow1"><strong>{$lang->username}</strong></td>
<td class="trow1"><input type="text" class="textbox" name="username" /></td>

</tr>

</tr>

<tr>
<td class="trow2"><strong>{$lang->password}</strong></td>
<td class="trow2"><input type="password" class="textbox" name="password" /></td>

<tr>
<td class="trow2"><strong>{$lang->password}</strong></td>
<td class="trow2"><input type="password" class="textbox" name="password" /></td>

Zeile 5683Zeile 5645
		<template name="private_folders" version="120"><![CDATA[<html>
<head>
<title>{$mybb->settings['bbname']} - {$lang->pm_folders}</title>

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

{$headerinclude}
</head>

{$headerinclude}
</head>

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

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

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

</tr>
<tr>

</tr>
<tr>

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

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

<tr>

<tr>

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

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

</tr>

</tr>

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

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

</table>

</table>

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

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

Zeile 5730Zeile 5692
		<template name="moderation_move" version="120"><![CDATA[<html>
<head>
<title>{$mybb->settings['bbname']} - {$lang->move_copy_thread}</title>

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

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

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

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

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

Zeile 5756Zeile 5718
<br />
<div align="center"><input type="submit" class="button" name="submit" value="{$lang->move_copy_thread}" /></div>
<input type="hidden" name="action" value="do_move" />

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

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

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

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

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

Zeile 5806Zeile 5768
		<template name="calendar_eventbit_public" version="120"><![CDATA[<a href="calendar.php?action=event&amp;eid={$event['eid']}" title="{$event['fullsubject']}"><span class="smalltext"><font color="{$mybb->settings['publiceventcolor']}">{$event['subject']}</font></span></a><br />]]></template>
<template name="calendar_eventbit_private" version="120"><![CDATA[<a href="calendar.php?action=event&amp;eid={$event['eid']}" title="{$event['fullsubject']}"><span class="smalltext"><font color="{$mybb->settings['privateeventcolor']}">{$event['subject']}</font></span></a><br />]]></template>
<template name="calendar_daybit_today" version="120"><![CDATA[<td width="14%" height="90" class="trow2" valign="top">

		<template name="calendar_eventbit_public" version="120"><![CDATA[<a href="calendar.php?action=event&amp;eid={$event['eid']}" title="{$event['fullsubject']}"><span class="smalltext"><font color="{$mybb->settings['publiceventcolor']}">{$event['subject']}</font></span></a><br />]]></template>
<template name="calendar_eventbit_private" version="120"><![CDATA[<a href="calendar.php?action=event&amp;eid={$event['eid']}" title="{$event['fullsubject']}"><span class="smalltext"><font color="{$mybb->settings['privateeventcolor']}">{$event['subject']}</font></span></a><br />]]></template>
<template name="calendar_daybit_today" version="120"><![CDATA[<td width="14%" height="90" class="trow2" valign="top">

<strong><a href="calendar.php?action=dayview&amp;year={$year}&amp;month={$month}&amp;day={$i}">{$i}</a></strong>
<br /><span class="smalltext">{$birthdays}{$events[$i]}</span>

<strong><a href="calendar.php?action=dayview&amp;year={$year}&amp;month={$month}&amp;day={$i}">{$i}</a></strong>
<br /><span class="smalltext">{$birthdays}{$events[$i]}</span>

</td>]]></template>
<template name="calendar_daybit" version="120"><![CDATA[<td width="14%" height="90" class="trow1" valign="top">
<strong><a href="calendar.php?action=dayview&amp;year={$year}&amp;month={$month}&amp;day={$i}">{$i}</a></strong>

</td>]]></template>
<template name="calendar_daybit" version="120"><![CDATA[<td width="14%" height="90" class="trow1" valign="top">
<strong><a href="calendar.php?action=dayview&amp;year={$year}&amp;month={$month}&amp;day={$i}">{$i}</a></strong>

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

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

{$headerinclude}
</head>
<body>

{$headerinclude}
</head>
<body>

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

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

<tr>

<tr>

<td class="thead" colspan="2"><strong>{$lang->activate_account}</strong></td>
</tr>
<tr>
<td class="trow1" width="30%"><strong>{$lang->username}</strong></td>
<td class="trow1"><input type="text" class="textbox" name="username" value="{$user['username']}" /></td>

<td class="thead" colspan="2"><strong>{$lang->activate_account}</strong></td>
</tr>
<tr>
<td class="trow1" width="30%"><strong>{$lang->username}</strong></td>
<td class="trow1"><input type="text" class="textbox" name="username" value="{$user['username']}" /></td>

</tr>
<tr>

</tr>
<tr>

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

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

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

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

<tr>

<tr>

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

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

Zeile 5889Zeile 5851
<tr>
<td class="trow1">
{$buddylist}

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

{$newlist}

{$newlist}

</td>

</td>

</tr>

</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 5901Zeile 5863
<input type="hidden" name="action" value="do_editlists" />
<input type="hidden" name="list" value="buddy" />
<input type="submit" class="button" name="submit" value="{$lang->update_buddy_list}" />

<input type="hidden" name="action" value="do_editlists" />
<input type="hidden" name="list" value="buddy" />
<input type="submit" class="button" name="submit" value="{$lang->update_buddy_list}" />

</div>

</div>

</form>
</td>
<td align="left" valign="top" width="50%">
<form action="usercp.php" method="post">
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">

</form>
</td>
<td align="left" valign="top" width="50%">
<form action="usercp.php" method="post">
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">

<tr>

<tr>

<td class="thead" align="center"><strong>{$lang->edit_ignore_list}</strong></td>
</tr>
<tr>
<td class="trow1">
{$ignorelist}

<td class="thead" align="center"><strong>{$lang->edit_ignore_list}</strong></td>
</tr>
<tr>
<td class="trow1">
{$ignorelist}

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

{$newlist}
</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 5925Zeile 5887
<input type="hidden" name="action" value="do_editlists" />
<input type="hidden" name="list" value="ignore" />
<input type="submit" class="button" name="submit" value="{$lang->update_ignore_list}" />

<input type="hidden" name="action" value="do_editlists" />
<input type="hidden" name="list" value="ignore" />
<input type="submit" class="button" name="submit" value="{$lang->update_ignore_list}" />

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

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

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

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

Zeile 5958Zeile 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 6101Zeile 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}
</table>

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

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

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

{$headerinclude}
</head>
<body>

{$headerinclude}
</head>
<body>

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

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

<tr>

<tr>

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

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

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

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

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

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

Zeile 6159Zeile 6121
{$forums}
</table>
</td>

{$forums}
</table>
</td>

</tr>
</table>

</tr>
</table>

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

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

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

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

</tr>

</tr>

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

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

</tr>
<tr>

</tr>
<tr>

<td class="trow1" align="center" colspan="2"><strong><img src="http://opi.yahoo.com/online?u={$user['yahoo']}&amp;m=g&amp;t=2" /></strong></td>
</tr>
<tr>
<td class="trow1" align="center" colspan="2"><span class="smalltext"><a href="http://edit.yahoo.com/config/send_webmesg?.target={$user['yahoo']}&amp;.src=pg">{$lang->send_y_message}</a></span></td>
</tr><tr>
<td class="trow1" align="center" colspan="2"><span class="smalltext"><a href="http://members.yahoo.com/interests?.oc=t&amp;.kw={$user['yahoo']}&amp;.sb=1">{$lang->view_y_profile}</a></td>

<td class="trow1" align="center" colspan="2"><strong><img src="http://opi.yahoo.com/online?u={$user['yahoo']}&amp;m=g&amp;t=2" /></strong></td>
</tr>
<tr>
<td class="trow1" align="center" colspan="2"><span class="smalltext"><a href="http://edit.yahoo.com/config/send_webmesg?.target={$user['yahoo']}&amp;.src=pg">{$lang->send_y_message}</a></span></td>
</tr><tr>
<td class="trow1" align="center" colspan="2"><span class="smalltext"><a href="http://members.yahoo.com/interests?.oc=t&amp;.kw={$user['yahoo']}&amp;.sb=1">{$lang->view_y_profile}</a></td>

</tr>
</table>

</tr>
</table>

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

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

<tr>

<tr>

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

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

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

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

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

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

<tr>

<tr>

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

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

</tr>

</tr>

<tr>
<td class="trow1">{$sigpreview}</td>
</tr>
</table>
<br />]]></template>
<template name="member_resendactivation" version="120"><![CDATA[<html>

<tr>
<td class="trow1">{$sigpreview}</td>
</tr>
</table>
<br />]]></template>
<template name="member_resendactivation" version="120"><![CDATA[<html>

<head>

<head>

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

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

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

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

<tr>

<tr>

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

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

</tr>
<tr>

</tr>
<tr>

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

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

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

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

{$headerinclude}
</head>

{$headerinclude}
</head>

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

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

<tr>

<tr>

<td class="thead" colspan="2"><strong>{$lang->move_threads}</strong></td>
</tr>
{$loginbox}
<tr>
<td class="trow1"><strong>{$lang->new_forum}</strong></td>
<td class="trow2">{$forumselect}</td>

<td class="thead" colspan="2"><strong>{$lang->move_threads}</strong></td>
</tr>
{$loginbox}
<tr>
<td class="trow1"><strong>{$lang->new_forum}</strong></td>
<td class="trow2">{$forumselect}</td>

</tr>

</tr>

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

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

Zeile 6323Zeile 6285
</body>
</html>]]></template>
<template name="moderation_inline_mergeposts" version="120"><![CDATA[<html>

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

<head>

<head>

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

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

Zeile 6331Zeile 6293
{$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">

<tr>

<tr>

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

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

</tr>
<tr>

</tr>
<tr>

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

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

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

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

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

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

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

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

Zeile 6369Zeile 6331
<tr>
<td class="trow2"><strong>{$lang->new_subject}</strong></td>
<td class="trow2"><input type="text" class="textbox" name="newsubject" value="[split] {$thread['subject']}" size="50" /></td>

<tr>
<td class="trow2"><strong>{$lang->new_subject}</strong></td>
<td class="trow2"><input type="text" class="textbox" name="newsubject" value="[split] {$thread['subject']}" size="50" /></td>

</tr>

</tr>

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

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

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

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

</tr>
<tr>

</tr>
<tr>

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

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

Zeile 6422Zeile 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']}">
<tr>
<td colspan="2"><span class="smalltext">{$lang->username}</span></td>

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

</tr>

</tr>

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

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

<tr>

<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 6469Zeile 6431
<tr>
<td valign="top" width="1"><input type="checkbox" class="checkbox" name="receivepms" id="receivepms" value="yes" {$receivepmscheck} /></td>
<td valign="top"><span class="smalltext"><label for="receivepms">{$lang->receive_pms}</label></span></td>

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

</tr>

</tr>

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

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

</tr>
<tr>

</tr>
<tr>

<td valign="top" width="1"><input type="checkbox" class="checkbox" name="emailpmnotify" id="emailpmnotify" value="yes" {$emailpmnotifycheck} /></td>
<td valign="top"><span class="smalltext"><label for="emailpmnotify">{$lang->email_notify_newpm}</label></span></td>
</tr>
<tr>
<td valign="top" width="1"><input type="checkbox" class="checkbox" name="invisible" id="invisible" value="yes" {$invisiblecheck} /></td>
<td valign="top"><span class="smalltext"><label for="invisible">{$lang->invisible_mode}</label></span></td>

<td valign="top" width="1"><input type="checkbox" class="checkbox" name="emailpmnotify" id="emailpmnotify" value="yes" {$emailpmnotifycheck} /></td>
<td valign="top"><span class="smalltext"><label for="emailpmnotify">{$lang->email_notify_newpm}</label></span></td>
</tr>
<tr>
<td valign="top" width="1"><input type="checkbox" class="checkbox" name="invisible" id="invisible" value="yes" {$invisiblecheck} /></td>
<td valign="top"><span class="smalltext"><label for="invisible">{$lang->invisible_mode}</label></span></td>

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

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

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

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

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

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

</tr>
</table>

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

</fieldset>
<br />
<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><select name="language"><option value="">{$lang->lang_select_default}</option><option value="">-----------</option>{$langoptions}</select></td>

<td colspan="2"><span class="smalltext">{$lang->lang_select_desc}</span></td>
</tr>
<tr>
<td><select name="language"><option value="">{$lang->lang_select_default}</option><option value="">-----------</option>{$langoptions}</select></td>

</tr>
</table>

</tr>
</table>

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

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

Zeile 6575Zeile 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 6586Zeile 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 6648Zeile 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 6672Zeile 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>