[ 
https://jira.duraspace.org/browse/DS-1353?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=26743#comment-26743
 ] 

Ivan Masár commented on DS-1353:
--------------------------------

That's not exactly what I meant, $dspace-url is only the base URL. But it's 
easy to concatenate it with the URL path:

<xsl:variable name="request-uri"
select="/dri:document/dri:meta/dri:pageMeta/dri:metadata[@element='request'][@qualifier='URI']"/>

<xsl:variable name=""
select="concat($dspace-url, '/', $request-uri)"/>

(the code is off the top of my head, you should get the idea)
                
> switch to non-mobile theme is available only on homepage
> --------------------------------------------------------
>
>                 Key: DS-1353
>                 URL: https://jira.duraspace.org/browse/DS-1353
>             Project: DSpace
>          Issue Type: Bug
>          Components: XMLUI
>    Affects Versions: 3.0
>            Reporter: Ivan Masár
>              Labels: mobile-theme
>
> The mobile theme contains a link to switch back to the non-mobile theme, but 
> only on the homepage. There is no way from another page to switch to its 
> non-mobile equivalent.
> I suggest to add a button to the header, similiar to the Home button, but 
> aligned to the right, which would appear on every page and would switch theme 
> but remain on the same page. The icon could be a crossed over phone.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
_______________________________________________
Dspace-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-devel

Reply via email to