최초등록

This commit is contained in:
sp1000je
2026-02-23 10:01:00 +09:00
commit 7bc9767bf4
3120 changed files with 198447 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, address, big, cite, code,
del, dfn, em, font, img, ins, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
{margin:0; padding:0; border:0;}
body,table,td,div {font-size: 12px; font-family: Dotum, sans-serif; color: #000000;}
div,td {vertical-align:top;}
td {line-height:16px;}
a, a:link {color: #575757; text-decoration: none; cursor: pointer; }
a:visited {color: #575757;}
a:hover, a:active, a:focus {color: #575757; text-decoration: underline;}
+31
View File
@@ -0,0 +1,31 @@
<!-- #include virtual="/manager/common/file/other_top.asp" -->
<!-- 권한 체크 -->
<!-- # include file="config.asp" -->
<!-- 내용영역 -->
<div id="contents">
<div id="contents_head">
<div id="contents_title">
<img src="/manager/img/tit_ic06.gif" width="22" height="21" class="<%=skin%> center" alt="" /><h1><span>뉴스레터 관리</span></h1>
</div>
<div id="location">
<a href="/manager/" tabindex="<%=getTabIndex()%>">Home</a> &gt; <a href="/manager/content/04camp_list/list.asp/" tabindex="<%=getTabIndex()%>">부가기능</a> &gt; <a href="list.asp" tabindex="<%=getTabIndex()%>">뉴스레터 관리</a> &gt; <a href="list.asp" class="now" tabindex="<%=getTabIndex()%>">뉴스레터 관리</a>
</div>
</div>
<!-- 내용들어가는곳 -->
<div id="contents_area">
<h2 class="space"></h2>
<iframe id="mainFrame" src="/content/newsletter/list.asp" frameborder="0" scrolling="no" width="100%" height="500" title="뉴스레터 관리" ></iframe>
</div>
<!-- 내용들어가는곳 -->
</div>
<!-- //내용영역 -->
<!--#include virtual="/manager/common/file/sub_bottom.asp"-->