mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 19:21:40 +09:00
#1354 설치 시 데모 콘텐츠 및 메뉴 자동 구성 추가
This commit is contained in:
parent
7676d787ab
commit
a8430dec0c
12 changed files with 304 additions and 403 deletions
|
|
@ -1,34 +1,9 @@
|
|||
<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>
|
||||
<link rel="stylesheet" href="./layouts/xedition/css/welcome.css" />
|
||||
<div class="welcomeXE">
|
||||
<section class="intro">
|
||||
<span class="noti">WELCOME TO</span>
|
||||
<h1 class="tit">WELCOME TO XPRESSENGINE</h1>
|
||||
<P class="cont">XpressEngine은 자유로운 웹 콘텐츠 발행을 돕는 CMS입니다.<br />간편한 설치와 다양한 추가 프로그램을 활용하여<br /> 자신만의 웹페이지를 쉽고 빠르게 만들 수 있습니다.</P>
|
||||
<a href="{getUrl('', 'module', 'admin')}" target="_blank" class="btn_start">XE 시작하기</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>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue