Changeset 1345
- Timestamp:
- 02/07/09 14:42:41 (8 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/modules/kauri-representation/kauri-representationbuilder-api/src/main/resources/org/kauriproject/representation/errorpage_body.xml
r1117 r1345 28 28 <h3>HTTP error</h3> 29 29 <p> 30 <!-- The following span is to work around the malicious whitespace stripping of the template language --> 31 <span>${kauri_status.code} ${kauri_status.name} </span> 30 ${kauri_status.code} ${kauri_status.name} 32 31 <t:if test="${kauri_status.uri != null}"> 33 32 (<a href="${kauri_status.uri}">description</a>) trunk/samples/kauri-forms-sample/src/main/kauri/pages/collection-control.html.xml
r1266 r1345 107 107 <td> 108 108 <span kauri-role="delete" class="action">delete</span> 109   <!-- FIXME: fix for broken whitespace handling in templating -->109   110 110 <span class="action copyAction">copy</span> 111 111 </td> … … 119 119 </table> 120 120 <span kauri-idref="countries" kauri-role="add" class="action">add row</span> 121   <!-- FIXME: fix for broken whitespace handling in templating -->121   122 122 <span class="action" id="deleteAllRows">delete all rows</span> 123 123 </fieldset>
