묻고답하기

랄라.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 남기남
루팡쿠팡 F5, ctrl + F5, ctrl + r 새로고침 막는 방법 좀 알려주세요! [8] 2014.04.12 by 루팡쿠팡
minimoog 게시판 기능에서 진행상황을 노출하는 설정있나요? [5] 2014.04.12 by minimoog
SEAN76 코어 업데이트 후 관리자 페이지가 이상 합니다. [5] file 2014.04.11 by SEAN76
콩까기 해당모듈 슬라이더 위젯에서 외부이미지파일도 섬네일생성하게 할수있을까요? file  
마야 윈도XP에서 윈7으로 업그래이드시 RAM용량이...? [2] 2014.04.11 by prologos
키스투엑스이 api를 가지고있으면 상대적으로 개발하기 쉬울까요? [3] 2014.04.11 by 키스투엑스이
김너무씨 [탭 쪽지함 보기] 레이아웃 [3] 2014.04.11 by LI-NA
alrin 그누보드 데이터 추출 오류 [2] 2014.04.11 by alrin
1Bit xe 1.7에서 아이콘샵 만드는법 [6] 2014.04.11 by 1Bit
오락실주인 스케치북 게시판 [분류설정] [5] file 2014.04.11 by 오락실주인
TexTer 모듈 값에 따라 해당 서브메뉴 자동으로 펼치기 여쭙니다  
아찌물개 위젯스타일 설정 아이콘이 보이지 않는데요...해결방법은? [4] 2014.04.11 by 로이조52
슈퍼리치 [네이버 신디케이션] site정보, channel정보, article정보 연동규약에 맞게 모듈 설정하기 ㅠㅠ [2] 2014.04.11 by 슈퍼리치
신디223 컨텐츠위젯 위아래도 합치기안되나요? [2] file 2014.04.11 by 신디223
shugy 한글검색시 문제  
김너무씨 댓글 첨부파일 삭제 [1] 2014.04.11 by LI-NA
몽실아빠 특정그룹에게만 질문하기 버튼이 보이지 않게 처리 하고 싶습니다 [7] 2014.04.11 by 바가G
보소보소 검색창에서 영문으로는 검색이 안됩니다. [6] 2014.04.11 by 보소보소
Sydneylove 서브메뉴가... 왜... 크롬 파폭에선 안될까요 ㅠㅠ  
ForHanbi 가비아에서 xe 루트없이 설치하기... [10] 2014.04.11 by louie547
쿨키드 xe 웹표준 검사도중에 <block cond="stripos($js_file['targetie'], 'gt') === 0"><!--> [1] 2014.04.11 by DynamicLaser
도메인8295 방법이..없는건가요? 아이콘샵,캐쉬 연동.. [20] 2014.04.11 by 도메인8295
비케이1214 모바일 게시판 수정은 어떻게 하죠?? [1] 2014.04.11 by Double'U'
김선생™ 역인글 7000개 한번에 깔금하게 삭제하는 방법 있을까요? [2] 2014.04.11 by 김선생™
ygshim01 썸네일이 생성되지 않습니다. [3] 2014.04.11 by ygshim01
루팡쿠팡 스케치북 좌측 플로팅 메뉴에 사진한장 집어넣는방법? file  
애니즌 애드온 본문 내용 변경 문제.. [2] 2014.04.11 by 애니즌
이창진261 게시판 좌측 서브메뉴 만들기  
포동이 모바일 페이지에서 확대 문의드립니다. [4] 2014.04.11 by 포동이
아찌물개 1.7X에서 페이지모듈에서 새로운 페이지를 생성하는 방법은???? [2] 2014.04.11 by 아찌물개