I have studied the PHP code, called by their iFrames and it looks to me that everybody has hard-coded the starting month, such as in this sample for a 3 months calendar view (or did I overlook something ?):
- Code: Select all
<div id="the_months">
<div id="10_2010" class="cal_month load_cal"></div>
<div id="11_2010" class="cal_month load_cal"></div>
<div id="12_2010" class="cal_month load_cal"></div>
</div>
This would mean that the code has to be updated (shifted manually) every month to the next actual month! (??). If so, this would perhaps be acceptable for a single user (still Hollerith per pedes...), but it would render the calendar highly time-consuming, for a multi-user installation. (I have some xx clients, that might be interested to have the calendar installed at their websites, (including the booking page at their local host.). I cannot imagine that this has to be changed every month manually.
Did anybody find a way to let the code automatically start with the actual month, such as the "ac-admin/index.php" does ?