mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-03 16:51:40 +09:00
Close Connection when there is no connection value.
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@13161 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
034a5c0288
commit
f70ce644ce
1410 changed files with 7188 additions and 53541 deletions
|
|
@ -18,7 +18,7 @@
|
|||
<!--@end-->
|
||||
<!--@end-->
|
||||
<!--@if($layout_info->logo_image)-->
|
||||
<h1 class="title"><a href="{$layout_info->index_url}" class="img"><img src="{$layout_info->logo_image}" alt="{$layout_info->index_title}" /></a></h1>
|
||||
<h1 class="title"><a href="{$layout_info->index_url}" class="img"><img src="{$layout_info->logo_image}" alt="{$layout_info->index_title}"|cond="$layout_info->index_title" alt="{Context::getSiteTitle()}"|cond="!$layout_info->index_title && Context::getSiteTitle()" /></a></h1>
|
||||
<!--@elseif($layout_info->index_title)-->
|
||||
<h1 class="title"><span class="txt">{$layout_info->index_title}</span></h1>
|
||||
<!--@end-->
|
||||
|
|
|
|||
|
|
@ -1,12 +1,16 @@
|
|||
<!--%import("mx.css")-->
|
||||
<div class="hd">
|
||||
<h1 class="h1"><a href="{$layout_info->index_url}"|cond="$layout_info->index_url" href="{geturl('')}"|cond="!$layout_info->index_url">
|
||||
<!--@if($layout_info->logo_image)-->
|
||||
<h1 class="h1"><a href="{$layout_info->index_url}"><img src="{$layout_info->logo_image}" alt="{$layout_info->index_title}" /></a></h1>
|
||||
<img src="{$layout_info->logo_image}" alt="{$layout_info->index_title}"|cond="$layout_info->index_title" alt="{Context::getSiteTitle()}"|cond="!$layout_info->index_title && Context::getSiteTitle()" />
|
||||
<!--@elseif($layout_info->index_title)-->
|
||||
<h1 class="h1"><a href="{$layout_info->index_url}">{$layout_info->index_title}</a></h1>
|
||||
<a href="{$layout_info->index_url}">{$layout_info->index_title}</a>
|
||||
<!--@elseif(Context::getSiteTitle())-->
|
||||
{Context::getSiteTitle()}
|
||||
<!--@else-->
|
||||
<h1 class="h1"><a href="{$layout_info->index_url}">Mobile XE</a></h1>
|
||||
Mobile XE
|
||||
<!--@end-->
|
||||
</a></h1>
|
||||
<!--@if($layout_info->menu->main_menu->menu_srl)-->
|
||||
<!--@if($act=='dispMenuMenu')-->
|
||||
<div class="fr"><button type="button" class="muon" onclick="history.back()">{$lang->cmd_back}</button></div>
|
||||
|
|
@ -21,9 +25,9 @@
|
|||
<li class="fl"><a href="{getUrl('act','dispMemberLogout')}">{$lang->cmd_logout}</a></li>
|
||||
<li class="fl"><a href="{getUrl('act', 'dispMemberInfo')}">{$lang->cmd_view_member_info}</a></li>
|
||||
<!--@elseif($act!='dispMemberLoginForm')-->
|
||||
<li class="fl"><a href="{getUrl('act','dispMemberLoginForm')}">{$lang->cmd_login}</a></li>
|
||||
<li class="fl"><a href="{getUrl('act','dispMemberLoginForm')}">{$lang->cmd_login}...</a></li>
|
||||
<!--@end-->
|
||||
<li class="fr"><a href="{getUrl('m',0)}">PC</a></li>
|
||||
<li class="fr" cond="count($lang_supported)>1"><a href="{getUrl('act','dispModuleChangeLang','oldact',$act)}">LANG</a></li>
|
||||
</ul>
|
||||
<p class="cr">{$layout_info->index_title}</p>
|
||||
<p class="cr">{$layout_info->index_title}<!--@if(!$layout_info->index_title)-->{Context::getSiteTitle()}<!--@end--></p>
|
||||
|
|
|
|||
|
|
@ -6,14 +6,14 @@ body,input,textarea,select,button,table{font-family:Tahoma,Geneva,sans-serif}
|
|||
.fl{float:left}
|
||||
.fr{float:right}
|
||||
/* Header */
|
||||
.hd{min-height:28px;line-height:28px;padding:6px;margin:0 0 1px 0;border-bottom:2px solid #8d7de1;background:#444 -webkit-gradient(linear,0% 0%,0% 100%,from(#434343),to(#0d0d0d));background:#444 -moz-linear-gradient(top,#434343,#0d0d0d);background-color:#444;*zoom:1}
|
||||
.hd{min-height:28px;line-height:28px;padding:6px;margin:0 0 1px 0;border-bottom:2px solid #8d7de1;background:-webkit-linear-gradient(top,#434343,#0d0d0d);background:-moz-linear-gradient(top,#434343,#0d0d0d);background:-o-linear-gradient(top,#434343,#0d0d0d);background:-ms-linear-gradient(top,#434343,#0d0d0d);background:linear-gradient(top,#434343,#0d0d0d);background-color:#444;*zoom:1}
|
||||
.hd:after{content:"";margin:0 -6px;position:relative;top:9px;display:block;clear:both;height:1px;background:#6352d2}
|
||||
.hd .h1{float:left;display:inline;color:#fff;font-size:24px;margin:0;font-weight:bold}
|
||||
.hd .h1 a{color:#fff}
|
||||
.hd .h1 img{border:0}
|
||||
.hd .mu{display:inline-block;height:26px;line-height:26px;padding:0 10px;font-size:12px;font-weight:bold;color:#fff;text-decoration:none;box-shadow:0 0 1px #000;-webkit-box-shadow:0 0 1px #000;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;background:#1b1b1b -webkit-gradient(linear,0% 0%,0% 100%,from(#777),to(#373737),color-stop(0.5,#323232),color-stop(0.5,#1b1b1b));background:#1b1b1b -moz-linear-gradient(top,#777,#373737);background-color:#1b1b1b}
|
||||
.hd .mu{display:inline-block;height:26px;line-height:26px;padding:0 10px;border:0;font-size:12px;font-weight:bold;color:#fff;text-decoration:none;box-shadow:0 0 1px #000;-webkit-box-shadow:0 0 1px #000;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;background:-webkit-linear-gradient(top,#777,#323232 50%,#1b1b1b 50%,#373737 100%);background:-moz-linear-gradient(top,#777,#323232 50%,#1b1b1b 50%,#373737 100%);background:-o-linear-gradient(top,#777,#323232 50%,#1b1b1b 50%,#373737 100%);background:-ms-linear-gradient(top,#777,#323232 50%,#1b1b1b 50%,#373737 100%);background:linear-gradient(top,#777,#323232 50%,#1b1b1b 50%,#373737 100%);background-color:#1b1b1b}
|
||||
.hd .mu:after{content:"›";margin:0 0 0 2px}
|
||||
.hd .muon{cursor:pointer;display:inline-block;height:26px;line-height:26px;padding:0 10px;font-size:12px;font-weight:bold;color:#fff;text-decoration:none;box-shadow:0 0 1px #000;-webkit-box-shadow:0 0 1px #000;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;background:#1b1b1b -webkit-gradient(linear,0% 0%,0% 100%,from(#777),to(#373737),color-stop(0.5,#323232),color-stop(0.5,#1b1b1b));background:#1b1b1b -moz-linear-gradient(top,#777,#373737);background-color:#1b1b1b}
|
||||
.hd .muon{cursor:pointer;display:inline-block;height:26px;line-height:26px;padding:0 10px;font-size:12px;font-weight:bold;color:#fff;text-decoration:none;border:0;box-shadow:0 0 1px #000;-webkit-box-shadow:0 0 1px #000;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;background:-webkit-linear-gradient(top,#777,#323232 50%,#1b1b1b 50%,#373737 100%);background:-moz-linear-gradient(top,#777,#323232 50%,#1b1b1b 50%,#373737 100%);background:-o-linear-gradient(top,#777,#323232 50%,#1b1b1b 50%,#373737 100%);background:-ms-linear-gradient(top,#777,#323232 50%,#1b1b1b 50%,#373737 100%);background:linear-gradient(top,#777,#323232 50%,#1b1b1b 50%,#373737 100%);background-color:#1b1b1b}
|
||||
.hd .muon:before{content:"‹";margin:0 2px 0 0}
|
||||
.hd .mu:after,
|
||||
.hd .muon:before{font-size:16px;line-height:16px;vertical-align:middle;position:relative;top:-2px;font-family:Verdana, Geneva, sans-serif}
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
<li class="fl"><a href="{getUrl('act','dispMemberLogout')}">{$lang->cmd_logout}</a></li>
|
||||
<li class="fl"><a href="{getUrl('act', 'dispMemberInfo')}">{$lang->cmd_view_member_info}</a></li>
|
||||
<!--@elseif($act!='dispMemberLoginForm')-->
|
||||
<li class="fl"><a href="{getUrl('act','dispMemberLoginForm')}">{$lang->cmd_login}</a></li>
|
||||
<li class="fl"><a href="{getUrl('act','dispMemberLoginForm')}">{$lang->cmd_login}...</a></li>
|
||||
<!--@end-->
|
||||
<li class="fr"><a href="{getUrl('m',0)}">PC</a></li>
|
||||
<li class="fr" cond="count($lang_supported)>1"><a href="{getUrl('act','dispModuleChangeLang','oldact',$act)}">LANG</a></li>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue