Changeset 3575
- Timestamp:
- 07/03/12 12:26:04
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/themes/bedeworkTheme/event.xsl
r3572 r3575 100 100 <div id="bwRegistrationBox"> 101 101 <xsl:variable name="eventName"><xsl:value-of select="name"/></xsl:variable> 102 <iframe src="{$eventReg}?href={$calPath}%2F{$eventName}" >102 <iframe src="{$eventReg}?href={$calPath}%2F{$eventName}" width="300" height="175"> 103 103 <p> 104 104 <xsl:copy-of select="$bwStr-Error-IframeUnsupported"/> trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/themes/bedeworkTheme/themeSettings.xsl
r3572 r3575 135 135 136 136 137 138 137 139 <!-- EVENT REGISTRATION SYSTEM --> 138 140 <!-- Bedework provides an application that allows users to register for events. --> … … 146 148 default quickstart location. If you move it, you must change this 147 149 value. The value includes the path to initialize the system on page load. --> 148 <xsl:variable name="eventReg">/eventreg/init.do</xsl:variable> 150 <xsl:variable name="eventReg">/eventreg/ureg/init.do</xsl:variable> 151 152 149 153 150 154
