|
UNV makes available certain of its publications for download.
Please make sure you have the Adobe Acrobat Reader plugin installed in your computer. If not, you can get it here.
<%rst.open "SELECT * FROM tbl_publication ORDER BY pub_postingDate DESC", conn%>
<%if not rst.bof and not rst.eof then%>
<%count = 0%>
<%do while not rst.eof%>
<%count = count + 1%>
<%if count < 4 then%>
<%if count = 1 then%><%end if%>
|
|
<%=rst("pub_title")%> |
| <%=rst("pub_intro")%> |
|
<%if count = 3 then%> <%count = 0%><%end if%>
<%end if%>
<%rst.movenext%>
<%loop%>
<%end if%>
|