/*
* includes/date_report_selectors.html - standard date selectors
*
* 2010-02-15 D'n Implement interlock
* 2010-02-09 D'n Extend to $by_month capability
* 2009-11-24 D'n BUG #2013: prevent button titles from breaking
* 2009-07-21 D'n Prevent css-buttons from visually breaking
* 15-Jul-08 D'n $eff; includes date_report_selectors.js
* 17-May-08 D'n $date_prompt
* 01-Apr-08 D'n Original
*/
if (!$date_prompt)
$date_prompt = 'Report period';
$eff = (($drs_prefix)?"${drs_prefix}_":'') . 'eff_';
if ($by_month)
$date_item = 'month';
else
$date_item = 'date';
?>
|
echo $date_prompt ?>:
include_once(DEPTH . '/' . CMTS_ADMIN_PREFIX . 'includes/date_report_selectors.js') ?>
|
| Start echo $date_item ?>: |
if (!$by_month) {
?>
} // if (!$by_month)
else {
?>
} // if (!$by_month)
?>
|
echo (($by_month)?'This Month':'Today') ?>
|
if (!$by_month) {
?>
Start of Month
|
} // if (!$by_month)
?>
/* --------------------------------------------------------------------------*/
?>
| End echo $date_item ?>: |
if (!$by_month) {
?>
} // if (!$by_month)
else {
?>
} // if (!$by_month)
?>
|
echo (($by_month)?'This Month':'Today') ?>
|
Same as Start echo $date_item ?>
|
if (!$by_month) {
?>
| Or select an entire month:
|
|
|
/* =============== END EFFECTIVE DATES ===============] */ ?>
/* END */
?>