1 [%- USE HTML -%][%- USE LxERP -%][%- USE L -%][%- USE T8 -%]
3 [% SET style="width: 400px" %]
6 <h1>[% HTML.escape(title) %]</h1>
8 [%- INCLUDE "common/flash.html" %]
10 <form action="controller.pl" method="post" id="form">
12 [%- L.hidden_tag("type", SELF.type) %]
13 [%- L.hidden_tag("id", SELF.object.id) %]
15 [%- SET sub_file = "simple_system_setting/_" _ sub_form_template _ "_form.html";