<jsp:root xmlns:jsp="http://java.sun.com/JSP/Page"
          xmlns:iw="http://www.imorph.com/webelements/ui"
          version="1.2">
<jsp:declaration>String htmlTitle = "OHS : News";</jsp:declaration>
<jsp:directive.include file="/templates/header.jsp" />

<h1>OHS News</h1>

<jsp:directive.include file="ohsnavbar.html" />

<!-- generated code -->
<iw:DBQuery id="Bootstrap_sql5" connectionId="web">
<jsp:text>
select * from news WHERE CategoryID=2 ORDER BY DatePublished DESC
</jsp:text>
</iw:DBQuery>
<iw:ListView dataSource="Bootstrap_sql5" id="Bootstrap_sql5_lv2" showHeader="false" showFooter="false" enablePaging="false" rowsPerPage="50" columnFormat="tabular" enableSorting="false" style="width:100%;border-width:0;" cellPadding="0" cellSpacing="0">
<iw:ColumnList>
<iw:CustomColumn headerText="news">
<iw:ItemTemplate>
<jsp:text>
<br/>
<p><b>$DatePublishedString$</b></p>

<h2>$Title$</h2>

$BodyText$
</jsp:text>
</iw:ItemTemplate>
</iw:CustomColumn>
</iw:ColumnList>
<iw:Pager showNavigationLinks="false" position="Top" pageLinkCount="5"></iw:Pager>
</iw:ListView>

<jsp:directive.include file="/templates/footer.html" />
</jsp:root>
