Files
        @ 8df5cd7d1b47
    
        
              Branch filter: 
        
    Location: libtransport.git/spectrum_manager/src/html/login/index.html - annotation
        
            
            8df5cd7d1b47
            2.4 KiB
            text/html
        
        
    
    Spectrum2 manager server: Allow registration of users
    | 8f5a0d64f2ec 8f5a0d64f2ec 8f5a0d64f2ec 8f5a0d64f2ec 8f5a0d64f2ec 8f5a0d64f2ec 8f5a0d64f2ec 8f5a0d64f2ec 8f5a0d64f2ec 8f5a0d64f2ec 8f5a0d64f2ec 8f5a0d64f2ec 8f5a0d64f2ec 8f5a0d64f2ec 8f5a0d64f2ec 8f5a0d64f2ec 8f5a0d64f2ec 8f5a0d64f2ec 8f5a0d64f2ec 8f5a0d64f2ec 8f5a0d64f2ec 8f5a0d64f2ec 8f5a0d64f2ec 8f5a0d64f2ec 8f5a0d64f2ec 8f5a0d64f2ec 8f5a0d64f2ec 8f5a0d64f2ec 8f5a0d64f2ec 8f5a0d64f2ec 8f5a0d64f2ec 8f5a0d64f2ec 8f5a0d64f2ec 8f5a0d64f2ec 8f5a0d64f2ec 8f5a0d64f2ec 8df5cd7d1b47 8f5a0d64f2ec 8f5a0d64f2ec 8f5a0d64f2ec 8f5a0d64f2ec 8f5a0d64f2ec 8f5a0d64f2ec 8f5a0d64f2ec 8f5a0d64f2ec 8f5a0d64f2ec 8f5a0d64f2ec 8f5a0d64f2ec 8f5a0d64f2ec 8f5a0d64f2ec 8f5a0d64f2ec 8f5a0d64f2ec 8f5a0d64f2ec 8f5a0d64f2ec 8f5a0d64f2ec 8f5a0d64f2ec 8f5a0d64f2ec 8f5a0d64f2ec 8f5a0d64f2ec 8f5a0d64f2ec 8f5a0d64f2ec 8f5a0d64f2ec 8f5a0d64f2ec 8f5a0d64f2ec 8f5a0d64f2ec 8f5a0d64f2ec 8f5a0d64f2ec 8f5a0d64f2ec 8f5a0d64f2ec 8f5a0d64f2ec 8f5a0d64f2ec 8f5a0d64f2ec | <!DOCTYPE html>
<html><head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="chrome=1">
    <meta name="description" content="Spectrum 2 : Spectrum 2 IM transports">
    <link href="/style.css" rel="stylesheet" type="text/css" media="all">
    <link href="/form.css" rel="stylesheet" type="text/css" media="all">
    <title>Spectrum 2</title>
  </head>
  <body>
    <!-- HEADER -->
    <div id="header_wrap" class="outer">
        <header class="inner">
<img id="logo" src="/logo.png" style="width:250px; margin-left: auto;margin-right: auto; display:block;">
<!--            <section id="menu" style="text-align: center;">
            <a class="menuitem" href="http://spectrum.im/">About</a>
            <a class="menuitem" href="http://slack.spectrum.im/">Add Spectrum 2 to my Slack Team</a>
            <a class="menuitem" href="http://spectrum.im/documentation">Documentation</a>
            <a class="menuitem" href="http://spectrum.im/download">Download</a>
            <a class="menuitem" href="http://spectrum.im/discussion">Discussion</a>
            <a class="menuitem" href="https://github.com/hanzz/spectrum2/issues">Issue tracker</a>
            </section>-->
        </header>
    </div>
    <!-- MAIN CONTENT -->
    <div id="main_content_wrap" class="outer">
      <section id="main_content" class="inner">
      <p>If you don't have Spectrum 2 master account yet, you can <a href="/users">Register it here</a>. You will be able to manager your Spectrum 2 IM transports after that.</p>
<form action="/authorize" class="basic-grey" method="POST">
    <h1>Login form
        <span>Use your username and password to login to Spectrum 2 Manager.</span>
    </h1>
    <label>
        <span>Username:</span>
        <input type="text" id="user" name="user" placeholder="Username"></textarea>
    </label>
    <label>
        <span>Password:</span>
        <input type="password" id="password" name="password" placeholder="Password"></textarea>
    </label>
     <label>
        <span> </span>
        <input type="submit" class="button" value="Login" />
    </label>    
</form>
      </section>
    </div>
    <!-- FOOTER  -->
    <div id="footer_wrap" class="outer">
      <footer class="inner">
        <p class="copyright">Spectrum 2 developed by <a href="https://github.com/hanzz">Jan Kaluza - HanzZ</a></p>
      </footer>
    </div>
    
  
</body></html>
 |