Commit graph

48 commits

Author SHA1 Message Date
hudajkhan
5f71827f93 search part of page needs to be broken out to include search box in jsp pages 2013-11-04 12:00:23 -05:00
tworrall
fe1b52ab49 more template updates for i18n 2013-05-31 11:56:18 -04:00
Manolo Bevia
3a0bbf8256 Added filter search and stats for homepage. They need to be wired. Created HTML/CSS/JS. 2013-04-15 15:39:16 -04:00
j2blake
2e69f0379b NIHVIVO-3772 NIHVIVO-3721 Incorporate the OpenSocial integration from Eric Meeks at CTSI, UCSF. Add instructions on how to install and configure ORNG Shindig. 2012-06-05 19:31:08 +00:00
nac26
4528f22109 Syntax cleanup 2011-02-09 06:01:06 +00:00
rjy7
4f7d3b8302 NIHVIVO-2071 Include pageSetup.ftl in every page template. Use to generate a body class value, and apply to body element in page templates. 2011-02-08 21:07:18 +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
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
9e583a6205 NIHVIVO-556: Added screen.css to theme level 2010-12-02 20:57:20 +00:00
nac26
b0b1e9670b moving <script> for jquery into the vitro core and out of the themes 2010-12-02 17:54:59 +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
mb863
da905d48c2 NIHVIVO-556: Making name selectors and markup consistent (using dash in between words VS camel notation), adding more aria roles, shortening selector names, just continuing cleaning markup for templates and optimizing css files. 2010-11-24 18:26:04 +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
04720b0217 NIHVIVO-1361: Add styles for log in out in Wima theme 2010-11-22 17:27:21 +00:00
rjy7
eeb70984c7 Committing changes to go with vitro r6482. Added ${url.base} to template model so templates can build urls. Modified templates accordingly to replace ${url.home} with {$url.base}. Also replaced ${url.base}/images with ${url.images}. 2010-11-18 23:24:32 +00:00
mb863
b974e37445 Committing files to VIVO. vivo-basic wasn't rendering property. Created page.ftl to property get the right style files. 2010-11-18 18:52:26 +00:00
mb863
65056de80d NIHVIVO-556: organized Wilma theme screen.css. 2010-11-17 23:18:14 +00:00
mb863
8ed0438e1d NIHVIVO-556: Added aria roles for accessibility 2010-11-17 15:34:38 +00:00
rjy7
961c11f1a5 NIHVIVO-151. Display the DisplayMessage on the next page loaded. Clear the message from the session. Added sample display markup to page templates. 2010-11-16 19:09:05 +00:00
rjy7
40958fc813 Added urls.theme to template data model and changed paths containing themeDir to use urls.theme 2010-11-16 18:32:10 +00:00
mb863
2830c3554d NIHVIVO-556: Added Google Chrome Frame open source plug-in. It brings Google Chrome's open web technologies and speedy JavaScript engine to Internet Explorer 6,7, and 8. 2010-11-15 20:43:35 +00:00
mb863
37d89bba4f NIHVIVO-556: CSS clean up 2010-11-09 21:56:02 +00:00
rjy7
020c8fed0e Corrected path to screen.css 2010-11-09 13:27:35 +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
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
mb863
9757879cf5 NIHVIVO-556: a few js files were called from the wrong location: html5.js,supersleight.js, and selectivizr.js 2010-11-02 21:47:38 +00:00
mb863
386163f649 Deleted by mistake ${stylesheets.tags} on page.ftl
Included html5.js in a script tag page-home.ftl
2010-11-01 20:53:38 +00:00
mb863
5a841875b9 NIHVIVO-556: supersleight.js was called from VIVO theme instead of VITRO. 2010-11-01 18:41:20 +00:00
rjy7
bc08734bbc NIHVIVO-1297 Undid the effects of revision 6246. This was a mistake, since including the body template from the page template rather than pregenerating the body string doesn't allow the addition of stylesheet tags to the page head. 2010-10-29 17:53:14 +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
mb863
d431495481 NIHVIVO-556: Wilma clean up and housekeeping. 2010-10-27 22:11:52 +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
rjy7
10c352dbf9 NIHVIVO-1234 Removed separation of body and root maps in Freemarker controllers. Combine everything into one map, which includes the name of the body template also, to be invoked from the page template. Simplifies the logic considerably, in both controllers and templates, and allows the template author to dump the name of the body template rather than having to inspect the controller code. 2010-10-27 01:27:54 +00:00
mb863
d342ae5b5b NIHVIVO-1234. Added <link> elements to the head. 2010-10-26 23:49:40 +00:00
mb863
1e0429119b Added dummy/real content to page-home.ftl. 2010-10-26 19:22:28 +00:00
mb863
97720d3720 Further development of Wilma theme, still include a lot of temporary files and directories. There are duplicated files, wrong file image location, still a work in progress. 2010-10-25 18:43:26 +00:00
rjy7
3dd0b5163f NIHVIVO-1234 Restored version of home page controller and templates that uses a pre-generated body string, like other pages, in order to support themes that use page.ftl instead of a page-home.ftl. 2010-10-25 18:20:32 +00:00
rjy7
33981afe1d NIHVIVO-1234 Initial version of HomePageController and templates 2010-10-22 21:39:17 +00:00
mb863
1d84201acb Added new utils.js files and folder under js for javascript code need it for the theme. 2010-10-06 20:32:00 +00:00
mb863
69d548436f NIHVIVO-555. Added comment to page.ftl and added new path files to the
license-insertion process file
2010-10-06 16:08:25 +00:00
mb863
7aca168460 NIHVIVO-555. Deleted comment 2010-10-06 15:56:12 +00:00
mb863
e164e2af8e NIHVIVO-555. Added a list of files and directories that are known exceptions to the license-insertion process. 2010-10-06 15:38:43 +00:00
mb863
78a152ea12 NIHVIVO-555, NIHVIVO-559. Introducing new default VIVO theme. Work in progress. 2010-10-06 14:16:12 +00:00