NIHVIVO-1336 Finished custom list view for core:educationalTraining property
This commit is contained in:
parent
f170c94a68
commit
8c0124819c
8 changed files with 51 additions and 10 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue