HTML-Code aufgeräumt, Attribute gequotet, HTML-Sonderzeichen in Werten escapet.
authorMoritz Bunkus <m.bunkus@linet-services.de>
Fri, 25 Jan 2008 07:59:23 +0000 (07:59 +0000)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Fri, 25 Jan 2008 07:59:23 +0000 (07:59 +0000)
templates/webpages/ic/choice_de.html
templates/webpages/ic/choice_master.html
templates/webpages/ic/confirm_price_update_de.html
templates/webpages/ic/confirm_price_update_master.html

index d7a9b94..ecb4657 100644 (file)
@@ -2,33 +2,37 @@
 [%- USE LxERP %]
 <body>
 
 <form method=post action="[% script %]">
<form method="post" action="ic.pl">
 
-[%- FOREACH row = HIDDENS %]
-   <input type="hidden" name="[% HTML.escape(row.name) %]" value="[% HTML.escape(row.value) %]" > 
-[%- END %]
+  [%- FOREACH row = HIDDENS %]
+  <input type="hidden" name="[% HTML.escape(row.name) %]" value="[% HTML.escape(row.value) %]" > 
+  [%- END %]
 
-      <table>
-       <tr class=listheading>
-         <th class=listheading nowrap>Artikelnummer</th>
-         <th class=listheading nowrap>Artikelbeschreibung</th>
-        </tr>
-        <tr valign=top>
-         <td><input type=text name=partnumber size=20 value=></td>
-         <td><input type=text name=description size=30 value=></td>
-       </tr>
-      </table>
-     <br>
+  <p>
+   <table>
+    <tr class="listheading">
+     <th class="listheading" nowrap>Artikelnummer</th>
+     <th class="listheading" nowrap>Artikelbeschreibung</th>
+    </tr>
+    <tr valign="top">
+     <td><input type="text" name="partnumber" size="20"></td>
+     <td><input type="text" name="description" size="30"></td>
+    </tr>
+   </table>
+  </p>
 
-[%- FOREACH row = PARTS %]
-  <input type=hidden name=totop100_partnumber_[% loop.count %] value="[% row.totop100_partnumber %]">
-  <input type=hidden name=totop100_description_[% loop.count %] value="[% row.totop100_description %]">
-  <input type=hidden name=totop100_unit_[% loop.count %] value="[% row.totop100_unit %]">
-  <input type=hidden name=totop100_sellprice_[% loop.count %] value="[% row.totop100_sellprice %]">
-  <input type=hidden name=totop100_soldtotal_[% loop.count %] value="[% row.totop100_soldtotal %]">
-[%- END %]
+  [%- FOREACH row = PARTS %]
+  <input type="hidden" name="totop100_partnumber_[% loop.count %]" value="[% row.totop100_partnumber %]">
+  <input type="hidden" name="totop100_description_[% loop.count %]" value="[% row.totop100_description %]">
+  <input type="hidden" name="totop100_unit_[% loop.count %]" value="[% row.totop100_unit %]">
+  <input type="hidden" name="totop100_sellprice_[% loop.count %]" value="[% row.totop100_sellprice %]">
+  <input type="hidden" name="totop100_soldtotal_[% loop.count %]" value="[% row.totop100_soldtotal %]">
+  [%- END %]
 
-     <input class=submit type=submit name=action value="auflisten"> </form>
+  <p>
+   <input class="submit" type="submit" name="action" value="auflisten">
+  </p>
+ </form>
 
-   </body>
-  </html>
+</body>
+</html>
index fa0e031..434d697 100644 (file)
@@ -2,33 +2,37 @@
 [%- USE LxERP %]
 <body>
 
 <form method=post action="[% script %]">
<form method="post" action="ic.pl">
 
-[%- FOREACH row = HIDDENS %]
-   <input type="hidden" name="[% HTML.escape(row.name) %]" value="[% HTML.escape(row.value) %]" > 
-[%- END %]
+  [%- FOREACH row = HIDDENS %]
+  <input type="hidden" name="[% HTML.escape(row.name) %]" value="[% HTML.escape(row.value) %]" > 
+  [%- END %]
 
-      <table>
-       <tr class=listheading>
-         <th class=listheading nowrap><translate>Part Number</translate></th>
-         <th class=listheading nowrap><translate>Part Description</translate></th>
-        </tr>
-        <tr valign=top>
-         <td><input type=text name=partnumber size=20 value=></td>
-         <td><input type=text name=description size=30 value=></td>
-       </tr>
-      </table>
-     <br>
+  <p>
+   <table>
+    <tr class="listheading">
+     <th class="listheading" nowrap><translate>Part Number</translate></th>
+     <th class="listheading" nowrap><translate>Part Description</translate></th>
+    </tr>
+    <tr valign="top">
+     <td><input type="text" name="partnumber" size="20"></td>
+     <td><input type="text" name="description" size="30"></td>
+    </tr>
+   </table>
+  </p>
 
-[%- FOREACH row = PARTS %]
-  <input type=hidden name=totop100_partnumber_[% loop.count %] value="[% row.totop100_partnumber %]">
-  <input type=hidden name=totop100_description_[% loop.count %] value="[% row.totop100_description %]">
-  <input type=hidden name=totop100_unit_[% loop.count %] value="[% row.totop100_unit %]">
-  <input type=hidden name=totop100_sellprice_[% loop.count %] value="[% row.totop100_sellprice %]">
-  <input type=hidden name=totop100_soldtotal_[% loop.count %] value="[% row.totop100_soldtotal %]">
-[%- END %]
+  [%- FOREACH row = PARTS %]
+  <input type="hidden" name="totop100_partnumber_[% loop.count %]" value="[% row.totop100_partnumber %]">
+  <input type="hidden" name="totop100_description_[% loop.count %]" value="[% row.totop100_description %]">
+  <input type="hidden" name="totop100_unit_[% loop.count %]" value="[% row.totop100_unit %]">
+  <input type="hidden" name="totop100_sellprice_[% loop.count %]" value="[% row.totop100_sellprice %]">
+  <input type="hidden" name="totop100_soldtotal_[% loop.count %]" value="[% row.totop100_soldtotal %]">
+  [%- END %]
 
-     <input class=submit type=submit name=action value="<translate>list</translate>"> </form>
+  <p>
+   <input class="submit" type="submit" name="action" value="<translate>list</translate>">
+  </p>
+ </form>
 
-   </body>
-  </html>
+</body>
+</html>
index 6e9edc4..75fd49a 100644 (file)
@@ -2,17 +2,21 @@
 [%- USE LxERP %]
 <body>
 
-<form method=post action="[% script %]">
+ <form method="post" action="ic.pl">
 
-[%- FOREACH row = HIDDENS %]
-   <input type="hidden" name="[% HTML.escape(row.name) %]" value="[% HTML.escape(row.value) %]" > 
-[%- END %]
+  [%- FOREACH row = HIDDENS %]
+  <input type="hidden" name="[% HTML.escape(row.name) %]" value="[% HTML.escape(row.value) %]" > 
+  [%- END %]
 
-<h2 class=confirm>Bestätigen Sie!</h2>
+  <h2 class="confirm">Bestätigen Sie!</h2>
 
-<h4>Sind Sie sicher, dass Sie die Preise 
+  <h4>Sind Sie sicher, dass Sie die Preise 
 aktualisieren wollen?</h4>
 
-<p>
-<input name=action class=submit type=submit value="Weiter">
-</form>
+  <p>
+   <input name="action" class="submit" type="submit" value="Weiter">
+   <input type="button" class="submit" onclick="history.back()" value="Zurück">
+  </p>
+ </form>
+</body>
+</html>
index b9e86cf..afbecf3 100644 (file)
@@ -2,16 +2,20 @@
 [%- USE LxERP %]
 <body>
 
-<form method=post action="[% script %]">
+ <form method="post" action="ic.pl">
 
-[%- FOREACH row = HIDDENS %]
-   <input type="hidden" name="[% HTML.escape(row.name) %]" value="[% HTML.escape(row.value) %]" > 
-[%- END %]
+  [%- FOREACH row = HIDDENS %]
+  <input type="hidden" name="[% HTML.escape(row.name) %]" value="[% HTML.escape(row.value) %]" > 
+  [%- END %]
 
-<h2 class=confirm><translate>Confirm!</translate></h2>
+  <h2 class="confirm"><translate>Confirm!</translate></h2>
 
-<h4><translate>Are you sure you want to update the prices</translate></h4>
+  <h4><translate>Are you sure you want to update the prices</translate></h4>
 
-<p>
-<input name=action class=submit type=submit value="<translate>Continue</translate>">
-</form>
+  <p>
+   <input name="action" class="submit" type="submit" value="<translate>Continue</translate>">
+   <input type="button" class="submit" onclick="history.back()" value="<translate>Back</translate>">
+  </p>
+ </form>
+</body>
+</html>