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.

bonus-points.twig 1.3KB

1234567891011121314151617181920212223
  1. <div class="header">
  2. <h2>Add bonus points to enabled users</h2>
  3. </div>
  4. <div class="box pad" style="margin-left: auto; margin-right: auto; max-width: 80%;">
  5. {{ message|raw }}
  6. <form class="add_form" name="bonus-points" action="" method="post">
  7. <input type="date" name="since_date" value="{{ since }}" />
  8. <label for="since_date">Cut-off date for consideration</label><br /><br />
  9. <input type="number" id="active_points" name="active_points" min="0" size="6" style="text-align: right;" />&nbsp;
  10. <label for="active_points"> Add points to all enabled users who have been active on or after the cut-off date.</label><br /><br />
  11. <input type="number" id="upload_points" name="upload_points" min="0" size="6" style="text-align: right;" />&nbsp;
  12. <label for="upload_points"> Add points for people who have made an upload on or after the cut-off date.</label><br /><br />
  13. <input type="number" id="seed_points" name="seed_points" min="0" size="6" style="text-align: right;" />&nbsp;
  14. <label for="seed_points"> Add points for people who have been seeding now.</label><br /><br />
  15. <input type="hidden" name="action" value="bonus_points" />
  16. <input type="hidden" name="auth" value="{{ auth }}" />
  17. <input type="submit" name="add_points" value="Add bonus points" />
  18. </form>
  19. </div>