Last change
on this file since 254 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:
401 bytes
|
Line | |
---|
1 | <html> |
---|
2 | <body> |
---|
3 | |
---|
4 | <div id="wrapper"> |
---|
5 | <div id="content"> |
---|
6 | <?php $sequencer->init(); ?> |
---|
7 | <?php $toolbox = new Toolbox(); ?> |
---|
8 | <?php new PipelineInfoPanel(); ? |
---|
9 | </div> |
---|
10 | </div> |
---|
11 | <div id="settingsFields"> |
---|
12 | <input type="hidden" id="sContentTypeField" value="session" /> |
---|
13 | </div> |
---|
14 | |
---|
15 | </body> |
---|
16 | </html> |
---|
Note: See
TracBrowser
for help on using the repository browser.