File: index.html

package info (click to toggle)
libjs-jcrop 0.9.12%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 704 kB
  • ctags: 237
  • sloc: php: 180; sh: 75; makefile: 7
file content (84 lines) | stat: -rw-r--r-- 2,375 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<!DOCTYPE html>
<html lang="en">
<head>
  <title>Jcrop: the jQuery Image Cropping Plugin</title>
  <link rel="stylesheet" href="demos/demo_files/main.css" type="text/css" />
  <link rel="stylesheet" href="demos/demo_files/demos.css" type="text/css" />
  <script src="js/jquery.min.js"></script>
  <meta http-equiv="Content-type" content="text/html;charset=UTF-8" />
</head>
<body>

<div class="container">
<div class="row">
<div class="span12">
<div class="jc-demo-box">

<div class="page-header">
<ul class="breadcrumb first">
  <li><a href="http://tapmodo.com/">Tapmodo</a> <span class="divider">/</span></li>
  <li class="active">Jcrop Plugin</li>
</ul>
<h1>Jcrop Image Cropping Plugin</h1>
</div>


<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</li>
	<li><a href="demos/tutorial2.html">Basic Handler</a>
		&mdash; basic form integration</li>
	<li><a href="demos/tutorial3.html">Aspect Ratio w/ Preview Pane</a>
		&mdash; nice visual example</li>
	<li><a href="demos/tutorial4.html">Animation/Transitions</a>
		&mdash; animation/fading demo</li>
	<li><a href="demos/tutorial5.html">API Interface</a>
		&mdash; real-time API example</li>
	<li><a href="demos/styling.html">Styling Example</a>
		&mdash; style Jcrop dynamically with CSS
    <small>New in 0.9.10</small>
    </li>
  <li><a href="demos/non-image.html">Non-Image Elements</a>
    &mdash; attach to other DOM block elements
    <small>New in 0.9.10</small>
    </li>
</ul>

<h3>Live Demo</h3>

<ul>
	<li><a href="demos/crop.php">PHP Cropping Demo</a>
		&mdash; requires PHP/gd support</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>

<div class="tapmodo-footer">
  <a href="http://tapmodo.com" class="tapmodo-logo segment">tapmodo.com</a>
  <div class="segment"><b>&copy; 2008-2013 Tapmodo Interactive LLC</b><br />
    Jcrop is free software released under <a href="MIT-LICENSE.txt">MIT License</a>
  </div>
</div>
<div class="clearfix"></div>

</div>
</div>
</div>
</div>

</body>
</html>