Project

General

Profile

« Previous | Next » 

Revision 3180

Added by sledge about 17 years ago

Can't get results displayed correctly due to a limitation in metacat (bug 2769 in bugzilla.ecoinformatics.org).

View differences:

resultset.xsl
49 49
        <link rel="stylesheet" type="text/css"
50 50
            href="@style-skins-path@/{$qformat}/{$qformat}.css" />
51 51
        <script language="Javascript" type="text/JavaScript"
52
            src="@style-skins-path@/{$qformat}/{$qformat}.js" />
52
            src="@style-skins-path@/{$qformat}/{$qformat}.js">
53
          <xsl:text disable-output-escaping="yes">
54
          </xsl:text>
55
        </script>
53 56
        <script language="Javascript" type="text/JavaScript"
54
            src="@style-common-path@/branding.js" />
57
            src="@style-common-path@/branding.js">
58
          <xsl:text disable-output-escaping="yes">
59
          </xsl:text>
60
        </script>
55 61
        <style type="text/css">
56 62

  
57 63
a
......
154 160
                    </xsl:if>
155 161
                  </td>
156 162

  
157
                  <td class="text_plain">
163
                  <!--td class="text_plain">
158 164
                    <xsl:value-of select="./param[@name='entity/property/@name'][text()='documentation']/following-sibling::param[@name='entity/property/property/@name'][text()='author']/following-sibling::param[@name='entity/property/property/configure'][position()=1]"/>
159 165
                  </td>
160 166

  
......
212 218
                        </center>
213 219
                      </form>
214 220
                    </td>
215
                  </xsl:if>
221
                  </xsl:if-->
216 222
                </tr>
217 223

  
218 224
                <tr>
219 225
                  <td class="text_plain"></td>
220 226
                  <td class="text_plain" colspan="6">
221
                    First X words of the actor's description...
222
                    <xsl:text> [</xsl:text>
227
                    <!--xsl:value-of select="substring(./param[@name='entity/property/@name'][text()='documentation']/following-sibling::param[@name='entity/property/property/@name'][text()='description']/following-sibling::param[@name='entity/property/property/configure'][position()=1], 0, 50)"/>
228
                    <xsl:text>... [</xsl:text-->
223 229

  
224 230
                    <a>
225 231
                      <xsl:attribute name="href">
......
236 242
                        </xsl:if>
237 243
                      </xsl:attribute>
238 244

  
239
                      <xsl:text>more</xsl:text>
245
                      <xsl:text>View Documentation</xsl:text>
240 246
                    </a>
241 247

  
242
                    <xsl:text>]</xsl:text>
248
                    <!--xsl:text>]</xsl:text-->
243 249
                  </td>
244 250
                </tr>
245 251

  

Also available in: Unified diff