Changeset 2899

Show
Ignore:
Timestamp:
05/07/10 00:26:46
Author:
johnsa
Message:

user client: prepare to install new scheduling widget

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/deployment/webuser/webapp/resources/demoskins/themes/bedeworkTheme/eventForm.xsl

    r2897 r2899  
    14261426    </div> 
    14271427 
    1428     <!-- Scheduling tab --> 
    1429     <!-- ============== --> 
     1428    <!-- Meeting / Scheduling tab --> 
     1429    <!-- ======================== --> 
    14301430    <div id="bwEventTab-Scheduling" class="invisible"> 
    14311431      <div id="scheduling"> 
     
    14701470        </div> 
    14711471      </div> 
     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();">&#171; Pick Previous</button> 
     1483                  </td> 
     1484                  <td> 
     1485                    <button id="bwPickNext" onclick="bwGrid.pickNext();">Pick Next &#187;</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 &#x25BC;</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> 
    14721523    </div> 
    14731524