mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 17:21:39 +09:00
파일관리 모듈에 다운로드 갯수 이하를 검색할 수 있도록 개선
This commit is contained in:
parent
5a2fe66063
commit
01ffc52239
12 changed files with 15 additions and 1 deletions
|
|
@ -204,6 +204,9 @@ class fileAdminModel extends file
|
|||
case 'download_count' :
|
||||
$args->s_download_count = (int)$search_keyword;
|
||||
break;
|
||||
case 'download_count_less' :
|
||||
$args->s_download_count_less = (int)$search_keyword;
|
||||
break;
|
||||
case 'regdate' :
|
||||
$args->s_regdate = $search_keyword;
|
||||
break;
|
||||
|
|
|
|||
|
|
@ -62,6 +62,7 @@ $lang->file_search_target_list['filesize_mega_more'] = 'File Size(mbyte, more)';
|
|||
$lang->file_search_target_list['filesize_less'] = 'File Size(byte, less)';
|
||||
$lang->file_search_target_list['filesize_mega_less'] = 'File Size(Mb, less)';
|
||||
$lang->file_search_target_list['download_count'] = 'Downloads(more)';
|
||||
$lang->file_search_target_list['download_count_less'] = 'Downloads(less)';
|
||||
$lang->file_search_target_list['user_id'] = 'User UD';
|
||||
$lang->file_search_target_list['user_name'] = 'User Name';
|
||||
$lang->file_search_target_list['nick_name'] = 'Nickname';
|
||||
|
|
|
|||
|
|
@ -29,6 +29,7 @@ $lang->file_search_target_list['filename'] = 'Nombre del archivo';
|
|||
$lang->file_search_target_list['filesize_more'] = 'Tamaño del archivo(Byte, sobre)';
|
||||
$lang->file_search_target_list['filesize_mega_more'] = 'Tamaño del archivo(Mb, o mb)';
|
||||
$lang->file_search_target_list['download_count'] = 'Descargados(Sobre)';
|
||||
$lang->file_search_target_list['download_count_less'] = 'Descargados(less)';
|
||||
$lang->file_search_target_list['user_id'] = 'ID';
|
||||
$lang->file_search_target_list['user_name'] = 'Nombre';
|
||||
$lang->file_search_target_list['nick_name'] = 'Apodo';
|
||||
|
|
|
|||
|
|
@ -24,6 +24,7 @@ $lang->msg_exceeds_limit_size = 'La mesure de l\'(des) Annexe(s) est plus grande
|
|||
$lang->file_search_target_list['filename'] = 'Nom de Fichier';
|
||||
$lang->file_search_target_list['filesize_more'] = 'Mesure de Fichier(octet, surplus)';
|
||||
$lang->file_search_target_list['download_count'] = 'Telecharges(surplus)';
|
||||
$lang->file_search_target_list['download_count_less'] = 'Telecharges(less)';
|
||||
$lang->file_search_target_list['regdate'] = 'Enrgistre';
|
||||
$lang->file_search_target_list['ipaddress'] = 'Adresse IP';
|
||||
$lang->msg_not_allowed_outlink = 'It is not allowed to download files not from this site.';
|
||||
|
|
|
|||
|
|
@ -37,6 +37,7 @@ $lang->file_search_target_list['filesize_mega_more'] = 'ファイルサイズ(Mb
|
|||
$lang->file_search_target_list['filesize_less'] = 'ファイルサイズ(byte, 以下)';
|
||||
$lang->file_search_target_list['filesize_mega_less'] = 'ファイルサイズ(Mb, 以下)';
|
||||
$lang->file_search_target_list['download_count'] = 'ダウンロード数(以上)';
|
||||
$lang->file_search_target_list['download_count_less'] = 'ダウンロード数(以下)';
|
||||
$lang->file_search_target_list['user_id'] = 'ユーザーID';
|
||||
$lang->file_search_target_list['user_name'] = '名前';
|
||||
$lang->file_search_target_list['nick_name'] = 'ニックネーム';
|
||||
|
|
|
|||
|
|
@ -63,6 +63,7 @@ $lang->file_search_target_list['filesize_mega_more'] = '파일 크기(MB, 이상
|
|||
$lang->file_search_target_list['filesize_less'] = '파일 크기(byte, 이하)';
|
||||
$lang->file_search_target_list['filesize_mega_less'] = '파일 크기(MB, 이하)';
|
||||
$lang->file_search_target_list['download_count'] = '다운로드 횟수(이상)';
|
||||
$lang->file_search_target_list['download_count_less'] = '다운로드 횟수(이하)';
|
||||
$lang->file_search_target_list['user_id'] = '아이디';
|
||||
$lang->file_search_target_list['user_name'] = '이름';
|
||||
$lang->file_search_target_list['nick_name'] = '닉네임';
|
||||
|
|
|
|||
|
|
@ -30,6 +30,7 @@ $lang->file_search_target_list['filesize_mega_more'] = 'Размер файла(
|
|||
$lang->file_search_target_list['filesize_less'] = 'Размер файла(Байт, ниже)';
|
||||
$lang->file_search_target_list['filesize_mega_less'] = 'Размер файла(Мегабайт, ниже)';
|
||||
$lang->file_search_target_list['download_count'] = 'Скачано(свыше)';
|
||||
$lang->file_search_target_list['download_count_less'] = 'Скачано(ниже)';
|
||||
$lang->file_search_target_list['user_id'] = 'ID';
|
||||
$lang->file_search_target_list['user_name'] = 'Имя';
|
||||
$lang->file_search_target_list['nick_name'] = 'Ник';
|
||||
|
|
|
|||
|
|
@ -34,6 +34,7 @@ $lang->file_search_target_list['filesize_mega_more'] = 'Dosya Boyutu(mbyte, üst
|
|||
$lang->file_search_target_list['filesize_less'] = 'Dosya Boyutu(byte, düşük)';
|
||||
$lang->file_search_target_list['filesize_mega_less'] = 'Dosya Boyutu(Mb, düşük)';
|
||||
$lang->file_search_target_list['download_count'] = 'İndirmeler(daha fazla)';
|
||||
$lang->file_search_target_list['download_count_less'] = 'İndirmeler(düşük)';
|
||||
$lang->file_search_target_list['user_id'] = 'Kullanıcı Kimliği';
|
||||
$lang->file_search_target_list['user_name'] = 'Kullanıcı İsmi';
|
||||
$lang->file_search_target_list['nick_name'] = 'Rumuz';
|
||||
|
|
|
|||
|
|
@ -33,6 +33,7 @@ $lang->file_search_target_list['filesize_mega_more'] = 'Dung lượng(Tối thi
|
|||
$lang->file_search_target_list['filesize_less'] = 'Dung lượng(Tối đa Byte)';
|
||||
$lang->file_search_target_list['filesize_mega_less'] = 'Dung lượng(Tối đa MB)';
|
||||
$lang->file_search_target_list['download_count'] = 'Lượt Download';
|
||||
$lang->file_search_target_list['download_count_less'] = 'Lượt Download(Tối đa Lượt)';
|
||||
$lang->file_search_target_list['user_id'] = 'ID đăng nhập';
|
||||
$lang->file_search_target_list['user_name'] = 'Tên Sử dụng';
|
||||
$lang->file_search_target_list['regdate'] = 'Ngày gửi';
|
||||
|
|
|
|||
|
|
@ -32,6 +32,7 @@ $lang->file_search_target_list['filesize_mega_more'] = '文件大小(Mb, 以上)
|
|||
$lang->file_search_target_list['filesize_less'] = '文件大小(byte, 以下)';
|
||||
$lang->file_search_target_list['filesize_mega_less'] = '文件大小(Mb, 以下)';
|
||||
$lang->file_search_target_list['download_count'] = '下载次数(以上)';
|
||||
$lang->file_search_target_list['download_count_less'] = '下载次数(以下)';
|
||||
$lang->file_search_target_list['user_id'] = '用户名';
|
||||
$lang->file_search_target_list['user_name'] = '姓名';
|
||||
$lang->file_search_target_list['nick_name'] = '昵称';
|
||||
|
|
|
|||
|
|
@ -34,6 +34,7 @@ $lang->file_search_target_list['filesize_mega_more'] = '檔案大小(Mb, 以上)
|
|||
$lang->file_search_target_list['filesize_less'] = '檔案大小(byte, 以下)';
|
||||
$lang->file_search_target_list['filesize_mega_less'] = '檔案大小(Mb, 以下)';
|
||||
$lang->file_search_target_list['download_count'] = '下載次數(以上)';
|
||||
$lang->file_search_target_list['download_count_less'] = '下載次數(以下)';
|
||||
$lang->file_search_target_list['user_id'] = '帳號';
|
||||
$lang->file_search_target_list['user_name'] = '姓名';
|
||||
$lang->file_search_target_list['nick_name'] = '暱稱';
|
||||
|
|
|
|||
|
|
@ -23,7 +23,8 @@
|
|||
<condition operation="search" column="files.source_filename" var="s_filename" pipe="or" />
|
||||
<condition operation="more" column="files.file_size" var="s_filesize_more" pipe="or" />
|
||||
<condition operation="less" column="files.file_size" var="s_filesize_less" pipe="or" />
|
||||
<condition operation="more" column="files.download_count" var="s_download_count" pipe="or" />
|
||||
<condition operation="more" column="files.download_count" var="s_download_count" pipe="or" />
|
||||
<condition operation="less" column="files.download_count" var="s_download_count_less" pipe="or" />
|
||||
<condition operation="like_prefix" column="files.regdate" var="s_regdate" pipe="or" />
|
||||
<condition operation="like_prefix" column="files.ipaddress" var="s_ipaddress" pipe="or" />
|
||||
<condition operation="search" column="member.user_id" var="s_user_id" pipe="or" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue