mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
위젯 검출 정규 표현식을 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2892 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
f9896fe51a
commit
90aa62a6ac
993 changed files with 9190 additions and 10457 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<module version="0.1">
|
||||
<module version="0.1" category="service">
|
||||
<title xml:lang="ko">통합검색</title>
|
||||
<title xml:lang="zh-CN">搜索</title>
|
||||
<title xml:lang="jp">統合検索</title>
|
||||
|
|
|
|||
|
|
@ -76,20 +76,14 @@
|
|||
// 검색글이 있을 경우 검색 시도
|
||||
if($args->search_keyword) {
|
||||
|
||||
// 대상이 comment이면 댓글 검색 시도
|
||||
if($search_target == 'comment') {
|
||||
|
||||
// 그외는 문서 검색 시도
|
||||
} else {
|
||||
// 대상 문서들을 가져옴
|
||||
$oDocumentModel = &getModel('document');
|
||||
$output = $oDocumentModel->getDocumentList($args);
|
||||
Context::set('total_count', $output->total_count);
|
||||
Context::set('total_page', $output->total_page);
|
||||
Context::set('page', $output->page);
|
||||
Context::set('document_list', $output->data);
|
||||
Context::set('page_navigation', $output->page_navigation);
|
||||
}
|
||||
// 대상 문서들을 가져옴
|
||||
$oDocumentModel = &getModel('document');
|
||||
$output = $oDocumentModel->getDocumentList($args);
|
||||
Context::set('total_count', $output->total_count);
|
||||
Context::set('total_page', $output->total_page);
|
||||
Context::set('page', $output->page);
|
||||
Context::set('document_list', $output->data);
|
||||
Context::set('page_navigation', $output->page_navigation);
|
||||
}
|
||||
|
||||
// 텍스트 생성
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
'title' => 'Subject',
|
||||
'content' => 'Content',
|
||||
'title_content' => 'Subject+Content',
|
||||
//'comment' => 'Comment',
|
||||
'comment' => 'Comment',
|
||||
);
|
||||
|
||||
$lang->is_sort_option = array(
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
'title' => 'Título',
|
||||
'content' => 'Contenido',
|
||||
'title_content' => 'Título+Contenido',
|
||||
//'comment' => 'Commentarios',
|
||||
'comment' => 'Commentarios',
|
||||
);
|
||||
|
||||
$lang->is_sort_option = array(
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
'title' => 'タイトル',
|
||||
'content' => '内容',
|
||||
'title_content' => 'タイトル+内容',
|
||||
//'comment' => 'コメント',
|
||||
'comment' => 'コメント',
|
||||
);
|
||||
|
||||
$lang->is_sort_option = array(
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
'title' => '제목',
|
||||
'content' => '내용',
|
||||
'title_content' => '제목+내용',
|
||||
//'comment' => '댓글',
|
||||
'comment' => '댓글',
|
||||
);
|
||||
|
||||
$lang->is_sort_option = array(
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
'title' => '标题',
|
||||
'content' => '内容',
|
||||
'title_content' => '标题+内容',
|
||||
//'comment' => '评论',
|
||||
'comment' => '评论',
|
||||
);
|
||||
|
||||
$lang->is_sort_option = array(
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
<h3>{$lang->integration_search} <span class="gray">{$lang->cmd_management}</span></h3>
|
||||
|
||||
<div class="header4">
|
||||
<div class="header4 gap1">
|
||||
<ul class="localNavigation">
|
||||
<li <!--@if($act=='dispIntegration_searchAdminContent')-->class="on"<!--@end-->><a href="{getUrl('act','dispIntegration_searchAdminContent')}">{$lang->cmd_setup}</a></li>
|
||||
<li <!--@if($act=='dispIntegration_searchAdminSkinInfo')-->class="on"<!--@end-->><a href="{getUrl('act','dispIntegration_searchAdminSkinInfo')}">{$lang->cmd_manage_skin}</a></li>
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
<!--%import("filter/insert_config.xml")-->
|
||||
|
||||
<form action="./" method="get" onsubmit="return procFilter(this, insert_config)">
|
||||
<table cellspacing="0" class="tableType2">
|
||||
<table cellspacing="0" class="adminTable">
|
||||
<col width="150" />
|
||||
<col />
|
||||
<tr>
|
||||
|
|
@ -26,25 +26,16 @@
|
|||
<tr>
|
||||
<th scope="row">{$lang->module}</th>
|
||||
<td>
|
||||
<p>{$lang->about_target_module}</p>
|
||||
<div class="clear">
|
||||
<span class="button"><input type="button" onclick="checkboxSelectAll(this.form, 'target_mid', true);return false;" value="{$lang->cmd_select_all}"></span>
|
||||
<span class="button"><input type="button" onclick="checkboxSelectAll(this.form, 'target_mid', false);return false;" value="{$lang->cmd_unselect_all}"></span>
|
||||
<span class="button"><input type="button" onclick="checkboxSelectAll(this.form, 'target_mid');return false;" value="{$lang->cmd_reverse_all}"></span>
|
||||
</div>
|
||||
<p><input type="checkbox" onclick="checkboxSelectAll(this.form,'target_mid'); return false;" /> {$lang->about_target_module}</p>
|
||||
<!--@foreach($mid_list as $key => $val)-->
|
||||
<p><input type="checkbox" name="target_mid" value="{$key}" id="target_mid_{$key}" <!--@if(in_array($key,$config->target_mid))-->checked="checked"<!--@end--> /> <label for="target_mid_{$key}">{$val->browser_title} ({$val->mid})</label></p>
|
||||
<!--@end-->
|
||||
<div class="clear">
|
||||
<span class="button"><input type="button" onclick="checkboxSelectAll(this.form, 'target_mid', true);return false;" value="{$lang->cmd_select_all}"></span>
|
||||
<span class="button"><input type="button" onclick="checkboxSelectAll(this.form, 'target_mid', false);return false;" value="{$lang->cmd_unselect_all}"></span>
|
||||
<span class="button"><input type="button" onclick="checkboxSelectAll(this.form, 'target_mid');return false;" value="{$lang->cmd_reverse_all}"></span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row" class="button" colspan="2">
|
||||
<span class="button"><input type="submit" value="{$lang->cmd_registration}" accesskey="s" /></span>
|
||||
</th>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<div class="tRight gap1">
|
||||
<span class="button"><input type="submit" value="{$lang->cmd_registration}" accesskey="s" /></span>
|
||||
</div>
|
||||
</form>
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
<input type="hidden" name="module" value="integration_search" />
|
||||
<input type="hidden" name="act" value="procIntegration_searchAdminInsertSkin" />
|
||||
|
||||
<table cellspacing="0" class="tableType3">
|
||||
<table cellspacing="0" class="adminTable">
|
||||
<col width="150" />
|
||||
<col />
|
||||
<tr>
|
||||
|
|
@ -32,7 +32,7 @@
|
|||
</tr>
|
||||
</table>
|
||||
|
||||
<table cellspacing="0" class="tableType3">
|
||||
<table cellspacing="0" class="adminTable">
|
||||
<col width="150" />
|
||||
<col />
|
||||
<tr>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue