Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
 * 센터 패널의 h2 요소를 가림
 * sid님 요청.
 * 언어 리소스 수정
  • Loading branch information
inureyes committed May 28, 2008
1 parent 47f4ba0 commit e242700
Show file tree
Hide file tree
Showing 8 changed files with 33 additions and 28 deletions.
2 changes: 1 addition & 1 deletion interface/owner/center/dashboard/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ function optimizeData() {
<dl id="direct-link-line" class="line">
<dt><?php echo _t('플러그인 설정');?></dt>
<dd>
<a class="button" href="<?php echo $blogURL;?>/owner/plugin?visibility=center"><?php echo _t('플러그인 설정 페이지로 바로가기');?></a>
<a class="button" href="<?php echo $blogURL;?>/owner/plugin?visibility=center"><?php echo _t('위젯 켜고 끄기');?></a>
</dd>
</dl>
<?php
Expand Down
12 changes: 6 additions & 6 deletions interface/owner/plugin/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -285,13 +285,13 @@ function getCurrentSetting( plugin, setYN, width, height, tab) {
<h2 class="caption"><span class="main-text"><?php echo _t('설치된 플러그인 목록입니다');?></span></h2>

<div class="main-explain-box">
<p class="explain"><?php echo _t('블로그에 다양한 기능을 더해보세요. 원하는 기능이 든 아이콘을 눌러주면 바로 블로그의 기능이 업그레이드 됩니다.').'<br /> '._t('센터 플러그인은 로그인후 보이는 관리자 패널에 위젯을 추가해 줍니다.').' '._t('표지 플러그인은 블로그의 첫 화면이나 표지 화면에 출력되는 위젯을 추가해 줍니다.').' '._t('센터 플러그인이나 표지 플러그인은 사이드바와 같이 자유롭게 끌어서 위치를 바꿀 수 있습니다.');?></p>
<p class="explain"><?php echo _t('블로그에 다양한 기능을 더해보세요. 원하는 기능이 든 아이콘을 눌러주면 바로 블로그의 기능이 업그레이드 됩니다.').'<br /> '._t('알림판 위젯 플러그인은 로그인후 보이는 알림판에 위젯을 추가해 줍니다.').' '._t('블로그 표지 위젯 플러그인은 블로그의 첫 화면이나 표지 화면에 출력되는 위젯을 추가해 줍니다.').' '._t('알림판 위젯 플러그인이나 블로그 표지 플러그인은 사이드바와 같이 자유롭게 끌어서 위치를 바꿀 수 있습니다.');?></p>
</div>

<ul id="plugin-tabs-box" class="tabs-box">
<li<?php echo isset($tabsClass['blog']) ? ' class="selected"' : NULL;?>><a href="<?php echo $blogURL;?>/owner/plugin"><?php echo _t('블로그/관리자 플러그인');?></a></li>
<li<?php echo isset($tabsClass['center']) ? ' class="selected"' : NULL;?>><a href="<?php echo $blogURL;?>/owner/plugin?visibility=center"><?php echo _t('센터 플러그인');?></a></li>
<li<?php echo isset($tabsClass['coverpage']) ? ' class="selected"' : NULL;?>><a href="<?php echo $blogURL;?>/owner/plugin?visibility=coverpage"><?php echo _t('표지 플러그인');?></a></li>
<li<?php echo isset($tabsClass['blog']) ? ' class="selected"' : NULL;?>><a href="<?php echo $blogURL;?>/owner/plugin"><?php echo _t('블로그/관리자 기능');?></a></li>
<li<?php echo isset($tabsClass['center']) ? ' class="selected"' : NULL;?>><a href="<?php echo $blogURL;?>/owner/plugin?visibility=center"><?php echo _t('알림판 위젯');?></a></li>
<li<?php echo isset($tabsClass['coverpage']) ? ' class="selected"' : NULL;?>><a href="<?php echo $blogURL;?>/owner/plugin?visibility=coverpage"><?php echo _t('블로그 표지 위젯');?></a></li>
</ul>

<fieldset id="plugin-display-box">
Expand Down Expand Up @@ -322,11 +322,11 @@ function getCurrentSetting( plugin, setYN, width, height, tab) {
<?php
} else if (defined('__TAB_CENTER__')) {
?>
<li><input type="checkbox" class="checkbox" id="center-scope" name="scopeType" value="center" onclick="this.checked=true;" checked="checked" /><label id="center-scope-label" for="center-scope"<?php echo in_array('center', $selectedScopes) ? ' class="selected"' : '';?>><?php echo _t('센터 플러그인');?></label></li>
<li><input type="checkbox" class="checkbox" id="center-scope" name="scopeType" value="center" onclick="this.checked=true;" checked="checked" /><label id="center-scope-label" for="center-scope"<?php echo in_array('center', $selectedScopes) ? ' class="selected"' : '';?>><?php echo _t('알림판 위젯');?></label></li>
<?php
} else if (defined('__TAB_COVERPAGE__')) {
?>
<li><input type="checkbox" class="checkbox" id="coverpage-scope" name="scopeType" value="coverpage" onclick="this.checked=true;" checked="checked" /><label id="coverpage-scope-label" for="coverpage-scope"<?php echo in_array('coverpage', $selectedScopes) ? ' class="selected"' : '';?>><?php echo _t('표지 플러그인');?></label></li>
<li><input type="checkbox" class="checkbox" id="coverpage-scope" name="scopeType" value="coverpage" onclick="this.checked=true;" checked="checked" /><label id="coverpage-scope-label" for="coverpage-scope"<?php echo in_array('coverpage', $selectedScopes) ? ' class="selected"' : '';?>><?php echo _t('블로그 표지 위젯');?></label></li>
<?php
}
?>
Expand Down
12 changes: 6 additions & 6 deletions interface/owner/skin/adminSkin/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@
require ROOT . '/lib/piece/owner/header.php';

?>
<div id="part-setting-admin" class="part">
<h2 class="caption"><span class="main-text"><?php echo setDetailPanel('admin_skin_setting','link',_t('관리자 패널의 스킨을 설정합니다'));?></span></h2>
<div id="part-skin-admin" class="part">
<h2 class="caption"><span class="main-text"><?php echo setDetailPanel('admin_skin_setting','link',_t('관리 패널의 스킨을 설정합니다'));?></span></h2>
<form id="admin-skin-form" class="data-inbox" method="post" action="<?php echo parseURL($blogURL.'/owner/skin/adminSkin/set');?>">
<div class="main-explain-box">
<p class="explain"><?php echo _t('관리자 패널 스킨은 로그인한 후 보여지는 패널의 디자인을 다양하게 변경합니다. 관리자 패널 스킨을 추가하기 위해서는 관리자 패널 스킨을 내려받아 /style/admin 디렉토리에 설치하시면 됩니다.');?></p>
<p class="explain"><?php echo _t('관리 패널 스킨은 로그인한 후 보여지는 패널의 디자인을 다양하게 변경합니다. 관리 패널 스킨을 추가하기 위해서는 관리 패널 스킨을 내려받아 /style/admin 디렉토리에 설치하시면 됩니다.');?></p>
</div>
<fieldset class="container">
<legend><?php echo _t('관리자 패널의 스킨을 설정합니다');?></legend>
<legend><?php echo _t('관리 패널의 스킨을 설정합니다');?></legend>

<dl id="admin-skin-line" class="line">
<dt><span class="label"><?php echo _t('패널 스킨');?></span></dt>
<dt><span class="label"><?php echo _t('패널 스킨');?></span></dt>
<dd>
<select id="adminSkin" name="adminSkin">
<?php
Expand Down Expand Up @@ -44,7 +44,7 @@
</select>
</dd>
<dd>
<p><label for="adminSkin"><?php echo _t('팀블로그의 관리자 패널 스킨을 변경할 경우 다른 팀원들의 관리자 패널 디자인도 함께 바뀝니다.');?></label></p>
<p><label for="adminSkin"><?php echo _t('팀블로그의 관리 패널 스킨을 변경할 경우 다른 팀원들의 관리 패널 디자인도 함께 바뀝니다.');?></label></p>
</dd>
</dl>
</fieldset>
Expand Down
12 changes: 6 additions & 6 deletions interface/owner/skin/coverpage/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ function pretty_dress($view)
getBlogContentForCoverPage();
?>
<form id="part-coverpage-order" class="part" method="post" action="<?php echo parseURL($blogURL.'/owner/skin/coverpage');?>">
<h2 class="caption"><span class="main-text"><?php echo _t('표지를 관리합니다');?></span></h2>
<h2 class="caption"><span class="main-text"><?php echo _t('블로그 표지를 관리합니다');?></span></h2>
<?php
require ROOT . '/lib/piece/owner/skinTab.php';
?>
Expand All @@ -245,7 +245,7 @@ function pretty_dress($view)
<dt><?php echo _t('독립패널 설정');?></dt>
<dd>
<input type="checkbox" class="checkbox" id="useCoverpageInit" name="useCoverpageInit" value="on" onclick="changeList();return false;"<?php echo $coverpageInitView == 1 ? ' checked="checked"' : NULL;?> />
<label for="useCoverpageInit"><?php echo _t('표지를 첫 화면으로 사용합니다');?></label>
<label for="useCoverpageInit"><?php echo _t('표지를 블로그의 첫 화면으로 사용합니다');?></label>
</dd>
</dl>
<?php
Expand All @@ -258,21 +258,21 @@ function pretty_dress($view)

<dl id="direct-link-line" class="line">
<dt><?php echo _t('플러그인 설정');?></dt>
<dd><a class="button" href="<?php echo $blogURL;?>/owner/plugin?visibility=coverpage"><?php echo _t('플러그인 설정 페이지로 바로가기');?></a></dd>
<dd><a class="button" href="<?php echo $blogURL;?>/owner/plugin?visibility=coverpage"><?php echo _t('위젯 켜고 끄기');?></a></dd>
</dl>
<?php
if (is_null($skin->cover) || count($coverpageMappings) == 0) {
if (is_null($skin->cover))
$errmsg = '사용중인 스킨이 표지를 지원하지 않습니다.';
$errmsg = _t('사용중인 스킨이 블로그 표지를 지원하지 않습니다.');
else
$errmsg = '사용중인 표지 플러그인이 없습니다.';
$errmsg = _t('사용중인 표지 플러그인이 없습니다.');
?>
<ul id="coverpage-tabs-box" class="tabs-box">
<li class="selected"><a id="default-mode-button" class="button" href="<?php echo $blogURL;?>/owner/skin/coverpage" title="<?php echo _t('실제 출력되는 내용을 직접 볼 수 있는 기본 모드입니다.');?>"><?php echo _t('기본모드');?></a></li>
</ul>

<div id="coverpage-box-disabled" class="data-inbox">
<p><?php echo _t($errmsg);?></p>
<p><?php echo $errmsg;?></p>
</div>
</form>
<?php
Expand Down
2 changes: 1 addition & 1 deletion interface/owner/skin/sidebar/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ function pretty_dress($view)

<dl id="direct-link-line" class="line">
<dt><?php echo _t('플러그인 설정');?></dt>
<dd><a class="button" href="<?php echo parseURL($blogURL.'/owner/plugin');?>"><?php echo _t('플러그인 설정 페이지로 바로가기');?></a></dd>
<dd><a class="button" href="<?php echo parseURL($blogURL.'/owner/plugin');?>"><?php echo _t('위젯 켜고 끄기');?></a></dd>
</dl>

<?php
Expand Down
2 changes: 1 addition & 1 deletion language/ko.php
Original file line number Diff line number Diff line change
Expand Up @@ -1478,7 +1478,7 @@
//$__text['제외할 수 없습니다'] = '';
//$__text['제작자'] = '';
$__text['조각보'] = '센터';
$__text['조각보를 봅니다'] = '센터를 봅니다';
$__text['조각보를 봅니다'] = '알림판 위젯';
//$__text['존재하지 않는 페이지입니다.'] = '';
//$__text['종류'] = '';
//$__text['죄송합니다. 아직 해당 메뉴에 대한 도움말이 준비되지 않았습니다.'] = '';
Expand Down
2 changes: 1 addition & 1 deletion lib/piece/owner/header.php
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@
array('menu'=>'edit','title'=>_t('스킨 편집'),'link'=>'/owner/skin/edit'),
array('menu'=>'setting','title'=>_t('스킨 상세 설정'),'link'=>'/owner/skin/setting'),
array('menu'=>'widget','title'=>_t('위젯'),'link'=>'/owner/skin/sidebar'),
array('menu'=>'adminSkin','title'=>_t('관리자 패널 스킨 선택'),'link'=>'/owner/skin/adminSkin')
array('menu'=>'adminSkin','title'=>_t('관리 패널 스킨 선택'),'link'=>'/owner/skin/adminSkin')
);
}
if(Acl::check('group.administrators')) {
Expand Down
17 changes: 11 additions & 6 deletions style/admin/whitedream/center.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,15 @@
#part-center-dashboard,
#part-center-lint
{
height : 480px;
height : 440px;
position : relative;
}

#part-center-dashboard h2
{
display : none;
}

#part-center-dashboard .section h3,
#part-center-lint .section h3
{
Expand All @@ -38,7 +43,7 @@
{
position : absolute;
left : 10px;
top : 40px;
top : 0;
width : 200px;
}

Expand All @@ -65,7 +70,7 @@
margin-left : 220px;
width : 200px;
position : absolute;
top : 40px;
top : 0;
}

#total-information h3
Expand Down Expand Up @@ -107,7 +112,7 @@
{
position : absolute;
left : 10px;
top : 280px;
top : 240px;
width : 410px;
}

Expand Down Expand Up @@ -147,7 +152,7 @@
width : 505px;
position : absolute;
right : 20px;
top : 40px;
top : 0;
}

#part-center-dashboard #myBlogInfo.section h3
Expand All @@ -167,7 +172,7 @@
#part-center-dashboard #infoPanel
{
border : 1px solid #d9dde0;
margin-top: 10px;
margin-top : 10px;
padding : 9px;
width : 485px;
float : right;
Expand Down

0 comments on commit e242700

Please sign in to comment.