Last change
on this file since 314 was
249,
checked in by hendrikvanantwerpen, 13 years ago
|
This one's for Subversion, because it's so close...
First widget (stripped down sequencer).
Seperated client and server code in two direcotry trees.
|
File size:
1.4 KB
|
Line | |
---|
1 | <!DOCTYPE html> |
---|
2 | <html> |
---|
3 | <head> |
---|
4 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
---|
5 | <title>Facilitator</title> |
---|
6 | <link type="text/css" href="js/jquery/themes/ui-lightness/jquery-ui-1.8.17.custom.css" rel="stylesheet"></link> |
---|
7 | <script type="text/javascript" src="js/jquery/jquery-1.7.1.js"></script> |
---|
8 | <script type="text/javascript" src="js/jquery/ui/jquery-ui-1.8.17.custom.js"></script> |
---|
9 | <script type="text/javascript" src="js/jquery/plugins/jquery.ba-bbq.js"></script> |
---|
10 | <script type="text/javascript" src="js/api.js"></script> |
---|
11 | <script type="text/javascript" src="js/main.js"></script> |
---|
12 | <link type="text/css" href="css/visualeditors.css" rel="stylesheet"></link> |
---|
13 | </head> |
---|
14 | <body> |
---|
15 | <div id="header"> |
---|
16 | <div id="logo"> |
---|
17 | <div id="logoImage">Research Tool</div> |
---|
18 | <div id="logoControls">Log in</div> |
---|
19 | </div> |
---|
20 | </div> |
---|
21 | |
---|
22 | <div id="loginForm" class="ui-dialog"> |
---|
23 | <form> |
---|
24 | <fieldset> |
---|
25 | <label for="username">Name</label><input id="username" type="text" /><br /> |
---|
26 | <label for="password">Password</label><input id="password" type="password" /><br /> |
---|
27 | </fieldset> |
---|
28 | </form> |
---|
29 | <div id="info"></div> |
---|
30 | </div> |
---|
31 | |
---|
32 | <div id="wrapper"> |
---|
33 | <div id="content"> |
---|
34 | </div> |
---|
35 | </div> |
---|
36 | </body> |
---|
37 | </html> |
---|
Note: See
TracBrowser
for help on using the repository browser.