jquery-ui 를 잘못 바라봤던 문제 수정

This commit is contained in:
iyak 2025-04-03 05:14:49 +00:00
parent c7c2c1ade2
commit 8228efc48b
5 changed files with 34 additions and 26 deletions

View File

@ -318,6 +318,13 @@
<Content Include="css\img\intranet_logo_b.png" /> <Content Include="css\img\intranet_logo_b.png" />
<Content Include="css\img\loading-sm.gif" /> <Content Include="css\img\loading-sm.gif" />
<Content Include="css\img\loading.gif" /> <Content Include="css\img\loading.gif" />
<Content Include="css\jquery-ui-1.12.1\images\ui-icons_444444_256x240.png" />
<Content Include="css\jquery-ui-1.12.1\images\ui-icons_555555_256x240.png" />
<Content Include="css\jquery-ui-1.12.1\images\ui-icons_777620_256x240.png" />
<Content Include="css\jquery-ui-1.12.1\images\ui-icons_777777_256x240.png" />
<Content Include="css\jquery-ui-1.12.1\images\ui-icons_cc0000_256x240.png" />
<Content Include="css\jquery-ui-1.12.1\images\ui-icons_ffffff_256x240.png" />
<Content Include="css\jquery-ui-1.12.1\jquery-ui.min.css" />
<Content Include="favicon.ico" /> <Content Include="favicon.ico" />
<Content Include="Img\common\gnb_close.png" /> <Content Include="Img\common\gnb_close.png" />
<Content Include="Img\common\logo2.png" /> <Content Include="Img\common\logo2.png" />
@ -469,6 +476,7 @@
<Content Include="js\Chart.bundle.js" /> <Content Include="js\Chart.bundle.js" />
<Content Include="js\datepicker\bootstrap-datepicker.js" /> <Content Include="js\datepicker\bootstrap-datepicker.js" />
<Content Include="js\datepicker\datepicker.css" /> <Content Include="js\datepicker\datepicker.css" />
<Content Include="js\jquery-ui.min.js" />
<Content Include="js\jquery.min.js" /> <Content Include="js\jquery.min.js" />
<Content Include="js\moment.js" /> <Content Include="js\moment.js" />
<Content Include="js\underscore.js" /> <Content Include="js\underscore.js" />

View File

@ -55,8 +55,8 @@
</div> </div>
<br /> <br />
</div> </div>
@section styles{ @section styles{
<link rel="stylesheet" href="//code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css"> <link href="~/css/jquery-ui-1.12.1/jquery-ui.min.css" rel="stylesheet" />
@Html.Partial("./Partial/Summernotestyle") @Html.Partial("./Partial/Summernotestyle")
<style type="text/css"> <style type="text/css">
.findbox dl {margin-bottom: 2px;} .findbox dl {margin-bottom: 2px;}
@ -68,7 +68,7 @@
</style> </style>
} }
@section scriptsHeader{ @section scriptsHeader{
<script src="~/js/jquery.min.js"></script> <script src="~/js/jquery-ui.min.js"></script>
@Html.Partial("./Partial/Summernote") @Html.Partial("./Partial/Summernote")
} }
@section scripts{ @section scripts{

View File

@ -87,7 +87,7 @@
</label> </label>
</div> </div>
@section scriptsHeader{ @section scriptsHeader{
<script src="~/js/jquery.min.js"></script> <script src="~/js/jquery-ui.min.js"></script>
} }
@section scripts{ @section scripts{
<script> <script>

View File

@ -89,20 +89,20 @@
</tr> </tr>
@if (Model.viewidx == 1) @if (Model.viewidx == 1)
{ {
<tr> <tr>
<th>교육장구분</th> <th>교육장구분</th>
<td> <td>
<div class="col-md-12"> <div class="col-md-12">
@Html.Partial("./Partial/Select", Model.ComCodes.Where(w => w.cgroup == "studyplace"), new ViewDataDictionary { { "name", "stringval8" }, { "selected", Model.stringval8 }, { "style", "width: 100%" }, { "df", ":-교육장구분" } }) @Html.Partial("./Partial/Select", Model.ComCodes.Where(w => w.cgroup == "studyplace"), new ViewDataDictionary { { "name", "stringval8" }, { "selected", Model.stringval8 }, { "style", "width: 100%" }, { "df", ":-교육장구분" } })
</div> </div>
</td> </td>
<th>@(Model.viewidxname)명</th> <th>@(Model.viewidxname)명</th>
<td> <td>
<div class="col-md-12"> <div class="col-md-12">
@Html.Partial("./Partial/Text", Model.stringval9, Helpers.DicText(new NP.Model.TextDic() { Name = "stringval9", Value = Model.stringval9, PH = Model.viewidxname + "명을 입력하세요.", CssClass = "ff" })) @Html.Partial("./Partial/Text", Model.stringval9, Helpers.DicText(new NP.Model.TextDic() { Name = "stringval9", Value = Model.stringval9, PH = Model.viewidxname + "명을 입력하세요.", CssClass = "ff" }))
</div> </div>
</td> </td>
</tr> </tr>
} }
else else
{ {
@ -152,9 +152,9 @@
<thead> <thead>
<tr> <tr>
@*@if (Model.viewidx == 0) @*@if (Model.viewidx == 0)
{ {
<th><input type="checkbox" onclick="javascript: checkall('excel1', this);" /></th> <th><input type="checkbox" onclick="javascript: checkall('excel1', this);" /></th>
}*@ }*@
<th width="20">No</th> <th width="20">No</th>
<th width="80">@(Model.viewidxname)코드</th> <th width="80">@(Model.viewidxname)코드</th>
@Html.Raw(Model.viewidxname == "강좌" ? "<th>과정코드</th>" : "") @Html.Raw(Model.viewidxname == "강좌" ? "<th>과정코드</th>" : "")
@ -177,9 +177,9 @@
{ {
<tr> <tr>
@*@if (Model.viewidx == 0) @*@if (Model.viewidx == 0)
{ {
<td><input type="checkbox" class="autocheck" value="@item.cmno" /></td> <td><input type="checkbox" class="autocheck" value="@item.cmno" /></td>
}*@ }*@
<td>@item.rnorvt</td> <td>@item.rnorvt</td>
@*<td>@Html.Raw(Model.addstringval.Contains("," + item.cmno + ",") ? "" : string.Format("<input type=\"checkbox\" class=\"autocheck\" value=\"{0}\" />", item.cmno))</td>*@ @*<td>@Html.Raw(Model.addstringval.Contains("," + item.cmno + ",") ? "" : string.Format("<input type=\"checkbox\" class=\"autocheck\" value=\"{0}\" />", item.cmno))</td>*@
<td>@item.cmno</td> <td>@item.cmno</td>
@ -272,7 +272,7 @@
</div> </div>
</div> </div>
@section scriptsHeader{ @section scriptsHeader{
<script src="~/js/jquery.min.js"></script> <script src="~/js/jquery-ui.min.js"></script>
@Html.Partial("./Partial/ScriptDate") @Html.Partial("./Partial/ScriptDate")
} }
@section scripts{ @section scripts{

View File

@ -216,7 +216,7 @@
} }
@section scriptsHeader{ @section scriptsHeader{
@Html.Partial("./Partial/FileScript") @Html.Partial("./Partial/FileScript")
<script src="~/js/jquery.min.js"></script> <script src="~/js/jquery-ui.min.js"></script>
} }
@section scripts{ @section scripts{
<script> <script>