Revision 1f1d98bc
Von Hans P. Schlaepfer vor fast 4 Jahren hinzugefügt
templates/webpages/file/import_dialog.html | ||
---|---|---|
1 |
[%- USE L -%][%- USE LxERP -%][%- USE JavaScript -%] |
|
1 |
[% USE L %] |
|
2 |
[% USE LxERP %] |
|
3 |
[% USE JavaScript %] |
|
2 | 4 |
|
3 | 5 |
<form method="post" id="file_import_form" action="controller.pl"> |
4 | 6 |
<table> |
templates/webpages/file/list.html | ||
---|---|---|
1 |
[%- USE LxERP -%][% USE L %][% USE HTML %] |
|
2 | 1 |
[%- IF ! json %] |
3 | 2 |
<div id="[% file_type %]_list_[% object_type %]"> |
4 | 3 |
[%- END %] |
5 | 4 |
<div class="listtop">[% title %]</div> |
5 |
[% USE LxERP %] |
|
6 |
[% USE L %] |
|
7 |
[% USE HTML %] |
|
6 | 8 |
|
7 | 9 |
<div style="padding-bottom: 15px"> |
8 | 10 |
[%- SET can_rename = 0 %] |
templates/webpages/file/rename_dialog.html | ||
---|---|---|
1 |
[%- USE LxERP -%][%- USE L -%] |
|
2 | 1 |
<div class="loading" id="rename_dialog_[% file_type %]" style="display:none" > |
3 | 2 |
<div style="padding-bottom: 15px"> |
4 | 3 |
<div> |
... | ... | |
16 | 15 |
</div> |
17 | 16 |
</div> |
18 | 17 |
</div> |
18 |
[% USE LxERP %] |
|
19 |
[% USE L %] |
templates/webpages/file/upload_dialog.html | ||
---|---|---|
1 |
[%- USE L -%][%- USE LxERP -%][%- USE JavaScript -%] |
|
1 |
[% USE L %] |
|
2 |
[% USE LxERP %] |
|
3 |
[% USE JavaScript %] |
|
2 | 4 |
|
3 | 5 |
<form method="post" id="upload_form" enctype="multipart/form-data" action="controller.pl"> |
4 | 6 |
[% SET multiple = 'true' %] |
Auch abrufbar als: Unified diff
USE-Einleitungen formatiert templates/webpages/file/