Changeset 36546 for documented-examples


Ignore:
Timestamp:
2022-09-01T20:49:55+12:00 (20 months ago)
Author:
anupama
Message:

Part 3 of getting the old DEC translations committed so GTI so that they can help translators. The new (untranslated) strings were showing, but I want all remaining strings marked as requiring translation, so I think that means having to update all the English description strings. With this commit I'm now adding in the otherwise unwanted windows newlines deliberately into each English description and will take them out in the next commit. This is just in the hope it will get GTI to mark each English language string as updated.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • documented-examples/trunk/style-e/resources/collectionConfig.properties

    r36518 r36546  
    2424  <xsl\:template name="additionalHeaderContent"> \n\
    2525    <xsl\:variable name="httpCollection"> \n\
    26       <xsl\:value-of select="/page/pageResponse/collection/metadataList/metadata[@name='httpPath']"/> \n\
     26      <xsl\:value-of select="/page/pageResponse/collection/metadataList/metadata[@name=\'httpPath\']"/> \n\
    2727    </xsl\:variable> \n\
    2828    <link rel="stylesheet" href="{$httpCollection}/style/gs3-style-default-extra.css" type="text/css"  \n\
     
    3535    <div class="choose_style"> \n\
    3636        Choose a style\: \n\
    37         <a href="#" onclick="replaceStyle('gs3-style-default-extra');return false;">Default Greenstone</a>, \n\
    38         <a href="#" onclick="replaceStyle('gs3-style-blue');return false;">Blue</a>, \n\
    39         <a href="#" onclick="replaceStyle('gs3-style-olive-purple');return false;">OlivePurple</a>,      \n\
    40         <a href="#" onclick="replaceStyle('');return false;">None</a> \n\
     37        <a href="#" onclick="replaceStyle(\'gs3-style-default-extra\');return false;">Default Greenstone</a>, \n\
     38        <a href="#" onclick="replaceStyle(\'gs3-style-blue\');return false;">Blue</a>, \n\
     39        <a href="#" onclick="replaceStyle(\'gs3-style-olive-purple\');return false;">OlivePurple</a>,        \n\
     40        <a href="#" onclick="replaceStyle(\'');return false;">None</a> \n\
    4141        </div> \n\
    4242    <div id="gs_banner" class="ui-widget-header ui-corner-bottom">         \n\
     
    5454description3=<p>If you want to download any of these stylesheets for your own collections, here are links to them\: \n\
    5555<ul> \n\
    56 <li><a href='https\://trac.greenstone.org/browser/documented-examples/trunk/style-e/style/gs3-style-default-extra.css'>GS3 default extra</a> - builds on top of GS3\'s default style</li> \n\
    57 <li><a href='https\://trac.greenstone.org/browser/documented-examples/trunk/style-e/style/gs3-style-blue.css'>Blue theme</a> - modifies the GS3 default style for a blue colouring</li> \n\
    58 <li><a href='https\://trac.greenstone.org/browser/documented-examples/trunk/style-e/style/gs3-style-olive-purple.css'>olive-purple theme</a> - modifies the GS3 default style for a vivid colouring of vine green and purples</li> \n\
     56<li><a href='https\://trac.greenstone.org/browser/documented-examples/trunk/style-e/style/gs3-style-default-extra.css\'>GS3 default extra</a> - builds on top of GS3\'s default style</li> \n\
     57<li><a href='https\://trac.greenstone.org/browser/documented-examples/trunk/style-e/style/gs3-style-blue.css\'>Blue theme</a> - modifies the GS3 default style for a blue colouring</li> \n\
     58<li><a href='https\://trac.greenstone.org/browser/documented-examples/trunk/style-e/style/gs3-style-olive-purple.css\'>olive-purple theme</a> - modifies the GS3 default style for a vivid colouring of vine green and purples</li> \n\
    5959<li>None - clears all CSS styling from the current page (needs reload to get the default GS3 style back)</li> \n\
    6060</ul> \n\
     
    6767<pre>&lt;xsl\:template name="additionalHeaderContent"&gt; \n\
    6868    &lt;xsl\:variable name="httpCollection"&gt; \n\
    69       &lt;xsl\:value-of select="/page/pageResponse/collection/metadataList/metadata[@name='httpPath']"/&gt; \n\
     69      &lt;xsl\:value-of select="/page/pageResponse/collection/metadataList/metadata[@name=\'httpPath\']"/&gt; \n\
    7070    &lt;/xsl\:variable&gt; \n\
    7171    &lt;link href="{$httpCollection}/style/stylesheet-name.css" rel="stylesheet" type="text/css"/&gt; \n\
Note: See TracChangeset for help on using the changeset viewer.