Changeset 16758 for schedule


Ignore:
Timestamp:
06/06/13 15:42:46 (11 years ago)
Author:
tanio
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • schedule/Module/calendar.php

    r16753 r16758  
    1515        <script src="js/Graph.js"></script>
    1616    <script src="Module/src/js/lang/en.js"></script>
    17    <!-- <script src="js/xmlrequest.js"></script> -->
    1817   <style type="text/css">
    1918      .highlight { color: #0f0 !important; font-weight: bold; }
    20       .highlight2 { color: #0f0 !important; font-weight: bold; }
    2119    </style>
    2220   
     
    7472                                        $(document).ready(function(){
    7573                                                Graph();
    76                                                 var date= new Date();
    77                                                 var Year=date.getFullYear();
    78                                                 var Day=date.getDay()+2;
    79                                                 var Month=date.getMonth()+1;
    80                                                 <?php
    81                                                 $sqlSched1=mysql_query("SELECT*FROM schedule");
    82                                                 while($rowSched1=mysql_fetch_array($sqlSched1))
    83                                                 {
    84                                                
    85                                                  $timestamp1=strtotime($rowSched1['fStart']);
    86                                                 ?>
    87                                                         if(Year+""+Day+""+Month==<?php echo date('Ydm',$timestamp1); ?>)
    88                                                         {
    89                                                                 alert('wa');
    90                                                         }
    91                                                 <?php
    92                                                 }
    93                                                 ?>
    94                                                
    9574                                        });
    9675                                        </script>
     
    10584                             GetData();
    10685
    107                                                
    108                                                 //alert(year+'-'+month+'-'+day);
    109                                                 //window.location = 'index.php?days='+year+'-'+month+'-'+day;
    11086                                                $('#Scheduling').load('Module/Scheduling.php?days='+year+'-'+month+'-'+day);
    11187                                                        //$.get("function/function.php", {day:year+'-'+month+'-'+day});
    112                                                 $.get("function/SplitDelete.php", {days:year+'-'+month+'-'+day});
     88                                                //$.get("function/SplitDelete.php", {days:year+'-'+month+'-'+day});
    11389                                                 
    11490
Note: See TracChangeset for help on using the changeset viewer.