dspace\webapps\xmlui\themes\Mirage\lib\xsl\core\page-structure.xsl
<div style=”margin-right:300px;direction:rtl”> language :: <a href=”/xmlui?locale-attribute=ar”> Arabic</a> | <a href=”/xmlui?locale-attribute=en”> English </a> </div>
Can anybody please help me what conditional code should I add for this and in which file?
Thanks in advance
--
You received this message because you are subscribed to the Google Groups "DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dspace-tech...@googlegroups.com.
To post to this group, send email to dspac...@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.
<map:resource name="transform-to-xhtml">
<!-- Add page metadata to DRI -->
<!-- This adds all Stylesheets (CSS) and Javascript (js) into the DRI XML,
so that they are accessible to the XSLTs -->
<!-- 3 different IncludePageMeta transformers to ensure that the
stylesheets end up in the correct order-->
<map:transform type="IncludePageMeta">
<map:parameter name="stylesheet.screen#1" value="lib/css/reset.css"/>
<map:parameter name="stylesheet.screen#2" value="lib/css/base.css"/>
<map:parameter name="stylesheet.screen#3" value="lib/css/helper.css"/>
<map:parameter name="stylesheet.screen#4" value="lib/css/jquery-ui-1.8.15.custom.css"/>
<map:parameter name="stylesheet.screen#5" value="lib/css/style.css"/>
<map:parameter name="stylesheet.screen#6" value="lib/css/authority-control.css"/>
</map:transform>
<map:transform type="IncludePageMeta">
<map:parameter name="stylesheet.handheld" value="lib/css/handheld.css"/>
<map:parameter name="stylesheet.print" value="lib/css/print.css"/>
</map:transform>
<map:transform type="IncludePageMeta">
<map:parameter name="stylesheet.all" value="lib/css/media.css"/>
<map:parameter name="javascript" value="lib/js/jquery-ui-1.8.15.custom.min.js"/>
<map:parameter name="theme.path" value="{global:theme-path}"/>
<map:parameter name="theme.name" value="{global:theme-path}"/>
<map:parameter name="curRequestURI" value="{1}"/>
</map:transform>
One last thing, it is a good practice do not change the DSpace code files, instead, create a new file and directory structure in the module folder and it will replace the DSpace original file in the Build process.
Best
Luiz