| 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
| 2 | |
| 3 | <html xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd"> |
| 4 | <ul id="newsItem" selected="true" title="${message:page-title}"> |
| 5 | <li> |
| 6 | <a target="_self" href="${newsItem.link}"> |
| 7 | <div class="newsItemTitle">${newsItem.title}</div> |
| 8 | |
| 9 | <div class="newsItemText"> |
| 10 | <t:outputraw value="newsItem.description.value"/> |
| 11 | </div> |