source: Dev/branches/jos-branch/classes_old/PipelineInfoPanel.php @ 210

Last change on this file since 210 was 210, checked in by jkraaijeveld, 13 years ago

Moved all classes into classes_old

File size: 674 bytes
RevLine 
[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 */
12class PipelineInfoPanel {
[167]13
[146]14    private $linkedSequencer;
[167]15
16    public function __construct() {
17        ?>
18        <div>
[178]19            <div id="infoPanel" class="largeFrame">
20                <div class="largeTitle">
21                    Info
[167]22                </div>
[178]23                <div id="infoPanelContent" class="content">
[168]24                   
[167]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.