Changeset 2184
- Timestamp:
- 05/20/09 15:32:05
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/deployment/webadmin/webapp/resources/default/default/default.css
r2175 r2184 342 342 #commonListTable { 343 343 margin-bottom: 2em; 344 border-spacing: 0; 345 border-top: 1px solid #ddd; 346 border-left: 1px solid #ddd; 344 347 } 345 348 #commonListTable th { 346 349 padding: 0.2em 1em 0.2em 0.5em; 347 background-color : #bbb; 348 color: black; 349 white-space: nowrap; 350 background-color : #ccc; 351 color: black; 352 white-space: nowrap; 353 border-right: 1px solid #ccc; 354 border-bottom: 1px solid #ccc; 350 355 } 351 356 #commonListTable td { 352 357 vertical-align: top; 353 358 font-size: 0.9em; 354 padding: 0.2em 1em 0.2em 0.5em; 355 color: black; 356 background-color: #ddd; 359 padding: 0.5em; 360 color: black; 361 background-color: white; 362 border-right: 1px solid #ddd; 363 border-bottom: 1px solid #ddd; 357 364 } 358 365 #commonListTable td.date, 359 366 #commonListTable td.calcat { 360 367 white-space: nowrap; 368 } 369 #commonListTable tr.even td { 370 background-color: #fcfcfc; 371 color: black; 361 372 } 362 373 #commonListTable tr.highlight td { … … 1104 1115 padding-right: 2em; 1105 1116 } 1117 .bwEventListOtherGroupTags { 1118 font-size: 0.8em; 1119 margin: 1em 0 0 0; 1120 } 1121 .bwOtherTags { 1122 margin: 0.5em 0; 1123 padding: 4px; 1124 background-color: #eee; 1125 color: black; 1126 } 1106 1127 #filterTable { 1107 1128 font-size: 0.9em; trunk/deployment/webadmin/webapp/resources/default/default/default.xsl
r2183 r2184 997 997 <xsl:variable name="recurrenceId" select="recurrenceId"/> 998 998 <tr> 999 <xsl:if test="position() mod 2 = 0"><xsl:attribute name="class">even</xsl:attribute></xsl:if> 999 1000 <xsl:if test="$pending = 'true' and not(xproperties/X-BEDEWORK-SUBMISSION-CLAIMANT)"> 1000 1001 <xsl:attribute name="class">highlight</xsl:attribute> … … 1082 1083 <xsl:if test="xproperties/X-BEDEWORK-ALIAS[not(contains(values/text,/bedework/currentCalSuite/resourcesHome))]"> 1083 1084 <xsl:variable name="tagsId">bwTags-<xsl:value-of select="guid"/></xsl:variable> 1084 <br/><button type="button" onmouseover="changeClass('{$tagsId}','visible');" onmouseout="changeClass('{$tagsId}','invisible');">Show tags from other groups</button> 1085 <div id="{$tagsId}" class="invisible"> 1086 <xsl:for-each select="xproperties/X-BEDEWORK-ALIAS[not(contains(values/text,/bedework/currentCalSuite/resourcesHome))]"> 1087 <xsl:value-of select="values/text"/><br/> 1088 </xsl:for-each> 1085 <div class="bwEventListOtherGroupTags"> 1086 <strong>This event is cross-tagged.</strong><br/> 1087 <input type="checkbox" name="tagsToggle" value="" onclick="toggleVisibility('{$tagsId}','bwOtherTags')"/> 1088 Show tags by other groups 1089 <div id="{$tagsId}" class="invisible"> 1090 <xsl:for-each select="xproperties/X-BEDEWORK-ALIAS[not(contains(values/text,/bedework/currentCalSuite/resourcesHome))]"> 1091 <xsl:value-of select="values/text"/><br/> 1092 </xsl:for-each> 1093 </div> 1089 1094 </div> 1090 1095 </xsl:if> … … 3256 3261 <xsl:for-each select="/bedework/contacts/contact"> 3257 3262 <tr> 3263 <xsl:if test="position() mod 2 = 0"><xsl:attribute name="class">even</xsl:attribute></xsl:if> 3258 3264 <td> 3259 3265 <xsl:copy-of select="name" /> … … 3390 3396 <xsl:for-each select="/bedework/locations/location"> 3391 3397 <tr> 3398 <xsl:if test="position() mod 2 = 0"><xsl:attribute name="class">even</xsl:attribute></xsl:if> 3392 3399 <td> 3393 3400 <xsl:copy-of select="address/*"/> … … 3519 3526 <xsl:variable name="catUid" select="uid"/> 3520 3527 <tr> 3528 <xsl:if test="position() mod 2 = 0"><xsl:attribute name="class">even</xsl:attribute></xsl:if> 3521 3529 <td> 3522 3530 <a href="{$category-fetchForUpdate}&catUid={$catUid}"> … … 5098 5106 <xsl:sort select="name" order="ascending" case-order="upper-first"/> 5099 5107 <tr> 5108 <xsl:if test="position() mod 2 = 0"><xsl:attribute name="class">even</xsl:attribute></xsl:if> 5100 5109 <td> 5101 5110 <xsl:variable name="viewName" select="name"/> … … 5630 5639 <xsl:for-each select="calSuite"> 5631 5640 <tr> 5641 <xsl:if test="position() mod 2 = 0"><xsl:attribute name="class">even</xsl:attribute></xsl:if> 5632 5642 <td> 5633 5643 <xsl:variable name="name" select="name"/> … … 5921 5931 <!--<xsl:sort select="account" order="ascending" case-order="upper-first"/>--> 5922 5932 <tr> 5933 <xsl:if test="position() mod 2 = 0"><xsl:attribute name="class">even</xsl:attribute></xsl:if> 5923 5934 <td> 5924 5935 <xsl:value-of select="account"/> … … 6162 6173 <xsl:variable name="groupName" select="name"/> 6163 6174 <tr> 6175 <xsl:if test="position() mod 2 = 0"><xsl:attribute name="class">even</xsl:attribute></xsl:if> 6164 6176 <xsl:if test="name = /bedework/calSuites//calSuite/group"> 6165 6177 <xsl:attribute name="class">highlight</xsl:attribute> … … 6233 6245 <xsl:variable name="admGroupName" select="name"/> 6234 6246 <tr> 6247 <xsl:if test="position() mod 2 = 0"><xsl:attribute name="class">even</xsl:attribute></xsl:if> 6235 6248 <xsl:if test="name = /bedework/calSuites//calSuite/group"> 6236 6249 <xsl:attribute name="class">highlight</xsl:attribute>
