묻고답하기

랄라.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 남기남
shugy xe 검색질문 [1] 2014.04.14 by GG
1Bit 호스팅어에 XE업로드 속도 원래 느린가요??? [12] 2014.04.14 by 키스투엑스이
워킹맨 애드센스 달고 싶은데요 이것처럼 달려면 어디를 고쳐야 하죠? [3] file 2014.04.14 by GG
몽실아빠 특정그룹에게 질문하기 버튼 노출 안하기 ? [4] 2014.04.14 by 몽실아빠
레망 카르마님의 '이미지프로세서' [5] 2014.04.14 by 레망
TexTer 간단한 질문입니다 [9] 2014.06.15 by TexTer
글쎄나는 number_format적용한 확장변수의 버그일까요? [3] 2014.04.14 by sejin7940
AcRite 출석부 데이터가 갑자기 깨지는 이유... ㅜ [3] file 2014.04.14 by BJ람보
별을사랑했네 코어에 기본 탑재되어있는 레이아웃 메뉴펼침이 안됩니다. [2] 2014.04.13 by 별을사랑했네
키스투엑스이 게시물 비밀번호 관련 질문드립니다^^; [2] 2014.04.13 by 키스투엑스이
키스미베이베 확장변수 on/off 이런것도 가능할까요??? [1] 2014.04.13 by LI-NA
둥가365 게시판에 설정한 갯수의 글이 등록되었을 때, 자동으로 아무도 글등록을 할 수 없는 게시판 [1] 2014.04.13 by LI-NA
술낚시 특정확장변수 관리자만 볼수 있게 하는 [1] 2014.04.13 by 銀童
곰탕lol왕자 imgur api? 가 뭔가요? [6] 2014.04.13 by 곰탕lol왕자
xe처음처럼 게시글에 버튼 추가 하기 알려 주세요 [6] file 2014.04.13 by xe처음처럼
용초딩 스케치북 방명록 내용값 입력 하라는거  
greengables 회원들이 embed 태그 사용할 수 있게 할 때요 [1] 2014.04.13 by W.O
정도길 '서버에 요청중입니다' 글 등록시나 무엇을 작성했을때 나오는 [1] 2014.04.13 by 브레인630
우끼우끼 XE의 추천/비추천 기능을 활용해서 네이버 뉴스의 댓글의 이모티콘 투표처럼 구성할수있을까요? [6] file 2014.04.13 by 키스투엑스이
zartin 어는게 맞는건가요? [2] file 2014.04.13 by 퍼니엑스이
아기나옹이 이상한 네모가 생겨요 지우고 싶습니다. [3] file 2014.04.13 by 아기나옹이
우끼우끼 XE에서 네이버나 카카오톡 계정으로 회원가입/로그인 가능한가요? [3] 2014.04.13 by 시니시즘
콩까기 기본컨텐츠위젯에서 게시글간격조절 + 갤러리형에서 이미지없을때 [8] file 2014.04.13 by 콩까기
애니즌 애드온 info.xml에서 파일업로드를 지원하나요.? [3] 2014.04.13 by 키스투엑스이
딩딩2 회원가입폼 크기 설정 도와주세요ㅠㅠ [2] 2014.04.13 by 딩딩2
딩딩2 스케치북5 댓글 오류 질문드려요! [3] file 2014.04.12 by 키스투엑스이
nyoin 게시판 목록'요약' 추가시, 언어설정코드가 제목에 같이 노출됩니다. ㅠㅠ [8] file 2014.04.12 by 바가G
글쎄나는 위젯에서 수정으로 바로가는 링크 좀 부탁드립니다. [8] 2014.04.12 by 글쎄나는
애니즌 애드온 $output 관련 질문 [13] 2014.04.12 by 애니즌
김너무씨 닉네임 중복시 "이미 중복된 닉네임입니다" [1] 2014.04.12 by 바가G