43 lines
1.8 KiB
HTML
43 lines
1.8 KiB
HTML
<!-- pgs/xx_spinde/template.html -->
|
|
<!-- ###META### START -->
|
|
<style type="text/css">
|
|
/*.list_entry {position: absolute; background-color: #333;}*/
|
|
</style>
|
|
<!-- ###META### END -->
|
|
<!-- ###GROUP_BEGIN### START -->
|
|
<div class="group_title"><h1>###GROUP_BEGIN.GROUP###</h1></div>
|
|
<!-- ###GROUP_BEGIN### END -->
|
|
<!-- ###LIST### START -->
|
|
<!-- ###LIST.MAIN### START -->
|
|
<ul>
|
|
<li>###LIST.MAIN.RAUM###</li>
|
|
<li>###LIST.MAIN.BEZEICHNUNG###</li>
|
|
<!-- ###LIST.MAIN.FREI### IF -->
|
|
<li><img src="/res/dark/person.png" /><i>Frei</i></li>
|
|
<!-- ###LIST.MAIN.FREI### ELSE -->
|
|
<li><img src="/res/dark/person.png" /><!-- ###LIST.MAIN.BESITZER### START -->###LIST.MAIN.BESITZER.NAME###<!-- ###LIST.MAIN.BESITZER### END --></li>
|
|
<!-- ###LIST.MAIN.FREI### END -->
|
|
<a href="javascript:Edit('###LIST.ID###');"><li><img src="/res/dark/edit.png" title="Bearbeiten"/></li></a>
|
|
</ul>
|
|
<!-- ###LIST.MAIN### END -->
|
|
<!-- ###LIST.MAIN:EDIT### START -->
|
|
<ul>
|
|
<li><img src="/res/dark/person.png"
|
|
/><select id="LIST/###LIST.ID###/BESITZER" style="width: 4cm;">
|
|
<!-- ###LIST.MAIN.BESITZER### START -->
|
|
<!-- ###LIST.MAIN.BESITZER.SELECTED### IF -->
|
|
<option value=###LIST.MAIN.BESITZER.ID### selected>###LIST.MAIN.BESITZER.NAME###</option>
|
|
<!-- ###LIST.MAIN.BESITZER.SELECTED### ELSE -->
|
|
<option value=###LIST.MAIN.BESITZER.ID###>###LIST.MAIN.BESITZER.NAME###</option>
|
|
<!-- ###LIST.MAIN.BESITZER.SELECTED### END -->
|
|
<!-- ###LIST.MAIN.BESITZER### END -->
|
|
</select
|
|
></li>
|
|
<a href="javascript:Save('###LIST.ID###');" title="Speichern"><li><img src="/res/dark/save.png" /></li></a>
|
|
<a href="javascript:Cancel('###LIST.ID###');" title="Abbrechen"><li><img src="/res/dark/cancel.png" /></li></a>
|
|
</ul>
|
|
<!-- ###LIST.MAIN:EDIT### END -->
|
|
<!-- ###LIST### END -->
|
|
<!-- ###GROUP_END### START -->
|
|
<!-- ###GROUP_END### END -->
|