Changeset 167 for Dev/trunk/classes/PipelineInfoPanel.php
- Timestamp:
- 11/25/11 13:58:17 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/trunk/classes/PipelineInfoPanel.php
r146 r167 1 1 <?php 2 3 2 /* 4 3 * To change this template, choose Tools | Templates … … 12 11 */ 13 12 class PipelineInfoPanel { 13 14 14 private $linkedSequencer; 15 16 public function __construct(){ 17 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 18 29 } 30 19 31 } 20 21 32 ?>
Note: See TracChangeset
for help on using the changeset viewer.