Leaf Charter integration
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
<img src="@Url.Action("LeafCharts", new {number=0})" alt="image" />
|
||||
<img src="@Url.Action("LeafCharts", new {number=1})" alt="image" />
|
||||
<img src="@Url.Action("LeafCharts", new {number=2})" alt="image" />
|
||||
<img src="@Url.Action("LeafCharts", new {number=3})" alt="image" />
|
||||
<img src="@Url.Action("LeafCharts", new {number=4})" alt="image" />
|
||||
<img src="@Url.Action("LeafCharts", new {number=5})" alt="image" />
|
||||
<img src="@Url.Action("LeafCharts", new {number=6})" alt="image" />
|
||||
<img src="@Url.Action("LeafCharts", new {number=7})" alt="image" />
|
||||
@using LeafWeb.Web.Charter
|
||||
@model int
|
||||
|
||||
@for (int i = 0; i < 8; i++)
|
||||
{
|
||||
<img src="@Url.Action("LeafCharts", new {leafInputFileId = Model, number=@i})" alt="image" height="@LeafWebCharter.ChartHeight" width="@LeafWebCharter.ChartWidth" />
|
||||
}
|
||||
Reference in New Issue
Block a user