| 6 | | |
| 7 | | <?php else: ?> |
| 8 | | |
| 9 | | [?php use_stylesheet('/apostrophePlugin/css/a.css', 'first') ?] |
| 10 | | |
| 11 | | [?php use_javascript('/apostrophePlugin/js/aControls.js') ?] |
| 12 | | [?php use_javascript('/apostrophePlugin/js/aUI.js') ?] |
| 13 | | |
| 14 | | [?php use_stylesheet('<?php echo sfConfig::get('sf_jquery_web_dir') ?>/css/<?php echo sfConfig::get('sf_jquery_ui_css', 'ui-apostrophe/jquery-ui-1.7.3.custom.css') ?>', 'first') # JQ Date Picker Styles (This is the custome Apostrophe styles for the JQ Date Picker) ?] |
| 15 | | [?php use_javascript('<?php echo sfConfig::get('sf_jquery_web_dir') ?>/js/plugins/<?php echo sfConfig::get('sf_jquery_ui', 'jquery-ui-1.7.3.custom.min.js') ?>', 'last') # JQ Date Picker JS (This can/should be consolidated with sfJqueryReloadedPlugin/js/jquery-ui-sortable...) ?] |
| 16 | | [?php use_javascript('<?php echo sfConfig::get('sf_jquery_web_dir') ?>/js/plugins/jquery.autocomplete.min.js', 'last') # Autocomplete Plugin for Time Picker JS ?] |
| 17 | | |
| | 8 | |