[%- USE LxERP %]
<body>
-<form method=post action=[% script %]>
-
-<input type=hidden name=title value="Preise aktualisieren">
-
-<table width="100%">
- <tr><th class=listtop>Preise aktualisieren</th></tr>
- <tr height="5"></tr>
- <tr valign=top>
- <td>
- <table>
- <tr>
- <th align=right nowrap>Artikelnummer</th>
- <td><input name=partnumber size=20></td>
- </tr>
- <tr>
- <th align=right nowrap>Artikelbeschreibung</th>
- <td colspan=3><input name=description size=40></td>
- </tr>
- <tr>
- <th align=right nowrap>Warengruppe</th>
- <td><input name=partsgroup size=20></td>
- <th align=right nowrap>Seriennummer</th>
- <td><input name=serialnumber size=20></td>
- </tr>
- <tr>
- <th align=right nowrap>Hersteller</th>
- <td><input name=make size=20></td>
- <th align=right nowrap>Modell</th>
- <td><input name=model size=20></td>
- </tr>
- <tr>
- <th align=right nowrap>Zeichnung</th>
- <td><input name=drawing size=20></td>
- <th align=right nowrap>Mikrofilm</th>
- <td><input name=microfiche size=20></td>
- </tr>
- <tr>
- <td></td>
- <td colspan=3>
- <input name=itemstatus class=radio type=radio value=active checked> Aktiv
- <input name=itemstatus class=radio type=radio value=onhand> Auf Lager
- <input name=itemstatus class=radio type=radio value=short> Knapp
- <input name=itemstatus class=radio type=radio value=obsolete> Ungültig
- <input name=itemstatus class=radio type=radio value=orphaned> Nie benutzt
- </td>
- </tr>
- <tr>
- <td></td>
- <td colspan=3>
- <hr size=1 noshade>
- </td>
- </tr>
- <tr>
- <td colspan=4>
- <table width=100%>
- <tr>
- <th class="listheading">Preisgruppe</th>
- <th class="listheading">Preis</th>
- <th class="listheading">Prozentual/Absolut</th>
- </tr>
- <tr>
- <td>Verkaufspreis</td>
- <td><input name="sellprice" size=11 value="[% sellprice %]"></td>
- <td><input name="sellprice_type" class=radio type=radio value=percent checked>/<input name="sellprice_type" class=radio type=radio value=absolut></td>
- </tr>
- <tr>
- <td>Listenpreis</td>
- <td><input name="listprice" size=11 value="[% listprice %]"></td>
- <td><input name="listprice_type" class=radio type=radio value=percent checked>/<input name="listprice_type" class=radio type=radio value=absolut></td>
- </tr>
-[%- FOREACH row = PRICE_ROWS %]
- <tr>
- <td width=50%><input type=hidden name="pricegroup_[% loop.count %]" size=30 value="[% row.pricegroup %]">[% row.pricegroup %]</td>
- <td width=50%><input name="price_[% loop.count %]" size=11></td>
- <input type=hidden name="pricegroup_id_[% loop.count %]" value="[% row.id %]">
- <td><input name="pricegroup_type_[% loop.count %]" class=radio type=radio value=percent checked>/<input name="pricegroup_type_[% loop.count %]" class=radio type=radio value=absolut></td>
- </tr>
-[%- END %]
-
- </table>
- </td>
- </tr>
-
- <tr><td colspan=4><hr size=3 noshade></td></tr>
-</table>
-<input type=hidden name=nextsub value=confirm_price_update>
-<input type=hidden name=price_rows value=[% price_rows %]>
-
-<br>
-<input class=submit type=submit name=action value="Weiter">
-</form>
+ <form method="post" action="ic.pl">
+
+ <input type="hidden" name="title" value="Preise aktualisieren">
+
+ <div class="listtop">Preise aktualisieren</div>
+
+ <p>
+ <table>
+ <tr>
+ <th align="right" nowrap>Artikelnummer</th>
+ <td><input name="partnumber" size="20"></td>
+ </tr>
+
+ <tr>
+ <th align="right" nowrap>Artikelbeschreibung</th>
+ <td colspan="3"><input name="description" size="20"></td>
+ </tr>
+
+ <tr>
+ <th align="right" nowrap>Warengruppe</th>
+ <td><input name="partsgroup" size="20"></td>
+ <th align="right" nowrap>Seriennummer</th>
+ <td><input name="serialnumber" size="20"></td>
+ </tr>
+
+ <tr>
+ <th align="right" nowrap>Hersteller</th>
+ <td><input name="make" size="20"></td>
+ <th align="right" nowrap>Modell</th>
+ <td><input name="model" size="20"></td>
+ </tr>
+
+ <tr>
+ <th align="right" nowrap>Zeichnung</th>
+ <td><input name="drawing" size="20"></td>
+ <th align="right" nowrap>Mikrofilm</th>
+ <td><input name="microfiche" size="20"></td>
+ </tr>
+
+ <tr>
+ <td></td>
+ <td colspan="3">
+ <input name="itemstatus" id="itemstatus_active" class="radio" type="radio" value="active" checked>
+ <label for="itemstatus_active">Aktiv</label>
+ <input name="itemstatus" id="itemstatus_onhand" class="radio" type="radio" value="onhand">
+ <label for="itemstatus_onhand">Auf Lager</label>
+ <input name="itemstatus" id="itemstatus_short" class="radio" type="radio" value="short">
+ <label for="itemstatus_short">Knapp</label>
+ <input name="itemstatus" id="itemstatus_obsolete" class="radio" type="radio" value="obsolete">
+ <label for="itemstatus_obsolete">Ungültig</label>
+ <input name="itemstatus" id="itemstatus_orphaned" class="radio" type="radio" value="orphaned">
+ <label for="itemstatus_orphaned">Nie benutzt</label>
+ </td>
+ </tr>
+ </table>
+ </p>
+
+ <hr size="1" noshade>
+
+ <p>
+ <table>
+ <tr>
+ <th class="listheading">Preisgruppe</th>
+ <th class="listheading">Preis</th>
+ <th class="listheading">Prozentual/Absolut</th>
+ </tr>
+
+ <tr>
+ <td>Verkaufspreis</td>
+ <td><input name="sellprice" size="11" value="[% HTML.escape(sellprice) %]"></td>
+ <td align="center">
+ <input name="sellprice_type" class="radio" type="radio" value="percent" checked> /
+ <input name="sellprice_type" class="radio" type="radio" value="absolut">
+ </td>
+ </tr>
+
+ <tr>
+ <td>Listenpreis</td>
+ <td><input name="listprice" size="11" value="[% HTML.escape(listprice) %]"></td>
+ <td align="center">
+ <input name="listprice_type" class="radio" type="radio" value="percent" checked> /
+ <input name="listprice_type" class="radio" type="radio" value="absolut">
+ </td>
+ </tr>
+
+ [%- FOREACH row = PRICE_ROWS %]
+ <input type="hidden" name="pricegroup_id_[% loop.count %]" value="[% HTML.escape(row.id) %]">
+
+ <tr>
+ <td><input type="hidden" name="pricegroup_[% loop.count %]" size="30" value="[% HTML.escape(row.pricegroup) %]">[% HTML.escape(row.pricegroup) %]</td>
+ <td><input name="price_[% loop.count %]" size="11"></td>
+ <td align="center">
+ <input name="pricegroup_type_[% loop.count %]" class="radio" type="radio" value="percent" checked> /
+ <input name="pricegroup_type_[% loop.count %]" class="radio" type="radio" value="absolut">
+ </td>
+ </tr>
+ [%- END %]
+
+ </table>
+ </p>
+
+ <hr size="3" noshade>
+
+ <input type="hidden" name="nextsub" value="confirm_price_update">
+ <input type="hidden" name="price_rows" value="[% HTML.escape(price_rows) %]">
+
+ <p>
+ <input class="submit" type="submit" name="action" value="Weiter">
+ </p>
+ </form>
</body>
</html>
[%- USE LxERP %]
<body>
-<form method=post action=[% script %]>
-
-<input type=hidden name=title value="<translate>Update prices</translate>">
-
-<table width="100%">
- <tr><th class=listtop><translate>Update prices</translate></th></tr>
- <tr height="5"></tr>
- <tr valign=top>
- <td>
- <table>
- <tr>
- <th align=right nowrap><translate>Part Number</translate></th>
- <td><input name=partnumber size=20></td>
- </tr>
- <tr>
- <th align=right nowrap><translate>Part Description</translate></th>
- <td colspan=3><input name=description size=40></td>
- </tr>
- <tr>
- <th align=right nowrap><translate>Group</translate></th>
- <td><input name=partsgroup size=20></td>
- <th align=right nowrap><translate>Serial Number</translate></th>
- <td><input name=serialnumber size=20></td>
- </tr>
- <tr>
- <th align=right nowrap><translate>Make</translate></th>
- <td><input name=make size=20></td>
- <th align=right nowrap><translate>Model</translate></th>
- <td><input name=model size=20></td>
- </tr>
- <tr>
- <th align=right nowrap><translate>Drawing</translate></th>
- <td><input name=drawing size=20></td>
- <th align=right nowrap><translate>Microfiche</translate></th>
- <td><input name=microfiche size=20></td>
- </tr>
- <tr>
- <td></td>
- <td colspan=3>
- <input name=itemstatus class=radio type=radio value=active checked> <translate>Active</translate>
- <input name=itemstatus class=radio type=radio value=onhand> <translate>On Hand</translate>
- <input name=itemstatus class=radio type=radio value=short> <translate>Short</translate>
- <input name=itemstatus class=radio type=radio value=obsolete> <translate>Obsolete</translate>
- <input name=itemstatus class=radio type=radio value=orphaned> <translate>Orphaned</translate>
- </td>
- </tr>
- <tr>
- <td></td>
- <td colspan=3>
- <hr size=1 noshade>
- </td>
- </tr>
- <tr>
- <td colspan=4>
- <table width=100%>
- <tr>
- <th class="listheading"><translate>Preisklasse</translate></th>
- <th class="listheading"><translate>Preis</translate></th>
- <th class="listheading"><translate>Prozentual/Absolut</translate></th>
- </tr>
- <tr>
- <td><translate>Sell Price</translate></td>
- <td><input name="sellprice" size=11 value="[% sellprice %]"></td>
- <td><input name="sellprice_type" class=radio type=radio value=percent checked>/<input name="sellprice_type" class=radio type=radio value=absolut></td>
- </tr>
- <tr>
- <td><translate>List Price</translate></td>
- <td><input name="listprice" size=11 value="[% listprice %]"></td>
- <td><input name="listprice_type" class=radio type=radio value=percent checked>/<input name="listprice_type" class=radio type=radio value=absolut></td>
- </tr>
-[%- FOREACH row = PRICE_ROWS %]
- <tr>
- <td width=50%><input type=hidden name="pricegroup_[% loop.count %]" size=30 value="[% row.pricegroup %]">[% row.pricegroup %]</td>
- <td width=50%><input name="price_[% loop.count %]" size=11></td>
- <input type=hidden name="pricegroup_id_[% loop.count %]" value="[% row.id %]">
- <td><input name="pricegroup_type_[% loop.count %]" class=radio type=radio value=percent checked>/<input name="pricegroup_type_[% loop.count %]" class=radio type=radio value=absolut></td>
- </tr>
-[%- END %]
-
- </table>
- </td>
- </tr>
-
- <tr><td colspan=4><hr size=3 noshade></td></tr>
-</table>
-<input type=hidden name=nextsub value=confirm_price_update>
-<input type=hidden name=price_rows value=[% price_rows %]>
-
-<br>
-<input class=submit type=submit name=action value="<translate>Continue</translate>">
-</form>
+ <form method="post" action="ic.pl">
+
+ <input type="hidden" name="title" value="<translate>Update prices</translate>">
+
+ <div class="listtop"><translate>Update prices</translate></div>
+
+ <p>
+ <table>
+ <tr>
+ <th align="right" nowrap><translate>Part Number</translate></th>
+ <td><input name="partnumber" size="20"></td>
+ </tr>
+
+ <tr>
+ <th align="right" nowrap><translate>Part Description</translate></th>
+ <td colspan="3"><input name="description" size="20"></td>
+ </tr>
+
+ <tr>
+ <th align="right" nowrap><translate>Group</translate></th>
+ <td><input name="partsgroup" size="20"></td>
+ <th align="right" nowrap><translate>Serial Number</translate></th>
+ <td><input name="serialnumber" size="20"></td>
+ </tr>
+
+ <tr>
+ <th align="right" nowrap><translate>Make</translate></th>
+ <td><input name="make" size="20"></td>
+ <th align="right" nowrap><translate>Model</translate></th>
+ <td><input name="model" size="20"></td>
+ </tr>
+
+ <tr>
+ <th align="right" nowrap><translate>Drawing</translate></th>
+ <td><input name="drawing" size="20"></td>
+ <th align="right" nowrap><translate>Microfiche</translate></th>
+ <td><input name="microfiche" size="20"></td>
+ </tr>
+
+ <tr>
+ <td></td>
+ <td colspan="3">
+ <input name="itemstatus" id="itemstatus_active" class="radio" type="radio" value="active" checked>
+ <label for="itemstatus_active"><translate>Active</translate></label>
+ <input name="itemstatus" id="itemstatus_onhand" class="radio" type="radio" value="onhand">
+ <label for="itemstatus_onhand"><translate>On Hand</translate></label>
+ <input name="itemstatus" id="itemstatus_short" class="radio" type="radio" value="short">
+ <label for="itemstatus_short"><translate>Short</translate></label>
+ <input name="itemstatus" id="itemstatus_obsolete" class="radio" type="radio" value="obsolete">
+ <label for="itemstatus_obsolete"><translate>Obsolete</translate></label>
+ <input name="itemstatus" id="itemstatus_orphaned" class="radio" type="radio" value="orphaned">
+ <label for="itemstatus_orphaned"><translate>Orphaned</translate></label>
+ </td>
+ </tr>
+ </table>
+ </p>
+
+ <hr size="1" noshade>
+
+ <p>
+ <table>
+ <tr>
+ <th class="listheading"><translate>Preisklasse</translate></th>
+ <th class="listheading"><translate>Preis</translate></th>
+ <th class="listheading"><translate>Prozentual/Absolut</translate></th>
+ </tr>
+
+ <tr>
+ <td><translate>Sell Price</translate></td>
+ <td><input name="sellprice" size="11" value="[% HTML.escape(sellprice) %]"></td>
+ <td align="center">
+ <input name="sellprice_type" class="radio" type="radio" value="percent" checked> /
+ <input name="sellprice_type" class="radio" type="radio" value="absolut">
+ </td>
+ </tr>
+
+ <tr>
+ <td><translate>List Price</translate></td>
+ <td><input name="listprice" size="11" value="[% HTML.escape(listprice) %]"></td>
+ <td align="center">
+ <input name="listprice_type" class="radio" type="radio" value="percent" checked> /
+ <input name="listprice_type" class="radio" type="radio" value="absolut">
+ </td>
+ </tr>
+
+ [%- FOREACH row = PRICE_ROWS %]
+ <input type="hidden" name="pricegroup_id_[% loop.count %]" value="[% HTML.escape(row.id) %]">
+
+ <tr>
+ <td><input type="hidden" name="pricegroup_[% loop.count %]" size="30" value="[% HTML.escape(row.pricegroup) %]">[% HTML.escape(row.pricegroup) %]</td>
+ <td><input name="price_[% loop.count %]" size="11"></td>
+ <td align="center">
+ <input name="pricegroup_type_[% loop.count %]" class="radio" type="radio" value="percent" checked> /
+ <input name="pricegroup_type_[% loop.count %]" class="radio" type="radio" value="absolut">
+ </td>
+ </tr>
+ [%- END %]
+
+ </table>
+ </p>
+
+ <hr size="3" noshade>
+
+ <input type="hidden" name="nextsub" value="confirm_price_update">
+ <input type="hidden" name="price_rows" value="[% HTML.escape(price_rows) %]">
+
+ <p>
+ <input class="submit" type="submit" name="action" value="<translate>Continue</translate>">
+ </p>
+ </form>
</body>
</html>