Changeset 17546


Ignore:
Timestamp:
02/08/14 06:00:14 (11 years ago)
Author:
tose
Message:
Removed chart function
File:
1 edited

Legend:

Unmodified
Added
Removed
  • schedule/authenticate/body.php

    r17422 r17546  
    33    <head>
    44        <meta http-equiv="content-type" content="text/html; charset=utf-8" />
    5         <title>FACT project</title>
     5        <title>FACT Scheduling</title>
    66        <meta name="keywords" content="" />
    77        <meta name="description" content="" />
    88                <script src="js/function.js"></script>
    9                 <?php include 'Module/control.php';             ?>
    10                 <link href="css/styles.css" rel="stylesheet" type="text/css" media="screen" />
     9                <?php include 'Module/control.php'; ?>
     10               <link href="css/styles.css" rel="stylesheet" type="text/css" media="screen" />
    1111    </head>
     12
    1213    <body style="background-color: #000;">
    1314        <div id="bg2"></div>
     
    2223                                                <div id="column1">
    2324                                                        <div id="calendar" align="center"><?php require_once 'Module/calendar.php'; ?></div>
    24                                                         <div><?php include 'search/search.php'; ?></div>               
    2525                                                </div>
    2626                                        <div id="column3">
    27                                                 <div id="Graph" style="height: 400px"></div>
    2827                                        </div>
    2928                                        <div class="clear">
     
    4645                                                <div id="Data"><script>addRowClone();</script></div>
    4746                                        </div>
     47       
    4848                                <div id="footer_bot">
    4949                                        <p>&copy; 2012 FACT Project Design by i-SoftTech</p>
Note: See TracChangeset for help on using the changeset viewer.