mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-21 04:09:55 +09:00
merge from 1.7.3.5(r13153:r13167)
git-svn-id: http://xe-core.googlecode.com/svn/trunk@13168 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
cc47d2b247
commit
2d3f149b5a
2042 changed files with 129266 additions and 126243 deletions
17
modules/install/script/welcome_content/welcome.css
Normal file
17
modules/install/script/welcome_content/welcome.css
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
@charset "utf-8";
|
||||
/* Welcome */
|
||||
.welcomeXE{zoom:1}
|
||||
.welcomeXE:after{content:"";display:block;clear:both}
|
||||
.welcomeXE>h1{margin:20px 0 40px 40px;font-size:20px;color:#333}
|
||||
.welcomeXE>section{width:270px;float:left;padding:0 0 0 40px;margin:0 0 80px 0}
|
||||
.welcomeXE>.i4{clear:left}
|
||||
.welcomeXE>section>h1{padding:60px 0 0 0;background:url(welcome.gif) no-repeat;font-size:18px;margin:0 0 15px 0;color:#333}
|
||||
.welcomeXE>.i1>h1{background-position:0 0}
|
||||
.welcomeXE>.i2>h1{background-position:0 -100px}
|
||||
.welcomeXE>.i3>h1{background-position:0 -200px}
|
||||
.welcomeXE>.i4>h1{background-position:0 -300px}
|
||||
.welcomeXE>.i5>h1{background-position:0 -400px}
|
||||
.welcomeXE>.i6>h1{background-position:0 -500px}
|
||||
.welcomeXE>section>p{font-size:12px;color:#666;line-height:18px;margin:15px 0}
|
||||
.welcomeXE>section>p>a{color:#666}
|
||||
.welcomeXE>section>a{display:inline-block;background:#e2e6e7;border:1px solid #d7dce0;border-radius:2px;padding:0 15px;font-size:11px;line-height:25px;text-decoration:none;font-weight:bold;color:#666}
|
||||
BIN
modules/install/script/welcome_content/welcome.gif
Normal file
BIN
modules/install/script/welcome_content/welcome.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.9 KiB |
|
|
@ -1,20 +1,34 @@
|
|||
<h2>XE core '{$version}' has been successfully installed!</h2>
|
||||
<p>We recommend you to delete this demo page before launching the site.<br />Please check the following list to verify whether the installation has been properly completed.<br />You can see all the components on the administration page.</p>
|
||||
<ol>
|
||||
<li>
|
||||
When <strong><a href="{getUrl('', 'module','admin', 'act', 'dispLayoutAdminAllInstanceList')}" target="_blank">the layout</a></strong> has been successfully installed, you can see the screen containing a <strong>header</strong>, a <strong>content body</strong>, and a <strong>footer</strong>.
|
||||
</li>
|
||||
<li>
|
||||
When <strong><a href="{getUrl('', 'module', 'admin', 'act', 'dispMenuAdminContent')}" target="_blank">Menu module</a></strong> has been successfully installed, you can see both <strong>global and local navigations</strong>.
|
||||
</li>
|
||||
<li>
|
||||
When <strong><a href="{getUrl('', 'module', 'admin', 'act', 'dispIntegration_searchAdminContent')}" target="_blank">Integrated Search module</a></strong> has been successfully installed, you can see <strong>the search form</strong>.
|
||||
</li>
|
||||
<li>
|
||||
When <strong><a href="{getUrl('', 'module', 'admin', 'act', 'dispWidgetAdminDownloadedList')}" target="_blank">Login widget</a></strong> has been successfully installed, you can see <strong>the login form</strong>.
|
||||
</li>
|
||||
<li>
|
||||
When <strong><a href="{getUrl('', 'module', 'admin', 'act', 'dispPageAdminContent')}" target="_blank">Page module</a></strong> has been successfully installed, you see this page.
|
||||
</li>
|
||||
</ol>
|
||||
<p>You can replace it with some other module on <strong><a href="{getUrl('', 'module', 'admin', 'act', 'dispAdminConfig')}" target="_blank">the Settings page</a></strong>.</p>
|
||||
<link rel="stylesheet" href="./modules/install/script/welcome_content/welcome.css" />
|
||||
<article class="welcomeXE">
|
||||
<h1>XE core '{$version}' has been successfully installed!</h1>
|
||||
<section class="i1">
|
||||
<h1>Change the site title</h1>
|
||||
<p>After login as administrator, you can change the 'site title' as '<a href="{geturl('','module','admin','act','dispAdminConfigGeneral')}">Admin > Settings > General > Primary...</a>' progress.</p>
|
||||
<a href="{geturl('','module','admin','act','dispAdminConfigGeneral')}">Settings</a>
|
||||
</section>
|
||||
<section class="i2">
|
||||
<h1>Change the menu structure</h1>
|
||||
<p>After login as administrator, you can change the 'menu structure' as '<a href="{geturl('','module','admin','act','dispMenuAdminSiteMap')}">Admin > Menu > Menu Editor...</a>' progress.</p>
|
||||
<a href="{geturl('','module','admin','act','dispMenuAdminSiteMap')}">Settings</a>
|
||||
</section>
|
||||
<section class="i3">
|
||||
<h1>Change the layout design</h1>
|
||||
<p>After login as administrator, you can change the 'layout design' as '<a href="{geturl('','module','admin','act','dispMenuAdminSiteDesign')}">Admin > Menu > Site Design...</a>' progress.</p>
|
||||
<a href="{geturl('','module','admin','act','dispMenuAdminSiteDesign')}">Settings</a>
|
||||
</section>
|
||||
<section class="i4">
|
||||
<h1>Main page replacement</h1>
|
||||
<p>After login as administrator, you can change the 'main page' as '<a href="{geturl('','module','admin','act','dispMenuAdminSiteMap')}">Admin > Menu > Menu Editor...</a>' progress.</p>
|
||||
<a href="{geturl('','module','admin','act','dispMenuAdminSiteMap')}">Settings</a>
|
||||
</section>
|
||||
<section class="i5">
|
||||
<h1>Main page decoration</h1>
|
||||
<p>After login as administrator, you can edit the 'main page' by click the '<a href="{geturl('', 'mid', $mid, 'act','dispPageAdminContentModify')}">Modify...</a>' button.</p>
|
||||
<a href="{geturl('', 'mid', $mid, 'act','dispPageAdminContentModify')}">Settings</a>
|
||||
</section>
|
||||
<section class="i6">
|
||||
<h1>Module installation</h1>
|
||||
<p>After login as administrator, you can install the 'module' as '<a href="{geturl('','module','admin','act','dispAutoinstallAdminIndex')}">Admin > Advanced > Easy install...</a>' progress.</p>
|
||||
<a href="{geturl('','module','admin','act','dispAutoinstallAdminIndex')}">Settings</a>
|
||||
</section>
|
||||
</article>
|
||||
|
|
|
|||
|
|
@ -1,20 +1,34 @@
|
|||
<h2>XE core '{$version}' has been successfully installed!</h2>
|
||||
<p>We recommend you to delete this demo page before launching the site.<br />Please check the following list to verify whether the installation has been properly completed.<br />You can see all the components on the administration page.</p>
|
||||
<ol>
|
||||
<li>
|
||||
When <strong><a href="{getUrl('', 'module','admin', 'act', 'dispLayoutAdminAllInstanceList')}" target="_blank">the layout</a></strong> has been successfully installed, you can see the screen containing a <strong>header</strong>, a <strong>content body</strong>, and a <strong>footer</strong>.
|
||||
</li>
|
||||
<li>
|
||||
When <strong><a href="{getUrl('', 'module', 'admin', 'act', 'dispMenuAdminContent')}" target="_blank">Menu module</a></strong> has been successfully installed, you can see both <strong>global and local navigations</strong>.
|
||||
</li>
|
||||
<li>
|
||||
When <strong><a href="{getUrl('', 'module', 'admin', 'act', 'dispIntegration_searchAdminContent')}" target="_blank">Integrated Search module</a></strong> has been successfully installed, you can see <strong>the search form</strong>.
|
||||
</li>
|
||||
<li>
|
||||
When <strong><a href="{getUrl('', 'module', 'admin', 'act', 'dispWidgetAdminDownloadedList')}" target="_blank">Login widget</a></strong> has been successfully installed, you can see <strong>the login form</strong>.
|
||||
</li>
|
||||
<li>
|
||||
When <strong><a href="{getUrl('', 'module', 'admin', 'act', 'dispPageAdminContent')}" target="_blank">Page module</a></strong> has been successfully installed, you see this page.
|
||||
</li>
|
||||
</ol>
|
||||
<p>You can replace it with some other module on <strong><a href="{getUrl('', 'module', 'admin', 'act', 'dispAdminConfig')}" target="_blank">the Settings page</a></strong>.</p>
|
||||
<link rel="stylesheet" href="./modules/install/script/welcome_content/welcome.css" />
|
||||
<article class="welcomeXE">
|
||||
<h1>XE core '{$version}' has been successfully installed!</h1>
|
||||
<section class="i1">
|
||||
<h1>Change the site title</h1>
|
||||
<p>After login as administrator, you can change the 'site title' as '<a href="{geturl('','module','admin','act','dispAdminConfigGeneral')}">Admin > Settings > General > Primary...</a>' progress.</p>
|
||||
<a href="{geturl('','module','admin','act','dispAdminConfigGeneral')}">Settings</a>
|
||||
</section>
|
||||
<section class="i2">
|
||||
<h1>Change the menu structure</h1>
|
||||
<p>After login as administrator, you can change the 'menu structure' as '<a href="{geturl('','module','admin','act','dispMenuAdminSiteMap')}">Admin > Menu > Menu Editor...</a>' progress.</p>
|
||||
<a href="{geturl('','module','admin','act','dispMenuAdminSiteMap')}">Settings</a>
|
||||
</section>
|
||||
<section class="i3">
|
||||
<h1>Change the layout design</h1>
|
||||
<p>After login as administrator, you can change the 'layout design' as '<a href="{geturl('','module','admin','act','dispMenuAdminSiteDesign')}">Admin > Menu > Site Design...</a>' progress.</p>
|
||||
<a href="{geturl('','module','admin','act','dispMenuAdminSiteDesign')}">Settings</a>
|
||||
</section>
|
||||
<section class="i4">
|
||||
<h1>Main page replacement</h1>
|
||||
<p>After login as administrator, you can change the 'main page' as '<a href="{geturl('','module','admin','act','dispMenuAdminSiteMap')}">Admin > Menu > Menu Editor...</a>' progress.</p>
|
||||
<a href="{geturl('','module','admin','act','dispMenuAdminSiteMap')}">Settings</a>
|
||||
</section>
|
||||
<section class="i5">
|
||||
<h1>Main page decoration</h1>
|
||||
<p>After login as administrator, you can edit the 'main page' by click the '<a href="{geturl('', 'mid', $mid, 'act','dispPageAdminContentModify')}">Modify...</a>' button.</p>
|
||||
<a href="{geturl('', 'mid', $mid, 'act','dispPageAdminContentModify')}">Settings</a>
|
||||
</section>
|
||||
<section class="i6">
|
||||
<h1>Module installation</h1>
|
||||
<p>After login as administrator, you can install the 'module' as '<a href="{geturl('','module','admin','act','dispAutoinstallAdminIndex')}">Admin > Advanced > Easy install...</a>' progress.</p>
|
||||
<a href="{geturl('','module','admin','act','dispAutoinstallAdminIndex')}">Settings</a>
|
||||
</section>
|
||||
</article>
|
||||
|
|
|
|||
|
|
@ -1,20 +1,34 @@
|
|||
<h2>XE core '{$version}' has been successfully installed!</h2>
|
||||
<p>We recommend you to delete this demo page before launching the site.<br />Please check the following list to verify whether the installation has been properly completed.<br />You can see all the components on the administration page.</p>
|
||||
<ol>
|
||||
<li>
|
||||
When <strong><a href="{getUrl('', 'module','admin', 'act', 'dispLayoutAdminAllInstanceList')}" target="_blank">the layout</a></strong> has been successfully installed, you can see the screen containing a <strong>header</strong>, a <strong>content body</strong>, and a <strong>footer</strong>.
|
||||
</li>
|
||||
<li>
|
||||
When <strong><a href="{getUrl('', 'module', 'admin', 'act', 'dispMenuAdminContent')}" target="_blank">Menu module</a></strong> has been successfully installed, you can see both <strong>global and local navigations</strong>.
|
||||
</li>
|
||||
<li>
|
||||
When <strong><a href="{getUrl('', 'module', 'admin', 'act', 'dispIntegration_searchAdminContent')}" target="_blank">Integrated Search module</a></strong> has been successfully installed, you can see <strong>the search form</strong>.
|
||||
</li>
|
||||
<li>
|
||||
When <strong><a href="{getUrl('', 'module', 'admin', 'act', 'dispWidgetAdminDownloadedList')}" target="_blank">Login widget</a></strong> has been successfully installed, you can see <strong>the login form</strong>.
|
||||
</li>
|
||||
<li>
|
||||
When <strong><a href="{getUrl('', 'module', 'admin', 'act', 'dispPageAdminContent')}" target="_blank">Page module</a></strong> has been successfully installed, you see this page.
|
||||
</li>
|
||||
</ol>
|
||||
<p>You can replace it with some other module on <strong><a href="{getUrl('', 'module', 'admin', 'act', 'dispAdminConfig')}" target="_blank">the Settings page</a></strong>.</p>
|
||||
<link rel="stylesheet" href="./modules/install/script/welcome_content/welcome.css" />
|
||||
<article class="welcomeXE">
|
||||
<h1>XE core '{$version}' has been successfully installed!</h1>
|
||||
<section class="i1">
|
||||
<h1>Change the site title</h1>
|
||||
<p>After login as administrator, you can change the 'site title' as '<a href="{geturl('','module','admin','act','dispAdminConfigGeneral')}">Admin > Settings > General > Primary...</a>' progress.</p>
|
||||
<a href="{geturl('','module','admin','act','dispAdminConfigGeneral')}">Settings</a>
|
||||
</section>
|
||||
<section class="i2">
|
||||
<h1>Change the menu structure</h1>
|
||||
<p>After login as administrator, you can change the 'menu structure' as '<a href="{geturl('','module','admin','act','dispMenuAdminSiteMap')}">Admin > Menu > Menu Editor...</a>' progress.</p>
|
||||
<a href="{geturl('','module','admin','act','dispMenuAdminSiteMap')}">Settings</a>
|
||||
</section>
|
||||
<section class="i3">
|
||||
<h1>Change the layout design</h1>
|
||||
<p>After login as administrator, you can change the 'layout design' as '<a href="{geturl('','module','admin','act','dispMenuAdminSiteDesign')}">Admin > Menu > Site Design...</a>' progress.</p>
|
||||
<a href="{geturl('','module','admin','act','dispMenuAdminSiteDesign')}">Settings</a>
|
||||
</section>
|
||||
<section class="i4">
|
||||
<h1>Main page replacement</h1>
|
||||
<p>After login as administrator, you can change the 'main page' as '<a href="{geturl('','module','admin','act','dispMenuAdminSiteMap')}">Admin > Menu > Menu Editor...</a>' progress.</p>
|
||||
<a href="{geturl('','module','admin','act','dispMenuAdminSiteMap')}">Settings</a>
|
||||
</section>
|
||||
<section class="i5">
|
||||
<h1>Main page decoration</h1>
|
||||
<p>After login as administrator, you can edit the 'main page' by click the '<a href="{geturl('', 'mid', $mid, 'act','dispPageAdminContentModify')}">Modify...</a>' button.</p>
|
||||
<a href="{geturl('', 'mid', $mid, 'act','dispPageAdminContentModify')}">Settings</a>
|
||||
</section>
|
||||
<section class="i6">
|
||||
<h1>Module installation</h1>
|
||||
<p>After login as administrator, you can install the 'module' as '<a href="{geturl('','module','admin','act','dispAutoinstallAdminIndex')}">Admin > Advanced > Easy install...</a>' progress.</p>
|
||||
<a href="{geturl('','module','admin','act','dispAutoinstallAdminIndex')}">Settings</a>
|
||||
</section>
|
||||
</article>
|
||||
|
|
|
|||
|
|
@ -1,22 +1,34 @@
|
|||
<h2>XE core '{$version}' has been successfully installed!</h2>
|
||||
<p>ウェブサイトを始める前にこのページを削除してください。<br />以下のリストの格項目をチェックして設置状態を確認することができます。<br />管理ページから全てのコンポネントを確認することができます。</p>
|
||||
<ol>
|
||||
<li>
|
||||
画面の構成から <strong>header</strong>, <strong>body</strong>, <strong>footer</strong>が見えたら、<strong><a href="{getUrl('', 'module','admin', 'act', 'dispLayoutAdminAllInstanceList')}" target="_blank">レイアウト</a></strong>は正常に設置されたことです。
|
||||
</li>
|
||||
<li>
|
||||
<strong>画面上端と左に位置する二つのメニュー</strong>が見えたら、<strong><a href="{getUrl('', 'module', 'admin', 'act', 'dispMenuAdminContent')}" target="_blank">メニューモジュール</a></strong>は正常に設置されたことです
|
||||
</li>
|
||||
<li>
|
||||
画面右上端に<strong>検索ボックス</strong>が見えたら、<strong><a href="{getUrl('', 'module', 'admin', 'act', 'dispIntegration_searchAdminContent')}" target="_blank">統合検索モジュール</a></strong>は正常に設置されたことです
|
||||
</li>
|
||||
<li>
|
||||
画面左端に<strong>ログインボックス</strong>が見えたら、<strong><a href="{getUrl('', 'module', 'admin', 'act', 'dispWidgetAdminDownloadedList')}" target="_blank">ログインウィジェット</a></strong>は正常に設置されたことです
|
||||
</li>
|
||||
<li>
|
||||
このページが読めたら、<strong><a href="{getUrl('', 'module', 'admin', 'act', 'dispPageAdminContent')}" target="_blank">ページモジュール</a></strong>は正常に設置されたことです
|
||||
</li>
|
||||
</ol>
|
||||
<p>
|
||||
<strong><a href="{getUrl('', 'module', 'admin', 'act', 'dispAdminConfig')}" target="_blank">設定ページ</a></strong>で他のページを初期起動モジュールにセッティングすることができます。
|
||||
</p>
|
||||
<link rel="stylesheet" href="./modules/install/script/welcome_content/welcome.css" />
|
||||
<article class="welcomeXE">
|
||||
<h1>XE core '{$version}' has been successfully installed!</h1>
|
||||
<section class="i1">
|
||||
<h1>Change the site title</h1>
|
||||
<p>After login as administrator, you can change the 'site title' as '<a href="{geturl('','module','admin','act','dispAdminConfigGeneral')}">Admin > Settings > General > Primary...</a>' progress.</p>
|
||||
<a href="{geturl('','module','admin','act','dispAdminConfigGeneral')}">Settings</a>
|
||||
</section>
|
||||
<section class="i2">
|
||||
<h1>Change the menu structure</h1>
|
||||
<p>After login as administrator, you can change the 'menu structure' as '<a href="{geturl('','module','admin','act','dispMenuAdminSiteMap')}">Admin > Menu > Menu Editor...</a>' progress.</p>
|
||||
<a href="{geturl('','module','admin','act','dispMenuAdminSiteMap')}">Settings</a>
|
||||
</section>
|
||||
<section class="i3">
|
||||
<h1>Change the layout design</h1>
|
||||
<p>After login as administrator, you can change the 'layout design' as '<a href="{geturl('','module','admin','act','dispMenuAdminSiteDesign')}">Admin > Menu > Site Design...</a>' progress.</p>
|
||||
<a href="{geturl('','module','admin','act','dispMenuAdminSiteDesign')}">Settings</a>
|
||||
</section>
|
||||
<section class="i4">
|
||||
<h1>Main page replacement</h1>
|
||||
<p>After login as administrator, you can change the 'main page' as '<a href="{geturl('','module','admin','act','dispMenuAdminSiteMap')}">Admin > Menu > Menu Editor...</a>' progress.</p>
|
||||
<a href="{geturl('','module','admin','act','dispMenuAdminSiteMap')}">Settings</a>
|
||||
</section>
|
||||
<section class="i5">
|
||||
<h1>Main page decoration</h1>
|
||||
<p>After login as administrator, you can edit the 'main page' by click the '<a href="{geturl('', 'mid', $mid, 'act','dispPageAdminContentModify')}">Modify...</a>' button.</p>
|
||||
<a href="{geturl('', 'mid', $mid, 'act','dispPageAdminContentModify')}">Settings</a>
|
||||
</section>
|
||||
<section class="i6">
|
||||
<h1>Module installation</h1>
|
||||
<p>After login as administrator, you can install the 'module' as '<a href="{geturl('','module','admin','act','dispAutoinstallAdminIndex')}">Admin > Advanced > Easy install...</a>' progress.</p>
|
||||
<a href="{geturl('','module','admin','act','dispAutoinstallAdminIndex')}">Settings</a>
|
||||
</section>
|
||||
</article>
|
||||
|
|
|
|||
|
|
@ -1,20 +1,34 @@
|
|||
<h2>XE core '{$version}' 설치를 환영합니다!</h2>
|
||||
<p>XE core설치가 성공적으로 완료되었습니다.<br />이 페이지는 데모 페이지 이므로 추후 사이트 운영시 삭제 가능합니다.<br />모든 설치요소는 관리자로 로그인하셔야 확인할 수 있습니다.</p>
|
||||
<ol>
|
||||
<li>
|
||||
<strong>헤더</strong>, <strong>본문</strong>, <strong>풋터</strong>로 구성된 화면이 보인다면 <strong><a href="{getUrl('', 'module','admin', 'act', 'dispLayoutAdminAllInstanceList')}" target="_blank">레이아웃</a></strong>이 정상적으로 설치된 것입니다.
|
||||
</li>
|
||||
<li>
|
||||
<strong>글로벌 네비게이션</strong>과 <strong>로컬 네비게이션</strong>이 보인다면 <strong><a href="{getUrl('', 'module', 'admin', 'act', 'dispMenuAdminContent')}" target="_blank">메뉴 모듈</a></strong>이 설치된 것입니다.
|
||||
</li>
|
||||
<li>
|
||||
<strong>통합 검색 인풋</strong>이 보인다면 <strong><a href="{getUrl('', 'module', 'admin', 'act', 'dispIntegration_searchAdminContent')}" target="_blank">통합검색 모듈</a></strong>이 설치된 것입니다.
|
||||
</li>
|
||||
<li>
|
||||
<strong>로그인 인풋</strong>이 보인다면 <strong><a href="{getUrl('', 'module', 'admin', 'act', 'dispWidgetAdminDownloadedList')}" target="_blank">로그인 정보 출력 위젯</a></strong>이 설치된 것입니다.
|
||||
</li>
|
||||
<li>
|
||||
<strong>이 메시지</strong>가 보인다면 <strong><a href="{getUrl('', 'module', 'admin', 'act', 'dispPageAdminContent')}" target="_blank">페이지 모듈</a></strong>이 설치된 것입니다.
|
||||
</li>
|
||||
</ol>
|
||||
<p>페이지 모듈이 시작 모듈로 지정되어 있습니다. <a href="{getUrl('', 'module', 'admin', 'act', 'dispAdminConfig')}" target="_blank">관리자 설정화면</a>에서 변경 가능합니다.</p>
|
||||
<link rel="stylesheet" href="./modules/install/script/welcome_content/welcome.css" />
|
||||
<article class="welcomeXE">
|
||||
<h1>XE core '{$version}' 설치를 환영합니다!</h1>
|
||||
<section class="i1">
|
||||
<h1>사이트 제목 바꾸기</h1>
|
||||
<p>관리자로 로그인 한 다음 '<a href="{geturl('','module','admin','act','dispAdminConfigGeneral')}">관리 > 설정 > 일반 > 기본</a>'에서 '사이트 제목'을 변경할 수 있습니다.</p>
|
||||
<a href="{geturl('','module','admin','act','dispAdminConfigGeneral')}">설정변경</a>
|
||||
</section>
|
||||
<section class="i2">
|
||||
<h1>메뉴 구조 바꾸기</h1>
|
||||
<p>관리자로 로그인 한 다음 '<a href="{geturl('','module','admin','act','dispMenuAdminSiteMap')}">관리 > 사이트 제작/편집 > 사이트 메뉴 편집</a>'에서 '메뉴 구조'를 변경할 수 있습니다.</p>
|
||||
<a href="{geturl('','module','admin','act','dispMenuAdminSiteMap')}">설정변경</a>
|
||||
</section>
|
||||
<section class="i3">
|
||||
<h1>레이아웃 디자인 바꾸기</h1>
|
||||
<p>관리자로 로그인 한 다음 '<a href="{geturl('','module','admin','act','dispMenuAdminSiteDesign')}">관리 > 사이트 제작/편집 > 사이트 디자인 설정</a>'에서 '레이아웃 디자인'을 변경할 수 있습니다.</p>
|
||||
<a href="{geturl('','module','admin','act','dispMenuAdminSiteDesign')}">설정변경</a>
|
||||
</section>
|
||||
<section class="i4">
|
||||
<h1>초기화면 바꾸기</h1>
|
||||
<p>관리자로 로그인 한 다음 '<a href="{geturl('','module','admin','act','dispMenuAdminSiteMap')}">관리 > 사이트 제작/편집 > 사이트 메뉴 편집</a>'에서 '초기화면'을 바꿀 수 있습니다.</p>
|
||||
<a href="{geturl('','module','admin','act','dispMenuAdminSiteMap')}">설정변경</a>
|
||||
</section>
|
||||
<section class="i5">
|
||||
<h1>초기화면 꾸미기</h1>
|
||||
<p>관리자로 로그인 한 다음 '<a href="{geturl('', 'mid', $mid, 'act','dispPageAdminContentModify')}">페이지 수정</a>' 버튼을 눌러 '초기화면'을 꾸밀 수 있습니다.</p>
|
||||
<a href="{geturl('', 'mid', $mid, 'act','dispPageAdminContentModify')}">설정변경</a>
|
||||
</section>
|
||||
<section class="i6">
|
||||
<h1>모듈 설치하기</h1>
|
||||
<p>관리자로 로그인 한 다음 '<a href="{geturl('','module','admin','act','dispAutoinstallAdminIndex')}">관리 > 고급 > 쉬운 설치</a>'에서 '모듈'을 설치할 수 있습니다.</p>
|
||||
<a href="{geturl('','module','admin','act','dispAutoinstallAdminIndex')}">설정변경</a>
|
||||
</section>
|
||||
</article>
|
||||
|
|
|
|||
|
|
@ -1,20 +1,34 @@
|
|||
<h2>XE core '{$version}' has been successfully installed!</h2>
|
||||
<p>We recommend you to delete this demo page before launching the site.<br />Please check the following list to verify whether the installation has been properly completed.<br />You can see all the components on the administration page.</p>
|
||||
<ol>
|
||||
<li>
|
||||
When <strong><a href="{getUrl('', 'module','admin', 'act', 'dispLayoutAdminAllInstanceList')}" target="_blank">the layout</a></strong> has been successfully installed, you can see the screen containing a <strong>header</strong>, a <strong>content body</strong>, and a <strong>footer</strong>.
|
||||
</li>
|
||||
<li>
|
||||
When <strong><a href="{getUrl('', 'module', 'admin', 'act', 'dispMenuAdminContent')}" target="_blank">Menu module</a></strong> has been successfully installed, you can see both <strong>global and local navigations</strong>.
|
||||
</li>
|
||||
<li>
|
||||
When <strong><a href="{getUrl('', 'module', 'admin', 'act', 'dispIntegration_searchAdminContent')}" target="_blank">Integrated Search module</a></strong> has been successfully installed, you can see <strong>the search form</strong>.
|
||||
</li>
|
||||
<li>
|
||||
When <strong><a href="{getUrl('', 'module', 'admin', 'act', 'dispWidgetAdminDownloadedList')}" target="_blank">Login widget</a></strong> has been successfully installed, you can see <strong>the login form</strong>.
|
||||
</li>
|
||||
<li>
|
||||
When <strong><a href="{getUrl('', 'module', 'admin', 'act', 'dispPageAdminContent')}" target="_blank">Page module</a></strong> has been successfully installed, you see this page.
|
||||
</li>
|
||||
</ol>
|
||||
<p>You can replace it with some other module on <strong><a href="{getUrl('', 'module', 'admin', 'act', 'dispAdminConfig')}" target="_blank">the Settings page</a></strong>.</p>
|
||||
<link rel="stylesheet" href="./modules/install/script/welcome_content/welcome.css" />
|
||||
<article class="welcomeXE">
|
||||
<h1>XE core '{$version}' has been successfully installed!</h1>
|
||||
<section class="i1">
|
||||
<h1>Change the site title</h1>
|
||||
<p>After login as administrator, you can change the 'site title' as '<a href="{geturl('','module','admin','act','dispAdminConfigGeneral')}">Admin > Settings > General > Primary...</a>' progress.</p>
|
||||
<a href="{geturl('','module','admin','act','dispAdminConfigGeneral')}">Settings</a>
|
||||
</section>
|
||||
<section class="i2">
|
||||
<h1>Change the menu structure</h1>
|
||||
<p>After login as administrator, you can change the 'menu structure' as '<a href="{geturl('','module','admin','act','dispMenuAdminSiteMap')}">Admin > Menu > Menu Editor...</a>' progress.</p>
|
||||
<a href="{geturl('','module','admin','act','dispMenuAdminSiteMap')}">Settings</a>
|
||||
</section>
|
||||
<section class="i3">
|
||||
<h1>Change the layout design</h1>
|
||||
<p>After login as administrator, you can change the 'layout design' as '<a href="{geturl('','module','admin','act','dispMenuAdminSiteDesign')}">Admin > Menu > Site Design...</a>' progress.</p>
|
||||
<a href="{geturl('','module','admin','act','dispMenuAdminSiteDesign')}">Settings</a>
|
||||
</section>
|
||||
<section class="i4">
|
||||
<h1>Main page replacement</h1>
|
||||
<p>After login as administrator, you can change the 'main page' as '<a href="{geturl('','module','admin','act','dispMenuAdminSiteMap')}">Admin > Menu > Menu Editor...</a>' progress.</p>
|
||||
<a href="{geturl('','module','admin','act','dispMenuAdminSiteMap')}">Settings</a>
|
||||
</section>
|
||||
<section class="i5">
|
||||
<h1>Main page decoration</h1>
|
||||
<p>After login as administrator, you can edit the 'main page' by click the '<a href="{geturl('', 'mid', $mid, 'act','dispPageAdminContentModify')}">Modify...</a>' button.</p>
|
||||
<a href="{geturl('', 'mid', $mid, 'act','dispPageAdminContentModify')}">Settings</a>
|
||||
</section>
|
||||
<section class="i6">
|
||||
<h1>Module installation</h1>
|
||||
<p>After login as administrator, you can install the 'module' as '<a href="{geturl('','module','admin','act','dispAutoinstallAdminIndex')}">Admin > Advanced > Easy install...</a>' progress.</p>
|
||||
<a href="{geturl('','module','admin','act','dispAutoinstallAdminIndex')}">Settings</a>
|
||||
</section>
|
||||
</article>
|
||||
|
|
|
|||
|
|
@ -1,20 +1,34 @@
|
|||
<h2>XE core '{$version}' has been successfully installed!</h2>
|
||||
<p>We recommend you to delete this demo page before launching the site.<br />Please check the following list to verify whether the installation has been properly completed.<br />You can see all the components on the administration page.</p>
|
||||
<ol>
|
||||
<li>
|
||||
When <strong><a href="{getUrl('', 'module','admin', 'act', 'dispLayoutAdminAllInstanceList')}" target="_blank">the layout</a></strong> has been successfully installed, you can see the screen containing a <strong>header</strong>, a <strong>content body</strong>, and a <strong>footer</strong>.
|
||||
</li>
|
||||
<li>
|
||||
When <strong><a href="{getUrl('', 'module', 'admin', 'act', 'dispMenuAdminContent')}" target="_blank">Menu module</a></strong> has been successfully installed, you can see both <strong>global and local navigations</strong>.
|
||||
</li>
|
||||
<li>
|
||||
When <strong><a href="{getUrl('', 'module', 'admin', 'act', 'dispIntegration_searchAdminContent')}" target="_blank">Integrated Search module</a></strong> has been successfully installed, you can see <strong>the search form</strong>.
|
||||
</li>
|
||||
<li>
|
||||
When <strong><a href="{getUrl('', 'module', 'admin', 'act', 'dispWidgetAdminDownloadedList')}" target="_blank">Login widget</a></strong> has been successfully installed, you can see <strong>the login form</strong>.
|
||||
</li>
|
||||
<li>
|
||||
When <strong><a href="{getUrl('', 'module', 'admin', 'act', 'dispPageAdminContent')}" target="_blank">Page module</a></strong> has been successfully installed, you see this page.
|
||||
</li>
|
||||
</ol>
|
||||
<p>You can replace it with some other module on <strong><a href="{getUrl('', 'module', 'admin', 'act', 'dispAdminConfig')}" target="_blank">the Settings page</a></strong>.</p>
|
||||
<link rel="stylesheet" href="./modules/install/script/welcome_content/welcome.css" />
|
||||
<article class="welcomeXE">
|
||||
<h1>XE core '{$version}' has been successfully installed!</h1>
|
||||
<section class="i1">
|
||||
<h1>Change the site title</h1>
|
||||
<p>After login as administrator, you can change the 'site title' as '<a href="{geturl('','module','admin','act','dispAdminConfigGeneral')}">Admin > Settings > General > Primary...</a>' progress.</p>
|
||||
<a href="{geturl('','module','admin','act','dispAdminConfigGeneral')}">Settings</a>
|
||||
</section>
|
||||
<section class="i2">
|
||||
<h1>Change the menu structure</h1>
|
||||
<p>After login as administrator, you can change the 'menu structure' as '<a href="{geturl('','module','admin','act','dispMenuAdminSiteMap')}">Admin > Menu > Menu Editor...</a>' progress.</p>
|
||||
<a href="{geturl('','module','admin','act','dispMenuAdminSiteMap')}">Settings</a>
|
||||
</section>
|
||||
<section class="i3">
|
||||
<h1>Change the layout design</h1>
|
||||
<p>After login as administrator, you can change the 'layout design' as '<a href="{geturl('','module','admin','act','dispMenuAdminSiteDesign')}">Admin > Menu > Site Design...</a>' progress.</p>
|
||||
<a href="{geturl('','module','admin','act','dispMenuAdminSiteDesign')}">Settings</a>
|
||||
</section>
|
||||
<section class="i4">
|
||||
<h1>Main page replacement</h1>
|
||||
<p>After login as administrator, you can change the 'main page' as '<a href="{geturl('','module','admin','act','dispMenuAdminSiteMap')}">Admin > Menu > Menu Editor...</a>' progress.</p>
|
||||
<a href="{geturl('','module','admin','act','dispMenuAdminSiteMap')}">Settings</a>
|
||||
</section>
|
||||
<section class="i5">
|
||||
<h1>Main page decoration</h1>
|
||||
<p>After login as administrator, you can edit the 'main page' by click the '<a href="{geturl('', 'mid', $mid, 'act','dispPageAdminContentModify')}">Modify...</a>' button.</p>
|
||||
<a href="{geturl('', 'mid', $mid, 'act','dispPageAdminContentModify')}">Settings</a>
|
||||
</section>
|
||||
<section class="i6">
|
||||
<h1>Module installation</h1>
|
||||
<p>After login as administrator, you can install the 'module' as '<a href="{geturl('','module','admin','act','dispAutoinstallAdminIndex')}">Admin > Advanced > Easy install...</a>' progress.</p>
|
||||
<a href="{geturl('','module','admin','act','dispAutoinstallAdminIndex')}">Settings</a>
|
||||
</section>
|
||||
</article>
|
||||
|
|
|
|||
|
|
@ -1,20 +1,34 @@
|
|||
<h2>XE core '{$version}' has been successfully installed!</h2>
|
||||
<p>We recommend you to delete this demo page before launching the site.<br />Please check the following list to verify whether the installation has been properly completed.<br />You can see all the components on the administration page.</p>
|
||||
<ol>
|
||||
<li>
|
||||
When <strong><a href="{getUrl('', 'module','admin', 'act', 'dispLayoutAdminAllInstanceList')}" target="_blank">the layout</a></strong> has been successfully installed, you can see the screen containing a <strong>header</strong>, a <strong>content body</strong>, and a <strong>footer</strong>.
|
||||
</li>
|
||||
<li>
|
||||
When <strong><a href="{getUrl('', 'module', 'admin', 'act', 'dispMenuAdminContent')}" target="_blank">Menu module</a></strong> has been successfully installed, you can see both <strong>global and local navigations</strong>.
|
||||
</li>
|
||||
<li>
|
||||
When <strong><a href="{getUrl('', 'module', 'admin', 'act', 'dispIntegration_searchAdminContent')}" target="_blank">Integrated Search module</a></strong> has been successfully installed, you can see <strong>the search form</strong>.
|
||||
</li>
|
||||
<li>
|
||||
When <strong><a href="{getUrl('', 'module', 'admin', 'act', 'dispWidgetAdminDownloadedList')}" target="_blank">Login widget</a></strong> has been successfully installed, you can see <strong>the login form</strong>.
|
||||
</li>
|
||||
<li>
|
||||
When <strong><a href="{getUrl('', 'module', 'admin', 'act', 'dispPageAdminContent')}" target="_blank">Page module</a></strong> has been successfully installed, you see this page.
|
||||
</li>
|
||||
</ol>
|
||||
<p>You can replace it with some other module on <strong><a href="{getUrl('', 'module', 'admin', 'act', 'dispAdminConfig')}" target="_blank">the Settings page</a></strong>.</p>
|
||||
<link rel="stylesheet" href="./modules/install/script/welcome_content/welcome.css" />
|
||||
<article class="welcomeXE">
|
||||
<h1>XE core '{$version}' has been successfully installed!</h1>
|
||||
<section class="i1">
|
||||
<h1>Change the site title</h1>
|
||||
<p>After login as administrator, you can change the 'site title' as '<a href="{geturl('','module','admin','act','dispAdminConfigGeneral')}">Admin > Settings > General > Primary...</a>' progress.</p>
|
||||
<a href="{geturl('','module','admin','act','dispAdminConfigGeneral')}">Settings</a>
|
||||
</section>
|
||||
<section class="i2">
|
||||
<h1>Change the menu structure</h1>
|
||||
<p>After login as administrator, you can change the 'menu structure' as '<a href="{geturl('','module','admin','act','dispMenuAdminSiteMap')}">Admin > Menu > Menu Editor...</a>' progress.</p>
|
||||
<a href="{geturl('','module','admin','act','dispMenuAdminSiteMap')}">Settings</a>
|
||||
</section>
|
||||
<section class="i3">
|
||||
<h1>Change the layout design</h1>
|
||||
<p>After login as administrator, you can change the 'layout design' as '<a href="{geturl('','module','admin','act','dispMenuAdminSiteDesign')}">Admin > Menu > Site Design...</a>' progress.</p>
|
||||
<a href="{geturl('','module','admin','act','dispMenuAdminSiteDesign')}">Settings</a>
|
||||
</section>
|
||||
<section class="i4">
|
||||
<h1>Main page replacement</h1>
|
||||
<p>After login as administrator, you can change the 'main page' as '<a href="{geturl('','module','admin','act','dispMenuAdminSiteMap')}">Admin > Menu > Menu Editor...</a>' progress.</p>
|
||||
<a href="{geturl('','module','admin','act','dispMenuAdminSiteMap')}">Settings</a>
|
||||
</section>
|
||||
<section class="i5">
|
||||
<h1>Main page decoration</h1>
|
||||
<p>After login as administrator, you can edit the 'main page' by click the '<a href="{geturl('', 'mid', $mid, 'act','dispPageAdminContentModify')}">Modify...</a>' button.</p>
|
||||
<a href="{geturl('', 'mid', $mid, 'act','dispPageAdminContentModify')}">Settings</a>
|
||||
</section>
|
||||
<section class="i6">
|
||||
<h1>Module installation</h1>
|
||||
<p>After login as administrator, you can install the 'module' as '<a href="{geturl('','module','admin','act','dispAutoinstallAdminIndex')}">Admin > Advanced > Easy install...</a>' progress.</p>
|
||||
<a href="{geturl('','module','admin','act','dispAutoinstallAdminIndex')}">Settings</a>
|
||||
</section>
|
||||
</article>
|
||||
|
|
|
|||
|
|
@ -1,20 +1,34 @@
|
|||
<h2>XE core '{$version}' has been successfully installed!</h2>
|
||||
<p>We recommend you to delete this demo page before launching the site.<br />Please check the following list to verify whether the installation has been properly completed.<br />You can see all the components on the administration page.</p>
|
||||
<ol>
|
||||
<li>
|
||||
When <strong><a href="{getUrl('', 'module','admin', 'act', 'dispLayoutAdminAllInstanceList')}" target="_blank">the layout</a></strong> has been successfully installed, you can see the screen containing a <strong>header</strong>, a <strong>content body</strong>, and a <strong>footer</strong>.
|
||||
</li>
|
||||
<li>
|
||||
When <strong><a href="{getUrl('', 'module', 'admin', 'act', 'dispMenuAdminContent')}" target="_blank">Menu module</a></strong> has been successfully installed, you can see both <strong>global and local navigations</strong>.
|
||||
</li>
|
||||
<li>
|
||||
When <strong><a href="{getUrl('', 'module', 'admin', 'act', 'dispIntegration_searchAdminContent')}" target="_blank">Integrated Search module</a></strong> has been successfully installed, you can see <strong>the search form</strong>.
|
||||
</li>
|
||||
<li>
|
||||
When <strong><a href="{getUrl('', 'module', 'admin', 'act', 'dispWidgetAdminDownloadedList')}" target="_blank">Login widget</a></strong> has been successfully installed, you can see <strong>the login form</strong>.
|
||||
</li>
|
||||
<li>
|
||||
When <strong><a href="{getUrl('', 'module', 'admin', 'act', 'dispPageAdminContent')}" target="_blank">Page module</a></strong> has been successfully installed, you see this page.
|
||||
</li>
|
||||
</ol>
|
||||
<p>You can replace it with some other module on <strong><a href="{getUrl('', 'module', 'admin', 'act', 'dispAdminConfig')}" target="_blank">the Settings page</a></strong>.</p>
|
||||
<link rel="stylesheet" href="./modules/install/script/welcome_content/welcome.css" />
|
||||
<article class="welcomeXE">
|
||||
<h1>XE core '{$version}' has been successfully installed!</h1>
|
||||
<section class="i1">
|
||||
<h1>Change the site title</h1>
|
||||
<p>After login as administrator, you can change the 'site title' as '<a href="{geturl('','module','admin','act','dispAdminConfigGeneral')}">Admin > Settings > General > Primary...</a>' progress.</p>
|
||||
<a href="{geturl('','module','admin','act','dispAdminConfigGeneral')}">Settings</a>
|
||||
</section>
|
||||
<section class="i2">
|
||||
<h1>Change the menu structure</h1>
|
||||
<p>After login as administrator, you can change the 'menu structure' as '<a href="{geturl('','module','admin','act','dispMenuAdminSiteMap')}">Admin > Menu > Menu Editor...</a>' progress.</p>
|
||||
<a href="{geturl('','module','admin','act','dispMenuAdminSiteMap')}">Settings</a>
|
||||
</section>
|
||||
<section class="i3">
|
||||
<h1>Change the layout design</h1>
|
||||
<p>After login as administrator, you can change the 'layout design' as '<a href="{geturl('','module','admin','act','dispMenuAdminSiteDesign')}">Admin > Menu > Site Design...</a>' progress.</p>
|
||||
<a href="{geturl('','module','admin','act','dispMenuAdminSiteDesign')}">Settings</a>
|
||||
</section>
|
||||
<section class="i4">
|
||||
<h1>Main page replacement</h1>
|
||||
<p>After login as administrator, you can change the 'main page' as '<a href="{geturl('','module','admin','act','dispMenuAdminSiteMap')}">Admin > Menu > Menu Editor...</a>' progress.</p>
|
||||
<a href="{geturl('','module','admin','act','dispMenuAdminSiteMap')}">Settings</a>
|
||||
</section>
|
||||
<section class="i5">
|
||||
<h1>Main page decoration</h1>
|
||||
<p>After login as administrator, you can edit the 'main page' by click the '<a href="{geturl('', 'mid', $mid, 'act','dispPageAdminContentModify')}">Modify...</a>' button.</p>
|
||||
<a href="{geturl('', 'mid', $mid, 'act','dispPageAdminContentModify')}">Settings</a>
|
||||
</section>
|
||||
<section class="i6">
|
||||
<h1>Module installation</h1>
|
||||
<p>After login as administrator, you can install the 'module' as '<a href="{geturl('','module','admin','act','dispAutoinstallAdminIndex')}">Admin > Advanced > Easy install...</a>' progress.</p>
|
||||
<a href="{geturl('','module','admin','act','dispAutoinstallAdminIndex')}">Settings</a>
|
||||
</section>
|
||||
</article>
|
||||
|
|
|
|||
|
|
@ -1,20 +1,34 @@
|
|||
<h2>XE core '{$version}' has been successfully installed!</h2>
|
||||
<p>We recommend you to delete this demo page before launching the site.<br />Please check the following list to verify whether the installation has been properly completed.<br />You can see all the components on the administration page.</p>
|
||||
<ol>
|
||||
<li>
|
||||
When <strong><a href="{getUrl('', 'module','admin', 'act', 'dispLayoutAdminAllInstanceList')}" target="_blank">the layout</a></strong> has been successfully installed, you can see the screen containing a <strong>header</strong>, a <strong>content body</strong>, and a <strong>footer</strong>.
|
||||
</li>
|
||||
<li>
|
||||
When <strong><a href="{getUrl('', 'module', 'admin', 'act', 'dispMenuAdminContent')}" target="_blank">Menu module</a></strong> has been successfully installed, you can see both <strong>global and local navigations</strong>.
|
||||
</li>
|
||||
<li>
|
||||
When <strong><a href="{getUrl('', 'module', 'admin', 'act', 'dispIntegration_searchAdminContent')}" target="_blank">Integrated Search module</a></strong> has been successfully installed, you can see <strong>the search form</strong>.
|
||||
</li>
|
||||
<li>
|
||||
When <strong><a href="{getUrl('', 'module', 'admin', 'act', 'dispWidgetAdminDownloadedList')}" target="_blank">Login widget</a></strong> has been successfully installed, you can see <strong>the login form</strong>.
|
||||
</li>
|
||||
<li>
|
||||
When <strong><a href="{getUrl('', 'module', 'admin', 'act', 'dispPageAdminContent')}" target="_blank">Page module</a></strong> has been successfully installed, you see this page.
|
||||
</li>
|
||||
</ol>
|
||||
<p>You can replace it with some other module on <strong><a href="{getUrl('', 'module', 'admin', 'act', 'dispAdminConfig')}" target="_blank">the Settings page</a></strong>.</p>
|
||||
<link rel="stylesheet" href="./modules/install/script/welcome_content/welcome.css" />
|
||||
<article class="welcomeXE">
|
||||
<h1>XE core '{$version}' has been successfully installed!</h1>
|
||||
<section class="i1">
|
||||
<h1>Change the site title</h1>
|
||||
<p>After login as administrator, you can change the 'site title' as '<a href="{geturl('','module','admin','act','dispAdminConfigGeneral')}">Admin > Settings > General > Primary...</a>' progress.</p>
|
||||
<a href="{geturl('','module','admin','act','dispAdminConfigGeneral')}">Settings</a>
|
||||
</section>
|
||||
<section class="i2">
|
||||
<h1>Change the menu structure</h1>
|
||||
<p>After login as administrator, you can change the 'menu structure' as '<a href="{geturl('','module','admin','act','dispMenuAdminSiteMap')}">Admin > Menu > Menu Editor...</a>' progress.</p>
|
||||
<a href="{geturl('','module','admin','act','dispMenuAdminSiteMap')}">Settings</a>
|
||||
</section>
|
||||
<section class="i3">
|
||||
<h1>Change the layout design</h1>
|
||||
<p>After login as administrator, you can change the 'layout design' as '<a href="{geturl('','module','admin','act','dispMenuAdminSiteDesign')}">Admin > Menu > Site Design...</a>' progress.</p>
|
||||
<a href="{geturl('','module','admin','act','dispMenuAdminSiteDesign')}">Settings</a>
|
||||
</section>
|
||||
<section class="i4">
|
||||
<h1>Main page replacement</h1>
|
||||
<p>After login as administrator, you can change the 'main page' as '<a href="{geturl('','module','admin','act','dispMenuAdminSiteMap')}">Admin > Menu > Menu Editor...</a>' progress.</p>
|
||||
<a href="{geturl('','module','admin','act','dispMenuAdminSiteMap')}">Settings</a>
|
||||
</section>
|
||||
<section class="i5">
|
||||
<h1>Main page decoration</h1>
|
||||
<p>After login as administrator, you can edit the 'main page' by click the '<a href="{geturl('', 'mid', $mid, 'act','dispPageAdminContentModify')}">Modify...</a>' button.</p>
|
||||
<a href="{geturl('', 'mid', $mid, 'act','dispPageAdminContentModify')}">Settings</a>
|
||||
</section>
|
||||
<section class="i6">
|
||||
<h1>Module installation</h1>
|
||||
<p>After login as administrator, you can install the 'module' as '<a href="{geturl('','module','admin','act','dispAutoinstallAdminIndex')}">Admin > Advanced > Easy install...</a>' progress.</p>
|
||||
<a href="{geturl('','module','admin','act','dispAutoinstallAdminIndex')}">Settings</a>
|
||||
</section>
|
||||
</article>
|
||||
|
|
|
|||
|
|
@ -1,20 +1,34 @@
|
|||
<h2>XE core '{$version}' 飓惕圜晚颌涮睇枨圜!</h2>
|
||||
<p>瞍艘惴孙亍匮笞颀铖,綦嗷撷鸲螽闫埕<EFBFBD>攸。<br />綦塔?欷<><E6ACB7>偻<EFBFBD>煦憷茭飓镝<E9A393>颌涮睇枨圜。<br />师瞍畏租戡<EFBFBD>攸耖首谈岫牦疒遂。</p>
|
||||
<ol>
|
||||
<li>
|
||||
幼 <strong><a href="{getUrl('', 'module','admin', 'act', 'dispLayoutAdminAllInstanceList')}" target="_blank">鼹攸噔酮</a></strong> 飓圜晚颌涮睇懔,师首谈镖肆匮<E88286>钴 <strong><EFBFBD>庀</strong>,<strong>耶榛瘾赭</strong>妯 <strong><EFBFBD>诃</strong>。
|
||||
</li>
|
||||
<li>
|
||||
幼 <strong><a href="{getUrl('', 'module', 'admin', 'act', 'dispMenuAdminContent')}" target="_blank">嘣婴偌疒</a></strong> 飓圜晚颌涮睇懔,师首谈 <strong>瘾嘣婴<EFBFBD>憝嘣婴</strong>。
|
||||
</li>
|
||||
<li>
|
||||
幼 <strong><a href="{getUrl('', 'module', 'admin', 'act', 'dispIntegration_searchAdminContent')}" target="_blank">猡泓偌疒</a></strong> 飓圜晚颌涮睇懔,师首谈 <strong>猡泓?</strong>。
|
||||
</li>
|
||||
<li>
|
||||
幼 <strong><a href="{getUrl('', 'module', 'admin', 'act', 'dispWidgetAdminDownloadedList')}" target="_blank">Login widget</a></strong> 飓圜晚颌涮睇懔,师首谈 <strong>贼忑?</strong>。
|
||||
</li>
|
||||
<li>
|
||||
幼 <strong><a href="{getUrl('', 'module', 'admin', 'act', 'dispPageAdminContent')}" target="_blank"><EFBFBD>攸偌疒</a></strong> 飓圜晚颌涮睇懔,靓师首谈螽<E8B088>。
|
||||
</li>
|
||||
</ol>
|
||||
<p>?濂师欷瞍 <strong><a href="{getUrl('', 'module', 'admin', 'act', 'dispAdminConfig')}" target="_blank">噔镆<EFBFBD>攸</a></strong> 耖麴<E88096>徐鲡钴偌疒。</p>
|
||||
<link rel="stylesheet" href="./modules/install/script/welcome_content/welcome.css" />
|
||||
<article class="welcomeXE">
|
||||
<h1>XE core '{$version}' has been successfully installed!</h1>
|
||||
<section class="i1">
|
||||
<h1>Change the site title</h1>
|
||||
<p>After login as administrator, you can change the 'site title' as '<a href="{geturl('','module','admin','act','dispAdminConfigGeneral')}">Admin > Settings > General > Primary...</a>' progress.</p>
|
||||
<a href="{geturl('','module','admin','act','dispAdminConfigGeneral')}">Settings</a>
|
||||
</section>
|
||||
<section class="i2">
|
||||
<h1>Change the menu structure</h1>
|
||||
<p>After login as administrator, you can change the 'menu structure' as '<a href="{geturl('','module','admin','act','dispMenuAdminSiteMap')}">Admin > Menu > Menu Editor...</a>' progress.</p>
|
||||
<a href="{geturl('','module','admin','act','dispMenuAdminSiteMap')}">Settings</a>
|
||||
</section>
|
||||
<section class="i3">
|
||||
<h1>Change the layout design</h1>
|
||||
<p>After login as administrator, you can change the 'layout design' as '<a href="{geturl('','module','admin','act','dispMenuAdminSiteDesign')}">Admin > Menu > Site Design...</a>' progress.</p>
|
||||
<a href="{geturl('','module','admin','act','dispMenuAdminSiteDesign')}">Settings</a>
|
||||
</section>
|
||||
<section class="i4">
|
||||
<h1>Main page replacement</h1>
|
||||
<p>After login as administrator, you can change the 'main page' as '<a href="{geturl('','module','admin','act','dispMenuAdminSiteMap')}">Admin > Menu > Menu Editor...</a>' progress.</p>
|
||||
<a href="{geturl('','module','admin','act','dispMenuAdminSiteMap')}">Settings</a>
|
||||
</section>
|
||||
<section class="i5">
|
||||
<h1>Main page decoration</h1>
|
||||
<p>After login as administrator, you can edit the 'main page' by click the '<a href="{geturl('', 'mid', $mid, 'act','dispPageAdminContentModify')}">Modify...</a>' button.</p>
|
||||
<a href="{geturl('', 'mid', $mid, 'act','dispPageAdminContentModify')}">Settings</a>
|
||||
</section>
|
||||
<section class="i6">
|
||||
<h1>Module installation</h1>
|
||||
<p>After login as administrator, you can install the 'module' as '<a href="{geturl('','module','admin','act','dispAutoinstallAdminIndex')}">Admin > Advanced > Easy install...</a>' progress.</p>
|
||||
<a href="{geturl('','module','admin','act','dispAutoinstallAdminIndex')}">Settings</a>
|
||||
</section>
|
||||
</article>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue