11 lines
532 B
PHP
11 lines
532 B
PHP
<div id="admin_userlist">
|
|
<div class="bg2 section_title with_border">회 원 관 리</div>
|
|
<div class="center_ordered_items with_border bg0">
|
|
<a href="admin_userlist.php"><button type="button" class="with_skin">회원 관리</button></a>
|
|
</div>
|
|
<div class="center_ordered_items with_border bg0">
|
|
<textarea cols="80" rows="3" id="notice_edit" name="notice"><?=$notice?></textarea>
|
|
<button type="button" id="notice_change_btn" class="with_skin">공지 변경</button>
|
|
</div>
|
|
</div>
|