Zeile 706 | Zeile 706 |
---|
padding: 5px; margin-top: 5px; font-weight: normal;
|
padding: 5px; margin-top: 5px; font-weight: normal;
|
| white-space: nowrap;
|
}
.pagination_breadcrumb_link {
| }
.pagination_breadcrumb_link {
|
Zeile 1029 | Zeile 1030 |
---|
}]]></stylesheet> </stylesheets> <templates>
|
}]]></stylesheet> </stylesheets> <templates>
|
<template name="forumdisplay_threadlist" version="1600"><![CDATA[<div class="float_left">
| <template name="forumdisplay_threadlist" version="1603"><![CDATA[<div class="float_left">
|
{$multipage} </div> <div class="float_right">
| {$multipage} </div> <div class="float_right">
|
Zeile 1039 | Zeile 1040 |
---|
<tr> <td class="thead" colspan="{$colspan}"> <div style="float: right;">
|
<tr> <td class="thead" colspan="{$colspan}"> <div style="float: right;">
|
<span class="smalltext"><strong><a href="misc.php?action=markread&fid={$fid}">{$lang->markforum_read}</a> | <a href="usercp2.php?action={$add_remove_subscription}subscription&type=forum&fid={$fid}&my_post_key={$mybb->post_code}">{$add_remove_subscription_text}</a>{$clearstoredpass}</strong></span>
| <span class="smalltext"><strong><a href="misc.php?action=markread&fid={$fid}{$post_code_string}">{$lang->markforum_read}</a> | <a href="usercp2.php?action={$add_remove_subscription}subscription&type=forum&fid={$fid}&my_post_key={$mybb->post_code}">{$add_remove_subscription_text}</a>{$clearstoredpass}</strong></span>
|
</div> <div> <strong>{$foruminfo['name']}</strong>
| </div> <div> <strong>{$foruminfo['name']}</strong>
|
Zeile 1614 | Zeile 1615 |
---|
<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" version="1600"><![CDATA[<html>
| <template name="showthread" version="1603"><![CDATA[<html>
|
<head> <title>{$thread['subject']}</title> {$headerinclude}
| <head> <title>{$thread['subject']}</title> {$headerinclude}
|
Zeile 1623 | Zeile 1624 |
---|
var quickdelete_confirm = "{$lang->quickdelete_confirm}"; // --> </script>
|
var quickdelete_confirm = "{$lang->quickdelete_confirm}"; // --> </script>
|
<script type="text/javascript" src="jscripts/thread.js?ver=1600"></script>
| <script type="text/javascript" src="jscripts/thread.js?ver=1603"></script>
|
</head> <body> {$header}
| </head> <body> {$header}
|
Zeile 1978 | Zeile 1979 |
---|
{$usercpmenu} </table> </td>]]></template>
|
{$usercpmenu} </table> </td>]]></template>
|
<template name="usercp_nav_messenger" version="1400"><![CDATA[<tr>
| <template name="usercp_nav_messenger" version="1605"><![CDATA[<tr>
|
<td class="tcat">
|
<td class="tcat">
|
<div class="float_right"><img src="{$theme['imgdir']}/collapse{$collapsedimg['usercppms']}.gif" id="usercppms_img" class="expander" alt="[-]"/></div>
| <div class="expcolimage"><img src="{$theme['imgdir']}/collapse{$collapsedimg['usercppms']}.gif" id="usercppms_img" class="expander" alt="[-]"/></div>
|
<div><span class="smalltext"><strong>{$lang->ucp_nav_messenger}</strong></span></div> </td> </tr>
| <div><span class="smalltext"><strong>{$lang->ucp_nav_messenger}</strong></span></div> </td> </tr>
|
Zeile 2324 | Zeile 2325 |
---|
</div> </td> </tr>]]></template>
|
</div> </td> </tr>]]></template>
|
<template name="header_welcomeblock_member_admin" version="120"><![CDATA[ — <a href="{$mybb->settings['bburl']}/{$config['admin_dir']}/index.php">{$lang->welcome_admin}</a>]]></template>
| <template name="header_welcomeblock_member_admin" version="1605"><![CDATA[ — <a href="{$mybb->settings['bburl']}/{$config['admin_dir']}/index.php">{$lang->welcome_admin}</a>]]></template>
|
<template name="forumdisplay_newthread" version="120"><![CDATA[<a href="newthread.php?fid={$fid}"><img src="{$theme['imglangdir']}/newthread.gif" alt="{$lang->post_thread}" title="{$lang->post_thread}" /></a>]]></template> <template name="showthread_threaded_bitactive" version="120"><![CDATA[<div style="margin-left: {$indentsize}px;"><strong>{$post['subject']}</strong> <span class="smalltext">- {$lang->by} {$post['profilelink']} - {$postdate} {$posttime}</span></div>]]></template> <template name="showthread_threaded_bit" version="120"><![CDATA[<div style="margin-left: {$indentsize}px;"><a href="showthread.php?tid={$tid}&pid={$post['pid']}&mode=threaded">{$post['subject']}</a> <span class="smalltext">- {$lang->by} {$post['profilelink']} - {$postdate}, {$posttime}</span></div>]]></template>
|
<template name="forumdisplay_newthread" version="120"><![CDATA[<a href="newthread.php?fid={$fid}"><img src="{$theme['imglangdir']}/newthread.gif" alt="{$lang->post_thread}" title="{$lang->post_thread}" /></a>]]></template> <template name="showthread_threaded_bitactive" version="120"><![CDATA[<div style="margin-left: {$indentsize}px;"><strong>{$post['subject']}</strong> <span class="smalltext">- {$lang->by} {$post['profilelink']} - {$postdate} {$posttime}</span></div>]]></template> <template name="showthread_threaded_bit" version="120"><![CDATA[<div style="margin-left: {$indentsize}px;"><a href="showthread.php?tid={$tid}&pid={$post['pid']}&mode=threaded">{$post['subject']}</a> <span class="smalltext">- {$lang->by} {$post['profilelink']} - {$postdate}, {$posttime}</span></div>]]></template>
|
<template name="showthread_poll" version="120"><![CDATA[<form action="polls.php" method="get">
| <template name="showthread_poll" version="1604"><![CDATA[<form action="polls.php" method="post"> <input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
|
<input type="hidden" name="action" value="vote" /> <input type="hidden" name="pid" value="{$poll['pid']}" /> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
| <input type="hidden" name="action" value="vote" /> <input type="hidden" name="pid" value="{$poll['pid']}" /> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
|
Zeile 3183 | Zeile 3185 |
---|
</body> </html>]]></template> <template name="usercp_avatar_gallery_avatar" version="120"><![CDATA[<td width="20%" align="center"><label for="avatar-{$avatar}"><img src="{$avatarpath}" alt="{$avatar}" title="{$avatar}" /><br /><input type="radio" class="radio" name="avatar" value="{$avatar}" id="avatar-{$avatar}" /><strong>{$avatarname}</strong></td>]]></template>
|
</body> </html>]]></template> <template name="usercp_avatar_gallery_avatar" version="120"><![CDATA[<td width="20%" align="center"><label for="avatar-{$avatar}"><img src="{$avatarpath}" alt="{$avatar}" title="{$avatar}" /><br /><input type="radio" class="radio" name="avatar" value="{$avatar}" id="avatar-{$avatar}" /><strong>{$avatarname}</strong></td>]]></template>
|
<template name="usercp_avatar_current" version="1600"><![CDATA[<td class="trow1" width="150" align="right"><img src="{$urltoavatar}" alt="{$lang->avatar}" title="{$lang->avatar}" {$avatar_width_height} /></td>]]></template> <template name="headerinclude" version="1600"><![CDATA[<link rel="alternate" type="application/rss+xml" title="{$lang->latest_threads} (RSS 2.0)" href="{$mybb->settings['bburl']}/syndication.php" />
| <template name="usercp_avatar_current" version="1603"><![CDATA[<td class="trow1" width="150" align="right"><img src="{$urltoavatar}" alt="{$lang->avatar_mine}" title="{$lang->avatar_mine}" {$avatar_width_height} /></td>]]></template> <template name="headerinclude" version="1603"><![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" />
|
<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->settings['bburl']}/jscripts/prototype.js?ver=1600"></script> <script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/general.js?ver=1600"></script>
| <script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/prototype.js?ver=1603"></script> <script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/general.js?ver=1603"></script>
|
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/popup_menu.js?ver=1600"></script> {$stylesheets} <script type="text/javascript">
| <script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/popup_menu.js?ver=1600"></script> {$stylesheets} <script type="text/javascript">
|
Zeile 3222 | Zeile 3224 |
---|
{$similarthreadbits} </table>]]></template> <template name="nav_sep" version="120"><![CDATA[ / ]]></template>
|
{$similarthreadbits} </table>]]></template> <template name="nav_sep" version="120"><![CDATA[ / ]]></template>
|
<template name="post_attachments_new" version="1600"><![CDATA[<tr>
| <template name="post_attachments_new" version="1604"><![CDATA[<tr>
|
<td class="trow1" width="1"><img src="{$theme['imgdir']}/paperclip.gif" alt="" /></td>
|
<td class="trow1" width="1"><img src="{$theme['imgdir']}/paperclip.gif" 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" align="center"><input type="submit" class="button" name="updateattachment" value="{$lang->update_attachment}" tabindex="12" /> <input type="submit" class="button" name="newattachment" value="{$lang->add_attachment}" tabindex="13" />
| <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" align="center">{$attach_update_options} <input type="submit" class="button" name="newattachment" value="{$lang->add_attachment}" tabindex="13" />
|
</td> </tr>]]></template> <template name="nav_sep_active" version="120"><![CDATA[ / ]]></template> <template name="member_profile_online" version="1400"><![CDATA[<a href="online.php"><span class="online" style="font-weight: bold;">{$lang->postbit_status_online}</span></a> ({$location} @ {$location_time})]]></template> <template name="member_profile_offline" version="1400"><![CDATA[<span class="offline" style="font-weight: bold;">{$lang->postbit_status_offline}</span>]]></template>
|
</td> </tr>]]></template> <template name="nav_sep_active" version="120"><![CDATA[ / ]]></template> <template name="member_profile_online" version="1400"><![CDATA[<a href="online.php"><span class="online" style="font-weight: bold;">{$lang->postbit_status_online}</span></a> ({$location} @ {$location_time})]]></template> <template name="member_profile_offline" version="1400"><![CDATA[<span class="offline" style="font-weight: bold;">{$lang->postbit_status_offline}</span>]]></template>
|
<template name="member_profile" version="1600"><![CDATA[<html>
| <template name="member_profile" version="1602"><![CDATA[<html>
|
<head> <title>{$mybb->settings['bbname']} - {$lang->profile}</title> {$headerinclude}
| <head> <title>{$mybb->settings['bbname']} - {$lang->profile}</title> {$headerinclude}
|
Zeile 3291 | Zeile 3293 |
---|
<td colspan="2" class="thead"><strong>{$lang->users_contact_details}</strong></td> </tr> <tr>
|
<td colspan="2" class="thead"><strong>{$lang->users_contact_details}</strong></td> </tr> <tr>
|
<td class="trow1"><strong>{$lang->homepage}</strong></td>
| <td class="trow1" width="40%"><strong>{$lang->homepage}</strong></td>
|
<td class="trow1">{$website}</td> </tr> {$sendemail}
| <td class="trow1">{$website}</td> </tr> {$sendemail}
|
Zeile 3330 | Zeile 3332 |
---|
{$footer} </body> </html>]]></template>
|
{$footer} </body> </html>]]></template>
|
<template name="member_profile_adminoptions" version="1600"><![CDATA[
| <template name="member_profile_adminoptions" version="1605"><![CDATA[
|
<br /><table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" width="100%" class="tborder"> <tr> <td colspan="2" class="thead"><strong>{$lang->admin_options}</strong></td>
| <br /><table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" width="100%" class="tborder"> <tr> <td colspan="2" class="thead"><strong>{$lang->admin_options}</strong></td>
|
Zeile 3338 | Zeile 3340 |
---|
<tr> <td class="trow1"> <ul>
|
<tr> <td class="trow1"> <ul>
|
<li><a href="{$mybb->settings['bburl']}/{$config['admin_dir']}/index.php?module=user/users&action=edit&uid={$uid}">{$lang->admin_edit_in_acp}</a></li> <li><a href="{$mybb->settings['bburl']}/{$config['admin_dir']}/index.php?module=user/banning&uid={$uid}">{$lang->admin_ban_in_acp}</a></li>
| <li><a href="{$mybb->settings['bburl']}/{$config['admin_dir']}/index.php?module=user-users&action=edit&uid={$uid}">{$lang->admin_edit_in_acp}</a></li> <li><a href="{$mybb->settings['bburl']}/{$config['admin_dir']}/index.php?module=user-banning&uid={$uid}">{$lang->admin_ban_in_acp}</a></li>
|
</ul> </td> </tr>
| </ul> </td> </tr>
|
Zeile 3826 | Zeile 3828 |
---|
<td class="tcat"><span class="smalltext"><strong>{$lang->mod_forums}</strong></span></td> <td class="tcat"><span class="smalltext"><strong>{$lang->mod_email}</strong></span></td> <td class="tcat"><span class="smalltext"><strong>{$lang->mod_pm}</strong></span></td>
|
<td class="tcat"><span class="smalltext"><strong>{$lang->mod_forums}</strong></span></td> <td class="tcat"><span class="smalltext"><strong>{$lang->mod_email}</strong></span></td> <td class="tcat"><span class="smalltext"><strong>{$lang->mod_pm}</strong></span></td>
|
</tr>
| </tr>
|
{$modrows} </table> <br/>]]></template>
| {$modrows} </table> <br/>]]></template>
|
Zeile 3864 | Zeile 3866 |
---|
</table> </body> </html>]]></template>
|
</table> </body> </html>]]></template>
|
<template name="reputation" version="1600"><![CDATA[<html>
| <template name="reputation" version="1605"><![CDATA[<html>
|
<head> <title>{$mybb->settings['bbname']} - {$lang->reputation_report}</title> {$headerinclude}
| <head> <title>{$mybb->settings['bbname']} - {$lang->reputation_report}</title> {$headerinclude}
|
Zeile 3896 | Zeile 3898 |
---|
<strong>{$lang->total_reputation}:</strong> <span class="repbox {$total_class}">{$user['reputation']}</span><br /><br /> <strong>{$lang->reputation_members} {$rep_members}</strong><br /> <strong>{$lang->reputation_posts} {$rep_posts}</strong><br />
|
<strong>{$lang->total_reputation}:</strong> <span class="repbox {$total_class}">{$user['reputation']}</span><br /><br /> <strong>{$lang->reputation_members} {$rep_members}</strong><br /> <strong>{$lang->reputation_posts} {$rep_posts}</strong><br />
|
<strong class="reputation_positive">{$lang->positive_count}:</strong> {$positive_count}<br /> <strong class="reputation_neutral">{$lang->neutral_count}:</strong> {$neutral_count}<br /> <strong class="reputation_negative">{$lang->negative_count}:</strong> {$negative_count}
| <strong class="reputation_positive">{$lang->positive_count}:</strong> {$positive_count} {$pos_rep_info}<br /> <strong class="reputation_neutral">{$lang->neutral_count}:</strong> {$neutral_count} {$neu_rep_info}<br /> <strong class="reputation_negative">{$lang->negative_count}:</strong> {$negative_count} {$neg_rep_info}
|
</span> </td> <td align="right" style="width: 300px;">
| </span> </td> <td align="right" style="width: 300px;">
|
Zeile 3954 | Zeile 3956 |
---|
{$gobutton} </form> </td>
|
{$gobutton} </form> </td>
|
</tr>
| </tr>
|
</table> {$multipage} {$footer}
| </table> {$multipage} {$footer}
|
Zeile 4038 | Zeile 4040 |
---|
{$pmsdownload}]]></template> <template name="postbit_avatar" version="1400"><![CDATA[<a href="{$post['profilelink_plain']}"><img src="{$post['avatar']}" alt="" {$avatar_width_height} /></a>]]></template>
|
{$pmsdownload}]]></template> <template name="postbit_avatar" version="1400"><![CDATA[<a href="{$post['profilelink_plain']}"><img src="{$post['avatar']}" alt="" {$avatar_width_height} /></a>]]></template>
|
<template name="usercp_profile_customfield" version="1400"><![CDATA[<tr> <td><span class="smalltext"> <a title="{$profilefield['description']}" style="text-decoration: none;">{$profilefield['name']}</a>:</span></td>
| <template name="usercp_profile_customfield" version="1605"><![CDATA[<tr> <td> <a title="{$profilefield['description']}" style="text-decoration: none;">{$profilefield['name']}</a>: <br /> <span class="smalltext">{$profilefield['description']}</span> </td>
|
</tr> <tr> <td>{$code}</td>
| </tr> <tr> <td>{$code}</td>
|
Zeile 4069 | Zeile 4074 |
---|
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead" colspan="2"><strong>{$lang->archive_messages}</strong></td>
|
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead" colspan="2"><strong>{$lang->archive_messages}</strong></td>
|
</tr> <tr>
| </tr> <tr>
|
<td class="tcat" colspan="2"><span class="smalltext">{$lang->archive_note}</span></td> </tr> <tr>
| <td class="tcat" colspan="2"><span class="smalltext">{$lang->archive_note}</span></td> </tr> <tr>
|
Zeile 4080 | Zeile 4085 |
---|
<tr> <td class="trow2" valign="top" width="30%"><strong>{$lang->date_limit}</strong></td> <td class="trow2"><select name="dayway"><option value="older">{$lang->date_limit_older}</option><option value="newer">{$lang->date_limit_newer}</option><option value="disregard">{$lang->date_limit_disregard}</option></select> <input type="text" class="textbox" name="daycut" value="30" size="3" maxlength="4" /> {$lang->date_limit_days}</td>
|
<tr> <td class="trow2" valign="top" width="30%"><strong>{$lang->date_limit}</strong></td> <td class="trow2"><select name="dayway"><option value="older">{$lang->date_limit_older}</option><option value="newer">{$lang->date_limit_newer}</option><option value="disregard">{$lang->date_limit_disregard}</option></select> <input type="text" class="textbox" name="daycut" value="30" size="3" maxlength="4" /> {$lang->date_limit_days}</td>
|
</tr>
| </tr>
|
<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>
|
Zeile 4147 | Zeile 4152 |
---|
{$footer} </body> </html>]]></template>
|
{$footer} </body> </html>]]></template>
|
<template name="online_today" version="120"><![CDATA[<html>
| <template name="online_today" version="1604"><![CDATA[<html>
|
<head> <title>{$mybb->settings['bbname']} - {$lang->online_today}</title> {$headerinclude}
| <head> <title>{$mybb->settings['bbname']} - {$lang->online_today}</title> {$headerinclude}
|
Zeile 4164 | Zeile 4169 |
---|
<td align="center" colspan="2" class="trow1" style="white-space: nowrap">{$onlinetoday}</td> </tr> </table>
|
<td align="center" colspan="2" class="trow1" style="white-space: nowrap">{$onlinetoday}</td> </tr> </table>
|
| <br /> {$multipage}
|
{$footer} </body> </html>]]></template>
| {$footer} </body> </html>]]></template>
|
Zeile 4401 | Zeile 4408 |
---|
</tbody> </table> </form>]]></template>
|
</tbody> </table> </form>]]></template>
|
<template name="memberlist" version="1600"><![CDATA[<html>
| <template name="memberlist" version="1602"><![CDATA[<html>
|
<head> <title>{$mybb->settings['bbname']} - {$lang->member_list}</title> {$headerinclude}
| <head> <title>{$mybb->settings['bbname']} - {$lang->member_list}</title> {$headerinclude}
|
Zeile 4440 | Zeile 4447 |
---|
<a href="memberlist.php?username_match=begins&username={$lang->y}" style="padding: 5px;">{$lang->y}</a> <a href="memberlist.php?username_match=begins&username={$lang->z}" style="padding: 5px;">{$lang->z}</a> </div>
|
<a href="memberlist.php?username_match=begins&username={$lang->y}" style="padding: 5px;">{$lang->y}</a> <a href="memberlist.php?username_match=begins&username={$lang->z}" style="padding: 5px;">{$lang->z}</a> </div>
|
<div><strong>{$lang->member_list}</strong></td></div>
| <div><strong>{$lang->member_list}</strong></div></td>
|
</tr> <tr> <td class="tcat" width="1%"><span class="smalltext"><strong>{$lang->avatar}</strong></span></td>
| </tr> <tr> <td class="tcat" width="1%"><span class="smalltext"><strong>{$lang->avatar}</strong></span></td>
|
Zeile 4488 | Zeile 4495 |
---|
<option value="regdate"{$sort_selected['regdate']}>{$lang->sort_by_regdate}</option> <option value="lastvisit"{$sort_selected['lastvisit']}>{$lang->sort_by_lastvisit}</option> <option value="postnum"{$sort_selected['postnum']}>{$lang->sort_by_posts}</option>
|
<option value="regdate"{$sort_selected['regdate']}>{$lang->sort_by_regdate}</option> <option value="lastvisit"{$sort_selected['lastvisit']}>{$lang->sort_by_lastvisit}</option> <option value="postnum"{$sort_selected['postnum']}>{$lang->sort_by_posts}</option>
|
<option value="referrals"{$sort_selected['referrals']}>{$lang->sort_by_referrals}</options>
| <option value="referrals"{$sort_selected['referrals']}>{$lang->sort_by_referrals}</option>
|
</select><br /> <span class="smalltext"> <input type="radio" class="radio" name="order" id="order_asc" value="ascending"{$order_check['ascending']} /> <label for="order_asc">{$lang->order_asc}</label><br />
| </select><br /> <span class="smalltext"> <input type="radio" class="radio" name="order" id="order_asc" value="ascending"{$order_check['ascending']} /> <label for="order_asc">{$lang->order_asc}</label><br />
|
Zeile 4919 | Zeile 4926 |
---|
<table width="100%"> <tr><td>{$post['posturl']}<span class="smalltext"><strong>{$post['icon']}{$post['subject']} {$post['subject_extra']}</strong></span> <br />
|
<table width="100%"> <tr><td>{$post['posturl']}<span class="smalltext"><strong>{$post['icon']}{$post['subject']} {$post['subject_extra']}</strong></span> <br />
|
<div id="pid_{$post['pid']}" style="padding: 5px 0 5px 0;">
| <div id="pid_{$post['pid']}" class="post_body">
|
{$post['message']} </div> {$post['attachments']}
| {$post['message']} </div> {$post['attachments']}
|
Zeile 4945 | Zeile 4952 |
---|
</tr> </table>]]></template> <template name="postbit_gotopost" version="1400"><![CDATA[<a href="{$url}" class="quick_jump"> </a>]]></template>
|
</tr> </table>]]></template> <template name="postbit_gotopost" version="1400"><![CDATA[<a href="{$url}" class="quick_jump"> </a>]]></template>
|
<template name="forumdisplay_threadlist_clearpass" version="120"><![CDATA[ | <a href="misc.php?action=clearpass&fid={$fid}">{$lang->clear_stored_password}</a>]]></template>
| <template name="forumdisplay_threadlist_clearpass" version="1606"><![CDATA[ | <a href="misc.php?action=clearpass&fid={$fid}&my_post_key={$mybb->post_code}">{$lang->clear_stored_password}</a>]]></template>
|
<template name="portal_welcome_guesttext" version="1600"><![CDATA[<span class="smalltext">{$lang->guest_welcome_registration}</span><br /> <br /> <form method="post" action="{$portal_url}"><input type="hidden" name="action" value="do_login" />
| <template name="portal_welcome_guesttext" version="1600"><![CDATA[<span class="smalltext">{$lang->guest_welcome_registration}</span><br /> <br /> <form method="post" action="{$portal_url}"><input type="hidden" name="action" value="do_login" />
|
Zeile 4953 | Zeile 4960 |
---|
{$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>
|
{$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>
|
<template name="portal_latestthreads_thread" version="1601"><![CDATA[<tr>
| <template name="portal_latestthreads_thread" version="120"><![CDATA[<tr>
|
<td class="{$altbg}"> <strong><a href="{$mybb->settings['bburl']}/{$thread['threadlink']}">{$thread['subject']}</a></strong> <span class="smalltext"><br />
| <td class="{$altbg}"> <strong><a href="{$mybb->settings['bburl']}/{$thread['threadlink']}">{$thread['subject']}</a></strong> <span class="smalltext"><br />
|
Zeile 5326 | Zeile 5333 |
---|
</table> <br />]]></template> <template name="member_login" version="1600"><![CDATA[<html>
|
</table> <br />]]></template> <template name="member_login" version="1600"><![CDATA[<html>
|
<head>
| <head>
|
<title>{$mybb->settings['bbname']} - {$lang->login}</title> {$headerinclude} </head>
| <title>{$mybb->settings['bbname']} - {$lang->login}</title> {$headerinclude} </head>
|
Zeile 5592 | Zeile 5599 |
---|
<template name="postbit_attachments_images_image" version="120"><![CDATA[<img src="attachment.php?aid={$attachment['aid']}" class="attachment" alt="" /> ]]></template> <template name="postbit_signature" version="120"><![CDATA[<hr size="1" width="25%" align="left" /> {$post['signature']}]]></template>
|
<template name="postbit_attachments_images_image" version="120"><![CDATA[<img src="attachment.php?aid={$attachment['aid']}" class="attachment" alt="" /> ]]></template> <template name="postbit_signature" version="120"><![CDATA[<hr size="1" width="25%" align="left" /> {$post['signature']}]]></template>
|
<template name="post_attachments_attachment" version="1600"><![CDATA[<tr>
| <template name="post_attachments_attachment" version="1604"><![CDATA[<tr>
|
<td class="trow2" width="1" align="center">{$attachment['icon']}</td> <td class="trow2" width="75%" style="white-space: nowrap">{$attachment['filename']} ({$attachment['size']})</td>
|
<td class="trow2" width="1" align="center">{$attachment['icon']}</td> <td class="trow2" width="75%" style="white-space: nowrap">{$attachment['filename']} ({$attachment['size']})</td>
|
<td class="trow2" 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>
| <td class="trow2" style="white-space: nowrap; text-align: center;">{$attach_mod_options} {$attach_rem_options} {$postinsert}</td>
|
</tr>]]></template> <template name="post_attachments_attachment_unapproved" version="120"><![CDATA[<tr> <td class="trow_shaded" width="1" align="center">{$attachment['icon']}</td>
| </tr>]]></template> <template name="post_attachments_attachment_unapproved" version="120"><![CDATA[<tr> <td class="trow_shaded" width="1" align="center">{$attachment['icon']}</td>
|
Zeile 5626 | Zeile 5633 |
---|
{$post['imagelist']} <br />]]></template> <template name="post_attachments_attachment_postinsert" version="1405"><![CDATA[<input type="button" class="button" name="insert" value="{$lang->insert_attachment_post}" onclick="clickableEditor.insertAttachment({$attachment['aid']});" />]]></template>
|
{$post['imagelist']} <br />]]></template> <template name="post_attachments_attachment_postinsert" version="1405"><![CDATA[<input type="button" class="button" name="insert" value="{$lang->insert_attachment_post}" onclick="clickableEditor.insertAttachment({$attachment['aid']});" />]]></template>
|
| <template name="post_attachments_attachment_remove" version="1604"><![CDATA[<input type="submit" class="button" name="rem" value="{$lang->remove_attachment}" onclick="return Post.removeAttachment({$attachment['aid']});" />]]></template> <template name="post_attachments_update" version="1604"><![CDATA[<input type="submit" class="button" name="updateattachment" value="{$lang->update_attachment}" tabindex="12" />]]></template>
|
<template name="moderation_mergeposts" version="1400"><![CDATA[<html> <head> <title>{$mybb->settings['bbname']} - {$lang->merge_posts}</title>
| <template name="moderation_mergeposts" version="1400"><![CDATA[<html> <head> <title>{$mybb->settings['bbname']} - {$lang->merge_posts}</title>
|
Zeile 6070 | Zeile 6079 |
---|
{$footer} </body> </html>]]></template>
|
{$footer} </body> </html>]]></template>
|
<template name="usercp_email" version="1400"><![CDATA[<html>
| <template name="usercp_email" version="1603"><![CDATA[<html>
|
<head> <title>{$mybb->settings['bbname']} - {$lang->change_email}</title> {$headerinclude}
| <head> <title>{$mybb->settings['bbname']} - {$lang->change_email}</title> {$headerinclude}
|
Zeile 6084 | Zeile 6093 |
---|
{$usercpnav} <td valign="top"> {$errors}
|
{$usercpnav} <td valign="top"> {$errors}
|
| {$banned_email_error}
|
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead" colspan="2"><strong>{$lang->change_email}</strong></td>
| <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead" colspan="2"><strong>{$lang->change_email}</strong></td>
|
Zeile 6224 | Zeile 6234 |
---|
<td class="{$bgcolor}" style="white-space: nowrap; text-align: center;"><span class="smalltext">{$posted}</span></td> {$inline_mod_checkbox} </tr>]]></template>
|
<td class="{$bgcolor}" style="white-space: nowrap; text-align: center;"><span class="smalltext">{$posted}</span></td> {$inline_mod_checkbox} </tr>]]></template>
|
<template name="reputation_add" version="1600"><![CDATA[<html>
| <template name="reputation_add" version="1605"><![CDATA[<html>
|
<head> <title>{$mybb->settings['bbname']} - {$lang->reputation}</title> {$headerinclude}
| <head> <title>{$mybb->settings['bbname']} - {$lang->reputation}</title> {$headerinclude}
|
Zeile 6243 | Zeile 6253 |
---|
<input type="hidden" name="rid" value="{$rid}" /> <select name="reputation" id="reputation"> {$positive_power}
|
<input type="hidden" name="rid" value="{$rid}" /> <select name="reputation" id="reputation"> {$positive_power}
|
<option value="0" class="reputation_neutral" onclick="$('reputation').className='reputation_neutral'"{$vote_check[0]}>{$lang->power_neutral}</option>
| {$neutral_power}
|
{$negative_power} </select> <br /><br />
| {$negative_power} </select> <br /><br />
|
Zeile 6816 | Zeile 6826 |
---|
</body> </html>]]></template> <template name="moderation_split_post" version="127"><![CDATA[<tr>
|
</body> </html>]]></template> <template name="moderation_split_post" version="127"><![CDATA[<tr>
|
<td class="tcat" colspan="2"><span class="smalltext"><strong>{$lang->posted_by} {$post['username']} - {$postdate} {$posttime}</strong></span></td> </tr>
| <td class="tcat" colspan="2"><span class="smalltext"><strong>{$lang->posted_by} {$post['username']} - {$postdate} {$posttime}</strong></span></td> </tr>
|
<tr> <td class="{$altbg}" valign="top" align="center" width="1%"><input type="checkbox" class="checkbox" name="splitpost[{$post['pid']}]" value="1" /></td> <td class="{$altbg}">{$message}</td>
| <tr> <td class="{$altbg}" valign="top" align="center" width="1%"><input type="checkbox" class="checkbox" name="splitpost[{$post['pid']}]" value="1" /></td> <td class="{$altbg}">{$message}</td>
|
Zeile 6860 | Zeile 6870 |
---|
<template name="moderation_deleteposts" version="1400"><![CDATA[<html> <head> <title>{$mybb->settings['bbname']} - {$lang->delete_posts}</title>
|
<template name="moderation_deleteposts" version="1400"><![CDATA[<html> <head> <title>{$mybb->settings['bbname']} - {$lang->delete_posts}</title>
|
{$headerinclude} </head> <body> {$header} <form action="moderation.php" method="post"> <input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
| {$headerinclude} </head> <body> {$header} <form action="moderation.php" method="post"> <input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
|
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead" colspan="2"><strong>{$lang->delete_posts}</strong></td>
| <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead" colspan="2"><strong>{$lang->delete_posts}</strong></td>
|
Zeile 6893 | Zeile 6903 |
---|
<tr> <td class="thead" colspan="2"><strong>{$lang->split_thread}</strong></td> </tr>
|
<tr> <td class="thead" colspan="2"><strong>{$lang->split_thread}</strong></td> </tr>
|
<tr> <td class="tcat" colspan="2"><span class="smalltext"><strong>{$lang->new_thread_info}</strong></span></td> </tr>
| <tr> <td class="tcat" colspan="2"><span class="smalltext"><strong>{$lang->new_thread_info}</strong></span></td> </tr>
|
{$loginbox}
|
{$loginbox}
|
<tr>
| <tr>
|
<td class="trow2"><strong>{$lang->new_subject}</strong></td>
|
<td class="trow2"><strong>{$lang->new_subject}</strong></td>
|
<td class="trow2"><input type="text" class="textbox" name="newsubject" value="[split] {$thread['subject']}" size="50" /></td>
| <td class="trow2"><input type="text" class="textbox" name="newsubject" value="{$lang->split_thread_subject} {$thread['subject']}" size="50" /></td>
|
</tr> <tr> <td class="trow1"><strong>{$lang->new_forum}</strong></td> <td class="trow1">{$forumselect}</td>
|
</tr> <tr> <td class="trow1"><strong>{$lang->new_forum}</strong></td> <td class="trow1">{$forumselect}</td>
|
</tr> </table> <br />
| </tr> </table> <br />
|
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead" colspan="2"><strong>{$lang->posts_to_split}</strong></td> </tr> {$posts}
|
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead" colspan="2"><strong>{$lang->posts_to_split}</strong></td> </tr> {$posts}
|
</table> <br />
| </table> <br />
|
<div align="center"><input type="submit" class="button" name="submit" value="{$lang->split_thread}" /></div> <input type="hidden" name="action" value="do_split" /> <input type="hidden" name="tid" value="{$tid}" />
| <div align="center"><input type="submit" class="button" name="submit" value="{$lang->split_thread}" /></div> <input type="hidden" name="action" value="do_split" /> <input type="hidden" name="tid" value="{$tid}" />
|
Zeile 6923 | Zeile 6933 |
---|
</html>]]></template> <template name="newreply_threadreview_post" version="120"><![CDATA[<tr> <td class="tcat"><span class="smalltext"><strong>{$lang->posted_by} {$post['username']} - {$reviewpostdate} {$reviewposttime}</strong></span></td>
|
</html>]]></template> <template name="newreply_threadreview_post" version="120"><![CDATA[<tr> <td class="tcat"><span class="smalltext"><strong>{$lang->posted_by} {$post['username']} - {$reviewpostdate} {$reviewposttime}</strong></span></td>
|
</tr>
| </tr>
|
<tr> <td class="{$altbg}"> {$reviewmessage}
| <tr> <td class="{$altbg}"> {$reviewmessage}
|
Zeile 6951 | Zeile 6961 |
---|
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td colspan="2" width="100%" class="thead"><strong>{$lang->send_thread}</strong></td>
|
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td colspan="2" width="100%" class="thead"><strong>{$lang->send_thread}</strong></td>
|
</tr>
| </tr>
|
<tr> <td width="40%" class="trow1"><strong>{$lang->recipient}</strong><br /><span class="smalltext">{$lang->recipient_note}</span></td> <td width="60%" class="trow1"><input type="text" class="textbox" size="50" name="email" value="{$email}" /></td>
| <tr> <td width="40%" class="trow1"><strong>{$lang->recipient}</strong><br /><span class="smalltext">{$lang->recipient_note}</span></td> <td width="60%" class="trow1"><input type="text" class="textbox" size="50" name="email" value="{$email}" /></td>
|
Zeile 6970 | Zeile 6980 |
---|
<input type="hidden" name="action" value="do_sendtofriend" /> <input type="hidden" name="tid" value="{$tid}" /> <div align="center"><input type="submit" class="button" value="{$lang->send_thread}" /></div>
|
<input type="hidden" name="action" value="do_sendtofriend" /> <input type="hidden" name="tid" value="{$tid}" /> <div align="center"><input type="submit" class="button" value="{$lang->send_thread}" /></div>
|
</form>
| </form>
|
{$footer} </body> </html>]]></template> <template name="usercp_editsig" version="1400"><![CDATA[<html>
|
{$footer} </body> </html>]]></template> <template name="usercp_editsig" version="1400"><![CDATA[<html>
|
<head> <title>{$mybb->settings['bbname']} - {$lang->edit_sig}</title> {$headerinclude} </head> <body>
| <head> <title>{$mybb->settings['bbname']} - {$lang->edit_sig}</title> {$headerinclude} </head> <body>
|
{$header} <form action="usercp.php" method="post"> <input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
| {$header} <form action="usercp.php" method="post"> <input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
|
Zeile 6988 | Zeile 6998 |
---|
{$usercpnav} <td valign="top"> {$error}
|
{$usercpnav} <td valign="top"> {$error}
|
{$signature}
| {$signature}
|
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead" colspan="2"><strong>{$lang->edit_sig}</strong></td>
| <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead" colspan="2"><strong>{$lang->edit_sig}</strong></td>
|
Zeile 7045 | Zeile 7055 |
---|
</div> <br /> {$signature}
|
</div> <br /> {$signature}
|
</td> </tr>
| </td> </tr>
|
</table> {$footer} </body>
| </table> {$footer} </body>
|
Zeile 7067 | Zeile 7077 |
---|
<body> {$header} <table width="100%" border="0" align="center">
|
<body> {$header} <table width="100%" border="0" align="center">
|
<tr>
| <tr>
|
{$usercpnav} <td valign="top"> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="clear: both; border-bottom-width: 0;"> <tr> <td class="thead"> <strong>{$pm['subject']}</strong>
|
{$usercpnav} <td valign="top"> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="clear: both; border-bottom-width: 0;"> <tr> <td class="thead"> <strong>{$pm['subject']}</strong>
|
</td>
| </td>
|
</tr> {$action_time} {$message}
| </tr> {$action_time} {$message}
|
Zeile 7087 | Zeile 7097 |
---|
</html>]]></template> <template name="forumdisplay_inlinemoderation_col" version="1400"><![CDATA[<td class="tcat" align="center" width="1"><input type="checkbox" name="allbox" onclick="inlineModeration.checkAll(this)" /></td>]]></template> <template name="printthread_post" version="1400"><![CDATA[<strong>{$postrow['subject']}</strong> - {$postrow['profilelink']} - <strong>{$postrow['date']}</strong> <strong>{$postrow['time']}</strong>
|
</html>]]></template> <template name="forumdisplay_inlinemoderation_col" version="1400"><![CDATA[<td class="tcat" align="center" width="1"><input type="checkbox" name="allbox" onclick="inlineModeration.checkAll(this)" /></td>]]></template> <template name="printthread_post" version="1400"><![CDATA[<strong>{$postrow['subject']}</strong> - {$postrow['profilelink']} - <strong>{$postrow['date']}</strong> <strong>{$postrow['time']}</strong>
|
<br /> <br />
| <br /> <br />
|
{$postrow['message']} <br /> <br /> <hr size="1" />]]></template>
|
{$postrow['message']} <br /> <br /> <hr size="1" />]]></template>
|
<template name="error_nopermission" version="1600"><![CDATA[{$lang->error_nopermission_guest_1}
| <template name="error_nopermission" version="1605"><![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 7102 | Zeile 7112 |
---|
</ol> <form action="member.php" method="post"> <input type="hidden" name="action" value="do_login" />
|
</ol> <form action="member.php" method="post"> <input type="hidden" name="action" value="do_login" />
|
<input type="hidden" name="url" value="{$url}" />
| <input type="hidden" name="url" value="{$redirect_url}" />
|
<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 7349 | Zeile 7359 |
---|
<div style="width: 120px; float: left; text-align: right;"><strong>{$lang->username_or_usernames}</strong></div> <div style="margin-left: 130px;"><input type="text" name="add_username" id="buddy_add_username" style="width: 60%;" class="textbox" /> <input type="submit" value="{$lang->add_to_buddies}" id="buddy_submit" class="button" /></div> <script type="text/javascript" src="jscripts/autocomplete.js?ver=1400"></script>
|
<div style="width: 120px; float: left; text-align: right;"><strong>{$lang->username_or_usernames}</strong></div> <div style="margin-left: 130px;"><input type="text" name="add_username" id="buddy_add_username" style="width: 60%;" class="textbox" /> <input type="submit" value="{$lang->add_to_buddies}" id="buddy_submit" class="button" /></div> <script type="text/javascript" src="jscripts/autocomplete.js?ver=1400"></script>
|
<script type="text/javascript"> <!--
| <script type="text/javascript"> <!--
|
if(use_xmlhttprequest == "1") { new autoComplete("buddy_add_username", "xmlhttp.php?action=get_users", {valueSpan: "username", delimChar: ","});
| if(use_xmlhttprequest == "1") { new autoComplete("buddy_add_username", "xmlhttp.php?action=get_users", {valueSpan: "username", delimChar: ","});
|
Zeile 7426 | Zeile 7436 |
---|
{$requiredfields} </table> </fieldset>]]></template>
|
{$requiredfields} </table> </fieldset>]]></template>
|
<template name="member_register_customfield" version="1410"><![CDATA[<tr> <td><span class="smalltext">{$profilefield['name']}</span></td>
| <template name="member_register_customfield" version="1605"><![CDATA[<tr> <td> {$profilefield['name']} <br /> <span class="smalltext">{$profilefield['description']}</span> </td>
|
</tr> <tr> <td>{$code}</td>
| </tr> <tr> <td>{$code}</td>
|
Zeile 7765 | Zeile 7779 |
---|
{$loginbox} <tr> <td class="trow2"><strong>{$lang->new_subject}</strong></td>
|
{$loginbox} <tr> <td class="trow2"><strong>{$lang->new_subject}</strong></td>
|
<td class="trow2"><input type="text" class="textbox" name="newsubject" value="[split] {$thread['subject']}" size="50" /></td>
| <td class="trow2"><input type="text" class="textbox" name="newsubject" value="{$lang->split_thread_subject} {$thread['subject']}" size="50" /></td>
|
</tr> <tr> <td class="trow1"><strong>{$lang->new_forum}</strong></td>
| </tr> <tr> <td class="trow1"><strong>{$lang->new_forum}</strong></td>
|
Zeile 7942 | Zeile 7956 |
---|
<tr> <td id="imagestring_status" style="display: none;" colspan="2"> </td> </tr>
|
<tr> <td id="imagestring_status" style="display: none;" colspan="2"> </td> </tr>
|
| </table> </fieldset>]]></template> <template name="member_register_regimage_recaptcha" version="1605"><![CDATA[<br /> <script type="text/javascript"> <!-- var RecaptchaOptions = { theme: 'clean' }; // --> </script> <fieldset class="trow2"> <legend><strong>{$lang->image_verification}</strong></legend> <table cellspacing="0" cellpadding="{$theme['tablespace']}"> <tr> <td><span class="smalltext">{$lang->verification_note}</span></td> </tr> <tr> <td><script type="text/javascript" src="{$server}/challenge?k={$public_key}"></script></td> </tr>
|
</table> </fieldset>]]></template> <template name="error_inline" version="120"><![CDATA[<div class="error">
| </table> </fieldset>]]></template> <template name="error_inline" version="120"><![CDATA[<div class="error">
|
Zeile 7951 | Zeile 7984 |
---|
</ul> </div> <br />]]></template>
|
</ul> </div> <br />]]></template>
|
<template name="member_register" version="1405"><![CDATA[<html>
| <template name="member_register" version="1605"><![CDATA[<html>
|
<head> <title>{$mybb->settings['bbname']} - {$lang->registration}</title> {$headerinclude}
| <head> <title>{$mybb->settings['bbname']} - {$lang->registration}</title> {$headerinclude}
|
Zeile 7973 | Zeile 8006 |
---|
<table cellspacing="0" cellpadding="{$theme['tablespace']}" width="100%"> <tr> <td colspan="2"><span class="smalltext"><label for="username">{$lang->username}</label></span></td>
|
<table cellspacing="0" cellpadding="{$theme['tablespace']}" width="100%"> <tr> <td colspan="2"><span class="smalltext"><label for="username">{$lang->username}</label></span></td>
|
</tr>
| </tr>
|
<tr> <td colspan="2"><input type="text" class="textbox" name="username" id="username" style="width: 100%" value="{$username}" /></td> </tr>
| <tr> <td colspan="2"><input type="text" class="textbox" name="username" id="username" style="width: 100%" value="{$username}" /></td> </tr>
|
Zeile 7988 | Zeile 8021 |
---|
</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> </table> </fieldset>
| </tr> {$hiddencaptcha} </table> </fieldset>
|
{$requiredfields} {$referrer} {$regimage}
| {$requiredfields} {$referrer} {$regimage}
|
Zeile 8002 | Zeile 8036 |
---|
<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> <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> <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>
|
Zeile 8018 | Zeile 8052 |
---|
<tr> <td valign="top" width="1"><input type="checkbox" class="checkbox" name="emailpmnotify" id="emailpmnotify" value="1" {$emailpmnotifycheck} /></td> <td valign="top"><span class="smalltext"><label for="emailpmnotify">{$lang->email_notify_newpm}</label></span></td>
|
<tr> <td valign="top" width="1"><input type="checkbox" class="checkbox" name="emailpmnotify" id="emailpmnotify" value="1" {$emailpmnotifycheck} /></td> <td valign="top"><span class="smalltext"><label for="emailpmnotify">{$lang->email_notify_newpm}</label></span></td>
|
</tr> <tr>
| </tr> <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> <td colspan="2"><span class="smalltext"><label for="subscriptionmethod">{$lang->subscription_method}</label></span></td>
|
<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> <td colspan="2"><span class="smalltext"><label for="subscriptionmethod">{$lang->subscription_method}</label></span></td>
|
</tr>
| </tr>
|
<tr> <td colspan="2"> <select name="subscriptionmethod" id="subscriptionmethod">
| <tr> <td colspan="2"> <select name="subscriptionmethod" id="subscriptionmethod">
|
Zeile 8036 | Zeile 8070 |
---|
</td> </tr>
|
</td> </tr>
|
</table>
| </table>
|
</fieldset> <br /> <fieldset class="trow2">
| </fieldset> <br /> <fieldset class="trow2">
|
Zeile 8097 | Zeile 8131 |
---|
{$footer} </body> </html>]]></template>
|
{$footer} </body> </html>]]></template>
|
| <template name="member_register_hiddencaptcha" version="1605"><![CDATA[<tr style="display: none;"> <td colspan="2" id="{$captcha_field}_status">{$lang->leave_this_field_empty} <input type="text" class="textbox" name="{$captcha_field}" id="{$captcha_field}" style="width: 100%" maxlength="50" value="" /></td> </tr>]]></template>
|
<template name="global_bannedwarning" version="1400"><![CDATA[<div class="red_alert"> <strong>{$lang->banned_warning}</strong> {$lang->banned_warning2}: {$reason}<br />
| <template name="global_bannedwarning" version="1400"><![CDATA[<div class="red_alert"> <strong>{$lang->banned_warning}</strong> {$lang->banned_warning2}: {$reason}<br />
|
Zeile 8264 | Zeile 8301 |
---|
</table> </td> </tr>]]></template>
|
</table> </td> </tr>]]></template>
|
<template name="post_captcha_hidden" version="120"><![CDATA[<input type="hidden" name="imagehash" value="{$imagehash}" /> <input type="hidden" name="imagestring" value="{$imagestring}" />]]></template>
| <template name="post_captcha_recaptcha" version="1605"><![CDATA[<tr id="captcha_trow"> <td class="trow1" valign="top"><strong>{$lang->image_verification}</strong></td> <td class="trow1"> <script type="text/javascript"> <!-- var RecaptchaOptions = { theme: 'clean' }; // --> </script> <table style="width: 300px; padding: 4px;"> <tr> <td><span class="smalltext">{$lang->verification_note}</span></td> </tr> <tr> <td><script type="text/javascript" src="{$server}/challenge?k={$public_key}"></script></td> </tr> </table> </td> </tr>]]></template> <template name="post_captcha_hidden" version="1605"><![CDATA[<input type="hidden" name="{$hash}" value="{$field['hash']}" /> <input type="hidden" name="{$string}" value="{$field['string']}" />]]></template>
|
<template name="newreply_multiquote_external" version="1400"><![CDATA[<div id="multiquote_unloaded"><span class="smalltext">{$multiquote_text} <a href="./newreply.php?tid={$tid}" onclick="return Post.loadMultiQuoted();">{$multiquote_quote}</a>, <a href="javascript:Post.clearMultiQuoted();">{$multiquote_deselect}</a></span></div>]]></template> <template name="newthread_multiquote_external" version="1400"><![CDATA[<div id="multiquote_unloaded"><span class="smalltext">{$multiquote_text} <a href="./newthread.php?fid={$fid}&load_all_quotes=1" onclick="return Post.loadMultiQuotedAll();">{$multiquote_quote}</a>, <a href="javascript:Post.clearMultiQuoted();">{$multiquote_deselect}</a></span></div>]]></template> <template name="postbit_author_user" version="1400"><![CDATA[
| <template name="newreply_multiquote_external" version="1400"><![CDATA[<div id="multiquote_unloaded"><span class="smalltext">{$multiquote_text} <a href="./newreply.php?tid={$tid}" onclick="return Post.loadMultiQuoted();">{$multiquote_quote}</a>, <a href="javascript:Post.clearMultiQuoted();">{$multiquote_deselect}</a></span></div>]]></template> <template name="newthread_multiquote_external" version="1400"><![CDATA[<div id="multiquote_unloaded"><span class="smalltext">{$multiquote_text} <a href="./newthread.php?fid={$fid}&load_all_quotes=1" onclick="return Post.loadMultiQuotedAll();">{$multiquote_quote}</a>, <a href="javascript:Post.clearMultiQuoted();">{$multiquote_deselect}</a></span></div>]]></template> <template name="postbit_author_user" version="1400"><![CDATA[
|
Zeile 8311 | Zeile 8368 |
---|
</td> </tr> </table>]]></template>
|
</td> </tr> </table>]]></template>
|
<template name="footer_languageselect" version="1400"><![CDATA[<form method="{$lang_redirect_url['form_method']}" action="{$lang_redirect_url['location']}" id="lang_select">
| <template name="footer_languageselect" version="1605"><![CDATA[<form method="{$lang_redirect_url['form_method']}" action="{$lang_redirect_url['location']}" id="lang_select">
|
{$lang_redirect_url['form_html']}
|
{$lang_redirect_url['form_html']}
|
| <input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
|
<select name="language" onchange="MyBB.changeLanguage();"> <optgroup label="{$lang->select_language}"> {$lang_options}
| <select name="language" onchange="MyBB.changeLanguage();"> <optgroup label="{$lang->select_language}"> {$lang_options}
|
Zeile 8374 | Zeile 8432 |
---|
<label><input type="radio" name="postoptions[subscriptionmethod]" {$postoptions_subscriptionmethod_instant} value="instant" style="vertical-align: middle;" /> {$lang->instant_email_subscribe}</label><br /> </td> </tr>]]></template>
|
<label><input type="radio" name="postoptions[subscriptionmethod]" {$postoptions_subscriptionmethod_instant} value="instant" style="vertical-align: middle;" /> {$lang->instant_email_subscribe}</label><br /> </td> </tr>]]></template>
|
<template name="index_boardstats" version="1400"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
| <template name="index_boardstats" version="1603"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
|
<thead> <tr> <td class="thead">
| <thead> <tr> <td class="thead">
|
Zeile 8391 | Zeile 8449 |
---|
<td class="tfoot" style="text-align: right"> <span class="smalltext"> {$logoutlink}
|
<td class="tfoot" style="text-align: right"> <span class="smalltext"> {$logoutlink}
|
<a href="misc.php?action=markread">{$lang->markread}</a> |
| <a href="misc.php?action=markread{$post_code_string}">{$lang->markread}</a> |
|
<a href="showteam.php">{$lang->forumteam}</a> | <a href="stats.php">{$lang->forumstats}</a> </span>
| <a href="showteam.php">{$lang->forumteam}</a> | <a href="stats.php">{$lang->forumstats}</a> </span>
|
Zeile 8400 | Zeile 8458 |
---|
</tbody> </table> <br />]]></template>
|
</tbody> </table> <br />]]></template>
|
<template name="calendar" version="1400"><![CDATA[<html>
| <template name="calendar" version="1603"><![CDATA[<html>
|
<head> <title>{$mybb->settings['bbname']} - {$lang->calendar}</title> {$headerinclude}
| <head> <title>{$mybb->settings['bbname']} - {$lang->calendar}</title> {$headerinclude}
|
Zeile 8412 | Zeile 8470 |
---|
<tr> <td class="thead" colspan="8"> <div class="float_right">
|
<tr> <td class="thead" colspan="8"> <div class="float_right">
|
<a href="{$prev_link}">« {$monthnames[$prev_month['month']]} {$prev_month['year']}</a> | <a href="{$next_link}">{$monthnames[$next_month['month']]} {$next_month['year']} »</a>
| <a href="{$prev_link}">« {$prev_month['name']} {$prev_month['year']}</a> | <a href="{$next_link}">{$next_month['name']} {$next_month['year']} »</a>
|
</div> <div><strong>{$monthnames[$month]} {$year}</strong></div> </td>
| </div> <div><strong>{$monthnames[$month]} {$year}</strong></div> </td>
|
Zeile 8808 | Zeile 8866 |
---|
<template name="calendar_addpublicevent" version="1400"><![CDATA[<a href="calendar.php?action=addevent&calendar={$calendar['cid']}">{$lang->add_public_event}</a>]]></template> <template name="calendar_eventbit_private" version="1402"><![CDATA[<div style="margin-bottom: 4px;" class="smalltext eventbit_private"><a href="{$event['eventlink']}" title="{$event['fullname']}">{$event['name']}</a></div>]]></template> <template name="calendar_eventbit" version="1402"><![CDATA[<div style="margin-bottom: 4px;" class="smalltext {$event_class}"><a href="{$event['eventlink']}" title="{$event['fullname']}">{$event['name']}</a></div>]]></template>
|
<template name="calendar_addpublicevent" version="1400"><![CDATA[<a href="calendar.php?action=addevent&calendar={$calendar['cid']}">{$lang->add_public_event}</a>]]></template> <template name="calendar_eventbit_private" version="1402"><![CDATA[<div style="margin-bottom: 4px;" class="smalltext eventbit_private"><a href="{$event['eventlink']}" title="{$event['fullname']}">{$event['name']}</a></div>]]></template> <template name="calendar_eventbit" version="1402"><![CDATA[<div style="margin-bottom: 4px;" class="smalltext {$event_class}"><a href="{$event['eventlink']}" title="{$event['fullname']}">{$event['name']}</a></div>]]></template>
|
<template name="calendar_weekview" version="1600"><![CDATA[<html>
| <template name="calendar_weekview" version="1603"><![CDATA[<html>
|
<head> <title>{$mybb->settings['bbname']} - {$lang->calendar}</title> {$headerinclude}
| <head> <title>{$mybb->settings['bbname']} - {$lang->calendar}</title> {$headerinclude}
|
Zeile 8848 | Zeile 8906 |
---|
<td class="trow1" align="right"> <span class="smalltext"><strong>{$lang->jump_month}</strong></span> <select name="month">
|
<td class="trow1" align="right"> <span class="smalltext"><strong>{$lang->jump_month}</strong></span> <select name="month">
|
<option value="{$week_from[1]}">{$monthnames[$week_from[1]]}</option>
| <option value="{$week_from[1]}">{$monthnames[$week_from_one]}</option>
|
<option value="{$week_from[1]}">----------</option> <option value="1">{$lang->alt_month_1}</option> <option value="2">{$lang->alt_month_2}</option>
| <option value="{$week_from[1]}">----------</option> <option value="1">{$lang->alt_month_1}</option> <option value="2">{$lang->alt_month_2}</option>
|
Zeile 9344 | Zeile 9402 |
---|
{$footer} </body> </html>]]></template>
|
{$footer} </body> </html>]]></template>
|
<template name="calendar_event_modoptions" version="1400"><![CDATA[ <form method="post" action="calendar.php">
| <template name="calendar_event_modoptions" version="1604"><![CDATA[ <form method="post" action="calendar.php">
|
<input type="hidden" name="my_post_key" value="{$mybb->post_code}" /> <input type="hidden" name="eid" value="{$event['eid']}">
|
<input type="hidden" name="my_post_key" value="{$mybb->post_code}" /> <input type="hidden" name="eid" value="{$event['eid']}">
|
<select name="action" onchange="if(this.options[this.selectedIndex].value != '') { window.location=('calendar.php?action='+this.options[this.selectedIndex].value+'&eid={$event['eid']}&my_post_key={$mybb->post_code}') }">
| <select name="action" onchange="if(this.options[this.selectedIndex].value != '') { window.location=('calendar.php?action='+this.options[this.selectedIndex].value+'&eid={$event['eid']}&my_post_key={$mybb->post_code}') }">
|
<option value="" style="font-weight: bold;">{$lang->moderator_options}</option> <option value="{$approve_value}">{$approve}</option> <option value="move">{$lang->move_event}</option>
| <option value="" style="font-weight: bold;">{$lang->moderator_options}</option> <option value="{$approve_value}">{$approve}</option> <option value="move">{$lang->move_event}</option>
|
Zeile 9602 | Zeile 9660 |
---|
{$footer} </body> </html>]]></template>
|
{$footer} </body> </html>]]></template>
|
<template name="warnings_warn_type" version="1400"><![CDATA[ <dt><label style="display: block;"><input type="radio" name="type" value="{$type['tid']}" {$type_checked[$type['tid']]} class="types_check" onclick="checkType();" style="vertical-align: middle;" /> <strong>{$type['title']}</strong> $points</label></dt>
| <template name="warnings_warn_type" version="1603"><![CDATA[ <dt><label style="display: block;"><input type="radio" name="type" value="{$type['tid']}" {$checked} class="types_check" onclick="checkType();" style="vertical-align: middle;" /> <strong>{$type['title']}</strong> $points</label></dt>
|
<dd style="margin-top: 4px;" id="type_{$type['tid']}" class="types"> <div class="smalltext">{$lang->new_warning_level}</div> <div class="tborder" style="width: 150px; float: left; margin: 0; padding: 1px;">
| <dd style="margin-top: 4px;" id="type_{$type['tid']}" class="types"> <div class="smalltext">{$lang->new_warning_level}</div> <div class="tborder" style="width: 150px; float: left; margin: 0; padding: 1px;">
|
Zeile 11227 | Zeile 11285 |
---|
</script> <br />]]></template> <template name="video_metacafe_embed" version="1600"><![CDATA[<embed src="http://www.metacafe.com/fplayer/{$id}/{$title}.swf" width="400" height="345" wmode="transparent" allowFullScreen="true" allowScriptAccess="always" name="Metacafe_{$id}" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed>]]></template>
|
</script> <br />]]></template> <template name="video_metacafe_embed" version="1600"><![CDATA[<embed src="http://www.metacafe.com/fplayer/{$id}/{$title}.swf" width="400" height="345" wmode="transparent" allowFullScreen="true" allowScriptAccess="always" name="Metacafe_{$id}" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed>]]></template>
|
<template name="video_googlevideo_embed" version="1600"><![CDATA[<embed id="VideoPlayback" src="http://video.google.com/googleplayer.swf?docid={$id}&hl=en&fs=true" style="width:400px; height:326px" allowFullScreen="true" allowScriptAccess="always" type="application/x-shockwave-flash"></embed>]]></template>
| |
<template name="video_dailymotion_embed" version="1600"><![CDATA[<div><object width="420" height="339"><param name="movie" value="http://www.dailymotion.com/swf/{$id}" /><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><embed src="http://www.dailymotion.com/swf/{$id}" type="application/x-shockwave-flash" width="420" height="339" allowFullScreen="true" allowScriptAccess="always"></embed></object></div>]]></template> <template name="video_myspacetv_embed" version="1600"><![CDATA[<object width="425px" height="360px"><param name="allowFullScreen" value="true"/><param name="wmode" value="transparent"/><param name="movie" value="http://mediaservices.myspace.com/services/media/embed.aspx/m={$id},t=1,mt=video"/><embed src="http://mediaservices.myspace.com/services/media/embed.aspx/m={$id},t=1,mt=video" width="425" height="360" allowFullScreen="true" type="application/x-shockwave-flash" wmode="transparent"></embed></object>]]></template> <template name="video_youtube_embed" version="1600"><![CDATA[<object type="application/x-shockwave-flash" class="video_embed" style="width: 450px; height: 366px;" data="http://www.youtube.com/v/{$id}"><param name="movie" value="http://www.youtube.com/v/{$id}" /></object>]]></template>
| <template name="video_dailymotion_embed" version="1600"><![CDATA[<div><object width="420" height="339"><param name="movie" value="http://www.dailymotion.com/swf/{$id}" /><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><embed src="http://www.dailymotion.com/swf/{$id}" type="application/x-shockwave-flash" width="420" height="339" allowFullScreen="true" allowScriptAccess="always"></embed></object></div>]]></template> <template name="video_myspacetv_embed" version="1600"><![CDATA[<object width="425px" height="360px"><param name="allowFullScreen" value="true"/><param name="wmode" value="transparent"/><param name="movie" value="http://mediaservices.myspace.com/services/media/embed.aspx/m={$id},t=1,mt=video"/><embed src="http://mediaservices.myspace.com/services/media/embed.aspx/m={$id},t=1,mt=video" width="425" height="360" allowFullScreen="true" type="application/x-shockwave-flash" wmode="transparent"></embed></object>]]></template> <template name="video_youtube_embed" version="1600"><![CDATA[<object type="application/x-shockwave-flash" class="video_embed" style="width: 450px; height: 366px;" data="http://www.youtube.com/v/{$id}"><param name="movie" value="http://www.youtube.com/v/{$id}" /></object>]]></template>
|