]> git.p6c8.net - selfforum.git/blobdiff - selfforum-cgi/user/config/fo_posting.xml
shared/Lock.pm: fixed a small bug (now returns 0 if occupied)
[selfforum.git] / selfforum-cgi / user / config / fo_posting.xml
index d39d8a2d0d545377b9be012a307039b919408ce9..dc93824ddd0977f18fc342668f6ffb2e78540f71 100644 (file)
         <Variable name="docFatal">DOC_FATAL</Variable>
         <Variable name="errorMessage">_ERR_MESS</Variable>
         <Variable name="charNum">_NUM</Variable>
-        <Variable name="wrongPar">_MANIPULATED</Variable>
-        <Variable name="wrongCode">_ENCODING</Variable>
+
+        <Variable name="missing_key">_MANIPULATED</Variable>
+        <Variable name="unexpected_key">_MANIPULATED</Variable>
+        <Variable name="unknown_followup">_MANIPULATED</Variable>
+        <Variable name="unknown_encoding">_ENCODING</Variable>
         <Variable name="occupied">_OCCUPIED</Variable>
-        <Variable name="noReply">_NOREPLY</Variable>
+        <Variable name="master_lock">_MASTERLOCK</Variable>
+        <Variable name="no_reply">_NOREPLY</Variable>
         <Variable name="dupe">_DUPE</Variable>
-        <Variable name="unknownError">_UNKNOWN</Variable>
+        <Variable name="not_saved">_NOT_SAVED</Variable>
+        <Variable name="unknown_error">_UNKNOWN</Variable>
 
         <Variable name="cssFile">_CSS_FILE</Variable>
 
@@ -46,7 +51,7 @@
       <Property name="form">
         <Property name="action">
           <Property name="post">
-            <Variable name="url">/cgi-local/dev/env.pl</Variable>
+            <Variable name="url">/cgi-local/user/fo_posting.pl</Variable>
             <Variable name="assign">_FORM_ACTION</Variable>
           </Property>
         </Property>
             <Property name="assign">
               <Variable name="name">_FORM_FUP_NAME</Variable>
               <Variable name="value">_FORM_FUP_VALUE</Variable>
-              <Variable name="tooLong">_MANIPULATED</Variable>
+              <Variable name="too_long">_MANIPULATED</Variable>
             </Property>
 
             <Variable name="name">fup</Variable>
             <Variable name="maxlength">20</Variable>
             <Variable name="errorType">fatal</Variable>
+            <Variable name="type">internal</Variable>
           </Property>
 
           <Property name="userID">
             <Property name="assign">
               <Variable name="name">_FORM_UID_NAME</Variable>
               <Variable name="value">_FORM_UID_VALUE</Variable>
-              <Variable name="tooLong">_MANIPULATED</Variable>
+              <Variable name="too_long">_MANIPULATED</Variable>
             </Property>
 
             <Variable name="name">userid</Variable>
             <Variable name="maxlength">40</Variable>
             <Variable name="errorType">fatal</Variable>
+            <Variable name="type">internal</Variable>
           </Property>
 
           <Property name="uniqueID">
             <Property name="assign">
               <Variable name="name">_FORM_UNID_NAME</Variable>
               <Variable name="value">_FORM_UNID_VALUE</Variable>
-              <Variable name="tooLong">_MANIPULATED</Variable>
+              <Variable name="too_long">_MANIPULATED</Variable>
             </Property>
 
             <Variable name="name">unid</Variable>
             <Variable name="maxlength">40</Variable>
             <Variable name="errorType">fatal</Variable>
+            <Variable name="type">internal</Variable>
           </Property>
 
           <Property name="quoteChar">
             <Property name="assign">
               <Variable name="name">_FORM_QCHAR_NAME</Variable>
               <Variable name="value">_FORM_QCHAR_VALUE</Variable>
-              <Variable name="tooLong">_MANIPULATED</Variable>
+              <Variable name="too_long">_MANIPULATED</Variable>
             </Property>
 
             <Variable name="name">qchar</Variable>
             <Variable name="maxlength">20</Variable>
             <Variable name="errorType">fatal</Variable>
+            <Variable name="type">internal</Variable>
           </Property>
 
           <Property name="posterName">
             <Property name="assign">
               <Variable name="name">_FORM_NAME_NAME</Variable>
               <Variable name="value">_FORM_NAME_VALUE</Variable>
-              <Variable name="tooLong">_NAME_TOO_LONG</Variable>
-              <Variable name="tooShort">_NAME_TOO_SHORT</Variable>
+              <Variable name="too_long">_NAME_TOO_LONG</Variable>
+              <Variable name="too_short">_NAME_TOO_SHORT</Variable>
             </Property>
 
             <Variable name="name">name</Variable>
             <Property name="assign">
               <Variable name="name">_FORM_MAIL_NAME</Variable>
               <Variable name="value">_FORM_MAIL_VALUE</Variable>
-              <Variable name="tooLong">_MAIL_TOO_LONG</Variable>
-              <Variable name="tooShort">_MAIL_TOO_SHORT</Variable>
-              <Variable name="wrong">_MAIL_WRONG</Variable>
+              <Variable name="too_long">_MAIL_TOO_LONG</Variable>
+              <Variable name="too_short">_MAIL_TOO_SHORT</Variable>
+              <Variable name="wrong_mail">_MAIL_WRONG</Variable>
             </Property>
 
             <Variable name="name">email</Variable>
             <Property name="assign">
               <Variable name="name">_FORM_CAT_NAME</Variable>
               <Variable name="value">_CATLIST</Variable>
-              <Variable name="tooLong">_CAT_WRONG</Variable>
-              <Variable name="tooShort">_CAT_WRONG</Variable>
-              <Variable name="notSelected">_CAT_WRONG</Variable>
+              <Variable name="too_long">_CAT_WRONG</Variable>
+              <Variable name="too_short">_CAT_WRONG</Variable>
+              <Variable name="no_option">_CAT_WRONG</Variable>
             </Property>
 
             <Variable name="name">category</Variable>
             <Property name="assign">
               <Variable name="name">_FORM_SUBJECT_NAME</Variable>
               <Variable name="value">_FORM_SUBJECT_VALUE</Variable>
-              <Variable name="tooLong">_SUB_TOO_LONG</Variable>
-              <Variable name="tooShort">_SUB_TOO_SHORT</Variable>
+              <Variable name="too_long">_SUB_TOO_LONG</Variable>
+              <Variable name="too_short">_SUB_TOO_SHORT</Variable>
             </Property>
             <Variable name="name">subject</Variable>
             <Variable name="maxlength">64</Variable>
             <Property name="assign">
               <Variable name="name">_FORM_BODY_NAME</Variable>
               <Variable name="value">_FORM_BODY_VALUE</Variable>
-              <Variable name="tooLong">_BODY_TOO_LONG</Variable>
-              <Variable name="tooShort">_BODY_TOO_SHORT</Variable>
+              <Variable name="too_long">_BODY_TOO_LONG</Variable>
+              <Variable name="too_short">_BODY_TOO_SHORT</Variable>
             </Property>
             <Variable name="name">body</Variable>
             <Variable name="maxlength">12288</Variable>
             <Variable name="minlength">10</Variable>
             <Variable name="errorType">repeat</Variable>
+            <Variable name="type">multiline-text</Variable>
           </Property>
 
           <Property name="posterSignature">
-            <Variable name="assignValue">_FORM_SIGN_VALUE</Variable>
+            <Property name="assign">
+              <Variable name="value">_FORM_SIGN_VALUE</Variable>
+            </Property>
           </Property>
 
           <Property name="posterURL">
             <Property name="assign">
               <Variable name="name">_FORM_URL_NAME</Variable>
               <Variable name="value">_FORM_URL_VALUE</Variable>
-              <Variable name="tooLong">_URL_TOO_LONG</Variable>
+              <Variable name="too_long">_URL_TOO_LONG</Variable>
             </Property>
             <Variable name="name">url</Variable>
             <Variable name="maxlength">1024</Variable>
             <Variable name="type">http-url</Variable>
             <Variable name="errorType">kill</Variable>
+            <Variable name="default">http://</Variable>
           </Property>
 
           <Property name="posterImage">
             <Property name="assign">
               <Variable name="name">_FORM_IMG_NAME</Variable>
               <Variable name="value">_FORM_IMG_VALUE</Variable>
-              <Variable name="tooLong">_IMG_TOO_LONG</Variable>
+              <Variable name="too_long">_IMG_TOO_LONG</Variable>
             </Property>
             <Variable name="name">image</Variable>
             <Variable name="maxlength">1024</Variable>
             <Variable name="type">http-url</Variable>
             <Variable name="errorType">kill</Variable>
+            <Variable name="default">http://</Variable>
           </Property>
 
         </Property>

patrick-canterino.de