mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Move select label(first option) to title attribute.
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12038 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
5589aed53a
commit
ab8cd6f262
14 changed files with 50 additions and 91 deletions
|
|
@ -1,11 +1,8 @@
|
|||
@charset "utf-8";
|
||||
/* Reset */
|
||||
html,body{min-height:100%}
|
||||
body{-webkit-text-size-adjust:none}
|
||||
body{margin:8px;-webkit-text-size-adjust:none}
|
||||
body>.x{min-width:300px;max-width:1240px}
|
||||
@media all and (max-width:480px){
|
||||
body>.x{margin:0}
|
||||
}
|
||||
body>.x,
|
||||
.x label,
|
||||
.x table,
|
||||
|
|
@ -146,21 +143,21 @@ body>.x,
|
|||
.x>.xin>.body>.gnb>ul>li.open>a>i,
|
||||
.x>.xin>.body>.gnb>ul>li.active>a>i{background-image:url(../../../../common/img/glyphicons-halflings-white.png);background-repeat:no-repeat}
|
||||
/* Layout */
|
||||
.x>.xin{box-shadow:0 0 5px #999;border-radius:5px;margin:10px}
|
||||
.x>.xin{box-shadow:0 0 5px #999;border-radius:5px}
|
||||
.x>.xin>.skipNav{margin:0}
|
||||
.x>.xin>.skipNav>a{display:block;height:1px;text-align:center;border-radius:4px;overflow:hidden;color:#333;text-decoration:none}
|
||||
.x>.xin>.skipNav>a:focus{height:auto;margin:5px 0;padding:8px 0;background:#fff}
|
||||
.x>.xin>.header{border-radius:5px 5px 0 0;padding:10px 15px;zoom:1;border-bottom:1px solid #ddd;background:#f6f6f6;background:-webkit-gradient(linear, left top, left bottom, from(#F6F6F6), to(#F1F1F1));background:-moz-linear-gradient(top,#F6F6F6,#F1F1F1);background:-o-linear-gradient(top,#F6F6F6,#F1F1F1)}
|
||||
.x>.xin>.header:after{content:"";display:block;clear:both}
|
||||
.x>.xin>.body{position:relative;zoom:1;padding:0 20px 0 200px}
|
||||
.x>.xin>.body.wide{padding:0 20px 0 60px}
|
||||
.x>.xin>.body{position:relative;zoom:1;padding:0 20px 0 215px}
|
||||
.x>.xin>.body.wide{padding:0 20px 0 70px}
|
||||
.x>.xin>.body:after{content:"";display:block;clear:both}
|
||||
.x>.xin>.body>.content{width:100%;padding:1px 0 0 0;float:right;margin:0 0 30px -100%;outline:none}
|
||||
.x>.xin>.body>.content>*:first-child{margin-top:0}
|
||||
.x>.xin>.body>.gnb{width:180px;position:fixed;top:73px;left:10px}
|
||||
.x>.xin>.body>.gnb{width:180px;position:fixed;top:71px;left:10px}
|
||||
.x>.xin>.body.wide>.gnb{width:36px}
|
||||
@media all and (max-height:700px){
|
||||
.x>.xin>.body>.gnb{position:absolute;top:0;left:0}
|
||||
.x>.xin>.body>.gnb{position:absolute;top:1px;left:2px}
|
||||
}
|
||||
@media all and (max-width:980px){
|
||||
.x>.xin>.body,
|
||||
|
|
|
|||
2
modules/admin/tpl/css/admin.min.css
vendored
2
modules/admin/tpl/css/admin.min.css
vendored
File diff suppressed because one or more lines are too long
|
|
@ -119,13 +119,12 @@ xe.lang.msg_empty_search_keyword = '{$lang->msg_empty_search_keyword}';
|
|||
<input type="hidden" name="act" value="{$act}" />
|
||||
<input type="hidden" name="module_srl" value="{$module_srl}" />
|
||||
<input type="hidden" name="error_return_url" value="" />
|
||||
<select name="search_target">
|
||||
<option value="">{$lang->search_target}</option>
|
||||
<select name="search_target" title="{$lang->search_target}">
|
||||
<!--@foreach($lang->search_target_list as $key => $val)-->
|
||||
<option value="{$key}" <!--@if($search_target==$key)-->selected="selected"<!--@end-->>{$val}</option>
|
||||
<!--@end-->
|
||||
</select>
|
||||
<input type="search" name="search_keyword" value="{htmlspecialchars($search_keyword)}" />
|
||||
<input type="search" required name="search_keyword" value="{htmlspecialchars($search_keyword)}" />
|
||||
<button type="submit" class="x_btn x_btn-inverse">{$lang->cmd_search}</button>
|
||||
<button class="x_btn" type="button" onclick="document.location.href='{getUrl('','module',$module,'act',$act)}'">{$lang->cmd_cancel}</button>
|
||||
</form>
|
||||
|
|
|
|||
|
|
@ -123,9 +123,7 @@ xe.lang.msg_empty_search_keyword = '{$lang->msg_empty_search_keyword}';
|
|||
<input type="hidden" name="act" value="{$act}" />
|
||||
<input type="hidden" name="module_srl" value="{$module_srl}" />
|
||||
<input type="hidden" name="error_return_url" value="" />
|
||||
|
||||
<select name="search_target">
|
||||
<option value="">{$lang->search_target}</option>
|
||||
<select name="search_target" title="{$lang->search_target}">
|
||||
<!--@foreach($lang->search_target_list as $key => $val)-->
|
||||
<option value="{$key}" <!--@if($search_target==$key)-->selected="selected"<!--@end-->>{$val}</option>
|
||||
<!--@end-->
|
||||
|
|
|
|||
|
|
@ -159,13 +159,12 @@ xe.lang.msg_empty_search_keyword = '{$lang->msg_empty_search_keyword}';
|
|||
<input type="hidden" name="act" value="{$act}" />
|
||||
<input type="hidden" name="module_srl" value="{$module_srl}" />
|
||||
<input type="hidden" name="error_return_url" value="" />
|
||||
<select name="search_target">
|
||||
<option value="">{$lang->search_target}</option>
|
||||
<select name="search_target" title="{$lang->search_target}">
|
||||
<!--@foreach($lang->file_search_target_list as $key => $val)-->
|
||||
<option value="{$key}" <!--@if($search_target==$key)-->selected="selected"<!--@end-->>{$val}</option>
|
||||
<!--@end-->
|
||||
</select>
|
||||
<input type="search" name="search_keyword" value="{htmlspecialchars($search_keyword)}" />
|
||||
<input type="search" required name="search_keyword" value="{htmlspecialchars($search_keyword)}" />
|
||||
<button type="submit" class="x_btn x_btn-inverse">{$lang->cmd_search}</button>
|
||||
<a href="{getUrl('','module',$module,'act',$act)}" class="x_btn">{$lang->cmd_cancel}</a>
|
||||
</form>
|
||||
|
|
|
|||
|
|
@ -2504,4 +2504,8 @@
|
|||
<value xml:lang="ko"><![CDATA[<h2>로그인 실패 기록을 알려드립니다.</h2>%1$s<hr /><p>* 비밀번호를 틀리는 등의 일이 없었는데 이 메시지를 보신다면, 계정 관리에 유의 바랍니다.<br />* 이 메시지는 로그인이 성공한 순간 누적 로그인 실패 기록이 많을 경우, 로그인 성공 이전 실패 기록을 모아서 발송합니다.<br />발송 시각: %2$s</p>]]></value>
|
||||
<value xml:lang="en"><![CDATA[<h2>There is recorded sign in failures.</h2>%1$s<hr /><p>* This notification is shown once.<br />* This message contains sign in failure records, before a ID sign in success.<br />Sending: %2$s</p>]]></value>
|
||||
</item>
|
||||
<item name="all_group">
|
||||
<value xml:lang="ko"><![CDATA[그룹전체]]></value>
|
||||
<value xml:lang="en"><![CDATA[Entire Group]]></value>
|
||||
</item>
|
||||
</lang>
|
||||
|
|
|
|||
|
|
@ -136,14 +136,13 @@
|
|||
</div>
|
||||
<form action="" method="post" class="search center x_input-append">
|
||||
<input type="hidden" name="module" value="{$module}" />
|
||||
<select name="selected_group_srl" style="width:auto;margin-right:4px">
|
||||
<option value="0">그룹 전체</option>
|
||||
<select name="selected_group_srl" style="margin-right:4px">
|
||||
<option value="0">{$lang->all_group}</option>
|
||||
<!--@foreach($group_list as $key => $val)-->
|
||||
<option value="{$val->group_srl}" <!--@if($selected_group_srl==$val->group_srl)-->selected="selected"<!--@end-->>{$val->title}</option>
|
||||
<!--@end-->
|
||||
</select>
|
||||
<select name="search_target" style="width:auto;margin-right:4px">
|
||||
<option value="">{$lang->search_target}</option>
|
||||
<select name="search_target" style="margin-right:4px" title="{$lang->search_target}">
|
||||
{@$lang->search_target_list = array_merge($lang->search_target_list, $usedIdentifiers)}
|
||||
<option value="{$key}" loop="$lang->search_target_list=>$key,$val" selected="selected"|cond="$search_target==$key">{$val}</option>
|
||||
</select>
|
||||
|
|
|
|||
|
|
@ -26,7 +26,6 @@
|
|||
<option value="<!--@if($member_config->identifier=='email_address')-->{$val->email_address}<!--@else-->{$val->user_id}<!--@end-->">{$val->nick_name} (<!--@if($member_config->identifier=='email_address')-->{$val->email_address}<!--@else-->{$val->user_id}<!--@end-->)</option>
|
||||
<!--@end-->
|
||||
</select>
|
||||
|
||||
<div class="x_input-append">
|
||||
<input type="text" name="admin_id" />
|
||||
<button class="x_btn" type="button" onclick="doInsertAdmin()">{$lang->cmd_insert}</button>
|
||||
|
|
|
|||
|
|
@ -16,42 +16,16 @@
|
|||
<value xml:lang="en"><![CDATA[This is empty page.]]></value>
|
||||
</item>
|
||||
<item name="about_page">
|
||||
<value xml:lang="ko"><![CDATA[하나의 완성된 페이지를 제작할 수 있는 페이지 모듈입니다.
|
||||
최근게시물이나 기타 위젯을 이용해서 동적인 페이지 생성이 가능하고 에디터 컴포넌트를 통해서 다양한 모습으로 꾸밀 수 있습니다.
|
||||
접속 URL은 다른 모듈과 같이 mid=모듈이름 으로 접속 가능하며 기본으로 선택하면 접속 시 메인 페이지가 됩니다.]]></value>
|
||||
<value xml:lang="en"><![CDATA[It is a blog module where you can create a complete page.
|
||||
Using latest or other widgets, you can create a dynamic page. Through the editor component, you can also create a great variety of pages.
|
||||
Its URL is same as other module's such as mid=module name.
|
||||
If it is selected as a default, it will be the main page of the site.]]></value>
|
||||
<value xml:lang="jp"><![CDATA[一枚のページを作成できるモジュールです。
|
||||
最新書き込みウィジェットや他のウィジェットを用いて動的なページが作成ができ、さらにエディターのコンポネントで様々なデザインもできます。
|
||||
接続URLは、他のモジュールと同様に、「mid=モジュール名」でアクセスし、デフォルトとして指定するとサイトにアクセスする際、メインページとして使われます。]]></value>
|
||||
<value xml:lang="zh-CN"><![CDATA[可制作完整页面的模块。
|
||||
利用最新主题列表或其他控件可以生成动态的页面,且通过网页编辑器做出形式多样的页面。
|
||||
连接页面URL同其他模块链接相同。即:mid=模块名称。选择默认选项此页面将变为首页。]]></value>
|
||||
<value xml:lang="zh-TW"><![CDATA[可製作完整頁面的模組。
|
||||
利用最新主題列表或其他 Widgets 可以建立動態的頁面,且通過網頁編輯器做出多樣化的頁面。
|
||||
連結頁面網址和其他模組連結的方式相同。即:mid=模組名稱。選擇預設選項時,此頁面將變為首頁。]]></value>
|
||||
<value xml:lang="fr"><![CDATA[C'est un module qui peut créer une page complet.
|
||||
Vous pouvez créer une page dynamique en utilisant des gadgets des Documents derniers ou d'autres. Vous pouvez aussi créer une page avec variété par le composant d'editeur.
|
||||
L'URL d'accès est égal celui d'autre module comme mid=module.
|
||||
Si c'est choisi par défaut, ce sera la première page du site.]]></value>
|
||||
<value xml:lang="ru"><![CDATA[Это модуль блога, который создает полную страницу.
|
||||
Используя последние и другие виджеты, Вы можете создавать динамические страницы. Посредством компонента редактора, Вы можете также создать различные вариации страницы.
|
||||
URL модуля следует тем же правилам, что и другие модули: mid=имя_модуля.
|
||||
Если он выбран как модуль по умолчанию, то он будет главной страницей сайта.]]></value>
|
||||
<value xml:lang="es"><![CDATA[Esto es un módulo de blog, lo cual usted puede crear una página completa.
|
||||
Usando los últimos u otros widgets, Usted puede crear una página dinámica. A través del componente del editor, también puede crear páginas de gran variedad.
|
||||
URL de conección es el mismo que de los otros módulos como mid=Nombre del módulo.
|
||||
Si selcciona como predefinido esta página será la página principal del sitio.]]></value>
|
||||
<value xml:lang="tr"><![CDATA[Eksiksiz sayfa oluşturabileceğiniz bir blog modülüdür.
|
||||
Enson veya diğer widgetları kullanarak, dinamik sayfa oluşturabilirsiniz. Editör bileşeni yoluyla, çok farklı sayıda sayfalar oluşturabilirsiniz.
|
||||
URL'si diğer modülleriyle aynıdır(mid=module name).
|
||||
Varsayılan olarak seçilirse, sitenin anasayfası olacaktır.]]></value>
|
||||
<value xml:lang="vi"><![CDATA[Là Module tạo ra một trang đầy đủ.
|
||||
Sử dụng Widget mới nhất hoặc những Widget khác giúp bạn có thể tạo một trang động. Thông qua trình bên tập Component, bạn có thể tạo ra sự phong phú cho những trang khác nhau.
|
||||
Địa chỉ của nó như một Module dạng '<b>mid=module name</b>'.
|
||||
Nếu chọn là mặc định, nó sẽ là trang chủ của Website.]]></value>
|
||||
<value xml:lang="ko"><![CDATA[하나의 완성된 페이지를 제작할 수 있는 페이지 모듈입니다. 최근게시물이나 기타 위젯을 이용해서 동적인 페이지 생성이 가능하고 에디터 컴포넌트를 통해서 다양한 모습으로 꾸밀 수 있습니다. 접속 URL은 다른 모듈과 같이 mid=모듈이름 으로 접속 가능하며 기본으로 선택하면 접속 시 메인 페이지가 됩니다.]]></value>
|
||||
<value xml:lang="en"><![CDATA[It is a blog module where you can create a complete page. Using latest or other widgets, you can create a dynamic page. Through the editor component, you can also create a great variety of pages. Its URL is same as other module's such as mid=module name. If it is selected as a default, it will be the main page of the site.]]></value>
|
||||
<value xml:lang="jp"><![CDATA[一枚のページを作成できるモジュールです。最新書き込みウィジェットや他のウィジェットを用いて動的なページが作成ができ、さらにエディターのコンポネントで様々なデザインもできます。接続URLは、他のモジュールと同様に、「mid=モジュール名」でアクセスし、デフォルトとして指定するとサイトにアクセスする際、メインページとして使われます。]]></value>
|
||||
<value xml:lang="zh-CN"><![CDATA[可制作完整页面的模块。利用最新主题列表或其他控件可以生成动态的页面,且通过网页编辑器做出形式多样的页面。连接页面URL同其他模块链接相同。即:mid=模块名称。选择默认选项此页面将变为首页。]]></value>
|
||||
<value xml:lang="zh-TW"><![CDATA[可製作完整頁面的模組。利用最新主題列表或其他 Widgets 可以建立動態的頁面,且通過網頁編輯器做出多樣化的頁面。連結頁面網址和其他模組連結的方式相同。即:mid=模組名稱。選擇預設選項時,此頁面將變為首頁。]]></value>
|
||||
<value xml:lang="fr"><![CDATA[C'est un module qui peut créer une page complet. Vous pouvez créer une page dynamique en utilisant des gadgets des Documents derniers ou d'autres. Vous pouvez aussi créer une page avec variété par le composant d'editeur. L'URL d'accès est égal celui d'autre module comme mid=module. Si c'est choisi par défaut, ce sera la première page du site.]]></value>
|
||||
<value xml:lang="ru"><![CDATA[Это модуль блога, который создает полную страницу. Используя последние и другие виджеты, Вы можете создавать динамические страницы. Посредством компонента редактора, Вы можете также создать различные вариации страницы. URL модуля следует тем же правилам, что и другие модули: mid=имя_модуля. Если он выбран как модуль по умолчанию, то он будет главной страницей сайта.]]></value>
|
||||
<value xml:lang="es"><![CDATA[Esto es un módulo de blog, lo cual usted puede crear una página completa. Usando los últimos u otros widgets, Usted puede crear una página dinámica. A través del componente del editor, también puede crear páginas de gran variedad. URL de conección es el mismo que de los otros módulos como mid=Nombre del módulo. Si selcciona como predefinido esta página será la página principal del sitio.]]></value>
|
||||
<value xml:lang="tr"><![CDATA[Eksiksiz sayfa oluşturabileceğiniz bir blog modülüdür. Enson veya diğer widgetları kullanarak, dinamik sayfa oluşturabilirsiniz. Editör bileşeni yoluyla, çok farklı sayıda sayfalar oluşturabilirsiniz. URL'si diğer modülleriyle aynıdır(mid=module name). Varsayılan olarak seçilirse, sitenin anasayfası olacaktır.]]></value>
|
||||
<value xml:lang="vi"><![CDATA[Là Module tạo ra một trang đầy đủ. Sử dụng Widget mới nhất hoặc những Widget khác giúp bạn có thể tạo một trang động. Thông qua trình bên tập Component, bạn có thể tạo ra sự phong phú cho những trang khác nhau. Địa chỉ của nó như một Module dạng '<b>mid=module name</b>'. Nếu chọn là mặc định, nó sẽ là trang chủ của Website.]]></value>
|
||||
</item>
|
||||
<item name="cmd_page_modify">
|
||||
<value xml:lang="ko"><![CDATA[페이지 수정]]></value>
|
||||
|
|
|
|||
|
|
@ -1,15 +1,13 @@
|
|||
<load target="js/page_admin.js" usecdn="true" />
|
||||
<div class="x_page-header">
|
||||
<h1>{$lang->page_management}</h1>
|
||||
<p cond="!$module_info->mid">{nl2br($lang->about_page)}</p>
|
||||
</div>
|
||||
<p cond="!$module_info->mid">{nl2br($lang->about_page)}</p>
|
||||
<!--@if($module_info)-->
|
||||
<div class="x_page-header" cond="$module_info->mid">
|
||||
<h1>
|
||||
{$module_info->mid}<block cond="$module_info->is_default=='Y'">({$lang->is_default})</block>
|
||||
<span style="font-weight:normal"> | <a href="{getSiteUrl($module_info->domain,'','mid',$module_info->mid)}" target="_blank">{$lang->view}</a></span>
|
||||
</h1>
|
||||
</div>
|
||||
<h2 cond="$module_info->mid">
|
||||
{$module_info->mid}<block cond="$module_info->is_default=='Y'">({$lang->is_default})</block>
|
||||
<a href="{getSiteUrl($module_info->domain,'','mid',$module_info->mid)}" class="x_icon-share-alt" target="_blank" style="vertical-align:middle">{$lang->view}</a>
|
||||
</h2>
|
||||
<ul class="x_nav x_nav-tabs" cond="$act != 'dispPageAdminDelete'">
|
||||
<li cond="$module=='admin'" class="x_active"|cond="$act=='dispPageAdminContent'"><a href="{getUrl('act','dispPageAdminContent','module_srl','')}">{$lang->cmd_list}</a></li>
|
||||
<li cond="$module!='admin'"><a href="{getUrl('act','')}">{$lang->cmd_back}</a></li>
|
||||
|
|
|
|||
|
|
@ -1,26 +1,23 @@
|
|||
<load target="js/page_admin.js" usecdn="true" />
|
||||
<!--#include("header.html")-->
|
||||
<include target="header.html" />
|
||||
|
||||
<!-- 검색 -->
|
||||
<form action="./" method="get" class="search center x_input-append">
|
||||
<form action="./" method="get" class="search x_input-append x_pull-right" style="margin-bottom:-28px">
|
||||
<input type="hidden" name="module" value="{$module}" />
|
||||
<input type="hidden" name="mid" value="{$mid}" />
|
||||
<input type="hidden" name="vid" value="{$vid}" />
|
||||
<input type="hidden" name="act" value="dispPageAdminContent" />
|
||||
<select name="module_category_srl" style="margin-right:3px">
|
||||
<option value="">{$lang->module_category}</option>
|
||||
<select name="module_category_srl" title="{$lang->module_category}" style="margin-right:3px">
|
||||
<option value="0" <!--@if($module_category_srl==="0")-->selected="selected"<!--@end-->>{$lang->not_exists}</option>
|
||||
<!--@foreach($module_category as $key => $val)-->
|
||||
<option value="{$key}" <!--@if($module_category_srl==$key)-->selected="selected"<!--@end-->>{$val->title}</option>
|
||||
<!--@end-->
|
||||
<option value="">---------</option>
|
||||
<option value="-1">{$lang->cmd_management}</option>
|
||||
</select>
|
||||
<select name="search_target">
|
||||
<select name="search_target" style="margin-right:3px">
|
||||
<option value="s_mid" selected="selected"|cond="$search_target=='s_mid'">{$lang->mid}</option>
|
||||
<option value="s_browser_title" selected="selected"|cond="$search_target=='s_browser_title'">{$lang->browser_title}</option>
|
||||
</select>
|
||||
<input type="search" name="search_keyword" title="Search" value="{htmlspecialchars($search_keyword)}" style="width:150px" />
|
||||
<input type="search" name="search_keyword" title="Search" value="{htmlspecialchars($search_keyword)}" required style="width:150px" />
|
||||
<button class="x_btn x_btn-inverse" type="submit">{$lang->cmd_search}</button>
|
||||
</form>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<!--#include("header.html")-->
|
||||
<include target="header.html" />
|
||||
<load target="js/point_admin.js" usecdn="true" />
|
||||
<div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
|
||||
<p>{$XE_VALIDATOR_MESSAGE}</p>
|
||||
|
|
@ -23,15 +23,14 @@
|
|||
<option value="{$val->group_srl}" <!--@if($selected_group_srl==$val->group_srl)-->selected="selected"<!--@end-->>{$val->title}</option>
|
||||
<!--@end-->
|
||||
</select>
|
||||
<select name="search_target" style="width:auto" title="{$lang->search_target}">
|
||||
<option value="">{$lang->search_target}</option>
|
||||
<select name="search_target" title="{$lang->search_target}">
|
||||
<option value="{$identifier}" selected="selected"|cond="$search_target == $identifier">{Context::getLang($identifier)}</option>
|
||||
<!--@foreach($lang->search_target_list as $key => $val)-->
|
||||
<option value="{$key}" <!--@if($search_target==$key)-->selected="selected"<!--@end-->>{$val}</option>
|
||||
<!--@end-->
|
||||
</select>
|
||||
<span class="x_input-append">
|
||||
<input type="search" name="search_keyword" value="{htmlspecialchars($search_keyword)}" title="{$lang->cmd_search}" style="width:100px" />
|
||||
<input type="search" required name="search_keyword" value="{htmlspecialchars($search_keyword)}" title="{$lang->cmd_search}" style="width:100px" />
|
||||
<button type="submit" class="x_btn x_btn-inverse">{$lang->cmd_search}</button>
|
||||
<button class="x_btn" type="button" onclick="location.href='{getUrl('','module',$module,'act',$act)}';return false;">{$lang->cmd_cancel}</button>
|
||||
</span>
|
||||
|
|
@ -138,20 +137,18 @@
|
|||
<option value="Y" <!--@if($is_denied=='Y')-->selected="selected"<!--@end-->>{$lang->denied}</option>
|
||||
</select>
|
||||
<select name="selected_group_srl" style="width:auto" title="{$lang->member_group}">
|
||||
<option value="0">{$lang->member_group}</option>
|
||||
<!--@foreach($group_list as $key => $val)-->
|
||||
<option value="{$val->group_srl}" <!--@if($selected_group_srl==$val->group_srl)-->selected="selected"<!--@end-->>{$val->title}</option>
|
||||
<!--@end-->
|
||||
</select>
|
||||
<select name="search_target" style="width:auto" title="{$lang->search_target}">
|
||||
<option value="">{$lang->search_target}</option>
|
||||
<select name="search_target" title="{$lang->search_target}">
|
||||
<option value="{$identifier}" selected="selected"|cond="$search_target == $identifier">{Context::getLang($identifier)}</option>
|
||||
<!--@foreach($lang->search_target_list as $key => $val)-->
|
||||
<option value="{$key}" <!--@if($search_target==$key)-->selected="selected"<!--@end-->>{$val}</option>
|
||||
<!--@end-->
|
||||
</select>
|
||||
<span class="x_input-append">
|
||||
<input type="search" name="search_keyword" value="{htmlspecialchars($search_keyword)}" title="{$lang->cmd_search}" style="width:100px" />
|
||||
<input type="search" required name="search_keyword" value="{htmlspecialchars($search_keyword)}" title="{$lang->cmd_search}" style="width:100px" />
|
||||
<button type="submit" class="x_btn x_btn-inverse">{$lang->cmd_search}</button>
|
||||
<button class="x_btn" type="button" onclick="location.href='{getUrl('','module',$module,'act',$act)}';return false;">{$lang->cmd_cancel}</button>
|
||||
</span>
|
||||
|
|
|
|||
|
|
@ -101,15 +101,14 @@ xe.lang.confirm_poll_delete = '{$lang->confirm_poll_delete}';
|
|||
</ul>
|
||||
</form>
|
||||
|
||||
<form action="./" method="get" class="search center x_input-append" onsubmit="return checkSearch(this)">
|
||||
<form action="./" method="get" class="search center x_input-append">
|
||||
<input type="hidden" name="module" value="{$module}" />
|
||||
<input type="hidden" name="act" value="{$act}" />
|
||||
<input type="hidden" name="error_return_url" value="" />
|
||||
<select name="search_target" style="width:auto">
|
||||
<option value="">{$lang->search_target}</option>
|
||||
<select name="search_target" title="{$lang->search_target}">
|
||||
<option loop="$lang->search_poll_target_list => $key, $val" value="{$key}" selected="selected"|cond="$search_target==$key">{$val}</option>
|
||||
</select>
|
||||
<input type="search" name="search_keyword" value="{htmlspecialchars($search_keyword)}" />
|
||||
<input type="search" name="search_keyword" required value="{htmlspecialchars($search_keyword)}" />
|
||||
<button class="x_btn x_btn-inverse" type="submit">{$lang->cmd_search}</button>
|
||||
<a class="x_btn" href="{getUrl('','module',$module,'act',$act)}">{$lang->cmd_cancel}</a>
|
||||
</form>
|
||||
|
|
|
|||
|
|
@ -91,18 +91,17 @@ xe.lang.msg_empty_search_keyword = '{$lang->msg_empty_search_keyword}';
|
|||
<li class="x_disabled"|cond="$page == $page_navigation->last_page"><a href="{getUrl('page', $page_navigation->last_page)}" title="{$page_navigation->last_page}">{$lang->last_page} »</a></li>
|
||||
</ul>
|
||||
</form>
|
||||
<form action="" class="search center x_input-append" onsubmit="return checkSearch(this)">
|
||||
<form action="" class="search center x_input-append">
|
||||
<input type="hidden" name="module" value="{$module}" />
|
||||
<input type="hidden" name="act" value="{$act}" />
|
||||
<input type="hidden" name="module_srl" value="{$module_srl}" />
|
||||
<input type="hidden" name="error_return_url" value="" />
|
||||
<select name="search_target">
|
||||
<option value="">{$lang->search_target}</option>
|
||||
<select name="search_target" title="{$lang->search_target}">
|
||||
<!--@foreach($lang->search_target_list as $key => $val)-->
|
||||
<option value="{$key}" <!--@if($search_target==$key)-->selected="selected"<!--@end-->>{$val}</option>
|
||||
<!--@end-->
|
||||
</select>
|
||||
<input type="search" name="search_keyword" value="{htmlspecialchars($search_keyword)}" />
|
||||
<input type="search" name="search_keyword" required value="{htmlspecialchars($search_keyword)}" />
|
||||
<button type="submit" class="x_btn x_btn-inverse">{$lang->cmd_search}</button>
|
||||
<a class="x_btn" href="{getUrl('','module',$module,'act',$act)}">{$lang->cmd_cancel}</a>
|
||||
</form>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue