Changeset 1184
- Timestamp:
- 12/28/06 16:19:47
- Files:
-
- trunk/deployment/webadmin/webapp/resources/default/default/default.xsl (modified) (2 diffs)
- trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/default/default/blue.css (modified) (1 diff)
- trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/default/default/default.xsl (modified) (4 diffs)
- trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/default/default/green.css (modified) (1 diff)
- trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/default/default/red.css (modified) (1 diff)
- trunk/deployment/webuser/webapp/resources/demoskins/default/default/default.xsl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/deployment/webadmin/webapp/resources/default/default/default.xsl
r1181 r1184 779 779 <xsl:if test="form/floating/input/@checked='checked'"><xsl:attribute name="disabled">true</xsl:attribute></xsl:if> 780 780 <option value="-1">select timezone...</option> 781 <xsl:variable name="startTzId" select="form/start/tzid"/> 781 782 <xsl:for-each select="/bedeworkadmin/timezones/timezone"> 782 783 <option> 783 784 <xsl:attribute name="value"><xsl:value-of select="id"/></xsl:attribute> 784 <xsl:if test=" form/start/tzid = id"><xsl:attribute name="selected">selected</xsl:attribute></xsl:if>785 <xsl:if test="$startTzId = id"><xsl:attribute name="selected">selected</xsl:attribute></xsl:if> 785 786 <xsl:value-of select="name"/> 786 787 </option> … … 839 840 <xsl:if test="form/floating/input/@checked='checked'"><xsl:attribute name="disabled">true</xsl:attribute></xsl:if> 840 841 <option value="-1">select timezone...</option> 842 <xsl:variable name="endTzId" select="form/end/dateTime/tzid"/> 841 843 <xsl:for-each select="/bedeworkadmin/timezones/timezone"> 842 844 <option> 843 845 <xsl:attribute name="value"><xsl:value-of select="id"/></xsl:attribute> 844 <xsl:if test=" form/end/dateTime/tzid = id"><xsl:attribute name="selected">selected</xsl:attribute></xsl:if>846 <xsl:if test="$endTzId = id"><xsl:attribute name="selected">selected</xsl:attribute></xsl:if> 845 847 <xsl:value-of select="name"/> 846 848 </option> trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/default/default/blue.css
r1183 r1184 910 910 background-color: #eee; 911 911 color: black; 912 border-top: 1px solid #bbb;913 912 } 914 913 h2.bwStatusCancelled { 915 914 background-color: #eee; 916 915 color: black; 917 border-top: 1px solid #bbb;918 916 } 919 917 h2.bwStatusTentative { 920 918 background: #eee url('../../images/tentativeLines.gif') top; 921 919 color: black; 922 border-top: 1px solid #bbb;923 920 } 924 921 /* Header IDs and classes */ trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/default/default/default.xsl
r1176 r1184 51 51 <!-- ================================= --> 52 52 53 <!-- URL of resources common to all bedework apps (javascript, images) --> 54 <xsl:variable name="resourceCommons">../../../bedework-common</xsl:variable> 55 53 56 <!-- DEFINE INCLUDES --> 54 <xsl:include href="/bedework-common/default/default/errors.xsl"/> 57 <!-- cannot use the resourceCommons variable in xsl:include paths --> 58 <xsl:include href="../../../bedework-common/default/default/errors.xsl"/> 59 <xsl:include href="../../../bedework-common/default/default/messages.xsl"/> 55 60 56 61 <!-- DEFINE GLOBAL CONSTANTS --> … … 119 124 <!-- load javascript --> 120 125 <xsl:if test="/bedework/page='calendarList'"> 121 <script type="text/javascript" src=" /bedework-common/javascript/dojo/dojo.js"/>126 <script type="text/javascript" src="{$resourceCommons}/javascript/dojo/dojo.js"/> 122 127 <script type="text/javascript" src="{$resourcesRoot}/resources/javascript/bedework.js"/> 123 128 </xsl:if> … … 907 912 </td> 908 913 <td class="icons"> 909 <variable name="confId" select="/bedework/confirmationid"/>910 914 <a href="{$privateCal}/event/addEventRef.do?subid={$subscriptionId}&calPath={$calPath}&guid={$guid}&recurrenceId={$recurrenceId}" title="Add event to MyCalendar" target="myCalendar"> 911 915 <img class="addref" src="{$resourcesRoot}/images/add2mycal-icon-small.gif" width="12" height="16" border="0" alt="Add event to MyCalendar"/> … … 1219 1223 <xsl:if test="calendarCollection='true'"> 1220 1224 <xsl:variable name="name" select="name"/> 1221 <xsl:variable name="calPath" select=" encodedPath"/>1225 <xsl:variable name="calPath" select="path"/> 1222 1226 <span class="exportCalLink"> 1223 1227 <!--<a href="{$export}&calPath={$calPath}&dateLimits=active&nocache=no&skinName=ical&contentType=text/calendar&contentName={$name}.ics" title="export calendar as iCal (excluding past events)">--> trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/default/default/green.css
r1183 r1184 921 921 background-color: #eee; 922 922 color: black; 923 border-top: 1px solid #333;924 923 } 925 924 h2.bwStatusCancelled { 926 925 background-color: #eee; 927 926 color: black; 928 border-top: 1px solid #333;929 927 } 930 928 h2.bwStatusTentative { 931 929 background: #eee url('../../images/tentativeLines.gif') top; 932 930 color: black; 933 border-top: 1px solid #333;934 931 } 935 932 /* Header IDs and classes */ trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/default/default/red.css
r1183 r1184 922 922 background-color: #eee; 923 923 color: black; 924 border-top: 1px solid #333;925 924 } 926 925 h2.bwStatusCancelled { 927 926 background-color: #eee; 928 927 color: black; 929 border-top: 1px solid #333;930 928 } 931 929 h2.bwStatusTentative { 932 930 background: #eee url('../../images/tentativeLines.gif') top; 933 931 color: black; 934 border-top: 1px solid #333;935 932 } 936 933 /* Header IDs and classes */ trunk/deployment/webuser/webapp/resources/demoskins/default/default/default.xsl
r1181 r1184 2044 2044 <xsl:if test="form/floating/input/@checked='checked'"><xsl:attribute name="disabled">true</xsl:attribute></xsl:if> 2045 2045 <option value="-1">select timezone...</option> 2046 <xsl:variable name="startTzId" select="form/start/tzid"/> 2046 2047 <xsl:for-each select="/bedework/timezones/timezone"> 2047 2048 <option> 2048 2049 <xsl:attribute name="value"><xsl:value-of select="id"/></xsl:attribute> 2049 <xsl:if test=" /bedework/formElements/form/start/tzid = id"><xsl:attribute name="selected">selected</xsl:attribute></xsl:if>2050 <xsl:if test="$startTzId = id"><xsl:attribute name="selected">selected</xsl:attribute></xsl:if> 2050 2051 <xsl:value-of select="name"/> 2051 2052 </option> … … 2104 2105 <xsl:if test="form/floating/input/@checked='checked'"><xsl:attribute name="disabled">true</xsl:attribute></xsl:if> 2105 2106 <option value="-1">select timezone...</option> 2107 <xsl:variable name="endTzId" select="form/end/dateTime/tzid"/> 2106 2108 <xsl:for-each select="/bedework/timezones/timezone"> 2107 2109 <option> 2108 2110 <xsl:attribute name="value"><xsl:value-of select="id"/></xsl:attribute> 2109 <xsl:if test="/bedework/formElements/form/end/dateTime/tzid = id"><xsl:attribute name="selected">selected</xsl:attribute></xsl:if>2111 <xsl:if test="$endTzId = id"><xsl:attribute name="selected">selected</xsl:attribute></xsl:if> 2110 2112 <xsl:value-of select="name"/> 2111 2113 </option>
