end css conflict by commenting out dataTables.bootstrap css. Long term solution could...
[sgn.git] / mason / site / header / head.mas
blobc701955bfc8865405956c693916a7d1fd01eb059
1 <!-- INSERT_HEAD_PRE_HTML -->
3 <meta http-equiv="content-type" content="text/html; charset=utf-8" />
4 <meta name="viewport" content="width=device-width, initial-scale=1">
6   <!-- <link rel="stylesheet" href="/css/sgn.css" type="text/css" /> -->
7   <link rel="stylesheet" href="/css/new_sgn.css" type="text/css" />
8   <link rel="search" type="application/opensearchdescription+xml" title="SGN Sol Search" href="/documents/sgn_sol_search.xml" />
9   <link rel="stylesheet" href="/css/jquery-sgn-theme/jquery-ui-1.10.3.custom.css" type="text/css" />
10   <!-- <link rel="stylesheet" href="/documents/inc/colorbox/colorbox.css" type="text/css" /> -->
11   <link rel="stylesheet" href="/css/jstree/themes/default/style.min.css">
12   <link rel="stylesheet" href="/css/fullcalendar.min.css" />
13   <link rel="stylesheet" type="text/css" href="/documents/inc/datatables/jquery.dataTables.css">
14   <link rel="stylesheet" href="/css/bootstrap.min.css">
15   <link rel="stylesheet" href="/css/bootstrap-toggle/bootstrap-toggle.min.css">
16   <link rel="stylesheet" href="/css/ladda-themeless.min.css">
17   <link rel="stylesheet" type="text/css" href="/css/daterangepicker.css">
18   <!-- <link rel="stylesheet" type="text/css" href="/css/dataTables.bootstrap.min.css"> -->
19   <link rel="stylesheet" type="text/css" href="/css/buttons/buttons.bootstrap.min.css">
21 <script language="javascript" type="text/javascript">
22    JSAN = {};
23    JSAN.use = function() {};
24    MochiKit = {__export__: false};
25 </script>
27 <& /util/import_javascript.mas, classes => [ "jquery", "jqueryui", "sgn", "jquery.simpletooltip", "jquery.cookie", "jquery.dataTables", "jquerymigrate", "CXGN.Effects", "CXGN.Page.FormattingHelpers", "CXGN.UserPrefs", "CXGN.Page.Toolbar", "CXGN.List", "CXGN.Login", "bootstrap_min", "CXGN.BreedersToolbox.HTMLSelect", "bootstrap-toggle_min" ] &>
29 <& /site/header/local_head.mas &>
30 <& /site/header/analytics.mas &>
33 <!-- INSERT_HEAD_POST_HTML -->