view client/digitallibrary/jquery/ui/jquery-test-full.SLIDER.html @ 783:97e87ee78f11
jquery
add Combiner for concatenating js source files.
author |
robcast |
date |
Tue, 15 Feb 2011 09:52:04 +0100 (2011-02-15) |
parents |
ccf67eaf97ee |
children |
|
line source
<?xml version="1.0" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Digilib jQuery Test: fullscreen</title>
<style type="text/css">
body {
background: silver;
}
</style>
<script type="text/javascript" src="jquery-1.4.4.js"></script>
<script type="text/javascript" src="jquery.ui.core.js"></script>
<script type="text/javascript" src="jquery.ui.widget.js"></script>
<script type="text/javascript" src="jquery.ui.mouse.js"></script>
<script type="text/javascript" src="jquery.ui.button.js"></script>
<script type="text/javascript" src="jquery.ui.draggable.js"></script>
<script type="text/javascript" src="jquery.ui.position.js"></script>
<script type="text/javascript" src="jquery.ui.resizable.js"></script>
<script type="text/javascript" src="jquery.ui.dialog.js"></script>
<script type="text/javascript" src="jquery.ui.slider.js"></script>
<script type="text/javascript" src="dlGeometry.js"></script>
<script type="text/javascript" src="jquery.cookie.js"></script>
<script type="text/javascript" src="jquery.digilib.js"></script>
<link rel="stylesheet" type="text/css" href="jquery.digilib.css" />
<link rel="stylesheet" type="text/css" href="jquery-ui-1.8.9.custom.css" />
<script type="text/javascript">
$(document).ready(function(){
var opts = {
interactionMode : 'fullscreen',
scalerBaseUrl : 'http://digilib.biblhertz.it/digilib04/servlet/Scaler'
};
$('div.digilib').digilib(opts);
});
</script>
</head>
<body>
<div id="digilib-1" class="digilib">
<img src="http://digilib.biblhertz.it/digilib04/servlet/Scaler?dw=200&dh=200&fn=/digisprint/jquery/FransHals-WillemVanHeythuysen" />
</div>
</body>
</html>