Vergleich install/resources/mybb_theme.xml - 1.2.1 - 1.2.8

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

<?xml version="1.0" encoding="ISO-8859-1"?>

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

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

	<cssbits>
<body>
<background><![CDATA[#efefef]]></background>

	<cssbits>
<body>
<background><![CDATA[#efefef]]></background>

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 448Zeile 448
}]]></extracss>
</themebits>
<templates>

}]]></extracss>
</themebits>
<templates>

		    <template name="forumdisplay_threadlist" version="120"><![CDATA[<div class="float_right" style="padding-bottom: 4px;">

		    <template name="forumdisplay_threadlist" version="122"><![CDATA[<div class="float_right" style="padding-bottom: 4px;">

	{$newthread}
</div>
{$multipage}

	{$newthread}
</div>
{$multipage}

Zeile 521Zeile 521
			<table width="100%" border="0">
<tr>
<td>

			<table width="100%" border="0">
<tr>
<td>

						<table width="5%" cellspacing="0" cellpadding="2" style="white-space: nowrap; border: none">

						<table cellspacing="0" cellpadding="2" style="white-space: nowrap; border: none">

							<tr>
<td>
<img src="{$theme['imgdir']}/newfolder.gif" alt="{$lang->new_thread}" />&nbsp;&nbsp;<span class="smalltext">{$lang->new_thread}</span><br />

							<tr>
<td>
<img src="{$theme['imgdir']}/newfolder.gif" alt="{$lang->new_thread}" />&nbsp;&nbsp;<span class="smalltext">{$lang->new_thread}</span><br />

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

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

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

		<template name="header_welcomeblock_member" version="128"><![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']}&amp;sid={$session->sid}">{$lang->welcome_logout}</a>)<br />

				<span class="links">

				<span class="links">

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

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

				</span>

				</span>

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

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

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

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

Zeile 852Zeile 852
</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 902
<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 1446Zeile 1446
var inlineId = {$fid};
</script>
<br />]]></template>

var inlineId = {$fid};
</script>
<br />]]></template>

		<template name="report_thanks"><![CDATA[<html>

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

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

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

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

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

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

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

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

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

Zeile 1507Zeile 1525
{$headerinclude}
</head>
<body>

{$headerinclude}
</head>
<body>

<br />

<br />

<br />
<br />
<br />
<div style="margin: auto auto; width: {$lang->redirect_width}" align="center">
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">

<br />
<br />
<br />
<div style="margin: auto auto; width: {$lang->redirect_width}" align="center">
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">

<tr>

<tr>

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

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

</tr>
<tr>
<td class="trow1" align="center"><p>{$message}</p></td>
</tr>

</tr>
<tr>
<td class="trow1" align="center"><p>{$message}</p></td>
</tr>

<tr>
<td class="trow2" align="right"><a href="{$url}"><span class="smalltext">{$lang->click_no_wait}</span></a></td>
</tr>

<tr>
<td class="trow2" align="right"><a href="{$url}"><span class="smalltext">{$lang->click_no_wait}</span></a></td>
</tr>

Zeile 1529Zeile 1547
		<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">

<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>
<tr>
<td class="trow1" align="center" colspan="2"><input type="submit" class="button" name="submit" value="{$lang->send_message}"></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>
<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 1580Zeile 1585
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead" align="center" colspan="2"><strong>{$lang->password_required}</strong></td>

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

</tr>
<tr>

</tr>
<tr>

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

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

</tr>
<tr>

</tr>
<tr>

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

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

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

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

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

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

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

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

<tr>

<tr>

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

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

Zeile 1664Zeile 1669
		<template name="usercp" version="120"><![CDATA[<html>
<head>
<title>{$lang->user_cp}</title>

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

{$headerinclude}
</head>

{$headerinclude}
</head>

<body>
{$header}
<table width="100%" border="0" align="center">

<body>
{$header}
<table width="100%" border="0" align="center">

<tr>

<tr>

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

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

</tr>

</tr>

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

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

Zeile 1684Zeile 1689
<tr>
<td class="trow2" width="50%"><strong>{$lang->primary_usergroup}</strong></td>
<td class="trow2" width="50%">{$usergroup}</td>

<tr>
<td class="trow2" width="50%"><strong>{$lang->primary_usergroup}</strong></td>
<td class="trow2" width="50%">{$usergroup}</td>

</tr>

</tr>

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

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

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

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

			</div>

			</div>

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

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

Zeile 1722Zeile 1727

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 1734Zeile 1739
		<template name="usercp_profile_customtitle" version="120"><![CDATA[<fieldset class="trow2">
<legend><strong>{$lang->custom_usertitle}</strong></legend>
<table cellspacing="0" cellpadding="{$theme['tablespace']}">

		<template name="usercp_profile_customtitle" version="120"><![CDATA[<fieldset class="trow2">
<legend><strong>{$lang->custom_usertitle}</strong></legend>
<table cellspacing="0" cellpadding="{$theme['tablespace']}">

<tr>

<tr>

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

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

</tr>
<tr>

</tr>
<tr>

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

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

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

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

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

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

Zeile 1895Zeile 1900
</td>
</tr>
{$newattach}

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

{$attachments}

{$attachments}

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

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

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

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

</tr>

</tr>

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

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

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

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

</tr>
<tr>

</tr>
<tr>

<td class="trow1" width="40%"><strong>{$lang->attachstats_attachs}</strong></td>
<td class="trow1" width="60%">{$totalattachments}</td>
</tr>

<td class="trow1" width="40%"><strong>{$lang->attachstats_attachs}</strong></td>
<td class="trow1" width="60%">{$totalattachments}</td>
</tr>

Zeile 1952Zeile 1957
<tr>
<td class="trow1" width="40%"><strong>{$lang->attachstats_bandwidth}</strong></td>
<td class="trow1" width="60%">{$bandwidth}</td>

<tr>
<td class="trow1" width="40%"><strong>{$lang->attachstats_bandwidth}</strong></td>
<td class="trow1" width="60%">{$bandwidth}</td>

</tr>

</tr>

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

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

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

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

{$headerinclude}

{$headerinclude}

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

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

<tr>

<tr>

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

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

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

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

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

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

Zeile 1989Zeile 1994
		<template name="forumdisplay_rules" version="120"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead"><strong>{$foruminfo['rulestitle']}</strong></td>

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

</tr>
<tr>

</tr>
<tr>

<td class="trow1"><span class="smalltext">{$foruminfo['rules']}</span></td>

<td class="trow1"><span class="smalltext">{$foruminfo['rules']}</span></td>

</tr>
</table>

</tr>
</table>

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

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

</tr>
</table>

</tr>
</table>

<br />]]></template>
<template name="forumdisplay" version="120"><![CDATA[<html>
<head>
<title>{$mybb->settings['bbname']} - {$foruminfo['name']} </title>
{$headerinclude}
{$rssdiscovery}

<br />]]></template>
<template name="forumdisplay" version="120"><![CDATA[<html>
<head>
<title>{$mybb->settings['bbname']} - {$foruminfo['name']} </title>
{$headerinclude}
{$rssdiscovery}

</head>
<body>
{$header}

</head>
<body>
{$header}

{$moderatedby}
{$usersbrowsing}<br /><br />
{$rules}

{$moderatedby}
{$usersbrowsing}<br /><br />
{$rules}

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

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

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

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

<td class="trow2"><strong>{$lang->user_group}</strong></td>
<td class="trow2">{$usergroup['title']}</td>
</tr>
<tr>
<td class="trow1"><strong>{$lang->join_reason}</strong></td>
<td class="trow1"><input type="text" class="textbox" name="reason" value="" size="50" /></td>

<td class="trow2"><strong>{$lang->user_group}</strong></td>
<td class="trow2">{$usergroup['title']}</td>
</tr>
<tr>
<td class="trow1"><strong>{$lang->join_reason}</strong></td>
<td class="trow1"><input type="text" class="textbox" name="reason" value="" size="50" /></td>

</tr>

</tr>

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

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

Zeile 2066Zeile 2071
<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>

</td>

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

</tr>
</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 2084Zeile 2089
<tr>
{$usercpnav}
<td valign="top">

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

 
{$avatar_error}

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

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

Zeile 2095Zeile 2101
</td>
{$currentavatar}
</tr></table>

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

</td>
</tr>

</td>
</tr>

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

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

Zeile 2124Zeile 2130
</tr>
<tr>
<td class="trow2" width="40%"><strong>{$lang->avatar_url}</strong></td>

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

<td class="trow2" width="60%"><input type="text" class="textbox" name="avatarurl" size="45" value="{$avatarurl}" /></td>

<td class="trow2" width="60%"><input type="text" class="textbox" name="avatarurl" size="45" value="{$avatarurl}" /></td>

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

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

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

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

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

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

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

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

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

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

 
{$avatar_error}

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

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

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

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

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

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

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

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

<script type="text/javascript" src="jscripts/prototype.lite.js?ver=121"></script>
<script type="text/javascript" src="jscripts/moo.ajax.js?ver=121"></script>
<script type="text/javascript" src="jscripts/general.js?ver=121"></script>
<script type="text/javascript" src="jscripts/popup_menu.js?ver=121"></script>

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

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

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

Zeile 2282Zeile 2289
<tr>
<td class="trow1"><strong>{$lang->total_posts}</strong></td>
<td class="trow1">{$memprofile['postnum']} ({$lang->ppd_percent_total})<br /><span class="smalltext">(<a href="search.php?action=finduserthreads&amp;uid={$uid}">{$lang->find_threads}</a> &mdash; <a href="search.php?action=finduser&amp;uid={$uid}">{$lang->find_posts}</a>)</span></td>

<tr>
<td class="trow1"><strong>{$lang->total_posts}</strong></td>
<td class="trow1">{$memprofile['postnum']} ({$lang->ppd_percent_total})<br /><span class="smalltext">(<a href="search.php?action=finduserthreads&amp;uid={$uid}">{$lang->find_threads}</a> &mdash; <a href="search.php?action=finduser&amp;uid={$uid}">{$lang->find_posts}</a>)</span></td>

</tr>

</tr>

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

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

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

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

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

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

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

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

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

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

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

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

Zeile 2439Zeile 2446
<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>
<td class="tcat" width="35%"><strong>{$lang->usergroup}</strong></td>
<td class="tcat" align="center" width="32%"><strong>{$lang->usertitle}</strong></td>

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

Zeile 2743Zeile 2750
</table>
<br />]]></template>
<template name="calendar_event" version="120"><![CDATA[<html>

</table>
<br />]]></template>
<template name="calendar_event" version="120"><![CDATA[<html>

<head>

<head>

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

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

Zeile 2948Zeile 2955

{$pmsdownload}]]></template>
<template name="postbit_avatar" version="120"><![CDATA[<img src="{$post['avatar']}" alt="" {$avatar_width_height} />]]></template>


{$pmsdownload}]]></template>
<template name="postbit_avatar" version="120"><![CDATA[<img src="{$post['avatar']}" alt="" {$avatar_width_height} />]]></template>

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

		<template name="usercp_profile_customfield" version="122"><![CDATA[<tr>

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

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

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

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

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

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

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

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

Zeile 3419Zeile 3426
	<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 3435Zeile 3443
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead" colspan="6"><strong>{$lang->member_list}</strong></td>

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

</tr>

</tr>

<tr>
<td class="tcat"><span class="smalltext"><strong>{$lang->username}</strong></span></td>
<td class="tcat" align="center"><span class="smalltext"><strong>{$lang->email}</strong></span></td>

<tr>
<td class="tcat"><span class="smalltext"><strong>{$lang->username}</strong></span></td>
<td class="tcat" align="center"><span class="smalltext"><strong>{$lang->email}</strong></span></td>

Zeile 3486Zeile 3494
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>
<td class="trow1">{$pmspacebar}<span class="smalltext"><a href="private.php">{$lang->inbox}</a> | <a href="private.php?action=send">{$lang->compose_message2}</a> | <a href="private.php?action=folders">{$lang->manage_folders}</a></span></td>

<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>
<td class="trow1">{$pmspacebar}<span class="smalltext"><a href="private.php">{$lang->inbox}</a> | <a href="private.php?action=send">{$lang->compose_message2}</a> | <a href="private.php?action=folders">{$lang->manage_folders}</a></span></td>

</tr>

</tr>

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

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

Zeile 3537Zeile 3545
		<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 3623Zeile 3631
<body>
{$header}
<form method="post" action="search.php"><input type="hidden" name="action" value="do_search" />

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

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

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

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

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

Zeile 3757Zeile 3765
</tr>
<tr>
<td valign="top" width="40%" class="trow1"><strong>{$lang->email_message}</strong></td>

</tr>
<tr>
<td valign="top" width="40%" class="trow1"><strong>{$lang->email_message}</strong></td>

<td width="60%" class="trow1"><textarea cols="50" rows="10" name="message"></textarea></td>
</tr>
</table>

<td width="60%" class="trow1"><textarea cols="50" rows="10" name="message"></textarea></td>
</tr>
</table>

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

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

Zeile 3767Zeile 3775
{$footer}
</body>
</html>]]></template>

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

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

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

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

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

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

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

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

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

Zeile 3787Zeile 3795
<tr>
<td align="left"><span class="smalltext">{$lang->you_voted}</span></td>
<td align="right"><span class="smalltext">[<a href="polls.php?action=showresults&amp;pid={$poll['pid']}">{$lang->show_results}</a>{$edit_poll}]</span></td>

<tr>
<td align="left"><span class="smalltext">{$lang->you_voted}</span></td>
<td align="right"><span class="smalltext">[<a href="polls.php?action=showresults&amp;pid={$poll['pid']}">{$lang->show_results}</a>{$edit_poll}]</span></td>

</tr>

</tr>

</table>
<br />]]></template>
<template name="polls_showresults" version="120"><![CDATA[<html>

</table>
<br />]]></template>
<template name="polls_showresults" version="120"><![CDATA[<html>

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

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

</tr>]]></template>
<template name="newthread_postpoll" version="120"><![CDATA[<tr>
<td class="{$bgcolor}" valign="top">

</tr>]]></template>
<template name="newthread_postpoll" version="120"><![CDATA[<tr>
<td class="{$bgcolor}" valign="top">

<strong>{$lang->poll}</strong><br /><span class="smalltext">{$lang->poll_desc}</span>
</td>
<td class="{$bgcolor}" valign="top">

<strong>{$lang->poll}</strong><br /><span class="smalltext">{$lang->poll_desc}</span>
</td>
<td class="{$bgcolor}" valign="top">

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

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

</form>

</form>

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

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

Zeile 3990Zeile 3998
</tr>
<tr>
<td align="center" style="white-space: nowrap"><a href="aim:goim?screenname={$user['aim']}&amp;message=Hi.+Are+you+there?"><img src="http://www.aol.co.uk/aim/remote/gr/aimver_im.gif" width="117" height="39" alt="Send me an Instant Message" /></a></td>

</tr>
<tr>
<td align="center" style="white-space: nowrap"><a href="aim:goim?screenname={$user['aim']}&amp;message=Hi.+Are+you+there?"><img src="http://www.aol.co.uk/aim/remote/gr/aimver_im.gif" width="117" height="39" alt="Send me an Instant Message" /></a></td>

</tr>
<tr>

</tr>
<tr>

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

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

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

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

</tr>
<tr>

</tr>
<tr>

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

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

Zeile 4037Zeile 4045
</tr></table>
<br />
<div align="center"><input type="submit" class="button" name="make" value="{$lang->syndication_generate}" /></div>

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

</form>
{$footer}

</form>
{$footer}

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

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

Zeile 4051Zeile 4059
</td></tr>
</table>
<br />]]></template>

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

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

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

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

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

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

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

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

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

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

	<input type="text" class="textbox" name="username" title="{$lang->login_username}" value="{$lang->login_username}" onfocus="this.value=''" />
<input type="password" class="textbox" name="password" title="{$lang->login_password}" value="{$lang->login_password}" onfocus="this.value=''" />

	<input type="text" class="textbox" name="username" title="{$lang->login_username}" value="{$lang->login_username}" onfocus="if(this.value == '{$lang->login_username}') { this.value=''; }" onblur="if(this.value=='') { this.value='{$lang->login_username}'; }" />
<input type="password" class="textbox" name="password" title="{$lang->login_password}" value="{$lang->login_password}" onfocus="if(this.value == '{$lang->login_password}') { this.value=''; }" onblur="if(this.value=='') { this.value='{$lang->login_password}'; }" />

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

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

Zeile 4090Zeile 4086
<td class="trow1" colspan="5">{$lang->no_forum_subscriptions}</td>
</tr>]]></template>
<template name="calendar_dayview_noevents" version="120"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">

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

<tr>

<tr>

<td class="trow1">{$lang->no_events}</td>
</tr>
</table>]]></template>

<td class="trow1">{$lang->no_events}</td>
</tr>
</table>]]></template>

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

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

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

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

<div align="center"><input type="submit" class="button" name="submit" value="{$lang->delete_thread}" /></div>
<input type="hidden" name="action" value="do_deletethread" />
<input type="hidden" name="tid" value="{$tid}" />

<div align="center"><input type="submit" class="button" name="submit" value="{$lang->delete_thread}" /></div>
<input type="hidden" name="action" value="do_deletethread" />
<input type="hidden" name="tid" value="{$tid}" />

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

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

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

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

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

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

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

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

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

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

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

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

Zeile 4421Zeile 4417
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td align="center" class="trow1"><span class="smalltext">{$lang->online_count}</span></td>

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

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

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

		<template name="portal_welcome_membertext" version="120"><![CDATA[<span class="smalltext"><em>{$lang->member_welcome_lastvisit}</em> {$lastvisit}<br />
{$lang->since_then}<br />
<strong>&raquo;</strong> {$lang->new_announcements}<br />

		<template name="portal_welcome_membertext" version="120"><![CDATA[<span class="smalltext"><em>{$lang->member_welcome_lastvisit}</em> {$lastvisit}<br />
{$lang->since_then}<br />
<strong>&raquo;</strong> {$lang->new_announcements}<br />

Zeile 4433Zeile 4429
<strong>&raquo;</strong> {$lang->new_posts}<br /><br />
<a href="{$mybb->settings['bburl']}/search.php?action=getnew">{$lang->view_new}</a><br /><a href="{$mybb->settings['bburl']}/search.php?action=getdaily">{$lang->view_todays}</a>
</span>]]></template>

<strong>&raquo;</strong> {$lang->new_posts}<br /><br />
<a href="{$mybb->settings['bburl']}/search.php?action=getnew">{$lang->view_new}</a><br /><a href="{$mybb->settings['bburl']}/search.php?action=getdaily">{$lang->view_todays}</a>
</span>]]></template>

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

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

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

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

Zeile 4450Zeile 4446
{$latestthreads}
</td>
<td>&nbsp;</td>

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

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

<td valign="top">

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Zeile 4577Zeile 4573
<table cellspacing="0" cellpadding="0" border="0" width="100%">
<tr>
<td class="trow1"><span class="smalltext"><a href="usercp2.php?action=removefavorites">{$lang->remove_all_favs}</a> | <a href="usercp.php?action=subscriptions">{$lang->view_thread_subscriptions}</a></span></td>

<table cellspacing="0" cellpadding="0" border="0" width="100%">
<tr>
<td class="trow1"><span class="smalltext"><a href="usercp2.php?action=removefavorites">{$lang->remove_all_favs}</a> | <a href="usercp.php?action=subscriptions">{$lang->view_thread_subscriptions}</a></span></td>

<td class="trow1" align="right">&nbsp;{$multipage}</td>
</tr>
</table>
</td>
</tr>
</table>
<br />
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead" align="center" colspan="3"><span class="smalltext"><strong>{$lang->thread}</strong></span></td>
<td class="thead" align="center"><span class="smalltext"><strong>{$lang->author}</strong></span></td>
<td class="thead" align="center"><span class="smalltext"><strong>{$lang->replies}</strong></span></td>
<td class="thead" align="center"><span class="smalltext"><strong>{$lang->views}</strong></span></td>

<td class="trow1" align="right">&nbsp;{$multipage}</td>
</tr>
</table>
</td>
</tr>
</table>
<br />
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead" align="center" colspan="3"><span class="smalltext"><strong>{$lang->thread}</strong></span></td>
<td class="thead" align="center"><span class="smalltext"><strong>{$lang->author}</strong></span></td>
<td class="thead" align="center"><span class="smalltext"><strong>{$lang->replies}</strong></span></td>
<td class="thead" align="center"><span class="smalltext"><strong>{$lang->views}</strong></span></td>

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

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

</body>

</body>

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

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

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

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

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

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

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

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

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

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

 
{$errors}

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

Zeile 4675Zeile 4672
{$footer}
</body>
</html>]]></template>

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

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

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

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

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

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

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

 
{$errors}

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

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

Zeile 4971Zeile 4969
		<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>

</tr>]]></template>

</tr>]]></template>

		<template name="loginbox" version="120"><![CDATA[<tr>
<td class="trow2"><strong>{$lang->username}</strong></td>
<td class="trow2"><input type="text" class="textbox" name="username" size="30" value="{$username}" /></td>

		<template name="loginbox" version="120"><![CDATA[<tr>
<td class="trow2"><strong>{$lang->username}</strong></td>
<td class="trow2"><input type="text" class="textbox" name="username" size="30" value="{$username}" /></td>

Zeile 5014Zeile 5012
</tr>
</table>
]]></template>

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

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

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

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

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

Zeile 5060Zeile 5058
		<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>

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

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

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

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

Zeile 5085Zeile 5083
<td class="tcat" colspan="4"><span class="smalltext">{$lang->click_to_add}</span></td>
</tr>
{$smilies}

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

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

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

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

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

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

Zeile 5151Zeile 5150
</select>
</td>
</tr>]]></template>

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

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

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

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

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

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

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

</td>

</td>

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

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

Zeile 5270Zeile 5269
<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 5293Zeile 5292
</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 5338Zeile 5337
{$footer}
</body>
</html>]]></template>

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

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

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

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

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

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

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

 
{$errors}

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

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

<tr>

<tr>

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

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

 
</tr>
<tr>
<td class="tcat" colspan="2"><strong>{$lang->current_password}</strong></td>
</tr>
<tr>
<td class="trow1" colspan="2" align="center"><input type="password" class="textbox" name="password" size="25" /></td>
</tr>
<tr>
<td class="tcat" colspan="2"><strong>{$lang->change_username}</strong></td>

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

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

<td class="trow2" width="60%"><input type="text" class="textbox" name="username" size="25" maxlength="{$mybb->settings['maxnamelength']}" /></td>
</tr>
</table>
<br />

<td class="trow2" width="60%"><input type="text" class="textbox" name="username" size="25" maxlength="{$mybb->settings['maxnamelength']}" /></td>
</tr>
</table>
<br />

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

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

</tr>
</table>
</form>
{$footer}
</body>
</html>]]></template>
<template name="moderation_split_post" version="120"><![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="{$altbg}" valign="top" align="center"><input type="checkbox" class="checkbox" name="splitpost[{$post['pid']}]" value="yes" /></td>
<td class="{$altbg}">{$message}</td>

</tr>
</table>
</form>
{$footer}
</body>
</html>]]></template>
<template name="moderation_split_post" version="127"><![CDATA[<tr>
<td class="tcat" colspan="2"><span class="smalltext"><strong>{$lang->posted_by} {$post['username']} - {$postdate} {$posttime}</strong></span></td>
</tr>
<tr>
<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="thead" align="center"><span class="smalltext"><strong>{$lang->thread_review_more}</strong></span></td>

</tr>]]></template>
<template name="newreply_threadreview_more" version="120"><![CDATA[<tr>
<td class="thead" align="center"><span class="smalltext"><strong>{$lang->thread_review_more}</strong></span></td>

Zeile 5401Zeile 5410
{$whoposted}
<tr>
<td colspan="2" class="thead" align="center"><span class="smalltext">[<a href="javascript:self.close();">{$lang->close_window}</a>]</span></td>

{$whoposted}
<tr>
<td colspan="2" class="thead" align="center"><span class="smalltext">[<a href="javascript:self.close();">{$lang->close_window}</a>]</span></td>

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

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

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

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

Zeile 5433Zeile 5442
<br />
<div align="center"><input type="submit" class="button" name="submit" value="{$lang->delete_selected_posts}" /></div>
<input type="hidden" name="action" value="do_deleteposts" />

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

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

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

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

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

Zeile 5581Zeile 5590
		<template name="private_read" version="120"><![CDATA[<html>
<head>
<title>{$lang->viewing_pm} {$pm['subject']}</title>

		<template name="private_read" version="120"><![CDATA[<html>
<head>
<title>{$lang->viewing_pm} {$pm['subject']}</title>

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

{$headerinclude}
</head>
<body>
{$header}
<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"><table width="100%" cellspacing="0" cellpadding="0" border="0"><tr><td class="thead"><strong>{$pm['subject']}</strong></td><td class="thead" align="right"><a href="private.php?action=send&amp;pmid={$pm['pmid']}&amp;do=reply">{$lang->reply}</a> | <a href="private.php?action=send&amp;pmid={$pm['pmid']}&amp;do=forward">{$lang->forward}</a> | <a href="private.php?action=delete&amp;pmid={$pm['pmid']}">{$lang->delete_pm}</a></td></table></td>

<tr>
<td class="thead" colspan="3"><table width="100%" cellspacing="0" cellpadding="0" border="0"><tr><td class="thead"><strong>{$pm['subject']}</strong></td><td class="thead" align="right"><a href="private.php?action=send&amp;pmid={$pm['pmid']}&amp;do=reply">{$lang->reply}</a> | <a href="private.php?action=send&amp;pmid={$pm['pmid']}&amp;do=forward">{$lang->forward}</a> | <a href="private.php?action=delete&amp;pmid={$pm['pmid']}">{$lang->delete_pm}</a></td></table></td>

</tr>

</tr>

{$message}
<tr>
<td class="tfoot" colspan="3"><table width="100%" cellspacing="0" cellpadding="0" border="0"><tr><td class="tfoot"><strong>{$pm['subject']}</strong></td><td class="tfoot" align="right"><a href="private.php?action=send&amp;pmid={$pm['pmid']}&amp;do=reply">{$lang->reply}</a> | <a href="private.php?action=send&amp;pmid={$pm['pmid']}&amp;do=forward">{$lang->forward}</a> | <a href="private.php?action=delete&amp;pmid={$pm['pmid']}">{$lang->delete_pm}</a></td></table></td>
</tr>
</table>
</td>

{$message}
<tr>
<td class="tfoot" colspan="3"><table width="100%" cellspacing="0" cellpadding="0" border="0"><tr><td class="tfoot"><strong>{$pm['subject']}</strong></td><td class="tfoot" align="right"><a href="private.php?action=send&amp;pmid={$pm['pmid']}&amp;do=reply">{$lang->reply}</a> | <a href="private.php?action=send&amp;pmid={$pm['pmid']}&amp;do=forward">{$lang->forward}</a> | <a href="private.php?action=delete&amp;pmid={$pm['pmid']}">{$lang->delete_pm}</a></td></table></td>
</tr>
</table>
</td>

</tr>

</tr>

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

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

Zeile 5618Zeile 5627
<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}" />

<form action="member.php" method="post">
<input type="hidden" name="action" value="do_login" />
<input type="hidden" name="url" value="{$url}" />

Zeile 5665Zeile 5674
<td class="thead"><strong>{$lang->existing_folders}</strong></td>
</tr>
<tr>

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

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

<td class="trow1"><span class="smalltext">{$lang->edit_folder_note}</span></td>
</tr>
{$folderlist}
<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>
<br />

</table>
<br />

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

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

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

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

</body>
</html>]]></template>
<template name="forumjump_bit" version="120"><![CDATA[<option value="{$forum['fid']}" {$optionselected}>{$depth} {$forum['name']}</option>]]></template>

</body>
</html>]]></template>
<template name="forumjump_bit" version="120"><![CDATA[<option value="{$forum['fid']}" {$optionselected}>{$depth} {$forum['name']}</option>]]></template>

Zeile 5698Zeile 5707
		<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">
<tr>

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

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

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

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

</tr>
{$loginbox}

</tr>
{$loginbox}

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

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

Zeile 5750Zeile 5759
<td class="trow1"><strong>{$lang->thread_to_merge_with}</strong><br /><span class="smalltext">{$lang->merge_with_note}</span></td>
<td class="trow1" width="60%"><input type="text" class="textbox" name="threadurl" size="40" />
</td>

<td class="trow1"><strong>{$lang->thread_to_merge_with}</strong><br /><span class="smalltext">{$lang->merge_with_note}</span></td>
<td class="trow1" width="60%"><input type="text" class="textbox" name="threadurl" size="40" />
</td>

</tr>
</table>

</tr>
</table>

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

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

Zeile 5817Zeile 5826
</table>
<br />
<div align="center"><input type="hidden" name="action" value="activate" /><input type="submit" class="button" name="regsubmit" value="{$lang->activate_account}" /></div>

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

</form>

</form>

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

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

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

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

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

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

{$buddylist}

{$buddylist}

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

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

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

Zeile 5893Zeile 5902
<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>

</div>

</form>
</td>

</form>
</td>

</table>
</td>

</table>
</td>

</tr>
</table>

</tr>
</table>

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

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

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

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

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

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

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

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

Zeile 5949Zeile 5958
{$event_errors}
<form action="calendar.php" method="post" name="input">
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">

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

<tr>

<tr>

<td colspan="2" width="100%" class="thead"><strong>{$lang->edit_event}</strong></td>
</tr>
<tr>

<td colspan="2" width="100%" class="thead"><strong>{$lang->edit_event}</strong></td>
</tr>
<tr>

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

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

</select>
&nbsp;

</select>
&nbsp;

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

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

</select>

</select>

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

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

</td>
</tr>
<tr>

</td>
</tr>
<tr>

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

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

Zeile 5987Zeile 5996
<td valign="top" width="20%" class="trow1"><strong>{$lang->event_details}</strong><div style="text-align: center;">{$smilieinserter}</div></td>
<td class="trow1"><textarea name="description" id="message" rows="20" cols="70">{$event['description']}</textarea>
{$codebuttons}</td>

<td valign="top" width="20%" class="trow1"><strong>{$lang->event_details}</strong><div style="text-align: center;">{$smilieinserter}</div></td>
<td class="trow1"><textarea name="description" id="message" rows="20" cols="70">{$event['description']}</textarea>
{$codebuttons}</td>

</tr>
<tr>

</tr>
<tr>

<td width="20%" class="trow2"><strong>{$lang->event_options}</strong></td>
<td class="trow2">
<input type="checkbox" class="checkbox" name="private" value="yes"{$privatecheck} /><span class="smalltext">{$lang->private_option}</span><br />

<td width="20%" class="trow2"><strong>{$lang->event_options}</strong></td>
<td class="trow2">
<input type="checkbox" class="checkbox" name="private" value="yes"{$privatecheck} /><span class="smalltext">{$lang->private_option}</span><br />

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

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

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

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

		<template name="forumdisplay_moderatedby_moderator" version="120"><![CDATA[{$modcomma}<a href="member.php?action=profile&amp;uid={$moderator['uid']}">{$moderator['username']}</a>]]></template>
<template name="forumdisplay_moderatedby" version="120"><![CDATA[<span class="smalltext">{$lang->moderated_by} <strong>{$modlist}</strong></span><br />]]></template>
<template name="forumbit_depth2_cat" version="120"><![CDATA[<tr>

		<template name="forumdisplay_moderatedby_moderator" version="120"><![CDATA[{$modcomma}<a href="member.php?action=profile&amp;uid={$moderator['uid']}">{$moderator['username']}</a>]]></template>
<template name="forumdisplay_moderatedby" version="120"><![CDATA[<span class="smalltext">{$lang->moderated_by} <strong>{$modlist}</strong></span><br />]]></template>
<template name="forumbit_depth2_cat" version="120"><![CDATA[<tr>

Zeile 6054Zeile 6063
		<template name="forumbit_depth1_cat_subforum" version="121"><![CDATA[<tr>
<td class="tcat" colspan="6"><strong>&raquo;&nbsp;&nbsp;<a href="forumdisplay.php?fid={$forum['fid']}">{$forum['name']}</a></strong><br /><span class="smalltext">{$forum['description']}</span></td></tr>{$sub_forums}]]></template>
<template name="misc_help" version="120"><![CDATA[<html>

		<template name="forumbit_depth1_cat_subforum" version="121"><![CDATA[<tr>
<td class="tcat" colspan="6"><strong>&raquo;&nbsp;&nbsp;<a href="forumdisplay.php?fid={$forum['fid']}">{$forum['name']}</a></strong><br /><span class="smalltext">{$forum['description']}</span></td></tr>{$sub_forums}]]></template>
<template name="misc_help" version="120"><![CDATA[<html>

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

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

{$headerinclude}
</head>
<body>

{$headerinclude}
</head>
<body>

Zeile 6069Zeile 6078
<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 6123Zeile 6132
<td class="thead" valign="bottom" style="white-space: nowrap; text-align: center;"><span class="smalltext"><strong>{$lang->posts}</strong></span></td>
<td class="thead" valign="bottom" style="white-space: nowrap; text-align: center;"><span class="smalltext"><strong>{$lang->threads}</strong></span></td>
<td class="thead" valign="bottom" align="center"><span class="smalltext"><strong>{$lang->lastpost}</strong></span></td>

<td class="thead" valign="bottom" style="white-space: nowrap; text-align: center;"><span class="smalltext"><strong>{$lang->posts}</strong></span></td>
<td class="thead" valign="bottom" style="white-space: nowrap; text-align: center;"><span class="smalltext"><strong>{$lang->threads}</strong></span></td>
<td class="thead" valign="bottom" align="center"><span class="smalltext"><strong>{$lang->lastpost}</strong></span></td>

</tr>

</tr>

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

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

Zeile 6152Zeile 6161
<table width="100%" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" border="0" align="center" class="tborder">
<tr>
<td class="thead" align="center"><strong>{$user['username']} - {$lang->msn_messenger_center}</strong></td>

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

</tr>
<tr>

</tr>
<tr>

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

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

</tr>

</tr>

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

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

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

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

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

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

Zeile 6171Zeile 6180
<table width="100%" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" border="0" align="center" class="tborder">
<tr>
<td class="thead" align="center"><strong>{$user['username']} - {$lang->yahoo_center}</strong></td>

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

</tr>

</tr>

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

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

</tr>
<tr>

</tr>
<tr>

<td class="trow1" align="center" colspan="2"><strong>{$user['yahoo']}</strong></td>
</tr>
<tr>
<td class="trow1" align="center" colspan="2"><strong><img src="http://opi.yahoo.com/online?u={$user['yahoo']}&amp;m=g&amp;t=2" /></strong></td>

<td class="trow1" align="center" colspan="2"><strong>{$user['yahoo']}</strong></td>
</tr>
<tr>
<td class="trow1" align="center" colspan="2"><strong><img src="http://opi.yahoo.com/online?u={$user['yahoo']}&amp;m=g&amp;t=2" /></strong></td>

</tr>

</tr>

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

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

Zeile 6190Zeile 6199
</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>

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

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

<tr>

<tr>

<td class="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 6227Zeile 6236
<br />
<div align="center"><input type="submit" class="button" value="{$lang->request_activation}" /></div>
<input type="hidden" name="action" value="do_resendactivation" />

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

</form>

</form>

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

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

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

		<template name="moderation_inline_deletethreads" version="120"><![CDATA[<html>
<head>
<title>{$mybb->settings['bbname']} - {$lang->delete_threads}</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->delete_threads}</strong></td>
</tr>

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

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

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

</tr>
{$loginbox}

</tr>
{$loginbox}

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

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

Zeile 6377Zeile 6386
</tr>
</table>
<br />]]></template>

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

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

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

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

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

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

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

 


</tr>
<tr>
<td valign="top" width="1"><input type="checkbox" class="checkbox" name="emailnotify" id="emailnotify" value="yes" {$emailnotifycheck} /></td>

</tr>
<tr>
<td valign="top" width="1"><input type="checkbox" class="checkbox" name="emailnotify" id="emailnotify" value="yes" {$emailnotifycheck} /></td>

Zeile 6462Zeile 6472
<td>{$tzselect}</td>
</tr>
<tr>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Zeile 6639Zeile 6649
	{$post['groupimage']}<br />
{$post['useravatar']}<br />
</span>]]></template>

	{$post['groupimage']}<br />
{$post['useravatar']}<br />
</span>]]></template>

 
	<template name="forumdisplay_announcements_announcement_modbit" version="128"><![CDATA[<td align="center" class="{$bgcolor}">-</td>]]></template>

	</templates>
</theme>

	</templates>
</theme>