Zeile 1 | Zeile 1 |
---|
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
<theme name="MyBB Master Style" version="1827">
| <theme name="MyBB Master Style" version="1828">
|
<properties> <templateset><![CDATA[1]]></templateset> <imgdir><![CDATA[images]]></imgdir>
| <properties> <templateset><![CDATA[1]]></templateset> <imgdir><![CDATA[images]]></imgdir>
|
Zeile 3974 | Zeile 3974 |
---|
</tr> </table> <br />]]></template>
|
</tr> </table> <br />]]></template>
|
<template name="forumdisplay_searchforum" version="1822"><![CDATA[<form action="search.php">
| <template name="forumdisplay_searchforum" version="1828"><![CDATA[<form action="search.php">
|
<span class="smalltext"><strong>{$lang->search_forum}</strong></span> <input type="text" class="textbox" name="keywords" /> {$gobutton} <input type="hidden" name="action" value="do_search" />
|
<span class="smalltext"><strong>{$lang->search_forum}</strong></span> <input type="text" class="textbox" name="keywords" /> {$gobutton} <input type="hidden" name="action" value="do_search" />
|
<input type="hidden" name="forums" value="{$fid}" />
| <input type="hidden" name="forums[]" value="{$fid}" />
|
<input type="hidden" name="postthread" value="1" /> </form><br />]]></template> <template name="forumdisplay_sticky_sep" version="120"><![CDATA[<tr>
| <input type="hidden" name="postthread" value="1" /> </form><br />]]></template> <template name="forumdisplay_sticky_sep" version="120"><![CDATA[<tr>
|
Zeile 9459 | Zeile 9459 |
---|
<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} {$attach_rem_options} {$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} {$attach_rem_options} {$postinsert}</td> </tr>]]></template>
|
<template name="post_attachments_new" version="1827"><![CDATA[<tr>
| <template name="post_attachments_new" version="1828"><![CDATA[<tr>
|
<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="attachments[]" size="30" class="fileupload" multiple="multiple" /></td> <td class="trow1" style="white-space: nowrap" align="center">{$attach_update_options} {$attach_add_options}</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="attachments[]" size="30" class="fileupload" multiple="multiple" /></td> <td class="trow1" style="white-space: nowrap" align="center">{$attach_update_options} {$attach_add_options}</td>
|
Zeile 9468 | Zeile 9468 |
---|
<td class="trow1" colspan="3"> <div id="upload_bar" style="background: #0066A2; height: 5px; width: 0%;"></div> <div id="dropzone" style="padding: 50px 0; margin: 5px 10px 10px; cursor: pointer; border: 2px dashed #CCC; text-align: center;">
|
<td class="trow1" colspan="3"> <div id="upload_bar" style="background: #0066A2; height: 5px; width: 0%;"></div> <div id="dropzone" style="padding: 50px 0; margin: 5px 10px 10px; cursor: pointer; border: 2px dashed #CCC; text-align: center;">
|
<div style="pointer-events: none;"</div>
| <div style="pointer-events: none;"></div>
|
</div> </td> </tr>]]></template>
| </div> </td> </tr>]]></template>
|