mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-15 00:12:43 +09:00
issue 2745 manual work
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12422 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
2cbb0db7d4
commit
d216429ebf
4 changed files with 8 additions and 6 deletions
Binary file not shown.
|
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 22 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 23 KiB |
|
|
@ -165,6 +165,8 @@ body,table,input,textarea,select,button{font-family:나눔고딕,NanumGothic,NG,
|
|||
<dd>레이아웃이나 페이지 모듈에 삽입되어 동작하는 구성 요소.</dd>
|
||||
<dt id="UMAN_terminology_zeroboard">제로보드</dt>
|
||||
<dd>1999년 개발된 게시판 소프트웨어. 제로보드 XE를 거쳐 현재의 XE로 발전되었습니다.</dd>
|
||||
<dt id="UMAN_terminology_sitemap">사이트맵</dt>
|
||||
<dd>각 메뉴를 그룹핑하여 모아놓은 것으로 사이트맵을 사이트의 상단, 좌측, 우측, 하단 등에 배치하여 사용할 수 있습니다.</dd>
|
||||
</dl>
|
||||
</section>
|
||||
</section>
|
||||
|
|
@ -536,9 +538,9 @@ body,table,input,textarea,select,button{font-family:나눔고딕,NanumGothic,NG,
|
|||
<p>사이트에 접속 시 처음 보여질 메뉴로 지정합니다.</p>
|
||||
<ol>
|
||||
<li>'사이트맵'에서 '홈' 메뉴를 클릭하면 나오는 메뉴 가운데 '사이트 접속 시 기본 페이지로 사용'을 클릭합니다.</li>
|
||||
<figure> <img src="img/make_general_site/change_start_page.PNG" width="506" height="442" alt="시작 페이지 변경"> </figure>
|
||||
<figure> <img src="img/make_general_site/change_start_page.PNG" width="551" height="436" alt="시작 페이지 변경"> </figure>
|
||||
<li>기존에 기본페이지로 사용되었던 'menu1' 메뉴를 삭제 합니다.</li>
|
||||
<figure> <img src="img/make_general_site/delete_menu1.PNG" width="504" height="442" alt="'menu1' 메뉴 삭제"> </figure>
|
||||
<figure> <img src="img/make_general_site/delete_menu1.PNG" width="548" height="435" alt="'menu1' 메뉴 삭제"> </figure>
|
||||
<li>메뉴를 삭제할 때 나오는 checkbox에 check한 후 '확인' 버튼을 눌러 삭제합니다.</li>
|
||||
<figure> <img src="img/make_general_site/menu_delete_confirm.PNG" width="615" height="172" alt="메뉴 삭제 확인"> </figure>
|
||||
</ol>
|
||||
|
|
@ -715,7 +717,7 @@ body,table,input,textarea,select,button{font-family:나눔고딕,NanumGothic,NG,
|
|||
<ol>
|
||||
<li>'사이트 제작/편집' > '사이트 메뉴 편집'으로 이동합니다.</li>
|
||||
<li> 원하는 메뉴를 클릭하면 나오는 서브메뉴에서 '사이트 접속 시 기본 페이지로 사용'을 클릭합니다.
|
||||
<figure> <img src="img/make_general_site/change_start_page.PNG" width="506" height="442" alt="시작 페이지 변경"> </figure>
|
||||
<figure> <img src="img/make_general_site/change_start_page.PNG" width="551" height="436" alt="시작 페이지 변경"> </figure>
|
||||
</li>
|
||||
<li>XE 최초 설치시 기본페이지로 지정되어 있던 'menu1'이 '홈'으로 변경된 것을 확인할 수 있습니다.</li>
|
||||
</ol>
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@
|
|||
|
||||
<!--@if($act == 'dispMenuAdminSiteMap')-->
|
||||
<div class="col map" id="site_map">
|
||||
<h1>{$lang->sitemap}</h1>
|
||||
<h1>{$lang->menu_gnb_sub['siteMap']} <a class="x_icon-question-sign" href="./help/index.html#UMAN_site_menu" target="_blank">도움말</a></h1>
|
||||
<div class="cnt">
|
||||
<section class="mapi" id="siteMapTree">
|
||||
<script id="tmpl_menuTree" type="text/x-jquery-tmpl">
|
||||
|
|
@ -352,7 +352,7 @@
|
|||
<!--@end-->
|
||||
<fieldset>
|
||||
<h1 class="_item">{$lang->design}</h1>
|
||||
<h1 class="_site">{$lang->site_design}</h1>
|
||||
<h1 class="_site">{$lang->menu_gnb_sub['siteDesign']} <a class="x_icon-question-sign" href="./help/index.html#UMAN_site_design" target="_blank">도움말</a></h1>
|
||||
<div class="cnt">
|
||||
<form action="./" target="xe_preview" class="_preview_form" method="post">
|
||||
<input type="hidden" name="skin_vars" value="{}"/>
|
||||
|
|
@ -4057,4 +4057,4 @@ jQuery.extend({
|
|||
}
|
||||
});
|
||||
//]]>
|
||||
</script>
|
||||
</script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue