Changeset 3582
- Timestamp:
- 07/17/12 17:44:05
- Files:
-
- trunk/deployment/webadmin/webapp/resources/default/default/default.xsl (modified) (2 diffs)
- trunk/deployment/webadmin/webapp/resources/default/default/strings.xsl (modified) (1 diff)
- trunk/deployment/webadmin/webapp/resources/es_ES/default/default.xsl (modified) (2 diffs)
- trunk/deployment/webadmin/webapp/resources/es_ES/default/strings.xsl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/deployment/webadmin/webapp/resources/default/default/default.xsl
r3581 r3582 77 77 <!-- Use the regisration module? --> 78 78 <xsl:variable name="bwUseRegistrationSystem">true</xsl:variable> 79 <xsl:variable name="bwRegistrationRoot">/eventreg</xsl:variable> 79 80 80 81 <!-- Properly encoded prefixes to the application actions; use these to build … … 3020 3021 </script> 3021 3022 </xsl:if> 3023 <xsl:if test="eventregAdminToken"> 3024 <p> 3025 <xsl:variable name="registrationsHref"><xsl:value-of select="$bwRegistrationRoot"/>/admin/adminAgenda.do?href=<xsl:value-of select="form/calendar/event/encodedPath"/>/<xsl:value-of select="name"/>&atkn=<xsl:value-of select="eventregAdminToken"/></xsl:variable> 3026 <xsl:variable name="registrationsDownloadHref"><xsl:value-of select="$bwRegistrationRoot"/>/admin/download.do?href=<xsl:value-of select="form/calendar/event/encodedPath"/>/<xsl:value-of select="name"/>&atkn=<xsl:value-of select="eventregAdminToken"/></xsl:variable> 3027 <button onclick="launchSizedWindow('{$registrationsHref}', '1000', '600');return false;"><xsl:copy-of select="$bwStr-AEEF-ViewRegistrations"/></button> 3028 <xsl:text> </xsl:text> 3029 <button onclick="location.href='{$registrationsDownloadHref}';return false;"><xsl:copy-of select="$bwStr-AEEF-DownloadRegistrations"/></button> 3030 </p> 3031 </xsl:if> 3022 3032 </div> 3023 3033 </td> trunk/deployment/webadmin/webapp/resources/default/default/strings.xsl
r3581 r3582 286 286 <xsl:variable name="bwStr-AEEF-RegistrationCloses">Registration closes:</xsl:variable> 287 287 <xsl:variable name="bwStr-AEEF-RegistrationClosesInfo">(date/time of registration cut off)</xsl:variable> 288 <xsl:variable name="bwStr-AEEF-ViewRegistrations">View registrations</xsl:variable> 289 <xsl:variable name="bwStr-AEEF-DownloadRegistrations">Download registrations</xsl:variable> 288 290 <xsl:variable name="bwStr-AEEF-Optional">(optional)</xsl:variable> 289 291 trunk/deployment/webadmin/webapp/resources/es_ES/default/default.xsl
r3581 r3582 73 73 <xsl:variable name="submissionsRootEncoded" select="/bedework/submissionsRoot/encoded"/> 74 74 <xsl:variable name="submissionsRootUnencoded" select="/bedework/submissionsRoot/unencoded"/> 75 76 <!-- Switches for Optional Modules --> 77 <!-- Use the regisration module? --> 78 <xsl:variable name="bwUseRegistrationSystem">true</xsl:variable> 75 79 76 80 <!-- Properly encoded prefixes to the application actions; use these to build … … 3017 3021 </script> 3018 3022 </xsl:if> 3023 <xsl:if test="form/eventregAdminToken"> 3024 <p><a href=""><xsl:copy-of select="$bwStr-AEEF-ViewRegistrations"/></a></p> 3025 </xsl:if> 3019 3026 </div> 3020 3027 </td> trunk/deployment/webadmin/webapp/resources/es_ES/default/strings.xsl
r3581 r3582 286 286 <xsl:variable name="bwStr-AEEF-RegistrationCloses">Registration closes:</xsl:variable> 287 287 <xsl:variable name="bwStr-AEEF-RegistrationClosesInfo">(date/time of registration cut off)</xsl:variable> 288 <xsl:variable name="bwStr-AEEF-ViewRegistrations">View event registrations</xsl:variable> 289 <xsl:variable name="bwStr-AEEF-DownloadRegistrations">Download registrations</xsl:variable> 288 290 <xsl:variable name="bwStr-AEEF-Optional">(opcional)</xsl:variable> 289 291
