Changeset 7413
- Timestamp:
- 03/12/09 16:24:12 (17 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
head/ambra/webapp/src/main/webapp/article/article_related.ftl
r7379 r7413 44 44 </ul> 45 45 46 <h3>Related Articles on the web <img id="relatedArticlesSpinner" src="../../images/loading .gif" height="20" width="20" class="loading" /></h3>46 <h3>Related Articles on the web <img id="relatedArticlesSpinner" src="../../images/loading_small.gif" class="loading" /></h3> 47 47 <div id="pubMedRelatedErr" style="display:none;"></div> 48 48 <ul> … … 51 51 </ul> 52 52 53 <h3>Cited in <img id="relatedCitesSpinner" src="../../images/loading .gif" height="20" width="20" class="loading" /></h3>53 <h3>Cited in <img id="relatedCitesSpinner" src="../../images/loading_small.gif" class="loading" /></h3> 54 54 <div id="relatedCites"></div> 55 55 <div>Search for citations on <a href="http://scholar.google.com/scholar?hl=en&lr=&cites=${docURL?url}">Google Scholar</a>.</div> 56 56 57 <h2>Related Blog Posts <a href="#" class="info">info</a> <img id="relatedBlogSpinner" src="../../images/loading .gif" height="20" width="20" class="loading" /></h2>57 <h2>Related Blog Posts <a href="#" class="info">info</a> <img id="relatedBlogSpinner" src="../../images/loading_small.gif" class="loading" /></h2> 58 58 <div id="relatedBlogPosts"></div> 59 59
