Zeile 1 | Zeile 1 |
---|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
<theme name="MyBB Master Style" version="120">
| <theme name="MyBB Master Style" version="121">
|
<cssbits> <body> <background><![CDATA[#efefef]]></background>
| <cssbits> <body> <background><![CDATA[#efefef]]></background>
|
Zeile 647 | Zeile 647 |
---|
<template name="showthread_moderationoptions_custom_tool" version="120"><![CDATA[<option value="{$tool['tid']}">{$tool['name']}</option>]]></template> <template name="showthread_inlinemoderation_custom" version="120"><![CDATA[<optgroup label="{$lang->custom_mod_tools}">{$customposttools}</optgroup>]]></template> <template name="showthread_inlinemoderation_custom_tool" version="120"><![CDATA[<option value="{$tool['tid']}">{$tool['name']}</option>]]></template>
|
<template name="showthread_moderationoptions_custom_tool" version="120"><![CDATA[<option value="{$tool['tid']}">{$tool['name']}</option>]]></template> <template name="showthread_inlinemoderation_custom" version="120"><![CDATA[<optgroup label="{$lang->custom_mod_tools}">{$customposttools}</optgroup>]]></template> <template name="showthread_inlinemoderation_custom_tool" version="120"><![CDATA[<option value="{$tool['tid']}">{$tool['name']}</option>]]></template>
|
<template name="showthread_inlinemoderation" version="120"><![CDATA[<script type="text/javascript" src="jscripts/inline_moderation.js?ver=120"></script>
| <template name="showthread_inlinemoderation" version="120"><![CDATA[<script type="text/javascript" src="jscripts/inline_moderation.js?ver=121"></script>
|
<form action="moderation.php" method="post" style="margin-top: 0; margin-bottom: 0;"> <input type="hidden" name="tid" value="{$tid}" /> <input type="hidden" name="modtype" value="inlinepost" />
| <form action="moderation.php" method="post" style="margin-top: 0; margin-bottom: 0;"> <input type="hidden" name="tid" value="{$tid}" /> <input type="hidden" name="modtype" value="inlinepost" />
|
Zeile 677 | Zeile 677 |
---|
<script type="text/javascript"> var quickdelete_confirm = "{$lang->quickdelete_confirm}"; </script>
|
<script type="text/javascript"> var quickdelete_confirm = "{$lang->quickdelete_confirm}"; </script>
|
<script type="text/javascript" src="jscripts/thread.js?ver=120"></script>
| <script type="text/javascript" src="jscripts/thread.js?ver=121"></script>
|
</head> <body> {$header}
| </head> <body> {$header}
|
Zeile 789 | Zeile 789 |
---|
<head> <title>{$mybb->settings['bbname']} - {$lang->edit_post}</title> {$headerinclude}
|
<head> <title>{$mybb->settings['bbname']} - {$lang->edit_post}</title> {$headerinclude}
|
<script type="text/javascript" src="jscripts/post.js?ver=120"></script>
| <script type="text/javascript" src="jscripts/post.js?ver=121"></script>
|
</head> <body> {$header}
| </head> <body> {$header}
|
Zeile 856 | Zeile 856 |
---|
<head> <title>{$lang->post_reply_to}</title> {$headerinclude}
|
<head> <title>{$lang->post_reply_to}</title> {$headerinclude}
|
<script type="text/javascript" src="jscripts/post.js?ver=120"></script>
| <script type="text/javascript" src="jscripts/post.js?ver=121"></script>
|
</head> <body> {$header}
| </head> <body> {$header}
|
Zeile 962 | Zeile 962 |
---|
<head> <title>{$lang->newthread_in}</title> {$headerinclude}
|
<head> <title>{$lang->newthread_in}</title> {$headerinclude}
|
<script type="text/javascript" src="jscripts/post.js?ver=120"></script>
| <script type="text/javascript" src="jscripts/post.js?ver=121"></script>
|
</head> <body> {$header}
| </head> <body> {$header}
|
Zeile 1416 | Zeile 1416 |
---|
</form>]]></template> <template name="forumdisplay_inlinemoderation_custom" version="120"><![CDATA[<optgroup label="{$lang->custom_mod_tools}">{$customthreadtools}</optgroup>]]></template> <template name="forumdisplay_inlinemoderation_custom_tool" version="120"><![CDATA[<option value="{$tool['tid']}">{$tool['name']}</option>]]></template>
|
</form>]]></template> <template name="forumdisplay_inlinemoderation_custom" version="120"><![CDATA[<optgroup label="{$lang->custom_mod_tools}">{$customthreadtools}</optgroup>]]></template> <template name="forumdisplay_inlinemoderation_custom_tool" version="120"><![CDATA[<option value="{$tool['tid']}">{$tool['name']}</option>]]></template>
|
<template name="forumdisplay_inlinemoderation" version="120"><![CDATA[<script type="text/javascript" src="jscripts/inline_moderation.js?ver=120"></script>
| <template name="forumdisplay_inlinemoderation" version="120"><![CDATA[<script type="text/javascript" src="jscripts/inline_moderation.js?ver=121"></script>
|
<form action="moderation.php" method="post"> <input type="hidden" name="fid" value="{$fid}" /> <input type="hidden" name="modtype" value="inlinethread" />
| <form action="moderation.php" method="post"> <input type="hidden" name="fid" value="{$fid}" /> <input type="hidden" name="modtype" value="inlinethread" />
|
Zeile 1437 | Zeile 1437 |
---|
{$customthreadtools} </select> <input type="submit" class="button" name="go" value="{$lang->inline_go} ({$inlinecount})" id="inline_go" />
|
{$customthreadtools} </select> <input type="submit" class="button" name="go" value="{$lang->inline_go} ({$inlinecount})" id="inline_go" />
|
<input type="button" onclick="javascript:inlineModeration.clearChecked();" value="{$lang->clear}" />
| <input type="button" onclick="javascript:inlineModeration.clearChecked();" value="{$lang->clear}" class="button" />
|
</div> </form> <script language="JavaScript" type="text/javascript">
| </div> </form> <script language="JavaScript" type="text/javascript">
|
Zeile 1453 | Zeile 1453 |
---|
</head> <body> <br />
|
</head> <body> <br />
|
<table border="0" cellspacing="{$theme[borderwidth]}" cellpadding="{$theme[tablespace]}" class="tborder">
| <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
|
<tr> <td class="trow1" align="center"> <br />
| <tr> <td class="trow1" align="center"> <br />
|
Zeile 2200 | Zeile 2200 |
---|
<template name="headerinclude" version="120"><![CDATA[<link rel="alternate" type="application/rss+xml" title="{$lang->latest_threads} (RSS 2.0)" href="{$mybb->settings['bburl']}/syndication.php" /> <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}" />
|
<template name="headerinclude" version="120"><![CDATA[<link rel="alternate" type="application/rss+xml" title="{$lang->latest_threads} (RSS 2.0)" href="{$mybb->settings['bburl']}/syndication.php" /> <link rel="alternate" type="application/atom+xml" title="{$lang->latest_threads} (Atom 1.0)" href="{$mybb->settings['bburl']}/syndication.php?type=atom1.0" /> <meta http-equiv="Content-Type" content="text/html; charset={$charset}" />
|
<script type="text/javascript" src="jscripts/prototype.lite.js?ver=120"></script> <script type="text/javascript" src="jscripts/moo.ajax.js?ver=120"></script> <script type="text/javascript" src="jscripts/general.js?ver=120"></script> <script type="text/javascript" src="jscripts/popup_menu.js?ver=120"></script>
| <script type="text/javascript" src="jscripts/prototype.lite.js?ver=121"></script> <script type="text/javascript" src="jscripts/moo.ajax.js?ver=121"></script> <script type="text/javascript" src="jscripts/general.js?ver=121"></script> <script type="text/javascript" src="jscripts/popup_menu.js?ver=121"></script>
|
<link rel="stylesheet" type="text/css" href="{$theme['css_url']}" /> <script language="Javascript" type="text/javascript"> <!--
| <link rel="stylesheet" type="text/css" href="{$theme['css_url']}" /> <script language="Javascript" type="text/javascript"> <!--
|
Zeile 2692 | Zeile 2692 |
---|
<tbody style="{$expdisplay}" id="cat_{$forum['fid']}_e"> <tr> <td class="tcat" width="35"> </td>
|
<tbody style="{$expdisplay}" id="cat_{$forum['fid']}_e"> <tr> <td class="tcat" width="35"> </td>
|
<td class="tcat" width="59%"><strong>{$lang->forumbit_forum}</strong></td> <td class="tcat" width="65" align="center" style="white-space: nowrap"><strong>{$lang->forumbit_threads}</strong></td> <td class="tcat" width="65" align="center" style="white-space: nowrap"><strong>{$lang->forumbit_posts}</strong></td>
| <td class="tcat"><strong>{$lang->forumbit_forum}</strong></td> <td class="tcat" width="85" align="center" style="white-space: nowrap"><strong>{$lang->forumbit_threads}</strong></td> <td class="tcat" width="85" align="center" style="white-space: nowrap"><strong>{$lang->forumbit_posts}</strong></td>
|
<td class="tcat" width="200" align="center"><strong>{$lang->forumbit_lastpost}</strong></td> </tr> {$sub_forums}
| <td class="tcat" width="200" align="center"><strong>{$lang->forumbit_lastpost}</strong></td> </tr> {$sub_forums}
|
Zeile 3381 | Zeile 3381 |
---|
<td colspan="6" class="trow1">{$lang->nomessages}</td> </tr>]]></template> <template name="private_send_buddyselect" version="120"><![CDATA[<br /><span class="smalltext">{$lang->select_buddy}<br /><select name="buddy" onchange="document.input.to.value=this.options[this.selectedIndex].value"><option value="" tabindex="2"> </option>{$buddies}</select>]]></template>
|
<td colspan="6" class="trow1">{$lang->nomessages}</td> </tr>]]></template> <template name="private_send_buddyselect" version="120"><![CDATA[<br /><span class="smalltext">{$lang->select_buddy}<br /><select name="buddy" onchange="document.input.to.value=this.options[this.selectedIndex].value"><option value="" tabindex="2"> </option>{$buddies}</select>]]></template>
|
<template name="codebuttons" version="120"><![CDATA[<script type="text/javascript" src="jscripts/editor.js?ver=120"></script>
| <template name="codebuttons" version="120"><![CDATA[<script type="text/javascript" src="jscripts/editor.js?ver=121"></script>
|
<script type="text/javascript"> {$editor_language} var clickableEditor = new messageEditor("message", {lang: editor_language, rtl: {$lang->settings['rtl']}});
| <script type="text/javascript"> {$editor_language} var clickableEditor = new messageEditor("message", {lang: editor_language, rtl: {$lang->settings['rtl']}});
|
Zeile 3559 | Zeile 3559 |
---|
<template name="forumdisplay_threads_sep" version="120"><![CDATA[<tr> <td class="trow_sep" colspan="{$colspan}">{$lang->normal_threads}</td> </tr>]]></template>
|
<template name="forumdisplay_threads_sep" version="120"><![CDATA[<tr> <td class="trow_sep" colspan="{$colspan}">{$lang->normal_threads}</td> </tr>]]></template>
|
<template name="postbit" version="120"><![CDATA[<tr> <td class="{$altbg}" width="155" valign="top" style="white-space: nowrap; text-align: center;"><a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
| <template name="postbit" version="121"><![CDATA[<tr> <td class="{$altbg}" width="15%" valign="top" style="white-space: nowrap; text-align: center;"><a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
|
{$post['user_details']} </td>
|
{$post['user_details']} </td>
|
<td class="{$altbg}" width="100%" valign="top">
| <td class="{$altbg}" width="85%" valign="top">
|
<table width="100%"> <tr><td>{$post['posturl']}{$post['icon']}<span class="smalltext"><strong> {$post['subject']}</strong></span> <br />
| <table width="100%"> <tr><td>{$post['posturl']}{$post['icon']}<span class="smalltext"><strong> {$post['subject']}</strong></span> <br />
|
Zeile 3598 | Zeile 3598 |
---|
<td class="trow_sep" colspan="2"><img src="{$theme['imgdir']}/pixel.gif" height="1" width="1" alt="" /></td> </tr>]]></template> <template name="forumdisplay_threadlist_clearpass" version="120"><![CDATA[ | <a href="misc.php?action=clearpass&fid={$fid}">{$lang->clear_stored_password}</a>]]></template>
|
<td class="trow_sep" colspan="2"><img src="{$theme['imgdir']}/pixel.gif" height="1" width="1" alt="" /></td> </tr>]]></template> <template name="forumdisplay_threadlist_clearpass" version="120"><![CDATA[ | <a href="misc.php?action=clearpass&fid={$fid}">{$lang->clear_stored_password}</a>]]></template>
|
<template name="portal_welcome_guesttext" version="120"><![CDATA[<span class="smalltext">{$lang->guest_welcome_registration}<br />
| <template name="portal_welcome_guesttext" version="121"><![CDATA[<span class="smalltext">{$lang->guest_welcome_registration}<br />
|
<br />
|
<br />
|
<form method="post" action="{$PHP_SELF}"><input type="hidden" name="action" value="do_login" />
| <form method="post" action="{$portal_url}"><input type="hidden" name="action" value="do_login" />
|
{$lang->username}<br /> <input type="text" class="textbox" name="username" value="" /><br /><br /> {$lang->password}<br /> <input type="password" class="textbox" name="password" value="" /><br /> <br /><input type="submit" class="button" name="loginsubmit" value="{$lang->login}" /></form>]]></template>
| {$lang->username}<br /> <input type="text" class="textbox" name="username" value="" /><br /><br /> {$lang->password}<br /> <input type="password" class="textbox" name="password" value="" /><br /> <br /><input type="submit" class="button" name="loginsubmit" value="{$lang->login}" /></form>]]></template>
|
Zeile 4675 | Zeile 4675 |
---|
{$footer} </body> </html>]]></template>
|
{$footer} </body> </html>]]></template>
|
<template name="usercp_email" version="120"><![CDATA[<html>
| <template name="usercp_email" version="121"><![CDATA[<html>
|
<head> <title>{$mybb->settings['bbname']} - {$lang->change_email}</title> {$headerinclude}
| <head> <title>{$mybb->settings['bbname']} - {$lang->change_email}</title> {$headerinclude}
|
Zeile 4702 | Zeile 4702 |
---|
</tr> <tr> <td class="trow2" width="40%"><strong>{$lang->new_email}</strong></td>
|
</tr> <tr> <td class="trow2" width="40%"><strong>{$lang->new_email}</strong></td>
|
<td class="trow2" width="60%"><input type="text" class="textbox" name="email" size="25" maxlength="150" /></td>
| <td class="trow2" width="60%"><input type="text" class="textbox" name="email" size="25" maxlength="150" value="{$email}" /></td>
|
</tr> <tr> <td class="trow1" width="40%"><strong>{$lang->confirm_email}</strong></td>
|
</tr> <tr> <td class="trow1" width="40%"><strong>{$lang->confirm_email}</strong></td>
|
<td class="trow1" width="60%"><input type="text" class="textbox" name="email2" size="25" maxlength="100" /></td>
| <td class="trow1" width="60%"><input type="text" class="textbox" name="email2" size="25" maxlength="150" value="{$email2}" /></td>
|
</tr> </table> <br />
| </tr> </table> <br />
|
Zeile 5338 | Zeile 5338 |
---|
{$footer} </body> </html>]]></template>
|
{$footer} </body> </html>]]></template>
|
<template name="usercp_changename" version="120"><![CDATA[<html>
| <template name="usercp_changename" version="121"><![CDATA[<html>
|
<head> <title>{$mybb->settings['bbname']} - {$lang->change_username}</title> {$headerinclude}
| <head> <title>{$mybb->settings['bbname']} - {$lang->change_username}</title> {$headerinclude}
|
Zeile 5356 | Zeile 5356 |
---|
</tr> <tr> <td class="trow2" width="40%"><strong>{$lang->new_username}</strong></td>
|
</tr> <tr> <td class="trow2" width="40%"><strong>{$lang->new_username}</strong></td>
|
<td class="trow2" width="60%"><input type="text" class="textbox" name="username" size="25" maxlength="{$mybb->settings['maxnamelength']}" value="{$mybb->user['username']}" /></td>
| <td class="trow2" width="60%"><input type="text" class="textbox" name="username" size="25" maxlength="{$mybb->settings['maxnamelength']}" /></td>
|
</tr> </table> <br />
| </tr> </table> <br />
|
Zeile 5604 | Zeile 5604 |
---|
{$footer} </body> </html>]]></template>
|
{$footer} </body> </html>]]></template>
|
<template name="forumdisplay_inlinemoderation_col" version="120"><![CDATA[<td class="tcat" align="center" width="1"><input type="checkbox" name="allbox" onclick="inlineModeration.checkAll(this)" /></td>]]></template>
| <template name="forumdisplay_inlinemoderation_col" version="121"><![CDATA[<td class="tcat" align="center" width="1"><input type="checkbox" name="allbox" onclick="inlineModeration.checkAll(this)" /></td>]]></template>
|
<template name="printthread_post" version="120"><![CDATA[<strong>{$postrow['subject']}</strong> - <a href="member.php?action=profile&uid={$postrow['uid']}"><strong>{$postrow['username']}</strong></a> - <strong>{$postrow['date']}</strong> <strong>{$postrow['time']}</strong> <br /> <br />
| <template name="printthread_post" version="120"><![CDATA[<strong>{$postrow['subject']}</strong> - <a href="member.php?action=profile&uid={$postrow['uid']}"><strong>{$postrow['username']}</strong></a> - <strong>{$postrow['date']}</strong> <strong>{$postrow['time']}</strong> <br /> <br />
|
Zeile 6051 | Zeile 6051 |
---|
<template name="forumbit_depth2_cat" version="120"><![CDATA[<tr> <td class="tcat"> </td> <td class="tcat" colspan="4"><strong>» <a href="forumdisplay.php?fid={$forum['fid']}">{$forum['name']}</a></strong><br /><span class="smalltext">{$forum['description']}{$sub_forums}</span></td></tr>]]></template>
|
<template name="forumbit_depth2_cat" version="120"><![CDATA[<tr> <td class="tcat"> </td> <td class="tcat" colspan="4"><strong>» <a href="forumdisplay.php?fid={$forum['fid']}">{$forum['name']}</a></strong><br /><span class="smalltext">{$forum['description']}{$sub_forums}</span></td></tr>]]></template>
|
<template name="forumbit_depth1_cat_subforum" version="120"><![CDATA[<tr>
| <template name="forumbit_depth1_cat_subforum" version="121"><![CDATA[<tr>
|
<td class="tcat" colspan="6"><strong>» <a href="forumdisplay.php?fid={$forum['fid']}">{$forum['name']}</a></strong><br /><span class="smalltext">{$forum['description']}</span></td></tr>{$sub_forums}]]></template> <template name="misc_help" version="120"><![CDATA[<html> <head>
| <td class="tcat" colspan="6"><strong>» <a href="forumdisplay.php?fid={$forum['fid']}">{$forum['name']}</a></strong><br /><span class="smalltext">{$forum['description']}</span></td></tr>{$sub_forums}]]></template> <template name="misc_help" version="120"><![CDATA[<html> <head>
|
Zeile 6502 | Zeile 6502 |
---|
<br />]]></template> <template name="htmldoctype" version="120"><![CDATA[<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">]]></template> <template name="postbit_multiquote" version="120"><![CDATA[<script type="text/javascript">document.write("<a href=\"javascript:Thread.multiQuote({$post['pid']});\"><img src=\"{$theme['imglangdir']}/postbit_multiquote.gif\" alt=\"{$lang->postbit_multiquote}\" title=\"{$lang->postbit_multiquote}\" id=\"multiquote_{$post['pid']}\" /><\/a>");</script>]]></template>
|
<br />]]></template> <template name="htmldoctype" version="120"><![CDATA[<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">]]></template> <template name="postbit_multiquote" version="120"><![CDATA[<script type="text/javascript">document.write("<a href=\"javascript:Thread.multiQuote({$post['pid']});\"><img src=\"{$theme['imglangdir']}/postbit_multiquote.gif\" alt=\"{$lang->postbit_multiquote}\" title=\"{$lang->postbit_multiquote}\" id=\"multiquote_{$post['pid']}\" /><\/a>");</script>]]></template>
|
<template name="private_send_autocomplete" version="120"><![CDATA[<script type="text/javascript" src="jscripts/autocomplete.js?ver=120"></script>
| <template name="private_send_autocomplete" version="120"><![CDATA[<script type="text/javascript" src="jscripts/autocomplete.js?ver=121"></script>
|
<script type="text/javascript"> new autoComplete("to", "xmlhttp.php?action=get_users", {valueSpan: "username"}); </script>]]></template>
|
<script type="text/javascript"> new autoComplete("to", "xmlhttp.php?action=get_users", {valueSpan: "username"}); </script>]]></template>
|
<template name="forumdisplay_threadlist_inlineedit_js" version="120"><![CDATA[<script type="text/javascript" src="jscripts/inline_edit.js?ver=120"></script>
| <template name="forumdisplay_threadlist_inlineedit_js" version="120"><![CDATA[<script type="text/javascript" src="jscripts/inline_edit.js?ver=121"></script>
|
<script type="text/javascript"> new inlineEditor("xmlhttp.php?action=edit_subject", {className: "subject_editable", spinnerImage: "{$theme['imgdir']}/spinner.gif", lang_click_edit: "{$lang->click_hold_edit}"}); </script>]]></template>
| <script type="text/javascript"> new inlineEditor("xmlhttp.php?action=edit_subject", {className: "subject_editable", spinnerImage: "{$theme['imgdir']}/spinner.gif", lang_click_edit: "{$lang->click_hold_edit}"}); </script>]]></template>
|