mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
css 및 js 호출순서 조정기능 추가
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5785 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
4f380d9c48
commit
61851f1dfe
2149 changed files with 109090 additions and 18689 deletions
58
modules/layout/faceoff/layout.html
Normal file
58
modules/layout/faceoff/layout.html
Normal file
|
|
@ -0,0 +1,58 @@
|
|||
<div id="xe" class="{$layout_info->faceoff_ini_config['type']} {$layout_info->faceoff_ini_config['align']}">
|
||||
<div id="container" class="{$layout_info->faceoff_ini_config['column']}">
|
||||
<div id="header">
|
||||
<a href="#content" class="skipToContent">Skip to content</a>
|
||||
<h1><a href="{$layout_info->index_url}"><!--@if($layout_info->logo_image)--><img src="{$layout_info->logo_image}" alt="logo" border="0" class="iePngFix" /><!--@elseif($layout_info->logo_text)-->{$layout_info->logo_text}<!--@else-->Title<!--@end--></a></h1>
|
||||
<hr />
|
||||
<div class="navigation"></div>
|
||||
</div>
|
||||
<hr />
|
||||
|
||||
<div id="neck">
|
||||
<div class="extension neck">
|
||||
<!-- start-neck -->
|
||||
|
||||
<!-- end-neck -->
|
||||
</div>
|
||||
</div>
|
||||
<hr />
|
||||
|
||||
<div id="body">
|
||||
<div id="content">
|
||||
{$content}
|
||||
</div>
|
||||
<hr />
|
||||
<div class="extension e1">
|
||||
<!-- start-e1 -->
|
||||
|
||||
<!-- end-e1 -->
|
||||
</div>
|
||||
<hr />
|
||||
<div class="extension e2">
|
||||
<!-- start-e2 -->
|
||||
|
||||
<!-- end-e2 -->
|
||||
</div>
|
||||
</div>
|
||||
<hr />
|
||||
<div id="knee">
|
||||
<div class="extension knee">
|
||||
<!-- start-knee -->
|
||||
|
||||
<!-- end-knee -->
|
||||
</div>
|
||||
</div>
|
||||
<hr />
|
||||
<div id="footer">
|
||||
<div class="navigation"></div>
|
||||
<hr />
|
||||
<address>
|
||||
<!--@if($layout_info->copyright_text)-->
|
||||
{$layout_info->copyright_text}
|
||||
<!--@else-->
|
||||
Copyright © <a href="http://www.xpressengine.com" onclick="window.open(this.href);return false;"><abbr title="Xpress Engine">XE</abbr>.</a> All Rights Reserved.
|
||||
<!--@end-->
|
||||
</address>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue