init
This commit is contained in:
commit
e124a47765
19374 changed files with 9806149 additions and 0 deletions
|
@ -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>
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue