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 615 | Zeile 600 |
---|
<tr> <td> <form action="moderation.php" method="get" style="margin-top: 0; margin-bottom: 0;">
|
<tr> <td> <form action="moderation.php" method="get" style="margin-top: 0; margin-bottom: 0;">
|
| <input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
|
<input type="hidden" name="modtype" value="thread" /> <input type="hidden" name="tid" value="{$tid}" /><span class="smalltext">
|
<input type="hidden" name="modtype" value="thread" /> <input type="hidden" name="tid" value="{$tid}" /><span class="smalltext">
|
<strong>{$lang->moderation_options}</strong></span> <select name="action" onchange="window.location=('moderation.php?action='+this.options[this.selectedIndex].value+'&tid={$tid}&modtype=thread')">
| <strong>{$lang->moderation_options}</strong></span> <select name="action" onchange="window.location=('moderation.php?action='+this.options[this.selectedIndex].value+'&tid={$tid}&modtype=thread&my_post_key={$mybb->post_code}')">
|
<optgroup label="{$lang->standard_mod_tools}"> <option value="threadnotes">{$lang->thread_notes}</option> <option value="openclosethread">{$lang->open_close_thread}</option>
| <optgroup label="{$lang->standard_mod_tools}"> <option value="threadnotes">{$lang->thread_notes}</option> <option value="openclosethread">{$lang->open_close_thread}</option>
|
Zeile 647 | Zeile 633 |
---|
<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="1212"><![CDATA[<script type="text/javascript" src="jscripts/inline_moderation.js?ver=1212"></script>
|
<form action="moderation.php" method="post" style="margin-top: 0; margin-bottom: 0;">
|
<form action="moderation.php" method="post" style="margin-top: 0; margin-bottom: 0;">
|
| <input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
|
<input type="hidden" name="tid" value="{$tid}" /> <input type="hidden" name="modtype" value="inlinepost" /> <span class="smalltext"><strong>{$lang->inline_post_moderation}</strong></span>
| <input type="hidden" name="tid" value="{$tid}" /> <input type="hidden" name="modtype" value="inlinepost" /> <span class="smalltext"><strong>{$lang->inline_post_moderation}</strong></span>
|
Zeile 663 | Zeile 650 |
---|
{$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 664 |
---|
<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=1212"></script>
|
</head> <body> {$header}
| </head> <body> {$header}
|
Zeile 742 | Zeile 729 |
---|
{$footer} </body> </html>]]></template>
|
{$footer} </body> </html>]]></template>
|
<template name="showthread_ratethread" version="120"><![CDATA[<form action="ratethread.php" method="post">
| <template name="showthread_ratethread" version="1212"><![CDATA[<form action="ratethread.php" method="post"> <input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
|
<span class="smalltext"><strong>{$lang->rate_thread}</strong></span> <select name="rating"> <option value="">{$lang->select_rating}</option>
| <span class="smalltext"><strong>{$lang->rate_thread}</strong></span> <select name="rating"> <option value="">{$lang->select_rating}</option>
|
Zeile 785 | Zeile 773 |
---|
<a href="showthread.php?tid={$lastposttid}&action=lastpost" title="{$full_lastpost_subject}"><strong>{$lastpost_subject}</strong></a> <br />{$lastpost_date} {$lastpost_time}<br />{$lang->by} {$lastpost_profilelink}</span> ]]></template>
|
<a href="showthread.php?tid={$lastposttid}&action=lastpost" title="{$full_lastpost_subject}"><strong>{$lastpost_subject}</strong></a> <br />{$lastpost_date} {$lastpost_time}<br />{$lang->by} {$lastpost_profilelink}</span> ]]></template>
|
<template name="editpost" version="120"><![CDATA[<html>
| <template name="editpost" version="1212"><![CDATA[<html>
|
<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=1212"></script>
|
</head> <body> {$header}
| </head> <body> {$header}
|
Zeile 797 | Zeile 785 |
---|
{$post_errors} {$attacherror} <form action="editpost.php" method="post" name="editpost">
|
{$post_errors} {$attacherror} <form action="editpost.php" method="post" name="editpost">
|
| <input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
|
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead" colspan="3"><strong>{$lang->delete_post}</strong></td>
| <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead" colspan="3"><strong>{$lang->delete_post}</strong></td>
|
Zeile 812 | Zeile 801 |
---|
</form> <br /> <form action="editpost.php" method="post" enctype="multipart/form-data" name="input">
|
</form> <br /> <form action="editpost.php" method="post" enctype="multipart/form-data" name="input">
|
| <input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
|
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead" colspan="2"><strong>{$lang->edit_post}</strong></td>
| <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead" colspan="2"><strong>{$lang->edit_post}</strong></td>
|
Zeile 852 | Zeile 842 |
---|
</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="1212"><![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=1212"></script>
|
</head> <body> {$header}
| </head> <body> {$header}
|
Zeile 865 | Zeile 855 |
---|
{$attacherror} {$reply_errors} <form action="newreply.php" method="post" enctype="multipart/form-data" name="input">
|
{$attacherror} {$reply_errors} <form action="newreply.php" method="post" enctype="multipart/form-data" name="input">
|
| <input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
|
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead" colspan="2"><strong>{$lang->post_new_reply}</strong></td>
| <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead" colspan="2"><strong>{$lang->post_new_reply}</strong></td>
|
Zeile 902 | Zeile 893 |
---|
<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 916 | Zeile 907 |
---|
</html>]]></template> <template name="newreply_disablesmilies" version="120"><![CDATA[<br /> <label><input type="checkbox" class="checkbox" name="postoptions[disablesmilies]" value="yes" tabindex="9" {$postoptionschecked['disablesmilies']} /> {$lang->options_disablesmilies}</label>]]></template>
|
</html>]]></template> <template name="newreply_disablesmilies" version="120"><![CDATA[<br /> <label><input type="checkbox" class="checkbox" name="postoptions[disablesmilies]" value="yes" tabindex="9" {$postoptionschecked['disablesmilies']} /> {$lang->options_disablesmilies}</label>]]></template>
|
<template name="usercp_drafts" version="120"><![CDATA[<html>
| <template name="usercp_drafts" version="1212"><![CDATA[<html>
|
<head> <title>{$mybb->settings['bbname']} - {$lang->drafts}</title> {$headerinclude}
| <head> <title>{$mybb->settings['bbname']} - {$lang->drafts}</title> {$headerinclude}
|
Zeile 924 | Zeile 915 |
---|
<body> {$header} <form action="usercp.php" method="post">
|
<body> {$header} <form action="usercp.php" method="post">
|
| <input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
|
<table width="100%" border="0" align="center"> <tr> {$usercpnav}
| <table width="100%" border="0" align="center"> <tr> {$usercpnav}
|
Zeile 958 | Zeile 950 |
---|
<td class="{$trow}" align="center"><a href="{$editurl}">{$lang->edit_draft}</a></td> <td class="{$trow}" align="center"><input type="checkbox" class="checkbox" name="deletedraft[{$id}]" value="{$type}" /></td> </tr>]]></template>
|
<td class="{$trow}" align="center"><a href="{$editurl}">{$lang->edit_draft}</a></td> <td class="{$trow}" align="center"><input type="checkbox" class="checkbox" name="deletedraft[{$id}]" value="{$type}" /></td> </tr>]]></template>
|
<template name="newthread" version="120"><![CDATA[<html>
| <template name="newthread" version="1212"><![CDATA[<html>
|
<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=1212"></script>
|
</head> <body> {$header}
| </head> <body> {$header}
|
Zeile 970 | Zeile 962 |
---|
{$thread_errors} {$attacherror} <form action="newthread.php" method="post" enctype="multipart/form-data" name="input">
|
{$thread_errors} {$attacherror} <form action="newthread.php" method="post" enctype="multipart/form-data" name="input">
|
| <input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
|
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead" colspan="2"><strong>{$lang->post_new_thread}</strong></td>
| <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead" colspan="2"><strong>{$lang->post_new_thread}</strong></td>
|
Zeile 1123 | Zeile 1116 |
---|
</tr> </table> </fieldset>]]></template>
|
</tr> </table> </fieldset>]]></template>
|
<template name="usercp_options" version="120"><![CDATA[<html>
| <template name="usercp_options" version="1212"><![CDATA[<html>
|
<head> <title>{$mybb->settings['bbname']} - {$lang->edit_options}</title> {$headerinclude}
| <head> <title>{$mybb->settings['bbname']} - {$lang->edit_options}</title> {$headerinclude}
|
Zeile 1131 | Zeile 1124 |
---|
<body> {$header} <form action="usercp.php" method="post">
|
<body> {$header} <form action="usercp.php" method="post">
|
| <input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
|
<table width="100%" border="0" align="center"> <tr> {$usercpnav}
| <table width="100%" border="0" align="center"> <tr> {$usercpnav}
|
Zeile 1416 | Zeile 1410 |
---|
</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="1212"><![CDATA[<script type="text/javascript" src="jscripts/inline_moderation.js?ver=1212"></script>
|
<form action="moderation.php" method="post">
|
<form action="moderation.php" method="post">
|
| <input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
|
<input type="hidden" name="fid" value="{$fid}" /> <input type="hidden" name="modtype" value="inlinethread" /> <br />
| <input type="hidden" name="fid" value="{$fid}" /> <input type="hidden" name="modtype" value="inlinethread" /> <br />
|
Zeile 1437 | Zeile 1432 |
---|
{$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 1441 |
---|
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 />
|
Zeile 1464 | Zeile 1459 |
---|
<div style="text-align: center;"> <script type="text/javascript"> document.write('[<a href="javascript:window.close();">{$lang->close_window}</a>]');</script>
|
<div style="text-align: center;"> <script type="text/javascript"> document.write('[<a href="javascript:window.close();">{$lang->close_window}</a>]');</script>
|
</div> </td> </tr> </table> </body> </html>]]></template> <template name="report" version="120"><![CDATA[<html> <head> <title>{$mybb->settings['bbname']} - {$lang->report_post}</title> {$headerinclude} </head>
| </div> </td> </tr> </table> </body> </html>]]></template> <template name="report" version="1212"><![CDATA[<html> <head> <title>{$mybb->settings['bbname']} - {$lang->report_post}</title> {$headerinclude} </head>
|
<body> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr>
| <body> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr>
|
Zeile 1483 | Zeile 1478 |
---|
<br /> <strong>{$lang->report_to_mod}</strong> <form action="report.php" method="post">
|
<br /> <strong>{$lang->report_to_mod}</strong> <form action="report.php" method="post">
|
| <input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
|
<input type="hidden" name="action" value="do_report" /> <input type="hidden" name="pid" value="{$pid}" /> <blockquote>{$lang->only_report}</blockquote>
| <input type="hidden" name="action" value="do_report" /> <input type="hidden" name="pid" value="{$pid}" /> <blockquote>{$lang->only_report}</blockquote>
|
Zeile 1496 | Zeile 1492 |
---|
<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 1543 |
---|
<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>
|
<head> <title>{$lang->icq_message_center}</title>
|
{$headerinclude}
| {$headerinclude}
|
</head>
|
</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">
|
<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> <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> </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> <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>
|
</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"><strong>{$user['icq']}</strong></td> </tr> <tr> <td class="trow1" align="center" colspan="2"><strong><img src="http://status.icq.com/online.gif?icq={$user['icq']}&img=2" /></strong></td> </tr> <tr> <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 1620 | Zeile 1621 |
---|
<template name="forumbit_depth3" version="120"><![CDATA[{$comma}{$statusicon}<a href="forumdisplay.php?fid={$forum['fid']}">{$forum['name']}</a>]]></template> <template name="forumbit_depth3_statusicon" version="120"><![CDATA[<img src="{$theme['imgdir']}/{$lightbulb['folder']}.gif" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" class="subforumicon" />]]></template> <template name="forumbit_subforums" version="120"><![CDATA[<br />{$lang->subforums} {$sub_forums}]]></template>
|
<template name="forumbit_depth3" version="120"><![CDATA[{$comma}{$statusicon}<a href="forumdisplay.php?fid={$forum['fid']}">{$forum['name']}</a>]]></template> <template name="forumbit_depth3_statusicon" version="120"><![CDATA[<img src="{$theme['imgdir']}/{$lightbulb['folder']}.gif" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" class="subforumicon" />]]></template> <template name="forumbit_subforums" version="120"><![CDATA[<br />{$lang->subforums} {$sub_forums}]]></template>
|
<template name="private_empty" version="120"><![CDATA[<html>
| <template name="private_empty" version="1212"><![CDATA[<html>
|
<head> <title>{$mybb->settings['bbname']} - {$lang->empty_folders}</title> {$headerinclude}
| <head> <title>{$mybb->settings['bbname']} - {$lang->empty_folders}</title> {$headerinclude}
|
Zeile 1628 | Zeile 1629 |
---|
<body> {$header} <form action="private.php" method="post">
|
<body> {$header} <form action="private.php" method="post">
|
| <input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
|
<table width="100%" border="0" align="center"> <tr> {$usercpnav}
| <table width="100%" border="0" align="center"> <tr> {$usercpnav}
|
Zeile 1698 | Zeile 1700 |
---|
<td class="trow1" width="50%">{$mybb->user['email']}</td> </tr> {$reputation}
|
<td class="trow1" width="50%">{$mybb->user['email']}</td> </tr> {$reputation}
|
</table> </td>
| </table> </td>
|
</tr> </table> {$footer}
| </tr> </table> {$footer}
|
Zeile 1722 | Zeile 1724 |
---|
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 1739 | Zeile 1741 |
---|
</tr> <tr> <td><span class="smalltext">{$lang->default_usertitle}</span></td>
|
</tr> <tr> <td><span class="smalltext">{$lang->default_usertitle}</span></td>
|
</tr> <tr>
| </tr> <tr>
|
<td><span class="smalltext"><strong>{$defaulttitle}</strong></span></td>
|
<td><span class="smalltext"><strong>{$defaulttitle}</strong></span></td>
|
</tr> <tr>
| </tr> <tr>
|
<td><span class="smalltext">{$lang->current_custom_usertitle}</span></td> </tr> <tr>
|
<td><span class="smalltext">{$lang->current_custom_usertitle}</span></td> </tr> <tr>
|
<td><span class="smalltext"><strong>{$user['usertitle']}</strong></span></td> </tr> <tr>
| <td><span class="smalltext"><strong>{$user['usertitle']}</strong></span></td> </tr> <tr>
|
<td><span class="smalltext">{$lang->new_custom_usertitle}</span></td> </tr> <tr>
| <td><span class="smalltext">{$lang->new_custom_usertitle}</span></td> </tr> <tr>
|
Zeile 1765 | Zeile 1767 |
---|
<td class="trow1" align="center" colspan="5">{$lang->no_attachments}</td> </tr>]]></template> <template name="usercp_nav_changename" version="120"><![CDATA[<li><a href="usercp.php?action=changename">{$lang->ucp_nav_change_username}</a><br /></li>]]></template>
|
<td class="trow1" align="center" colspan="5">{$lang->no_attachments}</td> </tr>]]></template> <template name="usercp_nav_changename" version="120"><![CDATA[<li><a href="usercp.php?action=changename">{$lang->ucp_nav_change_username}</a><br /></li>]]></template>
|
<template name="usercp_profile" version="120"><![CDATA[<html>
| <template name="usercp_profile" version="1212"><![CDATA[<html>
|
<head> <title>{$mybb->settings['bbname']} - {$lang->edit_profile}</title> {$headerinclude}
| <head> <title>{$mybb->settings['bbname']} - {$lang->edit_profile}</title> {$headerinclude}
|
Zeile 1773 | Zeile 1775 |
---|
<body> {$header} <form action="usercp.php" method="post" name="input">
|
<body> {$header} <form action="usercp.php" method="post" name="input">
|
| <input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
|
<table width="100%" border="0" align="center"> <tr> {$usercpnav} <td valign="top"> {$errors}
|
<table width="100%" border="0" align="center"> <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> <td class="thead" colspan="2"><strong>{$lang->edit_profile}</strong></td> </tr>
| <tr> <td class="thead" colspan="2"><strong>{$lang->edit_profile}</strong></td> </tr>
|
Zeile 1796 | Zeile 1799 |
---|
<br /> <fieldset class="trow2"> <legend><strong>{$lang->profile_optional}</strong></legend>
|
<br /> <fieldset class="trow2"> <legend><strong>{$lang->profile_optional}</strong></legend>
|
<table cellspacing="0" cellpadding="{$theme['tablespace']}"> <tr>
| <table cellspacing="0" cellpadding="{$theme['tablespace']}"> <tr>
|
<td colspan="3"><span class="smalltext">{$lang->birthday}</span></td> </tr> <tr>
|
<td colspan="3"><span class="smalltext">{$lang->birthday}</span></td> </tr> <tr>
|
<td>
| <td>
|
<select name="bday1"> <option value=""> </option> {$bdaydaysel}
|
<select name="bday1"> <option value=""> </option> {$bdaydaysel}
|
</select> </td> <td>
| </select> </td> <td>
|
<select name="bday2"> <option value=""> </option> <option value="1" {$bdaymonthsel['1']}>{$lang->month_1}</option>
| <select name="bday2"> <option value=""> </option> <option value="1" {$bdaymonthsel['1']}>{$lang->month_1}</option>
|
Zeile 1826 | Zeile 1829 |
---|
</td> <td> <input type="text" class="textbox" size="4" maxlength="4" name="bday3" value="{$bday['2']}" />
|
</td> <td> <input type="text" class="textbox" size="4" maxlength="4" name="bday3" value="{$bday['2']}" />
|
</td>
| </td>
|
</tr> <tr> <td colspan="3"><span class="smalltext">{$lang->website_url}</span></td>
| </tr> <tr> <td colspan="3"><span class="smalltext">{$lang->website_url}</span></td>
|
Zeile 1845 | Zeile 1848 |
---|
<table cellspacing="0" cellpadding="{$theme['tablespace']}"> <tr> <td><span class="smalltext">{$lang->icq_number}</span></td>
|
<table cellspacing="0" cellpadding="{$theme['tablespace']}"> <tr> <td><span class="smalltext">{$lang->icq_number}</span></td>
|
</tr>
| </tr>
|
<tr> <td><input type="text" class="textbox" name="icq" size="25" value="{$user['icq']}" /></td>
|
<tr> <td><input type="text" class="textbox" name="icq" size="25" value="{$user['icq']}" /></td>
|
</tr> <tr>
| </tr> <tr>
|
<td><span class="smalltext">{$lang->aim_screenname}</span></td> </tr> <tr> <td><input type="text" class="textbox" name="aim" size="25" value="{$user['aim']}" /></td>
|
<td><span class="smalltext">{$lang->aim_screenname}</span></td> </tr> <tr> <td><input type="text" class="textbox" name="aim" size="25" value="{$user['aim']}" /></td>
|
</tr> <tr>
| </tr> <tr>
|
<td><span class="smalltext">{$lang->msn}</span></td>
|
<td><span class="smalltext">{$lang->msn}</span></td>
|
</tr> <tr>
| </tr> <tr>
|
<td><input type="text" class="textbox" name="msn" size="25" value="{$user['msn']}" /></td> </tr> <tr>
|
<td><input type="text" class="textbox" name="msn" size="25" value="{$user['msn']}" /></td> </tr> <tr>
|
<td><span class="smalltext">{$lang->yahoo_id}</span></td> </tr> <tr>
| <td><span class="smalltext">{$lang->yahoo_id}</span></td> </tr> <tr>
|
<td><input type="text" class="textbox" name="yahoo" size="25" value="{$user['yahoo']}" /></td>
|
<td><input type="text" class="textbox" name="yahoo" size="25" value="{$user['yahoo']}" /></td>
|
</tr> </table>
| </tr> </table>
|
</fieldset> {$awaysection}
|
</fieldset> {$awaysection}
|
</td> </tr> </table> <br /> <div align="center">
| </td> </tr> </table> <br /> <div align="center">
|
<input type="hidden" name="action" value="do_profile" /> <input type="submit" class="button" name="regsubmit" value="{$lang->update_profile}" /> </div>
| <input type="hidden" name="action" value="do_profile" /> <input type="submit" class="button" name="regsubmit" value="{$lang->update_profile}" /> </div>
|
Zeile 1892 | Zeile 1895 |
---|
<tr> <td colspan="3"> <span class="smalltext">{$lang->attach_quota} <a href="usercp.php?action=attachments">{$lang->view_attachments}</a></span>
|
<tr> <td colspan="3"> <span class="smalltext">{$lang->attach_quota} <a href="usercp.php?action=attachments">{$lang->view_attachments}</a></span>
|
</td> </tr>
| </td> </tr>
|
{$newattach} {$attachments} </table> </td> </tr>]]></template>
|
{$newattach} {$attachments} </table> </td> </tr>]]></template>
|
<template name="usercp_attachments" version="120"><![CDATA[<html>
| <template name="usercp_attachments" version="1212"><![CDATA[<html>
|
<head> <title>{$mybb->settings['bbname']} - {$lang->attachments_manager}</title> {$headerinclude}
| <head> <title>{$mybb->settings['bbname']} - {$lang->attachments_manager}</title> {$headerinclude}
|
Zeile 1907 | Zeile 1910 |
---|
<body> {$header} <form action="usercp.php" method="post" name="attachmentsmanager">
|
<body> {$header} <form action="usercp.php" method="post" name="attachmentsmanager">
|
| <input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
|
<table width="100%" border="0" align="center"> <tr> {$usercpnav}
| <table width="100%" border="0" align="center"> <tr> {$usercpnav}
|
Zeile 1923 | Zeile 1927 |
---|
</tr> {$attachments} </table>
|
</tr> {$attachments} </table>
|
<br />
| <br />
|
<div align="center"> <input type="hidden" name="action" value="do_attachments" /> <input type="submit" class="button" value="{$lang->delete_attachments}" />
| <div align="center"> <input type="hidden" name="action" value="do_attachments" /> <input type="submit" class="button" value="{$lang->delete_attachments}" />
|
Zeile 1932 | Zeile 1936 |
---|
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead" colspan="2"><strong>{$lang->attachments_stats}</strong></td>
|
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead" colspan="2"><strong>{$lang->attachments_stats}</strong></td>
|
</tr>
| </tr>
|
<tr> <td class="trow1" width="40%"><strong>{$lang->attachstats_attachs}</strong></td> <td class="trow1" width="60%">{$totalattachments}</td>
| <tr> <td class="trow1" width="40%"><strong>{$lang->attachstats_attachs}</strong></td> <td class="trow1" width="60%">{$totalattachments}</td>
|
Zeile 1968 | Zeile 1972 |
---|
<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 1981 |
---|
{$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 2031 | Zeile 2035 |
---|
</tr></table> </fieldset> <br />]]></template>
|
</tr></table> </fieldset> <br />]]></template>
|
<template name="usercp_usergroups_joingroup" version="120"><![CDATA[<html>
| <template name="usercp_usergroups_joingroup" version="1212"><![CDATA[<html>
|
<head> <title>{$mybb->settings['bbname']} - {$lang->request_join_usergroup}</title> {$headerinclude}
| <head> <title>{$mybb->settings['bbname']} - {$lang->request_join_usergroup}</title> {$headerinclude}
|
Zeile 2039 | Zeile 2043 |
---|
<body> {$header} <form action="usercp.php" method="post">
|
<body> {$header} <form action="usercp.php" method="post">
|
| <input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
|
<table width="100%" border="0" align="center"> <tr> {$usercpnav}
| <table width="100%" border="0" align="center"> <tr> {$usercpnav}
|
Zeile 2073 | Zeile 2078 |
---|
{$footer} </body> </html>]]></template>
|
{$footer} </body> </html>]]></template>
|
<template name="usercp_avatar" version="120"><![CDATA[<html>
| <template name="usercp_avatar" version="1212"><![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 2089 |
---|
<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>
|
</tr> <tr>
| </tr> <tr>
|
<td class="trow1" colspan="2"> <table cellspacing="0" cellpadding="0" width="100%"><tr> <td>{$lang->avatar_note}{$avatarmsg}
|
<td class="trow1" colspan="2"> <table cellspacing="0" cellpadding="0" width="100%"><tr> <td>{$lang->avatar_note}{$avatarmsg}
|
</td>
| </td>
|
{$currentavatar} </tr></table>
|
{$currentavatar} </tr></table>
|
</td> </tr> <tr> <td class="tcat" colspan="2"><strong>{$lang->local_galleries}</strong></td>
| </td> </tr> <tr> <td class="tcat" colspan="2"><strong>{$lang->local_galleries}</strong></td>
|
</tr> <tr> <td class="trow2"><strong>{$lang->gallery}</strong></td>
|
</tr> <tr> <td class="trow2"><strong>{$lang->gallery}</strong></td>
|
<td class="trow2"> <form method="post" action="usercp.php"> <input type="hidden" name="action" value="avatar" /> <select name="gallery"> {$galleries} </select> {$gobutton} </form>
| <td class="trow2"> <form method="post" action="usercp.php"> <input type="hidden" name="my_post_key" value="{$mybb->post_code}" /> <input type="hidden" name="action" value="avatar" /> <select name="gallery"> {$galleries} </select> {$gobutton} </form>
|
</td>
|
</td>
|
</tr> <tr>
| </tr> <tr>
|
<td class="tcat" colspan="2"><strong>{$lang->custom_avatar}</strong></td> </tr> <tr> <td class="trow1" width="40%"><strong>{$lang->avatar_upload}</strong></td> <td class="trow1" width="60%"> <form enctype="multipart/form-data" action="usercp.php" method="post">
|
<td class="tcat" colspan="2"><strong>{$lang->custom_avatar}</strong></td> </tr> <tr> <td class="trow1" width="40%"><strong>{$lang->avatar_upload}</strong></td> <td class="trow1" width="60%"> <form enctype="multipart/form-data" action="usercp.php" method="post">
|
| <input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
|
<input type="file" name="avatarupload" size="25" />
|
<input type="file" name="avatarupload" size="25" />
|
</td> </tr>
| </td> </tr>
|
<tr> <td class="trow2" width="40%"><strong>{$lang->avatar_url}</strong></td> <td class="trow2" width="60%"><input type="text" class="textbox" name="avatarurl" size="45" value="{$avatarurl}" /></td>
| <tr> <td class="trow2" width="40%"><strong>{$lang->avatar_url}</strong></td> <td class="trow2" width="60%"><input type="text" class="textbox" name="avatarurl" size="45" value="{$avatarurl}" /></td>
|
Zeile 2140 | Zeile 2148 |
---|
{$footer} </body> </html>]]></template>
|
{$footer} </body> </html>]]></template>
|
<template name="usercp_avatar_gallery" version="120"><![CDATA[<html>
| <template name="usercp_avatar_gallery" version="1212"><![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 2159 |
---|
<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 2161 | Zeile 2170 |
---|
<tr> <td class="trow1" align="center"> <form method="post" action="usercp.php">
|
<tr> <td class="trow1" align="center"> <form method="post" action="usercp.php">
|
| <input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
|
<input type="hidden" name="action" value="avatar" /> <select name="gallery"> {$galleries} </select> {$gobutton} </form>
|
<input type="hidden" name="action" value="avatar" /> <select name="gallery"> {$galleries} </select> {$gobutton} </form>
|
</td> </tr> <tr>
| </td> </tr> <tr>
|
<td class="tcat"><strong>{$lang->avatars_in_gallery}</strong></td> </tr> <tr> <td class="trow2"> <form method="post" action="usercp.php">
|
<td class="tcat"><strong>{$lang->avatars_in_gallery}</strong></td> </tr> <tr> <td class="trow2"> <form method="post" action="usercp.php">
|
| <input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
|
<input type="hidden" name="action" value="do_avatar" /> <input type="hidden" name="gallery" value="{$gallery}" /> <table width="100%" cellpadding="4"> {$avatarlist}
|
<input type="hidden" name="action" value="do_avatar" /> <input type="hidden" name="gallery" value="{$gallery}" /> <table width="100%" cellpadding="4"> {$avatarlist}
|
</table> </td> </tr> </table>
| </table> </td> </tr> </table>
|
<br /> <div align="center"> <input type="hidden" name="action" value="do_avatar" />
| <br /> <div align="center"> <input type="hidden" name="action" value="do_avatar" />
|
Zeile 2197 | Zeile 2208 |
---|
</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="1212"><![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=1212"></script> <script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/moo.ajax.js?ver=1212"></script> <script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/general.js?ver=1212"></script> <script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/popup_menu.js?ver=1212"></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"> <!--
|
| var my_post_key = '{$mybb->post_code}';
|
var cookieDomain = "{$mybb->settings['cookiedomain']}"; var cookiePath = "{$mybb->settings['cookiepath']}"; var newpm_prompt = "{$lang->newpm_prompt}";
| var cookieDomain = "{$mybb->settings['cookiedomain']}"; var cookiePath = "{$mybb->settings['cookiepath']}"; var newpm_prompt = "{$lang->newpm_prompt}";
|
Zeile 2221 | Zeile 2233 |
---|
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead" align="center" colspan="6"><strong>{$lang->similar_threads}</strong></td>
|
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead" align="center" colspan="6"><strong>{$lang->similar_threads}</strong></td>
|
</tr> <tr>
| </tr> <tr>
|
<td class="tcat" align="center" colspan="2"><span class="smalltext"><strong>{$lang->thread}</strong></span></td> <td class="tcat" align="center"><span class="smalltext"><strong>{$lang->author}</strong></span></td> <td class="tcat" align="center"><span class="smalltext"><strong>{$lang->replies}</strong></span></td>
| <td class="tcat" align="center" colspan="2"><span class="smalltext"><strong>{$lang->thread}</strong></span></td> <td class="tcat" align="center"><span class="smalltext"><strong>{$lang->author}</strong></span></td> <td class="tcat" align="center"><span class="smalltext"><strong>{$lang->replies}</strong></span></td>
|
Zeile 2244 | Zeile 2256 |
---|
</head> <body> {$header}
|
</head> <body> {$header}
|
<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="trow1"> <table width="100%" cellspacing="0" cellpadding="0" border="0"><tr><td class="trow1" width="75%"> <span class="largetext"><strong>{$formattedname}</strong></span><br />
| <td class="trow1"> <table width="100%" cellspacing="0" cellpadding="0" border="0"><tr><td class="trow1" width="75%"> <span class="largetext"><strong>{$formattedname}</strong></span><br />
|
Zeile 2268 | Zeile 2280 |
---|
<tr> <td width="50%" valign="top"> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
|
<tr> <td width="50%" valign="top"> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
|
<tr>
| <tr>
|
<td colspan="2" class="thead"><strong>{$lang->users_forum_info}</strong></td>
|
<td colspan="2" class="thead"><strong>{$lang->users_forum_info}</strong></td>
|
</tr> <tr>
| </tr> <tr>
|
<td class="trow1"><strong>{$lang->joined}</strong></td> <td class="trow1">{$memregdate}</td>
|
<td class="trow1"><strong>{$lang->joined}</strong></td> <td class="trow1">{$memregdate}</td>
|
</tr> <tr>
| </tr> <tr>
|
<td class="trow2"><strong>{$lang->lastvisit}</strong></td> <td class="trow2">{$memlastvisitdate} {$memlastvisittime}</td>
|
<td class="trow2"><strong>{$lang->lastvisit}</strong></td> <td class="trow2">{$memlastvisitdate} {$memlastvisittime}</td>
|
</tr> <tr>
| </tr> <tr>
|
<td class="trow1"><strong>{$lang->total_posts}</strong></td> <td class="trow1">{$memprofile['postnum']} ({$lang->ppd_percent_total})<br /><span class="smalltext">(<a href="search.php?action=finduserthreads&uid={$uid}">{$lang->find_threads}</a> — <a href="search.php?action=finduser&uid={$uid}">{$lang->find_posts}</a>)</span></td> </tr>
| <td class="trow1"><strong>{$lang->total_posts}</strong></td> <td class="trow1">{$memprofile['postnum']} ({$lang->ppd_percent_total})<br /><span class="smalltext">(<a href="search.php?action=finduserthreads&uid={$uid}">{$lang->find_threads}</a> — <a href="search.php?action=finduser&uid={$uid}">{$lang->find_posts}</a>)</span></td> </tr>
|
Zeile 2349 | Zeile 2361 |
---|
]]></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 2408 | Zeile 2420 |
---|
<td class="{$trow}"><span class="smalltext">{$conditions}</span><br /><span class="smalltext">{$usergroupleaders}</span></td> <td class="{$trow}" align="center">{$joinlink}</td> </tr>]]></template>
|
<td class="{$trow}"><span class="smalltext">{$conditions}</span><br /><span class="smalltext">{$usergroupleaders}</span></td> <td class="{$trow}" align="center">{$joinlink}</td> </tr>]]></template>
|
<template name="usercp_usergroups_memberof_usergroup" version="120"><![CDATA[<tr>
| <template name="usercp_usergroups_memberof_usergroup" version="1212"><![CDATA[<tr>
|
<td class="{$trow}"><strong>{$usergroup['title']}</strong>{$description}</td> <td class="{$trow}" align="center">{$usergroup['usertitle']}</td> <td class="{$trow}">{$leavelink}</td>
| <td class="{$trow}"><strong>{$usergroup['title']}</strong>{$description}</td> <td class="{$trow}" align="center">{$usergroup['usertitle']}</td> <td class="{$trow}">{$leavelink}</td>
|
Zeile 2434 | Zeile 2446 |
---|
{$footer} </body> </html>]]></template>
|
{$footer} </body> </html>]]></template>
|
<template name="usercp_usergroups_memberof" version="120"><![CDATA[<form method="post" action="usercp.php">
| <template name="usercp_usergroups_memberof" version="1212"><![CDATA[<form method="post" action="usercp.php"> <input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
|
<input type="hidden" name="action" value="usergroups" /> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr>
| <input type="hidden" name="action" value="usergroups" /> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr>
|
Zeile 2453 | Zeile 2466 |
---|
</table> </form> <br />]]></template>
|
</table> </form> <br />]]></template>
|
<template name="managegroup" version="120"><![CDATA[<html>
| <template name="managegroup" version="1212"><![CDATA[<html>
|
<head> <title>{$mybb->settings['bbname']} - {$lang->members_of}</title> {$headerinclude}
| <head> <title>{$mybb->settings['bbname']} - {$lang->members_of}</title> {$headerinclude}
|
Zeile 2463 | Zeile 2476 |
---|
{$joinrequests} <p>{$usergrouptype}</p> <form method="post" action="managegroup.php">
|
{$joinrequests} <p>{$usergrouptype}</p> <form method="post" action="managegroup.php">
|
| <input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
|
<input type="hidden" name="action" value="do_manageusers" /> <input type="hidden" name="gid" value="{$gid}" /> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
| <input type="hidden" name="action" value="do_manageusers" /> <input type="hidden" name="gid" value="{$gid}" /> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
|
Zeile 2487 | Zeile 2501 |
---|
</body> </html>]]></template> <template name="managegroup_removeusers" version="120"><![CDATA[<input type="submit" class="button" value="{$lang->remove_selected}" />]]></template>
|
</body> </html>]]></template> <template name="managegroup_removeusers" version="120"><![CDATA[<input type="submit" class="button" value="{$lang->remove_selected}" />]]></template>
|
<template name="managegroup_adduser" version="120"><![CDATA[<br />
| <template name="managegroup_adduser" version="1212"><![CDATA[<br />
|
<form method="post" action="managegroup.php">
|
<form method="post" action="managegroup.php">
|
| <input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
|
<input type="hidden" name="action" value="do_add" /> <input type="hidden" name="gid" value="{$gid}" /> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
| <input type="hidden" name="action" value="do_add" /> <input type="hidden" name="gid" value="{$gid}" /> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
|
Zeile 2517 | Zeile 2532 |
---|
<strong><a href="managegroup.php?action=joinrequests&gid={$gid}">{$lang->pending_requests}</a></strong><br /> {$lang->num_requests_pending} </p>]]></template>
|
<strong><a href="managegroup.php?action=joinrequests&gid={$gid}">{$lang->pending_requests}</a></strong><br /> {$lang->num_requests_pending} </p>]]></template>
|
<template name="managegroup_joinrequests" version="120"><![CDATA[<html>
| <template name="managegroup_joinrequests" version="1212"><![CDATA[<html>
|
<head> <title>{$mybb->settings['bbname']} - {$lang->join_requests}</title> {$headerinclude}
| <head> <title>{$mybb->settings['bbname']} - {$lang->join_requests}</title> {$headerinclude}
|
Zeile 2526 | Zeile 2541 |
---|
{$header} {$joinrequests} <form method="post" action="managegroup.php">
|
{$header} {$joinrequests} <form method="post" action="managegroup.php">
|
| <input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
|
<input type="hidden" name="action" value="do_joinrequests" /> <input type="hidden" name="gid" value="{$gid}" /> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
| <input type="hidden" name="action" value="do_joinrequests" /> <input type="hidden" name="gid" value="{$gid}" /> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
|
Zeile 2555 | Zeile 2571 |
---|
<td class="{$altbg}" align="center"><input type="radio" class="radio" name="request[{$user['uid']}]" value="decline" /></td> </tr> ]]></template>
|
<td class="{$altbg}" align="center"><input type="radio" class="radio" name="request[{$user['uid']}]" value="decline" /></td> </tr> ]]></template>
|
<template name="private_send" version="120"><![CDATA[<html>
| <template name="private_send" version="1212"><![CDATA[<html>
|
<head> <title>{$lang->compose_pm}</title> {$headerinclude}
| <head> <title>{$lang->compose_pm}</title> {$headerinclude}
|
Zeile 2563 | Zeile 2579 |
---|
<body> {$header} <form action="private.php" method="post" name="input">
|
<body> {$header} <form action="private.php" method="post" name="input">
|
| <input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
|
<table width="100%" border="0" align="center"> <tr> {$usercpnav} <td valign="top">
|
<table width="100%" border="0" align="center"> <tr> {$usercpnav} <td valign="top">
|
{$preview}
| {$preview}
|
{$send_errors} <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr>
| {$send_errors} <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr>
|
Zeile 2612 | Zeile 2629 |
---|
</body> </html>]]></template> <template name="showthread_newreply_closed" version="120"><![CDATA[<a href="newreply.php?tid={$tid}"><img src="{$theme['imglangdir']}/closed.gif" alt="{$lang->thread_closed}" /></a> ]]></template>
|
</body> </html>]]></template> <template name="showthread_newreply_closed" version="120"><![CDATA[<a href="newreply.php?tid={$tid}"><img src="{$theme['imglangdir']}/closed.gif" alt="{$lang->thread_closed}" /></a> ]]></template>
|
<template name="polls_editpoll" version="120"><![CDATA[<html>
| <template name="polls_editpoll" version="1212"><![CDATA[<html>
|
<head> <title>{$mybb->settings['bbname']} - {$lang->edit_poll}</title> {$headerinclude}
| <head> <title>{$mybb->settings['bbname']} - {$lang->edit_poll}</title> {$headerinclude}
|
Zeile 2621 | Zeile 2638 |
---|
{$header} {$preview} <form action="moderation.php" method="post">
|
{$header} {$preview} <form action="moderation.php" method="post">
|
| <input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
|
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead" colspan="3"><strong>{$lang->delete_poll}</strong></td>
| <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead" colspan="3"><strong>{$lang->delete_poll}</strong></td>
|
Zeile 2635 | Zeile 2653 |
---|
</form> <br /> <form action="polls.php" method="post">
|
</form> <br /> <form action="polls.php" method="post">
|
| <input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
|
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead" colspan="2"><strong>{$lang->edit_poll}</strong></td>
| <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead" colspan="2"><strong>{$lang->edit_poll}</strong></td>
|
Zeile 2692 | Zeile 2711 |
---|
<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 2756 | Zeile 2775 |
---|
</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> <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>
|
<td width="30%" class="trow2"><strong>{$lang->event_author}</strong></td> <td width="70%" class="trow2">{$eventposter}</td>
|
</tr>
| </tr>
|
<tr> <td width="30%" class="trow1" valign="top"><strong>{$lang->event_details}</strong></td> <td width="70%" class="trow1"> {$event['description']} <div style="float: right; width: auto; clear: both;">{$editbutton} {$deletebutton}</div></td>
|
<tr> <td width="30%" class="trow1" valign="top"><strong>{$lang->event_details}</strong></td> <td width="70%" class="trow1"> {$event['description']} <div style="float: right; width: auto; clear: both;">{$editbutton} {$deletebutton}</div></td>
|
</tr> </table>
| </tr> </table>
|
{$footer} </body> </html>]]></template>
| {$footer} </body> </html>]]></template>
|
Zeile 2802 | Zeile 2821 |
---|
<tr> <td class="trow1" align="center"> <br />
|
<tr> <td class="trow1" align="center"> <br />
|
<br />
| <br />
|
<strong>{$lang->report_error}</strong> <blockquote>{$lang->no_reason}</blockquote> <br /><br />
| <strong>{$lang->report_error}</strong> <blockquote>{$lang->no_reason}</blockquote> <br /><br />
|
Zeile 2848 | Zeile 2867 |
---|
<strong class="reputation_neutral">{$lang->neutral_count}:</strong> {$neutral_count}<br /> <strong class="reputation_negative">{$lang->negative_count}:</strong> {$negative_count} </span>
|
<strong class="reputation_neutral">{$lang->neutral_count}:</strong> {$neutral_count}<br /> <strong class="reputation_negative">{$lang->negative_count}:</strong> {$negative_count} </span>
|
</td>
| </td>
|
<td align="right" style="width: 300px;"> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder trow2"> <tr>
| <td align="right" style="width: 300px;"> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder trow2"> <tr>
|
Zeile 2948 | Zeile 2967 |
---|
{$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 2963 | Zeile 2982 |
---|
{$customfields} </table> </fieldset>]]></template>
|
{$customfields} </table> </fieldset>]]></template>
|
<template name="private_archive" version="120"><![CDATA[<html>
| <template name="private_archive" version="1212"><![CDATA[<html>
|
<head> <title>{$mybb->settings['bbname']} - {$lang->archive_messages}</title> {$headerinclude}
| <head> <title>{$mybb->settings['bbname']} - {$lang->archive_messages}</title> {$headerinclude}
|
Zeile 2971 | Zeile 2990 |
---|
<body> {$header} <form action="private.php" method="post">
|
<body> {$header} <form action="private.php" method="post">
|
| <input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
|
<table width="100%" border="0" align="center"> <tr> {$usercpnav}
| <table width="100%" border="0" align="center"> <tr> {$usercpnav}
|
Zeile 3015 | Zeile 3035 |
---|
{$footer} </body> </html>]]></template>
|
{$footer} </body> </html>]]></template>
|
<template name="calendar_addevent" version="120"><![CDATA[<html>
| <template name="calendar_addevent" version="1212"><![CDATA[<html>
|
<head> <title>{$mybb->settings['bbname']} - {$lang->calendar} - {$lang->add_event}</title> {$headerinclude}
| <head> <title>{$mybb->settings['bbname']} - {$lang->calendar} - {$lang->add_event}</title> {$headerinclude}
|
Zeile 3024 | Zeile 3044 |
---|
{$header} {$event_errors} <form action="calendar.php" method="post" name="input">
|
{$header} {$event_errors} <form action="calendar.php" method="post" name="input">
|
| <input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
|
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="clear: both;"> <tr> <td colspan="2" width="100%" class="thead"><strong>{$lang->add_event}</strong></td>
| <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>
|
Zeile 3091 | Zeile 3112 |
---|
<td width="10%" class="{$bgcolor}">{$pmcode}</td> </tr>]]></template> <template name="showteam_moderators_forum" version="120"><![CDATA[<a href="forumdisplay.php?fid={$forum['fid']}">{$forum['name']}</a><br/>]]></template>
|
<td width="10%" class="{$bgcolor}">{$pmcode}</td> </tr>]]></template> <template name="showteam_moderators_forum" version="120"><![CDATA[<a href="forumdisplay.php?fid={$forum['fid']}">{$forum['name']}</a><br/>]]></template>
|
<template name="moderation_inline_deleteposts" version="120"><![CDATA[<html>
| <template name="moderation_inline_deleteposts" version="1212"><![CDATA[<html>
|
<head> <title>{$mybb->settings['bbname']} - {$lang->delete_posts}</title> {$headerinclude}
| <head> <title>{$mybb->settings['bbname']} - {$lang->delete_posts}</title> {$headerinclude}
|
Zeile 3099 | Zeile 3120 |
---|
<body> {$header} <form action="moderation.php" method="post">
|
<body> {$header} <form action="moderation.php" method="post">
|
| <input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
|
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead" colspan="2"><strong>{$lang->delete_posts}</strong></td>
| <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead" colspan="2"><strong>{$lang->delete_posts}</strong></td>
|
Zeile 3129 | Zeile 3151 |
---|
<template name="calendar_dayview_event" version="120"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead" colspan="2"><strong>{$event['subject']}</strong></td>
|
<template name="calendar_dayview_event" version="120"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead" colspan="2"><strong>{$event['subject']}</strong></td>
|
</tr> <tr>
| </tr> <tr>
|
<td width="30%" class="trow1"><strong>{$lang->event_date}</strong></td> <td width="70%" class="trow1">{$eventdate}</td> </tr>
| <td width="30%" class="trow1"><strong>{$lang->event_date}</strong></td> <td width="70%" class="trow1">{$eventdate}</td> </tr>
|
Zeile 3176 | Zeile 3198 |
---|
</table> ]]></template> <template name="forumdisplay_thread_gotounread" version="120"><![CDATA[<a href="showthread.php?action=newpost&tid={$thread['tid']}"><img src="{$theme['imgdir']}/jump.gif" alt="{$lang->goto_first_unread}" /></a> ]]></template>
|
</table> ]]></template> <template name="forumdisplay_thread_gotounread" version="120"><![CDATA[<a href="showthread.php?action=newpost&tid={$thread['tid']}"><img src="{$theme['imgdir']}/jump.gif" alt="{$lang->goto_first_unread}" /></a> ]]></template>
|
<template name="private_tracking" version="120"><![CDATA[<html>
| <template name="private_tracking" version="1212"><![CDATA[<html>
|
<head> <title>{$mybb->settings['bbname']} - {$lang->pm_tracking}</title> {$headerinclude}
| <head> <title>{$mybb->settings['bbname']} - {$lang->pm_tracking}</title> {$headerinclude}
|
Zeile 3184 | Zeile 3206 |
---|
<body> {$header} <form action="private.php" method="post">
|
<body> {$header} <form action="private.php" method="post">
|
| <input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
|
<input type="hidden" name="action" value="do_tracking" /> <table width="100%" border="0" align="center"> <tr>
| <input type="hidden" name="action" value="do_tracking" /> <table width="100%" border="0" align="center"> <tr>
|
Zeile 3207 | Zeile 3230 |
---|
</form> <br /> <form action="private.php" method="post">
|
</form> <br /> <form action="private.php" method="post">
|
| <input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
|
<input type="hidden" name="action" value="do_tracking" /> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr>
| <input type="hidden" name="action" value="do_tracking" /> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr>
|
Zeile 3228 | Zeile 3252 |
---|
{$footer} </body> </html>]]></template>
|
{$footer} </body> </html>]]></template>
|
<template name="moderation_threadnotes" version="120"><![CDATA[<html>
| <template name="moderation_threadnotes" version="1212"><![CDATA[<html>
|
<head> <title>{$mybb->settings['bbname']} - {$lang->thread_notes_editor}</title> {$headerinclude}
| <head> <title>{$mybb->settings['bbname']} - {$lang->thread_notes_editor}</title> {$headerinclude}
|
Zeile 3236 | Zeile 3260 |
---|
<body> {$header} <form action="moderation.php" method="post">
|
<body> {$header} <form action="moderation.php" method="post">
|
| <input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
|
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <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>
|
Zeile 3369 | Zeile 3394 |
---|
</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 3406 |
---|
<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=1212"></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="1212"><![CDATA[<br />
|
<form method="post" action="newreply.php" name="input">
|
<form method="post" action="newreply.php" name="input">
|
| <input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
|
<input type="hidden" name="subject" value="RE: {$thread['subject']}" /> <input type="hidden" name="action" value="do_newreply" /> <input type="hidden" name="tid" value="{$tid}" />
| <input type="hidden" name="subject" value="RE: {$thread['subject']}" /> <input type="hidden" name="action" value="do_newreply" /> <input type="hidden" name="tid" value="{$tid}" />
|
Zeile 3419 | Zeile 3445 |
---|
<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 3468 | Zeile 3495 |
---|
{$footer} </body> </html>]]></template>
|
{$footer} </body> </html>]]></template>
|
<template name="private" version="120"><![CDATA[<html>
| <template name="private" version="1212"><![CDATA[<html>
|
<head> <title>{$mybb->settings['bbname']} - {$lang->private_messaging}</title> {$headerinclude}
| <head> <title>{$mybb->settings['bbname']} - {$lang->private_messaging}</title> {$headerinclude}
|
Zeile 3476 | Zeile 3503 |
---|
<body> {$header} <form action="private.php" method="post" name="pmForm">
|
<body> {$header} <form action="private.php" method="post" name="pmForm">
|
| <input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
|
<table width="100%" border="0" align="center"> <tr> {$usercpnav}
| <table width="100%" border="0" align="center"> <tr> {$usercpnav}
|
Zeile 3537 | Zeile 3565 |
---|
<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 3587 |
---|
<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 3626 |
---|
<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> <template name="portal_latestthreads_thread" version="120"><![CDATA[<tr>
|
{$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> <template name="portal_latestthreads_thread" version="120"><![CDATA[<tr>
|
<td class="{$altbg}">
| <td class="{$altbg}">
|
<strong><a href="{$mybb->settings['bburl']}/showthread.php?tid={$thread['tid']}">{$thread['subject']}</a></strong> <span class="smalltext"><br /> <em>{$lang->latest_threads_lastpost}</em> {$lastposterlink}<br />
| <strong><a href="{$mybb->settings['bburl']}/showthread.php?tid={$thread['tid']}">{$thread['subject']}</a></strong> <span class="smalltext"><br /> <em>{$lang->latest_threads_lastpost}</em> {$lastposterlink}<br />
|
Zeile 3622 | Zeile 3651 |
---|
</head> <body> {$header}
|
</head> <body> {$header}
|
<form method="post" action="search.php"><input type="hidden" name="action" value="do_search" />
| <form method="post" action="search.php"> <input type="hidden" name="action" value="do_search" />
|
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td colspan="2" class="thead"><strong>{$mybb->settings['bbname']} - {$lang->search}</strong></td>
| <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td colspan="2" class="thead"><strong>{$mybb->settings['bbname']} - {$lang->search}</strong></td>
|
Zeile 3639 | Zeile 3669 |
---|
<tr> <td> <span class="smalltext"><input type="radio" class="radio" name="postthread" value="1" checked="checked" />{$lang->search_entire_post}<br /><input type="radio" class="radio" name="postthread" value="2" />{$lang->search_titles_only}</span></td>
|
<tr> <td> <span class="smalltext"><input type="radio" class="radio" name="postthread" value="1" checked="checked" />{$lang->search_entire_post}<br /><input type="radio" class="radio" name="postthread" value="2" />{$lang->search_titles_only}</span></td>
|
</tr></table> </td>
| </tr></table> </td>
|
<td class="trow1"> <table><tr> <td class="trow1"><input type="text" class="textbox" name="author" size="35" maxlength="{$mybb->settings['maxnamelength']}" /><br /><span class="smalltext"><input type="checkbox" class="checkbox" name="matchusername" value="1" checked="checked" /> {$lang->match_username}</span></td>
| <td class="trow1"> <table><tr> <td class="trow1"><input type="text" class="textbox" name="author" size="35" maxlength="{$mybb->settings['maxnamelength']}" /><br /><span class="smalltext"><input type="checkbox" class="checkbox" name="matchusername" value="1" checked="checked" /> {$lang->match_username}</span></td>
|
Zeile 3651 | Zeile 3681 |
---|
<tr> <td class="tcat"><strong>{$lang->search_forums}</strong></td> <td class="tcat"><strong>{$lang->search_options}</strong></td>
|
<tr> <td class="tcat"><strong>{$lang->search_forums}</strong></td> <td class="tcat"><strong>{$lang->search_options}</strong></td>
|
</tr>
| </tr>
|
<tr> <td class="trow1" rowspan="5">{$srchlist}</td> <td class="trow1">
| <tr> <td class="trow1" rowspan="5">{$srchlist}</td> <td class="trow1">
|
Zeile 3684 | Zeile 3714 |
---|
</select> {$lang->sort_in} <input type="radio" class="radio" name="sorder" value="asc" />{$lang->sort_asc} <input type="radio" class="radio" name="sorder" value="desc" checked="checked" />{$lang->sort_desc} {$lang->sort_order} </td> </tr>
|
</select> {$lang->sort_in} <input type="radio" class="radio" name="sorder" value="asc" />{$lang->sort_asc} <input type="radio" class="radio" name="sorder" value="desc" checked="checked" />{$lang->sort_desc} {$lang->sort_order} </td> </tr>
|
<tr> <td class="tcat"><strong>{$lang->display_options}</strong></td> </tr>
| <tr> <td class="tcat"><strong>{$lang->display_options}</strong></td> </tr>
|
<tr> <td class="trow1">{$lang->show_results_as} <input type="radio" class="radio" name="showresults" value="threads" checked="checked" />{$lang->show_results_threads} <input type="radio" class="radio" name="showresults" value="posts" />{$lang->show_results_posts}</td> </tr>
| <tr> <td class="trow1">{$lang->show_results_as} <input type="radio" class="radio" name="showresults" value="threads" checked="checked" />{$lang->show_results_threads} <input type="radio" class="radio" name="showresults" value="posts" />{$lang->show_results_posts}</td> </tr>
|
Zeile 3696 | Zeile 3726 |
---|
{$footer} </body> </html>
|
{$footer} </body> </html>
|
]]></template>
| ]]></template>
|
<template name="postbit_groupimage" version="120"><![CDATA[<img src="{$usergroup['image']}" alt="{$usergroup['title']}" />]]></template> <template name="showthread_newreply" version="120"><![CDATA[<a href="newreply.php?tid={$tid}"><img src="{$theme['imglangdir']}/newreply.gif" alt="{$lang->post_reply_img}" /></a> ]]></template> <template name="showthread_newthread" version="120"><![CDATA[<a href="newthread.php?fid={$fid}"><img src="{$theme['imglangdir']}/newthread.gif" alt="{$lang->post_thread}" /></a> ]]></template>
| <template name="postbit_groupimage" version="120"><![CDATA[<img src="{$usergroup['image']}" alt="{$usergroup['title']}" />]]></template> <template name="showthread_newreply" version="120"><![CDATA[<a href="newreply.php?tid={$tid}"><img src="{$theme['imglangdir']}/newreply.gif" alt="{$lang->post_reply_img}" /></a> ]]></template> <template name="showthread_newthread" version="120"><![CDATA[<a href="newthread.php?fid={$fid}"><img src="{$theme['imglangdir']}/newthread.gif" alt="{$lang->post_thread}" /></a> ]]></template>
|
Zeile 3718 | Zeile 3748 |
---|
<template name="announcement" version="120"><![CDATA[<html> <head> <title>{$lang->announcements}</title>
|
<template name="announcement" version="120"><![CDATA[<html> <head> <title>{$lang->announcements}</title>
|
{$headerinclude}
| {$headerinclude}
|
</head> <body> {$header} <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
|
</head> <body> {$header} <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
|
<tr>
| <tr>
|
<td class="thead" colspan="3"><strong>{$lang->forum_announcement}</strong></td>
|
<td class="thead" colspan="3"><strong>{$lang->forum_announcement}</strong></td>
|
</tr> {$announcement} <tr> <td class="thead" colspan="3"><strong> </strong></td> </tr> </table>
| </tr> {$announcement} <tr> <td class="thead" colspan="3"><strong> </strong></td> </tr> </table>
|
{$footer} </body> </html>]]></template>
|
{$footer} </body> </html>]]></template>
|
<template name="member_emailuser" version="120"><![CDATA[<html>
| <template name="member_emailuser" version="1212"><![CDATA[<html>
|
<head> <title>{$mybb->settings['bbname']} - {$lang->email_user}</title> {$headerinclude}
| <head> <title>{$mybb->settings['bbname']} - {$lang->email_user}</title> {$headerinclude}
|
Zeile 3742 | Zeile 3772 |
---|
<body> {$header} <form action="member.php" method="post" name="input">
|
<body> {$header} <form action="member.php" method="post" name="input">
|
| <input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
|
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td colspan="2" width="100%" class="thead"><strong>{$lang->email_user}</strong></td>
| <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td colspan="2" width="100%" class="thead"><strong>{$lang->email_user}</strong></td>
|
Zeile 3754 | Zeile 3785 |
---|
<tr> <td width="40%" class="trow2"><strong>{$lang->email_subject}</strong></td> <td width="60%" class="trow2"><input type="text" class="textbox" size="50" name="subject" /></td>
|
<tr> <td width="40%" class="trow2"><strong>{$lang->email_subject}</strong></td> <td width="60%" class="trow2"><input type="text" class="textbox" size="50" name="subject" /></td>
|
</tr>
| </tr>
|
<tr> <td valign="top" width="40%" class="trow1"><strong>{$lang->email_message}</strong></td> <td width="60%" class="trow1"><textarea cols="50" rows="10" name="message"></textarea></td>
| <tr> <td valign="top" width="40%" class="trow1"><strong>{$lang->email_message}</strong></td> <td width="60%" class="trow1"><textarea cols="50" rows="10" name="message"></textarea></td>
|
Zeile 3767 | Zeile 3798 |
---|
{$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 3791 | Zeile 3822 |
---|
</table> <br />]]></template> <template name="polls_showresults" version="120"><![CDATA[<html>
|
</table> <br />]]></template> <template name="polls_showresults" version="120"><![CDATA[<html>
|
<head>
| <head>
|
<title>{$mybb->settings['bbname']} - {$lang->poll_results}</title> {$headerinclude} </head> <body> {$header} <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
|
<title>{$mybb->settings['bbname']} - {$lang->poll_results}</title> {$headerinclude} </head> <body> {$header} <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
|
<tr>
| <tr>
|
<td class="thead" colspan="4" align="center"><strong>{$poll['question']}</strong></td>
|
<td class="thead" colspan="4" align="center"><strong>{$poll['question']}</strong></td>
|
</tr> {$polloptions} <tr>
| </tr> {$polloptions} <tr>
|
<td class="tfoot" align="right" colspan="2"><strong>{$lang->poll_total}</strong></td> <td class="tfoot" align="center"><strong>{$poll['numvotes']} {$lang->poll_votes}</strong></td> <td class="tfoot" align="center"><strong>{$totpercent}</strong></td>
| <td class="tfoot" align="right" colspan="2"><strong>{$lang->poll_total}</strong></td> <td class="tfoot" align="center"><strong>{$poll['numvotes']} {$lang->poll_votes}</strong></td> <td class="tfoot" align="center"><strong>{$totpercent}</strong></td>
|
Zeile 3836 | Zeile 3867 |
---|
<span class="smalltext"><label><input type="checkbox" class="checkbox" name="postpoll" value="yes" {$postpollchecked} /><strong>{$lang->poll_check}</strong></label><br /> {$lang->num_options} <input type="text" class="textbox" name="numpolloptions" value="{$numpolloptions}" size="10" /> {$lang->max_options}</span> </td>
|
<span class="smalltext"><label><input type="checkbox" class="checkbox" name="postpoll" value="yes" {$postpollchecked} /><strong>{$lang->poll_check}</strong></label><br /> {$lang->num_options} <input type="text" class="textbox" name="numpolloptions" value="{$numpolloptions}" size="10" /> {$lang->max_options}</span> </td>
|
</tr>]]></template> <template name="moderation_reports" version="120"><![CDATA[<html>
| </tr>]]></template> <template name="moderation_reports" version="1212"><![CDATA[<html>
|
<head> <title>{$mybb->settings['bbname']} - {$lang->reported_posts}</title> {$headerinclude}
| <head> <title>{$mybb->settings['bbname']} - {$lang->reported_posts}</title> {$headerinclude}
|
Zeile 3845 | Zeile 3876 |
---|
<body> {$header} <form action="moderation.php" method="post">
|
<body> {$header} <form action="moderation.php" method="post">
|
| <input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
|
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead" align="center" colspan="6"><strong>{$lang->reported_posts}</strong></td>
|
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead" align="center" colspan="6"><strong>{$lang->reported_posts}</strong></td>
|
</tr>
| </tr>
|
<tr> <td class="tcat" align="center" width="10%"><span class="smalltext"><strong>{$lang->post_id}</strong></span></td> <td class="tcat" align="center" width="15%"><span class="smalltext"><strong>{$lang->poster}</strong></span></td>
| <tr> <td class="tcat" align="center" width="10%"><span class="smalltext"><strong>{$lang->post_id}</strong></span></td> <td class="tcat" align="center" width="15%"><span class="smalltext"><strong>{$lang->poster}</strong></span></td>
|
Zeile 3883 | Zeile 3915 |
---|
<template name="moderation_allreports" version="120"><![CDATA[<html> <head> <title>{$mybb->settings['bbname']} - {$lang->all_reported_posts}</title>
|
<template name="moderation_allreports" version="120"><![CDATA[<html> <head> <title>{$mybb->settings['bbname']} - {$lang->all_reported_posts}</title>
|
{$headerinclude} </head>
| {$headerinclude} </head>
|
<body> {$header} <p>{$lang->unread_reports_key}</p>
| <body> {$header} <p>{$lang->unread_reports_key}</p>
|
Zeile 3918 | Zeile 3950 |
---|
<td class="tcat" colspan="6"><span class="smalltext"> {$multipage}</span></td> </tr>]]></template> <template name="moderation_reports_allnoreports" version="120"><![CDATA[<tr>
|
<td class="tcat" colspan="6"><span class="smalltext"> {$multipage}</span></td> </tr>]]></template> <template name="moderation_reports_allnoreports" version="120"><![CDATA[<tr>
|
<td class="trow1" align="center" colspan="6">{$lang->no_reports}</td> </tr>]]></template>
| <td class="trow1" align="center" colspan="6">{$lang->no_reports}</td> </tr>]]></template>
|
<template name="moderation_reports_noreports" version="120"><![CDATA[<tr> <td class="trow1" align="center" colspan="6">{$lang->no_reports}</td> </tr>]]></template>
| <template name="moderation_reports_noreports" version="120"><![CDATA[<tr> <td class="trow1" align="center" colspan="6">{$lang->no_reports}</td> </tr>]]></template>
|
Zeile 3938 | Zeile 3970 |
---|
</tr> </table> <br />]]></template>
|
</tr> </table> <br />]]></template>
|
<template name="member_login" version="120"><![CDATA[<html>
| <template name="member_login" version="1212"><![CDATA[<html>
|
<head> <title>{$mybb->settings['bbname']} - {$lang->login}</title> {$headerinclude}
| <head> <title>{$mybb->settings['bbname']} - {$lang->login}</title> {$headerinclude}
|
Zeile 3947 | Zeile 3979 |
---|
{$header} <br /> <form action="member.php" method="post">
|
{$header} <br /> <form action="member.php" method="post">
|
| <input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
|
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead" colspan="2"><strong>{$lang->login}</strong></td>
| <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead" colspan="2"><strong>{$lang->login}</strong></td>
|
Zeile 3954 | Zeile 3987 |
---|
<tr> <td class="trow1"><strong>{$lang->username}</strong></td> <td class="trow1"><input type="text" class="textbox" name="username" size="25" maxlength="{$mybb->settings['maxnamelength']}" style="width: 200px;" /></td>
|
<tr> <td class="trow1"><strong>{$lang->username}</strong></td> <td class="trow1"><input type="text" class="textbox" name="username" size="25" maxlength="{$mybb->settings['maxnamelength']}" style="width: 200px;" /></td>
|
</tr>
| </tr>
|
<tr> <td class="trow2"><strong>{$lang->password}</strong><br /><span class="smalltext">{$lang->pw_note}</span></td> <td class="trow2"><input type="password" class="textbox" name="password" size="25" style="width: 200px;" /> (<a href="member.php?action=lostpw">{$lang->lostpw_note}</a>)</td>
| <tr> <td class="trow2"><strong>{$lang->password}</strong><br /><span class="smalltext">{$lang->pw_note}</span></td> <td class="trow2"><input type="password" class="textbox" name="password" size="25" style="width: 200px;" /> (<a href="member.php?action=lostpw">{$lang->lostpw_note}</a>)</td>
|
Zeile 3977 | Zeile 4010 |
---|
<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->aim_center}</strong></td>
|
<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->aim_center}</strong></td>
|
</tr> <tr>
| </tr> <tr>
|
<td class="tcat" align="center" colspan="2"><span class="smalltext"><strong>{$navigationbar}</strong></span></td>
|
<td class="tcat" align="center" colspan="2"><span class="smalltext"><strong>{$navigationbar}</strong></span></td>
|
</tr> <tr>
| </tr> <tr>
|
<td class="trow2"> <!-- Begin AIM Remote --> <table align="center" cellspacing="0" cellpadding="0" border="0"> <tr> <td align="center" style="white-space: nowrap"><a href="http://www.aol.co.uk/aim/index.html"><img src="http://www.aol.co.uk/aim/remote/gr/aimver_man.gif" width="44" height="55" alt="Download AIM" /></a><img src="http://www.aol.co.uk/aim/remote/gr/aimver_topsm.gif" width="73" height="55" alt="AIM Remote" /></td>
|
<td class="trow2"> <!-- Begin AIM Remote --> <table align="center" cellspacing="0" cellpadding="0" border="0"> <tr> <td align="center" style="white-space: nowrap"><a href="http://www.aol.co.uk/aim/index.html"><img src="http://www.aol.co.uk/aim/remote/gr/aimver_man.gif" width="44" height="55" alt="Download AIM" /></a><img src="http://www.aol.co.uk/aim/remote/gr/aimver_topsm.gif" width="73" height="55" alt="AIM Remote" /></td>
|
</tr> <tr>
| </tr> <tr>
|
<td align="center" style="white-space: nowrap"><a href="aim:goim?screenname={$user['aim']}&message=Hi.+Are+you+there?"><img src="http://www.aol.co.uk/aim/remote/gr/aimver_im.gif" width="117" height="39" alt="Send me an Instant Message" /></a></td>
|
<td align="center" style="white-space: nowrap"><a href="aim:goim?screenname={$user['aim']}&message=Hi.+Are+you+there?"><img src="http://www.aol.co.uk/aim/remote/gr/aimver_im.gif" width="117" height="39" alt="Send me an Instant Message" /></a></td>
|
</tr> <tr>
| </tr> <tr>
|
<td align="center" style="white-space: nowrap"><a href="aim:addbuddy?screenname={$user['aim']}"><img src="http://www.aol.co.uk/aim/remote/gr/aimver_bud.gif" width="117" height="39" alt="Add me to Your Buddy List" /></a></td>
|
<td align="center" style="white-space: nowrap"><a href="aim:addbuddy?screenname={$user['aim']}"><img src="http://www.aol.co.uk/aim/remote/gr/aimver_bud.gif" width="117" height="39" alt="Add me to Your Buddy List" /></a></td>
|
</tr>
| </tr>
|
<tr> <td align="center" style="white-space: nowrap"><a href="http://www.aol.co.uk/aim/remote.html"><img src="http://www.aol.co.uk/aim/remote/gr/aimver_botadd.gif" width="117" height="23" alt="Add Remote to Your Page" /></a></td>
|
<tr> <td align="center" style="white-space: nowrap"><a href="http://www.aol.co.uk/aim/remote.html"><img src="http://www.aol.co.uk/aim/remote/gr/aimver_botadd.gif" width="117" height="23" alt="Add Remote to Your Page" /></a></td>
|
</tr>
| </tr>
|
<td align="center" style="white-space: nowrap"><a href="http://www.aol.co.uk/aim/index.html"><img src="http://www.aol.co.uk/aim/remote/gr/aimver_botdow.gif" width="117" height="29" alt="Download AOL Instant Messenger" /></a></td>
|
<td align="center" style="white-space: nowrap"><a href="http://www.aol.co.uk/aim/index.html"><img src="http://www.aol.co.uk/aim/remote/gr/aimver_botdow.gif" width="117" height="29" alt="Download AOL Instant Messenger" /></a></td>
|
</tr> </table>
| </tr> </table>
|
<!-- End AIM Remote --> </td>
|
<!-- End AIM Remote --> </td>
|
</tr> </table> </body> </html>]]></template>
| </tr> </table> </body> </html>]]></template>
|
<template name="misc_syndication" version="120"><![CDATA[<html> <head> <title>{$mybb->settings['bbname']} - {$lang->syndication}</title>
| <template name="misc_syndication" version="120"><![CDATA[<html> <head> <title>{$mybb->settings['bbname']} - {$lang->syndication}</title>
|
Zeile 4022 | Zeile 4055 |
---|
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead" colspan="2"><strong>{$lang->syndication}</strong></td>
|
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead" colspan="2"><strong>{$lang->syndication}</strong></td>
|
</tr> <tr>
| </tr> <tr>
|
<td class="trow1" width="40%" valign="top"><strong>{$lang->syndication_forum}</strong><br /><span class="smalltext">{$lang->syndication_forum_desc}</span></td> <td class="trow1" width="60%">{$forumselect}</td> </tr>
| <td class="trow1" width="40%" valign="top"><strong>{$lang->syndication_forum}</strong><br /><span class="smalltext">{$lang->syndication_forum_desc}</span></td> <td class="trow1" width="60%">{$forumselect}</td> </tr>
|
Zeile 4051 | Zeile 4084 |
---|
</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 4092 |
---|
<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="1212"><![CDATA[<br /><br />
|
<form action="member.php" method="post">
|
<form action="member.php" method="post">
|
| <input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
|
<input type="hidden" name="action" value="do_login" /> <span class="smalltext"><strong>{$lang->quick_login}</strong></span>
|
<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 4110 | Zeile 4132 |
---|
</span> </td> </tr>]]></template>
|
</span> </td> </tr>]]></template>
|
<template name="moderation_deletethread" version="120"><![CDATA[<html>
| <template name="moderation_deletethread" version="1212"><![CDATA[<html>
|
<head> <title>{$mybb->settings['bbname']} - {$lang->delete_thread}</title> {$headerinclude}
| <head> <title>{$mybb->settings['bbname']} - {$lang->delete_thread}</title> {$headerinclude}
|
Zeile 4118 | Zeile 4140 |
---|
<body> {$header} <form action="moderation.php" method="post">
|
<body> {$header} <form action="moderation.php" method="post">
|
| <input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
|
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead" colspan="2"><strong>{$thread['subject']} - {$lang->delete_thread}</strong></td>
| <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead" colspan="2"><strong>{$thread['subject']} - {$lang->delete_thread}</strong></td>
|
Zeile 4213 | Zeile 4236 |
---|
{$post['imagelist']} <br />]]></template> <template name="post_attachments_attachment_postinsert" version="120"><![CDATA[<input type="button" name="insert" value="{$lang->insert_attachment_post}" onclick="clickableEditor.insertAttachment({$attachment['aid']});" />]]></template>
|
{$post['imagelist']} <br />]]></template> <template name="post_attachments_attachment_postinsert" version="120"><![CDATA[<input type="button" name="insert" value="{$lang->insert_attachment_post}" onclick="clickableEditor.insertAttachment({$attachment['aid']});" />]]></template>
|
<template name="moderation_mergeposts" version="120"><![CDATA[<html>
| <template name="moderation_mergeposts" version="1212"><![CDATA[<html>
|
<head> <title>{$mybb->settings['bbname']} - {$lang->merge_posts}</title> {$headerinclude}
| <head> <title>{$mybb->settings['bbname']} - {$lang->merge_posts}</title> {$headerinclude}
|
Zeile 4221 | Zeile 4244 |
---|
<body> {$header} <form action="moderation.php" method="post">
|
<body> {$header} <form action="moderation.php" method="post">
|
| <input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
|
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"><tr> <td class="thead" colspan="2"><strong>{$lang->merge_posts}</strong></td> </tr>
| <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"><tr> <td class="thead" colspan="2"><strong>{$lang->merge_posts}</strong></td> </tr>
|
Zeile 4270 | Zeile 4294 |
---|
{$lang->posts} <strong>{$stats['numposts']}</strong><br /> {$lang->threads} <strong>{$stats['numthreads']}</strong><br /> {$lang->members} <strong>{$stats['numusers']}</strong>
|
{$lang->posts} <strong>{$stats['numposts']}</strong><br /> {$lang->threads} <strong>{$stats['numthreads']}</strong><br /> {$lang->members} <strong>{$stats['numusers']}</strong>
|
</td>
| </td>
|
<td class="trow1" rowspan="3" valign="top"> {$lang->ppd} <strong>{$postsperday}</strong><br /> {$lang->tpd} <strong>{$threadsperday}</strong><br />
| <td class="trow1" rowspan="3" valign="top"> {$lang->ppd} <strong>{$postsperday}</strong><br /> {$lang->tpd} <strong>{$threadsperday}</strong><br />
|
Zeile 4279 | Zeile 4303 |
---|
{$lang->rpt} <strong>{$repliesperthread}</strong> </td> </tr>
|
{$lang->rpt} <strong>{$repliesperthread}</strong> </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>
|
<tr> <td class="trow1"> {$lang->newest_member} <a href="member.php?action=profile&uid={$stats['lastuid']}"><strong>{$stats['lastusername']}</strong></a><br />
| <tr> <td class="trow1"> {$lang->newest_member} <a href="member.php?action=profile&uid={$stats['lastuid']}"><strong>{$stats['lastusername']}</strong></a><br />
|
Zeile 4292 | Zeile 4316 |
---|
</tr> </table>
|
</tr> </table>
|
<br />
| <br />
|
<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->most_popular}</strong></td>
|
<td class="thead" colspan="2"><strong>{$lang->most_popular}</strong></td>
|
</tr> <tr>
| </tr> <tr>
|
<td class="tcat" width="50%"><strong>{$lang->most_replied_threads}</strong></td> <td class="tcat" width="50%"><strong>{$lang->most_viewed_threads}</strong></td> </tr> <tr> <td class="trow1" valign="top">{$mostreplies}</td> <td class="trow1" valign="top">{$mostviews}</td>
|
<td class="tcat" width="50%"><strong>{$lang->most_replied_threads}</strong></td> <td class="tcat" width="50%"><strong>{$lang->most_viewed_threads}</strong></td> </tr> <tr> <td class="trow1" valign="top">{$mostreplies}</td> <td class="trow1" valign="top">{$mostviews}</td>
|
</tr>
| </tr>
|
</table> {$footer} </body> </html>]]></template>
|
</table> {$footer} </body> </html>]]></template>
|
<template name="polls_newpoll" version="120"><![CDATA[<html>
| <template name="polls_newpoll" version="1212"><![CDATA[<html>
|
<head> <title>{$mybb->settings['bbname']} - {$lang->post_new_poll}</title> {$headerinclude}
| <head> <title>{$mybb->settings['bbname']} - {$lang->post_new_poll}</title> {$headerinclude}
|
Zeile 4319 | Zeile 4343 |
---|
{$header} {$preview} <form action="polls.php" method="post">
|
{$header} {$preview} <form action="polls.php" method="post">
|
| <input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
|
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead" colspan="2"><strong>{$lang->post_new_poll}</strong></td>
| <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead" colspan="2"><strong>{$lang->post_new_poll}</strong></td>
|
Zeile 4327 | Zeile 4352 |
---|
<tr> <td class="trow2"><strong>{$lang->question}</strong></td> <td class="trow2"><input type="text" class="textbox" name="question" size="40" maxlength="240" value="{$question}" /></td>
|
<tr> <td class="trow2"><strong>{$lang->question}</strong></td> <td class="trow2"><input type="text" class="textbox" name="question" size="40" maxlength="240" value="{$question}" /></td>
|
</tr> <tr>
| </tr> <tr>
|
<td class="trow1" valign="top"><strong>{$lang->num_options}</strong><br /><span class="smalltext">{$lang->max_options} {$mybb->settings['maxpolloptions']}</span></td> <td class="trow1"><input type="text" class="textbox" name="polloptions" size="10" value="{$polloptions}" /> <input type="submit" class="button" name="updateoptions" value="{$lang->update_options}" /></td>
|
<td class="trow1" valign="top"><strong>{$lang->num_options}</strong><br /><span class="smalltext">{$lang->max_options} {$mybb->settings['maxpolloptions']}</span></td> <td class="trow1"><input type="text" class="textbox" name="polloptions" size="10" value="{$polloptions}" /> <input type="submit" class="button" name="updateoptions" value="{$lang->update_options}" /></td>
|
</tr>
| </tr>
|
<tr> <td class="trow2" valign="top"><strong>{$lang->poll_options}</strong></td> <td class="trow2"><span class="smalltext">{$lang->poll_options_note}</span> <table border="0" cellspacing="0" cellpadding="0"> {$optionbits}
|
<tr> <td class="trow2" valign="top"><strong>{$lang->poll_options}</strong></td> <td class="trow2"><span class="smalltext">{$lang->poll_options_note}</span> <table border="0" cellspacing="0" cellpadding="0"> {$optionbits}
|
</table> </td> </tr> <tr>
| </table> </td> </tr> <tr>
|
<td class="trow1" valign="top"><strong>{$lang->options}</strong></td> <td class="trow1"><span class="smalltext"> <label><input type="checkbox" class="checkbox" name="postoptions[multiple]" value="yes" {$postoptionschecked['multiple']} /> {$lang->option_multiple}</label><br />
| <td class="trow1" valign="top"><strong>{$lang->options}</strong></td> <td class="trow1"><span class="smalltext"> <label><input type="checkbox" class="checkbox" name="postoptions[multiple]" value="yes" {$postoptionschecked['multiple']} /> {$lang->option_multiple}</label><br />
|
Zeile 4361 | Zeile 4386 |
---|
{$footer} </body> </html>]]></template>
|
{$footer} </body> </html>]]></template>
|
<template name="member_register_agreement" version="120"><![CDATA[<html>
| <template name="member_register_agreement" version="1212"><![CDATA[<html>
|
<head> <title>{$mybb->settings['bbname']} - {$lang->agreement}</title>
|
<head> <title>{$mybb->settings['bbname']} - {$lang->agreement}</title>
|
{$headerinclude} </head>
| {$headerinclude} </head>
|
<body> {$header} <br /> <form action="member.php" method="post">
|
<body> {$header} <br /> <form action="member.php" method="post">
|
| <input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
|
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <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 4426 |
---|
<title>{$mybb->settings['bbname']} - {$lang->users_online}</title> {$headerinclude} {$refresh}
|
<title>{$mybb->settings['bbname']} - {$lang->users_online}</title> {$headerinclude} {$refresh}
|
</head> <body>
| </head> <body>
|
{$header} <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
|
{$header} <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
|
<tr>
| <tr>
|
<td class="thead" colspan="3"><strong>{$lang->users_online}</strong></td>
|
<td class="thead" colspan="3"><strong>{$lang->users_online}</strong></td>
|
</tr>
| </tr>
|
<tr> <td class="tcat" align="center"><a href="online.php?sortby=username"><span class="smalltext"><strong>{$lang->on_username}</strong></span></a></td> <td class="tcat" align="center"><a href="online.php?sortby=time"><span class="smalltext"><strong>{$lang->time}</strong></span></a></td> <td class="tcat" align="center" width="50%"><a href="online.php?sortby=location"><span class="smalltext"><strong>{$lang->location}</strong></span></a></td> </tr> {$onlinerows}
|
<tr> <td class="tcat" align="center"><a href="online.php?sortby=username"><span class="smalltext"><strong>{$lang->on_username}</strong></span></a></td> <td class="tcat" align="center"><a href="online.php?sortby=time"><span class="smalltext"><strong>{$lang->time}</strong></span></a></td> <td class="tcat" align="center" width="50%"><a href="online.php?sortby=location"><span class="smalltext"><strong>{$lang->location}</strong></span></a></td> </tr> {$onlinerows}
|
<tr>
| <tr>
|
<td class="tfoot" colspan="3" align="right"><span class="smalltext"><strong><a href="online.php?action=today">{$lang->online_today}</a> | <a href="online.php">{$lang->refresh_page}</a></strong></span></td>
|
<td class="tfoot" colspan="3" align="right"><span class="smalltext"><strong><a href="online.php?action=today">{$lang->online_today}</a> | <a href="online.php">{$lang->refresh_page}</a></strong></span></td>
|
</tr> </table>
| </tr> </table>
|
<br /> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td align="center" class="trow1"><span class="smalltext">{$lang->online_count}</span></td>
|
<br /> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td align="center" class="trow1"><span class="smalltext">{$lang->online_count}</span></td>
|
</tr> </table> {$footer} </body> </html>]]></template>
| </tr> </table> {$footer} </body> </html>]]></template>
|
<template name="portal_welcome_membertext" version="120"><![CDATA[<span class="smalltext"><em>{$lang->member_welcome_lastvisit}</em> {$lastvisit}<br /> {$lang->since_then}<br /> <strong>»</strong> {$lang->new_announcements}<br />
| <template name="portal_welcome_membertext" version="120"><![CDATA[<span class="smalltext"><em>{$lang->member_welcome_lastvisit}</em> {$lastvisit}<br /> {$lang->since_then}<br /> <strong>»</strong> {$lang->new_announcements}<br />
|
Zeile 4433 | Zeile 4459 |
---|
<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 4476 |
---|
{$latestthreads} </td> <td> </td>
|
{$latestthreads} </td> <td> </td>
|
<td width="*" valign="top">
| <td valign="top">
|
{$announcements} </td> </tr>
| {$announcements} </td> </tr>
|
Zeile 4461 | Zeile 4487 |
---|
<template name="portal_pms" version="120"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead"><strong><a href="{$mybb->settings['bburl']}/private.php">{$lang->private_messages}</a></strong></td>
|
<template name="portal_pms" version="120"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead"><strong><a href="{$mybb->settings['bburl']}/private.php">{$lang->private_messages}</a></strong></td>
|
</tr>
| </tr>
|
<tr> <td class="trow1"> <span class="smalltext">{$lang->pms_received_new}<br /><br />
| <tr> <td class="trow1"> <span class="smalltext">{$lang->pms_received_new}<br /><br />
|
Zeile 4483 | Zeile 4509 |
---|
<strong>» </strong>{$lang->num_threads} {$stats['numthreads']}<br /> <strong>» </strong>{$lang->num_posts} {$stats['numposts']} <br /><br /><a href="{$mybb->settings['bburl']}/stats.php">{$lang->full_stats}</a>
|
<strong>» </strong>{$lang->num_threads} {$stats['numthreads']}<br /> <strong>» </strong>{$lang->num_posts} {$stats['numposts']} <br /><br /><a href="{$mybb->settings['bburl']}/stats.php">{$lang->full_stats}</a>
|
</span> </td>
| </span> </td>
|
</tr> </table> <br />]]></template> <template name="portal_welcome" version="120"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
|
</tr> </table> <br />]]></template> <template name="portal_welcome" version="120"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
|
<tr>
| <tr>
|
<td class="thead"><strong>{$lang->welcome}</strong></td> </tr> <tr> <td class="trow1"> {$welcometext}
|
<td class="thead"><strong>{$lang->welcome}</strong></td> </tr> <tr> <td class="trow1"> {$welcometext}
|
</td> </tr>
| </td> </tr>
|
</table><br />]]></template> <template name="portal_whosonline" version="120"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
|
</table><br />]]></template> <template name="portal_whosonline" version="120"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
|
<tr>
| <tr>
|
<td class="thead"><strong>{$lang->online}</strong></td> </tr> <tr> <td class="trow1"> <span class="smalltext"> {$lang->online_users}<br /><strong>»</strong> {$lang->online_counts}<br />{$onlinemembers}
|
<td class="thead"><strong>{$lang->online}</strong></td> </tr> <tr> <td class="trow1"> <span class="smalltext"> {$lang->online_users}<br /><strong>»</strong> {$lang->online_counts}<br />{$onlinemembers}
|
</span> </td>
| </span> </td>
|
</tr> </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>
|
</tr> </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"> <tr>
| <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="trow2" align="right"> <span class="smalltext">{$lang->posted_by} <a href="{$mybb->settings['bburl']}/member.php?action=profile&uid={$announcement['uid']}">{$announcement['username']}</a> - {$anndate} {$anntime} {$numcomments}</span>
|
<td class="thead"><strong>{$icon} <a href="{$mybb->settings['bburl']}/showthread.php?tid={$announcement['tid']}">{$announcement['subject']}</a></strong></td> </tr> <tr> <td class="trow2" align="right"> <span class="smalltext">{$lang->posted_by} <a href="{$mybb->settings['bburl']}/member.php?action=profile&uid={$announcement['uid']}">{$announcement['username']}</a> - {$anndate} {$anntime} {$numcomments}</span>
|
</td> </tr>
| </td> </tr>
|
<tr> <td class="trow1">
|
<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 4532 | Zeile 4558 |
---|
<br />]]></template> <template name="portal_announcement_numcomments_no" version="120"><![CDATA[- {$lang->no_replies}]]></template> <template name="portal_search" version="120"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
|
<br />]]></template> <template name="portal_announcement_numcomments_no" version="120"><![CDATA[- {$lang->no_replies}]]></template> <template name="portal_search" version="120"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
|
<tr>
| <tr>
|
<td class="thead"><strong>{$lang->search_forums}</strong></td> </tr> <tr>
| <td class="thead"><strong>{$lang->search_forums}</strong></td> </tr> <tr>
|
Zeile 4555 | Zeile 4581 |
---|
<template name="portal_latestthreads" version="120"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead"><strong>{$lang->latest_threads}</strong></td>
|
<template name="portal_latestthreads" version="120"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead"><strong>{$lang->latest_threads}</strong></td>
|
</tr>
| </tr>
|
{$threadlist} </table> <br />]]></template>
| {$threadlist} </table> <br />]]></template>
|
Zeile 4563 | Zeile 4589 |
---|
<template name="usercp_favorites" version="120"><![CDATA[<html> <head> <title>{$mybb->settings['bbname']} - {$lang->favorites}</title>
|
<template name="usercp_favorites" version="120"><![CDATA[<html> <head> <title>{$mybb->settings['bbname']} - {$lang->favorites}</title>
|
{$headerinclude} </head> <body> {$header}
| {$headerinclude} </head> <body> {$header}
|
<table width="100%" border="0" align="center"> <tr> {$usercpnav}
| <table width="100%" border="0" align="center"> <tr> {$usercpnav}
|
Zeile 4611 | Zeile 4637 |
---|
<table width="98%" align="center"> <tr> <td valign="top"><a href="index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" /></a></td>
|
<table width="98%" align="center"> <tr> <td valign="top"><a href="index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" /></a></td>
|
</tr> <tr>
| </tr> <tr>
|
<td> <span class="largetext">{$thread['subject']} - {$lang->printable_version}</span><br /> <br />
| <td> <span class="largetext">{$thread['subject']} - {$lang->printable_version}</span><br /> <br />
|
Zeile 4629 | Zeile 4655 |
---|
<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="1212"><![CDATA[<html>
|
<head> <title>{$mybb->settings['bbname']} - {$lang->change_password}</title> {$headerinclude}
| <head> <title>{$mybb->settings['bbname']} - {$lang->change_password}</title> {$headerinclude}
|
Zeile 4637 | Zeile 4663 |
---|
<body> {$header} <form action="usercp.php" method="post">
|
<body> {$header} <form action="usercp.php" method="post">
|
| <input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
|
<table width="100%" border="0" align="center"> <tr> {$usercpnav} <td valign="top">
|
<table width="100%" border="0" align="center"> <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_password}</strong></td> </tr> <tr>
|
<td class="thead" colspan="2"><strong>{$lang->change_password}</strong></td> </tr> <tr>
|
<td class="tcat" colspan="2"><strong>{$lang->current_password}</strong></td> </tr> <tr> <td class="trow1" colspan="2" align="center"><input type="password" class="textbox" name="oldpassword" size="25" /></td>
| <td class="tcat" colspan="2"><strong>{$lang->current_password}</strong></td>
|
</tr> <tr>
|
</tr> <tr>
|
<td class="tcat" colspan="2"><strong>{$lang->please_enter_confirm_new_password}</strong></td>
| <td class="trow1" colspan="2" align="center"><input type="password" class="textbox" name="oldpassword" size="25" /></td>
|
</tr>
|
</tr>
|
<tr>
| <tr> <td class="tcat" colspan="2"><strong>{$lang->please_enter_confirm_new_password}</strong></td> </tr> <tr>
|
<td class="trow2" width="40%"><strong>{$lang->new_password}</strong></td> <td class="trow2" width="60%"><input type="password" class="textbox" name="password" size="25" /></td> </tr> <tr> <td class="trow1" width="40%"><strong>{$lang->confirm_password}</strong></td> <td class="trow1" width="60%"><input type="password" class="textbox" name="password2" size="25" /></td>
|
<td class="trow2" width="40%"><strong>{$lang->new_password}</strong></td> <td class="trow2" width="60%"><input type="password" class="textbox" name="password" size="25" /></td> </tr> <tr> <td class="trow1" width="40%"><strong>{$lang->confirm_password}</strong></td> <td class="trow1" width="60%"><input type="password" class="textbox" name="password2" size="25" /></td>
|
</tr> </table> <br />
| </tr> </table> <br />
|
<div align="center"> <input type="hidden" name="action" value="do_password" /> <input type="submit" class="button" name="submit" value="{$lang->update_password}" />
|
<div align="center"> <input type="hidden" name="action" value="do_password" /> <input type="submit" class="button" name="submit" value="{$lang->update_password}" />
|
</div> </td> </tr> </table> </form> {$footer} </body> </html>]]></template> <template name="usercp_email" version="120"><![CDATA[<html>
| </div> </td> </tr> </table> </form> {$footer} </body> </html>]]></template> <template name="usercp_email" version="1212"><![CDATA[<html>
|
<head> <title>{$mybb->settings['bbname']} - {$lang->change_email}</title> {$headerinclude}
| <head> <title>{$mybb->settings['bbname']} - {$lang->change_email}</title> {$headerinclude}
|
Zeile 4683 | Zeile 4711 |
---|
<body> {$header} <form action="usercp.php" method="post">
|
<body> {$header} <form action="usercp.php" method="post">
|
| <input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
|
<table width="100%" border="0" align="center"> <tr> {$usercpnav} <td valign="top">
|
<table width="100%" border="0" align="center"> <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> <tr>
|
<tr> <td class="tcat" colspan="2"><strong>{$lang->enter_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="trow1" colspan="2" align="center"><input type="password" class="textbox" name="password" size="25" /></td> </tr> <tr>
|
<td class="tcat" colspan="2"><strong>{$lang->please_enter_confirm_new_email}</strong></td> </tr> <tr> <td class="trow2" width="40%"><strong>{$lang->new_email}</strong></td>
|
<td class="tcat" colspan="2"><strong>{$lang->please_enter_confirm_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 4744 | Zeile 4774 |
---|
</tr> <tr> <td class="trow2">{$message['message']}</td>
|
</tr> <tr> <td class="trow2">{$message['message']}</td>
|
</tr>
| </tr>
|
<tr> <td class="tcat" height="3"><img src="pixel.gif" height="3" width="1" alt="" /></td> </tr>]]></template>
| <tr> <td class="tcat" height="3"><img src="pixel.gif" height="3" width="1" alt="" /></td> </tr>]]></template>
|
Zeile 4777 | Zeile 4807 |
---|
<tr> <td colspan="8" class="thead"> <strong>{$lang->search_results}</strong>
|
<tr> <td colspan="8" class="thead"> <strong>{$lang->search_results}</strong>
|
</td> </tr>
| </td> </tr>
|
<tr> <td class="tcat" align="center" colspan="3" width="42%"><span class="smalltext"><strong><a href="{$sorturl}&sortby=subject&order=asc">{$lang->thread}</a> {$orderarrow['subject']}</strong></span></td> <td class="tcat" align="center" width="14%"><span class="smalltext"><strong><a href="{$sorturl}&sortby=starter&order=asc">{$lang->author}</a> {$orderarrow['starter']}</strong></span></td>
| <tr> <td class="tcat" align="center" colspan="3" width="42%"><span class="smalltext"><strong><a href="{$sorturl}&sortby=subject&order=asc">{$lang->thread}</a> {$orderarrow['subject']}</strong></span></td> <td class="tcat" align="center" width="14%"><span class="smalltext"><strong><a href="{$sorturl}&sortby=starter&order=asc">{$lang->author}</a> {$orderarrow['starter']}</strong></span></td>
|
Zeile 4788 | Zeile 4818 |
---|
<td class="tcat" align="center" width="200"><span class="smalltext"><strong><a href="{$sorturl}&sortby=lastpost&order=desc">{$lang->lastpost}</a> {$orderarrow['lastpost']}</strong></span></td> </tr> {$results}
|
<td class="tcat" align="center" width="200"><span class="smalltext"><strong><a href="{$sorturl}&sortby=lastpost&order=desc">{$lang->lastpost}</a> {$orderarrow['lastpost']}</strong></span></td> </tr> {$results}
|
</table>
| </table>
|
<table width="100%" align="center" border="0"> <tr> <td align="right" valign="top">{$multipage}</td>
| <table width="100%" align="center" border="0"> <tr> <td align="right" valign="top">{$multipage}</td>
|
Zeile 4808 | Zeile 4838 |
---|
<td align="center" class="{$bgcolor}">{$post['thread_views']}</td> <td class="{$bgcolor}" style="white-space: nowrap; text-align: center;"><span class="smalltext">{$posted}</span></td> </tr>]]></template>
|
<td align="center" class="{$bgcolor}">{$post['thread_views']}</td> <td class="{$bgcolor}" style="white-space: nowrap; text-align: center;"><span class="smalltext">{$posted}</span></td> </tr>]]></template>
|
<template name="reputation_add" version="120"><![CDATA[<html>
| <template name="reputation_add" version="1212"><![CDATA[<html>
|
<head> <title>{$mybb->settings['bbname']} - {$lang->reputation}</title> {$headerinclude}
| <head> <title>{$mybb->settings['bbname']} - {$lang->reputation}</title> {$headerinclude}
|
Zeile 4820 | Zeile 4850 |
---|
<td class="trow1" style="padding: 20px"> <strong>{$vote_title}</strong><br /><br /> <form action="reputation.php" method="post">
|
<td class="trow1" style="padding: 20px"> <strong>{$vote_title}</strong><br /><br /> <form action="reputation.php" method="post">
|
| <input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
|
<input type="hidden" name="action" value="do_add" /> <input type="hidden" name="uid" value="{$user['uid']}" /> {$positive_power}
| <input type="hidden" name="action" value="do_add" /> <input type="hidden" name="uid" value="{$user['uid']}" /> {$positive_power}
|
Zeile 4835 | Zeile 4866 |
---|
{$delete_button} </div> </form>
|
{$delete_button} </div> </form>
|
</td> </tr> </table>
| </td> </tr> </table>
|
</body> </html>]]></template> <template name="postbit_reputation" version="120"><![CDATA[<br />{$lang->postbit_reputation} {$post['userreputation']}]]></template>
| </body> </html>]]></template> <template name="postbit_reputation" version="120"><![CDATA[<br />{$lang->postbit_reputation} {$post['userreputation']}]]></template>
|
Zeile 4846 | Zeile 4877 |
---|
<td class="{$trow}" align="center">{$modaction['dateline']}</td> <td class="{$trow}" align="center">{$modaction['action']}</td> <td class="{$trow}">{$info}</td>
|
<td class="{$trow}" align="center">{$modaction['dateline']}</td> <td class="{$trow}" align="center">{$modaction['action']}</td> <td class="{$trow}">{$info}</td>
|
</tr>
| </tr>
|
]]></template> <template name="misc_smilies" version="120"><![CDATA[<html> <head>
| ]]></template> <template name="misc_smilies" version="120"><![CDATA[<html> <head>
|
Zeile 4856 | Zeile 4887 |
---|
<body> {$header} <br />
|
<body> {$header} <br />
|
<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="3"><strong>{$lang->smilies_listing}</strong></td> </tr> <tr>
| <td class="thead" colspan="3"><strong>{$lang->smilies_listing}</strong></td> </tr> <tr>
|
Zeile 4872 | Zeile 4903 |
---|
<template name="search_results_posts" version="120"><![CDATA[<html> <head> <title>{$mybb->settings['bbname']} - {$lang->search_results}</title>
|
<template name="search_results_posts" version="120"><![CDATA[<html> <head> <title>{$mybb->settings['bbname']} - {$lang->search_results}</title>
|
{$headerinclude} </head> <body> {$header} <table width="100%" align="center" border="0"> <tr> <td align="right" valign="top">{$multipage}</td> </tr> </table>
| {$headerinclude} </head> <body> {$header} <table width="100%" align="center" border="0"> <tr> <td align="right" valign="top">{$multipage}</td> </tr> </table>
|
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td colspan="8" class="thead">
| <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td colspan="8" class="thead">
|
Zeile 4915 | Zeile 4946 |
---|
<td class="{$class}" align="center"><img src="{$smilie['image']}" /></td> <td class="{$class}">{$smilie['name']}</td> <td class="{$class}">{$smilie['find']}</td>
|
<td class="{$class}" align="center"><img src="{$smilie['image']}" /></td> <td class="{$class}">{$smilie['name']}</td> <td class="{$class}">{$smilie['find']}</td>
|
</tr>]]></template>
| </tr>]]></template>
|
<template name="member_emailuser_guest" version="120"><![CDATA[<tr> <td width="40%" class="trow2"><strong>{$lang->your_name}</strong><br /><span class="smalltext">{$lang->name_note}</span></td> <td width="60%" class="trow2"><input type="text" class="textbox" size="50" name="fromname" /></td>
| <template name="member_emailuser_guest" version="120"><![CDATA[<tr> <td width="40%" class="trow2"><strong>{$lang->your_name}</strong><br /><span class="smalltext">{$lang->name_note}</span></td> <td width="60%" class="trow2"><input type="text" class="textbox" size="50" name="fromname" /></td>
|
Zeile 4927 | Zeile 4958 |
---|
<template name="usercp_subscriptions" version="120"><![CDATA[<html> <head> <title>{$mybb->settings['bbname']} - {$lang->subscriptions}</title>
|
<template name="usercp_subscriptions" version="120"><![CDATA[<html> <head> <title>{$mybb->settings['bbname']} - {$lang->subscriptions}</title>
|
{$headerinclude} </head> <body> {$header}
| {$headerinclude} </head> <body> {$header}
|
<table width="100%" border="0" align="center"> <tr> {$usercpnav}
| <table width="100%" border="0" align="center"> <tr> {$usercpnav}
|
Zeile 5014 | Zeile 5045 |
---|
</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>
|
</tr>]]></template> <template name="forumbit_moderators" version="120"><![CDATA[<br />{$lang->forumbit_moderated_by} {$moderators}]]></template>
|
<template name="moderation_deletepoll" version="120"><![CDATA[<html>
| <template name="moderation_deletepoll" version="1212"><![CDATA[<html>
|
<head> <title>{$mybb->settings['bbname']} - {$lang->delete_poll}</title> {$headerinclude}
| <head> <title>{$mybb->settings['bbname']} - {$lang->delete_poll}</title> {$headerinclude}
|
Zeile 5026 | Zeile 5057 |
---|
<body> {$header} <form action="moderation.php" method="post">
|
<body> {$header} <form action="moderation.php" method="post">
|
| <input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
|
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead" colspan="2"><strong>{$lang->delete_poll}</strong></td>
| <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead" colspan="2"><strong>{$lang->delete_poll}</strong></td>
|
Zeile 5060 | Zeile 5092 |
---|
<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 5117 |
---|
<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> </tr> </table> </body> </html>]]></template>
|
<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>
| <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} </head>
| {$headerinclude} </head>
|
<body> {$header} {$grouplist}
| <body> {$header} {$grouplist}
|
Zeile 5104 | Zeile 5137 |
---|
</body> </html>]]></template> <template name="index_birthdays" version="120"><![CDATA[<tr><td class="tcat"><strong>{$lang->todays_birthdays}</strong></td></tr>
|
</body> </html>]]></template> <template name="index_birthdays" version="120"><![CDATA[<tr><td class="tcat"><strong>{$lang->todays_birthdays}</strong></td></tr>
|
<tr>
| <tr>
|
<td class="trow1"><span class="smalltext">{$bdays}</span></td> </tr>]]></template> <template name="moderation_getip" version="120"><![CDATA[<html>
| <td class="trow1"><span class="smalltext">{$bdays}</span></td> </tr>]]></template> <template name="moderation_getip" version="120"><![CDATA[<html>
|
Zeile 5117 | Zeile 5150 |
---|
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead" colspan="2"><strong>{$lang->get_post_ip}</strong></td>
|
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead" colspan="2"><strong>{$lang->get_post_ip}</strong></td>
|
</tr> {$loginbox} <tr>
| </tr> {$loginbox} <tr>
|
<td class="trow2"><strong>{$lang->ip_address}</strong></td> <td class="trow2">{$post['ipaddress']}</td>
|
<td class="trow2"><strong>{$lang->ip_address}</strong></td> <td class="trow2">{$post['ipaddress']}</td>
|
</tr>
| </tr>
|
<tr> <td class="trow1"><strong>{$lang->hostname}<br /><span class="smalltext">{$lang->if_resolvable}</span></strong></td> <td class="trow2">{$hostname}</td> </tr> {$adminoptions}
|
<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>
| </table>
|
{$footer} </body> </html>]]></template>
| {$footer} </body> </html>]]></template>
|
Zeile 5151 | Zeile 5184 |
---|
</select> </td> </tr>]]></template>
|
</select> </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 5165 | Zeile 5198 |
---|
{$footer} </body> </html>]]></template>
|
{$footer} </body> </html>]]></template>
|
<template name="usercp_changeavatar" version="120"><![CDATA[<html>
| <template name="usercp_changeavatar" version="1212"><![CDATA[<html>
|
<head> <title>{$mybb->settings['bbname']} - {$lang->change_avatar}</title> {$headerinclude}
| <head> <title>{$mybb->settings['bbname']} - {$lang->change_avatar}</title> {$headerinclude}
|
Zeile 5173 | Zeile 5206 |
---|
<body> {$header} <form enctype="multipart/form-data" action="usercp.php" method="post">
|
<body> {$header} <form enctype="multipart/form-data" action="usercp.php" method="post">
|
| <input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
|
<table width="100%" border="0" align="center"> <tr> {$usercpnav}
| <table width="100%" border="0" align="center"> <tr> {$usercpnav}
|
Zeile 5211 | Zeile 5245 |
---|
</tr> <tr> <td align="center" class="trow2" width="5%"><input type="radio" class="radio" name="avatar" value="none"{$checked['none']} /></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> <br />
| <td colspan="2" class="trow2" width="95%"><strong>{$lang->no_avatar}</strong><br /><span class="smalltext">{$lang->no_avatar_note}</span></td> </tr> </table> <br />
|
<div align="center"> <input type="hidden" name="action" value="do_avatar" /> <input type="submit" class="button" name="submit" value="{$lang->change_avatar}" />
| <div align="center"> <input type="hidden" name="action" value="do_avatar" /> <input type="submit" class="button" name="submit" value="{$lang->change_avatar}" />
|
Zeile 5226 | Zeile 5260 |
---|
{$footer} </body> </html>]]></template>
|
{$footer} </body> </html>]]></template>
|
<template name="usercp_notepad" version="120"><![CDATA[<html>
| <template name="usercp_notepad" version="1212"><![CDATA[<html>
|
<head> <title>{$mybb->settings['bbname']} - {$lang->personal_notepad}</title> {$headerinclude}
| <head> <title>{$mybb->settings['bbname']} - {$lang->personal_notepad}</title> {$headerinclude}
|
Zeile 5234 | Zeile 5268 |
---|
<body> {$header} <form action="usercp.php" method="post">
|
<body> {$header} <form action="usercp.php" method="post">
|
| <input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
|
<table width="100%" border="0" align="center"> <tr> {$usercpnav}
| <table width="100%" border="0" align="center"> <tr> {$usercpnav}
|
Zeile 5270 | Zeile 5305 |
---|
<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>
| <template name="member_resetpassword" version="1212"><![CDATA[<html>
|
<head> <title>{$mybb->settings['bbname']} - {$lang->reset_password}</title> {$headerinclude}
| <head> <title>{$mybb->settings['bbname']} - {$lang->reset_password}</title> {$headerinclude}
|
Zeile 5279 | Zeile 5314 |
---|
{$header} <br /> <form action="member.php" method="post">
|
{$header} <br /> <form action="member.php" method="post">
|
| <input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
|
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead" colspan="2"><strong>{$lang->reset_password}</strong></td>
| <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead" colspan="2"><strong>{$lang->reset_password}</strong></td>
|
Zeile 5293 | Zeile 5329 |
---|
</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 5314 | Zeile 5350 |
---|
]]></template> <template name="forumdisplay_usersbrowsing_user" version="120"><![CDATA[{$comma}<a href="member.php?action=profile&uid={$user['uid']}">{$user['username']}</a>{$invisiblemark}]]></template> <template name="forumdisplay_usersbrowsing" version="120"><![CDATA[<span class="smalltext">{$lang->users_browsing_forum} {$onlinemembers}{$onlinesep}{$invisonline}{$onlinesep2}{$guestsonline}</span>]]></template>
|
]]></template> <template name="forumdisplay_usersbrowsing_user" version="120"><![CDATA[{$comma}<a href="member.php?action=profile&uid={$user['uid']}">{$user['username']}</a>{$invisiblemark}]]></template> <template name="forumdisplay_usersbrowsing" version="120"><![CDATA[<span class="smalltext">{$lang->users_browsing_forum} {$onlinemembers}{$onlinesep}{$invisonline}{$onlinesep2}{$guestsonline}</span>]]></template>
|
<template name="member_lostpw" version="120"><![CDATA[<html>
| <template name="member_lostpw" version="1212"><![CDATA[<html>
|
<head> <title>{$mybb->settings['bbname']} - {$lang->lost_pw}</title> {$headerinclude}
| <head> <title>{$mybb->settings['bbname']} - {$lang->lost_pw}</title> {$headerinclude}
|
Zeile 5322 | Zeile 5358 |
---|
<body> {$header} <form action="member.php" method="post">
|
<body> {$header} <form action="member.php" method="post">
|
| <input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
|
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead" colspan="2"><strong>{$lang->lost_pw_form}</strong></td>
| <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead" colspan="2"><strong>{$lang->lost_pw_form}</strong></td>
|
Zeile 5338 | Zeile 5375 |
---|
{$footer} </body> </html>]]></template>
|
{$footer} </body> </html>]]></template>
|
<template name="usercp_changename" version="120"><![CDATA[<html>
| <template name="usercp_changename" version="1212"><![CDATA[<html>
|
<head> <title>{$mybb->settings['bbname']} - {$lang->change_username}</title> {$headerinclude}
| <head> <title>{$mybb->settings['bbname']} - {$lang->change_username}</title> {$headerinclude}
|
Zeile 5346 | Zeile 5383 |
---|
<body> {$header} <form action="usercp.php" method="post">
|
<body> {$header} <form action="usercp.php" method="post">
|
| <input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
|
<table width="100%" border="0" align="center"> <tr> {$usercpnav} <td valign="top">
|
<table width="100%" border="0" align="center"> <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> <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>
|
</tr> <tr> <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 5419 |
---|
{$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 5416 | Zeile 5464 |
---|
<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>
|
<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>
|
<template name="moderation_deleteposts" version="120"><![CDATA[<html>
| <template name="moderation_deleteposts" version="1212"><![CDATA[<html>
|
<head> <title>{$mybb->settings['bbname']} - {$lang->delete_posts}</title> {$headerinclude}
| <head> <title>{$mybb->settings['bbname']} - {$lang->delete_posts}</title> {$headerinclude}
|
Zeile 5424 | Zeile 5472 |
---|
<body> {$header} <form action="moderation.php" method="post">
|
<body> {$header} <form action="moderation.php" method="post">
|
| <input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
|
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead" colspan="2"><strong>{$lang->delete_posts}</strong></td>
| <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead" colspan="2"><strong>{$lang->delete_posts}</strong></td>
|
Zeile 5438 | Zeile 5487 |
---|
{$footer} </body> </html>]]></template>
|
{$footer} </body> </html>]]></template>
|
<template name="moderation_split" version="120"><![CDATA[<html>
| <template name="moderation_split" version="1212"><![CDATA[<html>
|
<head> <title>{$mybb->settings['bbname']} - {$lang->split_thread}</title> {$headerinclude}
| <head> <title>{$mybb->settings['bbname']} - {$lang->split_thread}</title> {$headerinclude}
|
Zeile 5446 | Zeile 5495 |
---|
<body> {$header} <form action="moderation.php" method="post">
|
<body> {$header} <form action="moderation.php" method="post">
|
| <input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
|
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <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>
|
Zeile 5495 | Zeile 5545 |
---|
{$reviewmore} </table> ]]></template>
|
{$reviewmore} </table> ]]></template>
|
<template name="sendthread" version="120"><![CDATA[<html>
| <template name="sendthread" version="1212"><![CDATA[<html>
|
<head> <title>{$thread['subject']} - {$lang->send_thread}</title> {$headerinclude}
| <head> <title>{$thread['subject']} - {$lang->send_thread}</title> {$headerinclude}
|
Zeile 5503 | Zeile 5553 |
---|
<body> {$header} <form action="sendthread.php" method="post">
|
<body> {$header} <form action="sendthread.php" method="post">
|
| <input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
|
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td colspan="2" width="100%" class="thead"><strong>{$lang->send_thread}</strong></td>
| <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td colspan="2" width="100%" class="thead"><strong>{$lang->send_thread}</strong></td>
|
Zeile 5536 | Zeile 5587 |
---|
<td width="40%" class="trow1"><strong>{$lang->your_email}</strong><br /><span class="smalltext">{$lang->email_note}</span></td> <td width="60%" class="trow1"><input type="text" class="textbox" size="50" name="fromemail" /></td> </tr>]]></template>
|
<td width="40%" class="trow1"><strong>{$lang->your_email}</strong><br /><span class="smalltext">{$lang->email_note}</span></td> <td width="60%" class="trow1"><input type="text" class="textbox" size="50" name="fromemail" /></td> </tr>]]></template>
|
<template name="usercp_editsig" version="120"><![CDATA[<html>
| <template name="usercp_editsig" version="1212"><![CDATA[<html>
|
<head> <title>{$mybb->settings['bbname']} - {$lang->edit_sig}</title> {$headerinclude}
| <head> <title>{$mybb->settings['bbname']} - {$lang->edit_sig}</title> {$headerinclude}
|
Zeile 5544 | Zeile 5595 |
---|
<body> {$header} <form action="usercp.php" method="post">
|
<body> {$header} <form action="usercp.php" method="post">
|
| <input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
|
<table width="100%" border="0" align="center"> <tr> {$usercpnav}
| <table width="100%" border="0" align="center"> <tr> {$usercpnav}
|
Zeile 5578 | Zeile 5630 |
---|
</body> </html>]]></template> <template name="private_messagebit_denyreceipt" version="120"><![CDATA[ <span class="smalltext"><a href="private.php?action=read&pmid={$message['pmid']}&denyreceipt=yes">{$lang->deny_receipt}</a></span>]]></template>
|
</body> </html>]]></template> <template name="private_messagebit_denyreceipt" version="120"><![CDATA[ <span class="smalltext"><a href="private.php?action=read&pmid={$message['pmid']}&denyreceipt=yes">{$lang->deny_receipt}</a></span>]]></template>
|
<template name="private_read" version="120"><![CDATA[<html>
| <template name="private_read" version="1212"><![CDATA[<html>
|
<head> <title>{$lang->viewing_pm} {$pm['subject']}</title> {$headerinclude}
| <head> <title>{$lang->viewing_pm} {$pm['subject']}</title> {$headerinclude}
|
Zeile 5591 | Zeile 5643 |
---|
<td valign="top"> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr>
|
<td valign="top"> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr>
|
<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>
| <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']}&my_post_key={$mybb->post_code}">{$lang->delete_pm}</a></td></table></td>
|
</tr> {$message}
|
</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> <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']}&my_post_key={$mybb->post_code}">{$lang->delete_pm}</a></td></table></td> </tr> </table> </td>
|
</tr> </table> {$footer} </body> </html>]]></template>
|
</tr> </table> {$footer} </body> </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 5612 | Zeile 5664 |
---|
<br /> <br /> <hr size="1" />]]></template>
|
<br /> <br /> <hr size="1" />]]></template>
|
<template name="error_nopermission" version="120"><![CDATA[{$lang->error_nopermission_guest_1}
| <template name="error_nopermission" version="1212"><![CDATA[{$lang->error_nopermission_guest_1}
|
<ol> <li>{$lang->error_nopermission_guest_2}</li> <li>{$lang->error_nopermission_guest_3}
| <ol> <li>{$lang->error_nopermission_guest_2}</li> <li>{$lang->error_nopermission_guest_3}
|
Zeile 5620 | Zeile 5672 |
---|
<li>{$lang->error_nopermission_guest_4}</li> </ol> <form action="member.php" method="post">
|
<li>{$lang->error_nopermission_guest_4}</li> </ol> <form action="member.php" method="post">
|
| <input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
|
<input type="hidden" name="action" value="do_login" /> <input type="hidden" name="url" value="{$url}" /> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
| <input type="hidden" name="action" value="do_login" /> <input type="hidden" name="url" value="{$url}" /> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
|
Zeile 5648 | Zeile 5701 |
---|
</ol> <br /> {$lang->error_nopermission_user_5}]]></template>
|
</ol> <br /> {$lang->error_nopermission_user_5}]]></template>
|
<template name="private_folders" version="120"><![CDATA[<html>
| <template name="private_folders" version="1212"><![CDATA[<html>
|
<head> <title>{$mybb->settings['bbname']} - {$lang->pm_folders}</title> {$headerinclude}
| <head> <title>{$mybb->settings['bbname']} - {$lang->pm_folders}</title> {$headerinclude}
|
Zeile 5656 | Zeile 5709 |
---|
<body> {$header} <form action="private.php" method="post">
|
<body> {$header} <form action="private.php" method="post">
|
| <input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
|
<table width="100%" border="0" align="center"> <tr> {$usercpnav}
| <table width="100%" border="0" align="center"> <tr> {$usercpnav}
|
Zeile 5695 | Zeile 5749 |
---|
{$forumjumpbits} </select> ]]></template>
|
{$forumjumpbits} </select> ]]></template>
|
<template name="moderation_move" version="120"><![CDATA[<html>
| <template name="moderation_move" version="1212"><![CDATA[<html>
|
<head> <title>{$mybb->settings['bbname']} - {$lang->move_copy_thread}</title> {$headerinclude}
| <head> <title>{$mybb->settings['bbname']} - {$lang->move_copy_thread}</title> {$headerinclude}
|
Zeile 5703 | Zeile 5757 |
---|
<body> {$header} <form action="moderation.php" method="post">
|
<body> {$header} <form action="moderation.php" method="post">
|
| <input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
|
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead" colspan="2"><strong>{$lang->move_copy_thread}</strong></td>
| <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead" colspan="2"><strong>{$lang->move_copy_thread}</strong></td>
|
Zeile 5729 | Zeile 5784 |
---|
{$footer} </body> </html>]]></template>
|
{$footer} </body> </html>]]></template>
|
<template name="moderation_merge" version="120"><![CDATA[<html>
| <template name="moderation_merge" version="1212"><![CDATA[<html>
|
<head> <title>{$mybb->settings['bbname']} - {$lang->merge_threads}</title> {$headerinclude}
| <head> <title>{$mybb->settings['bbname']} - {$lang->merge_threads}</title> {$headerinclude}
|
Zeile 5737 | Zeile 5792 |
---|
<body> {$header} <form action="moderation.php" method="post">
|
<body> {$header} <form action="moderation.php" method="post">
|
| <input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
|
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead" colspan="2"><strong>{$lang->merge_threads}</strong></td>
| <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead" colspan="2"><strong>{$lang->merge_threads}</strong></td>
|
Zeile 5788 | Zeile 5844 |
---|
<template name="showthread_poll_option_multiple" version="120"><![CDATA[<tr> <td class="trow1" width="5%"><input type="checkbox" class="checkbox" name="option[{$number}]" id="option[{$number}]" value="yes" /></td> <td class="trow2" colspan="3">{$option}</td>
|
<template name="showthread_poll_option_multiple" version="120"><![CDATA[<tr> <td class="trow1" width="5%"><input type="checkbox" class="checkbox" name="option[{$number}]" id="option[{$number}]" value="yes" /></td> <td class="trow2" colspan="3">{$option}</td>
|
</tr>]]></template>
| </tr>]]></template>
|
<template name="showthread_poll_option" version="120"><![CDATA[<tr> <td class="trow1" width="5%"><input type="radio" class="radio" name="option" id="option" value="{$number}" /></td> <td class="trow1" colspan="3">{$option}</td> </tr>]]></template>
|
<template name="showthread_poll_option" version="120"><![CDATA[<tr> <td class="trow1" width="5%"><input type="radio" class="radio" name="option" id="option" value="{$number}" /></td> <td class="trow1" colspan="3">{$option}</td> </tr>]]></template>
|
<template name="member_activate" version="120"><![CDATA[<html>
| <template name="member_activate" version="1212"><![CDATA[<html>
|
<head> <title>{$mybb->settings['bbname']} - {$lang->account_activation}</title> {$headerinclude}
| <head> <title>{$mybb->settings['bbname']} - {$lang->account_activation}</title> {$headerinclude}
|
Zeile 5802 | Zeile 5858 |
---|
{$header} <br /> <form action="member.php" method="post">
|
{$header} <br /> <form action="member.php" method="post">
|
| <input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
|
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead" colspan="2"><strong>{$lang->activate_account}</strong></td>
| <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead" colspan="2"><strong>{$lang->activate_account}</strong></td>
|
Zeile 5824 | Zeile 5881 |
---|
<template name="smilieinsert" version="120"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" width="150"> <tr> <td class="thead"><span class="smalltext"><strong>{$lang->smilieinsert}</strong></span></td>
|
<template name="smilieinsert" version="120"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" width="150"> <tr> <td class="thead"><span class="smalltext"><strong>{$lang->smilieinsert}</strong></span></td>
|
</tr>
| </tr>
|
<tr> <td class="trow1"> <table width="100%" align="center" border="0" cellspacing="0" cellpadding="2" id="clickable_smilies">
| <tr> <td class="trow1"> <table width="100%" align="center" border="0" cellspacing="0" cellpadding="2" id="clickable_smilies">
|
Zeile 5835 | Zeile 5892 |
---|
{$getmore} </table>]]></template> <template name="misc_buddypopup_user_sendpm" version="120"><![CDATA[<a href="private.php?action=send&uid={$buddy['uid']}" target="_blank">{$lang->pm_buddy}</a> ]]></template>
|
{$getmore} </table>]]></template> <template name="misc_buddypopup_user_sendpm" version="120"><![CDATA[<a href="private.php?action=send&uid={$buddy['uid']}" target="_blank">{$lang->pm_buddy}</a> ]]></template>
|
<template name="usercp_editlists" version="120"><![CDATA[<html>
| <template name="usercp_editlists" version="1212"><![CDATA[<html>
|
<head> <title>{$mybb->settings['bbname']} - {$lang->edit_lists}</title> {$headerinclude}
| <head> <title>{$mybb->settings['bbname']} - {$lang->edit_lists}</title> {$headerinclude}
|
Zeile 5847 | Zeile 5904 |
---|
{$usercpnav} <td valign="top"> <table style="width:auto;height:auto;vertical-align:top;" cellpadding="2">
|
{$usercpnav} <td valign="top"> <table style="width:auto;height:auto;vertical-align:top;" cellpadding="2">
|
<tr> <td align="left" valign="top" width="50%">
| <tr> <td align="left" valign="top" width="50%">
|
<form action="usercp.php" method="post">
|
<form action="usercp.php" method="post">
|
| <input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
|
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
|
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
|
<tr>
| <tr>
|
<td class="thead" align="center"><strong>{$lang->edit_buddy_list}</strong></td>
|
<td class="thead" align="center"><strong>{$lang->edit_buddy_list}</strong></td>
|
</tr>
| </tr>
|
<tr> <td class="trow1"> {$buddylist}
|
<tr> <td class="trow1"> {$buddylist}
|
{$newlist} </td> </tr>
| {$newlist} </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> </tr>
|
Zeile 5874 | Zeile 5932 |
---|
</td> <td align="left" valign="top" width="50%"> <form action="usercp.php" method="post">
|
</td> <td align="left" valign="top" width="50%"> <form action="usercp.php" method="post">
|
| <input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
|
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead" align="center"><strong>{$lang->edit_ignore_list}</strong></td>
| <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead" align="center"><strong>{$lang->edit_ignore_list}</strong></td>
|
Zeile 5882 | Zeile 5941 |
---|
<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 5904 | Zeile 5963 |
---|
</body> </html>]]></template> <template name="online_iplookup" version="120"><![CDATA[<html>
|
</body> </html>]]></template> <template name="online_iplookup" version="120"><![CDATA[<html>
|
<head>
| <head>
|
<title>{$mybb->settings['bbname']} - {$lang->ip_lookup}</title> {$headerinclude} </head>
| <title>{$mybb->settings['bbname']} - {$lang->ip_lookup}</title> {$headerinclude} </head>
|
Zeile 5913 | Zeile 5972 |
---|
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead" colspan="2"><strong>{$lang->ip_lookup}</strong></td>
|
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead" colspan="2"><strong>{$lang->ip_lookup}</strong></td>
|
</tr>
| </tr>
|
<td class="trow2"><strong>{$lang->ip}</strong></td>
|
<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 5985 |
---|
{$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 5939 | Zeile 5998 |
---|
<td class="trow1" width="50%">{$locationname}</td> </tr>]]></template> <template name="online_row_ip" version="120"><![CDATA[<br /><span class="smalltext">{$lang->ip} {$user['ip']} <a href="online.php?action=iplookup&ip={$user['ip']}">{$lang->lookup}</a></span>]]></template>
|
<td class="trow1" width="50%">{$locationname}</td> </tr>]]></template> <template name="online_row_ip" version="120"><![CDATA[<br /><span class="smalltext">{$lang->ip} {$user['ip']} <a href="online.php?action=iplookup&ip={$user['ip']}">{$lang->lookup}</a></span>]]></template>
|
<template name="calendar_editevent" version="120"><![CDATA[<html>
| <template name="calendar_editevent" version="1212"><![CDATA[<html>
|
<head> <title>{$mybb->settings['bbname']} - {$lang->calendar} - {$lang->edit_event}</title> {$headerinclude}
| <head> <title>{$mybb->settings['bbname']} - {$lang->calendar} - {$lang->edit_event}</title> {$headerinclude}
|
Zeile 5948 | Zeile 6007 |
---|
{$header} {$event_errors} <form action="calendar.php" method="post" name="input">
|
{$header} {$event_errors} <form action="calendar.php" method="post" name="input">
|
| <input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
|
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td colspan="2" width="100%" class="thead"><strong>{$lang->edit_event}</strong></td>
| <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td colspan="2" width="100%" class="thead"><strong>{$lang->edit_event}</strong></td>
|
Zeile 5976 | Zeile 6036 |
---|
<select name="year"> {$yearopts}
|
<select name="year"> {$yearopts}
|
</select> </td> </tr> <tr>
| </select> </td> </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" value="{$event['subject']}" /></td>
|
<td width="20%" class="trow2"><strong>{$lang->event_name}</strong></td> <td class="trow2"><input type="text" class="textbox" size="50" name="subject" value="{$event['subject']}" /></td>
|
</tr>
| </tr>
|
<tr> <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">{$event['description']}</textarea> {$codebuttons}</td>
|
<tr> <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">{$event['description']}</textarea> {$codebuttons}</td>
|
</tr>
| </tr>
|
<tr> <td width="20%" class="trow2"><strong>{$lang->event_options}</strong></td> <td class="trow2">
| <tr> <td width="20%" class="trow2"><strong>{$lang->event_options}</strong></td> <td class="trow2">
|
Zeile 6020 | Zeile 6080 |
---|
<td>{$code}</td> </tr>]]></template> <template name="error" version="120"><![CDATA[<html>
|
<td>{$code}</td> </tr>]]></template> <template name="error" version="120"><![CDATA[<html>
|
<head>
| <head>
|
<title>{$title}</title> {$headerinclude} </head>
| <title>{$title}</title> {$headerinclude} </head>
|
Zeile 6028 | Zeile 6088 |
---|
{$header} <br /> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
|
{$header} <br /> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
|
<tr>
| <tr>
|
<td class="thead"><span class="smalltext"><strong>{$title}</strong></span></td> </tr> <tr>
|
<td class="thead"><span class="smalltext"><strong>{$title}</strong></span></td> </tr> <tr>
|
<td class="trow1">{$error}</td>
| <td class="trow1">{$error}</td>
|
</tr> </table> {$footer}
| </tr> </table> {$footer}
|
Zeile 6051 | Zeile 6111 |
---|
<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 6067 | Zeile 6127 |
---|
<template name="posticons" version="120"><![CDATA[<tr> <td class="trow1"><strong>{$lang->post_icon}</strong><br /><span class="smalltext"><input type="radio" class="radio" name="icon" value="-1"{$no_icons_checked} />{$lang->no_post_icon}</span></td> <td class="trow1" valign="top">{$iconlist}</td>
|
<template name="posticons" version="120"><![CDATA[<tr> <td class="trow1"><strong>{$lang->post_icon}</strong><br /><span class="smalltext"><input type="radio" class="radio" name="icon" value="-1"{$no_icons_checked} />{$lang->no_post_icon}</span></td> <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"> <tr> <td class="thead" colspan="3"><strong>{$lang->post_preview}</strong></td> </tr>
| </tr> ]]></template> <template name="previewpost" version="127"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead" colspan="2"><strong>{$lang->post_preview}</strong></td> </tr>
|
{$postbit} </table> <br />]]></template> <template name="misc_help_helpdoc" version="120"><![CDATA[<html> <head> <title>{$mybb->settings['bbname']} - {$lang->help_docs}</title>
|
{$postbit} </table> <br />]]></template> <template name="misc_help_helpdoc" version="120"><![CDATA[<html> <head> <title>{$mybb->settings['bbname']} - {$lang->help_docs}</title>
|
{$headerinclude} </head> <body> {$header} <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr>
| {$headerinclude} </head> <body> {$header} <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr>
|
<td class="thead"><strong>{$helpdoc['name']}</strong></td>
|
<td class="thead"><strong>{$helpdoc['name']}</strong></td>
|
</tr>
| </tr>
|
<tr> <td width="100%" class="trow1">{$helpdoc['document']}</td> </tr>
| <tr> <td width="100%" class="trow1">{$helpdoc['document']}</td> </tr>
|
Zeile 6096 | Zeile 6156 |
---|
</html>]]></template> <template name="usercp_options_pppselect" version="120"><![CDATA[<tr> <td colspan="2"><span class="smalltext">{$lang->ppp}</span></td>
|
</html>]]></template> <template name="usercp_options_pppselect" version="120"><![CDATA[<tr> <td colspan="2"><span class="smalltext">{$lang->ppp}</span></td>
|
</tr>
| </tr>
|
<tr> <td colspan="2"> <select name="ppp">
| <tr> <td colspan="2"> <select name="ppp">
|
Zeile 6130 | Zeile 6190 |
---|
</tr> </table> {$footer}
|
</tr> </table> {$footer}
|
</body> </html>]]></template>
| </body> </html>]]></template>
|
<template name="member_register_stylebit" version="120"><![CDATA[<option value="{$style['sid']}">{$style['name']}</option>]]></template> <template name="usercp_options_stylebit" version="120"><![CDATA[<option value="{$style['sid']}" {$selected}>{$style['name']}</option>]]></template> <template name="forumdisplay_password_wrongpass" version="120"><![CDATA[<tr>
| <template name="member_register_stylebit" version="120"><![CDATA[<option value="{$style['sid']}">{$style['name']}</option>]]></template> <template name="usercp_options_stylebit" version="120"><![CDATA[<option value="{$style['sid']}" {$selected}>{$style['name']}</option>]]></template> <template name="forumdisplay_password_wrongpass" version="120"><![CDATA[<tr>
|
Zeile 6165 | Zeile 6225 |
---|
<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}
| {$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">
| </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">
|
Zeile 6185 | Zeile 6245 |
---|
<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"> <tr>
| </html>]]></template> <template name="usercp_editsig_current" version="120"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr>
|
Zeile 6207 | Zeile 6267 |
---|
</tr> </table> <br />]]></template>
|
</tr> </table> <br />]]></template>
|
<template name="member_resendactivation" version="120"><![CDATA[<html>
| <template name="member_resendactivation" version="1212"><![CDATA[<html>
|
<head> <title>{$mybb->settings['bbname']} - {$lang->resend_activation}</title>
|
<head> <title>{$mybb->settings['bbname']} - {$lang->resend_activation}</title>
|
{$headerinclude}
| {$headerinclude}
|
</head> <body> {$header} <form action="member.php" method="post">
|
</head> <body> {$header} <form action="member.php" method="post">
|
| <input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
|
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
|
<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 6237 | Zeile 6298 |
---|
</div>]]></template> <template name="nav_bit" version="120"><![CDATA[<a href="{$navbit['url']}">{$navbit['name']}</a>{$sep}]]></template> <template name="nav_bit_active" version="120"><![CDATA[<span class="active">{$navbit['name']}</span>]]></template>
|
</div>]]></template> <template name="nav_bit" version="120"><![CDATA[<a href="{$navbit['url']}">{$navbit['name']}</a>{$sep}]]></template> <template name="nav_bit_active" version="120"><![CDATA[<span class="active">{$navbit['name']}</span>]]></template>
|
<template name="moderation_inline_deletethreads" version="120"><![CDATA[<html>
| <template name="moderation_inline_deletethreads" version="1212"><![CDATA[<html>
|
<head> <title>{$mybb->settings['bbname']} - {$lang->delete_threads}</title> {$headerinclude}
| <head> <title>{$mybb->settings['bbname']} - {$lang->delete_threads}</title> {$headerinclude}
|
Zeile 6245 | Zeile 6306 |
---|
<body> {$header} <form action="moderation.php" method="post">
|
<body> {$header} <form action="moderation.php" method="post">
|
| <input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
|
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead" colspan="2"><strong>{$lang->delete_threads}</strong></td>
| <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead" colspan="2"><strong>{$lang->delete_threads}</strong></td>
|
Zeile 6256 | Zeile 6318 |
---|
<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>
|
</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>
| <template name="moderation_inline_movethreads" version="1212"><![CDATA[<html>
|
<head> <title>{$mybb->settings['bbname']} - {$lang->move_threads}</title> {$headerinclude}
| <head> <title>{$mybb->settings['bbname']} - {$lang->move_threads}</title> {$headerinclude}
|
Zeile 6271 | Zeile 6333 |
---|
<body> {$header} <form action="moderation.php" method="post">
|
<body> {$header} <form action="moderation.php" method="post">
|
| <input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
|
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead" colspan="2"><strong>{$lang->move_threads}</strong></td>
| <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead" colspan="2"><strong>{$lang->move_threads}</strong></td>
|
Zeile 6290 | Zeile 6353 |
---|
{$footer} </body> </html>]]></template>
|
{$footer} </body> </html>]]></template>
|
<template name="moderation_inline_mergeposts" version="120"><![CDATA[<html>
| <template name="moderation_inline_mergeposts" version="1212"><![CDATA[<html>
|
<head> <title>{$mybb->settings['bbname']} - {$lang->merge_posts}</title> {$headerinclude}
| <head> <title>{$mybb->settings['bbname']} - {$lang->merge_posts}</title> {$headerinclude}
|
Zeile 6298 | Zeile 6361 |
---|
<body> {$header} <form action="moderation.php" method="post">
|
<body> {$header} <form action="moderation.php" method="post">
|
| <input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
|
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead" colspan="2"><strong>{$lang->merge_posts}</strong></td>
| <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead" colspan="2"><strong>{$lang->merge_posts}</strong></td>
|
Zeile 6318 | Zeile 6382 |
---|
{$footer} </body> </html>]]></template>
|
{$footer} </body> </html>]]></template>
|
<template name="moderation_inline_splitposts" version="120"><![CDATA[<html>
| <template name="moderation_inline_splitposts" version="1212"><![CDATA[<html>
|
<head> <title>{$mybb->settings['bbname']} - {$lang->split_thread}</title> {$headerinclude}
| <head> <title>{$mybb->settings['bbname']} - {$lang->split_thread}</title> {$headerinclude}
|
Zeile 6326 | Zeile 6390 |
---|
<body> {$header} <form action="moderation.php" method="post">
|
<body> {$header} <form action="moderation.php" method="post">
|
| <input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
|
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <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>
|
Zeile 6377 | Zeile 6442 |
---|
</tr> </table> <br />]]></template>
|
</tr> </table> <br />]]></template>
|
<template name="member_register" version="120"><![CDATA[<html>
| <template name="member_register" version="1212"><![CDATA[<html>
|
<head> <title>{$mybb->settings['bbname']} - {$lang->registration}</title> {$headerinclude}
| <head> <title>{$mybb->settings['bbname']} - {$lang->registration}</title> {$headerinclude}
|
Zeile 6386 | Zeile 6451 |
---|
{$header} <br /> <form action="member.php" method="post">
|
{$header} <br /> <form action="member.php" method="post">
|
| <input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
|
{$regerrors} <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr>
| {$regerrors} <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr>
|
Zeile 6428 | Zeile 6494 |
---|
<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> <td valign="top"><span class="smalltext"><label for="emailnotify">{$lang->email_notify}</label></span></td>
|
</tr> <tr> <td valign="top" width="1"><input type="checkbox" class="checkbox" name="emailnotify" id="emailnotify" value="yes" {$emailnotifycheck} /></td> <td valign="top"><span class="smalltext"><label for="emailnotify">{$lang->email_notify}</label></span></td>
|
</tr> <tr>
| </tr> <tr>
|
<td valign="top" width="1"><input type="checkbox" class="checkbox" name="receivepms" id="receivepms" value="yes" {$receivepmscheck} /></td> <td valign="top"><span class="smalltext"><label for="receivepms">{$lang->receive_pms}</label></span></td> </tr> <tr> <td valign="top" width="1"><input type="checkbox" class="checkbox" name="pmpopup" id="pmpopup" value="yes" {$pmpopupcheck} /></td> <td valign="top"><span class="smalltext"><label for="pmpopup">{$lang->pm_popup}</label></span></td>
|
<td valign="top" width="1"><input type="checkbox" class="checkbox" name="receivepms" id="receivepms" value="yes" {$receivepmscheck} /></td> <td valign="top"><span class="smalltext"><label for="receivepms">{$lang->receive_pms}</label></span></td> </tr> <tr> <td valign="top" width="1"><input type="checkbox" class="checkbox" name="pmpopup" id="pmpopup" value="yes" {$pmpopupcheck} /></td> <td valign="top"><span class="smalltext"><label for="pmpopup">{$lang->pm_popup}</label></span></td>
|
</tr> <tr>
| </tr> <tr>
|
<td valign="top" width="1"><input type="checkbox" class="checkbox" name="emailpmnotify" id="emailpmnotify" value="yes" {$emailpmnotifycheck} /></td> <td valign="top"><span class="smalltext"><label for="emailpmnotify">{$lang->email_notify_newpm}</label></span></td> </tr> <tr> <td valign="top" width="1"><input type="checkbox" class="checkbox" name="invisible" id="invisible" value="yes" {$invisiblecheck} /></td> <td valign="top"><span class="smalltext"><label for="invisible">{$lang->invisible_mode}</label></span></td>
|
<td valign="top" width="1"><input type="checkbox" class="checkbox" name="emailpmnotify" id="emailpmnotify" value="yes" {$emailpmnotifycheck} /></td> <td valign="top"><span class="smalltext"><label for="emailpmnotify">{$lang->email_notify_newpm}</label></span></td> </tr> <tr> <td valign="top" width="1"><input type="checkbox" class="checkbox" name="invisible" id="invisible" value="yes" {$invisiblecheck} /></td> <td valign="top"><span class="smalltext"><label for="invisible">{$lang->invisible_mode}</label></span></td>
|
</tr>
| </tr>
|
</table> </fieldset> <br />
| </table> </fieldset> <br />
|
Zeile 6462 | Zeile 6529 |
---|
<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 6569 |
---|
<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=1212"></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="1212"><![CDATA[<script type="text/javascript" src="jscripts/inline_edit.js?ver=1212"></script>
|
<script type="text/javascript">
|
<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}"});
| new inlineEditor("xmlhttp.php?action=edit_subject&my_post_key="+my_post_key, {className: "subject_editable", spinnerImage: "{$theme['imgdir']}/spinner.gif", lang_click_edit: "{$lang->click_hold_edit}"});
|
</script>]]></template> <template name="xmlhttp_inline_post_editor" version="120"><![CDATA[<br /> <div style="clear: both;">
| </script>]]></template> <template name="xmlhttp_inline_post_editor" version="120"><![CDATA[<br /> <div style="clear: both;">
|
Zeile 6521 | Zeile 6588 |
---|
</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 6639 | Zeile 6706 |
---|
{$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>
|