/[simile]/svn/index.cgi
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 /svn/index.cgi

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

revision 44 by dpavlin, Mon Oct 27 19:38:41 2008 UTC revision 47 by dpavlin, Mon Oct 27 20:34:27 2008 UTC
# Line 49  sub select_repository { Line 49  sub select_repository {
49          return (          return (
50                  $q->start_form( -name => 'current_repository', -id => 'current_repository', -method => 'post' ),                  $q->start_form( -name => 'current_repository', -id => 'current_repository', -method => 'post' ),
51                  "From repository ",                  "From repository ",
52                  $q->popup_menu( -name => 'repository', -values => [ @repositories ], -onChange => $onChange ),                  $q->param('did_submit') ?
53                            $q->popup_menu( -name => 'repository', -values => [ @repositories ], -onChange => $onChange ) :
54                            $q->radio_group( -name => 'repository', -values => [ @repositories ], -onChange => $onChange ), # , -linebreak => 'true' ),
55                  " show ",                  " show ",
56                  $q->popup_menu( -name => 'limit', -values => [ qw/100 500 1000 5000 10000/ ], -onChange => $onChange ),                  $q->popup_menu( -name => 'limit', -values => [ qw/100 500 1000 5000 10000/ ], -onChange => $onChange ),
57                  " revisions and ",                  " revisions and ",
58                  $q->checkbox(-name=>'path', -checked=>1, -value=>'ON', -label=>'path modifications', -onChange => $onChange ),                  $q->checkbox(-name=>'path', -checked=>1, -value=>'ON', -label=>'path modifications', -onChange => $onChange ),
59                  " ",                  " ",
60                  $q->submit(-name=>'did_submit', -value=>'in Exhibit'),                  $q->submit(-value=>'in Exhibit'),
61                    $q->hidden(-name=>'did_submit', -value=>1),
62                  $q->end_form                  $q->end_form
63          );          );
64  }  }

Legend:
Removed from v.44  
changed lines
  Added in v.47

  ViewVC Help
Powered by ViewVC 1.1.26