Changeset 1221 for MDService2


Ignore:
Timestamp:
04/17/11 18:54:26 (13 years ago)
Author:
vronk
Message:

added property xsl.terms2htmldetail;
added title for the record-detail

Location:
MDService2/trunk/MDService2/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • MDService2/trunk/MDService2/src/mdservice.properties

    r1085 r1221  
    1414
    1515scripts.path = xsl/
    16 cache.path = /srv/tomcat6/webapps/MDService2_cache/
    17 workspaceprofile.path = /srv/tomcat6/webapps/MDService2_profiles/
    18 //cache.path = C:/apps/apache-tomcat/webapps/MDService2_cache/
    19 //workspaceprofile.path = C:/apps/apache-tomcat/webapps/MDService2_profiles/
     16//cache.path = /srv/tomcat6/webapps/MDService2_cache/
     17//workspaceprofile.path = /srv/tomcat6/webapps/MDService2_profiles/
     18cache.path = C:/apps/apache-tomcat/webapps/MDService2_cache/
     19workspaceprofile.path = C:/apps/apache-tomcat/webapps/MDService2_profiles/
    2020//cache.path = C:/apache-tomcat-6.0.26/webapps/MDService2_cache/
    2121//workspaceprofile.path = C:/apache-tomcat-6.0.26/webapps/MDService2_profiles/
     
    4545xsl.terms2autocomplete = terms2view.xsl
    4646xsl.terms2htmlpage = terms2view.xsl
     47xsl.terms2htmldetail = terms2view.xsl
    4748xsl.terms2htmltable = terms2view.xsl
    4849
  • MDService2/trunk/MDService2/src/xsl/mdinst2view.xsl

    r1076 r1221  
    6161                </xsl:choose>
    6262               
    63          <!--
    64          <span class="label">MDRecord View: </span>
    65                 <div class="box_heading hilight"><xsl:value-of select="$inner_title"/></div>
    66           -->
     63         
     64         <!--<span class="label">MDRecord View: </span> -->
     65                <div class="title" ><xsl:value-of select="$inner_title"/></div>
    6766       
    6867                <xsl:apply-templates select=".//IsPartOfList" />
Note: See TracChangeset for help on using the changeset viewer.