Author: hansbak
Date: Wed Jun 29 03:39:53 2011
New Revision: 1140954
URL:
http://svn.apache.org/viewvc?rev=1140954&view=revLog:
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: '<@ofbizContentUrl>stream?contentId=${contentId}</@ofbizContentUrl>',
+ videoFile: '<@ofbizUrl>stream?contentId=${contentId}</@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="<@ofbizContentUrl>stream?contentId=${contentId}</@ofbizContentUrl>"/>
+<img src="<@ofbizUrl>stream?contentId=${contentId}</@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="<@ofbizContentUrl>stream?contentId=${contentId}</@ofbizContentUrl>" width="320" height="263" scale="tofit"
+ <embed src="<@ofbizUrl>stream?contentId=${contentId}</@ofbizUrl>" width="320" height="263" scale="tofit"
autostart="true" autoplay="true" kioskmode="false" target="quicktimeplayer"
pluginspage="
http://www.apple.com/quicktime/download/">
</embed>