Author: deepak
Date: Mon May 23 06:59:04 2016 New Revision: 1745115 URL: http://svn.apache.org/viewvc?rev=1745115&view=rev Log: (OFBIZ-7021) Renamed remaining specialpurpose component ftl file name from lower camel case to upper camel case pattern. Added: ofbiz/trunk/specialpurpose/assetmaint/template/PrintFixedAssetMaint.fo.ftl - copied unchanged from r1745114, ofbiz/trunk/specialpurpose/assetmaint/template/printFixedAssetMaint.fo.ftl ofbiz/trunk/specialpurpose/bi/template/Main.ftl - copied unchanged from r1745114, ofbiz/trunk/specialpurpose/bi/template/main.ftl ofbiz/trunk/specialpurpose/birt/template/ChartReport.ftl - copied unchanged from r1745114, ofbiz/trunk/specialpurpose/birt/template/chartReport.ftl ofbiz/trunk/specialpurpose/birt/template/Report.ftl - copied unchanged from r1745114, ofbiz/trunk/specialpurpose/birt/template/report.ftl ofbiz/trunk/specialpurpose/ebay/template/find/EbayExportLink.ftl - copied unchanged from r1745114, ofbiz/trunk/specialpurpose/ebay/template/find/ebayExportLink.ftl ofbiz/trunk/specialpurpose/ebay/template/find/ProductsExportToEbay.ftl - copied unchanged from r1745114, ofbiz/trunk/specialpurpose/ebay/template/find/productsExportToEbay.ftl ofbiz/trunk/specialpurpose/ebaystore/template/store/EbayApiKeywordSearch.ftl - copied unchanged from r1745114, ofbiz/trunk/specialpurpose/ebaystore/template/store/ebayApiKeywordSearch.ftl ofbiz/trunk/specialpurpose/ebaystore/template/store/OrderImported.ftl - copied unchanged from r1745114, ofbiz/trunk/specialpurpose/ebaystore/template/store/orderImported.ftl ofbiz/trunk/specialpurpose/ebaystore/template/store/ProductSearchExport.ftl - copied unchanged from r1745114, ofbiz/trunk/specialpurpose/ebaystore/template/store/productsearchExport.ftl ofbiz/trunk/specialpurpose/ebaystore/template/store/ReturnPolicy.ftl - copied unchanged from r1745114, ofbiz/trunk/specialpurpose/ebaystore/template/store/returnPolicy.ftl ofbiz/trunk/specialpurpose/example/template/AppHeader.ftl - copied unchanged from r1745114, ofbiz/trunk/specialpurpose/example/template/appheader.ftl ofbiz/trunk/specialpurpose/example/template/reports/Fonts.fo.ftl - copied unchanged from r1745114, ofbiz/trunk/specialpurpose/example/template/reports/fonts.fo.ftl ofbiz/trunk/specialpurpose/googlebase/template/find/GoogleExportLink.ftl - copied unchanged from r1745114, ofbiz/trunk/specialpurpose/googlebase/template/find/googleExportLink.ftl ofbiz/trunk/specialpurpose/myportal/template/Login.ftl - copied unchanged from r1745114, ofbiz/trunk/specialpurpose/myportal/template/login.ftl ofbiz/trunk/specialpurpose/passport/template/login/ThirdPartyLogins.ftl - copied unchanged from r1745114, ofbiz/trunk/specialpurpose/passport/template/login/thirdPartyLogins.ftl Removed: ofbiz/trunk/specialpurpose/assetmaint/template/printFixedAssetMaint.fo.ftl ofbiz/trunk/specialpurpose/bi/template/main.ftl ofbiz/trunk/specialpurpose/birt/template/chartReport.ftl ofbiz/trunk/specialpurpose/birt/template/report.ftl ofbiz/trunk/specialpurpose/ebay/template/find/ebayExportLink.ftl ofbiz/trunk/specialpurpose/ebay/template/find/productsExportToEbay.ftl ofbiz/trunk/specialpurpose/ebaystore/template/store/ebayApiKeywordSearch.ftl ofbiz/trunk/specialpurpose/ebaystore/template/store/orderImported.ftl ofbiz/trunk/specialpurpose/ebaystore/template/store/productsearchExport.ftl ofbiz/trunk/specialpurpose/ebaystore/template/store/returnPolicy.ftl ofbiz/trunk/specialpurpose/example/template/appheader.ftl ofbiz/trunk/specialpurpose/example/template/reports/fonts.fo.ftl ofbiz/trunk/specialpurpose/googlebase/template/find/googleExportLink.ftl ofbiz/trunk/specialpurpose/myportal/template/login.ftl ofbiz/trunk/specialpurpose/passport/template/login/thirdPartyLogins.ftl Modified: ofbiz/trunk/applications/order/widget/ordermgr/OrderTaskScreens.xml ofbiz/trunk/specialpurpose/assetmaint/widget/AssetmaintScreens.xml ofbiz/trunk/specialpurpose/bi/widget/BiScreens.xml ofbiz/trunk/specialpurpose/birt/widget/birt/BirtScreens.xml ofbiz/trunk/specialpurpose/ebay/widget/EbayScreens.xml ofbiz/trunk/specialpurpose/ebaystore/widget/EbaySellingManagerScreens.xml ofbiz/trunk/specialpurpose/ebaystore/widget/EbayStoreScreens.xml ofbiz/trunk/specialpurpose/example/widget/example/CommonScreens.xml ofbiz/trunk/specialpurpose/example/widget/example/FormWidgetExampleScreens.xml ofbiz/trunk/specialpurpose/googlebase/widget/GoogleBaseScreens.xml ofbiz/trunk/specialpurpose/myportal/widget/CommonScreens.xml ofbiz/trunk/specialpurpose/passport/widget/PassportScreens.xml ofbiz/trunk/themes/bizznesstime/template/Footer.ftl ofbiz/trunk/themes/droppingcrumbs/template/Footer.ftl ofbiz/trunk/themes/flatgrey/template/Footer.ftl ofbiz/trunk/themes/tomahawk/template/Footer.ftl Modified: ofbiz/trunk/applications/order/widget/ordermgr/OrderTaskScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/widget/ordermgr/OrderTaskScreens.xml?rev=1745115&r1=1745114&r2=1745115&view=diff ============================================================================== --- ofbiz/trunk/applications/order/widget/ordermgr/OrderTaskScreens.xml (original) +++ ofbiz/trunk/applications/order/widget/ordermgr/OrderTaskScreens.xml Mon May 23 06:59:04 2016 @@ -59,7 +59,7 @@ To use these screens add these entries t <view-map name="ordertasklist" type="screen" page="component://order/widget/ordermgr/OrderTaskScreens.xml#OrderTaskList"/> ================== -Also add this back to appheader.ftl: +Also add this back to AppHeader.ftl: <li<#if selected = "tasklist"> class="selected"</#if>><a href="<@ofbizUrl>tasklist</@ofbizUrl>">${uiLabelMap.OrderOrderTasks}</a></li> Modified: ofbiz/trunk/specialpurpose/assetmaint/widget/AssetmaintScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/assetmaint/widget/AssetmaintScreens.xml?rev=1745115&r1=1745114&r2=1745115&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/assetmaint/widget/AssetmaintScreens.xml (original) +++ ofbiz/trunk/specialpurpose/assetmaint/widget/AssetmaintScreens.xml Mon May 23 06:59:04 2016 @@ -335,7 +335,7 @@ <decorator-screen name="GlobalFoDecorator" location="component://common/widget/CommonScreens.xml"> <decorator-section name="body"> <platform-specific> - <xsl-fo><html-template location="component://assetmaint/template/printFixedAssetMaint.fo.ftl"/></xsl-fo> + <xsl-fo><html-template location="component://assetmaint/template/PrintFixedAssetMaint.fo.ftl"/></xsl-fo> </platform-specific> </decorator-section> </decorator-screen> Modified: ofbiz/trunk/specialpurpose/bi/widget/BiScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/bi/widget/BiScreens.xml?rev=1745115&r1=1745114&r2=1745115&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/bi/widget/BiScreens.xml (original) +++ ofbiz/trunk/specialpurpose/bi/widget/BiScreens.xml Mon May 23 06:59:04 2016 @@ -113,7 +113,7 @@ under the License. <screenlet> <container> <platform-specific> - <html><html-template location="component://bi/template/main.ftl"/></html> + <html><html-template location="component://bi/template/Main.ftl"/></html> </platform-specific> </container> <container> Modified: ofbiz/trunk/specialpurpose/birt/widget/birt/BirtScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/birt/widget/birt/BirtScreens.xml?rev=1745115&r1=1745114&r2=1745115&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/birt/widget/birt/BirtScreens.xml (original) +++ ofbiz/trunk/specialpurpose/birt/widget/birt/BirtScreens.xml Mon May 23 06:59:04 2016 @@ -42,7 +42,7 @@ under the License. <set field="activeApp" value="birt" global="true"/> <set field="applicationMenuName" value="BirtAppBar" global="true"/> <set field="applicationMenuLocation" value="component://birt/widget/birt/BirtMenus.xml" global="true"/> - <!--set field="appheaderTemplate" value="component://example/webapp/appheader.ftl"/--> + <!--set field="appheaderTemplate" value="component://example/webapp/AppHeader.ftl"/--> <set field="applicationTitle" value="${uiLabelMap.BirtExampleApplication}" global="true"/> </actions> <widgets> @@ -122,7 +122,7 @@ under the License. <screenlet title="Using report tag"> <platform-specific> <html> - <html-template location="component://birt/template/report.ftl"/> + <html-template location="component://birt/template/Report.ftl"/> </html> </platform-specific> </screenlet> @@ -167,7 +167,7 @@ under the License. <widgets> <screenlet title="Using report tag"> <platform-specific> - <html><html-template location="component://birt/template/chartReport.ftl"/></html> + <html><html-template location="component://birt/template/ChartReport.ftl"/></html> </platform-specific> </screenlet> </widgets> Modified: ofbiz/trunk/specialpurpose/ebay/widget/EbayScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ebay/widget/EbayScreens.xml?rev=1745115&r1=1745114&r2=1745115&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/ebay/widget/EbayScreens.xml (original) +++ ofbiz/trunk/specialpurpose/ebay/widget/EbayScreens.xml Mon May 23 06:59:04 2016 @@ -59,7 +59,7 @@ under the License. <html><html-template location="component://ebay/template/find/EbayKeywordSearch.ftl"/></html> </platform-specific> <platform-specific> - <html><html-template location="component://ebay/template/find/ebayExportLink.ftl"/></html> + <html><html-template location="component://ebay/template/find/EayExportLink.ftl"/></html> </platform-specific> </decorator-section> </decorator-screen> @@ -85,7 +85,7 @@ under the License. <decorator-section name="body"> <screenlet title="${uiLabelMap.PageTitleEbayProductsExportToEbay}"> <platform-specific> - <html><html-template location="component://ebay/template/find/productsExportToEbay.ftl"/></html> + <html><html-template location="component://ebay/template/find/ProductsExportToEbay.ftl"/></html> </platform-specific> </screenlet> </decorator-section> Modified: ofbiz/trunk/specialpurpose/ebaystore/widget/EbaySellingManagerScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ebaystore/widget/EbaySellingManagerScreens.xml?rev=1745115&r1=1745114&r2=1745115&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/ebaystore/widget/EbaySellingManagerScreens.xml (original) +++ ofbiz/trunk/specialpurpose/ebaystore/widget/EbaySellingManagerScreens.xml Mon May 23 06:59:04 2016 @@ -550,7 +550,7 @@ </screenlet> <platform-specific> <html> - <html-template location="component://ebaystore/template/store/orderImported.ftl"/> + <html-template location="component://ebaystore/template/store/OrderImported.ftl"/> </html> </platform-specific> </decorator-section> Modified: ofbiz/trunk/specialpurpose/ebaystore/widget/EbayStoreScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ebaystore/widget/EbayStoreScreens.xml?rev=1745115&r1=1745114&r2=1745115&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/ebaystore/widget/EbayStoreScreens.xml (original) +++ ofbiz/trunk/specialpurpose/ebaystore/widget/EbayStoreScreens.xml Mon May 23 06:59:04 2016 @@ -214,7 +214,7 @@ under the License. <decorator-screen name="permission-decorator" location="${parameters.mainDecoratorLocation}"> <decorator-section name="body"> <platform-specific> - <html><html-template location="component://ebaystore/template/store/ebayApiKeywordSearch.ftl"/></html> + <html><html-template location="component://ebaystore/template/store/EbayApiKeywordSearch.ftl"/></html> </platform-specific> </decorator-section> </decorator-screen> @@ -268,7 +268,7 @@ under the License. <decorator-screen name="permission-decorator" location="${parameters.mainDecoratorLocation}"> <decorator-section name="body"> <platform-specific> - <html><html-template location="component://ebaystore/template/store/productsearchExport.ftl"/></html> + <html><html-template location="component://ebaystore/template/store/ProductSearchExport.ftl"/></html> </platform-specific> </decorator-section> </decorator-screen> Modified: ofbiz/trunk/specialpurpose/example/widget/example/CommonScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/example/widget/example/CommonScreens.xml?rev=1745115&r1=1745114&r2=1745115&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/example/widget/example/CommonScreens.xml (original) +++ ofbiz/trunk/specialpurpose/example/widget/example/CommonScreens.xml Mon May 23 06:59:04 2016 @@ -42,7 +42,7 @@ under the License. <set field="activeApp" value="example" global="true"/> <set field="applicationMenuName" value="ExampleAppBar" global="true"/> <set field="applicationMenuLocation" value="component://example/widget/example/ExampleMenus.xml" global="true"/> - <!--set field="appheaderTemplate" value="component://example/webapp/appheader.ftl"/--> + <!--set field="appheaderTemplate" value="component://example/webapp/AppHeader.ftl"/--> <set field="applicationTitle" value="${uiLabelMap.ExampleApplication}" global="true"/> </actions> <widgets> Modified: ofbiz/trunk/specialpurpose/example/widget/example/FormWidgetExampleScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/example/widget/example/FormWidgetExampleScreens.xml?rev=1745115&r1=1745114&r2=1745115&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/example/widget/example/FormWidgetExampleScreens.xml (original) +++ ofbiz/trunk/specialpurpose/example/widget/example/FormWidgetExampleScreens.xml Mon May 23 06:59:04 2016 @@ -143,7 +143,7 @@ under the License. <screen name="printExampleFOPFonts"> <section> <widgets> - <platform-specific><xsl-fo><html-template location="component://example/template/reports/fonts.fo.ftl"/></xsl-fo></platform-specific> + <platform-specific><xsl-fo><html-template location="component://example/template/reports/Fonts.fo.ftl"/></xsl-fo></platform-specific> </widgets> </section> </screen> Modified: ofbiz/trunk/specialpurpose/googlebase/widget/GoogleBaseScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/googlebase/widget/GoogleBaseScreens.xml?rev=1745115&r1=1745114&r2=1745115&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/googlebase/widget/GoogleBaseScreens.xml (original) +++ ofbiz/trunk/specialpurpose/googlebase/widget/GoogleBaseScreens.xml Mon May 23 06:59:04 2016 @@ -59,7 +59,7 @@ under the License. <html><html-template location="component://product/template/find/KeywordSearch.ftl"/></html> </platform-specific> <platform-specific> - <html><html-template location="component://googlebase/template/find/googleExportLink.ftl"/></html> + <html><html-template location="component://googlebase/template/find/GoogleExportLink.ftl"/></html> </platform-specific> </decorator-section> </decorator-screen> Modified: ofbiz/trunk/specialpurpose/myportal/widget/CommonScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/myportal/widget/CommonScreens.xml?rev=1745115&r1=1745114&r2=1745115&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/myportal/widget/CommonScreens.xml (original) +++ ofbiz/trunk/specialpurpose/myportal/widget/CommonScreens.xml Mon May 23 06:59:04 2016 @@ -158,7 +158,7 @@ under the License. <decorator-screen name="main-decorator" location="${parameters.mainDecoratorLocation}"> <decorator-section name="body"> <platform-specific> - <html><html-template location="component://myportal/template/login.ftl"/></html> + <html><html-template location="component://myportal/template/Login.ftl"/></html> </platform-specific> </decorator-section> </decorator-screen> Modified: ofbiz/trunk/specialpurpose/passport/widget/PassportScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/passport/widget/PassportScreens.xml?rev=1745115&r1=1745114&r2=1745115&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/passport/widget/PassportScreens.xml (original) +++ ofbiz/trunk/specialpurpose/passport/widget/PassportScreens.xml Mon May 23 06:59:04 2016 @@ -32,7 +32,7 @@ under the License. <widgets> <platform-specific> <html> - <html-template location="component://passport/template/login/thirdPartyLogins.ftl"/> + <html-template location="component://passport/template/login/ThirdPartyLogins.ftl"/> </html> </platform-specific> </widgets> Modified: ofbiz/trunk/themes/bizznesstime/template/Footer.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/bizznesstime/template/Footer.ftl?rev=1745115&r1=1745114&r2=1745115&view=diff ============================================================================== --- ofbiz/trunk/themes/bizznesstime/template/Footer.ftl (original) +++ ofbiz/trunk/themes/bizznesstime/template/Footer.ftl Mon May 23 06:59:04 2016 @@ -25,7 +25,7 @@ under the License. </div> <!-- footer --> <div id="footer"> - <div class="poweredBy"><span>${uiLabelMap.CommonPoweredBy} <a href="http://ofbiz.apache.org" class="noicon">OFBiz</a></span><span>Copyright 2001-${nowTimestamp?string("yyyy")} <a href="http://www.apache.org" class="noicon">The Apache Software Foundation - www.apache.org</a></span><span><#include "ofbizhome://runtime/svninfo.ftl" /> <#include "ofbizhome://runtime/gitinfo.ftl" /></span></div> + <div class="poweredBy"><span>${uiLabelMap.CommonPoweredBy} <a href="http://ofbiz.apache.org" class="noicon">OFBiz</a></span><span>Copyright 2001-${nowTimestamp?string("yyyy")} <a href="http://www.apache.org" class="noicon">The Apache Software Foundation - www.apache.org</a></span><span><#include "ofbizhome://runtime/svninfo.ftl" /> <#include "ofbizhome://runtime/GitInfo.ftl" /></span></div> </div> <!-- footer --> Modified: ofbiz/trunk/themes/droppingcrumbs/template/Footer.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/droppingcrumbs/template/Footer.ftl?rev=1745115&r1=1745114&r2=1745115&view=diff ============================================================================== --- ofbiz/trunk/themes/droppingcrumbs/template/Footer.ftl (original) +++ ofbiz/trunk/themes/droppingcrumbs/template/Footer.ftl Mon May 23 06:59:04 2016 @@ -27,7 +27,7 @@ under the License. <a href="http://validator.w3.org/check?uri=referer"><img src="<@ofbizContentUrl>/images/valid-xhtml10.png</@ofbizContentUrl>" alt="Valid XHTML 1.0!"/></a></p> <p> ${uiLabelMap.CommonCopyright} (c) 2001-${nowTimestamp?string("yyyy")} The Apache Software Foundation - <a href="http://www.apache.org" target="_blank">www.apache.org</a><br /> - ${uiLabelMap.CommonPoweredBy} <a href="http://ofbiz.apache.org" target="_blank">Apache OFBiz</a> <#include "ofbizhome://runtime/svninfo.ftl" /> <#include "ofbizhome://runtime/gitinfo.ftl" /></p> + ${uiLabelMap.CommonPoweredBy} <a href="http://ofbiz.apache.org" target="_blank">Apache OFBiz</a> <#include "ofbizhome://runtime/svninfo.ftl" /> <#include "ofbizhome://runtime/GitInfo.ftl" /></p> </div> <#if layoutSettings.VT_FTR_JAVASCRIPT?has_content> <#list layoutSettings.VT_FTR_JAVASCRIPT as javaScript> Modified: ofbiz/trunk/themes/flatgrey/template/Footer.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/flatgrey/template/Footer.ftl?rev=1745115&r1=1745114&r2=1745115&view=diff ============================================================================== --- ofbiz/trunk/themes/flatgrey/template/Footer.ftl (original) +++ ofbiz/trunk/themes/flatgrey/template/Footer.ftl Mon May 23 06:59:04 2016 @@ -23,7 +23,7 @@ under the License. <li class="last"><a href="<@ofbizUrl>ListVisualThemes</@ofbizUrl>">${uiLabelMap.CommonVisualThemes}</a></li> </ul> <p> - ${uiLabelMap.CommonCopyright} (c) 2001-${nowTimestamp?string("yyyy")} <a href="http://www.apache.org" target="_blank">The Apache Software Foundation</a>. ${uiLabelMap.CommonPoweredBy} <a href="http://ofbiz.apache.org" target="_blank">Apache OFBiz.</a> <#include "ofbizhome://runtime/svninfo.ftl" /> <#include "ofbizhome://runtime/gitinfo.ftl" /> + ${uiLabelMap.CommonCopyright} (c) 2001-${nowTimestamp?string("yyyy")} <a href="http://www.apache.org" target="_blank">The Apache Software Foundation</a>. ${uiLabelMap.CommonPoweredBy} <a href="http://ofbiz.apache.org" target="_blank">Apache OFBiz.</a> <#include "ofbizhome://runtime/svninfo.ftl" /> <#include "ofbizhome://runtime/GitInfo.ftl" /> </p> </div> </div> Modified: ofbiz/trunk/themes/tomahawk/template/Footer.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/tomahawk/template/Footer.ftl?rev=1745115&r1=1745114&r2=1745115&view=diff ============================================================================== --- ofbiz/trunk/themes/tomahawk/template/Footer.ftl (original) +++ ofbiz/trunk/themes/tomahawk/template/Footer.ftl Mon May 23 06:59:04 2016 @@ -23,7 +23,7 @@ under the License. <ul> <li> ${uiLabelMap.CommonCopyright} (c) 2001-${nowTimestamp?string("yyyy")} The Apache Software Foundation - <a href="http://www.apache.org" target="_blank">www.apache.org</a><br/> - ${uiLabelMap.CommonPoweredBy} <a href="http://ofbiz.apache.org" target="_blank">Apache OFBiz</a> <#include "ofbizhome://runtime/svninfo.ftl" /> <#include "ofbizhome://runtime/gitinfo.ftl" /> + ${uiLabelMap.CommonPoweredBy} <a href="http://ofbiz.apache.org" target="_blank">Apache OFBiz</a> <#include "ofbizhome://runtime/svninfo.ftl" /> <#include "ofbizhome://runtime/GitInfo.ftl" /> </li> <li class="opposed">${nowTimestamp?datetime?string.short} - <a href="<@ofbizUrl>ListTimezones</@ofbizUrl>">${timeZone.getDisplayName(timeZone.useDaylightTime(), Static["java.util.TimeZone"].LONG, locale)}</a> |
Free forum by Nabble | Edit this page |