- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
@foreach (var groupTest in Model.Select(t => t.TestType).Distinct())
{
<div class="form-column form-column2">
<div class="static-height">
<p class="content-subblock-title left upper-text">
<label>
@if (@groupTest.GetEnumDescription().Length < 34)
{
<text> </text>
}
@groupTest.GetEnumDescription()
</label>
</p>
@foreach (var item in Model.Where(t => t.TestType == groupTest).OrderBy(t => t.Order))
{
<div class="donation-row">
<label>@item.TestName</label>
<span class="@item.TestClass blood-test-value-don">
@item.TestValue
</span>
</div>
}
</div>
</div>
}
maksim_ovcharik 17.09.2014 20:48 # −28
Пофиксил.
bormand 17.09.2014 20:50 # −32
Dummy00001 17.09.2014 22:40 # −30
inkanus-gray 17.09.2014 22:42 # −32
bormand 17.09.2014 22:46 # −28
inkanus-gray 17.09.2014 22:47 # −31
volter9 17.09.2014 23:16 # −31
bormand 18.09.2014 00:39 # −28
volter9 18.09.2014 00:59 # −30
kegdan 18.09.2014 04:22 # −33
volter9 18.09.2014 04:33 # −32
kegdan 18.09.2014 04:39 # −32
kegdan 18.09.2014 04:23 # −33
volter9 18.09.2014 04:32 # −32
istem 18.09.2014 21:47 # −12
istem 18.09.2014 22:18 # 0