<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
I've found that this works well:<br><br>&gt;&gt;indent&lt;&lt;<br>||border=1<br>||cell 1||cell2||<br>||cell 3||cell...||<br>&gt;&gt;&lt;&lt;<br><br><br><br><br>&gt; From: pmwiki-users-request@pmichaud.com<br>&gt; Subject: pmwiki-users Digest, Vol 43, Issue 19<br>&gt; To: pmwiki-users@pmichaud.com<br>&gt; Date: Wed, 14 Jan 2009 11:40:46 -0600<br>&gt; <br>&gt; Send pmwiki-users mailing list submissions to<br>&gt;         pmwiki-users@pmichaud.com<br>&gt; <br>&gt; To subscribe or unsubscribe via the World Wide Web, visit<br>&gt;         http://www.pmichaud.com/mailman/listinfo/pmwiki-users<br>&gt; or, via email, send a message with subject or body 'help' to<br>&gt;         pmwiki-users-request@pmichaud.com<br>&gt; <br>&gt; You can reach the person managing the list at<br>&gt;         pmwiki-users-owner@pmichaud.com<br>&gt; <br>&gt; When replying, please edit your Subject line so it is more specific<br>&gt; than "Re: Contents of pmwiki-users digest..."<br>&gt; <br>&gt; <br>&gt; Today's Topics:<br>&gt; <br>&gt;    1. Re: Any hope for 2.2.0 stable release? (Ben Stallings)<br>&gt;    2. Issue with foxedit.php and special characters (James DeVain)<br>&gt;    3. Containing DIV elements within an LI? (DaveG)<br>&gt;    4. Input Only Numers (edwin marte)<br>&gt;    5. Re: Containing DIV elements within an LI? (DaveG)<br>&gt;    6. Indented table (denis.mail.list@free.fr)<br>&gt;    7. Tabulation character in a pagelist/template (Stéphane Heckel)<br>&gt;    8. PTV and if= date in pagelists? (Audun Myhra Bergwitz)<br>&gt;    9. Replacing empty/null input in a Fox form (Graham Archer)<br>&gt;   10. Re: Replacing empty/null input in a Fox form (Hans)<br>&gt;   11. Re: Indented table (Hans)<br>&gt;   12. Re: Replacing empty/null input in a Fox form (Graham Archer)<br>&gt; <br>&gt; <br>&gt; ----------------------------------------------------------------------<br>&gt; <br>&gt; Message: 1<br>&gt; Date: Tue, 13 Jan 2009 17:03:08 -0600<br>&gt; From: Ben Stallings &lt;ben@interdependentweb.com&gt;<br>&gt; Subject: Re: [pmwiki-users] Any hope for 2.2.0 stable release?<br>&gt; To: pmwiki-users@pmichaud.com<br>&gt; Message-ID: &lt;496D1DAC.2080001@interdependentweb.com&gt;<br>&gt; Content-Type: text/plain; charset=ISO-8859-1; format=flowed<br>&gt; <br>&gt; Clayton Curtis wrote,<br>&gt; &gt; Is there any further news on the release of stable (non-beta) 2.2?<br>&gt; I'd like to echo this question, but for a different reason... some of <br>&gt; you know that I was an active recipe developer up until a year ago, when <br>&gt; an employer had me learn Drupal and sent me to Drupalcon.  I was <br>&gt; impressed not so much by the rapid pace of Drupal development (which <br>&gt; verges on absurd) but by the number of people involved... Dries Buytaert <br>&gt; is the founder and figurehead of the Drupal organization, but he's no <br>&gt; longer the development lead -- there's a committee for that.<br>&gt; <br>&gt; Don't get me wrong, I am very grateful to Pm for his leadership of the <br>&gt; PmWiki project.  I just wonder if the core development might be <br>&gt; delegated so that we can finish 2.2 and get out of beta and start <br>&gt; thinking about 2.3.  Because my clients demand more functionality than <br>&gt; the current PmWiki core can provide, and that means I'm spending most of <br>&gt; my time with Drupal these days.<br>&gt; <br>&gt; I apologize if there's already been an attempt to do this; I may have <br>&gt; missed it because I don't follow the list as closely as I used to.  I <br>&gt; know Pm asked the list a few months ago whether a 2.2 stbale version <br>&gt; should be released without all the promised functionality, but I never <br>&gt; saw what happened with that.<br>&gt; <br>&gt; Ben Stallings<br>&gt; Interdependent Web<br>&gt; <br>&gt; <br>&gt; <br>&gt; ------------------------------<br>&gt; <br>&gt; Message: 2<br>&gt; Date: Tue, 13 Jan 2009 19:18:30 -0500<br>&gt; From: "James DeVain" &lt;jamesdevain@mail.com&gt;<br>&gt; Subject: [pmwiki-users] Issue with foxedit.php and special characters<br>&gt; To: pmwiki-users@pmichaud.com<br>&gt; Message-ID: &lt;20090114001830.0B02C32675A@ws1-8.us4.outblaze.com&gt;<br>&gt; Content-Type: text/plain; charset="iso-8859-15"<br>&gt; <br>&gt; I'm using foxedit.php. Whenever I open a section for editing using<br>&gt; the FoxEditSectionForm, certain characters are displayed as special<br>&gt; character codes (for example "&lt;" is displayed as "&amp;lt;". Is this<br>&gt; supposed to happen? If so, is there a way to prevent it?<br>&gt; <br>&gt; -- <br>&gt; Be Yourself @ mail.com!<br>&gt; Choose From 200+ Email Addresses<br>&gt; Get a Free Account at www.mail.com<br>&gt; <br>&gt; <br>&gt; <br>&gt; <br>&gt; ------------------------------<br>&gt; <br>&gt; Message: 3<br>&gt; Date: Tue, 13 Jan 2009 20:59:14 -0500<br>&gt; From: DaveG &lt;pmwiki@solidgone.com&gt;<br>&gt; Subject: [pmwiki-users] Containing DIV elements within an LI?<br>&gt; To: PmWiki Users &lt;pmwiki-users@pmichaud.com&gt;<br>&gt; Message-ID: &lt;496D46F2.7060900@solidgone.com&gt;<br>&gt; Content-Type: text/plain; charset=ISO-8859-1; format=flowed<br>&gt; <br>&gt; Is it possible to contain other elements within an LI, like:<br>&gt; &lt;li&gt;test<br>&gt;    &lt;div class="xx"&gt;<br>&gt;      &lt;p&gt;Some text&lt;/p&gt;<br>&gt;    &lt;/div&gt;<br>&gt; &lt;/li&gt;<br>&gt; <br>&gt;   ~ ~ Dave<br>&gt; <br>&gt; <br>&gt; <br>&gt; ------------------------------<br>&gt; <br>&gt; Message: 4<br>&gt; Date: Tue, 13 Jan 2009 23:47:17 -0500<br>&gt; From: "edwin marte" &lt;edwin.marte@leidba.com&gt;<br>&gt; Subject: [pmwiki-users] Input Only Numers<br>&gt; To: pmwiki-users@pmichaud.com<br>&gt; Message-ID:<br>&gt;         &lt;7c6708280901132047k785bd68cg5362e6194ed3ce06@mail.gmail.com&gt;<br>&gt; Content-Type: text/plain; charset="iso-8859-1"<br>&gt; <br>&gt; Hi List,<br>&gt; I am using a Simple Zap Form where I get Numbers (values) from 0.00 to<br>&gt; 20.00. After Summition of the form I must obtain the sumatory result of all<br>&gt; fields, This work fine, no problem only if the user doesn't make a mistake.<br>&gt; I have not figured it out using pmwiki how to detect or limit user to input<br>&gt; only numbers into the field. For me would be ok to be able to tell the user<br>&gt; that there is an error in a field that must be corrected.<br>&gt; <br>&gt; Any Ideas ?<br>&gt; <br>&gt; Thanks,<br>&gt; Edwin<br>&gt; -------------- next part --------------<br>&gt; An HTML attachment was scrubbed...<br>&gt; URL: http://www.pmichaud.com/pipermail/pmwiki-users/attachments/20090113/b1f2ae2e/attachment-0001.html <br>&gt; <br>&gt; ------------------------------<br>&gt; <br>&gt; Message: 5<br>&gt; Date: Tue, 13 Jan 2009 23:55:21 -0500<br>&gt; From: DaveG &lt;pmwiki@solidgone.com&gt;<br>&gt; Subject: Re: [pmwiki-users] Containing DIV elements within an LI?<br>&gt; To: PmWiki Users &lt;pmwiki-users@pmichaud.com&gt;<br>&gt; Message-ID: &lt;496D7039.7070201@solidgone.com&gt;<br>&gt; Content-Type: text/plain; charset=ISO-8859-1; format=flowed<br>&gt; <br>&gt; I realize that DIV elements within LI is not valid html, but I was <br>&gt; trying to fit within an existing framework.<br>&gt; <br>&gt; Anyway, the closest I could get was:<br>&gt; * test<br>&gt;    %xx%Some text%%<br>&gt; <br>&gt; Which produces a span rather than a div. Some css styling with <br>&gt; "display:block" produces the 'equivalent' of a div, so it's close enough.<br>&gt; <br>&gt;   ~ ~ Dave<br>&gt; <br>&gt; DaveG wrote:<br>&gt; &gt; Is it possible to contain other elements within an LI, like:<br>&gt; &gt; &lt;li&gt;test<br>&gt; &gt;    &lt;div class="xx"&gt;<br>&gt; &gt;      &lt;p&gt;Some text&lt;/p&gt;<br>&gt; &gt;    &lt;/div&gt;<br>&gt; &gt; &lt;/li&gt;<br>&gt; &gt; <br>&gt; &gt;   ~ ~ Dave<br>&gt; &gt; <br>&gt; &gt; _______________________________________________<br>&gt; &gt; pmwiki-users mailing list<br>&gt; &gt; pmwiki-users@pmichaud.com<br>&gt; &gt; http://www.pmichaud.com/mailman/listinfo/pmwiki-users<br>&gt; &gt; <br>&gt; <br>&gt; <br>&gt; <br>&gt; ------------------------------<br>&gt; <br>&gt; Message: 6<br>&gt; Date: Wed, 14 Jan 2009 10:00:05 +0100 (CET)<br>&gt; From: denis.mail.list@free.fr<br>&gt; Subject: [pmwiki-users] Indented table<br>&gt; To: pmwiki-users@pmichaud.com<br>&gt; Message-ID:<br>&gt;         &lt;1777956141.6362881231923605245.JavaMail.root@spooler6-g27.priv.proxad.net&gt;<br>&gt;         <br>&gt; Content-Type: text/plain; charset=utf-8<br>&gt; <br>&gt; Hello,<br>&gt; <br>&gt; I'm desperatly trying to indent a table, either by the way of -&gt; or by the way of a list, but I can't get a correct result. The table is never indented, and sometimes it is not interpreted as a table (i.e : the || are printed on the page).<br>&gt; <br>&gt; Is there a way to get it ?<br>&gt; <br>&gt; And I've noticed the fact that putting a table after a second level of list produce the next list bullet to become the same 'design' than the first level bullet (a 'filled circle', not an 'empty one'), bug or feature ? ;-)<br>&gt; <br>&gt; *list<br>&gt; **list<br>&gt; || border = 1<br>&gt; ||foo||foo1||<br>&gt; **list<br>&gt; *list<br>&gt; <br>&gt; Thanks in advance.<br>&gt; <br>&gt; Denis<br>&gt; <br>&gt; <br>&gt; <br>&gt; ------------------------------<br>&gt; <br>&gt; Message: 7<br>&gt; Date: Wed, 14 Jan 2009 12:28:46 +0100<br>&gt; From: "Stéphane Heckel" &lt;hsteph@club-internet.fr&gt;<br>&gt; Subject: [pmwiki-users] Tabulation character in a pagelist/template<br>&gt; To: pmwiki-users@pmichaud.com<br>&gt; Message-ID: &lt;gkki9j$mbt$1@ger.gmane.org&gt;<br>&gt; <br>&gt; Hello list,<br>&gt; <br>&gt; I have a template like this<br>&gt; [@<br>&gt; [[#tabcreatedby]]<br>&gt; {=$Name}&amp;#9;{=$Title}&amp;#9;{=$CreatedBy}<br>&gt; [[#tabcreatedbyend]]<br>&gt; @]<br>&gt; <br>&gt; used with :<br>&gt; (:pagelist group=People fmt=#tabcreatedby:)<br>&gt; <br>&gt; When I copy/paste the result of the page and insert the content to <br>&gt; excel/openoffice, the tab does render(a space is used instead)<br>&gt; I'm missing something ...<br>&gt; <br>&gt; Stéphane<br>&gt; <br>&gt; <br>&gt; <br>&gt; <br>&gt; <br>&gt; <br>&gt; <br>&gt; ------------------------------<br>&gt; <br>&gt; Message: 8<br>&gt; Date: Wed, 14 Jan 2009 14:52:40 +0100<br>&gt; From: Audun Myhra Bergwitz &lt;bergwitz@gmail.com&gt;<br>&gt; Subject: [pmwiki-users] PTV and if= date in pagelists?<br>&gt; To: pmwiki-users@pmichaud.com<br>&gt; Message-ID: &lt;496DEE28.1050707@gmail.com&gt;<br>&gt; Content-Type: text/plain; charset=ISO-8859-1<br>&gt; <br>&gt; I made this pagelist:<br>&gt; <br>&gt; (:pagelist if="date {$:Time}":)<br>&gt; <br>&gt; and want it to show any page which has PTV set at a date later than<br>&gt; today. It doesn't work, as the code lists all the pages on our wiki.<br>&gt; Why? How to make it work? Or won't it work anyway?<br>&gt; <br>&gt; For now there is only two test pages which has the Time set as a PTV,<br>&gt; and they are formatted in the standard format of yyyymmdd, so if="date"<br>&gt; should be able to recognize it.<br>&gt; <br>&gt; I also tried (:PageList if="date {(ftime fmt=%Y%m%d when={$:Tid})}":)<br>&gt; which gives no results, while(:PageList if="! date {(ftime fmt=%Y%m%d<br>&gt; when={$:Tid})}":) again lists all pages.<br>&gt; <br>&gt; audun<br>&gt; <br>&gt; <br>&gt; <br>&gt; ------------------------------<br>&gt; <br>&gt; Message: 9<br>&gt; Date: Wed, 14 Jan 2009 15:50:27 +0000<br>&gt; From: Graham Archer &lt;Graham.Archer@Sun.COM&gt;<br>&gt; Subject: [pmwiki-users] Replacing empty/null input in a Fox form<br>&gt; To: pmwiki-users@pmichaud.com<br>&gt; Message-ID: &lt;496E09C3.6020505@sun.com&gt;<br>&gt; Content-Type: text/plain; charset="us-ascii"<br>&gt; <br>&gt; An HTML attachment was scrubbed...<br>&gt; URL: http://www.pmichaud.com/pipermail/pmwiki-users/attachments/20090114/8ac4981f/attachment-0001.html <br>&gt; <br>&gt; ------------------------------<br>&gt; <br>&gt; Message: 10<br>&gt; Date: Wed, 14 Jan 2009 16:39:34 +0000<br>&gt; From: Hans &lt;design5@softflow.co.uk&gt;<br>&gt; Subject: Re: [pmwiki-users] Replacing empty/null input in a Fox form<br>&gt; To: Graham Archer &lt;Graham.Archer@Sun.COM&gt;<br>&gt; Cc: PmWiki Users &lt;pmwiki-users@pmichaud.com&gt;<br>&gt; Message-ID: &lt;1543040779.20090114163934@softflow.co.uk&gt;<br>&gt; Content-Type: text/plain; charset=iso-8859-1<br>&gt; <br>&gt; Wednesday, January 14, 2009, 3:50:27 PM, Graham Archer wrote:<br>&gt; <br>&gt; &gt;  In the Fox template I am using this syntax:<br>&gt; <br>&gt; &gt;  (:if equal {$$Input_Text} "":)(:{$$Input_Text}:"-":)(:else:){$$Input_Text}(:ifend:)<br>&gt; <br>&gt; &gt;  However this doesn't work as I intended, the page shows? (::"-":)?<br>&gt; &gt; instead of just the? - character I was hoping for.? <br>&gt; &gt;  I can't figure out how to replace? {$$Input_Text} with a preset<br>&gt; &gt; character when the input is empty.<br>&gt; <br>&gt; try this in the template:<br>&gt; <br>&gt; (:if equal {$$Input_Text} "":)-(:else:){$$Input_Text}(:ifend:)<br>&gt; <br>&gt; <br>&gt;   ~Hans<br>&gt; <br>&gt; <br>&gt; <br>&gt; <br>&gt; ------------------------------<br>&gt; <br>&gt; Message: 11<br>&gt; Date: Wed, 14 Jan 2009 16:50:21 +0000<br>&gt; From: Hans &lt;design5@softflow.co.uk&gt;<br>&gt; Subject: Re: [pmwiki-users] Indented table<br>&gt; To: denis.mail.list@free.fr<br>&gt; Cc: PmWiki Users &lt;pmwiki-users@pmichaud.com&gt;<br>&gt; Message-ID: &lt;271608568.20090114165021@softflow.co.uk&gt;<br>&gt; Content-Type: text/plain; charset=iso-8859-15<br>&gt; <br>&gt; Wednesday, January 14, 2009, 9:00:05 AM, denis.mail.list@free.fr wrote:<br>&gt; <br>&gt; &gt; I'm desperatly trying to indent a table, either by the way of -&gt; or<br>&gt; &gt; by the way of a list, but I can't get a correct result. The table is<br>&gt; &gt; never indented, and sometimes it is not interpreted as a table (i.e<br>&gt; &gt; : the || are printed on the page).<br>&gt; <br>&gt; &gt; Is there a way to get it ?<br>&gt; <br>&gt; &gt; And I've noticed the fact that putting a table after a second level<br>&gt; &gt; of list produce the next list bullet to become the same 'design'<br>&gt; &gt; than the first level bullet (a 'filled circle', not an 'empty one'), bug or feature ? ;-)<br>&gt; <br>&gt; &gt; *list<br>&gt; &gt; **list<br>&gt; &gt; || border = 1<br>&gt; &gt; ||foo||foo1||<br>&gt; &gt; **list<br>&gt; &gt; *list<br>&gt; <br>&gt; Try adding a margin-left value as style in the table, for instance:<br>&gt; <br>&gt; *list<br>&gt; **list<br>&gt; ||style='margin-left:4em' border=1<br>&gt; ||foo||foo1||<br>&gt; **list<br>&gt; *list<br>&gt; <br>&gt; I don't know the answer to the change in second level bullet after<br>&gt; the table.<br>&gt; <br>&gt; <br>&gt;   ~Hans<br>&gt; <br>&gt; <br>&gt; <br>&gt; <br>&gt; ------------------------------<br>&gt; <br>&gt; Message: 12<br>&gt; Date: Wed, 14 Jan 2009 17:40:22 +0000<br>&gt; From: Graham Archer &lt;Graham.Archer@Sun.COM&gt;<br>&gt; Subject: Re: [pmwiki-users] Replacing empty/null input in a Fox form<br>&gt; To: Hans &lt;design5@softflow.co.uk&gt;<br>&gt; Cc: PmWiki Users &lt;pmwiki-users@pmichaud.com&gt;<br>&gt; Message-ID: &lt;496E2386.8070905@sun.com&gt;<br>&gt; Content-Type: text/plain; charset="us-ascii"<br>&gt; <br>&gt; An HTML attachment was scrubbed...<br>&gt; URL: http://www.pmichaud.com/pipermail/pmwiki-users/attachments/20090114/4905eb27/attachment.html <br>&gt; <br>&gt; ------------------------------<br>&gt; <br>&gt; _______________________________________________<br>&gt; pmwiki-users mailing list<br>&gt; pmwiki-users@pmichaud.com<br>&gt; http://www.pmichaud.com/mailman/listinfo/pmwiki-users<br>&gt; <br>&gt; <br>&gt; End of pmwiki-users Digest, Vol 43, Issue 19<br>&gt; ********************************************<br><br /><hr />Find great deals on eBay <a href='http://a.ninemsn.com.au/b.aspx?URL=http%3A%2F%2Frover%2Eebay%2Ecom%2Frover%2F1%2F705%2D10129%2D5668%2D323%2F4%3Fid%3D10&_t=763807330&_r=hotmailTAGLINES&_m=EXT' target='_new'>Net yourself a bargain</a></body>
</html>