Ignore:
Timestamp:
2006-07-05T15:51:00+12:00 (18 years ago)
Author:
shaoqun
Message:

added berry basket

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/web/interfaces/default/transform/style.xsl

    r9874 r12015  
    1010  <xsl:param name="interface_name"/>
    1111  <xsl:param name="library_name"/>
    12  
    13   <!-- global style info goes here  -->
     12   <!-- global style info goes here  -->
    1413  <xsl:template name="globalStyle">
    1514    <link rel="stylesheet" href="interfaces/default/style/core.css" type="text/css"/>
     
    1918  <xsl:template match="page">
    2019    <html>
    21       <xsl:call-template name="pageHead"/>
    22       <body>
     20         <xsl:call-template name="pageHead"/>
     21     
     22   <body>
    2323    <table border="0" cellspacing="0" cellpadding="0" width="100%">
    2424      <td valign="top" width="65"><!-- a space for our side bar-->
Note: See TracChangeset for help on using the changeset viewer.