$form->field(name => "content", type => "textarea", rows => 20,
cols => 80);
$form->field(name => "content", type => "textarea", rows => 20,
cols => 80);
if (! $form->submitted || ! $form->validate) {
if ($form->field("do") eq "create") {
if (exists $pagesources{lc($page)}) {
if (! $form->submitted || ! $form->validate) {
if ($form->field("do") eq "create") {
if (exists $pagesources{lc($page)}) {
$form->tmpl_param("can_commit", $svn);
$form->tmpl_param("indexlink", indexlink());
$form->tmpl_param("can_commit", $svn);
$form->tmpl_param("indexlink", indexlink());