comparison gwt-client/src/main/webapp/WEB-INF/stylesheets/fixoverview2html.xsl @ 9100:2a1dcee5e54a

2.3.4.1.1 FixAnalysis.HTML header fix
author gernotbelger
date Mon, 28 May 2018 16:15:14 +0200
parents 5aa05a7a34b7
children
comparison
equal deleted inserted replaced
9099:850ce16034e9 9100:2a1dcee5e54a
355 <nobr><xsl:value-of select="@name"/></nobr> 355 <nobr><xsl:value-of select="@name"/></nobr>
356 </div> 356 </div>
357 </xsl:template> 357 </xsl:template>
358 358
359 <xsl:template match="events"> 359 <xsl:template match="events">
360 <table width="97%" border="1" cellspacing="0" cellpadding="0" 360 <table width="100%" border="1" cellspacing="0" cellpadding="0"
361 style="font-size: 10pt;font-family:Arial;Verdana,sans-serif"> 361 style="font-size: 10pt;font-family:Arial;Verdana,sans-serif">
362 <colgroup> 362 <colgroup>
363 <xsl:if test="$render-checkboxes"> 363 <xsl:if test="$render-checkboxes">
364 <col width="20px"/> 364 <col width="20px"/>
365 </xsl:if> 365 </xsl:if>
366 <col width="*"/> 366 <col width="*"/>
367 <col width="75px"/> 367 <col width="95px"/>
368 </colgroup> 368 </colgroup>
369 <tr> 369 <tr>
370 <xsl:if test="$render-checkboxes"> 370 <xsl:if test="$render-checkboxes">
371 <th>&#160;</th> 371 <th>&#160;</th>
372 </xsl:if> 372 </xsl:if>
373 <th><xsl:apply-templates mode="gauges" select="/fixings/gauges"/></th> 373 <th><xsl:apply-templates mode="gauges" select="/fixings/gauges"/></th>
374 <th><xsl:value-of select="$i18n-event"/></th> 374 <th><xsl:value-of select="$i18n-event"/></th>
375 </tr> 375 </tr>
376 <xsl:apply-templates/> 376 </table>
377 </table> 377
378 <div class="lowerDiv" style="height: 65%; overflow-y: scroll !important;">
379 <table width="100%" border="1" cellspacing="0" cellpadding="0" style="font-size: 10pt;font-family:Arial;Verdana,sans-serif">
380 <colgroup>
381 <xsl:if test="$render-checkboxes">
382 <col width="20px"/>
383 </xsl:if>
384 <col width="*"/>
385 <col width="75px"/>
386 </colgroup>
387 <xsl:apply-templates/>
388 </table>
389 </div>
378 </xsl:template> 390 </xsl:template>
379 391
380 <xsl:template match="/"> 392 <xsl:template match="/">
381 <xsl:apply-templates/> 393 <xsl:apply-templates/>
382 <hr/> 394 <hr/>

http://dive4elements.wald.intevation.org