This commit is contained in:
parent
e7296e278a
commit
a01e95516f
|
|
@ -4,10 +4,9 @@
|
|||
<div class="table-responsive">
|
||||
<table class="table b-t b-light viewtable">
|
||||
<colgroup>
|
||||
<col width="15%" />
|
||||
<col width="35%" />
|
||||
<col width="15%" />
|
||||
<col width="*" />
|
||||
<col style="width:15%" />
|
||||
<col style="width:35%" />
|
||||
<col style="width:15%" />
|
||||
<col />
|
||||
</colgroup>
|
||||
<tbody id="searchtbody">
|
||||
|
|
@ -79,7 +78,7 @@
|
|||
<th>학습기간</th>
|
||||
<td>
|
||||
<div class="col-md-12">
|
||||
@Html.Partial("./Partial/Date", string.IsNullOrEmpty(Model.stringval9) ? (DateTime?)null : Convert.ToDateTime(Model.stringval9), new ViewDataDictionary { { "name", "stringval9" } }) ~
|
||||
@Html.Partial("./Partial/Date", string.IsNullOrEmpty(Model.stringval9) ? (DateTime?)null : Convert.ToDateTime(Model.stringval9), new ViewDataDictionary { { "name", "stringval9" } }) ~
|
||||
@Html.Partial("./Partial/Date", string.IsNullOrEmpty(Model.stringval10) ? (DateTime?)null : Convert.ToDateTime(Model.stringval10), new ViewDataDictionary { { "name", "stringval10" } })
|
||||
</div>
|
||||
</td>
|
||||
|
|
@ -93,7 +92,6 @@
|
|||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
}
|
||||
</table>
|
||||
</div>
|
||||
|
||||
|
|
@ -106,7 +104,7 @@
|
|||
</div>
|
||||
<section class="panel panel-default">
|
||||
<div class="table-responsive" id="excel1">
|
||||
<table class="table table-striped b-t b-light">
|
||||
<table class="table table-striped b-t b-light" style="width:5000px">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>과정분류</th>
|
||||
|
|
@ -146,7 +144,6 @@
|
|||
</tr>
|
||||
</thead>
|
||||
<tbody class="data" id="tbody1">
|
||||
|
||||
@foreach (var item in Model.DocumentList)
|
||||
{
|
||||
<tr>
|
||||
|
|
|
|||
Loading…
Reference in New Issue