Changeset 7789

Show
Ignore:
Timestamp:
07/17/09 16:05:50 (13 months ago)
Author:
ssterling
Message:

Completed statistical and extra-application linking functionality for article tabs and right-hand column, focusing on the Javascript interactions with ALM application.

Addresses #1346
Job Orders 5299 and 5301

Location:
head/ambra/webapp/src/main/webapp/article
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • head/ambra/webapp/src/main/webapp/article/article_rhc.ftl

    r7739 r7789  
    5151 
    5252  <div id="impact" class="rhcBox_type2"> 
     53    <h6>Metrics <a href="/static/help.action#socialBookmarkLinks" class="replaced" id="info" title="More information"><span>info</span></a></h6> 
     54     
     55    <div id="totalDataInRHC"></div> 
     56 
     57    <div id="relatedCitesInRHC"></div> 
     58 
    5359    <div id="ratingRhc1"> 
    5460      <#include "/article/article_rhc_rating.ftl"> 
     
    5965    <div id="related" class="rhcBox_type2"> 
    6066      <h6>Related Content</h6> 
    61       <#if articleInfoX?? && articleInfoX.relatedArticles?size gt 0> 
    6267        <dl class="related"> 
    6368          <dt>Related ${freemarker_config.orgName} Articles</dt> 
     
    6772          </#list> 
    6873        </dl> 
    69       </#if> 
     74 
     75      <strong>Related Articles on the Web</strong> 
     76      <ul> 
     77        <li><a href="http://scholar.google.com/scholar?hl=en&lr=&q=related:${article.docURL?url}&btnG=Search">Google Scholar</a></li> 
     78        <li id="pubMedRelatedLIInRHC" style="display:none;"><a id="pubMedRelatedURLInRHC">PubMed</a></li> 
     79      </ul> 
     80 
    7081      <div class="more clearfix"><a href="${relatedArticleURL}">More</a></div> 
    7182    </div> 
     83  <#else> 
     84    <!--  If there are related articles listed in ALM, then Javascript will compose the "Related Content" block  --> 
     85    <form action=""> 
     86      <input type="hidden" name="relatedArticleURL" id="relatedArticleURL" value="${article.docURL?url}" /> 
     87      <input type="hidden" name="isShouldRenderRelatedContentBox" id="isShouldRenderRelatedContentBox" value="true" /> 
     88    </form> 
     89    <div id="relatedContentBoxInRHC" style="display:none;"></div> 
    7290  </#if> 
    7391 
  • head/ambra/webapp/src/main/webapp/article/article_tabs.ftl

    r7779 r7789  
    33<@s.url id="relatedTabURL" namespace="/article" action="fetchRelatedArticle" includeParams="all" /> 
    44<@s.url id="commentsTabURL" namespace="/article" action="fetchArticleComments" includeParams="all" /> 
     5<@s.url id="crossRefPageURL"  namespace="/article" action="fetchArticleCrossRef" includeParams="none" articleURI="${articleURI}" /> 
     6<form action=""> 
     7  <input type="hidden" name="doi" id="doi" value="${articleURI}" /> 
     8  <input type="hidden" name="crossRefPageURL" id="crossRefPageURL" value="${crossRefPageURL}" /> 
     9  <input type="hidden" name="articleTitleUnformatted" id="articleTitleUnformatted" value="${articleInfoX.unformattedTitle?url}" /> 
     10</form> 
    511<div class="horizontalTabs" xpathLocation="noSelect"> 
    612  <ul id="tabsContainer">