Changeset 3579

Show
Ignore:
Timestamp:
07/11/12 09:10:08
Author:
johnsa
Message:

admin and submission web clients: use the display name in the admin client when displaying suggested topical areas from the submissions client

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • releases/bedework-3.8/deployment/webadmin/webapp/resources/default/default/default.xsl

    r3558 r3579  
    12591259          <xsl:when test="$pending = 'true'"> 
    12601260            <xsl:for-each select="xproperties/X-BEDEWORK-SUBMIT-ALIAS"> 
    1261               <xsl:call-template name="substring-afterLastInstanceOf"> 
    1262                 <xsl:with-param name="string" select="values/text"/> 
    1263                 <xsl:with-param name="char">/</xsl:with-param> 
    1264               </xsl:call-template><br/> 
     1261              <xsl:value-of select="parameters/X-BEDEWORK-PARAM-DISPLAYNAME"/><br/> 
    12651262            </xsl:for-each> 
    12661263          </xsl:when> 
     
    13541351            '<xsl:call-template name="escapeApos"><xsl:with-param name="str" select="form/xproperties/node()[name()='X-BEDEWORK-CONTACT']/parameters/node()[name()='X-BEDEWORK-PARAM-URL']"/></xsl:call-template>', 
    13551352            '<xsl:call-template name="escapeApos"><xsl:with-param name="str" select="form/xproperties/node()[name()='X-BEDEWORK-CONTACT']/parameters/node()[name()='X-BEDEWORK-PARAM-EMAIL']"/></xsl:call-template>', 
    1356             '<xsl:for-each select="form/xproperties/node()[name()='X-BEDEWORK-SUBMIT-ALIAS']/values/text"><xsl:call-template name="escapeApos"><xsl:with-param name="str"><xsl:call-template name="substring-afterLastInstanceOf"><xsl:with-param name="string" select="."/><xsl:with-param name="char">/</xsl:with-param></xsl:call-template></xsl:with-param></xsl:call-template><br/></xsl:for-each>', 
     1353            '<xsl:for-each select="form/xproperties/node()[name()='X-BEDEWORK-SUBMIT-ALIAS']"><xsl:call-template name="escapeApos"><xsl:with-param name="str"><xsl:value-of select="parameters/X-BEDEWORK-PARAM-DISPLAYNAME"/></xsl:with-param></xsl:call-template><br/></xsl:for-each>',  
    13571354            '<xsl:call-template name="escapeApos"><xsl:with-param name="str" select="form/xproperties/node()[name()='X-BEDEWORK-CATEGORIES']/values/text"/></xsl:call-template>', 
    13581355            '<xsl:call-template name="escapeJson"><xsl:with-param name="string" select="form/xproperties/node()[name()='X-BEDEWORK-SUBMIT-COMMENT']/values/text"/></xsl:call-template>'); 
  • releases/bedework-3.8/deployment/webadmin/webapp/resources/es_ES/default/default.xsl

    r3558 r3579  
    12601260          <xsl:when test="$pending = 'true'"> 
    12611261            <xsl:for-each select="xproperties/X-BEDEWORK-SUBMIT-ALIAS"> 
    1262               <xsl:call-template name="substring-afterLastInstanceOf"> 
    1263                 <xsl:with-param name="string" select="values/text"/> 
    1264                 <xsl:with-param name="char">/</xsl:with-param> 
    1265               </xsl:call-template><br/> 
     1262              <xsl:value-of select="parameters/X-BEDEWORK-PARAM-DISPLAYNAME"/><br/> 
    12661263            </xsl:for-each> 
    12671264          </xsl:when> 
     
    13551352            '<xsl:call-template name="escapeApos"><xsl:with-param name="str" select="form/xproperties/node()[name()='X-BEDEWORK-CONTACT']/parameters/node()[name()='X-BEDEWORK-PARAM-URL']"/></xsl:call-template>', 
    13561353            '<xsl:call-template name="escapeApos"><xsl:with-param name="str" select="form/xproperties/node()[name()='X-BEDEWORK-CONTACT']/parameters/node()[name()='X-BEDEWORK-PARAM-EMAIL']"/></xsl:call-template>', 
    1357             '<xsl:for-each select="form/xproperties/node()[name()='X-BEDEWORK-SUBMIT-ALIAS']/values/text"><xsl:call-template name="escapeApos"><xsl:with-param name="str"><xsl:call-template name="substring-afterLastInstanceOf"><xsl:with-param name="string" select="."/><xsl:with-param name="char">/</xsl:with-param></xsl:call-template></xsl:with-param></xsl:call-template><br/></xsl:for-each>', 
     1354            '<xsl:for-each select="form/xproperties/node()[name()='X-BEDEWORK-SUBMIT-ALIAS']"><xsl:call-template name="escapeApos"><xsl:with-param name="str"><xsl:value-of select="parameters/X-BEDEWORK-PARAM-DISPLAYNAME"/></xsl:with-param></xsl:call-template><br/></xsl:for-each>',  
    13581355            '<xsl:call-template name="escapeApos"><xsl:with-param name="str" select="form/xproperties/node()[name()='X-BEDEWORK-CATEGORIES']/values/text"/></xsl:call-template>', 
    13591356            '<xsl:call-template name="escapeJson"><xsl:with-param name="string" select="form/xproperties/node()[name()='X-BEDEWORK-SUBMIT-COMMENT']/values/text"/></xsl:call-template>'); 
  • releases/bedework-3.8/deployment/websubmit/webapp/resources/demoskins/default/default/default.xsl

    r3513 r3579  
    15861586          <td> 
    15871587            <xsl:for-each select="xproperties/X-BEDEWORK-SUBMIT-ALIAS"> 
    1588               <xsl:call-template name="substring-afterLastInstanceOf"> 
    1589                 <xsl:with-param name="string" select="values/text"/> 
    1590                 <xsl:with-param name="char">/</xsl:with-param> 
    1591               </xsl:call-template><br/> 
     1588              <xsl:value-of select="parameters/X-BEDEWORK-PARAM-DISPLAYNAME"/><br/>  
    15921589            </xsl:for-each> 
    15931590          </td> 
  • releases/bedework-3.8/deployment/websubmit/webapp/resources/demoskins/es_ES/default/default.xsl

    r3449 r3579  
    957957          </tr> 
    958958          <!--  Status  --> 
    959           <tr> 
     959          <!-- <tr> 
    960960            <td class="fieldname"> 
    961961              <xsl:copy-of select="$bwStr-FoEl-Status"/> 
     
    975975              <xsl:copy-of select="$bwStr-FoEl-Canceled"/> 
    976976            </td> 
    977           </tr> 
     977          </tr> --> 
    978978          <!-- Cost --> 
    979979          <tr> 
     
    13271327          </xsl:when> 
    13281328          <xsl:otherwise> 
    1329             <xsl:variable name="virtualPath">/user<xsl:for-each select="ancestor-or-self::calendar/name">/<xsl:value-of select="."/></xsl:for-each></xsl:variable> 
     1329            <xsl:variable name="virtualPath"><xsl:for-each select="ancestor-or-self::calendar/name">/<xsl:value-of select="."/></xsl:for-each></xsl:variable> 
    13301330            <xsl:variable name="displayName" select="summary"/> 
    13311331            <input type="checkbox" name="alias" onclick="toggleBedeworkXProperty('X-BEDEWORK-SUBMIT-ALIAS','{$displayName}','{$virtualPath}',this.checked)"> 
     
    15861586          <td> 
    15871587            <xsl:for-each select="xproperties/X-BEDEWORK-SUBMIT-ALIAS"> 
    1588               <xsl:call-template name="substring-afterLastInstanceOf"> 
    1589                 <xsl:with-param name="string" select="values/text"/> 
    1590                 <xsl:with-param name="char">/</xsl:with-param> 
    1591               </xsl:call-template><br/> 
     1588              <xsl:value-of select="parameters/X-BEDEWORK-PARAM-DISPLAYNAME"/><br/>  
    15921589            </xsl:for-each> 
    15931590          </td> 
  • trunk/deployment/webadmin/webapp/resources/default/default/default.xsl

    r3571 r3579  
    13161316          <xsl:when test="$pending = 'true'"> 
    13171317            <xsl:for-each select="xproperties/X-BEDEWORK-SUBMIT-ALIAS"> 
    1318               <xsl:call-template name="substring-afterLastInstanceOf"> 
    1319                 <xsl:with-param name="string" select="values/text"/> 
    1320                 <xsl:with-param name="char">/</xsl:with-param> 
    1321               </xsl:call-template><br/> 
     1318              <xsl:value-of select="parameters/X-BEDEWORK-PARAM-DISPLAYNAME"/><br/> 
    13221319            </xsl:for-each> 
    13231320          </xsl:when> 
     
    14111408            '<xsl:call-template name="escapeApos"><xsl:with-param name="str" select="form/xproperties/node()[name()='X-BEDEWORK-CONTACT']/parameters/node()[name()='X-BEDEWORK-PARAM-URL']"/></xsl:call-template>', 
    14121409            '<xsl:call-template name="escapeApos"><xsl:with-param name="str" select="form/xproperties/node()[name()='X-BEDEWORK-CONTACT']/parameters/node()[name()='X-BEDEWORK-PARAM-EMAIL']"/></xsl:call-template>', 
    1413             '<xsl:for-each select="form/xproperties/node()[name()='X-BEDEWORK-SUBMIT-ALIAS']/values/text"><xsl:call-template name="escapeApos"><xsl:with-param name="str"><xsl:call-template name="substring-afterLastInstanceOf"><xsl:with-param name="string" select="."/><xsl:with-param name="char">/</xsl:with-param></xsl:call-template></xsl:with-param></xsl:call-template><br/></xsl:for-each>', 
     1410            '<xsl:for-each select="form/xproperties/node()[name()='X-BEDEWORK-SUBMIT-ALIAS']"><xsl:call-template name="escapeApos"><xsl:with-param name="str"><xsl:value-of select="parameters/X-BEDEWORK-PARAM-DISPLAYNAME"/></xsl:with-param></xsl:call-template><br/></xsl:for-each>',  
    14141411            '<xsl:call-template name="escapeApos"><xsl:with-param name="str" select="form/xproperties/node()[name()='X-BEDEWORK-CATEGORIES']/values/text"/></xsl:call-template>', 
    14151412            '<xsl:call-template name="escapeJson"><xsl:with-param name="string" select="form/xproperties/node()[name()='X-BEDEWORK-SUBMIT-COMMENT']/values/text"/></xsl:call-template>'); 
  • trunk/deployment/webadmin/webapp/resources/es_ES/default/default.xsl

    r3568 r3579  
    13131313          <xsl:when test="$pending = 'true'"> 
    13141314            <xsl:for-each select="xproperties/X-BEDEWORK-SUBMIT-ALIAS"> 
    1315               <xsl:call-template name="substring-afterLastInstanceOf"> 
    1316                 <xsl:with-param name="string" select="values/text"/> 
    1317                 <xsl:with-param name="char">/</xsl:with-param> 
    1318               </xsl:call-template><br/> 
     1315              <xsl:value-of select="parameters/X-BEDEWORK-PARAM-DISPLAYNAME"/><br/> 
    13191316            </xsl:for-each> 
    13201317          </xsl:when> 
     
    14081405            '<xsl:call-template name="escapeApos"><xsl:with-param name="str" select="form/xproperties/node()[name()='X-BEDEWORK-CONTACT']/parameters/node()[name()='X-BEDEWORK-PARAM-URL']"/></xsl:call-template>', 
    14091406            '<xsl:call-template name="escapeApos"><xsl:with-param name="str" select="form/xproperties/node()[name()='X-BEDEWORK-CONTACT']/parameters/node()[name()='X-BEDEWORK-PARAM-EMAIL']"/></xsl:call-template>', 
    1410             '<xsl:for-each select="form/xproperties/node()[name()='X-BEDEWORK-SUBMIT-ALIAS']/values/text"><xsl:call-template name="escapeApos"><xsl:with-param name="str"><xsl:call-template name="substring-afterLastInstanceOf"><xsl:with-param name="string" select="."/><xsl:with-param name="char">/</xsl:with-param></xsl:call-template></xsl:with-param></xsl:call-template><br/></xsl:for-each>', 
     1407            '<xsl:for-each select="form/xproperties/node()[name()='X-BEDEWORK-SUBMIT-ALIAS']"><xsl:call-template name="escapeApos"><xsl:with-param name="str"><xsl:value-of select="parameters/X-BEDEWORK-PARAM-DISPLAYNAME"/></xsl:with-param></xsl:call-template><br/></xsl:for-each>',  
    14111408            '<xsl:call-template name="escapeApos"><xsl:with-param name="str" select="form/xproperties/node()[name()='X-BEDEWORK-CATEGORIES']/values/text"/></xsl:call-template>', 
    14121409            '<xsl:call-template name="escapeJson"><xsl:with-param name="string" select="form/xproperties/node()[name()='X-BEDEWORK-SUBMIT-COMMENT']/values/text"/></xsl:call-template>'); 
     
    28842881 
    28852882        <!-- Registration settings --> 
     2883        <xsl:if test="$bwUseRegistrationSystem = 'true'"> 
    28862884        <tr class="optional"> 
    28872885          <xsl:if test="$canEdit = 'false'"><xsl:attribute name="class">invisible</xsl:attribute></xsl:if> 
    28882886          <td class="fieldName"><xsl:copy-of select="$bwStr-AEEF-Registration"/></td> 
    28892887          <td> 
    2890             <input type="checkbox" id="bwIsRegisterableEvent" onclick="showRegistrationFields(this);"> 
     2888                   <input type="checkbox" id="bwIsRegisterableEvent" name="bwIsRegisterableEvent" onclick="showRegistrationFields(this);"> 
    28912889              <xsl:if test="form/xproperties/node()[name()='X-BEDEWORK-MAX-TICKETS']"><xsl:attribute name="checked">checked</xsl:attribute></xsl:if> 
    28922890            </input>  
     
    28972895               
    28982896                    <label for="xBwMaxTicketsHolder" class="interiorLabel"><xsl:copy-of select="$bwStr-AEEF-MaxTickets"/></label>  
    2899                     <input type="text"  name="xBwMaxTicketsHolder" id="xBwMaxTicketsHolder" size="3"/>  
     2897                            <input type="text"  name="xBwMaxTicketsHolder" id="xBwMaxTicketsHolder" size="3"> 
     2898                              <xsl:if test="form/xproperties/node()[name()='X-BEDEWORK-MAX-TICKETS']"> 
     2899                                <xsl:attribute name="value"><xsl:value-of select="form/xproperties/node()[name()='X-BEDEWORK-MAX-TICKETS']/values/text"/></xsl:attribute> 
     2900                              </xsl:if> 
     2901                            </input>  
    29002902                    <xsl:text> </xsl:text><span class="fieldInfo"><xsl:copy-of select="$bwStr-AEEF-MaxTicketsInfo"/></span><br/> 
    29012903                     
    29022904                    <label for="xBwMaxTicketsPerUserHolder" class="interiorLabel"><xsl:copy-of select="$bwStr-AEEF-TicketsAllowed"/></label>  
    2903               <input type="text"  name="xBwMaxTicketsPerUserHolder" id="xBwMaxTicketsPerUserHolder" value="1" size="3"/>  
     2905                      <input type="text"  name="xBwMaxTicketsPerUserHolder" id="xBwMaxTicketsPerUserHolder" value="1" size="3"> 
     2906                        <xsl:if test="form/xproperties/node()[name()='X-BEDEWORK-MAX-TICKETS-PER-USER']"> 
     2907                          <xsl:attribute name="value"><xsl:value-of select="form/xproperties/node()[name()='X-BEDEWORK-MAX-TICKETS-PER-USER']/values/text"/></xsl:attribute> 
     2908                        </xsl:if> 
     2909                      </input>  
    29042910                    <xsl:text> </xsl:text><span class="fieldInfo"><xsl:copy-of select="$bwStr-AEEF-TicketsAllowedInfo"/></span><br/> 
    29052911                     
     
    29372943              </div> 
    29382944                    <xsl:text> </xsl:text><span class="fieldInfo"><xsl:copy-of select="$bwStr-AEEF-RegistrationOpensInfo"/></span><br/> 
     2945                <!-- Set the registration start date/time fields if populated  --> 
     2946                <xsl:if test="form/xproperties/node()[name()='X-BEDEWORK-REGISTRATION-START']"> 
     2947                  <script type="text/javascript"> 
     2948                    $(document).ready(function() { 
     2949                       $("#xBwRegistrationOpensDate").val("<xsl:value-of select="substring(form/xproperties/node()[name()='X-BEDEWORK-REGISTRATION-START']/values/text,1,4)"/>-<xsl:value-of select="substring(form/xproperties/node()[name()='X-BEDEWORK-REGISTRATION-START']/values/text,5,2)"/>-<xsl:value-of select="substring(form/xproperties/node()[name()='X-BEDEWORK-REGISTRATION-START']/values/text,7,2)"/>"); 
     2950                       <xsl:choose> 
     2951                         <xsl:when test="form/start/ampm"><!-- we're in am/pm mode --> 
     2952                           $("#xBwRegistrationOpensHour").val(hour24ToAmpm("<xsl:value-of select="substring(form/xproperties/node()[name()='X-BEDEWORK-REGISTRATION-START']/values/text,10,2)"/>")); 
     2953                           $("#xBwRegistrationOpensMinute").val(hour24ToAmpm("<xsl:value-of select="substring(form/xproperties/node()[name()='X-BEDEWORK-REGISTRATION-START']/values/text,12,2)"/>")); 
     2954                           $("#xBwRegistrationOpensAmpm").val(hour24GetAmpm("<xsl:value-of select="substring(form/xproperties/node()[name()='X-BEDEWORK-REGISTRATION-START']/values/text,10,2)"/>")); 
     2955                         </xsl:when> 
     2956                         <xsl:otherwise> 
     2957                           $("#xBwRegistrationOpensHour").val("<xsl:value-of select="substring(form/xproperties/node()[name()='X-BEDEWORK-REGISTRATION-START']/values/text,10,2)"/>"); 
     2958                           $("#xBwRegistrationOpensMinute").val("<xsl:value-of select="substring(form/xproperties/node()[name()='X-BEDEWORK-REGISTRATION-START']/values/text,12,2)"/>"); 
     2959                         </xsl:otherwise> 
     2960                       </xsl:choose> 
     2961                       $("#xBwRegistrationOpensTzid").val("<xsl:value-of select="form/xproperties/node()[name()='X-BEDEWORK-REGISTRATION-START']/parameters/TZID"/>"); 
     2962                    }); 
     2963                  </script> 
     2964                </xsl:if> 
    29392965                     
    29402966                    <label for="xBwRegistrationClosesDate" class="interiorLabel"><xsl:copy-of select="$bwStr-AEEF-RegistrationCloses"/></label> 
     
    29422968                <input type="text" name="xBwRegistrationClosesDate" id="xBwRegistrationClosesDate" size="10"/> 
    29432969              </div> 
    2944               <div class="timeFields" id="startTimeFields"> 
     2970                     <div class="timeFields" id="xBwRegistrationClosesTimeFields"> 
    29452971                <select name="xBwRegistrationCloses.hour" id="xBwRegistrationClosesHour"> 
    29462972                  <xsl:copy-of select="form/start/hour/select/*"/> 
     
    29552981                </xsl:if> 
    29562982                <xsl:text> </xsl:text> 
    2957                 <img src="{$resourcesRoot}/resources/clockIcon.gif" width="16" height="15" border="0" id="bwRegistrationClosesClock" alt="*"/> 
     2983                       <img src="{$resourcesRoot}/resources/clockIcon.gif" width="16" height="15" border="0" id="xBwRegistrationClosesClock" alt="*"/> 
    29582984 
    29592985                <select name="xBwRegistrationCloses.tzid" id="xBwRegistrationClosesTzid" class="timezones"> 
     
    29712997              </div> 
    29722998                    <xsl:text> </xsl:text><span class="fieldInfo"><xsl:copy-of select="$bwStr-AEEF-RegistrationClosesInfo"/></span> 
     2999                <!-- Set the registration end date/time fields if populated  --> 
     3000                <xsl:if test="form/xproperties/node()[name()='X-BEDEWORK-REGISTRATION-END']"> 
     3001                  <script type="text/javascript"> 
     3002                    $(document).ready(function() { 
     3003                       $("#xBwRegistrationClosesDate").val("<xsl:value-of select="substring(form/xproperties/node()[name()='X-BEDEWORK-REGISTRATION-END']/values/text,1,4)"/>-<xsl:value-of select="substring(form/xproperties/node()[name()='X-BEDEWORK-REGISTRATION-END']/values/text,5,2)"/>-<xsl:value-of select="substring(form/xproperties/node()[name()='X-BEDEWORK-REGISTRATION-END']/values/text,7,2)"/>"); 
     3004                       <xsl:choose> 
     3005                         <xsl:when test="form/start/ampm"><!-- we're in am/pm mode --> 
     3006                           $("#xBwRegistrationClosesHour").val(hour24ToAmpm("<xsl:value-of select="substring(form/xproperties/node()[name()='X-BEDEWORK-REGISTRATION-END']/values/text,10,2)"/>")); 
     3007                           $("#xBwRegistrationClosesMinute").val(hour24ToAmpm("<xsl:value-of select="substring(form/xproperties/node()[name()='X-BEDEWORK-REGISTRATION-END']/values/text,12,2)"/>")); 
     3008                           $("#xBwRegistrationClosesAmpm").val(hour24GetAmpm("<xsl:value-of select="substring(form/xproperties/node()[name()='X-BEDEWORK-REGISTRATION-END']/values/text,10,2)"/>")); 
     3009                         </xsl:when> 
     3010                         <xsl:otherwise> 
     3011                           $("#xBwRegistrationClosesHour").val("<xsl:value-of select="substring(form/xproperties/node()[name()='X-BEDEWORK-REGISTRATION-END']/values/text,10,2)"/>"); 
     3012                           $("#xBwRegistrationClosesMinute").val("<xsl:value-of select="substring(form/xproperties/node()[name()='X-BEDEWORK-REGISTRATION-END']/values/text,12,2)"/>"); 
     3013                         </xsl:otherwise> 
     3014                       </xsl:choose> 
     3015                       $("#xBwRegistrationClosesTzid").val("<xsl:value-of select="form/xproperties/node()[name()='X-BEDEWORK-REGISTRATION-END']/parameters/TZID"/>"); 
     3016                    }); 
     3017                  </script> 
     3018                </xsl:if> 
    29733019                  </div> 
    29743020          </td> 
    29753021        </tr> 
     3022            </xsl:if> 
    29763023 
    29773024        <!-- Topical area  --> 
  • trunk/deployment/websubmit/webapp/resources/demoskins/default/default/default.xsl

    r3514 r3579  
    15861586          <td> 
    15871587            <xsl:for-each select="xproperties/X-BEDEWORK-SUBMIT-ALIAS"> 
    1588               <xsl:call-template name="substring-afterLastInstanceOf"> 
    1589                 <xsl:with-param name="string" select="values/text"/> 
    1590                 <xsl:with-param name="char">/</xsl:with-param> 
    1591               </xsl:call-template><br/> 
     1588              <xsl:value-of select="parameters/X-BEDEWORK-PARAM-DISPLAYNAME"/><br/>  
    15921589            </xsl:for-each> 
    15931590          </td> 
  • trunk/deployment/websubmit/webapp/resources/demoskins/es_ES/default/default.xsl

    r3448 r3579  
    957957          </tr> 
    958958          <!--  Status  --> 
    959           <tr> 
     959          <!-- <tr> 
    960960            <td class="fieldname"> 
    961961              <xsl:copy-of select="$bwStr-FoEl-Status"/> 
     
    975975              <xsl:copy-of select="$bwStr-FoEl-Canceled"/> 
    976976            </td> 
    977           </tr> 
     977          </tr> --> 
    978978          <!-- Cost --> 
    979979          <tr> 
     
    13271327          </xsl:when> 
    13281328          <xsl:otherwise> 
    1329             <xsl:variable name="virtualPath">/user<xsl:for-each select="ancestor-or-self::calendar/name">/<xsl:value-of select="."/></xsl:for-each></xsl:variable> 
     1329            <xsl:variable name="virtualPath"><xsl:for-each select="ancestor-or-self::calendar/name">/<xsl:value-of select="."/></xsl:for-each></xsl:variable> 
    13301330            <xsl:variable name="displayName" select="summary"/> 
    13311331            <input type="checkbox" name="alias" onclick="toggleBedeworkXProperty('X-BEDEWORK-SUBMIT-ALIAS','{$displayName}','{$virtualPath}',this.checked)"> 
     
    15861586          <td> 
    15871587            <xsl:for-each select="xproperties/X-BEDEWORK-SUBMIT-ALIAS"> 
    1588               <xsl:call-template name="substring-afterLastInstanceOf"> 
    1589                 <xsl:with-param name="string" select="values/text"/> 
    1590                 <xsl:with-param name="char">/</xsl:with-param> 
    1591               </xsl:call-template><br/> 
     1588              <xsl:value-of select="parameters/X-BEDEWORK-PARAM-DISPLAYNAME"/><br/>  
    15921589            </xsl:for-each> 
    15931590          </td>