diff options
| author | yo mama <pepper@scannerjammer.com> | 2015-09-22 00:51:40 -0700 |
|---|---|---|
| committer | yo mama <pepper@scannerjammer.com> | 2015-09-22 00:51:40 -0700 |
| commit | d3e7b5708deffbed864c916de22663f48333c58b (patch) | |
| tree | ef76784a7827baff88c03670bf22832a3f146b17 /share/frontend/imgrid/old.html | |
| parent | 86c79f4372d7b2e7640a26473c7a4d331cdf7d16 (diff) | |
finishing server
Diffstat (limited to 'share/frontend/imgrid/old.html')
| -rwxr-xr-x | share/frontend/imgrid/old.html | 461 |
1 files changed, 461 insertions, 0 deletions
diff --git a/share/frontend/imgrid/old.html b/share/frontend/imgrid/old.html new file mode 100755 index 0000000..46e4a34 --- /dev/null +++ b/share/frontend/imgrid/old.html @@ -0,0 +1,461 @@ +<!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" dir="ltr"> +<html> +<!-- + * pepper * + *** and *** + **** JMD **** + * ****** internet CHAMPIONS ****** * + * *************************************** * + ** * ______*______ * ** + ***** * ______*______ * ***** + ******* ______*______ ******* + *** **** * **** *** + ****** *oo******* *** *******oo* ****** + * *o********* *********o* * + * * * * + * * _ _ * * + * * -_ _- * * + * * -_ _- * * + * * -___- * * + * * + ********************* + * ** ** * + * ** ** * + * _-----_ * + ********* + +--> +<head> + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> + <meta name="description" content="IMGRID A 3D GRID-PLANE GENERATOR" > + <meta name="keywords" content="photoblaster, 3D" > + <meta name=Author content="Pepper Dreamteamer - 2011 www.facebook.com/AAAFFF"> + <link rel="shortcut icon" href="http://asdf.us/imgrid/favicon.ico"> + <link rel="image_src" href="http://vfile.com/public/img/1.png" > + <!--FACEBOOK<html xmlns="http://www.w3.org/1999/xhtml" xmlns:og="http://ogp.me/ns#" xmlns:fb="http://www.facebook.com/2008/fbml">--> + <meta property="og:title" content="imgrid" /> + <meta property="og:type" content="website" /> + <meta property="og:url" content="http://asdf.us/imgrid" /> + <meta property="og:site_name" content="IMGRID - A 3D-GRID-PLANE GENERATOR" /> + <title>IMGRID - a 3D GRID-PLANE GENERATOR</title> + + <link rel="stylesheet" href="general.css" type="text/css" media="screen" /> + <link href='jquery-ui-1.8.16.custom.css' rel='stylesheet' type='text/css' /> + <link href='cssreset.css' rel='stylesheet' type='text/css'/> + <link href='http://fonts.googleapis.com/css?family=Varela+Round' rel='stylesheet' type='text/css'> + <style type='text/css'> + body + { + font-family: 'Varela Round', sans-serif; + font-size:10pt; + } + h1 + { + font-size:18px; + width:50%; + margin:10px; + padding:10px; + } + #flatcontrols + { + width:40%; + margin:10px; + padding:10px; + } + .gridadj,.background,.dimensions + { + display:none; + } + #thegrid,#thedimensions,#thebackground + { + background-color:whitesmoke; + margin-left:20px; + -moz-box-shadow: 0px 0px 9px 3px aqua; + -webkit-box-shadow: 0px 0px 9px 3px aqua; + box-shadow: 0px 0px 9px 3px aqua + } + .results + { + display:none; + position:relative; + } + #output-url + { + z-index:100; + width:500px; + } + #result + { + position:fixed; + left:50%; + top:20px; + } + #output-img img + { + max-height:70%; + max-width:100%; + } + #output-url + { + width:100%; + } + .slider + { + background-color:#eee5de; + display:inline-block; + width:50%; + } + #opacity-slider, #spacing-slider + { + width:100%; + display:inline-block; + margin-right:0; + margin-left:0; + } + input + { + width:70px; + } + .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default + { + background-color:#555; + } + .urlinput + { + width:60%; + } + a + { + background-color:white; + max-width:100px; + } + a:link + { + color: black; + } + a:visited + { + COLOR: black; + } + a:hover + { + COLOR: black; + } + a:active + { + COLOR: black; + } + table td + { + padding:4px; + } + table tr + { +// border: solid 2px; + } + .gridmore, .backgroundmore, .dimensionsmore, .linksmore + { + cursor:pointer; + } + #gridplug,#backgroundplug,#dimensionsplug,#linksplug + { + font-size:20px; + text-align:center; + } +button { + background: white; + color: #000000; + font-size: 18px; + font-family: Georgia, serif; + text-decoration: none; + vertical-align: middle; + } +.button:hover { + border-top-color: #78e072; + background: #78e072; + color: #000000; + } +table + { + empty-cells:show; + } +#generate + { + position:absolute; + left:320px; + top:55px; + } + </style> +</head> +<body> +<!-- <div id="popupContact"> + <a id="popupContactClose">x</a> + <applet code="org.jdesktop.applet.util.JNLPAppletLauncher" + width=800 + height=600 + archive="dist/deployment/v1/jar/applet-launcher.jar, + dist/deployment/v1/jar/gluegen-rt.jar, + dist/deployment/v1/jar/jogl.all.jar, + dist/3dmap.jar"> + <param name="codebase_lookup" value="false"> + <param name="subapplet.classname" value="com.scannerjammer.applet.heightmap.applet.Simple3DLandscapeApplet"> + <param name="subapplet.displayname" value="3D Map"> + <param name="noddraw.check" value="true"> + <param name="progressbar" value="true"> + <param name="jnlpNumExtensions" value="1"> + <param name="jnlpExtension1" + value="dist/deployment/v1/jogl-awt.jnlp"> + <param name="java_arguments" value="-Dsun.java2d.noddraw=true"> + <param name="jnlp_href" value="dist/3dmap.jnlp"> +</applet> + </div> + <div id="backgroundPopup"></div> +endpopup code--> + <div id="intro" style="background-image:url(background.gif); z-index:1000; height:inherit; width:inherit; position:fixed; left:50%; top:20px"> + <img src="athenafinal.gif"></img> + </div> + +<img src='http://asdf.us/im/8d/imgrid_1324285217_imgrid_1324210455_imgrid_1324210353_gradient_darkseagreencyan_1317343959___.png' style='position:fixed; top:-200px; z-index:-100;'></img> +<div style='font-size:30px; margin-top:20px;margin-left:20px;'>IMGRID</div> +<div style="font-size:12px;margin-left:20px;margin-bottom:20px;">3D-GRID-PLANE GENERATOR +<br> +hit enter or click GENERATE to get your 2D plane + +<button id="generate">GENERATE</button> +</div> + +<form id='theform'> + <div id="flatcontrols"> +<table> +<tr><td class='dimensionsmore'>DIMENSIONS</td> + + <td> <div id='dimensionsplug' class='dimensionsmore'>+</div></td></tr> + </table> + <div id='thedimensions'> + <table class='dimensions'> + <tr><td>HEIGHT</td> + <td> <input id='img-height' type='text' value='500'><span style="font-size:12px">PX</span></input></td></td> + <tr><td>WIDTH</td> + <td><input id='img-width' type='text' value='700'><span style="font-size:12px">PX</span></input></td></td> + <tr style="line-height:10px"><td> </tr><td> + </table> +<table style="width:100%" class="dimensions"> + <tr><td>SWING <input id='swing' type='text' value='0'></input></td></tr> + <tr id="swingslider" class="slider"></tr> + <tr><td>TILT <input id='tilt' type='text' value='0'></input></td></tr> + <tr id="tiltslider" class="slider"></tr> + <tr><td>ROLL <input id='roll' type='text' value='0'></input></td></tr> + <tr id="rollslider" class="slider"></tr> + <tr><td>ZOOM  (in/out)  <input id='zoom' type='text' value='0'></input></td></tr> + <tr id="zoomslider" class="slider" value='0'></tr> + +</table> +<table class="dimensions"> + <tr><td> </td></tr> + <tr><td>CROP WHITESPACE</td><td><input type="checkbox" id="trim" value="false"></input></td></tr> + <tr><td> </td></tr> + </table> +<table class='dimensions'> + <tr><td>IMAGE FORMAT</td><td> + <select id='format'> + <option selected='selected' value='png'>PNG</option> + <option value='gif'>GIF</option> + <option value='jpg'>JPG</option> + </select></td></tr></table> + </div> +<table> +<tr><td class='gridmore'>GRID AND IMAGE</td> + + <td> <div id='gridplug' class='gridmore'>+</div></td></tr> + </table> + + <div id='thegrid'> +<table class='gridadj'> + <tr><td>USE IMAGE INSTEAD OF GRID</td> + <td><input type="text" class="urlinput" type="text" id="imageinstead" value="">IMG URL eg:http://ww...</input></td> + </tr></table> + <table class='gridadj'> + <tr><td>GRID THICKNESS:</td> + <td><input id='line-thickness' type='text' value='1'></td><td><span style="font-size:12px">PX  </span></input></td></tr> + + <tr class='gridadj'><td>GRID COLOR:</td> + <td><input id='line-color' type='text' value='BLACK'></input></td> + <td><a href="http://asdf.us/im/colors.html" target="_blank">COLOR LIST</a></td> + </tr> + + </table> + <table> + <tr class='gridadj'> + <td>GRID OPACITY: </td> + <td><input id='line-opacity' type='text' value='1'></input></td> + <td style="width:140px; height: .8em; margin:0; padding:0;" class="slider" style="margin:0;padding:0;"id="opacity-slider"></td> + </tr> + + <tr class='gridadj'> + <td>GRID SPACING: </td> + <td><input id='line-spacing' type='text' value='0'></input></td> + <td class="slider" style="margin:0;padding:0;" id="spacing-slider"></td></tr> + + <tr class='gridadj'><td>USE ONLY VERTICAL LINES</td><td><input type="checkbox" id="v-lines" value="false"></input></td></tr> + + <tr class='gridadj'><td>USE ONLY HORIZONTAL LINES</td><td><input type="checkbox" id="h-lines" value="false" ></input></td></tr> + </table> +<table class='gridadj'><td>GRID BACKGROUND COLOR <input type="text" id="bg-color" value="transparent"></td><td><a href="http://asdf.us/im/colors.html" target="_blank">COLOR LIST</a></input></td> + + </table> + <table class='gridadj'> + <tr><td>OR GRID BACKGROUND IMAGE</td> + <td><input class="urlinput" type="text" id="bg-image" value="">IMG URL eg:http://ww...</input></td></tr> + </table> + +<table class='gridadj'> + <tr><td>GRID-TRANSITION</td> + <td><select id="transition"> + <option selected="selected" value='background'>none</option> + <option value="dither">dithered</option> + <option value="random">noise</option> + <option value="tile">infinite</option> + <option value="edge">extended-edge</option> + </select></td></tr> + +</table> + <table class='gridadj'> + <tr><td>DROP SHADOW</td><td><input type='checkbox' id='shadow' value='false'</input></td></tr> + + +</table> +</div> + + + <table> + <tr><td class="backgroundmore">BACKGROUND</td> + <td><div id="backgroundplug" class="backgroundmore">+</div></td> + </tr> + </table> +<div id='thebackground'> + <table class='background'><td>BACKGROUND COLOR</td><td><input type="text" value="transparent" id="planebgcolor"></input></td> + <td><a href="http://asdf.us/im/colors.html" target="_blank">COLOR LIST</a></td> </table> + <table class="background"> + + <tr><td>OR BACKGROUND IMAGE</td><td><input class='urlinput' type="text" value="" id="planebgimage">IMG URL eg:http://ww...</input></td></tr> + </table> + + <table class='background'><tr><td>SKYCOLOR</td><td><input type="text" value="none" id="skycolor">for the area above the horizon-line</input></td> + <td><a href="http://asdf.us/im/colors.html" target="_blank">COLOR LIST</a></td> + </tr> +</table> + +</div> +<table> + <tr><td> </td></tr> + <tr><td>USERNAME</td><td><input type=text value="" id='username'></input></td><td><div class='linksmore' id='linksplug'>+</div></td></tr> +</table> + <div id='links'> + <a class='links' href="http://asdf.us/im/gallery">PHOTOBLASTER GALLERY</a><br> + <a class='links' href="http://asdf.us/imgrid/greatgrids/">GREAT GRIDS GALLERY</a><br> + <a class='links' href="http://asdf.us/im">MAIN PHOTOBLASTER EDITOR</a></br> +<div id="fb-root" style="position:fixed; bottom:10px; right:10px;background-color: transparent;"></div><script src="http://connect.facebook.net/en_US/all.js#appId=236917449658413&xfbml=1"></script><fb:like href="http://asdf.us/im/" send="false" width="347" show_faces="false" colorscheme="light" font="" style="background-color: transparent;"></fb:like> + + </div> +<br> + + +</div> + +</div> + +</form> +<div id='result'> + <span id="output-cmd" class='results'> +</span> + <span id="output-img" class='results'></span> + <input id="output-url" class='results'></input> + <div id="output-info" class='results'></div> +</div> + + + + +<h5 id='copyright' style="position:fixed; bottom:10px; left:10px;">COPYRIGHT 2011 PEPPER DREAMTEAMER</h5> +<script type="text/javascript" src="jquery-1.6.4.min.js"></script> +<script type="text/javascript" src="jquery-ui-1.8.16.custom.min.js"></script> +<script type='text/javascript'> +$(document).ready(function() + { + $('#intro').fadeOut(1000,function() + { + $('#intro').remove() + }) + }); +</script> +<script type="text/javascript" src="sliders.js"></script> +<script type="text/javascript" src="main.js"></script> +<!--<script src="popup.js" type="text/javascript"></script>--> +<!--<script type="text/javascript" src="picker.js"></script>--> +<script type='text/javascript'> + gridmoreclicked = 'false'; + $('.gridmore').click(function(){ + $('.gridadj').toggle('300') + + if(gridmoreclicked === 'false'){ + $('#gridplug').html('-') + $('#thegrid').css('padding','5px'); + gridmoreclicked = 'true' + } + else{ + $('#gridplug').html('+') + $('#thegrid').css('padding','0px'); + gridmoreclicked = 'false' + } + $('#copyright').hide() + }) + + + + backgroundmoreclicked = 'false'; + $('#backgroundplug').html('+'); + $('.backgroundmore').click(function(){ + $('.background').toggle('300') + if(backgroundmoreclicked === 'false'){ + $('#thebackground').css('padding','5px'); + $('#backgroundplug').html('-') + backgroundmoreclicked = 'true' + } + else{ + $('#backgroundplug').html('+') + $('#thebackground').css('padding','0px'); + backgroundmoreclicked = 'false' + } + $('#copyright').hide() + }); + + + dimensionsmoreclicked = 'false'; + $('#dimensionsplug').html('+'); + $('.dimensionsmore').click(function(){ + $('.dimensions').toggle('300') + if(dimensionsmoreclicked === 'false'){ + $('#dimensionsplug').html('-') + $('#thedimensions').css('padding','5px'); + dimensionsmoreclicked = 'true' + } + else{ + $('#dimensionsplug').html('+') + $('#thedimensions').css('padding','0px'); + dimensionsmoreclicked = 'false' + } + $('#copyright').hide() + }); + + + $('#bg-color').click(function(){ + nonecheck = $('#bg-color').val() + if(nonecheck === 'none') + { + $('#bg-color').val('') + } + }); +</script> +</body> +</html> |
