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

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

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

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

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

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 647Zeile 647
		<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=120"></script>

		<template name="showthread_inlinemoderation" version="120"><![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 677Zeile 677
<script type="text/javascript">
var quickdelete_confirm = "{$lang->quickdelete_confirm}";
</script>

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

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

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

</head>
<body>
{$header}

</head>
<body>
{$header}

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

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

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

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

</head>
<body>
{$header}

</head>
<body>
{$header}

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

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

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

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

</head>
<body>
{$header}

</head>
<body>
{$header}

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

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

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

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

</head>
<body>
{$header}

</head>
<body>
{$header}

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

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

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

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

		<form action="moderation.php" method="post">
<input type="hidden" name="fid" value="{$fid}" />
<input type="hidden" name="modtype" value="inlinethread" />

		<form action="moderation.php" method="post">
<input type="hidden" name="fid" value="{$fid}" />
<input type="hidden" name="modtype" value="inlinethread" />

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

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

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

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

</div>
</form>
<script language="JavaScript" type="text/javascript">

</div>
</form>
<script language="JavaScript" type="text/javascript">

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

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

<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="trow1" align="center">
<br />

<tr>
<td class="trow1" align="center">
<br />

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

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

</td>
</tr>

</td>
</tr>

</table>
<br />]]></template>
<template name="forumbit_depth2_forum" version="120"><![CDATA[<tr>

</table>
<br />]]></template>
<template name="forumbit_depth2_forum" version="120"><![CDATA[<tr>

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

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

</tr>
</table>

</tr>
</table>

</fieldset>
<br />]]></template>
<template name="usercp_attachments_none" version="120"><![CDATA[<tr>

</fieldset>
<br />]]></template>
<template name="usercp_attachments_none" version="120"><![CDATA[<tr>

Zeile 1823Zeile 1823
<option value="11" {$bdaymonthsel['11']}>{$lang->month_11}</option>
<option value="12" {$bdaymonthsel['12']}>{$lang->month_12}</option>
</select>

<option value="11" {$bdaymonthsel['11']}>{$lang->month_11}</option>
<option value="12" {$bdaymonthsel['12']}>{$lang->month_12}</option>
</select>

</td>

</td>

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

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

</tr>
<tr>

</tr>
<tr>

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

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

</tr>

</tr>

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

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

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

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

{$customfields}
</td>
<td width="50%" class="trow1" valign="top">

{$customfields}
</td>
<td width="50%" class="trow1" valign="top">

Zeile 1851Zeile 1851
</tr>
<tr>
<td><span class="smalltext">{$lang->aim_screenname}</span></td>

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

</tr>

</tr>

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

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

</tr>
<tr>

</tr>
<tr>

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

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

</tr>

</tr>

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

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

Zeile 1878Zeile 1878
<input type="hidden" name="action" value="do_profile" />
<input type="submit" class="button" name="regsubmit" value="{$lang->update_profile}" />
</div>

<input type="hidden" name="action" value="do_profile" />
<input type="submit" class="button" name="regsubmit" value="{$lang->update_profile}" />
</div>

</td>
</tr>

</td>
</tr>

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

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

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

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

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

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

<tr>
<td class="thead" colspan="5"><strong>{$lang->attachments_manager} {$usagenote}</strong></td>
</tr>

<tr>
<td class="thead" colspan="5"><strong>{$lang->attachments_manager} {$usagenote}</strong></td>
</tr>

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

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

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

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

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

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

Zeile 2092Zeile 2092
<td class="trow1" colspan="2">
<table cellspacing="0" cellpadding="0" width="100%"><tr>
<td>{$lang->avatar_note}{$avatarmsg}

<td class="trow1" colspan="2">
<table cellspacing="0" cellpadding="0" width="100%"><tr>
<td>{$lang->avatar_note}{$avatarmsg}

</td>

</td>

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

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

Zeile 2109Zeile 2109
{$galleries}
</select>
&nbsp;{$gobutton}

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

</form>
</td>
</tr>

</form>
</td>
</tr>

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

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

Zeile 2120Zeile 2120
<td class="trow1" width="60%">
<form enctype="multipart/form-data" action="usercp.php" method="post">
<input type="file" name="avatarupload" size="25" />

<td class="trow1" width="60%">
<form enctype="multipart/form-data" action="usercp.php" method="post">
<input type="file" name="avatarupload" size="25" />

</td>
</tr>

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

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

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

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

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

{$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"><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 2200Zeile 2200
		<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" />
<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}" />

		<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" />
<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=120"></script>
<script type="text/javascript" src="jscripts/moo.ajax.js?ver=120"></script>
<script type="text/javascript" src="jscripts/general.js?ver=120"></script>
<script type="text/javascript" src="jscripts/popup_menu.js?ver=120"></script>

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

<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 2540Zeile 2540
<td class="tcat" align="center" width="10%"><strong>{$lang->decline}</strong></td>
</tr>
{$users}

<td class="tcat" align="center" width="10%"><strong>{$lang->decline}</strong></td>
</tr>
{$users}

</table>
<br />

</table>
<br />

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

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

Zeile 2692Zeile 2692
<tbody style="{$expdisplay}" id="cat_{$forum['fid']}_e">
<tr>
<td class="tcat" width="35">&nbsp;</td>

<tbody style="{$expdisplay}" id="cat_{$forum['fid']}_e">
<tr>
<td class="tcat" width="35">&nbsp;</td>

<td class="tcat" width="59%"><strong>{$lang->forumbit_forum}</strong></td>
<td class="tcat" width="65" align="center" style="white-space: nowrap"><strong>{$lang->forumbit_threads}</strong></td>
<td class="tcat" width="65" align="center" style="white-space: nowrap"><strong>{$lang->forumbit_posts}</strong></td>

<td class="tcat"><strong>{$lang->forumbit_forum}</strong></td>
<td class="tcat" width="85" align="center" style="white-space: nowrap"><strong>{$lang->forumbit_threads}</strong></td>
<td class="tcat" width="85" align="center" style="white-space: nowrap"><strong>{$lang->forumbit_posts}</strong></td>

<td class="tcat" width="200" align="center"><strong>{$lang->forumbit_lastpost}</strong></td>
</tr>
{$sub_forums}

<td class="tcat" width="200" align="center"><strong>{$lang->forumbit_lastpost}</strong></td>
</tr>
{$sub_forums}

</tbody>

</tbody>

</table>
<br />]]></template>
<template name="postbit_edit" version="120"><![CDATA[<a href="editpost.php?pid={$post['pid']}" id="edit_post_{$post['pid']}"><img src="{$theme['imglangdir']}/postbit_edit.gif" alt="{$lang->postbit_edit}" title="{$lang->postbit_edit}" /></a>

</table>
<br />]]></template>
<template name="postbit_edit" version="120"><![CDATA[<a href="editpost.php?pid={$post['pid']}" id="edit_post_{$post['pid']}"><img src="{$theme['imglangdir']}/postbit_edit.gif" alt="{$lang->postbit_edit}" title="{$lang->postbit_edit}" /></a>

Zeile 2948Zeile 2948

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

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

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

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

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

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

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

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

		<template name="postbit" version="120"><![CDATA[<tr>
<td class="{$altbg}" width="155" valign="top" style="white-space: nowrap; text-align: center;"><a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>

		<template name="postbit" version="121"><![CDATA[<tr>
<td class="{$altbg}" width="15%" valign="top" style="white-space: nowrap; text-align: center;"><a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>

{$post['user_details']}
</td>

{$post['user_details']}
</td>

<td class="{$altbg}" width="100%" valign="top">

<td class="{$altbg}" width="85%" valign="top">

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

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

Zeile 3598Zeile 3598
<td class="trow_sep" colspan="2"><img src="{$theme['imgdir']}/pixel.gif" height="1" width="1" alt="" /></td>
</tr>]]></template>
<template name="forumdisplay_threadlist_clearpass" version="120"><![CDATA[ | <a href="misc.php?action=clearpass&amp;fid={$fid}">{$lang->clear_stored_password}</a>]]></template>

<td class="trow_sep" colspan="2"><img src="{$theme['imgdir']}/pixel.gif" height="1" width="1" alt="" /></td>
</tr>]]></template>
<template name="forumdisplay_threadlist_clearpass" version="120"><![CDATA[ | <a href="misc.php?action=clearpass&amp;fid={$fid}">{$lang->clear_stored_password}</a>]]></template>

		<template name="portal_welcome_guesttext" version="120"><![CDATA[<span class="smalltext">{$lang->guest_welcome_registration}<br />

		<template name="portal_welcome_guesttext" version="121"><![CDATA[<span class="smalltext">{$lang->guest_welcome_registration}<br />

<br />

<br />

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

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

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

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

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

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

{$headerinclude}
</head>

{$headerinclude}
</head>

<body>
{$header}
<br />

<body>
{$header}
<br />

Zeile 3971Zeile 3971
		<template name="misc_imcenter_aim" version="120"><![CDATA[<html>
<head>
<title>{$lang->aim_center}</title>

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

{$headerinclude}
</head>

{$headerinclude}
</head>

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

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

<tr>

<tr>

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

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

</tr>
<tr>

</tr>
<tr>

<td class="trow2">
<!-- Begin AIM Remote -->
<table align="center" cellspacing="0" cellpadding="0" border="0">

<td class="trow2">
<!-- Begin AIM Remote -->
<table align="center" cellspacing="0" cellpadding="0" border="0">

<tr>

<tr>

<td align="center" style="white-space: nowrap"><a href="http://www.aol.co.uk/aim/index.html"><img src="http://www.aol.co.uk/aim/remote/gr/aimver_man.gif" width="44" height="55" alt="Download AIM" /></a><img src="http://www.aol.co.uk/aim/remote/gr/aimver_topsm.gif" width="73" height="55" alt="AIM Remote" /></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>

<td align="center" style="white-space: nowrap"><a href="http://www.aol.co.uk/aim/index.html"><img src="http://www.aol.co.uk/aim/remote/gr/aimver_man.gif" width="44" height="55" alt="Download AIM" /></a><img src="http://www.aol.co.uk/aim/remote/gr/aimver_topsm.gif" width="73" height="55" alt="AIM Remote" /></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 4019Zeile 4019
</table>
<br />
<form method="post" action="misc.php?action=syndication">

</table>
<br />
<form method="post" action="misc.php?action=syndication">

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

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

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

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

</tr>
<tr>

</tr>
<tr>

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

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

</tr>

</tr>

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

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

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

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

</tr>
<tr>

</tr>
<tr>

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

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

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

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

</tr>
<tr>

</tr>
<tr>

<td class="tcat" align="center"><a href="online.php?sortby=username"><span class="smalltext"><strong>{$lang->on_username}</strong></span></a></td>
<td class="tcat" align="center"><a href="online.php?sortby=time"><span class="smalltext"><strong>{$lang->time}</strong></span></a></td>
<td class="tcat" align="center" width="50%"><a href="online.php?sortby=location"><span class="smalltext"><strong>{$lang->location}</strong></span></a></td>

<td class="tcat" align="center"><a href="online.php?sortby=username"><span class="smalltext"><strong>{$lang->on_username}</strong></span></a></td>
<td class="tcat" align="center"><a href="online.php?sortby=time"><span class="smalltext"><strong>{$lang->time}</strong></span></a></td>
<td class="tcat" align="center" width="50%"><a href="online.php?sortby=location"><span class="smalltext"><strong>{$lang->location}</strong></span></a></td>

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

</span>
</td>

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

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

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

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

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

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

{$lang->online_users}<br /><strong>&raquo;</strong> {$lang->online_counts}<br />{$onlinemembers}
</span>
</td>

{$lang->online_users}<br /><strong>&raquo;</strong> {$lang->online_counts}<br />{$onlinemembers}
</span>
</td>

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

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

<tr>

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

Zeile 4561Zeile 4561
<br />]]></template>
<template name="portal_whosonline_memberbit" version="120"><![CDATA[{$comma}<a href="{$mybb->settings['bburl']}/member.php?action=profile&amp;uid={$user['uid']}">{$user['username']}</a>{$invisiblemark}]]></template>
<template name="usercp_favorites" version="120"><![CDATA[<html>

<br />]]></template>
<template name="portal_whosonline_memberbit" version="120"><![CDATA[{$comma}<a href="{$mybb->settings['bburl']}/member.php?action=profile&amp;uid={$user['uid']}">{$user['username']}</a>{$invisiblemark}]]></template>
<template name="usercp_favorites" version="120"><![CDATA[<html>

<head>

<head>

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

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

{$headerinclude}
</head>
<body>
{$header}
<table width="100%" border="0" align="center">
<tr>
{$usercpnav}

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

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

<tr>

<tr>

<td class="trow1">
<table cellspacing="0" cellpadding="0" border="0" width="100%">
<tr>
<td class="trow1"><span class="smalltext"><a href="usercp2.php?action=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>

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

</tr>

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

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

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

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

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


{$headerinclude}
</head>
<body>
{$header}
<form action="usercp.php" method="post">
<table width="100%" border="0" align="center">
<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>

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

</tr>
<tr>

</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="oldpassword" size="25" /></td>

<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="oldpassword" size="25" /></td>

</tr>

</tr>

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

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

Zeile 4669Zeile 4670
<input type="submit" class="button" name="submit" value="{$lang->update_password}" />
</div>
</td>

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

</tr>

</tr>

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

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

		<template name="usercp_email" version="120"><![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 4688
<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>

</tr>

</tr>

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

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

</tr>
<tr>

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

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

</tr>

</tr>

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

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

<td class="trow2" width="60%"><input type="text" class="textbox" name="email" size="25" maxlength="150" /></td>

<td class="trow2" width="60%"><input type="text" class="textbox" name="email" size="25" maxlength="150" value="{$email}" /></td>

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

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

<td class="trow1" width="60%"><input type="text" class="textbox" name="email2" size="25" maxlength="100" /></td>

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

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

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

Zeile 4714Zeile 4716
<input type="hidden" name="action" value="do_email" />
<input type="submit" class="button" name="submit" value="{$lang->update_email}" />
</div>

<input type="hidden" name="action" value="do_email" />
<input type="submit" class="button" name="submit" value="{$lang->update_email}" />
</div>

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

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

		<template name="private_archive_txt_folderhead" version="120"><![CDATA[#######################################################################
{$lang->folder} {$foldername}
#######################################################################

		<template name="private_archive_txt_folderhead" version="120"><![CDATA[#######################################################################
{$lang->folder} {$foldername}
#######################################################################

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

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

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

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

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

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

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

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

</tr>
{$loginbox}

</tr>
{$loginbox}

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

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

Zeile 5038Zeile 5040
<input type="hidden" name="tid" value="{$tid}" />
<input type="hidden" name="delete" value="1" />
</form>

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

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

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

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

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

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

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

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

</tr>]]></template>
<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 5080Zeile 5082
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead" colspan="4"><strong>{$lang->smilies_listing}</strong></td>

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

</tr>

</tr>

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

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

</tr>

</tr>

{$smilies}

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

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

</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>
<td class="{$class}">{$smilie['find']}</td>]]></template>
<template name="showteam" version="120"><![CDATA[<html>

		<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>
<td class="{$class}">{$smilie['find']}</td>]]></template>
<template name="showteam" version="120"><![CDATA[<html>

Zeile 5108Zeile 5111
<td class="trow1"><span class="smalltext">{$bdays}</span></td>
</tr>]]></template>
<template name="moderation_getip" version="120"><![CDATA[<html>

<td class="trow1"><span class="smalltext">{$bdays}</span></td>
</tr>]]></template>
<template name="moderation_getip" version="120"><![CDATA[<html>

<head>

<head>

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

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

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

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

</tr>

</tr>

{$loginbox}

{$loginbox}

<tr>

<tr>

<td class="trow2"><strong>{$lang->ip_address}</strong></td>
<td class="trow2">{$post['ipaddress']}</td>

<td class="trow2"><strong>{$lang->ip_address}</strong></td>
<td class="trow2">{$post['ipaddress']}</td>

</tr>

</tr>

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

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

</tr>

</tr>

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

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

Zeile 5174Zeile 5177
{$header}
<form enctype="multipart/form-data" action="usercp.php" method="post">
<table width="100%" border="0" align="center">

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

<tr>

<tr>

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

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

<tr>

<tr>

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

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

</tr>

</tr>

<tr>
<td align="center" class="trow1" width="5%"><input type="radio" class="radio" name="avatar" value="url"{$checked['url']} /></td>
<td class="trow1" width="40%"><strong>{$lang->avatar_url}</strong><br /><span class="smalltext">{$lang->avatar_url_note}</span></td>

<tr>
<td align="center" class="trow1" width="5%"><input type="radio" class="radio" name="avatar" value="url"{$checked['url']} /></td>
<td class="trow1" width="40%"><strong>{$lang->avatar_url}</strong><br /><span class="smalltext">{$lang->avatar_url_note}</span></td>

<td class="trow1" width="55%"><input type="text" class="textbox" name="avatarurl" size="25" maxlength="100" value="{$avatarurl}" /></td>
</tr>
<tr>

<td class="trow1" width="55%"><input type="text" class="textbox" name="avatarurl" size="25" maxlength="100" value="{$avatarurl}" /></td>
</tr>
<tr>

<td align="center" class="trow2" width="5%"><input type="radio" class="radio" name="avatar" value="upload"{$checked['upload']} /></td>
<td class="trow2" width="40%"><strong>{$lang->avatar_upload}</strong><br /><span class="smalltext">{$lang->avatar_upload_note}</span></td>
<td class="trow2" width="55%"><input type="file" name="avatarupload" size="25" value="" />{$uploadedmsg}</td>

<td align="center" class="trow2" width="5%"><input type="radio" class="radio" name="avatar" value="upload"{$checked['upload']} /></td>
<td class="trow2" width="40%"><strong>{$lang->avatar_upload}</strong><br /><span class="smalltext">{$lang->avatar_upload_note}</span></td>
<td class="trow2" width="55%"><input type="file" name="avatarupload" size="25" value="" />{$uploadedmsg}</td>

</tr>
<tr>

</tr>
<tr>

<td align="center" class="trow1" width="5%"><input type="radio" class="radio" name="avatar" value="list"{$checked['list']} /></td>
<td class="trow1" width="40%"><strong>{$lang->avatar_list}</strong><br /><span class="smalltext">{$lang->avatar_list_note}</span></td>
<td class="trow1" width="55%">

<td align="center" class="trow1" width="5%"><input type="radio" class="radio" name="avatar" value="list"{$checked['list']} /></td>
<td class="trow1" width="40%"><strong>{$lang->avatar_list}</strong><br /><span class="smalltext">{$lang->avatar_list_note}</span></td>
<td class="trow1" width="55%">

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

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

</td>

</td>

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

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

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

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

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

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

</tr>
</table>

</tr>
</table>

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

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

Zeile 5227Zeile 5230
</body>
</html>]]></template>
<template name="usercp_notepad" version="120"><![CDATA[<html>

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

<head>

<head>

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

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

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

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

Zeile 5245Zeile 5248
<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>

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

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

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

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

Zeile 5310Zeile 5313
		<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 5338Zeile 5341
{$footer}
</body>
</html>]]></template>

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

		<template name="usercp_changename" version="120"><![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 5353
<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']}" value="{$mybb->user['username']}" /></td>

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

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

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

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

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

		<template name="forumdisplay_inlinemoderation_col" version="120"><![CDATA[<td class="tcat" align="center" width="1"><input type="checkbox" name="allbox" onclick="inlineModeration.checkAll(this)" /></td>]]></template>

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

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

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

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

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

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

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

Zeile 6377Zeile 6390
</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 6441
<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 6476
<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 6502Zeile 6516
<br />]]></template>
<template name="htmldoctype" version="120"><![CDATA[<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">]]></template>
<template name="postbit_multiquote" version="120"><![CDATA[<script type="text/javascript">document.write("<a href=\"javascript:Thread.multiQuote({$post['pid']});\"><img src=\"{$theme['imglangdir']}/postbit_multiquote.gif\" alt=\"{$lang->postbit_multiquote}\" title=\"{$lang->postbit_multiquote}\" id=\"multiquote_{$post['pid']}\" /><\/a>");</script>]]></template>

<br />]]></template>
<template name="htmldoctype" version="120"><![CDATA[<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">]]></template>
<template name="postbit_multiquote" version="120"><![CDATA[<script type="text/javascript">document.write("<a href=\"javascript:Thread.multiQuote({$post['pid']});\"><img src=\"{$theme['imglangdir']}/postbit_multiquote.gif\" alt=\"{$lang->postbit_multiquote}\" title=\"{$lang->postbit_multiquote}\" id=\"multiquote_{$post['pid']}\" /><\/a>");</script>]]></template>

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

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

<script type="text/javascript">
new autoComplete("to", "xmlhttp.php?action=get_users", {valueSpan: "username"});
</script>]]></template>

<script type="text/javascript">
new autoComplete("to", "xmlhttp.php?action=get_users", {valueSpan: "username"});
</script>]]></template>

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

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

<script type="text/javascript">
new inlineEditor("xmlhttp.php?action=edit_subject", {className: "subject_editable", spinnerImage: "{$theme['imgdir']}/spinner.gif", lang_click_edit: "{$lang->click_hold_edit}"});
</script>]]></template>

<script type="text/javascript">
new inlineEditor("xmlhttp.php?action=edit_subject", {className: "subject_editable", spinnerImage: "{$theme['imgdir']}/spinner.gif", lang_click_edit: "{$lang->click_hold_edit}"});
</script>]]></template>