Project

General

Profile

« Previous | Next » 

Revision 9135

  • Use the cite tag for the MetacatUI skin citation
  • Take out extra divs in the MetacatUI skin that are not necessary
  • Add a placeholder for the package contents table in the MetacatUI skin
  • Classify more of the HTML tags with their content type so MetacatUI can find content more efficiently
  • Store the raw value of the bounding coordinates in the MetacatUI skin so MetacatUI can grab them faster for creating a map

View differences:

lib/style/skins/metacatui/eml-2/eml-identifier.xsl
71 71
    <!-- for citation information -->
72 72
    <xsl:template name="datasetcitation">
73 73
    
74
    	<div class="well">
75
    		<div class="row-fluid">
76
    			<div class="span10">
74
    	<cite class="citation">
77 75
    				<xsl:for-each select="creator">
78 76
    				
79 77
    					<xsl:choose>
......
136 134
							(<xsl:value-of select="$pid"/>)
137 135
						</a>				        		
138 136
					</xsl:if>
139
    			</div>
140
    			<div id="downloadPackage" class="span2">
141
   					<a class="btn">
137
		</cite>
138
   					<a class="btn" id="downloadPackage">
142 139
   						<xsl:attribute name="href">
143 140
							<xsl:value-of select="$packageURI"/><xsl:value-of select="$pid"/>
144 141
						</xsl:attribute>
145 142
   						Download <i class="icon-arrow-down"></i>
146 143
   					</a>
147
    			</div>	
148
  
149
    		</div>
150
				
151
		</div>
144
   		<div id="downloadContents"></div>
152 145

  
153 146
   </xsl:template>
154 147
   

Also available in: Unified diff