Last change
on this file since 146 was
142,
checked in by fpvanagthoven, 14 years ago
|
- Added pipelineEditor.php, testing graphical pipeline creation.
- Added DisplayStep?.php, a visual representation of a contained Step (Questionnaire/Dashboard?/etc..) object in a pipeline. Allows icon-based presentation of pipeline.
- Fixed StyleSheet?.php class, can be passed string argument (style name) to choose different .css files.
- Added Logo class, basically the same as classes_old/Logo.php
- Added placeholder icons and some UI elemtent images for use in pipelineEditor.php
|
File size:
415 bytes
|
Line | |
---|
1 | <?php |
---|
2 | |
---|
3 | /* |
---|
4 | * To change this template, choose Tools | Templates |
---|
5 | * and open the template in the editor. |
---|
6 | */ |
---|
7 | |
---|
8 | /** |
---|
9 | * Description of Logo |
---|
10 | * |
---|
11 | * @author tschipper |
---|
12 | */ |
---|
13 | class Logo { |
---|
14 | |
---|
15 | // hardcoded logo div, image is defined in stylesheet. (#logo background:"";) |
---|
16 | public function __construct() { |
---|
17 | echo ' |
---|
18 | <div id="logo"><a href="index.php">Research Tool</a></div> |
---|
19 | '; |
---|
20 | |
---|
21 | } |
---|
22 | |
---|
23 | |
---|
24 | } |
---|
25 | |
---|
26 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.