- Timestamp:
- 06/04/13 15:09:20 (11 years ago)
- Location:
- schedule
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
schedule/Module/Scheduling.php
r16680 r16683 4 4 ?> 5 5 <table width="100%" id="TableHolder" > 6 6 <?php echo $_GET['year'],'-',$_GET['month'],'-',$_GET['day'];?> 7 7 <tr> 8 8 <td width="184" style="border:1px solid white; color:#37DFB1; font-size:14px;" align="center" >Time</td> -
schedule/Module/calendar.php
r16623 r16683 104 104 year =this.selection.print("%Y").join("\n"); 105 105 GetData(); 106 getDate(day); 107 alert(day); 106 108 107 109 }); -
schedule/function/function.php
r16681 r16683 11 11 $(document).ready(function(){ 12 12 // for fupdate 13 14 15 13 16 var currentDate2 = new Date(); 14 17 var day2 = currentDate2.getDate(); … … 55 58 ?> 56 59 $('#save').click(function(){ 57 58 <?php $get = $_GET['day']; ?> 59 60 alert('<?php echo $get; ?>'); 60 alert(getDate()); 61 61 62 62 var InputValue = []; -
schedule/include/factdb.php
r16680 r16683 2 2 3 3 4 //$con=mysql_connect("localhost","root","");5 $con=mysql_connect("localhost","scheduletest","t3stsched");4 $con=mysql_connect("localhost","root",""); 5 // $con=mysql_connect("localhost","scheduletest","t3stsched"); 6 6 mysql_select_db("sandboxschedule",$con); 7 7 ?> -
schedule/js/chart.js
r16682 r16683 7 7 // alert (source[i]); 8 8 GetXMLData(i, source); 9 9 10 //$('#data').append('1st'+source); 10 11 } 11 12 } 13 function getDate(day){ 14 15 var days = day; 16 return days; 17 } 12 18 13 19 function GetXMLData(index, source)
Note:
See TracChangeset
for help on using the changeset viewer.