/[A3C]/lib/A3C/Dispatcher.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /lib/A3C/Dispatcher.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 208 by dpavlin, Thu Jun 19 21:24:26 2008 UTC revision 234 by dpavlin, Mon Sep 1 18:53:59 2008 UTC
# Line 33  before '*' => run { Line 33  before '*' => run {
33    
34          my $ldap = $top->child( _('LDAP'), url => '/ldap/sync' );       # FIXME some kind of top-level ldap page?          my $ldap = $top->child( _('LDAP'), url => '/ldap/sync' );       # FIXME some kind of top-level ldap page?
35          $ldap->child( _('Sync') => url => '/ldap/sync' );          $ldap->child( _('Sync') => url => '/ldap/sync' );
36          $ldap->child( _('Dump') => url => '/ldap/dump' );          $ldap->child( _('Search') => url => '/ldap/search' );
37    
38          my $strix = $top->child( _('Strix') => url => '/strix' );          my $strix = $top->child( _('Strix') => url => '/strix' );
39          $strix->child( _('Name differences') => url => '/strix/name_diff' );          $strix->child( _('Name differences') => url => '/strix/name_diff' );
40            $strix->child( _('Instances') => url => '/strix/instances' );
41          $strix->child( _('SQL') => url => '/strix/sql' );          $strix->child( _('SQL') => url => '/strix/sql' );
42          $strix->child( _('Navigation') => url => '/strix/navigation' );          $strix->child( _('Navigation') => url => '/strix/navigation' );
         $strix->child( _('Layout') => url => '/strix/layout' );  
43    
44  #       $top->child( 'Prefs' => url => '/prefs' ) if Jifty->web->current_user->id;  #       $top->child( 'Prefs' => url => '/prefs' ) if Jifty->web->current_user->id;
45    

Legend:
Removed from v.208  
changed lines
  Added in v.234

  ViewVC Help
Powered by ViewVC 1.1.26