mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1810 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
9d50022623
commit
732f87cd36
4 changed files with 12 additions and 3 deletions
|
|
@ -92,6 +92,14 @@
|
|||
$this->_set('logged_info', NULL);
|
||||
}
|
||||
|
||||
//////////////////
|
||||
//$logged_info->is_admin = 'Y';
|
||||
//$_SESSION['logged_info'] = $logged_info;
|
||||
//$_SESSION['is_logged'] = true;
|
||||
//$this->_set('is_logged', true);
|
||||
//$this->_set('logged_info', $logged_info);
|
||||
//////////////////
|
||||
|
||||
// rewrite 모듈사용 상태 체크
|
||||
if(file_exists('./.htaccess')&&in_array('mod_rewrite',apache_get_modules())) $this->allow_rewrite = true;
|
||||
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ IE7 Only
|
|||
|
||||
/* ----- cBody | Start ----- */
|
||||
|
||||
h3 { position:relative; padding:22px 0 7px 0; border-bottom:2px solid #f2250d; background:url(../images/h3.gif) no-repeat 1px 24px; font-size:1.4em; margin-bottom:10px; text-indent:24px; z-index:99;}
|
||||
h3 { padding:22px 0 7px 0; border-bottom:2px solid #f2250d; background:url(../images/h3.gif) no-repeat 1px 24px; font-size:1.4em; margin-bottom:10px; text-indent:24px; z-index:99;}
|
||||
h3 .gray { color:#9d9d9d;}
|
||||
.pass { background:url(../images/h4.gif) no-repeat .5em center; padding-left:1em; color:#606060; font-size:1em;}
|
||||
.header4 { overflow:hidden;}
|
||||
|
|
@ -93,7 +93,7 @@ h4 .view { color:#158692; padding-right:.6em; font:bold .9em Tahoma; background:
|
|||
.pageNavigation .current { position:relative; margin-left:-4px; font:bold 1em Tahoma; color:#ff6600; display:inline-block; padding:1px 7px 1px 6px; border-left:1px solid #dedfde; border-right:1px solid #CCCCCC; text-decoration:none; line-height:1em; }
|
||||
|
||||
/* tableStyle */
|
||||
.infoText { border:1px solid #f2f2f0; margin-bottom:12px; background:#f9f9f6; padding:1.2em; color:#7b7972; font-size:.9em; line-height:1.4em;}
|
||||
.infoText { clear:both; border:1px solid #f2f2f0; margin-bottom:12px; background:#f9f9f6; padding:1.2em; color:#7b7972; font-size:.9em; line-height:1.4em;}
|
||||
.gap1 { margin-top:1em; }
|
||||
.tableSummaryType1 { font:bold .8em Tahoma; color:#a0a0a0; margin-bottom:10px;}
|
||||
.tableSummaryType1 strong { font:bold 1em Tahoma; color:#ff1a00;}
|
||||
|
|
|
|||
Binary file not shown.
|
Before Width: | Height: | Size: 169 B After Width: | Height: | Size: 72 B |
|
|
@ -8,7 +8,8 @@
|
|||
// For details, see: http://creativecommons.org/licenses/LGPL/2.1/
|
||||
// This must be a path to a blank image. That's all the configuration you need.
|
||||
|
||||
if (typeof blankImg == 'undefined') var blankImg = '../images/blank.gif'; // 1x1px 짜리 투명 이미지(blank.gif)의 경로를 변경.
|
||||
if (typeof blankImg == 'undefined') var blankImg = request_uri+'/common/tpl/images/blank.gif'; // 1x1px 짜리 투명 이미지(blank.gif)의 경로를 변경.
|
||||
alert(blankImg);
|
||||
var f = 'DXImageTransform.Microsoft.AlphaImageLoader';
|
||||
|
||||
function filt(s, m)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue