Files
bm/public_html/public/cms/templates/fileblock.html
2025-09-24 13:26:28 +02:00

26 lines
1.8 KiB
HTML

<div class="divContent">
<h2>Datei</h2>
<div class="divLine">&nbsp;</div>
<table cellpadding="0" cellspacing="0">
<!-- BEGINBLOCK UPLOAD -->
<tr>
<th>Datei</th>
<td><input type="file" name="fileblock_file{ID}" id="fileblock_file{ID}" /></td>
</tr>
<!-- ENDBLOCK UPLOAD -->
<!-- BEGINBLOCK FILE -->
<tr>
<th>Datei</th>
<td><img src="images/file.png" alt="Datei" /> <a href="{PATH}" target="_blank">{PATH}</a></td>
</tr>
<!-- ENDBLOCK FILE -->
<tr>
<th>Angezeigter Text</th>
<td><input type="text" class="formText" value="{DISPLAYNAME}" maxlength="128" name="fileblock_name{ID}" id="fileblock_name{ID}" /></td>
</tr>
</table>
<div class="moveUp" onMouseOver="showTooltip('Dieses Element nach oben verschieben')" onClick="setAction('moveBuildingBlock', {POSITION}, 'up'); document.forms[0].submit();"><img src="images/moveup1.png" alt="Dieses Element nach oben verschieben" onMouseOver="swapImage(this,2)" onMouseOut="swapImage(this,1)" onMouseDown="swapImage(this,3)" onMouseUp="swapImage(this,2)" /></div>
<div class="moveDown" onMouseOver="showTooltip('Dieses Element nach unten verschieben')" onClick="setAction('moveBuildingBlock', {POSITION}, 'down'); document.forms[0].submit();"><img src="images/movedown1.png" alt="Dieses Element nach unten verschieben" onMouseOver="swapImage(this,2)" onMouseOut="swapImage(this,1)" onMouseDown="swapImage(this,3)" onMouseUp="swapImage(this,2)" /></div>
<div class="delete" onMouseOver="showTooltip('Dieses Element l&ouml;schen')" onClick="setAction('deleteBuildingBlock', {POSITION}); document.forms[0].submit();"><img src="images/delete1.png" alt="Dieses Element l&ouml;schen" onMouseOver="swapImage(this,2)" onMouseOut="swapImage(this,1)" onMouseDown="swapImage(this,3)" onMouseUp="swapImage(this,2)" /></div>
</div>
<div class="divSeparator">&nbsp;</div>