Changeset 7790
- Timestamp:
- 07/20/09 16:52:22 (12 months ago)
- Location:
- head/ambra/webapp/src/main/webapp
- Files:
-
- 2 modified
-
article/article_rhc.ftl (modified) (2 diffs)
-
css/rating.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
head/ambra/webapp/src/main/webapp/article/article_rhc.ftl
r7789 r7790 29 29 <@s.url id="emailArticleURL" namespace="/article" action="emailArticle" articleURI="${articleURI}"/> 30 30 <@s.url id="relatedArticleURL" namespace="/article" action="fetchRelatedArticle" articleURI="${articleURI}"/> 31 <@s.url id="metricsTabURL" namespace="/article" action="fetchArticleMetrics" includeParams="all" articleURI="${articleURI}" /> 31 32 32 33 <div id="rhc" xpathLocation="noDialog"> … … 73 74 </dl> 74 75 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>76 <dl class="related"> 77 <dt>Related Articles on the Web</dt> 78 <dd><a href="http://scholar.google.com/scholar?hl=en&lr=&q=related:${article.docURL?url}&btnG=Search">Google Scholar</a></dd> 79 <dd id="pubMedRelatedLIInRHC" style="display:none;"><a id="pubMedRelatedURLInRHC">PubMed</a></dd> 80 </dl> 80 81 81 82 <div class="more clearfix"><a href="${relatedArticleURL}">More</a></div> -
head/ambra/webapp/src/main/webapp/css/rating.css
r7318 r7790 22 22 23 23 .rating { width:100px; height:15px; left: 8em; top: -1.25em;/* these positions are required for the rating/edit rating forms */ font-weight: normal; overflow:hidden; } 24 ol.ratingAvgs ul.single { left:0; } /*for single ratings for non-research articles*/ 24 25 span.inline-rating ul.rating { left:0; top:0; } /* This is specifically for the overall rating at the top of the View All Ratings page. Applies to all browsers except IE7 - see below. */ 25 26 *:first-child+html span.inline-rating ul.rating { left: 8em; top: -1.25em; } /* IE7 only hack */
