Menu

[c94d08]: / jquery_includes.php  Maximize  Restore  History

Download this file

48 lines (36 with data), 1.7 kB

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<?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');
?>