Zeile 1 | Zeile 1 |
---|
<?xml version="1.0" encoding="ISO-8859-1"?> <theme name="MyBB Master Style" version="120">
| <?xml version="1.0" encoding="UTF-8"?> <theme name="MyBB Master Style" version="122">
|
<cssbits> <body> <background><![CDATA[#efefef]]></background>
| <cssbits> <body> <background><![CDATA[#efefef]]></background>
|
Zeile 9 | Zeile 9 |
---|
<font-style><![CDATA[]]></font-style> <font-weight><![CDATA[]]></font-weight> <extra><![CDATA[text-align: center; /* IE 5 fix */
|
<font-style><![CDATA[]]></font-style> <font-weight><![CDATA[]]></font-weight> <extra><![CDATA[text-align: center; /* IE 5 fix */
|
line-height: 1.4]]></extra>
| line-height: 1.4;]]></extra>
|
<a_link> <color><![CDATA[#026CB1]]></color> <text-decoration><![CDATA[none]]></text-decoration>
| <a_link> <color><![CDATA[#026CB1]]></color> <text-decoration><![CDATA[none]]></text-decoration>
|
Zeile 448 | Zeile 448 |
---|
}]]></extracss> </themebits> <templates>
|
}]]></extracss> </themebits> <templates>
|
<template name="forumdisplay_threadlist" version="120"><![CDATA[<div class="float_right" style="padding-bottom: 4px;">
| <template name="forumdisplay_threadlist" version="122"><![CDATA[<div class="float_right" style="padding-bottom: 4px;">
|
{$newthread} </div> {$multipage}
| {$newthread} </div> {$multipage}
|
Zeile 521 | Zeile 521 |
---|
<table width="100%" border="0"> <tr> <td>
|
<table width="100%" border="0"> <tr> <td>
|
<table width="5%" cellspacing="0" cellpadding="2" style="white-space: nowrap; border: none">
| <table cellspacing="0" cellpadding="2" style="white-space: nowrap; border: none">
|
<tr> <td> <img src="{$theme['imgdir']}/newfolder.gif" alt="{$lang->new_thread}" /> <span class="smalltext">{$lang->new_thread}</span><br />
| <tr> <td> <img src="{$theme['imgdir']}/newfolder.gif" alt="{$lang->new_thread}" /> <span class="smalltext">{$lang->new_thread}</span><br />
|
Zeile 555 | Zeile 555 |
---|
</table> <br />]]></template> <template name="post_savedraftbutton" version="120"><![CDATA[ <input type="submit" class="button" name="savedraft" value="{$lang->save_draft}" />]]></template>
|
</table> <br />]]></template> <template name="post_savedraftbutton" version="120"><![CDATA[ <input type="submit" class="button" name="savedraft" value="{$lang->save_draft}" />]]></template>
|
<template name="index" version="120"><![CDATA[<html>
| <template name="index" version="1210"><![CDATA[<html>
|
<head> <title>{$mybb->settings['bbname']}</title> {$headerinclude}
| <head> <title>{$mybb->settings['bbname']}</title> {$headerinclude}
|
Zeile 563 | Zeile 563 |
---|
<body> {$header} {$forums}
|
<body> {$header} {$forums}
|
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <thead> <tr> <td class="thead"> <div class="expcolimage"><img src="{$theme['imgdir']}/collapse{$collapsedimg['boardstats']}.gif" id="boardstats_img" class="expander" alt="[-]" /></div> <div><strong>{$lang->boardstats}</strong></div> </td> </tr> </thead> <tbody style="{$collapsed['boardstats_e']}" id="boardstats_e"> {$whosonline} {$birthdays} {$forumstats} </tbody> </table> <br />
| {$boardstats}
|
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="trow1">
| <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="trow1">
|
Zeile 600 | Zeile 585 |
---|
{$footer} </body> </html>]]></template>
|
{$footer} </body> </html>]]></template>
|
<template name="header_welcomeblock_member" version="120"><![CDATA[ <span style="float:right;">{$lang->welcome_current_time}</span> {$lang->welcome_back} (<a href="{$mybb->settings['bburl']}/usercp.php"><strong>{$lang->welcome_usercp}</strong></a>{$admincplink} — <a href="{$mybb->settings['bburl']}/member.php?action=logout&uid={$mybb->user['uid']}">{$lang->welcome_logout}</a>)<br />
| <template name="header_welcomeblock_member" version="1210"><![CDATA[ <span style="float:right;">{$lang->welcome_current_time}</span> {$lang->welcome_back} (<a href="{$mybb->settings['bburl']}/usercp.php"><strong>{$lang->welcome_usercp}</strong></a>{$admincplink} — <a href="{$mybb->settings['bburl']}/member.php?action=logout&logoutkey={$mybb->user['logoutkey']}">{$lang->welcome_logout}</a>)<br />
|
<span class="links">
|
<span class="links">
|
<a href="#" onclick="MyBB.popupWindow('misc.php?action=buddypopup', 'buddyList', 170, 300);">{$lang->welcome_open_buddy_list}</a>
| <a href="#" onclick="MyBB.popupWindow('{$mybb->settings['bburl']}/misc.php?action=buddypopup', 'buddyList', 170, 300);">{$lang->welcome_open_buddy_list}</a>
|
</span>
|
</span>
|
<a href="search.php?action=getnew">{$lang->welcome_newposts}</a> | <a href="search.php?action=getdaily">{$lang->welcome_todaysposts}</a> | <a href="private.php">{$lang->welcome_pms}</a> {$lang->welcome_pms_usage}]]></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="postbit_online" version="120"><![CDATA[<a href="online.php"><font color="#15A018"><strong>{$lang->postbit_status_online}</strong></font></a>]]></template> <template name="showthread_moderationoptions" version="120"><![CDATA[<br /> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
| <template name="postbit_online" version="120"><![CDATA[<a href="online.php"><font color="#15A018"><strong>{$lang->postbit_status_online}</strong></font></a>]]></template> <template name="showthread_moderationoptions" version="120"><![CDATA[<br /> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
|
Zeile 647 | Zeile 632 |
---|
<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="120"><![CDATA[<script type="text/javascript" src="jscripts/inline_moderation.js?ver=120"></script>
| <template name="showthread_inlinemoderation" version="1210"><![CDATA[<script type="text/javascript" src="jscripts/inline_moderation.js?ver=121"></script>
|
<form action="moderation.php" method="post" style="margin-top: 0; margin-bottom: 0;"> <input type="hidden" name="tid" value="{$tid}" /> <input type="hidden" name="modtype" value="inlinepost" />
| <form action="moderation.php" method="post" style="margin-top: 0; margin-bottom: 0;"> <input type="hidden" name="tid" value="{$tid}" /> <input type="hidden" name="modtype" value="inlinepost" />
|
Zeile 663 | Zeile 648 |
---|
{$customposttools} </select> <input type="submit" class="button" name="go" value="{$lang->go} ({$inlinecount})" id="inline_go" />
|
{$customposttools} </select> <input type="submit" class="button" name="go" value="{$lang->go} ({$inlinecount})" id="inline_go" />
|
<input type="button" onclick="javascript:inlineModeration.clearChecked();" value="{$lang->clear}" />
| <input type="button" class="button" onclick="javascript:inlineModeration.clearChecked();" value="{$lang->clear}" />
|
</form> <script language="JavaScript" type="text/javascript"> var go_text = "{$lang->inline_go}";
| </form> <script language="JavaScript" type="text/javascript"> var go_text = "{$lang->inline_go}";
|
Zeile 677 | Zeile 662 |
---|
<script type="text/javascript"> var quickdelete_confirm = "{$lang->quickdelete_confirm}"; </script>
|
<script type="text/javascript"> var quickdelete_confirm = "{$lang->quickdelete_confirm}"; </script>
|
<script type="text/javascript" src="jscripts/thread.js?ver=120"></script>
| <script type="text/javascript" src="jscripts/thread.js?ver=121"></script>
|
</head> <body> {$header}
| </head> <body> {$header}
|
Zeile 789 | Zeile 774 |
---|
<head> <title>{$mybb->settings['bbname']} - {$lang->edit_post}</title> {$headerinclude}
|
<head> <title>{$mybb->settings['bbname']} - {$lang->edit_post}</title> {$headerinclude}
|
<script type="text/javascript" src="jscripts/post.js?ver=120"></script>
| <script type="text/javascript" src="jscripts/post.js?ver=121"></script>
|
</head> <body> {$header}
| </head> <body> {$header}
|
Zeile 852 | Zeile 837 |
---|
</html>]]></template> <template name="editpost_disablesmilies" version="120"><![CDATA[<br /> <label><input type="checkbox" class="checkbox" name="postoptions[disablesmilies]" value="yes" tabindex="8" {$postoptionschecked['disablesmilies']} /> {$lang->options_disablesmilies}</label>]]></template>
|
</html>]]></template> <template name="editpost_disablesmilies" version="120"><![CDATA[<br /> <label><input type="checkbox" class="checkbox" name="postoptions[disablesmilies]" value="yes" tabindex="8" {$postoptionschecked['disablesmilies']} /> {$lang->options_disablesmilies}</label>]]></template>
|
<template name="newreply" version="120"><![CDATA[<html>
| <template name="newreply" version="127"><![CDATA[<html>
|
<head> <title>{$lang->post_reply_to}</title> {$headerinclude}
|
<head> <title>{$lang->post_reply_to}</title> {$headerinclude}
|
<script type="text/javascript" src="jscripts/post.js?ver=120"></script>
| <script type="text/javascript" src="jscripts/post.js?ver=121"></script>
|
</head> <body> {$header}
| </head> <body> {$header}
|
Zeile 902 | Zeile 887 |
---|
<div align="center"><input type="submit" class="button" name="submit" value="{$lang->post_reply}" tabindex="3" accesskey="s" /> <input type="submit" class="button" name="previewpost" value="{$lang->preview_post}" tabindex="4" />{$savedraftbutton}</div> <input type="hidden" name="action" value="do_newreply" /> <input type="hidden" name="tid" value="{$tid}" />
|
<div align="center"><input type="submit" class="button" name="submit" value="{$lang->post_reply}" tabindex="3" accesskey="s" /> <input type="submit" class="button" name="previewpost" value="{$lang->preview_post}" tabindex="4" />{$savedraftbutton}</div> <input type="hidden" name="action" value="do_newreply" /> <input type="hidden" name="tid" value="{$tid}" />
|
<input type="hidden" name="replyto" value="{$pid}" />
| <input type="hidden" name="replyto" value="{$replyto}" />
|
<input type="hidden" name="posthash" value="{$posthash}" /> <input type="hidden" name="attachmentaid" value="" /> <input type="hidden" name="attachmentact" value="" />
| <input type="hidden" name="posthash" value="{$posthash}" /> <input type="hidden" name="attachmentaid" value="" /> <input type="hidden" name="attachmentact" value="" />
|
Zeile 962 | Zeile 947 |
---|
<head> <title>{$lang->newthread_in}</title> {$headerinclude}
|
<head> <title>{$lang->newthread_in}</title> {$headerinclude}
|
<script type="text/javascript" src="jscripts/post.js?ver=120"></script>
| <script type="text/javascript" src="jscripts/post.js?ver=121"></script>
|
</head> <body> {$header}
| </head> <body> {$header}
|
Zeile 1416 | Zeile 1401 |
---|
</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="120"><![CDATA[<script type="text/javascript" src="jscripts/inline_moderation.js?ver=120"></script>
| <template name="forumdisplay_inlinemoderation" version="120"><![CDATA[<script type="text/javascript" src="jscripts/inline_moderation.js?ver=121"></script>
|
<form action="moderation.php" method="post"> <input type="hidden" name="fid" value="{$fid}" /> <input type="hidden" name="modtype" value="inlinethread" />
| <form action="moderation.php" method="post"> <input type="hidden" name="fid" value="{$fid}" /> <input type="hidden" name="modtype" value="inlinethread" />
|
Zeile 1437 | Zeile 1422 |
---|
{$customthreadtools} </select> <input type="submit" class="button" name="go" value="{$lang->inline_go} ({$inlinecount})" id="inline_go" />
|
{$customthreadtools} </select> <input type="submit" class="button" name="go" value="{$lang->inline_go} ({$inlinecount})" id="inline_go" />
|
<input type="button" onclick="javascript:inlineModeration.clearChecked();" value="{$lang->clear}" />
| <input type="button" onclick="javascript:inlineModeration.clearChecked();" value="{$lang->clear}" class="button" />
|
</div> </form> <script language="JavaScript" type="text/javascript">
| </div> </form> <script language="JavaScript" type="text/javascript">
|
Zeile 1446 | Zeile 1431 |
---|
var inlineId = {$fid}; </script> <br />]]></template>
|
var inlineId = {$fid}; </script> <br />]]></template>
|
<template name="report_thanks"><![CDATA[<html>
| <template name="report_thanks" version="122"><![CDATA[<html>
|
<head> <title>{$mybb->settings['bbname']} - {$lang->report_post}</title> {$headerinclude} </head> <body> <br />
|
<head> <title>{$mybb->settings['bbname']} - {$lang->report_post}</title> {$headerinclude} </head> <body> <br />
|
<table border="0" cellspacing="{$theme[borderwidth]}" cellpadding="{$theme[tablespace]}" class="tborder">
| <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
|
<tr> <td class="trow1" align="center"> <br />
|
<tr> <td class="trow1" align="center"> <br />
|
<br />
| <br />
|
<strong>{$lang->thank_you}</strong> <blockquote>{$lang->post_reported}</blockquote> <br /><br /> <div style="text-align: center;"> <script type="text/javascript"> document.write('[<a href="javascript:window.close();">{$lang->close_window}</a>]');</script>
|
<strong>{$lang->thank_you}</strong> <blockquote>{$lang->post_reported}</blockquote> <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>
|
</table> </body> </html>]]></template>
| </table> </body> </html>]]></template>
|
Zeile 1496 | Zeile 1481 |
---|
<div align="center"><input type="submit" class="button" value="{$lang->report_post}" /></div> </form> </td>
|
<div align="center"><input type="submit" class="button" value="{$lang->report_post}" /></div> </form> </td>
|
| </tr> </table> </body> </html>]]></template> <template name="report_error" version="123"><![CDATA[<html> <head> <title>{$mybb->settings['bbname']} - {$lang->report_post}</title> {$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>
</tr> <tr> <td class="trow1">{$error}</td>
|
</tr> </table> </body>
| </tr> </table> </body>
|
Zeile 1529 | Zeile 1532 |
---|
<template name="gobutton" version="120"><![CDATA[<input type="submit" class="button" value="{$lang->go}" />]]></template> <template name="postbit_away" version="120"><![CDATA[<a href="member.php?action=profile&uid={$post['uid']}"><font color="maroon">{$lang->postbit_status_away}</font></a>]]></template> <template name="calendar_dayview_birthdays_bday" version="120"><![CDATA[{$comma}<a href="member.php?action=profile&uid={$bdays['uid']}"><strong>{$bdays['username']}</strong></a>{$age}]]></template>
|
<template name="gobutton" version="120"><![CDATA[<input type="submit" class="button" value="{$lang->go}" />]]></template> <template name="postbit_away" version="120"><![CDATA[<a href="member.php?action=profile&uid={$post['uid']}"><font color="maroon">{$lang->postbit_status_away}</font></a>]]></template> <template name="calendar_dayview_birthdays_bday" version="120"><![CDATA[{$comma}<a href="member.php?action=profile&uid={$bdays['uid']}"><strong>{$bdays['username']}</strong></a>{$age}]]></template>
|
<template name="misc_imcenter_icq" version="120"><![CDATA[<html>
| <template name="misc_imcenter_icq" version="128"><![CDATA[<html>
|
<head> <title>{$lang->icq_message_center}</title> {$headerinclude} </head>
|
<head> <title>{$lang->icq_message_center}</title> {$headerinclude} </head>
|
<body style="margin:0;top:0;left:0;" class="trow2"> <form action="http://msg.mirabilis.com/scripts/WWPMsg.dll" method="get" name="frmPager">
| <body style="margin: 0; top: 0; left: 0;" class="trow2">
|
<table width="100%" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" border="0" align="center" class="tborder"> <tr>
|
<table width="100%" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" border="0" align="center" class="tborder"> <tr>
|
<td class="thead" align="center" colspan="2"><strong>{$user['username']} - {$lang->icq_message_center}</strong></td> </tr> <tr> <td class="tcat" align="center" colspan="2"><span class="smalltext"><strong>{$navigationbar}</strong></span></td> </tr> <tr> <td class="trow2" align="center" colspan="2">#{$user['icq']} - {$user['username']}</td> </tr> <tr> <td class="trow1"><strong>{$lang->your_name}</strong></td> <td class="trow1"><input type="text" class="textbox" name="from" style="width:100%" value="{$mybb->user['username']}" /></td> </tr>
| <td class="thead" align="center"><strong>{$user['username']} - {$lang->yahoo_center}</strong></td> </tr> <tr> <td class="tcat" align="center"><span class="smalltext"><strong>{$navigationbar}</strong></span></td> </tr> <tr> <td class="trow1" align="center" colspan="2"><strong>{$user['icq']}</strong></td> </tr>
|
<tr>
|
<tr>
|
<td class="trow1"><strong>{$lang->your_email}</strong></td> <td class="trow1"><input type="text" class="textbox" name="fromemail" style="width:100%" value="{$mybb->user['email']}" /></td>
| <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> <tr>
|
<td class="trow1" valign="top"><strong>{$lang->your_message}</strong></td> <td class="trow1"><textarea style="width:100%" rows="12" name="body"></textarea></td> </tr> <tr> <td class="trow1" align="center" colspan="2"><input type="submit" class="button" name="submit" value="{$lang->send_message}"></td>
| <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> </table>
|
</tr> </table>
|
<input type="hidden" name="subject" value="From WebPager Panel" /> <input type="hidden" name="to" value="{$user['icq']}" /> </form>
| |
</body> </html>]]></template> <template name="forumdisplay_thread_rating" version="120"><![CDATA[<td align="center" class="{$bgcolor}"><img src="{$theme['imgdir']}/{$thread['rating']}" alt="{$ratingvotesav}" /></td>
| </body> </html>]]></template> <template name="forumdisplay_thread_rating" version="120"><![CDATA[<td align="center" class="{$bgcolor}"><img src="{$theme['imgdir']}/{$thread['rating']}" alt="{$ratingvotesav}" /></td>
|
Zeile 1722 | Zeile 1712 |
---|
Failure to comply with the above will result in prosecution to the full extent of the law. This is free software, support us and we'll support you. -->
|
Failure to comply with the above will result in prosecution to the full extent of the law. This is free software, support us and we'll support you. -->
|
{$lang->powered_by} <a href="http://www.mybboard.com" target="_blank">MyBB</a> {$mybbversion}<br /> {$lang->copyright} © 2002-{$copy_year} <strong><a href="http://www.mybboard.com" target="_blank">MyBB Group</a></strong>
| {$lang->powered_by} <a href="http://www.mybboard.net" target="_blank">MyBB</a> {$mybbversion}<br /> {$lang->copyright} © 2002-{$copy_year} <strong><a href="http://www.mybboard.net" target="_blank">MyBB Group</a></strong>
|
<!-- End copyright --> <br /> <br class="clear" />
| <!-- End copyright --> <br /> <br class="clear" />
|
Zeile 1968 | Zeile 1958 |
---|
<td class="{$altbg}" align="center">{$attachdate}, {$attachtime}</td> <td class="{$altbg}" width="1"><input type="checkbox" class="checkbox" name="attachments[{$attachment['aid']}]" value="{$attachment['aid']}" /></td> </tr>]]></template>
|
<td class="{$altbg}" align="center">{$attachdate}, {$attachtime}</td> <td class="{$altbg}" width="1"><input type="checkbox" class="checkbox" name="attachments[{$attachment['aid']}]" value="{$attachment['aid']}" /></td> </tr>]]></template>
|
<template name="misc_rules_forum" version="120"><![CDATA[<html>
| <template name="misc_rules_forum" version="1210"><![CDATA[<html>
|
<head> <title>{$mybb->settings['bbname']} - {$forum['rulestitle']}</title> {$headerinclude}
| <head> <title>{$mybb->settings['bbname']} - {$forum['rulestitle']}</title> {$headerinclude}
|
Zeile 1977 | Zeile 1967 |
---|
{$header} <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr>
|
{$header} <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr>
|
<td class="thead" colspan="{$colspan}"><strong>{$forum['rulestitle']}</td>
| <td class="thead" colspan="{$colspan}"><strong>{$forum['rulestitle']}</strong></td>
|
</tr> <tr> <td class="trow1">{$forum['rules']}</td>
| </tr> <tr> <td class="trow1">{$forum['rules']}</td>
|
Zeile 2073 | Zeile 2063 |
---|
{$footer} </body> </html>]]></template>
|
{$footer} </body> </html>]]></template>
|
<template name="usercp_avatar" version="120"><![CDATA[<html>
| <template name="usercp_avatar" version="127"><![CDATA[<html>
|
<head> <title>{$mybb->settings['bbname']} - {$lang->change_avatar}</title> {$headerinclude}
| <head> <title>{$mybb->settings['bbname']} - {$lang->change_avatar}</title> {$headerinclude}
|
Zeile 2084 | Zeile 2074 |
---|
<tr> {$usercpnav} <td valign="top">
|
<tr> {$usercpnav} <td valign="top">
|
| {$avatar_error}
|
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead" colspan="2"><strong>{$lang->change_avatar}</strong></td>
| <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead" colspan="2"><strong>{$lang->change_avatar}</strong></td>
|
Zeile 2140 | Zeile 2131 |
---|
{$footer} </body> </html>]]></template>
|
{$footer} </body> </html>]]></template>
|
<template name="usercp_avatar_gallery" version="120"><![CDATA[<html>
| <template name="usercp_avatar_gallery" version="123"><![CDATA[<html>
|
<head> <title>{$mybb->settings['bbname']} - {$lang->change_avatar}</title> {$headerinclude}
| <head> <title>{$mybb->settings['bbname']} - {$lang->change_avatar}</title> {$headerinclude}
|
Zeile 2151 | Zeile 2142 |
---|
<tr> {$usercpnav} <td valign="top">
|
<tr> {$usercpnav} <td valign="top">
|
| {$avatar_error}
|
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead"><strong>{$lang->change_avatar}</strong></td>
| <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead"><strong>{$lang->change_avatar}</strong></td>
|
Zeile 2197 | Zeile 2189 |
---|
</html>]]></template> <template name="usercp_avatar_gallery_avatar" version="120"><![CDATA[<td width="20%" align="center"><label for="avatar-{$avatar}"><img src="{$avatarpath}" alt="{$avatar}" /><br /><input type="radio" class="radio" name="avatar" value="{$avatar}" id="avatar-{$avatar}" /><strong>{$avatarname}</strong></td>]]></template> <template name="usercp_avatar_current" version="120"><![CDATA[<td class="trow1" width="150" align="right"><img src="{$urltoavatar}" alt="{$lang->avatar}" {$avatar_width_height} /></td>]]></template>
|
</html>]]></template> <template name="usercp_avatar_gallery_avatar" version="120"><![CDATA[<td width="20%" align="center"><label for="avatar-{$avatar}"><img src="{$avatarpath}" alt="{$avatar}" /><br /><input type="radio" class="radio" name="avatar" value="{$avatar}" id="avatar-{$avatar}" /><strong>{$avatarname}</strong></td>]]></template> <template name="usercp_avatar_current" version="120"><![CDATA[<td class="trow1" width="150" align="right"><img src="{$urltoavatar}" alt="{$lang->avatar}" {$avatar_width_height} /></td>]]></template>
|
<template name="headerinclude" version="120"><![CDATA[<link rel="alternate" type="application/rss+xml" title="{$lang->latest_threads} (RSS 2.0)" href="{$mybb->settings['bburl']}/syndication.php" />
| <template name="headerinclude" version="123"><![CDATA[<link rel="alternate" type="application/rss+xml" title="{$lang->latest_threads} (RSS 2.0)" href="{$mybb->settings['bburl']}/syndication.php" />
|
<link rel="alternate" type="application/atom+xml" title="{$lang->latest_threads} (Atom 1.0)" href="{$mybb->settings['bburl']}/syndication.php?type=atom1.0" /> <meta http-equiv="Content-Type" content="text/html; charset={$charset}" />
|
<link rel="alternate" type="application/atom+xml" title="{$lang->latest_threads} (Atom 1.0)" href="{$mybb->settings['bburl']}/syndication.php?type=atom1.0" /> <meta http-equiv="Content-Type" content="text/html; charset={$charset}" />
|
<script type="text/javascript" src="jscripts/prototype.lite.js?ver=120"></script> <script type="text/javascript" src="jscripts/moo.ajax.js?ver=120"></script> <script type="text/javascript" src="jscripts/general.js?ver=120"></script> <script type="text/javascript" src="jscripts/popup_menu.js?ver=120"></script>
| <script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/prototype.lite.js?ver=121"></script> <script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/moo.ajax.js?ver=121"></script> <script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/general.js?ver=121"></script> <script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/popup_menu.js?ver=121"></script>
|
<link rel="stylesheet" type="text/css" href="{$theme['css_url']}" /> <script language="Javascript" type="text/javascript"> <!--
| <link rel="stylesheet" type="text/css" href="{$theme['css_url']}" /> <script language="Javascript" type="text/javascript"> <!--
|
Zeile 2349 | Zeile 2341 |
---|
]]></template> <template name="header_welcomeblock_guest" version="120"><![CDATA[ <span style="float:right;">{$lang->welcome_current_time}</span> {$lang->welcome_guest} (<a href="{$mybb->settings['bburl']}/member.php?action=login">{$lang->welcome_login}</a> — <a href="{$mybb->settings['bburl']}/member.php?action=register">{$lang->welcome_register}</a>)]]></template>
|
]]></template> <template name="header_welcomeblock_guest" version="120"><![CDATA[ <span style="float:right;">{$lang->welcome_current_time}</span> {$lang->welcome_guest} (<a href="{$mybb->settings['bburl']}/member.php?action=login">{$lang->welcome_login}</a> — <a href="{$mybb->settings['bburl']}/member.php?action=register">{$lang->welcome_register}</a>)]]></template>
|
<template name="header" version="120"><![CDATA[ <a name="top" id="top"></a>
| <template name="header" version="123"><![CDATA[ <a name="top" id="top"></a>
|
<div id="container"> <div id="header"> <div class="logo"><a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" /></a></div> <div class="menu"> <ul>
|
<div id="container"> <div id="header"> <div class="logo"><a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" /></a></div> <div class="menu"> <ul>
|
<li><a href="{$mybb->settings['bburl']}/search.php"><img src="{$theme['imgdir']}/toplinks/search.gif" alt="" />{$lang->toplinks_search}</a></li> <li><a href="{$mybb->settings['bburl']}/memberlist.php"><img src="{$theme['imgdir']}/toplinks/memberlist.gif" alt="" />{$lang->toplinks_memberlist}</a></li> <li><a href="{$mybb->settings['bburl']}/calendar.php"><img src="{$theme['imgdir']}/toplinks/calendar.gif" alt="" />{$lang->toplinks_calendar}</a></li> <li><a href="{$mybb->settings['bburl']}/misc.php?action=help"><img src="{$theme['imgdir']}/toplinks/help.gif" alt="" />{$lang->toplinks_help}</a></li>
| <li><a href="{$mybb->settings['bburl']}/search.php"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/toplinks/search.gif" alt="" />{$lang->toplinks_search}</a></li> <li><a href="{$mybb->settings['bburl']}/memberlist.php"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/toplinks/memberlist.gif" alt="" />{$lang->toplinks_memberlist}</a></li> <li><a href="{$mybb->settings['bburl']}/calendar.php"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/toplinks/calendar.gif" alt="" />{$lang->toplinks_calendar}</a></li> <li><a href="{$mybb->settings['bburl']}/misc.php?action=help"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/toplinks/help.gif" alt="" />{$lang->toplinks_help}</a></li>
|
</ul> </div> <hr class="hidden" />
| </ul> </div> <hr class="hidden" />
|
Zeile 2692 | Zeile 2684 |
---|
<tbody style="{$expdisplay}" id="cat_{$forum['fid']}_e"> <tr> <td class="tcat" width="35"> </td>
|
<tbody style="{$expdisplay}" id="cat_{$forum['fid']}_e"> <tr> <td class="tcat" width="35"> </td>
|
<td class="tcat" width="59%"><strong>{$lang->forumbit_forum}</strong></td> <td class="tcat" width="65" align="center" style="white-space: nowrap"><strong>{$lang->forumbit_threads}</strong></td> <td class="tcat" width="65" align="center" style="white-space: nowrap"><strong>{$lang->forumbit_posts}</strong></td>
| <td class="tcat"><strong>{$lang->forumbit_forum}</strong></td> <td class="tcat" width="85" align="center" style="white-space: nowrap"><strong>{$lang->forumbit_threads}</strong></td> <td class="tcat" width="85" align="center" style="white-space: nowrap"><strong>{$lang->forumbit_posts}</strong></td>
|
<td class="tcat" width="200" align="center"><strong>{$lang->forumbit_lastpost}</strong></td> </tr> {$sub_forums}
| <td class="tcat" width="200" align="center"><strong>{$lang->forumbit_lastpost}</strong></td> </tr> {$sub_forums}
|
Zeile 2851 | Zeile 2843 |
---|
</td> <td align="right" style="width: 300px;"> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder trow2">
|
</td> <td align="right" style="width: 300px;"> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder trow2">
|
<tr>
| <tr>
|
<td> </td> <td><span class="smalltext reputation_positive">{$lang->positive_count}</span></td> <td><span class="smalltext reputation_neutral">{$lang->neutral_count}</span></td>
| <td> </td> <td><span class="smalltext reputation_positive">{$lang->positive_count}</span></td> <td><span class="smalltext reputation_neutral">{$lang->neutral_count}</span></td>
|
Zeile 2868 | Zeile 2860 |
---|
<td style="text-align: center;"><span class="smalltext">{$positive_month}</span></td> <td style="text-align: center;"><span class="smalltext">{$neutral_month}</span></td> <td style="text-align: center;"><span class="smalltext">{$negative_month}</span></td>
|
<td style="text-align: center;"><span class="smalltext">{$positive_month}</span></td> <td style="text-align: center;"><span class="smalltext">{$neutral_month}</span></td> <td style="text-align: center;"><span class="smalltext">{$negative_month}</span></td>
|
</tr>
| </tr>
|
<tr> <td style="text-align: right;"><span class="smalltext">{$lang->last_6months}</span></td> <td style="text-align: center;"><span class="smalltext">{$positive_6months}</span></td>
| <tr> <td style="text-align: right;"><span class="smalltext">{$lang->last_6months}</span></td> <td style="text-align: center;"><span class="smalltext">{$positive_6months}</span></td>
|
Zeile 2879 | Zeile 2871 |
---|
</td> </tr> </table>
|
</td> </tr> </table>
|
</td> </tr> <tr> <td class="tcat"><strong>{$lang->comments}</strong></td> </tr> {$reputation_votes} <tr>
| </td> </tr> <tr> <td class="tcat"><strong>{$lang->comments}</strong></td> </tr> {$reputation_votes} <tr>
|
<td class="tfoot" align="right"> <form action="reputation.php" method="get"> <input type="hidden" name="uid" value="{$user['uid']}" />
| <td class="tfoot" align="right"> <form action="reputation.php" method="get"> <input type="hidden" name="uid" value="{$user['uid']}" />
|
Zeile 2894 | Zeile 2886 |
---|
<option value="positive" {$show_selected['positive']}>{$lang->show_positive}</option> <option value="neutral" {$show_selected['neutral']}>{$lang->show_neutral}</option> <option value="negative" {$show_selected['negative']}>{$lang->show_negative}</option>
|
<option value="positive" {$show_selected['positive']}>{$lang->show_positive}</option> <option value="neutral" {$show_selected['neutral']}>{$lang->show_neutral}</option> <option value="negative" {$show_selected['negative']}>{$lang->show_negative}</option>
|
</select>
| </select>
|
<select name="sort"> <option value="dateline" {$sort_selected['last_updated']}>{$lang->sort_updated}</option> <option value="username" {$sort_selected['username']}>{$lang->sort_username}</option>
| <select name="sort"> <option value="dateline" {$sort_selected['last_updated']}>{$lang->sort_updated}</option> <option value="username" {$sort_selected['username']}>{$lang->sort_username}</option>
|
Zeile 2902 | Zeile 2894 |
---|
{$gobutton} </form> </td>
|
{$gobutton} </form> </td>
|
</tr>
| </tr>
|
</table> <div> {$multipage}
| </table> <div> {$multipage}
|
Zeile 2922 | Zeile 2914 |
---|
<td colspan="2" class="thead"><strong>{$lang->buddy_list}</strong></td> </tr> <tr>
|
<td colspan="2" class="thead"><strong>{$lang->buddy_list}</strong></td> </tr> <tr>
|
<td colspan="2" class="tcat" align="center"><strong>{$lang->online}</strong></td> </tr> {$buddys['online']} <tr>
| <td colspan="2" class="tcat" align="center"><strong>{$lang->online}</strong></td> </tr> {$buddys['online']} <tr>
|
<td colspan="2" class="tcat" align="center"><strong>{$lang->offline}</strong></td> </tr> {$buddys['offline']} <tr> <td colspan="2" class="tfoot" align="center"><span class="smalltext"><a href="misc.php?action=buddypopup">{$lang->refresh}</a></span></td>
|
<td colspan="2" class="tcat" align="center"><strong>{$lang->offline}</strong></td> </tr> {$buddys['offline']} <tr> <td colspan="2" class="tfoot" align="center"><span class="smalltext"><a href="misc.php?action=buddypopup">{$lang->refresh}</a></span></td>
|
</tr> </table>
| </tr> </table>
|
</body> </html>]]></template> <template name="misc_buddypopup_user_offline" version="120"><![CDATA[<tr>
| </body> </html>]]></template> <template name="misc_buddypopup_user_offline" version="120"><![CDATA[<tr>
|
Zeile 2948 | Zeile 2940 |
---|
{$pmsdownload}]]></template> <template name="postbit_avatar" version="120"><![CDATA[<img src="{$post['avatar']}" alt="" {$avatar_width_height} />]]></template>
|
{$pmsdownload}]]></template> <template name="postbit_avatar" version="120"><![CDATA[<img src="{$post['avatar']}" alt="" {$avatar_width_height} />]]></template>
|
<template name="usercp_profile_customfield" version="120"><![CDATA[<tr>
| <template name="usercp_profile_customfield" version="122"><![CDATA[<tr>
|
<td><span class="smalltext"> {$profilefield['name']}:</span></td> </tr>
| <td><span class="smalltext"> {$profilefield['name']}:</span></td> </tr>
|
Zeile 2976 | Zeile 2968 |
---|
{$usercpnav} <td valign="top"> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
|
{$usercpnav} <td valign="top"> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
|
<tr>
| <tr>
|
<td class="thead" colspan="2"><strong>{$lang->archive_messages}</strong></td>
|
<td class="thead" colspan="2"><strong>{$lang->archive_messages}</strong></td>
|
</tr> <tr>
| </tr> <tr>
|
<td class="tcat" colspan="2"><span class="smalltext">{$lang->archive_note}</span></td> </tr> <tr> <td class="trow1" valign="top" width="30%"><strong>{$lang->folders}</strong></td> <td class="trow1">{$folderlist}</td>
|
<td class="tcat" colspan="2"><span class="smalltext">{$lang->archive_note}</span></td> </tr> <tr> <td class="trow1" valign="top" width="30%"><strong>{$lang->folders}</strong></td> <td class="trow1">{$folderlist}</td>
|
</tr> <tr>
| </tr> <tr>
|
<td class="trow2" valign="top" width="30%"><strong>{$lang->date_limit}</strong></td> <td class="trow2"><select name="dayway"><option value="older">{$lang->date_limit_older}</option><option value="newer">{$lang->date_limit_newer}</option><option value="disregard">{$lang->date_limit_disregard}</option></select> <input type="text" class="textbox" name="daycut" value="30" size="3" maxlength="4" /> {$lang->date_limit_days}</td> </tr> <tr> <td class="trow1" valign="top" width="30%"><strong>{$lang->export_unread}</strong></td> <td class="trow1"><input type="radio" class="radio" name="exportunread" value="yes" /> {$lang->yes} <input type="radio" class="radio" name="exportunread" value="no" checked="checked" /> {$lang->no} </td>
|
<td class="trow2" valign="top" width="30%"><strong>{$lang->date_limit}</strong></td> <td class="trow2"><select name="dayway"><option value="older">{$lang->date_limit_older}</option><option value="newer">{$lang->date_limit_newer}</option><option value="disregard">{$lang->date_limit_disregard}</option></select> <input type="text" class="textbox" name="daycut" value="30" size="3" maxlength="4" /> {$lang->date_limit_days}</td> </tr> <tr> <td class="trow1" valign="top" width="30%"><strong>{$lang->export_unread}</strong></td> <td class="trow1"><input type="radio" class="radio" name="exportunread" value="yes" /> {$lang->yes} <input type="radio" class="radio" name="exportunread" value="no" checked="checked" /> {$lang->no} </td>
|
</tr> <tr>
| </tr> <tr>
|
<td class="trow2" valign="top" width="30%"><strong>{$lang->delete_archived}</strong><br /><span class="smalltext">{$lang->delete_archived_note}</span></td> <td class="trow2"><input type="radio" class="radio" name="deletepms" value="yes" /> {$lang->yes} <input type="radio" class="radio" name="deletepms" value="no" checked="checked" /> {$lang->no} </td>
|
<td class="trow2" valign="top" width="30%"><strong>{$lang->delete_archived}</strong><br /><span class="smalltext">{$lang->delete_archived_note}</span></td> <td class="trow2"><input type="radio" class="radio" name="deletepms" value="yes" /> {$lang->yes} <input type="radio" class="radio" name="deletepms" value="no" checked="checked" /> {$lang->no} </td>
|
</tr>
| </tr>
|
<tr> <td class="trow1" valign="top" width="30%"><strong>{$lang->export_format}</strong><br /><span class="smalltext">{$lang->export_format_note}</span></td> <td class="trow1"><input type="radio" class="radio" name="exporttype" value="html" checked="checked" /> {$lang->export_html}<br /><input type="radio" class="radio" name="exporttype" value="txt" /> {$lang->export_txt}<br /><input type="radio" class="radio" name="exporttype" value="csv" /> {$lang->export_csv}</td>
|
<tr> <td class="trow1" valign="top" width="30%"><strong>{$lang->export_format}</strong><br /><span class="smalltext">{$lang->export_format_note}</span></td> <td class="trow1"><input type="radio" class="radio" name="exporttype" value="html" checked="checked" /> {$lang->export_html}<br /><input type="radio" class="radio" name="exporttype" value="txt" /> {$lang->export_txt}<br /><input type="radio" class="radio" name="exporttype" value="csv" /> {$lang->export_csv}</td>
|
</tr> </table>
| </tr> </table>
|
<br /> <div align="center"> <input type="hidden" name="action" value="do_export" />
| <br /> <div align="center"> <input type="hidden" name="action" value="do_export" />
|
Zeile 3027 | Zeile 3019 |
---|
<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>
|
<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>
| </tr> <tr>
|
<td width="20%" class="trow1"><strong>{$lang->event_date}</strong></td> <td class="trow1"> <select name="month">
| <td width="20%" class="trow1"><strong>{$lang->event_date}</strong></td> <td class="trow1"> <select name="month">
|
Zeile 3054 | Zeile 3046 |
---|
{$yearopts} </select> </td>
|
{$yearopts} </select> </td>
|
</tr> <tr>
| </tr> <tr>
|
<td width="20%" class="trow2"><strong>{$lang->event_name}</strong></td> <td class="trow2"><input type="text" class="textbox" size="50" name="subject" maxlength="120" value="{$subject}"/></td> </tr>
| <td width="20%" class="trow2"><strong>{$lang->event_name}</strong></td> <td class="trow2"><input type="text" class="textbox" size="50" name="subject" maxlength="120" value="{$subject}"/></td> </tr>
|
Zeile 3063 | Zeile 3055 |
---|
<td valign="top" width="20%" class="trow1"><strong>{$lang->event_details}</strong><div style="text-align: center;">{$smilieinserter}</div></td> <td class="trow1"><textarea name="description" id="message" rows="20" cols="70">{$description}</textarea> {$codebuttons}</td>
|
<td valign="top" width="20%" class="trow1"><strong>{$lang->event_details}</strong><div style="text-align: center;">{$smilieinserter}</div></td> <td class="trow1"><textarea name="description" id="message" rows="20" cols="70">{$description}</textarea> {$codebuttons}</td>
|
</tr>
| </tr>
|
<tr> <td width="20%" class="trow2"><strong>{$lang->event_options}</strong></td> <td class="trow2"> <input type="checkbox" class="checkbox" name="private" value="yes"{$privatecheck} /><span class="smalltext">{$lang->private_option}</span><br />
|
<tr> <td width="20%" class="trow2"><strong>{$lang->event_options}</strong></td> <td class="trow2"> <input type="checkbox" class="checkbox" name="private" value="yes"{$privatecheck} /><span class="smalltext">{$lang->private_option}</span><br />
|
</td> </tr> </table> <br />
| </td> </tr> </table> <br />
|
<input type="hidden" name="action" value="do_addevent" /> <div align="center"><input type="submit" class="button" value="{$lang->post_event}" /></div> </form>
| <input type="hidden" name="action" value="do_addevent" /> <div align="center"><input type="submit" class="button" value="{$lang->post_event}" /></div> </form>
|
Zeile 3080 | Zeile 3072 |
---|
</html>]]></template> <template name="private_folders_folder" version="120"><![CDATA[<tr> <td class="trow1"><input type="text" class="textbox" name="folder[{$fid}]" size="25" value="{$foldername}" maxlength="30" /></td>
|
</html>]]></template> <template name="private_folders_folder" version="120"><![CDATA[<tr> <td class="trow1"><input type="text" class="textbox" name="folder[{$fid}]" size="25" value="{$foldername}" maxlength="30" /></td>
|
</tr>]]></template>
| </tr>]]></template>
|
<template name="private_folders_folder_unremovable" version="120"><![CDATA[<tr> <td class="trow1"><input type="text" class="textbox" name="folder[{$fid}]" size="25" value="{$foldername}" /><span class="smalltext">({$foldername2} - {$lang->cannot_be_removed})</span> </td>
| <template name="private_folders_folder_unremovable" version="120"><![CDATA[<tr> <td class="trow1"><input type="text" class="textbox" name="folder[{$fid}]" size="25" value="{$foldername}" /><span class="smalltext">({$foldername2} - {$lang->cannot_be_removed})</span> </td>
|
Zeile 3106 | Zeile 3098 |
---|
<tr> <td class="trow1" colspan="2" align="center">{$lang->confirm_delete_posts} {$loginbox}
|
<tr> <td class="trow1" colspan="2" align="center">{$lang->confirm_delete_posts} {$loginbox}
|
</table>
| </table>
|
<br /> <div align="center"><input type="submit" class="button" name="submit" value="{$lang->delete_posts}" /></div> <input type="hidden" name="action" value="do_multideleteposts" />
| <br /> <div align="center"><input type="submit" class="button" name="submit" value="{$lang->delete_posts}" /></div> <input type="hidden" name="action" value="do_multideleteposts" />
|
Zeile 3132 | Zeile 3124 |
---|
</tr> <tr> <td width="30%" class="trow1"><strong>{$lang->event_date}</strong></td>
|
</tr> <tr> <td width="30%" class="trow1"><strong>{$lang->event_date}</strong></td>
|
<td width="70%" class="trow1">{$eventdate}</td> </tr>
| <td width="70%" class="trow1">{$eventdate}</td> </tr>
|
<tr> <td width="30%" class="trow2"><strong>{$lang->event_author}</strong></td> <td width="70%" class="trow2">{$eventposter}</td>
| <tr> <td width="30%" class="trow2"><strong>{$lang->event_author}</strong></td> <td width="70%" class="trow2">{$eventposter}</td>
|
Zeile 3149 | Zeile 3141 |
---|
<template name="online_today" version="120"><![CDATA[<html> <head> <title>{$mybb->settings['bbname']} - {$lang->online_today}</title>
|
<template name="online_today" version="120"><![CDATA[<html> <head> <title>{$mybb->settings['bbname']} - {$lang->online_today}</title>
|
{$headerinclude}
| {$headerinclude}
|
</head> <body> {$header}
| </head> <body> {$header}
|
Zeile 3157 | Zeile 3149 |
---|
<tr> <td class="thead" align="center" width="50%"><span class="smalltext"><strong>{$lang->on_username}</strong></span></td> <td class="thead" align="center" width="50%"><span class="smalltext"><strong>{$lang->time}</strong></span></td>
|
<tr> <td class="thead" align="center" width="50%"><span class="smalltext"><strong>{$lang->on_username}</strong></span></td> <td class="thead" align="center" width="50%"><span class="smalltext"><strong>{$lang->time}</strong></span></td>
|
</tr> {$todayrows}
| </tr> {$todayrows}
|
<tr> <td align="center" colspan="2" class="trow1" style="white-space: nowrap">{$onlinetoday}</td> </tr>
| <tr> <td align="center" colspan="2" class="trow1" style="white-space: nowrap">{$onlinetoday}</td> </tr>
|
Zeile 3192 | Zeile 3184 |
---|
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead" align="center" colspan="5"><strong>{$lang->read_messages}</strong></td>
|
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead" align="center" colspan="5"><strong>{$lang->read_messages}</strong></td>
|
</tr> <tr>
| </tr> <tr>
|
<td class="tcat" align="center" colspan="2"><span class="smalltext"><strong>{$lang->message_title}</strong></span></td> <td class="tcat" align="center"><span class="smalltext"><strong>{$lang->sentto}</strong></span></td> <td class="tcat" align="center"><span class="smalltext"><strong>{$lang->dateread}</strong></span></td> <td class="tcat" align="center" width="1"><span class="smalltext"><input type="checkbox" class="checkbox" name="allbox" onclick="javascript:MyBB.checkAll(this.form);" /></span></td>
|
<td class="tcat" align="center" colspan="2"><span class="smalltext"><strong>{$lang->message_title}</strong></span></td> <td class="tcat" align="center"><span class="smalltext"><strong>{$lang->sentto}</strong></span></td> <td class="tcat" align="center"><span class="smalltext"><strong>{$lang->dateread}</strong></span></td> <td class="tcat" align="center" width="1"><span class="smalltext"><input type="checkbox" class="checkbox" name="allbox" onclick="javascript:MyBB.checkAll(this.form);" /></span></td>
|
</tr>
| </tr>
|
{$readmessages} <tr> <td class="tfoot" align="right" colspan="5"><strong><input type="submit" class="button" name="stoptracking" value="{$lang->stop_tracking}" /> {$lang->selected_messages}</strong></td>
|
{$readmessages} <tr> <td class="tfoot" align="right" colspan="5"><strong><input type="submit" class="button" name="stoptracking" value="{$lang->stop_tracking}" /> {$lang->selected_messages}</strong></td>
|
</tr> </table> </form>
| </tr> </table> </form>
|
<br /> <form action="private.php" method="post"> <input type="hidden" name="action" value="do_tracking" />
| <br /> <form action="private.php" method="post"> <input type="hidden" name="action" value="do_tracking" />
|
Zeile 3221 | Zeile 3213 |
---|
{$unreadmessages} <tr> <td class="tfoot" align="right" colspan="5"><strong><input type="submit" class="button" name="stoptrackingunread" value="{$lang->stop_tracking}" /> / <input type="submit" class="button" name="cancel" value="{$lang->cancel}" /> {$lang->selected_messages}</strong></td>
|
{$unreadmessages} <tr> <td class="tfoot" align="right" colspan="5"><strong><input type="submit" class="button" name="stoptrackingunread" value="{$lang->stop_tracking}" /> / <input type="submit" class="button" name="cancel" value="{$lang->cancel}" /> {$lang->selected_messages}</strong></td>
|
</tr> </table>
| </tr> </table>
|
</td></tr></table> </form> {$footer}
| </td></tr></table> </form> {$footer}
|
Zeile 3239 | Zeile 3231 |
---|
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead" colspan="2"><strong>{$lang->thread_notes_editor}</strong></td>
|
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead" colspan="2"><strong>{$lang->thread_notes_editor}</strong></td>
|
</tr>
| </tr>
|
{$loginbox} <tr> <td class="trow2" colspan="2">{$lang->below_notes}</td>
| {$loginbox} <tr> <td class="trow2" colspan="2">{$lang->below_notes}</td>
|
Zeile 3274 | Zeile 3266 |
---|
</tr> <tr> <td class="trow1">{$lang->error_too_many_images2}<br /><span class="smalltext">{$lang->error_too_many_images3} {$mybb->settings['maxpostimages']}.</span>
|
</tr> <tr> <td class="trow1">{$lang->error_too_many_images2}<br /><span class="smalltext">{$lang->error_too_many_images3} {$mybb->settings['maxpostimages']}.</span>
|
</td>
| </td>
|
</tr> </table> <br />]]></template>
| </tr> </table> <br />]]></template>
|
Zeile 3369 | Zeile 3361 |
---|
</tr> </table> </body>]]></template>
|
</tr> </table> </body>]]></template>
|
<template name="private_messagebit" version="120"><![CDATA[<tr>
| <template name="private_messagebit" version="128"><![CDATA[<tr>
|
<td align="center" class="trow1" width="5%"><img src="{$theme['imgdir']}/{$msgfolder}" alt="{$msgalt}"/></td> <td align="center" class="trow2" width="5%">{$icon}</td>
|
<td align="center" class="trow1" width="5%"><img src="{$theme['imgdir']}/{$msgfolder}" alt="{$msgalt}"/></td> <td align="center" class="trow2" width="5%">{$icon}</td>
|
<td class="trow1" width="35%"><a href="private.php?action=read&pmid={$message['pmid']}">{$message['subject']}</a>{$denyreceipt}</td>
| <td class="trow1" width="35%">{$msgprefix}<a href="private.php?action=read&pmid={$message['pmid']}">{$message['subject']}</a>{$msgsuffix}{$denyreceipt}</td>
|
<td align="center" class="trow2">{$tofromusername}</td> <td class="trow1" align="right" style="white-space: nowrap"><span class="smalltext">{$senddate} {$sendtime}</span></td> <td class="trow2" align="center"><input type="checkbox" class="checkbox" name="check[{$message['pmid']}]" value="yes" /></td>
| <td align="center" class="trow2">{$tofromusername}</td> <td class="trow1" align="right" style="white-space: nowrap"><span class="smalltext">{$senddate} {$sendtime}</span></td> <td class="trow2" align="center"><input type="checkbox" class="checkbox" name="check[{$message['pmid']}]" value="yes" /></td>
|
Zeile 3381 | Zeile 3373 |
---|
<td colspan="6" class="trow1">{$lang->nomessages}</td> </tr>]]></template> <template name="private_send_buddyselect" version="120"><![CDATA[<br /><span class="smalltext">{$lang->select_buddy}<br /><select name="buddy" onchange="document.input.to.value=this.options[this.selectedIndex].value"><option value="" tabindex="2"> </option>{$buddies}</select>]]></template>
|
<td colspan="6" class="trow1">{$lang->nomessages}</td> </tr>]]></template> <template name="private_send_buddyselect" version="120"><![CDATA[<br /><span class="smalltext">{$lang->select_buddy}<br /><select name="buddy" onchange="document.input.to.value=this.options[this.selectedIndex].value"><option value="" tabindex="2"> </option>{$buddies}</select>]]></template>
|
<template name="codebuttons" version="120"><![CDATA[<script type="text/javascript" src="jscripts/editor.js?ver=120"></script>
| <template name="codebuttons" version="120"><![CDATA[<script type="text/javascript" src="jscripts/editor.js?ver=121"></script>
|
<script type="text/javascript"> {$editor_language} var clickableEditor = new messageEditor("message", {lang: editor_language, rtl: {$lang->settings['rtl']}}); clickableEditor.bindSmilieInserter("clickable_smilies"); </script>]]></template>
|
<script type="text/javascript"> {$editor_language} var clickableEditor = new messageEditor("message", {lang: editor_language, rtl: {$lang->settings['rtl']}}); clickableEditor.bindSmilieInserter("clickable_smilies"); </script>]]></template>
|
<template name="showthread_quickreply" version="120"><![CDATA[<br />
| <template name="showthread_quickreply" version="127"><![CDATA[<br />
|
<form method="post" action="newreply.php" name="input"> <input type="hidden" name="subject" value="RE: {$thread['subject']}" /> <input type="hidden" name="action" value="do_newreply" />
| <form method="post" action="newreply.php" name="input"> <input type="hidden" name="subject" value="RE: {$thread['subject']}" /> <input type="hidden" name="action" value="do_newreply" />
|
Zeile 3419 | Zeile 3411 |
---|
<script type="text/javascript">document.write('<div class="editor_control_bar" style="width: 90%; padding: 4px; margin-top: 3px; display: none;" id="quickreply_multiquote"><span class="smalltext">{$lang->quickreply_multiquote_selected} <a href="javascript:Thread.loadMultiQuoted();">{$lang->quickreply_multiquote_now}<\/a> {$lang->or} <a href="javascript:Thread.clearMultiQuoted();">{$lang->quickreply_multiquote_deselect}<\/a>.<\/span><\/div>');</script> </td> </tr>
|
<script type="text/javascript">document.write('<div class="editor_control_bar" style="width: 90%; padding: 4px; margin-top: 3px; display: none;" id="quickreply_multiquote"><span class="smalltext">{$lang->quickreply_multiquote_selected} <a href="javascript:Thread.loadMultiQuoted();">{$lang->quickreply_multiquote_now}<\/a> {$lang->or} <a href="javascript:Thread.clearMultiQuoted();">{$lang->quickreply_multiquote_deselect}<\/a>.<\/span><\/div>');</script> </td> </tr>
|
| {$captcha}
|
<tr> <td colspan="2" align="center" class="tfoot"><input type="submit" class="button" value="{$lang->post_reply}" tabindex="2" accesskey="s" /> <input type="submit" class="button" name="previewpost" value="{$lang->preview_post}" tabindex="3" /></td> </tr>
| <tr> <td colspan="2" align="center" class="tfoot"><input type="submit" class="button" value="{$lang->post_reply}" tabindex="2" accesskey="s" /> <input type="submit" class="button" name="previewpost" value="{$lang->preview_post}" tabindex="3" /></td> </tr>
|
Zeile 3537 | Zeile 3530 |
---|
<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="120"><![CDATA[<tr> <td align="center" class="{$bgcolor}"><img src="{$theme['imgdir']}/{$folder}" alt=""/></td>
| <template name="forumdisplay_announcements_announcement" version="128"><![CDATA[<tr> <td align="center" class="{$bgcolor}"><img src="{$theme['imgdir']}/{$folder}.gif" alt=""/></td>
|
<td align="center" class="{$bgcolor}"> </td> <td class="{$bgcolor}"><a href="announcements.php?aid={$announcement['aid']}">{$announcement['subject']}</a></td> <td align="center" class="{$bgcolor}"><a href="member.php?action=profile&uid={$announcement['uid']}">{$announcement['username']}</a></td>
| <td align="center" class="{$bgcolor}"> </td> <td class="{$bgcolor}"><a href="announcements.php?aid={$announcement['aid']}">{$announcement['subject']}</a></td> <td align="center" class="{$bgcolor}"><a href="member.php?action=profile&uid={$announcement['uid']}">{$announcement['username']}</a></td>
|
Zeile 3559 | Zeile 3552 |
---|
<template name="forumdisplay_threads_sep" version="120"><![CDATA[<tr> <td class="trow_sep" colspan="{$colspan}">{$lang->normal_threads}</td> </tr>]]></template>
|
<template name="forumdisplay_threads_sep" version="120"><![CDATA[<tr> <td class="trow_sep" colspan="{$colspan}">{$lang->normal_threads}</td> </tr>]]></template>
|
<template name="postbit" version="120"><![CDATA[<tr> <td class="{$altbg}" width="155" valign="top" style="white-space: nowrap; text-align: center;"><a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
| <template name="postbit" version="121"><![CDATA[<tr> <td class="{$altbg}" width="15%" valign="top" style="white-space: nowrap; text-align: center;"><a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
|
{$post['user_details']} </td>
|
{$post['user_details']} </td>
|
<td class="{$altbg}" width="100%" valign="top">
| <td class="{$altbg}" width="85%" valign="top">
|
<table width="100%"> <tr><td>{$post['posturl']}{$post['icon']}<span class="smalltext"><strong> {$post['subject']}</strong></span> <br />
| <table width="100%"> <tr><td>{$post['posturl']}{$post['icon']}<span class="smalltext"><strong> {$post['subject']}</strong></span> <br />
|
Zeile 3598 | Zeile 3591 |
---|
<td class="trow_sep" colspan="2"><img src="{$theme['imgdir']}/pixel.gif" height="1" width="1" alt="" /></td> </tr>]]></template> <template name="forumdisplay_threadlist_clearpass" version="120"><![CDATA[ | <a href="misc.php?action=clearpass&fid={$fid}">{$lang->clear_stored_password}</a>]]></template>
|
<td class="trow_sep" colspan="2"><img src="{$theme['imgdir']}/pixel.gif" height="1" width="1" alt="" /></td> </tr>]]></template> <template name="forumdisplay_threadlist_clearpass" version="120"><![CDATA[ | <a href="misc.php?action=clearpass&fid={$fid}">{$lang->clear_stored_password}</a>]]></template>
|
<template name="portal_welcome_guesttext" version="120"><![CDATA[<span class="smalltext">{$lang->guest_welcome_registration}<br />
| <template name="portal_welcome_guesttext" version="121"><![CDATA[<span class="smalltext">{$lang->guest_welcome_registration}<br />
|
<br />
|
<br />
|
<form method="post" action="{$PHP_SELF}"><input type="hidden" name="action" value="do_login" />
| <form method="post" action="{$portal_url}"><input type="hidden" name="action" value="do_login" />
|
{$lang->username}<br /> <input type="text" class="textbox" name="username" value="" /><br /><br /> {$lang->password}<br /> <input type="password" class="textbox" name="password" value="" /><br /> <br /><input type="submit" class="button" name="loginsubmit" value="{$lang->login}" /></form>]]></template>
| {$lang->username}<br /> <input type="text" class="textbox" name="username" value="" /><br /><br /> {$lang->password}<br /> <input type="password" class="textbox" name="password" value="" /><br /> <br /><input type="submit" class="button" name="loginsubmit" value="{$lang->login}" /></form>]]></template>
|
Zeile 3767 | Zeile 3760 |
---|
{$footer} </body> </html>]]></template>
|
{$footer} </body> </html>]]></template>
|
<template name="changeuserbox" version="120"><![CDATA[<tr>
| <template name="changeuserbox" version="1210"><![CDATA[<tr>
|
<td class="trow1" width="20%"><strong>{$lang->username}</strong></td>
|
<td class="trow1" width="20%"><strong>{$lang->username}</strong></td>
|
<td class="trow1">{$mybb->user['username']} <span class="smalltext">[<strong><a href="member.php?action=logout&uid={$mybb->user['uid']}">{$lang->change_user}</a></strong>]</span></td>
| <td class="trow1">{$mybb->user['username']} <span class="smalltext">[<strong><a href="member.php?action=logout&logoutkey={$mybb->user['logoutkey']}">{$lang->change_user}</a></strong>]</span></td>
|
</tr> ]]></template> <template name="showthread_poll_results" version="120"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
| </tr> ]]></template> <template name="showthread_poll_results" version="120"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
|
Zeile 4051 | Zeile 4044 |
---|
</td></tr> </table> <br />]]></template>
|
</td></tr> </table> <br />]]></template>
|
<template name="forumdisplay_announcement" version="120"><![CDATA[<tr> <td align="center" class="trow1"><img src="{$theme['imgdir']}/{$folder}" /></td> <td align="center" class="trow1"> </td> <td width="100%" class="trow1"><strong>{$lang->announcement_prefix}</strong> <a href="announcements.php?fid={$fid}">{$announcement['subject']}</a></td> <td align="center" class="trow1"><a href="member.php?action=profile&uid={$announcement['uid']}">{$announcement['username']}</a></td> <td align="center" class="trow1">-</td> <td align="center" class="trow1">-</td> {$rating} <td class="trow1" style="white-space: nowrap">{$postdate} {$posttime}</td> {$modann} </tr> ]]></template>
| |
<template name="memberlist_row" version="120"><![CDATA[<tr> <td class="trow1"><a href="member.php?action=profile&uid={$users['uid']}">{$users['username']}</a></td> <td class="trow2" align="center">{$useremail}</td>
| <template name="memberlist_row" version="120"><![CDATA[<tr> <td class="trow1"><a href="member.php?action=profile&uid={$users['uid']}">{$users['username']}</a></td> <td class="trow2" align="center">{$useremail}</td>
|
Zeile 4071 | Zeile 4052 |
---|
<td class="trow1">{$users['regdate']}</td> <td class="trow2">{$users['postnum']}</td> </tr>]]></template>
|
<td class="trow1">{$users['regdate']}</td> <td class="trow2">{$users['postnum']}</td> </tr>]]></template>
|
<template name="index_loginform" version="120"><![CDATA[<br /><br />
| <template name="index_loginform" version="123"><![CDATA[<br /><br />
|
<form action="member.php" method="post"> <input type="hidden" name="action" value="do_login" /> <span class="smalltext"><strong>{$lang->quick_login}</strong></span>
|
<form action="member.php" method="post"> <input type="hidden" name="action" value="do_login" /> <span class="smalltext"><strong>{$lang->quick_login}</strong></span>
|
<input type="text" class="textbox" name="username" title="{$lang->login_username}" value="{$lang->login_username}" onfocus="this.value=''" /> <input type="password" class="textbox" name="password" title="{$lang->login_password}" value="{$lang->login_password}" onfocus="this.value=''" />
| <input type="text" class="textbox" name="username" title="{$lang->login_username}" value="{$lang->login_username}" onfocus="if(this.value == '{$lang->login_username}') { this.value=''; }" onblur="if(this.value=='') { this.value='{$lang->login_username}'; }" /> <input type="password" class="textbox" name="password" title="{$lang->login_password}" value="{$lang->login_password}" onfocus="if(this.value == '{$lang->login_password}') { this.value=''; }" onblur="if(this.value=='') { this.value='{$lang->login_password}'; }" />
|
{$gobutton} </form>]]></template> <template name="multipage" version="120"><![CDATA[<div><span class="smalltext"><span class="pagenav">{$lang->multipage_pages}</span>{$start} {$prevpage} {$mppage} {$nextpage} {$end}</span></div>]]></template>
| {$gobutton} </form>]]></template> <template name="multipage" version="120"><![CDATA[<div><span class="smalltext"><span class="pagenav">{$lang->multipage_pages}</span>{$start} {$prevpage} {$mppage} {$nextpage} {$end}</span></div>]]></template>
|
Zeile 4214 | Zeile 4195 |
---|
<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="moderation_mergeposts" version="120"><![CDATA[<html>
|
<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="moderation_mergeposts" version="120"><![CDATA[<html>
|
<head>
| <head>
|
<title>{$mybb->settings['bbname']} - {$lang->merge_posts}</title> {$headerinclude} </head>
| <title>{$mybb->settings['bbname']} - {$lang->merge_posts}</title> {$headerinclude} </head>
|
Zeile 4225 | Zeile 4206 |
---|
<td class="thead" colspan="2"><strong>{$lang->merge_posts}</strong></td> </tr> <tr>
|
<td class="thead" colspan="2"><strong>{$lang->merge_posts}</strong></td> </tr> <tr>
|
<td class="trow1" colspan="2">{$lang->merge_posts_note}</td> </tr> <tr>
| <td class="trow1" colspan="2">{$lang->merge_posts_note}</td> </tr> <tr>
|
<td class="tcat" colspan="2"><strong>{$lang->post_separator}</strong></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>
|
<td class="tcat" colspan="2"><strong>{$lang->post_separator}</strong></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 4251 | Zeile 4232 |
---|
<td class="{$altbg}">{$message}</td> </tr>]]></template> <template name="stats" version="120"><![CDATA[<html>
|
<td class="{$altbg}">{$message}</td> </tr>]]></template> <template name="stats" version="120"><![CDATA[<html>
|
<head>
| <head>
|
<title>{$mybb->settings['bbname']} - {$lang->board_stats}</title> {$headerinclude} </head>
| <title>{$mybb->settings['bbname']} - {$lang->board_stats}</title> {$headerinclude} </head>
|
Zeile 4260 | Zeile 4241 |
---|
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead" colspan="2"><strong>{$lang->board_stats}</strong></td>
|
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead" colspan="2"><strong>{$lang->board_stats}</strong></td>
|
</tr>
| </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->totals}</strong></td> <td class="tcat" width="50%"><strong>{$lang->averages}</strong></td>
|
</tr>
| </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 4277 | Zeile 4258 |
---|
{$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>
| </td> </tr>
|
<tr> <td class="tcat" valign="top"><strong>{$lang->general}</strong></td> </tr>
| <tr> <td class="tcat" valign="top"><strong>{$lang->general}</strong></td> </tr>
|
Zeile 4288 | Zeile 4269 |
---|
{$lang->members_posted} <strong>{$havepostedpercent}</strong><br /> {$lang->todays_top_poster}<br /> {$lang->popular_forum}
|
{$lang->members_posted} <strong>{$havepostedpercent}</strong><br /> {$lang->todays_top_poster}<br /> {$lang->popular_forum}
|
</td>
| </td>
|
</tr> </table>
| </tr> </table>
|
Zeile 4361 | Zeile 4342 |
---|
{$footer} </body> </html>]]></template>
|
{$footer} </body> </html>]]></template>
|
<template name="member_register_agreement" version="120"><![CDATA[<html>
| <template name="member_register_agreement" version="123"><![CDATA[<html>
|
<head> <title>{$mybb->settings['bbname']} - {$lang->agreement}</title>
|
<head> <title>{$mybb->settings['bbname']} - {$lang->agreement}</title>
|
{$headerinclude} </head> <body> {$header} <br /> <form action="member.php" method="post">
| {$headerinclude} </head> <body> {$header} <br /> <form action="member.php" method="post">
|
<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" colspan="2"><strong>{$mybb->settings['bbname']} - {$lang->agreement}</strong></td>
| <td class="thead"><strong>{$mybb->settings['bbname']} - {$lang->agreement}</strong></td>
|
</tr> <tr> <td class="trow1">
| </tr> <tr> <td class="trow1">
|
Zeile 4400 | Zeile 4381 |
---|
<title>{$mybb->settings['bbname']} - {$lang->users_online}</title> {$headerinclude} {$refresh}
|
<title>{$mybb->settings['bbname']} - {$lang->users_online}</title> {$headerinclude} {$refresh}
|
</head>
| </head>
|
<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">
|
Zeile 4433 | Zeile 4414 |
---|
<strong>»</strong> {$lang->new_posts}<br /><br /> <a href="{$mybb->settings['bburl']}/search.php?action=getnew">{$lang->view_new}</a><br /><a href="{$mybb->settings['bburl']}/search.php?action=getdaily">{$lang->view_todays}</a> </span>]]></template>
|
<strong>»</strong> {$lang->new_posts}<br /><br /> <a href="{$mybb->settings['bburl']}/search.php?action=getnew">{$lang->view_new}</a><br /><a href="{$mybb->settings['bburl']}/search.php?action=getdaily">{$lang->view_todays}</a> </span>]]></template>
|
<template name="portal" version="120"><![CDATA[<html>
| <template name="portal" version="127"><![CDATA[<html>
|
<head> <title>{$mybb->settings['bbname']}</title> {$headerinclude}
| <head> <title>{$mybb->settings['bbname']}</title> {$headerinclude}
|
Zeile 4450 | Zeile 4431 |
---|
{$latestthreads} </td> <td> </td>
|
{$latestthreads} </td> <td> </td>
|
<td width="*" valign="top">
| <td valign="top">
|
{$announcements} </td> </tr>
| {$announcements} </td> </tr>
|
Zeile 4512 | Zeile 4493 |
---|
</table> <br />]]></template> <template name="portal_announcement_numcomments" version="120"><![CDATA[- <a href="{$mybb->settings['bburl']}/showthread.php?tid={$announcement['tid']}">{$lang->replies}</a> ({$announcement['replies']})]]></template>
|
</table> <br />]]></template> <template name="portal_announcement_numcomments" version="120"><![CDATA[- <a href="{$mybb->settings['bburl']}/showthread.php?tid={$announcement['tid']}">{$lang->replies}</a> ({$announcement['replies']})]]></template>
|
<template name="portal_announcement" version="120"><![CDATA[<table cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
| <template name="portal_announcement" version="123"><![CDATA[<table cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
|
<tr> <td class="thead"><strong>{$icon} <a href="{$mybb->settings['bburl']}/showthread.php?tid={$announcement['tid']}">{$announcement['subject']}</a></strong></td> </tr>
| <tr> <td class="thead"><strong>{$icon} <a href="{$mybb->settings['bburl']}/showthread.php?tid={$announcement['tid']}">{$announcement['subject']}</a></strong></td> </tr>
|
Zeile 4523 | Zeile 4504 |
---|
</tr> <tr> <td class="trow1">
|
</tr> <tr> <td class="trow1">
|
<table border="0" cellpadding="{$theme['tablespace']}" width="100%"><tr>{$avatar}<td class="trow1">{$message}{$post['attachments']}</td></tr>
| <table border="0" cellpadding="{$theme['tablespace']}" width="100%"><tr>{$avatar}<td class="trow1"><p>{$message}</p>{$post['attachments']}</td></tr>
|
<tr><td align="right" colspan="2" valign="bottom"><span class="smalltext"><a href="{$mybb->settings['bburl']}/printthread.php?tid={$announcement['tid']}"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/printable.gif" alt="" /></a> <a href="{$mybb->settings['bburl']}/sendthread.php?tid={$announcement['tid']}"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/send.gif" alt="" /></a></span></td></tr> </table> </td>
| <tr><td align="right" colspan="2" valign="bottom"><span class="smalltext"><a href="{$mybb->settings['bburl']}/printthread.php?tid={$announcement['tid']}"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/printable.gif" alt="" /></a> <a href="{$mybb->settings['bburl']}/sendthread.php?tid={$announcement['tid']}"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/send.gif" alt="" /></a></span></td></tr> </table> </td>
|
Zeile 4561 | Zeile 4542 |
---|
<br />]]></template> <template name="portal_whosonline_memberbit" version="120"><![CDATA[{$comma}<a href="{$mybb->settings['bburl']}/member.php?action=profile&uid={$user['uid']}">{$user['username']}</a>{$invisiblemark}]]></template> <template name="usercp_favorites" version="120"><![CDATA[<html>
|
<br />]]></template> <template name="portal_whosonline_memberbit" version="120"><![CDATA[{$comma}<a href="{$mybb->settings['bburl']}/member.php?action=profile&uid={$user['uid']}">{$user['username']}</a>{$invisiblemark}]]></template> <template name="usercp_favorites" version="120"><![CDATA[<html>
|
<head>
| <head>
|
<title>{$mybb->settings['bbname']} - {$lang->favorites}</title>
|
<title>{$mybb->settings['bbname']} - {$lang->favorites}</title>
|
{$headerinclude} </head> <body> {$header} <table width="100%" border="0" align="center"> <tr> {$usercpnav} <td valign="top"> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
| {$headerinclude} </head> <body> {$header} <table width="100%" border="0" align="center"> <tr> {$usercpnav} <td valign="top"> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
|
<tr> <td class="trow1"> <table cellspacing="0" cellpadding="0" border="0" width="100%">
| <tr> <td class="trow1"> <table cellspacing="0" cellpadding="0" border="0" width="100%">
|
Zeile 4581 | Zeile 4562 |
---|
</tr> </table> </td>
|
</tr> </table> </td>
|
</tr>
| </tr>
|
</table> <br /> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
| </table> <br /> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
|
Zeile 4591 | Zeile 4572 |
---|
<td class="thead" align="center"><span class="smalltext"><strong>{$lang->replies}</strong></span></td> <td class="thead" align="center"><span class="smalltext"><strong>{$lang->views}</strong></span></td> <td class="thead" align="center"><span class="smalltext"><strong>{$lang->lastpost}</strong></span></td>
|
<td class="thead" align="center"><span class="smalltext"><strong>{$lang->replies}</strong></span></td> <td class="thead" align="center"><span class="smalltext"><strong>{$lang->views}</strong></span></td> <td class="thead" align="center"><span class="smalltext"><strong>{$lang->lastpost}</strong></span></td>
|
</tr>
| </tr>
|
{$threads} </table> </td></tr></table>
| {$threads} </table> </td></tr></table>
|
Zeile 4619 | Zeile 4600 |
---|
+- {$mybb->settings['bbname']} (<em>{$mybb->settings['bburl']}</em>)<br /> {$breadcrumb} +{$tdepth} {$lang->thread} {$thread['subject']} (<em>/showthread.php?tid={$tid}</em>)</td>
|
+- {$mybb->settings['bbname']} (<em>{$mybb->settings['bburl']}</em>)<br /> {$breadcrumb} +{$tdepth} {$lang->thread} {$thread['subject']} (<em>/showthread.php?tid={$tid}</em>)</td>
|
</tr> <tr>
| </tr> <tr>
|
<td><br /><hr size="1" />{$postrows}</td> </tr> </table>
| <td><br /><hr size="1" />{$postrows}</td> </tr> </table>
|
Zeile 4629 | Zeile 4610 |
---|
<template name="forumdisplay_nothreads" version="120"><![CDATA[<tr> <td colspan="{$colspan}" class="trow1">{$lang->nothreads}</td> </tr>]]></template>
|
<template name="forumdisplay_nothreads" version="120"><![CDATA[<tr> <td colspan="{$colspan}" class="trow1">{$lang->nothreads}</td> </tr>]]></template>
|
<template name="usercp_password" version="120"><![CDATA[<html>
| <template name="usercp_password" version="122"><![CDATA[<html>
|
<head> <title>{$mybb->settings['bbname']} - {$lang->change_password}</title> {$headerinclude}
| <head> <title>{$mybb->settings['bbname']} - {$lang->change_password}</title> {$headerinclude}
|
Zeile 4641 | Zeile 4622 |
---|
<tr> {$usercpnav} <td valign="top">
|
<tr> {$usercpnav} <td valign="top">
|
| {$errors}
|
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead" colspan="2"><strong>{$lang->change_password}</strong></td>
| <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead" colspan="2"><strong>{$lang->change_password}</strong></td>
|
Zeile 4675 | Zeile 4657 |
---|
{$footer} </body> </html>]]></template>
|
{$footer} </body> </html>]]></template>
|
<template name="usercp_email" version="120"><![CDATA[<html>
| <template name="usercp_email" version="122"><![CDATA[<html>
|
<head> <title>{$mybb->settings['bbname']} - {$lang->change_email}</title> {$headerinclude}
| <head> <title>{$mybb->settings['bbname']} - {$lang->change_email}</title> {$headerinclude}
|
Zeile 4687 | Zeile 4669 |
---|
<tr> {$usercpnav} <td valign="top">
|
<tr> {$usercpnav} <td valign="top">
|
| {$errors}
|
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
|
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
|
<tr>
| <tr>
|
<td class="thead" colspan="2"><strong>{$lang->change_email}</strong></td>
|
<td class="thead" colspan="2"><strong>{$lang->change_email}</strong></td>
|
</tr>
| </tr>
|
<tr> <td class="tcat" colspan="2"><strong>{$lang->enter_password}</strong></td>
|
<tr> <td class="tcat" colspan="2"><strong>{$lang->enter_password}</strong></td>
|
</tr>
| </tr>
|
<tr> <td class="trow1" colspan="2" align="center"><input type="password" class="textbox" name="password" size="25" /></td> </tr>
| <tr> <td class="trow1" colspan="2" align="center"><input type="password" class="textbox" name="password" size="25" /></td> </tr>
|
Zeile 4702 | Zeile 4685 |
---|
</tr> <tr> <td class="trow2" width="40%"><strong>{$lang->new_email}</strong></td>
|
</tr> <tr> <td class="trow2" width="40%"><strong>{$lang->new_email}</strong></td>
|
<td class="trow2" width="60%"><input type="text" class="textbox" name="email" size="25" maxlength="150" /></td>
| <td class="trow2" width="60%"><input type="text" class="textbox" name="email" size="25" maxlength="150" value="{$email}" /></td>
|
</tr> <tr> <td class="trow1" width="40%"><strong>{$lang->confirm_email}</strong></td>
|
</tr> <tr> <td class="trow1" width="40%"><strong>{$lang->confirm_email}</strong></td>
|
<td class="trow1" width="60%"><input type="text" class="textbox" name="email2" size="25" maxlength="100" /></td>
| <td class="trow1" width="60%"><input type="text" class="textbox" name="email2" size="25" maxlength="150" value="{$email2}" /></td>
|
</tr> </table> <br />
| </tr> </table> <br />
|
Zeile 4741 | Zeile 4724 |
---|
</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>
|
</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>
|
</tr> <tr>
| </tr> <tr>
|
<td class="trow2">{$message['message']}</td> </tr> <tr>
| <td class="trow2">{$message['message']}</td> </tr> <tr>
|
Zeile 4750 | Zeile 4733 |
---|
</tr>]]></template> <template name="private_archive_csv_message" version="120"><![CDATA[{$senddate},{$foldername},{$message['subject']},{$message['tousername']},{$message['fromusername']},{$message['message']}]]></template> <template name="search_results_threads_thread" version="120"><![CDATA[<tr>
|
</tr>]]></template> <template name="private_archive_csv_message" version="120"><![CDATA[{$senddate},{$foldername},{$message['subject']},{$message['tousername']},{$message['fromusername']},{$message['message']}]]></template> <template name="search_results_threads_thread" version="120"><![CDATA[<tr>
|
<td align="center" class="{$bgcolor}" width="2%"><img src="{$theme['imgdir']}/{$folder}.gif" alt=""/></td> <td align="center" class="{$bgcolor}" width="2%">{$icon}</td>
| <td align="center" class="{$bgcolor}" width="2%"><img src="{$theme['imgdir']}/{$folder}.gif" alt=""/></td> <td align="center" class="{$bgcolor}" width="2%">{$icon}</td>
|
<td class="{$bgcolor}">{$gotounread}{$prefix} <a href="showthread.php?tid={$thread['tid']}">{$thread['subject']}</a>{$thread['multipage']}</td> <td align="center" class="{$bgcolor}">{$thread['profilelink']}</td> <td class="{$bgcolor}">{$thread['forumlink']}</td>
| <td class="{$bgcolor}">{$gotounread}{$prefix} <a href="showthread.php?tid={$thread['tid']}">{$thread['subject']}</a>{$thread['multipage']}</td> <td align="center" class="{$bgcolor}">{$thread['profilelink']}</td> <td class="{$bgcolor}">{$thread['forumlink']}</td>
|
Zeile 4938 | Zeile 4921 |
---|
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="trow1">
|
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="trow1">
|
<table cellspacing="0" cellpadding="0" border="0" width="100%">
| <table cellspacing="0" cellpadding="0" border="0" width="100%">
|
<tr> <td class="trow1"><span class="smalltext"><a href="usercp2.php?action=removesubscriptions">{$lang->remove_all_subscriptions}</a> | <a href="usercp.php?action=favorites">{$lang->view_favorite_threads}</a></span></td> <td class="trow1" align="right"> {$multipage}</td>
| <tr> <td class="trow1"><span class="smalltext"><a href="usercp2.php?action=removesubscriptions">{$lang->remove_all_subscriptions}</a> | <a href="usercp.php?action=favorites">{$lang->view_favorite_threads}</a></span></td> <td class="trow1" align="right"> {$multipage}</td>
|
Zeile 5014 | Zeile 4997 |
---|
</tr> </table> ]]></template>
|
</tr> </table> ]]></template>
|
<template name="showthread_multipage" version="120"><![CDATA[<tr> <td class="tcat" colspan="2"><span class="smalltext"> {$multipage}</span></td>
| <template name="showthread_multipage" version="127"><![CDATA[<tr> <td class="tcat" colspan="2"> {$multipage}</td>
|
</tr>]]></template> <template name="forumbit_moderators" version="120"><![CDATA[<br />{$lang->forumbit_moderated_by} {$moderators}]]></template> <template name="moderation_deletepoll" version="120"><![CDATA[<html>
| </tr>]]></template> <template name="forumbit_moderators" version="120"><![CDATA[<br />{$lang->forumbit_moderated_by} {$moderators}]]></template> <template name="moderation_deletepoll" version="120"><![CDATA[<html>
|
Zeile 5060 | Zeile 5043 |
---|
<template name="smilieinsert_getmore" version="120"><![CDATA[<tr> <td class="trow2" align="center"><span class="smalltext"><strong>[<a href="javascript:clickableEditor.openGetMoreSmilies('clickableEditor');">{$lang->smilieinsert_getmore}</a>]</strong></span></td> </tr>]]></template>
|
<template name="smilieinsert_getmore" version="120"><![CDATA[<tr> <td class="trow2" align="center"><span class="smalltext"><strong>[<a href="javascript:clickableEditor.openGetMoreSmilies('clickableEditor');">{$lang->smilieinsert_getmore}</a>]</strong></span></td> </tr>]]></template>
|
<template name="misc_smilies_popup" version="120"><![CDATA[<html>
| <template name="misc_smilies_popup" version="122"><![CDATA[<html>
|
<head> <title>{$mybb->settings['bbname']} - {$lang->smilies_listing}</title> {$headerinclude}
| <head> <title>{$mybb->settings['bbname']} - {$lang->smilies_listing}</title> {$headerinclude}
|
Zeile 5085 | Zeile 5068 |
---|
<td class="tcat" colspan="4"><span class="smalltext">{$lang->click_to_add}</span></td> </tr> {$smilies}
|
<td class="tcat" colspan="4"><span class="smalltext">{$lang->click_to_add}</span></td> </tr> {$smilies}
|
| <tr>
|
<td class="thead" colspan="4" align="center"><span class="smalltext">[<a href="javascript:window.close();">{$lang->close_window}</a>]</span></td>
|
<td class="thead" colspan="4" align="center"><span class="smalltext">[<a href="javascript:window.close();">{$lang->close_window}</a>]</span></td>
|
</tr> </table> </body> </html>]]></template> <template name="misc_smilies_popup_smilie" version="120"><![CDATA[<td class="{$class}" align="center"><img src="{$smilie['image']}" alt="{$smilie['find']}" onclick="insertSmilie('{$smilie['find']}');" /></a></td>
| </tr> </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']}" onclick="insertSmilie('{$smilie['insert']}');" /></a></td>
|
<td class="{$class}">{$smilie['find']}</td>]]></template> <template name="showteam" version="120"><![CDATA[<html> <head> <title>{$mybb->settings['bbname']} - {$lang->forum_team}</title>
|
<td class="{$class}">{$smilie['find']}</td>]]></template> <template name="showteam" version="120"><![CDATA[<html> <head> <title>{$mybb->settings['bbname']} - {$lang->forum_team}</title>
|
{$headerinclude}
| {$headerinclude}
|
</head> <body> {$header}
| </head> <body> {$header}
|
Zeile 5115 | Zeile 5099 |
---|
<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>
| <tr>
|
<td class="thead" colspan="2"><strong>{$lang->get_post_ip}</strong></td> </tr> {$loginbox}
| <td class="thead" colspan="2"><strong>{$lang->get_post_ip}</strong></td> </tr> {$loginbox}
|
Zeile 5126 | Zeile 5110 |
---|
<tr> <td class="trow1"><strong>{$lang->hostname}<br /><span class="smalltext">{$lang->if_resolvable}</span></strong></td> <td class="trow2">{$hostname}</td>
|
<tr> <td class="trow1"><strong>{$lang->hostname}<br /><span class="smalltext">{$lang->if_resolvable}</span></strong></td> <td class="trow2">{$hostname}</td>
|
</tr> {$adminoptions} </table>
| </tr> {$adminoptions} </table>
|
{$footer} </body> </html>]]></template>
| {$footer} </body> </html>]]></template>
|
Zeile 5137 | Zeile 5121 |
---|
<td class="trow2"> <a href="{$config['admin_dir']}/index.php?goto=users%2Ephp%3Faction%3Dfind%26searchop%5Bsortby%5D%3Dusername%26searchop%5Border%5D%3Dasc%26search%5Bregip%5D%3D{$post['ipaddress']}">{$lang->search_regip_users}</a><br /> <a href="{$config['admin_dir']}/index.php?goto=users%2Ephp%3Faction%3Dfind%26searchop%5Bsortby%5D%3Dusername%26searchop%5Border%5D%3Dasc%26search%5Bpostip%5D%3D{$post['ipaddress']}">{$lang->search_postip_users}</a>
|
<td class="trow2"> <a href="{$config['admin_dir']}/index.php?goto=users%2Ephp%3Faction%3Dfind%26searchop%5Bsortby%5D%3Dusername%26searchop%5Border%5D%3Dasc%26search%5Bregip%5D%3D{$post['ipaddress']}">{$lang->search_regip_users}</a><br /> <a href="{$config['admin_dir']}/index.php?goto=users%2Ephp%3Faction%3Dfind%26searchop%5Bsortby%5D%3Dusername%26searchop%5Border%5D%3Dasc%26search%5Bpostip%5D%3D{$post['ipaddress']}">{$lang->search_postip_users}</a>
|
</td>
| </td>
|
</tr>]]></template> <template name="postbit_iplogged_hiden" version="120"><![CDATA[<div class="smalltext">{$lang->postbit_ipaddress} <a href="moderation.php?action=getip&pid={$post['pid']}">{$lang->postbit_ipaddress_logged}</a></div>]]></template> <template name="usercp_options_tppselect" version="120"><![CDATA[<tr>
| </tr>]]></template> <template name="postbit_iplogged_hiden" version="120"><![CDATA[<div class="smalltext">{$lang->postbit_ipaddress} <a href="moderation.php?action=getip&pid={$post['pid']}">{$lang->postbit_ipaddress_logged}</a></div>]]></template> <template name="usercp_options_tppselect" version="120"><![CDATA[<tr>
|
Zeile 5148 | Zeile 5132 |
---|
<select name="tpp"> <option value="">{$lang->use_default}</option> {$tppoptions}
|
<select name="tpp"> <option value="">{$lang->use_default}</option> {$tppoptions}
|
</select>
| </select>
|
</td> </tr>]]></template>
|
</td> </tr>]]></template>
|
<template name="index_logoutlink" version="120"><![CDATA[<a href="member.php?action=logout&uid={$mybb->user['uid']}">{$lang->index_logout}</a> | ]]></template>
| <template name="index_logoutlink" version="1210"><![CDATA[<a href="member.php?action=logout&logoutkey={$mybb->user['logoutkey']}">{$lang->index_logout}</a> | ]]></template>
|
<template name="postbit_iplogged_show" version="120"><![CDATA[<div class="smalltext">{$lang->postbit_ipaddress} {$post['ipaddress']}</div>]]></template> <template name="calendar_dayview" version="120"><![CDATA[<html> <head>
| <template name="postbit_iplogged_show" version="120"><![CDATA[<div class="smalltext">{$lang->postbit_ipaddress} {$post['ipaddress']}</div>]]></template> <template name="calendar_dayview" version="120"><![CDATA[<html> <head>
|
Zeile 5204 | Zeile 5188 |
---|
</td> <td valign="middle"> <img src="{$avatarpic}" name="avatarpic" width="80" height="80" />
|
</td> <td valign="middle"> <img src="{$avatarpic}" name="avatarpic" width="80" height="80" />
|
</td> </tr> </table>
| </td> </tr> </table>
|
</td> </tr> <tr> <td align="center" class="trow2" width="5%"><input type="radio" class="radio" name="avatar" value="none"{$checked['none']} /></td> <td colspan="2" class="trow2" width="95%"><strong>{$lang->no_avatar}</strong><br /><span class="smalltext">{$lang->no_avatar_note}</span></td>
|
</td> </tr> <tr> <td align="center" class="trow2" width="5%"><input type="radio" class="radio" name="avatar" value="none"{$checked['none']} /></td> <td colspan="2" class="trow2" width="95%"><strong>{$lang->no_avatar}</strong><br /><span class="smalltext">{$lang->no_avatar_note}</span></td>
|
</tr> </table>
| </tr> </table>
|
<br /> <div align="center"> <input type="hidden" name="action" value="do_avatar" /> <input type="submit" class="button" name="submit" value="{$lang->change_avatar}" />
|
<br /> <div align="center"> <input type="hidden" name="action" value="do_avatar" /> <input type="submit" class="button" name="submit" value="{$lang->change_avatar}" />
|
</div> </td> </tr> </table> </form> {$footer}
| </div> </td> </tr> </table> </form> {$footer}
|
</body> </html>]]></template> <template name="usercp_notepad" version="120"><![CDATA[<html>
| </body> </html>]]></template> <template name="usercp_notepad" version="120"><![CDATA[<html>
|
Zeile 5235 | Zeile 5219 |
---|
{$header} <form action="usercp.php" method="post"> <table width="100%" border="0" align="center">
|
{$header} <form action="usercp.php" method="post"> <table width="100%" border="0" align="center">
|
<tr>
| <tr>
|
{$usercpnav} <td valign="top"> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
|
{$usercpnav} <td valign="top"> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
|
<tr>
| <tr>
|
<td class="thead" colspan="2"><strong>{$lang->personal_notepad}</strong></td>
|
<td class="thead" colspan="2"><strong>{$lang->personal_notepad}</strong></td>
|
</tr>
| </tr>
|
<tr> <td align="center" class="trow1" width="100%"> <textarea name="notepad" cols="80" rows="15">{$mybb->user['notepad']}</textarea>
|
<tr> <td align="center" class="trow1" width="100%"> <textarea name="notepad" cols="80" rows="15">{$mybb->user['notepad']}</textarea>
|
</td> </tr> </table>
| </td> </tr> </table>
|
<br /> <div align="center"> <input type="hidden" name="action" value="do_notepad" /> <input type="submit" class="button" name="submit" value="{$lang->update_notepad}" /> </div> </td>
|
<br /> <div align="center"> <input type="hidden" name="action" value="do_notepad" /> <input type="submit" class="button" name="submit" value="{$lang->update_notepad}" /> </div> </td>
|
</tr> </table> </form> {$footer} </body>
| </tr> </table> </form> {$footer} </body>
|
</html>]]></template> <template name="private_messagebit_sep" version="120"><![CDATA[<tr> <td class="tcat" align="center" colspan="6" height="1"><img src="{$theme['imgdir']}/pixel.gif" height="1" width="1" alt=""/></td>
| </html>]]></template> <template name="private_messagebit_sep" version="120"><![CDATA[<tr> <td class="tcat" align="center" colspan="6" height="1"><img src="{$theme['imgdir']}/pixel.gif" height="1" width="1" alt=""/></td>
|
Zeile 5270 | Zeile 5254 |
---|
<td>{$lang->votes} </td> <td><input type="text" class="textbox" name="votes[{$counter}]" value="{$optionvotes}" /></td> </tr>]]></template>
|
<td>{$lang->votes} </td> <td><input type="text" class="textbox" name="votes[{$counter}]" value="{$optionvotes}" /></td> </tr>]]></template>
|
<template name="member_resetpassword" version="120"><![CDATA[<html> <head>
| <template name="member_resetpassword" version="127"><![CDATA[<html> <head>
|
<title>{$mybb->settings['bbname']} - {$lang->reset_password}</title> {$headerinclude} </head>
| <title>{$mybb->settings['bbname']} - {$lang->reset_password}</title> {$headerinclude} </head>
|
Zeile 5280 | Zeile 5264 |
---|
<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" colspan="2"><strong>{$lang->reset_password}</strong></td>
|
<td class="thead" colspan="2"><strong>{$lang->reset_password}</strong></td>
|
</tr> <tr>
| </tr> <tr>
|
<td class="trow1" width="30%"><strong>{$lang->username}</strong></td> <td class="trow1"><input type="text" class="textbox" name="username" value="{$user['username']}" /></td> </tr>
| <td class="trow1" width="30%"><strong>{$lang->username}</strong></td> <td class="trow1"><input type="text" class="textbox" name="username" value="{$user['username']}" /></td> </tr>
|
Zeile 5293 | Zeile 5277 |
---|
</tr> </table> <br />
|
</tr> </table> <br />
|
<div align="center"><input type="hidden" name="action" value="activate" /><input type="submit" class="button" name="regsubmit" value="{$lang->send_password}" /></div>
| <div align="center"><input type="hidden" name="action" value="resetpassword" /><input type="submit" class="button" name="regsubmit" value="{$lang->send_password}" /></div>
|
</form> {$footer} </body>
| </form> {$footer} </body>
|
Zeile 5317 | Zeile 5301 |
---|
<template name="member_lostpw" version="120"><![CDATA[<html> <head> <title>{$mybb->settings['bbname']} - {$lang->lost_pw}</title>
|
<template name="member_lostpw" version="120"><![CDATA[<html> <head> <title>{$mybb->settings['bbname']} - {$lang->lost_pw}</title>
|
{$headerinclude} </head>
| {$headerinclude} </head>
|
<body> {$header} <form action="member.php" method="post"> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
|
<body> {$header} <form action="member.php" method="post"> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
|
<tr>
| <tr>
|
<td class="thead" colspan="2"><strong>{$lang->lost_pw_form}</strong></td> </tr> <tr> <td class="trow1" width="40%"><strong>{$lang->email_address}</strong></td> <td class="trow1" width="60%"><input type="text" class="textbox" name="email" /></td>
|
<td class="thead" colspan="2"><strong>{$lang->lost_pw_form}</strong></td> </tr> <tr> <td class="trow1" width="40%"><strong>{$lang->email_address}</strong></td> <td class="trow1" width="60%"><input type="text" class="textbox" name="email" /></td>
|
</tr> </table>
| </tr> </table>
|
<br /> <div align="center"><input type="submit" class="button" value="{$lang->request_user_pass}" /></div> <input type="hidden" name="action" value="do_lostpw" />
| <br /> <div align="center"><input type="submit" class="button" value="{$lang->request_user_pass}" /></div> <input type="hidden" name="action" value="do_lostpw" />
|
Zeile 5338 | Zeile 5322 |
---|
{$footer} </body> </html>]]></template>
|
{$footer} </body> </html>]]></template>
|
<template name="usercp_changename" version="120"><![CDATA[<html>
| <template name="usercp_changename" version="122"><![CDATA[<html>
|
<head> <title>{$mybb->settings['bbname']} - {$lang->change_username}</title> {$headerinclude}
| <head> <title>{$mybb->settings['bbname']} - {$lang->change_username}</title> {$headerinclude}
|
Zeile 5350 | Zeile 5334 |
---|
<tr> {$usercpnav} <td valign="top">
|
<tr> {$usercpnav} <td valign="top">
|
| {$errors}
|
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
|
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
|
<tr>
| <tr>
|
<td class="thead" colspan="2"><strong>{$lang->change_username}</strong></td>
|
<td class="thead" colspan="2"><strong>{$lang->change_username}</strong></td>
|
</tr> <tr>
| </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="password" size="25" /></td> </tr> <tr> <td class="tcat" colspan="2"><strong>{$lang->change_username}</strong></td> </tr> <tr>
|
<td class="trow2" width="40%"><strong>{$lang->new_username}</strong></td>
|
<td class="trow2" width="40%"><strong>{$lang->new_username}</strong></td>
|
<td class="trow2" width="60%"><input type="text" class="textbox" name="username" size="25" maxlength="{$mybb->settings['maxnamelength']}" value="{$mybb->user['username']}" /></td>
| <td class="trow2" width="60%"><input type="text" class="textbox" name="username" size="25" maxlength="{$mybb->settings['maxnamelength']}" /></td>
|
</tr> </table> <br />
| </tr> </table> <br />
|
Zeile 5371 | Zeile 5365 |
---|
{$footer} </body> </html>]]></template>
|
{$footer} </body> </html>]]></template>
|
<template name="moderation_split_post" version="120"><![CDATA[<tr>
| <template name="moderation_split_post" version="127"><![CDATA[<tr>
|
<td class="tcat" colspan="2"><span class="smalltext"><strong>{$lang->posted_by} {$post['username']} - {$postdate} {$posttime}</strong></span></td> </tr> <tr>
|
<td class="tcat" colspan="2"><span class="smalltext"><strong>{$lang->posted_by} {$post['username']} - {$postdate} {$posttime}</strong></span></td> </tr> <tr>
|
<td class="{$altbg}" valign="top" align="center"><input type="checkbox" class="checkbox" name="splitpost[{$post['pid']}]" value="yes" /></td>
| <td class="{$altbg}" valign="top" align="center" width="5%"><input type="checkbox" class="checkbox" name="splitpost[{$post['pid']}]" value="yes" /></td>
|
<td class="{$altbg}">{$message}</td> </tr>]]></template> <template name="newreply_threadreview_more" version="120"><![CDATA[<tr>
| <td class="{$altbg}">{$message}</td> </tr>]]></template> <template name="newreply_threadreview_more" version="120"><![CDATA[<tr>
|
Zeile 5415 | Zeile 5409 |
---|
<tr> <td class="{$altbg}" valign="top" align="center" style="width:5%"><input type="checkbox" class="checkbox" name="deletepost[{$post['pid']}]" value="yes" /></td> <td class="{$altbg}">{$message}</td>
|
<tr> <td class="{$altbg}" valign="top" align="center" style="width:5%"><input type="checkbox" class="checkbox" name="deletepost[{$post['pid']}]" value="yes" /></td> <td class="{$altbg}">{$message}</td>
|
</tr>]]></template>
| </tr>]]></template>
|
<template name="moderation_deleteposts" version="120"><![CDATA[<html> <head> <title>{$mybb->settings['bbname']} - {$lang->delete_posts}</title>
| <template name="moderation_deleteposts" version="120"><![CDATA[<html> <head> <title>{$mybb->settings['bbname']} - {$lang->delete_posts}</title>
|
Zeile 5594 | Zeile 5588 |
---|
<td class="thead" colspan="3"><table width="100%" cellspacing="0" cellpadding="0" border="0"><tr><td class="thead"><strong>{$pm['subject']}</strong></td><td class="thead" align="right"><a href="private.php?action=send&pmid={$pm['pmid']}&do=reply">{$lang->reply}</a> | <a href="private.php?action=send&pmid={$pm['pmid']}&do=forward">{$lang->forward}</a> | <a href="private.php?action=delete&pmid={$pm['pmid']}">{$lang->delete_pm}</a></td></table></td> </tr> {$message}
|
<td class="thead" colspan="3"><table width="100%" cellspacing="0" cellpadding="0" border="0"><tr><td class="thead"><strong>{$pm['subject']}</strong></td><td class="thead" align="right"><a href="private.php?action=send&pmid={$pm['pmid']}&do=reply">{$lang->reply}</a> | <a href="private.php?action=send&pmid={$pm['pmid']}&do=forward">{$lang->forward}</a> | <a href="private.php?action=delete&pmid={$pm['pmid']}">{$lang->delete_pm}</a></td></table></td> </tr> {$message}
|
<tr> <td class="tfoot" colspan="3"><table width="100%" cellspacing="0" cellpadding="0" border="0"><tr><td class="tfoot"><strong>{$pm['subject']}</strong></td><td class="tfoot" align="right"><a href="private.php?action=send&pmid={$pm['pmid']}&do=reply">{$lang->reply}</a> | <a href="private.php?action=send&pmid={$pm['pmid']}&do=forward">{$lang->forward}</a> | <a href="private.php?action=delete&pmid={$pm['pmid']}">{$lang->delete_pm}</a></td></table></td> </tr> </table> </td> </tr> </table> {$footer} </body>
| <tr> <td class="tfoot" colspan="3"><table width="100%" cellspacing="0" cellpadding="0" border="0"><tr><td class="tfoot"><strong>{$pm['subject']}</strong></td><td class="tfoot" align="right"><a href="private.php?action=send&pmid={$pm['pmid']}&do=reply">{$lang->reply}</a> | <a href="private.php?action=send&pmid={$pm['pmid']}&do=forward">{$lang->forward}</a> | <a href="private.php?action=delete&pmid={$pm['pmid']}">{$lang->delete_pm}</a></td></table></td> </tr> </table> </td> </tr> </table> {$footer} </body>
|
</html>]]></template>
|
</html>]]></template>
|
<template name="forumdisplay_inlinemoderation_col" version="120"><![CDATA[<td class="tcat" align="center" width="1"><input type="checkbox" name="allbox" onclick="inlineModeration.checkAll(this)" /></td>]]></template>
| <template name="forumdisplay_inlinemoderation_col" version="121"><![CDATA[<td class="tcat" align="center" width="1"><input type="checkbox" name="allbox" onclick="inlineModeration.checkAll(this)" /></td>]]></template>
|
<template name="printthread_post" version="120"><![CDATA[<strong>{$postrow['subject']}</strong> - <a href="member.php?action=profile&uid={$postrow['uid']}"><strong>{$postrow['username']}</strong></a> - <strong>{$postrow['date']}</strong> <strong>{$postrow['time']}</strong> <br /> <br />
| <template name="printthread_post" version="120"><![CDATA[<strong>{$postrow['subject']}</strong> - <a href="member.php?action=profile&uid={$postrow['uid']}"><strong>{$postrow['username']}</strong></a> - <strong>{$postrow['date']}</strong> <strong>{$postrow['time']}</strong> <br /> <br />
|
Zeile 5636 | Zeile 5630 |
---|
</tr> <tr> <td class="trow2" colspan="2"><span class="smalltext" style="float:right; padding-top:3px;"><a href="member.php?action=register">{$lang->need_reg}</a> | <a href="member.php?action=lostpw">{$lang->forgot_password}</a> </span> <input type="submit" class="button" value="{$lang->login}" /></td>
|
</tr> <tr> <td class="trow2" colspan="2"><span class="smalltext" style="float:right; padding-top:3px;"><a href="member.php?action=register">{$lang->need_reg}</a> | <a href="member.php?action=lostpw">{$lang->forgot_password}</a> </span> <input type="submit" class="button" value="{$lang->login}" /></td>
|
</tr> </table> </form>
| </tr> </table> </form>
|
<br />]]></template> <template name="error_nopermission_loggedin" version="120"><![CDATA[{$lang->error_nopermission_user_1} <ol>
| <br />]]></template> <template name="error_nopermission_loggedin" version="120"><![CDATA[{$lang->error_nopermission_user_1} <ol>
|
Zeile 5673 | Zeile 5667 |
---|
</tr> <tr> <td class="trow1"><span class="smalltext">{$lang->add_folders_note}</span></td>
|
</tr> <tr> <td class="trow1"><span class="smalltext">{$lang->add_folders_note}</span></td>
|
</tr>
| </tr>
|
{$newfolders} </table> <br />
| {$newfolders} </table> <br />
|
Zeile 5696 | Zeile 5690 |
---|
</select> ]]></template> <template name="moderation_move" version="120"><![CDATA[<html>
|
</select> ]]></template> <template name="moderation_move" version="120"><![CDATA[<html>
|
<head>
| <head>
|
<title>{$mybb->settings['bbname']} - {$lang->move_copy_thread}</title> {$headerinclude} </head>
| <title>{$mybb->settings['bbname']} - {$lang->move_copy_thread}</title> {$headerinclude} </head>
|
Zeile 5882 | Zeile 5876 |
---|
<td class="trow1"> {$ignorelist} {$newlist}
|
<td class="trow1"> {$ignorelist} {$newlist}
|
</td>
| </td>
|
</tr> <tr> <td class="trow2" align="center"><span class="smalltext">{$lang->remove_add_note}</span></td>
| </tr> <tr> <td class="trow2" align="center"><span class="smalltext">{$lang->remove_add_note}</span></td>
|
Zeile 5915 | Zeile 5909 |
---|
<td class="thead" colspan="2"><strong>{$lang->ip_lookup}</strong></td> </tr> <td class="trow2"><strong>{$lang->ip}</strong></td>
|
<td class="thead" colspan="2"><strong>{$lang->ip_lookup}</strong></td> </tr> <td class="trow2"><strong>{$lang->ip}</strong></td>
|
<td class="trow2">{$ip}</td> </tr>
| <td class="trow2">{$ip}</td> </tr>
|
<tr> <td class="trow1"><strong>{$lang->resolves_to}<br /><span class="smalltext">{$lang->if_resolvable}</span></strong></td> <td class="trow2">{$host}</td>
| <tr> <td class="trow1"><strong>{$lang->resolves_to}<br /><span class="smalltext">{$lang->if_resolvable}</span></strong></td> <td class="trow2">{$host}</td>
|
Zeile 5926 | Zeile 5920 |
---|
{$footer} </body> </html>]]></template>
|
{$footer} </body> </html>]]></template>
|
<template name="online_iplookup_adminoptions"><![CDATA[<tr>
| <template name="online_iplookup_adminoptions" version="120"><![CDATA[<tr>
|
<td class="trow1"><strong>{$lang->admin_options}</strong></td> <td class="trow2"> <a href="{$config['admin_dir']}/users.php?action=find&searchop[sortby]=username&searchop[order]=asc&search[regip]={$ip}">{$lang->search_regip_users}</a><br />
| <td class="trow1"><strong>{$lang->admin_options}</strong></td> <td class="trow2"> <a href="{$config['admin_dir']}/users.php?action=find&searchop[sortby]=username&searchop[order]=asc&search[regip]={$ip}">{$lang->search_regip_users}</a><br />
|
Zeile 5976 | Zeile 5970 |
---|
<select name="year"> {$yearopts}
|
<select name="year"> {$yearopts}
|
</select> </td>
| </select> </td>
|
</tr> <tr> <td width="20%" class="trow2"><strong>{$lang->event_name}</strong></td>
| </tr> <tr> <td width="20%" class="trow2"><strong>{$lang->event_name}</strong></td>
|
Zeile 6051 | Zeile 6045 |
---|
<template name="forumbit_depth2_cat" version="120"><![CDATA[<tr> <td class="tcat"> </td> <td class="tcat" colspan="4"><strong>» <a href="forumdisplay.php?fid={$forum['fid']}">{$forum['name']}</a></strong><br /><span class="smalltext">{$forum['description']}{$sub_forums}</span></td></tr>]]></template>
|
<template name="forumbit_depth2_cat" version="120"><![CDATA[<tr> <td class="tcat"> </td> <td class="tcat" colspan="4"><strong>» <a href="forumdisplay.php?fid={$forum['fid']}">{$forum['name']}</a></strong><br /><span class="smalltext">{$forum['description']}{$sub_forums}</span></td></tr>]]></template>
|
<template name="forumbit_depth1_cat_subforum" version="120"><![CDATA[<tr>
| <template name="forumbit_depth1_cat_subforum" version="121"><![CDATA[<tr>
|
<td class="tcat" colspan="6"><strong>» <a href="forumdisplay.php?fid={$forum['fid']}">{$forum['name']}</a></strong><br /><span class="smalltext">{$forum['description']}</span></td></tr>{$sub_forums}]]></template> <template name="misc_help" version="120"><![CDATA[<html> <head>
| <td class="tcat" colspan="6"><strong>» <a href="forumdisplay.php?fid={$forum['fid']}">{$forum['name']}</a></strong><br /><span class="smalltext">{$forum['description']}</span></td></tr>{$sub_forums}]]></template> <template name="misc_help" version="120"><![CDATA[<html> <head>
|
Zeile 6069 | Zeile 6063 |
---|
<td class="trow1" valign="top">{$iconlist}</td> </tr> ]]></template>
|
<td class="trow1" valign="top">{$iconlist}</td> </tr> ]]></template>
|
<template name="previewpost" version="120"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
| <template name="previewpost" version="127"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
|
<tr>
|
<tr>
|
<td class="thead" colspan="3"><strong>{$lang->post_preview}</strong></td>
| <td class="thead" colspan="2"><strong>{$lang->post_preview}</strong></td>
|
</tr> {$postbit} </table>
| </tr> {$postbit} </table>
|
Zeile 6165 | Zeile 6159 |
---|
<template name="misc_imcenter_yahoo" version="120"><![CDATA[<html> <head> <title>{$lang->yahoo_center}</title>
|
<template name="misc_imcenter_yahoo" version="120"><![CDATA[<html> <head> <title>{$lang->yahoo_center}</title>
|
{$headerinclude} </head>
| {$headerinclude} </head>
|
<body style="margin:0;left:0;top:0" class="trow2"> <table width="100%" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" border="0" align="center" class="tborder"> <tr>
| <body style="margin:0;left:0;top:0" class="trow2"> <table width="100%" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" border="0" align="center" class="tborder"> <tr>
|
Zeile 6185 | Zeile 6179 |
---|
<td class="trow1" align="center" colspan="2"><span class="smalltext"><a href="http://edit.yahoo.com/config/send_webmesg?.target={$user['yahoo']}&.src=pg">{$lang->send_y_message}</a></span></td> </tr><tr> <td class="trow1" align="center" colspan="2"><span class="smalltext"><a href="http://members.yahoo.com/interests?.oc=t&.kw={$user['yahoo']}&.sb=1">{$lang->view_y_profile}</a></td>
|
<td class="trow1" align="center" colspan="2"><span class="smalltext"><a href="http://edit.yahoo.com/config/send_webmesg?.target={$user['yahoo']}&.src=pg">{$lang->send_y_message}</a></span></td> </tr><tr> <td class="trow1" align="center" colspan="2"><span class="smalltext"><a href="http://members.yahoo.com/interests?.oc=t&.kw={$user['yahoo']}&.sb=1">{$lang->view_y_profile}</a></td>
|
</tr> </table> </body>
| </tr> </table> </body>
|
</html>]]></template> <template name="usercp_editsig_current" version="120"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
|
</html>]]></template> <template name="usercp_editsig_current" version="120"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
|
<tr>
| <tr>
|
<td class="thead"><strong>{$lang->current_sig}</strong></td>
|
<td class="thead"><strong>{$lang->current_sig}</strong></td>
|
</tr>
| </tr>
|
<tr> <td class="trow1">{$sigpreview}</td> </tr> </table> <br />]]></template> <template name="usercp_editsig_preview" version="120"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
|
<tr> <td class="trow1">{$sigpreview}</td> </tr> </table> <br />]]></template> <template name="usercp_editsig_preview" version="120"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
|
<tr>
| <tr>
|
<td class="thead"><strong>{$lang->sig_preview}</strong></td>
|
<td class="thead"><strong>{$lang->sig_preview}</strong></td>
|
</tr>
| </tr>
|
<tr> <td class="trow1">{$sigpreview}</td> </tr>
| <tr> <td class="trow1">{$sigpreview}</td> </tr>
|
Zeile 6210 | Zeile 6204 |
---|
<template name="member_resendactivation" version="120"><![CDATA[<html> <head> <title>{$mybb->settings['bbname']} - {$lang->resend_activation}</title>
|
<template name="member_resendactivation" version="120"><![CDATA[<html> <head> <title>{$mybb->settings['bbname']} - {$lang->resend_activation}</title>
|
{$headerinclude}
| {$headerinclude}
|
</head> <body> {$header} <form action="member.php" method="post"> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
|
</head> <body> {$header} <form action="member.php" method="post"> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
|
<tr>
| <tr>
|
<td class="thead" colspan="2"><strong>{$lang->resend_activation}</strong></td> </tr> <tr> <td class="trow1" width="40%"><strong>{$lang->email_address}</strong></td>
|
<td class="thead" colspan="2"><strong>{$lang->resend_activation}</strong></td> </tr> <tr> <td class="trow1" width="40%"><strong>{$lang->email_address}</strong></td>
|
<td class="trow1" width="60%"><input type="text" class="textbox" name="email" /></td>
| <td class="trow1" width="60%"><input type="text" class="textbox" name="email" /></td>
|
</tr> </table> <br />
| </tr> </table> <br />
|
Zeile 6256 | Zeile 6250 |
---|
<br /> <div align="center"><input type="submit" class="button" name="submit" value="{$lang->delete_threads}" /></div> <input type="hidden" name="action" value="do_multideletethreads" />
|
<br /> <div align="center"><input type="submit" class="button" name="submit" value="{$lang->delete_threads}" /></div> <input type="hidden" name="action" value="do_multideletethreads" />
|
<input type="hidden" name="fid" value="{$fid}" /> <input type="hidden" name="threads" value="{$inlineids}" /> </form> {$footer}
| <input type="hidden" name="fid" value="{$fid}" /> <input type="hidden" name="threads" value="{$inlineids}" /> </form> {$footer}
|
</body> </html>]]></template> <template name="postbit_inlinecheck" version="120"><![CDATA[| <input type="checkbox" class="checkbox" name="inlinemod_{$post['pid']}" id="inlinemod_{$post['pid']}" value="1" style="vertical-align: middle;" {$inlinecheck} />]]></template> <template name="moderation_inline_movethreads" version="120"><![CDATA[<html> <head> <title>{$mybb->settings['bbname']} - {$lang->move_threads}</title>
|
</body> </html>]]></template> <template name="postbit_inlinecheck" version="120"><![CDATA[| <input type="checkbox" class="checkbox" name="inlinemod_{$post['pid']}" id="inlinemod_{$post['pid']}" value="1" style="vertical-align: middle;" {$inlinecheck} />]]></template> <template name="moderation_inline_movethreads" version="120"><![CDATA[<html> <head> <title>{$mybb->settings['bbname']} - {$lang->move_threads}</title>
|
{$headerinclude} </head> <body> {$header} <form action="moderation.php" method="post"> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
| {$headerinclude} </head> <body> {$header} <form action="moderation.php" method="post"> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
|
<tr> <td class="thead" colspan="2"><strong>{$lang->move_threads}</strong></td> </tr>
| <tr> <td class="thead" colspan="2"><strong>{$lang->move_threads}</strong></td> </tr>
|
Zeile 6293 | Zeile 6287 |
---|
<template name="moderation_inline_mergeposts" version="120"><![CDATA[<html> <head> <title>{$mybb->settings['bbname']} - {$lang->merge_posts}</title>
|
<template name="moderation_inline_mergeposts" version="120"><![CDATA[<html> <head> <title>{$mybb->settings['bbname']} - {$lang->merge_posts}</title>
|
{$headerinclude} </head> <body>
| {$headerinclude} </head> <body>
|
{$header} <form action="moderation.php" method="post"> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
| {$header} <form action="moderation.php" method="post"> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
|
Zeile 6329 | Zeile 6323 |
---|
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead" colspan="2"><strong>{$lang->split_thread}</strong></td>
|
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead" colspan="2"><strong>{$lang->split_thread}</strong></td>
|
</tr> <tr>
| </tr> <tr>
|
<td class="tcat" colspan="2"><span class="smalltext"><strong>{$lang->new_thread_info}</strong></span></td> </tr> {$loginbox}
| <td class="tcat" colspan="2"><span class="smalltext"><strong>{$lang->new_thread_info}</strong></span></td> </tr> {$loginbox}
|
Zeile 6353 | Zeile 6347 |
---|
</body> </html>]]></template> <template name="member_register_regimage" version="120"><![CDATA[<br />
|
</body> </html>]]></template> <template name="member_register_regimage" version="120"><![CDATA[<br />
|
<fieldset class="trow2">
| <fieldset class="trow2">
|
<legend><strong>{$lang->image_verification}</strong></legend> <table cellspacing="0" cellpadding="{$theme['tablespace']}">
|
<legend><strong>{$lang->image_verification}</strong></legend> <table cellspacing="0" cellpadding="{$theme['tablespace']}">
|
<tr>
| <tr>
|
<td><span class="smalltext">{$lang->verification_note}</span></td> <td rowspan="2" align="center"><img src="captcha.php?action=regimage&imagehash={$imagehash}" alt="{$lang->image_verification}" /><br /><span style="color: red;" class="smalltext">{$lang->verification_subnote}</span></td>
|
<td><span class="smalltext">{$lang->verification_note}</span></td> <td rowspan="2" align="center"><img src="captcha.php?action=regimage&imagehash={$imagehash}" alt="{$lang->image_verification}" /><br /><span style="color: red;" class="smalltext">{$lang->verification_subnote}</span></td>
|
</tr>
| </tr>
|
<tr> <td><input type="text" class="textbox" name="imagestring" value="" /><input type="hidden" name="imagehash" value="{$imagehash}" /></td>
|
<tr> <td><input type="text" class="textbox" name="imagestring" value="" /><input type="hidden" name="imagehash" value="{$imagehash}" /></td>
|
</tr> </table>
| </tr> </table>
|
</fieldset>]]></template> <template name="error_inline" version="120"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"><tr> <td class="thead"><strong>{$title}</strong></td>
| </fieldset>]]></template> <template name="error_inline" version="120"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"><tr> <td class="thead"><strong>{$title}</strong></td>
|
Zeile 6377 | Zeile 6371 |
---|
</tr> </table> <br />]]></template>
|
</tr> </table> <br />]]></template>
|
<template name="member_register" version="120"><![CDATA[<html>
| <template name="member_register" version="122"><![CDATA[<html>
|
<head> <title>{$mybb->settings['bbname']} - {$lang->registration}</title> {$headerinclude}
| <head> <title>{$mybb->settings['bbname']} - {$lang->registration}</title> {$headerinclude}
|
Zeile 6390 | Zeile 6384 |
---|
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead" colspan="2"><strong>{$lang->registration}</strong></td>
|
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead" colspan="2"><strong>{$lang->registration}</strong></td>
|
</tr> <tr>
| </tr> <tr>
|
<td width="50%" class="trow1" valign="top"> <fieldset class="trow2"> <legend><strong>{$lang->account_details}</strong></legend> <table cellspacing="0" cellpadding="{$theme['tablespace']}">
|
<td width="50%" class="trow1" valign="top"> <fieldset class="trow2"> <legend><strong>{$lang->account_details}</strong></legend> <table cellspacing="0" cellpadding="{$theme['tablespace']}">
|
<tr>
| <tr>
|
<td colspan="2"><span class="smalltext">{$lang->username}</span></td> </tr>
|
<td colspan="2"><span class="smalltext">{$lang->username}</span></td> </tr>
|
<tr> <td colspan="2"><input type="text" class="textbox" name="username" size="40" value="{$username}" /></td> </tr>
| <tr> <td colspan="2"><input type="text" class="textbox" name="username" size="40" value="{$username}" /></td> </tr>
|
{$passboxes} <tr> <td><span class="smalltext">{$lang->email}</span></td>
| {$passboxes} <tr> <td><span class="smalltext">{$lang->email}</span></td>
|
Zeile 6428 | Zeile 6422 |
---|
<tr> <td valign="top" width="1"><input type="checkbox" class="checkbox" name="hideemail" id="hideemail" value="yes" {$hideemailcheck} /></td> <td valign="top"><span class="smalltext"><label for="hideemail">{$lang->hide_email}</label></span></td>
|
<tr> <td valign="top" width="1"><input type="checkbox" class="checkbox" name="hideemail" id="hideemail" value="yes" {$hideemailcheck} /></td> <td valign="top"><span class="smalltext"><label for="hideemail">{$lang->hide_email}</label></span></td>
|
|
|
</tr> <tr> <td valign="top" width="1"><input type="checkbox" class="checkbox" name="emailnotify" id="emailnotify" value="yes" {$emailnotifycheck} /></td>
| </tr> <tr> <td valign="top" width="1"><input type="checkbox" class="checkbox" name="emailnotify" id="emailnotify" value="yes" {$emailnotifycheck} /></td>
|
Zeile 6462 | Zeile 6457 |
---|
<td>{$tzselect}</td> </tr> <tr>
|
<td>{$tzselect}</td> </tr> <tr>
|
<td valign="top" colspan="2"><input type="checkbox" class="checkbox" name="enabledst" id="enabledst" value="yes" {$enabledstcheck} /> <span class="smalltext"><label for="enabledst">{$lang->enable_dst}</label></span>
| <td valign="top" colspan="2"><input type="checkbox" class="checkbox" name="enabledst" id="enabledst" value="yes" {$enabledstcheck} /> <span class="smalltext"><label for="enabledst">{$lang->enable_dst}</label></span></td>
|
</tr> </table> </fieldset>
| </tr> </table> </fieldset>
|
Zeile 6502 | Zeile 6497 |
---|
<br />]]></template> <template name="htmldoctype" version="120"><![CDATA[<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">]]></template> <template name="postbit_multiquote" version="120"><![CDATA[<script type="text/javascript">document.write("<a href=\"javascript:Thread.multiQuote({$post['pid']});\"><img src=\"{$theme['imglangdir']}/postbit_multiquote.gif\" alt=\"{$lang->postbit_multiquote}\" title=\"{$lang->postbit_multiquote}\" id=\"multiquote_{$post['pid']}\" /><\/a>");</script>]]></template>
|
<br />]]></template> <template name="htmldoctype" version="120"><![CDATA[<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">]]></template> <template name="postbit_multiquote" version="120"><![CDATA[<script type="text/javascript">document.write("<a href=\"javascript:Thread.multiQuote({$post['pid']});\"><img src=\"{$theme['imglangdir']}/postbit_multiquote.gif\" alt=\"{$lang->postbit_multiquote}\" title=\"{$lang->postbit_multiquote}\" id=\"multiquote_{$post['pid']}\" /><\/a>");</script>]]></template>
|
<template name="private_send_autocomplete" version="120"><![CDATA[<script type="text/javascript" src="jscripts/autocomplete.js?ver=120"></script>
| <template name="private_send_autocomplete" version="120"><![CDATA[<script type="text/javascript" src="jscripts/autocomplete.js?ver=121"></script>
|
<script type="text/javascript"> new autoComplete("to", "xmlhttp.php?action=get_users", {valueSpan: "username"}); </script>]]></template>
|
<script type="text/javascript"> new autoComplete("to", "xmlhttp.php?action=get_users", {valueSpan: "username"}); </script>]]></template>
|
<template name="forumdisplay_threadlist_inlineedit_js" version="120"><![CDATA[<script type="text/javascript" src="jscripts/inline_edit.js?ver=120"></script>
| <template name="forumdisplay_threadlist_inlineedit_js" version="120"><![CDATA[<script type="text/javascript" src="jscripts/inline_edit.js?ver=121"></script>
|
<script type="text/javascript"> new inlineEditor("xmlhttp.php?action=edit_subject", {className: "subject_editable", spinnerImage: "{$theme['imgdir']}/spinner.gif", lang_click_edit: "{$lang->click_hold_edit}"}); </script>]]></template>
| <script type="text/javascript"> new inlineEditor("xmlhttp.php?action=edit_subject", {className: "subject_editable", spinnerImage: "{$theme['imgdir']}/spinner.gif", lang_click_edit: "{$lang->click_hold_edit}"}); </script>]]></template>
|
Zeile 6521 | Zeile 6516 |
---|
</div> <br style="clear: both;" /> </div>]]></template>
|
</div> <br style="clear: both;" /> </div>]]></template>
|
<template name="reputation_vote" version="120"><![CDATA[<tr>
| <template name="reputation_vote" version="123"><![CDATA[<tr>
|
<td class="trow1 {$status_class}">
|
<td class="trow1 {$status_class}">
|
{$reputation_vote['username']} <span class="smalltext">({$reputation_vote['user_reputation']}) - {$last_updated} {$delete_link}<br /><br /></span>
| {$reputation_vote['username']}{$reputation_vote['user_reputation']} - {$last_updated} {$delete_link}<br /><br /></span>
|
<strong class="{$vote_type_class}">{$vote_type}:</strong> {$reputation_vote['comments']} </td> </tr>]]></template>
| <strong class="{$vote_type_class}">{$vote_type}:</strong> {$reputation_vote['comments']} </td> </tr>]]></template>
|
Zeile 6542 | Zeile 6537 |
---|
<script type="text/javascript">var showBack = {$show_back};</script> </head> <body>
|
<script type="text/javascript">var showBack = {$show_back};</script> </head> <body>
|
<br /> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="trow1" style="padding: 20px">
| <br /> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="trow1" style="padding: 20px">
|
<strong>{$lang->error}</strong><br /><br /> <blockquote>{$message}</blockquote> <br /><br />
| <strong>{$lang->error}</strong><br /><br /> <blockquote>{$message}</blockquote> <br /><br />
|
Zeile 6553 | Zeile 6548 |
---|
<script type="text/javascript"> if(showBack == 1) { document.write('[<a href="javascript:history.go(-1);">{$lang->go_back}</a>]'); } document.write('[<a href="javascript:window.close();">{$lang->close_window}</a>]');</script>
|
<script type="text/javascript"> if(showBack == 1) { document.write('[<a href="javascript:history.go(-1);">{$lang->go_back}</a>]'); } document.write('[<a href="javascript:window.close();">{$lang->close_window}</a>]');</script>
|
</div> </td> </tr> </table> </body>
| </div> </td> </tr> </table> </body>
|
</html>]]></template> <template name="reputation_added" version="120"><![CDATA[<html> <head>
| </html>]]></template> <template name="reputation_added" version="120"><![CDATA[<html> <head>
|
Zeile 6615 | Zeile 6610 |
---|
<tr> <td><input type="text" class="textbox" name="imagestring" value="" /><input type="hidden" name="imagehash" value="{$imagehash}" /></td> </tr>
|
<tr> <td><input type="text" class="textbox" name="imagestring" value="" /><input type="hidden" name="imagehash" value="{$imagehash}" /></td> </tr>
|
</table>
| </table>
|
</td> </tr>]]></template> <template name="post_captcha_hidden" version="120"><![CDATA[<input type="hidden" name="imagehash" value="{$imagehash}" />
| </td> </tr>]]></template> <template name="post_captcha_hidden" version="120"><![CDATA[<input type="hidden" name="imagehash" value="{$imagehash}" />
|
Zeile 6639 | Zeile 6634 |
---|
{$post['groupimage']}<br /> {$post['useravatar']}<br /> </span>]]></template>
|
{$post['groupimage']}<br /> {$post['useravatar']}<br /> </span>]]></template>
|
</templates>
| <template name="forumdisplay_announcements_announcement_modbit" version="128"><![CDATA[<td align="center" class="{$bgcolor}">-</td>]]></template> <template name="index_boardstats" version="1210"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <thead> <tr> <td class="thead"> <div class="expcolimage"><img src="{$theme['imgdir']}/collapse{$collapsedimg['boardstats']}.gif" id="boardstats_img" class="expander" alt="[-]" /></div> <div><strong>{$lang->boardstats}</strong></div> </td> </tr> </thead> <tbody style="{$collapsed['boardstats_e']}" id="boardstats_e"> {$whosonline} {$birthdays} {$forumstats} </tbody> </table> <br />]]></template> </templates>
|
</theme>
| </theme>
|