Revision 2ca80337
Von Hans P. Schlaepfer vor mehr als 4 Jahren hinzugefügt
templates/webpages/shop_order/_filter.html | ||
---|---|---|
[%- USE T8 %]
|
||
[%- USE L %]
|
||
[%- USE LxERP %]
|
||
[%- USE HTML %]
|
||
<form method="post" action="controller.pl" name="shop_orders" id="shoporders">
|
||
<table id='filter_table'>
|
||
|
||
... | ... | |
|
||
<a href='#' onClick='javascript:$("#filter_table input").val("");$("#filter_table input[type=checkbox]").prop("checked", 0);'>[% 'Reset' | $T8 %]</a>
|
||
<br>
|
||
[% USE T8 %]
|
||
[% USE L %]
|
||
[% USE LxERP %]
|
||
[% USE HTML %]
|
templates/webpages/shop_order/_transfer_status.html | ||
---|---|---|
[%- USE LxERP -%][%- USE L -%][%- USE HTML -%]
|
||
[% USE LxERP %]
|
||
[% USE L %]
|
||
[% USE HTML %]
|
||
[% SET data = job.data_as_hash %]
|
||
|
||
<h2>[% LxERP.t8("Watch status") %]</h2>
|
templates/webpages/shop_order/list.html | ||
---|---|---|
[%- USE HTML -%][%- USE LxERP -%][%- USE L -%][%- USE T8 -%]
|
||
[% USE HTML %]
|
||
[% USE LxERP %]
|
||
[% USE L %]
|
||
[% USE T8 %]
|
||
|
||
[% L.stylesheet_tag('webshop') %]
|
||
[%- INCLUDE 'common/flash.html' %]
|
templates/webpages/shop_order/show.html | ||
---|---|---|
[%- USE HTML -%][%- USE LxERP -%][%- USE L -%][%- USE T8 -%]
|
||
[% USE HTML %]
|
||
[% USE LxERP %]
|
||
[% USE L %]
|
||
[% USE T8 %]
|
||
[% L.stylesheet_tag('webshop') %]
|
||
[%- INCLUDE 'common/flash.html' %]
|
||
<h1>[% title %]</h1>
|
templates/webpages/shop_part/_filter.html | ||
---|---|---|
[%- USE T8 %]
|
||
[%- USE L %]
|
||
[%- USE LxERP %]
|
||
[%- USE HTML %]
|
||
[% USE T8 %]
|
||
[% USE L %]
|
||
[% USE LxERP %]
|
||
[% USE HTML %]
|
||
|
||
<form action='controller.pl' metdod='post' id="shop_part_filter">
|
||
[% L.hidden_tag('filter.shop.obsolete', 0) %]
|
||
<table id='filter_table'>
|
templates/webpages/shop_part/_list_articles.html | ||
---|---|---|
[%- USE HTML -%][%- USE LxERP -%][%- USE L -%][%- USE T8 -%]
|
||
[% USE HTML %]
|
||
[% USE LxERP %]
|
||
[% USE L %]
|
||
[% USE T8 %]
|
||
|
||
<h1>[% title %]</h1>
|
||
[%- PROCESS 'shop_part/_filter.html' filter=SELF.models.filtered.laundered %]
|
templates/webpages/shop_part/_list_images.html | ||
---|---|---|
[%- USE HTML %][%- USE L -%][%- USE P -%][%- USE LxERP -%]
|
||
[%- USE T8 %][% USE Base64 %]
|
||
<table width="100%" id="images_list">
|
||
[% USE HTML %]
|
||
[% USE L %]
|
||
[% USE P %]
|
||
[% USE LxERP %]
|
||
[% USE T8 %]
|
||
[% USE Base64 %]
|
||
<thead>
|
||
<tr class="listheading">
|
||
<th width="10px"><img src="image/updown.png" alt="[%- LxERP.t8('reorder item') %]" class="dragdrop"></th>
|
templates/webpages/shop_part/_upload_status.html | ||
---|---|---|
[%- USE LxERP -%][%- USE L -%][%- USE HTML -%]
|
||
[%- USE Dumper -%]
|
||
[% USE LxERP %]
|
||
[% USE L %]
|
||
[% USE HTML %]
|
||
[% USE Dumper %]
|
||
[% SET data = job.data_as_hash %]
|
||
|
||
<h2>[% LxERP.t8("Watch status") %]</h2>
|
templates/webpages/shop_part/categories.html | ||
---|---|---|
[%- USE HTML %]
|
||
[%- USE T8 %]
|
||
[%- USE L -%]
|
||
[%- USE P -%]
|
||
[%- USE LxERP -%]
|
||
[% USE HTML %]
|
||
[% USE T8 %]
|
||
[% USE L %]
|
||
[% USE P %]
|
||
[% USE LxERP %]
|
||
|
||
[% LxERP.t8("Part") %]: [% HTML.escape(SELF.shop_part.part.displayable_name) %]<br>
|
||
[% LxERP.t8("Shop") %]: [% HTML.escape(SELF.shop_part.shop.description) %]<br>
|
templates/webpages/shop_part/edit.html | ||
---|---|---|
[%- USE HTML %]
|
||
[%- USE T8 %]
|
||
[%- USE L -%]
|
||
[%- USE P -%]
|
||
[%- USE LxERP -%]
|
||
[% USE HTML %]
|
||
[% USE T8 %]
|
||
[% USE L %]
|
||
[% USE P %]
|
||
[% USE LxERP %]
|
||
|
||
<p>
|
||
[% LxERP.t8("Part") %]: [% HTML.escape(SELF.shop_part.part.displayable_name) %]<br>
|
templates/webpages/shops/form.html | ||
---|---|---|
[%- USE HTML -%][%- USE LxERP -%][%- USE L -%][%- USE P -%][%- USE T8 -%]
|
||
[% USE HTML %]
|
||
[% USE LxERP %]
|
||
[% USE L %]
|
||
[% USE P %]
|
||
[% USE T8 %]
|
||
|
||
[% SET style="width: 400px" %]
|
||
[% SET size=34 %]
|
templates/webpages/shops/list.html | ||
---|---|---|
[%- USE HTML -%][%- USE LxERP -%][%- USE L -%][%- USE T8 -%][%- INCLUDE 'common/flash.html' %]
|
||
[% USE HTML %]
|
||
[% USE LxERP %]
|
||
[% USE L %]
|
||
[% USE T8 %]
|
||
|
||
[% INCLUDE 'common/flash.html' %]
|
||
|
||
<h1>[% title %]</h1>
|
||
|
templates/webpages/shops/test_shop_connection.html | ||
---|---|---|
[%- USE HTML %][%- USE LxERP -%][%- USE L -%]
|
||
[%- IF ok %]
|
||
|
||
<p class="message_ok">[% LxERP.t8('The connection to the shop was established successfully.') %]</p>
|
||
... | ... | |
|
||
[%- END %]
|
||
|
||
[% USE HTML %]
|
||
[% USE LxERP %]
|
||
[% USE L %]
|
||
<div>
|
||
<a href="#" onclick="$('#test_shop_connection_window').dialog('close');">[% LxERP.t8("Close Window") %]</a>
|
||
</div>
|
Auch abrufbar als: Unified diff
USE-Einleitungen formatiert templates/webpages/shop_order/