[% currentPage = 'minibrowser.html' %] [% parent = modwheel.parent() %] [% IF parent <= 0 %] [% parent = 1 %] [% END %] Modwheel - Select new path

Select new path

[% INCLUDE currentpath.html %] [% dirs = modwheel.fetchObject(parent => parent, type => "'directory'") %] [% FOREACH dir = dirs %] [% END %]
Directory Active Detached
[% dir.name %]/ [% IF dir.active %] Yes [% ELSE %] No [% END %] [% IF dir.detached %] Yes [% ELSE %] No [% END %]