Since all forms are wrapped in a template that defines the actual
stylesheets, formbuilder just has to be told to turn on stylesheet mode,
not what file is the style sheet.
action => $config{cgiurl},
header => 0,
template => {type => 'div'},
action => $config{cgiurl},
header => 0,
template => {type => 'div'},
- stylesheet => baseurl()."style.css",
);
my $buttons=["Login"];
);
my $buttons=["Login"];
params => $q,
action => $config{cgiurl},
template => {type => 'div'},
params => $q,
action => $config{cgiurl},
template => {type => 'div'},
- stylesheet => baseurl()."style.css",
fieldsets => [
[login => gettext("Login")],
[preferences => gettext("Preferences")],
fieldsets => [
[login => gettext("Login")],
[preferences => gettext("Preferences")],
javascript => 0,
params => $q,
action => $config{cgiurl},
javascript => 0,
params => $q,
action => $config{cgiurl},
- stylesheet => IkiWiki::baseurl()."style.css",
fields => [qw{do page}],
);
fields => [qw{do page}],
);
javascript => 0,
params => $q,
action => $config{cgiurl},
javascript => 0,
params => $q,
action => $config{cgiurl},
- stylesheet => IkiWiki::baseurl()."style.css",
fields => [qw{do page new_name attachment}],
);
fields => [qw{do page new_name attachment}],
);
],
action => $config{cgiurl},
template => {type => 'div'},
],
action => $config{cgiurl},
template => {type => 'div'},
- stylesheet => IkiWiki::baseurl()."style.css",
);
$form->field(name => "do", type => "hidden", value => "setup",
);
$form->field(name => "do", type => "hidden", value => "setup",