Changeset 7428
- Timestamp:
- 03/16/09 10:13:04 (17 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
head/ambra/webapp/src/main/webapp/global/global_header.ftl
r7406 r7428 25 25 <@s.url id="thisPageURL" includeParams="get" includeContext="true" encode="false"/> 26 26 <#-- remove duplicate articleURI specification, e.g. /article/doi?articleURL=doi --> 27 <#if thisPageURL?matches(r"^(/.+)?/article. +/info(:|%3A)doi(/|%2F).+")>27 <#if thisPageURL?matches(r"^(/.+)?/article.*/info(:|%3A)doi(/|%2F).+")> 28 28 <#assign thisPage = thisPageURL?replace(r"\??articleURI=info%3Adoi%2F.{30}", "", "r")?replace("&", "&")?url> 29 29 <#-- dont to anything if we're already on the feedbackCreate.action page -->
