Project

General

Profile

« Previous | Next » 

Revision 7986

save point: reformat the General section

View differences:

lib/style/skins/metacatui/eml-2/eml-identifier.xsl
43 43
      <xsl:param name="packageID"/>
44 44
      <xsl:param name="system"/>
45 45
      <xsl:if test="normalize-space(.)">
46
        <tr>
47
          <td class="{$IDfirstColStyle}">Identifier:</td>
48
          <td class="{$IDsecondColStyle}">
46
        <div class="control-group">
47
          <label class="control-label">Identifier:</label>
48
          <div class="controls">
49 49
          	<xsl:value-of select="$packageID"/>
50 50
			<xsl:if test="$withHTMLLinks = '1'">
51 51
	          	<!-- stats loaded with ajax call -->
......
60 60
					}
61 61
				</script>
62 62
			</xsl:if>
63
			<!--  BRL - removing this section per MBJ 20101210
64
	          <xsl:if test="normalize-space(../@system)!=''">
65
	            <xsl:text> (in the </xsl:text>
66
	            <em class="italic">
67
	              <xsl:value-of select="$system"/>
68
	            </em>
69
	            <xsl:text> Catalog System)</xsl:text>
70
	          </xsl:if>
71
	         --> 
72
          </td>
73
        </tr>
63
			
64
          </div>
65
        </div>
74 66
      </xsl:if>
75 67
    </xsl:template>
76 68
    

Also available in: Unified diff