Skip to content

Instantly share code, notes, and snippets.

@jakearchibald
Created August 28, 2009 11:46

Revisions

  1. jakearchibald revised this gist Aug 28, 2009. 2 changed files with 5 additions and 88 deletions.
    5 changes: 5 additions & 0 deletions gistfile1.js
    Original 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();
    })
    88 changes: 0 additions & 88 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -1,88 +0,0 @@
    <!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 &ndash; 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>
    <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 &amp; 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>
  2. Arpanet revised this gist Aug 28, 2009. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion gistfile1.txt
    Original 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 id="formPanel">
    <fieldset>
    <legend><h2>Submit your enquiry</h2></legend>

    <dl>
  3. Arpanet created this gist Aug 28, 2009.
    88 changes: 88 additions & 0 deletions gistfile1.txt
    Original 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 &ndash; 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 &amp; 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>