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