]> git.p6c8.net - selfforum.git/blobdiff - selfforum-cgi/user/config/fo_posting.xml
CheckRFC now matches a http-uri including the fragment identifier
[selfforum.git] / selfforum-cgi / user / config / fo_posting.xml
index 0616273b75b3494f5bc39e667694f5e1160f03f4..d39d8a2d0d545377b9be012a307039b919408ce9 100644 (file)
@@ -3,7 +3,7 @@
 <Config>
   <Property name="show">
     <Property name="Posting">
-      <Variable name="templateFile">config/answer.tmp.xml</Variable>
+      <Variable name="templateFile">e:/localhosts/i_selfhtml/cgi-local/user/config/answer.tmp.xml</Variable>
 
       <Property name="assign">
         <Variable name="docNew">DOC_OPENING</Variable>
@@ -46,7 +46,7 @@
       <Property name="form">
         <Property name="action">
           <Property name="post">
-            <Variable name="url">/cgi-local/user/fo_posting.pl</Variable>
+            <Variable name="url">/cgi-local/dev/env.pl</Variable>
             <Variable name="assign">_FORM_ACTION</Variable>
           </Property>
         </Property>
@@ -69,6 +69,8 @@
             <ListItem>posterName</ListItem>
             <ListItem>posterEmail</ListItem>
             <ListItem>posterBody</ListItem>
+            <ListItem>posterCategory</ListItem>
+            <ListItem>posterSubject</ListItem>
           </List>
         </Property>
 
             <Variable name="name">category</Variable>
             <Variable name="maxlength">18</Variable>
             <Variable name="minlength">3</Variable>
-            <Variable name="errorType">repeat</Variable>
+            <Variable name="errorType">fetch</Variable>
+            <Variable name="header">category</Variable>
             <List name="values">
               <ListItem>ASP</ListItem>
               <ListItem>BROWSER</ListItem>
               <ListItem>DATENBANK</ListItem>
               <ListItem>DESIGN</ListItem>
               <ListItem>DHTML</ListItem>
-              <ListItem>E_MAIL</ListItem>
+              <ListItem>E-MAIL</ListItem>
               <ListItem>FTP</ListItem>
               <ListItem>GRAFIK</ListItem>
               <ListItem>HTML</ListItem>
             <Variable name="name">subject</Variable>
             <Variable name="maxlength">64</Variable>
             <Variable name="minlength">4</Variable>
-            <Variable name="errorType">repeat</Variable>
+            <Variable name="errorType">fetch</Variable>
+            <Variable name="header">subject</Variable>
           </Property>
 
           <Property name="posterBody">
             </Property>
             <Variable name="name">url</Variable>
             <Variable name="maxlength">1024</Variable>
-            <Variable name="errorType">repeat</Variable>
+            <Variable name="type">http-url</Variable>
+            <Variable name="errorType">kill</Variable>
           </Property>
 
           <Property name="posterImage">
             </Property>
             <Variable name="name">image</Variable>
             <Variable name="maxlength">1024</Variable>
-            <Variable name="errorType">repeat</Variable>
+            <Variable name="type">http-url</Variable>
+            <Variable name="errorType">kill</Variable>
           </Property>
 
         </Property>

patrick-canterino.de