Changeset 17546
- Timestamp:
- 02/08/14 06:00:14 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
schedule/authenticate/body.php
r17422 r17546 3 3 <head> 4 4 <meta http-equiv="content-type" content="text/html; charset=utf-8" /> 5 <title>FACT project</title>5 <title>FACT Scheduling</title> 6 6 <meta name="keywords" content="" /> 7 7 <meta name="description" content="" /> 8 8 <script src="js/function.js"></script> 9 <?php include 'Module/control.php';?>10 9 <?php include 'Module/control.php'; ?> 10 <link href="css/styles.css" rel="stylesheet" type="text/css" media="screen" /> 11 11 </head> 12 12 13 <body style="background-color: #000;"> 13 14 <div id="bg2"></div> … … 22 23 <div id="column1"> 23 24 <div id="calendar" align="center"><?php require_once 'Module/calendar.php'; ?></div> 24 <div><?php include 'search/search.php'; ?></div>25 25 </div> 26 26 <div id="column3"> 27 <div id="Graph" style="height: 400px"></div>28 27 </div> 29 28 <div class="clear"> … … 46 45 <div id="Data"><script>addRowClone();</script></div> 47 46 </div> 47 48 48 <div id="footer_bot"> 49 49 <p>© 2012 FACT Project Design by i-SoftTech</p>
Note:
See TracChangeset
for help on using the changeset viewer.