%%document-create-member-html%%
roots.encielo.org : / (context:16)
2002-08-11 21:06:32

%%preprocess%%
$this->beryliumToForm();

// generic name
$this->name= date("Ymd").".".substr(uniqid(""),-4);

%%header%%


%%css%%


%%template%%


%%listrow%%
 

%%nullobject%%
<tt>
<h1>Create A Campaign document:</h1>
<form method='post' action='$this->baseURL?method=save$session->cgi'>
<blockquote>
file name:<br>
<input type='text' name='name' size='42' maxlength='255' value="$this->name">
<br> &nbsp; No spaces, please.
<br>
<br>
<input type='hidden' name='flavor' value='campaign'>
campaign title:
<br>
<input type='text' name='title' size='42' maxlength='255' value="$this->title">
<br>
<br>
introduction ( <a href='http://berylium.org/berylium/docs/quickbml.html'>bml</a> ): A short summary or abstract.
<br>
<textarea name='description' cols='60' wrap='VIRTUAL' rows='6'>$this->description</textarea>
<br>
<br>
document body ( <a href='http://berylium.org/berylium/docs/quickbml.html'>bml</a> ):  Any additional text, images, etc.
<br>
<textarea name='body' cols='60' wrap='VIRTUAL' rows='6'>$this->body</textarea>
<br>
<br>
letter (the text of your letter):
<br>
<textarea name='p_letter' cols='80' wrap='VIRTUAL' rows='12'>$this->p_letter</textarea>
<br>
<br>
<input type='submit' name='submit' value='update' title='Save, then view finished document'>
<input type='submit' name='submit' value='save' title='Save, then continue editing'>
<br>
<br>
Use the <i>save</i> button to save your work periodically!
</blockquote>
</form>
</tt> 

%%footer%%


%%postprocess%%


%%end of context%%

 
