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

  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 1751Zeile 1751
	<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>
{$headerinclude}

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

Zeile 1811Zeile 1811
<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 1819
</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 1835Zeile 1834
<form action="newreply.php?tid={$tid}&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="newreply.php?tid={$tid}&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->post_new_reply}</strong></td>
</tr>
<tr>

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

Zeile 1858Zeile 1857
<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>
</tr>

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

Zeile 1883Zeile 1882
{$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 1927
<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 1961
<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 1984
{$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 1997
{$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 2010
			{$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 2100Zeile 2099
</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 2108Zeile 2108
<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>
{$usercpnav}

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

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

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

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

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

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

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

<fieldset class="trow2">
<legend><strong>{$lang->messaging_notification}</strong></legend>
<table cellspacing="0" cellpadding="2">

<fieldset class="trow2">
<legend><strong>{$lang->messaging_notification}</strong></legend>
<table cellspacing="0" cellpadding="2">

Zeile 2163Zeile 2163
		<option value="0" {$no_subscribe_selected}>{$lang->no_auto_subscribe}</option>
<option value="1" {$no_email_subscribe_selected}>{$lang->no_email_subscribe}</option>
<option value="2" {$instant_email_subscribe_selected}>{$lang->instant_email_subscribe}</option>

		<option value="0" {$no_subscribe_selected}>{$lang->no_auto_subscribe}</option>
<option value="1" {$no_email_subscribe_selected}>{$lang->no_email_subscribe}</option>
<option value="2" {$instant_email_subscribe_selected}>{$lang->instant_email_subscribe}</option>

	</select>
</td>
</tr>

	</select>
</td>
</tr>


</table>
</fieldset>


</table>
</fieldset>

Zeile 2173Zeile 2173
<fieldset class="trow2">
<legend><strong>{$lang->date_time_options}</strong></legend>
<table cellspacing="0" cellpadding="2">

<fieldset class="trow2">
<legend><strong>{$lang->date_time_options}</strong></legend>
<table cellspacing="0" cellpadding="2">

<tr>

<tr>

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

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

</tr>

</tr>

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

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

</select>
</td>
</tr>
<tr>

</select>
</td>
</tr>
<tr>

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

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

</tr>
<tr>

</tr>
<tr>

<td>
<select name="timeformat">
{$time_format_options}
</select>
</td>
</tr>

<td>
<select name="timeformat">
{$time_format_options}
</select>
</td>
</tr>

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

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

<td>{$tzselect}</td>

<td>{$tzselect}</td>

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

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

<tr>
<td>
<select name="dstcorrection">

<tr>
<td>
<select name="dstcorrection">

Zeile 2219Zeile 2219
<legend><strong>{$lang->forum_display_options}</strong></legend>
<table cellspacing="0" cellpadding="2">
{$tppselect}

<legend><strong>{$lang->forum_display_options}</strong></legend>
<table cellspacing="0" cellpadding="2">
{$tppselect}

<tr>

<tr>

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

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

</tr>

</tr>

<tr>
<td>
<select name="daysprune">

<tr>
<td>
<select name="daysprune">

Zeile 2237Zeile 2237
<option value="9999" {$daysprunesel['9999']}>{$lang->thread_view_all}</option>
</select>
</td>

<option value="9999" {$daysprunesel['9999']}>{$lang->thread_view_all}</option>
</select>
</td>

</tr>

</tr>

</table>
</fieldset>
<br />

</table>
</fieldset>
<br />

Zeile 2248Zeile 2248
	<td valign="top" width="1"><input type="checkbox" class="checkbox" name="classicpostbit" id="classicpostbit" value="1" {$classicpostbitcheck} /></td>
<td><span class="smalltext"><label for="classicpostbit">{$lang->show_classic_postbit}</label></span></td>
</tr>

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

<tr>

<tr>

<td valign="top" width="1"><input type="checkbox" class="checkbox" name="showsigs" id="showsigs" value="1" {$showsigscheck} /></td>
<td><span class="smalltext"><label for="showsigs">{$lang->show_sigs}</label></span></td>
</tr>
<tr>
<td valign="top" width="1"><input type="checkbox" class="checkbox" name="showavatars" id="showavatars" value="1" {$showavatarscheck} /></td>
<td><span class="smalltext"><label for="showavatars">{$lang->show_avatars}</label></span></td>

<td valign="top" width="1"><input type="checkbox" class="checkbox" name="showsigs" id="showsigs" value="1" {$showsigscheck} /></td>
<td><span class="smalltext"><label for="showsigs">{$lang->show_sigs}</label></span></td>
</tr>
<tr>
<td valign="top" width="1"><input type="checkbox" class="checkbox" name="showavatars" id="showavatars" value="1" {$showavatarscheck} /></td>
<td><span class="smalltext"><label for="showavatars">{$lang->show_avatars}</label></span></td>

</tr>

</tr>

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

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

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

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

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

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

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

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

<tr>

<tr>

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

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

</tr>

</tr>

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

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

</tr>
<tr>

</tr>
<tr>

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

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

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

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

<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 2685Zeile 2675
		<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 2847Zeile 2837
<tr>
<td><span class="smalltext">{$lang->yahoo_id}</span></td>
</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>
</tr>
</table>

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

</fieldset>
{$awaysection}

</fieldset>
{$awaysection}

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

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

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

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

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

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

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

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

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

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

</tr>
</table>

</tr>
</table>

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

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

Zeile 2953Zeile 2943
		<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}

{$headerinclude}

</head>
<body>
{$header}

</head>
<body>
{$header}

Zeile 2990Zeile 2980
<title>{$mybb->settings['bbname']} - {$foruminfo['name']} </title>
{$headerinclude}
{$rssdiscovery}

<title>{$mybb->settings['bbname']} - {$foruminfo['name']} </title>
{$headerinclude}
{$rssdiscovery}

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

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

	lang.no_new_posts = "{$lang->no_new_posts}";
lang.click_mark_read = "{$lang->click_mark_read}";
// -->

	lang.no_new_posts = "{$lang->no_new_posts}";
lang.click_mark_read = "{$lang->click_mark_read}";
// -->

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

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

</td>

</td>

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

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

Zeile 3132Zeile 3122
<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 3610Zeile 3600
]]></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 3649
<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 3693
{$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 3713Zeile 3705
{$header}
{$preview}
<form action="moderation.php" method="post">

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

<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="3"><strong>{$lang->delete_poll}</strong></td>
</tr>

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

Zeile 3813Zeile 3805
	$('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 4149Zeile 4141
</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>
<title>{$mybb->settings['bbname']} - {$lang->delete_posts}</title>
{$headerinclude}

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

</head>
<body>
{$header}

</head>
<body>
{$header}

Zeile 4310Zeile 4302
{$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>
<style type="text/css">{$css}
* {text-align: left}</style>

		<template name="private_archive_html" version="120"><![CDATA[<html>
<head>
<title>{$mybb->settings['bbname']} - {$lang->private_messages_for}</title>
<style type="text/css">{$css}
* {text-align: left}</style>

</head>

</head>

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

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

Zeile 4345Zeile 4327
<td align="center" class="trow1" width="1%"><img src="{$theme['imgdir']}/{$msgfolder}" alt="{$msgalt}" title="{$msgalt}" /></td>
<td align="center" class="trow2" width="1%">{$icon}</td>
<td class="trow1" width="35%">{$msgprefix}<a href="private.php?action=read&amp;pmid={$message['pmid']}">{$message['subject']}</a>{$msgsuffix}{$denyreceipt}</td>

<td align="center" class="trow1" width="1%"><img src="{$theme['imgdir']}/{$msgfolder}" alt="{$msgalt}" title="{$msgalt}" /></td>
<td align="center" class="trow2" width="1%">{$icon}</td>
<td class="trow1" width="35%">{$msgprefix}<a href="private.php?action=read&amp;pmid={$message['pmid']}">{$message['subject']}</a>{$msgsuffix}{$denyreceipt}</td>

<td align="center" class="trow2">{$tofromusername}</td>

<td align="center" class="trow2">{$tofromusername}</td>

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

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

Zeile 4364Zeile 4346
<script type="text/javascript">
<!--
new PopupMenu("private_message_{$message['pmid']}");

<script type="text/javascript">
<!--
new PopupMenu("private_message_{$message['pmid']}");

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

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

		<template name="private_multiple_recipients_user" version="1400"><![CDATA[<div class="popup_item_container"><a href="{$profilelink}" class="popup_item">{$username}</a></div>]]></template>
<template name="private_multiple_recipients_bcc" version="1400"><![CDATA[<div class="tcat"><strong>{$lang->bcc}</strong></div>]]></template>
<template name="private_nomessages" version="120"><![CDATA[<tr>

		<template name="private_multiple_recipients_user" version="1400"><![CDATA[<div class="popup_item_container"><a href="{$profilelink}" class="popup_item">{$username}</a></div>]]></template>
<template name="private_multiple_recipients_bcc" version="1400"><![CDATA[<div class="tcat"><strong>{$lang->bcc}</strong></div>]]></template>
<template name="private_nomessages" version="120"><![CDATA[<tr>

Zeile 4385Zeile 4367
	}
// -->
</script>]]></template>

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

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

		<template name="showthread_quickreply" version="1610"><![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}" />
<input type="hidden" name="subject" value="RE: {$thread['subject']}" />

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

Zeile 4407Zeile 4389
			</tr>
</thead>
<tbody style="{$collapsed['quickreply_e']}" id="quickreply_e">

			</tr>
</thead>
<tbody style="{$collapsed['quickreply_e']}" id="quickreply_e">

			<tr>

			<tr>

				<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">
<div style="width: 95%">
<textarea style="width: 100%; padding: 4px; margin: 0;" rows="8" cols="80" name="message" id="message" tabindex="1"></textarea>

					<label><input type="checkbox" class="checkbox" name="postoptions[disablesmilies]" value="1" />&nbsp;<strong>{$lang->disable_smilies}</strong></label>{$closeoption}</span>
</td>
<td class="trow1">
<div style="width: 95%">
<textarea style="width: 100%; padding: 4px; margin: 0;" rows="8" cols="80" name="message" id="message" tabindex="1"></textarea>

					</div>

					</div>

					<div class="editor_control_bar" style="width: 95%; padding: 4px; margin-top: 3px; display: none;" id="quickreply_multiquote">
<span class="smalltext">
{$lang->quickreply_multiquote_selected} <a href="./newreply.php?tid={$tid}&amp;load_all_quotes=1" onclick="return Thread.loadMultiQuoted();">{$lang->quickreply_multiquote_now}</a> {$lang->or} <a href="javascript:Thread.clearMultiQuoted();">{$lang->quickreply_multiquote_deselect}</a>.

					<div class="editor_control_bar" style="width: 95%; padding: 4px; margin-top: 3px; display: none;" id="quickreply_multiquote">
<span class="smalltext">
{$lang->quickreply_multiquote_selected} <a href="./newreply.php?tid={$tid}&amp;load_all_quotes=1" onclick="return Thread.loadMultiQuoted();">{$lang->quickreply_multiquote_now}</a> {$lang->or} <a href="javascript:Thread.clearMultiQuoted();">{$lang->quickreply_multiquote_deselect}</a>.

Zeile 4432Zeile 4414
		</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 4488Zeile 4471
</div>
{$multipage}
<br style="clear: both;" />

</div>
{$multipage}
<br style="clear: both;" />

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

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

<tr>
<td class="thead" colspan="3">
<div class="float_right">

<tr>
<td class="thead" colspan="3">
<div class="float_right">

Zeile 4640Zeile 4623
</body>
</html>]]></template>
<template name="private" version="1600"><![CDATA[<html>

</body>
</html>]]></template>
<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}" />
<table width="100%" border="0" align="center">
<tr>
{$usercpnav}
<td valign="top">
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>

<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">
<tr>
{$usercpnav}
<td valign="top">
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>

<td class="trow1">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>

<td class="trow1">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>

Zeile 4816Zeile 4799
	</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 5393Zeile 5376
{$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 5394
<!-- 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 8729Zeile 8709
								<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>
<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>

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

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

Zeile 8887Zeile 8867
</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 9293
{$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 9307
			<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 9352Zeile 9331
<body>
{$header}
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">

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

	<tr>
<td class="thead"><strong>{$event['name']}</strong></td>
</tr>
<tr>
<td class="tcat"><strong>{$time_period}</strong></td>
</tr>
<tr>
<td class="trow1{$event_class}">
<div style="float: left;">
<strong><span class="largetext">{$event['profilelink']}</span></strong><br />
<span class="smalltext">
{$event['usertitle']}<br />
{$event['userstars']}
</span>
</div>
<div style="float: right; text-align: right;">
{$moderator_options}
{$repeats}
</div>
<br style="clear: both;" />
</td>
</tr>
<tr>
<td class="trow2{$event_class}">
<p>{$event['description']}</p>
{$edit_event}

	<tr>
<td class="thead"><strong>{$event['name']}</strong></td>
</tr>
<tr>
<td class="tcat"><strong>{$time_period}</strong></td>
</tr>
<tr>
<td class="trow1{$event_class}">
<div style="float: left;">
<strong><span class="largetext">{$event['profilelink']}</span></strong><br />
<span class="smalltext">
{$event['usertitle']}<br />
{$event['userstars']}
</span>
</div>
<div style="float: right; text-align: right;">
{$moderator_options}
{$repeats}
</div>
<br style="clear: both;" />
</td>
</tr>
<tr>
<td class="trow2{$event_class}">
<p>{$event['description']}</p>
{$edit_event}

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

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

Zeile 9394Zeile 9373
						<select name="month">
<option value="{$month}">{$monthnames[$month]}</option>
<option value="{$week_from[1]}">----------</option>

						<select name="month">
<option value="{$month}">{$monthnames[$month]}</option>
<option value="{$week_from[1]}">----------</option>

							<option value="1">{$lang->alt_month_1}</option>
<option value="2">{$lang->alt_month_2}</option>
<option value="3">{$lang->alt_month_3}</option>
<option value="4">{$lang->alt_month_4}</option>
<option value="5">{$lang->alt_month_5}</option>
<option value="6">{$lang->alt_month_6}</option>
<option value="7">{$lang->alt_month_7}</option>
<option value="8">{$lang->alt_month_8}</option>
<option value="9">{$lang->alt_month_9}</option>
<option value="10">{$lang->alt_month_10}</option>
<option value="11">{$lang->alt_month_11}</option>
<option value="12">{$lang->alt_month_12}</option>
</select>
<select name="year">
{$yearsel}
</select>
{$gobutton}
<br /><br />
<span class="smalltext"><strong>{$lang->jump_to_calendar}</strong></span>
{$calendar_jump}
{$gobutton}

							<option value="1">{$lang->alt_month_1}</option>
<option value="2">{$lang->alt_month_2}</option>
<option value="3">{$lang->alt_month_3}</option>
<option value="4">{$lang->alt_month_4}</option>
<option value="5">{$lang->alt_month_5}</option>
<option value="6">{$lang->alt_month_6}</option>
<option value="7">{$lang->alt_month_7}</option>
<option value="8">{$lang->alt_month_8}</option>
<option value="9">{$lang->alt_month_9}</option>
<option value="10">{$lang->alt_month_10}</option>
<option value="11">{$lang->alt_month_11}</option>
<option value="12">{$lang->alt_month_12}</option>
</select>
<select name="year">
{$yearsel}
</select>
{$gobutton}
<br /><br />
<span class="smalltext"><strong>{$lang->jump_to_calendar}</strong></span>
{$calendar_jump}
{$gobutton}

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

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

Zeile 9519Zeile 9498
			<p>{$event['description']}</p>
{$edit_event}
</td>

			<p>{$event['description']}</p>
{$edit_event}
</td>

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

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

		<template name="calendar_event_editbutton" version="1400"><![CDATA[<div style="text-align: right; vertical-align: bottom;">
<a href="calendar.php?action=editevent&amp;eid={$event['eid']}"><img src="{$theme['imglangdir']}/postbit_edit.gif" border="0" alt="{$lang->alt_edit}" title="{$lang->alt_edit}" /></a>
<a href="javascript:MyBB.deleteEvent({$event['eid']});"><img src="{$theme['imglangdir']}/postbit_delete.gif" border="0" alt="{$lang->alt_delete}" title="{$lang->alt_delete}" /></a>

		<template name="calendar_event_editbutton" version="1400"><![CDATA[<div style="text-align: right; vertical-align: bottom;">
<a href="calendar.php?action=editevent&amp;eid={$event['eid']}"><img src="{$theme['imglangdir']}/postbit_edit.gif" border="0" alt="{$lang->alt_edit}" title="{$lang->alt_edit}" /></a>
<a href="javascript:MyBB.deleteEvent({$event['eid']});"><img src="{$theme['imglangdir']}/postbit_delete.gif" border="0" alt="{$lang->alt_delete}" title="{$lang->alt_delete}" /></a>

Zeile 9955Zeile 9934
					</tr>]]></template>
<template name="xmlhttp_buddyselect_offline" version="1400"><![CDATA[ <tr>
<td class="trow1" onmouseover="this.className='trow2';" onmouseout="this.className='trow1';"><label><input type="checkbox" style="vertical-align: middle;" id="checkbox_{$buddy['uid']}" onclick="UserCP.selectBuddy('{$buddy['uid']}', '{$buddy['username']}');" /> <img src="{$theme['imgdir']}/buddy_offline.gif" alt="({$lang->offline})" title="{$lang->offline}" style="vertical-align: middle;" /> {$buddy_name}</label></td>

					</tr>]]></template>
<template name="xmlhttp_buddyselect_offline" version="1400"><![CDATA[ <tr>
<td class="trow1" onmouseover="this.className='trow2';" onmouseout="this.className='trow1';"><label><input type="checkbox" style="vertical-align: middle;" id="checkbox_{$buddy['uid']}" onclick="UserCP.selectBuddy('{$buddy['uid']}', '{$buddy['username']}');" /> <img src="{$theme['imgdir']}/buddy_offline.gif" alt="({$lang->offline})" title="{$lang->offline}" style="vertical-align: middle;" /> {$buddy_name}</label></td>

					</tr>]]></template>

					</tr>]]></template>

		<template name="private_send_buddyselect" version="1400"><![CDATA[<script type="text/javascript"><!--
document.write('<br /><span class="smalltext"><a href="#" onclick="UserCP.openBuddySelect(\'{$buddy_select}\');"><img src="{$theme['imgdir']}/buddies.gif" alt="" style="vertical-align: middle;" alt="" title="{$lang->select_from_buddies}" /> {$lang->select_from_buddies}</a></span>');
// --></script>]]></template>

		<template name="private_send_buddyselect" version="1400"><![CDATA[<script type="text/javascript"><!--
document.write('<br /><span class="smalltext"><a href="#" onclick="UserCP.openBuddySelect(\'{$buddy_select}\');"><img src="{$theme['imgdir']}/buddies.gif" alt="" style="vertical-align: middle;" alt="" title="{$lang->select_from_buddies}" /> {$lang->select_from_buddies}</a></span>');
// --></script>]]></template>

Zeile 9991Zeile 9970
{$lang->coppa_desc}
<div style="width: 400px; margin: auto; margin-bottom: 15px;">
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">

{$lang->coppa_desc}
<div style="width: 400px; margin: auto; margin-bottom: 15px;">
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">

		<tr>

		<tr>

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

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

Zeile 10007Zeile 9986
							<select name="bday1" id="day">
<option value="">&nbsp;</option>
{$bdaysel}

							<select name="bday1" id="day">
<option value="">&nbsp;</option>
{$bdaysel}

							</select>
</td>
<td>

							</select>
</td>
<td>

							<select name="bday2" id="month">
<option value="">&nbsp;</option>
<option value="1" {$bdaymonthsel['1']}>{$lang->month_1}</option>

							<select name="bday2" id="month">
<option value="">&nbsp;</option>
<option value="1" {$bdaymonthsel['1']}>{$lang->month_1}</option>

Zeile 10048Zeile 10027
{$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 10101Zeile 10080

<dt><label for="parent_email">{$lang->email}</label></dt>
<dd><input type="text" class="textbox" id="parent_email" /></dd>


<dt><label for="parent_email">{$lang->email}</label></dt>
<dd><input type="text" class="textbox" id="parent_email" /></dd>





		<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 10125Zeile 10104
		<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}
</head>
<body>
{$header}
<form action="modcp.php" method="post">
<input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
<input type="hidden" name="action" value="do_modqueue" />
<table width="100%" border="0" align="center">
<tr>
{$modcp_nav}
<td valign="top">
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>

{$headerinclude}
</head>
<body>
{$header}
<form action="modcp.php" method="post">
<input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
<input type="hidden" name="action" value="do_modqueue" />
<table width="100%" border="0" align="center">
<tr>
{$modcp_nav}
<td valign="top">
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>

			<td class="thead" colspan="3">
<div class="float_right">
<strong>{$lang->threads}</strong> |

			<td class="thead" colspan="3">
<div class="float_right">
<strong>{$lang->threads}</strong> |

Zeile 10146Zeile 10125
				</div>
<strong>{$lang->threads_awaiting_moderation}</strong>
</td>

				</div>
<strong>{$lang->threads_awaiting_moderation}</strong>
</td>

		</tr>

		</tr>

		<tr>
<td class="tcat" width="50%"><span class="smalltext"><strong>{$lang->subject}</strong></span></td>
<td class="tcat" align="center" width="25%"><span class="smalltext"><strong>{$lang->author}</strong></span></td>
<td class="tcat" align="center" width="25%"><span class="smalltext"><strong>{$lang->date}</strong></span></td>
</tr>
{$threads}

		<tr>
<td class="tcat" width="50%"><span class="smalltext"><strong>{$lang->subject}</strong></span></td>
<td class="tcat" align="center" width="25%"><span class="smalltext"><strong>{$lang->author}</strong></span></td>
<td class="tcat" align="center" width="25%"><span class="smalltext"><strong>{$lang->date}</strong></span></td>
</tr>
{$threads}

		</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 10169Zeile 10148
				<td class="{$altbg}"><a href="{$thread['threadlink']}">{$thread['subject']}</a></td>
<td class="{$altbg}" align="center">{$profile_link}</td>
<td align="center" class="{$altbg}">{$threaddate}, {$threadtime}</td>

				<td class="{$altbg}"><a href="{$thread['threadlink']}">{$thread['subject']}</a></td>
<td class="{$altbg}" align="center">{$profile_link}</td>
<td align="center" class="{$altbg}">{$threaddate}, {$threadtime}</td>

			</tr>
<tr>
<td class="{$altbg}" colspan="3">
<div class="modqueue_message">
<div class="float_right modqueue_controls">

			</tr>
<tr>
<td class="{$altbg}" colspan="3">
<div class="modqueue_message">
<div class="float_right modqueue_controls">

							<label class="label_radio_ignore"><input type="radio" class="radio radio_ignore" name="threads[{$thread['tid']}]" value="ignore" checked="checked" /> {$lang->ignore}</label>
<label class="label_radio_delete"><input type="radio" class="radio radio_delete" name="threads[{$thread['tid']}]" value="delete" /> {$lang->delete}</label>
<label class="label_radio_approve"><input type="radio" class="radio radio_approve" name="threads[{$thread['tid']}]" value="approve" /> {$lang->approve}</label>

							<label class="label_radio_ignore"><input type="radio" class="radio radio_ignore" name="threads[{$thread['tid']}]" value="ignore" checked="checked" /> {$lang->ignore}</label>
<label class="label_radio_delete"><input type="radio" class="radio radio_delete" name="threads[{$thread['tid']}]" value="delete" /> {$lang->delete}</label>
<label class="label_radio_approve"><input type="radio" class="radio radio_approve" name="threads[{$thread['tid']}]" value="approve" /> {$lang->approve}</label>

Zeile 10246Zeile 10225
							{$forum}{$thread}
</div>
{$post['message']}

							{$forum}{$thread}
</div>
{$post['message']}

					</div>

					</div>

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

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

Zeile 10335Zeile 10314
										<tr>
<td><span class="smalltext">{$lang->current_username}</span></td>
</tr>

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

										<tr>
<td><strong>{$profile_link}</strong></td>
</tr>

										<tr>
<td><strong>{$profile_link}</strong></td>
</tr>

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

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

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

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

								<fieldset class="trow2">

								<fieldset class="trow2">

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

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

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

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

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

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

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

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

										</tr>
<tr>
<td><span class="smalltext"><strong>{$user['usertitle']}</strong></span></td>

										</tr>
<tr>
<td><span class="smalltext"><strong>{$user['usertitle']}</strong></span></td>

										</tr>

										</tr>

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

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

										</tr>

										</tr>

										<tr>
<td><input type="text" class="textbox" name="usertitle" size="25" maxlength="{$mybb->settings['customtitlemaxlength']}" value="{$newtitle}" /></td>

										<tr>
<td><input type="text" class="textbox" name="usertitle" size="25" maxlength="{$mybb->settings['customtitlemaxlength']}" value="{$newtitle}" /></td>

										</tr>
<tr>

										</tr>
<tr>

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

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

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

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

										</tr>

										</tr>

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

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

										</tr>

										</tr>

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

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

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

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

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

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

										</tr>

										</tr>

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

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

										</tr>

										</tr>

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

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

Zeile 10535Zeile 10514
	if(susp_posts == 0)
{
$('susposts_action').hide();

	if(susp_posts == 0)
{
$('susposts_action').hide();

	}

	}


function toggleSuspend(action)
{


function toggleSuspend(action)
{

Zeile 10550Zeile 10529
			{
$("modpost").checked = false;
$("modposts_action").hide();

			{
$("modpost").checked = false;
$("modposts_action").hide();

			}
else
{

			}
else
{

				$("modpost").checked = true;
$("modposts_action").show();
}

				$("modpost").checked = true;
$("modposts_action").show();
}

Zeile 10586Zeile 10565
	var sig_checked = "{$checked}";

function toggleAction()

	var sig_checked = "{$checked}";

function toggleAction()

	{

	{

		if($("suspend_action").visible() == true)
{
$("suspend_action").hide();

		if($("suspend_action").visible() == true)
{
$("suspend_action").hide();

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

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

						<tr>

						<tr>

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

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

						</tr>
<tr>

						</tr>
<tr>

							<td class="trow1" width="25%"><strong>{$lang->username_contains}</strong></td>
<td class="trow1" width="75%"><input type="text" name="username" id="username" value="{$mybb->input['username']}" class="textbox" /></td>
</tr>

							<td class="trow1" width="25%"><strong>{$lang->username_contains}</strong></td>
<td class="trow1" width="75%"><input type="text" name="username" id="username" value="{$mybb->input['username']}" class="textbox" /></td>
</tr>

Zeile 10670Zeile 10649
									<option value="regdate"{$sortbysel['regdate']}>{$lang->regdate}</option>
<option value="lastvisit"{$sortbysel['lastvisit']}>{$lang->lastvisit}</option>
<option value="postnum"{$sortbysel['postnum']}>{$lang->postnum}</option>

									<option value="regdate"{$sortbysel['regdate']}>{$lang->regdate}</option>
<option value="lastvisit"{$sortbysel['lastvisit']}>{$lang->lastvisit}</option>
<option value="postnum"{$sortbysel['postnum']}>{$lang->postnum}</option>

								</select>

								</select>

								{$lang->in}
<select name="order">

								{$lang->in}
<select name="order">

									<option value="asc"{$ordersel['asc']}>{$lang->asc}</option>
<option value="desc"{$ordersel['desc']}>{$lang->desc}</option>
</select>
{$lang->order}
</td>
</tr>
</table>
<br />

									<option value="asc"{$ordersel['asc']}>{$lang->asc}</option>
<option value="desc"{$ordersel['desc']}>{$lang->desc}</option>
</select>
{$lang->order}
</td>
</tr>
</table>
<br />

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

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

Zeile 10689Zeile 10668
		</table>
</form>
{$footer}

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

<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="modcp_finduser_user" version="1400"><![CDATA[ <tr>
<td class="{$alt_row}"><a href="modcp.php?action=editprofile&amp;uid={$user['uid']}">{$user['username']}</a></td>

</html>]]></template>
<template name="modcp_finduser_user" version="1400"><![CDATA[ <tr>
<td class="{$alt_row}"><a href="modcp.php?action=editprofile&amp;uid={$user['uid']}">{$user['username']}</a></td>

Zeile 10713Zeile 10692
		<template name="modcp_banning" version="1400"><![CDATA[<html>
<head>
<title>{$mybb->settings['bbname']} - {$lang->ban_banned}</title>

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

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

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

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

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

Zeile 10769Zeile 10748
							<tr>
<td class="trow2" width="25%"><strong>{$lang->ban_reason}</strong></td>
<td class="trow2" width="75%"><input type="text" class="textbox" name="banreason" value="{$banreason}" size="25" /></td>

							<tr>
<td class="trow2" width="25%"><strong>{$lang->ban_reason}</strong></td>
<td class="trow2" width="75%"><input type="text" class="textbox" name="banreason" value="{$banreason}" size="25" /></td>

							</tr>
<tr>

							</tr>
<tr>

								<td class="trow1" width="25%"><strong>{$lang->ban_movegroup}</strong></td>
<td class="trow1" width="75%"><select name="usergroup">{$bangroups}</select>
</td>

								<td class="trow1" width="25%"><strong>{$lang->ban_movegroup}</strong></td>
<td class="trow1" width="75%"><select name="usergroup">{$bangroups}</select>
</td>

Zeile 10820Zeile 10799
	<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>

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

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

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

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

Zeile 11030Zeile 11009
	{$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 11032
						<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 11094
	{$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 11287
</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>