| | 1472 | |
|---|
| | 1473 | |
|---|
| | 1474 | <div id="bwSchedule"> |
|---|
| | 1475 | <div id="bwFreeBusyDisplay"> |
|---|
| | 1476 | loading... |
|---|
| | 1477 | </div> |
|---|
| | 1478 | |
|---|
| | 1479 | <table id="bwScheduleControls"> |
|---|
| | 1480 | <tr> |
|---|
| | 1481 | <td> |
|---|
| | 1482 | <button id="bwPickPrevious" onclick="bwGrid.pickPrevious();">« Pick Previous</button> |
|---|
| | 1483 | </td> |
|---|
| | 1484 | <td> |
|---|
| | 1485 | <button id="bwPickNext" onclick="bwGrid.pickNext();">Pick Next »</button> |
|---|
| | 1486 | </td> |
|---|
| | 1487 | <td class="dateLabel"> |
|---|
| | 1488 | Start: |
|---|
| | 1489 | </td> |
|---|
| | 1490 | <td> |
|---|
| | 1491 | |
|---|
| | 1492 | </td> |
|---|
| | 1493 | <td class="time"> |
|---|
| | 1494 | |
|---|
| | 1495 | </td> |
|---|
| | 1496 | </tr> |
|---|
| | 1497 | <tr> |
|---|
| | 1498 | <td class="zoom"> |
|---|
| | 1499 | <span class="zoomControl">-</span> |
|---|
| | 1500 | <select name="zoom"> |
|---|
| | 1501 | <option>300%</option> |
|---|
| | 1502 | <option>200%</option> |
|---|
| | 1503 | <option>150%</option> |
|---|
| | 1504 | <option selected="selected">100%</option> |
|---|
| | 1505 | <option>75%</option> |
|---|
| | 1506 | <option>50%</option> |
|---|
| | 1507 | </select> |
|---|
| | 1508 | <span class="zoomControl">+</span> |
|---|
| | 1509 | </td> |
|---|
| | 1510 | <td> |
|---|
| | 1511 | <button>Options ▼</button> |
|---|
| | 1512 | </td> |
|---|
| | 1513 | <td class="dateLabel"> |
|---|
| | 1514 | End: |
|---|
| | 1515 | </td> |
|---|
| | 1516 | <td> |
|---|
| | 1517 | </td> |
|---|
| | 1518 | <td class="time"> |
|---|
| | 1519 | </td> |
|---|
| | 1520 | </tr> |
|---|
| | 1521 | </table> |
|---|
| | 1522 | </div> |
|---|