Changeset 944

Show
Ignore:
Timestamp:
08/09/06 11:33:02
Author:
johnsa
Message:

added Dave Brondsema stylesheet patches

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/calendar3/deployment/webpublic/uportal2/portlet.xml

    r624 r944  
    2828    </supports> 
    2929    <portlet-info> 
    30       <title>@PORTLET-NAME@</title> 
    31       <short-title>@PORTLET-NAME@</short-title> 
     30      <title>@DISPLAY-NAME@</title> 
     31      <short-title>@DISPLAY-NAME@</short-title> 
    3232      <keywords>Struts, Bedework, Calendar, Public, Events</keywords> 
    3333    </portlet-info> 
  • trunk/calendar3/deployment/webpublic/uportal2/resources/demoskins/MainCampus/default/PDA/default.xsl

    r609 r944  
    402402 
    403403  <xsl:template name="dateSelect"> 
    404     <form name="calForm" method="get" action="{$urlPrefix}/setView.do"> 
     404    <form name="calForm" method="post" action="{$urlPrefix}/setView.do"> 
    405405      <table border="0" cellpadding="0" cellspacing="0"> 
    406406        <tr> 
  • trunk/calendar3/deployment/webpublic/uportal2/resources/demoskins/MainCampus/default/default/bedework.css

    r623 r944  
    150150} 
    151151#org-bedework #tabsTable .rightCell { 
    152   background : url(../../images/demo/std-tab-space.gif); 
     152  background : url(../../images/std-tab-space.gif); 
    153153  padding-right: 0.5em; 
    154154} 
     
    734734} 
    735735#org-bedework #calPageTable ul.calendarTree li.folder { 
    736   list-style-image: url(../../images/demo/catIcon.gif); 
     736  list-style-image: url(../../images/catIcon.gif); 
    737737  padding-top: 0.25em; 
    738738  padding-bottom: 0.25em; 
    739739} 
    740740#org-bedework #calPageTable ul.calendarTree li.calendar { 
    741   list-style-image: url(../../images/demo/calIcon-sm.gif); 
     741  list-style-image: url(../../images/calIcon-sm.gif); 
    742742} 
    743743#org-bedework .noEventsCell { 
     
    856856#org-bedework #tabsTable .centerCell { 
    857857  text-align: left; 
    858   background : url(../../images/demo/std-tab-space.gif); 
     858  background : url(../../images/std-tab-space.gif); 
    859859  font-size: 0.8em; 
    860860  white-space: nowrap; 
  • trunk/calendar3/deployment/webpublic/uportal2/resources/demoskins/MainCampus/default/default/default.xsl

    r659 r944  
    336336        </td> 
    337337        <td align="right" class="gotoForm"> 
    338           <form name="calForm" method="get" action="{$setViewPeriod}"> 
     338          <form name="calForm" method="post" action="{$setViewPeriod}"> 
    339339             <table border="0" cellpadding="0" cellspacing="0"> 
    340340              <tr> 
     
    423423             <xsl:otherwise><!-- view --> 
    424424               View: 
    425                <form name="selectViewForm" method="get" action="{$setSelection}"> 
     425               <form name="selectViewForm" method="post" action="{$setSelection}"> 
    426426                <select name="viewName" onChange="submit()" > 
    427427                  <xsl:for-each select="/bedework/views/view"> 
     
    668668        <td class="fieldname">Calendar:</td> 
    669669        <td class="fieldval"> 
    670           <xsl:variable name="calUrl" select="calendar/path"/> 
     670          <xsl:variable name="calUrl" select="calendar/encodedPath"/> 
    671671          <a href="{$setSelection}&amp;calUrl={$calUrl}"> 
    672672            <xsl:value-of select="calendar/name"/> 
     
    10541054      </xsl:choose> 
    10551055    </xsl:variable> 
    1056     <xsl:variable name="url" select="path"/> 
     1056    <xsl:variable name="url" select="encodedPath"/> 
    10571057    <li class="{$itemClass}"> 
    10581058      <a href="{$setSelection}&amp;calUrl={$url}"><xsl:value-of select="name"/></a> 
  • trunk/calendar3/deployment/webpublic/uportal2/resources/demoskins/SoEDepartmental/default/PDA/default.xsl

    r616 r944  
    402402 
    403403  <xsl:template name="dateSelect"> 
    404     <form name="calForm" method="get" action="{$urlPrefix}/setView.do"> 
     404    <form name="calForm" method="post" action="{$urlPrefix}/setView.do"> 
    405405      <table border="0" cellpadding="0" cellspacing="0"> 
    406406        <tr> 
  • trunk/calendar3/deployment/webpublic/uportal2/resources/demoskins/SoEDepartmental/default/default/default.xsl

    r659 r944  
    352352        </td> 
    353353        <td align="right" class="gotoForm"> 
    354           <form name="calForm" method="get" action="{$setViewPeriod}"> 
     354          <form name="calForm" method="post" action="{$setViewPeriod}"> 
    355355             <table border="0" cellpadding="0" cellspacing="0"> 
    356356              <tr> 
     
    439439             <xsl:otherwise><!-- view --> 
    440440               View: 
    441                <form name="selectViewForm" method="get" action="{$setSelection}"> 
     441               <form name="selectViewForm" method="post" action="{$setSelection}"> 
    442442                <select name="viewName" onChange="submit()" > 
    443443                  <xsl:for-each select="/bedework/views/view"> 
  • trunk/calendar3/deployment/webpublic/uportal2/resources/demoskins/SoEDepartmental/default/default/soe.css

    r616 r944  
    134134} 
    135135#tabsTable td.rssPrint { 
    136   background : url(../../images/demo/std-tab-space.gif); 
     136  background : url(../../images/std-tab-space.gif); 
    137137  padding-right: 0.5em; 
    138138  width: 100%; 
     
    757757} 
    758758#calPageTable ul.calendarTree li.folder { 
    759   list-style-image: url(../../images/demo/catIcon.gif); 
     759  list-style-image: url(../../images/catIcon.gif); 
    760760  padding-top: 0.25em; 
    761761  padding-bottom: 0.25em; 
    762762} 
    763763#calPageTable ul.calendarTree li.calendar { 
    764   list-style-image: url(../../images/demo/calIcon-sm.gif); 
     764  list-style-image: url(../../images/calIcon-sm.gif); 
    765765} 
    766766.noEventsCell { 
     
    865865#tabsTable .centerCell { 
    866866  text-align: left; 
    867   background : url(../../images/demo/std-tab-space.gif); 
     867  background : url(../../images/std-tab-space.gif); 
    868868  font-size: 0.8em; 
    869869  white-space: nowrap; 
  • trunk/calendar3/deployment/webpublic/webapp/resources/demoskins/MainCampus/default/PDA/default.xsl

    r286 r944  
    402402 
    403403  <xsl:template name="dateSelect"> 
    404     <form name="calForm" method="get" action="{$urlPrefix}/setView.do"> 
     404    <form name="calForm" method="post" action="{$urlPrefix}/setView.do"> 
    405405      <table border="0" cellpadding="0" cellspacing="0"> 
    406406        <tr> 
  • trunk/calendar3/deployment/webpublic/webapp/resources/demoskins/MainCampus/default/default/common.css

    r546 r944  
    3838#tabsTable .centerCell { 
    3939  text-align: left; 
    40   background : url(../../images/demo/std-tab-space.gif); 
     40  background : url(../../images/std-tab-space.gif); 
    4141  font-size: 0.8em; 
    4242  white-space: nowrap; 
  • trunk/calendar3/deployment/webpublic/webapp/resources/demoskins/MainCampus/default/default/default.xsl

    r659 r944  
    352352        </td> 
    353353        <td align="right" class="gotoForm"> 
    354           <form name="calForm" method="get" action="{$setViewPeriod}"> 
     354          <form name="calForm" method="post" action="{$setViewPeriod}"> 
    355355             <table border="0" cellpadding="0" cellspacing="0"> 
    356356              <tr> 
     
    439439             <xsl:otherwise><!-- view --> 
    440440               View: 
    441                <form name="selectViewForm" method="get" action="{$setSelection}"> 
     441               <form name="selectViewForm" method="post" action="{$setSelection}"> 
    442442                <select name="viewName" onChange="submit()" > 
    443443                  <xsl:for-each select="/bedework/views/view"> 
     
    684684        <td class="fieldname">Calendar:</td> 
    685685        <td class="fieldval"> 
    686           <xsl:variable name="calUrl" select="calendar/path"/> 
     686          <xsl:variable name="calUrl" select="calendar/encodedPath"/> 
    687687          <a href="{$setSelection}&amp;calUrl={$calUrl}"> 
    688688            <xsl:value-of select="calendar/name"/> 
     
    10701070      </xsl:choose> 
    10711071    </xsl:variable> 
    1072     <xsl:variable name="url" select="path"/> 
     1072    <xsl:variable name="url" select="encodedPath"/> 
    10731073    <li class="{$itemClass}"> 
    10741074      <a href="{$setSelection}&amp;calUrl={$url}"><xsl:value-of select="name"/></a> 
     
    11611161        </td> 
    11621162        <td class="rightCell"> 
    1163           <form name="styleSelectForm" method="get" action="{$setup}"> 
     1163          <form name="styleSelectForm" method="post" action="{$setup}"> 
    11641164            <select name="setappvar" onChange="submit()"> 
    11651165              <option>example styles:</option> 
     
    11691169            </select> 
    11701170          </form> 
    1171           <form name="skinSelectForm" method="get" action="{$setup}"> 
     1171          <form name="skinSelectForm" method="post" action="{$setup}"> 
    11721172            <input type="hidden" name="setappvar" value="summaryMode(details)"/> 
    11731173            <select name="skinPicker" onchange="window.location = this.value"> 
     
    11791179            </select> 
    11801180          </form> 
    1181           <form name="skinSelectForm" method="get" action=""> 
     1181          <form name="skinSelectForm" method="post" action=""> 
    11821182            <select name="sitePicker" onchange="window.location = this.value"> 
    11831183              <option>production examples:</option> 
  • trunk/calendar3/deployment/webpublic/webapp/resources/demoskins/MainCampus/default/default/errors.xsl

    r272 r944  
    2525          Unknown view 
    2626      </xsl:when> 
     27      <xsl:when test="id='org.bedework.client.error.nodefaultview'"> 
     28          No default view 
     29      </xsl:when> 
    2730      <xsl:otherwise> 
    28         <xsl:value-of select="id"/> = <xsl:value-of select="param"/> 
     31        <xsl:value-of select="id"/> 
     32        <xsl:if test="param"> 
     33            = <xsl:value-of select="param"/> 
     34        </xsl:if> 
    2935      </xsl:otherwise> 
    3036    </xsl:choose> 
  • trunk/calendar3/deployment/webpublic/webapp/resources/demoskins/SoEDepartmental/default/PDA/default.xsl

    r618 r944  
    402402 
    403403  <xsl:template name="dateSelect"> 
    404     <form name="calForm" method="get" action="{$urlPrefix}/setView.do"> 
     404    <form name="calForm" method="post" action="{$urlPrefix}/setView.do"> 
    405405      <table border="0" cellpadding="0" cellspacing="0"> 
    406406        <tr> 
  • trunk/calendar3/deployment/webpublic/webapp/resources/demoskins/SoEDepartmental/default/default/default.xsl

    r659 r944  
    355355        </td> 
    356356        <td align="right" class="gotoForm"> 
    357           <form name="calForm" method="get" action="{$setViewPeriod}"> 
     357          <form name="calForm" method="post" action="{$setViewPeriod}"> 
    358358             <table border="0" cellpadding="0" cellspacing="0"> 
    359359              <tr> 
     
    442442             <xsl:otherwise><!-- view --> 
    443443               View: 
    444                <form name="selectViewForm" method="get" action="{$setSelection}"> 
     444               <form name="selectViewForm" method="post" action="{$setSelection}"> 
    445445                <select name="viewName" onChange="submit()" > 
    446446                  <xsl:for-each select="/bedework/views/view"> 
  • trunk/calendar3/deployment/webpublic/webapp/resources/demoskins/SoEDepartmental/default/default/soe.css

    r644 r944  
    134134} 
    135135#tabsTable td.rssPrint { 
    136   background : url(../../images/demo/std-tab-space.gif); 
     136  background : url(../../images/std-tab-space.gif); 
    137137  padding-right: 0.5em; 
    138138  width: 100%; 
     
    768768} 
    769769#calPageTable ul.calendarTree li.folder { 
    770   list-style-image: url(../../images/demo/catIcon.gif); 
     770  list-style-image: url(../../images/catIcon.gif); 
    771771  padding-top: 0.25em; 
    772772  padding-bottom: 0.25em; 
    773773} 
    774774#calPageTable ul.calendarTree li.calendar { 
    775   list-style-image: url(../../images/demo/calIcon-sm.gif); 
     775  list-style-image: url(../../images/calIcon-sm.gif); 
    776776} 
    777777.noEventsCell { 
     
    876876#tabsTable .centerCell { 
    877877  text-align: left; 
    878   background : url(../../images/demo/std-tab-space.gif); 
     878  background : url(../../images/std-tab-space.gif); 
    879879  font-size: 0.8em; 
    880880  white-space: nowrap; 
  • trunk/calendar3/deployment/webuser/uportal2/resources/demoskins/default/PDA/default.xsl

    r614 r944  
    405405 
    406406  <xsl:template name="dateSelect"> 
    407     <form name="calForm" method="get" action="{$urlPrefix}/setView.do"> 
     407    <form name="calForm" method="post" action="{$urlPrefix}/setView.do"> 
    408408      <table border="0" cellpadding="0" cellspacing="0"> 
    409409        <tr> 
  • trunk/calendar3/deployment/webuser/uportal2/resources/demoskins/default/default/default.xsl

    r659 r944  
    522522        </td> 
    523523        <td align="right" class="gotoForm"> 
    524           <form name="calForm" method="get" action="{$navAction}"> 
     524          <form name="calForm" method="post" action="{$navAction}"> 
    525525             <table border="0" cellpadding="0" cellspacing="0"> 
    526526              <tr> 
     
    33523352  <!--==== ALARM OPTIONS ====--> 
    33533353  <xsl:template name="alarmOptions"> 
    3354     <form method="get" action="{$setAlarm}" id="standardForm"> 
     3354    <form method="post" action="{$setAlarm}" id="standardForm"> 
    33553355      <input type="hidden" name="updateAlarmOptions" value="true"/> 
    33563356      <table class="common" cellspacing="0"> 
     
    34863486  <!--==== EMAIL OPTIONS ====--> 
    34873487  <xsl:template name="emailOptions"> 
    3488     <form method="get" action="{$mailEvent}" id="standardForm"> 
     3488    <form method="post" action="{$mailEvent}" id="standardForm"> 
    34893489      <input type="hidden" name="updateEmailOptions" value="true"/> 
    34903490      <table class="common" cellspacing="0"> 
     
    40634063        </td> 
    40644064        <td class="rightCell"> 
    4065           <!--<form name="skinSelectForm" method="get" action="{$setup}"> 
     4065          <!--<form name="skinSelectForm" method="post" action="{$setup}"> 
    40664066            skin selector: 
    40674067            <select name="skinNameSticky" onChange="submit()"> 
  • trunk/calendar3/deployment/webuser/webapp/resources/demoskins/default/PDA/default.xsl

    r2 r944  
    405405 
    406406  <xsl:template name="dateSelect"> 
    407     <form name="calForm" method="get" action="{$urlPrefix}/setView.do"> 
     407    <form name="calForm" method="post" action="{$urlPrefix}/setView.do"> 
    408408      <table border="0" cellpadding="0" cellspacing="0"> 
    409409        <tr> 
  • trunk/calendar3/deployment/webuser/webapp/resources/demoskins/default/default/default.xsl

    r659 r944  
    522522        </td> 
    523523        <td align="right" class="gotoForm"> 
    524           <form name="calForm" method="get" action="{$navAction}"> 
     524          <form name="calForm" method="post" action="{$navAction}"> 
    525525             <table border="0" cellpadding="0" cellspacing="0"> 
    526526              <tr> 
     
    33523352  <!--==== ALARM OPTIONS ====--> 
    33533353  <xsl:template name="alarmOptions"> 
    3354     <form method="get" action="{$setAlarm}" id="standardForm"> 
     3354    <form method="post" action="{$setAlarm}" id="standardForm"> 
    33553355      <input type="hidden" name="updateAlarmOptions" value="true"/> 
    33563356      <table class="common" cellspacing="0"> 
     
    34863486  <!--==== EMAIL OPTIONS ====--> 
    34873487  <xsl:template name="emailOptions"> 
    3488     <form method="get" action="{$mailEvent}" id="standardForm"> 
     3488    <form method="post" action="{$mailEvent}" id="standardForm"> 
    34893489      <input type="hidden" name="updateEmailOptions" value="true"/> 
    34903490      <table class="common" cellspacing="0"> 
     
    40634063        </td> 
    40644064        <td class="rightCell"> 
    4065           <!--<form name="skinSelectForm" method="get" action="{$setup}"> 
     4065          <!--<form name="skinSelectForm" method="post" action="{$setup}"> 
    40664066            skin selector: 
    40674067            <select name="skinNameSticky" onChange="submit()"> 
  • trunk/calendar3/skins/webpublic/rensselaer/default/PDA/default.xsl

    r2 r944  
    400400 
    401401  <xsl:template name="dateSelect"> 
    402     <form name="calForm" method="get" action="{$urlPrefix}/setView.do"> 
     402    <form name="calForm" method="post" action="{$urlPrefix}/setView.do"> 
    403403      <table border="0" cellpadding="0" cellspacing="0"> 
    404404        <tr> 
  • trunk/calendar3/skins/webpublic/rensselaer/default/default/common.css

    r554 r944  
    88#tabsTable .centerCell { 
    99  text-align: left; 
    10   background : url(../../images/demo/std-tab-space.gif); 
     10  background : url(../../images/std-tab-space.gif); 
    1111  font-size: 0.8em; 
    1212  white-space: nowrap; 
  • trunk/calendar3/skins/webpublic/rensselaer/default/default/default.xsl

    r281 r944  
    284284        </td> 
    285285        <td align="right" class="gotoForm"> 
    286           <form name="calForm" method="get" action="{$setViewPeriod}"> 
     286          <form name="calForm" method="post" action="{$setViewPeriod}"> 
    287287             <table border="0" cellpadding="0" cellspacing="0"> 
    288288              <tr> 
     
    371371             <xsl:otherwise><!-- view --> 
    372372               View: 
    373                <form name="selectViewForm" method="get" action="{$setSelection}"> 
     373               <form name="selectViewForm" method="post" action="{$setSelection}"> 
    374374                <select name="viewName" onChange="submit()" > 
    375375                  <xsl:for-each select="/bedework/views/view">