git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10097 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
BIN
js/jquery/plugins/imgareaselect/border-anim-h.gif
Executable file
BIN
js/jquery/plugins/imgareaselect/border-anim-h.gif
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 219 B |
BIN
js/jquery/plugins/imgareaselect/border-anim-v.gif
Executable file
BIN
js/jquery/plugins/imgareaselect/border-anim-v.gif
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 219 B |
BIN
js/jquery/plugins/imgareaselect/border-h.gif
Executable file
BIN
js/jquery/plugins/imgareaselect/border-h.gif
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 72 B |
BIN
js/jquery/plugins/imgareaselect/border-v.gif
Executable file
BIN
js/jquery/plugins/imgareaselect/border-v.gif
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 72 B |
41
js/jquery/plugins/imgareaselect/imgareaselect-animated.css
Executable file
41
js/jquery/plugins/imgareaselect/imgareaselect-animated.css
Executable file
@@ -0,0 +1,41 @@
|
||||
/*
|
||||
* imgAreaSelect animated border style
|
||||
*/
|
||||
|
||||
.imgareaselect-border1 {
|
||||
background: url(border-anim-v.gif) repeat-y left top;
|
||||
}
|
||||
|
||||
.imgareaselect-border2 {
|
||||
background: url(border-anim-h.gif) repeat-x left top;
|
||||
}
|
||||
|
||||
.imgareaselect-border3 {
|
||||
background: url(border-anim-v.gif) repeat-y right top;
|
||||
}
|
||||
|
||||
.imgareaselect-border4 {
|
||||
background: url(border-anim-h.gif) repeat-x left bottom;
|
||||
}
|
||||
|
||||
.imgareaselect-border1, .imgareaselect-border2,
|
||||
.imgareaselect-border3, .imgareaselect-border4 {
|
||||
opacity: 0.5;
|
||||
filter: alpha(opacity=50);
|
||||
}
|
||||
|
||||
.imgareaselect-handle {
|
||||
background-color: #fff;
|
||||
border: solid 1px #000;
|
||||
opacity: 0.5;
|
||||
filter: alpha(opacity=50);
|
||||
}
|
||||
|
||||
.imgareaselect-outer {
|
||||
background-color: #000;
|
||||
opacity: 0.5;
|
||||
filter: alpha(opacity=50);
|
||||
}
|
||||
|
||||
.imgareaselect-selection {
|
||||
}
|
||||
41
js/jquery/plugins/imgareaselect/imgareaselect-default.css
Executable file
41
js/jquery/plugins/imgareaselect/imgareaselect-default.css
Executable file
@@ -0,0 +1,41 @@
|
||||
/*
|
||||
* imgAreaSelect default style
|
||||
*/
|
||||
|
||||
.imgareaselect-border1 {
|
||||
background: url(border-v.gif) repeat-y left top;
|
||||
}
|
||||
|
||||
.imgareaselect-border2 {
|
||||
background: url(border-h.gif) repeat-x left top;
|
||||
}
|
||||
|
||||
.imgareaselect-border3 {
|
||||
background: url(border-v.gif) repeat-y right top;
|
||||
}
|
||||
|
||||
.imgareaselect-border4 {
|
||||
background: url(border-h.gif) repeat-x left bottom;
|
||||
}
|
||||
|
||||
.imgareaselect-border1, .imgareaselect-border2,
|
||||
.imgareaselect-border3, .imgareaselect-border4 {
|
||||
opacity: 0.5;
|
||||
filter: alpha(opacity=50);
|
||||
}
|
||||
|
||||
.imgareaselect-handle {
|
||||
background-color: #fff;
|
||||
border: solid 1px #000;
|
||||
opacity: 0.5;
|
||||
filter: alpha(opacity=50);
|
||||
}
|
||||
|
||||
.imgareaselect-outer {
|
||||
background-color: #000;
|
||||
opacity: 0.5;
|
||||
filter: alpha(opacity=50);
|
||||
}
|
||||
|
||||
.imgareaselect-selection {
|
||||
}
|
||||
36
js/jquery/plugins/imgareaselect/imgareaselect-deprecated.css
Executable file
36
js/jquery/plugins/imgareaselect/imgareaselect-deprecated.css
Executable file
@@ -0,0 +1,36 @@
|
||||
/*
|
||||
* imgAreaSelect style to be used with deprecated options
|
||||
*/
|
||||
|
||||
.imgareaselect-border1, .imgareaselect-border2,
|
||||
.imgareaselect-border3, .imgareaselect-border4 {
|
||||
opacity: 0.5;
|
||||
filter: alpha(opacity=50);
|
||||
}
|
||||
|
||||
.imgareaselect-border1 {
|
||||
border: solid 1px #000;
|
||||
}
|
||||
|
||||
.imgareaselect-border2 {
|
||||
border: dashed 1px #fff;
|
||||
}
|
||||
|
||||
.imgareaselect-handle {
|
||||
background-color: #fff;
|
||||
border: solid 1px #000;
|
||||
opacity: 0.5;
|
||||
filter: alpha(opacity=50);
|
||||
}
|
||||
|
||||
.imgareaselect-outer {
|
||||
background-color: #000;
|
||||
opacity: 0.4;
|
||||
filter: alpha(opacity=40);
|
||||
}
|
||||
|
||||
.imgareaselect-selection {
|
||||
background-color: #fff;
|
||||
opacity: 0;
|
||||
filter: alpha(opacity=0);
|
||||
}
|
||||
11
js/jquery/plugins/imgareaselect/index.php
Executable file
11
js/jquery/plugins/imgareaselect/index.php
Executable file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
|
||||
header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT");
|
||||
|
||||
header("Cache-Control: no-store, no-cache, must-revalidate");
|
||||
header("Cache-Control: post-check=0, pre-check=0", false);
|
||||
header("Pragma: no-cache");
|
||||
|
||||
header("Location: ../");
|
||||
exit;
|
||||
1
js/jquery/plugins/imgareaselect/jquery.imgareaselect.js
Executable file
1
js/jquery/plugins/imgareaselect/jquery.imgareaselect.js
Executable file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user