Vergleich install/resources/mybb_theme.xml - 1.6.4 - 1.6.12

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
Zeile 568Zeile 568
	background: url('images/error.gif') no-repeat 0;
}


	background: url('images/error.gif') no-repeat 0;
}


div.error.ul {

div.error ul {

	margin-left: 24px;
}


	margin-left: 24px;
}


Zeile 706Zeile 706
	padding: 5px;
margin-top: 5px;
font-weight: normal;

	padding: 5px;
margin-top: 5px;
font-weight: normal;

 
	white-space: nowrap;

}

.pagination_breadcrumb_link {

}

.pagination_breadcrumb_link {

Zeile 1029Zeile 1030
}]]></stylesheet>
</stylesheets>
<templates>

}]]></stylesheet>
</stylesheets>
<templates>

			<template name="forumdisplay_threadlist" version="1603"><![CDATA[<div class="float_left">

			<template name="forumdisplay_threadlist" version="1610"><![CDATA[<div class="float_left">

	{$multipage}
</div>
<div class="float_right">

	{$multipage}
</div>
<div class="float_right">

Zeile 1060Zeile 1061
	<tr>
<td class="tfoot" align="right" colspan="{$colspan}">
<form action="forumdisplay.php" method="get">

	<tr>
<td class="tfoot" align="right" colspan="{$colspan}">
<form action="forumdisplay.php" method="get">

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

				<input type="hidden" name="selectall" value="" />

				<input type="hidden" name="fid" value="{$fid}" />
<select name="sortby">
<option value="subject" {$sortsel['subject']}>{$lang->sort_by_subject}</option>

				<input type="hidden" name="fid" value="{$fid}" />
<select name="sortby">
<option value="subject" {$sortsel['subject']}>{$lang->sort_by_subject}</option>

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

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

		<template name="modcp_reports" version="1600"><![CDATA[<html>

		<template name="modcp_reports" version="1607"><![CDATA[<html>

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

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

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

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

<td class="thead" align="center" colspan="6"><strong>{$lang->reported_posts_note}</strong></td>

<td class="thead" align="center" colspan="7"><strong>{$lang->reported_posts_note}</strong></td>

</tr>
<tr>
<td class="tcat" align="center" width="10%"><span class="smalltext"><strong>{$lang->post_id}</strong></span></td>
<td class="tcat" align="center" width="15%"><span class="smalltext"><strong>{$lang->poster}</strong></span></td>
<td class="tcat" align="center" width="25%"><span class="smalltext"><strong>{$lang->thread}</strong></span></td>
<td class="tcat" align="center" width="15%"><span class="smalltext"><strong>{$lang->reporter}</strong></span></td>

</tr>
<tr>
<td class="tcat" align="center" width="10%"><span class="smalltext"><strong>{$lang->post_id}</strong></span></td>
<td class="tcat" align="center" width="15%"><span class="smalltext"><strong>{$lang->poster}</strong></span></td>
<td class="tcat" align="center" width="25%"><span class="smalltext"><strong>{$lang->thread}</strong></span></td>
<td class="tcat" align="center" width="15%"><span class="smalltext"><strong>{$lang->reporter}</strong></span></td>

<td class="tcat" align="center" width="25%"><span class="smalltext"><strong>{$lang->report_reason}</strong></span></td>

<td class="tcat" align="center" width="20%"><span class="smalltext"><strong>{$lang->report_reason}</strong></span></td>

<td class="tcat" align="center" width="10%"><span class="smalltext"><strong>{$lang->report_time}</strong></span></td>

<td class="tcat" align="center" width="10%"><span class="smalltext"><strong>{$lang->report_time}</strong></span></td>

 
<td class="tcat" align="center" width="5%"><input type="checkbox" name="allbox" onclick="selectReportedPosts();" /></td>

</tr>
{$reports}
{$reportspages}
<tr>

</tr>
{$reports}
{$reportspages}
<tr>

<td class="tfoot" colspan="6" align="right"><span class="smalltext"><strong><a href="modcp.php?action=allreports">{$lang->view_all_reported_posts}</a></strong></span></td>
</tr>
</table>

<td class="tfoot" colspan="7" align="right"><span class="smalltext"><strong><a href="modcp.php?action=allreports">{$lang->view_all_reported_posts}</a></strong></span></td>
</tr>
</table>

<br />
<div align="center"><input type="hidden" name="action" value="do_reports" /><input type="submit" class="button" name="reportsubmit" value="{$lang->mark_read}" /></div>
</td>

<br />
<div align="center"><input type="hidden" name="action" value="do_reports" /><input type="submit" class="button" name="reportsubmit" value="{$lang->mark_read}" /></div>
</td>

Zeile 1433Zeile 1435
</table>
</form>
{$footer}

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

 
<script type="text/javascript">
<!--
var checked = false;
function selectReportedPosts()
{
if(checked == false)
{
checked = true;
$$('input[type="checkbox"]').invoke('writeAttribute', 'checked', 'checked');
}
else
{
checked = false;
$$('input[type="checkbox"]').invoke('writeAttribute', 'checked', '');
}
}
// -->
</script>

</body>
</html>]]></template>
<template name="modcp_modlogs_result" version="1400"><![CDATA[<tr>

</body>
</html>]]></template>
<template name="modcp_modlogs_result" version="1400"><![CDATA[<tr>

Zeile 1709Zeile 1729
			</ul>
</div>
</div>]]></template>

			</ul>
</div>
</div>]]></template>

		<template name="forumjump_advanced" version="120"><![CDATA[<form action="forumdisplay.php" method="get">

		<template name="forumjump_advanced" version="1611"><![CDATA[<form action="forumdisplay.php" method="get">

<span class="smalltext"><strong>{$lang->forumjump}</strong></span>

<span class="smalltext"><strong>{$lang->forumjump}</strong></span>

<select name="{$name}" onchange="window.location=('forumdisplay.php?fid='+this.options[this.selectedIndex].value)">

<select name="{$name}" class="forumjump">

<option value="-1" {$jumpsel['default']}>{$lang->forumjump_select}</option>
<option value="-1">--------------------</option>
<option value="-4">{$lang->forumjump_pms}</option>

<option value="-1" {$jumpsel['default']}>{$lang->forumjump_select}</option>
<option value="-1">--------------------</option>
<option value="-4">{$lang->forumjump_pms}</option>

Zeile 1723Zeile 1743
</select>
{$gobutton}
</form>

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

]]></template>
















<script type="text/javascript">
<!--
$$('.forumjump').invoke('observe', 'change', function(e)
{
var option = this.options[this.selectedIndex].value

if(option < 0)
{
window.location=('forumdisplay.php?fid='+option)
return
}

window.location=({$forum_link})
})
//-->
</script>]]></template>

		<template name="forumdisplay_searchforum" version="120"><![CDATA[<form action="search.php" method="post">
<span class="smalltext"><strong>{$lang->search_forum}</strong></span>
<input type="text" class="textbox" name="keywords" /> {$gobutton}

		<template name="forumdisplay_searchforum" version="120"><![CDATA[<form action="search.php" method="post">
<span class="smalltext"><strong>{$lang->search_forum}</strong></span>
<input type="text" class="textbox" name="keywords" /> {$gobutton}

Zeile 1731Zeile 1766
	<input type="hidden" name="forums" value="{$fid}" />
<input type="hidden" name="postthread" value="1" />
</form><br />]]></template>

	<input type="hidden" name="forums" value="{$fid}" />
<input type="hidden" name="postthread" value="1" />
</form><br />]]></template>

		<template name="editpost" version="1600"><![CDATA[<html>

		<template name="editpost" version="1610"><![CDATA[<html>

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

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

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

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

{$preview}
{$post_errors}
{$attacherror}

{$preview}
{$post_errors}
{$attacherror}

Zeile 1751Zeile 1786
<tr>
<td class="trow1" style="white-space: nowrap"><input type="checkbox" class="checkbox" name="delete" value="1" tabindex="9" /> <strong>{$lang->delete_q}</strong></td>
<td class="trow1" width="100%">{$lang->delete_1}<br /><span class="smalltext">{$lang->delete_2}</span></td>

<tr>
<td class="trow1" style="white-space: nowrap"><input type="checkbox" class="checkbox" name="delete" value="1" tabindex="9" /> <strong>{$lang->delete_q}</strong></td>
<td class="trow1" width="100%">{$lang->delete_1}<br /><span class="smalltext">{$lang->delete_2}</span></td>

<td class="trow1"><input type="submit" class="button" name="submit" value="{$lang->delete_now}" tabindex="10" /></td>
</tr>
</table>

<td class="trow1"><input type="submit" class="button" name="submit" value="{$lang->delete_now}" tabindex="10" /></td>
</tr>
</table>

<input type="hidden" name="action" value="deletepost" />
<input type="hidden" name="pid" value="{$pid}" />
</form>

<input type="hidden" name="action" value="deletepost" />
<input type="hidden" name="pid" value="{$pid}" />
</form>

Zeile 1761Zeile 1796
<form action="editpost.php?pid={$pid}&amp;processed=1" method="post" enctype="multipart/form-data" name="input">
<input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">

<form action="editpost.php?pid={$pid}&amp;processed=1" method="post" enctype="multipart/form-data" name="input">
<input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">

<tr>

<tr>

<td class="thead" colspan="2"><strong>{$lang->edit_post}</strong></td>
</tr>
{$loginbox}
<tr>
<td class="trow2"><strong>{$lang->subject}</strong></td>
<td class="trow2">{$prefixselect}<input type="text" class="textbox" name="subject" size="40" maxlength="85" value="{$subject}" tabindex="1" /></td>

<td class="thead" colspan="2"><strong>{$lang->edit_post}</strong></td>
</tr>
{$loginbox}
<tr>
<td class="trow2"><strong>{$lang->subject}</strong></td>
<td class="trow2">{$prefixselect}<input type="text" class="textbox" name="subject" size="40" maxlength="85" value="{$subject}" tabindex="1" /></td>

</tr>

</tr>

{$posticons}
<tr>
<td class="trow2" valign="top"><strong>{$lang->your_message}:</strong><br /><div style="text-align: center;">{$smilieinserter}</div></td>
<td class="trow2">
<textarea name="message" id="message" rows="20" cols="70" tabindex="3">{$message}</textarea>
{$codebuttons}

{$posticons}
<tr>
<td class="trow2" valign="top"><strong>{$lang->your_message}:</strong><br /><div style="text-align: center;">{$smilieinserter}</div></td>
<td class="trow2">
<textarea name="message" id="message" rows="20" cols="70" tabindex="3">{$message}</textarea>
{$codebuttons}

</td>
</tr>

</td>
</tr>

<tr>
<td class="trow1" valign="top"><strong>{$lang->post_options}</strong></td>
<td class="trow1"><span class="smalltext">
<label><input type="checkbox" class="checkbox" name="postoptions[signature]" value="1" tabindex="6"{$postoptionschecked['signature']} /> {$lang->options_sig}</label>
{$disablesmilies}</span>

<tr>
<td class="trow1" valign="top"><strong>{$lang->post_options}</strong></td>
<td class="trow1"><span class="smalltext">
<label><input type="checkbox" class="checkbox" name="postoptions[signature]" value="1" tabindex="6"{$postoptionschecked['signature']} /> {$lang->options_sig}</label>
{$disablesmilies}</span>

</td>
</tr>

</td>
</tr>

{$subscriptionmethod}
{$pollbox}
</table>

{$subscriptionmethod}
{$pollbox}
</table>

Zeile 1791Zeile 1826
<br />
<div align="center"><input type="submit" class="button" name="submit" value="{$lang->update_post}" tabindex="3" accesskey="s" /> <input type="submit" class="button" name="previewpost" value="{$lang->preview_post}" tabindex="4" /></div>
<input type="hidden" name="action" value="do_editpost" />

<br />
<div align="center"><input type="submit" class="button" name="submit" value="{$lang->update_post}" tabindex="3" accesskey="s" /> <input type="submit" class="button" name="previewpost" value="{$lang->preview_post}" tabindex="4" /></div>
<input type="hidden" name="action" value="do_editpost" />

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

 
<input type="hidden" name="attachmentaid" value="" />
<input type="hidden" name="attachmentact" value="" />
</form>

<input type="hidden" name="attachmentaid" value="" />
<input type="hidden" name="attachmentact" value="" />
</form>

Zeile 1800Zeile 1834
</html>]]></template>
<template name="editpost_disablesmilies" version="120"><![CDATA[<br />
<label><input type="checkbox" class="checkbox" name="postoptions[disablesmilies]" value="1" tabindex="8"{$postoptionschecked['disablesmilies']} /> {$lang->options_disablesmilies}</label>]]></template>

</html>]]></template>
<template name="editpost_disablesmilies" version="120"><![CDATA[<br />
<label><input type="checkbox" class="checkbox" name="postoptions[disablesmilies]" value="1" tabindex="8"{$postoptionschecked['disablesmilies']} /> {$lang->options_disablesmilies}</label>]]></template>

		<template name="newreply" version="1400"><![CDATA[<html>

		<template name="newreply" version="1610"><![CDATA[<html>

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

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

Zeile 1838Zeile 1872
<tr>
<td class="trow1" valign="top"><strong>{$lang->post_options}</strong></td>
<td class="trow1"><span class="smalltext">

<tr>
<td class="trow1" valign="top"><strong>{$lang->post_options}</strong></td>
<td class="trow1"><span class="smalltext">

<label><input type="checkbox" class="checkbox" name="postoptions[signature]" value="1" tabindex="6"{$postoptionschecked['signature']} /> {$lang->options_sig}</label>

{$option_signature}

{$disablesmilies}
</span></td>

{$disablesmilies}
</span></td>

</tr>
{$modoptions}
{$subscriptionmethod}

</tr>
{$modoptions}
{$subscriptionmethod}

{$captcha}
</table>
{$attachbox}

{$captcha}
</table>
{$attachbox}

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

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

		<template name="newreply_disablesmilies" version="120"><![CDATA[<br />
<label><input type="checkbox" class="checkbox" name="postoptions[disablesmilies]" value="1" tabindex="9"{$postoptionschecked['disablesmilies']} /> {$lang->options_disablesmilies}</label>]]></template>

		<template name="newreply_options_signature" version="1610"><![CDATA[<label><input type="checkbox" class="checkbox" name="postoptions[signature]" value="1" tabindex="6"{$postoptionschecked['signature']} /> {$lang->options_sig}</label><br />]]></template>
<template name="newreply_disablesmilies" version="1610"><![CDATA[<label><input type="checkbox" class="checkbox" name="postoptions[disablesmilies]" value="1" tabindex="9"{$postoptionschecked['disablesmilies']} /> {$lang->options_disablesmilies}</label>]]></template>

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

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

Zeile 1908Zeile 1942
<td class="{$trow}" align="center"><a href="{$editurl}">{$lang->edit_draft}</a></td>
<td class="{$trow}" align="center"><input type="checkbox" class="checkbox" name="deletedraft[{$id}]" value="{$type}" /></td>
</tr>]]></template>

<td class="{$trow}" align="center"><a href="{$editurl}">{$lang->edit_draft}</a></td>
<td class="{$trow}" align="center"><input type="checkbox" class="checkbox" name="deletedraft[{$id}]" value="{$type}" /></td>
</tr>]]></template>

		<template name="newthread" version="1600"><![CDATA[<html>

		<template name="newthread" version="1610"><![CDATA[<html>

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

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

Zeile 1942Zeile 1976
<tr>
<td class="trow1" valign="top"><strong>{$lang->post_options}</strong></td>
<td class="trow1"><span class="smalltext">

<tr>
<td class="trow1" valign="top"><strong>{$lang->post_options}</strong></td>
<td class="trow1"><span class="smalltext">

<label><input type="checkbox" class="checkbox" name="postoptions[signature]" value="1" tabindex="7"{$postoptionschecked['signature']} /> {$lang->options_sig}</label>

{$option_signature}

{$disablesmilies}</span></td>
</tr>
{$modoptions}

{$disablesmilies}</span></td>
</tr>
{$modoptions}

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

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

		<template name="newthread_disablesmilies" version="120"><![CDATA[<br />
<label><input type="checkbox" class="checkbox" name="postoptions[disablesmilies]" value="1" tabindex="9"{$postoptionschecked['disablesmilies']} /> {$lang->options_disablesmilies}</label>]]></template>

		<template name="newthread_options_signature" version="1610"><![CDATA[<label><input type="checkbox" class="checkbox" name="postoptions[signature]" value="1" tabindex="7"{$postoptionschecked['signature']} /> {$lang->options_sig}</label><br />]]></template>
<template name="newthread_disablesmilies" version="1610"><![CDATA[<label><input type="checkbox" class="checkbox" name="postoptions[disablesmilies]" value="1" tabindex="9"{$postoptionschecked['disablesmilies']} /> {$lang->options_disablesmilies}</label>]]></template>

		<template name="usercp_nav" version="1400"><![CDATA[<td width="{$lang->ucp_nav_width}" valign="top">
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>

		<template name="usercp_nav" version="1400"><![CDATA[<td width="{$lang->ucp_nav_width}" valign="top">
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>

Zeile 1978Zeile 2012
{$usercpmenu}
</table>
</td>]]></template>

{$usercpmenu}
</table>
</td>]]></template>

		<template name="usercp_nav_messenger" version="1400"><![CDATA[<tr>

		<template name="usercp_nav_messenger" version="1610"><![CDATA[<tr>

	<td class="tcat">

	<td class="tcat">

		<div class="float_right"><img src="{$theme['imgdir']}/collapse{$collapsedimg['usercppms']}.gif" id="usercppms_img" class="expander" alt="[-]"/></div>

		<div class="expcolimage"><img src="{$theme['imgdir']}/collapse{$collapsedimg['usercppms']}.gif" id="usercppms_img" class="expander" alt="[-]"/></div>

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

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

Zeile 1991Zeile 2025
			{$folderlinks}
</td>
</tr>

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

	<tr><td class="trow1 smalltext"><a href="private.php?action=tracking" class="usercp_nav_item usercp_nav_pmtracking">{$lang->ucp_nav_tracking}</a></td></tr>

	{$ucp_nav_tracking}

	<tr><td class="trow1 smalltext"><a href="private.php?action=folders" class="usercp_nav_item usercp_nav_pmfolders">{$lang->ucp_nav_edit_folders}</a></td></tr>
</tbody>
]]></template>

	<tr><td class="trow1 smalltext"><a href="private.php?action=folders" class="usercp_nav_item usercp_nav_pmfolders">{$lang->ucp_nav_edit_folders}</a></td></tr>
</tbody>
]]></template>

Zeile 2080Zeile 2114
</tr>
</table>
</fieldset>]]></template>

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

 
		<template name="usercp_nav_messenger_tracking" version="1610"><![CDATA[<tr><td class="trow1 smalltext"><a href="private.php?action=tracking" class="usercp_nav_item usercp_nav_pmtracking">{$lang->ucp_nav_tracking}</a></td></tr>]]></template>

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

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

Zeile 2272Zeile 2307
</tr>
<tr>
<td colspan="2"><select name="language"><option value="">{$lang->use_default}</option><option value="0">-----------</option>{$langoptions}</select></td>

</tr>
<tr>
<td colspan="2"><select name="language"><option value="">{$lang->use_default}</option><option value="0">-----------</option>{$langoptions}</select></td>

</tr>
</table>

</tr>
</table>

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

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

Zeile 2324Zeile 2359
	</div>
</td>
</tr>]]></template>

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

		<template name="header_welcomeblock_member_admin" version="1604"><![CDATA[ &mdash; <a href="{$mybb->settings['bburl']}/{$admin_dir}/index.php">{$lang->welcome_admin}</a>]]></template>

		<template name="header_welcomeblock_member_admin" version="1605"><![CDATA[ &mdash; <a href="{$mybb->settings['bburl']}/{$config['admin_dir']}/index.php">{$lang->welcome_admin}</a>]]></template>

		<template name="forumdisplay_newthread" version="120"><![CDATA[<a href="newthread.php?fid={$fid}"><img src="{$theme['imglangdir']}/newthread.gif" alt="{$lang->post_thread}" title="{$lang->post_thread}" /></a>]]></template>
<template name="showthread_threaded_bitactive" version="120"><![CDATA[<div style="margin-left: {$indentsize}px;"><strong>{$post['subject']}</strong> <span class="smalltext">- {$lang->by} {$post['profilelink']} - {$postdate} {$posttime}</span></div>]]></template>
<template name="showthread_threaded_bit" version="120"><![CDATA[<div style="margin-left: {$indentsize}px;"><a href="showthread.php?tid={$tid}&amp;pid={$post['pid']}&amp;mode=threaded">{$post['subject']}</a> <span class="smalltext">- {$lang->by} {$post['profilelink']} - {$postdate}, {$posttime}</span></div>]]></template>

		<template name="forumdisplay_newthread" version="120"><![CDATA[<a href="newthread.php?fid={$fid}"><img src="{$theme['imglangdir']}/newthread.gif" alt="{$lang->post_thread}" title="{$lang->post_thread}" /></a>]]></template>
<template name="showthread_threaded_bitactive" version="120"><![CDATA[<div style="margin-left: {$indentsize}px;"><strong>{$post['subject']}</strong> <span class="smalltext">- {$lang->by} {$post['profilelink']} - {$postdate} {$posttime}</span></div>]]></template>
<template name="showthread_threaded_bit" version="120"><![CDATA[<div style="margin-left: {$indentsize}px;"><a href="showthread.php?tid={$tid}&amp;pid={$post['pid']}&amp;mode=threaded">{$post['subject']}</a> <span class="smalltext">- {$lang->by} {$post['profilelink']} - {$postdate}, {$posttime}</span></div>]]></template>

Zeile 2383Zeile 2418
</script>
<br />]]></template>
<template name="forumdisplay_inlinemoderation_selectall" version="1600"><![CDATA[<tr id="selectAllrow" class="hiddenrow">

</script>
<br />]]></template>
<template name="forumdisplay_inlinemoderation_selectall" version="1600"><![CDATA[<tr id="selectAllrow" class="hiddenrow">

	<td colspan="8" class="selectall">{$lang->page_selected} <a href="#" onclick='inlineModeration.selectAll();'>{$lang->select_all}</a></td>
</tr>
<tr id="allSelectedrow" class="hiddenrow">
<td colspan="8" class="selectall">{$lang->all_selected} <a href="#" onclick='inlineModeration.clearChecked();'>{$lang->clear_selection}</a></td>
</tr>

	<td colspan="8" class="selectall">{$lang->page_selected} <a href="#" onclick='inlineModeration.selectAll();'>{$lang->select_all}</a></td>
</tr>
<tr id="allSelectedrow" class="hiddenrow">
<td colspan="8" class="selectall">{$lang->all_selected} <a href="#" onclick='inlineModeration.clearChecked();'>{$lang->clear_selection}</a></td>
</tr>

]]></template>
<template name="search_threads_inlinemoderation_selectall" version="1600"><![CDATA[<tr id="selectAllrow" class="hiddenrow">
<td colspan="8" class="selectall">{$lang->page_selected} <a href="#" onclick='inlineModeration.selectAll();'>{$lang->select_all}</a></td>

]]></template>
<template name="search_threads_inlinemoderation_selectall" version="1600"><![CDATA[<tr id="selectAllrow" class="hiddenrow">
<td colspan="8" class="selectall">{$lang->page_selected} <a href="#" onclick='inlineModeration.selectAll();'>{$lang->select_all}</a></td>

</tr>

</tr>

<tr id="allSelectedrow" class="hiddenrow">
<td colspan="8" class="selectall">{$lang->all_selected} <a href="#" onclick='inlineModeration.clearChecked();'>{$lang->clear_selection}</a></td>

<tr id="allSelectedrow" class="hiddenrow">
<td colspan="8" class="selectall">{$lang->all_selected} <a href="#" onclick='inlineModeration.clearChecked();'>{$lang->clear_selection}</a></td>

</tr>
]]></template>

</tr>
]]></template>

		<template name="search_posts_inlinemoderation_selectall" version="1600"><![CDATA[<tr id="selectAllrow" class="hiddenrow">
<td colspan="9" class="selectall">{$lang->page_selected} <a href="#" onclick='inlineModeration.selectAll();'>{$lang->select_all}</a></td>
</tr>

		<template name="search_posts_inlinemoderation_selectall" version="1600"><![CDATA[<tr id="selectAllrow" class="hiddenrow">
<td colspan="9" class="selectall">{$lang->page_selected} <a href="#" onclick='inlineModeration.selectAll();'>{$lang->select_all}</a></td>
</tr>

Zeile 2404Zeile 2439
</tr>
]]></template>
<template name="report_thanks" version="1400"><![CDATA[<html>

</tr>
]]></template>
<template name="report_thanks" version="1400"><![CDATA[<html>

<head>
<title>{$mybb->settings['bbname']} - {$lang->report_post}</title>
{$headerinclude}
</head>
<body>
<br />
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="trow1" align="center">
<br />
<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">
<tr>
<td class="trow1" align="center">
<br />
<br />

<strong>{$lang->thank_you}</strong>
<blockquote>{$lang->post_reported}</blockquote>
<br /><br />

<strong>{$lang->thank_you}</strong>
<blockquote>{$lang->post_reported}</blockquote>
<br /><br />

Zeile 2431Zeile 2466
</body>
</html>]]></template>
<template name="report" version="120"><![CDATA[<html>

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

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

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

{$headerinclude}
</head>
<body>

{$headerinclude}
</head>
<body>

Zeile 2464Zeile 2499
		<template name="report_error" version="123"><![CDATA[<html>
<head>
<title>{$mybb->settings['bbname']} - {$lang->report_post}</title>

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

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

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

<table border="0" cellspacing="1" cellpadding="4" class="tborder">
<tr>
<td class="thead"><span class="smalltext"><strong>{$mybb->settings['bbname']}</strong></span></td>


<table border="0" cellspacing="1" cellpadding="4" class="tborder">
<tr>
<td class="thead"><span class="smalltext"><strong>{$mybb->settings['bbname']}</strong></span></td>


</tr>

</tr>

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

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

Zeile 2483Zeile 2518
<head>
<title>{$title}</title>
<meta http-equiv="refresh" content="2;URL={$url}" />

<head>
<title>{$title}</title>
<meta http-equiv="refresh" content="2;URL={$url}" />

{$headerinclude}
</head>

{$headerinclude}
</head>

<body>
<br />
<br />

<body>
<br />
<br />

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

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

		<template name="error_maxsigimages" version="120"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead"><strong>{$lang->too_many_images}</strong></td>
</tr>
<tr>
<td class="trow1">{$lang->too_many_sig_images}<br /><span class="smalltext">{$lang->too_many_sig_images2}</span>
</td>
</tr>
</table>
<br />]]></template>

 
		<template name="forumbit_depth2_forum" version="1400"><![CDATA[<tr>
<td class="{$bgcolor}" align="center" valign="top" width="1"><img src="{$theme['imgdir']}/{$lightbulb['folder']}.gif" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" class="ajax_mark_read" id="mark_read_{$forum['fid']}" /></td>
<td class="{$bgcolor}" valign="top">

		<template name="forumbit_depth2_forum" version="1400"><![CDATA[<tr>
<td class="{$bgcolor}" align="center" valign="top" width="1"><img src="{$theme['imgdir']}/{$lightbulb['folder']}.gif" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" class="ajax_mark_read" id="mark_read_{$forum['fid']}" /></td>
<td class="{$bgcolor}" valign="top">

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

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

				<!-- MyBB is free software developed and maintained by a volunteer community. 
It would be much appreciated by the MyBB Group if you left the full copyright and "powered by" notice intact,
to show your support for MyBB. If you choose to remove or modify the copyright below,

				<!-- MyBB is free software developed and maintained by a volunteer community.
It would be much appreciated by the MyBB Group if you left the full copyright and "powered by" notice intact,
to show your support for MyBB. If you choose to remove or modify the copyright below,

					 you may be refused support on the MyBB Community Forums.

					 you may be refused support on the MyBB Community Forums.

					 



					 This is free software, support us and we'll support you. -->
{$lang->powered_by} <a href="http://mybb.com/" target="_blank">MyBB{$mybbversion}</a>, &copy; 2002-{$copy_year} <a href="http://mybb.com/" target="_blank">MyBB Group</a>.<br />
<!-- End powered by -->

					 This is free software, support us and we'll support you. -->
{$lang->powered_by} <a href="http://mybb.com/" target="_blank">MyBB{$mybbversion}</a>, &copy; 2002-{$copy_year} <a href="http://mybb.com/" target="_blank">MyBB Group</a>.<br />
<!-- End powered by -->

Zeile 2707Zeile 2732
</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>

</tr>

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

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

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

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

</tr>
<tr>

</tr>
<tr>

<td width="50%" class="trow1" valign="top">
<fieldset class="trow2">
<legend><strong>{$lang->profile_required}</strong></legend>

<td width="50%" class="trow1" valign="top">
<fieldset class="trow2">
<legend><strong>{$lang->profile_required}</strong></legend>

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

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

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

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

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

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

Zeile 2789Zeile 2814
<select name="birthdayprivacy">
{$bdayprivacysel}
</select>

<select name="birthdayprivacy">
{$bdayprivacysel}
</select>

</td>
</tr>

</td>
</tr>

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

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

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

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

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

</tr>
<tr>

</tr>
<tr>

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

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

</tr>
<tr>

</tr>
<tr>

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

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

</tr>
</table>

</tr>
</table>

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

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

Zeile 2857Zeile 2882
	<td class="tcat smalltext" colspan="3">{$lang->attach_quota} <a href="usercp.php?action=attachments">{$lang->view_attachments}</a></td>
</tr>
{$newattach}

	<td class="tcat smalltext" colspan="3">{$lang->attach_quota} <a href="usercp.php?action=attachments">{$lang->view_attachments}</a></td>
</tr>
{$newattach}

{$attachments}

{$attachments}

</table>]]></template>
<template name="usercp_attachments" version="1400"><![CDATA[<html>
<head>

</table>]]></template>
<template name="usercp_attachments" version="1400"><![CDATA[<html>
<head>

Zeile 2883Zeile 2908
<td class="tcat" width="1"><input type="checkbox" class="checkbox checkall" /></td>
</tr>
{$attachments}

<td class="tcat" width="1"><input type="checkbox" class="checkbox checkall" /></td>
</tr>
{$attachments}

</table>

</table>

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

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

Zeile 2910Zeile 2935
<tr>
<td class="trow2" width="40%"><strong>{$lang->attachstats_totaldl}</strong></td>
<td class="trow2" width="60%">{$totaldownloads}</td>

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

</tr>

</tr>

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

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

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

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

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

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

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

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

</tr>

</tr>

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

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

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

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

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


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

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

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

</tr>

</tr>

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

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

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


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

<tr>
<td class="trow1"><strong><a href="misc.php?action=rules&amp;fid={$fid}">{$foruminfo['rulestitle']}</a></strong></td>
</tr>

<tr>
<td class="trow1"><strong><a href="misc.php?action=rules&amp;fid={$fid}">{$foruminfo['rulestitle']}</a></strong></td>
</tr>

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

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

</tr>

</tr>

<tr>
<td>
<input type="text" class="textbox" name="referrername" id="referrer" value="{$referrername}" style="width: 100%;" />

<tr>
<td>
<input type="text" class="textbox" name="referrername" id="referrer" value="{$referrername}" style="width: 100%;" />

Zeile 3015Zeile 3042
<body>
{$header}
<form action="usercp.php" method="post">

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

<input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
<table width="100%" border="0" align="center">
<tr>

<input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
<table width="100%" border="0" align="center">
<tr>

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

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

<tr>

<tr>

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

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

</tr>
<tr>

</tr>
<tr>

<td class="trow1" align="center" colspan="2">{$lang->join_group_moderate_note}</td>
</tr>
<tr>
<td class="trow2"><strong>{$lang->user_group}</strong></td>
<td class="trow2">{$usergroup['title']}</td>

<td class="trow1" align="center" colspan="2">{$lang->join_group_moderate_note}</td>
</tr>
<tr>
<td class="trow2"><strong>{$lang->user_group}</strong></td>
<td class="trow2">{$usergroup['title']}</td>

</tr>

</tr>

<tr>
<td class="trow1"><strong>{$lang->join_reason}</strong></td>
<td class="trow1"><input type="text" class="textbox" name="reason" value="" size="50" /></td>

<tr>
<td class="trow1"><strong>{$lang->join_reason}</strong></td>
<td class="trow1"><input type="text" class="textbox" name="reason" value="" size="50" /></td>

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

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

</td>

</td>

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

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

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

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

</tr>
<tr>

</tr>
<tr>

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

Zeile 3097Zeile 3124
</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>
<tr>

</tr>
<tr>

<td class="trow1" width="40%"><strong>{$lang->avatar_upload}</strong></td>
<td class="trow1" width="60%">
<form enctype="multipart/form-data" action="usercp.php" method="post">

<td class="trow1" width="40%"><strong>{$lang->avatar_upload}</strong></td>
<td class="trow1" width="60%">
<form enctype="multipart/form-data" action="usercp.php" method="post">

Zeile 3106Zeile 3133
<input type="file" name="avatarupload" size="25" class="fileupload" />
{$auto_resize}
</td>

<input type="file" name="avatarupload" size="25" class="fileupload" />
{$auto_resize}
</td>

</tr>

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

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

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

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

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

Zeile 3205Zeile 3232
	var use_xmlhttprequest = "{$mybb->settings['use_xmlhttprequest']}";
var my_post_key = "{$mybb->post_code}";
var imagepath = "{$theme['imgdir']}";

	var use_xmlhttprequest = "{$mybb->settings['use_xmlhttprequest']}";
var my_post_key = "{$mybb->post_code}";
var imagepath = "{$theme['imgdir']}";

// -->

// -->

</script>
{$newpmmsg}]]></template>
<template name="showthread_similarthreads" version="120"><![CDATA[<br />

</script>
{$newpmmsg}]]></template>
<template name="showthread_similarthreads" version="120"><![CDATA[<br />

Zeile 3219Zeile 3246
<td class="tcat" align="center"><span class="smalltext"><strong>{$lang->replies}</strong></span></td>
<td class="tcat" align="center"><span class="smalltext"><strong>{$lang->views}</strong></span></td>
<td class="tcat" align="center"><span class="smalltext"><strong>{$lang->lastpost}</strong></span></td>

<td class="tcat" align="center"><span class="smalltext"><strong>{$lang->replies}</strong></span></td>
<td class="tcat" align="center"><span class="smalltext"><strong>{$lang->views}</strong></span></td>
<td class="tcat" align="center"><span class="smalltext"><strong>{$lang->lastpost}</strong></span></td>

</tr>

</tr>

{$similarthreadbits}
</table>]]></template>
<template name="nav_sep" version="120"><![CDATA[ / ]]></template>

{$similarthreadbits}
</table>]]></template>
<template name="nav_sep" version="120"><![CDATA[ / ]]></template>

Zeile 3257Zeile 3284
</td>
</tr>
{$awaybit}

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

</table>
<br />

</table>
<br />

<table width="100%" cellspacing="0" cellpadding="0" border="0" align="center">
<tr>
<td width="50%" valign="top">

<table width="100%" cellspacing="0" cellpadding="0" border="0" align="center">
<tr>
<td width="50%" valign="top">

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

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

</tr>

</tr>

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

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

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

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

		<template name="member_profile_adminoptions" version="1604"><![CDATA[

		<template name="member_profile_adminoptions" version="1605"><![CDATA[

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

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

Zeile 3339Zeile 3366
<tr>
<td class="trow1">
<ul>

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

<li><a href="{$mybb->settings['bburl']}/{$admin_dir}/index.php?module=user-users&amp;action=edit&amp;uid={$uid}">{$lang->admin_edit_in_acp}</a></li>
<li><a href="{$mybb->settings['bburl']}/{$admin_dir}/index.php?module=user-banning&amp;uid={$uid}">{$lang->admin_ban_in_acp}</a></li>

<li><a href="{$mybb->settings['bburl']}/{$config['admin_dir']}/index.php?module=user-users&amp;action=edit&amp;uid={$uid}">{$lang->admin_edit_in_acp}</a></li>
<li><a href="{$mybb->settings['bburl']}/{$config['admin_dir']}/index.php?module=user-banning&amp;uid={$uid}">{$lang->admin_ban_in_acp}</a></li>

</ul>
</td>
</tr>

</ul>
</td>
</tr>

Zeile 3366Zeile 3393
</tr>
</table>
]]></template>

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

		<template name="header_welcomeblock_guest" version="1600"><![CDATA[<script type="text/javascript">

		<template name="header_welcomeblock_guest" version="1607"><![CDATA[<script type="text/javascript">

<!--

<!--

	lang.username = "{$lang->login_username}";

	lang.username = "{$login_username}";

	lang.password = "{$lang->login_password}";
lang.login = "{$lang->login}";
lang.lost_password = " &mdash; <a href=\"{$mybb->settings['bburl']}/member.php?action=lostpw\">{$lang->lost_password}<\/a>";

	lang.password = "{$lang->login_password}";
lang.login = "{$lang->login}";
lang.lost_password = " &mdash; <a href=\"{$mybb->settings['bburl']}/member.php?action=lostpw\">{$lang->lost_password}<\/a>";

Zeile 3530Zeile 3557
<br />
<div align="center"><input type="submit" class="button" value="{$lang->add_member_submit}" /></div>
</form>]]></template>

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

 
		<template name="managegroup_no_users" version="1607"><![CDATA[<tr>
<td class="trow1" colspan="6">{$lang->no_users}</td>
</tr>]]></template>

		<template name="managegroup_user" version="1400"><![CDATA[<tr>
<td class="{$altbg}">{$user['profilelink']} {$leader}</td>
<td class="{$altbg}" align="center" width="100">{$email}</td>

		<template name="managegroup_user" version="1400"><![CDATA[<tr>
<td class="{$altbg}">{$user['profilelink']} {$leader}</td>
<td class="{$altbg}" align="center" width="100">{$email}</td>

Zeile 3585Zeile 3615
]]></template>
<template name="managegroup_leaders" version="1600"><![CDATA[<p>{$lang->group_leaders}: {$leaders}</p>]]></template>
<template name="managegroup_leaders_bit" version="1600"><![CDATA[{$leader_profile_link}{$comma}]]></template>

]]></template>
<template name="managegroup_leaders" version="1600"><![CDATA[<p>{$lang->group_leaders}: {$leaders}</p>]]></template>
<template name="managegroup_leaders_bit" version="1600"><![CDATA[{$leader_profile_link}{$comma}]]></template>

		<template name="private_send" version="1600"><![CDATA[<html>

		<template name="private_send" version="1610"><![CDATA[<html>

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

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

Zeile 3634Zeile 3664
<tr>
<td class="trow1" valign="top"><strong>{$lang->compose_options}</strong></td>
<td class="trow1"><span class="smalltext">

<tr>
<td class="trow1" valign="top"><strong>{$lang->compose_options}</strong></td>
<td class="trow1"><span class="smalltext">

<label><input type="checkbox" class="checkbox" name="options[signature]" value="1" tabindex="5" {$optionschecked['signature']} />{$lang->options_sig}</label><br />

{$private_send_signature}

<label><input type="checkbox" class="checkbox" name="options[disablesmilies]" value="1" tabindex="6" {$optionschecked['disablesmilies']} />{$lang->options_disable_smilies}</label><br />
<label><input type="checkbox" class="checkbox" name="options[savecopy]" value="1" tabindex="7" {$optionschecked['savecopy']} />{$lang->options_save_copy}</label><br />

<label><input type="checkbox" class="checkbox" name="options[disablesmilies]" value="1" tabindex="6" {$optionschecked['disablesmilies']} />{$lang->options_disable_smilies}</label><br />
<label><input type="checkbox" class="checkbox" name="options[savecopy]" value="1" tabindex="7" {$optionschecked['savecopy']} />{$lang->options_save_copy}</label><br />

<label><input type="checkbox" class="checkbox" name="options[readreceipt]" value="1" tabindex="8" {$optionschecked['readreceipt']} />{$lang->options_read_receipt}</label><br />

{$private_send_tracking}

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

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

Zeile 3678Zeile 3708
{$autocompletejs}
</body>
</html>]]></template>

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

 
		<template name="private_send_tracking" version="1610"><![CDATA[<label><input type="checkbox" class="checkbox" name="options[readreceipt]" value="1" tabindex="8" {$optionschecked['readreceipt']} />{$lang->options_read_receipt}</label><br />]]></template>
<template name="private_send_signature" version="1610"><![CDATA[<label><input type="checkbox" class="checkbox" name="options[signature]" value="1" tabindex="5" {$optionschecked['signature']} />{$lang->options_sig}</label><br />]]></template>

		<template name="showthread_newreply_closed" version="120"><![CDATA[<a href="newreply.php?tid={$tid}"><img src="{$theme['imglangdir']}/closed.gif" alt="{$lang->thread_closed}" title="{$lang->thread_closed}" /></a>&nbsp;]]></template>
<template name="polls_editpoll" version="1400"><![CDATA[<html>
<head>

		<template name="showthread_newreply_closed" version="120"><![CDATA[<a href="newreply.php?tid={$tid}"><img src="{$theme['imglangdir']}/closed.gif" alt="{$lang->thread_closed}" title="{$lang->thread_closed}" /></a>&nbsp;]]></template>
<template name="polls_editpoll" version="1400"><![CDATA[<html>
<head>

Zeile 3788Zeile 3820
	$('quick_delete_{$post['pid']}').style.display = '';
// -->
</script>]]></template>

	$('quick_delete_{$post['pid']}').style.display = '';
// -->
</script>]]></template>

		<template name="postbit_quote" version="120"><![CDATA[<a href="newreply.php?tid={$tid}&amp;pid={$post['pid']}"><img src="{$theme['imglangdir']}/postbit_quote.gif" alt="{$lang->postbit_quote}" title="{$lang->postbit_quote}" /></a>]]></template>
<template name="postbit_rep_button" version="1600"><![CDATA[<a href="javascript:MyBB.reputation({$post['uid']},{$post['pid']});"><img src="{$theme['imglangdir']}/postbit_reputation.gif" alt="{$lang->postbit_reputation}" title="{$lang->postbit_reputation}" /></a>]]></template>

		<template name="postbit_quote" version="1610"><![CDATA[<a href="newreply.php?tid={$tid}&amp;replyto={$post['pid']}"><img src="{$theme['imglangdir']}/postbit_quote.gif" alt="{$lang->postbit_quote}" title="{$lang->postbit_quote}" /></a>]]></template>
<template name="postbit_rep_button" version="1607"><![CDATA[<a href="javascript:MyBB.reputation({$post['uid']},{$post['pid']});"><img src="{$theme['imglangdir']}/postbit_reputation.gif" alt="{$lang->postbit_reputation_add}" title="{$lang->postbit_reputation_add}" /></a>]]></template>

		<template name="postbit_report" version="120"><![CDATA[<a href="javascript:Thread.reportPost({$post['pid']});"><img src="{$theme['imglangdir']}/postbit_report.gif" alt="{$lang->postbit_report}" title="{$lang->postbit_report}" /></a>]]></template>
<template name="postbit_www" version="120"><![CDATA[<a href="{$post['website']}" target="_blank"><img src="{$theme['imglangdir']}/postbit_www.gif" alt="{$lang->postbit_website}" title="{$lang->postbit_website}" /></a>]]></template>
<template name="polls_showresults_resultbit" version="1402"><![CDATA[<tr>

		<template name="postbit_report" version="120"><![CDATA[<a href="javascript:Thread.reportPost({$post['pid']});"><img src="{$theme['imglangdir']}/postbit_report.gif" alt="{$lang->postbit_report}" title="{$lang->postbit_report}" /></a>]]></template>
<template name="postbit_www" version="120"><![CDATA[<a href="{$post['website']}" target="_blank"><img src="{$theme['imglangdir']}/postbit_www.gif" alt="{$lang->postbit_website}" title="{$lang->postbit_website}" /></a>]]></template>
<template name="polls_showresults_resultbit" version="1402"><![CDATA[<tr>

Zeile 3865Zeile 3897
</table>
</body>
</html>]]></template>

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

		<template name="reputation" version="1600"><![CDATA[<html>

		<template name="reputation" version="1605"><![CDATA[<html>

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

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

Zeile 3897Zeile 3929
					<strong>{$lang->total_reputation}:</strong> <span class="repbox {$total_class}">{$user['reputation']}</span><br /><br />
<strong>{$lang->reputation_members} {$rep_members}</strong><br />
<strong>{$lang->reputation_posts} {$rep_posts}</strong><br />

					<strong>{$lang->total_reputation}:</strong> <span class="repbox {$total_class}">{$user['reputation']}</span><br /><br />
<strong>{$lang->reputation_members} {$rep_members}</strong><br />
<strong>{$lang->reputation_posts} {$rep_posts}</strong><br />

					<strong class="reputation_positive">{$lang->positive_count}:</strong> {$positive_count}<br />
<strong class="reputation_neutral">{$lang->neutral_count}:</strong> {$neutral_count}<br />
<strong class="reputation_negative">{$lang->negative_count}:</strong> {$negative_count}

					<strong class="reputation_positive">{$lang->positive_count}:</strong> {$positive_count} {$pos_rep_info}<br />
<strong class="reputation_neutral">{$lang->neutral_count}:</strong> {$neutral_count} {$neu_rep_info}<br />
<strong class="reputation_negative">{$lang->negative_count}:</strong> {$negative_count} {$neg_rep_info}

				</span>
</td>
<td align="right" style="width: 300px;">

				</span>
</td>
<td align="right" style="width: 300px;">

Zeile 4039Zeile 4071

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


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

		<template name="usercp_profile_customfield" version="1400"><![CDATA[<tr>
<td><span class="smalltext">
<a title="{$profilefield['description']}" style="text-decoration: none;">{$profilefield['name']}</a>:</span></td>




		<template name="usercp_profile_customfield" version="1605"><![CDATA[<tr>
<td>
<a title="{$profilefield['description']}" style="text-decoration: none;">{$profilefield['name']}</a>:
<br />
<span class="smalltext">{$profilefield['description']}</span>
</td>

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

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

Zeile 4052Zeile 4087
<legend><strong>{$lang->additional_information}</strong></legend>
<table cellspacing="0" cellpadding="{$theme['tablespace']}" width="100%">
{$customfields}

<legend><strong>{$lang->additional_information}</strong></legend>
<table cellspacing="0" cellpadding="{$theme['tablespace']}" width="100%">
{$customfields}

</table>

</table>

</fieldset>]]></template>
<template name="private_archive" version="1400"><![CDATA[<html>
<head>

</fieldset>]]></template>
<template name="private_archive" version="1400"><![CDATA[<html>
<head>

Zeile 4062Zeile 4097
<body>
{$header}
<form action="private.php" method="post">

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

<input type="hidden" name="my_post_key" value="{$mybb->post_code}" />

<input type="hidden" name="my_post_key" value="{$mybb->post_code}" />

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

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

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

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

</tr>
<tr>

</tr>
<tr>

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

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

Zeile 4123Zeile 4158
		<template name="moderation_inline_deleteposts" version="1600"><![CDATA[<html>
<head>
<title>{$mybb->settings['bbname']} - {$lang->delete_posts}</title>

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

{$headerinclude}
</head>
<body>
{$header}
<form action="moderation.php" method="post">
<input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>

{$headerinclude}
</head>
<body>
{$header}
<form action="moderation.php" method="post">
<input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>

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

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

Zeile 4151Zeile 4186
		<template name="online_today" version="1604"><![CDATA[<html>
<head>
<title>{$mybb->settings['bbname']} - {$lang->online_today}</title>

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

{$headerinclude}
</head>
<body>

{$headerinclude}
</head>
<body>

{$header}
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead" align="center" width="50%"><span class="smalltext"><strong>{$lang->on_username}</strong></span></td>
<td class="thead" align="center" width="50%"><span class="smalltext"><strong>{$lang->time}</strong></span></td>

{$header}
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead" align="center" width="50%"><span class="smalltext"><strong>{$lang->on_username}</strong></span></td>
<td class="thead" align="center" width="50%"><span class="smalltext"><strong>{$lang->time}</strong></span></td>

</tr>

</tr>

{$todayrows}

{$todayrows}

<tr>
<td align="center" colspan="2" class="trow1" style="white-space: nowrap">{$onlinetoday}</td>
</tr>
</table>
<br />

<tr>
<td align="center" colspan="2" class="trow1" style="white-space: nowrap">{$onlinetoday}</td>
</tr>
</table>
<br />

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

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

Zeile 4184Zeile 4219
{$usercpnav}
<td valign="top">
{$read_multipage}

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

<form action="private.php" method="post">
<input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
<input type="hidden" name="action" value="do_tracking" />
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>

<form action="private.php" method="post">
<input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
<input type="hidden" name="action" value="do_tracking" />
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>

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

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

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

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

</tr>
<tr>

</tr>
<tr>

<td class="tcat" colspan="2"><span class="smalltext"><strong>{$lang->message_title}</strong></span></td>
<td class="tcat" align="center" style="white-space: nowrap" width="30%"><span class="smalltext"><strong>{$lang->sentto}</strong></span></td>
<td class="tcat" align="right" style="white-space: nowrap" width="20%"><span class="smalltext"><strong>{$lang->datesent}</strong></span></td>
<td class="tcat" align="center" width="1%" style="white-space: nowrap"><span class="smalltext"><input type="checkbox" class="checkbox checkall" /></span></td>

<td class="tcat" colspan="2"><span class="smalltext"><strong>{$lang->message_title}</strong></span></td>
<td class="tcat" align="center" style="white-space: nowrap" width="30%"><span class="smalltext"><strong>{$lang->sentto}</strong></span></td>
<td class="tcat" align="right" style="white-space: nowrap" width="20%"><span class="smalltext"><strong>{$lang->datesent}</strong></span></td>
<td class="tcat" align="center" width="1%" style="white-space: nowrap"><span class="smalltext"><input type="checkbox" class="checkbox checkall" /></span></td>

</tr>

</tr>

{$unreadmessages}
<tr>
<td class="tfoot" align="right" colspan="5"><strong><input type="submit" class="button" name="stoptrackingunread" value="{$lang->stop_tracking}" /> / <input type="submit" class="button" name="cancel" value="{$lang->cancel}" /> {$lang->selected_messages}</strong></td>

{$unreadmessages}
<tr>
<td class="tfoot" align="right" colspan="5"><strong><input type="submit" class="button" name="stoptrackingunread" value="{$lang->stop_tracking}" /> / <input type="submit" class="button" name="cancel" value="{$lang->cancel}" /> {$lang->selected_messages}</strong></td>

</tr>
</table>

</tr>
</table>

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

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

Zeile 4237Zeile 4272
{$header}
<form action="moderation.php" method="post">
<input type="hidden" name="my_post_key" value="{$mybb->post_code}" />

{$header}
<form action="moderation.php" method="post">
<input type="hidden" name="my_post_key" value="{$mybb->post_code}" />

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

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

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

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

</tr>
<tr>
<td class="tcat" align="center"><strong>{$lang->mod_username}</strong></td>

</tr>
<tr>
<td class="tcat" align="center"><strong>{$lang->mod_username}</strong></td>

<td class="tcat" align="center"><strong>{$lang->mod_date}</strong></td>
<td class="tcat" align="center"><strong>{$lang->mod_actions}</strong></td>
<td class="tcat" align="center"><strong>{$lang->mod_information}</strong></td>

<td class="tcat" align="center"><strong>{$lang->mod_date}</strong></td>
<td class="tcat" align="center"><strong>{$lang->mod_actions}</strong></td>
<td class="tcat" align="center"><strong>{$lang->mod_information}</strong></td>

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

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

		<template name="error_maxpostimages" version="120"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead"><strong>{$lang->error_too_many_images}</strong></td>
</tr>
<tr>
<td class="trow1">{$lang->error_too_many_images2}<br /><span class="smalltext">{$lang->error_too_many_images3} {$mybb->settings['maxpostimages']}.</span>
</td>
</tr>
</table>
<br />]]></template>

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

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

Zeile 4346Zeile 4371
		<template name="private_search_results_nomessages" version="1600"><![CDATA[<tr>
<td colspan="7" class="trow1">{$lang->nomessages}</td>
</tr>]]></template>

		<template name="private_search_results_nomessages" version="1600"><![CDATA[<tr>
<td colspan="7" class="trow1">{$lang->nomessages}</td>
</tr>]]></template>

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

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

<script type="text/javascript">
<!--
{$editor_language}

<script type="text/javascript">
<!--
{$editor_language}

Zeile 4357Zeile 4382
	}
// -->
</script>]]></template>

	}
// -->
</script>]]></template>

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

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

<form method="post" action="newreply.php?tid={$tid}&amp;processed=1" name="quick_reply_form" id="quick_reply_form">
<input type="hidden" name="my_post_key" value="{$mybb->post_code}" />

<form method="post" action="newreply.php?tid={$tid}&amp;processed=1" name="quick_reply_form" id="quick_reply_form">
<input type="hidden" name="my_post_key" value="{$mybb->post_code}" />

	<input type="hidden" name="subject" value="RE: {$thread['subject']}" />

	<input type="hidden" name="subject" value="RE: {$reply_subject}" />

	<input type="hidden" name="action" value="do_newreply" />
<input type="hidden" name="posthash" value="{$posthash}" id="posthash" />
<input type="hidden" name="quoted_ids" value="" id="quoted_ids" />

	<input type="hidden" name="action" value="do_newreply" />
<input type="hidden" name="posthash" value="{$posthash}" id="posthash" />
<input type="hidden" name="quoted_ids" value="" id="quoted_ids" />

Zeile 4383Zeile 4408
				<td class="trow1" valign="top" width="22%">
<strong>{$lang->message}</strong><br />
<span class="smalltext">{$lang->message_note}<br /><br />

				<td class="trow1" valign="top" width="22%">
<strong>{$lang->message}</strong><br />
<span class="smalltext">{$lang->message_note}<br /><br />

					<label><input type="checkbox" class="checkbox" name="postoptions[signature]" value="1" {$postoptionschecked['signature']} />&nbsp;<strong>{$lang->signature}</strong></label><br />

					{$option_signature}

					<label><input type="checkbox" class="checkbox" name="postoptions[disablesmilies]" value="1" />&nbsp;<strong>{$lang->disable_smilies}</strong></label>{$closeoption}</span>
</td>
<td class="trow1">

					<label><input type="checkbox" class="checkbox" name="postoptions[disablesmilies]" value="1" />&nbsp;<strong>{$lang->disable_smilies}</strong></label>{$closeoption}</span>
</td>
<td class="trow1">

Zeile 4404Zeile 4429
		</tbody>
</table>
</form>]]></template>

		</tbody>
</table>
</form>]]></template>

 
		<template name="showthread_quickreply_options_signature" version="1610"><![CDATA[<label><input type="checkbox" class="checkbox" name="postoptions[signature]" value="1" {$postoptionschecked['signature']} />&nbsp;<strong>{$lang->signature}</strong></label><br />]]></template>

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

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

Zeile 4496Zeile 4522
		<span class="smalltext">
<input type="radio" class="radio" name="order" id="order_asc" value="ascending"{$order_check['ascending']} /> <label for="order_asc">{$lang->order_asc}</label><br />
<input type="radio" class="radio" name="order" id="order_desc" value="descending"{$order_check['descending']} /> <label for="order_desc">{$lang->order_desc}</label>

		<span class="smalltext">
<input type="radio" class="radio" name="order" id="order_asc" value="ascending"{$order_check['ascending']} /> <label for="order_asc">{$lang->order_asc}</label><br />
<input type="radio" class="radio" name="order" id="order_desc" value="descending"{$order_check['descending']} /> <label for="order_desc">{$lang->order_desc}</label>

		</span>
</td>
</tr>
</table>
<div align="center"><br /><input type="submit" class="button" name="submit" value="{$lang->search}" /></div>
</form>
{$footer}
<script type="text/javascript" src="jscripts/autocomplete.js?ver=1400"></script>
<script type="text/javascript">
<!--
if(use_xmlhttprequest == "1")
{
new autoComplete("username", "xmlhttp.php?action=get_users", {valueSpan: "username"});
}
// -->
</script>
</body>

		</span>
</td>
</tr>
</table>
<div align="center"><br /><input type="submit" class="button" name="submit" value="{$lang->search}" /></div>
</form>
{$footer}
<script type="text/javascript" src="jscripts/autocomplete.js?ver=1400"></script>
<script type="text/javascript">
<!--
if(use_xmlhttprequest == "1")
{
new autoComplete("username", "xmlhttp.php?action=get_users", {valueSpan: "username"});
}
// -->
</script>
</body>

</html>]]></template>
<template name="memberlist_referrals" version="1600"><![CDATA[<td class="tcat" width="10%" align="center"><span class="smalltext"><strong>{$lang->referrals}</strong></span></td>]]></template>
<template name="memberlist_referrals_bit" version="1600"><![CDATA[<td class="{$alt_bg}" align="center">{$user['referrals']}</td>]]></template>

</html>]]></template>
<template name="memberlist_referrals" version="1600"><![CDATA[<td class="tcat" width="10%" align="center"><span class="smalltext"><strong>{$lang->referrals}</strong></span></td>]]></template>
<template name="memberlist_referrals_bit" version="1600"><![CDATA[<td class="{$alt_bg}" align="center">{$user['referrals']}</td>]]></template>

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

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

		<template name="private_advanced_search" version="1600"><![CDATA[<html>

		<template name="private_advanced_search" version="1611"><![CDATA[<html>

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

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

Zeile 4788Zeile 4814
	</tr>
<tr>
<td class="trow1" width="20%"><strong><label for="sort">{$lang->sort_by}</label></strong></td>

	</tr>
<tr>
<td class="trow1" width="20%"><strong><label for="sort">{$lang->sort_by}</label></strong></td>

	



		<td class="trow1">
<select name="sort" id="sort">
<option value="subject">{$lang->sort_by_subject}</option>

		<td class="trow1">
<select name="sort" id="sort">
<option value="subject">{$lang->sort_by_subject}</option>

Zeile 4796Zeile 4822
				<option value="dateline" selected="selected">{$lang->sort_by_date}</option>
</select><br />
<span class="smalltext">

				<option value="dateline" selected="selected">{$lang->sort_by_date}</option>
</select><br />
<span class="smalltext">

				<input type="radio" class="radio" name="order" id="order_asc" value="asc" /> <label for="order_asc">{$lang->ascending_order}</label><br />
<input type="radio" class="radio" name="order" id="order_desc" checked="checked" value="desc" /> <label for="order_desc">{$lang->descending_order}</label>

				<input type="radio" class="radio" name="sortordr" id="order_asc" value="asc" /> <label for="order_asc">{$lang->ascending_order}</label><br />
<input type="radio" class="radio" name="sortordr" id="order_desc" checked="checked" value="desc" /> <label for="order_desc">{$lang->descending_order}</label>

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

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

Zeile 4948Zeile 4974
</tr>
</table>]]></template>
<template name="postbit_gotopost" version="1400"><![CDATA[<a href="{$url}" class="quick_jump">&nbsp;</a>]]></template>

</tr>
</table>]]></template>
<template name="postbit_gotopost" version="1400"><![CDATA[<a href="{$url}" class="quick_jump">&nbsp;</a>]]></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="1600"><![CDATA[<span class="smalltext">{$lang->guest_welcome_registration}</span><br />

		<template name="forumdisplay_threadlist_clearpass" version="1606"><![CDATA[ | <a href="misc.php?action=clearpass&amp;fid={$fid}&amp;my_post_key={$mybb->post_code}">{$lang->clear_stored_password}</a>]]></template>
<template name="portal_welcome_guesttext" version="1609"><![CDATA[<span class="smalltext">{$lang->guest_welcome_registration}</span><br />

<br />

<br />

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

<form method="post" action="{$mybb->settings['bburl']}/member.php"><input type="hidden" name="action" value="do_login" /><input type="hidden" name="url" value="{$portal_url}" />
{$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 />
<label title="{$lang->remember_me_desc}"><input type="checkbox" class="checkbox" name="remember" value="yes" /> {$lang->remember_me}</label><br /><br />
<br /><input type="submit" class="button" name="loginsubmit" value="{$lang->login}" /></form>]]></template>

{$lang->password}<br />&nbsp;&nbsp;<input type="password" class="textbox" name="password" value="" /><br /><br />
<label title="{$lang->remember_me_desc}"><input type="checkbox" class="checkbox" name="remember" value="yes" /> {$lang->remember_me}</label><br /><br />
<br /><input type="submit" class="button" name="loginsubmit" value="{$lang->login}" /></form>]]></template>

Zeile 5261Zeile 5287
{$lang->num_options} <input type="text" class="textbox" name="numpolloptions" value="{$numpolloptions}" size="10" /> {$lang->max_options}</span>
</td>
</tr>]]></template>

{$lang->num_options} <input type="text" class="textbox" name="numpolloptions" value="{$numpolloptions}" size="10" /> {$lang->max_options}</span>
</td>
</tr>]]></template>

		<template name="modcp_reports_report" version="1400"><![CDATA[<tr>
<td class="{$trow}" align="center"><label for="reports_{$report['rid']}"><input type="checkbox" class="checkbox" name="reports[]" id="reports_{$report['rid']}" value="{$report['rid']}" />&nbsp;<a href="{$report['postlink']}#pid{$report['pid']}" target="_blank">{$report['pid']}</a></label></td>

		<template name="modcp_reports_report" version="1607"><![CDATA[<tr>
<td class="{$trow}" align="center"><label for="reports_{$report['rid']}"><a href="{$report['postlink']}#pid{$report['pid']}" target="_blank">{$report['pid']}</a></label></td>

<td class="{$trow}" align="center"><a href="{$report['posterlink']}" target="_blank">{$report['postusername']}</a></td>
<td class="{$trow}"><a href="{$report['threadlink']}" target="_blank">{$report['threadsubject']}</a></td>
<td class="{$trow}" align="center"><a href="{$report['reporterlink']}" target="_blank">{$report['username']}</a></td>
<td class="{$trow}">{$report['reason']}</td>
<td class="{$trow}" align="center" style="white-space: nowrap"><span class="smalltext">{$reportdate}<br />{$reporttime}</small></td>

<td class="{$trow}" align="center"><a href="{$report['posterlink']}" target="_blank">{$report['postusername']}</a></td>
<td class="{$trow}"><a href="{$report['threadlink']}" target="_blank">{$report['threadsubject']}</a></td>
<td class="{$trow}" align="center"><a href="{$report['reporterlink']}" target="_blank">{$report['username']}</a></td>
<td class="{$trow}">{$report['reason']}</td>
<td class="{$trow}" align="center" style="white-space: nowrap"><span class="smalltext">{$reportdate}<br />{$reporttime}</small></td>

 
<td class="{$trow}" align="center"><input type="checkbox" class="checkbox" name="reports[]" id="reports_{$report['rid']}" value="{$report['rid']}" /></td>

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

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

Zeile 5316Zeile 5343
	<template name="modcp_reports_allnoreports" version="120"><![CDATA[<tr>
<td class="trow1" align="center" colspan="6">{$lang->no_reports}</td>
</tr>]]></template>

	<template name="modcp_reports_allnoreports" version="120"><![CDATA[<tr>
<td class="trow1" align="center" colspan="6">{$lang->no_reports}</td>
</tr>]]></template>

		<template name="modcp_reports_noreports" version="120"><![CDATA[<tr>
<td class="trow1" align="center" colspan="6">{$lang->no_reports}</td>

		<template name="modcp_reports_noreports" version="1607"><![CDATA[<tr>
<td class="trow1" align="center" colspan="7">{$lang->no_reports}</td>

</tr>]]></template>
<template name="global_unreadreports" version="1600"><![CDATA[<div class="red_alert"><a href="modcp.php?action=reports">{$lang->unread_reports}</a></div>
<br />]]></template>

</tr>]]></template>
<template name="global_unreadreports" version="1600"><![CDATA[<div class="red_alert"><a href="modcp.php?action=reports">{$lang->unread_reports}</a></div>
<br />]]></template>

Zeile 5325Zeile 5352
		<template name="member_loggedin_notice" version="1400"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="trow1" align="right"><span class="smalltext">{$lang->already_logged_in}</a></span></td>

		<template name="member_loggedin_notice" version="1400"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="trow1" align="right"><span class="smalltext">{$lang->already_logged_in}</a></span></td>

</tr>

</tr>

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

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

		<template name="member_login" version="1600"><![CDATA[<html>

		<template name="member_login" version="1611"><![CDATA[<html>

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

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

Zeile 5345Zeile 5372
</tr>
<tr>
<td class="trow1"><strong>{$lang->username}</strong></td>

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

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

<td class="trow1"><input type="text" class="textbox" name="username" size="25" style="width: 200px;" value="{$username}" /></td>

</tr>
<tr>
<td class="trow2"><strong>{$lang->password}</strong><br /><span class="smalltext">{$lang->pw_note}</span></td>

</tr>
<tr>
<td class="trow2"><strong>{$lang->password}</strong><br /><span class="smalltext">{$lang->pw_note}</span></td>

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

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

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

		<template name="misc_imcenter_aim" version="1610"><![CDATA[<html>

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

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

Zeile 5373Zeile 5400
<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->aim_center}</strong></td>

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

</tr>
<tr>

</tr>
<tr>

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

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

<td class="trow2">
<!-- Begin AIM Remote -->
<table align="center" cellspacing="0" cellpadding="0" border="0">
<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="($lang->download_aim}" title="($lang->download_aim}" /></a><img src="http://www.aol.co.uk/aim/remote/gr/aimver_topsm.gif" width="73" height="55" alt="{$lang->aim_remote}" title="{$lang->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="{$lang->send_me_instant}" title="{$lang->send_me_instant}" /></a></td>

<td align="center" style="white-space: nowrap"><a href="http://www.aim.com/"><img src="http://info.aol.co.uk/aim/remote/gr/aimver_man.gif" width="44" height="55" alt="{$lang->download_aim}" title="{$lang->download_aim}" /></a><img src="http://info.aol.co.uk/aim/remote/gr/aimver_topsm.gif" width="73" height="55" alt="{$lang->aim_remote}" title="{$lang->aim_remote}" /></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="{$lang->add_me_buddy_list}" title="{$lang->add_me_buddy_list}" /></a></td>

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

</tr>
<tr>

</tr>
<tr>

<td align="center" style="white-space: nowrap"><a href="http://www.aol.co.uk/aim/remote.html"><img src="http://www.aol.co.uk/aim/remote/gr/aimver_botadd.gif" width="117" height="23" alt="($lang->add_remote_to_page}" title="($lang->add_remote_to_page}" /></a></td>

<td align="center" style="white-space: nowrap"><a href="aim:addbuddy?screenname={$user['aim']}"><img src="http://info.aol.co.uk/aim/remote/gr/aimver_bud.gif" width="117" height="39" alt="{$lang->add_me_buddy_list}" title="{$lang->add_me_buddy_list}" /></a></td>

</tr>

</tr>

<td align="center" style="white-space: nowrap"><a href="http://www.aol.co.uk/aim/index.html"><img src="http://www.aol.co.uk/aim/remote/gr/aimver_botdow.gif" width="117" height="29" alt="{$lang->download_aol_im}" title="{$lang->download_aol_im}" /></a></td>

<td align="center" style="white-space: nowrap"><a href="http://www.aim.com/"><img src="http://info.aol.co.uk/aim/remote/gr/aimver_botdow.gif" width="117" height="29" alt="{$lang->download_aol_im}" title="{$lang->download_aol_im}" /></a></td>

</tr>
</table>
<!-- End AIM Remote -->

</tr>
</table>
<!-- End AIM Remote -->

Zeile 5462Zeile 5486
</tr>]]></template>
<template name="memberlist_user_avatar" version="1400"><![CDATA[<img src="{$user['avatar']}" alt="" {$avatar_width_height} />]]></template>
<template name="memberlist_user_groupimage" version="1400"><![CDATA[<img src="{$usergroup['image']}" alt="{$usergroup['title']}" title="{$usergroup['title']}" />]]></template>

</tr>]]></template>
<template name="memberlist_user_avatar" version="1400"><![CDATA[<img src="{$user['avatar']}" alt="" {$avatar_width_height} />]]></template>
<template name="memberlist_user_groupimage" version="1400"><![CDATA[<img src="{$usergroup['image']}" alt="{$usergroup['title']}" title="{$usergroup['title']}" />]]></template>

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

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

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

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

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

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

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

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

Zeile 5672Zeile 5696
		<template name="stats" version="1400"><![CDATA[<html>
<head>
<title>{$mybb->settings['bbname']} - {$lang->board_stats}</title>

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

{$headerinclude}
</head>
<body>

{$headerinclude}
</head>
<body>

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

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

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

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

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

Zeile 6230Zeile 6254
	<td class="{$bgcolor}" style="white-space: nowrap; text-align: center;"><span class="smalltext">{$posted}</span></td>
{$inline_mod_checkbox}
</tr>]]></template>

	<td class="{$bgcolor}" style="white-space: nowrap; text-align: center;"><span class="smalltext">{$posted}</span></td>
{$inline_mod_checkbox}
</tr>]]></template>

		<template name="reputation_add" version="1600"><![CDATA[<html>

		<template name="reputation_add" version="1605"><![CDATA[<html>

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

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

Zeile 6249Zeile 6273
				<input type="hidden" name="rid" value="{$rid}" />
<select name="reputation" id="reputation">
{$positive_power}

				<input type="hidden" name="rid" value="{$rid}" />
<select name="reputation" id="reputation">
{$positive_power}

					<option value="0" class="reputation_neutral" onclick="$('reputation').className='reputation_neutral'"{$vote_check[0]}>{$lang->power_neutral}</option>

					{$neutral_power}

					{$negative_power}

					{$negative_power}

				</select>

				</select>

				<br /><br />
<span class="smalltext">{$lang->user_comments}</span>
<br />

				<br /><br />
<span class="smalltext">{$lang->user_comments}</span>
<br />

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

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

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

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

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

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

<tr>

<tr>

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

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

</tr>

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

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

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

{$headerinclude}

{$headerinclude}

</head>
<body>
{$header}

</head>
<body>
{$header}

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

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

<tr>

<tr>

<td class="trow1" align="center"><span class="smalltext"><strong><span style="color:#FF0000;">{$lang->reached_warning}</span></strong><br />{$lang->reached_warning2}</span></td>
</tr>
</table>

<td class="trow1" align="center"><span class="smalltext"><strong><span style="color:#FF0000;">{$lang->reached_warning}</span></strong><br />{$lang->reached_warning2}</span></td>
</tr>
</table>

Zeile 6379Zeile 6403
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead" colspan="7"><strong>{$lang->subscriptions} ({$threadcount})</strong></td>

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

	</tr>

	</tr>

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

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

Zeile 6398Zeile 6422
			<dd><img src="{$theme['imgdir']}/newfolder.gif" alt="{$lang->new_posts_thread}" title="{$lang->new_posts_thread}" /> {$lang->new_posts_thread}</dd>
<dd><img src="{$theme['imgdir']}/newhotfolder.gif" alt="{$lang->new_hot_thread}" title="{$lang->new_hot_thread}" /> {$lang->new_hot_thread}</dd>
<dd><img src="{$theme['imgdir']}/hotfolder.gif" alt="{$lang->hot_thread}" title="{$lang->hot_thread}" /> {$lang->hot_thread}</dd>

			<dd><img src="{$theme['imgdir']}/newfolder.gif" alt="{$lang->new_posts_thread}" title="{$lang->new_posts_thread}" /> {$lang->new_posts_thread}</dd>
<dd><img src="{$theme['imgdir']}/newhotfolder.gif" alt="{$lang->new_hot_thread}" title="{$lang->new_hot_thread}" /> {$lang->new_hot_thread}</dd>
<dd><img src="{$theme['imgdir']}/hotfolder.gif" alt="{$lang->hot_thread}" title="{$lang->hot_thread}" /> {$lang->hot_thread}</dd>

		</dl>
</div>

		</dl>
</div>


<div class="float_left">
<dl class="thread_legend smalltext">


<div class="float_left">
<dl class="thread_legend smalltext">

Zeile 6421Zeile 6445
		<template name="online_today_row" version="1400"><![CDATA[<tr>
<td align="center" class="trow1" width="50%">{$online['profilelink']}{$invisiblemark}</td>
<td align="center" class="trow2" width="50%">{$onlinetime}</td>

		<template name="online_today_row" version="1400"><![CDATA[<tr>
<td align="center" class="trow1" width="50%">{$online['profilelink']}{$invisiblemark}</td>
<td align="center" class="trow2" width="50%">{$onlinetime}</td>

</tr>]]></template>

</tr>]]></template>

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

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

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

		<template name="loginbox" version="1609"><![CDATA[<tr>

<td class="trow2"><strong>{$lang->username}</strong></td>
<td class="trow2"><input type="text" class="textbox" name="username" size="30" value="{$username}" /></td>
</tr>

<td class="trow2"><strong>{$lang->username}</strong></td>
<td class="trow2"><input type="text" class="textbox" name="username" size="30" value="{$username}" /></td>
</tr>

<tr>
<td class="trow1"><strong>{$lang->password}</strong></td>
<td class="trow1"><input type="password" class="textbox" name="password" size="30" value="{$password}" /></td>
</tr>


 
]]></template>
<template name="misc_help_section_bit" version="1400"><![CDATA[<tr>
<td width="100%" class="{$altbg}"><strong><a href="misc.php?action=help&amp;hid={$helpdoc['hid']}">{$helpdoc['name']}</a></strong><br /><span class="smalltext">{$helpdoc['description']}</span></td>

]]></template>
<template name="misc_help_section_bit" version="1400"><![CDATA[<tr>
<td width="100%" class="{$altbg}"><strong><a href="misc.php?action=help&amp;hid={$helpdoc['hid']}">{$helpdoc['name']}</a></strong><br /><span class="smalltext">{$helpdoc['description']}</span></td>

Zeile 6570Zeile 6589
<tr>
<td class="trow1"><span class="smalltext">{$bdays}</span></td>
</tr>]]></template>

<tr>
<td class="trow1"><span class="smalltext">{$bdays}</span></td>
</tr>]]></template>

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

		<template name="moderation_getip" version="1608"><![CDATA[<html>

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

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

Zeile 6581Zeile 6600
<tr>
<td class="thead" colspan="2"><strong>{$lang->get_post_ip}</strong></td>
</tr>

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

{$loginbox}




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

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

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

Zeile 6709Zeile 6731
<td>{$lang->votes}&nbsp;</td>
<td><input type="text" class="textbox" name="votes[{$counter}]" value="{$optionvotes}" /></td>
</tr>]]></template>

<td>{$lang->votes}&nbsp;</td>
<td><input type="text" class="textbox" name="votes[{$counter}]" value="{$optionvotes}" /></td>
</tr>]]></template>

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

		<template name="member_resetpassword" version="1607"><![CDATA[<html>

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

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

Zeile 6723Zeile 6745
<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" 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"><input type="text" class="textbox" name="username" value="{$user['username']}" /></td>
</tr>
<tr>

Zeile 6754Zeile 6776
		<template name="forumdisplay_usersbrowsing_user" version="1400"><![CDATA[{$comma}{$user['profilelink']}{$invisiblemark}]]></template>
<template name="forumdisplay_usersbrowsing" version="1400"><![CDATA[<span class="smalltext">{$lang->users_browsing_forum} {$onlinemembers}{$onlinesep}{$invisonline}{$onlinesep2}{$guestsonline}</span><br />]]></template>
<template name="member_lostpw" version="120"><![CDATA[<html>

		<template name="forumdisplay_usersbrowsing_user" version="1400"><![CDATA[{$comma}{$user['profilelink']}{$invisiblemark}]]></template>
<template name="forumdisplay_usersbrowsing" version="1400"><![CDATA[<span class="smalltext">{$lang->users_browsing_forum} {$onlinemembers}{$onlinesep}{$invisonline}{$onlinesep2}{$guestsonline}</span><br />]]></template>
<template name="member_lostpw" version="120"><![CDATA[<html>

<head>

<head>

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

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

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

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

<tr>

<tr>

<td class="thead" colspan="2"><strong>{$lang->lost_pw_form}</strong></td>
</tr>
<tr>
<td class="trow1" width="40%"><strong>{$lang->email_address}</strong></td>

<td class="thead" colspan="2"><strong>{$lang->lost_pw_form}</strong></td>
</tr>
<tr>
<td class="trow1" width="40%"><strong>{$lang->email_address}</strong></td>

<td class="trow1" width="60%"><input type="text" class="textbox" name="email" /></td>
</tr>
</table>

<td class="trow1" width="60%"><input type="text" class="textbox" name="email" /></td>
</tr>
</table>

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

Zeile 6801Zeile 6823
<tr>
<td class="trow1" colspan="2" align="center"><input type="password" class="textbox" name="password" size="25" /></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="tcat" colspan="2"><strong>{$lang->change_username}</strong></td>
</tr>

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

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

Zeile 6815Zeile 6837
<input type="submit" class="button" name="submit" value="{$lang->update_username}" />
</div>
</td>

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

</tr>
</table>

</tr>
</table>

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

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

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

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

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

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

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

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

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

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

		<template name="moderation_split" version="1400"><![CDATA[<html>

		<template name="moderation_split" version="1607"><![CDATA[<html>

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

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

Zeile 6905Zeile 6927
{$loginbox}
<tr>
<td class="trow2"><strong>{$lang->new_subject}</strong></td>

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

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

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

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

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

Zeile 7099Zeile 7121
<br />
<br />
<hr size="1" />]]></template>

<br />
<br />
<hr size="1" />]]></template>

		<template name="error_nopermission" version="1603"><![CDATA[{$lang->error_nopermission_guest_1}

		<template name="error_nopermission" version="1607"><![CDATA[{$lang->error_nopermission_guest_1}

<ol>
<li>{$lang->error_nopermission_guest_2}</li>
<li>{$lang->error_nopermission_guest_3}</li>

<ol>
<li>{$lang->error_nopermission_guest_2}</li>
<li>{$lang->error_nopermission_guest_3}</li>

Zeile 7108Zeile 7130
</ol>
<form action="member.php" method="post">
<input type="hidden" name="action" value="do_login" />

</ol>
<form action="member.php" method="post">
<input type="hidden" name="action" value="do_login" />

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

<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"><span class="smalltext"><strong>{$lang->login}</strong></span></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>

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

<td class="trow1"><input type="text" class="textbox" name="username" tabindex="1" /></td>
</tr>
<tr>

<td class="trow1"><input type="text" class="textbox" name="username" tabindex="1" /></td>
</tr>
<tr>

Zeile 7145Zeile 7168
<form action="private.php" method="post">
<input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
<table width="100%" border="0" align="center">

<form action="private.php" method="post">
<input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
<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>
<td class="trow1"><span class="smalltext">{$lang->edit_folder_note}</span></td>

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

</tr>

</tr>

{$folderlist}

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

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

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

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

</td>

</td>

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

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

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

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

{$headerinclude}
</head>

{$headerinclude}
</head>

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

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

Zeile 7221Zeile 7244
		<template name="moderation_merge" version="1400"><![CDATA[<html>
<head>
<title>{$mybb->settings['bbname']} - {$lang->merge_threads}</title>

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

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

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

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

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

Zeile 7280Zeile 7303
</head>
<body>
{$header}

</head>
<body>
{$header}

<br />

<br />

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

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

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

</tr>

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

Zeile 7299Zeile 7322
<div align="center"><input type="hidden" name="action" value="activate" /><input type="submit" class="button" name="regsubmit" value="{$lang->activate_account}" /></div>
</form>
{$footer}

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

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

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

		<template name="smilieinsert" version="120"><![CDATA[
<div style="margin:auto; width: 170px; margin-top: 20px;">
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" width="150">

		<template name="smilieinsert" version="120"><![CDATA[
<div style="margin:auto; width: 170px; margin-top: 20px;">
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" width="150">

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

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





		<form action="usercp.php" method="post" id="buddy" onsubmit="return UserCP.addBuddy('buddy');">
<input type="hidden" name="action" value="do_editlists" />
<input type="hidden" name="manage" value="buddy" />
<input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">

		<form action="usercp.php" method="post" id="buddy" onsubmit="return UserCP.addBuddy('buddy');">
<input type="hidden" name="action" value="do_editlists" />
<input type="hidden" name="manage" value="buddy" />
<input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">

				<tr>

				<tr>

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

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

Zeile 7354Zeile 7377
							<div style="width: 120px; float: left; text-align: right;"><strong>{$lang->username_or_usernames}</strong></div>
<div style="margin-left: 130px;"><input type="text" name="add_username" id="buddy_add_username" style="width: 60%;" class="textbox" /> <input type="submit" value="{$lang->add_to_buddies}" id="buddy_submit" class="button" /></div>
<script type="text/javascript" src="jscripts/autocomplete.js?ver=1400"></script>

							<div style="width: 120px; float: left; text-align: right;"><strong>{$lang->username_or_usernames}</strong></div>
<div style="margin-left: 130px;"><input type="text" name="add_username" id="buddy_add_username" style="width: 60%;" class="textbox" /> <input type="submit" value="{$lang->add_to_buddies}" id="buddy_submit" class="button" /></div>
<script type="text/javascript" src="jscripts/autocomplete.js?ver=1400"></script>

							<script type="text/javascript">
<!--
if(use_xmlhttprequest == "1")

							<script type="text/javascript">
<!--
if(use_xmlhttprequest == "1")

								{
new autoComplete("buddy_add_username", "xmlhttp.php?action=get_users", {valueSpan: "username", delimChar: ","});
}

								{
new autoComplete("buddy_add_username", "xmlhttp.php?action=get_users", {valueSpan: "username", delimChar: ","});
}

Zeile 7431Zeile 7454
{$requiredfields}
</table>
</fieldset>]]></template>

{$requiredfields}
</table>
</fieldset>]]></template>

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





		<template name="member_register_customfield" version="1605"><![CDATA[<tr>
<td>
{$profilefield['name']}
<br />
<span class="smalltext">{$profilefield['description']}</span>
</td>
</tr>
<tr>

<td>{$code}</td>
</tr>]]></template>
<template name="error" version="120"><![CDATA[<html>

<td>{$code}</td>
</tr>]]></template>
<template name="error" version="120"><![CDATA[<html>

Zeile 7448Zeile 7475
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead"><span class="smalltext"><strong>{$title}</strong></span></td>

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

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

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

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

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

Zeile 7469Zeile 7496
<td class="{$bgcolor}" align="center" valign="top" width="1"><img src="{$theme['imgdir']}/{$lightbulb['folder']}.gif" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" class="ajax_mark_read" id="mark_read_{$forum['fid']}" /></td>
<td class="{$bgcolor}" valign="top">
<strong><a href="{$forum_url}">{$forum['name']}</a></strong>{$forum_viewers_text}<div class="smalltext">{$forum['description']}{$subforums}</div>

<td class="{$bgcolor}" align="center" valign="top" width="1"><img src="{$theme['imgdir']}/{$lightbulb['folder']}.gif" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" class="ajax_mark_read" id="mark_read_{$forum['fid']}" /></td>
<td class="{$bgcolor}" valign="top">
<strong><a href="{$forum_url}">{$forum['name']}</a></strong>{$forum_viewers_text}<div class="smalltext">{$forum['description']}{$subforums}</div>

</td>

</td>

<td class="{$bgcolor}" valign="top" align="center" style="white-space: nowrap">{$threads}{$unapproved['unapproved_threads']}</td>
<td class="{$bgcolor}" valign="top" align="center" style="white-space: nowrap">{$posts}{$unapproved['unapproved_posts']}</td>
<td class="{$bgcolor}" valign="top" align="right" style="white-space: nowrap">{$lastpost}</td>

<td class="{$bgcolor}" valign="top" align="center" style="white-space: nowrap">{$threads}{$unapproved['unapproved_threads']}</td>
<td class="{$bgcolor}" valign="top" align="center" style="white-space: nowrap">{$posts}{$unapproved['unapproved_posts']}</td>
<td class="{$bgcolor}" valign="top" align="right" style="white-space: nowrap">{$lastpost}</td>

Zeile 7484Zeile 7511
<body>
{$header}
{$sections}

<body>
{$header}
{$sections}

{$footer}
</body>

{$footer}
</body>

</html>]]></template>
<template name="posticons" version="1410"><![CDATA[<tr>
<td class="trow1" style="vertical-align: top"><strong>{$lang->post_icon}</strong><br /><span class="smalltext"><label><input type="radio" class="radio" name="icon" value="-1"{$no_icons_checked} />{$lang->no_post_icon}</label></span></td>

</html>]]></template>
<template name="posticons" version="1410"><![CDATA[<tr>
<td class="trow1" style="vertical-align: top"><strong>{$lang->post_icon}</strong><br /><span class="smalltext"><label><input type="radio" class="radio" name="icon" value="-1"{$no_icons_checked} />{$lang->no_post_icon}</label></span></td>

Zeile 7551Zeile 7578
<td class="tcat" valign="bottom" align="center" width="200px"><span class="smalltext"><strong>{$lang->lastpost}</strong></span></td>
</tr>
{$forums}

<td class="tcat" valign="bottom" align="center" width="200px"><span class="smalltext"><strong>{$lang->lastpost}</strong></span></td>
</tr>
{$forums}

</table>

</table>

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

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

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

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

</tr>
</table>

</tr>
</table>

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

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

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

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

		<template name="moderation_inline_splitposts" version="1400"><![CDATA[<html>

		<template name="moderation_inline_splitposts" version="1607"><![CDATA[<html>

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

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

Zeile 7770Zeile 7797
{$loginbox}
<tr>
<td class="trow2"><strong>{$lang->new_subject}</strong></td>

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

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

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

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

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

Zeile 7861Zeile 7888
	function toggleType()
{
if($('type_merge'))

	function toggleType()
{
if($('type_merge'))

		{
if($('type_movecopythread').checked == true)
{

		{
if($('type_movecopythread').checked == true)
{

				Element.hide('type_merge_expanded');
Element.show('type_movecopythread_expanded');

				Element.hide('type_merge_expanded');
Element.show('type_movecopythread_expanded');

			}

			}

			else if($('type_merge').checked == true)
{
Element.hide('type_movecopythread_expanded');
Element.show('type_merge_expanded');

			else if($('type_merge').checked == true)
{
Element.hide('type_movecopythread_expanded');
Element.show('type_merge_expanded');

			}

			}

			else
{
Element.hide('type_movecopythread_expanded');

			else
{
Element.hide('type_movecopythread_expanded');

Zeile 7911Zeile 7938
<script type="text/javascript">
<!--
toggleType();

<script type="text/javascript">
<!--
toggleType();

// -->
</script>
</td>
</tr>

// -->
</script>
</td>
</tr>

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

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

Zeile 7947Zeile 7974
<tr>
<td id="imagestring_status" style="display: none;" colspan="2">&nbsp;</td>
</tr>

<tr>
<td id="imagestring_status" style="display: none;" colspan="2">&nbsp;</td>
</tr>

 
</table>
</fieldset>]]></template>
<template name="member_register_regimage_recaptcha" version="1605"><![CDATA[<br />
<script type="text/javascript">
<!--
var RecaptchaOptions = {
theme: 'clean'
};
// -->
</script>
<fieldset class="trow2">
<legend><strong>{$lang->image_verification}</strong></legend>
<table cellspacing="0" cellpadding="{$theme['tablespace']}">
<tr>
<td><span class="smalltext">{$lang->verification_note}</span></td>
</tr>
<tr>
<td><script type="text/javascript" src="{$server}/challenge?k={$public_key}"></script></td>
</tr>

</table>
</fieldset>]]></template>
<template name="error_inline" version="120"><![CDATA[<div class="error">

</table>
</fieldset>]]></template>
<template name="error_inline" version="120"><![CDATA[<div class="error">

Zeile 7956Zeile 8002
	</ul>
</div>
<br />]]></template>

	</ul>
</div>
<br />]]></template>

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

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

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

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

Zeile 7994Zeile 8040
<tr>
<td colspan="2" style="display: none;" id="email_status">&nbsp;</td>
</tr>

<tr>
<td colspan="2" style="display: none;" id="email_status">&nbsp;</td>
</tr>

 
{$hiddencaptcha}

</table>
</fieldset>
{$requiredfields}

</table>
</fieldset>
{$requiredfields}

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

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

 
		<template name="member_register_hiddencaptcha" version="1605"><![CDATA[<tr style="display: none;">
<td colspan="2" id="{$captcha_field}_status">{$lang->leave_this_field_empty} <input type="text" class="textbox" name="{$captcha_field}" id="{$captcha_field}" style="width: 100%" maxlength="50" value="" /></td>
</tr>]]></template>

		<template name="global_bannedwarning" version="1400"><![CDATA[<div class="red_alert">
<strong>{$lang->banned_warning}</strong>
{$lang->banned_warning2}: {$reason}<br />

		<template name="global_bannedwarning" version="1400"><![CDATA[<div class="red_alert">
<strong>{$lang->banned_warning}</strong>
{$lang->banned_warning2}: {$reason}<br />

Zeile 8110Zeile 8160
<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="1400"><![CDATA[<a href="javascript:Thread.multiQuote({$post['pid']});" style="display: none;" id="multiquote_link_{$post['pid']}"><img src="{$theme['imglangdir']}/postbit_multiquote.gif" alt="{$lang->postbit_multiquote}" title="{$lang->postbit_multiquote}" id="multiquote_{$post['pid']}" /></a>

<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="1400"><![CDATA[<a href="javascript:Thread.multiQuote({$post['pid']});" style="display: none;" id="multiquote_link_{$post['pid']}"><img src="{$theme['imglangdir']}/postbit_multiquote.gif" alt="{$lang->postbit_multiquote}" title="{$lang->postbit_multiquote}" id="multiquote_{$post['pid']}" /></a>

<script type="text/javascript">

<script type="text/javascript">

//<!--
$('multiquote_link_{$post['pid']}').style.display = '';

//<!--
$('multiquote_link_{$post['pid']}').style.display = '';

// -->

// -->

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

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

Zeile 8125Zeile 8175
		{
new autoComplete("bcc", "xmlhttp.php?action=get_users", {valueSpan: "username", delimChar: ","});
}

		{
new autoComplete("bcc", "xmlhttp.php?action=get_users", {valueSpan: "username", delimChar: ","});
}

	}
// -->

	}
// -->

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

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

Zeile 8269Zeile 8319
</table>
</td>
</tr>]]></template>

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

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





















	<template name="post_captcha_recaptcha" version="1605"><![CDATA[<tr id="captcha_trow">
<td class="trow1" valign="top"><strong>{$lang->image_verification}</strong></td>
<td class="trow1">
<script type="text/javascript">
<!--
var RecaptchaOptions = {
theme: 'clean'
};
// -->
</script>
<table style="width: 300px; padding: 4px;">
<tr>
<td><span class="smalltext">{$lang->verification_note}</span></td>
</tr>
<tr>
<td><script type="text/javascript" src="{$server}/challenge?k={$public_key}"></script></td>
</tr>
</table>
</td>
</tr>]]></template>
<template name="post_captcha_hidden" version="1605"><![CDATA[<input type="hidden" name="{$hash}" value="{$field['hash']}" />
<input type="hidden" name="{$string}" value="{$field['string']}" />]]></template>

	<template name="newreply_multiquote_external" version="1400"><![CDATA[<div id="multiquote_unloaded"><span class="smalltext">{$multiquote_text} <a href="./newreply.php?tid={$tid}" onclick="return Post.loadMultiQuoted();">{$multiquote_quote}</a>, <a href="javascript:Post.clearMultiQuoted();">{$multiquote_deselect}</a></span></div>]]></template>
<template name="newthread_multiquote_external" version="1400"><![CDATA[<div id="multiquote_unloaded"><span class="smalltext">{$multiquote_text} <a href="./newthread.php?fid={$fid}&amp;load_all_quotes=1" onclick="return Post.loadMultiQuotedAll();">{$multiquote_quote}</a>, <a href="javascript:Post.clearMultiQuoted();">{$multiquote_deselect}</a></span></div>]]></template>
<template name="postbit_author_user" version="1400"><![CDATA[

	<template name="newreply_multiquote_external" version="1400"><![CDATA[<div id="multiquote_unloaded"><span class="smalltext">{$multiquote_text} <a href="./newreply.php?tid={$tid}" onclick="return Post.loadMultiQuoted();">{$multiquote_quote}</a>, <a href="javascript:Post.clearMultiQuoted();">{$multiquote_deselect}</a></span></div>]]></template>
<template name="newthread_multiquote_external" version="1400"><![CDATA[<div id="multiquote_unloaded"><span class="smalltext">{$multiquote_text} <a href="./newthread.php?fid={$fid}&amp;load_all_quotes=1" onclick="return Post.loadMultiQuotedAll();">{$multiquote_quote}</a>, <a href="javascript:Post.clearMultiQuoted();">{$multiquote_deselect}</a></span></div>]]></template>
<template name="postbit_author_user" version="1400"><![CDATA[

Zeile 8316Zeile 8386
	</td>
</tr>
</table>]]></template>

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

	<template name="footer_languageselect" version="1400"><![CDATA[<form method="{$lang_redirect_url['form_method']}" action="{$lang_redirect_url['location']}" id="lang_select">

	<template name="footer_languageselect" version="1605"><![CDATA[<form method="{$lang_redirect_url['form_method']}" action="{$lang_redirect_url['location']}" id="lang_select">

		{$lang_redirect_url['form_html']}

		{$lang_redirect_url['form_html']}

 
		<input type="hidden" name="my_post_key" value="{$mybb->post_code}" />

		<select name="language" onchange="MyBB.changeLanguage();">
<optgroup label="{$lang->select_language}">
{$lang_options}

		<select name="language" onchange="MyBB.changeLanguage();">
<optgroup label="{$lang->select_language}">
{$lang_options}

Zeile 8527Zeile 8598
			<td width="20%" class="trow1"><strong>{$lang->select_calendar}</strong></td>
<td class="trow1">
<select name="calendar">

			<td width="20%" class="trow1"><strong>{$lang->select_calendar}</strong></td>
<td class="trow1">
<select name="calendar">

					{$calendar_select}
</select>
</td>
</tr>
<tr>
<td class="trow2" style="vertical-align: top;"><strong>{$lang->event_date}</strong></td>
<td class="trow1">
<script type="text/javascript">
<!--
function toggleType()
{
if($('type_single').checked == true)
{
Element.hide('ranged_selects');
Element.show('single_selects');
}
else
{
Element.hide('single_selects');
Element.show('ranged_selects');
toggleRepeats();
}
}

function toggleRepeats()
{
var repeats = $('repeats').options[$('repeats').selectedIndex].value;
$$('.repeats_type').each(function(e)
{
Element.hide(e);
});
if($('repeats_type_'+repeats))
{
Element.show('repeats_type_'+repeats);
}
}
// -->
</script>
<dl style="margin-top: 0; margin-bottom: 0; width: 100%;">
<dt><input type="radio" name="type" value="single" {$type_single} id="type_single" onclick="toggleType();" /> <label for="type_single"><strong>{$lang->type_single}</strong></label></dt>
<dd style="margin-top: 4px;" id="single_selects">
<select name="single_day">
{$single_days}
</select>
&nbsp;
<select name="single_month">
<option value="1"{$single_month['1']}>{$lang->month_1}</option>
<option value="2"{$single_month['2']}>{$lang->month_2}</option>
<option value="3"{$single_month['3']}>{$lang->month_3}</option>
<option value="4"{$single_month['4']}>{$lang->month_4}</option>
<option value="5"{$single_month['5']}>{$lang->month_5}</option>
<option value="6"{$single_month['6']}>{$lang->month_6}</option>
<option value="7"{$single_month['7']}>{$lang->month_7}</option>
<option value="8"{$single_month['8']}>{$lang->month_8}</option>
<option value="9"{$single_month['9']}>{$lang->month_9}</option>
<option value="10"{$single_month['10']}>{$lang->month_10}</option>
<option value="11"{$single_month['11']}>{$lang->month_11}</option>
<option value="12"{$single_month['12']}>{$lang->month_12}</option>
</select>
&nbsp;
<select name="single_year">
{$single_years}
</select>
</dd>
<dt><input type="radio" name="type" value="ranged" {$type_ranged} id="type_ranged" onclick="toggleType();" /> <label for="type_ranged"><strong>{$lang->type_ranged}</strong></label></dt>
<dd style="margin-top: 4px; width: 100%;" id="ranged_selects">
<table width="100%">
<tr>
<td class="smalltext" style="padding: 4px; text-align: right;">{$lang->start_time}</td>
<td style="padding: 4px;">
<select name="start_day">
{$start_days}
</select>
<select name="start_month">
<option value="1"{$start_month['1']}>{$lang->month_1}</option>
<option value="2"{$start_month['2']}>{$lang->month_2}</option>
<option value="3"{$start_month['3']}>{$lang->month_3}</option>
<option value="4"{$start_month['4']}>{$lang->month_4}</option>
<option value="5"{$start_month['5']}>{$lang->month_5}</option>
<option value="6"{$start_month['6']}>{$lang->month_6}</option>
<option value="7"{$start_month['7']}>{$lang->month_7}</option>
<option value="8"{$start_month['8']}>{$lang->month_8}</option>
<option value="9"{$start_month['9']}>{$lang->month_9}</option>
<option value="10"{$start_month['10']}>{$lang->month_10}</option>
<option value="11"{$start_month['11']}>{$lang->month_11}</option>
<option value="12"{$start_month['12']}>{$lang->month_12}</option>
</select>
<select name="start_year">
{$start_years}
</select>
<span class="smalltext">&nbsp;&nbsp;&nbsp;{$lang->enter_time}</span>
<input type="text" class="textbox" name="start_time" value="{$start_time}" size="7" />
</td>
</tr>
<tr>
<td class="smalltext" style="padding: 4px; text-align: right;">{$lang->end_time}</td>
<td style="padding: 4px;">
<select name="end_day">
{$end_days}
</select>
<select name="end_month">
<option value="1"{$end_month['1']}>{$lang->month_1}</option>
<option value="2"{$end_month['2']}>{$lang->month_2}</option>
<option value="3"{$end_month['3']}>{$lang->month_3}</option>
<option value="4"{$end_month['4']}>{$lang->month_4}</option>
<option value="5"{$end_month['5']}>{$lang->month_5}</option>
<option value="6"{$end_month['6']}>{$lang->month_6}</option>
<option value="7"{$end_month['7']}>{$lang->month_7}</option>
<option value="8"{$end_month['8']}>{$lang->month_8}</option>
<option value="9"{$end_month['9']}>{$lang->month_9}</option>
<option value="10"{$end_month['10']}>{$lang->month_10}</option>
<option value="11"{$end_month['11']}>{$lang->month_11}</option>
<option value="12"{$end_month['12']}>{$lang->month_12}</option>
</select>
<select name="end_year">
{$end_years}
</select>
<span class="smalltext">&nbsp;&nbsp;&nbsp;{$lang->enter_time}</span>
<input type="text" class="textbox" name="end_time" value="{$end_time}" size="7" />
</td>
</tr>
<tr>
<td class="smalltext" style="padding: 4px; text-align: right; vertical-align: top;">{$lang->time_zone}</td>

					{$calendar_select}
</select>
</td>
</tr>
<tr>
<td class="trow2" style="vertical-align: top;"><strong>{$lang->event_date}</strong></td>
<td class="trow1">
<script type="text/javascript">
<!--
function toggleType()
{
if($('type_single').checked == true)
{
Element.hide('ranged_selects');
Element.show('single_selects');
}
else
{
Element.hide('single_selects');
Element.show('ranged_selects');
toggleRepeats();
}
}

function toggleRepeats()
{
var repeats = $('repeats').options[$('repeats').selectedIndex].value;
$$('.repeats_type').each(function(e)
{
Element.hide(e);
});
if($('repeats_type_'+repeats))
{
Element.show('repeats_type_'+repeats);
}
}
// -->
</script>
<dl style="margin-top: 0; margin-bottom: 0; width: 100%;">
<dt><input type="radio" name="type" value="single" {$type_single} id="type_single" onclick="toggleType();" /> <label for="type_single"><strong>{$lang->type_single}</strong></label></dt>
<dd style="margin-top: 4px;" id="single_selects">
<select name="single_day">
{$single_days}
</select>
&nbsp;
<select name="single_month">
<option value="1"{$single_month['1']}>{$lang->month_1}</option>
<option value="2"{$single_month['2']}>{$lang->month_2}</option>
<option value="3"{$single_month['3']}>{$lang->month_3}</option>
<option value="4"{$single_month['4']}>{$lang->month_4}</option>
<option value="5"{$single_month['5']}>{$lang->month_5}</option>
<option value="6"{$single_month['6']}>{$lang->month_6}</option>
<option value="7"{$single_month['7']}>{$lang->month_7}</option>
<option value="8"{$single_month['8']}>{$lang->month_8}</option>
<option value="9"{$single_month['9']}>{$lang->month_9}</option>
<option value="10"{$single_month['10']}>{$lang->month_10}</option>
<option value="11"{$single_month['11']}>{$lang->month_11}</option>
<option value="12"{$single_month['12']}>{$lang->month_12}</option>
</select>
&nbsp;
<select name="single_year">
{$single_years}
</select>
</dd>
<dt><input type="radio" name="type" value="ranged" {$type_ranged} id="type_ranged" onclick="toggleType();" /> <label for="type_ranged"><strong>{$lang->type_ranged}</strong></label></dt>
<dd style="margin-top: 4px; width: 100%;" id="ranged_selects">
<table width="100%">
<tr>
<td class="smalltext" style="padding: 4px; text-align: right;">{$lang->start_time}</td>























































								<td style="padding: 4px;">

								<td style="padding: 4px;">

									{$timezones}<br />
<label class="smalltext" style="display: block; padding-top: 4px;"><input type="checkbox" name="ignoretimezone" value="1" {$ignore_timezone} style="vertical-align: middle;" /> {$lang->ignore_timezone} </label>





















									<select name="start_day">
{$start_days}
</select>
<select name="start_month">
<option value="1"{$start_month['1']}>{$lang->month_1}</option>
<option value="2"{$start_month['2']}>{$lang->month_2}</option>
<option value="3"{$start_month['3']}>{$lang->month_3}</option>
<option value="4"{$start_month['4']}>{$lang->month_4}</option>
<option value="5"{$start_month['5']}>{$lang->month_5}</option>
<option value="6"{$start_month['6']}>{$lang->month_6}</option>
<option value="7"{$start_month['7']}>{$lang->month_7}</option>
<option value="8"{$start_month['8']}>{$lang->month_8}</option>
<option value="9"{$start_month['9']}>{$lang->month_9}</option>
<option value="10"{$start_month['10']}>{$lang->month_10}</option>
<option value="11"{$start_month['11']}>{$lang->month_11}</option>
<option value="12"{$start_month['12']}>{$lang->month_12}</option>
</select>
<select name="start_year">
{$start_years}
</select>
<span class="smalltext">&nbsp;&nbsp;&nbsp;{$lang->enter_time}</span>
<input type="text" class="textbox" name="start_time" value="{$start_time}" size="7" />

								</td>
</tr>
<tr>

								</td>
</tr>
<tr>

								<td class="smalltext" style="padding: 4px; text-align: right; vertical-align:top;">{$lang->repeats}</td>
<td class="smalltext" style="padding: 4px;">
<select name="repeats" id="repeats" onchange="toggleRepeats();">
<option value="0">{$lang->does_not_repeat}</option>
<option value="1"{$repeats_sel[1]}>{$lang->repeats_daily}</option>
<option value="2"{$repeats_sel[2]}>{$lang->repeats_weekdays}</option>
<option value="3"{$repeats_sel[3]}>{$lang->repeats_weekly}</option>
<option value="4"{$repeats_sel[4]}>{$lang->repeats_monthly}</option>
<option value="5"{$repeats_sel[5]}>{$lang->repeats_yearly}</option>

								<td class="smalltext" style="padding: 4px; text-align: right;">{$lang->end_time}</td>
<td style="padding: 4px;">
<select name="end_day">
{$end_days}






									</select>

									</select>

									<div class="repeats_type" id="repeats_type_1" style="padding: 4px;">
{$lang->repeats_every}
<input type="text" class="textbox" name="repeats_1_days" value="{$repeats_1_days}" size="2" /> {$lang->day_or_days}
</div>
<div class="repeats_type" id="repeats_type_3" style="padding: 4px;">
{$lang->repeats_every}
<input type="text" class="textbox" name="repeats_3_weeks" value="{$repeats_3_weeks}" size="2" /> {$lang->week_or_weeks_on}
<br />
<table style="padding: 4px;">
<tr>
<td style="padding: 2px;" class="smalltext"><label><input type="checkbox" name="repeats_3_days[0]" value="1" {$repeats_3_days[0]} style="vertical-align: middle;" /> {$lang->sunday}</label></td>
<td style="padding: 2px;" class="smalltext"><label><input type="checkbox" name="repeats_3_days[1]" value="1" {$repeats_3_days[1]} style="vertical-align: middle;" /> {$lang->monday}</label></td>
<td style="padding: 2px;" class="smalltext"><label><input type="checkbox" name="repeats_3_days[2]" value="1" {$repeats_3_days[2]} style="vertical-align: middle;" /> {$lang->tuesday}</label></td>
<td style="padding: 2px;" class="smalltext"><label><input type="checkbox" name="repeats_3_days[3]" value="1" {$repeats_3_days[3]} style="vertical-align: middle;" /> {$lang->wednesday}</label></td>
</tr>
<tr>
<td style="padding: 2px;" class="smalltext"><label><input type="checkbox" name="repeats_3_days[4]" value="1" {$repeats_3_days[4]} style="vertical-align: middle;" /> {$lang->thursday}</label></td>
<td style="padding: 2px;" class="smalltext"><label><input type="checkbox" name="repeats_3_days[5]" value="1" {$repeats_3_days[5]} style="vertical-align: middle;" /> {$lang->friday}</label></td>
<td style="padding: 2px;" class="smalltext" colspan="2"><label><input type="checkbox" name="repeats_3_days[6]" value="1" {$repeats_3_days[6]} style="vertical-align: middle;" /> {$lang->saturday}</label></td>
</tr>
</table>
</div>
<div class="repeats_type" id="repeats_type_4" style="padding: 4px;">
<div class="smalltext"><label>
<input type="radio" name="repeats_4_type" id="repeats_4_type_1" value="1" style="vertical-align: middle;" {$repeats_4_type[1]} />
{$lang->repeats_on_day}</label>
<input type="text" class="textbox" name="repeats_4_day" value="{$repeats_4_day}" onfocus="$('repeats_4_type_1').checked=true;" size="2" /> {$lang->of_every} <input type="text" class="textbox" name="repeats_4_months" value="{$repeats_4_months}" size="2" onfocus="$('repeats_4_type_1').checked=true;" /> {$lang->month_or_months}
</div>
<div class="smalltext" style="margin-top: 5px;"><label>
<input type="radio" name="repeats_4_type" id="repeats_4_type_2" value="2" style="vertical-align: middle;" {$repeats_4_type[2]} />
{$lang->repeats_on_the}</label>
<select name="repeats_4_occurance" onfocus="$('repeats_4_type_2').checked=true;">
<option value="1"{$repeats_4_occurance[1]}>{$lang->first}</option>
<option value="2"{$repeats_4_occurance[2]}>{$lang->second}</option>
<option value="3"{$repeats_4_occurance[3]}>{$lang->third}</option>
<option value="4"{$repeats_4_occurance[4]}>{$lang->fourth}</option>
<option value="last"{$repeats_4_occurance['last']}>{$lang->last}</option>
</select>
<select name="repeats_4_weekday" onfocus="$('repeats_4_type_2').checked=true;">
<option value="0"{$repeats_4_weekday[0]}>{$lang->sunday}</option>
<option value="1"{$repeats_4_weekday[1]}>{$lang->monday}</option>
<option value="2"{$repeats_4_weekday[2]}>{$lang->tuesday}</option>
<option value="3"{$repeats_4_weekday[3]}>{$lang->wednesday}</option>
<option value="4"{$repeats_4_weekday[4]}>{$lang->thursday}</option>
<option value="5"{$repeats_4_weekday[5]}>{$lang->friday}</option>
<option value="6"{$repeats_4_weekday[6]}>{$lang->saturday}</option>
</select>
{$lang->of_every}
<input type="text" class="textbox" name="repeats_4_months2" value="{$repeats_4_months2}" size="2" onfocus="$('repeats_4_type_2').checked=true;" /> {$lang->month_or_months}
</div>
</div>
<div class="repeats_type" id="repeats_type_5" style="padding: 4px;">
<div class="smalltext"><label>
<input type="radio" name="repeats_5_type" value="1" id="repeats_5_type_1" style="vertical-align: middle;" {$repeats_5_type[1]} />
{$lang->repeats_on}</label>
<input type="text" class="textbox" name="repeats_5_day" onfocus="$('repeats_5_type_1').checked=true;" value="{$repeats_5_day}" size="2" />
<select name="repeats_5_month" onfocus="$('repeats_5_type_1').checked=true;" >
<option value="1"{$repeats_5_month['1']}>{$lang->month_1}</option>
<option value="2"{$repeats_5_month['2']}>{$lang->month_2}</option>
<option value="3"{$repeats_5_month['3']}>{$lang->month_3}</option>
<option value="4"{$repeats_5_month['4']}>{$lang->month_4}</option>
<option value="5"{$repeats_5_month['5']}>{$lang->month_5}</option>
<option value="6"{$repeats_5_month['6']}>{$lang->month_6}</option>
<option value="7"{$repeats_5_month['7']}>{$lang->month_7}</option>
<option value="8"{$repeats_5_month['8']}>{$lang->month_8}</option>
<option value="9"{$repeats_5_month['9']}>{$lang->month_9}</option>
<option value="10"{$repeats_5_month['10']}>{$lang->month_10}</option>
<option value="11"{$repeats_5_month['11']}>{$lang->month_11}</option>
<option value="12"{$repeats_5_month['12']}>{$lang->month_12}</option>
</select>
{$lang->every}
<input type="text" class="textbox" name="repeats_5_years" value="{$repeats_5_years}" onfocus="$('repeats_5_type_1').checked=true;" size="2" /> {$lang->year_or_years}
</div>
<div class="smalltext" style="margin-top: 5px;"><label>
<input type="radio" name="repeats_5_type" value="2" id="repeats_5_type_2" style="vertical-align: middle;" {$repeats_5_type[2]} />
{$lang->repeats_on_the}</label>
<select name="repeats_5_occurance" onfocus="$('repeats_5_type_2').checked=true;" >
<option value="1"{$repeats_5_occurance[1]}>{$lang->first}</option>
<option value="2"{$repeats_5_occurance[2]}>{$lang->second}</option>
<option value="3"{$repeats_5_occurance[3]}>{$lang->third}</option>
<option value="4"{$repeats_5_occurance[4]}>{$lang->fourth}</option>
<option value="last"{$repeats_4_occurance['last']}>{$lang->last}</option>
</select>
<select name="repeats_5_weekday" onfocus="$('repeats_5_type_2').checked=true;" >
<option value="0"{$repeats_5_weekday[0]}>{$lang->sunday}</option>
<option value="1"{$repeats_5_weekday[1]}>{$lang->monday}</option>
<option value="2"{$repeats_5_weekday[2]}>{$lang->tuesday}</option>
<option value="3"{$repeats_5_weekday[3]}>{$lang->wednesday}</option>
<option value="4"{$repeats_5_weekday[4]}>{$lang->thursday}</option>
<option value="5"{$repeats_5_weekday[5]}>{$lang->friday}</option>
<option value="6"{$repeats_5_weekday[6]}>{$lang->saturday}</option>
</select>
{$lang->of}
<select name="repeats_5_month2" onfocus="$('repeats_5_type_2').checked=true;" >
<option value="1"{$repeats_5_month2['1']}>{$lang->month_1}</option>
<option value="2"{$repeats_5_month2['2']}>{$lang->month_2}</option>
<option value="3"{$repeats_5_month2['3']}>{$lang->month_3}</option>
<option value="4"{$repeats_5_month2['4']}>{$lang->month_4}</option>
<option value="5"{$repeats_5_month2['5']}>{$lang->month_5}</option>
<option value="6"{$repeats_5_month2['6']}>{$lang->month_6}</option>
<option value="7"{$repeats_5_month2['7']}>{$lang->month_7}</option>
<option value="8"{$repeats_5_month2['8']}>{$lang->month_8}</option>
<option value="9"{$repeats_5_month2['9']}>{$lang->month_9}</option>
<option value="10"{$repeats_5_month2['10']}>{$lang->month_10}</option>
<option value="11"{$repeats_5_month2['11']}>{$lang->month_11}</option>
<option value="12"{$repeats_5_month2['12']}>{$lang->month_12}</option>
</select>
{$lang->every}
<input type="text" class="textbox" name="repeats_5_years2" value="{$repeats_5_years}" size="2" onfocus="$('repeats_5_type_2').checked=true;" /> {$lang->year_or_years}
</div>
</div>

									<select name="end_month">
<option value="1"{$end_month['1']}>{$lang->month_1}</option>
<option value="2"{$end_month['2']}>{$lang->month_2}</option>
<option value="3"{$end_month['3']}>{$lang->month_3}</option>
<option value="4"{$end_month['4']}>{$lang->month_4}</option>
<option value="5"{$end_month['5']}>{$lang->month_5}</option>
<option value="6"{$end_month['6']}>{$lang->month_6}</option>
<option value="7"{$end_month['7']}>{$lang->month_7}</option>
<option value="8"{$end_month['8']}>{$lang->month_8}</option>
<option value="9"{$end_month['9']}>{$lang->month_9}</option>
<option value="10"{$end_month['10']}>{$lang->month_10}</option>
<option value="11"{$end_month['11']}>{$lang->month_11}</option>
<option value="12"{$end_month['12']}>{$lang->month_12}</option>
</select>
<select name="end_year">
{$end_years}
</select>
<span class="smalltext">&nbsp;&nbsp;&nbsp;{$lang->enter_time}</span>
<input type="text" class="textbox" name="end_time" value="{$end_time}" size="7" />





























































































								</td>
</tr>

								</td>
</tr>

						</table>
</dd>
</dl>
<script type="text/javascript">
<!--
toggleType();
toggleRepeats();
// -->
</script>
</td>
</tr>
<tr>
<td valign="top" width="20%" class="trow1"><strong>{$lang->event_details}</strong>{$smilieinserter}</td>
<td class="trow1"><textarea name="description" id="message" rows="20" cols="70">{$description}</textarea>
{$codebuttons}</td>
</tr>
<tr>
<td width="20%" class="trow2"><strong>{$lang->event_options}</strong></td>
<td class="trow2">
<input type="checkbox" class="checkbox" name="private" value="1"{$privatecheck} /><span class="smalltext">{$lang->private_option}</span><br />




































































































































							<tr>
<td class="smalltext" style="padding: 4px; text-align: right; vertical-align: top;">{$lang->time_zone}</td>
<td style="padding: 4px;">
{$timezones}<br />
<label class="smalltext" style="display: block; padding-top: 4px;"><input type="checkbox" name="ignoretimezone" value="1" {$ignore_timezone} style="vertical-align: middle;" /> {$lang->ignore_timezone} </label>
</td>
</tr>
<tr>
<td class="smalltext" style="padding: 4px; text-align: right; vertical-align:top;">{$lang->repeats}</td>
<td class="smalltext" style="padding: 4px;">
<select name="repeats" id="repeats" onchange="toggleRepeats();">
<option value="0">{$lang->does_not_repeat}</option>
<option value="1"{$repeats_sel[1]}>{$lang->repeats_daily}</option>
<option value="2"{$repeats_sel[2]}>{$lang->repeats_weekdays}</option>
<option value="3"{$repeats_sel[3]}>{$lang->repeats_weekly}</option>
<option value="4"{$repeats_sel[4]}>{$lang->repeats_monthly}</option>
<option value="5"{$repeats_sel[5]}>{$lang->repeats_yearly}</option>
</select>
<div class="repeats_type" id="repeats_type_1" style="padding: 4px;">
{$lang->repeats_every}
<input type="text" class="textbox" name="repeats_1_days" value="{$repeats_1_days}" size="2" /> {$lang->day_or_days}
</div>
<div class="repeats_type" id="repeats_type_3" style="padding: 4px;">
{$lang->repeats_every}
<input type="text" class="textbox" name="repeats_3_weeks" value="{$repeats_3_weeks}" size="2" /> {$lang->week_or_weeks_on}
<br />
<table style="padding: 4px;">
<tr>
<td style="padding: 2px;" class="smalltext"><label><input type="checkbox" name="repeats_3_days[0]" value="1" {$repeats_3_days[0]} style="vertical-align: middle;" /> {$lang->sunday}</label></td>
<td style="padding: 2px;" class="smalltext"><label><input type="checkbox" name="repeats_3_days[1]" value="1" {$repeats_3_days[1]} style="vertical-align: middle;" /> {$lang->monday}</label></td>
<td style="padding: 2px;" class="smalltext"><label><input type="checkbox" name="repeats_3_days[2]" value="1" {$repeats_3_days[2]} style="vertical-align: middle;" /> {$lang->tuesday}</label></td>
<td style="padding: 2px;" class="smalltext"><label><input type="checkbox" name="repeats_3_days[3]" value="1" {$repeats_3_days[3]} style="vertical-align: middle;" /> {$lang->wednesday}</label></td>
</tr>
<tr>
<td style="padding: 2px;" class="smalltext"><label><input type="checkbox" name="repeats_3_days[4]" value="1" {$repeats_3_days[4]} style="vertical-align: middle;" /> {$lang->thursday}</label></td>
<td style="padding: 2px;" class="smalltext"><label><input type="checkbox" name="repeats_3_days[5]" value="1" {$repeats_3_days[5]} style="vertical-align: middle;" /> {$lang->friday}</label></td>
<td style="padding: 2px;" class="smalltext" colspan="2"><label><input type="checkbox" name="repeats_3_days[6]" value="1" {$repeats_3_days[6]} style="vertical-align: middle;" /> {$lang->saturday}</label></td>
</tr>
</table>
</div>
<div class="repeats_type" id="repeats_type_4" style="padding: 4px;">
<div class="smalltext"><label>
<input type="radio" name="repeats_4_type" id="repeats_4_type_1" value="1" style="vertical-align: middle;" {$repeats_4_type[1]} />
{$lang->repeats_on_day}</label>
<input type="text" class="textbox" name="repeats_4_day" value="{$repeats_4_day}" onfocus="$('repeats_4_type_1').checked=true;" size="2" /> {$lang->of_every} <input type="text" class="textbox" name="repeats_4_months" value="{$repeats_4_months}" size="2" onfocus="$('repeats_4_type_1').checked=true;" /> {$lang->month_or_months}
</div>
<div class="smalltext" style="margin-top: 5px;"><label>
<input type="radio" name="repeats_4_type" id="repeats_4_type_2" value="2" style="vertical-align: middle;" {$repeats_4_type[2]} />
{$lang->repeats_on_the}</label>
<select name="repeats_4_occurance" onfocus="$('repeats_4_type_2').checked=true;">
<option value="1"{$repeats_4_occurance[1]}>{$lang->first}</option>
<option value="2"{$repeats_4_occurance[2]}>{$lang->second}</option>
<option value="3"{$repeats_4_occurance[3]}>{$lang->third}</option>
<option value="4"{$repeats_4_occurance[4]}>{$lang->fourth}</option>
<option value="last"{$repeats_4_occurance['last']}>{$lang->last}</option>
</select>
<select name="repeats_4_weekday" onfocus="$('repeats_4_type_2').checked=true;">
<option value="0"{$repeats_4_weekday[0]}>{$lang->sunday}</option>
<option value="1"{$repeats_4_weekday[1]}>{$lang->monday}</option>
<option value="2"{$repeats_4_weekday[2]}>{$lang->tuesday}</option>
<option value="3"{$repeats_4_weekday[3]}>{$lang->wednesday}</option>
<option value="4"{$repeats_4_weekday[4]}>{$lang->thursday}</option>
<option value="5"{$repeats_4_weekday[5]}>{$lang->friday}</option>
<option value="6"{$repeats_4_weekday[6]}>{$lang->saturday}</option>
</select>
{$lang->of_every}
<input type="text" class="textbox" name="repeats_4_months2" value="{$repeats_4_months2}" size="2" onfocus="$('repeats_4_type_2').checked=true;" /> {$lang->month_or_months}
</div>
</div>
<div class="repeats_type" id="repeats_type_5" style="padding: 4px;">
<div class="smalltext"><label>
<input type="radio" name="repeats_5_type" value="1" id="repeats_5_type_1" style="vertical-align: middle;" {$repeats_5_type[1]} />
{$lang->repeats_on}</label>
<input type="text" class="textbox" name="repeats_5_day" onfocus="$('repeats_5_type_1').checked=true;" value="{$repeats_5_day}" size="2" />
<select name="repeats_5_month" onfocus="$('repeats_5_type_1').checked=true;" >
<option value="1"{$repeats_5_month['1']}>{$lang->month_1}</option>
<option value="2"{$repeats_5_month['2']}>{$lang->month_2}</option>
<option value="3"{$repeats_5_month['3']}>{$lang->month_3}</option>
<option value="4"{$repeats_5_month['4']}>{$lang->month_4}</option>
<option value="5"{$repeats_5_month['5']}>{$lang->month_5}</option>
<option value="6"{$repeats_5_month['6']}>{$lang->month_6}</option>
<option value="7"{$repeats_5_month['7']}>{$lang->month_7}</option>
<option value="8"{$repeats_5_month['8']}>{$lang->month_8}</option>
<option value="9"{$repeats_5_month['9']}>{$lang->month_9}</option>
<option value="10"{$repeats_5_month['10']}>{$lang->month_10}</option>
<option value="11"{$repeats_5_month['11']}>{$lang->month_11}</option>
<option value="12"{$repeats_5_month['12']}>{$lang->month_12}</option>
</select>
{$lang->every}
<input type="text" class="textbox" name="repeats_5_years" value="{$repeats_5_years}" onfocus="$('repeats_5_type_1').checked=true;" size="2" /> {$lang->year_or_years}
</div>
<div class="smalltext" style="margin-top: 5px;"><label>
<input type="radio" name="repeats_5_type" value="2" id="repeats_5_type_2" style="vertical-align: middle;" {$repeats_5_type[2]} />
{$lang->repeats_on_the}</label>
<select name="repeats_5_occurance" onfocus="$('repeats_5_type_2').checked=true;" >
<option value="1"{$repeats_5_occurance[1]}>{$lang->first}</option>
<option value="2"{$repeats_5_occurance[2]}>{$lang->second}</option>
<option value="3"{$repeats_5_occurance[3]}>{$lang->third}</option>
<option value="4"{$repeats_5_occurance[4]}>{$lang->fourth}</option>
<option value="last"{$repeats_4_occurance['last']}>{$lang->last}</option>
</select>
<select name="repeats_5_weekday" onfocus="$('repeats_5_type_2').checked=true;" >
<option value="0"{$repeats_5_weekday[0]}>{$lang->sunday}</option>
<option value="1"{$repeats_5_weekday[1]}>{$lang->monday}</option>
<option value="2"{$repeats_5_weekday[2]}>{$lang->tuesday}</option>
<option value="3"{$repeats_5_weekday[3]}>{$lang->wednesday}</option>
<option value="4"{$repeats_5_weekday[4]}>{$lang->thursday}</option>
<option value="5"{$repeats_5_weekday[5]}>{$lang->friday}</option>
<option value="6"{$repeats_5_weekday[6]}>{$lang->saturday}</option>
</select>
{$lang->of}
<select name="repeats_5_month2" onfocus="$('repeats_5_type_2').checked=true;" >
<option value="1"{$repeats_5_month2['1']}>{$lang->month_1}</option>
<option value="2"{$repeats_5_month2['2']}>{$lang->month_2}</option>
<option value="3"{$repeats_5_month2['3']}>{$lang->month_3}</option>
<option value="4"{$repeats_5_month2['4']}>{$lang->month_4}</option>
<option value="5"{$repeats_5_month2['5']}>{$lang->month_5}</option>
<option value="6"{$repeats_5_month2['6']}>{$lang->month_6}</option>
<option value="7"{$repeats_5_month2['7']}>{$lang->month_7}</option>
<option value="8"{$repeats_5_month2['8']}>{$lang->month_8}</option>
<option value="9"{$repeats_5_month2['9']}>{$lang->month_9}</option>
<option value="10"{$repeats_5_month2['10']}>{$lang->month_10}</option>
<option value="11"{$repeats_5_month2['11']}>{$lang->month_11}</option>
<option value="12"{$repeats_5_month2['12']}>{$lang->month_12}</option>
</select>
{$lang->every}
<input type="text" class="textbox" name="repeats_5_years2" value="{$repeats_5_years}" size="2" onfocus="$('repeats_5_type_2').checked=true;" /> {$lang->year_or_years}
</div>
</div>
</td>
</tr>
</table>
</dd>
</dl>
<script type="text/javascript">
<!--
toggleType();
toggleRepeats();
// -->
</script>
</td>
</tr>
<tr>
<td valign="top" width="20%" class="trow1"><strong>{$lang->event_details}</strong>{$smilieinserter}</td>
<td class="trow1"><textarea name="description" id="message" rows="20" cols="70">{$description}</textarea>
{$codebuttons}</td>
</tr>
<tr>
<td width="20%" class="trow2"><strong>{$lang->event_options}</strong></td>
<td class="trow2">
<input type="checkbox" class="checkbox" name="private" value="1"{$privatecheck} /><span class="smalltext">{$lang->private_option}</span><br />

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

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

Zeile 8811Zeile 8882
</html>]]></template>
<template name="calendar_addprivateevent" version="1400"><![CDATA[<a href="calendar.php?action=addevent&amp;calendar={$calendar['cid']}&amp;private=1">{$lang->add_private_event}</a>]]></template>
<template name="calendar_addpublicevent" version="1400"><![CDATA[<a href="calendar.php?action=addevent&amp;calendar={$calendar['cid']}">{$lang->add_public_event}</a>]]></template>

</html>]]></template>
<template name="calendar_addprivateevent" version="1400"><![CDATA[<a href="calendar.php?action=addevent&amp;calendar={$calendar['cid']}&amp;private=1">{$lang->add_private_event}</a>]]></template>
<template name="calendar_addpublicevent" version="1400"><![CDATA[<a href="calendar.php?action=addevent&amp;calendar={$calendar['cid']}">{$lang->add_public_event}</a>]]></template>

		<template name="calendar_eventbit_private" version="1402"><![CDATA[<div style="margin-bottom: 4px;" class="smalltext eventbit_private"><a href="{$event['eventlink']}" title="{$event['fullname']}">{$event['name']}</a></div>]]></template>

 
		<template name="calendar_eventbit" version="1402"><![CDATA[<div style="margin-bottom: 4px;" class="smalltext {$event_class}"><a href="{$event['eventlink']}" title="{$event['fullname']}">{$event['name']}</a></div>]]></template>
<template name="calendar_weekview" version="1603"><![CDATA[<html>
<head>
<title>{$mybb->settings['bbname']} - {$lang->calendar}</title>
{$headerinclude}

		<template name="calendar_eventbit" version="1402"><![CDATA[<div style="margin-bottom: 4px;" class="smalltext {$event_class}"><a href="{$event['eventlink']}" title="{$event['fullname']}">{$event['name']}</a></div>]]></template>
<template name="calendar_weekview" version="1603"><![CDATA[<html>
<head>
<title>{$mybb->settings['bbname']} - {$lang->calendar}</title>
{$headerinclude}

</head>
<body>

</head>
<body>

	{$header}
<table border="0" cellspacing="0" cellpadding="0">
<tr>

	{$header}
<table border="0" cellspacing="0" cellpadding="0">
<tr>

Zeile 8942Zeile 9012
		<tr>
<td class="trow1" style="white-space: nowrap"><input type="checkbox" class="checkbox" name="delete" value="1" tabindex="9" /> <strong>{$lang->delete_q}</strong></td>
<td class="trow1" width="100%">{$lang->delete_1}<br /><span class="smalltext">{$lang->delete_2}</span></td>

		<tr>
<td class="trow1" style="white-space: nowrap"><input type="checkbox" class="checkbox" name="delete" value="1" tabindex="9" /> <strong>{$lang->delete_q}</strong></td>
<td class="trow1" width="100%">{$lang->delete_1}<br /><span class="smalltext">{$lang->delete_2}</span></td>

			<td class="trow1"><input type="submit" class="button" name="submit" value="{$lang->delete_now}" tabindex="10" /></td>
</tr>
</table>
<input type="hidden" name="action" value="do_editevent" />
<input type="hidden" name="eid" value="{$event['eid']}" />
</form>
<br />

			<td class="trow1"><input type="submit" class="button" name="submit" value="{$lang->delete_now}" tabindex="10" /></td>
</tr>
</table>
<input type="hidden" name="action" value="do_editevent" />
<input type="hidden" name="eid" value="{$event['eid']}" />
</form>
<br />

<form action="calendar.php" method="post" name="input">
<input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="clear: both;">

<form action="calendar.php" method="post" name="input">
<input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="clear: both;">

Zeile 8967Zeile 9037
					function toggleType()
{
if($('type_single').checked == true)

					function toggleType()
{
if($('type_single').checked == true)

						{

						{

							Element.hide('ranged_selects');
Element.show('single_selects');
}

							Element.hide('ranged_selects');
Element.show('single_selects');
}

Zeile 9097Zeile 9167
									<div class="repeats_type" id="repeats_type_1" style="padding: 4px;">
{$lang->repeats_every}
<input type="text" class="textbox" name="repeats_1_days" value="{$repeats_1_days}" size="2" /> {$lang->day_or_days}

									<div class="repeats_type" id="repeats_type_1" style="padding: 4px;">
{$lang->repeats_every}
<input type="text" class="textbox" name="repeats_1_days" value="{$repeats_1_days}" size="2" /> {$lang->day_or_days}

									</div>

									</div>

									<div class="repeats_type" id="repeats_type_3" style="padding: 4px;">
{$lang->repeats_every}
<input type="text" class="textbox" name="repeats_3_weeks" value="{$repeats_3_weeks}" size="2" /> {$lang->week_or_weeks_on}

									<div class="repeats_type" id="repeats_type_3" style="padding: 4px;">
{$lang->repeats_every}
<input type="text" class="textbox" name="repeats_3_weeks" value="{$repeats_3_weeks}" size="2" /> {$lang->week_or_weeks_on}

Zeile 9108Zeile 9178
												<td style="padding: 2px;" class="smalltext"><label><input type="checkbox" name="repeats_3_days[1]" value="1" {$repeats_3_days[1]} style="vertical-align: middle;" /> {$lang->monday}</label></td>
<td style="padding: 2px;" class="smalltext"><label><input type="checkbox" name="repeats_3_days[2]" value="1" {$repeats_3_days[2]} style="vertical-align: middle;" /> {$lang->tuesday}</label></td>
<td style="padding: 2px;" class="smalltext"><label><input type="checkbox" name="repeats_3_days[3]" value="1" {$repeats_3_days[3]} style="vertical-align: middle;" /> {$lang->wednesday}</label></td>

												<td style="padding: 2px;" class="smalltext"><label><input type="checkbox" name="repeats_3_days[1]" value="1" {$repeats_3_days[1]} style="vertical-align: middle;" /> {$lang->monday}</label></td>
<td style="padding: 2px;" class="smalltext"><label><input type="checkbox" name="repeats_3_days[2]" value="1" {$repeats_3_days[2]} style="vertical-align: middle;" /> {$lang->tuesday}</label></td>
<td style="padding: 2px;" class="smalltext"><label><input type="checkbox" name="repeats_3_days[3]" value="1" {$repeats_3_days[3]} style="vertical-align: middle;" /> {$lang->wednesday}</label></td>

											</tr>

											</tr>

											<tr>
<td style="padding: 2px;" class="smalltext"><label><input type="checkbox" name="repeats_3_days[4]" value="1" {$repeats_3_days[4]} style="vertical-align: middle;" /> {$lang->thursday}</label></td>
<td style="padding: 2px;" class="smalltext"><label><input type="checkbox" name="repeats_3_days[5]" value="1" {$repeats_3_days[5]} style="vertical-align: middle;" /> {$lang->friday}</label></td>
<td style="padding: 2px;" class="smalltext" colspan="2"><label><input type="checkbox" name="repeats_3_days[6]" value="1" {$repeats_3_days[6]} style="vertical-align: middle;" /> {$lang->saturday}</label></td>
</tr>
</table>

											<tr>
<td style="padding: 2px;" class="smalltext"><label><input type="checkbox" name="repeats_3_days[4]" value="1" {$repeats_3_days[4]} style="vertical-align: middle;" /> {$lang->thursday}</label></td>
<td style="padding: 2px;" class="smalltext"><label><input type="checkbox" name="repeats_3_days[5]" value="1" {$repeats_3_days[5]} style="vertical-align: middle;" /> {$lang->friday}</label></td>
<td style="padding: 2px;" class="smalltext" colspan="2"><label><input type="checkbox" name="repeats_3_days[6]" value="1" {$repeats_3_days[6]} style="vertical-align: middle;" /> {$lang->saturday}</label></td>
</tr>
</table>

									</div>

									</div>

									<div class="repeats_type" id="repeats_type_4" style="padding: 4px;">
<div class="smalltext"><label>
<input type="radio" name="repeats_4_type" id="repeats_4_type_1" value="1" style="vertical-align: middle;" {$repeats_4_type[1]} />

									<div class="repeats_type" id="repeats_type_4" style="padding: 4px;">
<div class="smalltext"><label>
<input type="radio" name="repeats_4_type" id="repeats_4_type_1" value="1" style="vertical-align: middle;" {$repeats_4_type[1]} />

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

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

		<template name="calendar_move" version="1402"><![CDATA[<html>

		<template name="calendar_move" version="1610"><![CDATA[<html>

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

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

Zeile 9246Zeile 9316
<body>
{$header}
<form action="calendar.php" method="post" name="input">

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

	<input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="clear: both;">

	<input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="clear: both;">

		<tr>
<td colspan="2" width="100%" class="thead"><strong>{$lang->move_event}: {$event['name']}</strong></td>
</tr>
<tr>

		<tr>
<td colspan="2" width="100%" class="thead"><strong>{$lang->move_event}: {$event['name']}</strong></td>
</tr>
<tr>

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

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

			<td class="trow1">
<select name="new_calendar">
{$calendar_select}

			<td class="trow1">
<select name="new_calendar">
{$calendar_select}

Zeile 9545Zeile 9615
	<input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
<input type="hidden" name="action" value="do_warn" />
<input type="hidden" name="uid" value="{$user['uid']}" />

	<input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
<input type="hidden" name="action" value="do_warn" />
<input type="hidden" name="uid" value="{$user['uid']}" />


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


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

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

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

		</tr>

		</tr>

		<tr>
<td class="tcat" colspan="2"><span class="smalltext"><strong>{$lang->warn_user_desc}</strong></span></td>
</tr>
<tr>
<td width="20%" class="trow1"><strong>{$lang->username}</strong></td>
<td class="trow1">{$user_link}</td>

		<tr>
<td class="tcat" colspan="2"><span class="smalltext"><strong>{$lang->warn_user_desc}</strong></span></td>
</tr>
<tr>
<td width="20%" class="trow1"><strong>{$lang->username}</strong></td>
<td class="trow1">{$user_link}</td>

		</tr>

		</tr>

{$post}

{$post}

		<tr>

		<tr>

			<td width="20%" class="trow1" valign="top"><strong>{$lang->warning_note}</strong></td>
<td class="trow1"><textarea name="notes" cols="60" rows="4">{$notes}</textarea></td>
</tr>
<tr>
<td width="20%" class="trow2" valign="top"><strong>{$lang->warning_type}</strong></td>
<td class="trow2">

			<td width="20%" class="trow1" valign="top"><strong>{$lang->warning_note}</strong></td>
<td class="trow1"><textarea name="notes" cols="60" rows="4">{$notes}</textarea></td>
</tr>
<tr>
<td width="20%" class="trow2" valign="top"><strong>{$lang->warning_type}</strong></td>
<td class="trow2">

				<script type="text/javascript">

				<script type="text/javascript">

				// <!--
function checkType()
{

				// <!--
function checkType()
{

Zeile 9584Zeile 9654
						if($('type_'+checked))
{
Element.show('type_'+checked);

						if($('type_'+checked))
{
Element.show('type_'+checked);

						}

						}

					}
// -->
</script>

					}
// -->
</script>

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

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

		<template name="warnings_warn_type" version="1603"><![CDATA[					<dt><label style="display: block;"><input type="radio" name="type" value="{$type['tid']}" {$checked} class="types_check" onclick="checkType();" style="vertical-align: middle;" /> <strong>{$type['title']}</strong> $points</label></dt>

		<template name="warnings_warn_type" version="1607"><![CDATA[					<dt><label style="display: block;"><input type="radio" name="type" value="{$type['tid']}" {$checked} class="types_check" onclick="checkType();" style="vertical-align: middle;" /> <strong>{$type['title']}</strong> {$points}</label></dt>

					<dd style="margin-top: 4px;" id="type_{$type['tid']}" class="types">
<div class="smalltext">{$lang->new_warning_level}</div>
<div class="tborder" style="width: 150px; float: left; margin: 0; padding: 1px;">

					<dd style="margin-top: 4px;" id="type_{$type['tid']}" class="types">
<div class="smalltext">{$lang->new_warning_level}</div>
<div class="tborder" style="width: 150px; float: left; margin: 0; padding: 1px;">

Zeile 9677Zeile 9747
							$('pm_smilie_insert').hide();
}
}

							$('pm_smilie_insert').hide();
}
}

				// -->
</script>

				// -->
</script>

				<label style="display: block;"><input type="checkbox" class="checkbox" value="1" name="send_pm" id="send_pm" onclick="togglePM();" style="vertical-align: middle;" {$send_pm_checked} /> {$lang->send_user_warning_pm}</label>
<table id="pm_input" cellpadding="{$theme['tablespace']}">

				<label style="display: block;"><input type="checkbox" class="checkbox" value="1" name="send_pm" id="send_pm" onclick="togglePM();" style="vertical-align: middle;" {$send_pm_checked} /> {$lang->send_user_warning_pm}</label>
<table id="pm_input" cellpadding="{$theme['tablespace']}">

					<tr>

					<tr>

						<td><strong>{$lang->send_pm_subject}</strong></td>
<td><input type="text" class="textbox" name="pm_subject" size="40" maxlength="85" value="{$pm_subject}" /></td>
</tr>

						<td><strong>{$lang->send_pm_subject}</strong></td>
<td><input type="text" class="textbox" name="pm_subject" size="40" maxlength="85" value="{$pm_subject}" /></td>
</tr>

Zeile 9696Zeile 9766
					togglePM();
// -->
</script>

					togglePM();
// -->
</script>

			</td>

			</td>

		</tr>]]></template>
<template name="warnings_warn_post" version="1400"><![CDATA[ <tr>
<td width="20%" class="trow2"><strong>{$lang->post}</strong></td>

		</tr>]]></template>
<template name="warnings_warn_post" version="1400"><![CDATA[ <tr>
<td width="20%" class="trow2"><strong>{$lang->post}</strong></td>

Zeile 9788Zeile 9858
		<template name="warnings_view_post" version="1400"><![CDATA[		<tr>
<td class="tcat" width="50%"><span class="smalltext"><strong>{$lang->username}</strong></span></td>
<td class="tcat" width="50%"><span class="smalltext"><strong>{$lang->post}<strong></span></td>

		<template name="warnings_view_post" version="1400"><![CDATA[		<tr>
<td class="tcat" width="50%"><span class="smalltext"><strong>{$lang->username}</strong></span></td>
<td class="tcat" width="50%"><span class="smalltext"><strong>{$lang->post}<strong></span></td>

		</tr>
<tr>

		</tr>
<tr>

			<td class="trow1">{$user_link}</td>
<td class="trow1"><a href="{$post_link}">{$warning['post_subject']}</a></td>
</tr>]]></template>

			<td class="trow1">{$user_link}</td>
<td class="trow1"><a href="{$post_link}">{$warning['post_subject']}</a></td>
</tr>]]></template>

Zeile 9826Zeile 9896
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="clear: both;">
<tr>
<td class="thead" colspan="2"><strong>{$lang->warning_is_revoked}</strong></td>

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

	</tr>

	</tr>

	<tr>
<td class="tcat" width="50%"><span class="smalltext"><strong>{$lang->revoked_by}</strong></span></td>
<td class="tcat" width="50%"><span class="smalltext"><strong>{$lang->date_revoked}</strong></span></td>

	<tr>
<td class="tcat" width="50%"><span class="smalltext"><strong>{$lang->revoked_by}</strong></span></td>
<td class="tcat" width="50%"><span class="smalltext"><strong>{$lang->date_revoked}</strong></span></td>

	</tr>
<tr>

	</tr>
<tr>

		<td class="trow1">{$revoked_by}</td>
<td class="trow1">{$date_revoked}</td>

		<td class="trow1">{$revoked_by}</td>
<td class="trow1">{$date_revoked}</td>

	</tr>
<tr>

	</tr>
<tr>

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

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

Zeile 9844Zeile 9914
</table>]]></template>
<template name="xmlhttp_buddyselect" version="1405"><![CDATA[<table border="0" cellspacing="1" cellpadding="4" class="tborder" style="width: 300px;">
<thead>

</table>]]></template>
<template name="xmlhttp_buddyselect" version="1405"><![CDATA[<table border="0" cellspacing="1" cellpadding="4" class="tborder" style="width: 300px;">
<thead>

		<tr>

		<tr>

			<td class="thead">
<div class="float_right" style="margin-top: 3px;"><span class="smalltext"><a href="#" onclick="UserCP.closeBuddySelect(true); return false;">{$lang->close}</a></span></div>
<div><strong>{$lang->select_buddies}</strong></div>
</td>

			<td class="thead">
<div class="float_right" style="margin-top: 3px;"><span class="smalltext"><a href="#" onclick="UserCP.closeBuddySelect(true); return false;">{$lang->close}</a></span></div>
<div><strong>{$lang->select_buddies}</strong></div>
</td>

		</tr>

		</tr>

	</thead>
<tbody>

	</thead>
<tbody>

		<tr>

		<tr>

			<td class="trow1 smalltext">{$lang->select_buddies_desc}</td>
</tr>
<tr>

			<td class="trow1 smalltext">{$lang->select_buddies_desc}</td>
</tr>
<tr>

Zeile 9863Zeile 9933
				{$offline}
</table>
</div>

				{$offline}
</table>
</div>

			</td>

			</td>

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

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

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

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

		<template name="member_coppa_form" version="1400"><![CDATA[<html>

		<template name="member_coppa_form" version="1610"><![CDATA[<html>

<head>
<title>{$mybb->settings['bbname']} - {$lang->coppa_compliance}</title>
<style type="text/css">

<head>
<title>{$mybb->settings['bbname']} - {$lang->coppa_compliance}</title>
<style type="text/css">

Zeile 9993Zeile 10063
	</div>
<div style="padding-bottom: 10px;"><a href="index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" border="0" /></a></div>
<hr size="1" style="clear: both;" />

	</div>
<div style="padding-bottom: 10px;"><a href="index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" border="0" /></a></div>
<hr size="1" style="clear: both;" />





	<p>{$lang->coppa_form_instructions}</p>

	<p>{$lang->coppa_form_instructions}</p>


<dl>


<dl>

		<dt>{$lang->fax_number}</dt>
<dd>{$mybb->settings['faxno']}</dd>

<dt>{$lang->mailing_address}</dt>
<dd>{$mybb->settings['mailingaddress']}</dd>

		<dt>{$lang->fax_number}</dt>
<dd>{$mybb->settings['faxno']}</dd>

<dt>{$lang->mailing_address}</dt>
<dd>{$mybb->settings['mailingaddress']}</dd>

	</dl>

	</dl>


<h1 style="clear: both;" />{$lang->account_information}</h1>
<dl>


<h1 style="clear: both;" />{$lang->account_information}</h1>
<dl>

Zeile 10011Zeile 10081

<dt><label for="email">{$lang->email}</label></dt>
<dd><input type="text" class="textbox" id="email" /></dd>


<dt><label for="email">{$lang->email}</label></dt>
<dd><input type="text" class="textbox" id="email" /></dd>

	</dl>

	</dl>

	<h1 style="clear: both;" />{$lang->parent_details}</h1>
<dl>
<dt><label for="name">{$lang->full_name}</label></dt>

	<h1 style="clear: both;" />{$lang->parent_details}</h1>
<dl>
<dt><label for="name">{$lang->full_name}</label></dt>

Zeile 10029Zeile 10099
		<dd class="single">{$lang->coppa_parent_agreement}</dd>

<dt><label for="signature">{$lang->signature}</label></dt>

		<dd class="single">{$lang->coppa_parent_agreement}</dd>

<dt><label for="signature">{$lang->signature}</label></dt>

		<dd><input type="text" class="textbox" id="signature" /> Date: <input type="text" class="textbox date" id="date" /></dd>

		<dd><input type="text" class="textbox" id="signature" /> {$lang->date}: <input type="text" class="textbox date" id="date" /></dd>

	</dl>
</body>
</html>]]></template>

	</dl>
</body>
</html>]]></template>

Zeile 10049Zeile 10119
		<template name="modcp_modqueue_threads" version="1400"><![CDATA[<html>
<head>
<title>{$mybb->settings['bbname']} - {$lang->threads_awaiting_moderation}</title>

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

{$headerinclude}

{$headerinclude}

</head>
<body>
{$header}

</head>
<body>
{$header}

Zeile 10066Zeile 10136
				<div class="float_right">
<strong>{$lang->threads}</strong> |
<a href="modcp.php?action=modqueue&amp;type=posts">{$lang->posts}</a> |

				<div class="float_right">
<strong>{$lang->threads}</strong> |
<a href="modcp.php?action=modqueue&amp;type=posts">{$lang->posts}</a> |

					<a href="modcp.php?action=modqueue&amp;type=attachments">{$lang->attachments}</a>
</div>

					<a href="modcp.php?action=modqueue&amp;type=attachments">{$lang->attachments}</a>
</div>

				<strong>{$lang->threads_awaiting_moderation}</strong>
</td>
</tr>

				<strong>{$lang->threads_awaiting_moderation}</strong>
</td>
</tr>

Zeile 10141Zeile 10211
			<td class="tcat" align="center" width="25%"><span class="smalltext"><strong>{$lang->date}</strong></span></td>
</tr>
{$posts}

			<td class="tcat" align="center" width="25%"><span class="smalltext"><strong>{$lang->date}</strong></span></td>
</tr>
{$posts}

		</table>
{$multipage}
{$mass_controls}

		</table>
{$multipage}
{$mass_controls}

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

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

Zeile 10551Zeile 10621
		<template name="modcp_editprofile_suspensions_info" version="1600"><![CDATA[<tr>
<td colspan="2" class="smalltext"><em>{$suspension_info}</em></td>
</tr>]]></template>

		<template name="modcp_editprofile_suspensions_info" version="1600"><![CDATA[<tr>
<td colspan="2" class="smalltext"><em>{$suspension_info}</em></td>
</tr>]]></template>

		<template name="modcp_finduser" version="1405"><![CDATA[<html>

		<template name="modcp_finduser" version="1611"><![CDATA[<html>

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

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

Zeile 10572Zeile 10642
							<td class="tcat" align="center" width="15%"><span class="smalltext"><strong>{$lang->usergroup}</strong></span></td>
<td class="tcat" align="center" width="15%"><span class="smalltext"><strong>{$lang->regdate}</strong></span></td>
<td class="tcat" align="center" width="15%"><span class="smalltext"><strong>{$lang->lastvisit}</strong></span></td>

							<td class="tcat" align="center" width="15%"><span class="smalltext"><strong>{$lang->usergroup}</strong></span></td>
<td class="tcat" align="center" width="15%"><span class="smalltext"><strong>{$lang->regdate}</strong></span></td>
<td class="tcat" align="center" width="15%"><span class="smalltext"><strong>{$lang->lastvisit}</strong></span></td>

							<td class="tcat" align="right" width="10%"><span class="smalltext"><strong>{$lang->postnum}</strong></span></td>

							<td class="tcat" align="center" width="10%"><span class="smalltext"><strong>{$lang->postnum}</strong></span></td>

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

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

Zeile 10740Zeile 10810
</tr>]]></template>
<template name="modcp_banning_nobanned" version="1400"><![CDATA[<tr>
<td class="trow1" align="center" colspan="4">{$lang->no_banned}</td>

</tr>]]></template>
<template name="modcp_banning_nobanned" version="1400"><![CDATA[<tr>
<td class="trow1" align="center" colspan="4">{$lang->no_banned}</td>

</tr>]]></template>

</tr>]]></template>

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

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

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

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

					<tr>

					<tr>

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

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

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

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

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

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

Zeile 10832Zeile 10902
						<tr>
<td class="trow2" width="25%"><strong>{$lang->filter_issued_by}</strong></td>
<td class="trow2" width="75%"><input type="text" name="filter[mod_username]" value="{$mybb->input['filter']['mod_username']}" class="textbox" /></td>

						<tr>
<td class="trow2" width="25%"><strong>{$lang->filter_issued_by}</strong></td>
<td class="trow2" width="75%"><input type="text" name="filter[mod_username]" value="{$mybb->input['filter']['mod_username']}" class="textbox" /></td>

						</tr>
<tr>

						</tr>
<tr>

							<td class="trow1" width="25%"><strong>{$lang->filter_reason}</strong></td>
<td class="trow1" width="75%"><input type="text" name="filter[reason]" value="{$mybb->input['filter']['reason']}" class="textbox" /></td>
</tr>

							<td class="trow1" width="25%"><strong>{$lang->filter_reason}</strong></td>
<td class="trow1" width="75%"><input type="text" name="filter[reason]" value="{$mybb->input['filter']['reason']}" class="textbox" /></td>
</tr>

Zeile 10889Zeile 10959
						<td class="{$trow}" align="center">{$expire_date}{$revoked_text}</td>
<td class="{$trow}">{$mod_username_link}</td>
<td class="{$trow}" align="center"><a href="warnings.php?action=view&amp;wid={$row['wid']}">{$lang->view}</a></td>

						<td class="{$trow}" align="center">{$expire_date}{$revoked_text}</td>
<td class="{$trow}">{$mod_username_link}</td>
<td class="{$trow}" align="center"><a href="warnings.php?action=view&amp;wid={$row['wid']}">{$lang->view}</a></td>

					</tr>]]></template>

					</tr>]]></template>

	<template name="modcp_warninglogs_warning_revoked" version="1400"><![CDATA[<br /><span class="smalltext"><strong>{$lang->revoked}</strong> {$revoked_date}</span>]]></template>
<template name="modcp_announcements_forum" version="1400"><![CDATA[ <tr>
<td class="{$trow}"><div style="padding-left: {$padding}px;"><strong>{$forum['name']}</strong></div></td>

	<template name="modcp_warninglogs_warning_revoked" version="1400"><![CDATA[<br /><span class="smalltext"><strong>{$lang->revoked}</strong> {$revoked_date}</span>]]></template>
<template name="modcp_announcements_forum" version="1400"><![CDATA[ <tr>
<td class="{$trow}"><div style="padding-left: {$padding}px;"><strong>{$forum['name']}</strong></div></td>

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

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

<template name="modcp_announcements_new" version="1405"><![CDATA[<html>

<template name="modcp_announcements_new" version="1610"><![CDATA[<html>

<head>

<head>

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

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

{$headerinclude}
</head>
<body>

{$headerinclude}
</head>
<body>

Zeile 10983Zeile 11053
							<td class="trow1" valign="top"  width="75%">
<select name="starttime_day">
{$startdateday}

							<td class="trow1" valign="top"  width="75%">
<select name="starttime_day">
{$startdateday}

								</select>
&nbsp;

								</select>
&nbsp;

								<select name="starttime_month">
{$startdatemonth}
</select>

								<select name="starttime_month">
{$startdatemonth}
</select>

Zeile 11021Zeile 11091
						<tr>
<td class="trow1" valign="top" width="25%"><strong>{$lang->allow_mycode}</strong></td>
<td class="trow1" valign="top" width="75%"><label><input type="radio" name="allowmycode" value="1"{$mycode_sel['yes']} />&nbsp;{$lang->yes}</label> &nbsp;&nbsp;<label><input type="radio" name="allowmycode" value="0"{$mycode_sel['no']} />&nbsp;{$lang->no}</label></td>

						<tr>
<td class="trow1" valign="top" width="25%"><strong>{$lang->allow_mycode}</strong></td>
<td class="trow1" valign="top" width="75%"><label><input type="radio" name="allowmycode" value="1"{$mycode_sel['yes']} />&nbsp;{$lang->yes}</label> &nbsp;&nbsp;<label><input type="radio" name="allowmycode" value="0"{$mycode_sel['no']} />&nbsp;{$lang->no}</label></td>

						</tr>

						</tr>

						<tr>
<td class="trow1" valign="top" width="25%"><strong>{$lang->allow_smilies}</strong></td>
<td class="trow1" valign="top" width="75%"><label><input type="radio" name="allowsmilies" value="1"{$smilies_sel['yes']} />&nbsp;{$lang->yes}</label> &nbsp;&nbsp;<label><input type="radio" name="allowsmilies" value="0"{$smilies_sel['no']} />&nbsp;{$lang->no}</label></td>

						<tr>
<td class="trow1" valign="top" width="25%"><strong>{$lang->allow_smilies}</strong></td>
<td class="trow1" valign="top" width="75%"><label><input type="radio" name="allowsmilies" value="1"{$smilies_sel['yes']} />&nbsp;{$lang->yes}</label> &nbsp;&nbsp;<label><input type="radio" name="allowsmilies" value="0"{$smilies_sel['no']} />&nbsp;{$lang->no}</label></td>

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

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

<template name="modcp_announcements_edit" version="1405"><![CDATA[<html>

<template name="modcp_announcements_edit" version="1610"><![CDATA[<html>

<head>

<head>

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

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

{$headerinclude}
</head>
<body>

{$headerinclude}
</head>
<body>

Zeile 11232Zeile 11302
</script>
<br />]]></template>
<template name="video_metacafe_embed" version="1600"><![CDATA[<embed src="http://www.metacafe.com/fplayer/{$id}/{$title}.swf" width="400" height="345" wmode="transparent" allowFullScreen="true" allowScriptAccess="always" name="Metacafe_{$id}" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed>]]></template>

</script>
<br />]]></template>
<template name="video_metacafe_embed" version="1600"><![CDATA[<embed src="http://www.metacafe.com/fplayer/{$id}/{$title}.swf" width="400" height="345" wmode="transparent" allowFullScreen="true" allowScriptAccess="always" name="Metacafe_{$id}" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed>]]></template>

	<template name="video_googlevideo_embed" version="1600"><![CDATA[<embed id="VideoPlayback" src="http://video.google.com/googleplayer.swf?docid={$id}&hl=en&fs=true" style="width:400px; height:326px" allowFullScreen="true" allowScriptAccess="always" type="application/x-shockwave-flash"></embed>]]></template>
<template name="video_dailymotion_embed" version="1600"><![CDATA[<div><object width="420" height="339"><param name="movie" value="http://www.dailymotion.com/swf/{$id}" /><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><embed src="http://www.dailymotion.com/swf/{$id}" type="application/x-shockwave-flash" width="420" height="339" allowFullScreen="true" allowScriptAccess="always"></embed></object></div>]]></template>

	<template name="video_dailymotion_embed" version="1610"><![CDATA[<iframe frameborder="0" width="480" height="270" src="http://www.dailymotion.com/embed/video/{$id}"></iframe>]]></template>


	<template name="video_myspacetv_embed" version="1600"><![CDATA[<object width="425px" height="360px"><param name="allowFullScreen" value="true"/><param name="wmode" value="transparent"/><param name="movie" value="http://mediaservices.myspace.com/services/media/embed.aspx/m={$id},t=1,mt=video"/><embed src="http://mediaservices.myspace.com/services/media/embed.aspx/m={$id},t=1,mt=video" width="425" height="360" allowFullScreen="true" type="application/x-shockwave-flash" wmode="transparent"></embed></object>]]></template>

	<template name="video_myspacetv_embed" version="1600"><![CDATA[<object width="425px" height="360px"><param name="allowFullScreen" value="true"/><param name="wmode" value="transparent"/><param name="movie" value="http://mediaservices.myspace.com/services/media/embed.aspx/m={$id},t=1,mt=video"/><embed src="http://mediaservices.myspace.com/services/media/embed.aspx/m={$id},t=1,mt=video" width="425" height="360" allowFullScreen="true" type="application/x-shockwave-flash" wmode="transparent"></embed></object>]]></template>

	<template name="video_youtube_embed" version="1600"><![CDATA[<object type="application/x-shockwave-flash" class="video_embed" style="width: 450px; height: 366px;" data="http://www.youtube.com/v/{$id}"><param name="movie" value="http://www.youtube.com/v/{$id}" /></object>]]></template>
<template name="video_vimeo_embed" version="1600"><![CDATA[<object width="400" height="230"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id={$id}&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id={$id}&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="400" height="230"></embed></object>]]></template>
<template name="video_yahoo_embed" version="1600"><![CDATA[<div><object width="512" height="322"><param name="movie" value="http://d.yimg.com/static.video.yahoo.com/yep/YV_YEP.swf?ver=2.2.40" /><param name="allowFullScreen" value="true" /><param name="AllowScriptAccess" VALUE="always" /><param name="bgcolor" value="#000000" /><param name="flashVars" value="id={$id}&vid={$vid}&lang=en-us&intl=us&embed=1" /><embed src="http://d.yimg.com/static.video.yahoo.com/yep/YV_YEP.swf?ver=2.2.40" type="application/x-shockwave-flash" width="512" height="322" allowFullScreen="true" AllowScriptAccess="always" bgcolor="#000000" flashVars="id={$id}&vid={$vid}&lang=en-us&intl=us&embed=1"></embed></object></div>]]></template>

	<template name="video_youtube_embed" version="1610"><![CDATA[<iframe width="560" height="315" src="http://www.youtube.com/embed/{$id}" frameborder="0" allowfullscreen></iframe>]]></template>
<template name="video_vimeo_embed" version="1610"><![CDATA[<iframe src="http://player.vimeo.com/video/{$id}" width="500" height="281" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe>]]></template>
<template name="video_yahoo_embed" version="1610"><![CDATA[<iframe width="624" height="351" scrolling="no" frameborder="0" src="http://{$local}screen.yahoo.com/{$id}?format=embed"></iframe>]]></template>

	</templates>
</theme>

	</templates>
</theme>