Changeset 18388


Ignore:
Timestamp:
2009-01-15T14:52:45+13:00 (15 years ago)
Author:
kjdon
Message:

changed main div id from globalwrapper to page-wrapper and added dir attribute for rtl languages

Location:
greenstone3/trunk/web/interfaces/default/transform
Files:
13 edited

Legend:

Unmodified
Added
Removed
  • greenstone3/trunk/web/interfaces/default/transform/about.xsl

    r18316 r18388  
    2424      </head>
    2525      <body>
    26     <div id="globalwrapper">
     26    <xsl:attribute name="dir"><xsl:call-template name="direction"/></xsl:attribute>
     27    <div id="page-wrapper">
    2728      <xsl:call-template name="response" />
    2829      <xsl:call-template name="greenstoneFooter"/>
  • greenstone3/trunk/web/interfaces/default/transform/applet.xsl

    r18316 r18388  
    2424      </head>
    2525      <body>
    26     <div id="globalwrapper">
     26    <xsl:attribute name="dir"><xsl:call-template name="direction"/></xsl:attribute>
     27    <div id="page-wrapper">
    2728      <xsl:call-template name="response" />
    2829      <xsl:call-template name="greenstoneFooter"/>
  • greenstone3/trunk/web/interfaces/default/transform/berry.xsl

    r13264 r18388  
    1919    <html>
    2020      <xsl:call-template name="pageHead"/>   
    21       <body class="bgimage">
    22     <div class='globalwrapper'>
     21      <body>
     22    <xsl:attribute name="dir"><xsl:call-template name="direction"/></xsl:attribute>
     23    <div id="page-wrapper">
    2324      <xsl:apply-templates select="pageResponse"/>
    2425    </div>
     
    740741  </xsl:template>
    741742 
     743  <xsl:template name="direction">
     744    <xsl:if test="/page/@lang='ar' or /page/@lang='fa' or /page/@lang='he' or /page/@lang='ur' or /page/@lang='ps' or /page/@lang='prs'">rtl</xsl:if>
     745  </xsl:template>
     746
    742747</xsl:stylesheet> 
    743748
  • greenstone3/trunk/web/interfaces/default/transform/classifier.xsl

    r18316 r18388  
    2626      </head>
    2727      <body>
    28     <div id="globalwrapper">
     28    <xsl:attribute name="dir"><xsl:call-template name="direction"/></xsl:attribute>
     29    <div id="page-wrapper">
    2930      <xsl:call-template name="response" />
    3031      <xsl:call-template name="greenstoneFooter"/>
  • greenstone3/trunk/web/interfaces/default/transform/document.xsl

    r18316 r18388  
    3838      </head>
    3939          <body>
    40         <div id="globalwrapper">
     40        <xsl:attribute name="dir"><xsl:call-template name="direction"/></xsl:attribute>
     41        <div id="page-wrapper">
    4142          <xsl:call-template name="response" />
    4243          <xsl:call-template name="greenstoneFooter"/>
  • greenstone3/trunk/web/interfaces/default/transform/gli4gs3.xsl

    r18316 r18388  
    2424      </head>
    2525      <body>
    26     <div id="globalwrapper">
     26    <xsl:attribute name="dir"><xsl:call-template name="direction"/></xsl:attribute>
     27    <div id="page-wrapper">
    2728      <xsl:call-template name="response" />
    2829      <xsl:call-template name="greenstoneFooter"/>
  • greenstone3/trunk/web/interfaces/default/transform/help.xsl

    r18316 r18388  
    2424      </head>
    2525      <body>
    26     <div id="globalwrapper">
     26    <xsl:attribute name="dir"><xsl:call-template name="direction"/></xsl:attribute>
     27    <div id="page-wrapper">
    2728      <xsl:call-template name="response" />
    2829      <xsl:call-template name="greenstoneFooter"/>
  • greenstone3/trunk/web/interfaces/default/transform/home.xsl

    r18316 r18388  
    2424      </head>
    2525      <body>
    26     <div id="globalwrapper">
     26    <xsl:attribute name="dir"><xsl:call-template name="direction"/></xsl:attribute>
     27    <div id="page-wrapper">
    2728      <xsl:call-template name="response" />
    2829      <xsl:call-template name="greenstoneFooter"/>
  • greenstone3/trunk/web/interfaces/default/transform/nav.xsl

    r18316 r18388  
    2222      </head>
    2323      <body style="background-image: none;">
     24    <xsl:attribute name="dir"><xsl:call-template name="direction"/></xsl:attribute>
    2425    <xsl:apply-templates select="pageResponse"/>
    2526      </body>
  • greenstone3/trunk/web/interfaces/default/transform/pref.xsl

    r18316 r18388  
    2424      </head>
    2525      <body>
    26     <div id="globalwrapper">
     26    <xsl:attribute name="dir"><xsl:call-template name="direction"/></xsl:attribute>
     27    <div id="page-wrapper">
    2728      <xsl:call-template name="response" />
    2829      <xsl:call-template name="greenstoneFooter"/>
  • greenstone3/trunk/web/interfaces/default/transform/process.xsl

    r18316 r18388  
    2525      </head>
    2626      <body>
    27     <div id="globalwrapper">
     27    <xsl:attribute name="dir"><xsl:call-template name="direction"/></xsl:attribute>
     28    <div id="page-wrapper">
    2829      <xsl:call-template name="response" />
    2930      <xsl:call-template name="greenstoneFooter"/>
  • greenstone3/trunk/web/interfaces/default/transform/query.xsl

    r18316 r18388  
    2727      </head>
    2828      <body>
    29     <div id="globalwrapper">
     29    <xsl:attribute name="dir"><xsl:call-template name="direction"/></xsl:attribute>
     30    <div id="page-wrapper">
    3031      <xsl:call-template name="response" />
    3132      <xsl:call-template name="greenstoneFooter"/>
  • greenstone3/trunk/web/interfaces/default/transform/system.xsl

    r18316 r18388  
    2020      </head>
    2121      <body>
    22     <div id="globalwrapper">
     22    <xsl:attribute name="dir"><xsl:call-template name="direction"/></xsl:attribute>
     23    <div id="page-wrapper">
    2324      <xsl:call-template name="response" />
    2425      <xsl:call-template name="greenstoneFooter"/>
Note: See TracChangeset for help on using the changeset viewer.