Modified: ofbiz/trunk/framework/webtools/webapp/webtools/entity/EntityRefList.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/webtools/webapp/webtools/entity/EntityRefList.ftl?rev=923545&r1=923544&r2=923545&view=diff ============================================================================== --- ofbiz/trunk/framework/webtools/webapp/webtools/entity/EntityRefList.ftl (original) +++ ofbiz/trunk/framework/webtools/webapp/webtools/entity/EntityRefList.ftl Tue Mar 16 01:56:41 2010 @@ -38,7 +38,7 @@ under the License. <a href="<@ofbizUrl>main</@ofbizUrl>" target='main'>${uiLabelMap.WebtoolsPopupWebToolsMain}</A><BR> <a href="<@ofbizUrl>view/entityref_main</@ofbizUrl>" target="entityFrame">${uiLabelMap.WebtoolsEntityReferenceMainPage}</A><BR> <a href="<@ofbizUrl>view/checkdb</@ofbizUrl>" target="entityFrame">${uiLabelMap.WebtoolsCheckUpdateDatabase}</A> - <hr/> + <hr /> <#-- want to leave these out because they are only working so-so, and cause people more problems that they solve, IMHO <a href="<@ofbizUrl>ModelWriter</@ofbizUrl>" target='_blank'>Generate Entity Model XML (all in one)</A><BR> <a href="<@ofbizUrl>ModelWriter?savetofile=true</@ofbizUrl>" target='_blank'>Save Entity Model XML to Files</A><BR> @@ -50,18 +50,18 @@ under the License. <a href="<@ofbizUrl>view/ModelInduceFromDb</@ofbizUrl>" target='_blank'>${uiLabelMap.WebtoolsInduceModelXMLFromDatabase}</A><BR> </#if> <#if packageNames?has_content> - <hr/> + <hr /> <div class="section-header">${uiLabelMap.WebtoolsEntityPackages}</div> <#list packageNames as packageName> <#if forstatic> - <a href="entityref_main.html#${packageName}" target="entityFrame">${packageName}</a><br/> + <a href="entityref_main.html#${packageName}" target="entityFrame">${packageName}</a><br /> <#else> - <a href="<@ofbizUrl>view/entityref_main#${packageName}</@ofbizUrl>" target="entityFrame">${packageName}</a><br/> + <a href="<@ofbizUrl>view/entityref_main#${packageName}</@ofbizUrl>" target="entityFrame">${packageName}</a><br /> </#if> </#list> </#if> <#if entitiesList?has_content> - <hr/> + <hr /> <div class="section-header">${uiLabelMap.WebtoolsEntitiesAlpha}</div> <#list entitiesList as entity> <#if forstatic> @@ -69,7 +69,7 @@ under the License. <#else> <a href="<@ofbizUrl>view/entityref_main#${entity.entityName}${entity.url?if_exists}</@ofbizUrl>" target="entityFrame">${entity.entityName}</a> </#if> - <br/> + <br /> </#list> </#if> </div> Modified: ofbiz/trunk/framework/webtools/webapp/webtools/entity/EntityRefMain.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/webtools/webapp/webtools/entity/EntityRefMain.ftl?rev=923545&r1=923544&r2=923545&view=diff ============================================================================== --- ofbiz/trunk/framework/webtools/webapp/webtools/entity/EntityRefMain.ftl (original) +++ ofbiz/trunk/framework/webtools/webapp/webtools/entity/EntityRefMain.ftl Tue Mar 16 01:56:41 2010 @@ -47,12 +47,12 @@ under the License. </style> </head> <body> - <div class='toptext'>${uiLabelMap.WebtoolsEntityReferenceChart}<br/> + <div class='toptext'>${uiLabelMap.WebtoolsEntityReferenceChart}<br /> ${numberOfEntities} ${uiLabelMap.WebtoolsTotalEntities} </div> <#assign numberShowed = 0> <#list packagesList as package> - <hr/><div id='${package.packageName}' class='packagetext'>${package.packageName}</div><hr/> + <hr /><div id='${package.packageName}' class='packagetext'>${package.packageName}</div><hr /> <#list package.entitiesList as entity> <table width="95%" border="1" cellpadding='2' cellspacing='0'> <tr class='entityheader'> @@ -110,7 +110,7 @@ under the License. </#list> <#if entity.relationsList?has_content> <tr class='entityheader'> - <td colspan="5"><hr/></td> + <td colspan="5"><hr /></td> </tr> <tr class='headertext'> <th>${uiLabelMap.WebtoolsRelation}</th> @@ -121,10 +121,10 @@ under the License. <td> <#if relation.title?has_content><b>${relation.title}</b> </#if><a href='#${relation.relEntity}'>${relation.relEntity}</a> <#if relation.fkName?has_content> - <br/>${uiLabelMap.WebtoolsFKName}: ${relation.fkName} + <br />${uiLabelMap.WebtoolsFKName}: ${relation.fkName} </#if> <#if relation.description?has_content> - <br/><span class='descriptiontext'>${relation.description}</span> + <br /><span class='descriptiontext'>${relation.description}</span> </#if> </td> <td width="60%" colspan='4'> @@ -134,7 +134,7 @@ under the License. </#if> <#if relation.keysList?has_content> <#list relation.keysList as keyList> - <br/> ${keyList.row}) + <br /> ${keyList.row}) <#if keyList.fieldName == keyList.relFieldName> ${keyList.fieldName} <#else> @@ -148,7 +148,7 @@ under the License. </#if> <#if entity.indexList?has_content> <tr class='entityheader'> - <td colspan="5"><hr/></td> + <td colspan="5"><hr /></td> </tr> <tr class='headertext'> <th>${uiLabelMap.WebtoolsIndexName}</th> @@ -166,12 +166,12 @@ under the License. </#list> </#if> </table> - <br/> + <br /> <#assign numberShowed = numberShowed + 1> </#list> </#list> <div align="center"> - <br/><br/> + <br /><br /> ${uiLabelMap.WebtoolsEntityDisplayed}: ${numberShowed} <div> </body> Modified: ofbiz/trunk/framework/webtools/webapp/webtools/entity/ViewGeneric.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/webtools/webapp/webtools/entity/ViewGeneric.ftl?rev=923545&r1=923544&r2=923545&view=diff ============================================================================== --- ofbiz/trunk/framework/webtools/webapp/webtools/entity/ViewGeneric.ftl (original) +++ ofbiz/trunk/framework/webtools/webapp/webtools/entity/ViewGeneric.ftl Tue Mar 16 01:56:41 2010 @@ -42,7 +42,7 @@ function ShowTab(lname) { <div class="screenlet-body"> <h2>${uiLabelMap.WebtoolsForEntity}: ${entityName}</h2> <h2>${uiLabelMap.WebtoolsWithPk}: ${findByPk}</h2> - <br/> + <br /> <div class="button-bar"> <a href='<@ofbizUrl>FindGeneric?entityName=${entityName}&find=true&VIEW_SIZE=50&VIEW_INDEX=0</@ofbizUrl>' class="smallSubmit">${uiLabelMap.WebtoolsBackToFindScreen}</a> <#if enableEdit = "false"> @@ -67,7 +67,7 @@ function ShowTab(lname) { </#list> </select> </form> - <br/> + <br /> </#if> <div id="area1" class="screenlet"> <div class="screenlet-title-bar"> @@ -270,7 +270,7 @@ function ShowTab(lname) { <p> <#if value?has_content> <#assign valueXmlDoc = Static["org.ofbiz.entity.GenericValue"].makeXmlDocument([value]) /> - ${Static["org.ofbiz.base.util.UtilXml"].writeXmlDocument(valueXmlDoc)?replace("\n", "<br/>")?replace(" ", " ")} + ${Static["org.ofbiz.base.util.UtilXml"].writeXmlDocument(valueXmlDoc)?replace("\n", "<br />")?replace(" ", " ")} </#if> </p> </div> Modified: ofbiz/trunk/framework/webtools/webapp/webtools/entity/ViewRelations.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/webtools/webapp/webtools/entity/ViewRelations.ftl?rev=923545&r1=923544&r2=923545&view=diff ============================================================================== --- ofbiz/trunk/framework/webtools/webapp/webtools/entity/ViewRelations.ftl (original) +++ ofbiz/trunk/framework/webtools/webapp/webtools/entity/ViewRelations.ftl Tue Mar 16 01:56:41 2010 @@ -25,13 +25,13 @@ under the License. </div> <div class="screenlet-body"> <#if hasViewPermission> - <br/> + <br /> <h2>${uiLabelMap.WebtoolsForEntity}: ${entityName}</h2> - <br/> + <br /> <div class="button-bar"> <a href="<@ofbizUrl>FindGeneric?entityName=${entityName}&find=true&VIEW_SIZE=50&VIEW_INDEX=0</@ofbizUrl>" class="smallSubmit">${uiLabelMap.WebtoolsBackToFindScreen}</a> </div> - <br/> + <br /> <table class="basic-table hover-bar" cellspacing="0"> <tr class="header-row"> <td>${uiLabelMap.WebtoolsTitle}</td> @@ -49,7 +49,7 @@ under the License. <td>${relation.fkName}</td> <td> <#list relation.relFields as field> - ${field.fieldName} -> ${field.relFieldName}<br/> + ${field.fieldName} -> ${field.relFieldName}<br /> </#list> </td> </tr> Modified: ofbiz/trunk/framework/webtools/webapp/webtools/entity/minervaObjects.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/webtools/webapp/webtools/entity/minervaObjects.ftl?rev=923545&r1=923544&r2=923545&view=diff ============================================================================== --- ofbiz/trunk/framework/webtools/webapp/webtools/entity/minervaObjects.ftl (original) +++ ofbiz/trunk/framework/webtools/webapp/webtools/entity/minervaObjects.ftl Tue Mar 16 01:56:41 2010 @@ -17,7 +17,7 @@ specific language governing permissions under the License. --> <h1>Minerva Connection Objects</h1> -<br/> +<br /> <div class="button-bar"> <a href="<@ofbizUrl>minervainfo</@ofbizUrl>" class="smallSubmit">Refresh</a> Modified: ofbiz/trunk/framework/webtools/webapp/webtools/entity/xmldsdump.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/webtools/webapp/webtools/entity/xmldsdump.ftl?rev=923545&r1=923544&r2=923545&view=diff ============================================================================== --- ofbiz/trunk/framework/webtools/webapp/webtools/entity/xmldsdump.ftl (original) +++ ofbiz/trunk/framework/webtools/webapp/webtools/entity/xmldsdump.ftl Tue Mar 16 01:56:41 2010 @@ -20,7 +20,7 @@ under the License. <h1>${uiLabelMap.WebtoolsExportFromDataSource}</h1> <br /> <p>This page can be used to export data from the database. The exported documents will have a root tag of "<entity-engine-xml>".</p> -<hr/> +<hr /> <#if security.hasPermission("ENTITY_MAINT", session)> <a href="<@ofbizUrl>xmldsrawdump</@ofbizUrl>" class="buttontext" target="_blank">Click Here to Get Data (or save to file)</a> <#else> @@ -38,7 +38,7 @@ under the License. <h1>${uiLabelMap.PageTitleEntityExport}</h1> <br /> <p>${uiLabelMap.WebtoolsXMLExportInfo}</p> -<hr/> +<hr /> <#if security.hasPermission("ENTITY_MAINT", session)> <h2>${uiLabelMap.WebtoolsResults}:</h2> @@ -53,7 +53,7 @@ under the License. <p>${uiLabelMap.WebtoolsNoFilenameSpecified}</p> </#if> - <hr/> + <hr /> <h2>${uiLabelMap.WebtoolsExport}:</h2> <form method="post" action="<@ofbizUrl>xmldsdump</@ofbizUrl>" name="entityExport"> @@ -85,7 +85,7 @@ under the License. <td><input type="checkbox" name="tobrowser"<#if tobrowser?has_content> checked="checked"</#if>></td> </tr> </table> - <br/> + <br /> <p>${uiLabelMap.WebtoolsEntityNames}:</p> <@displayButtonBar/> <div>${uiLabelMap.WebtoolsEntitySyncDump}: @@ -100,7 +100,7 @@ under the License. <option value="Product3">${uiLabelMap.WebtoolsPreConfiguredSet4}</option> <option value="Product4">${uiLabelMap.WebtoolsPreConfiguredSet5}</option> </select> - <br/> + <br /> <table> <tr> Modified: ofbiz/trunk/framework/webtools/webapp/webtools/labelmanager/SearchLabels.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/webtools/webapp/webtools/labelmanager/SearchLabels.ftl?rev=923545&r1=923544&r2=923545&view=diff ============================================================================== --- ofbiz/trunk/framework/webtools/webapp/webtools/labelmanager/SearchLabels.ftl (original) +++ ofbiz/trunk/framework/webtools/webapp/webtools/labelmanager/SearchLabels.ftl Tue Mar 16 01:56:41 2010 @@ -89,13 +89,13 @@ under the License. <tr> <td colspan="4" align="center"> <#if (duplicatedLocalesLabels > 0)> - <br/> + <br /> <b>${uiLabelMap.WebtoolsLabelManagerWarningMessage} (${duplicatedLocalesLabels})</b> - <br/> + <br /> <#list duplicatedLocalesLabelsList as duplicatedLocalesLabel> <br>${duplicatedLocalesLabel.labelKey} </#list> - <br/><br/>${uiLabelMap.WebtoolsLabelManagerClearCacheAfterFixingDuplicateLabels} + <br /><br />${uiLabelMap.WebtoolsLabelManagerClearCacheAfterFixingDuplicateLabels} <#else> <input type="submit" name="searchLabels" value="${uiLabelMap.CommonFind}"/> </#if> Modified: ofbiz/trunk/framework/webtools/webapp/webtools/labelmanager/ViewLabels.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/webtools/webapp/webtools/labelmanager/ViewLabels.ftl?rev=923545&r1=923544&r2=923545&view=diff ============================================================================== --- ofbiz/trunk/framework/webtools/webapp/webtools/labelmanager/ViewLabels.ftl (original) +++ ofbiz/trunk/framework/webtools/webapp/webtools/labelmanager/ViewLabels.ftl Tue Mar 16 01:56:41 2010 @@ -123,11 +123,11 @@ under the License. <td/> <td>${uiLabelMap.WebtoolsLabelStatsTotal}: ${totalLabels}</td> <td colspan="2"> - ${uiLabelMap.WebtoolsLabelStatsExist}:<br/> + ${uiLabelMap.WebtoolsLabelStatsExist}:<br /> ${uiLabelMap.WebtoolsLabelStatsMissing}: </td> <td> - ${existingLabels}<br/> + ${existingLabels}<br /> ${missingLabels} </td> </tr> Modified: ofbiz/trunk/framework/webtools/webapp/webtools/performance/EntityPerformanceTest.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/webtools/webapp/webtools/performance/EntityPerformanceTest.ftl?rev=923545&r1=923544&r2=923545&view=diff ============================================================================== --- ofbiz/trunk/framework/webtools/webapp/webtools/performance/EntityPerformanceTest.ftl (original) +++ ofbiz/trunk/framework/webtools/webapp/webtools/performance/EntityPerformanceTest.ftl Tue Mar 16 01:56:41 2010 @@ -24,7 +24,7 @@ under the License. <div class="screenlet-body"> <#if security.hasPermission("ENTITY_MAINT", session)> <p>${uiLabelMap.WebtoolsNotePerformanceResultsMayVary}</p> - <br/> + <br /> <#if performanceList?has_content> <table class="basic-table hover-bar" cellspacing="0"> <tr class="header-row"> Modified: ofbiz/trunk/framework/webtools/webapp/webtools/service/availableservices.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/webtools/webapp/webtools/service/availableservices.ftl?rev=923545&r1=923544&r2=923545&view=diff ============================================================================== --- ofbiz/trunk/framework/webtools/webapp/webtools/service/availableservices.ftl (original) +++ ofbiz/trunk/framework/webtools/webapp/webtools/service/availableservices.ftl Tue Mar 16 01:56:41 2010 @@ -126,7 +126,7 @@ under the License. <b>${selectedServiceMap.implServices}</b> <#elseif selectedServiceMap.implServices?has_content> <#list selectedServiceMap.implServices as implSrv> - <a href='<@ofbizUrl>${url}?sel_service_name=${implSrv.getService()}</@ofbizUrl>'>${implSrv.getService()}</a><br/> + <a href='<@ofbizUrl>${url}?sel_service_name=${implSrv.getService()}</@ofbizUrl>'>${implSrv.getService()}</a><br /> </#list> </#if> </div> @@ -228,7 +228,7 @@ under the License. <td><b>${uiLabelMap.WebtoolsRHSValueName}</b> ${condition.rhsValueName?default(uiLabelMap.CommonNA)}</td> <td> </td> </tr> - </table><br/> + </table><br /> </#list> </td> </#if> @@ -258,7 +258,7 @@ under the License. <td colspan="2"> </td> </#if> </tr> - </table><br/> + </table><br /> </#list> </td> </#if> Modified: ofbiz/trunk/framework/webtools/webapp/webtools/stats/StatsSinceStart.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/webtools/webapp/webtools/stats/StatsSinceStart.ftl?rev=923545&r1=923544&r2=923545&view=diff ============================================================================== --- ofbiz/trunk/framework/webtools/webapp/webtools/stats/StatsSinceStart.ftl (original) +++ ofbiz/trunk/framework/webtools/webapp/webtools/stats/StatsSinceStart.ftl Tue Mar 16 01:56:41 2010 @@ -79,7 +79,7 @@ under the License. <div class="screenlet-body">${uiLabelMap.WebtoolsStatsNoRequests}</div> </#if> </div> - <br/> + <br /> <#-- Event Table --> <div id="event-statistics" class="screenlet"> <div class="screenlet-title-bar"> Modified: ofbiz/trunk/framework/webtools/webapp/webtools/tempexpr/tempExprMaint.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/webtools/webapp/webtools/tempexpr/tempExprMaint.ftl?rev=923545&r1=923544&r2=923545&view=diff ============================================================================== --- ofbiz/trunk/framework/webtools/webapp/webtools/tempexpr/tempExprMaint.ftl (original) +++ ofbiz/trunk/framework/webtools/webapp/webtools/tempexpr/tempExprMaint.ftl Tue Mar 16 01:56:41 2010 @@ -105,29 +105,29 @@ under the License. <#else> <#-- Create new expression --> <@CreateForm "DATE_RANGE" CreateDateRange/> - <hr/> + <hr /> <@CreateForm "DAY_IN_MONTH" DayInMonth/> - <hr/> + <hr /> <@CreateForm "DAY_OF_MONTH_RANGE" DayOfMonthRange/> - <hr/> + <hr /> <@CreateForm "DAY_OF_WEEK_RANGE" DayOfWeekRange/> - <hr/> + <hr /> <@CreateForm "FREQUENCY" CreateFrequency/> - <hr/> + <hr /> <@CreateForm "HOUR_RANGE" HourOfDayRange/> - <hr/> + <hr /> <@CreateForm "MINUTE_RANGE" MinuteRange/> - <hr/> + <hr /> <@CreateForm "MONTH_RANGE" MonthRange/> - <hr/> + <hr /> <@CreateForm "TIME_OF_DAY_RANGE" TimeOfDayRange/> - <hr/> + <hr /> <@CreateForm "INTERSECTION"/> - <hr/> + <hr /> <@CreateForm "UNION"/> - <hr/> + <hr /> <@CreateForm "DIFFERENCE"/> - <hr/> + <hr /> <@CreateForm "SUBSTITUTION"/> </#if> Modified: ofbiz/trunk/framework/widget/templates/htmlFormMacroLibrary.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/widget/templates/htmlFormMacroLibrary.ftl?rev=923545&r1=923544&r2=923545&view=diff ============================================================================== --- ofbiz/trunk/framework/widget/templates/htmlFormMacroLibrary.ftl (original) +++ ofbiz/trunk/framework/widget/templates/htmlFormMacroLibrary.ftl Tue Mar 16 01:56:41 2010 @@ -32,7 +32,7 @@ under the License. </#if> <#if description?has_content> - ${description?replace("\n", "<br/>")}<#t/> + ${description?replace("\n", "<br />")}<#t/> <#else> <#t/> </#if> @@ -417,7 +417,7 @@ ${item.description}</div> <#if titleStyle?has_content> </span><#rt/> </#if> -<br/><#rt/> +<br /><#rt/> <input type="text" <@renderClass className alert /><#if name?has_content> name="${name}_fld1_value"</#if><#if value2?has_content> value="${value2}"</#if><#if size?has_content> size="${size}"</#if><#if maxlength?has_content> maxlength="${maxlength}"</#if><#if autocomplete?has_content> autocomplete="off"</#if>/><#rt/> <#if titleStyle?has_content> <span class="${titleStyle}" ><#rt/> @@ -478,7 +478,7 @@ ${item.description}</div> </#list> </select> ${paginateViewSizeLabel}</li></#if> <li class="nav-displaying">${commonDisplaying}</li> -</ul></div><br/> +</ul></div><br /> </#if> </#macro> @@ -510,7 +510,7 @@ ${item.description}</div> <#macro renderFieldGroupClose style id title><#if style?has_content || id?has_content || title?has_content></div></div></#if></#macro> -<#macro renderHyperlinkTitle name title showSelectAll="N"><#if title?has_content>${title}<br/></#if><#if showSelectAll="Y"><input type="checkbox" name="selectAll" value="Y" onclick="javascript:toggleAll(this, '${name}');"/></#if></#macro> +<#macro renderHyperlinkTitle name title showSelectAll="N"><#if title?has_content>${title}<br /></#if><#if showSelectAll="Y"><input type="checkbox" name="selectAll" value="Y" onclick="javascript:toggleAll(this, '${name}');"/></#if></#macro> <#macro renderSortField style title linkUrl ajaxEnabled><a<#if style?has_content> class="${style}"</#if> href="<#if ajaxEnabled?has_content && ajaxEnabled>javascript:ajaxUpdateAreas('${linkUrl}')<#else>${linkUrl}</#if>">${title}</a></#macro> <#macro formatBoundaryComment boundaryType widgetType widgetName><!-- ${boundaryType} ${widgetType} ${widgetName} --></#macro> Modified: ofbiz/trunk/specialpurpose/cmssite/template/cms/BlogList.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/cmssite/template/cms/BlogList.ftl?rev=923545&r1=923544&r2=923545&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/cmssite/template/cms/BlogList.ftl (original) +++ ofbiz/trunk/specialpurpose/cmssite/template/cms/BlogList.ftl Tue Mar 16 01:56:41 2010 @@ -20,7 +20,7 @@ under the License. <#list blogList as blog> <i><b>${blog.contentName}</b></i> - <a href="ViewArticle?articleContentId=${blog.contentId}&blogContentId=${blogContentId}">[${blog.contentId}]</a><br/> + <a href="ViewArticle?articleContentId=${blog.contentId}&blogContentId=${blogContentId}">[${blog.contentId}]</a><br /> <@renderSubContentCache subContentId=blog.contentId mapKey="SUMMARY"/> - <br/><br/> + <br /><br /> </#list> \ No newline at end of file Modified: ofbiz/trunk/specialpurpose/cmssite/template/ofbiz/ofbizFooter.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/cmssite/template/ofbiz/ofbizFooter.ftl?rev=923545&r1=923544&r2=923545&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/cmssite/template/ofbiz/ofbizFooter.ftl (original) +++ ofbiz/trunk/specialpurpose/cmssite/template/ofbiz/ofbizFooter.ftl Tue Mar 16 01:56:41 2010 @@ -18,16 +18,16 @@ under the License. --> </div> </div> -<br/> +<br /> <div align="center"> <a href="http://jigsaw.w3.org/css-validator/validator?uri=http://ofbiz.apache.org/"><img style="border:0;width:88px;height:31px" src="http://jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS!"/></a> <a href="http://validator.w3.org/check?uri=referer"><img style="border:0;width:88px;height:31px" src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!"/></a> </div> -<br/> +<br /> <div id="footer" align="center"> <div>Copyright (c) 2001-${nowTimestamp?string("yyyy")} The Apache Software Foundation - <a href="http://www.apache.org/" class="tabletext" target="_blank">www.apache.org</a></div> </div> -<br/> +<br /> </body> </html> Modified: ofbiz/trunk/specialpurpose/ebay/webapp/ebay/find/EbayAdvancedSearch.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ebay/webapp/ebay/find/EbayAdvancedSearch.ftl?rev=923545&r1=923544&r2=923545&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/ebay/webapp/ebay/find/EbayAdvancedSearch.ftl (original) +++ ofbiz/trunk/specialpurpose/ebay/webapp/ebay/find/EbayAdvancedSearch.ftl Tue Mar 16 01:56:41 2010 @@ -378,7 +378,7 @@ under the License. </#if> <tr> <td align="center" colspan="2"> - <hr/> + <hr /> <a href="javascript:submit($('advToKeywordSearchform'));" class="buttontext">${uiLabelMap.CommonFind}</a> </td> </tr> Modified: ofbiz/trunk/specialpurpose/ebaystore/webapp/ebaystore/feedback/LeaveFeedback.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ebaystore/webapp/ebaystore/feedback/LeaveFeedback.ftl?rev=923545&r1=923544&r2=923545&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/ebaystore/webapp/ebaystore/feedback/LeaveFeedback.ftl (original) +++ ofbiz/trunk/specialpurpose/ebaystore/webapp/ebaystore/feedback/LeaveFeedback.ftl Tue Mar 16 01:56:41 2010 @@ -93,7 +93,7 @@ under the License. onclick="document.getElementById('rate${feedbackCounter}').style.display='none';"/><span>I'll leave Feedback later</span> <div id="rate${feedbackCounter}" style="display:none"> <input type="text" value="" maxlength="80" size="80" name="commentText${feedbackCounter}" label="Tell us more"/> - <br/>80 characters left<br/><br/> + <br />80 characters left<br /><br /> </div> </td> <td> @@ -128,7 +128,7 @@ under the License. onclick="document.getElementById('rate${feedbackCounter}').style.display='none';"/><span>I'll leave Feedback later</span> <div id="rate${feedbackCounter}" style="display:none"> <input type="text" value="" maxlength="80" size="80" name="commentText${feedbackCounter}" label="Tell us more"/> - <br/>80 characters left<br/><br/> + <br />80 characters left<br /><br /> <b>Rate details about this purchase</b> <table> <tr> @@ -250,7 +250,7 @@ under the License. onclick="document.getElementById('rate${feedbackCounter}').style.display='none';"/><span>I'll leave Feedback later</span> <div id="rate${feedbackCounter}" style="display:none"> <input type="text" value="" maxlength="80" size="80" name="commentText${feedbackCounter}" label="Tell us more"/> - <br/>80 characters left<br/><br/> + <br />80 characters left<br /><br /> </div> </td> <td> @@ -287,7 +287,7 @@ under the License. onclick="document.getElementById('rate${feedbackCounter}').style.display='none';"/><span>I'll leave Feedback later</span> <div id="rate${feedbackCounter}" style="display:none"> <input type="text" value="" maxlength="80" size="80" name="commentText${feedbackCounter}" label="Tell us more"/> - <br/>80 characters left<br/><br/> + <br />80 characters left<br /><br /> <b>Rate details about this purchase</b> <table> <tr> @@ -419,7 +419,7 @@ under the License. <#if leaveFeedback.role == "seller"> <div id="rate${feedbackCounter}" style="display:none"> <input type="text" value="" maxlength="80" size="80" name="commentText${feedbackCounter}" label="Tell us more"/> - <br/>80 characters left<br/><br/> + <br />80 characters left<br /><br /> <b>Rate details about this purchase</b> <table> <tr> @@ -512,7 +512,7 @@ under the License. <#else> <div id="rate${feedbackCounter}" style="display:none"> <input type="text" value="" maxlength="80" size="80" name="commentText${feedbackCounter}" label="Tell us more"/> - <br/>80 characters left<br/><br/> + <br />80 characters left<br /><br /> </div> </#if> </td> @@ -529,7 +529,7 @@ under the License. </#list> </tbody> </table> -<br/> +<br /> <input type="hidden" name="feedbackSize" value="${feedbackCounter}"/> <input type="submit" value="Leave Feedback"/> </form> Modified: ofbiz/trunk/specialpurpose/ebaystore/webapp/ebaystore/store/ebayApiKeywordSearch.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ebaystore/webapp/ebaystore/store/ebayApiKeywordSearch.ftl?rev=923545&r1=923544&r2=923545&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/ebaystore/webapp/ebaystore/store/ebayApiKeywordSearch.ftl (original) +++ ofbiz/trunk/specialpurpose/ebaystore/webapp/ebaystore/store/ebayApiKeywordSearch.ftl Tue Mar 16 01:56:41 2010 @@ -132,7 +132,7 @@ under the License. </tr> <tr> <td align="center" colspan="2"> - <hr/> + <hr /> <a href="javascript:submit($('productSearchform'));" class="buttontext">${uiLabelMap.CommonFind}</a> </td> </tr> Modified: ofbiz/trunk/specialpurpose/ebaystore/webapp/ebaystore/store/productsearchExport.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ebaystore/webapp/ebaystore/store/productsearchExport.ftl?rev=923545&r1=923544&r2=923545&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/ebaystore/webapp/ebaystore/store/productsearchExport.ftl (original) +++ ofbiz/trunk/specialpurpose/ebaystore/webapp/ebaystore/store/productsearchExport.ftl Tue Mar 16 01:56:41 2010 @@ -345,7 +345,7 @@ under the License. </tr> <tr> <td class="label"></td> - <td><br/></td> + <td><br /></td> </tr> </table> </td> @@ -353,9 +353,9 @@ under the License. <table width="100%" height="100%" id="table2" cellspacing="0"> <tr> <td> - <img src="<@ofbizContentUrl>${contentPathPrefix?if_exists}${smallImageUrl}</@ofbizContentUrl>" alt="Small Image"/><br/> - ${uiLabelMap.ProductProductId} : ${item.getSKU()?if_exists}<br/> - ${uiLabelMap.ProductProductName} : ${item.getTitle()?if_exists}<br/> + <img src="<@ofbizContentUrl>${contentPathPrefix?if_exists}${smallImageUrl}</@ofbizContentUrl>" alt="Small Image"/><br /> + ${uiLabelMap.ProductProductId} : ${item.getSKU()?if_exists}<br /> + ${uiLabelMap.ProductProductName} : ${item.getTitle()?if_exists}<br /> ${uiLabelMap.CommonDescription} : ${item.getDescription()?if_exists} </td> </tr> @@ -432,7 +432,7 @@ under the License. } </script> <a id="themeImgUrl" href="javascript:popUpImg();"><img hspace="5" height="120" border="0" align="top" width="100" id="themeImg" name="themeImg" src="http://pics.ebay.com/aw/pics/vit/None2_sample_100x120.gif"/></a> - <br/><div style="height:120px"></div> + <br /><div style="height:120px"></div> </td> </tr> </table> @@ -471,7 +471,7 @@ under the License. <#if listingType.type?if_exists.equals("Chinese") > <#assign tabName = "Auction"></#if> <#if listingType.type?if_exists.equals("FixedPriceItem") ><#assign tabName = "Fixed Price"></#if> <div id="tabContent${id}" class="tabContent" <#if id != 1>style="display:none;"</#if>> - <br/> + <br /> <table width="50%" height="100%" id="table2" cellspacing="0"> <tr> <td class="label"></td> @@ -556,10 +556,10 @@ under the License. <td class="label"></td><!-- use when fixed price and store fixed price --> <td><input type="checkbox" value="true" name="enableBestOffer_${id}" /><b>Enable Best Offer</b></td> <td class="label"></td> - <td><br/></td> + <td><br /></td> </tr> </#if> - <tr><td colspan="4"><br/></td></tr> + <tr><td colspan="4"><br /></td></tr> </table> </div> <#assign id = id + 1> @@ -577,13 +577,13 @@ under the License. <div class="screenlet-title-bar"><ul><li class="h3">Payment</li></ul><br class="clear"/></div> <div class="screenlet-body"> <table width="50%" height="100%" id="table2" cellspacing="0"> - <tr><td colspan="4"><br/></td></tr> + <tr><td colspan="4"><br /></td></tr> <tr> <td colspan="4"> <b><u>${uiLabelMap.FormFieldTitle_paymentMethodsAccepted}</u></b> </td> </tr> - <tr><td colspan="4"><br/></td></tr> + <tr><td colspan="4"><br /></td></tr> <tr> <td colspan="4"> <#assign is_payPal = false> @@ -609,7 +609,7 @@ under the License. </table> <#--assign i = 0> <#list paymentMethods as paymentMethod> - <input type="checkbox" value="${paymentMethod.name()?if_exists}" name="${paymentMethod.name()?if_exists}_${id}">${paymentMethod.value()?if_exists}</checkbox><span style="width:40px"/><#if i==3><br/><#assign i = -1></#if> + <input type="checkbox" value="${paymentMethod.name()?if_exists}" name="${paymentMethod.name()?if_exists}_${id}">${paymentMethod.value()?if_exists}</checkbox><span style="width:40px"/><#if i==3><br /><#assign i = -1></#if> <#assign i=i+1> </#list--> </#if> @@ -620,10 +620,10 @@ under the License. <td class="label">${uiLabelMap.FormFieldTitle_payPalEmail}</td> <td><input type="text" name="paymentMethodPaypalEmail" id="paymentMethodPaypalEmail" size="50" maxlength="50" value="[hidden email]" /></td> <td class="label"></td> - <td><br/></td> + <td><br /></td> </tr> </#if> - <tr><td colspan="4"><br/></td></tr> + <tr><td colspan="4"><br /></td></tr> </table> </div> </div> Modified: ofbiz/trunk/specialpurpose/ecommerce/templates/email/ShipmentNotificationEmail.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/templates/email/ShipmentNotificationEmail.ftl?rev=923545&r1=923544&r2=923545&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/ecommerce/templates/email/ShipmentNotificationEmail.ftl (original) +++ ofbiz/trunk/specialpurpose/ecommerce/templates/email/ShipmentNotificationEmail.ftl Tue Mar 16 01:56:41 2010 @@ -48,7 +48,7 @@ under the License. <td width="35%"><span class="tableheadtext"><b>${uiLabelMap.OrderProduct}</b></span></td> <td width="10%" align="right"><span class="tableheadtext"><b>${uiLabelMap.OrderQuantity}</b></span></td> </tr> - <tr><td colspan="10"><hr/></td></tr> + <tr><td colspan="10"><hr /></td></tr> <#list shipmentItems as shipmentItem> <#assign productId = shipmentItem.productId> <#assign product = shipmentItem.getRelatedOne("Product")> @@ -57,7 +57,7 @@ under the License. <td align="right" valign="top"> ${shipmentItem.quantity?if_exists}</td> </tr> </#list> - <tr><td colspan="10"><hr/></td></tr> + <tr><td colspan="10"><hr /></td></tr> </table> </div> </#if> Modified: ofbiz/trunk/specialpurpose/ecommerce/templates/survey/genericresult.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/templates/survey/genericresult.ftl?rev=923545&r1=923544&r2=923545&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/ecommerce/templates/survey/genericresult.ftl (original) +++ ofbiz/trunk/specialpurpose/ecommerce/templates/survey/genericresult.ftl Tue Mar 16 01:56:41 2010 @@ -20,7 +20,7 @@ under the License. <#assign uiLabelMap = Static["org.ofbiz.base.util.UtilProperties"].getResourceBundleMap("CommonUiLabels", locale)> <h1>${survey.description?if_exists}</h1> -<br/> +<br /> <table width="100%" border="0" cellpadding="2" cellspacing="0"> <#list surveyQuestionAndAppls as surveyQuestionAndAppl> @@ -47,7 +47,7 @@ under the License. <#if surveyQuestionAndAppl.surveyQuestionTypeId == "SEPERATOR_TEXT"> <td colspan="5"><div class="tabletext">${surveyQuestionAndAppl.question?if_exists}</div></td> <#elseif surveyQuestionAndAppl.surveyQuestionTypeId == "SEPERATOR_LINE"> - <td colspan="5"><hr/></td> + <td colspan="5"><hr /></td> <#else> <#-- standard question options --> Modified: ofbiz/trunk/specialpurpose/ecommerce/templates/survey/miniresult.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/templates/survey/miniresult.ftl?rev=923545&r1=923544&r2=923545&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/ecommerce/templates/survey/miniresult.ftl (original) +++ ofbiz/trunk/specialpurpose/ecommerce/templates/survey/miniresult.ftl Tue Mar 16 01:56:41 2010 @@ -42,7 +42,7 @@ under the License. </tr> <tr> - <td><hr/></td> + <td><hr /></td> </tr> <tr> Modified: ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/blog/TextImage.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/blog/TextImage.ftl?rev=923545&r1=923544&r2=923545&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/blog/TextImage.ftl (original) +++ ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/blog/TextImage.ftl Tue Mar 16 01:56:41 2010 @@ -107,12 +107,12 @@ <td> </td> <td width="60%"> <div class="inputBox">Existing file name: <#if imageContent?has_content && imageContent.drObjectInfo?has_content>${imageContent.drObjectInfo}</#if></div> - <br/> + <br /> <input type="file" class="inputBox" name="uploadedFile" size="25"/> <#-- Force: <input type="checkbox" value="true" name="forceElectronicText"/> --> - <br/> + <br /> Top-left:<input type="radio" ${topleft_check} class="inputBox" name="templateId" value="BLOG_TPL_TOPLEFT"/> Top-center:<input type="radio" ${topcenter_check} class="inputBox" name="templateId" value="BLOG_TPL_TOPCENTER"/> </td> Modified: ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/catalog/LayeredCategoryDetail.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/catalog/LayeredCategoryDetail.ftl?rev=923545&r1=923544&r2=923545&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/catalog/LayeredCategoryDetail.ftl (original) +++ ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/catalog/LayeredCategoryDetail.ftl Tue Mar 16 01:56:41 2010 @@ -102,6 +102,6 @@ under the License. </div> <@paginationControls/> <#else> - <hr/> + <hr /> <div>${uiLabelMap.ProductNoProductsInThisCategory}</div> </#if> \ No newline at end of file Modified: ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/catalog/configproductdetail.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/catalog/configproductdetail.ftl?rev=923545&r1=923544&r2=923545&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/catalog/configproductdetail.ftl (original) +++ ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/catalog/configproductdetail.ftl Tue Mar 16 01:56:41 2010 @@ -384,7 +384,7 @@ function getConfigDetails(event) { <input type="text" size="5" name="quantity" value="1"> <a href="javascript:document.addToShoppingList.submit();" class="buttontext">[${uiLabelMap.OrderAddToShoppingList}]</a> </form> - <#else> <br/> + <#else> <br /> ${uiLabelMap.OrderYouMust} <a href="<@ofbizUrl>checkLogin/showcart</@ofbizUrl>" class="buttontext">${uiLabelMap.CommonBeLogged}</a> ${uiLabelMap.OrderToAddSelectedItemsToShoppingList}. </#if> @@ -415,7 +415,7 @@ function getConfigDetails(event) { </#if> <td align="center" valign="bottom"> <a href="javascript:getList('FT${featureOrderFirst}','${indexer}',1);"><img src="<@ofbizContentUrl>${contentPathPrefix?if_exists}${imageUrl}</@ofbizContentUrl>" border="0" width="60" height="60"></a> - <br/> + <br /> <a href="javascript:getList('FT${featureOrderFirst}','${indexer}',1);" class="buttontext">${key}</a> </td> </#if> @@ -739,7 +739,7 @@ ${setRequestAttribute("productValue", pr ${screens.render(productsummaryScreen)} </div> <#if commonFeatureResultId_has_next> - <hr/> + <hr /> </#if> </#list> </#if> Modified: ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/catalog/productdetail.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/catalog/productdetail.ftl?rev=923545&r1=923544&r2=923545&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/catalog/productdetail.ftl (original) +++ ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/catalog/productdetail.ftl Tue Mar 16 01:56:41 2010 @@ -546,7 +546,7 @@ ${virtualJavaScript?if_exists} <label>End Date(yyyy-mm-dd)</label><input type="text" size="10" name="reservEnd"/><a href="javascript:call_cal_notime(document.addform.reservEnd, '${nowTimestamp.toString().substring(0,10)}');"><img src="<@ofbizContentUrl>/images/cal.gif</@ofbizContentUrl>" width="16" height="16" alt="Calendar" alt="" /></a> </div> <div> - <#--td nowrap align="right">Number<br/>of days</td><td><input type="textt" size="4" name="reservLength"/></td></tr><tr><td> </td><td align="right" nowrap> </td--> + <#--td nowrap align="right">Number<br />of days</td><td><input type="textt" size="4" name="reservLength"/></td></tr><tr><td> </td><td align="right" nowrap> </td--> Number of persons<input type="text" size="4" name="reservPersons" value="2"/> Number of rooms<input type="text" size="5" name="quantity" value="1"/> </div> Modified: ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/content/showcontenttree.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/content/showcontenttree.ftl?rev=923545&r1=923544&r2=923545&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/content/showcontenttree.ftl (original) +++ ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/content/showcontenttree.ftl Tue Mar 16 01:56:41 2010 @@ -89,7 +89,7 @@ under the License. <@loopSubContent contentId=contentIdx viewIndex=viewIdx viewSize=viewSz contentAssocTypeId="PUBLISH_LINK" returnAfterPickWhen="1==1"> <#assign dummy=Static["org.ofbiz.base.util.Debug"].logInfo("in showcontenttree, nodeTrailCsv(1):" + nodeTrailCsv, "")/> <#local thisCsv=thisNodeTrailCsv + "," + subContentId /> - <a class="tabButton" href="<@ofbizUrl>viewcontent?contentId=${subContentId?if_exists}&nodeTrailCsv=${thisCsv}</@ofbizUrl>">${uiLabelMap.CommonView}</a> ${content.description?if_exists}<br/> + <a class="tabButton" href="<@ofbizUrl>viewcontent?contentId=${subContentId?if_exists}&nodeTrailCsv=${thisCsv}</@ofbizUrl>">${uiLabelMap.CommonView}</a> ${content.description?if_exists}<br /> </@loopSubContent> @@ -102,7 +102,7 @@ under the License. <#local thisCsv=thisNodeTrailCsv /> <#local thisCsv=thisNodeTrailCsv + "," + subContentId /> <a class="tabButton" href="<@ofbizUrl>showcontenttree?contentId=${siteId?if_exists}&nodeTrailCsv=${thisCsv}</@ofbizUrl>" >${plusMinus}</a> ${content.description?if_exists} - <a class="tabButton" href="<@ofbizUrl>searchContent?siteId=${subContentId?if_exists}&nodeTrailCsv=${thisCsv}</@ofbizUrl>" >${uiLabelMap.CommonSearch}</a> <br/> + <a class="tabButton" href="<@ofbizUrl>searchContent?siteId=${subContentId?if_exists}&nodeTrailCsv=${thisCsv}</@ofbizUrl>" >${uiLabelMap.CommonSearch}</a> <br /> <#if thisContentId == subContentId> <#assign catTrail = nodeTrail + [subContentId]/> <div><@renderCategoryBrowse contentId=subContentId indentIndex=(indentIndex + 1) nodeTrail=catTrail viewSz=viewSz viewIdx=viewIdx /></div> Modified: ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/content/viewcontent.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/content/viewcontent.ftl?rev=923545&r1=923544&r2=923545&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/content/viewcontent.ftl (original) +++ ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/content/viewcontent.ftl Tue Mar 16 01:56:41 2010 @@ -57,8 +57,8 @@ under the License. <#assign subContent = delegator.findByPrimaryKeyCache("Content", Static["org.ofbiz.base.util.UtilMisc"].toMap("contentId", subContentId))/> </#if> <#assign dummy=Static["org.ofbiz.base.util.Debug"].logInfo("in viewcontent, subContent:" + subContent, "")/> -<br/> -<h1>${uiLabelMap.EcommerceContentFor} [${subContentId}] ${subContent.contentName?if_exists} - ${subContent.description?if_exists}:</h1><br/> +<br /> +<h1>${uiLabelMap.EcommerceContentFor} [${subContentId}] ${subContent.contentName?if_exists} - ${subContent.description?if_exists}:</h1><br /> <table border="0" class="blogtext"> <tr> <td width="40"> </td> @@ -73,7 +73,7 @@ under the License. <a class="tabButton" href="<@ofbizUrl>createforumresponse?contentIdTo=${requestParameters.contentId}&nodeTrailCsv=${nodeTrailCsv?if_exists}</@ofbizUrl>" >Respond</a> </@checkPermission> --> -<br/> +<br /> </td> </tr> @@ -87,7 +87,7 @@ under the License. </tr> </@loopSubContent> </table> -<hr/> +<hr /> <#-- <@checkPermission mode="not-equals" subContentId=subContentId targetOperation="CONTENT_CREATE|CONTENT_RESPOND" contentPurposeList="RESPONSE" > ${permissionErrorMsg?if_exists} Modified: ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/customer/SubscriptionSummary.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/customer/SubscriptionSummary.ftl?rev=923545&r1=923544&r2=923545&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/customer/SubscriptionSummary.ftl (original) +++ ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/customer/SubscriptionSummary.ftl Tue Mar 16 01:56:41 2010 @@ -32,7 +32,7 @@ under the License. <td><div class="tableheadtext">${uiLabelMap.CommonFromDate}</div></td> <td><div class="tableheadtext">${uiLabelMap.CommonThruDate}</div></td> </tr> - <tr><td colspan="6"><hr/></td></tr> + <tr><td colspan="6"><hr /></td></tr> </thead> <tbody> <#list subscriptionList as subscription> Modified: ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/customer/digitalproductedit.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/customer/digitalproductedit.ftl?rev=923545&r1=923544&r2=923545&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/customer/digitalproductedit.ftl (original) +++ ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/customer/digitalproductedit.ftl Tue Mar 16 01:56:41 2010 @@ -82,7 +82,7 @@ under the License. </div> </#list> - <div><hr/></div> + <div><hr /></div> <div class="tableheadtext">${uiLabelMap.EcommerceDigitalAddFromMyFiles}</div> <div> <form method="post" action="<@ofbizUrl>addCustomerDigitalDownloadProductFile</@ofbizUrl>" name="adddigitaluploadfile" style="margin: 0;"> Modified: ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/customer/digitalproductlist.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/customer/digitalproductlist.ftl?rev=923545&r1=923544&r2=923545&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/customer/digitalproductlist.ftl (original) +++ ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/customer/digitalproductlist.ftl Tue Mar 16 01:56:41 2010 @@ -37,7 +37,7 @@ under the License. </tr> <#list supplierProductList as supplierProduct> <#assign product = supplierProduct.getRelatedOneCache("Product")/> - <tr><td colspan="5"><hr/></td></tr> + <tr><td colspan="5"><hr /></td></tr> <tr> <td> <div class="tabletext">${(product.productName)?if_exists}</div> Modified: ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/customer/editcreditcard.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/customer/editcreditcard.ftl?rev=923545&r1=923544&r2=923545&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/customer/editcreditcard.ftl (original) +++ ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/customer/editcreditcard.ftl Tue Mar 16 01:56:41 2010 @@ -63,12 +63,12 @@ under the License. </div> </#list> <div class="tabletext"> - <#if curPostalAddress.toName?exists>${uiLabelMap.CommonTo}: ${curPostalAddress.toName}<br/></#if> - <#if curPostalAddress.attnName?exists>${uiLabelMap.PartyAddrAttnName}: ${curPostalAddress.attnName}<br/></#if> - ${curPostalAddress.address1?if_exists}<br/> - <#if curPostalAddress.address2?exists>${curPostalAddress.address2}<br/></#if> + <#if curPostalAddress.toName?exists>${uiLabelMap.CommonTo}: ${curPostalAddress.toName}<br /></#if> + <#if curPostalAddress.attnName?exists>${uiLabelMap.PartyAddrAttnName}: ${curPostalAddress.attnName}<br /></#if> + ${curPostalAddress.address1?if_exists}<br /> + <#if curPostalAddress.address2?exists>${curPostalAddress.address2}<br /></#if> ${curPostalAddress.city}<#if curPostalAddress.stateProvinceGeoId?has_content>, ${curPostalAddress.stateProvinceGeoId}</#if> ${curPostalAddress.postalCode} - <#if curPostalAddress.countryGeoId?exists><br/>${curPostalAddress.countryGeoId}</#if> + <#if curPostalAddress.countryGeoId?exists><br />${curPostalAddress.countryGeoId}</#if> <div class="tabletext">(${uiLabelMap.CommonUpdated}: ${(curPartyContactMech.fromDate.toString())?if_exists})</div> <#if curPartyContactMech.thruDate?exists><div class="tabletext">${uiLabelMap.CommonDelete}: ${curPartyContactMech.thruDate.toString()}</#if> </div> @@ -106,12 +106,12 @@ under the License. </div> </#list> <div class="tabletext"> - <#if postalAddress.toName?exists>${uiLabelMap.CommonTo}: ${postalAddress.toName}<br/></#if> - <#if postalAddress.attnName?exists>${uiLabelMap.PartyAddrAttnName}: ${postalAddress.attnName}<br/></#if> - ${postalAddress.address1?if_exists}<br/> - <#if postalAddress.address2?exists>${postalAddress.address2}<br/></#if> + <#if postalAddress.toName?exists>${uiLabelMap.CommonTo}: ${postalAddress.toName}<br /></#if> + <#if postalAddress.attnName?exists>${uiLabelMap.PartyAddrAttnName}: ${postalAddress.attnName}<br /></#if> + ${postalAddress.address1?if_exists}<br /> + <#if postalAddress.address2?exists>${postalAddress.address2}<br /></#if> ${postalAddress.city}<#if postalAddress.stateProvinceGeoId?has_content>, ${postalAddress.stateProvinceGeoId}</#if> ${postalAddress.postalCode} - <#if postalAddress.countryGeoId?exists><br/>${postalAddress.countryGeoId}</#if> + <#if postalAddress.countryGeoId?exists><br />${postalAddress.countryGeoId}</#if> </div> <div class="tabletext">(${uiLabelMap.CommonUpdated}: ${(partyContactMech.fromDate.toString())?if_exists})</div> <#if partyContactMech.thruDate?exists><div class="tabletext">${uiLabelMap.CommonDelete}: ${partyContactMech.thruDate.toString()}</div></#if> Modified: ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/customer/editeftaccount.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/customer/editeftaccount.ftl?rev=923545&r1=923544&r2=923545&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/customer/editeftaccount.ftl (original) +++ ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/customer/editeftaccount.ftl Tue Mar 16 01:56:41 2010 @@ -114,12 +114,12 @@ under the License. </div> </#list> <div class="tabletext"> - <#if curPostalAddress.toName?exists><b>${uiLabelMap.CommonTo}:</b> ${curPostalAddress.toName}<br/></#if> - <#if curPostalAddress.attnName?exists><b>${uiLabelMap.PartyAddrAttnName}:</b> ${curPostalAddress.attnName}<br/></#if> - ${curPostalAddress.address1?if_exists}<br/> - <#if curPostalAddress.address2?exists>${curPostalAddress.address2}<br/></#if> + <#if curPostalAddress.toName?exists><b>${uiLabelMap.CommonTo}:</b> ${curPostalAddress.toName}<br /></#if> + <#if curPostalAddress.attnName?exists><b>${uiLabelMap.PartyAddrAttnName}:</b> ${curPostalAddress.attnName}<br /></#if> + ${curPostalAddress.address1?if_exists}<br /> + <#if curPostalAddress.address2?exists>${curPostalAddress.address2}<br /></#if> ${curPostalAddress.city}<#if curPostalAddress.stateProvinceGeoId?has_content>, ${curPostalAddress.stateProvinceGeoId}</#if> ${curPostalAddress.postalCode} - <#if curPostalAddress.countryGeoId?exists><br/>${curPostalAddress.countryGeoId}</#if> + <#if curPostalAddress.countryGeoId?exists><br />${curPostalAddress.countryGeoId}</#if> </div> <div class="tabletext">(${uiLabelMap.CommonUpdated}: ${(curPartyContactMech.fromDate.toString())?if_exists})</div> <#if curPartyContactMech.thruDate?exists><div class="tabletext"><b>${uiLabelMap.CommonDelete}: ${curPartyContactMech.thruDate.toString()}</b></div></#if> @@ -157,12 +157,12 @@ under the License. </div> </#list> <div class="tabletext"> - <#if postalAddress.toName?exists><b>${uiLabelMap.CommonTo}:</b> ${postalAddress.toName}<br/></#if> - <#if postalAddress.attnName?exists><b>${uiLabelMap.PartyAddrAttnName}:</b> ${postalAddress.attnName}<br/></#if> - ${postalAddress.address1?if_exists}<br/> - <#if postalAddress.address2?exists>${postalAddress.address2}<br/></#if> + <#if postalAddress.toName?exists><b>${uiLabelMap.CommonTo}:</b> ${postalAddress.toName}<br /></#if> + <#if postalAddress.attnName?exists><b>${uiLabelMap.PartyAddrAttnName}:</b> ${postalAddress.attnName}<br /></#if> + ${postalAddress.address1?if_exists}<br /> + <#if postalAddress.address2?exists>${postalAddress.address2}<br /></#if> ${postalAddress.city}<#if postalAddress.stateProvinceGeoId?has_content>, ${postalAddress.stateProvinceGeoId}</#if> ${postalAddress.postalCode} - <#if postalAddress.countryGeoId?exists><br/>${postalAddress.countryGeoId}</#if> + <#if postalAddress.countryGeoId?exists><br />${postalAddress.countryGeoId}</#if> </div> <div class="tabletext">(${uiLabelMap.CommonUpdated}: ${(partyContactMech.fromDate.toString())?if_exists})</div> <#if partyContactMech.thruDate?exists><div class="tabletext"><b>${uiLabelMap.CommonDelete}: ${partyContactMech.thruDate.toString()}</b></div></#if> Modified: ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/customer/giftcardbalance.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/customer/giftcardbalance.ftl?rev=923545&r1=923544&r2=923545&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/customer/giftcardbalance.ftl (original) +++ ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/customer/giftcardbalance.ftl Tue Mar 16 01:56:41 2010 @@ -18,11 +18,11 @@ under the License. --> <h1>${uiLabelMap.AccountingGiftCardBalance}</h1> -<br/> +<br /> <div class="tabletext">${uiLabelMap.AccountingEnterGiftCardNumber}</div> -<br/> +<br /> -<br/> +<br /> <table align="center"> <#if requestAttributes.processResult?exists> <tr> @@ -62,4 +62,4 @@ under the License. </tr> </form> </table> -<br/> +<br /> Modified: ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/customer/giftcardlink.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/customer/giftcardlink.ftl?rev=923545&r1=923544&r2=923545&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/customer/giftcardlink.ftl (original) +++ ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/customer/giftcardlink.ftl Tue Mar 16 01:56:41 2010 @@ -18,9 +18,9 @@ under the License. --> <h1>${uiLabelMap.AccountingGiftCardLink}</h1> -<br/> +<br /> <div class="tabletext">${uiLabelMap.AccountingEnterGiftCardLink}.</div> -<br/> +<br /> <form name="gclink" method="post" action="<@ofbizUrl>linkgiftcard</@ofbizUrl>"> <input type="hidden" name="paymentConfig" value="${paymentProperties?default("payment.properties")}"> @@ -65,4 +65,4 @@ under the License. </tr> </table> </form> -<br/> +<br /> Modified: ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/customer/messagelist.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/customer/messagelist.ftl?rev=923545&r1=923544&r2=923545&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/customer/messagelist.ftl (original) +++ ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/customer/messagelist.ftl Tue Mar 16 01:56:41 2010 @@ -68,7 +68,7 @@ under the License. <td><div class="tableheadtext">${uiLabelMap.EcommerceSentDate}</div></td> <td> </td> </tr> - <tr><td colspan="5"><hr/></td></tr> + <tr><td colspan="5"><hr /></td></tr> <#list receivedCommunicationEvents?if_exists as receivedCommunicationEvent> <@showMessage communicationEvent=receivedCommunicationEvent isSentMessage=false/> </#list> Modified: ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/customer/viewprofile.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/customer/viewprofile.ftl?rev=923545&r1=923544&r2=923545&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/customer/viewprofile.ftl (original) +++ ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/customer/viewprofile.ftl Tue Mar 16 01:56:41 2010 @@ -150,12 +150,12 @@ under the License. <#assign postalAddress = partyContactMechValueMap.postalAddress?if_exists /> <div class="tabletext"> <#if postalAddress?exists> - <#if postalAddress.toName?has_content>${uiLabelMap.CommonTo}: ${postalAddress.toName}<br/></#if> - <#if postalAddress.attnName?has_content>${uiLabelMap.PartyAddrAttnName}: ${postalAddress.attnName}<br/></#if> - ${postalAddress.address1}<br/> - <#if postalAddress.address2?has_content>${postalAddress.address2}<br/></#if> + <#if postalAddress.toName?has_content>${uiLabelMap.CommonTo}: ${postalAddress.toName}<br /></#if> + <#if postalAddress.attnName?has_content>${uiLabelMap.PartyAddrAttnName}: ${postalAddress.attnName}<br /></#if> + ${postalAddress.address1}<br /> + <#if postalAddress.address2?has_content>${postalAddress.address2}<br /></#if> ${postalAddress.city}<#if postalAddress.stateProvinceGeoId?has_content>, ${postalAddress.stateProvinceGeoId}</#if> ${postalAddress.postalCode?if_exists} - <#if postalAddress.countryGeoId?has_content><br/>${postalAddress.countryGeoId}</#if> + <#if postalAddress.countryGeoId?has_content><br />${postalAddress.countryGeoId}</#if> <#if (!postalAddress.countryGeoId?has_content || postalAddress.countryGeoId?if_exists = "USA")> <#assign addr1 = postalAddress.address1?if_exists /> <#if (addr1.indexOf(" ") > 0)> @@ -216,7 +216,7 @@ under the License. </#list> </table> <#else> - <label>${uiLabelMap.PartyNoContactInformation}.</label><br/> + <label>${uiLabelMap.PartyNoContactInformation}.</label><br /> </#if> </div> </div> Modified: ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/forum/ViewComboResponse.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/forum/ViewComboResponse.ftl?rev=923545&r1=923544&r2=923545&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/forum/ViewComboResponse.ftl (original) +++ ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/forum/ViewComboResponse.ftl Tue Mar 16 01:56:41 2010 @@ -18,7 +18,7 @@ under the License. --> <#if requestAttributes._ERROR_MESSAGE_?exists> -<br/><div class='errorMessage'>${requestAttributes._ERROR_MESSAGE_}</div><br/> +<br /><div class='errorMessage'>${requestAttributes._ERROR_MESSAGE_}</div><br /> <#else> <#if trailList?exists> <#assign indent = ""> @@ -33,21 +33,21 @@ under the License. <#if counter < len> ${indent} ${pair[0]?if_exists} - ${pair[1]?if_exists} - <a class="tabButton" href="<@ofbizUrl>ViewBlog?contentId=${pair[0]?if_exists}&nodeTrailCsv=${csv?if_exists}"></@ofbizUrl>${uiLabelMap.CommonView}</a> <br/> + <a class="tabButton" href="<@ofbizUrl>ViewBlog?contentId=${pair[0]?if_exists}&nodeTrailCsv=${csv?if_exists}"></@ofbizUrl>${uiLabelMap.CommonView}</a> <br /> <#assign indent = indent + " "> <#else> - <u>${uiLabelMap.EcommerceAddResponseFor}${pair[0]?if_exists} - ${pair[1]?if_exists}:</u><br/> + <u>${uiLabelMap.EcommerceAddResponseFor}${pair[0]?if_exists} - ${pair[1]?if_exists}:</u><br /> </#if> <#assign counter = counter + 1> </#list> <#if dataResourceId?exists> - <br/> + <br /> <img src="<@ofbizUrl>img?imgId=${dataResourceId}</@ofbizUrl>" /> </#if> - <br/> + <br /> </#if> ${singleWrapper.renderFormString()} -<br/> +<br /> </#if> Modified: ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/forum/editforumarticle.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/forum/editforumarticle.ftl?rev=923545&r1=923544&r2=923545&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/forum/editforumarticle.ftl (original) +++ ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/forum/editforumarticle.ftl Tue Mar 16 01:56:41 2010 @@ -30,7 +30,7 @@ under the License. </td> </tr> </table> -<br/> +<br /> --> <div class="screenlet"> Modified: ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/forum/forumPaging.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/forum/forumPaging.ftl?rev=923545&r1=923544&r2=923545&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/forum/forumPaging.ftl (original) +++ ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/forum/forumPaging.ftl Tue Mar 16 01:56:41 2010 @@ -20,7 +20,7 @@ under the License. <#assign viewIndex = viewIndex?default(0)> <#assign lowIndex = viewIndex?int * viewSize?int + 1> <#assign highIndex = viewIndex?int * viewSize?int + viewSize> -<#--<br/>== viewIndex: ${viewIndex} ==viewSize: ${viewSize} ==lowIndex: ${lowIndex}== highIndex: ${highIndex} == ListSize: ${listSize}--> +<#--<br />== viewIndex: ${viewIndex} ==viewSize: ${viewSize} ==lowIndex: ${lowIndex}== highIndex: ${highIndex} == ListSize: ${listSize}--> <#if forumMessages?has_content && forumMessages?size gt 0> <#assign listSize = forumMessages?size/> <#if highIndex gt listSize><#assign highIndex = listSize></#if> Modified: ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/forum/messageDisplay.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/forum/messageDisplay.ftl?rev=923545&r1=923544&r2=923545&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/forum/messageDisplay.ftl (original) +++ ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/forum/messageDisplay.ftl Tue Mar 16 01:56:41 2010 @@ -46,7 +46,7 @@ under the License. ${result.resultData.electronicText.textData} </#if> </div> - <hr/> + <hr /> <#else> <div class="tabletext"> ${result.errorMessage?if_exists}</div> </#if> Modified: ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/forum/mostrecent.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/forum/mostrecent.ftl?rev=923545&r1=923544&r2=923545&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/forum/mostrecent.ftl (original) +++ ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/forum/mostrecent.ftl Tue Mar 16 01:56:41 2010 @@ -53,7 +53,7 @@ under the License. <input type="hidden" name="contentId_o_${row}" value="${content.contentId}"/> <tr> <td colspan="5" class="tabletext"> - ${uiLabelMap.CommonContent}:<br/> + ${uiLabelMap.CommonContent}:<br /> <@renderSubContentCache subContentId=content.contentId/> </td> </tr> Modified: ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/forum/showblog.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/forum/showblog.ftl?rev=923545&r1=923544&r2=923545&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/forum/showblog.ftl (original) +++ ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/forum/showblog.ftl Tue Mar 16 01:56:41 2010 @@ -20,11 +20,11 @@ under the License. <#import "/includes/bloglib.ftl" as blog/> <div class="screenlet" > -<h1>${uiLabelMap.EcommerceFromSite}:</h1><br/> +<h1>${uiLabelMap.EcommerceFromSite}:</h1><br /> <div> <@renderSiteAncestryPath trail=siteAncestorList?default([])/> <#if trailList?exists && 1 < trailList?size > -<h1>${uiLabelMap.EcommerceFromParentArticle}:</h1><br/> +<h1>${uiLabelMap.EcommerceFromParentArticle}:</h1><br /> </#if> <#if trailList?has_content> <@blog.renderAncestryPath trail=trailList startIndex=1 endIndexOffset=1 /> @@ -32,8 +32,8 @@ under the License. <#assign pair=trailList[trailList?size - 1]/> <#assign pair0 = pair[0]?if_exists> <#assign pair1 = pair[1]?if_exists> - <hr/> - <h1>${uiLabelMap.EcommerceContentFor} ${pair1?if_exists}[${pair0?if_exists}]:</h1><br/> + <hr /> + <h1>${uiLabelMap.EcommerceContentFor} ${pair1?if_exists}[${pair0?if_exists}]:</h1><br /> </#if> <#else> </#if> @@ -52,7 +52,7 @@ under the License. <@checkPermission subContentId=subContentId targetOperation="CONTENT_CREATE|CONTENT_RESPOND" contentPurposeList="RESPONSE" > <a class="tabButton" href="<@ofbizUrl>AddResponse?contentIdTo=${subContentId}&nodeTrailCsv=${nodeTrailCsv?if_exists}</@ofbizUrl>" >${uiLabelMap.EcommerceRespond}</a> </@checkPermission> -<br/> +<br /> </td> </tr> @@ -71,7 +71,7 @@ under the License. It is not convenient to have the traverseSubContent check or recheck the first node because the associated ContentAssoc entity is not known. --> - <h1>${uiLabelMap.EcommerceResponses}</h1><br/> + <h1>${uiLabelMap.EcommerceResponses}</h1><br /> <@loopSubContent contentAssocTypeId="RESPONSE" contentId=subContentId mapKey="" pickWhen="contentAssocTypeId != null && contentAssocTypeId.equals(\"RESPONSE\") && mapKey == null" followWhen="contentAssocTypeId != null && contentAssocTypeId.equals(\"RESPONSE\")"> @@ -100,7 +100,7 @@ under the License. <td class="tabletext"> ${indentFill} <a class="tabButton" href="<@ofbizUrl>ViewBlog?contentId=${thisContentId}&nodeTrailCsv=${nodeTrailCsv?if_exists}</@ofbizUrl>" >${uiLabelMap.CommonView}</a> - ${content.contentId?if_exists}-${content.description?if_exists}<br/> + ${content.contentId?if_exists}-${content.description?if_exists}<br /> </td> </tr> </#if> Modified: ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/forum/showforumresponse.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/forum/showforumresponse.ftl?rev=923545&r1=923544&r2=923545&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/forum/showforumresponse.ftl (original) +++ ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/forum/showforumresponse.ftl Tue Mar 16 01:56:41 2010 @@ -19,7 +19,7 @@ under the License. <#import "bloglib.ftl" as blog/> <div class="screenlet" > -<h1>{${uiLabelMap.EcommerceFromSite}</h1><br/> +<h1>{${uiLabelMap.EcommerceFromSite}</h1><br /> <div> <@blog.renderAncestryPath trail=ancestorList?default([]) endIndexOffset=1 /> <#-- Do this so that we don't have to find the content twice (again in renderSubContent) --> @@ -30,8 +30,8 @@ under the License. <#assign subContent = delegator.findByPrimaryKeyCache("Content", Static["org.ofbiz.base.util.UtilMisc"].toMap("contentId", subContentId))/> <#assign dummy = globalNodeTrail.add(lastNode)/> </#if> -<br/> -<h1>${uiLabelMap.EcommerceContentFor} [${subContentId}] ${subContent.contentName?if_exists} - ${subContent.description?if_exists}:</h1><br/> +<br /> +<h1>${uiLabelMap.EcommerceContentFor} [${subContentId}] ${subContent.contentName?if_exists} - ${subContent.description?if_exists}:</h1><br /> <#assign thisContentId=subContentId?if_exists> <#if !thisContentId?has_content> @@ -47,12 +47,12 @@ under the License. <@checkPermission subContentId=subContentId targetOperation="HAS_USER_ROLE" contentPurposeList="RESPONSE" > <a class="tabButton" href="<@ofbizUrl>createforumresponse?contentIdTo=${subContentId}&nodeTrailCsv=${nodeTrailCsv?if_exists}</@ofbizUrl>" >${uiLabelMap.EcommerceRespond}</a> </@checkPermission> -<br/> +<br /> </td> </tr> </table> -<hr/> +<hr /> <#-- <@checkPermission mode="not-equals" subContentId=subContentId targetOperation="CONTENT_CREATE|CONTENT_RESPOND" contentPurposeList="RESPONSE" > ${permissionErrorMsg?if_exists} @@ -66,7 +66,7 @@ under the License. It is not convenient to have the traverseSubContent check or recheck the first node because the associated ContentAssoc entity is not known. --> - <h1>${uiLabelMap.EcommerceResponses}</h1><br/> + <h1>${uiLabelMap.EcommerceResponses}</h1><br /> <@loopSubContent contentAssocTypeId="RESPONSE" contentId=subContentId mapKey="" pickWhen="contentAssocTypeId != null && contentAssocTypeId.equals(\"RESPONSE\") && mapKey == null" followWhen="contentAssocTypeId != null && contentAssocTypeId.equals(\"RESPONSE\")"> @@ -94,7 +94,7 @@ under the License. <td class="tabletext"> ${indentFill} <a class="tabButton" href="<@ofbizUrl>ViewBlog?contentId=${thisContentId}&nodeTrailCsv=${nodeTrailCsv?if_exists}</@ofbizUrl>" >${uiLabelMap.CommonView}</a> - ${content.contentId?if_exists}-${content.description?if_exists}<br/> + ${content.contentId?if_exists}-${content.description?if_exists}<br /> </td> </tr> </#if> Modified: ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/includes/footer.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/includes/footer.ftl?rev=923545&r1=923544&r2=923545&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/includes/footer.ftl (original) +++ ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/includes/footer.ftl Tue Mar 16 01:56:41 2010 @@ -19,20 +19,20 @@ under the License. <#assign nowTimestamp = Static["org.ofbiz.base.util.UtilDateTime"].nowTimestamp()> - <br/> + <br /> <div class="footer"> <div> <a href="http://jigsaw.w3.org/css-validator/"><img style="border:0;width:88px;height:31px" src="<@ofbizContentUrl>/images/vcss.gif</@ofbizContentUrl>" alt="Valid CSS!"/></a> <a href="http://validator.w3.org/check?uri=referer"><img style="border:0;width:88px;height:31px" src="<@ofbizContentUrl>/images/valid-xhtml10.png</@ofbizContentUrl>" alt="Valid XHTML 1.0!"/></a> </div> - <br/> + <br /> <div class="tabletext"> <a href="http://ofbiz.apache.org">${uiLabelMap.EcommerceAboutUs}</a> <div class="tabletext">Copyright (c) 2001-${nowTimestamp?string("yyyy")} The Apache Software Foundation - <a href="http://www.apache.org" class="tabletext">www.apache.org</a></div> <div class="tabletext">Powered by <a href="http://ofbiz.apache.org" class="tabletext">Apache OFBiz</a></div> </div> - <br/> + <br /> <div class="tabletext"><a href="<@ofbizUrl>policies</@ofbizUrl>">${uiLabelMap.EcommerceSeeStorePoliciesHere}</a></div> </div> Modified: ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/billsettings.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/billsettings.ftl?rev=923545&r1=923544&r2=923545&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/billsettings.ftl (original) +++ ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/billsettings.ftl Tue Mar 16 01:56:41 2010 @@ -97,7 +97,7 @@ function shipBillAddr() { </td> </tr> <tr> - <td colspan="3"><hr/></td> + <td colspan="3"><hr /></td> </tr> </#if> @@ -116,7 +116,7 @@ function shipBillAddr() { <#assign creditCard = requestParameters> </#if> <tr> - <td colspan="3"><hr/></td> + <td colspan="3"><hr /></td> </tr> <tr> <td width="26%" align="right" valign="top"><div class="tableheadtext">${uiLabelMap.AccountingCreditCardInformation}</div></td> @@ -133,7 +133,7 @@ function shipBillAddr() { <#assign eftAccount = requestParameters> </#if> <tr> - <td colspan="3"><hr/></td> + <td colspan="3"><hr /></td> </tr> <tr> <td width="26%" align="right" valign="top"><div class="tableheadtext">${uiLabelMap.AccountingEFTAccountInformation}</div></td> @@ -202,7 +202,7 @@ function shipBillAddr() { <input type="hidden" name="addGiftCard" value="Y"> <#if paymentMethodType != "GC"> <tr> - <td colspan="3"><hr/></td> + <td colspan="3"><hr /></td> </tr> </#if> <tr> @@ -259,21 +259,21 @@ function shipBillAddr() { <td width='5%' nowrap><input type="checkbox" name="useGc" value="GC" <#if paymentMethodType?exists && paymentMethodType == "GC">checked</#if></td> <td width='95%' nowrap><div class="tabletext">${uiLabelMap.AccountingCheckGiftCard}</div></td> </tr> - <tr><td colspan="2"><hr/></td></tr> + <tr><td colspan="2"><hr /></td></tr> </#if> <#if productStorePaymentMethodTypeIdMap.EXT_OFFLINE?exists> <tr> <td width='5%' nowrap><input type="radio" name="paymentMethodType" value="offline" <#if paymentMethodType?exists && paymentMethodType == "offline">checked</#if></td> <td width='95%'nowrap><div class="tabletext">${uiLabelMap.OrderPaymentOfflineCheckMoney}</div></td> </tr> - <tr><td colspan="2"><hr/></td></tr> + <tr><td colspan="2"><hr /></td></tr> </#if> <#if productStorePaymentMethodTypeIdMap.CREDIT_CARD?exists> <tr> <td width='5%' nowrap><input type="radio" name="paymentMethodType" value="CC" <#if paymentMethodType?exists && paymentMethodType == "CC">checked</#if></td> <td width='95%' nowrap><div class="tabletext">${uiLabelMap.AccountingVisaMastercardAmexDiscover}</div></td> </tr> - <tr><td colspan="2"><hr/></td></tr> + <tr><td colspan="2"><hr /></td></tr> </#if> <#if productStorePaymentMethodTypeIdMap.EFT_ACCOUNT?exists> <tr> Modified: ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/ccinfo.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/ccinfo.ftl?rev=923545&r1=923544&r2=923545&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/ccinfo.ftl (original) +++ ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/ccinfo.ftl Tue Mar 16 01:56:41 2010 @@ -20,7 +20,7 @@ under the License. <#if !creditCard?has_content> <#assign creditCard = requestParameters> </#if> -<tr><td colspan="3"><hr/></td></tr> +<tr><td colspan="3"><hr /></td></tr> ${screens.render("component://accounting/widget/CommonScreens.xml#creditCardFields")} Modified: ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/checkoutreview.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/checkoutreview.ftl?rev=923545&r1=923544&r2=923545&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/checkoutreview.ftl (original) +++ ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/checkoutreview.ftl Tue Mar 16 01:56:41 2010 @@ -39,7 +39,7 @@ under the License. <#if cart?exists && 0 < cart.size()> ${screens.render("component://ecommerce/widget/OrderScreens.xml#orderheader")} - <br/> + <br /> ${screens.render("component://ecommerce/widget/OrderScreens.xml#orderitems")} <table border="0" cellpadding="1" width="100%"> <tr> |
Free forum by Nabble | Edit this page |