묻고답하기

랄라.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 남기남
생컨 게시글/댓글 창에 이메일 /홈페이지 창 없에기 질문드려요 [11] file 2014.04.07 by LI-NA
avril0406 페이지 네비게이션 에러  
정음이 content 위젯 내용에서 html 사용 하려면 [1] 2014.04.07 by 컴박살
오락실주인 멜론 같은 음악사이트는 ? [4] 2014.04.07 by 오락실주인
달리다굼 기본 url 과 도메인연결, 설정문제로 인하여 사이트가 불안정합니다. [1] 2014.04.07 by Luatic™
몽실아빠 파일첨부가 undefined라고 뜨면서 되지 않는 건 어떤 경우인가요 ? [6] 2014.04.07 by jambox
arm 게시판의 파일을 다운로드 누르면 요청할수없다고 뜨네요 [3] 2014.04.07 by arm
용초딩 네이버메일만 회원가입 인증메일이 안오는데 [4] 2014.04.07 by 키스투엑스이
Wnepddkqjelqjel 게시판 목록에 트위터 보내기 추가 방법 좀 알려주세요`~ [4] 2014.04.07 by Wnepddkqjelqjel
도메인8295 (2차 질문)캐쉬 모듈과 아이콘샵 모듈 연동하고 싶습니다.  
생컨 반응형 에드센스 사용중인데 모바일에선 크기가 맞춰지질 않습니다. [4] file 2014.04.07 by 생컨
hotzzl 이 스케쥴 게시판.. [2] file 2014.04.07 by 레망
난나야9 문서 이미지 다른 이름으로 저장 막으려면? 부탁드립니다 [3] 2014.04.07 by 투씨
Elysia-* 홈페이지접속이 되는컴이 있고 안되는컴이 있습니다. [5] 2014.04.08 by 로이조52
곰탕lol왕자 포탈 검색시 앞에 1차 제목이 안뜨게 할려면  
XEHK 쇼하이드레이어/div를 쓰면 상단 여백이 레이어 하나당 한 줄(?)씩 생깁니다 file  
유샤인 새버젼(1.7.4.1)에서 xpresseditor wysiwyg 이 왜 이런 식으러 뜰가요? [2] file 2014.04.08 by 유샤인
cnc미라클 설치 가 안되요ㅠㅠㅠ [3] 2014.04.08 by 핸들이막뽑혀
루팡쿠팡 (회원정보변경) 이메일 변경 금지.. 방법을 알고싶습니다.  
생컨 애드센스 삽입 코드 하나만 봐주세요 [21] file 2014.04.08 by 생컨
기메누 allowscriptaccess="never" 이게 자동으로 글에 입력되네요 해결책 좀 알려주세요  
진지한남자 xe가 설치가 안됩니다 ㅠㅠ [2] 2014.04.08 by 진지한남자
시온의영광 클릭시 새창띄울때 주소대신 iframe를 사용가능한가요? [5] 2014.04.08 by 웹빌드
도메인8295 (3차 질문)캐쉬 모듈과 아이콘샵 모듈 연동하고 싶습니다. [3] 2014.04.08 by 도메인8295
오락실주인 인기문서출력 위젯 있나요 ? [2] 2014.04.08 by 오락실주인
Brav0 메뉴제작 문의드립니다. [4] file 2014.04.08 by 핸들이막뽑혀
씨디맨 게시판의 스킨 질문 [2] 2014.04.08 by 씨디맨
제민이 smtp로 인증메일보낼때.. [5] 2014.04.08 by 제민이
콩까기 미디어출력위젯에서 링크파일,확장변수부분을 읽어오는데 html부분도 읽어오게 하고싶습니다 file  
제이니스 문서페이지 파일은 어디있나요? [3] 2014.04.08 by 키스투엑스이