Files
LeafWeb/Web/Views/LeafCharter/Index.cshtml
T
2016-03-10 11:18:25 -05:00

7 lines
244 B
Plaintext

@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" />
}