Project

General

Profile

« Previous | Next » 

Revision 5600

include css classes for skins (like default and semtools) that use the "subGroup" class

View differences:

lib/style/common/fgdc/fgdc-root.xsl
10 10
                <div class="centerContentBorder">
11 11
                    <div class="templatecontentareaclass">
12 12
                        <xsl:apply-templates select="metadata/idinfo"/>
13
                        <br/>
13 14
                        <xsl:apply-templates
14 15
                            select="metadata/distinfo/resdesc[starts-with(text(),$docid)]/ancestor::distinfo"/>
15 16
                    </div>
......
18 19
    </xsl:template>
19 20
    
20 21
    <xsl:template match="idinfo">
21
        <table width="100%" border="0" cellspacing="0">
22
        <table width="100%" border="0" cellspacing="0" class="subGroup subGroup_border onehundred_percent">
22 23
            <tr>
23 24
                <td colspan="2" align="center">
24 25
                    <xsl:value-of select="$message"/>
......
139 140
    <xsl:template match="bounding">
140 141
        <td class="highlight" valign="top">Bounding Coordinates</td>
141 142
        <td class="secondCol">
142
            <table>
143
            <table class="subGroup subGroup_border">
143 144
                <tr>
144 145
                    <td class="highlight" align="right">West</td>
145 146
                    <td class="secondCol">
......
235 236
    <xsl:template match="pubinfo">
236 237
        <td class="highlight" valign="top">Publication Information </td>
237 238
        <td class="secondCol">
238
            <table>
239
            <table class="subGroup subGroup_border">
239 240
                <tr>
240 241
                    <xsl:apply-templates select="pubplace"/>
241 242
                </tr>
......
261 262
    </xsl:template>
262 263
    
263 264
    <xsl:template match="distinfo">
264
        <table width="100%" border="0" cellspacing="0">
265
        <table width="100%" border="0" cellspacing="0" class="subGroup subGroup_border">
265 266
            <tr>
266 267
                <td colspan="5" align="center">
267 268
                    <h2>Data Package Information</h2>

Also available in: Unified diff