source: vlo/trunk/vlo_webapp/src/main/java/eu/clarin/cmdi/vlo/pages/PreviousNextPagingNavigator.html @ 965

Last change on this file since 965 was 965, checked in by paucas, 13 years ago

added previous next functionality

File size: 173 bytes
Line 
1<html xmlns:wicket>
2    <body>
3    <wicket:panel>
4        <a wicket:id="prev">previous |</a>
5        <a wicket:id="next">next</a>&nbsp;
6    </wicket:panel>
7</body>
8</html>
9
Note: See TracBrowser for help on using the repository browser.