Changeset 7334
- Timestamp:
- 03/03/09 13:19:31 (17 months ago)
- Location:
- head/ambra/webapp/src/main/webapp
- Files:
-
- 11 added
- 4 modified
-
article/article_comments.ftl (modified) (2 diffs)
-
article/article_related.ftl (modified) (5 diffs)
-
article/article_rhc.ftl (modified) (2 diffs)
-
css/screen.css (modified) (8 diffs)
-
images/articleMenu_btm.gif (added)
-
images/articleMenu_top.gif (added)
-
images/button_info.png (added)
-
images/icon_download.gif (added)
-
images/icon_email.gif (added)
-
images/icon_error.gif (added)
-
images/icon_print.gif (added)
-
images/links_alerts_bg.gif (added)
-
images/rhcBox_btm.gif (added)
-
images/rhcBox_more.gif (added)
-
images/rhcBox_top.gif (added)
Legend:
- Unmodified
- Added
- Removed
-
head/ambra/webapp/src/main/webapp/article/article_comments.ftl
r7318 r7334 39 39 <div id="researchArticle" class="content corrections"> 40 40 <#else> 41 <div id="researchArticle" class="content ">41 <div id="researchArticle" class="content comments"> 42 42 </#if> 43 43 <a id="top" name="top" toc="top" title="Top"></a> … … 49 49 <#assign tab="comments" /> 50 50 <#include "article_tabs.ftl"> 51 <div class="rss"><a href="#">Comments RSS</a></div> 51 52 <#if commentary?size == 0> 52 <p>There are currently no notes or comments yet on this article. 53 You can <a href="${startDiscussionUrl}" title="Click to make a new comment on this article" class="discuss icon">add a comment</a> or return to the original article to add a note.<p> 53 <p>There are currently no notes or comments yet on this article. You can <a href="${startDiscussionUrl}" title="Click to make a new comment on this article" class="discuss icon">add a comment</a> or return to the original article to add a note.</p> 54 54 <#else> 55 <ul> 55 56 <#if corrections == true> 56 <a href="${commentsURL}" title="View all corrections" class="discuss icon">View all Comments</a></p>57 <li><a href="${commentsURL}" title="View all corrections" class="discuss icon">View all Comments</a></li> 57 58 <#else> 58 <a href="${correctionsURL}" title="View all corrections" class="corrections icon">View all corrections</a></p>59 <li><a href="${correctionsURL}" title="View all corrections" class="corrections icon">View all corrections</a></li> 59 60 </#if> 60 <a href="${startDiscussionUrl}" title="Click to make a new comment on this article" class="discuss icon">Make a new comment on this article</a></p> 61 <li><a href="${startDiscussionUrl}" title="Click to make a new comment on this article" class="discuss icon">Make a new comment on this article</a></li> 62 </ul> 61 63 <table class="directory" cellpadding="0" cellspacing="0"> 62 64 <#list commentary as comment> -
head/ambra/webapp/src/main/webapp/article/article_related.ftl
r7318 r7334 28 28 </form> 29 29 30 <div id="researchArticle" class="content ">30 <div id="researchArticle" class="content related"> 31 31 <a id="top" name="top" toc="top" title="Top"></a> 32 32 <div id="contentHeader"><p>Open Access</p><p id="articleType">${articleType.heading}</p></div> … … 35 35 <#include "article_tabs.ftl"> 36 36 37 <h 1>Related Articles (i)</h1>37 <h2>Related Articles <a href="#" class="info">info</a></h2> 38 38 39 < div>Related Subject Categories</div>39 <h3>Related Subject Categories</h3> 40 40 <ul> 41 41 <#list articleInfo.categories as cat> … … 44 44 </ul> 45 45 46 < div>Related Articles on the web <img id="relatedArticlesSpinner" src="../../images/loading.gif" height="20" width="20" class="loading" /></div>46 <h3>Related Articles on the web <img id="relatedArticlesSpinner" src="../../images/loading.gif" height="20" width="20" class="loading" /></h3> 47 47 <ul> 48 48 <li><a href="http://scholar.google.com/scholar?hl=en&lr=&q=related:${docURL?url}&btnG=Search">Google Scholar</a></li> … … 50 50 </ul> 51 51 52 < div>Cited in: <img id="relatedCitesSpinner" src="../../images/loading.gif" height="20" width="20" class="loading" /></div>52 <h3>Cited in <img id="relatedCitesSpinner" src="../../images/loading.gif" height="20" width="20" class="loading" /></h3> 53 53 <div id="relatedCites"></div> 54 54 <div>Search for citations on <a href="http://scholar.google.com/scholar?hl=en&lr=&cites=${docURL?url}">Google Scholar</a>.</div> 55 55 56 < div>Related Blog Posts (i) <img id="relatedBlogSpinner" src="../../images/loading.gif" height="20" width="20" class="loading" /></div>56 <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 57 <div id="relatedBlogPosts"></div> 58 58 59 Search for related blog posts on <a href="http://blogsearch.google.com/blogsearch?hl=en&ie=UTF-8&q=${shortDOI?url}&btnG=Search+Blogs">Google Blogs</a> </div>59 Search for related blog posts on <a href="http://blogsearch.google.com/blogsearch?hl=en&ie=UTF-8&q=${shortDOI?url}&btnG=Search+Blogs">Google Blogs</a> 60 60 61 < div>Trackbacks</div>61 <h3>Trackbacks</h3> 62 62 <div>To trackback this article use the following trackback URL:<br/> 63 63 <@s.url namespace="/" includeParams="none" id="trackbackURL" action="trackback" trackbackId="${articleURI}"/> … … 66 66 </div> 67 67 </div> 68 </div> 69 <div style="visibility:hidden"> 70 <#include "/widget/ratingDialog.ftl"> 71 </div> 68 72 </div> 69 <div style="visibility:hidden">70 <#include "/widget/ratingDialog.ftl">71 </div> -
head/ambra/webapp/src/main/webapp/article/article_rhc.ftl
r7318 r7334 90 90 } 91 91 </script> 92 <a style='cursor: pointer;' onclick='javascript:bookmark_in_connotea("${docURL}");'><img src='${freemarker_config.getContext()}/ journals/plosJournals/images/icon_connotea_16x16.gif' alt="Connotea" title="Add to Connotea"/></a>92 <a style='cursor: pointer;' onclick='javascript:bookmark_in_connotea("${docURL}");'><img src='${freemarker_config.getContext()}/images/icon_connotea_16x16.gif' alt="Connotea" title="Add to Connotea"/></a> 93 93 <#-- See: http://www.connotea.org/wiki/AddToConnoteaButton --> 94 94 <#-- Citeulike --> 95 <a href="http://www.citeulike.org/posturl?url=${docURL?url}&title=${articleInfoX.title?url}" target="_new"><img src='${freemarker_config.getContext()}/ journals/plosJournals/images/icon_citeulike_16x16.gif' alt="CiteULike" title="Add to CiteULike" /></a>95 <a href="http://www.citeulike.org/posturl?url=${docURL?url}&title=${articleInfoX.title?url}" target="_new"><img src='${freemarker_config.getContext()}/images/icon_citeulike_16x16.gif' alt="CiteULike" title="Add to CiteULike" /></a> 96 96 <#-- For more info see http://www.citeulike.org/faq/all.adp --> 97 97 <#-- Digg … … 114 114 </li> 115 115 <li class="email icon"><a href="${emailArticleURL}">Email this article</a></li> 116 <li class="twitter icon"><a href="http://twitter.com/home/?status=${"Check+out+this+article%3A+" + docURL?url}" title="Tweet about this article">Tweet about this article</a></li>117 116 </ul> 118 117 </div> -
head/ambra/webapp/src/main/webapp/css/screen.css
r7318 r7334 124 124 a.advanced { background-image: url(../images/icon_advanced.gif); } 125 125 a.browse { background-image: url(../images/icon_browse.gif); } 126 a.info { background:url(../images/button_info.png); } 126 127 127 128 /* Article Icons */ … … 311 312 ul#links li.rss a, 312 313 ul#links li.rss a:visited { background-image: url(../images/links_rss_bg.gif); } 314 ul#links li.alerts a, 315 ul#links li.alerts a:visited { background-image: url(../images/links_alerts_bg.gif); } 313 316 314 317 span.new { color: #fff; float: left; display: block; } … … 331 334 */ 332 335 333 /*TEMP STYLE: suppresses 2nd instance of research article title on the article page*/334 div#articleMenu + h1 { display:none; }335 336 336 /* article page tabs */ 337 div.horizontalTabs { position:relative; border:0; margin-top:15px; padding:0; background:transparent; width:100%; }337 div.horizontalTabs { /*position:relative;*/ border:0; margin-top:15px; padding:0; background:transparent; width:99%; } 338 338 div.horizontalTabs:after { content:"."; display: block; height:0; clear:left; visibility:hidden; } 339 /*div#articleContainer div#researchArticle*/ ul#tabsContainer { float:left; margin:0!important; padding:0 0 0 10px!important; /* "!important" required for IE7 */ line-height:normal; background:transparent url("../images/tab_bg.gif") repeat-x bottom; width:640px; }339 /*div#articleContainer div#researchArticle*/ ul#tabsContainer { float:left; clear:none; margin:0!important; padding:0 0 0 10px!important; /* "!important" required for IE7 */ line-height:normal; background:transparent url("../images/tab_bg.gif") repeat-x bottom; width:640px; } 340 340 ul#tabsContainer ul { margin:0; padding:10px 10px 0; } 341 341 ul#tabsContainer li { cursor:pointer; float:left; background:url("../images/tab_left.gif") no-repeat 0% 0%; margin:0 2px; padding:0 0 0 8px; list-style:none; font-size:.9em; font-weight:bold; color:#666; } … … 351 351 div.static h1, 352 352 div.content h1, 353 div.search h1 { /* article title */font-size: 2.2em; line-height: 1.1em; margin: 10px 0 0 0;font-weight: normal; }353 div.search h1 { font-size:1.7em; line-height:1.2em; margin:10px 0 0 0; font-weight:bold; } 354 354 355 355 … … 359 359 div.pageerror p { margin-left: 8px; } 360 360 div.content h2 { /* article sub-title */ margin: 10px 0; font-style: italic; font-size: 1.5em; background: none; padding: 0;} 361 362 361 div.static h2, 363 362 div.content h3 { /* article main body heading */ font-size: 1.6em; margin: 20px 0 0 0; border-bottom: 1px solid #ccc; padding-bottom: 3px;} … … 411 410 412 411 div.abstract { margin: 15px 0; } 413 div.articleinfo { font-size: .9em; padding: 10px; margin: 10px 0; background: #DBDBDB url(../images/abstract_bg.gif) repeat-x top; }412 div.articleinfo { font-size: .9em; padding:0 10px; margin:20px 0 40px 0; border-left:5px solid #c60; } 414 413 div.contributions { } 415 414 div.articleinfo p … … 446 445 #rhc { font-size:0.9em; line-height:1.5em; } 447 446 #rhc h6 { font-size:1em; } 448 #rhc h6 a.info { display:inline-block; background :url(../images/button_info.png) no-repeat bottom left; text-indent:-9999px; height:15px; width:14px; }447 #rhc h6 a.info { display:inline-block; background-repeat:no-repeat; background-position:0 .1em; text-indent:-9999px; width:14px; } 449 448 #rhc p { margin:3px 5px 5px 5px; } 450 449 #rhc div.rhcBox_type1 { margin-bottom:18px; padding-bottom:8px; background:#fcd3b8 url(../images/rhcBox_btm.gif) no-repeat bottom left; zoom:1; } … … 534 533 span.equation span span.note { display:inline; margin: 0;} 535 534 span.equation img { margin: 0 auto; display: block; padding-bottom: 10px;} 535 536 /* ------ Related Page Styles ------- */ 537 div.related h2 { font-style:normal; } 538 div.related h2 a.info { display:inline-block; background-repeat:no-repeat; background-position:0 .25em; text-indent:-9999px; width:14px; margin-top:15px; } 539 div.related h3 { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:1em; font-weight:bold; border:0; margin:1em 0 0 0; padding:0; } 540 div.related ul { margin:0; } 541 div.related ul li { list-style-type:none; background-image:none; display:inline; padding-left:0; padding-right:0.5em; } 542 543 /* ------ Comment Page Styles ------- */ 544 div.comments ul { margin:10px 0 0 0; } 545 div.comments ul li { list-style-type:none; background-image:none; padding:0; } 546 div.comments ul li a.corrections { color:#f00; } 547 div.comments div.rss { float:right; margin-top:10px; } 548 div.comments div.rss a { background:transparent url(../images/icon_rss_small.gif) no-repeat scroll right 0.15em; padding-right:15px; } 549 div.comments table.directory { margin:15px 0 0 0; width:100%; } 550 div.comments table.directory { width:99%; } 551 div.comments > table.directory { width:100%; } /* for modern browsers */ 536 552 537 553 /* ------ Inline Annotation Styles ------- */
