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