mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-01 16:22:41 +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,20 +1,20 @@
|
|||
<?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>
|
||||
<title xml:lang="en">Outside Page</title>
|
||||
<title xml:lang="en">External Page</title>
|
||||
<title xml:lang="es">Afuera Página</title>
|
||||
<author email_address="zero@zeroboard.com" link="http://www.zeroboard.com" date="2007. 9. 17">
|
||||
<name xml:lang="ko">제로</name>
|
||||
<name xml:lang="zh-CN">zero</name>
|
||||
<name xml:lang="jp">Zero</name>
|
||||
<name xml:lang="en">zero</name>
|
||||
<name xml:lang="en">Zero</name>
|
||||
<name xml:lang="es">zero</name>
|
||||
<description xml:lang="ko">외부페이지를 제로보드XE내부로 삽입시키는 모듈</description>
|
||||
<description xml:lang="zh-CN">可以把外部页面插入到 Zeroboard XE内部的模块。</description>
|
||||
<description xml:lang="jp">외부페이지를 제로보드XE내부로 삽입시키는 모듈</description>
|
||||
<description xml:lang="en">외부페이지를 제로보드XE내부로 삽입시키는 모듈</description>
|
||||
<description xml:lang="en">Module for inserting external pages into inside of Zeroboard XE</description>
|
||||
<description xml:lang="es">외부페이지를 제로보드XE내부로 삽입시키는 모듈</description>
|
||||
</author>
|
||||
</module>
|
||||
|
|
|
|||
15
modules/opage/lang/en.lang.php
Normal file
15
modules/opage/lang/en.lang.php
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
<?php
|
||||
/**
|
||||
* @file ko.lang.php
|
||||
* @author zero (zero@nzeo.com)
|
||||
* @brief basic language pack of external page module
|
||||
**/
|
||||
|
||||
$lang->opage = "External Page";
|
||||
$lang->opage_path = "Location of External Document";
|
||||
$lang->opage_caching_interval = "Set Caching Time";
|
||||
|
||||
$lang->about_opage = "This module enables usage of external html or php files in Zeroboard XE.<br />It allows absolute or relative path, and if the url starts with 'http://' , it can display the external page of the server.";
|
||||
$lang->about_opage_path= "Please input the location of external document.<br />Both absolute path such as '/path1/path2/sample.php' or relative path such as '../path2/sample.php' can be used.<br />If you input the path like 'http://url/sample.php' , the result will be received and then displayed.<br />This is current Zeroboard Xe's absolute path.<br />";
|
||||
$lang->about_opage_caching_interval = "The unit is minute, and it displays temporary saved data for assigned time.<br />It is recommended to cache for proper time if a lot of resources are needed when displaying other servers' data or information.<br />A value of 0 will not cache.";
|
||||
?>
|
||||
|
|
@ -1,3 +1,5 @@
|
|||
<!--%import("js/blog_admin.js")-->
|
||||
<!--%import("js/opage_admin.js")-->
|
||||
<h3>{$lang->opage} <span class="gray">{$lang->cmd_management}</span></h3>
|
||||
|
||||
<div class="infoText">{nl2br($lang->about_opage)}</div>
|
||||
|
|
|
|||
|
|
@ -1,19 +1,16 @@
|
|||
<!--%import("js/opage_admin.js")-->
|
||||
<!--#include("header.html")-->
|
||||
|
||||
<div class="infoText">{nl2br($lang->about_opage)}</div>
|
||||
|
||||
<!-- 정보 -->
|
||||
<div class="tableSummaryType1">
|
||||
Total <strong>{number_format($total_count)}</strong>, Opage <strong>{number_format($opage)}</strong>/{number_format($total_opage)}
|
||||
</div>
|
||||
|
||||
<!-- 목록 -->
|
||||
<table cellspacing="0" class="tableType1">
|
||||
<table cellspacing="0" class="adminTable">
|
||||
<col width="50" />
|
||||
<col width="150" />
|
||||
<col width="120" />
|
||||
<col />
|
||||
<col width="40" />
|
||||
<col width="80" />
|
||||
<col width="40" />
|
||||
<col width="40" />
|
||||
|
|
@ -33,11 +30,10 @@
|
|||
<option value="">---------</option>
|
||||
<option value="-1">{$lang->cmd_management}</option>
|
||||
</select>
|
||||
<span class="button"><input type="submit" name="go_button" id="go_button" value="GO" /></span>
|
||||
<input type="submit" name="go_button" id="go_button" value="GO" class="buttonTypeGo" />
|
||||
</form>
|
||||
</th>
|
||||
<th scope="col">{$lang->browser_title} / {$lang->mid}</th>
|
||||
<th scope="col">{$lang->is_default}</th>
|
||||
<th scope="col">{$lang->mid} / {$lang->browser_title}</th>
|
||||
<th scope="col">{$lang->regdate}</th>
|
||||
<th scope="col">{$lang->cmd_view}</th>
|
||||
<th scope="col">{$lang->cmd_copy}</th>
|
||||
|
|
@ -60,7 +56,6 @@
|
|||
<a href="{getUrl('act','dispOpageAdminInsert','module_srl',$val->module_srl)}" class="blue">{htmlspecialchars($val->browser_title)}</a><br />
|
||||
{$val->mid}
|
||||
</td>
|
||||
<td class="tahoma">{$val->is_default}</td>
|
||||
<td class="tahoma">{zdate($val->regdate,"Y-m-d")}</td>
|
||||
<td class="blue"><a href="{getUrl('','mid',$val->mid)}" onclick="window.open(this.href); return false;">{$lang->cmd_view}</a></td>
|
||||
<td class="blue"><a href="./?module=module&act=dispModuleAdminCopyModule&module_srl={$val->module_srl}" onclick="popopen(this.href);return false;">{$lang->cmd_copy}</a></td>
|
||||
|
|
|
|||
|
|
@ -5,12 +5,10 @@
|
|||
<form action="./" method="get" onsubmit="return procFilter(this, delete_opage)">
|
||||
<input type="hidden" name="opage" value="{$opage}" />
|
||||
<input type="hidden" name="module_srl" value="{$module_info->module_srl}" />
|
||||
<table cellspacing="0" class="tableType4">
|
||||
<table cellspacing="0" class="adminTable">
|
||||
<col width="150" />
|
||||
<col />
|
||||
<tr>
|
||||
<th scope="row" colspan="2">{$lang->confirm_delete}</th>
|
||||
</tr>
|
||||
<caption>{$lang->confirm_delete}</caption>
|
||||
<tr>
|
||||
<th scope="row">{$lang->module_name}</th>
|
||||
<td>{$module_info->mid}</td>
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
<input type="hidden" name="is_default" value="Y" />
|
||||
<!--@end-->
|
||||
|
||||
<table cellspacing="0" class="tableType2">
|
||||
<table cellspacing="0" class="adminTable">
|
||||
<col width="150" />
|
||||
<col />
|
||||
<tr>
|
||||
|
|
@ -75,7 +75,7 @@
|
|||
</table>
|
||||
|
||||
<!-- 권한 출력 -->
|
||||
<table cellspacing="0" class="tableType3 gap1">
|
||||
<table cellspacing="0" class="adminTable">
|
||||
<col width="130" />
|
||||
<col width="*" />
|
||||
<col width="80" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue