Zeile 1524 | Zeile 1524 |
---|
</table> {$multipage} <br />]]></template>
|
</table> {$multipage} <br />]]></template>
|
<template name="modcp_ipsearch_misc_info" version="1600"><![CDATA[<html>
| <template name="modcp_ipsearch_misc_info" version="1614"><![CDATA[<html>
|
<head> <title>{$lang->ipaddress_misc_info}</title> {$headerinclude}
| <head> <title>{$lang->ipaddress_misc_info}</title> {$headerinclude}
|
Zeile 1538 | Zeile 1538 |
---|
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead" align="center" colspan="2">
|
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead" align="center" colspan="2">
|
<div class="float_right" style="margin-top: 3px;"><span class="smalltext"><a href="#" onclick="window.close();">Close</a></span></div>
| <div class="float_right" style="margin-top: 3px;"><span class="smalltext"><a href="#" onclick="window.close();">{$lang->close_window}</a></span></div>
|
<div><strong>{$lang->ipaddress_misc_info}</strong></div> </td> </tr>
| <div><strong>{$lang->ipaddress_misc_info}</strong></div> </td> </tr>
|
Zeile 1602 | Zeile 1602 |
---|
<template name="showthread_moderationoptions_custom_tool" version="120"><![CDATA[<option value="{$tool['tid']}">{$tool['name']}</option>]]></template> <template name="showthread_inlinemoderation_custom" version="120"><![CDATA[<optgroup label="{$lang->custom_mod_tools}">{$customposttools}</optgroup>]]></template> <template name="showthread_inlinemoderation_custom_tool" version="120"><![CDATA[<option value="{$tool['tid']}">{$tool['name']}</option>]]></template>
|
<template name="showthread_moderationoptions_custom_tool" version="120"><![CDATA[<option value="{$tool['tid']}">{$tool['name']}</option>]]></template> <template name="showthread_inlinemoderation_custom" version="120"><![CDATA[<optgroup label="{$lang->custom_mod_tools}">{$customposttools}</optgroup>]]></template> <template name="showthread_inlinemoderation_custom_tool" version="120"><![CDATA[<option value="{$tool['tid']}">{$tool['name']}</option>]]></template>
|
<template name="showthread_inlinemoderation" version="1600"><![CDATA[<script type="text/javascript" src="jscripts/inline_moderation.js?ver=1600"></script>
| <template name="showthread_inlinemoderation" version="1614"><![CDATA[<script type="text/javascript" src="jscripts/inline_moderation.js?ver=1614"></script>
|
<form action="moderation.php" method="post" style="margin-top: 0; margin-bottom: 0;"> <input type="hidden" name="my_post_key" value="{$mybb->post_code}" /> <input type="hidden" name="tid" value="{$tid}" />
| <form action="moderation.php" method="post" style="margin-top: 0; margin-bottom: 0;"> <input type="hidden" name="my_post_key" value="{$mybb->post_code}" /> <input type="hidden" name="tid" value="{$tid}" />
|
Zeile 1729 | Zeile 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 1743 | Zeile 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 2163 | Zeile 2178 |
---|
<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>
</table> </fieldset>
| </select> </td> </tr>
</table> </fieldset>
|
<br /> <fieldset class="trow2"> <legend><strong>{$lang->date_time_options}</strong></legend>
| <br /> <fieldset class="trow2"> <legend><strong>{$lang->date_time_options}</strong></legend>
|
Zeile 2370 | Zeile 2385 |
---|
</form>]]></template> <template name="forumdisplay_inlinemoderation_custom" version="120"><![CDATA[<optgroup label="{$lang->custom_mod_tools}">{$customthreadtools}</optgroup>]]></template> <template name="forumdisplay_inlinemoderation_custom_tool" version="120"><![CDATA[<option value="{$tool['tid']}">{$tool['name']}</option>]]></template>
|
</form>]]></template> <template name="forumdisplay_inlinemoderation_custom" version="120"><![CDATA[<optgroup label="{$lang->custom_mod_tools}">{$customthreadtools}</optgroup>]]></template> <template name="forumdisplay_inlinemoderation_custom_tool" version="120"><![CDATA[<option value="{$tool['tid']}">{$tool['name']}</option>]]></template>
|
<template name="forumdisplay_inlinemoderation" version="1600"><![CDATA[<script type="text/javascript" src="jscripts/inline_moderation.js?ver=1600"></script>
| <template name="forumdisplay_inlinemoderation" version="1614"><![CDATA[<script type="text/javascript" src="jscripts/inline_moderation.js?ver=1614"></script>
|
<form action="moderation.php" method="post"> <input type="hidden" name="my_post_key" value="{$mybb->post_code}" /> <input type="hidden" name="fid" value="{$fid}" />
| <form action="moderation.php" method="post"> <input type="hidden" name="my_post_key" value="{$mybb->post_code}" /> <input type="hidden" name="fid" value="{$fid}" />
|
Zeile 2451 | Zeile 2466 |
---|
</body> </html>]]></template> <template name="report" version="120"><![CDATA[<html>
|
</body> </html>]]></template> <template name="report" version="120"><![CDATA[<html>
|
<head> <title>{$mybb->settings['bbname']} - {$lang->report_post}</title> {$headerinclude}
| <head> <title>{$mybb->settings['bbname']} - {$lang->report_post}</title> {$headerinclude}
|
</head> <body> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
| </head> <body> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
|
Zeile 2877 | Zeile 2892 |
---|
<body> {$header} <form action="usercp.php" method="post" name="attachmentsmanager">
|
<body> {$header} <form action="usercp.php" method="post" name="attachmentsmanager">
|
<input type="hidden" name="my_post_key" value="{$mybb->post_code}" /> <table width="100%" border="0" align="center">
| <input type="hidden" name="my_post_key" value="{$mybb->post_code}" /> <table width="100%" border="0" align="center">
|
<tr> {$usercpnav} <td valign="top">
| <tr> {$usercpnav} <td valign="top">
|
Zeile 2930 | Zeile 2945 |
---|
</tr> </table> </form>
|
</tr> </table> </form>
|
{$footer} </body> </html>]]></template>
| {$footer} </body> </html>]]></template>
|
<template name="usercp_attachments_attachment" version="1400"><![CDATA[<tr> <td class="{$altbg}" width="1">{$icon}</td> <td class="{$altbg}" width="40%"><a href="attachment.php?aid={$attachment['aid']}" target="_blank">{$attachment['filename']}</a><br /><span class="smalltext">{$sizedownloads}</span></td>
| <template name="usercp_attachments_attachment" version="1400"><![CDATA[<tr> <td class="{$altbg}" width="1">{$icon}</td> <td class="{$altbg}" width="40%"><a href="attachment.php?aid={$attachment['aid']}" target="_blank">{$attachment['filename']}</a><br /><span class="smalltext">{$sizedownloads}</span></td>
|
Zeile 2962 | Zeile 2977 |
---|
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead"><strong>{$foruminfo['rulestitle']}</strong></td>
|
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead"><strong>{$foruminfo['rulestitle']}</strong></td>
|
</tr> <tr> <td class="trow1"><span class="smalltext">{$foruminfo['rules']}</span></td> </tr> </table> <br />]]></template>
| </tr> <tr> <td class="trow1"><span class="smalltext">{$foruminfo['rules']}</span></td> </tr> </table> <br />]]></template>
|
<template name="forumdisplay_rules_link" version="1607"><![CDATA[<br /> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr>
| <template name="forumdisplay_rules_link" version="1607"><![CDATA[<br /> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr>
|
Zeile 3020 | Zeile 3035 |
---|
// --> </script>]]></template> <template name="usercp_usergroups_joingroup" version="1400"><![CDATA[<html>
|
// --> </script>]]></template> <template name="usercp_usergroups_joingroup" version="1400"><![CDATA[<html>
|
<head>
| <head>
|
<title>{$mybb->settings['bbname']} - {$lang->request_join_usergroup}</title> {$headerinclude} </head>
| <title>{$mybb->settings['bbname']} - {$lang->request_join_usergroup}</title> {$headerinclude} </head>
|
Zeile 3235 | Zeile 3250 |
---|
{$similarthreadbits} </table>]]></template> <template name="nav_sep" version="120"><![CDATA[ / ]]></template>
|
{$similarthreadbits} </table>]]></template> <template name="nav_sep" version="120"><![CDATA[ / ]]></template>
|
<template name="post_attachments_new" version="1604"><![CDATA[<tr>
| <template name="post_attachments_new" version="1614"><![CDATA[<tr>
|
<td class="trow1" width="1"><img src="{$theme['imgdir']}/paperclip.gif" alt="" /></td>
|
<td class="trow1" width="1"><img src="{$theme['imgdir']}/paperclip.gif" alt="" /></td>
|
<td class="trow1" style="white-space: nowrap"><strong>{$lang->new_attachment}</strong> <input type="file" name="attachment" size="30" class="fileupload" /></td><td class="trow1" align="center">{$attach_update_options} <input type="submit" class="button" name="newattachment" value="{$lang->add_attachment}" tabindex="13" />
| <td class="trow1" style="white-space: nowrap"><strong>{$lang->new_attachment}</strong> <input type="file" name="attachment" size="30" class="fileupload" /></td><td class="trow1" align="center">{$attach_update_options} {$attach_add_options}
|
</td> </tr>]]></template> <template name="nav_sep_active" version="120"><![CDATA[ / ]]></template>
| </td> </tr>]]></template> <template name="nav_sep_active" version="120"><![CDATA[ / ]]></template>
|
Zeile 3306 | Zeile 3321 |
---|
<tr> <td class="trow1" width="40%"><strong>{$lang->homepage}</strong></td> <td class="trow1">{$website}</td>
|
<tr> <td class="trow1" width="40%"><strong>{$lang->homepage}</strong></td> <td class="trow1">{$website}</td>
|
</tr>
| </tr>
|
{$sendemail} <tr> <td class="{$bgcolors['pm']}"><strong>{$lang->pm}</strong></td>
| {$sendemail} <tr> <td class="{$bgcolors['pm']}"><strong>{$lang->pm}</strong></td>
|
Zeile 4014 | Zeile 4029 |
---|
<td class="thead"> <div class="float_right" style="margin-top: 3px;"><span class="smalltext"><a href="#" onclick="window.close();">{$lang->close}</a></span></div> <div><strong>{$lang->buddy_list}</strong></div>
|
<td class="thead"> <div class="float_right" style="margin-top: 3px;"><span class="smalltext"><a href="#" onclick="window.close();">{$lang->close}</a></span></div> <div><strong>{$lang->buddy_list}</strong></div>
|
</td> </tr>
| </td> </tr>
|
<tr> <td class="trow2"> <div style="overflow: auto; height: 300px;">
| <tr> <td class="trow2"> <div style="overflow: auto; height: 300px;">
|
Zeile 4367 | Zeile 4382 |
---|
} // --> </script>]]></template>
|
} // --> </script>]]></template>
|
<template name="showthread_quickreply" version="1610"><![CDATA[<br />
| <template name="showthread_quickreply" version="1611"><![CDATA[<br />
|
<form method="post" action="newreply.php?tid={$tid}&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}&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 4742 | Zeile 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 4807 | Zeile 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 5272 | Zeile 5287 |
---|
{$lang->num_options} <input type="text" class="textbox" name="numpolloptions" value="{$numpolloptions}" size="10" /> {$lang->max_options}</span> </td> </tr>]]></template>
|
{$lang->num_options} <input type="text" class="textbox" name="numpolloptions" value="{$numpolloptions}" size="10" /> {$lang->max_options}</span> </td> </tr>]]></template>
|
<template name="modcp_reports_report" version="1607"><![CDATA[<tr>
| <template name="modcp_reports_report" version="1613"><![CDATA[<tr>
|
<td class="{$trow}" align="center"><label for="reports_{$report['rid']}"><a href="{$report['postlink']}#pid{$report['pid']}" target="_blank">{$report['pid']}</a></label></td> <td class="{$trow}" align="center"><a href="{$report['posterlink']}" target="_blank">{$report['postusername']}</a></td> <td class="{$trow}"><a href="{$report['threadlink']}" target="_blank">{$report['threadsubject']}</a></td> <td class="{$trow}" align="center"><a href="{$report['reporterlink']}" target="_blank">{$report['username']}</a></td> <td class="{$trow}">{$report['reason']}</td>
|
<td class="{$trow}" align="center"><label for="reports_{$report['rid']}"><a href="{$report['postlink']}#pid{$report['pid']}" target="_blank">{$report['pid']}</a></label></td> <td class="{$trow}" align="center"><a href="{$report['posterlink']}" target="_blank">{$report['postusername']}</a></td> <td class="{$trow}"><a href="{$report['threadlink']}" target="_blank">{$report['threadsubject']}</a></td> <td class="{$trow}" align="center"><a href="{$report['reporterlink']}" target="_blank">{$report['username']}</a></td> <td class="{$trow}">{$report['reason']}</td>
|
<td class="{$trow}" align="center" style="white-space: nowrap"><span class="smalltext">{$reportdate}<br />{$reporttime}</small></td>
| <td class="{$trow}" align="center" style="white-space: nowrap"><span class="smalltext">{$reportdate}<br />{$reporttime}</span></td>
|
<td class="{$trow}" align="center"><input type="checkbox" class="checkbox" name="reports[]" id="reports_{$report['rid']}" value="{$report['rid']}" /></td> </tr>]]></template>
|
<td class="{$trow}" align="center"><input type="checkbox" class="checkbox" name="reports[]" id="reports_{$report['rid']}" value="{$report['rid']}" /></td> </tr>]]></template>
|
<template name="modcp_reports_multipage" version="120"><![CDATA[<tr> <td class="tcat" colspan="6"><span class="smalltext"> {$multipage}</span></td> </tr>]]></template>
| <template name="modcp_reports_multipage" version="1613"><![CDATA[<tr> <td class="tcat" colspan="7"><span class="smalltext"> {$multipage}</span></td> </tr>]]></template>
|
<template name="modcp_allreports" version="120"><![CDATA[<html> <head> <title>{$mybb->settings['bbname']} - {$lang->all_reported_posts}</title>
| <template name="modcp_allreports" version="120"><![CDATA[<html> <head> <title>{$mybb->settings['bbname']} - {$lang->all_reported_posts}</title>
|
Zeile 5296 | Zeile 5311 |
---|
{$modcp_nav} <td valign="top"> <p>{$lang->unread_reports_key}</p>
|
{$modcp_nav} <td valign="top"> <p>{$lang->unread_reports_key}</p>
|
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr>
| <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr>
|
<td class="thead" align="center" colspan="6"><strong>{$lang->all_reported_posts}</strong></td>
|
<td class="thead" align="center" colspan="6"><strong>{$lang->all_reported_posts}</strong></td>
|
</tr>
| </tr>
|
<tr> <td class="tcat" align="center" width="10%"><span class="smalltext"><strong>{$lang->post_id}</strong></span></td> <td class="tcat" align="center" width="15%"><span class="smalltext"><strong>{$lang->poster}</strong></span></td>
| <tr> <td class="tcat" align="center" width="10%"><span class="smalltext"><strong>{$lang->post_id}</strong></span></td> <td class="tcat" align="center" width="15%"><span class="smalltext"><strong>{$lang->poster}</strong></span></td>
|
Zeile 5310 | Zeile 5325 |
---|
</tr> {$allreports} {$allreportspages}
|
</tr> {$allreports} {$allreportspages}
|
</table> </td>
| </table> </td>
|
</tr> </table> {$footer}
| </tr> </table> {$footer}
|
Zeile 5327 | Zeile 5342 |
---|
</tr>]]></template> <template name="modcp_reports_allnoreports" version="120"><![CDATA[<tr> <td class="trow1" align="center" colspan="6">{$lang->no_reports}</td>
|
</tr>]]></template> <template name="modcp_reports_allnoreports" version="120"><![CDATA[<tr> <td class="trow1" align="center" colspan="6">{$lang->no_reports}</td>
|
</tr>]]></template>
| </tr>]]></template>
|
<template name="modcp_reports_noreports" version="1607"><![CDATA[<tr> <td class="trow1" align="center" colspan="7">{$lang->no_reports}</td> </tr>]]></template>
| <template name="modcp_reports_noreports" version="1607"><![CDATA[<tr> <td class="trow1" align="center" colspan="7">{$lang->no_reports}</td> </tr>]]></template>
|
Zeile 5340 | Zeile 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>
|
<head> <title>{$mybb->settings['bbname']} - {$lang->login}</title>
|
{$headerinclude}
| {$headerinclude}
|
</head> <body> {$header}
| </head> <body> {$header}
|
Zeile 5356 | Zeile 5371 |
---|
<td class="thead" colspan="2"><strong>{$lang->login}</strong></td> </tr> <tr>
|
<td class="thead" colspan="2"><strong>{$lang->login}</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> </tr> <tr>
| <td class="trow1"><strong>{$lang->username}</strong></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> <td class="trow2"><input type="password" class="textbox" name="password" size="25" style="width: 200px;" value="{$password}" /> (<a href="member.php?action=lostpw">{$lang->lostpw_note}</a>)</td> </tr>
| <td class="trow2"><strong>{$lang->password}</strong><br /><span class="smalltext">{$lang->pw_note}</span></td> <td class="trow2"><input type="password" class="textbox" name="password" size="25" style="width: 200px;" value="{$password}" /> (<a href="member.php?action=lostpw">{$lang->lostpw_note}</a>)</td> </tr>
|
Zeile 5406 | Zeile 5421 |
---|
</tr> </table> <!-- End AIM Remote -->
|
</tr> </table> <!-- End AIM Remote -->
|
</td> </tr> </table>
| </td> </tr> </table>
|
</body> </html>]]></template> <template name="misc_syndication" version="120"><![CDATA[<html>
| </body> </html>]]></template> <template name="misc_syndication" version="120"><![CDATA[<html>
|
Zeile 5421 | Zeile 5436 |
---|
{$feedurl} <table border="0" cellspacing="0" cellpadding="{$theme['tablespace']}" width="100%"> <tr><td>{$lang->syndication_note}</td></tr>
|
{$feedurl} <table border="0" cellspacing="0" cellpadding="{$theme['tablespace']}" width="100%"> <tr><td>{$lang->syndication_note}</td></tr>
|
</table>
| </table>
|
<br /> <form method="post" action="misc.php?action=syndication"> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
| <br /> <form method="post" action="misc.php?action=syndication"> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
|
Zeile 5468 | Zeile 5483 |
---|
<td class="{$alt_bg}" align="center">{$user['lastvisit']}</td> <td class="{$alt_bg}" align="center">{$user['postnum']}</td> {$referral_bit}
|
<td class="{$alt_bg}" align="center">{$user['lastvisit']}</td> <td class="{$alt_bg}" align="center">{$user['postnum']}</td> {$referral_bit}
|
</tr>]]></template>
| </tr>]]></template>
|
<template name="memberlist_user_avatar" version="1400"><![CDATA[<img src="{$user['avatar']}" alt="" {$avatar_width_height} />]]></template> <template name="memberlist_user_groupimage" version="1400"><![CDATA[<img src="{$usergroup['image']}" alt="{$usergroup['title']}" title="{$usergroup['title']}" />]]></template> <template name="index_loginform" version="1607"><![CDATA[<br /><br />
| <template name="memberlist_user_avatar" version="1400"><![CDATA[<img src="{$user['avatar']}" alt="" {$avatar_width_height} />]]></template> <template name="memberlist_user_groupimage" version="1400"><![CDATA[<img src="{$usergroup['image']}" alt="{$usergroup['title']}" title="{$usergroup['title']}" />]]></template> <template name="index_loginform" version="1607"><![CDATA[<br /><br />
|
Zeile 5532 | Zeile 5547 |
---|
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead" colspan="2"><strong>{$thread['subject']} - {$lang->delete_thread}</strong></td>
|
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead" colspan="2"><strong>{$thread['subject']} - {$lang->delete_thread}</strong></td>
|
</tr> <tr> <td class="trow1" colspan="2" align="center">{$lang->confirm_delete_threads}</td>
| </tr> <tr> <td class="trow1" colspan="2" align="center">{$lang->confirm_delete_threads}</td>
|
</tr> {$loginbox} </table>
| </tr> {$loginbox} </table>
|
Zeile 5637 | Zeile 5652 |
---|
<template name="postbit_attachments_images" version="120"><![CDATA[<span class="smalltext"><strong>{$lang->postbit_attachments_images}</strong></span><br /> {$post['imagelist']} <br />]]></template>
|
<template name="postbit_attachments_images" version="120"><![CDATA[<span class="smalltext"><strong>{$lang->postbit_attachments_images}</strong></span><br /> {$post['imagelist']} <br />]]></template>
|
| <template name="post_attachments_add" version="1614"><![CDATA[<input type="submit" class="button" name="newattachment" value="{$lang->add_attachment}" tabindex="13" />]]></template>
|
<template name="post_attachments_attachment_postinsert" version="1405"><![CDATA[<input type="button" class="button" name="insert" value="{$lang->insert_attachment_post}" onclick="clickableEditor.insertAttachment({$attachment['aid']});" />]]></template> <template name="post_attachments_attachment_remove" version="1604"><![CDATA[<input type="submit" class="button" name="rem" value="{$lang->remove_attachment}" onclick="return Post.removeAttachment({$attachment['aid']});" />]]></template> <template name="post_attachments_update" version="1604"><![CDATA[<input type="submit" class="button" name="updateattachment" value="{$lang->update_attachment}" tabindex="12" />]]></template>
| <template name="post_attachments_attachment_postinsert" version="1405"><![CDATA[<input type="button" class="button" name="insert" value="{$lang->insert_attachment_post}" onclick="clickableEditor.insertAttachment({$attachment['aid']});" />]]></template> <template name="post_attachments_attachment_remove" version="1604"><![CDATA[<input type="submit" class="button" name="rem" value="{$lang->remove_attachment}" onclick="return Post.removeAttachment({$attachment['aid']});" />]]></template> <template name="post_attachments_update" version="1604"><![CDATA[<input type="submit" class="button" name="updateattachment" value="{$lang->update_attachment}" tabindex="12" />]]></template>
|
Zeile 5660 | Zeile 5676 |
---|
</tr> <tr> <td class="trow2" colspan="2"><label><input type="radio" class="radio" name="sep" value="hr" checked="checked" /> {$lang->horizontal_rule}</label><br /><label><input type="radio" class="radio" name="sep" value="new_line" /> {$lang->new_line}</label></td>
|
</tr> <tr> <td class="trow2" colspan="2"><label><input type="radio" class="radio" name="sep" value="hr" checked="checked" /> {$lang->horizontal_rule}</label><br /><label><input type="radio" class="radio" name="sep" value="new_line" /> {$lang->new_line}</label></td>
|
</tr>
| </tr>
|
{$posts} </table> <br />
| {$posts} </table> <br />
|
Zeile 5691 | Zeile 5707 |
---|
</tr> <tr> <td class="tcat" width="50%"><strong>{$lang->totals}</strong></td>
|
</tr> <tr> <td class="tcat" width="50%"><strong>{$lang->totals}</strong></td>
|
<td class="tcat" width="50%"><strong>{$lang->averages}</strong></td> </tr>
| <td class="tcat" width="50%"><strong>{$lang->averages}</strong></td> </tr>
|
<tr> <td class="trow1" valign="top"> {$lang->posts} <strong>{$stats['numposts']}</strong><br />
| <tr> <td class="trow1" valign="top"> {$lang->posts} <strong>{$stats['numposts']}</strong><br />
|
Zeile 5705 | Zeile 5721 |
---|
{$lang->mpd} <strong>{$membersperday}</strong><br /> {$lang->ppm} <strong>{$postspermember}</strong><br /> {$lang->rpt} <strong>{$repliesperthread}</strong>
|
{$lang->mpd} <strong>{$membersperday}</strong><br /> {$lang->ppm} <strong>{$postspermember}</strong><br /> {$lang->rpt} <strong>{$repliesperthread}</strong>
|
</td> </tr> <tr> <td class="tcat" valign="top"><strong>{$lang->general}</strong></td>
| </td> </tr> <tr> <td class="tcat" valign="top"><strong>{$lang->general}</strong></td>
|
</tr> <tr> <td class="trow1">
| </tr> <tr> <td class="trow1">
|
Zeile 5720 | Zeile 5736 |
---|
</tr> </table>
|
</tr> </table>
|
<br /> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
| <br /> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
|
<tr> <td class="thead" colspan="2"><strong>{$lang->most_popular}</strong></td> </tr>
| <tr> <td class="thead" colspan="2"><strong>{$lang->most_popular}</strong></td> </tr>
|
Zeile 5786 | Zeile 5802 |
---|
<div align="center"><input type="submit" class="button" name="submit" value="{$lang->post_new_poll}" /></div> <input type="hidden" name="action" value="do_newpoll" /> <input type="hidden" name="tid" value="{$tid}" />
|
<div align="center"><input type="submit" class="button" name="submit" value="{$lang->post_new_poll}" /></div> <input type="hidden" name="action" value="do_newpoll" /> <input type="hidden" name="tid" value="{$tid}" />
|
</form>
| </form>
|
{$footer} </body> </html>]]></template>
| {$footer} </body> </html>]]></template>
|
Zeile 5831 | Zeile 5847 |
---|
<title>{$mybb->settings['bbname']} - {$lang->users_online}</title> {$headerinclude} {$refresh}
|
<title>{$mybb->settings['bbname']} - {$lang->users_online}</title> {$headerinclude} {$refresh}
|
</head> <body>
| </head> <body>
|
{$header} {$multipage} <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
| {$header} {$multipage} <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
|
Zeile 5895 | Zeile 5911 |
---|
<span class="smalltext">{$lang->pms_received_new}<br /><br /> <strong>» </strong> <strong>{$messages['pms_unread']}</strong> {$lang->pms_unread}<br /> <strong>» </strong> <strong>{$messages['pms_total']}</strong> {$lang->pms_total}</span>
|
<span class="smalltext">{$lang->pms_received_new}<br /><br /> <strong>» </strong> <strong>{$messages['pms_unread']}</strong> {$lang->pms_unread}<br /> <strong>» </strong> <strong>{$messages['pms_total']}</strong> {$lang->pms_total}</span>
|
</td>
| </td>
|
</tr> </table> <br />]]></template>
| </tr> </table> <br />]]></template>
|
Zeile 5911 | Zeile 5927 |
---|
<strong>» </strong>{$lang->num_threads} {$stats['numthreads']}<br /> <strong>» </strong>{$lang->num_posts} {$stats['numposts']} <br /><br /><a href="{$mybb->settings['bburl']}/stats.php">{$lang->full_stats}</a>
|
<strong>» </strong>{$lang->num_threads} {$stats['numthreads']}<br /> <strong>» </strong>{$lang->num_posts} {$stats['numposts']} <br /><br /><a href="{$mybb->settings['bburl']}/stats.php">{$lang->full_stats}</a>
|
</span> </td> </tr>
| </span> </td> </tr>
|
</table> <br />]]></template> <template name="portal_welcome" version="120"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
|
</table> <br />]]></template> <template name="portal_welcome" version="120"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
|
<tr>
| <tr>
|
<td class="thead"><strong>{$lang->welcome}</strong></td>
|
<td class="thead"><strong>{$lang->welcome}</strong></td>
|
</tr>
| </tr>
|
<tr> <td class="trow1"> {$welcometext}
| <tr> <td class="trow1"> {$welcometext}
|
Zeile 5929 | Zeile 5945 |
---|
<template name="portal_whosonline" version="120"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead"><strong>{$lang->online}</strong></td>
|
<template name="portal_whosonline" version="120"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead"><strong>{$lang->online}</strong></td>
|
</tr>
| </tr>
|
<tr> <td class="trow1"> <span class="smalltext">
| <tr> <td class="trow1"> <span class="smalltext">
|
Zeile 5992 | Zeile 6008 |
---|
(<a href="{$mybb->settings['bburl']}/search.php">{$lang->advanced_search}</a>) </span> </td>
|
(<a href="{$mybb->settings['bburl']}/search.php">{$lang->advanced_search}</a>) </span> </td>
|
</tr>
| </tr>
|
</table> <br />]]></template> <template name="portal_latestthreads" version="120"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
| </table> <br />]]></template> <template name="portal_latestthreads" version="120"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
|
Zeile 6039 | Zeile 6055 |
---|
<template name="usercp_password" version="1400"><![CDATA[<html> <head> <title>{$mybb->settings['bbname']} - {$lang->change_password}</title>
|
<template name="usercp_password" version="1400"><![CDATA[<html> <head> <title>{$mybb->settings['bbname']} - {$lang->change_password}</title>
|
{$headerinclude}
| {$headerinclude}
|
</head> <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">
|
</head> <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>
| <tr>
|
{$usercpnav} <td valign="top"> {$errors} <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
|
{$usercpnav} <td valign="top"> {$errors} <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
|
<tr>
| <tr>
|
<td class="thead" colspan="2"><strong>{$lang->change_password}</strong></td> </tr>
|
<td class="thead" colspan="2"><strong>{$lang->change_password}</strong></td> </tr>
|
<tr> <td class="tcat" colspan="2"><strong>{$lang->current_password}</strong></td> </tr>
| <tr> <td class="tcat" colspan="2"><strong>{$lang->current_password}</strong></td> </tr>
|
<tr> <td class="trow1" colspan="2" align="center"><input type="password" class="textbox" name="oldpassword" size="25" /></td> </tr>
|
<tr> <td class="trow1" colspan="2" align="center"><input type="password" class="textbox" name="oldpassword" size="25" /></td> </tr>
|
<tr> <td class="tcat" colspan="2"><strong>{$lang->please_enter_confirm_new_password}</strong></td> </tr>
| <tr> <td class="tcat" colspan="2"><strong>{$lang->please_enter_confirm_new_password}</strong></td> </tr>
|
<tr> <td class="trow2" width="40%"><strong>{$lang->new_password}</strong></td> <td class="trow2" width="60%"><input type="password" class="textbox" name="password" size="25" /></td> </tr> <tr> <td class="trow1" width="40%"><strong>{$lang->confirm_password}</strong></td>
|
<tr> <td class="trow2" width="40%"><strong>{$lang->new_password}</strong></td> <td class="trow2" width="60%"><input type="password" class="textbox" name="password" size="25" /></td> </tr> <tr> <td class="trow1" width="40%"><strong>{$lang->confirm_password}</strong></td>
|
<td class="trow1" width="60%"><input type="password" class="textbox" name="password2" size="25" /></td> </tr>
| <td class="trow1" width="60%"><input type="password" class="textbox" name="password2" size="25" /></td> </tr>
|
</table> <br /> <div align="center">
| </table> <br /> <div align="center">
|
Zeile 6148 | Zeile 6164 |
---|
<template name="private_archive_html_folderhead" version="120"><![CDATA[</table> <br /> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
|
<template name="private_archive_html_folderhead" version="120"><![CDATA[</table> <br /> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
|
<tr>
| <tr>
|
<td class="tcat" colspan="2"><strong>{$lang->folder} {$foldername}</strong></td>
|
<td class="tcat" colspan="2"><strong>{$lang->folder} {$foldername}</strong></td>
|
</tr>]]></template>
| </tr>]]></template>
|
<template name="private_archive_html_message" version="120"><![CDATA[<tr> <td class="trow1"><strong>{$lang->subject} {$message['subject']}</strong><br /><em>{$lang->to} {$message['tousername']}<br />{$lang->from} {$message['fromusername']}<br />{$lang->sent} {$senddate}</em></td>
|
<template name="private_archive_html_message" version="120"><![CDATA[<tr> <td class="trow1"><strong>{$lang->subject} {$message['subject']}</strong><br /><em>{$lang->to} {$message['tousername']}<br />{$lang->from} {$message['fromusername']}<br />{$lang->sent} {$senddate}</em></td>
|
</tr> <tr>
| </tr> <tr>
|
<td class="trow2">{$message['message']}</td> </tr> <tr>
| <td class="trow2">{$message['message']}</td> </tr> <tr>
|
Zeile 6164 | Zeile 6180 |
---|
]]></template> <template name="search_results_threads_thread" version="1600"><![CDATA[<tr> <td align="center" class="{$bgcolor}" width="2%"><img src="{$theme['imgdir']}/{$folder}.gif" alt="{$folder_label}" title="{$folder_label}" /></td>
|
]]></template> <template name="search_results_threads_thread" version="1600"><![CDATA[<tr> <td align="center" class="{$bgcolor}" width="2%"><img src="{$theme['imgdir']}/{$folder}.gif" alt="{$folder_label}" title="{$folder_label}" /></td>
|
<td align="center" class="{$bgcolor}" width="2%">{$icon}</td> <td class="{$bgcolor}">
| <td align="center" class="{$bgcolor}" width="2%">{$icon}</td> <td class="{$bgcolor}">
|
{$attachment_count} <div> <span>{$prefix} {$gotounread}{$thread['threadprefix']}<a href="{$thread_link}{$highlight}" class="{$inline_edit_class} {$new_class}" id="tid_{$inline_edit_tid}">{$thread['subject']}</a>{$thread['multipage']}</span> <div class="author smalltext">{$thread['profilelink']}</div> </div>
|
{$attachment_count} <div> <span>{$prefix} {$gotounread}{$thread['threadprefix']}<a href="{$thread_link}{$highlight}" class="{$inline_edit_class} {$new_class}" id="tid_{$inline_edit_tid}">{$thread['subject']}</a>{$thread['multipage']}</span> <div class="author smalltext">{$thread['profilelink']}</div> </div>
|
</td>
| </td>
|
<td class="{$bgcolor}">{$thread['forumlink']}</td> <td align="center" class="{$bgcolor}"><a href="javascript:MyBB.whoPosted({$thread['tid']});">{$thread['replies']}</a></td> <td align="center" class="{$bgcolor}">{$thread['views']}</td>
| <td class="{$bgcolor}">{$thread['forumlink']}</td> <td align="center" class="{$bgcolor}"><a href="javascript:MyBB.whoPosted({$thread['tid']});">{$thread['replies']}</a></td> <td align="center" class="{$bgcolor}">{$thread['views']}</td>
|
Zeile 6180 | Zeile 6196 |
---|
{$lastpostdate} {$lastposttime}<br /> <a href="{$thread['lastpostlink']}">{$lang->lastpost}</a>: {$lastposterlink} </span>
|
{$lastpostdate} {$lastposttime}<br /> <a href="{$thread['lastpostlink']}">{$lang->lastpost}</a>: {$lastposterlink} </span>
|
</td> {$inline_mod_checkbox}
| </td> {$inline_mod_checkbox}
|
</tr>]]></template> <template name="search_results_threads" version="1600"><![CDATA[<html> <head>
| </tr>]]></template> <template name="search_results_threads" version="1600"><![CDATA[<html> <head>
|
Zeile 6242 | Zeile 6258 |
---|
<template name="reputation_add" version="1605"><![CDATA[<html> <head> <title>{$mybb->settings['bbname']} - {$lang->reputation}</title>
|
<template name="reputation_add" version="1605"><![CDATA[<html> <head> <title>{$mybb->settings['bbname']} - {$lang->reputation}</title>
|
{$headerinclude} </head> <body>
| {$headerinclude} </head> <body>
|
<br /> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr>
| <br /> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr>
|
Zeile 6292 | Zeile 6308 |
---|
</tr> ]]></template> <template name="misc_smilies" version="120"><![CDATA[<html>
|
</tr> ]]></template> <template name="misc_smilies" version="120"><![CDATA[<html>
|
<head> <title>{$mybb->settings['bbname']} - {$lang->smilies_listing}</title> {$headerinclude} </head> <body>
| <head> <title>{$mybb->settings['bbname']} - {$lang->smilies_listing}</title> {$headerinclude} </head> <body>
|
{$header} <br /> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
| {$header} <br /> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
|
Zeile 6557 | Zeile 6573 |
---|
</table> </body> </html>]]></template>
|
</table> </body> </html>]]></template>
|
<template name="misc_smilies_popup_smilie" version="123"><![CDATA[<td class="{$class}" align="center"><img src="{$smilie['image']}" alt="{$smilie['find']}" title="{$smilie['find']}" onclick="insertSmilie('{$smilie['insert']}');" /></a></td>
| <template name="misc_smilies_popup_smilie" version="1613"><![CDATA[<td class="{$class}" align="center"><img src="{$smilie['image']}" alt="{$smilie['find']}" title="{$smilie['find']}" onclick="insertSmilie('{$smilie['insert']}');" style="cursor: pointer" /></a></td>
|
<td class="{$class}">{$smilie['find']}</td>]]></template> <template name="showteam" version="120"><![CDATA[<html> <head>
| <td class="{$class}">{$smilie['find']}</td>]]></template> <template name="showteam" version="120"><![CDATA[<html> <head>
|
Zeile 7987 | Zeile 8003 |
---|
</ul> </div> <br />]]></template>
|
</ul> </div> <br />]]></template>
|
<template name="member_register" version="1605"><![CDATA[<html>
| <template name="member_register" version="1614"><![CDATA[<html>
|
<head> <title>{$mybb->settings['bbname']} - {$lang->registration}</title> {$headerinclude}
|
<head> <title>{$mybb->settings['bbname']} - {$lang->registration}</title> {$headerinclude}
|
<script type="text/javascript" src="jscripts/validator.js"></script>
| <script type="text/javascript" src="jscripts/validator.js?ver=1614"></script>
|
</head> <body> {$header}
| </head> <body> {$header}
|
Zeile 8053 | Zeile 8069 |
---|
<td valign="top"><span class="smalltext"><label for="pmnotice">{$lang->pm_notice}</label></span></td> </tr> <tr>
|
<td valign="top"><span class="smalltext"><label for="pmnotice">{$lang->pm_notice}</label></span></td> </tr> <tr>
|
<td valign="top" width="1"><input type="checkbox" class="checkbox" name="emailpmnotify" id="emailpmnotify" value="1" {$emailpmnotifycheck} /></td> <td valign="top"><span class="smalltext"><label for="emailpmnotify">{$lang->email_notify_newpm}</label></span></td>
| <td valign="top" width="1"><input type="checkbox" class="checkbox" name="pmnotify" id="pmnotify" value="1" {$pmnotifycheck} /></td> <td valign="top"><span class="smalltext"><label for="pmnotify">{$lang->email_notify_newpm}</label></span></td>
|
</tr> <tr> <td valign="top" width="1"><input type="checkbox" class="checkbox" name="invisible" id="invisible" value="1" {$invisiblecheck} /></td>
| </tr> <tr> <td valign="top" width="1"><input type="checkbox" class="checkbox" name="invisible" id="invisible" value="1" {$invisiblecheck} /></td>
|
Zeile 8239 | Zeile 8255 |
---|
<td class="trow1" style="padding: 20px"> <strong>{$lang->vote_added}</strong><br /><br /> <blockquote>{$lang->vote_added_message}</blockquote>
|
<td class="trow1" style="padding: 20px"> <strong>{$lang->vote_added}</strong><br /><br /> <blockquote>{$lang->vote_added_message}</blockquote>
|
<br /><br /> <div style="text-align: center;"> <script type="text/javascript"> <!-- document.write('[<a href="javascript:window.close();">{$lang->close_window}</a>]'); // --> </script>
| <br /><br /> <div style="text-align: center;"> <script type="text/javascript"> <!-- document.write('[<a href="javascript:window.close();">{$lang->close_window}</a>]'); // --> </script>
|
</div> </td> </tr>
| </div> </td> </tr>
|
Zeile 8285 | Zeile 8301 |
---|
<td class="trow1"> <script type="text/javascript" src="jscripts/captcha.js?ver=1400"></script> <table style="width: 300px; padding: 4px;">
|
<td class="trow1"> <script type="text/javascript" src="jscripts/captcha.js?ver=1400"></script> <table style="width: 300px; padding: 4px;">
|
<tr>
| <tr>
|
<td rowspan="2" style="vertical-align: middle;"><img src="captcha.php?imagehash={$imagehash}" alt="{$lang->image_verification}" title="{$lang->image_verification}" id="captcha_img" /><br /><span style="color: red;" class="smalltext">{$lang->verification_subnote}</span> <script type="text/javascript"> <!--
| <td rowspan="2" style="vertical-align: middle;"><img src="captcha.php?imagehash={$imagehash}" alt="{$lang->image_verification}" title="{$lang->image_verification}" id="captcha_img" /><br /><span style="color: red;" class="smalltext">{$lang->verification_subnote}</span> <script type="text/javascript"> <!--
|
Zeile 8307 | Zeile 8323 |
---|
<template name="post_captcha_recaptcha" version="1605"><![CDATA[<tr id="captcha_trow"> <td class="trow1" valign="top"><strong>{$lang->image_verification}</strong></td> <td class="trow1">
|
<template name="post_captcha_recaptcha" version="1605"><![CDATA[<tr id="captcha_trow"> <td class="trow1" valign="top"><strong>{$lang->image_verification}</strong></td> <td class="trow1">
|
<script type="text/javascript"> <!--
| <script type="text/javascript"> <!--
|
var RecaptchaOptions = { theme: 'clean' };
| var RecaptchaOptions = { theme: 'clean' };
|
Zeile 8564 | Zeile 8580 |
---|
<template name="calendar_addevent" version="1402"><![CDATA[<html> <head> <title>{$mybb->settings['bbname']} - {$lang->calendar} - {$lang->add_event}</title>
|
<template name="calendar_addevent" version="1402"><![CDATA[<html> <head> <title>{$mybb->settings['bbname']} - {$lang->calendar} - {$lang->add_event}</title>
|
{$headerinclude} </head> <body> {$header} {$event_errors} <form action="calendar.php" method="post" name="input"> <input type="hidden" name="my_post_key" value="{$mybb->post_code}" /> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="clear: both;">
| {$headerinclude} </head> <body> {$header} {$event_errors} <form action="calendar.php" method="post" name="input"> <input type="hidden" name="my_post_key" value="{$mybb->post_code}" /> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="clear: both;">
|
<tr> <td colspan="2" width="100%" class="thead"><strong>{$lang->add_event}</strong></td> </tr>
| <tr> <td colspan="2" width="100%" class="thead"><strong>{$lang->add_event}</strong></td> </tr>
|
Zeile 8696 | Zeile 8712 |
---|
<option value="10"{$end_month['10']}>{$lang->month_10}</option> <option value="11"{$end_month['11']}>{$lang->month_11}</option> <option value="12"{$end_month['12']}>{$lang->month_12}</option>
|
<option value="10"{$end_month['10']}>{$lang->month_10}</option> <option value="11"{$end_month['11']}>{$lang->month_11}</option> <option value="12"{$end_month['12']}>{$lang->month_12}</option>
|
</select>
| </select>
|
<select name="end_year"> {$end_years} </select> <span class="smalltext"> {$lang->enter_time}</span> <input type="text" class="textbox" name="end_time" value="{$end_time}" size="7" />
|
<select name="end_year"> {$end_years} </select> <span class="smalltext"> {$lang->enter_time}</span> <input type="text" class="textbox" name="end_time" value="{$end_time}" size="7" />
|
</td> </tr> <tr>
| </td> </tr> <tr>
|
<td class="smalltext" style="padding: 4px; text-align: right; vertical-align: top;">{$lang->time_zone}</td> <td style="padding: 4px;"> {$timezones}<br /> <label class="smalltext" style="display: block; padding-top: 4px;"><input type="checkbox" name="ignoretimezone" value="1" {$ignore_timezone} style="vertical-align: middle;" /> {$lang->ignore_timezone} </label>
|
<td class="smalltext" style="padding: 4px; text-align: right; vertical-align: top;">{$lang->time_zone}</td> <td style="padding: 4px;"> {$timezones}<br /> <label class="smalltext" style="display: block; padding-top: 4px;"><input type="checkbox" name="ignoretimezone" value="1" {$ignore_timezone} style="vertical-align: middle;" /> {$lang->ignore_timezone} </label>
|
</td> </tr> <tr> <td class="smalltext" style="padding: 4px; text-align: right; vertical-align:top;">{$lang->repeats}</td> <td class="smalltext" style="padding: 4px;"> <select name="repeats" id="repeats" onchange="toggleRepeats();"> <option value="0">{$lang->does_not_repeat}</option> <option value="1"{$repeats_sel[1]}>{$lang->repeats_daily}</option> <option value="2"{$repeats_sel[2]}>{$lang->repeats_weekdays}</option> <option value="3"{$repeats_sel[3]}>{$lang->repeats_weekly}</option> <option value="4"{$repeats_sel[4]}>{$lang->repeats_monthly}</option> <option value="5"{$repeats_sel[5]}>{$lang->repeats_yearly}</option> </select> <div class="repeats_type" id="repeats_type_1" style="padding: 4px;"> {$lang->repeats_every} <input type="text" class="textbox" name="repeats_1_days" value="{$repeats_1_days}" size="2" /> {$lang->day_or_days} </div> <div class="repeats_type" id="repeats_type_3" style="padding: 4px;"> {$lang->repeats_every} <input type="text" class="textbox" name="repeats_3_weeks" value="{$repeats_3_weeks}" size="2" /> {$lang->week_or_weeks_on} <br /> <table style="padding: 4px;"> <tr> <td style="padding: 2px;" class="smalltext"><label><input type="checkbox" name="repeats_3_days[0]" value="1" {$repeats_3_days[0]} style="vertical-align: middle;" /> {$lang->sunday}</label></td> <td style="padding: 2px;" class="smalltext"><label><input type="checkbox" name="repeats_3_days[1]" value="1" {$repeats_3_days[1]} style="vertical-align: middle;" /> {$lang->monday}</label></td> <td style="padding: 2px;" class="smalltext"><label><input type="checkbox" name="repeats_3_days[2]" value="1" {$repeats_3_days[2]} style="vertical-align: middle;" /> {$lang->tuesday}</label></td> <td style="padding: 2px;" class="smalltext"><label><input type="checkbox" name="repeats_3_days[3]" value="1" {$repeats_3_days[3]} style="vertical-align: middle;" /> {$lang->wednesday}</label></td> </tr> <tr> <td style="padding: 2px;" class="smalltext"><label><input type="checkbox" name="repeats_3_days[4]" value="1" {$repeats_3_days[4]} style="vertical-align: middle;" /> {$lang->thursday}</label></td> <td style="padding: 2px;" class="smalltext"><label><input type="checkbox" name="repeats_3_days[5]" value="1" {$repeats_3_days[5]} style="vertical-align: middle;" /> {$lang->friday}</label></td> <td style="padding: 2px;" class="smalltext" colspan="2"><label><input type="checkbox" name="repeats_3_days[6]" value="1" {$repeats_3_days[6]} style="vertical-align: middle;" /> {$lang->saturday}</label></td> </tr> </table> </div> <div class="repeats_type" id="repeats_type_4" style="padding: 4px;"> <div class="smalltext"><label> <input type="radio" name="repeats_4_type" id="repeats_4_type_1" value="1" style="vertical-align: middle;" {$repeats_4_type[1]} /> {$lang->repeats_on_day}</label> <input type="text" class="textbox" name="repeats_4_day" value="{$repeats_4_day}" onfocus="$('repeats_4_type_1').checked=true;" size="2" /> {$lang->of_every} <input type="text" class="textbox" name="repeats_4_months" value="{$repeats_4_months}" size="2" onfocus="$('repeats_4_type_1').checked=true;" /> {$lang->month_or_months} </div> <div class="smalltext" style="margin-top: 5px;"><label> <input type="radio" name="repeats_4_type" id="repeats_4_type_2" value="2" style="vertical-align: middle;" {$repeats_4_type[2]} /> {$lang->repeats_on_the}</label> <select name="repeats_4_occurance" onfocus="$('repeats_4_type_2').checked=true;"> <option value="1"{$repeats_4_occurance[1]}>{$lang->first}</option> <option value="2"{$repeats_4_occurance[2]}>{$lang->second}</option> <option value="3"{$repeats_4_occurance[3]}>{$lang->third}</option> <option value="4"{$repeats_4_occurance[4]}>{$lang->fourth}</option> <option value="last"{$repeats_4_occurance['last']}>{$lang->last}</option> </select> <select name="repeats_4_weekday" onfocus="$('repeats_4_type_2').checked=true;"> <option value="0"{$repeats_4_weekday[0]}>{$lang->sunday}</option> <option value="1"{$repeats_4_weekday[1]}>{$lang->monday}</option> <option value="2"{$repeats_4_weekday[2]}>{$lang->tuesday}</option> <option value="3"{$repeats_4_weekday[3]}>{$lang->wednesday}</option> <option value="4"{$repeats_4_weekday[4]}>{$lang->thursday}</option> <option value="5"{$repeats_4_weekday[5]}>{$lang->friday}</option> <option value="6"{$repeats_4_weekday[6]}>{$lang->saturday}</option> </select> {$lang->of_every} <input type="text" class="textbox" name="repeats_4_months2" value="{$repeats_4_months2}" size="2" onfocus="$('repeats_4_type_2').checked=true;" /> {$lang->month_or_months} </div> </div> <div class="repeats_type" id="repeats_type_5" style="padding: 4px;"> <div class="smalltext"><label> <input type="radio" name="repeats_5_type" value="1" id="repeats_5_type_1" style="vertical-align: middle;" {$repeats_5_type[1]} /> {$lang->repeats_on}</label> <input type="text" class="textbox" name="repeats_5_day" onfocus="$('repeats_5_type_1').checked=true;" value="{$repeats_5_day}" size="2" /> <select name="repeats_5_month" onfocus="$('repeats_5_type_1').checked=true;" > <option value="1"{$repeats_5_month['1']}>{$lang->month_1}</option> <option value="2"{$repeats_5_month['2']}>{$lang->month_2}</option> <option value="3"{$repeats_5_month['3']}>{$lang->month_3}</option> <option value="4"{$repeats_5_month['4']}>{$lang->month_4}</option> <option value="5"{$repeats_5_month['5']}>{$lang->month_5}</option> <option value="6"{$repeats_5_month['6']}>{$lang->month_6}</option> <option value="7"{$repeats_5_month['7']}>{$lang->month_7}</option> <option value="8"{$repeats_5_month['8']}>{$lang->month_8}</option> <option value="9"{$repeats_5_month['9']}>{$lang->month_9}</option> <option value="10"{$repeats_5_month['10']}>{$lang->month_10}</option> <option value="11"{$repeats_5_month['11']}>{$lang->month_11}</option> <option value="12"{$repeats_5_month['12']}>{$lang->month_12}</option> </select> {$lang->every} <input type="text" class="textbox" name="repeats_5_years" value="{$repeats_5_years}" onfocus="$('repeats_5_type_1').checked=true;" size="2" /> {$lang->year_or_years} </div> <div class="smalltext" style="margin-top: 5px;"><label> <input type="radio" name="repeats_5_type" value="2" id="repeats_5_type_2" style="vertical-align: middle;" {$repeats_5_type[2]} /> {$lang->repeats_on_the}</label> <select name="repeats_5_occurance" onfocus="$('repeats_5_type_2').checked=true;" > <option value="1"{$repeats_5_occurance[1]}>{$lang->first}</option> <option value="2"{$repeats_5_occurance[2]}>{$lang->second}</option> <option value="3"{$repeats_5_occurance[3]}>{$lang->third}</option> <option value="4"{$repeats_5_occurance[4]}>{$lang->fourth}</option> <option value="last"{$repeats_4_occurance['last']}>{$lang->last}</option> </select> <select name="repeats_5_weekday" onfocus="$('repeats_5_type_2').checked=true;" > <option value="0"{$repeats_5_weekday[0]}>{$lang->sunday}</option> <option value="1"{$repeats_5_weekday[1]}>{$lang->monday}</option> <option value="2"{$repeats_5_weekday[2]}>{$lang->tuesday}</option> <option value="3"{$repeats_5_weekday[3]}>{$lang->wednesday}</option> <option value="4"{$repeats_5_weekday[4]}>{$lang->thursday}</option> <option value="5"{$repeats_5_weekday[5]}>{$lang->friday}</option> <option value="6"{$repeats_5_weekday[6]}>{$lang->saturday}</option> </select> {$lang->of} <select name="repeats_5_month2" onfocus="$('repeats_5_type_2').checked=true;" > <option value="1"{$repeats_5_month2['1']}>{$lang->month_1}</option> <option value="2"{$repeats_5_month2['2']}>{$lang->month_2}</option> <option value="3"{$repeats_5_month2['3']}>{$lang->month_3}</option> <option value="4"{$repeats_5_month2['4']}>{$lang->month_4}</option> <option value="5"{$repeats_5_month2['5']}>{$lang->month_5}</option> <option value="6"{$repeats_5_month2['6']}>{$lang->month_6}</option> <option value="7"{$repeats_5_month2['7']}>{$lang->month_7}</option> <option value="8"{$repeats_5_month2['8']}>{$lang->month_8}</option> <option value="9"{$repeats_5_month2['9']}>{$lang->month_9}</option> <option value="10"{$repeats_5_month2['10']}>{$lang->month_10}</option> <option value="11"{$repeats_5_month2['11']}>{$lang->month_11}</option> <option value="12"{$repeats_5_month2['12']}>{$lang->month_12}</option> </select> {$lang->every} <input type="text" class="textbox" name="repeats_5_years2" value="{$repeats_5_years}" size="2" onfocus="$('repeats_5_type_2').checked=true;" /> {$lang->year_or_years} </div> </div> </td> </tr> </table> </dd> </dl> <script type="text/javascript"> <!-- toggleType(); toggleRepeats(); // --> </script> </td> </tr> <tr> <td valign="top" width="20%" class="trow1"><strong>{$lang->event_details}</strong>{$smilieinserter}</td> <td class="trow1"><textarea name="description" id="message" rows="20" cols="70">{$description}</textarea> {$codebuttons}</td> </tr> <tr> <td width="20%" class="trow2"><strong>{$lang->event_options}</strong></td> <td class="trow2"> <input type="checkbox" class="checkbox" name="private" value="1"{$privatecheck} /><span class="smalltext">{$lang->private_option}</span><br /> </td>
| </td> </tr> <tr> <td class="smalltext" style="padding: 4px; text-align: right; vertical-align:top;">{$lang->repeats}</td> <td class="smalltext" style="padding: 4px;"> <select name="repeats" id="repeats" onchange="toggleRepeats();"> <option value="0">{$lang->does_not_repeat}</option> <option value="1"{$repeats_sel[1]}>{$lang->repeats_daily}</option> <option value="2"{$repeats_sel[2]}>{$lang->repeats_weekdays}</option> <option value="3"{$repeats_sel[3]}>{$lang->repeats_weekly}</option> <option value="4"{$repeats_sel[4]}>{$lang->repeats_monthly}</option> <option value="5"{$repeats_sel[5]}>{$lang->repeats_yearly}</option> </select> <div class="repeats_type" id="repeats_type_1" style="padding: 4px;"> {$lang->repeats_every} <input type="text" class="textbox" name="repeats_1_days" value="{$repeats_1_days}" size="2" /> {$lang->day_or_days} </div> <div class="repeats_type" id="repeats_type_3" style="padding: 4px;"> {$lang->repeats_every} <input type="text" class="textbox" name="repeats_3_weeks" value="{$repeats_3_weeks}" size="2" /> {$lang->week_or_weeks_on} <br /> <table style="padding: 4px;"> <tr> <td style="padding: 2px;" class="smalltext"><label><input type="checkbox" name="repeats_3_days[0]" value="1" {$repeats_3_days[0]} style="vertical-align: middle;" /> {$lang->sunday}</label></td> <td style="padding: 2px;" class="smalltext"><label><input type="checkbox" name="repeats_3_days[1]" value="1" {$repeats_3_days[1]} style="vertical-align: middle;" /> {$lang->monday}</label></td> <td style="padding: 2px;" class="smalltext"><label><input type="checkbox" name="repeats_3_days[2]" value="1" {$repeats_3_days[2]} style="vertical-align: middle;" /> {$lang->tuesday}</label></td> <td style="padding: 2px;" class="smalltext"><label><input type="checkbox" name="repeats_3_days[3]" value="1" {$repeats_3_days[3]} style="vertical-align: middle;" /> {$lang->wednesday}</label></td> </tr> <tr> <td style="padding: 2px;" class="smalltext"><label><input type="checkbox" name="repeats_3_days[4]" value="1" {$repeats_3_days[4]} style="vertical-align: middle;" /> {$lang->thursday}</label></td> <td style="padding: 2px;" class="smalltext"><label><input type="checkbox" name="repeats_3_days[5]" value="1" {$repeats_3_days[5]} style="vertical-align: middle;" /> {$lang->friday}</label></td> <td style="padding: 2px;" class="smalltext" colspan="2"><label><input type="checkbox" name="repeats_3_days[6]" value="1" {$repeats_3_days[6]} style="vertical-align: middle;" /> {$lang->saturday}</label></td> </tr> </table> </div> <div class="repeats_type" id="repeats_type_4" style="padding: 4px;"> <div class="smalltext"><label> <input type="radio" name="repeats_4_type" id="repeats_4_type_1" value="1" style="vertical-align: middle;" {$repeats_4_type[1]} /> {$lang->repeats_on_day}</label> <input type="text" class="textbox" name="repeats_4_day" value="{$repeats_4_day}" onfocus="$('repeats_4_type_1').checked=true;" size="2" /> {$lang->of_every} <input type="text" class="textbox" name="repeats_4_months" value="{$repeats_4_months}" size="2" onfocus="$('repeats_4_type_1').checked=true;" /> {$lang->month_or_months} </div> <div class="smalltext" style="margin-top: 5px;"><label> <input type="radio" name="repeats_4_type" id="repeats_4_type_2" value="2" style="vertical-align: middle;" {$repeats_4_type[2]} /> {$lang->repeats_on_the}</label> <select name="repeats_4_occurance" onfocus="$('repeats_4_type_2').checked=true;"> <option value="1"{$repeats_4_occurance[1]}>{$lang->first}</option> <option value="2"{$repeats_4_occurance[2]}>{$lang->second}</option> <option value="3"{$repeats_4_occurance[3]}>{$lang->third}</option> <option value="4"{$repeats_4_occurance[4]}>{$lang->fourth}</option> <option value="last"{$repeats_4_occurance['last']}>{$lang->last}</option> </select> <select name="repeats_4_weekday" onfocus="$('repeats_4_type_2').checked=true;"> <option value="0"{$repeats_4_weekday[0]}>{$lang->sunday}</option> <option value="1"{$repeats_4_weekday[1]}>{$lang->monday}</option> <option value="2"{$repeats_4_weekday[2]}>{$lang->tuesday}</option> <option value="3"{$repeats_4_weekday[3]}>{$lang->wednesday}</option> <option value="4"{$repeats_4_weekday[4]}>{$lang->thursday}</option> <option value="5"{$repeats_4_weekday[5]}>{$lang->friday}</option> <option value="6"{$repeats_4_weekday[6]}>{$lang->saturday}</option> </select> {$lang->of_every} <input type="text" class="textbox" name="repeats_4_months2" value="{$repeats_4_months2}" size="2" onfocus="$('repeats_4_type_2').checked=true;" /> {$lang->month_or_months} </div> </div> <div class="repeats_type" id="repeats_type_5" style="padding: 4px;"> <div class="smalltext"><label> <input type="radio" name="repeats_5_type" value="1" id="repeats_5_type_1" style="vertical-align: middle;" {$repeats_5_type[1]} /> {$lang->repeats_on}</label> <input type="text" class="textbox" name="repeats_5_day" onfocus="$('repeats_5_type_1').checked=true;" value="{$repeats_5_day}" size="2" /> <select name="repeats_5_month" onfocus="$('repeats_5_type_1').checked=true;" > <option value="1"{$repeats_5_month['1']}>{$lang->month_1}</option> <option value="2"{$repeats_5_month['2']}>{$lang->month_2}</option> <option value="3"{$repeats_5_month['3']}>{$lang->month_3}</option> <option value="4"{$repeats_5_month['4']}>{$lang->month_4}</option> <option value="5"{$repeats_5_month['5']}>{$lang->month_5}</option> <option value="6"{$repeats_5_month['6']}>{$lang->month_6}</option> <option value="7"{$repeats_5_month['7']}>{$lang->month_7}</option> <option value="8"{$repeats_5_month['8']}>{$lang->month_8}</option> <option value="9"{$repeats_5_month['9']}>{$lang->month_9}</option> <option value="10"{$repeats_5_month['10']}>{$lang->month_10}</option> <option value="11"{$repeats_5_month['11']}>{$lang->month_11}</option> <option value="12"{$repeats_5_month['12']}>{$lang->month_12}</option> </select> {$lang->every} <input type="text" class="textbox" name="repeats_5_years" value="{$repeats_5_years}" onfocus="$('repeats_5_type_1').checked=true;" size="2" /> {$lang->year_or_years} </div> <div class="smalltext" style="margin-top: 5px;"><label> <input type="radio" name="repeats_5_type" value="2" id="repeats_5_type_2" style="vertical-align: middle;" {$repeats_5_type[2]} /> {$lang->repeats_on_the}</label> <select name="repeats_5_occurance" onfocus="$('repeats_5_type_2').checked=true;" > <option value="1"{$repeats_5_occurance[1]}>{$lang->first}</option> <option value="2"{$repeats_5_occurance[2]}>{$lang->second}</option> <option value="3"{$repeats_5_occurance[3]}>{$lang->third}</option> <option value="4"{$repeats_5_occurance[4]}>{$lang->fourth}</option> <option value="last"{$repeats_4_occurance['last']}>{$lang->last}</option> </select> <select name="repeats_5_weekday" onfocus="$('repeats_5_type_2').checked=true;" > <option value="0"{$repeats_5_weekday[0]}>{$lang->sunday}</option> <option value="1"{$repeats_5_weekday[1]}>{$lang->monday}</option> <option value="2"{$repeats_5_weekday[2]}>{$lang->tuesday}</option> <option value="3"{$repeats_5_weekday[3]}>{$lang->wednesday}</option> <option value="4"{$repeats_5_weekday[4]}>{$lang->thursday}</option> <option value="5"{$repeats_5_weekday[5]}>{$lang->friday}</option> <option value="6"{$repeats_5_weekday[6]}>{$lang->saturday}</option> </select> {$lang->of} <select name="repeats_5_month2" onfocus="$('repeats_5_type_2').checked=true;" > <option value="1"{$repeats_5_month2['1']}>{$lang->month_1}</option> <option value="2"{$repeats_5_month2['2']}>{$lang->month_2}</option> <option value="3"{$repeats_5_month2['3']}>{$lang->month_3}</option> <option value="4"{$repeats_5_month2['4']}>{$lang->month_4}</option> <option value="5"{$repeats_5_month2['5']}>{$lang->month_5}</option> <option value="6"{$repeats_5_month2['6']}>{$lang->month_6}</option> <option value="7"{$repeats_5_month2['7']}>{$lang->month_7}</option> <option value="8"{$repeats_5_month2['8']}>{$lang->month_8}</option> <option value="9"{$repeats_5_month2['9']}>{$lang->month_9}</option> <option value="10"{$repeats_5_month2['10']}>{$lang->month_10}</option> <option value="11"{$repeats_5_month2['11']}>{$lang->month_11}</option> <option value="12"{$repeats_5_month2['12']}>{$lang->month_12}</option> </select> {$lang->every} <input type="text" class="textbox" name="repeats_5_years2" value="{$repeats_5_years}" size="2" onfocus="$('repeats_5_type_2').checked=true;" /> {$lang->year_or_years} </div> </div> </td> </tr> </table> </dd> </dl> <script type="text/javascript"> <!-- toggleType(); toggleRepeats(); // --> </script> </td> </tr> <tr> <td valign="top" width="20%" class="trow1"><strong>{$lang->event_details}</strong>{$smilieinserter}</td> <td class="trow1"><textarea name="description" id="message" rows="20" cols="70">{$description}</textarea> {$codebuttons}</td> </tr> <tr> <td width="20%" class="trow2"><strong>{$lang->event_options}</strong></td> <td class="trow2"> <input type="checkbox" class="checkbox" name="private" value="1"{$privatecheck} /><span class="smalltext">{$lang->private_option}</span><br /> </td>
|
</tr> </table> <br />
| </tr> </table> <br />
|
Zeile 8872 | Zeile 8888 |
---|
<head> <title>{$mybb->settings['bbname']} - {$lang->calendar}</title> {$headerinclude}
|
<head> <title>{$mybb->settings['bbname']} - {$lang->calendar}</title> {$headerinclude}
|
</head> <body>
| </head> <body>
|
{$header} <table border="0" cellspacing="0" cellpadding="0"> <tr>
| {$header} <table border="0" cellspacing="0" cellpadding="0"> <tr>
|
Zeile 8961 | Zeile 8977 |
---|
<td class="thead" colspan="8"> <strong><a href="{$month_link}">{$monthnames[$month]} {$year}</a></strong> </td>
|
<td class="thead" colspan="8"> <strong><a href="{$month_link}">{$monthnames[$month]} {$year}</a></strong> </td>
|
</tr> <tr>
| </tr> <tr>
|
<td class="tcat"> </td> {$weekday_headers} </tr>
| <td class="tcat"> </td> {$weekday_headers} </tr>
|
Zeile 8997 | Zeile 9013 |
---|
<tr> <td class="trow1" style="white-space: nowrap"><input type="checkbox" class="checkbox" name="delete" value="1" tabindex="9" /> <strong>{$lang->delete_q}</strong></td> <td class="trow1" width="100%">{$lang->delete_1}<br /><span class="smalltext">{$lang->delete_2}</span></td>
|
<tr> <td class="trow1" style="white-space: nowrap"><input type="checkbox" class="checkbox" name="delete" value="1" tabindex="9" /> <strong>{$lang->delete_q}</strong></td> <td class="trow1" width="100%">{$lang->delete_1}<br /><span class="smalltext">{$lang->delete_2}</span></td>
|
<td class="trow1"><input type="submit" class="button" name="submit" value="{$lang->delete_now}" tabindex="10" /></td>
| <td class="trow1"><input type="submit" class="button" name="submit" value="{$lang->delete_now}" tabindex="10" /></td>
|
</tr> </table> <input type="hidden" name="action" value="do_editevent" />
| </tr> </table> <input type="hidden" name="action" value="do_editevent" />
|
Zeile 9704 | Zeile 9720 |
---|
<td width="20%" class="trow1" valign="top"> <strong>{$lang->send_pm}</strong> <div style="margin:auto" id="pm_smilie_insert">{$smilieinserter}</div>
|
<td width="20%" class="trow1" valign="top"> <strong>{$lang->send_pm}</strong> <div style="margin:auto" id="pm_smilie_insert">{$smilieinserter}</div>
|
</td> <td class="trow1"> <script type="text/javascript">
| </td> <td class="trow1"> <script type="text/javascript">
|
// <!-- var mybb_editor_disabled = true; var clickableEditor = '';
| // <!-- var mybb_editor_disabled = true; var clickableEditor = '';
|
Zeile 10097 | Zeile 10113 |
---|
<p>{$lang->coppa_agreement_2}</p> <p>{$lang->coppa_agreement_3}</p> </td>
|
<p>{$lang->coppa_agreement_2}</p> <p>{$lang->coppa_agreement_3}</p> </td>
|
</tr>]]></template> <template name="modcp_modqueue_noresults" version="1400"><![CDATA[<tr> <td class="trow1" align="center" colspan="{$colspan}">{$lang->error_no_results}</td>
| |
</tr>]]></template> <template name="modcp_modqueue_threads" version="1400"><![CDATA[<html> <head>
| </tr>]]></template> <template name="modcp_modqueue_threads" version="1400"><![CDATA[<html> <head>
|
Zeile 10116 | Zeile 10129 |
---|
{$modcp_nav} <td valign="top"> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
|
{$modcp_nav} <td valign="top"> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
|
<tr>
| <tr>
|
<td class="thead" colspan="3"> <div class="float_right"> <strong>{$lang->threads}</strong> |
| <td class="thead" colspan="3"> <div class="float_right"> <strong>{$lang->threads}</strong> |
|
Zeile 10132 | Zeile 10145 |
---|
<td class="tcat" align="center" width="25%"><span class="smalltext"><strong>{$lang->date}</strong></span></td> </tr> {$threads}
|
<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 10273 | Zeile 10286 |
---|
{$footer} </body> </html>]]></template>
|
{$footer} </body> </html>]]></template>
|
<template name="modcp_modqueue_attachments_attachment" version="1400"><![CDATA[ <tr> <td class="{$altbg}"><a href="attachment.php?aid={$attachment['aid']}" target="_blank">{$attachment['filename']}</a> ({$attachment['filesize']})<br /><small class="modqueue_meta">Post: <a href="{$link}">{$attachment['postsubject']}</a></small></td>
| <template name="modcp_modqueue_attachments_attachment" version="1614"><![CDATA[ <tr> <td class="{$altbg}"><a href="attachment.php?aid={$attachment['aid']}" target="_blank">{$attachment['filename']}</a> ({$attachment['filesize']})<br /><small class="modqueue_meta">{$lang->post}: <a href="{$link}">{$attachment['postsubject']}</a></small></td>
|
<td class="{$altbg}" align="center">{$profile_link}</td> <td align="center" class="{$altbg}">{$attachdate}, {$attachtime}</td> <td class="{$altbg}" align="center"><label class="label_radio_ignore"><input type="radio" class="radio radio_ignore" name="attachments[{$attachment['aid']}]" value="ignore" checked="checked" /> {$lang->ignore}</label></td>
| <td class="{$altbg}" align="center">{$profile_link}</td> <td align="center" class="{$altbg}">{$attachdate}, {$attachtime}</td> <td class="{$altbg}" align="center"><label class="label_radio_ignore"><input type="radio" class="radio radio_ignore" name="attachments[{$attachment['aid']}]" value="ignore" checked="checked" /> {$lang->ignore}</label></td>
|
Zeile 10560 | Zeile 10573 |
---|
</html>]]></template> <template name="modcp_editprofile_signature" version="1600"><![CDATA[<tr> <td class="trow1" valign="top">
|
</html>]]></template> <template name="modcp_editprofile_signature" version="1600"><![CDATA[<tr> <td class="trow1" valign="top">
|
<script type="text/javascript"> <!--
| <script type="text/javascript"> <!--
|
var sig_checked = "{$checked}";
function toggleAction()
| var sig_checked = "{$checked}";
function toggleAction()
|
Zeile 10606 | Zeile 10619 |
---|
<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 10627 | Zeile 10640 |
---|
<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> {$multipage} <br /> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
|
</tr> {$users} </table> {$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> </tr> <tr>
| <td class="thead" colspan="2"><strong>{$lang->find_users}</strong></td> </tr> <tr>
|
Zeile 10705 | Zeile 10718 |
---|
<td class="thead" colspan="4"> <div class="float_right"><a href="modcp.php?action=banuser">{$lang->ban_user}</a></div> <strong>{$lang->ban_banned}</strong></td>
|
<td class="thead" colspan="4"> <div class="float_right"><a href="modcp.php?action=banuser">{$lang->ban_user}</a></div> <strong>{$lang->ban_banned}</strong></td>
|
</tr>
| </tr>
|
<tr> <td class="tcat" width="25%"><span class="smalltext"><strong>{$lang->username}</strong></span></td> <td class="tcat" align="center" width="30%"><span class="smalltext"><strong>{$lang->reason}</strong></span></td>
| <tr> <td class="tcat" width="25%"><span class="smalltext"><strong>{$lang->username}</strong></span></td> <td class="tcat" align="center" width="30%"><span class="smalltext"><strong>{$lang->reason}</strong></span></td>
|
Zeile 10847 | Zeile 10860 |
---|
<a href="{$post['link']}#pid{$post['pid']}" title="{$post['fullsubject']}"><strong>{$post['subject']}</strong></a> <br />{$post['date']} {$post['time']}<br />{$lang->by} {$post['profilelink']}</span> ]]></template>
|
<a href="{$post['link']}#pid{$post['pid']}" title="{$post['fullsubject']}"><strong>{$post['subject']}</strong></a> <br />{$post['date']} {$post['time']}<br />{$lang->by} {$post['profilelink']}</span> ]]></template>
|
| <template name="modcp_nobanned" version="1613"><![CDATA[<tr> <td class="trow1" align="center" colspan="4">{$lang->no_bans_ending}</td> </tr>]]></template>
|
<template name="modcp_warninglogs" version="1405"><![CDATA[<html> <head> <title>{$mybb->settings['bbname']} - {$lang->warning_logs}</title>
| <template name="modcp_warninglogs" version="1405"><![CDATA[<html> <head> <title>{$mybb->settings['bbname']} - {$lang->warning_logs}</title>
|
Zeile 11222 | Zeile 11238 |
---|
<template name="search_results_inlinemodcol" version="1408"><![CDATA[<td class="tcat" align="center" width="1"><input type="checkbox" name="allbox" onclick="inlineModeration.checkAll(this)" /></td>]]></template> <template name="search_results_posts_inlinemoderation_custom" version="120"><![CDATA[<optgroup label="{$lang->custom_mod_tools}">{$customposttools}</optgroup>]]></template> <template name="search_results_posts_inlinemoderation_custom_tool" version="120"><![CDATA[<option value="{$tool['tid']}">{$tool['name']}</option>]]></template>
|
<template name="search_results_inlinemodcol" version="1408"><![CDATA[<td class="tcat" align="center" width="1"><input type="checkbox" name="allbox" onclick="inlineModeration.checkAll(this)" /></td>]]></template> <template name="search_results_posts_inlinemoderation_custom" version="120"><![CDATA[<optgroup label="{$lang->custom_mod_tools}">{$customposttools}</optgroup>]]></template> <template name="search_results_posts_inlinemoderation_custom_tool" version="120"><![CDATA[<option value="{$tool['tid']}">{$tool['name']}</option>]]></template>
|
<template name="search_results_posts_inlinemoderation" version="1600"><![CDATA[<script type="text/javascript" src="jscripts/inline_moderation.js?ver=1600"></script>
| <template name="search_results_posts_inlinemoderation" version="1614"><![CDATA[<script type="text/javascript" src="jscripts/inline_moderation.js?ver=1614"></script>
|
<form action="moderation.php" method="post" style="margin-top: 0; margin-bottom: 0;"> <input type="hidden" name="my_post_key" value="{$mybb->post_code}" /> <input type="hidden" name="tid" value="0" />
| <form action="moderation.php" method="post" style="margin-top: 0; margin-bottom: 0;"> <input type="hidden" name="my_post_key" value="{$mybb->post_code}" /> <input type="hidden" name="tid" value="0" />
|
Zeile 11252 | Zeile 11268 |
---|
</script><br />]]></template> <template name="search_results_threads_inlinemoderation_custom" version="120"><![CDATA[<optgroup label="{$lang->custom_mod_tools}">{$customthreadtools}</optgroup>]]></template> <template name="search_results_threads_inlinemoderation_custom_tool" version="120"><![CDATA[<option value="{$tool['tid']}">{$tool['name']}</option>]]></template>
|
</script><br />]]></template> <template name="search_results_threads_inlinemoderation_custom" version="120"><![CDATA[<optgroup label="{$lang->custom_mod_tools}">{$customthreadtools}</optgroup>]]></template> <template name="search_results_threads_inlinemoderation_custom_tool" version="120"><![CDATA[<option value="{$tool['tid']}">{$tool['name']}</option>]]></template>
|
<template name="search_results_threads_inlinemoderation" version="1600"><![CDATA[<script type="text/javascript" src="jscripts/inline_moderation.js?ver=1600"></script>
| <template name="search_results_threads_inlinemoderation" version="1614"><![CDATA[<script type="text/javascript" src="jscripts/inline_moderation.js?ver=1614"></script>
|
<form action="moderation.php" method="post"> <input type="hidden" name="my_post_key" value="{$mybb->post_code}" /> <input type="hidden" name="fid" value="0" />
| <form action="moderation.php" method="post"> <input type="hidden" name="my_post_key" value="{$mybb->post_code}" /> <input type="hidden" name="fid" value="0" />
|