UserOptions
JumpSearch
HelpPage
<dtml-comment> this form calls itself in various ways.. if we have POST data, handle it now </dtml-comment> <dtml-if setall> !<dtml-let e="(ZopeTime() + 365).rfc822()"> <dtml-call "RESPONSE.setCookie('zwiki_height',REQUEST.zwiki_height,path='/',expires=e)"> <dtml-call "RESPONSE.setCookie('zwiki_width',REQUEST.zwiki_width,path='/',expires=e)"> <dtml-call "RESPONSE.setCookie('zwiki_username',REQUEST.zwiki_username,path='/',expires=e)"> <dtml-call "RESPONSE.setCookie('zwiki_timezone',REQUEST.zwiki_timezone,path='/',expires=e)"> </dtml-let> *Cookies configured.* <dtml-elif clearall> <dtml-call "RESPONSE.expireCookie('zwiki_height',path='/')"> <dtml-call "RESPONSE.expireCookie('zwiki_width',path='/')"> <dtml-call "RESPONSE.expireCookie('zwiki_username',path='/')"> <dtml-call "RESPONSE.expireCookie('zwiki_timezone',path='/')"> *Cookies removed.* </dtml-if> !<form action="&dtml-wiki_page_url;" METHOD="POST" ENCTYPE="multipart/form-data"> Editform width: <input type="text" name="zwiki_width" size=3 maxlength=3 value="<dtml-var zwiki_width missing>"> height: <input type="text" name="zwiki_height" size=3 maxlength=3 value="<dtml-var zwiki_height missing>"> UserName: <input type="text" name="zwiki_username" size=20 maxlength=20 !value="<dtml-var zwiki_username missing>"> TimeZone: <input type="text" name="zwiki_timezone" size=20 maxlength=20 !value="<dtml-var zwiki_timezone missing>"> <input type="submit" name="clearall" value="Clear cookies"> <input type="submit" name="setall" value="Set cookies"> </form>
This page has been write-protected for site robustness
See
HowDoIEdit
or
TextFormattingRules
for more help
(login required)