git-svn-id: http://xe-core.googlecode.com/svn/trunk@1088 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-04-10 11:06:37 +00:00
parent 486c9cc13d
commit b5c4ba8299
5 changed files with 23 additions and 8 deletions

View file

@ -29,8 +29,8 @@
$oEditorController->insertComponent('image_link',true);
$oEditorController->insertComponent('multimedia_link',true);
$oEditorController->insertComponent('poll_maker',true);
$oEditorController->insertComponent('image_gallery',true);
$oEditorController->insertComponent('quotation',true);
$oEditorController->insertComponent('image_gallery',true);
$oEditorController->insertComponent('table_maker',true);
// 에디터 모듈에서 사용할 디렉토리 생성

View file

@ -1 +1,7 @@
{$page_content}
<!--@if($logged_info->is_admin == 'Y')-->
<div>
<a href="#" onclick="location.href='{getUrl('act','dispPageAdminInsert','module_srl',$module_info->module_srl)}';return false;">{$lang->cmd_modify}</a>
</div>
<!--@end-->

View file

@ -14,8 +14,13 @@ function completeInsertPage(ret_obj) {
alert(message);
var url = location.href.setQuery('module_srl',module_srl).setQuery('act','dispPageAdminInfo');
var url = '';
if(location.href.getQuery('module')=='admin') {
url = location.href.setQuery('module_srl',module_srl).setQuery('act','dispPageAdminInfo');
if(page) url = url.setQuery('page',page);
} else {
url = location.href.setQuery('act','').setQuery('module_srl','');
}
location.href = url;
}

View file

@ -78,14 +78,18 @@
</td>
</tr>
<tr>
<th>{$lang->content}</th>
<td>
{$editor}
</td>
<th colspan="2">{$lang->content}</th>
</tr>
<tr>
<td colspan="2">{$editor}</td>
</tr>
<tr>
<td colspan="2">
<!--@if($module=='admin')-->
<input type="button" value="{$lang->cmd_cancel}" onclick="location.href='{getUrl('act','dispPageAdminInfo','module_srl',$module_srl)}'" />
<!--@else-->
<input type="button" value="{$lang->cmd_cancel}" onclick="location.href='{getUrl('act','')}'" />
<!--@end-->
<input type="submit" value="{$lang->cmd_registration}" accesskey="s" />
</td>
</tr>

View file

@ -8,7 +8,7 @@
<!--@end-->
<div class="newest_document_default_{$colorset}" style="width:{$plugin_info->width}px">
<div class="newest_document_default_{$colorset}" style="width:100%">
<div class="newest_document_default_box">
<div class="title_box">
<div class="title">{$plugin_info->title}</div>