I have two views similar but different extension (index.html & index.load).
Both work well with the 1.99.4, but index.load was not for 1.99.7?

My view:

{{include 'plugin_app/layout.html'}}
<script 
src="{{=URL(r=request,c='static',f='plugin_chart/jqplot/jquery.jqplot.js')}}" 
type="text/javascript"></script>
<script 
src="{{=URL(r=request,c='static',f='plugin_chart/jqplot/plugins/jqplot.pieRenderer.min.js')}}"
 
type="text/javascript"></script>
<script 
src="{{=URL(r=request,c='static',f='plugin_chart/jqplot/plugins/jqplot.donutRenderer.min.js')}}"
 
type="text/javascript"></script>
<link 
href="{{=URL(r=request,c='static',f='plugin_chart/jqplot/jquery.jqplot.css')}}" 
rel="stylesheet" type="text/css" />

<script 
src="{{=URL(r=request,c='static',f='plugin_chart/jqplot/plugins/jqplot.barRenderer.min.js')}}"
 
type="text/javascript"></script>
<script 
src="{{=URL(r=request,c='static',f='plugin_chart/jqplot/plugins/jqplot.categoryAxisRenderer.min.js')}}"
 
type="text/javascript"></script>
<script 
src="{{=URL(r=request,c='static',f='plugin_chart/jqplot/plugins/jqplot.pointLabels.min.js')}}"
 
type="text/javascript"></script>

<script 
src="{{=URL(r=request,c='static',f='plugin_chart/jqplot/plugins/jqplot.canvasTextRenderer.min.js')}}"
 
type="text/javascript"></script>
<script 
src="{{=URL(r=request,c='static',f='plugin_chart/jqplot/plugins/jqplot.canvasAxisLabelRenderer.min.js')}}"
 
type="text/javascript"></script>

<div style="position:absolute;top:300px;left:150px;">
{{=content}}
</div>




 

Vào 05:29:43 UTC+7 Thứ hai, ngày 05 tháng ba năm 2012, Massimo Di Pierro đã 
viết:
>
> Same as 1.99.5 and 1.99.6 but should solve all the outstanding 
> compatibility issues.
>
> Massimo
>

Vào 05:29:43 UTC+7 Thứ hai, ngày 05 tháng ba năm 2012, Massimo Di Pierro đã 
viết:
>
> Same as 1.99.5 and 1.99.6 but should solve all the outstanding 
> compatibility issues.
>
> Massimo
>

Reply via email to