Vergleich install/resources/mybb_theme.xml - 1.6.9 - 1.6.11

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
Zeile 1030Zeile 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 1061Zeile 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 1729Zeile 1729
			</ul>
</div>
</div>]]></template>

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

		<template name="forumjump_advanced" version="1608"><![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=({$forum_link})">

<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 1743Zeile 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 1751Zeile 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>

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

{$header}
{$preview}
{$post_errors}

{$header}
{$preview}
{$post_errors}

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

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

</tr>

</tr>

{$loginbox}

{$loginbox}

<tr>

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

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

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

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

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

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

</tr>

</tr>

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

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

<tr>

<tr>

<td class="trow2" width="20%"><strong>{$lang->post_subject}</strong></td>
<td class="trow2"><input type="text" class="textbox" name="subject" size="40" maxlength="85" value="{$subject}" tabindex="1" /></td>
</tr>
{$posticons}

<td class="trow2" width="20%"><strong>{$lang->post_subject}</strong></td>
<td class="trow2"><input type="text" class="textbox" name="subject" size="40" maxlength="85" value="{$subject}" tabindex="1" /></td>
</tr>
{$posticons}

<tr>

<tr>

<td class="trow2" valign="top"><strong>{$lang->your_message}</strong><br />{$smilieinserter}</td>
<td class="trow2">
<textarea id="message" name="message" rows="20" cols="70" tabindex="2" >{$message}</textarea>

<td class="trow2" valign="top"><strong>{$lang->your_message}</strong><br />{$smilieinserter}</td>
<td class="trow2">
<textarea id="message" name="message" rows="20" cols="70" tabindex="2" >{$message}</textarea>

{$codebuttons}
{$multiquote_external}
</td>
</tr>
<tr>

{$codebuttons}
{$multiquote_external}
</td>
</tr>
<tr>

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

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

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

Zeile 1883Zeile 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 1928Zeile 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 1962Zeile 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 1985Zeile 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 1998Zeile 2012
{$usercpmenu}
</table>
</td>]]></template>

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

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

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

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

Zeile 2011Zeile 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 2092Zeile 2106
<option value="10" {$returndatemonthsel['10']}>{$lang->month_10}</option>
<option value="11" {$returndatemonthsel['11']}>{$lang->month_11}</option>
<option value="12" {$returndatemonthsel['12']}>{$lang->month_12}</option>

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

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

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

</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 2139Zeile 2154
</tr>
<tr>
<td valign="top" width="1"><input type="checkbox" class="checkbox" name="hideemail" id="hideemail" value="1" {$hideemailcheck} /></td>

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

<td><span class="smalltext"><label for="hideemail">{$lang->allow_emails}</label></span></td>
</tr>

<td><span class="smalltext"><label for="hideemail">{$lang->allow_emails}</label></span></td>
</tr>

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

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

</tr>

</tr>

{$pms_from_buddys}
<tr>
<td valign="top" width="1"><input type="checkbox" class="checkbox" name="pmnotice" id="pmnotice" value="1"{$pmnoticecheck} /></td>
<td><span class="smalltext"><label for="pmnotice">{$lang->pm_notice}</label></span></td>

{$pms_from_buddys}
<tr>
<td valign="top" width="1"><input type="checkbox" class="checkbox" name="pmnotice" id="pmnotice" value="1"{$pmnoticecheck} /></td>
<td><span class="smalltext"><label for="pmnotice">{$lang->pm_notice}</label></span></td>

</tr>

</tr>

<tr>
<td valign="top" width="1"><input type="checkbox" class="checkbox" name="pmnotify" id="pmnotify" value="1" {$pmnotifycheck} /></td>
<td><span class="smalltext"><label for="pmnotify">{$lang->pm_notify}</label></span></td>

<tr>
<td valign="top" width="1"><input type="checkbox" class="checkbox" name="pmnotify" id="pmnotify" value="1" {$pmnotifycheck} /></td>
<td><span class="smalltext"><label for="pmnotify">{$lang->pm_notify}</label></span></td>

</tr>
<tr>

</tr>
<tr>

<td colspan="2"><span class="smalltext"><label for="subscriptionmethod">{$lang->subscription_method}</label></span></td>
</tr>
<tr>

<td colspan="2"><span class="smalltext"><label for="subscriptionmethod">{$lang->subscription_method}</label></span></td>
</tr>
<tr>

Zeile 2180Zeile 2195
<td>
<select name="dateformat">
{$date_format_options}

<td>
<select name="dateformat">
{$date_format_options}

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

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

</tr>
<tr>
<td>

</tr>
<tr>
<td>

Zeile 2192Zeile 2207
{$time_format_options}
</select>
</td>

{$time_format_options}
</select>
</td>

</tr>
<tr>

</tr>
<tr>

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

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

</tr>
<tr>

</tr>
<tr>

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

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

Zeile 2209Zeile 2224
		<option value="1" {$dst_enabled_selected}>{$lang->dst_correction_enabled}</option>
<option value="0" {$dst_disabled_selected}>{$lang->dst_correction_disabled}</option>
</select>

		<option value="1" {$dst_enabled_selected}>{$lang->dst_correction_enabled}</option>
<option value="0" {$dst_disabled_selected}>{$lang->dst_correction_disabled}</option>
</select>

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

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

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

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

Zeile 2444Zeile 2459
		document.write('[<a href="javascript:window.close();">{$lang->close_window}</a>]');
// -->
</script>

		document.write('[<a href="javascript:window.close();">{$lang->close_window}</a>]');
// -->
</script>

</div>

</div>

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

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

<head>
<title>{$mybb->settings['bbname']} - {$lang->report_post}</title>
{$headerinclude}
</head>
<body>
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>

<head>
<title>{$mybb->settings['bbname']} - {$lang->report_post}</title>
{$headerinclude}
</head>
<body>
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>

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

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

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

{$headerinclude}
</head>

<body>
<br />
<table border="0" cellspacing="1" cellpadding="4" class="tborder">

<body>
<br />
<table border="0" cellspacing="1" cellpadding="4" class="tborder">

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

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

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

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

<br />
<div align="center"><input type="submit" class="button" name="submit" value="{$lang->verify_forum_password}" /></div>
</form>
{$footer}
</body>
</html>]]></template>

<br />
<div align="center"><input type="submit" class="button" name="submit" value="{$lang->verify_forum_password}" /></div>
</form>
{$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 2599Zeile 2604
{$header}
<form action="private.php" method="post">
<input type="hidden" name="my_post_key" value="{$mybb->post_code}" />

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

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

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

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

<tr>

<tr>

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

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

</tr>

</tr>

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

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

Zeile 2614Zeile 2619
<td class="tcat" align="center"><strong>{$lang->export_folder}</strong></td>
<td class="tcat" align="center"><strong>{$lang->num_messages}</strong></td>
<td class="tcat" align="center"><strong>{$lang->empty_q}</strong></td>

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

</tr>

</tr>

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

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

Zeile 2657Zeile 2662
<strong>{$lang->registration_date}</strong> {$regdate}<br />
<strong>{$lang->primary_usergroup}</strong> {$usergroup}<br />
{$referral_info}

<strong>{$lang->registration_date}</strong> {$regdate}<br />
<strong>{$lang->primary_usergroup}</strong> {$usergroup}<br />
{$referral_info}

</td>

</td>

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

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

Zeile 2685Zeile 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 3610Zeile 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 3659Zeile 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 3703Zeile 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 3813Zeile 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_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="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>

Zeile 4085Zeile 4092
		<template name="private_archive" version="1400"><![CDATA[<html>
<head>
<title>{$mybb->settings['bbname']} - {$lang->archive_messages}</title>

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

{$headerinclude}
</head>
<body>
{$header}
<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>
{$usercpnav}

{$headerinclude}
</head>
<body>
{$header}
<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>
{$usercpnav}

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

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

<tr>

<tr>

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

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

</tr>
<tr>

</tr>
<tr>

<td class="tcat" colspan="2"><span class="smalltext">{$lang->archive_note}</span></td>
</tr>
<tr>
<td class="trow1" valign="top" width="30%"><strong>{$lang->folders}</strong></td>
<td class="trow1">{$folderlist}</td>

<td class="tcat" colspan="2"><span class="smalltext">{$lang->archive_note}</span></td>
</tr>
<tr>
<td class="trow1" valign="top" width="30%"><strong>{$lang->folders}</strong></td>
<td class="trow1">{$folderlist}</td>

</tr>

</tr>

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

Zeile 4149Zeile 4156
</tr>]]></template>
<template name="showteam_moderators_forum" version="1400"><![CDATA[<a href="{$forum_url}">{$forum['name']}</a><br/>]]></template>
<template name="moderation_inline_deleteposts" version="1600"><![CDATA[<html>

</tr>]]></template>
<template name="showteam_moderators_forum" version="1400"><![CDATA[<a href="{$forum_url}">{$forum['name']}</a><br/>]]></template>
<template name="moderation_inline_deleteposts" version="1600"><![CDATA[<html>

<head>

<head>

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

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

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

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

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

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

Zeile 4179Zeile 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>
{$header}

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

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

Zeile 4310Zeile 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 4385Zeile 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 4411Zeile 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 4432Zeile 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 4547Zeile 4545
		<template name="memberlist_search" version="1405"><![CDATA[<html>
<head>
<title>{$mybb->settings['bbname']} - {$lang->search_member_list}</title>

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

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

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

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

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

<tr>

<tr>

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

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

</tr>
<tr>

</tr>
<tr>

	<td class="tcat" colspan="2"><strong>{$lang->search_criteria}</strong></td>
</tr>
<tr>
<td class="trow1" style="vertical-align: top;" width="20%"><strong><label for="username">{$lang->username}</label></strong></td>

	<td class="tcat" colspan="2"><strong>{$lang->search_criteria}</strong></td>
</tr>
<tr>
<td class="trow1" style="vertical-align: top;" width="20%"><strong><label for="username">{$lang->username}</label></strong></td>

	<td class="trow1">

	<td class="trow1">

		<select name="username_match">
<option value="begins">{$lang->begins_with}</option>
<option value="contains">{$lang->username_contains}</option>

		<select name="username_match">
<option value="begins">{$lang->begins_with}</option>
<option value="contains">{$lang->username_contains}</option>

Zeile 4592Zeile 4590
	<td class="trow1" width="20%"><strong><label for="yahoo">{$lang->search_yahoo}</label></strong></td>
<td class="trow1">
<input type="text" class="textbox" name="yahoo" id="yahoo" />

	<td class="trow1" width="20%"><strong><label for="yahoo">{$lang->search_yahoo}</label></strong></td>
<td class="trow1">
<input type="text" class="textbox" name="yahoo" id="yahoo" />

	</td>
</tr>
<tr>

	</td>
</tr>
<tr>

	<td class="trow1" width="20%"><strong><label for="icq">{$lang->search_icq}</label></strong></td>
<td class="trow1">
<input type="text" class="textbox" name="icq" id="icq" />
</td>

	<td class="trow1" width="20%"><strong><label for="icq">{$lang->search_icq}</label></strong></td>
<td class="trow1">
<input type="text" class="textbox" name="icq" id="icq" />
</td>

</tr>
<tr>

</tr>
<tr>

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

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

	<td class="trow1">

	<td class="trow1">

		<select name="sort" id="sort">
<option value="username">{$lang->sort_by_username}</option>
<option value="regdate">{$lang->sort_by_regdate}</option>

		<select name="sort" id="sort">
<option value="username">{$lang->sort_by_username}</option>
<option value="regdate">{$lang->sort_by_regdate}</option>

Zeile 4616Zeile 4614
		<input type="radio" class="radio" name="order" id="order_asc" value="asc" /> <label for="order_asc">{$lang->order_asc}</label><br />
<input type="radio" class="radio" name="order" id="order_desc" value="desc" /> <label for="order_desc">{$lang->order_desc}</label>
</span>

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

	</td>

	</td>

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

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

Zeile 4637Zeile 4635
	}
// -->
</script>

	}
// -->
</script>

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

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

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

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

<head>
<title>{$mybb->settings['bbname']} - {$lang->private_messaging}</title>
{$headerinclude}
</head>
<body>
{$header}
<form action="private.php" method="post" name="pmForm">
<input type="hidden" name="my_post_key" value="{$mybb->post_code}" />

<head>
<title>{$mybb->settings['bbname']} - {$lang->private_messaging}</title>
{$headerinclude}
</head>
<body>
{$header}
<form action="private.php" method="post" name="pmForm">
<input type="hidden" name="my_post_key" value="{$mybb->post_code}" />

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

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

<tr>

<tr>

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

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

<tr>

<tr>

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

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

</tr>
</table>

</tr>
</table>

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

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

Zeile 4668Zeile 4666
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead" colspan="6">

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

	<div class="float_right">
<input type="text" name="keywords" value="{$lang->enter_keywords}" onfocus="if(this.value == '{$lang->enter_keywords}') { this.value = ''; }" onblur="if(this.value=='') { this.value='{$lang->enter_keywords}'; }" class="textbox" size="25" />

	<div class="float_right">
<input type="text" name="keywords" value="{$lang->enter_keywords}" onfocus="if(this.value == '{$lang->enter_keywords}') { this.value = ''; }" onblur="if(this.value=='') { this.value='{$lang->enter_keywords}'; }" class="textbox" size="25" />

	<input type="submit" class="button" name="quick_search" value="{$lang->search_pms}" />
(<a href="private.php?action=advanced_search">{$lang->advanced_search}</a>)</div>
<strong>{$lang->pms_in_folder}</strong></td>

	<input type="submit" class="button" name="quick_search" value="{$lang->search_pms}" />
(<a href="private.php?action=advanced_search">{$lang->advanced_search}</a>)</div>
<strong>{$lang->pms_in_folder}</strong></td>

Zeile 4678Zeile 4676
<td class="tcat" align="center" colspan="3"><span class="smalltext"><strong>{$lang->message_title}</strong></span></td>
<td class="tcat" align="center" width="30%" style="white-space: nowrap"><span class="smalltext"><strong>{$sender}</strong></span></td>
<td class="tcat" align="right" width="20%" style="white-space: nowrap"><span class="smalltext"><strong>{$lang->date_sent}</strong></span></td>

<td class="tcat" align="center" colspan="3"><span class="smalltext"><strong>{$lang->message_title}</strong></span></td>
<td class="tcat" align="center" width="30%" style="white-space: nowrap"><span class="smalltext"><strong>{$sender}</strong></span></td>
<td class="tcat" align="right" width="20%" style="white-space: nowrap"><span class="smalltext"><strong>{$lang->date_sent}</strong></span></td>

<td class="tcat" align="center" width="1%" style="white-space: nowrap"><span class="smalltext"><input name="allbox" title="{$lang->check_all}" type="checkbox" class="checkbox checkall" value="{$lang->check_all}" /></span></td>
</tr>
{$messagelist}

<td class="tcat" align="center" width="1%" style="white-space: nowrap"><span class="smalltext"><input name="allbox" title="{$lang->check_all}" type="checkbox" class="checkbox checkall" value="{$lang->check_all}" /></span></td>
</tr>
{$messagelist}

<tr>
<td class="tfoot" align="right" colspan="6">
<input type="submit" class="button" name="moveto" value="{$lang->move_to}" /> {$folderoplist} {$lang->or}

<tr>
<td class="tfoot" align="right" colspan="6">
<input type="submit" class="button" name="moveto" value="{$lang->move_to}" /> {$folderoplist} {$lang->or}

Zeile 4725Zeile 4723
	<input type="text" name="keywords" value="{$lang->enter_keywords}" onfocus="if(this.value == '{$lang->enter_keywords}') { this.value = ''; }" onblur="if(this.value=='') { this.value='{$lang->enter_keywords}'; }" class="textbox" size="25" />
<input type="submit" class="button" name="quick_search" value="{$lang->search_pms}" />
(<a href="private.php?action=advanced_search">{$lang->advanced_search}</a>)</div>

	<input type="text" name="keywords" value="{$lang->enter_keywords}" onfocus="if(this.value == '{$lang->enter_keywords}') { this.value = ''; }" onblur="if(this.value=='') { this.value='{$lang->enter_keywords}'; }" class="textbox" size="25" />
<input type="submit" class="button" name="quick_search" value="{$lang->search_pms}" />
(<a href="private.php?action=advanced_search">{$lang->advanced_search}</a>)</div>

	<strong>{$lang->pm_search_results}</strong></td>
</tr>
<tr>

	<strong>{$lang->pm_search_results}</strong></td>
</tr>
<tr>

<td class="tcat" align="left" colspan="3"><span class="smalltext"><strong>{$lang->message}</strong></span></td>
<td class="tcat" align="center" width="10%" style="white-space: nowrap"><span class="smalltext"><strong>{$lang->sender}</strong></span></td>
<td class="tcat" align="center" width="10%" style="white-space: nowrap"><span class="smalltext"><strong>{$lang->folder}</strong></span></td>

<td class="tcat" align="left" colspan="3"><span class="smalltext"><strong>{$lang->message}</strong></span></td>
<td class="tcat" align="center" width="10%" style="white-space: nowrap"><span class="smalltext"><strong>{$lang->sender}</strong></span></td>
<td class="tcat" align="center" width="10%" style="white-space: nowrap"><span class="smalltext"><strong>{$lang->folder}</strong></span></td>

Zeile 4759Zeile 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 4794Zeile 4792
	<tr>
<td class="trow2"><strong><label for="keywords">{$lang->sender}</label></strong></td>
<td class="trow2"><input type="text" class="textbox" name="sender" id="sender" size="35" maxlength="250" /></td>

	<tr>
<td class="trow2"><strong><label for="keywords">{$lang->sender}</label></strong></td>
<td class="trow2"><input type="text" class="textbox" name="sender" id="sender" size="35" maxlength="250" /></td>

	</tr>

	</tr>

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

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

Zeile 4816Zeile 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 4824Zeile 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 5357Zeile 5355
</tr>
</table>
<br />]]></template>

</tr>
</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 5374Zeile 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 5393Zeile 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 5411Zeile 5409
<!-- Begin AIM Remote -->
<table align="center" cellspacing="0" cellpadding="0" border="0">
<tr>

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

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

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

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

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

</tr>
<tr>
<td class="tcat" align="center"><span class="smalltext"><strong>{$navigationbar}</strong></span></td>
</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>

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

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

</tr>
<tr>

</tr>
<tr>

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

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

Zeile 7679Zeile 7674
</tr>
<tr>
<td class="trow1" width="40%"><strong>{$lang->email_address}</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>

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

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

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

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

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

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

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

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

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

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

</tr>
<tr>
{$loginbox}

</tr>
<tr>
{$loginbox}

<tr>
<td class="trow2"><strong>{$lang->post_separator}</strong></td>
<td class="trow2"><label><input type="radio" class="radio" name="sep" value="hr" checked="checked" />&nbsp;{$lang->horizontal_rule}</label><br /><label><input type="radio" class="radio" name="sep" value="new_line" />&nbsp;{$lang->new_line}</label></td>

<tr>
<td class="trow2"><strong>{$lang->post_separator}</strong></td>
<td class="trow2"><label><input type="radio" class="radio" name="sep" value="hr" checked="checked" />&nbsp;{$lang->horizontal_rule}</label><br /><label><input type="radio" class="radio" name="sep" value="new_line" />&nbsp;{$lang->new_line}</label></td>

Zeile 7784Zeile 7779
</body>
</html>]]></template>
<template name="moderation_inline_splitposts" version="1607"><![CDATA[<html>

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

<head>

<head>

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

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

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

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

</tr>
<tr>

</tr>
<tr>

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

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

</tr>

</tr>

{$loginbox}

{$loginbox}

<tr>

<tr>

<td class="trow1"><strong>{$lang->threads}</strong></td>
<td class="trow2">{$threads}</td>

<td class="trow1"><strong>{$lang->threads}</strong></td>
<td class="trow2">{$threads}</td>

</tr>
<tr>

</tr>
<tr>

<td class="trow1"><strong>{$lang->delay_moderation_for}</strong></td>
<td class="trow2"><input type="text" class="textbox" size="5" name="delay" maxlength="10" value="{$mybb->input['delay']}"/> {$lang->days}</td>
</tr>
<tr>
<td class="trow1" style="vertical-align: top;"><strong>{$lang->moderation_action}</strong></td>
<td class="trow2">

<td class="trow1"><strong>{$lang->delay_moderation_for}</strong></td>
<td class="trow2"><input type="text" class="textbox" size="5" name="delay" maxlength="10" value="{$mybb->input['delay']}"/> {$lang->days}</td>
</tr>
<tr>
<td class="trow1" style="vertical-align: top;"><strong>{$lang->moderation_action}</strong></td>
<td class="trow2">

<script type="text/javascript">
<!--

<script type="text/javascript">
<!--

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

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

Zeile 7994Zeile 7989
	<table cellspacing="0" cellpadding="{$theme['tablespace']}">
<tr>
<td><span class="smalltext">{$lang->verification_note}</span></td>

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

	</tr>

	</tr>

	<tr>
<td><script type="text/javascript" src="{$server}/challenge?k={$public_key}"></script></td>
</tr>

	<tr>
<td><script type="text/javascript" src="{$server}/challenge?k={$public_key}"></script></td>
</tr>

Zeile 8029Zeile 8024
<table cellspacing="0" cellpadding="{$theme['tablespace']}" width="100%">
<tr>
<td colspan="2"><span class="smalltext"><label for="username">{$lang->username}</label></span></td>

<table cellspacing="0" cellpadding="{$theme['tablespace']}" width="100%">
<tr>
<td colspan="2"><span class="smalltext"><label for="username">{$lang->username}</label></span></td>

</tr>

</tr>

<tr>
<td colspan="2"><input type="text" class="textbox" name="username" id="username" style="width: 100%" value="{$username}" /></td>
</tr>

<tr>
<td colspan="2"><input type="text" class="textbox" name="username" id="username" style="width: 100%" value="{$username}" /></td>
</tr>

Zeile 8037Zeile 8032
<tr>
<td><span class="smalltext"><label for="email">{$lang->email}</label></span></td>
<td><span class="smalltext"><label for="email2">{$lang->confirm_email}</label></span></td>

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

</tr>

</tr>

<tr>
<td><input type="text" class="textbox" name="email" id="email" style="width: 100%" maxlength="50" value="{$email}" /></td>
<td><input type="text" class="textbox" name="email2" id="email2" style="width: 100%" maxlength="50" value="{$email2}" /></td>

<tr>
<td><input type="text" class="textbox" name="email" id="email" style="width: 100%" maxlength="50" value="{$email}" /></td>
<td><input type="text" class="textbox" name="email2" id="email2" style="width: 100%" maxlength="50" value="{$email2}" /></td>

</tr>

</tr>

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

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

</table>

</table>

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

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

Zeile 8056Zeile 8051
<fieldset class="trow2">
<legend><strong>{$lang->account_prefs}</strong></legend>
<table cellspacing="0" cellpadding="{$theme['tablespace']}" width="100%">

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

<tr>

<tr>

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

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

</tr>

</tr>

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

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

Zeile 8098Zeile 8093
<br />
<fieldset class="trow2">
<legend><strong><label for="timezone">{$lang->time_offset}</label></strong></legend>

<br />
<fieldset class="trow2">
<legend><strong><label for="timezone">{$lang->time_offset}</label></strong></legend>

<table cellspacing="0" cellpadding="{$theme['tablespace']}" width="100%">

<table cellspacing="0" cellpadding="{$theme['tablespace']}" width="100%">

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

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

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

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

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

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

Zeile 8115Zeile 8110
		<option value="1" {$dst_enabled_selected}>{$lang->dst_correction_enabled}</option>
<option value="0" {$dst_disabled_selected}>{$lang->dst_correction_disabled}</option>
</select>

		<option value="1" {$dst_enabled_selected}>{$lang->dst_correction_enabled}</option>
<option value="0" {$dst_disabled_selected}>{$lang->dst_correction_disabled}</option>
</select>

</td>

</td>

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

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

Zeile 8168Zeile 8163
<script type="text/javascript">
//<!--
$('multiquote_link_{$post['pid']}').style.display = '';

<script type="text/javascript">
//<!--
$('multiquote_link_{$post['pid']}').style.display = '';

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

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

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

Zeile 8729Zeile 8724
								<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 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>

								</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="last"{$repeats_4_occurance['last']}>{$lang->last}</option>
</select>
<select name="repeats_4_weekday" onfocus="$('repeats_4_type_2').checked=true;">

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

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

Zeile 9314Zeile 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 9328Zeile 9322
			<td colspan="2" width="100%" class="thead"><strong>{$lang->move_event}: {$event['name']}</strong></td>
</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 10048Zeile 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 10105Zeile 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 10627Zeile 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 10648Zeile 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 11030Zeile 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 11053Zeile 11047
						<tr>
<td class="trow1" valign="top" width="25%"><strong>{$lang->title}</strong></td>
<td class="trow1" valign="top" width="75%"><input type="text" class="textbox" name="title" size="40" value="{$title}" /></td>

						<tr>
<td class="trow1" valign="top" width="25%"><strong>{$lang->title}</strong></td>
<td class="trow1" valign="top" width="75%"><input type="text" class="textbox" name="title" size="40" value="{$title}" /></td>

						</tr>

						</tr>

						<tr>
<td class="trow1" colspan="1" valign="top" width="25%"><strong>{$lang->start_date}</strong></td>
<td class="trow1" valign="top" width="75%">
<select name="starttime_day">
{$startdateday}

						<tr>
<td class="trow1" colspan="1" valign="top" width="25%"><strong>{$lang->start_date}</strong></td>
<td class="trow1" valign="top" width="75%">
<select name="starttime_day">
{$startdateday}

								</select>
&nbsp;

								</select>
&nbsp;

								<select name="starttime_month">
{$startdatemonth}

								<select name="starttime_month">
{$startdatemonth}

								</select>
&nbsp;

								</select>
&nbsp;

								<input type="text" name="starttime_year" value="{$startdateyear}" size="4" maxlength="4"/>
- {$lang->time} <input type="text" name="starttime_time" value="{$starttime_time}" size="10" />
</td>

								<input type="text" name="starttime_year" value="{$startdateyear}" size="4" maxlength="4"/>
- {$lang->time} <input type="text" name="starttime_time" value="{$starttime_time}" size="10" />
</td>

Zeile 11115Zeile 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 11308Zeile 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_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>