Changeset 142 for Dev/trunk/index.php


Ignore:
Timestamp:
10/27/11 18:29:46 (14 years ago)
Author:
fpvanagthoven
Message:
  • 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:
1 edited

Legend:

Unmodified
Added
Removed
  • Dev/trunk/index.php

    r60 r142  
    2525        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    2626        <title>Facilitator</title>
    27         <?php new StyleSheet(); ?>
     27        <?php new StyleSheet("awesome"); ?>
    2828        <script type="text/javascript" src="js/menu.js"></script>
    2929    </head>
Note: See TracChangeset for help on using the changeset viewer.