Folder reorganize 1
This commit is contained in:
36
OLD/pannels/test.php
Normal file
36
OLD/pannels/test.php
Normal file
@@ -0,0 +1,36 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>TEST</title>
|
||||
<link href="style.css" rel="stylesheet" type="text/css" />
|
||||
<link rel="shortcut icon" href="http://lasuca.com/images/favicon.ico" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<script type="text/javascript" src="script.js"></script>
|
||||
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
|
||||
<script src="js/jquery.magnific-popup.js"></script>
|
||||
<script src="js/prototype.js" type="text/javascript"></script>
|
||||
<script src="js/scriptaculous.js" type="text/javascript"></script>
|
||||
<script type="text/javascript">
|
||||
function showHint()
|
||||
{
|
||||
var sid = Math.random();
|
||||
new Ajax.Updater('overview_values', 'data/test.php?sid=' + sid, {asynchronous:true});
|
||||
}
|
||||
function startShowing()
|
||||
{
|
||||
new PeriodicalExecuter(showHint, 1);
|
||||
new PeriodicalExecuter(function(pe) {}, 5);
|
||||
}
|
||||
startShowing();
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
<div id='overview_values' name='overview_values'></div>
|
||||
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user