@@ -3,21 +3,27 @@ <h1><tmpl_var name="list_head_txt"></h1>
33</ div >
44< p > < tmpl _var name ="list_desc_txt "> </ p >
55
6-
7-
8- < div class ="form-group ">
9- < label for ="puser " class ="col-sm-3 control-label "> {tmpl_var name='puser_txt'}</ label >
10- < div class ="col-sm-9 "> < input type ="text " name ="puser " id ="puser " value ="{tmpl_var name='puser'} " class ="form-control " /> </ div > </ div >
11- < div class ="form-group ">
12- < label for ="pgroup " class ="col-sm-3 control-label "> {tmpl_var name='pgroup_txt'}</ label >
13- < div class ="col-sm-9 "> < input type ="text " name ="pgroup " id ="pgroup " value ="{tmpl_var name='pgroup'} " class ="form-control " /> </ div > </ div >
14- < div class ="form-group ">
15- < label for ="shell " class ="col-sm-3 control-label "> {tmpl_var name='shell_txt'}</ label >
16- < div class ="col-sm-9 "> < input type ="text " name ="shell " id ="shell " value ="{tmpl_var name='shell'} " class ="form-control " /> </ div > </ div >
17- < div class ="form-group ">
18- < label for ="dir " class ="col-sm-3 control-label "> {tmpl_var name='dir_txt'}</ label >
19- < div class ="col-sm-9 "> < input type ="text " name ="dir " id ="dir " value ="{tmpl_var name='dir'} " class ="form-control " /> </ div > </ div >
20-
6+ < div class ="form-group ">
7+ < label for ="puser " class ="col-sm-3 control-label "> {tmpl_var name='puser_txt'}</ label >
8+ < div class ="col-sm-9 "> < input type ="text " name ="puser " id ="puser " value ="{tmpl_var name='puser'} " class ="form-control " /> </ div >
9+ </ div >
10+ < div class ="form-group ">
11+ < label for ="pgroup " class ="col-sm-3 control-label "> {tmpl_var name='pgroup_txt'}</ label >
12+ < div class ="col-sm-9 "> < input type ="text " name ="pgroup " id ="pgroup " value ="{tmpl_var name='pgroup'} " class ="form-control " /> </ div >
13+ </ div >
14+ < div class ="form-group ">
15+ < label for ="shell " class ="col-sm-3 control-label "> {tmpl_var name='shell_txt'}</ label >
16+ < div class ="col-sm-9 "> < input type ="text " name ="shell " id ="shell " value ="{tmpl_var name='shell'} " class ="form-control " /> </ div >
17+ </ div >
18+ < tmpl _if name ="is_jailkit ">
19+ < input type ="hidden " name ="dir " id ="dir " value ="{tmpl_var name='dir'} ">
20+ </ tmpl _else>
21+ < div class ="form-group ">
22+ < label for ="dir " class ="col-sm-3 control-label "> {tmpl_var name='dir_txt'}</ label >
23+ < div class ="col-sm-9 "> < input type ="text " name ="dir " id ="dir " value ="{tmpl_var name='dir'} " class ="form-control " /> </ div >
24+ </ div >
25+ </ tmpl_if>
26+
2127
2228 < input type ="hidden " name ="id " value ="{tmpl_var name='id'} ">
2329
0 commit comments