묻고답하기

사이트 구조 

 나쁘지 않아요 
HTML 구조  경고 사이트 내 HTML의 구조 개선이 필요합니다.
자세한 내용은 사이트 품질 가이드를 참고하세요.
링크 관리  경고 사이트 내 링크의 구조 개선이 필요합니다.
자세한 내용은 사이트 품질 가이드를 참고하세요.
모바일 사용성  오류 모바일 환경에 최적화된 반응형 웹사이트가 아닙니다.
  • * HTML 구조 및 링크 관리는 검색로봇이 사이트내의 페이지중 중요도가 높은 페이지를 자동으로 선정하여 측정한 결과입니다.

HTML 구조 

 

링크 관리 

좋아요 나오게 하고싶은데 일주일간 고생해도 안되네요 부탁드립니다 어디서부터 손대야할지 부탁드립니다.

카톡 : clubarena

{@

$db_info   = Context::getDBInfo();

$lang_type = Context::getLangType();

$ssl_actions = Context::getSSLActions();

$css_files=Context::getCssFile();

$js_files=Context::getJsFile();

}

<!DOCTYPE html>

<html lang="{str_replace('jp','ja',$lang_type)}">

<head>

<!-- META -->

<meta charset="utf-8">

<meta name="Generator" content="XpressEngine">

<meta http-equiv="X-UA-Compatible" content="IE=edge">

<block loop="Context::getMetaTag() => $no, $val">

<meta http-equiv="{$val['name']}"|cond="$val['is_http_equiv']" name="{$val['name']}"|cond="!$val['is_http_equiv']" content="{$val['content']}">

</block>

<!-- TITLE -->

<title>{Context::getBrowserTitle()}</title>

<!-- CSS -->

<block loop="$css_files=>$key,$css_file">

<block cond="$css_file['targetie']"><!--[if {$css_file['targetie']}]><block cond="stripos($css_file['targetie'], 'gt') === 0"><!--></block></block>

<link rel="stylesheet" href="{$css_file['file']}" media="{$css_file['media']}"|cond="$css_file['media'] != 'all'" />

<block cond="$css_file['targetie']"><block cond="stripos($css_file['targetie'], 'gt') === 0"><!--</block><![endif]--></block>

</block>

<!-- JS -->

<block loop="$js_files=>$key,$js_file">

<block cond="$js_file['targetie']"><!--[if {$js_file['targetie']}]><block cond="stripos($js_file['targetie'], 'gt') === 0"><!--></block></block>

<script src="{$js_file['file']}"></script>

<block cond="$js_file['targetie']"><block cond="stripos($js_file['targetie'], 'gt') === 0"><!--</block><![endif]--></block>

</block>

 

<!-- RSS -->

<link rel="alternate" type="application/rss+xml" title="RSS" href="{$rss_url}" cond="$rss_url" />

<link rel="alternate" type="application/rss+xml" title="Site RSS" href="{$general_rss_url}" cond="$general_rss_url" />

<link rel="alternate" type="application/atom+xml" title="Atom" href="{$atom_url}" cond="$rss_url" />

<link rel="alternate" type="application/atom+xml" title="Site Atom" href="{$general_atom_url}" cond="$general_rss_url" />

<!-- ICON -->

<link cond="$favicon_url" rel="shortcut icon" href="{$favicon_url}" />

<link cond="$mobicon_url" rel="apple-touch-icon" href="{$mobicon_url}" />

{Context::getHtmlHeader()}

<script>

//<![CDATA[

var current_url = "{$current_url}";

var request_uri = "{$request_uri}";

<block cond="$vid">var xeVid = "{$vid}";</block>

var current_mid = "{$mid}";

var waiting_message = "{$lang->msg_call_server}";

var ssl_actions = new Array(<block cond="count($ssl_actions)">"{implode('","',array_keys($ssl_actions))}"</block>);

var default_url = "{Context::getDefaultUrl()}";

<block cond="Context::get('_http_port')">var http_port = {Context::get("_http_port")};</block>

<block cond="Context::get('_https_port')">var https_port = {Context::get("_https_port")};</block>

<block cond="Context::get('_use_ssl') && Context::get('_use_ssl') == 'always'">var enforce_ssl = true;</block>

xe.current_lang = "{$lang_type}";

xe.cmd_find = "{$lang->cmd_find}";

xe.cmd_cancel = "{$lang->cmd_cancel}";

xe.cmd_confirm = "{$lang->cmd_confirm}";

xe.msg_no_root = "{$lang->msg_no_root}";

xe.msg_no_shortcut = "{$lang->msg_no_shortcut}";

xe.msg_select_menu = "{$lang->msg_select_menu}";

 

//]]>

</script>

</head>

{@$isAdminKind = false}

<!--@if(stripos(Context::get('act'),'admin') || Context::get('module') == 'admin')-->

{@$isAdminKind = true}

<!--@end-->

<body{Context::getBodyClass()}>

{Context::getBodyHeader()}

{$content}

{Context::getHtmlFooter()}

<!-- ETC -->

<div class="wfsr"></div>

{@ $js_body_files = Context::getJsFile('body') }

<block loop="$js_body_files => $key, $js_file">

<block cond="$js_file['targetie']"><!--[if {$js_file['targetie']}]></block><script src="{$js_file['file']}"></script><block cond="$js_file['targetie']"><![endif]--></block>

</block>

 

</body>

</html>

 
글쓴이 제목 최종 글
XE 공지 글 쓰기,삭제 운영방식 변경 공지 [16] 2019.03.05 by 남기남
juni 설치 후 에러 [3] file 2017.10.24 by 배워서남준다
꽃사슴녹용 제 홈페이지 관련 문제 질의입니다. [1] file 2017.10.24 by 배워서남준다
신츠 html input 값을 php 에서 가져오기 [1] 2017.10.24 by 배워서남준다
deok 그누보드5 -> XE로 데이터(db)이전 [5] 2017.10.24 by 카이4525b
SoㅡA 서버에 올라간 파일 되돌릴 수 있나요!? [1] 2017.10.23 by sejin7940
임점숙 포워딩수정 관련상담 (답을 알려주시면 스타벅스커피 기프티콘드릴게요..) [1] 2017.10.23 by sejin7940
토순이 크롬에서 ckeditor 붙여넣기가 이상합니다. ㅠ [4] file 2017.10.23 by 토순이
lun**** 누리고 페이팔 결제 설정 [3] file 2017.10.21 by 대한국인
GnTS 누리고 쇼핑몰 [주문하기]클릭시 오류발생 원인좀 알려주세요... 부탁드립니다. [1] 2017.10.21 by 미스촌닭
무무 첨부 파일 개수 제한 할 수 없나요? [3] 2017.10.21 by 무무
파워XE 업데이트 후 사이트 메뉴 편집, 사이트 디자인 설정 이 안떠요 [1] file 2017.10.21 by 유샤인
유샤인 카운터가 안되는거 같은 데 왠지 알 도리가 없네요... [4] 2017.10.21 by 유샤인
보람차게 portal_ever의 layout.html 수정시 적용이 안 됩니다. [1] 2017.10.21 by sejin7940
보리 admin 달아주실분 찾습니다 [1] 2017.10.21 by sejin7940
thdwjdtjr BJ람보님의 출석부 업데이트 후 관리자도 출석체크가 되고있습니다.(관리자 허용은 아니요라고 설정하였는데도) [1] 2017.10.20 by 불금
푸른하늘b206c 아이폰 os업뎃 이후 홈피동영상 플레이어가 안됩니다. [1] 2017.10.20 by 이근동
꽁꽁 레이아웃 doorweb_basic사용 [1] file 2017.10.20 by 이근동
Steven 제목 Column을 넓히기 (in a bulletin board) [3] file 2017.10.20 by 이근동
geuni**** 게시판 목록에 댓글 목록을 현시시키려면?.. [1] 2017.10.20 by 이근동
파워XE 업데이트 후 순방문자 페이지수 관리자모드 다 안나옵니다. [4] file 2017.10.19 by 팔공산
diomin zero byte file 게시판 첨부파일 업로드 [1] 2017.10.19 by diomin
diomin ckeditor의 소스보기에서 파일명 깨짐 문의 [1] file 2017.10.19 by diomin
네모세상 DoorWeb 레이아웃 B 모바일 설정 어떻게 하나요? [2] 2017.10.19 by 네모세상
arsen 타스킨은 아무이상없는데 ALPOS스킨에서 글쓰기에 들어가면 이런 현상이 일어납니다; [1] 2017.10.18 by arsen
네모세상 모바일 환경에서 CK 에디터 어떤가요? [4] 2017.10.18 by 네모세상
파워XE 게시판 메인글쓰기 부분이 먹통이 되었습니다. [1] file 2017.10.18 by 파워XE
댑펑 도와주세요 DB 시작시 부하가 엄청나는데.. [4] 2017.10.18 by 댑펑
롤라 Parse error [1] 2017.10.18 by 기진곰
홍찬 controller 외부 url에서 호출하는법 [1] 2017.10.17 by HowtoXE
로스 숫자 주사위 만들기 [1] 2017.10.17 by HowtoXE