root/head/ambra/webapp/src/main/webapp/journals/plosJournals/article/article_content.ftl @ 7339

Revision 7339, 2.7 KB (checked in by josowski, 18 months ago)

Implementation of article type blurbs

Addresses #1121

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id HeadURL Revision
Line 
1<#--
2  $HeadURL::                                                                            $
3  $Id$
4
5  Copyright (c) 2007-2009 by Topaz, Inc.
6  http://topazproject.org
7
8  Licensed under the Apache License, Version 2.0 (the "License");
9  you may not use this file except in compliance with the License.
10  You may obtain a copy of the License at
11
12  http://www.apache.org/licenses/LICENSE-2.0
13
14  Unless required by applicable law or agreed to in writing, software
15  distributed under the License is distributed on an "AS IS" BASIS,
16  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17  See the License for the specific language governing permissions and
18  limitations under the License.
19-->
20<@s.url id="createDiscussionURL" namespace="/annotation/secure" action="startDiscussion" includeParams="none" target="${articleURI}" />
21<div id="researchArticle" class="content">
22  <a id="top" name="top" toc="top" title="Top"></a>
23  <@s.url id="thisPageURL" includeParams="get" includeContext="true" encode="false"/>
24  <@s.url id="feedbackURL" includeParams="none" namespace="/" action="feedbackCreate" page="${thisPageURL?url}"/>
25  <#include "article_blurb.ftl">
26  <h1 xpathLocation="noSelect">${articleInfoX.title}</h1>
27  <#assign tab="article" />
28  <#include "article_tabs.ftl">
29        <div id="retractionHtmlId" class="retractionHtmlId" style="display:none;" xpathLocation="noSelect">
30          <p class="retractionHtmlId"><strong> Retraction:</strong> This article has been <em>retracted</em> due to the following:
31            <span id="retractionlist" class="retractionHtmlId"></span>
32    </p>
33  </div>
34  <div id="fch" class="fch" style="display:none;" xpathLocation="noSelect">
35    <p class="fch"><strong> Formal Correction:</strong> This article has been <em>formally corrected</em> to address the following errors.</p>
36    <ol id="fclist" class="fclist"></ol>
37  </div>
38  <div id="articleMenu" xpathLocation="noSelect">
39    <div class="wrap">
40      <ul>
41        <li class="annotation icon">To <strong>add a note</strong>, highlight some text. <a href="#" onclick="toggleAnnotation(this, 'public'); return false;" title="Click to turn notes on/off">Hide notes</a></li>
42        <li class="discuss icon">
43          <#if Session[freemarker_config.userAttributeKey]?exists>
44            <a href="${createDiscussionURL}" class="discuss icon">Make a general comment</a>
45          <#else>
46            <a href="${freemarker_config.context}/user/secure/secureRedirect.action?goTo=${thisPage}">Make a general comment</a>
47          </#if>
48        </li>
49        </ul>
50      <p><strong>Jump to</strong></p>
51      <div id="sectionNavTop" class="tools"></div>
52    </div>
53  </div>
54  <@s.property value="transformedArticle" escape="false"/>
55</div>
Note: See TracBrowser for help on using the browser.