묻고답하기

랄라.JPG


이 위치에 


<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>

<!-- 왼쪽스카이스크래퍼 -->

<ins class="adsbygoogle"

     style="display:inline-block;width:120px;height:600px"

     data-ad-client="ca-pub-*******"

     data-ad-slot="******"></ins>

<script>

(adsbygoogle = window.adsbygoogle || []).push({});

</script>





이 코드를 삽입할려하고 있구요


게시판 view_document.html 의 코드는 






<style>.display-toggle{display:none}</style>

<div class="boardRead">


<div class="boardReadHeader">

<div class="titleArea">

<h3 class="title"><a href="{$oDocument->getPermanentUrl()}">{$oDocument->getTitle()}</a></h3>

<a href="{getUrl('category',$oDocument->get('category_srl'), 'document_srl', '')}" class="category">{$category_list[$oDocument->get('category_srl')]->title}</a>

<span class="sum">

<span class="read">{$lang->readed_count} <span class="num">{$oDocument->get('readed_count')}</span></span>

<span class="vote">{$lang->voted_count} <span class="num">{$oDocument->get('voted_count')}</span></span>

<span class="date">{$oDocument->getRegdate('Y.m.d')} {$oDocument->getRegdate('H:i:s')}</span>

</span>

</div>


<div class="authorArea">

<!--@if($module_info->display_author!='N')-->

<!--@if(!$oDocument->getMemberSrl())-->

<!--@if($oDocument->isExistsHomepage())-->

<a href="{$oDocument->getHomepageUrl()}" onclick="window.open(this.href);return false;" class="author">{$oDocument->getNickName()}</a>

<!--@else-->

{$oDocument->getNickName()}

<!--@end-->

<!--@else-->

<a href="#popup_menu_area" class="member_{$oDocument->get('member_srl')} author" onclick="return false">{$oDocument->getNickName()}</a>

<!--@end-->

<!--@end-->

<span class="ipAddress"><!--@if($grant->manager || $module_info->display_ip_address!='N')-->{$oDocument->getIpaddress()}<!--@end--></span>

<a href="{$oDocument->getPermanentUrl()}" class="permaLink">{$oDocument->getPermanentUrl()}</a>

</div> <br> <br>

</div>


<!--@if($oDocument->isExtraVarsExists() && (!$oDocument->isSecret() || $oDocument->isGranted()) )-->

    <table border="1" cellspacing="0" summary="Extra Form" class="extraVarsList">

    <!--@foreach($oDocument->getExtraVars() as $key => $val)-->

    <tr>

        <th>{$val->name} :</th>

        <td>{$val->getValueHTML()} </td>

    </tr>

    <!--@end-->

</table>

<!--@end-->


<div class="boardReadBody">

<!--@if($oDocument->isSecret() && !$oDocument->isGranted())-->

<form action="./" method="get" onsubmit="return procFilter(this, input_password)" class="secretMessage">

<input type="hidden" name="mid" value="{$mid}" />

<input type="hidden" name="page" value="{$page}" />

<input type="hidden" name="document_srl" value="{$oDocument->document_srl}" />


<p>"{$lang->msg_is_secret}"</p>

<dl>

<dt><label for="cpw">{$lang->password}</label> :</dt>

<dd><input type="password" name="password" id="cpw" class="inputText" /><span class="buttonOfficial"><input type="submit" value="{$lang->cmd_input}" /></span></dd>

</dl>


</form>

<!--@else-->

{$oDocument->getContent()}

<!--@end-->


</div>


<div class="boardReadFooter">

        <!--@if($module_info->display_sign != 'N' && ($oDocument->getProfileImage() || $oDocument->getSignature()))-->

<div class="memberSignature">

<!--@if($oDocument->getProfileImage())-->

<img src="{$oDocument->getProfileImage()}" alt="profile" class="profile" align="left" />

<!--@end-->

<!--@if($oDocument->getSignature())-->

{$oDocument->getSignature()}

<!--@end-->

</div>

<!--@end-->

{@ $tag_list = $oDocument->get('tag_list') }

<!--@if(count($tag_list))-->

<dl class="tag">

<dt><img src="./img/common/iconTag.gif" width="27" height="11" alt="{$lang->tag}" /></dt>

<!--@for($i=0;$i<count($tag_list);$i++)-->

{@ $tag = $tag_list[$i]; }

<dd><a href="{getUrl('search_target','tag','search_keyword',$tag,'document_srl','')}" rel="tag">{htmlspecialchars($tag)}</a></dd>

<!--@end-->

</dl>

<!--@end-->

<!--@if($oDocument->hasUploadedFiles())-->

        <dl class="attachedFile">

            <dt><img src="./img/common/iconFiles.gif" width="27" height="11" alt="{$lang->uploaded_file}" /> <button type="button" class="fileToggle" onclick="jQuery(this).parents('dl.attachedFile').toggleClass('open');return false;">{$lang->uploaded_file} ({$oDocument->get('uploaded_count')})</button></dt>

            <dd>

                <ul class="files">

                    {@ $uploaded_list = $oDocument->getUploadedFiles() }

                    <!--@foreach($uploaded_list as $key => $file)-->

                    <li><a href="{getUrl('')}{$file->download_url}">{$file->source_filename} <span class="bubble">[File Size:{FileHandler::filesize($file->file_size)}/Download:{number_format($file->download_count)}]</span></a></li>

                    <!--@end-->

                </ul>

            </dd>

        </dl>

<!--@end-->

        

        <!--@if(!$oDocument->getTrackbackCount())-->

<dl class="trackbackURL">

</dl>

        <!--@end-->

</div>


    <div class="boardNavigation">

<!--@if($module_info->default_style != 'blog')-->

        <div class="buttonLeft">

<a href="{getUrl('document_srl','')}" class="buttonOfficial"><span class="calendar"></span><span>{$lang->cmd_list}</span></a>

</div>

        <!--@end-->

        <!--@if($oDocument->isEditable())-->

<div class="buttonRight">

<a href="{getUrl('act','dispBoardWrite','document_srl',$oDocument->document_srl,'comment_srl','')}" class="buttonOfficial"><span>{$lang->cmd_modify}</span></a>

<a href="{getUrl('act','dispBoardDelete','document_srl',$oDocument->document_srl,'comment_srl','')}" class="buttonOfficial"><span class="delete"></span><span>{$lang->cmd_delete}</span></a>

</div>

        <!--@end-->

    </div>

<center>

<<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>

<!-- 반응형 광고 -->

<ins class="adsbygoogle"

     style="display:block"

     data-ad-client="ca-pub-******"

     data-ad-slot="********"

     data-ad-format="auto"></ins>

<script>

(adsbygoogle = window.adsbygoogle || []).push({});

</script>

<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>

<!-- 모바일 상단 -->

<ins class="adsbygoogle"

     style="display:inline-block;width:320px;height:50px"

     data-ad-client="ca-pub-********"

     data-ad-slot="*********4"></ins>

<script>

(adsbygoogle = window.adsbygoogle || []).push({});

</script>

</center>

</div>


<!--@if($oDocument->allowTrackback())-->

    <!--#include("./trackback.html")-->

<!--@end-->

<!--@if($oDocument->allowComment())-->

    <a name="comment"></a>

    <!--#include("./comment.html")-->

<div id="Editor_dummy">

<!--

<div id="deleteEditor">

<form action="./" method="post" onsubmit="jQuery(this).find('input').each(function(){if(this.title==this.value)this.value='';});return procFilter(this, insert_comment)" class="boardEditor" >

        <input type="hidden" name="mid" value="{$mid}" />

        <input type="hidden" name="document_srl" value="{$oDocument->document_srl}" />

        <input type="hidden" name="comment_srl" value="" />

        <input type="hidden" name="content" value="" />

<input type="hidden" name="parent_srl" value="" />

            <div class="boardWrite commentEditor">

                <div class="editor">{$oDocument->getCommentEditor()}</div>


                <div class="editorOption">

                <!--@if(!$is_logged)-->

                   <input type="text" name="nick_name" class="inputText userName" value="{$lang->writer}"  title="{$lang->writer}" onfocus="if(this.value==this.title)this.value='';return false;" />

                   <input type="password" name="password" class="inputText userPw" value="{$lang->password}" title="{$lang->password}" onfocus="if(this.value==this.title)this.value='';return false;" />

                   <input type="text" name="email_address" class="inputText emailAddress" value="{$lang->email_address}" title="{$lang->email_address}" onfocus="if(this.value==this.title)this.value='';return false;" />

                   <input type="text" name="homepage" class="inputText homePage" value="{$lang->homepage}" title="{$lang->homepage}" onfocus="if(this.value==this.title)this.value='';return false;" />

                <!--@end-->


                </div>

        

                <div class="boardNavigation">

                    <span class="buttonOfficial"><span class="check"></span><input type="submit" value="{$lang->cmd_comment_registration}" accesskey="s" /></span>

                </div>


            </div>


        </form>

</div>

-->

</div>

    <!--@if($grant->write_comment && $oDocument->isEnableComment() )-->

        <form action="./" method="post" onsubmit="jQuery(this).find('input').each(function(){if(this.title==this.value)this.value='';});return procFilter(this, insert_comment)" class="boardEditor" >

        <input type="hidden" name="mid" value="{$mid}" />

        <input type="hidden" name="document_srl" value="{$oDocument->document_srl}" />

        <input type="hidden" name="comment_srl" value="" />

        <input type="hidden" name="content" value="" />

            <div class="boardWrite commentEditor">

                <div class="editor">{$oDocument->getCommentEditor()}</div>


                <div class="editorOption">

                <!--@if(!$is_logged)-->

                   <input type="text" name="nick_name" class="inputText userName" value="{$lang->writer}"  title="{$lang->writer}" onfocus="if(this.value==this.title)this.value='';return false;" />

                   <input type="password" name="password" class="inputText userPw" value="{$lang->password}" title="{$lang->password}" onfocus="if(this.value==this.title)this.value='';return false;" />

                   <input type="text" name="email_address" class="inputText emailAddress" value="{$lang->email_address}" title="{$lang->email_address}" onfocus="if(this.value==this.title)this.value='';return false;" />

                   <input type="text" name="homepage" class="inputText homePage" value="{$lang->homepage}" title="{$lang->homepage}" onfocus="if(this.value==this.title)this.value='';return false;" />

                <!--@end-->


                </div>

        

                <div class="boardNavigation">

                    <span class="buttonOfficial"><span class="check"></span><input type="submit" value="{$lang->cmd_comment_registration}" accesskey="s" /></span>

                </div>


            </div>


        </form>

    <!--@end-->

<!--@end-->

<script>

function getRecomment(a){var c=jQuery("#Editor_dummy").html().replace("<!--","").replace("-->","");var b=jQuery("#getEditor_"+a);var d=jQuery("#deleteEditor");d.remove();b.html(c);b.toggleClass("display-toggle");b.find("input[name=parent_srl]").val(a);b.find("textarea").focus();return;}

</script>







입니다. 


어디에 끼워 넣어야 하는건가요? 자꾸 이리저리 옳겨보다 광고 다 짤렸네요 ㅠㅠ

글쓴이 제목 최종 글
XE 공지 글 쓰기,삭제 운영방식 변경 공지 [16] 2019.03.05 by 남기남
휘빈a 홈페이지에다가 광고를 달으려고하는대요 [2] file 2014.04.11 by 휘빈a
휘빈a 질문좀할께요 모바일 화면에서 file  
BESETO 첨부파일 박스가 내려가있어요! [6] file 2014.04.11 by 닉이
어라얼랑 게시판 목록에 특정 문구만 클릭 해도 비추천수 증가 문의 드립니다  
designslam 동시접속 애드원에 관해서 질문드립니다!  
오뎅궁물 관리자 페이지에서 에디터 고급 -> 에이디터를 선택하면 [1] 2014.04.11 by 오뎅궁물
designslam 리퍼러 질문있습니다! file  
큰성565 추천?하는 사람에게만 확장변수 보이게 하기(스케치북스킨에서..)  
현이s 고수님들 질문있습니다.ㅠㅠ [1] 2014.04.11 by BJ람보
루팡쿠팡 F5, ctrl + F5, ctrl + r 새로고침 막는 방법 좀 알려주세요!  
석전리바이브 다른게시판에선 첨부파일을 첨부할수있는데 [1] 2014.04.11 by KrteamENT
둥가365 게시판에 작성된 글이 일정 수량이 되면 글작성이 닫히는 방법이 없을까요? [1] 2014.04.11 by 바가G
溺內 특정 회원만 특정 게시판에 글쓰기 권한을 주는 방법 없을까요? [2] 2014.04.10 by 溺內
jeni660 제이쿼리 갤러리 질문 [1] 2014.04.10 by 숭숭군
부산롯데 커뮤니티 사이트 운영중인데 괜찮은 레이아웃 추천 좀 부탁드립니다,. [1] 2014.04.10 by 충쌤
KrteamENT jwplayer 다중 플레이 방법  
KrteamENT 포인트 랭킹 및 포인트 모듈 에러  
KrteamENT IE조건부 코딩 사용방법 변경? [6] 2014.04.10 by ForHanbi
1Bit xe홈페이지에 알수없는 글이 올라와요 [5] 2014.04.10 by 1Bit
1Bit dothome.co.kr 주소를 없애는 방법? [4] 2014.04.10 by teguh100
그레용팝 검색결과 [4] 2014.04.10 by teguh100
XE초보자입니다 배경 2개? 넣는 방법이 있나요 ㅜㅜ? [2] file 2014.04.10 by teguh100
제이니스 주소 출력부분 폰트사이즈 수정하고 싶은데요~~~  
imagineshop 게시글 메일로 받기 질문 할게요.  
얼라리여 xe에 sitemap.xml 생성해 보신분 계신가요? [1] 2014.04.10 by 어라얼랑
ForcePlane 게시판 들어가면 자동으로 첫번째글이 뜨게 하려고 합니다! [2] 2014.04.10 by ForcePlane
어라얼랑 조회수 추출 문의 드립니다  
nado0124 모바일 레이아웃에서 문자 메세지 보내기 링크는 어떻게 되나요?  
콩까기 프록시아이피 차단할수없나요? [1] 2014.04.10 by 닉이
하늘가득히 통합검색 확장모듈 사용시 비공개 게시판 글포함 검색문제... [3] 2014.04.10 by 하늘가득히