Created
August 28, 2009 11:46
Revisions
-
jakearchibald revised this gist
Aug 28, 2009 . 2 changed files with 5 additions and 88 deletions.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,5 @@ glow.ready(function() { var myPanel = new glow.widgets.Panel("#formPanel"); //display panel myPanel.show(); }) This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,88 +0,0 @@ -
Arpanet revised this gist
Aug 28, 2009 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -43,7 +43,7 @@ <input type="hidden" name="subject" value="OOVJ Enquiry" /> <input type="hidden" name="environ" value="REMOTE_HOST, REMOTE_ADDR, REMOTE_USER, HTTP_USER_AGENT, HTTP_REFERER" /> <fieldset> <legend><h2>Submit your enquiry</h2></legend> <dl> -
Arpanet created this gist
Aug 28, 2009 .There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,88 @@ <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>OOVJ | instant performance, infinite possibilities</title> <meta name="description" content="" /> <meta name="keywords" content="" /> <meta name="robots" content="" /> <link rel="stylesheet" type="text/css" media="screen,projection" href="styles/screen.css"> <!--[if IE]> <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <script src="js/glow/1.6.0/core/core.js" type="text/javascript"></script> <script src="js/glow/1.6.0/widgets/widgets.js" type="text/javascript"></script> <script type="text/javascript"> //create Panel instance var myPanel = new glow.widgets.Panel("#formPanel"); //display panel myPanel.show(); </script> </head> <body> <header role="banner"> <hgroup> <h1 class="logo"><a href="http://www.oovj.co.uk/">OOVJ</a></h1> <h2 class="strapline">Coming Winter 2009</h2> </hgroup> </header> <section> <article> <p>You've heard about it, soon you'll be able to get your hands on it. Eagerly anticipated by some of the most respected UK and international DJs alike, the ultimate hardware for music professionals is about to go mainstream.</p> <p>The successor to the OODJ; OOVJ – is the one stop unit for any professional VJ, as well as aesthetics that are laced with sex appeal and are as slick they come, its technological ability will leave your jaw dropped, your pulse racing and your adrenaline pumped.</p> <p class="info">OOVJ – instant performance, <span class="red">infinite possibilities.</span></p> <p><a class="enquire" href="#formPanel"></a></p> <form action="library/classes/class.respondr.inc.php" method="POST" id="formPanel"> <input type="hidden" name="require" value="name,email_address,telephone,comments" /> <input type="hidden" name="success" value="http://www.oovj.co.uk/thanks.php" /> <input type="hidden" name="failure" value="http://www.oovj.co.uk/error.php" /> <input type="hidden" name="sorting" value="alphabetic" /> <input type="hidden" name="subject" value="OOVJ Enquiry" /> <input type="hidden" name="environ" value="REMOTE_HOST, REMOTE_ADDR, REMOTE_USER, HTTP_USER_AGENT, HTTP_REFERER" /> <fieldset id="formPanel"> <legend><h2>Submit your enquiry</h2></legend> <dl> <dt><label id="name">Name</label></dt> <dd><input id="form_input" type="text" name="name" /></dd> <dt><label id="company_name">Company</label></dt> <dd><input id="form_input" type="text" name="company_name" /></dd> <dt><label id="email_address">Email</label></dt> <dd><input id="form_input" type="text" name="email_address" /></dd> <dt><label id="telephone">Telephone</label></dt> <dd><input id="form_input" type="text" name="telephone" /></dd> <dt><label id="comments">Questions & comments</label></dt> <dd><textarea id="form_input" name="comments" rows="4" cols="40"></textarea></dd> <dt><input type="submit" name="submit" value="Submit"></dt> </dl> </fieldset> </form> <dl class="features"> <dt><img src="images/hd-video.png" alt="High Definition Video" title="High Definition Video"></dt> <dt><img src="images/cooling-system.png" alt="Automatic cooling system" title="Automatic cooling system"></dt> <dt><img src="images/touch-screen.png" alt="17 inch touch screen" title="17 inch touch screen"></dt> </dl> <dl class="features"> <dt><img src="images/avk-compatibility.png" alt="Audio/Video/Karaoke compatibility" title="Audio/Video/Karaoke compatibility"></dt> <dt><img src="images/side-connectors.png" alt="Quick side access connectors" title="Quick side access connectors"></dt> <dt><img src="images/illuminated-keyboard.png" alt="Red Illuminated keyboard" title="Red Illuminated keyboard"></dt> </dl> </article> </section> </body> </html>