- Timestamp:
- 04/28/14 11:54:06 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/www/schedule/index.html
r17708 r17709 37 37 <div id="column_box"> 38 38 <div id="column1"> 39 <div id="calendar" align="center"> 40 <table> 41 <tr> 42 <td valign="top" style="width: 30em;"> 43 <div id="cont"></div> 44 </td> 45 </tr> 46 </table> 39 <div id="calendar"> 40 <div id="cont"></div> 47 41 </div> 48 42 </div> … … 50 44 <div class="clear"></div> 51 45 </div> 52 <div style="width:100%;" align="right" id='btn'>46 <div style="width:100%;"> 53 47 <table width="100%"> 54 48 <tr> 55 <td align="left" width="10px"style="font-weight:bold;">TIME: </td>56 <td align="left" id="clock" style="font-size:16px; font-weight:bold; color:#FFFF00"></td>57 <td align="right">49 <td style="font-weight:bold;">TIME: </td> 50 <td id="clock" style="white-space:nowrap; font-size:16px; font-weight:bold; color:#FFFF00"></td> 51 <td style="text-align:right;width:100%;"> 58 52 <input type="button" class="button" id="load" value="Load Night" title="Click to load given night"/> 59 53 <input type="date" id="loaddate" title="Date to load a schedule from."/> … … 65 59 </table> 66 60 </div> 67 <div style="border:2px solid white; width:100%;" id="Scheduling">61 <div style="border:2px solid white; width:100%;"> 68 62 <table width="100%" id="TableHolder" > 69 63 <tr>
Note:
See TracChangeset
for help on using the changeset viewer.