heartranked

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

register.html (515B)


      1 $def with (loginform, formfail, totusers)
      2 <div id="container">
      3     <div id="default">
      4     <br>
      5     $if totusers > 1:
      6         <h5>the open social trusted publishing network</h5>
      7         <h3>heartranked</h3>
      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="/"><-- back</a>
     22     </div>
     23     </div>
     24 </div>