this worked out quite fine, thanks for your help.

I got stuck once more here:

swiki/refs/templates/61


I've added a form:

______________

<?doctype?>
<html>
<head>
<title>Edit Text Form <?formName?></title>
<?endHead?></head>
<body<?colorScheme?>>
<?beforeButtons?><?showButtons?><?afterButtons?>
<h2>Edit Text Form <?formName?></h2>
<form action="<?toSaveTextForm?>" method=post>
<input type="hidden" name="form" value="<?formName?>">

<p><em>edit</em>: this is the form that is used when the page is being edited..</p>
<textarea name="edit" rows=15 cols=70 wrap=virtual><?editTextForm?></textarea><br>


<p><em>show</em>: this is the form that is used when the page is being shown.</p>
<textarea name="show" rows=15 cols=70 wrap=virtual><?showTextForm?></textarea><br>



<p><em>edit</em>: this is the stylesheet for the page to be shown</p>
<textarea name="edit" rows=15 cols=70 wrap=virtual><?styleSheetForm?></textarea><br>


<input type="submit" value="save">
</form>
<?endBody?></body>
</html>


_____________

but this does not work.

What changes do I have to make that the <?styleSheetForm?> is accepted
as an input and where does it write to then?
I'd like to have an analogy to <?showTextForm?>, which writes to a file that can be accessed from the swiki-form.


maybe it could also be <?showHeadForm?> where you can simply edit the head.
--








. _______________________________________________ Pws mailing list [EMAIL PROTECTED] https://mailman.cc.gatech.edu/mailman/listinfo/pws

Reply via email to