Zeile 422 | Zeile 422 |
---|
blockquote cite span { float: right; font-weight: normal;
|
blockquote cite span { float: right; font-weight: normal;
|
| }
blockquote cite span.highlight { float: none; font-weight: bold; padding-bottom: 0;
|
}
.codeblock {
| }
.codeblock {
|
Zeile 728 | Zeile 735 |
---|
.usercp_nav_drafts { background: url('images/usercp/drafts.gif') no-repeat left center;
|
.usercp_nav_drafts { background: url('images/usercp/drafts.gif') no-repeat left center;
|
}
| }
|
.usercp_nav_subscriptions { background: url('images/usercp/subscriptions.gif') no-repeat left center;
| .usercp_nav_subscriptions { background: url('images/usercp/subscriptions.gif') no-repeat left center;
|
Zeile 823 | Zeile 830 |
---|
list-style: none; margin: 0; width: 150px;
|
list-style: none; margin: 0; width: 150px;
|
padding: 0; }
| padding: 0; }
|
.modqueue_mass li { margin-bottom: 4px; padding: 0;
|
.modqueue_mass li { margin-bottom: 4px; padding: 0;
|
}
| }
|
.modqueue_mass li a { display: block;
| .modqueue_mass li a { display: block;
|
Zeile 844 | Zeile 851 |
---|
}]]></stylesheet> <stylesheet name="star_ratings.css" attachedto="forumdisplay.php|showthread.php" version="1400"><![CDATA[.star_rating, .star_rating li a:hover,
|
}]]></stylesheet> <stylesheet name="star_ratings.css" attachedto="forumdisplay.php|showthread.php" version="1400"><![CDATA[.star_rating, .star_rating li a:hover,
|
.star_rating .current_rating {
| .star_rating .current_rating {
|
background: url(images/star_rating.gif) left -1000px repeat-x; vertical-align: middle;
|
background: url(images/star_rating.gif) left -1000px repeat-x; vertical-align: middle;
|
}
| }
|
.star_rating { position: relative; width:80px;
| .star_rating { position: relative; width:80px;
|
Zeile 858 | Zeile 865 |
---|
margin: 0; padding: 0; background-position: left top;
|
margin: 0; padding: 0; background-position: left top;
|
}
| }
|
td .star_rating { margin: auto;
|
td .star_rating { margin: auto;
|
}
| }
|
.star_rating li { display: inline;
|
.star_rating li { display: inline;
|
}
| }
|
.star_rating li a, .star_rating .current_rating {
| .star_rating li a, .star_rating .current_rating {
|
Zeile 883 | Zeile 890 |
---|
.star_rating_notrated li a:hover { background-position: left bottom;
|
.star_rating_notrated li a:hover { background-position: left bottom;
|
}
| }
|
.star_rating li a.one_star { width:20%;
| .star_rating li a.one_star { width:20%;
|
Zeile 1126 | Zeile 1133 |
---|
{$footer} </body> </html>]]></template>
|
{$footer} </body> </html>]]></template>
|
<template name="modcp_modlogs" version="1400"><![CDATA[<html>
| <template name="modcp_modlogs" version="1405"><![CDATA[<html>
|
<head> <title>{$mybb->settings['bbname']} - {$lang->modlogs}</title> {$headerinclude}
| <head> <title>{$mybb->settings['bbname']} - {$lang->modlogs}</title> {$headerinclude}
|
Zeile 1193 | Zeile 1200 |
---|
<tr> <td class="trow1" width="25%"><strong>{$lang->per_page}</strong></td> <td class="trow1" width="75%"><input type="text" name="perpage" value="{$perpage}" size="4" /></td>
|
<tr> <td class="trow1" width="25%"><strong>{$lang->per_page}</strong></td> <td class="trow1" width="75%"><input type="text" name="perpage" value="{$perpage}" size="4" /></td>
|
</tr>
| </tr>
|
</table> <br /> <div align="center">
|
</table> <br /> <div align="center">
|
<input type="submit" value="{$lang->filter_logs}" />
| <input type="submit" class="button" value="{$lang->filter_logs}" />
|
</div> </td> </tr>
| </div> </td> </tr>
|
Zeile 1378 | Zeile 1385 |
---|
<template name="modcp_modlogs_multipage" version="1400"><![CDATA[<tr> <td class="tcat" colspan="6"><span class="smalltext"> {$multipage}</span></td> </tr>]]></template>
|
<template name="modcp_modlogs_multipage" version="1400"><![CDATA[<tr> <td class="tcat" colspan="6"><span class="smalltext"> {$multipage}</span></td> </tr>]]></template>
|
<template name="modcp_ipsearch" version="1400"><![CDATA[
| <template name="modcp_ipsearch" version="1405"><![CDATA[
|
<html> <head> <title>{$mybb->settings['bbname']} - {$lang->ipsearch}</title>
| <html> <head> <title>{$mybb->settings['bbname']} - {$lang->ipsearch}</title>
|
Zeile 1410 | Zeile 1417 |
---|
</table> <br /> <div align="center">
|
</table> <br /> <div align="center">
|
<input type="submit" value="{$lang->find}" />
| <input type="submit" class="button" value="{$lang->find}" />
|
</div> </td> </tr>
| </div> </td> </tr>
|
Zeile 1431 | Zeile 1438 |
---|
</table> {$multipage} <br />]]></template>
|
</table> {$multipage} <br />]]></template>
|
<template name="modcp_ipsearch_result" version="1400"><![CDATA[<tr>
| <template name="modcp_ipsearch_result" version="1408"><![CDATA[<tr>
|
<td class="{$trow}" align="center">{$ip}</td> <td class="{$trow}">{$subject}</td>
|
<td class="{$trow}" align="center">{$ip}</td> <td class="{$trow}">{$subject}</td>
|
| </tr>
|
]]></template> <template name="modcp_ipsearch_noresults" version="1400"><![CDATA[<tr> <td class="trow1" align="center" colspan="2">{$lang->error_no_results}</td>
| ]]></template> <template name="modcp_ipsearch_noresults" version="1400"><![CDATA[<tr> <td class="trow1" align="center" colspan="2">{$lang->error_no_results}</td>
|
Zeile 1446 | Zeile 1454 |
---|
<a href="{$mybb->settings['bburl']}/search.php?action=getnew">{$lang->welcome_newposts}</a> | <a href="{$mybb->settings['bburl']}/search.php?action=getdaily">{$lang->welcome_todaysposts}</a> | <a href="{$mybb->settings['bburl']}/private.php">{$lang->welcome_pms}</a> {$lang->welcome_pms_usage}]]></template> <template name="header_welcomeblock_member_moderator" version="1400"><![CDATA[ — <a href="{$mybb->settings['bburl']}/modcp.php">{$lang->welcome_modcp}</a>]]></template> <template name="postbit_online" version="1400"><![CDATA[<a href="online.php" title="{$lang->postbit_status_online}"><img src="{$theme['imgdir']}/buddy_online.gif" border="0" alt="{$lang->postbit_status_online}" /></a>]]></template>
|
<a href="{$mybb->settings['bburl']}/search.php?action=getnew">{$lang->welcome_newposts}</a> | <a href="{$mybb->settings['bburl']}/search.php?action=getdaily">{$lang->welcome_todaysposts}</a> | <a href="{$mybb->settings['bburl']}/private.php">{$lang->welcome_pms}</a> {$lang->welcome_pms_usage}]]></template> <template name="header_welcomeblock_member_moderator" version="1400"><![CDATA[ — <a href="{$mybb->settings['bburl']}/modcp.php">{$lang->welcome_modcp}</a>]]></template> <template name="postbit_online" version="1400"><![CDATA[<a href="online.php" title="{$lang->postbit_status_online}"><img src="{$theme['imgdir']}/buddy_online.gif" border="0" alt="{$lang->postbit_status_online}" /></a>]]></template>
|
<template name="showthread_moderationoptions" version="1400"><![CDATA[{$inlinemod} <form action="moderation.php" method="get" style="margin-top: 0; margin-bottom: 0;">
| <template name="showthread_moderationoptions" version="1404"><![CDATA[{$inlinemod} <form action="moderation.php" method="post" style="margin-top: 0; margin-bottom: 0;" id="moderator_options">
|
<input type="hidden" name="modtype" value="thread" /> <input type="hidden" name="tid" value="{$tid}" /> <input type="hidden" name="my_post_key" value="{$mybb->post_code}" /> <span class="smalltext"> <strong>{$lang->moderation_options}</strong></span>
|
<input type="hidden" name="modtype" value="thread" /> <input type="hidden" name="tid" value="{$tid}" /> <input type="hidden" name="my_post_key" value="{$mybb->post_code}" /> <span class="smalltext"> <strong>{$lang->moderation_options}</strong></span>
|
<select name="action" onchange="window.location=('moderation.php?action='+this.options[this.selectedIndex].value+'&tid={$tid}&modtype=thread&my_post_key={$mybb->post_code}')">
| <select name="action" onchange="$('moderator_options').submit();">
|
<optgroup label="{$lang->standard_mod_tools}"> <option value="threadnotes">{$lang->thread_notes}</option> <option value="openclosethread">{$lang->open_close_thread}</option>
| <optgroup label="{$lang->standard_mod_tools}"> <option value="threadnotes">{$lang->thread_notes}</option> <option value="openclosethread">{$lang->open_close_thread}</option>
|
Zeile 1663 | Zeile 1671 |
---|
<td class="trow2" valign="top"><strong>{$lang->your_message}:</strong><br /><div style="text-align: center;">{$smilieinserter}</div></td> <td class="trow2"> <textarea name="message" id="message" rows="20" cols="70" tabindex="3">{$message}</textarea>
|
<td class="trow2" valign="top"><strong>{$lang->your_message}:</strong><br /><div style="text-align: center;">{$smilieinserter}</div></td> <td class="trow2"> <textarea name="message" id="message" rows="20" cols="70" tabindex="3">{$message}</textarea>
|
{$codebuttons} </td> </tr> <tr> <td class="trow1" valign="top"><strong>{$lang->post_options}</strong></td> <td class="trow1"><span class="smalltext"> <label><input type="checkbox" class="checkbox" name="postoptions[signature]" value="1" tabindex="6"{$postoptionschecked['signature']} /> {$lang->options_sig}</label> {$disablesmilies}</span> </td> </tr> {$subscriptionmethod} {$pollbox} </table> {$attachbox}
| {$codebuttons} </td> </tr> <tr> <td class="trow1" valign="top"><strong>{$lang->post_options}</strong></td> <td class="trow1"><span class="smalltext"> <label><input type="checkbox" class="checkbox" name="postoptions[signature]" value="1" tabindex="6"{$postoptionschecked['signature']} /> {$lang->options_sig}</label> {$disablesmilies}</span> </td> </tr> {$subscriptionmethod} {$pollbox} </table> {$attachbox}
|
<br /> <div align="center"><input type="submit" class="button" name="submit" value="{$lang->update_post}" tabindex="3" /> <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" /> <input type="submit" class="button" name="previewpost" value="{$lang->preview_post}" tabindex="4" /></div> <input type="hidden" name="action" value="do_editpost" />
|
Zeile 1986 | Zeile 1994 |
---|
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead" colspan="2"><strong>{$lang->edit_options}</strong></td>
|
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead" colspan="2"><strong>{$lang->edit_options}</strong></td>
|
</tr> <tr> <td width="50%" class="trow1" valign="top">
| </tr> <tr> <td width="50%" class="trow1" valign="top">
|
<fieldset class="trow2"> <legend><strong>{$lang->login_cookies_privacy}</strong></legend> <table cellspacing="0" cellpadding="2">
| <fieldset class="trow2"> <legend><strong>{$lang->login_cookies_privacy}</strong></legend> <table cellspacing="0" cellpadding="2">
|
Zeile 2298 | Zeile 2306 |
---|
<input type="hidden" name="my_post_key" value="{$mybb->post_code}" /> <input type="hidden" name="action" value="do_report" /> <input type="hidden" name="pid" value="{$pid}" />
|
<input type="hidden" name="my_post_key" value="{$mybb->post_code}" /> <input type="hidden" name="action" value="do_report" /> <input type="hidden" name="pid" value="{$pid}" />
|
<blockquote>{$lang->only_report}</blockquote> <br /> <br />
| <blockquote>{$lang->only_report}</blockquote> <br /> <br />
|
<span class="smalltext">{$lang->report_reason}</span>
|
<span class="smalltext">{$lang->report_reason}</span>
|
<br />
| <br />
|
<input type="text" class="textbox" name="reason" size="40" maxlength="250" />
|
<input type="text" class="textbox" name="reason" size="40" maxlength="250" />
|
<br />
| <br />
|
<br /> <div align="center"><input type="submit" class="button" value="{$lang->report_post}" /></div> </form>
| <br /> <div align="center"><input type="submit" class="button" value="{$lang->report_post}" /></div> </form>
|
Zeile 2316 | Zeile 2324 |
---|
<template name="report_error" version="123"><![CDATA[<html> <head> <title>{$mybb->settings['bbname']} - {$lang->report_post}</title>
|
<template name="report_error" version="123"><![CDATA[<html> <head> <title>{$mybb->settings['bbname']} - {$lang->report_post}</title>
|
{$headerinclude} </head> <body> <br />
| {$headerinclude} </head> <body> <br />
|
<table border="0" cellspacing="1" cellpadding="4" class="tborder"> <tr> <td class="thead"><span class="smalltext"><strong>{$mybb->settings['bbname']}</strong></span></td>
|
<table border="0" cellspacing="1" cellpadding="4" class="tborder"> <tr> <td class="thead"><span class="smalltext"><strong>{$mybb->settings['bbname']}</strong></span></td>
|
</tr>
| </tr>
|
<tr> <td class="trow1">{$error}</td> </tr>
| <tr> <td class="trow1">{$error}</td> </tr>
|
Zeile 2335 | Zeile 2343 |
---|
<head> <title>{$title}</title> <meta http-equiv="refresh" content="2;URL={$url}" />
|
<head> <title>{$title}</title> <meta http-equiv="refresh" content="2;URL={$url}" />
|
{$headerinclude} </head> <body> <br />
| {$headerinclude} </head> <body> <br />
|
<br /> <br /> <br />
| <br /> <br /> <br />
|
Zeile 2377 | Zeile 2385 |
---|
</tr> <tr> <td class="trow1" align="center" colspan="2"><strong><img src="http://status.icq.com/online.gif?icq={$user['icq']}&img=2" /></strong></td>
|
</tr> <tr> <td class="trow1" align="center" colspan="2"><strong><img src="http://status.icq.com/online.gif?icq={$user['icq']}&img=2" /></strong></td>
|
</tr>
| </tr>
|
<tr> <td class="trow1" align="center" colspan="2"><span class="smalltext"><a href="http://www.icq.com/people/webmsg.php?to={$user['icq']}&from={$mybb->user['username']}&fromemail={$mybb->user['email']}">{$lang->send_icq_message}</a></span></td> </tr>
| <tr> <td class="trow1" align="center" colspan="2"><span class="smalltext"><a href="http://www.icq.com/people/webmsg.php?to={$user['icq']}&from={$mybb->user['username']}&fromemail={$mybb->user['email']}">{$lang->send_icq_message}</a></span></td> </tr>
|
Zeile 2397 | Zeile 2405 |
---|
]]></template> <template name="forumdisplay_announcement_rating" version="1400"><![CDATA[ <td class="{$bgcolor}" align="center"><img src="{$theme['imgdir']}/pixel.gif" alt="" /></td>]]></template> <template name="forumdisplay_password" version="120"><![CDATA[<html>
|
]]></template> <template name="forumdisplay_announcement_rating" version="1400"><![CDATA[ <td class="{$bgcolor}" align="center"><img src="{$theme['imgdir']}/pixel.gif" alt="" /></td>]]></template> <template name="forumdisplay_password" version="120"><![CDATA[<html>
|
<head>
| <head>
|
<title>{$mybb->settings['bbname']} - {$lang->password_required} </title> {$headerinclude} </head>
| <title>{$mybb->settings['bbname']} - {$lang->password_required} </title> {$headerinclude} </head>
|
Zeile 2444 | Zeile 2452 |
---|
<td class="{$bgcolor}" valign="top" align="center" style="white-space: nowrap">{$posts}{$unapproved['unapproved_posts']}</td> <td class="{$bgcolor}" valign="top" align="right" style="white-space: nowrap">{$lastpost}</td> </tr>]]></template>
|
<td class="{$bgcolor}" valign="top" align="center" style="white-space: nowrap">{$posts}{$unapproved['unapproved_posts']}</td> <td class="{$bgcolor}" valign="top" align="right" style="white-space: nowrap">{$lastpost}</td> </tr>]]></template>
|
<template name="forumbit_depth3" version="1400"><![CDATA[{$comma}{$statusicon}<a href="{$forum_url}" title="{$forum_viewers_text}">{$forum['name']}</a>]]></template>
| <template name="forumbit_depth3" version="1404"><![CDATA[{$comma}{$statusicon}<a href="{$forum_url}" title="{$forum_viewers_text_plain}">{$forum['name']}</a>]]></template>
|
<template name="forumbit_depth3_statusicon" version="1400"><![CDATA[<img src="{$theme['imgdir']}/{$lightbulb['folder']}.gif" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" class="subforumicon ajax_mark_read" id="mark_read_{$forum['fid']}" />]]></template> <template name="forumbit_subforums" version="120"><![CDATA[<br />{$lang->subforums} {$sub_forums}]]></template> <template name="private_empty" version="120"><![CDATA[<html>
| <template name="forumbit_depth3_statusicon" version="1400"><![CDATA[<img src="{$theme['imgdir']}/{$lightbulb['folder']}.gif" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" class="subforumicon ajax_mark_read" id="mark_read_{$forum['fid']}" />]]></template> <template name="forumbit_subforums" version="120"><![CDATA[<br />{$lang->subforums} {$sub_forums}]]></template> <template name="private_empty" version="120"><![CDATA[<html>
|
Zeile 2455 | Zeile 2463 |
---|
<body> {$header} <form action="private.php" method="post">
|
<body> {$header} <form action="private.php" method="post">
|
<input type="hidden" name="my_post_key" value="{$mybb->post_code}" /> <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"> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
|
<tr> {$usercpnav} <td valign="top"> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
|
<tr>
| <tr>
|
<td class="thead" colspan="3"><strong>{$lang->empty_folders}</strong></td> </tr>
|
<td class="thead" colspan="3"><strong>{$lang->empty_folders}</strong></td> </tr>
|
<tr> <td class="trow1" colspan="3"><span class="smalltext">{$lang->empty_note}</span></td> </tr>
| <tr> <td class="trow1" colspan="3"><span class="smalltext">{$lang->empty_note}</span></td> </tr>
|
<tr> <td class="tcat" align="center"><strong>{$lang->export_folder}</strong></td> <td class="tcat" align="center"><strong>{$lang->num_messages}</strong></td>
| <tr> <td class="tcat" align="center"><strong>{$lang->export_folder}</strong></td> <td class="tcat" align="center"><strong>{$lang->num_messages}</strong></td>
|
Zeile 2475 | Zeile 2483 |
---|
{$folderlist} <tr> <td class="trow2" align="center" colspan="3"><input type="checkbox" class="checkbox" name="keepunread" value="1" checked="checked" /><strong>{$lang->keep_unread}</strong></td>
|
{$folderlist} <tr> <td class="trow2" align="center" colspan="3"><input type="checkbox" class="checkbox" name="keepunread" value="1" checked="checked" /><strong>{$lang->keep_unread}</strong></td>
|
</tr> </table>
| </tr> </table>
|
<br /> <div align="center"> <input type="hidden" name="action" value="do_empty" />
| <br /> <div align="center"> <input type="hidden" name="action" value="do_empty" />
|
Zeile 2492 | Zeile 2500 |
---|
<template name="usercp" version="120"><![CDATA[<html> <head> <title>{$lang->user_cp}</title>
|
<template name="usercp" version="120"><![CDATA[<html> <head> <title>{$lang->user_cp}</title>
|
{$headerinclude} </head> <body> {$header}
| {$headerinclude} </head> <body> {$header}
|
<table width="100%" border="0" align="center"> <tr> {$usercpnav}
| <table width="100%" border="0" align="center"> <tr> {$usercpnav}
|
Zeile 2539 | Zeile 2547 |
---|
<td class="trow2" width="50%">{$reputation_link} [<a href="reputation.php?uid={$mybb->user['uid']}">{$lang->details}</a>]</td> </tr>]]></template> <template name="usercp_currentavatar" version="120"><![CDATA[<td class="trow1" rowspan="6" valign="middle" align="center" width="1"><img src="{$mybb->user['avatar']}" alt="{$mybb->user['username']}" title="{$mybb->user['username']}" {$avatar_width_height} /></td>]]></template>
|
<td class="trow2" width="50%">{$reputation_link} [<a href="reputation.php?uid={$mybb->user['uid']}">{$lang->details}</a>]</td> </tr>]]></template> <template name="usercp_currentavatar" version="120"><![CDATA[<td class="trow1" rowspan="6" valign="middle" align="center" width="1"><img src="{$mybb->user['avatar']}" alt="{$mybb->user['username']}" title="{$mybb->user['username']}" {$avatar_width_height} /></td>]]></template>
|
<template name="footer" version="1400"><![CDATA[ <br />
| <template name="footer" version="1405"><![CDATA[ <br />
|
<div class="bottommenu"> <div class="float_right">{$lang_select}</div> <div>
| <div class="bottommenu"> <div class="float_right">{$lang_select}</div> <div>
|
Zeile 2550 | Zeile 2558 |
---|
<hr class="hidden" /> <div id="copyright"> <div id="debug"><debugstuff></div>
|
<hr class="hidden" /> <div id="copyright"> <div id="debug"><debugstuff></div>
|
<!-- You may NOT remove, modify or hinder the visibility of the MyBB copyright at any time. It must contain the links to the MyBB website and be formatted appropriately.
Failure to comply with the above will result in prosecution to the full extent of the law.
| <!-- 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.
|
This is free software, support us and we'll support you. --> {$lang->powered_by} <a href="http://www.mybboard.net" target="_blank">MyBB{$mybbversion}</a>, © 2002-{$copy_year} <a href="http://www.mybboard.net" target="_blank">MyBB Group</a>.<br />
|
This is free software, support us and we'll support you. --> {$lang->powered_by} <a href="http://www.mybboard.net" target="_blank">MyBB{$mybbversion}</a>, © 2002-{$copy_year} <a href="http://www.mybboard.net" target="_blank">MyBB Group</a>.<br />
|
<!-- End copyright -->
| <!-- End powered by -->
|
<br /> <br class="clear" /> <!-- The following piece of code allows MyBB to run scheduled tasks. DO NOT REMOVE -->{$task_image}<!-- End task image code -->
| <br /> <br class="clear" /> <!-- The following piece of code allows MyBB to run scheduled tasks. DO NOT REMOVE -->{$task_image}<!-- End task image code -->
|
Zeile 2616 | Zeile 2625 |
---|
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead" colspan="2"><strong>{$lang->edit_profile}</strong></td>
|
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead" colspan="2"><strong>{$lang->edit_profile}</strong></td>
|
</tr>
| </tr>
|
<tr> <td width="50%" class="trow1" valign="top"> <fieldset class="trow2">
| <tr> <td width="50%" class="trow1" valign="top"> <fieldset class="trow2">
|
Zeile 2926 | Zeile 2935 |
---|
<input type="hidden" name="joingroup" value="{$joingroup}" /> <input type="hidden" name="do" value="joingroup" /> <input type="submit" class="button" value="{$lang->send_join_request}" />
|
<input type="hidden" name="joingroup" value="{$joingroup}" /> <input type="hidden" name="do" value="joingroup" /> <input type="submit" class="button" value="{$lang->send_join_request}" />
|
</div> </td>
| </div> </td>
|
</tr> </table> </form>
| </tr> </table> </form>
|
Zeile 4172 | Zeile 4181 |
---|
if(clickableEditor) { clickableEditor.bindSmilieInserter("clickable_smilies");
|
if(clickableEditor) { clickableEditor.bindSmilieInserter("clickable_smilies");
|
}
| }
|
// --> </script>]]></template> <template name="showthread_quickreply" version="1400"><![CDATA[<br />
| // --> </script>]]></template> <template name="showthread_quickreply" version="1400"><![CDATA[<br />
|
Zeile 4268 | Zeile 4277 |
---|
<td class="trow1" width="33%" style="vertical-align: top;"> {$lang->contains}<br /> <input type="text" class="textbox" name="username" id="username" style="width: 99%; margin-top: 4px;" value="{$search_username}" />
|
<td class="trow1" width="33%" style="vertical-align: top;"> {$lang->contains}<br /> <input type="text" class="textbox" name="username" id="username" style="width: 99%; margin-top: 4px;" value="{$search_username}" />
|
</td>
| </td>
|
<td class="trow1" width="33%" style="vertical-align: top;"> {$lang->contains}<br /> <input type="text" class="textbox" name="website" id="website" style="width: 99%; margin-top: 4px;" value="{$search_website}" />
| <td class="trow1" width="33%" style="vertical-align: top;"> {$lang->contains}<br /> <input type="text" class="textbox" name="website" id="website" style="width: 99%; margin-top: 4px;" value="{$search_website}" />
|
Zeile 4301 | Zeile 4310 |
---|
</script> </body> </html>]]></template>
|
</script> </body> </html>]]></template>
|
<template name="memberlist_search" version="1400"><![CDATA[<html>
| <template name="memberlist_search" version="1405"><![CDATA[<html>
|
<head> <title>{$mybb->settings['bbname']} - {$lang->search_member_list}</title> {$headerinclude}
| <head> <title>{$mybb->settings['bbname']} - {$lang->search_member_list}</title> {$headerinclude}
|
Zeile 4367 | Zeile 4376 |
---|
<option value="username">{$lang->sort_by_username}</option> <option value="regdate">{$lang->sort_by_regdate}</option> <option value="lastvisit">{$lang->sort_by_lastvisit}</option>
|
<option value="username">{$lang->sort_by_username}</option> <option value="regdate">{$lang->sort_by_regdate}</option> <option value="lastvisit">{$lang->sort_by_lastvisit}</option>
|
<option value="posts">{$lang->sort_by_posts}</option>
| <option value="postnum">{$lang->sort_by_posts}</option>
|
</select><br /> <span class="smalltext"> <input type="radio" class="radio" name="order" id="order_asc" value="asc" /> <label for="order_asc">{$lang->order_asc}</label><br />
| </select><br /> <span class="smalltext"> <input type="radio" class="radio" name="order" id="order_asc" value="asc" /> <label for="order_asc">{$lang->order_asc}</label><br />
|
Zeile 4474 | Zeile 4483 |
---|
<td width="130" align="center"><span class="smalltext"><strong>{$lang->pmspaceused}</strong></span></td> </tr> </table></span>]]></template>
|
<td width="130" align="center"><span class="smalltext"><strong>{$lang->pmspaceused}</strong></span></td> </tr> </table></span>]]></template>
|
<template name="forumdisplay_announcements_announcement" version="1400"><![CDATA[<tr> <td align="center" class="{$bgcolor}"><img src="{$theme['imgdir']}/{$folder}.gif" alt=""/></td> <td align="center" class="{$bgcolor}"> </td>
| <template name="forumdisplay_announcements_announcement" version="1408"><![CDATA[<tr> <td align="center" class="{$bgcolor}" width="2%"><img src="{$theme['imgdir']}/{$folder}.gif" alt=""/></td> <td align="center" class="{$bgcolor}" width="2%"> </td>
|
<td class="{$bgcolor}"> <a href="{$announcement['announcementlink']}"{$new_class}>{$announcement['subject']}</a> <div class="author smalltext">{$announcement['profilelink']}</div>
| <td class="{$bgcolor}"> <a href="{$announcement['announcementlink']}"{$new_class}>{$announcement['subject']}</a> <div class="author smalltext">{$announcement['profilelink']}</div>
|
Zeile 4657 | Zeile 4666 |
---|
<td class="trow1"><input type="text" class="textbox" id="author" name="author" size="35" maxlength="{$mybb->settings['maxnamelength']}" /><br /><span class="smalltext"><input type="checkbox" class="checkbox" name="matchusername" value="1" checked="checked" /> {$lang->match_username}</span></td> <td class="trow1"> </td> </tr></table>
|
<td class="trow1"><input type="text" class="textbox" id="author" name="author" size="35" maxlength="{$mybb->settings['maxnamelength']}" /><br /><span class="smalltext"><input type="checkbox" class="checkbox" name="matchusername" value="1" checked="checked" /> {$lang->match_username}</span></td> <td class="trow1"> </td> </tr></table>
|
</td>
| </td>
|
</tr> <tr> <td class="tcat"><strong>{$lang->search_forums}</strong></td>
| </tr> <tr> <td class="tcat"><strong>{$lang->search_forums}</strong></td>
|
Zeile 4849 | Zeile 4858 |
---|
<template name="newthread_postpoll" version="120"><![CDATA[<tr> <td class="{$bgcolor2}" valign="top"> <strong>{$lang->poll}</strong><br /><span class="smalltext">{$lang->poll_desc}</span>
|
<template name="newthread_postpoll" version="120"><![CDATA[<tr> <td class="{$bgcolor2}" valign="top"> <strong>{$lang->poll}</strong><br /><span class="smalltext">{$lang->poll_desc}</span>
|
</td>
| </td>
|
<td class="{$bgcolor2}" valign="top"> <span class="smalltext"><label><input type="checkbox" class="checkbox" name="postpoll" value="1" {$postpollchecked} /><strong>{$lang->poll_check}</strong></label><br /> {$lang->num_options} <input type="text" class="textbox" name="numpolloptions" value="{$numpolloptions}" size="10" /> {$lang->max_options}</span>
| <td class="{$bgcolor2}" valign="top"> <span class="smalltext"><label><input type="checkbox" class="checkbox" name="postpoll" value="1" {$postpollchecked} /><strong>{$lang->poll_check}</strong></label><br /> {$lang->num_options} <input type="text" class="textbox" name="numpolloptions" value="{$numpolloptions}" size="10" /> {$lang->max_options}</span>
|
Zeile 4906 | Zeile 4915 |
---|
<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}</span></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}</span></td>
|
</tr>]]></template> <template name="moderation_allreports_multipage" version="120"><![CDATA[<tr> <td class="tcat" colspan="6"><span class="smalltext"> {$multipage}</span></td>
| |
</tr>]]></template> <template name="modcp_reports_allnoreports" version="120"><![CDATA[<tr> <td class="trow1" align="center" colspan="6">{$lang->no_reports}</td>
| </tr>]]></template> <template name="modcp_reports_allnoreports" version="120"><![CDATA[<tr> <td class="trow1" align="center" colspan="6">{$lang->no_reports}</td>
|
Zeile 4928 | Zeile 4934 |
---|
</tr> </table> <br />]]></template>
|
</tr> </table> <br />]]></template>
|
<template name="member_login" version="1400"><![CDATA[<html>
| <template name="member_login" version="1404"><![CDATA[<html>
|
<head> <title>{$mybb->settings['bbname']} - {$lang->login}</title> {$headerinclude}
| <head> <title>{$mybb->settings['bbname']} - {$lang->login}</title> {$headerinclude}
|
Zeile 4936 | Zeile 4942 |
---|
<body> {$header} <br />
|
<body> {$header} <br />
|
| {$inline_errors}
|
{$member_loggedin_notice} <form action="member.php" method="post"> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
| {$member_loggedin_notice} <form action="member.php" method="post"> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
|
Zeile 4944 | Zeile 4951 |
---|
</tr> <tr> <td class="trow1"><strong>{$lang->username}</strong></td>
|
</tr> <tr> <td class="trow1"><strong>{$lang->username}</strong></td>
|
<td class="trow1"><input type="text" class="textbox" name="username" size="25" maxlength="{$mybb->settings['maxnamelength']}" style="width: 200px;" /></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="trow2"><strong>{$lang->password}</strong><br /><span class="smalltext">{$lang->pw_note}</span></td>
|
</tr> <tr> <td class="trow2"><strong>{$lang->password}</strong><br /><span class="smalltext">{$lang->pw_note}</span></td>
|
<td class="trow2"><input type="password" class="textbox" name="password" size="25" style="width: 200px;" /> (<a href="member.php?action=lostpw">{$lang->lostpw_note}</a>)</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>
|
</tr>
|
| {$captcha}
|
</table> <br /> <div align="center"><input type="submit" class="button" name="submit" value="{$lang->login}" /></div>
| </table> <br /> <div align="center"><input type="submit" class="button" name="submit" value="{$lang->login}" /></div>
|
Zeile 5210 | Zeile 5218 |
---|
<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_attachment_postinsert" version="120"><![CDATA[<input type="button" name="insert" value="{$lang->insert_attachment_post}" onclick="clickableEditor.insertAttachment({$attachment['aid']});" />]]></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="moderation_mergeposts" version="1400"><![CDATA[<html> <head> <title>{$mybb->settings['bbname']} - {$lang->merge_posts}</title>
| <template name="moderation_mergeposts" version="1400"><![CDATA[<html> <head> <title>{$mybb->settings['bbname']} - {$lang->merge_posts}</title>
|
Zeile 5511 | Zeile 5519 |
---|
</table> <br />]]></template> <template name="portal_announcement_numcomments" version="1400"><![CDATA[- <a href="{$mybb->settings['bburl']}/{$announcement['threadlink']}">{$lang->replies}</a> ({$announcement['replies']})]]></template>
|
</table> <br />]]></template> <template name="portal_announcement_numcomments" version="1400"><![CDATA[- <a href="{$mybb->settings['bburl']}/{$announcement['threadlink']}">{$lang->replies}</a> ({$announcement['replies']})]]></template>
|
<template name="portal_announcement" version="1400"><![CDATA[<table cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
| <template name="portal_announcement" version="1405"><![CDATA[<table cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
|
<tr> <td class="thead"><strong>{$icon} <a href="{$mybb->settings['bburl']}/{$announcement['threadlink']}">{$announcement['subject']}</a></strong></td> </tr> <tr> <td class="trow2" align="right">
|
<tr> <td class="thead"><strong>{$icon} <a href="{$mybb->settings['bburl']}/{$announcement['threadlink']}">{$announcement['subject']}</a></strong></td> </tr> <tr> <td class="trow2" align="right">
|
<span class="smalltext">{$lang->posted_by} <a href="{$mybb->settings['bburl']}/{$announcement['profilelink']}">{$announcement['username']}</a> - {$anndate} {$anntime} {$numcomments}</span>
| <span class="smalltext">{$lang->posted_by} {$profilelink} - {$anndate} {$anntime} {$numcomments}</span>
|
</td> </tr> <tr>
| </td> </tr> <tr>
|
Zeile 5751 | Zeile 5759 |
---|
</td> {$inline_mod_checkbox} </tr>]]></template>
|
</td> {$inline_mod_checkbox} </tr>]]></template>
|
<template name="search_results_threads" version="120"><![CDATA[<html>
| <template name="search_results_threads" version="1405"><![CDATA[<html>
|
<head> <title>{$mybb->settings['bbname']} - {$lang->search_results}</title> {$headerinclude}
| <head> <title>{$mybb->settings['bbname']} - {$lang->search_results}</title> {$headerinclude}
|
Zeile 5765 | Zeile 5773 |
---|
</table> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr>
|
</table> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr>
|
<td colspan="9" class="thead">
| <td colspan="8" class="thead">
|
<strong>{$lang->search_results}</strong> </td> </tr>
| <strong>{$lang->search_results}</strong> </td> </tr>
|
Zeile 6615 | Zeile 6623 |
---|
<template name="private_read_action" version="1400"><![CDATA[<tr> <td class="tcat" align="center"><strong>{$actioned_on}</strong></td> </tr>]]></template>
|
<template name="private_read_action" version="1400"><![CDATA[<tr> <td class="tcat" align="center"><strong>{$actioned_on}</strong></td> </tr>]]></template>
|
<template name="private_read" version="1400"><![CDATA[<html>
| <template name="private_read" version="1405"><![CDATA[<html>
|
<head> <title>{$lang->viewing_pm} {$pm['subject']}</title> {$headerinclude}
| <head> <title>{$lang->viewing_pm} {$pm['subject']}</title> {$headerinclude}
|
Zeile 6635 | Zeile 6643 |
---|
{$action_time} {$message} </table>
|
{$action_time} {$message} </table>
|
| </td> </tr>
|
</table> {$footer} </body>
| </table> {$footer} </body>
|
Zeile 7365 | Zeile 7375 |
---|
</ul> </div> <br />]]></template>
|
</ul> </div> <br />]]></template>
|
<template name="member_register" version="1400"><![CDATA[<html>
| <template name="member_register" version="1405"><![CDATA[<html>
|
<head> <title>{$mybb->settings['bbname']} - {$lang->registration}</title> {$headerinclude}
| <head> <title>{$mybb->settings['bbname']} - {$lang->registration}</title> {$headerinclude}
|
Zeile 7502 | Zeile 7512 |
---|
<!-- regValidator = new FormValidator('registration_form'); regValidator.register('username', 'notEmpty', {failure_message:'{$lang->js_validator_no_username}'});
|
<!-- regValidator = new FormValidator('registration_form'); regValidator.register('username', 'notEmpty', {failure_message:'{$lang->js_validator_no_username}'});
|
regValidator.register('email', 'regexp', {match_field:'email2', regexp:'^([a-zA-Z0-9_\.\+\-])+\@(([a-zA-Z0-9\-])+\.)+([a-zA-Z0-9]{2,4})+$', failure_message:'{$lang->js_validator_invalid_email}'});
| regValidator.register('email', 'regexp', {match_field:'email2', regexp:'^([a-zA-Z0-9_\\.\\+\\-])+\\@(([a-zA-Z0-9\\-])+\\.)+([a-zA-Z0-9]{2,4})+$', failure_message:'{$lang->js_validator_invalid_email}'});
|
regValidator.register('email2', 'matches', {match_field:'email', status_field:'email_status', failure_message:'{$lang->js_validator_email_match}'}); {$validator_extra} regValidator.register('username', 'ajax', {url:'xmlhttp.php?action=username_availability', loading_message:'{$lang->js_validator_checking_username}'}); // needs to be last
| regValidator.register('email2', 'matches', {match_field:'email', status_field:'email_status', failure_message:'{$lang->js_validator_email_match}'}); {$validator_extra} regValidator.register('username', 'ajax', {url:'xmlhttp.php?action=username_availability', loading_message:'{$lang->js_validator_checking_username}'}); // needs to be last
|
Zeile 7916 | Zeile 7926 |
---|
<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;"> <tr>
| {$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> <tr>
|
Zeile 7952 | Zeile 7962 |
---|
Element.show('single_selects'); } else
|
Element.show('single_selects'); } else
|
{
| {
|
Element.hide('single_selects'); Element.show('ranged_selects'); toggleRepeats();
| Element.hide('single_selects'); Element.show('ranged_selects'); toggleRepeats();
|
Zeile 8024 | Zeile 8034 |
---|
</select> <select name="start_year"> {$start_years}
|
</select> <select name="start_year"> {$start_years}
|
</select>
| </select>
|
<span class="smalltext"> {$lang->enter_time}</span> <input type="text" class="textbox" name="start_time" value="{$start_time}" size="7" /> </td>
| <span class="smalltext"> {$lang->enter_time}</span> <input type="text" class="textbox" name="start_time" value="{$start_time}" size="7" /> </td>
|
Zeile 8061 | Zeile 8071 |
---|
<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}
| </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>
| <br /> <table style="padding: 4px;"> <tr>
|
Zeile 8390 | Zeile 8400 |
---|
function toggleRepeats() { var repeats = $('repeats').options[$('repeats').selectedIndex].value;
|
function toggleRepeats() { var repeats = $('repeats').options[$('repeats').selectedIndex].value;
|
$$('.repeats_type').each(function(e) {
| $$('.repeats_type').each(function(e) {
|
Element.hide(e); }); if($('repeats_type_'+repeats))
| Element.hide(e); }); if($('repeats_type_'+repeats))
|
Zeile 8684 | Zeile 8694 |
---|
<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} </td> </tr> </table> <br /> <form action="calendar.php" method="post"> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="trow1"> <table width="100%" cellspacing="0" cellpadding="0" border="0"> <tr> <td class="trow1" valign="top">{$addevent}</td> <td class="trow1" align="right"> <span class="smalltext"><strong>{$lang->jump_month}</strong></span> <select name="month">
| <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> <br /> <form action="calendar.php" method="post"> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="trow1"> <table width="100%" cellspacing="0" cellpadding="0" border="0"> <tr> <td class="trow1" valign="top">{$addevent}</td> <td class="trow1" align="right"> <span class="smalltext"><strong>{$lang->jump_month}</strong></span> <select name="month">
|
<option value="{$month}">{$monthnames[$month]}</option> <option value="{$week_from[1]}">----------</option>
|
<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}
| <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}
| <br /><br /> <span class="smalltext"><strong>{$lang->jump_to_calendar}</strong></span> {$calendar_jump}
|
Zeile 8768 | Zeile 8778 |
---|
{$gobutton} </form> <br />]]></template>
|
{$gobutton} </form> <br />]]></template>
|
<template name="calendar_dayview" version="1400"><![CDATA[<html>
| <template name="calendar_dayview" version="1405"><![CDATA[<html>
|
<head> <title>{$mybb->settings['bbname']} - {$lang->calendar}</title> {$headerinclude}
| <head> <title>{$mybb->settings['bbname']} - {$lang->calendar}</title> {$headerinclude}
|
Zeile 8804 | Zeile 8814 |
---|
<option value="12">{$lang->alt_month_12}</option> </select> <select name="year">
|
<option value="12">{$lang->alt_month_12}</option> </select> <select name="year">
|
| <option value="{$year}">{$year}</option> <option value="{$year}">----------</option>
|
{$yearsel} </select> {$gobutton}
| {$yearsel} </select> {$gobutton}
|
Zeile 8859 | Zeile 8871 |
---|
</div> ]]></template> <template name="calendar_dayview_birthdays" version="1400"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
|
</div> ]]></template> <template name="calendar_dayview_birthdays" version="1400"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
|
<tr>
| <tr>
|
<td class="thead"><strong>{$lang->birthdays_on_day}</strong></td> </tr> <tr>
| <td class="thead"><strong>{$lang->birthdays_on_day}</strong></td> </tr> <tr>
|
Zeile 9169 | Zeile 9181 |
---|
<tr> <td class="tcat" width="50%"><span class="smalltext"><strong>{$lang->issued_by}</strong></span></td> <td class="tcat" width="50%"><span class="smalltext"><strong>{$lang->expiry_date}<strong></span></td>
|
<tr> <td class="tcat" width="50%"><span class="smalltext"><strong>{$lang->issued_by}</strong></span></td> <td class="tcat" width="50%"><span class="smalltext"><strong>{$lang->expiry_date}<strong></span></td>
|
</tr> <tr>
| </tr> <tr>
|
<td class="trow1">{$issuedby}</td> <td class="trow1">{$expires} {$revoked_date}</td>
|
<td class="trow1">{$issuedby}</td> <td class="trow1">{$expires} {$revoked_date}</td>
|
</tr>
| </tr>
|
<tr> <td class="tcat" colspan="2"><span class="smalltext"><strong>{$lang->warning_note}</strong></span></td> </tr>
| <tr> <td class="tcat" colspan="2"><span class="smalltext"><strong>{$lang->warning_note}</strong></span></td> </tr>
|
Zeile 9190 | Zeile 9202 |
---|
<template name="warnings_view_post" version="1400"><![CDATA[ <tr> <td class="tcat" width="50%"><span class="smalltext"><strong>{$lang->username}</strong></span></td> <td class="tcat" width="50%"><span class="smalltext"><strong>{$lang->post}<strong></span></td>
|
<template name="warnings_view_post" version="1400"><![CDATA[ <tr> <td class="tcat" width="50%"><span class="smalltext"><strong>{$lang->username}</strong></span></td> <td class="tcat" width="50%"><span class="smalltext"><strong>{$lang->post}<strong></span></td>
|
</tr>
| </tr>
|
<tr> <td class="trow1">{$user_link}</td> <td class="trow1"><a href="{$post_link}">{$warning['post_subject']}</a></td>
| <tr> <td class="trow1">{$user_link}</td> <td class="trow1"><a href="{$post_link}">{$warning['post_subject']}</a></td>
|
Zeile 9228 | Zeile 9240 |
---|
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="clear: both;"> <tr> <td class="thead" colspan="2"><strong>{$lang->warning_is_revoked}</strong></td>
|
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="clear: both;"> <tr> <td class="thead" colspan="2"><strong>{$lang->warning_is_revoked}</strong></td>
|
</tr> <tr>
| </tr> <tr>
|
<td class="tcat" width="50%"><span class="smalltext"><strong>{$lang->revoked_by}</strong></span></td> <td class="tcat" width="50%"><span class="smalltext"><strong>{$lang->date_revoked}</strong></span></td> </tr>
| <td class="tcat" width="50%"><span class="smalltext"><strong>{$lang->revoked_by}</strong></span></td> <td class="tcat" width="50%"><span class="smalltext"><strong>{$lang->date_revoked}</strong></span></td> </tr>
|
Zeile 9244 | Zeile 9256 |
---|
<td class="trow2" colspan="2">{$revoke_reason}</td> </tr> </table>]]></template>
|
<td class="trow2" colspan="2">{$revoke_reason}</td> </tr> </table>]]></template>
|
<template name="xmlhttp_buddyselect" version="1400"><![CDATA[<table border="0" cellspacing="1" cellpadding="4" class="tborder" style="width: 300px;">
| <template name="xmlhttp_buddyselect" version="1405"><![CDATA[<table border="0" cellspacing="1" cellpadding="4" class="tborder" style="width: 300px;">
|
<thead> <tr> <td class="thead">
| <thead> <tr> <td class="thead">
|
Zeile 9271 | Zeile 9283 |
---|
<td class="trow1"> <div class="smalltext"><strong>{$lang->selected_recipients}</strong></div> <div id="buddyselect_buddies" class="smalltext" style="padding-left: 10px; height: 50px; overflow: auto;"></div>
|
<td class="trow1"> <div class="smalltext"><strong>{$lang->selected_recipients}</strong></div> <div id="buddyselect_buddies" class="smalltext" style="padding-left: 10px; height: 50px; overflow: auto;"></div>
|
<div style="text-align: right;"><input type="button" value="{$lang->ok}" onclick="UserCP.closeBuddySelect();" /> <input type="button" value="{$lang->cancel}" onclick="UserCP.closeBuddySelect(true);" /></div>
| <div style="text-align: right;"><input type="button" class="button" value="{$lang->ok}" onclick="UserCP.closeBuddySelect();" /> <input type="button" class="button" value="{$lang->cancel}" onclick="UserCP.closeBuddySelect(true);" /></div>
|
</td> </tr> </tbody>
| </td> </tr> </tbody>
|
Zeile 9289 | Zeile 9301 |
---|
<template name="calendar_dayview_noevents" version="1400"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="trow1">{$lang->no_events}</td>
|
<template name="calendar_dayview_noevents" version="1400"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="trow1">{$lang->no_events}</td>
|
</tr>
| </tr>
|
</table>]]></template> <template name="forumbit_depth2_forum_lastpost" version="1400"><![CDATA[<span class="smalltext">
|
</table>]]></template> <template name="forumbit_depth2_forum_lastpost" version="1400"><![CDATA[<span class="smalltext">
|
<a href="{$lastpost_link}" title="{$full_lastpost_subject}"><strong>{$lastpost_subject}</strong></a> <br />{$lastpost_date} {$lastpost_time}<br />{$lang->by} {$lastpost_profilelink}</span> ]]></template>
| <a href="{$lastpost_link}" title="{$full_lastpost_subject}"><strong>{$lastpost_subject}</strong></a> <br />{$lastpost_date} {$lastpost_time}<br />{$lang->by} {$lastpost_profilelink}</span> ]]></template>
|
<template name="forumbit_depth1_forum_lastpost" version="1400"><![CDATA[<span class="smalltext"> <a href="{$lastpost_link}" title="{$full_lastpost_subject}"><strong>{$lastpost_subject}</strong></a> <br />{$lastpost_date} {$lastpost_time}<br />{$lang->by} {$lastpost_profilelink}</span>
| <template name="forumbit_depth1_forum_lastpost" version="1400"><![CDATA[<span class="smalltext"> <a href="{$lastpost_link}" title="{$full_lastpost_subject}"><strong>{$lastpost_subject}</strong></a> <br />{$lastpost_date} {$lastpost_time}<br />{$lang->by} {$lastpost_profilelink}</span>
|
Zeile 9309 | Zeile 9321 |
---|
<br /> <form action="member.php" method="post"> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
|
<br /> <form action="member.php" method="post"> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
|
<tr>
| <tr>
|
<td class="thead"><strong>{$mybb->settings['bbname']} - {$lang->coppa_compliance}</strong></td> </tr> <tr>
| <td class="thead"><strong>{$mybb->settings['bbname']} - {$lang->coppa_compliance}</strong></td> </tr> <tr>
|
Zeile 9317 | Zeile 9329 |
---|
{$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 9327 | Zeile 9339 |
---|
<td class="smalltext"><label for="day">{$lang->day}:</label></td> <td class="smalltext"><label for="month">{$lang->month}:</label></td> <td class="smalltext"><label for="year">{$lang->year}:</label></td>
|
<td class="smalltext"><label for="day">{$lang->day}:</label></td> <td class="smalltext"><label for="month">{$lang->month}:</label></td> <td class="smalltext"><label for="year">{$lang->year}:</label></td>
|
</tr> <tr>
| </tr> <tr>
|
<td> <select name="bday1" id="day"> <option value=""> </option>
| <td> <select name="bday1" id="day"> <option value=""> </option>
|
Zeile 9421 | Zeile 9433 |
---|
<dt><label for="relation">{$lang->relation}</label></dt> <dd><input type="text" class="textbox" id="relation" /></dd>
|
<dt><label for="relation">{$lang->relation}</label></dt> <dd><input type="text" class="textbox" id="relation" /></dd>
|
|
|
<dt><label for="phone">{$lang->phone_no}</label></dt> <dd><input type="text" class="textbox" id="phone" /></dd>
| <dt><label for="phone">{$lang->phone_no}</label></dt> <dd><input type="text" class="textbox" id="phone" /></dd>
|
Zeile 9479 | Zeile 9491 |
---|
<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} <br /> <div align="center"><input type="submit" class="button" name="reportsubmit" value="{$lang->perform_actions}" /></div> </td>
| </table> {$multipage} {$mass_controls} <br /> <div align="center"><input type="submit" class="button" name="reportsubmit" value="{$lang->perform_actions}" /></div> </td>
|
</tr> </table> </form>
| </tr> </table> </form>
|
Zeile 9503 | Zeile 9515 |
---|
<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>
|
</div> <div class="modqueue_meta">
| </div> <div class="modqueue_meta">
|
{$forum} </div> {$thread['postmessage']}
| {$forum} </div> {$thread['postmessage']}
|
Zeile 9515 | Zeile 9527 |
---|
<template name="modcp_modqueue_posts" version="1400"><![CDATA[<html> <head> <title>{$mybb->settings['bbname']} - {$lang->posts_awaiting_moderation}</title>
|
<template name="modcp_modqueue_posts" version="1400"><![CDATA[<html> <head> <title>{$mybb->settings['bbname']} - {$lang->posts_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>
| {$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">
| {$modcp_nav} <td valign="top"> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
|
Zeile 9536 | Zeile 9548 |
---|
</div> <strong>{$lang->posts_awaiting_moderation}</strong> </td>
|
</div> <strong>{$lang->posts_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> {$posts}
|
<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> {$posts}
|
</table>
| </table>
|
{$multipage} {$mass_controls} <br />
| {$multipage} {$mass_controls} <br />
|
Zeile 9579 | Zeile 9591 |
---|
<template name="modcp_modqueue_attachments" version="1400"><![CDATA[<html> <head> <title>{$mybb->settings['bbname']} - {$lang->attachments_awaiting_moderation}</title>
|
<template name="modcp_modqueue_attachments" version="1400"><![CDATA[<html> <head> <title>{$mybb->settings['bbname']} - {$lang->attachments_awaiting_moderation}</title>
|
{$headerinclude} </head> <body>
| {$headerinclude} </head> <body>
|
{$header} <form action="modcp.php" method="post"> <input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
| {$header} <form action="modcp.php" method="post"> <input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
|
Zeile 9638 | Zeile 9650 |
---|
{$header} <form action="modcp.php" method="post"> <input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
|
{$header} <form action="modcp.php" method="post"> <input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
|
<table width="100%" border="0" align="center"> <tr>
| <table width="100%" border="0" align="center"> <tr>
|
{$modcp_nav} <td valign="top"> {$errors}
| {$modcp_nav} <td valign="top"> {$errors}
|
Zeile 9652 | Zeile 9664 |
---|
<fieldset class="trow2"> <legend><strong>{$lang->profile_required}</strong></legend> <table cellspacing="0" cellpadding="{$theme['tablespace']}">
|
<fieldset class="trow2"> <legend><strong>{$lang->profile_required}</strong></legend> <table cellspacing="0" cellpadding="{$theme['tablespace']}">
|
<tr>
| <tr>
|
<td><span class="smalltext">{$lang->current_username}</span></td>
|
<td><span class="smalltext">{$lang->current_username}</span></td>
|
</tr> <tr> <td><strong>{$profile_link}</strong></td> </tr>
| </tr> <tr> <td><strong>{$profile_link}</strong></td> </tr>
|
{$requiredfields} </table> </fieldset>
| {$requiredfields} </table> </fieldset>
|
Zeile 9734 | Zeile 9746 |
---|
</tr> <tr> <td><input type="text" class="textbox" name="usertitle" size="25" maxlength="{$mybb->settings['customtitlemaxlength']}" value="{$newtitle}" /></td>
|
</tr> <tr> <td><input type="text" class="textbox" name="usertitle" size="25" maxlength="{$mybb->settings['customtitlemaxlength']}" value="{$newtitle}" /></td>
|
</tr>
| </tr>
|
<tr> <td><span class="smalltext"><input type="checkbox" name="reverttitle" id="reverttitle" class="checkbox" /> {$lang->revert_usertitle}</span></td> </tr>
| <tr> <td><span class="smalltext"><input type="checkbox" name="reverttitle" id="reverttitle" class="checkbox" /> {$lang->revert_usertitle}</span></td> </tr>
|
Zeile 9793 | Zeile 9805 |
---|
<input type="hidden" name="action" value="do_editprofile" /> <input type="hidden" name="uid" value="{$user['uid']}" /> <input type="submit" class="button" value="{$lang->update_profile}" />
|
<input type="hidden" name="action" value="do_editprofile" /> <input type="hidden" name="uid" value="{$user['uid']}" /> <input type="submit" class="button" value="{$lang->update_profile}" />
|
</div> </td> </tr>
| </div> </td> </tr>
|
</table> </form> {$footer} </body> </html>]]></template>
|
</table> </form> {$footer} </body> </html>]]></template>
|
<template name="modcp_finduser" version="1400"><![CDATA[<html>
| <template name="modcp_finduser" version="1405"><![CDATA[<html>
|
<head> <title>{$mybb->settings['bbname']} - {$lang->find_users}</title> {$headerinclude}
| <head> <title>{$mybb->settings['bbname']} - {$lang->find_users}</title> {$headerinclude}
|
Zeile 9856 | Zeile 9868 |
---|
</table> <br /> <div align="center">
|
</table> <br /> <div align="center">
|
<input type="submit" value="{$lang->find_users}" />
| <input type="submit" class="button" value="{$lang->find_users}" />
|
</div> </td> </tr>
| </div> </td> </tr>
|
Zeile 10042 | Zeile 10054 |
---|
<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_warninglogs" version="1400"><![CDATA[<html>
| <template name="modcp_warninglogs" version="1405"><![CDATA[<html>
|
<head> <title>{$mybb->settings['bbname']} - {$lang->warning_logs}</title> {$headerinclude}
| <head> <title>{$mybb->settings['bbname']} - {$lang->warning_logs}</title> {$headerinclude}
|
Zeile 10107 | Zeile 10119 |
---|
<tr> <td class="trow1" width="25%"><strong>{$lang->per_page}</strong></td> <td class="trow1" width="75%"><input type="text" name="filter[per_page]" value="{$per_page}" class="textbox" /></td>
|
<tr> <td class="trow1" width="25%"><strong>{$lang->per_page}</strong></td> <td class="trow1" width="75%"><input type="text" name="filter[per_page]" value="{$per_page}" class="textbox" /></td>
|
</tr> </table> <br />
| </tr> </table> <br />
|
<div align="center">
|
<div align="center">
|
<input type="submit" value="{$lang->filter_warning_logs}" />
| <input type="submit" class="button" value="{$lang->filter_warning_logs}" />
|
</div> </form> </td>
| </div> </form> </td>
|
Zeile 10177 | Zeile 10189 |
---|
</table> <br />]]></template> <template name="modcp_announcements" version="1400"><![CDATA[<html>
|
</table> <br />]]></template> <template name="modcp_announcements" version="1400"><![CDATA[<html>
|
<head> <title>{$mybb->settings['bbname']} - {$lang->manage_announcement}</title> {$headerinclude}
| <head> <title>{$mybb->settings['bbname']} - {$lang->manage_announcement}</title> {$headerinclude}
|
</head> <body> {$header}
| </head> <body> {$header}
|
Zeile 10204 | Zeile 10216 |
---|
{$footer} </body> </html>]]></template>
|
{$footer} </body> </html>]]></template>
|
<template name="modcp_announcements_new" version="1401"><![CDATA[<html>
| <template name="modcp_announcements_new" version="1405"><![CDATA[<html>
|
<head> <title>{$mybb->settings['bbname']} - {$lang->manage_announcement}</title> {$headerinclude}
| <head> <title>{$mybb->settings['bbname']} - {$lang->manage_announcement}</title> {$headerinclude}
|
Zeile 10223 | Zeile 10235 |
---|
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead" colspan="6"><strong>{$lang->add_announcement}</strong></td>
|
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead" colspan="6"><strong>{$lang->add_announcement}</strong></td>
|
</tr> <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> <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> <select name="starttime_month"> {$startdatemonth} </select> <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> </tr> <tr> <td class="trow1" colspan="1" valign="top" width="25%"><strong>{$lang->end_date}</strong></td> <td class="trow1" valign="top" width="75%"> <input type="radio" name="endtime_type" value="1"{$end_type_sel['finite']} /> <select name="endtime_day"> {$enddateday} </select> <select name="endtime_month"> {$enddatemonth} </select> <input type="text" name="endtime_year" value="{$enddateyear}" size="4" maxlength="4"/> - {$lang->time} <input type="text" name="endtime_time" value="{$endtime_time}" size="10" /> <br /><input type="radio" name="endtime_type" value="2"{$end_type_sel['infinite']} /> {$lang->never} </td> </tr> <tr> <td class="trow1" valign="top" width="25%"><strong>{$lang->announcement}</strong><br />{$smilieinserter}</td> <td class="trow1" valign="top" width="75%"><textarea id="message" name="message" rows="20" cols="70">{$message}</textarea>{$codebuttons}</td> </tr> <tr> <td class="trow1" valign="top" width="25%"><strong>{$lang->allow_html}</strong></td> <td class="trow1" valign="top" width="75%"><label><input type="radio" name="allowhtml" value="1"{$html_sel['yes']} /> {$lang->yes}</label> <label><input type="radio" name="allowhtml" value="0"{$html_sel['no']} /> {$lang->no}</label></td> </tr> <tr> <td class="trow1" valign="top" width="25%"><strong>{$lang->allow_mycode}</strong></td> <td class="trow1" valign="top" width="75%"><label><input type="radio" name="allowmycode" value="1"{$mycode_sel['yes']} /> {$lang->yes}</label> <label><input type="radio" name="allowmycode" value="0"{$mycode_sel['no']} /> {$lang->no}</label></td> </tr> <tr> <td class="trow1" valign="top" width="25%"><strong>{$lang->allow_smilies}</strong></td> <td class="trow1" valign="top" width="75%"><label><input type="radio" name="allowsmilies" value="1"{$smilies_sel['yes']} /> {$lang->yes}</label> <label><input type="radio" name="allowsmilies" value="0"{$smilies_sel['no']} /> {$lang->no}</label></td> </tr> </table> <br /> <div align="center"> <input type="submit" class="submitbutton" name="Add Announcement" value="{$lang->add_announcement}" /> <input type="reset" class="submitbutton" name="Reset" value="{$lang->reset}" /> </div> </td> </tr> </table> </form> {$footer} </body> </html>]]></template> <template name="modcp_announcements_edit" version="1400"><![CDATA[<html> <head>
| </tr> <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> <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> <select name="starttime_month"> {$startdatemonth} </select> <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> </tr> <tr> <td class="trow1" colspan="1" valign="top" width="25%"><strong>{$lang->end_date}</strong></td> <td class="trow1" valign="top" width="75%"> <input type="radio" name="endtime_type" value="1"{$end_type_sel['finite']} /> <select name="endtime_day"> {$enddateday} </select> <select name="endtime_month"> {$enddatemonth} </select> <input type="text" name="endtime_year" value="{$enddateyear}" size="4" maxlength="4"/> - {$lang->time} <input type="text" name="endtime_time" value="{$endtime_time}" size="10" /> <br /><input type="radio" name="endtime_type" value="2"{$end_type_sel['infinite']} /> {$lang->never} </td> </tr> <tr> <td class="trow1" valign="top" width="25%"><strong>{$lang->announcement}</strong><br />{$smilieinserter}</td> <td class="trow1" valign="top" width="75%"><textarea id="message" name="message" rows="20" cols="70">{$message}</textarea>{$codebuttons}</td> </tr> <tr> <td class="trow1" valign="top" width="25%"><strong>{$lang->allow_html}</strong></td> <td class="trow1" valign="top" width="75%"><label><input type="radio" name="allowhtml" value="1"{$html_sel['yes']} /> {$lang->yes}</label> <label><input type="radio" name="allowhtml" value="0"{$html_sel['no']} /> {$lang->no}</label></td> </tr> <tr> <td class="trow1" valign="top" width="25%"><strong>{$lang->allow_mycode}</strong></td> <td class="trow1" valign="top" width="75%"><label><input type="radio" name="allowmycode" value="1"{$mycode_sel['yes']} /> {$lang->yes}</label> <label><input type="radio" name="allowmycode" value="0"{$mycode_sel['no']} /> {$lang->no}</label></td> </tr> <tr> <td class="trow1" valign="top" width="25%"><strong>{$lang->allow_smilies}</strong></td> <td class="trow1" valign="top" width="75%"><label><input type="radio" name="allowsmilies" value="1"{$smilies_sel['yes']} /> {$lang->yes}</label> <label><input type="radio" name="allowsmilies" value="0"{$smilies_sel['no']} /> {$lang->no}</label></td> </tr> </table> <br /> <div align="center"> <input type="submit" class="button" name="Add Announcement" value="{$lang->add_announcement}" /> <input type="reset" class="button" name="Reset" value="{$lang->reset}" /> </div> </td> </tr> </table> </form> {$footer} </body> </html>]]></template> <template name="modcp_announcements_edit" version="1405"><![CDATA[<html> <head>
|
<title>{$mybb->settings['bbname']} - {$lang->manage_announcement}</title> {$headerinclude} </head>
| <title>{$mybb->settings['bbname']} - {$lang->manage_announcement}</title> {$headerinclude} </head>
|
Zeile 10309 | Zeile 10321 |
---|
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead" colspan="6"><strong>{$lang->edit_announcement}</strong></td>
|
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead" colspan="6"><strong>{$lang->edit_announcement}</strong></td>
|
</tr>
| </tr>
|
<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>
| </select>
|
<select name="starttime_month"> {$startdatemonth} </select> <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" />
|
<select name="starttime_month"> {$startdatemonth} </select> <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> </tr> <tr>
| </td> </tr> <tr>
|
<td class="trow1" colspan="1" valign="top" width="25%"><strong>{$lang->end_date}</strong></td> <td class="trow1" valign="top" width="75%"> <input type="radio" name="endtime_type" value="1"{$end_type_sel['finite']} />
| <td class="trow1" colspan="1" valign="top" width="25%"><strong>{$lang->end_date}</strong></td> <td class="trow1" valign="top" width="75%"> <input type="radio" name="endtime_type" value="1"{$end_type_sel['finite']} />
|
Zeile 10365 | Zeile 10377 |
---|
</table> <br /> <div align="center">
|
</table> <br /> <div align="center">
|
<input type="submit" class="submitbutton" name="Edit Announcement" value="{$lang->edit_announcement}" /> <input type="reset" class="submitbutton" name="Reset" value="{$lang->reset}" />
| <input type="submit" class="button" name="Edit Announcement" value="{$lang->edit_announcement}" /> <input type="reset" class="button" name="Reset" value="{$lang->reset}" />
|
</div>
|
</div>
|
</td> </tr>
| </td> </tr>
|
</table> </form> {$footer}
| </table> </form> {$footer}
|
Zeile 10417 | Zeile 10429 |
---|
<template name="search_results_inlinemodcol" version="120"><![CDATA[<td class="tcat" align="center"> </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="120"><![CDATA[<td class="tcat" align="center"> </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="1400"><![CDATA[<script type="text/javascript" src="jscripts/inline_moderation.js?ver=1400"></script>
| <template name="search_results_posts_inlinemoderation" version="1405"><![CDATA[<script type="text/javascript" src="jscripts/inline_moderation.js?ver=1400"></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 10427 | Zeile 10439 |
---|
<select name="action"> <optgroup label="{$lang->standard_mod_tools}"> <option value="multideleteposts">{$lang->inline_delete_posts}</option>
|
<select name="action"> <optgroup label="{$lang->standard_mod_tools}"> <option value="multideleteposts">{$lang->inline_delete_posts}</option>
|
<option value="multimergeposts">{$lang->inline_merge_posts}</option> <option value="multisplitposts">{$lang->inline_split_posts}</option>
| |
<option value="multiapproveposts">{$lang->inline_approve_posts}</option> <option value="multiunapproveposts">{$lang->inline_unapprove_posts}</option> </optgroup>
| <option value="multiapproveposts">{$lang->inline_approve_posts}</option> <option value="multiunapproveposts">{$lang->inline_unapprove_posts}</option> </optgroup>
|