2018-01-22 07:37:20 +01:00
<!doctype html>
< html class = "no-js" lang = "en" >
< head >
< meta charset = "utf-8" / >
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" / >
2018-01-26 14:41:06 +01:00
< title > Login Fullscreen< / title >
2018-01-22 07:37:20 +01:00
< link type = "text/css" rel = "stylesheet" media = "screen" href = "../../node_modules/bootstrap/dist/css/bootstrap.css" / >
< link type = "text/css" rel = "stylesheet" media = "screen" href = "../../node_modules/font-awesome/css/font-awesome.css" / >
< link type = "text/css" rel = "stylesheet" media = "screen" href = "../../css/inverse.css" / >
2017-12-16 06:20:59 +01:00
< / head >
< body >
2018-01-26 14:41:06 +01:00
< div class = "container converse-bg" >
< h1 class = "brand-heading" > < i class = "icon-conversejs" > < / i > inVerse< / h1 >
< / div >
2017-12-16 06:20:59 +01:00
2018-01-26 14:41:06 +01:00
< div id = "conversejs" class = "fullscreen" >
< div class = "row no-gutters" >
< div id = "controlbox" class = "chatbox" >
< div class = "flyout box-flyout" >
< div class = "controlbox-panes" >
2018-02-24 19:59:25 +01:00
< div class = "row" >
< div class = "brand-heading-container col-12" >
< h1 class = "brand-heading" > < i class = "icon-conversejs" > < / i > inVerse< / h1 >
< p class = "brand-subtitle" > < a target = "_blank" rel = "nofollow" href = "https://conversejs.org" > Open Source< / a > XMPP chat client< / p >
< p class = "brand-subtitle" > < a target = "_blank" rel = "nofollow" href = "https://hosted.weblate.org/projects/conversejs/#languages" > Translate< / a > into your own language< / p >
2018-01-26 14:41:06 +01:00
< / div >
2018-02-24 19:59:25 +01:00
< / div >
2017-12-16 06:20:59 +01:00
2018-02-24 19:59:25 +01:00
< div id = "converse-login-panel" class = "controlbox-pane fade-in row" >
< div class = "col-sm-8 offset-sm-2 col-md-8 offset-md-2 col-lg-6 offset-lg-3" >
< form id = "converse-login" class = "converse-form" method = "post" >
< div class = "form-group" >
< label for = "jid" > XMPP Username:< / label >
< input type = "text" name = "jid" class = "form-control" placeholder = "user@server" autocomplete = "off" >
< / div >
< div class = "form-group" >
< label for = "password" > Password:< / label >
< input type = "password" name = "password" class = "form-control" placeholder = "password" autocomplete = "off" >
< / div >
< fieldset class = "buttons" >
< p > < input class = "btn btn-primary" type = "submit" value = "Log In" > < / p >
< div class = "switch-form" >
< p > Don't have an XMPP account?< / p >
2018-01-23 11:20:51 +01:00
< p > Click < a href = "#" data-toggle = "modal" data-target = "#registerModal" > here< / a > to register.< / p >
2018-02-24 19:59:25 +01:00
< / div >
< / fieldset >
< / form >
2018-01-26 14:41:06 +01:00
< / div >
< / div >
2018-01-25 12:36:13 +01:00
< / div >
2018-01-26 14:41:06 +01:00
< / div >
< / div >
< / div >
< / div >
2017-12-16 06:20:59 +01:00
< / body >
< / html >