|
1 | | -<h2><tmpl_var name="list_head_txt"></h2> |
2 | | - |
3 | | -<div class="panel panel_web_domain"> |
4 | | - |
5 | | - <div class="pnl_formsarea"> |
6 | | - <fieldset id="wf_area_web_domain"><legend>Options</legend> |
7 | | - <span class="wf_oneField"> |
8 | | - <label for="document_root" class="wf_preField">{tmpl_var name='document_root_txt'}</label> |
9 | | - <input type="text" id="document_root" name="document_root" value="{tmpl_var name='document_root'}" size="30" maxlength="255"> |
10 | | - </span> |
11 | | - <span class="wf_oneField"> |
12 | | - <label for="system_user" class="wf_preField">{tmpl_var name='system_user_txt'}</label> |
13 | | - <input type="text" id="system_user" name="system_user" value="{tmpl_var name='system_user'}" size="30" maxlength="255"> |
14 | | - </span> |
15 | | - <span class="wf_oneField"> |
16 | | - <label for="system_group" class="wf_preField">{tmpl_var name='system_group_txt'}</label> |
17 | | - <input type="text" id="system_group" name="system_group" value="{tmpl_var name='system_group'}" size="30" maxlength="255"> |
18 | | - </span> |
19 | | - <span class="wf_oneField"> |
20 | | - <label for="apache_directives" class="wf_preField">{tmpl_var name='apache_directives_txt'}</label> |
21 | | - <input type="text" id="apache_directives" name="apache_directives" value="{tmpl_var name='apache_directives'}" size="30" maxlength="255"> |
22 | | - </span> |
23 | | - </fieldset> |
24 | | - |
25 | | - <input type="hidden" name="id" value="{tmpl_var name='id'}"> |
26 | | - |
27 | | - <div class="wf_actions buttons"> |
28 | | - <button class="positive iconstxt icoPositive" type="button" value="{tmpl_var name='btn_save_txt'}" onClick="submitForm('pageForm','sites/web_domain_edit.php');"><span>{tmpl_var name='btn_save_txt'}</span></button> |
29 | | - <button class="negative iconstxt icoNegative" type="button" value="{tmpl_var name='btn_cancel_txt'}" onClick="loadContent('sites/web_domain_list.php');"><span>{tmpl_var name='btn_cancel_txt'}</span></button> |
30 | | - </div> |
31 | | - </div> |
32 | | - |
33 | | -</div> |
| 1 | +<h2><tmpl_var name="list_head_txt"></h2> |
| 2 | + |
| 3 | +<div class="panel panel_web_domain"> |
| 4 | + |
| 5 | + <div class="pnl_formsarea"> |
| 6 | + <fieldset id="wf_area_web_domain"><legend>Options</legend> |
| 7 | + <span class="wf_oneField"> |
| 8 | + <label for="document_root" class="wf_preField">{tmpl_var name='document_root_txt'}</label> |
| 9 | + <input type="text" id="document_root" name="document_root" value="{tmpl_var name='document_root'}" size="30" maxlength="255"> |
| 10 | + </span> |
| 11 | + <span class="wf_oneField"> |
| 12 | + <label for="system_user" class="wf_preField">{tmpl_var name='system_user_txt'}</label> |
| 13 | + <input type="text" id="system_user" name="system_user" value="{tmpl_var name='system_user'}" size="30" maxlength="255"> |
| 14 | + </span> |
| 15 | + <span class="wf_oneField"> |
| 16 | + <label for="system_group" class="wf_preField">{tmpl_var name='system_group_txt'}</label> |
| 17 | + <input type="text" id="system_group" name="system_group" value="{tmpl_var name='system_group'}" size="30" maxlength="255"> |
| 18 | + </span> |
| 19 | + <span class="wf_oneField"> |
| 20 | + <label for="apache_directives" class="wf_preField">{tmpl_var name='apache_directives_txt'}</label> |
| 21 | + <textarea id="apache_directives" name="apache_directives" rows="10" cols="30">{tmpl_var name='apache_directives'}</textarea> |
| 22 | + </span> |
| 23 | + </fieldset> |
| 24 | + |
| 25 | + <input type="hidden" name="id" value="{tmpl_var name='id'}"> |
| 26 | + |
| 27 | + <div class="wf_actions buttons"> |
| 28 | + <button class="positive iconstxt icoPositive" type="button" value="{tmpl_var name='btn_save_txt'}" onClick="submitForm('pageForm','sites/web_domain_edit.php');"><span>{tmpl_var name='btn_save_txt'}</span></button> |
| 29 | + <button class="negative iconstxt icoNegative" type="button" value="{tmpl_var name='btn_cancel_txt'}" onClick="loadContent('sites/web_domain_list.php');"><span>{tmpl_var name='btn_cancel_txt'}</span></button> |
| 30 | + </div> |
| 31 | + </div> |
| 32 | + |
| 33 | +</div> |
0 commit comments