Zeile 1 | Zeile 1 |
---|
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
<theme name="MyBB Master Style" version="1816">
| <theme name="MyBB Master Style" version="1818">
|
<properties> <templateset><![CDATA[1]]></templateset> <imgdir><![CDATA[images]]></imgdir>
| <properties> <templateset><![CDATA[1]]></templateset> <imgdir><![CDATA[images]]></imgdir>
|
Zeile 9 | Zeile 9 |
---|
<editortheme><![CDATA[mybb.css]]></editortheme> </properties> <stylesheets>
|
<editortheme><![CDATA[mybb.css]]></editortheme> </properties> <stylesheets>
|
<stylesheet name="global.css" version="1813" disporder="1"><![CDATA[body {
| <stylesheet name="global.css" version="1818" disporder="1"><![CDATA[body {
|
background: #fff; color: #333; text-align: center;
| background: #fff; color: #333; text-align: center;
|
Zeile 1336 | Zeile 1336 |
---|
.postbit_buttons a.postbit_delete_pm span { background-position: 0 -320px;
|
.postbit_buttons a.postbit_delete_pm span { background-position: 0 -320px;
|
| }
.postbit_qrestore, .status_type{ display:none!important; }
.deleted_post .postbit_qrestore, .deleted_post .status_type{ display:inline!important; }
.deleted_post .postbit_mirage{ display:none!important;
|
}
a.button:link,
| }
a.button:link,
|
Zeile 1355 | Zeile 1369 |
---|
font-size: 13px; margin: 0; padding: 3px 6px;
|
font-size: 13px; margin: 0; padding: 3px 6px;
|
}
| }
|
a.button span { padding-left: 20px; display: inline-block;
| a.button span { padding-left: 20px; display: inline-block;
|
Zeile 1366 | Zeile 1380 |
---|
a.button.new_thread_button span { background-position: 0 -340px;
|
a.button.new_thread_button span { background-position: 0 -340px;
|
}
| }
|
a.button.new_reply_button span { background-position: 0 -360px;
| a.button.new_reply_button span { background-position: 0 -360px;
|
Zeile 1374 | Zeile 1388 |
---|
a.button.closed_button span { background-position: 0 -380px;
|
a.button.closed_button span { background-position: 0 -380px;
|
}
| }
|
a.button.rate_user_button span { background-position: 0 -400px;
|
a.button.rate_user_button span { background-position: 0 -400px;
|
}
| }
|
a.button.add_buddy_button span { background-position: 0 -440px;
|
a.button.add_buddy_button span { background-position: 0 -440px;
|
}
| }
|
a.button.remove_buddy_button span { background-position: 0 -480px;
|
a.button.remove_buddy_button span { background-position: 0 -480px;
|
}
| }
|
a.button.add_ignore_button span { background-position: 0 -460px; }
a.button.remove_ignore_button span { background-position: 0 -500px;
|
a.button.add_ignore_button span { background-position: 0 -460px; }
a.button.remove_ignore_button span { background-position: 0 -500px;
|
}
| }
|
a.button.report_user_button span { background-position: 0 -520px;
| a.button.report_user_button span { background-position: 0 -520px;
|
Zeile 1450 | Zeile 1464 |
---|
.ie6.bottom-left { left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' ); top: expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
|
.ie6.bottom-left { left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' ); top: expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
|
}
| }
|
.ie6.center { left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' ); top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' ); width: 100%;
|
.ie6.center { left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' ); top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' ); width: 100%;
|
}
| }
|
/** jGrowl Styling **/ .jGrowl {
| /** jGrowl Styling **/ .jGrowl {
|
Zeile 1467 | Zeile 1481 |
---|
position: fixed; } .jGrowl.top-left {
|
position: fixed; } .jGrowl.top-left {
|
left: 0px; top: 0px; } .jGrowl.top-right { right: 0px;
| left: 0px; top: 0px; } .jGrowl.top-right { right: 0px;
|
top: 0px; } .jGrowl.bottom-left { left: 0px;
|
top: 0px; } .jGrowl.bottom-left { left: 0px;
|
bottom: 0px;
| bottom: 0px;
|
} .jGrowl.bottom-right { right: 0px;
| } .jGrowl.bottom-right { right: 0px;
|
Zeile 1486 | Zeile 1500 |
---|
top: 0px; width: 50%; left: 25%;
|
top: 0px; width: 50%; left: 25%;
|
}
| }
|
/** Cross Browser Styling **/
.jGrowl.center .jGrowl-notification,
| /** Cross Browser Styling **/
.jGrowl.center .jGrowl-notification,
|
Zeile 1496 | Zeile 1510 |
---|
margin-right: auto; } .jGrowl-notification {
|
margin-right: auto; } .jGrowl-notification {
|
background-color: transparent; opacity: 0.9; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100)); -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100)); zoom: 1; width: 250px; padding: 10px; margin: 10px; text-align: left;
| background-color: transparent; opacity: 0.9; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100)); -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100)); zoom: 1; width: 250px; padding: 10px; margin: 10px; text-align: left;
|
display: none; -moz-border-radius: 5px; -webkit-border-radius: 5px;
| display: none; -moz-border-radius: 5px; -webkit-border-radius: 5px;
|
Zeile 1513 | Zeile 1527 |
---|
} .jGrowl .jGrowl-notification { min-height: 40px;
|
} .jGrowl .jGrowl-notification { min-height: 40px;
|
}
| }
|
.jGrowl-notification .ui-state-highlight, .jGrowl-notification .ui-widget-content .ui-state-highlight, .jGrowl-notification .ui-widget-header .ui-state-highlight {
| .jGrowl-notification .ui-state-highlight, .jGrowl-notification .ui-widget-content .ui-state-highlight, .jGrowl-notification .ui-widget-header .ui-state-highlight {
|
Zeile 1522 | Zeile 1536 |
---|
color: #fff; } .jGrowl-notification .jGrowl-header {
|
color: #fff; } .jGrowl-notification .jGrowl-header {
|
font-weight: bold;
| font-weight: bold;
|
font-size: .85em; } .jGrowl-notification .jGrowl-close {
| font-size: .85em; } .jGrowl-notification .jGrowl-close {
|
Zeile 1613 | Zeile 1627 |
---|
content: ""; display: inline-block; height: 100%;
|
content: ""; display: inline-block; height: 100%;
|
vertical-align: middle;
| vertical-align: middle;
|
margin-right: -0.05em;
|
margin-right: -0.05em;
|
}
| }
|
.blocker.behind { background-color: transparent; }
| .blocker.behind { background-color: transparent; }
|
Zeile 1632 | Zeile 1646 |
---|
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
|
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
|
-webkit-border-radius: 8px; -moz-border-radius: 8px; -o-border-radius: 8px; -ms-border-radius: 8px; border-radius: 8px;
| -webkit-border-radius: 8px; -moz-border-radius: 8px; -o-border-radius: 8px; -ms-border-radius: 8px; border-radius: 8px;
|
-webkit-box-shadow: 0 0 10px #000; -moz-box-shadow: 0 0 10px #000; -o-box-shadow: 0 0 10px #000;
| -webkit-box-shadow: 0 0 10px #000; -moz-box-shadow: 0 0 10px #000; -o-box-shadow: 0 0 10px #000;
|
Zeile 1931 | Zeile 1945 |
---|
background: #fff; border: 1px solid #ccc; width: 100px;
|
background: #fff; border: 1px solid #ccc; width: 100px;
|
display: inline-block; }
.pmspace_used { display: inline-block;
| display: inline-block; }
.pmspace_used { display: inline-block;
|
color: #fff; margin: -1px;
|
color: #fff; margin: -1px;
|
}
| }
|
.pmspace_used.low { border: 1px solid #0c5a01; background: #167203;
|
.pmspace_used.low { border: 1px solid #0c5a01; background: #167203;
|
}
| }
|
.pmspace_used.medium { background: #ff862b;
| .pmspace_used.medium { background: #ff862b;
|
Zeile 1954 | Zeile 1968 |
---|
background: #e73c3c; border: 1px solid #c00; }
|
background: #e73c3c; border: 1px solid #c00; }
|
.pmspace_unused { display: inline-block; }
| .pmspace_unused { display: inline-block; }
|
.pmspace_text { padding: 1px 5px;
| .pmspace_text { padding: 1px 5px;
|
Zeile 1972 | Zeile 1986 |
---|
padding: 1px 0 1px 23px; background-image: url(images/modcp_sprite.png); background-repeat: no-repeat;
|
padding: 1px 0 1px 23px; background-image: url(images/modcp_sprite.png); background-repeat: no-repeat;
|
}
| }
|
.modcp_nav_home { background-position: 0 0; }
| .modcp_nav_home { background-position: 0 0; }
|
Zeile 2045 | Zeile 2059 |
---|
list-style: none; margin: 0; width: 150px;
|
list-style: none; margin: 0; width: 150px;
|
padding: 0; }
| padding: 0; }
|
.modqueue_mass li { margin-bottom: 4px; padding: 0;
| .modqueue_mass li { margin-bottom: 4px; padding: 0;
|
Zeile 2083 | Zeile 2097 |
---|
}
td .star_rating {
|
}
td .star_rating {
|
margin: auto; }
| margin: auto; }
|
.star_rating li { display: inline;
| .star_rating li { display: inline;
|
Zeile 2176 | Zeile 2190 |
---|
}
ul.thread_tools li.subscription_add {
|
}
ul.thread_tools li.subscription_add {
|
background-position: 0 -40px; }
| background-position: 0 -40px; }
|
ul.thread_tools li.subscription_remove { background-position: 0 -60px; }
| ul.thread_tools li.subscription_remove { background-position: 0 -60px; }
|
Zeile 2234 | Zeile 2248 |
---|
.thread_status.dot_newclosefolder { background-position: 0 -140px;
|
.thread_status.dot_newclosefolder { background-position: 0 -140px;
|
}
| }
|
.thread_status.folder { background-position: 0 -160px;
| .thread_status.folder { background-position: 0 -160px;
|
Zeile 2533 | Zeile 2547 |
---|
<td class="trow1"><input type="text" class="textbox" size="50" name="name" maxlength="120" value="{$name}"/></td> </tr> {$calendar_select}
|
<td class="trow1"><input type="text" class="textbox" size="50" name="name" maxlength="120" value="{$name}"/></td> </tr> {$calendar_select}
|
<tr> <td class="trow2" style="vertical-align: top;"><strong>{$lang->event_date}</strong></td> <td class="trow1"> <script type="text/javascript"> <!-- function toggleType() { if($("#type_single").prop("checked")) { $("#ranged_selects").hide(); $("#single_selects").show(); } else { $("#single_selects").hide(); $("#ranged_selects").show(); toggleRepeats(); } }
function toggleRepeats() { var repeats = $("#repeats").get(0).selectedIndex; $(".repeats_type").each(function() { $(this).hide(); }); if($("#repeats_type_"+repeats).length > 0) { $("#repeats_type_"+repeats).show(); } } // --> </script> <dl style="margin-top: 0; margin-bottom: 0; width: 100%;"> <dt><input type="radio" name="type" value="single" {$type_single} id="type_single" onclick="toggleType();" /> <label for="type_single"><strong>{$lang->type_single}</strong></label></dt> <dd style="margin-top: 4px;" id="single_selects"> <select name="single_day"> {$single_days} </select> <select name="single_month"> <option value="1"{$single_month['1']}>{$lang->month_1}</option> <option value="2"{$single_month['2']}>{$lang->month_2}</option> <option value="3"{$single_month['3']}>{$lang->month_3}</option> <option value="4"{$single_month['4']}>{$lang->month_4}</option> <option value="5"{$single_month['5']}>{$lang->month_5}</option> <option value="6"{$single_month['6']}>{$lang->month_6}</option> <option value="7"{$single_month['7']}>{$lang->month_7}</option> <option value="8"{$single_month['8']}>{$lang->month_8}</option> <option value="9"{$single_month['9']}>{$lang->month_9}</option> <option value="10"{$single_month['10']}>{$lang->month_10}</option> <option value="11"{$single_month['11']}>{$lang->month_11}</option> <option value="12"{$single_month['12']}>{$lang->month_12}</option> </select> <select name="single_year">
| <tr> <td class="trow2" style="vertical-align: top;"><strong>{$lang->event_date}</strong></td> <td class="trow1"> <script type="text/javascript"> <!-- function toggleType() { if($("#type_single").prop("checked")) { $("#ranged_selects").hide(); $("#single_selects").show(); } else { $("#single_selects").hide(); $("#ranged_selects").show(); toggleRepeats(); } }
function toggleRepeats() { var repeats = $("#repeats").get(0).selectedIndex; $(".repeats_type").each(function() { $(this).hide(); }); if($("#repeats_type_"+repeats).length > 0) { $("#repeats_type_"+repeats).show(); } } // --> </script> <dl style="margin-top: 0; margin-bottom: 0; width: 100%;"> <dt><input type="radio" name="type" value="single" {$type_single} id="type_single" onclick="toggleType();" /> <label for="type_single"><strong>{$lang->type_single}</strong></label></dt> <dd style="margin-top: 4px;" id="single_selects"> <select name="single_day"> {$single_days} </select> <select name="single_month"> <option value="1"{$single_month['1']}>{$lang->month_1}</option> <option value="2"{$single_month['2']}>{$lang->month_2}</option> <option value="3"{$single_month['3']}>{$lang->month_3}</option> <option value="4"{$single_month['4']}>{$lang->month_4}</option> <option value="5"{$single_month['5']}>{$lang->month_5}</option> <option value="6"{$single_month['6']}>{$lang->month_6}</option> <option value="7"{$single_month['7']}>{$lang->month_7}</option> <option value="8"{$single_month['8']}>{$lang->month_8}</option> <option value="9"{$single_month['9']}>{$lang->month_9}</option> <option value="10"{$single_month['10']}>{$lang->month_10}</option> <option value="11"{$single_month['11']}>{$lang->month_11}</option> <option value="12"{$single_month['12']}>{$lang->month_12}</option> </select> <select name="single_year">
|
{$single_years} </select> </dd>
| {$single_years} </select> </dd>
|
Zeile 2621 | Zeile 2635 |
---|
</select> <span class="smalltext"> {$lang->enter_time}</span> <input type="text" class="textbox" name="start_time" value="{$start_time}" size="7" />
|
</select> <span class="smalltext"> {$lang->enter_time}</span> <input type="text" class="textbox" name="start_time" value="{$start_time}" size="7" />
|
</td> </tr>
| </td> </tr>
|
<tr> <td class="smalltext" style="padding: 4px; text-align: right;">{$lang->end_time}</td> <td style="padding: 4px;">
| <tr> <td class="smalltext" style="padding: 4px; text-align: right;">{$lang->end_time}</td> <td style="padding: 4px;">
|
Zeile 2705 | Zeile 2719 |
---|
<option value="3"{$repeats_4_occurance[3]}>{$lang->third}</option> <option value="4"{$repeats_4_occurance[4]}>{$lang->fourth}</option> <option value="last"{$repeats_4_occurance['last']}>{$lang->last}</option>
|
<option value="3"{$repeats_4_occurance[3]}>{$lang->third}</option> <option value="4"{$repeats_4_occurance[4]}>{$lang->fourth}</option> <option value="last"{$repeats_4_occurance['last']}>{$lang->last}</option>
|
</select>
| </select>
|
<select name="repeats_4_weekday" onfocus="$('#repeats_4_type_2').prop('checked', true);"> <option value="0"{$repeats_4_weekday[0]}>{$lang->sunday}</option> <option value="1"{$repeats_4_weekday[1]}>{$lang->monday}</option>
| <select name="repeats_4_weekday" onfocus="$('#repeats_4_type_2').prop('checked', true);"> <option value="0"{$repeats_4_weekday[0]}>{$lang->sunday}</option> <option value="1"{$repeats_4_weekday[1]}>{$lang->monday}</option>
|
Zeile 2717 | Zeile 2731 |
---|
</select> {$lang->of_every} <input type="text" class="textbox" name="repeats_4_months2" value="{$repeats_4_months2}" size="2" onfocus="$('#repeats_4_type_2').prop('checked', true);" /> {$lang->month_or_months}
|
</select> {$lang->of_every} <input type="text" class="textbox" name="repeats_4_months2" value="{$repeats_4_months2}" size="2" onfocus="$('#repeats_4_type_2').prop('checked', true);" /> {$lang->month_or_months}
|
</div> </div> <div class="repeats_type" id="repeats_type_5" style="padding: 4px;"> <div class="smalltext"><label> <input type="radio" name="repeats_5_type" value="1" id="repeats_5_type_1" style="vertical-align: middle;" {$repeats_5_type[1]} />
| </div> </div> <div class="repeats_type" id="repeats_type_5" style="padding: 4px;"> <div class="smalltext"><label> <input type="radio" name="repeats_5_type" value="1" id="repeats_5_type_1" style="vertical-align: middle;" {$repeats_5_type[1]} />
|
{$lang->repeats_on}</label> <input type="text" class="textbox" name="repeats_5_day" onfocus="$('#repeats_5_type_1').prop('checked', true);" value="{$repeats_5_day}" size="2" /> <select name="repeats_5_month" onfocus="$('#repeats_5_type_1').prop('checked', true);" >
| {$lang->repeats_on}</label> <input type="text" class="textbox" name="repeats_5_day" onfocus="$('#repeats_5_type_1').prop('checked', true);" value="{$repeats_5_day}" size="2" /> <select name="repeats_5_month" onfocus="$('#repeats_5_type_1').prop('checked', true);" >
|
Zeile 2833 | Zeile 2847 |
---|
{$header} {$birthdays} {$events}
|
{$header} {$birthdays} {$events}
|
<br /> <form action="calendar.php" method="post"> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="trow1"> <table width="100%" cellspacing="0" cellpadding="0" border="0"> <tr> <td valign="top">{$addevent}</td> <td align="right"> <span class="smalltext"><strong>{$lang->jump_month}</strong></span> <select name="month"> <option value="{$month}">{$monthnames[$month]}</option> <option value="{$month}">----------</option> <option value="1">{$lang->alt_month_1}</option> <option value="2">{$lang->alt_month_2}</option> <option value="3">{$lang->alt_month_3}</option> <option value="4">{$lang->alt_month_4}</option> <option value="5">{$lang->alt_month_5}</option> <option value="6">{$lang->alt_month_6}</option> <option value="7">{$lang->alt_month_7}</option> <option value="8">{$lang->alt_month_8}</option>
| <br /> <form action="calendar.php" method="post"> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="trow1"> <table width="100%" cellspacing="0" cellpadding="0" border="0"> <tr> <td valign="top">{$addevent}</td> <td align="right"> <span class="smalltext"><strong>{$lang->jump_month}</strong></span> <select name="month"> <option value="{$month}">{$monthnames[$month]}</option> <option value="{$month}">----------</option> <option value="1">{$lang->alt_month_1}</option> <option value="2">{$lang->alt_month_2}</option> <option value="3">{$lang->alt_month_3}</option> <option value="4">{$lang->alt_month_4}</option> <option value="5">{$lang->alt_month_5}</option> <option value="6">{$lang->alt_month_6}</option> <option value="7">{$lang->alt_month_7}</option> <option value="8">{$lang->alt_month_8}</option>
|
<option value="9">{$lang->alt_month_9}</option> <option value="10">{$lang->alt_month_10}</option> <option value="11">{$lang->alt_month_11}</option>
| <option value="9">{$lang->alt_month_9}</option> <option value="10">{$lang->alt_month_10}</option> <option value="11">{$lang->alt_month_11}</option>
|
Zeile 3249 | Zeile 3263 |
---|
</tr> <tr> <td class="tcat"><strong>{$time_period}</strong></td>
|
</tr> <tr> <td class="tcat"><strong>{$time_period}</strong></td>
|
</tr>
| </tr>
|
<tr> <td class="trow1{$event_class}"> <div class="float_left">
| <tr> <td class="trow1{$event_class}"> <div class="float_left">
|
Zeile 3517 | Zeile 3531 |
---|
<template name="calendar_weekview_prevlink" version="1813"><![CDATA[<a href="{$prev_link}">« {$lang->previous_week}</a>]]></template> <template name="calendar_year" version="1800"><![CDATA[<option value="{$year}" {$selected}>{$year}</option>]]></template> <template name="calendar_year_sel" version="1800"><![CDATA[<option value="{$year_sel}">{$year_sel}</option>]]></template>
|
<template name="calendar_weekview_prevlink" version="1813"><![CDATA[<a href="{$prev_link}">« {$lang->previous_week}</a>]]></template> <template name="calendar_year" version="1800"><![CDATA[<option value="{$year}" {$selected}>{$year}</option>]]></template> <template name="calendar_year_sel" version="1800"><![CDATA[<option value="{$year_sel}">{$year_sel}</option>]]></template>
|
<template name="editpost" version="1813"><![CDATA[<html>
| <template name="editpost" version="1818"><![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="{$mybb->asset_url}/jscripts/post.js?ver=1813"></script>
| {$post_javascript}
|
</head> <body> {$header}
| </head> <body> {$header}
|
Zeile 3617 | Zeile 3631 |
---|
{$footer} </body> </html>]]></template>
|
{$footer} </body> </html>]]></template>
|
<template name="error_attacherror" version="120"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"><tr> <td class="thead"><strong>{$lang->error_attach_file}</strong></td> </tr> <tr> <td class="trow1">{$attachedfile['error']}</td> </tr> </table> <br />]]></template>
| |
<template name="error_inline" version="120"><![CDATA[<div class="error"> <p><em>{$title}</em></p> <ul>
| <template name="error_inline" version="120"><![CDATA[<div class="error"> <p><em>{$title}</em></p> <ul>
|
Zeile 3632 | Zeile 3638 |
---|
</ul> </div> <br />]]></template>
|
</ul> </div> <br />]]></template>
|
<template name="error_nopermission" version="1800"><![CDATA[{$lang->error_nopermission_guest_1}
| <template name="error_inline_item" version="1818"><![CDATA[<li>{$error}</li>]]></template> <template name="error_nopermission" version="1818"><![CDATA[{$lang->error_nopermission_guest_1}
|
<ol> <li>{$lang->error_nopermission_guest_2}</li> <li>{$lang->error_nopermission_guest_3}</li>
| <ol> <li>{$lang->error_nopermission_guest_2}</li> <li>{$lang->error_nopermission_guest_3}</li>
|
Zeile 3642 | Zeile 3649 |
---|
<form action="member.php" method="post"> <input type="hidden" name="action" value="do_login" /> <input type="hidden" name="url" value="{$redirect_url}" />
|
<form action="member.php" method="post"> <input type="hidden" name="action" value="do_login" /> <input type="hidden" name="url" value="{$redirect_url}" />
|
| <input name="my_post_key" type="hidden" value="{$mybb->post_code}" />
|
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead" colspan="2"><span class="smalltext"><strong>{$lang->login}</strong></span></td>
| <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead" colspan="2"><span class="smalltext"><strong>{$lang->login}</strong></span></td>
|
Zeile 3653 | Zeile 3661 |
---|
<tr> <td class="trow2"><strong>{$lang->password}</strong></td> <td class="trow2"><input type="password" class="textbox" name="password" tabindex="2" /></td>
|
<tr> <td class="trow2"><strong>{$lang->password}</strong></td> <td class="trow2"><input type="password" class="textbox" name="password" tabindex="2" /></td>
|
| </tr> <tr> <td class="trow1" colspan="2" align="center"><label title="{$lang->remember_me_desc}"><input type="checkbox" class="checkbox" name="remember" checked="checked" value="yes" /> {$lang->remember_me}</label></td>
|
</tr> <tr> <td class="trow2" colspan="2"><span class="smalltext float_right" style="padding-top: 3px;"><a href="member.php?action=register">{$lang->need_reg}</a> | <a href="member.php?action=lostpw">{$lang->forgot_password}</a> </span> <input type="submit" class="button" value="{$lang->login}" tabindex="3" /></td>
| </tr> <tr> <td class="trow2" colspan="2"><span class="smalltext float_right" style="padding-top: 3px;"><a href="member.php?action=register">{$lang->need_reg}</a> | <a href="member.php?action=lostpw">{$lang->forgot_password}</a> </span> <input type="submit" class="button" value="{$lang->login}" tabindex="3" /></td>
|
Zeile 3836 | Zeile 3847 |
---|
{$modann} </tr>]]></template> <template name="forumdisplay_announcements_announcement_modbit" version="1800"><![CDATA[<td align="center" class="{$bgcolor} forumdisplay_announcement">-</td>]]></template>
|
{$modann} </tr>]]></template> <template name="forumdisplay_announcements_announcement_modbit" version="1800"><![CDATA[<td align="center" class="{$bgcolor} forumdisplay_announcement">-</td>]]></template>
|
<template name="forumdisplay_inlinemoderation" version="1813"><![CDATA[<script type="text/javascript" src="{$mybb->asset_url}/jscripts/inline_moderation.js?ver=1813"></script>
| <template name="forumdisplay_inlinemoderation" version="1818"><![CDATA[<script type="text/javascript" src="{$mybb->asset_url}/jscripts/inline_moderation.js?ver=1818"></script>
|
<form action="moderation.php" method="post"> <input type="hidden" name="my_post_key" value="{$mybb->post_code}" /> <input type="hidden" name="fid" value="{$fid}" />
| <form action="moderation.php" method="post"> <input type="hidden" name="my_post_key" value="{$mybb->post_code}" /> <input type="hidden" name="fid" value="{$fid}" />
|
Zeile 4336 | Zeile 4347 |
---|
<template name="header_welcomeblock_member_search" version="1809"><![CDATA[<li><a href="{$mybb->settings['bburl']}/search.php?action=getnew">{$lang->welcome_newposts}</a></li> <li><a href="{$mybb->settings['bburl']}/search.php?action=getdaily">{$lang->welcome_todaysposts}</a></li>]]></template> <template name="header_welcomeblock_member_user" version="1809"><![CDATA[<li><a href="{$mybb->settings['bburl']}/usercp.php" class="usercp">{$lang->welcome_usercp}</a></li>]]></template>
|
<template name="header_welcomeblock_member_search" version="1809"><![CDATA[<li><a href="{$mybb->settings['bburl']}/search.php?action=getnew">{$lang->welcome_newposts}</a></li> <li><a href="{$mybb->settings['bburl']}/search.php?action=getdaily">{$lang->welcome_todaysposts}</a></li>]]></template> <template name="header_welcomeblock_member_user" version="1809"><![CDATA[<li><a href="{$mybb->settings['bburl']}/usercp.php" class="usercp">{$lang->welcome_usercp}</a></li>]]></template>
|
<template name="index" version="1800"><![CDATA[<html>
| <template name="index" version="1817"><![CDATA[<html>
|
<head> <title>{$mybb->settings['bbname']}</title> {$headerinclude}
| <head> <title>{$mybb->settings['bbname']}</title> {$headerinclude}
|
Zeile 4359 | Zeile 4370 |
---|
<dt><span class="forum_status forum_off" title="{$lang->no_new_posts}"></span></dt> <dd>{$lang->no_new_posts}</dd>
|
<dt><span class="forum_status forum_off" title="{$lang->no_new_posts}"></span></dt> <dd>{$lang->no_new_posts}</dd>
|
<dt><span class="forum_status forum_offlock" title="{$lang->forum_closed}"></span></dt>
| <dt><span class="forum_status forum_offclose" title="{$lang->forum_closed}"></span></dt>
|
<dd>{$lang->forum_closed}</dd>
<dt><span class="forum_status forum_offlink" title="{$lang->forum_redirect}"></span></dt>
| <dd>{$lang->forum_closed}</dd>
<dt><span class="forum_status forum_offlink" title="{$lang->forum_redirect}"></span></dt>
|
Zeile 4399 | Zeile 4410 |
---|
</tbody> </table> <br />]]></template>
|
</tbody> </table> <br />]]></template>
|
<template name="index_statspage" version="1800"><![CDATA[ | <a href="stats.php">{$lang->forumstats}</a>]]></template> <template name="index_showteamlink" version="1816"><![CDATA[ | <a href="showteam.php">{$lang->forumteam}</a>]]></template>
| <template name="index_statspage" version="1817"><![CDATA[{$stats_page_separator}<a href="stats.php">{$lang->forumstats}</a>]]></template> <template name="index_showteamlink" version="1817"><![CDATA[{$show_team_link_separator}<a href="showteam.php">{$lang->forumteam}</a>]]></template>
|
<template name="index_logoutlink" version="1816"><![CDATA[<a href="member.php?action=logout&logoutkey={$mybb->user['logoutkey']}">{$lang->index_logout}</a>]]></template> <template name="index_stats" version="1400"><![CDATA[<tr><td class="tcat"><span class="smalltext"><strong>{$lang->boardstats}</strong></span></td></tr> <tr>
| <template name="index_logoutlink" version="1816"><![CDATA[<a href="member.php?action=logout&logoutkey={$mybb->user['logoutkey']}">{$lang->index_logout}</a>]]></template> <template name="index_stats" version="1400"><![CDATA[<tr><td class="tcat"><span class="smalltext"><strong>{$lang->boardstats}</strong></span></td></tr> <tr>
|
Zeile 4420 | Zeile 4429 |
---|
<tr> <td class="trow1"><span class="smalltext">{$lang->online_note}<br />{$onlinemembers}</span></td> </tr>]]></template>
|
<tr> <td class="trow1"><span class="smalltext">{$lang->online_note}<br />{$onlinemembers}</span></td> </tr>]]></template>
|
<template name="index_whosonline_memberbit" version="1400"><![CDATA[{$comma}{$user['profilelink']}{$invisiblemark}]]></template>
| <template name="index_whosonline_memberbit" version="1818"><![CDATA[{$user['profilelink']}{$invisiblemark}]]></template>
|
<template name="managegroup" version="1813"><![CDATA[<html> <head> <title>{$mybb->settings['bbname']} - {$lang->members_of}</title>
| <template name="managegroup" version="1813"><![CDATA[<html> <head> <title>{$mybb->settings['bbname']} - {$lang->members_of}</title>
|
Zeile 4793 | Zeile 4802 |
---|
{$footer} </body> </html>]]></template>
|
{$footer} </body> </html>]]></template>
|
<template name="member_lostpw" version="120"><![CDATA[<html>
| <template name="member_lostpw" version="1818"><![CDATA[<html>
|
<head> <title>{$mybb->settings['bbname']} - {$lang->lost_pw}</title> {$headerinclude} </head> <body> {$header}
|
<head> <title>{$mybb->settings['bbname']} - {$lang->lost_pw}</title> {$headerinclude} </head> <body> {$header}
|
| {$errors}
|
<form action="member.php" method="post"> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
|
<form action="member.php" method="post"> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
|
<tr>
| <tr>
|
<td class="thead" colspan="2"><strong>{$lang->lost_pw_form}</strong></td>
|
<td class="thead" colspan="2"><strong>{$lang->lost_pw_form}</strong></td>
|
</tr>
| </tr>
|
<tr> <td class="trow1" width="40%"><strong>{$lang->email_address}</strong></td>
|
<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" value="{$email}" /></td>
|
</tr>
|
</tr>
|
| {$captcha}
|
</table> <br /> <div align="center"><input type="submit" class="button" value="{$lang->request_user_pass}" /></div>
| </table> <br /> <div align="center"><input type="submit" class="button" value="{$lang->request_user_pass}" /></div>
|
Zeile 4879 | Zeile 4890 |
---|
{$warning_level} </table> {$contact_details}
|
{$warning_level} </table> {$contact_details}
|
</td>
| </td>
|
<td> </td> <td width="50%" valign="top"> {$profilefields}
| <td> </td> <td width="50%" valign="top"> {$profilefields}
|
Zeile 4889 | Zeile 4900 |
---|
<div style="text-align: center">{$buddy_options}{$ignore_options}{$report_options}</div> </td> </tr>
|
<div style="text-align: center">{$buddy_options}{$ignore_options}{$report_options}</div> </td> </tr>
|
</table>
| </table>
|
{$footer} </body> </html>]]></template>
| {$footer} </body> </html>]]></template>
|
Zeile 4919 | Zeile 4930 |
---|
<legend><strong>{$lang->ban_note}</strong></legend> <em>{$lang->banned_warning2}: {$memban['reason']}</em><br /> <span class="smalltext"><strong>{$lang->ban_by}:</strong> {$memban['adminuser']} — <strong>{$lang->ban_length}:</strong> {$banlength} <span class="smalltext">{$timeremaining}</span></span>
|
<legend><strong>{$lang->ban_note}</strong></legend> <em>{$lang->banned_warning2}: {$memban['reason']}</em><br /> <span class="smalltext"><strong>{$lang->ban_by}:</strong> {$memban['adminuser']} — <strong>{$lang->ban_length}:</strong> {$banlength} <span class="smalltext">{$timeremaining}</span></span>
|
</fieldset>
| </fieldset>
|
<br />]]></template> <template name="member_profile_banned_remaining" version="1808"><![CDATA[<span class="{$banned_class}">({$timeremaining} {$lang->ban_remaining})</span>]]></template> <template name="member_profile_contact_details" version="1816"><![CDATA[<br />
| <br />]]></template> <template name="member_profile_banned_remaining" version="1808"><![CDATA[<span class="{$banned_class}">({$timeremaining} {$lang->ban_remaining})</span>]]></template> <template name="member_profile_contact_details" version="1816"><![CDATA[<br />
|
Zeile 4978 | Zeile 4989 |
---|
</tr>]]></template> <template name="member_profile_findposts" version="1807"><![CDATA[<br /><span class="smalltext">(<a href="search.php?action=finduser&uid={$uid}">{$lang->find_posts}</a>)</span>]]></template> <template name="member_profile_findthreads" version="1807"><![CDATA[<br /><span class="smalltext">(<a href="search.php?action=finduserthreads&uid={$uid}">{$lang->find_threads}</a>)</span>]]></template>
|
</tr>]]></template> <template name="member_profile_findposts" version="1807"><![CDATA[<br /><span class="smalltext">(<a href="search.php?action=finduser&uid={$uid}">{$lang->find_posts}</a>)</span>]]></template> <template name="member_profile_findthreads" version="1807"><![CDATA[<br /><span class="smalltext">(<a href="search.php?action=finduserthreads&uid={$uid}">{$lang->find_threads}</a>)</span>]]></template>
|
<template name="member_profile_groupimage" version="120"><![CDATA[<img src="{$memperms['image']}" alt="{$usertitle}" title="{$usertitle}" /><br />]]></template>
| <template name="member_profile_groupimage" version="1817"><![CDATA[<img src="{$memperms['image']}" alt="{$usertitle}" title="{$usertitle}" /><br />]]></template>
|
<template name="member_profile_modoptions" version="1812"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" width="100%" class="tborder"> <tr> <td colspan="2" class="thead"><strong>{$lang->mod_options}</strong></td>
| <template name="member_profile_modoptions" version="1812"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" width="100%" class="tborder"> <tr> <td colspan="2" class="thead"><strong>{$lang->mod_options}</strong></td>
|
Zeile 5000 | Zeile 5011 |
---|
<td class="trow1"> <strong>{$lang->registration_ip}</strong> {$memprofile['regip']}<br /> <strong>{$lang->last_known_ip}</strong> {$memprofile['lastip']}
|
<td class="trow1"> <strong>{$lang->registration_ip}</strong> {$memprofile['regip']}<br /> <strong>{$lang->last_known_ip}</strong> {$memprofile['lastip']}
|
</td>
| </td>
|
</tr>]]></template> <template name="member_profile_modoptions_purgespammer" version="1800"><![CDATA[<li><a href="{$mybb->settings['bburl']}/moderation.php?action=purgespammer&uid={$uid}">{$lang->purgespammer}</a></li>]]></template> <template name="member_profile_modoptions_manageuser" version="1800"><![CDATA[<tr>
| </tr>]]></template> <template name="member_profile_modoptions_purgespammer" version="1800"><![CDATA[<li><a href="{$mybb->settings['bburl']}/moderation.php?action=purgespammer&uid={$uid}">{$lang->purgespammer}</a></li>]]></template> <template name="member_profile_modoptions_manageuser" version="1800"><![CDATA[<tr>
|
Zeile 5080 | Zeile 5091 |
---|
<tr> <td width="50%" valign="top"><input type="text" class="textbox" name="email" id="email" style="width: 100%" maxlength="50" value="{$email}" /></td> <td width="50%" valign="top"><input type="text" class="textbox" name="email2" id="email2" style="width: 100%" maxlength="50" value="{$email2}" /></td>
|
<tr> <td width="50%" valign="top"><input type="text" class="textbox" name="email" id="email" style="width: 100%" maxlength="50" value="{$email}" /></td> <td width="50%" valign="top"><input type="text" class="textbox" name="email2" id="email2" style="width: 100%" maxlength="50" value="{$email2}" /></td>
|
</tr>
| </tr>
|
<tr> <td colspan="2" style="display: none;" id="email_status"> </td> </tr>
| <tr> <td colspan="2" style="display: none;" id="email_status"> </td> </tr>
|
Zeile 5100 | Zeile 5111 |
---|
<tr> <td valign="top" width="1"><input type="checkbox" class="checkbox" name="allownotices" id="allownotices" value="1" {$allownoticescheck} /></td> <td valign="top"><span class="smalltext"><label for="allownotices">{$lang->allow_notices}</label></span></td>
|
<tr> <td valign="top" width="1"><input type="checkbox" class="checkbox" name="allownotices" id="allownotices" value="1" {$allownoticescheck} /></td> <td valign="top"><span class="smalltext"><label for="allownotices">{$lang->allow_notices}</label></span></td>
|
</tr> <tr>
| </tr> <tr>
|
<td valign="top" width="1"><input type="checkbox" class="checkbox" name="hideemail" id="hideemail" value="1" {$hideemailcheck} /></td> <td valign="top"><span class="smalltext"><label for="hideemail">{$lang->hide_email}</label></span></td>
|
<td valign="top" width="1"><input type="checkbox" class="checkbox" name="hideemail" id="hideemail" value="1" {$hideemailcheck} /></td> <td valign="top"><span class="smalltext"><label for="hideemail">{$lang->hide_email}</label></span></td>
|
</tr> <tr>
| </tr> <tr>
|
<td valign="top" width="1"><input type="checkbox" class="checkbox" name="receivepms" id="receivepms" value="1" {$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="1" {$receivepmscheck} /></td> <td valign="top"><span class="smalltext"><label for="receivepms">{$lang->receive_pms}</label></span></td> </tr>
|
Zeile 5120 | Zeile 5131 |
---|
<tr> <td valign="top" width="1"><input type="checkbox" class="checkbox" name="invisible" id="invisible" value="1" {$invisiblecheck} /></td> <td valign="top"><span class="smalltext"><label for="invisible">{$lang->invisible_mode}</label></span></td>
|
<tr> <td valign="top" width="1"><input type="checkbox" class="checkbox" name="invisible" id="invisible" value="1" {$invisiblecheck} /></td> <td valign="top"><span class="smalltext"><label for="invisible">{$lang->invisible_mode}</label></span></td>
|
</tr>
| </tr>
|
<tr> <td colspan="2"><span class="smalltext"><label for="subscriptionmethod">{$lang->subscription_method}</label></span></td> </tr>
| <tr> <td colspan="2"><span class="smalltext"><label for="subscriptionmethod">{$lang->subscription_method}</label></span></td> </tr>
|
Zeile 5405 | Zeile 5416 |
---|
{ MyBB.select2(); $("#referrer").select2({
|
{ MyBB.select2(); $("#referrer").select2({
|
placeholder: "{$lang->search_user}", minimumInputLength: 2, multiple: false, ajax: { // instead of writing the function to execute the request we use Select2's convenient helper url: "xmlhttp.php?action=get_users", dataType: 'json', data: function (term, page) { return { query: term, // search term }; }, results: function (data, page) { // parse the results into the format expected by Select2. // since we are using custom formatting functions we do not need to alter remote JSON data return {results: data}; } }, initSelection: function(element, callback) { var value = $(element).val(); if (value !== "") { callback({ id: value, text: value }); } }, });
| placeholder: "{$lang->search_user}", minimumInputLength: 2, multiple: false, ajax: { // instead of writing the function to execute the request we use Select2's convenient helper url: "xmlhttp.php?action=get_users", dataType: 'json', data: function (term, page) { return { query: term, // search term }; }, results: function (data, page) { // parse the results into the format expected by Select2. // since we are using custom formatting functions we do not need to alter remote JSON data return {results: data}; } }, initSelection: function(element, callback) { var value = $(element).val(); if (value !== "") { callback({ id: value, text: value }); } }, });
|
} // --> </script>]]></template>
| } // --> </script>]]></template>
|
Zeile 5737 | Zeile 5748 |
---|
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead" colspan="2"><strong>{$lang->search_member_list}</strong></td>
|
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead" colspan="2"><strong>{$lang->search_member_list}</strong></td>
|
</tr> <tr> <td class="tcat" colspan="2"><strong>{$lang->search_criteria}</strong></td> </tr>
| </tr> <tr> <td class="tcat" colspan="2"><strong>{$lang->search_criteria}</strong></td> </tr>
|
<tr> <td class="trow1" style="vertical-align: top;" width="20%"><strong><label for="username">{$lang->username}</label></strong></td> <td class="trow1">
| <tr> <td class="trow1" style="vertical-align: top;" width="20%"><strong><label for="username">{$lang->username}</label></strong></td> <td class="trow1">
|
Zeile 6205 | Zeile 6216 |
---|
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td colspan="2" class="thead"><strong>{$lang->total_posts} {$numposts}</strong></td>
|
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td colspan="2" class="thead"><strong>{$lang->total_posts} {$numposts}</strong></td>
|
</tr> <tr>
| </tr> <tr>
|
<td class="tcat"><span class="smalltext"><strong><a href="{$mybb->settings['bburl']}/misc.php?action=whoposted&tid={$thread['tid']}&sort=username">{$lang->user}</a></strong></span></td> <td class="tcat"><span class="smalltext"><strong><a href="{$mybb->settings['bburl']}/misc.php?action=whoposted&tid={$thread['tid']}">{$lang->num_posts}</a></strong></span></td> </tr>
| <td class="tcat"><span class="smalltext"><strong><a href="{$mybb->settings['bburl']}/misc.php?action=whoposted&tid={$thread['tid']}&sort=username">{$lang->user}</a></strong></span></td> <td class="tcat"><span class="smalltext"><strong><a href="{$mybb->settings['bburl']}/misc.php?action=whoposted&tid={$thread['tid']}">{$lang->num_posts}</a></strong></span></td> </tr>
|
Zeile 6283 | Zeile 6294 |
---|
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead" colspan="3"><strong>{$lang->forum_announcements}</strong></td>
|
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead" colspan="3"><strong>{$lang->forum_announcements}</strong></td>
|
</tr> <tr>
| </tr> <tr>
|
<td class="tcat"><span class="smalltext"><strong>{$lang->announcement}</strong></span></td> <td class="tcat" width="200" colspan="2" align="center"><span class="smalltext"><strong>{$lang->controls}</strong></span></td> </tr>
| <td class="tcat"><span class="smalltext"><strong>{$lang->announcement}</strong></span></td> <td class="tcat" width="200" colspan="2" align="center"><span class="smalltext"><strong>{$lang->controls}</strong></span></td> </tr>
|
Zeile 6318 | Zeile 6329 |
---|
{$header} <form action="modcp.php" method="post" enctype="multipart/form-data"> <input type="hidden" name="action" value="do_delete_announcement" />
|
{$header} <form action="modcp.php" method="post" enctype="multipart/form-data"> <input type="hidden" name="action" value="do_delete_announcement" />
|
<input type="hidden" name="my_post_key" value="{$mybb->post_code}" /> <table width="100%" border="0" align="center"> <tr> {$modcp_nav} <td valign="top"> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
| <input type="hidden" name="my_post_key" value="{$mybb->post_code}" /> <table width="100%" border="0" align="center"> <tr> {$modcp_nav} <td valign="top"> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
|
<tr> <td class="thead" colspan="2"><strong>{$announcement['subject']} - {$lang->delete_announcement}</strong></td> </tr>
| <tr> <td class="thead" colspan="2"><strong>{$announcement['subject']} - {$lang->delete_announcement}</strong></td> </tr>
|
Zeile 6362 | Zeile 6373 |
---|
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead" colspan="6"><strong>{$lang->edit_announcement}</strong></td>
|
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead" colspan="6"><strong>{$lang->edit_announcement}</strong></td>
|
</tr> <tr> <td class="trow1" valign="top" width="25%"><strong>{$lang->title}</strong></td> <td class="trow1" valign="top" width="75%"><input type="text" class="textbox" name="title" size="40" value="{$title}" /></td> </tr> <tr> <td class="trow1" colspan="1" valign="top" width="25%"><strong>{$lang->start_date}</strong></td> <td class="trow1" valign="top" width="75%"> <select name="starttime_day"> {$startdateday} </select> <select name="starttime_month"> {$startdatemonth} </select>
| </tr> <tr> <td class="trow1" valign="top" width="25%"><strong>{$lang->title}</strong></td> <td class="trow1" valign="top" width="75%"><input type="text" class="textbox" name="title" size="40" value="{$title}" /></td> </tr> <tr> <td class="trow1" colspan="1" valign="top" width="25%"><strong>{$lang->start_date}</strong></td> <td class="trow1" valign="top" width="75%"> <select name="starttime_day"> {$startdateday} </select> <select name="starttime_month"> {$startdatemonth} </select>
|
<input type="text" name="starttime_year" value="{$startdateyear}" size="4" maxlength="4" class="textbox" /> - {$lang->time} <input type="text" name="starttime_time" value="{$starttime_time}" size="10" class="textbox" /> </td>
| <input type="text" name="starttime_year" value="{$startdateyear}" size="4" maxlength="4" class="textbox" /> - {$lang->time} <input type="text" name="starttime_time" value="{$starttime_time}" size="10" class="textbox" /> </td>
|
Zeile 8774 | Zeile 8785 |
---|
<template name="nav_dropdown" version="1800"><![CDATA[ <img src="{$theme['imgdir']}/arrow_down.png" alt="v" title="" class="pagination_breadcrumb_link" id="breadcrumb_multipage" />{$multipage}]]></template> <template name="nav_sep" version="1800"><![CDATA[›]]></template> <template name="nav_sep_active" version="1800"><![CDATA[<br /><img src="{$theme['imgdir']}/nav_bit.png" alt="" />]]></template>
|
<template name="nav_dropdown" version="1800"><![CDATA[ <img src="{$theme['imgdir']}/arrow_down.png" alt="v" title="" class="pagination_breadcrumb_link" id="breadcrumb_multipage" />{$multipage}]]></template> <template name="nav_sep" version="1800"><![CDATA[›]]></template> <template name="nav_sep_active" version="1800"><![CDATA[<br /><img src="{$theme['imgdir']}/nav_bit.png" alt="" />]]></template>
|
<template name="newreply" version="1813"><![CDATA[<html>
| <template name="newreply" version="1818"><![CDATA[<html>
|
<head> <title>{$lang->post_reply_to}</title> {$headerinclude}
|
<head> <title>{$lang->post_reply_to}</title> {$headerinclude}
|
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/post.js?ver=1813"></script>
| {$post_javascript}
|
</head> <body> {$header}
| </head> <body> {$header}
|
Zeile 8876 | Zeile 8887 |
---|
{$reviewmessage} </td> </tr>]]></template>
|
{$reviewmessage} </td> </tr>]]></template>
|
<template name="newthread" version="1813"><![CDATA[<html>
| <template name="newthread" version="1818"><![CDATA[<html>
|
<head> <title>{$lang->newthread_in}</title> {$headerinclude}
|
<head> <title>{$lang->newthread_in}</title> {$headerinclude}
|
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/post.js?ver=1813"></script>
| {$post_javascript}
|
</head> <body> {$header}
| </head> <body> {$header}
|
Zeile 9367 | Zeile 9378 |
---|
</td> </tr> </table><br />]]></template>
|
</td> </tr> </table><br />]]></template>
|
<template name="portal_welcome_guesttext" version="1609"><![CDATA[<span class="smalltext">{$lang->guest_welcome_registration}</span><br />
| <template name="portal_welcome_guesttext" version="1817"><![CDATA[<span class="smalltext">{$lang->guest_welcome_registration}</span><br />
|
<br /> <form method="post" action="{$mybb->settings['bburl']}/member.php"><input type="hidden" name="action" value="do_login" /><input type="hidden" name="url" value="{$portal_url}" /> {$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 /> <label title="{$lang->remember_me_desc}"><input type="checkbox" class="checkbox" name="remember" value="yes" /> {$lang->remember_me}</label><br /><br />
|
<br /> <form method="post" action="{$mybb->settings['bburl']}/member.php"><input type="hidden" name="action" value="do_login" /><input type="hidden" name="url" value="{$portal_url}" /> {$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 /> <label title="{$lang->remember_me_desc}"><input type="checkbox" class="checkbox" name="remember" value="yes" /> {$lang->remember_me}</label><br /><br />
|
<br /><input type="submit" class="button" name="loginsubmit" value="{$lang->login}" /></form>]]></template>
| <br /><input type="submit" class="button" name="loginsubmit" value="{$lang->login}" /><input name="my_post_key" type="hidden" value="{$mybb->post_code}" /></form>]]></template>
|
<template name="portal_welcome_membertext" version="120"><![CDATA[<span class="smalltext"><em>{$lang->member_welcome_lastvisit}</em> {$lastvisit}<br /> {$lang->since_then}<br /> <strong>»</strong> {$lang->new_announcements}<br />
| <template name="portal_welcome_membertext" version="120"><![CDATA[<span class="smalltext"><em>{$lang->member_welcome_lastvisit}</em> {$lastvisit}<br /> {$lang->since_then}<br /> <strong>»</strong> {$lang->new_announcements}<br />
|
Zeile 9394 | Zeile 9405 |
---|
</tr> </table> <br />]]></template>
|
</tr> </table> <br />]]></template>
|
<template name="portal_whosonline_memberbit" version="1400"><![CDATA[{$comma}<a href="{$mybb->settings['bburl']}/{$user['profilelink']}">{$user['username']}</a>{$invisiblemark}]]></template>
| <template name="portal_whosonline_memberbit" version="1818"><![CDATA[<a href="{$mybb->settings['bburl']}/{$user['profilelink']}">{$user['username']}</a>{$invisiblemark}]]></template>
|
<template name="post_attachments" version="120"><![CDATA[<br /> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr>
| <template name="post_attachments" version="120"><![CDATA[<br /> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr>
|
Zeile 9422 | Zeile 9433 |
---|
<td class="trow_shaded" style="white-space: nowrap"><em><a href="attachment.php?aid={$attachment['aid']}" target="_blank">{$attachment['filename']}</a> ({$attachment['size']})</em></td> <td class="trow_shaded" style="white-space: nowrap; text-align: center;">{$attach_mod_options} <input type="submit" class="button" name="rem" value="{$lang->remove_attachment}" onclick="return Post.removeAttachment({$attachment['aid']});" /> {$postinsert}</td> </tr>]]></template>
|
<td class="trow_shaded" style="white-space: nowrap"><em><a href="attachment.php?aid={$attachment['aid']}" target="_blank">{$attachment['filename']}</a> ({$attachment['size']})</em></td> <td class="trow_shaded" style="white-space: nowrap; text-align: center;">{$attach_mod_options} <input type="submit" class="button" name="rem" value="{$lang->remove_attachment}" onclick="return Post.removeAttachment({$attachment['aid']});" /> {$postinsert}</td> </tr>]]></template>
|
<template name="post_attachments_new" version="1807"><![CDATA[<tr>
| <template name="post_attachments_new" version="1818"><![CDATA[<tr>
|
<td class="trow1" width="1"><img src="{$theme['imgdir']}/paperclip.png" alt="" /></td>
|
<td class="trow1" width="1"><img src="{$theme['imgdir']}/paperclip.png" alt="" /></td>
|
<td class="trow1" style="white-space: nowrap"><strong>{$lang->new_attachment}</strong> <input type="file" name="attachment" size="30" class="fileupload" /></td>
| <td class="trow1" style="white-space: nowrap"><strong>{$lang->new_attachment}</strong> <input type="file" name="attachments[]" size="30" class="fileupload" multiple="multiple" /></td>
|
<td class="trow1" style="white-space: nowrap" align="center">{$attach_update_options} {$attach_add_options}</td> </tr>]]></template> <template name="post_attachments_update" version="1604"><![CDATA[<input type="submit" class="button" name="updateattachment" value="{$lang->update_attachment}" tabindex="12" />]]></template>
| <td class="trow1" style="white-space: nowrap" align="center">{$attach_update_options} {$attach_add_options}</td> </tr>]]></template> <template name="post_attachments_update" version="1604"><![CDATA[<input type="submit" class="button" name="updateattachment" value="{$lang->update_attachment}" tabindex="12" />]]></template>
|
Zeile 9512 | Zeile 9523 |
---|
</table> </td> </tr>]]></template>
|
</table> </td> </tr>]]></template>
|
| <template name="post_javascript" version="1818"><![CDATA[ <script type="text/javascript"> lang.attachment_too_many_files = "{$lang->attachment_too_many_files}"; lang.attachment_too_big_upload = "{$lang->attachment_too_big_upload}"; php_max_upload_size = {$php_max_upload_size}; php_max_file_uploads = {$php_max_file_uploads}; </script> <script type="text/javascript" src="{$mybb->asset_url}/jscripts/post.js?ver=1818"></script> ]]></template>
|
<template name="post_prefixselect_multiple" version="1800"><![CDATA[<select name="threadprefix[]" multiple="multiple" size="5"> <option value="any"{$any_selected}>{$lang->any_prefix}</option> <option value="0"{$default_selected}>{$lang->no_prefix}</option>
| <template name="post_prefixselect_multiple" version="1800"><![CDATA[<select name="threadprefix[]" multiple="multiple" size="5"> <option value="any"{$any_selected}>{$lang->any_prefix}</option> <option value="0"{$default_selected}>{$lang->no_prefix}</option>
|
Zeile 9671 | Zeile 9691 |
---|
<em>{$lang->postbit_post_deleted}</em> </div> </div>]]></template>
|
<em>{$lang->postbit_post_deleted}</em> </div> </div>]]></template>
|
<template name="postbit_edit" version="1809"><![CDATA[<a href="editpost.php?pid={$post['pid']}" id="edit_post_{$post['pid']}" title="{$lang->postbit_edit}" class="postbit_edit"><span>{$lang->postbit_button_edit}</span></a>
| <template name="postbit_edit" version="1818"><![CDATA[<a href="editpost.php?pid={$post['pid']}" id="edit_post_{$post['pid']}" title="{$lang->postbit_edit}" class="postbit_edit postbit_mirage"><span>{$lang->postbit_button_edit}</span></a>
|
<div id="edit_post_{$post['pid']}_popup" class="popup_menu" style="display: none;"><div class="popup_item_container"><a href="javascript:void(0)" class="popup_item quick_edit_button" id="quick_edit_post_{$post['pid']}">{$lang->postbit_quick_edit}</a></div><div class="popup_item_container"><a href="editpost.php?pid={$post['pid']}" class="popup_item">{$lang->postbit_full_edit}</a></div></div> <script type="text/javascript"> // <!--
| <div id="edit_post_{$post['pid']}_popup" class="popup_menu" style="display: none;"><div class="popup_item_container"><a href="javascript:void(0)" class="popup_item quick_edit_button" id="quick_edit_post_{$post['pid']}">{$lang->postbit_quick_edit}</a></div><div class="popup_item_container"><a href="editpost.php?pid={$post['pid']}" class="popup_item">{$lang->postbit_full_edit}</a></div></div> <script type="text/javascript"> // <!--
|
Zeile 9706 | Zeile 9726 |
---|
<template name="postbit_inlinecheck" version="1800"><![CDATA[<input type="checkbox" class="checkbox" name="inlinemod_{$post['pid']}" id="inlinemod_{$post['pid']}" value="1" style="vertical-align: middle; margin: -2px 0 0 5px;" {$inlinecheck} />]]></template> <template name="postbit_iplogged_hiden" version="1815"><![CDATA[{$lang->postbit_ipaddress} <a href="moderation.php?action={$action}&{$idtype}={$post[$idtype]}" onclick="MyBB.{$javascript}({$post[$idtype]}); return false;">{$lang->postbit_ipaddress_logged}</a>]]></template> <template name="postbit_iplogged_show" version="1800"><![CDATA[{$lang->postbit_ipaddress} {$ipaddress}]]></template>
|
<template name="postbit_inlinecheck" version="1800"><![CDATA[<input type="checkbox" class="checkbox" name="inlinemod_{$post['pid']}" id="inlinemod_{$post['pid']}" value="1" style="vertical-align: middle; margin: -2px 0 0 5px;" {$inlinecheck} />]]></template> <template name="postbit_iplogged_hiden" version="1815"><![CDATA[{$lang->postbit_ipaddress} <a href="moderation.php?action={$action}&{$idtype}={$post[$idtype]}" onclick="MyBB.{$javascript}({$post[$idtype]}); return false;">{$lang->postbit_ipaddress_logged}</a>]]></template> <template name="postbit_iplogged_show" version="1800"><![CDATA[{$lang->postbit_ipaddress} {$ipaddress}]]></template>
|
<template name="postbit_multiquote" version="1809"><![CDATA[<a href="javascript:void(0)" onclick="Thread.multiQuote({$post['pid']}); return false;" style="display: none;" id="multiquote_link_{$post['pid']}" title="{$lang->postbit_multiquote}" class="postbit_multiquote"><span id="multiquote_{$post['pid']}">{$lang->postbit_button_multiquote}</span></a>
| <template name="postbit_multiquote" version="1818"><![CDATA[<a href="javascript:void(0)" onclick="Thread.multiQuote({$post['pid']}); return false;" style="display: none;" id="multiquote_link_{$post['pid']}" title="{$lang->postbit_multiquote}" class="postbit_multiquote postbit_mirage"><span id="multiquote_{$post['pid']}">{$lang->postbit_button_multiquote}</span></a>
|
<script type="text/javascript"> //<!-- $('#multiquote_link_{$post['pid']}').css("display", "");
| <script type="text/javascript"> //<!-- $('#multiquote_link_{$post['pid']}').css("display", "");
|
Zeile 9724 | Zeile 9744 |
---|
{$post['fieldvalue_option']} </ul>]]></template> <template name="postbit_profilefield_multiselect_value" version="1800"><![CDATA[<li style="margin-left: 0;">{$val}</li>]]></template>
|
{$post['fieldvalue_option']} </ul>]]></template> <template name="postbit_profilefield_multiselect_value" version="1800"><![CDATA[<li style="margin-left: 0;">{$val}</li>]]></template>
|
<template name="postbit_quickdelete" version="1800"><![CDATA[<a href="editpost.php?pid={$post['pid']}" onclick="Thread.deletePost({$post['pid']}); return false;" style="display: none;" id="quick_delete_{$post['pid']}" title="{$postbit_qdelete}" class="postbit_qdelete"><span>{$lang->postbit_button_qdelete}</span></a> <script type="text/javascript"> // <!-- $('#quick_delete_{$post['pid']}').css('display', '{$display}'); // --> </script>]]></template> <template name="postbit_quickrestore" version="1800"><![CDATA[<a href="editpost.php?pid={$post['pid']}" onclick="Thread.restorePost({$post['pid']}); return false;" style="display: none;" id="quick_restore_{$post['pid']}" title="{$postbit_qrestore}" class="postbit_qrestore"><span>{$lang->postbit_button_qrestore}</span></a> <script type="text/javascript"> // <!-- $('#quick_restore_{$post['pid']}').css('display', '{$display}'); // --> </script>]]></template> <template name="postbit_quote" version="1800"><![CDATA[<a href="newreply.php?tid={$tid}&replyto={$post['pid']}" title="{$lang->postbit_quote}" class="postbit_quote"><span>{$lang->postbit_button_quote}</span></a>]]></template>
| <template name="postbit_quickdelete" version="1818"><![CDATA[<a href="editpost.php?pid={$post['pid']}" onclick="Thread.deletePost({$post['pid']}); return false;" id="quick_delete_{$post['pid']}" title="{$postbit_qdelete}" class="postbit_qdelete postbit_mirage"><span>{$lang->postbit_button_qdelete}</span></a>]]></template> <template name="postbit_quickrestore" version="1818"><![CDATA[<a href="editpost.php?pid={$post['pid']}" onclick="Thread.restorePost({$post['pid']}); return false;" id="quick_restore_{$post['pid']}" title="{$postbit_qrestore}" class="postbit_qrestore"><span>{$lang->postbit_button_qrestore}</span></a>]]></template> <template name="postbit_quote" version="1818"><![CDATA[<a href="newreply.php?tid={$tid}&replyto={$post['pid']}" title="{$lang->postbit_quote}" class="postbit_quote postbit_mirage"><span>{$lang->postbit_button_quote}</span></a>]]></template>
|
<template name="postbit_rep_button" version="1809"><![CDATA[<a href="javascript:void(0)" onclick="MyBB.reputation({$post['uid']},{$post['pid']}); return false;" title="{$lang->postbit_reputation_add}" class="postbit_reputation_add"><span>{$lang->postbit_button_reputation_add}</span></a>]]></template> <template name="postbit_reply_pm" version="1800"><![CDATA[<a href="private.php?action=send&pmid={$id}&do=reply" title="{$lang->reply_title}" class="postbit_reply_pm"><span>{$lang->postbit_button_reply_pm}</span></a>]]></template> <template name="postbit_replyall_pm" version="1480"><![CDATA[<a href="private.php?action=send&pmid={$id}&do=replyall" title="{$lang->reply_to_all}" class="postbit_reply_all"><span>{$lang->postbit_button_reply_all}</span></a>]]></template>
| <template name="postbit_rep_button" version="1809"><![CDATA[<a href="javascript:void(0)" onclick="MyBB.reputation({$post['uid']},{$post['pid']}); return false;" title="{$lang->postbit_reputation_add}" class="postbit_reputation_add"><span>{$lang->postbit_button_reputation_add}</span></a>]]></template> <template name="postbit_reply_pm" version="1800"><![CDATA[<a href="private.php?action=send&pmid={$id}&do=reply" title="{$lang->reply_title}" class="postbit_reply_pm"><span>{$lang->postbit_button_reply_pm}</span></a>]]></template> <template name="postbit_replyall_pm" version="1480"><![CDATA[<a href="private.php?action=send&pmid={$id}&do=replyall" title="{$lang->reply_to_all}" class="postbit_reply_all"><span>{$lang->postbit_button_reply_all}</span></a>]]></template>
|
Zeile 9901 | Zeile 9911 |
---|
<label><input type="checkbox" name="status[replied]" checked="checked" value="1" /> {$lang->message_status_replied_to}</label><br /> <label><input type="checkbox" name="status[forwarded]" checked="checked" value="1" /> {$lang->message_status_forwarded}</label><br /> <label><input type="checkbox" name="status[read]" checked="checked" value="1" /> {$lang->message_status_read}</label>
|
<label><input type="checkbox" name="status[replied]" checked="checked" value="1" /> {$lang->message_status_replied_to}</label><br /> <label><input type="checkbox" name="status[forwarded]" checked="checked" value="1" /> {$lang->message_status_forwarded}</label><br /> <label><input type="checkbox" name="status[read]" checked="checked" value="1" /> {$lang->message_status_read}</label>
|
</td>
| </td>
|
</tr> <tr> <td class="trow2"><strong><label for="folder">{$lang->folder}</label></strong>
| </tr> <tr> <td class="trow2"><strong><label for="folder">{$lang->folder}</label></strong>
|
Zeile 10010 | Zeile 10020 |
---|
<tr> <td class="trow1" valign="top" width="30%"><strong>{$lang->export_unread}</strong></td> <td class="trow1"><input type="radio" class="radio" name="exportunread" value="1" /> {$lang->yes} <input type="radio" class="radio" name="exportunread" value="0" checked="checked" /> {$lang->no} </td>
|
<tr> <td class="trow1" valign="top" width="30%"><strong>{$lang->export_unread}</strong></td> <td class="trow1"><input type="radio" class="radio" name="exportunread" value="1" /> {$lang->yes} <input type="radio" class="radio" name="exportunread" value="0" checked="checked" /> {$lang->no} </td>
|
</tr>
| </tr>
|
<tr> <td class="trow2" valign="top" width="30%"><strong>{$lang->delete_archived}</strong><br /><span class="smalltext">{$lang->delete_archived_note}</span></td> <td class="trow2"><input type="radio" class="radio" name="deletepms" value="1" /> {$lang->yes} <input type="radio" class="radio" name="deletepms" value="0" checked="checked" /> {$lang->no} </td>
| <tr> <td class="trow2" valign="top" width="30%"><strong>{$lang->delete_archived}</strong><br /><span class="smalltext">{$lang->delete_archived_note}</span></td> <td class="trow2"><input type="radio" class="radio" name="deletepms" value="1" /> {$lang->yes} <input type="radio" class="radio" name="deletepms" value="0" checked="checked" /> {$lang->no} </td>
|
Zeile 10048 | Zeile 10058 |
---|
* {text-align: left}</style> </head> <body>
|
* {text-align: left}</style> </head> <body>
|
<br /> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
| <br /> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
|
<tr> <td class="thead" colspan="1"><span class="largetext"><strong>{$lang->private_messages_for}</strong></span></td> </tr> {$pmsdownload}
|
<tr> <td class="thead" colspan="1"><span class="largetext"><strong>{$lang->private_messages_for}</strong></span></td> </tr> {$pmsdownload}
|
</table> <br /> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr>
| </table> <br /> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr>
|
<td class="trow1" colspan="1">{$lang->exported_date}<br /><a href="{$mybb->settings['bburl']}">{$mybb->settings['bbname']}</a></td> </tr> </table> </body>]]></template> <template name="private_archive_html_folderhead" version="120"><![CDATA[</table>
|
<td class="trow1" colspan="1">{$lang->exported_date}<br /><a href="{$mybb->settings['bburl']}">{$mybb->settings['bbname']}</a></td> </tr> </table> </body>]]></template> <template name="private_archive_html_folderhead" version="120"><![CDATA[</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="tcat" colspan="2"><strong>{$lang->folder} {$foldername}</strong></td> </tr>]]></template> <template name="private_archive_html_message" version="1801"><![CDATA[<tr>
| <td class="tcat" colspan="2"><strong>{$lang->folder} {$foldername}</strong></td> </tr>]]></template> <template name="private_archive_html_message" version="1801"><![CDATA[<tr>
|
Zeile 10104 | Zeile 10114 |
---|
<form action="private.php" method="post"> <input type="hidden" name="my_post_key" value="{$mybb->post_code}" /> <table width="100%" border="0" align="center">
|
<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>
| <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>
|
<td class="thead" colspan="3"><strong>{$lang->empty_folders}</strong></td>
|
</tr> <tr>
| </tr> <tr>
|
<td class="trow1" colspan="3"><span class="smalltext">{$lang->empty_note}</span></td>
|
<td class="trow1" colspan="3"><span class="smalltext">{$lang->empty_note}</span></td>
|
</tr> <tr>
| </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>
|
<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> {$folderlist} <tr>
|
<td class="trow2" align="center" colspan="3"><input type="checkbox" class="checkbox" name="keepunread" value="1" checked="checked" /><strong>{$lang->keep_unread}</strong></td> </tr> </table>
| <td class="trow2" align="center" colspan="3"><input type="checkbox" class="checkbox" name="keepunread" value="1" checked="checked" /><strong>{$lang->keep_unread}</strong></td> </tr> </table>
|
Zeile 10158 | Zeile 10168 |
---|
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead"><strong>{$lang->existing_folders}</strong></td>
|
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead"><strong>{$lang->existing_folders}</strong></td>
|
</tr> <tr> <td class="trow1"><span class="smalltext">{$lang->edit_folder_note}</span></td> </tr>
| </tr> <tr> <td class="trow1"><span class="smalltext">{$lang->edit_folder_note}</span></td> </tr>
|
{$folderlist} </table> <br /> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead"><strong>{$lang->new_folders}</strong></td>
|
{$folderlist} </table> <br /> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead"><strong>{$lang->new_folders}</strong></td>
|
</tr>
| </tr>
|
<tr> <td class="trow1"><span class="smalltext">{$lang->add_folders_note}</span></td> </tr> {$newfolders}
|
<tr> <td class="trow1"><span class="smalltext">{$lang->add_folders_note}</span></td> </tr> {$newfolders}
|
</table> <br />
| </table> <br />
|
<div align="center"> <input type="hidden" name="action" value="do_folders" /> <input type="submit" class="button" name="submit" value="{$lang->update_folders}" />
| <div align="center"> <input type="hidden" name="action" value="do_folders" /> <input type="submit" class="button" name="submit" value="{$lang->update_folders}" />
|
Zeile 10252 | Zeile 10262 |
---|
<td class="thead{$collapsedthead['quickreply']}" colspan="2"> <div class="expcolimage"><img src="{$theme['imgdir']}/collapse{$collapsedimg['quickreply']}.png" id="quickreply_img" class="expander" alt="{$expaltext}" title="{$expaltext}" /></div> <div><strong>{$lang->quick_reply}</strong></div>
|
<td class="thead{$collapsedthead['quickreply']}" colspan="2"> <div class="expcolimage"><img src="{$theme['imgdir']}/collapse{$collapsedimg['quickreply']}.png" id="quickreply_img" class="expander" alt="{$expaltext}" title="{$expaltext}" /></div> <div><strong>{$lang->quick_reply}</strong></div>
|
</td> </tr>
| </td> </tr>
|
</thead> <tbody style="{$collapsed['quickreply_e']}" id="quickreply_e"> <tr>
| </thead> <tbody style="{$collapsed['quickreply_e']}" id="quickreply_e"> <tr>
|
Zeile 10332 | Zeile 10342 |
---|
<template name="private_search_results" version="1813"><![CDATA[<html> <head> <title>{$mybb->settings['bbname']} - {$lang->private_messaging}</title>
|
<template name="private_search_results" version="1813"><![CDATA[<html> <head> <title>{$mybb->settings['bbname']} - {$lang->private_messaging}</title>
|
{$headerinclude}
| {$headerinclude}
|
</head> <body> {$header} <table width="100%" border="0" align="center">
|
</head> <body> {$header} <table width="100%" border="0" align="center">
|
<tr>
| <tr>
|
{$usercpnav} <td valign="top"> <form action="private.php" method="post" name="pmForm">
| {$usercpnav} <td valign="top"> <form action="private.php" method="post" name="pmForm">
|
Zeile 10350 | Zeile 10360 |
---|
<input type="submit" class="button" name="quick_search" value="{$lang->search_pms}" /> (<a href="private.php?action=advanced_search">{$lang->advanced_search}</a>)</div> <strong>{$lang->pm_search_results}</strong></td>
|
<input type="submit" class="button" name="quick_search" value="{$lang->search_pms}" /> (<a href="private.php?action=advanced_search">{$lang->advanced_search}</a>)</div> <strong>{$lang->pm_search_results}</strong></td>
|
</tr>
| </tr>
|
<tr> <td class="tcat" align="left" colspan="3"><span class="smalltext"><strong>{$lang->message}</strong></span></td> <td class="tcat" align="center" width="10%" style="white-space: nowrap"><span class="smalltext"><strong>{$lang->sender}</strong></span></td>
| <tr> <td class="tcat" align="left" colspan="3"><span class="smalltext"><strong>{$lang->message}</strong></span></td> <td class="tcat" align="center" width="10%" style="white-space: nowrap"><span class="smalltext"><strong>{$lang->sender}</strong></span></td>
|
Zeile 10405 | Zeile 10415 |
---|
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead" colspan="2"><strong>{$lang->compose_pm}</strong></td>
|
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead" colspan="2"><strong>{$lang->compose_pm}</strong></td>
|
</tr>
| </tr>
|
<tr> <td class="trow1" valign="top" width="200"><strong>{$lang->compose_to}</strong> <script type="text/javascript">
| <tr> <td class="trow1" valign="top" width="200"><strong>{$lang->compose_to}</strong> <script type="text/javascript">
|
Zeile 10461 | Zeile 10471 |
---|
if($("#bcc_area").length > 0 && $("#bcc").val() == "") { $("#bcc_area").css("display", "none");
|
if($("#bcc_area").length > 0 && $("#bcc").val() == "") { $("#bcc_area").css("display", "none");
|
}
| }
|
function showBcc() { if($("#bcc_area").css("display") == 'none')
|
function showBcc() { if($("#bcc_area").css("display") == 'none')
|
{
| {
|
$("#bcc_area").css("display", "");
|
$("#bcc_area").css("display", "");
|
}
| }
|
else { $("#bcc_area").css("display", "none"); } } // -->
|
else { $("#bcc_area").css("display", "none"); } } // -->
|
</script>
| </script>
|
{$autocompletejs}
|
{$autocompletejs}
|
<script type="text/javascript">
| <script type="text/javascript">
|
$(".author_avatar img").error(function () { $(this).unbind("error").closest('.author_avatar').remove();
|
$(".author_avatar img").error(function () { $(this).unbind("error").closest('.author_avatar').remove();
|
}); </script> </body> </html>]]></template> <template name="private_send_autocomplete" version="1807"><![CDATA[<link rel="stylesheet" href="{$mybb->asset_url}/jscripts/select2/select2.css?ver=1807"> <script type="text/javascript" src="{$mybb->asset_url}/jscripts/select2/select2.min.js?ver=1806"></script> <script type="text/javascript"> <!-- if(use_xmlhttprequest == "1") { MyBB.select2();
| }); </script> </body> </html>]]></template> <template name="private_send_autocomplete" version="1818"><![CDATA[<link rel="stylesheet" href="{$mybb->asset_url}/jscripts/select2/select2.css?ver=1807"> <script type="text/javascript" src="{$mybb->asset_url}/jscripts/select2/select2.min.js?ver=1806"></script> <script type="text/javascript"> <!-- if(use_xmlhttprequest == "1") { MyBB.select2();
|
$("#to").select2({ placeholder: "{$lang->search_user}", minimumInputLength: 2,
| $("#to").select2({ placeholder: "{$lang->search_user}", minimumInputLength: 2,
|
Zeile 10510 | Zeile 10520 |
---|
} }, initSelection: function(element, callback) {
|
} }, initSelection: function(element, callback) {
|
var query = $(element).val();
| var query = $(element).val().replace(', ', ',');
|
if (query !== "") { var newqueries = []; exp_queries = query.split(",");
| if (query !== "") { var newqueries = []; exp_queries = query.split(",");
|
Zeile 10962 | Zeile 10972 |
---|
</td> <td class="trow1"> <input type="text" class="textbox" id="author" name="author" size="35" maxlength="{$mybb->settings['maxnamelength']}" /><br /><span class="smalltext"><input type="checkbox" class="checkbox" name="matchusername" value="1" checked="checked" /> {$lang->match_username}</span>
|
</td> <td class="trow1"> <input type="text" class="textbox" id="author" name="author" size="35" maxlength="{$mybb->settings['maxnamelength']}" /><br /><span class="smalltext"><input type="checkbox" class="checkbox" name="matchusername" value="1" checked="checked" /> {$lang->match_username}</span>
|
</td>
| </td>
|
</tr> <tr> <td class="tcat"><strong>{$lang->search_forums}</strong></td>
| </tr> <tr> <td class="tcat"><strong>{$lang->search_forums}</strong></td>
|
Zeile 11000 | Zeile 11010 |
---|
<option value="starter">{$lang->sort_author}</option> <option value="forum">{$lang->sort_forum}</option> </select> {$lang->sort_in} <input type="radio" class="radio" name="sortordr" value="asc" />{$lang->sort_asc} <input type="radio" class="radio" name="sortordr" value="desc" checked="checked" />{$lang->sort_desc} {$lang->sort_order}
|
<option value="starter">{$lang->sort_author}</option> <option value="forum">{$lang->sort_forum}</option> </select> {$lang->sort_in} <input type="radio" class="radio" name="sortordr" value="asc" />{$lang->sort_asc} <input type="radio" class="radio" name="sortordr" value="desc" checked="checked" />{$lang->sort_desc} {$lang->sort_order}
|
</td>
| </td>
|
</tr> <tr> <td class="tcat"><strong>{$lang->display_options}</strong></td>
| </tr> <tr> <td class="tcat"><strong>{$lang->display_options}</strong></td>
|
Zeile 11116 | Zeile 11126 |
---|
<td align="left" valign="top">{$multipage}</td> <td align="right" valign="top">{$inlinemod}</td> </tr>
|
<td align="left" valign="top">{$multipage}</td> <td align="right" valign="top">{$inlinemod}</td> </tr>
|
</table> {$footer} </body> </html>]]></template>
| </table> {$footer} </body> </html>]]></template>
|
<template name="search_results_posts_forumlink" version="1808"><![CDATA[<a href="{$post['forumlink_link']}">{$post['forumlink_name']}</a>]]></template> <template name="search_results_posts_inlinecheck" version="120"><![CDATA[<td class="{$bgcolor}" align="center" style="white-space: nowrap"><input type="checkbox" class="checkbox" name="inlinemod_{$post['pid']}" id="inlinemod_{$post['pid']}" value="1" style="vertical-align: middle;" {$inlinecheck} /></td>]]></template>
|
<template name="search_results_posts_forumlink" version="1808"><![CDATA[<a href="{$post['forumlink_link']}">{$post['forumlink_name']}</a>]]></template> <template name="search_results_posts_inlinecheck" version="120"><![CDATA[<td class="{$bgcolor}" align="center" style="white-space: nowrap"><input type="checkbox" class="checkbox" name="inlinemod_{$post['pid']}" id="inlinemod_{$post['pid']}" value="1" style="vertical-align: middle;" {$inlinecheck} /></td>]]></template>
|
<template name="search_results_posts_inlinemoderation" version="1813"><![CDATA[<script type="text/javascript" src="{$mybb->asset_url}/jscripts/inline_moderation.js?ver=1813"></script>
| <template name="search_results_posts_inlinemoderation" version="1818"><![CDATA[<script type="text/javascript" src="{$mybb->asset_url}/jscripts/inline_moderation.js?ver=1818"></script>
|
<form action="moderation.php" method="post" style="margin-top: 0; margin-bottom: 0;"> <input type="hidden" name="my_post_key" value="{$mybb->post_code}" /> <input type="hidden" name="tid" value="0" />
| <form action="moderation.php" method="post" style="margin-top: 0; margin-bottom: 0;"> <input type="hidden" name="my_post_key" value="{$mybb->post_code}" /> <input type="hidden" name="tid" value="0" />
|
Zeile 11159 | Zeile 11169 |
---|
<template name="search_results_posts_inlinemoderation_custom_tool" version="120"><![CDATA[<option value="{$tool['tid']}">{$tool['name']}</option>]]></template> <template name="search_results_posts_nocheck" version="120"><![CDATA[<td class="{$bgcolor}" align="center" style="white-space: nowrap"> </td>]]></template> <template name="search_results_posts_post" version="1813"><![CDATA[<tr class="inline_row">
|
<template name="search_results_posts_inlinemoderation_custom_tool" version="120"><![CDATA[<option value="{$tool['tid']}">{$tool['name']}</option>]]></template> <template name="search_results_posts_nocheck" version="120"><![CDATA[<td class="{$bgcolor}" align="center" style="white-space: nowrap"> </td>]]></template> <template name="search_results_posts_post" version="1813"><![CDATA[<tr class="inline_row">
|
<td align="center" class="{$bgcolor}" width="2%"><span class="thread_status {$folder}" title="{$folder_label}"> </span></td> <td align="center" class="{$bgcolor}" width="2%">{$icon}</td>
| <td align="center" class="{$bgcolor}" width="2%"><span class="thread_status {$folder}" title="{$folder_label}"> </span></td> <td align="center" class="{$bgcolor}" width="2%">{$icon}</td>
|
<td class="{$bgcolor}"> <span class="smalltext"> {$lang->post_thread} <a href="{$thread_url}{$highlight}">{$post['thread_subject']}</a><br />
| <td class="{$bgcolor}"> <span class="smalltext"> {$lang->post_thread} <a href="{$thread_url}{$highlight}">{$post['thread_subject']}</a><br />
|
Zeile 11216 | Zeile 11226 |
---|
</html>]]></template> <template name="search_results_threads_forumlink" version="1808"><![CDATA[<a href="{$thread['forumlink_link']}">{$thread['forumlink_name']}</a>]]></template> <template name="search_results_threads_inlinecheck" version="120"><![CDATA[<td class="{$bgcolor}" align="center" style="white-space: nowrap"><input type="checkbox" class="checkbox" name="inlinemod_{$thread['tid']}" id="inlinemod_{$thread['tid']}" value="1" style="vertical-align: middle;" {$inlinecheck} /></td>]]></template>
|
</html>]]></template> <template name="search_results_threads_forumlink" version="1808"><![CDATA[<a href="{$thread['forumlink_link']}">{$thread['forumlink_name']}</a>]]></template> <template name="search_results_threads_inlinecheck" version="120"><![CDATA[<td class="{$bgcolor}" align="center" style="white-space: nowrap"><input type="checkbox" class="checkbox" name="inlinemod_{$thread['tid']}" id="inlinemod_{$thread['tid']}" value="1" style="vertical-align: middle;" {$inlinecheck} /></td>]]></template>
|
<template name="search_results_threads_inlinemoderation" version="1813"><![CDATA[<script type="text/javascript" src="{$mybb->asset_url}/jscripts/inline_moderation.js?ver=1813"></script>
| <template name="search_results_threads_inlinemoderation" version="1818"><![CDATA[<script type="text/javascript" src="{$mybb->asset_url}/jscripts/inline_moderation.js?ver=1818"></script>
|
<form action="moderation.php" method="post"> <input type="hidden" name="my_post_key" value="{$mybb->post_code}" /> <input type="hidden" name="fid" value="0" />
| <form action="moderation.php" method="post"> <input type="hidden" name="my_post_key" value="{$mybb->post_code}" /> <input type="hidden" name="fid" value="0" />
|
Zeile 11278 | Zeile 11288 |
---|
</tr>]]></template> <template name="search_threads_inlinemoderation_selectall" version="1809"><![CDATA[<tr id="selectAllrow" class="hiddenrow"> <td colspan="8" class="selectall">{$lang->page_selected} <a href="javascript:void(0)" onclick='inlineModeration.selectAll(); return false;'>{$lang->select_all}</a></td>
|
</tr>]]></template> <template name="search_threads_inlinemoderation_selectall" version="1809"><![CDATA[<tr id="selectAllrow" class="hiddenrow"> <td colspan="8" class="selectall">{$lang->page_selected} <a href="javascript:void(0)" onclick='inlineModeration.selectAll(); return false;'>{$lang->select_all}</a></td>
|
</tr>
| </tr>
|
<tr id="allSelectedrow" class="hiddenrow"> <td colspan="8" class="selectall">{$lang->all_selected} <a href="javascript:void(0)" onclick='inlineModeration.clearChecked(); return false;'>{$lang->clear_selection}</a></td> </tr>]]></template>
| <tr id="allSelectedrow" class="hiddenrow"> <td colspan="8" class="selectall">{$lang->all_selected} <a href="javascript:void(0)" onclick='inlineModeration.clearChecked(); return false;'>{$lang->clear_selection}</a></td> </tr>]]></template>
|
Zeile 11296 | Zeile 11306 |
---|
<template name="showteam_moderators" version="1816"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead" colspan="5"><strong>{$usergroup['title']}</strong></td>
|
<template name="showteam_moderators" version="1816"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead" colspan="5"><strong>{$usergroup['title']}</strong></td>
|
</tr> <tr>
| </tr> <tr>
|
<td class="tcat"><span class="smalltext"><strong>{$lang->username}</strong></span></td> <td class="tcat"><span class="smalltext"><strong>{$modscope}</strong></span></td> <td class="tcat"><span class="smalltext"><strong>{$lang->lastvisit}</strong></span></td>
| <td class="tcat"><span class="smalltext"><strong>{$lang->username}</strong></span></td> <td class="tcat"><span class="smalltext"><strong>{$modscope}</strong></span></td> <td class="tcat"><span class="smalltext"><strong>{$lang->lastvisit}</strong></span></td>
|
Zeile 11316 | Zeile 11326 |
---|
<td width="5%" class="{$bgcolor}"><div class="postbit_buttons">{$pmcode}</div></td> </tr>]]></template> <template name="showteam_usergroup" version="120"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
|
<td width="5%" class="{$bgcolor}"><div class="postbit_buttons">{$pmcode}</div></td> </tr>]]></template> <template name="showteam_usergroup" version="120"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
|
<tr>
| <tr>
|
<td class="thead" colspan="4"><strong>{$usergroup['title']}</strong></td> </tr> <tr>
| <td class="thead" colspan="4"><strong>{$usergroup['title']}</strong></td> </tr> <tr>
|
Zeile 11334 | Zeile 11344 |
---|
<td width="5%" class="{$bgcolor}"><div class="postbit_buttons">{$emailcode}</div></td> <td width="5%" class="{$bgcolor}"><div class="postbit_buttons">{$pmcode}</div></td> </tr>]]></template>
|
<td width="5%" class="{$bgcolor}"><div class="postbit_buttons">{$emailcode}</div></td> <td width="5%" class="{$bgcolor}"><div class="postbit_buttons">{$pmcode}</div></td> </tr>]]></template>
|
<template name="showthread" version="1813"><![CDATA[<html>
| <template name="showthread" version="1818"><![CDATA[<html>
|
<head> <title>{$thread['subject']}</title> {$headerinclude}
| <head> <title>{$thread['subject']}</title> {$headerinclude}
|
Zeile 11353 | Zeile 11363 |
---|
lang.quick_restore_error = "{$lang->quick_restore_error}"; lang.quick_restore_success = "{$lang->quick_restore_success}"; lang.editreason = "{$lang->postbit_editreason}";
|
lang.quick_restore_error = "{$lang->quick_restore_error}"; lang.quick_restore_success = "{$lang->quick_restore_success}"; lang.editreason = "{$lang->postbit_editreason}";
|
| lang.post_deleted_error = "{$lang->post_deleted_error}"; lang.softdelete_thread = "{$lang->soft_delete_thread}"; lang.restore_thread = "{$lang->restore_thread}";
|
// --> </script> <!-- jeditable (jquery) -->
| // --> </script> <!-- jeditable (jquery) -->
|
Zeile 11376 | Zeile 11389 |
---|
<td class="thead"> <div class="float_right"> <span class="smalltext"><strong><a href="javascript:void(0)" id="thread_modes">{$lang->thread_modes}</a>{$threadnoteslink}</strong></span>
|
<td class="thead"> <div class="float_right"> <span class="smalltext"><strong><a href="javascript:void(0)" id="thread_modes">{$lang->thread_modes}</a>{$threadnoteslink}</strong></span>
|
</div>
| </div>
|
<div> <strong>{$thread['threadprefix']}{$thread['subject']}</strong> </div>
| <div> <strong>{$thread['threadprefix']}{$thread['subject']}</strong> </div>
|
Zeile 11409 | Zeile 11422 |
---|
<br /> <div class="float_left"> <ul class="thread_tools">
|
<br /> <div class="float_left"> <ul class="thread_tools">
|
<li class="printable"><a href="printthread.php?tid={$tid}">{$lang->view_printable}</a></li>
| {$printthread}
|
{$sendthread} {$addremovesubscription} {$addpoll}
| {$sendthread} {$addremovesubscription} {$addpoll}
|
Zeile 11436 | Zeile 11449 |
---|
$(".author_avatar img").error(function () { $(this).unbind("error").closest('.author_avatar').remove(); });
|
$(".author_avatar img").error(function () { $(this).unbind("error").closest('.author_avatar').remove(); });
|
| var thread_deleted = "{$thread_deleted}"; if(thread_deleted == "1") { $("#quick_reply_form, .new_reply_button, .thread_tools, .inline_rating").hide(); $("#moderator_options_selector option.option_mirage").attr("disabled","disabled"); }
|
</script> </body> </html>]]></template>
| </script> </body> </html>]]></template>
|
Zeile 11445 | Zeile 11464 |
---|
<td class="tcat"><span class="smalltext"><strong>{$lang->message}</strong></span></td> </tr> ]]></template>
|
<td class="tcat"><span class="smalltext"><strong>{$lang->message}</strong></span></td> </tr> ]]></template>
|
<template name="showthread_inlinemoderation" version="1813"><![CDATA[<script type="text/javascript" src="{$mybb->asset_url}/jscripts/inline_moderation.js?ver=1813"></script>
| <template name="showthread_inlinemoderation" version="1818"><![CDATA[<script type="text/javascript" src="{$mybb->asset_url}/jscripts/inline_moderation.js?ver=1818"></script>
|
<form action="moderation.php" method="post" style="margin-top: 0; margin-bottom: 0;" id="inlinemoderation_options"> <input type="hidden" name="my_post_key" value="{$mybb->post_code}" /> <input type="hidden" name="tid" value="{$tid}" />
| <form action="moderation.php" method="post" style="margin-top: 0; margin-bottom: 0;" id="inlinemoderation_options"> <input type="hidden" name="my_post_key" value="{$mybb->post_code}" /> <input type="hidden" name="tid" value="{$tid}" />
|
Zeile 11509 | Zeile 11528 |
---|
}) //--> </script>]]></template>
|
}) //--> </script>]]></template>
|
<template name="showthread_moderationoptions_approve" version="1808"><![CDATA[<option value="approvethread">{$lang->approve_thread}</option>]]></template>
| <template name="showthread_moderationoptions_approve" version="1818"><![CDATA[<option class="option_mirage" value="approvethread">{$lang->approve_thread}</option>]]></template>
|
<template name="showthread_moderationoptions_custom" version="120"><![CDATA[<optgroup label="{$lang->custom_mod_tools}">{$customthreadtools}</optgroup>]]></template>
|
<template name="showthread_moderationoptions_custom" version="120"><![CDATA[<optgroup label="{$lang->custom_mod_tools}">{$customthreadtools}</optgroup>]]></template>
|
<template name="showthread_moderationoptions_custom_tool" version="120"><![CDATA[<option value="{$tool['tid']}">{$tool['name']}</option>]]></template>
| <template name="showthread_moderationoptions_custom_tool" version="1818"><![CDATA[<option class="option_mirage" value="{$tool['tid']}">{$tool['name']}</option>]]></template>
|
<template name="showthread_moderationoptions_delete" version="1800"><![CDATA[<option value="deletethread">{$lang->delete_thread}</option>]]></template>
|
<template name="showthread_moderationoptions_delete" version="1800"><![CDATA[<option value="deletethread">{$lang->delete_thread}</option>]]></template>
|
<template name="showthread_moderationoptions_deletepoll" version="1800"><![CDATA[<option value="deletepoll">{$lang->delete_poll}</option>]]></template> <template name="showthread_moderationoptions_manage" version="1800"><![CDATA[<option value="move">{$lang->move_thread}</option> <option value="split">{$lang->split_thread}</option> <option value="merge">{$lang->merge_threads}</option> <option value="removeredirects">{$lang->remove_redirects}</option> <option value="removesubscriptions">{$lang->remove_subscriptions}</option>]]></template> <template name="showthread_moderationoptions_openclose" version="1800"><![CDATA[<option value="openclosethread">{$lang->open_close_thread}</option>]]></template>
| <template name="showthread_moderationoptions_deletepoll" version="1818"><![CDATA[<option class="option_mirage" value="deletepoll">{$lang->delete_poll}</option>]]></template> <template name="showthread_moderationoptions_manage" version="1818"><![CDATA[<option class="option_mirage" value="move">{$lang->move_thread}</option> <option class="option_mirage" value="split">{$lang->split_thread}</option> <option class="option_mirage" value="merge">{$lang->merge_threads}</option> <option class="option_mirage" value="removeredirects">{$lang->remove_redirects}</option> <option class="option_mirage" value="removesubscriptions">{$lang->remove_subscriptions}</option>]]></template> <template name="showthread_moderationoptions_openclose" version="1818"><![CDATA[<option class="option_mirage" value="openclosethread">{$lang->open_close_thread}</option>]]></template>
|
<template name="showthread_moderationoptions_restore" version="1804"><![CDATA[<option value="restorethread">{$lang->restore_thread}</option>]]></template> <template name="showthread_moderationoptions_softdelete" version="1804"><![CDATA[<option value="softdeletethread">{$lang->soft_delete_thread}</option>]]></template> <template name="showthread_moderationoptions_standard" version="1800"><![CDATA[<optgroup label="{$lang->standard_mod_tools}">
| <template name="showthread_moderationoptions_restore" version="1804"><![CDATA[<option value="restorethread">{$lang->restore_thread}</option>]]></template> <template name="showthread_moderationoptions_softdelete" version="1804"><![CDATA[<option value="softdeletethread">{$lang->soft_delete_thread}</option>]]></template> <template name="showthread_moderationoptions_standard" version="1800"><![CDATA[<optgroup label="{$lang->standard_mod_tools}">
|
Zeile 11532 | Zeile 11551 |
---|
{$managethread} {$approveunapprovethread} </optgroup>]]></template>
|
{$managethread} {$approveunapprovethread} </optgroup>]]></template>
|
<template name="showthread_moderationoptions_stickunstick" version="1800"><![CDATA[<option value="stick">{$lang->stick_unstick_thread}</option>]]></template>
| <template name="showthread_moderationoptions_stickunstick" version="1818"><![CDATA[<option class="option_mirage" value="stick">{$lang->stick_unstick_thread}</option>]]></template>
|
<template name="showthread_moderationoptions_threadnotes" version="1800"><![CDATA[<option value="threadnotes" selected="selected">{$lang->thread_notes}</option>]]></template>
|
<template name="showthread_moderationoptions_threadnotes" version="1800"><![CDATA[<option value="threadnotes" selected="selected">{$lang->thread_notes}</option>]]></template>
|
<template name="showthread_moderationoptions_unapprove" version="1808"><![CDATA[<option value="unapprovethread">{$lang->unapprove_thread}</option>]]></template>
| <template name="showthread_moderationoptions_unapprove" version="1818"><![CDATA[<option class="option_mirage" value="unapprovethread">{$lang->unapprove_thread}</option>]]></template>
|
<template name="showthread_newreply" version="1800"><![CDATA[<a href="newreply.php?tid={$tid}" class="button new_reply_button"><span>{$lang->new_reply}</span></a> ]]></template> <template name="showthread_newreply_closed" version="1800"><![CDATA[<a href="newreply.php?tid={$tid}" class="button closed_button"><span>{$lang->thread_closed}</span></a> ]]></template> <template name="showthread_newthread" version="1800"><![CDATA[<a href="newthread.php?fid={$fid}" class="button new_thread_button"><span>{$lang->post_thread}</span></a> ]]></template>
| <template name="showthread_newreply" version="1800"><![CDATA[<a href="newreply.php?tid={$tid}" class="button new_reply_button"><span>{$lang->new_reply}</span></a> ]]></template> <template name="showthread_newreply_closed" version="1800"><![CDATA[<a href="newreply.php?tid={$tid}" class="button closed_button"><span>{$lang->thread_closed}</span></a> ]]></template> <template name="showthread_newthread" version="1800"><![CDATA[<a href="newthread.php?fid={$fid}" class="button new_thread_button"><span>{$lang->post_thread}</span></a> ]]></template>
|
Zeile 11603 | Zeile 11622 |
---|
</table> <br />]]></template> <template name="showthread_poll_undovote" version="1800"><![CDATA[ [<a href="polls.php?action=do_undovote&pid={$poll['pid']}&my_post_key={$mybb->post_code}">{$lang->undo_vote}</a>]]]></template>
|
</table> <br />]]></template> <template name="showthread_poll_undovote" version="1800"><![CDATA[ [<a href="polls.php?action=do_undovote&pid={$poll['pid']}&my_post_key={$mybb->post_code}">{$lang->undo_vote}</a>]]]></template>
|
| <template name="showthread_printthread" version="1818"><![CDATA[<li class="printable"><a href="printthread.php?tid={$tid}">{$lang->view_printable}</a></li>]]></template>
|
<template name="showthread_quickreply" version="1816"><![CDATA[ <div id="quickreply_spinner" class="showthread_spinner" style="display: none"><img src="{$theme['imgdir']}/spinner.gif" /></div> <br />
| <template name="showthread_quickreply" version="1816"><![CDATA[ <div id="quickreply_spinner" class="showthread_spinner" style="display: none"><img src="{$theme['imgdir']}/spinner.gif" /></div> <br />
|
Zeile 11656 | Zeile 11676 |
---|
<template name="showthread_quickreply_options_close" version="1800"><![CDATA[<br /><label><input type="checkbox" class="checkbox" name="modoptions[closethread]" value="1"{$closelinkch} /> <strong>{$lang->close_thread}</strong></label>]]></template> <template name="showthread_quickreply_options_signature" version="1800"><![CDATA[<label><input type="checkbox" class="checkbox" name="postoptions[signature]" value="1" {$postoptionschecked['signature']} /> <strong>{$lang->signature}</strong></label><br />]]></template> <template name="showthread_quickreply_options_stick" version="1800"><![CDATA[<br /><label><input type="checkbox" class="checkbox" name="modoptions[stickthread]" value="1"{$stickch} /> <strong>{$lang->stick_thread}</strong></label>]]></template>
|
<template name="showthread_quickreply_options_close" version="1800"><![CDATA[<br /><label><input type="checkbox" class="checkbox" name="modoptions[closethread]" value="1"{$closelinkch} /> <strong>{$lang->close_thread}</strong></label>]]></template> <template name="showthread_quickreply_options_signature" version="1800"><![CDATA[<label><input type="checkbox" class="checkbox" name="postoptions[signature]" value="1" {$postoptionschecked['signature']} /> <strong>{$lang->signature}</strong></label><br />]]></template> <template name="showthread_quickreply_options_stick" version="1800"><![CDATA[<br /><label><input type="checkbox" class="checkbox" name="modoptions[stickthread]" value="1"{$stickch} /> <strong>{$lang->stick_thread}</strong></label>]]></template>
|
<template name="showthread_ratethread" version="1808"><![CDATA[<div style="margin-top: 6px; padding-right: 10px;" class="float_right">
| <template name="showthread_ratethread" version="1818"><![CDATA[<div style="margin-top: 6px; padding-right: 10px;" class="float_right">
|
<script type="text/javascript"> <!-- lang.ratings_update_error = "{$lang->ratings_update_error}"; // --> </script> <script type="text/javascript" src="{$mybb->asset_url}/jscripts/rating.js?ver=1808"></script>
|
<script type="text/javascript"> <!-- lang.ratings_update_error = "{$lang->ratings_update_error}"; // --> </script> <script type="text/javascript" src="{$mybb->asset_url}/jscripts/rating.js?ver=1808"></script>
|
<strong class="float_left" style="padding-right: 10px;">{$lang->thread_rating}</strong>
| |
<div class="inline_rating">
|
<div class="inline_rating">
|
| <strong class="float_left" style="padding-right: 10px;">{$lang->thread_rating}</strong>
|
<ul class="star_rating{$not_rated}" id="rating_thread_{$thread['tid']}"> <li style="width: {$thread['width']}%" class="current_rating" id="current_rating_{$thread['tid']}">{$ratingvotesav}</li> <li><a class="one_star" title="{$lang->one_star}" href="./ratethread.php?tid={$thread['tid']}&rating=1&my_post_key={$mybb->post_code}">1</a></li>
| <ul class="star_rating{$not_rated}" id="rating_thread_{$thread['tid']}"> <li style="width: {$thread['width']}%" class="current_rating" id="current_rating_{$thread['tid']}">{$ratingvotesav}</li> <li><a class="one_star" title="{$lang->one_star}" href="./ratethread.php?tid={$thread['tid']}&rating=1&my_post_key={$mybb->post_code}">1</a></li>
|
Zeile 13306 | Zeile 13326 |
---|
{$referral_link}]]></template> <template name="usercp_reputation" version="1600"><![CDATA[<strong>{$lang->reputation}</strong> {$reputation_link} [<a href="reputation.php?uid={$mybb->user['uid']}">{$lang->details}</a>]<br />]]></template> <template name="usercp_resendactivation" version="1800"><![CDATA[<br />(<a href="member.php?action=resendactivation">{$lang->resend_activation}</a>)]]></template>
|
{$referral_link}]]></template> <template name="usercp_reputation" version="1600"><![CDATA[<strong>{$lang->reputation}</strong> {$reputation_link} [<a href="reputation.php?uid={$mybb->user['uid']}">{$lang->details}</a>]<br />]]></template> <template name="usercp_resendactivation" version="1800"><![CDATA[<br />(<a href="member.php?action=resendactivation">{$lang->resend_activation}</a>)]]></template>
|
<template name="usercp_subscriptions" version="1813"><![CDATA[<html>
| <template name="usercp_subscriptions" version="1817"><![CDATA[<html>
|
<head> <title>{$mybb->settings['bbname']} - {$lang->subscriptions}</title> {$headerinclude}
| <head> <title>{$mybb->settings['bbname']} - {$lang->subscriptions}</title> {$headerinclude}
|
Zeile 13559 | Zeile 13579 |
---|
<template name="video_liveleak_embed" version="1811"><![CDATA[<iframe width="500" height="300" src="https://www.liveleak.com/ll_embed?i={$id}" frameborder="0" allowfullscreen></iframe>]]></template> <template name="video_myspacetv_embed" version="1807"><![CDATA[<iframe width="480" height="270" src="//media.myspace.com/play/video/{$id}" frameborder="0" allowtransparency="true" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>]]></template> <template name="video_youtube_embed" version="1807"><![CDATA[<iframe width="560" height="315" src="//www.youtube.com/embed/{$id}" frameborder="0" allowfullscreen></iframe>]]></template>
|
<template name="video_liveleak_embed" version="1811"><![CDATA[<iframe width="500" height="300" src="https://www.liveleak.com/ll_embed?i={$id}" frameborder="0" allowfullscreen></iframe>]]></template> <template name="video_myspacetv_embed" version="1807"><![CDATA[<iframe width="480" height="270" src="//media.myspace.com/play/video/{$id}" frameborder="0" allowtransparency="true" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>]]></template> <template name="video_youtube_embed" version="1807"><![CDATA[<iframe width="560" height="315" src="//www.youtube.com/embed/{$id}" frameborder="0" allowfullscreen></iframe>]]></template>
|
<template name="video_veoh_embed" version="1800"><![CDATA[<object width="410" height="341" id="veohFlashPlayer" name="veohFlashPlayer"><param name="movie" value="http://www.veoh.com/swf/webplayer/WebPlayer.swf?version=AFrontend.5.7.0.1446&permalinkId={$id}&player=videodetailsembedded&videoAutoPlay=0&id=anonymous"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.veoh.com/swf/webplayer/WebPlayer.swf?version=AFrontend.5.7.0.1446&permalinkId={$id}&player=videodetailsembedded&videoAutoPlay=0&id=anonymous" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="410" height="341" id="veohFlashPlayerEmbed" name="veohFlashPlayerEmbed"></embed></object>]]></template>
| <template name="video_mixer_embed" version="1818"><![CDATA[<iframe allowfullscreen="true" src="https://mixer.com/embed/player/{$id}?disableLowLatency=1" width="620" height="349"></iframe>]]></template>
|
<template name="video_vimeo_embed" version="1807"><![CDATA[<iframe src="//player.vimeo.com/video/{$id}" width="500" height="375" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>]]></template> <template name="video_yahoo_embed" version="1807"><![CDATA[<iframe width="640" height="360" scrolling="no" frameborder="0" src="//{$local}screen.yahoo.com/{$id}?format=embed" allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true" allowtransparency="true"></iframe>]]></template> <template name="video_twitch_embed" version="1813"><![CDATA[<iframe src="https://player.twitch.tv/?{$id}&autoplay=false" frameborder="0" scrolling="no" height="378" width="620"></iframe>]]></template>
| <template name="video_vimeo_embed" version="1807"><![CDATA[<iframe src="//player.vimeo.com/video/{$id}" width="500" height="375" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>]]></template> <template name="video_yahoo_embed" version="1807"><![CDATA[<iframe width="640" height="360" scrolling="no" frameborder="0" src="//{$local}screen.yahoo.com/{$id}?format=embed" allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true" allowtransparency="true"></iframe>]]></template> <template name="video_twitch_embed" version="1813"><![CDATA[<iframe src="https://player.twitch.tv/?{$id}&autoplay=false" frameborder="0" scrolling="no" height="378" width="620"></iframe>]]></template>
|
Zeile 14019 | Zeile 14039 |
---|
</html>]]></template> <template name="debug_summary" version="1800"><![CDATA[<div id="debug">{$generated_in} {$debug_weight} <br />{$sql_queries} / {$server_load} / {$memory_usage}<br />[<a href="{$debuglink}" target="_blank">{$lang->debug_advanced_details}</a>]<br /></div>]]></template> <template name="gobutton" version="120"><![CDATA[<input type="submit" class="button" value="{$lang->go}" />]]></template>
|
</html>]]></template> <template name="debug_summary" version="1800"><![CDATA[<div id="debug">{$generated_in} {$debug_weight} <br />{$sql_queries} / {$server_load} / {$memory_usage}<br />[<a href="{$debuglink}" target="_blank">{$lang->debug_advanced_details}</a>]<br /></div>]]></template> <template name="gobutton" version="120"><![CDATA[<input type="submit" class="button" value="{$lang->go}" />]]></template>
|
<template name="headerinclude" version="1815"><![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="1817"><![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}" /> <meta http-equiv="Content-Script-Type" content="text/javascript" /> <script type="text/javascript" src="{$mybb->asset_url}/jscripts/jquery.js?ver=1813"></script> <script type="text/javascript" src="{$mybb->asset_url}/jscripts/jquery.plugins.min.js?ver=1813"></script>
|
<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}" /> <meta http-equiv="Content-Script-Type" content="text/javascript" /> <script type="text/javascript" src="{$mybb->asset_url}/jscripts/jquery.js?ver=1813"></script> <script type="text/javascript" src="{$mybb->asset_url}/jscripts/jquery.plugins.min.js?ver=1813"></script>
|
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/general.js?ver=1815"></script>
| <script type="text/javascript" src="{$mybb->asset_url}/jscripts/general.js?ver=1817"></script>
|
{$stylesheets} <script type="text/javascript">
| {$stylesheets} <script type="text/javascript">
|