Skip to content

Instantly share code, notes, and snippets.

@olivierobert
Forked from lincolnthree/gist:1204112
Created November 14, 2012 03:16
Show Gist options
  • Save olivierobert/4070041 to your computer and use it in GitHub Desktop.
Save olivierobert/4070041 to your computer and use it in GitHub Desktop.

Revisions

  1. @lincolnthree lincolnthree created this gist Sep 8, 2011.
    103 changes: 103 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,103 @@
    <?xml version="1.0" encoding="UTF-8"?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head><link type="text/css" rel="stylesheet" href="/socialpm-web/javax.faces.resource/bootstrap.css.xhtml" /><link type="text/css" rel="stylesheet" href="/socialpm-web/javax.faces.resource/docs.css.xhtml" /><link type="text/css" rel="stylesheet" href="/socialpm-web/javax.faces.resource/prettify.css.xhtml" />
    <title>SocialPM » New Project</title>

    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <meta http-equiv="Cache-Control" content="no-cache" />
    <meta http-equiv="Cache-Control" content="must-revalidate" />
    <meta http-equiv="Pragma" content="no-cache" />
    <meta http-equiv="Expires" content="Mon, 1 Aug 1999 10:00:00 GMT" /><script type="text/javascript" src="/socialpm-web/javax.faces.resource/prettify.js.xhtml"></script><script type="text/javascript" src="/socialpm-web/javax.faces.resource/jquery-min.js.xhtml"></script><script type="text/javascript" src="/socialpm-web/javax.faces.resource/jquery-tableSorter-min.js.xhtml"></script><script type="text/javascript" src="/socialpm-web/javax.faces.resource/application.js.xhtml"></script>

    <!--[if lt IE 9]><script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
    <link rel="icon" href="/socialpm-web/favicon.ico" />
    <link rel="shortcut icon" type="image/x-icon" href="/socialpm-web/favicon.ico" /></head><body style="padding-top: 40px;">
    <div class="topbar">
    <div class="fill">
    <div class="container">
    <h3><a href="/socialpm-web/">SocialPM</a>
    </h3>


    <ul class="nav">

    <li><a href="/socialpm-web/">Home</a></li>
    <li><a href="/socialpm-web/new-project">New Project</a>
    </li>

    <li class="dropdown">
    <a href="#" class="dropdown-toggle">Dropdown</a>
    <ul class="dropdown-menu">

    <li><a href="#">Secondary link</a></li>
    <li><a href="#">Something else here</a>
    </li>

    <li class="divider"></li>
    <li><a href="#">Another link</a>
    </li>
    </ul>

    </li>
    </ul>

    <form>
    <input type="text" placeholder="Search" />
    </form>

    <ul class="nav secondary-nav">
    <li class="dropdown">
    <a href="#" class="dropdown-toggle">Dropdown</a>

    <ul class="dropdown-menu">

    <li><a href="#">Secondary link</a></li>
    <li><a href="#">Something else here</a></li>
    <li class="divider"></li>
    <li><a href="#">Another link</a></li>
    </ul>
    </li>

    </ul>

    </div>
    </div>
    </div>
    <!-- /topbar -->

    <section id="header">
    <div class="container">
    <div class="page-header ">
    <h1>

    New Project

    <small>
    What is a project, anyway?
    </small>
    </h1>
    </div>
    </div>
    </section>

    <div class="container-fluid">
    <div class="sidebar">{sidebar}
    </div>

    <div class="content">
    <form id="j_idt66" name="j_idt66" method="post" action="/socialpm-web/new-project" enctype="application/x-www-form-urlencoded">
    <input type="hidden" name="j_idt66" value="j_idt66" />

    <label for="name">Name:<br /></label><input id="j_idt66:name" type="text" name="j_idt66:name" />
    <p></p>
    <label for="vision">Vision:<br /></label><input id="j_idt66:vision" type="text" name="j_idt66:vision" /><input type="submit" name="j_idt66:j_idt69" value="Ok, let's go!" class="fl" /><input type="submit" name="j_idt66:j_idt70" value="Cancel" class="fr faded" />
    </form>
    </div>

    </div>

    <div class="container">
    <footer>
    <p>Company 2011</p>
    </footer>
    </div></body>

    </html>