Commit graph

66 commits

Author SHA1 Message Date
rjy7
94b9fa9091 NIHVIVO-1332 Add object property statement edit links 2011-01-11 02:04:17 +00:00
mb863
00d144196a NIHVIVO-641: Changed markup <article> for <li> in individual display list on browse by section. 2011-01-07 22:11:49 +00:00
nac26
fe43eac71e NIHVIVO-1071 Style cleanup at the top of individual--foaf-person.ftl to tighten up space in attempt to ensure property group nav is above the fold. Other tweaks to markup (id's on existing elements instead of unnecessary additional <a>) and style (removed boxes around instances of collated properties). 2011-01-06 03:49:03 +00:00
nac26
5e071c5849 NIHVIVO-1073 Added all 26 letters to menupage-browse.ftl 2011-01-05 14:14:52 +00:00
rjy7
2111854d74 NIHVIVO-1459 Create generic individual.ftl template by stripping away person-specific code. 2011-01-04 17:03:53 +00:00
rjy7
ab927b494a Changed name of IndividualProfileUrlMethod in template data model from "url" to "profileUrl" 2011-01-04 15:11:07 +00:00
rjy7
e65f567fce NIHVIVO-1491 Display person's positions at top of page 2011-01-04 15:02:11 +00:00
nac26
b0b65d14e3 NIHVIVO-641 Renaming and refactoring of menupage partials 2011-01-04 00:16:36 +00:00
rjy7
675adfab19 NIHVIVO-1491 Display of overview and research areas on person profile page 2011-01-03 22:34:17 +00:00
mb863
0b0cc67059 NIHVIVO-641:
Included in menupage--classgroup-people.ftl 3 include files:
*menupage-browse.ftl: Template for browsing class groups in menupages
*menupage-classCroupMenu.ftl: Template for class groups menu in menupages 
*menupage-browseByVClass.ftl: Template for browsing VClasses in menupages

Removed some Find By filters

Added existing dummy individual: foaf person picture (Before I was using a duplicated image file)
2011-01-03 21:40:37 +00:00
rjy7
97ecd6100f NIHVIVO-1491 Methods to get a single property, with or without removing from the list 2011-01-03 20:20:44 +00:00
rjy7
47e2108923 NIHVIVO-1510 Add classes to subclass list elements to clarify structure 2010-12-23 20:34:14 +00:00
rjy7
8792d6adec NIHVIVO-1510 Fixed markup on collated property display 2010-12-23 18:48:45 +00:00
rjy7
e1e2959a8a Remove unused templates; using macros to generate property list instead of including subtemplates. 2010-12-22 23:22:23 +00:00
rjy7
0bb02e34bf NIHVIVO-1510 Property list macros 2010-12-22 23:16:28 +00:00
rjy7
dd4acf965b NIHVIVO-1510 Collated custom list views 2010-12-22 23:10:12 +00:00
rjy7
6d06c76e05 NIHVIVO-1335, NIHVIVO-1510 Working on authorship list view and collated object properties: some reorganization to handle collated properties, but not displaying as collated yet. 2010-12-22 22:17:07 +00:00
mb863
b6beba8380 NIHVIVO-1316: Worked on making individual pages theme agnostic. 2010-12-21 22:51:55 +00:00
tlw72
a03e7ccc50 property groups will now display in initial caps 2010-12-21 20:24:52 +00:00
rjy7
1c0aa39da5 NIHVIVO-1341 Added notes to list view config files on required and optional elements and how to structure the query. Removed edit-object since this can be derived from the ?subject ?property ?object statement in the query where clause. 2010-12-21 13:41:09 +00:00
mb863
f170c94a68 NIHVIVO-1315: Removed jquery plugin for scrolling to property menus nav. 2010-12-20 15:00:43 +00:00
rjy7
0d0468b86d NIHVIVO-1341 Change names of custom list view config files, xml elements, templates. 2010-12-17 22:11:02 +00:00
mb863
26d8ffd1cd NIHVIVO-1316: Moved scroll image icon to individual's image folder. Also, when I was clicking on the scroll up icon, it wasn't taking the user to the property groups nav. Now It's working. 2010-12-17 20:32:18 +00:00
mb863
0e64d6a0e3 NIHVIVO-1316: Adding navigational control for accessing property groups menu from property groups. When users click on the arrow located at the top right part of a property group, this will scroll up to the property groups menu. 2010-12-17 20:00:57 +00:00
rjy7
758c8761ea Moved property group menu to a separate template. Some code cleanup. 2010-12-17 19:08:03 +00:00
rjy7
796f6e0965 Moved method for property group display name out of ftl and into the template model class 2010-12-17 17:20:48 +00:00
rjy7
e07a824bf8 2010-12-17 16:34:09 +00:00
rjy7
92566579f5 2010-12-17 15:37:34 +00:00
rjy7
0627ea3f01 Fix typo in html 2010-12-16 19:39:45 +00:00
rjy7
7d23fcab5a NIHVIVO-1341 Preprocessing of object property data for list views 2010-12-16 18:15:44 +00:00
mb863
79ae8d1ce0 NIHVIVO-1316: Per RY request, I have changed semantic markup for property groups display. 2010-12-16 17:36:49 +00:00
rjy7
c1ccfdc194 More accurate names for files, properties, and variables related to custom views. 2010-12-16 15:16:48 +00:00
rjy7
b6b3499922 NIHVIVO-1341 Implement preprocessing structure to process object property statement query data before sending to template. Reorganize markup in templates to reduce repetition. 2010-12-16 14:57:04 +00:00
mb863
b636bf868c NIHVIVO-641: Added accessibility, organized and cleaned up individual.css, Also, I have been themming individual display and wiring freemarker data 2010-12-15 19:25:24 +00:00
rjy7
15cc06995b Moved partials for Freemarker individual profile page into the partials directory 2010-12-14 21:39:43 +00:00
rjy7
70fe857329 NIHVIVO-1394 As a necessary first step to calling a template from a controller which will add to the data model used by page and body templates, provide BaseTemplateModelDirective with its own template processing methods, to separate from TemplateProcessingHelper, which will only be available to FreemarkerHttpServlet. 2010-11-23 16:10:05 +00:00
rjy7
ca76cfa4bd Fixes to variable dump. 2010-11-18 23:30:35 +00:00
rjy7
8dc645cfb6 NIHVIVO-1304 Initial implementation of Widget directive. Requires two templates, one for assets and one for markup; would like to combine into a single template with two macros instead. 2010-11-10 19:50:28 +00:00
rjy7
e940ebc379 NIHVIVO-1304 Make request and context accessible through the Environment object so directives can reference them. 2010-11-09 17:12:10 +00:00
rjy7
68e5ebefc2 NIHVIVO-650 Some reorganization of template model classes. Fix for link list display on individual profile page. 2010-09-22 18:06:57 +00:00
rjy7
7b58a73c67 NIHVIVO-650: Links and image display; fixed a bug in admin panel display. 2010-09-21 19:49:43 +00:00
rjy7
61956f4cf5 NIHVIVO-650 Display label, moniker, and sparkline visualization on Freemarker version of individual profile page 2010-09-09 21:57:13 +00:00
rjy7
73024a4d03 Reimplement search controller and search results display template in Freemarker. Error cases not handled yet. 2010-08-27 15:52:30 +00:00
rjy7
3dbbf13cd7 NIHVIVO-564 Dump directive displays a message rather than throwing an error if the variable is undefined in the data model. 2010-08-26 20:51:55 +00:00
rjy7
f71dc53a63 Modify IndividualTemplateModel.getProfileUrl() to return correct url for individuals with uris that are not in the default namespace. 2010-08-25 16:28:15 +00:00
rjy7
5c9b3cf8da NIHVIVO-564 Style modifications for dump output 2010-08-09 18:59:24 +00:00
rjy7
a0e94628eb NIHVIVO-564 Refined method list output by describe directive 2010-08-09 18:46:29 +00:00
rjy7
698d0877c3 NIHVIVO-564 Describe directive to display methods declared on a template model object that are accessible to the template. 2010-08-09 16:31:22 +00:00
rjy7
216d7a7905 NIHVIVO-564 Help directive for directive help output. 2010-08-05 19:54:24 +00:00
rjy7
91468db876 NIHVIVO-564 Rearchitected dump directives to use shared helper methods rather than having dumpAll template call dump directive. 2010-08-05 19:25:12 +00:00