7 lines
244 B
Plaintext
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" />
|
|
} |