*** empty log message ***
authorpatrick <patrick>
Thu, 4 Aug 2005 19:43:50 +0000 (19:43 +0000)
committerpatrick <patrick>
Thu, 4 Aug 2005 19:43:50 +0000 (19:43 +0000)
etc/open/editarticle.template

index 2cafd43..92855fe 100755 (executable)
       begin center column
       -->
 
+         <form enctype="multipart/form-data" action="${actionURL}&do=opensession&sessiontype=article" method="post">
+         
+         <table class="formWrap" id="publishForm" cellspacing="0">
+
+            <tr>
+               <td colspan="3">
+
+
 
          <function showErrors(aField)>
             <comment>
                function to display error message at the input box  // occam, 2003-06-09
             </comment>
-         
+
             <if errors>
                <list errors as e>
                   <if e.field==aField>
                </list>
             </if>
          </function>
-         
+
          <if errors>
             Please correct the following errors:<br />
             <list errors as e>
                <!-- </p> -->
             </list>
          </if>
-         
+
          <comment>
             <div class="pdiscl">
                <include "disclaimer.inc.de">
             &#160;
          </comment>
-         
+
          <p class="pageTitle">
             ${lang("posting.form.title")}
          </p>
-         
+
          <if errors>
             <p class="errors">
                ${lang("posting.errors")}
             </p>
          </if>
-         
+
          <!-- ${lang("posting.step00")} -->
-         
+
          <p>
             ${lang("posting.readhowtos")}
          </p>
-         
-         
-         <form enctype="multipart/form-data" action="${actionURL}&do=opensession&sessiontype=article" method="post">
-         
-            <comment>
-               not sure what this is --patrick
-            </comment>
+
+
                <if password>
                   ${password}<br />
                   ${lang("posting.password")}<br />
                   <input type="password" class="formPassword" id="" name="password" value="" size="20" maxlength="" tabindex="" />
                </if>
-         
-         <table class="formWrap" id="publishForm" cellspacing="0">
+
+
+               </td>
+            </tr>
             <tr>
                <td class="mediaUploadCount" colspan="3">
                   <p>
             </tr>
             <tr>
                <td colspan="3">
-                  <input type="text" class="formText" id="" name="title" value="${utility.encodeHTML(title)}" size="45" maxlength="45" tabindex="" />  
+                  <input type="text" class="formText" id="" name="title" value="${utility.encodeHTML(title)}" size="45" maxlength="80" tabindex="" />  
                   <p class="headline">
                      <span class="title">${lang("posting.title")}</span>
                      <span class="prompt">${lang("posting.title.info")}</span>
             </tr>
             <tr>
                <td colspan="3">
-                  <textarea class="formTextarea" id="lead" name="subtitle" value="" rows="2" cols="100" wrap="virtual" tabindex="">${utility.encodeHTML(subtitle)}</textarea>
+                  <input type="text" class="formText" id="lead" name="subtitle" value="${utility.encodeHTML(subtitle)}" size="45" maxlength="100" tabindex="" />  
                   <p class="lead">
                      <span class="title">${lang("posting.lead")}</span>
                      <span class="prompt">${lang("posting.lead.info")}