Changeset 16894 for schedule/authenticate
- Timestamp:
- 06/23/13 09:54:35 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
schedule/authenticate/body.php
r16738 r16894 5 5 include 'function/sourcelist.php'; 6 6 7 include 'function/function.php';7 //include 'function/function.php'; 8 8 ?> 9 9 … … 17 17 <meta name="keywords" content="" /> 18 18 <meta name="description" content="" /> 19 <script src="js/function.js"></script> 19 20 <link href="css/styles.css" rel="stylesheet" type="text/css" media="screen" /> 20 21 </head> … … 56 57 </div> 57 58 </div> 58 <div style="width:100%;" align="right">59 59 60 60 <div style="width:100%;" align="right" id='btn'> 61 61 <?php include 'function/button.php'; ?> 62 63 62 </div> 64 63 <div style="border:2px solid white; width:100%;" id="Scheduling"> 65 64 <?php 66 67 65 include 'function/SplitDelete.php'; 68 69 66 ?> 70 71 <script type="text/javascript">72 // $(document).ready(function(){73 74 75 // $('#Scheduling').fadeOut('slow').load('Module/Scheduling.php').fadeIn('slow');76 77 // });78 </script>79 67 <table width="100%" id="TableHolder" > 80 68 81 <tr>82 <td width="184" style="border:1px solid white; color:#37DFB1; font-size:14px;" align="center" >Time</td>83 84 <td width="170" style="border:1px solid white; color:#37DFB1; font-size:14px;" align="center" >Measurement</td>85 <td width="145" style="border:1px solid white; color:#37DFB1; font-size:14px;" align="center" >Source list</td>86 <td width="316" style="border:1px solid white; color:#37DFB1; font-size:14px;" align="center" >Value</td>87 <td width="141" style="border:1px solid white; color:#37DFB1; font-size:14px;" align="center" >Transaction</td>88 </tr>89 <tr>90 91 92 <td style="border:0px solid white; color:#37DFB1; font-size:14px;" colspan="4"> </td>93 </tr>69 <tr> 70 <td width="229" style="border:1px solid white; color:#37DFB1; font-size:12px;" align="center" >Time</td> 71 72 <td width="184" style="border:1px solid white; color:#37DFB1; font-size:12px;" align="center" >Measurement</td> 73 <td width="210" style="border:1px solid white; color:#37DFB1; font-size:12px;" align="center" >Source list</td> 74 <td width="280" style="border:1px solid white; color:#37DFB1; font-size:12px;" align="center" >Value</td> 75 <td width="69" style="border:1px solid white; color:#37DFB1; font-size:12px;" align="center" >Transaction</td> 76 </tr> 77 <tr> 78 79 80 <td style="border:0px solid white; color:#37DFB1; font-size:14px;" colspan="4"> </td> 81 </tr> 94 82 95 </table>96 <table width="100%" id="TableH" class="myTable">97 </table>98 <table width="100%" id="TableH1" class="myTable">99 </table>83 </table> 84 <table width="100%" id="TableH" class="myTable"> 85 </table> 86 <table width="100%" id="TableH1" class="myTable"> 87 </table> 100 88 101 <table width="100%">102 <tr>103 104 105 <td style="border:0px solid white; color:#37DFB1; font-size:14px;" width="80%" align="center"> </td>106 107 </tr>108 </table>89 <table width="100%"> 90 <tr> 91 92 93 <td style="border:0px solid white; color:#37DFB1; font-size:14px;" width="80%" align="center"> </td> 94 95 </tr> 96 </table> 109 97 </div> 110 98 <div style="border:2px solid white; width:100%;" align="center" id="SchedulingAppend">
Note:
See TracChangeset
for help on using the changeset viewer.