묻고답하기

랄라.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 남기남
BonaSera 신디케이션 사이트명 (제목)을 바꾸려면 어떻게 해야되나요?  
박경서726 검색시 통합검색 탭, 상품검색 탭(삭제x) -> 게시물 탭으로 변경 하는법 [1] file 2014.04.21 by 박경서726
Bokmani 분류를 삭제하거나 변경 법을 알려 주십시오! [3] 2014.04.21 by 애니즌
휘빈a 서버에 궁금한점 [1] 2014.04.21 by 마음의빈자리
푸웁푸2 제로보드4에서 이제서야 뒤늦게 xe를 막설치한 xe초보입니다... 도와주세요.. [2] 2014.04.21 by 푸웁푸2
함삐까 xe 공백 모듈 파일 어디서 다운할수 있죠?  
도메인8295 php를 이용하여 게임 서버와 연동하는 법 [7] 2014.04.21 by 도메인8295
도토리맘 스팸이 회원등록 막는 법 아시는분 도와주세요. [7] 2014.09.17 by Bokmani
맥플러스 회원 가입 인증 메일 사용시 화면 문제 file  
스카이미르 모바일이 지원되지 않는 모듈을 모바일에서 모바일 레이아웃에서 표현되도록 하는 방법 [2] 2014.04.21 by 스카이미르
휘빈a 게시판 용량 제한 푸는방법좀 알려주세요 [2] file 2014.04.21 by sejin7940
이광우794 게시자만 확인할 수 있는 댓글 [4] file 2023.11.17 by sejin7940
CEO송선생 php5.4 설치 서버로 XE를 옮겻는데 500에러가 나옵니다. [9] 2014.04.21 by CEO송선생
휘빈a 사이트는 구글 검색등록 어떻게하나요? [1] 2014.04.20 by KrteamENT
머리어깨 jwplayer 반응형 질문 [7] 2014.04.20 by foret
아기나옹이 소스 하나 짜주세요 ^^ [2] file 2014.04.20 by 아기나옹이
초코파이 브라우져 제목 고정하기 [1] 2014.04.20 by 바가G
제로이드 게시판 상단부분 여백 조정 문의 [2] file 2014.04.20 by 제로이드
하하하3453 홈페이지가 안떠요 ㅜㅜ [1] file 2014.04.20 by Podongi
CEO송선생 php5.4 설치 서버로 XE를 옮긴이후  
구현삼 게시판 목록(카테고리)에 사용되는 갯수(목록)는 최대 제한이 없나요?  
BESETO 확장변수도 전체검색을 할 수 있을까요? [1] file 2014.04.20 by KrteamENT
xe_마니 게시판 상단 버튼 삭제 [2] file 2014.04.20 by xe_마니
딩딩2 관리자 페이지에서 회원목록 출력에 관한 질문이요! [1] 2014.04.20 by sejin7940
조철환 기존 도메인 사용 안할때 url주소 축소된 링크 수정  
aer0 관리자 회원정보 수정이 안됩니다. [4] file 2014.04.20 by aer0
monet 스팸글 [1] file 2014.04.20 by 퍼니엑스이
웹배우러왔습니다 DB정보입력 문의요! [1] 2014.04.20 by 퍼니엑스이
blo 소시랑 한줄메모 "댓글" 글자수 제한 없애는 법이요....ㅠㅠ [2] 2014.04.20 by 카이네드
호두와후드사이 비회원추천 설정하고 추천버튼 클릭시 아무런 내용이없는 msgbox가 뜨고 추천도 안됩니다. file