<!-- 리스트 소개 -->
<style>
table.type03 {
border-collapse: collapse;
text-align: left;
line-height: 1.5;
border-top: 1px solid #ccc;
border-left: 3px solid #369;
margin : 20px 10px;
}
table.type03 th {
width: 147px;
padding: 10px;
font-weight: bold;
vertical-align: top;
color: #153d73;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}
table.type03 td {
width: 349px;
padding: 10px;
vertical-align: top;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}
</style>
<table class="type03">
<tr>
<th scope="row"> </th>
<td><input type="text" name="wr_1" value="<?php echo $write['wr_1']?>"></td>
</tr>
<tr>
<th scope="row">작품년도 선택하세요</th>
<td>
<input type="radio" name="wr_4" value="자막지원">자막있음
<input type="radio" name="wr_7" value="자막파일">자막파일
<input type="radio" name="wr_5" value="자체자막">자체자막
<input type="radio" name="wr_6" value="자막없음">자막없음
</tr>
<tr>
<th scope="row"> </th>
<td><input type="text" name="wr_2" value="<?php echo $write['wr_2']?>"></td>
</tr>
<tr>
<th scope="row"> </th>
<td><input type="text" name="wr_3" value="<?php echo $write['wr_3']?>"></td>
</tr>
</table>
<!-- 여기까지 -->
내 블로그 - 관리자 홈 전환 |
Q
Q
|
---|---|
새 글 쓰기 |
W
W
|
글 수정 (권한 있는 경우) |
E
E
|
---|---|
댓글 영역으로 이동 |
C
C
|
이 페이지의 URL 복사 |
S
S
|
---|---|
맨 위로 이동 |
T
T
|
티스토리 홈 이동 |
H
H
|
단축키 안내 |
Shift + /
⇧ + /
|
* 단축키는 한글/영문 대소문자로 이용 가능하며, 티스토리 기본 도메인에서만 동작합니다.