PageRenderTime 24ms CodeModel.GetById 18ms RepoModel.GetById 0ms app.codeStats 0ms

/bitsand/help/help_config_bunks.php

http://bitsand.googlecode.com/
PHP | 29 lines | 10 code | 1 blank | 18 comment | 4 complexity | 9a7e2bc0bf416120ef8019371d76f9c8 MD5 | raw file
  1. <?php
  2. /*
  3. Bitsand - a web-based booking system for LRP events
  4. Copyright (C) 2006 - 2011 The Bitsand Project (http://bitsand.googlecode.com/)
  5. This program is free software; you can redistribute it and/or
  6. modify it under the terms of the GNU General Public License
  7. as published by the Free Software Foundation; either version 2
  8. of the License, or (at your option) any later version.
  9. This program is distributed in the hope that it will be useful,
  10. but WITHOUT ANY WARRANTY; without even the implied warranty of
  11. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  12. GNU General Public License for more details.
  13. You should have received a copy of the GNU General Public License
  14. along with this program; if not, write to the Free Software
  15. Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  16. */
  17. include ('inc_help_head.php');
  18. ?>
  19. <p><strong>PLAYER_BUNKS:</strong> Number of bunks for player bookings.</p>
  20. <p><strong>MONSTER_BUNKS:</strong> Number of bunks for monster bookings.</p>
  21. <p><strong>STAFF_BUNKS:</strong> Number of bunks for staff bookings.</p>
  22. <p><strong>TOTAL_BUNKS:</strong> TOTAL_BUNKS can be used if you have a limited number of bunks, but do not mind how they are split up. If the total number of bunks booked is at least this many, no more bunk bookings of any type will be accepted. If set to zero, no bunk bookings of any type will be accepted (bunks can still be assigned manually)</p>
  23. <?php
  24. include ('inc_help_foot.php');
  25. ?>