Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 92550598

Von Hans P. Schlaepfer vor etwa 4 Jahren hinzugefügt

  • ID 92550598d7f2ae50ee9ff1167a49bfaa293e0ef0
  • Vorgänger a6671973
  • Nachfolger 8ff9e142

USE-Einleitungen formatiert templates/webpages/shop_order/

Unterschiede anzeigen:

templates/webpages/shop_order/_filter.html
1
[%- USE T8 %]
2
[%- USE L %]
3
[%- USE LxERP %]
4
[%- USE HTML %]
5 1
 <form method="post" action="controller.pl" name="shop_orders" id="shoporders">
6 2
 <table id='filter_table'>
7 3

  
......
36 32

  
37 33
<a href='#' onClick='javascript:$("#filter_table input").val("");$("#filter_table input[type=checkbox]").prop("checked", 0);'>[% 'Reset' | $T8 %]</a>
38 34
<br>
35
[% USE T8 %]
36
[% USE L %]
37
[% USE LxERP %]
38
[% USE HTML %]
templates/webpages/shop_order/_transfer_status.html
1
[%- USE LxERP -%][%- USE L -%][%- USE HTML -%]
1
[% USE LxERP %]
2
[% USE L %]
3
[% USE HTML %]
2 4
[% SET data = job.data_as_hash %]
3 5

  
4 6
<h2>[% LxERP.t8("Watch status") %]</h2>
templates/webpages/shop_order/list.html
1
[%- USE HTML -%][%- USE LxERP -%][%- USE L -%][%- USE T8 -%]
1
[% USE HTML %]
2
[% USE LxERP %]
3
[% USE L %]
4
[% USE T8 %]
2 5

  
3 6
[% L.stylesheet_tag('webshop') %]
4 7
[%- INCLUDE 'common/flash.html' %]
templates/webpages/shop_order/show.html
1
[%- USE HTML -%][%- USE LxERP -%][%- USE L -%][%- USE T8 -%]
1
[% USE HTML %]
2
[% USE LxERP %]
3
[% USE L %]
4
[% USE T8 %]
2 5
[% L.stylesheet_tag('webshop') %]
3 6
[%- INCLUDE 'common/flash.html' %]
4 7
<h1>[% title %]</h1>
templates/webpages/shop_part/_filter.html
1
[%- USE T8 %]
2
[%- USE L %]
3
[%- USE LxERP %]
4
[%- USE HTML %]
1
[% USE T8 %]
2
[% USE L %]
3
[% USE LxERP %]
4
[% USE HTML %]
5

  
5 6
<form action='controller.pl' metdod='post' id="shop_part_filter">
6 7
  [% L.hidden_tag('filter.shop.obsolete', 0) %]
7 8
 <table id='filter_table'>
templates/webpages/shop_part/_list_articles.html
1
[%- USE HTML -%][%- USE LxERP -%][%- USE L -%][%- USE T8 -%]
1
[% USE HTML %]
2
[% USE LxERP %]
3
[% USE L %]
4
[% USE T8 %]
2 5

  
3 6
<h1>[% title %]</h1>
4 7
[%- PROCESS 'shop_part/_filter.html' filter=SELF.models.filtered.laundered %]
templates/webpages/shop_part/_list_images.html
1
[%- USE HTML %][%- USE L -%][%- USE P -%][%- USE LxERP -%]
2
[%- USE T8 %][% USE Base64 %]
3 1
<table width="100%" id="images_list">
2
[% USE HTML %]
3
[% USE L %]
4
[% USE P %]
5
[% USE LxERP %]
6
[% USE T8 %]
7
[% USE Base64 %]
4 8
  <thead>
5 9
    <tr class="listheading">
6 10
      <th width="10px"><img src="image/updown.png" alt="[%- LxERP.t8('reorder item') %]" class="dragdrop"></th>
templates/webpages/shop_part/_upload_status.html
1
[%- USE LxERP -%][%- USE L -%][%- USE HTML -%]
2
[%- USE Dumper -%]
1
[% USE LxERP %]
2
[% USE L %]
3
[% USE HTML %]
4
[% USE Dumper %]
3 5
[% SET data = job.data_as_hash %]
4 6

  
5 7
<h2>[% LxERP.t8("Watch status") %]</h2>
templates/webpages/shop_part/categories.html
1
[%- USE HTML %]
2
[%- USE T8 %]
3
[%- USE L -%]
4
[%- USE P -%]
5
[%- USE LxERP -%]
1
[% USE HTML %]
2
[% USE T8 %]
3
[% USE L %]
4
[% USE P %]
5
[% USE LxERP %]
6 6

  
7 7
[%  LxERP.t8("Part") %]: [% HTML.escape(SELF.shop_part.part.displayable_name) %]<br>
8 8
[%  LxERP.t8("Shop") %]: [% HTML.escape(SELF.shop_part.shop.description) %]<br>
templates/webpages/shop_part/edit.html
1
[%- USE HTML %]
2
[%- USE T8 %]
3
[%- USE L -%]
4
[%- USE P -%]
5
[%- USE LxERP -%]
1
[% USE HTML %]
2
[% USE T8 %]
3
[% USE L %]
4
[% USE P %]
5
[% USE LxERP %]
6 6

  
7 7
<p>
8 8
[% LxERP.t8("Part") %]: [% HTML.escape(SELF.shop_part.part.displayable_name) %]<br>
templates/webpages/shops/form.html
1
[%- USE HTML -%][%- USE LxERP -%][%- USE L -%][%- USE P -%][%- USE T8 -%]
1
[% USE HTML %]
2
[% USE LxERP %]
3
[% USE L %]
4
[% USE P %]
5
[% USE T8 %]
2 6

  
3 7
[% SET style="width: 400px" %]
4 8
[% SET size=34 %]
templates/webpages/shops/list.html
1
[%- USE HTML -%][%- USE LxERP -%][%- USE L -%][%- USE T8 -%][%- INCLUDE 'common/flash.html' %]
1
[% USE HTML %]
2
[% USE LxERP %]
3
[% USE L %]
4
[% USE T8 %]
5

  
6
[% INCLUDE 'common/flash.html' %]
2 7

  
3 8
<h1>[% title %]</h1>
4 9

  
templates/webpages/shops/test_shop_connection.html
1
[%- USE HTML %][%- USE LxERP -%][%- USE L -%]
2 1
[%- IF ok %]
3 2

  
4 3
 <p class="message_ok">[% LxERP.t8('The connection to the shop was established successfully.') %]</p>
......
15 14

  
16 15
[%- END %]
17 16

  
17
[% USE HTML %]
18
[% USE LxERP %]
19
[% USE L %]
18 20
<div>
19 21
 <a href="#" onclick="$('#test_shop_connection_window').dialog('close');">[% LxERP.t8("Close Window") %]</a>
20 22
</div>

Auch abrufbar als: Unified diff