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

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

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

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

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

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

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

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

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

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

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

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

<body>
{$header}
{$forums}

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

{$boardstats}
















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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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







<td class="thead" align="center"><strong>{$user['username']} - {$lang->yahoo_center}</strong></td>
</tr>
<tr>
<td class="tcat" align="center"><span class="smalltext"><strong>{$navigationbar}</strong></span></td>
</tr>
<tr>
<td class="trow1" align="center" colspan="2"><strong>{$user['icq']}</strong></td>

</tr>
<tr>

</tr>
<tr>

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

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
















</tr>
</table>

</tr>
</table>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Zeile 3389Zeile 3361
</tr>
</table>
</body>]]></template>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

{$headerinclude}
</head>

{$headerinclude}
</head>

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

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

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

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

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

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

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

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

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

</tr>

</tr>

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

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

Zeile 3734Zeile 3706
</tr>
{$helpbits}
</tbody>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Zeile 4072Zeile 4044
</td></tr>
</table>
<br />]]></template>

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

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

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

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

Zeile 4128Zeile 4088
{$lang->stats_numusers}<br />
{$lang->stats_newestuser}<br />
{$lang->stats_mostonline}

{$lang->stats_numusers}<br />
{$lang->stats_newestuser}<br />
{$lang->stats_mostonline}

</span>

</span>

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

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

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

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

</tr>
<tr>

</tr>
<tr>

<td class="tcat" width="50%"><strong>{$lang->most_replied_threads}</strong></td>
<td class="tcat" width="50%"><strong>{$lang->most_viewed_threads}</strong></td>

<td class="tcat" width="50%"><strong>{$lang->most_replied_threads}</strong></td>
<td class="tcat" width="50%"><strong>{$lang->most_viewed_threads}</strong></td>

</tr>

</tr>

<tr>
<td class="trow1" valign="top">{$mostreplies}</td>
<td class="trow1" valign="top">{$mostviews}</td>

<tr>
<td class="trow1" valign="top">{$mostreplies}</td>
<td class="trow1" valign="top">{$mostviews}</td>

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

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

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

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

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

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

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

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

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

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

</tr>

</tr>

{$loginbox}

{$loginbox}

<tr>

<tr>

<td class="trow2"><strong>{$lang->question}</strong></td>
<td class="trow2"><input type="text" class="textbox" name="question" size="40" maxlength="240" value="{$question}" /></td>
</tr>
<tr>
<td class="trow1" valign="top"><strong>{$lang->num_options}</strong><br /><span class="smalltext">{$lang->max_options} {$mybb->settings['maxpolloptions']}</span></td>
<td class="trow1"><input type="text" class="textbox" name="polloptions" size="10" value="{$polloptions}" />&nbsp;<input type="submit" class="button" name="updateoptions" value="{$lang->update_options}" /></td>

<td class="trow2"><strong>{$lang->question}</strong></td>
<td class="trow2"><input type="text" class="textbox" name="question" size="40" maxlength="240" value="{$question}" /></td>
</tr>
<tr>
<td class="trow1" valign="top"><strong>{$lang->num_options}</strong><br /><span class="smalltext">{$lang->max_options} {$mybb->settings['maxpolloptions']}</span></td>
<td class="trow1"><input type="text" class="textbox" name="polloptions" size="10" value="{$polloptions}" />&nbsp;<input type="submit" class="button" name="updateoptions" value="{$lang->update_options}" /></td>

</tr>

</tr>

<tr>
<td class="trow2" valign="top"><strong>{$lang->poll_options}</strong></td>
<td class="trow2"><span class="smalltext">{$lang->poll_options_note}</span>

<tr>
<td class="trow2" valign="top"><strong>{$lang->poll_options}</strong></td>
<td class="trow2"><span class="smalltext">{$lang->poll_options_note}</span>

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

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

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

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

</body>
</html>]]></template>
<template name="stats_thread" version="120"><![CDATA[<a href="showthread.php?tid={$thread['tid']}"><strong>{$thread['subject']}</strong></a> ({$numberbit} {$numbertype})<br />]]></template>

</body>
</html>]]></template>
<template name="stats_thread" version="120"><![CDATA[<a href="showthread.php?tid={$thread['tid']}"><strong>{$thread['subject']}</strong></a> ({$numberbit} {$numbertype})<br />]]></template>

Zeile 4421Zeile 4381
<title>{$mybb->settings['bbname']} - {$lang->users_online}</title>
{$headerinclude}
{$refresh}

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

</head>

</head>

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

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

Zeile 4442Zeile 4402
<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>

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

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

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

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

<tr>

<tr>

<td class="thead"><strong><a href="{$mybb->settings['bburl']}/private.php">{$lang->private_messages}</a></strong></td>
</tr>
<tr>

<td class="thead"><strong><a href="{$mybb->settings['bburl']}/private.php">{$lang->private_messages}</a></strong></td>
</tr>
<tr>

Zeile 4504Zeile 4464
<strong>&raquo; </strong>{$lang->num_threads} {$stats['numthreads']}<br />
<strong>&raquo; </strong>{$lang->num_posts} {$stats['numposts']}
<br /><br /><a href="{$mybb->settings['bburl']}/stats.php">{$lang->full_stats}</a>

<strong>&raquo; </strong>{$lang->num_threads} {$stats['numthreads']}<br />
<strong>&raquo; </strong>{$lang->num_posts} {$stats['numposts']}
<br /><br /><a href="{$mybb->settings['bburl']}/stats.php">{$lang->full_stats}</a>

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

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

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

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

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

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

</span>

</span>

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

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

Zeile 4546Zeile 4506
<td class="trow1">
<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>

<td class="trow1">
<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>
</table>
<br />]]></template>

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

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

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

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

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

<tr>

<tr>

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

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

Zeile 4598Zeile 4558
<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>

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

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

Zeile 4791Zeile 4751
		</head>
<body>
{$header}

		</head>
<body>
{$header}

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

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

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

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

			</tr>

			</tr>

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

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

			<tr>

			<tr>

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

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

				</td>
</tr>
<tr>

				</td>
</tr>
<tr>

				<td class="tcat" align="center" colspan="3" width="42%"><span class="smalltext"><strong><a href="{$sorturl}&amp;sortby=subject&amp;order=asc">{$lang->thread}</a> {$orderarrow['subject']}</strong></span></td>
<td class="tcat" align="center" width="14%"><span class="smalltext"><strong><a href="{$sorturl}&amp;sortby=starter&amp;order=asc">{$lang->author}</a> {$orderarrow['starter']}</strong></span></td>
<td class="tcat" align="center" width="14%"><span class="smalltext"><strong><a href="{$sorturl}&amp;sortby=forum&amp;order=asc">{$lang->forum}</a> {$orderarrow['forum']}</strong></span></td>

				<td class="tcat" align="center" colspan="3" width="42%"><span class="smalltext"><strong><a href="{$sorturl}&amp;sortby=subject&amp;order=asc">{$lang->thread}</a> {$orderarrow['subject']}</strong></span></td>
<td class="tcat" align="center" width="14%"><span class="smalltext"><strong><a href="{$sorturl}&amp;sortby=starter&amp;order=asc">{$lang->author}</a> {$orderarrow['starter']}</strong></span></td>
<td class="tcat" align="center" width="14%"><span class="smalltext"><strong><a href="{$sorturl}&amp;sortby=forum&amp;order=asc">{$lang->forum}</a> {$orderarrow['forum']}</strong></span></td>

Zeile 4834Zeile 4794
		<template name="reputation_add" version="120"><![CDATA[<html>
<head>
<title>{$mybb->settings['bbname']} - {$lang->reputation}</title>

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

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

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

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

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

Zeile 4885Zeile 4845
</tr>
<tr>
<td class="tcat" colspan="2" align="center"><span class="smalltext"><strong>{$lang->name}</strong></span></td>

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

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

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

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

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

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

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

{$headerinclude}
</head>

{$headerinclude}
</head>

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

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

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

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

		</td>

		</td>

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

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

Zeile 4931Zeile 4891
		<template name="private_limitwarning" version="120"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="trow1" align="center"><span class="smalltext"><strong><font color="red">{$lang->reached_warning}</font></strong><br />{$lang->reached_warning2}</span></td>

		<template name="private_limitwarning" version="120"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="trow1" align="center"><span class="smalltext"><strong><font color="red">{$lang->reached_warning}</font></strong><br />{$lang->reached_warning2}</span></td>

</tr>
</table>

</tr>
</table>

<br />]]></template>
<template name="misc_smilies_smilie" version="120"><![CDATA[<tr>
<td class="{$class}" align="center"><img src="{$smilie['image']}" /></td>

<br />]]></template>
<template name="misc_smilies_smilie" version="120"><![CDATA[<tr>
<td class="{$class}" align="center"><img src="{$smilie['image']}" /></td>

Zeile 4965Zeile 4925
<tr>
<td class="trow1"><span class="smalltext"><a href="usercp2.php?action=removesubscriptions">{$lang->remove_all_subscriptions}</a> | <a href="usercp.php?action=favorites">{$lang->view_favorite_threads}</a></span></td>
<td class="trow1" align="right">&nbsp;{$multipage}</td>

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

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

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

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

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

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

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

</table>
</td>

</table>
</td>

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

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

Zeile 5170Zeile 5130
<tr>
<td colspan="2">
<select name="tpp">

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

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

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

{$tppoptions}
</select>
</td>
</tr>]]></template>

{$tppoptions}
</select>
</td>
</tr>]]></template>

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

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

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

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

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

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

{$bdaylist}
{$events}
{$footer}

{$bdaylist}
{$events}
{$footer}

Zeile 5192Zeile 5152
		<template name="usercp_changeavatar" version="120"><![CDATA[<html>
<head>
<title>{$mybb->settings['bbname']} - {$lang->change_avatar}</title>

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

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

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

<form enctype="multipart/form-data" action="usercp.php" method="post">
<table width="100%" border="0" align="center">
<tr>

<form enctype="multipart/form-data" action="usercp.php" method="post">
<table width="100%" border="0" align="center">
<tr>

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

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

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

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

</td>
</tr>
<tr>

</td>
</tr>
<tr>

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

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

</tr>

</tr>

<tr>
<td align="center" class="trow1" width="100%">
<textarea name="notepad" cols="80" rows="15">{$mybb->user['notepad']}</textarea>

<tr>
<td align="center" class="trow1" width="100%">
<textarea name="notepad" cols="80" rows="15">{$mybb->user['notepad']}</textarea>

Zeile 5297Zeile 5257
		<template name="member_resetpassword" version="127"><![CDATA[<html>
<head>
<title>{$mybb->settings['bbname']} - {$lang->reset_password}</title>

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

{$headerinclude}
</head>
<body>

{$headerinclude}
</head>
<body>

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

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

<tr>

<tr>

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

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

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

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

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

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

Zeile 5334Zeile 5294
		<template name="member_profile_customfields_field" version="120"><![CDATA[<tr>
<td class="{$bgcolor}" width="40%"><strong>{$customfield['name']}:</strong></td>
<td class="{$bgcolor}" width="60%">{$customfieldval}</td>

		<template name="member_profile_customfields_field" version="120"><![CDATA[<tr>
<td class="{$bgcolor}" width="40%"><strong>{$customfield['name']}:</strong></td>
<td class="{$bgcolor}" width="60%">{$customfieldval}</td>

</tr>

</tr>

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

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

Zeile 5358Zeile 5318
<br />
<div align="center"><input type="submit" class="button" value="{$lang->request_user_pass}" /></div>
<input type="hidden" name="action" value="do_lostpw" />

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

</form>
{$footer}

</form>
{$footer}

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

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

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

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

<tr>

<tr>

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

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

Zeile 5406Zeile 5366
</body>
</html>]]></template>
<template name="moderation_split_post" version="127"><![CDATA[<tr>

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

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

Zeile 5419Zeile 5379
<br />
{$lastpostdate} {$lastposttime} (<a href="member.php?action=profile&amp;uid={$forum['lastposter']}">{$lastposter}</a>)</span>]]></template>
<template name="misc_whoposted" version="120"><![CDATA[<html>

<br />
{$lastpostdate} {$lastposttime} (<a href="member.php?action=profile&amp;uid={$forum['lastposter']}">{$lastposter}</a>)</span>]]></template>
<template name="misc_whoposted" version="120"><![CDATA[<html>

<head>

<head>

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

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

<tr>

<tr>

<td colspan="2" class="thead"><strong>{$lang->total_posts} {$numposts}</strong></td>
</tr>
<tr>
<td class="tcat"><span class="smalltext"><strong><a href="misc.php?action=whoposted&amp;tid={$tid}&amp;sort=username">{$lang->user}</a></strong></span></td>
<td class="tcat"><span class="smalltext"><strong><a href="misc.php?action=whoposted&amp;tid={$tid}&amp;sort=numposts">{$lang->num_posts}</a></strong></span></td>

<td colspan="2" class="thead"><strong>{$lang->total_posts} {$numposts}</strong></td>
</tr>
<tr>
<td class="tcat"><span class="smalltext"><strong><a href="misc.php?action=whoposted&amp;tid={$tid}&amp;sort=username">{$lang->user}</a></strong></span></td>
<td class="tcat"><span class="smalltext"><strong><a href="misc.php?action=whoposted&amp;tid={$tid}&amp;sort=numposts">{$lang->num_posts}</a></strong></span></td>

</tr>

</tr>

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

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

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

{$headerinclude}
</head>

{$headerinclude}
</head>

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

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

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

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

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

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

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

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

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

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

</ol>

</ol>

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

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

<tr>

<tr>

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

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

</tr>

</tr>

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

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

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

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

{$headerinclude}
</head>

{$headerinclude}
</head>

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

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

<tr>

<tr>

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

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

</tr>
<tr>

</tr>
<tr>

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

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

<tr>

<tr>

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

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

</tr>

</tr>

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

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

</table>

</table>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

{$headerinclude}
</head>
<body>

{$headerinclude}
</head>
<body>

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

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

<tr>

<tr>

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

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

</tr>
<tr>

</tr>
<tr>

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

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

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

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

<tr>

<tr>

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

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

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

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

{$newlist}

{$newlist}

</td>

</td>

</tr>

</tr>

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

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

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

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

</div>

</div>

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

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

<tr>

<tr>

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

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

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

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

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

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

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

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

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

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

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

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

Zeile 5940Zeile 5900
		<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>

{$headerinclude}
</head>

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

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

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

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

		<template name="online_iplookup_adminoptions"><![CDATA[<tr>

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

<td class="trow1"><strong>{$lang->admin_options}</strong></td>
<td class="trow2">
<a href="{$config['admin_dir']}/users.php?action=find&searchop[sortby]=username&searchop[order]=asc&search[regip]={$ip}">{$lang->search_regip_users}</a><br />

<td class="trow1"><strong>{$lang->admin_options}</strong></td>
<td class="trow2">
<a href="{$config['admin_dir']}/users.php?action=find&searchop[sortby]=username&searchop[order]=asc&search[regip]={$ip}">{$lang->search_regip_users}</a><br />

Zeile 6021Zeile 5981
<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>
<td width="20%" class="trow2"><strong>{$lang->event_options}</strong></td>
<td class="trow2">

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

Zeile 6088Zeile 6048
		<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 6101Zeile 6061
		<template name="posticons" version="120"><![CDATA[<tr>
<td class="trow1"><strong>{$lang->post_icon}</strong><br /><span class="smalltext"><input type="radio" class="radio" name="icon" value="-1"{$no_icons_checked} />{$lang->no_post_icon}</span></td>
<td class="trow1" valign="top">{$iconlist}</td>

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

</tr>

</tr>

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

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

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

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

{$headerinclude}
</head>

{$headerinclude}
</head>

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

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

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

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

{$headerinclude}

{$headerinclude}

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

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

<tr>

<tr>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

</tr>
<tr>

</tr>
<tr>

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

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

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

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

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

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

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

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

</tr>

</tr>

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

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

<tr>

<tr>

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

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

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

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

</tr>

</tr>

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

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

</tr>
<tr>

</tr>
<tr>

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

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

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

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

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

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

<tr>

<tr>

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

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

</tr>
<tr>

</tr>
<tr>

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

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

</tr>
</table>

</tr>
</table>

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

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

<tr>

<tr>

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

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

</tr>
</table>

</tr>
</table>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

</table>

</table>

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

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

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

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

	</templates>


















	<template name="forumdisplay_announcements_announcement_modbit" version="128"><![CDATA[<td align="center" class="{$bgcolor}">-</td>]]></template>
<template name="index_boardstats" version="1210"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<thead>
<tr>
<td class="thead">
<div class="expcolimage"><img src="{$theme['imgdir']}/collapse{$collapsedimg['boardstats']}.gif" id="boardstats_img" class="expander" alt="[-]" /></div>
<div><strong>{$lang->boardstats}</strong></div>
</td>
</tr>
</thead>
<tbody style="{$collapsed['boardstats_e']}" id="boardstats_e">
{$whosonline}
{$birthdays}
{$forumstats}
</tbody>
</table>
<br />]]></template>
</templates>

</theme>

</theme>