Changeset 1514
- Timestamp:
- 08/14/07 00:34:14
- Files:
-
- trunk/deployment/webadmin/webapp/resources/default/default/default.css (modified) (2 diffs)
- trunk/deployment/webadmin/webapp/resources/default/default/default.xsl (modified) (7 diffs)
- trunk/deployment/webuser/webapp/resources/demoskins/default/default/default.css (modified) (2 diffs)
- trunk/deployment/webuser/webapp/resources/demoskins/default/default/default.xsl (modified) (10 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/deployment/webadmin/webapp/resources/default/default/default.css
r1506 r1514 518 518 #rdatesFormFields { 519 519 font-size: 0.9em; 520 text-align: center; 520 padding: 0.5em; 521 } 522 #bedework #rdatesFormFields p { 523 clear: both; 524 margin-top: 1em; 521 525 } 522 526 .rdatesTable { … … 533 537 text-align: center; 534 538 font-size: 0.9em; 539 } 540 #bedework #bwCurrentRdates, 541 #bedework #bwCurrentExdates { 542 float: left; 543 margin: 1em 2em 1em 0; 544 } 545 #bedework #bwCurrentRdates th, 546 #bedework #bwCurrentRdates td, 547 #bedework #bwCurrentExdates th, 548 #bedework #bwCurrentExdates td { 549 text-align: left; 550 padding: 0 0.5em 0 0; 535 551 } 536 552 #bwDialogBox { trunk/deployment/webadmin/webapp/resources/default/default/default.xsl
r1513 r1514 1397 1397 <div id="hourlyRecurrenceRules" class="invisible"> 1398 1398 <p> 1399 < strong>Interval:</strong>1399 <em>Interval:</em> 1400 1400 every 1401 1401 <input type="text" name="hourlyInterval" size="2" value="1"> … … 1410 1410 <div id="dailyRecurrenceRules" class="invisible"> 1411 1411 <p> 1412 < strong>Interval:</strong>1412 <em>Interval:</em> 1413 1413 every 1414 1414 <input type="text" name="dailyInterval" size="2" value="1"> … … 1445 1445 <div id="weeklyRecurrenceRules" class="invisible"> 1446 1446 <p> 1447 < strong>Interval:</strong>1447 <em>Interval:</em> 1448 1448 every 1449 1449 <input type="text" name="weeklyInterval" size="2" value="1"> … … 1481 1481 <div id="monthlyRecurrenceRules" class="invisible"> 1482 1482 <p> 1483 < strong>Interval:</strong>1483 <em>Interval:</em> 1484 1484 every 1485 1485 <input type="text" name="monthlyInterval" size="2" value="1"> … … 1519 1519 <div id="yearlyRecurrenceRules" class="invisible"> 1520 1520 <p> 1521 < strong>Interval:</strong>1521 <em>Interval:</em> 1522 1522 every 1523 1523 <input type="text" name="yearlyInterval" size="2" value="1"> … … 1611 1611 <input type="button" value="manage recurrence & exception dates" onclick="launchSizedWindow('{$event-showRdates}','560','400')"/> 1612 1612 </div>--> 1613 <h4 id="dialogTitle">1613 <h4> 1614 1614 Recurrence and Exception Dates 1615 1615 </h4> 1616 1616 <div id="raContent"> 1617 1617 <div class="dateStartEndBox" id="rdatesFormFields"> 1618 <!-- dateonly (anniversary) event: this is temporary - should be determined by the main event --> 1619 <input type="checkbox" name="dateOnly" id="rdateDateOnly" onclick="swapRdateAllDay(this)" value="true"/> 1620 all day 1621 <!-- floating event: no timezone (and not UTC) --> 1622 <input type="checkbox" name="floating" id="rdateFloating" onclick="swapRdateFloatingTime(this)" value="true"/> 1623 floating 1624 <!-- store time as coordinated universal time (UTC) --> 1625 <input type="checkbox" name="storeUTC" id="rdateStoreUTC" onclick="swapRdateStoreUTC(this)" value="true"/> 1626 store as UTC<br/> 1618 1627 <div class="dateFields"> 1619 1628 <input name="eventRdate.date" … … 1685 1694 <input type="button" name="rdate" value="add recurrence" onclick="bwRdates.update(this.form['eventRdate.date'].value,this.form['eventRdate.hour'].value + this.form['eventRdate.minute'].value,false,false,false,this.form.tzid.value)"/> 1686 1695 <input type="button" name="exdate" value="add exception" onclick="bwExdates.update(this.form['eventRdate.date'].value,this.form['eventRdate.hour'].value + this.form['eventRdate.minute'].value,false,false,false,this.form.tzid.value)"/> 1687 <br/> 1688 <!-- dateonly (anniversary) event: this is temporary - should be determined by the main event --> 1689 <input type="checkbox" name="dateOnly" id="rdateDateOnly" onclick="swapRdateAllDay(this)" value="true"/> 1690 all day 1691 <!-- floating event: no timezone (and not UTC) --> 1692 <input type="checkbox" name="floating" id="rdateFloating" onclick="swapRdateFloatingTime(this)" value="true"/> 1693 floating 1694 <!-- store time as coordinated universal time (UTC) --> 1695 <input type="checkbox" name="storeUTC" id="rdateStoreUTC" onclick="swapRdateStoreUTC(this)" value="true"/> 1696 store as UTC 1696 1697 <input type="hidden" name="rdates" value="" id="bwRdatesField" /> 1698 <!-- if there are no recurence dates, the following table will show --> 1699 <table cellspacing="0" id="bwCurrentRdatesNone"> 1700 <tr><th>Recurrence Dates</th></tr> 1701 <tr><td>No recurrence dates</td></tr> 1702 </table> 1703 1704 <!-- if there are recurrence dates, the following table will show --> 1705 <table cellspacing="0" id="bwCurrentRdates"> 1706 <tr> 1707 <th colspan="4">Recurrence Dates</th> 1708 </tr> 1709 <tr> 1710 <td>Date</td> 1711 <td>Time</td> 1712 <td>TZid</td> 1713 <td></td> 1714 </tr> 1715 </table> 1716 1717 <input type="hidden" name="exdates" value="" id="bwExdatesField" /> 1718 <!-- if there are no exception dates, the following table will show --> 1719 <table cellspacing="0" id="bwCurrentExdatesNone"> 1720 <tr><th>Exception Dates</th></tr> 1721 <tr><td>No exception dates</td></tr> 1722 </table> 1723 1724 <!-- if there are exception dates, the following table will show --> 1725 <table cellspacing="0" id="bwCurrentExdates"> 1726 <tr> 1727 <th colspan="4">Exception Dates</th> 1728 </tr> 1729 <tr> 1730 <td>Date</td> 1731 <td>Time</td> 1732 <td>TZid</td> 1733 <td></td> 1734 </tr> 1735 </table> 1736 <p> 1737 Exception dates may also be created by deleting an instance 1738 of a recurring event. 1739 </p> 1697 1740 </div> 1698 1699 <input type="hidden" name="rdates" value="" id="bwRdatesField" />1700 <!-- if there are no recurence dates, the following table will show -->1701 <table cellspacing="0" id="bwCurrentRdatesNone">1702 <tr><th>Recurrence Dates</th></tr>1703 <tr><td>No recurrence dates</td></tr>1704 </table>1705 1706 <!-- if there are recurrence dates, the following table will show -->1707 <table cellspacing="0" id="bwCurrentRdates">1708 <tr>1709 <th colspan="4">Recurrence Dates</th>1710 </tr>1711 <tr>1712 <td>Date</td>1713 <td>Time</td>1714 <td>TZid</td>1715 <td></td>1716 </tr>1717 </table>1718 1719 <input type="hidden" name="exdates" value="" id="bwExdatesField" />1720 <!-- if there are no exception dates, the following table will show -->1721 <table cellspacing="0" id="bwCurrentExdatesNone">1722 <tr><th>Exception Dates</th></tr>1723 <tr><td>No exception dates</td></tr>1724 </table>1725 1726 <!-- if there are exception dates, the following table will show -->1727 <table cellspacing="0" id="bwCurrentExdates">1728 <tr>1729 <th colspan="4">Exception Dates</th>1730 </tr>1731 <tr>1732 <td>Date</td>1733 <td>Time</td>1734 <td>TZid</td>1735 <td></td>1736 </tr>1737 </table>1738 <p>1739 Exception dates may also be created by deleting an instance1740 of a recurring event.1741 </p>1742 1741 </div> 1743 1742 </div> trunk/deployment/webuser/webapp/resources/demoskins/default/default/default.css
r1461 r1514 887 887 #bedework #rdatesFormFields { 888 888 font-size: 0.9em; 889 text-align: center; 889 padding: 0.5em; 890 } 891 #bedework #rdatesFormFields p { 892 clear: both; 893 margin-top: 1em; 890 894 } 891 895 #bedework .rdatesTable { … … 902 906 text-align: center; 903 907 font-size: 0.9em; 908 } 909 #bedework #bwCurrentRdates, 910 #bedework #bwCurrentExdates { 911 float: left; 912 margin: 1em 2em 1em 0; 913 } 914 #bedework #bwCurrentRdates th, 915 #bedework #bwCurrentRdates td, 916 #bedework #bwCurrentExdates th, 917 #bedework #bwCurrentExdates td { 918 text-align: left; 919 padding: 0 0.5em 0 0; 904 920 } 905 921 #bedework .shown { trunk/deployment/webuser/webapp/resources/demoskins/default/default/default.xsl
r1513 r1514 2685 2685 <xsl:if test="form/recurringEntity = 'true'"><xsl:attribute name="class">visible</xsl:attribute></xsl:if> 2686 2686 2687 <h4>Recurrence Rules</h4> 2687 2688 <!-- show or hide rrules fields when editing: --> 2688 2689 <xsl:if test="form/recurrence"> … … 2824 2825 <tr> 2825 2826 <td id="recurrenceFrequency" rowspan="2"> 2826 < strong>Frequency:</strong><br/>2827 <em>Frequency:</em><br/> 2827 2828 <input type="radio" name="freq" value="NONE" onclick="showRrules(this.value)" checked="checked"/>none<br/> 2828 2829 <!--<input type="radio" name="freq" value="HOURLY" onclick="showRrules(this.value)"/>hourly<br/>--> … … 2838 2839 </div> 2839 2840 <div id="recurrenceUntilRules" class="invisible"> 2840 < strong>Repeat:</strong>2841 <em>Repeat:</em> 2841 2842 <p> 2842 2843 <input type="radio" name="recurCountUntil" value="forever"> … … 2878 2879 <div id="hourlyRecurrenceRules" class="invisible"> 2879 2880 <p> 2880 < strong>Interval:</strong>2881 <em>Interval:</em> 2881 2882 every 2882 2883 <input type="text" name="hourlyInterval" size="2" value="1"> … … 2891 2892 <div id="dailyRecurrenceRules" class="invisible"> 2892 2893 <p> 2893 < strong>Interval:</strong>2894 <em>Interval:</em> 2894 2895 every 2895 2896 <input type="text" name="dailyInterval" size="2" value="1"> … … 2926 2927 <div id="weeklyRecurrenceRules" class="invisible"> 2927 2928 <p> 2928 < strong>Interval:</strong>2929 <em>Interval:</em> 2929 2930 every 2930 2931 <input type="text" name="weeklyInterval" size="2" value="1"> … … 2962 2963 <div id="monthlyRecurrenceRules" class="invisible"> 2963 2964 <p> 2964 < strong>Interval:</strong>2965 <em>Interval:</em> 2965 2966 every 2966 2967 <input type="text" name="monthlyInterval" size="2" value="1"> … … 3000 3001 <div id="yearlyRecurrenceRules" class="invisible"> 3001 3002 <p> 3002 < strong>Interval:</strong>3003 <em>Interval:</em> 3003 3004 every 3004 3005 <input type="text" name="yearlyInterval" size="2" value="1"> … … 3092 3093 <input type="button" value="manage recurrence & exception dates" onclick="launchSizedWindow('{$event-showRdates}','560','400')"/> 3093 3094 </div>--> 3094 <h4 id="dialogTitle">3095 <h4> 3095 3096 Recurrence and Exception Dates 3096 3097 </h4> 3097 3098 <div id="raContent"> 3098 3099 <div class="dateStartEndBox" id="rdatesFormFields"> 3100 <!-- dateonly (anniversary) event: this is temporary - should be determined by the main event --> 3101 <input type="checkbox" name="dateOnly" id="rdateDateOnly" onclick="swapRdateAllDay(this)" value="true"/> 3102 all day 3103 <!-- floating event: no timezone (and not UTC) --> 3104 <input type="checkbox" name="floating" id="rdateFloating" onclick="swapRdateFloatingTime(this)" value="true"/> 3105 floating 3106 <!-- store time as coordinated universal time (UTC) --> 3107 <input type="checkbox" name="storeUTC" id="rdateStoreUTC" onclick="swapRdateStoreUTC(this)" value="true"/> 3108 store as UTC<br/> 3099 3109 <div class="dateFields"> 3100 3110 <input name="eventRdate.date" … … 3166 3176 <input type="button" name="rdate" value="add recurrence" onclick="bwRdates.update(this.form['eventRdate.date'].value,this.form['eventRdate.hour'].value + this.form['eventRdate.minute'].value,false,false,false,this.form.tzid.value)"/> 3167 3177 <input type="button" name="exdate" value="add exception" onclick="bwExdates.update(this.form['eventRdate.date'].value,this.form['eventRdate.hour'].value + this.form['eventRdate.minute'].value,false,false,false,this.form.tzid.value)"/> 3168 <br/> 3169 <!-- dateonly (anniversary) event: this is temporary - should be determined by the main event --> 3170 <input type="checkbox" name="dateOnly" id="rdateDateOnly" onclick="swapRdateAllDay(this)" value="true"/> 3171 all day 3172 <!-- floating event: no timezone (and not UTC) --> 3173 <input type="checkbox" name="floating" id="rdateFloating" onclick="swapRdateFloatingTime(this)" value="true"/> 3174 floating 3175 <!-- store time as coordinated universal time (UTC) --> 3176 <input type="checkbox" name="storeUTC" id="rdateStoreUTC" onclick="swapRdateStoreUTC(this)" value="true"/> 3177 store as UTC 3178 3179 <input type="hidden" name="rdates" value="" id="bwRdatesField" /> 3180 <!-- if there are no recurrence dates, the following table will show --> 3181 <table cellspacing="0" class="invisible" id="bwCurrentRdatesNone"> 3182 <tr><th>Recurrence Dates</th></tr> 3183 <tr><td>No recurrence dates</td></tr> 3184 </table> 3185 3186 <!-- if there are no recurence dates, the following table will show --> 3187 <table cellspacing="0" class="invisible" id="bwCurrentRdates"> 3188 <tr> 3189 <th colspan="4">Recurrence Dates</th> 3190 </tr> 3191 <tr> 3192 <td>Date</td> 3193 <td>Time</td> 3194 <td>TZid</td> 3195 <td></td> 3196 </tr> 3197 </table> 3198 3199 <input type="hidden" name="exdates" value="" id="bwExdatesField" /> 3200 <!-- if there are no exception dates, the following table will show --> 3201 <table cellspacing="0" class="invisible" id="bwCurrentExdatesNone"> 3202 <tr><th>Exception Dates</th></tr> 3203 <tr><td>No exception dates</td></tr> 3204 </table> 3205 3206 <!-- if there are exception dates, the following table will show --> 3207 <table cellspacing="0" class="invisible" id="bwCurrentExdates"> 3208 <tr> 3209 <th colspan="4">Exception Dates</th> 3210 </tr> 3211 <tr> 3212 <td>Date</td> 3213 <td>Time</td> 3214 <td>TZid</td> 3215 <td></td> 3216 </tr> 3217 </table> 3218 <p> 3219 Exception dates may also be created by deleting an instance 3220 of a recurring event. 3221 </p> 3178 3222 </div> 3179 3180 <input type="hidden" name="rdates" value="" id="bwRdatesField" />3181 <!-- if there are no recurrence dates, the following table will show -->3182 <table cellspacing="0" class="invisible" id="bwCurrentRdatesNone">3183 <tr><th>Recurrence Dates</th></tr>3184 <tr><td>No recurrence dates</td></tr>3185 </table>3186 3187 <!-- if there are no recurence dates, the following table will show -->3188 <table cellspacing="0" class="invisible" id="bwCurrentRdates">3189 <tr>3190 <th colspan="4">Recurrence Dates</th>3191 </tr>3192 <tr>3193 <td>Date</td>3194 <td>Time</td>3195 <td>TZid</td>3196 <td></td>3197 </tr>3198 </table>3199 3200 <input type="hidden" name="exdates" value="" id="bwExdatesField" />3201 <!-- if there are no exception dates, the following table will show -->3202 <table cellspacing="0" class="invisible" id="bwCurrentExdatesNone">3203 <tr><th>Exception Dates</th></tr>3204 <tr><td>No exception dates</td></tr>3205 </table>3206 3207 <!-- if there are exception dates, the following table will show -->3208 <table cellspacing="0" class="invisible" id="bwCurrentExdates">3209 <tr>3210 <th colspan="4">Exception Dates</th>3211 </tr>3212 <tr>3213 <td>Date</td>3214 <td>Time</td>3215 <td>TZid</td>3216 <td></td>3217 </tr>3218 </table>3219 <p>3220 Exception dates may also be created by deleting an instance3221 of a recurring event.3222 </p>3223 3223 </div> 3224 3224 </div>
