Marius Cramer
2015-06-03 3f19613b5ebca832e8f341980278df5f8427c1ca
commit | author | age
532ae5 1 <tmpl_if name="form_hint">
0e2694 2     <h2><tmpl_var name="form_hint"></h2>
532ae5 3 </tmpl_if>
L 4 <div class="tabbox_tabs">
0e2694 5     <ul>
C 6         <tmpl_loop name="formTab">
7             <tmpl_if name="active">
73ec6b 8                 <li class="active"><a href="#" onclick="return changeTab('<tmpl_var name='name'>','<tmpl_var name='app_module'>/<tmpl_var name='form_action'>')"><tmpl_var name='title'></a></li>
0e2694 9             <tmpl_else>
73ec6b 10                 <li><a href="#" onclick="return changeTab('<tmpl_var name='name'>','<tmpl_var name='app_module'>/<tmpl_var name='form_action'>')"><tmpl_var name='title'></a></li>
0e2694 11             </tmpl_if>
C 12         </tmpl_loop>
13     </ul>
532ae5 14 </div>
L 15 <div id="tabbox_content">
0e2694 16     <tmpl_if name="msg">
C 17         <div id="OKMsg"><p><tmpl_var name="msg"></p></div>
18     </tmpl_if>
19     <tmpl_if name="error">
20         <div id="errorMsg"><h3>ERROR</h3><ol><tmpl_var name="error"></ol></div>
21     </tmpl_if>
22     
23     <tmpl_dyninclude name="content_tpl">
532ae5 24 </div>
L 25
582cbf 26 <input type="hidden" name="_csrf_id" value="{tmpl_var name='_csrf_id'}" />
MC 27 <input type="hidden" name="_csrf_key" value="{tmpl_var name='_csrf_key'}" />
532ae5 28 <input type="hidden" name="next_tab" value="">
0e2694 29 <input type="hidden" name="phpsessid" value="{tmpl_var name='phpsessid'}">