Zeile 1 | Zeile 1 |
---|
<?xml version="1.0" encoding="ISO-8859-1"?>
| <?xml version="1.0" encoding="UTF-8"?>
|
<theme name="MyBB Master Style" version="122"> <cssbits> <body>
| <theme name="MyBB Master Style" version="122"> <cssbits> <body>
|
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="123"><![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"> <a href="#" onclick="MyBB.popupWindow('{$mybb->settings['bburl']}/misc.php?action=buddypopup', 'buddyList', 170, 300);">{$lang->welcome_open_buddy_list}</a> </span>
| <span class="links"> <a href="#" onclick="MyBB.popupWindow('{$mybb->settings['bburl']}/misc.php?action=buddypopup', 'buddyList', 170, 300);">{$lang->welcome_open_buddy_list}</a> </span>
|
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=121"></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=121"></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=121"></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="127"><![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=121"></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 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=121"></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=121"></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 1470 | Zeile 1465 |
---|
</table> </body> </html>]]></template>
|
</table> </body> </html>]]></template>
|
<template name="report" version="120"><![CDATA[<html>
| <template name="report" version="1212"><![CDATA[<html>
|
<head> <title>{$mybb->settings['bbname']} - {$lang->report_post}</title> {$headerinclude}
| <head> <title>{$mybb->settings['bbname']} - {$lang->report_post}</title> {$headerinclude}
|
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 1547 | 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> {$headerinclude} </head>
|
<head> <title>{$lang->icq_message_center}</title> {$headerinclude} </head>
|
<body style="margin:0;top:0;left:0;" class="trow2"> <form action="http://msg.mirabilis.com/scripts/WWPMsg.dll" method="get" name="frmPager">
| <body style="margin: 0; top: 0; left: 0;" class="trow2">
|
<table width="100%" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" border="0" align="center" class="tborder"> <tr>
|
<table width="100%" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" border="0" align="center" class="tborder"> <tr>
|
<td class="thead" align="center" colspan="2"><strong>{$user['username']} - {$lang->icq_message_center}</strong></td> </tr> <tr> <td class="tcat" align="center" colspan="2"><span class="smalltext"><strong>{$navigationbar}</strong></span></td> </tr> <tr> <td class="trow2" align="center" colspan="2">#{$user['icq']} - {$user['username']}</td> </tr> <tr> <td class="trow1"><strong>{$lang->your_name}</strong></td> <td class="trow1"><input type="text" class="textbox" name="from" style="width:100%" value="{$mybb->user['username']}" /></td> </tr> <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> <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>
|
<tr>
|
<td class="trow1" align="center" colspan="2"><input type="submit" class="button" name="submit" value="{$lang->send_message}"></td>
| <td class="trow1" align="center" colspan="2"><span class="smalltext"><a href="http://www.icq.com/people/webmsg.php?to={$user['icq']}&from={$mybb->user['username']}&fromemail={$mybb->user['email']}">{$lang->send_icq_message}</a></span></td>
|
</tr> </table>
|
</tr> </table>
|
<input type="hidden" name="subject" value="From WebPager Panel" /> <input type="hidden" name="to" value="{$user['icq']}" /> </form>
| |
</body> </html>]]></template> <template name="forumdisplay_thread_rating" version="120"><![CDATA[<td align="center" class="{$bgcolor}"><img src="{$theme['imgdir']}/{$thread['rating']}" alt="{$ratingvotesav}" /></td>
| </body> </html>]]></template> <template name="forumdisplay_thread_rating" version="120"><![CDATA[<td align="center" class="{$bgcolor}"><img src="{$theme['imgdir']}/{$thread['rating']}" alt="{$ratingvotesav}" /></td>
|
Zeile 1596 | Zeile 1579 |
---|
{$header} <form action="{$_SERVER['REQUEST_URI']}" method="post"> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
|
{$header} <form action="{$_SERVER['REQUEST_URI']}" method="post"> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
|
<tr>
| <tr>
|
<td class="thead" align="center" colspan="2"><strong>{$lang->password_required}</strong></td>
|
<td class="thead" align="center" colspan="2"><strong>{$lang->password_required}</strong></td>
|
</tr> <tr>
| </tr> <tr>
|
<td class="trow2" colspan="2">{$lang->forum_password_note}</td>
|
<td class="trow2" colspan="2">{$lang->forum_password_note}</td>
|
</tr>
| </tr>
|
<tr> <td class="tcat" colspan="2"><strong>{$lang->enter_password_below}</strong></td>
|
<tr> <td class="tcat" colspan="2"><strong>{$lang->enter_password_below}</strong></td>
|
</tr>
| </tr>
|
{$pwnote} <tr> <td class="trow1" align="center" colspan="2"><input type="password" class="textbox" name="pwverify" size="50" value="" /></td>
| {$pwnote} <tr> <td class="trow1" align="center" colspan="2"><input type="password" class="textbox" name="pwverify" size="50" value="" /></td>
|
Zeile 1638 | 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> <head>
| <template name="private_empty" version="1212"><![CDATA[<html> <head>
|
<title>{$mybb->settings['bbname']} - {$lang->empty_folders}</title> {$headerinclude} </head> <body> {$header} <form action="private.php" method="post">
|
<title>{$mybb->settings['bbname']} - {$lang->empty_folders}</title> {$headerinclude} </head> <body> {$header} <form action="private.php" method="post">
|
<table width="100%" border="0" align="center"> <tr>
| <input type="hidden" name="my_post_key" value="{$mybb->post_code}" /> <table width="100%" border="0" align="center"> <tr>
|
{$usercpnav} <td valign="top"> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
|
{$usercpnav} <td valign="top"> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
|
<tr>
| <tr>
|
<td class="thead" colspan="3"><strong>{$lang->empty_folders}</strong></td> </tr> <tr>
|
<td class="thead" colspan="3"><strong>{$lang->empty_folders}</strong></td> </tr> <tr>
|
<td class="trow1" colspan="3"><span class="smalltext">{$lang->empty_note}</span></td> </tr> <tr>
| <td class="trow1" colspan="3"><span class="smalltext">{$lang->empty_note}</span></td> </tr> <tr>
|
<td class="tcat" align="center"><strong>{$lang->export_folder}</strong></td> <td class="tcat" align="center"><strong>{$lang->num_messages}</strong></td> <td class="tcat" align="center"><strong>{$lang->empty_q}</strong></td> </tr> {$folderlist}
|
<td class="tcat" align="center"><strong>{$lang->export_folder}</strong></td> <td class="tcat" align="center"><strong>{$lang->num_messages}</strong></td> <td class="tcat" align="center"><strong>{$lang->empty_q}</strong></td> </tr> {$folderlist}
|
<tr>
| <tr>
|
<td class="trow2" align="center" colspan="3"><input type="checkbox" class="checkbox" name="keepunread" value="yes" checked="checked" /><strong>{$lang->keep_unread}</strong></td> </tr> </table>
| <td class="trow2" align="center" colspan="3"><input type="checkbox" class="checkbox" name="keepunread" value="yes" checked="checked" /><strong>{$lang->keep_unread}</strong></td> </tr> </table>
|
Zeile 1705 | Zeile 1689 |
---|
</tr> <tr> <td class="trow1" width="50%"><strong>{$lang->registration_date}</strong></td>
|
</tr> <tr> <td class="trow1" width="50%"><strong>{$lang->registration_date}</strong></td>
|
<td class="trow1" width="50%">{$regdate}</td> </tr> <tr>
| <td class="trow1" width="50%">{$regdate}</td> </tr> <tr>
|
<td class="trow2" width="50%"><strong>{$lang->postnum}</strong></td> <td class="trow2" width="50%"><a href="search.php?action=finduser&uid={$mybb->user['uid']}">{$mybb->user['postnum']}</a> {$lang->posts_day}</td> </tr>
| <td class="trow2" width="50%"><strong>{$lang->postnum}</strong></td> <td class="trow2" width="50%"><a href="search.php?action=finduser&uid={$mybb->user['uid']}">{$mybb->user['postnum']}</a> {$lang->posts_day}</td> </tr>
|
Zeile 1783 | 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 1791 | 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}
| <table width="100%" border="0" align="center"> <tr> {$usercpnav}
|
Zeile 1910 | 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 1925 | 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 1986 | 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 1995 | 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 2049 | Zeile 2035 |
---|
</tr></table> </fieldset> <br />]]></template>
|
</tr></table> </fieldset> <br />]]></template>
|
<template name="usercp_usergroups_joingroup" version="120"><![CDATA[<html> <head>
| <template name="usercp_usergroups_joingroup" version="1212"><![CDATA[<html> <head>
|
<title>{$mybb->settings['bbname']} - {$lang->request_join_usergroup}</title> {$headerinclude} </head> <body> {$header} <form action="usercp.php" method="post">
|
<title>{$mybb->settings['bbname']} - {$lang->request_join_usergroup}</title> {$headerinclude} </head> <body> {$header} <form action="usercp.php" method="post">
|
<table width="100%" border="0" align="center"> <tr>
| <input type="hidden" name="my_post_key" value="{$mybb->post_code}" /> <table width="100%" border="0" align="center"> <tr>
|
{$usercpnav} <td valign="top"> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
|
{$usercpnav} <td valign="top"> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
|
<tr>
| <tr>
|
<td class="thead" colspan="2"><strong>{$lang->request_join_usergroup}</strong></td> </tr> <tr>
|
<td class="thead" colspan="2"><strong>{$lang->request_join_usergroup}</strong></td> </tr> <tr>
|
<td class="trow1" align="center" colspan="2">{$lang->join_group_moderate_note}</td> </tr> <tr>
| <td class="trow1" align="center" colspan="2">{$lang->join_group_moderate_note}</td> </tr> <tr>
|
<td class="trow2"><strong>{$lang->user_group}</strong></td> <td class="trow2">{$usergroup['title']}</td> </tr> <tr> <td class="trow1"><strong>{$lang->join_reason}</strong></td>
|
<td class="trow2"><strong>{$lang->user_group}</strong></td> <td class="trow2">{$usergroup['title']}</td> </tr> <tr> <td class="trow1"><strong>{$lang->join_reason}</strong></td>
|
<td class="trow1"><input type="text" class="textbox" name="reason" value="" size="50" /></td> </tr>
| <td class="trow1"><input type="text" class="textbox" name="reason" value="" size="50" /></td> </tr>
|
</table> <br /> <div align="center">
| </table> <br /> <div align="center">
|
Zeile 2091 | Zeile 2078 |
---|
{$footer} </body> </html>]]></template>
|
{$footer} </body> </html>]]></template>
|
<template name="usercp_avatar" version="127"><![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 2118 | Zeile 2105 |
---|
</tr> <tr> <td class="tcat" colspan="2"><strong>{$lang->local_galleries}</strong></td>
|
</tr> <tr> <td class="tcat" colspan="2"><strong>{$lang->local_galleries}</strong></td>
|
</tr>
| </tr>
|
<tr> <td class="trow2"><strong>{$lang->gallery}</strong></td> <td class="trow2"> <form method="post" action="usercp.php">
|
<tr> <td class="trow2"><strong>{$lang->gallery}</strong></td> <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}
| <input type="hidden" name="action" value="avatar" /> <select name="gallery"> {$galleries}
|
Zeile 2138 | Zeile 2126 |
---|
<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="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" /> </td> </tr>
| <input type="file" name="avatarupload" size="25" /> </td> </tr>
|
Zeile 2159 | Zeile 2148 |
---|
{$footer} </body> </html>]]></template>
|
{$footer} </body> </html>]]></template>
|
<template name="usercp_avatar_gallery" version="123"><![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 2181 | 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}
| <input type="hidden" name="action" value="avatar" /> <select name="gallery"> {$galleries}
|
Zeile 2195 | Zeile 2185 |
---|
<tr> <td class="trow2"> <form method="post" action="usercp.php">
|
<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">
| <input type="hidden" name="action" value="do_avatar" /> <input type="hidden" name="gallery" value="{$gallery}" /> <table width="100%" cellpadding="4">
|
Zeile 2217 | 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="123"><![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="{$mybb->settings['bburl']}/jscripts/prototype.lite.js?ver=121"></script> <script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/moo.ajax.js?ver=121"></script> <script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/general.js?ver=121"></script> <script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/popup_menu.js?ver=121"></script>
| <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 2428 | 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 2454 | 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 2473 | 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 2483 | 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 2507 | 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 2537 | 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 2546 | 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 2575 | 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 2583 | 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}
| <table width="100%" border="0" align="center"> <tr> {$usercpnav}
|
Zeile 2632 | 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 2641 | 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 2655 | 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 2983 | 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 2991 | 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 3035 | 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 3044 | 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 3111 | 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 3119 | 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 3196 | 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 3204 | 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 3227 | 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 3248 | 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 3256 | 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 3389 | 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 3401 | 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=121"></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="127"><![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 3489 | 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 3497 | 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 3558 | 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 3621 | Zeile 3628 |
---|
<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="121"><![CDATA[<span class="smalltext">{$lang->guest_welcome_registration}<br /> <br />
|
<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="121"><![CDATA[<span class="smalltext">{$lang->guest_welcome_registration}<br /> <br />
|
<form method="post" action="{$portal_url}"><input type="hidden" name="action" value="do_login" />
| <form method="post" action="{$portal_url}"> <input type="hidden" name="action" value="do_login" />
|
{$lang->username}<br /> <input type="text" class="textbox" name="username" value="" /><br /><br /> {$lang->password}<br /> <input type="password" class="textbox" name="password" value="" /><br /> <br /><input type="submit" class="button" name="loginsubmit" value="{$lang->login}" /></form>]]></template>
| {$lang->username}<br /> <input type="text" class="textbox" name="username" value="" /><br /><br /> {$lang->password}<br /> <input type="password" class="textbox" name="password" value="" /><br /> <br /><input type="submit" class="button" name="loginsubmit" value="{$lang->login}" /></form>]]></template>
|
Zeile 3639 | Zeile 3647 |
---|
<template name="search" version="120"><![CDATA[<html> <head> <title>{$mybb->settings['bbname']} - {$lang->search}</title>
|
<template name="search" version="120"><![CDATA[<html> <head> <title>{$mybb->settings['bbname']} - {$lang->search}</title>
|
{$headerinclude}
| {$headerinclude}
|
</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 3755 | Zeile 3764 |
---|
{$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 3763 | 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 3788 | 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 3826 | Zeile 3836 |
---|
<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>
|
<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> </tr> </table> {$footer} </body>
| <td class="tfoot" align="center"><strong>{$totpercent}</strong></td> </tr> </table> {$footer} </body>
|
</html>]]></template> <template name="member_register_password" version="120"><![CDATA[<tr> <td><span class="smalltext">{$lang->password}</span></td>
| </html>]]></template> <template name="member_register_password" version="120"><![CDATA[<tr> <td><span class="smalltext">{$lang->password}</span></td>
|
Zeile 3858 | Zeile 3868 |
---|
{$lang->num_options} <input type="text" class="textbox" name="numpolloptions" value="{$numpolloptions}" size="10" /> {$lang->max_options}</span> </td> </tr>]]></template>
|
{$lang->num_options} <input type="text" class="textbox" name="numpolloptions" value="{$numpolloptions}" size="10" /> {$lang->max_options}</span> </td> </tr>]]></template>
|
<template name="moderation_reports" version="120"><![CDATA[<html>
| <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 3866 | Zeile 3876 |
---|
<body> {$header} <form action="moderation.php" method="post">
|
<body> {$header} <form action="moderation.php" method="post">
|
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
| <input type="hidden" name="my_post_key" value="{$mybb->post_code}" /> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
|
<tr> <td class="thead" align="center" colspan="6"><strong>{$lang->reported_posts}</strong></td> </tr>
| <tr> <td class="thead" align="center" colspan="6"><strong>{$lang->reported_posts}</strong></td> </tr>
|
Zeile 3923 | Zeile 3934 |
---|
</tr> {$allreports} {$allreportspages}
|
</tr> {$allreports} {$allreportspages}
|
</table> {$footer}
| </table> {$footer}
|
</body> </html>]]></template> <template name="moderation_reports_allreport" version="120"><![CDATA[<tr>
| </body> </html>]]></template> <template name="moderation_reports_allreport" version="120"><![CDATA[<tr>
|
Zeile 3959 | 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 3968 | 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>
|
</tr> <tr>
| </tr> <tr>
|
<td class="trow1"><strong>{$lang->username}</strong></td> <td class="trow1"><input type="text" class="textbox" name="username" size="25" maxlength="{$mybb->settings['maxnamelength']}" style="width: 200px;" /></td> </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>
|
Zeile 3996 | Zeile 4008 |
---|
</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">
|
<tr>
| <tr>
|
<td class="thead" align="center" colspan="2"><strong>{$user['username']} - {$lang->aim_center}</strong></td>
|
<td class="thead" align="center" colspan="2"><strong>{$user['username']} - {$lang->aim_center}</strong></td>
|
</tr>
| </tr>
|
<tr> <td class="tcat" align="center" colspan="2"><span class="smalltext"><strong>{$navigationbar}</strong></span></td>
|
<tr> <td class="tcat" align="center" colspan="2"><span class="smalltext"><strong>{$navigationbar}</strong></span></td>
|
</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>
|
<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>
|
</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 4072 | 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 4092 | 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="123"><![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="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="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="if(this.value == '{$lang->login_username}') { this.value=''; }" onblur="if(this.value=='') { this.value='{$lang->login_username}'; }" />
|
Zeile 4131 | 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 4139 | 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 4234 | 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 4242 | 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 4314 | Zeile 4317 |
---|
</table>
|
</table>
|
<br /> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr>
| <br /> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr>
|
<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>
|
<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>
|
<tr> <td class="trow1" valign="top">{$mostreplies}</td> <td class="trow1" valign="top">{$mostviews}</td>
|
<tr> <td class="trow1" valign="top">{$mostreplies}</td> <td class="trow1" valign="top">{$mostviews}</td>
|
</tr> </table>
| </tr> </table>
|
{$footer} </body> </html>]]></template>
|
{$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 4340 | Zeile 4343 |
---|
{$header} {$preview} <form action="polls.php" method="post">
|
{$header} {$preview} <form action="polls.php" method="post">
|
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
| <input type="hidden" name="my_post_key" value="{$mybb->post_code}" /> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
|
<tr> <td class="thead" colspan="2"><strong>{$lang->post_new_poll}</strong></td> </tr>
| <tr> <td class="thead" colspan="2"><strong>{$lang->post_new_poll}</strong></td> </tr>
|
Zeile 4382 | Zeile 4386 |
---|
{$footer} </body> </html>]]></template>
|
{$footer} </body> </html>]]></template>
|
<template name="member_register_agreement" version="123"><![CDATA[<html>
| <template name="member_register_agreement" version="1212"><![CDATA[<html>
|
<head> <title>{$mybb->settings['bbname']} - {$lang->agreement}</title> {$headerinclude}
| <head> <title>{$mybb->settings['bbname']} - {$lang->agreement}</title> {$headerinclude}
|
Zeile 4391 | Zeile 4395 |
---|
{$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"><strong>{$mybb->settings['bbname']} - {$lang->agreement}</strong></td>
| <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead"><strong>{$mybb->settings['bbname']} - {$lang->agreement}</strong></td>
|
Zeile 4410 | Zeile 4415 |
---|
<div align="center"> <input type="hidden" name="action" value="register" /> <input type="submit" class="button" name="agree" value="{$lang->i_agree}" />
|
<div align="center"> <input type="hidden" name="action" value="register" /> <input type="submit" class="button" name="agree" value="{$lang->i_agree}" />
|
</div>
| </div>
|
</form> {$footer} </body>
| </form> {$footer} </body>
|
Zeile 4584 | 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} <table width="100%" border="0" align="center"> <tr> {$usercpnav} <td valign="top"> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="trow1"> <table cellspacing="0" cellpadding="0" border="0" width="100%"> <tr>
| {$headerinclude} </head> <body> {$header} <table width="100%" border="0" align="center"> <tr> {$usercpnav} <td valign="top"> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="trow1"> <table cellspacing="0" cellpadding="0" border="0" width="100%"> <tr>
|
<td class="trow1"><span class="smalltext"><a href="usercp2.php?action=removefavorites">{$lang->remove_all_favs}</a> | <a href="usercp.php?action=subscriptions">{$lang->view_thread_subscriptions}</a></span></td> <td class="trow1" align="right"> {$multipage}</td> </tr>
| <td class="trow1"><span class="smalltext"><a href="usercp2.php?action=removefavorites">{$lang->remove_all_favs}</a> | <a href="usercp.php?action=subscriptions">{$lang->view_thread_subscriptions}</a></span></td> <td class="trow1" align="right"> {$multipage}</td> </tr>
|
Zeile 4620 | Zeile 4625 |
---|
</body> </html>]]></template> <template name="printthread" version="120"><![CDATA[<html>
|
</body> </html>]]></template> <template name="printthread" version="120"><![CDATA[<html>
|
<head>
| <head>
|
<title>{$thread['subject']} - {$lang->printable_version}</title> <meta http-equiv="Content-Type" content="text/html; charset={$charset}" /> <style type="text/css">
| <title>{$thread['subject']} - {$lang->printable_version}</title> <meta http-equiv="Content-Type" content="text/html; charset={$charset}" /> <style type="text/css">
|
Zeile 4632 | 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> <td> <span class="largetext">{$thread['subject']} - {$lang->printable_version}</span><br />
| <tr> <td> <span class="largetext">{$thread['subject']} - {$lang->printable_version}</span><br />
|
Zeile 4643 | Zeile 4648 |
---|
</tr> <tr> <td><br /><hr size="1" />{$postrows}</td>
|
</tr> <tr> <td><br /><hr size="1" />{$postrows}</td>
|
</tr>
| </tr>
|
</table> </body> </html>]]></template> <template name="forumdisplay_nothreads" version="120"><![CDATA[<tr> <td colspan="{$colspan}" class="trow1">{$lang->nothreads}</td> </tr>]]></template>
|
</table> </body> </html>]]></template> <template name="forumdisplay_nothreads" version="120"><![CDATA[<tr> <td colspan="{$colspan}" class="trow1">{$lang->nothreads}</td> </tr>]]></template>
|
<template name="usercp_password" version="122"><![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 4658 | 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}
| <table width="100%" border="0" align="center"> <tr> {$usercpnav}
|
Zeile 4689 | Zeile 4695 |
---|
<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>
| </div> </td> </tr>
|
</table> </form> {$footer} </body> </html>]]></template>
|
</table> </form> {$footer} </body> </html>]]></template>
|
<template name="usercp_email" version="122"><![CDATA[<html>
| <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 4705 | 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}
| <table width="100%" border="0" align="center"> <tr> {$usercpnav}
|
Zeile 4831 | 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 4843 | 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 4872 | Zeile 4880 |
---|
</tr> ]]></template> <template name="misc_smilies" version="120"><![CDATA[<html>
|
</tr> ]]></template> <template name="misc_smilies" version="120"><![CDATA[<html>
|
<head> <title>{$mybb->settings['bbname']} - {$lang->smilies_listing}</title> {$headerinclude} </head> <body> {$header} <br /> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
| <head> <title>{$mybb->settings['bbname']} - {$lang->smilies_listing}</title> {$headerinclude} </head> <body> {$header} <br /> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
|
<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>
|
Zeile 5041 | Zeile 5049 |
---|
<td class="tcat" colspan="2"> {$multipage}</td> </tr>]]></template> <template name="forumbit_moderators" version="120"><![CDATA[<br />{$lang->forumbit_moderated_by} {$moderators}]]></template>
|
<td class="tcat" colspan="2"> {$multipage}</td> </tr>]]></template> <template name="forumbit_moderators" version="120"><![CDATA[<br />{$lang->forumbit_moderated_by} {$moderators}]]></template>
|
<template name="moderation_deletepoll" version="120"><![CDATA[<html>
| <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 5049 | 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 5161 | Zeile 5170 |
---|
<td class="trow2"> <a href="{$config['admin_dir']}/index.php?goto=users%2Ephp%3Faction%3Dfind%26searchop%5Bsortby%5D%3Dusername%26searchop%5Border%5D%3Dasc%26search%5Bregip%5D%3D{$post['ipaddress']}">{$lang->search_regip_users}</a><br /> <a href="{$config['admin_dir']}/index.php?goto=users%2Ephp%3Faction%3Dfind%26searchop%5Bsortby%5D%3Dusername%26searchop%5Border%5D%3Dasc%26search%5Bpostip%5D%3D{$post['ipaddress']}">{$lang->search_postip_users}</a>
|
<td class="trow2"> <a href="{$config['admin_dir']}/index.php?goto=users%2Ephp%3Faction%3Dfind%26searchop%5Bsortby%5D%3Dusername%26searchop%5Border%5D%3Dasc%26search%5Bregip%5D%3D{$post['ipaddress']}">{$lang->search_regip_users}</a><br /> <a href="{$config['admin_dir']}/index.php?goto=users%2Ephp%3Faction%3Dfind%26searchop%5Bsortby%5D%3Dusername%26searchop%5Border%5D%3Dasc%26search%5Bpostip%5D%3D{$post['ipaddress']}">{$lang->search_postip_users}</a>
|
</td> </tr>]]></template>
| </td> </tr>]]></template>
|
<template name="postbit_iplogged_hiden" version="120"><![CDATA[<div class="smalltext">{$lang->postbit_ipaddress} <a href="moderation.php?action=getip&pid={$post['pid']}">{$lang->postbit_ipaddress_logged}</a></div>]]></template> <template name="usercp_options_tppselect" version="120"><![CDATA[<tr> <td colspan="2"><span class="smalltext">{$lang->tpp}</span></td>
| <template name="postbit_iplogged_hiden" version="120"><![CDATA[<div class="smalltext">{$lang->postbit_ipaddress} <a href="moderation.php?action=getip&pid={$post['pid']}">{$lang->postbit_ipaddress_logged}</a></div>]]></template> <template name="usercp_options_tppselect" version="120"><![CDATA[<tr> <td colspan="2"><span class="smalltext">{$lang->tpp}</span></td>
|
Zeile 5172 | Zeile 5181 |
---|
<select name="tpp"> <option value="">{$lang->use_default}</option> {$tppoptions}
|
<select name="tpp"> <option value="">{$lang->use_default}</option> {$tppoptions}
|
</select> </td>
| </select> </td>
|
</tr>]]></template>
|
</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 5189 | 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 5197 | 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 5228 | Zeile 5238 |
---|
</td> <td valign="middle"> <img src="{$avatarpic}" name="avatarpic" width="80" height="80" />
|
</td> <td valign="middle"> <img src="{$avatarpic}" name="avatarpic" width="80" height="80" />
|
</td> </tr> </table>
| </td> </tr> </table>
|
</td> </tr> <tr>
| </td> </tr> <tr>
|
Zeile 5250 | 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>
|
<head> <title>{$mybb->settings['bbname']} - {$lang->personal_notepad}</title>
|
{$headerinclude} </head> <body> {$header} <form action="usercp.php" method="post">
| {$headerinclude} </head> <body> {$header} <form action="usercp.php" method="post"> <input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
|
<table width="100%" border="0" align="center">
|
<table width="100%" border="0" align="center">
|
<tr>
| <tr>
|
{$usercpnav} <td valign="top"> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
|
{$usercpnav} <td valign="top"> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
|
<tr>
| <tr>
|
<td class="thead" colspan="2"><strong>{$lang->personal_notepad}</strong></td> </tr> <tr> <td align="center" class="trow1" width="100%"> <textarea name="notepad" cols="80" rows="15">{$mybb->user['notepad']}</textarea>
|
<td class="thead" colspan="2"><strong>{$lang->personal_notepad}</strong></td> </tr> <tr> <td align="center" class="trow1" width="100%"> <textarea name="notepad" cols="80" rows="15">{$mybb->user['notepad']}</textarea>
|
</td> </tr> </table>
| </td> </tr> </table>
|
<br /> <div align="center"> <input type="hidden" name="action" value="do_notepad" /> <input type="submit" class="button" name="submit" value="{$lang->update_notepad}" /> </div> </td>
|
<br /> <div align="center"> <input type="hidden" name="action" value="do_notepad" /> <input type="submit" class="button" name="submit" value="{$lang->update_notepad}" /> </div> </td>
|
</tr> </table> </form> {$footer}
| </tr> </table> </form> {$footer}
|
</body> </html>]]></template> <template name="private_messagebit_sep" version="120"><![CDATA[<tr>
| </body> </html>]]></template> <template name="private_messagebit_sep" version="120"><![CDATA[<tr>
|
Zeile 5294 | 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="127"><![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 5303 | 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 5328 | Zeile 5340 |
---|
<template name="member_profile_customfields" version="120"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td colspan="2" class="thead"><strong>{$lang->users_additional_info}</strong></td>
|
<template name="member_profile_customfields" version="120"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td colspan="2" class="thead"><strong>{$lang->users_additional_info}</strong></td>
|
</tr>
| </tr>
|
{$customfields} </table>]]></template> <template name="member_profile_customfields_field" version="120"><![CDATA[<tr>
| {$customfields} </table>]]></template> <template name="member_profile_customfields_field" version="120"><![CDATA[<tr>
|
Zeile 5338 | 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 5346 | 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> </tr> <tr> <td class="trow1" width="40%"><strong>{$lang->email_address}</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> </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 5362 | Zeile 5375 |
---|
{$footer} </body> </html>]]></template>
|
{$footer} </body> </html>]]></template>
|
<template name="usercp_changename" version="122"><![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 5370 | 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}
| <table width="100%" border="0" align="center"> <tr> {$usercpnav}
|
Zeile 5450 | 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 5458 | 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 5472 | 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 5480 | 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 5529 | 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 5537 | 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> </tr> <tr> <td width="40%" class="trow1"><strong>{$lang->recipient}</strong><br /><span class="smalltext">{$lang->recipient_note}</span></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> </tr> <tr> <td width="40%" class="trow1"><strong>{$lang->recipient}</strong><br /><span class="smalltext">{$lang->recipient_note}</span></td>
|
<td width="60%" class="trow1"><input type="text" class="textbox" size="50" name="sendto" /></td> </tr>
| <td width="60%" class="trow1"><input type="text" class="textbox" size="50" name="sendto" /></td> </tr>
|
{$guestfields}
|
{$guestfields}
|
<tr>
| <tr>
|
<td width="40%" class="trow2"><strong>{$lang->subject}</strong></td> <td width="60%" class="trow2"><input type="text" class="textbox" size="50" name="subject" value="{$thread['subject']}" /></td>
|
<td width="40%" class="trow2"><strong>{$lang->subject}</strong></td> <td width="60%" class="trow2"><input type="text" class="textbox" size="50" name="subject" value="{$thread['subject']}" /></td>
|
</tr>
| </tr>
|
<tr> <td valign="top" width="40%" class="trow1"><strong>{$lang->message}</strong></td> <td width="60%" class="trow1"><textarea cols="50" rows="10" name="message">{$message}</textarea></td>
|
<tr> <td valign="top" width="40%" class="trow1"><strong>{$lang->message}</strong></td> <td width="60%" class="trow1"><textarea cols="50" rows="10" name="message">{$message}</textarea></td>
|
</tr> </table> <br />
| </tr> </table> <br />
|
<input type="hidden" name="action" value="do_sendtofriend" /><input type="hidden" name="tid" value="{$tid}" /> <div align="center"><input type="submit" class="button" value="{$lang->send_thread}" /></div> </form>
| <input type="hidden" name="action" value="do_sendtofriend" /><input type="hidden" name="tid" value="{$tid}" /> <div align="center"><input type="submit" class="button" value="{$lang->send_thread}" /></div> </form>
|
Zeile 5570 | 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 5578 | Zeile 5595 |
---|
<body> {$header} <form action="usercp.php" method="post">
|
<body> {$header} <form action="usercp.php" method="post">
|
<table width="100%" border="0" align="center"> <tr>
| <input type="hidden" name="my_post_key" value="{$mybb->post_code}" /> <table width="100%" border="0" align="center"> <tr>
|
{$usercpnav} <td valign="top"> {$error}
| {$usercpnav} <td valign="top"> {$error}
|
Zeile 5612 | 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 5625 | 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>
|
</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>
| <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> </td>
|
Zeile 5642 | Zeile 5660 |
---|
<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 />
|
{$postrow['message']} <br />
| {$postrow['message']} <br />
|
<br /> <hr size="1" />]]></template>
|
<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} </li> <li>{$lang->error_nopermission_guest_4}</li>
|
<ol> <li>{$lang->error_nopermission_guest_2}</li> <li>{$lang->error_nopermission_guest_3} </li> <li>{$lang->error_nopermission_guest_4}</li>
|
</ol>
| </ol>
|
<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" /> <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">
|
<tr>
| <tr>
|
<td class="thead" colspan="2"><span class="smalltext"><strong>{$lang->login}</strong></span></td> </tr> <tr> <td class="trow1"><strong>{$lang->username}</strong></td> <td class="trow1"><input type="text" class="textbox" name="username" /></td>
|
<td class="thead" colspan="2"><span class="smalltext"><strong>{$lang->login}</strong></span></td> </tr> <tr> <td class="trow1"><strong>{$lang->username}</strong></td> <td class="trow1"><input type="text" class="textbox" name="username" /></td>
|
</tr>
| </tr>
|
<tr> <td class="trow2"><strong>{$lang->password}</strong></td> <td class="trow2"><input type="password" class="textbox" name="password" /></td>
| <tr> <td class="trow2"><strong>{$lang->password}</strong></td> <td class="trow2"><input type="password" class="textbox" name="password" /></td>
|
Zeile 5682 | 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>
|
<head> <title>{$mybb->settings['bbname']} - {$lang->pm_folders}</title>
|
{$headerinclude} </head>
| {$headerinclude} </head>
|
<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">
|
<table width="100%" border="0" align="center">
|
<tr>
| <tr>
|
{$usercpnav} <td valign="top"> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead"><strong>{$lang->existing_folders}</strong></td>
|
{$usercpnav} <td valign="top"> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead"><strong>{$lang->existing_folders}</strong></td>
|
</tr>
| </tr>
|
<tr> <td class="trow1"><span class="smalltext">{$lang->edit_folder_note}</span></td> </tr>
| <tr> <td class="trow1"><span class="smalltext">{$lang->edit_folder_note}</span></td> </tr>
|
Zeile 5729 | 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>
|
<head> <title>{$mybb->settings['bbname']} - {$lang->move_copy_thread}</title>
|
{$headerinclude} </head> <body> {$header} <form action="moderation.php" method="post"> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
| {$headerinclude} </head> <body> {$header} <form action="moderation.php" method="post"> <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> </tr>
| <tr> <td class="thead" colspan="2"><strong>{$lang->move_copy_thread}</strong></td> </tr>
|
Zeile 5758 | Zeile 5779 |
---|
<br /> <div align="center"><input type="submit" class="button" name="submit" value="{$lang->move_copy_thread}" /></div> <input type="hidden" name="action" value="do_move" />
|
<br /> <div align="center"><input type="submit" class="button" name="submit" value="{$lang->move_copy_thread}" /></div> <input type="hidden" name="action" value="do_move" />
|
<input type="hidden" name="tid" value="{$tid}" /> </form> {$footer} </body>
| <input type="hidden" name="tid" value="{$tid}" /> </form> {$footer} </body>
|
</html>]]></template>
|
</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 5771 | 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 5808 | Zeile 5830 |
---|
<template name="calendar_eventbit_public" version="120"><![CDATA[<a href="calendar.php?action=event&eid={$event['eid']}" title="{$event['fullsubject']}"><span class="smalltext"><font color="{$mybb->settings['publiceventcolor']}">{$event['subject']}</font></span></a><br />]]></template> <template name="calendar_eventbit_private" version="120"><![CDATA[<a href="calendar.php?action=event&eid={$event['eid']}" title="{$event['fullsubject']}"><span class="smalltext"><font color="{$mybb->settings['privateeventcolor']}">{$event['subject']}</font></span></a><br />]]></template> <template name="calendar_daybit_today" version="120"><![CDATA[<td width="14%" height="90" class="trow2" valign="top">
|
<template name="calendar_eventbit_public" version="120"><![CDATA[<a href="calendar.php?action=event&eid={$event['eid']}" title="{$event['fullsubject']}"><span class="smalltext"><font color="{$mybb->settings['publiceventcolor']}">{$event['subject']}</font></span></a><br />]]></template> <template name="calendar_eventbit_private" version="120"><![CDATA[<a href="calendar.php?action=event&eid={$event['eid']}" title="{$event['fullsubject']}"><span class="smalltext"><font color="{$mybb->settings['privateeventcolor']}">{$event['subject']}</font></span></a><br />]]></template> <template name="calendar_daybit_today" version="120"><![CDATA[<td width="14%" height="90" class="trow2" valign="top">
|
<strong><a href="calendar.php?action=dayview&year={$year}&month={$month}&day={$i}">{$i}</a></strong>
| <strong><a href="calendar.php?action=dayview&year={$year}&month={$month}&day={$i}">{$i}</a></strong>
|
<br /><span class="smalltext">{$birthdays}{$events[$i]}</span> </td>]]></template> <template name="calendar_daybit" version="120"><![CDATA[<td width="14%" height="90" class="trow1" valign="top">
| <br /><span class="smalltext">{$birthdays}{$events[$i]}</span> </td>]]></template> <template name="calendar_daybit" version="120"><![CDATA[<td width="14%" height="90" class="trow1" valign="top">
|
Zeile 5827 | Zeile 5849 |
---|
<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>
|
<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>
|
<head> <title>{$mybb->settings['bbname']} - {$lang->account_activation}</title>
|
{$headerinclude} </head> <body>
| {$headerinclude} </head> <body>
|
{$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">
|
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
|
<tr>
| <tr>
|
<td class="thead" colspan="2"><strong>{$lang->activate_account}</strong></td> </tr> <tr> <td class="trow1" width="30%"><strong>{$lang->username}</strong></td> <td class="trow1"><input type="text" class="textbox" name="username" value="{$user['username']}" /></td>
|
<td class="thead" colspan="2"><strong>{$lang->activate_account}</strong></td> </tr> <tr> <td class="trow1" width="30%"><strong>{$lang->username}</strong></td> <td class="trow1"><input type="text" class="textbox" name="username" value="{$user['username']}" /></td>
|
</tr> <tr>
| </tr> <tr>
|
<td class="trow1" width="30%"><strong>{$lang->activation_code}</strong></td> <td class="trow1"><input type="text" class="textbox" name="code" value="{$code}" /></td> </tr>
| <td class="trow1" width="30%"><strong>{$lang->activation_code}</strong></td> <td class="trow1"><input type="text" class="textbox" name="code" value="{$code}" /></td> </tr>
|
Zeile 5856 | Zeile 5879 |
---|
</body> </html>]]></template> <template name="smilieinsert" version="120"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" width="150">
|
</body> </html>]]></template> <template name="smilieinsert" version="120"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" width="150">
|
<tr>
| <tr>
|
<td class="thead"><span class="smalltext"><strong>{$lang->smilieinsert}</strong></span></td> </tr> <tr>
| <td class="thead"><span class="smalltext"><strong>{$lang->smilieinsert}</strong></span></td> </tr> <tr>
|
Zeile 5869 | 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 5884 | Zeile 5907 |
---|
<tr> <td align="left" valign="top" width="50%"> <form action="usercp.php" method="post">
|
<tr> <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_buddy_list}</strong></td>
| <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead" align="center"><strong>{$lang->edit_buddy_list}</strong></td>
|
Zeile 5891 | Zeile 5915 |
---|
<tr> <td class="trow1"> {$buddylist}
|
<tr> <td class="trow1"> {$buddylist}
|
{$newlist} </td>
| {$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>
|
Zeile 5903 | Zeile 5927 |
---|
<input type="hidden" name="action" value="do_editlists" /> <input type="hidden" name="list" value="buddy" /> <input type="submit" class="button" name="submit" value="{$lang->update_buddy_list}" />
|
<input type="hidden" name="action" value="do_editlists" /> <input type="hidden" name="list" value="buddy" /> <input type="submit" class="button" name="submit" value="{$lang->update_buddy_list}" />
|
</div>
| </div>
|
</form> </td> <td align="left" valign="top" width="50%"> <form action="usercp.php" method="post">
|
</form> </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">
|
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
|
<tr>
| <tr>
|
<td class="thead" align="center"><strong>{$lang->edit_ignore_list}</strong></td> </tr> <tr> <td class="trow1"> {$ignorelist}
|
<td class="thead" align="center"><strong>{$lang->edit_ignore_list}</strong></td> </tr> <tr> <td class="trow1"> {$ignorelist}
|
{$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 5927 | Zeile 5952 |
---|
<input type="hidden" name="action" value="do_editlists" /> <input type="hidden" name="list" value="ignore" /> <input type="submit" class="button" name="submit" value="{$lang->update_ignore_list}" />
|
<input type="hidden" name="action" value="do_editlists" /> <input type="hidden" name="list" value="ignore" /> <input type="submit" class="button" name="submit" value="{$lang->update_ignore_list}" />
|
</div> </form> </td>
| </div> </form> </td>
|
</table> </td> </tr>
| </table> </td> </tr>
|
Zeile 5960 | 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 5973 | 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 5982 | 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 6241 | 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> {$headerinclude}
| <head> <title>{$mybb->settings['bbname']} - {$lang->resend_activation}</title> {$headerinclude}
|
Zeile 6249 | Zeile 6275 |
---|
<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->resend_activation}</strong></td>
| <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead" colspan="2"><strong>{$lang->resend_activation}</strong></td>
|
Zeile 6271 | 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 6279 | 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 6297 | Zeile 6325 |
---|
</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 6305 | 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 6324 | 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 6332 | 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 6352 | 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 6360 | 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 6393 | Zeile 6424 |
---|
<tr> <td><span class="smalltext">{$lang->verification_note}</span></td> <td rowspan="2" align="center"><img src="captcha.php?action=regimage&imagehash={$imagehash}" alt="{$lang->image_verification}" /><br /><span style="color: red;" class="smalltext">{$lang->verification_subnote}</span></td>
|
<tr> <td><span class="smalltext">{$lang->verification_note}</span></td> <td rowspan="2" align="center"><img src="captcha.php?action=regimage&imagehash={$imagehash}" alt="{$lang->image_verification}" /><br /><span style="color: red;" class="smalltext">{$lang->verification_subnote}</span></td>
|
</tr>
| </tr>
|
<tr> <td><input type="text" class="textbox" name="imagestring" value="" /><input type="hidden" name="imagehash" value="{$imagehash}" /></td> </tr>
| <tr> <td><input type="text" class="textbox" name="imagestring" value="" /><input type="hidden" name="imagehash" value="{$imagehash}" /></td> </tr>
|
Zeile 6411 | Zeile 6442 |
---|
</tr> </table> <br />]]></template>
|
</tr> </table> <br />]]></template>
|
<template name="member_register" version="122"><![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 6420 | 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> <td class="thead" colspan="2"><strong>{$lang->registration}</strong></td>
|
{$regerrors} <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead" colspan="2"><strong>{$lang->registration}</strong></td>
|
</tr> <tr> <td width="50%" class="trow1" valign="top"> <fieldset class="trow2">
| </tr> <tr> <td width="50%" class="trow1" valign="top"> <fieldset class="trow2">
|
<legend><strong>{$lang->account_details}</strong></legend> <table cellspacing="0" cellpadding="{$theme['tablespace']}"> <tr>
| <legend><strong>{$lang->account_details}</strong></legend> <table cellspacing="0" cellpadding="{$theme['tablespace']}"> <tr>
|
Zeile 6471 | Zeile 6503 |
---|
<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> <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>
|
<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> <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> </table> </fieldset> <br />
| </tr> </table> </fieldset> <br />
|
<fieldset class="trow2"> <legend><strong>{$lang->time_offset}</strong></legend> <table cellspacing="0" cellpadding="{$theme['tablespace']}">
| <fieldset class="trow2"> <legend><strong>{$lang->time_offset}</strong></legend> <table cellspacing="0" cellpadding="{$theme['tablespace']}">
|
Zeile 6537 | 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=121"></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=121"></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 6674 | 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>
|