From 531d3fee48172de42c776991bcc31c9ec8c1e16b Mon Sep 17 00:00:00 2001 From: pepperpepperpepper Date: Mon, 23 Nov 2015 11:06:30 -0800 Subject: still cleaning --- share/frontend/imgrid/colors_iframe.js | 45 ----- share/frontend/imgrid/css/style.css | 4 +- share/frontend/imgrid/index.html | 25 +-- share/frontend/imgrid/jeremy.html | 348 ++++++++++++++------------------- share/frontend/imgrid/jmd.html | 346 -------------------------------- share/frontend/imgrid/js/main.js | 2 +- 6 files changed, 156 insertions(+), 614 deletions(-) delete mode 100644 share/frontend/imgrid/colors_iframe.js delete mode 100755 share/frontend/imgrid/jmd.html (limited to 'share') diff --git a/share/frontend/imgrid/colors_iframe.js b/share/frontend/imgrid/colors_iframe.js deleted file mode 100644 index 5e6d5b2..0000000 --- a/share/frontend/imgrid/colors_iframe.js +++ /dev/null @@ -1,45 +0,0 @@ - - - - -function launch_iframe(input_target){ - $.fancybox.open({ - href : '/im/colors/index.html', - width : 1100, // set the width - height : 710, - fitToView : true, - autoDimensions:false, - autoSize:false, - type : 'iframe', - closeBtn : false, - padding : 5, - beforeShow : function(){ - $('.fancybox-iframe').contents().find('#submitvalue').click(function(){ - $('.fancybox-iframe').contents().find('form').submit(); - $.fancybox.close(); - }); - }, - beforeClose : function(){ - x = $('.fancybox-iframe').contents().find('#namespace').val(); - }, - afterClose: function(){ - $(input_target).val(x); - } - }); -} -$(document).ready(function(){ - if(/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent) ) { - return; - } - var element_list = [".bg-color", ".line-color", ".planebgcolor", ".skycolor"] - element_list.forEach( - function(l){ - console.log("a"+l) - $("a"+l).click(function(event){ - event.preventDefault(); - launch_iframe("input"+l) - }); - } - ) - -}) diff --git a/share/frontend/imgrid/css/style.css b/share/frontend/imgrid/css/style.css index f55185e..8c89c5d 100644 --- a/share/frontend/imgrid/css/style.css +++ b/share/frontend/imgrid/css/style.css @@ -150,11 +150,11 @@ table left:0px; width:100%; height:100%; - background-image:url(img/background.gif); + background-image:url(../img/background.gif); } #intro-inner { - background-image:url(img/background.gif); + background-image:url(../img/background.gif); z-index:1000; height:inherit; width:inherit; diff --git a/share/frontend/imgrid/index.html b/share/frontend/imgrid/index.html index beac798..c60da1e 100755 --- a/share/frontend/imgrid/index.html +++ b/share/frontend/imgrid/index.html @@ -31,9 +31,9 @@ - + - + @@ -45,7 +45,7 @@ - +
@@ -71,7 +71,8 @@ hit enter or click GENERATE to get your perspective-plane
- + +
DIMENSIONS
DIMENSIONS
+
@@ -235,26 +236,14 @@ hit enter or click GENERATE to get your perspective-plane
- - - - COPYRIGHT 2011 PEPPER - + - + + +
+ + - USERNAME -
- +
- click generate or hit enter to get your 2D plane + click generate or hit enter to get your 2D plane +
-
-
- - - - -
COPYRIGHT 2011 PEPPER DREAMTEAMER
-
-
-
- + + + + + + - - - - + diff --git a/share/frontend/imgrid/jmd.html b/share/frontend/imgrid/jmd.html deleted file mode 100755 index 62bd743..0000000 --- a/share/frontend/imgrid/jmd.html +++ /dev/null @@ -1,346 +0,0 @@ - - - - - - - - - - - - - - - - - IMGRID - a 3D GRID-PLANE GENERATOR - - - - - - - - - - -
IMGRID
-
3D-GRID-PLANE GENERATOR
- -
-
3D OPTIONS
-
- - - - - - - - -
SWING 
TILT 
ROLL 
ZOOM 
- - - -
 
CROP WHITESPACE
-
-
- - - -
GRAPHIC OPTIONS  
+
- - - - - - - - - - - - - - - - - - - - - - - - - - -
 
GRID THICKNESS:PX  
GRID COLOR:COLOR LIST
GRID OPACITY:
GRID SPACING:
USE ONLY VERTICAL LINES
USE ONLY HORIZONTAL LINES
- - - - - -
USE IMAGE INSTEAD OF GRIDIMG URL eg:http://ww...
- - -
GRID BACKGROUND COLOR COLOR LIST
- - - -
OR GRID BACKGROUND IMAGEIMG URL eg:http://ww...
- - - - - -
GRID-TRANSITION
- - - - -
DROP SHADOW
- - -
- - - - - -
IMAGE OPTIONS  
+
-   - -
BACKGROUND COLOR    COLOR LIST
- - - -
OR BACKGROUND IMAGE  IMG URL eg:http://ww...
- - - - - - - - -
SKYCOLOR    for the area above the horizon-line  COLOR LIST
HEIGHT PX
WIDTHPX
- -
IMAGE FORMAT -
-
- - - -
USERNAME   
-
- - - - - -
- click generate or hit enter to get your 2D plane - - -
-
-
-
- - - - - - - - - - - diff --git a/share/frontend/imgrid/js/main.js b/share/frontend/imgrid/js/main.js index fc130e4..f8141eb 100755 --- a/share/frontend/imgrid/js/main.js +++ b/share/frontend/imgrid/js/main.js @@ -14,7 +14,7 @@ var Main = if (Main.generating) return Main.generating = true - var theloader = '' + var theloader = '' $("#output-cmd").html(theloader).show() if($('#transition :selected').val() === 'tile'||$('#transition :selected').val()=== 'random') { -- cgit v1.2.3-70-g09d2