Commit graph

11 commits

Author SHA1 Message Date
mb863
7d31f7976d NIHVIVO-560: Organizing js files and adding selectivizr.js back 2010-12-13 17:32:59 +00:00
nac26
c9fa835a9e NIHVIVO-1389 NIHVIVO-1407 NIHVIVO-1437 Significant refactoring of templates both in vitro core and vivo themes to ensure consistent markup with 3 different base templates at play (page.ftl, basicPage.jsp and formPrefix/formSuffix.jsp) Resulted in creating smaller component freemarker templates that could be included by all of the base templates, whether ftl or jsp. This is a temporary compromise while we continue our conversion to Freemarker. The goal was to keep jsp files outside of the theme and working behind the scenes. 2010-12-08 14:04:45 +00:00
nac26
2dc4110f5e moving <script> for jquery into the vitro core and out of the themes 2010-12-03 16:50:52 +00:00
rjy7
080458b688 NIHVIVO-1386 Self-editors don't get SiteAdmin link in top nav. They also don't get revision info link in footer. Implemented with new User template model class. Changed tests for loginName, showFlag1Status in templates to use this object. 2010-11-23 01:28:43 +00:00
mb863
239e5db4b0 NIHVIVO-556: Applying Wilma theme styles to back-end pages 2010-11-17 16:18:55 +00:00
mb863
0db54244ec NIHVIVO-556: Added accessibility (aria roles). 2010-11-17 14:31:13 +00:00
mb863
6226b4c2a1 NIHVIVO-1230: Added VIVO vesion/revision on footer pages, only for authenticated users. 2010-11-05 20:33:28 +00:00
mb863
0876f2c28a NIHVIVO-556: Changed H2 containing VIVO logo and tagline for H1.Added proper indentation. 2010-11-03 19:15:51 +00:00
mb863
9338e2ca0e NIHVIVO-556: page-ftl and page-homepage.ftp don't use any more a wrapper div. Also, HTML5 footer element is styling the footer of those templates. div#footer-content was styling the footer before and it has been deleted. 2010-10-29 15:55:41 +00:00
nac26
f7517ba34d Markup cleanup, style tweaks and some refactoring of the home page for Wilma. Turns out that all requests for tabs were being routed to the new HomePageController since it had "/index.jsp" set as its url-pattern under the servlet-mapping in web.xml. This isn't going to work as it made every tab render using page-home.ftl. Restored TabController servlet mapping in web.xml temporarily and will discuss potential solutions with Rebecca. NIHVIVO-556 NIHVIVO-1234 2010-10-27 13:21:55 +00:00
mb863
5b1a9ed4b9 Added back menu.ftl and footer.ftl to VIVO/themes/wilma/templates because VIVO/themes/wilma/templates/page/basic-Page.jsp needs these templates to function properly 2010-10-25 19:39:50 +00:00