<?php
/*
<LICENSE>
This file is part of AGENCY.
AGENCY is Copyright (c) 2003-2022 by Ken Tanzer and Downtown Emergency
Service Center (DESC).
All rights reserved.
For more information about AGENCY, see http://agency-software.org/
For more information about DESC, see http://www.desc.org/.
AGENCY is free software: you can redistribute it and/or modify
it under the terms of version 3 of the GNU General Public License
as published by the Free Software Foundation.
AGENCY is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with AGENCY. If not, see <http://www.gnu.org/licenses/>.
For additional information, see the README.copyright file that
should be included in this distribution.
</LICENSE>
*/
link_style_sheet('pepper-grinder/jquery-ui-1.10.3.custom.min.css','screen',' class="styleSheetScreen"');
link_style_sheet('jquery.datepick.css','screen',' class="styleSheetScreen"');
link_style_sheet('jquery.clockpick.css','screen',' class="styleSheetScreen"');
//link_style_sheet('jquery.keyboard.css','screen',' class="styleSheetScreen"');
link_javascript('jquery-1.10.2.min.js');
link_javascript('jquery-ui-1.10.3.custom.min.js');
link_javascript('jquery.datepick.min.js');
link_javascript('jquery.clockpick.min.js');
link_javascript('jquery.elastic.js');
link_javascript('jquery_agency.js');
link_javascript('object_reference.js');
link_javascript('jquery.floatThead.min.js');
//link_javascript('jquery.keyboard.min.js');
?>