Changeset 2234
- Timestamp:
- 06/26/09 14:35:04
- Files:
-
- trunk/deployment/webadmin/webapp/resources/default/default/default.css (modified) (2 diffs)
- trunk/deployment/webadmin/webapp/resources/default/default/default.xsl (modified) (12 diffs)
- trunk/deployment/webuser/webapp/resources/demoskins/default/default/default.css (modified) (1 diff)
- trunk/deployment/webuser/webapp/resources/demoskins/default/default/default.xsl (modified) (9 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/deployment/webadmin/webapp/resources/default/default/default.css
r2201 r2234 975 975 width: 200px; 976 976 } 977 #viewsTable table.subscriptionsListSubs td { 978 white-space: nowrap; 979 } 977 980 #viewsTable table td.arrows { 978 981 width: 15px; … … 992 995 margin: 0; 993 996 padding: 0; 997 font-size: 0.8em; 998 font-style: italic; 999 } 1000 ul.note { 994 1001 font-size: 0.8em; 995 1002 font-style: italic; trunk/deployment/webadmin/webapp/resources/default/default/default.xsl
r2225 r2234 835 835 <li> 836 836 <a href="{$subscriptions-fetch}" title="subscriptions to calendars"> 837 Manage topical areas837 Manage subscriptions 838 838 </a> 839 839 </li> 840 840 <li> 841 <a href="{$view-fetch}" title="collections of topical areas">841 <a href="{$view-fetch}" title="collections of subscriptions"> 842 842 Manage views 843 843 </a> … … 2559 2559 2560 2560 <!-- Topical area --> 2561 <!-- These are the subscriptions (aliases) where the events should show up. 2562 By selecting one or more of these, appropriate categories will be set on the event --> 2561 <!-- By selecting one or more of these, appropriate categories will be set on the event --> 2563 2562 <tr> 2564 2563 <td class="fieldName"> … … 4137 4136 </td> 4138 4137 </tr> 4138 <xsl:if test="/bedework/page = 'modSubscription'"> 4139 <tr> 4140 <th>Topical Area:</th> 4141 <td> 4142 <input type="radio" name="calendar.isTopicalArea" value="true"> 4143 <xsl:if test="isTopicalArea = 'true'"><xsl:attribute name="checked">checked</xsl:attribute></xsl:if> 4144 </input> true 4145 <input type="radio" name="calendar.isTopicalArea" value="false"> 4146 <xsl:if test="isTopicalArea = 'false'"><xsl:attribute name="checked">checked</xsl:attribute></xsl:if> 4147 </input> false 4148 </td> 4149 </tr> 4150 </xsl:if> 4139 4151 <tr> 4140 4152 <th>Description:</th> … … 4791 4803 <tr> 4792 4804 <td class="cals"> 4793 <h3> Topical Areas</h3>4805 <h3>Subscriptions</h3> 4794 4806 <ul class="calendarTree"> 4795 4807 <xsl:apply-templates select="calendar" mode="listForUpdateSubscription"> … … 4819 4831 4820 4832 <xsl:template name="subscriptionIntro"> 4821 <h3>Managing Topical Areas</h3>4833 <h3>Managing Subscriptions</h3> 4822 4834 <ul> 4823 <li>Select an item from the tree on the left to modify a topical area.</li> 4824 <li>Select the 4825 <img src="{$resourcesRoot}/resources/calAddIcon.gif" width="13" height="13" alt="true" border="0"/> 4826 icon to add a new topical area to the tree. 4835 <li> 4836 Select an item from the tree on the left to modify a subscription. 4837 </li> 4838 <li> 4839 Select the 4840 <img src="{$resourcesRoot}/resources/calAddIcon.gif" width="13" height="13" alt="true" border="0"/> 4841 icon to add a new subscription or folder to the tree. 4842 </li> 4843 </ul> 4844 <ul> 4845 <li> 4846 <strong>Topical Areas:</strong> 4847 <ul> 4848 <li> 4849 A subscription marked as a "Topical Area" will be presented to event administrators when creating events. 4850 These are used for input (tagging) and output (if added to a view). 4851 </li> 4852 <li> 4853 A subscription not marked as a "Topical Area" can be used in Views, 4854 but will not appear when creating events. Such subscriptions are used for output only, 4855 e.g. an ical feed of holidays from an external source. 4856 </li> 4857 </ul> 4827 4858 </li> 4828 4859 </ul> … … 5162 5193 <h2>Manage Views</h2> 5163 5194 <p> 5164 Views are named aggregations of topical areas used5195 Views are named aggregations of subscriptions used 5165 5196 to display sets of events within a calendar suite. 5166 5197 </p> … … 5176 5207 <tr> 5177 5208 <th>Name</th> 5178 <th>Included topical areas</th>5209 <th>Included subscriptions</th> 5179 5210 </tr> 5180 5211 … … 5208 5239 <h2>Update View</h2> 5209 5240 5210 <p class="note"> 5211 Note: In some configurations, changes made here will not show up in the calendar suite until 5212 the cache is flushed (approx. 5 minutes) or you start a new session (e.g. clear your cookies). 5213 Deleting a view on a production system should be followed by a server restart to clear the cache for all users. 5214 </p> 5241 <ul class="note"> 5242 <li> 5243 In some configurations, changes made here will not show up in the calendar suite until 5244 the cache is flushed (approx. 5 minutes) or you start a new session (e.g. clear your cookies). 5245 </li> 5246 <li> 5247 Deleting a view on a production system should be followed by a server restart to clear the cache for all users. 5248 </li> 5249 <li> 5250 To see underlying subscriptions in a local folder, open the folder in the 5251 "<a href="{$subscriptions-fetch}" title="subscriptions to calendars">Manage Subscriptions</a>" tree 5252 (this will be improved in a later version...). 5253 </li> 5254 <li> 5255 If you include a folder in a view, you do not need to 5256 include its children. 5257 </li> 5258 </ul> 5215 5259 5216 5260 <h3 class="viewName"> … … 5220 5264 <tr> 5221 5265 <td class="subs"> 5222 <h3>Available topical areas:</h3>5266 <h3>Available subscriptions:</h3> 5223 5267 5224 5268 <table class="subscriptionsListSubs"> 5225 <xsl:for-each select="/bedework/calendars/calendar/ calendar[isSubscription = 'true']">5226 <xsl:sort select=" name" order="ascending" case-order="upper-first"/>5269 <xsl:for-each select="/bedework/calendars/calendar//calendar[isSubscription = 'true' or calType = '0']"> 5270 <xsl:sort select="substring-after(path, $userPath)" order="ascending" case-order="upper-first"/> 5227 5271 <xsl:if test="not(/bedework/currentView//path = path)"> 5228 5272 <tr> 5229 5273 <td> 5230 <xsl:value-of select="summary"/> 5274 <xsl:if test="calType = '0' and isSubscription = 'false'"> 5275 <!-- display a folder icon for local folders... --> 5276 <img src="{$resourcesRoot}/resources/catIcon.gif" 5277 width="13" height="13" border="0" 5278 alt="folder"/> 5279 <xsl:text> </xsl:text> 5280 </xsl:if> 5281 <xsl:value-of select="substring-after(path, $userPath)"/> 5231 5282 </td> 5232 5283 <td class="arrows"> … … 5235 5286 <img src="{$resourcesRoot}/resources/arrowRight.gif" 5236 5287 width="13" height="13" border="0" 5237 alt="add topical area"/>5288 alt="add subscription"/> 5238 5289 </a> 5239 5290 </td> … … 5246 5297 </td> 5247 5298 <td class="view"> 5248 <h3>Active topical areas:</h3>5299 <h3>Active subscriptions:</h3> 5249 5300 <table class="subscriptionsListView"> 5250 5301 <xsl:for-each select="/bedework/currentView/path"> … … 5256 5307 <img src="{$resourcesRoot}/resources/arrowLeft.gif" 5257 5308 width="13" height="13" border="0" 5258 alt="add topical area"/>5309 alt="add subscription"/> 5259 5310 </a> 5260 5311 </td> trunk/deployment/webuser/webapp/resources/demoskins/default/default/default.css
r2224 r2234 891 891 font-size: 0.9em; 892 892 } 893 #bedework #scheduling p.editAttendees {893 #bedework #scheduling .editAttendees { 894 894 padding-top: 1em; 895 895 clear: both; trunk/deployment/webuser/webapp/resources/demoskins/default/default/default.xsl
r2232 r2234 2346 2346 </xsl:for-each> 2347 2347 </table> 2348 <p> 2349 <em> 2350 <a href="{$schedule-initAttendeeUpdate}&initUpdate=yes"> 2351 change my status 2352 </a> 2353 </em> 2354 </p> 2348 <xsl:if test="not(organizerSchedulingObject)"> 2349 <p> 2350 <em> 2351 <a href="{$schedule-initAttendeeUpdate}&initUpdate=yes"> 2352 change my status 2353 </a> 2354 </em> 2355 </p> 2356 </xsl:if> 2355 2357 </td> 2356 2358 </tr> 2357 2359 </xsl:if> 2360 <!-- Recipients are deprecated --> 2361 <!-- 2358 2362 <xsl:if test="recipient"> 2359 2363 <tr> … … 2386 2390 </tr> 2387 2391 </xsl:if> 2392 --> 2388 2393 <xsl:if test="cost!=''"> 2389 2394 <tr> … … 3908 3913 </xsl:apply-templates> 3909 3914 </xsl:if> 3910 3915 <!-- Recipients are deprecated --> 3916 <!-- 3911 3917 <xsl:if test="form/recipients/recipient"> 3912 3918 <xsl:apply-templates select="form/recipients"> … … 3914 3920 </xsl:apply-templates> 3915 3921 </xsl:if> 3922 --> 3916 3923 <div class="editAttendees"> 3917 3924 <xsl:choose> 3918 <xsl:when test="form/scheduleMethod = '2'"> 3919 <input name="editEventAttendees" type="submit" value="edit attendees and recipients"/> 3925 <xsl:when test="form/organizerSchedulingObject"> 3926 <input name="editEventAttendees" type="submit" value="edit attendees"/> 3927 </xsl:when> 3928 <xsl:when test="form/attendeeSchedulingObject"> 3929 <p> 3930 <em> 3931 <a href="{$schedule-initAttendeeUpdate}&initUpdate=yes"> 3932 change my status 3933 </a> 3934 </em> 3935 </p> 3920 3936 </xsl:when> 3921 3937 <xsl:otherwise> … … 3925 3941 </xsl:when> 3926 3942 <xsl:otherwise> 3927 <input name="makeEventIntoMeeting" type="submit" value="make into meeting - invite attendees and recipients"/>3943 <input name="makeEventIntoMeeting" type="submit" value="make into meeting - invite attendees"/> 3928 3944 </xsl:otherwise> 3929 3945 </xsl:choose> … … 4130 4146 4131 4147 <div id="recipientsAndAttendees"> 4132 <h4> Add attendees and recipients</h4>4148 <h4>Add attendees</h4> 4133 4149 <form name="raForm" id="recipientsAndAttendeesForm" action="{$event-attendeesForEvent}" method="post"> 4134 4150 <div id="raContent"> … … 4136 4152 <input type="text" name="uri" width="40" id="bwRaUri"/> 4137 4153 <input type="submit" value="add" /> 4138  4139 <input type=" checkbox" name="recipient" value="true" checked="checked"/> recipient4140 <input type=" checkbox" name="attendee" value="true" checked="checked"/> attendee4154 <!-- Recipients are deprecated: default all to attendees --> 4155 <input type="hidden" name="recipient" value="true"/> 4156 <input type="hidden" name="attendee" value="true"/> 4141 4157   4142 4158 Role: … … 4162 4178 </xsl:if> 4163 4179 4180 <!-- Recipients are deprecated --> 4181 <!-- 4164 4182 <xsl:if test="/bedework/recipients/recipient"> 4165 4183 <xsl:apply-templates select="/bedework/recipients"/> 4166 4184 </xsl:if> 4185 --> 4167 4186 4168 4187 <xsl:apply-templates select="/bedework/freebusy" mode="freeBusyGrid"> … … 4382 4401 </xsl:template> 4383 4402 4403 <!-- Recipients are deprecated --> 4384 4404 <xsl:template match="recipients"> 4385 4405 <xsl:param name="trash">yes</xsl:param>
