Changeset 61


Ignore:
Timestamp:
07/28/11 16:14:48 (14 years ago)
Author:
fpvanagthoven
Message:
 
Location:
Dev/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • Dev/trunk/classes/SessionCreationTool.php

    r58 r61  
    77 */
    88class SessionCreationTool {
    9     //put your code here
     9
     10    public function __construct() {
     11        ?>
     12        <div class="creation">
     13            lo
     14        </div>
     15        <?php
     16    }
     17
    1018}
    11 
    1219?>
  • Dev/trunk/classes/SurveyCreationTool.php

    r59 r61  
    2222        ?>
    2323
    24         <div id="surveyCreation"><form id="survey" action="surveycreation.php" method="post">
     24        <div id="surveyCreation" class="creation"><form id="survey" action="surveycreation.php" method="post">
    2525                <?php
    2626                $this->surveyHead();
     
    7979            {
    8080                /* this is such ugly code it makes me sad */
     81                /* because it is hard coded. */
    8182                if (input.clicked == null &&
    8283                    (input.value == "Untitled Survey"
  • Dev/trunk/css/awesome.css

    r59 r61  
    125125   ===================== STYLESHEET OF GLORY ======================== */
    126126
    127 #surveyCreation {
     127.creation {
    128128    min-height: 10em;
    129129    background-image: url('../images/bg/graygradient.png');
  • Dev/trunk/sessioncreation.php

    r58 r61  
    1212        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    1313            <title>Session Creation</title>
    14             <link rel="stylesheet" type="text/css" href="css/style.css" />
     14            <?php new StyleSheet(); ?>
    1515    </head>
    1616    <body>
Note: See TracChangeset for help on using the changeset viewer.