diff options
author | Dennis Eriksen <dennis.se@gmail.com> | 2013-05-25 11:17:42 +0200 |
---|---|---|
committer | Dennis Eriksen <dennis.se@gmail.com> | 2013-05-25 11:17:42 +0200 |
commit | e582c3b84c6090b08f33d599c354968fcd868d14 (patch) | |
tree | b6de1b7b1f708bf9126ccb709d5129e91a67c7d5 /views/projectParticipants.ejs | |
parent | changed what gets collected (diff) | |
download | Divid-e582c3b84c6090b08f33d599c354968fcd868d14.tar.gz |
moved and renamed files to match the filesetup we want.
havebeen using a dev-setup till now.
Diffstat (limited to 'views/projectParticipants.ejs')
-rw-r--r-- | views/projectParticipants.ejs | 55 |
1 files changed, 0 insertions, 55 deletions
diff --git a/views/projectParticipants.ejs b/views/projectParticipants.ejs deleted file mode 100644 index 3af9c10..0000000 --- a/views/projectParticipants.ejs +++ /dev/null @@ -1,55 +0,0 @@ -<% include header %> - -</head> -<body> - <% include navbar %> - - <!-- Wrapper - ================================================== --> - <div class="container" id="wrapper"> - <div class="row-fluid"> - - - <form class="form-horizontal" method="post"> - <fieldset> - - <h1><legend><%= title %></legend></h1> - <p>Her kan du invitere venner til å delta i prosjektet ditt. Skriv inn eposadressene deres, en på hver linje, i tekstboksen under.</p> - <div class="control-group"> - <label class="control-label">Epostadresser</label> - <div class="controls"> - <textarea id="emails" name="emails" class="span6"></textarea> - </div> - </div> - - <div class="control-group"> - <label class="control-label">Beskrivelse</label> - <div class="controls"> - <textarea id="description" name="description" class="span6">Hei! Jeg har oppdaget et nytt og kult program... Bla bla bla. Stian og Erling fixes.</textarea> - </div> - </div> - - <div class="control-group"> - <label class="control-label"></label> - <div class="controls"> - <button type="submit" id="button1id" name="button1id" class="btn btn-primary">Inviter</button> - <button type="reset" id="button2id" name="button2id" class="btn">Nullstill</button> - </div> - </div> - - </fieldset> - </form> - - - - - - - - </div><!-- /div.row --> - </div><!-- /div.#wrapper --> - - -<% include footer %> -</body> -</html> |