heartranked

git clone https://git.tarina.org/heartranked
Log | Files | Refs

register.html (501B)


      1 $def with (loginform, formfail, totusers)
      2 <div id="container">
      3     <div id="default">
      4     <br>
      5     $if totusers > 1:
      6         <h5>the social network</h5>
      7         <h1>heart base</h1>
      8         <h5>welcome</h5>
      9         <p>❤️</p>
     10     $else:
     11         <h2>Registrera superadmin</h2>
     12     <div id="addevent">
     13     <form method="POST">
     14     <small>
     15     $:loginform.render()
     16     <h2>$formfail</h2>
     17     </form>
     18     </small>
     19     </div>
     20     <br>
     21     <a href="/heartranked"><-- back</a>
     22     </div>
     23     </div>
     24 </div>