묻고답하기
제가 사용중인 레이아웃 소스에 문제가 있는데 잘 모르겠습니다.
2010.04.11 13:14
안녕하십니까? 레이아웃 관련 문의드립니다.
( 후이즈 일부 확인사항 : 익스1, 파폭3.6, 크롬4.1에서는 정상적으로 기능이 작동하고, 익스 6과8은 안된다고 합니다. )
- XE core 버젼 : 1.4.0.10
- 사용중인 레이아웃 : XE 공식 사이트 레이아웃 ver 0.1 (xe_official)
- 레이아웃 > 레이아웃 목록에서 생성을 하고 > 해당 레이아웃에 들어가서 아래소스 같이 편집하여 사용 중입니다.
( 지금까지는 문제가 없는 듯 했는데 후이즈호스팅에서는 이번에 사용하면서 "페이지" 부분에서 "페이지 수정"
부분이 되지 않고 있습니다.
페이지 수정을 클릭하면 "요청하신 기능을 실행할 수 있는 권한이 없습니다." 라는 메세지의 내용이 나옵니다.
소스에 문제가 있는 부분이나 다른 옳은 방법을 알려주시면 감사하겠습니다. 그럼 부탁드립니다^^
<!-- js 파일 import -->
<!--%import("js/xe_official.js")-->
<!-- 레이아웃과 연동될 css 파일 import --> <!--@if(!$layout_info->colorset)--> <!--@end--> <!-- 상단 내용--> <table width="980" border="0" align="center" cellpadding="0" cellspacing="0"> <!-- copyright 내용-->
<!--@if($layout_info->colorset == "white")-->
<!--%import("css/white.css")-->
<!--@elseif($layout_info->colorset == "black")-->
<!--%import("css/black.css")-->
<!--@else-->
<!--%import("css/default.css")-->
<!--@end-->
<tr>
<td width="238" height="92">로고</td>
<td width="742" height="92">메뉴</td>
</tr>
</table>
<!-- 본문 내용(좌측메뉴 포함)-->
<table width="960" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="253" rowspan="2" valign="top" background="/images/design/sub1_15.gif"><table width="253" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>좌측메뉴</td>
</tr>
<tr>
<td align="right" background="/images/design/sub1_09.gif"> </td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td> </td>
</tr>
</table></td>
<td width="727" height="193" colspan="3" valign="top">상단 이미지</td>
</tr>
<tr>
<td width="27" valign="top" background="/images/design/sub1_06.gif"> </td>
<td width="656" valign="top">{$content}</td>
<td width="44" valign="top" background="/images/design/sub1_08.gif"> </td>
</tr>
</table>
<table width="980" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="34" background="/images/design/sub1_18.gif"> </td>
<td height="34" align="right" valign="top" background="/images/design/sub1_19.gif"> </td>
</tr>
<tr>
<td width="252" height="73" background="/images/design/sub1_21.gif">하단 로고</td>
<td width="728" height="73" align="right" valign="top" background="/images/design/sub1_21.gif"><table width="213" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="26"> </td>
<td height="26"> </td>
</tr>
<tr>
<td>이메일</td>
<td>| 기타</td>
</tr>
<tr>
<td colspan="2">copyright@</td>
</tr>
</table></td>
</tr>
</table>