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

118 lines
5.8 KiB
HTML

<div class="divContent">
<h2>T&auml;glich wechselndes Bild</h2>
<div class="divLine">&nbsp;</div>
<table cellpadding="0" cellspacing="0">
<!-- BEGINBLOCK UPLOAD -->
<tr>
<th>Montag</th>
<td>
<!-- BEGINBLOCK IMAGE_0 -->
<img src="{PATH_0}" alt="image" width="{WIDTH_0}" height="{HEIGHT_0}" /><br />
<!-- ENDBLOCK IMAGE_0 -->
<input type="file" accept="image/jpeg" name="imageblock_file{ID}_0" id="imageblock_file{ID}_0" /><br />
Hyperlink: <input type="text" maxlength="128" value="{HYPERLINK_0}" name="imageblock_hyperlink{ID}_0" id="imageblock_hyperlink{ID}_0" />
Bildlegende: <input type="text" maxlength="128" value="{CAPTION_0}" name="imageblock_caption{ID}_0" id="imageblock_caption{ID}_0" />
</td>
</tr>
<tr>
<td colspan="2">
<div class="divDottedLine">&nbsp;</div>
</td>
</tr>
<tr>
<th>Dienstag</th>
<td>
<!-- BEGINBLOCK IMAGE_1 -->
<img src="{PATH_1}" alt="image" width="{WIDTH_1}" height="{HEIGHT_1}" /><br />
<!-- ENDBLOCK IMAGE_1 -->
<input type="file" accept="image/jpeg" name="imageblock_file{ID}_1" id="imageblock_file{ID}_1" /><br />
Hyperlink: <input type="text" maxlength="128" value="{HYPERLINK_1}" name="imageblock_hyperlink{ID}_1" id="imageblock_hyperlink{ID}_1" />
Bildlegende: <input type="text" maxlength="128" value="{CAPTION_1}" name="imageblock_caption{ID}_1" id="imageblock_caption{ID}_1" />
</td>
</tr>
<tr>
<td colspan="2">
<div class="divDottedLine">&nbsp;</div>
</td>
</tr>
<tr>
<th>Mittwoch</th>
<td>
<!-- BEGINBLOCK IMAGE_2 -->
<img src="{PATH_2}" alt="image" width="{WIDTH_2}" height="{HEIGHT_2}" /><br />
<!-- ENDBLOCK IMAGE_2 -->
<input type="file" accept="image/jpeg" name="imageblock_file{ID}_2" id="imageblock_file{ID}_2" /><br />
Hyperlink: <input type="text" maxlength="128" value="{HYPERLINK_2}" name="imageblock_hyperlink{ID}_2" id="imageblock_hyperlink{ID}_2" />
Bildlegende: <input type="text" maxlength="128" value="{CAPTION_2}" name="imageblock_caption{ID}_2" id="imageblock_caption{ID}_2" />
</td>
</tr>
<tr>
<td colspan="2">
<div class="divDottedLine">&nbsp;</div>
</td>
</tr>
<tr>
<th>Donnerstag</th>
<td>
<!-- BEGINBLOCK IMAGE_3 -->
<img src="{PATH_3}" alt="image" width="{WIDTH_3}" height="{HEIGHT_3}" /><br />
<!-- ENDBLOCK IMAGE_3 -->
<input type="file" accept="image/jpeg" name="imageblock_file{ID}_3" id="imageblock_file{ID}_3" /><br />
Hyperlink: <input type="text" maxlength="128" value="{HYPERLINK_3}" name="imageblock_hyperlink{ID}_3" id="imageblock_hyperlink{ID}_3" />
Bildlegende: <input type="text" maxlength="128" value="{CAPTION_3}" name="imageblock_caption{ID}_3" id="imageblock_caption{ID}_3" />
</td>
</tr>
<tr>
<td colspan="2">
<div class="divDottedLine">&nbsp;</div>
</td>
</tr>
<tr>
<th>Freitag</th>
<td>
<!-- BEGINBLOCK IMAGE_4 -->
<img src="{PATH_4}" alt="image" width="{WIDTH_4}" height="{HEIGHT_4}" /><br />
<!-- ENDBLOCK IMAGE_4 -->
<input type="file" accept="image/jpeg" name="imageblock_file{ID}_4" id="imageblock_file{ID}_4" /><br />
Hyperlink: <input type="text" maxlength="128" value="{HYPERLINK_4}" name="imageblock_hyperlink{ID}_4" id="imageblock_hyperlink{ID}_4" />
Bildlegende: <input type="text" maxlength="128" value="{CAPTION_4}" name="imageblock_caption{ID}_4" id="imageblock_caption{ID}_4" />
</td>
</tr>
<tr>
<td colspan="2">
<div class="divDottedLine">&nbsp;</div>
</td>
</tr>
<tr>
<th>Samstag</th>
<td>
<!-- BEGINBLOCK IMAGE_5 -->
<img src="{PATH_5}" alt="image" width="{WIDTH_5}" height="{HEIGHT_5}" /><br />
<!-- ENDBLOCK IMAGE_5 -->
<input type="file" accept="image/jpeg" name="imageblock_file{ID}_5" id="imageblock_file{ID}_5" /><br />
Hyperlink: <input type="text" maxlength="128" value="{HYPERLINK_5}" name="imageblock_hyperlink{ID}_5" id="imageblock_hyperlink{ID}_5" />
Bildlegende: <input type="text" maxlength="128" value="{CAPTION_5}" name="imageblock_caption{ID}_5" id="imageblock_caption{ID}_5" />
</td>
</tr>
<tr>
<td colspan="2">
<div class="divDottedLine">&nbsp;</div>
</td>
</tr>
<tr>
<th>Sonntag</th>
<td>
<!-- BEGINBLOCK IMAGE_6 -->
<img src="{PATH_6}" alt="image" width="{WIDTH_6}" height="{HEIGHT_6}" /><br />
<!-- ENDBLOCK IMAGE_6 -->
<input type="file" accept="image/jpeg" name="imageblock_file{ID}_6" id="imageblock_file{ID}_6" /><br />
Hyperlink: <input type="text" maxlength="128" value="{HYPERLINK_6}" name="imageblock_hyperlink{ID}_6" id="imageblock_hyperlink{ID}_6" />
Bildlegende: <input type="text" maxlength="128" value="{CAPTION_6}" name="imageblock_caption{ID}_6" id="imageblock_caption{ID}_6" />
</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>