init
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
@using Kreta.Web.Areas.Adminisztracio.Models
|
||||
|
||||
@model ErtekelesModSulyListModel
|
||||
|
||||
@using (Html.KretaForm("GradeWeightsForm"))
|
||||
{
|
||||
<table>
|
||||
@foreach (var ertekelesModSuly in Model.ErtekelesModSulyList)
|
||||
{
|
||||
<tr style="padding: 10px;">
|
||||
<td width="80%" style="padding: 10px; font-weight:bold;">
|
||||
<label>@ertekelesModSuly.ErtekelesModNev</label>
|
||||
</td>
|
||||
<td width="20%" style="padding: 10px;">
|
||||
@Html.KretaNumeric(ertekelesModSuly.ErtekelesModId.ToString()).Value(ertekelesModSuly.Suly).Min(1).Max(1000).Format("#, \\%")
|
||||
</td>
|
||||
</tr>
|
||||
}
|
||||
</table>
|
||||
}
|
||||
Reference in New Issue
Block a user