Zeile 1 | Zeile 1 |
---|
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
<theme name="MyBB Master Style" version="1832">
| <theme name="MyBB Master Style" version="1834">
|
<properties> <templateset><![CDATA[1]]></templateset> <imgdir><![CDATA[images]]></imgdir>
| <properties> <templateset><![CDATA[1]]></templateset> <imgdir><![CDATA[images]]></imgdir>
|
Zeile 6156 | Zeile 6156 |
---|
<template name="misc_smilies_no_smilies" version="1808"><![CDATA[<tr> <td class="{$class}">{$lang->no_smilies}</td> </tr>]]></template>
|
<template name="misc_smilies_no_smilies" version="1808"><![CDATA[<tr> <td class="{$class}">{$lang->no_smilies}</td> </tr>]]></template>
|
<template name="misc_smilies_popup" version="1800"><![CDATA[<div class="modal"> <div style="overflow-y: auto; max-height: 400px;" class="modal_{$pid}">
| <template name="misc_smilies_popup" version="1834"><![CDATA[<div class="modal"> <div style="overflow-y: auto; max-height: 400px;" class="modal">
|
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead" colspan="4"><strong>{$lang->smilies_listing}</strong></td>
| <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead" colspan="4"><strong>{$lang->smilies_listing}</strong></td>
|
Zeile 7343 | Zeile 7343 |
---|
</table> {$multipage} <br />]]></template>
|
</table> {$multipage} <br />]]></template>
|
<template name="modcp_ipsearch_results_information" version="1813"><![CDATA[<div class="float_right">(<a href="modcp.php?action=iplookup&ipaddress={$ipaddress}" onclick="MyBB.popupWindow('/modcp.php?action=iplookup&ipaddress={$ipaddress_url}&modal=1'); return false;">{$lang->info_on_ip}</a> | <a href="http://www.stopforumspam.com/ipcheck/{$ipaddress}" target="_blank" rel="noopener">{$lang->search_ip_sfs}</a>)</div>]]></template>
| <template name="modcp_ipsearch_results_information" version="1834"><![CDATA[<div class="float_right">(<a href="modcp.php?action=iplookup&ipaddress={$ipaddress}" onclick="MyBB.popupWindow('/modcp.php?action=iplookup&ipaddress={$ipaddress_url}&modal=1'); return false;">{$lang->info_on_ip}</a> | <a href="https://www.stopforumspam.com/ipcheck/{$ipaddress}" target="_blank" rel="noopener">{$lang->search_ip_sfs}</a>)</div>]]></template>
|
<template name="modcp_lastattachment" version="1800"><![CDATA[<span class="smalltext"> <a href="{$attachment['link']}#pid{$attachment['pid']}"><strong>{$attachment['filename']}</strong></a> <br />{$attachment['date']}<br />{$lang->by} {$attachment['profilelink']}</span>]]></template>
| <template name="modcp_lastattachment" version="1800"><![CDATA[<span class="smalltext"> <a href="{$attachment['link']}#pid{$attachment['pid']}"><strong>{$attachment['filename']}</strong></a> <br />{$attachment['date']}<br />{$lang->by} {$attachment['profilelink']}</span>]]></template>
|