| | |
| | | </div> |
| | | <p><tmpl_var name="list_desc_txt"></p> |
| | | |
| | | |
| | | |
| | | <div class="form-group"> |
| | | <label for="puser" class="col-sm-3 control-label">{tmpl_var name='puser_txt'}</label> |
| | | <div class="col-sm-9"><input type="text" name="puser" id="puser" value="{tmpl_var name='puser'}" class="form-control" /></div></div> |
| | | <div class="form-group"> |
| | | <label for="pgroup" class="col-sm-3 control-label">{tmpl_var name='pgroup_txt'}</label> |
| | | <div class="col-sm-9"><input type="text" name="pgroup" id="pgroup" value="{tmpl_var name='pgroup'}" class="form-control" /></div></div> |
| | | <div class="form-group"> |
| | | <label for="shell" class="col-sm-3 control-label">{tmpl_var name='shell_txt'}</label> |
| | | <div class="col-sm-9"><input type="text" name="shell" id="shell" value="{tmpl_var name='shell'}" class="form-control" /></div></div> |
| | | <div class="form-group"> |
| | | <label for="dir" class="col-sm-3 control-label">{tmpl_var name='dir_txt'}</label> |
| | | <div class="col-sm-9"><input type="text" name="dir" id="dir" value="{tmpl_var name='dir'}" class="form-control" /></div></div> |
| | | |
| | | <div class="form-group"> |
| | | <label for="puser" class="col-sm-3 control-label">{tmpl_var name='puser_txt'}</label> |
| | | <div class="col-sm-9"><input type="text" name="puser" id="puser" value="{tmpl_var name='puser'}" class="form-control" /></div> |
| | | </div> |
| | | <div class="form-group"> |
| | | <label for="pgroup" class="col-sm-3 control-label">{tmpl_var name='pgroup_txt'}</label> |
| | | <div class="col-sm-9"><input type="text" name="pgroup" id="pgroup" value="{tmpl_var name='pgroup'}" class="form-control" /></div> |
| | | </div> |
| | | <div class="form-group"> |
| | | <label for="shell" class="col-sm-3 control-label">{tmpl_var name='shell_txt'}</label> |
| | | <div class="col-sm-9"><input type="text" name="shell" id="shell" value="{tmpl_var name='shell'}" class="form-control" /></div> |
| | | </div> |
| | | <tmpl_if name="is_jailkit"> |
| | | <input type="hidden" name="dir" id="dir" value="{tmpl_var name='dir'}"> |
| | | </tmpl_else> |
| | | <div class="form-group"> |
| | | <label for="dir" class="col-sm-3 control-label">{tmpl_var name='dir_txt'}</label> |
| | | <div class="col-sm-9"><input type="text" name="dir" id="dir" value="{tmpl_var name='dir'}" class="form-control" /></div> |
| | | </div> |
| | | </tmpl_if> |
| | | |
| | | |
| | | <input type="hidden" name="id" value="{tmpl_var name='id'}"> |
| | | |