mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-24 05:39:58 +09:00
widgetContainer를 사용하는 XE 룰을 따르는 위젯들의 colorset이 한 페이지에 white/black2개가 모두 쓰일때 오동작하는 것을 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5830 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
5e81309067
commit
905fba6fa7
84 changed files with 1840 additions and 1939 deletions
|
|
@ -1,17 +0,0 @@
|
|||
@charset "utf-8";
|
||||
|
||||
/* widgetLogin */
|
||||
.widgetLogin label{ color:#999;}
|
||||
.widgetLogin .help a{ color:#ccc;}
|
||||
.widgetLogin .help li{ background:url(../img/black/lineTextDiv.gif) no-repeat left center;}
|
||||
|
||||
/* widgetLastLogin */
|
||||
.widgetLastLogin dt{ color:#999;}
|
||||
.widgetLastLogin dd{ color:#888;}
|
||||
.widgetLastLogin a{ color:#333;}
|
||||
.widgetLastLogin li{ background:url(../img/black/iconInfoMine.gif) no-repeat left center;}
|
||||
|
||||
/* widgetMyInfo */
|
||||
.widgetMyInfo li a{ color:#999;}
|
||||
.widgetMyInfo li{ background:url(../img/black/iconMyInfo.gif) no-repeat left 1px;}
|
||||
|
||||
|
|
@ -1,17 +0,0 @@
|
|||
@charset "utf-8";
|
||||
|
||||
/* widgetLogin */
|
||||
.widgetLogin label{ color:#333;}
|
||||
.widgetLogin .help a{ color:#333;}
|
||||
.widgetLogin .help li{ background:url(../img/white/lineTextDiv.gif) no-repeat left center;}
|
||||
|
||||
/* widgetLastLogin */
|
||||
.widgetLastLogin dt{ color:#333;}
|
||||
.widgetLastLogin dd{ color:#888;}
|
||||
.widgetLastLogin a{ color:#333;}
|
||||
.widgetLastLogin li{ background:url(../img/white/iconInfoMine.gif) no-repeat left center;}
|
||||
|
||||
/* widgetMyInfo */
|
||||
.widgetMyInfo li a{ color:#666;}
|
||||
.widgetMyInfo li{ background:url(../img/white/iconMyInfo.gif) no-repeat left 1px;}
|
||||
|
||||
|
|
@ -22,3 +22,34 @@
|
|||
.widgetMyInfo{ margin:0; padding:0; font-size:12px;}
|
||||
.widgetMyInfo:after{ content:""; display:block; clear:both; *zoom:1;}
|
||||
.widgetMyInfo li{ margin-bottom:5px; padding:0; text-indent:12px; list-style:none;}
|
||||
|
||||
/* widgetLogin */
|
||||
.widgetLogin label{ color:#333;}
|
||||
.widgetLogin .help a{ color:#333;}
|
||||
.widgetLogin .help li{ background:url(../img/white/lineTextDiv.gif) no-repeat left center;}
|
||||
|
||||
/* widgetLastLogin */
|
||||
.widgetLastLogin dt{ color:#333;}
|
||||
.widgetLastLogin dd{ color:#888;}
|
||||
.widgetLastLogin a{ color:#333;}
|
||||
.widgetLastLogin li{ background:url(../img/white/iconInfoMine.gif) no-repeat left center;}
|
||||
|
||||
/* widgetMyInfo */
|
||||
.widgetMyInfo li a{ color:#666;}
|
||||
.widgetMyInfo li{ background:url(../img/white/iconMyInfo.gif) no-repeat left 1px;}
|
||||
|
||||
/* widgetLogin */
|
||||
.widgetContainer.black .widgetLogin label{ color:#999;}
|
||||
.widgetContainer.black .widgetLogin .help a{ color:#ccc;}
|
||||
.widgetContainer.black .widgetLogin .help li{ background:url(../img/black/lineTextDiv.gif) no-repeat left center;}
|
||||
|
||||
/* widgetLastLogin */
|
||||
.widgetContainer.black .widgetLastLogin dt{ color:#999;}
|
||||
.widgetContainer.black .widgetLastLogin dd{ color:#888;}
|
||||
.widgetContainer.black .widgetLastLogin a{ color:#333;}
|
||||
.widgetContainer.black .widgetLastLogin li{ background:url(../img/black/iconInfoMine.gif) no-repeat left center;}
|
||||
|
||||
/* widgetMyInfo */
|
||||
.widgetContainer.black .widgetMyInfo li a{ color:#999;}
|
||||
.widgetContainer.black .widgetMyInfo li{ background:url(../img/black/iconMyInfo.gif) no-repeat left 1px;}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,12 +1,8 @@
|
|||
<!--// colorset의 값에 따라 css 파일을 import 한다 -->
|
||||
<!--%import("./filter/login.xml")-->
|
||||
<!--%import("./filter/openid_login.xml")-->
|
||||
|
||||
<!--%import("./css/widget.css")-->
|
||||
<!--@if($colorset=="black")-->
|
||||
<!--%import("./css/black.css")-->
|
||||
<!--@elseif($colorset=="white" || $colorset=="default")-->
|
||||
<!--%import("./css/white.css")-->
|
||||
<!--@if($colorset == "black" || $colorset == "white")-->
|
||||
<!--%import("./css/widget.css")-->
|
||||
<!--@end-->
|
||||
|
||||
<script type="text/javascript">
|
||||
|
|
@ -14,7 +10,7 @@
|
|||
xAddEventListener(window, "load", function(){ xGetElementById("formLogin").user_id.focus(); });
|
||||
</script>
|
||||
|
||||
<div class="widgetContainer">
|
||||
<div class="widgetContainer<!--@if($colorset=="black")--> black<!--@end-->">
|
||||
<!--// XE Login -->
|
||||
<form action="./" method="post" onsubmit="return procFilter(this, widget_login)" id="formLogin" class="widgetLogin">
|
||||
<fieldset>
|
||||
|
|
|
|||
|
|
@ -1,13 +1,10 @@
|
|||
<!--%import("./filter/logout.xml")-->
|
||||
|
||||
<!--%import("./css/widget.css")-->
|
||||
<!--@if($colorset=="black")-->
|
||||
<!--%import("./css/black.css")-->
|
||||
<!--@elseif($colorset=="white" || $colorset=="default")-->
|
||||
<!--%import("./css/white.css")-->
|
||||
<!--@if($colorset == "black" || $colorset == "white")-->
|
||||
<!--%import("./css/widget.css")-->
|
||||
<!--@end-->
|
||||
|
||||
<div class="widgetContainer">
|
||||
<div class="widgetContainer<!--@if($colorset=="black")--> black<!--@end-->">
|
||||
<dl class="widgetLastLogin">
|
||||
<dt>{$lang->last_login}:</dt>
|
||||
<dd>{zDate($logged_info->last_login, "Y-m-d H:i")}</dd>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue