Changeset 3184
- Timestamp:
- 02/17/11 08:22:36
- Files:
-
- releases/bedework-3.7/deployment/resources/javascript/bedework/bedeworkAccess.js (modified) (1 diff)
- releases/bedework-3.7/deployment/webadmin/webapp/resources/es_ES/default/default.css (modified) (2 diffs)
- releases/bedework-3.7/deployment/webadmin/webapp/resources/es_ES/default/default.xsl (modified) (5 diffs)
- releases/bedework-3.7/deployment/webpublic/webapp/resources/demoskins/MainCampus/default/strings.xsl (modified) (1 diff)
- releases/bedework-3.7/deployment/webpublic/webapp/resources/demoskins/MainCampus/es_ES/default/bwclassic.xsl (modified) (2 diffs)
- releases/bedework-3.7/deployment/webpublic/webapp/resources/demoskins/MainCampus/es_ES/default/cleanXml.xsl (modified) (1 diff)
- releases/bedework-3.7/deployment/webpublic/webapp/resources/demoskins/MainCampus/es_ES/default/globals.xsl (modified) (1 diff)
- releases/bedework-3.7/deployment/webpublic/webapp/resources/demoskins/MainCampus/es_ES/strings.xsl (modified) (2 diffs)
- releases/bedework-3.7/deployment/webpublic/webapp/resources/demoskins/MainCampus/themes/bwclassicTheme/css/blue.css (modified) (2 diffs)
- releases/bedework-3.7/deployment/webpublic/webapp/resources/demoskins/MainCampus/themes/bwclassicTheme/css/green.css (modified) (2 diffs)
- releases/bedework-3.7/deployment/webpublic/webapp/resources/demoskins/MainCampus/themes/bwclassicTheme/css/red.css (modified) (2 diffs)
- releases/bedework-3.7/deployment/webpublic/webapp/resources/demoskins/MainCampus/themes/bwclassicTheme/navigation.xsl (modified) (1 diff)
- releases/bedework-3.7/deployment/webpublic/webapp/resources/demoskins/SoEDepartmental/default/default/globals.xsl (modified) (1 diff)
- releases/bedework-3.7/deployment/webpublic/webapp/resources/demoskins/SoEDepartmental/themes/bwclassicTheme/event.xsl (modified) (1 diff)
- releases/bedework-3.7/deployment/webpublic/webapp/resources/demoskins/SoEDepartmental/themes/bwclassicTheme/javascript/bedework.js (modified) (1 diff)
- releases/bedework-3.7/deployment/websubmit/webapp/resources/demoskins/es_ES/default/default.xsl (modified) (11 diffs)
- releases/bedework-3.7/deployment/websubmit/webapp/resources/demoskins/es_ES/default/strings.xsl (modified) (1 diff)
- releases/bedework-3.7/deployment/webuser/webapp/resources/demoskins/es_ES/strings.xsl (modified) (1 diff)
- trunk/deployment/webadmin/webapp/resources/es_ES/default/default.css (modified) (2 diffs)
- trunk/deployment/webadmin/webapp/resources/es_ES/default/default.xsl (modified) (5 diffs)
- trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/default/strings.xsl (modified) (1 diff)
- trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/es_ES/default/bwclassic.xsl (modified) (2 diffs)
- trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/es_ES/default/cleanXml.xsl (modified) (1 diff)
- trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/es_ES/default/globals.xsl (modified) (1 diff)
- trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/es_ES/strings.xsl (modified) (2 diffs)
- trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/themes/bwclassicTheme/css/blue.css (modified) (2 diffs)
- trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/themes/bwclassicTheme/css/green.css (modified) (2 diffs)
- trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/themes/bwclassicTheme/css/red.css (modified) (2 diffs)
- trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/themes/bwclassicTheme/navigation.xsl (modified) (1 diff)
- trunk/deployment/webpublic/webapp/resources/demoskins/SoEDepartmental/default/default/globals.xsl (modified) (1 diff)
- trunk/deployment/webpublic/webapp/resources/demoskins/SoEDepartmental/themes/bwclassicTheme/event.xsl (modified) (1 diff)
- trunk/deployment/webpublic/webapp/resources/demoskins/SoEDepartmental/themes/bwclassicTheme/javascript/bedework.js (modified) (1 diff)
- trunk/deployment/websubmit/webapp/resources/demoskins/es_ES/default/default.xsl (modified) (11 diffs)
- trunk/deployment/websubmit/webapp/resources/demoskins/es_ES/default/strings.xsl (modified) (1 diff)
- trunk/deployment/webuser/webapp/resources/demoskins/es_ES/strings.xsl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
releases/bedework-3.7/deployment/resources/javascript/bedework/bedeworkAccess.js
r3044 r3184 29 29 30 30 // ======================================================================== 31 // Language and customization 32 // These should come from values in the header or included as a separate cutomization 33 // file. 31 // Default strings are English (en_US). Tranlations are found in 32 // the sibling directory lang/ and are included as overrides based on the localeSettings.xsl 33 // file for each web client (that uses a localeSettings file, e.g. the personal 34 // and public web clients 34 35 35 36 var authenticatedStr = "authenticated"; releases/bedework-3.7/deployment/webadmin/webapp/resources/es_ES/default/default.css
r3156 r3184 1152 1152 background-color: transparent; 1153 1153 } 1154 .aliasTree input { 1155 margin-left: 6px; 1156 } 1154 1157 img.folderForAliasTree { 1155 1158 padding: 0.5em 0.2em 0 0.5em; … … 1303 1306 background-color: inherit; 1304 1307 } 1308 div#footer a:hover { 1309 color: #444; 1310 background-color: transparent; 1311 } releases/bedework-3.7/deployment/webadmin/webapp/resources/es_ES/default/default.xsl
r3156 r3184 225 225 <meta http-equiv="Content-Type" content="text/html;charset=UTF-8"/> 226 226 <link rel="stylesheet" href="{$resourcesRoot}/default/default/default.css"/> 227 <link rel="stylesheet" href=" {$resourcesRoot}/default/default/subColors.css"/>227 <link rel="stylesheet" href="/bedework-common/default/default/subColors.css"/> 228 228 <!-- set globals that must be passed in from the XSLT --> 229 229 <script type="text/javascript"> … … 367 367 </xsl:for-each> 368 368 } 369 370 $(document).ready(function(){ 371 372 <xsl:if test="/bedework/formElements/recurrenceId = ''"> 373 initRXDates(); 374 </xsl:if> 375 376 <xsl:if test="/bedework/page='modEvent' or /bedework/page='modEventPending'"> 377 initXProperties(); 378 bwSetupDatePickers(); 379 </xsl:if> 380 381 focusFirstElement(); 382 383 // If you wish to collapse specific topical areas, you can specify them here: 384 // (note that this will be managed from the admin client in time) 385 // $("ul.aliasTree > li:eq(4) > ul").hide(); 386 // $("ul.aliasTree > li:eq(11) > ul").hide(); 387 // $("ul.aliasTree > li:eq(13) > ul").hide(); 388 $("ul.aliasTree > li > img.folderForAliasTree").attr("src", '<xsl:value-of select="$resourcesRoot"/>/resources/catExpander.gif'); 389 $("ul.aliasTree > li > img.folderForAliasTree").css("cursor","pointer"); 390 $("ul.aliasTree > li > img.folderForAliasTree").click(function(){ 391 $(this).next("ul.aliasTree > li > ul").slideToggle("slow"); 392 }); 393 394 }); 369 395 </xsl:comment> 370 396 </script> … … 429 455 </head> 430 456 <body> 431 <xsl:choose>432 <xsl:when test="/bedework/page='modEvent' or /bedework/page='modEventPending'">433 <xsl:attribute name="onload"><xsl:if test="/bedework/formElements/recurrenceId = ''">initRXDates();</xsl:if>initXProperties();focusFirstElement();bwSetupDatePickers();</xsl:attribute>434 </xsl:when>435 <xsl:otherwise>436 <xsl:attribute name="onload">focusFirstElement();</xsl:attribute>437 </xsl:otherwise>438 </xsl:choose>439 457 <div id="bedework"><!-- main wrapper div to keep styles encapsulated --> 440 458 <xsl:choose> … … 1246 1264 '<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>', 1247 1265 '<xsl:call-template name="escapeApos"><xsl:with-param name="str" select="form/xproperties/node()[name()='X-BEDEWORK-CATEGORIES']/values/text"/></xsl:call-template>', 1248 '<xsl:call-template name="escape Apos"><xsl:with-param name="str" select="form/xproperties/node()[name()='X-BEDEWORK-SUBMIT-COMMENT']/values/text"/></xsl:call-template>');1266 '<xsl:call-template name="escapeJson"><xsl:with-param name="string" select="form/xproperties/node()[name()='X-BEDEWORK-SUBMIT-COMMENT']/values/text"/></xsl:call-template>'); 1249 1267 </script> 1250 1268 … … 2495 2513 <td> 2496 2514 <input type="text" name="xBwImageHolder" value="" size="80" class="edit"> 2497 <xsl:attribute name="value"><xsl:value-of select="form/xproperties/node()[name()='X-BEDEWORK-IMAGE']/values/text" /></xsl:attribute>2515 <xsl:attribute name="value"><xsl:value-of select="form/xproperties/node()[name()='X-BEDEWORK-IMAGE']/values/text" disable-output-escaping="yes"/></xsl:attribute> 2498 2516 </input> 2499 2517 <xsl:text> </xsl:text> releases/bedework-3.7/deployment/webpublic/webapp/resources/demoskins/MainCampus/default/strings.xsl
r2837 r3184 54 54 <xsl:variable name="bwStr-Deadline-Title">Deadlines</xsl:variable> 55 55 <xsl:variable name="bwStr-Deadline-NoEvents">There are no deadlines in this time period or view</xsl:variable> 56 57 56 58 57 <!-- xsl:template name="tabs" --> releases/bedework-3.7/deployment/webpublic/webapp/resources/demoskins/MainCampus/es_ES/default/bwclassic.xsl
r2837 r3184 1 <?xml version="1.0" encoding="UTF-8"?> 1 2 <!-- 2 3 Licensed to Jasig under one or more contributor license … … 17 18 under the License. 18 19 --> 19 <?xml version="1.0" encoding="UTF-8"?>20 20 <xsl:stylesheet version="1.0" 21 21 xmlns:xsl="http://www.w3.org/1999/XSL/Transform" releases/bedework-3.7/deployment/webpublic/webapp/resources/demoskins/MainCampus/es_ES/default/cleanXml.xsl
r2837 r3184 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 <!-- ***********************************************2 <!-- 3 3 Licensed to Jasig under one or more contributor license 4 4 agreements. See the NOTICE file distributed with this work releases/bedework-3.7/deployment/webpublic/webapp/resources/demoskins/MainCampus/es_ES/default/globals.xsl
r2837 r3184 62 62 <xsl:variable name="privateCal">/ucal</xsl:variable> 63 63 <xsl:variable name="feeder">/feeder</xsl:variable> 64 <xsl:variable name="urlbuilder">/urlbuilder</xsl:variable>65 64 <xsl:variable name="prevdate" select="/bedework/previousdate" /> 66 65 <xsl:variable name="nextdate" select="/bedework/nextdate" /> releases/bedework-3.7/deployment/webpublic/webapp/resources/demoskins/MainCampus/es_ES/strings.xsl
r2837 r3184 54 54 <xsl:variable name="bwStr-Deadline-Title">Fechas límite</xsl:variable> 55 55 <xsl:variable name="bwStr-Deadline-NoEvents">No hay fechas límite en este intervalo de tiempo o en esta vista</xsl:variable> 56 57 56 58 57 <!-- xsl:template name="tabs" --> … … 150 149 <xsl:variable name="bwStr-SgEv-Ends">Finaliza</xsl:variable> 151 150 <xsl:variable name="bwStr-SgEv-DueBy">Gracias a</xsl:variable> 152 <!-- <xsl:variable name="bwStr-SgEv-DueBy">Due By</xsl:variable> -->153 151 <xsl:variable name="bwStr-SgEv-AddToMyCalendar">añadir a mi agenda</xsl:variable> 154 152 <xsl:variable name="bwStr-SgEv-AddEventToMyCalendar">Añadir a MyCalendar</xsl:variable> releases/bedework-3.7/deployment/webpublic/webapp/resources/demoskins/MainCampus/themes/bwclassicTheme/css/blue.css
r2847 r3184 306 306 } 307 307 #navigationBarTable td { 308 vertical-align: top;308 vertical-align: middle; 309 309 } 310 310 #navigationBarTable form { … … 317 317 } 318 318 #navigationBarTable td.todayButton { 319 padding: 1em 1em0 1em;319 padding: 0 1em; 320 320 } 321 321 #navigationBarTable td.gotoForm { 322 padding: 1em 0.5em 0 0; 322 padding: 0 0.5em 0 0; 323 } 324 #navigationBarTable button { 325 padding: 0 4px 2px 4px; 323 326 } 324 327 #navigationBarTable td.leftCell { releases/bedework-3.7/deployment/webpublic/webapp/resources/demoskins/MainCampus/themes/bwclassicTheme/css/green.css
r2847 r3184 310 310 } 311 311 #navigationBarTable td { 312 vertical-align: top;312 vertical-align: middle; 313 313 } 314 314 #navigationBarTable form { … … 321 321 } 322 322 #navigationBarTable td.todayButton { 323 padding: 1em 1em0 1em;323 padding: 0 1em; 324 324 } 325 325 #navigationBarTable td.gotoForm { 326 padding: 1em 0.5em 0 0; 326 padding: 0 0.5em 0 0; 327 } 328 #navigationBarTable button { 329 padding: 0 4px 2px 4px; 327 330 } 328 331 #navigationBarTable td.leftCell { releases/bedework-3.7/deployment/webpublic/webapp/resources/demoskins/MainCampus/themes/bwclassicTheme/css/red.css
r2847 r3184 310 310 } 311 311 #navigationBarTable td { 312 vertical-align: top;312 vertical-align: middle; 313 313 } 314 314 #navigationBarTable form { … … 321 321 } 322 322 #navigationBarTable td.todayButton { 323 padding: 1em 1em0 1em;323 padding: 0 1em; 324 324 } 325 325 #navigationBarTable td.gotoForm { 326 padding: 1em 0.5em 0 0; 326 padding: 0 0.5em 0 0; 327 } 328 #navigationBarTable button { 329 padding: 0 4px 2px 4px; 327 330 } 328 331 #navigationBarTable td.leftCell { releases/bedework-3.7/deployment/webpublic/webapp/resources/demoskins/MainCampus/themes/bwclassicTheme/navigation.xsl
r2837 r3184 82 82 </td> 83 83 <td class="todayButton"> 84 < a href="{$setViewPeriod}&viewType=todayView&date={$curdate}">85 < img src="{$resourcesRoot}/images/std-button-today-off.gif" width="54" height="22" border="0" alt="Go to Today" align="left"/>86 </ a>84 <button type="button" onclick="window.location='{$setViewPeriod}&viewType=todayView&date={$curdate}'"> 85 <xsl:value-of select="$bwStr-Navi-Today"/> 86 </button> 87 87 </td> 88 88 <td align="right" class="gotoForm"> releases/bedework-3.7/deployment/webpublic/webapp/resources/demoskins/SoEDepartmental/default/default/globals.xsl
r2840 r3184 54 54 <xsl:variable name="mailEvent" select="/bedework/urlPrefixes/mail/mailEvent" /> 55 55 <xsl:variable name="stats" select="/bedework/urlPrefixes/stats/stats" /> 56 <xsl:variable name="showPage" select="/bedework/urlPrefixes/misc/showPage" /> 56 57 57 58 <!-- URL of the web application - includes web context --> releases/bedework-3.7/deployment/webpublic/webapp/resources/demoskins/SoEDepartmental/themes/bwclassicTheme/event.xsl
r2840 r3184 35 35 </xsl:variable> 36 36 <h2 class="{$statusClass}"> 37 <a id="linkToEvent" href="javascript:showLink('{$urlPrefix}/event/eventView.do?calPath={$calPath}&guid={$guid}&recurrenceId={$recurrenceId}' )" title="{$bwStr-SgEv-GenerateLinkToThisEvent}">37 <a id="linkToEvent" href="javascript:showLink('{$urlPrefix}/event/eventView.do?calPath={$calPath}&guid={$guid}&recurrenceId={$recurrenceId}','{$bwStr-SgEv-EventLink}')" title="{$bwStr-SgEv-GenerateLinkToThisEvent}"> 38 38 <xsl:copy-of select="$bwStr-SgEv-LinkToThisEvent"/> 39 39 </a> releases/bedework-3.7/deployment/webpublic/webapp/resources/demoskins/SoEDepartmental/themes/bwclassicTheme/javascript/bedework.js
r2850 r3184 35 35 formObj["eventEndDate.day"].value = endDate.getDate(); 36 36 } 37 function showLink(urlString ) {37 function showLink(urlString,title) { 38 38 var linkWindow = window.open("", "linkWindow", "width=1100,height=100,scrollbars=yes,resizable=yes,alwaysRaised=yes,menubar=no,toolbar=no"); 39 39 linkWindow.document.open(); 40 linkWindow.document.writeln('<html><head><title> Event Link</title>');40 linkWindow.document.writeln('<html><head><title>' + title + '</title>'); 41 41 linkWindow.document.writeln('<style type="text/css">body{padding: 1em; font-size: 12px; font-family: Arial,sans-serif;}th{text-align: left;}td{padding-left: 2em;}</style></head>'); 42 linkWindow.document.writeln('<body onload="document.getElementById(\'linkField\').select()"><strong> Event Link:</strong><br/>');42 linkWindow.document.writeln('<body onload="document.getElementById(\'linkField\').select()"><strong>' + title + '</strong><br/>'); 43 43 linkWindow.document.writeln('<input type="text" value="' + urlString + '" size="170" id="linkField"/>'); 44 44 linkWindow.document.writeln('</body></html>'); releases/bedework-3.7/deployment/websubmit/webapp/resources/demoskins/es_ES/default/default.xsl
r3155 r3184 999 999 <td class="fieldval"> 1000 1000 <input type="text" name="xBwImageHolder" size="30" value=""> 1001 <xsl:attribute name="value"><xsl:value-of select="form/xproperties/node()[name()='X-BEDEWORK-IMAGE']/values/text" /></xsl:attribute>1001 <xsl:attribute name="value"><xsl:value-of select="form/xproperties/node()[name()='X-BEDEWORK-IMAGE']/values/text" disable-output-escaping="yes"/></xsl:attribute> 1002 1002 </input> 1003 1003 <xsl:text> </xsl:text> … … 1027 1027 <label for="commentLocationAddress"><xsl:copy-of select="$bwStr-FoEl-Address"/><xsl:text> </xsl:text></label> 1028 1028 <input type="text" name="commentLocationAddress" id="bwCommentLocationAddress"> 1029 <xsl:attribute name="value"><xsl:value-of select="form/xproperties/node()[name()='X-BEDEWORK-LOCATION']/values/text" /></xsl:attribute>1029 <xsl:attribute name="value"><xsl:value-of select="form/xproperties/node()[name()='X-BEDEWORK-LOCATION']/values/text" disable-output-escaping="yes"/></xsl:attribute> 1030 1030 </input> 1031 1031 </p> … … 1033 1033 <label for="commentLocationSubaddress"><em><xsl:copy-of select="$bwStr-FoEl-SubAddress"/></em> </label> 1034 1034 <input type="text" name="commentLocationSubaddress" id="commentLocationSubaddress"> 1035 <xsl:attribute name="value"><xsl:value-of select="form/xproperties/node()[name()='X-BEDEWORK-LOCATION']/parameters/node()[name()='X-BEDEWORK-PARAM-SUBADDRESS']" /></xsl:attribute>1035 <xsl:attribute name="value"><xsl:value-of select="form/xproperties/node()[name()='X-BEDEWORK-LOCATION']/parameters/node()[name()='X-BEDEWORK-PARAM-SUBADDRESS']" disable-output-escaping="yes"/></xsl:attribute> 1036 1036 </input> 1037 1037 <span class="note"><xsl:text> </xsl:text><xsl:copy-of select="$bwStr-FoEl-Optional"/></span> … … 1040 1040 <label for="commentLocationURL"><em><xsl:copy-of select="$bwStr-FoEl-URL"/></em> </label> 1041 1041 <input type="text" name="commentLocationURL" id="commentLocationURL"> 1042 <xsl:attribute name="value"><xsl:value-of select="form/xproperties/node()[name()='X-BEDEWORK-LOCATION']/parameters/node()[name()='X-BEDEWORK-PARAM-URL']" /></xsl:attribute>1042 <xsl:attribute name="value"><xsl:value-of select="form/xproperties/node()[name()='X-BEDEWORK-LOCATION']/parameters/node()[name()='X-BEDEWORK-PARAM-URL']" disable-output-escaping="yes"/></xsl:attribute> 1043 1043 </input> 1044 1044 <span class="note"><xsl:text> </xsl:text><xsl:copy-of select="$bwStr-FoEl-Optional"/></span> … … 1066 1066 <label for="commentContactName"><xsl:copy-of select="$bwStr-FoEl-OrganizationName"/><xsl:text> </xsl:text> </label> 1067 1067 <input type="text" name="commentContactName" id="bwCommentContactName" size="40"> 1068 <xsl:attribute name="value"><xsl:value-of select="form/xproperties/node()[name()='X-BEDEWORK-CONTACT']/values/text" /></xsl:attribute>1068 <xsl:attribute name="value"><xsl:value-of select="form/xproperties/node()[name()='X-BEDEWORK-CONTACT']/values/text" disable-output-escaping="yes"/></xsl:attribute> 1069 1069 </input> 1070 1070 <span class="note"><xsl:text> </xsl:text><xsl:copy-of select="$bwStr-FoEl-PleaseLimitContacts"/></span> … … 1073 1073 <label for="commentContactPhone"><em><xsl:copy-of select="$bwStr-FoEl-Phone"/></em> </label> 1074 1074 <input type="text" name="commentContactPhone"> 1075 <xsl:attribute name="value"><xsl:value-of select="form/xproperties/node()[name()='X-BEDEWORK-CONTACT']/parameters/node()[name()='X-BEDEWORK-PARAM-PHONE']" /></xsl:attribute>1075 <xsl:attribute name="value"><xsl:value-of select="form/xproperties/node()[name()='X-BEDEWORK-CONTACT']/parameters/node()[name()='X-BEDEWORK-PARAM-PHONE']" disable-output-escaping="yes"/></xsl:attribute> 1076 1076 </input> 1077 1077 <span class="note"><xsl:text> </xsl:text><xsl:copy-of select="$bwStr-FoEl-Optional"/></span> … … 1080 1080 <label for="commentContactURL"><em><xsl:copy-of select="$bwStr-FoEl-URL"/></em> </label> 1081 1081 <input type="text" name="commentContactURL"> 1082 <xsl:attribute name="value"><xsl:value-of select="form/xproperties/node()[name()='X-BEDEWORK-CONTACT']/parameters/node()[name()='X-BEDEWORK-PARAM-URL']" /></xsl:attribute>1082 <xsl:attribute name="value"><xsl:value-of select="form/xproperties/node()[name()='X-BEDEWORK-CONTACT']/parameters/node()[name()='X-BEDEWORK-PARAM-URL']" disable-output-escaping="yes"/></xsl:attribute> 1083 1083 </input> 1084 1084 <span class="note"><xsl:text> </xsl:text><xsl:copy-of select="$bwStr-FoEl-Optional"/></span> … … 1087 1087 <label for="commentContactEmail"><em><xsl:copy-of select="$bwStr-FoEl-Email"/></em> </label> 1088 1088 <input type="text" name="commentContactEmail"> 1089 <xsl:attribute name="value"><xsl:value-of select="form/xproperties/node()[name()='X-BEDEWORK-CONTACT']/parameters/node()[name()='X-BEDEWORK-PARAM-EMAIL']" /></xsl:attribute>1089 <xsl:attribute name="value"><xsl:value-of select="form/xproperties/node()[name()='X-BEDEWORK-CONTACT']/parameters/node()[name()='X-BEDEWORK-PARAM-EMAIL']" disable-output-escaping="yes"/></xsl:attribute> 1090 1090 </input> 1091 1091 <span class="note"><xsl:text> </xsl:text><xsl:copy-of select="$bwStr-FoEl-Optional"/></span> … … 1113 1113 <label for="commentCategories"><xsl:copy-of select="$bwStr-FoEl-TypeOfEvent"/><xsl:text> </xsl:text></label> 1114 1114 <input type="text" name="commentCategories" size="80"> 1115 <xsl:attribute name="value"><xsl:value-of select="form/xproperties/node()[name()='X-BEDEWORK-CATEGORIES']/values/text" /></xsl:attribute>1115 <xsl:attribute name="value"><xsl:value-of select="form/xproperties/node()[name()='X-BEDEWORK-CATEGORIES']/values/text" disable-output-escaping="yes"/></xsl:attribute> 1116 1116 </input> 1117 1117 </p> … … 1154 1154 <label for="commentCategories">Category suggestion: </label> 1155 1155 <input type="text" name="commentCategories" size="30"> 1156 <xsl:attribute name="value"><xsl:value-of select="form/xproperties/node()[name()='X-BEDEWORK-CATEGORIES']/values/text" /></xsl:attribute>1156 <xsl:attribute name="value"><xsl:value-of select="form/xproperties/node()[name()='X-BEDEWORK-CATEGORIES']/values/text" disable-output-escaping="yes"/></xsl:attribute> 1157 1157 </input> 1158 1158 </p> … … 1185 1185 <!-- note: don't remove the #160 from the textarea or browsers will see it as a closed tag when empty --> 1186 1186 <textarea name="commentNotes" cols="60" rows="4"><!-- 1187 --><xsl:value-of select="normalize-space(form/xproperties/node()[name()='X-BEDEWORK-SUBMIT-COMMENT']/values/text)" /><!--1188 --><xsl:if test="normalize-space(form/xproperties/node()[name()='X-BEDEWORK-SUBMIT-COMMENT']/values/text) = ''">  </xsl:if><!--1187 --><xsl:value-of select="normalize-space(form/xproperties/node()[name()='X-BEDEWORK-SUBMIT-COMMENT']/values/text)" disable-output-escaping="yes"/><!-- 1188 --><xsl:if test="normalize-space(form/xproperties/node()[name()='X-BEDEWORK-SUBMIT-COMMENT']/values/text) = ''"><xsl:text> </xsl:text></xsl:if><!-- 1189 1189 --></textarea> 1190 1190 </p> releases/bedework-3.7/deployment/websubmit/webapp/resources/demoskins/es_ES/default/strings.xsl
r3155 r3184 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 <!-- 3 Licensed to Jasig under one or more contributor license 4 agreements. See the NOTICE file distributed with this work 5 for additional information regarding copyright ownership. 6 Jasig licenses this file to you under the Apache License, 7 Version 2.0 (the "License"); you may not use this file 8 except in compliance with the License. You may obtain a 9 copy of the License at: 10 11 http://www.apache.org/licenses/LICENSE-2.0 12 13 Unless required by applicable law or agreed to in writing, 14 software distributed under the License is distributed on 15 an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16 KIND, either express or implied. See the License for the 17 specific language governing permissions and limitations 18 under the License. 19 --> 2 20 <xsl:stylesheet 3 21 version="1.0" releases/bedework-3.7/deployment/webuser/webapp/resources/demoskins/es_ES/strings.xsl
r3134 r3184 617 617 618 618 <!-- xsl:template match="currentCalendar" mode="modCalendar --> 619 <xsl:variable name="bwStr-CuCa-ModifySubscription">Modificar Suscripción</xsl:variable>620 619 <xsl:variable name="bwStr-CuCa-ModifySubscription">Modificar Subscripción</xsl:variable> 621 620 <xsl:variable name="bwStr-CuCa-ModifyFolder">Modificar Carpeta</xsl:variable> trunk/deployment/webadmin/webapp/resources/es_ES/default/default.css
r3156 r3184 1152 1152 background-color: transparent; 1153 1153 } 1154 .aliasTree input { 1155 margin-left: 6px; 1156 } 1154 1157 img.folderForAliasTree { 1155 1158 padding: 0.5em 0.2em 0 0.5em; … … 1303 1306 background-color: inherit; 1304 1307 } 1308 div#footer a:hover { 1309 color: #444; 1310 background-color: transparent; 1311 } trunk/deployment/webadmin/webapp/resources/es_ES/default/default.xsl
r3156 r3184 225 225 <meta http-equiv="Content-Type" content="text/html;charset=UTF-8"/> 226 226 <link rel="stylesheet" href="{$resourcesRoot}/default/default/default.css"/> 227 <link rel="stylesheet" href=" {$resourcesRoot}/default/default/subColors.css"/>227 <link rel="stylesheet" href="/bedework-common/default/default/subColors.css"/> 228 228 <!-- set globals that must be passed in from the XSLT --> 229 229 <script type="text/javascript"> … … 367 367 </xsl:for-each> 368 368 } 369 370 $(document).ready(function(){ 371 372 <xsl:if test="/bedework/formElements/recurrenceId = ''"> 373 initRXDates(); 374 </xsl:if> 375 376 <xsl:if test="/bedework/page='modEvent' or /bedework/page='modEventPending'"> 377 initXProperties(); 378 bwSetupDatePickers(); 379 </xsl:if> 380 381 focusFirstElement(); 382 383 // If you wish to collapse specific topical areas, you can specify them here: 384 // (note that this will be managed from the admin client in time) 385 // $("ul.aliasTree > li:eq(4) > ul").hide(); 386 // $("ul.aliasTree > li:eq(11) > ul").hide(); 387 // $("ul.aliasTree > li:eq(13) > ul").hide(); 388 $("ul.aliasTree > li > img.folderForAliasTree").attr("src", '<xsl:value-of select="$resourcesRoot"/>/resources/catExpander.gif'); 389 $("ul.aliasTree > li > img.folderForAliasTree").css("cursor","pointer"); 390 $("ul.aliasTree > li > img.folderForAliasTree").click(function(){ 391 $(this).next("ul.aliasTree > li > ul").slideToggle("slow"); 392 }); 393 394 }); 369 395 </xsl:comment> 370 396 </script> … … 429 455 </head> 430 456 <body> 431 <xsl:choose>432 <xsl:when test="/bedework/page='modEvent' or /bedework/page='modEventPending'">433 <xsl:attribute name="onload"><xsl:if test="/bedework/formElements/recurrenceId = ''">initRXDates();</xsl:if>initXProperties();focusFirstElement();bwSetupDatePickers();</xsl:attribute>434 </xsl:when>435 <xsl:otherwise>436 <xsl:attribute name="onload">focusFirstElement();</xsl:attribute>437 </xsl:otherwise>438 </xsl:choose>439 457 <div id="bedework"><!-- main wrapper div to keep styles encapsulated --> 440 458 <xsl:choose> … … 1246 1264 '<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>', 1247 1265 '<xsl:call-template name="escapeApos"><xsl:with-param name="str" select="form/xproperties/node()[name()='X-BEDEWORK-CATEGORIES']/values/text"/></xsl:call-template>', 1248 '<xsl:call-template name="escape Apos"><xsl:with-param name="str" select="form/xproperties/node()[name()='X-BEDEWORK-SUBMIT-COMMENT']/values/text"/></xsl:call-template>');1266 '<xsl:call-template name="escapeJson"><xsl:with-param name="string" select="form/xproperties/node()[name()='X-BEDEWORK-SUBMIT-COMMENT']/values/text"/></xsl:call-template>'); 1249 1267 </script> 1250 1268 … … 2495 2513 <td> 2496 2514 <input type="text" name="xBwImageHolder" value="" size="80" class="edit"> 2497 <xsl:attribute name="value"><xsl:value-of select="form/xproperties/node()[name()='X-BEDEWORK-IMAGE']/values/text" /></xsl:attribute>2515 <xsl:attribute name="value"><xsl:value-of select="form/xproperties/node()[name()='X-BEDEWORK-IMAGE']/values/text" disable-output-escaping="yes"/></xsl:attribute> 2498 2516 </input> 2499 2517 <xsl:text> </xsl:text> trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/default/strings.xsl
r2837 r3184 54 54 <xsl:variable name="bwStr-Deadline-Title">Deadlines</xsl:variable> 55 55 <xsl:variable name="bwStr-Deadline-NoEvents">There are no deadlines in this time period or view</xsl:variable> 56 57 56 58 57 <!-- xsl:template name="tabs" --> trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/es_ES/default/bwclassic.xsl
r2837 r3184 1 <?xml version="1.0" encoding="UTF-8"?> 1 2 <!-- 2 3 Licensed to Jasig under one or more contributor license … … 17 18 under the License. 18 19 --> 19 <?xml version="1.0" encoding="UTF-8"?>20 20 <xsl:stylesheet version="1.0" 21 21 xmlns:xsl="http://www.w3.org/1999/XSL/Transform" trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/es_ES/default/cleanXml.xsl
r2837 r3184 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 <!-- ***********************************************2 <!-- 3 3 Licensed to Jasig under one or more contributor license 4 4 agreements. See the NOTICE file distributed with this work trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/es_ES/default/globals.xsl
r2837 r3184 62 62 <xsl:variable name="privateCal">/ucal</xsl:variable> 63 63 <xsl:variable name="feeder">/feeder</xsl:variable> 64 <xsl:variable name="urlbuilder">/urlbuilder</xsl:variable>65 64 <xsl:variable name="prevdate" select="/bedework/previousdate" /> 66 65 <xsl:variable name="nextdate" select="/bedework/nextdate" /> trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/es_ES/strings.xsl
r2837 r3184 54 54 <xsl:variable name="bwStr-Deadline-Title">Fechas límite</xsl:variable> 55 55 <xsl:variable name="bwStr-Deadline-NoEvents">No hay fechas límite en este intervalo de tiempo o en esta vista</xsl:variable> 56 57 56 58 57 <!-- xsl:template name="tabs" --> … … 150 149 <xsl:variable name="bwStr-SgEv-Ends">Finaliza</xsl:variable> 151 150 <xsl:variable name="bwStr-SgEv-DueBy">Gracias a</xsl:variable> 152 <!-- <xsl:variable name="bwStr-SgEv-DueBy">Due By</xsl:variable> -->153 151 <xsl:variable name="bwStr-SgEv-AddToMyCalendar">añadir a mi agenda</xsl:variable> 154 152 <xsl:variable name="bwStr-SgEv-AddEventToMyCalendar">Añadir a MyCalendar</xsl:variable> trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/themes/bwclassicTheme/css/blue.css
r2847 r3184 306 306 } 307 307 #navigationBarTable td { 308 vertical-align: top;308 vertical-align: middle; 309 309 } 310 310 #navigationBarTable form { … … 317 317 } 318 318 #navigationBarTable td.todayButton { 319 padding: 1em 1em0 1em;319 padding: 0 1em; 320 320 } 321 321 #navigationBarTable td.gotoForm { 322 padding: 1em 0.5em 0 0; 322 padding: 0 0.5em 0 0; 323 } 324 #navigationBarTable button { 325 padding: 0 4px 2px 4px; 323 326 } 324 327 #navigationBarTable td.leftCell { trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/themes/bwclassicTheme/css/green.css
r2847 r3184 310 310 } 311 311 #navigationBarTable td { 312 vertical-align: top;312 vertical-align: middle; 313 313 } 314 314 #navigationBarTable form { … … 321 321 } 322 322 #navigationBarTable td.todayButton { 323 padding: 1em 1em0 1em;323 padding: 0 1em; 324 324 } 325 325 #navigationBarTable td.gotoForm { 326 padding: 1em 0.5em 0 0; 326 padding: 0 0.5em 0 0; 327 } 328 #navigationBarTable button { 329 padding: 0 4px 2px 4px; 327 330 } 328 331 #navigationBarTable td.leftCell { trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/themes/bwclassicTheme/css/red.css
r2847 r3184 310 310 } 311 311 #navigationBarTable td { 312 vertical-align: top;312 vertical-align: middle; 313 313 } 314 314 #navigationBarTable form { … … 321 321 } 322 322 #navigationBarTable td.todayButton { 323 padding: 1em 1em0 1em;323 padding: 0 1em; 324 324 } 325 325 #navigationBarTable td.gotoForm { 326 padding: 1em 0.5em 0 0; 326 padding: 0 0.5em 0 0; 327 } 328 #navigationBarTable button { 329 padding: 0 4px 2px 4px; 327 330 } 328 331 #navigationBarTable td.leftCell { trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/themes/bwclassicTheme/navigation.xsl
r2837 r3184 82 82 </td> 83 83 <td class="todayButton"> 84 < a href="{$setViewPeriod}&viewType=todayView&date={$curdate}">85 < img src="{$resourcesRoot}/images/std-button-today-off.gif" width="54" height="22" border="0" alt="Go to Today" align="left"/>86 </ a>84 <button type="button" onclick="window.location='{$setViewPeriod}&viewType=todayView&date={$curdate}'"> 85 <xsl:value-of select="$bwStr-Navi-Today"/> 86 </button> 87 87 </td> 88 88 <td align="right" class="gotoForm"> trunk/deployment/webpublic/webapp/resources/demoskins/SoEDepartmental/default/default/globals.xsl
r2840 r3184 54 54 <xsl:variable name="mailEvent" select="/bedework/urlPrefixes/mail/mailEvent" /> 55 55 <xsl:variable name="stats" select="/bedework/urlPrefixes/stats/stats" /> 56 <xsl:variable name="showPage" select="/bedework/urlPrefixes/misc/showPage" /> 56 57 57 58 <!-- URL of the web application - includes web context --> trunk/deployment/webpublic/webapp/resources/demoskins/SoEDepartmental/themes/bwclassicTheme/event.xsl
r2840 r3184 35 35 </xsl:variable> 36 36 <h2 class="{$statusClass}"> 37 <a id="linkToEvent" href="javascript:showLink('{$urlPrefix}/event/eventView.do?calPath={$calPath}&guid={$guid}&recurrenceId={$recurrenceId}' )" title="{$bwStr-SgEv-GenerateLinkToThisEvent}">37 <a id="linkToEvent" href="javascript:showLink('{$urlPrefix}/event/eventView.do?calPath={$calPath}&guid={$guid}&recurrenceId={$recurrenceId}','{$bwStr-SgEv-EventLink}')" title="{$bwStr-SgEv-GenerateLinkToThisEvent}"> 38 38 <xsl:copy-of select="$bwStr-SgEv-LinkToThisEvent"/> 39 39 </a> trunk/deployment/webpublic/webapp/resources/demoskins/SoEDepartmental/themes/bwclassicTheme/javascript/bedework.js
r2850 r3184 35 35 formObj["eventEndDate.day"].value = endDate.getDate(); 36 36 } 37 function showLink(urlString ) {37 function showLink(urlString,title) { 38 38 var linkWindow = window.open("", "linkWindow", "width=1100,height=100,scrollbars=yes,resizable=yes,alwaysRaised=yes,menubar=no,toolbar=no"); 39 39 linkWindow.document.open(); 40 linkWindow.document.writeln('<html><head><title> Event Link</title>');40 linkWindow.document.writeln('<html><head><title>' + title + '</title>'); 41 41 linkWindow.document.writeln('<style type="text/css">body{padding: 1em; font-size: 12px; font-family: Arial,sans-serif;}th{text-align: left;}td{padding-left: 2em;}</style></head>'); 42 linkWindow.document.writeln('<body onload="document.getElementById(\'linkField\').select()"><strong> Event Link:</strong><br/>');42 linkWindow.document.writeln('<body onload="document.getElementById(\'linkField\').select()"><strong>' + title + '</strong><br/>'); 43 43 linkWindow.document.writeln('<input type="text" value="' + urlString + '" size="170" id="linkField"/>'); 44 44 linkWindow.document.writeln('</body></html>'); trunk/deployment/websubmit/webapp/resources/demoskins/es_ES/default/default.xsl
r3155 r3184 999 999 <td class="fieldval"> 1000 1000 <input type="text" name="xBwImageHolder" size="30" value=""> 1001 <xsl:attribute name="value"><xsl:value-of select="form/xproperties/node()[name()='X-BEDEWORK-IMAGE']/values/text" /></xsl:attribute>1001 <xsl:attribute name="value"><xsl:value-of select="form/xproperties/node()[name()='X-BEDEWORK-IMAGE']/values/text" disable-output-escaping="yes"/></xsl:attribute> 1002 1002 </input> 1003 1003 <xsl:text> </xsl:text> … … 1027 1027 <label for="commentLocationAddress"><xsl:copy-of select="$bwStr-FoEl-Address"/><xsl:text> </xsl:text></label> 1028 1028 <input type="text" name="commentLocationAddress" id="bwCommentLocationAddress"> 1029 <xsl:attribute name="value"><xsl:value-of select="form/xproperties/node()[name()='X-BEDEWORK-LOCATION']/values/text" /></xsl:attribute>1029 <xsl:attribute name="value"><xsl:value-of select="form/xproperties/node()[name()='X-BEDEWORK-LOCATION']/values/text" disable-output-escaping="yes"/></xsl:attribute> 1030 1030 </input> 1031 1031 </p> … … 1033 1033 <label for="commentLocationSubaddress"><em><xsl:copy-of select="$bwStr-FoEl-SubAddress"/></em> </label> 1034 1034 <input type="text" name="commentLocationSubaddress" id="commentLocationSubaddress"> 1035 <xsl:attribute name="value"><xsl:value-of select="form/xproperties/node()[name()='X-BEDEWORK-LOCATION']/parameters/node()[name()='X-BEDEWORK-PARAM-SUBADDRESS']" /></xsl:attribute>1035 <xsl:attribute name="value"><xsl:value-of select="form/xproperties/node()[name()='X-BEDEWORK-LOCATION']/parameters/node()[name()='X-BEDEWORK-PARAM-SUBADDRESS']" disable-output-escaping="yes"/></xsl:attribute> 1036 1036 </input> 1037 1037 <span class="note"><xsl:text> </xsl:text><xsl:copy-of select="$bwStr-FoEl-Optional"/></span> … … 1040 1040 <label for="commentLocationURL"><em><xsl:copy-of select="$bwStr-FoEl-URL"/></em> </label> 1041 1041 <input type="text" name="commentLocationURL" id="commentLocationURL"> 1042 <xsl:attribute name="value"><xsl:value-of select="form/xproperties/node()[name()='X-BEDEWORK-LOCATION']/parameters/node()[name()='X-BEDEWORK-PARAM-URL']" /></xsl:attribute>1042 <xsl:attribute name="value"><xsl:value-of select="form/xproperties/node()[name()='X-BEDEWORK-LOCATION']/parameters/node()[name()='X-BEDEWORK-PARAM-URL']" disable-output-escaping="yes"/></xsl:attribute> 1043 1043 </input> 1044 1044 <span class="note"><xsl:text> </xsl:text><xsl:copy-of select="$bwStr-FoEl-Optional"/></span> … … 1066 1066 <label for="commentContactName"><xsl:copy-of select="$bwStr-FoEl-OrganizationName"/><xsl:text> </xsl:text> </label> 1067 1067 <input type="text" name="commentContactName" id="bwCommentContactName" size="40"> 1068 <xsl:attribute name="value"><xsl:value-of select="form/xproperties/node()[name()='X-BEDEWORK-CONTACT']/values/text" /></xsl:attribute>1068 <xsl:attribute name="value"><xsl:value-of select="form/xproperties/node()[name()='X-BEDEWORK-CONTACT']/values/text" disable-output-escaping="yes"/></xsl:attribute> 1069 1069 </input> 1070 1070 <span class="note"><xsl:text> </xsl:text><xsl:copy-of select="$bwStr-FoEl-PleaseLimitContacts"/></span> … … 1073 1073 <label for="commentContactPhone"><em><xsl:copy-of select="$bwStr-FoEl-Phone"/></em> </label> 1074 1074 <input type="text" name="commentContactPhone"> 1075 <xsl:attribute name="value"><xsl:value-of select="form/xproperties/node()[name()='X-BEDEWORK-CONTACT']/parameters/node()[name()='X-BEDEWORK-PARAM-PHONE']" /></xsl:attribute>1075 <xsl:attribute name="value"><xsl:value-of select="form/xproperties/node()[name()='X-BEDEWORK-CONTACT']/parameters/node()[name()='X-BEDEWORK-PARAM-PHONE']" disable-output-escaping="yes"/></xsl:attribute> 1076 1076 </input> 1077 1077 <span class="note"><xsl:text> </xsl:text><xsl:copy-of select="$bwStr-FoEl-Optional"/></span> … … 1080 1080 <label for="commentContactURL"><em><xsl:copy-of select="$bwStr-FoEl-URL"/></em> </label> 1081 1081 <input type="text" name="commentContactURL"> 1082 <xsl:attribute name="value"><xsl:value-of select="form/xproperties/node()[name()='X-BEDEWORK-CONTACT']/parameters/node()[name()='X-BEDEWORK-PARAM-URL']" /></xsl:attribute>1082 <xsl:attribute name="value"><xsl:value-of select="form/xproperties/node()[name()='X-BEDEWORK-CONTACT']/parameters/node()[name()='X-BEDEWORK-PARAM-URL']" disable-output-escaping="yes"/></xsl:attribute> 1083 1083 </input> 1084 1084 <span class="note"><xsl:text> </xsl:text><xsl:copy-of select="$bwStr-FoEl-Optional"/></span> … … 1087 1087 <label for="commentContactEmail"><em><xsl:copy-of select="$bwStr-FoEl-Email"/></em> </label> 1088 1088 <input type="text" name="commentContactEmail"> 1089 <xsl:attribute name="value"><xsl:value-of select="form/xproperties/node()[name()='X-BEDEWORK-CONTACT']/parameters/node()[name()='X-BEDEWORK-PARAM-EMAIL']" /></xsl:attribute>1089 <xsl:attribute name="value"><xsl:value-of select="form/xproperties/node()[name()='X-BEDEWORK-CONTACT']/parameters/node()[name()='X-BEDEWORK-PARAM-EMAIL']" disable-output-escaping="yes"/></xsl:attribute> 1090 1090 </input> 1091 1091 <span class="note"><xsl:text> </xsl:text><xsl:copy-of select="$bwStr-FoEl-Optional"/></span> … … 1113 1113 <label for="commentCategories"><xsl:copy-of select="$bwStr-FoEl-TypeOfEvent"/><xsl:text> </xsl:text></label> 1114 1114 <input type="text" name="commentCategories" size="80"> 1115 <xsl:attribute name="value"><xsl:value-of select="form/xproperties/node()[name()='X-BEDEWORK-CATEGORIES']/values/text" /></xsl:attribute>1115 <xsl:attribute name="value"><xsl:value-of select="form/xproperties/node()[name()='X-BEDEWORK-CATEGORIES']/values/text" disable-output-escaping="yes"/></xsl:attribute> 1116 1116 </input> 1117 1117 </p> … … 1154 1154 <label for="commentCategories">Category suggestion: </label> 1155 1155 <input type="text" name="commentCategories" size="30"> 1156 <xsl:attribute name="value"><xsl:value-of select="form/xproperties/node()[name()='X-BEDEWORK-CATEGORIES']/values/text" /></xsl:attribute>1156 <xsl:attribute name="value"><xsl:value-of select="form/xproperties/node()[name()='X-BEDEWORK-CATEGORIES']/values/text" disable-output-escaping="yes"/></xsl:attribute> 1157 1157 </input> 1158 1158 </p> … … 1185 1185 <!-- note: don't remove the #160 from the textarea or browsers will see it as a closed tag when empty --> 1186 1186 <textarea name="commentNotes" cols="60" rows="4"><!-- 1187 --><xsl:value-of select="normalize-space(form/xproperties/node()[name()='X-BEDEWORK-SUBMIT-COMMENT']/values/text)" /><!--1188 --><xsl:if test="normalize-space(form/xproperties/node()[name()='X-BEDEWORK-SUBMIT-COMMENT']/values/text) = ''">  </xsl:if><!--1187 --><xsl:value-of select="normalize-space(form/xproperties/node()[name()='X-BEDEWORK-SUBMIT-COMMENT']/values/text)" disable-output-escaping="yes"/><!-- 1188 --><xsl:if test="normalize-space(form/xproperties/node()[name()='X-BEDEWORK-SUBMIT-COMMENT']/values/text) = ''"><xsl:text> </xsl:text></xsl:if><!-- 1189 1189 --></textarea> 1190 1190 </p> trunk/deployment/websubmit/webapp/resources/demoskins/es_ES/default/strings.xsl
r3155 r3184 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 <!-- 3 Licensed to Jasig under one or more contributor license 4 agreements. See the NOTICE file distributed with this work 5 for additional information regarding copyright ownership. 6 Jasig licenses this file to you under the Apache License, 7 Version 2.0 (the "License"); you may not use this file 8 except in compliance with the License. You may obtain a 9 copy of the License at: 10 11 http://www.apache.org/licenses/LICENSE-2.0 12 13 Unless required by applicable law or agreed to in writing, 14 software distributed under the License is distributed on 15 an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16 KIND, either express or implied. See the License for the 17 specific language governing permissions and limitations 18 under the License. 19 --> 2 20 <xsl:stylesheet 3 21 version="1.0" trunk/deployment/webuser/webapp/resources/demoskins/es_ES/strings.xsl
r3133 r3184 617 617 618 618 <!-- xsl:template match="currentCalendar" mode="modCalendar --> 619 <xsl:variable name="bwStr-CuCa-ModifySubscription">Modificar Suscripción</xsl:variable>620 619 <xsl:variable name="bwStr-CuCa-ModifySubscription">Modificar Subscripción</xsl:variable> 621 620 <xsl:variable name="bwStr-CuCa-ModifyFolder">Modificar Carpeta</xsl:variable>
