|
|||
|
Iterates through the change history of the page. The "current page" always becomes the particular version of the page currently in iteration.
Usage<wiki:HistoryIterator id="<variable name>">
Parameters
Example<table> <wiki:HistoryIterator id="currentPage"> <tr> <td> <wiki:LinkTo version="<%=Integer.toString(currentPage.getVersion())%>"> <wiki:PageVersion/> </wiki:LinkTo> </td> <td> <wiki:PageDate/> </td> <td><wiki:Author /></td> <td><wiki:PageSize /></td> <wiki:PageType type="page"> <td> <% if( currentPage.getVersion() > 1 ) { %> <wiki:DiffLink version="<%=Integer.toString(currentPage.getVersion())%>" newVersion="<%=Integer.toString(currentPage.getVersion()-1)%>"> from version <%=currentPage.getVersion()-1%> to <%=currentPage.getVersion()%> </wiki:DiffLink> <% } %> </td> </wiki:PageType> </tr> </wiki:HistoryIterator> </table>
|
This material is based upon work supported by the National Science Foundation under award 0225676. Any opinions, findings and conclusions or recomendations expressed in this material are those of the author(s) and do not necessarily reflect the views of the National Science Foundation (NSF). Copyright 2004 Partnership for Biodiversity Informatics, University of New Mexico, The Regents of the University of California, and University of Kansas |