NIHVIVO-1336 Finished custom list view for core:educationalTraining property

This commit is contained in:
rjy7 2010-12-20 15:34:58 +00:00
parent f170c94a68
commit 8c0124819c
8 changed files with 51 additions and 10 deletions

View file

@ -4,11 +4,13 @@
<h2>${title}</h2>
<@widget name="test" />
<h3>Dates</h3>
<ul>
<li>${now?datetime}</li>
<li>${now?date}</li>
<li>${now?time}</li>
<li>Current date & time: ${now?datetime}</li>
<li>Current date: ${now?date}</li>
<li>Current time: ${now?time}</li>
</ul>
<h3>Apples</h3>