2. 신청서 작성 - 텍스트 추가

This commit is contained in:
lch 2021-04-29 06:59:46 +00:00
parent daab7b4aeb
commit 21907bb7af
1 changed files with 3 additions and 0 deletions

View File

@ -59,6 +59,9 @@ else
<input type="hidden" name="intval" id="intval" value="0" /> <input type="hidden" name="intval" id="intval" value="0" />
<div class="joinForm"> <div class="joinForm">
<ul> <ul>
<li>
<p class="subDsc">※아래 기재사항은 필수 입니다 빈칸 없이 기재해주세요.</p>
</li>
<li><input type="text" id="username" name="username" placeholder="이름" value="@(Model.User.username)" @(!string.IsNullOrEmpty(Model.User.username) ? Html.Raw("readonly=\"\" style=\"background-color:#ddd;\"") : Html.Raw(""))></li> <li><input type="text" id="username" name="username" placeholder="이름" value="@(Model.User.username)" @(!string.IsNullOrEmpty(Model.User.username) ? Html.Raw("readonly=\"\" style=\"background-color:#ddd;\"") : Html.Raw(""))></li>
<li><input type="text" id="email" style="ime-mode:inactive" name="email" maxlength="50" placeholder="이메일"></li> <li><input type="text" id="email" style="ime-mode:inactive" name="email" maxlength="50" placeholder="이메일"></li>
<li class="joinId"> <li class="joinId">