-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathweb_domain_advanced.htm
More file actions
36 lines (31 loc) · 1.94 KB
/
web_domain_advanced.htm
File metadata and controls
36 lines (31 loc) · 1.94 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<h2><tmpl_var name="list_head_txt"></h2>
<div class="panel panel_web_domain">
<div class="pnl_formsarea">
<fieldset id="wf_area_web_domain"><legend>Options</legend>
<!--
<span class="wf_oneField">
<label for="document_root" class="wf_preField">{tmpl_var name='document_root_txt'}</label>
<input type="text" id="document_root" name="document_root" value="{tmpl_var name='document_root'}" size="30" maxlength="255">
</span>
-->
<input type="hidden" id="document_root" name="document_root" value="{tmpl_var name='document_root'}">
<span class="wf_oneField">
<label for="system_user" class="wf_preField">{tmpl_var name='system_user_txt'}</label>
<input type="text" id="system_user" name="system_user" value="{tmpl_var name='system_user'}" size="30" maxlength="255">
</span>
<span class="wf_oneField">
<label for="system_group" class="wf_preField">{tmpl_var name='system_group_txt'}</label>
<input type="text" id="system_group" name="system_group" value="{tmpl_var name='system_group'}" size="30" maxlength="255">
</span>
<span class="wf_oneField">
<label for="apache_directives" class="wf_preField">{tmpl_var name='apache_directives_txt'}</label>
<textarea id="apache_directives" name="apache_directives" rows="10" cols="30">{tmpl_var name='apache_directives'}</textarea>
</span>
</fieldset>
<input type="hidden" name="id" value="{tmpl_var name='id'}">
<div class="wf_actions buttons">
<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>
<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>
</div>
</div>
</div>