1 | <t:layout xmlns:t="http://tapestry.apache.org/schema/tapestry_5_3.xsd"> |
2 | <h2>Notendur</h2> |
3 | <t:form> |
4 | Leita: <t:TextField t:value="searchString" /> |
5 | <t:submit value="Leita" /> |
6 | </t:form> |
11 | <th>Fyrirtæki</th> |
12 | <th>Nafn tengiliðar</th> |
13 | <th>Netfang tengiliðar</th> |
14 | <th> </th> |
15 | </tr> |
16 | <t:loop source="objects" value="currentObject"> |
17 | <t:any element="tr"> |
18 | <td> |
19 | <t:ObjectLink object="currentObject"> |
20 | <t:if test="currentObject.ssn">${currentObject.ssn}</t:if> |
21 | <t:if test="!currentObject.ssn"><em>(engin kennitala skráð)</em></t:if> |
12 | <th>Nafn tengiliðar</th> |
13 | <th>Netfang tengiliðar</th> |
14 | <th> </th> |
15 | </tr> |
16 | <t:loop source="objects" value="currentObject"> |
17 | <t:any element="tr"> |
18 | <td> |
19 | <t:ObjectLink object="currentObject"> |
20 | <t:if test="currentObject.ssn">${currentObject.ssn}</t:if> |
21 | <t:if test="!currentObject.ssn"><em>(engin kennitala skráð)</em></t:if> |
22 | </t:ObjectLink> |
14 | <th> </th> |
15 | </tr> |
16 | <t:loop source="objects" value="currentObject"> |
17 | <t:any element="tr"> |
18 | <td> |
19 | <t:ObjectLink object="currentObject"> |
20 | <t:if test="currentObject.ssn">${currentObject.ssn}</t:if> |
21 | <t:if test="!currentObject.ssn"><em>(engin kennitala skráð)</em></t:if> |
22 | </t:ObjectLink> |
23 | </td> |
24 | <td>${currentObject.name}</td> |
1 | <t:container xmlns:t="http://tapestry.apache.org/schema/tapestry_5_3.xsd"> |
2 | <t:actionLink t:id="select" t:context="object"><t:body /></t:actionLink> |
3 | </t:container> |