최초등록
This commit is contained in:
@@ -0,0 +1,47 @@
|
||||
<!--#include virtual="/manager/common/file/member_top.asp"-->
|
||||
<!--#include file="config.asp"-->
|
||||
<script type="text/javascript" src="/common/js/03member_buseo.js"></script>
|
||||
|
||||
|
||||
|
||||
<!-- 내용영역 -->
|
||||
<div id="contents">
|
||||
|
||||
<div id="contents_head">
|
||||
<div id="contents_title">
|
||||
<img src="/manager/img/tit_ic03.gif" width="22" height="21" class="<%=skin%> center" alt="" /> <h1><span>부서관리</span></h1>
|
||||
</div>
|
||||
<div id="location">
|
||||
<a href="/manager/" tabindex="<%=getTabIndex()%>">Home</a> > <a href="/manager/content/03member/list.asp" tabindex="<%=getTabIndex()%>">회원관리</a> > <a href="list.asp" class="now" tabindex="<%=getTabIndex()%>">부서관리</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- 내용들어가는곳 -->
|
||||
<div id="contents_area">
|
||||
<h2 class="<%=skin%>">하위 부서 생성 또는 순서를 변경합니다.</h2>
|
||||
|
||||
<table width="100%">
|
||||
<col width="260px" /><col />
|
||||
<tr>
|
||||
<td>
|
||||
<iframe id="tree" name="tree" src="./tree.asp" width="100%" height="400"></iframe>
|
||||
</td>
|
||||
<td>
|
||||
<iframe id="buseo_list" name="buseo_list" src="./buseo_list.asp" width="100%" height="400" scrolling="yes"></iframe>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
<!-- 내용들어가는곳 -->
|
||||
|
||||
</div>
|
||||
<!-- //내용영역 -->
|
||||
|
||||
|
||||
<!--#include virtual="/manager/common/file/sub_bottom.asp"-->
|
||||
Reference in New Issue
Block a user