Aggiunta JQUERY locale e attivazione e nuovi script JQ
This commit is contained in:
11
core/top.php
11
core/top.php
@@ -4,10 +4,11 @@
|
||||
<title>Pannello</title>
|
||||
<meta charset="utf-8">
|
||||
|
||||
<link rel="stylesheet" href="//code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css">
|
||||
<link rel="stylesheet" href="/resources/demos/style.css">
|
||||
<script src="https://code.jquery.com/jquery-1.12.4.js"></script>
|
||||
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
|
||||
<link rel="stylesheet" href="../jquery/ui/themes/base/jquery-ui.css">
|
||||
|
||||
<script src="../jquery/jquery.js"></script>
|
||||
<script src="../jquery/ui/jquery-ui.js"></script>
|
||||
|
||||
<script src="js/datepicker-it.js"></script>
|
||||
<script type="text/javascript">
|
||||
$(function() {
|
||||
@@ -26,7 +27,7 @@
|
||||
<body>
|
||||
<link rel="stylesheet" type="text/css" href="<?php print $CONF['base_url'] ?>/css/stile.css" />
|
||||
<?php
|
||||
$tabella_ext = new html (0,"1000", array(0),"center");
|
||||
$tabella_ext = new html (0,"90%", array(0),"center");
|
||||
if ($UTENTE['utente'] != '') { ?>
|
||||
<tr><td>
|
||||
<?php
|
||||
|
||||
Reference in New Issue
Block a user