Last change
on this file since 167 was
167,
checked in by fpvanagthoven, 13 years ago
|
- Save functie verbeterd, nu confirm? parameter.
- Begin aan infopanel gemaakt
- moveStep functie in JS gezet, werkt nog niet helemaal goed (refreshed niet!)
- General CSS layout verbeterd van pipelineEditor.php
- edit button werkt nu.
- saveSession zit nog steeds een error in, nog niet weten te fixen. Heeft met creator te maken.
|
File size:
657 bytes
|
Rev | Line | |
---|
[146] | 1 | <?php |
---|
| 2 | /* |
---|
| 3 | * To change this template, choose Tools | Templates |
---|
| 4 | * and open the template in the editor. |
---|
| 5 | */ |
---|
| 6 | |
---|
| 7 | /** |
---|
| 8 | * Info panel, to the side of the Toolbox, showing various stats and links for the current pipeline. |
---|
| 9 | * |
---|
| 10 | * @author Thijs Schipper |
---|
| 11 | */ |
---|
| 12 | class PipelineInfoPanel { |
---|
[167] | 13 | |
---|
[146] | 14 | private $linkedSequencer; |
---|
[167] | 15 | |
---|
| 16 | public function __construct() { |
---|
| 17 | ?> |
---|
| 18 | <div> |
---|
| 19 | <fieldset id="infoPanel"> |
---|
| 20 | <div class="fieldsetTitle"> |
---|
| 21 | Title |
---|
| 22 | </div> |
---|
| 23 | <div id="infoContent"> |
---|
| 24 | Info goes here |
---|
| 25 | </div> |
---|
| 26 | </fieldset> |
---|
| 27 | </div> |
---|
| 28 | <?php |
---|
[146] | 29 | } |
---|
[167] | 30 | |
---|
[146] | 31 | } |
---|
| 32 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.