Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 38609753

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

  • ID 38609753fde439002023c1c5f9093ce85700c6fa
  • Vorgänger 44c0ef26
  • Nachfolger 847b8032

USE-Einleitungen formatiert templates/webpages/letter/

Unterschiede anzeigen:

templates/webpages/letter/edit.html
1
[%- USE HTML %]
2
[%- USE T8 %]
3
[%- USE L %]
4
[%- USE P %]
5
[%- USE LxERP %]
6
[%- SET WEBDAV = SELF.webdav_objects %]
1
[% USE HTML %]
2
[% USE T8 %]
3
[% USE L %]
4
[% USE P %]
5
[% USE LxERP %]
6

  
7
[% SET WEBDAV = SELF.webdav_objects %]
8

  
7 9
<h1>[% title | html %]</h1>
8 10

  
9 11
<form action='controller.pl' method='POST' id='form'>
templates/webpages/letter/load_drafts.html
1
[%- USE T8 %]
2
[%- USE HTML %][%- USE L -%]
1
[% USE T8 %]
2
[% USE HTML %]
3
[% USE L %]
4

  
3 5
<h1>[% 'Load letter draft' | $T8 %]</h1>
4 6

  
5 7
 <form method="post" name="Form" action="controller.pl" id="form">
templates/webpages/letter/report_bottom.html
1 1
[% USE HTML%]
2
[%- USE T8 %]
3
[%- USE L %][%- USE LxERP -%]
4 2
 [% L.paginate_controls(models=SELF.models) %]
5 3
 <input type="hidden" name="rowcount" value="[% HTML.escape(rowcount) %]">
6 4
 [%- FOREACH item = HIDDEN %]
7 5
 <input type="hidden" name="[% HTML.escape(item.key) %]" value="[% HTML.escape(item.value) %]">
8 6
 [%- END %]
7
[% USE T8 %]
8
[% USE L %]
9
[% USE LxERP %]
10

  
9 11
</form>

Auch abrufbar als: Unified diff