Update activitypub_form.php
This commit is contained in:
parent
c18c228fa5
commit
4b0a364835
|
@ -13,9 +13,9 @@ add_javascript(G5_POSTCODE_JS, 0); //다음 주소 js
|
||||||
|
|
||||||
<form name="factivity" id="factivity" action="./activitypub_form_update.php" method="post" enctype="multipart/form-data">
|
<form name="factivity" id="factivity" action="./activitypub_form_update.php" method="post" enctype="multipart/form-data">
|
||||||
<div>
|
<div>
|
||||||
<input type="hidden" name="token" value="">
|
<input type="hidden" name="token" value="">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="tbl_frm01 tbl_wrap">
|
<div class="tbl_frm01 tbl_wrap">
|
||||||
<table>
|
<table>
|
||||||
<caption><?php echo $g5['title']; ?></caption>
|
<caption><?php echo $g5['title']; ?></caption>
|
||||||
|
@ -30,22 +30,22 @@ add_javascript(G5_POSTCODE_JS, 0); //다음 주소 js
|
||||||
<input type="text" id="object_id" name="object_id" value="" class="frm_input" size="45">
|
<input type="text" id="object_id" name="object_id" value="" class="frm_input" size="45">
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row"><label for="to">전송할 위치</label></th>
|
<th scope="row"><label for="to">전송할 위치</label></th>
|
||||||
<td>
|
<td>
|
||||||
<input type="text" id="to" name="to" value="" class="frm_input" size="45"> (쉼표로 구분)
|
<input type="text" id="to" name="to" value="" class="frm_input" size="45"> (쉼표로 구분)
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row"><label for="content">내용</label></th>
|
<th scope="row"><label for="content">내용</label></th>
|
||||||
<td>
|
<td>
|
||||||
<textarea id="content" name="content" rows="20"></textarea>
|
<textarea id="content" name="content" rows="20"></textarea>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="btn_fixed_top">
|
<div class="btn_fixed_top">
|
||||||
<input type="submit" name="act_button" value="전송" onclick="document.pressed=this.value" class="btn btn_01">
|
<input type="submit" name="act_button" value="전송" onclick="document.pressed=this.value" class="btn btn_01">
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user