Hammer
현재메뉴 메뉴보기
PXE 상품에 대한 기술지원 코너 총 1904 건
Go Get It!
  • 서나♡
  • 조회 수 1297
  • 댓글 수 1
  • 추천 수 0
2012.05.13 22:58:48
테스트 URL  
XE 코어 버전  
웹브라우저  
상태 문제아님 
view_documnet.html 파일 소스입니다
목록기준 제목 앞부분에 해당되는부분이 어딘지좀 알려주세요..
글 내용부분이아니라 리스트기준에서 부탁드립니다



<div class="boardRead <!--@if($listStyle=='studio')-->studio<!--@end-->">

<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>
            <!--@if($oDocument->isEditable())-->
            <a href="{getUrl('act','dispBoardWrite','document_srl',$oDocument->document_srl,'comment_srl','')}" class="category">{$lang->cmd_modify}</a>
            <a href="{getUrl('act','dispBoardDelete','document_srl',$oDocument->document_srl,'comment_srl','')}" class="category">{$lang->cmd_delete}</a>
            <!--@end-->
<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>

</div>

<!--@if($oDocument->isExtraVarsExists() && (!$oDocument->isSecret() || $oDocument->isGranted()) )-->
    <table border="1" cellspacing="0" summary="Extra Form" class="extraVarsList">
    <!--@foreach($oDocument->getExtraVars() as $key => $val)-->
    <!--@if(strip_tags($val->getValueHTML()))-->
    <tr>
        <th>{$val->name} :</th>
        <td>{$val->getValueHTML()}&nbsp;</td>
    </tr>
    <!--@end-->
    <!--@end-->
</table>
<!--@end-->

<div class="boardReadBody" <!--@if($module_info->active_optional_button == 'Y')-->style="margin-bottom:30px"<!--@end-->>
<!--@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>&quot;{$lang->msg_is_secret}&quot;</p>
<dl>
<dt><label for="cpw">{$lang->password}</label> :</dt>
<dd><input type="password" name="password" id="cpw" class="inputText" /><span class="button {$btn_class}"><input type="submit" value="{$lang->cmd_input}" /></span></dd>
</dl>

</form>
<!--@else-->
<!--@if($module_info->active_optional_button == 'Y')-->
                {$oDocument->getContent(false)}
            <!--@else-->
                {$oDocument->getContent()}
            <!--@end-->
            
<!--@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">
<dt>{$lang->trackback} : </dt>
<dd><a href="{$oDocument->getTrackbackUrl()}" onclick="return false;">{$oDocument->getTrackbackUrl()}</a></dd>
</dl>
        <!--@end-->
</div>

    <div class="boardNavigation">
        <div class="buttonLeft">
            <!--@if($module_info->default_style != 'blog')-->
<a href="{getUrl('document_srl','')}" class="button {$btn_class}"><span>{$lang->cmd_list}</span></a>
            <!--@end-->
            
            <!--@if($module_info->active_optional_button == 'Y')-->
            <a href="#" <!--@if(!$is_logged)-->onclick="javascript:alert('濡쒓렇?????댁슜?섏떎 ???덉뒿?덈떎'); return false;"<!--@else-->onclick="doCallModuleAction('document','procDocumentVoteUp','{$document_srl}'); return false;"<!--@end--> title="異붿쿇?⑸땲?? class="button {$btn_class}"><span>異붿쿇</span></a>
            
            <a href="#" <!--@if(!$is_logged)-->onclick="javascript:alert('濡쒓렇?????댁슜?섏떎 ???덉뒿?덈떎'); return false;"<!--@else-->onclick="doCallModuleAction('document','procDocumentVoteDown','{$document_srl}'); return false;"<!--@end--> title="鍮꾩텛泥쒗빀?덈떎" class="button {$btn_class}"><span>鍮꾩텛泥?/span></a>
            
            <a href="#" <!--@if(!$is_logged)-->onclick="javascript:alert('濡쒓렇?????댁슜?섏떎 ???덉뒿?덈떎'); return false;"<!--@else-->onclick="doCallModuleAction('member','procMemberScrapDocument','{$document_srl}'); return false;"<!--@end--> title="?ㅽ겕?⑺빀?덈떎" class="button {$btn_class}"><span>?ㅽ겕??/span></a>
            
            <a href="#" <!--@if(!$is_logged)-->onclick="javascript:alert('濡쒓렇?????댁슜?섏떎 ???덉뒿?덈떎'); return false;"<!--@else-->onclick="doCallModuleAction('document','procDocumentDeclare','{$document_srl}'); return false;"<!--@end--> title="?좉퀬?⑸땲?? class="button {$btn_class}"><span>?좉퀬</span></a>
            
            <!--@if($oDocument->isEditable())-->
            <a href="{getUrl(','module','trackback','act','dispTrackbackSend','document_srl', $document_srl)}" title="??씤湲€??諛쒖넚?⑸땲?? class="button {$btn_class}" onclick="popopen(this.href);return false"><span>??씤湲€ 諛쒖넚</span></a>
            <!--@end-->
            <!--@end-->
</div>
        
        <!--@if($oDocument->isEditable())-->
<div class="buttonRight">
<a href="{getUrl('act','dispBoardWrite','document_srl',$oDocument->document_srl,'comment_srl','')}" class="button {$btn_class}"><span>{$lang->cmd_modify}</span></a>
<a href="{getUrl('act','dispBoardDelete','document_srl',$oDocument->document_srl,'comment_srl','')}" class="button {$btn_class}"><span>{$lang->cmd_delete}</span></a>
</div>
        <!--@end-->
    </div>

</div>

<!--@if($oDocument->allowTrackback())-->
    <!--#include("./trackback.html")-->
<!--@end-->
<!--@if($oDocument->allowComment())-->
    <a name="comment"></a>
    <!--#include("./comment.html")-->

    <!--@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-->

<!--@if($is_logged)-->
<input type="checkbox" name="notify_message" value="Y" id="notify_message" class="inputCheck" />
<label for="notify_message">{$lang->notify}</label>
<!--@end-->
<input type="checkbox" name="is_secret" value="Y" id="is_secret" class="inputCheck" />
<label for="is_secret">{$lang->secret}</label>
                </div>
        
                <div class="boardNavigation">
                    <span class="button {$btn_class}"><input type="submit" value="{$lang->cmd_comment_registration}" accesskey="s" /></span>
                </div>

            </div>

        </form>
    <!--@end-->
<!--@end-->

IP *.33.67.7
Profile Image
May 21, 2012 *.99.25.34
view_documnet.html 파일 소스입니다
목록기준 제목 앞부분에 해당되는부분이 어딘지좀 알려주세요..
글 내용부분이아니라 리스트기준에서 부탁드립니다

저도 초보라 잘 모르지만 view_document 파일 자체가 글 보기 부분에 대한 정의인것 같은데요?
리스트에 대한 정의는 list 관련 파일을 뒤져봐야하지 않을까요?


Comments Box
Comments Module

이동
VR Left
번호 제목 글쓴이 상태 날짜
공지 최근 게시물 위젯이 작동하지 않는 경우의 대처법입니다 [1] judge정현화 확정  2012.04.25
공지 정확하고 빠른 답변을 위한 글 쓰기 방법 judge정현화 확정  2011.02.18
공지 게시판에 절대로 layout.html이나 CSS 파일을 첨부하지 마십시오 judge정현화 확정  2010.07.14
1884 상단여백 문제 죽겠습니다. [2] didigigi 대기  2013.03.23
1883 플랫보드프로에 별점 기능 있나요? [2] CST 문제아님  2013.03.20
1882 페이지에 위젯소스 넣기. [2] 리움 대기  2013.03.18
1881 보드 구입했는데요 여러가지 질문요 [1] kenzo 대기  2013.03.17
1880 부탁드립니다.. [4] CST 할당  2013.03.16
1879 Clio스킨 관련 질문입니다. [1] Tinno 문제아님  2013.03.15
1878 보드 목록의 제목(Subject) 기본값변경 [1] stevejee 대기  2013.02.26
1877 플랫 보드 리스트에 별점 기능 boy2 대기  2013.02.23
1876 제발 알려주세요.ㅠㅠ [1] JH-DESIGN 문제아님  2013.02.20
1875 플랫보드...질문드립니다. [1] Goo 문제아님  2013.02.18
1874 모바일 레이아웃 스플래시 이미지 [1] CST 문제아님  2013.02.17
1873 PXE Flat Board pro 스타일 적용 질문 입니다. [1] 숙지황 대기  2013.02.15
1872 XE 1.7에 대한 지원을 해주시나요? [1] 에카 대기  2013.02.15
1871 모바일 문제좀 해결 부탁드립니다. [1] JH-DESIGN 대기  2013.02.14
1870 로그아웃 상태에선 목록이 나타나지 않는 현상 [6] 일지매 대기  2013.02.02
1869 PXE Cleaner 컨텐츠테투리나 배경 [1] 곽PD 대기  2013.01.29
1868 뮤직박스 플레이어 안되는 현상 [2] 일지매 해결  2013.01.25
1867 갤러리 게시판 게시물 번호 상단 잘리는 문제제 [1] 또나 대기  2013.01.24
1866 엮인 글 [1] boy2 할당  2013.01.23
1865 모바일 첫화면을 아이콘 메뉴로 선택시 링크 안열림 포르티시모 대기  2013.01.22