Ignore:
Timestamp:
07/19/11 16:59:59 (14 years ago)
Author:
fpvanagthoven
Message:

Some styling. Survey will now autosave itself every 3 minutes. Autosave is not yet functional though.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Dev/trunk/surveycreation.php

    r10 r24  
    1 <?php require 'classes/master.php'; ?>
     1<?php require 'classes/master.php';
     2
     3if (isset($_POST['timeStamp']))
     4    $timeStamp = $_POST['timeStamp'];
     5else {
     6    $timeStamp = null;
     7}
     8
     9?>
    210
    311<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
     
    1826            <div id="content">
    1927                <?php
    20                     new SurveyCreationTool();
     28                    new SurveyCreationTool(null, $timeStamp);
    2129                ?>
    2230            </div>
Note: See TracChangeset for help on using the changeset viewer.