Changeset 5926
- Timestamp:
- 05/12/08 17:18:39 (8 months ago)
- Location:
- trunk/interface/owner
- Files:
-
- 40 modified
-
center/about/index.php (modified) (1 diff)
-
center/dashboard/index.php (modified) (3 diffs)
-
communication/comment/index.php (modified) (1 diff)
-
communication/link/add/index.php (modified) (1 diff)
-
communication/link/categoryEdit/index.php (modified) (1 diff)
-
communication/link/edit/index.php (modified) (1 diff)
-
communication/link/index.php (modified) (1 diff)
-
communication/notify/index.php (modified) (1 diff)
-
communication/openid/index.php (modified) (1 diff)
-
communication/trackback/index.php (modified) (1 diff)
-
communication/trash/comment/index.php (modified) (1 diff)
-
communication/trash/trackback/index.php (modified) (1 diff)
-
communication/xfn/index.php (modified) (1 diff)
-
control/blog/detail/index.php (modified) (1 diff)
-
control/blog/index.php (modified) (1 diff)
-
control/server/index.php (modified) (6 diffs)
-
control/system/index.php (modified) (3 diffs)
-
control/user/detail/index.php (modified) (1 diff)
-
control/user/index.php (modified) (1 diff)
-
data/index.php (modified) (1 diff)
-
entry/category/index.php (modified) (1 diff)
-
entry/edit/index.php (modified) (1 diff)
-
entry/index.php (modified) (1 diff)
-
plugin/adminMenu/index.php (modified) (1 diff)
-
plugin/index.php (modified) (1 diff)
-
plugin/tableSetting/index.php (modified) (1 diff)
-
reader/index.php (modified) (1 diff)
-
setting/account/index.php (modified) (1 diff)
-
setting/blog/index.php (modified) (1 diff)
-
setting/entry/index.php (modified) (1 diff)
-
setting/filter/index.php (modified) (1 diff)
-
setting/teamblog/index.php (modified) (1 diff)
-
skin/adminSkin/index.php (modified) (1 diff)
-
skin/coverpage/edit/index.php (modified) (1 diff)
-
skin/coverpage/index.php (modified) (1 diff)
-
skin/edit/index.php (modified) (1 diff)
-
skin/index.php (modified) (1 diff)
-
skin/setting/index.php (modified) (1 diff)
-
skin/sidebar/edit/index.php (modified) (1 diff)
-
skin/sidebar/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/interface/owner/center/about/index.php
r5912 r5926 5 5 require ROOT . '/lib/includeForBlogOwner.php'; 6 6 require ROOT . '/lib/piece/owner/header.php'; 7 require ROOT . '/lib/piece/owner/contentMenu.php'; 7 8 8 ?> 9 9 <div id="part-center-about" class="part"> -
trunk/interface/owner/center/dashboard/index.php
r5864 r5926 21 21 if (!isset($_REQUEST['ajaxcall'])) { 22 22 require ROOT . '/lib/piece/owner/header.php'; 23 require ROOT . '/lib/piece/owner/contentMenu.php';23 24 24 trashVan(); 25 25 } … … 202 202 <?php 203 203 if (($_SERVER['REQUEST_METHOD'] == 'POST') && (empty($_POST['useTTdashboard']))) { 204 $textcubeDashboard = getBlogSetting("textcubeDashboard" );204 $textcubeDashboard = getBlogSetting("textcubeDashboard",1); 205 205 if (is_null($textcubeDashboard)) { 206 206 setBlogSetting("textcubeDashboard", 1); … … 211 211 } 212 212 } else if ($_SERVER['REQUEST_METHOD'] == 'POST') { 213 setBlogSetting("textcubeDashboard", 1);214 $textcubeDashboard = 1;213 setBlogSetting("textcubeDashboard", 1); 214 $textcubeDashboard = 1; 215 215 } else { 216 $textcubeDashboard = getBlogSetting("textcubeDashboard" );216 $textcubeDashboard = getBlogSetting("textcubeDashboard",1); 217 217 } 218 218 -
trunk/interface/owner/communication/comment/index.php
r5874 r5926 73 73 } 74 74 require ROOT . '/lib/piece/owner/header.php'; 75 require ROOT . '/lib/piece/owner/contentMenu.php'; 75 76 76 ?> 77 77 <script type="text/javascript"> -
trunk/interface/owner/communication/link/add/index.php
r5908 r5926 7 7 8 8 require ROOT . '/lib/piece/owner/header.php'; 9 require ROOT . '/lib/piece/owner/contentMenu.php'; 9 10 10 11 11 $tabsClass['add'] = true; -
trunk/interface/owner/communication/link/categoryEdit/index.php
r5908 r5926 9 9 respond::ErrorPage(_t('링크 정보가 존재하지 않습니다.')); 10 10 require ROOT . '/lib/piece/owner/header.php'; 11 require ROOT . '/lib/piece/owner/contentMenu.php'; 11 12 12 13 13 $tabsClass['categoryEdit'] = true; -
trunk/interface/owner/communication/link/edit/index.php
r5908 r5926 10 10 $method = empty($link['rss']) ? 1 : 0; 11 11 require ROOT . '/lib/piece/owner/header.php'; 12 require ROOT . '/lib/piece/owner/contentMenu.php'; 12 13 13 14 14 $tabsClass['edit'] = true; -
trunk/interface/owner/communication/link/index.php
r5917 r5926 8 8 $links = getLinks($blogid); 9 9 require ROOT . '/lib/piece/owner/header.php'; 10 require ROOT . '/lib/piece/owner/contentMenu.php'; 10 11 11 12 12 $tabsClass['list'] = true; -
trunk/interface/owner/communication/notify/index.php
r5874 r5926 51 51 list($comments, $paging) = getCommentsNotifiedWithPagingForOwner($blogid, '', $name, '', $search, $suri['page'], $perPage); 52 52 require ROOT . '/lib/piece/owner/header.php'; 53 require ROOT . '/lib/piece/owner/contentMenu.php'; 53 54 54 ?> 55 55 <script type="text/javascript"> -
trunk/interface/owner/communication/openid/index.php
r5874 r5926 6 6 require ROOT . '/lib/includeForBlogOwner.php'; 7 7 require ROOT . '/lib/piece/owner/header.php'; 8 require ROOT . '/lib/piece/owner/contentMenu.php'; 8 9 9 global $database, $blogURL, $hostURL; 10 10 -
trunk/interface/owner/communication/trackback/index.php
r5874 r5926 72 72 73 73 require ROOT . '/lib/piece/owner/header.php'; 74 require ROOT . '/lib/piece/owner/contentMenu.php'; 74 75 75 76 76 ?> -
trunk/interface/owner/communication/trash/comment/index.php
r5874 r5926 55 55 list($comments, $paging) = getTrashCommentsWithPagingForOwner($blogid, $categoryId, $name, $ip, $search, $suri['page'], $perPage); 56 56 require ROOT . '/lib/piece/owner/header.php'; 57 require ROOT . '/lib/piece/owner/contentMenu.php'; 57 58 58 ?> 59 59 <script type="text/javascript"> -
trunk/interface/owner/communication/trash/trackback/index.php
r5874 r5926 50 50 list($trackbacks, $paging) = getTrashTrackbackWithPagingForOwner($blogid, $categoryId, $site, $ip, $search, $suri['page'], $perPage); 51 51 require ROOT . '/lib/piece/owner/header.php'; 52 require ROOT . '/lib/piece/owner/contentMenu.php'; 52 53 53 ?> 54 54 <script type="text/javascript"> -
trunk/interface/owner/communication/xfn/index.php
r5908 r5926 21 21 $service['admin_script'] = array( 'xfn.js' ); 22 22 require ROOT . '/lib/piece/owner/header.php'; 23 require ROOT . '/lib/piece/owner/contentMenu.php'; 23 24 24 ?> 25 25 <script type="text/javascript"> -
trunk/interface/owner/control/blog/detail/index.php
r5680 r5926 7 7 require ROOT . '/lib/includeForBlogOwner.php'; 8 8 require ROOT . '/lib/piece/owner/header.php'; 9 require ROOT . '/lib/piece/owner/contentMenu.php'; 9 10 10 requireComponent('Textcube.Function.misc'); 11 11 requirePrivilege('group.creators'); -
trunk/interface/owner/control/blog/index.php
r5833 r5926 13 13 require ROOT . '/lib/includeForBlogOwner.php'; 14 14 require ROOT . '/lib/piece/owner/header.php'; 15 require ROOT . '/lib/piece/owner/contentMenu.php'; 15 16 16 requirePrivilege('group.creators'); 17 17 -
trunk/interface/owner/control/server/index.php
r5912 r5926 5 5 require ROOT . '/lib/includeForBlogOwner.php'; 6 6 require ROOT . '/lib/piece/owner/header.php'; 7 require ROOT . '/lib/piece/owner/contentMenu.php'; 7 8 8 9 9 // htacccess modification … … 13 13 } 14 14 15 // Reads current values 15 // Encodings 16 $encodingList = array('UTF-8','EUC-KR','SHIFT_JIS','EUC-JP','BIG5','EUC-CN','EUC-TW','GBK'); 16 17 17 18 ?> … … 168 169 <dt><span class="label"><?php echo _t('시간대');?></span></dt> 169 170 <dd> 170 <input id="timezone" type="text" class="input-text" name="timezone" size="13" value="<?php echo $service['timezone'];?>" /> 171 <select id="timezone" name="timezone"> 172 <?php 173 foreach (Timezone::getList() as $timezone) { 174 ?> 175 <option value="<?php echo $timezone;?>"<?php echo ($timezone == $service['timezone'] ? ' selected="selected"' : '');?>><?php echo _t($timezone);?></option> 176 <?php 177 } 178 ?> 179 </select> 171 180 <label for="timezone"><?php echo _t('이 서비스의 기본 시간대를 설정합니다.');?></label> 172 181 </dd> … … 175 184 <dt><span class="label"><?php echo _t('인코딩');?></span></dt> 176 185 <dd> 177 <input id="encoding" type="text" class="input-text" name="encoding" size="13" value="<?php echo $service['encoding'];?>" /> 178 <label for="encoding"><?php echo _t('이 서비스의 기본 인코딩을 설정합니다.');?></label> 186 <select id="encoding" name="encoding"> 187 <?php 188 foreach($encodingList as $enc) { 189 ?> 190 <option value="<?php echo $enc;?>"<?php if($enc==$service['encoding']) echo ' selected="selected"';?>><?php echo htmlspecialchars($enc);?></option> 191 192 <?php 193 } 194 // <input id="encoding" type="text" class="input-text" name="encoding" size="13" value="<?php echo $service['encoding'];?>" /> 195 ?> 196 </select> 197 198 <label for="encoding"><?php echo _t('이 서비스의 기본 인코딩을 설정합니다.');?></label> 179 199 </dd> 180 200 </dl> … … 183 203 <dd> 184 204 <input id="serviceurl" type="text" class="input-text" name="serviceurl" size="45" value="<?php echo $serviceURL;?>" /> 185 <label for="serviceurl"><?php echo _t('이 서비스가 참조할 경로를 강제로 지정합니다.').'<br />'._t('정적인 파일들 (script, attach, image, style 하위 디렉토리)을 별도의 경로로 관리할 수 있습니다. 다른 웹 프로그램을 같은 도메인에서 운영할 때 , 동작이 방해받는 경우 또는 서버의 로드를 분산하고 싶은 경우 지정하면 됩니다.');?></label>205 <label for="serviceurl"><?php echo _t('이 서비스가 참조할 경로를 강제로 지정합니다.').'<br />'._t('정적인 파일들 (script, attach, image, style 하위 디렉토리)을 별도의 경로로 관리할 수 있습니다. 다른 웹 프로그램을 같은 도메인에서 운영할 때 동작이 방해받는 경우, 또는 서버에 걸리는 부하를 분산하고 싶은 경우 지정하면 됩니다.');?></label> 186 206 </dd> 187 207 </dl> … … 199 219 <dt><span class="label"><?php echo _t('스킨 캐시 사용');?></span></dt> 200 220 <dd> 201 <input type="checkbox" id="useSkinCache" class="checkbox" name="useSkinCache"<?php echo $service['skincache'] ? ' checked="checked"' : '';?> /><label for="useSkinCache"><?php echo _t('스킨 캐시를 사용합니다. 페이지 캐시 설정보다 우선합니다.');?></label>221 <input type="checkbox" id="useSkinCache" class="checkbox" name="useSkinCache"<?php echo $service['skincache'] ? ' checked="checked"' : '';?> /><label for="useSkinCache"><?php echo _t('스킨 캐시를 사용합니다.').' '._t('스킨 캐시를 사용하지 않도록 설정하면 페이지 캐시를 사용하도록 설정해도 스킨 캐시를 사용하지않습니다.').' '._t('스킨 파일을 직접 수정한 후 바로 변경된 결과를 보아야 하는 경우 스킨 캐시를 끄고 작업하시기 바랍니다.');?></label> 202 222 </dd> 203 223 </dl> -
trunk/interface/owner/control/system/index.php
r5479 r5926 12 12 require ROOT . '/lib/includeForBlogOwner.php'; 13 13 require ROOT . '/lib/piece/owner/header.php'; 14 require ROOT . '/lib/piece/owner/contentMenu.php'; 14 15 15 requirePrivilege('group.creators'); 16 16 … … 176 176 array_push($regexpArray, '@<td class="v">(.+)</td>@Usi'); 177 177 array_push($regexpArray, '@<(br|hr) />@'); 178 array_push($regexpArray, '');178 //array_push($regexpArray, ''); 179 179 $resultArray = array(); 180 180 array_push($resultArray, '$1'); … … 189 189 array_push($resultArray, '<td>$1</td>'); 190 190 array_push($resultArray, ''); 191 array_push($resultArray, '');191 //array_push($resultArray, ''); 192 192 193 193 echo preg_replace($regexpArray, $resultArray, $phpinfo); -
trunk/interface/owner/control/user/detail/index.php
r5833 r5926 8 8 require ROOT . '/lib/includeForBlogOwner.php'; 9 9 require ROOT . '/lib/piece/owner/header.php'; 10 require ROOT . '/lib/piece/owner/contentMenu.php'; 10 11 11 requirePrivilege('group.creators'); 12 12 global $database; -
trunk/interface/owner/control/user/index.php
r5838 r5926 13 13 $service['admin_script']='control.js'; 14 14 require ROOT . '/lib/piece/owner/header.php'; 15 require ROOT . '/lib/piece/owner/contentMenu.php'; 15 16 16 requirePrivilege('group.creators'); 17 17 -
trunk/interface/owner/data/index.php
r5577 r5926 10 10 $backup = filemtime(ROOT . "/cache/backup/$blogid.xml"); 11 11 require ROOT . '/lib/piece/owner/header.php'; 12 require ROOT . '/lib/piece/owner/contentMenu.php'; 12 13 13 requireComponent('Textcube.Function.misc'); 14 14 -
trunk/interface/owner/entry/category/index.php
r5687 r5926 96 96 } 97 97 require ROOT . '/lib/piece/owner/header.php'; 98 require ROOT . '/lib/piece/owner/contentMenu.php'; 98 99 99 ?> 100 100 <script type="text/javascript"> -
trunk/interface/owner/entry/edit/index.php
r5764 r5926 69 69 } 70 70 71 require ROOT . '/lib/piece/owner/contentMenu.php'; 71 72 72 if (defined('__TEXTCUBE_POST__')) { 73 73 printOwnerEditorScript(); -
trunk/interface/owner/entry/index.php
r5764 r5926 127 127 128 128 require ROOT . '/lib/piece/owner/header.php'; 129 require ROOT . '/lib/piece/owner/contentMenu.php'; 129 130 130 ?> 131 131 <script type="text/javascript"> -
trunk/interface/owner/plugin/adminMenu/index.php
r4943 r5926 6 6 require ROOT . '/lib/includeForBlogOwner.php'; 7 7 require ROOT . '/lib/piece/owner/header.php'; 8 require ROOT . '/lib/piece/owner/contentMenu.php'; 8 9 9 10 10 if (false) { -
trunk/interface/owner/plugin/index.php
r5903 r5926 6 6 require ROOT . '/lib/includeForBlogOwner.php'; 7 7 require ROOT . '/lib/piece/owner/header.php'; 8 require ROOT . '/lib/piece/owner/contentMenu.php'; 8 9 9 requireModel('common.plugin'); 10 10 -
trunk/interface/owner/plugin/tableSetting/index.php
r5876 r5926 6 6 require ROOT . '/lib/includeForBlogOwner.php'; 7 7 require ROOT . '/lib/piece/owner/header.php'; 8 require ROOT . '/lib/piece/owner/contentMenu.php'; 8 9 9 10 10 if (Acl::check('group.creators')) { -
trunk/interface/owner/reader/index.php
r5654 r5926 84 84 <?php 85 85 if(defined('__TEXTCUBE_READER_SUBMENU__')) 86 require ROOT . '/lib/piece/owner/contentMenu.php';86 87 87 ?> 88 88 <h2><?php echo _t('리더 서브메뉴');?></h2> -
trunk/interface/owner/setting/account/index.php
r5873 r5926 13 13 require ROOT . '/lib/includeForBlogOwner.php'; 14 14 require ROOT . '/lib/piece/owner/header.php'; 15 require ROOT . '/lib/piece/owner/contentMenu.php'; 15 16 16 ?> 17 17 <script type="text/javascript"> -
trunk/interface/owner/setting/blog/index.php
r5873 r5926 5 5 require ROOT . '/lib/includeForBlogOwner.php'; 6 6 require ROOT . '/lib/piece/owner/header.php'; 7 require ROOT . '/lib/piece/owner/contentMenu.php'; 7 8 8 ?> 9 9 <script type="text/javascript" src="<?php echo $service['path'];?>/script/generaltag.js"></script> -
trunk/interface/owner/setting/entry/index.php
r5873 r5926 5 5 require ROOT . '/lib/includeForBlogOwner.php'; 6 6 require ROOT . '/lib/piece/owner/header.php'; 7 require ROOT . '/lib/piece/owner/contentMenu.php'; 7 8 8 printFormatterSelectScript(); 9 9 ?> -
trunk/interface/owner/setting/filter/index.php
r5285 r5926 37 37 //} 38 38 require ROOT . '/lib/piece/owner/header.php'; 39 require ROOT . '/lib/piece/owner/contentMenu.php'; 39 40 40 41 41 function printFilterBox($mode, $title) { -
trunk/interface/owner/setting/teamblog/index.php
r5872 r5926 10 10 require ROOT . '/lib/includeForBlogOwner.php'; 11 11 require ROOT . '/lib/piece/owner/header.php'; 12 require ROOT . '/lib/piece/owner/contentMenu.php'; 12 13 13 requireComponent( 'Textcube.Function.misc' ); 14 14 ?> -
trunk/interface/owner/skin/adminSkin/index.php
r5865 r5926 5 5 require ROOT . '/lib/includeForBlogOwner.php'; 6 6 require ROOT . '/lib/piece/owner/header.php'; 7 require ROOT . '/lib/piece/owner/contentMenu.php'; 7 8 8 ?> 9 9 <div id="part-setting-admin" class="part"> -
trunk/interface/owner/skin/coverpage/edit/index.php
r5884 r5926 127 127 if ($ajaxcall == false) { 128 128 require ROOT . '/lib/piece/owner/header.php'; 129 require ROOT . '/lib/piece/owner/contentMenu.php';129 130 130 } 131 131 -
trunk/interface/owner/skin/coverpage/index.php
r5914 r5926 19 19 20 20 require ROOT . '/lib/piece/owner/header.php'; 21 require ROOT . '/lib/piece/owner/contentMenu.php'; 21 22 22 23 23 $service['pagecache'] = false; // For plugin setting update. -
trunk/interface/owner/skin/edit/index.php
r5911 r5926 37 37 38 38 require ROOT . '/lib/piece/owner/header.php'; 39 require ROOT . '/lib/piece/owner/contentMenu.php'; 39 40 40 ?> 41 41 <script type="text/javascript"> -
trunk/interface/owner/skin/index.php
