Issue 2058 fixed. New layout skin(bootstrap.layout) created.

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11180 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2012-09-09 23:37:45 +00:00
parent 94031b53af
commit b22b2442a1
21 changed files with 662 additions and 40 deletions

View file

@ -0,0 +1,21 @@
@charset "utf-8";
/* Welcome */
.welcomeXE{zoom:1}
.welcomeXE:after{content:"";display:block;clear:both}
.welcomeXE>section{margin:0 0 20px 0}
@media all and (min-width:768px){
.welcomeXE>section{height:102px;background:url(../../../../common/img/welcome.png) no-repeat}
.welcomeXE>section.i1{background-position:0 0}
.welcomeXE>section.i2{background-position:0 -100px}
.welcomeXE>section.i3{background-position:0 -200px}
.welcomeXE>section.i4{background-position:0 -300px}
.welcomeXE>section.i5{background-position:0 -400px}
.welcomeXE>section.i6{background-position:0 -500px}
.welcomeXE>section>h3,
.welcomeXE>section>p{padding:0 0 0 100px}
}
@media all and (min-width:980px){
.welcomeXE>section{width:48%}
.welcomeXE>section.odd{float:left}
.welcomeXE>section.even{float:right}
}

View file

@ -1,20 +1,27 @@
<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', 'dispLayoutAdminContent')}" 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>
<article class="welcomeXE">
<h2>XE core '{$version}' has been successfully installed!</h2>
<section class="odd i1">
<h3>Change the site title</h3>
<p>After login as administrator, you can change the 'site title' as '<a href="{geturl('','module','admin','act','dispAdminConfigGeneral')}">Admin &gt; Settings &gt; General &gt; Primary...</a>' progress.</p>
</section>
<section class="even i2">
<h3>Change the menu structure</h3>
<p>After login as administrator, you can change the 'menu structure' as '<a href="{geturl('','module','admin','act','dispMenuAdminSiteMap')}">Admin &gt; Menu &gt; Menu Management...</a>' progress.</p>
</section>
<section class="odd i3">
<h3>Change the layout design</h3>
<p>After login as administrator, you can change the 'layout design' as '<a href="{geturl('','module','admin','act','dispLayoutAdminInstalledList')}">Admin &gt; Extensions &gt; Instance of layout...</a>' progress.</p>
</section>
<section class="even i4">
<h3>Module installation</h3>
<p>After login as administrator, you can install the 'module' as '<a href="{geturl('','module','admin','act','dispAutoinstallAdminIndex')}">Admin &gt; Extensions &gt; Easy install...</a>' progress.</p>
</section>
<section class="odd i5">
<h3>Main page replacement</h3>
<p>After login as administrator, you can change the 'main page' as '<a href="{geturl('','module','admin','act','dispAutoinstallAdminIndex')}">Admin &gt; Settings &gt; General &gt; Primary...</a>' progress.</p>
</section>
<section class="even i6">
<h3>Main page decoration</h3>
<p>After login as administrator, you can edit the 'main page' by click the '<a href="{geturl('act','dispPageAdminContentModify')}">Modify...</a>' button.</p>
</section>
</article>

View file

@ -1,20 +1,27 @@
<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', 'dispLayoutAdminContent')}" 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>
<article class="welcomeXE">
<h2>XE core '{$version}' 설치를 환영합니다!</h2>
<section class="odd i1">
<h3>사이트 제목 바꾸기</h3>
<p>관리자로 로그인 한 다음 '<a href="{geturl('','module','admin','act','dispAdminConfigGeneral')}">관리 &gt; 설정 &gt; 일반 &gt; 기본</a>'에서 '사이트 제목'을 변경할 수 있습니다.</p>
</section>
<section class="even i2">
<h3>메뉴 구조 바꾸기</h3>
<p>관리자로 로그인 한 다음 '<a href="{geturl('','module','admin','act','dispMenuAdminSiteMap')}">관리 &gt; 사이트 &gt; 사이트맵</a>'에서 '메뉴 구조'를 변경할 수 있습니다.</p>
</section>
<section class="odd i3">
<h3>레이아웃 디자인 바꾸기</h3>
<p>관리자로 로그인 한 다음 '<a href="{geturl('','module','admin','act','dispLayoutAdminInstalledList')}">관리 &gt; 확장기능 &gt; 설치된 레이아웃</a>'에서 '레이아웃 디자인'을 변경할 수 있습니다.</p>
</section>
<section class="even i4">
<h3>모듈 설치하기</h3>
<p>관리자로 로그인 한 다음 '<a href="{geturl('','module','admin','act','dispAutoinstallAdminIndex')}">관리 &gt; 확장기능 &gt; 쉬운 설치</a>'에서 '모듈'을 설치할 수 있습니다.</p>
</section>
<section class="odd i5">
<h3>초기화면 바꾸기</h3>
<p>관리자로 로그인 한 다음 '<a href="{geturl('','module','admin','act','dispAutoinstallAdminIndex')}">관리 &gt; 설정 &gt; 일반 &gt; 기본</a>'에서 '초기화면'을 바꿀 수 있습니다.</p>
</section>
<section class="even i6">
<h3>초기화면 꾸미기</h3>
<p>관리자로 로그인 한 다음 '<a href="{geturl('act','dispPageAdminContentModify')}">페이지 수정</a>' 버튼을 눌러 '초기화면'을 꾸밀 수 있습니다.</p>
</section>
</article>