Revision 17275172
Von Hans P. Schlaepfer vor fast 5 Jahren hinzugefügt
templates/webpages/requirement_spec_text_block/_picture_form.html | ||
---|---|---|
1 |
[%- USE LxERP -%][%- USE L -%][%- USE HTML -%][%- USE JavaScript -%][% USE Base64 %][% SET style="width: 500px" %] |
|
1 |
[% USE LxERP %] |
|
2 |
[% USE L %] |
|
3 |
[% USE HTML %] |
|
4 |
[% USE JavaScript %] |
|
5 |
[% USE Base64 %][% SET style="width: 500px" %] |
|
2 | 6 |
[% SET id_base = 'edit_text_block_picture_' _ (SELF.picture.id ? SELF.picture.id : 'new') %] |
3 | 7 |
<form method="post" id="[% id_base %]_form" method="POST" enctype="multipart/form-data"> |
4 | 8 |
[% L.hidden_tag('form_prefix', id_base, id=id_base _ '_form_prefix') %] |
Auch abrufbar als: Unified diff
USE-Einleitungen formatiert templates/webpages/requirement_spec_text_block/_picture_form.html