This commit is contained in:
parent
0a2e6c0d96
commit
c28fb0e752
|
|
@ -87,18 +87,18 @@
|
|||
@if (Model.CM.cshape == 0)
|
||||
{
|
||||
<input type="radio" name="isonline" id="rdoOnline" value="1" checked><label for="rdoOnline">온라인</label>
|
||||
<input type="radio" name="isonline" id="rdoOffline" value="2" disabled><label for="rdoOffline">오프라인</label>
|
||||
<input type="radio" name="isonline" id="rdoOffline" value="0" disabled><label for="rdoOffline">오프라인</label>
|
||||
}
|
||||
@if (Model.CM.cshape == 1)
|
||||
{
|
||||
<input type="radio" name="isonline" id="rdoOnline" value="1" disabled><label for="rdoOnline">온라인</label>
|
||||
<input type="radio" name="isonline" id="rdoOffline" value="2" checked><label for="rdoOffline">오프라인</label>
|
||||
<input type="radio" name="isonline" id="rdoOffline" value="0" checked><label for="rdoOffline">오프라인</label>
|
||||
}
|
||||
|
||||
@if (Model.CM.cshape == 2)
|
||||
{
|
||||
<input type="radio" name="isonline" id="rdoOnline" value="1" checked><label for="rdoOnline">온라인</label>
|
||||
<input type="radio" name="isonline" id="rdoOffline" value="2" disabled><label for="rdoOffline">오프라인</label>
|
||||
<input type="radio" name="isonline" id="rdoOffline" value="0" disabled><label for="rdoOffline">오프라인</label>
|
||||
}
|
||||
@*@Html.Partial("./Partial/Radio", null, new ViewDataDictionary() { { "valuetext", "1:온라인;0:오프라인" }, { "checked", 1 }, { "name", "isonline" } })*@
|
||||
</td>
|
||||
|
|
@ -142,7 +142,7 @@
|
|||
<a href="#" class="btn btn-info btn-xxs withhidedelitem" style="margin-top: -20px; display: none;" id="btnpreview" onclick="viewcontent(0)">[미리보기]</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="tronline">
|
||||
<tr style="display:none;">
|
||||
<th>맛보기</th>
|
||||
<td>@Html.Partial("./Partial/Radio", null, new ViewDataDictionary() { { "valuetext", "1:예;0:아니오" }, { "checked", 0 }, { "name", "istaste" } })</td>
|
||||
</tr>
|
||||
|
|
|
|||
|
|
@ -54,8 +54,8 @@
|
|||
<!--<add key="talk" value="https://alimtalk-api.bizmsg.kr/v2/sender/send,?,?,?,?,?,023103312" />-->
|
||||
|
||||
<!--<add key="configpath" value="Product" />-->
|
||||
<add key="configpath" value="ProductDev" />
|
||||
<!--<add key="configpath" value="Staging" />-->
|
||||
<!--<add key="configpath" value="ProductDev" />-->
|
||||
<add key="configpath" value="Staging" />
|
||||
|
||||
|
||||
<add key="lgdacomConfigPath" value="D:\3rdparti\lgdacomyicte" />
|
||||
|
|
|
|||
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -40,8 +40,8 @@
|
|||
<add key="ssonoauth" value="Y" />
|
||||
<add key="daokey" value="ynictelms2020" />
|
||||
<!--<add key="configpath" value="Product" />-->
|
||||
<add key="configpath" value="ProductDev" />
|
||||
<!--<add key="configpath" value="Staging" />-->
|
||||
<!--<add key="configpath" value="ProductDev" />-->
|
||||
<add key="configpath" value="Staging" />
|
||||
<add key="thumbnailexe" value="D:\\dev_tool\\ffmpeg.exe" />
|
||||
|
||||
<!--개발자pc결제테스트를 위한 서브도메인 무효화 변수-->
|
||||
|
|
|
|||
Loading…
Reference in New Issue