You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ha...@apache.org on 2011/06/29 05:39:53 UTC

svn commit: r1140954 - in /ofbiz/trunk/applications/content/template/mime-type: flash-flv.ftl image.ftl quicktime.ftl

Author: hansbak
Date: Wed Jun 29 03:39:53 2011
New Revision: 1140954

URL: http://svn.apache.org/viewvc?rev=1140954&view=rev
Log:
change @ofbizcontenturl to @ofbizurl. It is content but not static content and is in reality a request 

Modified:
    ofbiz/trunk/applications/content/template/mime-type/flash-flv.ftl
    ofbiz/trunk/applications/content/template/mime-type/image.ftl
    ofbiz/trunk/applications/content/template/mime-type/quicktime.ftl

Modified: ofbiz/trunk/applications/content/template/mime-type/flash-flv.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/template/mime-type/flash-flv.ftl?rev=1140954&r1=1140953&r2=1140954&view=diff
==============================================================================
--- ofbiz/trunk/applications/content/template/mime-type/flash-flv.ftl (original)
+++ ofbiz/trunk/applications/content/template/mime-type/flash-flv.ftl Wed Jun 29 03:39:53 2011
@@ -25,7 +25,7 @@
         bufferLength: '100',
         loop: false,
         initialScale: 'fit',
-        videoFile: '<@o...@ofbizContentUrl>',
+        videoFile: '<@o...@ofbizUrl>',
         showPlayListButtons: true
         }" />
 </object>

Modified: ofbiz/trunk/applications/content/template/mime-type/image.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/template/mime-type/image.ftl?rev=1140954&r1=1140953&r2=1140954&view=diff
==============================================================================
--- ofbiz/trunk/applications/content/template/mime-type/image.ftl (original)
+++ ofbiz/trunk/applications/content/template/mime-type/image.ftl Wed Jun 29 03:39:53 2011
@@ -16,4 +16,4 @@
   specific language governing permissions and limitations
   under the License.
   -->
-<img src="<@o...@ofbizContentUrl>"/>
+<img src="<@o...@ofbizUrl>"/>

Modified: ofbiz/trunk/applications/content/template/mime-type/quicktime.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/template/mime-type/quicktime.ftl?rev=1140954&r1=1140953&r2=1140954&view=diff
==============================================================================
--- ofbiz/trunk/applications/content/template/mime-type/quicktime.ftl (original)
+++ ofbiz/trunk/applications/content/template/mime-type/quicktime.ftl Wed Jun 29 03:39:53 2011
@@ -24,7 +24,7 @@
     <param name="AUTOSTART" value="true" />
     <param name="AUTOPLAY" value="true" />
     <param name="KIOSKMODE" value="false" />
-    <embed src="<@o...@ofbizContentUrl>" width="320" height="263" scale="tofit"
+    <embed src="<@o...@ofbizUrl>" width="320" height="263" scale="tofit"
         autostart="true" autoplay="true" kioskmode="false" target="quicktimeplayer"
               pluginspage="http://www.apple.com/quicktime/download/">
     </embed>