Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 9b04fa2d

Von Moritz Bunkus vor mehr als 15 Jahren hinzugefügt

  • ID 9b04fa2dd15527c040f93236d2440869335ec627
  • Vorgänger 651e8d51
  • Nachfolger 09f64724

Festes Layout des Historiensuchmaschinenergebnisses wieder entfernt; oft wurden keine Scrollleisten angezeigt.

Unterschiede anzeigen:

templates/webpages/common/show_history_de.html
17 17
    }
18 18
  }
19 19
</script>
20
<div style="position: absolute; top:10px; left:10px; clip:rect(0px, 700px, 407px, 0px);">
21
<table style="width: 700px; height: 360px;">
20
<table>
22 21
	<tr>
23 22
		<th class="listtop">
24 23
      <table height="0" width="0" cellpadding="0" cellspacing="0" marginheight="0" marginwidth="0" border="0">
......
139 138
      </table>
140 139
    </th>
141 140
	</tr>
142
  <tbody height="380px" width="580px" style="overflow:auto;">
141
  <tbody>
143 142
[% FOREACH row = DATEN %]
144 143
  <tr class="listrow[% loop.count % 2 %]">
145 144
		<td nowrap>
......
164 163
[% END %]
165 164
</tbody>
166 165
</table>
167
</div>
168
<div style="position:absolute; bottom:10px; left:10px;">
169 166
[% ELSE %]
170 167
<b>Keine Suchergebnisse gefunden!</b><br>
171 168
[% END %]
......
176 173
<input type="button" onclick="javascript:window.close();" value="schlie?en">
177 174
[% END %]
178 175
</p>
179
</div>
templates/webpages/common/show_history_master.html
17 17
    }
18 18
  }
19 19
</script>
20
<div style="position: absolute; top:10px; left:10px; clip:rect(0px, 700px, 407px, 0px);">
21
<table style="width: 700px; height: 360px;">
20
<table>
22 21
	<tr>
23 22
		<th class="listtop">
24 23
      <table height="0" width="0" cellpadding="0" cellspacing="0" marginheight="0" marginwidth="0" border="0">
......
139 138
      </table>
140 139
    </th>
141 140
	</tr>
142
  <tbody height="380px" width="580px" style="overflow:auto;">
141
  <tbody>
143 142
[% FOREACH row = DATEN %]
144 143
  <tr class="listrow[% loop.count % 2 %]">
145 144
		<td nowrap>
......
164 163
[% END %]
165 164
</tbody>
166 165
</table>
167
</div>
168
<div style="position:absolute; bottom:10px; left:10px;">
169 166
[% ELSE %]
170 167
<b><translate>Keine Suchergebnisse gefunden!</translate></b><br>
171 168
[% END %]
......
176 173
<input type="button" onclick="javascript:window.close();" value="<translate>close</translate>">
177 174
[% END %]
178 175
</p>
179
</div>

Auch abrufbar als: Unified diff