Commit graph

26 commits

Author SHA1 Message Date
rjy7
15cc06995b Moved partials for Freemarker individual profile page into the partials directory 2010-12-14 21:39:43 +00:00
rjy7
91f96a2304 NIHVIVO-1510 Temporarily display collated properties as uncollated, until collated view is implemented. 2010-12-13 20:03:06 +00:00
rjy7
838713d669 NIHVIVO-1333 Display of uncollated object property statements with default view 2010-12-13 15:27:22 +00:00
mb863
4bb7f5d99c NIHVIVO-1315: Cleaning unnecessary html markup, wired primary link, additional links, and worked on Visualization. 2010-12-08 23:25:24 +00:00
rjy7
38fef41a12 Moved utility methods for parsing query results back to PageDaoJena from JenaBaseDao, because they are not all-purpose at this point. 2010-12-08 17:10:37 +00:00
rjy7
e4d301cf98 NIHVIVO-1333 Continued work on display of object properties on individual profile, including getting sparql query and template name from a config file and using it to generate and display statements. 2010-12-07 21:30:13 +00:00
rjy7
cb230a10c3 NIHVIVO-1333 Make ObjectPropertyTemplateModel a non-abstract class to represent uncollated object properties, so UncollatedObjectPropertyTemplateModel is not needed. Some test code in the template to distinguish collated and uncollated object properties. 2010-12-06 22:55:17 +00:00
rjy7
96b10bed71 NIHVIVO-1333 Added some sample markup to the ontology property display template. 2010-12-06 22:18:26 +00:00
rjy7
0c8e1afe35 NIHVIVO-1333 Display the value of data property statements 2010-12-06 21:44:07 +00:00
rjy7
5b0a4eb03c NIHVIVO-1333 Output property names within each property group 2010-12-06 21:40:53 +00:00
rjy7
bfd81d1327 NIHVIVO-1333 Continued work on ontology property display on individual profile page. 2010-12-06 16:47:41 +00:00
rjy7
f6ff54120d NIHVIVO-1333 Handle property group for unassigned properties, and case where no property groups are defined 2010-12-03 17:30:18 +00:00
bdc34
3180ed432b Adding menu controller, tomcat filter for menu page URL routing NIHVIVO-1073 NIHVIVO-597 2010-12-02 21:09:58 +00:00
rjy7
10dc4d3e1f NIHVIVO-1333 Lots of work on display of ontology properties on individual page (nothing visible yet). 2010-12-01 22:28:54 +00:00
mb863
9f22a78864 NIHVIVO-1238: Making custom forms theme agnostic 2010-12-01 19:39:10 +00:00
rjy7
42dca90027 NIHVIVO-1333 More work on property display on individual page 2010-11-30 13:45:28 +00:00
rjy7
ca6ab8288e 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:39 +00:00
rjy7
4a3bc7d092 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}. Added scripts and stylesheets to personHasEducationalTraining.ftl. 2010-11-18 00:46:04 +00:00
mb863
3eed766716 NIHVIVO-1315: Created temporary freemarker template for individual with generic classes. Once I have the controller ready I will wire data from the controller to the body template. 2010-11-09 21:55:29 +00:00
mb863
a564987e3c NIHVIVO-1316: Created temporary freemarker template. Once I have the controller ready I will wire data from the controller to the body template. 2010-11-09 21:54:32 +00:00
rjy7
df3a3dd1c7 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:52 +00:00
rjy7
5bc5c0b93c NIHVIVO-1176. Removed themeStylesheetDir from template model, and replaced with themeDir. Also modified stylesheet and script addFromTheme methods so the prepend only the theme directory; the specific stylesheet or css directory must be added to the path argument. 2010-10-01 14:55:03 +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
e2407f7b01 NIHVIVO-650 Removed url directive from template data model, and replaced with path to the images directory. 2010-09-21 16:13:06 +00:00
rjy7
72d43f05a5 NIHVIVO-650 Display image on new (Freemarker) individual profile page. Add <@url /> directive to generate img src value. 2010-09-21 16:05:36 +00:00