home
index
library
Editing 'User Options'
User Guide
|
Change Permissions
|
How to Format Text
Manage Page:
Page Type:
Structured text + links + DTML + HTML
Structured text + links + HTML
Structured text + links
WikiWikiWeb formatting + links
links + DTML + HTML
links + HTML
DTML + HTML
HTML
text + links
plain text
Attach a File or Image:
<dtml-let cookielist="( 'zwiki_username', 'email', 'style_sheet', 'zwiki_timezone', 'zwiki_bookmarks', 'zwiki_showlogo', 'zwiki_showquote', 'zwiki_showhierarchy', ) "> <dtml-if setcookies> <dtml-let e="(ZopeTime() + 365).rfc822()"> <dtml-in cookielist prefix=x> <dtml-if "_.has_key(x_sequence_item)"> <dtml-call "RESPONSE.setCookie(x_sequence_item, REQUEST.get(x_sequence_item), path='/', expires=e)"> <dtml-comment>use path=wiki_url() if you want per-wiki cookies</dtml-comment> </dtml-if> </dtml-in> </dtml-let> <dtml-if redirectURL> <dtml-call "RESPONSE.redirect(redirectURL)"> <dtml-else> *Cookies configured.* </dtml-if> <dtml-elif clearcookies> <dtml-in cookielist prefix=x> <dtml-call "RESPONSE.expireCookie(x_sequence_item,path='/')"> </dtml-in> *Cookies removed.* <dtml-comment> reload UserOptions since old cookie values are still in this REQUEST </dtml-comment> <dtml-call "RESPONSE.redirect(URL)"> </dtml-if> </dtml-let> Set your site preferences below or return to the HomePage. <form action="&dtml-wiki_page_url;" METHOD="POST" ENCTYPE="multipart/form-data"> User Name: <input type="text" name="zwiki_username" size=20 maxlength=20 tabindex=3 value="<dtml-var zwiki_username missing>"> (Identifies your edits in RecentChanges etc.) Email Address: <input type="text" name="email" size=20 maxlength=40 tabindex=4 value="<dtml-var email missing>"> (Saves time when subscribing to pages on this site) Appearance: Personalize how the web site appears <select name="style_sheet"> <option value="0" <dtml-if style_sheet>selected</dtml-if> >Default Style</option> <option value="1">Professional Look</option> <option value="2">High Contrast, Large Print</option> </select> Time Zone: <dtml-let now=ZopeTime timezones="( 'GMT-1130', 'GMT-1100', 'GMT-1030', 'GMT-1000', 'GMT-0930', 'GMT-0900', 'GMT-0830', 'GMT-0800', 'GMT-0730', 'GMT-0700', 'GMT-0630', 'GMT-0600', 'GMT-0530', 'GMT-0500', 'GMT-0430', 'GMT-0400', 'GMT-0330', 'GMT-0300', 'GMT-0230', 'GMT-0200', 'GMT-0130', 'GMT-0100', 'GMT', 'GMT+0100', 'GMT+0130', 'GMT+0200', 'GMT+0230', 'GMT+0300', 'GMT+0330', 'GMT+0400', 'GMT+0430', 'GMT+0500', 'GMT+0530', 'GMT+0600', 'GMT+0630', 'GMT+0700', 'GMT+0730', 'GMT+0800', 'GMT+0830', 'GMT+0900', 'GMT+0930', 'GMT+1000', 'GMT+1030', 'GMT+1100', 'GMT+1130', )" userzone="((REQUEST.get('zwiki_timezone',None) in timezones) and zwiki_timezone) or 'GMT'" > Your local time is <select name="zwiki_timezone" tabindex=5> <dtml-in timezones prefix=x> <option value="&dtml-x_sequence_item;" <dtml-if "userzone == x_sequence_item">selected</dtml-if> > <dtml-var "now.toZone(x_sequence_item).ISO()"> (&dtml-x_sequence_item;) </dtml-in> </select> (Localizes page modification times) </dtml-let> Bookmarks: <input type="text" name="zwiki_bookmarks" size=60 maxlength=3000 tabindex=6 value="<dtml-var zwiki_bookmarks html_quote missing="HomePage SearchPage UserOptions RecentChanges">"> (Appear at botton of page; konqueror users, separate your bookmarks with a comma, not space) Show Page Hierarchy ? <select name="zwiki_showhierarchy" > <option value="">No</option> <option value="1" <dtml-if zwiki_showhierarchy>selected</dtml-if> >Yes</option> </select> (This web site maintains a page hierarchy. You can use this or ignore it.) Show Icon ? <select name="zwiki_showlogo"> <option value="">No</option> <option value="1" <dtml-if "REQUEST.get('zwiki_showlogo',1)">selected</dtml-if> >Yes</option> </select> (The icon on each page links back to home. Turn it off if it annoys you.) Show Quote of the Day? <select name="zwiki_showquote" > <option value="">No</option> <option value="1" <dtml-if "REQUEST.get('zwiki_showquote',1)">selected</dtml-if> >Yes</option> </select> <div align="right"> <input type="submit" name="setcookies" value="Set options"> <input type="submit" name="clearcookies" value="Forget options"> </div> </form>
Cancel Edit