1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/dolibarr_ynh.git synced 2024-09-03 18:35:53 +02:00
dolibarr_ynh/sources/dolibarr/htdocs/includes/jquery/plugins/jcrop/index.html
Laurent Peuch e6008fc691 init
2015-09-28 22:09:38 +02:00

50 lines
1.4 KiB
HTML
Executable file

<html>
<head>
<title>Jcrop: the jQuery Image Cropping Plugin</title>
</head>
<body>
<div style="margin:0;padding:1em 5em;width:40em;">
<h1>Jcrop Image Cropping Plugin</h1>
<big>
<a href="http://deepliquid.com/content/Jcrop.html"><b>Jcrop</b></a>
is the image cropping plugin for
<a href="http://jquery.com/">jQuery</a>.<br>
You've successfully unpacked Jcrop.
</big>
<h3>Static Demos</h3>
<ul>
<li><a href="demos/tutorial1.html">Hello World</a> &mdash; default behavior</a></li>
<li><a href="demos/tutorial2.html">Basic Handler</a> &mdash; basic form integration</a></li>
<li><a href="demos/tutorial3.html">Aspect Ratio w/ Preview Pane</a> &mdash; nice visual example</a></li>
<li><a href="demos/tutorial4.html">Setting/Animating Selection</a> &mdash; animation demo</a></li>
<li><a href="demos/tutorial5.html">API Interface</a> &mdash; real-time API example</a></li>
</ul>
<h3>Live Demo</h3>
<ul>
<li><a href="demos/crop.php">PHP Cropping Demo</a> &mdash; requires PHP/gd support</a></li>
</ul>
<h3>Jcrop Links</h3>
<ul>
<li><a href="http://deepliquid.com/content/Jcrop.html">Jcrop Home</a></li>
<li><a href="http://deepliquid.com/content/Jcrop_Manual.html">Jcrop Manual</a></li>
</ul>
<hr noshade="noshade" size="1" style="margin-top:2em;" />
<small>
<b>&copy; 2008 Kelly Hallman and DeepLiquid.com</b><br>
Free software released under
<a href="http://deepliquid.com/content/Jcrop_License.html">MIT License</a>
</small>
</div>
</body>
</html>