2013-05-23 05:12:01 +00:00
< div class = "form-horizontal" >
< fieldset >
< legend > Start-Up< / legend >
< div class = "control-group" >
< label class = "control-label" > Port Number< / label >
< div class = "controls" >
2013-07-14 07:00:50 +00:00
< input type = "number" placeholder = "8989" name = "port" / >
2013-05-23 05:12:01 +00:00
< span >
2013-07-05 04:52:20 +00:00
< i class = "icon-form-danger" title = "Requires restart to take effect" / >
2013-05-23 05:12:01 +00:00
< / span >
< / div >
< / div >
< div class = "control-group" >
< label class = "control-label" > Open browser on start< / label >
< div class = "controls" >
< label class = "checkbox toggle well" >
< input type = "checkbox" name = "launchBrowser" / >
< p >
< span > Yes< / span >
< span > No< / span >
< / p >
2013-06-19 06:37:09 +00:00
< div class = "btn btn-primary slide-button" / >
2013-05-23 05:12:01 +00:00
< / label >
< span class = "help-inline-checkbox" >
2013-06-19 06:33:16 +00:00
< i class = "icon-question-sign" title = "Open a web browser and navigate to NzbDrone homepage on app start. Has no effect if installed as a windows service" / >
2013-05-23 05:12:01 +00:00
< / span >
< / div >
< / div >
< / fieldset >
< fieldset >
< legend > Security< / legend >
< div class = "control-group" >
< label class = "control-label" > Authentication< / label >
< div class = "controls" >
2013-07-14 07:00:50 +00:00
< label class = "checkbox toggle well" >
< input type = "checkbox" class = 'x-auth' name = "authenticationEnabled" / >
< p >
< span > On< / span >
< span > Off< / span >
< / p >
< div class = "btn btn-primary slide-button" / >
< / label >
2013-05-23 05:12:01 +00:00
2013-07-14 07:00:50 +00:00
< span class = "help-inline-checkbox" >
< i class = "icon-question-sign" title = "Require Username and Password to access Nzbdrone" / >
< / span >
2013-05-23 05:12:01 +00:00
< / div >
< / div >
2013-07-14 07:00:50 +00:00
< div class = 'x-auth-options' >
< div class = "control-group" >
< label class = "control-label" > Username< / label >
< div class = "controls" >
< input type = "text" placeholder = "Username" name = "username" / >
< / div >
< / div >
< div class = "control-group" >
< label class = "control-label" > Password< / label >
< div class = "controls" >
< input type = "password" name = "password" / >
< / div >
2013-05-23 05:12:01 +00:00
< / div >
< / div >
< / fieldset >
2013-06-19 06:33:16 +00:00
< / div >