Commit graph

15 commits

Author SHA1 Message Date
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
mb863
df75c5596d NIHVIVO-1472: Remove target="blank" from index link 2010-12-03 20:45:11 +00:00
mb863
46a3b9a7bf NIHVIVO-1472: Added index link to header nav. This is a provisional location and label(not sure if index is the right name) for this feature. 2010-12-03 15:44:09 +00:00
mb863
24dba32423 NIHVIVO-556: Increases size and changed color for the icon at top header pages representing user has logged in. 2010-12-02 21:19:40 +00:00
mb863
b6f06e45b2 NIHVIVO-1238: Making custom forms theme agnostic 2010-12-01 19:40:02 +00:00
mb863
12877a6302 NIHVIVO-1439: Fixed search in home page. Cleaned the javascript calls to trigger the search forms in home and interior pages. 2010-11-29 16:35:01 +00:00
mb863
211a2c20a7 NIHVIVO-1433: Fixed search for interior pages. 2010-11-24 20:05:03 +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
0083cd84a7 NIHVIVO-556: Changed wrong end tag for h1 on branding section. 2010-11-05 17:42:46 +00:00
mb863
3ca081aa86 Converted tab to spaces. 2010-11-04 13:50:34 +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
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