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" >
< input type = "text" placeholder = "8989" name = "port" / >
< span >
2013-06-19 06:33:16 +00:00
< i class = "icon-exclamation-sign 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" >
< select class = "inputClass" name = "authenticationType" >
< option value = "Anonymous" > Anonymous< / option >
< option value = "Basic" > Basic< / option >
< / select >
< / div >
< / div >
< div class = "control-group" >
< label class = "control-label" > Username< / label >
< div class = "controls" >
< input type = "text" placeholder = "Username" name = "basicAuthUsername" / >
< / div >
< / div >
< div class = "control-group" >
< label class = "control-label" > Password< / label >
< div class = "controls" >
< input type = "password" name = "basicAuthPassword" / >
< / div >
< / div >
< / fieldset >
2013-06-19 06:33:16 +00:00
< / div >