Last change
on this file since 299 was
299,
checked in by duh, 13 years ago
|
|
-
Property svn:keywords set to
Date Rev Author
|
File size:
2.1 KB
|
Line | |
---|
1 | |
---|
2 | <tr> |
---|
3 | <td> </td> |
---|
4 | <td> <%= params %> </td> |
---|
5 | </tr> |
---|
6 | |
---|
7 | |
---|
8 | <!-- |
---|
9 | <tr class="prop"> |
---|
10 | <td valign="top" class="name"><g:message code="eventDescription.id.label" default="Id" /></td> |
---|
11 | <td valign="top" class="value">${fieldValue(bean: eventDescriptionInstance, field: "id")}</td> |
---|
12 | |
---|
13 | </tr> |
---|
14 | |
---|
15 | <tr class="prop"> |
---|
16 | <td valign="top" class="name"><g:message code="eventDescription.protocol.label" default="Protocol" /></td> |
---|
17 | <td valign="top" class="value"><g:link controller="protocolInstance" action="show" id="${eventDescriptionInstance?.protocol?.id}">${eventDescriptionInstance?.protocol?.encodeAsHTML()}</g:link></td> |
---|
18 | </tr> |
---|
19 | |
---|
20 | |
---|
21 | <tr class="prop"> |
---|
22 | <td valign="top" class="name"><g:message code="eventDescription.description.label" default="Description" /></td> |
---|
23 | |
---|
24 | <td valign="top" class="value">${fieldValue(bean: eventDescriptionInstance, field: "description")}</td> |
---|
25 | |
---|
26 | </tr> |
---|
27 | |
---|
28 | <tr class="prop"> |
---|
29 | <td valign="top" class="name"><g:message code="eventDescription.name.label" default="Name" /></td> |
---|
30 | |
---|
31 | <td valign="top" class="value">${fieldValue(bean: eventDescriptionInstance, field: "name")}</td> |
---|
32 | |
---|
33 | </tr> |
---|
34 | |
---|
35 | <tr class="prop"> |
---|
36 | <td valign="top" class="name"><g:message code="eventDescription.classification.label" default="Classification" /></td> |
---|
37 | |
---|
38 | <td valign="top" class="value">${fieldValue(bean: eventDescriptionInstance, field: "classification")}</td> |
---|
39 | |
---|
40 | </tr> |
---|
41 | --> |
---|
Note: See
TracBrowser
for help on using the repository browser.