BioTorrents.de’s version of Gazelle
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

public.twig 1.3KB

1234567891011121314151617181920212223242526272829303132333435
  1. <div id="logo">
  2. <img src="{{ constant('STATIC_SERVER') }}/styles/public/images/loginlogo.png" alt="{{
  3. constant('SITE_NAME') }}" title="{{ constant('SITE_NAME') }}" />
  4. </div>
  5. <div class="main">
  6. <div class="para">Orpheus with his lute made trees<br />
  7. And the mountain tops that freeze<br />
  8. Bow themselves when he did sing:<br />
  9. To his music plants and flowers<br />
  10. Ever sprung; as sun and showers<br />
  11. There had made a lasting spring.</div>
  12. <div class="para">Every thing that heard him play,<br />
  13. Even the billows of the sea,<br />
  14. Hung their heads and then lay by.<br />
  15. In sweet music is such art,<br />
  16. Killing care and grief of heart<br />
  17. Fall asleep, or hearing, die.</div>
  18. </div>
  19. <div class="actions">
  20. <span class="action-bar">
  21. <a href="/login.php">Enter</a>
  22. {% if constant('OPEN_REGISTRATION') %}
  23. <a title="Obtain an account by supplying a valid email address" href="register.php">Register</a>
  24. {% endif %}
  25. {% if constant('OPEN_EXTERNAL_REFERRALS') %}
  26. <a title="Obtain an account by proving your membership on a site we trust" href="referral.php">Referral</a>
  27. {% endif %}
  28. {% if constant('RECOVERY') %}
  29. <a title="Obtain a new account by proving your membership on the previous site" href="recovery.php">Recovery</a>
  30. {% endif %}
  31. </span>
  32. </div>