<br><font size=2><tt>opencms-dev-bounces@opencms.org wrote on 18-08-2006
05:27:33:<br>
<br>
> The situation is there is one content manager with several editors.<br>
> the manager want to have a summary page to show modified files of
<br>
> each editor. such that he can do proof-read and then publish the <br>
> content accordingly.<br>
</tt></font>
<br><font size=2><tt>You can put some code in a jsp page, which traverses
the VFS, selects</tt></font>
<br><font size=2><tt>the resources updated after some date, sorts them
by the user who most</tt></font>
<br><font size=2><tt>recently updated them and list them.</tt></font>
<br>
<br><font size=2><tt>You could also put the list into a list widget if
you want - then youn can</tt></font>
<br><font size=2><tt>sort dynamically on any column in the list.</tt></font>
<br>
<br><font size=2><tt>Cheers,</tt></font>
<br>
<br><font size=2><tt>Carl</tt></font>