Changeset 1423 for MDService2


Ignore:
Timestamp:
06/15/11 10:01:17 (13 years ago)
Author:
vronk
Message:
 
Location:
MDService2/trunk/MDService2
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • MDService2/trunk/MDService2/WebContent/simple_index.jsp

    r1417 r1423  
    77<head>
    88<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
     9
     10<link href="style/jquery/clarindotblue/jquery-ui-1.8.5.custom.css" type="text/css" rel="stylesheet"  />
     11<!--  <link href="style/jquery/jquery-treeview/jquery.treeview.css" rel="stylesheet" /> -->
     12<link href="style/cmds-ui.css" type="text/css" rel="stylesheet" />
     13
    914<title>CLARIN Metadata Repository/Service/HTMLBrowser</title>
    1015</head>
  • MDService2/trunk/MDService2/WebContent/static/test.xml

    r1407 r1423  
    66                <a class="query" href="/collections/htmllist?repository=clarin.at-mirror&amp;collection=&amp;maxdepth=1&amp;cache=skip">collections clarin.at</a>
    77                <a class="query" href="/collections/htmllist?repository=localhost-mirror&amp;collection=&amp;maxdepth=1&amp;cache=skip">collection localhost</a>
     8                <a class="query" href="/collections/htmllist?repository=gu.se-main&amp;collection=&amp;maxdepth=1&amp;cache=skip">collection gu.se</a>
     9                <a class="query" href="/collections/htmllist?repository=clarin.at-mirror&amp;collection=&amp;maxdepth=2&amp;cache=skip">collections clarin.at</a>
     10                <a class="query" href="/terms/htmllist/?repository=clarin.at-mirror&amp;q=all">terms all - clarin.at</a>
     11                <a class="query" href="/terms/htmllist/?repository=clarin.at-mirror&amp;q=teiHeader">terms teiHeader- clarin.at</a>
    812                <a class="count" href="/terms/xml/?repository=localhost-mirror&amp;q=all">terms localhost</a>
    913                <a class="queryxml" href="/recordset/xml/?squery=syntax">squery=syntax</a>
  • MDService2/trunk/MDService2/WebContent/style/cmds-ui.css

    r1405 r1423  
    2121.data {display: none; }
    2222.hilight { font-size: 1.1em; font-weight: bold}
     23.error { font-color: red}
    2324/* this is temporary for MdREcordView-Titlebar; -> move to ui-box-header */
    2425/* obsolete .box_heading { background-color: #014172;  color: #FAFAFF; font-weight: bold; padding: 2px; }
  • MDService2/trunk/MDService2/src/xsl/test2view.xsl

    r1408 r1423  
    2626
    2727<xsl:template match="a">
    28         toTEST:<xsl:copy-of select="." /> [<xsl:value-of select="@href" />]     
    29         <div class="result">
     28
     29 <div class="cmds-ui-block" >
     30         <div class="ui-widget-header">
     31                <xsl:value-of select="@class" />: <xsl:copy-of select="." /> [<xsl:value-of select="@href" />]
     32        </div> 
     33        <div class="ui-widget-content">
    3034                <xsl:choose>
    3135                        <xsl:when test="@class='count'">
     
    4044                                        <xsl:apply-templates select="document(concat($base_url,@href))" mode="process-query"/>
    4145                        </xsl:otherwise>
    42                 </xsl:choose>
    43                
     46                </xsl:choose>           
    4447        </div>
     48 </div>
    4549</xsl:template>
    4650
     
    4852        <xsl:copy>
    4953                <xsl:apply-templates select="node()|@*" />
     54        </xsl:copy>     
     55</xsl:template>
     56
     57<xsl:template match="*|@*" mode="process-query" >
     58        <xsl:copy>
     59                <xsl:apply-templates select="node()|@*" mode="process-query" />
    5060        </xsl:copy>     
    5161</xsl:template>
Note: See TracChangeset for help on using the changeset viewer.