Changeset 385
- Timestamp:
- 04/19/06 14:12:02
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/calendar3/deployment/webuser/webapp/resources/demoskins/default/default/default.xsl
r383 r385 2177 2177 </xsl:otherwise> 2178 2178 </xsl:choose> 2179 <xsl:variable name="id" select="id"/> 2179 2180 <form name="modCalForm" action="{$calendar-update}"> 2180 2181 <table class="common"> 2181 2182 <tr> 2182 2183 <th class="commonHeader" colspan="2"> 2184 <div id="eventActions"> 2185 key: <xsl:value-of select="id"/> 2186 </div> 2183 2187 <xsl:value-of select="path"/> 2184 2188 </th> … … 2262 2266 </tr> 2263 2267 <tr> 2264 <td class="fieldName">Owner:</td> 2265 <td><xsl:value-of select="name(acl/ace[principal/property/owner]/grant/*)"/></td> 2266 </tr> 2267 <xsl:if test="acl/ace/principal/href"> 2268 <th>Owner:</th> 2269 <!-- NOTE: we are currently getting the acl information from the 2270 calendar listing NOT from the current calendar (which does not 2271 have the means of producing it out of the action form just now. 2272 We'll fix this soon. --> 2273 <td> 2274 <xsl:value-of select="name(/bedework/calendars//calendar[id=$id]/acl/ace[principal/property/owner]/grant/*)"/> 2275 </td> 2276 </tr> 2277 <xsl:if test="/bedework/calendars//calendar[id=$id]/acl/ace/principal/href"> 2268 2278 <tr> 2269 <t d class="fieldName">Users:</td>2279 <th>Users:</th> 2270 2280 <td> 2271 <xsl:for-each select=" acl/ace[principal/href]">2281 <xsl:for-each select="/bedework/calendars//calendar[id=$id]/acl/ace[principal/href]"> 2272 2282 <xsl:value-of select="principal/href"/> (<xsl:value-of select="name(grant/*)"/>)<br/> 2273 2283 </xsl:for-each> … … 2277 2287 </table> 2278 2288 <form name="calendarShareForm" action="{$setAccess}" id="shareForm"> 2279 <xsl:variable name="id" select="id"/>2280 2289 <input type="hidden" name="calId" value="{$id}"/> 2281 2290 <p>
