Changeset 316
- Timestamp:
- 03/31/06 14:06:08
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/calendar3/deployment/webpublic/webapp/resources/demoskins/default/default/default.xsl
r281 r316 173 173 <a href="{$privateCal}">Personal Calendar</a> | 174 174 <a href="http://www.yourschoolhere.edu">School Home</a> | 175 <a href="http://www. washington.edu/ucal/">Other Link</a> |175 <a href="http://www.bedework.org/">Other Link</a> | 176 176 <a href="http://helpdesk.rpi.edu/update.do?catcenterkey=51"> 177 177 Example Calendar Help trunk/calendar3/deployment/webuser/webapp/resources/demoskins/default/default/errors.xsl
r298 r316 6 6 An exception occurred: <xsl:value-of select="param"/> 7 7 </xsl:when> 8 <xsl:when test="id='org.bedework. error.exc'">8 <xsl:when test="id='org.bedework.client.error.exc'"> 9 9 An exception occurred: <xsl:value-of select="param"/> 10 10 </xsl:when> 11 <xsl:when test="id='org.bedework. error.nosuchevent'">11 <xsl:when test="id='org.bedework.client.error.nosuchevent'"> 12 12 Event <xsl:value-of select="param"/> does not exist. 13 13 </xsl:when> 14 <xsl:when test="id='org.bedework. error.baddates'">14 <xsl:when test="id='org.bedework.client.error.baddates'"> 15 15 Improperly formatted date(s): <xsl:value-of select="param"/> 16 16 </xsl:when> 17 <xsl:when test="id='org.bedework. error.noaccess'">17 <xsl:when test="id='org.bedework.client.error.noaccess'"> 18 18 You have insufficient access <xsl:value-of select="param"/> 19 19 </xsl:when> 20 <xsl:when test="id='org.bedework. error.notitle'">20 <xsl:when test="id='org.bedework.validation.error.notitle'"> 21 21 Please supply a title for your event (required). 22 22 </xsl:when> 23 <xsl:when test="id='org.bedework. error.location.referenced'">23 <xsl:when test="id='org.bedework.client.error.location.referenced'"> 24 24 Location is in use. It cannot be deleted while referenced by an event. 25 25 </xsl:when> 26 <xsl:when test="id='org.bedework. error.mail.norecipient'">26 <xsl:when test="id='org.bedework.client.error.mail.norecipient'"> 27 27 You must supply a recipient. 28 28 </xsl:when> 29 <xsl:when test="id='org.bedework. error.unknown.timezone'">29 <xsl:when test="id='org.bedework.client.error.unknown.timezone'"> 30 30 Unknown timezone <xsl:value-of select="param"/> 31 31 </xsl:when> trunk/calendar3/webclient/war/WEB-INF/struts-config.xml
r312 r316 26 26 <forward name="eventMore" path="/showEventMore.rdo"/> 27 27 <forward name="initUpload" path="/initUpload.rdo"/> 28 <forward name="showMsgErr" path="/showMsgErr.rdo"/> 28 29 29 30 <!-- Forward for a new session from some bookmarked link? --> … … 166 167 </action> 167 168 169 <action path="/showMsgErr" 170 type="org.bedework.webclient.BwRenderAction" 171 name="calForm" 172 scope="session" 173 validate="false"> 174 <forward name="success" path="/docs/showMsgErr.jsp"/> 175 </action> 176 168 177 <!-- =============================================================== 169 178 These actions do not render - these should be referenced by the do
