Revision 13a8363e
Von Moritz Bunkus vor fast 17 Jahren hinzugefügt
templates/webpages/ic/choice_de.html | ||
---|---|---|
2 | 2 |
[%- USE LxERP %] |
3 | 3 |
<body> |
4 | 4 |
|
5 |
<form method=post action="[% script %]">
|
|
5 |
<form method="post" action="ic.pl">
|
|
6 | 6 |
|
7 |
[%- FOREACH row = HIDDENS %] |
|
8 |
<input type="hidden" name="[% HTML.escape(row.name) %]" value="[% HTML.escape(row.value) %]" >
|
|
9 |
[%- END %] |
|
7 |
[%- FOREACH row = HIDDENS %]
|
|
8 |
<input type="hidden" name="[% HTML.escape(row.name) %]" value="[% HTML.escape(row.value) %]" > |
|
9 |
[%- END %]
|
|
10 | 10 |
|
11 |
<table> |
|
12 |
<tr class=listheading> |
|
13 |
<th class=listheading nowrap>Artikelnummer</th> |
|
14 |
<th class=listheading nowrap>Artikelbeschreibung</th> |
|
15 |
</tr> |
|
16 |
<tr valign=top> |
|
17 |
<td><input type=text name=partnumber size=20 value=></td> |
|
18 |
<td><input type=text name=description size=30 value=></td> |
|
19 |
</tr> |
|
20 |
</table> |
|
21 |
<br> |
|
11 |
<p> |
|
12 |
<table> |
|
13 |
<tr class="listheading"> |
|
14 |
<th class="listheading" nowrap>Artikelnummer</th> |
|
15 |
<th class="listheading" nowrap>Artikelbeschreibung</th> |
|
16 |
</tr> |
|
17 |
<tr valign="top"> |
|
18 |
<td><input type="text" name="partnumber" size="20"></td> |
|
19 |
<td><input type="text" name="description" size="30"></td> |
|
20 |
</tr> |
|
21 |
</table> |
|
22 |
</p> |
|
22 | 23 |
|
23 |
[%- FOREACH row = PARTS %] |
|
24 |
<input type=hidden name=totop100_partnumber_[% loop.count %] value="[% row.totop100_partnumber %]">
|
|
25 |
<input type=hidden name=totop100_description_[% loop.count %] value="[% row.totop100_description %]">
|
|
26 |
<input type=hidden name=totop100_unit_[% loop.count %] value="[% row.totop100_unit %]">
|
|
27 |
<input type=hidden name=totop100_sellprice_[% loop.count %] value="[% row.totop100_sellprice %]">
|
|
28 |
<input type=hidden name=totop100_soldtotal_[% loop.count %] value="[% row.totop100_soldtotal %]">
|
|
29 |
[%- END %] |
|
24 |
[%- FOREACH row = PARTS %]
|
|
25 |
<input type="hidden" name="totop100_partnumber_[% loop.count %]" value="[% row.totop100_partnumber %]">
|
|
26 |
<input type="hidden" name="totop100_description_[% loop.count %]" value="[% row.totop100_description %]">
|
|
27 |
<input type="hidden" name="totop100_unit_[% loop.count %]" value="[% row.totop100_unit %]">
|
|
28 |
<input type="hidden" name="totop100_sellprice_[% loop.count %]" value="[% row.totop100_sellprice %]">
|
|
29 |
<input type="hidden" name="totop100_soldtotal_[% loop.count %]" value="[% row.totop100_soldtotal %]">
|
|
30 |
[%- END %]
|
|
30 | 31 |
|
31 |
<input class=submit type=submit name=action value="auflisten"> </form> |
|
32 |
<p> |
|
33 |
<input class="submit" type="submit" name="action" value="auflisten"> |
|
34 |
</p> |
|
35 |
</form> |
|
32 | 36 |
|
33 |
</body> |
|
34 |
</html> |
|
37 |
</body> |
|
38 |
</html> |
templates/webpages/ic/choice_master.html | ||
---|---|---|
2 | 2 |
[%- USE LxERP %] |
3 | 3 |
<body> |
4 | 4 |
|
5 |
<form method=post action="[% script %]">
|
|
5 |
<form method="post" action="ic.pl">
|
|
6 | 6 |
|
7 |
[%- FOREACH row = HIDDENS %] |
|
8 |
<input type="hidden" name="[% HTML.escape(row.name) %]" value="[% HTML.escape(row.value) %]" >
|
|
9 |
[%- END %] |
|
7 |
[%- FOREACH row = HIDDENS %]
|
|
8 |
<input type="hidden" name="[% HTML.escape(row.name) %]" value="[% HTML.escape(row.value) %]" > |
|
9 |
[%- END %]
|
|
10 | 10 |
|
11 |
<table> |
|
12 |
<tr class=listheading> |
|
13 |
<th class=listheading nowrap><translate>Part Number</translate></th> |
|
14 |
<th class=listheading nowrap><translate>Part Description</translate></th> |
|
15 |
</tr> |
|
16 |
<tr valign=top> |
|
17 |
<td><input type=text name=partnumber size=20 value=></td> |
|
18 |
<td><input type=text name=description size=30 value=></td> |
|
19 |
</tr> |
|
20 |
</table> |
|
21 |
<br> |
|
11 |
<p> |
|
12 |
<table> |
|
13 |
<tr class="listheading"> |
|
14 |
<th class="listheading" nowrap><translate>Part Number</translate></th> |
|
15 |
<th class="listheading" nowrap><translate>Part Description</translate></th> |
|
16 |
</tr> |
|
17 |
<tr valign="top"> |
|
18 |
<td><input type="text" name="partnumber" size="20"></td> |
|
19 |
<td><input type="text" name="description" size="30"></td> |
|
20 |
</tr> |
|
21 |
</table> |
|
22 |
</p> |
|
22 | 23 |
|
23 |
[%- FOREACH row = PARTS %] |
|
24 |
<input type=hidden name=totop100_partnumber_[% loop.count %] value="[% row.totop100_partnumber %]">
|
|
25 |
<input type=hidden name=totop100_description_[% loop.count %] value="[% row.totop100_description %]">
|
|
26 |
<input type=hidden name=totop100_unit_[% loop.count %] value="[% row.totop100_unit %]">
|
|
27 |
<input type=hidden name=totop100_sellprice_[% loop.count %] value="[% row.totop100_sellprice %]">
|
|
28 |
<input type=hidden name=totop100_soldtotal_[% loop.count %] value="[% row.totop100_soldtotal %]">
|
|
29 |
[%- END %] |
|
24 |
[%- FOREACH row = PARTS %]
|
|
25 |
<input type="hidden" name="totop100_partnumber_[% loop.count %]" value="[% row.totop100_partnumber %]">
|
|
26 |
<input type="hidden" name="totop100_description_[% loop.count %]" value="[% row.totop100_description %]">
|
|
27 |
<input type="hidden" name="totop100_unit_[% loop.count %]" value="[% row.totop100_unit %]">
|
|
28 |
<input type="hidden" name="totop100_sellprice_[% loop.count %]" value="[% row.totop100_sellprice %]">
|
|
29 |
<input type="hidden" name="totop100_soldtotal_[% loop.count %]" value="[% row.totop100_soldtotal %]">
|
|
30 |
[%- END %]
|
|
30 | 31 |
|
31 |
<input class=submit type=submit name=action value="<translate>list</translate>"> </form> |
|
32 |
<p> |
|
33 |
<input class="submit" type="submit" name="action" value="<translate>list</translate>"> |
|
34 |
</p> |
|
35 |
</form> |
|
32 | 36 |
|
33 |
</body> |
|
34 |
</html> |
|
37 |
</body> |
|
38 |
</html> |
templates/webpages/ic/confirm_price_update_de.html | ||
---|---|---|
2 | 2 |
[%- USE LxERP %] |
3 | 3 |
<body> |
4 | 4 |
|
5 |
<form method=post action="[% script %]">
|
|
5 |
<form method="post" action="ic.pl">
|
|
6 | 6 |
|
7 |
[%- FOREACH row = HIDDENS %] |
|
8 |
<input type="hidden" name="[% HTML.escape(row.name) %]" value="[% HTML.escape(row.value) %]" >
|
|
9 |
[%- END %] |
|
7 |
[%- FOREACH row = HIDDENS %]
|
|
8 |
<input type="hidden" name="[% HTML.escape(row.name) %]" value="[% HTML.escape(row.value) %]" > |
|
9 |
[%- END %]
|
|
10 | 10 |
|
11 |
<h2 class=confirm>Best?tigen Sie!</h2>
|
|
11 |
<h2 class="confirm">Best?tigen Sie!</h2>
|
|
12 | 12 |
|
13 |
<h4>Sind Sie sicher, dass Sie die Preise |
|
13 |
<h4>Sind Sie sicher, dass Sie die Preise
|
|
14 | 14 |
aktualisieren wollen?</h4> |
15 | 15 |
|
16 |
<p> |
|
17 |
<input name=action class=submit type=submit value="Weiter"> |
|
18 |
</form> |
|
16 |
<p> |
|
17 |
<input name="action" class="submit" type="submit" value="Weiter"> |
|
18 |
<input type="button" class="submit" onclick="history.back()" value="Zur?ck"> |
|
19 |
</p> |
|
20 |
</form> |
|
21 |
</body> |
|
22 |
</html> |
templates/webpages/ic/confirm_price_update_master.html | ||
---|---|---|
2 | 2 |
[%- USE LxERP %] |
3 | 3 |
<body> |
4 | 4 |
|
5 |
<form method=post action="[% script %]">
|
|
5 |
<form method="post" action="ic.pl">
|
|
6 | 6 |
|
7 |
[%- FOREACH row = HIDDENS %] |
|
8 |
<input type="hidden" name="[% HTML.escape(row.name) %]" value="[% HTML.escape(row.value) %]" >
|
|
9 |
[%- END %] |
|
7 |
[%- FOREACH row = HIDDENS %]
|
|
8 |
<input type="hidden" name="[% HTML.escape(row.name) %]" value="[% HTML.escape(row.value) %]" > |
|
9 |
[%- END %]
|
|
10 | 10 |
|
11 |
<h2 class=confirm><translate>Confirm!</translate></h2>
|
|
11 |
<h2 class="confirm"><translate>Confirm!</translate></h2>
|
|
12 | 12 |
|
13 |
<h4><translate>Are you sure you want to update the prices</translate></h4> |
|
13 |
<h4><translate>Are you sure you want to update the prices</translate></h4>
|
|
14 | 14 |
|
15 |
<p> |
|
16 |
<input name=action class=submit type=submit value="<translate>Continue</translate>"> |
|
17 |
</form> |
|
15 |
<p> |
|
16 |
<input name="action" class="submit" type="submit" value="<translate>Continue</translate>"> |
|
17 |
<input type="button" class="submit" onclick="history.back()" value="<translate>Back</translate>"> |
|
18 |
</p> |
|
19 |
</form> |
|
20 |
</body> |
|
21 |
</html> |
Auch abrufbar als: Unified diff
HTML-Code aufgeräumt, Attribute gequotet, HTML-Sonderzeichen in Werten escapet.