Revision 7567f132
Von Thomas Kasulke vor mehr als 17 Jahren hinzugefügt
templates/webpages/common/show_history_de.html | ||
---|---|---|
20 | 20 |
} |
21 | 21 |
} |
22 | 22 |
</script> |
23 |
<table style="table-layout: fixed;"> |
|
23 |
<div style="position: absolute; top:10px; left:10px; clip:rect(0px, 700px, 407px, 0px);"> |
|
24 |
<table style="width: 700px; height: 360px;"> |
|
24 | 25 |
<tr> |
25 | 26 |
<th class="listtop"> |
26 | 27 |
<table height="0" width="0" cellpadding="0" cellspacing="0" marginheight="0" marginwidth="0" border="0"> |
... | ... | |
141 | 142 |
</table> |
142 | 143 |
</th> |
143 | 144 |
</tr> |
144 |
<tbody height="400" style="overflow: auto;">
|
|
145 |
<tbody height="380px" width="580px" style="overflow:auto;">
|
|
145 | 146 |
<TMPL_LOOP NAME=DATEN> |
146 | 147 |
<tr class="listrow<TMPL_IF __odd__>1<TMPL_ELSE>0</TMPL_IF>"> |
147 | 148 |
<td nowrap> |
... | ... | |
166 | 167 |
</TMPL_LOOP> |
167 | 168 |
</tbody> |
168 | 169 |
</table> |
170 |
</div> |
|
171 |
<div style="position:absolute; bottom:10px; left:10px;"> |
|
169 | 172 |
<TMPL_ELSE> |
170 | 173 |
<b>Keine Suchergebnisse gefunden!</b><br> |
171 | 174 |
</TMPL_IF> |
... | ... | |
176 | 179 |
<input type="button" onclick="javascript:window.close();" value="schlie?en"> |
177 | 180 |
</TMPL_IF> |
178 | 181 |
</p> |
182 |
</div> |
templates/webpages/common/show_history_master.html | ||
---|---|---|
20 | 20 |
} |
21 | 21 |
} |
22 | 22 |
</script> |
23 |
<table style="table-layout: fixed;"> |
|
23 |
<div style="position: absolute; top:10px; left:10px; clip:rect(0px, 700px, 407px, 0px);"> |
|
24 |
<table style="width: 700px; height: 360px;"> |
|
24 | 25 |
<tr> |
25 | 26 |
<th class="listtop"> |
26 | 27 |
<table height="0" width="0" cellpadding="0" cellspacing="0" marginheight="0" marginwidth="0" border="0"> |
... | ... | |
141 | 142 |
</table> |
142 | 143 |
</th> |
143 | 144 |
</tr> |
144 |
<tbody height="400" style="overflow: auto;">
|
|
145 |
<tbody height="380px" width="580px" style="overflow:auto;">
|
|
145 | 146 |
<TMPL_LOOP NAME=DATEN> |
146 | 147 |
<tr class="listrow<TMPL_IF __odd__>1<TMPL_ELSE>0</TMPL_IF>"> |
147 | 148 |
<td nowrap> |
... | ... | |
166 | 167 |
</TMPL_LOOP> |
167 | 168 |
</tbody> |
168 | 169 |
</table> |
170 |
</div> |
|
171 |
<div style="position:absolute; bottom:10px; left:10px;"> |
|
169 | 172 |
<TMPL_ELSE> |
170 | 173 |
<b><translate>Keine Suchergebnisse gefunden!</translate></b><br> |
171 | 174 |
</TMPL_IF> |
... | ... | |
176 | 179 |
<input type="button" onclick="javascript:window.close();" value="<translate>close</translate>"> |
177 | 180 |
</TMPL_IF> |
178 | 181 |
</p> |
182 |
</div> |
Auch abrufbar als: Unified diff
Hoffentlich endgültige Fassung des Historien-templates