Changeset 2981
- Timestamp:
- 08/18/10 17:16:13
- Files:
-
- trunk/deployment/feeder/webapp/resources/demoskins/MainCampus/default/default/list-rss.xsl (modified) (1 diff)
- trunk/deployment/webadmin/webapp/resources/default/default/default.xsl (modified) (3 diffs)
- trunk/deployment/webuser/webapp/resources/demoskins/themes/bedeworkTheme/attendees.xsl (modified) (2 diffs)
- trunk/deployment/webuser/webapp/resources/demoskins/themes/bedeworkTheme/css/bedeworkTheme.css (modified) (2 diffs)
- trunk/deployment/webuser/webapp/resources/demoskins/themes/bedeworkTheme/event.xsl (modified) (1 diff)
- trunk/deployment/webuser/webapp/resources/demoskins/themes/bedeworkTheme/eventForm.xsl (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/deployment/feeder/webapp/resources/demoskins/MainCampus/default/default/list-rss.xsl
r2940 r2981 282 282 <xsl:value-of select="contact/phone" /> 283 283 </xsl:if> 284 <![CDATA[285 <br/>286 ]]>287 </xsl:if>288 289 <xsl:if test="categories[1]/category">290 <xsl:copy-of select="$bwStr-SgEv-Categories"/><xsl:text> </xsl:text>291 <xsl:for-each select="categories/category">292 <xsl:value-of select="value"/><xsl:if test="position() != last()">, </xsl:if>293 </xsl:for-each>294 <![CDATA[295 <br/>296 ]]>297 284 </xsl:if> 298 285 </description> 286 287 <xsl:if test="categories[1]/category"> 288 <xsl:for-each select="categories/category"> 289 <category><xsl:value-of select="value"/></category> 290 </xsl:for-each> 291 </xsl:if> 292 299 293 </item> 300 294 </xsl:template> trunk/deployment/webadmin/webapp/resources/default/default/default.xsl
r2862 r2981 1754 1754 <!-- has recurrenceId, so is master --> 1755 1755 1756 <div id="recurringSwitch"> 1757 <xsl:if test="$canEdit = 'false'"><xsl:attribute name="class">invisible</xsl:attribute></xsl:if> 1758 <!-- set or remove "recurring" and show or hide all recurrence fields: --> 1759 <input type="radio" name="recurring" value="true" onclick="swapRecurrence(this)"> 1760 <xsl:if test="form/recurringEntity = 'true'"><xsl:attribute name="checked">checked</xsl:attribute></xsl:if> 1761 </input><xsl:text> </xsl:text><xsl:copy-of select="$bwStr-AEEF-EventRecurs"/> 1762 <input type="radio" name="recurring" value="false" onclick="swapRecurrence(this)"> 1763 <xsl:if test="form/recurringEntity = 'false'"><xsl:attribute name="checked">checked</xsl:attribute></xsl:if> 1764 </input><xsl:text> </xsl:text><xsl:copy-of select="$bwStr-AEEF-EventDoesNotRecur"/> 1765 </div> 1756 <xsl:choose> 1757 <xsl:when test="form/recurringEntity = 'false'"> 1758 <!-- the switch is required to turn recurrence on - maybe we can infer this instead? --> 1759 <div id="recurringSwitch"> 1760 <xsl:if test="$canEdit = 'false'"><xsl:attribute name="class">invisible</xsl:attribute></xsl:if> 1761 <!-- set or remove "recurring" and show or hide all recurrence fields: --> 1762 <input type="radio" name="recurring" value="true" onclick="swapRecurrence(this)"> 1763 <xsl:if test="form/recurringEntity = 'true'"><xsl:attribute name="checked">checked</xsl:attribute></xsl:if> 1764 </input><xsl:text> </xsl:text><xsl:copy-of select="$bwStr-AEEF-EventRecurs"/> 1765 <input type="radio" name="recurring" value="false" onclick="swapRecurrence(this)"> 1766 <xsl:if test="form/recurringEntity = 'false'"><xsl:attribute name="checked">checked</xsl:attribute></xsl:if> 1767 </input><xsl:text> </xsl:text><xsl:copy-of select="$bwStr-AEEF-EventDoesNotRecur"/> 1768 </div> 1769 </xsl:when> 1770 <xsl:otherwise> 1771 <!-- is a recurring event; once created as such, it can no longer be made non-recurring. --> 1772 <input type="hidden" name="recurring" value="true"/> 1773 </xsl:otherwise> 1774 </xsl:choose> 1766 1775 1767 1776 <!-- wrapper for all recurrence fields (rrules and rdates): --> … … 1774 1783 </h4> 1775 1784 <!-- show or hide rrules fields when editing: --> 1785 <!-- DEPRECATED: No longer allow the changing of recurrence information once created. 1776 1786 <xsl:if test="form/recurrence"> 1777 1787 <span id="rrulesSwitch"> … … 1782 1792 <xsl:copy-of select="$bwStr-AEEF-ChangeRecurrenceRules"/> 1783 1793 </span> 1784 </xsl:if> 1794 </xsl:if> --> 1785 1795 <span id="rrulesUiSwitch"> 1786 1796 <xsl:if test="form/recurrence"> trunk/deployment/webuser/webapp/resources/demoskins/themes/bedeworkTheme/attendees.xsl
r2979 r2981 24 24 25 25 <!-- Transform the attendees into an array of json objects 26 for use in the BwGrid. This is called on edit event and after each update to27 the attendees using xml from the attendee widget. -->26 for use in the BwGrid. This is called on edit event to process 27 attendees from the xml. --> 28 28 <xsl:template match="attendees" mode="loadBwGrid"> 29 29 <xsl:for-each select="attendee"> … … 97 97 </xsl:template> 98 98 99 <xsl:template match="attendees">99 <xsl:template match="attendees"> 100 100 <xsl:param name="trash">yes</xsl:param> 101 101 <table id="attendees" class="widget" cellspacing="0"> trunk/deployment/webuser/webapp/resources/demoskins/themes/bedeworkTheme/css/bedeworkTheme.css
r2950 r2981 1131 1131 } 1132 1132 #bedework a.emailIcon { 1133 margin -left:0.5em;1133 margin: 0 0.5em; 1134 1134 } 1135 1135 #bedework form#subscriptions { … … 1186 1186 #bedework table.common #attendees td { 1187 1187 padding: 2px 20px 2px 6px; 1188 font-size: 1.1em;1189 1188 } 1190 1189 #bedework table.common #attendees td.status { trunk/deployment/webuser/webapp/resources/demoskins/themes/bedeworkTheme/event.xsl
r2896 r2981 419 419 </tr> 420 420 </xsl:if> 421 <xsl:if test="scheduleMethod != 3 ">421 <xsl:if test="scheduleMethod != 3 and description != ''"> 422 422 <tr> 423 423 <td class="fieldname"><xsl:copy-of select="$bwStr-SgEv-Description"/><xsl:text> </xsl:text></td> trunk/deployment/webuser/webapp/resources/demoskins/themes/bedeworkTheme/eventForm.xsl
r2974 r2981 836 836 <!-- has recurrenceId, so is master --> 837 837 838 <!-- the switch is current required to turn recurrence on or off - we can probably infer this instead --> 839 <div id="recurringSwitch"> 840 <!-- set or remove "recurring" and show or hide all recurrence fields: --> 841 <input type="radio" name="recurring" value="true" onclick="swapRecurrence(this)"> 842 <xsl:if test="form/recurringEntity = 'true'"><xsl:attribute name="checked">checked</xsl:attribute></xsl:if> 843 </input> <xsl:copy-of select="$bwStr-AEEF-EventRecurs"/> 844 <input type="radio" name="recurring" value="false" onclick="swapRecurrence(this)"> 845 <xsl:if test="form/recurringEntity = 'false'"><xsl:attribute name="checked">checked</xsl:attribute></xsl:if> 846 </input> <xsl:copy-of select="$bwStr-AEEF-EventDoesNotRecur"/> 847 </div> 838 <xsl:choose> 839 <xsl:when test="form/recurringEntity = 'false'"> 840 <!-- the switch is required to turn recurrence on - maybe we can infer this instead? --> 841 <div id="recurringSwitch"> 842 <!-- set or remove "recurring" and show or hide all recurrence fields: --> 843 <input type="radio" name="recurring" value="true" onclick="swapRecurrence(this)"> 844 <xsl:if test="form/recurringEntity = 'true'"><xsl:attribute name="checked">checked</xsl:attribute></xsl:if> 845 </input> <xsl:copy-of select="$bwStr-AEEF-EventRecurs"/> 846 <input type="radio" name="recurring" value="false" onclick="swapRecurrence(this)"> 847 <xsl:if test="form/recurringEntity = 'false'"><xsl:attribute name="checked">checked</xsl:attribute></xsl:if> 848 </input> <xsl:copy-of select="$bwStr-AEEF-EventDoesNotRecur"/> 849 </div> 850 </xsl:when> 851 <xsl:otherwise> 852 <!-- is a recurring event; once created as such, it can no longer be made non-recurring. --> 853 <input type="hidden" name="recurring" value="true"/> 854 </xsl:otherwise> 855 </xsl:choose> 848 856 849 857 <!-- wrapper for all recurrence fields (rrules and rdates): --> … … 853 861 <h4><xsl:copy-of select="$bwStr-AEEF-RecurrenceRules"/></h4> 854 862 <!-- show or hide rrules fields when editing: --> 863 <!-- DEPRECATED: No longer allow the changing of recurrence information once created. 855 864 <xsl:if test="form/recurrence"> 856 865 <input type="checkbox" name="rrulesFlag" onclick="swapRrules(this)" value="on"/> … … 858 867 <xsl:copy-of select="$bwStr-AEEF-ChangeRecurrenceRules"/> 859 868 </span> 860 </xsl:if> 869 </xsl:if> --> 861 870 <span id="rrulesUiSwitch"> 862 871 <xsl:if test="form/recurrence"> … … 1502 1511 </tr> 1503 1512 <tr> 1504 <td class="zoom"> 1513 <td class="zoom"> 1514 <!-- hid the zoom for now - may not use it. --> 1515 <!-- 1505 1516 <span class="zoomControl">-</span> 1506 1517 <select name="zoom"> … … 1513 1524 </select> 1514 1525 <span class="zoomControl">+</span> 1526 --> 1515 1527 </td> 1516 1528 <td>
