diff --git a/README.md b/README.md index e56e91e..6775bc9 100644 --- a/README.md +++ b/README.md @@ -35,34 +35,21 @@ 除了以上自己开发了一些工具,套件里还集成了大量的其他开源工具,如网盘里用到的在线压缩、解压,各类媒体文件预览,各类文档预览与编辑的支持,是各类开源程序的综合利用。 - - -### DzzOffice在线更新方法 +### DzzOffice 在线更新方法 1. 进入您原来的系统,关闭您的站点。进行数据备份; - 2. 备份文件(如果有程序文件或风格文件的改动); - 3. 进入 管理 -> 系统工具 -> 在线更新,按提示完成更新任务; - 4. 系统工具 -> 更新系统缓存; - 5. 系统设置 -> 打开站点。 -### DzzOffice离线更新方法(仅支持从2.0beta版升级) +### DzzOffice 离线更新方法(仅支持从2.0 beta版升级) 1. 进入您原来的系统,关闭您的站点。进行数据备份; - 2. 备份文件(如果有程序文件或风格文件的改动); - 3. 下载并解压缩最新版的程序包; - 4. 程序包解压缩后,并且将文件上传到网站根目录覆盖; - 5. 访问 http://您的域名/install/update.php。 - 6. 按照程序提示,直至所有升级完毕。删除install/update.php 程序,以免被恶意利用。 - -7. 进入管理员桌面,更新缓存。 - -8. 系统设置 -> 打开站点。 +7. 管理员登录后,系统工具 -> 更新系统缓存。 +8. 系统设置 -> 打开站点。 \ No newline at end of file diff --git a/UPDATE.md b/UPDATE.md index 993dd2f..b606408 100644 --- a/UPDATE.md +++ b/UPDATE.md @@ -4,6 +4,35 @@ 2. github地址:https://github.com/zyx0814/dzzoffice 3. 码云地址: https://gitee.com/zyx0814/dzzoffice +### DzzOffice2.3.2主要更新内容 + +### 网盘功能优化 +- SQL语法错误修复:解决了SQL语法报错的问题,提升了系统的稳定性。 +- 语言翻译完善:修复了取消收藏功能中语言未翻译的问题,提升了用户体验。 +- 分享权限设置:新增分享文件时设置分享权限的功能,包括禁用下载、仅登录使用、可编辑以及禁用预览权限,还支持未登录用户编辑保存分享文件。 +### 应用管理功能增强 +- 离线升级支持:在应用管理界面增加了本地升级按钮,支持离线升级,简化了操作流程。 +- 版本限制检测:导入应用时新增版本限制检测功能,确保应用与系统兼容。 +- 用户体验提升:将分享管理、文件管理、机构用户应用由管理员应用转变为成员应用,提升了用户体验。 +### 系统优化与安全性提升 +- 提示页面改进:提示页面增加返回首页选项,解决了重复跳转问题。 +- 默认首页设置:网盘应用在首次安装时自动设置为默认首页,方便用户快速访问。 +- 默认内置应用:网盘、pdf阅读器、图片预览、DPlayer等应用被设置为默认内置应用,随系统安装,无需单独安装。 +- 评论管理页面:新增评论管理页面,便于管理员或成员管理评论内容。 +- 短连接管理:在分享管理的类别选项中增加了短连接,管理员可以方便地查看和管理所有的短连接。 +- layui数据表格:系统日志、文件管理、评论管理、分享管理采用layui数据表格重构页面,使界面更加友好、便捷。 +- 站点关闭处理:优化站点关闭时已登录用户的跳转逻辑,避免重复登录提示。 +- 新增前端UI:前端UI模板新增光年模板5,系统及部分应用市场应用已适配。用户可在系统设置中切换模板,未适配的应用不受影响。 +- 浏览器消息提醒:加入了调用浏览器消息提醒接口函数(dzzNotification),提高了用户交互的及时性。 +- 应用权限检测:插件中加入appperm函数文件,开发者可以调用该文件实现应用权限检测,提升了管理的灵活性。 +- 升级提醒:新增升级提醒开关功能,用户可自由选择系统或插件升级提醒,或全部不提醒。 +- 移除插件:移除应用库插件,简化系统结构。 +- 编辑器更新:UEditorPlus编辑器更新到4.2.0,并支持插入iframe框架内容。 +- 安全与稳定性:修复了其他已知bug和安全问题,提升系统的稳定性和安全性。 +### 注意事项 +- 离线升级:本次离线升级的用户需执行升级程序,以确保系统的正常运行。 +- PHP版本:仅支持php7.0~php8.0之间的PHP版本使用。 + ### DzzOffice2.3.0主要更新内容 **一、功能优化** diff --git a/admin.php b/admin.php index 49c6f69..041c864 100644 --- a/admin.php +++ b/admin.php @@ -12,5 +12,5 @@ define('ADMINSCRIPT', basename(__FILE__)); define('BASESCRIPT', basename(__FILE__)); define('CURSCRIPT', 'admin'); define('APPTYPEID', 0); - +define('DZZSCRIPT', 'index.php'); require './core/adminstart.php'; \ No newline at end of file diff --git a/admin/appmarket/appupgrade.php b/admin/appmarket/appupgrade.php index c04c32d..abcd52a 100644 --- a/admin/appmarket/appupgrade.php +++ b/admin/appmarket/appupgrade.php @@ -11,7 +11,7 @@ if (!defined('IN_DZZ') || !defined('IN_ADMIN')) { } $navtitle=lang('upgrade').' - '.lang('appname'); include libfile('function/organization'); -$op=$_GET['op']; +$op = isset($_GET['op']) ? $_GET['op'] : ''; //获取所有标签top50; //$tags = DB::fetch_all("SELECT * FROM %t WHERE hot>0 ORDER BY HOT DESC limit 50", array('app_tag'),'appid'); @@ -24,7 +24,6 @@ $perpage = 20; $gets = array('mod' => 'appmarket', 'keyword' => $keyword, 'tagid' => $tagid, 'group' => $group); $theurl = BASESCRIPT . "?" . url_implode($gets); $refer = urlencode($theurl . '&page=' . $page); - $order = 'ORDER BY disp'; $start = ($page - 1) * $perpage; $apps = array(); diff --git a/admin/appmarket/check_upgrade.php b/admin/appmarket/check_upgrade.php index 1892717..4378e0a 100644 --- a/admin/appmarket/check_upgrade.php +++ b/admin/appmarket/check_upgrade.php @@ -21,48 +21,54 @@ $applist =DB::fetch_all("select * from %t where `available`>0",array('app_market $return = array("sum"=>0); $num=0; -if( $applist ){ - $dzz_upgrade = new dzz_upgrade_app(); - $appinfo=array(); - $appinfo["mysqlversion"] = helper_dbtool::dbversion(); - $appinfo["phpversion"] = PHP_VERSION ; - $appinfo["dzzversion"] = CORE_VERSION; - foreach($applist as $k=>$v ){ - if(empty($v['app_path'])) $v['app_path']='dzz'; - $savedata=array(); - if( $v["mid"]>0){//云端检测 - if( $v["upgrade_version"] ){ - $num++; - }else{ - //if( $v["mid"]==80 ){ - //根据当前版本查询是否需要更新 - $info=array_merge($v,$appinfo); - $response = $dzz_upgrade->check_upgrade_byversion( $info ); - if($response && $response["status"]==1 ) { - $map=array( - "upgrade_version"=>serialize($response["data"]), - "check_upgrade_time"=>dgmdate(TIMESTAMP,'Ymd') - ); - $re=C::t('app_market')->update($v['appid'],$map);//C::tp_t('app_market')->where("appid=".$v['appid'])->save( $map ); - $num++; - } - //} - } - }else{//本地检测 - $file = DZZ_ROOT . './'.$v['app_path'].'/' . $v['identifier'] . '/dzz_app_' . $v['identifier'] . '.xml'; - if ( file_exists($file) ) { +if ($applist) { + $dzz_upgrade = new dzz_upgrade_app(); + $appinfo = array(); + $appinfo["mysqlversion"] = helper_dbtool::dbversion(); + $appinfo["phpversion"] = PHP_VERSION; + $appinfo["dzzversion"] = CORE_VERSION; + foreach ($applist as $k => $v) { + if (empty($v['app_path'])) $v['app_path'] = 'dzz'; + $savedata = array(); + if ($v["mid"] > 0) {//云端检测 + $info = array_merge($v, $appinfo); + $response = $dzz_upgrade->check_upgrade_byversion($info); + $map = array( + "upgrade_version" => '', + "check_upgrade_time" => '' + ); + if ($response && $response["status"] == 1) { + $map = array( + "upgrade_version" => serialize($response["data"]), + "check_upgrade_time" => dgmdate(TIMESTAMP, 'Ymd') + ); + + } + $re = C::t('app_market')->update($v['appid'], $map); + $num++; + } else {//本地检测 + $file = DZZ_ROOT . './' . $v['app_path'] . '/' . $v['identifier'] . '/dzz_app_' . $v['identifier'] . '.xml'; + if (file_exists($file)) { $importtxt = @implode('', file($file)); - $apparray = getimportdata('Dzz! app',0,0,$importtxt); - if($apparray["app"]["version"]>$v["version"]){ + $apparray = getimportdata('Dzz! app', 0, 0, $importtxt); + if ($apparray["app"]["version"] > $v["version"]) { $num++; - $savedata=array( "upgrade_version"=>serialize($apparray["app"]), "check_upgrade_time"=>$today ); - $re=C::t('app_market')->update($v['appid'],$savedata); - //$re= C::tp_t('app_market')->where("appid=".$v["appid"])->save( $savedata ); + $savedata = array( + "upgrade_version" => serialize($apparray["app"]), + "check_upgrade_time" => dgmdate(TIMESTAMP, 'Ymd') + ); + $re = C::t('app_market')->update($v['appid'], $savedata); + } else { + $savedata = array( + "upgrade_version" => '', + "check_upgrade_time" => dgmdate(TIMESTAMP, 'Ymd') + ); + $re = C::t('app_market')->update($v['appid'], $savedata); } - } - } - } + } + } + } } -$return["sum"]=$num; -exit( json_encode( $return ) ); +$return["sum"] = $num; +exit(json_encode($return)); ?> \ No newline at end of file diff --git a/admin/appmarket/cloudappmarket.php b/admin/appmarket/cloudappmarket.php index abf2b0a..9d8981c 100644 --- a/admin/appmarket/cloudappmarket.php +++ b/admin/appmarket/cloudappmarket.php @@ -29,9 +29,8 @@ if( $json["status"]==1){ $list = $json["data"]["list"]; $total = $json["data"]["total"]; $perpage = $json["data"]["perpage"]; - //$perpage =1; - $theurl = BASESCRIPT."?mod=".MOD_NAME."&op=cloudappmarket"; - $multi=multi($total, $perpage, $page, $theurl); + $theurl = MOD_URL."&op=cloudappmarket"; + $multi=multi($total, $perpage, $page, $theurl,'pull-right'); } //print_r($list);exit; $local_applist=DB::fetch_all("select * from %t where 1",array('app_market'));//C::tp_t("app_market")->select(); diff --git a/admin/appmarket/cp.php b/admin/appmarket/cp.php index 909788b..2d0ebff 100644 --- a/admin/appmarket/cp.php +++ b/admin/appmarket/cp.php @@ -10,8 +10,9 @@ if (!defined('IN_DZZ') || !defined('IN_ADMIN')) { exit('Access Denied'); } require_once libfile('function/admin'); -$do = trim($_GET['do']); -$op=$_GET['op']; +$do = isset($_GET['do']) ? $_GET['do'] : ''; +$op = isset($_GET['op']) ? $_GET['op'] : ''; +$navtitle=lang('appname'); if ($do == 'export') {//应用导出 $appid = intval($_GET['appid']); $app = C::t('app_market') -> fetch($appid); @@ -80,8 +81,11 @@ elseif ($do == 'import') {//导入应用 if (!is_dir(DZZ_ROOT . './'.$apparray['app']['app_path'].'/' . $apparray['app']['identifier'])) { showmessage(lang('list_cp_Application_directory_exist',array('app_path'=>$app['app_path'],'identifier'=>$app['identifier']))); } + if($apparray['version'] && empty($_GET['ignoreversion']) && (version_compare($apparray['version'], $_G['setting']['version'])>0)) { + showmessage(lang('application_import_version_invalid'), '', array('cur_version' => $apparray['version'], 'set_version' => $_G['setting']['version'])); + } $extra = $apparray['app']['extra']; - $filename = $extra['installfile']; + $filename = isset($extra['installfile']) ? $extra['installfile'] : ''; if (!empty($filename) && preg_match('/^[\w\.]+$/', $filename)) { $filename = DZZ_ROOT . './'.$apparray['app']['app_path'].'/' . $apparray['app']['identifier'] . '/' . $filename; if (file_exists($filename)) { @@ -281,6 +285,7 @@ elseif ($do == 'uninstall') {//卸载应用 } } elseif ($do == 'uninstall_confirm') {//卸载应用 + $navtitle='卸载应用 - '.lang('appname'); $refer = $_GET['refer']; $appid=intval($_GET['appid']); if(!$app=C::t('app_market')->fetch($appid)){ @@ -291,6 +296,7 @@ elseif ($do == 'uninstall_confirm') {//卸载应用 exit; } elseif ($do == 'upgrade') {//本地升级应用 + $navtitle='升级应用 - '.lang('appname'); $appid = intval($_GET['appid']); if (!$app = C::t('app_market') -> fetch($appid)) { showmessage('list_cp_Application_delete'); @@ -305,7 +311,9 @@ elseif ($do == 'upgrade') {//本地升级应用 } $importtxt = @implode('', file($file)); $apparray = getimportdata('Dzz! app', 0, 0, $importtxt); - + if($apparray['version'] && empty($_GET['ignoreversion']) && (version_compare($apparray['version'], $_G['setting']['version'])>0)) { + showmessage(lang('application_upgrade_version_invalid'), '', array('cur_version' => $apparray['version'], 'set_version' => $_G['setting']['version'], 'url' => MOD_URL.'&op=cp&do=upgrade&ignoreversion=1&appid='.$appid)); + } $filename = $apparray['app']['extra']['upgradefile']; $toversion = $apparray['app']['version']; if (!empty($apparray['app']['extra']['upgradefile']) && preg_match('/^[\w\.]+$/', $apparray['app']['extra']['upgradefile'])) { @@ -322,6 +330,5 @@ elseif ($do == 'upgrade') {//本地升级应用 C::t('app_market') -> update($appid, array('version' => $toversion)); showmessage('application_upgrade_successful', MOD_URL, array(), array('alert' => 'right')); } - } ?> diff --git a/admin/appmarket/default.php b/admin/appmarket/default.php index c604b4f..c42fd74 100644 --- a/admin/appmarket/default.php +++ b/admin/appmarket/default.php @@ -10,7 +10,7 @@ if (!defined('IN_DZZ') || !defined('IN_ADMIN')) { exit('Access Denied'); } $navtitle=lang('permission_management').' - '.lang('appname'); -$op=$_GET['op']; +$op = isset($_GET['op']) ? $_GET['op'] : ''; if ($_GET['do'] == 'clear') { $i = intval($_GET['i']); $appid = intval($_GET['appid']); diff --git a/admin/appmarket/edit.php b/admin/appmarket/edit.php index e6b385d..bc059fa 100644 --- a/admin/appmarket/edit.php +++ b/admin/appmarket/edit.php @@ -12,11 +12,11 @@ if (!defined('IN_DZZ') || !defined('IN_ADMIN')) { include_once DZZ_ROOT . './data/extdata/exts.php'; require_once libfile('function/user', '', 'user'); $grouptitle = array('0' => lang('all'), '-1' => lang('visitors_visible'), '1' => lang('members_available'), '2' => lang('section_administrators_available'), '3' => lang('system_administrators_available')); - -$do = trim($_GET['do']); +$navtitle=lang('编辑应用').' - '.lang('appname'); +$do = isset($_GET['do']) ? $_GET['do'] : ''; $appid = intval($_GET['appid']); $refer = dreferer(); -$op = $_GET['op']; +$op = isset($_GET['op']) ? $_GET['op'] : ''; if (submitcheck('appsubmit')) { $appurl = addslashes(trim($_GET['appurl'])); $appadminurl = addslashes(trim($_GET['appadminurl'])); @@ -136,6 +136,11 @@ if (submitcheck('appsubmit')) { echo ""; exit(); } else { + if (!$appid) { + $navtitle=lang('add_app').' - '.lang('appname'); + }else{ + $navtitle=lang('edit_app').' - '.lang('appname'); + } include_once libfile('function/organization'); $sexts = array(); foreach ($exts as $ext) { diff --git a/admin/appmarket/extopen.php b/admin/appmarket/extopen.php index ab763eb..4e2006f 100644 --- a/admin/appmarket/extopen.php +++ b/admin/appmarket/extopen.php @@ -11,7 +11,7 @@ if (!defined('IN_DZZ') || !defined('IN_ADMIN')) { } $navtitle=lang('open_way').' - '.lang('appname'); $op='extopen'; -$do=$_GET['do']; +$do = isset($_GET['do']) ? $_GET['do'] : ''; if ( $do =="setdefault" ) { $extid = intval( $_GET["extid"] ); @@ -81,7 +81,7 @@ if($count){ } $count = count($newlist); } -$multi = multi($count, $perpage, $page, $theurl ); +$multi = multi($count, $perpage, $page, $theurl, 'pull-right'); //根据分页截取数组 ksort($newlist,SORT_STRING ); $list = array_slice($newlist,$start,$perpage); diff --git a/admin/appmarket/images/market1.css b/admin/appmarket/images/market1.css new file mode 100644 index 0000000..b485557 --- /dev/null +++ b/admin/appmarket/images/market1.css @@ -0,0 +1,262 @@ +@charset "utf-8"; +/* CSS Document */ +.market-container .appitem{ + background:#FFF; + width:236px; + height:330px; + box-shadow:0 1px 3px rgba(0,0,0,.3); + position:relative; + border-radius:2px; + margin:8px; +} +.img_236 { + max-width: 236px; + max-height: 136px; +} +.ie8 .market-container .appitem{ + border:1px solid #D9D9D7; +} +.img-container { + width:236px; + height:136px; + padding:0; + text-align:center; + position:relative; + overflow:hidden; + display:block; + border-radius:2px 2px 0 0; +} +.ie8 .img-container { + width:234px; + height:135px; +} + +.appitem-desc{ + padding:10px 0; + height:84px; + line-height:1.5; + overflow:hidden; + color:#808080; +} +.appitem-footer{ + line-height:35px; +} + +.appitem-title a{ + font-size:14px;font-weight:bold;color:#333; + text-shadow:1px 1px 1px #FFF; +} +.appitem .appmeta{ + color: #353535; + padding: 15px 15px 0 15px; + background: #fff; +} +.appmeta a { + color: #333; + font-weight: bold; + display: block; + text-decoration: none; +} +.appmeta a h3 { + display: block; + font-size: 14px; + line-height: 14px; + margin: 0 0 10px 0; + height:14px; + text-overflow: ellipsis; + overflow: hidden;font-weight: bold; +} +.appmeta h4 { + font-size: 11px; + color: #808080; + margin:0; + /*margin-top: -8px;*/ + padding-bottom: 8px; + border-bottom: 1px solid #eee; +} + +.price-container p{ margin:0 0 5px 0} + +.document-header{ + padding:0; + position:relative; + margin:0; + background-color: rgba(var(--bs-light-rgb), 1); + border:1px solid #dee2e6; + border-radius:.3rem; +} +.price-container .label-success{ + font-weight:300; + border-radius:var(--radius); + background-color:rgba(var(--bs-primary-rgb), 1); + display: inline-block; + padding: 0.35em 0.65em; + font-size: .75em; + font-weight: 700; + line-height: 1; + color: #fff; + text-align: center; + white-space: nowrap; + vertical-align: baseline; + border-radius: 0.25rem; +} +.document-header .img-container{ + border-radius:2px 0 0 0; + position:absolute; + left:0;top:0; + +} +.document-header .header-info{ + padding: 0px 0 10px 246px; + line-height:30px; + min-width:500px; + display: flex; + flex-wrap:wrap; +} +.ie8 .document-header .header-info{ + min-width:150px; +} +.document-header .header-info .appname{ + font-size:16px; + line-height:35px; +} +.download-container{ + position:absolute; + right:10px;top:10px; + z-index:100; +} + +.document-container { + width:100%; + margin:0; + border:none; + box-shadow:none; + overflow-x:hidden; +} + +.document-container .document-body { + padding: 20px 0 0 0; + margin: 0 20px 0 20px; + overflow-x:hidden; + position:relative; + line-height:2; +} +.document-container .document-body img.dzz-image{ + max-width: 100%; +} +.document-container .document-Carousel { + padding: 20px 0 0 0; + margin: 0 20px 0 20px; + min-height:200px; + overflow-x:hidden; + position:relative; +} +.document-container .document-comment { + padding: 20px 0 0 0; + margin: 0 20px; +} +.document-comment .attach-item{ + height:20px; + line-height:20px; + padding:0 10px; +} + +span.attach-item{ + line-height:24px; + display:inline-block; + height:24px; + padding-right:8px; +} +span.attach-item img{ + max-height:100%; + padding-right:5px; +} + + +.carousel-inner>.item>img, .carousel-inner>.item>a>img{ + margin:0 auto; +} +.bs-navbar-default .navbar-nav li{ + overflow:hidden; +} +.bs-navbar-default .navbar-nav>li>a{ + padding:15px; + +} +.bs-navbar-default .navbar-toggle{ + margin-top:8px +} +.bs-navbar-default .navbar-form{ + margin-top:8px +} +.bs-navbar-default .container-fluid>.navbar-header{ + margin-right:0; + margin-left:0; +} + + + +/*12.12修改*/ +.group-td-wrapper{ + max-width:120px; + white-space:normal; + overflow: hidden; + text-overflow: ellipsis; +} +.group-td-wrapper>span { + white-space:nowrap; + overflow: hidden; + text-overflow: ellipsis; +} +.group-td-wrapper>span>img { + margin:0; + vertical-align: text-bottom; +} +.tag-td-wrapper{ + max-width:120px; + height: 20px; + white-space:normal; + overflow: hidden; + text-overflow: ellipsis; +} +.tag-td-wrapper a{ + color:#666; + display:inline-block; + padding:0 2px; + white-space:nowrap; + overflow: hidden; + text-overflow: ellipsis; +} +span.num { + color:#4A89FD; + font-weight:700; + padding:0 2px; + margin:0; + +} + +.appname{ + margin:0; + line-height:25px; + +} +.appname a{ + color:#333; + font-weight:600; + font-size:14px; +} +.appdesc{ + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; + cursor:default; + font-size: 14px; + max-width:300px; +} +.btn-top{ + margin-left: 30px; +} +.btn-top a{ + margin-right: 10px; +} +/*结束*/ \ No newline at end of file diff --git a/admin/appmarket/import.php b/admin/appmarket/import.php index e413bf7..f93db36 100644 --- a/admin/appmarket/import.php +++ b/admin/appmarket/import.php @@ -12,6 +12,7 @@ if (!defined('IN_DZZ') || !defined('IN_ADMIN')) { include libfile('function/admin'); include libfile('function/organization'); $do = empty($_GET['do']) ? 'available' : trim($_GET['do']); +$op = isset($_GET['op']) ? $_GET['op'] : ''; $navtitle=lang('import_type_app').' - '.lang('appname'); $page = empty($_GET['page']) ? 1 : intval($_GET['page']); $perpage = 20; diff --git a/admin/appmarket/install_app_ajax.php b/admin/appmarket/install_app_ajax.php index 0efef99..b695a05 100644 --- a/admin/appmarket/install_app_ajax.php +++ b/admin/appmarket/install_app_ajax.php @@ -16,7 +16,7 @@ include_once libfile('function/admin'); include_once libfile('function/cache'); include_once libfile('function/appmarket'); $step = intval($_GET['step']); -$op = $_GET['op']; +$op = isset($_GET['op']) ? $_GET['op'] : ''; $step = $step ? $step : 1; $operation = $_GET['operation'] ? trim($_GET['operation']) : 'upgrade'; header('Content-type:text/json'); @@ -380,7 +380,7 @@ elseif($operation == 'cross' || $operation == 'patch'){ } $importtxt = @implode('', file($importfile)); $apparray = getimportdata('Dzz! app'); - $filename = $apparray['app']['extra']['installfile']; + $filename = isset($apparray['app']['extra']['installfile']) ? $apparray['app']['extra']['installfile'] : ''; if (!empty($filename) && preg_match('/^[\w\.]+$/', $filename)) { $filename = DZZ_ROOT . './'.$dir.'/' . $appname . '/' . $filename; if (file_exists($filename)) { diff --git a/admin/appmarket/language/zh-cn/lang.php b/admin/appmarket/language/zh-cn/lang.php index e7472de..30f3fb0 100644 --- a/admin/appmarket/language/zh-cn/lang.php +++ b/admin/appmarket/language/zh-cn/lang.php @@ -1,6 +1,7 @@ '应用市场', + 'appmarketedit' => '应用管理', 'installed' => '已安装', 'upgrade' => '升级', 'open_way'=>'打开方式', @@ -26,7 +27,6 @@ $lang = array ( 'app_upgrade_installed' => '已安装该应用', 'app_upgrade_installed_local' => '已安装本地应用与该应用冲突', 'app_upgrade_identifier_error' => '应用标识为空', - 'app_upgrade_dzzversion_error' => 'Dzzoffice版本要求: {version}', 'app_upgrade_phpversion_error' => 'php版本要求: {version}', 'app_upgrade_mysqlversion_error' => 'Mysql版本要求: {version}', 'app_upgrade_newversion_will_start'=>'升级即将开始', @@ -82,6 +82,6 @@ $lang = array ( 'buy'=>'购买', 'view_detail'=>'查看详细', 'buy_contract'=>'联系购买', - 'manual_install_tip'=>'注:如不能在线安装,请通过 官方应用市场 下载应用安装包手动下载' + 'manual_install_tip'=>'注:如不能在线安装,请通过 官方应用市场 下载应用安装包手动安装' ); ?> \ No newline at end of file diff --git a/admin/appmarket/template/cloudappmarket.htm b/admin/appmarket/template/cloudappmarket.htm index ba41048..4ddebc0 100644 --- a/admin/appmarket/template/cloudappmarket.htm +++ b/admin/appmarket/template/cloudappmarket.htm @@ -150,7 +150,7 @@ -
$multi
+
$multi
+ + \ No newline at end of file diff --git a/admin/cloud/template/lyear/lyear_left.htm b/admin/cloud/template/lyear/lyear_left.htm new file mode 100644 index 0000000..93dd88f --- /dev/null +++ b/admin/cloud/template/lyear/lyear_left.htm @@ -0,0 +1,10 @@ + + + \ No newline at end of file diff --git a/admin/cloud/template/lyear/movetool.htm b/admin/cloud/template/lyear/movetool.htm new file mode 100644 index 0000000..49acaa9 --- /dev/null +++ b/admin/cloud/template/lyear/movetool.htm @@ -0,0 +1,115 @@ + + +
+
+ +
+
+
+ + +
+ +
+ +
    +
  • {lang cloud_movetool_designator_text}
  • +
+
+
+
+ +
+ +
    +
  • {lang cloud_movetool_designator_text}
  • +
+
+
+ {lang filtrate_condition}  + +
+ +
+
+ +
+
+
+
+ + diff --git a/admin/cloud/template/lyear/movetool_run.htm b/admin/cloud/template/lyear/movetool_run.htm new file mode 100644 index 0000000..feb43ac --- /dev/null +++ b/admin/cloud/template/lyear/movetool_run.htm @@ -0,0 +1,156 @@ + + + +
+
+ +
+
+
+

+ +     + +    

+ +
+ +
+
+
+
+ + + \ No newline at end of file diff --git a/admin/cloud/template/lyear/oauth_ALIOSS.htm b/admin/cloud/template/lyear/oauth_ALIOSS.htm new file mode 100644 index 0000000..616ed1b --- /dev/null +++ b/admin/cloud/template/lyear/oauth_ALIOSS.htm @@ -0,0 +1,133 @@ + + +
+
+ +
+
+
+ + + +
+ +
+ + {lang oauth_ALIOSS_ALY_storage}Access Key ID +
+
+
+ +
+ + {lang oauth_ALIOSS_ALY_storage}Access Key Secret +
+
+
+ +
+ + {lang oauth_ALIOSS_bucket} +
+
+ +
+ +
+
+
+
+
+
+ + \ No newline at end of file diff --git a/admin/cloud/template/lyear/oauth_disk.htm b/admin/cloud/template/lyear/oauth_disk.htm new file mode 100644 index 0000000..3b511f4 --- /dev/null +++ b/admin/cloud/template/lyear/oauth_disk.htm @@ -0,0 +1,69 @@ + + +
+
+ +
+
+
+ + + +
+ +
+ +
+
+
+ +
+ + {lang disk_dir_tip} +
+
+
+ +
+ + {lang disk_encode_tip} +
+
+
+ +
+
+
+
+
+
+ + \ No newline at end of file diff --git a/admin/cloud/template/lyear/oauth_ftp.htm b/admin/cloud/template/lyear/oauth_ftp.htm new file mode 100644 index 0000000..440c1d8 --- /dev/null +++ b/admin/cloud/template/lyear/oauth_ftp.htm @@ -0,0 +1,109 @@ + + +
+
+ +
+
+
+ + + +
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ + +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ + {lang oauth_ftp_encode_set} +
+
+ +
+ +
+ + +
+
+ +
+ +
+
+ + +
+
+ + +
+
+
+
+ +
+
+
+
+
+
+ + \ No newline at end of file diff --git a/admin/cloud/template/lyear/oauth_qcos.htm b/admin/cloud/template/lyear/oauth_qcos.htm new file mode 100644 index 0000000..e3502e5 --- /dev/null +++ b/admin/cloud/template/lyear/oauth_qcos.htm @@ -0,0 +1,134 @@ + + +
+
+ +
+
+
+ + + +
+ +
+ + {lang oauth_QCOS_ALY_storage}API SecretId +
+
+
+ +
+ + {lang oauth_QCOS_ALY_storage}API SecretKey +
+
+
+ +
+ + {lang oauth_QCOS_region_tip} +
+
+
+ +
+ + {lang oauth_QCOS_bucket} +
+
+
+ +
+ + {lang oauth_QCOS_agree_tip} +
+
+
+ +
+
+
+
+
+
+ + \ No newline at end of file diff --git a/admin/cloud/template/lyear/oauth_qiniu.htm b/admin/cloud/template/lyear/oauth_qiniu.htm new file mode 100644 index 0000000..28d5174 --- /dev/null +++ b/admin/cloud/template/lyear/oauth_qiniu.htm @@ -0,0 +1,82 @@ + + +
+
+ +
+
+
+ + + +
+ +
+ + {lang oauth_qinniu_storage} AK +
+
+
+ +
+ + {lang oauth_qinniu_storage} SK +
+
+
+ +
+ + {lang oauth_qinniu_manage_bucket} +
+
+
+ +
+ + {lang oauth_qinniu_storage_bucket} +
+
+
+ +
+ + + +
+
+
+ +
+
+
+
+
+
+ + diff --git a/admin/cloud/template/lyear/right_header.htm b/admin/cloud/template/lyear/right_header.htm new file mode 100644 index 0000000..87a8d32 --- /dev/null +++ b/admin/cloud/template/lyear/right_header.htm @@ -0,0 +1,22 @@ +
+
+ +
+
\ No newline at end of file diff --git a/admin/cloud/template/lyear/router.htm b/admin/cloud/template/lyear/router.htm new file mode 100644 index 0000000..cdfaebc --- /dev/null +++ b/admin/cloud/template/lyear/router.htm @@ -0,0 +1,83 @@ + + + +
+
+ +
+
+ {lang add_routing} +
+ + +
+ + + + + + + + + + + + + + + + + + + + + +
 {lang priority}{lang name}{lang use_storage}{lang routing_rule}{lang enable}{lang edit}
$value[position] + + {lang router_routing_failure} + $value[drouter]0}-->checked>
+
+
+
+ + +
+
+
+ +
+
+ +
+
+
+
+ + \ No newline at end of file diff --git a/admin/cloud/template/lyear/routeredit.htm b/admin/cloud/template/lyear/routeredit.htm new file mode 100644 index 0000000..ba22b17 --- /dev/null +++ b/admin/cloud/template/lyear/routeredit.htm @@ -0,0 +1,91 @@ + + +
+
+ +
+
+
+ + + +
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
    +
  • {lang cloud_movetool_designator_text}
  • +
+
+
+
+ +
+ + +
    + {lang cloud_movetool_file_type_text} +
+
+
+
+ +
+
+ +
M
+ +
M
+
+
    + {lang cloud_movetool_file_size_text} +
+
+
+
+ +
+
+
+
+
+
+ + \ No newline at end of file diff --git a/admin/cloud/template/lyear/space.htm b/admin/cloud/template/lyear/space.htm new file mode 100644 index 0000000..5b086e4 --- /dev/null +++ b/admin/cloud/template/lyear/space.htm @@ -0,0 +1,72 @@ + + +
+
+ +
+
+
+ + +
+ + + + + + + + + + + + + + + + + + + + + + +
{lang sort}{lang storage_location}{lang default}{lang used_surplus} 
0}-->checked >
$value[fusesize] / $value[ftotalsize] + + {lang space_storage_failure} + +
0}-->style="display:none"class="text-danger" href="{MOD_URL}&op=space&do=delete&remoteid=$value[remoteid]" onclick="if(confirm('{lang space_del_storage}')){return true;}else{return false}" >{lang delete}
{lang add_storage_location} +
+
+
+ +
+
+
+
+ + diff --git a/admin/cloud/template/lyear/spaceadd.htm b/admin/cloud/template/lyear/spaceadd.htm new file mode 100644 index 0000000..e52bbf8 --- /dev/null +++ b/admin/cloud/template/lyear/spaceadd.htm @@ -0,0 +1,95 @@ + + + +
+
+ +
+
+ +

$value[header]

+
    + +
  • +
    +
    $value1[name]
    +
    +
  • + +
+ +
+
+
+
+ + \ No newline at end of file diff --git a/admin/dzzofficefiles.md5 b/admin/dzzofficefiles.md5 index 66c0ac8..f755c7c 100644 --- a/admin/dzzofficefiles.md5 +++ b/admin/dzzofficefiles.md5 @@ -2535,7 +2535,7 @@ fa2772327f55d8198301fdb8bcfc8158 *static/bootstrap/fonts/glyphicons-halflings-re 448c34a56d699c29117adc64c43affeb *static/bootstrap/fonts/glyphicons-halflings-regular.woff2 5a061690c67238c5247c01873479570f *static/bootstrap/js/bootstrap-slider.js 7d6ce53c150a26ec3a5d8b18e1903415 *static/bootstrap/js/bootstrap-typeahead.js -6bfd171748f088ad503cb07c080b1f33 *static/bootstrap/js/bootstrap.js +6bfd171748f088ad503cb07c080b1f33 *static/bootstrap/js/bootstrap.min.js 36450289b3866f796bb36f95c874516d *static/bootstrap/js/bootstrap.min.js 6898461f2e5d74eb15d686724b2f541a *static/bootstrap/js/bootstrapSwitch.js 0ce8f355891c26c28f057e195e97dcd5 *static/bootstrap/js/html5shiv.min.js diff --git a/admin/filemanage/dzz_app_filemanage.xml b/admin/filemanage/dzz_app_filemanage.xml deleted file mode 100644 index d0c549e..0000000 --- a/admin/filemanage/dzz_app_filemanage.xml +++ /dev/null @@ -1,1286 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/admin/filemanage/index.php b/admin/filemanage/index.php deleted file mode 100644 index e275297..0000000 --- a/admin/filemanage/index.php +++ /dev/null @@ -1,151 +0,0 @@ - lang('photo'), - 'document' => lang('type_attach'), - 'link' => lang('type_link'), - 'video' => lang('online_video'), - 'folder' => lang('type_folder'), - 'dzzdoc' => 'DZZ' . lang('type_attach'), - 'attach' => lang('rest_attachment') -); -require libfile('function/organization'); -if ($_GET['do'] == 'delete') { - $icoid = isset($_GET['icoid']) ? trim($_GET['icoid']) : ''; - $icoids = explode(',', $icoid); - $ridarr = array(); - $bz = isset($_GET['bz']) ? trim($_GET['bz']) : ''; - foreach ($icoids as $icoid) { - if (empty($icoid)) { - continue; - } - $return = IO::Delete($icoid, true); - if (!$return['error']) { - //处理数据 - $arr['sucessicoids'][$return['rid']] = $return['rid']; - $arr['msg'][$return['rid']] = 'success'; - $arr['name'][$return['rid']] = $return['name']; - $ridarr[] = $return['rid']; - $i++; - } else { - $arr['msg'][$return['rid']] = $return['error']; - $dels[] = $icoid.'_0'; - } - } - if (!$return['error']) { - Hook::listen('solrdel',$dels); - showmessage('do_success', $_GET['refer']); - } else { - showmessage($return['error'], $_GET['refer']); - } - -} else { - $perpage = 20; - $pfid = isset($_GET['pfid']) ? intval($_GET['pfid']) : ''; - $type = isset($_GET['type']) ? trim($_GET['type']) : ''; - $keyword = isset($_GET['keyword']) ? trim($_GET['keyword']) : ''; - $orgid = isset($_GET['orgid']) ? intval($_GET['orgid']) : ''; - $page = (isset($_GET['page'])) ? intval($_GET['page']) : 1; - $start = ($page - 1) * $perpage; - $gets = array( - 'mod' => 'filemanage', - 'keyword' => $keyword, - 'type' => $_GET['type'], - 'size' => $_GET['size'], - 'dateline' => $_GET['dateline'], - 'orgid' => $orgid, - 'pfid' => $pfid - ); - $theurl = BASESCRIPT . "?" . url_implode($gets); - $refer = $theurl . '&page=' . $page; - if ($_GET['size'] == 'desc') { - $order = 'ORDER BY size DESC'; - } elseif ($_GET['size'] == 'asc') { - $order = 'ORDER BY size ASC'; - } elseif ($_GET['dateline'] == 'asc') { - $order = 'ORDER BY dateline ASC'; - } else { - $_GET['dateline'] = 'desc'; - $order = 'ORDER BY size DESC'; - } - $sql = "type!='app' and type!='shortcut'"; - $foldername = array(); - $param = array(); - if ($keyword) { - $sql .= ' and (name like %s OR username=%s)'; - $param[] = '%' . $keyword . '%'; - $param[] = $keyword; - } - if ($type) { - $sql .= ' and type=%s'; - $param[] = $type; - } - if ($pfid) { - $sql .= ' and (pfid = %d)'; - $param[] = $pfid; - $pathkey = DB::result_first("select pathkey from %t where fid = %d", array('resources_path', $pfid)); - $patharr = explode('-', str_replace('_', '', $pathkey)); - unset($patharr[0]); - foreach (DB::fetch_all("select fname,fid from %t where fid in(%n)", array('folder', $patharr)) as $v) { - $foldername[] = array('fid' => $v['fid'], 'fname' => $v['fname']); - } - } else { - if ($orgid) { - if ($org = C::t('organization')->fetch($orgid)) { - $fids = array($org['fid']); - foreach (DB::fetch_all("select fid from %t where pfid=%d", array('folder', $org['fid'])) as $value) { - $fids[] = $value['fid']; - } - $sql .= ' and pfid IN(%n)'; - $param[] = $fids; - } - }/*else{ - $sql .= ' and pfid > 0'; - }*//* else { - $flags = array('home', 'organization'); - $fids = C::t('folder')->fetch_fid_by_flags($flags); - $sql .= ' and pfid IN(%n)'; - $param[] = $fids; - }*/ - } - $limitsql = 'limit ' . $start . ',' . $perpage; - if ($count = DB::result_first("SELECT COUNT(*) FROM " . DB::table('resources') . " WHERE $sql", $param)) { - $data = DB::fetch_all("SELECT rid FROM " . DB::table('resources') . " WHERE $sql $order $limitsql", $param); - $multi = multi($count, $perpage, $page, $theurl); - } - $list = array(); - foreach ($data as $value) { - if (!$sourcedata = C::t('resources')->fetch_by_rid($value['rid'])) { - continue; - } - if($sourcedata['relpath'] == '/'){ - $sourcedata['relpath'] = '回收站'; - } - $list[] = $sourcedata; - } - if ($org = C::t('organization')->fetch($orgid)) { - $orgpath = getPathByOrgid($org['orgid']); - $org['depart'] = implode('-', ($orgpath)); - } else { - $org = array(); - $org['depart'] = lang('select_a_organization_or_department'); - $org['orgid'] = $orgid; - } - /*if ($count > $perpage*$page) { - $nextpage = $page + 1; - } else { - $naxtpage = 0; - }*/ - include template('list'); -} -?> diff --git a/admin/filemanage/language/zh-cn/lang.php b/admin/filemanage/language/zh-cn/lang.php deleted file mode 100644 index 1cd5544..0000000 --- a/admin/filemanage/language/zh-cn/lang.php +++ /dev/null @@ -1,9 +0,0 @@ - '文件管理', - 'rotation'=>'旋转', - 'checkednum'=>'已选择项', - 'file_position'=>'文件位置', - 'in_recycle'=>'在回收站', -); -?> \ No newline at end of file diff --git a/admin/language/zh-cn/lang.php b/admin/language/zh-cn/lang.php index 9f7bf3b..39990a3 100644 --- a/admin/language/zh-cn/lang.php +++ b/admin/language/zh-cn/lang.php @@ -13,12 +13,6 @@ if(!defined('IN_DZZ')) { $lang = array ( - - 'share_enable_successful'=>'共享目录启用成功!', - 'share_close_successful'=>'共享目录关闭成功!', - 'group_on_successful'=>'群组功能开启成功!', - 'group_close_successful'=>'群组功能关闭成功!', - 'database_export_custom_invalid' => '您至少需要选择一个数据表进行备份', 'database_export_file_invalid' => '数据文件无法保存到服务器,请检查目录属性', 'admin_navtitle'=>'管理中心', @@ -36,42 +30,13 @@ $lang = array 'cloud_type_local'=>'内置', 'cloud_type_ftp'=>'FTP', 'cloud_type_disk'=>'本地磁盘', - - 'export_range_user'=>'选择导出范围,此范围内的所有用户都会导出', - 'export_data'=>'导出资料项', - 'compellation'=>'用户名', - 'UserTrueName'=>'用户真实姓名', - 'phone_number'=>'手机号码', - 'phone_number_illegal'=>'手机号码不合法', - 'weixin_phone_number'=>'微信绑定的手机号码', - 'weixin_illegal'=>'微信号不合法', - 'user_weixin'=>'员工微信号', - 'weixin_exist'=>'微信号已经存在', - 'random_password'=>'生成随机密码', - 'exceptional_space'=>'额外空间', - 'disable_user'=>'停用此用户', - 'block_up'=>'停用', - 'set_system_administrator'=>'设为系统管理员', - 'add_a_item'=>'增加一项', - 'supervisor_position'=>'上司职位', - 'send_password_user_mailbox'=>'发送密码到用户邮箱', - 'login_email_required'=>'登录邮箱必填', - 'name_will'=>'用户名必填', - 'none_write_login_password'=>'还没有填写登录密码', - 'none_write_affirm_password'=>'还没有填写确认密码', 'none_write_add_theme'=>'还没有添加主题', 'illegal'=>'不合法', - 'space_not_change_password'=>'留空,不修改密码', 'data_set'=>'资料设置', 'user_name'=>'用户用户名', 'user_name_email'=>'用户名或邮箱', - 'user_name_sensitive'=>'用户名含有敏感字符', 'avatar'=>'头像', 'space_usage'=>'空间使用', - 'department'=>'部门', - 'organization'=>'机构', - 'organization_department'=>'机构部门', - 'registration_time'=>'注册时间', 'data_item_list'=>'资料项列表', 'data_edit'=>'资料项编辑', 'identifier'=>'标识符', @@ -108,45 +73,11 @@ $lang = array 'pass_add'=>'递增', 'fuzzy_search'=>'表示支持模糊查询', 'authentication_code'=>'认证代码', - 'user_phone_illegal'=>'用户手机号码不合法', - 'user_phone_exist'=>'手机号码已经存在', - 'user_phone_registered'=>'用户手机号码已经被注册', - 'weixin_registered'=>'该微信号已经被注册', - 'user_registered_retry'=>'该用户名已经被注册,请更换用户名再试', - 'add_user'=>'添加用户', - 'add_user_success'=>'添加用户成功', - 'edit_user_success'=>'修改用户信息成功', - 'email_registered_retry'=>'邮箱已经被注册,请更换邮箱再试', 'contact_administrator'=>'还没有启用实名认证,请联系管理员', 'contact_administrator1'=>'您没有实名认证权限,请联系管理员', 'contact_administrator2'=>'您没有认证权限,请联系管理员', 'contact_administrator3'=>'您没有资料审核权限,请联系管理员', - 'export_user'=>'导出用户', - 'shared_directory_set'=>'共享目录设置', - 'group_on_set'=>'群组功能设置', - 'shared_directory_desktop_shortcut'=>'共享目录桌面快捷方式', - 'position_management'=>'职位管理', - 'add_position'=>'添加职位', - 'position_name'=>'职位名称', 'organization_user_manage'=>'机构和用户管理', - 'bulking'=>'增量', - 'coverage'=>'覆盖', - 'import_nbsp'=>'导 入', - 'creation_agency'=>'新建机构', - 'creation_bottom_section'=>'新建下级部门', - 'creation_equally_section'=>'新建同级部门', - 'please_select_same_type_node'=>'请选择相同类型的节点', - 'please_select_same_section_node'=>'请选择相同部门的节点', - 'no_institution_users'=>'无机构用户', - 'add_administrator_unsuccess'=>'添加管理员失败', - 'no_open_Shared_directory'=>'没有开启共享目录,无法设置', - 'please_select_range_export'=>'请选择导出范围', - 'please_select_project_export'=>'请选择导出项目', - 'user_information_table'=>'人员信息表', - 'bulk_import_user_template'=>'批量导入用户模板', - 'name_email_empty'=>'用户名和邮箱不能为空', - 'lack_required_fields_name'=>'缺少必填字段"用户名"', - 'lack_required_fields_name_email'=>'缺少必填字段”用户名“或”邮箱“', 'enterprise_binding'=>'企业号绑定', 'enterprise_little_helper'=>'企业小助手', 'enterprise_little_helper_set'=>'企业小助手设置', @@ -206,32 +137,7 @@ $lang = array 'verification_unsuccessful'=>'验证不成功', 'email_send_test'=>'邮件发送测试', 'update_top_department_name'=>'更新顶级部门为站点名称', - 'share_title'=>'分享标题', - 'stop_sharing'=>'取消分享', - 'stop_sharing_success'=>'取消分享成功', - 'affirm_stop_sharing'=>'确定取消分享', - 'del_share'=>'删除分享', - 'screen_share'=>'屏蔽分享', - 'affirm_screen_share'=>'确定屏蔽分享', - 'share_screen'=>'分享屏蔽', - 'share_screen_success'=>'分享屏蔽成功', - 'share_screen_failure'=>'分享屏蔽失败', - 'shielding_failure'=>'屏蔽失败', - 'cancel_shielding'=>'取消屏蔽', - 'cancel_shielding_success'=>'取消屏蔽成功', - 'cancel_shielding_failure'=>'取消屏蔽失败', - 'affirm_cancel_shielding'=>'确定取消屏蔽', - 'sharing_file'=>'分享文件', - 'share_time'=>'分享时间', - 'share_user'=>'分享用户', - 'private_share'=>'私密分享', 'scon_code_send_mobile'=>'扫描二维码,发送到手机', - 'expiration_time'=>'到期时间', - 'limited_number'=>'限制次数', - 'extract_password'=>'提取密码', - 'been_blocked'=>'已屏蔽', - 'file_been_deleted'=>'文件已删除', - 'degree_exhaust'=>'次数用尽', 'img_background'=>'图片背景', 'web_background'=>'网址背景', 'background_display_mode'=>'背景显示方式', @@ -268,7 +174,6 @@ $lang = array 'right_click_menu_style'=>'右键菜单样式', 'only_upload_img_file'=>'只能上传图片文件', 'must_fill_address_wallpaper'=>'必须填写壁纸地址', - 'import_user'=>'导入用户', 'add_new_type'=>'添加新分类', 'data_import_error'=>'数据导入错误', 'network'=>'网络', @@ -280,11 +185,9 @@ $lang = array 'text_class'=>'文本类', 'application_been'=>'应用已经存在!', 'to_obtain'=>'重新获取', - 'online_video'=>'网络视频', 'type_save_success'=>'分类保存成功!', 'already_update'=>'已更新', 'submit_tips' => '按 Enter 键可随时提交您的修改', - 'save_changes'=>'保存更改', 'starting_migration'=>'开始迁移', 'migration_completed'=>'迁移完成', 'routing_name'=>'路由名称', @@ -340,6 +243,8 @@ $lang = array 'application_install_successful'=>'应用安装成功', 'application_uninstall_successful'=>'应用卸载成功!', 'application_upgrade_successful'=>'应用升级成功!', + 'application_import_version_invalid'=>'本插件适用于 Dzz! {cur_version} 与当前版本 V{set_version} 不一致。
如果您需要强制安装本插件请在导入应用时选择忽略版本限制安装', + 'application_upgrade_version_invalid'=>'本插件适用于 Dzz! {cur_version} 与当前版本 V{set_version} 不一致。
如果您需要强制升级本插件请点击强制升级', 'add_new' => '新增', 'select' => '请选择', @@ -351,8 +256,6 @@ $lang = array 'available' => '可用', 'action' => '动作', 'ignore' => '忽略', - 'operation' => '操作', - 'operator' => '操作者', 'reason' => '原因', 'selling_price'=>'售价', 'original_price'=>'原价', @@ -368,20 +271,15 @@ $lang = array 'thread' => '帖子', 'subject' => '标题', 'nosubject' => '无标题', - 'message' => '内容', 'mergeto' => '合并到', 'doings' => '记录', 'blogs' => '日志', 'albums' => '相册', - 'shares' => '分享', 'description' => '描述', 'copyright' => '版权信息', 'attachment' => '附件', - 'rest_attachment' => '其他附件', 'file' => '文件', 'dir' => '目录', - 'ip' => 'IP 地址', - 'usergroup' => '用户组', 'according_usergroup' => '按用户组', 'usernum' => '用户数:', 'admingroup' => '管理组', @@ -393,9 +291,6 @@ $lang = array 'current_contents_without_saving'=>'当前内容没有保存,确定要离开吗?', 'mail'=>'邮件设置', - 'login_username_placeholder'=>'登录用户名', - 'login_username_text'=>'必填,可用于系统登录', - 'required_used_login_system'=>'必填,可用于系统登录', // admin/system/database.html // 'nav_db' => '数据库', 'nav_db_export' => '备份', @@ -450,11 +345,11 @@ $lang = array 'db_runquery' => '数据库升级', 'db_recover'=>'恢复数据库', - 'db_runquery_tips' => '
  • 出于安全考虑,Dzz! 后台默认情况下禁止 SQL 语句直接执行,只能使用常用 SQL 当中的内容,
    如果您想自己随意书写 SQL 升级语句,需要将 config/config_global.php 当中的 $_config[admincp][runquery] 设置修改为 1。
  • ', + 'db_runquery_tips' => '
  • 出于安全考虑,Dzz! 后台默认情况下禁止 SQL 语句直接执行,只能使用常用 SQL 当中的内容,
    如果您想自己随意书写 SQL 升级语句,需要将 config/config.php 当中的 $_config[admincp][runquery] 设置修改为 1。
  • ', 'db_runquery_sql' => 'Dzz! 数据库升级 - 请将数据库升级语句粘贴在下面', - 'db_config_admincp'=>'config文件未设置相关此操作的权限,请检查config.php文件中相关admincp的设置', - 'db_not_allow_config_admincp'=>'config文件设置不允许此操作,请检查config.php文件中相关admincp的设置', - 'db_runquery_denied' => '对不起,此项功能已经被禁止,如果需要开启,请修改 config/config_global.php 中的相关配置', + 'db_config_admincp'=>'config文件未设置相关此操作的权限,请检查config.php文件中相关admincp以及$_config[\'admincp\'][\'runquery\']的设置', + 'db_not_allow_config_admincp'=>'config文件设置不允许此操作,请检查config.php文件中admincp以及$_config[\'admincp\'][\'dbimport\']的设置', + 'db_runquery_denied' => '对不起,此项功能已经被禁止,如果需要开启,请修改 config/config.php 中的相关配置', 'db_runquery_comment' => '注意: 为确保升级成功,请不要修改 SQL 语句的任何部分', 'db_runquery_select' => '现有方案', 'db_runquery_simply' => '常用 SQL 升级语句', @@ -491,7 +386,7 @@ $lang = array 'database_export_zip_succeed' => '数据成功备份并压缩至服务器 {filename} 中', 'tools_updatecache_tips' => '
  • 当站点进行了数据恢复、升级或者工作出现异常的时候,您可以使用本功能重新生成缓存。更新缓存的时候,可能让服务器负载升高,请尽量避开会员访问的高峰时间
  • 数据缓存:更新站点的全部数据缓存
  • -
  • 模板缓存:更新论坛模板、风格等缓存文件,当您修改了模板或者风格,但是没有立即生效的时候使用
  • +
  • 模板缓存:更新Dzz模板、风格等缓存文件,当您修改了模板或者风格,但是没有立即生效的时候使用
  • ', // admin/stysem 'updatecache'=>'更新缓存', @@ -828,12 +723,6 @@ $lang = array 'edit_type_dzzoffice'=>'为dzzoffice提供各种功能的应用', 'edit_type_dzzoffice1'=>'为dzzoffice提供各种主题和风格', 'edit_type_dzzoffice2'=>'为dzzoffice提供各种扩展和功能增强', - // admin/dzzmarket/filemanage.html - 'filemanage_file_user'=>'文件名称或用户名', - 'filemanage_del_file'=>'确定要彻底删除(此操作不可恢复)此文件吗?', - 'filemanage_del_all_file'=>'确定要彻底删除(此操作不可恢复)所有选择的文件吗?', - 'filemanage_desktop'=>'请在桌面内使用', - 'select_by_filetype'=>'按文件类型', // admin/function/function_admin.php 'function_admin_error'=>'数据类型错误,只能导入应用数据', // admin/icon/main.html @@ -846,17 +735,6 @@ $lang = array 'main_matches_priority_text'=>'同一域名下的匹配顺序,数字越大,优先级越高。当匹配区域有重叠时设置此项', 'main_extensions'=>'特征后缀名', 'main_extensions_text'=>'设置此网址的特征后缀名,通过特征后缀名可以调用相应的应用打开此网址;如任务板的特征后缀可设置为:task', - // admin/member/adduser.html - 'adduser_login_email_text'=>'必填,可用于系统登录,员工关注企业号时,会根据邮箱来匹配。', - 'adduser_compellation_text'=>'必填,系统中显示,便于同事辨识', - 'adduser_phone_number_text'=>'选填,微信绑定的手机号码,员工关注企业号时,会根据员工微信绑定的手机来匹配。', - 'adduser_weixin_text'=>'选填,员工微信号,员工关注企业号时,会根据员工的微信号来匹配。', - 'adduser_exceptional_space_text'=>'单位M,额外增加用户存储空间(用户的总空间=默认空间+额外空间)', - 'adduser_disable_user_text'=>'用户停用后,该用户将不能登录系统,请谨慎操作', - 'adduser_usergroup_text'=>'设置用户为系统管理员后,此用户将拥有系统管理权限,请慎重!', - // admin/member/edituser.html - 'edituser_login_email_text'=>'选填,可用于系统登录,员工关注企业号时,会根据员工的邮箱来匹配。', - 'edituser_weixin_text'=>'选填,员工微信号,员工关注企业号时,会根据员工的微信号来匹配。如果已经关注,此项不能修改。', // admin/member/main.html 'member_main_delete'=>'确定要删除此用户吗?此用户的所有是数据和文件都将被清空,无法恢复', // admin/member/profileset.html @@ -873,80 +751,6 @@ $lang = array 'verifyset_verify_synopsis_text'=>'认证简单介绍,会在用户认证页面显示,支持UBB', 'verifyset_choosable_data_text'=>'注意:此处勾选的资料项只会在对应的认证页面显示,不在用户基本资料中显示,此认证未启用时也有效。', 'verifyset_verify_group_text'=>'设置允许参与认证的用户组,可以按住 CTRL 多选, 空代表都可以参于认证', - // admin/orguser/detail_org.html - 'export_excl'=>'导出此部门的所有用户到excl文件', - 'detail_org_no_enable'=>'如不启用,下级所有部门中将不能使用共享目录;启用后,企业盘才会显示共享目录。', - 'detail_org_explorerapp_enable'=>'开启后,可在网盘等应用中能够使用该机构或部门的目录。', - 'detail_org_enable'=>'启用后,企业盘机构下才会显示此部门的共享目录。', - 'detail_org_creation'=>'创建快捷方式后,所属成员桌面默认都会有相应快捷方式。', - 'group_org_no_enable'=>'开启后,资源管理器会显示该机构群组选项。', - 'group_org_enable'=>'不开启,资源管理器不会显示该机构群组选项。', - 'detail_org_administrator'=>'注: -
  • 机构管理员权限:设置本机构下所有部门管理员,管理本机构中所有人员,管理本机构所有共享目录。
  • -
  • 部门管理员权限:设置本部门下所有子部门管理员,管理本部门中所有人员,管理本部门所有共享目录。
  • ', - // admin/orguser/guide.html - 'orguser_guide_text'=>'

    组织管理使用说明

    - -
    -

    删除用户说明:

    - -
    ', - // admin/orguser/inport_guide.html - 'inport_guide_download'=>'下载人员信息导入模板', - 'inport_guide_template'=>'模板的项目会根据用户资料项的多少自动生成', - 'inport_guide_user'=>'根据模板编辑需要人员信息表。', - 'inport_guide_step'=>'步骤3:选择excel表', - 'inport_guide_layout'=>'选择编辑好的人员信息表,支持 .xls、.xlsx格式', - 'inport_guide_notice'=>'编辑人员信息表注意事项', - 'inport_guide_notice_text'=>'
  • 1、根据模板字段来编辑需要导入的人员信息,如果已经有档案信息表,则只需将现有的档案信息表中的相关字段名称改为与“模板”里提供的名称一致即可,只要名称对应,字段的位置不影响结果。
  • -
  • 2、模板中“用户名”字段必填,其他字段根据需要填写。
  • -
  • 3、表中“邮箱”、“用户名”字段中的信息必须是唯一的,不可重复。如果邮箱为空,系统导入时将随机生成邮箱地址。
  • -
  • 4、多级部门创建:方法1:表中添加多列“所属部门”,从左到右分别为一级部门、二级部门、三级部门,顺序排列,系统会根据从左到右的原则,依次创建部门、下级部门、下下级部门等。方法2:表格中使用单列,上下级部门使用“/”来分割(例如:小学/一年级/一班)。
  • -
  • 5、导入用户只能按机构导入,多个机构需要分批导入。
  • -
  • 6、表中“登录密码”字段可为空,管理员在导入时能够为用户批量设置统一的密码。用户使用统一密码登录后可自行修改。
  • -
  • 7、导入界面中有“增量”、“覆盖”两种导入方式。增量方式为:遇到相同用户,只会增加用户缺少的字段信息,原有信息不变。(例如:系统中已有用户A,密码为123。在批量导入表格中,也有用户A,导入时设置了统一密码为abc。导入完成后,其他用户的密码都为abc,原用户A还是保持他的原有密码,即123。)覆盖导入:将系统中原有的用户信息完全替换为表格中的信息。
  • -
  • 8、若需导入的人员较多,建议先做一个少量人员的测试表,测试无误后,再使用增量方式导入所有用户。
  • ', - - // admin/orguser/import_list.html - 'import_list_organization'=>'选择要导入到的机构,如果不导入任何机构,会根据用户信息表中的所属部门来生成新的机构和部门,没有则会直接导入到"无机构人员"下', - 'import_list_password'=>'默认用户密码,当登录密码项未设置时,会使用此处设置的密码作为新导入的用户的密码', - 'import_list_coverage'=>'增量导入方式:新导入的用户信息智能的增加到原有用户信息中;覆盖导入:新导入的信息覆盖原有用户的信息,建议使用增量方式。', - 'import_list_text'=>'
  • 用户名和邮箱项目为必填项
  • -
  • 点击下面的导入项的内容,可以临时编辑,编辑部门时注意,部门每行是上下级的关系,上一行为下一行的上级部门
  • -
  • 不需要导入的项目,可以点击右侧的"X"删除掉
  • -
  • 点击导入按钮,导入当前项目,全部导入按钮,按顺序导入所有项,中途可以再次点击停止
  • ', - // admin/orguser/tree.html - 'orguser_tree_delete'=>'您确定要彻底删除此用户(用户的所有数据和文件都会彻底删除)吗?', - 'orguser_tree_permission_delete'=>'此处删除,仅从部门中移除此用户,移除后您可能没有操作此用户的权限,您确定要移除此用户吗?', - 'orguser_tree_batch_delete'=>'机构或部门不支持批量删除', - 'orguser_tree_all_delete'=>'删除部门前,必须先删除此部门的所有下级部门,并且删除共享目录中的文件,您确定要删除此部门吗?', - // admin/orguser/ajax.php - 'orguser_ajax_delete'=>'在机构或部门中的用户,不支持彻底删除,请先从机构或部门中删除后重试', - 'no_parallelism_jurisdiction'=>'没有对应部门的权限', - // admin/orguser/edituser.php - 'orguser_edituser_add_user'=>'
    抱歉!您没有在此机构或部门下添加用户的权限!

    可以在左侧选择有权限的部门,再重试添加
    ', - 'orguser_edituser_add_user1'=>'
    抱歉!您没有此用户的管理权限!

    可以在左侧选择有权限管理的用户,再重试添加
    ', - // admin/orguser/import.php - 'orguser_import_user'=>'没有权限,只有系统管理员才能导入用户', - 'orguser_import_user_table'=>'人员信息表上传未成功,请重新上传', - 'orguser_import_xls_xlsx'=>'只允许导入xls,xlsx类型的文件', - 'orguser_import_user_message'=>'人员信息表上传成功,正在调转到导入页面', - 'orguser_import_tautology'=>'上传信息表未成功,请稍候重试', - 'orguser_import_user_message_table'=>'请选择人员信息表', - // admin/orguser/vidw.php - 'orguser_vidw_delete'=>'
    抱歉!您没有此部门的管理权限!

    可以在左侧选择有权限管理的部门
    ', // admin/setting/assistant.html 'assistant_app'=>'该应用为默认应用,可以通过它向全公司范围推送消息。如关注成功通知,公司文件,通报等。', // admin/setting/main.html @@ -1144,11 +948,6 @@ $lang = array 'setting_wxsyn_organization'=>'创建父机构失败,忽略', 'setting_wxsyn_synchronization1'=>'不在同步范围,已禁用', 'setting_wxsyn_synchronization2'=>'不在同步范围,忽略', - // admin/share/share.html - 'share_file_content'=>'好东西要晒出来,快把你的文件分享给身边的朋友们吧。', - 'share_stop_sharing1'=>'

    取消分享后,该条分享记录将被删除,将无法再访问此分享链接。

    你确认要取消分享吗?

    ', - 'share_stop_sharing2'=>'

    该条分享记录将被屏蔽,将无法再访问此分享链接。

    你确认要屏蔽该条分享吗?

    ', - 'share_stop_sharing3'=>'

    该条分享记录将被恢复访问。

    你确认要取消屏蔽该条分享吗?

    ', // admin/theme/edit.html 'theme_edit_theme_name_state'=>'
  • 主题名称,好的主题名称便于用户了解主题的特色
  • 设为默认,游客或未设置主题的用户将默认使用此主题
  • ', 'theme_edit_version_state'=>'主题版本号', @@ -1202,7 +1001,6 @@ $lang = array 'logs_invite_status_1' => '可使用', 'logs_invite_status_2' => '已使用', 'logs_invite_status_3' => '已发送', - 'logs_invite_status_4' => '已过期', 'logs_tips_illegal' => '
  • 密码错误记录中的IP,需要在管理组内开启查看IP功能才能显示。
  • ', 'logs_tips_ban' => '
  • 禁止用户记录,需要在管理组内开启禁止用户功能才能显示。
  • ', 'logs_select_operation' => '请选择类型', @@ -1235,7 +1033,6 @@ $lang = array 'founder_upgrade_store_directory' => '文件存放目录: ', 'founder_upgrade_diff_show' => '与本地文件的比对结果,状态 差异 表示该本地文件被修改过
    注意:如果您的源文件是通过 非二进制 方式上传到服务器,可能导致对比结果不准确', 'founder_upgrade_diff' => '差异', - 'founder_upgrade_normal' => '正常', 'founder_upgrade_new' => '新增', 'founder_upgrade_download_file' => '升级文件已经全部下载完毕,并存储到服务器目录: ', 'founder_upgrade_backup_file' => '继续升级,将会把现有的旧文件备份到目录: ', diff --git a/admin/login/images/adminlogin.css b/admin/login/images/adminlogin.css index 38e6db2..dbb5796 100644 --- a/admin/login/images/adminlogin.css +++ b/admin/login/images/adminlogin.css @@ -39,8 +39,9 @@ input:-webkit-autofill { text-align: center; } .avatarContainer img { - max-width: 128px; - max-height: 128px; + width: 128px; + height: 128px; + line-height: 128px; } .avatarContainer .maintitle{ font-size:20px; diff --git a/admin/login/login.php b/admin/login/login.php index 1af9c59..56fa417 100644 --- a/admin/login/login.php +++ b/admin/login/login.php @@ -128,45 +128,47 @@ function html_login_form() { $loginuser = $isguest ? '' : '
    ' . $_G['member']['username'] . '
    ' . $_G['member']['email'] . '
    '; $sid = getglobal('sid'); $avatarstatus=getglobal('avatarstatus','member'); + $avastar = ''; if(!$uid){ if($_G['setting']['bbclosed']){ $sitelogo = 'static/image/common/logo.png'; }else{ $sitelogo=$_G['setting']['sitelogo']?'index.php?mod=io&op=thumbnail&size=small&path='.dzzencode('attach::'.$_G['setting']['sitelogo']):'static/image/common/logo.png'; } + $avastar=''; }else{ $avastar = avatar_block($uid); } $avastar.='
    '.$maintitle.'
    '; $extra = BASESCRIPT . '?' . $_SERVER['QUERY_STRING']; $forcesecques = ''; - echo << - -
    -
    $avastar
    - - $loginuser -
    - +
    + +
    +
    $avastar
    + + $loginuser +
    + -
    - - -
    - -
    - +
    + + +
    + + + EOT; } ?> \ No newline at end of file diff --git a/admin/member/index.php b/admin/member/index.php index d31b746..43625eb 100644 --- a/admin/member/index.php +++ b/admin/member/index.php @@ -12,7 +12,7 @@ if (!defined('IN_DZZ') || !defined('IN_ADMIN')) { if (!$_G['cache']['usergroups']) { loadcache('usergroups'); } -$op=$_GET['op']; +$op = isset($_GET['op']) ? $_GET['op'] : ''; //error_reporting(E_ALL); //资料审核员和实名认证员跳转到对应的页面 if ($_G['member']['grid'] == '4') { diff --git a/admin/member/profileset.php b/admin/member/profileset.php index 7c0acf1..bd3ff57 100644 --- a/admin/member/profileset.php +++ b/admin/member/profileset.php @@ -10,7 +10,7 @@ if(!defined('IN_DZZ') || !defined('IN_ADMIN')) { exit('Access Denied'); } $navtitle = lang('data_set').' - '.lang('appname'); -$op=$_GET['op']; +$op = isset($_GET['op']) ? $_GET['op'] : ''; $profilevalidate = array( 'telephone' => '/^((\\(?\\d{3,4}\\)?)|(\\d{3,4}-)?)\\d{7,8}$/', 'mobile' => '/^(\+)?(86)?0?1\\d{10}$/', @@ -21,7 +21,7 @@ $profilevalidate = array( 'qq' => '/^[1-9]*[1-9][0-9]*$/' ); $fieldid = $_GET['fieldid'] ? $_GET['fieldid'] : ''; -$do=$_GET['do'] ? $_GET['do'] : ''; +$do = isset($_GET['do']) ? $_GET['do'] : ''; if($do=='delete'){ C::t('user_profile_setting')->delete_by_fieldid($fieldid); require_once libfile('function/cache'); diff --git a/admin/member/template/lyear/lyear_left.htm b/admin/member/template/lyear/lyear_left.htm new file mode 100644 index 0000000..1f8bfe3 --- /dev/null +++ b/admin/member/template/lyear/lyear_left.htm @@ -0,0 +1,29 @@ + \ No newline at end of file diff --git a/admin/member/template/lyear/profileset.htm b/admin/member/template/lyear/profileset.htm new file mode 100644 index 0000000..a982527 --- /dev/null +++ b/admin/member/template/lyear/profileset.htm @@ -0,0 +1,118 @@ + + + +
    +
    +
    +
    +
    +
    + + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    {lang sort}{lang identifier}{lang name}{lang enable}{lang data_show}{lang business_card_show}{lang registration_page_display}{lang operation}
    $fieldid$value[title] checked="checked"value="1">checked="checked"value="1">checked="checked"value="1">checked="checked"value="1"> + + + + +
    +
    +
    + +
    +
    +
    +
    +
    +
    +
    + + \ No newline at end of file diff --git a/admin/member/template/lyear/profileset_edit.htm b/admin/member/template/lyear/profileset_edit.htm new file mode 100644 index 0000000..bbc4928 --- /dev/null +++ b/admin/member/template/lyear/profileset_edit.htm @@ -0,0 +1,265 @@ + + +
    +
    +
    +
    + +
    +
    +
    +
    +
    + + + + +
    + +
    + disabled="disabled" + /> +
    +
    +
    + +
    + disabled="disabled" + /> +
    +
    + +
    + +
    +
    + checked="checked"> + +
    + +
    + checked="checked"> + +
    +
    + checked="checked"> + +
    +
    + checked="checked"> + +
    +
    + checked="checked"> + +
    +
    + checked="checked"> + +
    +
    + checked="checked"> + +
    + +
    +
    +
    style="display:none"> + +
    + + {lang profileset_edit_delete} +
    +
    +
    style="display:none"> + +
    + + {lang profileset_edit_value}:
    {lang beijing}
    {lang shanghai}
    +
    +
    +
    style="display:none"> + +
    + + {lang profileset_edit_edit} +
    +
    + +
    + +
    +
    + checked="checked"> + +
    +
    + checked="checked"> + +
    +
    +
    + +
    + +
    +
    + checked="checked"> + +
    +
    + checked="checked"> + +
    +
    +
    +
    + +
    +
    + checked="checked"> + +
    +
    + checked="checked"> + +
    +
    +
    +
    + +
    +
    + checked="checked"> + +
    +
    + checked="checked"> + +
    +
    +
    +
    + +
    +
    + checked="checked"> + +
    +
    + checked="checked"> + +
    + {lang profileset_edit_hide} +
    +
    + +
    + +
    +
    + checked="checked"> + +
    +
    + checked="checked"> + +
    +
    + checked="checked"> + +
    +
    + checked="checked"> + +
    + +
    + +
    +
    + +
    +
    + checked="checked"> + +
    +
    + checked="checked"> + +
    +
    +
    +
    + +
    +
    + checked="checked"> + +
    +
    + checked="checked"> + +
    +
    +
    +
    + +
    +
    + checked="checked"> + +
    +
    + checked="checked"> + +
    +
    +
    +
    + +
    +
    +
    +
    +
    +
    + + \ No newline at end of file diff --git a/admin/member/template/lyear/verify.htm b/admin/member/template/lyear/verify.htm new file mode 100644 index 0000000..901ad73 --- /dev/null +++ b/admin/member/template/lyear/verify.htm @@ -0,0 +1,227 @@ + + + + + + +
    +
    + +
    +
    + +
    + + + + +
    + + +
    +
    + + +
    + +
    +
    + + + + +
    +
    + +
    + + +
    +
    + +
    +
    + +
    +
    + +    *{lang fuzzy_search} +
    +
    + +
    + + + + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    {lang username}{lang members_verify_dateline}{lang members_verify_info}
    $value[username]$value['dateline']$value[fieldstr]
    + +   + {lang all_validate}   + {lang select_all_refuse}   + {lang cancel_select} + $multi +
    {lang username}{lang members_verify_info}
    $value[opstr]$value[username]$value[fieldstr]
    +   + {lang select_all_export}   + {lang select_all_refuse}   + {lang all_export} + $multi +
    +
    +
    + +
    +
    + {lang no_relevant_content}… +
    + +
    +
    +
    +
    + + + + \ No newline at end of file diff --git a/admin/member/template/lyear/verifyset.htm b/admin/member/template/lyear/verifyset.htm new file mode 100644 index 0000000..bef5f86 --- /dev/null +++ b/admin/member/template/lyear/verifyset.htm @@ -0,0 +1,67 @@ + + + +
    +
    +
    +
    +
    +
      + {lang verifyset_members_verify_text} +
    +
    +
    + + +
    + + + + + + + + + {eval $value=$_G['setting']['verify'][$i]} + + + + + + + +
    {lang enable}{lang authentication_code}{lang members_verify_title}{lang edit}
    checked="checked"value="1" />verify{$i} + + $value[title] + + + + + + + + +
    +
    +
    + +
    +
    +
    +
    +
    +
    + + \ No newline at end of file diff --git a/admin/member/template/lyear/verifyset_edit.htm b/admin/member/template/lyear/verifyset_edit.htm new file mode 100644 index 0000000..0526965 --- /dev/null +++ b/admin/member/template/lyear/verifyset_edit.htm @@ -0,0 +1,150 @@ + + + +
    +
    +
    + +
    +
    +
    +
    + + + +
    + +
    + disabled="disabled"> +
    +
    +
    + +
    + + {lang verifyset_verify_synopsis_text} +
    +
    +
    + +
    +
    + checked="checked">{lang enable} +
    +
    + checked="checked">{lang no_enable} +
    +
    +
    +
    + +
    +
    + checked="checked" onclick="document.('hidden_verify_showicon').style.display = '';">{lang show} +
    +
    + checked="checked" onclick="document.getElementById('hidden_verify_showicon').style.display = 'none';">{lang no_show} +
    +
    +
    style="display:none"> +
    + +
    + + + + + +
    +
    + + +
    + +
    +
    $unverifyiconhtml
    +
    +
    +
    +
    + +
    + + + + + +
    +
    + + +
    + +
    +
    $verificonhtml
    +
    + +
    +
    +
    +
    + +
    + +
    + checked="checked"> + +
    + + {lang verifyset_choosable_data_text} +
    +
    +
    + +
    + + {lang verifyset_verify_group_text} +
    +
    +
    + +
    +
    +
    +
    +
    +
    + + + \ No newline at end of file diff --git a/admin/member/verify.php b/admin/member/verify.php index 9426559..03a0515 100644 --- a/admin/member/verify.php +++ b/admin/member/verify.php @@ -16,7 +16,7 @@ loadcache('profilesetting'); $vid = intval($_GET['vid']); $anchor = in_array($_GET['anchor'], array('authstr', 'refusal', 'pass', 'add')) ? $_GET['anchor'] : 'authstr'; $current = array($anchor => 1); -$op=$_GET['op']; +$op = isset($_GET['op']) ? $_GET['op'] : ''; //判断管理权限 if ($vid) { if ($vid == 1) { @@ -37,7 +37,7 @@ if ($anchor != 'pass') { $_GET['orderby'] = 'uid'; } if (!submitcheck('verifysubmit', true)) { - $navtitle = $vid ? $_G['setting']['verify'][$vid]['title'] : lang('members_verify_profile'); + $navtitle = $vid ? $_G['setting']['verify'][$vid]['title'] : lang('members_verify_profile').' - '.lang('appname'); $thurl = ADMINSCRIPT . '?mod=member&op=verify&anchor=' . $anchor . '&vid=' . $vid; if ($anchor == 'refusal') { @@ -108,7 +108,8 @@ if (!submitcheck('verifysubmit', true)) { if ($anchor == 'pass') { $value = array_merge($value, $profiles[$uid]); } - $value['username'] = '

    ' . $value['username'] . '
    '; + $value['username'] = ''.avatar_block($value['uid']).'

    ' . $value['username'] . '
    '; + if ($anchor != 'pass') { $fields = $anchor != 'pass' ? dunserialize($value['field']) : $_G['setting']['verify'][$vid]['field']; $value['verifytype'] = $value['verifytype'] ? $_G['setting']['verify'][$value['verifytype']]['title'] : lang('members_verify_profile'); @@ -131,18 +132,18 @@ if (!submitcheck('verifysubmit', true)) { $field = profile_show($key, $fields); } - $fieldstr .= '' . ($anchor == 'authstr' ? '' : '') . '' . $_G['cache']['profilesetting'][$key]['title'] . ':' . $field . ''; + $fieldstr .= '' . ($anchor == 'authstr' ? '' : '') . '' . $_G['cache']['profilesetting'][$key]['title'] . ':' . $field . ''; $i++; } $opstr = ""; if ($anchor == 'authstr') { - $opstr .= ""; + $opstr .= "
    "; } elseif ($anchor == 'refusal') { - $opstr .= ""; + $opstr .= "
    "; } - $fieldstr .= "$opstr "; + $fieldstr .= "$opstr
    "; $value['fieldstr'] = $fieldstr; $value['dateline'] = dgmdate($value['dateline'], 'u'); $list[$uid] = $value; @@ -172,7 +173,7 @@ if (!submitcheck('verifysubmit', true)) { } $fieldstr .= ""; $value['fieldstr'] = $fieldstr; - $opstr = ""; + $opstr = ""; $value['opstr'] = $opstr; $value['dateline'] = dgmdate($value['dateline'], 'u'); $list[$uid] = $value; diff --git a/admin/member/verifyset.php b/admin/member/verifyset.php index f435c97..c6b0196 100644 --- a/admin/member/verifyset.php +++ b/admin/member/verifyset.php @@ -10,11 +10,12 @@ if (!defined('IN_DZZ') || !defined('IN_ADMIN')) { exit('Access Denied'); } -$op=$_GET['op']; +$op = isset($_GET['op']) ? $_GET['op'] : ''; +$navtitle = lang('members_verify').' - '.lang('appname'); if ($_G['adminid'] != 1) showmessage('no_privilege'); include_once libfile('function/cache'); -$do = $_GET['do'] ? $_GET['do'] : ''; +$do = isset($_GET['do']) ? $_GET['do'] : ''; if ($do == 'edit') { $vid = $_GET['vid'] < 8 ? intval($_GET['vid']) : 0; @@ -26,14 +27,14 @@ if ($do == 'edit') { $icon_url = parse_url($verifyarr['icon']); $prefix = !$icon_url['host'] && strpos($verifyarr['icon'], $_G['setting']['attachurl']) === false ? $_G['setting']['attachurl'] : ''; - $verificonhtml = ' '; + $verificonhtml = ' '; } $unverifyiconhtml = ''; if ($verifyarr['unverifyicon']) { $unverifyiconurl = parse_url($verifyarr['unverifyicon']); $prefix = !$unverifyiconurl['host'] && strpos($verifyarr['unverifyicon'], $_G['setting']['attachurl']) === false ? $_G['setting']['attachurl'] : ''; - $unverifyiconhtml = ' '; + $unverifyiconhtml = ' '; } $fieldarr = C::t('user_profile_setting') -> fetch_all_by_available(1); diff --git a/admin/orguser/language/zh-cn/lang.php b/admin/orguser/language/zh-cn/lang.php deleted file mode 100644 index 9c52911..0000000 --- a/admin/orguser/language/zh-cn/lang.php +++ /dev/null @@ -1,26 +0,0 @@ - '机构用户', - 'explorer_gropuperm'=>array( - '协作成员', - '管理员', - '创始人' - ), - 'orgname'=>'机构名称', - 'orgname_placeholder'=>'输入机构(群组)名称', - 'change'=>'更换', - 'org_description'=>'简介', - 'org_description_placeholder'=>'输入机构(群组)简要介绍', - 'org_space_assign'=>'分配空间大小', - 'org_space_assign_tip'=>'当前可以分配的最大可用空间', - 'org_space_assign_tips'=>'
  • 单位M,留空或者0表示不限制,-1表示无空间
  • 限制整个机构或部门(包括下级所有部门)可以使用的空间大小(机构下所有部门的空间使用总和不能超过这个限制)
  • 部门分配的空间只能从上级部门的可用空间里面划分;一旦分配,上级部门的剩余空间就会相应减少,不管这些分配的空间是否实际使用完
  • ', - 'space_use_department'=>'部门空间使用', - 'space_use_org'=>'机构总空间使用', - 'space_use_org_tips'=>'
  • 限制整个机构或部门(包括下级所有部门)可以使用的空间大小
  • 下级部门分配的空间会从上级的可用空间里面分配
  • ', - 'org_update_success'=>'更新资料成功,3秒后将为您跳转', - 'org_img_uploaded_tip'=>'该图片已经上传过了,只需勾选即可', - 'clicktoupload'=>'点击上传' - - -); -?> \ No newline at end of file diff --git a/admin/setting/images/lsetting.css b/admin/setting/images/lsetting.css new file mode 100644 index 0000000..5afc2ef --- /dev/null +++ b/admin/setting/images/lsetting.css @@ -0,0 +1,15 @@ + +.perm-ok{ + padding-right: 5px; +} +.proper-bottom{ + position: relative; + display: inline-block; + padding-right: 20px; +} +.proper-set{ + display: none; +} +.properties-list:hover .proper-set{ + display:inline-block; +} \ No newline at end of file diff --git a/admin/setting/index.php b/admin/setting/index.php index c439e08..9d50805 100644 --- a/admin/setting/index.php +++ b/admin/setting/index.php @@ -1,4 +1,4 @@ -fetch_all($orgids); - - foreach($sel_org as $key=> $value){ - $orgpath=getPathByOrgid($value['orgid']); - $sel_org[$key]['orgpath']=implode('-',array_reverse($orgpath)); - $arr=(array_keys($orgpath)); - //print_r($arr); - array_pop($arr); - if($count=count($arr)){ - if($open[$arr[$count-1]]){ - if(count($open[$arr[$count-1]])>$count) $open[$arr[count($arr)-1]]=$arr; - }else{ - $open[$arr[$count-1]]=$arr; - } - } - } - if(in_array('other',$orgids)){ - $sel_org[]=array('orgname'=>'无机构人员','orgid'=>'other','forgid'=>1); - } - }*/ - - /*if($uids){ - $sel_user=C::t('user')->fetch_all($uids); - if($aorgids=C::t('organization_user')->fetch_orgids_by_uid($uids)){ - foreach($aorgids as $orgid){ - $arr=getUpOrgidTree($orgid,true); - $arr=array_reverse($arr); - if($count=count($arr)){ - if($open[$arr[$count-1]]){ - if(count($open[$arr[$count-1]])>$count) $open[$arr[count($arr)-1]]=$arr; - }else{ - $open[$arr[$count-1]]=$arr; - } - } - } - } - }*/ + $setting['welcomemsgtitle'] = cutstr(trim(dhtmlspecialchars($setting['welcomemsgtitle'])), 75); + } elseif($operation == 'space'){//获取空间设置结果 + $navtitle=lang('spaceSet').' - '.lang('appname'); $openarr=json_encode(array('orgids'=>$open)); //获取用户组空间设置数据 $usergroups = DB::fetch_all("select f.*,g.grouptitle from %t f LEFT JOIN %t g ON g.groupid=f.groupid where f.groupid NOT IN ('2','3','4','5','6','7','8') order by groupid DESC", array('usergroup_field', 'usergroup')); @@ -149,17 +90,15 @@ if (!submitcheck('settingsubmit')) { }elseif($operation == 'permgroup'){ $perms = get_permsarray();//获取所有权限; $permgroups = C::t('resources_permgroup')->fetch_all(); - - }elseif ($operation == 'qqlogin') { - $navtitle = lang('register_visit'); - } elseif ($operation == 'datetime') { - $navtitle = lang('time_or_date'); + $navtitle=lang('permGroupSet').' - '.lang('appname'); + }elseif ($operation == 'datetime') { + $navtitle = lang('time_or_date').' - '.lang('appname'); $checktimeformat = array($setting['timeformat'] == 'H:i' ? 24 : 12 => 'checked'); $setting['userdateformat'] = dateformat($setting['userdateformat']); $setting['dateformat'] = dateformat($setting['dateformat']); $timezones = lang('setting_timezone'); } elseif ($operation == 'sec') { - $navtitle = lang('verification_code_set'); + $navtitle = lang('verification_code_set').' - '.lang('appname'); $seccodecheck = /*$secreturn =*/1; $sectpl = '
    : '; $checksc = array(); @@ -169,32 +108,31 @@ if (!submitcheck('settingsubmit')) { $seccodestatus[2] = $setting['seccodestatus'] & 2; $seccodestatus[3] = $setting['seccodestatus'] & 4; } elseif ($operation == 'desktop') { - $navtitle = lang('desktop_set'); + $navtitle = lang('desktop_set').' - '.lang('appname'); } elseif ($operation == 'loginset') { - $navtitle = lang('login_page_set'); + $navtitle = lang('login_page_set').' - '.lang('appname'); if ($setting['loginset'] && !is_array($setting['loginset'])) { $setting['loginset'] = unserialize($setting['loginset']); } } elseif ($operation == 'smiley') { - $navtitle = lang('expression_set'); + $navtitle = lang('expression_set').' - '.lang('appname'); } elseif ($operation == 'mail') { - $navtitle = lang('mail'); + $navtitle = lang('mail').' - '.lang('appname'); $setting['mail'] = dunserialize($setting['mail']); - $passwordmask = $setting['mail']['auth_password'] ? $setting['mail']['auth_password']{0} . '********' . substr($setting['mail']['auth_password'], -2) : ''; + $passwordmask = $setting['mail']['auth_password'] ? $setting['mail']['auth_password'][0] . '********' . substr($setting['mail']['auth_password'], -2) : ''; $smtps = array(); foreach ($setting['mail']['smtp'] as $id => $smtp) { $smtp['authcheck'] = $smtp['auth'] ? 'checked' : ''; - $smtp['auth_password'] = $smtp['auth_password'] ? $smtp['auth_password']{0} . '********' . substr($smtp['auth_password'], -2) : ''; + $smtp['auth_password'] = $smtp['auth_password'] ? $smtp['auth_password'][0] . '********' . substr($smtp['auth_password'], -2) : ''; $smtps[$id] = $smtp; } } elseif ($operation == 'censor') { - $navtitle = lang('words_set'); + $navtitle = lang('words_set').' - '.lang('appname'); loadcache('censor'); $badwords = $_G['cache']['censor']['words']; $replace = empty($_G['cache']['censor']['replace']) ? '*' : $_G['cache']['censor']['replace']; } } else { - $settingnew = $_GET['settingnew']; if ($operation == 'basic') { $settingnew['bbname'] = $settingnew['sitename']; @@ -235,11 +173,10 @@ if (!submitcheck('settingsubmit')) { $setting['mail'] = dunserialize($setting['mail']); $oldsmtp = $settingnew['mail']['mailsend'] == 3 ? $settingnew['mail']['smtp'] : $settingnew['mail']['esmtp']; $deletesmtp = $settingnew['mail']['mailsend'] != 1 ? ($settingnew['mail']['mailsend'] == 3 ? $settingnew['mail']['smtp']['delete'] : $settingnew['mail']['esmtp']['delete']) : array(); - $settingnew['mail']['smtp'] = array(); foreach ($oldsmtp as $id => $value) { if ((empty($deletesmtp) || !in_array($id, $deletesmtp)) && !empty($value['server']) && !empty($value['port'])) { - $passwordmask = $setting['mail']['smtp'][$id]['auth_password'] ? $setting['mail']['smtp'][$id]['auth_password']{0} . '********' . substr($setting['mail']['smtp'][$id]['auth_password'], -2) : ''; + $passwordmask = $setting['mail']['smtp'][$id]['auth_password'] ? $setting['mail']['smtp'][$id]['auth_password'][0] . '********' . substr($setting['mail']['smtp'][$id]['auth_password'], -2) : ''; $value['auth_password'] = $value['auth_password'] == $passwordmask ? $setting['mail']['smtp'][$id]['auth_password'] : $value['auth_password']; $settingnew['mail']['smtp'][] = $value; } @@ -257,7 +194,6 @@ if (!submitcheck('settingsubmit')) { isset($settingnew['reglinkname']) && empty($settingnew['reglinkname']) && $settingnew['reglinkname'] = lang('register_immediately'); $settingnew['pwlength'] = intval($settingnew['pwlength']); $settingnew['regstatus'] = intval($settingnew['regstatus']); - /*if(in_array('open', $settingnew['regstatus']) && in_array('invite', $settingnew['regstatus'])) { $settingnew['regstatus'] = 3; } elseif(in_array('open', $settingnew['regstatus'])) { @@ -281,9 +217,7 @@ if (!submitcheck('settingsubmit')) { if (empty($settingnew['strongpw'])) { $settingnew['strongpw'] = array(); } - }elseif($operation == 'space'){//空间设置 - //include_once libfile('function/cache'); - //$setting = $_GET['setting']; + } elseif($operation == 'space'){//空间设置 $group = $_GET['group']; foreach ($group as $key => $value) { C::t('usergroup_field') -> update(intval($key), array('maxspacesize' => intval($value['maxspacesize']), 'maxattachsize' => intval($value['maxattachsize']), 'attachextensions' => trim($value['attachextensions']))); @@ -316,7 +250,7 @@ if (!submitcheck('settingsubmit')) { } }*/ - }elseif ($operation == 'datetime') { + } elseif ($operation == 'datetime') { if (isset($settingnew['timeformat'])) { $settingnew['timeformat'] = $settingnew['timeformat'] == '24' ? 'H:i' : 'h:i A'; } @@ -326,34 +260,28 @@ if (!submitcheck('settingsubmit')) { } elseif ($operation == 'sec') { $settingnew['seccodestatus'] = bindec(intval($settingnew['seccodestatus'][3]) . intval($settingnew['seccodestatus'][2]) . intval($settingnew['seccodestatus'][1])); - } elseif ($operation == 'qqlogin') { - if (empty($settingnew['qq_appid']) || empty($settingnew['qq_appkey'])) { - $settingnew['qq_login'] = 0; - } - } elseif ($operation == 'censor') { $data = array('replace' => trim($_GET['replace']), 'words' => $_GET['badwords']); savecache('censor', $data); showmessage('do_success', dreferer()); } elseif ($operation == 'loginset') { if ($back = trim($settingnew['loginset']['background'])) { - if (strpos($back, '#') === 0) { - $settingnew['loginset']['bcolor'] = $back; - } else { - $arr = explode('.', $back); - $ext = array_pop($arr); - if ($ext && in_array(strtolower($ext), array('jpg', 'jpeg', 'gif', 'png'))) { - $settingnew['loginset']['img'] = $back; - $settingnew['loginset']['bcolor'] = ''; + if (strpos($back, '#') === 0) { + $settingnew['loginset']['bcolor'] = $back; } else { - $settingnew['loginset']['url'] = $back; - $settingnew['loginset']['bcolor'] = ''; + $arr = explode('.', $back); + $ext = array_pop($arr); + if ($ext && in_array(strtolower($ext), array('jpg', 'jpeg', 'gif', 'png', 'webp'))) { + $settingnew['loginset']['img'] = $back; + $settingnew['loginset']['bcolor'] = ''; + } else { + $settingnew['loginset']['url'] = $back; + $settingnew['loginset']['bcolor'] = ''; + } } + } else { + $settingnew['loginset']['bcolor'] = ''; } - } else { - $settingnew['loginset']['bcolor'] = ''; - } - } elseif ($operation == 'qywechat') { switch($_GET['fbind']) { case 'bind' : @@ -372,7 +300,6 @@ if (!submitcheck('settingsubmit')) { break; } } - $updatecache = FALSE; $settings = array(); foreach ($settingnew as $key => $val) { @@ -387,9 +314,11 @@ if (!submitcheck('settingsubmit')) { } if ($settings) { C::t('setting') -> update_batch($settings); + if($settings['template']!=$setting['template']) { + cleartemplatecache(); + } } if($operation == 'basic'){ - if($settingnew['sitelogo'] && $settingnew['sitelogo']!=$setting['sitelogo']){ if($setting['sitelogo']) C::t('attachment')->delete_by_aid($setting['sitelogo']); C::t('attachment')->addcopy_by_aid($settingnew['sitelogo'],1); diff --git a/admin/setting/language/zh-cn/lang.php b/admin/setting/language/zh-cn/lang.php index 7ee90d6..a58b7bf 100644 --- a/admin/setting/language/zh-cn/lang.php +++ b/admin/setting/language/zh-cn/lang.php @@ -18,11 +18,19 @@ $lang = array 'loginSet'=>'登录设置', 'basicSet'=>'基本设置', 'permGroupSet'=>'权限包设置', - 'spaceSet'=>'空间设置', 'sitelogo' =>'平台LOGO', 'default_app'=>'默认首页', + 'Login template'=>'登录模板', + 'Number of login attempts'=>'尝试登录次数', + 'How many logins are allowed before disabling'=>'允许登录多少次后禁止登录', + 'Forbidden time'=>'禁止时间', + 'How many login failures are allowed before you can log in again'=>'允许登录失败多少后才可再次登录', + 'sec'=>'秒', + 'Visitor login display'=>'游客登录', + 'Independent login page login template; Parameters will be synchronized to login (including administrator login), registration, password retrieval, and home application.'=>'独立登录页登录模板;参数会同步到登录(含管理员登录)、注册、找回密码、首页应用。', + 'After the user selects tourist login, it will jump to the home page'=>'用户选择游客登录后会跳转至首页', 'default_app_desc'=>'进入系统后的默认首页', - 'please_select_default_index'=>'请选择默认首页' + 'please_select_default_index'=>'默认首页' ); diff --git a/admin/setting/mailcheck.php b/admin/setting/mailcheck.php index 71e41c5..a7021e8 100644 --- a/admin/setting/mailcheck.php +++ b/admin/setting/mailcheck.php @@ -11,8 +11,8 @@ if(!defined('IN_DZZ') || !defined('IN_ADMIN')) { } if(!submitcheck('mailchecksubmit')) { - $op = $_GET['op']?$_GET['op']:' '; - $navtitle=lang('email_send_test'); + $op = isset($_GET['op']) ? $_GET['op'] : ''; + $navtitle=lang('email_send_test').' - '.lang('appname'); include template('mailcheck'); }else{ if(!is_array($_G['setting']['mail'])) { diff --git a/admin/setting/smiley.php b/admin/setting/smiley.php index 7665d88..c011f77 100644 --- a/admin/setting/smiley.php +++ b/admin/setting/smiley.php @@ -14,7 +14,7 @@ $navtitle = lang('expression_class').' - '.lang('appname'); $imgextarray = array('jpg', 'gif', 'png'); $operation = trim($_GET['operation']); $id = intval($_GET['id']); -$op = $_GET['op']?$_GET['op']:' '; +$op = isset($_GET['op']) ? $_GET['op'] : ''; if (!$operation) { if (!submitcheck('smileysubmit')) { $dirfilter = $list = array(); @@ -92,7 +92,7 @@ if (!$operation) { $smurl = './static/image/smiley/' . $smtype['directory']; $smdir = DZZ_ROOT . $smurl; if (!is_dir($smdir)) { - showmessage(lang('smilies_directory_invalid', array('smurl' => $smurl)), ADMINSCRIPT . '?mod=setting&op=smiley'); + showmessage(lang('smilies_directory_invalid', array('smurl' => $smurl)), MOD_URL.'&op=smiley'); } } @@ -101,9 +101,9 @@ if (!$operation) { if ($smilies['smilies']) { addsmilies($id, $smilies['smilies']); updatecache(array('smilies', 'smileycodes', 'smilies_js')); - showmessage(lang('smilies_update_succeed', array('smurl' => $smurl, 'num' => $smilies['num'], 'typename' => $smtype['name'])), ADMINSCRIPT . '?mod=setting&op=smiley'); + showmessage(lang('smilies_update_succeed', array('smurl' => $smurl, 'num' => $smilies['num'], 'typename' => $smtype['name'])), MOD_URL.'&op=smiley'); } else { - showmessage(lang('smilies_update_error', array('smurl' => $smurl)), ADMINSCRIPT . '?mod=setting&op=smiley'); + showmessage(lang('smilies_update_error', array('smurl' => $smurl)), MOD_URL.'&op=smiley'); } } elseif ($operation == 'edit' && $id) { $smtype = C::t('imagetype') -> fetch($id); @@ -119,7 +119,7 @@ if (!$operation) { $start_limit = ($page - 1) * $smiliesperpage; $num = C::t('smiley') -> count_by_type_typeid('smiley', $id); - $multipage = multi($num, $smiliesperpage, $page, ADMINSCRIPT . '?mod=setting&op=smiley&operation=edit&id=' . $id); + $multipage = multi($num, $smiliesperpage, $page, MOD_URL.'&op=smiley&operation=edit&id=' . $id,'pull-right'); $smileynum = 1; $smilies = ''; diff --git a/admin/setting/template/lyear/ajax.htm b/admin/setting/template/lyear/ajax.htm new file mode 100644 index 0000000..2fd85d6 --- /dev/null +++ b/admin/setting/template/lyear/ajax.htm @@ -0,0 +1,90 @@ + + +
    + + + +
    + + + diff --git a/admin/setting/template/lyear/lyear_left.htm b/admin/setting/template/lyear/lyear_left.htm new file mode 100644 index 0000000..481b925 --- /dev/null +++ b/admin/setting/template/lyear/lyear_left.htm @@ -0,0 +1,23 @@ + \ No newline at end of file diff --git a/admin/setting/template/lyear/mailcheck.htm b/admin/setting/template/lyear/mailcheck.htm new file mode 100644 index 0000000..388a220 --- /dev/null +++ b/admin/setting/template/lyear/mailcheck.htm @@ -0,0 +1,40 @@ + + +
    +
    + +
    +
    +
    + + +
    + +
    + +
    +
    +
    + +
    + + {lang setting_mail_check_test_to_comment} +
    +
    +
    + + +
    +
    +
    +
    +
    +
    + \ No newline at end of file diff --git a/admin/setting/template/lyear/main.htm b/admin/setting/template/lyear/main.htm new file mode 100644 index 0000000..fb140af --- /dev/null +++ b/admin/setting/template/lyear/main.htm @@ -0,0 +1,1215 @@ + + +
    +
    + + + +
    +
    + +
    + + +
    + +
    +
    + + + +
    +
    +
    +
    +
    + +
    + + {lang terrace_name_state} +
    +
    +
    + +
    + + + {lang default_app_desc} +
    +
    +
    + +
    + + {lang setting_main_section} +
    +
    +
    + +
    + {lang large_size} + + X + + {lang chinese_size} + + X + + {lang max_size} + + X + +
      + {lang setting_main_thumbnail_size} +
    +
    +
    +
    + +
    +
    + checked="checked" value="1"> + +
    +
    + checked="checked" value="0"> + +
    +
      + {lang setting_main_thumbnail_generation} +
    +
    +
    +
    + +
    +
    + checked="checked" > + +
    +
    + checked="checked"> + +
    + 处理缩略图和水印的图像处理库。GD 是最广泛的处理库但是使用的系统资源较多。ImageMagick速度快系统资源占用少,但安全性相对较差,且需要服务器安装 ImageMagick 扩展。 +
    +
    +
    + +
    +
    + checked > + +
    +
    + checked > + +
    + {lang setting_main_file_sharing} +
    +
    +
    + +
    + + {lang setting_main_html_size} +
    +
    +
    + +
    + + {lang platform_seo_keywords} +
    +
    +
    + +
    + + {lang Platform_seo_described} +
    +
    +
    + +
    + + {lang support_html_code} +
    +
    +
    + +
    +
    + checked > + +
    +
    + checked > + +
    + 只对当前页面具有多套模板的情况下生效 +
    +
    +
    + +
    +
    + checked > + +
    +
    + checked > + +
    +
    + checked > + +
    +
    + checked > + +
    + 关闭系统升级提醒后,只能前往系统工具中进行手动检测升级。关闭插件升级提醒后,只能前往应用市场进行手动检测升级。 +
    +
    +
    + +
    +
    + checked onclick="document.getElementById('bbclosedreason').style.display='block'"> + +
    +
    + checked onclick="document.getElementById('bbclosedreason').style.display='none'"> + +
    + {lang setting_main_close_terrace} +
    +
    +
    +
    + +
    + + {lang setting_main_board_message} +
    +
    +
    +
    + +
    +
    + + + + + + + +
    + + + +
    +
    + +
    +
    + checked="checked" + value="3"> + +
    +
    + checked="checked" + value="2"> + +
    +
    + checked="checked" + value="1"> + +
    +
    + checked="checked" + value="0"> + +
    +
    +
    +
    + +
    + +
    +
    + +
    + + +
    + +
    +
    + +
    +
      + {lang setting_main_suffix_text} +
    +
    +
    +
    + +
    +
    + + M +
    +
      + {lang upload_block_size_text} +
    +
    +
    +
    + +
    +
    + checked="checked" > + +
    +
    + checked="checked"> + +
    +
    +
    +
    +
    + +
    +
    + value="$setting[fileVersionNumber]" placeholder="0"> + {lang individual} +
    +
      +
    • {lang allow_number_uploaded_versions_tip}
    • +
    +
    +
    +
    +
    + +
    +
    + + + + + +
    + + + +
    + +
    + + {lang main_title_page_state} +
    +
    +
    + +
    + + {lang page_subtitle_state} +
    +
    +
    + +
    + + {lang for_color_set}设置的图片或网站会同步到首页背景设置。 +
    +
    +
    + +
    + + {lang Independent login page login template; Parameters will be synchronized to login (including administrator login), registration, password retrieval, and home application.} +
    +
    +
    + +
    +
    + + +
    + + +
    + +
    + + {lang administrator_email_state} +
    +
    +
    + +
    +
    + checked onclick="document.getElementById('hidden1').style.display='none';document.getElementById('hidden2').style.display='none';"> + +
    +
    + checked onclick="document.getElementById('hidden1').style.display='table';document.getElementById('hidden2').style.display='none';"> + +
    +
    + checked onclick="document.getElementById('hidden2').style.display='table';document.getElementById('hidden1').style.display='none';"> + +
    +
    +
    + + + {lang mail_way_send4} + + + + + + + + + + + + + + + +
    + + + +
    {lang add_SMTP_server}
    +
    + + {lang add_SMTP_server_set} + + + + + + + + + + +
    + +
    {lang add_SMTP_server}
    +
    +
    +
    +
    + +
    +
    + + checked> + +
    +
    + + checked> + +
    +
    + checked> + +
    + {lang email_header_separator4} +
    +
    +
    + +
    +
    + + +
    +
    + checked> + +
    +
    +
    +
    + +
    +
    + + +
    +
    + checked + > + +
    +
    +
    +
    + +
    +
    + + + +
    + + +
    + +
    +
    + 0}-->checked="checked"> + +
    + {lang open_enrollment_text} +
    +
    +
    + +
    + + {lang register_link_text_text} +
    +
    +
    + +
    + + {lang password_min_length_state} +
    +
    +
    + +
    +
    + checked="chcked"> + +
    +
    + checked="chcked"> + +
    +
    + checked="chcked"> + +
    +
    + checked="chcked"> + +
    +
    +
    +
    + +
    + + 系统发送的欢迎信息的标题,不支持 HTML,不超过 75 字节。 +
    +
    +
    + +
    + + 系统发送的欢迎信息的内容。标题内容均支持变量替换,可以使用如下变量: +
  • {username} : 用户名
  • +
  • {time} : 发送时间
  • +
  • {sitename}: 网站名称(显示在页面底部的联系方式处的名称)
  • +
  • {bbname} : 站点名称(显示在浏览器窗口标题等位置的名称)
  • +
  • {adminemail} : 管理员 Email
  • +
    +
    +
    +
    + +
    +
    + 0}-->checked onclick="jQuery('#bbrules_more').show()"> + +
    +
    + checked onclick="jQuery('#bbrules_more').hide()"> + +
    + {lang registration_website_terms_service} +
    +
    +
    +
    + +
    + + {lang details_sites_terms_service} +
    +
    +
    +
    + +
    +
    + + + + + + +
    + + +
    + +
    +
    + + M +
    + {lang setSystemSpace_tip} +
    +
    +
    +
    + +
    + {lang upload_permissions_text} +
    +
    + +
    + +
    +
    + {lang default_space} + + M +
    + {lang setting_main_default} +
    + +
    +
    + {lang file_size} + + M +
    + {lang setting_main_file_size} +
    + +
    +
    + + {lang setting_main_file_suffix} +
    +
    +
    + +
    + +
    +
    + + M +
    + {lang space_organization_set_tip} +
    +
    +
    + +
    +
    + + M +
    + {lang space_group_set_tip} +
    +
    +
    +
    + +
    +
    + + + +
    + + +
    + +
    + + {lang wide_high_expression_images_state} +
    +
    +
    + +
    + + {lang expression_list_state} +
    +
    +
    + +
    + + {lang expression_line_state} +
    +
    +
    + +
    +
    + +
    + + +
    + +
    + + {lang default_date_format_state} +
    +
    +
    + +
    +
    + + +
    +
    + + +
    +
    +
    +
    + +
    +
    + 0}-->checked/> + +
    +
    + checked/> + +
    + {lang human_time_format_state} +
    +
    +
    + +
    + + {lang default_time_bad_state} +
    +
    +
    + +
    + + {lang default_time_bad_state} +
    +
    +
    + +
    +
    + +
    + +
    +
      + {lang setting_mainboard_message_state} +
    +
    +
    +
    + + +
    + +
    +
    + 0}-->checked id="seccodestatus1"> + +
    +
    + 0}-->checked id="seccodestatus2"> + +
    +
    + 0}-->checked id="seccodestatus3"> + +
    + {lang edit_password_state} +
    +
    +
    + +
    +
    + checked value="0" name="settingnew[seccodedata][type]"> + +
    +
    + checked value="99" name="settingnew[seccodedata][type]"> + +
    + {lang verification_code_type_state} +
    +
    +
    + +
    + +
    +
    +
    style="display:block" style="display:none" > +
    + +
    + + {lang captcha_img_width_state} +
    +
    +
    + +
    + + {lang captcha_img_height_state} +
    +
    +
    style="display:block" + style="display:none" + > +
    + +
    + + {lang images_break_up_state} +
    +
    +
    + +
    +
    + 0}-->checked value="1" name="settingnew[seccodedata][background]"> + +
    +
    + checked value="0" name="settingnew[seccodedata][background]"> + +
    +
      + {lang random_image_background_state} +
    +
    +
    +
    + +
    +
    + 0}-->checked value="1" name="settingnew[seccodedata][adulterate]"> + +
    +
    + checked value="0" name="settingnew[seccodedata][adulterate]"> + +
    +
      + {lang random_background_graphics_state} +
    +
    +
    +
    + +
    +
    + 0}-->checked value="1" name="settingnew[seccodedata][ttf]"> + +
    +
    + checked value="0" name="settingnew[seccodedata][ttf]"> + +
    +
      + {lang rabdom_ttf_font_state} +
    +
    +
    +
    + +
    +
    + 0}-->checked value="1" name="settingnew[seccodedata][angle]"> + +
    +
    + checked value="0" name="settingnew[seccodedata][angle]"> + +
    +
      + {lang rabdom_inclination_state} +
    +
    +
    +
    + +
    +
    + 0}-->checked value="1" name="settingnew[seccodedata][warping]"> + +
    +
    + checked value="0" name="settingnew[seccodedata][warping]"> + +
    +
      + {lang rabdom_tortuosity_state} +
    +
    +
    +
    + +
    +
    + 0}-->checked value="1" name="settingnew[seccodedata][color]"> + +
    +
    + checked value="0" name="settingnew[seccodedata][color]"> + +
    +
      + {lang rabdom_color_state} +
    +
    +
    +
    + +
    +
    + 0}-->checked value="1" name="settingnew[seccodedata][size]"> + +
    +
    + checked value="0" name="settingnew[seccodedata][size]"> + +
    +
      + {lang rabdom_size_state} +
    +
    +
    +
    + +
    +
    + 0}-->checked value="1" name="settingnew[seccodedata][shadow]"> + +
    +
    + checked value="0" name="settingnew[seccodedata][shadow]"> + +
    +
      + {lang text_shadow_state} +
    +
    +
    +
    + +
    +
    + 0}-->checked value="1" name="settingnew[seccodedata][animator]"> + +
    +
    + checked value="0" name="settingnew[seccodedata][animator]"> + +
    +
      + {lang gif_animation_state} +
    +
    +
    +
    +
    +
    + +
    +
    + + +
    + + +
    + +
    + + {lang words_to_replace_state} +
    +
    +
    + +
    + + {lang need_words_to_replace_state} +
    +
    +
    + +
    +
    + +
    +
    +
    +
    + \ No newline at end of file diff --git a/admin/setting/template/lyear/perm_group.htm b/admin/setting/template/lyear/perm_group.htm new file mode 100644 index 0000000..2348b82 --- /dev/null +++ b/admin/setting/template/lyear/perm_group.htm @@ -0,0 +1,223 @@ + + + +
    + +
    + + +
    +
    + + + + + + + + + + + + + + + + + + + +
    {lang name}{lang jurisdiction}启用{lang operation}
    + +
    $v[pername]{lang system_default}
    +
    + + +
    + checked="checked" /> +
    +
    + + + + +
    + + + + + +
    +
    +
    + + \ No newline at end of file diff --git a/admin/setting/template/lyear/smiley.htm b/admin/setting/template/lyear/smiley.htm new file mode 100644 index 0000000..1c607ee --- /dev/null +++ b/admin/setting/template/lyear/smiley.htm @@ -0,0 +1,80 @@ + + + +
    +
    + +
    +
    +
    + + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
     {lang sort}{lang enable}{lang classify}{lang catalogue}{lang number}
    ./static/image/smiley/{$value[directory]}$value[smiliesnum] {lang update}   {lang detailedness}
    {lang add_new}./static/image/smiley/{$value1[entry]} + $value1[smnums] + $value1[smilies]
    {lang add_new}{lang seeting_add_new}
    +    + +
    +
    +
    + +
    +
    +
    +
    + \ No newline at end of file diff --git a/admin/setting/template/lyear/smileyedit.htm b/admin/setting/template/lyear/smileyedit.htm new file mode 100644 index 0000000..df60371 --- /dev/null +++ b/admin/setting/template/lyear/smileyedit.htm @@ -0,0 +1,108 @@ + + + +
    +
    + +
    +
    +
    + + + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
     {lang sort}{lang photo}{lang expression}ID{lang expression_code}{lang expression_describing}{lang filename}
    + + $value[id]$value[url]
    + {lang batch_code_set_expression} + + + + + + +    +
      
    +
    +
    +
    +
    +
    +
    + + \ No newline at end of file diff --git a/admin/setting/template/main.htm b/admin/setting/template/main.htm index 825691c..d99b1d2 100644 --- a/admin/setting/template/main.htm +++ b/admin/setting/template/main.htm @@ -324,6 +324,24 @@ >{lang no} {lang setting_main_leave} --> +
    +
    模板切换:
    +
    + + + 只对当前页面具有多套模板的情况下生效 +
    +
    +
    +
    升级提醒:
    +
    + + + + + 关闭系统升级提醒后,只能前往系统工具中进行手动检测升级。关闭插件升级提醒后,只能前往应用市场进行手动检测升级。 +
    +
    {lang close_terrace}:
    @@ -340,8 +358,7 @@
    - +
    @@ -594,17 +611,13 @@
    登录:
    -
    +
    -
    +
    -
    +
    - +
    独立登录页登录模版。
    diff --git a/admin/setting/wxsyn.php b/admin/setting/wxsyn.php index d03cb2f..3eeef85 100644 --- a/admin/setting/wxsyn.php +++ b/admin/setting/wxsyn.php @@ -12,8 +12,8 @@ if (!defined('IN_DZZ') || !defined('IN_ADMIN')) { //error_reporting(E_ALL); include_once libfile('function/organization'); $navtitle = lang('data_synchronization'); -$do = $_GET['do']; -$op = $_GET['op']?$_GET['op']:' '; +$do = isset($_GET['do']) ? $_GET['do'] : ''; +$op = isset($_GET['op']) ? $_GET['op'] : ''; if (submitcheck('synsubmit')) { } diff --git a/admin/setting/wxsyn_down.php b/admin/setting/wxsyn_down.php index 8c47b87..4ec86a1 100644 --- a/admin/setting/wxsyn_down.php +++ b/admin/setting/wxsyn_down.php @@ -12,8 +12,8 @@ if (!defined('IN_DZZ') || !defined('IN_ADMIN')) { require_once libfile('function/user', '', 'user'); include_once libfile('function/organization'); $navtitle = lang('data_synchronization'); -$do = $_GET['do']; -$op = $_GET['op']?$_GET['op']:' '; +$do = isset($_GET['do']) ? $_GET['do'] : ''; +$op = isset($_GET['op']) ? $_GET['op'] : ''; if (submitcheck('synsubmit')) { } diff --git a/admin/share/index.php b/admin/share/index.php deleted file mode 100644 index 2809926..0000000 --- a/admin/share/index.php +++ /dev/null @@ -1,78 +0,0 @@ - lang('been_blocked'), '-3' => lang('file_been_deleted'), '-2' => lang('degree_exhaust'), '-1' => lang('logs_invite_status_4'), '0' => lang('founder_upgrade_normal')); -$sharestatus = array('-5'=>lang('sharefile_isdeleted_or_positionchange'),'-4' => lang('been_blocked'), '-3' => lang('file_been_deleted'), '-2' => lang('degree_exhaust'), '-1' => lang('logs_invite_status_4'), '0' => lang('founder_upgrade_normal')); -$typearr = array('folder' => lang('catalogue'), 'image' => lang('photo'), 'document' => lang('type_attach'), 'dzzdoc' => 'Dzz'.lang('type_attach'), 'video' => lang('type_video'), 'attach' => lang('attachment'), 'link' => lang('type_link'), 'url' => lang('other')); -$type = trim($_GET['type']); -$keyword = trim($_GET['keyword']); -$username = trim($_GET['username']); -$asc = isset($_GET['asc']) ? intval($_GET['asc']) : 1; -$uid = intval($_GET['uid']); -$order = in_array($_GET['order'], array('title', 'dateline', 'type', 'size', 'count')) ? trim($_GET['order']) : 'dateline'; -$page = empty($_GET['page']) ? 1 : intval($_GET['page']); -$perpage = 20; -$start = ($page - 1) * $perpage; -$gets = array('mod' => 'share', 'type' => $type, 'keyword' => $keyword, 'order' => $order, 'asc' => $asc, 'uid' => $uid, 'username' => $username); -$theurl = BASESCRIPT . "?" . url_implode($gets); -$orderby = " order by $order " . ($asc ? 'DESC' : ''); - -$sql = "1"; -$param = array('shares'); -if ($type) { - $sql .= " and type=%s"; - $param[] = $type; - $navtitle=$typearr[$type].' - '.lang('appname'); -}else{ - $navtitle= lang('appname'); -} -if ($keyword) { - $sql .= " and title LIKE %s"; - $param[] = '%' . $keyword . '%'; -} -if ($username) { - $sql .= " and username=%s"; - $param[] = $username; -} -if ($uid) { - $sql .= " and uid=%d"; - $param[] = $uid; -} -$list = array(); -if ($count = DB::result_first("SELECT COUNT(*) FROM %t WHERE $sql", $param)) { - $list = DB::fetch_all("SELECT * FROM %t WHERE $sql $orderby limit $start,$perpage", $param); - foreach ($list as $k=> $value) { - $value['sharelink'] = C::t('shorturl')->getShortUrl(getglobal('siteurl').'index.php?mod=shares&sid='.dzzencode($value['id'])); - if ($value['dateline']) - $value['fdateline'] = dgmdate($value['dateline']); - if ($value['password']) - $value['password'] = dzzdecode($value['password']); - if ($value['endtime']) - $value['fendtime'] = dgmdate($value['endtime'], 'Y-m-d'); - $value['fsize'] = formatsize($value['size']); - $value['ftype'] = getFileTypeName($value['type'], $value['ext']); - if ($value['type'] == 'folder') - $value['img'] = 'dzz/images/extimg/folder.png'; - if ($value['img']) - $value['img'] = str_replace('dzz/images/extimg/', 'dzz/images/extimg_small/', $value['img']); - if ($value['type'] == 'image' && $value['status'] == -3) - $value['img'] = ''; - $value['fstatus'] = $sharestatus[$value['status']]; - if (is_file($_G['setting']['attachdir'] . './qrcode/' . $value['sid'][0] . '/' . $value['sid'] . '.png')) - $value['qrcode'] = $_G['setting']['attachurl'] . './qrcode/' . $value['sid'][0] . '/' . $value['sid'] . '.png'; - $value['shareurl'] = $_G['siteurl'] . 's.php?sid=' . $value['sid']; - $list[$k] = $value; - } - $multi = multi($count, $perpage, $page, $theurl, 'pull-right'); -} -include template('share'); -?> diff --git a/admin/share/language/zh-cn/lang.php b/admin/share/language/zh-cn/lang.php deleted file mode 100644 index e46047c..0000000 --- a/admin/share/language/zh-cn/lang.php +++ /dev/null @@ -1,6 +0,0 @@ -'分享管理' -); - -?> \ No newline at end of file diff --git a/admin/system/cron.php b/admin/system/cron.php index 79c7ae6..25d59fc 100644 --- a/admin/system/cron.php +++ b/admin/system/cron.php @@ -12,8 +12,8 @@ if (!defined('IN_DZZ') || !defined('IN_ADMIN')) { include_once libfile('function/cache'); //error_reporting(E_ALL); -$op = $_GET['op']; -$navtitle = lang('cron') . ' - ' . lang('admin_navtitle'); +$op = isset($_GET['op']) ? $_GET['op'] : ''; +$navtitle = lang('cron') . ' - ' . lang('appname'); if (empty($_GET['edit']) && empty($_GET['run'])) { if (!submitcheck('cronssubmit')) { @@ -31,7 +31,7 @@ if (empty($_GET['edit']) && empty($_GET['run'])) { } else { $cron['time'] = lang('per_hour'); } - $cron['time'] .= $cron['hour'] >= 0 && $cron['hour'] < 24 ? sprintf('%02d', $cron[hour]) . lang('timeliness') : ''; + $cron['time'] .= $cron['hour'] >= 0 && $cron['hour'] < 24 ? sprintf('%02d', $cron['hour']) . lang('timeliness') : ''; if (!in_array($cron['minute'], array(-1, ''))) { foreach ($cron['minute'] = explode("\t", $cron['minute']) as $k => $v) { $cron['minute'][$k] = sprintf('%02d', $v); @@ -85,7 +85,7 @@ if (empty($_GET['edit']) && empty($_GET['run'])) { updatecache('setting'); $msg = lang('crons_succeed'); $redirecturl = BASESCRIPT . '?mod=system&op=cron'; - $msg_type = 'text-success'; + $msg_type = 'success'; } } else { @@ -95,7 +95,7 @@ if (empty($_GET['edit']) && empty($_GET['run'])) { if (!$cron) { $msg = lang('cron_not_found'); $redirecturl = BASESCRIPT . '?mod=system&op=cron'; - $msg_type = 'text-error'; + $msg_type = 'danger'; include template('cron'); exit(); } @@ -107,7 +107,7 @@ if (empty($_GET['edit']) && empty($_GET['run'])) { if (!submitcheck('editsubmit')) { - $navtitle = lang('misc_cron_edit') . ' - ' . lang('admin_navtitle'); + $navtitle = lang('misc_cron_edit') . ' - ' . lang('appname'); $weekdayselect = $dayselect = $hourselect = ''; @@ -158,7 +158,7 @@ if (empty($_GET['edit']) && empty($_GET['run'])) { $msg = lang('crons_time_invalid'); } if (!empty($msg)) { - $msg_type = 'text-error'; + $msg_type = 'danger'; $redirecturl = dreferer(); include template('cron'); exit(); @@ -169,7 +169,7 @@ if (empty($_GET['edit']) && empty($_GET['run'])) { dzz_cron::run($cronid); $msg = lang('crons_succeed'); - $msg_type = 'text-success'; + $msg_type = 'success'; $redirecturl = BASESCRIPT . '?mod=system&op=cron'; } @@ -186,13 +186,13 @@ if (empty($_GET['edit']) && empty($_GET['run'])) { if (!file_exists($cronfile)) { $msg = lang('crons_run_invalid', array('cronfile' => $cronfile)); - $msg_type = 'text-error'; + $msg_type = 'danger'; } else { dzz_cron::run($cron['cronid']); $msg = lang('crons_run_succeed'); $redirecturl = BASESCRIPT . '?mod=system&op=cron'; - $msg_type = 'text-success'; + $msg_type = 'success'; } } } diff --git a/admin/system/database.php b/admin/system/database.php index 9fe1934..6b9408c 100644 --- a/admin/system/database.php +++ b/admin/system/database.php @@ -27,10 +27,10 @@ if (!is_dir('./data/' . $backupdir)) { mkdir('./data/' . $backupdir, 0777); } $operation = $_GET['operation'] ? $_GET['operation'] : 'export'; -$op = $_GET['op']; +$op = isset($_GET['op']) ? $_GET['op'] : ''; if ($operation == 'export') { - $navtitle = lang('database_export') . ' - ' . lang('admin_navtitle'); + $navtitle = lang('database_export') . ' - ' . lang('appname'); if (!submitcheck('exportsubmit', 1)) { $shelldisabled = function_exists('shell_exec') ? '' : 'disabled'; @@ -153,13 +153,13 @@ if ($operation == 'export') { unset($sqldump, $zip, $content); $redirecturl = BASESCRIPT . "?mod=system&op=database&operation=export&type=" . rawurlencode($_GET['type']) . "&saveto=server&filename=" . rawurlencode($_GET['filename']) . "&method=multivol&sizelimit=" . rawurlencode($_GET['sizelimit']) . "&volume=" . rawurlencode($volume) . "&tableid=" . rawurlencode($tableid) . "&startfrom=" . rawurlencode($startrow) . "&extendins=" . rawurlencode($_GET['extendins']) . "&sqlcharset=" . rawurlencode($_GET['sqlcharset']) . "&sqlcompat=" . rawurlencode($_GET['sqlcompat']) . "&exportsubmit=yes&usehex={$_GET['usehex']}&usezip={$_GET['usezip']}"; $msg = lang('database_export_multivol_redirect', array('volume' => $volume)); - $msg_type = 'text-success'; + $msg_type = 'success'; } } else { $msg = ''; $volume--; - $filelist = '
      '; + $filelist = '
        '; if ($_GET['usezip'] == 1) { $zip = new zipfile(); @@ -172,7 +172,7 @@ if ($operation == 'export') { fclose($fp); $zip -> addFile($content, basename($filename)); $unlinks[] = $filename; - $filelist .= "
      1. $filename
      2. \n"; + $filelist .= "
      3. $filename
      4. \n"; } $fp = fopen($zipfilename, 'w'); if (@fwrite($fp, $zip -> file()) !== FALSE) { @@ -182,7 +182,7 @@ if ($operation == 'export') { } else { C::t('cache') -> insert(array('cachekey' => 'db_export', 'cachevalue' => serialize(array('dateline' => $_G['timestamp'])), 'dateline' => $_G['timestamp'], ), false, true); $msg .= lang('database_export_multivol_succeed', array('volume' => $volume, 'filelist' => $filelist)); - $msg_type = 'text-success'; + $msg_type = 'success'; } unset($sqldump, $zip, $content); fclose($fp); @@ -190,16 +190,16 @@ if ($operation == 'export') { $filename = $zipfilename; C::t('cache') -> insert(array('cachekey' => 'db_export', 'cachevalue' => serialize(array('dateline' => $_G['timestamp'])), 'dateline' => $_G['timestamp'], ), false, true); $msg .= lang('database_export_zip_succeed', array('filename' => $filename)); - $msg_type = 'text-success'; + $msg_type = 'success'; } else { @touch('./data/' . $backupdir . '/index.htm'); for ($i = 1; $i <= $volume; $i++) { $filename = sprintf($_GET['usezip'] == 2 ? $backupfilename . "-%s" . '.zip' : $dumpfile, $i); - $filelist .= "
      5. $filename
      6. \n"; + $filelist .= "
      7. $filename
      8. \n"; } C::t('cache') -> insert(array('cachekey' => 'db_export', 'cachevalue' => serialize(array('dateline' => $_G['timestamp'])), 'dateline' => $_G['timestamp'], ), false, true); $msg .= lang('database_export_multivol_succeed', array('volume' => $volume, 'filelist' => $filelist)); - $msg_type = 'text-success'; + $msg_type = 'success'; } } @@ -247,7 +247,7 @@ if ($operation == 'export') { unset($sqldump, $zip, $content); C::t('cache') -> insert(array('cachekey' => 'db_export', 'cachevalue' => serialize(array('dateline' => $_G['timestamp'])), 'dateline' => $_G['timestamp'], ), false, true); $msg = lang('database_export_zip_succeed', array('filename' => $filename)); - $msg_type = 'text-success'; + $msg_type = 'success'; } else { if (@is_writeable($dumpfile)) { $fp = fopen($dumpfile, 'rb+'); @@ -258,12 +258,12 @@ if ($operation == 'export') { $filename = $backupfilename . '.sql'; C::t('cache') -> insert(array('cachekey' => 'db_export', 'cachevalue' => serialize(array('dateline' => $_G['timestamp'])), 'dateline' => $_G['timestamp'], ), false, true); $msg = lang('database_export_succeed', array('filename' => $filename)); - $msg_type = 'text-success'; + $msg_type = 'success'; } } else { $msg = lang('database_shell_fail'); - $msg_type = 'text-error'; + $msg_type = 'danger'; } @@ -274,10 +274,10 @@ if ($operation == 'export') { } elseif ($operation == 'import') { $msg = ''; - $navtitle = lang('db_recover') . ' - ' . lang('admin_navtitle'); + $navtitle = lang('db_recover') . ' - ' . lang('appname'); if (($re = checkpermission('dbimport')) !== true) { $msg = $re; - $msg_type = 'text-error'; + $msg_type = 'danger'; include template('database'); exit(); } @@ -306,7 +306,7 @@ if ($operation == 'export') { $dir -> close(); } else { $msg = lang('database_export_dest_invalid'); - $msg_type = 'text-error'; + $msg_type = 'danger'; include template('database'); exit(); } @@ -365,22 +365,22 @@ if ($operation == 'export') { } } $msg = lang('database_file_delete_succeed'); - $msg_type = 'text-success'; + $msg_type = 'success'; $redirecturl = dreferer(); } else { $msg = lang('database_file_delete_invalid'); - $msg_type = 'text-error'; + $msg_type = 'danger'; $redirecturl = dreferer(); } } include template('database'); } elseif ($operation == 'runquery') { - $navtitle = lang('nav_db_runquery') . ' - ' . lang('admin_navtitle'); + $navtitle = lang('nav_db_runquery') . ' - ' . lang('appname'); $checkperm = checkpermission('runquery', 0); if ($checkperm !== true) { $msg = $checkperm; - $msg_type = 'text-error'; + $msg_type = 'danger'; include template('database'); exit(); } @@ -406,11 +406,11 @@ if ($operation == 'export') { } if ($sqlerror) { $msg = lang('database_run_query_invalid', array('sqlerror' => $sqlerror)); - $msg_type = 'text-error'; + $msg_type = 'danger'; $redirecturl = dreferer(); } else { $msg = lang('database_run_query_succeed', array('affected_rows' => $affected_rows)); - $msg_type = 'text-success'; + $msg_type = 'success'; $redirecturl = dreferer(); } } diff --git a/admin/system/fileperms.php b/admin/system/fileperms.php index 62da2f0..077bc58 100644 --- a/admin/system/fileperms.php +++ b/admin/system/fileperms.php @@ -11,13 +11,7 @@ if (!defined('IN_DZZ') || !defined('IN_ADMIN')) { } include_once libfile('function/admin'); $oparr = array('updatecache', 'database','cron', 'log','fileperms'); -$leftmenu = array(); -$op = $_GET['op']; -foreach ($oparr as $key => $value) { - $leftmenu[$value] = array('title' => lang($value), 'active' => ''); - if ($value == $op) - $leftmenu[$value]['active'] = 'class="nav-link active"'; -} +$op = isset($_GET['op']) ? $_GET['op'] : ''; $navtitle = lang('fileperms') . ' - ' . lang('appname'); $step = max(1, intval($_GET['step'])); if ($step == 1) { @@ -51,13 +45,13 @@ if ($step == 1) { continue; } else { if(!dir_writeable($fullentry)) { - $result .= '
      9. '.(is_dir($fullentry) ? lang('dir') : lang('file')).'./'.$entry.'无法写入
      10. '; + $result .= '
      11. '.(is_dir($fullentry) ? lang('dir') : lang('file')).'./'.$entry.'
        无法写入
      12. '; } } } - $result .= '
      13. 文件及目录属性全部正确都能写入
      14. '; + $result .= '
      15. 文件及目录属性全部正确
        都能写入
      16. '; } catch (Exception $e) { - $result .= "
      17. 发生错误:".$e->getMessage()."
      18. "; + $result .= "
      19. 发生错误:".$e->getMessage()."
      20. "; } } include template('fileperms'); diff --git a/admin/system/index.php b/admin/system/index.php index 942e50f..ef7e666 100644 --- a/admin/system/index.php +++ b/admin/system/index.php @@ -9,7 +9,6 @@ if (!defined('IN_DZZ') || !defined('IN_ADMIN')) { exit('Access Denied'); } - $operation = $_GET['operation'] ? $_GET['operation'] : 'updatecache'; $url=getglobal('siteurl'). BASESCRIPT . '?mod=system&op=' . $operation; $url = outputurl($url); diff --git a/admin/system/language/zh-cn/lang.php b/admin/system/language/zh-cn/lang.php index a075bd0..1db6988 100644 --- a/admin/system/language/zh-cn/lang.php +++ b/admin/system/language/zh-cn/lang.php @@ -2,7 +2,7 @@ $lang = array ( 'appname'=>'系统工具', 'systemupgrade'=>'在线升级', - 'xtxx'=>'系统概览', + 'xtxx'=>'扩展信息', 'fileperms'=>'文件权限检查', ); ?> \ No newline at end of file diff --git a/admin/system/systemupgrade.php b/admin/system/systemupgrade.php index aba7727..c33f2f4 100644 --- a/admin/system/systemupgrade.php +++ b/admin/system/systemupgrade.php @@ -9,14 +9,14 @@ if (!defined('IN_DZZ') || !defined('IN_ADMIN')) { exit('Access Denied'); } -$navtitle = lang('upgrade') . ' - ' . lang('admin_navtitle'); +$navtitle = lang('upgrade') . ' - ' . lang('appname'); @set_time_limit(0); include_once DZZ_ROOT . './core/core_version.php'; include_once libfile('function/admin'); include_once libfile('function/cache'); $dzz_upgrade = new dzz_upgrade(); $step = intval($_GET['step']); -$op = $_GET['op']; +$op = isset($_GET['op']) ? $_GET['op'] : ''; $step = $step ? $step : 1; $operation = $_GET['operation'] ? trim($_GET['operation']) : 'check'; @@ -422,8 +422,8 @@ elseif ($operation == 'showupgrade') { $list[$type]['btn1'] = lang('founder_upgrade_require_config') . ' php v' . PHP_VERSION . 'MYSQL v' . $dbversion; } else { $list[$type]['title'] = 'DzzOffice' . $upgrade['latestversion'] . '_' . $locale . '_' . $charset; - $list[$type]['btn1'] = ''; - $list[$type]['official'] = '' . lang('founder_upgrade_manually') . ''; + $list[$type]['btn1'] = ''; + $list[$type]['official'] = '' . lang('founder_upgrade_manually') . ''; } } } else { diff --git a/admin/system/template/lyear/cron.htm b/admin/system/template/lyear/cron.htm new file mode 100644 index 0000000..6896b9c --- /dev/null +++ b/admin/system/template/lyear/cron.htm @@ -0,0 +1,175 @@ + + + +
        +
        + +
        + +
        + +
        +
        + + + +
        + {lang message_redirect} +
        + + + + +
        +
        {lang board_message}
        +
          + {lang misc_cron_edit_tips} +
        +
        +
        + + +
        + +
        + + {lang misc_cron_edit_weekday_comment} +
        +
        +
        + +
        + + {lang misc_cron_edit_day_comment} +
        +
        +
        + +
        + + {lang misc_cron_edit_hour_comment} +
        +
        +
        + +
        + + {lang misc_cron_edit_minute_comment} +
        +
        +
        + +
        + + {lang misc_cron_edit_filename_comment} +
        + +
        +
        + +
        +
        + + +
        +
        {lang board_message}
        +
          + {lang misc_cron_tips} +
        +
        +
        + + +
        + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
        {lang name}{lang available}{lang type}{lang time}{lang misc_cron_last_run}{lang misc_cron_next_run}{lang operation}
        disabled + > + + $cron[filename] + + + {lang inbuilt} + + {lang custom} + + $cron[time]$cron[lastrun]$cron[nextrun] + {lang edit} + + {lang execute} + + {lang execute} + +
        {lang add_new}
        +
        +
        +
        + + +
        +
        +
        + +
        +
        + + +
        +
        +
        +
        + \ No newline at end of file diff --git a/admin/system/template/lyear/database.htm b/admin/system/template/lyear/database.htm new file mode 100644 index 0000000..b0b7602 --- /dev/null +++ b/admin/system/template/lyear/database.htm @@ -0,0 +1,252 @@ + + + +
        +
        + +
        +
        + +
        +
        {lang board_message}
        +
          + {lang db_export_tips} +
        +
        + +
        + + +
        + +
        +
        + {lang all_data_table} +
        +
        + {lang db_export_custom} +
        +
        + + +
        + +
        + + +
        +
        + + + + + + +
        + {lang message_redirect} +
        + + + + + + + +
        + {lang message_redirect} +
        + + + +
        +
        {lang board_message}
        +
          + {lang db_import_tips} +
        +
        + $do_import_option +
        + + +
        + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
        {lang filename}{lang version}{lang time}{lang type}{lang big_small}{lang db_method}{lang db_volume}
        + + $key + + $key + + $val[version]$val['dateline']$val[ftype]$val[size]$val[method]$val[volume] + + onclick="return confirm('{lang db_import_confirm}');"onclick="return confirm('{lang db_import_confirm_sql}');"target="_blank">{lang import} + + {lang db_import_unzip} + +
        +
        +
        +
        + + +
        +
        +
        + +
        +
        + + +
        +
        {lang board_message}
        +
          + {lang db_runquery_tips} +
        +
        + + + +
        + {lang message_redirect} +
        + + + +
        + + +
        + + +
        +
        +
        + + +
        +
        +
        +
        +
        +
        + + +
        +
        +
        +
        + \ No newline at end of file diff --git a/admin/system/template/lyear/fileperms.htm b/admin/system/template/lyear/fileperms.htm new file mode 100644 index 0000000..cd9f113 --- /dev/null +++ b/admin/system/template/lyear/fileperms.htm @@ -0,0 +1,48 @@ + + +
        +
        +
        +
        + +
        + +
        + +
        +
        + +
        +
        + +
        +

        正在进行文件权限检查,请稍候......

        +
        +
        +
        +
        +
        {lang message_redirect}
        + + + + +
          + $result +
        + + + +
        +
        +
        +
        + \ No newline at end of file diff --git a/admin/system/template/lyear/lyear_left.htm b/admin/system/template/lyear/lyear_left.htm new file mode 100644 index 0000000..3a11615 --- /dev/null +++ b/admin/system/template/lyear/lyear_left.htm @@ -0,0 +1,8 @@ + + \ No newline at end of file diff --git a/admin/system/template/lyear/updatecache.htm b/admin/system/template/lyear/updatecache.htm new file mode 100644 index 0000000..d864258 --- /dev/null +++ b/admin/system/template/lyear/updatecache.htm @@ -0,0 +1,75 @@ + + +
        +
        +
        +
        + +
        +
        +
        +
        + +
        + +
        +
        + + +
        +
        + + +
        +
        +
        + +
        +
        + +
        +

        {lang tools_updatecache_waiting}

        +
        +
        +
        +
        +
        + {lang message_redirect} +
        + + +

        {lang update_cache_succeed}

        + + +
        +
        {lang board_message}
        +
          + {lang tools_updatecache_tips} +
        +
        +
        +
        +
        +
        + \ No newline at end of file diff --git a/admin/system/template/lyear/upgrade.htm b/admin/system/template/lyear/upgrade.htm new file mode 100644 index 0000000..7c48b46 --- /dev/null +++ b/admin/system/template/lyear/upgrade.htm @@ -0,0 +1,234 @@ + + +
        +
        +
        + +
        +
        {lang upgrade}
        + + + style="color:green">{$key}.{$value} + + +
        + + + +
        +
        +
        + $msg +
        +
        +
        + +
        +
        +

        {lang upgrade_checking}

        +
        +
        +
        +
        +
        + + + + +
        +
        +
        + $msg +
        +
        +
        + +
        +
        {lang founder_upgrade_select_version}
        +
        +
        +
        + + + + + + + + + + +
        $value[title]$value[btn1]$value[official]
        +
        +
        + + + +
        +
        + $msg +
        +
        + +
        +
        {lang founder_upgrade_preupdatelist}
        +
        +
        +
        + + + + + + + + + + + + + +
             $value
         {lang founder_upgrade_store_directory} ./data/update/dzzoffice$version
         {eval echo upgradeinformation(0)}
        +
        +
        + +
        +
        $msg
        +
        + + +
        +
        +
        + $msg +
        +
        +
        + +
        +
        {lang founder_upgrade_diff_show}
        +
        +
        +
        + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
            {lang founder_upgrade_diff}   $v
            {lang founder_upgrade_normal}   $v
            {lang founder_upgrade_new}   $v
        {lang founder_upgrade_download_file} ./data/update/dzzoffice{$version}
         {lang founder_upgrade_backup_file} ./data/back/dzzoffice{CORE_VERSION} {lang founder_upgrade_backup_file2}
          {eval echo upgradeinformation(0)}
        +
        +
        + + + +
        +
        +
        + $msg +
        +
        +
        + +
        +
        + +

        {lang upgrade_website_FTP_set}

        +
        + + + {lang FTP_server_IP_site_domain} +
        +
        + + + {lang default_for_the_21st} +
        +
        + + + {lang accounts_supreme_authority} +
        +
        + + + +
        + + +
        + + + {lang site_absolute_path_root_directory} +
        +
        + + + {lang general_condition_passive_mode} +
        +
        + + + {lang notice_FTP_open_SSL} +
        +
        + + +
        +
        +
        + + +
        +
        +
        + $msg +
        +
        +
        + + +
        +
        +
        + + \ No newline at end of file diff --git a/admin/system/template/lyear/upgrade_iframe.htm b/admin/system/template/lyear/upgrade_iframe.htm new file mode 100644 index 0000000..ce32e73 --- /dev/null +++ b/admin/system/template/lyear/upgrade_iframe.htm @@ -0,0 +1,21 @@ + + + + + + + + + + + +
        + $msg +
        + + + \ No newline at end of file diff --git a/admin/system/template/lyear/xtxx.htm b/admin/system/template/lyear/xtxx.htm new file mode 100644 index 0000000..bc02328 --- /dev/null +++ b/admin/system/template/lyear/xtxx.htm @@ -0,0 +1,45 @@ + + + +
        +
        +
        +
        +
        +
        +
        PHP扩展信息PHP详情
        +
        + +
        +
        已加载的扩展 + $extensions +
        +
        +
        +
        +
        +
        +
        + \ No newline at end of file diff --git a/admin/system/template/xtxx.htm b/admin/system/template/xtxx.htm index fe9db66..5554534 100644 --- a/admin/system/template/xtxx.htm +++ b/admin/system/template/xtxx.htm @@ -100,7 +100,7 @@
        PHP扩展信息PHP详情
        -
        已加载的扩展:
        +
        已加载的扩展:
        $extensions
        diff --git a/admin/system/updatecache.php b/admin/system/updatecache.php index d15219b..153b100 100644 --- a/admin/system/updatecache.php +++ b/admin/system/updatecache.php @@ -9,22 +9,10 @@ if (!defined('IN_DZZ') || !defined('IN_ADMIN')) { exit('Access Denied'); } - -$oparr = array('updatecache', 'database', /*'security','patch','update',*/ -'cron', 'log'); -$leftmenu = array(); -$op = $_GET['op']; -foreach ($oparr as $key => $value) { - $leftmenu[$value] = array('title' => lang($value), 'active' => ''); - if ($value == $op) - $leftmenu[$value]['active'] = 'class="active"'; -} - include libfile('function/cache'); - -$navtitle = lang('updatecache') . ' - ' . lang('admin_navtitle'); +$navtitle = lang('updatecache') . ' - ' . lang('appname'); $step = max(1, intval($_GET['step'])); - +$op = isset($_GET['op']) ? $_GET['op'] : ''; if ($step == 1) { } elseif ($step == 2) { $type = implode('_', (array)$_GET['type']); diff --git a/admin/system/xtxx.php b/admin/system/xtxx.php index 2ae2467..f9bdea4 100644 --- a/admin/system/xtxx.php +++ b/admin/system/xtxx.php @@ -9,8 +9,8 @@ if (!defined('IN_DZZ') || !defined('IN_ADMIN')) { exit('Access Denied'); } -$op = $_GET['op']; -$do=$_GET['do']; +$op = isset($_GET['op']) ? $_GET['op'] : ''; +$do = isset($_GET['do']) ? $_GET['do'] : ''; if($do == 'phpinfo'){ exit(phpinfo()); } @@ -125,15 +125,13 @@ function kuozhan(){ else $func_items = array('mysql_connect', 'file_get_contents', 'xml_parser_create','filesize', 'curl_init','zip_open','ffmpeg','imagick','imagemagick','cURL','date','Exif','Fileinfo','Ftp','GD','gettext','intl','Iconv','json','ldap','Mbstring','Mcrypt','Memcached','MySQLi','SQLite3','OpenSSL','PDO','pdo_mysql','pdo_sqlite','Redis','session','Sockets','Swoole','dom','xml','SimpleXML','libxml','bz2','zip','zlib'); foreach($func_items as $item) { $status = function_exists($item); - $func_str .= "
        \n"; - $func_str .= "$item\n"; + $func_str .= "
        $item\n"; if($status) { - $func_str .= "\n"; - $func_str .= "
        \n"; + $func_str .= "\n"; } else { - $func_str .= "\n"; - $func_str .= "
        \n"; + $func_str .= "\n"; } + $func_str .= "
        \n"; } echo $func_str; } @@ -141,7 +139,7 @@ function kuozhan(){ $loaded_extensions = get_loaded_extensions(); $extensions = ''; foreach ($loaded_extensions as $key => $value) { - $extensions .= ''.$value . ''; + $extensions .= ''.$value . ''; } $zaixianrenshu = DB::result_first("SELECT COUNT(*) FROM " . DB::table('session') . " WHERE uid"); $yonghurenshu = DB::result_first("SELECT COUNT(*) FROM " . DB::table('user') . " WHERE uid"); diff --git a/admin/systemlog/admin.php b/admin/systemlog/admin.php index e34033f..7d6b001 100644 --- a/admin/systemlog/admin.php +++ b/admin/systemlog/admin.php @@ -2,7 +2,7 @@ //error_reporting(E_ALL); if(!defined('IN_DZZ')) { exit('Access Denied'); -} +} define('NOROBOT', TRUE); $returntype = isset($_GET['returnType']) ? $_GET['returnType']: 'json';//返回值方式 diff --git a/admin/systemlog/classes/systemlog.php b/admin/systemlog/classes/systemlog.php index d5ae785..efd9be7 100644 --- a/admin/systemlog/classes/systemlog.php +++ b/admin/systemlog/classes/systemlog.php @@ -51,7 +51,7 @@ class Systemlog{ $log = array($log); } $cur_url = $_SERVER['SERVER_NAME'].$_SERVER['REQUEST_URI']; - $from_url = $_SERVER['HTTP_REFERER']; + $from_url = isset($_SERVER['HTTP_REFERER']) ? $_SERVER['HTTP_REFERER'] : ''; foreach($log as $tmp) { $tmp=implode("\t", clearlogstring(array($_G['timestamp'],$_G['username'], $_G['groupid'], $_G['clientip'],$tmp,$cur_url,$from_url,$_SERVER['HTTP_USER_AGENT'],"uid=".$_G['uid']))) ; fwrite($fp, "\t".str_replace(array(''), '', $tmp)."\n"); diff --git a/admin/systemlog/index.php b/admin/systemlog/index.php index fbefa1a..fee5ec6 100644 --- a/admin/systemlog/index.php +++ b/admin/systemlog/index.php @@ -1,30 +1,158 @@ $v){ + $nowfilemaxnum=($jishu*($k+1))-($jishu-$firstlogsnum); + $startnum=($nowfilemaxnum-$jishu)<=0?0:($nowfilemaxnum-$jishu+1); + $newdata[]=array("file"=>$v,"start"=>$startnum,"end"=>$nowfilemaxnum); + } + //print_R($newdata); + //查询当前分页数据位于哪个日志文件 + $lastlog=$last_secondlog=""; + foreach($newdata as $k=>$v){ + if( $start<=$v["end"]){ + $lastlog=$v; + if( ($start+$limit)<$v["end"]){ + + }else{ + if( isset($newdata[$k+1])){ + $last_secondlog=$newdata[$k+1]; + } + } + break; + } + } + + $j=0; + for($i=$lastlog["start"];$i<$lastlog["end"];$i++){ + if( $start<=($lastlog["start"]+$j) ){ + break; + } + $j++; + } + //获取数据开始 + $logs = file($logdir.$lastlog["file"]); + $logs = array_reverse($logs); + if($keyword){ + foreach($logs as $key => $value) { + if(!empty($_GET['keyword']) && strpos($value, $_GET['keyword']) === FALSE) { + unset($logs[$key]); + } + } + $count = count($logs); + } + if( $lastlog["file"]!=$logfiles[0] ){ + $j++; + } + $logs = array_slice($logs, $j, $limit); + $onecountget = count($logs); + + $jj=0; + if( $last_secondlog ){ + for($i=$last_secondlog["start"];$i<$last_secondlog["end"];$i++){ + if( ($jj)>= ($limit-$onecountget)){ + break; + } + $jj++; + } + } + + if($last_secondlog){ + $logs2 = file( $logdir.$last_secondlog["file"] ); + $logs2 = array_reverse($logs2); + $end=$limit-count($logs); + $logs2 = array_slice( $logs2, 0, $jj); + $logs=array_merge($logs,$logs2); + } + if($logs) { + $usergroup = array(); + foreach(C::t('usergroup')->range() as $group) { + $usergroup[$group['groupid']] = $group['grouptitle']; + } + $list=array(); + $id = $start + 1; + foreach($logs as $logrow) { + $log = explode("\t", $logrow); + if(empty($log[1])) { + continue; + } + $log[1] = dgmdate($log[1], 'Y-n-j H:i:s'); + $log[3] = $usergroup[$log[3]]; + $list[] = [ + "id" => $id++, + "operator" => $log[2], + "usergroup" => $log[3], + "ip" => $log[4], + "time" => $log[1], + "loginfo" => $log[5], + "visit" => $log[6], + "from" => $log[7], + "info" => $log[8], + ]; + } + } + } + $return = [ + "code"=> 0, + "msg"=> "", + "count"=> $count? $count : 0, + "data" => $list? $list : [], + ]; + $jsonReturn = json_encode($return); + if ($jsonReturn === false) { + $errorMessage = json_last_error_msg(); + $errorResponse = [ + "code" => 1, + "msg" => "JSON 编码失败,请刷新重试: " . $errorMessage, + "count" => 0, + "data" => [], + ]; + exit(json_encode($errorResponse)); + } + exit($jsonReturn); + } +} else { !isset($_GET['page']) && $_GET['page']=1; $lpp = empty($_GET['lpp']) ? 20 : $_GET['lpp']; $keyword = isset($_GET['keyword']) ? trim($_GET['keyword']) : ''; $checklpp = array(); $checklpp[$lpp] = 'selected="selected"'; $extrainput = ''; - $systemlog_setting = unserialize($_G["setting"]["systemlog_setting"]); $operationarr = array_keys($systemlog_setting); - $operation = in_array($_GET['operation'], $operationarr) ? $_GET['operation'] : "cplog"; + $operation = in_array($operation, $operationarr) ? $operation : "cplog"; $navtitle=$systemlog_setting[$operation]["title"].' - '.lang('appname'); $page = (isset($_GET['page'])) ? intval($_GET['page']) : 1; $type = isset($_GET['type']) ? trim($_GET['type']) : ''; @@ -39,103 +167,101 @@ if($type=="list"){ $theurl = BASESCRIPT . "?" . url_implode($gets); $logdir = DZZ_ROOT.'./data/log/'; $logfiles = get_log_files($logdir, $operation); - - if($logfiles) $logfiles=array_reverse($logfiles); - //error_reporting(E_ALL); - $firstlogs = file( $logdir.$logfiles[0] ) ; - $firstlogsnum = count($firstlogs); - $countlogfile=count($logfiles); - $count = ($countlogfile-1)*4000+$firstlogsnum; - $logs = array(); - $jishu=4000;//每个日志文件最多行数 - $start = ($page - 1) * $lpp; - $lastlog=$last_secondlog=""; - - $newdata=array(); - foreach($logfiles as $k=>$v){ - $nowfilemaxnum=($jishu*($k+1))-($jishu-$firstlogsnum); - $startnum=($nowfilemaxnum-$jishu)<=0?0:($nowfilemaxnum-$jishu+1); - $newdata[]=array("file"=>$v,"start"=>$startnum,"end"=>$nowfilemaxnum); - } - //print_R($newdata); - //查询当前分页数据位于哪个日志文件 - $lastlog=$last_secondlog=""; - foreach($newdata as $k=>$v){ - if( $start<=$v["end"]){ - $lastlog=$v; - if( ($start+$lpp)<$v["end"]){ - - }else{ - if( isset($newdata[$k+1])){ - $last_secondlog=$newdata[$k+1]; + if ($logfiles) { + $logfiles = array_reverse($logfiles); + $firstlogs = file($logdir.$logfiles[0]); + $firstlogsnum = count($firstlogs); + $countlogfile=count($logfiles); + $count = ($countlogfile-1)*4000+$firstlogsnum; + $logs = array(); + $jishu=4000;//每个日志文件最多行数 + $start = ($page - 1) * $lpp; + $lastlog=$last_secondlog=""; + + $newdata=array(); + foreach($logfiles as $k=>$v){ + $nowfilemaxnum=($jishu*($k+1))-($jishu-$firstlogsnum); + $startnum=($nowfilemaxnum-$jishu)<=0?0:($nowfilemaxnum-$jishu+1); + $newdata[]=array("file"=>$v,"start"=>$startnum,"end"=>$nowfilemaxnum); + } + //print_R($newdata); + //查询当前分页数据位于哪个日志文件 + $lastlog=$last_secondlog=""; + foreach($newdata as $k=>$v){ + if( $start<=$v["end"]){ + $lastlog=$v; + if( ($start+$lpp)<$v["end"]){ + + }else{ + if( isset($newdata[$k+1])){ + $last_secondlog=$newdata[$k+1]; + } } - } - break; - } - } - - $j=0; - for($i=$lastlog["start"];$i<$lastlog["end"];$i++){ - if( $start<=($lastlog["start"]+$j) ){ - break; - } - $j++; - } - //获取数据开始 - $logs = file( $logdir.$lastlog["file"] ); - $logs = array_reverse($logs); - if($keyword){ - foreach($logs as $key => $value) { - if(!empty($_GET['keyword']) && strpos($value, $_GET['keyword']) === FALSE) { - unset($logs[$key]); - } - } - $count = count($logs); - } - if( $lastlog["file"]!=$logfiles[0] ){ - $j++; - } - $logs = array_slice($logs, $j, $lpp); - $onecountget = count($logs); - - $jj=0; - if( $last_secondlog ){ - for($i=$last_secondlog["start"];$i<$last_secondlog["end"];$i++){ - if( ($jj)>= ($lpp-$onecountget) ){//$last_secondlog["start"] ){ break; } - $jj++; - } - } - - if($last_secondlog){ - $logs2 = file( $logdir.$last_secondlog["file"] ); - $logs2 = array_reverse($logs2); - $end=$lpp-count($logs); - $logs2 = array_slice( $logs2, 0, $jj); - $logs=array_merge($logs,$logs2); - } - $usergroup = array(); - foreach(C::t('usergroup')->range() as $group) { - $usergroup[$group['groupid']] = $group['grouptitle']; - } - $list=array(); - foreach($logs as $k => $logrow) { - $log = explode("\t", $logrow); - if(empty($log[1])) { - continue; } - $log[1] = dgmdate($log[1], 'y-n-j H:i:s'); - $log[2] = $log[2]; - $log[2] = ($log[2] != $_G['member']['username'] ? "$log[2]" : $log[2]); - $log[3] = $usergroup[$log[3]]; - $list[$k]=$log; - } - $multipage = multi($count, $lpp, $page, $theurl,'pull-right'); - include template('list'); + + $j=0; + for($i=$lastlog["start"];$i<$lastlog["end"];$i++){ + if( $start<=($lastlog["start"]+$j) ){ + break; + } + $j++; + } + //获取数据开始 + $logs = file($logdir.$lastlog["file"]); + $logs = array_reverse($logs); + if($keyword){ + foreach($logs as $key => $value) { + if(!empty($_GET['keyword']) && strpos($value, $_GET['keyword']) === FALSE) { + unset($logs[$key]); + } + } + $count = count($logs); + } + if( $lastlog["file"]!=$logfiles[0] ){ + $j++; + } + $logs = array_slice($logs, $j, $lpp); + $onecountget = count($logs); + + $jj=0; + if( $last_secondlog ){ + for($i=$last_secondlog["start"];$i<$last_secondlog["end"];$i++){ + if( ($jj)>= ($lpp-$onecountget)){ + break; + } + $jj++; + } + } + + if($last_secondlog){ + $logs2 = file( $logdir.$last_secondlog["file"] ); + $logs2 = array_reverse($logs2); + $end=$lpp-count($logs); + $logs2 = array_slice( $logs2, 0, $jj); + $logs=array_merge($logs,$logs2); + } + $usergroup = array(); + foreach(C::t('usergroup')->range() as $group) { + $usergroup[$group['groupid']] = $group['grouptitle']; + } + $list=array(); + foreach($logs as $k => $logrow) { + $log = explode("\t", $logrow); + if(empty($log[1])) { + continue; + } + $log[1] = dgmdate($log[1], 'y-n-j H:i:s'); + $log[2] = $log[2]; + $log[2] = ($log[2] != $_G['member']['username'] ? "$log[2]" : $log[2]); + $log[3] = $usergroup[$log[3]]; + $list[$k]=$log; + } + $multipage = multi($count, $lpp, $page, $theurl,'pull-right'); + } } - - +include template('list'); function getactionarray() { $isfounder = true; unset($topmenu['index'], $menu['index']); diff --git a/admin/systemlog/language/zh-cn/lang.php b/admin/systemlog/language/zh-cn/lang.php index 16d7af4..32f21be 100644 --- a/admin/systemlog/language/zh-cn/lang.php +++ b/admin/systemlog/language/zh-cn/lang.php @@ -1,15 +1,10 @@ '系统日志', + 'appname'=>'系统日志', 'logs' => '运行记录', - 'systemlog_setting'=>'设置', - 'systemlog_list'=>'日志列表', - 'info'=>'信息', - 'loginfo'=>'日志信息', - 'visit'=>'访问页面', - 'from'=>'来源页面', + 'systemlog_setting'=>'设置', + 'systemlog_list'=>'日志列表', 'logswitch'=>'日志开关', - 'logtype'=>'日志类型', 'logtypename'=>'日志类型名称', 'logtype'=>'日志类型', 'logflag'=>'日志标识', diff --git a/admin/systemlog/template/lyear/admin.htm b/admin/systemlog/template/lyear/admin.htm new file mode 100644 index 0000000..d5be3d3 --- /dev/null +++ b/admin/systemlog/template/lyear/admin.htm @@ -0,0 +1,121 @@ + + + +
        +
        +
        +
        +
        + + +
        + +
        +
        + checked onclick="document.getElementById('hidden1').style.display='block';"> + +
        +
        + checked onclick="document.getElementById('hidden1').style.display='none';"> + +
        +
        +
        +
        + +
        + + + + + + + + + + {eval $i=0;} + + + + + + + + {eval $i++;} + + + + +
        {lang logtypename}{lang logflag}{lang logswitch} 
        + + readonly="readonly" type="text" name="settingnew[title][$i]" value="$info[title]" /> + readonly="readonly" type="text" name="settingnew[mark][$i]" value="$mark" />checked /> + + + +
        {lang add}
        +
        +
        +
        + +
        +
        +
        +
        +
        +
        + + \ No newline at end of file diff --git a/admin/systemlog/template/lyear/list.htm b/admin/systemlog/template/lyear/list.htm new file mode 100644 index 0000000..88468aa --- /dev/null +++ b/admin/systemlog/template/lyear/list.htm @@ -0,0 +1,193 @@ + + + +
        +
        +
        +
        + +
        +
        +
        +
        + +
        + + +
        +
        +
        +
        + + + \ No newline at end of file diff --git a/admin/systemlog/template/lyear/lyear_left.htm b/admin/systemlog/template/lyear/lyear_left.htm new file mode 100644 index 0000000..997193d --- /dev/null +++ b/admin/systemlog/template/lyear/lyear_left.htm @@ -0,0 +1,8 @@ + \ No newline at end of file diff --git a/admin/template/lyear/lyear_header_left.htm b/admin/template/lyear/lyear_header_left.htm new file mode 100644 index 0000000..62776b8 --- /dev/null +++ b/admin/template/lyear/lyear_header_left.htm @@ -0,0 +1,8 @@ + \ No newline at end of file diff --git a/config/config_default.php b/config/config_default.php index a81f052..4d7255b 100644 --- a/config/config_default.php +++ b/config/config_default.php @@ -160,6 +160,7 @@ $_config['admincp']['checkip'] = 1; // 后台管理操作是否验证管理 $_config['admincp']['runquery'] = 0; // 是否允许后台运行 SQL 语句 1=是 0=否[安全] $_config['admincp']['dbimport'] = 0; // 是否允许后台恢复网站数据 1=是 0=否[安全] $_config['userlogin']['checkip'] = 1; //用户登录错误验证ip,对于同一ip同时使用时建议设置为0,否则当有一位用户登录错误次数超过5次,该ip被锁定15分钟,导致其他的同IP用户无法登录; +$_config['debug'] = 0; //$_config['system_os'] = 'linux'; //windows,linux,mac,系统会自动判断 //$_config['system_charset']='utf-8'; //操作系统编码,不设置系统将根据操作系统类型来判断linux:utf-8;windows:gbk; diff --git a/config/config_frame.php b/config/config_frame.php index cb618df..0e2f720 100644 --- a/config/config_frame.php +++ b/config/config_frame.php @@ -10,7 +10,7 @@ $_config['namespacelist'] = array( 'misc' => DZZ_ROOT.'misc' ); -$_config['default_mod'] = 'index'; +$_config['default_mod'] = 'explorer'; $_config['default_op'] = 'index'; diff --git a/core/api/BaiduPCS/BaiduUtils.php b/core/api/BaiduPCS/BaiduUtils.php index bf92557..8aca8b3 100644 --- a/core/api/BaiduPCS/BaiduUtils.php +++ b/core/api/BaiduPCS/BaiduUtils.php @@ -274,7 +274,7 @@ class BaiduUtils self::$boundary = $boundary = md5('BAIDU-PHP-SDK-V2' . microtime(true)); foreach ($params as $key => $value) { - if ($value{0} == '@') { + if ($value[0] == '@') { $url = ltrim($value, '@'); $content = file_get_contents($url); $array = explode('?', basename($url)); diff --git a/core/api/Qcos/vendor/guzzlehttp/guzzle-services/src/SchemaValidator.php b/core/api/Qcos/vendor/guzzlehttp/guzzle-services/src/SchemaValidator.php index 4a2833f..b88d1ad 100644 --- a/core/api/Qcos/vendor/guzzlehttp/guzzle-services/src/SchemaValidator.php +++ b/core/api/Qcos/vendor/guzzlehttp/guzzle-services/src/SchemaValidator.php @@ -212,7 +212,7 @@ class SchemaValidator } elseif ($type == 'array' && $valueIsArray && $param->getItems()) { foreach ($value as $i => &$item) { // Validate each item in an array against the items attribute of the schema - $this->recursiveProcess($param->getItems(), $item, $path . "[{$i}]", $depth + 1); + $this->recursiveProcess($param->getItems(), $item, $path . "[[$i]]", $depth + 1); } } diff --git a/core/api/wopi/wopi.php b/core/api/wopi/wopi.php index b620f25..210fa5e 100644 --- a/core/api/wopi/wopi.php +++ b/core/api/wopi/wopi.php @@ -180,7 +180,7 @@ class Wopi $fileExtension = $meta['ext']; $guid = dzzencode(getglobal('uid').'|'.$lock); - $wopi_url_temlpate = "WOPISrc={0}&access_token={1}"; + $wopi_url_temlpate = "WOPISrc=[0]&access_token=[1]"; $fileID=dzzencode($meta['path']); $discovery=self::getActionByDiscovery($ooServerURL); if($discovery['error']) return $discovery; @@ -234,8 +234,8 @@ class Wopi $fileUrl = urlencode($internalUrl. "wopi/files/" . $fileID); $requestUrl = preg_replace("/<.*>/", "", $urlsrc); - $requestUrl = $requestUrl . str_replace('{1}', $guid, $wopi_url_temlpate); - $requestUrl = str_replace("{0}", $fileUrl, $requestUrl).'&ui=zh-CN&rs=zh-CN'; + $requestUrl = $requestUrl . str_replace('[1]', $guid, $wopi_url_temlpate); + $requestUrl = str_replace("[0]", $fileUrl, $requestUrl).'&ui=zh-CN&rs=zh-CN'; $wopiSrc=$internalUrl. "wopi/files/$fileID?access_token=$guid&ui=zh-CN&rs=zh-CN"; $ret=array( 'fileID'=>$fileID, diff --git a/core/class/PHPExcel/Calculation.php b/core/class/PHPExcel/Calculation.php index b609b0d..0469d1d 100644 --- a/core/class/PHPExcel/Calculation.php +++ b/core/class/PHPExcel/Calculation.php @@ -2183,7 +2183,7 @@ class PHPExcel_Calculation { */ public static function _unwrapResult($value) { if (is_string($value)) { - if ((isset($value{0})) && ($value{0} == '"') && (substr($value,-1) == '"')) { + if ((isset($value[0])) && ($value[0] == '"') && (substr($value,-1) == '"')) { return substr($value,1,-1); } // Convert numeric errors to NaN error @@ -2291,9 +2291,9 @@ class PHPExcel_Calculation { // Basic validation that this is indeed a formula // We return an empty array if not $formula = trim($formula); - if ((!isset($formula{0})) || ($formula{0} != '=')) return array(); + if ((!isset($formula[0])) || ($formula[0] != '=')) return array(); $formula = ltrim(substr($formula,1)); - if (!isset($formula{0})) return array(); + if (!isset($formula[0])) return array(); // Parse the formula and return the token stack return $this->_parseFormula($formula); @@ -2369,9 +2369,9 @@ class PHPExcel_Calculation { // Basic validation that this is indeed a formula // We simply return the cell value if not $formula = trim($formula); - if ($formula{0} != '=') return self::_wrapResult($formula); + if ($formula[0] != '=') return self::_wrapResult($formula); $formula = ltrim(substr($formula,1)); - if (!isset($formula{0})) return self::_wrapResult($formula); + if (!isset($formula[0])) return self::_wrapResult($formula); $pCellParent = ($pCell !== NULL) ? $pCell->getWorksheet() : NULL; $wsTitle = ($pCellParent !== NULL) ? $pCellParent->getTitle() : "\x00Wrk"; @@ -2380,7 +2380,7 @@ class PHPExcel_Calculation { return $cellValue; } - if (($wsTitle{0} !== "\x00") && ($this->_cyclicReferenceStack->onStack($wsTitle.'!'.$cellID))) { + if (($wsTitle[0] !== "\x00") && ($this->_cyclicReferenceStack->onStack($wsTitle.'!'.$cellID))) { if ($this->cyclicFormulaCount <= 0) { return $this->_raiseFormulaError('Cyclic Reference in Formula'); } elseif (($this->_cyclicFormulaCount >= $this->cyclicFormulaCount) && @@ -2629,7 +2629,7 @@ class PHPExcel_Calculation { } else { if ($value == '') { return 'an empty string'; - } elseif ($value{0} == '#') { + } elseif ($value[0] == '#') { return 'a '.$value.' error'; } else { $typeString = 'a string'; @@ -2758,10 +2758,10 @@ class PHPExcel_Calculation { // Loop through the formula extracting each operator and operand in turn while(TRUE) { //echo 'Assessing Expression '.substr($formula, $index),PHP_EOL; - $opCharacter = $formula{$index}; // Get the first character of the value at the current index position + $opCharacter = $formula[$index]; // Get the first character of the value at the current index position //echo 'Initial character of expression block is '.$opCharacter,PHP_EOL; - if ((isset(self::$_comparisonOperators[$opCharacter])) && (strlen($formula) > $index) && (isset(self::$_comparisonOperators[$formula{$index+1}]))) { - $opCharacter .= $formula{++$index}; + if ((isset(self::$_comparisonOperators[$opCharacter])) && (strlen($formula) > $index) && (isset(self::$_comparisonOperators[$formula[$index+1]]))) { + $opCharacter .= $formula[++$index]; //echo 'Initial character of expression block is comparison operator '.$opCharacter.PHP_EOL; } @@ -3036,11 +3036,11 @@ class PHPExcel_Calculation { } } // Ignore white space - while (($formula{$index} == "\n") || ($formula{$index} == "\r")) { + while (($formula[$index] == "\n") || ($formula[$index] == "\r")) { ++$index; } - if ($formula{$index} == ' ') { - while ($formula{$index} == ' ') { + if ($formula[$index] == ' ') { + while ($formula[$index] == ' ') { ++$index; } // If we're expecting an operator, but only have a space between the previous and next operands (and both are @@ -3456,7 +3456,7 @@ class PHPExcel_Calculation { // echo 'Token is a PHPExcel constant: '.$excelConstant.'
        '; $stack->push('Constant Value',self::$_ExcelConstants[$excelConstant]); $this->_debugLog->writeDebugLog('Evaluating Constant ', $excelConstant, ' as ', $this->_showTypeDetails(self::$_ExcelConstants[$excelConstant])); - } elseif ((is_numeric($token)) || ($token === NULL) || (is_bool($token)) || ($token == '') || ($token{0} == '"') || ($token{0} == '#')) { + } elseif ((is_numeric($token)) || ($token === NULL) || (is_bool($token)) || ($token == '') || ($token[0] == '"') || ($token[0] == '#')) { // echo 'Token is a number, boolean, string, null or an Excel error
        '; $stack->push('Value',$token); // if the token is a named range, push the named range name onto the stack @@ -3498,11 +3498,11 @@ class PHPExcel_Calculation { if (is_string($operand)) { // We only need special validations for the operand if it is a string // Start by stripping off the quotation marks we use to identify true excel string values internally - if ($operand > '' && $operand{0} == '"') { $operand = self::_unwrapResult($operand); } + if ($operand > '' && $operand[0] == '"') { $operand = self::_unwrapResult($operand); } // If the string is a numeric value, we treat it as a numeric, so no further testing if (!is_numeric($operand)) { // If not a numeric, test to see if the value is an Excel error, and so can't be used in normal binary operations - if ($operand > '' && $operand{0} == '#') { + if ($operand > '' && $operand[0] == '#') { $stack->push('Value', $operand); $this->_debugLog->writeDebugLog('Evaluation Result is ', $this->_showTypeDetails($operand)); return FALSE; @@ -3555,8 +3555,8 @@ class PHPExcel_Calculation { } // Simple validate the two operands if they are string values - if (is_string($operand1) && $operand1 > '' && $operand1{0} == '"') { $operand1 = self::_unwrapResult($operand1); } - if (is_string($operand2) && $operand2 > '' && $operand2{0} == '"') { $operand2 = self::_unwrapResult($operand2); } + if (is_string($operand1) && $operand1 > '' && $operand1[0] == '"') { $operand1 = self::_unwrapResult($operand1); } + if (is_string($operand2) && $operand2 > '' && $operand2[0] == '"') { $operand2 = self::_unwrapResult($operand2); } // Use case insensitive comparaison if not OpenOffice mode if (PHPExcel_Calculation_Functions::getCompatibilityMode() != PHPExcel_Calculation_Functions::COMPATIBILITY_OPENOFFICE) diff --git a/core/class/PHPExcel/Calculation/Engineering.php b/core/class/PHPExcel/Calculation/Engineering.php index 7e32aa8..0c97607 100644 --- a/core/class/PHPExcel/Calculation/Engineering.php +++ b/core/class/PHPExcel/Calculation/Engineering.php @@ -708,7 +708,7 @@ class PHPExcel_Calculation_Engineering { // Split the input into its Real and Imaginary components $leadingSign = 0; if (strlen($workString) > 0) { - $leadingSign = (($workString{0} == '+') || ($workString{0} == '-')) ? 1 : 0; + $leadingSign = (($workString[0] == '+') || ($workString[0] == '-')) ? 1 : 0; } $power = ''; $realNumber = strtok($workString, '+-'); @@ -747,10 +747,10 @@ class PHPExcel_Calculation_Engineering { * @return string The "cleaned" complex number */ private static function _cleanComplex($complexNumber) { - if ($complexNumber{0} == '+') $complexNumber = substr($complexNumber,1); - if ($complexNumber{0} == '0') $complexNumber = substr($complexNumber,1); - if ($complexNumber{0} == '.') $complexNumber = '0'.$complexNumber; - if ($complexNumber{0} == '+') $complexNumber = substr($complexNumber,1); + if ($complexNumber[0] == '+') $complexNumber = substr($complexNumber,1); + if ($complexNumber[0] == '0') $complexNumber = substr($complexNumber,1); + if ($complexNumber[0] == '.') $complexNumber = '0'.$complexNumber; + if ($complexNumber[0] == '+') $complexNumber = substr($complexNumber,1); return $complexNumber; } diff --git a/core/class/PHPExcel/Calculation/FormulaParser.php b/core/class/PHPExcel/Calculation/FormulaParser.php index 754a638..8536a82 100644 --- a/core/class/PHPExcel/Calculation/FormulaParser.php +++ b/core/class/PHPExcel/Calculation/FormulaParser.php @@ -159,7 +159,7 @@ class PHPExcel_Calculation_FormulaParser { // Check if the formula has a valid starting = $formulaLength = strlen($this->_formula); - if ($formulaLength < 2 || $this->_formula{0} != '=') return; + if ($formulaLength < 2 || $this->_formula[0] != '=') return; // Helper variables $tokens1 = $tokens2 = $stack = array(); @@ -179,7 +179,7 @@ class PHPExcel_Calculation_FormulaParser { // embeds are doubled // end marks token if ($inString) { - if ($this->_formula{$index} == PHPExcel_Calculation_FormulaParser::QUOTE_DOUBLE) { + if ($this->_formula[$index] == PHPExcel_Calculation_FormulaParser::QUOTE_DOUBLE) { if ((($index + 2) <= $formulaLength) && ($this->_formula{$index + 1} == PHPExcel_Calculation_FormulaParser::QUOTE_DOUBLE)) { $value .= PHPExcel_Calculation_FormulaParser::QUOTE_DOUBLE; ++$index; @@ -189,7 +189,7 @@ class PHPExcel_Calculation_FormulaParser { $value = ""; } } else { - $value .= $this->_formula{$index}; + $value .= $this->_formula[$index]; } ++$index; continue; @@ -199,7 +199,7 @@ class PHPExcel_Calculation_FormulaParser { // embeds are double // end does not mark a token if ($inPath) { - if ($this->_formula{$index} == PHPExcel_Calculation_FormulaParser::QUOTE_SINGLE) { + if ($this->_formula[$index] == PHPExcel_Calculation_FormulaParser::QUOTE_SINGLE) { if ((($index + 2) <= $formulaLength) && ($this->_formula{$index + 1} == PHPExcel_Calculation_FormulaParser::QUOTE_SINGLE)) { $value .= PHPExcel_Calculation_FormulaParser::QUOTE_SINGLE; ++$index; @@ -207,7 +207,7 @@ class PHPExcel_Calculation_FormulaParser { $inPath = false; } } else { - $value .= $this->_formula{$index}; + $value .= $this->_formula[$index]; } ++$index; continue; @@ -217,10 +217,10 @@ class PHPExcel_Calculation_FormulaParser { // no embeds (changed to "()" by Excel) // end does not mark a token if ($inRange) { - if ($this->_formula{$index} == PHPExcel_Calculation_FormulaParser::BRACKET_CLOSE) { + if ($this->_formula[$index] == PHPExcel_Calculation_FormulaParser::BRACKET_CLOSE) { $inRange = false; } - $value .= $this->_formula{$index}; + $value .= $this->_formula[$index]; ++$index; continue; } @@ -228,7 +228,7 @@ class PHPExcel_Calculation_FormulaParser { // error values // end marks a token, determined from absolute list of values if ($inError) { - $value .= $this->_formula{$index}; + $value .= $this->_formula[$index]; ++$index; if (in_array($value, $ERRORS)) { $inError = false; @@ -239,10 +239,10 @@ class PHPExcel_Calculation_FormulaParser { } // scientific notation check - if (strpos(PHPExcel_Calculation_FormulaParser::OPERATORS_SN, $this->_formula{$index}) !== false) { + if (strpos(PHPExcel_Calculation_FormulaParser::OPERATORS_SN, $this->_formula[$index]) !== false) { if (strlen($value) > 1) { - if (preg_match("/^[1-9]{1}(\.[0-9]+)?E{1}$/", $this->_formula{$index}) != 0) { - $value .= $this->_formula{$index}; + if (preg_match("/^[1-9]{1}(\.[0-9]+)?E{1}$/", $this->_formula[$index]) != 0) { + $value .= $this->_formula[$index]; ++$index; continue; } @@ -252,7 +252,7 @@ class PHPExcel_Calculation_FormulaParser { // independent character evaluation (order not important) // establish state-dependent character evaluations - if ($this->_formula{$index} == PHPExcel_Calculation_FormulaParser::QUOTE_DOUBLE) { + if ($this->_formula[$index] == PHPExcel_Calculation_FormulaParser::QUOTE_DOUBLE) { if (strlen($value > 0)) { // unexpected $tokens1[] = new PHPExcel_Calculation_FormulaToken($value, PHPExcel_Calculation_FormulaToken::TOKEN_TYPE_UNKNOWN); $value = ""; @@ -262,7 +262,7 @@ class PHPExcel_Calculation_FormulaParser { continue; } - if ($this->_formula{$index} == PHPExcel_Calculation_FormulaParser::QUOTE_SINGLE) { + if ($this->_formula[$index] == PHPExcel_Calculation_FormulaParser::QUOTE_SINGLE) { if (strlen($value) > 0) { // unexpected $tokens1[] = new PHPExcel_Calculation_FormulaToken($value, PHPExcel_Calculation_FormulaToken::TOKEN_TYPE_UNKNOWN); $value = ""; @@ -272,14 +272,14 @@ class PHPExcel_Calculation_FormulaParser { continue; } - if ($this->_formula{$index} == PHPExcel_Calculation_FormulaParser::BRACKET_OPEN) { + if ($this->_formula[$index] == PHPExcel_Calculation_FormulaParser::BRACKET_OPEN) { $inRange = true; $value .= PHPExcel_Calculation_FormulaParser::BRACKET_OPEN; ++$index; continue; } - if ($this->_formula{$index} == PHPExcel_Calculation_FormulaParser::ERROR_START) { + if ($this->_formula[$index] == PHPExcel_Calculation_FormulaParser::ERROR_START) { if (strlen($value) > 0) { // unexpected $tokens1[] = new PHPExcel_Calculation_FormulaToken($value, PHPExcel_Calculation_FormulaToken::TOKEN_TYPE_UNKNOWN); $value = ""; @@ -291,7 +291,7 @@ class PHPExcel_Calculation_FormulaParser { } // mark start and end of arrays and array rows - if ($this->_formula{$index} == PHPExcel_Calculation_FormulaParser::BRACE_OPEN) { + if ($this->_formula[$index] == PHPExcel_Calculation_FormulaParser::BRACE_OPEN) { if (strlen($value) > 0) { // unexpected $tokens1[] = new PHPExcel_Calculation_FormulaToken($value, PHPExcel_Calculation_FormulaToken::TOKEN_TYPE_UNKNOWN); $value = ""; @@ -309,7 +309,7 @@ class PHPExcel_Calculation_FormulaParser { continue; } - if ($this->_formula{$index} == PHPExcel_Calculation_FormulaParser::SEMICOLON) { + if ($this->_formula[$index] == PHPExcel_Calculation_FormulaParser::SEMICOLON) { if (strlen($value) > 0) { $tokens1[] = new PHPExcel_Calculation_FormulaToken($value, PHPExcel_Calculation_FormulaToken::TOKEN_TYPE_OPERAND); $value = ""; @@ -331,7 +331,7 @@ class PHPExcel_Calculation_FormulaParser { continue; } - if ($this->_formula{$index} == PHPExcel_Calculation_FormulaParser::BRACE_CLOSE) { + if ($this->_formula[$index] == PHPExcel_Calculation_FormulaParser::BRACE_CLOSE) { if (strlen($value) > 0) { $tokens1[] = new PHPExcel_Calculation_FormulaToken($value, PHPExcel_Calculation_FormulaToken::TOKEN_TYPE_OPERAND); $value = ""; @@ -352,14 +352,14 @@ class PHPExcel_Calculation_FormulaParser { } // trim white-space - if ($this->_formula{$index} == PHPExcel_Calculation_FormulaParser::WHITESPACE) { + if ($this->_formula[$index] == PHPExcel_Calculation_FormulaParser::WHITESPACE) { if (strlen($value) > 0) { $tokens1[] = new PHPExcel_Calculation_FormulaToken($value, PHPExcel_Calculation_FormulaToken::TOKEN_TYPE_OPERAND); $value = ""; } $tokens1[] = new PHPExcel_Calculation_FormulaToken("", PHPExcel_Calculation_FormulaToken::TOKEN_TYPE_WHITESPACE); ++$index; - while (($this->_formula{$index} == PHPExcel_Calculation_FormulaParser::WHITESPACE) && ($index < $formulaLength)) { + while (($this->_formula[$index] == PHPExcel_Calculation_FormulaParser::WHITESPACE) && ($index < $formulaLength)) { ++$index; } continue; @@ -379,29 +379,29 @@ class PHPExcel_Calculation_FormulaParser { } // standard infix operators - if (strpos(PHPExcel_Calculation_FormulaParser::OPERATORS_INFIX, $this->_formula{$index}) !== false) { + if (strpos(PHPExcel_Calculation_FormulaParser::OPERATORS_INFIX, $this->_formula[$index]) !== false) { if (strlen($value) > 0) { $tokens1[] =new PHPExcel_Calculation_FormulaToken($value, PHPExcel_Calculation_FormulaToken::TOKEN_TYPE_OPERAND); $value = ""; } - $tokens1[] = new PHPExcel_Calculation_FormulaToken($this->_formula{$index}, PHPExcel_Calculation_FormulaToken::TOKEN_TYPE_OPERATORINFIX); + $tokens1[] = new PHPExcel_Calculation_FormulaToken($this->_formula[$index], PHPExcel_Calculation_FormulaToken::TOKEN_TYPE_OPERATORINFIX); ++$index; continue; } // standard postfix operators (only one) - if (strpos(PHPExcel_Calculation_FormulaParser::OPERATORS_POSTFIX, $this->_formula{$index}) !== false) { + if (strpos(PHPExcel_Calculation_FormulaParser::OPERATORS_POSTFIX, $this->_formula[$index]) !== false) { if (strlen($value) > 0) { $tokens1[] = new PHPExcel_Calculation_FormulaToken($value, PHPExcel_Calculation_FormulaToken::TOKEN_TYPE_OPERAND); $value = ""; } - $tokens1[] = new PHPExcel_Calculation_FormulaToken($this->_formula{$index}, PHPExcel_Calculation_FormulaToken::TOKEN_TYPE_OPERATORPOSTFIX); + $tokens1[] = new PHPExcel_Calculation_FormulaToken($this->_formula[$index], PHPExcel_Calculation_FormulaToken::TOKEN_TYPE_OPERATORPOSTFIX); ++$index; continue; } // start subexpression or function - if ($this->_formula{$index} == PHPExcel_Calculation_FormulaParser::PAREN_OPEN) { + if ($this->_formula[$index] == PHPExcel_Calculation_FormulaParser::PAREN_OPEN) { if (strlen($value) > 0) { $tmp = new PHPExcel_Calculation_FormulaToken($value, PHPExcel_Calculation_FormulaToken::TOKEN_TYPE_FUNCTION, PHPExcel_Calculation_FormulaToken::TOKEN_SUBTYPE_START); $tokens1[] = $tmp; @@ -417,7 +417,7 @@ class PHPExcel_Calculation_FormulaParser { } // function, subexpression, or array parameters, or operand unions - if ($this->_formula{$index} == PHPExcel_Calculation_FormulaParser::COMMA) { + if ($this->_formula[$index] == PHPExcel_Calculation_FormulaParser::COMMA) { if (strlen($value) > 0) { $tokens1[] = new PHPExcel_Calculation_FormulaToken($value, PHPExcel_Calculation_FormulaToken::TOKEN_TYPE_OPERAND); $value = ""; @@ -438,7 +438,7 @@ class PHPExcel_Calculation_FormulaParser { } // stop subexpression - if ($this->_formula{$index} == PHPExcel_Calculation_FormulaParser::PAREN_CLOSE) { + if ($this->_formula[$index] == PHPExcel_Calculation_FormulaParser::PAREN_CLOSE) { if (strlen($value) > 0) { $tokens1[] = new PHPExcel_Calculation_FormulaToken($value, PHPExcel_Calculation_FormulaToken::TOKEN_TYPE_OPERAND); $value = ""; @@ -454,7 +454,7 @@ class PHPExcel_Calculation_FormulaParser { } // token accumulation - $value .= $this->_formula{$index}; + $value .= $this->_formula[$index]; ++$index; } diff --git a/core/class/PHPExcel/Calculation/Functions.php b/core/class/PHPExcel/Calculation/Functions.php index 4ad1dd3..36edc52 100644 --- a/core/class/PHPExcel/Calculation/Functions.php +++ b/core/class/PHPExcel/Calculation/Functions.php @@ -308,9 +308,9 @@ class PHPExcel_Calculation_Functions { public static function _ifCondition($condition) { $condition = PHPExcel_Calculation_Functions::flattenSingleValue($condition); - if (!isset($condition{0})) + if (!isset($condition[0])) $condition = '=""'; - if (!in_array($condition{0},array('>', '<', '='))) { + if (!in_array($condition[0],array('>', '<', '='))) { if (!is_numeric($condition)) { $condition = PHPExcel_Calculation::_wrapResult(strtoupper($condition)); } return '='.$condition; } else { @@ -531,7 +531,7 @@ class PHPExcel_Calculation_Functions { break; case 'string' : // Errors - if ((strlen($value) > 0) && ($value{0} == '#')) { + if ((strlen($value) > 0) && ($value[0] == '#')) { return $value; } break; @@ -581,7 +581,7 @@ class PHPExcel_Calculation_Functions { //break; } elseif(is_string($value)) { // Errors - if ((strlen($value) > 0) && ($value{0} == '#')) { + if ((strlen($value) > 0) && ($value[0] == '#')) { return 16; } return 2; diff --git a/core/class/PHPExcel/Calculation/TextData.php b/core/class/PHPExcel/Calculation/TextData.php index d1ba272..2a0da50 100644 --- a/core/class/PHPExcel/Calculation/TextData.php +++ b/core/class/PHPExcel/Calculation/TextData.php @@ -48,19 +48,19 @@ class PHPExcel_Calculation_TextData { private static $_invalidChars = Null; private static function _uniord($c) { - if (ord($c{0}) >=0 && ord($c{0}) <= 127) - return ord($c{0}); - if (ord($c{0}) >= 192 && ord($c{0}) <= 223) - return (ord($c{0})-192)*64 + (ord($c{1})-128); - if (ord($c{0}) >= 224 && ord($c{0}) <= 239) - return (ord($c{0})-224)*4096 + (ord($c{1})-128)*64 + (ord($c{2})-128); - if (ord($c{0}) >= 240 && ord($c{0}) <= 247) - return (ord($c{0})-240)*262144 + (ord($c{1})-128)*4096 + (ord($c{2})-128)*64 + (ord($c{3})-128); - if (ord($c{0}) >= 248 && ord($c{0}) <= 251) - return (ord($c{0})-248)*16777216 + (ord($c{1})-128)*262144 + (ord($c{2})-128)*4096 + (ord($c{3})-128)*64 + (ord($c{4})-128); - if (ord($c{0}) >= 252 && ord($c{0}) <= 253) - return (ord($c{0})-252)*1073741824 + (ord($c{1})-128)*16777216 + (ord($c{2})-128)*262144 + (ord($c{3})-128)*4096 + (ord($c{4})-128)*64 + (ord($c{5})-128); - if (ord($c{0}) >= 254 && ord($c{0}) <= 255) //error + if (ord($c[0]) >=0 && ord($c[0]) <= 127) + return ord($c[0]); + if (ord($c[0]) >= 192 && ord($c[0]) <= 223) + return (ord($c[0])-192)*64 + (ord($c[1])-128); + if (ord($c[0]) >= 224 && ord($c[0]) <= 239) + return (ord($c[0])-224)*4096 + (ord($c[1])-128)*64 + (ord($c[2])-128); + if (ord($c[0]) >= 240 && ord($c[0]) <= 247) + return (ord($c[0])-240)*262144 + (ord($c[1])-128)*4096 + (ord($c[2])-128)*64 + (ord($c[3])-128); + if (ord($c[0]) >= 248 && ord($c[0]) <= 251) + return (ord($c[0])-248)*16777216 + (ord($c[1])-128)*262144 + (ord($c[2])-128)*4096 + (ord($c[3])-128)*64 + (ord($c[4])-128); + if (ord($c[0]) >= 252 && ord($c[0]) <= 253) + return (ord($c[0])-252)*1073741824 + (ord($c[1])-128)*16777216 + (ord($c[2])-128)*262144 + (ord($c[3])-128)*4096 + (ord($c[4])-128)*64 + (ord($c[5])-128); + if (ord($c[0]) >= 254 && ord($c[0]) <= 255) //error return PHPExcel_Calculation_Functions::VALUE(); return 0; } // function _uniord() diff --git a/core/class/PHPExcel/Cell.php b/core/class/PHPExcel/Cell.php index 1788559..c560ffe 100644 --- a/core/class/PHPExcel/Cell.php +++ b/core/class/PHPExcel/Cell.php @@ -769,19 +769,19 @@ class PHPExcel_Cell // We also use the language construct isset() rather than the more costly strlen() function to match the length of $pString // for improved performance - if (isset($pString{0})) { - if (!isset($pString{1})) { + if (isset($pString[0])) { + if (!isset($pString[1])) { $_indexCache[$pString] = $_columnLookup[$pString]; return $_indexCache[$pString]; - } elseif(!isset($pString{2})) { - $_indexCache[$pString] = $_columnLookup[$pString{0}] * 26 + $_columnLookup[$pString{1}]; + } elseif(!isset($pString[2])) { + $_indexCache[$pString] = $_columnLookup[$pString[0]] * 26 + $_columnLookup[$pString[1]]; return $_indexCache[$pString]; - } elseif(!isset($pString{3})) { - $_indexCache[$pString] = $_columnLookup[$pString{0}] * 676 + $_columnLookup[$pString{1}] * 26 + $_columnLookup[$pString{2}]; + } elseif(!isset($pString[3])) { + $_indexCache[$pString] = $_columnLookup[$pString[0]] * 676 + $_columnLookup[$pString[1]] * 26 + $_columnLookup[$pString[2]]; return $_indexCache[$pString]; } } - throw new PHPExcel_Exception("Column string index can not be " . ((isset($pString{0})) ? "longer than 3 characters" : "empty")); + throw new PHPExcel_Exception("Column string index can not be " . ((isset($pString[0])) ? "longer than 3 characters" : "empty")); } /** diff --git a/core/class/PHPExcel/Cell/DefaultValueBinder.php b/core/class/PHPExcel/Cell/DefaultValueBinder.php index f1880fa..67d8a1f 100644 --- a/core/class/PHPExcel/Cell/DefaultValueBinder.php +++ b/core/class/PHPExcel/Cell/DefaultValueBinder.php @@ -83,7 +83,7 @@ class PHPExcel_Cell_DefaultValueBinder implements PHPExcel_Cell_IValueBinder } elseif ($pValue instanceof PHPExcel_RichText) { return PHPExcel_Cell_DataType::TYPE_INLINE; - } elseif ($pValue{0} === '=' && strlen($pValue) > 1) { + } elseif ($pValue[0] === '=' && strlen($pValue) > 1) { return PHPExcel_Cell_DataType::TYPE_FORMULA; } elseif (is_bool($pValue)) { diff --git a/core/class/PHPExcel/IOFactory.php b/core/class/PHPExcel/IOFactory.php index 69ec8b6..1b0bfd6 100644 --- a/core/class/PHPExcel/IOFactory.php +++ b/core/class/PHPExcel/IOFactory.php @@ -52,8 +52,8 @@ class PHPExcel_IOFactory * @static */ private static $_searchLocations = array( - array( 'type' => 'IWriter', 'path' => 'PHPExcel/Writer/{0}.php', 'class' => 'PHPExcel_Writer_{0}' ), - array( 'type' => 'IReader', 'path' => 'PHPExcel/Reader/{0}.php', 'class' => 'PHPExcel_Reader_{0}' ) + array( 'type' => 'IWriter', 'path' => 'PHPExcel/Writer/[0].php', 'class' => 'PHPExcel_Writer_[0]' ), + array( 'type' => 'IReader', 'path' => 'PHPExcel/Reader/[0].php', 'class' => 'PHPExcel_Reader_[0]' ) ); /** @@ -112,8 +112,8 @@ class PHPExcel_IOFactory * @static * @access public * @param string $type Example: IWriter - * @param string $location Example: PHPExcel/Writer/{0}.php - * @param string $classname Example: PHPExcel_Writer_{0} + * @param string $location Example: PHPExcel/Writer/[0].php + * @param string $classname Example: PHPExcel_Writer_[0] */ public static function addSearchLocation($type = '', $location = '', $classname = '') { self::$_searchLocations[] = array( 'type' => $type, 'path' => $location, 'class' => $classname ); @@ -136,7 +136,7 @@ class PHPExcel_IOFactory // Include class foreach (self::$_searchLocations as $searchLocation) { if ($searchLocation['type'] == $searchType) { - $className = str_replace('{0}', $writerType, $searchLocation['class']); + $className = str_replace('[0]', $writerType, $searchLocation['class']); $instance = new $className($phpExcel); if ($instance !== NULL) { @@ -165,7 +165,7 @@ class PHPExcel_IOFactory // Include class foreach (self::$_searchLocations as $searchLocation) { if ($searchLocation['type'] == $searchType) { - $className = str_replace('{0}', $readerType, $searchLocation['class']); + $className = str_replace('[0]', $readerType, $searchLocation['class']); $instance = new $className(); if ($instance !== NULL) { diff --git a/core/class/PHPExcel/Reader/Excel2003XML.php b/core/class/PHPExcel/Reader/Excel2003XML.php index ce1f31d..4cea4e5 100644 --- a/core/class/PHPExcel/Reader/Excel2003XML.php +++ b/core/class/PHPExcel/Reader/Excel2003XML.php @@ -699,12 +699,12 @@ class PHPExcel_Reader_Excel2003XML extends PHPExcel_Reader_Abstract implements P // Empty R reference is the current row if ($rowReference == '') $rowReference = $rowID; // Bracketed R references are relative to the current row - if ($rowReference{0} == '[') $rowReference = $rowID + trim($rowReference,'[]'); + if ($rowReference[0] == '[') $rowReference = $rowID + trim($rowReference,'[]'); $columnReference = $cellReference[4][0]; // Empty C reference is the current column if ($columnReference == '') $columnReference = $columnNumber; // Bracketed C references are relative to the current column - if ($columnReference{0} == '[') $columnReference = $columnNumber + trim($columnReference,'[]'); + if ($columnReference[0] == '[') $columnReference = $columnNumber + trim($columnReference,'[]'); $A1CellReference = PHPExcel_Cell::stringFromColumnIndex($columnReference-1).$rowReference; $value = substr_replace($value,$A1CellReference,$cellReference[0][1],strlen($cellReference[0][0])); } diff --git a/core/class/PHPExcel/Reader/Excel5.php b/core/class/PHPExcel/Reader/Excel5.php index 91e0fa0..b53d27d 100644 --- a/core/class/PHPExcel/Reader/Excel5.php +++ b/core/class/PHPExcel/Reader/Excel5.php @@ -1859,7 +1859,7 @@ class PHPExcel_Reader_Excel5 extends PHPExcel_Reader_Abstract implements PHPExce // offset: 0; size: 2; 0 = base 1900, 1 = base 1904 PHPExcel_Shared_Date::setExcelCalendar(PHPExcel_Shared_Date::CALENDAR_WINDOWS_1900); - if (ord($recordData{0}) == 1) { + if (ord($recordData[0]) == 1) { PHPExcel_Shared_Date::setExcelCalendar(PHPExcel_Shared_Date::CALENDAR_MAC_1904); } } @@ -2057,7 +2057,7 @@ class PHPExcel_Reader_Excel5 extends PHPExcel_Reader_Abstract implements PHPExce // offset: 6; size: 1; Alignment and text break // bit 2-0, mask 0x07; horizontal alignment - $horAlign = (0x07 & ord($recordData{6})) >> 0; + $horAlign = (0x07 & ord($recordData[6])) >> 0; switch ($horAlign) { case 0: $objStyle->getAlignment()->setHorizontal(PHPExcel_Style_Alignment::HORIZONTAL_GENERAL); @@ -2082,7 +2082,7 @@ class PHPExcel_Reader_Excel5 extends PHPExcel_Reader_Abstract implements PHPExce break; } // bit 3, mask 0x08; wrap text - $wrapText = (0x08 & ord($recordData{6})) >> 3; + $wrapText = (0x08 & ord($recordData[6])) >> 3; switch ($wrapText) { case 0: $objStyle->getAlignment()->setWrapText(false); @@ -2092,7 +2092,7 @@ class PHPExcel_Reader_Excel5 extends PHPExcel_Reader_Abstract implements PHPExce break; } // bit 6-4, mask 0x70; vertical alignment - $vertAlign = (0x70 & ord($recordData{6})) >> 4; + $vertAlign = (0x70 & ord($recordData[6])) >> 4; switch ($vertAlign) { case 0: $objStyle->getAlignment()->setVertical(PHPExcel_Style_Alignment::VERTICAL_TOP); @@ -2110,7 +2110,7 @@ class PHPExcel_Reader_Excel5 extends PHPExcel_Reader_Abstract implements PHPExce if ($this->_version == self::XLS_BIFF8) { // offset: 7; size: 1; XF_ROTATION: Text rotation angle - $angle = ord($recordData{7}); + $angle = ord($recordData[7]); $rotation = 0; if ($angle <= 90) { $rotation = $angle; @@ -2123,11 +2123,11 @@ class PHPExcel_Reader_Excel5 extends PHPExcel_Reader_Abstract implements PHPExce // offset: 8; size: 1; Indentation, shrink to cell size, and text direction // bit: 3-0; mask: 0x0F; indent level - $indent = (0x0F & ord($recordData{8})) >> 0; + $indent = (0x0F & ord($recordData[8])) >> 0; $objStyle->getAlignment()->setIndent($indent); // bit: 4; mask: 0x10; 1 = shrink content to fit into cell - $shrinkToFit = (0x10 & ord($recordData{8})) >> 4; + $shrinkToFit = (0x10 & ord($recordData[8])) >> 4; switch ($shrinkToFit) { case 0: $objStyle->getAlignment()->setShrinkToFit(false); @@ -2209,7 +2209,7 @@ class PHPExcel_Reader_Excel5 extends PHPExcel_Reader_Abstract implements PHPExce // BIFF5 // offset: 7; size: 1; Text orientation and flags - $orientationAndFlags = ord($recordData{7}); + $orientationAndFlags = ord($recordData[7]); // bit: 1-0; mask: 0x03; XF_ORIENTATION: Text orientation $xfOrientation = (0x03 & $orientationAndFlags) >> 0; @@ -2333,7 +2333,7 @@ class PHPExcel_Reader_Excel5 extends PHPExcel_Reader_Abstract implements PHPExce $xclrValue = substr($extData, 4, 4); // color value (value based on color type) if ($xclfType == 2) { - $rgb = sprintf('%02X%02X%02X', ord($xclrValue{0}), ord($xclrValue{1}), ord($xclrValue{2})); + $rgb = sprintf('%02X%02X%02X', ord($xclrValue[0]), ord($xclrValue[1]), ord($xclrValue[2])); // modify the relevant style property if ( isset($this->_mapCellXfIndex[$ixfe]) ) { @@ -2349,7 +2349,7 @@ class PHPExcel_Reader_Excel5 extends PHPExcel_Reader_Abstract implements PHPExce $xclrValue = substr($extData, 4, 4); // color value (value based on color type) if ($xclfType == 2) { - $rgb = sprintf('%02X%02X%02X', ord($xclrValue{0}), ord($xclrValue{1}), ord($xclrValue{2})); + $rgb = sprintf('%02X%02X%02X', ord($xclrValue[0]), ord($xclrValue[1]), ord($xclrValue[2])); // modify the relevant style property if ( isset($this->_mapCellXfIndex[$ixfe]) ) { @@ -2365,7 +2365,7 @@ class PHPExcel_Reader_Excel5 extends PHPExcel_Reader_Abstract implements PHPExce $xclrValue = substr($extData, 4, 4); // color value (value based on color type) if ($xclfType == 2) { - $rgb = sprintf('%02X%02X%02X', ord($xclrValue{0}), ord($xclrValue{1}), ord($xclrValue{2})); + $rgb = sprintf('%02X%02X%02X', ord($xclrValue[0]), ord($xclrValue[1]), ord($xclrValue[2])); // modify the relevant style property if ( isset($this->_mapCellXfIndex[$ixfe]) ) { @@ -2381,7 +2381,7 @@ class PHPExcel_Reader_Excel5 extends PHPExcel_Reader_Abstract implements PHPExce $xclrValue = substr($extData, 4, 4); // color value (value based on color type) if ($xclfType == 2) { - $rgb = sprintf('%02X%02X%02X', ord($xclrValue{0}), ord($xclrValue{1}), ord($xclrValue{2})); + $rgb = sprintf('%02X%02X%02X', ord($xclrValue[0]), ord($xclrValue[1]), ord($xclrValue[2])); // modify the relevant style property if ( isset($this->_mapCellXfIndex[$ixfe]) ) { @@ -2397,7 +2397,7 @@ class PHPExcel_Reader_Excel5 extends PHPExcel_Reader_Abstract implements PHPExce $xclrValue = substr($extData, 4, 4); // color value (value based on color type) if ($xclfType == 2) { - $rgb = sprintf('%02X%02X%02X', ord($xclrValue{0}), ord($xclrValue{1}), ord($xclrValue{2})); + $rgb = sprintf('%02X%02X%02X', ord($xclrValue[0]), ord($xclrValue[1]), ord($xclrValue[2])); // modify the relevant style property if ( isset($this->_mapCellXfIndex[$ixfe]) ) { @@ -2413,7 +2413,7 @@ class PHPExcel_Reader_Excel5 extends PHPExcel_Reader_Abstract implements PHPExce $xclrValue = substr($extData, 4, 4); // color value (value based on color type) if ($xclfType == 2) { - $rgb = sprintf('%02X%02X%02X', ord($xclrValue{0}), ord($xclrValue{1}), ord($xclrValue{2})); + $rgb = sprintf('%02X%02X%02X', ord($xclrValue[0]), ord($xclrValue[1]), ord($xclrValue[2])); // modify the relevant style property if ( isset($this->_mapCellXfIndex[$ixfe]) ) { @@ -2429,7 +2429,7 @@ class PHPExcel_Reader_Excel5 extends PHPExcel_Reader_Abstract implements PHPExce $xclrValue = substr($extData, 4, 4); // color value (value based on color type) if ($xclfType == 2) { - $rgb = sprintf('%02X%02X%02X', ord($xclrValue{0}), ord($xclrValue{1}), ord($xclrValue{2})); + $rgb = sprintf('%02X%02X%02X', ord($xclrValue[0]), ord($xclrValue[1]), ord($xclrValue[2])); // modify the relevant style property if ( isset($this->_mapCellXfIndex[$ixfe]) ) { @@ -2445,7 +2445,7 @@ class PHPExcel_Reader_Excel5 extends PHPExcel_Reader_Abstract implements PHPExce $xclrValue = substr($extData, 4, 4); // color value (value based on color type) if ($xclfType == 2) { - $rgb = sprintf('%02X%02X%02X', ord($xclrValue{0}), ord($xclrValue{1}), ord($xclrValue{2})); + $rgb = sprintf('%02X%02X%02X', ord($xclrValue[0]), ord($xclrValue[1]), ord($xclrValue[2])); // modify the relevant style property if ( isset($this->_mapCellXfIndex[$ixfe]) ) { @@ -2487,7 +2487,7 @@ class PHPExcel_Reader_Excel5 extends PHPExcel_Reader_Abstract implements PHPExce if ($isBuiltIn) { // offset: 2; size: 1; identifier for built-in style - $builtInId = ord($recordData{2}); + $builtInId = ord($recordData[2]); switch ($builtInId) { case 0x00: @@ -2554,7 +2554,7 @@ class PHPExcel_Reader_Excel5 extends PHPExcel_Reader_Abstract implements PHPExce $this->_pos += 4 + $length; // offset: 4; size: 1; sheet state - switch (ord($recordData{4})) { + switch (ord($recordData[4])) { case 0x00: $sheetState = PHPExcel_Worksheet::SHEETSTATE_VISIBLE; break; case 0x01: $sheetState = PHPExcel_Worksheet::SHEETSTATE_HIDDEN; break; case 0x02: $sheetState = PHPExcel_Worksheet::SHEETSTATE_VERYHIDDEN; break; @@ -2562,7 +2562,7 @@ class PHPExcel_Reader_Excel5 extends PHPExcel_Reader_Abstract implements PHPExce } // offset: 5; size: 1; sheet type - $sheetType = ord($recordData{5}); + $sheetType = ord($recordData[5]); // offset: 6; size: var; sheet name if ($this->_version == self::XLS_BIFF8) { @@ -2741,7 +2741,7 @@ class PHPExcel_Reader_Excel5 extends PHPExcel_Reader_Abstract implements PHPExce // offset: 2; size: 1; keyboard shortcut // offset: 3; size: 1; length of the name (character count) - $nlen = ord($recordData{3}); + $nlen = ord($recordData[3]); // offset: 4; size: 2; size of the formula data (it can happen that this is zero) // note: there can also be additional data, this is not included in $flen @@ -3817,7 +3817,7 @@ class PHPExcel_Reader_Excel5 extends PHPExcel_Reader_Abstract implements PHPExce // We can apparently not rely on $isPartOfSharedFormula. Even when $isPartOfSharedFormula = true // the formula data may be ordinary formula data, therefore we need to check // explicitly for the tExp token (0x01) - $isPartOfSharedFormula = $isPartOfSharedFormula && ord($formulaStructure{2}) == 0x01; + $isPartOfSharedFormula = $isPartOfSharedFormula && ord($formulaStructure[2]) == 0x01; if ($isPartOfSharedFormula) { // part of shared formula which means there will be a formula with a tExp token and nothing else @@ -3841,7 +3841,7 @@ class PHPExcel_Reader_Excel5 extends PHPExcel_Reader_Abstract implements PHPExce $xfIndex = self::_GetInt2d($recordData, 4); // offset: 6; size: 8; result of the formula - if ( (ord($recordData{6}) == 0) + if ( (ord($recordData[6]) == 0) && (ord($recordData{12}) == 255) && (ord($recordData{13}) == 255) ) { @@ -3857,23 +3857,23 @@ class PHPExcel_Reader_Excel5 extends PHPExcel_Reader_Abstract implements PHPExce // read STRING record $value = $this->_readString(); - } elseif ((ord($recordData{6}) == 1) + } elseif ((ord($recordData[6]) == 1) && (ord($recordData{12}) == 255) && (ord($recordData{13}) == 255)) { // Boolean formula. Result is in +2; 0=false, 1=true $dataType = PHPExcel_Cell_DataType::TYPE_BOOL; - $value = (bool) ord($recordData{8}); + $value = (bool) ord($recordData[8]); - } elseif ((ord($recordData{6}) == 2) + } elseif ((ord($recordData[6]) == 2) && (ord($recordData{12}) == 255) && (ord($recordData{13}) == 255)) { // Error formula. Error code is in +2 $dataType = PHPExcel_Cell_DataType::TYPE_ERROR; - $value = self::_mapErrorCode(ord($recordData{8})); + $value = self::_mapErrorCode(ord($recordData[8])); - } elseif ((ord($recordData{6}) == 3) + } elseif ((ord($recordData[6]) == 3) && (ord($recordData{12}) == 255) && (ord($recordData{13}) == 255)) { @@ -3943,7 +3943,7 @@ class PHPExcel_Reader_Excel5 extends PHPExcel_Reader_Abstract implements PHPExce // offset: 6, size: 1; not used // offset: 7, size: 1; number of existing FORMULA records for this shared formula - $no = ord($recordData{7}); + $no = ord($recordData[7]); // offset: 8, size: var; Binary token array of the shared formula $formula = substr($recordData, 8); @@ -4010,10 +4010,10 @@ class PHPExcel_Reader_Excel5 extends PHPExcel_Reader_Abstract implements PHPExce $xfIndex = self::_GetInt2d($recordData, 4); // offset: 6; size: 1; the boolean value or error value - $boolErr = ord($recordData{6}); + $boolErr = ord($recordData[6]); // offset: 7; size: 1; 0=boolean; 1=error - $isError = ord($recordData{7}); + $isError = ord($recordData[7]); $cell = $this->_phpSheet->getCell($columnString . ($row + 1)); switch ($isError) { @@ -4391,7 +4391,7 @@ class PHPExcel_Reader_Excel5 extends PHPExcel_Reader_Abstract implements PHPExce if (!$this->_readDataOnly) { // offset: 0; size: 1; pane identifier - $paneId = ord($recordData{0}); + $paneId = ord($recordData[0]); // offset: 1; size: 2; index to row of the active cell $r = self::_GetInt2d($recordData, 1); @@ -4411,17 +4411,17 @@ class PHPExcel_Reader_Excel5 extends PHPExcel_Reader_Abstract implements PHPExce // first row '1' + last row '16384' indicates that full column is selected (apparently also in BIFF8!) if (preg_match('/^([A-Z]+1\:[A-Z]+)16384$/', $selectedCells)) { - $selectedCells = preg_replace('/^([A-Z]+1\:[A-Z]+)16384$/', '${1}1048576', $selectedCells); + $selectedCells = preg_replace('/^([A-Z]+1\:[A-Z]+)16384$/', '$[1]1048576', $selectedCells); } // first row '1' + last row '65536' indicates that full column is selected if (preg_match('/^([A-Z]+1\:[A-Z]+)65536$/', $selectedCells)) { - $selectedCells = preg_replace('/^([A-Z]+1\:[A-Z]+)65536$/', '${1}1048576', $selectedCells); + $selectedCells = preg_replace('/^([A-Z]+1\:[A-Z]+)65536$/', '$[1]1048576', $selectedCells); } // first column 'A' + last column 'IV' indicates that full row is selected if (preg_match('/^(A[0-9]+\:)IV([0-9]+)$/', $selectedCells)) { - $selectedCells = preg_replace('/^(A[0-9]+\:)IV([0-9]+)$/', '${1}XFD${2}', $selectedCells); + $selectedCells = preg_replace('/^(A[0-9]+\:)IV([0-9]+)$/', '$[1]XFD$[2]', $selectedCells); } $this->_phpSheet->setSelectedCells($selectedCells); @@ -6090,10 +6090,10 @@ class PHPExcel_Reader_Excel5 extends PHPExcel_Reader_Abstract implements PHPExce $lr = self::_GetInt2d($subData, 2) + 1; // offset: 4; size: 1; index to first column - $fc = ord($subData{4}); + $fc = ord($subData[4]); // offset: 5; size: 1; index to last column - $lc = ord($subData{5}); + $lc = ord($subData[5]); // check values if ($fr > $lr || $fc > $lc) { @@ -6500,13 +6500,13 @@ class PHPExcel_Reader_Excel5 extends PHPExcel_Reader_Abstract implements PHPExce private static function _readRGB($rgb) { // offset: 0; size 1; Red component - $r = ord($rgb{0}); + $r = ord($rgb[0]); // offset: 1; size: 1; Green component - $g = ord($rgb{1}); + $g = ord($rgb[1]); // offset: 2; size: 1; Blue component - $b = ord($rgb{2}); + $b = ord($rgb[2]); // HEX notation, e.g. 'FF00FC' $rgb = sprintf('%02X%02X%02X', $r, $g, $b); diff --git a/core/class/PHPExcel/Reader/Excel5/MD5.php b/core/class/PHPExcel/Reader/Excel5/MD5.php index 946d5a0..f7f515a 100644 --- a/core/class/PHPExcel/Reader/Excel5/MD5.php +++ b/core/class/PHPExcel/Reader/Excel5/MD5.php @@ -72,7 +72,7 @@ class PHPExcel_Reader_Excel5_MD5 { $s = ''; foreach (array('a', 'b', 'c', 'd') as $i) { - $v = $this->{$i}; + $v = $this->[$i]; $s .= chr($v & 0xff); $s .= chr(($v >> 8) & 0xff); $s .= chr(($v >> 16) & 0xff); diff --git a/core/class/PHPExcel/Reader/SYLK.php b/core/class/PHPExcel/Reader/SYLK.php index cd87ce5..fc7b837 100644 --- a/core/class/PHPExcel/Reader/SYLK.php +++ b/core/class/PHPExcel/Reader/SYLK.php @@ -168,7 +168,7 @@ class PHPExcel_Reader_SYLK extends PHPExcel_Reader_Abstract implements PHPExcel_ if ($dataType == 'C') { // Read cell value data foreach($rowData as $rowDatum) { - switch($rowDatum{0}) { + switch($rowDatum[0]) { case 'C' : case 'X' : $columnIndex = substr($rowDatum,1) - 1; @@ -257,7 +257,7 @@ class PHPExcel_Reader_SYLK extends PHPExcel_Reader_Abstract implements PHPExcel_ if ($dataType == 'P') { $formatArray = array(); foreach($rowData as $rowDatum) { - switch($rowDatum{0}) { + switch($rowDatum[0]) { case 'P' : $formatArray['numberformat']['code'] = str_replace($fromFormats,$toFormats,substr($rowDatum,1)); break; case 'E' : @@ -267,7 +267,7 @@ class PHPExcel_Reader_SYLK extends PHPExcel_Reader_Abstract implements PHPExcel_ break; case 'S' : $styleSettings = substr($rowDatum,1); for ($i=0;$i= PHPExcel_Cell::columnIndexFromString($beforeColumn)); - $updateRow = (($newRow{0} != '$') && ($beforeRow{0} != '$') && + $updateRow = (($newRow[0] != '$') && ($beforeRow[0] != '$') && $newRow >= $beforeRow); // Create new column reference diff --git a/core/class/PHPExcel/Shared/OLE.php b/core/class/PHPExcel/Shared/OLE.php index 9796282..67fe0fb 100644 --- a/core/class/PHPExcel/Shared/OLE.php +++ b/core/class/PHPExcel/Shared/OLE.php @@ -447,7 +447,7 @@ class PHPExcel_Shared_OLE { $rawname = ''; for ($i = 0; $i < strlen($ascii); ++$i) { - $rawname .= $ascii{$i} . "\x00"; + $rawname .= $ascii[$i] . "\x00"; } return $rawname; } diff --git a/core/class/PHPExcel/Shared/String.php b/core/class/PHPExcel/Shared/String.php index 49d217a..57fc630 100644 --- a/core/class/PHPExcel/Shared/String.php +++ b/core/class/PHPExcel/Shared/String.php @@ -526,15 +526,15 @@ class PHPExcel_Shared_String */ public static function utf16_decode($str, $bom_be = TRUE) { if( strlen($str) < 2 ) return $str; - $c0 = ord($str{0}); - $c1 = ord($str{1}); + $c0 = ord($str[0]); + $c1 = ord($str[1]); if( $c0 == 0xfe && $c1 == 0xff ) { $str = substr($str,2); } elseif( $c0 == 0xff && $c1 == 0xfe ) { $str = substr($str,2); $bom_be = false; } $len = strlen($str); $newstr = ''; for($i=0;$i<$len;$i+=2) { - if( $bom_be ) { $val = ord($str{$i}) << 4; $val += ord($str{$i+1}); } - else { $val = ord($str{$i+1}) << 4; $val += ord($str{$i}); } + if( $bom_be ) { $val = ord($str[$i]) << 4; $val += ord($str[$i+1]); } + else { $val = ord($str[$i+1]) << 4; $val += ord($str[$i]); } $newstr .= ($val == 0x228) ? "\n" : chr($val); } return $newstr; diff --git a/core/class/PHPExcel/Shared/ZipStreamWrapper.php b/core/class/PHPExcel/Shared/ZipStreamWrapper.php index 696072b..22a0108 100644 --- a/core/class/PHPExcel/Shared/ZipStreamWrapper.php +++ b/core/class/PHPExcel/Shared/ZipStreamWrapper.php @@ -81,7 +81,7 @@ class PHPExcel_Shared_ZipStreamWrapper { */ public function stream_open($path, $mode, $options, &$opened_path) { // Check for mode - if ($mode{0} != 'r') { + if ($mode[0] != 'r') { throw new PHPExcel_Reader_Exception('Mode ' . $mode . ' is not supported. Only read mode is supported.'); } diff --git a/core/class/PHPExcel/Worksheet/AutoFilter.php b/core/class/PHPExcel/Worksheet/AutoFilter.php index 03055e1..abde9ad 100644 --- a/core/class/PHPExcel/Worksheet/AutoFilter.php +++ b/core/class/PHPExcel/Worksheet/AutoFilter.php @@ -726,7 +726,7 @@ class PHPExcel_Worksheet_AutoFilter ); } else { // Date based - if ($dynamicRuleType{0} == 'M' || $dynamicRuleType{0} == 'Q') { + if ($dynamicRuleType[0] == 'M' || $dynamicRuleType[0] == 'Q') { // Month or Quarter sscanf($dynamicRuleType,'%[A-Z]%d', $periodType, $period); if ($periodType == 'M') { diff --git a/core/class/PHPExcel/Writer/Excel5/Parser.php b/core/class/PHPExcel/Writer/Excel5/Parser.php index 04e674a..3c2853d 100644 --- a/core/class/PHPExcel/Writer/Excel5/Parser.php +++ b/core/class/PHPExcel/Writer/Excel5/Parser.php @@ -549,7 +549,7 @@ class PHPExcel_Writer_Excel5_Parser return pack("C", $this->ptg[$token]); // match error codes - } elseif (preg_match("/^#[A-Z0\/]{3,5}[!?]{1}$/", $token) or $token == '#N/A') { + } elseif (preg_match("/^#[A-Z0\/]{3,5}[!?][1]$/", $token) or $token == '#N/A') { return $this->_convertError($token); // commented so argument number can be processed correctly. See toReversePolish(). @@ -1021,7 +1021,7 @@ class PHPExcel_Writer_Excel5_Parser $col = 0; $col_ref_length = strlen($col_ref); for ($i = 0; $i < $col_ref_length; ++$i) { - $col += (ord($col_ref{$i}) - 64) * pow(26, $expn); + $col += (ord($col_ref[$i]) - 64) * pow(26, $expn); --$expn; } @@ -1043,28 +1043,28 @@ class PHPExcel_Writer_Excel5_Parser $formula_length = strlen($this->_formula); // eat up white spaces if ($i < $formula_length) { - while ($this->_formula{$i} == " ") { + while ($this->_formula[$i] == " ") { ++$i; } if ($i < ($formula_length - 1)) { - $this->_lookahead = $this->_formula{$i+1}; + $this->_lookahead = $this->_formula[$i+1]; } $token = ''; } while ($i < $formula_length) { - $token .= $this->_formula{$i}; + $token .= $this->_formula[$i]; if ($i < ($formula_length - 1)) { - $this->_lookahead = $this->_formula{$i+1}; + $this->_lookahead = $this->_formula[$i+1]; } else { $this->_lookahead = ''; } if ($this->_match($token) != '') { //if ($i < strlen($this->_formula) - 1) { - // $this->_lookahead = $this->_formula{$i+1}; + // $this->_lookahead = $this->_formula[$i+1]; //} $this->_current_char = $i + 1; $this->_current_token = $token; @@ -1175,7 +1175,7 @@ class PHPExcel_Writer_Excel5_Parser return $token; } // If it's an error code - elseif (preg_match("/^#[A-Z0\/]{3,5}[!?]{1}$/", $token) or $token == '#N/A') + elseif (preg_match("/^#[A-Z0\/]{3,5}[!?][1]$/", $token) or $token == '#N/A') { return $token; } @@ -1205,7 +1205,7 @@ class PHPExcel_Writer_Excel5_Parser { $this->_current_char = 0; $this->_formula = $formula; - $this->_lookahead = isset($formula{1}) ? $formula{1} : ''; + $this->_lookahead = isset($formula[1]) ? $formula[1] : ''; $this->_advance(); $this->_parse_tree = $this->_condition(); return true; @@ -1274,7 +1274,7 @@ class PHPExcel_Writer_Excel5_Parser $this->_advance(); return $result; // If it's an error code - } elseif (preg_match("/^#[A-Z0\/]{3,5}[!?]{1}$/", $this->_current_token) or $this->_current_token == '#N/A'){ + } elseif (preg_match("/^#[A-Z0\/]{3,5}[!?][1]$/", $this->_current_token) or $this->_current_token == '#N/A'){ $result = $this->_createTree($this->_current_token, 'ptgErr', ''); $this->_advance(); return $result; diff --git a/core/class/PHPExcel/Writer/Excel5/Workbook.php b/core/class/PHPExcel/Writer/Excel5/Workbook.php index e14bcba..8f31098 100644 --- a/core/class/PHPExcel/Writer/Excel5/Workbook.php +++ b/core/class/PHPExcel/Writer/Excel5/Workbook.php @@ -675,7 +675,7 @@ class PHPExcel_Writer_Excel5_Workbook extends PHPExcel_Writer_Excel5_BIFFwriter $formulaData = $this->_parser->toReversePolish(); // make sure tRef3d is of type tRef3dR (0x3A) - if (isset($formulaData{0}) and ($formulaData{0} == "\x7A" or $formulaData{0} == "\x5A")) { + if (isset($formulaData[0]) and ($formulaData[0] == "\x7A" or $formulaData[0] == "\x5A")) { $formulaData = "\x3A" . substr($formulaData, 1); } diff --git a/core/class/PHPExcel/Writer/Excel5/Worksheet.php b/core/class/PHPExcel/Writer/Excel5/Worksheet.php index 55da26f..bf2311f 100644 --- a/core/class/PHPExcel/Writer/Excel5/Worksheet.php +++ b/core/class/PHPExcel/Writer/Excel5/Worksheet.php @@ -904,7 +904,7 @@ class PHPExcel_Writer_Excel5_Worksheet extends PHPExcel_Writer_Excel5_BIFFwriter $unknown = 0x0000; // Must be zero // Strip the '=' or '@' sign at the beginning of the formula string - if ($formula{0} == '=') { + if ($formula[0] == '=') { $formula = substr($formula,1); } else { // Error handling diff --git a/core/class/cache/cache_file.php b/core/class/cache/cache_file.php index 3c964ff..5aca998 100644 --- a/core/class/cache/cache_file.php +++ b/core/class/cache/cache_file.php @@ -67,7 +67,7 @@ class ultrax_cache { function get_cache_file_path($key) { static $cache_path = null; if(!isset($cache_path[$key])) { - $dir = hexdec($key{0}.$key{1}.$key{2}) % 1000; + $dir = hexdec($key[0].$key[1].$key[2]) % 1000; $cache_path[$key] = $this->conf['path'].'/'.$dir.'/'.$key.'.php'; } return $cache_path[$key]; diff --git a/core/class/class_Chinese.php b/core/class/class_Chinese.php index b5ddf99..1228cc4 100644 --- a/core/class/class_Chinese.php +++ b/core/class/class_Chinese.php @@ -64,6 +64,9 @@ class Chinese { } elseif($this->config['SourceLang'] == 'BIG5' || $this->config['TargetLang'] == 'BIG5') { $this->table = CODETABLE_DIR.$this->config['BIG5toUnicode_table']; } + if(!$this->table) { + return; + } $fp = fopen($this->table, 'rb'); $tabletmp = fread($fp, filesize($this->table)); for($i = 0; $i < strlen($tabletmp); $i += 4) { diff --git a/core/class/class_FileDownload.php b/core/class/class_FileDownload.php index ba2859c..92a22bd 100644 --- a/core/class/class_FileDownload.php +++ b/core/class/class_FileDownload.php @@ -20,9 +20,12 @@ class FileDownload{ // class start * @param boolean $reload 是否开启断点续传 */ public function download($file, $name='',$file_size=0,$dateline=0, $reload=false){ - if($name==''){ - $name = basename($file); - } + if (is_array($file) && isset($file['error'])) { + topshowmessage(lang('file_not_exist1')); + } + if($name==''){ + $name = basename($file); + } if(!$dateline){ $dataline=TIMESTAMP; } @@ -35,12 +38,21 @@ class FileDownload{ // class start if(getglobal('gzipcompress')) @ob_start('ob_gzhandler'); if(!$file_size) $file_size = filesize($file); $ranges = $this->getRange($file_size); - - header('cache-control:public'); - header('Date: '.gmdate('D, d M Y H:i:s', $dateline).' GMT'); - header('Last-Modified: '.gmdate('D, d M Y H:i:s', $dateline).' GMT'); - header('content-type:application/octet-stream'); - header('content-disposition:attachment; filename='.$name); + $charset = CHARSET; + header('cache-control:public'); + header('Date: '.gmdate('D, d M Y H:i:s', $dateline).' GMT'); + header('Last-Modified: '.gmdate('D, d M Y H:i:s', $dateline).' GMT'); + header('content-type:application/octet-stream'); + if (preg_match("/Firefox/", $_SERVER["HTTP_USER_AGENT"])) { + $attachment = 'attachment; filename*='.$charset.'\'\'' . $name; + } elseif (!preg_match("/Chrome/", $_SERVER["HTTP_USER_AGENT"]) && preg_match("/Safari/", $_SERVER["HTTP_USER_AGENT"])) { + $name = trim($name,'"'); + $filename = rawurlencode($name); // 注意:rawurlencode与urlencode的区别 + $attachment = 'attachment; filename*='.$charset.'\'\'' . $filename; + } else{ + $attachment = 'attachment; filename='.$name; + } + header('content-disposition:'.$attachment); if($reload && $ranges!=null){ // 使用续传 header('HTTP/1.1 206 Partial Content'); header('Accept-Ranges:bytes'); diff --git a/core/class/class_GifMerge.php b/core/class/class_GifMerge.php index b4000b6..20c08d7 100644 --- a/core/class/class_GifMerge.php +++ b/core/class/class_GifMerge.php @@ -3,7 +3,6 @@ if(!defined('IN_DZZ')) { exit('Access Denied'); } - class GifMerge { var $ver = '1.1'; var $dly = 50; @@ -286,7 +285,7 @@ class GifMerge { function arrcmp($b, $s, $l) { for($i = 0; $i < $l; $i++) { - if($s{$i} != $b{$i}) { + if($s[$i] != $b[$i]) { return false; } } diff --git a/core/class/class_core.php b/core/class/class_core.php index 6f7db91..f6d7ebe 100644 --- a/core/class/class_core.php +++ b/core/class/class_core.php @@ -2,6 +2,7 @@ if(!defined('IN_DZZ')) { exit('Access Denied'); } + class core { private static $_tables; @@ -104,7 +105,10 @@ class core } public static function import($name, $folder = '', $force = true) { - + //如果文件名为空或者false,阻止向下进行 + if(preg_match('/^\s*$/',$name) || $name == false){ + return false; + } $key = $folder.$name; if(!isset(self::$_imports[$key])) { if($folder){ diff --git a/core/class/class_image.php b/core/class/class_image.php index a4754cf..eaba0de 100644 --- a/core/class/class_image.php +++ b/core/class/class_image.php @@ -181,6 +181,10 @@ class image { $this->imagecreatefromfunc = function_exists('imagecreatefrompng') ? 'imagecreatefrompng' : ''; $this->imagefunc = function_exists('imagepng') ? 'imagepng' : ''; break; + case 'image/webp': + $this->imagecreatefromfunc = function_exists('imagecreatefromwebp') ? 'imagecreatefromwebp' : ''; + $this->imagefunc = function_exists('imagewebp') ? 'imagewebp' : ''; + break; } } else { $this->imagecreatefromfunc = $this->imagefunc = TRUE; @@ -196,6 +200,20 @@ class image { $content = fread($fp, $this->imginfo['size']); fclose($fp); $this->imginfo['animated'] = strpos($content, 'NETSCAPE2.0') === FALSE ? 0 : 1; + } elseif(!$this->libmethod && $this->imginfo['mime'] == 'image/webp') { + if(!$this->imagecreatefromfunc) { + return -4; + } + if(!($fp = @fopen($source, 'rb'))) { + return -2; + } + $content = fread($fp, 40); + fclose($fp); + if (stripos($content, 'WEBPVP8X') !== FALSE && stripos($content, 'ANIM') !== FALSE) { + $this->imginfo['animated'] = 1; + }else{ + $this->imginfo['animated'] = 0; + } } return $this->imagecreatefromfunc ? 1 : -4; @@ -277,9 +295,11 @@ class image { return $attach_photo; } //@ini_set('memory_limit','512M'); - $copy_photo = imagecreatetruecolor($this->imginfo['width'], $this->imginfo['height']); - imagecopy($copy_photo, $attach_photo ,0, 0, 0, 0, $this->imginfo['width'], $this->imginfo['height']); - $attach_photo = $copy_photo; + if($this->imginfo['mime'] != 'image/png') { + $copy_photo = imagecreatetruecolor($this->imginfo['width'], $this->imginfo['height']); + imagecopy($copy_photo, $attach_photo , 0, 0, 0, 0, $this->imginfo['width'], $this->imginfo['height']); + $attach_photo = $copy_photo; + } $thumb_photo = null; switch($this->param['thumbtype']) { @@ -291,6 +311,10 @@ class image { $cx = $this->imginfo['width']; $cy = $this->imginfo['height']; $thumb_photo = imagecreatetruecolor($thumb['width'], $thumb['height']); + if($this->imginfo['mime'] == 'image/png') { + imagealphablending($thumb_photo, false); + imagesavealpha($thumb_photo, true); + } imagecopyresampled($thumb_photo, $attach_photo ,0, 0, 0, 0, $thumb['width'], $thumb['height'], $cx, $cy); } break; @@ -301,9 +325,17 @@ class image { $dst_photo = imagecreatetruecolor($cutw, $cuth); imagecopymerge($dst_photo, $attach_photo, 0, 0, $startx, $starty, $cutw, $cuth, 100); $thumb_photo = imagecreatetruecolor($this->param['thumbwidth'], $this->param['thumbheight']); + if($this->imginfo['mime'] == 'image/png') { + imagealphablending($thumb_photo, false); + imagesavealpha($thumb_photo, true); + } imagecopyresampled($thumb_photo, $dst_photo ,0, 0, 0, 0, $this->param['thumbwidth'], $this->param['thumbheight'], $cutw, $cuth); } else { $thumb_photo = imagecreatetruecolor($this->param['thumbwidth'], $this->param['thumbheight']); + if($this->imginfo['mime'] == 'image/png') { + imagealphablending($thumb_photo, false); + imagesavealpha($thumb_photo, true); + } $bgcolor = imagecolorallocate($thumb_photo, 255, 255, 255); imagefill($thumb_photo, 0, 0, $bgcolor); $startx = ($this->param['thumbwidth'] - $this->imginfo['width']) / 2; @@ -357,9 +389,9 @@ class image { $im->readImage(realpath($this->target)); $im->setImageCompressionQuality($this->param['thumbquality']); $im->thumbnailImage($this->param['thumbwidth'], $this->param['thumbheight']); - $im->resizeImage($this->param['thumbwidth'], $this->param['thumbheight']); + $im->resizeImage($this->param['thumbwidth'], $this->param['thumbheight'], imagick::FILTER_LANCZOS, 1, true); $im->setGravity(imagick::GRAVITY_CENTER ); - $im->extentImage($this->param['thumbwidth'], $this->param['thumbheight']); + $im->extentImage($this->param['thumbwidth'], $this->param['thumbheight'], 0, 0); if(!$im->writeImage($this->target)) { $im->destroy(); @@ -383,7 +415,7 @@ class image { $im->setImageCompressionQuality($this->param['thumbquality']); $im->thumbnailImage($this->param['thumbwidth'], $this->param['thumbheight']); $im->setGravity(imagick::GRAVITY_CENTER ); - $im->extentImage($this->param['thumbwidth'], $this->param['thumbheight']); + $im->extentImage($this->param['thumbwidth'], $this->param['thumbheight'], 0, 0); if(!$im->writeImage($this->target)) { $im->destroy(); return -3; diff --git a/core/class/class_pinyin.php b/core/class/class_pinyin.php index 5df51c8..fc977c0 100644 --- a/core/class/class_pinyin.php +++ b/core/class/class_pinyin.php @@ -46,9 +46,9 @@ class pinyin { $sGBK = iconv('UTF-8', 'GBK', $utf8Data); $aBuf = array(); for ($i=0, $iLoop=strlen($sGBK); $i<$iLoop; $i++) { - $iChr = ord($sGBK{$i}); + $iChr = ord($sGBK[$i]); if ($iChr>160) - $iChr = ($iChr<<8) + ord($sGBK{++$i}) - 65536; + $iChr = ($iChr<<8) + ord($sGBK[++$i]) - 65536; if ('head' === $sRetFormat) $aBuf[] = substr(self::zh2py($iChr),0,1); else diff --git a/core/class/class_template.php b/core/class/class_template.php index 8acdc44..00e7603 100644 --- a/core/class/class_template.php +++ b/core/class/class_template.php @@ -97,21 +97,41 @@ class template { } //解析模板路径 private function parse_tplfile($tplfile, $tpldir = '',$master_template = false,$nomasttplfile = false){ - if(!$tpldir){ - if( defined('CURSCRIPT') && defined('CURMODULE') && file_exists (DZZ_ROOT.'./'.CURSCRIPT.'/'.CURMODULE.'/template/'.$tplfile.'.htm')){ - $tpldir= './'.CURSCRIPT.'/'.CURMODULE.'/template/'; - if($master_template)$this->tplkey=CURSCRIPT.'_'.str_replace('/','_',CURMODULE); - }elseif(defined('CURSCRIPT') && file_exists (DZZ_ROOT.'./'.CURSCRIPT.'/template/'.$tplfile.'.htm')){ - $tpldir= './'.CURSCRIPT.'/template/'; - if($master_template)$this->tplkey=CURSCRIPT; - }elseif(file_exists (DZZ_ROOT.'./core/template/default/'.$tplfile.'.htm')){ - $tpldir= './core/template/default/'; - if($master_template)$this->tplkey='core'; - }elseif(file_exists (DZZ_ROOT.'./core/template/default/common/'.$tplfile.'.htm')){ - $tpldir= './core/template/default/common/'; - if($master_template)$this->tplkey='corecommon'; - } - } + if ($tpldir) { + if (strpos($tpldir, '/') !== false) { + $tpldirkey = str_replace('/', '_', $tpldir); + }else{ + $tpldirkey = $tpldir; + } + } + if($tpldir && defined('CURSCRIPT') && defined('CURMODULE') && file_exists (DZZ_ROOT.'./'.CURSCRIPT.'/'.CURMODULE.'/template/'.$tpldir.'/'.$tplfile.'.htm')){ + $tpldir= './'.CURSCRIPT.'/'.CURMODULE.'/template/'.$tpldir.'/'; + if($master_template)$this->tplkey=CURSCRIPT.'_'.str_replace('/','_',CURMODULE).'_'.$tpldirkey; + }elseif(defined('CURSCRIPT') && defined('CURMODULE') && file_exists (DZZ_ROOT.'./'.CURSCRIPT.'/'.CURMODULE.'/template/'.$tplfile.'.htm')){ + $tpldir= './'.CURSCRIPT.'/'.CURMODULE.'/template/'; + if($master_template)$this->tplkey=CURSCRIPT.'_'.str_replace('/','_',CURMODULE); + }elseif($tpldir && defined('CURSCRIPT') && file_exists (DZZ_ROOT.'./'.CURSCRIPT.'/template/'.$tpldir.'/'.$tplfile.'.htm')){ + $tpldir= './'.CURSCRIPT.'/template/'.$tpldir.'/'; + if($master_template)$this->tplkey=CURSCRIPT.'_'.$tpldirkey; + }elseif(defined('CURSCRIPT') && file_exists (DZZ_ROOT.'./'.CURSCRIPT.'/template/'.$tplfile.'.htm')){ + $tpldir= './'.CURSCRIPT.'/template/'; + if($master_template)$this->tplkey=CURSCRIPT; + }elseif($tpldir && file_exists (DZZ_ROOT.'./core/template/'.$tpldir.'/'.$tplfile.'.htm')){ + $tpldir= './core/template/'.$tpldir.'/'; + if($master_template)$this->tplkey='core'.'_'.$tpldirkey; + }elseif($tpldir && file_exists (DZZ_ROOT.'./core/template/'.$tpldir.'/common/'.$tplfile.'.htm')){ + $tpldir= './core/template/'.$tpldir.'/common/'; + if($master_template)$this->tplkey='corecommon'.'_'.$tpldirkey; + }elseif(file_exists (DZZ_ROOT.'./core/template/'.$tplfile.'.htm')){ + $tpldir= './core/template/'; + if($master_template)$this->tplkey='core'; + }elseif(file_exists (DZZ_ROOT.'./core/template/default/'.$tplfile.'.htm')){ + $tpldir= './core/template/default/'; + if($master_template)$this->tplkey='core'; + }elseif(file_exists (DZZ_ROOT.'./core/template/default/common/'.$tplfile.'.htm')){ + $tpldir= './core/template/default/common/'; + if($master_template)$this->tplkey='corecommon'; + } $file = $tplfile; $tplfile = $tpldir.$tplfile.'.htm'; $basefile = basename(DZZ_ROOT . $tplfile, '.htm'); @@ -134,7 +154,13 @@ class template { } //读取模板内容 private function parse_template_include($tpl){ - $template = $this->parse_tplfile($tpl,'',false,true); + global $_G; + if(strpos($tpl, ':') !== false) { + list($templateid, $tpl) = explode(':', $tpl); + $tpldir = $templateid; + $tpl = $tpl; + } + $template = $this->parse_tplfile($tpl,$tpldir,false,true); $this->includeTemplate[$template] = filemtime($template); if(!is_file($template) || !$fp = fopen($template, 'r')){ return; @@ -147,9 +173,7 @@ class template { $template = str_replace('self.$', 'self.$', $template); $var_regexp = "((?!\\\$[a-zA-Z]+\()(\\\$[a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*(\-\>)?[a-zA-Z0-9_\x7f-\xff]*)(\[[a-zA-Z0-9_\-\.\"\'\[\]\$\x7f-\xff]+\])*)"; $const_regexp = "([A-Z_\x7f-\xff][A-Z0-9_\x7f-\xff]*)"; - $template = preg_replace("/([\n\r]+)\t+/s", "\\1", $template); - $template = preg_replace("/\<\!\-\-\{(.+?)\}\-\-\>/s", "{\\1}", $template); // js的lang替换 $template = preg_replace_callback("/]+?src=\"(.+?)\".*?>[\s\S]*?/is", array($this, 'parse_template_callback_javascript'), $template); @@ -178,9 +202,7 @@ class template { $template = preg_replace_callback("/[\n\r\t]*\{Hook\s+([\w]+)\#(.+?)\#\}[\n\r\t]*/is", array($this, 'parse_template_callback_hook_1'), $template);//钩子解析,传参形式 $template = preg_replace_callback("/$var_regexp/s", array($this, 'parse_template_callback_addquote_1'), $template); $template = preg_replace_callback("/\<\?\=\<\?\=$var_regexp\?\>\?\>/s", array($this, 'parse_template_callback_addquote_1'), $template); - $template = preg_replace_callback("/[\n\r\t]*\{echo\s+(.+?)\}[\n\r\t]*/is", array($this, 'parse_template_callback_stripvtags_echo1'), $template); - $template = preg_replace_callback("/([\n\r\t]*)\{if\s+(.+?)\}([\n\r\t]*)/is", array($this, 'parse_template_callback_stripvtags_if123'), $template); $template = preg_replace_callback("/([\n\r\t]*)\{elseif\s+(.+?)\}([\n\r\t]*)/is", array($this, 'parse_template_callback_stripvtags_elseif123'), $template); $template = preg_replace("/\{else\}/i", "", $template); @@ -188,13 +210,11 @@ class template { $template = preg_replace_callback("/[\n\r\t]*\{loop\s+(\S+)\s+(\S+)\}[\n\r\t]*/is", array($this, 'parse_template_callback_stripvtags_loop12'), $template); $template = preg_replace_callback("/[\n\r\t]*\{loop\s+(\S+)\s+(\S+)\s+(\S+)\}[\n\r\t]*/is", array($this, 'parse_template_callback_stripvtags_loop123'), $template); $template = preg_replace("/\{\/loop\}/i", "", $template); - $template = preg_replace("/\{$const_regexp\}/s", "", $template); if (!empty($this -> replacecode)) { $template = str_replace($this -> replacecode['search'], $this -> replacecode['replace'], $template); } $template = preg_replace("/ \?\>[\n\r]*\<\? /s", " ", $template); - $template = preg_replace_callback("/\"(http)?[\w\.\/:]+\?[^\"]+?&[^\"]+?\"/", array($this, 'parse_template_callback_transamp_0'), $template); $template = preg_replace_callback("/\]*?src=\"(.+?)\"(.*?)\>\s*\<\/script\>/is", array($this, 'parse_template_callback_stripscriptamp_12'), $template); $template = preg_replace_callback("/[\n\r\t]*\{block\s+([a-zA-Z0-9_\[\]]+)\}(.+?)\{\/block\}/is", array($this, 'parse_template_callback_stripblock_12'), $template); @@ -275,7 +295,7 @@ class template { function parse_template_callback_hooktags_13($matches) { - return $this -> hooktags($matches[1], $matches[3]); + return $this->hooktags($matches[1], isset($matches[3]) ? $matches[3] : ''); } function parse_template_callback_addquote_1($matches) { @@ -396,10 +416,10 @@ class template { if (!isset($langvar[$var])) { $this -> language['inner'] = lang(); } - if (isset($langvar[$var])) { + if(isset($langvar[$var])) { return $langvar[$var]; } else { - return $var ; + return $var; } } // 模版lang替换 @@ -549,7 +569,6 @@ class template { } return; } - function transamp($str) { $str = str_replace('&', '&', $str); $str = str_replace('&amp;', '&', $str); diff --git a/core/class/class_uploadhandler.php b/core/class/class_uploadhandler.php index e5f26a0..e3a411b 100644 --- a/core/class/class_uploadhandler.php +++ b/core/class/class_uploadhandler.php @@ -1281,6 +1281,8 @@ class UploadHandler return 'image/jpeg'; case 'png': return 'image/png'; + case 'webp': + return 'image/webp'; case 'gif': return 'image/gif'; default: diff --git a/core/class/class_xml.php b/core/class/class_xml.php index c244302..c4ce22a 100644 --- a/core/class/class_xml.php +++ b/core/class/class_xml.php @@ -10,7 +10,7 @@ function xml2array(&$xml, $isnormal = FALSE,$encodeing='ISO-8859-1') { return $data; } -function xmlattribute( $xml, $encodeing='ISO-8859-1') { +function xmlattribute($xml, $encodeing='ISO-8859-1') { $xml = str_replace($encodeing, 'UTF-8', $xml); libxml_disable_entity_loader(true); $values = json_decode(json_encode(simplexml_load_string($xml, 'SimpleXMLElement')), true); @@ -20,16 +20,16 @@ function xmlattribute( $xml, $encodeing='ISO-8859-1') { return $data; } -function attribute2arr( $values,$data=array() ){ +function attribute2arr($values,$data=array() ){ foreach( $values as $k=>$v ){ if( isset($v["item"]) ){ $return = attribute2arr($v["item"]); if($return) $data[$v['@attributes']["id"]]=$return ; } - if( count($v['@attributes'])>1 ){ - $data[$v['@attributes']["id"]]["_attributes"]=$v['@attributes']; - unset($data[$v['@attributes']["id"]]["_attributes"]["id"]); - } + if(count($v['@attributes'])>1){ + $data[$v['@attributes']["id"]]["_attributes"] = $v['@attributes']; + unset($data[$v['@attributes']["id"]]["_attributes"]["id"]); + } } return $data; } diff --git a/core/class/dzz/apprun.php b/core/class/dzz/apprun.php index 023976c..f03283c 100644 --- a/core/class/dzz/apprun.php +++ b/core/class/dzz/apprun.php @@ -5,7 +5,7 @@ use \core as C; class Apprun{ - public function run(){ + public function run(){ global $_config; diff --git a/core/class/dzz/dzz_admincp.php b/core/class/dzz/dzz_admincp.php index c718043..a55df58 100644 --- a/core/class/dzz/dzz_admincp.php +++ b/core/class/dzz/dzz_admincp.php @@ -48,7 +48,7 @@ class dzz_admincp $this->sessionlimit = TIMESTAMP - $this->sessionlife; $this->check_cpaccess(); - if( $_GET['mod']!="systemlog"){ + if($_GET['mod']!="systemlog"){ $this->writecplog(); } diff --git a/core/class/dzz/dzz_app.php b/core/class/dzz/dzz_app.php index 6b2c873..9a0031a 100644 --- a/core/class/dzz/dzz_app.php +++ b/core/class/dzz/dzz_app.php @@ -50,7 +50,7 @@ class dzz_app extends dzz_base{ return $object; } - public function __construct($params) { + public function __construct($params=array()) { foreach($params as $k=>$v){ $this->$k = $v; } @@ -77,11 +77,21 @@ class dzz_app extends dzz_base{ public function init() { if(!$this->initated) { - $this->_init_setting(); - $this->_init_user(); - $this->_init_session(); - $this->_init_cron(); - $this->_init_misc(); + if($this->init_setting){ + $this->_init_setting(); + } + if($this->init_user){ + $this->_init_user(); + } + if($this->init_session){ + $this->_init_session(); + } + if($this->init_cron){ + $this->_init_cron(); + } + if($this->init_misc){ + $this->_init_misc(); + } } $this->initated = true; } @@ -181,9 +191,10 @@ class dzz_app extends dzz_base{ } $_G['browser']=helper_browser::getbrowser(); $_G['platform']=helper_browser::getplatform(); + $ismobile=helper_browser::ismobile(); + if($ismobile) define('IN_MOBILE',$ismobile); + $_G['ismobile'] = $ismobile; $this->var = & $_G; - - } private function is_HTTPS(){ if($_SERVER['HTTPS'] === 1){ //Apache @@ -447,6 +458,7 @@ class dzz_app extends dzz_base{ if($this->var['uid'] && !$sessionclose && ($this->session->isnew || ($this->session->get('lastactivity') + 600) < TIMESTAMP)) { $this->session->set('lastactivity', TIMESTAMP); + $this->session->update(); if($this->session->isnew) { if($this->var['member']['lastip'] && $this->var['member']['lastvisit']) { dsetcookie('lip', $this->var['member']['lastip'].','.$this->var['member']['lastvisit']); @@ -576,8 +588,11 @@ class dzz_app extends dzz_base{ } else { $closedreason = C::t('setting')->fetch('closedreason'); $closedreason = str_replace(':', ':', $closedreason); - dheader("Location: user.php?mod=login"); - + if ($this->var['uid']) { + dheader("Location: user.php?mod=profile"); + } else { + dheader("Location: user.php?mod=login"); + } } } if(isset($this->var['setting']['nocacheheaders']) && $this->var['setting']['nocacheheaders']) { @@ -592,6 +607,7 @@ class dzz_app extends dzz_base{ } private function _init_setting() { + global $_G; if($this->init_setting) { if(empty($this->var['setting'])) { $this->cachelist[] = 'setting'; @@ -604,9 +620,8 @@ class dzz_app extends dzz_base{ !empty($this->cachelist) && loadcache($this->cachelist); if(!is_array($this->var['setting'])) { - $this->var['setting'] = array(); + $this->var['setting'] =C::t('setting')->fetch_all(); } - if($ismobile=helper_browser::ismobile()) define('IN_MOBILE',$ismobile); define('VERHASH',isset($this->var['setting']['verhash'])?$this->var['setting']['verhash']:random(3)); } diff --git a/core/class/dzz/dzz_error.php b/core/class/dzz/dzz_error.php index 3cf76eb..a25ae53 100644 --- a/core/class/dzz/dzz_error.php +++ b/core/class/dzz/dzz_error.php @@ -13,18 +13,14 @@ class dzz_error } list($showtrace, $logtrace) = dzz_error::debug_backtrace(); - + $messagesave = ''.$message.'
        PHP:'.$logtrace; + $BackTraceID = md5(dzz_error::clear($messagesave)); if($save) { - $messagesave = ''.$message.'
        PHP:'.$logtrace; - dzz_error::write_error_log($messagesave); + dzz_error::write_error_log($messagesave.' BackTraceID:'.$BackTraceID); } if($show) { - if(!defined('IN_MOBILE')) { - dzz_error::show_error('system', "
      21. $message
      22. ", $showtrace, 0); - } else { - dzz_error::mobile_show_error('system', "
      23. $message
      24. ", $showtrace, 0); - } + dzz_error::show_error('system', "
      25. $message
      26. ", $showtrace, '', $BackTraceID); } if($halt) { @@ -61,11 +57,10 @@ class dzz_error if(in_array($func, $skipfunc)) { break; } - $error[line] = sprintf('%04d', $error['line']); + $error['line'] = sprintf('%04d', $error['line']); - $show .= "
      27. [Line: $error[line]]".$file."($func)
      28. "; - $log .= !empty($log) ? ' -> ' : '';$file.':'.$error['line']; - $log .= $file.':'.$error['line']; + $show .= "
      29. [Line: {$error['line']}]".$file."($func)
      30. "; + $log .= (!empty($log) ? ' -> ' : '').$file.'#'.$func.':'.$error['line']; } return array($show, $log); } @@ -88,8 +83,6 @@ class dzz_error $msg = '
      31. [Type] '.$title.'
      32. '; $msg .= $dberrno ? '
      33. ['.$dberrno.'] '.$dberror.'
      34. ' : ''; $msg .= $sql ? '
      35. [Query] '.$sql.'
      36. ' : ''; - dzz_error::show_error('db', $msg, $showtrace, false); - unset($msg, $phperror); $errormsg = ''.$title.''; $errormsg .= "[$dberrno]
        ERR: $dberror
        "; @@ -98,8 +91,9 @@ class dzz_error } $errormsg .= "
        "; $errormsg .= 'PHP: '.$logtrace; - - dzz_error::write_error_log($errormsg); + $BackTraceID = md5(dzz_error::clear($errormsg)); + dzz_error::write_error_log($errormsg.' BackTraceID:'.$BackTraceID); + dzz_error::show_error('db', $msg, $showtrace, '', $BackTraceID); exit(); } @@ -128,6 +122,7 @@ class dzz_error krsort($trace); $trace[] = array('file'=>$exception->getFile(), 'line'=>$exception->getLine(), 'function'=> 'break'); + $logmsg = ''; $phpmsg = array(); foreach ($trace as $error) { if(!empty($error['function'])) { @@ -148,7 +143,12 @@ class dzz_error $fun .= (defined('DZZ_DEBUG') && DZZ_DEBUG) ? $arg : '%d'; } elseif(is_float($arg)) { $fun .= (defined('DZZ_DEBUG') && DZZ_DEBUG) ? $arg : '%f'; - } else { + } elseif(is_resource($arg)) { + $fun .= (defined('DZZ_DEBUG') && DZZ_DEBUG) ? 'Resource' : '%f'; + } elseif(is_object($arg)) { + $fun .= (defined('DZZ_DEBUG') && DZZ_DEBUG) ? 'Object' : '%f'; + } else { + $arg = (string)$arg; $fun .= (defined('DZZ_DEBUG') && DZZ_DEBUG) ? '\''.dhtmlspecialchars(substr(self::clear($arg), 0, 10)).(strlen($arg) > 10 ? ' ...' : '').'\'' : '%s'; } $mark = ', '; @@ -163,34 +163,46 @@ class dzz_error 'line' => $error['line'], 'function' => $error['function'], ); + $file = str_replace(array(DZZ_ROOT, '\\'), array('', '/'), $error['file']); + $func = isset($error['class']) ? $error['class'] : ''; + $func .= isset($error['type']) ? $error['type'] : ''; + $func .= isset($error['function']) ? $error['function'] : ''; + $line = sprintf('%04d', $error['line']); + $logmsg .= (!empty($logmsg) ? ' -> ' : '').$file.'#'.$func.':'.$line; } - - self::show_error($type, $errormsg, $phpmsg); + $messagesave = ''.$errormsg.'
        PHP:'.$logmsg; + $BackTraceID = md5(dzz_error::clear($messagesave)); + self::write_error_log($messagesave.' BackTraceID:'.$BackTraceID); + self::show_error($type, $errormsg, $phpmsg, '', $BackTraceID); exit(); } - public static function show_error($type, $errormsg, $phpmsg = '', $typemsg = '') { + public static function show_error($type, $errormsg, $phpmsg = '', $typemsg = '', $backtraceid = '') { global $_G; - ob_end_clean(); $gzip = getglobal('gzipcompress'); ob_start($gzip ? 'ob_gzhandler' : null); - $cur_url = $_SERVER['REQUEST_URI']; + header("HTTP/1.1 503 Service Temporarily Unavailable"); + header("Status: 503 Service Temporarily Unavailable"); + header("Retry-After: 3600"); $host = $_SERVER['HTTP_HOST']; $title = $type == 'db' ? 'Database' : 'System'; echo << + $host - $title Error - + + + + - - - - - - -EOT; - - echo << - - - - -EOT; - if(!empty($phpmsg) && $type == 'db') { - echo << - - - - -EOT; - } - $endmsg = lang('mobile_error_end_message', array('host'=>$host)); - echo << - - -
        Dzz! $title Error

        Error messages:
        -
          $errormsg
        -
         
        Program messages:
        -
          $phpmsg
        -

        $endmsg
        - - -EOT; - $exit && exit(); } public static function clear($message) { diff --git a/core/class/dzz/dzz_notification.php b/core/class/dzz/dzz_notification.php index 557ebb1..1d7bcbd 100644 --- a/core/class/dzz/dzz_notification.php +++ b/core/class/dzz/dzz_notification.php @@ -29,9 +29,7 @@ class dzz_notification { $title=lang($note.'_title',$notevars,'',$langfolder); $oldnote = array(); - //if($notevars['from_id'] && $notevars['from_idtype']) { - $oldnote = C::t('notification')->fetch_by_fromid_uid_type($notevars['from_id'], $notevars['from_idtype'], $touid,$type); - //} + $oldnote = C::t('notification')->fetch_by_fromid_uid_type($notevars['from_id'], $notevars['from_idtype'], $touid,$type); if(empty($oldnote['from_num'])) $oldnote['from_num'] = 0; $notevars['from_num'] = (isset($notevars['from_num'])&& $notevars['from_num']) ? $notevars['from_num'] : 1; @@ -52,10 +50,6 @@ class dzz_notification { 'from_num' => ($oldnote['from_num']+$notevars['from_num']), 'category'=>$category ); - /*if($category==1) { - $setarr['authorid'] = 0; - $setarr['author'] = ''; - }*/ if($oldnote['id']) { $setarr['id']=$oldnote['id']; C::t('notification')->update($oldnote['id'], $setarr); diff --git a/core/class/dzz/modrun.php b/core/class/dzz/modrun.php index 58cf9d3..c1ce134 100644 --- a/core/class/dzz/modrun.php +++ b/core/class/dzz/modrun.php @@ -48,7 +48,7 @@ class Modrun{ //加载文件 private static function loadFile($files = null){ - + global $_config,$_G; if(is_array($files)){ foreach($files as $v){ diff --git a/core/class/helper/helper_browser.php b/core/class/helper/helper_browser.php index af089a7..daa20b6 100644 --- a/core/class/helper/helper_browser.php +++ b/core/class/helper/helper_browser.php @@ -123,6 +123,8 @@ class helper_browser return 'iPhone'; } elseif (preg_match("/ipod/i", $agent) && preg_match("/mac os/i", $agent)) { return 'iPod'; + } elseif (preg_match("/ipad/i", $agent) && preg_match("/mac os/i", $agent)) { + return 'iPad'; } elseif (preg_match("/linux/i", $agent) && preg_match("/Android/i", $agent)) { return 'Android'; } diff --git a/core/class/helper/helper_page.php b/core/class/helper/helper_page.php index 026c1e8..3b777bc 100644 --- a/core/class/helper/helper_page.php +++ b/core/class/helper/helper_page.php @@ -75,11 +75,11 @@ class helper_page { } } $_G['page_next'] = $to; - $multipage = ($curpage - $offset > 1 && $pages > $page ? '
      37. 1 '.$dot.'
      38. ' : ''). - ($curpage > 1 && !$simple ? '
      39. ' : ''); + $multipage = ($curpage - $offset > 1 && $pages > $page ? '
      40. 1 '.$dot.'
      41. ' : ''). + ($curpage > 1 && !$simple ? '
      42. «
      43. ' : ''); for($i = $from; $i <= $to; $i++) { - $multipage .= $i == $curpage ? '
      44. '.$i.'' : - '
      45. '.$i.'
      46. '; + $multipage .= $i == $curpage ? '
      47. '.$i.'' : + '
      48. '.$i.'
      49. '; } $wml = defined('IN_MOBILE') && IN_MOBILE == 3; @@ -88,13 +88,13 @@ class helper_page { $jsurl = $mpurl.(strpos($mpurl, '{page}') !== false ? '\'.replace(\'{page}\', this.value == 1 ? \'\' : this.value)': $pagevar.'\'+this.value;').'; doane(event);'; } - $multipage .= ($to < $pages ? '
      50. '.$dot.' '.$realpages.'
      51. ' : ''). - ($showpagejump && !$simple && !$ajaxtarget && !$wml ? '
      52. / '.$pages.' '.$lang['pageunit'].'
      53. ' : ''). - ($curpage < $pages && !$simple ? '
      54. ' : ''). + $multipage .= ($to < $pages ? '
      55. '.$dot.' '.$realpages.'
      56. ' : ''). + ($showpagejump && !$simple && !$ajaxtarget && !$wml ? '
      57. / '.$pages.' '.$lang['pageunit'].'
      58. ' : ''). + ($curpage < $pages && !$simple ? '
      59. »
      60. ' : ''). ($showkbd && !$simple && $pages > $page && !$ajaxtarget && !$wml ? '
      61. ' : ''); - $multipage = $multipage ? '
          '.$multipage.($shownum && !$simple ? '
        • '.$num.'
        • ' : '').'
        ' : ''; + $multipage = $multipage ? '
          '.$multipage.($shownum && !$simple ? '
        • '.$num.'
        • ' : '').'
        ' : ''; } $maxpage = $realpages; return $multipage; diff --git a/core/class/helper/helper_security.php b/core/class/helper/helper_security.php index e2e066c..ebb9e11 100644 --- a/core/class/helper/helper_security.php +++ b/core/class/helper/helper_security.php @@ -54,7 +54,7 @@ class helper_security { $replaces[] = '>'; if($ms[1]) { - $allowtags = 'img|a|font|div|table|tbody|caption|tr|td|th|br|p|b|strong|i|u|em|span|ol|ul|li|blockquote|pre|hr|embed|h1|h2|h3|h4|h5|h6'; + $allowtags = 'img|a|font|div|table|tbody|caption|tr|td|th|br|p|b|strong|i|u|em|span|ol|ul|li|blockquote|pre|hr|embed|h1|h2|h3|h4|h5|h6|iframe'; $ms[1] = array_unique($ms[1]); foreach ($ms[1] as $value) { $searchs[] = "<".$value.">"; diff --git a/core/class/helper/helper_sysmessage.php b/core/class/helper/helper_sysmessage.php index 84f01d8..672214f 100644 --- a/core/class/helper/helper_sysmessage.php +++ b/core/class/helper/helper_sysmessage.php @@ -22,7 +22,7 @@ class helper_sysmessage { - + diff --git a/core/class/io/io_ALIOSS.php b/core/class/io/io_ALIOSS.php index 56f2b61..c40fdd5 100644 --- a/core/class/io/io_ALIOSS.php +++ b/core/class/io/io_ALIOSS.php @@ -710,7 +710,7 @@ class io_ALIOSS extends io_api $url=$_G['siteurl'].DZZSCRIPT.'?mod=io&op=thumbnail&size=large&path='.dzzencode($arr['bz'].$arr['bucket'].$meta['Key']); }else{ $img=geticonfromext($ext,$type); - $url=$_G['siteurl'].DZZSCRIPT.'?mod=io&op=getStream&path='.dzzencode($arr['bz'].$arr['bucket'].$meta['Key']);; + $url=$_G['siteurl'].DZZSCRIPT.'?mod=io&op=getStream&path='.dzzencode($arr['bz'].$arr['bucket'].$meta['Key']); } $icoarr=array( diff --git a/core/class/io/io_dzz.php b/core/class/io/io_dzz.php index 55b786f..d4d572f 100644 --- a/core/class/io/io_dzz.php +++ b/core/class/io/io_dzz.php @@ -130,6 +130,13 @@ class io_dzz extends io_api if (strpos($path, 'preview_') === 0) { $path = preg_replace('/^preview_/', '', $path); } + // 检查是否以 'sid:' 开头并以 '_' 结尾 + if (preg_match('/^sid:([^\_]+)_/', $path, $matches)) { + // 提取 sid 后面的值 + $sid = $matches[1]; + // 去掉 sid 及其值 + $path = preg_replace('/^sid:[^\_]+_/', '', $path); + } if (strpos($path, 'attach::') === 0) { $attach = C::t('attachment')->fetch(intval(str_replace('attach::', '', $path))); Hook::listen('io_dzz_getstream_attach',$attach);//挂载点 @@ -193,6 +200,11 @@ class io_dzz extends io_api if (strpos($path, 'preview_') === 0) { $path = preg_replace('/^preview_/', '', $path); } + // 检查是否以 'sid:' 开头并以 '_' 结尾 + if (preg_match('/^sid:([^\_]+)_/', $path, $matches)) { + // 去掉 sid 及其值 + $path = preg_replace('/^sid:[^\_]+_/', '', $path); + } if (strpos($path, 'attach::') === 0) { $attach = C::t('attachment')->fetch(intval(str_replace('attach::', '', $path))); Hook::listen('io_dzz_getstream_attach',$attach);//挂载点 @@ -320,13 +332,12 @@ class io_dzz extends io_api $file = $_G['setting']['attachdir'] . './' . $target; IO::output_thumb($file); } - - $fileurls = array(); Hook::listen('thumbnail', $fileurls, $path);//调用挂载点程序生成缩略图绝对和相对地址; if (!$fileurls) { $fileurls = array('fileurl' => self::getFileUri($path), 'filedir' => self::getStream($path)); } + //非图片类文件的时候,直接获取文件后缀对应的图片 if (!$imginfo = @getimagesize($fileurls['filedir'])) { $imgurl = geticonfromext($data['ext'], $data['type']); @@ -366,85 +377,6 @@ class io_dzz extends io_api } exit(); } - - /*//将文件内容保存成文件,放入附件表 - private function saveFilecontentToAttach($icoarr,$filecontent){ - global $_G; - //保存的文件名 - $filename = $icoarr['name']; - $pathinfo = pathinfo($filename); - //获取后缀名 - $ext = strtolower($pathinfo['extension']); - //生成路径 - $target = $this->getPath($ext ? ('.' . $ext) : '', 'dzz'); - - if (!empty($fileContent) && !file_put_contents($_G['setting']['attachdir'] . $target, $fileContent)) { - return array('error' => lang('cache_file_error')); - } - //判断空间大小 - $gid = DB::result_first("select gid from %t where fid=%d", array('folder', $icoarr['pfid'])); - if (!SpaceSize(filesize($_G['setting']['attachdir'] . $target), $gid)) { - @unlink($_G['setting']['attachdir'] . $target); - return array('error' => lang('inadequate_capacity_space')); - } - //保存到附件表 - if ($attach = $this->save($target, $filename)) { - return $attach; - } else { - return array('error' => 'Could not save uploaded file. The upload was cancelled, or server error encountered'); - } - }*/ - /* //将文件内容作为新版本保存(用于保存时,选择文件覆盖的情形) - private function coverFilebynewVersion($attach, $icoarr) - { - global $_G; - $setting = $_G['setting']; - //当前文件版本数量 - $versionnum = DB::result_first("select count(*) from %t where rid = %s", array('resources_version', $icoarr['rid'])); - // - //版本开启 - $vperm = (!isset($setting['fileVersion']) || $setting['fileVersion']) ? true : false; - //版本数量限制 - $vnumlimit = isset($setting['fileVersionNumber']) ? intval($setting['fileVersionNumber']) : 0; - $covertype = 0; - //当上传版本开启,上传版本数量不限制;或者上传版本开启,文件版本数量未达到上限:设置当前文件为最新版本 - if ($vperm && (!$vnumlimit || ($vnumlimit && ($versionnum < $vnumlimit)))) { - $covertype = 1; - //当上传版本关闭,并且文件包含版本;或者上传版本开启,并且版本数量达到上限:剔除最老版本,并设置新文件为主版本 - } elseif ((!$vperm && $versionnum > 0) || ($vperm && $vnumlimit && $versionnum > $vnumlimit)) { - $covertype = 2; - //当上传版本关闭,且当前文件不含有版本:替换当前文件 - } elseif (!$vperm && !$versionnum) { - $covertype = 3; - } - if ($covertype == 1) { - $setarr = array( - 'uid' => $_G['uid'], - 'username' => $_G['username'], - 'name' => $attach['filename'], - 'aid' => $attach['aid'], - 'size' => $attach['filesize'], - 'ext' => $attach['filetype'], - 'dateline' => TIMESTAMP - ); - $return = C::t('resources_version')->add_new_version_by_rid($icoarr['rid'], $setarr); - } elseif ($covertype == 2) { - $setarr = array( - 'uid' => $_G['uid'], - 'username' => $_G['username'], - 'name' => $attach['filename'], - 'aid' => $attach['aid'], - 'size' => $attach['filesize'], - 'ext' => $attach['filetype'], - 'dateline' => TIMESTAMP - ); - $return = C::t('resources_version')->add_new_version_by_rid($icoarr['rid'], $setarr); - $vid = DB::result_first("select min(dateline),vid from %t where rid = %s ", array('resources_version', $icoarr['rid'])); - C::t('rescources_version')->delete_by_vid($vid, $icoarr['rid']); - } elseif ($covertype == 3) { - - } - }*/ //@param number $rid 文件的rid //@param string $message 文件的新内容 public function setFileContent($rid, $fileContent, $force = false, $nocover = true) @@ -453,16 +385,26 @@ class io_dzz extends io_api if (strpos($rid, 'preview_') === 0) { $rid = preg_replace('/^preview_/', '', $rid); } - if (!$icoarr = C::t('resources')->fetch_by_rid($rid)) { + // 检查是否以 'sid:' 开头并以 '_' 结尾 + if (preg_match('/^sid:([^\_]+)_/', $rid, $matches)) { + // 提取 sid 后面的值 + $sid = $matches[1]; + // 去掉 sid 及其值 + $rid = preg_replace('/^sid:[^\_]+_/', '', $rid); + } + if (!$icoarr = C::t('resources')->fetch_by_rid($rid,'',$preview,$sid)) { return array('error' => lang('file_not_exist')); } + if ($icoarr['isdelete']) { + return array('error' => lang('file_been_deleted')); + } if ($icoarr['type'] != 'document' && $icoarr['type'] != 'attach' && $icoarr['type'] != 'image') { return array('error' => lang('no_privilege')); } - $gid = DB::result_first("select gid from %t where fid=%d", array('folder', $icoarr['pfid'])); - if (!$force && !perm_check::checkperm('edit', $icoarr)) { - return array('error' => lang('no_privilege')); + $editperm = perm_check::checkperm('edit', $icoarr); + if (!$force && !$editperm) { + return array('error' => lang('file_edit_no_privilege')); } if (!$attach = getTxtAttachByMd5($fileContent, $icoarr['name'], $icoarr['ext'])) { return array('error' => lang('file_save_failure')); @@ -495,14 +437,14 @@ class io_dzz extends io_api } $setarr = array( 'uid' => $_G['uid'], - 'username' => $_G['username'], + 'username' => $_G['username'] ? $_G['username'] : '游客', 'name' => $icoarr['name'], 'aid' => $attach['aid'], 'size' => $attach['filesize'], 'ext' => $attach['filetype'], 'dateline' => TIMESTAMP ); - $return = C::t('resources_version')->add_new_version_by_rid($icoarr['rid'], $setarr,$force); + $return = C::t('resources_version')->add_new_version_by_rid($icoarr['rid'], $setarr,$force,$editperm); if($return['error']){ return array('error'=>$return['error']); } @@ -566,6 +508,13 @@ class io_dzz extends io_api $icoid = preg_replace('/^preview_/', '', $icoid); $preview = true; } + // 检查是否以 'sid:' 开头并以 '_' 结尾 + if (preg_match('/^sid:([^\_]+)_/', $icoid, $matches)) { + // 提取 sid 后面的值 + $sid = $matches[1]; + // 去掉 sid 及其值 + $icoid = preg_replace('/^sid:[^\_]+_/', '', $icoid); + } if (strpos($icoid, 'dzz::') === 0) { $attachment = preg_replace('/^dzz::/i', '', $icoid); $name = array_pop(explode('/', $icoid)); @@ -629,9 +578,9 @@ class io_dzz extends io_api if (!$rid = DB::result_first("select rid from %t where pfid = %d and name = %s", array('resources', $pfid, $filename))) { return false; } - return C::t('resources')->fetch_by_rid($rid,'',$preview); + return C::t('resources')->fetch_by_rid($rid,'',$preview,$sid); } elseif (preg_match('/\w{32}/i', $icoid)) { - return C::t('resources')->fetch_by_rid($icoid,'',$preview); + return C::t('resources')->fetch_by_rid($icoid,'',$preview,$sid); } else { return false;//C::t('resources')->fetch_by_icoid($icoid); } @@ -750,6 +699,11 @@ class io_dzz extends io_api if (strpos($path, 'preview_') === 0) { $path = preg_replace('/^preview_/', '', $path); } + // 检查是否以 'sid:' 开头并以 '_' 结尾 + if (preg_match('/^sid:([^\_]+)_/', $path, $matches)) { + // 去掉 sid 及其值 + $path = preg_replace('/^sid:[^\_]+_/', '', $path); + } if (strpos($path, 'attach::') === 0) { $attachment = C::t('attachment')->fetch(intval(str_replace('attach::', '', $path))); $attachment['name'] = $filename ? $filename : $attachment['filename']; @@ -868,6 +822,11 @@ class io_dzz extends io_api if (strpos($path, 'preview_') === 0) { $path = preg_replace('/^preview_/', '', $path); } + // 检查是否以 'sid:' 开头并以 '_' 结尾 + if (preg_match('/^sid:([^\_]+)_/', $path, $matches)) { + // 去掉 sid 及其值 + $path = preg_replace('/^sid:[^\_]+_/', '', $path); + } if (strpos($path, 'dzz::') === 0) { if (strpos($path, './') !== false) return false; @unlink($_G['setting']['attachdir'] . preg_replace('/^dzz::/i', '', $path)); @@ -1041,7 +1000,7 @@ class io_dzz extends io_api $top[$k] = $v; } } - if ($topfid = DB::result_first("select fid from " . DB::table('folder') . " where uid='{$_G[uid]}' and fname = '{$top[fname]}' and flag='{$top[flag]}' ")) { + if ($topfid = DB::result_first("select fid from " . DB::table('folder') . " where uid='{$_G['uid']}' and fname = '{$top['fname']}' and flag='{$top['flag']}' ")) { C::t('folder')->update($topfid, $top); } else { $appid = $params['appid'] ? $params['appid'] : 0; @@ -1257,7 +1216,6 @@ class io_dzz extends io_api { global $_G, $documentexts, $space, $docexts; if (!perm_check::checkperm_Container($fid, 'upload')) { - return array('error' => lang('no_privilege')); } $gid = DB::result_first("select gid from %t where fid=%d", array('folder', $fid)); @@ -1266,7 +1224,7 @@ class io_dzz extends io_api $path = C::t('resources_path')->fetch_pathby_pfid($fid); - $imgexts = array('jpg', 'jpeg', 'gif', 'png', 'bmp'); + $imgexts = array('jpg', 'jpeg', 'gif', 'png', 'bmp', 'webp'); //图片文件时 if (in_array(strtolower($attach['filetype']), $imgexts)) { $icoarr = array( @@ -1408,13 +1366,15 @@ class io_dzz extends io_api $icoarr['apath'] = dzzencode('attach::' . $attach['aid']); $event = 'creat_file'; $path = preg_replace('/dzz:(.+?):/', '', $path) ? preg_replace('/dzz:(.+?):/', '', $path) : ''; + $hash = C::t('resources_event')->get_showtpl_hash_by_gpfid($fid, $icoarr['gid']); $eventdata = array( 'title' => $icoarr['name'], 'aid' => $icoarr['aid'], 'username' => $icoarr['username'], 'uid' => $icoarr['uid'], 'path' => $icoarr['path'], - 'position' => $path + 'position' => $path, + 'hash' => $hash ); C::t('resources_event')->addevent_by_pfid($fid, $event, 'create', $eventdata, $icoarr['gid'], $icoarr['rid']); } else { @@ -1826,7 +1786,6 @@ class io_dzz extends io_api if ($icoarr['rid'] = C::t('resources')->insert_data($icoarr)) { $sourceattr = array( 'title' => $attach['filename'], - 'desc' => '', 'postip' => $_G['clientip'], 'desc' => $data['desc'], 'aid' => $data['aid'], @@ -2182,6 +2141,13 @@ class io_dzz extends io_api $rid = preg_replace('/^preview_/', '', $rid); $preview = true; } + // 检查是否以 'sid:' 开头并以 '_' 结尾 + if (preg_match('/^sid:([^\_]+)_/', $rid, $matches)) { + // 提取 sid 后面的值 + $sid = $matches[1]; + // 去掉 sid 及其值 + $rid = preg_replace('/^sid:[^\_]+_/', '', $rid); + } $data = C::t('resources')->fetch_by_rid($rid); if (is_numeric($pfid)) {//如果目标位置也是本地 @@ -2199,7 +2165,7 @@ class io_dzz extends io_api $data['success'] = true; $data['moved'] = true; } else { - $re = self::FileCopy($rid, $pfid, true,$force,$preview); + $re = self::FileCopy($rid, $pfid, true,$force,$preview,$sid); $data['newdata'] = $re['icoarr']; $data['success'] = true; } @@ -2683,13 +2649,13 @@ class io_dzz extends io_api } //本地文件复制到本地其它区域 - public function FileCopy($rid, $pfid, $first = true,$force=false,$preview = false) + public function FileCopy($rid, $pfid, $first = true,$force=false,$preview = false,$sid = false) { global $_G, $_GET; if (!$tfolder = DB::fetch_first("select * from " . DB::table('folder') . " where fid='{$pfid}'")) { return array('error' => lang('target_location_not_exist')); } - if ($icoarr = C::t('resources')->fetch_by_rid($rid,'',$preview)) { + if ($icoarr = C::t('resources')->fetch_by_rid($rid,'',$preview,$sid)) { unset($icoarr['rid']); //判断当前文件有没有拷贝权限; @@ -2741,7 +2707,7 @@ class io_dzz extends io_api //复制源文件夹数据到目标目录同名文件夹 foreach (C::t('resources')->fetch_by_pfid($icoarr['oid']) as $value) { try { - self::FileCopy($value['rid'], $currentfid, false,$preview); + self::FileCopy($value['rid'], $currentfid, false,$preview,$sid); } catch (Exception $e) { } } @@ -2753,7 +2719,7 @@ class io_dzz extends io_api if ($data = self::createFolderByPath($icoarr['name'], $pfid)) {//根据文件夹名字和当前文件夹路径创建文件夹 foreach (C::t('resources')->fetch_by_pfid($folder['fid']) as $value) {//查询原文件夹中文件 try { - self::FileCopy($value['rid'], $data['pfid'], false,$preview);//复制原文件夹中文件到新文件夹 + self::FileCopy($value['rid'], $data['pfid'], false,$sid,$sid);//复制原文件夹中文件到新文件夹 } catch (Exception $e) { } } @@ -2927,6 +2893,11 @@ class io_dzz extends io_api if (strpos($path, 'preview_') === 0) { $path = preg_replace('/^preview_/', '', $path); } + // 检查是否以 'sid:' 开头并以 '_' 结尾 + if (preg_match('/^sid:([^\_]+)_/', $path, $matches)) { + // 去掉 sid 及其值 + $path = preg_replace('/^sid:[^\_]+_/', '', $path); + } if (strpos($path, 'dzz::') === false && strpos($path, 'TMP::') === false) { $gid = DB::result_first("select gid from %t where fid=%d", array('folder', $path)); if (!SpaceSize($size, $gid)) { diff --git a/core/class/memory/memory_driver_memcache.php b/core/class/memory/memory_driver_memcache.php index 687f5c7..66bd9c1 100644 --- a/core/class/memory/memory_driver_memcache.php +++ b/core/class/memory/memory_driver_memcache.php @@ -19,9 +19,20 @@ class memory_driver_memcache $connect = @$this->obj->connect($config['server'], $config['port']); } - $this->enable = $connect ? true : false; + $this->enable = $this->checkEnable($connect); } } + + public function checkEnable($connect){ + if($connect){ + $this->set('_check_','_check_',10); + if($this->get('_check_')=='_check_'){ + return true; + } + $this->rm('_check_'); + } + return false; + } public function get($key) { return $this->obj->get($key); diff --git a/core/class/memory/memory_driver_memcached.php b/core/class/memory/memory_driver_memcached.php index a880360..7cc1051 100644 --- a/core/class/memory/memory_driver_memcached.php +++ b/core/class/memory/memory_driver_memcached.php @@ -13,9 +13,20 @@ class memory_driver_memcached if(!empty($config['server'])) { $this->obj = new Memcached(); $connect = $this->connectd($config['server'], $config['port']); - $this->enable = $connect ? true : false; + $this->enable=$this->checkEnable($connect); } } + + public function checkEnable($connect){ + if($connect){ + $this->set('_check_','_check_',10); + if($this->get('_check_')=='_check_'){ + return true; + } + $this->rm('_check_'); + } + return false; + } public function connectd($host , $port){ $servers = $this->obj->getServerList(); if(is_array($servers)) { @@ -30,7 +41,7 @@ class memory_driver_memcached } public function getMulti($keys) { - return $this->obj->get($keys); + return $this->obj->getMulti($keys); } public function set($key, $value, $ttl = 0) { return $this->obj->set($key, $value, $ttl); diff --git a/core/class/memory/memory_driver_redis.php b/core/class/memory/memory_driver_redis.php index 6787e02..979547f 100644 --- a/core/class/memory/memory_driver_redis.php +++ b/core/class/memory/memory_driver_redis.php @@ -20,7 +20,7 @@ class memory_driver_redis } catch (RedisException $e) { echo $e; } - $this->enable = $connect ? true : false; + $this->enable = $this->checkEnable($connect); if($this->enable) { if($config['requirepass']) { $this->obj->auth($config['requirepass']); @@ -30,6 +30,16 @@ class memory_driver_redis } } + public function checkEnable($connect){ + if($connect){ + $this->set('_check_','_check_',10); + if($this->get('_check_')=='_check_'){ + return true; + } + $this->rm('_check_'); + } + return false; + } function &instance() { static $object; if(empty($object)) { diff --git a/core/class/perm/perm_check.php b/core/class/perm/perm_check.php index ba84f2e..8dbf174 100644 --- a/core/class/perm/perm_check.php +++ b/core/class/perm/perm_check.php @@ -161,13 +161,49 @@ class perm_check{ //$arr=array('uid','gid','desktop');其中这几项必须 function checkperm($action,$arr,$bz=''){ //检查某个图标是否有权限; global $_G; + if($_G['uid']>0 && $_G['adminid']==1) return true; //网站管理员 有权限; + if ($arr['sid']) { + $share = C::t('shares')->fetch($arr['sid']); + if ($share) { + if ($share['status'] == -4) exit(lang('shared_links_screened_administrator')); + if ($share['status'] == -5) exit(lang('sharefile_isdeleted_or_positionchange')); + if ($share['endtime'] && $share['endtime'] < TIMESTAMP) { + exit(lang('share_link_expired')); + } + if ($share['status'] == -3) { + exit(lang('share_file_deleted')); + } + if ($share['perm']) { + $perms = array_flip(explode(',', $share['perm'])); // 将权限字符串转换为数组 + if (isset($perms[3]) && $_G['uid']<1) { // 3 表示仅登录使用 + return false; // 未登录,返回 false + } + if ($action == 'read') { + if (isset($perms[2])) { // 2 表示禁用预览权限 + return false; // 预览权限被禁用,返回 false + } else { + return true; // 其他情况,默认允许访问 + } + } elseif ($action == 'edit' && isset($perms[4])) { + return true; // 编辑权限 + } elseif ($action == 'download' && isset($perms[1])) { + return false; // 下载权限被禁用 + } + } else { + if ($action == 'download' || $action == 'read') { + return true; // 默认允许下载和预览 + } + } + } else { + return false; // 资源不存在 + } + } if ($arr['preview'] && ($action=='read') || $action=='copy' || $action=='download') { return true; } if($_G['uid']<1){ //游客没有权限 return false; } - if($_G['adminid']==1) return true; //网站管理员 有权限; if (!$arr['gid'] && $arr['uid'] !== $_G['uid']) {//我的网盘文件只限于当前用户 return false; } @@ -209,7 +245,6 @@ class perm_check{ if($_G['uid']==$folder['uid']) $action.='1'; else $action.='2'; } - if(!perm_FolderSPerm::isPower($folder['fsperm'],$action)) return false; //默认目录只有管理员有权限改变排列 //if($action=='admin' && $_G['adminid']!=1 && $folder['flag']!='folder') return false; diff --git a/core/class/table/table_admincp_session.php b/core/class/table/table_admincp_session.php index aa932ec..1be9720 100644 --- a/core/class/table/table_admincp_session.php +++ b/core/class/table/table_admincp_session.php @@ -20,7 +20,7 @@ class table_admincp_session extends dzz_table parent::__construct(); } - public function fetch($uid, $panel) { + public function fetch($uid, $panel = false) { $sql = 'SELECT * FROM %t WHERE uid=%d AND panel=%d'; return DB::fetch_first($sql, array($this->_table, $uid, $panel)); } @@ -29,7 +29,7 @@ class table_admincp_session extends dzz_table return DB::fetch_all('SELECT * FROM %t WHERE panel=%d', array($this->_table, $panel), 'uid'); } - public function delete($uid, $panel, $ttl = 3600) { + public function delete($uid, $panel = false, $ttl = 3600) { $sql = 'DELETE FROM %t WHERE (uid=%d AND panel=%d) OR dateline<%d'; @@ -37,7 +37,7 @@ class table_admincp_session extends dzz_table } - public function update($uid, $panel, $data) { + public function update($uid, $panel, $data = false, $low_priority = false) { if(!empty($data) && is_array($data)) { DB::update($this->_table, $data, array('uid'=>$uid, 'panel'=>$panel)); } diff --git a/core/class/table/table_app_market.php b/core/class/table/table_app_market.php index 6b6bfaa..1a78676 100644 --- a/core/class/table/table_app_market.php +++ b/core/class/table/table_app_market.php @@ -22,7 +22,7 @@ class table_app_market extends dzz_table parent::__construct(); } - public function update($appid,$setarr){ + public function update($appid,$setarr, $unbuffered = false, $low_priority = false){ if(($ret=parent::update($appid,$setarr)) && isset($setarr['available'])){ //如果是启用或关闭时,更新钩子表的status字段 C::t('hooks')->update_by_appid($appid,array('status'=>intval($setarr['available']))); @@ -139,33 +139,44 @@ class table_app_market extends dzz_table } return DB::fetch_all("select * from %t where $sql and notdelete>0 and available>0 order by disp ",array($this->_table),'appid'); } - public function fetch_all_by_default($uid=0){ //取得所有默认的应用 - if($uid && $space=getuserbyuid($uid)){ - if($space['groupid']==1){//系统管理员 - $l="`group` = '1'"; - if($notappids=C::t('app_organization')->fetch_notin_appids_by_uid($uid)){ - $l.=" and appid NOT IN (".dimplode($notappids).") "; + + public function fetch_all_by_default($uid = 0, $appid = false) { // 取得所有默认的应用 + if ($uid && $space = getuserbyuid($uid)) { + if ($space['groupid'] == 1) { // 系统管理员 + $l = "`group` = '1'"; + if ($notappids = C::t('app_organization')->fetch_notin_appids_by_uid($uid)) { + $l .= " and appid NOT IN (" . dimplode($notappids) . ") "; } - $sql="`position`>0 and (`group`='0' OR `group`='2' OR `group`='3' OR (".$l."))"; - }elseif($space['groupid']==2){ - $l=" (`group` = '1')"; - if($notappids=C::t('app_organization')->fetch_notin_appids_by_uid($uid)){ - $l.=" and appid NOT IN (".dimplode($notappids).") "; + $sql = "`position` > 0 and (`group` = '0' OR `group` = '2' OR `group` = '3' OR (" . $l . "))"; + } elseif ($space['groupid'] == 2) { + $l = " (`group` = '1')"; + if ($notappids = C::t('app_organization')->fetch_notin_appids_by_uid($uid)) { + $l .= " and appid NOT IN (" . dimplode($notappids) . ") "; } - $sql=" `position`>0 and (`group` = '2' OR `group`='0' or (".$l."))"; - }else{ //普通成员 - //属于普通用户应用但不属于特定部门的应用 - $l=" (`group` = '1')"; - if($notappids=C::t('app_organization')->fetch_notin_appids_by_uid($uid)){ - $l.=" and appid NOT IN (".dimplode($notappids).") "; + $sql = "`position` > 0 and (`group` = '2' OR `group` = '0' or (" . $l . "))"; + } else { // 普通成员 + // 属于普通用户应用但不属于特定部门的应用 + $l = " (`group` = '1')"; + if ($notappids = C::t('app_organization')->fetch_notin_appids_by_uid($uid)) { + $l .= " and appid NOT IN (" . dimplode($notappids) . ") "; } - $sql="`position`>0 and (`group`='0' or (".$l."))"; + $sql = "`position` > 0 and (`group` = '0' or (" . $l . "))"; } - }else{ //游客 - $sql="`position`>0 and (`group`='-1' or `group`='0')"; + } else { // 游客 + $sql = "`position` > 0 and (`group` = '-1' or `group` = '0')"; + } + + // 根据 $appid 参数决定返回哪些字段 + $select = $appid ? "appid" : "*"; + + if ($appid) { + // 如果只需要 appid,直接返回一个包含所有 appid 的数组 + $result = DB::fetch_all("select $select from %t where $sql and available > 0 order by disp ", array($this->_table)); + return array_column($result, 'appid'); + } else { + // 返回所有字段 + return DB::fetch_all("select $select from %t where $sql and available > 0 order by disp ", array($this->_table), 'appid'); } - //exit($sql); - return DB::fetch_all("select * from %t where $sql and available>0 order by disp ",array($this->_table),'appid'); } public function fetch_appid_by_mod($mod,$match=0){//$match==1表示全匹配,默认模糊匹配 $sql=''; @@ -182,6 +193,10 @@ class table_app_market extends dzz_table public function fetch_by_identifier($identifier,$app_path='dzz'){ return DB::fetch_first("select * from %t where app_path=%s and identifier=%s ",array($this->_table,$app_path,$identifier)); } + + public function fetch_by_allidentifier($identifier){ + return DB::fetch_first("select * from %t where identifier=%s ",array($this->_table,$identifier)); + } public function fetch_by_mod(){ return DB::fetch_first("select * from %t where app_path=%s and identifier=%s ",array($this->_table,CURSCRIPT,CURMODULE)); } diff --git a/core/class/table/table_app_open.php b/core/class/table/table_app_open.php index 7b3ad67..afe9967 100644 --- a/core/class/table/table_app_open.php +++ b/core/class/table/table_app_open.php @@ -21,7 +21,7 @@ class table_app_open extends dzz_table } public function setDefault($extid){ $data=self::fetch($extid); - DB::update($this->_table,array('isdefault'=>0),"ext='{$data[ext]}'"); + DB::update($this->_table,array('isdefault'=>0),"ext='{$data['ext']}'"); $this->clear_cache('ext_all'); $this->clear_cache('all'); return self::update($extid,array('isdefault'=>1)); diff --git a/core/class/table/table_app_organization.php b/core/class/table/table_app_organization.php index 7bcd6ce..710b445 100644 --- a/core/class/table/table_app_organization.php +++ b/core/class/table/table_app_organization.php @@ -19,7 +19,7 @@ class table_app_organization extends dzz_table $this->_pk = ''; parent::__construct(); } - public function insert($appid, $orgid) { + public function insert($appid, $orgid = false, $replace = false, $silent = false) { return DB::insert($this->_table, array("orgid"=>$orgid,'appid'=>$appid,'dateline'=>TIMESTAMP),1,1); } public function replace_orgids_by_appid($appid,$orgids){ @@ -75,7 +75,7 @@ class table_app_organization extends dzz_table $paichu_appids[]=$value['appid']; } - return $paichu_appids; + return $paichu_appids; } public function fetch_orgids_by_appid($appid){ $orgids=array(); diff --git a/core/class/table/table_attachment.php b/core/class/table/table_attachment.php index ab30c30..5cdc3af 100644 --- a/core/class/table/table_attachment.php +++ b/core/class/table/table_attachment.php @@ -63,6 +63,7 @@ class table_attachment extends dzz_table }*/ return (defined('DZZSCRIPT')?DZZSCRIPT:'index.php').'?mod=io&op=thumbnail&width='.$width.'&height='.$height.'&original='.$original.'&path='.dzzencode($path); } + public function get_total_filesize() { $attachsize = 0; $attachsize = DB::result_first("SELECT SUM(filesize) FROM ".DB::table($this->table)); @@ -111,7 +112,7 @@ class table_attachment extends dzz_table if($filter['oremoteid']<2){ $where.=" and remote<2"; }else{ - $where.=" and remote= '{$filter[oremoteid]}'"; + $where.=" and remote= '{$filter['oremoteid']}'"; } } @@ -120,11 +121,11 @@ class table_attachment extends dzz_table } $filter['sizelt']=intval($filter['sizelt']*1024*1024); if($filter['sizelt']>0){ - $where.=" and filesize>'$filter[sizelt]'"; + $where.=" and filesize>'{$filter[sizelt]}'"; } $filter['sizegt']=intval($filter['sizegt']*1024*1024); if($filter['sizegt']>0){ - $where.=" and filesize<'$filter[sizegt]'"; + $where .= " and filesize < '{$filter['sizegt']}'"; } if($filter['exts']){ $extarr=explode(',',$filter['exts']); @@ -133,10 +134,10 @@ class table_attachment extends dzz_table } } if($filter['dateline']){ - $where.=" and dateline>='{$filter[dateline]}'"; + $where.=" and dateline>='{$filter['dateline']}'"; } if($filter['aid1']){ - $where.=" and aid>'{$filter[aid1]}'"; + $where.=" and aid>'{$filter['aid1']}'"; } if($filter['ignore']){ @@ -149,7 +150,7 @@ class table_attachment extends dzz_table else return DB::fetch_first("SELECT * FROM ".DB::table($this->_table)." WHERE $where order by aid"); } - public function insert($setarr,$return_insert_id=1){ + public function insert($setarr,$return_insert_id=1,$replace = false, $silent = false){ if($aid=parent::insert($setarr,$return_insert_id)){ Hook::listen('table_attachment_insert', $aid);//插入附件表时的挂载点 return $aid; diff --git a/core/class/table/table_collect.php b/core/class/table/table_collect.php index db48f30..d2df6c6 100644 --- a/core/class/table/table_collect.php +++ b/core/class/table/table_collect.php @@ -15,11 +15,11 @@ class table_collect extends dzz_table $lid=intval($cid); $link=self::fetch($cid); if($link['cid']){ - $copys=DB::result_first("select copys from ".DB::table('collect')." where cid='{$link[cid]}' and type = 'link'"); + $copys=DB::result_first("select copys from ".DB::table('collect')." where cid='{$link['cid']}' and type = 'link'"); if($copys<=1){ - return DB::delete('collect',"cid='{$link[cid]}'"); + return DB::delete('collect',"cid='{$link['cid']}'"); }else{ - return DB::update('collect',array('copys'=>$copys-1),"cid='{$link[cid]}'"); + return DB::update('collect',array('copys'=>$copys-1),"cid='{$link['cid']}'"); } } } diff --git a/core/class/table/table_document_reversion.php b/core/class/table/table_document_reversion.php index 4c73986..fa5630b 100644 --- a/core/class/table/table_document_reversion.php +++ b/core/class/table/table_document_reversion.php @@ -67,7 +67,7 @@ class table_document_reversion extends dzz_table public function insert_by_parent($arr){ return parent::insert($arr,1); } - public function insert($arr,$new){ + public function insert($arr,$new= false,,$replace = false, $silent = false){ //先获取最新版本,没有的话新插入 $newest=array(); if($newest=DB::fetch_first("select * from %t where did=%d order by version DESC limit 1",array($this->_table,$arr['did']))){ @@ -163,7 +163,7 @@ class table_document_reversion extends dzz_table return false; } } - public function delete($revid){ + public function delete($revid, $unbuffered = false){ $data=parent::fetch($revid); $attachs=array(); if($data['attachs']) $attachs=explode(',',$data['attachs']); diff --git a/core/class/table/table_folder.php b/core/class/table/table_folder.php index 0f5f3a2..d50313e 100644 --- a/core/class/table/table_folder.php +++ b/core/class/table/table_folder.php @@ -17,7 +17,7 @@ class table_folder extends dzz_table parent::__construct(); } - public function update($fid, $data,$applytosub=false) + public function update($fid, $data,$applytosub=false, $low_priority = false) { if (isset($data['perm'])) { $perm = intval($data['perm']); @@ -77,7 +77,7 @@ class table_folder extends dzz_table } } - public function insert($data, $appid = 0) + public function insert($data, $appid = 0,$replace = false, $silent = false) { if (empty($data)) { return false; @@ -374,7 +374,7 @@ class table_folder extends dzz_table } //删除目录 - public function delete($fid) + public function delete($fid, $unbuffered = false) { //删除路径表数据 C::t('resources_path')->delete_by_fid($fid); @@ -410,10 +410,10 @@ class table_folder extends dzz_table if ($folder['perm'] > 0) { if (perm_binPerm::havePower('read1', $folder['perm'])) { - $where1[] = "uid ='{$_G[uid]}'"; + $where1[] = "uid ='{$_G['uid']}'"; } if (perm_binPerm::havePower('read2', $folder['perm'])) { - $where1[] = "uid!='{$_G[uid]}'"; + $where1[] = "uid!='{$_G['uid']}'"; } } if ($where1) $wheresql .= " and (" . implode(' OR ', $where1) . ")"; @@ -487,13 +487,13 @@ class table_folder extends dzz_table if (perm_check::checkperm_Container($folder['fid'], 'read2')) { $where1[] = "1"; } elseif (perm_check::checkperm_Container($folder['fid'], 'read1')) { - $where1[] = "uid='{$_G[uid]}'"; + $where1[] = "uid='{$_G['uid']}'"; } $where1 = array_filter($where1); if (!empty($where1)) $temp[] = "(" . implode(' OR ', $where1) . ")"; else $temp[] = "0"; } else { - $temp[] = " uid='{$_G[uid]}'"; + $temp[] = " uid='{$_G['uid']}'"; } $where[] = '(' . implode(' and ', $temp) . ')'; unset($temp); @@ -523,14 +523,14 @@ class table_folder extends dzz_table if (perm_binPerm::havePower('read2', $folder['perm'])) { $where1[] = "1"; } elseif (perm_binPerm::havePower('read1', $folder['perm'])) { - $where1[] = "uid='{$_G[uid]}'"; + $where1[] = "uid='{$_G['uid']}'"; } } $where1 = array_filter($where1); if (!empty($where1)) $temp[] = "(" . implode(' OR ', $where1) . ")"; else $temp[] = "0"; } else { - $temp[] = " uid='{$_G[uid]}'"; + $temp[] = " uid='{$_G['uid']}'"; } $where[] = '(' . implode(' and ', $temp) . ')'; unset($temp); diff --git a/core/class/table/table_folder_attr.php b/core/class/table/table_folder_attr.php index ae425c5..0c0fb2a 100644 --- a/core/class/table/table_folder_attr.php +++ b/core/class/table/table_folder_attr.php @@ -23,7 +23,7 @@ class table_folder_attr extends dzz_table } return $ret; } - public function update($id,$setarr){ + public function update($id,$setarr, $unbuffered = false, $low_priority = false){ if(!$data=parent::fetch($id)) return false; if($ret=parent::update($id,$setarr)){ if($setarr['skey']=='icon'){ @@ -33,7 +33,7 @@ class table_folder_attr extends dzz_table } return $ret; } - public function insert($setarr){ + public function insert($setarr, $return_insert_id = false, $replace = false, $silent = false){ if($id=DB::result_first("select id from %t where fid=%d and skey=%s",array($this->_table,$setarr['fid'],$setarr['skey']))){ if($setarr['skey']=='icon'){ $o=parent::fetch($id); diff --git a/core/class/table/table_folder_default.php b/core/class/table/table_folder_default.php index d6e6dd0..ffc2719 100644 --- a/core/class/table/table_folder_default.php +++ b/core/class/table/table_folder_default.php @@ -21,7 +21,7 @@ class table_folder_default extends dzz_table $this->_cache_ttl = 0; parent::__construct(); } - public function fetch_all(){ + public function fetch_all($ids = null, $force_from_db = false){ if(($data=$this->fetch_cache('all'))===false){ $data=DB::fetch_all("SELECT * FROM %t WHERE 1 ORDER BY display", array($this->_table)); } diff --git a/core/class/table/table_folder_sub.php b/core/class/table/table_folder_sub.php index a55ba1f..06073e6 100644 --- a/core/class/table/table_folder_sub.php +++ b/core/class/table/table_folder_sub.php @@ -24,7 +24,7 @@ class table_folder_sub extends dzz_table return parent::insert($setarr,1); } - public function update($subid,$setarr){ + public function update($subid,$setarr, $unbuffered = false, $low_priority = false){ if($ret=parent::update($subid,$setarr)){ $flag=$setarr['flag']; $allow_exts=isset($setarr['allow_exts'])?$setarr['allow_exts']:null; diff --git a/core/class/table/table_form_setting.php b/core/class/table/table_form_setting.php index 8770d33..44c4f36 100644 --- a/core/class/table/table_form_setting.php +++ b/core/class/table/table_form_setting.php @@ -21,7 +21,7 @@ class table_form_setting extends dzz_table parent::__construct(); } - public function fetch($flag){ + public function fetch($flag, $force_from_db = false){ $data=parent::fetch($flag); if($data['options']) $data['options']=unserialize($data['options']); @@ -98,7 +98,7 @@ class table_form_setting extends dzz_table } /*获取所有表单项*/ - public function fetch_all($flags=array()){ + public function fetch_all($flags=array(), $force_from_db = false){ $data=array(); $sql = 1; $param = array($this->_table); diff --git a/core/class/table/table_iconview.php b/core/class/table/table_iconview.php index 9a5ceaa..018eabe 100644 --- a/core/class/table/table_iconview.php +++ b/core/class/table/table_iconview.php @@ -20,7 +20,7 @@ class table_iconview extends dzz_table $this->_cache_ttl = 0;*/ parent::__construct(); } - public function fetch_all(){ + public function fetch_all($ids = null, $force_from_db = false){ return DB::fetch_all("select * from %t where 1",array($this->_table),'id'); } } diff --git a/core/class/table/table_local_router.php b/core/class/table/table_local_router.php index c3d207c..c74afe0 100644 --- a/core/class/table/table_local_router.php +++ b/core/class/table/table_local_router.php @@ -62,11 +62,11 @@ class table_local_router extends dzz_table return $html; } - public function insert($setarr){ + public function insert($setarr, $return_insert_id = false, $replace = false, $silent = false){ $setarr['router']=serialize($setarr['router']); return parent::insert($setarr,1); } - public function update($routerid,$setarr){ + public function update($routerid,$setarr, $unbuffered = false, $low_priority = false){ if($setarr['router']) $setarr['router']=serialize($setarr['router']); return parent::update($routerid,$setarr); } diff --git a/core/class/table/table_organization.php b/core/class/table/table_organization.php index 0c72ed1..eb39564 100644 --- a/core/class/table/table_organization.php +++ b/core/class/table/table_organization.php @@ -58,7 +58,7 @@ class table_organization extends dzz_table return array(); } //插入数据 - public function insert($arr){ + public function insert($arr, $return_insert_id = false, $replace = false, $silent = false){ if($orgid=parent::insert($arr,1)){ if(intval($arr['aid'])){//如果有头像图片,增加copys C::t('attachment')->add_by_aid(intval($arr['aid'])); diff --git a/core/class/table/table_organization_admin.php b/core/class/table/table_organization_admin.php index a94ca9a..88efbc0 100644 --- a/core/class/table/table_organization_admin.php +++ b/core/class/table/table_organization_admin.php @@ -19,7 +19,7 @@ class table_organization_admin extends dzz_table parent::__construct(); } - public function insert($uid, $orgid,$admintype = 1) { + public function insert($uid, $orgid = false,$admintype = 1,$silent = false) { if(!$uid || !$orgid) return 0; if(!C::t('organization_user')->fetch_num_by_orgid_uid($orgid,$uid)){ $ret = C::t('organization_user')->insert_by_orgid($orgid,$uid); diff --git a/core/class/table/table_organization_user.php b/core/class/table/table_organization_user.php index bee876b..e5749d8 100644 --- a/core/class/table/table_organization_user.php +++ b/core/class/table/table_organization_user.php @@ -277,7 +277,7 @@ class table_organization_user extends dzz_table foreach (DB::fetch_all("select * from %t where orgid=%d", array($this->_table, $orgid)) as $value) { if (DB::result_first("select COUNT(*) from %t where orgid=%d and uid=%d", array($this->_table, $org['forgid'], $value['uid']))) { C::t('organization_admin')->delete_by_uid_orgid($value['uid'], $orgid); - DB::delete($this->_table, "orgid='{$org[forgid]}' and uid='{$value[uid]}'"); + DB::delete($this->_table, "orgid='{$org['forgid']}' and uid='{$value['uid']}'"); } else { $value['orgid'] = $org['forgid']; parent::insert($value); diff --git a/core/class/table/table_resources.php b/core/class/table/table_resources.php index 552e444..175023e 100644 --- a/core/class/table/table_resources.php +++ b/core/class/table/table_resources.php @@ -133,7 +133,7 @@ class table_resources extends dzz_table $extrasql = ' and isdelete < 1 '; } //获取当前文件下所有下级rid - foreach (DB::fetch_all("select rid,pfid,oid,uid,sperm from %t where (oid in(%n) or pfid in(%n)) and rid != %s $extrasql", array($this->_table, $fids, $fids, $icoarr['rid'])) as $v) { + foreach (DB::fetch_all("select rid,pfid,oid,uid,gid,sperm from %t where (oid in(%n) or pfid in(%n)) and rid != %s $extrasql", array($this->_table, $fids, $fids, $icoarr['rid'])) as $v) { $rids[] = $v['rid']; $resources[] = $v; } @@ -160,7 +160,8 @@ class table_resources extends dzz_table if (count($resources)) { foreach ($resources as $v) { if (!perm_check::checkperm($action, $v)) { - return array('error' => lang('has_no_privilege_file')); + $arr = self::fetch_by_rid($v['rid']); + return array('error' => lang('has_no_privilege_file').' '.$arr['name']); } } } @@ -375,7 +376,7 @@ class table_resources extends dzz_table return $resourcedata; } - public function fetch_by_rid($rid, $force_from_db = false,$preview = false) + public function fetch_by_rid($rid, $force_from_db = false,$preview = false,$sid = false) { //返回一条数据同时加载资源表数据 global $_G; $cachekey = 'resourcesdata_' . $rid; @@ -426,6 +427,7 @@ class table_resources extends dzz_table $data['path'] = $data['rid']; $data['bz'] = ''; $data['preview'] = $preview; + $data['sid'] = $sid; $data['collect'] = C::t('resources_collect')->fetch_by_rid($rid); if ($data['remote'] > 1) $data['rbz'] = io_remote::getBzByRemoteid($data['remote']); @@ -532,39 +534,6 @@ class table_resources extends dzz_table return $folderinfo; } - //查詢文件夹下文件信息 - /*public function fetch_folderinfo_by_pfid($fid) - { - global $_G; - if ($fid) { - if ($folder = C::t('folder')->fetch($fid)) { - $where1 = array(); - if ($folder['gid'] > 0) { - $folder['perm'] = perm_check::getPerm($folder['fid']); - if ($folder['perm'] > 0) { - if (perm_binPerm::havePower('read2', $folder['perm'])) { - $where1[] = "1"; - } elseif (perm_binPerm::havePower('read1', $folder['perm'])) { - $where1[] = "uid='{$_G[uid]}'"; - } - - } - $where1 = array_filter($where1); - if (!empty($where1)) $temp[] = "(" . implode(' OR ', $where1) . ")"; - else $temp[] = "0"; - } else { - $temp[] = " uid='{$_G[uid]}'"; - } - $where[] = '(' . implode(' and ', $temp) . ')'; - unset($temp); - } - $wheresql = ""; - if ($where) $wheresql .= implode(' AND ', $where); - - return DB::fetch_all("select * from %t where pfid = %d and isdelete = 0 and $wheresql", array($this->_table, $fid)); - } - }*/ - public function fetch_all_by_pfid($pfid, $conditions = array(), $limit = 0, $orderby = '', $order = '', $start = 0, $count = false) { global $_G; @@ -618,7 +587,7 @@ class table_resources extends dzz_table if (perm_binPerm::havePower('read2', $folder['perm'])) { $where1[] = "1"; } elseif (perm_binPerm::havePower('read1', $folder['perm'])) { - $where1[] = "uid='{$_G[uid]}'"; + $where1[] = "uid='{$_G['uid']}'"; } } @@ -626,7 +595,7 @@ class table_resources extends dzz_table if (!empty($where1)) $temp[] = "(" . implode(' OR ', $where1) . ")"; else $temp[] = "0"; } else { - $temp[] = " uid='{$_G[uid]}'"; + $temp[] = " uid='{$_G['uid']}'"; } } $arr[] = '(' . implode(' and ', $temp) . ')'; @@ -644,14 +613,14 @@ class table_resources extends dzz_table if (perm_binPerm::havePower('read2', $folder['perm'])) { $where1[] = "1 = 1"; } elseif (perm_binPerm::havePower('read1', $folder['perm'])) { - $where1[] = "uid='{$_G[uid]}'"; + $where1[] = "uid='{$_G['uid']}'"; } } $where1 = array_filter($where1); if ($where1) $temp[] = "(" . implode(' OR ', $where1) . ")"; else $temp[] = "0"; } else { - $temp[] = " uid='{$_G[uid]}'"; + $temp[] = " uid='{$_G['uid']}'"; } } $where[] = '(' . implode(' and ', $temp) . ')'; @@ -873,6 +842,11 @@ class table_resources extends dzz_table $fileinfo['opendateline'] = ($filestatis['opendateline']) ? dgmdate($filestatis['opendateline'], 'Y-m-d H:i:s') : dgmdate($fileinfo['dateline'], 'Y-m-d H:i:s'); $fileinfo['editdateline'] = ($filestatis['editdateline']) ? dgmdate($filestatis['editdateline'], 'Y-m-d H:i:s') : dgmdate($fileinfo['dateline'], 'Y-m-d H:i:s'); $fileinfo['fdateline'] = dgmdate($fileinfo['dateline'], 'Y-m-d H:i:s'); + if ($_G['adminid']) { + $fileinfo['downs'] = $filestatis['downs']; + $fileinfo['views'] = $filestatis['views']; + $fileinfo['edits'] = $filestatis['edits']; + } //编辑权限信息 $fileinfo['editperm'] = 1; if ($fileinfo['gid'] > 0) { @@ -1052,4 +1026,4 @@ function get_resources_info_by_fid($fid) { return DB::fetch_first("select * from %t where oid = %d and `type` = 'folder' ", array($this->_table, $fid)); } -} +} \ No newline at end of file diff --git a/core/class/table/table_resources_attr.php b/core/class/table/table_resources_attr.php index 139a80e..1107092 100644 --- a/core/class/table/table_resources_attr.php +++ b/core/class/table/table_resources_attr.php @@ -24,7 +24,7 @@ class table_resources_attr extends dzz_table } return $ret; } - public function update($id,$setarr){ + public function update($id,$setarr, $unbuffered = false, $low_priority = false){ if(!$data=parent::fetch($id)) return false; if($ret=parent::update($id,$setarr)){ if($setarr['skey']=='icon'){ @@ -36,7 +36,7 @@ class table_resources_attr extends dzz_table } return $ret; } - public function insert($setarr){ + public function insert($setarr, $return_insert_id = false, $replace = false, $silent = false){ if($id=DB::result_first("select id from %t where rid=%s and skey=%s and vid=%d",array($this->_table,$setarr['rid'],$setarr['skey'],intval($setarr['vid'])))){ if($setarr['skey']=='icon'){ $o=parent::fetch($id); diff --git a/core/class/table/table_resources_cat.php b/core/class/table/table_resources_cat.php index 96e198f..812f9b4 100644 --- a/core/class/table/table_resources_cat.php +++ b/core/class/table/table_resources_cat.php @@ -34,7 +34,7 @@ class table_resources_cat extends dzz_table return array('error'=>true,'msg'=>lang('exploder_add_failed')); } - public function update($catid,$setarr){ + public function update($catid,$setarr, $unbuffered = false, $low_priority = false){ if(!$catinfo = parent::fetch($catid)) return false; if(isset($setarr['tag'])){ $oldtids = explode(',',$catinfo['tag']); diff --git a/core/class/table/table_resources_permgroup.php b/core/class/table/table_resources_permgroup.php index a6cb2ad..cfc5e2c 100644 --- a/core/class/table/table_resources_permgroup.php +++ b/core/class/table/table_resources_permgroup.php @@ -12,7 +12,7 @@ class table_resources_permgroup extends dzz_table parent::__construct(); } - public function insert($setarr){ + public function insert($setarr, $return_insert_id = false, $replace = false, $silent = false){ if($setarr['default'] == 1){//删除原有默认值 if($did = DB::result_first("select `id` from %t where `default` = %d",array($this->_table,1))){ parent::update($did,array('default'=>0)); @@ -34,7 +34,7 @@ class table_resources_permgroup extends dzz_table public function fetch_by_name($pername){ return DB::result_first("select count(*) from %t where pername = %s",array($this->_table,$pername)); } - public function fetch_all($off = false){ + public function fetch_all($off = null, $force_from_db = false){ $params= array($this->_table); $wheresql = ''; if($off){ diff --git a/core/class/table/table_resources_version.php b/core/class/table/table_resources_version.php index 36e163b..02b5686 100644 --- a/core/class/table/table_resources_version.php +++ b/core/class/table/table_resources_version.php @@ -139,21 +139,23 @@ class table_resources_version extends dzz_table return $ret; } //上传新版本 - public function add_new_version_by_rid($rid,$setarr,$force=false){ + public function add_new_version_by_rid($rid,$setarr,$force=false,$editperm = false){ global $_G,$documentexts; $cachekey = 'resourcesversiondata_'.$rid; if(!$resources = C::t('resources')->fetch_info_by_rid($rid)){ return array('error'=>lang('file_not_exist')); } //检测权限 - if (!$force && !perm_check::checkperm_Container($resources['pfid'], 'edit2') && !( $_G['uid'] == $resources['uid'] && perm_check::checkperm_Container($resources['pfid'], 'edit1'))) { - return array('error'=>lang('no_privilege')); + if(!$editperm) { + if (!$force && !perm_check::checkperm_Container($resources['pfid'], 'edit2') && !( $_G['uid'] == $resources['uid'] && perm_check::checkperm_Container($resources['pfid'], 'edit1'))) { + return array('error'=>lang('no_privilege')); + } } //文件类型获取 - $imgexts = array('jpg', 'jpeg', 'gif', 'png', 'bmp'); + $imgexts = array('jpg', 'jpeg', 'gif', 'png', 'bmp', 'webp'); if (in_array(strtolower($setarr['ext']), $imgexts)){ $setarr['type'] = 'image'; - }elseif(in_array(strtoupper($setarr['ext']), $documentexts)){ + }elseif(in_array(strtoupper($setarr['ext']),$documentexts)){ $setarr['type'] = 'document'; }else{ $setarr['type'] = 'attach'; diff --git a/core/class/table/table_session.php b/core/class/table/table_session.php index ead39d0..4cb7201 100644 --- a/core/class/table/table_session.php +++ b/core/class/table/table_session.php @@ -60,19 +60,17 @@ class table_session extends dzz_table return DB::result_first("SELECT count(*) FROM ".DB::table($this->_table).$condition); } - public function delete_by_session($session, $onlinehold, $guestspan) { - if(!empty($session) && is_array($session)) { - $onlinehold = time() - $onlinehold; - $guestspan = time() - $guestspan; - $session = daddslashes($session); + if(empty($session) || !is_array($session)) return; + $onlinehold = time() - $onlinehold; + $guestspan = time() - $guestspan; - $condition = " sid='{$session[sid]}' "; - $condition .= " OR lastactivity<$onlinehold "; - $condition .= " OR (uid='0' AND ".DB::field('ip', $session['ip'])." AND lastactivity>$guestspan) "; - $condition .= $session['uid'] ? " OR (uid='{$session['uid']}') " : ''; - DB::delete('session', $condition); - } + $session = daddslashes($session); + $condition = " sid='{$session['sid']}' "; + $condition .= " OR lastactivity<$onlinehold "; + $condition .= " OR (uid='0' AND ".DB::field('ip', $session['ip'])." AND lastactivity>$guestspan) "; + $condition .= $session['uid'] ? " OR (uid='{$session['uid']}') " : ''; + DB::delete('session', $condition); } public function fetch_by_uid($uid) { return !empty($uid) ? DB::fetch_first('SELECT * FROM %t WHERE uid=%d', array($this->_table, $uid)) : false; diff --git a/core/class/table/table_setting.php b/core/class/table/table_setting.php index d61ad5c..6e43e62 100644 --- a/core/class/table/table_setting.php +++ b/core/class/table/table_setting.php @@ -36,7 +36,7 @@ class table_setting extends dzz_table return $data; } - public function update($skey, $svalue){ + public function update($skey, $svalue, $unbuffered = false, $low_priority = false){ return DB::insert($this->_table, array($this->_pk => $skey, 'svalue' => is_array($svalue) ? serialize($svalue) : $svalue), false, true); } diff --git a/core/class/table/table_shares.php b/core/class/table/table_shares.php index f9a4942..b31b545 100644 --- a/core/class/table/table_shares.php +++ b/core/class/table/table_shares.php @@ -12,7 +12,7 @@ class table_shares extends dzz_table $this->_pk = 'id'; parent::__construct(); } - public function insert($setarr){ + public function insert($setarr, $return_insert_id = false, $replace = false, $silent = false){ $rid = $setarr['filepath']; $more = false; $rids = explode(',',$rid); @@ -207,7 +207,7 @@ class table_shares extends dzz_table } $sharestatus = array('-5'=>lang('sharefile_isdeleted_or_positionchange'),'-4' => lang('been_blocked'), '-3' => lang('file_been_deleted'), '-2' => lang('degree_exhaust'), '-1' => lang('logs_invite_status_4'), '0' => lang('founder_upgrade_normal')); foreach(DB::fetch_all("select * from %t where $wheresql $ordersql $limitsql",$params) as $val){ - $val['sharelink'] = outputurl(getglobal('siteurl').'index.php?mod=shares&sid='.dzzencode($val['id'])); + $val['sharelink'] = C::t('shorturl')->getShortUrl(getglobal('siteurl').'index.php?mod=shares&sid='.dzzencode($val['id'])); $val['fdateline'] = dgmdate($val['dateline'],'Y-m-d H:i:s'); $val['password'] = ($val['password']) ? dzzdecode($val['password']):''; $sid = dzzencode($val['id']); diff --git a/core/class/table/table_syscache.php b/core/class/table/table_syscache.php index dd290da..b0c77d1 100644 --- a/core/class/table/table_syscache.php +++ b/core/class/table/table_syscache.php @@ -26,11 +26,11 @@ class table_syscache extends dzz_table parent::__construct(); } - public function fetch($cachename) { + public function fetch($cachename, $force_from_db = false) { $data = $this->fetch_all(array($cachename)); return isset($data[$cachename]) ? $data[$cachename] : false; } - public function fetch_all($cachenames) { + public function fetch_all($cachenames, $force_from_db = false) { $data = array(); $cachenames = is_array($cachenames) ? $cachenames : array($cachenames); diff --git a/core/class/table/table_user.php b/core/class/table/table_user.php index 7e077b4..5517a33 100644 --- a/core/class/table/table_user.php +++ b/core/class/table/table_user.php @@ -411,7 +411,7 @@ class table_user extends dzz_table - public function insert($uid, $ip, $groupid, $extdata, $adminid = 0) { + public function insert($uid, $ip = false, $groupid = false, $extdata = false, $adminid = 0) { if(($uid = dintval($uid))) { $profile = isset($extdata['profile']) ? $extdata['profile'] : array(); //$profile['uid'] = $uid; diff --git a/core/class/table/table_user_profile.php b/core/class/table/table_user_profile.php index 7100178..a08bf3b 100644 --- a/core/class/table/table_user_profile.php +++ b/core/class/table/table_user_profile.php @@ -62,7 +62,7 @@ class table_user_profile extends dzz_table return $info; } - public function fetch($uid){ + public function fetch($uid, $force_from_db = false){ $data=array('uid'=>$uid); foreach(DB::fetch_all("select * from %t where uid =%d",array($this->_table,$uid)) as $value) { $data[$value['fieldid']]=$value['value']; @@ -72,7 +72,7 @@ class table_user_profile extends dzz_table public function fetch_by_field($uid,$field){ //获取用户某项资料的值 return DB::result_first("select value from %t where uid=%d and fieldid=%s",array($this->_table,$uid,$field)); } - public function update($uid,$fieldarr){//插入用户资料 + public function update($uid,$fieldarr, $unbuffered = false, $low_priority = false){//插入用户资料 foreach($fieldarr as $key=>$value){ if(is_array($value)){ $setarr=array( 'uid'=>$uid, @@ -108,7 +108,7 @@ class table_user_profile extends dzz_table public function fetch_weixinid($weixinid){ return DB::fetch_first("select * from %t where `fieldid` = %s and `value` = %s",array($this->_table,'weixinid',$weixinid)); } - public function insert($fieldarr){//插入用户资料 + public function insert($fieldarr, $return_insert_id = false, $replace = false, $silent = false){//插入用户资料 $uid=$fieldarr['uid']; unset($fieldarr['uid']); foreach($fieldarr as $key=>$value){ @@ -128,7 +128,7 @@ class table_user_profile extends dzz_table } return $privacys; } - public function delete($uid){ + public function delete($uid, $unbuffered = false){ $uid=(array)$uid; return DB::delete($this->_table,"uid IN (".dimplode($uid).")"); } @@ -140,7 +140,7 @@ class table_user_profile extends dzz_table $uids=(array)$uids; return DB::delete($this->_table,"uid IN (".dimplode($uids).")"); } - public function fetch_all($uids) { + public function fetch_all($uids, $force_from_db = false) { $data = array(); $uids=(array)$uids; if(!empty($uids)) { diff --git a/core/class/table/table_user_profile_setting.php b/core/class/table/table_user_profile_setting.php index 990a7e9..daa88a6 100644 --- a/core/class/table/table_user_profile_setting.php +++ b/core/class/table/table_user_profile_setting.php @@ -30,7 +30,7 @@ class table_user_profile_setting extends dzz_table $this->clear_cache('fields_1'); return parent::insert($data,$return_insert_id,$replace,$silent); } - public function range($start = 0, $limit = 0) { + public function range($start = 0, $limit = 0, $sort = '') { return DB::fetch_all('SELECT * FROM '.DB::table($this->_table).' ORDER BY available DESC, displayorder'.DB::limit($start, $limit), null, $this->_pk); } public function fetch_all_by_available_unchangeable($available, $unchangeable) { diff --git a/core/class/table/table_user_setting.php b/core/class/table/table_user_setting.php index 39cb34c..5d26cb6 100644 --- a/core/class/table/table_user_setting.php +++ b/core/class/table/table_user_setting.php @@ -15,7 +15,7 @@ class table_user_setting extends dzz_table } - public function insert($skeyarr,$uid = 0){//插入用户设置 + public function insert($skeyarr, $uid = 0,$replace = false, $silent = false) {//插入用户设置 if(!$uid)$uid = getglobal('uid'); $cachkeys=array(); foreach($skeyarr as $key=>$value){ @@ -31,7 +31,7 @@ class table_user_setting extends dzz_table $this->clear_cache($uid); return true; } - public function update($skeyarr,$uid = 0){//更新用户设置 + public function update($skeyarr,$uid = 0,$unbuffered = false, $low_priority = false){//更新用户设置 if(!$uid) $uid = getglobal('uid'); $cachkeys=array(); foreach($skeyarr as $key=>$value){ diff --git a/core/class/table/table_usergroup.php b/core/class/table/table_usergroup.php index b06132a..393432e 100644 --- a/core/class/table/table_usergroup.php +++ b/core/class/table/table_usergroup.php @@ -45,7 +45,7 @@ class table_usergroup extends dzz_table return DB::fetch_all('SELECT '.($allfields ? '*' : 'groupid, grouptitle').' FROM %t '.$wheresql, $parameter, $this->_pk); } - public function update($id, $data, $type = '') { + public function update($id, $data, $type= false, $low_priority = false) { if(!is_array($data) || !$data || !is_array($data) || !$id) { return null; } @@ -56,7 +56,7 @@ class table_usergroup extends dzz_table return DB::update($this->_table, $data, $condition); } - public function delete($id, $type = '') { + public function delete($id, $type = false) { if(!$id) { return null; } @@ -91,7 +91,7 @@ class table_usergroup extends dzz_table return DB::result_first($sql); } } - public function fetch_all($ids) { + public function fetch_all($ids, $force_from_db = false) { if(!$ids) { return null; } diff --git a/core/class/table/table_usergroup_field.php b/core/class/table/table_usergroup_field.php index c6f0e31..b5878ea 100644 --- a/core/class/table/table_usergroup_field.php +++ b/core/class/table/table_usergroup_field.php @@ -21,7 +21,7 @@ class table_usergroup_field extends dzz_table parent::__construct(); } - public function fetch_all() { + public function fetch_all($ids = null, $force_from_db = false) { return DB::fetch_all("SELECT * FROM %t where 1", array($this->_table),$this->_pk); } diff --git a/core/coreBase.php b/core/coreBase.php index 74c6419..693a497 100644 --- a/core/coreBase.php +++ b/core/coreBase.php @@ -24,7 +24,6 @@ global $_G,$_config; $_config = array(); require DZZ_ROOT.'core/core_version.php'; require DZZ_ROOT.'core/class/class_core.php'; - set_exception_handler(array('core', 'handleException')); $_config = array_merge($_config,core::loadConfig(DZZ_ROOT.CONFIG_NAME.BS.'config_default'.EXT)); @@ -39,7 +38,6 @@ $_config = array_merge($_config,$install); $_config = array_merge($_config,core::loadConfig(DZZ_ROOT.CONFIG_NAME.BS.'config_frame'.EXT)); - if(DZZ_CORE_DEBUG) { set_error_handler(array('core', 'handleError')); register_shutdown_function(array('core', 'handleShutdown')); @@ -64,17 +62,6 @@ if( function_exists('mysqli_connect') ){ class Tpsql extends \core\dzz\Tpsql{} } -//class HookRead extends \core\dzz\HookRead{} - class IO extends dzz_io {} -require DZZ_ROOT.'core/function/function_misc.php'; - -//if(@!file_exists(CACHE_DIR.BS.'tags'.EXT)){ - -// HookRead::_init();//注册钩子 -//} - -//C::creatapp(); - - +require DZZ_ROOT.'core/function/function_misc.php'; \ No newline at end of file diff --git a/core/core_version.php b/core/core_version.php index 836bb16..cac751c 100644 --- a/core/core_version.php +++ b/core/core_version.php @@ -11,7 +11,7 @@ if(!defined('IN_DZZ')) { } if(!defined('CORE_VERSION')) { - define('CORE_VERSION', '2.3.0'); - define('CORE_RELEASE', '20241028'); + define('CORE_VERSION', '2.3.2'); + define('CORE_RELEASE', '20250101'); define('CORE_FIXBUG' , '21000000'); } diff --git a/core/cron/cron_cache_cleanup_week.php b/core/cron/cron_cache_cleanup_week.php index 8f9d7f7..74371ef 100644 --- a/core/cron/cron_cache_cleanup_week.php +++ b/core/cron/cron_cache_cleanup_week.php @@ -17,7 +17,7 @@ if(!defined('IN_DZZ')) { removedir($_G['setting']['attachdir'].'temp/',true); //清空临时缓存区 -$time=60*60*24*7; //7天 七天没有修改的将被删除; +$time=60*60*24*1; //1天 1天没有修改的将被删除; removedir($_G['setting']['attachdir'].'cache/',true,$time); diff --git a/core/cron/cron_database_backup.php b/core/cron/cron_database_backup.php index 47faac3..e052817 100644 --- a/core/cron/cron_database_backup.php +++ b/core/cron/cron_database_backup.php @@ -48,7 +48,7 @@ $startrow=0; $volume=0;$tableid = 0;$startfrom = 0; while(!$success){ $volume += 1; - $idstring = '# Identify: '.base64_encode("$_G[timestamp],".$_G['setting']['version'].",dzz,multivol,{$volume},{$tablepre},{$dbcharset}")."\n"; + $idstring = '# Identify: '.base64_encode("{$_G['timestamp']},".$_G['setting']['version'].",dzz,multivol,{$volume},{$tablepre},{$dbcharset}")."\n"; $dumpcharset = str_replace('-', '', $_G['charset']); $backupfilename = './data/'.$backupdir.'/'.str_replace(array('/', '\\', '.', "'"), '', $filename); $sqldump = ''; diff --git a/core/dzzstart.php b/core/dzzstart.php index 4ea1bb5..f316b54 100644 --- a/core/dzzstart.php +++ b/core/dzzstart.php @@ -1,6 +1,5 @@ init(); diff --git a/core/function/cache/cache_setting.php b/core/function/cache/cache_setting.php index 347bce3..7691441 100644 --- a/core/function/cache/cache_setting.php +++ b/core/function/cache/cache_setting.php @@ -105,10 +105,8 @@ function build_cache_setting() { if(in_array($data['reginput']['email'], $reginputbwords) || !preg_match('/^[A-z]\w+?$/', $data['reginput']['email'])) { $data['reginput']['email'] = random(6); } - - $data['verhash']=random(3); - $data['output'] = $output; + $data['verhash']=random(3); savecache('setting', $data); $_G['setting'] = $data; diff --git a/core/function/function_cache.php b/core/function/function_cache.php index 994bb09..8596141 100644 --- a/core/function/function_cache.php +++ b/core/function/function_cache.php @@ -54,13 +54,13 @@ function updatecache($cachename = '') { try{ @include_once DZZ_ROOT.'./dzz/'.$entrys[0].'/cache/cache_'.$entrys[1].'.php'; if(function_exists('build_cache_'.$entrys[0].'_'.$entrys[1])) call_user_func('build_cache_'.$entrys[0].'_'.$entrys[1]); - elseif(function_exists('build_cache_app_'.$entryr[1])) call_user_func('build_cache_app_'.$entrys[1]); + elseif(function_exists('build_cache_app_'.$entrys[1])) call_user_func('build_cache_app_'.$entrys[1]); }catch(Exception $e){continue;} }elseif(count($entrys)==3){ try{ @include_once DZZ_ROOT.'./'.$entrys[0].'/'.$entrys[1].'/cache/cache_'.$entrys[2].'.php'; if(function_exists('build_cache_'.$entrys[1].'_'.$entrys[2])) call_user_func('build_cache_'.$entrys[1].'_'.$entrys[2]); - elseif(function_exists('build_cache_app_'.$entryr[1])) call_user_func('build_cache_app_'.$entrys[1]); + elseif(function_exists('build_cache_app_'.$entrys[1])) call_user_func('build_cache_app_'.$entrys[1]); }catch(Exception $e){continue;} } else {//插件缓存 diff --git a/core/function/function_core.php b/core/function/function_core.php index 6ea7594..1972f08 100644 --- a/core/function/function_core.php +++ b/core/function/function_core.php @@ -2,7 +2,6 @@ if (!defined('IN_DZZ')) { exit('Access Denied'); } - if (!function_exists('sys_get_temp_dir')) { function sys_get_temp_dir() { @@ -124,7 +123,11 @@ function url_implode($gets) { $arr = array(); foreach ($gets as $key => $value) { - if ($value) { + if (is_array($value)) { + foreach ($value as $value1) { + $arr[] = $key . '[]=' . urlencode($value1); + } + } elseif ($value) { $arr[] = $key . '=' . urlencode($value); } } @@ -304,8 +307,10 @@ function getuserbyuid($uid, $fetch_archive = 0) function chk_submitroule($type) { - if (empty($_GET['formhash']) || $_GET['formhash'] != formhash()) { + if ($_SERVER['REQUEST_METHOD'] == 'POST' && !empty($_GET['formhash']) && $_GET['formhash'] == formhash() && empty($_SERVER['HTTP_X_FLASH_VERSION']) && (empty($_SERVER['HTTP_REFERER']) || + preg_replace("/https?:\/\/([^\:\/]+).*/i", "\\1", $_SERVER['HTTP_REFERER']) == preg_replace("/([^\:]+).*/", "\\1", $_SERVER['HTTP_HOST']))) { + } else { showTips(array('error' => '提交方式不合法', 'error_code' => 403), $type, 'common/illegal_operation'); } } @@ -631,7 +636,7 @@ function random($length, $numeric = 0) } $max = strlen($seed) - 1; for ($i = 0; $i < $length; $i++) { - $hash .= $seed{mt_rand(0, $max)}; + $hash .= $seed[random_int(0, $max)]; } return $hash; } @@ -668,7 +673,7 @@ function avatar($uid, $size = 'middle', $returnsrc = FALSE, $real = FALSE, $stat * param:$uid 需要生成的用户UID; * param:$headercolors 传递的用户头像信息数组格式为array('1'=>'#e9308d','2'=>'#e74856'),键为UID,值为颜色值 */ -function avatar_block($uid=0,$headercolors=array(),$class="Topcarousel"){ +function avatar_block($uid=0,$headercolors=array(),$class="Topcarousel img-avatar"){ static $colors=array('#6b69d6','#a966ef','#e9308d','#e74856','#f35b42','#00cc6a','#0078d7','#5290f3','#00b7c3','#0099bc','#018574','#c77c52','#ff8c00','#68768a','#7083cb','#26a255'); if(!$uid){ @@ -681,7 +686,7 @@ function avatar_block($uid=0,$headercolors=array(),$class="Topcarousel"){ } if(empty($user)) return ''; if($user['avatarstatus']){//用户已经上传头像 - return ''; + return ''; }else{//没有上传头像,使用背景+首字母 if($uid){ if($headercolors[$uid]) $headerColor=$headercolors[$uid]; @@ -707,7 +712,7 @@ function avatar_group($gid,$groupcolors=array(),$class='iconFirstWord'){ if($groupcolors[$gid]){ if($groupcolor = $groupcolors[$gid]['aid']){ if(preg_match('/^\#.+/',$groupcolor)){ - return ''.strtoupper(new_strsubstr($groupcolors[$gid]['orgname'],1,'')).''; + return ''.strtoupper(new_strsubstr($groupcolors[$gid]['orgname'],1,'')).''; }elseif(preg_match('/^\d+$/',$groupcolor) && $groupcolors > 0){ return ''; } @@ -715,15 +720,15 @@ function avatar_group($gid,$groupcolors=array(),$class='iconFirstWord'){ $colorkey = rand(1,15); $groupcolor = $colors[$colorkey]; C::t('organization')->update($gid,array('aid'=>$groupcolor)); - return ''.strtoupper(new_strsubstr($groupcolors[$gid]['orgname'],1,'')).''; + return ''.strtoupper(new_strsubstr($groupcolors[$gid]['orgname'],1,'')).''; } }else{ if(!$groupinfo = C::t('organization')->fetch($gid)){ - return ''; + return ''; } if($groupinfo['aid']){ if(preg_match('/^\#.+/',$groupinfo['aid'])){ - return ''.strtoupper(new_strsubstr($groupinfo['orgname'],1,'')).''; + return ''.strtoupper(new_strsubstr($groupinfo['orgname'],1,'')).''; }elseif(preg_match('/^\d+$/',$groupinfo['aid']) && $groupinfo['aid'] > 0){ return ''; } @@ -732,7 +737,7 @@ function avatar_group($gid,$groupcolors=array(),$class='iconFirstWord'){ $colorkey = rand(1,15); $groupcolor = $colors[$colorkey]; C::t('organization')->update($gid,array('aid'=>$groupcolor)); - return ''.strtoupper(new_strsubstr($groupinfo['orgname'],1,'')).''; + return ''.strtoupper(new_strsubstr($groupinfo['orgname'],1,'')).''; } } } @@ -852,9 +857,7 @@ function lang($langvar = null, $vars = array(), $default = null, $curpath = '') $return = $langvar !== null ? (isset($returnvalue['template'][$langvar]) ? $returnvalue['template'][$langvar] : null) : $returnvalue['template']; $return = $return === null ? ($default !== null ? $default : $langvar) : $return; $searchs = $replaces = array(); - if ($vars && is_array($vars)) { - foreach ($vars as $k => $v) { $searchs[] = '{' . $k . '}'; $replaces[] = $v; @@ -864,7 +867,6 @@ function lang($langvar = null, $vars = array(), $default = null, $curpath = '') if (is_string($return) && strpos($return, '{_G/') !== false) { preg_match_all('/\{_G\/(.+?)\}/', $return, $gvar); foreach ($gvar[0] as $k => $v) { - $searchs[] = $v; $replaces[] = getglobal($gvar[1][$k]); } @@ -882,7 +884,14 @@ function template($file, $tpldir = '', $templateNotMust = false) { global $_G; static $tplrefresh, $timestamp, $targettplname; - + if(!$tpldir && strpos($file, ':') !== false) { + list($templateid, $file) = explode(':', $file); + $tpldir = $templateid; + $file = $file; + } + if (!$tpldir && isset($_G['setting']['template'])) { + $tpldir = $_G['setting']['template']; + } $file .= !empty($_G['inajax']) && ($file == 'common/header' || $file == 'common/footer') ? '_ajax' : ''; $tplfile = $file; @@ -1205,7 +1214,6 @@ function aidencode($aid, $type = 0, $tid = 0) return rawurlencode(base64_encode($s)); } - function output() { global $_G; @@ -1214,7 +1222,7 @@ function output() } else { define('DZZ_OUTPUTED', 1); } - if ($_G['config']['rewritestatus']) { + if (isset($_G['setting']['rewritestatus'])) { $content = ob_get_contents(); $content = output_replace($content); ob_end_clean(); @@ -1226,11 +1234,10 @@ function output() } } - function outputurl( $url="" ) { global $_G; - if ($_G['config']['rewritestatus']) { + if (isset($_G['setting']['rewritestatus'])) { $url = output_replace($url); } return $url; @@ -1403,7 +1410,7 @@ function space_merge(&$values, $tablename, $isarchive = false) if ($tablename == 'field') { $_G['setting']['privacy'] = empty($_G['setting']['privacy']) ? array() : (is_array($_G['setting']['privacy']) ? $_G['setting']['privacy'] : dunserialize($_G['setting']['privacy'])); - $_G[$var]['privacy'] = empty($_G[$var]['privacy']) ? array() : is_array($_G[$var]['privacy']) ? $_G[$var]['privacy'] : dunserialize($_G[$var]['privacy']); + $_G[$var]['privacy'] = empty($_G[$var]['privacy']) ? array() : (is_array($_G[$var]['privacy']) ? $_G[$var]['privacy'] : dunserialize($_G[$var]['privacy'])); } elseif ($tablename == 'profile') { if ($_G[$var]['department']) { $_G[$var]['department_tree'] = C::t('organization')->getPathByOrgid(intval($_G[$var]['department'])); @@ -1464,7 +1471,6 @@ function dreferer($default = '') return strip_tags($_G['referer']); } - function diconv($str, $in_charset, $out_charset = CHARSET, $ForceTable = FALSE) { global $_G; @@ -1744,7 +1750,7 @@ $textexts = array('DZZDOC', 'HTM', 'HTML', 'SHTM', 'SHTML', 'HTA', 'HTC', 'XHTML $unRunExts = array('htm', 'html', 'js', 'php', 'jsp', 'asp', 'aspx', 'xml', 'htc', 'shtml', 'shtm', 'vbs'); //需要阻止运行的后缀名; $docexts = array('DOC', 'DOCX', 'XLS', 'XLSX', 'PPT', 'PPTX', 'ODT', 'ODS', 'ODG', 'RTF', 'ET', 'DPX', 'WPS'); //echo strtolower(implode(',',$docexts)); -$imageexts = array('JPG', 'JPEG', 'GIF', 'PNG', 'BMP'); +$imageexts = array('JPG', 'JPEG', 'GIF', 'PNG', 'BMP', 'webp'); $videoexts = $idtype2type = array( 'picid' => 'image', @@ -2471,7 +2477,7 @@ function curl_redir_exec($ch, $debug = "") function ico_png($source, $target, $proxy = '') { $ext = strtolower(substr(strrchr($source, '.'), 1, 10)); - $imgexts = array('png', 'jpg', 'jpeg', 'gif'); + $imgexts = array('png', 'jpg', 'jpeg', 'gif', 'webp'); if (in_array($ext, $imgexts)) { exit($source); $data = dzz_file_get_contents($source, 0, $proxy); @@ -2554,7 +2560,7 @@ function imagetolocal($source, $dir = 'appimg', $target = '') $target = ''; } if (!$target) { - $imageext = array('jpg', 'jpeg', 'png', 'gif'); + $imageext = array('jpg', 'jpeg', 'png', 'gif', 'webp'); $ext = strtolower(substr(strrchr($source, '.'), 1, 10)); if (!in_array($ext, $imageext)) return false; $subdir = $subdir1 = $subdir2 = ''; @@ -2584,7 +2590,7 @@ function image_to_icon($source, $target, $domain) return false; } if (!$target) { - $imageext = array('jpg', 'jpeg', 'png', 'gif'); + $imageext = array('jpg', 'jpeg', 'png', 'gif', 'webp'); $ext = str_replace("/\?.+?/i", '', strtolower(substr(strrchr($source, '.'), 1, 10))); if (!in_array($ext, $imageext)) $ext = 'jpg'; $subdir = $subdir1 = $subdir2 = ''; @@ -2706,7 +2712,7 @@ function delete_icoid_from_container($icoid, $pfid) global $_G; $typefid = C::t('folder')->fetch_typefid_by_uid($_G['uid']); if ($pfid == $typefid['dock']) { - $docklist = DB::result_first("select docklist from " . DB::table('user_field') . " where uid='{$_G[uid]}'"); + $docklist = DB::result_first("select docklist from " . DB::table('user_field') . " where uid='{$_G['uid']}'"); $docklist = $docklist ? explode(',', $docklist) : array(); foreach ($docklist as $key => $value) { if ($value == $icoid) { @@ -2716,7 +2722,7 @@ function delete_icoid_from_container($icoid, $pfid) C::t('user_field')->update($_G['uid'], array('docklist' => implode(',', $docklist))); } elseif ($pfid == $typefid['desktop']) { - $icos = DB::result_first("select screenlist from " . DB::table('user_field') . " where uid='{$_G[uid]}'"); + $icos = DB::result_first("select screenlist from " . DB::table('user_field') . " where uid='{$_G['uid']}'"); $icos = $icos ? explode(',', $icos) : array(); foreach ($icos as $key => $value) { if ($value == $icoid) { @@ -2985,7 +2991,7 @@ function save_to_local($source, $target) } -function uploadtolocal($upload, $dir = 'appimg', $target = '', $exts = array('jpg', 'jpeg', 'png', 'gif')) +function uploadtolocal($upload, $dir = 'appimg', $target = '', $exts = array('jpg', 'jpeg', 'png', 'gif', 'webp')) { global $_G; if ($target == 'dzz/images/default/icodefault.png' || $target == 'dzz/images/default/widgetdefault.png' || preg_match("/^(http|ftp|https|mms)\:\/\/(.+?)/i", $target)) { @@ -3017,7 +3023,7 @@ function upload_to_icon($upload, $target, $domain='') global $_G; $source = $upload['tmp_name']; if (!$target) { - $imageext = array('jpg', 'jpeg', 'png', 'gif'); + $imageext = array('jpg', 'jpeg', 'png', 'gif', 'webp'); $ext = strtolower(substr(strrchr($upload['name'], '.'), 1, 10)); if (!in_array($ext, $imageext)) return false; $subdir = $subdir1 = $subdir2 = ''; @@ -3039,7 +3045,7 @@ function upload_to_icon($upload, $target, $domain='') function dzz_app_pic_save($FILE, $dir = 'appimg') { global $_G; - $imageext = array('jpg', 'jpeg', 'png', 'gif'); + $imageext = array('jpg', 'jpeg', 'png', 'gif', 'webp'); $ext = strtolower(substr(strrchr($FILE['name'], '.'), 1, 10)); if (!in_array($ext, $imageext)) return '文件格式不允许'; $subdir = $subdir1 = $subdir2 = ''; @@ -3443,12 +3449,12 @@ function dzz_userconfig_init() if ($app['position'] == 1) { continue; } elseif ($app['position'] == 2) { //桌面 - $fid = DB::result_first("select fid from " . DB::table('folder') . " where uid='{$_G[uid]}' and flag='desktop'"); + $fid = DB::result_first("select fid from " . DB::table('folder') . " where uid='{$_G['uid']}' and flag='desktop'"); } else { //dock条 - $fid = DB::result_first("select fid from " . DB::table('folder') . " where uid='{$_G[uid]}' and flag='dock'"); + $fid = DB::result_first("select fid from " . DB::table('folder') . " where uid='{$_G['uid']}' and flag='dock'"); } if (!$fid) continue; - if ($rid = DB::result_first("select rid from " . DB::table('resources') . " where uid='{$_G[uid]}' and oid='{$appid}' and type='app'")) { + if ($rid = DB::result_first("select rid from " . DB::table('resources') . " where uid='{$_G['uid']}' and oid='{$appid}' and type='app'")) { C::t('resources')->update_by_rid($rid, array('pfid' => $fid, 'isdelete' => 0)); if ($app['position'] == 2) $userconfig['screenlist'][] = $rid; else $userconfig['docklist'][] = $rid; diff --git a/core/function/function_debug.php b/core/function/function_debug.php new file mode 100644 index 0000000..283be65 --- /dev/null +++ b/core/function/function_debug.php @@ -0,0 +1,363 @@ +内存: '.$m.' bytes'.($mt ? ', 峰值 '.$mt.' bytes' : '').'
        '; + } + global $_G; + $debugfile = $_G['adminid'] == 1 ? '_debugadmin.php' : '_debug.php'; + $akey = md5($_G['authkey'].random(8)); + if(!defined('DZZ_DEBUG') || !DZZ_DEBUG || defined('IN_ARCHIVER') || defined('IN_MOBILE')) { + return; + } + $phpinfok = 'I'; + $viewcachek = 'C'; + $mysqlplek = 'P'; + $includes = get_included_files(); + require_once DZZ_ROOT.'./core/core_version.php'; + + $sqldebug = ''; + $ismysqli = DB::$driver == 'db_driver_mysqli' ? 1 : 0; + $n = $dzz_table = 0; + $sqlw = array('Using filesort' => 0, 'Using temporary' => 0); + $db = DB::object(); + $queries = count($db->sqldebug); + $links = array(); + foreach($db->link as $k => $link) { + $links[$ismysqli ? $link->thread_id : (string)$link] = $k; + } + $sqltime = 0; + foreach ($db->sqldebug as $string) { + $sqltime += $string[1]; + $extra = $dt = ''; + $n++; + $sql = preg_replace('/'.preg_quote($_G['config']['db']['1']['tablepre']).'[\w_]+/', '\\0', nl2br(dhtmlspecialchars($string[0]))); + $sqldebugrow = ''.($extra ? $extra.'
        ' : '').'
        '; + + $sqldebug .= '
      62. '.$string[1].'s • DBLink '.$links[$ismysqli ? $string[3]->thread_id : (string)$string[3]].$dt.'
        '.$sql.'

      63. '.$sqldebugrow; + } + $ajaxhtml = 'data/'.$debugfile.'_ajax.php'; + if($ajax) { + $idk = substr(md5($_SERVER['SCRIPT_NAME'].'?'.$_SERVER['QUERY_STRING']), 0, 4); + $sqldebug = 'Queries: '.$queries.' ('.$_SERVER['SCRIPT_NAME'].'?'.$_SERVER['QUERY_STRING'].')
        '; + file_put_contents(DZZ_ROOT.'./'.$ajaxhtml, $sqldebug, FILE_APPEND); + return; + } + file_put_contents(DZZ_ROOT.'./'.$ajaxhtml, 'Refresh
        '); + foreach($sqlw as $k => $v) { + $sqlw[$k] = $k.': '.$v; + } + $sqlw = '('.($dzz_table ? 'dzz_table: '.$dzz_table.($sqlw ? ', ' : '') : '').($sqlw ? ''.implode(', ', $sqlw).'' : '').')'; + + $debug = '"; + if($_G['adminid'] == 1 && !$ajax) { + $debug .= 'init(); + echo \'\'; + if(!isset($_GET[\'c\'])) { + $query = DB::query("SELECT cname FROM ".DB::table("syscache")); + while($names = DB::fetch($query)) { + echo \'\'.$names[\'cname\'].\'\'; + } + } else { + $cache = DB::fetch_first("SELECT * FROM ".DB::table("syscache")." WHERE cname=\'".$_GET[\'c\']."\'"); + echo \'$_G[\\\'cache\\\'][\'.$_GET[\'c\'].\']
        \'; + debug($cache[\'ctype\'] ? dunserialize($cache[\'data\']) : $cache[\'data\']); + } + exit; +} +elseif(isset($_GET[\''.$mysqlplek.'\'])) { + chdir(\'../\'); + define(\'APPTYPEID\', 200); + define(\'DZZSCRIPT\', \'index.php\'); + define(\'CURSCRIPT\', \'dzz\'); + require \'./core/coreBase.php\'; + $dzz = C::app(); + $dzz->init(); + if(!empty($_GET[\'Id\'])) { + $query = DB::query("KILL ".floatval($_GET[\'Id\']), \'SILENT\'); + } + $i = 0; + $query = DB::query("SHOW FULL PROCESSLIST"); + echo \'\'; + echo \'\'; + while($row = DB::fetch($query)) { + if(!$i) { + echo \'\'; + $i++; + } + echo \'\'; + } + echo \'
          \'.implode(\'  \', array_keys($row)).\' 
        [Kill] \'.implode(\'  \', $row).\' 
        \'; + exit; +} + ?>'; + } + $debug .= ''; + $debug .= ''; + $debug .= ''; + $debug .= ""; + + if(!defined('IN_ADMINCP') && file_exists(DZZ_ROOT.'./static/image/common/temp-grid.png')) $debug .= << +var s = ''; +s += ''; +top.document.getElementById('_debug_div').innerHTML = s; + +EOF; + + $_GS = $_GA = ''; + if($_G['adminid'] == 1) { + foreach($_G as $k => $v) { + if(is_array($v)) { + if($k != 'lang') { + $_GA .= "
      64. ['$k'] => ".nl2br(str_replace(' ',' ', dhtmlspecialchars(print_r($v, true)))).'
      65. '; + } + } elseif(is_object($v)) { + $_GA .= "
      66. ['$k'] => object of ".get_class($v)."
      67. "; + } else { + $_GS .= "
      68. ['$k'] => ".dhtmlspecialchars($v)."
      69. "; + } + } + } + $modid = $_G['basescript'].(!defined('IN_ADMINCP') ? '::'.CURMODULE : ''); + $svn = ''; + if(file_exists(DZZ_ROOT.'./.svn/entries')) { + $svn = @file(DZZ_ROOT.'./.svn/entries'); + $time = $svn[9]; + preg_match('/([\d\-]+)T([\d:]+)/', $time, $a); + $svn = '.r'.$svn[10].' (最后由 '.$svn[11].' 于 '.dgmdate(strtotime($a[1].' '.$a[2]) + $_G['setting']['timeoffset'] * 3600).' 提交)'; + } + $max = 10; + $mc = $mco = ''; + if(class_exists('C') && C::memory()->enable) { + $mcarray = C::memory()->debug; + $i = 0; + $max += count($mcarray); + foreach($mcarray as $key => $value) { + $mco .= ''; + $mc .= '['.$key.']'.($value ? '('.count($value).')' : ''); + $i++; + } + } + $debug .= ' + + + '. + '
        '. + '
        +
        '. + '文件'. + '版本: DZZ! '.CORE_VERSION.($svn ? $svn : ' '.CORE_RELEASE).'
        '. + 'ModID: '.$modid.'
        '. + '包含: '. + '[文件列表]'. + ' '.(count($includes) - 1).($_G['debuginfo']['time'] ? ' in '.number_format(($_G['debuginfo']['time'] - $sqltime), 6).'s' : '').'
        '. + '执行: '. + (isset($_ENV['analysis']['function']) ? '[函数列表]'. + ' '.(count($_ENV['analysis']['function']) - 1).(' in '.number_format(($_ENV['analysis']['function']['sum'] / 1000), 6).'s').'' : ''). + '
        '. + '服务器'. + '环境: '.PHP_OS.', '.$_SERVER['SERVER_SOFTWARE'].' MySQL/'.DB::object()->version().'('.(DB::$driver).')
        '. + $m. + 'SQL: '. + '[SQL列表]'. + '[AjaxSQL列表]'. + ' '.$queries.$sqlw.($_G['debuginfo']['time'] ? ' in '.$sqltime.'s' : '').'
        '. + '内存缓存: '.$mc. + '
        '. + '客户端 [详情] '. + '
         '. + '[TOP]   '. + '$_COOKIE'. + ($_G['adminid'] == 1 ? '$_G' : ''). + ($_G['adminid'] == 1 ? + 'phpinfo()'. + 'MySQL 进程列表'. + '查看缓存'. + '更新缓存' : ''). + '执行 update.php'. + '
        '. + '
        '. + '
        '. + ''. + ''. + ''. + ''.$mco.''; + $fn = 'data/'.$debugfile; + file_put_contents(DZZ_ROOT.'./'.$fn, $debug); + echo '
        '; +} + +function memory_info(&$debug, $_fn, $function) { + $debug .= ''; + $debug .= ''; + $debug .= ''; + $debug .= ''; + $debug .= ''; + $debug .= '
        memory_usagestart_memory(bytes)stop_memory(bytes)diff_memory(bytes)
        memory_get_usage'.number_format($function['start_memory_get_usage']).''.number_format($function['stop_memory_get_usage']).''.number_format(($function['stop_memory_get_usage']) - ($function['start_memory_get_usage'])).'
        memory_get_real_usage'.number_format($function['start_memory_get_real_usage']).''.number_format($function['stop_memory_get_real_usage']).''.number_format(($function['stop_memory_get_real_usage']) - ($function['start_memory_get_real_usage'])).'
        memory_get_peak_usage'.number_format($function['start_memory_get_peak_usage']).''.number_format($function['stop_memory_get_peak_usage']).''.number_format(($function['stop_memory_get_peak_usage']) - ($function['start_memory_get_peak_usage'])).'
        memory_get_peak_real_usage'.number_format($function['start_memory_get_peak_real_usage']).''.number_format($function['stop_memory_get_peak_real_usage']).''.number_format(($function['stop_memory_get_peak_real_usage']) - ($function['start_memory_get_peak_real_usage'])).'
        '; +} + +function _get_addslashes() { + return ' function debugaddslashes($string, $force = 1) { + if(is_array($string)) { + $keys = array_keys($string); + foreach($keys as $key) { + $val = $string[$key]; + unset($string[$key]); + $string[addslashes($key)] = debugaddslashes($val, $force); + } + } else { + $string = addslashes($string); + } + return $string; +} +$_GET = debugaddslashes($_GET); '; +} + + +?> \ No newline at end of file diff --git a/core/function/function_filesock.php b/core/function/function_filesock.php index f412f3b..270595f 100644 --- a/core/function/function_filesock.php +++ b/core/function/function_filesock.php @@ -178,6 +178,4 @@ function _format_postkey($post, &$result, $key = '') { } } } - - -?> +?> \ No newline at end of file diff --git a/core/function/function_mail.php b/core/function/function_mail.php index b233885..c756aad 100644 --- a/core/function/function_mail.php +++ b/core/function/function_mail.php @@ -43,12 +43,12 @@ EOT; $_G['setting']['mail']['mailsend'] = $_G['setting']['mail']['mailsend'] ? $_G['setting']['mail']['mailsend'] : 1; if($_G['setting']['mail']['mailsend'] == 3) { - $email_from = empty($from) ? $_G['setting']['adminemail'] : $from; + $email_from = empty($from) ? ($_G['setting']['adminemail']?$_G['setting']['adminemail']:$_G['setting']['mail']['from']) : $from; } else { - $email_from = $from == '' ? '=?'.CHARSET.'?B?'.base64_encode($_G['setting']['sitename'])."?= <".$_G['setting']['adminemail'].">" : (preg_match('/^(.+?) \<(.+?)\>$/',$from, $mats) ? '=?'.CHARSET.'?B?'.base64_encode($mats[1])."?= <$mats[2]>" : $from); + $email_from = $_G['setting']['mail']['from']; } - $email_to = preg_match('/^(.+?) \<(.+?)\>$/',$toemail, $mats) ? ($mailusername ? '=?'.CHARSET.'?B?'.base64_encode($mats[1])."?= <$mats[2]>" : $mats[2]) : $toemail; + $email_to = preg_match('/^(.+?)\s*\<(.+?)\>$/',$toemail, $mats) ? ($mailusername ? '=?'.CHARSET.'?B?'.base64_encode($mats[1])."?= <$mats[2]>" : $mats[2]) : $toemail; $email_subject = '=?'.CHARSET.'?B?'.base64_encode(preg_replace("/[\r|\n]/", '', '['.$_G['setting']['sitename'].'] '.$subject)).'?='; @@ -65,7 +65,7 @@ EOT; } elseif($_G['setting']['mail']['mailsend'] == 2) { if(!$fp = fsocketopen($_G['setting']['mail']['server'], $_G['setting']['mail']['port'], $errno, $errstr, 30)) { - runlog('SMTP', "({$_G[setting][mail][server]}:{$_G[setting][mail][port]}) CONNECT - Unable to connect to the SMTP server", 0); + runlog('SMTP', "({$_G['setting']['mail']['server']}:{$_G['setting']['mail']['port']}) CONNECT - Unable to connect to the SMTP server", 0); return false; } @@ -73,14 +73,14 @@ EOT; $lastmessage = fgets($fp, 512); if(substr($lastmessage, 0, 3) != '220') { - runlog('SMTP', "{$_G[setting][mail][server]}:{$_G[setting][mail][port]} CONNECT - $lastmessage", 0); + runlog('SMTP', "{$_G['setting']['mail']['server']}:{$_G['setting']['mail']['port']} CONNECT - $lastmessage", 0); return false; } fputs($fp, ($_G['setting']['mail']['auth'] ? 'EHLO' : 'HELO')." uchome\r\n"); $lastmessage = fgets($fp, 512); if(substr($lastmessage, 0, 3) != 220 && substr($lastmessage, 0, 3) != 250) { - runlog('SMTP', "({$_G[setting][mail][server]}:{$_G[setting][mail][port]}) HELO/EHLO - $lastmessage", 0); + runlog('SMTP', "({$_G['setting']['mail']['server']}:{$_G['setting']['mail']['port']}) HELO/EHLO - $lastmessage", 0); return false; } @@ -95,21 +95,21 @@ EOT; fputs($fp, "AUTH LOGIN\r\n"); $lastmessage = fgets($fp, 512); if(substr($lastmessage, 0, 3) != 334) { - runlog('SMTP', "({$_G[setting][mail][server]}:{$_G[setting][mail][port]}) AUTH LOGIN - $lastmessage", 0); + runlog('SMTP', "({$_G['setting']['mail']['server']}:{$_G['setting']['mail']['port']}) AUTH LOGIN - $lastmessage", 0); return false; } fputs($fp, base64_encode($_G['setting']['mail']['auth_username'])."\r\n"); $lastmessage = fgets($fp, 512); if(substr($lastmessage, 0, 3) != 334) { - runlog('SMTP', "({$_G[setting][mail][server]}:{$_G[setting][mail][port]}) USERNAME - $lastmessage", 0); + runlog('SMTP', "({$_G['setting']['mail']['server']}:{$_G['setting']['mail']['port']}) USERNAME - $lastmessage", 0); return false; } fputs($fp, base64_encode($_G['setting']['mail']['auth_password'])."\r\n"); $lastmessage = fgets($fp, 512); if(substr($lastmessage, 0, 3) != 235) { - runlog('SMTP', "({$_G[setting][mail][server]}:{$_G[setting][mail][port]}) PASSWORD - $lastmessage", 0); + runlog('SMTP', "({$_G['setting']['mail']['server']}:{$_G['setting']['mail']['server']}) PASSWORD - $lastmessage", 0); return false; } @@ -122,7 +122,7 @@ EOT; fputs($fp, "MAIL FROM: <".preg_replace("/.*\<(.+?)\>.*/", "\\1", $email_from).">\r\n"); $lastmessage = fgets($fp, 512); if(substr($lastmessage, 0, 3) != 250) { - runlog('SMTP', "({$_G[setting][mail][server]}:{$_G[setting][mail][port]}) MAIL FROM - $lastmessage", 0); + runlog('SMTP', "({$_G['setting']['mail']['server']}:{$_G['setting']['mail']['port']}) MAIL FROM - $lastmessage", 0); return false; } } @@ -132,14 +132,14 @@ EOT; if(substr($lastmessage, 0, 3) != 250) { fputs($fp, "RCPT TO: <".preg_replace("/.*\<(.+?)\>.*/", "\\1", $toemail).">\r\n"); $lastmessage = fgets($fp, 512); - runlog('SMTP', "({$_G[setting][mail][server]}:{$_G[setting][mail][port]}) RCPT TO - $lastmessage", 0); + runlog('SMTP', "({$_G['setting']['mail']['server']}:{$_G['setting']['mail']['port']}) RCPT TO - $lastmessage", 0); return false; } fputs($fp, "DATA\r\n"); $lastmessage = fgets($fp, 512); if(substr($lastmessage, 0, 3) != 354) { - runlog('SMTP', "({$_G[setting][mail][server]}:{$_G[setting][mail][port]}) DATA - $lastmessage", 0); + runlog('SMTP', "({$_G['setting']['mail']['server']}:{$_G['setting']['mail']['port']}) DATA - $lastmessage", 0); return false; } @@ -157,7 +157,7 @@ EOT; fputs($fp, "$email_message\r\n.\r\n"); $lastmessage = fgets($fp, 512); if(substr($lastmessage, 0, 3) != 250) { - runlog('SMTP', "({$_G[setting][mail][server]}:{$_G[setting][mail][port]}) END - $lastmessage", 0); + runlog('SMTP', "({$_G['setting']['mail']['server']}:{$_G['setting']['mail']['port']}) END - $lastmessage", 0); } fputs($fp, "QUIT\r\n"); diff --git a/core/function/function_message.php b/core/function/function_message.php index f69e518..55ab182 100644 --- a/core/function/function_message.php +++ b/core/function/function_message.php @@ -39,31 +39,9 @@ function dshowmessage($message, $url_forward = '', $values = array(), $extrapara include template('common/showmessage'); dexit(); } - define('CACHE_FORBIDDEN', TRUE); $_G['setting']['msgforward'] = @dunserialize($_G['setting']['msgforward']); $handlekey = $leftmsg = ''; - - /*if(defined('IN_MOBILE')) { - unset($extraparam['showdialog']); - unset($extraparam['closetime']); - unset($extraparam['extrajs']); - - if(!$url_forward && dreferer() && IN_MOBILE == 1) { - $url_forward = $referer = dreferer(); - } - if(!empty($url_forward) && strpos($url_forward, 'mobile') === false) { - $url_forward_arr = explode("#", $url_forward); - if(strpos($url_forward_arr[0], '?') !== false) { - $url_forward_arr[0] = $url_forward_arr[0].'&mobile='.IN_MOBILE; - } else { - $url_forward_arr[0] = $url_forward_arr[0].'?mobile='.IN_MOBILE; - } - $url_forward = implode("#", $url_forward_arr); - } - }*/ - - if(empty($_G['inajax']) && (!empty($_GET['quickforward']) || $_G['setting']['msgforward']['quick'] && empty($extraparam['clean_msgforward']) && $_G['setting']['msgforward']['messages'] && @in_array($message, $_G['setting']['msgforward']['messages']))) { $param['header'] = true; } @@ -121,7 +99,6 @@ function dshowmessage($message, $url_forward = '', $values = array(), $extrapara include template('common/footer_ajax'); dexit(); } - $vars = explode(':', $message); if(count($vars) == 2) { $show_message = lang($vars[1], $values,null,$vars[0]); @@ -214,5 +191,4 @@ function dshowmessage($message, $url_forward = '', $values = array(), $extrapara exit(); } - -?> +?> \ No newline at end of file diff --git a/core/function/function_misc.php b/core/function/function_misc.php index c3178ff..f157a1d 100644 --- a/core/function/function_misc.php +++ b/core/function/function_misc.php @@ -2,7 +2,6 @@ if(!defined('IN_DZZ')) { exit('Access Denied'); } - function convertip($ip) { $return = ''; @@ -205,23 +204,19 @@ function convertip_full($ip, $ipdatafile) { } - - function modlog($thread, $action) { global $_G; $reason = $_GET['reason']; - writelog('modslog', dhtmlspecialchars("$_G[timestamp]\t$_G[username]\t$_G[adminid]\t$_G[clientip]\t".$_G['forum']['fid']."\t".$_G['forum']['name']."\t$thread[tid]\t$thread[subject]\t$action\t$reason\t".$_G['toforum']['fid']."\t".$_G['toforum']['name'])); + writelog('modslog', dhtmlspecialchars("{$_G['timestamp']}\t{$_G['username']}\t{$_G['adminid']}\t{$_G['clientip']}\t".$_G['forum']['fid']."\t".$_G['forum']['name']."\t{$thread['tid']}\t{$thread['subject']}\t$action\t$reason\t".$_G['toforum']['fid']."\t".$_G['toforum']['name'])); } - - function savebanlog($username, $origgroupid, $newgroupid, $expiration, $reason) { global $_G; if($_G['setting']['plugins']['func'][HOOKTYPE]['savebanlog']) { $param = func_get_args(); hookscript('savebanlog', 'global', 'funcs', array('param' => $param), 'savebanlog'); } - writelog('banlog', dhtmlspecialchars("$_G[timestamp]\t{$_G[member][username]}\t$_G[groupid]\t$_G[clientip]\t$username\t$origgroupid\t$newgroupid\t$expiration\t$reason")); + writelog('banlog', dhtmlspecialchars("{$_G['timestamp']}\t{$_G['member']['username']}\t{$_G['groupid']}\t{$_G['clientip']}\t$username\t$origgroupid\t$newgroupid\t$expiration\t$reason")); } function clearlogstring($str) { diff --git a/core/function/function_seccode.php b/core/function/function_seccode.php index b5bac49..182d348 100644 --- a/core/function/function_seccode.php +++ b/core/function/function_seccode.php @@ -24,7 +24,7 @@ function make_seccode($idhash){ if($seccodeunits) { $seccode = ''; for($i = 0; $i < 4; $i++) { - $unit = ord($s{$i}); + $unit = ord($s[$i]); $seccode .= ($unit >= 0x30 && $unit <= 0x39) ? $seccodeunits[$unit - 0x30] : $seccodeunits[$unit - 0x57]; } } diff --git a/core/language/zh-cn/lang.php b/core/language/zh-cn/lang.php index 43f1cc2..4b37db0 100644 --- a/core/language/zh-cn/lang.php +++ b/core/language/zh-cn/lang.php @@ -1,6 +1,12 @@ '更多应用', + 'Home page'=>'首页', + 'parameters_error'=>'参数错误', + 'Personal data display'=>'个人资料展示', + 'Select_the_language'=>'选择语言', 'weak'=>'弱', + 'appname'=>$_G['setting']['sitename'], 'center'=>'中', 'strong'=>'强', 'intension'=>'强度', @@ -120,6 +126,7 @@ $lang = array ( 'public' => '公开', 'delete'=>'删除', 'deleter'=>'删除人', + 'people'=>'人', 'delete_success'=>'删除成功', 'delete_time'=>'删除时间', 'delete_unsuccess'=>'删除失败', @@ -1475,6 +1482,39 @@ $_G[siteurl]', 'title_admincp'=>'管理员登录入口', 'forbid_folder_to_sub_folder'=>'目标文件夹是源文件夹的子文件夹', 'system_error'=>'系统异常!', + 'operation_error'=>'操作异常!', + 'no_institution_users'=>'无机构用户', + 'compellation'=>'用户名', + 'usergroup' => '用户组', + 'organization'=>'机构', + 'department'=>'部门', + 'save_changes'=>'保存更改', + 'registration_time'=>'注册时间', + + 'operator' => '操作者', + 'info'=>'信息', + 'loginfo'=>'日志信息', + 'visit'=>'访问页面', + 'from'=>'来源页面', + 'Equipment information'=>'设备信息', + 'ip' => 'IP 地址', + + 'congratulations' => '恭喜您', + 'login_success' => '登录成功!', + 'no_relevant_content' => '没有相关的内容…', + 'degree_exhaust'=>'次数用尽', + 'short'=>'短链接', + 'logs_lpp' => '每页显示', + 'founder_upgrade_normal' => '正常', + 'logs_invite_status_4' => '已过期', + 'del_share'=>'删除分享', + 'app_upgrade_dzzversion_error' => 'DzzOffice版本要求:{version}', + 'File_open_success' =>'文件打开成功', + 'File_open_error' =>'文件打开失败', + 'file_read_no_privilege'=>'抱歉!您没有该文件的预览权限', + 'file_download_no_privilege'=>'抱歉!您没有该文件的下载权限', + 'file_edit_no_privilege'=>'抱歉!您没有该文件的编辑权限', + 'file_been_deleted'=>'文件已删除', ); ?> \ No newline at end of file diff --git a/core/template/default/common/about.htm b/core/template/default/common/about.htm index 8e3d598..7c9e357 100644 --- a/core/template/default/common/about.htm +++ b/core/template/default/common/about.htm @@ -1,40 +1,41 @@ -
    \ No newline at end of file diff --git a/core/template/default/common/header_reload.htm b/core/template/default/common/header_reload.htm index 18f441c..23de810 100644 --- a/core/template/default/common/header_reload.htm +++ b/core/template/default/common/header_reload.htm @@ -7,9 +7,9 @@ - + - +
    \ No newline at end of file diff --git a/core/template/default/common/header_right.htm b/core/template/default/common/header_right.htm index 967622d..bcbbbe4 100644 --- a/core/template/default/common/header_right.htm +++ b/core/template/default/common/header_right.htm @@ -16,7 +16,7 @@
  • - {eval echo avatar_block($_G[uid]);} + {eval echo avatar_block($_G['uid']);}
  • \ No newline at end of file diff --git a/core/template/default/common/header_simple.htm b/core/template/default/common/header_simple.htm index b97d469..0689464 100644 --- a/core/template/default/common/header_simple.htm +++ b/core/template/default/common/header_simple.htm @@ -3,9 +3,9 @@ -<!--{if !empty($navtitle)}-->$navtitle -<!--{/if}--> $_G[setting][sitename] - - +<!--{if !empty($navtitle)}-->$navtitle -<!--{/if}--> $_G['setting']['sitename'] + + diff --git a/core/template/default/common/header_simple_end.htm b/core/template/default/common/header_simple_end.htm index 87cbdcf..fa42f0c 100644 --- a/core/template/default/common/header_simple_end.htm +++ b/core/template/default/common/header_simple_end.htm @@ -1,5 +1,5 @@ - +
    \ No newline at end of file diff --git a/core/template/default/common/header_simple_start.htm b/core/template/default/common/header_simple_start.htm index 6874018..93ddd38 100644 --- a/core/template/default/common/header_simple_start.htm +++ b/core/template/default/common/header_simple_start.htm @@ -4,9 +4,9 @@ -<!--{if !empty($navtitle)}-->$navtitle - <!--{/if}-->$_G[setting][sitename] - - +<!--{if !empty($navtitle)}-->$navtitle - <!--{/if}-->$_G['setting']['sitename'] + + @@ -20,13 +20,11 @@ - + - - + - +
    \ No newline at end of file diff --git a/core/template/default/common/mobile_simple_process.htm b/core/template/default/common/mobile_simple_process.htm index 84d9593..183d5e0 100644 --- a/core/template/default/common/mobile_simple_process.htm +++ b/core/template/default/common/mobile_simple_process.htm @@ -1,5 +1,5 @@ - + - +
    \ No newline at end of file diff --git a/core/template/default/common/mobile_simple_start.htm b/core/template/default/common/mobile_simple_start.htm index a688e24..34793bc 100644 --- a/core/template/default/common/mobile_simple_start.htm +++ b/core/template/default/common/mobile_simple_start.htm @@ -4,9 +4,9 @@ - <!--{if !empty($navtitle)}-->$navtitle - <!--{/if}-->$_G[setting][sitename] - - + <!--{if !empty($navtitle)}-->$navtitle - <!--{/if}-->$_G['setting']['sitename'] + + diff --git a/core/template/default/common/safechk.htm b/core/template/default/common/safechk.htm index ebb2a05..208321f 100644 --- a/core/template/default/common/safechk.htm +++ b/core/template/default/common/safechk.htm @@ -165,7 +165,7 @@ sum--; },1000); }else if(json['error']){ - showmessage(json['error'],'danger',3000,1); + showmessage(json['error'],'danger','3000',1); } },'json') diff --git a/core/template/default/common/seccheck.htm b/core/template/default/common/seccheck.htm index c998f28..6843f27 100644 --- a/core/template/default/common/seccheck.htm +++ b/core/template/default/common/seccheck.htm @@ -12,9 +12,9 @@ -
    +
    - +
    diff --git a/core/template/default/common/showmessage.htm b/core/template/default/common/showmessage.htm index c6b3b61..1b47285 100644 --- a/core/template/default/common/showmessage.htm +++ b/core/template/default/common/showmessage.htm @@ -1,98 +1,89 @@ - -
    - -
    - - -
    - - + +
    + +
    - - - -
    -
    - - - - - -
    $show_message
    - - - - - - - - - - -
    - - - -
    - - - - - - -$show_message - + +
    + + + + +
    +
    + +

    $show_message

    + + + + + + + + + + +
    + + +
    + + + + + +$show_message + +
    +
    + + + + \ No newline at end of file diff --git a/core/template/lyear/common/copyright.htm b/core/template/lyear/common/copyright.htm new file mode 100644 index 0000000..3129910 --- /dev/null +++ b/core/template/lyear/common/copyright.htm @@ -0,0 +1,4 @@ +Copyright © 2012-{eval echo dgmdate(TIMESTAMP,'Y');} www.dzzoffice.com All Rights Reserved
    Powered By DzzOffice V{eval echo CORE_VERSION} + +
    $_G[setting][sitebeian] + \ No newline at end of file diff --git a/core/template/lyear/common/footer.htm b/core/template/lyear/common/footer.htm new file mode 100644 index 0000000..c02428c --- /dev/null +++ b/core/template/lyear/common/footer.htm @@ -0,0 +1,9 @@ + + + + + + + diff --git a/core/template/lyear/common/footer_simple.htm b/core/template/lyear/common/footer_simple.htm new file mode 100644 index 0000000..27f3b48 --- /dev/null +++ b/core/template/lyear/common/footer_simple.htm @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + $_G['setting']['statcode'] + + + + + + + + + \ No newline at end of file diff --git a/core/template/lyear/common/header_common.htm b/core/template/lyear/common/header_common.htm new file mode 100644 index 0000000..287dbf0 --- /dev/null +++ b/core/template/lyear/common/header_common.htm @@ -0,0 +1,27 @@ + + + + + + + <!--{if !empty($navtitle)}-->$navtitle - <!--{/if}-->$_G[setting][sitename] + + + + + + + + + + + + + + + + +
    +
    \ No newline at end of file diff --git a/core/template/lyear/common/header_reload.htm b/core/template/lyear/common/header_reload.htm new file mode 100644 index 0000000..eacbbe7 --- /dev/null +++ b/core/template/lyear/common/header_reload.htm @@ -0,0 +1,15 @@ + + + + + + $_G['setting']['sitename'] + + + + + +
    +
    \ No newline at end of file diff --git a/core/template/lyear/common/header_simple.htm b/core/template/lyear/common/header_simple.htm new file mode 100644 index 0000000..361888d --- /dev/null +++ b/core/template/lyear/common/header_simple.htm @@ -0,0 +1,31 @@ + + + + + + <!--{if !empty($navtitle)}-->$navtitle - <!--{/if}-->$_G[setting][sitename] + + + + + + + + + + + + + + + + + + + + + data-theme="$_G['cookie']['the_site_theme']" data-sidebarbg="$_G['cookie']['the_sidebar_bg']" data-headerbg="$_G['cookie']['the_header_bg']" data-logobg="$_G['cookie']['the_logo_bg']"> +
    +
    \ No newline at end of file diff --git a/core/template/lyear/common/header_simple_end.htm b/core/template/lyear/common/header_simple_end.htm new file mode 100644 index 0000000..e86661c --- /dev/null +++ b/core/template/lyear/common/header_simple_end.htm @@ -0,0 +1,248 @@ + + +
    +
    + +
    +
    +
    + +
    + \ No newline at end of file diff --git a/core/template/lyear/common/header_simple_noleft_end.htm b/core/template/lyear/common/header_simple_noleft_end.htm new file mode 100644 index 0000000..c7913b5 --- /dev/null +++ b/core/template/lyear/common/header_simple_noleft_end.htm @@ -0,0 +1,233 @@ + + +
    +
    +
    +
    +
    + + +
    + \ No newline at end of file diff --git a/core/template/lyear/common/header_simple_start.htm b/core/template/lyear/common/header_simple_start.htm new file mode 100644 index 0000000..85a36e6 --- /dev/null +++ b/core/template/lyear/common/header_simple_start.htm @@ -0,0 +1,35 @@ + + + + + + + <!--{if !empty($navtitle)}-->$navtitle - <!--{/if}-->$_G[setting][sitename] + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/core/template/lyear/common/lyear_about.htm b/core/template/lyear/common/lyear_about.htm new file mode 100644 index 0000000..2597d44 --- /dev/null +++ b/core/template/lyear/common/lyear_about.htm @@ -0,0 +1,51 @@ + + + + + + \ No newline at end of file diff --git a/core/template/lyear/common/lyear_header_left.htm b/core/template/lyear/common/lyear_header_left.htm new file mode 100644 index 0000000..9679042 --- /dev/null +++ b/core/template/lyear/common/lyear_header_left.htm @@ -0,0 +1,6 @@ + \ No newline at end of file diff --git a/core/template/lyear/common/lyear_header_right.htm b/core/template/lyear/common/lyear_header_right.htm new file mode 100644 index 0000000..1ccb857 --- /dev/null +++ b/core/template/lyear/common/lyear_header_right.htm @@ -0,0 +1,10 @@ + + +
  • + +
  • +
  • + +
  • + + \ No newline at end of file diff --git a/core/template/lyear/common/safechk.htm b/core/template/lyear/common/safechk.htm new file mode 100644 index 0000000..d468028 --- /dev/null +++ b/core/template/lyear/common/safechk.htm @@ -0,0 +1,177 @@ +
    + +
    + +
    +
    + + + + + \ No newline at end of file diff --git a/core/template/lyear/common/seccheck.htm b/core/template/lyear/common/seccheck.htm new file mode 100644 index 0000000..c46910d --- /dev/null +++ b/core/template/lyear/common/seccheck.htm @@ -0,0 +1,32 @@ +{eval + $_G['sechashi'] = !empty($_G['cookie']['sechashi']) ? $_G['sechash'] + 1 : 0; + $sechash = 'S'.($_G['inajax'] ? 'A' : '').$_G['sid'].$_G['sechashi']; + $sectpl = !empty($sectpl) ? explode("", $sectpl) : array('',': ','',''); + $sectpldefault = $sectpl; + $sectplqaa = str_replace('', 'qaa'.$sechash, $sectpldefault); + $sectplcode = str_replace('', 'code'.$sechash, $sectpldefault); + $secshow = !isset($secshow) ? 1 : $secshow; + $sectabindex = !isset($sectabindex) ? 1 : $sectabindex; +} + + + + +
    +
    + + + {$sectplcode[2]} + + + + $sectplcode[3] + +
    +
    + + + + + +$seccheckhtml \ No newline at end of file diff --git a/core/template/lyear/common/showmessage.htm b/core/template/lyear/common/showmessage.htm new file mode 100644 index 0000000..3fa4fe4 --- /dev/null +++ b/core/template/lyear/common/showmessage.htm @@ -0,0 +1,90 @@ + +{eval $lyeartheme=true} + +
    + +
    + + +
    + + + + + +
    +
    + +

    $show_message

    + + + + + + + + + + +
    + + +
    + + + + + +$show_message + +
    +
    + + + + \ No newline at end of file diff --git a/core/template/lyear/common/showtips.htm b/core/template/lyear/common/showtips.htm new file mode 100644 index 0000000..3455061 --- /dev/null +++ b/core/template/lyear/common/showtips.htm @@ -0,0 +1,4 @@ + +{$lang} + + \ No newline at end of file diff --git a/core/template/lyear/dzz_style_lyear.xml b/core/template/lyear/dzz_style_lyear.xml new file mode 100644 index 0000000..8298187 --- /dev/null +++ b/core/template/lyear/dzz_style_lyear.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/data/attachment/appico/201712/21/123754pb0s666i6sjws1jc.png b/data/attachment/appico/202411/02/170040bgapsjg4pt4nuee4.png similarity index 51% rename from data/attachment/appico/201712/21/123754pb0s666i6sjws1jc.png rename to data/attachment/appico/202411/02/170040bgapsjg4pt4nuee4.png index aeb9521..054f08f 100644 Binary files a/data/attachment/appico/201712/21/123754pb0s666i6sjws1jc.png and b/data/attachment/appico/202411/02/170040bgapsjg4pt4nuee4.png differ diff --git a/data/attachment/appico/202411/02/170328nz056he0mixeezpo.png b/data/attachment/appico/202411/02/170328nz056he0mixeezpo.png new file mode 100644 index 0000000..bec0cf9 Binary files /dev/null and b/data/attachment/appico/202411/02/170328nz056he0mixeezpo.png differ diff --git a/data/attachment/appico/202411/02/184008xbuvo0sh8y1xey8f.png b/data/attachment/appico/202411/02/184008xbuvo0sh8y1xey8f.png new file mode 100644 index 0000000..46a74d0 Binary files /dev/null and b/data/attachment/appico/202411/02/184008xbuvo0sh8y1xey8f.png differ diff --git a/data/attachment/appico/202411/02/184037v0by6dzb1wwobdy3.png b/data/attachment/appico/202411/02/184037v0by6dzb1wwobdy3.png new file mode 100644 index 0000000..f3391f2 Binary files /dev/null and b/data/attachment/appico/202411/02/184037v0by6dzb1wwobdy3.png differ diff --git a/data/attachment/appico/202411/02/index.html b/data/attachment/appico/202411/02/index.html new file mode 100644 index 0000000..e69de29 diff --git a/data/attachment/appico/202411/index.html b/data/attachment/appico/202411/index.html new file mode 100644 index 0000000..e69de29 diff --git a/dzz/DPlayer/DPlayer.md5 b/dzz/DPlayer/DPlayer.md5 new file mode 100644 index 0000000..4493e0b --- /dev/null +++ b/dzz/DPlayer/DPlayer.md5 @@ -0,0 +1,19 @@ +cc603c5135ef12de1139eb4924b43da2 *config/config.php +d41d8cd98f00b204e9800998ecf8427e *config/index.htm +e97d11063c78a637a059eb3e68ab5d3a *./dzz_app_DPlayer.xml +8fb0f83da20ad86ecd7ead895131ccbe *images/dash.all.min.js +756dbedbd60433bd578ff353a9360579 *images/DPlayer.min.js +163294d42eb09942e7843426cf0dc398 *images/flv.min.js +8361666e7e2690d988ff5fe775b62bbe *images/hls.min.js +d41d8cd98f00b204e9800998ecf8427e *images/index.htm +5e7e104b545010d20d66fb5dfffbfd36 *images/webtorrent.min.js +d41d8cd98f00b204e9800998ecf8427e *./index.htm +6b1151365e7693a6ecd58e32abc248d3 *./index.php +8fb0f83da20ad86ecd7ead895131ccbe *js/dash.all.min.js +756dbedbd60433bd578ff353a9360579 *js/DPlayer.min.js +163294d42eb09942e7843426cf0dc398 *js/flv.min.js +8361666e7e2690d988ff5fe775b62bbe *js/hls.min.js +5e7e104b545010d20d66fb5dfffbfd36 *js/webtorrent.min.js +21e71707e9cd5b1deaa9ce9740405b0e *./player.php +dbdd3bc6fe21f7498332f92918e0ee85 *./README.md +7e8fca1a0536dcd47402064a2735307e *template/index.htm diff --git a/dzz/DPlayer/LICENSE b/dzz/DPlayer/LICENSE new file mode 100644 index 0000000..261eeb9 --- /dev/null +++ b/dzz/DPlayer/LICENSE @@ -0,0 +1,201 @@ + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/dzz/DPlayer/README.md b/dzz/DPlayer/README.md new file mode 100644 index 0000000..63a223d --- /dev/null +++ b/dzz/DPlayer/README.md @@ -0,0 +1,30 @@ +# DzzOffice DPlayer插件 + +## DzzOffice 小胡团队:https://gitee.com/xiaohu2024 + +## 介绍 +基于DzzOffice开发的一个功能强大,符合国内视频播放业务的 web 视频播放组件,一个很好看的弹幕视频播放器 + +更多详细说明请访问 DzzOffice 小胡团队 查看。 + +## DzzOffice 安装和升级插件说明(详细教程请在DzzOffice 笔记中查看): + +1. 下载并解压插件后,请将解压后的插件文件夹以"DPlayer"命名的方式放置在网站的"dzz\"目录下(若该目录下已存在同名文件夹,请先删除原文件夹后再放置新文件夹)。 +2. 升级的用户在系统工具中清理缓存即可; +3. 对于首次安装的用户,请在应用市场右下角选择“导入”功能,然后选择要导入的文件,即文件夹下的“dzz_app_DPlayer.xml”。选择文件后点击“提交”按钮完成安装。 + +请严格按照上述步骤操作,以确保插件能够正确安装和升级。如在操作过程中遇到任何问题,请访问团队主页或查阅DzzOffice 笔记以获取更多帮助。 + +## 版权申明 + +此源码允许免费使用和修改,但严禁以任何形式进行商业化销售或盈利活动。 + +## Issues + +如您在使用中遇到问题,可以优先在常见问题中查找。仍无法解决,可以向我们提交Issues。 + +## 反馈与支持: + +其他相关内容,如关于DzzOffice的开发与二次开发,技术交流与分享,教程与问题解答,以及开发手册和文档等方面的内容在团队主页中查看。 + +如有任何问题或建议,请访问https://gitee.com/xiaohu2024,反馈时请附上问题截图、DzzOffice版本号、问题网址及可复现的操作步骤。 \ No newline at end of file diff --git a/dzz/DPlayer/config/config.php b/dzz/DPlayer/config/config.php new file mode 100644 index 0000000..df3641b --- /dev/null +++ b/dzz/DPlayer/config/config.php @@ -0,0 +1,7 @@ +false, + 'about'=>array('name_en'=>'DPlayer', + 'version'=>'V1.2 小胡(gitee.com/xiaohu2024)') +); \ No newline at end of file diff --git a/dzz/DPlayer/config/index.htm b/dzz/DPlayer/config/index.htm new file mode 100644 index 0000000..e69de29 diff --git a/dzz/DPlayer/dzz_app_DPlayer.xml b/dzz/DPlayer/dzz_app_DPlayer.xml new file mode 100644 index 0000000..75718d5 --- /dev/null +++ b/dzz/DPlayer/dzz_app_DPlayer.xml @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dzz/DPlayer/images/DPlayer.min.js b/dzz/DPlayer/images/DPlayer.min.js new file mode 100644 index 0000000..700f5b1 --- /dev/null +++ b/dzz/DPlayer/images/DPlayer.min.js @@ -0,0 +1 @@ +!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define("DPlayer",[],t):"object"==typeof exports?exports.DPlayer=t():e.DPlayer=t()}(window,(function(){return function(e){var t={};function a(n){if(t[n])return t[n].exports;var o=t[n]={i:n,l:!1,exports:{}};return e[n].call(o.exports,o,o.exports,a),o.l=!0,o.exports}return a.m=e,a.c=t,a.d=function(e,t,n){a.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:n})},a.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},a.t=function(e,t){if(1&t&&(e=a(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var n=Object.create(null);if(a.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)a.d(n,o,function(t){return e[t]}.bind(null,o));return n},a.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return a.d(t,"a",t),t},a.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},a.p="/",a(a.s=58)}([function(e,t,a){"use strict";function n(e){return(n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}var o=a(6),r=Object.prototype.toString;function i(e){return"[object Array]"===r.call(e)}function l(e){return void 0===e}function s(e){return null!==e&&"object"===n(e)}function d(e){return"[object Function]"===r.call(e)}function p(e,t){if(null!=e)if("object"!==n(e)&&(e=[e]),i(e))for(var a=0,o=e.length;a\n ",a&&(t+='\n \n '),t+="\n"}},function(e,t,a){e.exports=a(41)},function(e,t,a){"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var a=function(e,t){var a=e[1]||"",n=e[3];if(!n)return a;if(t&&"function"==typeof btoa){var o=(i=n,l=btoa(unescape(encodeURIComponent(JSON.stringify(i)))),s="sourceMappingURL=data:application/json;charset=utf-8;base64,".concat(l),"/*# ".concat(s," */")),r=n.sources.map((function(e){return"/*# sourceURL=".concat(n.sourceRoot||"").concat(e," */")}));return[a].concat(r).concat([o]).join("\n")}var i,l,s;return[a].join("\n")}(t,e);return t[2]?"@media ".concat(t[2]," {").concat(a,"}"):a})).join("")},t.i=function(e,a,n){"string"==typeof e&&(e=[[null,e,""]]);var o={};if(n)for(var r=0;r1)for(var a=1;a=200&&e<300}};s.headers={common:{Accept:"application/json, text/plain, */*"}},n.forEach(["delete","get","head"],(function(e){s.headers[e]={}})),n.forEach(["post","put","patch"],(function(e){s.headers[e]=n.merge(r)})),e.exports=s}).call(this,a(5))},function(e,t,a){"use strict";var n=a(0),o=a(47),r=a(7),i=a(49),l=a(52),s=a(53),d=a(11);e.exports=function(e){return new Promise((function(t,p){var c=e.data,u=e.headers;n.isFormData(c)&&delete u["Content-Type"];var y=new XMLHttpRequest;if(e.auth){var h=e.auth.username||"",m=e.auth.password||"";u.Authorization="Basic "+btoa(h+":"+m)}var f=i(e.baseURL,e.url);if(y.open(e.method.toUpperCase(),r(f,e.params,e.paramsSerializer),!0),y.timeout=e.timeout,y.onreadystatechange=function(){if(y&&4===y.readyState&&(0!==y.status||y.responseURL&&0===y.responseURL.indexOf("file:"))){var a="getAllResponseHeaders"in y?l(y.getAllResponseHeaders()):null,n={data:e.responseType&&"text"!==e.responseType?y.response:y.responseText,status:y.status,statusText:y.statusText,headers:a,config:e,request:y};o(t,p,n),y=null}},y.onabort=function(){y&&(p(d("Request aborted",e,"ECONNABORTED",y)),y=null)},y.onerror=function(){p(d("Network Error",e,null,y)),y=null},y.ontimeout=function(){var t="timeout of "+e.timeout+"ms exceeded";e.timeoutErrorMessage&&(t=e.timeoutErrorMessage),p(d(t,e,"ECONNABORTED",y)),y=null},n.isStandardBrowserEnv()){var v=a(54),b=(e.withCredentials||s(f))&&e.xsrfCookieName?v.read(e.xsrfCookieName):void 0;b&&(u[e.xsrfHeaderName]=b)}if("setRequestHeader"in y&&n.forEach(u,(function(e,t){void 0===c&&"content-type"===t.toLowerCase()?delete u[t]:y.setRequestHeader(t,e)})),n.isUndefined(e.withCredentials)||(y.withCredentials=!!e.withCredentials),e.responseType)try{y.responseType=e.responseType}catch(t){if("json"!==e.responseType)throw t}"function"==typeof e.onDownloadProgress&&y.addEventListener("progress",e.onDownloadProgress),"function"==typeof e.onUploadProgress&&y.upload&&y.upload.addEventListener("progress",e.onUploadProgress),e.cancelToken&&e.cancelToken.promise.then((function(e){y&&(y.abort(),p(e),y=null)})),void 0===c&&(c=null),y.send(c)}))}},function(e,t,a){"use strict";var n=a(48);e.exports=function(e,t,a,o,r){var i=new Error(e);return n(i,t,a,o,r)}},function(e,t,a){"use strict";var n=a(0);e.exports=function(e,t){t=t||{};var a={},o=["url","method","params","data"],r=["headers","auth","proxy"],i=["baseURL","url","transformRequest","transformResponse","paramsSerializer","timeout","withCredentials","adapter","responseType","xsrfCookieName","xsrfHeaderName","onUploadProgress","onDownloadProgress","maxContentLength","validateStatus","maxRedirects","httpAgent","httpsAgent","cancelToken","socketPath"];n.forEach(o,(function(e){void 0!==t[e]&&(a[e]=t[e])})),n.forEach(r,(function(o){n.isObject(t[o])?a[o]=n.deepMerge(e[o],t[o]):void 0!==t[o]?a[o]=t[o]:n.isObject(e[o])?a[o]=n.deepMerge(e[o]):void 0!==e[o]&&(a[o]=e[o])})),n.forEach(i,(function(n){void 0!==t[n]?a[n]=t[n]:void 0!==e[n]&&(a[n]=e[n])}));var l=o.concat(r).concat(i),s=Object.keys(t).filter((function(e){return-1===l.indexOf(e)}));return n.forEach(s,(function(n){void 0!==t[n]?a[n]=t[n]:void 0!==e[n]&&(a[n]=e[n])})),a}},function(e,t,a){"use strict";function n(e){this.message=e}n.prototype.toString=function(){return"Cancel"+(this.message?": "+this.message:"")},n.prototype.__CANCEL__=!0,e.exports=n},function(e,t,a){"use strict";e.exports=a(57)},function(e,t,a){"use strict";(function(e){var n=a(16);function o(e){return(o="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}var r=setTimeout;function i(e){return Boolean(e&&void 0!==e.length)}function l(){}function s(e){if(!(this instanceof s))throw new TypeError("Promises must be constructed via new");if("function"!=typeof e)throw new TypeError("not a function");this._state=0,this._handled=!1,this._value=void 0,this._deferreds=[],h(e,this)}function d(e,t){for(;3===e._state;)e=e._value;0!==e._state?(e._handled=!0,s._immediateFn((function(){var a=1===e._state?t.onFulfilled:t.onRejected;if(null!==a){var n;try{n=a(e._value)}catch(e){return void c(t.promise,e)}p(t.promise,n)}else(1===e._state?p:c)(t.promise,e._value)}))):e._deferreds.push(t)}function p(e,t){try{if(t===e)throw new TypeError("A promise cannot be resolved with itself.");if(t&&("object"===o(t)||"function"==typeof t)){var a=t.then;if(t instanceof s)return e._state=3,e._value=t,void u(e);if("function"==typeof a)return void h((n=a,r=t,function(){n.apply(r,arguments)}),e)}e._state=1,e._value=t,u(e)}catch(t){c(e,t)}var n,r}function c(e,t){e._state=2,e._value=t,u(e)}function u(e){2===e._state&&0===e._deferreds.length&&s._immediateFn((function(){e._handled||s._unhandledRejectionFn(e._value)}));for(var t=0,a=e._deferreds.length;t\n
    \n '),t+='\n
    \n
    \n
    \n
    \n
    \n \n ',i.danmaku&&(t+='\n ',t+=l(s("Danmaku is loading")),t+="\n "),t+='\n ',t+=d.loading,t+='\n
    \n
    \n
    \n
    \n
    \n \n
    \n
    \n
    ',t+=l(s("Set danmaku color")),t+='
    \n \n \n \n \n \n \n
    \n
    \n
    ',t+=l(s("Set danmaku type")),t+='
    \n \n \n \n
    \n
    \n \n ',t+=d.send,t+='\n \n
    \n
    \n \n
    \n \n
    \n
    \n
    \n \n
    \n
    \n
    \n
    \n \n 0:00 /\n 0:00\n \n ',i.live&&(t+='\n ',t+=l(s("Live")),t+="\n "),t+='\n
    \n
    \n ',i.video.quality&&(t+='\n
    \n \n
    \n
    \n ',c(i.video.quality,(function(e,a){t+='\n
    ',t+=l(e.name),t+="
    \n "})),t+="\n
    \n
    \n
    \n "),t+="\n ",i.screenshot&&(t+='\n
    \n
    \n "),t+="\n ",i.airplay&&(t+='\n
    \n
    \n "),t+='\n
    \n \n
    \n ",i.subtitle&&(t+='\n
    \n \n
    \n "),t+='\n
    \n \n
    \n
    \n
    \n ',t+=l(s("Speed")),t+='\n
    ',t+=d.right,t+='
    \n
    \n
    \n ',t+=l(s("Loop")),t+='\n
    \n \n \n
    \n
    \n
    \n ',t+=l(s("Show danmaku")),t+='\n
    \n \n \n
    \n
    \n
    \n ',t+=l(s("Unlimited danmaku")),t+='\n
    \n \n \n
    \n
    \n
    \n ',t+=l(s("Opacity for danmaku")),t+='\n
    \n
    \n
    \n \n
    \n
    \n
    \n
    \n
    \n
    \n ',c(i.playbackSpeed,(function(e,a){t+='\n
    \n ',t+=l(1===e?s("Normal"):e),t+="\n
    \n "})),t+='\n
    \n
    \n
    \n
    \n \n \n
    \n
    \n
    \n \n
    \n
    \n
    \n
    \n \n
    \n
    \n
    \n
    \n
    \n
    [x]
    \n
    \n Player version\n \n
    \n
    \n Player FPS\n \n
    \n
    \n Video type\n \n
    \n
    \n Video url\n \n
    \n
    \n Video resolution\n \n
    \n
    \n Video duration\n \n
    \n ',i.danmaku&&(t+='\n
    \n Danmaku id\n \n
    \n
    \n Danmaku api\n \n
    \n
    \n Danmaku amount\n \n
    \n '),t+='\n
    \n
    \n ',c(i.contextmenu,(function(e,a){t+='\n
    \n ',t+=l(s(e.text)),t+="\n
    \n "})),t+='\n
    \n
    \n"}},function(e,t,a){var n=a(36),o=a(37);"string"==typeof(o=o.__esModule?o.default:o)&&(o=[[e.i,o,""]]);var r={insert:"head",singleton:!1};n(o,r);e.exports=o.locals||{}},function(e,t,a){"use strict";var n,o=function(){return void 0===n&&(n=Boolean(window&&document&&document.all&&!window.atob)),n},r=function(){var e={};return function(t){if(void 0===e[t]){var a=document.querySelector(t);if(window.HTMLIFrameElement&&a instanceof window.HTMLIFrameElement)try{a=a.contentDocument.head}catch(e){a=null}e[t]=a}return e[t]}}(),i=[];function l(e){for(var t=-1,a=0;adiv{display:none}.dplayer-controller .dplayer-icons .dplayer-setting .dplayer-setting-box>div.dplayer-setting-origin-panel{display:block}.dplayer-controller .dplayer-icons .dplayer-setting .dplayer-setting-box.dplayer-setting-box-open{transform:scale(1)}.dplayer-controller .dplayer-icons .dplayer-setting .dplayer-setting-box.dplayer-setting-box-narrow{width:70px;text-align:center}.dplayer-controller .dplayer-icons .dplayer-setting .dplayer-setting-box.dplayer-setting-box-speed .dplayer-setting-origin-panel{display:none}.dplayer-controller .dplayer-icons .dplayer-setting .dplayer-setting-box.dplayer-setting-box-speed .dplayer-setting-speed-panel{display:block}.dplayer-controller .dplayer-icons .dplayer-setting .dplayer-setting-item,.dplayer-controller .dplayer-icons .dplayer-setting .dplayer-setting-speed-item{height:30px;padding:5px 10px;box-sizing:border-box;cursor:pointer;position:relative}.dplayer-controller .dplayer-icons .dplayer-setting .dplayer-setting-item:hover,.dplayer-controller .dplayer-icons .dplayer-setting .dplayer-setting-speed-item:hover{background-color:hsla(0,0%,100%,.1)}.dplayer-controller .dplayer-icons .dplayer-setting .dplayer-setting-danmaku{padding:5px 0}.dplayer-controller .dplayer-icons .dplayer-setting .dplayer-setting-danmaku .dplayer-label{padding:0 10px;display:inline}.dplayer-controller .dplayer-icons .dplayer-setting .dplayer-setting-danmaku:hover .dplayer-label{display:none}.dplayer-controller .dplayer-icons .dplayer-setting .dplayer-setting-danmaku:hover .dplayer-danmaku-bar-wrap{display:inline-block}.dplayer-controller .dplayer-icons .dplayer-setting .dplayer-setting-danmaku.dplayer-setting-danmaku-active .dplayer-label{display:none}.dplayer-controller .dplayer-icons .dplayer-setting .dplayer-setting-danmaku.dplayer-setting-danmaku-active .dplayer-danmaku-bar-wrap{display:inline-block}.dplayer-controller .dplayer-icons .dplayer-setting .dplayer-setting-danmaku .dplayer-danmaku-bar-wrap{padding:0 10px;box-sizing:border-box;display:none;vertical-align:middle;height:100%;width:100%}.dplayer-controller .dplayer-icons .dplayer-setting .dplayer-setting-danmaku .dplayer-danmaku-bar-wrap .dplayer-danmaku-bar{position:relative;top:8.5px;width:100%;height:3px;background:#fff;transition:all .3s ease-in-out}.dplayer-controller .dplayer-icons .dplayer-setting .dplayer-setting-danmaku .dplayer-danmaku-bar-wrap .dplayer-danmaku-bar .dplayer-danmaku-bar-inner{position:absolute;bottom:0;left:0;height:100%;transition:all .1s ease;background:#aaa;will-change:width}.dplayer-controller .dplayer-icons .dplayer-setting .dplayer-setting-danmaku .dplayer-danmaku-bar-wrap .dplayer-danmaku-bar .dplayer-danmaku-bar-inner .dplayer-thumb{position:absolute;top:0;right:5px;margin-top:-4px;margin-right:-10px;height:11px;width:11px;border-radius:50%;cursor:pointer;transition:all .3s ease-in-out;background:#aaa}.dplayer-controller .dplayer-icons .dplayer-full{display:inline-block;height:100%;position:relative}.dplayer-controller .dplayer-icons .dplayer-full:hover .dplayer-full-in-icon{display:block}.dplayer-controller .dplayer-icons .dplayer-full .dplayer-full-in-icon{position:absolute;top:-30px;z-index:1;display:none}.dplayer-controller .dplayer-icons .dplayer-quality{position:relative;display:inline-block;height:100%;z-index:2}.dplayer-controller .dplayer-icons .dplayer-quality:hover .dplayer-quality-list,.dplayer-controller .dplayer-icons .dplayer-quality:hover .dplayer-quality-mask{display:block}.dplayer-controller .dplayer-icons .dplayer-quality .dplayer-quality-mask{display:none;position:absolute;bottom:38px;left:-18px;width:80px;padding-bottom:12px}.dplayer-controller .dplayer-icons .dplayer-quality .dplayer-quality-list{display:none;font-size:12px;width:80px;border-radius:2px;background:rgba(28,28,28,.9);padding:5px 0;transition:all .3s ease-in-out;overflow:hidden;color:#fff;text-align:center}.dplayer-controller .dplayer-icons .dplayer-quality .dplayer-quality-item{height:25px;box-sizing:border-box;cursor:pointer;line-height:25px}.dplayer-controller .dplayer-icons .dplayer-quality .dplayer-quality-item:hover{background-color:hsla(0,0%,100%,.1)}.dplayer-controller .dplayer-icons .dplayer-comment{display:inline-block;height:100%}.dplayer-controller .dplayer-icons .dplayer-label{color:#eee;font-size:13px;display:inline-block;vertical-align:middle;white-space:nowrap}.dplayer-controller .dplayer-icons .dplayer-toggle{width:32px;height:20px;text-align:center;font-size:0;vertical-align:middle;position:absolute;top:5px;right:10px}.dplayer-controller .dplayer-icons .dplayer-toggle input{max-height:0;max-width:0;display:none}.dplayer-controller .dplayer-icons .dplayer-toggle input+label{display:inline-block;position:relative;box-shadow:inset 0 0 0 0 #dfdfdf;border:1px solid #dfdfdf;height:20px;width:32px;border-radius:10px;box-sizing:border-box;cursor:pointer;transition:.2s ease-in-out}.dplayer-controller .dplayer-icons .dplayer-toggle input+label:after,.dplayer-controller .dplayer-icons .dplayer-toggle input+label:before{content:"";position:absolute;display:block;height:18px;width:18px;top:0;left:0;border-radius:15px;transition:.2s ease-in-out}.dplayer-controller .dplayer-icons .dplayer-toggle input+label:after{background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.4)}.dplayer-controller .dplayer-icons .dplayer-toggle input:checked+label{border-color:hsla(0,0%,100%,.5)}.dplayer-controller .dplayer-icons .dplayer-toggle input:checked+label:before{width:30px;background:hsla(0,0%,100%,.5)}.dplayer-controller .dplayer-icons .dplayer-toggle input:checked+label:after{left:12px}.dplayer-mobile-play{display:none;width:50px;height:50px;border:none;background-color:transparent;outline:none;cursor:pointer;box-sizing:border-box;bottom:0;opacity:.8;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.dplayer-danmaku{position:absolute;left:0;right:0;top:0;bottom:0;font-size:22px;color:#fff}.dplayer-danmaku .dplayer-danmaku-item{display:inline-block;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default;white-space:nowrap;text-shadow:.5px .5px .5px rgba(0,0,0,.5)}.dplayer-danmaku .dplayer-danmaku-item--demo{position:absolute;visibility:hidden}.dplayer-danmaku .dplayer-danmaku-right{position:absolute;right:0;transform:translateX(100%)}.dplayer-danmaku .dplayer-danmaku-right.dplayer-danmaku-move{will-change:transform;-webkit-animation:danmaku 5s linear;animation:danmaku 5s linear;-webkit-animation-play-state:paused;animation-play-state:paused}@-webkit-keyframes danmaku{0%{transform:translateX(100%)}}@keyframes danmaku{0%{transform:translateX(100%)}}.dplayer-danmaku .dplayer-danmaku-bottom,.dplayer-danmaku .dplayer-danmaku-top{position:absolute;width:100%;text-align:center;visibility:hidden}.dplayer-danmaku .dplayer-danmaku-bottom.dplayer-danmaku-move,.dplayer-danmaku .dplayer-danmaku-top.dplayer-danmaku-move{will-change:visibility;-webkit-animation:danmaku-center 4s linear;animation:danmaku-center 4s linear;-webkit-animation-play-state:paused;animation-play-state:paused}@-webkit-keyframes danmaku-center{0%{visibility:visible}to{visibility:visible}}@keyframes danmaku-center{0%{visibility:visible}to{visibility:visible}}.dplayer-logo{pointer-events:none;position:absolute;left:20px;top:20px;max-width:50px;max-height:50px}.dplayer-logo img{max-width:100%;max-height:100%;background:none}.dplayer-menu{position:absolute;width:170px;border-radius:2px;background:rgba(28,28,28,.85);padding:5px 0;overflow:hidden;z-index:3;display:none}.dplayer-menu.dplayer-menu-show{display:block}.dplayer-menu .dplayer-menu-item{height:30px;box-sizing:border-box;cursor:pointer}.dplayer-menu .dplayer-menu-item:hover{background-color:hsla(0,0%,100%,.1)}.dplayer-menu .dplayer-menu-item a{padding:0 10px;line-height:30px;color:#eee;font-size:13px;display:inline-block;vertical-align:middle;width:100%;box-sizing:border-box;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.dplayer-menu .dplayer-menu-item a:hover{text-decoration:none}.dplayer-notice{opacity:0;position:absolute;bottom:60px;left:20px;font-size:14px;border-radius:2px;background:rgba(28,28,28,.9);padding:7px 20px;transition:all .3s ease-in-out;overflow:hidden;color:#fff;pointer-events:none}.dplayer-subtitle{position:absolute;bottom:40px;width:90%;left:5%;text-align:center;color:#fff;text-shadow:.5px .5px .5px rgba(0,0,0,.5);font-size:20px}.dplayer-subtitle.dplayer-subtitle-hide{display:none}.dplayer-mask{position:absolute;top:0;bottom:0;left:0;right:0;z-index:1;display:none}.dplayer-mask.dplayer-mask-show{display:block}.dplayer-video-wrap{position:relative;background:#000;font-size:0;width:100%;height:100%}.dplayer-video-wrap .dplayer-video{width:100%;height:100%;display:none}.dplayer-video-wrap .dplayer-video-current{display:block}.dplayer-video-wrap .dplayer-video-prepare{display:none}.dplayer-info-panel{position:absolute;top:10px;left:10px;width:400px;background:rgba(28,28,28,.8);padding:10px;color:#fff;font-size:12px;border-radius:2px}.dplayer-info-panel-hide{display:none}.dplayer-info-panel .dplayer-info-panel-close{cursor:pointer;position:absolute;right:10px;top:10px}.dplayer-info-panel .dplayer-info-panel-item>span{display:inline-block;vertical-align:middle;line-height:15px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.dplayer-info-panel .dplayer-info-panel-item-title{width:100px;text-align:right;margin-right:10px}.dplayer-info-panel .dplayer-info-panel-item-data{width:260px}',""]),e.exports=t},function(e,t,a){(t=a(3)(!1)).push([e.i,':root{--balloon-border-radius:2px;--balloon-color:rgba(16,16,16,0.95);--balloon-text-color:#fff;--balloon-font-size:12px;--balloon-move:4px}button[aria-label][data-balloon-pos]{overflow:visible}[aria-label][data-balloon-pos]{position:relative;cursor:pointer}[aria-label][data-balloon-pos]:after{text-indent:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-weight:400;font-style:normal;text-shadow:none;font-size:var(--balloon-font-size);background:var(--balloon-color);border-radius:2px;color:var(--balloon-text-color);border-radius:var(--balloon-border-radius);content:attr(aria-label);padding:.5em 1em;white-space:nowrap}[aria-label][data-balloon-pos]:after,[aria-label][data-balloon-pos]:before{opacity:0;pointer-events:none;transition:all .18s ease-out .18s;position:absolute;z-index:10}[aria-label][data-balloon-pos]:before{width:0;height:0;border:5px solid transparent;border-top:5px solid var(--balloon-color);content:""}[aria-label][data-balloon-pos]:hover:after,[aria-label][data-balloon-pos]:hover:before,[aria-label][data-balloon-pos]:not([data-balloon-nofocus]):focus:after,[aria-label][data-balloon-pos]:not([data-balloon-nofocus]):focus:before,[aria-label][data-balloon-pos][data-balloon-visible]:after,[aria-label][data-balloon-pos][data-balloon-visible]:before{opacity:1;pointer-events:none}[aria-label][data-balloon-pos].font-awesome:after{font-family:FontAwesome,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}[aria-label][data-balloon-pos][data-balloon-break]:after{white-space:pre}[aria-label][data-balloon-pos][data-balloon-break][data-balloon-length]:after{white-space:pre-line;word-break:break-word}[aria-label][data-balloon-pos][data-balloon-blunt]:after,[aria-label][data-balloon-pos][data-balloon-blunt]:before{transition:none}[aria-label][data-balloon-pos][data-balloon-pos=up]:after{margin-bottom:10px}[aria-label][data-balloon-pos][data-balloon-pos=up]:after,[aria-label][data-balloon-pos][data-balloon-pos=up]:before{bottom:100%;left:50%;transform:translate(-50%,var(--balloon-move));transform-origin:top}[aria-label][data-balloon-pos][data-balloon-pos=up]:hover:after,[aria-label][data-balloon-pos][data-balloon-pos=up]:hover:before,[aria-label][data-balloon-pos][data-balloon-pos=up][data-balloon-visible]:after,[aria-label][data-balloon-pos][data-balloon-pos=up][data-balloon-visible]:before{transform:translate(-50%)}[aria-label][data-balloon-pos][data-balloon-pos=up-left]:after{bottom:100%;left:0;margin-bottom:10px;transform:translateY(var(--balloon-move));transform-origin:top}[aria-label][data-balloon-pos][data-balloon-pos=up-left]:before{bottom:100%;left:5px;transform:translateY(var(--balloon-move));transform-origin:top}[aria-label][data-balloon-pos][data-balloon-pos=up-left]:hover:after,[aria-label][data-balloon-pos][data-balloon-pos=up-left]:hover:before,[aria-label][data-balloon-pos][data-balloon-pos=up-left][data-balloon-visible]:after,[aria-label][data-balloon-pos][data-balloon-pos=up-left][data-balloon-visible]:before{transform:translate(0)}[aria-label][data-balloon-pos][data-balloon-pos=up-right]:after{bottom:100%;right:0;margin-bottom:10px;transform:translateY(var(--balloon-move));transform-origin:top}[aria-label][data-balloon-pos][data-balloon-pos=up-right]:before{bottom:100%;right:5px;transform:translateY(var(--balloon-move));transform-origin:top}[aria-label][data-balloon-pos][data-balloon-pos=up-right]:hover:after,[aria-label][data-balloon-pos][data-balloon-pos=up-right]:hover:before,[aria-label][data-balloon-pos][data-balloon-pos=up-right][data-balloon-visible]:after,[aria-label][data-balloon-pos][data-balloon-pos=up-right][data-balloon-visible]:before{transform:translate(0)}[aria-label][data-balloon-pos][data-balloon-pos=down]:after{left:50%;margin-top:10px;top:100%;transform:translate(-50%,calc(var(--balloon-move)*-1))}[aria-label][data-balloon-pos][data-balloon-pos=down]:before{width:0;height:0;border:5px solid transparent;border-bottom:5px solid var(--balloon-color);left:50%;top:100%;transform:translate(-50%,calc(var(--balloon-move)*-1))}[aria-label][data-balloon-pos][data-balloon-pos=down]:hover:after,[aria-label][data-balloon-pos][data-balloon-pos=down]:hover:before,[aria-label][data-balloon-pos][data-balloon-pos=down][data-balloon-visible]:after,[aria-label][data-balloon-pos][data-balloon-pos=down][data-balloon-visible]:before{transform:translate(-50%)}[aria-label][data-balloon-pos][data-balloon-pos=down-left]:after{left:0;margin-top:10px;top:100%;transform:translateY(calc(var(--balloon-move)*-1))}[aria-label][data-balloon-pos][data-balloon-pos=down-left]:before{width:0;height:0;border:5px solid transparent;border-bottom:5px solid var(--balloon-color);left:5px;top:100%;transform:translateY(calc(var(--balloon-move)*-1))}[aria-label][data-balloon-pos][data-balloon-pos=down-left]:hover:after,[aria-label][data-balloon-pos][data-balloon-pos=down-left]:hover:before,[aria-label][data-balloon-pos][data-balloon-pos=down-left][data-balloon-visible]:after,[aria-label][data-balloon-pos][data-balloon-pos=down-left][data-balloon-visible]:before{transform:translate(0)}[aria-label][data-balloon-pos][data-balloon-pos=down-right]:after{right:0;margin-top:10px;top:100%;transform:translateY(calc(var(--balloon-move)*-1))}[aria-label][data-balloon-pos][data-balloon-pos=down-right]:before{width:0;height:0;border:5px solid transparent;border-bottom:5px solid var(--balloon-color);right:5px;top:100%;transform:translateY(calc(var(--balloon-move)*-1))}[aria-label][data-balloon-pos][data-balloon-pos=down-right]:hover:after,[aria-label][data-balloon-pos][data-balloon-pos=down-right]:hover:before,[aria-label][data-balloon-pos][data-balloon-pos=down-right][data-balloon-visible]:after,[aria-label][data-balloon-pos][data-balloon-pos=down-right][data-balloon-visible]:before{transform:translate(0)}[aria-label][data-balloon-pos][data-balloon-pos=left]:after{margin-right:10px;right:100%;top:50%;transform:translate(var(--balloon-move),-50%)}[aria-label][data-balloon-pos][data-balloon-pos=left]:before{width:0;height:0;border:5px solid transparent;border-left:5px solid var(--balloon-color);right:100%;top:50%;transform:translate(var(--balloon-move),-50%)}[aria-label][data-balloon-pos][data-balloon-pos=left]:hover:after,[aria-label][data-balloon-pos][data-balloon-pos=left]:hover:before,[aria-label][data-balloon-pos][data-balloon-pos=left][data-balloon-visible]:after,[aria-label][data-balloon-pos][data-balloon-pos=left][data-balloon-visible]:before{transform:translateY(-50%)}[aria-label][data-balloon-pos][data-balloon-pos=right]:after{left:100%;margin-left:10px;top:50%;transform:translate(calc(var(--balloon-move)*-1),-50%)}[aria-label][data-balloon-pos][data-balloon-pos=right]:before{width:0;height:0;border:5px solid transparent;border-right:5px solid var(--balloon-color);left:100%;top:50%;transform:translate(calc(var(--balloon-move)*-1),-50%)}[aria-label][data-balloon-pos][data-balloon-pos=right]:hover:after,[aria-label][data-balloon-pos][data-balloon-pos=right]:hover:before,[aria-label][data-balloon-pos][data-balloon-pos=right][data-balloon-visible]:after,[aria-label][data-balloon-pos][data-balloon-pos=right][data-balloon-visible]:before{transform:translateY(-50%)}[aria-label][data-balloon-pos][data-balloon-length=small]:after{white-space:normal;width:80px}[aria-label][data-balloon-pos][data-balloon-length=medium]:after{white-space:normal;width:150px}[aria-label][data-balloon-pos][data-balloon-length=large]:after{white-space:normal;width:260px}[aria-label][data-balloon-pos][data-balloon-length=xlarge]:after{white-space:normal;width:380px}@media screen and (max-width:768px){[aria-label][data-balloon-pos][data-balloon-length=xlarge]:after{white-space:normal;width:90vw}}[aria-label][data-balloon-pos][data-balloon-length=fit]:after{white-space:normal;width:100%}',""]),e.exports=t},function(e,t,a){var n=Function.prototype.apply;function o(e,t){this._id=e,this._clearFn=t}t.setTimeout=function(){return new o(n.call(setTimeout,window,arguments),clearTimeout)},t.setInterval=function(){return new o(n.call(setInterval,window,arguments),clearInterval)},t.clearTimeout=t.clearInterval=function(e){e&&e.close()},o.prototype.unref=o.prototype.ref=function(){},o.prototype.close=function(){this._clearFn.call(window,this._id)},t.enroll=function(e,t){clearTimeout(e._idleTimeoutId),e._idleTimeout=t},t.unenroll=function(e){clearTimeout(e._idleTimeoutId),e._idleTimeout=-1},t._unrefActive=t.active=function(e){clearTimeout(e._idleTimeoutId);var t=e._idleTimeout;t>=0&&(e._idleTimeoutId=setTimeout((function(){e._onTimeout&&e._onTimeout()}),t))},a(40),t.setImmediate=setImmediate,t.clearImmediate=clearImmediate},function(e,t,a){(function(e,t){!function(e,a){"use strict";if(!e.setImmediate){var n,o,r,i,l,s=1,d={},p=!1,c=e.document,u=Object.getPrototypeOf&&Object.getPrototypeOf(e);u=u&&u.setTimeout?u:e,"[object process]"==={}.toString.call(e.process)?n=function(e){t.nextTick((function(){h(e)}))}:!function(){if(e.postMessage&&!e.importScripts){var t=!0,a=e.onmessage;return e.onmessage=function(){t=!1},e.postMessage("","*"),e.onmessage=a,t}}()?e.MessageChannel?((r=new MessageChannel).port1.onmessage=function(e){h(e.data)},n=function(e){r.port2.postMessage(e)}):c&&"onreadystatechange"in c.createElement("script")?(o=c.documentElement,n=function(e){var t=c.createElement("script");t.onreadystatechange=function(){h(e),t.onreadystatechange=null,o.removeChild(t),t=null},o.appendChild(t)}):n=function(e){setTimeout(h,0,e)}:(i="setImmediate$"+Math.random()+"$",l=function(t){t.source===e&&"string"==typeof t.data&&0===t.data.indexOf(i)&&h(+t.data.slice(i.length))},e.addEventListener?e.addEventListener("message",l,!1):e.attachEvent("onmessage",l),n=function(t){e.postMessage(i+t,"*")}),u.setImmediate=function(e){"function"!=typeof e&&(e=new Function(""+e));for(var t=new Array(arguments.length-1),a=0;a=0)return;i[t]="set-cookie"===t?(i[t]?i[t]:[]).concat([a]):i[t]?i[t]+", "+a:a}})),i):i}},function(e,t,a){"use strict";var n=a(0);e.exports=n.isStandardBrowserEnv()?function(){var e,t=/(msie|trident)/i.test(navigator.userAgent),a=document.createElement("a");function o(e){var n=e;return t&&(a.setAttribute("href",n),n=a.href),a.setAttribute("href",n),{href:a.href,protocol:a.protocol?a.protocol.replace(/:$/,""):"",host:a.host,search:a.search?a.search.replace(/^\?/,""):"",hash:a.hash?a.hash.replace(/^#/,""):"",hostname:a.hostname,port:a.port,pathname:"/"===a.pathname.charAt(0)?a.pathname:"/"+a.pathname}}return e=o(window.location.href),function(t){var a=n.isString(t)?o(t):t;return a.protocol===e.protocol&&a.host===e.host}}():function(){return!0}},function(e,t,a){"use strict";var n=a(0);e.exports=n.isStandardBrowserEnv()?{write:function(e,t,a,o,r,i){var l=[];l.push(e+"="+encodeURIComponent(t)),n.isNumber(a)&&l.push("expires="+new Date(a).toGMTString()),n.isString(o)&&l.push("path="+o),n.isString(r)&&l.push("domain="+r),!0===i&&l.push("secure"),document.cookie=l.join("; ")},read:function(e){var t=document.cookie.match(new RegExp("(^|;\\s*)("+e+")=([^;]*)"));return t?decodeURIComponent(t[3]):null},remove:function(e){this.write(e,"",Date.now()-864e5)}}:{write:function(){},read:function(){return null},remove:function(){}}},function(e,t,a){"use strict";var n=a(13);function o(e){if("function"!=typeof e)throw new TypeError("executor must be a function.");var t;this.promise=new Promise((function(e){t=e}));var a=this;e((function(e){a.reason||(a.reason=new n(e),t(a.reason))}))}o.prototype.throwIfRequested=function(){if(this.reason)throw this.reason},o.source=function(){var e;return{token:new o((function(t){e=t})),cancel:e}},e.exports=o},function(e,t,a){"use strict";e.exports=function(e){return function(t){return e.apply(null,t)}}},function(e,t,a){"use strict";(function(t){var a="undefined"!=typeof self?self:"undefined"!=typeof window?window:void 0!==t?t:{},n=Object.create(a),o=/["&'<>]/;n.$escape=function(e){return function(e){var t=""+e,a=o.exec(t);if(!a)return e;var n="",r=void 0,i=void 0,l=void 0;for(r=a.index,i=0;r0?[t,a,n]:[a,n]).map((function(e){return e<10?"0"+e:""+e})).join(":")},getElementViewLeft:function(e){var t=e.offsetLeft,a=e.offsetParent,n=document.body.scrollLeft+document.documentElement.scrollLeft;if(document.fullscreenElement||document.mozFullScreenElement||document.webkitFullscreenElement)for(;null!==a&&a!==e;)t+=a.offsetLeft,a=a.offsetParent;else for(;null!==a;)t+=a.offsetLeft,a=a.offsetParent;return t-n},getBoundingClientRectViewLeft:function(e){var t=window.scrollY||window.pageYOffset||document.body.scrollTop+(document.documentElement&&document.documentElement.scrollTop||0);if(e.getBoundingClientRect){if("number"!=typeof this.getBoundingClientRectViewLeft.offset){var a=document.createElement("div");a.style.cssText="position:absolute;top:0;left:0;",document.body.appendChild(a),this.getBoundingClientRectViewLeft.offset=-a.getBoundingClientRect().top-t,document.body.removeChild(a),a=null}var n=e.getBoundingClientRect(),o=this.getBoundingClientRectViewLeft.offset;return n.left+o}return this.getElementViewLeft(e)},getScrollPosition:function(){return{left:window.pageXOffset||document.documentElement.scrollLeft||document.body.scrollLeft||0,top:window.pageYOffset||document.documentElement.scrollTop||document.body.scrollTop||0}},setScrollPosition:function(e){var t=e.left,a=void 0===t?0:t,n=e.top,o=void 0===n?0:n;this.isFirefox?(document.documentElement.scrollLeft=a,document.documentElement.scrollTop=o):window.scrollTo(a,o)},isMobile:o,isSafari:/Safari/i.test(window.navigator.userAgent),isFirefox:/firefox/i.test(window.navigator.userAgent),isChrome:/chrome/i.test(window.navigator.userAgent),storage:{set:function(e,t){localStorage.setItem(e,t)},get:function(e){return localStorage.getItem(e)}},nameMap:{dragStart:o?"touchstart":"mousedown",dragMove:o?"touchmove":"mousemove",dragEnd:o?"touchend":"mouseup"},color2Number:function(e){return"#"===e[0]&&(e=e.substr(1)),3===e.length&&(e="".concat(e[0]).concat(e[0]).concat(e[1]).concat(e[1]).concat(e[2]).concat(e[2])),parseInt(e,16)+0&16777215},number2Color:function(e){return"#"+("00000"+e.toString(16)).slice(-6)},number2Type:function(e){switch(e){case 0:return"right";case 1:return"top";case 2:return"bottom";default:return"right"}}},i=a(2),l=a.n(i),s={send:function(e){l.a.post(e.url,e.data).then((function(t){var a=t.data;a&&0===a.code?e.success&&e.success(a):e.error&&e.error(a&&a.msg)})).catch((function(t){console.error(t),e.error&&e.error()}))},read:function(e){l.a.get(e.url).then((function(t){var a=t.data;a&&0===a.code?e.success&&e.success(a.data.map((function(e){return{time:e[0],type:e[1],color:e[2],author:e[3],text:e[4]}}))):e.error&&e.error(a&&a.msg)})).catch((function(t){console.error(t),e.error&&e.error()}))}};function d(e){return(d="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}var p=function(e){var t={container:e.element||document.getElementsByClassName("dplayer")[0],live:!1,autoplay:!1,theme:"#b7daff",loop:!1,lang:(navigator.language||navigator.browserLanguage).toLowerCase(),screenshot:!1,airplay:!0,hotkey:!0,preload:"metadata",volume:.7,playbackSpeed:[.5,.75,1,1.25,1.5,2],apiBackend:s,video:{},contextmenu:[],mutex:!0,pluginOptions:{hls:{},flv:{},dash:{},webtorrent:{}}};for(var a in t)t.hasOwnProperty(a)&&!e.hasOwnProperty(a)&&(e[a]=t[a]);return e.video&&!e.video.type&&(e.video.type="auto"),"object"===d(e.danmaku)&&e.danmaku&&!e.danmaku.user&&(e.danmaku.user="DIYgod"),e.subtitle&&(!e.subtitle.type&&(e.subtitle.type="webvtt"),!e.subtitle.fontSize&&(e.subtitle.fontSize="20px"),!e.subtitle.bottom&&(e.subtitle.bottom="40px"),!e.subtitle.color&&(e.subtitle.color="#fff")),e.video.quality&&(e.video.url=e.video.quality[e.video.defaultQuality].url),e.lang&&(e.lang=e.lang.toLowerCase()),e.contextmenu=e.contextmenu.concat([{text:"Video info",click:function(e){e.infoPanel.triggle()}},{text:"About author",link:"https://diygod.me"},{text:"DPlayer v".concat("1.26.0"),link:"https://github.com/MoePlayer/DPlayer"}]),e};var c={"zh-cn":{"Danmaku is loading":"弹幕加载中",Top:"顶部",Bottom:"底部",Rolling:"滚动","Input danmaku, hit Enter":"输入弹幕,回车发送","About author":"关于作者","DPlayer feedback":"播放器意见反馈","About DPlayer":"关于 DPlayer 播放器",Loop:"洗脑循环",Speed:"速度","Opacity for danmaku":"弹幕透明度",Normal:"正常","Please input danmaku content!":"要输入弹幕内容啊喂!","Set danmaku color":"设置弹幕颜色","Set danmaku type":"设置弹幕类型","Show danmaku":"显示弹幕","Video load failed":"视频加载失败","Danmaku load failed":"弹幕加载失败","Danmaku send failed":"弹幕发送失败","Switching to":"正在切换至","Switched to":"已经切换至",quality:"画质",FF:"快进",REW:"快退","Unlimited danmaku":"海量弹幕","Send danmaku":"发送弹幕",Setting:"设置","Full screen":"全屏","Web full screen":"页面全屏",Send:"发送",Screenshot:"截图",AirPlay:"无线投屏",s:"秒","Show subtitle":"显示字幕","Hide subtitle":"隐藏字幕",Volume:"音量",Live:"直播","Video info":"视频统计信息"},"zh-tw":{"Danmaku is loading":"彈幕載入中",Top:"頂部",Bottom:"底部",Rolling:"滾動","Input danmaku, hit Enter":"輸入彈幕,Enter 發送","About author":"關於作者","DPlayer feedback":"播放器意見回饋","About DPlayer":"關於 DPlayer 播放器",Loop:"循環播放",Speed:"速度","Opacity for danmaku":"彈幕透明度",Normal:"正常","Please input danmaku content!":"請輸入彈幕內容啊!","Set danmaku color":"設定彈幕顏色","Set danmaku type":"設定彈幕類型","Show danmaku":"顯示彈幕","Video load failed":"影片載入失敗","Danmaku load failed":"彈幕載入失敗","Danmaku send failed":"彈幕發送失敗","Switching to":"正在切換至","Switched to":"已經切換至",quality:"畫質",FF:"快進",REW:"快退","Unlimited danmaku":"巨量彈幕","Send danmaku":"發送彈幕",Setting:"設定","Full screen":"全螢幕","Web full screen":"頁面全螢幕",Send:"發送",Screenshot:"截圖",AirPlay:"無線投屏",s:"秒","Show subtitle":"顯示字幕","Hide subtitle":"隱藏字幕",Volume:"音量",Live:"直播","Video info":"影片統計訊息"}},u=function(e){var t=this;this.lang=e,this.tran=function(e){return c[t.lang]&&c[t.lang][e]?c[t.lang][e]:e}},y=a(17),h=a.n(y),m=a(18),f=a.n(m),v=a(19),b=a.n(v),g=a(20),w=a.n(g),x=a(21),k=a.n(x),S=a(22),T=a.n(S),L=a(23),E=a.n(L),q=a(24),B=a.n(q),M=a(25),z=a.n(M),C=a(26),A=a.n(C),O=a(27),P=a.n(O),j=a(28),F=a.n(j),_=a(29),Y=a.n(_),D=a(30),R=a.n(D),I=a(31),H=a.n(I),W=a(32),N=a.n(W),U=a(33),V=a.n(U),X={play:h.a,pause:f.a,volumeUp:b.a,volumeDown:w.a,volumeOff:k.a,full:T.a,fullWeb:E.a,setting:B.a,right:z.a,comment:A.a,commentOff:P.a,send:F.a,pallette:Y.a,camera:R.a,subtitle:N.a,loading:V.a,airplay:H.a},Q=a(34),$=a.n(Q);function J(e,t){for(var a=0;aparseFloat(t.time);)a.push(t),t=this.dan[++this.danIndex];this.draw(a)}window.requestAnimationFrame((function(){e.frame()}))}},{key:"opacity",value:function(e){if(void 0!==e){for(var t=this.container.getElementsByClassName("dplayer-danmaku-item"),a=0;a').concat(e[o].text,""):i.innerHTML=e[o].text,i.style.opacity=t._opacity,i.style.color=r.number2Color(e[o].color),i.addEventListener("animationend",(function(){t.container.removeChild(i)}));var l=t._measure(e[o].text),s=void 0;switch(e[o].type){case"right":(s=d(i,e[o].type,l))>=0&&(i.style.width=l+1+"px",i.style.top=a*s+"px",i.style.transform="translateX(-".concat(n,"px)"));break;case"top":(s=d(i,e[o].type))>=0&&(i.style.top=a*s+"px");break;case"bottom":(s=d(i,e[o].type))>=0&&(i.style.bottom=a*s+"px");break;default:console.error("Can't handled danmaku type: ".concat(e[o].type))}s>=0&&(i.classList.add("dplayer-danmaku-move"),p.appendChild(i))},u=0;u=this.options.time()){this.danIndex=e;break}this.danIndex=this.dan.length}}},{key:"clear",value:function(){this.danTunnel={right:{},top:{},bottom:{}},this.danIndex=0,this.options.container.innerHTML="",this.events&&this.events.trigger("danmaku_clear")}},{key:"htmlEncode",value:function(e){return e.replace(/&/g,"&").replace(//g,">").replace(/"/g,""").replace(/'/g,"'").replace(/\//g,"/")}},{key:"resize",value:function(){for(var e=this.container.offsetWidth,t=this.container.getElementsByClassName("dplayer-danmaku-item"),a=0;a0&&void 0!==arguments[0]?arguments[0]:"browser";switch(e){case"browser":return document.fullscreenElement||document.mozFullScreenElement||document.webkitFullscreenElement||document.msFullscreenElement;case"web":return this.player.container.classList.contains("dplayer-fulled")}}},{key:"request",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"browser",t="browser"===e?"web":"browser",a=this.isFullScreen(t);switch(a||(this.lastScrollPosition=r.getScrollPosition()),e){case"browser":this.player.container.requestFullscreen?this.player.container.requestFullscreen():this.player.container.mozRequestFullScreen?this.player.container.mozRequestFullScreen():this.player.container.webkitRequestFullscreen?this.player.container.webkitRequestFullscreen():this.player.video.webkitEnterFullscreen?this.player.video.webkitEnterFullscreen():this.player.video.webkitEnterFullScreen?this.player.video.webkitEnterFullScreen():this.player.container.msRequestFullscreen&&this.player.container.msRequestFullscreen();break;case"web":this.player.container.classList.add("dplayer-fulled"),document.body.classList.add("dplayer-web-fullscreen-fix"),this.player.events.trigger("webfullscreen")}a&&this.cancel(t)}},{key:"cancel",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"browser";switch(e){case"browser":document.cancelFullScreen?document.cancelFullScreen():document.mozCancelFullScreen?document.mozCancelFullScreen():document.webkitCancelFullScreen?document.webkitCancelFullScreen():document.webkitCancelFullscreen?document.webkitCancelFullscreen():document.msCancelFullScreen?document.msCancelFullScreen():document.msExitFullscreen&&document.msExitFullscreen();break;case"web":this.player.container.classList.remove("dplayer-fulled"),document.body.classList.remove("dplayer-web-fullscreen-fix"),this.player.events.trigger("webfullscreen_cancel")}}},{key:"toggle",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"browser";this.isFullScreen(e)?this.cancel(e):this.request(e)}}])&&ne(t.prototype,a),n&&ne(t,n),e}();function re(e,t){for(var a=0;a".concat(e,"

    ")})).join("");e.container.innerHTML=o}e.events.trigger("subtitle_change")}}}},{key:"show",value:function(){this.container.classList.remove("dplayer-subtitle-hide"),this.events.trigger("subtitle_show")}},{key:"hide",value:function(){this.container.classList.add("dplayer-subtitle-hide"),this.events.trigger("subtitle_hide")}},{key:"toggle",value:function(){this.container.classList.contains("dplayer-subtitle-hide")?this.show():this.hide()}}])&&le(t.prototype,a),n&&le(t,n),e}();function de(e,t){for(var a=0;at&&!e.player.video.paused&&(e.player.container.classList.remove("dplayer-loading"),n=!1),t=a)}),100)}},{key:"initfpsChecker",value:function(){var e=this;window.requestAnimationFrame((function(){if(e.enablefpsChecker)if(e.initfpsChecker(),e.fpsStart){e.fpsIndex++;var t=new Date;t-e.fpsStart>1e3&&(e.player.infoPanel.fps(e.fpsIndex/(t-e.fpsStart)*1e3),e.fpsStart=new Date,e.fpsIndex=0)}else e.fpsStart=new Date,e.fpsIndex=0;else e.fpsStart=0,e.fpsIndex=0}))}},{key:"initinfoChecker",value:function(){var e=this;this.infoChecker=setInterval((function(){e.enableinfoChecker&&e.player.infoPanel.update()}),1e3)}},{key:"enable",value:function(e){this["enable".concat(e,"Checker")]=!0,"fps"===e&&this.initfpsChecker()}},{key:"disable",value:function(e){this["enable".concat(e,"Checker")]=!1}},{key:"destroy",value:function(){var e=this;this.types.map((function(t){return e["enable".concat(t,"Checker")]=!1,e["".concat(t,"Checker")]&&clearInterval(e["".concat(t,"Checker")]),t}))}}])&&ce(t.prototype,a),n&&ce(t,n),e}();function ye(e,t){for(var a=0;a'+e.player.options.highlight[a].text+"",e.player.template.playedBarWrap.insertBefore(n,e.player.template.playedBarTime)}}}))}},{key:"initThumbnails",value:function(){var e=this;this.player.options.video.thumbnails&&(this.thumbnails=new fe({container:this.player.template.barPreview,barWidth:this.player.template.barWrap.offsetWidth,url:this.player.options.video.thumbnails,events:this.player.events}),this.player.on("loadedmetadata",(function(){e.thumbnails.resize(160,e.player.video.videoHeight/e.player.video.videoWidth*160,e.player.template.barWrap.offsetWidth)})))}},{key:"initPlayedBar",value:function(){var e=this,t=function(t){var a=((t.clientX||t.changedTouches[0].clientX)-r.getBoundingClientRectViewLeft(e.player.template.playedBarWrap))/e.player.template.playedBarWrap.clientWidth;a=Math.max(a,0),a=Math.min(a,1),e.player.bar.set("played",a,"width"),e.player.template.ptime.innerHTML=r.secondToTime(a*e.player.video.duration)},a=function a(n){document.removeEventListener(r.nameMap.dragEnd,a),document.removeEventListener(r.nameMap.dragMove,t);var o=((n.clientX||n.changedTouches[0].clientX)-r.getBoundingClientRectViewLeft(e.player.template.playedBarWrap))/e.player.template.playedBarWrap.clientWidth;o=Math.max(o,0),o=Math.min(o,1),e.player.bar.set("played",o,"width"),e.player.seek(e.player.bar.get("played")*e.player.video.duration),e.player.timer.enable("progress")};this.player.template.playedBarWrap.addEventListener(r.nameMap.dragStart,(function(){e.player.timer.disable("progress"),document.addEventListener(r.nameMap.dragMove,t),document.addEventListener(r.nameMap.dragEnd,a)})),this.player.template.playedBarWrap.addEventListener(r.nameMap.dragMove,(function(t){if(e.player.video.duration){var a=e.player.template.playedBarWrap.getBoundingClientRect().left,n=(t.clientX||t.changedTouches[0].clientX)-a;if(n<0||n>e.player.template.playedBarWrap.offsetWidth)return;var o=e.player.video.duration*(n/e.player.template.playedBarWrap.offsetWidth);r.isMobile&&e.thumbnails&&e.thumbnails.show(),e.thumbnails&&e.thumbnails.move(n),e.player.template.playedBarTime.style.left="".concat(n-(o>=3600?25:20),"px"),e.player.template.playedBarTime.innerText=r.secondToTime(o),e.player.template.playedBarTime.classList.remove("hidden")}})),this.player.template.playedBarWrap.addEventListener(r.nameMap.dragEnd,(function(){r.isMobile&&e.thumbnails&&e.thumbnails.hide()})),r.isMobile||(this.player.template.playedBarWrap.addEventListener("mouseenter",(function(){e.player.video.duration&&(e.thumbnails&&e.thumbnails.show(),e.player.template.playedBarTime.classList.remove("hidden"))})),this.player.template.playedBarWrap.addEventListener("mouseleave",(function(){e.player.video.duration&&(e.thumbnails&&e.thumbnails.hide(),e.player.template.playedBarTime.classList.add("hidden"))})))}},{key:"initFullButton",value:function(){var e=this;this.player.template.browserFullButton.addEventListener("click",(function(){e.player.fullScreen.toggle("browser")})),this.player.template.webFullButton.addEventListener("click",(function(){e.player.fullScreen.toggle("web")}))}},{key:"initVolumeButton",value:function(){var e=this,t=function(t){var a=t||window.event,n=((a.clientX||a.changedTouches[0].clientX)-r.getBoundingClientRectViewLeft(e.player.template.volumeBarWrap)-5.5)/35;e.player.volume(n)},a=function a(){document.removeEventListener(r.nameMap.dragEnd,a),document.removeEventListener(r.nameMap.dragMove,t),e.player.template.volumeButton.classList.remove("dplayer-volume-active")};this.player.template.volumeBarWrapWrap.addEventListener("click",(function(t){var a=t||window.event,n=((a.clientX||a.changedTouches[0].clientX)-r.getBoundingClientRectViewLeft(e.player.template.volumeBarWrap)-5.5)/35;e.player.volume(n)})),this.player.template.volumeBarWrapWrap.addEventListener(r.nameMap.dragStart,(function(){document.addEventListener(r.nameMap.dragMove,t),document.addEventListener(r.nameMap.dragEnd,a),e.player.template.volumeButton.classList.add("dplayer-volume-active")})),this.player.template.volumeButtonIcon.addEventListener("click",(function(){e.player.video.muted?(e.player.video.muted=!1,e.player.switchVolumeIcon(),e.player.bar.set("volume",e.player.volume(),"width")):(e.player.video.muted=!0,e.player.template.volumeIcon.innerHTML=X.volumeOff,e.player.bar.set("volume",0,"width"))}))}},{key:"initQualityButton",value:function(){var e=this;this.player.options.video.quality&&this.player.template.qualityList.addEventListener("click",(function(t){t.target.classList.contains("dplayer-quality-item")&&e.player.switchQuality(t.target.dataset.index)}))}},{key:"initScreenshotButton",value:function(){var e=this;this.player.options.screenshot&&this.player.template.camareButton.addEventListener("click",(function(){var t,a=document.createElement("canvas");a.width=e.player.video.videoWidth,a.height=e.player.video.videoHeight,a.getContext("2d").drawImage(e.player.video,0,0,a.width,a.height),a.toBlob((function(e){t=URL.createObjectURL(e);var a=document.createElement("a");a.href=t,a.download="DPlayer.png",a.style.display="none",document.body.appendChild(a),a.click(),document.body.removeChild(a),URL.revokeObjectURL(t)})),e.player.events.trigger("screenshot",t)}))}},{key:"initAirplayButton",value:function(){this.player.options.airplay&&(window.WebKitPlaybackTargetAvailabilityEvent?this.player.video.addEventListener("webkitplaybacktargetavailabilitychanged",function(e){switch(e.availability){case"available":this.template.airplayButton.disable=!1;break;default:this.template.airplayButton.disable=!0}this.template.airplayButton.addEventListener("click",function(){this.video.webkitShowPlaybackTargetPicker()}.bind(this))}.bind(this.player)):this.player.template.airplayButton.style.display="none")}},{key:"initSubtitleButton",value:function(){var e=this;this.player.options.subtitle&&(this.player.events.on("subtitle_show",(function(){e.player.template.subtitleButton.dataset.balloon=e.player.tran("Hide subtitle"),e.player.template.subtitleButtonInner.style.opacity="",e.player.user.set("subtitle",1)})),this.player.events.on("subtitle_hide",(function(){e.player.template.subtitleButton.dataset.balloon=e.player.tran("Show subtitle"),e.player.template.subtitleButtonInner.style.opacity="0.4",e.player.user.set("subtitle",0)})),this.player.template.subtitleButton.addEventListener("click",(function(){e.player.subtitle.toggle()})))}},{key:"setAutoHide",value:function(){var e=this;this.show(),clearTimeout(this.autoHideTimer),this.autoHideTimer=setTimeout((function(){!e.player.video.played.length||e.player.paused||e.disableAutoHide||e.hide()}),3e3)}},{key:"show",value:function(){this.player.container.classList.remove("dplayer-hide-controller")}},{key:"hide",value:function(){this.player.container.classList.add("dplayer-hide-controller"),this.player.setting.hide(),this.player.comment&&this.player.comment.hide()}},{key:"isShow",value:function(){return!this.player.container.classList.contains("dplayer-hide-controller")}},{key:"toggle",value:function(){this.isShow()?this.hide():this.show()}},{key:"destroy",value:function(){clearTimeout(this.autoHideTimer)}}])&&ve(t.prototype,a),n&&ve(t,n),e}();function ge(e,t){for(var a=0;a=a.width?(this.player.template.menu.style.right=a.width-e+"px",this.player.template.menu.style.left="initial"):(this.player.template.menu.style.left=e+"px",this.player.template.menu.style.right="initial"),t+this.player.template.menu.offsetHeight>=a.height?(this.player.template.menu.style.bottom=a.height-t+"px",this.player.template.menu.style.top="initial"):(this.player.template.menu.style.top=t+"px",this.player.template.menu.style.bottom="initial"),this.player.template.mask.classList.add("dplayer-mask-show"),this.shown=!0,this.player.events.trigger("contextmenu_show")}},{key:"hide",value:function(){this.player.template.mask.classList.remove("dplayer-mask-show"),this.player.template.menu.classList.remove("dplayer-menu-show"),this.shown=!1,this.player.events.trigger("contextmenu_hide")}}])&&Te(t.prototype,a),n&&Te(t,n),e}();function Ee(e,t){for(var a=0;ae&&this.notice("".concat(this.tran("REW")," ").concat((this.video.currentTime-e).toFixed(0)," ").concat(this.tran("s"))),this.video.currentTime=e,this.danmaku&&this.danmaku.seek(),this.bar.set("played",e/this.video.duration,"width"),this.template.ptime.innerHTML=r.secondToTime(e)}},{key:"play",value:function(e){var t=this;if(this.paused=!1,this.video.paused&&!r.isMobile&&this.bezel.switch(X.play),this.template.playButton.innerHTML=X.pause,this.template.mobilePlayButton.innerHTML=X.pause,e||n.a.resolve(this.video.play()).catch((function(){t.pause()})).then((function(){})),this.timer.enable("loading"),this.container.classList.remove("dplayer-paused"),this.container.classList.add("dplayer-playing"),this.danmaku&&this.danmaku.play(),this.options.mutex)for(var a=0;a=.95?this.template.volumeIcon.innerHTML=X.volumeUp:this.volume()>0?this.template.volumeIcon.innerHTML=X.volumeDown:this.template.volumeIcon.innerHTML=X.volumeOff}},{key:"volume",value:function(e,t,a){if(e=parseFloat(e),!isNaN(e)){e=Math.max(e,0),e=Math.min(e,1),this.bar.set("volume",e,"width");var n="".concat((100*e).toFixed(0),"%");this.template.volumeBarWrapWrap.dataset.balloon=n,t||this.user.set("volume",e),a||this.notice("".concat(this.tran("Volume")," ").concat((100*e).toFixed(0),"%")),this.video.volume=e,this.video.muted&&(this.video.muted=!1),this.switchVolumeIcon()}return this.video.volume}},{key:"toggle",value:function(){this.video.paused?this.play():this.pause()}},{key:"on",value:function(e,t){this.events.on(e,t)}},{key:"switchVideo",value:function(e,t){this.pause(),this.video.poster=e.pic?e.pic:"",this.video.src=e.url,this.initMSE(this.video,e.type||"auto"),t&&(this.template.danmakuLoading.style.display="block",this.bar.set("played",0,"width"),this.bar.set("loaded",0,"width"),this.template.ptime.innerHTML="00:00",this.template.danmaku.innerHTML="",this.danmaku&&this.danmaku.reload({id:t.id,address:t.api,token:t.token,maximum:t.maximum,addition:t.addition,user:t.user}))}},{key:"initMSE",value:function(e,t){var a=this;if(this.type=t,this.options.video.customType&&this.options.video.customType[t])"[object Function]"===Object.prototype.toString.call(this.options.video.customType[t])?this.options.video.customType[t](this.video,this):console.error("Illegal customType: ".concat(t));else switch("auto"===this.type&&(/m3u8(#|\?|$)/i.exec(e.src)?this.type="hls":/.flv(#|\?|$)/i.exec(e.src)?this.type="flv":/.mpd(#|\?|$)/i.exec(e.src)?this.type="dash":this.type="normal"),"hls"===this.type&&(e.canPlayType("application/x-mpegURL")||e.canPlayType("application/vnd.apple.mpegURL"))&&(this.type="normal"),this.type){case"hls":if(window.Hls)if(window.Hls.isSupported()){var n=this.options.pluginOptions.hls,o=new window.Hls(n);this.plugins.hls=o,o.loadSource(e.src),o.attachMedia(e),this.events.on("destroy",(function(){o.destroy(),delete a.plugins.hls}))}else this.notice("Error: Hls is not supported.");else this.notice("Error: Can't find Hls.");break;case"flv":if(window.flvjs)if(window.flvjs.isSupported()){var r=window.flvjs.createPlayer(Object.assign(this.options.pluginOptions.flv.mediaDataSource||{},{type:"flv",url:e.src}),this.options.pluginOptions.flv.config);this.plugins.flvjs=r,r.attachMediaElement(e),r.load(),this.events.on("destroy",(function(){r.unload(),r.detachMediaElement(),r.destroy(),delete a.plugins.flvjs}))}else this.notice("Error: flvjs is not supported.");else this.notice("Error: Can't find flvjs.");break;case"dash":if(window.dashjs){var i=window.dashjs.MediaPlayer().create().initialize(e,e.src,!1),l=this.options.pluginOptions.dash;i.updateSettings(l),this.plugins.dash=i,this.events.on("destroy",(function(){window.dashjs.MediaPlayer().reset(),delete a.plugins.dash}))}else this.notice("Error: Can't find dashjs.");break;case"webtorrent":if(window.WebTorrent)if(window.WebTorrent.WEBRTC_SUPPORT){this.container.classList.add("dplayer-loading");var s=this.options.pluginOptions.webtorrent,d=new window.WebTorrent(s);this.plugins.webtorrent=d;var p=e.src;e.src="",e.preload="metadata",e.addEventListener("durationchange",(function(){return a.container.classList.remove("dplayer-loading")}),{once:!0}),d.add(p,(function(e){e.files.find((function(e){return e.name.endsWith(".mp4")})).renderTo(a.video,{autoplay:a.options.autoplay,controls:!1})})),this.events.on("destroy",(function(){d.remove(p),d.destroy(),delete a.plugins.webtorrent}))}else this.notice("Error: Webtorrent is not supported.");else this.notice("Error: Can't find Webtorrent.")}}},{key:"initVideo",value:function(e,t){var a=this;this.initMSE(e,t),this.on("durationchange",(function(){1!==e.duration&&e.duration!==1/0&&(a.template.dtime.innerHTML=r.secondToTime(e.duration))})),this.on("progress",(function(){var t=e.buffered.length?e.buffered.end(e.buffered.length-1)/e.duration:0;a.bar.set("loaded",t,"width")})),this.on("error",(function(){a.video.error&&a.tran&&a.notice&&"webtorrent"!==a.type&&a.notice(a.tran("Video load failed"),-1)})),this.on("ended",(function(){a.bar.set("played",1,"width"),a.setting.loop?(a.seek(0),a.play()):a.pause(),a.danmaku&&(a.danmaku.danIndex=0)})),this.on("play",(function(){a.paused&&a.play(!0)})),this.on("pause",(function(){a.paused||a.pause(!0)})),this.on("timeupdate",(function(){a.bar.set("played",a.video.currentTime/a.video.duration,"width");var e=r.secondToTime(a.video.currentTime);a.template.ptime.innerHTML!==e&&(a.template.ptime.innerHTML=e)}));for(var n=function(t){e.addEventListener(a.events.videoEvents[t],(function(){a.events.trigger(a.events.videoEvents[t])}))},o=0;o1&&void 0!==arguments[1]?arguments[1]:2e3,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:.8;this.template.notice.innerHTML=e,this.template.notice.style.opacity=n,this.noticeTime&&clearTimeout(this.noticeTime),this.events.trigger("notice_show",e),a>0&&(this.noticeTime=setTimeout((function(){t.template.notice.style.opacity=0,t.events.trigger("notice_hide")}),a))}},{key:"resize",value:function(){this.danmaku&&this.danmaku.resize(),this.controller.thumbnails&&this.controller.thumbnails.resize(160,this.video.videoHeight/this.video.videoWidth*160,this.template.barWrap.offsetWidth),this.events.trigger("resize")}},{key:"speed",value:function(e){this.video.playbackRate=e}},{key:"destroy",value:function(){Pe.splice(Pe.indexOf(this),1),this.pause(),this.controller.destroy(),this.timer.destroy(),this.video.src="",this.container.innerHTML="",this.events.trigger("destroy")}}])&&Ae(t.prototype,a),o&&Ae(t,o),e}();console.log("\n".concat(" %c DPlayer v","1.26.0"," ").concat("63275c8"," %c http://dplayer.js.org ","\n","\n"),"color: #fadfa3; background: #030307; padding:5px 0;","background: #fadfa3; padding:5px 0;");t.default=je}]).default})); \ No newline at end of file diff --git a/dzz/DPlayer/images/dash.all.min.js b/dzz/DPlayer/images/dash.all.min.js new file mode 100644 index 0000000..69152ab --- /dev/null +++ b/dzz/DPlayer/images/dash.all.min.js @@ -0,0 +1,31 @@ +/*! v2.6.6-363caf5, 2018-02-14T14:22:17Z */ +!function a(b,c,d){function e(g,h){if(!c[g]){if(!b[g]){var i="function"==typeof require&&require;if(!h&&i)return i(g,!0);if(f)return f(g,!0);var j=new Error("Cannot find module '"+g+"'");throw j.code="MODULE_NOT_FOUND",j}var k=c[g]={exports:{}};b[g][0].call(k.exports,function(a){var c=b[g][1][a];return e(c||a)},k,k.exports,a,b,c,d)}return c[g].exports}for(var f="function"==typeof require&&require,g=0;g>6),b.push(128|63&d)):d<65536?(b.push(224|d>>12),b.push(128|63&d>>6),b.push(128|63&d)):(b.push(240|d>>18),b.push(128|63&d>>12),b.push(128|63&d>>6),b.push(128|63&d))}return b},e.decode=function(a){for(var b=[],c=0;c>18)),d.push(b.charAt(63&f>>12)),d.push(b.charAt(63&f>>6)),d.push(b.charAt(63&f))}if(2==a.length-c){var f=(a[c]<<16)+(a[c+1]<<8);d.push(b.charAt(63&f>>18)),d.push(b.charAt(63&f>>12)),d.push(b.charAt(63&f>>6)),d.push("=")}else if(1==a.length-c){var f=a[c]<<16;d.push(b.charAt(63&f>>18)),d.push(b.charAt(63&f>>12)),d.push("==")}return d.join("")},d=function(){for(var a=[],c=0;c=c&&console.log(this.time+" ["+a+"] "+b)}},l=function(a){for(var b=[],c=0;ce&&(k.log("ERROR","Too large cursor position "+this.pos),this.pos=e)},moveCursor:function(a){var b=this.pos+a;if(a>1)for(var c=this.pos+1;c=144&&this.backSpace();var b=c(a);if(this.pos>=e)return void k.log("ERROR","Cannot insert "+a.toString(16)+" ("+b+") at position "+this.pos+". Skipping it!");this.chars[this.pos].setChar(b,this.currPenState),this.moveCursor(1)},clearFromPos:function(a){var b;for(b=a;b0&&(c=a?"["+b.join(" | ")+"]":b.join("\n")),c},getTextAndFormat:function(){return this.rows}};var q=function(a,b){this.chNr=a,this.outputFilter=b,this.mode=null,this.verbose=0,this.displayedMemory=new p,this.nonDisplayedMemory=new p,this.lastOutputScreen=new p,this.currRollUpRow=this.displayedMemory.rows[d-1],this.writeScreen=this.displayedMemory,this.mode=null,this.cueStartTime=null};q.prototype={modes:["MODE_ROLL-UP","MODE_POP-ON","MODE_PAINT-ON","MODE_TEXT"],reset:function(){this.mode=null,this.displayedMemory.reset(),this.nonDisplayedMemory.reset(),this.lastOutputScreen.reset(),this.currRollUpRow=this.displayedMemory.rows[d-1],this.writeScreen=this.displayedMemory,this.mode=null,this.cueStartTime=null,this.lastCueEndTime=null},getHandler:function(){return this.outputFilter},setHandler:function(a){this.outputFilter=a},setPAC:function(a){this.writeScreen.setPAC(a)},setBkgData:function(a){this.writeScreen.setBkgData(a)},setMode:function(a){a!==this.mode&&(this.mode=a,k.log("INFO","MODE="+a),"MODE_POP-ON"==this.mode?this.writeScreen=this.nonDisplayedMemory:(this.writeScreen=this.displayedMemory,this.writeScreen.reset()),"MODE_ROLL-UP"!==this.mode&&(this.displayedMemory.nrRollUpRows=null,this.nonDisplayedMemory.nrRollUpRows=null),this.mode=a)},insertChars:function(a){for(var b=0;b=46,b.italics)b.foreground="white";else{var c=Math.floor(a/2)-16,d=["white","green","blue","cyan","red","yellow","magenta"];b.foreground=d[c]}k.log("INFO","MIDROW: "+JSON.stringify(b)),this.writeScreen.setPen(b)},outputDataUpdate:function(){var a=k.time;null!==a&&this.outputFilter&&(this.outputFilter.updateData&&this.outputFilter.updateData(a,this.displayedMemory),null!==this.cueStartTime||this.displayedMemory.isEmpty()?this.displayedMemory.equals(this.lastOutputScreen)||(this.outputFilter.newCue&&this.outputFilter.newCue(this.cueStartTime,a,this.lastOutputScreen),this.cueStartTime=this.displayedMemory.isEmpty()?null:a):this.cueStartTime=a,this.lastOutputScreen.copy(this.displayedMemory))},cueSplitAtTime:function(a){this.outputFilter&&(this.displayedMemory.isEmpty()||(this.outputFilter.newCue&&this.outputFilter.newCue(this.cueStartTime,a,this.displayedMemory),this.cueStartTime=a))}};var r=function(a,b,c){this.field=a||1,this.outputs=[b,c],this.channels=[new q(1,b),new q(2,c)],this.currChNr=-1,this.lastCmdA=null,this.lastCmdB=null,this.bufferedData=[],this.startTime=null,this.lastTime=null,this.dataCounters={padding:0,char:0,cmd:0,other:0}};r.prototype={getHandler:function(a){return this.channels[a].getHandler()},setHandler:function(a,b){this.channels[a].setHandler(b)},addData:function(a,b){var c,d,e,f=!1;this.lastTime=a,k.setTime(a);for(var g=0;g=16&&d<=31&&d===this.lastCmdA&&e===this.lastCmdB)this.lastCmdA=null,this.lastCmdB=null,k.log("DEBUG","Repeated command ("+l([d,e])+") is dropped");else if(0!==d||0!==e){if(k.log("DATA","["+l([b[g],b[g+1]])+"] -> ("+l([d,e])+")"),c=this.parseCmd(d,e),c||(c=this.parseMidrow(d,e)),c||(c=this.parsePAC(d,e)),c||(c=this.parseBackgroundAttributes(d,e)),!c&&(f=this.parseChars(d,e)))if(this.currChNr&&this.currChNr>=0){var h=this.channels[this.currChNr-1];h.insertChars(f)}else k.log("WARNING","No channel found yet. TEXT-MODE?");c?this.dataCounters.cmd+=2:f?this.dataCounters.char+=2:(this.dataCounters.other+=2,k.log("WARNING","Couldn't parse cleaned data "+l([d,e])+" orig: "+l([b[g],b[g+1]])))}else this.dataCounters.padding+=2},parseCmd:function(a,b){var c=null,d=(20===a||21===a||28===a||29===a)&&32<=b&&b<=47,e=(23===a||31===a)&&33<=b&&b<=35;if(!d&&!e)return!1;c=20===a||21===a||23===a?1:2;var f=this.channels[c-1];return 20===a||21===a||28===a||29===a?32===b?f.cc_RCL():33===b?f.cc_BS():34===b?f.cc_AOF():35===b?f.cc_AON():36===b?f.cc_DER():37===b?f.cc_RU(2):38===b?f.cc_RU(3):39===b?f.cc_RU(4):40===b?f.cc_FON():41===b?f.cc_RDC():42===b?f.cc_TR():43===b?f.cc_RTD():44===b?f.cc_EDM():45===b?f.cc_CR():46===b?f.cc_ENM():47===b&&f.cc_EOC():f.cc_TO(b-32),this.lastCmdA=a,this.lastCmdB=b,this.currChNr=c,!0},parseMidrow:function(a,b){var c=null;if((17===a||25===a)&&32<=b&&b<=47){if((c=17===a?1:2)!==this.currChNr)return k.log("ERROR","Mismatch channel in midrow parsing"),!1;var d=this.channels[c-1];return d.insertChars([32]),d.cc_MIDROW(b),k.log("DEBUG","MIDROW ("+l([a,b])+")"),this.lastCmdA=a,this.lastCmdB=b,!0}return!1},parsePAC:function(a,b){var c=null,d=null,e=(17<=a&&a<=23||25<=a&&a<=31)&&64<=b&&b<=127,j=(16===a||24===a)&&64<=b&&b<=95;if(!e&&!j)return!1;c=a<=23?1:2,d=64<=b&&b<=95?1===c?f[a]:h[a]:1===c?g[a]:i[a];var k=this.interpretPAC(d,b);return this.channels[c-1].setPAC(k),this.lastCmdA=a,this.lastCmdB=b,this.currChNr=c,!0},interpretPAC:function(a,b){var c=b,d={color:null,italics:!1,indent:null,underline:!1,row:a};return c=b>95?b-96:b-64,d.underline=1==(1&c),c<=13?d.color=["white","green","blue","cyan","red","yellow","magenta","white"][Math.floor(c/2)]:c<=15?(d.italics=!0,d.color="white"):d.indent=4*Math.floor((c-16)/2),d},parseChars:function(a,b){var d=null,e=null,f=null;if(a>=25?(d=2,f=a-8):(d=1,f=a),17<=f&&f<=19){var g=b;g=17===f?b+80:18===f?b+112:b+144,k.log("INFO","Special char '"+c(g)+"' in channel "+d),e=[g],this.lastCmdA=a,this.lastCmdB=b}else 32<=a&&a<=127&&(e=0===b?[a]:[a,b],this.lastCmdA=null,this.lastCmdB=null);if(e){var h=l(e);k.log("DEBUG","Char codes = "+h.join(","))}return e},parseBackgroundAttributes:function(a,b){var c,d,e,f,g=(16===a||24===a)&&32<=b&&b<=47,h=(23===a||31===a)&&45<=b&&b<=47;return!(!g&&!h)&&(c={},16===a||24===a?(d=Math.floor((b-32)/2),c.background=j[d],b%2==1&&(c.background=c.background+"_semi")):45===b?c.background="transparent":(c.foreground="black",47===b&&(c.underline=!0)),e=a<24?1:2,f=this.channels[e-1],f.setBkgData(c),this.lastCmdA=a,this.lastCmdB=b,!0)},reset:function(){for(var a=0;a/g,">").replace(/"/g,""").replace(/'/g,"'"):a}function g(a,b,c,d){for(var e=0;e0&&g(a.arrayAccessFormPaths,b,c,d)&&(b[c]=[b[c]])}function i(a){var b=a.split(/[-T:+Z]/g),c=new Date(b[0],b[1]-1,b[2]),d=b[5].split(".");if(c.setHours(b[3],b[4],d[0]),d.length>1&&c.setMilliseconds(d[1]),b[6]&&b[7]){var e=60*b[6]+Number(b[7]);e=0+("-"==(/\d\d-\d\d:\d\d$/.test(a)?"-":"+")?-1*e:e),c.setMinutes(c.getMinutes()-e-c.getTimezoneOffset())}else-1!==a.indexOf("Z",a.length-1)&&(c=new Date(Date.UTC(c.getFullYear(),c.getMonth(),c.getDate(),c.getHours(),c.getMinutes(),c.getSeconds(),c.getMilliseconds())));return c}function j(b,c,d){if(a.datetimeAccessFormPaths.length>0){var e=d.split(".#")[0];return g(a.datetimeAccessFormPaths,b,c,e)?i(b):b}return b}function k(b,c,d,e){return!(c==z.ELEMENT_NODE&&a.xmlElementsFilter.length>0)||g(a.xmlElementsFilter,b,d,e)}function l(b,c){if(b.nodeType==z.DOCUMENT_NODE){for(var f=new Object,g=b.childNodes,i=0;i1&&null!=f.__text&&a.skipEmptyTextNodesForObj&&(a.stripWhitespaces&&""==f.__text||""==f.__text.trim())&&delete f.__text:f=f.__cdata,delete f.__cnt,!a.enableToStringFunc||null==f.__text&&null==f.__cdata||(f.toString=function(){return(null!=this.__text?this.__text:"")+(null!=this.__cdata?this.__cdata:"")}),f}if(b.nodeType==z.TEXT_NODE||b.nodeType==z.CDATA_SECTION_NODE)return b.nodeValue}function m(b,c,d,e){var g="<"+(null!=b&&null!=b.__prefix?b.__prefix+":":"")+c;if(null!=d)for(var h=0;h":">"}function n(a,b){return""}function o(a,b){return-1!==a.indexOf(b,a.length-b.length)}function p(b,c){return!!("property"==a.arrayAccessForm&&o(c.toString(),"_asArray")||0==c.toString().indexOf(a.attributePrefix)||0==c.toString().indexOf("__")||b[c]instanceof Function)}function q(a){var b=0;if(a instanceof Object)for(var c in a)p(a,c)||b++;return b}function r(b,c,d){return 0==a.jsonPropertiesFilter.length||""==d||g(a.jsonPropertiesFilter,b,c,d)}function s(b){var c=[];if(b instanceof Object)for(var d in b)-1==d.toString().indexOf("__")&&0==d.toString().indexOf(a.attributePrefix)&&c.push(d);return c}function t(b){var c="";return null!=b.__cdata&&(c+=""),null!=b.__text&&(a.escapeMode?c+=f(b.__text):c+=b.__text),c}function u(b){var c="";return b instanceof Object?c+=t(b):null!=b&&(a.escapeMode?c+=f(b):c+=b),c}function v(a,b){return""===a?b:a+"."+b}function w(a,b,c,d){var e="";if(0==a.length)e+=m(a,b,c,!0);else for(var f=0;f0)for(var d in a)if(!p(a,d)&&(""==b||r(a,d,v(b,d)))){var e=a[d],f=s(e);if(null==e||void 0==e)c+=m(e,d,f,!0);else if(e instanceof Object)if(e instanceof Array)c+=w(e,d,f,b);else if(e instanceof Date)c+=m(e,d,f,!1),c+=e.toISOString(),c+=n(e,d);else{var g=q(e);g>0||null!=e.__text||null!=e.__cdata?(c+=m(e,d,f,!1),c+=x(e,v(b,d)),c+=n(e,d)):c+=m(e,d,f,!0)}else c+=m(e,d,f,!1),c+=u(e),c+=n(e,d)}return c+=u(a)}var y="1.2.0";a=a||{},b(),c();var z={ELEMENT_NODE:1,TEXT_NODE:3,CDATA_SECTION_NODE:4,COMMENT_NODE:8,DOCUMENT_NODE:9};this.parseXmlString=function(a){window.ActiveXObject||window;if(void 0===a)return null;var b;if(window.DOMParser){var c=new window.DOMParser;try{b=c.parseFromString(a,"text/xml"),b.getElementsByTagNameNS("*","parsererror").length>0&&(b=null)}catch(d){b=null}}else 0==a.indexOf("")+2)),b=new ActiveXObject("Microsoft.XMLDOM"),b.async="false",b.loadXML(a);return b},this.asArray=function(a){return void 0===a||null==a?[]:a instanceof Array?a:[a]},this.toXmlDateTime=function(a){return a instanceof Date?a.toISOString():"number"==typeof a?new Date(a).toISOString():null},this.asDateTime=function(a){return"string"==typeof a?i(a):a},this.xml2json=function(a){return l(a)},this.xml_str2json=function(a){var b=this.parseXmlString(a);return null!=b?this.xml2json(b):null},this.json2xml_str=function(a){return x(a,"")},this.json2xml=function(a){var b=this.json2xml_str(a);return this.parseXmlString(b)},this.getVersion=function(){return y}}Object.defineProperty(c,"__esModule",{value:!0}),c.default=d,b.exports=c.default},{}],5:[function(a,b,c){"use strict";function d(a){return a&&a.__esModule?a:{default:a}}Object.defineProperty(c,"__esModule",{value:!0});var e=a(6),f=a(117),g=d(f),h=a(148),i=d(h),j=a(95),k=d(j);dashjs.Protection=i.default,dashjs.MetricsReporting=g.default,dashjs.MediaPlayerFactory=k.default,c.default=dashjs,c.MediaPlayer=e.MediaPlayer,c.Protection=i.default,c.MetricsReporting=g.default,c.MediaPlayerFactory=k.default},{117:117,148:148,6:6,95:95}],6:[function(a,b,c){(function(b){"use strict";function d(a){return a&&a.__esModule?a:{default:a}}Object.defineProperty(c,"__esModule",{value:!0});var e=a(93),f=d(e),g=a(51),h=d(g),i=a(52),j="undefined"!=typeof window&&window||b,k=j.dashjs;k||(k=j.dashjs={}),k.MediaPlayer=f.default,k.FactoryMaker=h.default,k.Version=(0,i.getVersionString)(),c.default=k,c.MediaPlayer=f.default,c.FactoryMaker=h.default}).call(this,"undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{51:51,52:52,93:93}],7:[function(a,b,c){!function(a){"use strict";function b(a){var b=a.charCodeAt(0);return b===f||b===k?62:b===g||b===l?63:b0)throw new Error("Invalid string. Length must be a multiple of 4");var k=a.length;i="="===a.charAt(k-2)?2:"="===a.charAt(k-1)?1:0,j=new e(3*a.length/4-i),g=i>0?a.length-4:a.length;var l=0;for(d=0,f=0;d>16),c((65280&h)>>8),c(255&h);return 2===i?(h=b(a.charAt(d))<<2|b(a.charAt(d+1))>>4,c(255&h)):1===i&&(h=b(a.charAt(d))<<10|b(a.charAt(d+1))<<4|b(a.charAt(d+2))>>2,c(h>>8&255),c(255&h)),j}function d(a){function b(a){return"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt(a)}function c(a){return b(a>>18&63)+b(a>>12&63)+b(a>>6&63)+b(63&a)}var d,e,f,g=a.length%3,h="";for(d=0,f=a.length-g;d>2),h+=b(e<<4&63),h+="==";break;case 2:e=(a[a.length-2]<<8)+a[a.length-1],h+=b(e>>10),h+=b(e>>4&63),h+=b(e<<2&63),h+="="}return h}var e="undefined"!=typeof Uint8Array?Uint8Array:Array,f="+".charCodeAt(0),g="/".charCodeAt(0),h="0".charCodeAt(0),i="a".charCodeAt(0),j="A".charCodeAt(0),k="-".charCodeAt(0),l="_".charCodeAt(0);a.toByteArray=c,a.fromByteArray=d}(void 0===c?this.base64js={}:c)},{}],8:[function(a,b,c){},{}],9:[function(a,b,c){function d(a){if(a&&!i(a))throw new Error("Unknown encoding: "+a)}function e(a){return a.toString(this.encoding)}function f(a){this.charReceived=a.length%2,this.charLength=this.charReceived?2:0}function g(a){this.charReceived=a.length%3,this.charLength=this.charReceived?3:0}var h=a(10).Buffer,i=h.isEncoding||function(a){switch(a&&a.toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":case"raw":return!0;default:return!1}},j=c.StringDecoder=function(a){switch(this.encoding=(a||"utf8").toLowerCase().replace(/[-_]/,""),d(a),this.encoding){case"utf8":this.surrogateSize=3;break;case"ucs2":case"utf16le":this.surrogateSize=2,this.detectIncompleteChar=f;break;case"base64":this.surrogateSize=3,this.detectIncompleteChar=g;break;default:return void(this.write=e)}this.charBuffer=new h(6),this.charReceived=0,this.charLength=0};j.prototype.write=function(a){for(var b="";this.charLength;){var c=a.length>=this.charLength-this.charReceived?this.charLength-this.charReceived:a.length;if(a.copy(this.charBuffer,this.charReceived,0,c),this.charReceived+=c,this.charReceived=55296&&d<=56319)){if(this.charReceived=this.charLength=0,0===a.length)return b;break}this.charLength+=this.surrogateSize,b=""}this.detectIncompleteChar(a);var e=a.length;this.charLength&&(a.copy(this.charBuffer,0,a.length-this.charReceived,e),e-=this.charReceived),b+=a.toString(this.encoding,0,e);var e=b.length-1,d=b.charCodeAt(e);if(d>=55296&&d<=56319){var f=this.surrogateSize;return this.charLength+=f,this.charReceived+=f,this.charBuffer.copy(this.charBuffer,f,0,f),a.copy(this.charBuffer,0,0,f),b.substring(0,e)}return b},j.prototype.detectIncompleteChar=function(a){for(var b=a.length>=3?3:a.length;b>0;b--){var c=a[a.length-b];if(1==b&&c>>5==6){this.charLength=2;break}if(b<=2&&c>>4==14){this.charLength=3;break}if(b<=3&&c>>3==30){this.charLength=4;break}}this.charReceived=b},j.prototype.end=function(a){var b="";if(a&&a.length&&(b=this.write(a)),this.charReceived){var c=this.charReceived,d=this.charBuffer,e=this.encoding;b+=d.slice(0,c).toString(e)}return b}},{10:10}],10:[function(a,b,c){(function(b){/*! + * The buffer module from node.js, for the browser. + * + * @author Feross Aboukhadijeh + * @license MIT + */ +"use strict";function d(){function a(){}try{var b=new Uint8Array(1);return b.foo=function(){return 42},b.constructor=a,42===b.foo()&&b.constructor===a&&"function"==typeof b.subarray&&0===b.subarray(1,1).byteLength}catch(c){return!1}}function e(){return f.TYPED_ARRAY_SUPPORT?2147483647:1073741823}function f(a){return this instanceof f?(f.TYPED_ARRAY_SUPPORT||(this.length=0,this.parent=void 0),"number"==typeof a?g(this,a):"string"==typeof a?h(this,a,arguments.length>1?arguments[1]:"utf8"):i(this,a)):arguments.length>1?new f(a,arguments[1]):new f(a)}function g(a,b){if(a=p(a,b<0?0:0|q(b)),!f.TYPED_ARRAY_SUPPORT)for(var c=0;c>>1&&(a.parent=Z),a}function q(a){if(a>=e())throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+e().toString(16)+" bytes");return 0|a}function r(a,b){if(!(this instanceof r))return new r(a,b);var c=new f(a,b);return delete c.parent,c}function s(a,b){"string"!=typeof a&&(a=""+a);var c=a.length;if(0===c)return 0;for(var d=!1;;)switch(b){case"ascii":case"binary":case"raw":case"raws":return c;case"utf8":case"utf-8":return R(a).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return 2*c;case"hex":return c>>>1;case"base64":return U(a).length;default:if(d)return R(a).length;b=(""+b).toLowerCase(),d=!0}}function t(a,b,c){var d=!1;if(b|=0,c=void 0===c||c===1/0?this.length:0|c,a||(a="utf8"),b<0&&(b=0),c>this.length&&(c=this.length),c<=b)return"";for(;;)switch(a){case"hex":return F(this,b,c);case"utf8":case"utf-8":return B(this,b,c);case"ascii":return D(this,b,c);case"binary":return E(this,b,c);case"base64":return A(this,b,c);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return G(this,b,c);default:if(d)throw new TypeError("Unknown encoding: "+a);a=(a+"").toLowerCase(),d=!0}}function u(a,b,c,d){c=Number(c)||0;var e=a.length-c;d?(d=Number(d))>e&&(d=e):d=e;var f=b.length;if(f%2!=0)throw new Error("Invalid hex string");d>f/2&&(d=f/2);for(var g=0;g239?4:f>223?3:f>191?2:1;if(e+h<=c){var i,j,k,l;switch(h){case 1:f<128&&(g=f);break;case 2:i=a[e+1],128==(192&i)&&(l=(31&f)<<6|63&i)>127&&(g=l);break;case 3:i=a[e+1],j=a[e+2],128==(192&i)&&128==(192&j)&&(l=(15&f)<<12|(63&i)<<6|63&j)>2047&&(l<55296||l>57343)&&(g=l);break;case 4:i=a[e+1],j=a[e+2],k=a[e+3],128==(192&i)&&128==(192&j)&&128==(192&k)&&(l=(15&f)<<18|(63&i)<<12|(63&j)<<6|63&k)>65535&&l<1114112&&(g=l)}}null===g?(g=65533,h=1):g>65535&&(g-=65536,d.push(g>>>10&1023|55296),g=56320|1023&g),d.push(g),e+=h}return C(d)}function C(a){var b=a.length;if(b<=$)return String.fromCharCode.apply(String,a);for(var c="",d=0;dd)&&(c=d);for(var e="",f=b;fc)throw new RangeError("Trying to access beyond buffer length")}function I(a,b,c,d,e,g){if(!f.isBuffer(a))throw new TypeError("buffer must be a Buffer instance");if(b>e||ba.length)throw new RangeError("index out of range")}function J(a,b,c,d){b<0&&(b=65535+b+1);for(var e=0,f=Math.min(a.length-c,2);e>>8*(d?e:1-e)}function K(a,b,c,d){b<0&&(b=4294967295+b+1);for(var e=0,f=Math.min(a.length-c,4);e>>8*(d?e:3-e)&255}function L(a,b,c,d,e,f){if(b>e||ba.length)throw new RangeError("index out of range");if(c<0)throw new RangeError("index out of range")}function M(a,b,c,d,e){return e||L(a,b,c,4,3.4028234663852886e38,-3.4028234663852886e38),X.write(a,b,c,d,23,4),c+4}function N(a,b,c,d,e){return e||L(a,b,c,8,1.7976931348623157e308,-1.7976931348623157e308),X.write(a,b,c,d,52,8),c+8}function O(a){if(a=P(a).replace(aa,""),a.length<2)return"";for(;a.length%4!=0;)a+="=";return a}function P(a){return a.trim?a.trim():a.replace(/^\s+|\s+$/g,"")}function Q(a){return a<16?"0"+a.toString(16):a.toString(16)}function R(a,b){b=b||1/0;for(var c,d=a.length,e=null,f=[],g=0;g55295&&c<57344){if(!e){if(c>56319){(b-=3)>-1&&f.push(239,191,189);continue}if(g+1===d){(b-=3)>-1&&f.push(239,191,189);continue}e=c;continue}if(c<56320){(b-=3)>-1&&f.push(239,191,189),e=c;continue}c=65536+(e-55296<<10|c-56320)}else e&&(b-=3)>-1&&f.push(239,191,189);if(e=null,c<128){if((b-=1)<0)break;f.push(c)}else if(c<2048){if((b-=2)<0)break;f.push(c>>6|192,63&c|128)}else if(c<65536){if((b-=3)<0)break;f.push(c>>12|224,c>>6&63|128,63&c|128)}else{if(!(c<1114112))throw new Error("Invalid code point");if((b-=4)<0)break;f.push(c>>18|240,c>>12&63|128,c>>6&63|128,63&c|128)}}return f}function S(a){for(var b=[],c=0;c>8,e=c%256,f.push(e),f.push(d);return f}function U(a){return W.toByteArray(O(a))}function V(a,b,c,d){for(var e=0;e=b.length||e>=a.length);e++)b[e+c]=a[e];return e}var W=a(7),X=a(17),Y=a(27);c.Buffer=f,c.SlowBuffer=r,c.INSPECT_MAX_BYTES=50,f.poolSize=8192;var Z={};f.TYPED_ARRAY_SUPPORT=void 0!==b.TYPED_ARRAY_SUPPORT?b.TYPED_ARRAY_SUPPORT:d(),f.TYPED_ARRAY_SUPPORT?(f.prototype.__proto__=Uint8Array.prototype,f.__proto__=Uint8Array):(f.prototype.length=void 0,f.prototype.parent=void 0),f.isBuffer=function(a){return!(null==a||!a._isBuffer)},f.compare=function(a,b){if(!f.isBuffer(a)||!f.isBuffer(b))throw new TypeError("Arguments must be Buffers");if(a===b)return 0;for(var c=a.length,d=b.length,e=0,g=Math.min(c,d);e0&&(a=this.toString("hex",0,b).match(/.{2}/g).join(" "),this.length>b&&(a+=" ... ")),""},f.prototype.compare=function(a){if(!f.isBuffer(a))throw new TypeError("Argument must be a Buffer");return this===a?0:f.compare(this,a)},f.prototype.indexOf=function(a,b){function c(a,b,c){for(var d=-1,e=0;c+e2147483647?b=2147483647:b<-2147483648&&(b=-2147483648),b>>=0,0===this.length)return-1;if(b>=this.length)return-1;if(b<0&&(b=Math.max(this.length+b,0)),"string"==typeof a)return 0===a.length?-1:String.prototype.indexOf.call(this,a,b);if(f.isBuffer(a))return c(this,a,b);if("number"==typeof a)return f.TYPED_ARRAY_SUPPORT&&"function"===Uint8Array.prototype.indexOf?Uint8Array.prototype.indexOf.call(this,a,b):c(this,[a],b);throw new TypeError("val must be string, number or Buffer")},f.prototype.get=function(a){return console.log(".get() is deprecated. Access using array indexes instead."),this.readUInt8(a)},f.prototype.set=function(a,b){return console.log(".set() is deprecated. Access using array indexes instead."),this.writeUInt8(a,b)},f.prototype.write=function(a,b,c,d){if(void 0===b)d="utf8",c=this.length,b=0;else if(void 0===c&&"string"==typeof b)d=b,c=this.length,b=0;else if(isFinite(b))b|=0,isFinite(c)?(c|=0,void 0===d&&(d="utf8")):(d=c,c=void 0);else{var e=d;d=b,b=0|c,c=e}var f=this.length-b;if((void 0===c||c>f)&&(c=f),a.length>0&&(c<0||b<0)||b>this.length)throw new RangeError("attempt to write outside buffer bounds");d||(d="utf8");for(var g=!1;;)switch(d){case"hex":return u(this,a,b,c);case"utf8":case"utf-8":return v(this,a,b,c);case"ascii":return w(this,a,b,c);case"binary":return x(this,a,b,c);case"base64":return y(this,a,b,c);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return z(this,a,b,c);default:if(g)throw new TypeError("Unknown encoding: "+d);d=(""+d).toLowerCase(),g=!0}},f.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};var $=4096;f.prototype.slice=function(a,b){var c=this.length;a=~~a,b=void 0===b?c:~~b,a<0?(a+=c)<0&&(a=0):a>c&&(a=c),b<0?(b+=c)<0&&(b=0):b>c&&(b=c),b0&&(e*=256);)d+=this[a+--b]*e;return d},f.prototype.readUInt8=function(a,b){return b||H(a,1,this.length),this[a]},f.prototype.readUInt16LE=function(a,b){return b||H(a,2,this.length),this[a]|this[a+1]<<8},f.prototype.readUInt16BE=function(a,b){return b||H(a,2,this.length),this[a]<<8|this[a+1]},f.prototype.readUInt32LE=function(a,b){return b||H(a,4,this.length),(this[a]|this[a+1]<<8|this[a+2]<<16)+16777216*this[a+3]},f.prototype.readUInt32BE=function(a,b){return b||H(a,4,this.length),16777216*this[a]+(this[a+1]<<16|this[a+2]<<8|this[a+3])},f.prototype.readIntLE=function(a,b,c){a|=0,b|=0,c||H(a,b,this.length);for(var d=this[a],e=1,f=0;++f=e&&(d-=Math.pow(2,8*b)),d},f.prototype.readIntBE=function(a,b,c){a|=0,b|=0,c||H(a,b,this.length);for(var d=b,e=1,f=this[a+--d];d>0&&(e*=256);)f+=this[a+--d]*e;return e*=128,f>=e&&(f-=Math.pow(2,8*b)),f},f.prototype.readInt8=function(a,b){return b||H(a,1,this.length),128&this[a]?-1*(255-this[a]+1):this[a]},f.prototype.readInt16LE=function(a,b){b||H(a,2,this.length);var c=this[a]|this[a+1]<<8;return 32768&c?4294901760|c:c},f.prototype.readInt16BE=function(a,b){b||H(a,2,this.length);var c=this[a+1]|this[a]<<8;return 32768&c?4294901760|c:c},f.prototype.readInt32LE=function(a,b){return b||H(a,4,this.length),this[a]|this[a+1]<<8|this[a+2]<<16|this[a+3]<<24},f.prototype.readInt32BE=function(a,b){return b||H(a,4,this.length),this[a]<<24|this[a+1]<<16|this[a+2]<<8|this[a+3]},f.prototype.readFloatLE=function(a,b){return b||H(a,4,this.length),X.read(this,a,!0,23,4)},f.prototype.readFloatBE=function(a,b){return b||H(a,4,this.length),X.read(this,a,!1,23,4)},f.prototype.readDoubleLE=function(a,b){return b||H(a,8,this.length),X.read(this,a,!0,52,8)},f.prototype.readDoubleBE=function(a,b){return b||H(a,8,this.length),X.read(this,a,!1,52,8)},f.prototype.writeUIntLE=function(a,b,c,d){a=+a,b|=0,c|=0,d||I(this,a,b,c,Math.pow(2,8*c),0);var e=1,f=0;for(this[b]=255&a;++f=0&&(f*=256);)this[b+e]=a/f&255;return b+c},f.prototype.writeUInt8=function(a,b,c){return a=+a,b|=0,c||I(this,a,b,1,255,0),f.TYPED_ARRAY_SUPPORT||(a=Math.floor(a)),this[b]=255&a,b+1},f.prototype.writeUInt16LE=function(a,b,c){return a=+a,b|=0,c||I(this,a,b,2,65535,0),f.TYPED_ARRAY_SUPPORT?(this[b]=255&a,this[b+1]=a>>>8):J(this,a,b,!0),b+2},f.prototype.writeUInt16BE=function(a,b,c){return a=+a,b|=0,c||I(this,a,b,2,65535,0),f.TYPED_ARRAY_SUPPORT?(this[b]=a>>>8,this[b+1]=255&a):J(this,a,b,!1),b+2},f.prototype.writeUInt32LE=function(a,b,c){return a=+a,b|=0,c||I(this,a,b,4,4294967295,0),f.TYPED_ARRAY_SUPPORT?(this[b+3]=a>>>24,this[b+2]=a>>>16,this[b+1]=a>>>8,this[b]=255&a):K(this,a,b,!0),b+4},f.prototype.writeUInt32BE=function(a,b,c){return a=+a,b|=0,c||I(this,a,b,4,4294967295,0),f.TYPED_ARRAY_SUPPORT?(this[b]=a>>>24,this[b+1]=a>>>16,this[b+2]=a>>>8,this[b+3]=255&a):K(this,a,b,!1),b+4},f.prototype.writeIntLE=function(a,b,c,d){if(a=+a,b|=0,!d){var e=Math.pow(2,8*c-1);I(this,a,b,c,e-1,-e)}var f=0,g=1,h=a<0?1:0;for(this[b]=255&a;++f>0)-h&255;return b+c},f.prototype.writeIntBE=function(a,b,c,d){if(a=+a,b|=0,!d){var e=Math.pow(2,8*c-1);I(this,a,b,c,e-1,-e)}var f=c-1,g=1,h=a<0?1:0;for(this[b+f]=255&a;--f>=0&&(g*=256);)this[b+f]=(a/g>>0)-h&255;return b+c},f.prototype.writeInt8=function(a,b,c){return a=+a,b|=0,c||I(this,a,b,1,127,-128),f.TYPED_ARRAY_SUPPORT||(a=Math.floor(a)),a<0&&(a=255+a+1),this[b]=255&a,b+1},f.prototype.writeInt16LE=function(a,b,c){return a=+a,b|=0,c||I(this,a,b,2,32767,-32768),f.TYPED_ARRAY_SUPPORT?(this[b]=255&a,this[b+1]=a>>>8):J(this,a,b,!0),b+2},f.prototype.writeInt16BE=function(a,b,c){return a=+a,b|=0,c||I(this,a,b,2,32767,-32768),f.TYPED_ARRAY_SUPPORT?(this[b]=a>>>8,this[b+1]=255&a):J(this,a,b,!1),b+2},f.prototype.writeInt32LE=function(a,b,c){return a=+a,b|=0,c||I(this,a,b,4,2147483647,-2147483648),f.TYPED_ARRAY_SUPPORT?(this[b]=255&a,this[b+1]=a>>>8,this[b+2]=a>>>16,this[b+3]=a>>>24):K(this,a,b,!0),b+4},f.prototype.writeInt32BE=function(a,b,c){return a=+a,b|=0,c||I(this,a,b,4,2147483647,-2147483648),a<0&&(a=4294967295+a+1),f.TYPED_ARRAY_SUPPORT?(this[b]=a>>>24,this[b+1]=a>>>16,this[b+2]=a>>>8,this[b+3]=255&a):K(this,a,b,!1),b+4},f.prototype.writeFloatLE=function(a,b,c){return M(this,a,b,!0,c)},f.prototype.writeFloatBE=function(a,b,c){return M(this,a,b,!1,c)},f.prototype.writeDoubleLE=function(a,b,c){return N(this,a,b,!0,c)},f.prototype.writeDoubleBE=function(a,b,c){return N(this,a,b,!1,c)},f.prototype.copy=function(a,b,c,d){if(c||(c=0),d||0===d||(d=this.length),b>=a.length&&(b=a.length),b||(b=0),d>0&&d=this.length)throw new RangeError("sourceStart out of bounds");if(d<0)throw new RangeError("sourceEnd out of bounds");d>this.length&&(d=this.length),a.length-b=0;e--)a[e+b]=this[e+c];else if(g<1e3||!f.TYPED_ARRAY_SUPPORT)for(e=0;e=this.length)throw new RangeError("start out of bounds");if(c<0||c>this.length)throw new RangeError("end out of bounds");var d;if("number"==typeof a)for(d=b;d>6),b.push(128|63&d)):d<65536?(b.push(224|d>>12),b.push(128|63&d>>6),b.push(128|63&d)):(b.push(240|d>>18),b.push(128|63&d>>12),b.push(128|63&d>>6),b.push(128|63&d))}return b},d.Utils.appendBox=function(a,b,c){if(b._offset=a._cursor.offset,b._root=a._root?a._root:a,b._raw=a._raw,b._parent=a,-1!==c){if(void 0===c||null===c)return void a.boxes.push(b);var d,e=-1;if("number"==typeof c)e=c;else{if("string"==typeof c)d=c;else{if("object"!=typeof c||!c.type)return void a.boxes.push(b);d=c.type}for(var f=0;f>3,b},f.prototype._readUint=function(a){var b,c,d=null,e=this._cursor.offset-this._raw.byteOffset;switch(a){case 8:d=this._raw.getUint8(e);break;case 16:d=this._raw.getUint16(e);break;case 24:b=this._raw.getUint16(e),c=this._raw.getUint8(e+2),d=(b<<8)+c;break;case 32:d=this._raw.getUint32(e);break;case 64:b=this._raw.getUint32(e),c=this._raw.getUint32(e+4),d=b*Math.pow(2,32)+c}return this._cursor.offset+=a>>3,d},f.prototype._readString=function(a){for(var b="",c=0;c0?a:this._raw.byteLength-(this._cursor.offset-this._offset);if(b>0){var c=new Uint8Array(this._raw.buffer,this._cursor.offset,b);return this._cursor.offset+=b,c}return null},f.prototype._readUTF8String=function(){var a=this._raw.byteLength-(this._cursor.offset-this._offset),b=null;return a>0&&(b=new DataView(this._raw.buffer,this._cursor.offset,a),this._cursor.offset+=a),b?d.Utils.dataViewToString(b):b},f.prototype._parseBox=function(){if(this._parsing=!0,this._cursor.offset=this._offset,this._offset+8>this._raw.buffer.byteLength)return void(this._root._incomplete=!0);switch(this._procField("size","uint",32),this._procField("type","string",4),1===this.size&&this._procField("largesize","uint",64),"uuid"===this.type&&this._procFieldArray("usertype",16,"uint",8),this.size){case 0:this._raw=new DataView(this._raw.buffer,this._offset,this._raw.byteLength-this._cursor.offset+8);break;case 1:this._offset+this.size>this._raw.buffer.byteLength?(this._incomplete=!0,this._root._incomplete=!0):this._raw=new DataView(this._raw.buffer,this._offset,this.largesize);break;default:this._offset+this.size>this._raw.buffer.byteLength?(this._incomplete=!0,this._root._incomplete=!0):this._raw=new DataView(this._raw.buffer,this._offset,this.size)}this._incomplete||(this._boxProcessors[this.type]&&this._boxProcessors[this.type].call(this),-1!==this._boxContainers.indexOf(this.type)?this._parseContainerBox():this._data=this._readData())},f.prototype._parseFullBox=function(){this.version=this._readUint(8),this.flags=this._readUint(24)},f.prototype._parseContainerBox=function(){for(this.boxes=[];this._cursor.offset-this._raw.byteOffset>3}else this.size+=a>>3},f.prototype._writeUint=function(a,b){if(this._rawo){var c,d,e=this._cursor.offset-this._rawo.byteOffset;switch(a){case 8:this._rawo.setUint8(e,b);break;case 16:this._rawo.setUint16(e,b);break;case 24:c=(16776960&b)>>8,d=255&b,this._rawo.setUint16(e,c),this._rawo.setUint8(e+2,d);break;case 32:this._rawo.setUint32(e,b);break;case 64:c=Math.floor(b/Math.pow(2,32)),d=b-c*Math.pow(2,32),this._rawo.setUint32(e,c),this._rawo.setUint32(e+4,d)}this._cursor.offset+=a>>3}else this.size+=a>>3},f.prototype._writeString=function(a,b){for(var c=0;c>10&31),96+(this.language>>5&31),96+(31&this.language))),this._procField("pre_defined","uint",16)},f.prototype._boxProcessors.mehd=function(){this._procFullBox(),this._procField("fragment_duration","uint",1==this.version?64:32)},f.prototype._boxProcessors.mfhd=function(){this._procFullBox(),this._procField("sequence_number","uint",32)},f.prototype._boxProcessors.mfro=function(){this._procFullBox(),this._procField("mfra_size","uint",32)},f.prototype._boxProcessors.mp4a=f.prototype._boxProcessors.enca=function(){this._procFieldArray("reserved1",6,"uint",8),this._procField("data_reference_index","uint",16),this._procFieldArray("reserved2",2,"uint",32),this._procField("channelcount","uint",16),this._procField("samplesize","uint",16),this._procField("pre_defined","uint",16),this._procField("reserved3","uint",16),this._procField("samplerate","template",32),this._procField("esds","data",-1)},f.prototype._boxProcessors.mvhd=function(){this._procFullBox(),this._procField("creation_time","uint",1==this.version?64:32),this._procField("modification_time","uint",1==this.version?64:32),this._procField("timescale","uint",32),this._procField("duration","uint",1==this.version?64:32),this._procField("rate","template",32),this._procField("volume","template",16),this._procField("reserved1","uint",16),this._procFieldArray("reserved2",2,"uint",32),this._procFieldArray("matrix",9,"template",32),this._procFieldArray("pre_defined",6,"uint",32),this._procField("next_track_ID","uint",32)},f.prototype._boxProcessors.payl=function(){this._procField("cue_text","utf8")},f.prototype._boxProcessors.pssh=function(){this._procFullBox(),this._procFieldArray("SystemID",16,"uint",8),this._procField("DataSize","uint",32),this._procFieldArray("Data",this.DataSize,"uint",8)},f.prototype._boxProcessors.schm=function(){this._procFullBox(),this._procField("scheme_type","uint",32),this._procField("scheme_version","uint",32),1&this.flags&&this._procField("scheme_uri","string",-1)},f.prototype._boxProcessors.sdtp=function(){this._procFullBox();var a=-1;this._parsing&&(a=this._raw.byteLength-(this._cursor.offset-this._raw.byteOffset)),this._procFieldArray("sample_dependency_table",a,"uint",8)},f.prototype._boxProcessors.sidx=function(){this._procFullBox(),this._procField("reference_ID","uint",32),this._procField("timescale","uint",32),this._procField("earliest_presentation_time","uint",1==this.version?64:32),this._procField("first_offset","uint",1==this.version?64:32),this._procField("reserved","uint",16),this._procField("reference_count","uint",16),this._procEntries("references",this.reference_count,function(a){this._parsing||(a.reference=(1&a.reference_type)<<31,a.reference|=2147483647&a.referenced_size,a.sap=(1&a.starts_with_SAP)<<31,a.sap|=(3&a.SAP_type)<<28,a.sap|=268435455&a.SAP_delta_time),this._procEntryField(a,"reference","uint",32),this._procEntryField(a,"subsegment_duration","uint",32),this._procEntryField(a,"sap","uint",32),this._parsing&&(a.reference_type=a.reference>>31&1,a.referenced_size=2147483647&a.reference,a.starts_with_SAP=a.sap>>31&1,a.SAP_type=a.sap>>28&7,a.SAP_delta_time=268435455&a.sap)})},f.prototype._boxProcessors.smhd=function(){this._procFullBox(),this._procField("balance","uint",16),this._procField("reserved","uint",16)},f.prototype._boxProcessors.ssix=function(){this._procFullBox(),this._procField("subsegment_count","uint",32),this._procEntries("subsegments",this.subsegment_count,function(a){this._procEntryField(a,"ranges_count","uint",32),this._procSubEntries(a,"ranges",a.ranges_count,function(a){this._procEntryField(a,"level","uint",8),this._procEntryField(a,"range_size","uint",24)})})},f.prototype._boxProcessors.stsd=function(){this._procFullBox(),this._procField("entry_count","uint",32),this._procSubBoxes("entries",this.entry_count)},f.prototype._boxProcessors.subs=function(){this._procFullBox(),this._procField("entry_count","uint",32),this._procEntries("entries",this.entry_count,function(a){this._procEntryField(a,"sample_delta","uint",32),this._procEntryField(a,"subsample_count","uint",16),this._procSubEntries(a,"subsamples",a.subsample_count,function(a){this._procEntryField(a,"subsample_size","uint",1===this.version?32:16),this._procEntryField(a,"subsample_priority","uint",8),this._procEntryField(a,"discardable","uint",8),this._procEntryField(a,"codec_specific_parameters","uint",32)})})},f.prototype._boxProcessors.tenc=function(){this._procFullBox(),this._procField("default_IsEncrypted","uint",24),this._procField("default_IV_size","uint",8),this._procFieldArray("default_KID",16,"uint",8)},f.prototype._boxProcessors.tfdt=function(){this._procFullBox(),this._procField("baseMediaDecodeTime","uint",1==this.version?64:32)},f.prototype._boxProcessors.tfhd=function(){this._procFullBox(),this._procField("track_ID","uint",32),1&this.flags&&this._procField("base_data_offset","uint",64),2&this.flags&&this._procField("sample_description_offset","uint",32),8&this.flags&&this._procField("default_sample_duration","uint",32),16&this.flags&&this._procField("default_sample_size","uint",32),32&this.flags&&this._procField("default_sample_flags","uint",32)},f.prototype._boxProcessors.tfra=function(){this._procFullBox(),this._procField("track_ID","uint",32),this._parsing||(this.reserved=0,this.reserved|=(48&this.length_size_of_traf_num)<<4,this.reserved|=(12&this.length_size_of_trun_num)<<2,this.reserved|=3&this.length_size_of_sample_num),this._procField("reserved","uint",32),this._parsing&&(this.length_size_of_traf_num=(48&this.reserved)>>4,this.length_size_of_trun_num=(12&this.reserved)>>2,this.length_size_of_sample_num=3&this.reserved),this._procField("number_of_entry","uint",32),this._procEntries("entries",this.number_of_entry,function(a){this._procEntryField(a,"time","uint",1===this.version?64:32),this._procEntryField(a,"moof_offset","uint",1===this.version?64:32),this._procEntryField(a,"traf_number","uint",8*(this.length_size_of_traf_num+1)),this._procEntryField(a,"trun_number","uint",8*(this.length_size_of_trun_num+1)),this._procEntryField(a,"sample_number","uint",8*(this.length_size_of_sample_num+1))})},f.prototype._boxProcessors.tkhd=function(){this._procFullBox(),this._procField("creation_time","uint",1==this.version?64:32),this._procField("modification_time","uint",1==this.version?64:32),this._procField("track_ID","uint",32),this._procField("reserved1","uint",32),this._procField("duration","uint",1==this.version?64:32),this._procFieldArray("reserved2",2,"uint",32),this._procField("layer","uint",16),this._procField("alternate_group","uint",16),this._procField("volume","template",16),this._procField("reserved3","uint",16),this._procFieldArray("matrix",9,"template",32),this._procField("width","template",32),this._procField("height","template",32)},f.prototype._boxProcessors.trex=function(){this._procFullBox(),this._procField("track_ID","uint",32),this._procField("default_sample_description_index","uint",32),this._procField("default_sample_duration","uint",32),this._procField("default_sample_size","uint",32),this._procField("default_sample_flags","uint",32)},f.prototype._boxProcessors.trun=function(){this._procFullBox(),this._procField("sample_count","uint",32),1&this.flags&&this._procField("data_offset","int",32),4&this.flags&&this._procField("first_sample_flags","uint",32),this._procEntries("samples",this.sample_count,function(a){256&this.flags&&this._procEntryField(a,"sample_duration","uint",32),512&this.flags&&this._procEntryField(a,"sample_size","uint",32),1024&this.flags&&this._procEntryField(a,"sample_flags","uint",32),2048&this.flags&&this._procEntryField(a,"sample_composition_time_offset",1===this.version?"int":"uint",32)})},f.prototype._boxProcessors["url "]=f.prototype._boxProcessors["urn "]=function(){this._procFullBox(),"urn "===this.type&&this._procField("name","string",-1),this._procField("location","string",-1)},f.prototype._boxProcessors.vlab=function(){this._procField("source_label","utf8")},f.prototype._boxProcessors.vmhd=function(){this._procFullBox(),this._procField("graphicsmode","uint",16),this._procFieldArray("opcolor",3,"uint",16)},f.prototype._boxProcessors.vttC=function(){this._procField("config","utf8")},f.prototype._boxProcessors.vtte=function(){}},{}],12:[function(a,b,c){(function(a){function b(a){return Array.isArray?Array.isArray(a):"[object Array]"===q(a)}function d(a){return"boolean"==typeof a}function e(a){return null===a}function f(a){return null==a}function g(a){return"number"==typeof a}function h(a){return"string"==typeof a}function i(a){return"symbol"==typeof a}function j(a){return void 0===a}function k(a){return"[object RegExp]"===q(a)}function l(a){return"object"==typeof a&&null!==a}function m(a){return"[object Date]"===q(a)}function n(a){return"[object Error]"===q(a)||a instanceof Error}function o(a){return"function"==typeof a}function p(a){return null===a||"boolean"==typeof a||"number"==typeof a||"string"==typeof a||"symbol"==typeof a||void 0===a}function q(a){return Object.prototype.toString.call(a)}c.isArray=b,c.isBoolean=d,c.isNull=e,c.isNullOrUndefined=f,c.isNumber=g,c.isString=h,c.isSymbol=i,c.isUndefined=j,c.isRegExp=k,c.isObject=l,c.isDate=m,c.isError=n,c.isFunction=o,c.isPrimitive=p,c.isBuffer=a.isBuffer}).call(this,{isBuffer:a(26)})},{26:26}],13:[function(a,b,c){function d(a){return null===a||void 0===a}function e(a){return!(!a||"object"!=typeof a||"number"!=typeof a.length)&&("function"==typeof a.copy&&"function"==typeof a.slice&&!(a.length>0&&"number"!=typeof a[0]))}function f(a,b,c){var f,k;if(d(a)||d(b))return!1;if(a.prototype!==b.prototype)return!1;if(i(a))return!!i(b)&&(a=g.call(a),b=g.call(b),j(a,b,c));if(e(a)){if(!e(b))return!1;if(a.length!==b.length)return!1;for(f=0;f=0;f--)if(l[f]!=m[f])return!1;for(f=l.length-1;f>=0;f--)if(k=l[f],!j(a[k],b[k],c))return!1;return typeof a==typeof b}var g=Array.prototype.slice,h=a(15),i=a(14),j=b.exports=function(a,b,c){return c||(c={}),a===b||(a instanceof Date&&b instanceof Date?a.getTime()===b.getTime():!a||!b||"object"!=typeof a&&"object"!=typeof b?c.strict?a===b:a==b:f(a,b,c))}},{14:14,15:15}],14:[function(a,b,c){function d(a){return"[object Arguments]"==Object.prototype.toString.call(a)}function e(a){return a&&"object"==typeof a&&"number"==typeof a.length&&Object.prototype.hasOwnProperty.call(a,"callee")&&!Object.prototype.propertyIsEnumerable.call(a,"callee")||!1}var f="[object Arguments]"==function(){return Object.prototype.toString.call(arguments)}();c=b.exports=f?d:e,c.supported=d,c.unsupported=e},{}],15:[function(a,b,c){function d(a){var b=[];for(var c in a)b.push(c);return b}c=b.exports="function"==typeof Object.keys?Object.keys:d,c.shim=d},{}],16:[function(a,b,c){function d(){this._events=this._events||{},this._maxListeners=this._maxListeners||void 0}function e(a){return"function"==typeof a}function f(a){return"number"==typeof a}function g(a){return"object"==typeof a&&null!==a}function h(a){return void 0===a}b.exports=d,d.EventEmitter=d,d.prototype._events=void 0,d.prototype._maxListeners=void 0,d.defaultMaxListeners=10,d.prototype.setMaxListeners=function(a){if(!f(a)||a<0||isNaN(a))throw TypeError("n must be a positive number");return this._maxListeners=a,this},d.prototype.emit=function(a){var b,c,d,f,i,j;if(this._events||(this._events={}),"error"===a&&(!this._events.error||g(this._events.error)&&!this._events.error.length)){if((b=arguments[1])instanceof Error)throw b;throw TypeError('Uncaught, unspecified "error" event.')}if(c=this._events[a],h(c))return!1;if(e(c))switch(arguments.length){case 1:c.call(this);break;case 2:c.call(this,arguments[1]);break;case 3:c.call(this,arguments[1],arguments[2]);break;default:for(d=arguments.length,f=new Array(d-1),i=1;i0&&this._events[a].length>c&&(this._events[a].warned=!0,console.error("(node) warning: possible EventEmitter memory leak detected. %d listeners added. Use emitter.setMaxListeners() to increase limit.",this._events[a].length),"function"==typeof console.trace&&console.trace())}return this},d.prototype.on=d.prototype.addListener,d.prototype.once=function(a,b){function c(){this.removeListener(a,c),d||(d=!0,b.apply(this,arguments))}if(!e(b))throw TypeError("listener must be a function");var d=!1;return c.listener=b,this.on(a,c),this},d.prototype.removeListener=function(a,b){var c,d,f,h;if(!e(b))throw TypeError("listener must be a function");if(!this._events||!this._events[a])return this;if(c=this._events[a],f=c.length,d=-1,c===b||e(c.listener)&&c.listener===b)delete this._events[a],this._events.removeListener&&this.emit("removeListener",a,b);else if(g(c)){for(h=f;h-- >0;)if(c[h]===b||c[h].listener&&c[h].listener===b){d=h;break}if(d<0)return this;1===c.length?(c.length=0,delete this._events[a]):c.splice(d,1),this._events.removeListener&&this.emit("removeListener",a,b)}return this},d.prototype.removeAllListeners=function(a){var b,c;if(!this._events)return this;if(!this._events.removeListener)return 0===arguments.length?this._events={}:this._events[a]&&delete this._events[a],this;if(0===arguments.length){for(b in this._events)"removeListener"!==b&&this.removeAllListeners(b);return this.removeAllListeners("removeListener"),this._events={},this}if(c=this._events[a],e(c))this.removeListener(a,c);else for(;c.length;)this.removeListener(a,c[c.length-1]);return delete this._events[a],this},d.prototype.listeners=function(a){return this._events&&this._events[a]?e(this._events[a])?[this._events[a]]:this._events[a].slice():[]},d.listenerCount=function(a,b){return a._events&&a._events[b]?e(a._events[b])?1:a._events[b].length:0}},{}],17:[function(a,b,c){c.read=function(a,b,c,d,e){var f,g,h=8*e-d-1,i=(1<>1,k=-7,l=c?e-1:0,m=c?-1:1,n=a[b+l];for(l+=m,f=n&(1<<-k)-1,n>>=-k,k+=h;k>0;f=256*f+a[b+l],l+=m,k-=8);for(g=f&(1<<-k)-1,f>>=-k,k+=d;k>0;g=256*g+a[b+l],l+=m,k-=8);if(0===f)f=1-j;else{if(f===i)return g?NaN:1/0*(n?-1:1);g+=Math.pow(2,d),f-=j}return(n?-1:1)*g*Math.pow(2,f-d)},c.write=function(a,b,c,d,e,f){var g,h,i,j=8*f-e-1,k=(1<>1,m=23===e?Math.pow(2,-24)-Math.pow(2,-77):0,n=d?0:f-1,o=d?1:-1,p=b<0||0===b&&1/b<0?1:0;for(b=Math.abs(b),isNaN(b)||b===1/0?(h=isNaN(b)?1:0,g=k):(g=Math.floor(Math.log(b)/Math.LN2),b*(i=Math.pow(2,-g))<1&&(g--,i*=2),b+=g+l>=1?m/i:m*Math.pow(2,1-l),b*i>=2&&(g++,i/=2),g+l>=k?(h=0,g=k):g+l>=1?(h=(b*i-1)*Math.pow(2,e),g+=l):(h=b*Math.pow(2,l-1)*Math.pow(2,e),g=0));e>=8;a[c+n]=255&h,n+=o,h/=256,e-=8);for(g=g<0;a[c+n]=255&g,n+=o,g/=256,j-=8);a[c+n-o]|=128*p}},{}],18:[function(a,b,c){!function(a,b,c,d,e){function f(a){this.node=a}function g(){this.events=[],this.head=null,this.body=null}function h(){this.styling=null,this.layout=null}function i(){this.styles={}}function j(){this.id=null,this.styleAttrs=null,this.styleRefs=null}function k(){this.regions={}}function l(a){this.kind=a,this.begin=null,this.end=null,this.styleAttrs=null,this.regionID=null,this.sets=null,this.timeContainer=null}function m(){l.call(this,"body")}function n(){l.call(this,"div")}function o(){l.call(this,"p")}function p(){l.call(this,"span"),this.space=null}function q(){l.call(this,"span"),this.space=null,this.text=null}function r(){l.call(this,"br")}function s(){this.id=null,this.begin=null,this.end=null,this.styleAttrs=null,this.sets=null}function t(){this.begin=null,this.end=null,this.qname=null,this.value=null}function u(a){return a&&"xml:id"in a.attributes?a.attributes["xml:id"].value||null:null}function v(a){return a&&"region"in a.attributes?a.attributes.region.value:""}function w(a,b){var c=a&&"timeContainer"in a.attributes?a.attributes.timeContainer.value:null;return c&&"par"!==c?"seq"===c?"seq":(K(b,"Illegal value of timeContainer (assuming 'par')"),"par"):"par"}function x(a){return a&&"style"in a.attributes?a.attributes.style.value.split(" "):[]}function y(a,b){var c={};if(null!==a)for(var e in a.attributes){var f=a.attributes[e].uri+" "+a.attributes[e].local,g=d.byQName[f];if(void 0!==g){var h=g.parse(a.attributes[e].value);null!==h?(c[f]=h,g===d.byName.zIndex&&J(b,"zIndex attribute present but not used by IMSC1 since regions do not overlap")):K(b,"Cannot parse styling attribute "+f+" --\x3e "+a.attributes[e].value)}}return c}function z(a,b,c){for(var d in a.attributes)if(a.attributes[d].uri===b&&a.attributes[d].local===c)return a.attributes[d].value;return null}function A(a,b){var d=z(a,c.ns_ittp,"aspectRatio"),e=null;if(null!==d){var f=/(\d+) (\d+)/,g=f.exec(d);if(null!==g){var h=parseInt(g[1]),i=parseInt(g[2]);0!==h&&0!==i?e=h/i:K(b,"Illegal aspectRatio values (ignoring)")}else K(b,"Malformed aspectRatio attribute (ignoring)")}return e}function B(a,b){var d=z(a,c.ns_ttp,"cellResolution"),e=15,f=32;if(null!==d){var g=/(\d+) (\d+)/,h=g.exec(d);null!==h?(f=parseInt(h[1]),e=parseInt(h[2])):J(b,"Malformed cellResolution value (using initial value instead)")}return{w:f,h:e}}function C(a,b){var d,e=z(a,c.ns_ttp,"frameRate"),f=30;if(null!==e){d=/(\d+)/.exec(e),null!==d?f=parseInt(d[1]):J(b,"Malformed frame rate attribute (using initial value instead)")} +var g=z(a,c.ns_ttp,"frameRateMultiplier"),h=1;if(null!==g){d=/(\d+) (\d+)/.exec(g),null!==d?h=parseInt(d[1])/parseInt(d[2]):J(b,"Malformed frame rate multiplier attribute (using initial value instead)")}var i=h*f,j=1,k=z(a,c.ns_ttp,"tickRate");if(null===k)null!==e&&(j=i);else{d=/(\d+)/.exec(k),null!==d?j=parseInt(d[1]):J(b,"Malformed tick rate attribute (using initial value instead)")}return{effectiveFrameRate:i,tickRate:j}}function D(a,b){var d=z(a,c.ns_tts,"extent");if(null===d)return null;var f=d.split(" ");if(2!==f.length)return J(b,"Malformed extent (ignoring)"),null;var g=e.parseLength(f[0]),h=e.parseLength(f[1]);return h&&g?{h:h,w:g}:(J(b,"Malformed extent values (ignoring)"),null)}function E(a,b,c){var d,e=/^(\d{2,}):(\d\d):(\d\d(?:\.\d+)?)$/,f=/^(\d{2,}):(\d\d):(\d\d)\:(\d{2,})$/,g=/^(\d+(?:\.\d+)?)f$/,h=/^(\d+(?:\.\d+)?)t$/,i=/^(\d+(?:\.\d+)?)ms$/,j=/^(\d+(?:\.\d+)?)s$/,k=/^(\d+(?:\.\d+)?)h$/,l=/^(\d+(?:\.\d+)?)m$/,m=null;return null!==(d=g.exec(c))?null!==b&&(m=parseFloat(d[1])/b):null!==(d=h.exec(c))?null!==a&&(m=parseFloat(d[1])/a):null!==(d=i.exec(c))?m=parseFloat(d[1])/1e3:null!==(d=j.exec(c))?m=parseFloat(d[1]):null!==(d=k.exec(c))?m=3600*parseFloat(d[1]):null!==(d=l.exec(c))?m=60*parseFloat(d[1]):null!==(d=e.exec(c))?m=3600*parseInt(d[1])+60*parseInt(d[2])+parseFloat(d[3]):null!==(d=f.exec(c))&&null!==b&&(m=3600*parseInt(d[1])+60*parseInt(d[2])+parseInt(d[3])+(null===d[4]?0:parseInt(d[4])/b)),m}function F(a,b,c,d){var e=b&&"seq"===b.timeContainer,f=0;c&&"begin"in c.attributes&&null===(f=E(a.tickRate,a.effectiveFrameRate,c.attributes.begin.value))&&(J(d,"Malformed begin value "+c.attributes.begin.value+" (using 0)"),f=0);var g=e?0:null;c&&"dur"in c.attributes&&null===(g=E(a.tickRate,a.effectiveFrameRate,c.attributes.dur.value))&&J(d,"Malformed dur value "+c.attributes.dur.value+" (ignoring)");var h=null;c&&"end"in c.attributes&&null===(h=E(a.tickRate,a.effectiveFrameRate,c.attributes.end.value))&&J(d,"Malformed end value (ignoring)");var i=0;if(b&&(i=e&&"contents"in b&&b.contents.length>0?b.contents[b.contents.length-1].end:b.begin||0),f+=i,null!==g)h=f+g;else{var j=b&&"end"in b?b.end:Number.POSITIVE_INFINITY;h=null!==h?h+i:j}return{begin:f,end:h}}function G(a,b,c){for(;b.styleRefs.length>0;){var d=b.styleRefs.pop();d in a.styles?(G(a,a.styles[d],c),I(a.styles[d].styleAttrs,b.styleAttrs)):K(c,"Non-existant style id referenced")}}function H(a,b,c,d){for(var e=b.length-1;e>=0;e--){var f=b[e];f in a.styles?I(a.styles[f].styleAttrs,c):K(d,"Non-existant style id referenced")}}function I(a,b){for(var c in a)c in b||(b[c]=a[c])}function J(a,b){if(a&&a.warn&&a.warn(b))throw b}function K(a,b){if(a&&a.error&&a.error(b))throw b}function L(a,b){throw a&&a.fatal&&a.fatal(b),b}function M(a,b){for(var c,d=0,e=a.length-1;d<=e;){c=Math.floor((d+e)/2);var f=a[c];if(fb))return{found:!0,index:c};e=c-1}}return{found:!1,index:d}}a.fromXML=function(a,d,e){var l=b.parser(!0,{xmlns:!0}),u=[],v=[],w=[],x=0,y=null;l.onclosetag=function(a){if(u[0]instanceof i)for(var b in u[0].styles)G(u[0],u[0].styles[b],d);else if(u[0]instanceof o||u[0]instanceof p){if(u[0].contents.length>1){var g,h=[u[0].contents[0]];for(g=1;g0&&e&&"onCloseTag"in e&&e.onCloseTag());w.shift(),v.shift(),u.shift()},l.ontext=function(a){if(void 0===u[0]);else if(u[0]instanceof p||u[0]instanceof o){var b=new q;b.initFromText(y,u[0],a,w[0],d),u[0].contents.push(b)}else u[0]instanceof f&&x>0&&e&&"onText"in e&&e.onText(a)},l.onopentag=function(a){var b=a.attributes["xml:space"];b?w.unshift(b.value):0===w.length?w.unshift("default"):w.unshift(w[0]);var l=a.attributes["xml:lang"];if(l?v.unshift(l.value):0===v.length?v.unshift(""):v.unshift(v[0]),a.uri===c.ns_tt)if("tt"===a.local)null!==y&&L("Two elements at ("+this.line+","+this.column+")"),y=new g,y.initFromNode(a,d),u.unshift(y);else if("head"===a.local)u[0]instanceof g||L("Parent of element is not at ("+this.line+","+this.column+")"),null!==y.head&&L("Second element at ("+this.line+","+this.column+")"),y.head=new h,u.unshift(y.head);else if("styling"===a.local)u[0]instanceof h||L("Parent of element is not at ("+this.line+","+this.column+")"),null!==y.head.styling&&L("Second element at ("+this.line+","+this.column+")"),y.head.styling=new i,u.unshift(y.head.styling);else if("style"===a.local){var q;u[0]instanceof i?(q=new j,q.initFromNode(a,d),q.id?y.head.styling.styles[q.id]=q:K(" +
    + + + + + + + \ No newline at end of file diff --git a/dzz/DPlayer/template/index.htm b/dzz/DPlayer/template/index.htm new file mode 100644 index 0000000..a903a16 --- /dev/null +++ b/dzz/DPlayer/template/index.htm @@ -0,0 +1,37 @@ + + +
    + + + + + + + + \ No newline at end of file diff --git a/dzz/appmanagement/index.php b/dzz/appmanagement/index.php index c3dcc2e..59541b5 100644 --- a/dzz/appmanagement/index.php +++ b/dzz/appmanagement/index.php @@ -12,7 +12,173 @@ if(!defined('IN_DZZ')) { $navtitle=lang('后台管理'); //管理权限进入 Hook::listen('adminlogin'); +$do = isset($_GET['do']) ? $_GET['do'] : ''; +if ($do == 'stats') { + $starttime=trim($_GET['starttime']); + $endtime=trim($_GET['endtime']); + $time=trim($_GET['time']) ? trim($_GET['time']) : 'day'; + $operation=trim($_GET['operation']); + switch($time){ + case 'month': + if(!$starttime){ + $start=strtotime("-6 month",TIMESTAMP); + $starttime=dgmdate($start,'Y-m'); + } + if(!$endtime){ + $endtime=dgmdate(TIMESTAMP,'Y-m'); + } + break; + case 'week': + if(!$starttime){ + $start=strtotime("-12 week",TIMESTAMP); + }else{ + $start=strtotime($starttime); + } + $stamp_l=strtotime("this Monday",$start); + $starttime=dgmdate($stamp_l,'Y-m-d'); + + if(!$endtime){ + $end=TIMESTAMP; + }else{ + $end=strtotime($endtime); + } + $endtime=dgmdate($end,'Y-m-d'); + break; + case 'day': + if(!$starttime){ + $start=strtotime("-12 day",TIMESTAMP); + $starttime=dgmdate($start,'Y-m-d'); + } + if(!$endtime){ + $endtime=dgmdate(TIMESTAMP,'Y-m-d'); + } + break; + + } + if($operation=='getdata'){ + $data=getData($time,$starttime,$endtime); + // 构建返回的数据 + $response = [ + 'success' => true, + 'labels' => array_keys($data['total']), + 'datasets' => [ + [ + 'label' => "用户总数", + 'backgroundColor' => "#33cabb", + 'borderColor' => "#33cabb", + 'fill' => false, + 'data' => array_values($data['total']) + ], + [ + 'label' => '新增用户', + 'fill' => false, + 'backgroundColor' => "#fa8734", + 'borderColor' => "#fa8734", + 'data' => array_values($data['add']) + ] + ] + ]; + // 返回JSON数据 + exit(json_encode($response)); + }else{ + include template('stats','lyear'); + exit(); + } +} elseif ($do == 'systemcheck') { + define('ROOT_PATH', dirname(__FILE__)); + $lang=array ( + 'php_version_too_low' => 'php版本太低啦,请先升级php到5.3以上,建议使用php5.4及以上', + 'step_env_check_desc' => '环境以及文件目录权限检查', + 'advice_mysql_connect' => '请检查 mysql 模块是否正确加载', + 'advice_gethostbyname' => '是否 PHP 配置中禁止了 gethostbyname 函数。请联系空间商,确定开启了此项功能', + 'advice_file_get_contents' => '该函数需要 php.ini 中 allow_url_fopen 选项开启。请联系空间商,确定开启了此项功能', + 'advice_xml_parser_create' => '该函数需要 PHP 支持 XML。请联系空间商,确定开启了此项功能', + 'advice_fsockopen' => '该函数需要 php.ini 中 allow_url_fopen 选项开启。请联系空间商,确定开启了此项功能', + 'advice_pfsockopen' => '该函数需要 php.ini 中 allow_url_fopen 选项开启。请联系空间商,确定开启了此项功能', + 'advice_stream_socket_client' => '是否 PHP 配置中禁止了 stream_socket_client 函数', + 'advice_curl_init' => '是否 PHP 配置中禁止了 curl_init 函数', + 'advice_mysql' => '请检查 mysql 模块是否正确加载', + 'advice_fopen' => '该函数需要 php.ini 中 allow_url_fopen 选项开启。请联系空间商,确定开启了此项功能', + 'advice_xml' => '该函数需要 PHP 支持 XML。请联系空间商,确定开启了此项功能', + ); + $filesock_items = array('fsockopen', 'pfsockopen', 'stream_socket_client'); + $env_items = array + ( + '操作系统' => array('c' => 'PHP_OS', 'r' => '不限制', 'b' => 'Linux'), + 'PHP 版本' => array('c' => 'PHP_VERSION', 'r' => '7+', 'b' => 'php7+'), + 'PHP 平台版本' => array('c' => 'PHP_INT_SIZE', 'r' => '32位(32位不支持2G以上文件上传下载)', 'b' => '64位'), + '附件上传' => array('r' => '不限制', 'b' => '50M'), + 'GD 库' => array('r' => '1.0', 'b' => '2.0'), + '磁盘空间' => array('r' => '50M', 'b' => '10G以上'), + 'MySQL数据库持续连接' => array('r' => '不限制', 'b' => '不限制'), + '域名' => array('r' => '不限制', 'b' => '不限制'), + '服务器端口' => array('r' => '不限制', 'b' => '不限制'), + '运行环境' => array('r' => '不限制', 'b' => '不限制'), + '网站根目录' => array('r' => '不限制', 'b' => '不限制'), + '执行时间限制' => array('r' => '不限制', 'b' => '不限制'), + ); + foreach($env_items as $key => $item) { + if($key == 'PHP 版本') { + $env_items[$key]['current'] = PHP_VERSION; + } elseif($key == 'PHP 平台版本') { + $env_items[$key]['current'] = phpBuild64() ? 64 : 32; + } elseif($key == '附件上传') { + $env_items[$key]['current'] = @ini_get('file_uploads') ? ini_get('upload_max_filesize') : 'unknow'; + } elseif($key == 'allow_url_fopen') { + $env_items[$key]['current'] = @ini_get('allow_url_fopen') ? ini_get('allow_url_fopen') : 'unknow'; + } elseif($key == 'GD 库') { + $tmp = function_exists('gd_info') ? gd_info() : array(); + $env_items[$key]['current'] = empty($tmp['GD Version']) ? 'noext' : $tmp['GD Version']; + unset($tmp); + } elseif($key == '磁盘空间') { + if(function_exists('disk_free_space')) { + $env_items[$key]['current'] = floor(disk_free_space(ROOT_PATH) / (1024*1024)).'M'; + } else { + $env_items[$key]['current'] = 'unknow'; + } + } elseif($key == 'PHP 平台版本') { + if (PHP_INT_SIZE === 4) { + $env_items[$key]['current'] ='32位'; + } else if (PHP_INT_SIZE === 8) { + $env_items[$key]['current'] ='64位'; + } else { + $env_items[$key]['current'] ='无法确定架构类型'; + } + }elseif($key == 'MySQL数据库持续连接') { + $env_items[$key]['current'] = @get_cfg_var("mysql.allow_persistent")?"是 ":"否"; + } elseif($key == '域名') { + $env_items[$key]['current'] = GetHostByName($_SERVER['SERVER_NAME']); + } elseif($key == '服务器端口') { + $env_items[$key]['current'] = $_SERVER['SERVER_PORT']; + } elseif($key == '运行环境') { + $env_items[$key]['current'] = $_SERVER["SERVER_SOFTWARE"]; + } elseif($key == '网站根目录') { + $env_items[$key]['current'] = $_SERVER["DOCUMENT_ROOT"]; + } elseif($key == '执行时间限制') { + $env_items[$key]['current'] = ini_get('max_execution_time').'秒'; + } + elseif(isset($item['c'])) { + $env_items[$key]['current'] = constant($item['c']); + } + $env_items[$key]['status'] = 1; + if($item['r'] != 'notset' && strcmp($env_items[$key]['current'], $item['r']) < 0) { + $env_items[$key]['status'] = 0; + } + } + $env_str = ''; + foreach($env_items as $key => $item) { + $status = 1; + $env_str .= "\n"; + $env_str .= "$key\n"; + $env_str .= "$item[r]\n"; + $env_str .= "$item[b]\n"; + $env_str .= ($status ? "" : "").$item['current']."\n"; + $env_str .= "\n"; + } + include template('systemcheck','lyear'); + exit(); +} $appdata=DB::fetch_all("select appname,appico,appurl,identifier from %t where `group`=3 and isshow>0 and `available`>0",array('app_market')); $data=array(); foreach($appdata as $k => $v){ @@ -23,4 +189,119 @@ foreach($appdata as $k => $v){ $v['url']=replace_canshu($v['appurl']); $data[]=$v; } -include template('main'); \ No newline at end of file +if (isset($_G['setting']['template']) && $_G['setting']['template'] === 'lyear') { + $zaixianrenshu = C::app()->session->count(1); + $yonghurenshu = DB::result_first("SELECT COUNT(*) FROM " . DB::table('user') . " WHERE uid"); + $tingyongrenshu = DB::result_first("SELECT COUNT(*) FROM " . DB::table('user') . " WHERE status"); + $wenjiangeshu = DB::result_first("SELECT COUNT(*) FROM " . DB::table('attachment') . " WHERE aid"); + $kongjianshiyong=formatsize(DB::result_first("SELECT SUM(filesize) FROM ".DB::table('attachment'))); + $version = 'V'.CORE_VERSION;//版本信息 + $RELEASE = CORE_RELEASE; + $currentHour = date('G'); + if ($currentHour >= 5 && $currentHour < 12) { + $greeting = "早上好"; + } elseif ($currentHour >= 12 && $currentHour < 18) { + $greeting = "下午好"; + } elseif ($currentHour >= 18 || $currentHour < 5) { + $greeting = "晚上好"; + } + $userstatus = C::t('user_status')->fetch($_G['uid']); + $weekdays = ['日', '一', '二', '三', '四', '五', '六']; + $dateI = date('w'); + $dateInfo = date('Y-n-j H:i') . ' 星期' . $weekdays[$dateI]; +} +include template('main'); +function phpBuild64(){ + if(PHP_INT_SIZE === 8) return true;//部分版本,64位会返回4; + ob_clean(); + ob_start(); + var_dump(12345678900); + $res = ob_get_clean(); + if(strstr($res,'float')) return false; + return true; +} +function getData($time,$starttime,$endtime){ + + $endtime=strtotime($endtime); + $data=array('total'=>array(), + 'add'=>array(), + 'total_d'=>array(), + 'add_d'=>array(), + ); + switch($time){ + case 'month': + $stamp=strtotime($starttime); + $arr=getdate($stamp); + $key=$arr['year'].'-'.$arr['mon']; + $low=strtotime($key); + $up=strtotime('+1 month',$low); + $ltotal=$data['total'][$key]=DB::result_first("select COUNT(*) from %t where regdate<%d",array('user',$up)); + $data['add'][$key]=DB::result_first("select COUNT(*) from %t where regdate<%d and regdate>=%d",array('user',$up,$low)); + $ltotal+=$data['add'][$key]; + while($up<=$endtime){ + $key=dgmdate($up,'Y-m'); + $low=strtotime($key); + $up=strtotime('+1 month',$low); + $data['add'][$key]=DB::result_first("select COUNT(*) from %t where regdate<%d and regdate>=%d",array('user',$up,$low)); + $ltotal+=$data['add'][$key]; + $data['total'][$key]=$ltotal; + } + break; + case 'week': + $stamp=strtotime($starttime); + $arr=getdate($stamp); + $low=strtotime('+'.(1-$arr['wday']).' day',$stamp); + $up=strtotime('+1 week',$low); + $key=dgmdate($low,'m-d').'~'.dgmdate($up-60*60*24,'m-d'); + $ltotal=$data['total'][$key]=DB::result_first("select COUNT(*) from %t where regdate<%d",array('user',$up)); + $data['add'][$key]=DB::result_first("select COUNT(*) from %t where regdate<%d and regdate>=%d",array('user',$up,$low)); + $ltotal+=$data['add'][$key]; + while($up<$endtime){ + $low=$up; + $up=strtotime('+1 week',$low); + $key=dgmdate($low,'m-d').'~'.dgmdate($up-60*60*24,'m-d'); + $data['add'][$key]=DB::result_first("select COUNT(*) from %t where regdate<%d and regdate>=%d",array('user',$up,$low)); + $ltotal+=$data['add'][$key]; + $data['total'][$key]=$ltotal; + } + break; + case 'day': + $low=strtotime($starttime);//strtotime('+'.(1-$arr['hours']).' day',$stamp); + $up=$low+24*60*60; + $key=dgmdate($low,'Y-m-d'); + $ltotal=$data['total'][$key]=DB::result_first("select COUNT(*) from %t where regdate<%d",array('user',$up)); + $data['add'][$key]=DB::result_first("select COUNT(*) from %t where regdate<%d and regdate>=%d",array('user',$up,$low)); + $ltotal+=$data['add'][$key]; + while($up<=$endtime){ + $low=$up; + $up=strtotime('+1 day',$low); + $key=dgmdate($low,'Y-m-d'); + $data['add'][$key]=DB::result_first("select COUNT(*) from %t where regdate<%d and regdate>=%d",array('user',$up,$low)); + $ltotal+=$data['add'][$key]; + $data['total'][$key]=$ltotal; + } + break; + case 'all': + $min=DB::result_first("select min(regdate) from %t where regdate>0",array('user')); + $min-=60; + $max=TIMESTAMP+60*60*8; + $days=($max-$min)/(60*60*24); + if($days<20){ + $time='day'; + $starttime=gmdate('Y-m-d',$min); + $endtime=gmdate('Y-m-d',$max); + }elseif($days<70){ + $time='week'; + $starttime=gmdate('Y-m-d',$min); + $endtime=gmdate('Y-m-d',$max); + }else{ + $time='month'; + $starttime=gmdate('Y-m',$min); + $endtime=gmdate('Y-m',$max); + } + $data=getData($time,$starttime,$endtime); + break; + } + + return $data; +} \ No newline at end of file diff --git a/dzz/appmanagement/template/lyear/lyear_left.htm b/dzz/appmanagement/template/lyear/lyear_left.htm new file mode 100644 index 0000000..830791a --- /dev/null +++ b/dzz/appmanagement/template/lyear/lyear_left.htm @@ -0,0 +1,10 @@ + \ No newline at end of file diff --git a/dzz/appmanagement/template/lyear/main.htm b/dzz/appmanagement/template/lyear/main.htm new file mode 100644 index 0000000..c3bb16a --- /dev/null +++ b/dzz/appmanagement/template/lyear/main.htm @@ -0,0 +1,184 @@ + + + +
    +
    +
    +
    +
    + {$_G['username']},{$greeting} +
    +
    登录时间:,当前时间:{$dateInfo}
    +
    +
    +
    +
    +
    +
    +
    + + + + $zaixianrenshu +
    +
    当前在线数
    +
    +
    +
    +
    +
    +
    +
    + + + + $yonghurenshu +
    +
    用户总数
    +
    +
    +
    +
    +
    +
    +
    + + + + $tingyongrenshu +
    +
    停用人数
    +
    +
    +
    +
    +
    +
    +
    + + + + 点击查看 +
    +
    用户增长统计
    +
    +
    +
    +
    +
    +
    +
    +
    +
    + + + + $wenjiangeshu +
    +
    文件个数
    +
    +
    +
    +
    +
    +
    +
    + + + + $kongjianshiyong +
    +
    空间使用
    +
    +
    +
    +
    +
    +
    +
    + + + + $version +
    +
    Dzz版本
    +
    +
    +
    +
    +
    +
    +
    + + + + $RELEASE +
    +
    版本更新日期
    +
    +
    +
    +
    +
    +
    +
    环境检查
    +
      +
    • +
    • +
    • +
    • +
    +
    + +
    +
    +
    + + + \ No newline at end of file diff --git a/dzz/appmanagement/template/lyear/stats.htm b/dzz/appmanagement/template/lyear/stats.htm new file mode 100644 index 0000000..5ac633b --- /dev/null +++ b/dzz/appmanagement/template/lyear/stats.htm @@ -0,0 +1,112 @@ + + + + +
    +
    + +
    +
    + +
    +
    + + + + +
    +
    + + +
    +
    + + + + + \ No newline at end of file diff --git a/dzz/appmanagement/template/lyear/systemcheck.htm b/dzz/appmanagement/template/lyear/systemcheck.htm new file mode 100644 index 0000000..c06da2b --- /dev/null +++ b/dzz/appmanagement/template/lyear/systemcheck.htm @@ -0,0 +1,19 @@ +
    + + + + + + + + + + + + $env_str + +
    项目DzzOffice 所需配置DzzOffice 最佳当前服务器
    + + + +
    \ No newline at end of file diff --git a/dzz/class/class_UploadHandler.php b/dzz/class/class_UploadHandler.php index 1678cdc..5fc9197 100644 --- a/dzz/class/class_UploadHandler.php +++ b/dzz/class/class_UploadHandler.php @@ -458,6 +458,8 @@ class UploadHandler return 'image/jpeg'; case 'png': return 'image/png'; + case 'webp': + return 'image/webp'; case 'gif': return 'image/gif'; default: diff --git a/dzz/class/class_json.php b/dzz/class/class_json.php index 0cddbdd..5d7dd98 100644 --- a/dzz/class/class_json.php +++ b/dzz/class/class_json.php @@ -153,7 +153,7 @@ class Services_JSON return mb_convert_encoding($utf16, 'UTF-8', 'UTF-16'); } - $bytes = (ord($utf16{0}) << 8) | ord($utf16{1}); + $bytes = (ord($utf16[0]) << 8) | ord($utf16[1]); switch(true) { case ((0x7F & $bytes) == $bytes): @@ -206,17 +206,17 @@ class Services_JSON case 2: // return a UTF-16 character from a 2-byte UTF-8 char // see: http://www.cl.cam.ac.uk/~mgk25/unicode.html#utf-8 - return chr(0x07 & (ord($utf8{0}) >> 2)) - . chr((0xC0 & (ord($utf8{0}) << 6)) - | (0x3F & ord($utf8{1}))); + return chr(0x07 & (ord($utf8[0]) >> 2)) + . chr((0xC0 & (ord($utf8[0]) << 6)) + | (0x3F & ord($utf8[1]))); case 3: // return a UTF-16 character from a 3-byte UTF-8 char // see: http://www.cl.cam.ac.uk/~mgk25/unicode.html#utf-8 - return chr((0xF0 & (ord($utf8{0}) << 4)) - | (0x0F & (ord($utf8{1}) >> 2))) - . chr((0xC0 & (ord($utf8{1}) << 6)) - | (0x7F & ord($utf8{2}))); + return chr((0xF0 & (ord($utf8[0]) << 4)) + | (0x0F & (ord($utf8[1]) >> 2))) + . chr((0xC0 & (ord($utf8[1]) << 6)) + | (0x7F & ord($utf8[2]))); } // ignoring UTF-32 for now, sorry @@ -610,7 +610,7 @@ class Services_JSON } elseif (preg_match('/^\[.*\]$/s', $str) || preg_match('/^\{.*\}$/s', $str)) { // array, or object notation - if ($str{0} == '[') { + if ($str[0] == '[') { $stk = array(SERVICES_JSON_IN_ARR); $arr = array(); } else { diff --git a/dzz/comment/ajax.php b/dzz/comment/ajax.php index 4c8c075..2c6b680 100644 --- a/dzz/comment/ajax.php +++ b/dzz/comment/ajax.php @@ -12,13 +12,11 @@ if (!defined('IN_DZZ')) { } include libfile('function/code'); -$do = trim($_GET['do']); +$do = isset($_GET['do']) ? $_GET['do'] : ''; +$template = isset($_GET['template']) ? $_GET['template'] : ''; $guests = array('getcomment', 'getThread', 'getNewThreads', 'getReply', 'getReplys', 'getUserToJson'); if (empty($_G['uid']) && !in_array($do, $guests)) { include template('common/header_ajax'); - /*echo ""; */ echo '   '.lang('login').''; if( $_G['setting']['regstatus']>0){ echo '   '.lang('register').''; @@ -54,9 +52,12 @@ if (submitcheck('replysubmit')) { $setarr['avatar']=avatar_block($setarr['authorid']); if ($_G['adminid'] == 1 || $_G['uid'] == $setarr['authorid']) $setarr['haveperm'] = 1; - showmessage('do_success', DZZSCRIPT . '?mod=comment', array('data' => rawurlencode(json_encode($setarr)))); + showmessage('comment_success', DZZSCRIPT . '?mod=comment', array('data' => rawurlencode(json_encode($setarr)))); } elseif ($do == 'edit') { $cid = intval($_GET['cid']); + if(!$cid) { + exit('Access Denied'); + } if ($data = C::t('comment') -> fetch($cid)) { $data['message'] = dzzcode($data['message'], 0, 0, 0, 0, 1); if (!$_G['adminid'] == 1 && $_G['uid'] != $data['authorid']) @@ -90,14 +91,17 @@ if (submitcheck('replysubmit')) { } } elseif ($do == 'getcomment') { - $id = getstr($_GET['id'], 60); $idtype = trim($_GET['idtype']); + if(!$id || !$idtype) { + exit('Access Denied'); + } + $modal = intval($_GET['modal']); $page = empty($_GET['page']) ? 1 : intval($_GET['page']); $perpage = 10; $start = ($page - 1) * $perpage; $limit = $start . "-" . $perpage; - $gets = array('mod' => 'comment', 'op' => 'ajax', 'do' => 'getcomment', 'id' => $id, 'idtype' => $idtype, ); + $gets = array('mod' => 'comment', 'op' => 'ajax','template'=> $template, 'do' => 'getcomment', 'id' => $id, 'idtype' => $idtype, 'modal' => $modal); $theurl = BASESCRIPT . "?" . url_implode($gets); $count = C::t('comment') -> fetch_all_by_idtype($id, $idtype, $limit, true); $list = array(); @@ -107,7 +111,10 @@ if (submitcheck('replysubmit')) { $multi = multi($count, $perpage, $page, $theurl, 'pull-right'); } elseif ($do == 'getcommentbycid') { $cid = intval($_GET['cid']); - + if(!$cid) { + exit('Access Denied'); + } + $modal = intval($_GET['modal']); if ($value = C::t('comment') -> fetch($cid)) { $value['message'] = dzzcode($value['message']); $value['dateline'] = dgmdate($value['dateline'], 'u'); @@ -118,7 +125,6 @@ if (submitcheck('replysubmit')) { } $value['replies'] = DB::result_first("select COUNT(*) from %t where pcid=%d", array('comment', $value['cid'])); $value['replys'] = C::t('comment') -> fetch_all_by_pcid($value['cid'], 5); - } } elseif ($do == 'getreplys') { $cid = intval($_GET['cid']); @@ -198,6 +204,9 @@ function atreplacement($matches) { } } } - -include template('ajax'); +if ($template == '1') { + include template('lyear_ajax','lyear'); +} else { + include template('ajax'); +} ?> diff --git a/dzz/comment/config/config.php b/dzz/comment/config/config.php new file mode 100644 index 0000000..a6c8efc --- /dev/null +++ b/dzz/comment/config/config.php @@ -0,0 +1,6 @@ +false, + 'about'=>array('name_en'=>'评论管理', + 'version'=>'V2.0') +); \ No newline at end of file diff --git a/dzz/comment/config/index.htm b/dzz/comment/config/index.htm new file mode 100644 index 0000000..e69de29 diff --git a/dzz/comment/images/comment.css b/dzz/comment/images/comment.css index b36e736..6016a68 100644 --- a/dzz/comment/images/comment.css +++ b/dzz/comment/images/comment.css @@ -407,26 +407,6 @@ a.ui-artZoom-hide:hover span, ._tt_tasklist li .ui-artZoom-hide.title_tttl:hover overflow:hidden; } - -.cancel_cpsw { - text-decoration: none; - display: table-cell; - display: inline-block; - vertical-align: middle; - font: 12px/14px '\5B8B\4F53','\65B0\5B8B\4F53',sans-serif; -} -.cancel_cpsw i { - display: block; - font-style: normal; - font-weight: 400; - padding: 4px 10px; - color: #aaa; - cursor: pointer; -} -.cancel_cpsw:hover i { - color:#08c -} - .itemfeed { font-size: 12px; line-height: 14px; @@ -659,6 +639,9 @@ a.ui-artZoom-hide:hover span, ._tt_tasklist li .ui-artZoom-hide.title_tttl:hover margin-top: 1px; *zoom:1 } +.cmt_fed:hover .btn_acfed{ + display: inline-block; +} .item_cfed { padding: 10px 0 10px 40px; position: relative; diff --git a/dzz/comment/images/folder.css b/dzz/comment/images/folder.css new file mode 100644 index 0000000..84f4501 --- /dev/null +++ b/dzz/comment/images/folder.css @@ -0,0 +1 @@ +.title .asc{background:url(sort_asc.gif) no-repeat;display:inline-block;width:13px;height:6px;position:relative;visibility:hidden;_vertical-align:middle;_margin:15px 0;}.title .col:hover{background-color:#F2F2F2;}.title .desc{background:url(sort_desc.gif) no-repeat;}.item .icon{max-width:24px;max-height:24px;margin-top:-2px;}.col1{float:left;height:51px;line-height:51px;width:10%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;display:flex;align-content:center;flex-wrap:wrap;}.item-block{background:rgba(var(--bs-primary-hover),0.1);}.sharepame-selected{display:inline-block;}.breadcrumb{margin-bottom:0px;float:left;padding-right:100px;border-bottom:none;padding:1.42rem 0px;}.breadcrumb>li+li:before{content:"";}.breadcrumb li a span{padding-left:5px;padding-right:5px;} \ No newline at end of file diff --git a/dzz/comment/images/lyear_comment.css b/dzz/comment/images/lyear_comment.css new file mode 100644 index 0000000..947e1c1 --- /dev/null +++ b/dzz/comment/images/lyear_comment.css @@ -0,0 +1,602 @@ +@charset "utf-8"; +/* CSS atwho */ +.atwho-view { + position:absolute; + top: 0; + left: 0; + display: none; + margin-top: 18px; + background: white; + border: 1px solid #DDD; + border-radius: 3px; + box-shadow: 0 0 5px rgba(0,0,0,0.1); + min-width: 120px; + z-index: 99999; +} + +.atwho-view .cur { + background: #428bca; + color: white; +} +.atwho-view .cur small { + color: white; +} +.atwho-view strong { + color: #428bca; +} +.atwho-view .cur strong { + color: white; + font:bold; +} +.atwho-view ul { + /* width: 100px; */ + list-style:none; + padding:0; + margin:auto; +} +.atwho-view ul li { + display: block; + padding: 5px 10px; + border-bottom: 1px solid #DDD; + cursor: pointer; + /* border-top: 1px solid #C8C8C8; */ +} +.atwho-view ul li img{ + max-height: 24px; +} +.atwho-view small { + font-size: smaller; + color: #777; + font-weight: normal; +} +/*ui-artZoom*/ +.ui-artZoom { + padding: 0 10px 10px 10px; + background: #f9f9f9; + border: solid 1px #D0D9DA +} +.ui-artZoom img { + -ms-interpolation-mode: bicubic +} +.ui-artZoom-toolbar { + height: 36px; + line-height: 26px; + padding: 5px 0 +} +.ui-artZoom-buttons { + display: inline-block; +*display:inline; +*zoom:1; + height: 26px; + line-height: 0; + margin-right: 5px; + outline: 0 +} +.ui-artZoom-loading { + color: gray; + font-size: 12px +} +.ui-artZoom-buttons a{ + display: inline-block; + padding: 5px 15px 5px 0; + font: 12px/1.11 "Microsoft Yahei", Tahoma, Arial, Helvetica, STHeiti; + _font-family: Tahoma, Arial, Helvetica, STHeiti; + -o-font-family: Tahoma, Arial; + _font-size: 12px; + color: #3C3C3D; + white-space: nowrap; + overflow: visible; + cursor: pointer; + text-decoration: none; + outline: 0; + position: relative; + zoom: 1; +*display:inline; +*vertical-align:middle +} +.ui-artZoom-buttons a:hover, .ui-artZoom-buttons ._tt_tasklist li .title_tttl:hover, ._tt_tasklist li .ui-artZoom-buttons .title_tttl:hover { + color: #2d83cf; + text-decoration: none; + background-position: 0 -40px +} +.ui-artZoom-buttons a:active, .ui-artZoom-buttons ._tt_tasklist li .title_tttl:active, ._tt_tasklist li .ui-artZoom-buttons .title_tttl:active { + color: #2d83cf +} +.ui-artZoom-noLoad a.ui-artZoom-left, .ui-artZoom-noLoad ._tt_tasklist li .ui-artZoom-left.title_tttl, ._tt_tasklist li .ui-artZoom-noLoad .ui-artZoom-left.title_tttl, .ui-artZoom-noLoad a.ui-artZoom-right, .ui-artZoom-noLoad ._tt_tasklist li .ui-artZoom-right.title_tttl, ._tt_tasklist li .ui-artZoom-noLoad .ui-artZoom-right.title_tttl { + color: #999; + cursor: default +} +.ui-artZoom-ready .ui-artZoom-loading span { + width: 5px; + overflow: hidden; + visibility: hidden +} +a.ui-artZoom-left, ._tt_tasklist li .ui-artZoom-left.title_tttl { + margin-right: 0; + border-right: 0 +} +a.ui-artZoom-right, ._tt_tasklist li .ui-artZoom-right.title_tttl { + margin-right: 0; + margin-left: 0 +} +a.ui-artZoom-source, ._tt_tasklist li .ui-artZoom-source.title_tttl { + margin-left: 0 +} +a.ui-artZoom-left:active, ._tt_tasklist li .ui-artZoom-left.title_tttl:active, a.ui-artZoom-right:active, ._tt_tasklist li .ui-artZoom-right.title_tttl:active, a.ui-artZoom-source:active, ._tt_tasklist li .ui-artZoom-source.title_tttl:active { + top: 0 +} +.ui-artZoom-buttons a span, .ui-artZoom-buttons ._tt_tasklist li .title_tttl span, ._tt_tasklist li .ui-artZoom-buttons .title_tttl span { + display: inline-block; + width: 12px; + height: 12px; + margin: auto 3px auto auto; + position: relative; + top: 0; +*top:0; + background-image: url(icons.png); + background-repeat: no-repeat; +*font-size:0; + vertical-align: middle +} +a.ui-artZoom-right span, ._tt_tasklist li .ui-artZoom-right.title_tttl span, .ui-artZoom-noLoad .ui-artZoom-buttons a.ui-artZoom-right span, .ui-artZoom-noLoad .ui-artZoom-buttons ._tt_tasklist li .ui-artZoom-right.title_tttl span, ._tt_tasklist li .ui-artZoom-noLoad .ui-artZoom-buttons .ui-artZoom-right.title_tttl span { + background-position: 0 -0 +} +a.ui-artZoom-left span, ._tt_tasklist li .ui-artZoom-left.title_tttl span, .ui-artZoom-noLoad .ui-artZoom-buttons a.ui-artZoom-left span, .ui-artZoom-noLoad .ui-artZoom-buttons ._tt_tasklist li .ui-artZoom-left.title_tttl span, ._tt_tasklist li .ui-artZoom-noLoad .ui-artZoom-buttons .ui-artZoom-left.title_tttl span { + background-position: -12px 0 +} +a.ui-artZoom-hide span, ._tt_tasklist li .ui-artZoom-hide.title_tttl span, .ui-artZoom-noLoad .ui-artZoom-buttons a.ui-artZoom-hide span, .ui-artZoom-noLoad .ui-artZoom-buttons ._tt_tasklist li .ui-artZoom-hide.title_tttl span, ._tt_tasklist li .ui-artZoom-noLoad .ui-artZoom-buttons .ui-artZoom-hide.title_tttl span { + background-position: -36px 0 +} +a.ui-artZoom-source span, ._tt_tasklist li .ui-artZoom-source.title_tttl span { + background-position: -24px 0 +} +a.ui-artZoom-right:hover span, ._tt_tasklist li .ui-artZoom-right.title_tttl:hover span, a.ui-artZoom-right:active span, ._tt_tasklist li .ui-artZoom-right.title_tttl:active span { + background-position: 0 -12px +} +a.ui-artZoom-left:hover span, ._tt_tasklist li .ui-artZoom-left.title_tttl:hover span, a.ui-artZoom-left:active span, ._tt_tasklist li .ui-artZoom-left.title_tttl:active span { + background-position: -12px -12px +} +a.ui-artZoom-source:hover span, ._tt_tasklist li .ui-artZoom-source.title_tttl:hover span, a.ui-artZoom-source:active span, ._tt_tasklist li .ui-artZoom-source.title_tttl:active span { + background-position: -24px -12px +} +a.ui-artZoom-hide:hover span, ._tt_tasklist li .ui-artZoom-hide.title_tttl:hover span, a.ui-artZoom-hide:active span, ._tt_tasklist li .ui-artZoom-hide.title_tttl:active span { + background-position: -36px -12px +} +.ui-artZoom-show { + background: transparent +} +.ui-artZoom-ready .ui-artZoom-photo { + font-size: 0; + line-height: 0 +} +.ui-artZoom-box{line-height:0} +/*ui-artZoom*/ +.comment-page .pagination{ + margin:10px 0; +} +.img_50_50{ + max-width: 50px; + max-height: 50px; +} +* .img_50_50{ + width: expression(this.width > 50 && this.width>=this.height ? 50 : true); + height: expression(this.height > 50 && this.width<=this.height ? 50 : true); +} +.publishsharewrap{ + position:relative; +} +.count_cpsw { + padding: 3px 0; + color: #aaa; + text-align: right; + font-size: 12px; + line-height: 14px; + font-family: Verdana, Arial; +} +.count_cpsw span { + margin: 0; +} +.cur_num_input { + color: #666; +} +.action_cpsw { + text-align: right; +} +.list_acpsw { + float: left; + padding-top: 4px; + padding-left: 1px; + margin: 0; +} +.list_acpsw li { + padding-bottom: 1px; + float: left; + display: inline; + margin-right: 10px; + font: 12px/14px '\5B8B\4F53', '\65B0\5B8B\4F53', sans-serif; + line-height: 20px; +} +.list_acpsw .item_lacpsw { + background-image: url(ico_pub.gif); + background-repeat: no-repeat; + display: inline-block; + text-align: left; + overflow: hidden; + color: #aaa; + text-decoration: none; +} +.ament_lacpsw .item_lacpsw { + background-position: 0 -78px; + padding-left: 12px; +} +.ament_lacpsw .item_lacpsw:hover { + background-position: 0 -119px; + color: #0aa7da; +} +.emotion_lacpsw .item_lacpsw { + background-position: 0 -240px; + padding-left: 19px; +} +.emotion_lacpsw .item_lacpsw:hover { + background-position: 0 -279px; + color: #C63; +} + +.list_acpsw .item_lacpsw { + background-image: url(ico_pub.gif); + background-repeat: no-repeat; + display: inline-block; + text-align: left; + overflow: hidden; + color: #aaa; + text-decoration: none; +} +.at_lacpsw .item_lacpsw { + background-position: 0 -158px; + padding-left: 19px; +} +.at_lacpsw .item_lacpsw:hover { + background-position: 0 -199px; + color: #37B201; +} +.actionUploadAttachment { + width: 136px; + padding: 5px 1px; + border: 1px solid #ccc; + background-color: #fff; + font-family: "5B8B\4F53"; + font-size: 12px; + line-height: 14px; + position: absolute; + left: 0; + z-index: 998; +} +.actionUploadAttachment .local_auatth a{ + background-position: 10px 9px; +} +.actionUploadAttachment a { + color: #666; + text-decoration: none; + padding: 8px 0 8px 30px; + text-align: left; + display: block; + background: url(ico_upload.gif) no-repeat; +} +.actionUploadAttachment .own_auatth a, .actionUploadAttachment .own_auatth ._tt_tasklist li .title_tttl, ._tt_tasklist li .actionUploadAttachment .own_auatth .title_tttl { + background-position: 10px -24px; +} +.actionUploadAttachment a:hover, .actionUploadAttachment ._tt_tasklist li .title_tttl:hover, ._tt_tasklist li .actionUploadAttachment .title_tttl:hover { + background-color: #f0efef; + color: #666; +} +.actionUploadAttachment .hover_local_auatth a, .actionUploadAttachment .hover_local_auatth ._tt_tasklist li .title_tttl, ._tt_tasklist li .actionUploadAttachment .hover_local_auatth .title_tttl { + background-color: #f0efef; + color: #666; +} +.local_auatth input { + position: absolute; + top: 0; + right: 0; + margin: 0; + opacity: 0; + -ms-filter: 'alpha(opacity=0)'; + font-size: 200px; + direction: ltr; + cursor: pointer; + width:150px; + height:50px; +} +.down_quna_cpsw { + padding-right: 12px; + background: url(ico_pub.gif) no-repeat right -318px; + display: inline-block; +} +.quna_cpsw { + margin-right: 10px; + color: #666; + vertical-align: middle; + cursor: pointer; + font: 12px/14px Verdana, '\5B8B\4F53', '\65B0\5B8B\4F53', sans-serif; +} + +.attachmentContainer { + text-align: left; + zoom: 1; + padding-top:8px; +} +.attachment_previewer{ + margin-right:20px; + float:left; + width:180px; + overflow:hidden +} +.attachmentviewbox p { + margin: 0 ; +} +.view_attvb { + padding: 10px 0; + font-size: 12px; + line-height: 22px; +} +.view_attvb span { + color: #aaa; + margin-left: 5px; +} +.ico_vattvb { + float: left; + margin-right: 10px; + min-height:50px; +} +.ico_name{ + height:25px; + overflow:hidden; +} +.dateline_fed { + padding: 4px 5px 4px 27px; + font: 12px/14px Verdana, "\5B8B\4F53", "\65B0\5B8B\4F53", sans-serif; + color: #aaa; + background: url(lock_line.gif) no-repeat 0 0; + position: relative; + float: right +} +.main_fed{ + min-height:60px; +} +.action_mfed { + height: 26px; + color: #aaa; + padding: 10px 0 0; + position: relative; + z-index: 2 +} +.btn_amfed { + float: right; + display:none; +} +.main_fed:hover .btn_amfed { + display:inline-block +} +.btn_amfed li { + float: left; + display: inline; + margin-left: 10px; + line-height: 0 +} +.btn_amfed a { + line-height: 14px; + text-decoration: none; + color: #aaa; + font-size: 12px +} +.btn_amfed i { + font-style: normal +} +.reply_bamfed a { + height: auto\0; +*height:auto +} +.reply_bamfed a i { + line-height: 12px\0; + cursor: pointer +} +.from_fed { + margin-left: 10px; + text-decoration: none; + color: #aaa +} +.comment_fed { + border-top: 1px solid #e1e1e1 +} +.count_fed { + margin: 0 5px +} +.count_fed a { + color: #aaa; + text-decoration: none +} +.count_fed a:hover { + background-position: right -162px; + color: #145c98 +} +.txt_cfed i { + width: 4px; + height: 14px; + margin-left: 4px; + background: url(ico_feed.png) no-repeat 0 -26px; + display: inline-block; + vertical-align: middle +} +.txt_cfed a:hover i { + background-position: 0 -51px +} +.txt_cfed .cur i { + background-position: -25px -26px +} +.txt_cfed .cur:hover i { + background-position: -25px -51px +} +.corner_lfed { + margin-top: -6px; + text-align: right; + _margin-top: -14px; + line-height: 0 +} +.corner_lfed span { + width: 11px; + height: 6px; + margin-right: 4px; + background: url(comment_triangle.gif) no-repeat bottom center; + display: inline-block +} +.item .list_fed { + padding-left: 60px +} +.item_cfed { + padding: 10px 0 10px 40px; + position: relative; + height: auto!important; + height: 30px; + min-height: 30px +} +.left_icfed { + width: 30px; + height: 30px; + position: absolute; + top: 8px; + left: 0; + overflow: hidden +} +.master_cfed { + color: #666; + font-size: 12px; + line-height: 20px; + margin-top: -4px; + word-break: break-all; + word-wrap: break-word +} + +.dehua_mcfed { + font-weight: 700; + cursor: pointer +} +.dehua_mcfed:hover { + color: #2d83cf +} +.action_cfed { + height: 18px; + color: #aaa; + padding-top: 5px +} +.action_cfed .lock_fed { + margin-right: 2px +} +.btn_acfed { + float: right; + display: none +} +.btn_acfed li { + float: left; + display: inline; + height: 18px; + line-height: 18px; + margin-left: 10px +} +.img_pfed .txt_ipfed { + padding: 2px 5px; + border: 1px solid #aaa; + display: inline-block +} +.img_pfed .artZoom { + display: block; + border: solid 1px #d0d9da; + padding: 3px +} + +.name_pfed { + padding-top: 5px; + line-height: 20px +} +.kb_pfed { + color: #aaa; + padding-left: 5px +} +.file_ffed { + float: left; + margin-right: 10px; + margin-top: 3px +} + + +.sllt { + padding: 4px; + border: 1px solid; + min-width: 60px; + border-color: #DDD; + background: #FEFEFE; + box-shadow: 1px 2px 2px rgba(0,0,0,0.3); +} +.sllt { padding: 5px !important; } +.sllt .sllt-wrap{ + width:288px; + height:188px; +} +.sllt td { padding: 6px; border: none; cursor: pointer; } +.sllt_p { *float: left; text-align: right; } + .sllt_p a { margin-right: 5px; font-size:12px;} +.sl_pv { margin-top: 5px; padding: 8px; background: #FAFAFA; border: 1px solid #CCC; } +.ie6 .slg, .ie7 .slg { width: expression(this.parentNode.offsetWidth); } + +.lyear-message-list { +} +.lyear-message-list > li { + border-bottom: 1px solid rgba(77, 82, 89, 0.05); + margin-bottom: 10px; +} +.lyear-message-list .lyear-message-item .lyear-message-item { + padding-top: 10px; + padding-bottom: 10px; +} +.lyear-message-list li:last-child .lyear-message-item { + padding-bottom: 0px; +} +.lyear-message-form { + position: relative; + display: -webkit-box; + display: flex; + -webkit-box-align: center; + align-items: center; + padding-top: 10px; +} +.lyear-message-list .lyear-message-form { + padding-bottom: 10px; +} +.lyear-message-form .form-control { + margin: 0px 10px; +} +.lyear-message-form .form-control:focus { + box-shadow: none; +} +.lyear-message-form .mdi { + font-size: 20px; + color: #4d5259; +} +.message-btn-close { + display: none; +} +.attachment .list-group-item:hover { + color: #495057; + text-decoration: none; + background-color: #f8f9fa; +} + +.attachoffer { + background: #fff; + border: 1px solid #ebebeb; + box-shadow: 0 1px 15px 1px rgba(77, 82, 89, .075); + margin: 15px 0; + overflow: hidden; + border-color: #eff2f7; +} +.attachoffer:hover { + background: #f8f9fa; +} \ No newline at end of file diff --git a/admin/filemanage/images/sort_asc.gif b/dzz/comment/images/sort_asc.gif similarity index 100% rename from admin/filemanage/images/sort_asc.gif rename to dzz/comment/images/sort_asc.gif diff --git a/admin/filemanage/images/sort_desc.gif b/dzz/comment/images/sort_desc.gif similarity index 100% rename from admin/filemanage/images/sort_desc.gif rename to dzz/comment/images/sort_desc.gif diff --git a/dzz/comment/index.php b/dzz/comment/index.php new file mode 100644 index 0000000..6ae24e1 --- /dev/null +++ b/dzz/comment/index.php @@ -0,0 +1,118 @@ +fetch_by_identifier($type); + $navtitle = $appidxu['appname'] . ' - ' . $navtitle; + } + } + $limitsql = 'limit ' . $start . ',' . $limit; + if ($_G['adminid']) { + $whereClause = $sql; + } else { + $whereClause = "authorid = $uid AND $sql"; + } + $count = DB::result_first("SELECT COUNT(*) FROM " . DB::table('comment') . " WHERE $whereClause", $param); + if ($count) { + $data = DB::fetch_all("SELECT * FROM " . DB::table('comment') . " WHERE $whereClause $order $limitsql", $param); + } + $list = array(); + $id = $start + 1; + foreach ($data as $value) { + $user=getuserbyuid($value['edituid']); + $list[] = [ + "id" => $id++, + "authorid" => $value['author'], + "ip" => $value['ip'], + "xtllq" => $value['xtllq'], + "dateline" => dgmdate($value['dateline'], 'Y-n-j H:i:s'), + "cid" => $value['cid'], + "edittime" => $value['edittime'] ? dgmdate($value['edittime'], 'Y-n-j H:i:s') : null, + "edituid" => $user['username'], + "message" => $value['message'], + "fid" => $value['id'], + "idtype" => $value['idtype'] + ]; + } + $return = [ + "code"=> 0, + "msg"=> "", + "count"=> $count? $count : 0, + "data" => $list? $list : [], + ]; + $jsonReturn = json_encode($return); + if ($jsonReturn === false) { + $errorMessage = json_last_error_msg(); + $errorResponse = [ + "code" => 1, + "msg" => "JSON 编码失败,请刷新重试: " . $errorMessage, + "count" => 0, + "data" => [], + ]; + exit(json_encode($errorResponse)); + } + exit($jsonReturn); +} elseif ($do == 'delete') { + $cid = isset($_GET['cid']) ? trim($_GET['cid']) : ''; + $cids = explode(',', $cid); + foreach ($cids as $cid) { + $data = C::t('comment') -> fetch($cid); + if ($_G['adminid'] != 1 && $_G['uid'] != $data['authorid']){ + exit(json_encode(array('msg' => lang('privilege')))); + } + C::t('comment') -> delete_by_cid($cid); + } + exit(json_encode(array('msg' => 'success'))); +} else { + //获取通知包含类型 + $searchappid = array(); + foreach (DB::fetch_all("select distinct(module) from %t where authorid = %d", array('comment', $_G['uid'])) as $v) { + $searchappid[] = $v['module']; + } + $searchcats = array(); + if ($searchappid) { + foreach (DB::fetch_all("select appname,identifier,appico from %t where identifier in(%n)", array('app_market', $searchappid)) as $v) { + $searchcats[] = array('identifier' => $v['identifier'], 'appname' => $v['appname'], 'appico' => $_G['setting']['attachurl'] . $v['appico']); + } + } + include template('list'); +} +?> \ No newline at end of file diff --git a/dzz/comment/language/index.htm b/dzz/comment/language/index.htm new file mode 100644 index 0000000..e69de29 diff --git a/dzz/comment/language/zh-cn/index.htm b/dzz/comment/language/zh-cn/index.htm new file mode 100644 index 0000000..e69de29 diff --git a/dzz/comment/language/zh-cn/lang.php b/dzz/comment/language/zh-cn/lang.php new file mode 100644 index 0000000..44d3805 --- /dev/null +++ b/dzz/comment/language/zh-cn/lang.php @@ -0,0 +1,6 @@ +'评论管理', +); + +?> \ No newline at end of file diff --git a/dzz/comment/scripts/comment.js b/dzz/comment/scripts/comment.js index 934fe31..3126175 100644 --- a/dzz/comment/scripts/comment.js +++ b/dzz/comment/scripts/comment.js @@ -71,9 +71,9 @@ for(var i in arr['attachs']){ html+='
    '; html+='
    '; html+=' '; html+='
    '; html+=' '+arr['dateline']; @@ -325,9 +325,9 @@ function feed_attach_saveto(qid){ showWindow('saveto','index.php?mod=system&op=filewindow&type=2','get','0',function(fid,data){ jQuery.post(url,{fid:fid},function(json){ if(json.error){ - showmessage(json.error,'danger',3000,1); + showmessage(json.error,'danger','3000',1); }else{ - showmessage(__lang.savetosuccess+data.relativepath+json.filename,'success',3000,1); + showmessage(__lang.savetosuccess+data.relativepath+json.filename,'success','3000',1); } },'json'); }); diff --git a/dzz/comment/scripts/lyear_comment.js b/dzz/comment/scripts/lyear_comment.js new file mode 100644 index 0000000..1af061a --- /dev/null +++ b/dzz/comment/scripts/lyear_comment.js @@ -0,0 +1,342 @@ + +function feed_publish(arr,tid,targetid){ +var html='' + html+=''; + if(targetid && jQuery('#'+targetid).length){ + var el=jQuery('#'+targetid+' > .itemfeed:first'); + if(el.length>0) el.before(html); + else jQuery('#'+targetid).html(html); + }else{ + var el=jQuery('#comment_container > .itemfeed:first'); + if(el.length>0) el.before(html); + else jQuery('#comment_container').html(html); + } + jQuery('#comment_'+arr['cid']).slideDown(500); + jQuery('#publish_submit_'+tid).removeAttr('disabled'); + jQuery('#message_'+tid).val(jQuery('#message_'+tid).attr('tip')); + jQuery('#attachmentViewBox_'+tid).empty(); + jQuery('#comment_'+arr['cid']+' img[data-original]').dzzthumb(); + try{ + callback_by_comment('comment_'+arr['cid'],'add'); + }catch(e){} +} + +function feed_reply(arr){ + var html=''; + html+='
  • '; + html+='
    '; + html+=' '+arr['avatar']+' '; + html+='
    '; + html+=' '+arr['author']+''; + if(arr['rpost']){ + html+=''+__lang.reply+''+arr['rpost']['author']+''; + } + html+='
    '+arr['dateline']+' '+arr['xtllq']+' '+arr['ip']; + html+=''; + if(arr['haveperm']>0){ + html+=' '+__lang.delete+''+' '; + } + html+=' '+__lang.reply+''; + html+='

    '+arr['message']+'

    '; + if(arr['attachs']){ + html+='
    '; + for(var i in arr['attachs']){ + var attach=arr['attachs'][i]; + html+='
    '; + html+='
    '; + html+='
    '; + html+='
    '+attach['title']+''+attach['title']; + if(attach['filesize']){ + html+='('+attach['filesize']+')'; + } + html+='
    '; + if(attach.preview>0){ + html+=''+__lang.preview+''; + } + if(attach.type=='dzzdoc' || attach.type=='link'){ + + } else { + html+=''+__lang.download; + if(attach.downloads>0){ + html+='('+attach['downloads']+__lang.degree+')'; + } + html+=''; + html+=''+__lang.js_saved_my_documents+' '; + } + html+='
    '; + html+='
    '; + html+='
    '; + html+='
    '; + } + html+='
    '; + } + html+='
    '; + html+='
    '; + html+='
  • '; + if(!document.getElementById('reply_list_'+arr['pcid'])){ + var html1=''; + html1+='
    '+html+'
    '; + jQuery('#comment_reply_'+arr['pcid']).html(html1); + }else{ + jQuery('#reply_list_'+arr['pcid']).find('.cmt_fed:first').before(html); + } + var replysum=parseInt(jQuery('#comment_reply_'+arr['pcid']+' .txt_cfed .num_cfed').html()); + if(replysum>0) jQuery('#comment_reply_'+arr['pcid']+' .txt_cfed .num_cfed').html(replysum+1); + jQuery('#message_'+arr['pcid']).val(''); + jQuery('#pulish_submit_'+arr['pcid']).removeAttr('disabled'); + jQuery('#reply_publish_'+arr['pcid']).slideUp(500); + jQuery('#attachmentViewBox_'+arr['pcid']).empty(); + jQuery('#comment_'+arr['cid']+' img[data-original]').dzzthumb(); + +} +function getReplyForm(tid,pid,allowattach,allowat,allowsmiley){ + jQuery('#comment_container .publishsharewrap').hide(); + if(!document.getElementById('reply_publish_'+tid)){ + var el = jQuery('
    ').appendTo('#comment_'+tid); + ajaxget(DZZSCRIPT+'?mod=comment&op=ajax&do=getReplyForm&template=1&cid='+tid+'&allowattach='+allowattach+'&allowat='+allowat+'&allowsmiley='+allowsmiley,'reply_publish_'+tid,'reply_publish_'+tid,'','',function(){ + var el=jQuery('#reply_who_'+tid); + if(pid>0){ + el.find('.toname_wcpsw').html(jQuery('#comment_'+pid+' .avatar_mcfed').html()); + el.show(); + jQuery('#reply_pid_'+tid).val(pid); + }else{ + el.hide(); + jQuery('#reply_pid_'+tid).val('0'); + } + jQuery('#comment_'+tid+' textarea[name="message"]').val('').focus(); + }); + }else{ + var el=jQuery('#reply_who_'+tid); + if(pid>0){ + el.find('.toname_wcpsw').html(jQuery('#comment_'+pid+' .avatar_mcfed').html()); + el.show(); + jQuery('#reply_pid_'+tid).val(pid); + }else{ + el.hide(); + jQuery('#reply_pid_'+tid).val('0'); + } + jQuery('#reply_publish_'+tid).find('.publishsharewrap').show().end().slideDown(500); + jQuery('#comment_'+tid+' textarea[name="message"]').val('').focus(); + } + +} + +function feed_edit(cid,allowattach,allowat,allowsmiley){ + showWindow('publish_edit_'+cid,DZZSCRIPT+'?mod=comment&op=ajax&do=edit&template=1&cid='+cid+'&allowattach='+allowattach+'&allowat='+allowat+'&allowsmiley='+allowsmiley); +} +function feed_edit_finish(cid,allowattach,allowat,allowsmiley){ + jQuery.get(DZZSCRIPT+'?mod=comment&op=ajax&do=getcommentbycid&template=1&cid='+cid+'&allowattach='+allowattach+'&allowat='+allowat+'&allowsmiley='+allowsmiley,function(html){ + jQuery('#comment_'+cid).replaceWith(html); + + }); +} +function feed_delete(cid,domid,tid){ + var msg=''; + if(tid){ + msg=__lang.sure_want_delete_comment; + }else{ + msg=__lang.sure_want_delete_all_comment; + } + showDialog(msg, 'confirm','', function(){ + jQuery.getJSON(DZZSCRIPT+'?mod=comment&op=ajax&do=delete&cid='+cid,function(json){ + jQuery('#'+domid).slideUp(500,function(){ + if(json.msg=='success') { + showmessage('删除成功', 'success', '3000', 1); + } + jQuery(this).remove(); + if(tid){ + var replysum=parseInt(jQuery('#comment_reply_'+tid+' .txt_cfed .num_cfed').html()); + if(replysum>0) jQuery('#comment_reply_'+tid+' .txt_cfed .num_cfed').html(replysum-1); + } + }); + try{ + callback_by_comment(domid,'delete'); + }catch(e){} + }); + }); +} +function feed_addAttach(arr,el,tid){ + var html=''; + html+='
    '; + html+='
    '; + html+='
    '; + if(arr['isimage']){ + html+='
    '+arr['filename']+'
    '; + }else{ + html+='
    '+arr['filename']+'
    '; + } + html+='
    '; + html+='
    '+arr['filename']+'
    '; + html+=' '+__lang.del_adjunct+''; + html+=' '; + html+=' '; + html+=' '; + html+=' '; + html+=' '; + html+='
    '; + html+='
    '; + html+='
    '; + html+='
    '; + + el.replaceWith(html); + check_attach_share_tid(tid); +} +function feed_downAttach(qid){ + var url=DZZSCRIPT+'?mod=comment&op=down&qid='+qid; + if(BROWSER.ie){ + window.open(url); + }else{ + if(!window.frames['hidefram']) jQuery('').appendTo('body'); + window.frames['hideframe'].location=url; + } +} +function feed_attach_saveto(qid){ + var url=DZZSCRIPT+'?mod=comment&op=saveto&qid='+qid; + showWindow('saveto','index.php?mod=system&op=filewindow&type=2','get','0',function(fid,data){ + jQuery.post(url,{fid:fid},function(json){ + if(json.error){ + showmessage(json.error,'danger','3000',1); + }else{ + showmessage(__lang.savetosuccess+data.relativepath+json.filename,'success','3000',1); + } + },'json'); + }); +} +function feed_attach_preview(qid){ + var url=DZZSCRIPT+'?mod=comment&op=preview&qid='+qid; + if(!top._config) window.open(url); + else{ + if(!window.frames['hidefram']) jQuery('').appendTo('body'); + window.frames['hideframe'].location=url; + } +} + +function check_attach_share_tid(tid){ + if(!tid) tid='0'; + var sum=jQuery('#attachmentViewBox_'+tid).find('.attachment_previewer').length; + var val=jQuery('#message_'+tid).val(); + var reg=/^__lang.share_the(\d+)__lang.js_a_file/ig; + if(sum<1){ + if(val!='') jQuery('#message_'+tid).val(val.replace(reg,'')); + }else{ + if(val=='' || val==jQuery('#message_'+tid).attr('tip')){ + jQuery('#message_'+tid).val(__lang.share_the+sum+__lang.js_a_file); + }else{ + jQuery('#message_'+tid).val(val.replace(reg,__lang.share_the+sum+__lang.js_a_file)); + } + } + check_publish_enable(tid); + jQuery('#message_'+tid).focus().caret('pos',document.getElementById('message_'+tid).value.length); + return sum; +} +function removeAttach(el,tid){ + el.slideUp(500,function(){jQuery(this).remove();check_attach_share_tid(tid);}); + +} + +//从桌面选择文件 +function uploadfrom_desktop(tid){ + if(!tid) tid='0'; + try{ + var openexts = { + attach:[__lang.typename_attach,["ATTACH","IMAGE","DOCUMENT","VIDEO","LINK","DZZDOC"],""], + image:[__lang.typename_image+"(*.jpg,*.jpeg,*.png,*.gif)",["IMAGE","JPG","JPEG","PNG","GIF"],""] + }; + var exts=JSON.stringify(openexts); + exts = exts.replace(/\"/g,'"'); + exts = exts.replace(/\(/g,'|'); + exts = exts.replace(/\)/g,'$'); + exts = encodeURIComponent(exts); + showWindow('openfile', 'index.php?mod=system&op=filewindow&handlekey=svaefile&mulitype=1&exts='+exts+'&callback=opencallback', 'get', '0',function(data){//只打开本地盘 + var datas=data; + for(var i in datas){ + var arr=datas[i]; + var html=''; + html+='
    '; + html+='
    '; + html+='
    '; + html+='
    '+arr['name']+'
    '; + html+='
    '; + html+='
    '+arr['name']+'
    '; + html+=' '+__lang.del_adjunct+''; + if(arr['type']=='image' || arr['type']=='attach' || arr['type']=='document'){ + html+=' '; + html+=' '; + html+=' '; + html+=' '; + }else{ + html+=' '; + html+=' '; + html+=' '; + html+=' '; + } + html+=' '; + html+=' '; + + html+='
    '; + html+='
    '; + html+='
    '; + html+='
    '; + jQuery('#attachmentViewBox_'+tid).append(html); + check_attach_share_tid(tid); + } + }); + }catch(e){ + + } +} + +function check_publish_enable(tid){ + //统计字数 + if(!tid) tid='0'; + var str=document.getElementById('message_'+tid).value.replace(/[\r\n]/i,''); + var length=mb_strlen(str); + if(length>1000){ + length=1000-length; + } + document.getElementById('num_input_'+tid).innerHTML=length; + if(length>0 && length<1000){ + jQuery('#publish_submit_'+tid).removeAttr('disabled','true'); + jQuery('#publish_submit_'+tid).removeClass('disabled'); + }else{ + jQuery('#publish_submit_'+tid).attr('disabled','true'); + jQuery('#publish_submit_'+tid).addClass('disabled'); + } +} \ No newline at end of file diff --git a/dzz/comment/template/ajax.htm b/dzz/comment/template/ajax.htm index cebb609..6075b17 100644 --- a/dzz/comment/template/ajax.htm +++ b/dzz/comment/template/ajax.htm @@ -1,12 +1,16 @@ - - + + + + + - - + + + + + + + + - diff --git a/dzz/comment/template/edit_form.htm b/dzz/comment/template/edit_form.htm index 67a0d5e..5776683 100644 --- a/dzz/comment/template/edit_form.htm +++ b/dzz/comment/template/edit_form.htm @@ -1,9 +1,8 @@ - - +
    @@ -21,7 +20,7 @@
    - +
    0/1000
    @@ -44,8 +43,8 @@ - {lang cancel} - + {lang cancel} +
    @@ -108,7 +107,7 @@ function errorhandle_{$_GET[handlekey]}(url, message, values) { hideWindow('{$_GET[handlekey]}'); } - var attachextensions='{eval echo implode('|',$space[attachextensions]);}'; + var attachextensions='{eval echo implode('|',$space['attachextensions']);}'; if(attachextensions=='') attachextensions="\.*$"; else attachextensions="(\.|\/)("+(attachextensions)+")$"; jQuery('#fileupload_edit_{$cid}').fileupload({ diff --git a/dzz/comment/template/header_search.htm b/dzz/comment/template/header_search.htm new file mode 100644 index 0000000..4bb4618 --- /dev/null +++ b/dzz/comment/template/header_search.htm @@ -0,0 +1,18 @@ + + + + \ No newline at end of file diff --git a/dzz/comment/template/list.htm b/dzz/comment/template/list.htm new file mode 100644 index 0000000..7a295ce --- /dev/null +++ b/dzz/comment/template/list.htm @@ -0,0 +1,288 @@ + + + + + + + +
    +
    +
    +
    + +
    + + +
    +
    +
    +
    + + + + + + + + + + + + \ No newline at end of file diff --git a/dzz/comment/template/lyear/lyear_ajax.htm b/dzz/comment/template/lyear/lyear_ajax.htm new file mode 100644 index 0000000..0bf4e52 --- /dev/null +++ b/dzz/comment/template/lyear/lyear_ajax.htm @@ -0,0 +1,112 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dzz/comment/template/lyear/lyear_edit_form.htm b/dzz/comment/template/lyear/lyear_edit_form.htm new file mode 100644 index 0000000..13dba42 --- /dev/null +++ b/dzz/comment/template/lyear/lyear_edit_form.htm @@ -0,0 +1,170 @@ + + +
    +
    + + + + + + + + + +
    + +
    + + diff --git a/dzz/comment/template/lyear/lyear_left.htm b/dzz/comment/template/lyear/lyear_left.htm new file mode 100644 index 0000000..360a74a --- /dev/null +++ b/dzz/comment/template/lyear/lyear_left.htm @@ -0,0 +1,12 @@ + \ No newline at end of file diff --git a/dzz/comment/template/lyear/lyear_publish_form.htm b/dzz/comment/template/lyear/lyear_publish_form.htm new file mode 100644 index 0000000..8caa33c --- /dev/null +++ b/dzz/comment/template/lyear/lyear_publish_form.htm @@ -0,0 +1,218 @@ + +
    + +
    + + + + + + + + + + + +
    0/1000
    +
    +
      + +
    • + {lang typename_attach}/{lang photo} + +
    • + + +
    • {lang colleague}
    • + + +
    • {lang face}
    • + + +
    + {lang publish} +
    +
    +
    + +
    + + diff --git a/dzz/comment/template/lyear/lyear_reply_form.htm b/dzz/comment/template/lyear/lyear_reply_form.htm new file mode 100644 index 0000000..3dc7b29 --- /dev/null +++ b/dzz/comment/template/lyear/lyear_reply_form.htm @@ -0,0 +1,188 @@ +
    + +
    + + + + + + + + + + + +
    {lang reply} {lang close}
    + +
    0/1000
    +
    + + {lang cancel} + +
    +
    +
    + +
    + + + diff --git a/dzz/comment/template/lyear/lyear_reply_item.htm b/dzz/comment/template/lyear/lyear_reply_item.htm new file mode 100644 index 0000000..c120484 --- /dev/null +++ b/dzz/comment/template/lyear/lyear_reply_item.htm @@ -0,0 +1,47 @@ +
  • + +
    + {eval echo avatar_block($value1[authorid],'','img-avatar img-avatar-48');} +
    + $value1[author] + + {lang reply} + $value1[rpost][author] + +
    $value1[dateline] $value1[xtllq] $value1[ip] + + +  {lang delete} + + +  {lang reply} + + +
    +

    $value1[message]

    + +
    + +
    +
    +
    +
    $attach[title]$attach[title]($attach['filesize'])
    + +
    +
    +
    + +
    + +
    +
    +
  • \ No newline at end of file diff --git a/dzz/comment/template/lyear/lyear_thread_item.htm b/dzz/comment/template/lyear/lyear_thread_item.htm new file mode 100644 index 0000000..75521a0 --- /dev/null +++ b/dzz/comment/template/lyear/lyear_thread_item.htm @@ -0,0 +1,65 @@ +
  • + +
    + {eval echo avatar_block($value[authorid],'','img-avatar img-avatar-48');} +
    + $value[author] +
    $value[dateline] $value[xtllq] $value[ip] + + +  {lang delete} + + +  {lang reply} + + +
    +

    $value[message]

    + +
    + +
    +
    +
    +
    + $attach[title]$attach[title]($attach['filesize']) +
    + +
    +
    +
    + +
    + +
      + + + + +
      + + + + +
      + +
    +
    +
    +
  • \ No newline at end of file diff --git a/dzz/comment/template/lyear_left.htm b/dzz/comment/template/lyear_left.htm new file mode 100644 index 0000000..360a74a --- /dev/null +++ b/dzz/comment/template/lyear_left.htm @@ -0,0 +1,12 @@ + \ No newline at end of file diff --git a/dzz/comment/template/publish_form.htm b/dzz/comment/template/publish_form.htm index 68a036b..9bfdae4 100644 --- a/dzz/comment/template/publish_form.htm +++ b/dzz/comment/template/publish_form.htm @@ -115,7 +115,7 @@ jQuery(document).ready(function(e) { jQuery('#message_{$idtype}_{$id}').TextAreaExpander(25,99999); - var attachextensions='{eval echo implode('|',$space[attachextensions]);}'; + var attachextensions='{eval echo implode('|',$space['attachextensions']);}'; if(attachextensions=='') attachextensions="\.*$"; else attachextensions="(\.|\/)("+(attachextensions)+")$"; jQuery('#fileupload_{$idtype}_{$id}').fileupload({ diff --git a/dzz/comment/template/reply_form.htm b/dzz/comment/template/reply_form.htm index 8f284cd..9e4547c 100644 --- a/dzz/comment/template/reply_form.htm +++ b/dzz/comment/template/reply_form.htm @@ -46,8 +46,8 @@ - {lang cancel} - + {lang cancel} +
    @@ -89,7 +89,7 @@ }); - var attachextensions='{eval echo implode('|',$space[attachextensions]);}'; + var attachextensions='{eval echo implode('|',$space['attachextensions']);}'; if(attachextensions=='') attachextensions="\.*$"; else attachextensions="(\.|\/)("+(attachextensions)+")$"; jQuery('#fileupload_{$cid}').fileupload({ diff --git a/dzz/comment/template/reply_item.htm b/dzz/comment/template/reply_item.htm index 17de010..78d864e 100644 --- a/dzz/comment/template/reply_item.htm +++ b/dzz/comment/template/reply_item.htm @@ -84,15 +84,15 @@ diff --git a/dzz/comment/template/thread_item.htm b/dzz/comment/template/thread_item.htm index 357877c..5949c3b 100644 --- a/dzz/comment/template/thread_item.htm +++ b/dzz/comment/template/thread_item.htm @@ -75,17 +75,14 @@
    diff --git a/dzz/config/config.php b/dzz/config/config.php index cb6fd60..a7af37f 100644 --- a/dzz/config/config.php +++ b/dzz/config/config.php @@ -1,5 +1,5 @@ false, - 'allow_view'=>0 + 'allow_view'=>0, ); \ No newline at end of file diff --git a/dzz/connect/ajax.php b/dzz/connect/ajax.php index d66b0ed..4e054a4 100644 --- a/dzz/connect/ajax.php +++ b/dzz/connect/ajax.php @@ -81,13 +81,13 @@ if($_GET['do']=='delete'){ $bz=trim($_GET['bz']); $id=intval($_GET['id']); $cloud=DB::fetch_first("select * from %t where bz=%s",array('connect',$bz)); - $pfid=DB::result_first("select fid from ".DB::table('folder')." where uid='{$_G[uid]}' and flag='desktop'"); + $pfid=DB::result_first("select fid from ".DB::table('folder')." where uid='{$_G['uid']}' and flag='desktop'"); if($bz=='dzz'){ $icoarr=array( 'uid'=>$_G['uid'], 'username'=>$_G['username'], - 'oid'=>DB::result_first("select fid from ".DB::table('folder')." where flag='home' and uid='{$_G[uid]}'"), + 'oid'=>DB::result_first("select fid from ".DB::table('folder')." where flag='home' and uid='{$_G['uid']}'"), 'name'=>$cloud['name'], 'type'=>'folder', 'flag'=>'home', @@ -121,7 +121,7 @@ if($_GET['do']=='delete'){ echo json_encode(array('error'=>lang('object_exist_been_deleted'))); exit(); } - $pfid=DB::result_first("select fid from ".DB::table('folder')." where uid='{$_G[uid]}' and flag='desktop'"); + $pfid=DB::result_first("select fid from ".DB::table('folder')." where uid='{$_G['uid']}' and flag='desktop'"); $icoarr=array( 'uid'=>$_G['uid'], 'username'=>$_G['username'], diff --git a/dzz/connect/index.php b/dzz/connect/index.php index e1e945f..6cdcab4 100644 --- a/dzz/connect/index.php +++ b/dzz/connect/index.php @@ -38,12 +38,12 @@ while($value=DB::fetch($query)){ 'type'=>'folder', 'pfid'=>0, - 'oid'=>DB::result_first("select fid from ".DB::table('folder')." where flag='home' and uid='{$_G[uid]}'") + 'oid'=>DB::result_first("select fid from ".DB::table('folder')." where flag='home' and uid='{$_G['uid']}'") ); }elseif($value['type']=='pan'){ - foreach(DB::fetch_all("select cloudname,cuid,cusername,id,dateline from ".DB::table($value['dname'])." where uid='{$_G[uid]}'") as $value1){ + foreach(DB::fetch_all("select cloudname,cuid,cusername,id,dateline from ".DB::table($value['dname'])." where uid='{$_G['uid']}'") as $value1){ if(!$value1['cloudname']) $value1['cloudname']=$value['name'].':'.($value1['cusername']?$value1['cusername']:$value1['cuid']); $value1['bz']=$value['bz']; $value1['icoid']=md5($value['bz'].':'.$value1['id'].':'.$value['root']); @@ -72,7 +72,7 @@ while($value=DB::fetch($query)){ ); } }elseif($value['type']=='storage'){ - foreach(DB::fetch_all("select id,access_id,bz,cloudname,dateline,bucket from ".DB::table($value['dname'])." where bz='{$value[bz]}' and uid='{$_G[uid]}'") as $value1){ + foreach(DB::fetch_all("select id,access_id,bz,cloudname,dateline,bucket from ".DB::table($value['dname'])." where bz='{$value['bz']}' and uid='{$_G['uid']}'") as $value1){ $value1['access_id']=authcode($value1['access_id'],'DECODE',$value1['bz'])?authcode($value1['access_id'],'DECODE',$value1['bz']):$value1['access_id']; if(!$value1['cloudname']) $value1['cloudname']=$value['name'].':'.($value1['bucket']?$value1['bucket']:cutstr($value1['access_id'], 4, $dot = '')); $value1['bz']=$value['bz']; @@ -106,7 +106,7 @@ while($value=DB::fetch($query)){ }elseif($value['type']=='ftp'){ - foreach(DB::fetch_all("select id,bz,cloudname,dateline from ".DB::table($value['dname'])." where bz='{$value[bz]}' and uid='{$_G[uid]}'") as $value1){ + foreach(DB::fetch_all("select id,bz,cloudname,dateline from ".DB::table($value['dname'])." where bz='{$value['bz']}' and uid='{$_G['uid']}'") as $value1){ $value1['bz']=$value['bz']; $value1['icoid']=md5($value['bz'].':'.$value1['id'].':'); $value1['img']='dzz/images/default/system/'.$value['bz'].'.png'; @@ -136,7 +136,7 @@ while($value=DB::fetch($query)){ } }elseif($value['type']=='disk'){ - foreach(DB::fetch_all("select id,bz,cloudname,dateline from ".DB::table($value['dname'])." where bz='{$value[bz]}' and uid='{$_G[uid]}'") as $value1){ + foreach(DB::fetch_all("select id,bz,cloudname,dateline from ".DB::table($value['dname'])." where bz='{$value['bz']}' and uid='{$_G['uid']}'") as $value1){ $value1['bz']=$value['bz']; $value1['icoid']=md5($value['bz'].':'.$value1['id'].':'); $value1['img']='dzz/images/default/system/'.$value['bz'].'.png'; diff --git a/dzz/dzzvote/ajax.php b/dzz/dzzvote/ajax.php index b308b10..51129ef 100644 --- a/dzz/dzzvote/ajax.php +++ b/dzz/dzzvote/ajax.php @@ -10,6 +10,7 @@ if (!defined('IN_DZZ')) { exit('Access Denied'); } +$template = isset($_GET['template']) ? $_GET['template'] : ''; if ($_GET['do'] == 'imageUpload') { include libfile('class/uploadhandler'); @@ -100,8 +101,12 @@ if ($_GET['do'] == 'imageUpload') { if ($count > $page * $perpage) { $nextpage = $page + 1; } - $theurl = DZZSCRIPT . '?mod=dzzvote&op=ajax&do=getvoteuser&voteid=' . $voteid . '&page=' . $nextpage; - include template('vote_user'); + $theurl = DZZSCRIPT . '?mod=dzzvote&op=ajax&do=getvoteuser&template='.$template.'&voteid=' . $voteid . '&page=' . $nextpage; + if ($template == '1') { + include template('lyear_vote_user','lyear'); + } else { + include template('vote_user'); + } exit(); } elseif ($_GET['do'] == 'getvoteresult') { $voteid = empty($_GET['voteid']) ? 0 : intval($_GET['voteid']); @@ -155,5 +160,9 @@ if ($_GET['do'] == 'imageUpload') { } } //error_reporting(E_ALL); -include template('vote_ajax'); +if ($template == '1') { + include template('lyear_vote_ajax','lyear'); +} else { + include template('vote_ajax'); +} ?> diff --git a/dzz/dzzvote/images/lyear_vote.css b/dzz/dzzvote/images/lyear_vote.css new file mode 100644 index 0000000..bfaf8e5 --- /dev/null +++ b/dzz/dzzvote/images/lyear_vote.css @@ -0,0 +1,82 @@ +@charset "utf-8"; +.dzzvote-post-image-item .dzzvote-post-delitem { + position:absolute; + top:0px; + right:-15px; + display: none; +} +.dzzvote-post-image-item:hover .dzzvote-post-delitem { + display: block; +} +.dzzvote-post-image-item .thumbnail img { + max-height:100px; +} +/*start 前台显示部分*/ +.dzzvote-header-plate{ + -webkit-border-radius: 4px; + -moz-border-radius: 4px; + border-radius: 4px; + -webkit-box-shadow: 0 1px 1px rgba(88, 88, 92, .3); + -moz-box-shadow: 0 1px 1px rgba(88, 88, 92, .3); + box-shadow: 0 1px 1px rgba(88, 88, 92, .3); + min-width: 60px; + height: 60px; + background-color: #FFF; + border: 1px solid #EBEFF6; + text-align: center; + margin-right:10px; +} +.dzzvote-header-plate span { + border-top-left-radius: 4px; + border-top-right-radius: 4px; + background-color: #3497DB; + font-size: 10px; + color: #FFF; + display: block; + +} +.dzzvote-header-plate em { + border-bottom-left-radius: 4px; + border-bottom-right-radius: 4px; + font-style: normal; + font-size: 20px; + padding:0 5px; + line-height: 2; +} + +.dzzvote-image-body .dzzvote-image-item{ + border:1px solid #dee2e6; +} +.dzzvote-image-body .dzzvote-image-item .thumbnail { + max-height: 100%; +} +.dzzvote-image-body .dzzvote-image-item.active{ + border:1px solid #428bca +} +.dzzvote-image-body .dzzvote-image-item .mdi-check-bold{ + display:none; + position: absolute; + right: 0; + top: 0; + margin: 5px; + line-height: 1; +} +.dzzvote-image-body .dzzvote-image-item:hover .mdi-check-bold{ + display:block; + background:#F7F7F7; + color:#428bca +} +.dzzvote-image-body .dzzvote-image-item.active .mdi-check-bold{ + display:block; + background:#428bca; + color:#FFF; + opacity: 1; +} +.dzzvote-image-item .thumbnail img { + max-height: 100px; +} + +.dzzvote-image-body .progress{ + margin-bottom:10px; +} +/*end 前台显示部分*/ \ No newline at end of file diff --git a/dzz/dzzvote/images/vote.css b/dzz/dzzvote/images/vote.css index e372462..5bbd768 100644 --- a/dzz/dzzvote/images/vote.css +++ b/dzz/dzzvote/images/vote.css @@ -61,10 +61,6 @@ box-shadow:inset 0 1px 1px #ffffff; word-break:break-all } -.dzzvote .dzzvote-header{ - padding:5px 0 15px 0; - border-bottom:1px solid #e7e7e7; -} .dzzvote-header-plate{ -webkit-border-radius: 4px; @@ -98,32 +94,10 @@ line-height: 2; } - -.dzzvote-header-body{ - padding-left: 75px; - padding-top:3px; - -} -.dzzvote-subject{ - margin:0 0 15px 0; - font-size:18px; - font-weight:700; - -} -.dzzvote .dzzvote-body{ - padding:20px 0; - border-top:1px solid #FFF; - word-break:break-all -} -.dzzvote .dzzvote-body .radio,.dzzvote .dzzvote-body .checkbox{ - margin:0; -} -.dzzvote .dzzvote-body .progress{ +.progress{ border:1px solid #e7e7e7; background:#FBFBFB; box-shadow:none; - - } .dzzvote-user{ diff --git a/dzz/dzzvote/scripts/lyear_jquery.dzzvote.js b/dzz/dzzvote/scripts/lyear_jquery.dzzvote.js new file mode 100644 index 0000000..639f0a6 --- /dev/null +++ b/dzz/dzzvote/scripts/lyear_jquery.dzzvote.js @@ -0,0 +1,79 @@ +/* + * @copyright Leyun internet Technology(Shanghai)Co.,Ltd + * @license http://www.dzzoffice.com/licenses/license.txt + * @package DzzOffice + * @link http://www.dzzoffice.com + * @author zyx(zyx@dzz.cc) + */ +(function($) +{ + //左右分栏时,调用此,可以实现点击隐藏左侧分栏,拖动改变左侧分栏的宽度 + $.fn.dzzvote = function(options) + { + var opt={ ajaxurl:DZZSCRIPT+'?mod=dzzvote&op=ajax', + //uploadurl:null, + voteid:'', + } + options=$.extend(opt,options); + var container=$(this); + var $this=$(this); + var tmpl='
    '; + tmpl+=' '; + tmpl+='
    '; + tmpl+='
    '; + tmpl+=' '; + tmpl+=' '; + tmpl+=' '; + tmpl+=' '; + tmpl+='
    '; + tmpl+='
    '; + tmpl+='
    '; + var item_refresh=function(){ + container.find('#dzzvote_post_text_'+options['voteid']+' .dzzvote-post-item-container .badge').each(function(index){ + this.innerHTML=index+1; + }); + dzzvote_maxselect_num(); + } + var dzzvote_maxselect_num=function(){ + var val=parseInt(jQuery('#dzzvote_maxselect_num_'+options['voteid']+'').val()); + if(jQuery('#dzzvotetype_'+options['voteid']).val()>1){ + var sum=container.find('.dzzvote-post-image-item').length; + }else{ + var sum=container.find('.dzzvote-post-text-item').length; + } + var option=''; + for(var i=1 ;i<=sum; i++){ + if(i==val){ + option+=''; + }else{ + option+=''; + } + } + jQuery('#dzzvote_maxselect_num_'+options['voteid']+'').html(option); + } + var item_add=function(){ + + jQuery(tmpl).appendTo('#dzzvote_post_text_'+options['voteid']+' .dzzvote-post-item-container'); + item_refresh(); + } + var item_delete=function(){ + if($(this).data('itemid')>0){ + var self=this; + $.getJSON(options.ajaxurl+'&do=itemdelete&itemid='+$(this).data('itemid'),function(json){ + jQuery(self).closest('.dzzvote-post-image-item,.dzzvote-post-text-item').remove(); + item_refresh(); + }); + + }else{ + jQuery(this).closest('.dzzvote-post-image-item,.dzzvote-post-text-item').remove(); + item_refresh(); + } + } + var init=function(){ + container.on('click.dzzvote','.dzzvote-post-additem',item_add); + container.on('click.dzzvote','.dzzvote-post-delitem',item_delete); + } + init(); + } + +})(jQuery); diff --git a/dzz/dzzvote/template/lyear/lyear_vote_ajax.htm b/dzz/dzzvote/template/lyear/lyear_vote_ajax.htm new file mode 100644 index 0000000..e603425 --- /dev/null +++ b/dzz/dzzvote/template/lyear/lyear_vote_ajax.htm @@ -0,0 +1,538 @@ + + +
    + + + + +
    +
    +
    + +
    + + {lang vote_choose} +
    +
    +
    + + +
    + +
    +
    + {eval echo $key+1;} + + + +
    +
    +
    + + + +
    + +
    +
    + $i + + + +
    +
    +
    + + +
    + +
    +
    +
    +
    + +
    + +
    +
    +
    + +
    +
    +
    + + +
    + +
    + {lang upload_img_vote} +
    +
      + +
    • + + + +
      + $value['content'] +
      + + +
    • + +
    +
    +
    +
    +
    +
    +
    + +
    + +
    +
    +
    + +
    +
    + + +
    + {lang input_self_defined_time} +
    +
    +
    + +
    +
    + checked="checked"> + +
    +
    + checked="checked"> + +
    +
    +
    +
    + +
    +
    + checked="checked"> + +
    +
    + checked="checked"> + +
    +
    +
    +
    +
    + + + +
    +
    +
    +
    {lang number_participants} $votesum
    +
    +

    $vote['subject']

    +
    $endtime | {lang most_can_choose1} $vote['maxselectnum'] {lang item}
    +
    + +
    + + +
    +
    $value[content]
    +
    +
    + + {eval $progressvalue = floor(($value[number]/$votetotal)*100);} + + {eval $progressvalue = '0';} + +
    {$progressvalue}%
    +
    +
    +
    + + +
    +
      + +
    • +
      + $value['content'] +
      + + {eval $progressvalue = floor(($value[number]/$votetotal)*100);} + + {eval $progressvalue = '0';} + +
      {$progressvalue}%
      +
      +

      $value['content']

      +
      +
    • + +
    +
    + +
    + + + + + +
    + + + +
    + + +
    +
    $value[content]
    + +
    +
    + + {eval $progressvalue = floor(($value[number]/$votetotal)*100);} + + {eval $progressvalue = '0';} + +
    {$progressvalue}%
    +
    +
    +
    + + + +
    +
      + + +
    • + +
      + $value['content'] +

      $value['content']

      +
      +
    • + +
    • + +
      + $value['content'] +
      + + {eval $progressvalue = floor(($value[number]/$votetotal)*100);} + + {eval $progressvalue = '0';} + +
      {$progressvalue}%
      +
      +

      $value['content']

      +
      +
    • + + +
    +
    + +
    + +
    + +
    + + + + +
    +
    +
    {lang number_participants} $votesum
    +
    +

    $vote[subject]

    +
    $endtime | {lang most_can_choose1} $vote['maxselectnum'] {lang item}
    +
    +
    + + +
    +
    $value[content]
    +
    +
    + + {eval $progressvalue = floor(($value[number]/$votetotal)*100);} + + {eval $progressvalue = '0';} + +
    {$progressvalue}%
    +
    +
    +
    + + +
    +
      + +
    • +
      + $value['content'] +
      + + {eval $progressvalue = floor(($value[number]/$votetotal)*100);} + + {eval $progressvalue = '0';} + +
      {$progressvalue}%
      +
      +

      $value['content']

      +
      +
    • + +
    +
    + +
    + + + \ No newline at end of file diff --git a/dzz/dzzvote/template/lyear/lyear_vote_user.htm b/dzz/dzzvote/template/lyear/lyear_vote_user.htm new file mode 100644 index 0000000..234d2dd --- /dev/null +++ b/dzz/dzzvote/template/lyear/lyear_vote_user.htm @@ -0,0 +1,17 @@ + + + + + + + \ No newline at end of file diff --git a/dzz/dzzvote/template/vote_ajax.htm b/dzz/dzzvote/template/vote_ajax.htm index 82bb394..5e1beb6 100644 --- a/dzz/dzzvote/template/vote_ajax.htm +++ b/dzz/dzzvote/template/vote_ajax.htm @@ -38,7 +38,7 @@
    - +
    @@ -53,7 +53,7 @@
    - +
    @@ -131,7 +131,7 @@ ').appendTo(el.find('.upload')); + fileupload(jQuery('#right_uploadfile_' + fid),fid); + + jQuery('').appendTo(el.find('.uploadfolder')); + fileupload(jQuery('#right_uploadfolder_' + fid),fid); + + } else { + if( el.find('.upload').length>0){ + el.find('.upload').get(0).onclick = function () { + jQuery('.js-upload-file input').trigger('click'); + el.hide(); + } + } + if( el.find('.uploadfolder').length>0){ + el.find('.uploadfolder').get(0).onclick = function () { + jQuery('.js-upload-folder input').trigger('click'); + el.hide(); + } + } + } + } else { + el.find('.upload').remove(); + el.find('.uploadfolder').remove(); + } + //设置默认桌面 + + //检测新建和上传是否都没有 + if (el.find('.create .menu>.menu-item').length < 1) { + el.find('.create').remove(); + } + if(_filemanage.winid == 'share-list'){ + el.find('.menu-item').remove(); + } + if (el.find('.menu-item').length < 1) { + el.hide(); + return; + } + el.find('.menu-sep').each(function () { + if (!jQuery(this).next().first().hasClass('menu-item') || !jQuery(this).prev().first().hasClass('menu-item')) jQuery(this).remove(); + }); + + var Max_x = document.documentElement.clientWidth; + var Max_y = document.documentElement.clientHeight; + el.css({'z-index': _contextmenu.zIndex + 1,'max-height':Max_y}); + el.show(); + + el.find('>div').each(function () { + var item = jQuery(this); + var subitem = item.find('.menu'); + if (subitem.length) { + var shadow = item.find('.menu-shadow'); + item.on('mouseover', function () { + if (_contextmenu.ppp) _contextmenu.ppp.hide(); + if (_contextmenu.kkk) _contextmenu.kkk.hide(); + if (_contextmenu.last) _contextmenu.last.removeClass('menu-active'); + _contextmenu.kkk = shadow; + _contextmenu.last = item; + _contextmenu.ppp = subitem; + item.addClass('menu-active'); + var temp = item.find('.menu'); + var subx = el.width() - 1; + suby = -5; + if (x + el.width() * 2 > Max_x) subx = subx - temp.width() - el.width() - 6; + if (y + item.position().top + temp.height() > Max_y) suby = suby - temp.height() + item.height(); + temp.css({left: subx, top: suby, 'z-index': _contextmenu.zIndex + 2, display: 'block'}); + shadow.css({ + display: "block", + zIndex: _contextmenu.zIndex + 1, + left: subx, + top: suby, + width: temp.outerWidth(), + height: temp.outerHeight() + }); + subitem.find('.menu-item').on('mouseover', function () { + jQuery(this).addClass('menu-active'); + + }); + subitem.find('.menu-item').on('mouseout', function () { + jQuery(this).removeClass('menu-active'); + return false; + + }); + + return false; + }); + item.on('mouseout', function () { + item.removeClass('menu-active'); + shadow.hide(); + subitem.hide();//alert('dddddd'); + return false; + }); + + } else { + item.on('mouseover', function () { + if (_contextmenu.last) _contextmenu.last.removeClass('menu-active'); + if (_contextmenu.ppp) _contextmenu.ppp.hide(); + if (_contextmenu.kkk) _contextmenu.kkk.hide(); + jQuery(this).addClass('menu-active'); + return false; + }); + item.on('mouseout', function () { + jQuery(this).removeClass('menu-active'); + }); + } + }); + //alert(el.width()+'===='+el.height()); + if (x + el.width() > Max_x) x = x - el.width(); + if (y + el.height() > Max_y) y = y - el.height(); + if (y < 0) y = 0; + el.css({left: x, top: y}); + + jQuery('#shadow').css({ + display: "block", + zIndex: _contextmenu.zIndex, + left: x, + top: y, + width: el.outerWidth(), + height: el.outerHeight() + }); + + jQuery(document).on('mousedown.right_contextmenu', function (e) { + //var obj = event.srcElement ? event.srcElement : event.target; + e = e ? e : window.event; + var obj = e.srcElement ? e.srcElement : e.target; + if (jQuery(obj).closest('#right_contextmenu').length < 1) { + el.hide(); + jQuery('#shadow').hide(); + jQuery(document).off('.right_contextmenu'); + _contextmenu.kkk = null; + _contextmenu.ppp = null; + _contextmenu.last = null; + } + }); +}; + diff --git a/dzz/explorer/js/explorer.js b/dzz/explorer/js/explorer.js new file mode 100644 index 0000000..ec333f5 --- /dev/null +++ b/dzz/explorer/js/explorer.js @@ -0,0 +1,686 @@ +"use strict"; +/* + * @copyright Leyun internet Technology(Shanghai)Co.,Ltd + * @license http://www.dzzoffice.com/licenses/license.txt + * @package DzzOffice + * @link http://www.dzzoffice.com + * @author zyx(zyx@dzz.cc) + */ +var _explorer = {}; +_explorer = function (json) { + _explorer.space = json.space; //用户信息 + _explorer.myuid = json.myuid; + _explorer.formhash = json.formhash; //FORMHASH + _explorer.extopen = json.extopen || {}; //打开方式信息 + _explorer.sourcedata = json.sourcedata || []; //所有文件信息 + //_explorer.applist=json.applist || []; + _explorer.thame = json.thame || {}; + _explorer.infoPanelOpened = json.infoPanelOpened || 0; + _explorer.infoRequest = 0; + _explorer.deletefinally = json.deletefinally || 0; + _explorer.cut = json.cut || { + iscut: 0, + icos: [] + }; +}; + +_explorer.infoPanel_hide = 0; //标识右侧面板不能开启 +_explorer.appUrl = MOD_URL; +_explorer.hash = ''; +_explorer.getConfig = function (url, callback) { + $.getJSON(url + '&t=' + new Date().getTime(), function (json) { + new _explorer(json); + _explorer.hashHandler(); + _explorer.initEvents(); + _explorer.infoPanel(); + if (typeof callback === "function") { + callback(json); + } + }); +}; +_explorer.initEvents = function () { //初始化页面事件 + //hashchange事件 + $(window).on('hashchange', function () { + _explorer.hashHandler(); + }); + //左侧列表页事件 + $(document).off('click.document-data').on('click.document-data', '.document-data', function () { + //var el=$(this); + location.hash = jQuery(this).data('hash'); + }); + + //右侧加载完成事件 + $(document).off('ajaxLoad.middleContent').on('ajaxLoad.middleContent', function () { + _explorer.Scroll($('.scroll-y')); + var hash = location.hash.replace(/^#/i, ''); + var op = hash.replace(/&(.+?)$/ig, ''); //(hash,'op'); + + _explorer.topNav_init(); + _explorer.address_resize(); + _explorer.setHeight($('.height-100')); + if ($('.scroll-100').length) { + _explorer.scroll_100 = new PerfectScrollbar('.scroll-100'); + } + }); + +}; +_explorer.infoPanel = function () { + _explorer.toggleRight(); + $(document).off('click.togglle').on('click.togglle', '.toggRight', function () { + _explorer.infoPanelOpened = _explorer.infoPanelOpened ? 0 : 1; + _explorer.toggleRight(); + if (_explorer.infoPanelOpened) { + _filemanage && _filemanage.setInfoPanel(); + } + $.post(_filemanage.saveurl + '&do=infopanelopen', { + 'infopanelopen': _explorer.infoPanelOpened + }); + /*window.setTimeout(function () { + _filemanage && _filemanage.SetMoreButton(); + }, 500);*/ + }); +}; +_explorer.toggleRight = function () { + if (!_explorer.infoPanelOpened || _explorer.infoPanel_hide) { + $('.bs-main-container').css({ + 'margin-right': '0px' + }); + $('.rightMenu').css('right', '-320px'); + $('.toggRight').parent('li').removeClass('background-toggle').find('.dzz').attr("data-original-title", "开启右侧信息"); + + } else { + $('.bs-main-container').css({ + 'margin-right': '300px' + }); + $('.rightMenu').css('right', '0'); + $('.toggRight').parent('li').addClass('background-toggle').find('.dzz').attr("data-original-title", "关闭右侧信息"); + + } +}; + +_explorer.address_resize = function (dir) { + var container = jQuery('.address-container'); + var address = jQuery('.address'); + var cwidth = container.width(); + var speed = cwidth; + var awidth = 0; + address.find('li').each(function () { + awidth += jQuery(this).outerWidth(true); + }); + + var left = isNaN(parseInt(address.css('left'))) ? (cwidth - awidth) : parseInt(address.css('left')); + if (dir === 'left') { + left += speed; + if (left >= 0) { + left = 0; + container.removeClass('arrow-left'); + } + if (left > (cwidth - awidth)) { + container.addClass('arrow-right'); + } else { + container.removeClass('arrow-right'); + } + if (left < 0) { + container.addClass('arrow-left'); + } else { + container.removeClass('arrow-left'); + } + + address.animate({ + 'left': left, + 'right': 'auto' + }, 500); + + } else if (dir === 'right') { + left -= speed; + + if (left <= (cwidth - awidth)) { + left = (cwidth - awidth); + container.removeClass('arrow-right'); + } + if (left > (cwidth - awidth)) { + container.addClass('arrow-right'); + } else { + container.removeClass('arrow-right'); + } + if (left < 0) { + container.addClass('arrow-left'); + } else { + container.removeClass('arrow-left'); + } + address.animate({ + 'left': left, + 'right': 'auto' + }, 500); + } else { + + if (awidth > cwidth + 21) { + container.removeClass('arrow-right').addClass('arrow-left'); + } else { + container.removeClass('arrow-right').removeClass('arrow-left'); + } + address.css({ + 'left': 'auto', + 'right': 0 + }); + } +}; +_explorer.topNav_init = function () { + + /*页面地址栏相关事件*/ + $('.address-left-arrow').off('click.address-left-arrow').on('click.address-left-arrow', function () { + _explorer.address_resize('left'); + return false; + }); + $(document).off('click.address-right-arrow').on('click.address-right-arrow', '.address-right-arrow', function () { + _explorer.address_resize('right'); + return false; + }); + + $(document).off('click.address-container').on('click.address-container', '.address-container', function () { + $(this).removeClass('borderHover'); + $('.bordeInput').show().select(); + $(this).find('.address').hide(); + $(document).on('mousedown.bordeInput', function (e) { + e = e ? e : window.event; + var obj = e.srcElement ? e.srcElement : e.target; + if (/input|textarea/i.test(obj.tagName)) { + return true; + } + $('.bordeInput').trigger('blur'); + $(document).off('mousedown.bordeInput'); + }); + }); + $(document).off('blur.bordeInput').on('blur.bordeInput', '.bordeInput', function () { + $('.bordeInput').hide(); + $('.address').show(); + + }); + //点击路径切栏切换位置 + $(document).off('click.routes').on('click.routes', '.address-container .routes', function () { + var path = ''; + var text = $(this).text(); + var textprefix = /[::]/; + var prefix = ''; + var textarr = []; + if (textprefix.test(text)) { + textarr = text.split(/[::]/); + prefix = textarr[0]; + text = textarr[1]; + } + + $(this).closest('li').prevAll().find('a').each(function () { + path += $(this).text() + '/'; + }); + path += text; + //path = path.replace(/>/g,'/'); + if (path.charAt(path.length - 1) !== '/') { + path = path + '/'; + } + _explorer.routerule(path, prefix); + return false; + }); + //输入地址栏实现切换 + $(document).off('keyup.referer_path').on('keyup.referer_path', '.address-container .referer_path', function (e) { + if (e.keyCode === 13) { + var path = $(this).val(); + path = path.replace(/\\/g, '/', path); + var hash = false; + switch (path) { + case '我的网盘': + _explorer.routerule(path); + break; + case '动态': + hash = 'dynamic'; + break; + case '回收站': + hash = 'recycle'; + break; + case '分享': + hash = 'share'; + break; + case '收藏': + hash = 'collection'; + break; + case '最近使用': + hash = 'recent'; + break; + case '文件夹权限': + hash = 'perm'; + break; + case '功能管理': + hash = 'app'; + break; + case '图片': + case '文档': + path = '类型:' + path; + break; + } + var textprefix = /[::]/; + var patharr = []; + var prefix = ''; + if (textprefix.test(path)) { + patharr = path.split(/[::]/); + prefix = patharr[0]; + path = patharr[1]; + if (path.charAt(path.length - 1) !== '/') { + path = path + '/'; + } + _explorer.routerule(path, prefix); + return false; + } + + if (hash) { + location.hash = hash; + return false; + } + + if (path.charAt(path.length - 1) !== '/') { + path = path + '/'; + } + _explorer.routerule(path); + return false; + } + + }); +}; +_explorer.routerule = function (path, prefix) { + var queryobj = { + 'name': path + }; + //获取前缀 + if (prefix) { + switch (prefix) { + case '群组': + queryobj.prefix = 'g'; + break; + case '机构': + queryobj.prefix = 'o'; + break; + case '类型': + queryobj.prefix = 'c'; + break; + } + } + + $.post(_explorer.appUrl + '&op=ajax&operation=getfid', queryobj, function (data) { + if (data.success) { + var hash = ''; + if (!isNaN(parseInt(data.success['gid']))) { + hash = 'group&do=file&gid=' + data.success['gid'] + (data.success['fid'] ? '&fid=' + data.success['fid'] : ''); + } else if (!isNaN(parseInt(data.success['cid']))) { + hash = 'catsearch&do=searchfile&id=' + data.success['cid']; + } else { + hash = 'home&do=file&fid=' + data.success['fid']; + } + location.hash = hash; + } + }, 'json'); + return false; +}; +_explorer.hashHandler = function () { //处理页面hash变化 + + var hash = location.hash; + hash = hash.replace(/^#/i, ''); + _explorer.jstree_select(hash); + if (!hash) { + hash = 'recent'; + } + if (hash === _explorer.hash) { + return false; + } + if (hash !== _explorer.hash) { + _explorer.getRightContent(hash, $('#middleconMenu')); + _explorer.hash = hash; + } else { + _explorer.hash = hash; + } + _explorer.topMenu(hash); + return false; +}; + +_explorer.loading = function (container, flag) { //右侧加载效果 + if (flag === 'hide') { + container.find('.rightLoading').remove(); + } else { + container.append('
    '); + } +}; +_explorer.getRightContent = function (hash, container) { //处理右侧页面加载 + var searchpreg = /#searchFile/; + if (!searchpreg.test(hash)) { + try { + resetting_condition(); + } catch (e) {} + } + _explorer.loading(container); + _explorer.rightLoading = 1; + $('.document-data').removeClass('actives'); + $('[data-hash="' + hash + '"]').addClass('actives'); + var url = _explorer.appUrl + '&op=' + hash; + jQuery('#middleconMenu').load(url, function () { + $(document).trigger('ajaxLoad.middleContent', [hash]); + }); + +}; +_explorer.topMenu = function (hash, fid) { + var shownewbuild = false; + if (hash) { + //根据hash值判断是否显示在头部 + if (hash == 'groupmanage' || hash == 'app' || hash == 'dynamic' || hash == 'mygroup' || hash.indexOf('share') == 0 || hash.indexOf('recycle') == 0) { + jQuery('.rightswitch').hide(); + if(hash.indexOf('recycle') == 0){ + jQuery('.listchange').show(); + }else{ + jQuery('.listchange').hide(); + } + _explorer.infoPanel_hide = 1; //标识右侧面板有没有 + } else { + jQuery('.listchange').show(); + jQuery('.rightswitch').show(); + _explorer.infoPanel_hide = 0; + } + _explorer.toggleRight(); + if (hash.indexOf('home') == 0 || (hash.indexOf('group') == 0 && hash.indexOf('groupmanage') == -1)) { //判断hash隐藏或显示新建上传 + jQuery('.new-buildMenu').show(); + shownewbuild = true; + } else { + jQuery('.new-buildMenu').hide(); + shownewbuild = false; + } + } + if (fid && shownewbuild) { + + //判断新建和上传图标显示 + var folderperm = false; + var uploadperm = false; + if (!_explorer.Permission_Container('upload', fid)) { //文件夹权限(判断是否有文件夹权限如果没有隐藏文件夹相关新建上传) + jQuery('.new-buildMenu').find('li').not('.folderPermMust').hide(); + } else { + jQuery('.new-buildMenu').find('li').not('.folderPermMust').show(); + folderperm = true; + } + if (!_explorer.Permission_Container('folder', fid)) { //其它类型新建权限,若果无权限,隐藏文件相关权限 + jQuery('.new-buildMenu').find('li.folderPermMust').hide(); + } else { + jQuery('.new-buildMenu').find('li.folderPermMust').show(); + uploadperm = true; + } + if (folderperm || uploadperm) { //如果没有文件夹权限和文件权限,隐藏新建上传菜单 + jQuery('.new-buildMenu').show(); + }else{ + jQuery('.new-buildMenu').hide(); + } + } else { + jQuery('.new-buildMenu').hide(); + } +}; + + +//通过hash值来设置左侧树的选择指示 +_explorer.jstree_select = function (hash) { + //if(!_explorer.jstree) return; + if (!hash) { + hash = location.hash.replace('#', ''); + } + var op = hash.replace(/&(.+?)$/ig, ''); //(hash,'op'); + var fid = _explorer.getUrlParam(hash, 'fid'); + if (op === 'group') { + var gid = _explorer.getUrlParam(hash, 'gid'); + _explorer.open_node_by_id(fid, gid); + } else if (op === 'home') { + _explorer.open_node_by_id(fid); + } else if (op === 'mygroup') { + $('#position').jstree(true).select_node('#group'); + } else { + if ($('#position').length > 0) { + $('#position').jstree(true).deselect_all(); + } + } +}; +_explorer.open_node_by_id = function (fid, gid) { + var inst = $('#position').jstree(true); + var node = null; + if (fid) { + node = inst.get_node('#f_' + fid) || inst.get_node('#u_' + fid); + } else if (gid) { + node = inst.get_node('#g_' + gid) || inst.get_node('#gid_' + gid); + } else { + inst.deselect_all(); + return; + } + if (node) { + inst.deselect_all(); + var selects = inst.get_selected(); + for (var i = 0; i < selects.length; i++) { + if (selects[i] === node.id) { + continue; + } + inst.deselect_node('#' + selects[i]); + } + inst.select_node(node); + } else { + $.post(_explorer.appUrl + '&op=grouptree&do=getParentsArr', { + 'fid': fid, + 'gid': gid + }, function (data) { + var node = inst.get_node('#' + data[0]); + _explorer.open_node_bg(inst, node, data); + }, 'json'); + } +}; +_explorer.open_node_bg = function (inst, node, arr) { + + inst.open_node(node, function (node) { + var i = jQuery.inArray(node.id, arr); + if (i < arr.length && i > -1 && document.getElementById(arr[i + 1])) { + _explorer.open_node_bg(inst, document.getElementById(arr[i + 1]), arr); + } else { + var gid = arr[i + 1]; + if(node.id == 'group' && gid && !inst.get_node(gid)){ + var parentnode = inst.get_node('#group'); + $.post('index.php?mod=explorer&op=grouptree&do=create_group', {'id': gid}, function (data) { + if (data) { + if(data['group']){ + var newnode = { + 'text': data['group']['text'], + 'icon': data['group']['icon'], + 'id': data['group']['id'], + 'type':'folder', + 'li_attr':data['group']['li_attr'], + 'children':data['group']['children'] + }; + inst.create_node(parentnode, newnode, 'last', function () { + inst.open_node(parentnode); + inst.set_type(newnode,'group'); + inst.deselect_all(); + inst.select_node(newnode); + }); + } + + } + },'json') + return false; + } else{ + inst.deselect_all(); + inst.select_node(node); + } + } + }); +}; + +_explorer.getUrlParam = function (url, name) { + if (!name) { + return url; + } + var reg = new RegExp("(^|&)" + name + "=([^&]*)(&|$)"); + if (!url) { + return ''; + } + var r = url.match(reg); + + if (r !== null) { + return decodeURIComponent(r[2]); + } +}; +//设定层高度 +_explorer.setHeight = function (els) { + var clientHeight = document.documentElement.clientHeight; + els.each(function () { + var el = $(this); + var pos = el.offset(); + var height = clientHeight - pos.top; + el.css('height', height); + }); +}; +//带有.scroll-y的层设置滚动条 +_explorer.Scroll = function (els) { + var clientHeight = document.documentElement.clientHeight; + if (!els) { + els = $('.scroll-y'); + } + els.each(function () { + var el = $(this); + var pos = el.offset(); + var height = clientHeight - pos.top; + if (el.data('subtractor')) { + height = height - el.data('subtractor'); + } + el.css({ + 'overflow': 'auto', + 'height': height, + 'position': 'relative' + }); + new PerfectScrollbar(this); + }); +}; + + + +_explorer.image_resize = function (img, width, height) { + width = !width ? jQuery(img).parent().width() : width; + height = !height ? jQuery(img).parents('.icoimgContainer').parent().height() : height; + imgReady(img.src, function () { + var w = this.width; + var h = this.height; + var realw = 0, + realh = 0; + if (w > 0 && h > 0) { + if ((w / h) > 1) { + realw = (w > width) ? parseInt(width) : w; + realh = (w > width) ? parseInt(height) : (realw * h / w); + img.style.width = realw + 'px'; + img.style.height = realh + 'px'; + } else { + realh = (h > height) ? parseInt(height) : h; + realw = (h > height) ? parseInt(width) : (realh * w / h); + img.style.width = realw + 'px'; + img.style.height = 'auto'; + } + if (realw < 32 && realh < 32) { + jQuery(img).addClass('image_tosmall').css({ + padding: ((height - realh) / 2 - 1) + 'px ' + ((width - realw) / 2 - 1) + 'px' + }); + } + try { + /*img.style.width=realw+'px'; + img.style.height='auto' */ + } catch (e) { + + } + } + jQuery(img).show(); + }); + +}; +_explorer.icoimgError = function (img, width, height) { + width = !width ? jQuery(img).parent().width() : width; + height = !height ? jQuery(img).parent().height() : height; + if (jQuery(img).attr('error')) { + imgReady(jQuery(img).attr('error'), function () { + var w = this.width; + var h = this.height; + var realw = 0, + realh = 0; + if (w > 0 && h > 0) { + if ((w / h) > 1) { + realw = (w > width) ? parseInt(width) : w; + realh = realw * h / w; + } else { + realh = (h > height) ? parseInt(height) : h; + realw = realh * w / h; + } + if (realw < 32 && realh < 32) { + jQuery(img).addClass('image_tosmall').css({ + padding: ((height - realh) / 2 - 1) + 'px ' + ((width - realw) / 2 - 1) + 'px' + }); + } + try { + img.style.width = realw + 'px'; + img.style.height = realh + 'px'; + + } catch (e) { + + } + img.src = jQuery(img).attr('error'); + jQuery(img).show(); + } + }, + function () {}, + function () { + img.onerror = null; + img.src = 'dzz/images/default/icodefault.png'; + jQuery(img).show(); + } + ); + } +}; +jQuery(window).resize(function () { + _explorer.Scroll(); +}); + + +function checkAll(type, form, value, checkall, changestyle) { + checkall = checkall ? checkall : 'chkall'; + for (var i = 0; i < form.elements.length; i++) { + var e = form.elements[i]; + if (type === 'option' && e.type === 'radio' && e.value === value && e.disabled !== true) { + e.checked = true; + } else if (type === 'value' && e.type === 'checkbox' && e.getAttribute('chkvalue') === value) { + e.checked = form.elements[checkall].checked; + + } else if (type === 'prefix' && e.name && e.name !== checkall && (!value || (value && e.name.match(value)))) { + e.checked = form.elements[checkall].checked; + if (changestyle) { + if (e.parentNode && e.parentNode.tagName.toLowerCase() === 'li') { + e.parentNode.className = e.checked ? 'checked' : ''; + } + if (e.parentNode.parentNode && e.parentNode.parentNode.tagName.toLowerCase() === 'div') { + e.parentNode.parentNode.className = e.checked ? 'item checked' : 'item'; + } + } + } + } +} +function dfire(e) { + jQuery(document).trigger(e); +} +//增加统计数 +function addstatis(rid) { + var remsg = false; + $.ajax({ + type: 'post', + url: MOD_URL + '&op=filestatis&do=addopenrecord', + data: { + 'rid': rid + }, + async: false, + dataType: 'json', + success: function (data) { + if (data.msg === 'success') { + remsg = true; + } + } + }); + return remsg; +} diff --git a/dzz/explorer/js/filemanage.js b/dzz/explorer/js/filemanage.js new file mode 100644 index 0000000..5bca6ac --- /dev/null +++ b/dzz/explorer/js/filemanage.js @@ -0,0 +1,2458 @@ +/* + * @copyright Leyun internet Technology(Shanghai)Co.,Ltd + * @license http://www.dzzoffice.com/licenses/license.txt + * @package DzzOffice + * @link http://www.dzzoffice.com + * @author zyx(zyx@dzz.cc) + */ +//添加目录树的右键 +"use strict"; + +function _filemanage(id, data, param) { + var page = isNaN(parseInt(param.page)) ? 1 : parseInt(param.page); + var total = isNaN(parseInt(param.total)) ? 1 : parseInt(param.total); + this.total = total; + //alert('filemangeid='+id); + this.bz = param.bz || ''; //标志是那个api的数据 + + this.perpage = param.perpage; + this.totalpage = Math.ceil(this.total / this.perpage); + this.totalpage = this.totalpage < 1 ? 1 : this.totalpage; + this.id = id; + this.string = "_filemanage.cons." + this.id; + //alert(this.id); + var sidarr = id.split('-'); + if (sidarr[0] == 'f') this.fid = sidarr[1]; + else this.fid = 0; + this.subfix = sidarr[0]; //记录当前的sid前缀 f、cat等 + this.winid = id; + this.keyword = param.keyword; + this.localsearch = param.localsearch; + + this.view = isNaN(parseInt(param.view)) ? _filemanage.view : parseInt(param.view); + this.disp = isNaN(parseInt(param.disp)) ? _filemanage.disp : parseInt(param.disp); + + this.asc = param.asc; //_filemanage.asc; + this.detailper = _filemanage.detailper; + if (!this.data) this.data = {}; + this.data = data; + this.currentpage = page; + this.container = param.container; + this.odata = []; + this.sum = 0; + _filemanage.cons[this.id] = this; + _filemanage.fid = this.fid; + _filemanage.subfix = this.subfix; + _filemanage.winid = this.id; + this.pageloadding = true; + this.exts = param.exts || ''; + this.tags = param.tags || ''; + this.before = param.before || ''; + this.after = param.after || ''; + this.fids = param.fids || ''; + this.gid = param.gid || ''; + +} +_filemanage.selectall = { + position: {}, + container: '', + icos: [] +}; +_filemanage.saveurl = 'index.php?mod=system&op=save'; +_filemanage.speed = 5; +_filemanage.perpage = 100; //每页最多个数; +_filemanage.cons = {}; +_filemanage.view = 4; +_filemanage.disp = 0; +_filemanage.asc = 1; +_filemanage.detailper = [47, 10, 20, 15, 8]; //依此对应:名称 大小 类型 修改时间; +_filemanage.onmousemove = null; +_filemanage.onmouseup = null; +_filemanage.onselectstart = 1; +_filemanage.stack_data = {}; +_filemanage.showicosTimer = {}; +_filemanage.apicacheTimer = {}; +_filemanage.infoPanelUrl = ''; +_filemanage.viewstyle = ['bigicon', 'middleicon', 'middlelist', 'smalllist', 'detaillist']; +_filemanage.getData = function (url, callback) { + jQuery.getJSON(url, function (json) { + if (json.error) { + alert(json.error); + return false; + } else { + for (var id in json.data) { + _explorer.sourcedata.icos[id] = json.data[id]; + } + for (var fid in json.folderdata) { + _explorer.sourcedata.folder[fid] = json.folderdata[fid]; + } + _explorer.topMenu(location.hash.replace('#',''),_filemanage.fid); + var obj = null; + + if (json.param.page > 1) { + obj = _filemanage.cons[json.sid]; + obj.appendIcos(json.data); + obj.total = parseInt(json.total); + obj.totalpage = Math.ceil(obj.total / obj.perpage); + } else { + obj = new _filemanage(json.sid, json.data, json.param); + if (_filemanage.selectall.container !== 'filemanage-' + json.sid) { + _filemanage.selectall = { + position: {}, + container: '', + icos: [] + }; + obj.selectInfo(); + } + obj.showIcos(); + } + obj.url = url; + //修改初始化时的排列方式指示 + jQuery('.sizeMenu .icons-thumbnail').attr('iconview', obj.view).find('.dzz').removeClass('dzz-view-module').removeClass('dzz-view-list').addClass(obj.view === 2 ? 'dzz-view-list':'dzz-view-module'); + jQuery('.sizeMenu .icons-thumbnail').attr('iconview', obj.view).find('.dzz').attr('data-original-title',obj.view === 2 ? __lang.deltail_lsit : __lang.medium_icons); + jQuery('.sizeMenu .icons-thumbnail').attr('folderid', obj.id); + if (typeof (callback) === 'function') { + callback(obj); + } + } + }); +}; +_filemanage.glow = function (el) { + var delay = 200; + for (var i = 0; i < 4; i++) { + window.setTimeout(function () { + el.find('.toggleGlow').toggleClass('glow'); + }, delay * i); + } +}; +_filemanage.Arrange = function (obj, id, view) { + var el = jQuery(obj); + if (!id) { + id = el.attr('folderid'); + } + var filemanage = _filemanage.cons[id]; + + if (!view) { + view = (parseInt(el.attr('iconview')) < 4 ? 4 : 2); + } else { + view = view * 1; + } + jQuery('.sizeMenu .icons-thumbnail').attr('iconview', view).find('.dzz').removeClass('dzz-view-module').removeClass('dzz-view-list').addClass(view === 2 ? 'dzz-view-list':'dzz-view-module'); + jQuery('.sizeMenu .icons-thumbnail').attr('iconview', view).find('.dzz').attr('data-original-title',view === 2 ? __lang.deltail_lsit : __lang.medium_icons); + if (filemanage.subfix === 'f') { + var fid = _filemanage.fid; + if (fid > 0 && _explorer.Permission_Container('admin', fid)) { + jQuery.post(_filemanage.saveurl + '&do=folder', { + fid: fid, + iconview: view + }); + _explorer.sourcedata.folder[fid]['iconview'] = view; + + } + } else if (filemanage.subfix === 'cat') { + jQuery.post(_filemanage.saveurl + '&do=catsearch', { + catid: id.replace('cat-', ''), + iconview: view + }); + } else if (filemanage.subfix === 'search') { + jQuery.post(_filemanage.saveurl + '&do=search', { + iconview: view + }); + } else if (filemanage.subfix === 'recycle') { + jQuery.post(_filemanage.saveurl + '&do=recycle', { + iconview: view + }); + } + filemanage.view = view; + filemanage.showIcos(); + //var classend=jQuery('#filemanage_view'+winid).attr('class').replace(/filemanage_view\d+_/i,''); + //jQuery('#filemanage_view'+winid).attr('class','filemanage_view'+view+'_'+classend); + jQuery('#right_contextmenu .menu-icon-iconview').each(function () { + if (jQuery(this).attr('view') * 1 === view * 1) { + jQuery(this).removeClass('dzz-check-box-outline-blank').addClass('dzz-check-box'); + } else { + jQuery(this).addClass('dzz-check-box-outline-blank').removeClass('dzz-check-box'); + } + }); +}; +_filemanage.Disp = function (obj, id, disp) { + var filemanage = _filemanage.cons[id]; + if (filemanage.subfix === 'f') { + var fid = filemanage.fid; + if (fid > 0 && _explorer.Permission_Container('admin', fid)) { + jQuery.post(_filemanage.saveurl + '&do=folder', { + fid: fid, + disp: parseInt(disp) + }); + } + _explorer.sourcedata.folder[fid]['disp'] = parseInt(disp); + } else if (filemanage.subfix === 'cat') { + jQuery.post(_filemanage.saveurl + '&do=catsearch', { + catid: id.replace('cat-', ''), + disp: parseInt(disp) + }); + } + if (disp * 1 === filemanage.disp * 1) { + filemanage.asc = filemanage.asc > 0 ? 0 : 1; + } + filemanage.disp = parseInt(disp); + if (filemanage.bz.indexOf('ALIOSS') === 0 || filemanage.bz.indexOf('JSS') === 0) { + filemanage.showIcos(); + } else { + filemanage.pageClick(1); + } + jQuery('#right_contextmenu .menu-icon-disp').each(function () { + if (jQuery(this).attr('disp') * 1 === disp * 1) { + jQuery(this).removeClass('dzz-check-box-outline-blank').addClass('dzz-check-box'); + jQuery(this).next().find('.caret').removeClass('asc').removeClass('desc').addClass(filemanage.asc > 0 ? 'asc' : 'desc'); + } else { + jQuery(this).addClass('dzz-check-box-outline-blank').removeClass('dzz-check-box'); + jQuery(this).next().find('.caret').removeClass('asc').removeClass('desc'); + } + }); +}; +_filemanage.searchsubmit = function (sid) { + var keyword = document.getElementById('searchInput_' + sid).value; + keyword = (keyword === __lang.search) ? keyword : ''; + var obj = _filemanage.cons[sid]; + if (!obj) { + return; + } + if (obj.localsearch) { + obj.keyword = keyword; + obj.showIcos(); + } else { + obj.pageClick(1); + } +}; + + + +/* +view: 图标排列方式:0:大图标,1:中图标,2:中图标列表,3小图标列表,4:详细 +disp:图标排列顺序:0:原始顺序:按名称;1:按大小;2:按类型;3:按时间 +asc :升序或降序:0:升序;1:降序 +*/ + +_filemanage.setInfoPanel = function () { + + var rids = _filemanage.selectall.icos; + if (_explorer.infoRequest){ + _explorer.infoRequest.abort(); + _filemanage.infoPanelUrl=''; + } + if (!_explorer.infoPanelOpened || _explorer.infoPanel_hide) { + return; //右侧面板没有打开的话,不加载文件详细信息 + } + if (rids.length < 1) { + var fid = _filemanage.fid || $('#fidinput').val(); + if (!fid) { + var data = '
    ' + +'
    ' + +'' + +'

    '+__lang.choose_file_examine_information+'

    ' + +'
    ' + +'
    '; + $('#rightMenu').html(data); + _filemanage.infoPanelUrl = ''; + + return false; + } + if (_filemanage.infoPanelUrl !== fid) { + _explorer.infoRequest = $.post(MOD_URL + '&op=dynamic&do=getfolderdynamic', { + 'fid': fid + }, function (data) { + $('#rightMenu').html(data); + _filemanage.infoPanelUrl = fid; + }); + } + } else if (rids.length === 1) { + if (_filemanage.infoPanelUrl !== rids[0]) { + _explorer.infoRequest = $.post(MOD_URL + '&op=dynamic&do=getfiledynamic', { + 'rid': rids + }, function (data) { + $('#rightMenu').html(data); + _filemanage.infoPanelUrl = rids[0]; + }); + } + } else { + var ridsstr = rids.join(','); + if (_filemanage.infoPanelUrl !== ridsstr) { + _explorer.infoRequest = $.post(MOD_URL + '&op=dynamic&do=getfiledynamic', { + 'rid': rids + }, function (data) { + $('#rightMenu').html(data); + _filemanage.infoPanelUrl = ridsstr; + }); + } + } +}; + +_filemanage.prototype.CreateIcos = function (data, flag) { + var self = this; + var containerid = 'filemanage-' + this.winid; + if (!flag && this.data[data.rid]) { //如果已经存在 + var el1 = jQuery('#' + containerid + ' .Icoblock[rid=' + data.rid + ']'); + _filemanage.glow(el1); + return; + } + this.data[data.rid] = data; + var template = _filemanage.get_template(this.id); + //创建图标列表 + if (data.flag) { + if (!data.img) { + data.img = 'dzz/styles/thame/' + _explorer.thame.system.folder + '/system/' + data.flag + '.png'; + } + data.error = 'dzz/images/default/system/' + data.flag + '.png'; + } else if (data.type === 'folder') { + if (data.gid > 0) { + data.icon = data.img ? data.img : data.icon; + data.error = data.icon || 'dzz/images/default/system/folder-read.png'; + data.img = data.icon ? data.icon.replace('dzz/images/default', 'dzz/styles/thame/' + _explorer.thame.system.folder) : 'dzz/styles/thame/' + _explorer.thame.system.folder + '/system/folder-read.png'; + } else { + data.icon = data.img ? data.img : data.icon; + data.error = data.icon || 'dzz/images/default/system/folder.png'; + data.img = data.icon ? ((data.icon).replace('dzz/images/default', 'dzz/styles/thame/' + _explorer.thame.system.folder)) : 'dzz/styles/thame/' + _explorer.thame.system.folder + '/system/folder.png'; + } + } else if (data.type === 'shortcut' && data.ttype === 'folder') { + if (data.tdata.gid > 0) { + data.error = data.tdata.img || 'dzz/images/default/system/folder-read.png'; + data.img = (data.tdata.img + '').replace('dzz/images/default', 'dzz/styles/thame/' + _explorer.thame.system.folder); + } else { + data.error = data.tdata.img || 'dzz/images/default/system/folder.png'; + data.img = data.tdata.img ? ((data.tdata.img + '').replace('dzz/images/default', 'dzz/styles/thame/' + _explorer.thame.system.folder)) : 'dzz/styles/thame/' + _explorer.thame.system.folder + '/system/folder.png'; + } + } else { + data.error = 'dzz/images/default/icodefault.png'; + } + var html = template.replace(/\{name\}/g, data.name); + html = html.replace(/\{rid\}/g, data.rid); + html = html.replace(/tsrc=\"\{img\}\"/g, 'src="{img}"'); + html = html.replace(/\{img\}/g, data.img); + + html = html.replace(/\{username\}/g, data.username); + html = html.replace(/\{replynum\}/g, data.replynum ? data.replynum : '0'); + + + html = html.replace(/\{zIndex\}/g, 10); + html = html.replace(/\{error\}/g, data.error); + html = html.replace(/\{size\}/g, ((data.type === 'folder' || data.type === 'app' || data.type === 'shortcut') ? '' : data.fsize)); + html = html.replace(/\{fsize\}/g,((data.type === 'folder' || data.type === 'app' || data.type === 'shortcut') ? '': data.fsize)); + html = html.replace(/\{type\}/g, data.type); + html = html.replace(/\{ftype\}/g, data.ftype); + html = html.replace(/\{dateline\}/g, data.dateline); + html = html.replace(/\{fdateline\}/g, data.fdateline); + html = html.replace(/\{flag\}/g, data.flag); + html = html.replace(/\{position\}/g, data.relpath); + html = html.replace(/\{dpath\}/g, data.dpath); + html = html.replace(/\{from\}/g, data.from); + html = html.replace(/\{delusername\}/g, data.username); + html = html.replace(/\{deldateline\}/g, data.deldateline); + //__lang.some_day_after.replace('{day}', data.finallydate) + html = html.replace(/\{finallydate\}/g, (data.finallydate > 0) ? __lang.some_day_after.replace('{day}', data.finallydate):__lang.within_a_day); + html = html.replace(/\{views\}/g, data.views); + html = html.replace(/\{times\}/g, data.times); + html = html.replace(/\{downs\}/g, data.downs); + html = html.replace(/\{expireday\}/g, data.expireday); + html = html.replace(/\{sharelink\}/g, data.sharelink); + html = html.replace(/dsrc=\"\{qrcode\}\"/g, 'src="{qrcode}"'); + html = html.replace(/dsrc='\{qrcode\}'/g, "src='{qrcode}'"); + html = html.replace(/\{qrcode\}/g, data.qrcode); + html = html.replace(/\{password\}/g, data.password); + html = html.replace(/\{count\}/g, data.count); + if(data.status < 0){ + var sharestatus = '('+data.fstatus+')'; + }else{ + sharestatus = ''; + } + //收藏 + if(data.collect){ + var collectstatus = ''; + }else{ + var collectstatus = ''; + } + html = html.replace(/\{collectstatus\}/g,collectstatus); + html = html.replace(/\{sharestatus\}/g,sharestatus); + if (data.type !== 'image') { + html = html.replace(/data-start=\"image\".+?data-end=\"image\"/ig, ''); + } + var position_hash = ''; + if (data.gid > 0) { + position_hash = data.pfid > 0 ? '#group&do=file&gid=' + data.gid + '&fid=' + data.pfid : '#group&gid=' + data.gid; + } else { + position_hash = '#home&do=file&fid=' + data.pfid; + } + html = html.replace(/\{position_hash\}/g, position_hash); + //处理操作按钮 + //html=this.filterOPIcon(data,html); + var el = null; + if (flag && jQuery('.Icoblock[rid=' + data.rid + ']').length > 0) { + jQuery('.Icoblock[rid=' + data.rid + ']').replaceWith(html); + el = jQuery('.Icoblock[rid=' + data.rid + ']') + + } else { + jQuery(html).appendTo('#' + containerid + ' .js-file-item-tpl'); + el = jQuery('.Icoblock[rid=' + data.rid + ']'); + jQuery('#shareinfo_' + data.rid).on('click', function (e) { + return false; + }); + + } + + //检查下载和分享菜单 + //判断下载权限 + if (!_explorer.Permission('download', data)) { + el.find('.download').remove(); + } + + //判断分享权限 + if (!_explorer.Permission('share', data)) { + el.find('.share').remove(); + } + + if (this.view < 4) { + + el.on('mouseenter', function () { + jQuery(this).addClass('hover'); + + }); + el.on('mouseleave', function () { + jQuery(this).removeClass('hover'); + + }); + + //处理多选框 + //if(!_filemanage.fid || _explorer.Permission_Container('multiselect',this.fid)){ + el.find('.icoblank_rightbottom').on('click', function () { + var flag = true; + var ell = jQuery(this).parent(); + var rid = ell.attr('rid'); + if (ell.hasClass('Icoselected')) { + flag = false; + } + _select.SelectedStyle('filemanage-' + self.id, rid, flag, true); + + return false; + }); + //处理操作按钮 + el.on('click', function (e) { + var tag = e.srcElement ? e.srcElement : e.target; + if (/input|textarea/i.test(tag.tagName)) { + return true; + } + var Item = jQuery(this).closest('.Icoblock'); + var rid = Item.attr('rid'); + var flag = true; + if ((_hotkey.ctrl && Item.hasClass('Icoselected')) || (Item.hasClass('Icoselected') && _filemanage.selectall.icos.length === 1 && _filemanage.selectall.icos[0] === rid)) { + flag = false; + } + var multi = _hotkey.ctrl ? true : false; + _select.SelectedStyle('filemanage-' + self.id, jQuery(this).attr('rid'), flag, multi); + //self.createBottom(); + return false; + }); + /*}else{ + //el.find('.icoblank_rightbottom').remove(); + }*/ + + if (this.total == 0 && jQuery('#' + containerid).find('.emptyPage').length == 0) { + jQuery(jQuery('#template_nofile_notice').html()).appendTo(jQuery('#' + containerid)); + } else { + jQuery('#' + containerid).find('.emptyPage').remove(); + } + + } else { //详细列表时 + + + el.bind('mouseenter', function () { + jQuery(this).addClass('hover'); + //return false; + }); + el.bind('mouseleave', function () { + jQuery(this).removeClass('hover'); + //return false; + }); + + //点击图片和名称直接打开 + + el.on('click', function (e) { + e = e ? e : window.event; + var tag = e.srcElement ? e.srcElement : e.target; + if (/input|textarea/i.test(tag.tagName)) { + return true; + } + var Item = jQuery(this).closest('.Icoblock'); + var rid = Item.attr('rid'); + var flag = true; + if ((_hotkey.ctrl && Item.hasClass('Icoselected')) || (Item.hasClass('Icoselected') && _filemanage.selectall.icos.length === 1 && _filemanage.selectall.icos[0] === rid)) { + flag = false; + } + var multi = _hotkey.ctrl ? true : false; + _select.SelectedStyle('filemanage-' + self.id, Item.attr('rid'), flag, multi); + //self.createBottom(); + return false; + }); + //if(_filemanage.fid<1 || _explorer.Permission_Container('multiselect',this.fid)){ + + el.find('.selectbox').on('click', function () { + var flag = true; + var ell = jQuery(this).closest('.Icoblock'); + var rid = ell.attr('rid'); + if (ell.hasClass('Icoselected')) { + flag = false; + } + _select.SelectedStyle('filemanage-' + self.id, rid, flag, true); + return false; + }); + /*}else{ + //el.find('.detail_item_td_select').parent().remove(); + }*/ + + } + el.on('dblclick', function (e) { + if(!_filemanage.fid && (_filemanage.winid == 'recycle-list' || _filemanage.winid == 'share-list')) return true; + var tag = e.srcElement ? e.srcElement : e.target; + if (/input|textarea/i.test(tag.tagName)) { + return true; + } + _filemanage.Open(el.attr('rid')); + dfire('click'); + return false; + }); + //设置邮件菜单 + el.on('contextmenu', function (e) { + e = e ? e : window.event; + var tag = e.srcElement ? e.srcElement : e.target; + if (/input|textarea/i.test(tag.tagName)) { + return true; + } + _contextmenu.right_ico(e, jQuery(this).attr('rid')); + return false; + }); + //检测已选中 + if (jQuery.inArray(data.rid, _filemanage.selectall.icos) > -1) { + el.addClass('Icoselected'); + } + //处理按钮 + + if (!flag) { + _filemanage.glow(el); + this.sum++; + this.total++; + jQuery('#' + containerid + ' .scroll-y').scrollTop(9999999); + //this.checkPageChange(); + //this.PageInfo(); + this.currentdata['icos_' + data.rid] = data; + } + if (this.total == 0 && jQuery('#' + containerid).find('.emptyPage').length == 0) { + jQuery(jQuery('#template_nofile_notice').html()).appendTo(jQuery('#' + containerid)); + } else { + jQuery('#' + containerid).find('.emptyPage').remove(); + } +}; + + +_filemanage.prototype.setToolButton = function () { //设置工具栏 + var rids = _filemanage.selectall.icos; + var data = _explorer.sourcedata.icos[rids[0]]; + var el = jQuery('.navtopheader .shareMenu').empty(); + var hash = location.hash; + if (!rids.length) { + return; + } + var html = jQuery('#template_toolButton').html(); + if (hash.indexOf('recycle') != -1 || hash.indexOf('share') != -1 || hash.indexOf('isdelete') != -1) { + return false; + } + //替换rid + html = html.replace(/\{rid\}/ig, rids[rids.length - 1]); + if (rids.length === 1 && data.type === 'folder') { //单选中目录时,粘贴到此目录内部 + html = html.replace(/\{fid\}/g, data.fid); + } else { + html = html.replace(/\{fid\}/g, data.pfid); + } + el.html(html); + + //过滤单选和多选的情况 + if (rids.length > 1) { //多选 + el.find('.single').remove(); + } else if (rids.length === 1) { //单选 + el.find('.multi').remove(); + } + + //判断权限 + var collects = 0; + for (var i = 0; i < rids.length; i++) { + data = _explorer.sourcedata.icos[rids[i]]; + /*if(!data){ + continue; + }*/ + //判断复制权限 + if (!_explorer.Permission('copy', data)) { + el.find('.copy').remove(); + } + //判断剪切/删除权限 + if (!_explorer.Permission('delete', data)) { + el.find('.delete,.cut,.rename').remove(); + } + //判断下载权限 + if (!_explorer.Permission('download', data)) { + el.find('.download,.downpackage').remove(); + } + //判断分享权限 + if (!_explorer.Permission('share', data)) { + el.find('.share').remove(); + } + //判断粘贴权限及是否有粘贴项 + if (!_explorer.Permission('upload', data) || _explorer.cut.icos.length < 1 || _filemanage.fid < 1) { + + el.find('.paste').remove(); + } + if (data.collect) { + collects += 1; + } + } + if (collects === rids.length) { //区别是已收藏时,菜单显示取消收藏 + el.find('.collect a').html(' 取消收藏'); + } + //打开方式 + if (rids.length === 1) { + data = _explorer.sourcedata.icos[rids[0]]; + var info = ''; + //判断打开方式 + var subdata = getExtOpen(data.type === 'shortcut' ? data.tdata : data); + if (subdata === true) { + el.find('.openwith').remove(); + } else if (subdata === false) { + el.find('.openwith').remove(); + el.find('.open').remove(); + } else if (subdata.length === 1) { + el.find('.openwith').remove(); + } else if (subdata.length > 1) { + for (i = 0; i < subdata.length; i++) { + info += '
  • ' + subdata[i].name + '
  • '; + } + el.find('.openwith').find('ul.dropdown-menu').html(info); + } + } + //如果在收藏,搜索和最近使用页面去掉删去和剪切和重命名 + if (_filemanage.winid.indexOf('collect') != -1 || _filemanage.winid.indexOf('recent') != -1 || _filemanage.winid.indexOf('search') != -1) { + el.find('.cut,.delete,.rename').remove(); + } + _filemanage.SetMoreButton(); +}; + +_filemanage.SetMoreButton = function () { + var el = $('.navtopheader .toolButtons'); + if (!el.length) { + return; + } + var width = el.width() - el.find('.yunfile-moreMenu').outerWidth(true); + if (width <= 0) { + return; + } + var yunfileButton = el.find('.yunfile-btnMenu'); + yunfileButton.find('button').hide(); + el.find('.yunfile-moreMenu>.dropdown-menu>li').show(); + //已经显示的在更多内不在显示 + yunfileButton.children().each(function () { + var el1 = jQuery(this); + jQuery(this).show(); + // if(yunfileButton.width()>(width-15)){ + // el1.hide(); + // return; + // } + }); + + yunfileButton.children().each(function () { + var el1 = jQuery(this); + if (el1.hasClass('open')) { + if (el1.is(':hidden')) { + el.find('.yunfile-moreMenu li.open').show(); + } else { + el.find('.yunfile-moreMenu li.open').hide(); + } + } else if (el1.hasClass('copy')) { + if (el1.is(':hidden')) { + el.find('.yunfile-moreMenu .copy').show(); + } else { + el.find('.yunfile-moreMenu .copy').hide(); + } + } else if (el1.hasClass('rename')) { + if (el1.is(':hidden')) { + el.find('.yunfile-moreMenu .rename').show(); + } else { + el.find('.yunfile-moreMenu .rename').hide(); + } + } else if (el1.hasClass('paste')) { + if (el1.is(':hidden')) { + el.find('.yunfile-moreMenu .paste').show(); + } else { + el.find('.yunfile-moreMenu .paste').hide(); + } + } else if (el1.hasClass('cut')) { + if (el1.is(':hidden')) { + el.find('.yunfile-moreMenu .cut').show(); + } else { + el.find('.yunfile-moreMenu .cut').hide(); + } + } else if (el1.hasClass('download')) { + if (el1.is(':hidden')) { + el.find('.yunfile-moreMenu .download').show(); + } else { + el.find('.yunfile-moreMenu .download').hide(); + } + } else if (el1.hasClass('downpackage')) { + if (el1.is(':hidden')) { + el.find('.yunfile-moreMenu .downpackage').show(); + } else { + el.find('.yunfile-moreMenu .downpackage').hide(); + } + } else if (el1.hasClass('delete')) { + if (el1.is(':hidden')) { + el.find('.yunfile-moreMenu .delete').show(); + } else { + el.find('.yunfile-moreMenu .delete').hide(); + } + } else if (el1.hasClass('share')) { + if (el1.is(':hidden')) { + el.find('.yunfile-moreMenu .share').show(); + } else { + el.find('.yunfile-moreMenu .share').hide(); + } + } else if (el1.hasClass('collect')) { + if (el1.is(':hidden')) { + el.find('.yunfile-moreMenu .collect').show(); + } else { + el.find('.yunfile-moreMenu .collect').hide(); + } + } + /*else if(el1.hasClass('paste')){ + if(el1.is(':hidden')){ + el.find('.yunfile-moreMenu .paste').show(); + }else{ + el.find('.yunfile-moreMenu .paste').hide(); + } + }*/ + }); +}; + +_filemanage.prototype.showIcos = function (ext) { + //排序数据 + var self = this; + if (_filemanage.showicosTimer[this.winid]) { + window.clearTimeout(_filemanage.showicosTimer[this.winid]); + } + //_window.windows[this.winid].filemanageid=this.id; + var containerid = 'filemanage-' + this.winid; + + jQuery('#' + containerid).empty(); + this.createIcosContainer(); + //var container=jQuery('#'+containerid+' .js-file-item-tpl'); + var data_sorted = null; + if (this.keyword) { + data_sorted = _filemanage.Sort(_filemanage.Search(this.data, this.keyword), this.disp, this.asc); + jQuery('#searchInput_' + this.id).val(this.keyword); + } else { + data_sorted = _filemanage.Sort(this.data, this.disp, this.asc); + } + if (ext) { + data_sorted = _file.Searchext(data_sorted, ext); + } + this.currentdata = data_sorted; + _filemanage.stack_data[self.id] = Array(); + for (var i in data_sorted) { + _filemanage.stack_data[self.id].push({ + data: data_sorted[i], + "obj": self + }); + } + window.setTimeout(function () { + _filemanage.stack_run(self.id); + }, 1); + //增加底部信息 + this.pageloadding = false; +}; +_filemanage.prototype.appendIcos = function (data) { + var self = this; + if (_filemanage.showicosTimer[this.winid]) { + window.clearTimeout(_filemanage.showicosTimer[this.winid]); + } + _filemanage.stack_data[self.winid] = Array(); + for (var i in data) { + //this.data[i]=data[i]; + _filemanage.stack_data[self.winid].push({ + data: data[i], + "obj": self + }); + } + window.setTimeout(function () { + _filemanage.stack_run(self.winid); + }, 1); + this.pageloadding = false; +}; + +_filemanage.prototype.createIcosContainer = function () { + var self = this; + var containerid = 'filemanage-' + this.id; + var div = document.getElementById(containerid); + if (!div) { + return; + } + div.className = "icosContainer"; + div.setAttribute('unselectable', "on"); + div.setAttribute('onselectstart', "return event.srcElement.type== 'text';"); + var htmlContent = ''; + div.innerHTML = _filemanage.get_template(this.id, true); + _explorer.Scroll($('.scroll-y')); + var el = jQuery(div); + el.find('.js-file-item-tpl').empty(); + jQuery('.middlecenter,.middle-recycle,.share-content') + .on('contextmenu', function (e) { + e = e ? e : window.event; + var tag = e.srcElement ? e.srcElement : e.target; + if (/input|textarea/i.test(tag.tagName)) { + return true; + } + _contextmenu.right_body(e, self.fid); + return false; + }) + .on('click', function (e) { + //清空数据 + //if(_hotkey.ctrl<1) return true; + e = e ? e : window.event; + var tag = e.srcElement ? e.srcElement : e.target; + if (/input|textarea/i.test(tag.tagName)) { + return true; + } + if (containerid === _filemanage.selectall.container) { + _filemanage.selectall.container = containerid; + _filemanage.selectall.icos = []; + _filemanage.selectall.position = {}; + el.find('.Icoblock').removeClass('Icoselected'); + el.find('.selectall-box').removeClass('Icoselected'); + self.selectInfo(); + } + }) + .end().find('.selectall-box').on('click', function () { + var el = jQuery(this); + var selectall = true; + if (el.hasClass('Icoselected')) { + el.removeClass('Icoselected'); + selectall = false; + _filemanage.selectall.icos = []; + } else { + el.addClass('Icoselected'); + selectall = true; + _filemanage.selectall.icos = []; + } + + _filemanage.selectall.container = containerid; + jQuery('#' + containerid).find('.Icoblock').each(function () { + if (selectall) { + jQuery(this).addClass('Icoselected'); + _filemanage.selectall.icos.push(jQuery(this).attr('rid')); + } else { + jQuery(this).removeClass('Icoselected'); + } + }); + self.selectInfo(); + return false; + }); + jQuery(document).off('click.cselect').on('click.cselect', '.dzz-backing-out', function () { + var hash = location.hash; + if (hash.indexOf('share') != -1) { + jQuery('.deatisinfo').each(function () { + jQuery(this).addClass('hide'); + }); + } + jQuery('.navtopheader').css('display', 'none'); + el.find('.Icoblock').removeClass('Icoselected'); + _filemanage.selectall.icos = []; + _filemanage.setInfoPanel(); + }); + _select.init(containerid); + if (this.view < 4) { + + + } else { + jQuery('#' + containerid).find('.detail_header:not(.detail_header_select)').on('click', function () { + var disp = parseInt(jQuery(this).attr('disp')); + + if (disp * 1 === self.disp * 1) { + if (self.asc > 0) { + self.asc = 0; + // if(self.asc=0){ + // jQuery(this).find('span').addClass('dzz-expand-more').removeClass('dzz-expand-less'); + // } + } else { + self.asc = 1; + } + } else { + _filemanage.Disp(this, self.id, disp); + self.asc = 1; + } + self.disp = disp; + if (self.fid) { + _explorer.sourcedata.folder[self.fid].disp = disp; + } + if (self.bz.indexOf('ALIOSS') === 0 || self.bz.indexOf('JSS') === 0) { + self.showIcos(); + } else { + self.pageClick(1); + } + }); + } + el.closest('.scroll-srcollbars').scroll(function () { + var el = jQuery(this); + if (el.height() + el.scrollTop() >= el.children().first().height()) { + if (self.currentpage >= self.totalpage || self.pageloadding) { + return; + } + self.pageloadding = true; + self.currentpage++; + self.pageClick(self.currentpage); + } + }); + if (this.fid) { + $.getScript(MOD_PATH + '/js/uplodfile.js', function () { + jQuery('.wangpan-upload-file').each(function () { + fileupload(jQuery(this), self.fid); + }); + }); + } + if (this.total < 1 && jQuery('#' + containerid).find('.emptyPage').length == 0) { + jQuery(jQuery('#template_nofile_notice').html()).appendTo(div); + } else { + jQuery('#' + containerid).find('.emptyPage').remove(); + } + +}; + +_filemanage.prototype.createBottom = function () { + //创建right_bottom + var right_bottom = document.createElement('div'); + right_bottom.className = "filemanage-bottom"; + right_bottom.id = 'bottom_content_' + this.winid + '_' + this.id; + document.getElementById('content_' + this.winid).appendChild(right_bottom); + //this.PageInfo(); +}; +_filemanage.prototype.selectInfo = function () { + var self = this; + if (this.selectinfoTimer) { + window.clearTimeout(this.selectinfoTimer); + } + this.selectinfoTimer = window.setTimeout(function () { + self._selectInfo(); + }, 200); +}; +_filemanage.prototype._selectInfo = function () { + _filemanage.setInfoPanel(); //文件详细信息 + + //设置全选框信息 + //设置全选按钮的文字 + var sum = _filemanage.selectall.icos.length; + var total = jQuery('#filemanage-' + this.id).find('.Icoblock').length; + var html = jQuery('#template_file').html(); + var hash = location.hash; + if (sum > 0) { //有选中 + jQuery('.navtopheader').css('display', 'block'); + jQuery('.navtopheader').html(html); + jQuery('.selectall-box').addClass('Icoselected'); + jQuery('.selectall-box .select-info').html('已选中' + sum + '个文件'); + jQuery('.docunment-allfile').hide(); + if (!_explorer.infoPanelOpened || _explorer.infoPanel_hide) { + $('.bs-main-container').css({ + 'margin-right': '0px' + }); + $('.rightMenu').css('right', '-320px'); + $('.toggRight').parent('li').removeClass('background-toggle').find('.dzz').attr("data-original-title", "开启右侧信息"); + } else { + $('.bs-main-container').css({ + 'margin-right': '300px' + }); + $('.rightMenu').css('right', '0'); + $('.toggRight').parent('li').addClass('background-toggle').find('.dzz').attr("data-original-title", "关闭右侧信息"); + } + if (sum >= total) { //全部选中 + jQuery('.selectall-box').addClass('Icoselected'); + } + if (hash.indexOf('recycle') != -1 || hash.indexOf('isdelete') != -1) { + jQuery('.recycle-option-icon').show(); + // jQuery('.select-toperate-right .toggRight').hide(); + } + if (hash.indexOf('share') != -1) { + jQuery('.share-option-icon').show(); + jQuery('.select-toperate-right').hide(); + jQuery('.select-toperate-right').show(); + if (sum == 1) { + var shareinfo = _filemanage.selectall.icos[0]; + jQuery('.deatisinfo').each(function () { + jQuery(this).addClass('hide'); + }); + var shareobj = jQuery('#shareinfo_' + shareinfo); + shareobj.removeClass('hide'); + var passwordval = shareobj.find('span.sharepasswordval'); + var sharetimesval = shareobj.find('span.sharetimes'); + var passtext = (passwordval.data('password')) ? passwordval.data('passwordval1') : passwordval.data('passwordval2'); + var timetext = (sharetimesval.data('times')) ? sharetimesval.data('timesval1') : sharetimesval.data('timesval2'); + if (!shareobj.find('.sharetextinfo').text()) { + shareobj.find('.sharetextinfo').text(passtext + ' ' + timetext); + } + + } else { + jQuery('.deatisinfo').each(function () { + jQuery(this).addClass('hide'); + }); + jQuery('.share-option-icon').find('.btnedit').hide(); + } + } + } else { //没有选中 + jQuery('.navtopheader').css('display', 'none'); + jQuery('.navtopheader').html(''); + jQuery('.selectall-box').removeClass('Icoselected'); + jQuery('.selectall-box .select-info').html(this.view < 4 ? '全选' : ''); + jQuery('.docunment-allfile').show(); + if (hash.indexOf('recycle') != -1) { + jQuery('.recycle-option-icon').hide(); + } + if (hash.indexOf('share') != -1) { + jQuery('.share-option-icon').hide(); + jQuery('.deatisinfo').each(function () { + jQuery(this).addClass('hide'); + }); + } + } + this.setToolButton(); //设置头部工具菜单; + return false; +}; +_filemanage.prototype.PageInfo = function () { + return; + /*var Sum=0; + var Size=0; + for(var i in this.data){ + Sum++; + Size+=(this.data[i].size)*1; + } + var leftinfo=__lang.bottom_leftinfo.replace('{n}',Sum).replace('{size}',formatSize(Size)).replace('{total}',this.total); + jQuery('#bottom_content_'+this.winid+'_'+this.id).html('
    '+leftinfo+'
    '); + //jQuery('#'+this.winid+' .BOTTOM .info_right').html(); + jQuery('#bottom_content_'+this.winid+'_'+this.id).show(); + if(this.bottomShowTimer) window.clearTimeout(this.bottomShowTimer); + var self=this; + this.bottomShowTimer=window.setTimeout(function(){ + jQuery('#bottom_content_'+self.winid+'_'+self.id).hide(); + },1000);*/ +}; + +_filemanage.prototype.pageClick = function (page) { + var self = this; + this.pageloadding = true; + if (!page) { + page = 1; + } + this.currentpage = page; + var keyword = jQuery('#searchInput_' + this.id).value; + if (!keyword || keyword === __lang.search) { + keyword = ''; + } + var url = self.url + .replace(/&disp\=\d/ig, '') + .replace(/&asc\=\d/ig, '') + .replace(/&iconview\=\d/ig, '') + .replace(/&page\=\d+/ig, '') + .replace(/&exts\=[\w,]*(&|$)/ig, '&') + .replace(/&tags\=[\w,]*(&|$)/ig, '&') + .replace(/&keyword\=\w*(&|$)/, '&') + .replace(/&fid\=\w*(&|$)/, '&') + .replace(/&gid\=\w*(&|$)/, '&') + .replace(/&before\=\w*(&|$)/, '&') + .replace(/&after\=\w*(&|$)/, '&') + .replace(/&marker\=\w*(&|$)/, '&') + .replace(/&t\=\d+/, ''); + url = url.replace(/&+$/ig, ''); + _filemanage.getData(url + '&exts=' + this.exts + '&tags=' + this.tags + '&disp=' + this.disp + '&fids=' + this.fids + '&gid=' + this.gid + '&before=' + this.before + '&after=' + this.after + '&asc=' + this.asc + '&iconview=' + this.view + '&keyword=' + encodeURI(keyword) + '&page=' + page + '&marker=' + (this.fid ? _explorer.sourcedata.folder[this.fid].nextMarker : '') + '&t=' + new Date().getTime(), function () { + self.PageInfo(); + }); +}; + +_filemanage.stack_run = function (winid) { + //if(_filemanage.showicosTimer[winid]) window.clearTimeout(_filemanage.showicosTimer[winid]); + if (_filemanage.stack_data[winid].length > 0) { + var obj = _filemanage.stack_data[winid][0].obj; + for (var i = 0; i < _filemanage.speed; i++) { + if (_filemanage.stack_data[winid].length > 0) { + _filemanage.stack_data[winid][0].obj.CreateIcos(_filemanage.stack_data[winid][0]['data'], 1); + _filemanage.stack_data[winid].splice(0, 1); + } else break; + } + _filemanage.showicosTimer[winid] = window.setTimeout(function () { + _filemanage.stack_run(winid); + }, 1); + } else { + jQuery(document).trigger('showIcos_done'); + } +}; +_filemanage.prototype.tddrager_start = function (e) { + this.XX = e.clientX; + document.getElementById('_blank').style.cursor = 'e-resize'; + jQuery('#_blank').show(); + //var self=this; + this.AttachEvent(e); + //document.onmousemove=function(e){self.tddraging(e?e:window.event);return false;}; + //document.onmouseup=function(e){self.tddraged(e?e:window.event);return false;}; + eval("document.onmousemove=function(e){" + this.string + ".tddraging(e?e:window.event);};"); + eval("document.onmouseup=function(e){" + this.string + ".tddraged(e?e:window.event);};"); +}; +_filemanage.prototype.tddraging = function () { + document.body.style.cursor = 'e-resize'; + +}; +_filemanage.prototype.tddraged = function (e) { + this.DetachEvent(e); + jQuery('#_blank').hide(); + //document.getElementById('_blank').style.cursor="url('dzz/images/cur/aero_arrow.cur'),auto"; + //document.body.style.cursor="url('dzz/images/cur/aero_arrow.cur'),auto"; + var xx = e.clientX - this.XX; + //计算新的各个td的百分比 + var right_width = _window.windows[this.winid].bodyWidth - jQuery('#jstree_area').width(); + var current_width = right_width * this.detailper[this.tddrager_disp] / 100; + var width = xx + current_width; + //if(width>right_width-150) width=right_width-200; + if (width < 50) { + width = 50; + } + var all_width = []; + var other_width = 0; + for (var i = 0; i < 4; i++) { + all_width[i] = right_width * this.detailper[i] / 100; + } + var dx = width - current_width; + if (xx > 0) { + if (all_width[this.tddrager_disp + 1] - dx > 50) { + all_width[this.tddrager_disp + 1] -= dx; + } else { + var dx1 = dx + (all_width[this.tddrager_disp + 1] - 50); + all_width[this.tddrager_disp + 1] = 50; + if ((this.tddrager_disp + 1 + 1) < 4) { + if (all_width[this.tddrager_disp + 1 + 1] - dx1 > 50) { + all_width[this.tddrager_disp + 1 + 1] -= dx; + } else { + var dx2 = dx1 + (all_width[this.tddrager_disp + 1 + 1] - 50); + all_width[this.tddrager_disp + 1 + 1] = 50; + if ((this.tddrager_disp + 1 + 1 + 1) < 4) { + if (all_width[this.tddrager_disp + 1 + 1 + 1] - dx2 > 50) { + all_width[this.tddrager_disp + 1 + 1 + 1] -= dx; + } else { + all_width[this.tddrager_disp + 1 + 1 + 1] = 50; + } + } + } + } + + } + other_width = 0; + for (i = 0; i < 4; i++) { + if (i !== this.tddrager_disp) { + other_width += all_width[i]; + } + } + all_width[this.tddrager_disp] = right_width - other_width; + } else { + all_width[this.tddrager_disp] = width; + all_width[this.tddrager_disp + 1] -= dx; + } + other_width = 0; + for (i = 0; i < 4; i++) { + if (i != this.tddrager_disp) { + other_width += all_width[i]; + } + } + all_width[this.tddrager_disp] = right_width - other_width; + for (i = 0; i < 4; i++) { + this.detailper[i] = Math.floor((all_width[i] / right_width) * 100); + } + this.showIcos(this.winid); + //alert(document.getElementById('tabs_cover').offsetLeft+'========='+document.getElementById('tabs_cover').offsetWidth); +}; +_filemanage.prototype.DetachEvent = function () { + + //document.body.style.cursor="url('dzz/images/cur/aero_arrow.cur'),auto"; + document.onmousemove = _filemanage.onmousemove; + document.onmouseup = _filemanage.onmouseup; + document.onselectstart = _filemanage.onselectstart; + + + +}; +_filemanage.prototype.AttachEvent = function (e) { + _filemanage.onmousemove = document.onmousemove; + _filemanage.onmouseup = document.onmouseup; + _filemanage.onselectstart = document.onselectstart; + try { + document.onselectstart = function () { + return false; + }; + if (e.preventDefault) { + e.preventDefault(); + } else { + if (this.board.setCapture) { + this.board.setCapture(); + } + } + } catch (event) { + + } +}; +_filemanage.prototype.Resize = function () { + _explorer.Scroll(jQuery('.scroll-y')); +}; + +_filemanage.Search = function (data, keyword) { + var data1 = {}; + for (var i in data) { + if (data[i].name.toLowerCase().indexOf(keyword.toLowerCase()) !== -1) { + data1[i] = data[i]; + } + } + return data1; +}; +_filemanage.Sort = function (data, disp, asc) { + var sarr = []; + if (!data) { + return []; + } + for (var i in data) { + + switch (parseInt(disp)) { + case 0: + + if (data[i].type === 'folder') { + sarr[sarr.length] = ' ' + data[i].name.replace(/_/g, '') + ' ___' + i; + } else { + sarr[sarr.length] = data[i].name.replace(/_/g, '') + '___' + i; + } + break; + case 1: + sarr[sarr.length] = data[i].size + '___' + i; + break; + case 2: + if (data[i].type === 'folder') { + sarr[sarr.length] = ' ' + '___' + i; + } else { + sarr[sarr.length] = data[i].ext + data[i].type + '___' + i; + } + break; + case 3: + //asc=0; + sarr[sarr.length] = (data[i].dateline) + '___' + i; + break; + } + } + if (parseInt(disp) === 1) { + sarr = sarr.sort(function (a, b) { + return (parseInt(a) - parseInt(b)); + }); + + } else { + sarr = sarr.sort(); + } + var temp = {}; + var temp1 = ''; + if (asc > 0) { + for (i = 0; i < sarr.length; i++) { + temp1 = sarr[i].split('___'); + temp['icos_' + temp1[1]] = data[temp1[1]]; + } + } else { + for (i = sarr.length - 1; i >= 0; i--) { + temp1 = sarr[i].split('___'); + temp['icos_' + temp1[temp1.length - 1]] = data[temp1[temp1.length - 1]]; + } + } + return temp; +}; +_filemanage.get_template = function (sid, whole, disp, asc) { + var obj = _filemanage.cons[sid]; + var str = ''; + if (whole) { + switch (obj.view) { + case 0: + case 1: + case 2: + case 3: + str = jQuery('#template_middleicon').html(); + + break; + case 4: + str = jQuery('#template_detaillist').html(); + //替换 + break; + } + //替换参数 + str = str.replace(/\{asc_\d\}/g, obj.asc); + var regx = new RegExp('\{show_' + obj.disp + '\}', 'ig'); + str = str.replace(regx, 'inline-block'); + str = str.replace(/\{show_\d}/ig, 'none'); + } else { + switch (obj.view) { + case 0: + case 1: + case 2: + case 3: + str = jQuery('#template_middleicon .js-file-item-tpl').html(); + break; + case 4: + str = jQuery('#template_detaillist .js-file-item-tpl').html(); + break; + } + } + return str; + +}; +//文件没有可以打开的应用 +_filemanage.Open = function (rid, extid, title) { + var data = _explorer.sourcedata.icos[rid]; + var name = data.name; + // var ext =data.ext; + // var type=data.type; + var atdingding=0; + try{ + if(DingTalkPC && typeof(DingTalkPC)!="undefined" && DingTalkPC.ua.isDesktop && DingTalkPC.ua.isInDingTalk){ + atdingding=1; + } + }catch(e){} + var obj = {}; + obj.type = data.type; + obj.ext = data.ext; + obj.id = rid; + obj.text = name; + obj.dpath = data.dpath; + //判断打开的url中是否含有dzzjs:等特殊协议;为了安全,只有应用才可以 + /* if(obj.type=='app'){ + if(_explorer.sourcedata.app[obj.oid] && _explorer.sourcedata.app[obj.oid]['available']<1){ + Alert(__lang.regret_app+_explorer.sourcedata.app[obj.oid]['appname']+__lang.already_close,5,null,null,'info'); + return ; + } + if(obj.url.indexOf('dzzjs:')===0){ + eval((obj.url.replace('dzzjs:',''))); + return; + }else{ + window.open(obj.url); + } + }else*/ if (obj.type === 'link') { + addstatis(rid); + window.open(data.url); + return; + } else if (obj.type === 'dzzdoc') { + obj.url = "index.php?mod=document&icoid=" + obj.id; + if(atdingding){ + window.open( encodeURI(SITEURL+"index.php?mod=dingtalk&op=loginfromding&redirecturl="+encodeURIComponent(obj.url)) ); + }else{ + window.open(obj.url); + } + addstatis(obj.id); + return; + } else if (obj.type === 'folder') { + var hash = ''; + var fid = data.oid; + if (data.gid > 0) { + hash = '#group&do=file&gid=' + data.gid + (fid > 0 ? '&fid=' + fid : ''); + } else { + hash = '#home&do=file&fid=' + fid; + } + addstatis(rid); + window.location.hash = hash; + return false; + } + + if (!extid) { + extid = getExtOpen(data, true); + } + if (extid) { + if (_explorer.extopen.all[extid].appid > 0 && _explorer.sourcedata.app[_explorer.extopen.all[extid].appid]['available'] < 1) { + Alert(__lang.regret_app + _explorer.sourcedata.app[_explorer.extopen.all[extid].appid]['appname'] + __lang.already_close, 5, null, null, 'info'); + return; + } + var extdata_url = extopen_replace(data, extid); + //var app=_explorer.sourcedata.app[_explorer.extopen.all[extid].appid]; + if (extdata_url) { + extdata_url = extdata_url.replace(/{\w+}/g, ''); + if (extdata_url.indexOf('dzzjs:OpenPicWin') === 0) { + jQuery('img[data-original]:visible').dzzthumb(); + addstatis(rid); + jQuery('.Icoblock[rid=' + rid + '] img[data-original]').trigger('click'); + return; + } else if (extdata_url.indexOf('dzzjs:') === 0) { + + eval((extdata_url.replace('dzzjs:',''))); + addstatis(rid); + return; + } else { + if(atdingding){ + var extdata_url=encodeURI(SITEURL+"index.php?mod=dingtalk&op=loginfromding&redirecturl="+encodeURIComponent(extdata_url)); + } + window.open(extdata_url); + addstatis(rid); + } + } + } else { + showDialog('文件没有可以打开的应用'); + } +}; + +//获取打开方式 + +function getExtOpen(data, isdefault) { + + if (data.type === 'folder' || data.type === 'user' || data.type === 'app' || data.type === 'pan' || data.type === 'storage' || data.type === 'disk') { + return true; + } + var openarr = []; + + //判断特殊区域后缀 + var bz = 'dzz'; + if (data.bz === '' || typeof data.bz === 'undefined') { + if (data.rbz) { + var bzarr = data.rbz.split(':'); + bz = bzarr[0]; + } else { + bz = 'dzz'; + } + } else { + var bzarr = data.bz.split(':'); + bz = bzarr[0]; + } + var ext = bz + ':' + data.ext; + var i = 0; + if (ext && _explorer.extopen.ext[ext]) { + if (isdefault && _explorer.extopen.all[_explorer.extopen.user[ext]]) { + return _explorer.extopen.user[ext]; + } + for (i = 0; i < _explorer.extopen.ext[ext].length; i++) { + if (_explorer.extopen.all[_explorer.extopen.ext[ext][i]]) { + if (isdefault && _explorer.extopen.all[_explorer.extopen.ext[ext][i]].isdefault > 0) { + return _explorer.extopen.all[_explorer.extopen.ext[ext][i]].extid; + } + openarr.push(_explorer.extopen.all[_explorer.extopen.ext[ext][i]]); + } + } + } + if (data.ext && _explorer.extopen.ext[data.ext]) { + if (isdefault && _explorer.extopen.all[_explorer.extopen.user[data.ext]]) { + return _explorer.extopen.user[data.ext]; + } + for (i = 0; i < _explorer.extopen.ext[data.ext].length; i++) { + if (_explorer.extopen.all[_explorer.extopen.ext[data.ext][i]]) { + if (isdefault && _explorer.extopen.all[_explorer.extopen.ext[data.ext][i]].isdefault > 0) { + return _explorer.extopen.all[_explorer.extopen.ext[data.ext][i]].extid; + } + openarr.push(_explorer.extopen.all[_explorer.extopen.ext[data.ext][i]]); + } + } + } + + + //判断type + if (data.type !== data.ext && _explorer.extopen.ext[data.type]) { + if (isdefault && _explorer.extopen.all[_explorer.extopen.user[data.type]]) { + return _explorer.extopen.user[data.type]; + } + for (i = 0; i < _explorer.extopen.ext[data.type].length; i++) { + if (_explorer.extopen.all[_explorer.extopen.ext[data.type][i]]) { + if (isdefault && _explorer.extopen.all[_explorer.extopen.ext[data.type][i]].isdefault > 0) { + return _explorer.extopen.all[_explorer.extopen.ext[data.type][i]].extid; + } + openarr.push(_explorer.extopen.all[_explorer.extopen.ext[data.type][i]]); + } + } + } + if (isdefault) { + if (openarr.length > 0) { + return openarr[0].extid; + } else { + return false; + } + } else { + var appids = []; + for (i in openarr) { + if ($.inArray(openarr[i].appid, appids) > -1) { + openarr.splice(i, 1); + } else { + appids.push(openarr[i].appid); + } + } + if (openarr.length > 0) { + return openarr; + } else { + return false; + } + } +} +//文件路径 +function extopen_replace(ico, extid) { + ico.icoid = ico.rid; + var extdata = _explorer.extopen.all[extid]; + var extdata_url = ''; + if (!ico || !extdata) { + return false; + } + for (var key in ico) { + extdata_url = extdata.url.replace(/{(\w+)}/g, function ($1) { + key = $1.replace(/[{}]/g, ''); + if (key === 'url') { + return encodeURIComponent(ico[key]); + } else if (key === 'icoid') { + return ico.rid; + } else if (key === 'path') { + return ico.dpath; + } else { + return ico[key]; + } + }); + } + if (extdata_url.indexOf('dzzjs:') === -1 && extdata_url.indexOf('?') !== -1 && extdata_url.indexOf('path=') === -1) { + extdata_url = extdata_url + '&path=' + ico.dpath; + } + return extdata_url; +} + +_filemanage.collect = function (rid) { + var filemanage = _filemanage.cons[_filemanage.winid]; + var containid = 'filemanage-' + _filemanage.winid; + var total = filemanage.total; + var dpaths = []; + var collects = 0; + var collect = 1; + var ico = null; + var i = 0; +// console.log(_filemanage.selectall.icos.length); + if (_filemanage.selectall.icos.length > 0 && jQuery.inArray(rid, _filemanage.selectall.icos) > -1) { + for (i = 0; i < _filemanage.selectall.icos.length; i++) { + ico = _explorer.sourcedata.icos[_filemanage.selectall.icos[i]]; + if (ico.collect) { + collects += 1; + } + dpaths.push(ico.dpath); + } + if (collects === _filemanage.selectall.icos.length) { + collect = 0; + } + } else { + + ico = _explorer.sourcedata.icos[rid]; + if (ico.collect) { + collect = 0; + } + dpaths = [ico.dpath]; + } + //var path=encodeURIComponent(dpaths.join(',')); +// console.log(dpaths.length); + if (dpaths.length) { + $.post(_explorer.appUrl + '&op=ajax&operation=collect', { + "paths": dpaths, + 'collect': collect + }, function (json) { + if (json.error) { + showDialog(json.error, 'notice'); + } else { + var msg = ''; + if (collect === 0) { + if (_filemanage.subfix === 'collect') {//收藏页面中 + for (var key in json.msg) { + if (json.msg[key] === 'success') { + msg += '

    ' + _explorer.sourcedata.icos[key].name + __lang.cancle_collect_success + '

    '; + _filemanage.removerid(key); + + total--; + } else { + msg += '

    ' + _explorer.sourcedata.icos[key].name + json.msg[key].error + '

    '; + + } + } + _filemanage.showTemplatenoFile(containid, total); + + } else { + for (var i in json.msg) { + if (json.msg[i] === 'success') { + _explorer.sourcedata.icos[rid].collect = 0; + msg += '

    ' + _explorer.sourcedata.icos[i].name + __lang.cancle_collect_success + '

    '; + jQuery('#' + containid + ' .Icoblock[rid=' + i + ']').find('.dzz-colllection-item').addClass('hide'); + } else { + msg += '

    ' + _explorer.sourcedata.icos[i].name + json.msg[i].error + '

    '; + } + } + } + } else { + + for (var i in json.msg) { + if (json.msg[i] === 'success') { + msg += '

    ' + _explorer.sourcedata.icos[i].name + __lang.collect_success + '

    '; + _explorer.sourcedata.icos[rid].collect = 1; + jQuery('#' + containid + ' .Icoblock[rid=' + i + ']').find('.dzz-colllection-item').removeClass('hide'); + } else { + msg += '

    ' + _explorer.sourcedata.icos[i].name + json.msg[i].error + '

    '; + } + } + } + showmessage(msg, 'success', 3000, 1, 'right-bottom'); + //console.log('收藏成功时处理'); + } + }, 'json'); + } + return; +}; +_filemanage.property = function (rid, isfolder) { + var path = ''; + if (isfolder) { + var folder = _explorer.sourcedata.folder[rid]; + path = encodeURIComponent('fid_' + folder.path); + } else { + var dpaths = []; + var ico = null; + if (_filemanage.selectall.icos.length > 0 && jQuery.inArray(rid, _filemanage.selectall.icos) > -1) { + for (var i = 0; i < _filemanage.selectall.icos.length; i++) { + ico = _explorer.sourcedata.icos[_filemanage.selectall.icos[i]]; + dpaths.push(ico.dpath); + } + } else { + ico = _explorer.sourcedata.icos[rid]; + dpaths = [ico.dpath]; + } + path = encodeURIComponent(dpaths.join(',')); + } + showWindow('property', _explorer.appUrl + '&op=ajax&operation=property&paths=' + path); +}; +_filemanage.share = function (rid, rids) { + if (!rid) { + rid = _filemanage.selectall.icos[0]; + } + var dpaths = []; + var path = ''; + var numperg = /^\d+$/; + if (numperg.test(rid)) { + dpaths.push(rid); + path = rid; + } else { + var ico = null; + if (_filemanage.selectall.icos.length > 0 && jQuery.inArray(rid, _filemanage.selectall.icos) > -1 && !rids) { + for (var i = 0; i < _filemanage.selectall.icos.length; i++) { + ico = _explorer.sourcedata.icos[_filemanage.selectall.icos[i]]; + dpaths.push(ico.dpath); + } + } else { + ico = _explorer.sourcedata.icos[rid]; + dpaths = [ico.dpath]; + + } + path = encodeURIComponent(dpaths.join(',')); + } + if (dpaths.length > 0) { + showWindow('share', _explorer.appUrl + '&op=ajax&operation=share&paths=' + path, 'get', 0); + } +}; + + +_filemanage.downAttach = function (id) { + //if(_explorer.Permission('download','',id)) { + if (!id) { + id = _filemanage.selectall.icos[0]; + } + var data = _explorer.sourcedata.icos[id]; + if (!data) { + return false; + } + var url = DZZSCRIPT + '?mod=io&op=download&path=' + encodeURIComponent(data.dpath) + '&t=' + new Date().getTime(); + if (BROWSER.ie) { + window.open(url); + } else { + window.frames.hideframe.location = url; + } + //} + return false; +}; +_filemanage.downThumb = function (id) { + //if(_explorer.Permission('download','',id)) { + + var data = _explorer.sourcedata.icos[id]; + var url = data.url + '&filename=' + encodeURIComponent(data.name) + '&a=down&t=' + new Date().getTime(); + if (BROWSER.ie) { + window.open(url); + } else { + window.frames.hideframe.location = url; + } + //} + return false; +}; + +_filemanage.downpackage = function () { + //if(_explorer.Permission('download','',id)) { + //检查是否有不能下载的文件类型 + var errors = ''; + var dpaths = []; + for (var i = 0; i < _filemanage.selectall.icos.length; i++) { + var ico = _explorer.sourcedata.icos[_filemanage.selectall.icos[i]]; + if (ico.type === 'folder' || ico.type === 'document' || ico.type === 'image' || ico.type === 'attach') { + dpaths.push(ico.dpath); + } else { + errors += '
  • ' + ico.name + '
  • '; + } + } + if (errors) { + showmessage('

    ' + __lang.error_file_not_download + '

      ' + errors + '
    ', 'danger', 5000, 1); + return false; + } + var path = encodeURIComponent(dpaths.join(',')); + if (path.length > 2048) { + showmessage(__lang.choose_file_many, 'danger', 3000, 1); + return false; + } + var url = DZZSCRIPT + '?mod=io&op=download&path=' + path + '&t=' + new Date().getTime(); + if (BROWSER.ie) { + window.open(url); + } else { + window.frames.hideframe.location = url; + } + //} + return false; +}; + +_filemanage.NewIco = function (type, fid) { + if (!fid && !_filemanage.fid) { + return; + } + if (!fid) { + fid = _filemanage.fid; + } + + if (type === 'newFolder') { + showWindow('newFolder', _explorer.appUrl + '&op=ajax&operation=' + type + '&fid=' + fid); + } else if (type === 'newLink') { + showWindow('newLink', _explorer.appUrl + '&op=ajax&operation=' + type + '&fid=' + fid); + } else { + $.post(_explorer.appUrl + '&op=ajax&operation=newIco&type=' + type, { + 'fid': fid + }, function (data) { + if (data.msg === 'success') { + _explorer.sourcedata.icos[data.rid] = data; + _filemanage.cons['f-' + fid].CreateIcos(data); + _filemanage.addIndex(data); + _filemanage.rename(data.rid); + } else { + showDialog(data.error); + } + }, 'json'); + } +}; +//增加索引 +_filemanage.addIndex = function(data){ + console.log(data); + if(data.filetype != 'folder' && data.filetype != 'link'){ + $.post(MOD_URL+'&op=ajax&operation=addIndex',{ + 'aid':data.aid, + 'rid':data.rid, + 'username':data.username, + 'filetype':data.filetype, + 'filename':data.name, + 'md5':data.md5, + 'vid':data.vid, + 'pfid':data.pfid, + 'gid':data.gid, + 'uid':data.uid, + },function(json){ + if(json['success']){ + + }else{ + alert(json.error); + } + },'json') + } +} +_filemanage.updateIndex = function(data){ + if(data.type != 'folder' && data.type != 'link'){ + $.post(MOD_URL+'&op=ajax&operation=updateIndex',data,function(json){ + if(json['success']){ + + }else{ + alert(json.error); + } + },'json') + } +} +_filemanage.rename = function (id) { + var ico = _explorer.sourcedata.icos[id]; + if (!ico) { + return; + } + var filemanage = _filemanage.cons[_filemanage.winid]; + + var el = jQuery('#file_text_' + id); + el.css('overflow', 'visible'); + el.closest('td').addClass('renaming'); + jQuery('#Icoblock_middleicon_' + id).find('.IcoText_div').css('overflow', 'visible'); + filemanage.oldtext = el.html(); + var html = ''; + if (filemanage.view > 3) { + html = ""; + } else { + html = ""; + } + + el.html(html); + //jQuery('#content_'+filemanage.winid+' .icoblank[icoid="'+id+'"]').css('z-index',-1); + var ele = jQuery('#input_' + id); + ele.select(); + ele.on('keyup', function (e) { + e = e ? e : event; + if (e.keyCode === 13) { + jQuery(document).trigger('mousedown.file_text_' + id); + } + }); + jQuery(document).on('mousedown.file_text_' + id, function (e) { + //var obj = event.srcElement ? event.srcElement : event.target; + e = e ? e : window.event; + var obj = e.srcElement ? e.srcElement : e.target; + if (jQuery(obj).closest('#file_text_' + id).length < 1) { + jQuery(document).off('.file_text_' + id); + var text = ele.val() || ""; + var emptymatch = /^\s*$/; + if(emptymatch.test(text)){ + showDialog(__lang.name_is_must,'error','',function(){ + el.html(filemanage.oldtext); + el.css('overflow', 'hidden'); + el.closest('td').removeClass('renaming'); + jQuery('#Icoblock_middleicon_' + id).find('.IcoText_div').css('overflow', 'hidden'); + }); + return false; + } + text = text.replace("\n", ''); + if (filemanage.oldtext !== text) { + _filemanage.Rename(id, text); + } else { + el.html(filemanage.oldtext); + el.css('overflow', 'hidden'); + el.closest('td').removeClass('renaming'); + jQuery('#Icoblock_middleicon_' + id).find('.IcoText_div').css('overflow', 'hidden'); + } + //jQuery('#content_'+filemanage.winid+' .icoblank[icoid="'+id+'"]').css('z-index',10); + } + }); + +}; + +_filemanage.Rename = function (rid, text) { + var ico = _explorer.sourcedata.icos[rid]; + var filemanage = _filemanage.cons[_filemanage.winid]; + jQuery.ajax({ + type: 'post', + url: _explorer.appUrl + '&op=dzzcp&do=rename', + data: { + "text": text, + "path": ico.dpath, + "t": (new Date().getTime()) + }, + dataType: "json", + success: function (json) { + if (json.rid) { + _explorer.sourcedata.icos[json.rid].name = json.name; + filemanage.data[json.rid].name = json.name; + filemanage.CreateIcos(_explorer.sourcedata.icos[json.rid], true); + var updatedatas = {'arr[rid]':json.rid,'arr[name]':json.name,'arr[vid]':json.vid,'type':json.type}; + _filemanage.updateIndex(updatedatas); + } else { + jQuery('#file_text_' + rid).html(filemanage.oldtext); + if (json.error) { + showmessage(json.error, 'danger', 3000, 1); + } + } + }, + error: function () { + jQuery('#file_text_' + rid).html(filemanage.oldtext); + if (json.error) { + showmessage(json.error, 'danger', 3000, 1); + } + showmessage(__lang.js_network_error, 'danger', 3000, 1); + } + }); +}; +_filemanage.deleteIndex=function(rids){ + $.post(MOD_URL+'&op=ajax&operation=deleteIndex',{ + 'rids':rids + },function(json){ + if(json['success']){ + + }else{ + alert(json.error); + } + },'json') +} +//回收站删除时弹出框 +_filemanage.finallyDelete = function (rid, noconfirm, title) { + var filemanage = _filemanage.cons[_filemanage.winid]; + var containid = 'filemanage-' + _filemanage.winid; + var total = filemanage.total; + if (!rid) { + rid = _filemanage.selectall.icos[0]; + } + var icosdata = _explorer.sourcedata.icos[rid]; + var path = []; + var data = {}; + if (_filemanage.selectall.icos.length > 0 && jQuery.inArray(rid, _filemanage.selectall.icos) > -1) { + /*if(icosdata.bz && icosdata.bz){ + + for(var i in _filemanage.selectall.icos){ + path.push(_explorer.sourcedata.icos[_filemanage.selectall.icos[i]].dpath); + } + data={rids:path,'bz':icosdata.bz}; + }else{*/ + for (var i in _filemanage.selectall.icos) { + path.push(_explorer.sourcedata.icos[_filemanage.selectall.icos[i]].dpath); + } + data = { + rids: path + }; + // } + } else { + /* if(icosdata.bz && icosdata.bz){ + data={rids:[icosdata.dpath],'bz':icosdata.bz}; + }else{*/ + data = { + rids: [icosdata.dpath] + }; + //} + } + var url = _explorer.appUrl + '&op=dzzcp&do=finallydelete&t=' + new Date().getTime(); + var msg = '' + __lang.finally_delete_file_confirm + ''; + showDialog(msg, 'confirm', '确定要删除文件?', function () { + var progress = '
    '; + showmessage('

    ' + __lang.deleting_not_please_close + '

    ' + progress, 'success', 0, 1, 'right-bottom'); + jQuery.post(url, data, function (json) { + var rids = []; + for (var i in json.msg) { + if (json.msg[i] === 'success') { + showmessage(_explorer.sourcedata.icos[i].name + __lang.delete_success, 'success', 1000, 1, 'right-bottom'); + //_filemanage.removerid(i); + rids.push(i); + total--; + _filemanage.showTemplatenoFile(containid, total); + + } else { + showmessage(json.msg[i], 'error', 3000, 1, 'right-bottom'); + } + } + _filemanage.deleteIndex(rids); + _filemanage.removeridmore(rids); + }, 'json'); + }) + + +}; +//清空回收站 +_filemanage.deleteAll = function () { + var filemanage = _filemanage.cons[_filemanage.winid]; + var containid = 'filemanage-' + _filemanage.winid; + var total = filemanage.total; + var url = _explorer.appUrl + '&op=dzzcp&do=emptyallrecycle&k=' + new Date().getTime(); + var msg = '' + __lang.finally_delete_file_confirm + ''; + showDialog(msg, 'confirm', '您确定删除回收站所有文件吗?删除之后不可恢复', function () { + var progress = '
    '; + showmessage('

    ' + __lang.deleting_not_please_close + '

    ' + progress, 'success', 0, 1, 'right-bottom'); + $.getJSON(url, function (data) { + if(data.error){ + showmessage(data.error, 'error', 3000, 1, 'right-bottom'); + return false; + } + var rids = []; + for (var i in data.msg) { + if (data.msg[i] == 'success') { + showmessage(data.name[i] + __lang.delete_success, 'success', 1000, 1, 'right-bottom'); + //_filemanage.removerid(i); + rids.push(i); + total--; + + } else { + showmessage(data.msg[i], 'error', 3000, 1, 'right-bottom'); + } + } + _filemanage.showTemplatenoFile(containid, total); + _filemanage.deleteIndex(rids); + _filemanage.removeridmore(rids); + + + }); + }) + } + //还原所有文件 +_filemanage.recoverAll = function () { + var filemanage = _filemanage.cons[_filemanage.winid]; + var containid = 'filemanage-' + _filemanage.winid; + var total = filemanage.total; + var url = _explorer.appUrl + '&op=dzzcp&do=recoverAll&k=' + new Date().getTime(); + var msg = '' + __lang.recover_file_confirm + ''; + showDialog(msg, 'confirm', '您确定恢复所有文件到原位置吗?', function () { + var progress = '
    '; + showmessage('

    ' + __lang.recovering_not_please_close + '

    ' + progress, 'success', 0, 1, 'right-bottom'); + $.getJSON(url, function (data) { + if(data.error){ + showmessage(data.error, 'error', 3000, 1, 'right-bottom'); + return false; + } + var rids = []; + for (var i in data.msg) { + if (data.msg[i] == 'success') { + showmessage(data.name[i] + __lang.recover_success, 'success', 1000, 1, 'right-bottom'); + //_filemanage.removerid(i); + rids.push(i); + total--; + _filemanage.showTemplatenoFile(containid, total); + + } else { + showmessage(data.msg[i], 'error', 3000, 1, 'right-bottom'); + } + } + _filemanage.removeridmore(rids); + }); + }) +} + +_filemanage.RecoverFile = function (rid, noconfirm) { + var filemanage = _filemanage.cons[_filemanage.winid]; + var containid = 'filemanage-' + _filemanage.winid; + var total = filemanage.total; + if (!rid) { + rid = _filemanage.selectall.icos[0]; + } + var icosdata = _explorer.sourcedata.icos[rid]; + var path = []; + var data = {}; + if (_filemanage.selectall.icos.length > 0 && jQuery.inArray(rid, _filemanage.selectall.icos) > -1) { + /*if(icosdata.bz && icosdata.bz){ + + for(var i in _filemanage.selectall.icos){ + path.push(_explorer.sourcedata.icos[_filemanage.selectall.icos[i]].dpath); + } + data={rids:path,'bz':icosdata.bz}; + }else{*/ + for (var i in _filemanage.selectall.icos) { + path.push(_explorer.sourcedata.icos[_filemanage.selectall.icos[i]].dpath); + } + data = { + rids: path + }; + // } + } else { + /* if(icosdata.bz && icosdata.bz){ + data={rids:[icosdata.dpath],'bz':icosdata.bz}; + }else{*/ + data = { + rids: [icosdata.dpath] + }; + //} + } + var url = _explorer.appUrl + '&op=dzzcp&do=recoverFile&t=' + new Date().getTime(); + + var progress = '
    '; + showmessage('

    ' + __lang.recovering_not_please_close + '

    ' + progress, 'success', 0, 1, 'right-bottom'); + jQuery.post(url, data, function (json) { + var rids = []; + for (var i in json.msg) { + if (json.msg[i] === 'success') { + showmessage(_explorer.sourcedata.icos[i].name + __lang.recover_success, 'success', 1000, 1, 'right-bottom'); + //_filemanage.removerid(i); + rids.push(i); + _filemanage.showTemplatenoFile(containid, total); + + } else { + showmessage(json.msg[i], 'error', 3000, 1, 'right-bottom'); + } + } + _filemanage.removeridmore(rids); + + }, 'json'); +}; + +_filemanage.showTemplatenoFile = function (containid, total) { + if (total < 1 && jQuery('#' + containid).find('.emptyPage').length == 0) { + jQuery(jQuery('#template_nofile_notice').html()).appendTo(jQuery('#' + containid)); + } else { + jQuery('#' + containid).find('.emptyPage').remove(); + } + } + //取消分享 +_filemanage.cancleshares = function (rid, noconfirm) { + var filemanage = _filemanage.cons[_filemanage.winid]; + var containid = 'filemanage-' + _filemanage.winid; + var total = filemanage.total; + if (!rid) { + rid = _filemanage.selectall.icos[0]; + } + var msg = '' + __lang.delete_share_sure + ''; + var title = '' + '确定要删除分享?' + ''; + if (_filemanage.selectall.icos.length > 1 && jQuery.inArray(rid, _filemanage.selectall.icos) > -1) { + var questryshareid = _filemanage.selectall.icos.join(','); + } else { + var questryshareid = rid; + } + showDialog(msg, 'confirm', title, function () { + jQuery.getJSON(MOD_URL + '&op=share&do=delshare&shareid=' + questryshareid, function (data) { + var error_name = ''; + if (data['msg']) { + var datareturn = data['msg']; + for (var o in datareturn) { + if (datareturn[o]['success']) { + var shareid = parseInt(o); + jQuery('#shareinfo_' + shareid).remove(); + _filemanage.removerid(o); + total--; + + } else { + error_name += $('#' + shareid + '_title').text() + ','; + } + } + _filemanage.showTemplatenoFile(containid, total); + if (error_name != '') { + error_name = error_name.substr(0, error_name.length - 1); + showDetail(error_name + '{lang fail_cancel_share}'); + } + } + }); + }) + return false; +} +_filemanage.delIco = function (rid, noconfirm) { + var filemanage = _filemanage.cons[_filemanage.winid]; + var containid = 'filemanage-' + _filemanage.winid; + var total = filemanage.total; + if (!rid) { + rid = _filemanage.selectall.icos[0]; + } + var icosdata = _explorer.sourcedata.icos[rid]; + if (!noconfirm) { + //var finallydelete = (_explorer.deletefinally == 1) ? true:false; + var finallydelete = false; + if (_filemanage.selectall.icos.length > 0 && jQuery.inArray(rid, _filemanage.selectall.icos) > -1) { + if (_explorer.sourcedata.icos[_filemanage.selectall.icos[0]].isdelete > 0 || (_explorer.sourcedata.icos[_filemanage.selectall.icos[0]].bz && _explorer.sourcedata.icos[_filemanage.selectall.icos[0]].bz)) { + Confirm((finallydelete) ?__lang.js_finallydelete_selectall:__lang.js_delete_selectall, function () { + _filemanage.delIco(rid, 1); + }); + } else { + Confirm((finallydelete) ? __lang.js_finallydelete_selectall_recycle : __lang.js_delete_selectall_recycle, function () { + _filemanage.delIco(rid, 1); + }); + } + return; + } else if (_explorer.sourcedata.icos[rid].type === 'folder' && _explorer.sourcedata.folder[_explorer.sourcedata.icos[rid].oid] && _explorer.sourcedata.folder[_explorer.sourcedata.icos[rid].oid].iconum) { + if (_explorer.sourcedata.icos[rid].isdelete > 0 || (_explorer.sourcedata.icos[rid].bz && _explorer.sourcedata.icos[rid].bz)) { + Confirm((finallydelete) ? __lang.js_finallydelete_folder.replace('{name}', _explorer.sourcedata.icos[rid].name):__lang.js_delete_folder.replace('{name}', _explorer.sourcedata.icos[rid].name), function () { + _filemanage.delIco(rid, 1); + }); + } else { + Confirm((finallydelete) ? __lang.js_finallydelete_folder_recycle.replace('{name}', _explorer.sourcedata.icos[rid].name):__lang.js_delete_folder_recycle.replace('{name}', _explorer.sourcedata.icos[rid].name), function () { + _filemanage.delIco(rid, 1); + }); + } + return; + } else { + if (_explorer.sourcedata.icos[rid].isdelete > 0 || (_explorer.sourcedata.icos[rid].bz && _explorer.sourcedata.icos[rid].bz)) { + Confirm((finallydelete) ? __lang.js_finallydelete_confirm.replace('{name}', _explorer.sourcedata.icos[rid].name) : __lang.js_delete_confirm.replace('{name}', _explorer.sourcedata.icos[rid].name), function () { + _filemanage.delIco(rid, 1); + }); + } else { + Confirm((finallydelete) ? __lang.js_finallydelete_confirm_recycle.replace('{name}', _explorer.sourcedata.icos[rid].name): __lang.js_delete_confirm_recycle.replace('{name}', _explorer.sourcedata.icos[rid].name), function () { + _filemanage.delIco(rid, 1); + }); + } + return; + } + } + var path = []; + var data = {}; + if (_filemanage.selectall.icos.length > 0 && jQuery.inArray(rid, _filemanage.selectall.icos) > -1) { + if (icosdata.bz && icosdata.bz) { + + for (var i in _filemanage.selectall.icos) { + path.push(_explorer.sourcedata.icos[_filemanage.selectall.icos[i]].dpath); + } + data = { + rids: path, + 'bz': icosdata.bz + }; + } else { + + for (var i in _filemanage.selectall.icos) { + path.push(_explorer.sourcedata.icos[_filemanage.selectall.icos[i]].dpath); + } + data = { + rids: path + }; + } + } else { + if (icosdata.bz && icosdata.bz) { + data = { + rids: [icosdata.dpath], + 'bz': icosdata.bz + }; + } else { + data = { + rids: [icosdata.dpath] + }; + } + } + var url = _explorer.appUrl + '&op=dzzcp&do=deleteIco&t=' + new Date().getTime(); + var progress = '
    '; + showmessage('

    ' + __lang.deleting_not_please_close + '

    ' + progress, 'success', 0, 1, 'right-bottom'); + jQuery.post(url, data, function (json) { + var rids = []; + for (var i in json.msg) { + if (json.msg[i] === 'success') { + showmessage(_explorer.sourcedata.icos[i].name + __lang.delete_success, 'success', 1000, 1, 'right-bottom'); + //_filemanage.removerid(i); + rids.push(i); + total--; + _filemanage.showTemplatenoFile(containid, total); + + } else { + showmessage(json.msg[i], 'error', 3000, 1, 'right-bottom'); + } + } + _filemanage.removeridmore(rids); + + }, 'json'); +}; +_filemanage.removeridmore = function(rids){ + if(rids.length > 1){ + var rid = rids[0]; + var data = _explorer.sourcedata.icos[rid]; + var containerid = 'filemanage-' + _filemanage.winid; + var types = []; + for(var o in rids){ + var currentrid = rids[o]; + jQuery('#' + containerid + ' .Icoblock[rid=' + currentrid + ']').remove(); + var currentdata = _explorer.sourcedata.icos[currentrid]; + types.push(currentdata.type); + } + if($.inArray('folder',types) != -1){ + var node = jQuery('#position').jstree(true).get_node(data.gid > 0 ? (data.type > 0 ? '#g_' + data.gid : '#gid_' + data.gid) : '#f-' + data.oid); + jQuery('#position').jstree('refresh', node); + jQuery('#position').jstree('correct_state', node); + } + var filemanage = _filemanage.cons[_filemanage.winid]; + for(var o in rids){ + var currentrid = rids[o]; + //删除选中列表 + var i = jQuery.inArray(currentrid, _filemanage.selectall.icos); + if (i > -1) { + _filemanage.selectall.icos.splice(i, 1); + } + delete filemanage.data[currentrid]; + delete filemanage.currentdata['icos_' + currentrid]; + filemanage.sum--; + filemanage.total--; + filemanage.selectInfo(); + _filemanage.stack_run(filemanage.winid); //删除时如果有未显示的接着显示 + } + + }else{ + _filemanage.removerid(rids[0]); + } + +} +_filemanage.removerid = function (rid) { + //var self=this; + var data = _explorer.sourcedata.icos[rid]; + //this.asc= this.asc?1:0; + var containerid = 'filemanage-' + _filemanage.winid; + var el = jQuery('#' + containerid + ' .Icoblock[rid=' + rid + ']'); + el.remove(); + if (data.type === 'folder') { + var node = jQuery('#position').jstree(true).get_node(data.gid > 0 ? (data.type > 0 ? '#g_' + data.gid : '#gid_' + data.gid) : '#f-' + data.oid); + jQuery('#position').jstree('refresh', node); + jQuery('#position').jstree('correct_state', node); + } + var filemanage = _filemanage.cons[_filemanage.winid]; + //删除选中列表 + var i = jQuery.inArray(rid, _filemanage.selectall.icos); + if (i > -1) { + _filemanage.selectall.icos.splice(i, 1); + } + delete filemanage.data[rid]; + delete filemanage.currentdata['icos_' + rid]; + filemanage.sum--; + filemanage.total--; + filemanage.selectInfo(); + _filemanage.stack_run(filemanage.winid); //删除时如果有未显示的接着显示 + + +}; +//文件复制 +_filemanage.copy = function (rid) { + if (!rid) { + rid = _filemanage.selectall.icos[0]; + } + var icosdata = _explorer.sourcedata.icos[rid]; + var path = []; + var data = {}; + if (_filemanage.selectall.icos.length > 0 && jQuery.inArray(rid, _filemanage.selectall.icos) > -1) { + if (icosdata.bz && icosdata.bz) { + for (var i in _filemanage.selectall.icos) { + path.push(_explorer.sourcedata.icos[_filemanage.selectall.icos[i]].dpath); + } + data = { + rids: path, + 'bz': icosdata.bz + }; + } else { + for (var i in _filemanage.selectall.icos) { + path.push(_explorer.sourcedata.icos[_filemanage.selectall.icos[i]].dpath); + } + data = { + rids: path + }; + } + } else { + if (icosdata.bz && icosdata.bz) { + data = { + rids: [icosdata.dpath], + 'bz': icosdata.bz + }; + } else { + data = { + rids: [icosdata.dpath] + }; + } + } + //复制类型值为1,剪切类型值为2 + data.copytype = 1; + var url = _explorer.appUrl + '&op=dzzcp&do=copyfile&t=' + new Date().getTime(); + //var progress='
    '; + jQuery.post(url, data, function (json) { + if (json.msg === 'success') { + var filenames = ''; + _explorer.cut.iscut = 0; + _explorer.cut.icos = json.rid; + for (var o in json['rid']) { + jQuery('.Icoblock[rid=' + json.rid[o] + ']').removeClass('iscut'); + filenames += _explorer.sourcedata.icos[json.rid[o]].name + ','; + } + filenames = filenames.substr(0, filenames.length - 1); + showmessage(filenames + __lang.copy_success, 'success', 1000, 1, 'right-bottom'); + } else { + showmessage(json.msg, 'error', 3000, 1, 'right-bottom'); + } + + + }, 'json'); +}; +//文件剪切 +_filemanage.cut = function (rid) { + var filemanage = _filemanage.cons[_filemanage.winid]; + var containid = 'filemanage-' + _filemanage.winid; + var total = filemanage.total; + if (!rid) { + rid = _filemanage.selectall.icos[0]; + } + var icosdata = _explorer.sourcedata.icos[rid]; + var path = []; + var data = {}; + if (_filemanage.selectall.icos.length > 0 && jQuery.inArray(rid, _filemanage.selectall.icos) > -1) { + if (icosdata.bz && icosdata.bz) { + for (var i in _filemanage.selectall.icos) { + path.push(_explorer.sourcedata.icos[_filemanage.selectall.icos[i]].dpath); + } + data = { + rids: path, + 'bz': icosdata.bz + }; + } else { + for (var i in _filemanage.selectall.icos) { + path.push(_explorer.sourcedata.icos[_filemanage.selectall.icos[i]].dpath); + } + data = { + rids: path + }; + } + } else { + if (icosdata.bz && icosdata.bz) { + data = { + rids: [icosdata.dpath], + 'bz': icosdata.bz + }; + } else { + data = { + rids: [icosdata.dpath] + }; + } + } + //复制类型值为1,剪切类型值为2 + data.copytype = 2; + var url = _explorer.appUrl + '&op=dzzcp&do=copyfile'; + // var progress='
    ' + jQuery.post(url, data, function (json) { + if (json.msg === 'success') { + var filenames = ''; + _explorer.cut.iscut = 1; + _explorer.cut.icos = json.rid; + jQuery('.Icoblock').removeClass('iscut'); + for (var o in json.rid) { + + jQuery('.Icoblock[rid=' + json.rid[o] + ']').addClass('iscut'); + filenames += _explorer.sourcedata.icos[json.rid[o]].name + ','; + total--; + } + _filemanage.showTemplatenoFile(containid, total); + filenames = filenames.substr(0, filenames.length - 1); + showmessage(filenames + __lang.cut_success, 'success', 1000, 1, 'right-bottom'); + } else { + showmessage(json.msg, 'error', 3000, 1, 'right-bottom'); + } + + }, 'json'); +}; +//粘贴 +_filemanage.paste = function (fid) { + var folder = _explorer.sourcedata.folder[fid]; + if (!folder) { + return false; + } + var data = { + 'tpath': folder.fid, + 'tbz': folder.bz + }; + var url = _explorer.appUrl + '&op=dzzcp&do=paste'; + var i = 0; + var node = null; + jQuery.post(url, data, function (json) { + if(json.error){ + showmessage(json.error,'danger',3000,1); + }else{ + if (fid === _filemanage.fid) { + + if (json.folderarr) { + for (i = 0; i < json.folderarr.length; i++) { + _explorer.sourcedata.folder[json.folderarr[i].fid] = json.folderarr[i]; + } + node = jQuery('#position').jstree(true).get_node(folder.gid > 0 ? (folder.type > 0 ? '#g_' + folder.gid : '#gid_' + folder.gid) : '#f-' + folder.pfid); + jQuery('#position').jstree('refresh', node); + jQuery('#position').jstree('correct_state', node); + } + if (json.icoarr) { + var filemanage = _filemanage.cons['f-' + fid]; + var addIndex = (json['copytype']) ? true:false; + for (i = 0; i < json.icoarr.length; i++) { + if (json.icoarr[i].pfid === filemanage.fid) { + _explorer.sourcedata.icos[json.icoarr[i].rid] = json.icoarr[i]; + filemanage.CreateIcos(json.icoarr[i]); + if(addIndex){ + _filemanage.addIndex(json.icoarr[i]); + } + } + } + } + } else { + showmessage('粘贴成功', 'success', 3000, 1); + } + } + + }, 'json'); + +}; diff --git a/dzz/explorer/js/header-search.js b/dzz/explorer/js/header-search.js new file mode 100644 index 0000000..323d272 --- /dev/null +++ b/dzz/explorer/js/header-search.js @@ -0,0 +1,760 @@ +var searchjson = { + 'after': 0, + 'before': 0, + 'owner': 0, + 'type': 0, + 'position': [], + 'keywords': 0, + 'uid': 0, + 'fid': [], + 'flag': [], + 'flagval':[] +}; + +//判断搜索条件是否为空 +function ishascondition() { + for (var o in searchjson) { + if (searchjson[o] != false) { + $('#emptysearchcondition').removeClass('hide'); + return true; + } + } + return false; +} +jQuery(document).ready(function(e) { + //特定的人开始 + //用户名分割问题 + $("#id_label_multiples").select2({ + placeholder: "点击或输入开始添加同事", + separator: ",", + multiple:true, + ajax: { + url: MOD_URL+'&op=search_condition&do=getuser', + dataType: 'json', + quietMillis: 250, + data: function(term, page) { // page is the one-based page number tracked by Select2 + return { + q: term, //search term + page: page // page number + }; + }, + results: function(data, page) { + var more = (page * 30) < data.total_count; // whether or not there are more results available + + // notice we return the value of more so Select2 knows if more results can be loaded + return { + results: data.items, + more: more + }; + } + } + }).on('change', function (e) { + $(this).val(); + if (typeof e.added != 'undefined') { + var username = e.added.text; + var userindex = $.inArray(username, usernamearr); + if (userindex == -1) { + usernamearr.push(username) + } + } else if (typeof e.removed != 'undefined') { + var username = e.removed.text; + var userindex = $.inArray(username, usernamearr); + if (userindex != -1) { + usernamearr.splice(userindex, 1); + } + } + var val = $(this).val(); + + ownerstr = usernamearr.join(','); + searchjson['owner'] = ownerstr; + searchjson['uid'] = val; + searchConditionChange(); + return false; + + }); + //特定的人结束 + //特定的日期 + jQuery("#selectStart,#selectEnd").datepicker({ //添加日期选择功能 + numberOfMonths: 1, //显示几个月 + showButtonPanel: false, //是否显示按钮面板 + dateFormat: 'yy-mm-dd', //日期格式 + clearText: "清除", //清除日期的按钮名称 + closeText: "关闭", //关闭选择框的按钮名称 + yearSuffix: '年', //年的后缀 + showMonthAfterYear: true, //是否把月放在年的后面 + constrainInput: true, + maxDate: new Date(), + setDate: 'date', + + }); +}); +jQuery('#searchval').on('keyup',function (event) {//回车搜索 + if (event.which !="") { e = event.which; } + else if (event.charCode != "") { e = event.charCode; } + else if (event.keyCode != "") { e = event.keyCode; } + + if(e==13){ + parseSearchInputVal(jQuery(this).val()); + execute_search(); + } +}); +jQuery('#searchval').focus(function (e) {//头部搜索框变颜色 + var hascondition = ishascondition(); + var placeval=$(this).val(); + jQuery(this).parent().addClass('focus'); + if(!hascondition){ + jQuery('.dropdown-height').show(); + } + dropdown_off(); +}); + + +jQuery('#searchval').blur(function (e) {//失去焦点时 + var hascondition = ishascondition(); + if (!hascondition) { + $('#emptysearchcondition').addClass('hide'); + } +}) + +//清空搜索框 +$(document).on('click', '#emptysearchcondition', function () { + $(this).addClass('hide'); + // allowseracrinputwrite = true; + resetting_condition(); + $('#searchval').val('').focus(); +}) +/*//重新设置input值和样式 +function setSearchInputStyle(){ + var hascondition = ishascondition(); + if (!hascondition) { + $('#emptysearchcondition').addClass('hide'); + } +}*/ + +//头部搜索鼠标悬停开始 +$(document).on('mouseover', '.dropdown-height li', function () { + $(this).find('a').addClass('aHover'); + $(this).siblings().find('a').removeClass('aHover'); +}); +//头部搜索鼠标悬停结束 +//默认单条件搜索关闭框 +/*jQuery(document).click(function (event) {//关闭搜索内容 + if (jQuery(event.target).attr('id') != 'searchval') { + jQuery('.dropdown-height').hide(); + } +});*/ + +//搜索js,默认单条件搜索 +$('.less_searchcondition li').click(function (e) { + var type = $(this).find('a').data('val'); + if (typeof type == 'undefined') { + $('.dropdown-height').hide(); + show_more_search_condition(e); + } else { + resetting_condition(); + $('#searchval').val('type:' + type + ' '); + searchjson['type'] = type; + $('.dropdown-height').hide(); + searchConditionChange(); + execute_search(); + } + +}); + +var emptypreg = /^\s*$/i; +function show_more_search_condition(e) { + + var positionfill = jQuery('#positionsearch').data('fill'); + // var userfill = jQuery('#id_label_multiples').data('filluser'); + if (!positionfill) { + jQuery.post(MOD_URL+'&op=search_condition', {'requestfile': true}, function (data) { + if (data) { + var html = ''; + for (var o in data) { + var typeinfo = ''; + if(data[o]['type']) typeinfo = '('+data[o]['type']+')'; + html += '
    ' + + '
    '; + } + jQuery('#header-seaech-checkbox').append(html); + jQuery('#positionsearch').data('fill', true); + if (searchjson['fid']) { + var fids = searchjson['fid']; + for (var f in fids) { + $('#header-seaech-checkbox').find('input[value="' + fids[f] + '"]').prop('checked', true); + } + + } + } + }, 'json') + } + + /*if (!userfill) { + jQuery.post("{MOD_URL}&op=search_condition", {'requestuser': true}, function (data) { + if (data) { + var html = ''; + for (var o in data) { + html += ''; + } + jQuery('#id_label_multiples').html(html); + jQuery('#id_label_multiples').data('filluser', true); + if (searchjson['userselect'] != 'undefined') { + jQuery('.searchowner').parents('.dropdown-type').find('.typeowner,.name_emile').show(); + $('#id_label_multiples').select2('data', searchjson['userselect']); + } + + } + }, 'json') + }*/ + if (positionfill && searchjson['fid'] != false && searchjson['fid'].length) { + var fids = searchjson['fid']; + for (var f in fids) { + $('#header-seaech-checkbox').find('input[value="' + fids[f] + '"]').prop('checked', true); + } + + } + //类型设置 + if (searchjson['type']) { + var text = $('.search_type li a[data-val="' + searchjson['type'] + '"]').text(); + jQuery('.search_type').closest('.dropdown-type').find('.anytime').text(text); + } + if (typeof searchjson['userselect'] != 'undefined') { + $('#id_label_multiples').select2('data', searchjson['userselect']); + } + + //特定用户设置 + if (searchjson['uid'].length >0) { + var text = $('.searchowner li a[data-val="user"]').text(); + jQuery('.searchowner').closest('.dropdown-type').find('.anytime').text(text); + jQuery('.searchowner').parents('.dropdown-type').find('.typeowner,.name_emile').show(); + }else{ + //用户设置 + if (searchjson['owner']) { + var text = $('.searchowner li a[data-val="' + searchjson['owner'] + '"]').text(); + jQuery('.searchowner').closest('.dropdown-type').find('.anytime').text(text); + jQuery('.searchowner').parents('.dropdown-type').find('.typeowner').hide(); + }else if(searchjson['owner'] == false){ + var text = $('.searchowner li a[data-val="all"]').text(); + jQuery('.searchowner').closest('.dropdown-type').find('.anytime').text(text); + jQuery('.searchowner').parents('.dropdown-type').find('.typeowner').hide(); + } + } + //收藏和回收站 + if (searchjson.flagval) { + for(var o in searchjson.flagval){ + $('.header-seaech-checkbox').find('input[value="' + searchjson.flagval[o] + '"]').prop('checked', true); + } + + } + //文件位置 + if (searchjson['fid']) { + var fids = searchjson['fid']; + for (var f in fids) { + $('#header-seaech-checkbox').find('input[value="' + fids[f] + '"]').prop('checked', true); + } + + } + //文件时间 + if(searchjson['after'] && !searchjson['before']){ + var day = getRecentNum(searchjson['after']); + var dayarr = [1,-1,-7,-30,-90]; + if($.inArray(day,dayarr) > -1){ + var text =$('.searchdate').find('li a[data-val="' + day + '"]').text(); + jQuery('.searchdate').closest('.dropdown-type').find('.anytime').text(text); + }else{ //自定义时间 + var text = $('.searchdate').find('li a[data-val="datetime"]').text(); + jQuery('.searchdate').closest('.dropdown-type').find('.anytime').text(text); + jQuery('.searchdate').parents('.dropdown-type').find('.typexdate').show(); + $('#selectStart').datepicker('setDate',searchjson['after']); + jQuery('#selectEnd').datepicker('setDate',searchjson['before']); + } + }else if(!searchjson['after'] && !searchjson['before']){ + var text = $('.searchdate').find('li a[data-val="all"]').text(); + jQuery('.searchdate').closest('.dropdown-type').find('.anytime').text(text); + jQuery('.searchdate').parents('.dropdown-type').find('.typexdate').hide(); + + }else{ + var text = $('.searchdate').find('li a[data-val="datetime"]').text(); + jQuery('.searchdate').closest('.dropdown-type').find('.anytime').text(text); + jQuery('.searchdate').parents('.dropdown-type').find('.typexdate').show(); + $('#selectStart').datepicker('setDate',searchjson['after']); + jQuery('#selectEnd').datepicker('setDate',searchjson['before']); + } + + if (searchjson['keywords']) { + $('#resourcesname').val(searchjson['keywords']); + } + + if (jQuery('.dropdown-width').is(":hidden")) { + jQuery('.dropdown-width').show(); + dropdown_off(); + } else { + jQuery('.dropdown-width').hide(); + } + e.stopPropagation(); +} + +//根据当前时间获取相差天数 +function getRecentNum(date) { + var now = new Date().getTime(); + var end = new Date(date).getTime(); + var chaTime = now - end; + var days = Math.floor(chaTime / (24 * 3600 * 1000)); + if (days == 0) { + return 1; + } + return parseInt('-' + days); +} + +jQuery('.input-search-width').click(function (event) {//搜索框三角点击 + show_more_search_condition(event); + jQuery('.dropdown-height').hide(); +}); +function dropdown_off(){ + jQuery('.input-search').addClass('focus'); + jQuery(document).off('mousedown.headersearch').on('mousedown.headersearch',function(e) {//关闭搜索内容 + if(jQuery(event.target).closest('.input-search,.ui-datepicker').length<1){ + jQuery('.dropdown-width').hide(); + jQuery('.dropdown-height').hide(); + jQuery('#searchval').trigger('blur'); + jQuery('.input-search').removeClass('focus'); + jQuery(document).off('mousedown.headersearch') + } + }); +} + +jQuery('.dropdown-width .close').click(function () {//关闭搜索内容 + jQuery('.dropdown-width').hide(); +}); + + +//头部搜索框中类型选择开始 + +//设置筛选框的值 +function searchConditionChange() { + ishascondition(); + var searcharr = []; + for (var o in searchjson) { + if (searchjson[o] != false && o != 'uid' && o != 'fid' && o != 'userselect' && o != 'flagval') { + searcharr.unshift(o + ':' + searchjson[o] + ' '); + } + } + var searchval = searcharr.join(' '); + $('#searchval').val(searchval); + +} + +var usernamearr = []; +//指定类型 +jQuery('.dropdown-type .search_type li').click(function () { + var val = jQuery(this).find('a').data('val'); + if (typeof val == 'undefined') { + val = ''; + } + searchjson['type'] = val; + var text = jQuery(this).text(); + jQuery(this).closest('.dropdown-type').find('.anytime').text(text); + searchConditionChange(); +}) + +//指定用户 +jQuery('.dropdown-type .searchowner li').click(function () { + var val = jQuery(this).find('a').data('val'); + if (typeof val == 'undefined') { + val = ''; + } + if (val == 'user') { + jQuery(this).parents('.dropdown-type').find('.typeowner,.name_emile').show(); + usernamearr = []; + var text = jQuery(this).text(); + jQuery(this).closest('.dropdown-type').find('.anytime').text(text); + } else { + jQuery(this).parents('.dropdown-type').find('.typeowner').hide(); + $('#id_label_multiples').select2('data', ''); + usernamearr = []; + searchjson['owner'] = val; + searchjson['uid'] = val; + var text = jQuery(this).text(); + jQuery(this).closest('.dropdown-type').find('.anytime').text(text); + searchConditionChange(); + } +}) + + +//指定时间 +jQuery('.dropdown-type .searchdate li').click(function () { + var val = jQuery(this).find('a').data('val'); + if (typeof val == 'undefined' || val == 'all') { + val = ''; + } + //日期选择器 + if (val == 'datetime') { + jQuery(this).parents('.dropdown-type').find('.typexdate').show(); + var text = jQuery(this).text(); + jQuery(this).closest('.dropdown-type').find('.anytime').text(text); + } else { + jQuery(this).parents('.dropdown-type').find('.typexdate').hide(); + if (val != '') { + val = getRecentDate(val); + } + searchjson['after'] = val; + var text = jQuery(this).text(); + jQuery(this).closest('.dropdown-type').find('.anytime').text(text); + searchConditionChange(); + } +}) + + + +$('#selectStart').change(function () { + var start = $('#selectStart').val(); + var end = $('#selectEnd').val(); + if (satrtdate != '' && enddate != '') { + var satrtdate = new Date(start); + var enddate = new Date(end); + if (enddate.getTime() < satrtdate.getTime()) { + showmsg('开始时间不能大于结束时间'); + return false; + } + } + searchjson['after'] = start; + searchConditionChange(); +}) +jQuery('#selectEnd').change(function () { + var start = $('#selectStart').val(); + var end = $('#selectEnd').val(); + if (satrtdate != '' && enddate != '') { + var satrtdate = new Date(start); + var enddate = new Date(end); + if (enddate.getTime() < satrtdate.getTime()) { + showmsg('开始时间不能大于结束时间'); + return false; + } + } + searchjson['before'] = end; + searchConditionChange(); +}); +//标记 +jQuery(document).on('change', '.header-seaech-checkbox .checkbox-primary input[name="flag[]"]', function () { + var obj = jQuery(this);//aaaa + var pname = obj.next('label').text(); + var val = obj.val(); + if (obj.prop('checked')) { + searchjson['flagval'].push(val); + searchjson['flag'].push(pname); + } else { + if (jQuery.inArray(val, searchjson['flagval']) != -1) { + searchjson['flagval'].splice(jQuery.inArray(val, searchjson['flagval']), 1); + } + + if (jQuery.inArray(pname, searchjson['flag']) != -1) { + searchjson['flag'].splice(jQuery.inArray(pname, searchjson['flag']), 1); + } + } + searchConditionChange(); +}) +//位置 +jQuery(document).on('change', '#header-seaech-checkbox .checkbox-primary input[name="position[]"]', function () { + var obj = jQuery(this); + var numpreg = /^\d+$/; + var pname = obj.next('label').text(); + var val = obj.val(); + if (obj.prop('checked')) { + searchjson['fid'].push(val); + searchjson['position'].push(pname); + } else { + if (jQuery.inArray(val, searchjson['fid']) != -1) { + searchjson['fid'].splice(jQuery.inArray(val, searchjson['fid']), 1); + } + if (jQuery.inArray(pname, searchjson['position']) != -1) { + searchjson['position'].splice(jQuery.inArray(pname, searchjson['position']), 1); + } + } + searchConditionChange(); +}) + +//文件名 +jQuery('#resourcesname').blur(function () { + var val = jQuery(this).val(); + searchjson['keywords'] = val; + searchConditionChange(); +}) + +//根据前几天或后几天获取日期函数 +function getRecentDate(num) { + var now = new Date; + if (num != 1) { + now.setDate(now.getDate() + num);//获取num天后的日期 + } + var y = now.getFullYear(); + var m = (now.getMonth() + 1) < 10 ? '0' + (now.getMonth() + 1) : (now.getMonth() + 1); + var d = now.getDate() < 10 ? '0' + now.getDate() : now.getDate(); + return y + '-' + m + '-' + d; +} + +//多条件搜索提交 +jQuery('#conditionSearchFile').click(function () { + jQuery('.dropdown-width').hide(); + execute_search(); +}); +//点击搜索图标搜索 +$(document).on('click', '.input-search-icon', function () { + var val = $('#searchval').val(); + if (emptypreg.test(val)) { + return false; + } + parseSearchInputVal(val); + execute_search(); + +}); +//输入框值发生改变 +jQuery('#searchval').change(function(){ + var val = $(this).val(); + parseSearchInputVal(val); +}); +//点击重置搜索条件 +$(document).on('click', '.resetting', function () { + resetting_condition(); +}); +//处理输入框值 +function parseSearchInputVal(val){ + var emptyprge = /\s+/; + var questryjson = {'after': 0, 'before': 0, 'owner': 0, 'type': 0, 'position': 0, 'keywords': ''}; + val = val.split(emptyprge); + var splitstr = /\s*:\s*/; + for(var o in val){ + if(splitstr.test(val[o])){ + var arr = val[o].split(splitstr); + if(typeof questryjson[arr[0]] != 'undefined'){ + questryjson[arr[0]] = arr[1]; + } + }else{ + questryjson['keywords'] += val[o]+' '; + } + + } + createQueryStr(questryjson); +} +//根据输入框值生成搜索条件执行搜索 +function createQueryStr(json){ + var usernoparse = ['self','noself']; + var flagnoparse = ['已收藏','在回收站']; + var username = ''; + var foldername = ''; + if(json['owner']){ + if($.inArray(json['owner'],usernoparse) == -1 && json['owner'] != 'all'){ + username = json['owner']; + }else if(json['owner'] == 'all'){ + json.uid = 0; + }else{ + json.uid = json['owner']; + } + } + if(json['position']){ + var positions = json['position'].split(','); + var foldername = ''; + json.flag = ''; + for(var o in positions){ + if(positions[o] == '已收藏'){ + json.flag += 'isstarred,'; + }else if(positions[o] == '在回收站'){ + json.flag += 'isdelete,'; + }else{ + foldername += positions[o]+','; + } + + } + if(json.flag != false && json.flag.charAt(json.flag.length - 1) == ','){ + json.flag = json.flag.substr(0,json.flag.length - 1); + } + if(foldername.charAt(foldername.length - 1) == ','){ + foldername = foldername.substr(0,foldername.length - 1); + } + } + if(foldername || username){ + $.post(MOD_URL+'&op=searchFile&do=parseinputcondition',{'foldername':foldername,'username':username},function(data){ + if(data['fids']){ + json.fid = ''; + for(var o in data['fids']){ + json.fid += data['fids'][o]+','; + } + if(json.fid && json.fid.charAt(json.fid.length - 1) == ','){ + json.fid = json.fid.substr(0,json.fid.length - 1); + } + } + if(data['uids']){ + json.uid = ''; + for(var o in data['uids']){ + json.uid += data['uids'][o]+','; + } + if(json.uid && json.uid.charAt(json.uid.length - 1) == ','){ + json.uid= json.uid.substr(0,json.uid.length - 1); + } + } + searchjson = json; + searchConditionChange(); + /*execute_search();*/ + },'json'); + }else{ + searchjson = json; + searchConditionChange(); + /*execute_search();*/ + } + return false; + +} +//生成搜索条件值 +function searchvalbuild() { + var searchSubmitCondition = {"after": 0, "before": 0, "type": 0, "keywords": 0, "uid": 0, "fid": 0, "flagval": 0}; + for (var o in searchSubmitCondition) { + if (searchjson[o]) { + searchSubmitCondition[o] = searchjson[o]; + } + } + return searchSubmitCondition; +} + +//执行搜索 +function execute_search() { + var searchSubmitCondition = searchvalbuild(); + var querystr = ''; + for (var o in searchSubmitCondition) { + if (!searchSubmitCondition[o] || searchSubmitCondition[o].length == 0) { + continue; + } + querystr += o + '=' + searchSubmitCondition[o] + '&'; + } + querystr = querystr.substr(0, querystr.length - 1); + var requeststr = encodeURIComponent(querystr); + location.hash = '#searchFile&sid=search&searchtype=' + requeststr; +} + +//重置函数 +function resetting_condition() { + $('.dropdown-type').each(function () { + var obj = $(this); + var text = obj.find("a[data-val='all']").text(); + obj.find('.anytime').text(text); + obj.find('.typexdate').hide(); + obj.find('.typeowner').hide(); + }); + $('.checkbox-custom').find('input:checkbox').prop('checked', false); + //$('#searchval').val('').attr('placeholder', ''); + $('#emptysearchcondition').addClass('hide'); + $('#id_label_multiples').select2('data', ''); + $('#selectStart').val(''); + $('#selectEnd').val(''); + $('#resourcesname').val(''); + searchjson = { + 'after': 0, + 'before': 0, + 'owner': 0, + 'type': 0, + 'position': [], + 'keywords': 0, + 'uid': 0, + 'fid': [], + 'flag': [], + 'flagval':[] + }; + $('#searchval').val(''); +} + + + +//设置搜索框的值 +function setSearchCondition() { + ishascondition(); + var arr = []; + for (var o in searchjson) { + if (searchjson[o] != false && o != 'uid' && o != 'fid' && o != 'flagval' && o != 'userselect') { + arr.unshift(o + ':' + searchjson[o] + ' '); + } + } + var searchval = arr.join(' '); + $('#searchval').val(searchval); + +} +//设置搜索框的值 +function setSearchval(searchval) { + var empty = /^\s*$/; + if(empty.test(searchval)){ + $('#emptysearchcondition').trigger('click'); + return false; + } + //分割请求字符串 + var searcharr = searchval.split('&'); + + //遍历请求数组 + for (var o in searcharr) { + + var searchval = searcharr[o].split('='); + if ($.inArray(searchval[0], searchjsonarr) != -1) { + + searchjson[searchval[0]] = unique(searchval[1].split(',')); + + } else { + + searchjson[searchval[0]] = searchval[1]; + + } + } + //如果flag有值转换flag值 + for (var o in searchjson['flagval']) { + if (searchjson['flagval'][o] == 'isdelete') { + searchjson['flag'].push('在回收站'); + } + if (searchjson['flagval'][o] == 'isstarred') { + searchjson['flag'].push('已收藏'); + } + } + //匹配uid值,如果为数字需要请求得到用户名 + var numpre = /\d+/; + for (var o in searchjson['uid']) { + + if (!numpre.test(searchjson['uid'])) { + + searchjson['owner'] += searchjson['uid'][o] + ','; + + searchjson['uid'].splice(o, 1); + } + } + var searchSubmitCondition = {'uid': 0, 'fid': 0}; + + for (var o in searchSubmitCondition) { + if (searchjson[o]) { + searchSubmitCondition[o] = searchjson[o]; + } + } + //获取用户和文件夹名 + $.post(_explorer.appUrl + '&op=searchFile&do=getsearchval', searchSubmitCondition, function (data) { + if (data['folder']) { + for (var o in data['folder']) { + searchjson['position'].push(data['folder'][o]); + } + } + if (data['user']) { + searchjson.userselect = []; + for (var o in data['user']) { + searchjson['owner'] += data['user'][o] + ','; + searchjson.userselect.push({'id':o,'text':data['user'][o]}); + } + searchjson['owner'] = searchjson['owner'].substr(0, searchjson['owner'].length - 1); + } + //设置搜索框值 + setSearchCondition(); + }, 'json'); + +} +function unique(arr) { + var res = []; + var json = {}; + for (var i = 0; i < arr.length; i++) { + if (!json[arr[i]]) { + res.push(arr[i]); + json[arr[i]] = 1; + } + } + return res; +} +//搜索页面js结束 \ No newline at end of file diff --git a/dzz/explorer/js/index.htm b/dzz/explorer/js/index.htm new file mode 100644 index 0000000..e69de29 diff --git a/dzz/explorer/js/mobile/appevent.js b/dzz/explorer/js/mobile/appevent.js new file mode 100644 index 0000000..365e9b4 --- /dev/null +++ b/dzz/explorer/js/mobile/appevent.js @@ -0,0 +1,214 @@ +/** + * Created by a on 2018/5/3. + */ +(function($){ + var touch = {}, + touchTimeout, tapTimeout, swipeTimeout, longTapTimeout, + longTapDelay = 500, + gesture, + down, up, move, + eventMap, + initialized = false + + function swipeDirection(x1, x2, y1, y2) { + return Math.abs(x1 - x2) >= + Math.abs(y1 - y2) ? (x1 - x2 > 0 ? 'Left' : 'Right') : (y1 - y2 > 0 ? 'Up' : 'Down') + } + + function longTap() { + longTapTimeout = null + if (touch.last) { + touch.el.trigger('longTap') + touch = {} + } + } + + function cancelLongTap() { + if (longTapTimeout) clearTimeout(longTapTimeout) + longTapTimeout = null + } + + function cancelAll() { + if (touchTimeout) clearTimeout(touchTimeout) + if (tapTimeout) clearTimeout(tapTimeout) + if (swipeTimeout) clearTimeout(swipeTimeout) + if (longTapTimeout) clearTimeout(longTapTimeout) + touchTimeout = tapTimeout = swipeTimeout = longTapTimeout = null + touch = {} + } + + function isPrimaryTouch(event){ + return (event.pointerType == 'touch' || + event.pointerType == event.MSPOINTER_TYPE_TOUCH) + && event.isPrimary + } + + function isPointerEventType(e, type){ + return (e.type == 'pointer'+type || + e.type.toLowerCase() == 'mspointer'+type) + } + + // helper function for tests, so they check for different APIs + function unregisterTouchEvents(){ + if (!initialized) return + $(document).off(eventMap.down, down) + .off(eventMap.up, up) + .off(eventMap.move, move) + .off(eventMap.cancel, cancelAll) + $(window).off('scroll', cancelAll) + cancelAll() + initialized = false + } + + function setup(__eventMap){ + var now, delta, deltaX = 0, deltaY = 0, firstTouch, _isPointerType + + unregisterTouchEvents() + + eventMap = (__eventMap && ('down' in __eventMap)) ? __eventMap : + ('ontouchstart' in document ? + { 'down': 'touchstart', 'up': 'touchend', + 'move': 'touchmove', 'cancel': 'touchcancel' } : + 'onpointerdown' in document ? + { 'down': 'pointerdown', 'up': 'pointerup', + 'move': 'pointermove', 'cancel': 'pointercancel' } : + 'onmspointerdown' in document ? + { 'down': 'MSPointerDown', 'up': 'MSPointerUp', + 'move': 'MSPointerMove', 'cancel': 'MSPointerCancel' } : false) + + // No API availables for touch events + if (!eventMap) return + + if ('MSGesture' in window) { + gesture = new MSGesture() + gesture.target = document.body + + $(document) + .bind('MSGestureEnd', function(e){ + var swipeDirectionFromVelocity = + e.velocityX > 1 ? 'Right' : e.velocityX < -1 ? 'Left' : e.velocityY > 1 ? 'Down' : e.velocityY < -1 ? 'Up' : null + if (swipeDirectionFromVelocity) { + touch.el.trigger('swipe') + touch.el.trigger('swipe'+ swipeDirectionFromVelocity) + } + }) + } + + down = function(e){ + if((_isPointerType = isPointerEventType(e, 'down')) && + !isPrimaryTouch(e)) return + firstTouch = _isPointerType ? e :((e.touches) ? e.touches[0]:e.originalEvent.changedTouches[0]) + if (e.touches && e.touches.length === 1 && touch.x2) { + // Clear out touch movement data if we have it sticking around + // This can occur if touchcancel doesn't fire due to preventDefault, etc. + touch.x2 = undefined + touch.y2 = undefined + } + now = Date.now() + delta = now - (touch.last || now) + touch.el = jQuery('tagName' in firstTouch.target ? + firstTouch.target : firstTouch.target.parentNode) + touchTimeout && clearTimeout(touchTimeout) + touch.x1 = firstTouch.pageX + touch.y1 = firstTouch.pageY + if (delta > 0 && delta <= 250) touch.isDoubleTap = true + touch.last = now + longTapTimeout = setTimeout(longTap, longTapDelay) + // adds the current touch contact for IE gesture recognition + if (gesture && _isPointerType) gesture.addPointer(e.pointerId) + } + + move = function(e){ + if((_isPointerType = isPointerEventType(e, 'move')) && + !isPrimaryTouch(e)) return + firstTouch = _isPointerType ? e :((e.touches) ? e.touches[0]:e.originalEvent.changedTouches[0]) + cancelLongTap() + touch.x2 = firstTouch.pageX + touch.y2 = firstTouch.pageY + + deltaX += Math.abs(touch.x1 - touch.x2) + deltaY += Math.abs(touch.y1 - touch.y2) + } + + up = function(e){ + if((_isPointerType = isPointerEventType(e, 'up')) && + !isPrimaryTouch(e)) return + cancelLongTap() + + // swipe + if ((touch.x2 && Math.abs(touch.x1 - touch.x2) > 30) || + (touch.y2 && Math.abs(touch.y1 - touch.y2) > 30)) + + swipeTimeout = setTimeout(function() { + if (touch.el){ + touch.el.trigger('swipe') + touch.el.trigger('swipe' + (swipeDirection(touch.x1, touch.x2, touch.y1, touch.y2))) + } + touch = {} + }, 0) + + // normal tap + else if ('last' in touch) + // don't fire tap when delta position changed by more than 30 pixels, + // for instance when moving to a point and back to origin + if (deltaX < 30 && deltaY < 30) { + // delay by one tick so we can cancel the 'tap' event if 'scroll' fires + // ('tap' fires before 'scroll') + tapTimeout = setTimeout(function() { + + // trigger universal 'tap' with the option to cancelTouch() + // (cancelTouch cancels processing of single vs double taps for faster 'tap' response) + var event = jQuery.Event('tap') + event.cancelTouch = cancelAll + // [by paper] fix -> "TypeError: 'undefined' is not an object (evaluating 'touch.el.trigger'), when double tap + if (touch.el) touch.el.trigger(event) + + // trigger double tap immediately + if (touch.isDoubleTap) { + if (touch.el) touch.el.trigger('doubleTap') + touch = {} + } + + // trigger single tap after 250ms of inactivity + else { + touchTimeout = setTimeout(function(){ + touchTimeout = null + if (touch.el) touch.el.trigger('singleTap') + touch = {} + }, 250) + } + }, 0) + } else { + touch = {} + } + deltaX = deltaY = 0 + } + + jQuery(document).on(eventMap.up, up) + .on(eventMap.down, down) + .on(eventMap.move, move) + + // when the browser window loses focus, + // for example when a modal dialog is shown, + // cancel all ongoing events + jQuery(document).on(eventMap.cancel, cancelAll) + + // scrolling the window indicates intention of the user + // to scroll, not tap or swipe, so cancel all ongoing events + jQuery(window).on('scroll', cancelAll) + + initialized = true + } + + ;['swipe', 'swipeLeft', 'swipeRight', 'swipeUp', 'swipeDown', + 'doubleTap', 'tap', 'singleTap', 'longTap'].forEach(function(eventName){ + jQuery.fn[eventName] = function(callback){return this.on(eventName, callback) } + /*jQuery.fn[eventName] = function(callback){ + return jQuery(document).off(eventName).on(eventName,this,callback) + }*/ + }) + + jQuery.touch = { setup: setup } + + jQuery(document).ready(setup) +})(jQuery) diff --git a/dzz/explorer/js/mobile/flexible.js b/dzz/explorer/js/mobile/flexible.js new file mode 100644 index 0000000..3e1001e --- /dev/null +++ b/dzz/explorer/js/mobile/flexible.js @@ -0,0 +1,117 @@ +/*;(function(win, lib) { + var doc = win.document; + var docEl = doc.documentElement; + var metaEl = doc.querySelector('meta[name="viewport"]'); + var flexibleEl = doc.querySelector('meta[name="flexible"]'); + var dpr = 0; + var scale = 0; + var tid; + var flexible = lib.flexible || (lib.flexible = {}); + + if (metaEl) { + // console.warn('将根据已有的meta标签来设置缩放比例'); + var match = metaEl.getAttribute('content').match(/initial\-scale=([\d\.]+)/); + if (match) { + scale = parseFloat(match[1]); + dpr = parseInt(1 / scale); + } + } else if (flexibleEl) { + var content = flexibleEl.getAttribute('content'); + if (content) { + var initialDpr = content.match(/initial\-dpr=([\d\.]+)/); + var maximumDpr = content.match(/maximum\-dpr=([\d\.]+)/); + if (initialDpr) { + dpr = parseFloat(initialDpr[1]); + scale = parseFloat((1 / dpr).toFixed(2)); + } + if (maximumDpr) { + dpr = parseFloat(maximumDpr[1]); + scale = parseFloat((1 / dpr).toFixed(2)); + } + } + } + + if (!dpr && !scale) { + var isAndroid = win.navigator.appVersion.match(/android/gi); + var isIPhone = win.navigator.appVersion.match(/iphone/gi); + var devicePixelRatio = win.devicePixelRatio; + if (isIPhone) { + // iOS下,对于2和3的屏,用2倍的方案,其余的用1倍方案 + if (devicePixelRatio >= 3 && (!dpr || dpr >= 3)) { + dpr = 3; + } else if (devicePixelRatio >= 2 && (!dpr || dpr >= 2)){ + dpr = 2; + } else { + dpr = 1; + } + } else { + // 其他设备下,仍旧使用1倍的方案 + dpr = 1; + } + scale = 1 / dpr; + } + + docEl.setAttribute('data-dpr', dpr); + if (!metaEl) { + metaEl = doc.createElement('meta'); + metaEl.setAttribute('name', 'viewport'); + metaEl.setAttribute('content', 'initial-scale=' + scale + ', maximum-scale=' + scale + ', minimum-scale=' + scale + ', user-scalable=no'); + if (docEl.firstElementChild) { + docEl.firstElementChild.appendChild(metaEl); + } else { + var wrap = doc.createElement('div'); + wrap.appendChild(metaEl); + doc.write(wrap.innerHTML); + } + } + + function refreshRem(){ + var width = docEl.getBoundingClientRect().width; + if (width / dpr > 768) { + width = 768 * dpr; + } + var rem = width / 10; + docEl.style.fontSize = rem + 'px'; + flexible.rem = win.rem = rem; + } + + win.addEventListener('resize', function() { + clearTimeout(tid); + tid = setTimeout(refreshRem, 300); + }, false); + win.addEventListener('pageshow', function(e) { + if (e.persisted) { + clearTimeout(tid); + tid = setTimeout(refreshRem, 300); + } + }, false); + + if (doc.readyState === 'complete') { + doc.body.style.fontSize = 12 * dpr + 'px'; + } else { + doc.addEventListener('DOMContentLoaded', function(e) { + doc.body.style.fontSize = 12 * dpr + 'px'; + }, false); + } + + + refreshRem(); + + flexible.dpr = win.dpr = dpr; + flexible.refreshRem = refreshRem; + flexible.rem2px = function(d) { + var val = parseFloat(d) * this.rem; + if (typeof d === 'string' && d.match(/rem$/)) { + val += 'px'; + } + return val; + } + flexible.px2rem = function(d) { + var val = parseFloat(d) / this.rem; + if (typeof d === 'string' && d.match(/px$/)) { + val += 'rem'; + } + return val; + } + +})(window, window['lib'] || (window['lib'] = {}));*/ \ No newline at end of file diff --git a/dzz/explorer/js/mobile/index.js b/dzz/explorer/js/mobile/index.js new file mode 100644 index 0000000..32f1ef7 --- /dev/null +++ b/dzz/explorer/js/mobile/index.js @@ -0,0 +1,1078 @@ +var _filemanage = {}; +_filemanage = function (json) { + _filemanage.space = json.space; //用户信息 + _filemanage.myuid = json.myuid; + _filemanage.formhash = json.formhash; //FORMHASH + _filemanage.extopen = json.extopen || {}; //打开方式信息 + _filemanage.app = json.app || []; //所有文件信息 + _filemanage.copyfile = json.clipboarddata || { + status: 0, + type: 0 + }; + _filemanage.is_wxwork = (json.is_wxwork) ? 1 : 0; +}; +_filemanage.folderdata = {};//文件夹数据 +_filemanage.datajson = {};//文件列表数据 +_filemanage.dataurl = {};//请求文件链接 +_filemanage.dataparam = {};//请求文件条件参数 +_filemanage.contains = '';//当前页面文件列表区域 +_filemanage.selector = [];//选择文件rid +_filemanage.selectorTime = null;//选择执行定时器 +_filemanage.collect = 1;//收藏 +var deviceAgent = navigator.userAgent; +_filemanage.ios = deviceAgent.toLowerCase().match(/(iphone|ipod|ipad)/); +$.toast.prototype.defaults.duration=1000; +_filemanage.getConfig = function (url, callback) { + $.getJSON(url + '&t=' + new Date().getTime(), function (json) { + new _filemanage(json); + if (typeof callback === "function") { + callback(json); + } + }); +} +//获取列表数据 +_filemanage.getData = function (callback) { + if (!_filemanage.datajson.param) _filemanage.datajson.param = {k: Math.random()}; + if (_filemanage.fid) { + _filemanage.datajson.param.fid = _filemanage.fid; + _filemanage.datajson.param.gid = _filemanage.folderdata[_filemanage.fid].gid; + } + $.post(_filemanage.dataurl, _filemanage.datajson.param, function (data) { + if (typeof (callback) === 'function') { + callback(data); + } else { + $('#' + _filemanage.contains).html(data); + $('.weui-cells__margin_footer').css('margin-bottom', '70px'); + _filemanage.menuSwitch(); + if (!_filemanage.datajson.param.datatotal) { + var con = $('.weui-cell-search-normal').html(); + $('.weui-cells__margin_footer').css('margin-bottom', 0); + $('#' + _filemanage.contains).html(con); + return false; + } + _filemanage.loadMore(); + } + }) +} +//列表加载更多 +var scroll_flag = 1//开启状态 +_filemanage.loadMore = function () { + if (_filemanage.datajson.param.page) { + _filemanage.getData(function (data) { + if (scroll_flag == 1) { + $(window).off(); + scroll_flag = 0; + if (data) { + scroll_flag = 1; + $(window).scroll(function () { + var scrollTop = $(this).scrollTop(); + var scrollHeight = $(document).height(); + var clientHeight = $(this).height(); + if (scrollTop + clientHeight >= scrollHeight) { + if (_filemanage.datajson.param.page > 0) { + $('#' + _filemanage.contains).append(data); + _filemanage.menuSwitch(); + _filemanage.loadMore(); + } + } + }); + } else { + scroll_flag = 0; + } + } + }); + } + +} +function is_not_allowdown(){ + return false; + var u = navigator.userAgent; + if(!!u.match(/\(i[^;]+;( U;)? CPU.+Mac OS X/) || u.indexOf('MicroMessenger') > -1){ + return true; + } + return false; +} + +//底部菜单切换 +_filemanage.menuSwitch = function () { +//当有复制或剪切文件时,底部菜单显示(即复制状态) + if (_filemanage.copyfile.status > 0) { + $('.weui-cells_checkbox').addClass('hide'); + $('.weui-cell__ft').show(); + $('#copypaste_menu').removeClass('hide').siblings().addClass('hide'); + _filemanage.checkMenuCopy(); + _filemanage.selector = []; + return false; + } else if (_filemanage.selector.length > 0) {//有选择时菜单显示 + $('#select-menu').removeClass('hide').siblings().addClass('hide'); + $('.weui-cell__ft').not('.nochecked').hide();//隐藏打开指示箭头 + $('.weui-cells_checkbox').removeClass('hide');//显示多选框 + _filemanage.checkMenuSelect(); + return false; + } else {//无选择时菜单显示 + _filemanage.checkMenuinit() + $('.weui-cells_checkbox').addClass('hide'); + $('.weui-cell__ft').show(); + $('.weui-cell_longpress').removeAttr('times'); + $('#nomal_menu').removeClass('hide').siblings('.model_menus').addClass('hide'); + } +} +//初始化页面菜单权限判断(判断新建权限:包含文件夹和文件)正常状态下 +_filemanage.checkMenuinit = function () { + var fid = _filemanage.fid; + var cid = _filemanage.contains; + var catpreg = /^fileList-cat-\d+$/; + if (catpreg.test(_filemanage.contains)) { + $('#nomal_menu').find('.singlepropetymenu').removeClass('hide'); + } else { + $('#nomal_menu').find('.singlepropetymenu').addClass('hide'); + } + if (fid) { + $('#nomal_menu').find('.moremenus').removeClass('hide').show(); + var gid = _filemanage.folderdata[_filemanage.fid].gid; + //成员 + if (gid) { + $('#nomal_menu').find('.membermenu').removeClass('hide'); + } else { + $('#nomal_menu').find('.membermenu').addClass('hide'); + } + //上传 + if (!_permcheck.Permission_Container('upload', fid) && !_permcheck.Permission_Container('folder', fid)) { + $('#nomal_menu').find('.uploadnewfile,.newfilemenu').addClass('hide'); + } else { + $('#nomal_menu').find('.uploadnewfile,.newfilemenu').removeClass('hide'); + } + //新建文件夹 + if (!_permcheck.Permission_Container('folder', fid)) { + $('#nomal_menu').find('.newfoldermenu').addClass('hide'); + } else { + $('#nomal_menu').find('.newfoldermenu').removeClass('hide'); + } + //评论 + if (!_permcheck.Permission_Container('read', fid)) { + $('#nomal_menu').find('.commentmenu').addClass('hide'); + } else { + $('#nomal_menu').find('.commentmenu').removeClass('hide'); + } + $.getScript(MOD_PATH + '/js/mobile/upload.js', function () { + jQuery('.explorer_upload_files').each(function () { + var obj = $(this), typeallow = ''; + if (obj.data('onlyimg')) { + typeallow = '(\.|\/)([gif|png|jpe?g])$'; + } + fileupload(obj, fid, typeallow); + }); + }); + } else { + $('.weui-cell-footer:visible').find('.moremenus').addClass('hide'); + } + +} +//选中文件菜单权限判断 +_filemanage.checkMenuSelect = function () { + //多选文件时不允许评论和重命名 + if (_filemanage.selector.length > 1) { + $('#select-menu').find('.commentmenu,.renamemenu').addClass('hide'); + } else { + $('#select-menu').find('.commentmenu,.renamemenu').removeClass('hide'); + } + //非群组或不在群组目录下不允许查看成员 + if (!_filemanage.fid || !_filemanage.folderdata[_filemanage.fid].gid) { + $('#select-menu').find('.membermenu').addClass('hide'); + } else { + $('#select-menu').find('.membermenu').removeClass('hide'); + } + var currentIndex = _filemanage.selector.length - 1, data = _filemanage.datajson.data[_filemanage.selector[currentIndex]]; + var id = _filemanage.contains; + //收藏中,仅允许取消收藏 + if (id == 'fileList-collect') { + $('#select-menu').find('.collectmenu').addClass('hide'); + $('#select-menu').find('.cancel-collectmenu').removeClass('hide'); + } else { + $('#select-menu').find('.collectmenu').removeClass('hide'); + $('#select-menu').find('.cancel-collectmenu').addClass('hide'); + } + //判断复制权限 + if (!_permcheck.Permission('copy', data)) { + $('#select-menu').find('.copymenu').addClass('hide'); + } else { + $('#select-menu').find('.copymenu').removeClass('hide'); + } + //不在文件目录下或没有删除权限的,不允许执行剪切重命名和删除 + if (!_filemanage.fid || !_permcheck.Permission('delete', data)) { + $('#select-menu').find('.cutmenu,.deletemenu,.renamemenu').addClass('hide'); + } else { + $('#select-menu').find('.cutmenu,.deletemenu,.renamemenu').removeClass('hide'); + } + //判断下载权限 + if (!_permcheck.Permission('download', data) || is_not_allowdown()) { + $('#select-menu').find('.downloadmenu').addClass('hide'); + } else { + $('#select-menu').find('.downloadmenu').removeClass('hide'); + } + //判断分享权限 + if (!_permcheck.Permission('share', data)) { + $('#select-menu').find('.sharemenu').addClass('hide'); + } else { + $('#select-menu').find('.sharemenu').removeClass('hide'); + } + var pop = _filemanage.selector.pop(); + _filemanage.selector.push(pop); + var index = _filemanage.datajson.data[pop].collect; + if (index) {//收藏成功 + for (var o in _filemanage.selector) { + if (!_filemanage.datajson.data[_filemanage.selector[o]].collect) { + _filemanage.collect = 0; //未收藏 + } else { + _filemanage.collect = 1; + } + } + if (_filemanage.collect == 0) { + $('#select-menu').find('.collectmenu').removeClass('hide'); + $('#select-menu').find('.cancel-collectmenu').addClass('hide'); + } else { + $('#select-menu').find('.collectmenu').addClass('hide'); + $('#select-menu').find('.cancel-collectmenu').removeClass('hide'); + } + + } else { + _filemanage.collect = 0; + $('#select-menu').find('.collectmenu').removeClass('hide'); + $('#select-menu').find('.cancel-collectmenu').addClass('hide'); + + } + +} +//复制模式下(即有复制或剪切文件的情形)的菜单处理 +_filemanage.checkMenuCopy = function () { + var fid = _filemanage.fid; + var fileperm = _permcheck.Permission_Container('upload', fid); + var folderperm = _permcheck.Permission_Container('folder', fid); + if (!fileperm && !folderperm) { + $('.weui-cell-footer:visible').find('.uploadnewfile,.pastemenu').addClass('hide'); + } else if (!fileperm) { + $('.weui-cell-footer:visible').find('.uploadnewfile').addClass('hide'); + if (_filemanage.copyfile.type == 2) $('.weui-cell-footer:visible').find('.pastemenu').addClass('hide'); + } else if (!folderperm) { + $('.weui-cell-footer:visible').find('.newfoldermenu').addClass('hide'); + if (_filemanage.copyfile.type == 1) $('.weui-cell-footer:visible').find('.pastemenu').addClass('hide'); + } else { + $('.weui-cell-footer:visible').find('.pastemenu').removeClass('hide'); + } +} +//开始长按 +$(document).bind('contextmenu',function(){ + var e=event; + e.preventDefault(); +}) +function gtouchstart(obj) { +//非复制状态 + if (_filemanage.copyfile.status == 0 && _filemanage.selector.length < 1) { + _filemanage.selectorTime = setTimeout(function () { + _filemanage.selectFile(obj); + }, 500); + } + return false; +} +//选择或取消选择 +_filemanage.selectFile = function (obj) { + $('.weui-cell_longpress').attr('times', '1');//设置当前项不可跳转 + var rid = $(obj).data('rid'), index = $.inArray(rid, _filemanage.selector); + var check = $(obj).find('.weui-cells_checkbox input').prop("checked"); +//如果当前项是选中,则取消选择 + if (check) { + $(obj).find('.weui-cells_checkbox input').prop("checked", false); + if (index > -1) { + _filemanage.selector.splice(index, 1); + } + } else { + $(obj).find('.weui-cells_checkbox input').prop("checked", true); + if (index == -1) { + _filemanage.selector.push(rid); + } + } + _filemanage.menuSwitch(); + +} +//取消页面全部选择 +_filemanage.cancel = function () { + _filemanage.selector = []; + $('.weui-cells_checkbox input').prop("checked", false); + _filemanage.menuSwitch(); +} + +//点击处理 +$(document).off('tap.click').on('tap.click', '.weui-cell_longpress', function (e) { + var obj = $(this); + //如果是选中模式下,执行选中或取消选择 + if (_filemanage.selector.length > 0 && _filemanage.copyfile.status == 0) { + _filemanage.selectFile(obj); + return false; + } else { + if ($(obj).data('open') == 'href') { + var href = $(obj).attr('href'); + window.location.href=href; + } else { + _filemanage.Open($(obj).data('rid')); + } + } + return false; +}) +//长按操作 +$(document).off('longTap.longclick').on('longTap.longclick', '.select-files', function (e) { + var obj = $(this); + if (_filemanage.copyfile.status == 0 && _filemanage.selector.length < 1) { + _filemanage.selectFile(obj); + } + e.preventDefault(); + return false; +}) + +//新建文件夹 +jQuery(document).off('tap.create').on('tap.create', '.weui-footer-new-folder', function () { + var dropup = $(this).next('.weui-dropup'); + if (dropup.hasClass('hide')) { + dropup.removeClass('hide'); + dropup.next('.background-none').show(); + $(this).find('p').css({'color': '#3779ff'}); + } +}) +//我的网盘弹出框点击其他地方消失 +jQuery(document).off('tap.confirm').on('tap.confirm', '.background-none', function () { + $(this).prev('.weui-dropup').addClass('hide'); + $(this).prevAll('.weui-footer-none').find('p').css({'color': '#666666'}); + $(this).hide(); +}) +//新建文件夹 +jQuery(document).off('tap.docreate').on('tap.docreate', '.new-folder', function (placeholder) { + var obj = $(this); + $.prompt({ + title: '新建文件夹', + placeholder: '新建文件夹', + empty: false, // 是否允许为空 + onOK: function (input) { + var foldername = $('#weui-prompt-input').val(), + fid = _filemanage.fid, emojpatt = /[\ud800-\udbff][\udc00-\udfff]/gi; + if(emojpatt.test(foldername)){ + $.toast('文件名不合法!',"cancel"); + $('#weui-prompt-input').val(''); + return false; + } + $.post('index.php?mod=explorer&op=mobile&do=ajax&operation=createFolder', { + 'foldername': foldername, + 'fid': fid, + }, function (data) { + if (data['error']) { + $.toast(data['error'],1000); + } else { + $('#' + _filemanage.contains).prepend(_filemanage.getNewIcos(data)); + _filemanage.datajson.data[data.rid] = data; + obj.closest('div.weui-dropup').addClass('hide'); + obj.closest('div.weui-dropup').siblings('.background-none').hide(); + obj.closest('div.weui-dropup').siblings('.weui-footer-new-folder').find('p').css('color','#666'); + $.toast("操作成功"); + } + }, 'json'); + + }, + onCancel: function () { + $('#weui-prompt-input').val(''); + obj.closest('div.weui-dropup').addClass('hide'); + obj.closest('div.weui-dropup').siblings('.background-none').hide(); + obj.closest('div.weui-dropup').siblings('.weui-footer-new-folder').find('p').css('color','#666'); + } + }); +}); +_filemanage.getNewIcos = function (data) { + var html = ''; + if (data['type'] == 'folder') { + html = '
    ' + + '

    ' + data.name + '

    ' + + '

    文件:0, 文件夹:' + + '0

    ' + + '
    '; + } else { + html = '
    ' + + '
    ' + + '

    ' + data.name + '

    ' + data.monthdate + '' + data.hourdate + ', ' + + '' + data.fsize + '

    ' + + '
    '; + } + return html; +} +//排序菜单 +jQuery(document).off('tap.array').on('tap.array', '.weui-footer-sort', function () { + var dropup = $(this).next('.weui-dropup'); + if (dropup.hasClass('hide')) { + dropup.removeClass('hide'); + dropup.next('.background-none').show(); + $(this).find('p').css({'color': '#3779ff'}); + } +}) +//执行排序 +$(document).off('tap.doarrag').on('tap.doarrag', '.sortfile', function () { + var sort = $(this).data('sort'); + if (_filemanage.datajson.param.disp == sort) _filemanage.datajson.param.asc = (_filemanage.datajson.param.asc > 0) ? 0 : 1; + _filemanage.datajson.param.disp = sort; + _filemanage.datajson.param.page = 1; + _filemanage.datajson.param.datatotal = 0; + _filemanage.getData(); + $(this).closest('.weui-dropup').addClass('hide'); + $(this).closest('.weui-dropup').siblings('.weui-footer-sort').find('p').css({'color': '#666'}); + $(this).closest('.weui-dropup').next('.background-none').hide(); +}) + +//更多菜单 +jQuery(document).on('tap', '.weui-footer-more', function () { + var dropup = $(this).next('.weui-dropup'); + if (dropup.hasClass('hide')) { + dropup.removeClass('hide'); + dropup.next('.background-none').show(); + $(this).find('p').css({'color': '#3779ff'}); + } +}) +//复制 +jQuery(document).on('tap', '.copyorcut', function () { + var copytype = $(this).data('copytype'), path = [], data = {}; + if (_filemanage.selector.length > 0) { + var icosdata = _filemanage.datajson.data[_filemanage.selector[0]], bz = icosdata.bz; + for (var i in _filemanage.selector) { + path.push(_filemanage.datajson.data[_filemanage.selector[i]].dpath); + } + if (path.length > 0) data = {'rids': path, 'bz': bz, 'copytype': copytype}; + else return false; + } else { + return false; + } + var url = MOD_URL + '&op=dzzcp&do=copyfile&t=' + new Date().getTime(); + jQuery.post(url, data, function (json) { + if (json.msg === 'success') { + var filenames = ''; + for (var o in json['rid']) { + if (copytype == 2) jQuery('.weui-cell_longpress[rid=' + json.rid[o] + ']').addClass('iscut'); + } + _filemanage.copyfile.status = 1; + _filemanage.copyfile.type = json['type']; + _filemanage.cancel(); + if (copytype == 2) { + $.toast(__lang.crop_files_success); + } else { + $.toast(__lang.file_copy_success); + } + } else { + $.toast(json.msg); + _filemanage.cancel(); + } + }, 'json'); + +}) +//取消复制 +$(document).on('tap', '.canclepastemenu', function () { + var url = MOD_URL + '&op=dzzcp&do=deletecopy&t=' + new Date().getTime(); + jQuery.post(url, {k: Math.random()}, function (json) { + if (json['success']) { + $.toast('取消成功'); + _filemanage.copyfile.status = 0; + _filemanage.menuSwitch(); + } else { + $.toast('取消失败'); + } + }, 'json') +}) +//粘贴 +$(document).on('tap', '.pastemenu', function () { + var tpath = _filemanage.fid; + var url = MOD_URL + '&op=dzzcp&do=paste'; + var i = 0; + var node = null; + jQuery.post(url, {'tpath': _filemanage.fid, k: Math.random()}, function (json) { + if (json.icoarr) { + for (i = 0; i < json.icoarr.length; i++) { + if (json.icoarr[i].pfid === _filemanage.fid) { + _filemanage.datajson.data[json.icoarr[i].rid] = json.icoarr[i]; + $('#' + _filemanage.contains).prepend(_filemanage.getNewIcos(json.icoarr[i])) + } + } + } + + + _filemanage.copyfile.status = 0; + _filemanage.cancel(); + _filemanage.menuSwitch(); + $.toast("粘贴成功"); + }, 'json'); +}) +//删除文件 +$(document).on('click', '.deletemenu', function () { + $.confirm({ + title: '确认删除', + text: '你确定删除?', + onOK: function () { + var obj = $(this), path = []; + if (_filemanage.selector.length > 0) { + var icosdata = _filemanage.datajson.data[_filemanage.selector[0]], bz = icosdata.bz; + for (var i in _filemanage.selector) { + path.push(_filemanage.datajson.data[_filemanage.selector[i]].dpath); + } + if (path.length > 0){ + data = {'rids': path, 'bz': bz}; + } else{ + return false; + } + } else { + return false; + } + var url = MOD_URL + '&op=dzzcp&do=deleteIco&t=' + new Date().getTime(); + jQuery.post(url, data, function (json) { + var rids = []; + for (var i in json.msg) { + if (json.msg[i] === 'success') { + $('#' + _filemanage.contains).find('.weui-cell_access[rid=' + i + ']').remove(); + } else { + $.toast(json.msg[i]); + } + $.toast('删除成功!'); + } + obj.closest('.moredo').addClass('hide'); + obj.closest('.moredo').siblings('.background-none').hide(); + obj.closest('.moredo').siblings('.weui-footer-sort').find('p').css('color','#666666'); + _filemanage.cancel(); + }, 'json'); + }, + onCanel:function(){ + obj.closest('.moredo').addClass('hide'); + obj.closest('.moredo').siblings('.background-none').hide(); + obj.closest('.moredo').siblings('.weui-footer-sort').find('p').css('color','#666666'); + _filemanage.cancel(); + } + }); +}) +//复制模式下的取消 +jQuery(document).on('tap', '.weui-footer-item-cancel', function () { + jQuery('.weui-cell-footer-copy').addClass('hide'); + jQuery('.weui-cell-default-footer').removeClass('hide'); +}) +//取消全部选择 +jQuery(document).on('tap', '.weui-footer-cancel-checked', function (e) { + var obj = jQuery('.weui-cell_longpress'); + jQuery('.weui-cell_longpress').find('.weui-cells_checkbox input').prop("checked", false); + _filemanage.cancel(); + return false; +}); +//全选 +jQuery(document).on('tap', '.weui-footer-all-checked', function () { + $.each($('.weui-cell_longpress'), function () { + var rid = $(this).data('rid'), index = $.inArray(rid, _filemanage.selector); + var check = $(this).find('.weui-cells_checkbox input').prop("checked"); + if (!check) { + $(this).find('.weui-cells_checkbox input').prop("checked", true); + if (index == -1) { + _filemanage.selector.push(rid); + } + } + _filemanage.menuSwitch(); + }) +}) + +//动态菜单点击 +$(document).off('tap.dynamisc').on('tap.dynamisc', '.dynamiscmenu', function () { + if ($('#submitForm').length < 1) { + var form = $('
    '); + $(document.body).append(form); + } else { + form = $('#submitForm'); + } + if ($('#fidinput').length < 1) { + var finput = $(''); + form.append(rinput); + } else { + var finput = $('#fidinput'); + } + finput.val(_filemanage.fid); + + var action = MOD_URL + '&op=mobile&do=dynamic'; + if (_filemanage.selector.length > 0) { + var rids = _filemanage.selector.join(',') + if ($('#ridinput').length < 1) { + var rinput = $(''); + form.append(rinput); + } else { + var finput = $('#ridinput'); + } + rinput.val(rids); + } else if (_filemanage.fid) { + if ($('#fidinput').length < 1) { + var finput = $(''); + form.append(finput); + } else { + var finput = $('#fidinput'); + } + finput.val(_filemanage.fid); + } + form.attr('action', action); + form.attr('method', 'post'); + form.submit(); + +}) +//搜索跳转 +$(document).off('tap.searchFile').on('tap.searchFile', '.searchFile', function () { + var href =MOD_URL+'&op=mobile&do=search', catpreg = /^fileList-cat-\d+$/, collectpreg = /^fileList-collect$/; + if (catpreg.test(_filemanage.contains)) { + var cid = parseInt(_filemanage.contains.replace('fileList-cat-', '')); + href = href + '&cid=' + cid; + } + if (_filemanage.fid) {//如果有fid + href = href + '&fid=' + _filemanage.fid; + } + if (collectpreg.test(_filemanage.contains)) { + href = href + '&collect=1'; + } + window.location.href=href; + +}) + +$(document).off('tap.propetymenu').on('tap.propetymenu', '.propetymenu,.singlepropetymenu', function () { + var action = MOD_URL+'&op=mobile&do=property', catpreg = /^fileList-cat-\d+$/; + if ($('#submitForm').length < 1) { + var form = $('
    '); + $(document.body).append(form); + } else { + form = $('#submitForm'); + } + + if (_filemanage.selector.length > 0) { + var rids = _filemanage.selector.join(','); + if ($('#ridinput').length < 1) { + var rinput = $(''); + form.append(rinput); + } else { + var rinput = $('#ridinput'); + } + rinput.val(rids); + } else if (_filemanage.fid) { + if ($('#fidinput').length < 1) { + var finput = $(''); + form.append(finput); + } else { + var finput = $('#fidinput'); + } + finput.val(_filemanage.fid); + + } else if (catpreg.test(_filemanage.contains)) { + var cid = parseInt(_filemanage.contains.replace('fileList-cat-', '')); + window.location.href=action+'&cid='+cid; + return false; + } + form.attr('action', action); + form.attr('method', 'post'); + form.submit(); +}) +$(document).off('tap.membermenu').on('tap.membermenu', '.membermenu', function () { + var gid = 0, action=MOD_URL+'&op=mobile&do=member'; + if (_filemanage.selector.length > 0) { + var data = _filemanage.datajson.data[_filemanage.selector[0]]; + gid = data.gid; + } else { + if (_filemanage.fid) { + gid = _filemanage.folderdata[_filemanage.fid].gid; + } + } + if (gid) { + window.location.href=action+'&gid='+ gid; + } else { + return false; + } +}) +//收藏操作 +$(document).off('tap.collectmenu').on('tap.collectmenu', '.collectmenu', function () { + var path = [], collect = 1, obj = $(this); + if (_filemanage.selector.length > 0) { + for (var o in _filemanage.selector) { + path.push(_filemanage.datajson.data[_filemanage.selector[o]].dpath); + } + } + $.post(MOD_URL + '&op=mobile&do=ajax&operation=collect', {'paths': path, 'collect': collect}, function (data) { + for (var o in data.msg) { + if (data.msg[o] == 'success') { + _filemanage.datajson.data[o].collect = 1; + } + } + obj.closest('div.moredo').addClass('hide'); + obj.closest('div.moredo').next('div.background-none').hide(); + obj.closest('div.moredo').prevAll('.weui-footer-none').find('p').css({'color': '#666666'}); + _filemanage.cancel(); + $.toast('收藏成功'); + }, 'json') +}) +//取消收藏 +$(document).off('tap.cancel-collectmenu').on('tap.cancel-collectmenu', '.cancel-collectmenu', function () { + var path = [], collect = 0, obj = $(this); + if (_filemanage.selector.length > 0) { + for (var o in _filemanage.selector) { + path.push(_filemanage.datajson.data[_filemanage.selector[o]].dpath); + } + } + $.post(MOD_URL + '&op=mobile&do=ajax&operation=collect', {'paths': path, 'collect': collect}, function (data) { + for (var o in data.msg) { + if (data.msg[o] == 'success') { + _filemanage.datajson.data[o].collect = 0; + } + } + obj.closest('div.moredo').addClass('hide'); + obj.closest('div.moredo').next('div.background-none').hide(); + obj.closest('div.moredo').prevAll('.weui-footer-none').find('p').css({'color': '#666666'}); + _filemanage.cancel(); + $.toast('取消收藏成功'); + }, 'json') +}) +//分享 +$(document).off('tap.sharemenu').on('tap.sharemenu', '.sharemenu', function () { + if ($('#submitForm').length < 1) { + var form = $('
    '); + $(document.body).append(form); + } else { + form = $('#submitForm'); + } + var action = MOD_URL + '&op=mobile&do=ajax&operation=share'; + if (_filemanage.selector.length > 0) { + var rids = _filemanage.selector.join(','); + if ($('#ridinput').length < 1) { + var rinput = $(''); + form.append(rinput); + } else { + var rinput = $('#ridinput'); + } + rinput.val(rids); + } else { + return false; + } + form.attr('action', action); + form.attr('method', 'post'); + form.submit(); +}) +//评论 +$(document).off('tap.commentmenu').on('tap.commentmenu', '.commentmenu', function () { + if ($('#submitForm').length < 1) { + var form = $('
    '); + $(document.body).append(form); + } else { + form = $('#submitForm'); + } + var action = MOD_URL + '&op=mobile&do=comment'; + if (_filemanage.fid) { + if ($('#fidinput').length < 1) { + var finput = $(''); + form.append(finput); + } else { + var finput = $('#fidinput'); + } + finput.val(_filemanage.fid); + + } + if (_filemanage.selector.length > 0) { + var rid = _filemanage.selector[0]; + if ($('#ridinput').length < 1) { + var rinput = $(''); + form.append(rinput); + } else { + var rinput = $('#ridinput'); + } + rinput.val(rid); + } + form.attr('action', action); + form.attr('method', 'post'); + form.submit(); +}) +//打开 +_filemanage.Open = function (rid, extid, title) { + var data = _filemanage.datajson.data[rid]; + var name = data.name; + var obj = {}; + obj.type = data.type; + obj.ext = data.ext; + obj.id = rid; + obj.text = name; + obj.dpath = data.dpath; + if (obj.type === 'link') { + //window.open(data.url); + + if(_filemanage.ios){ + window.location.href=data.url; + }else{ + window.open(data.url); + } + return; + } else if (obj.type === 'dzzdoc') { + obj.url = "index.php?mod=document&icoid=" + obj.id; + if(_filemanage.ios){ + window.location.href=obj.url; + }else{ + window.open(obj.url); + } + + return; + } + if (_filemanage.is_wxwork && obj.type != 'image') { + window.location.href=DZZSCRIPT+'?mod=io&op=download&path=' + data.dpath; + return false; + } + if (obj.type == 'image') { + var currentimg = data.imgpath; + $.getScript('static/jquery_weui/js/swiper.min.js', function () { + var imglists = []; + for (var o in _filemanage.datajson.data) { + if (_filemanage.datajson.data[o].type == 'image') { + var imgurl = + imglists.push(_filemanage.datajson.data[o]['imgpath']); + } + } + var index = $.inArray(currentimg, imglists); + var pb = jQuery.photoBrowser({ + items: imglists, + initIndex: [index], + }); + pb.open(index); + }); + return; + } + if (!extid) { + extid = getExtOpen(data, true); + } + if (extid) { + if (_filemanage.extopen.all[extid].appid > 0 && _filemanage.app[_filemanage.extopen.all[extid].appid]['available'] < 1) { + Alert(__lang.regret_app + _filemanage.app[_filemanage.extopen.all[extid].appid]['appname'] + __lang.already_close, 5, null, null, 'info'); + return; + } + var extdata_url = extopen_replace(data, extid); + if (extdata_url) { + extdata_url = extdata_url.replace(/{\w+}/g, ''); + if (extdata_url.indexOf('dzzjs:OpenPicWin') === 0) { + var currentimg = data.imgpath; + $.getScript('static/jquery_weui/js/swiper.min.js', function () { + var imglists = []; + for (var o in _filemanage.datajson.data) { + if (_filemanage.datajson.data[o].type == 'image') { + var imgurl = + imglists.push(_filemanage.datajson.data[o]['imgpath']); + } + } + var index = $.inArray(currentimg, imglists); + var pb = jQuery.photoBrowser({ + items: imglists, + initIndex: [index], + }); + pb.open(index); + }); + return; + } else if (extdata_url.indexOf('dzzjs:') === 0) { + + eval((extdata_url.replace('dzzjs:', ''))); + return; + } else { + if(_filemanage.ios){ + window.location.href=extdata_url; + }else{ + window.open(extdata_url); + } + } + } + } else { + $.toast('文件没有可以打开的应用'); + } +}; +//获取打开方式 +function getExtOpen(data, isdefault) { + if (data.type === 'folder' || data.type === 'user' || data.type === 'app' || data.type === 'pan' || data.type === 'storage' || data.type === 'disk') { + return true; + } + var openarr = []; +//判断特殊区域后缀 + var bz = 'dzz'; + if (data.bz === '' || typeof data.bz === 'undefined') { + if (data.rbz) { + var bzarr = data.rbz.split(':'); + bz = bzarr[0]; + } else { + bz = 'dzz'; + } + } else { + var bzarr = data.bz.split(':'); + bz = bzarr[0]; + } + var ext = bz + ':' + data.ext; + var i = 0; + if (ext && _filemanage.extopen.ext[ext]) { + if (isdefault && _filemanage.extopen.all[_filemanage.extopen.user[ext]]) { + return _filemanage.extopen.user[ext]; + } + for (i = 0; i < _filemanage.extopen.ext[ext].length; i++) { + if (_filemanage.extopen.all[_filemanage.extopen.ext[ext][i]]) { + if (isdefault && _filemanage.extopen.all[_filemanage.extopen.ext[ext][i]].isdefault > 0) { + return _filemanage.extopen.all[_filemanage.extopen.ext[ext][i]].extid; + } + openarr.push(_filemanage.extopen.all[_filemanage.extopen.ext[ext][i]]); + } + } + } + if (data.ext && _filemanage.extopen.ext[data.ext]) { + if (isdefault && _filemanage.extopen.all[_filemanage.extopen.user[data.ext]]) { + return _filemanage.extopen.user[data.ext]; + } + for (i = 0; i < _filemanage.extopen.ext[data.ext].length; i++) { + if (_filemanage.extopen.all[_filemanage.extopen.ext[data.ext][i]]) { + if (isdefault && _filemanage.extopen.all[_filemanage.extopen.ext[data.ext][i]].isdefault > 0) { + return _filemanage.extopen.all[_filemanage.extopen.ext[data.ext][i]].extid; + } + openarr.push(_filemanage.extopen.all[_filemanage.extopen.ext[data.ext][i]]); + } + } + } +//判断type + if (data.type !== data.ext && _filemanage.extopen.ext[data.type]) { + if (isdefault && _filemanage.extopen.all[_filemanage.extopen.user[data.type]]) { + return _filemanage.extopen.user[data.type]; + } + for (i = 0; i < _filemanage.extopen.ext[data.type].length; i++) { + if (_filemanage.extopen.all[_filemanage.extopen.ext[data.type][i]]) { + if (isdefault && _filemanage.extopen.all[_filemanage.extopen.ext[data.type][i]].isdefault > 0) { + return _filemanage.extopen.all[_filemanage.extopen.ext[data.type][i]].extid; + } + openarr.push(_filemanage.extopen.all[_filemanage.extopen.ext[data.type][i]]); + } + } + } + if (isdefault) { + if (openarr.length > 0) { + return openarr[0].extid; + } else { + return false; + } + } else { + var appids = []; + for (i in openarr) { + if ($.inArray(openarr[i].appid, appids) > -1) { + openarr.splice(i, 1); + } else { + appids.push(openarr[i].appid); + } + } + if (openarr.length > 0) { + return openarr; + } else { + return false; + } + } +} +//文件路径 +function extopen_replace(ico, extid) { + ico.icoid = ico.rid; + var extdata = _filemanage.extopen.all[extid]; + var extdata_url = ''; + if (!ico || !extdata) { + return false; + } + for (var key in ico) { + extdata_url = extdata.url.replace(/{(\w+)}/g, function ($1) { + key = $1.replace(/[{}]/g, ''); + if (key === 'url') { + return encodeURIComponent(ico[key]); + } else if (key === 'icoid') { + return ico.rid; + } else if (key === 'path') { + return ico.dpath; + } else { + return ico[key]; + } + }); + } + if (extdata_url.indexOf('dzzjs:') === -1 && extdata_url.indexOf('?') !== -1 && extdata_url.indexOf('path=') === -1) { + extdata_url = extdata_url + '&path=' + ico.dpath; + } + return extdata_url; +} + +//下载 +$(document).on('tap.download').on('tap.download', '.downloadmenu', function () { + if (_filemanage.selector.length == 1) { + var data = _filemanage.datajson.data[_filemanage.selector[0]]; + if (!data) { + $.toast('没有可下载文件!'); + return false; + } + var url = DZZSCRIPT + '?mod=io&op=download&path=' + encodeURIComponent(data.dpath) + '&t=' + new Date().getTime(); + + } else if (_filemanage.selector.length > 1) { + var dpaths = []; + for (var i = 0; i < _filemanage.selector.length; i++) { + var ico = _filemanage.datajson.data[_filemanage.selector[i]]; + if (ico.type === 'folder' || ico.type === 'document' || ico.type === 'image' || ico.type === 'attach') { + dpaths.push(ico.dpath); + } + } + if (dpaths.length > 0) { + var path = encodeURIComponent(dpaths.join(',')); + var url = DZZSCRIPT + '?mod=io&op=download&path=' + path + '&t=' + new Date().getTime(); + } else { + $.toast('没有可下载文件!'); + return false; + } + } + window.location.href=url; +}) +//重命名 +jQuery(document).off('tap.rename').on('tap.rename', '.renamemenu', function () { + var obj = $(this), ico = _filemanage.datajson.data[_filemanage.selector[0]], oldtext = ico.name; + $.prompt({ + title: '重命名', + input: oldtext, + empty: false, // 是否允许为空 + onOK: function (input) { + var text = $('#weui-prompt-input').val(), emptypreg = /^\s*$/,emojpatt = /[\ud800-\udbff][\udc00-\udfff]/gi;; + //不允许为空 + if(emojpatt.test(text)){ + $.toast('文件名不合法!','cancel'); + $('#weui-prompt-input').val(''); + return false; + } + if (emptypreg.test(text)) { + $.toast('文件名不合法!','cancel'); + $('#weui-prompt-input').val(''); + return false; + } + if(text == oldtext){ + $('#weui-prompt-input').val(''); + obj.closest('div.moredo').addClass('hide'); + obj.closest('div.moredo').siblings('.background-none').hide(); + obj.closest('div.moredo').siblings('.weui-footer-sort').find('p').css('color','#666'); + _filemanage.cancel(); + return false; + } + $.post(MOD_URL + '&op=dzzcp&do=rename', { + "text": text, + "path": ico.dpath, + "t": (new Date().getTime()) + }, function (data) { + if (data['error']) { + $.toast(data['error']); + } else { + $('#' + _filemanage.contains).find('h4[rid=' + _filemanage.selector[0] + ']').text(data.name); + _filemanage.datajson.data[_filemanage.selector[0]].name = data.name; + obj.closest('div.moredo').addClass('hide'); + obj.closest('div.moredo').siblings('.background-none').hide(); + obj.closest('div.moredo').siblings('.weui-footer-sort').find('p').css('color','#666'); + _filemanage.cancel(); + $.toast("操作成功"); + } + }, 'json'); + }, + onCancel: function () { + obj.closest('div.moredo').addClass('hide'); + obj.closest('div.moredo').siblings('.background-none').hide(); + obj.closest('div.moredo').siblings('.weui-footer-sort').find('p').css('color','#666'); + _filemanage.cancel(); + } + }); + +}) diff --git a/dzz/explorer/js/mobile/iscroll.js b/dzz/explorer/js/mobile/iscroll.js new file mode 100644 index 0000000..1635b3a --- /dev/null +++ b/dzz/explorer/js/mobile/iscroll.js @@ -0,0 +1,2122 @@ +/*! iScroll v5.2.0 ~ (c) 2008-2016 Matteo Spinelli ~ http://cubiq.org/license */ +(function (window, document, Math) { +var rAF = window.requestAnimationFrame || + window.webkitRequestAnimationFrame || + window.mozRequestAnimationFrame || + window.oRequestAnimationFrame || + window.msRequestAnimationFrame || + function (callback) { window.setTimeout(callback, 1000 / 60); }; + +var utils = (function () { + var me = {}; + + var _elementStyle = document.createElement('div').style; + var _vendor = (function () { + var vendors = ['t', 'webkitT', 'MozT', 'msT', 'OT'], + transform, + i = 0, + l = vendors.length; + + for ( ; i < l; i++ ) { + transform = vendors[i] + 'ransform'; + if ( transform in _elementStyle ) return vendors[i].substr(0, vendors[i].length-1); + } + + return false; + })(); + + function _prefixStyle (style) { + if ( _vendor === false ) return false; + if ( _vendor === '' ) return style; + return _vendor + style.charAt(0).toUpperCase() + style.substr(1); + } + + me.getTime = Date.now || function getTime () { return new Date().getTime(); }; + + me.extend = function (target, obj) { + for ( var i in obj ) { + target[i] = obj[i]; + } + }; + + me.addEvent = function (el, type, fn, capture) { + el.addEventListener(type, fn, !!capture); + }; + + me.removeEvent = function (el, type, fn, capture) { + el.removeEventListener(type, fn, !!capture); + }; + + me.prefixPointerEvent = function (pointerEvent) { + return window.MSPointerEvent ? + 'MSPointer' + pointerEvent.charAt(7).toUpperCase() + pointerEvent.substr(8): + pointerEvent; + }; + + me.momentum = function (current, start, time, lowerMargin, wrapperSize, deceleration) { + var distance = current - start, + speed = Math.abs(distance) / time, + destination, + duration; + + deceleration = deceleration === undefined ? 0.0006 : deceleration; + + destination = current + ( speed * speed ) / ( 2 * deceleration ) * ( distance < 0 ? -1 : 1 ); + duration = speed / deceleration; + + if ( destination < lowerMargin ) { + destination = wrapperSize ? lowerMargin - ( wrapperSize / 2.5 * ( speed / 8 ) ) : lowerMargin; + distance = Math.abs(destination - current); + duration = distance / speed; + } else if ( destination > 0 ) { + destination = wrapperSize ? wrapperSize / 2.5 * ( speed / 8 ) : 0; + distance = Math.abs(current) + destination; + duration = distance / speed; + } + + return { + destination: Math.round(destination), + duration: duration + }; + }; + + var _transform = _prefixStyle('transform'); + + me.extend(me, { + hasTransform: _transform !== false, + hasPerspective: _prefixStyle('perspective') in _elementStyle, + hasTouch: 'ontouchstart' in window, + hasPointer: !!(window.PointerEvent || window.MSPointerEvent), // IE10 is prefixed + hasTransition: _prefixStyle('transition') in _elementStyle + }); + + /* + This should find all Android browsers lower than build 535.19 (both stock browser and webview) + - galaxy S2 is ok + - 2.3.6 : `AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1` + - 4.0.4 : `AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30` + - galaxy S3 is badAndroid (stock brower, webview) + `AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30` + - galaxy S4 is badAndroid (stock brower, webview) + `AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30` + - galaxy S5 is OK + `AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Mobile Safari/537.36 (Chrome/)` + - galaxy S6 is OK + `AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Mobile Safari/537.36 (Chrome/)` + */ + me.isBadAndroid = (function() { + var appVersion = window.navigator.appVersion; + // Android browser is not a chrome browser. + if (/Android/.test(appVersion) && !(/Chrome\/\d/.test(appVersion))) { + var safariVersion = appVersion.match(/Safari\/(\d+.\d)/); + if(safariVersion && typeof safariVersion === "object" && safariVersion.length >= 2) { + return parseFloat(safariVersion[1]) < 535.19; + } else { + return true; + } + } else { + return false; + } + })(); + + me.extend(me.style = {}, { + transform: _transform, + transitionTimingFunction: _prefixStyle('transitionTimingFunction'), + transitionDuration: _prefixStyle('transitionDuration'), + transitionDelay: _prefixStyle('transitionDelay'), + transformOrigin: _prefixStyle('transformOrigin') + }); + + me.hasClass = function (e, c) { + var re = new RegExp("(^|\\s)" + c + "(\\s|$)"); + return re.test(e.className); + }; + + me.addClass = function (e, c) { + if ( me.hasClass(e, c) ) { + return; + } + + var newclass = e.className.split(' '); + newclass.push(c); + e.className = newclass.join(' '); + }; + + me.removeClass = function (e, c) { + if ( !me.hasClass(e, c) ) { + return; + } + + var re = new RegExp("(^|\\s)" + c + "(\\s|$)", 'g'); + e.className = e.className.replace(re, ' '); + }; + + me.offset = function (el) { + var left = -el.offsetLeft, + top = -el.offsetTop; + + // jshint -W084 + while (el = el.offsetParent) { + left -= el.offsetLeft; + top -= el.offsetTop; + } + // jshint +W084 + + return { + left: left, + top: top + }; + }; + + me.preventDefaultException = function (el, exceptions) { + for ( var i in exceptions ) { + if ( exceptions[i].test(el[i]) ) { + return true; + } + } + + return false; + }; + + me.extend(me.eventType = {}, { + touchstart: 1, + touchmove: 1, + touchend: 1, + + mousedown: 2, + mousemove: 2, + mouseup: 2, + + pointerdown: 3, + pointermove: 3, + pointerup: 3, + + MSPointerDown: 3, + MSPointerMove: 3, + MSPointerUp: 3 + }); + + me.extend(me.ease = {}, { + quadratic: { + style: 'cubic-bezier(0.25, 0.46, 0.45, 0.94)', + fn: function (k) { + return k * ( 2 - k ); + } + }, + circular: { + style: 'cubic-bezier(0.1, 0.57, 0.1, 1)', // Not properly "circular" but this looks better, it should be (0.075, 0.82, 0.165, 1) + fn: function (k) { + return Math.sqrt( 1 - ( --k * k ) ); + } + }, + back: { + style: 'cubic-bezier(0.175, 0.885, 0.32, 1.275)', + fn: function (k) { + var b = 4; + return ( k = k - 1 ) * k * ( ( b + 1 ) * k + b ) + 1; + } + }, + bounce: { + style: '', + fn: function (k) { + if ( ( k /= 1 ) < ( 1 / 2.75 ) ) { + return 7.5625 * k * k; + } else if ( k < ( 2 / 2.75 ) ) { + return 7.5625 * ( k -= ( 1.5 / 2.75 ) ) * k + 0.75; + } else if ( k < ( 2.5 / 2.75 ) ) { + return 7.5625 * ( k -= ( 2.25 / 2.75 ) ) * k + 0.9375; + } else { + return 7.5625 * ( k -= ( 2.625 / 2.75 ) ) * k + 0.984375; + } + } + }, + elastic: { + style: '', + fn: function (k) { + var f = 0.22, + e = 0.4; + + if ( k === 0 ) { return 0; } + if ( k == 1 ) { return 1; } + + return ( e * Math.pow( 2, - 10 * k ) * Math.sin( ( k - f / 4 ) * ( 2 * Math.PI ) / f ) + 1 ); + } + } + }); + + me.tap = function (e, eventName) { + var ev = document.createEvent('Event'); + ev.initEvent(eventName, true, true); + ev.pageX = e.pageX; + ev.pageY = e.pageY; + e.target.dispatchEvent(ev); + }; + + me.click = function (e) { + var target = e.target, + ev; + + if ( !(/(SELECT|INPUT|TEXTAREA)/i).test(target.tagName) ) { + // https://developer.mozilla.org/en-US/docs/Web/API/MouseEvent/initMouseEvent + // initMouseEvent is deprecated. + ev = document.createEvent(window.MouseEvent ? 'MouseEvents' : 'Event'); + ev.initEvent('click', true, true); + ev.view = e.view || window; + ev.detail = 1; + ev.screenX = target.screenX || 0; + ev.screenY = target.screenY || 0; + ev.clientX = target.clientX || 0; + ev.clientY = target.clientY || 0; + ev.ctrlKey = !!e.ctrlKey; + ev.altKey = !!e.altKey; + ev.shiftKey = !!e.shiftKey; + ev.metaKey = !!e.metaKey; + ev.button = 0; + ev.relatedTarget = null; + ev._constructed = true; + target.dispatchEvent(ev); + } + }; + + return me; +})(); +function IScroll (el, options) { + this.wrapper = typeof el == 'string' ? document.querySelector(el) : el; + this.scroller = this.wrapper.children[0]; + this.scrollerStyle = this.scroller.style; // cache style for better performance + + this.options = { + + resizeScrollbars: true, + + mouseWheelSpeed: 20, + + snapThreshold: 0.334, + +// INSERT POINT: OPTIONS + disablePointer : !utils.hasPointer, + disableTouch : utils.hasPointer || !utils.hasTouch, + disableMouse : utils.hasPointer || utils.hasTouch, + startX: 0, + startY: 0, + scrollY: true, + directionLockThreshold: 5, + momentum: true, + + bounce: true, + bounceTime: 600, + bounceEasing: '', + + preventDefault: true, + preventDefaultException: { tagName: /^(INPUT|TEXTAREA|BUTTON|SELECT)$/ }, + + HWCompositing: true, + useTransition: true, + useTransform: true, + bindToWrapper: typeof window.onmousedown === "undefined" + }; + + for ( var i in options ) { + this.options[i] = options[i]; + } + + // Normalize options + this.translateZ = this.options.HWCompositing && utils.hasPerspective ? ' translateZ(0)' : ''; + + this.options.useTransition = utils.hasTransition && this.options.useTransition; + this.options.useTransform = utils.hasTransform && this.options.useTransform; + + this.options.eventPassthrough = this.options.eventPassthrough === true ? 'vertical' : this.options.eventPassthrough; + this.options.preventDefault = !this.options.eventPassthrough && this.options.preventDefault; + + // If you want eventPassthrough I have to lock one of the axes + this.options.scrollY = this.options.eventPassthrough == 'vertical' ? false : this.options.scrollY; + this.options.scrollX = this.options.eventPassthrough == 'horizontal' ? false : this.options.scrollX; + + // With eventPassthrough we also need lockDirection mechanism + this.options.freeScroll = this.options.freeScroll && !this.options.eventPassthrough; + this.options.directionLockThreshold = this.options.eventPassthrough ? 0 : this.options.directionLockThreshold; + + this.options.bounceEasing = typeof this.options.bounceEasing == 'string' ? utils.ease[this.options.bounceEasing] || utils.ease.circular : this.options.bounceEasing; + + this.options.resizePolling = this.options.resizePolling === undefined ? 60 : this.options.resizePolling; + + if ( this.options.tap === true ) { + this.options.tap = 'tap'; + } + + // https://github.com/cubiq/iscroll/issues/1029 + if (!this.options.useTransition && !this.options.useTransform) { + if(!(/relative|absolute/i).test(this.scrollerStyle.position)) { + this.scrollerStyle.position = "relative"; + } + } + + if ( this.options.shrinkScrollbars == 'scale' ) { + this.options.useTransition = false; + } + + this.options.invertWheelDirection = this.options.invertWheelDirection ? -1 : 1; + +// INSERT POINT: NORMALIZATION + + // Some defaults + this.x = 0; + this.y = 0; + this.directionX = 0; + this.directionY = 0; + this._events = {}; + +// INSERT POINT: DEFAULTS + + this._init(); + this.refresh(); + + this.scrollTo(this.options.startX, this.options.startY); + this.enable(); +} + +IScroll.prototype = { + version: '5.2.0', + + _init: function () { + this._initEvents(); + + if ( this.options.scrollbars || this.options.indicators ) { + this._initIndicators(); + } + + if ( this.options.mouseWheel ) { + this._initWheel(); + } + + if ( this.options.snap ) { + this._initSnap(); + } + + if ( this.options.keyBindings ) { + this._initKeys(); + } + +// INSERT POINT: _init + + }, + + destroy: function () { + this._initEvents(true); + clearTimeout(this.resizeTimeout); + this.resizeTimeout = null; + this._execEvent('destroy'); + }, + + _transitionEnd: function (e) { + if ( e.target != this.scroller || !this.isInTransition ) { + return; + } + + this._transitionTime(); + if ( !this.resetPosition(this.options.bounceTime) ) { + this.isInTransition = false; + this._execEvent('scrollEnd'); + } + }, + + _start: function (e) { + // React to left mouse button only + if ( utils.eventType[e.type] != 1 ) { + // for button property + // http://unixpapa.com/js/mouse.html + var button; + if (!e.which) { + /* IE case */ + button = (e.button < 2) ? 0 : + ((e.button == 4) ? 1 : 2); + } else { + /* All others */ + button = e.button; + } + if ( button !== 0 ) { + return; + } + } + + if ( !this.enabled || (this.initiated && utils.eventType[e.type] !== this.initiated) ) { + return; + } + + if ( this.options.preventDefault && !utils.isBadAndroid && !utils.preventDefaultException(e.target, this.options.preventDefaultException) ) { + e.preventDefault(); + } + + var point = e.touches ? e.touches[0] : e, + pos; + + this.initiated = utils.eventType[e.type]; + this.moved = false; + this.distX = 0; + this.distY = 0; + this.directionX = 0; + this.directionY = 0; + this.directionLocked = 0; + + this.startTime = utils.getTime(); + + if ( this.options.useTransition && this.isInTransition ) { + this._transitionTime(); + this.isInTransition = false; + pos = this.getComputedPosition(); + this._translate(Math.round(pos.x), Math.round(pos.y)); + this._execEvent('scrollEnd'); + } else if ( !this.options.useTransition && this.isAnimating ) { + this.isAnimating = false; + this._execEvent('scrollEnd'); + } + + this.startX = this.x; + this.startY = this.y; + this.absStartX = this.x; + this.absStartY = this.y; + this.pointX = point.pageX; + this.pointY = point.pageY; + + this._execEvent('beforeScrollStart'); + }, + + _move: function (e) { + if ( !this.enabled || utils.eventType[e.type] !== this.initiated ) { + return; + } + + if ( this.options.preventDefault ) { // increases performance on Android? TODO: check! + e.preventDefault(); + } + + var point = e.touches ? e.touches[0] : e, + deltaX = point.pageX - this.pointX, + deltaY = point.pageY - this.pointY, + timestamp = utils.getTime(), + newX, newY, + absDistX, absDistY; + + this.pointX = point.pageX; + this.pointY = point.pageY; + + this.distX += deltaX; + this.distY += deltaY; + absDistX = Math.abs(this.distX); + absDistY = Math.abs(this.distY); + + // We need to move at least 10 pixels for the scrolling to initiate + if ( timestamp - this.endTime > 300 && (absDistX < 10 && absDistY < 10) ) { + return; + } + + // If you are scrolling in one direction lock the other + if ( !this.directionLocked && !this.options.freeScroll ) { + if ( absDistX > absDistY + this.options.directionLockThreshold ) { + this.directionLocked = 'h'; // lock horizontally + } else if ( absDistY >= absDistX + this.options.directionLockThreshold ) { + this.directionLocked = 'v'; // lock vertically + } else { + this.directionLocked = 'n'; // no lock + } + } + + if ( this.directionLocked == 'h' ) { + if ( this.options.eventPassthrough == 'vertical' ) { + e.preventDefault(); + } else if ( this.options.eventPassthrough == 'horizontal' ) { + this.initiated = false; + return; + } + + deltaY = 0; + } else if ( this.directionLocked == 'v' ) { + if ( this.options.eventPassthrough == 'horizontal' ) { + e.preventDefault(); + } else if ( this.options.eventPassthrough == 'vertical' ) { + this.initiated = false; + return; + } + + deltaX = 0; + } + + deltaX = this.hasHorizontalScroll ? deltaX : 0; + deltaY = this.hasVerticalScroll ? deltaY : 0; + + newX = this.x + deltaX; + newY = this.y + deltaY; + + // Slow down if outside of the boundaries + if ( newX > 0 || newX < this.maxScrollX ) { + newX = this.options.bounce ? this.x + deltaX / 3 : newX > 0 ? 0 : this.maxScrollX; + } + if ( newY > 0 || newY < this.maxScrollY ) { + newY = this.options.bounce ? this.y + deltaY / 3 : newY > 0 ? 0 : this.maxScrollY; + } + + this.directionX = deltaX > 0 ? -1 : deltaX < 0 ? 1 : 0; + this.directionY = deltaY > 0 ? -1 : deltaY < 0 ? 1 : 0; + + if ( !this.moved ) { + this._execEvent('scrollStart'); + } + + this.moved = true; + + this._translate(newX, newY); + +/* REPLACE START: _move */ + + if ( timestamp - this.startTime > 300 ) { + this.startTime = timestamp; + this.startX = this.x; + this.startY = this.y; + } + +/* REPLACE END: _move */ + + }, + + _end: function (e) { + if ( !this.enabled || utils.eventType[e.type] !== this.initiated ) { + return; + } + + if ( this.options.preventDefault && !utils.preventDefaultException(e.target, this.options.preventDefaultException) ) { + e.preventDefault(); + } + + var point = e.changedTouches ? e.changedTouches[0] : e, + momentumX, + momentumY, + duration = utils.getTime() - this.startTime, + newX = Math.round(this.x), + newY = Math.round(this.y), + distanceX = Math.abs(newX - this.startX), + distanceY = Math.abs(newY - this.startY), + time = 0, + easing = ''; + + this.isInTransition = 0; + this.initiated = 0; + this.endTime = utils.getTime(); + + // reset if we are outside of the boundaries + if ( this.resetPosition(this.options.bounceTime) ) { + return; + } + + this.scrollTo(newX, newY); // ensures that the last position is rounded + + // we scrolled less than 10 pixels + if ( !this.moved ) { + if ( this.options.tap ) { + utils.tap(e, this.options.tap); + } + + if ( this.options.click ) { + utils.click(e); + } + + this._execEvent('scrollCancel'); + return; + } + + if ( this._events.flick && duration < 200 && distanceX < 100 && distanceY < 100 ) { + this._execEvent('flick'); + return; + } + + // start momentum animation if needed + if ( this.options.momentum && duration < 300 ) { + momentumX = this.hasHorizontalScroll ? utils.momentum(this.x, this.startX, duration, this.maxScrollX, this.options.bounce ? this.wrapperWidth : 0, this.options.deceleration) : { destination: newX, duration: 0 }; + momentumY = this.hasVerticalScroll ? utils.momentum(this.y, this.startY, duration, this.maxScrollY, this.options.bounce ? this.wrapperHeight : 0, this.options.deceleration) : { destination: newY, duration: 0 }; + newX = momentumX.destination; + newY = momentumY.destination; + time = Math.max(momentumX.duration, momentumY.duration); + this.isInTransition = 1; + } + + + if ( this.options.snap ) { + var snap = this._nearestSnap(newX, newY); + this.currentPage = snap; + time = this.options.snapSpeed || Math.max( + Math.max( + Math.min(Math.abs(newX - snap.x), 1000), + Math.min(Math.abs(newY - snap.y), 1000) + ), 300); + newX = snap.x; + newY = snap.y; + + this.directionX = 0; + this.directionY = 0; + easing = this.options.bounceEasing; + } + +// INSERT POINT: _end + + if ( newX != this.x || newY != this.y ) { + // change easing function when scroller goes out of the boundaries + if ( newX > 0 || newX < this.maxScrollX || newY > 0 || newY < this.maxScrollY ) { + easing = utils.ease.quadratic; + } + + this.scrollTo(newX, newY, time, easing); + return; + } + + this._execEvent('scrollEnd'); + }, + + _resize: function () { + var that = this; + + clearTimeout(this.resizeTimeout); + + this.resizeTimeout = setTimeout(function () { + that.refresh(); + }, this.options.resizePolling); + }, + + resetPosition: function (time) { + var x = this.x, + y = this.y; + + time = time || 0; + + if ( !this.hasHorizontalScroll || this.x > 0 ) { + x = 0; + } else if ( this.x < this.maxScrollX ) { + x = this.maxScrollX; + } + + if ( !this.hasVerticalScroll || this.y > 0 ) { + y = 0; + } else if ( this.y < this.maxScrollY ) { + y = this.maxScrollY; + } + + if ( x == this.x && y == this.y ) { + return false; + } + + this.scrollTo(x, y, time, this.options.bounceEasing); + + return true; + }, + + disable: function () { + this.enabled = false; + }, + + enable: function () { + this.enabled = true; + }, + + refresh: function () { + var rf = this.wrapper.offsetHeight; // Force reflow + + this.wrapperWidth = this.wrapper.clientWidth; + this.wrapperHeight = this.wrapper.clientHeight; + +/* REPLACE START: refresh */ + + this.scrollerWidth = this.scroller.offsetWidth; + this.scrollerHeight = this.scroller.offsetHeight; + + this.maxScrollX = this.wrapperWidth - this.scrollerWidth; + this.maxScrollY = this.wrapperHeight - this.scrollerHeight; + +/* REPLACE END: refresh */ + + this.hasHorizontalScroll = this.options.scrollX && this.maxScrollX < 0; + this.hasVerticalScroll = this.options.scrollY && this.maxScrollY < 0; + + if ( !this.hasHorizontalScroll ) { + this.maxScrollX = 0; + this.scrollerWidth = this.wrapperWidth; + } + + if ( !this.hasVerticalScroll ) { + this.maxScrollY = 0; + this.scrollerHeight = this.wrapperHeight; + } + + this.endTime = 0; + this.directionX = 0; + this.directionY = 0; + + this.wrapperOffset = utils.offset(this.wrapper); + + this._execEvent('refresh'); + + this.resetPosition(); + +// INSERT POINT: _refresh + + }, + + on: function (type, fn) { + if ( !this._events[type] ) { + this._events[type] = []; + } + + this._events[type].push(fn); + }, + + off: function (type, fn) { + if ( !this._events[type] ) { + return; + } + + var index = this._events[type].indexOf(fn); + + if ( index > -1 ) { + this._events[type].splice(index, 1); + } + }, + + _execEvent: function (type) { + if ( !this._events[type] ) { + return; + } + + var i = 0, + l = this._events[type].length; + + if ( !l ) { + return; + } + + for ( ; i < l; i++ ) { + this._events[type][i].apply(this, [].slice.call(arguments, 1)); + } + }, + + scrollBy: function (x, y, time, easing) { + x = this.x + x; + y = this.y + y; + time = time || 0; + + this.scrollTo(x, y, time, easing); + }, + + scrollTo: function (x, y, time, easing) { + easing = easing || utils.ease.circular; + + this.isInTransition = this.options.useTransition && time > 0; + var transitionType = this.options.useTransition && easing.style; + if ( !time || transitionType ) { + if(transitionType) { + this._transitionTimingFunction(easing.style); + this._transitionTime(time); + } + this._translate(x, y); + } else { + this._animate(x, y, time, easing.fn); + } + }, + + scrollToElement: function (el, time, offsetX, offsetY, easing) { + el = el.nodeType ? el : this.scroller.querySelector(el); + + if ( !el ) { + return; + } + + var pos = utils.offset(el); + + pos.left -= this.wrapperOffset.left; + pos.top -= this.wrapperOffset.top; + + // if offsetX/Y are true we center the element to the screen + if ( offsetX === true ) { + offsetX = Math.round(el.offsetWidth / 2 - this.wrapper.offsetWidth / 2); + } + if ( offsetY === true ) { + offsetY = Math.round(el.offsetHeight / 2 - this.wrapper.offsetHeight / 2); + } + + pos.left -= offsetX || 0; + pos.top -= offsetY || 0; + + pos.left = pos.left > 0 ? 0 : pos.left < this.maxScrollX ? this.maxScrollX : pos.left; + pos.top = pos.top > 0 ? 0 : pos.top < this.maxScrollY ? this.maxScrollY : pos.top; + + time = time === undefined || time === null || time === 'auto' ? Math.max(Math.abs(this.x-pos.left), Math.abs(this.y-pos.top)) : time; + + this.scrollTo(pos.left, pos.top, time, easing); + }, + + _transitionTime: function (time) { + if (!this.options.useTransition) { + return; + } + time = time || 0; + var durationProp = utils.style.transitionDuration; + if(!durationProp) { + return; + } + + this.scrollerStyle[durationProp] = time + 'ms'; + + if ( !time && utils.isBadAndroid ) { + this.scrollerStyle[durationProp] = '0.0001ms'; + // remove 0.0001ms + var self = this; + rAF(function() { + if(self.scrollerStyle[durationProp] === '0.0001ms') { + self.scrollerStyle[durationProp] = '0s'; + } + }); + } + + + if ( this.indicators ) { + for ( var i = this.indicators.length; i--; ) { + this.indicators[i].transitionTime(time); + } + } + + +// INSERT POINT: _transitionTime + + }, + + _transitionTimingFunction: function (easing) { + this.scrollerStyle[utils.style.transitionTimingFunction] = easing; + + + if ( this.indicators ) { + for ( var i = this.indicators.length; i--; ) { + this.indicators[i].transitionTimingFunction(easing); + } + } + + +// INSERT POINT: _transitionTimingFunction + + }, + + _translate: function (x, y) { + if ( this.options.useTransform ) { + +/* REPLACE START: _translate */ + + this.scrollerStyle[utils.style.transform] = 'translate(' + x + 'px,' + y + 'px)' + this.translateZ; +// console.log(x); + +/* REPLACE END: _translate */ + + } else { + x = Math.round(x); + y = Math.round(y); + this.scrollerStyle.left = x + 'px'; + this.scrollerStyle.top = y + 'px'; + } + + this.x = x; + this.y = y; + + + if ( this.indicators ) { + for ( var i = this.indicators.length; i--; ) { + this.indicators[i].updatePosition(); + } + } + + +// INSERT POINT: _translate + + }, + + _initEvents: function (remove) { + var eventType = remove ? utils.removeEvent : utils.addEvent, + target = this.options.bindToWrapper ? this.wrapper : window; + + eventType(window, 'orientationchange', this); + eventType(window, 'resize', this); + + if ( this.options.click ) { + eventType(this.wrapper, 'click', this, true); + } + + if ( !this.options.disableMouse ) { + eventType(this.wrapper, 'mousedown', this); + eventType(target, 'mousemove', this); + eventType(target, 'mousecancel', this); + eventType(target, 'mouseup', this); + } + + if ( utils.hasPointer && !this.options.disablePointer ) { + eventType(this.wrapper, utils.prefixPointerEvent('pointerdown'), this); + eventType(target, utils.prefixPointerEvent('pointermove'), this); + eventType(target, utils.prefixPointerEvent('pointercancel'), this); + eventType(target, utils.prefixPointerEvent('pointerup'), this); + } + + if ( utils.hasTouch && !this.options.disableTouch ) { + eventType(this.wrapper, 'touchstart', this); + eventType(target, 'touchmove', this); + eventType(target, 'touchcancel', this); + eventType(target, 'touchend', this); + } + + eventType(this.scroller, 'transitionend', this); + eventType(this.scroller, 'webkitTransitionEnd', this); + eventType(this.scroller, 'oTransitionEnd', this); + eventType(this.scroller, 'MSTransitionEnd', this); + }, + + getComputedPosition: function () { + var matrix = window.getComputedStyle(this.scroller, null), + x, y; + + if ( this.options.useTransform ) { + matrix = matrix[utils.style.transform].split(')')[0].split(', '); + x = +(matrix[12] || matrix[4]); + y = +(matrix[13] || matrix[5]); + } else { + x = +matrix.left.replace(/[^-\d.]/g, ''); + y = +matrix.top.replace(/[^-\d.]/g, ''); + } + + return { x: x, y: y }; + }, + _initIndicators: function () { + var interactive = this.options.interactiveScrollbars, + customStyle = typeof this.options.scrollbars != 'string', + indicators = [], + indicator; + + var that = this; + + this.indicators = []; + + if ( this.options.scrollbars ) { + // Vertical scrollbar + if ( this.options.scrollY ) { + indicator = { + el: createDefaultScrollbar('v', interactive, this.options.scrollbars), + interactive: interactive, + defaultScrollbars: true, + customStyle: customStyle, + resize: this.options.resizeScrollbars, + shrink: this.options.shrinkScrollbars, + fade: this.options.fadeScrollbars, + listenX: false + }; + + this.wrapper.appendChild(indicator.el); + indicators.push(indicator); + } + + // Horizontal scrollbar + if ( this.options.scrollX ) { + indicator = { + el: createDefaultScrollbar('h', interactive, this.options.scrollbars), + interactive: interactive, + defaultScrollbars: true, + customStyle: customStyle, + resize: this.options.resizeScrollbars, + shrink: this.options.shrinkScrollbars, + fade: this.options.fadeScrollbars, + listenY: false + }; + + this.wrapper.appendChild(indicator.el); + indicators.push(indicator); + } + } + + if ( this.options.indicators ) { + // TODO: check concat compatibility + indicators = indicators.concat(this.options.indicators); + } + + for ( var i = indicators.length; i--; ) { + this.indicators.push( new Indicator(this, indicators[i]) ); + } + + // TODO: check if we can use array.map (wide compatibility and performance issues) + function _indicatorsMap (fn) { + if (that.indicators) { + for ( var i = that.indicators.length; i--; ) { + fn.call(that.indicators[i]); + } + } + } + + if ( this.options.fadeScrollbars ) { + this.on('scrollEnd', function () { + _indicatorsMap(function () { + this.fade(); + }); + }); + + this.on('scrollCancel', function () { + _indicatorsMap(function () { + this.fade(); + }); + }); + + this.on('scrollStart', function () { + _indicatorsMap(function () { + this.fade(1); + }); + }); + + this.on('beforeScrollStart', function () { + _indicatorsMap(function () { + this.fade(1, true); + }); + }); + } + + + this.on('refresh', function () { + _indicatorsMap(function () { + this.refresh(); + }); + }); + + this.on('destroy', function () { + _indicatorsMap(function () { + this.destroy(); + }); + + delete this.indicators; + }); + }, + + _initWheel: function () { + utils.addEvent(this.wrapper, 'wheel', this); + utils.addEvent(this.wrapper, 'mousewheel', this); + utils.addEvent(this.wrapper, 'DOMMouseScroll', this); + + this.on('destroy', function () { + clearTimeout(this.wheelTimeout); + this.wheelTimeout = null; + utils.removeEvent(this.wrapper, 'wheel', this); + utils.removeEvent(this.wrapper, 'mousewheel', this); + utils.removeEvent(this.wrapper, 'DOMMouseScroll', this); + }); + }, + + _wheel: function (e) { + if ( !this.enabled ) { + return; + } + + e.preventDefault(); + + var wheelDeltaX, wheelDeltaY, + newX, newY, + that = this; + + if ( this.wheelTimeout === undefined ) { + that._execEvent('scrollStart'); + } + + // Execute the scrollEnd event after 400ms the wheel stopped scrolling + clearTimeout(this.wheelTimeout); + this.wheelTimeout = setTimeout(function () { + if(!that.options.snap) { + that._execEvent('scrollEnd'); + } + that.wheelTimeout = undefined; + }, 400); + + if ( 'deltaX' in e ) { + if (e.deltaMode === 1) { + wheelDeltaX = -e.deltaX * this.options.mouseWheelSpeed; + wheelDeltaY = -e.deltaY * this.options.mouseWheelSpeed; + } else { + wheelDeltaX = -e.deltaX; + wheelDeltaY = -e.deltaY; + } + } else if ( 'wheelDeltaX' in e ) { + wheelDeltaX = e.wheelDeltaX / 120 * this.options.mouseWheelSpeed; + wheelDeltaY = e.wheelDeltaY / 120 * this.options.mouseWheelSpeed; + } else if ( 'wheelDelta' in e ) { + wheelDeltaX = wheelDeltaY = e.wheelDelta / 120 * this.options.mouseWheelSpeed; + } else if ( 'detail' in e ) { + wheelDeltaX = wheelDeltaY = -e.detail / 3 * this.options.mouseWheelSpeed; + } else { + return; + } + + wheelDeltaX *= this.options.invertWheelDirection; + wheelDeltaY *= this.options.invertWheelDirection; + + if ( !this.hasVerticalScroll ) { + wheelDeltaX = wheelDeltaY; + wheelDeltaY = 0; + } + + if ( this.options.snap ) { + newX = this.currentPage.pageX; + newY = this.currentPage.pageY; + + if ( wheelDeltaX > 0 ) { + newX--; + } else if ( wheelDeltaX < 0 ) { + newX++; + } + + if ( wheelDeltaY > 0 ) { + newY--; + } else if ( wheelDeltaY < 0 ) { + newY++; + } + + this.goToPage(newX, newY); + + return; + } + + newX = this.x + Math.round(this.hasHorizontalScroll ? wheelDeltaX : 0); + newY = this.y + Math.round(this.hasVerticalScroll ? wheelDeltaY : 0); + + this.directionX = wheelDeltaX > 0 ? -1 : wheelDeltaX < 0 ? 1 : 0; + this.directionY = wheelDeltaY > 0 ? -1 : wheelDeltaY < 0 ? 1 : 0; + + if ( newX > 0 ) { + newX = 0; + } else if ( newX < this.maxScrollX ) { + newX = this.maxScrollX; + } + + if ( newY > 0 ) { + newY = 0; + } else if ( newY < this.maxScrollY ) { + newY = this.maxScrollY; + } + + this.scrollTo(newX, newY, 0); + +// INSERT POINT: _wheel + }, + + _initSnap: function () { + this.currentPage = {}; + + if ( typeof this.options.snap == 'string' ) { + this.options.snap = this.scroller.querySelectorAll(this.options.snap); + } + + this.on('refresh', function () { + var i = 0, l, + m = 0, n, + cx, cy, + x = 0, y, + stepX = this.options.snapStepX || this.wrapperWidth, + stepY = this.options.snapStepY || this.wrapperHeight, + el; + + this.pages = []; + + if ( !this.wrapperWidth || !this.wrapperHeight || !this.scrollerWidth || !this.scrollerHeight ) { + return; + } + + if ( this.options.snap === true ) { + cx = Math.round( stepX / 2 ); + cy = Math.round( stepY / 2 ); + + while ( x > -this.scrollerWidth ) { + this.pages[i] = []; + l = 0; + y = 0; + + while ( y > -this.scrollerHeight ) { + this.pages[i][l] = { + x: Math.max(x, this.maxScrollX), + y: Math.max(y, this.maxScrollY), + width: stepX, + height: stepY, + cx: x - cx, + cy: y - cy + }; + + y -= stepY; + l++; + } + + x -= stepX; + i++; + } + } else { + el = this.options.snap; + l = el.length; + n = -1; + + for ( ; i < l; i++ ) { + if ( i === 0 || el[i].offsetLeft <= el[i-1].offsetLeft ) { + m = 0; + n++; + } + + if ( !this.pages[m] ) { + this.pages[m] = []; + } + + x = Math.max(-el[i].offsetLeft, this.maxScrollX); + y = Math.max(-el[i].offsetTop, this.maxScrollY); + cx = x - Math.round(el[i].offsetWidth / 2); + cy = y - Math.round(el[i].offsetHeight / 2); + + this.pages[m][n] = { + x: x, + y: y, + width: el[i].offsetWidth, + height: el[i].offsetHeight, + cx: cx, + cy: cy + }; + + if ( x > this.maxScrollX ) { + m++; + } + } + } + + this.goToPage(this.currentPage.pageX || 0, this.currentPage.pageY || 0, 0); + + // Update snap threshold if needed + if ( this.options.snapThreshold % 1 === 0 ) { + this.snapThresholdX = this.options.snapThreshold; + this.snapThresholdY = this.options.snapThreshold; + } else { + this.snapThresholdX = Math.round(this.pages[this.currentPage.pageX][this.currentPage.pageY].width * this.options.snapThreshold); + this.snapThresholdY = Math.round(this.pages[this.currentPage.pageX][this.currentPage.pageY].height * this.options.snapThreshold); + } + }); + + this.on('flick', function () { + var time = this.options.snapSpeed || Math.max( + Math.max( + Math.min(Math.abs(this.x - this.startX), 1000), + Math.min(Math.abs(this.y - this.startY), 1000) + ), 300); + + this.goToPage( + this.currentPage.pageX + this.directionX, + this.currentPage.pageY + this.directionY, + time + ); + }); + }, + + _nearestSnap: function (x, y) { + if ( !this.pages.length ) { + return { x: 0, y: 0, pageX: 0, pageY: 0 }; + } + + var i = 0, + l = this.pages.length, + m = 0; + + // Check if we exceeded the snap threshold + if ( Math.abs(x - this.absStartX) < this.snapThresholdX && + Math.abs(y - this.absStartY) < this.snapThresholdY ) { + return this.currentPage; + } + + if ( x > 0 ) { + x = 0; + } else if ( x < this.maxScrollX ) { + x = this.maxScrollX; + } + + if ( y > 0 ) { + y = 0; + } else if ( y < this.maxScrollY ) { + y = this.maxScrollY; + } + + for ( ; i < l; i++ ) { + if ( x >= this.pages[i][0].cx ) { + x = this.pages[i][0].x; + break; + } + } + + l = this.pages[i].length; + + for ( ; m < l; m++ ) { + if ( y >= this.pages[0][m].cy ) { + y = this.pages[0][m].y; + break; + } + } + + if ( i == this.currentPage.pageX ) { + i += this.directionX; + + if ( i < 0 ) { + i = 0; + } else if ( i >= this.pages.length ) { + i = this.pages.length - 1; + } + + x = this.pages[i][0].x; + } + + if ( m == this.currentPage.pageY ) { + m += this.directionY; + + if ( m < 0 ) { + m = 0; + } else if ( m >= this.pages[0].length ) { + m = this.pages[0].length - 1; + } + + y = this.pages[0][m].y; + } + + return { + x: x, + y: y, + pageX: i, + pageY: m + }; + }, + + goToPage: function (x, y, time, easing) { + easing = easing || this.options.bounceEasing; + + if ( x >= this.pages.length ) { + x = this.pages.length - 1; + } else if ( x < 0 ) { + x = 0; + } + + if ( y >= this.pages[x].length ) { + y = this.pages[x].length - 1; + } else if ( y < 0 ) { + y = 0; + } + + var posX = this.pages[x][y].x, + posY = this.pages[x][y].y; + + time = time === undefined ? this.options.snapSpeed || Math.max( + Math.max( + Math.min(Math.abs(posX - this.x), 1000), + Math.min(Math.abs(posY - this.y), 1000) + ), 300) : time; + + this.currentPage = { + x: posX, + y: posY, + pageX: x, + pageY: y + }; + + this.scrollTo(posX, posY, time, easing); + }, + + next: function (time, easing) { + var x = this.currentPage.pageX, + y = this.currentPage.pageY; + + x++; + + if ( x >= this.pages.length && this.hasVerticalScroll ) { + x = 0; + y++; + } + + this.goToPage(x, y, time, easing); + }, + + prev: function (time, easing) { + var x = this.currentPage.pageX, + y = this.currentPage.pageY; + + x--; + + if ( x < 0 && this.hasVerticalScroll ) { + x = 0; + y--; + } + + this.goToPage(x, y, time, easing); + }, + + _initKeys: function (e) { + // default key bindings + var keys = { + pageUp: 33, + pageDown: 34, + end: 35, + home: 36, + left: 37, + up: 38, + right: 39, + down: 40 + }; + var i; + + // if you give me characters I give you keycode + if ( typeof this.options.keyBindings == 'object' ) { + for ( i in this.options.keyBindings ) { + if ( typeof this.options.keyBindings[i] == 'string' ) { + this.options.keyBindings[i] = this.options.keyBindings[i].toUpperCase().charCodeAt(0); + } + } + } else { + this.options.keyBindings = {}; + } + + for ( i in keys ) { + this.options.keyBindings[i] = this.options.keyBindings[i] || keys[i]; + } + + utils.addEvent(window, 'keydown', this); + + this.on('destroy', function () { + utils.removeEvent(window, 'keydown', this); + }); + }, + + _key: function (e) { + if ( !this.enabled ) { + return; + } + + var snap = this.options.snap, // we are using this alot, better to cache it + newX = snap ? this.currentPage.pageX : this.x, + newY = snap ? this.currentPage.pageY : this.y, + now = utils.getTime(), + prevTime = this.keyTime || 0, + acceleration = 0.250, + pos; + + if ( this.options.useTransition && this.isInTransition ) { + pos = this.getComputedPosition(); + + this._translate(Math.round(pos.x), Math.round(pos.y)); + this.isInTransition = false; + } + + this.keyAcceleration = now - prevTime < 200 ? Math.min(this.keyAcceleration + acceleration, 50) : 0; + + switch ( e.keyCode ) { + case this.options.keyBindings.pageUp: + if ( this.hasHorizontalScroll && !this.hasVerticalScroll ) { + newX += snap ? 1 : this.wrapperWidth; + } else { + newY += snap ? 1 : this.wrapperHeight; + } + break; + case this.options.keyBindings.pageDown: + if ( this.hasHorizontalScroll && !this.hasVerticalScroll ) { + newX -= snap ? 1 : this.wrapperWidth; + } else { + newY -= snap ? 1 : this.wrapperHeight; + } + break; + case this.options.keyBindings.end: + newX = snap ? this.pages.length-1 : this.maxScrollX; + newY = snap ? this.pages[0].length-1 : this.maxScrollY; + break; + case this.options.keyBindings.home: + newX = 0; + newY = 0; + break; + case this.options.keyBindings.left: + newX += snap ? -1 : 5 + this.keyAcceleration>>0; + break; + case this.options.keyBindings.up: + newY += snap ? 1 : 5 + this.keyAcceleration>>0; + break; + case this.options.keyBindings.right: + newX -= snap ? -1 : 5 + this.keyAcceleration>>0; + break; + case this.options.keyBindings.down: + newY -= snap ? 1 : 5 + this.keyAcceleration>>0; + break; + default: + return; + } + + if ( snap ) { + this.goToPage(newX, newY); + return; + } + + if ( newX > 0 ) { + newX = 0; + this.keyAcceleration = 0; + } else if ( newX < this.maxScrollX ) { + newX = this.maxScrollX; + this.keyAcceleration = 0; + } + + if ( newY > 0 ) { + newY = 0; + this.keyAcceleration = 0; + } else if ( newY < this.maxScrollY ) { + newY = this.maxScrollY; + this.keyAcceleration = 0; + } + + this.scrollTo(newX, newY, 0); + + this.keyTime = now; + }, + + _animate: function (destX, destY, duration, easingFn) { + var that = this, + startX = this.x, + startY = this.y, + startTime = utils.getTime(), + destTime = startTime + duration; + + function step () { + var now = utils.getTime(), + newX, newY, + easing; + + if ( now >= destTime ) { + that.isAnimating = false; + that._translate(destX, destY); + + if ( !that.resetPosition(that.options.bounceTime) ) { + that._execEvent('scrollEnd'); + } + + return; + } + + now = ( now - startTime ) / duration; + easing = easingFn(now); + newX = ( destX - startX ) * easing + startX; + newY = ( destY - startY ) * easing + startY; + that._translate(newX, newY); + + if ( that.isAnimating ) { + rAF(step); + } + } + + this.isAnimating = true; + step(); + }, + handleEvent: function (e) { + switch ( e.type ) { + case 'touchstart': + case 'pointerdown': + case 'MSPointerDown': + case 'mousedown': + this._start(e); + break; + case 'touchmove': + case 'pointermove': + case 'MSPointerMove': + case 'mousemove': + this._move(e); + break; + case 'touchend': + case 'pointerup': + case 'MSPointerUp': + case 'mouseup': + case 'touchcancel': + case 'pointercancel': + case 'MSPointerCancel': + case 'mousecancel': + this._end(e); + break; + case 'orientationchange': + case 'resize': + this._resize(); + break; + case 'transitionend': + case 'webkitTransitionEnd': + case 'oTransitionEnd': + case 'MSTransitionEnd': + this._transitionEnd(e); + break; + case 'wheel': + case 'DOMMouseScroll': + case 'mousewheel': + this._wheel(e); + break; + case 'keydown': + this._key(e); + break; + case 'click': + if ( this.enabled && !e._constructed ) { + e.preventDefault(); + e.stopPropagation(); + } + break; + } + } +}; +function createDefaultScrollbar (direction, interactive, type) { + var scrollbar = document.createElement('div'), + indicator = document.createElement('div'); + + if ( type === true ) { + scrollbar.style.cssText = 'position:absolute;z-index:9999'; + indicator.style.cssText = '-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:absolute;background:rgba(0,0,0,0.5);border:1px solid rgba(255,255,255,0.9);border-radius:3px'; + } + + indicator.className = 'iScrollIndicator'; + + if ( direction == 'h' ) { + if ( type === true ) { + scrollbar.style.cssText += ';height:7px;left:2px;right:2px;bottom:0'; + indicator.style.height = '100%'; + } + scrollbar.className = 'iScrollHorizontalScrollbar'; + } else { + if ( type === true ) { + scrollbar.style.cssText += ';width:7px;bottom:2px;top:2px;right:1px'; + indicator.style.width = '100%'; + } + scrollbar.className = 'iScrollVerticalScrollbar'; + } + + scrollbar.style.cssText += ';overflow:hidden'; + + if ( !interactive ) { + scrollbar.style.pointerEvents = 'none'; + } + + scrollbar.appendChild(indicator); + + return scrollbar; +} + +function Indicator (scroller, options) { + this.wrapper = typeof options.el == 'string' ? document.querySelector(options.el) : options.el; + this.wrapperStyle = this.wrapper.style; + this.indicator = this.wrapper.children[0]; + this.indicatorStyle = this.indicator.style; + this.scroller = scroller; + + this.options = { + listenX: true, + listenY: true, + interactive: false, + resize: true, + defaultScrollbars: false, + shrink: false, + fade: false, + speedRatioX: 0, + speedRatioY: 0 + }; + + for ( var i in options ) { + this.options[i] = options[i]; + } + + this.sizeRatioX = 1; + this.sizeRatioY = 1; + this.maxPosX = 0; + this.maxPosY = 0; + + if ( this.options.interactive ) { + if ( !this.options.disableTouch ) { + utils.addEvent(this.indicator, 'touchstart', this); + utils.addEvent(window, 'touchend', this); + } + if ( !this.options.disablePointer ) { + utils.addEvent(this.indicator, utils.prefixPointerEvent('pointerdown'), this); + utils.addEvent(window, utils.prefixPointerEvent('pointerup'), this); + } + if ( !this.options.disableMouse ) { + utils.addEvent(this.indicator, 'mousedown', this); + utils.addEvent(window, 'mouseup', this); + } + } + + if ( this.options.fade ) { + this.wrapperStyle[utils.style.transform] = this.scroller.translateZ; + var durationProp = utils.style.transitionDuration; + if(!durationProp) { + return; + } + this.wrapperStyle[durationProp] = utils.isBadAndroid ? '0.0001ms' : '0ms'; + // remove 0.0001ms + var self = this; + if(utils.isBadAndroid) { + rAF(function() { + if(self.wrapperStyle[durationProp] === '0.0001ms') { + self.wrapperStyle[durationProp] = '0s'; + } + }); + } + this.wrapperStyle.opacity = '0'; + } +} + +Indicator.prototype = { + handleEvent: function (e) { + switch ( e.type ) { + case 'touchstart': + case 'pointerdown': + case 'MSPointerDown': + case 'mousedown': + this._start(e); + break; + case 'touchmove': + case 'pointermove': + case 'MSPointerMove': + case 'mousemove': + this._move(e); + break; + case 'touchend': + case 'pointerup': + case 'MSPointerUp': + case 'mouseup': + case 'touchcancel': + case 'pointercancel': + case 'MSPointerCancel': + case 'mousecancel': + this._end(e); + break; + } + }, + + destroy: function () { + if ( this.options.fadeScrollbars ) { + clearTimeout(this.fadeTimeout); + this.fadeTimeout = null; + } + if ( this.options.interactive ) { + utils.removeEvent(this.indicator, 'touchstart', this); + utils.removeEvent(this.indicator, utils.prefixPointerEvent('pointerdown'), this); + utils.removeEvent(this.indicator, 'mousedown', this); + + utils.removeEvent(window, 'touchmove', this); + utils.removeEvent(window, utils.prefixPointerEvent('pointermove'), this); + utils.removeEvent(window, 'mousemove', this); + + utils.removeEvent(window, 'touchend', this); + utils.removeEvent(window, utils.prefixPointerEvent('pointerup'), this); + utils.removeEvent(window, 'mouseup', this); + } + + if ( this.options.defaultScrollbars ) { + this.wrapper.parentNode.removeChild(this.wrapper); + } + }, + + _start: function (e) { + var point = e.touches ? e.touches[0] : e; + + e.preventDefault(); + e.stopPropagation(); + + this.transitionTime(); + + this.initiated = true; + this.moved = false; + this.lastPointX = point.pageX; + this.lastPointY = point.pageY; + + this.startTime = utils.getTime(); + + if ( !this.options.disableTouch ) { + utils.addEvent(window, 'touchmove', this); + } + if ( !this.options.disablePointer ) { + utils.addEvent(window, utils.prefixPointerEvent('pointermove'), this); + } + if ( !this.options.disableMouse ) { + utils.addEvent(window, 'mousemove', this); + } + + this.scroller._execEvent('beforeScrollStart'); + }, + + _move: function (e) { + var point = e.touches ? e.touches[0] : e, + deltaX, deltaY, + newX, newY, + timestamp = utils.getTime(); + + if ( !this.moved ) { + this.scroller._execEvent('scrollStart'); + } + + this.moved = true; + + deltaX = point.pageX - this.lastPointX; + this.lastPointX = point.pageX; + + deltaY = point.pageY - this.lastPointY; + this.lastPointY = point.pageY; + + newX = this.x + deltaX; + newY = this.y + deltaY; + + this._pos(newX, newY); + +// INSERT POINT: indicator._move + + e.preventDefault(); + e.stopPropagation(); + }, + + _end: function (e) { + if ( !this.initiated ) { + return; + } + + this.initiated = false; + + e.preventDefault(); + e.stopPropagation(); + + utils.removeEvent(window, 'touchmove', this); + utils.removeEvent(window, utils.prefixPointerEvent('pointermove'), this); + utils.removeEvent(window, 'mousemove', this); + + if ( this.scroller.options.snap ) { + var snap = this.scroller._nearestSnap(this.scroller.x, this.scroller.y); + + var time = this.options.snapSpeed || Math.max( + Math.max( + Math.min(Math.abs(this.scroller.x - snap.x), 1000), + Math.min(Math.abs(this.scroller.y - snap.y), 1000) + ), 300); + + if ( this.scroller.x != snap.x || this.scroller.y != snap.y ) { + this.scroller.directionX = 0; + this.scroller.directionY = 0; + this.scroller.currentPage = snap; + this.scroller.scrollTo(snap.x, snap.y, time, this.scroller.options.bounceEasing); + } + } + + if ( this.moved ) { + this.scroller._execEvent('scrollEnd'); + } + }, + + transitionTime: function (time) { + time = time || 0; + var durationProp = utils.style.transitionDuration; + if(!durationProp) { + return; + } + + this.indicatorStyle[durationProp] = time + 'ms'; + + if ( !time && utils.isBadAndroid ) { + this.indicatorStyle[durationProp] = '0.0001ms'; + // remove 0.0001ms + var self = this; + rAF(function() { + if(self.indicatorStyle[durationProp] === '0.0001ms') { + self.indicatorStyle[durationProp] = '0s'; + } + }); + } + }, + + transitionTimingFunction: function (easing) { + this.indicatorStyle[utils.style.transitionTimingFunction] = easing; + }, + + refresh: function () { + this.transitionTime(); + + if ( this.options.listenX && !this.options.listenY ) { + this.indicatorStyle.display = this.scroller.hasHorizontalScroll ? 'block' : 'none'; + } else if ( this.options.listenY && !this.options.listenX ) { + this.indicatorStyle.display = this.scroller.hasVerticalScroll ? 'block' : 'none'; + } else { + this.indicatorStyle.display = this.scroller.hasHorizontalScroll || this.scroller.hasVerticalScroll ? 'block' : 'none'; + } + + if ( this.scroller.hasHorizontalScroll && this.scroller.hasVerticalScroll ) { + utils.addClass(this.wrapper, 'iScrollBothScrollbars'); + utils.removeClass(this.wrapper, 'iScrollLoneScrollbar'); + + if ( this.options.defaultScrollbars && this.options.customStyle ) { + if ( this.options.listenX ) { + this.wrapper.style.right = '8px'; + } else { + this.wrapper.style.bottom = '8px'; + } + } + } else { + utils.removeClass(this.wrapper, 'iScrollBothScrollbars'); + utils.addClass(this.wrapper, 'iScrollLoneScrollbar'); + + if ( this.options.defaultScrollbars && this.options.customStyle ) { + if ( this.options.listenX ) { + this.wrapper.style.right = '2px'; + } else { + this.wrapper.style.bottom = '2px'; + } + } + } + + var r = this.wrapper.offsetHeight; // force refresh + + if ( this.options.listenX ) { + this.wrapperWidth = this.wrapper.clientWidth; + if ( this.options.resize ) { + this.indicatorWidth = Math.max(Math.round(this.wrapperWidth * this.wrapperWidth / (this.scroller.scrollerWidth || this.wrapperWidth || 1)), 8); + this.indicatorStyle.width = this.indicatorWidth + 'px'; + } else { + this.indicatorWidth = this.indicator.clientWidth; + } + + this.maxPosX = this.wrapperWidth - this.indicatorWidth; + + if ( this.options.shrink == 'clip' ) { + this.minBoundaryX = -this.indicatorWidth + 8; + this.maxBoundaryX = this.wrapperWidth - 8; + } else { + this.minBoundaryX = 0; + this.maxBoundaryX = this.maxPosX; + } + + this.sizeRatioX = this.options.speedRatioX || (this.scroller.maxScrollX && (this.maxPosX / this.scroller.maxScrollX)); + } + + if ( this.options.listenY ) { + this.wrapperHeight = this.wrapper.clientHeight; + if ( this.options.resize ) { + this.indicatorHeight = Math.max(Math.round(this.wrapperHeight * this.wrapperHeight / (this.scroller.scrollerHeight || this.wrapperHeight || 1)), 8); + this.indicatorStyle.height = this.indicatorHeight + 'px'; + } else { + this.indicatorHeight = this.indicator.clientHeight; + } + + this.maxPosY = this.wrapperHeight - this.indicatorHeight; + + if ( this.options.shrink == 'clip' ) { + this.minBoundaryY = -this.indicatorHeight + 8; + this.maxBoundaryY = this.wrapperHeight - 8; + } else { + this.minBoundaryY = 0; + this.maxBoundaryY = this.maxPosY; + } + + this.maxPosY = this.wrapperHeight - this.indicatorHeight; + this.sizeRatioY = this.options.speedRatioY || (this.scroller.maxScrollY && (this.maxPosY / this.scroller.maxScrollY)); + } + + this.updatePosition(); + }, + + updatePosition: function () { + var x = this.options.listenX && Math.round(this.sizeRatioX * this.scroller.x) || 0, + y = this.options.listenY && Math.round(this.sizeRatioY * this.scroller.y) || 0; + + if ( !this.options.ignoreBoundaries ) { + if ( x < this.minBoundaryX ) { + if ( this.options.shrink == 'scale' ) { + this.width = Math.max(this.indicatorWidth + x, 8); + this.indicatorStyle.width = this.width + 'px'; + } + x = this.minBoundaryX; + } else if ( x > this.maxBoundaryX ) { + if ( this.options.shrink == 'scale' ) { + this.width = Math.max(this.indicatorWidth - (x - this.maxPosX), 8); + this.indicatorStyle.width = this.width + 'px'; + x = this.maxPosX + this.indicatorWidth - this.width; + } else { + x = this.maxBoundaryX; + } + } else if ( this.options.shrink == 'scale' && this.width != this.indicatorWidth ) { + this.width = this.indicatorWidth; + this.indicatorStyle.width = this.width + 'px'; + } + + if ( y < this.minBoundaryY ) { + if ( this.options.shrink == 'scale' ) { + this.height = Math.max(this.indicatorHeight + y * 3, 8); + this.indicatorStyle.height = this.height + 'px'; + } + y = this.minBoundaryY; + } else if ( y > this.maxBoundaryY ) { + if ( this.options.shrink == 'scale' ) { + this.height = Math.max(this.indicatorHeight - (y - this.maxPosY) * 3, 8); + this.indicatorStyle.height = this.height + 'px'; + y = this.maxPosY + this.indicatorHeight - this.height; + } else { + y = this.maxBoundaryY; + } + } else if ( this.options.shrink == 'scale' && this.height != this.indicatorHeight ) { + this.height = this.indicatorHeight; + this.indicatorStyle.height = this.height + 'px'; + } + } + + this.x = x; + this.y = y; + + if ( this.scroller.options.useTransform ) { + this.indicatorStyle[utils.style.transform] = 'translate(' + x + 'px,' + y + 'px)' + this.scroller.translateZ; + } else { + this.indicatorStyle.left = x + 'px'; + this.indicatorStyle.top = y + 'px'; + } + }, + + _pos: function (x, y) { + if ( x < 0 ) { + x = 0; + } else if ( x > this.maxPosX ) { + x = this.maxPosX; + } + + if ( y < 0 ) { + y = 0; + } else if ( y > this.maxPosY ) { + y = this.maxPosY; + } + + x = this.options.listenX ? Math.round(x / this.sizeRatioX) : this.scroller.x; + y = this.options.listenY ? Math.round(y / this.sizeRatioY) : this.scroller.y; + + this.scroller.scrollTo(x, y); + }, + + fade: function (val, hold) { + if ( hold && !this.visible ) { + return; + } + + clearTimeout(this.fadeTimeout); + this.fadeTimeout = null; + + var time = val ? 250 : 500, + delay = val ? 0 : 300; + + val = val ? '1' : '0'; + + this.wrapperStyle[utils.style.transitionDuration] = time + 'ms'; + + this.fadeTimeout = setTimeout((function (val) { + this.wrapperStyle.opacity = val; + this.visible = +val; + }).bind(this, val), delay); + } +}; + +IScroll.utils = utils; + +if ( typeof module != 'undefined' && module.exports ) { + module.exports = IScroll; +} else if ( typeof define == 'function' && define.amd ) { + define( function () { return IScroll; } ); +} else { + window.IScroll = IScroll; +} + +})(window, document, Math); diff --git a/dzz/explorer/js/mobile/navbarscroll.js b/dzz/explorer/js/mobile/navbarscroll.js new file mode 100644 index 0000000..203981f --- /dev/null +++ b/dzz/explorer/js/mobile/navbarscroll.js @@ -0,0 +1,89 @@ +/* + * 移动端模拟导航可点击自动滑动 0.1.4 + * Date: 2017-01-11 + * by: xiewei + * 导航可左右滑动,可点击边缘的一个,自动滚动下一个到可视范围【依赖于iscroll.js】 + */ +(function ($) { + $.fn.navbarscroll = function (options) { + //各种属性、参数 + var _defaults = { + className:'cur', //当前选中点击元素的class类名 + clickScrollTime:300, //点击后滑动时间 + duibiScreenWidth:0.4, //单位以rem为准,默认为0.4rem + scrollerWidth:3, //单位以px为准,默认为3,[仅用于特殊情况:外层宽度因为小数点造成的不精准情况] + defaultSelect:0-1, //初始选中第n个,默认第0个 + fingerClick:0, //目标第0或1个选项触发,必须每一项长度一致,方可用此项 + endClickScroll:function(thisObj){}//回调函数 + } + var _opt = $.extend(_defaults, options); + this.each(function () { + //插件实现代码 + var _wrapper = $(this); + var _win = $(window); + var _win_width = _win.width(),_wrapper_width = _wrapper.width(),_wrapper_off_left = _wrapper.offset().left; + var _wrapper_off_right=_win_width-_wrapper_off_left-_wrapper_width; + var _obj_scroller = _wrapper.children('.scroller'); + var _obj_ul = _obj_scroller.children('ul'); + var _obj_li = _obj_ul.children('li'); + var _scroller_w = 0; + _obj_li.css({"margin-left":"0","margin-right":"0"}); + for (var i = 0; i < _obj_li.length; i++) { + _scroller_w += _obj_li[i].offsetWidth; + } + _obj_scroller.width(_scroller_w+_opt.scrollerWidth); + var myScroll = new IScroll('#'+_wrapper.attr('id'), { + eventPassthrough: true, + scrollX: true, + scrollY: false, + preventDefault: false + }); + _init(_obj_li.eq(_opt.defaultSelect)); + _obj_li.click(function(){ + _init($(this)); + }); + //解决PC端谷歌浏览器模拟的手机屏幕出现莫名的卡顿现象,滑动时禁止默认事件(2017-01-11) + _wrapper[0].addEventListener('touchmove',function (e){e.preventDefault();},false); + function _init(thiObj){ + var $this_obj=thiObj; + var duibi=_opt.duibiScreenWidth*_win_width/10,this_index=$this_obj.index(),this_off_left=$this_obj.offset().left,this_pos_left=$this_obj.position().left,this_width=$this_obj.width(),this_prev_width=$this_obj.prev('li').width(),this_next_width=$this_obj.next('li').width(); + var this_off_right=_win_width-this_off_left-this_width; + if(_scroller_w+2>_wrapper_width){ + if(_opt.fingerClick==1){ + if(this_index==1){ + myScroll.scrollTo(-this_pos_left+this_prev_width,0, _opt.clickScrollTime); + }else if(this_index==0){ + myScroll.scrollTo(-this_pos_left,0, _opt.clickScrollTime); + }else if(this_index==_obj_li.length-2){ + myScroll.scrollBy(this_off_right-_wrapper_off_right-this_width,0, _opt.clickScrollTime); + }else if(this_index==_obj_li.length-1){ + myScroll.scrollBy(this_off_right-_wrapper_off_right,0, _opt.clickScrollTime); + }else{ + if(this_off_left-_wrapper_off_left-(this_width*_opt.fingerClick)1||this_off_right-_wrapper_off_right<-1){ + myScroll.scrollBy(this_off_right-_wrapper_off_right,0, _opt.clickScrollTime); + } + }else{ + if(this_off_left-_wrapper_off_left 0) return true; + return false; +} +//文件夹超级权限 +_permcheck.FolderSPower = function (power, action) {//判断有无权限; + var actionArr = { + 'delete': 1, + 'folder': 2, + 'link': 4, + 'upload': 8, + 'document': 16, + 'dzzdoc': 32, + 'app': 64, + 'widget': 128, + 'user': 256, + 'shortcut': 512, + 'discuss': 1024, + 'download': 2048 + }; + if (action == 'copy') action = 'delete'; + if (parseInt(actionArr[action]) < 1) return true; + //权限比较时,进行与操作,得到0的话,表示没有权限 + if ((power & parseInt(actionArr[action])) == parseInt(actionArr[action])) return false; + return true; +} +//超级权限 +_permcheck.FileSPower = function (power, action) {//判断有无权限; + + var actionArr = { + 'delete': 1, + 'edit': 2, + 'rename': 4, + 'move': 8, + 'download': 16, + 'share': 32, + 'widget': 64, + 'wallpaper': 128, + 'cut': 256, + 'shortcut': 512 + }; + + if (action == 'copy') action = 'delete'; + if (parseInt(actionArr[action]) < 1) return true; + //权限比较时,进行与操作,得到0的话,表示没有权限 + if ((power & parseInt(actionArr[action])) == parseInt(actionArr[action])) return false; + return true; +} +_permcheck.Permission = function (action, data) { + if (_filemanage.myuid < 1) return false; //游客无权限; + var fid = data.pfid; + var sperm = data.sperm; + if (action == 'download') { //不是附件类型的不能下载 + if (data.type != 'document' && data.type != 'attach' && data.type != 'image' && data.type != 'folder') return false; + } else if (action == 'copy') { + if (data.type == 'app' || data.type == 'storage' || data.type == 'pan' || data.type == 'ftp') return false; + } else if (action == 'paste') { //没有复制或剪切,无法粘帖 + if (_filemanage.copyfile < 1) return false; + action = _filemanage.sourcedata.icos[_filemanage.cut.icos[0]].type; + } else if (action == 'rename') { //如果是阿里云,七牛不可重命名,重命名时判断删除权限 + if (data.type == 'folder' && data.bz && (data.bz.split(':')[0] == 'ALIOSS' || data.bz.split(':')[0] == 'qiniu')) return false; + action = 'delete'; + + } else if (action == 'multiselect') { + action = 'copy'; + } else if (action == 'drag') { + if (data.gid > 0) action = 'copy'; + else action = 'admin'; + } + if (!_permcheck.FileSPower(sperm, action)) return false; + if (jQuery.inArray(action, ['read', 'delete', 'edit', 'download', 'copy']) > -1) { + if (_filemanage.myuid == data.uid) action += '1'; + else action += '2'; + } + return _permcheck.Permission_Container(action, fid); + +}; +_permcheck.Permission_Container = function (action, fid) { + //首先判断超级权限 + if (!_filemanage.folderdata[fid]) return false; + var perm = _filemanage.folderdata[fid].perm; + var sperm = _filemanage.folderdata[fid].fsperm; + var gid = _filemanage.folderdata[fid].gid; + //判断超级权限 + if (!_permcheck.FolderSPower(sperm, action)) return false; + if (_filemanage.space.uid < 1) return false;//游客没有权限; + if (gid > 0) { + if(_filemanage.folderdata[fid].ismoderator > 0) return true; + if (action == 'admin') { + if (_filemanage.space.self > 1 || _filemanage.folderdata[fid].ismoderator > 0) return true; + else return false; + } else if (action == 'rename') {//重命名判断删除权限 + action = 'delete'; + } else if (action == 'multiselect') { + action = 'copy'; + } else if (jQuery.inArray(action, ['link', 'dzzdoc', 'newtype']) > -1) { + action = 'upload'; + } + if (jQuery.inArray(action, ['read', 'delete', 'edit', 'download', 'copy']) > -1) { + if (_filemanage.myuid == _filemanage.folderdata[fid].uid) action += '1'; + else action += '2'; + } + return _permcheck.isPower(perm, action); + } else { + if (_filemanage.space.uid == _filemanage.folderdata[fid].uid) return true; + if (action == 'admin' || action == 'multiselect') { + //是自己的目录有管理权限 + if (_filemanage.space.uid == _filemanage.folderdata[fid].uid) return true; + //云端的资源默认都有管理权限; + if (_filemanage.folderdata[fid].bz) return true; + } + if (action == 'rename') { + action = 'delete'; + } else if (jQuery.inArray(action, ['link', 'dzzdoc', 'newtype']) > -1) { + action = 'upload'; + } + + if (jQuery.inArray(action, ['read', 'delete', 'edit', 'download', 'copy']) > -1) { + if (_filemanage.myuid == _filemanage.folderdata[fid].uid) action += '1'; + else action += '2'; + } + + return _permcheck.isPower(perm, action); + + } + return false; +} diff --git a/dzz/explorer/js/mobile/upload.js b/dzz/explorer/js/mobile/upload.js new file mode 100644 index 0000000..4f6aca2 --- /dev/null +++ b/dzz/explorer/js/mobile/upload.js @@ -0,0 +1,59 @@ + +function fileupload (el,typeallow) {//图片上传 + if (!typeallow) typeallow = "\.*$"; + var self = this; + obj = $(this); + el.fileupload({ + url: MOD_URL + '&op=mobile&do=ajax&operation=uploadfiles&container=' + fid, + dataType: 'json', + autoUpload: true, + maxFileSize: 20000000, // 20MB + maxChunkSize: 2000000, //2M + acceptFileTypes: new RegExp(typeallow, 'i'), + sequentialUploads: true, + add: function (e, data) { + console.log($(this)); + data.content = jQuery(this).parents('.weui-footer').siblings('.weui-cells'); + jQuery.each(data.files, function (index, file) { + var ext = file.name.split('.').pop().toLowerCase(); + if (jQuery.inArray(ext, ['jpg', 'jpeg', 'gif', 'png', 'bmp']) > -1) { + var img = 'dzz/images/default/thumb.png'; + } else { + var img = 'dzz/images/extimg/' + ext + '.png'; + } + data.list = jQuery('
    0%
    '); + $('#'+_filemanage.contains).prepend(data.list); + }); + data.process().done(function () { + data.submit(); + }); + }, + progress: function (e, data) { + var index = 0; + var progress = parseInt(data.loaded / data.total * 100, 10); + data.list.find('.weui-uploader__file-content').text(progress + '%') + }, + done: function (e, data) { + $.each(data.result.files, function (index, file) { + if (file.error) { + var relativePath = (file.relativePath ? file.relativePath : ''); + } else { + if (file.data.icoarr) { + for (var i = 0; i < file.data.icoarr.length; i++) { + var data = file.data.icoarr[i], + newhtml = _filemanage.getNewIcos(data); + $('.weui-uploader__file_status').replaceWith(newhtml); + _filemanage.datajson.data[data.rid]=data; + } + $('div.new-more').addClass('hide'); + $('div.new-more').next('div.background-none').hide(); + $('div.new-more').prevAll('.weui-footer-none').find('p').css({'color': '#666666'}); + } + + + } + }); + + } + }); +} \ No newline at end of file diff --git a/dzz/explorer/js/selorg.js b/dzz/explorer/js/selorg.js new file mode 100644 index 0000000..7d3d65e --- /dev/null +++ b/dzz/explorer/js/selorg.js @@ -0,0 +1,55 @@ + + +var selorg={}; + +//添加 +selorg.add=function(ctrlid,vals){ + //jQuery('#'+ctrlid).empty(); + for(var i in vals){ + if(jQuery('#'+ctrlid+'_sl_'+vals[i].orgid).length) continue; + if(vals[i].orgid.indexOf('uid_')===0){ + uid=vals[i].orgid.replace('uid_',''); + var headimg = ''; + if(vals[i].icon){ + headimg = ''; + } + var html='
  • ' + + headimg+vals[i].text+'
  • '; + }else{ + var html=''; + //var html='
  • '+vals[i].text+'
  • '; + } + jQuery('#'+ctrlid).append(html); + + } + selorg.set(ctrlid); +} + +//删除 +selorg.del=function(ctrlid,vals){ + for(var i in vals){ + if(jQuery('#'+ctrlid+'_sl_'+vals[i]).find('i.ti-close').length > 0){ + jQuery('#'+ctrlid+'_sl_'+vals[i]).remove(); + } + } + selorg.set(ctrlid); +} + +//设置输入框的值 +selorg.set=function(ctrlid){ + var val=[]; + jQuery('#'+ctrlid+' li').each(function() { + val.push(jQuery(this).data('val')); + }); + jQuery('#sel_'+ctrlid).val(val.join(',')); +} +//y移除,并且取消机构树中的选择 + selorg.remove=function(ctrlid,obj){ + var unsel_val=jQuery(obj).parent().data('val'); + jQuery(obj).parent().remove(); + selorg.set(ctrlid) + try{window.frames[ctrlid+'_iframe'].selectorg_remove(unsel_val);}catch(e){} +} + selorg.search=function(ctrlid,obj){ + try{window.frames[ctrlid+'_iframe'].selectorg_search(obj.value);}catch(e){} + } \ No newline at end of file diff --git a/dzz/explorer/js/switchery.min.js b/dzz/explorer/js/switchery.min.js new file mode 100644 index 0000000..f87473d --- /dev/null +++ b/dzz/explorer/js/switchery.min.js @@ -0,0 +1,942 @@ +(function() { + function require(name) { + var module = require.modules[name]; + if(!module) throw new Error('failed to require "' + name + '"'); + if(!("exports" in module) && typeof module.definition === "function") { + module.client = module.component = true; + module.definition.call(this, module.exports = {}, module); + delete module.definition + } + return module.exports + } + require.loader = "component"; + require.helper = {}; + require.helper.semVerSort = function(a, b) { + var aArray = a.version.split("."); + var bArray = b.version.split("."); + for(var i = 0; i < aArray.length; ++i) { + var aInt = parseInt(aArray[i], 10); + var bInt = parseInt(bArray[i], 10); + if(aInt === bInt) { + var aLex = aArray[i].substr(("" + aInt).length); + var bLex = bArray[i].substr(("" + bInt).length); + if(aLex === "" && bLex !== "") return 1; + if(aLex !== "" && bLex === "") return -1; + if(aLex !== "" && bLex !== "") return aLex > bLex ? 1 : -1; + continue + } else if(aInt > bInt) { + return 1 + } else { + return -1 + } + } + return 0 + }; + require.latest = function(name, returnPath) { + function showError(name) { + throw new Error('failed to find latest module of "' + name + '"') + } + var versionRegexp = /(.*)~(.*)@v?(\d+\.\d+\.\d+[^\/]*)$/; + var remoteRegexp = /(.*)~(.*)/; + if(!remoteRegexp.test(name)) showError(name); + var moduleNames = Object.keys(require.modules); + var semVerCandidates = []; + var otherCandidates = []; + for(var i = 0; i < moduleNames.length; i++) { + var moduleName = moduleNames[i]; + if(new RegExp(name + "@").test(moduleName)) { + var version = moduleName.substr(name.length + 1); + var semVerMatch = versionRegexp.exec(moduleName); + if(semVerMatch != null) { + semVerCandidates.push({ + version: version, + name: moduleName + }) + } else { + otherCandidates.push({ + version: version, + name: moduleName + }) + } + } + } + if(semVerCandidates.concat(otherCandidates).length === 0) { + showError(name) + } + if(semVerCandidates.length > 0) { + var module = semVerCandidates.sort(require.helper.semVerSort).pop().name; + if(returnPath === true) { + return module + } + return require(module) + } + var module = otherCandidates.sort(function(a, b) { + return a.name > b.name + })[0].name; + if(returnPath === true) { + return module + } + return require(module) + }; + require.modules = {}; + require.register = function(name, definition) { + require.modules[name] = { + definition: definition + } + }; + require.define = function(name, exports) { + require.modules[name] = { + exports: exports + } + }; + require.register("abpetkov~transitionize@0.0.3", function(exports, module) { + module.exports = Transitionize; + + function Transitionize(element, props) { + if(!(this instanceof Transitionize)) return new Transitionize(element, props); + this.element = element; + this.props = props || {}; + this.init() + } + Transitionize.prototype.isSafari = function() { + return /Safari/.test(navigator.userAgent) && /Apple Computer/.test(navigator.vendor) + }; + Transitionize.prototype.init = function() { + var transitions = []; + for(var key in this.props) { + transitions.push(key + " " + this.props[key]) + } + this.element.style.transition = transitions.join(", "); + if(this.isSafari()) this.element.style.webkitTransition = transitions.join(", ") + } + }); + require.register("ftlabs~fastclick@v0.6.11", function(exports, module) { + function FastClick(layer) { + "use strict"; + var oldOnClick, self = this; + this.trackingClick = false; + this.trackingClickStart = 0; + this.targetElement = null; + this.touchStartX = 0; + this.touchStartY = 0; + this.lastTouchIdentifier = 0; + this.touchBoundary = 10; + this.layer = layer; + if(!layer || !layer.nodeType) { + throw new TypeError("Layer must be a document node") + } + this.onClick = function() { + return FastClick.prototype.onClick.apply(self, arguments) + }; + this.onMouse = function() { + return FastClick.prototype.onMouse.apply(self, arguments) + }; + this.onTouchStart = function() { + return FastClick.prototype.onTouchStart.apply(self, arguments) + }; + this.onTouchMove = function() { + return FastClick.prototype.onTouchMove.apply(self, arguments) + }; + this.onTouchEnd = function() { + return FastClick.prototype.onTouchEnd.apply(self, arguments) + }; + this.onTouchCancel = function() { + return FastClick.prototype.onTouchCancel.apply(self, arguments) + }; + if(FastClick.notNeeded(layer)) { + return + } + if(this.deviceIsAndroid) { + layer.addEventListener("mouseover", this.onMouse, true); + layer.addEventListener("mousedown", this.onMouse, true); + layer.addEventListener("mouseup", this.onMouse, true) + } + layer.addEventListener("click", this.onClick, true); + layer.addEventListener("touchstart", this.onTouchStart, false); + layer.addEventListener("touchmove", this.onTouchMove, false); + layer.addEventListener("touchend", this.onTouchEnd, false); + layer.addEventListener("touchcancel", this.onTouchCancel, false); + if(!Event.prototype.stopImmediatePropagation) { + layer.removeEventListener = function(type, callback, capture) { + var rmv = Node.prototype.removeEventListener; + if(type === "click") { + rmv.call(layer, type, callback.hijacked || callback, capture) + } else { + rmv.call(layer, type, callback, capture) + } + }; + layer.addEventListener = function(type, callback, capture) { + var adv = Node.prototype.addEventListener; + if(type === "click") { + adv.call(layer, type, callback.hijacked || (callback.hijacked = function(event) { + if(!event.propagationStopped) { + callback(event) + } + }), capture) + } else { + adv.call(layer, type, callback, capture) + } + } + } + if(typeof layer.onclick === "function") { + oldOnClick = layer.onclick; + layer.addEventListener("click", function(event) { + oldOnClick(event) + }, false); + layer.onclick = null + } + } + FastClick.prototype.deviceIsAndroid = navigator.userAgent.indexOf("Android") > 0; + FastClick.prototype.deviceIsIOS = /iP(ad|hone|od)/.test(navigator.userAgent); + FastClick.prototype.deviceIsIOS4 = FastClick.prototype.deviceIsIOS && /OS 4_\d(_\d)?/.test(navigator.userAgent); + FastClick.prototype.deviceIsIOSWithBadTarget = FastClick.prototype.deviceIsIOS && /OS ([6-9]|\d{2})_\d/.test(navigator.userAgent); + FastClick.prototype.needsClick = function(target) { + "use strict"; + switch(target.nodeName.toLowerCase()) { + case "button": + case "select": + case "textarea": + if(target.disabled) { + return true + } + break; + case "input": + if(this.deviceIsIOS && target.type === "file" || target.disabled) { + return true + } + break; + case "label": + case "video": + return true + } + return /\bneedsclick\b/.test(target.className) + }; + FastClick.prototype.needsFocus = function(target) { + "use strict"; + switch(target.nodeName.toLowerCase()) { + case "textarea": + return true; + case "select": + return !this.deviceIsAndroid; + case "input": + switch(target.type) { + case "button": + case "checkbox": + case "file": + case "image": + case "radio": + case "submit": + return false + } + return !target.disabled && !target.readOnly; + default: + return /\bneedsfocus\b/.test(target.className) + } + }; + FastClick.prototype.sendClick = function(targetElement, event) { + "use strict"; + var clickEvent, touch; + if(document.activeElement && document.activeElement !== targetElement) { + document.activeElement.blur() + } + touch = event.changedTouches[0]; + clickEvent = document.createEvent("MouseEvents"); + clickEvent.initMouseEvent(this.determineEventType(targetElement), true, true, window, 1, touch.screenX, touch.screenY, touch.clientX, touch.clientY, false, false, false, false, 0, null); + clickEvent.forwardedTouchEvent = true; + targetElement.dispatchEvent(clickEvent) + }; + FastClick.prototype.determineEventType = function(targetElement) { + "use strict"; + if(this.deviceIsAndroid && targetElement.tagName.toLowerCase() === "select") { + return "mousedown" + } + return "click" + }; + FastClick.prototype.focus = function(targetElement) { + "use strict"; + var length; + if(this.deviceIsIOS && targetElement.setSelectionRange && targetElement.type.indexOf("date") !== 0 && targetElement.type !== "time") { + length = targetElement.value.length; + targetElement.setSelectionRange(length, length) + } else { + targetElement.focus() + } + }; + FastClick.prototype.updateScrollParent = function(targetElement) { + "use strict"; + var scrollParent, parentElement; + scrollParent = targetElement.fastClickScrollParent; + if(!scrollParent || !scrollParent.contains(targetElement)) { + parentElement = targetElement; + do { + if(parentElement.scrollHeight > parentElement.offsetHeight) { + scrollParent = parentElement; + targetElement.fastClickScrollParent = parentElement; + break + } + parentElement = parentElement.parentElement + } while (parentElement) + } + if(scrollParent) { + scrollParent.fastClickLastScrollTop = scrollParent.scrollTop + } + }; + FastClick.prototype.getTargetElementFromEventTarget = function(eventTarget) { + "use strict"; + if(eventTarget.nodeType === Node.TEXT_NODE) { + return eventTarget.parentNode + } + return eventTarget + }; + FastClick.prototype.onTouchStart = function(event) { + "use strict"; + var targetElement, touch, selection; + if(event.targetTouches.length > 1) { + return true + } + targetElement = this.getTargetElementFromEventTarget(event.target); + touch = event.targetTouches[0]; + if(this.deviceIsIOS) { + selection = window.getSelection(); + if(selection.rangeCount && !selection.isCollapsed) { + return true + } + if(!this.deviceIsIOS4) { + if(touch.identifier === this.lastTouchIdentifier) { + event.preventDefault(); + return false + } + this.lastTouchIdentifier = touch.identifier; + this.updateScrollParent(targetElement) + } + } + this.trackingClick = true; + this.trackingClickStart = event.timeStamp; + this.targetElement = targetElement; + this.touchStartX = touch.pageX; + this.touchStartY = touch.pageY; + if(event.timeStamp - this.lastClickTime < 200) { + event.preventDefault() + } + return true + }; + FastClick.prototype.touchHasMoved = function(event) { + "use strict"; + var touch = event.changedTouches[0], + boundary = this.touchBoundary; + if(Math.abs(touch.pageX - this.touchStartX) > boundary || Math.abs(touch.pageY - this.touchStartY) > boundary) { + return true + } + return false + }; + FastClick.prototype.onTouchMove = function(event) { + "use strict"; + if(!this.trackingClick) { + return true + } + if(this.targetElement !== this.getTargetElementFromEventTarget(event.target) || this.touchHasMoved(event)) { + this.trackingClick = false; + this.targetElement = null + } + return true + }; + FastClick.prototype.findControl = function(labelElement) { + "use strict"; + if(labelElement.control !== undefined) { + return labelElement.control + } + if(labelElement.htmlFor) { + return document.getElementById(labelElement.htmlFor) + } + return labelElement.querySelector("button, input:not([type=hidden]), keygen, meter, output, progress, select, textarea") + }; + FastClick.prototype.onTouchEnd = function(event) { + "use strict"; + var forElement, trackingClickStart, targetTagName, scrollParent, touch, targetElement = this.targetElement; + if(!this.trackingClick) { + return true + } + if(event.timeStamp - this.lastClickTime < 200) { + this.cancelNextClick = true; + return true + } + this.cancelNextClick = false; + this.lastClickTime = event.timeStamp; + trackingClickStart = this.trackingClickStart; + this.trackingClick = false; + this.trackingClickStart = 0; + if(this.deviceIsIOSWithBadTarget) { + touch = event.changedTouches[0]; + targetElement = document.elementFromPoint(touch.pageX - window.pageXOffset, touch.pageY - window.pageYOffset) || targetElement; + targetElement.fastClickScrollParent = this.targetElement.fastClickScrollParent + } + targetTagName = targetElement.tagName.toLowerCase(); + if(targetTagName === "label") { + forElement = this.findControl(targetElement); + if(forElement) { + this.focus(targetElement); + if(this.deviceIsAndroid) { + return false + } + targetElement = forElement + } + } else if(this.needsFocus(targetElement)) { + if(event.timeStamp - trackingClickStart > 100 || this.deviceIsIOS && window.top !== window && targetTagName === "input") { + this.targetElement = null; + return false + } + this.focus(targetElement); + if(!this.deviceIsIOS4 || targetTagName !== "select") { + this.targetElement = null; + event.preventDefault() + } + return false + } + if(this.deviceIsIOS && !this.deviceIsIOS4) { + scrollParent = targetElement.fastClickScrollParent; + if(scrollParent && scrollParent.fastClickLastScrollTop !== scrollParent.scrollTop) { + return true + } + } + if(!this.needsClick(targetElement)) { + event.preventDefault(); + this.sendClick(targetElement, event) + } + return false + }; + FastClick.prototype.onTouchCancel = function() { + "use strict"; + this.trackingClick = false; + this.targetElement = null + }; + FastClick.prototype.onMouse = function(event) { + "use strict"; + if(!this.targetElement) { + return true + } + if(event.forwardedTouchEvent) { + return true + } + if(!event.cancelable) { + return true + } + if(!this.needsClick(this.targetElement) || this.cancelNextClick) { + if(event.stopImmediatePropagation) { + event.stopImmediatePropagation() + } else { + event.propagationStopped = true + } + event.stopPropagation(); + event.preventDefault(); + return false + } + return true + }; + FastClick.prototype.onClick = function(event) { + "use strict"; + var permitted; + if(this.trackingClick) { + this.targetElement = null; + this.trackingClick = false; + return true + } + if(event.target.type === "submit" && event.detail === 0) { + return true + } + permitted = this.onMouse(event); + if(!permitted) { + this.targetElement = null + } + return permitted + }; + FastClick.prototype.destroy = function() { + "use strict"; + var layer = this.layer; + if(this.deviceIsAndroid) { + layer.removeEventListener("mouseover", this.onMouse, true); + layer.removeEventListener("mousedown", this.onMouse, true); + layer.removeEventListener("mouseup", this.onMouse, true) + } + layer.removeEventListener("click", this.onClick, true); + layer.removeEventListener("touchstart", this.onTouchStart, false); + layer.removeEventListener("touchmove", this.onTouchMove, false); + layer.removeEventListener("touchend", this.onTouchEnd, false); + layer.removeEventListener("touchcancel", this.onTouchCancel, false) + }; + FastClick.notNeeded = function(layer) { + "use strict"; + var metaViewport; + var chromeVersion; + if(typeof window.ontouchstart === "undefined") { + return true + } + chromeVersion = +(/Chrome\/([0-9]+)/.exec(navigator.userAgent) || [, 0])[1]; + if(chromeVersion) { + if(FastClick.prototype.deviceIsAndroid) { + metaViewport = document.querySelector("meta[name=viewport]"); + if(metaViewport) { + if(metaViewport.content.indexOf("user-scalable=no") !== -1) { + return true + } + if(chromeVersion > 31 && window.innerWidth <= window.screen.width) { + return true + } + } + } else { + return true + } + } + if(layer.style.msTouchAction === "none") { + return true + } + return false + }; + FastClick.attach = function(layer) { + "use strict"; + return new FastClick(layer) + }; + if(typeof define !== "undefined" && define.amd) { + define(function() { + "use strict"; + return FastClick + }) + } else if(typeof module !== "undefined" && module.exports) { + module.exports = FastClick.attach; + module.exports.FastClick = FastClick + } else { + window.FastClick = FastClick + } + }); + require.register("component~indexof@0.0.3", function(exports, module) { + module.exports = function(arr, obj) { + if(arr.indexOf) return arr.indexOf(obj); + for(var i = 0; i < arr.length; ++i) { + if(arr[i] === obj) return i + } + return -1 + } + }); + require.register("component~classes@1.2.1", function(exports, module) { + var index = require("component~indexof@0.0.3"); + var re = /\s+/; + var toString = Object.prototype.toString; + module.exports = function(el) { + return new ClassList(el) + }; + + function ClassList(el) { + if(!el) throw new Error("A DOM element reference is required"); + this.el = el; + this.list = el.classList + } + ClassList.prototype.add = function(name) { + if(this.list) { + this.list.add(name); + return this + } + var arr = this.array(); + var i = index(arr, name); + if(!~i) arr.push(name); + this.el.className = arr.join(" "); + return this + }; + ClassList.prototype.remove = function(name) { + if("[object RegExp]" == toString.call(name)) { + return this.removeMatching(name) + } + if(this.list) { + this.list.remove(name); + return this + } + var arr = this.array(); + var i = index(arr, name); + if(~i) arr.splice(i, 1); + this.el.className = arr.join(" "); + return this + }; + ClassList.prototype.removeMatching = function(re) { + var arr = this.array(); + for(var i = 0; i < arr.length; i++) { + if(re.test(arr[i])) { + this.remove(arr[i]) + } + } + return this + }; + ClassList.prototype.toggle = function(name, force) { + if(this.list) { + if("undefined" !== typeof force) { + if(force !== this.list.toggle(name, force)) { + this.list.toggle(name) + } + } else { + this.list.toggle(name) + } + return this + } + if("undefined" !== typeof force) { + if(!force) { + this.remove(name) + } else { + this.add(name) + } + } else { + if(this.has(name)) { + this.remove(name) + } else { + this.add(name) + } + } + return this + }; + ClassList.prototype.array = function() { + var str = this.el.className.replace(/^\s+|\s+$/g, ""); + var arr = str.split(re); + if("" === arr[0]) arr.shift(); + return arr + }; + ClassList.prototype.has = ClassList.prototype.contains = function(name) { + return this.list ? this.list.contains(name) : !!~index(this.array(), name) + } + }); + require.register("component~event@0.1.4", function(exports, module) { + var bind = window.addEventListener ? "addEventListener" : "attachEvent", + unbind = window.removeEventListener ? "removeEventListener" : "detachEvent", + prefix = bind !== "addEventListener" ? "on" : ""; + exports.bind = function(el, type, fn, capture) { + el[bind](prefix + type, fn, capture || false); + return fn + }; + exports.unbind = function(el, type, fn, capture) { + el[unbind](prefix + type, fn, capture || false); + return fn + } + }); + require.register("component~query@0.0.3", function(exports, module) { + function one(selector, el) { + return el.querySelector(selector) + } + exports = module.exports = function(selector, el) { + el = el || document; + return one(selector, el) + }; + exports.all = function(selector, el) { + el = el || document; + return el.querySelectorAll(selector) + }; + exports.engine = function(obj) { + if(!obj.one) throw new Error(".one callback required"); + if(!obj.all) throw new Error(".all callback required"); + one = obj.one; + exports.all = obj.all; + return exports + } + }); + require.register("component~matches-selector@0.1.5", function(exports, module) { + var query = require("component~query@0.0.3"); + var proto = Element.prototype; + var vendor = proto.matches || proto.webkitMatchesSelector || proto.mozMatchesSelector || proto.msMatchesSelector || proto.oMatchesSelector; + module.exports = match; + + function match(el, selector) { + if(!el || el.nodeType !== 1) return false; + if(vendor) return vendor.call(el, selector); + var nodes = query.all(selector, el.parentNode); + for(var i = 0; i < nodes.length; ++i) { + if(nodes[i] == el) return true + } + return false + } + }); + require.register("component~closest@0.1.4", function(exports, module) { + var matches = require("component~matches-selector@0.1.5"); + module.exports = function(element, selector, checkYoSelf, root) { + element = checkYoSelf ? { + parentNode: element + } : element; + root = root || document; + while((element = element.parentNode) && element !== document) { + if(matches(element, selector)) return element; + if(element === root) return + } + } + }); + require.register("component~delegate@0.2.3", function(exports, module) { + var closest = require("component~closest@0.1.4"), + event = require("component~event@0.1.4"); + exports.bind = function(el, selector, type, fn, capture) { + return event.bind(el, type, function(e) { + var target = e.target || e.srcElement; + e.delegateTarget = closest(target, selector, true, el); + if(e.delegateTarget) fn.call(el, e) + }, capture) + }; + exports.unbind = function(el, type, fn, capture) { + event.unbind(el, type, fn, capture) + } + }); + require.register("component~events@1.0.9", function(exports, module) { + var events = require("component~event@0.1.4"); + var delegate = require("component~delegate@0.2.3"); + module.exports = Events; + + function Events(el, obj) { + if(!(this instanceof Events)) return new Events(el, obj); + if(!el) throw new Error("element required"); + if(!obj) throw new Error("object required"); + this.el = el; + this.obj = obj; + this._events = {} + } + Events.prototype.sub = function(event, method, cb) { + this._events[event] = this._events[event] || {}; + this._events[event][method] = cb + }; + Events.prototype.bind = function(event, method) { + var e = parse(event); + var el = this.el; + var obj = this.obj; + var name = e.name; + var method = method || "on" + name; + var args = [].slice.call(arguments, 2); + + function cb() { + var a = [].slice.call(arguments).concat(args); + obj[method].apply(obj, a) + } + if(e.selector) { + cb = delegate.bind(el, e.selector, name, cb) + } else { + events.bind(el, name, cb) + } + this.sub(name, method, cb); + return cb + }; + Events.prototype.unbind = function(event, method) { + if(0 == arguments.length) return this.unbindAll(); + if(1 == arguments.length) return this.unbindAllOf(event); + var bindings = this._events[event]; + if(!bindings) return; + var cb = bindings[method]; + if(!cb) return; + events.unbind(this.el, event, cb) + }; + Events.prototype.unbindAll = function() { + for(var event in this._events) { + this.unbindAllOf(event) + } + }; + Events.prototype.unbindAllOf = function(event) { + var bindings = this._events[event]; + if(!bindings) return; + for(var method in bindings) { + this.unbind(event, method) + } + }; + + function parse(event) { + var parts = event.split(/ +/); + return { + name: parts.shift(), + selector: parts.join(" ") + } + } + }); + require.register("switchery", function(exports, module) { + var transitionize = require("abpetkov~transitionize@0.0.3"), + fastclick = require("ftlabs~fastclick@v0.6.11"), + classes = require("component~classes@1.2.1"), + events = require("component~events@1.0.9"); + module.exports = Switchery; + var defaults = { + color: "#398ff1", + secondaryColor: "#dfdfdf", + jackColor: "#fff", + jackSecondaryColor: null, + className: "switchery", + disabled: false, + disabledOpacity: .5, + speed: "0.4s", + size: "default" + }; + + function Switchery(element, options) { + if(!(this instanceof Switchery)) return new Switchery(element, options); + this.element = element; + this.options = options || {}; + for(var i in defaults) { + if(this.options[i] == null) { + this.options[i] = defaults[i] + } + } + if(this.element != null && this.element.type == "checkbox") this.init(); + if(this.isDisabled() === true) this.disable() + } + Switchery.prototype.hide = function() { + this.element.style.display = "none" + }; + Switchery.prototype.show = function() { + var switcher = this.create(); + this.insertAfter(this.element, switcher) + }; + Switchery.prototype.create = function() { + this.switcher = document.createElement("span"); + this.jack = document.createElement("small"); + this.switcher.appendChild(this.jack); + this.switcher.className = this.options.className; + this.events = events(this.switcher, this); + return this.switcher + }; + Switchery.prototype.insertAfter = function(reference, target) { + reference.parentNode.insertBefore(target, reference.nextSibling) + }; + Switchery.prototype.setPosition = function(clicked) { + var checked = this.isChecked(), + switcher = this.switcher, + jack = this.jack; + if(clicked && checked) checked = false; + else if(clicked && !checked) checked = true; + if(checked === true) { + this.element.checked = true; + if(window.getComputedStyle) jack.style.left = parseInt(window.getComputedStyle(switcher).width) - parseInt(window.getComputedStyle(jack).width) + "px"; + else jack.style.left = parseInt(switcher.currentStyle["width"]) - parseInt(jack.currentStyle["width"]) + "px"; + if(this.options.color) this.colorize(); + this.setSpeed() + } else { + jack.style.left = 0; + this.element.checked = false; + this.switcher.style.boxShadow = "inset 0 0 0 0 " + this.options.secondaryColor; + this.switcher.style.borderColor = this.options.secondaryColor; + this.switcher.style.backgroundColor = this.options.secondaryColor !== defaults.secondaryColor ? this.options.secondaryColor : "#fff"; + this.jack.style.backgroundColor = this.options.jackSecondaryColor !== this.options.jackColor ? this.options.jackSecondaryColor : this.options.jackColor; + this.setSpeed() + } + }; + Switchery.prototype.setSpeed = function() { + var switcherProp = {}, + jackProp = { + "background-color": this.options.speed, + left: this.options.speed.replace(/[a-z]/, "") / 2 + "s" + }; + if(this.isChecked()) { + switcherProp = { + border: this.options.speed, + "box-shadow": this.options.speed, + "background-color": this.options.speed.replace(/[a-z]/, "") * 3 + "s" + } + } else { + switcherProp = { + border: this.options.speed, + "box-shadow": this.options.speed + } + } + transitionize(this.switcher, switcherProp); + transitionize(this.jack, jackProp) + }; + Switchery.prototype.setSize = function() { + var small = "switchery-small", + normal = "switchery-default", + large = "switchery-large"; + switch(this.options.size) { + case "small": + classes(this.switcher).add(small); + break; + case "large": + classes(this.switcher).add(large); + break; + default: + classes(this.switcher).add(normal); + break + } + }; + Switchery.prototype.colorize = function() { + var switcherHeight = this.switcher.offsetHeight / 2; + this.switcher.style.backgroundColor = this.options.color; + this.switcher.style.borderColor = this.options.color; + this.switcher.style.boxShadow = "inset 0 0 0 " + switcherHeight + "px " + this.options.color; + this.jack.style.backgroundColor = this.options.jackColor + }; + Switchery.prototype.handleOnchange = function(state) { + if(document.dispatchEvent) { + var event = document.createEvent("HTMLEvents"); + event.initEvent("change", true, true); + this.element.dispatchEvent(event) + } else { + this.element.fireEvent("onchange") + } + }; + Switchery.prototype.handleChange = function() { + var self = this, + el = this.element; + if(el.addEventListener) { + el.addEventListener("change", function() { + self.setPosition() + }) + } else { + el.attachEvent("onchange", function() { + self.setPosition() + }) + } + }; + Switchery.prototype.handleClick = function() { + var switcher = this.switcher; + fastclick(switcher); + this.events.bind("click", "bindClick") + }; + Switchery.prototype.bindClick = function() { + var parent = this.element.parentNode.tagName.toLowerCase(), + labelParent = parent === "label" ? false : true; + this.setPosition(labelParent); + this.handleOnchange(this.element.checked) + }; + Switchery.prototype.markAsSwitched = function() { + this.element.setAttribute("data-switchery", true) + }; + Switchery.prototype.markedAsSwitched = function() { + return this.element.getAttribute("data-switchery") + }; + Switchery.prototype.init = function() { + this.hide(); + this.show(); + this.setSize(); + this.setPosition(); + this.markAsSwitched(); + this.handleChange(); + this.handleClick() + }; + Switchery.prototype.isChecked = function() { + return this.element.checked + }; + Switchery.prototype.isDisabled = function() { + return this.options.disabled || this.element.disabled || this.element.readOnly + }; + Switchery.prototype.destroy = function() { + this.events.unbind() + }; + Switchery.prototype.enable = function() { + if(!this.options.disabled) return; + if(this.options.disabled) this.options.disabled = false; + if(this.element.disabled) this.element.disabled = false; + if(this.element.readOnly) this.element.readOnly = false; + this.switcher.style.opacity = 1; + this.events.bind("click", "bindClick") + }; + Switchery.prototype.disable = function() { + if(this.options.disabled) return; + if(!this.options.disabled) this.options.disabled = true; + if(!this.element.disabled) this.element.disabled = true; + if(!this.element.readOnly) this.element.readOnly = true; + this.switcher.style.opacity = this.options.disabledOpacity; + this.destroy() + } + }); + if(typeof exports == "object") { + module.exports = require("switchery") + } else if(typeof define == "function" && define.amd) { + define("Switchery", [], function() { + return require("switchery") + }) + } else { + (this || window)["Switchery"] = require("switchery") + } +})(); \ No newline at end of file diff --git a/dzz/explorer/js/uplodfile.js b/dzz/explorer/js/uplodfile.js new file mode 100644 index 0000000..0dc3d85 --- /dev/null +++ b/dzz/explorer/js/uplodfile.js @@ -0,0 +1,293 @@ +var _upload = {}; + +_upload.total = 0; +_upload.completed = 0; +_upload.succeed = 0;//成功数量 +_upload.errored = 0;//错误数量 +_upload.ismin = 1; +_upload.tips = $('#upload_file_tips'); +_upload.el = $('#uploading_file_list'); +_upload.filelist = $('.fileList'); +_upload.fid = null; +_upload.maxli=10;//设置为0时,不缓存添加数据功能 +_upload.datas=[]; +var attachextensions = (_explorer.space.attachextensions.indexOf('|') != -1) ? _explorer.space.attachextensions.join('|') : _explorer.space.attachextensions; +if (attachextensions) attachextensions = "(\.|\/)(" + (attachextensions.join('|')) + ")$"; +else attachextensions = "\.*$"; +var maxfileSize = parseInt(_explorer.space.maxattachsize) > 0 ? parseInt(_explorer.space.maxattachsize) : null; +function fileupload(el, fid) { + el.off(); + el.fileupload({ + url: MOD_URL + '&op=ajax&operation=uploads&container=' + fid, + dataType: 'json', + autoUpload: true, + maxChunkSize: parseInt(_explorer.space.maxChunkSize), //2M + dropZone: el.attr('id') == 'wangpan-upload-folder' ? null : $('#middleconMenu'), + pasteZone: el.attr('id') == 'wangpan-upload-folder' ? null : $('#middleconMenu'), + maxFileSize: maxfileSize, // 5 MB + acceptFileTypes: new RegExp(attachextensions, 'i'), + sequentialUploads: true + }).on('fileuploadadd', function (e, data) { + _upload.tips.show(); + if(_upload.maxli && _upload.datas.length>=_upload.maxli){ + _upload.datas.push(data); + _upload.uploadadd(); + }else{ + data.context = $('
  • ').appendTo(_upload.el); + + $.each(data.files, function (index, file) { + $(_upload.getItemTpl(file)).appendTo(data.context); + _upload.uploadadd(); + }); + } + }).on('fileuploadsubmit', function (e, data) { + data.context.find('.upload-cancel').off('click').on('click', function () { + data.abort(); + data.files = ''; + _upload.uploaddone(); + $(this).parents('.dialog-info').find('.upload-cancel').hide(); + $(this).parents('.dialog-info').find('.upload-file-status').html(''+__lang.already_cancel+''); + }); + + _upload.uploadsubmit(); + $.each(data.files, function (index, file) { + file.relativePath = (file.relativePath) ? file.relativePath + file.name : ''; + var relativePath = (file.webkitRelativePath ? file.webkitRelativePath : file.relativePath); + data.formData = {relativePath: relativePath}; + return; + }); + + }).on('fileuploadprocessalways', function (e, data) { + var index = data.index, + file = data.files[index]; + if (file.error) { + _upload.uploaddone('error'); + data.context.find('.upload-file-status').html('' + file.error + ''); + } + }).on('fileuploadprogress', function (e, data) { + var index = data.index; + _upload.bitrate = formatSize(data.bitrate / 8); + var progre = parseInt(data.loaded / data.total * 100, 10); + data.context.find('.process').css('width', progre + '%'); + data.context.find('.upload-file-status .speed').html(_upload.bitrate + '/s'); + data.context.find('.upload-file-status .precent').html(progre + '%'); + }).on('fileuploadprogressall', function (e, data) { + _upload.bitrate = formatSize(data.bitrate / 8); + var progre = parseInt(data.loaded / data.total * 100, 10); + _upload.uploadprogress(_upload.bitrate + '/s', progre + '%'); + + }).on('fileuploaddone', function (e, data) { + + data.context.find('.upload-progress-mask').css('width', '0%'); + data.context.find('.upload-cancel').hide(); + var process_bar = data.context.find('.process').css('width', '100%'); + if (process_bar) { + data.context.find('.process').css('background-color', '#fff'); + } + $.each(data.result.files, function (index, file) { + if (file.error) { + var relativePath = (file.relativePath ? file.relativePath : ''); + data.context.find('.dialog-info .upload-file-status').html('' + file.error + ''); + _upload.uploaddone('error'); + } else { + _upload.uploaddone(); + data.context.addClass('success').find('.upload-file-status .speed').html(''); + data.context.find('.upload-file-operate').html(__lang.completed); + + if (file.data.folderarr) { + for (var i = 0; i < file.data.folderarr.length; i++) { + _explorer.sourcedata.folder[file.data.folderarr[i].fid] = file.data.folderarr[i]; + } + try{ + var inst = jQuery('#position').jstree(true); + var selects=inst.get_selected(); + var node=inst.get_parent('#'+selects[0]); + inst.refresh_node(node); + }catch(e){} + } + if (file.data.icoarr) { + for (var i = 0; i < file.data.icoarr.length; i++) { + if (file.data.icoarr[i].pfid == _filemanage.cons['f-' + fid].fid) { + _explorer.sourcedata.icos[file.data.icoarr[i].rid] = file.data.icoarr[i]; + _filemanage.cons['f-' + fid].CreateIcos(file.data.icoarr[i]); + } + if(file.data.icoarr[i].type != 'folder'){ + /*$.post(MOD_URL+'&op=ajax&operation=addIndex',{ + 'aid':file.data.icoarr[i].aid, + 'rid':file.data.icoarr[i].rid, + 'username':file.data.icoarr[i].username, + 'filetype':file.data.icoarr[i].filetype, + 'filename':file.data.icoarr[i].filename, + 'vid':file.data.icoarr[i].vid, + 'md5':file.data.icoarr[i].md5, + },function(data){ + if(data['success']){ + + }else{ + alert(data.error); + } + },'json')*/ + // _filemanage.addIndex(file.data.icoarr[i]); + } + } + } + if(_upload.maxli){ + /*window.setTimeout(function(){ + data.context.remove(); + + },50);*/ + var d=_upload.datas.pop(); + if(d){ + d.context = $('
  • ').appendTo(_upload.el); + $.each(d.files, function (index, file) { + $(_upload.getItemTpl(file)).appendTo(d.context); + + }); + } + } + } + + + }); + + }).on('fileuploadfail', function (e, data) { + $.each(data.files, function (index, file) { + _upload.uploaddone('error'); + + data.context.find('.upload-file-status').html('' + file.error + ''); + }); + + }).on('fileuploaddrop', function (e, data) { + var url = e.dataTransfer.getData("text/plain"); + if (url) { + e.preventDefault(); + if (_explorer.Permission_Container('link', fid)) { + $.getJSON(_explorer.appUrl + '&op=dzzcp&do=newlink&path=' + parseInt(fid) + '&handlekey=handle_add_newlink&link=' + encodeURIComponent(url), function (json) { + if (json.error) { + Alert(json.error, 3); + } else { + _explorer.sourcedata.icos[json.rid] = json; + _filemanage.cons['f-' + fid].CreateIcos(json); + } + }); + return false; + } + } + }).on('fileuploaddragover', function (e) { + e.dataTransfer.dropEffect = 'copy'; + e.preventDefault(); + }); +} + + _upload.uploadadd=function() { + _upload.total++; + + $('#upload_header_status').html(__lang.upload_processing); + $('#upload_header_number_container').show(); + $('#upload_header_total').html(_upload.total); + // _upload.tips.find('.dialog-body-text').html(_upload.completed + '/' + _upload.total); +} + + _upload.getItemTpl=function(file) { + var relativePath = (file.webkitRelativePath ? file.webkitRelativePath : (file.relativePath ? file.relativePath : file.name)); + var filearr = file.name.split('.'); + var ext = filearr.pop(); + var imgicon = ''; + var typerule = new RegExp(attachextensions, 'i'); + var uploadtips = (typerule.test(file.name)) ? '排队' : __lang.allow_file_type; + if(maxfileSize && (maxfileSize < file.size)){ + uploadtips = '文件太大了!'; + } + var html = + '
    ' + + '
    ' + imgicon + '
    ' + file.name + ' ' + + '
    ' + (file.size ? formatSize(file.size) : '') + '
    '+uploadtips+'' + + '
    ' + + ' ' + + ''+__lang.cancel+'
    '; + return html; +} + +_upload.uploadsubmit=function() { + // _upload.el.find('.upload-sum-title').show().html(_upload.completed + '/' + _upload.total); +}; +_upload.uploaddone=function(flag) { + _upload.completed++; + if(flag == 'error') _upload.errored++; + else _upload.succeed++; + if(_upload.errored>0){ + _upload.tips.addClass('errortips'); + _upload.tips.find('.dialog-body-text').html( __lang.upload_failure+' : '+_upload.errored).parent().show(); + }else{ + _upload.tips.removeClass('errortips'); + //_upload.tips.find('.dialog-body-text').html( __lang.upload_succeed+' : '+_upload.succeed).parent().hide(); + + } + if (_upload.completed >= _upload.total) { + $('#upload_header_status').html(__lang.upload_finish); + $('#upload_header_completed').html(_upload.completed); + $('#upload_header_total').html(_upload.total); + $('#upload_header_progress').css('width', 0); + if (_upload.speedTimer) window.clearTimeout(_upload.speedTimer); + _upload.speedTimer = window.setTimeout(function () { + $('#upload_header_speed').hide(); + //_upload.el.find('li.success').remove(); + }, 3000); + + } else { + $('#upload_header_completed').html(_upload.completed); + } + var li=_upload.el.find('li.success'); + if(_upload.maxli && li.length>=_upload.maxli){ + //li.remove(); + } +}; + +_upload.uploadprogress=function(speed, per) { + + $('#upload_header_progress').css('width', per); + $('#upload_header_speed').show().html(_upload.bitrate + '/s'); + +}; +_upload.close=function(obj){ + _upload.tips.hide(); + $('#upload_header_number_container').hide(); + $('#uploading_file_list').html(''); +}; +function replace_img(obj) { + jQuery(obj).attr('src', 'dzz/images/default/icodefault.png'); +} + +function formatSize(bytes) { + var i = -1; + do { + bytes = bytes / 1024; + i++; + } while (bytes > 99); + + return Math.max(bytes, 0).toFixed(1) + ['KB', 'MB', 'GB', 'TB', 'PB', 'EB'][i]; +} + +//文件上传成功 + _upload.tips.find('.dialog-close').on('click', function () {//事件委托 + $(this).parent('.dialog-tips').hide(); +}); + _upload.tips.find('.dialog-header-close').on('click', function () { + _upload.close(this); +}); + + _upload.tips.find('.dialog-header-narrow').off('click.icon').on('click.icon', function () { + if ($(this).hasClass('dzz-min')) { + + $(this).removeClass('dzz-min').addClass('dzz-max'); + $(this).closest('.docunment-dialog').addClass('ismin'); + + _upload.ismin = 1;//.css({'max-height': '146px', 'animation': '15s'}); + return false; + } else { + $(this).removeClass('dzz-max').addClass('dzz-min'); + $(this).closest('.docunment-dialog').removeClass('ismin'); + _upload.ismin = 0;//css({'max-height': '600px', 'animation': '15s'}); + } +}); diff --git a/dzz/explorer/js/uplodfile.lang.js b/dzz/explorer/js/uplodfile.lang.js new file mode 100644 index 0000000..dae7444 --- /dev/null +++ b/dzz/explorer/js/uplodfile.lang.js @@ -0,0 +1,12 @@ +__lang.upload_processing; +__lang.upload_finish; +__lang.upload_succeed; +__lang.upload_failure; +__lang.cancel; +__lang.upload_failed; +__lang.are_uploading1; +__lang.allow_file_type; +__lang.file_too_large; +__lang.finish; +__lang.already_cancel; +__lang.completed; \ No newline at end of file diff --git a/dzz/explorer/json.php b/dzz/explorer/json.php new file mode 100644 index 0000000..14e091a --- /dev/null +++ b/dzz/explorer/json.php @@ -0,0 +1,131 @@ +fetch_all(); +} + +$data['iconview'] = $iconview; + +$config = array(); +if(!$config=C::t('user_field')->fetch($_G['uid'])){ + $config= dzz_userconfig_init(); +} +$applist=$config['applist']?explode(',',$config['applist']):array(); +if($applist_n =array_keys(C::t('app_market')->fetch_all_by_notdelete($_G['uid']))) { + $newappids = array(); + foreach ($applist_n as $appid) { + if (!in_array($appid, $applist)) { + $applist[] = $appid; + $newappids[] = $appid; + } + } + if ($newappids){ + C::t('app_user')->insert_by_uid($_G['uid'], $newappids); + C::t('user_field')->update($_G['uid'], array('applist' => implode(',', $applist))); + } +} +//应用数据 + $appdata=array(); + $appdata=C::t('app_market')->fetch_all_by_appid($applist); + //$arr['appdata']=microtime(true); + $applist_1=array(); + foreach($appdata as $value){ + if($value['isshow']<1) continue; + if($value['available']<1) continue; + if($value['system'] == 2) continue; + $applist_1[]=$value['appid']; + } + + +$data['applist']=array_values($applist_1); +//获取系统桌面设置信息 +$icosdata = array(); +$data['noticebanlist'] = $config['noticebanlist'] ? explode(',', $config['noticebanlist']) : array(); +//获取打开方式 +$data['extopen']['all'] = C::t('app_open')->fetch_all_ext(); +$data['extopen']['ext'] = C::t('app_open')->fetch_all_orderby_ext($_G['uid'], $data['extopen']['all']); +$data['extopen']['user'] = C::t('app_open_default')->fetch_all_by_uid($_G['uid']); +//获取用户的默认打开方式 +$data['extopen']['userdefault'] = C::t('app_open_default')->fetch_all_by_uid($_G['uid']); +//目录数据 +$folderdata = array(); +$data['cut']=array(); +//用户粘贴板数据 +$clipboardinfo = C::t('resources_clipboard')->fetch_by_uid($uid); +if($clipboardinfo){ + //复制类型1为复制,2为剪切 + $copttype = $clipboardinfo['copytype']; + $data['cut']['iscut'] = ($copttype == 1) ? 0:1; + + $files = explode(',',$clipboardinfo['files']); + foreach($files as $v){ + $resourcesdata = C::t('resources')->fetch_by_rid($v); + if($resourcesdata['type'] == 'folder'){ + $folderdata[$resourcesdata['fid']] = C::t('folder')->fetch_by_fid($resourcedata['oid']); + $icosdata[$v] = $resourcesdata; + }else{ + $icosdata[$v] = $resourcesdata; + } + } + $data['cut']['icos'] = $files; +}else{ + $data['cut']['icos']=array(); +} + +$data['formhash'] = $_G['formhash']; + + +$data['sourcedata'] = array( + 'icos' => $icosdata ? $icosdata : array(), + 'folder' => $folderdata ? $folderdata : array(), + 'app' => $appdata?$appdata:array() +); +$space['attachextensions'] = $space['attachextensions'] ? explode(',', $space['attachextensions']) : array(); + +$data['myspace'] = $data['space'] = $space; +$thame = getThames(); +$data['thame'] = $thame['data']; +$infoPanelOpened = C::t('user_setting')->fetch_by_skey('infoPanelOpened'); +if (isset($infoPanelOpened)) { + $data['infoPanelOpened'] = ($infoPanelOpened) ? 1 : 0; +} else { + C::t('user_setting')->update_by_skey('infoPanelOpened',1); + $data['infoPanelOpened'] = 1; +} +echo json_encode($data); +exit(); diff --git a/dzz/explorer/language/index.htm b/dzz/explorer/language/index.htm new file mode 100644 index 0000000..e69de29 diff --git a/dzz/explorer/language/zh-CN/index.htm b/dzz/explorer/language/zh-CN/index.htm new file mode 100644 index 0000000..e69de29 diff --git a/dzz/explorer/language/zh-CN/lang.php b/dzz/explorer/language/zh-CN/lang.php new file mode 100644 index 0000000..7daf61e --- /dev/null +++ b/dzz/explorer/language/zh-CN/lang.php @@ -0,0 +1,452 @@ + '网盘', + 'keywords' => '关键词', + 'enter_keywords_match_file' => '请输入关键词,多个关键词用逗号分割', + 'explorer_groupperm_cooperative' => '协作成员', + 'explorer_groupperm_manager' => '管理员', + 'explorer_groupperm_creater' => '创建人', + 'explorer_user_root_dirname' => '我的网盘', + 'explorer_groupmin_create' => "创始人不能移除", + 'explorer_name_repeat' => "名称不能重复", + 'changecreater' => '改变创始人', + 'change_creater' => '{username}将{groupname}的创始人由{oldusername}改变为{newusername}', + "change_creater_succeed" => "转让创始人成功", + "explorer_groupperm_lost" => "您没有相关权限", + "explorer_add_succeed" => "添加成功", + "explorer_add_failed" => "添加失败", + "explorer_do_succeed" => '操作成功', + "explorer_do_failed" => '操作失败', + 'explorer_recycle_name' => '回收站', + 'create_group_failed' => '创建群组失败', + 'group_not_exists' => '群组不存在', + 'reach' => '到', + 'creat_folder' => "{username}创建了文件夹{position}{foldername}", + 'creat_file' => "{username}创建了文件{position}{title}", + 'update_new_version' => "{username}更新了>{position}{title}文件版本", + 'create' => '创建', + 'create_group' => '{username}创建{groupname}', + 'update_group_setting' => '{username}更改了设置', + 'set_group_perm' => '{username}更改了权限', + 'setperm' => '更改权限', + 'set_folder_perm' => '{username}更改了{position} 的权限', + 'update_group_name' => '{username}将{oldname}重命名为{newname}', + 'update_groupname' => '重命名', + 'update_setting' => '更改设置', + 'add_members' => '{username}添加了成员{member}', + 'addmember' => '添加成员', + 'remove_member' => '移除成员', + 'delete_member' => '{username}移除了成员{member}', + 'update_perm' => '修改权限', + 'update_member_perm' => '{username}设置{member}为{groupname}{permname}', + 'deltag' => '删除标签', + 'addtag' => '添加标签', + 'del_tags' => '{username}删除了{position}{filename}的{tagname}标签', + 'add_tags' => '{username}给>{position}{filename}添加了{tagname}标签', + 'add_comment' => '发表了评论:{msg}', + 'addcomment' => '评论', + 'edit_groupsetting' => '{username}修改了设置', + 'editgroup_setting' => '修改设置', + 'add_group_user' => '{username}将{insertusers}加入群组{orgname}', + 'adduser' => '添加成员', + 'delete_group_user' => '{username}将{delusers}移出群组{orgname}', + 'deleteuser' => '移除成员', + 'delfile' => '删除文件', + 'delfolder' => '删除文件夹', + 'delete_file' => '{username}删除文件{position}{filename}', + 'delete_folder' => '{username}删除文件夹{position}{filename}', + 'has_no_privilege_file' => '含有无权限文件', + 'finallydelete' => '彻底删除', + 'finallydel_file' => '{username}彻底删除了文件(文件夹){position}{filename}', + 'recover_error' => '恢复失败', + 'recover_file' => '{username}恢复了文件{position}中的{filename}', + 'recoverfile' => '恢复', + 'recover_success' => '恢复成功', + 'rename' => '重命名', + 'rename_file' => '{username}重命名文件{position}{filename}为{newfilename}', + 'rename_msg' => '{username}重命名文件{position}{filename}为{newfilename}', + 'share' => '分享', + 'share_file' => '{username}分享了文件(文件夹)>{filename}', + 'cancleshare' => '取消分享', + 'share_not_exists' => '分享不存在', + 'cancle_share' => '{username}取消文件(文件夹){filename}的分享', + 'share_notallow_from_different_zone' => '分享文件不允许源自不同位置', + 'moved_folder' => '{username}自{olderposition}移入文件夹{foldername}', + 'moved_file' => '{username}自{olderposition}移入文件{filename}', + 'move_folder' => '{username}移动文件夹{foldername}到{newposition}', + 'move_file' => '{username}移动文件{filename}到{newposition}', + 'movefile' => '移出文件', + 'movefolder' => '移出文件夹', + 'movedfolder' => '移入文件夹', + 'movedfile' => '移入文件', + 'update_version' => '{username}更新了{position}{title}的版本', + 'updatevesion' => '更新版本', + 'collect' => '收藏', + 'downpackage' => '打包下载', + 'iconview_2' => '中等图标', + 'iconview_4' => '详细列表', + 'openwith' => '打开方式', + 'upload' => '上传', + 'uploadfile' => '上传文件', + 'uploadfolder' => '上传文件夹', + 'new_and_upload' => '新建/上传', + 'collect_failer' => '加入收藏失败', + 'collect_success' => '加入收藏成功', + 'cancle_collect_success' => '取消收藏成功', + 'collect_file_not_exists' => '收藏不存在', + 'down' => '下载', + 'downfile' => '{username}下载了{position}{files}', + 'downfiles' => '{username}下载了{position}{files}等', + 'comment_not_exists' => '评论不存在', + 'delete_error' => '删除失败', + 'setprimaryversion' => '更改主版本', + 'setprimary_version' => '{username}更改{position}下的{oldname}以{name}为主版本', + 'edit_versionname' => '{username}更改了{position}{filename}的{oldvname}版本名称为{name}', + 'editversionname' => '修改版本名称', + 'edit_file' => '{username}修改了{position}{title}的内容', + 'edit' => '编辑', + 'select_group_member' => '选择成员', + 'select_will_addmember' => '选择要添加的人员', + 'choose' => '选择', + 'organization' => '机构', + 'department' => '部门', + 'member' => '成员', + 'selected_members' => '已选成员', + 'more_select' => '多选', + 'delete_member' => '删除成员', + 'surname' => '姓名', + 'member_type' => '成员类型', + 'selected' => '已选中', + 'confirm_change_creater' => '您确定要更改创建者用户身份吗?更改后当前创建者身份将成为协作成员', + 'additional_screening_conditions' => '附加筛选条件', + 'operator' => '操作者', + 'operation' => '操作', + 'object' => '对象', + 'details' => '详情', + 'no_dynamic' => '尚无动态', + 'click_or_import_to_start_adding_colleagues' => '点击或输入开始添加同事', + 'screening_of_operators' => '筛选操作者', + 'head_portrait' => '头像', + 'jurisdiction' => '权限', + 'cannot' => '不能', + 'state' => '状态', + 'edit_page' => '编辑页面', + 'group_name_must_not_be_empty' => '群组名称不能为空', + 'permission_value_cannot_be_empty' => '权限值不能为空', + 'please_select_group_head' => '请选择群组头像', + 'update_data_successful_2seconds_later_the_page_will_be_refreshed_automatically' => '更新资料成功,2秒钟后页面将自动刷新', + 'click_upload' => '点击上传', + 'upload_people' => '上传人', + 'are_you_sure_you_want_to_perform_a_delete_operation_and_cannot_be_recovered_after_deleting_it' => '您是否确定要执行删除操作,删除之后不可恢复', + 'new_group' => '新建群组', + 'newly_build' => '新建', + 'directory_right' => '目录权限', + 'select_permissions' => '选择权限', + + // 11.20添加 + 'paste' => '粘贴', + 'edit_date' => '修改日期', + 'position' => '位置', + 'choose' => '选取', + 'links' => '链接', + 'copy_address' => '复制地址', + 'copy_address_succeeded' => '地址复制成功', + 'extract_password' => '提取密码', + 'share_type' => '分享类型', + 'Only_allow_sharing_filesinsamedirectory' => '分享文件必须在同一目录下', + 'open_links' => '公开链接', + + + 'explorer_comment_at_title' => '提到(@)我的评论', + 'explorer_comment_at' => '{author}在文件(文件夹):{fname}的评论中提到我{comment}', + 'explorer_comment_at_wx' => '{author}在群组:{fname}的评论中提到我{comment}', + 'explorer_comment_at_redirecturl' => '{url}', + + //发表评论,通知群组作者 + 'explorer_comment_mydoc_title' => '评论了我的', + 'explorer_comment_mydoc' => '{author}在文件(文件夹):{fname}中发表了评论{comment}', + 'explorer_comment_mydoc_wx' => '{author}在文件(文件夹):{fname}中发表了评论{comment}', + 'explorer_comment_mydoc_redirecturl' => '{url}', + + //回复评论,通知被回复者 + 'explorer_comment_reply_title' => '回复了我的评论', + 'explorer_comment_reply' => '{author}在群组:{fname}中回复了我的评论{comment}', + 'explorer_comment_reply_wx' => '{author}在文件(文件夹):{fname}中回复了我的评论{comment}', + 'explorer_comment_reply_redirecturl' => '{url}', + + //群组成员变化 + 'explorer_user_change_title' => '成员改变提醒', + 'explorer_user_change' => '{author}设置您为:{fname}  的{permtitle}', + 'explorer_user_change_wx' => '{author}设置您为:{fname} 的{permtitle}', + 'explorer_user_change_redirecturl' => '{url}', + + + //群组成员移除 + 'explorer_user_remove_title' => '成员移除提醒', + 'explorer_user_remove' => '{author}从:{fname}  中将您移除', + 'explorer_user_remove_wx' => '{author}将您从:{fname} 中移除', + 'explorer_user_remove_redirecturl' => '{url}', + + + //群组成员添加 + 'explorer_user_add_title' => '成员添加提醒', + 'explorer_user_add' => '{author}设置您为:{fname}  的{permtitle}', + 'explorer_user_add_wx' => '{author}设置您为:{fname} 的{permtitle}', + 'explorer_user_add_redirecturl' => '{url}', + + + // 11.21添加 + 'open_links' => '公开链接', + 'scan_code' => '扫描二维码', + 'send_phone' => '发送到手机', + 'num' => '数', + 'sharenums' => '分享次数', + 'manage' => '管理', + 'description' => '名称', + 'examine_times' => '查看次数', + 'download_times' => '下载次数', + 'failure_time' => '失效时间', + 'delete_share_sure' => '删除分享后,分享链接将失效,无法恢复!', + 'num_share' => '项分享吗?', + 'fail_cancel_share' => '取消分享失败', + 'search_result' => '搜索结果', + 'choose_file_examine_information' => '选择文件或文件夹,即可查看其详细信息。', + 'personage' => '个人', + 'my_document' => '我的文档', + 'department_name' => '部门名称', + 'department_name1' => '部门名称01', + 'department_name2' => '部门名称02', + 'group' => '群组', + 'add_group' => '添加群组', + 'create_organization_choose_file' => '创建群组-选择文件', + 'multiformat_preview' => '多种格式预览', + 'file_information' => '文件详情', + 'dynamic' => '动态', + 'history_revision' => '历史版本', + 'upload_update' => '上传更新', + 'upload_to' => '上传于', + 'principal_edition' => '主版本', + 'version_information' => '版本信息', + 'sign_principal_edition' => '标记为主版本', + 'edit_version_information' => '编辑版本信息', + 'view_version' => '预览', + 'no_labels_set' => '还未设置标签', + 'more_ext_add_tips' => '多个扩展名用回车分隔', + 'input_version_name' => '请输入版本名称', + 'completed' => '完成', + 'item' => '项', + 'folder_details' => '文件夹详情', + + // 11.22添加 + 'day' => '天', + 'after' => '后', + 'customer' => '用户', + 'recycle_bin' => '的回收站', + 'permanently_delete' => '永久删除', + 'empty_recycle' => '清空回收站', + 'start_time' => '开始时间', + 'finish_time' => '结束时间', + 'source' => '来源', + 'delete_user' => '删除者', + 'delete_date' => '删除日期', + 'permanent_deletion_time' => '永久删除时间', + 'empty_recycle_sure' => '您确定要清空回收站内容吗?清空之后不可恢复', + 'recently_used' => '最近使用', + 'folder_permissions' => '文件夹权限', + 'folder_property_group_permission' => '文件夹属性用于部门、群组中创建文件夹的权限', + 'new_permissions' => '新建权限', + 'add_folder_permission_group' => '添加文件夹权限组', + 'choose_permission' => '权限选择', + 'set_default_permission_group' => '设为默认权限组', + 'system_default' => '系统默认', + 'default_permission' => '默认权限', + 'inheritperm' => '继承上级权限', + 'set_default' => '设为默认', + 'permission_group_open_succeeded' => '权限组开启成功', + 'permission_group_delete_succeeded' => '权限组开启成功', + 'permission_group_close_succeeded' => '权限组关闭成功', + 'set_default_permission_succeeded' => '默认权限设置成功', + 'delete_permission_group_sure' => '您确定要删除该权限组吗?删除之后不可恢复', + 'delete_group_success_after_second' => '群组删除成功,即将为您更新数据...', + 'my_department_list' => '我的部门列表', + 'all_departments' => '全部部门', + 'membership' => '成员数', + 'my_group_list' => '我的群组列表', + 'group_list' => '群组列表', + 'all_groups' => '全部群组', + 'my_create' => '我创建的', + 'my_manage' => '我管理的', + 'my_involved' => '我参与的', + 'group_name' => '群组名称', + 'creater' => '创建者', + 'create_date' => '创建日期', + 'function_management' => '功能管理', + 'groups_management' => '群组管理', + 'update_finish' => '上传完成', + 'upload_finish' => '上传完成', + 'updload_prepare'=>'文件准备中...', + 'upload_succeed'=>'上传成功', + 'upload_failure'=>'上传失败', + 'upload_processing'=>'正在上传', + + 'folder_file_name' => '文件(夹)名', + 'update_catalogue' => '上传目录', + 'update_never_succeeded' => '有0个文件上传成功', + + 'search_more_tools' => '搜索更多工具', + 'unlimited' => '不限', + 'mine' => '归我所有', + 'not_mine' => '不归我所有', + 'particular_person' => '特定的人', + 'in_recycle_bin' => '在回收站', + 'already_collected' => '已收藏', + 'any_time' => '任何时间', + 'past_seven_days' => '过去7天', + 'recent_thirty_days' => '最近30天', + 'past_ninty_days' => '过去90天', + 'date_range' => '日期范围', + 'enter_words_match_filename' => '输入与部分文件名匹配的字词', + 'close_group' => '关闭群组', + 'start_group' => '开启群组', + 'open_shared_directory' => '开启共享目录', + 'close_shared_directory' => '关闭共享目录', + 'delete_group' => '删除群组', + 'already_start' => '已开启', + 'closed_share' => '已关闭共享', + 'opened_share' => '已关闭共享', + + // 11.23添加 + 'do_successed_wait_update_datas' => '操作执行成功,2s后将为您更新数据...', + 'enable_group_success_page_refreshed' => '开启群组成功,两秒钟后将刷新页面', + 'close_group_success_page_refreshed' => '关闭群组成功,两秒钟后将刷新页面', + 'delete_sure' => '您确定要删除', + 'these_groups' => '个群组吗?', + 'delete_no_recover' => '删除之后不可恢复', + + 'about' => '关于', + 'smilies' => '表情', + 'extension' => '扩展名', + 'login_successfully' => '登录成功', + 'all_file_more_format' => '全部文件/多种格式预览', + 'select_correct_time_interval' => '请选择正确的时间区间', + 'add_to_favorites' => '加入收藏', + 'cancel_collection' => '取消收藏', + 'edit_label' => '编辑标签', + 'more_tag_add_tips' => '多个标签用回车分隔', + 'personal_store' => '个人存储', + 'all_personnel' => '所有人员', + 'organizational_structure_generate_personal_storage' => '根据机构部门管理中的组织架构,生成所有部门的个人存储空间。', + 'designated_personnel_or_department_personnel' => '指定人员或部门人员', + 'storage_designated_personnel_or_department_personnel' => '仅为指定的人员或部门人员生成个人存储空间。', + 'select_departments_or_users' => '选择部门或用户', + 'storage_space_etting' => '存储空间设置', + 'institutional_sector' => '机构部门', + 'file_multiple_version_features' => '文件多版本功能', + 'allow_number_uploaded_versions' => '允许上传版本数量', + 'page_automatically_updated_after_three_seconds' => '!3秒钟后将自动更新页面......', + 'superior_authority' => '继承上级权限', + 'permission_illustrate' => '权限说明', + 'new_type' => '新建类型', + 'typename' => '类型名称', + 'delete_type' => '删除类型', + 'typename_must_only' => '类型名不能重复', + 'filename_extension' => '文件扩展名', + 'update_successfully' => '更新成功', + 'sure_delete_type_retrieval_unrecoverable_after_deletion' => '您确定要删除该类型检索吗?删除后不可恢复', + 'create_share' => '创建分享', + 'share_title' => '分享标题', + 'expiration_time' => '到期时间', + 'edit_share' => '编辑分享', + 'share_creation_success' => '分享创建成功', + + // 11.24添加 + 'sharetimes' => '分享次数', + 'share_address' => '分享地址', + 'delete_share' => '删除分享', + 'delete_share_succeed' => '分享删除成功', + 'add_label_return_car' => '添加标签(多个标签用回车分隔)', + 'add_url' => '添加网址', + 'folder_permission_name' => '文件夹权限名称', + 'edit_folder_permissions' => '编辑文件夹权限', + 'delete_share_links_lose_efficacy_sure' => '删除分享后,发出的此分享链接都将失效,无法恢复,您确定要删除次分享吗?', + 'leave_blank_to_indicate_the_password_not_set' => '留空表示不设置密码', + 'left_blank_or_0_means_unlimited' => '留空或0表示不限制', + 'left_blank_or_0_time_unlimited' => '留空或0、不设置到期时间', + 'input_comments' => '输入评论...', + 'sharing_restriction_times' => '分享限制次数', + 'no_members' => '没有相关成员', + 'group_founder' => '群组创建人', + 'full_recovery' => '全部恢复', + 'completely_cancel' => '彻底删除', + 'delete_member_confirm_info' => '您确定要删除当前所选成员吗?', + 'finally_delete_file_confirm' => '彻底删除后将不可恢复!', + 'delete_filenorecover_confirm' => '删除后将不可恢复!', + 'delete_comment_confirm' => '确定要删除评论?', + 'recover_file_confirm' => '文件将恢复到原位置', + 'name_is_must' => '名称不能为空', + 'cat_is_must' => '类型不能为空', + 'cat_is_error' => '拓展名非法', + 'recovering_not_please_close' => '正在恢复,请勿刷新或关闭页面', + 'delete_group_tips' => '您确定要删除群组吗,删除之后不可恢复', + 'delete_group' => '删除群组', + 'delete_group_success' => '删除群组成功', + 'delete_group_confirm' => '确定删除群组', + 'close_group_tips' => '状态关闭时,普通成员将无法查看群组的任何信息。', + 'close_groupdir_tips' => '分享关闭时,成员将无法分享群内文件。', + 'allow_use_org' => '允许使用机构', + 'allow_use_group' => '允许使用群组', + 'allow_create_group' => '允许新建群组', + 'allow_allcreate_group' => '允许所有部门成员新建群组', + 'allow_appointcreate_group' => '仅允许指定的人员或部门人员新建群组', + 'start_person_dir' => '开启个人存储', + 'allow_create_cat' => '允许新建类型', + 'no_collect' => '没有收藏的文件或文件夹', + 'no_dynamisc' => '暂无动态', + 'not_group' => '还没有群组', + 'no_relative_file' => '暂无相关文件或文件夹', + 'no_delete_file' => '没有删除的文件或文件夹', + 'no_match_file' => '没有符合条件的文件', + 'no_share_file' => '没有分享的文件或文件夹', + 'cancleshare' => '取消分享', + 'editshare' => '编辑分享', + 'no_file' => '目前没有文件或文件夹', + 'please_click_righttop_create_file' => '请点击右上角的"新建/上传"按钮添加', + 'recover_all_file' => '恢复所有文件', + 'finallydelete_all_file' => '清空回收站', + 'no_limit_times' => '不限次数', + 'perm_edit' => '权限更改', + 'file_flags' => '标记', + 'system_preinstall_not_allow_delete' => '系统预设类型,不允许删除', + 'save_failed' => '保存失败', + 'delete_cat_confirm' => '确定要删除类型', + 'delete-type' => '删除该类型', + 'refresh' => '刷新', + 'medium_icons' => '中等图标', + 'deltail_lsit' => '详细列表', + 'been_blocked' => '已屏蔽', + 'degree_exhaust' => '次数用尽', + 'logs_invite_status_4' => '已过期', + 'identification' => '标识', + 'group_file' => '群文件', + 'delete_group_confirms' => '确定要删除群组吗?', + 'no_group' => '对不起,该群组不存在', + 'no_group_by_system' => '对不起,该群组已被系统封禁,请与系统管理员联系', + 'group_no_file_by_manage' => '群组文件已被关闭,请和群组管理员联系', + 'group_no_file_by_system' => '群组文件被系统禁用,如有需要,请和系统管理员联系', + 'group_no_file_please_open' => '群组文件已被关闭,如需开启,请打开右侧信息栏开启', + 'access_denied' => '拒绝访问', + 'finally_delete_setting' => '彻底删除设置', + 'explorer_finallydelete_text' => '此处设置回收站内文件自动删除时间;单位:天;', + 'explorer_finallydelete_one' => '-1:表示不自动删除回收站内文件;', + 'explorer_finallydelete_zreo' => '0:表示回收站内文件超过设置的天数时自动删除。', + 'please_enter_intval' => '请输入整数', + 'system_unknow_error' => '系统未知错误', + 'tag_name_ismust' => '标签不能为空', + 'more_file_or_folder' => '等文件(文件夹)', + 'update_setting_success'=>'更新设置成功', + 'update_setting_failed'=>'更新设置失败', + 'no_org_user'=>'无机构人员', + 'sorry_userfile_not_exsists'=>'对不起,用户文件不存在', + 'org_admin_file_not_allow'=>'请在机构和用户管理中打开文件共享', + 'recycle_not_data'=>'对不起,回收站无可执行文件', +); diff --git a/dzz/explorer/mobile.php b/dzz/explorer/mobile.php new file mode 100644 index 0000000..996b8d0 --- /dev/null +++ b/dzz/explorer/mobile.php @@ -0,0 +1,18 @@ +fetch($fid); + $perm = 0; + if ($folderinfo['gid'] && C::t('organization_admin')->chk_memberperm($folderinfo['gid'])) { + $perm = DB::result_first("select perm from %t where fid = %d", array('folder', $fid)); + } + $name = !empty($_GET['foldername']) ? trim($_GET['foldername']) : lang('newfolder'); + $fname = io_dzz::name_filter(getstr($name, 80)); + if ($arr = IO::CreateFolder($fid, $fname, $perm)) { + if ($arr['error']) { + } else { + $arr = array_merge($arr['icoarr'], $arr['folderarr']); + $arr['msg'] = 'success'; + } + } else { + $arr = array(); + $arr['error'] = lang('failure_newfolder'); + } + exit(json_encode($arr)); +} elseif ($operation == 'uploadfiles') { + $container = trim($_GET['container']); + $space = dzzgetspace($uid); + $space['self'] = intval($space['self']); + $bz = trim($_GET['bz']); + require_once dzz_libfile('class/UploadHandler'); + //上传类型 + $allowedExtensions = $space['attachextensions'] ? explode(',', $space['attachextensions']) : array(); + + $sizeLimit = ($space['maxattachsize']); + + $options = array('accept_file_types' => $allowedExtensions ? ("/(\.|\/)(" . implode('|', $allowedExtensions) . ")$/i") : "/.+$/i", + 'max_file_size' => $sizeLimit ? $sizeLimit : null, + 'upload_dir' => $_G['setting']['attachdir'] . 'cache/', + 'upload_url' => $_G['setting']['attachurl'] . 'cache/', + ); + $upload_handler = new UploadHandler($options); + exit(); +} elseif ($operation == 'collect') { + $paths = $_GET['paths']; + //collect参数为1为收藏,否则为取消收藏,未接收到此参数,默认为收藏 + $collect = isset($_GET['collect']) ? $_GET['collect'] : 1; + $rids = array(); + foreach ($paths as $v) { + $rids[] = dzzdecode($v); + } + if ($collect) {//加入收藏 + $return = C::t('resources_collect')->add_collect_by_rid($rids); + exit(json_encode($return)); + } else {//取消收藏 + $return = C::t('resources_collect')->delete_usercollect_by_rid($rids); + exit(json_encode($return)); + } +} elseif ($operation == 'addgroupuser') {//添加群组成员 + $gid = isset($_GET['gid']) ? intval($_GET['gid']) : ''; + //检查群组是否存在 + if (!$group = C::t('organization')->fetch($gid)) { + exit(json_encode(array('error' => lang('group_not_exists')))); + } + //检测管理权限 + if (!$perm = C::t('organization_admin')->chk_memberperm($gid, $uid)) { + exit(json_encode(array('error' => lang('no_privilege')))); + } + if (!$perm || !$group['type']) { + exit(json_encode(array('error' => lang('no_privilege')))); + } + //添加或修改用户时 + + $uidarr = explode(',', trim($_GET['uids'])); + $uids = array(); + $userarr = array(); + foreach ($uidarr as $v) { + $uids[] = preg_replace('/uid_/', '', $v); + } + $type = intval($_GET['type']) ? 1 : 0; + //获取群组原用户数据 + $olduids = C::t('organization_user')->fetch_uids_by_orgid($gid); + + //获取管理员数据 + $adminer = C::t('organization_admin')->fetch_uids_by_orgid($gid); + + $getuserids = array_merge($olduids, $uids); + + //获取用户数据 + foreach (DB::fetch_all("select username,uid from %t where uid in(%n)", array('user', $getuserids)) as $v) { + $userarr[$v['uid']] = $v['username']; + } + //删除用户 + $removeuser = array(); + $insertuser = array(); + + foreach ($olduids as $v) { + if (!in_array($v, $uids) && ($uid != $v || ($uid == $v && $_G['adminid'] == 1))) { + $removeuser[] = $v; + } + } + $delusers = array(); + //判断删除用户权限并删除用户 + if (count($removeuser) > 0) { + foreach ($removeuser as $k => $v) { + $uperm = C::t('organization_admin')->chk_memberperm($gid, $v); + //如果是系统管理员 + if ($_G['adminid'] == 1) { + if (($group['type'] == 1 && $uperm > 1 && $_G['uid'] != $v)) { + unset($removeuser[$k]); + continue; + } else { + $delusers[$v] = $userarr[$v]; + } + } else { + //如果操作对象是管理员,并且操作的是群组当前用户不是创建人或者机构,不允许操作 + if (in_array($v, $adminer) && (($group['type'] == 1 && $perm < 2) || $group['type'] == 0)) { + unset($removeuser[$k]); + continue; + } else { + $delusers[$v] = $userarr[$v]; + } + } + } + } + $appid = C::t('app_market')->fetch_appid_by_mod('{dzzscript}?mod=' . MOD_NAME, 2); + if (count($removeuser) > 0) { + + foreach (C::t('organization_user')->delete_by_uid_orgid($removeuser, $gid) as $v) { + if ($v['uid'] != getglobal('uid')) { + $notevars = array( + 'from_id' => $appid, + 'from_idtype' => 'app', + // 'url' => getglobal('siteurl') . '/#group&gid='.$orgid, + 'author' => getglobal('username'), + 'authorid' => getglobal('uid'), + 'dataline' => dgmdate(TIMESTAMP), + 'fname' => getstr($group['orgname'], 31), + ); + $action = 'explorer_user_remove'; + $ntype = 'explorer_user_remove_' . $gid; + + dzz_notification::notification_add($v['uid'], $ntype, $action, $notevars, 1, 'dzz/explorer'); + } + } + //增加事件 + $eventdata = array('username' => getglobal('username'), 'uid' => getglobal('uid'), 'orgname' => $group['orgname'], 'delusers' => implode(',', $delusers)); + C::t('resources_event')->addevent_by_pfid($group['fid'], 'delete_group_user', 'deleteuser', $eventdata, $gid, '', $group['orgname']); + } + //新添加用户 + $insertuserdata = array(); + $insertusername = array(); + foreach ($uids as $v) { + if (!in_array($v, $olduids) && !empty($v)) { + $insertuser[] = $v; + $insertusername[] = $userarr[$v]; + $insertuserdata[] = array('uid' => $v, 'username' => $userarr[$v], 'ufirst' => new_strsubstr(ucfirst($userarr[$v]), 1, '')); + } + + } + //添加用户 + if (count($insertuser) > 0) { + $permtitle = lang('explorer_gropuperm'); + foreach (C::t('organization_user')->insert_by_orgid($gid, $insertuser) as $iu) { + //发送通知 + if ($iu != getglobal('uid')) { + $notevars = array( + 'from_id' => $appid, + 'from_idtype' => 'app', + 'url' => getglobal('siteurl') . MOD_URL . '#group&gid=' . $gid, + 'author' => getglobal('username'), + 'authorid' => getglobal('uid'), + 'dataline' => dgmdate(TIMESTAMP), + 'fname' => getstr($group['orgname'], 31), + 'permtitle' => $permtitle[0] + ); + $action = 'explorer_user_add'; + $ntype = 'explorer_user_add_' . $gid; + dzz_notification::notification_add($iu, $ntype, $action, $notevars, 1, 'dzz/explorer'); + } + } + $insertuserdata = C::t('resources_event')->result_events_has_avatarstatusinfo($insertuser, $insertuserdata); + //增加事件 + $eventdata = array('username' => getglobal('username'), 'uid' => getglobal('uid'), 'orgname' => $group['orgname'], 'insertusers' => implode(',', $insertusername)); + C::t('resources_event')->addevent_by_pfid($group['fid'], 'add_group_user', 'adduser', $eventdata, $gid, '', $group['orgname']); + } + if ($type == 1) { + exit(json_encode(array('success' => true, 'insertuser' => $insertuserdata, 'delusers' => $delusers, 'adminid' => ($_G['adminid'] == 1) ? 1 : 0, 'perm' => $perm, 'grouptype' => $group['type']))); + } else { + exit(json_encode(array('success' => true, 'fid' => $group['fid']))); + } +} elseif ($operation == 'share') { + $defer = dreferer(); + $files = isset($_GET['rid']) ? trim($_GET['rid']) : ''; + $shareid = isset($_GET['shareid']) ? intval($_GET['shareid']) : ''; + if ($shareid) { + if ($share = C::t('shares')->fetch($shareid)) { + $edit = isset($_GET['edit']) ? intval($_GET['edit']) : 0; + $share['sharelink'] = C::t('shorturl')->getShortUrl($_G['siteurl'].'index.php?mod=shares&sid='.dzzencode($shareid)); + $share['fdateline'] = dgmdate($share['dateline'], 'Y-m-d H:i:s'); + $share['password'] = ($share['password']) ? dzzdecode($share['password']) : ''; + $sid = dzzencode($share['id']); + if (is_file($_G['setting']['attachdir'] . './qrcode/' . $sid[0] . '/' . $sid . '.png')) { + $share['qrcode'] = $_G['setting']['attachurl'] . './qrcode/' . $sid[0] . '/' . $sid . '.png'; + } else { + $share['qrcode'] = C::t('shares')->getQRcodeBySid($sid); + } + if ($share['endtime']) { + $timediff = ($share['endtime'] - $share['dateline']); + $days = 0; + if ($timediff > 0) { + $days = ceil($timediff / 86400); + } + $share['expireday'] = ($days > 0) ? $days . '天后' : '已过期'; + } else { + $share['expireday'] = '永久有效'; + } + $rids = explode(',', $share['filepath']); + if (count($rids) > 1) { + $share['img'] = '/dzz/explorer/img/ic-files.png'; + } else { + $share['img'] = C::t('resources')->get_icosinfo_by_rid($share['filepath']); + } + + $files = $share['filepath']; + } + if ($edit) { + require template('mobile/share_edit'); + } else { + require template('mobile/share_detail'); + } + exit(); + } else { + //如果已经存在该分享查询分享数据 + if ($share = C::t('shares')->fetch_by_path($files)) { + $share['sharelink'] = C::t('shorturl')->getShortUrl($_G['siteurl'].'index.php?mod=shares&sid='.dzzencode($share['id'])); + $share['fdateline'] = dgmdate($share['dateline'], 'Y-m-d H:i:s'); + $share['password'] = ($share['password']) ? dzzdecode($share['password']) : ''; + $sid = dzzencode($share['id']); + if (is_file($_G['setting']['attachdir'] . './qrcode/' . $sid[0] . '/' . $sid . '.png')) { + $share['qrcode'] = $_G['setting']['attachurl'] . './qrcode/' . $sid[0] . '/' . $sid . '.png'; + } else { + $share['qrcode'] = C::t('shares')->getQRcodeBySid($sid); + } + if ($share['endtime']) { + $timediff = ($share['endtime'] - $share['dateline']); + $days = 0; + if ($timediff > 0) { + $days = ceil($timediff / 86400); + } + $share['expireday'] = ($days > 0) ? $days . '天后' : '已过期'; + } else { + $share['expireday'] = '永久有效'; + } + $rids = explode(',', $share['filepath']); + if (count($rids) > 1) { + $share['img'] = '/dzz/explorer/img/ic-files.png'; + } else { + $share['img'] = C::t('resources')->get_icosinfo_by_rid($share['filepath']); + } + + $files = $share['filepath']; + require template('mobile/share_detail'); + exit(); + } else {//不存在该分享获取分享默认标题 + $rids = explode(',', $files); + //默认单个文件分享 + $more = false; + //多个文件分享 + if (count($rids) > 1) $more = true; + $filenames = array(); + $gidarr = array(); + foreach (DB::fetch_all("select pfid,name,gid from %t where rid in(%n)", array('resources', $rids)) as $v) { + if (!perm_check::checkperm_Container($v['pfid'], 'share')) { + $arr = array('error' => lang('no_privilege')); + } else { + $gidarr[] = $v['gid']; + $filenames[] = $v['name']; + } + } + //判断文件来源 + if (count(array_unique($gidarr)) > 1) { + $arr = array('error' => lang('share_notallow_from_different_zone')); + } + //自动生成分享标题 + if ($more) { + $share['title'] = $filenames[0] . lang('more_file_or_folder'); + } else { + $share['title'] = $filenames[0]; + } + } + require template('mobile/share_edit'); + exit(); + } +} elseif ($operation == 'editshare') { + $defer = dreferer(); + $share = $_GET['share']; + $share['title'] = getstr($share['title']); + if ($share['endtime']) $share['endtime'] = strtotime($share['endtime']) + 24 * 60 * 60; + if ($share['password']) $share['password'] = dzzencode($share['password']); + $share['times'] = intval($share['times']); + if (isset($_GET['shareid']) && $_GET['shareid']) $id = intval($_GET['shareid']); + $share['filepath'] = trim($_GET['rid']); + if ($id) { + if ($ret = C::t('shares')->update_by_id($id, $share)) { + exit(json_encode((array('success' => true, 'rid' => $share['filepath'])))); + } else { + exit(json_encode((array('error' => lang('create_share_failer') . '!')))); + } + } else { + $ret = C::t('shares')->insert($share); + if ($ret['success']) { + exit(json_encode((array('success' => true, 'rid' => $share['filepath'])))); + } else { + exit(json_encode((array('error' => lang('create_share_failer') . '!')))); + } + } +} elseif ($operation == 'delshare') {//删除分享 + $id = isset($_GET['id']) ? intval($_GET['id']) : ''; + $return = C::t('shares')->delete_by_id($id); + if ($return['success']) { + showTips(array('success' => true)); + } else { + showTips(array('error' => $return['error'])); + } +} \ No newline at end of file diff --git a/dzz/explorer/mobile/cat.php b/dzz/explorer/mobile/cat.php new file mode 100644 index 0000000..b7b2fb2 --- /dev/null +++ b/dzz/explorer/mobile/cat.php @@ -0,0 +1,191 @@ + 0 ? 'ASC' : "DESC"; + + switch ($disp) { + case 0: + $orderby = 'r.name'; + break; + case 1: + $orderby = 'r.size'; + break; + case 2: + $orderby = array('r.type', 'r.ext'); + break; + case 3: + $orderby = 'r.dateline'; + break; + + } + $ordersql=''; + if(is_array($orderby)){ + foreach($orderby as $key=>$value){ + $orderby[$key]=$value.' '.$order; + } + $ordersql=' ORDER BY '.implode(',',$orderby); + }elseif($orderby){ + $ordersql=' ORDER BY '.$orderby.' '.$order; + } + $wheresql=' where r.isdelete < 1'; + $param=array('resources','folder'); + $folderdata=array(); + $folderids=array(); + $cats = C::t('resources_cat')->fetch_by_id($catid); + //如果接收到后缀名条件,则按指定后缀名搜索 + $exts = isset($_GET['exts'])?getstr($_GET['exts']):''; + $tags = isset($_GET['tags'])?getstr($_GET['tags']):''; + if($exts){ + $extarr = explode(',',str_replace('.','',$exts)); + $wheresql .= " and r.ext IN (%n)"; + $param[]=$extarr; + }else{ + if($cats['ext']){ + $extarr = explode(',',str_replace('.','',$cats['ext'])); + $wheresql .= " and r.ext IN (%n)"; + $param[]=$extarr; + }else{ + $wheresql .= " and 0 "; + } + } + //如果接收到标签条件 + if($tags){ + $tagsarr = explode(',',$tags); + $rids = C::t('resources_tag')->fetch_rid_by_tid($tagsarr); + if(count($rids) < 1){ + $wheresql .= " and 0"; + }else{ + $wheresql .= " and r.rid IN (%n)"; + $param[]=$rids; + } + + }elseif($cats['tag']){ + //查询标签表中有对应rid + if(!empty($tagsarr)){ + $rids = C::t('resources_tag')->fetch_rid_in_tid($tagsarr); + if(count($rids) < 1){ + $wheresql .= " and 0"; + }else{ + $wheresql .= " and r.rid IN (%n)"; + $param[]=$rids; + } + } + } + $explorer_setting = get_resources_some_setting(); + $orgids = C::t('organization')->fetch_all_orgid();//获取所有有管理权限的部门 + $powerarr=perm_binPerm::getPowerArr(); + + $or=array(); + //用户自己的文件 + if($explorer_setting['useronperm']){ + $or[]="(r.gid=0 and r.uid=%d)"; + $param[]=$_G['uid']; + } + //我管理的群组或部门的文件 + if($orgids['orgids_admin']){ + $or[]="r.gid IN (%n)"; + $param[]=$orgids['orgids_admin']; + } + //我参与的群组的文件 + if($orgids['orgids_member']){ + $or[]="(r.gid IN(%n) and ((f.perm_inherit & %d) OR (r.uid=%d and f.perm_inherit & %d)))"; + $param[]=$orgids['orgids_member']; + $param[]=$powerarr['read2']; + $param[]=$_G['uid']; + $param[]=$powerarr['read1']; + } + if($or) $wheresql .=" and (".implode(' OR ',$or).")"; + $data=array(); + $folderids=$folderdata=array(); + if($total=DB::result_first("SELECT COUNT(*) FROM %t r LEFT JOIN %t f ON r.pfid=f.fid $wheresql", $param)){ + foreach(DB::fetch_all("SELECT rid FROM %t r LEFT JOIN %t f ON r.pfid=f.fid $wheresql $ordersql $limitsql", $param) as $value){ + if($arr=C::t('resources')->fetch_by_rid($value['rid'])){ + $folderids[$arr['pfid']]=$arr['pfid']; + if($arr['type']=='folder'){ + $folderids[$arr['oid']]=$arr['oid']; + if(empty($arr['contaions'])){ + $arr['contaions']=C::t('resources')->get_contains_by_fid($arr['oid']); + } + $arr['filenum'] = $arr['contaions']['contain'][0]; + $arr['foldernum'] = $arr['contaions']['contain'][1]; + }else{ + $arr['monthdate'] = dgmdate($arr['dateline'],'m-d'); + $arr['hourdate'] = dgmdate($arr['dateline'],'H:i'); + } + if($arr['type'] == 'image'){ + $arr['img'] = DZZSCRIPT.'?mod=io&op=thumbnail&width=45&height=45&path=' . dzzencode('attach::' . $arr['aid']); + $arr['imgpath'] = DZZSCRIPT.'?mod=io&op=thumbnail&path=' .dzzencode('attach::' . $arr['aid']); + } + $data[$arr['rid']]=$arr; + + } + } + //获取目录信息 + foreach($folderids as $fid){ + if($folder = C::t('folder')->fetch_by_fid($fid)) $folderdata[$fid] =$folder; + } + } + + $disp = isset($_GET['disp']) ? intval($_GET['disp']) : intval($cats['disp']);//文件排序 + $iconview=(isset($_GET['iconview']) ? intval($_GET['iconview']) : intval($cats['iconview']));//排列方式 + $next = false; + if(count($data) >= $perpage){ + $next = $page + 1; + } + $folderjson = json_encode($folderdata); + //返回数据 + $return=array( + 'cid'=>$cid, + 'data'=>($data) ? $data:array(), + 'param'=>array( + 'disp'=>$disp, + 'view'=>$iconview, + 'bz'=>$bz, + 'datatotal'=>count($data)+$start, + 'asc'=>$asc, + 'page' => $next, + 'keyword'=>$keyword, + 'localsearch'=>$bz?1:0 + ) + ); + $return = json_encode($return); + $return = str_replace("'","\'",$return); + require template('mobile/filelist'); + exit(); +}elseif($operation == 'catcontent'){ + $cid = isset($_GET['cid']) ? intval($_GET['cid']):''; + $cats = C::t('resources_cat')->fetch_by_id($cid); + $navtitle = $cats['catname']; + require template('mobile/catcontent'); + exit(); +}else{ + //搜索类型 + $catsearch = array(); + foreach(C::t('resources_cat')->fetch_by_uid($uid) as $v){ + $exts = str_replace('.','',$v['ext']); + $catcontain = explode(',',$exts); + $v['catcontain'] = implode('/',$catcontain); + $catsearch[] = $v; + } + require template('mobile/type'); +} diff --git a/dzz/explorer/mobile/collect.php b/dzz/explorer/mobile/collect.php new file mode 100644 index 0000000..8224368 --- /dev/null +++ b/dzz/explorer/mobile/collect.php @@ -0,0 +1,119 @@ + 0 ? 'ASC' : "DESC"; + + switch ($disp) { + case 0: + $orderby = 'filename'; + break; + case 1: + $orderby = 'size'; + break; + case 2: + $orderby = ''; + break; + case 3: + $orderby = 'dateline'; + break; + + } + $ordersql=''; + if(is_array($orderby)){ + foreach($orderby as $key=>$value){ + $orderby[$key]=$value.' '.$order; + } + $ordersql=' ORDER BY '.implode(',',$orderby); + }elseif($orderby){ + $ordersql=' ORDER BY '.$orderby.' '.$order; + } + $collects = C::t('resources_collect')->fetch_by_uid($limitsql,$ordersql); + $explorer_setting = get_resources_some_setting(); + $data=array(); + $folderids=$folderdata=array(); + foreach($collects as $v){ + $val = C::t('resources')->fetch_by_rid($v['rid']); + if(!$explorer_setting['useronperm'] && $val['gid'] == 0){ + continue; + } + if(!$explorer_setting['grouponperm'] && $val['gid'] > 0){ + if(DB::result_first("select `type` from %t where orgid = %d",array('organization',$val['gid'])) == 1){ + continue; + } + } + if(!$explorer_setting['orgonperm'] && $val['gid'] > 0){ + if(DB::result_first("select `type` from %t where orgid = %d",array('organization',$val['gid'])) == 0){ + continue; + } + } + $folderids[$val['pfid']]=$val['pfid']; + if($val['type']=='folder') $folderids[$val['oid']]=$val['oid']; + if($val['isdelete'] < 1){ + if ($val['type'] == 'folder') { + $val['contaions']=C::t('resources')->get_contains_by_fid($val['oid']); + $val['filenum'] = $val['contaions']['contain'][0]; + $val['foldernum'] = $val['contaions']['contain'][1]; + } else { + $val['monthdate'] = dgmdate($val['dateline'], 'm-d'); + $val['hourdate'] = dgmdate($val['dateline'], 'H:i'); + } + if ($val['type'] == 'image') { + $val['img'] = DZZSCRIPT . '?mod=io&op=thumbnail&width=45&height=45&path=' . dzzencode('attach::' . $val['aid']); + $val['imgpath'] = DZZSCRIPT.'?mod=io&op=thumbnail&path=' .dzzencode('attach::' . $val['aid']); + } + $val['name'] = addslashes($val['name']); + $data[$val['rid']]=$val; + } + + } + //获取目录信息 + foreach($folderids as $fid){ + if($folder = C::t('folder')->fetch_by_fid($fid)) $folderdata[$fid] =$folder; + } + + $disp = isset($_GET['disp']) ? intval($_GET['disp']) : 0;//文件排序 + $iconview=isset($_GET['iconview']) ? intval($_GET['iconview']):4;//排列方式 + $next = false; + if(count($data) >= $perpage){ + $next = $page + 1; + } + $total=count($data)+$start; + $folderjson = json_encode($folderdata); + //返回数据 + $return=array( + 'data'=>($data) ? $data:array(), + 'param'=>array( + 'disp'=>$disp, + 'view'=>$iconview, + 'bz'=>$bz, + 'datatotal'=>$total, + 'asc'=>$asc, + 'page' => $next, + 'keyword'=>$keyword, + 'localsearch'=>$bz?1:0 + ) + ); + $return = json_encode($return); + include template('mobile/filelist'); +}elseif($operation == 'canclecollect'){//取消收藏 + $rids = isset($_GET['rids'])?$_GET['rids']:''; + $return = C::t('resources_collect')->delete_usercollect_by_rid($rids); + exit(json_encode($return)); +}else{ + include template('mobile/collect'); +} \ No newline at end of file diff --git a/dzz/explorer/mobile/comment.php b/dzz/explorer/mobile/comment.php new file mode 100644 index 0000000..e502652 --- /dev/null +++ b/dzz/explorer/mobile/comment.php @@ -0,0 +1,142 @@ +fetch_comment_by_rid($rid, true) >= $nextstart) { + $next = $nextstart; + } + $events = C::t('resources_event')->fetch_comment_by_rid($rid, false, $start, $limit); + } else if ($fid) { + //动态信息 + if (C::t('resources_event')->fetch_comment_by_fid($fid, true) > $nextstart) { + $next = $nextstart; + } + $events = C::t('resources_event')->fetch_comment_by_fid($fid, false, $start, $limit); + } + + require template('mobile/commentlist'); + exit(); +} elseif ($operation == 'addcomment') { + $msg = isset($_GET['msg']) ? censor($_GET['msg']) : ''; + $msg = emoji_encode($msg); + $appid = C::t('app_market')->fetch_appid_by_mod('{dzzscript}?mod=' . MOD_NAME, 2); + if ($rid) { + if (!$file = C::t('resources')->fetch_info_by_rid($rid)) { + exit(json_encode(array('error' => true))); + } else { + $eventdata = array('msg' => $msg); + if ($insert = C::t('resources_event')->addevent_by_pfid($file['pfid'], 'add_comment', 'addcomment', $eventdata, $file['gid'], $rid, $file['name'], 1)) { + $headerColor = C::t('user_setting')->fetch_by_skey('headerColor'); + $return = array( + 'username' => getglobal('username'), + 'uid' => getglobal('uid'), + 'dateline' => dgmdate(TIMESTAMP, 'H:i'), + 'msg' => dzzcode($message), + 'commentid' => $insert, + 'avatarstatus' => getglobal('avatarstatus', 'member') + ); + if (!$return['avatarstatus'] && $headerColor) { + $return['headerColor'] = $headerColor; + $return['userfirst'] = new_strsubstr(ucfirst($return['username']), 1, ''); + } + if ($file['uid'] != getglobal('uid')) { + $notevars = array( + 'from_id' => $appid, + 'from_idtype' => 'app', + 'url' => ($file['gid'] > 0) ? $_G['siteurl'] . MOD_URL . '#group&do=file&gid=' . $file['gid'] . '&fid=' . $file['pfid'] : $_G['siteurl'] . MOD_URL . '#home&do=file&fid=' . $file['pfid'], + 'author' => getglobal('username'), + 'authorid' => getglobal('uid'), + 'dataline' => dgmdate(TIMESTAMP), + 'fname' => getstr($file['name'], 31), + 'comment' => ($message) ? getstr(dzzcode($message)) : '', + ); + $action = 'explorer_comment_mydoc'; + $type = 'explorer_comment_mydoc_' . $file['pfid']; + dzz_notification::notification_add($file['uid'], $type, $action, $notevars, 1, 'dzz/explorer'); + } + + showTips(array('success' => true, 'return' => $insert, 'json')); + } + + } + } else { + if (!$folder = C::t('folder')->fetch($fid)) { + exit(json_encode(array('error' => true))); + } else { + $rid = C::t('resources')->fetch_rid_by_fid($fid); + $eventdata = array('msg' => $msg); + if ($insert = C::t('resources_event')->addevent_by_pfid($fid, 'add_comment', 'addcomment', $eventdata, $folder['gid'], ($rid) ? $rid : '', $folder['fname'], 1)) { + $headerColor = C::t('user_setting')->fetch_by_skey('headerColor'); + $return = array( + 'username' => getglobal('username'), + 'uid' => getglobal('uid'), + 'dateline' => dgmdate(TIMESTAMP, 'H:i'), + 'msg' => dzzcode($message), + 'commentid' => $insert, + 'avatarstatus' => getglobal('avatarstatus', 'member') + ); + + if (!$return['avatarstatus'] && $headerColor) { + $return['headerColor'] = $headerColor; + $return['userfirst'] = new_strsubstr(ucfirst($return['username']), 1, ''); + } + if ($folder['uid'] != getglobal('uid')) { + $notevars = array( + 'from_id' => $appid, + 'from_idtype' => 'app', + 'url' => ($folder['gid'] > 0) ? $_G['siteurl'] . MOD_URL . '#group&do=file&gid=' . $folder['gid'] . '&fid=' . $folder['fid'] : $_G['siteurl'] . MOD_URL . '#home&do=file&fid=' . $folder['fid'], + 'author' => getglobal('username'), + 'authorid' => getglobal('uid'), + 'dataline' => dgmdate(TIMESTAMP), + 'fname' => getstr($folder['fname'], 31), + 'comment' => ($message) ? getstr(dzzcode($message)) : '', + ); + $action = 'explorer_comment_mydoc'; + $type = 'explorer_comment_mydoc_' . $fid; + + dzz_notification::notification_add($folder['uid'], $type, $action, $notevars, 0, 'dzz/explorer'); + } + showTips(array('success' => true, 'return' => $return, 'json')); + } + } + } +} elseif ($operation == 'delcomment') { + $id = $_GET['id']; + $return = C::t('resources_event')->delete_comment_by_id($id); + if ($return['error']) { + exit(json_encode(array('error' => $return['error']))); + } else { + exit(json_encode(array('success' => true))); + } +} elseif ($operation == 'commentadd') { + require template('mobile/comment_edit'); +} else { + require template('mobile/comment'); +} \ No newline at end of file diff --git a/dzz/explorer/mobile/dynamic.php b/dzz/explorer/mobile/dynamic.php new file mode 100644 index 0000000..4b15018 --- /dev/null +++ b/dzz/explorer/mobile/dynamic.php @@ -0,0 +1,55 @@ +fetch_by_rid($rids, $start, $limit, true,1) >= $nextstart) { + $next = $page + 1; + } + $events = C::t('resources_event')->fetch_by_rid($rids, $start, $limit,false,1); + } else if($fid){ + //动态信息 + if (C::t('resources_event')->fetch_by_pfid_rid($fid, true) > $nextstart) { + $next = $page + 1; + } + $events = C::t('resources_event')->fetch_by_pfid_rid($fid, '', $start, $limit, '',1); + } + foreach($events as $v){ + global $_G; + $_G['currenteventpfid'] = $v['pfid']; + $v['details'] = preg_replace_callback('/(.+?)location\.hash=\'(.+?)\'(.+?)/',function($match){ + $details = $match[1]."location.href='".MOD_URL."&op=mobile&do=file&fid=".getglobal('currenteventpfid')."'".$match[3]; + return $details; + },$v['details']); + $eventdatas[] = $v; + } + $param = array( + 'page'=>$next, + 'fid'=>$fid, + 'rid'=>$rid + ); + $return = json_encode($param); + require template('mobile/dynamic_list'); + exit(); +} else { + $rid = isset($_GET['rid']) ? trim($_GET['rid']) : ''; + $fid = isset($_GET['fid']) ? trim($_GET['fid']) : ''; + require template('mobile/dynamic'); +} diff --git a/dzz/explorer/mobile/file.php b/dzz/explorer/mobile/file.php new file mode 100644 index 0000000..79f09a3 --- /dev/null +++ b/dzz/explorer/mobile/file.php @@ -0,0 +1,201 @@ +get_folderinfo_by_fid($fid); + $gid = $fileinfo['gid']; +} +if ($gid) { + //获取网盘系统设置值 + $explorer_setting = get_resources_some_setting(); + //群组信息 + if(!$group = C::t('organization')->fetch($gid)){ + showmessage(lang('no_group'),dreferer()); + } + if ($group['type'] == 1 && !$explorer_setting['grouponperm']) { + showmessage(lang('no_privilege'), dreferer()); + } + if ($group['type'] == 0 && !$explorer_setting['orgonperm']) { + showmessage(lang('no_privilege'), dreferer()); + } + //获取群组基本信息 + if (!$group = C::t('organization')->fetch($gid)) { + showmessage(lang('no_group'), dreferer()); + } + //获取成员权限 + $perm = C::t('organization_admin')->chk_memberperm($gid, $uid); + //判断群组是否开启,如果未开启(共享目录)并且不是管理员不能访问 + if (!$group['diron'] && !$perm) { + showmessage(lang('no_privilege'), dreferer()); + } + //判断是否有权限访问群组,如果不是管理员权限(主要针对系统管理员和上级管理员),并且非成员,不能访问 + if (!$perm && !C::t('organization')->ismember($gid, $uid, false)) { + showmessage(lang('no_privilege'), dreferer()); + } + + if (!$group['syatemon']) { + showmessage(lang('no_group_by_system'), dreferer()); + } + if (!$group['manageon'] && $perm < 1) { + showmessage(lang('no_privilege'), dreferer()); + } + if (!$fid) $fid = $group['fid']; +} +if ($operation == 'filelist') { + $perpage = isset($_GET['perpage']) ? intval($_GET['perpage']) : 10;//默认每页条数 + $page = empty($_GET['page']) ? 1 : intval($_GET['page']);//页码数 + $start = ($page - 1) * $perpage;//开始条数 + $datastart = isset($_GET['datatotal']) ? intval($_GET['datatotal']) : 0; + $total = 0;//总条数 + //是否有更多群组 + $gropunext = isset($_GET['gropunext']) ? intval($_GET['gropunext']) : true; + $disp = intval($_GET['disp']); + $bz = empty($_GET['bz']) ? '' : urldecode($_GET['bz']); + $marker = empty($_GET['marker']) ? '' : trim($_GET['marker']); + $data = array(); + $keyword = isset($_GET['keyword']) ? urldecode($_GET['keyword']) : ''; + $conditions = array(); + if ($keyword) { + $conditions['name'] = array($keyword, 'like', 'and'); + } + $asc = isset($_GET['asc']) ? intval($_GET['asc']) : 1; + + $order = $asc > 0 ? 'ASC' : "DESC"; + + switch ($disp) { + case 0: + $orderby = 'name'; + $groupby = 'o.orgname'; + break; + case 1: + $orderby = 'size'; + $groupby = 'o.dateline'; + break; + case 2: + $orderby = array('type', 'ext'); + $groupby = 'o.dateline'; + break; + case 3: + $orderby = 'dateline'; + $groupby = 'o.dateline'; + break; + + } + $groups = array(); + $newperpage = 10; + //如果是机构获或部门取下级 + if ($gid > 0 && $group['type'] == 0 && $gropunext) { + if (C::t('organization_admin')->chk_memberperm($gid, $uid) || C::t('organization')->ismember($gid, $uid, true)) { + foreach (DB::fetch_all("select o.*,f.fid from %t o left join %t f on o.fid=f.fid where o.forgid = %d order by $groupby $order limit $start,$perpage", array('organization', 'folder', $gid)) as $v) { + if (((C::t('organization_admin')->chk_memberperm($v['orgid'], $uid) > 0) || ($v['manageon'] && $v['diron'])) && $v['syatemon']) { + $resultarr[] = $v; + if (intval($v['aid'])) { + //群组图 + $v['img'] = 'index.php?mod=io&op=thumbnail&width=45&height=45&path=' . dzzencode('attach::' . $v['aid']); + } + $contaions = C::t('resources')->get_contains_by_fid($v['fid']); + $v['filenum'] = $contaions['contain'][0]; + $v['foldernum'] = $contaions['contain'][1]; + $v['orgname'] = addslashes($v['orgname']); + $groups[] = $v; + } else { + continue; + } + } + } + $groupnum = count($groups); + if ($groupnum >= $perpage) { + $gropunext = $page + 1; + } else { + $gropunext = false; + } + //如果有机构部门结果,则减去机构部门结果数量 + $newperpage = $perpage - $groupnum; + } else { + $gropunext = false; + } + //获取文件数据 + if ($newperpage) { + //查询结果处理 + foreach (C::t('resources')->fetch_all_by_pfid($fid, $conditions, $newperpage, $orderby, $order, $datastart) as $val) { + if ($val['type'] == 'folder') { + if(empty($val['contaions'])){ + $val['contaions']=C::t('resources')->get_contains_by_fid($val['oid']); + } + $val['filenum'] = $val['contaions']['contain'][0]; + $val['foldernum'] = $val['contaions']['contain'][1]; + } else { + $val['monthdate'] = dgmdate($val['dateline'], 'm-d'); + $val['hourdate'] = dgmdate($val['dateline'], 'H:i'); + } + if ($val['type'] == 'image') { + $val['img'] = DZZSCRIPT . '?mod=io&op=thumbnail&width=45&height=45&path=' . dzzencode('attach::' . $val['aid']); + $val['imgpath'] = DZZSCRIPT.'?mod=io&op=thumbnail&size=large&path='.dzzencode('attach::' . $val['aid']); + } + $val['name'] = addslashes($val['name']); + $data[$val['rid']] = $val; + } + } + $next = false; + if (count($data) + count($groups) >= $perpage) { + $next = $page + 1; + } + //返回数据 + $return = array('fid' => $fid, 'data' => $data ? $data : array(), 'param' => array( + 'perpage' => $perpage, + 'bz' => $bz, + 'asc' => $asc, + 'disp' => $disp, + 'page' => $next, + 'datatotal' => (count($data) + count($groups) + $datastart), + 'groupnext' => $gropunext, + 'localsearch' => $bz ? 1 : 0 + ) + ); + $return = json_encode($return); + $return = str_replace("'","\'",$return); + require template('mobile/filelist'); + exit(); +} else { + $folder = C::t('folder')->fetch_folderinfo_by_fid($fid); + $folder['gid'] = ($gid) ? $gid : 0; + $folder['ismoderator'] = $perm; + $folderjson = json_encode(array($fid=>$folder)); + $folderpath = array_filter(explode('/',preg_replace('/dzz:(.+?):/','',$folder['path']))); + $navtitle = $folderpath[0]; + $pathkeyarr = explode('-',str_replace('_','',$folder['pathkey'])); + $folderpatharr = array(); + foreach(DB::fetch_all("select fid,gid,fname from %t where fid in(%n)",array('folder',$pathkeyarr)) as $v){ + $folderpatharr[] = array('fid'=>$v['fid'],'gid'=>$v['gid'],'name'=>$v['fname']); + } + //$folderpatharr = array_combine($pathkeyarr,$folderpath); + //统计打开次数,如果当前文件夹在resources表无数据,则记录其文件夹id对应数据 + if ($rid = C::t('resources')->fetch_rid_by_fid($fid)) { + $rid = C::t('resources')->fetch_rid_by_fid($fid); + $setarr = array( + 'uid' => $uid, + 'views' => 1, + 'opendateline' => TIMESTAMP, + 'fid' => $fid + ); + C::t('resources_statis')->add_statis_by_rid($rid, $setarr); + } else { + $setarr = array( + 'uid' => $uid, + 'views' => 1, + 'opendateline' => TIMESTAMP, + ); + C::t('resources_statis')->add_statis_by_fid($fid, $setarr); + } + require template('mobile/file_content'); +} + + diff --git a/dzz/explorer/mobile/group.php b/dzz/explorer/mobile/group.php new file mode 100644 index 0000000..038e429 --- /dev/null +++ b/dzz/explorer/mobile/group.php @@ -0,0 +1,65 @@ + 0 ? 'ASC' : "DESC"; + +switch ($disp) { + case 0: + $orderby = 'orgname'; + break; + case 1: + $orderby = 'dateline'; + break; + +} +$ordersql = ''; +if (is_array($orderby)) { + foreach ($orderby as $key => $value) { + $orderby[$key] = $value . ' ' . $order; + } + $ordersql = ' ORDER BY ' . implode(',', $orderby); +} elseif ($orderby) { + $ordersql = ' ORDER BY ' . $orderby . ' ' . $order; +} +$next = false; +$nextstart = $start + $limit; +$explorer_setting = get_resources_some_setting(); +$groups = array(); +//获取用户坐在群组id +$orgids = C::t('organization_user')->fetch_org_by_uid($uid, 1); +if (DB::result_first("select count(*) from %t where orgid in(%n) $ordersql ", array('organization', $orgids)) > $nextstart) { + $next = $nextstart; +} +if ($explorer_setting['grouponperm']) { + foreach (DB::fetch_all("select * from %t where orgid in(%n) $ordersql $limitsql", array('organization', $orgids)) as $orginfo) { + if ($orginfo['syatemon'] == 0) {//系统管理员关闭群组 + continue; + } elseif ($orginfo['syatemon'] == 1 && $orginfo['manageon'] == 0 && C::t('organization_admin')->chk_memberperm($orginfo['orgid'], $uid) == 0) {//管理员关闭群组,当前用户不具备管理员权限 + continue; + } + if (intval($orginfo['aid']) > 0) { + //群组图 + $orginfo['imgs'] = 'index.php?mod=io&op=thumbnail&width=45&height=45&path=' . dzzencode('attach::' . $orginfo['aid']); + } /*else { + $orginfo['imgs'] = avatar_group($v['orgid'], array($orginfo['orgid'] => array('aid' => $orginfo['aid'], 'orgname' => $orginfo['orgname']))); + }*/ + $contaions = C::t('resources')->get_contains_by_fid($orginfo['fid']); + $orginfo['filenum'] = $contaions['contain'][0]; + $orginfo['foldernum'] = $contaions['contain'][1]; + $groups[] = $orginfo; + } +} +require template('mobile/group'); + diff --git a/dzz/explorer/mobile/groupmore.php b/dzz/explorer/mobile/groupmore.php new file mode 100644 index 0000000..de60a38 --- /dev/null +++ b/dzz/explorer/mobile/groupmore.php @@ -0,0 +1,58 @@ + 0 ? 'ASC' : "DESC"; +switch ($disp) { + case 0: + $orderby = 'orgname'; + break; + case 1: + $orderby = 'dateline'; + break; + +} +$ordersql = ''; +if (is_array($orderby)) { + foreach ($orderby as $key => $value) { + $orderby[$key] = $value . ' ' . $order; + } + $ordersql = ' ORDER BY ' . implode(',', $orderby); +} elseif ($orderby) { + $ordersql = ' ORDER BY ' . $orderby . ' ' . $order; +} +$next = false; +$nextstart = $start + $limit; +$explorer_setting = get_resources_some_setting(); +$groups = array(); +//获取用户坐在群组id +$orgids = C::t('organization_user')->fetch_org_by_uid($uid, 1); +if (DB::result_first("select count(*) from %t where orgid in(%n) $ordersql ", array('organization', $orgids)) > $nextstart) { + $next = $nextstart; +} +if ($explorer_setting['grouponperm']) { + foreach (DB::fetch_all("select * from %t where orgid in(%n) $ordersql $limitsql", array('organization', $orgids)) as $orginfo) { + if ($orginfo['syatemon'] == 0) {//系统管理员关闭群组 + continue; + } elseif ($orginfo['syatemon'] == 1 && $orginfo['manageon'] == 0 && C::t('organization_admin')->chk_memberperm($orginfo['orgid'], $uid) == 0) {//管理员关闭群组,当前用户不具备管理员权限 + continue; + } + if (intval($orginfo['aid']) > 0) { + //群组图 + $orginfo['imgs'] = 'index.php?mod=io&op=thumbnail&width=45&height=45&path=' . dzzencode('attach::' . $orginfo['aid']); + } /*else { + $orginfo['imgs'] = avatar_group($v['orgid'], array($orginfo['orgid'] => array('aid' => $orginfo['aid'], 'orgname' => $orginfo['orgname']))); + }*/ + $contaions = C::t('resources')->get_contains_by_fid($orginfo['fid']); + $orginfo['filenum'] = $contaions['contain'][0]; + $orginfo['foldernum'] = $contaions['contain'][1]; + $groups[] = $orginfo; + } +} +include template('mobile/groupmore'); + diff --git a/dzz/explorer/mobile/json.php b/dzz/explorer/mobile/json.php new file mode 100644 index 0000000..7217bcb --- /dev/null +++ b/dzz/explorer/mobile/json.php @@ -0,0 +1,57 @@ + 0); +if ($clipboardtype = C::t('resources_clipboard')->fetch_user_paste_type()) { + $clipboarddata = array('status' => 1, 'type' => $clipboardtype); +} +$config = array(); +if(!$config=C::t('user_field')->fetch($_G['uid'])){ + $config= dzz_userconfig_init(); +} +$applist = $config['applist'] ? explode(',', $config['applist']) : array(); +if ($applist_n = array_keys(C::t('app_market')->fetch_all_by_notdelete($_G['uid']))) { + $newappids = array(); + foreach ($applist_n as $appid) { + if (!in_array($appid, $applist)) { + $applist[] = $appid; + $newappids[] = $appid; + } + } + if ($newappids) { + C::t('app_user')->insert_by_uid($_G['uid'], $newappids); + C::t('user_field')->update($_G['uid'], array('applist' => implode(',', $applist))); + } +} +//应用数据 +$appdata = array(); +$appdata = C::t('app_market')->fetch_all_by_appid($applist); +$applist_1 = array(); +foreach ($appdata as $value) { + if ($value['isshow'] < 1) continue; + if ($value['available'] < 1) continue; + if ($value['system'] == 2) continue; + $applist_1[] = $value['appid']; +} +//获取打开方式 +$systemdata['extopen']['all'] = C::t('app_open')->fetch_all_ext(); +$systemdata['extopen']['ext'] = C::t('app_open')->fetch_all_orderby_ext($_G['uid'], $data['extopen']['all']); +$systemdata['extopen']['user'] = C::t('app_open_default')->fetch_all_by_uid($_G['uid']); +//获取用户的默认打开方式 +$systemdata['extopen']['userdefault'] = C::t('app_open_default')->fetch_all_by_uid($_G['uid']); + +$systemdata['applist'] = array_values($applist_1); +$systemdata['app'] = $appdata ? $appdata : array(); +$systemdata['clipboarddata'] = $clipboarddata; +$systemdata['is_wxwork'] = $is_wxwork; +echo json_encode($systemdata); +exit(); \ No newline at end of file diff --git a/dzz/explorer/mobile/member.php b/dzz/explorer/mobile/member.php new file mode 100644 index 0000000..32d5f78 --- /dev/null +++ b/dzz/explorer/mobile/member.php @@ -0,0 +1,20 @@ +chk_memberperm($gid, $uid); +$groupinfo = C::t('organization')->fetch($gid); +//成员信息 +$members = C::t('organization_user')->fetch_user_byorgid($gid); +//处理成员头像函数 +$userids = array(); +foreach ($members as $k=>$v) { + $userids[] = $v['uid']; + $members[$k]['perm'] = C::t('organization_admin')->chk_memberperm($gid,$v['uid']); +} +$userstr = implode(',',$userids); +$members = C::t('resources_event')->result_events_has_avatarstatusinfo($userids, $members); +require template('mobile/member'); \ No newline at end of file diff --git a/dzz/explorer/mobile/mobile_index.php b/dzz/explorer/mobile/mobile_index.php new file mode 100644 index 0000000..3f4f615 --- /dev/null +++ b/dzz/explorer/mobile/mobile_index.php @@ -0,0 +1,40 @@ +fetch_home_by_uid(); + $myexplorer['name'] = lang('explorer_user_root_dirname'); + $contains = C::t('resources')->get_contains_by_fid($myexplorer['fid']); + $myexplorer['filenum'] = $contains['contain'][0]; + $myexplorer['foldernum'] = $contains['contain'][1]; +} +if ($explorer_setting['orgonperm']) { + $orgs = C::t('organization')->fetch_all_orggroup($uid); + foreach ($orgs['org'] as $v) { + if(intval($v['aid'])){ + $v['icon']='index.php?mod=io&op=thumbnail&width=24&height=24&path=' . dzzencode('attach::' . $v['aid']); + } + $contains = C::t('resources')->get_contains_by_fid($v['fid']); + $v['filenum'] = $contains['contain'][0]; + $v['foldernum'] = $contains['contain'][1]; + $myorgs[] = $v; + } +} +//用户粘贴板状态获取 +$clipboarddata = array('status' => 0); +if ($clipboardtype = C::t('resources_clipboard')->fetch_user_paste_type()) { + $clipboarddata = array('status' => 1, 'type' => $clipboardtype); +} +if ($explorer_setting['grouponperm']) { + $mygroup = true; +} +require template('mobile/mobile_index'); \ No newline at end of file diff --git a/dzz/explorer/mobile/property.php b/dzz/explorer/mobile/property.php new file mode 100644 index 0000000..6339a5c --- /dev/null +++ b/dzz/explorer/mobile/property.php @@ -0,0 +1,131 @@ +fetch_by_id($cid); + $exts = explode(',',str_replace('.','',$cat['ext'])); + $cat['ext'] = implode('/',$exts); + $cattidarr = explode(',',$cat['tag']); + if(count($cattidarr)){ + $tagarr = C::t('tag')->fetch_tag_by_tid($cattidarr,'explorer'); + $cat['tag'] = implode('/',$tagarr); + }else{ + $cat['tag'] = '暂无标签'; + } + include template('mobile/attr_type'); + exit(); + } + if ($fid) {//如果获取到文件夹id + if($rid = DB::result_first("select rid from %t where oid = %d and `flag` = %s",array('resources',$fid,'folder'))){ + //文件夹属性信息 + $fileinfo = C::t('resources')->get_property_by_rid($rid); + //权限信息 + $userperm = perm_check::getPerm($fileinfo['pfid']);//获取用户权限 + $perm = C::t('folder')->fetch_perm_by_fid($fileinfo['pfid']);//获取文件夹权限 + //动态信息 + $gid = $fileinfo['gid']; + + }else{ + //文件夹信息 + $fileinfo = C::t('resources')->get_folderinfo_by_fid($fid); + $gid = $fileinfo['gid']; + if($fileinfo['isgroup']){ + $org = C::t('organization')->fetch($gid); + //获取已使用空间 + $usesize = C::t('organization')->get_orgallotspace_by_orgid($gid, 0, false); + //获取总空间 + if ($org['maxspacesize'] == 0) { + $maxspace = 0; + } else { + if ($org['maxspacesize'] == -1) { + $maxspace = -1; + } else { + $maxspace = $org['maxspacesize'] * 1024 * 1024; + } + } + }elseif($fileinfo['pfid'] == 0){ + $spaceinfo = dzzgetspace($uid); + $maxspace = $spaceinfo['maxspacesize']; + $usesize = $spaceinfo['usesize']; + } + } + + $fileinfo['type'] ='文件夹'; + $progress = set_space_progress($usesize, $maxspace); + //统计表数据 + $statis = C::t('resources_statis')->fetch_by_fid($fid); + $fileinfo['opendateline'] = ($statis['opendateline']) ? dgmdate($statis['opendateline'], 'Y-m-d H:i:s') : ''; + $fileinfo['editdateline'] = ($statis['editdateline']) ? dgmdate($statis['editdateline'], 'Y-m-d H:i:s') : ''; + $fileinfo['fdateline'] = ($foldeinfo['dateline']) ? dgmdate($foldeinfo['dateline'], 'Y-m-d H:i:s') : ''; + $fileinfo['fid'] = $fid; + $perms = get_permsarray();//获取所有权限 + //权限数据 + $perm = C::t('folder')->fetch_perm_by_fid($fid);//获取文件夹权限 + include template('mobile/attr_alltype'); + exit(); + }else if($rids){ + if (!is_array($rids)) $rids = explode(',', $rids); + $ridnum = count($rids); + if ($ridnum == 1) {//如果只有一个选中项,判断是否是文件夹 + $rid = $rids[0]; + $file = C::t('resources')->fetch_info_by_rid($rid); + if ($file['type'] == 'folder') + { + $perms = get_permsarray();//获取所有权限 + $gid = $file['gid']; + $fileinfo = C::t('resources')->get_property_by_rid($rid); + if($fileinfo['isgroup']){ + $org = C::t('organization')->fetch($gid); + //获取已使用空间 + $usesize = C::t('organization')->get_orgallotspace_by_orgid($gid, 0, false); + //获取总空间 + if ($org['maxspacesize'] == 0) { + $maxspace = 0; + } else { + if ($org['maxspacesize'] == -1) { + $maxspace = -1; + } else { + $maxspace = $org['maxspacesize'] * 1024 * 1024; + } + } + } + + $progress = set_space_progress($usesize, $maxspace); + $perm = C::t('folder')->fetch_perm_by_fid($file['oid']);//获取文件夹权限 + $fileinfo['fid'] = $file['oid']; + include template('mobile/attr_alltype'); + exit(); + } else { + $fileinfo = C::t('resources')->get_property_by_rid($rid); + if($fileinfo['isdelete'] && $fileinfo['pfid'] == -1){ + $pathrecord = DB::result_first("select pathinfo from %t where rid = %s",array('resources_recyle',$rid)); + $fileinfo['realpath'] = preg_replace('/dzz:(.+?):/', '', $pathrecord); + } + $fileinfo['dpath'] = dzzencode($rid); + $pfid = $fileinfo['pfid']; + $gid = $fileinfo['gid']; + $tags = C::t('resources_tag')->fetch_tag_by_rid($rid); + include template('mobile/attr_alltype'); + exit(); + } + } elseif ($ridnum > 1) {//如果是多项选中,则调对应综合文件信息 + $fileinfo = C::t('resources')->get_property_by_rid($rids); + include template('mobile/attr_alltype'); + exit(); + } + } +}else{ + include template('mobile/property'); + exit(); +} + + diff --git a/dzz/explorer/mobile/recent.php b/dzz/explorer/mobile/recent.php new file mode 100644 index 0000000..2716081 --- /dev/null +++ b/dzz/explorer/mobile/recent.php @@ -0,0 +1,97 @@ + 0 ? 'ASC' : "DESC"; + + //最近使用文件 + $explorer_setting = get_resources_some_setting(); + $recents = C::t('resources_statis')->fetch_recent_files_by_uid(); + $result = $data =$sortarr = array(); + $folderids=$folderdata=array(); + foreach($recents as $val){ + if($val = C::t('resources')->fetch_by_rid($val['rid'],false,true)){ + if(!$explorer_setting['useronperm'] && $val['gid'] == 0){ + continue; + } + if(!$explorer_setting['grouponperm'] && $val['gid'] > 0){ + if(DB::result_first("select `type` from %t where orgid = %d",array('organization',$val['gid'])) == 1){ + continue; + } + } + if(!$explorer_setting['orgonperm'] && $val['gid'] > 0){ + if(DB::result_first("select `type` from %t where orgid = %d",array('organization',$val['gid'])) == 0){ + continue; + } + } + $folderids[$val['pfid']]=$val['pfid']; + if($val['type']=='folder') { + $folderids[$val['oid']]=$val['oid']; + $val['filenum'] = $val['contaions']['contain'][0]; + $val['foldernum'] = $val['contaions']['contain'][1]; + }else{ + $val['monthdate'] = dgmdate($val['dateline'],'m-d'); + $val['hourdate'] = dgmdate($val['dateline'],'H:i'); + } + if($val['type'] == 'image'){ + $val['img'] = DZZSCRIPT.'?mod=io&op=thumbnail&width=45&height=45&path=' . dzzencode('attach::' . $val['aid']); + $val['imgpath'] = DZZSCRIPT.'?mod=io&op=thumbnail&size=large&path=' .dzzencode('attach::' . $val['aid']); + } + if($val['isdelete'] == 0){ + if($disp == 0) $sortarr[$val['rid']] = $val['name']; + elseif ($disp == 1) $sortarr[$val['rid']] = $val['size']; + elseif ($disp == 3) $sortarr[$val['rid']] = $val['dateline']; + $result[$val['rid']]=$val; + } + } + + } + //获取目录信息 + foreach($folderids as $fid){ + if($folder = C::t('folder')->fetch_by_fid($fid)) $folderdata[$fid] =$folder; + } + if($asc){ + asort($sortarr); + }else{ + arsort($sortarr); + } + foreach($sortarr as $k=>$v){ + $data[$k] = $result[$k]; + } + $folderjson = json_encode($folderdata); + //返回数据 + $return=array( + 'data'=>($data) ? $data:array(), + 'param'=>array( + 'disp'=>$disp, + 'view'=>$iconview, + 'bz'=>$bz, + 'datatotal'=>count($data), + 'asc'=>$asc, + 'keyword'=>$keyword, + 'localsearch'=>$bz?1:0 + ) + ); + $return = json_encode($return); + $return = str_replace("'","\'",$return); + include template('mobile/filelist'); + +}else{ + include template('mobile/recent'); +} \ No newline at end of file diff --git a/dzz/explorer/mobile/search.php b/dzz/explorer/mobile/search.php new file mode 100644 index 0000000..ff3675a --- /dev/null +++ b/dzz/explorer/mobile/search.php @@ -0,0 +1,205 @@ + 0 ? 'ASC' : "DESC"; + + $powerarr = perm_binPerm::getPowerArr(); + + switch ($disp) { + case 0: + $orderby = 'r.name'; + break; + case 1: + $orderby = 'r.size'; + break; + case 2: + $orderby = array('r.type', 'ext'); + break; + case 3: + $orderby = 'r.dateline'; + break; + + } + $ordersql = ''; + if (is_array($orderby)) { + foreach ($orderby as $key => $value) { + $orderby[$key] = $value . ' ' . $order; + } + $ordersql = ' ORDER BY ' . implode(',', $orderby); + } elseif ($orderby) { + $ordersql = ' ORDER BY ' . $orderby . ' ' . $order; + } + $wheresql = ' where 1'; + $param = array('resources', 'folder'); + if ($keyword && !preg_match('/^\s*$/', $keyword)) { + $kewordsarr = explode(',', $keyword); + $tids = C::t('tag')->fetch_tid_by_tagname($kewordsarr, 'explorer'); + $tagsql = ''; + if ($tids) { + $rids = C::t('resources_tag')->fetch_rid_by_tid($tids); + if(count($rids)){ + $tagsql = " r.rid in(%n)"; + $param[] = $rids; + } + + } + $keywordsqlarr = array(); + foreach ($kewordsarr as $v) { + $keywordsqlarr[] = " r.name like(%s) "; + $param[] = '%' . trim($v) . '%'; + } + if ($tagsql) { + $wheresql .= " and ($tagsql or (" . implode(' or ', $keywordsqlarr) . "))"; + } else { + $wheresql .= " and (" . implode(' or ', $keywordsqlarr) . ")"; + } + + } + if($cid){ + $cats = C::t('resources_cat')->fetch_by_id($cid); + if($cats['ext']){ + $extarr = explode(',',str_replace('.','',$cats['ext'])); + $wheresql .= " and r.ext IN (%n)"; + $param[]=$extarr; + } + if($cats['tag']){ + //查询标签表中有对应rid + if(!empty($tagsarr)){ + $trids = C::t('resources_tag')->fetch_rid_in_tid($tagsarr); + if(count($rids)){ + $wheresql .= " and r.rid IN (%n)"; + $param[]=$trids; + } + } + } + } + if($collect){ + $collects = C::t('resources_collect')->fetch_by_uid(); + if(count($collects)){ + $collectrids = array(); + foreach($collects as $v){ + $collectrids[] = $v['rid']; + } + $wheresql .= " and r.rid IN (%n)"; + $param[]=$collectrids; + } + } + $orgids = C::t('organization')->fetch_all_orgid();//获取所有有管理权限的部门 + $or = array(); + if (!$fid) { + //我的 + $or[] = "(r.gid=0 and r.uid=%d)"; + $param[] = $uid; + //我管理的群组或部门的文件 + if ($orgids['orgids_admin']) { + $or[] = "r.gid IN (%n)"; + $param[] = $orgids['orgids_admin']; + } + + if ($orgids['orgids_member']) { + $or[] = "(r.gid IN(%n) and ((f.perm_inherit & %d) OR (r.uid=%d and f.perm_inherit & %d)))"; + $param[] = $orgids['orgids_member']; + $param[] = $powerarr['read2']; + $param[] = $_G['uid']; + $param[] = $powerarr['read1']; + } + + + } else { + $folderinfo = C::t('folder')->fetch($fid); + if (($folderinfo['gid'] > 0 && C::t('organization_admin')->chk_memberperm($gid)) || !$folderinfo['gid']) {//如果具有管理员权限 + $wheresql .= ' and r.pfid = %d '; + $param[] = $fid; + } else { + $wheresql .= ' and r.pfid = %d and ((f.perm_inherit & %d) OR (r.uid=%d and f.perm_inherit & %d))'; + $param[] = $fid; + $param[] = $powerarr['read2']; + $param[] = $_G['uid']; + $param[] = $powerarr['read1']; + } + } + if ($or && !$fid) $wheresql .= " and (" . implode(' OR ', $or) . ")"; + $data = array(); + $foldersids = $folderdata = array(); + if ($total = DB::result_first("SELECT COUNT(*) FROM %t r LEFT JOIN %t f ON r.pfid=f.fid $wheresql", $param)) { + foreach (DB::fetch_all("SELECT r.rid FROM %t r LEFT JOIN %t f ON r.pfid=f.fid $wheresql $ordersql $limitsql", $param) as $value) { + if ($arr = C::t('resources')->fetch_by_rid($value['rid'])) { + $folderids[$value['pfid']] = $arr['pfid']; + if ($arr['type'] == 'folder') { + $folderids[$arr['oid']] = $arr['oid']; + if(empty($arr['contaions'])){ + $arr['contaions']=C::t('resources')->get_contains_by_fid($arr['oid']); + } + $arr['filenum'] = $arr['contaions']['contain'][0]; + $arr['foldernum'] = $arr['contaions']['contain'][1]; + } else { + $arr['monthdate'] = dgmdate($arr['dateline'], 'm-d'); + $arr['hourdate'] = dgmdate($arr['dateline'], 'H:i'); + } + if ($arr['type'] == 'image') { + $arr['img'] = DZZSCRIPT . '?mod=io&op=thumbnail&width=45&height=45&path=' . dzzencode('attach::' . $arr['aid']); + $arr['imgpath'] = DZZSCRIPT.'?mod=io&op=thumbnail&size=large&path=' .dzzencode('attach::' . $arr['aid']); + } + $data[$arr['rid']] = $arr; + } + } + //获取目录信息 + foreach ($folderids as $v) { + if ($folder = C::t('folder')->fetch_by_fid($v)) $folderdata[$v] = $folder; + } + } + + $disp = isset($_GET['disp']) ? intval($_GET['disp']) : intval($usersettings['disp']);//文件排序 + if (!isset($usersettings['iconview'])) $usersettings['iconview'] = 4; + $iconview = (isset($_GET['iconview']) ? intval($_GET['iconview']) : intval($usersettings['iconview']));//排列方式 + $next = false; + if (count($data) >= $perpage) { + $next = $page + 1; + } + $return = array( + 'total' => count($data)+$start, + 'data' => $data ? $data : array(), + 'folderdata' => $folderdata ? $folderdata : array(), + 'param' => array( + 'disp' => $disp, + 'view' => $iconview, + 'page' => $next, + 'perpage' => $perpage, + 'bz' => $bz, + 'datatotal' => count($data)+$start, + 'asc' => $asc, + 'keyword' => $keyword, + 'fid' => $fid, + 'cid'=>$cid, + 'collect'=>$collect, + 'localsearch' => $bz ? 1 : 0 + ), + ); + $return = json_encode($return); + $return = str_replace("'","\'",$return); + require template('mobile/filelist'); +} else { + require template('mobile/search'); +} +exit(); \ No newline at end of file diff --git a/dzz/explorer/mobile/share.php b/dzz/explorer/mobile/share.php new file mode 100644 index 0000000..6114a29 --- /dev/null +++ b/dzz/explorer/mobile/share.php @@ -0,0 +1,55 @@ + 0 ? 'ASC' : "DESC"; + switch ($disp) { + case 0: + $orderby = 'title'; + break; + case 1: + $orderby = 'downs'; + break; + case 2: + $orderby = 'views'; + break; + case 3: + $orderby = 'dateline'; + break; + case 4: + $orderby = 'endtime'; + break; + } + $ordersql = ''; + if (is_array($orderby)) { + foreach ($orderby as $key => $value) { + $orderby[$key] = $value . ' ' . $order; + } + $ordersql = ' ORDER BY ' . implode(',', $orderby); + } elseif ($orderby) { + $ordersql = ' ORDER BY ' . $orderby . ' ' . $order; + } + $data = C::t('shares')->fetch_all_share_file($limitsql, $ordersql); + $next = false; + if (count($data) >= $perpage) { + $next = $page + 1; + } + + require template('mobile/template_share_content'); + exit(); +}else{ + $total= C::t('shares')->fetch_all_share_file('', '',true); + require template('mobile/share'); +} +exit(); \ No newline at end of file diff --git a/dzz/explorer/mygroup.php b/dzz/explorer/mygroup.php new file mode 100644 index 0000000..92fed76 --- /dev/null +++ b/dzz/explorer/mygroup.php @@ -0,0 +1,190 @@ + 0 ? 'ASC' : "DESC"; + + switch ($disp) { + case 0: + $orderby = 'orgname'; + break; + case 1: + $orderby = 'dateline'; + break; + + } + $ordersql = ''; + if (is_array($orderby)) { + foreach ($orderby as $key => $value) { + $orderby[$key] = $value . ' ' . $order; + } + $ordersql = ' ORDER BY ' . implode(',', $orderby); + } elseif ($orderby) { + $ordersql = ' ORDER BY ' . $orderby . ' ' . $order; + } + $params = array('organization'); + $wheresql = ' where `type` = 1 '; + if (isset($_GET['search']) && $_GET['search'] && $_GET['search'] != 'all') { + $search = $_GET['search']; + $orgids = C::t('organization')->fetch_all_orgid();//获取所有有管理权限的部门 + if ($search == 'manage') { + $myorgid = array(); + foreach (DB::fetch_all("select ou.orgid from %t ou + left join %t o on ou.orgid= o.orgid + where ou.uid = %d and ou.admintype = %d and o.type = %d", array('organization_admin', 'organization', $uid, 1, 1)) as $v) { + $myorgid[] = $v['orgid']; + } + $wheresql .= " and orgid in(%n)"; + $params[] = $myorgid; + } elseif ($search == 'partake') { + $partorgids = array(); + //获取参与的群组 + foreach (DB::fetch_all("select u.orgid from %t u + left join %t o on u.orgid= o.orgid + where u.uid = %d and o.type = %d", array('organization_user', 'organization', $uid, 1, 1)) as $v) { + $partorgids[] = $v['orgid']; + } + //获取管理的群组并排除 + foreach (DB::fetch_all("select ou.orgid from %t ou + left join %t o on ou.orgid= o.orgid + where ou.uid = %d and o.type = %d", array('organization_admin', 'organization', $uid, 1)) as $v) { + if (in_array($v['orgid'], $partorgids)) { + $index = array_search($v['orgid'], $partorgids); + unset($partorgids[$index]); + } + } + $wheresql .= " and orgid in(%n)"; + $params[] = $partorgids; + } elseif ($search == 'my') { + $myorgid = array(); + foreach (DB::fetch_all("select ou.orgid from %t ou + left join %t o on ou.orgid= o.orgid + where ou.uid = %d and ou.admintype = %d and o.type = %d", array('organization_admin', 'organization', $uid, 2, 1)) as $v) { + $myorgid[] = $v['orgid']; + } + $wheresql .= " and orgid in(%n)"; + $params[] = $myorgid; + } + } else { + $wheresql .= " and orgid in(%n)"; + //获取用户所在群组id + $params[] = C::t('organization_user')->fetch_org_by_uid($uid, 1); + } + //日期筛选 + if (isset($_GET['after']) && $_GET['after']) { + $afterdate = strtotime($_GET['after']); + $wheresql .= " and dateline > %d"; + $params[] = $afterdate; + } + if (isset($_GET['before']) && $_GET['before']) { + $beforedate = strtotime($_GET['before']); + $wheresql .= " and dateline <= %d"; + $params[] = $beforedate; + } + $next = false; + $nextstart = $start + $limit; + if (DB::result_first("select count(*) from %t $wheresql $ordersql ", $params) > $nextstart) { + $next = $nextstart; + } + $groups = array(); + $explorer_setting = get_resources_some_setting(); + if ($explorer_setting['grouponperm']) { + foreach (DB::fetch_all("select * from %t $wheresql $ordersql $limitsql", $params) as $orginfo) { + if ($orginfo['syatemon'] == 0) {//系统管理员关闭群组 + continue; + } elseif ($orginfo['syatemon'] == 1 && $orginfo['manageon'] == 0 && C::t('organization_admin')->chk_memberperm($orginfo['orgid'], $uid) == 0) {//管理员关闭群组,当前用户不具备管理员权限 + continue; + } + $orginfo['usernum'] = C::t('organization_user')->fetch_usernums_by_orgid($orginfo['orgid']); + $orginfo['creater'] = C::t('organization_admin')->fetch_group_creater($orginfo['orgid']); + + if (intval($orginfo['aid']) > 0) { + //群组图 + $orginfo['imgs'] = 'index.php?mod=io&op=thumbnail&width=24&height=24&path=' . dzzencode('attach::' . $orginfo['aid']); + } + /* $contaions = C::t('resources')->get_contains_by_fid($orginfo['fid'], true); + $orginfo['ffsize'] = lang('property_info_size', array('fsize' => formatsize($contaions['size']), 'size' => $contaions['size'])); + $orginfo['contain'] = lang('property_info_contain', array('filenum' => $contaions['contain'][0], 'foldernum' => $contaions['contain'][1]));*/ + $groups[] = $orginfo; + } + + } + require template('mygroup_list'); +} else { + $limit = isset($_GET['perpage']) ? intval($_GET['perpage']) : 100;//默认每页条数 + $page = empty($_GET['page']) ? 0 : intval($_GET['page']);//页码数 + $start = $page;//开始条数 + $total = 0;//总条数 + $disp = isset($_GET['disp']) ? intval($_GET['disp']) : ''; + $limitsql = "limit $start,$limit"; + + $asc = isset($_GET['asc']) ? intval($_GET['asc']) : 1; + + $order = $asc > 0 ? 'ASC' : "DESC"; + + switch ($disp) { + case 0: + $orderby = 'orgname'; + break; + case 1: + $orderby = 'dateline'; + break; + + } + $ordersql = ''; + if (is_array($orderby)) { + foreach ($orderby as $key => $value) { + $orderby[$key] = $value . ' ' . $order; + } + $ordersql = ' ORDER BY ' . implode(',', $orderby); + } elseif ($orderby) { + $ordersql = ' ORDER BY ' . $orderby . ' ' . $order; + } + $next = false; + $nextstart = $start + $limit; + $explorer_setting = get_resources_some_setting(); + $groups = array(); +//获取用户坐在群组id + $orgids = C::t('organization_user')->fetch_org_by_uid($uid, 1); + if (DB::result_first("select count(*) from %t where orgid in(%n) $ordersql ", array('organization', $orgids)) > $nextstart) { + $next = $nextstart; + } + if ($explorer_setting['grouponperm']) { + foreach (DB::fetch_all("select * from %t where orgid in(%n) $ordersql $limitsql", array('organization', $orgids)) as $orginfo) { + if ($orginfo['syatemon'] == 0) {//系统管理员关闭群组 + continue; + } elseif ($orginfo['syatemon'] == 1 && $orginfo['manageon'] == 0 && C::t('organization_admin')->chk_memberperm($orginfo['orgid'], $uid) == 0) {//管理员关闭群组,当前用户不具备管理员权限 + continue; + } + + $orginfo['usernum'] = C::t('organization_user')->fetch_usernums_by_orgid($orginfo['orgid']); + $orginfo['creater'] = C::t('organization_admin')->fetch_group_creater($orginfo['orgid']); + + if (intval($orginfo['aid']) > 0) { + //群组图 + $orginfo['imgs'] = 'index.php?mod=io&op=thumbnail&width=24&height=24&path=' . dzzencode('attach::' . $orginfo['aid']); + } + /* $contaions = C::t('resources')->get_contains_by_fid($orginfo['fid']); + $orginfo['ffsize'] = lang('property_info_size', array('fsize' => formatsize($contaions['size']), 'size' => $contaions['size'])); + $orginfo['contain'] = lang('property_info_contain', array('filenum' => $contaions['contain'][0], 'foldernum' => $contaions['contain'][1]));*/ + $groups[] = $orginfo; + } + $groupsnumber = count($groups); + + } + require template('mygroup'); +} diff --git a/dzz/explorer/operation_file.php b/dzz/explorer/operation_file.php new file mode 100644 index 0000000..a60601b --- /dev/null +++ b/dzz/explorer/operation_file.php @@ -0,0 +1,165 @@ +recyle_by_rid($rid); + if(!empty($return)){ + showTips(array('success'=>true,'dels'=>$return),'json'); + }else{ + showTips(array('error'=>true),'json'); + } +}elseif($do == 'recoverfile'){//恢复文件 + if(isset($_GET['gid'])){//恢复群组文件 + $gid = intval($_GET['gid']); + $ids = array(); + foreach(C::t('resources_recyle')->fetch_by_gid($gid) as $v){ + $ids[] = $v['id']; + } + }elseif (isset($_GET['id'])){//多选恢复 + $id = $_GET['id']; + $ids = explode(',',$id); + }elseif (isset($_GET['recover']) && $_GET['recover']){//恢复回收站文件 + $ids = array(); + foreach(C::t('resources_recyle')->fetch_all_recycle_data() as $v){ + $ids[] = $v['id']; + } + } + $return = C::t('resources_recyle')->recover_file_by_id($ids); + if($return){ + showTips(array('success'=>true,'idarr'=>$return),'json'); + }else{ + showTips(array('error'=>true),'json'); + } +}elseif($do == 'deletefinally'){//彻底删除文件 + if(isset($_GET['gid'])){//清空群组回收站 + $gid = intval($_GET['gid']); + $ids = array(); + foreach(C::t('resources_recyle')->fetch_by_gid($gid) as $v){ + $ids[] = $v['id']; + + } + }elseif (isset($_GET['id'])){//多选删除 + $id = $_GET['id']; + $ids = explode(',',$id); + }elseif (isset($_GET['empty']) && $_GET['empty']){//清空回收站 + $ids = array(); + $rids[] = array(); + foreach(C::t('resources_recyle')->fetch_all_recycle_data() as $v){ + $ids[] = $v['id']; + } + } + $return = C::t('resources_recyle')->delete_by_id($ids); + if($return){ + showTips(array('success'=>true,'idarr'=>$return),'json'); + }else{ + showTips(array('error'=>true,'msg'=>$return['error']),'json'); + } +}elseif($do == 'rename'){//更改名字 + $rid = isset($_GET['rid']) ? trim($_GET['rid']):''; + $newname = isset($_GET['newname']) ? trim($_GET['newname']):''; + $return = C::t('resources')->rename_by_rid($rid,$newname); + if($return['newname']){ + $statisarr = array( + 'comments'=>1, + 'views'=>0, + 'downs'=>0, + ); + C::t('resources_statis')->add_statis($rid,$setarr); + showTips(array('newname'=>$return['newname']),'json'); + }else{ + showTips(array('error'=>true,'msg'=>$return['error']),'json'); + } +}elseif($do == 'emptycollect'){//清空收藏 + $empty = isset($_GET['empty']) ? $_GET['empty']:''; + if(C::t('resources_collect')->delete_by_uid()){ + showTips(array('success'=>true),'json'); + }else{ + showTips(array('error'=>true),'json'); + } +}elseif($do == 'copyfile'){//复制或剪切文件 + $rid = isset($_GET['rid']) ? trim($_GET['rid']):''; + $copytype = isset($_GET['copytype']) ? intval($_GET['copytype']):1; + $return = C::t('resources_clipboard')->insert_data($rid,$copytype); + if(!$return['error']){ + showTips(array('success'=>true,$rid=>$return),'json'); + }else{ + showTips(array('error'=>true,'msg'=>$return['error']),'json'); + } +}elseif($do == 'pastefile'){//粘贴文件 + $rid = isset($_GET['rid']) ? trim($_GET['rid']):''; + $rids = isset($_GET['rids']) ? trim($_GET['rids']):''; + + $ridarr = explode(',',$rid); + $infoarr = C::t('resources')->fetch_by_rid($ridarr[0]); + if(!perm_check::checkperm_Container($infoarr['pfid'],'upload')){ + return false; + }else{ + if($copyinfo = DB::fetch_first("select * from %t where uid = %d",array('resources_clipboard',$uid))){ + $iscopy = ($copyinfo['copytype'] == 2) ? false:true; + }else{ + return false; + } + $ridsarr = explode(',',$rids); + $return = array(); + foreach($ridsarr as $v){ + $return[]=IO::copyTo($v,$infoarr['pfid'],$iscopy); + } + if($return){ + C::t('resources_clipboard')->delete_by_uid(); + } + include template('clipboard'); + + exit(); + } +}elseif($do =='downfile'){//下载文件 + $rid = isset($_GET['rid']) ? trim($_GET['rid']):''; + $rids = explode(',',$rid); + IO::download($rids,''); +}elseif($do == 'addstatis'){//统计操作 + $rid = isset($_GET['rid']) ? $_GET['rid']:''; + $flag = isset($_GET['flag']) ? $_GET['flag']:''; + $setarr = array( + 'views'=>0, + 'downs'=>0, + 'edits'=>0 + ); + if($flag) $setarr[$flag] = 1; + if(C::t('resources_statis')->add_statis($rid,$setarr)){ + exit(json_encode(array('success'=>true))); + }else{ + exit(json_encode(array('error'=>true))); + } + +}elseif($do == 'uploadnewVersion'){ + $rid = isset($_GET['rid']) ? $_GET['rid']:''; + $setarr = array( + 'uid'=>$uid, + 'username'=>getglobal('username'), + 'vname'=>getstr($_GET['name']), + 'aid'=>intval($_GET['aid']), + 'size'=>intval($_GET['size']), + 'ext'=>$_GET['ext'], + 'dateline'=>TIMESTAMP + ); + $return = C::t('resources_version')->add_new_version_by_rid($rid,$setarr); + if($return['error']){ + exit(json_encode(array('error'=>$return['error']))); + }else{ + $statisdata = array( + 'uid'=>getglobal('uid'), + 'edits'=>1, + 'editdateline'=>TIMESTAMP + ); + C::t('resources_statis')->add_statis_by_rid($rid,$statisdata); + $resources = C::t('resources')->fetch_by_rid($rid); + $event = C::t('resources_event')->fetch_by_ridlast($rid); + exit(json_encode(array('success'=>true,'data'=>$return,'filedata'=>$resources,'eventdata'=>$event))); + } +} \ No newline at end of file diff --git a/dzz/explorer/orgtree.php b/dzz/explorer/orgtree.php new file mode 100644 index 0000000..a7a1f05 --- /dev/null +++ b/dzz/explorer/orgtree.php @@ -0,0 +1,163 @@ +ismoderator_by_uid_orgid($id,$_G['uid']); + + if(!$moderator || $ismoderator){ + $disable=''; + $type='user'; + }else{ + $disable='"disabled":true,'; + $type="disabled"; + } + if($id){ + $icon='dzz/system/images/department.png'; + }else{ + $icon='dzz/system/images/organization.png'; + } + $data=array(); + if($_GET['id']=='#'){ + //if($_G['adminid']!=1) $topids=C::t('organization_admin')->fetch_toporgids_by_uid($_G['uid']); + foreach(C::t('organization')->fetch_all_by_forgid($id) as $value){ + //if($_G['adminid']!=1 && !in_array($value['orgid'],$topids)) continue; + if(!$moderator || C::t('organization_admin')->ismoderator_by_uid_orgid($value['orgid'],$_G['uid'])){ + $orgdisable=false; + $orgtype='organization'; + }else{ + $orgdisable=true; + $orgtype='disable'; + } + $data[]=array('id'=>$value['orgid'],'text'=>$value['orgname'],'icon'=>$icon,'state'=>array('disabled'=>$orgdisable),"type"=>$orgtype,'children'=>true); + } + + $data[]=array('id'=>'other','text'=>$zero,'icon'=>'dzz/system/images/department.png','state'=>array('disabled'=>$disable),"type"=>($type=="disabled")?$type:'default','children'=>true); + + }else{ + //获取用户列表 + + if(!$id){ + if((!$moderator && !$nouser) || (!$nouser && $moderator && $ismoderator)){ + foreach(C::t('organization_user')->fetch_user_not_in_orgid($limit) as $value){ + $data[]=array('id'=>'uid_'.$value['uid'],'text'=>$value['username'].''.$value['email'].'','icon'=>'dzz/system/images/user.png','state'=>array('disabled'=>$disable),"type"=>$type,'li_attr'=>array('uid'=>$value['uid'])); + } + } + }else{ + foreach(C::t('organization')->fetch_all_by_forgid($id) as $value){ + if(!$moderator || C::t('organization_admin')->ismoderator_by_uid_orgid($value['orgid'],$_G['uid'])){ + $orgdisable=''; + $orgtype='organization'; + }else{ + $orgdisable='"disabled":true,'; + $orgtype='disabled'; + } + $data[]=array('id'=>$value['orgid'],'text'=>$value['orgname'],'icon'=>$icon,'state'=>array('disabled'=>$orgdisable),"type"=>$orgtype,'children'=>true); + + } + if((!$moderator && !$nouser) || (!$nouser && $moderator && $ismoderator)){ + foreach(C::t('organization_user')->fetch_user_by_orgid($id,$limit) as $value){ + $data[]=array('id'=>'orgid_'.$value['orgid'].'_uid_'.$value['uid'],'text'=>$value['username'].''.$value['email'].'','icon'=>'dzz/system/images/user.png','state'=>array('disabled'=>$disable),"type"=>$type,'li_attr'=>array('uid'=>$value['uid'])); + } + } + } + } + + /*$list=array(); + $limit=0; + $html=''; + + if($id){ + + $icon='dzz/system/images/department.png'; + }else{ + $icon='dzz/system/images/organization.png'; + } + $data=array(); + if($_GET['id']=='#'){ + //$data[]=array('id'=>'#','text'=>'全部',"type"=>'organization','children'=>true); + foreach(C::t('organization')->fetch_all_by_forgid($id) as $value){ + if(C::t('organization_admin')->ismoderator_by_uid_orgid($value['orgid'],$_G['uid'])){ + $orgtype='organization'; + } + $data[]=array('id'=>$value['orgid'],'text'=>$value['orgname'],'icon'=>$icon,"type"=>'organization','children'=>true); + } + + $data[]=array('id'=>'other','text'=>'无机构用户','icon'=>'dzz/system/images/department.png',"type"=>'department','children'=>true); + + }else{ + //获取用户列表 + if(!$id ){ + if(!$nouser){ + foreach(C::t('organization_user')->fetch_user_not_in_orgid($limit) as $value){ + $data[]=array('id'=>'uid_'.$value['uid'],'text'=>$value['username'],'icon'=>'dzz/system/images/user.png',"type"=>'user','li_attr'=>array('uid'=>$value['uid'])); + } + } + }else{ + foreach(C::t('organization')->fetch_all_by_forgid($id) as $value){ + $data[]=array('id'=>$value['orgid'],'text'=>$value['orgname'],'icon'=>'dzz/system/images/department.png',"type"=>'organization','children'=>true); + + } + if(!$nouser){ + foreach(C::t('organization_user')->fetch_user_by_orgid($id,$limit) as $value){ + $data[]=array('id'=>'orgid_'.$value['orgid'].'_uid_'.$value['uid'],'text'=>$value['username'].'','icon'=>'dzz/system/images/user.png',"type"=>'user','li_attr'=>array('uid'=>$value['uid'])); + } + } + } + + }*/ + exit(json_encode($data)); +}elseif($_GET['do']=='search'){ + $nouser=intval($_GET['nouser']); + $str=trim($_GET['str']); + $str='%'.$str.'%'; + $sql="username LIKE %s"; + $sql_org="orgname LIKE %s"; + //搜索用户 + $data=array('other'); + if(!$nouser){ + $uids=array(); + foreach(DB::fetch_all("select * from %t where $sql ",array('user',$str)) as $value){ + $uids[]=$value['uid']; + $data['uid_'.$value['uid']]='uid_'.$value['uid']; + } + $orgids=array(); + foreach($orgusers=C::t('organization_user')->fetch_all_by_uid($uids) as $value){ + $data['uid_'.$value['uid']]='orgid_'.$value['orgid'].'_uid_'.$value['uid']; + $orgids[]=$value['orgid']; + } + } + foreach(DB::fetch_all("select orgid from %t where $sql_org",array('organization',$str)) as $value){ + $orgids[]=$value['orgid']; + } + $orgids=array_unique($orgids); + foreach($orgids as $orgid){ + $uporgids= C::t('organization')->fetch_parent_by_orgid($orgid,true); + foreach($uporgids as $value){ + $data[$value]=$value; + } + } + $temp=array(); + foreach($data as $value){ + $temp[]=$value; + } + exit(json_encode($temp)); +} +include template('orgtree'); + +?> diff --git a/dzz/explorer/recent.php b/dzz/explorer/recent.php new file mode 100644 index 0000000..c6be9fe --- /dev/null +++ b/dzz/explorer/recent.php @@ -0,0 +1,118 @@ + 0 ? 'ASC' : "DESC"; + + switch ($disp) { + case 0: + $orderby = 'filename'; + break; + case 1: + $orderby = 'size'; + break; + case 2: + $orderby = 'type'; + break; + case 3: + $orderby = 'dateline'; + break; + + } + $ordersql=''; + if(is_array($orderby)){ + foreach($orderby as $key=>$value){ + $orderby[$key]=$value.' '.$order; + } + $ordersql=' ORDER BY '.implode(',',$orderby); + }elseif($orderby){ + $ordersql=' ORDER BY '.$orderby.' '.$order; + } + //最近使用文件 + $explorer_setting = get_resources_some_setting(); + $recents = C::t('resources_statis')->fetch_recent_files_by_uid(); + $data=array(); + $folderids=$folderdata=array(); + foreach($recents as $val){ + if($val = C::t('resources')->fetch_by_rid($val['rid'])){ + if(!$explorer_setting['useronperm'] && $val['gid'] == 0){ + continue; + } + if(!$explorer_setting['grouponperm'] && $val['gid'] > 0){ + if(DB::result_first("select `type` from %t where orgid = %d",array('organization',$val['gid'])) == 1){ + continue; + } + } + if(!$explorer_setting['orgonperm'] && $val['gid'] > 0){ + if(DB::result_first("select `type` from %t where orgid = %d",array('organization',$val['gid'])) == 0){ + continue; + } + } + $folderids[$val['pfid']]=$val['pfid']; + if($val['type']=='folder') $folderids[$val['oid']]=$val['oid']; + if($val['isdelete'] == 0){ + $data[$val['rid']]=$val; + } + + } + + } + //获取目录信息 + foreach($folderids as $fid){ + if($folder = C::t('folder')->fetch_by_fid($fid)) $folderdata[$fid] =$folder; + } + + $disp = isset($_GET['disp']) ? intval($_GET['disp']) : 0;//文件排序 + $iconview=isset($_GET['iconview']) ? intval($_GET['iconview']):4;//排列方式 + if ($data === null) { + $data = array(); + } + if(count($data) >= $perpage){ + $total = $start + $perpage*2 -1; + }else{ + $total = $start + count($data); + } + if(!$json_data=json_encode($data)) $data=array(); + if(!$json_data=json_encode($foldedata)) $folderdata=array(); + //返回数据 + $return=array( + 'sid'=>$sid, + 'total'=>$total, + + 'data'=>$data?$data:array(), + 'folderdata'=>$folderdata?$folderdata:array(), + 'param'=>array( + 'disp'=>$disp, + 'view'=>$iconview, + 'page'=>$page, + 'perpage'=>$perpage, + 'bz'=>$bz, + 'total'=>$total, + 'asc'=>$asc, + 'keyword'=>$keyword, + 'tags'=>'', + 'exts'=>'', + 'localsearch'=>$bz?1:0 + ) + ); + exit(json_encode($return)); + +}else{ + include template('recent_content'); +} \ No newline at end of file diff --git a/dzz/explorer/recycle.php b/dzz/explorer/recycle.php new file mode 100644 index 0000000..5871df7 --- /dev/null +++ b/dzz/explorer/recycle.php @@ -0,0 +1,178 @@ +fetch_all_user_setting(); + $sid=htmlspecialchars($_GET['sid']); + //分页 + $limit=isset($_GET['perpage'])?intval($_GET['perpage']):20;//默认每页条数 + $page = empty($_GET['page'])?1:intval($_GET['page']);//页码数 + $start = ($page-1)*$limit;//开始条数 + $disp = isset($_GET['disp']) ? intval($_GET['disp']) : ($usersettings['recycledisp'] ? $usersettings['recycledisp'] : 4); + + $keyword = isset($_GET['keyword']) ? urldecode($_GET['keyword']) : ''; + + $asc = (isset($_GET['asc'])) ? intval($_GET['asc']):1; + + $order = $asc > 0 ? 'ASC' : "DESC"; + + switch ($disp) { + case 0: + $orderby = 'r.name'; + break; + case 1: + $orderby = 'r.size'; + break; + case 2: + $orderby = 're.pfid'; + break; + case 3: + $orderby = 're.uid'; + break; + case 4: + $orderby = 're.deldateline'; + break; + + } + $ordersql=''; + if(is_array($orderby)){ + foreach($orderby as $key=>$value){ + $orderby[$key]=$value.' '.$order; + } + $ordersql=' ORDER BY '.implode(',',$orderby); + }elseif($orderby){ + $ordersql=' ORDER BY '.$orderby.' '.$order; + } + $condition = array(); + + //文件夹id + if(!empty($_GET['fids']) && $_GET['fids']){ + $pfid= intval($_GET['fids']); + //查询文件夹下级fid + $fids[] = $pfid; + foreach(C::t('folder')->fetch_all_folderfid_by_pfid($pfid) as $v){ + $fids[] = $v; + } + if(count($fids) > 1){ + $condition['re.pfid'] = array($fids, 'in', 'and'); + }else{ + $condition['re.pfid'] = array($pfid); + } + } + //如果接受到的是群组id + if(!empty($_GET['gid']) && $_GET['gid']){ + $gid= intval($_GET['gid']); + //获取下级有权限的gid处理 + $gids = C::t('organization')->get_childorg_by_orgid($gid); + //如果有下级,即orgid数量大于1 + if(count($gids) > 1){ + $condition['re.gid'] = array($gids, 'in', 'and'); + }else{ + $condition['re.gid'] = array($gid); + } + + } + //时间范围 + if(!empty($_GET['after']) && $_GET['after']){ + $startdate = strtotime($_GET['after']); + $condition[] = array(' re.deldateline > ' . $startdate, 'stringsql', 'and'); + } + if(!empty($_GET['before']) && $_GET['before']){ + $enddate = strtotime($_GET['before']); + $condition[] = array(' re.deldateline <= ' . $enddate, 'stringsql', 'and'); + + } + $data = C::t('resources_recyle')->fetch_all_recycle($start,$limit,$condition,$ordersql); + if ($data !== null && is_array($data)) { + if (count($data) >= $limit) { + $total = $start + $limit * 2 - 1; + } else { + $total = $start + count($data); + } + } else { + // 处理 $data 为 null 或无效的情况 + $total = $start; // 或者其他合适的默认值 + } + $disp = isset($_GET['disp']) ? intval($_GET['disp']) : intval($usersettings['recycledisp']);//文件排序 + $iconview=(isset($_GET['iconview'])) ? intval($_GET['iconview']) : intval($usersettings['recycleiconview']);//排列方式 + if(!$json_data=json_encode($data)) $data=array(); + if(!$json_data=json_encode($folderdata)) $folderdata=array(); + //返回数据 + $return=array( + 'sid'=>$sid, + 'total'=>$total, + 'data'=>$data?$data:array(), + 'folderdata'=>$folderdata?$folderdata:array(), + 'param'=>array( + 'disp'=>$disp, + 'view'=>$iconview, + 'page'=>$page, + 'perpage'=>$perpage, + 'bz'=>$bz, + 'total'=>$total, + 'asc'=>$asc, + 'keyword'=>$keyword, + 'tags'=>$tags, + 'exts'=>$exts, + 'localsearch'=>$bz?1:0, + 'fid'=>'', + ) + ); + exit(json_encode($return)); +}else{ + //分页 + $limit=isset($_GET['perpage'])?intval($_GET['perpage']):20;//默认每页条数 + $page = empty($_GET['page'])?0:intval($_GET['page']);//页码数 + $start = $page;//开始条数 + $limitsql = "limit $start,$perpage"; + $disp = isset($_GET['disp']) ? intavel($_GET['disp']):3; + + $keyword = isset($_GET['keyword']) ? urldecode($_GET['keyword']) : ''; + + $asc = (isset($_GET['asc'])) ? intval($_GET['asc']):1; + + $order = $asc > 0 ? 'ASC' : "DESC"; + + switch ($disp) { + case 0: + $orderby = 'r.name'; + break; + case 1: + $orderby = 'r.size'; + break; + case 2: + $orderby = 'r.pfid'; + break; + case 3: + $orderby = 're.uid'; + break; + case 4: + $orderby = 're.deldateline'; + break; + + } + $ordersql=''; + if(is_array($orderby)){ + foreach($orderby as $key=>$value){ + $orderby[$key]=$value.' '.$order; + } + $ordersql=' ORDER BY '.implode(',',$orderby); + }elseif($orderby){ + $ordersql=' ORDER BY '.$orderby.' '.$order; + } + //我的 + $explorer_setting = get_resources_some_setting(); + if($explorer_setting['useronperm']){ + $fid = C::t('folder')->fetch_fid_by_flag('home'); + $homearr = array('fid'=>$fid,'name'=>lang('explorer_user_root_dirname')); + } + //我参与的群组 + $manageorg= C::t('organization')->fetch_all_part_org(); +} +require template('recyle_content'); diff --git a/dzz/explorer/searchFile.php b/dzz/explorer/searchFile.php new file mode 100644 index 0000000..eb13133 --- /dev/null +++ b/dzz/explorer/searchFile.php @@ -0,0 +1,385 @@ +fetch_all_user_setting(); +$explorer_setting = get_resources_some_setting(); +if($do == 'filelist'){ + include libfile('function/use'); + $searchtype = isset($_GET['searchtype']) ? trim($_GET['searchtype']):''; + $searchtypearr = explode('&',$searchtype); + $searcharr = array(); + foreach($searchtypearr as $v){ + $searchtemp = explode('=',$v); + if($searchtemp[1] != 'all'){ + $searcharr[$searchtemp[0]] = $searchtemp[1]; + } + } + $perpage = isset($_GET['perpage']) ? intval($_GET['perpage']) : 100;//默认每页条数 + $page = empty($_GET['page']) ? 1 : intval($_GET['page']);//页码数 + $start = ($page - 1) * $perpage;//开始条数 + $total = 0;//总条数 + $disp = intval($_GET['disp']); + $sid = empty($_GET['sid']) ? 0 : $_GET['sid'];//id + $marker = empty($_GET['marker']) ? '' : trim($_GET['marker']); + $data = array(); + + $limitsql = "limit $start,$perpage"; + + $keyword = isset($_GET['keyword']) ? urldecode($_GET['keyword']) : ''; + + $asc = intval($_GET['asc']); + + $order = $asc > 0 ? 'ASC' : "DESC"; + + $powerarr = perm_binPerm::getPowerArr(); + + switch ($disp) { + case 0: + $orderby = 'name'; + break; + case 1: + $orderby = 'size'; + break; + case 2: + $orderby = array('type', 'ext'); + break; + case 3: + $orderby = 'dateline'; + break; + + } + $ordersql = ''; + if (is_array($orderby)) { + foreach ($orderby as $key => $value) { + $orderby[$key] = $value . ' ' . $order; + } + $ordersql = ' ORDER BY ' . implode(',', $orderby); + } elseif ($orderby) { + $ordersql = ' ORDER BY ' . $orderby . ' ' . $order; + } + $wheresql = ' where 1'; + $folderdata = array(); + $folderids = array(); + $conditions = array(); + //文件位置标志条件 [isdelete,isstarred] + $param = array('resources', 'folder'); + if (!empty($searcharr['flagval']) && $searcharr['flagval']) { + $conditions['flag'] = explode(',',$searcharr['flagval']); + if (in_array('isdelete',$conditions['flag'])) { + $wheresql .= " and r.pfid = '-1'"; + $param = array('resources', 'resources_recyle'); + } + if (in_array('isstarred',$conditions['flag'])) { + $rids = C::t('resources_collect')->fetch_rid_by_uid(); + $ridarr = array(); + foreach($rids as $v){ + $ridarr[] = $v['rid']; + } + $wheresql .= " and r.rid IN (%n)"; + $param[] = $ridarr; + } + }else{ + $wheresql .= " and (r.isdelete < 1)"; + } + $orgids = C::t('organization')->fetch_all_orgid();//获取所有有管理权限的部门 + $or = array(); +//文件名条件 + if (!empty($searcharr['keywords']) && $searcharr['keywords'] && !preg_match('/^\s*$/',$searcharr['keywords'])) { + $conditions['keywords'] = trim($searcharr['keywords']); + $kewordsarr = explode(',',$conditions['keywords']); + + $tids = C::t('tag')->fetch_tid_by_tagname($kewordsarr,'explorer'); + $tagsql = ''; + if($tids){ + $rids = C::t('resources_tag')->fetch_rid_by_tid($tids); + $tagsql = " r.rid in(%n)"; + $param[] = $rids; + } + $keywordsqlarr = array(); + foreach($kewordsarr as $v){ + $keywordsqlarr[] = " r.name like(%s) "; + $param[] = '%' . trim($v) . '%'; + } + if($tagsql){ + $wheresql .= " and ($tagsql or (".implode(' or ',$keywordsqlarr)."))"; + }else{ + $wheresql .= " and (".implode(' or ',$keywordsqlarr).")"; + } + + } +//文件类型条件 如document + if (!empty($searcharr['type']) && $searcharr['type']) { + $conditions['type'] = trim($searcharr['type']); + if($conditions['type'] == 'folder'){ + $wheresql .= " and r.type = %s and r.flag not in(%n)"; + $param[] = $conditions['type']; + $param[] = array('document','recycle'); + }else{ + $typestr = parsefileType($conditions['type']); + $wheresql .= " and r.ext IN (%n)"; + $param[] = $typestr; + } + }else{//排除特殊目录 + $wheresql .= " and r.flag not in(%n) and r.type != %s"; + $param[] = array('document','recycle'); + $param[] = 'app'; + + } + +//开始时间 + if (!empty($searcharr['after']) && $searcharr['after']) { + $conditions['after'] = strtotime($searcharr['after']); + $wheresql .= " and r.dateline > %d"; + $param[] = $conditions['after']; + } + +//结束时间 + if (!empty($searcharr['before']) && $searcharr['before']) { + $conditions['before'] = strtotime($_GET['before']); + $wheresql .= " and r.dateline < %d"; + $param[] = $conditions['before']; + } + $explorer_setting = get_resources_some_setting(); + $permsql = ' 1 '; +//文件位置条件 [1,2,3] + if (!empty($searcharr['fid']) && $searcharr['fid']) { + $conditions['fid'] = $searcharr['fid']; + $condition['fid'] = explode(',',$conditions['fid']); + $fids = $condition['fid']; + $gids = array(); + foreach(DB::fetch_all("select gid,fid from %t where fid in(%n)",array('folder',$fids)) as $v){ + if($v['gid'] > 0){ + $gids[] = $v['gid']; + $index = array_search($v['fid'],$fids); + unset($fids[$index]); + } + } + $groupsql = ''; + if($gids){ + $orgs = array(); + foreach($gids as $v){ + foreach(C::t('organization')->get_all_contaionchild_orgid($v,$uid) as $val){ + $orgs[] = $val; + } + } + foreach(DB::fetch_all('select orgid,diron from %t where orgid in(%n)',array('organization',$orgs)) as $v){ + if($v['diron'] == 0){ + $index = array_search($v['orgid'],$orgs); + unset($orgs[$index]); + } + if(isset($conditions['flag']) && in_array('isdelete',$conditions['flag']) && C::t('organization_admin')->chk_memberperm($v['orgid'],$uid)< 1){ + $index = array_search($v['orgid'],$orgs); + unset($orgs[$index]); + } + } + if(count($orgs)){ + if (isset($conditions['flag']) && in_array('isdelete',$conditions['flag'])) { + if ($orgs) { + $groupsql = "(r.gid IN(%n) and re.uid = %d)"; + $param[] = $orgs; + $param[] = $uid; + } + }else{ + $groupsql = " (r.gid IN(%n) and ((f.perm_inherit & %d) OR (r.uid=%d and f.perm_inherit & %d)))"; + $param[] = $orgs; + $param[] = $powerarr['read2']; + $param[] = $_G['uid']; + $param[] = $powerarr['read1']; + } + + } + } + $fidsql = ''; + + if(count($fids)){ + $fidsql = " (r.gid=0 and r.uid = %d)"; + $param[] = $uid; + } + if($groupsql){ + if($fidsql){ + $permsql .= ' and ('.$groupsql.' or '. $fidsql.')'; + }else{ + $permsql .= ' and ('.$groupsql.')'; + } + }elseif($fidsql){ + $permsql .= ' and '.$fidsql; + } + $condition['uid'] = 2; + } + +//所有者条件 如self,[1,2,3] + if (!empty($searcharr['uid']) && $searcharr['uid']) { + $conditions['uid'] = $searcharr['uid']; + //我的 + if ($conditions['uid'] == 'self' && $explorer_setting['useronperm']) { + $or[] = " (r.gid=0 and r.uid=%d)"; + $param[] = $uid; + $condition['uid'] = 2;//只限制用户不再限制群组 + } elseif ($conditions['uid'] == 'noself') { + $permsql .= " and r.uid != %d "; + $param[] = $uid; + $condition['uid'] = 1; + }elseif($conditions['uid'] == 'all'){ + $condition['uid'] = ''; + } else{ + $condition['uid'] = explode(',',$conditions['uid']); + $permsql .= " and r.uid IN (%n) "; + $param[] = $condition['uid']; + } + } + +//如果没有文件fid限制或者需要限制群组id ($condition['uid'] == 2表示只需要用户限制) + if($condition['uid'] != 2) { + //如果筛选条件没有用户限制 + if (!isset($condition['uid']) && !$condition['uid'] && $explorer_setting['useronperm']) { + //用户自己的文件; + $or[] = "(r.gid=0 and r.uid=%d)"; + $param[] = $uid; + } + } + if(!$condition['fid']){ + //我管理的群组或部门的文件 + if ($orgids['orgids_admin']) { + $or[] = "r.gid IN (%n)"; + $param[] = $orgids['orgids_admin']; + } + //我参与的群组的文件 + if (isset($conditions['flag']) && in_array('isdelete',$conditions['flag'])) { + if ($orgids['orgids_member']) { + $or[] = "(r.gid IN(%n) and re.uid = %d)"; + $param[] = $orgids['orgids_member']; + $param[] = $uid; + } + }else{ + if ($orgids['orgids_member']) { + $or[] = "(r.gid IN(%n) and ((f.perm_inherit & %d) OR (r.uid=%d and f.perm_inherit & %d)))"; + $param[] = $orgids['orgids_member']; + $param[] = $powerarr['read2']; + $param[] = $_G['uid']; + $param[] = $powerarr['read1']; + } + } + + } + if (!empty($or)) { + if (!$condition['fid']) { + $permsql .= " and (" . implode(' OR ', $or) . ")"; + } else { + $permsql .= " or (" . implode(' OR ', $or) . ")"; + } + } + + + $wheresql .= ' and ('.$permsql.')'; + $data = array(); + $foldersids = $folderdata = array(); + $conditions = array_filter($conditions); + if (isset($conditions['flag']) && in_array('isdelete',$conditions['flag'])) { + $countsql = 'SELECT COUNT(*) FROM %t r LEFT JOIN %t re ON r.rid=re.rid'; + $sql = 'SELECT r.rid FROM %t r LEFT JOIN %t re ON r.rid=re.rid'; + }else{ + $countsql = 'SELECT COUNT(*) FROM %t r LEFT JOIN %t f ON r.pfid=f.fid'; + $sql = 'SELECT r.rid FROM %t r LEFT JOIN %t f ON r.pfid=f.fid'; + } + //如果搜索条件为空,不执行搜索 + if(!empty($conditions)){ + if ($total = DB::result_first("$countsql $wheresql", $param)) { + foreach (DB::fetch_all("$sql $wheresql $ordersql $limitsql", $param) as $value) { + if ($arr = C::t('resources')->fetch_by_rid($value['rid'])) { + if($arr['isdelete']) $arr['relpath'] = lang('explorer_recycle_name'); + $data[$arr['rid']] = $arr; + $folderids[$value['pfid']] = $arr['pfid']; + if ($arr['type'] == 'folder') $folderids[$arr['oid']] = $arr['oid']; + } + } + //获取目录信息 + foreach ($folderids as $fid) { + if ($folder = C::t('folder')->fetch_by_fid($fid)) $folderdata[$fid] = $folder; + } + } + } + $disp = isset($_GET['disp']) ? intval($_GET['disp']) : intval($usersettings['disp']);//文件排序 + if(!isset($usersettings['iconview'])) $usersettings['iconview'] = 4; + $iconview = (isset($_GET['iconview']) ? intval($_GET['iconview']) : intval($usersettings['iconview']));//排列方式 + if(count($data) >= $perpage){ + $total = $start + $perpage*2 -1; + }else{ + $total = $start + count($data); + } + if (!$json_data = json_encode($data)) $data = array(); + if (!$json_data = json_encode($folderdata)) $folderdata = array(); +//返回数据 + $return = array( + 'sid' => $sid, + 'total' => $total, + + 'data' => $data ? $data : array(), + 'folderdata' => $folderdata ? $folderdata : array(), + 'param' => array( + 'disp' => $disp, + 'view' => $iconview, + 'page' => $page, + 'perpage' => $perpage, + 'bz' => $bz, + 'total' => $total, + 'asc' => $asc, + 'keyword' => $keyword, + 'localsearch' => $bz ? 1 : 0 + ), + 'conditions' => $conditions + ); + exit(json_encode($return)); +}elseif($do == 'getsearchval'){ + $uids = isset($_GET['uid']) ? $_GET['uid']:''; + $fids = isset($_GET['fid']) ? $_GET['fid']:''; + $usernamearr = array(); + foreach(DB::fetch_all("select uid,username from %t where uid in(%n)", array('user',$uids)) as $v){ + $usernamearr[$v['uid']]= $v['username']; + } + $foldername = array(); + foreach(DB::fetch_all("select fname,gid from %t where fid in(%n)", array('folder',$fids)) as $v){ + if($v['gid'] > 0){ + $type = DB::result_first("select `type` from %t where orgid = %d",array('organization',$v['gid'])); + $foldername[] = ($type == 1) ? $v['fname'].'(群组)':$v['fname'].'(机构)'; + }else{ + $foldername[]= $v['fname']; + } + + } + exit(json_encode(array('folder'=>$foldername,'user'=>$usernamearr))); +}elseif($do == 'parseinputcondition'){ + $foldernames = isset($_GET['foldername']) ? trim($_GET['foldername']) :''; + $usernames = isset($_GET['username']) ? trim($_GET['username']) :''; + $uids = array(); + $fids = array(); + if($foldernames){ + $orgs = C::t('organization')->fetch_all_orggroup($uid);//机构群组 + $groupinfo = C::t('organization')->fetch_group_by_uid($uid, true);//个人群组 + $homefid = C::t('folder')->fetch_fid_by_flag('home'); + $groups = array_merge($orgs['org'],$groupinfo); + + $positions[] = array($homefid); + foreach($groups as $v){ + $positions[] = array($v['fid']); + } + $foldernamearr = explode(',',$foldernames); + foreach(DB::fetch_all("select fid from %t where fname in(%n) and pfid = 0", array('folder',$foldernamearr)) as $v){ + $fids[]= $v['fid']; + } + } + if($usernames){ + $usernamearr = explode(',',$usernames); + foreach(DB::fetch_all("select uid from %t where username in(%n)", array('user',$usernamearr)) as $v){ + $uids[]= $v['uid']; + } + } + exit(json_encode(array('fids'=>$fids,'uids'=>$uids))); +} +require template('searchFile'); + + diff --git a/dzz/explorer/search_condition.php b/dzz/explorer/search_condition.php new file mode 100644 index 0000000..4c369db --- /dev/null +++ b/dzz/explorer/search_condition.php @@ -0,0 +1,62 @@ +fetch_all_orggroup($uid);//机构群组 + } + + if($explorer_setting['grouponperm']){ + $groupinfo = C::t('organization')->fetch_group_by_uid($uid, true);//个人群组 + } + + if($explorer_setting['useronperm']){ + $homefid = C::t('folder')->fetch_fid_by_flag('home'); + $positions[] = array('pname'=>'我的网盘','pfid'=>$homefid); + } + + $groups = array_merge($orgs['org'],$groupinfo); + + foreach($groups as $v){ + if($v['type'] == 1){ + $positions[] = array('pname'=>$v['orgname'],'pfid'=>$v['fid'],'type'=>'群组'); + }else{ + $positions[] = array('pname'=>$v['orgname'],'pfid'=>$v['fid'],'type'=>'机构'); + } + + } + exit(json_encode($positions)); +}elseif($_GET['do']=='getuser'){ + $term=trim($_GET['q']); + $page=empty($_GET['page'])?1:intval($_GET['page']); + $perpage=30; + $start=($page-1)*$perpage; + $uids=array(); + $param_user=array('user','user_status'); + $sql_user="where u.status<1 "; + + if($term){ + $sql_user.=" and u.username LIKE %s"; + $param_user[]='%'.$term.'%'; + } + $data=array(); + + if($count=DB::result_first("select COUNT(DISTINCT u.uid) from %t u LEFT JOIN %t s on u.uid=s.uid $sql_user",$param_user)){ + foreach(DB::fetch_all("select DISTINCT u.uid,u.username from %t u LEFT JOIN %t s on u.uid=s.uid $sql_user order by s.lastactivity DESC limit $start,$perpage",$param_user) as $value){ + $data[]=array('id'=>$value['uid'], + 'text'=>$value['username'] + ); + } + } + exit(json_encode(array('total_count'=>$count+($extra?1:0),'items'=>$data))); + +} + diff --git a/dzz/explorer/share.php b/dzz/explorer/share.php new file mode 100644 index 0000000..83b8aeb --- /dev/null +++ b/dzz/explorer/share.php @@ -0,0 +1,95 @@ +delete_by_id($v); + if($result['success']){ + $return['msg'][$v]=$result; + }elseif ($result['error']){ + $return['msg'][$v] = $result['error']; + } + } + exit(json_encode($return)); +}elseif($do == 'filelist'){ + //分页 + $sid = $_GET['sid']; + $perpage=isset($_GET['perpage'])?intval($_GET['perpage']):100;//默认每页条数 + $page = empty($_GET['page'])?1:intval($_GET['page']);//页码数 + $start = ($page - 1)*$perpage;//开始条数 + $limitsql = "limit $start,$perpage"; + $disp = isset($_GET['disp']) ? intval($_GET['disp']):3; + + $keyword = isset($_GET['keyword']) ? urldecode($_GET['keyword']) : ''; + $asc = intval($_GET['asc']); + + $order = $asc > 0 ? 'ASC' : "DESC"; + switch ($disp) { + case 0: + $orderby = 'title'; + break; + case 1: + $orderby = 'downs'; + break; + case 2: + $orderby = 'views'; + break; + case 3: + $orderby = 'dateline'; + break; + case 4: + $orderby = 'endtime'; + break; + + } + $ordersql=''; + if(is_array($orderby)){ + foreach($orderby as $key=>$value){ + $orderby[$key]=$value.' '.$order; + } + $ordersql=' ORDER BY '.implode(',',$orderby); + }elseif($orderby){ + $ordersql=' ORDER BY '.$orderby.' '.$order; + } + $data = C::t('shares')->fetch_all_share_file($limitsql,$ordersql); + $disp = isset($_GET['disp']) ? intval($_GET['disp']) : 3;//文件排序 + $iconview=4;//排列方式 + if(count($data) >= $perpage){ + $total = $start + $perpage*2 -1; + }else{ + $total = $start + count($data); + } + if(!$json_data=json_encode($data)) $data=array(); + if(!$json_data=json_encode($folderdata)) $folderdata=array(); + //返回数据 + $return=array( + 'sid'=>$sid, + 'total'=>$total, + 'data'=>$data?$data:array(), + 'folderdata'=>$folderdata?$folderdata:array(), + 'param'=>array( + 'disp'=>$disp, + 'view'=>$iconview, + 'page'=>$page, + 'perpage'=>$perpage, + 'bz'=>$bz, + 'total'=>$total, + 'asc'=>$asc, + 'keyword'=>$keyword, + 'tags'=>$tags, + 'exts'=>$exts, + 'localsearch'=>$bz?1:0, + 'fid'=>'', + ) + ); + exit(json_encode($return)); +}else{ + require template('share_content'); +} diff --git a/dzz/explorer/template/ajax.htm b/dzz/explorer/template/ajax.htm new file mode 100644 index 0000000..4d46f54 --- /dev/null +++ b/dzz/explorer/template/ajax.htm @@ -0,0 +1,1088 @@ + + + + +
    + + + + +
    + + + + +
    + + +
    + + + + +
    + + +
    + + + + + + +
    + + +
    + + + + + + + +
    + + + + +
    + + + + + + + +
    + + + +
    + + + + + + + + + + +
    + + + +
    + + + + + + +
    + + + +
    + + + +
    + + + + + +
    + + + + + +
  • + +
  • data-href="$arr[url]" data-href="{eval echo dzzencode($arr['path']);}" +data-rid="$arr[rid]" data-ext="$arr[ext]" data-type="$arr['type']"data-name="$arr[name]" id="$arr[rid]"> + +
      +
    • +
      + + +
      +
      +
      + +
      +
      +
      +
      + $arr[name] +
      +
      +
      + + +
      +
      +
      +
    • +
    • $arr[fsize]
    • +
    • $arr['username']
    • +
    • {eval echo dgmdate($arr['dateline'],'Y-m-d H:i:s')}
    • +
    +
  • + + + + + + + + + diff --git a/dzz/explorer/template/app_manage.htm b/dzz/explorer/template/app_manage.htm new file mode 100644 index 0000000..be433d4 --- /dev/null +++ b/dzz/explorer/template/app_manage.htm @@ -0,0 +1,303 @@ + + +
    +
    +
    +
    + +
    + + checked + /> +
    + class="hide" > +
    +
    + + checked > + +
    +

    {lang organizational_structure_generate_personal_storage}

    +
    +
    +
    + checked + > + +
    + +
    +

    {lang storage_designated_personnel_or_department_personnel}

    +
    + +
    + style="display:none"> +
    +
    + + + + + + +
    + + +
    + +
    + +
    +
    +
    + +
    + + checked /> +
    + +
    + +
    + +
    + checked /> +
    + +
    + +
    + +
    + checked /> + +
    class="hide" > +
    +
    + checked > + +
    +

    {lang allow_allcreate_group}。

    +
    +
    +
    + checked > + +
    +

    {lang allow_appointcreate_group}

    +
    +
    +
    style="display:none;"> +
    +
    + + + + + + +
    + + +
    + +
    +
    +
    + +
    + +
    + checked /> +
    +
    +
    + +
    + + value="{$setting[explorer_finallydelete]}" + + value="-1" + /> + +
      +
    • {lang explorer_finallydelete_text}
    • +
    • {lang explorer_finallydelete_one}
    • +
    • >={lang explorer_finallydelete_zreo}
    • +
    + +
    +
    + +
    + +
    +
    + + + +
    +
    +
    + +
    + + \ No newline at end of file diff --git a/dzz/explorer/template/clipboard.htm b/dzz/explorer/template/clipboard.htm new file mode 100644 index 0000000..a65484c --- /dev/null +++ b/dzz/explorer/template/clipboard.htm @@ -0,0 +1,53 @@ + + +
  • + +
  • data-href="$val[newdata][url]" data-href="{eval echo dzzencode($val[newdata]['path']);}" +data-rid="$val[newdata][rid]" data-ext="$val[newdata][ext]" data-type="$val[newdata]['type']"data-name="$val[newdata][name]" id="$val[newdata][rid]"> + +
    + + +
    +
    +
    + +
    +
    +
    +
    + $val[newdata][name] +
    + + +
    +
    +
      +
    • +
    • +
    • +
    • + +
    • +
    +
    +
    +

    {eval echo dgmdate($val[newdata]['dateline'],'Y-m-d');} + {eval echo dgmdate($val[newdata]['dateline'],'H:i');} + -{eval echo formatsize($val[newdata]['size']);} + 45 +

    +
    +
    +
      + {loop $val[taginfo] $v} +
    • $v[tagname]
    • + {/loop} +
    +
    + +
    +
    +
  • + \ No newline at end of file diff --git a/dzz/explorer/template/collection_content.htm b/dzz/explorer/template/collection_content.htm new file mode 100644 index 0000000..7d47d48 --- /dev/null +++ b/dzz/explorer/template/collection_content.htm @@ -0,0 +1,36 @@ +
    +
    + +
    + +
    +
    + + + + + + + + + + + \ No newline at end of file diff --git a/dzz/explorer/template/dynamic_content.htm b/dzz/explorer/template/dynamic_content.htm new file mode 100644 index 0000000..5e1eff2 --- /dev/null +++ b/dzz/explorer/template/dynamic_content.htm @@ -0,0 +1,278 @@ +
    +
    +
    +
    + +
    +
    +
    +
    +
    + +
    +
    + +
    +
    + +
    +
    +
    + +
    +
    {lang additional_screening_conditions}:
    + +
    +
    + + + + + + + + + + +
    +
    + {lang time} + +
    +
    +
    + {lang operator} + +
    +
    +
    + {lang operation} + +
    +
    +
    + {lang object} + +
    +
    +
    + {lang details} + +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + +
    + {eval echo dgmdate($val['dateline'],'Y-m-d H:i:s');} + + $val['username'] + + $val[do_lang] + + $val[do_obj] + + + $val[details] +
    + +
    + + {lang upload_more} + +
    + +
    +
    + + +
    + + + \ No newline at end of file diff --git a/dzz/explorer/template/file_content.htm b/dzz/explorer/template/file_content.htm new file mode 100644 index 0000000..ade828d --- /dev/null +++ b/dzz/explorer/template/file_content.htm @@ -0,0 +1,120 @@ +
    +
    + +
    +
    +
    +
    +

    {lang extension}:

    +
      + +
    • *$v
    • + +
    +
    +
    +

    {lang label}:

    +
      + +
    • $val[tagname]
    • + +
    +
    + +
    + +
    +
    + +
    +
    +
    + + + + + + + + + + + \ No newline at end of file diff --git a/dzz/explorer/template/fileright_dynamic.htm b/dzz/explorer/template/fileright_dynamic.htm new file mode 100644 index 0000000..0d55ca1 --- /dev/null +++ b/dzz/explorer/template/fileright_dynamic.htm @@ -0,0 +1,106 @@ +
    +
    +
    + +
    +
    + + \ No newline at end of file diff --git a/dzz/explorer/template/group/dynamic.htm b/dzz/explorer/template/group/dynamic.htm new file mode 100644 index 0000000..1ea70c0 --- /dev/null +++ b/dzz/explorer/template/group/dynamic.htm @@ -0,0 +1,161 @@ + +
    + +
    +
    +
    +
    + + + +
    + +
    +
    + +
    +
    + +
    +
    +
    + +
    + + + + + + + + + + +
    {lang time}{lang operator}{lang operation}{lang object}{lang details}
    +
    +
    + + + + + + + + + + + + + + +
    {eval echo dgmdate($val['dateline'],'Y-m-d');}
    {eval echo dgmdate($val['dateline'],'H:i:s');}
    $val['username']$val[do_lang]$val[do_obj]$val[details]
    + +

    {lang no_dynamic}

    + +
    + +
    +
    +
    + + \ No newline at end of file diff --git a/dzz/explorer/template/group/dynamic_list.htm b/dzz/explorer/template/group/dynamic_list.htm new file mode 100644 index 0000000..2e93549 --- /dev/null +++ b/dzz/explorer/template/group/dynamic_list.htm @@ -0,0 +1,37 @@ + + + + + {eval echo dgmdate($val['dateline'],'Y-m-d H:i:s');} + + + $val['username'] + + + $val[do_lang] + + + $val[do_obj] + + + + $val[details] + + + + + + + + + + + + + + + {lang upload_more} + + + \ No newline at end of file diff --git a/dzz/explorer/template/group/group_ajax.htm b/dzz/explorer/template/group/group_ajax.htm new file mode 100644 index 0000000..c7b5e29 --- /dev/null +++ b/dzz/explorer/template/group/group_ajax.htm @@ -0,0 +1,461 @@ + + + + + +
    + + + +
    + + + +
    +
    +
    + +
    + + + + +
    +
    +
    +
    + + + \ No newline at end of file diff --git a/dzz/explorer/template/group_content.htm b/dzz/explorer/template/group_content.htm new file mode 100644 index 0000000..e2d2ba4 --- /dev/null +++ b/dzz/explorer/template/group_content.htm @@ -0,0 +1,81 @@ +
    +
    + + +
    +
    + +
    +
    +
    +
    +
    +
    + +
  • + $v +
  • + +
    + +
    +
    +
    + +
    +
    + + + +
    +
    + + +
    +
    +
    +
    +
    +
    +
      +
    • +
    • +
    +
    + +
    + +
    + +
    +
    +
    + +
    + + + +
    + diff --git a/dzz/explorer/template/group_list.htm b/dzz/explorer/template/group_list.htm new file mode 100644 index 0000000..2517975 --- /dev/null +++ b/dzz/explorer/template/group_list.htm @@ -0,0 +1,33 @@ + + + + +
    + +
    + + + $v[creater] + + + $v[usernum] + + + {eval echo dgmdate($v['dateline'],'Y-m-d');} + + + checked="checked" + name="available" /> + + checked="checked"/> + --> + + \ No newline at end of file diff --git a/dzz/explorer/template/groupmanage.htm b/dzz/explorer/template/groupmanage.htm new file mode 100644 index 0000000..520096c --- /dev/null +++ b/dzz/explorer/template/groupmanage.htm @@ -0,0 +1,295 @@ +
    +
    +
    +
    + +
    + +
    +
    + +
    + +
    + +
    +
    +
    + +
    + +
    +
    + + + + + + + + + + + +
    +
    + {lang group_name} + +
    +
    +
    + {lang explorer_groupperm_manager} +
    +
    +
    + {lang membership} +
    +
    +
    + {lang create_date} + +
    +
    +
    + {lang group} +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + +
    + +
    + +
    +
    + $v[creater] + + $v[usernum] + + {eval echo dgmdate($v['dateline'],'Y-m-d');} + + checked="checked" + name="available" /> +
    + +
    +
    +
    + +
    + \ No newline at end of file diff --git a/dzz/explorer/template/header_left.htm b/dzz/explorer/template/header_left.htm new file mode 100644 index 0000000..5baf78b --- /dev/null +++ b/dzz/explorer/template/header_left.htm @@ -0,0 +1,10 @@ + \ No newline at end of file diff --git a/dzz/explorer/template/header_search.htm b/dzz/explorer/template/header_search.htm new file mode 100644 index 0000000..69d19d1 --- /dev/null +++ b/dzz/explorer/template/header_search.htm @@ -0,0 +1,255 @@ +
    +
    + +
    +
    + + + + \ No newline at end of file diff --git a/dzz/explorer/template/historyversion_content.htm b/dzz/explorer/template/historyversion_content.htm new file mode 100644 index 0000000..dec3b5b --- /dev/null +++ b/dzz/explorer/template/historyversion_content.htm @@ -0,0 +1,91 @@ +
    + +

    {lang history_revision}

    +
    + +
    +
    +
    + + + + {lang upload_more} + +
    + + \ No newline at end of file diff --git a/dzz/explorer/template/index.htm b/dzz/explorer/template/index.htm new file mode 100644 index 0000000..2036b97 --- /dev/null +++ b/dzz/explorer/template/index.htm @@ -0,0 +1,114 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    + +
    + +
    +
    +
    + +

    {lang choose_file_examine_information}

    +
    +
    +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dzz/explorer/template/left.htm b/dzz/explorer/template/left.htm new file mode 100644 index 0000000..24b14e3 --- /dev/null +++ b/dzz/explorer/template/left.htm @@ -0,0 +1,195 @@ +
    +
    + +
    +

    {lang recently_used}

    +
    +
    +
    {lang position}
    +
    +
    +
    +
    +
    {lang type} + + + +
    +
    + +

    + + + + + + + + $v[catname]

    + +
    +
    +
    +
    工具
    +
    +

    {lang share}

    +

    {lang dynamic}

    +

    {lang explorer_recycle_name}

    +

    {lang collect}

    +
    +
    + + +
    +
    {lang manage}
    +
    + +

    {lang function_management}

    + +

    {lang groups_management}

    + +
    +
    + + +
    +
    + + + + + + diff --git a/dzz/explorer/template/mobile/attr_alltype.htm b/dzz/explorer/template/mobile/attr_alltype.htm new file mode 100644 index 0000000..b1c04f9 --- /dev/null +++ b/dzz/explorer/template/mobile/attr_alltype.htm @@ -0,0 +1,100 @@ +
    + +
    + + {eval echo avatar_group($gid);} + + + + + + + + + +
    +
    +

    $fileinfo[name]$fileinfo[fname]

    +
    +
    +
    + + + + diff --git a/dzz/explorer/template/mobile/attr_folder.htm b/dzz/explorer/template/mobile/attr_folder.htm new file mode 100644 index 0000000..9ab07a9 --- /dev/null +++ b/dzz/explorer/template/mobile/attr_folder.htm @@ -0,0 +1,66 @@ +
    + +
    +
    +

    测试文档

    +
    +
    +
    + + + + diff --git a/dzz/explorer/template/mobile/attr_images.htm b/dzz/explorer/template/mobile/attr_images.htm new file mode 100644 index 0000000..de3e5ac --- /dev/null +++ b/dzz/explorer/template/mobile/attr_images.htm @@ -0,0 +1,57 @@ + + + + + 文件夹属性 + + + +
    + +
    +
    +

    图片.jpg

    +
    +
    +
    + + + + + + + + + diff --git a/dzz/explorer/template/mobile/attr_type.htm b/dzz/explorer/template/mobile/attr_type.htm new file mode 100644 index 0000000..708df0b --- /dev/null +++ b/dzz/explorer/template/mobile/attr_type.htm @@ -0,0 +1,39 @@ + +
    + +
    + {if $cat[catname] == '文档'} + + {elseif $cat[catname] == '图片'} + + {else} + + {/if} + +
    +
    +

    $cat[catname]

    +
    +
    +
    + + + + \ No newline at end of file diff --git a/dzz/explorer/template/mobile/catcontent.htm b/dzz/explorer/template/mobile/catcontent.htm new file mode 100644 index 0000000..7d345a6 --- /dev/null +++ b/dzz/explorer/template/mobile/catcontent.htm @@ -0,0 +1,63 @@ + + + + + $navtitle + + +
    + + + + +
    +
    + +
    +
    +
    + + + + + +
    + +
    + + + + + + + + + + \ No newline at end of file diff --git a/dzz/explorer/template/mobile/collect.htm b/dzz/explorer/template/mobile/collect.htm new file mode 100644 index 0000000..a11fc10 --- /dev/null +++ b/dzz/explorer/template/mobile/collect.htm @@ -0,0 +1,61 @@ + + + + + 我的收藏 + + +
    + + + + +
    +
    + +
    +
    +
    + + + + + +
    + +
    + + + + + + + + + + diff --git a/dzz/explorer/template/mobile/comment.htm b/dzz/explorer/template/mobile/comment.htm new file mode 100644 index 0000000..7854e1e --- /dev/null +++ b/dzz/explorer/template/mobile/comment.htm @@ -0,0 +1,68 @@ + + + + + 评论 + + + + + + + + + + + + + + + + diff --git a/dzz/explorer/template/mobile/comment_edit.htm b/dzz/explorer/template/mobile/comment_edit.htm new file mode 100644 index 0000000..e9dbf28 --- /dev/null +++ b/dzz/explorer/template/mobile/comment_edit.htm @@ -0,0 +1,51 @@ + + + + + 添加评论 + + + +
    + +
    添加评论
    +
    发布
    +
    + + +
    +
    +
    + +
    +
    +
    + + + + + + + + + + diff --git a/dzz/explorer/template/mobile/commentlist.htm b/dzz/explorer/template/mobile/commentlist.htm new file mode 100644 index 0000000..af1ede6 --- /dev/null +++ b/dzz/explorer/template/mobile/commentlist.htm @@ -0,0 +1,21 @@ + +
    +
    +
    +
    {eval echo avatar_block($v['uid'],array($v['uid']=>$v['headerColor']));}
    +
    +

    $v['username']{eval echo dgmdate($v['dateline'],'Y-m-d');} {eval echo dgmdate($v['dateline'],'H:i');}

    +

    + $v[details] +

    +
    +
    +
    +
    + 删除 +
    +
    + + diff --git a/dzz/explorer/template/mobile/dynamic.htm b/dzz/explorer/template/mobile/dynamic.htm new file mode 100644 index 0000000..6979c93 --- /dev/null +++ b/dzz/explorer/template/mobile/dynamic.htm @@ -0,0 +1,54 @@ + + + + + 动态 + + + +
    + +
    + + + + + + + diff --git a/dzz/explorer/template/mobile/dynamic_list.htm b/dzz/explorer/template/mobile/dynamic_list.htm new file mode 100644 index 0000000..345217c --- /dev/null +++ b/dzz/explorer/template/mobile/dynamic_list.htm @@ -0,0 +1,14 @@ + +
    +
    {eval echo avatar_block($v['uid'],array($v['uid']=>$v['headerColor']));}
    +
    +

    $v['username']{eval echo dgmdate($v['dateline'],'Y-m-d');} {eval echo dgmdate($v['dateline'],'H:i');}

    +

    + $v[details] +

    +
    +
    + + \ No newline at end of file diff --git a/dzz/explorer/template/mobile/file_content.htm b/dzz/explorer/template/mobile/file_content.htm new file mode 100644 index 0000000..8073bbf --- /dev/null +++ b/dzz/explorer/template/mobile/file_content.htm @@ -0,0 +1,88 @@ + + + + + + {$navtitle} + + + + +
    + + + + +
    +
    + +
    +
    +
    + + + + + + +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dzz/explorer/template/mobile/filelist.htm b/dzz/explorer/template/mobile/filelist.htm new file mode 100644 index 0000000..a354f97 --- /dev/null +++ b/dzz/explorer/template/mobile/filelist.htm @@ -0,0 +1,90 @@ + + +
    +
    + + + + + +
    +
    +

    $v[orgname]

    +

    + 文件:$v[filenum], + 文件夹:$v[foldernum] +

    +
    +
    +
    + + + + +
    +
    +
    +
    +

    {eval echo str_replace('\\','',$v['name']);}

    +

    + 文件:$v[filenum], + 文件夹:$v[foldernum] +

    +
    +
    +
    + + +
    +
    0%
    +
    + +
    +
    +
    +

    {eval echo str_replace('\\','',$v['name']);}

    +

    + $v[monthdate]$v[hourdate], + $v[fsize] +

    +
    +
    + + +
    +
    0%
    +
    + + + + \ No newline at end of file diff --git a/dzz/explorer/template/mobile/group.htm b/dzz/explorer/template/mobile/group.htm new file mode 100644 index 0000000..df706b9 --- /dev/null +++ b/dzz/explorer/template/mobile/group.htm @@ -0,0 +1,107 @@ + + + + + {lang my_groups} + + +
    + + + + +
    +
    + +
    +
    +
    + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dzz/explorer/template/mobile/groupmore.htm b/dzz/explorer/template/mobile/groupmore.htm new file mode 100644 index 0000000..c72ad3d --- /dev/null +++ b/dzz/explorer/template/mobile/groupmore.htm @@ -0,0 +1,20 @@ + + +
    + + + + + +
    +
    +

    $v[orgname]

    +

    + {lang typename_attach}:$v[filenum], + {lang type_folder}:$v[foldernum] +

    +
    +
    +
    + + \ No newline at end of file diff --git a/dzz/explorer/template/mobile/imagesdiagram.htm b/dzz/explorer/template/mobile/imagesdiagram.htm new file mode 100644 index 0000000..11cc000 --- /dev/null +++ b/dzz/explorer/template/mobile/imagesdiagram.htm @@ -0,0 +1,109 @@ + + + + + 图片简图 + + + +
    + +
    + +
    +

    Grid

    +
    + +
    + +
    +

    Grid

    +
    + +
    + +
    +

    Grid

    +
    + +
    + +
    +

    后来时光都与你有关.jpg

    +
    + +
    + +
    +

    是不是老天没能看到我对你的疯癫,还想着创造你的宇宙.jpg

    +
    + +
    + +
    +

    Grid

    +
    + +
    + +
    +

    Grid

    +
    + +
    + +
    +

    Grid

    +
    + +
    + +
    +

    后来时光都与你有关.jpg

    +
    + +
    + +
    +

    是不是老天没能看到我对你的疯癫,还想着创造你的宇宙.jpg

    +
    +
    + + + + + + + + diff --git a/dzz/explorer/template/mobile/member.htm b/dzz/explorer/template/mobile/member.htm new file mode 100644 index 0000000..cd9c123 --- /dev/null +++ b/dzz/explorer/template/mobile/member.htm @@ -0,0 +1,73 @@ + + + + + 成员 + + + + + + + + + + + + + + + diff --git a/dzz/explorer/template/mobile/member_select.htm b/dzz/explorer/template/mobile/member_select.htm new file mode 100644 index 0000000..7500355 --- /dev/null +++ b/dzz/explorer/template/mobile/member_select.htm @@ -0,0 +1,13 @@ + + + + + 成员 + + + + + + + + diff --git a/dzz/explorer/template/mobile/mobile_header.htm b/dzz/explorer/template/mobile/mobile_header.htm new file mode 100644 index 0000000..3a1b907 --- /dev/null +++ b/dzz/explorer/template/mobile/mobile_header.htm @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/dzz/explorer/template/mobile/mobile_index.htm b/dzz/explorer/template/mobile/mobile_index.htm new file mode 100644 index 0000000..cf1b1a9 --- /dev/null +++ b/dzz/explorer/template/mobile/mobile_index.htm @@ -0,0 +1,143 @@ + + + + + 网盘 + + + + + + +
    + +
    +
    +

    最近使用

    +
    +
    +
    +
    +
    + + +
    +
    +

    $myexplorer[name]

    +

    + 文件:$myexplorer[filenum], + 文件夹:$myexplorer[foldernum] +

    +
    +
    +
    + + + + +
    + + + + + +
    +
    +

    $v[orgname]

    +

    + 文件:$v[filenum], + 文件夹:$v[foldernum] +

    +
    +
    +
    + + +
    +
    + + +
    +
    +

    群组

    +
    +
    +
    + + +
    +
    +

    类型

    +
    +
    +
    +
    +
    + +
    +
    +

    分享

    +
    +
    +
    + +
    +
    +

    收藏

    +
    +
    +
    +
    +
    + +
    +
    +

    我的

    +
    +
    +
    +
    + + + + + + + + + + + diff --git a/dzz/explorer/template/mobile/property.htm b/dzz/explorer/template/mobile/property.htm new file mode 100644 index 0000000..e48ff23 --- /dev/null +++ b/dzz/explorer/template/mobile/property.htm @@ -0,0 +1,30 @@ + + + + + 属性 + + +
    + +
    + + + + + + + + diff --git a/dzz/explorer/template/mobile/recent.htm b/dzz/explorer/template/mobile/recent.htm new file mode 100644 index 0000000..ce1f831 --- /dev/null +++ b/dzz/explorer/template/mobile/recent.htm @@ -0,0 +1,61 @@ + + + + + 最近使用 + + +
    + + + + +
    +
    + +
    +
    +
    + + + + + +
    + +
    + + + + + + + + + + + diff --git a/dzz/explorer/template/mobile/search.htm b/dzz/explorer/template/mobile/search.htm new file mode 100644 index 0000000..dd5329f --- /dev/null +++ b/dzz/explorer/template/mobile/search.htm @@ -0,0 +1,124 @@ + + + + + 文件搜索 + + + + + + +
    + +
    + + + + + + + + + + + + + + + diff --git a/dzz/explorer/template/mobile/share.htm b/dzz/explorer/template/mobile/share.htm new file mode 100644 index 0000000..7630dd1 --- /dev/null +++ b/dzz/explorer/template/mobile/share.htm @@ -0,0 +1,99 @@ + + + + + {lang share} + + +
    + + + + +
    +
    + +
    +
    +
    + + + + + + + + + + + + + + + diff --git a/dzz/explorer/template/mobile/share_detail.htm b/dzz/explorer/template/mobile/share_detail.htm new file mode 100644 index 0000000..259f329 --- /dev/null +++ b/dzz/explorer/template/mobile/share_detail.htm @@ -0,0 +1,173 @@ + + + + + 分享详情 + + + +
    + +
    +
    +

    $share[title]

    +
    +
    +
    +
    + + + + + + + + + + + + + + + + diff --git a/dzz/explorer/template/mobile/share_edit.htm b/dzz/explorer/template/mobile/share_edit.htm new file mode 100644 index 0000000..43d0534 --- /dev/null +++ b/dzz/explorer/template/mobile/share_edit.htm @@ -0,0 +1,92 @@ + + + + + 编辑分享 + + + +
    + +
    编辑分享
    +
    保存
    +
    + + +
    +
    +
    +
    + + + + + +
    +
    +
    +
    +
    + + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +
    + +
    +
    + +
    + + + + + + + + + + diff --git a/dzz/explorer/template/mobile/template_catfile_list.htm b/dzz/explorer/template/mobile/template_catfile_list.htm new file mode 100644 index 0000000..312c488 --- /dev/null +++ b/dzz/explorer/template/mobile/template_catfile_list.htm @@ -0,0 +1,12 @@ + + +
    +
    +

    $v[name]

    +

    + $v[monthdate]$v[hourdate], + $v[fsize] +

    +
    +
    + diff --git a/dzz/explorer/template/mobile/template_content_list.htm b/dzz/explorer/template/mobile/template_content_list.htm new file mode 100644 index 0000000..4ee59dd --- /dev/null +++ b/dzz/explorer/template/mobile/template_content_list.htm @@ -0,0 +1,14 @@ + \ No newline at end of file diff --git a/dzz/explorer/template/mobile/template_footer.htm b/dzz/explorer/template/mobile/template_footer.htm new file mode 100644 index 0000000..f87ec5e --- /dev/null +++ b/dzz/explorer/template/mobile/template_footer.htm @@ -0,0 +1,173 @@ + + + + + + + + + + + + diff --git a/dzz/explorer/template/mobile/template_normal.htm b/dzz/explorer/template/mobile/template_normal.htm new file mode 100644 index 0000000..255c1ee --- /dev/null +++ b/dzz/explorer/template/mobile/template_normal.htm @@ -0,0 +1,6 @@ +
    +
    + +

    暂无相关内容

    +
    +
    diff --git a/dzz/explorer/template/mobile/template_share_content.htm b/dzz/explorer/template/mobile/template_share_content.htm new file mode 100644 index 0000000..bf26273 --- /dev/null +++ b/dzz/explorer/template/mobile/template_share_content.htm @@ -0,0 +1,16 @@ + + +
    +
    +

    $v[title]

    +

    + {lang share_in}{eval echo dgmdate($v['dateline'],'Y/m/d');} + {eval echo dgmdate($v['dateline'],'H:i');} +

    +
    +
    + + $v[expireday] +
    +
    + \ No newline at end of file diff --git a/dzz/explorer/template/mobile/type.htm b/dzz/explorer/template/mobile/type.htm new file mode 100644 index 0000000..dbae2fa --- /dev/null +++ b/dzz/explorer/template/mobile/type.htm @@ -0,0 +1,58 @@ + + + + + 类型 + + +
    + + + + +
    +
    + +
    +
    +
    + + + + + + + + + + + + diff --git a/dzz/explorer/template/mydocument_content.htm b/dzz/explorer/template/mydocument_content.htm new file mode 100644 index 0000000..d22ea86 --- /dev/null +++ b/dzz/explorer/template/mydocument_content.htm @@ -0,0 +1,91 @@ +
    + +
    + + +
    +
    +
    +
    + +
    +
    +
    +
    + +
  • + $v + +
  • + +
    + +
    +
    +
    +
    + +
    + + + + +
    + +
    +
    +
    + + + + + + + + + + + + \ No newline at end of file diff --git a/dzz/explorer/template/mygroup.htm b/dzz/explorer/template/mygroup.htm new file mode 100644 index 0000000..1828693 --- /dev/null +++ b/dzz/explorer/template/mygroup.htm @@ -0,0 +1,191 @@ +
    +
    +
    +
    +
    +
    + + +
    +
    +
    + +
    + +
    + +
    +
    + +
    + +
    +
    + +
    +
    + + + + + + + + + +
    +
    + {lang group_name} + +
    +
    +
    + {lang creater} +
    +
    +
    + {lang membership} +
    +
    +
    + {lang create_date} + +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + +
    + + + $v[creater] + + $v[usernum] + + {eval echo dgmdate($v['dateline'],'Y-m-d');} +
    + +
    +
    +
    + +
    +
    + + \ No newline at end of file diff --git a/dzz/explorer/template/mygroup_list.htm b/dzz/explorer/template/mygroup_list.htm new file mode 100644 index 0000000..767509d --- /dev/null +++ b/dzz/explorer/template/mygroup_list.htm @@ -0,0 +1,22 @@ + + + + + + + + $v[creater] + + + $v[usernum] + + + {eval echo dgmdate($v['dateline'],'Y-m-d');} + + + \ No newline at end of file diff --git a/dzz/explorer/template/myorganization.htm b/dzz/explorer/template/myorganization.htm new file mode 100644 index 0000000..6af277d --- /dev/null +++ b/dzz/explorer/template/myorganization.htm @@ -0,0 +1,77 @@ + +
    +
    +
      +
    1. {lang my_department_list}
    2. +
    +
    +
    + +
    +
    +
    +
    + +
      +
    • {lang all_departments}
    • +
    • {lang create_time}
    • +
    + +
    +
    +
    +
      +
    • +
      + + +
      + {lang department_name} +
    • +
    • {lang explorer_groupperm_manager}
    • +
    • {lang membership}
    • +
    • {lang create_time}
    • +
    +
    +
      + +
    • +
        +
      • +
        + + +
        +
        +
        + + + + + +
        +
        +
        +
        + $v[orgname] +
        +
        +
        +
        +
      • +
      • $v[adminer]
      • +
      • $v[usernum]
      • +
      • {eval echo dgmdate($v['dateline'],'Y-m-d');}
      • +
      +
    • + +
    + +
    + +
    + +
    +
    \ No newline at end of file diff --git a/dzz/explorer/template/noFilePage-collect.htm b/dzz/explorer/template/noFilePage-collect.htm new file mode 100644 index 0000000..0d254cd --- /dev/null +++ b/dzz/explorer/template/noFilePage-collect.htm @@ -0,0 +1,4 @@ +
    + +

    {lang no_collect}

    +
    \ No newline at end of file diff --git a/dzz/explorer/template/noFilePage-dynamic.htm b/dzz/explorer/template/noFilePage-dynamic.htm new file mode 100644 index 0000000..35e8734 --- /dev/null +++ b/dzz/explorer/template/noFilePage-dynamic.htm @@ -0,0 +1,6 @@ +
    +
    + +

    {lang no_dynamisc}

    +
    +
    \ No newline at end of file diff --git a/dzz/explorer/template/noFilePage-group.htm b/dzz/explorer/template/noFilePage-group.htm new file mode 100644 index 0000000..d5f97cf --- /dev/null +++ b/dzz/explorer/template/noFilePage-group.htm @@ -0,0 +1,4 @@ +
    + +

    {lang not_group}

    +
    \ No newline at end of file diff --git a/dzz/explorer/template/noFilePage-recent.htm b/dzz/explorer/template/noFilePage-recent.htm new file mode 100644 index 0000000..fe10c69 --- /dev/null +++ b/dzz/explorer/template/noFilePage-recent.htm @@ -0,0 +1,5 @@ +
    + +

    {lang no_relative_file}

    +
    + diff --git a/dzz/explorer/template/noFilePage-recycle.htm b/dzz/explorer/template/noFilePage-recycle.htm new file mode 100644 index 0000000..e05ff81 --- /dev/null +++ b/dzz/explorer/template/noFilePage-recycle.htm @@ -0,0 +1,4 @@ +
    + +

    {lang no_delete_file}

    +
    \ No newline at end of file diff --git a/dzz/explorer/template/noFilePage-search.htm b/dzz/explorer/template/noFilePage-search.htm new file mode 100644 index 0000000..856659f --- /dev/null +++ b/dzz/explorer/template/noFilePage-search.htm @@ -0,0 +1,4 @@ +
    + +

    {lang no_match_file}

    +
    \ No newline at end of file diff --git a/dzz/explorer/template/noFilePage-share.htm b/dzz/explorer/template/noFilePage-share.htm new file mode 100644 index 0000000..1cfb2f4 --- /dev/null +++ b/dzz/explorer/template/noFilePage-share.htm @@ -0,0 +1,4 @@ +
    + +

    {lang no_share_file}

    +
    diff --git a/dzz/explorer/template/noFilePage_mydocument.htm b/dzz/explorer/template/noFilePage_mydocument.htm new file mode 100644 index 0000000..7181eb4 --- /dev/null +++ b/dzz/explorer/template/noFilePage_mydocument.htm @@ -0,0 +1,5 @@ +
    + +

    {lang no_file}
    {lang please_click_righttop_create_file}

    +
    + diff --git a/dzz/explorer/template/perm_content.htm b/dzz/explorer/template/perm_content.htm new file mode 100644 index 0000000..79d531f --- /dev/null +++ b/dzz/explorer/template/perm_content.htm @@ -0,0 +1,253 @@ +
    + +
    + +
    + +
    +
    +
    +
    +

    {lang folder_property_group_permission}

    +
      + +
    • $val[0]
    • + +
    +
    +
    +
    + + + +
    +
    +
    +
    +
    +

    {lang name}

    +

    {lang jurisdiction}

    +
    +
    + {lang operation} +
    +
    +
    +
    + +
  • +
    +
    + + $v[pername] +
    +
      + +
    • style="display:block" + style="display:none">
    • + +
    +
    +
    +
    + + + + checked="checked" /> + +

    {lang system_default}

    + checked="checked" /> + +
    +
    + + {lang default_permission} + + {lang set_default} + +
    +
    +
  • + +
    +
    +
    + +
    +
    + \ No newline at end of file diff --git a/dzz/explorer/template/recent_content.htm b/dzz/explorer/template/recent_content.htm new file mode 100644 index 0000000..1e17b1a --- /dev/null +++ b/dzz/explorer/template/recent_content.htm @@ -0,0 +1,36 @@ +
    +
    + +
    + +
    +
    + + + + + + + + + + + \ No newline at end of file diff --git a/dzz/explorer/template/recyle_content.htm b/dzz/explorer/template/recyle_content.htm new file mode 100644 index 0000000..708f046 --- /dev/null +++ b/dzz/explorer/template/recyle_content.htm @@ -0,0 +1,199 @@ +
    +
    + +
    +
    +
    + +
    +
    +
    + +
    + +
    + +
    +
    + +
    + +
    + + + +
    + +
    +
    + + + + + + + + + + + \ No newline at end of file diff --git a/dzz/explorer/template/recyle_content_list.htm b/dzz/explorer/template/recyle_content_list.htm new file mode 100644 index 0000000..c548ef4 --- /dev/null +++ b/dzz/explorer/template/recyle_content_list.htm @@ -0,0 +1,36 @@ + + + + + + + $v[fsize] + + + {if $v['from']}$v[from]{/if} + + + $v['username'] + + + $v[deldateline] + + + $v[finallydate]{lang day}{lang after} + + + + + + + {lang upload_more} + + + diff --git a/dzz/explorer/template/right_contextmenu.htm b/dzz/explorer/template/right_contextmenu.htm new file mode 100644 index 0000000..bcffde8 --- /dev/null +++ b/dzz/explorer/template/right_contextmenu.htm @@ -0,0 +1,194 @@ + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + + + + + + + + + + + +
    \ No newline at end of file diff --git a/dzz/explorer/template/right_folder_menu.htm b/dzz/explorer/template/right_folder_menu.htm new file mode 100644 index 0000000..9e306a4 --- /dev/null +++ b/dzz/explorer/template/right_folder_menu.htm @@ -0,0 +1,304 @@ + +
    + + +
    + + + {eval echo avatar_group($gid);} + + + + + + + + +

    $fileinfo[name]$fileinfo[fname] +

    + + + +
    +
    + + +
    +

    + 已使用{eval echo formatsize($usesize);}(不限制0共{eval echo formatsize($maxspace);}) +

    +
    +
    +
    +
    +
    + + + +
    +
    +
    + +

    + {lang type} + + $fileinfo['type'] + +

    + +

    + {lang position} + $fileinfo[realpath] +

    + + +

    + {lang possesor} + $fileinfo['username'] +

    + + +

    + {lang preceding_edit_time} + $fileinfo[editdateline] +

    + + +

    + {lang preceding_open_time} + $fileinfo[opendateline] +

    + +

    + {lang big_small} + $fileinfo[ffsize]

    + +

    + {lang include} + $fileinfo[contain]

    + + +

    + {lang create_time} + $fileinfo[fdateline] +

    + +
    +
    + + +
    +
    +
    + {lang directory_right} + +
    +
      + +
    • style="display:block;padding:5px;"style="display:none;">
    • + +
    +
    +
    + + + + + + + + +
    +
    +
    +

    {lang about}

    + + + +
    +
    +

    + {lang identification} + + {eval echo avatar_group($gid);} + +

    +

    + {lang name} + $org[orgname] +

    +

    + {lang status} + + checked > + +

    + +
    + +
    +
    + + +
    + + + +
    + +
    + + +
    + +
    +
    +
    + + +
    + +
    +
      +
    • +
    • + +
    +
    + +
    +
    + + +
    +
    +
    +
    + +
    + + \ No newline at end of file diff --git a/dzz/explorer/template/right_menu.htm b/dzz/explorer/template/right_menu.htm new file mode 100644 index 0000000..ee4b52c --- /dev/null +++ b/dzz/explorer/template/right_menu.htm @@ -0,0 +1,504 @@ + +
    + +
    +
    + +

    $fileinfo[name]

    +
    + +
    +
    +
    + + + +
    + +
    + +
    +
    +
    +

    + {lang type} + + $fileinfo['type'] + +

    +

    + {lang position} + $fileinfo[realpath]

    +

    + {lang possessor} + $fileinfo['username']

    +

    + {lang big_small} + $fileinfo[fsize]

    +

    + {lang preceding_edit_time} + $fileinfo[editdateline]

    +

    + {lang preceding_open_time} + $fileinfo[opendateline]

    +

    + {lang create_time} + $fileinfo[fdateline] +

    + + +

    + {lang download_times} + $fileinfo[downs] +

    + + +

    + {lang view_count} + $fileinfo[views] +

    + + +

    + 修改次数 + $fileinfo[edits] +

    + + +
    +
    +
    + + +
    +
    +
    +

    {lang label}

    +

    + + + +

    +
    +
    + + + $v[tagname] + + + {lang no_labels_set} + +
    +
    +
    + + + +
    +
    +

    {lang history_revision}

    + +

    + + {lang upload_update} + + +

    + +
    + + + {lang upload_more} + +
    + + +
    + + +
    + +
    + + +
    +
    + + + +
    +
    +
    + + +
    + +
    +
      +
    • +
    • + +
    +
    + +
    +
    + +
    +
    +
    +
    + + +
    + +
    + + \ No newline at end of file diff --git a/dzz/explorer/template/search-bear.htm b/dzz/explorer/template/search-bear.htm new file mode 100644 index 0000000..16217fa --- /dev/null +++ b/dzz/explorer/template/search-bear.htm @@ -0,0 +1,41 @@ + \ No newline at end of file diff --git a/dzz/explorer/template/searchFile.htm b/dzz/explorer/template/searchFile.htm new file mode 100644 index 0000000..8c2de88 --- /dev/null +++ b/dzz/explorer/template/searchFile.htm @@ -0,0 +1,58 @@ +
    +
    + + + +
    + +
    + + + + + + + + + + + + diff --git a/dzz/explorer/template/share_content.htm b/dzz/explorer/template/share_content.htm new file mode 100644 index 0000000..65456fc --- /dev/null +++ b/dzz/explorer/template/share_content.htm @@ -0,0 +1,57 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dzz/explorer/template/template_dynamic_list.htm b/dzz/explorer/template/template_dynamic_list.htm new file mode 100644 index 0000000..147f94f --- /dev/null +++ b/dzz/explorer/template/template_dynamic_list.htm @@ -0,0 +1,233 @@ +{if !isset($tplmore)} + +{eval $today=strtotime(dgmdate(TIMESTAMP,'Y-m-d'))} +{eval $timearr=array();} + +{eval $t=strtotime(dgmdate($eventval['dateline'],'Y-m-d'));} + +

    {lang today}

    +{eval $timearr[]=$t;} + +

    {lang ytoday}

    +{eval $timearr[]=$t;} + +

    {lang bytoday}

    +{eval $timearr[]=$t;} + +

    {eval echo dgmdate($t,'Y-m-d');}

    +{eval $timearr[]=$t;} + + +
    +
    {eval echo dgmdate($eventval['dateline'],'H:i');}
    +
    +
    {eval echo + avatar_block($eventval['uid'],array($eventval['uid']=>$eventval['headerColor']));} +
    +

    $eventval['username'] + {$eventval[details]}

    +
    +
    + +
    +
    {eval echo dgmdate($eventval['dateline'],'H:i');}
    +
    +
    {eval echo + avatar_block($eventval['uid'],array($eventval['uid']=>$eventval['headerColor']));} +
    +

    $eventval['username'] + {$eventval[details]} +

    +
    +
    + + + +{lang + upload_more} + + + + +{eval $today=strtotime(dgmdate(TIMESTAMP,'Y-m-d'))} +{eval $timearr=array();} + +{eval $t=strtotime(dgmdate($eventval['dateline'],'Y-m-d'));} + +

    {lang today}

    +{eval $timearr[]=$t;} + +

    {lang ytoday}

    +{eval $timearr[]=$t;} + +

    {lang bytoday}

    +{eval $timearr[]=$t;} + +

    {eval echo dgmdate($t,'Y-m-d');}

    +{eval $timearr[]=$t;} + + + +
    +
    {eval echo dgmdate($eventval['dateline'],'H:i');}
    +
    +
    {eval echo + avatar_block($eventval['uid'],array($eventval['uid']=>$eventval['headerColor']));} +
    +

    $eventval['username'] + {$eventval[details]}

    +
    +
    + +
    +
    {eval echo dgmdate($eventval['dateline'],'H:i');}
    +
    +
    {eval echo + avatar_block($eventval['uid'],array($eventval['uid']=>$eventval['headerColor']));} +
    +

    $eventval['username'] + {$eventval[details]} +

    +
    +
    + + + +{lang upload_more} + + + + + + diff --git a/dzz/explorer/template/template_file_detaillist.htm b/dzz/explorer/template/template_file_detaillist.htm new file mode 100644 index 0000000..b46cd1d --- /dev/null +++ b/dzz/explorer/template/template_file_detaillist.htm @@ -0,0 +1,76 @@ + +
    +
    + + + + + + + + + +
    +
    {lang filename} + + + + +
    +
    +
    +
    {lang big_small} + + + + +
    +
    +
    +
    {lang type} + + + + +
    +
    +
    {lang edit_date} + + +
    +
    +
    + + + + + + + + + +
    +
    + + {name} + {collectstatus} +
    +
    + + +
    +
    + {fsize} + + {ftype} + + {fdateline} +
    + +
    +
    + + + + \ No newline at end of file diff --git a/dzz/explorer/template/template_file_detaillist_cat.htm b/dzz/explorer/template/template_file_detaillist_cat.htm new file mode 100644 index 0000000..197b251 --- /dev/null +++ b/dzz/explorer/template/template_file_detaillist_cat.htm @@ -0,0 +1,80 @@ + +
    +
    + + + + + + + + + + + +
    +
    {lang filename} + + + + +
    +
    +
    +
    {lang big_small} + + + + +
    +
    +
    +
    {lang type} + + + + +
    +
    +
    {lang edit_date} + + +
    {lang position}
    +
    +
    + + + + + + + + + + + + +
    +
    + + {name} + {collectstatus} +
    +
    + + +
    +
    + {fsize} + + {ftype} + + {fdateline} + + {position} +
    + +
    +
    + \ No newline at end of file diff --git a/dzz/explorer/template/template_file_detaillist_collection.htm b/dzz/explorer/template/template_file_detaillist_collection.htm new file mode 100644 index 0000000..163ac0c --- /dev/null +++ b/dzz/explorer/template/template_file_detaillist_collection.htm @@ -0,0 +1,77 @@ +
    +
    + + + + + + + + + + +
    +
    {lang filename} + + + + +
    +
    +
    +
    {lang big_small} + + + + +
    +
    +
    +
    {lang type} + + + + +
    +
    +
    {lang edit_date} + + +
    {lang position}
    +
    +
    + + + + + + + + + + + + +
    +
    + + {name} + {collectstatus} +
    +
    + + +
    +
    + {fsize} + + {ftype} + + {fdateline} + + {position} +
    + +
    +
    \ No newline at end of file diff --git a/dzz/explorer/template/template_file_detaillist_recycle.htm b/dzz/explorer/template/template_file_detaillist_recycle.htm new file mode 100644 index 0000000..597851b --- /dev/null +++ b/dzz/explorer/template/template_file_detaillist_recycle.htm @@ -0,0 +1,87 @@ +
    +
    + + + + + + + + + + + + + +
    +
    + {lang filename} + + + + +
    +
    +
    +
    {lang big_small} + + + + +
    +
    +
    +
    来源 + + + + +
    +
    +
    {lang delete_user} + + +
    {lang delete_date}
    {lang permanent_deletion_time}
    +
    +
    + + + + + + + + + + + + + + + + +
    +
    + + {name} + {collectstatus} +
    + +
    + {fsize} + + {from} + + {delusername} + + {deldateline} + + {finallydate} +
    + +
    +
    \ No newline at end of file diff --git a/dzz/explorer/template/template_file_detaillist_search.htm b/dzz/explorer/template/template_file_detaillist_search.htm new file mode 100644 index 0000000..559b92e --- /dev/null +++ b/dzz/explorer/template/template_file_detaillist_search.htm @@ -0,0 +1,73 @@ + +
    +
    + + + + + + + + + + + +
    +
    {lang filename} + + + + +
    +
    +
    +
    {lang big_small} + + + + +
    +
    +
    +
    {lang type} + + + + +
    +
    +
    {lang edit_date} + + +
    {lang position}
    +
    +
    + + + + + + + + + + + +
    +
    + + {name} + {collectstatus} +
    +
    + {fsize} + + {ftype} + + {fdateline} + + {position} +
    + +
    +
    diff --git a/dzz/explorer/template/template_file_middleicon.htm b/dzz/explorer/template/template_file_middleicon.htm new file mode 100644 index 0000000..5de3dc9 --- /dev/null +++ b/dzz/explorer/template/template_file_middleicon.htm @@ -0,0 +1,42 @@ +
    +
    +
    + + + + + + + + + +
    +
    + + + + + + +
    +
    +
    +
    +
    +
    +
    + + + + + + +
    {name}
    +
    +
    +
    +
    +
    +
    +
    + diff --git a/dzz/explorer/template/template_file_navtopfile.htm b/dzz/explorer/template/template_file_navtopfile.htm new file mode 100644 index 0000000..a320dbb --- /dev/null +++ b/dzz/explorer/template/template_file_navtopfile.htm @@ -0,0 +1,62 @@ + + \ No newline at end of file diff --git a/dzz/explorer/template/template_file_share.htm b/dzz/explorer/template/template_file_share.htm new file mode 100644 index 0000000..eef6c9f --- /dev/null +++ b/dzz/explorer/template/template_file_share.htm @@ -0,0 +1,109 @@ +
    +
    + + + + + + + + + + +
    +
    + {lang description} + + + + +
    +
    +
    +
    + {lang examine_times} + + + + +
    +
    +
    +
    + {lang download_times} + + + + +
    +
    +
    +
    + {lang edit_date} + + + + +
    +
    +
    +
    + {lang failure_time} +
    +
    +
    +
    + + + + + + + + + + + + + + + + + +
    + + + {views}{lang degree} + + {downs}{lang degree} + + {fdateline} + + {expireday} +
    + + + + + +
    + +
    +
    \ No newline at end of file diff --git a/dzz/explorer/template/template_file_toolButton.htm b/dzz/explorer/template/template_file_toolButton.htm new file mode 100644 index 0000000..db0ec5b --- /dev/null +++ b/dzz/explorer/template/template_file_toolButton.htm @@ -0,0 +1,66 @@ +
    + + + + + + + + + + + + + +
    + + \ No newline at end of file diff --git a/dzz/explorer/template/template_historyversion_list.htm b/dzz/explorer/template/template_historyversion_list.htm new file mode 100644 index 0000000..28e2d29 --- /dev/null +++ b/dzz/explorer/template/template_historyversion_list.htm @@ -0,0 +1,52 @@ + +
  • + +
    +
    + + $v['username']{lang upload_to} +

    {eval echo dgmdate($v['dateline'],'Y-m-d H:i:s');} + {lang principal_edition} +

    + + $v[vname] +

    + {lang principal_edition} + +

    + +
    +

    {eval echo formatsize($v['size']);}

    + + + + +
    +
  • + + + +{lang upload_more} + \ No newline at end of file diff --git a/dzz/explorer/template/template_more_dynamic.htm b/dzz/explorer/template/template_more_dynamic.htm new file mode 100644 index 0000000..47fcd45 --- /dev/null +++ b/dzz/explorer/template/template_more_dynamic.htm @@ -0,0 +1,191 @@ +
    +
    + +

    动态

    +
    + +
    +
    +
    +
    +
    + +{eval $today=strtotime(dgmdate(TIMESTAMP,'Y-m-d'))} + {eval $timearr=array();} + + {eval $t=strtotime(dgmdate($eventval['dateline'],'Y-m-d'));} + +

    {lang today}

    + {eval $timearr[]=$t;} + +

    {lang ytoday}

    + {eval $timearr[]=$t;} + +

    {lang bytoday}

    + {eval $timearr[]=$t;} + +

    {eval echo dgmdate($t,'Y-m-d');}

    + {eval $timearr[]=$t;} + + +
    +
    {eval echo dgmdate($eventval['dateline'],'H:i');}
    +
    +
    {eval echo avatar_block($eventval['uid'],array($eventval['uid']=>$eventval['headerColor']));}
    +

    $eventval['username'] {$eventval[details]}

    +
    +
    + +
    +
    {eval echo dgmdate($eventval['dateline'],'H:i');}
    +
    +
    {eval echo avatar_block($eventval['uid'],array($eventval['uid']=>$eventval['headerColor']));}
    +

    $eventval['username'] {$eventval[details]} +

    +
    +
    + + + + + + + + +
    +
    + + +
    +
    +
    + + +
    + +
    +
      +
    • +
    • + +
    +
    + +
    +
    + +
    +
    +
    +
    + + +
    + diff --git a/dzz/explorer/template/template_right_popbox.htm b/dzz/explorer/template/template_right_popbox.htm new file mode 100644 index 0000000..68acaff --- /dev/null +++ b/dzz/explorer/template/template_right_popbox.htm @@ -0,0 +1,147 @@ + + + diff --git a/dzz/explorer/uninstall.php b/dzz/explorer/uninstall.php new file mode 100644 index 0000000..62851f8 --- /dev/null +++ b/dzz/explorer/uninstall.php @@ -0,0 +1,28 @@ +1,'available'=>1,'syatemon'=>1),"1"); +//修复继承权限 +//判断是否已经存在pathkey字段,不存在则添加 +if(!DB::result_first("DESCRIBE %t `perm_inherit`",array('folder'))){ + $sql = "alter table ".DB::table('folder') ." add column `perm_inherit` int(10) NOT NULL DEFAULT '0' after `perm` "; + DB::query($sql); +} +if(!DB::result_first("DESCRIBE %t `pathkey`",array('resources_path'))){ + $sql = "alter table ".DB::table('resources_path') ." add column `pathkey` varchar(255) NOT NULL DEFAULT '' after `path` "; + DB::query($sql); +} +function create_pathinfo_by_fid($fid, $appid = 0) +{ + $patharr = array(); + if (!$pathdata = C::t('folder')->get_folder_pathinfo_by_fid($fid)) return $patharr; + $pathprefix = ($appid) ? "dzz:app_" . $appid . ":" : ''; + $path = ''; + $pathkey = ''; + foreach ($pathdata as $v) { + $path .= $v['fname'] . '/'; + $pathkey .= '_' . $v['fid'] . '_-'; + } + if (!$pathprefix) { + $pathprefix = ($v['gid']) ? "dzz:gid_" . $v['gid'] . ":" : "dzz:uid_" . $v['uid'] . ":"; + } + $patharr['path'] = $pathprefix.$path; + $patharr['pathkey'] = substr($pathkey, 0, -1); + return $patharr; +} +//修复resource_path表数据 +foreach(DB::fetch_all("select f.fid,fa.svalue from %t f left join %t fa on f.fid = fa.fid and fa.skey = %s",array('folder','folder_attr','appid')) as $value){ + $_appid = false; + if($value['svalue']){ + $_appid = $value['svalue']; + } + $pdata = create_pathinfo_by_fid($value['fid'],$_appid); + if($pdata){ + if(!DB::result_first("select count(*) from %t where fid = %d",array('resources_path',$value['fid']))){ + $pdata['fid'] = $value['fid']; + DB::insert('resources_path',$pdata); + }else{ + DB::update('resources_path',$pdata,array('fid'=>$value['fid'])); + } + } + $perm_inherit=perm_check::getPerm1($value['fid']); + DB::update('folder',array('perm_inherit'=>$perm_inherit),"fid='{$value[fid]}'"); +} +//回收站数据处理 +$rids = array(); +foreach(DB::fetch_all("select rid from %t",array('resources')) as $v){ + $rids[] = $v['rid']; +} +$delfids = array(); +$delrids = array(); +foreach(DB::fetch_all("select rid,type,oid from %t where rid in(%n) and isdelete > 0",array('resources',$rids)) as $v){ + if($v['type'] == 'folder' && $v['oid']){ + $delfids[] = $v['oid']; + } + $delrids[] = $v['rid']; +} +$nodelrids = array_diff($rids,$delrids); + +//更改resources表数据 +if(count($delrids) > 0) DB::update("resources",array('pfid'=>-1),'rid in('.dimplode($delrids).')'); + +//更改folder表数据 +if(count($delfids) > 0) DB::update("folder",array('pfid'=>-1),'fid in('.dimplode($delfids).')'); + +//清除回收站中的无用数据 + +if(count($nodelrids) > 0) DB::delete('resources_recyle','rid in('.dimplode($nodelrids).')'); + +//修复机构部门及群组管理员非成员数据问题 +$orgadminer = array(); +foreach(DB::fetch_all("select uid,orgid from %t where 1", array('organization_admin')) as $v){ + if(DB::result_first("select count(*) from %t where orgid = %d and uid = %d",array('orgnazination_user',$v['orgid'],$v['uid']))){ + C::t('organization_user')->insert_by_orgid($v['orgid'],$v['uid'],0); + } +} + + +DB::update("user".array('groupid'=>9),array('groupid'=>2)); +$finish=true; \ No newline at end of file diff --git a/dzz/filemanage/config/config.php b/dzz/filemanage/config/config.php new file mode 100644 index 0000000..747a5e7 --- /dev/null +++ b/dzz/filemanage/config/config.php @@ -0,0 +1,7 @@ +false, + 'about'=>array('name_en'=>'文件管理', + 'version'=>'V2.0'), + 'libfile'=>'function/appperm', +); \ No newline at end of file diff --git a/dzz/filemanage/config/index.htm b/dzz/filemanage/config/index.htm new file mode 100644 index 0000000..e69de29 diff --git a/admin/filemanage/images/folder.css b/dzz/filemanage/images/folder.css similarity index 100% rename from admin/filemanage/images/folder.css rename to dzz/filemanage/images/folder.css diff --git a/dzz/filemanage/images/sort_asc.gif b/dzz/filemanage/images/sort_asc.gif new file mode 100644 index 0000000..67a2a4c Binary files /dev/null and b/dzz/filemanage/images/sort_asc.gif differ diff --git a/dzz/filemanage/images/sort_desc.gif b/dzz/filemanage/images/sort_desc.gif new file mode 100644 index 0000000..34db47c Binary files /dev/null and b/dzz/filemanage/images/sort_desc.gif differ diff --git a/dzz/filemanage/index.php b/dzz/filemanage/index.php new file mode 100644 index 0000000..b9cd97c --- /dev/null +++ b/dzz/filemanage/index.php @@ -0,0 +1,314 @@ + lang('photo'), + 'document' => lang('type_attach'), + 'link' => lang('type_link'), + 'video' => lang('video'), + 'folder' => lang('folder'), + 'dzzdoc' => 'DZZ' . lang('type_attach'), + 'attach' => lang('rest_attachment') +); +require libfile('function/organization'); +if ($do == 'delete') { + if (isset($_G['setting']['template']) && $_G['setting']['template'] === 'lyear') { + $icoid = isset($_GET['icoid']) ? trim($_GET['icoid']) : ''; + if (empty($icoid)) { + exit(json_encode(['msg' => 'access denied'])); + } + $icoids = explode(',', $icoid); + $sucessicoids = []; + $failedicoids = []; + + foreach ($icoids as $icoid) { + try { + $return = IO::Delete($icoid, true); + if (!$return['error']) { + $sucessicoids[$return['rid']] = [ + 'msg' => 'success', + 'name' => $return['name'] + ]; + $dels[] = $icoid . '_0'; + } else { + $failedicoids[$icoid] = $return['error']; + } + } catch (Exception $e) { + $failedicoids[$icoid] = 'An unexpected error occurred: ' . $e->getMessage(); + } + } + // 执行成功的条目数检查 + if (!empty($dels)) { + Hook::listen('solrdel', $dels); + } + + $response = [ + 'msg' => !empty($failedicoids) ? '部分文件删除失败' : 'success', + 'success' => $sucessicoids, + 'failed' => $failedicoids + ]; + exit(json_encode($response)); + } else { + $icoid = isset($_GET['icoid']) ? trim($_GET['icoid']) : ''; + $icoids = explode(',', $icoid); + $ridarr = array(); + $bz = isset($_GET['bz']) ? trim($_GET['bz']) : ''; + foreach ($icoids as $icoid) { + if (empty($icoid)) { + continue; + } + $return = IO::Delete($icoid, true); + if (!$return['error']) { + //处理数据 + $arr['sucessicoids'][$return['rid']] = $return['rid']; + $arr['msg'][$return['rid']] = 'success'; + $arr['name'][$return['rid']] = $return['name']; + $ridarr[] = $return['rid']; + $i++; + } else { + $arr['msg'][$return['rid']] = $return['error']; + $dels[] = $icoid.'_0'; + } + } + if (!$return['error']) { + Hook::listen('solrdel',$dels); + showmessage('do_success', $_GET['refer']); + } else { + showmessage($return['error'], $_GET['refer']); + } + } + } elseif ($do == 'getinfo') { + $order = isset($_GET['order']) ? $_GET['order'] : 'DESC'; + $type = isset($_GET['type']) ? trim($_GET['type']) : ''; + $pfid = isset($_GET['pfid']) ? intval($_GET['pfid']) : ''; + $field = isset($_GET['field']) ? $_GET['field'] : 'dateline'; + $limit = empty($_GET['limit']) ? 20 : $_GET['limit']; + $keyword = isset($_GET['keyword']) ? trim($_GET['keyword']) : ''; + $page = (isset($_GET['page'])) ? intval($_GET['page']) : 1; + $start = ($page - 1) * $limit; + $validfields = ['name', 'size', 'type', 'username', 'dateline']; + $validSortOrders = ['asc', 'desc']; + if (in_array($field, $validfields) && in_array($order, $validSortOrders)) { + $order = "ORDER BY $field $order"; + } else { + $order = 'ORDER BY dateline DESC'; + } + $sql = "type!='app' and type!='shortcut'"; + $foldername = array(); + $param = array(); + if ($keyword) { + $sql .= ' and (name like %s OR username=%s)'; + $param[] = '%' . $keyword . '%'; + $param[] = $keyword; + } + if ($type) { + $sql .= ' and type=%s'; + $param[] = $type; + } + if ($pfid) { + $sql .= ' and (pfid = %d)'; + $param[] = $pfid; + $pathkey = DB::result_first("select pathkey from %t where fid = %d", array('resources_path', $pfid)); + $patharr = explode('-', str_replace('_', '', $pathkey)); + unset($patharr[0]); + foreach (DB::fetch_all("select fname,fid from %t where fid in(%n)", array('folder', $patharr)) as $v) { + + $foldername[] = array('fid' => $v['fid'], 'fname' => $v['fname']); + } + } else { + if ($orgid) { + if ($org = C::t('organization')->fetch($orgid)) { + $fids = array($org['fid']); + foreach (DB::fetch_all("select fid from %t where pfid=%d", array('folder', $org['fid'])) as $value) { + $fids[] = $value['fid']; + } + $sql .= ' and pfid IN(%n)'; + $param[] = $fids; + } + } + } + $limitsql = 'limit ' . $start . ',' . $limit; + if ($_G['adminid']) { + $whereClause = $sql; + } else { + $whereClause = "uid = $uid AND $sql"; + } + $count = DB::result_first("SELECT COUNT(*) FROM " . DB::table('resources') . " WHERE $whereClause", $param); + if ($count) { + $data = DB::fetch_all("SELECT rid FROM " . DB::table('resources') . " WHERE $whereClause $order $limitsql", $param); + } + $list = array(); + $id = $start + 1; + foreach ($data as $value) { + if (!$data = C::t('resources')->fetch_by_rid($value['rid'])) { + continue; + } + //文件统计信息 + $filestatis = C::t('resources_statis')->fetch_by_rid($value['rid']); + if($data['relpath'] == '/'){ + $data['relpath'] = '回收站'; + } + if($data['isdelete']){ + $isdelete = '是'; + } else { + $isdelete = '否'; + } + if($data['type']!=='folder'){ + $copys = $data['copys']; + $FileUri = IO::getFileUri($data['path'])?:''; + } else { + $copys = ''; + $FileUri = ''; + } + $list[] = [ + "id" => $id++, + "username" => ''.$data['username'].'', + "rid" => $data['rid'], + "name" => ''.$data['name'], + "dpath" => $data['dpath'], + "size" => $data['fsize'], + "type" => $data['ftype'], + "ftype" => $data['type'], + "oid" => $data['oid'], + "relpath" => $data['relpath'], + "dateline" => $data['fdateline'], + "isdelete" => $isdelete?:'', + "copys" => $copys?:'', + "FileUri" => $FileUri, + "downs" => $filestatis['downs']?:'', + "views" => $filestatis['views']?:'', + "edits" => $filestatis['edits']?:'', + ]; + } + $breadcrumb = '' . lang('all_typename_attach') . ''; + if (!empty($foldername)) { + $i = 0; + foreach ($foldername as $v) { + $i++; + if ($i == count($foldername)) { + $breadcrumb .= '' .$v['fname']. ''; + } else { + $breadcrumb .= '' . $v['fname'] . ''; + } + } + } + $return = [ + "code"=> 0, + "msg"=> "", + "count"=> $count? $count : 0, + "data" => $list? $list : [], + "breadcrumb" => $breadcrumb, + ]; + $jsonReturn = json_encode($return); + if ($jsonReturn === false) { + $errorMessage = json_last_error_msg(); + $errorResponse = [ + "code" => 1, + "msg" => "JSON 编码失败,请刷新重试: " . $errorMessage, + "count" => 0, + "data" => [], + ]; + exit(json_encode($errorResponse)); + } + exit($jsonReturn); + } else { + if (isset($_G['setting']['template']) && $_G['setting']['template'] == 'lyear') { + } else { + $perpage = 20; + $pfid = isset($_GET['pfid']) ? intval($_GET['pfid']) : ''; + $type = isset($_GET['type']) ? trim($_GET['type']) : ''; + $keyword = isset($_GET['keyword']) ? trim($_GET['keyword']) : ''; + $page = (isset($_GET['page'])) ? intval($_GET['page']) : 1; + $start = ($page - 1) * $perpage; + $gets = array( + 'mod' => 'filemanage', + 'keyword' => $keyword, + 'type' => $_GET['type'], + 'size' => $_GET['size'], + 'dateline' => $_GET['dateline'], + 'orgid' => $orgid, + 'pfid' => $pfid + ); + $theurl = BASESCRIPT . "?" . url_implode($gets); + $refer = $theurl . '&page=' . $page; + if ($_GET['size'] == 'desc') { + $order = 'ORDER BY size DESC'; + } elseif ($_GET['size'] == 'asc') { + $order = 'ORDER BY size ASC'; + } elseif ($_GET['dateline'] == 'asc') { + $order = 'ORDER BY dateline ASC'; + } else { + $_GET['dateline'] = 'desc'; + $order = 'ORDER BY size DESC'; + } + $sql = "type!='app' and type!='shortcut'"; + $foldername = array(); + $param = array(); + if ($keyword) { + $sql .= ' and (name like %s OR username=%s)'; + $param[] = '%' . $keyword . '%'; + $param[] = $keyword; + } + if ($type) { + $sql .= ' and type=%s'; + $param[] = $type; + } + if ($pfid) { + $sql .= ' and (pfid = %d)'; + $param[] = $pfid; + $pathkey = DB::result_first("select pathkey from %t where fid = %d", array('resources_path', $pfid)); + $patharr = explode('-', str_replace('_', '', $pathkey)); + unset($patharr[0]); + foreach (DB::fetch_all("select fname,fid from %t where fid in(%n)", array('folder', $patharr)) as $v) { + $foldername[] = array('fid' => $v['fid'], 'fname' => $v['fname']); + } + } else { + if ($orgid) { + if ($org = C::t('organization')->fetch($orgid)) { + $fids = array($org['fid']); + foreach (DB::fetch_all("select fid from %t where pfid=%d", array('folder', $org['fid'])) as $value) { + $fids[] = $value['fid']; + } + $sql .= ' and pfid IN(%n)'; + $param[] = $fids; + } + } + } + $limitsql = 'limit ' . $start . ',' . $perpage; + if ($count = DB::result_first("SELECT COUNT(*) FROM " . DB::table('resources') . " WHERE $sql", $param)) { + $data = DB::fetch_all("SELECT rid FROM " . DB::table('resources') . " WHERE $sql $order $limitsql", $param); + $multi = multi($count, $perpage, $page, $theurl); + } + $list = array(); + foreach ($data as $value) { + if (!$sourcedata = C::t('resources')->fetch_by_rid($value['rid'])) { + continue; + } + if($sourcedata['relpath'] == '/'){ + $sourcedata['relpath'] = '回收站'; + } + $list[] = $sourcedata; + } + } + if ($org = C::t('organization')->fetch($orgid)) { + $orgpath = getPathByOrgid($org['orgid']); + $org['depart'] = implode('-', ($orgpath)); + } else { + $org = array(); + $org['depart'] = lang('select_a_organization_or_department'); + $org['orgid'] = $orgid; + } + include template('list'); +} +?> \ No newline at end of file diff --git a/dzz/filemanage/language/zh-cn/lang.php b/dzz/filemanage/language/zh-cn/lang.php new file mode 100644 index 0000000..e848795 --- /dev/null +++ b/dzz/filemanage/language/zh-cn/lang.php @@ -0,0 +1,19 @@ + '文件管理', + 'folder' => '文件夹', + 'rotation'=>'旋转', + 'checkednum'=>'已选择项', + 'file_position'=>'文件位置', + 'in_recycle'=>'在回收站', + 'filemanage_file_user'=>'文件名称或用户名', + 'filemanage_del_file'=>'确定要彻底删除(此操作不可恢复)此文件吗?', + 'filemanage_del_all_file'=>'确定要彻底删除(此操作不可恢复)所有选择的文件吗?', + 'filemanage_desktop'=>'请在桌面内使用', + 'select_by_filetype'=>'按文件类型', + 'online_video'=>'网络视频', + 'rest_attachment' => '其他附件', + 'Are you sure you want to delete this'=>'您确定要删除这', + 'file (if it is a folder, all the sub files under it will be deleted)? Cannot recover after deletion'=>'文件(如果是文件夹将包含其下的子文件都会被删除)吗?删除之后不可恢复!', +); +?> \ No newline at end of file diff --git a/dzz/filemanage/template/header_left.htm b/dzz/filemanage/template/header_left.htm new file mode 100644 index 0000000..c2d4c82 --- /dev/null +++ b/dzz/filemanage/template/header_left.htm @@ -0,0 +1,8 @@ + \ No newline at end of file diff --git a/dzz/filemanage/template/header_search.htm b/dzz/filemanage/template/header_search.htm new file mode 100644 index 0000000..eecd6f6 --- /dev/null +++ b/dzz/filemanage/template/header_search.htm @@ -0,0 +1,18 @@ + + + + \ No newline at end of file diff --git a/admin/filemanage/template/list.htm b/dzz/filemanage/template/list.htm similarity index 100% rename from admin/filemanage/template/list.htm rename to dzz/filemanage/template/list.htm diff --git a/dzz/filemanage/template/lyear/list.htm b/dzz/filemanage/template/lyear/list.htm new file mode 100644 index 0000000..1688b0c --- /dev/null +++ b/dzz/filemanage/template/lyear/list.htm @@ -0,0 +1,356 @@ + + + + + +
    +
    + +
    +
    + +
    + + +
    +
    +
    +
    + + + \ No newline at end of file diff --git a/dzz/filemanage/template/lyear/lyear_left.htm b/dzz/filemanage/template/lyear/lyear_left.htm new file mode 100644 index 0000000..0f8724b --- /dev/null +++ b/dzz/filemanage/template/lyear/lyear_left.htm @@ -0,0 +1,10 @@ + \ No newline at end of file diff --git a/dzz/function/function_appperm.php b/dzz/function/function_appperm.php new file mode 100644 index 0000000..1bee96b --- /dev/null +++ b/dzz/function/function_appperm.php @@ -0,0 +1,37 @@ +fetch_by_allidentifier(CURMODULE); + if ($appinfo['appid']) { + global $global_appinfo; + $global_appinfo = $appinfo; + if ($_G['adminid']) return; + if ($appinfo['group'] == 0) return; + if ($_G['uid']) { + if (!$appinfo['available']) showmessage($appinfo['appname'].' 应用已关闭,请联系管理员。'); + if ($appinfo['group'] == -1) showmessage($appinfo['appname'].' 应用仅限游客访问,请联系管理员。'); + if ($appinfo['group'] == 3) showmessage($appinfo['appname'].' 应用仅限管理员访问,请联系管理员。'); + $apps = C::t('app_market')->fetch_all_by_default($_G['uid'],true); + $allowed = false; + $allowed = in_array($appinfo['appid'], $apps); + if (!$allowed) { + showmessage('您当前账号暂无('.$appinfo['appname'].')应用的访问权限,建议联系管理员获取相应权限。'); + } + } elseif ($appinfo['group'] == -1) { + return; + } else { + showmessage('该应用需要登录才能访问,即将为您跳转至登录页面。','user.php?mod=login'); + } + } +} \ No newline at end of file diff --git a/dzz/images/folder/checkbox.png b/dzz/images/folder/checkbox.png new file mode 100644 index 0000000..6a0342a Binary files /dev/null and b/dzz/images/folder/checkbox.png differ diff --git a/dzz/images/folder/folder.css b/dzz/images/folder/folder.css new file mode 100644 index 0000000..bc40528 --- /dev/null +++ b/dzz/images/folder/folder.css @@ -0,0 +1,572 @@ +@charset "utf-8"; +/* CSS Document */ +.loaded-num{ + padding:0 5px; + font-weight:700; +} +.module-list-view .title { + border: 1px solid #ebeef5; + border-radius: var(--radius); + margin-top: 5px; +} +.module-list-view .list-share .item .name-text { + cursor: pointer; +} +.module-list-view .list-share .item .name-text:hover { + text-decoration:underline; +} +.module-list-view .list-share .item .ico-private-share { + display: inline-block; + width: 11px; + height: 12px; + background: url(locked.gif) no-repeat; +} +.module-list-view .item .copy-bar { + position: relative; + clear: both; + padding: var(--radius); + border-top: 1px solid #D9E2F1; + display: none; + width: 100%; +} + +.js_copy{ + padding:3px 8px; +} +.module-list-view .item .btn-copy { + display: inline-block; + background: url(/yun-static/common/images/btn_sprit.gif?t=1421217684742) #F2F6FF no-repeat right 0; + background-position: 0 -144px; + height: 28px; + width: 35px; + line-height: 28px; + padding-left: 35px; + position: relative; + margin: 0 5px; +} +.module-list-view .item .chk { + display: inline-block; + cursor: default; +} +.module-list-view .title .item { + border-bottom: 1px solid transparent; +} +.module-list-view .title .item .chk { + top: 1px; + left: 2px; + width:30px; + height:30px; +} +.module-list-view .title .item .chk-ico { + top: 10px; + left: 12px; +} +.module-list-view .item .chked .chk-ico { + background: transparent url(selected.png) no-repeat; +} +.module-list-view .item { + border-bottom: 1px solid #e1e1e1; + border-top:1px solid #FFF; + padding: var(--radius); + display: flex; + align-items: center; + align-content: center; + flex-wrap: wrap; + border-radius: var(--radius); +} +.module-list-view .item:first{ + border-top:0; +} +.module-list-view .item-active { + background-color: rgba(var(--bs-black-rgb), .25); +} +.module-list-view .item-hover { + background-color: rgba(var(--bs-black-rgb), .15); +} +.item .icon { + max-width:24px; + max-height:24px; + margin-top:-2px; +} +.item-hover { + background-color: rgba(var(--bs-black-rgb), .175); +} +.module-list-view .item-block { + background-color: var(--bs-primary); +} +.module-list-view .item-block.item .btns a.dzz{ + color: #FFFFFF; + opacity: 1; +} +.module-list-view .item-block.item { + border-bottom:1px solid #3779ff; +} +.module-list-view .item-block .col{ + color: #FFFFFF; +} +span .chk-ico { + background: transparent url(checkbox.png) no-repeat; + width: 16px; + height: 16px; + display: inline-block; +} +.module-list-view .item .btns { + position: absolute; + top: 0; + right: 15px; + height: 38px; + background-color: transparent; + display: none; +} +.module-list-view .item .btns a.dzz,.select-toperate-center .btns a .dzz{ + font-size: 22px; + vertical-align: middle; +} +.title .asc { + background: url(sort_asc.gif) no-repeat; + display: inline-block; + width: 13px; + height: 6px; + position: relative; + visibility: hidden; + vertical-align: middle; +} +.title .desc { + background: url(sort_desc.gif) no-repeat; +} +.module-list-view .list-file .item .name-text { + cursor: pointer; +} +.module-list-view .list-file .item .name-text:hover { + text-decoration:underline; +} + +.module-list-view .title .col { + cursor: pointer; + overflow: hidden; + font-size: larger; + border-radius: var(--radius); +} +.title .col:hover { + background-color: rgba(var(--bs-black-rgb), .175); +} +.module-list-view .col { + float: left; +} +.module-list-view .c1 { + position: relative; + text-align: left; + top: 0; + overflow: visible; + padding: var(--radius); +} +.module-list-view .item-hover .btns{ + display:inline-block; +} +.module-list-view .item .btns .btn { + display: inline-block; + height: 20px; + width: 20px; + margin: 10px 0 0 5px; +} +.select-toperate-center .btns{ + border-right: 1px solid rgba(0, 0, 0, 0.25); + padding-right: 10px; +} +.select-toperate-center .btns .shares-topbtns{ + padding-right: 10px; +} +.select-toperate-center .btns a .dzz,.btns a.dzz{ + opacity: 0.65; +} +.select-toperate-center .btns a:hover .dzz,.btns:hover a.dzz{ + opacity: 1; +} +.module-grid-view .wrapper { + position: relative; + display: flex; + flex-direction: row; + flex-wrap: wrap; +} +.module-grid-view .wrapper .item { + float: left; + border: 1px solid transparent; + cursor: pointer; + position: relative; + z-index: 100; + border-radius: var(--radius); + margin:var(--radius); + padding: var(--radius); +} +.module-grid-view .item .backgound_radius { + display:none; + /*filter: Alpha(opacity=40); + opacity: 0.4; + border: 1px solid transparent;*/ +} +.module-grid-view .item-hover .backgound_radius { + display:block; + background: #f2f2f2; + opacity: 1; + filter: Alpha(opacity=100); + transition: all 0.2s ease-in 0s; + border-radius: 2px; +} +.module-grid-view .item .sharepame-checked{ + display: none; +} +.module-grid-view .item-hover .sharepame-checked{ + display: block; +} +.module-grid-view .item-hover .icoblank_rightbottom{ + top:3px; + right:3px; + display:block; +} +.module-grid-view .wrapper .thumb-large { + width: 90px; + height: 92px; + overflow: hidden; + margin: 0 auto; + border: 2px solid #fff; + position: relative; +} +.module-grid-view .wrapper .icoimgContainer *{ + -webkit-box-sizing: content-box; + -moz-box-sizing: content-box; + box-sizing: content-box; +} +.module-grid-view .wrapper .icoimgContainer{ + position:relative; +} +.module-grid-view .wrapper .icoimgContainer .imageclass{ + display:block; +} +.module-grid-view .more{ + cursor:pointer; + border:1px solid transparent; + width:150px; + height:120px; +} +.module-grid-view .more:hover{ + background:#F7F7F7; + border:1px solid #DDD; +} +.module-grid-view .wrapper .file-name { + line-height: 28px; + height: 28px; +} +.module-grid-view .wrapper .file-name a { + display: inline-block; + width: 100%; + cursor: default; +} +.module-grid-view .wrapper .enabled .thumb-large, .module-grid-view .wrapper .enabled .file-name a { + cursor: pointer; +} +.module-grid-view .wrapper .item-block.item{ + border: 1px solid var(--bs-primary); + border-radius: var(--radius); + background-color: rgba(var(--bs-primary-hover),0.2); +} +/*文件分享单页开始*/ +.sharepame-title{ + line-height: 64px; + color: #fff; + font-size: 22px; + font-family: "微软雅黑"; +} +.sharepame-images{ + width:54px; + height: 54px; + float: left; +} +.sharepame-right{ + float: left; + padding-left: 10px; +} +.sharepame-name{ + font-size: 14px; + margin-bottom: 10px; +} +.sharepame-detailed { + color: #6c757d; +} +.sharepame-detailed .sharepame-time{ + padding-right:5px ; +} +.sharepame-selected{ + display: inline-block; +} +.sharepame-checked{ + position: absolute; + top: 5px; + left: 5px; +} +.window .icoblank_rightbottom{ + background-color: transparent!important; +} +/*.module-grid-view .item-block .backgound_radius{ + background-color: #e3f2fd; + border-radius: 2px; + display: block; + opacity: 1; +} +.module-grid-view .item-block .sharepame-checked{ + display: block; +} +.module-grid-view .item-block .icoblank_rightbottom{ + display: block; + top: 3px; + right: 3px; +}*/ +.sharepame-pictitle{ + padding-top: 1.42rem; + border-bottom: 1px solid #DCDCDC; + padding-bottom: 1.42rem; +} +.select-toperate-right .btn-group .btn{ + padding: 0px; + font-size: 14px; + background: none; + border: 0; + box-shadow: none; + line-height: 64px; +} +.select-toperate-right .btn-group{ + padding-right: 1.42rem; + +} +.select-toperate-right .btn-group .btn.btn-group-list i,.select-toperate-right .btn-group .btn.btn-group-thumbnail i{ + opacity: 0.65; +} +.select-toperate-right .btn-group .btn.btn-group-list i:hover,.select-toperate-right .btn-group .btn.btn-group-thumbnail i:hover{ + opacity: 1; +} +.btn-group .btn.btn-group-list i{ + font-size: 22px; + padding: 0px 0.71rem 0px 1rem; + vertical-align: middle; +} +.btn-group .btn.btn-group-thumbnail i{ + font-size: 22px; + padding: 5px 0px 5px 0.71rem; + vertical-align: middle; +} + +/*文件分享单页结束*/ +.select-option{ + border: 1px solid #4c89fb; + background: #fff; + border-radius: var(--radius); + color:#4c89fb; +} +.navtopheader{ + position: fixed; + top: 0; + left: 0; + right: 0; + margin: 5px; + height:65px; + z-index: 2201; + display: none; +} +.navtoperate{ + background-color:#fff; + box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15); + border-radius: .3rem; +} +.select-toperate{ + display: -webkit-flex; + display: flex; +} +.select-toperate-left{ + -webkit-flex: 1 0 auto; + flex: 1 0 auto; + -webkit-box-pack: start; + -webkit-justify-content:flex-start; + justify-content: flex-start; +} +.select-toperate-center{ + -webkit-flex: 1 0 auto; + flex: 1 0 auto; + vertical-align: middle; + -webkit-box-align: center; + -webkit-align-items:center; + align-items: center; + -webkit-box-pack: end; + -webkit-justify-content: flex-end; + justify-content: flex-end; +} +.select-toperate-right{ + -webkit-flex: 0 auto; + flex: 0 auto; + -webkit-justify-content: flex-end; + justify-content: flex-end; + vertical-align: middle; + -webkit-box-align: center; + -webkit-align-items:center; + align-items: center; + -webkit-box-pack: end; +} +.selectall-box{ + width: auto; + display: inline-block; +} +.selectall-box .dzz-backing-out{ + font-size: 24px; + cursor: pointer; + display:inline-block ; + vertical-align: sub; +} +.page-loadding{ + position:absolute; + left:0; + top:0; + width:100%; + height:100%; + z-index:99999; + +} +.page-loadding .page-loadding-back{ + display:inline-block; + min-width:150px; + max-width: 400px; + background:RGBA(0,0,0,0.5); + border-radius:5px; +} +.page-loadding .loading-img{ + font-size:30px; + margin-bottom:15px; + display:none; +} +.page-loadding .loading-text{ + font-size:16px; + color: #FFF; + line-height: 34px; + text-align: left; + padding: 10px 15px; + text-shadow: 1px 1px 1px #000; +} +.module-list-toolbar .chk.chked{ + background: transparent url(selected.png) no-repeat; +} +.zip-toolbarbox{ + border-bottom: 1px solid #d4d4d4; + background-repeat: repeat-x; + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0); + + } + .zip-toolbarboxinner{ + padding: 3px 2px 2px 2px; + } + div.zip-box { + position: relative; + display: -moz-inline-box !important; + display: inline-block !important; + vertical-align: top; + + } + .zip-default div { + width: auto; + height: auto; + } + .zip-default .zip-box{ + border: none; + padding: 0; + margin: 0; + } + .zip-default .zip-button{ + margin:1px; + padding:2px; + width:54px; + height:46px; + text-align:center; + line-height:42px; + } + .zip-default .zip-button .zip-icon{ + height: 42px !important; + width: 50px !important; + background-image: url(./icons.png); + + } + + .zip-default .zip-button:hover,.zip-default .zip-button.hover{ + background-color: #efefef; + padding: 1px; + border: 1px solid #dcac6c; + border-radius: 2px; + -webkit-border-radius: 2px; + -moz-border-radius: 2px; + } + + .zip-default .zip-button.disabled:hover{ + background-color: transparent; + padding: 2px; + border: 0; + border-radius: 0; + -webkit-border-radius: 0; + -moz-border-radius: 0; + } + .zip-default .zip-button.disabled .zip-icon { + opacity: 0.3; + filter: alpha(opacity = 30); + } + + .zip-default .zip-separator { + width: 2px; + height: 42px; + margin: 2px 4px 2px 3px; + background: url(icons.png) -350px 0; + } + .zip-default .zip-open .zip-icon{ + background-position: -50px 0; + } + .zip-default .zip-add .zip-icon{ + background-position: -100px 0; + } + .zip-default .zip-save .zip-icon{ + background-position: -250px 0; + } + .zip-default .zip-extract .zip-icon{ + background-position: -150px 0; + } + .zip-default .zip-delete .zip-icon{ + background-position: -200px 0; + } + .zip-default .zip-parent .zip-icon{ + background-position: 0 0; + } + .zip-default .zip-info .zip-icon{ + background-position: -300px 0; + } + + + .zip-default .zip-new .zip-icon{ + background-position: 0 -352px; + } +.module-list-toolbar { + position: relative; + z-index: 90; + display: none; + margin-bottom: 40px; +} +.module-list-toolbar .bar { + position: absolute; +} + +.col1{ + float: left; + height: 51px; + line-height: 51px; + width: 10%; + white-space: nowrap; + text-overflow: ellipsis; + overflow: hidden; + display: flex; + align-content:center; + flex-wrap:wrap; +} +.item-block{ + background:rgba(var(--bs-primary-hover),0.1); +} \ No newline at end of file diff --git a/dzz/images/folder/icons.png b/dzz/images/folder/icons.png new file mode 100644 index 0000000..3930360 Binary files /dev/null and b/dzz/images/folder/icons.png differ diff --git a/admin/share/images/locked.gif b/dzz/images/folder/locked.gif similarity index 100% rename from admin/share/images/locked.gif rename to dzz/images/folder/locked.gif diff --git a/admin/share/images/locked.png b/dzz/images/folder/locked.png similarity index 100% rename from admin/share/images/locked.png rename to dzz/images/folder/locked.png diff --git a/dzz/images/folder/selected.png b/dzz/images/folder/selected.png new file mode 100644 index 0000000..ae3dc78 Binary files /dev/null and b/dzz/images/folder/selected.png differ diff --git a/dzz/images/folder/sort_asc.gif b/dzz/images/folder/sort_asc.gif new file mode 100644 index 0000000..67a2a4c Binary files /dev/null and b/dzz/images/folder/sort_asc.gif differ diff --git a/dzz/images/folder/sort_desc.gif b/dzz/images/folder/sort_desc.gif new file mode 100644 index 0000000..34db47c Binary files /dev/null and b/dzz/images/folder/sort_desc.gif differ diff --git a/dzz/index/template/lyear/lyear_left.htm b/dzz/index/template/lyear/lyear_left.htm new file mode 100644 index 0000000..abc0b7b --- /dev/null +++ b/dzz/index/template/lyear/lyear_left.htm @@ -0,0 +1,9 @@ + + \ No newline at end of file diff --git a/dzz/index/template/lyear/main.htm b/dzz/index/template/lyear/main.htm new file mode 100644 index 0000000..e0be806 --- /dev/null +++ b/dzz/index/template/lyear/main.htm @@ -0,0 +1,96 @@ + + +
    +
    +
    +
    +
    + {lang system_install_success} +
    +
    +
    +

    {lang thank_you_of}

    +

    {lang after_installed_tip}

    +
    +
    +
    +
    +
    + {lang after_installed_help} +
    +
    +
    +
      +
    1. +
      +
      {lang after_installed_step_one}
      + {lang after_installed_step_one_tip} +
      + 1 +
    2. +
    3. +
      +
      系统配置
      + {lang after_installed_step_two} +
      + 2 +
    4. +
    +
    +
    +
    +
    +
    + {lang Communication_and_feedback} +
    +
    +
    +
    +
    +
    +
    +
    + + + + GitHub +
    + +
    +
    +
    +
    +
    +
    +
    + + + + gitee +
    + +
    +
    +
    + +
    +
    +
    +
    + + + + 240726 +
    + +
    +
    +
    + +
    +
    +
    +
    +
    + + \ No newline at end of file diff --git a/dzz/io/getStream.php b/dzz/io/getStream.php index b9bffe2..ef8e5e0 100644 --- a/dzz/io/getStream.php +++ b/dzz/io/getStream.php @@ -15,14 +15,22 @@ if(!$path=dzzdecode(rawurldecode($_GET['path']))){ @header('Status: 404 Not Found'); exit('Access Denied'); } - if(!$url=(IO::getStream($path))){ @header('HTTP/1.1 403 Not Found'); @header('Status: 403 Not Found'); exit(lang('attachment_nonexistence')); } - +if (is_array($url) && isset($url['error'])) { + @header('HTTP/1.1 403 Not Found'); + @header('Status: 403 Not Found'); + exit($url['error']); +} $filename = trim($_GET['n'], '.dzz') ?: $_GET['filename']; +// 检查是否包含 Unicode 编码的字符 +if (preg_match('/\\\\u[0-9a-fA-F]{4}/', $filename)) { + // 将 Unicode 编码转换为 UTF-8 + $filename = json_decode('"' . $filename . '"'); +} $ext=strtolower(substr(strrchr($filename, '.'), 1, 10)); if(!$ext) $ext=strtolower(substr(strrchr(preg_replace("/\.dzz$/i",'',preg_replace("/\?.*/i",'',$url)), '.'), 1, 10)); if($ext=='dzz' || ($ext && in_array($ext,$_G['setting']['unRunExts']))){//如果是本地文件,并且是阻止运行的后缀名时; @@ -37,5 +45,4 @@ if($ext=='dzz' || ($ext && in_array($ext,$_G['setting']['unRunExts']))){//如果 @readfile($url); @flush(); @ob_flush(); exit(); - -?> +?> \ No newline at end of file diff --git a/dzz/io/thumbnail.php b/dzz/io/thumbnail.php index a9df0bd..038d695 100644 --- a/dzz/io/thumbnail.php +++ b/dzz/io/thumbnail.php @@ -68,4 +68,4 @@ if($original){ @flush(); @ob_flush(); exit(); } -?> +?> \ No newline at end of file diff --git a/dzz/language/zh-cn/lang.php b/dzz/language/zh-cn/lang.php index c11e621..7230e5f 100644 --- a/dzz/language/zh-cn/lang.php +++ b/dzz/language/zh-cn/lang.php @@ -259,6 +259,8 @@ $lang = array( 'del_adjunct' => '删除附件', 'choose_from_my_file' => '从我的文件中选择', 'said_two_sentences' => '我说两句', + 'comment_success'=> '评论成功', + 'comment_failed'=> '评论失败', 'colleague' => '同事', 'publish' => '发表', 'a_reply' => '条回复', @@ -468,11 +470,17 @@ $lang = array( 'power_point' => '演示文稿', 'pictures_photos' => '图片和照片', 'pictures' => '图片', + 'video' => '视频', 'document' => '文档', 'all_type' => '全部类型', 'some_day_after' => '{day}天后', 'within_a_day' => '1天内', - 'savetosuccess'=>' 保存成功,文件路径: ' + 'savetosuccess'=>' 保存成功,文件路径: ', + 'delete_share'=>'删除分享', + 'affirm_stop_sharing'=>'确定取消分享', + 'stop_sharing_success'=>'取消分享成功', + 'share_stop_sharing1'=>'

    取消分享后,该条分享记录将被删除,将无法再访问此分享链接。

    你确认要取消分享吗?

    ', + 'global_appinfo_error'=>'全局应用信息错误!请检查Dzz版本与应用是否匹配。', ); ?> diff --git a/dzz/link/OpenPicWin/OpenPicWin.md5 b/dzz/link/OpenPicWin/OpenPicWin.md5 new file mode 100644 index 0000000..df6c8ed --- /dev/null +++ b/dzz/link/OpenPicWin/OpenPicWin.md5 @@ -0,0 +1 @@ +1501e439c1bb63aa5e18c5afeb3b1c03 *./dzz_app_OpenPicWin.xml diff --git a/dzz/link/OpenPicWin/dzz_app_OpenPicWin.xml b/dzz/link/OpenPicWin/dzz_app_OpenPicWin.xml new file mode 100644 index 0000000..c9299ce --- /dev/null +++ b/dzz/link/OpenPicWin/dzz_app_OpenPicWin.xml @@ -0,0 +1,266 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dzz/link/OpenPicWin/index.htm b/dzz/link/OpenPicWin/index.htm new file mode 100644 index 0000000..e69de29 diff --git a/dzz/link/index.htm b/dzz/link/index.htm new file mode 100644 index 0000000..e69de29 diff --git a/dzz/market/dzz_app_market.xml b/dzz/market/dzz_app_market.xml deleted file mode 100644 index 0da1d7e..0000000 --- a/dzz/market/dzz_app_market.xml +++ /dev/null @@ -1,513 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/dzz/market/index.php b/dzz/market/index.php deleted file mode 100644 index 337d90f..0000000 --- a/dzz/market/index.php +++ /dev/null @@ -1,90 +0,0 @@ - insert_by_uid($_G['uid'], $appid); - if (C::t('user_field') -> update($_G['uid'], array('applist' => implode(',', $applist)))) { - echo json_encode(array('msg' => 'success')); - exit(); - } else { - echo json_encode(array('error' => lang('app_installa_failed'))); - exit(); - } -} -//获取所有标签top10; -$tags = DB::fetch_all("SELECT * FROM %t WHERE hot>0 ORDER BY HOT DESC limit 100", array('app_tag')); -$keyword = trim($_GET['keyword']); -$tagid = intval($_GET['tagid']); -$page = empty($_GET['page']) ? 1 : intval($_GET['page']); -$perpage = 20; -$gets = array('mod' => 'market', 'keyword' => $keyword, 'tagid' => $tagid, ); -$theurl = DZZSCRIPT . "?" . url_implode($gets); -$refer = urlencode($theurl . '&page=' . $page); - -$order = 'ORDER BY disp'; -$start = ($page - 1) * $perpage; -$apps = array(); -//system=2代表系统自带安装应用不能卸载 notdelete=1表示不能删除的,不能删除的直接不可见 -$sql = 'system!=2 and available>0 and hideInMarket<1 and notdelete<1'; -$param=array('app_market'); -if ($keyword) { - $sql .= " and (appname like %s or vendor like %s)"; - $param[]='%'.$keyword.'%'; - $param[]='%'.$keyword.'%'; -} elseif ($tagid) { - $appids = C::t('app_relative') -> fetch_appids_by_tagid($tagid); - $sql .= " and appid IN (" . dimplode($appids) . ")"; -} -//获取用户所在组的应用 -if (!$_G['uid']) {//游客 - $sql .= " and (`group`='-1' OR `group`='0')"; -} elseif ($_G['adminid'] == 1) {//系统管理员 -} elseif ($_G['groupid'] == 2) {//部门管理员 - $l = " (`group` = '1')"; - if ($notappids = C::t('app_organization') -> fetch_notin_appids_by_uid($_G['uid'])) { - $l .= " and appid NOT IN (" . dimplode($notappids) . ") "; - } - $sql .= " and (`group` = '2' OR `group`='0' OR (" . $l . "))"; -} else {//普通成员 - $l = " (`group` = '1')"; - if ($notappids = C::t('app_organization') -> fetch_notin_appids_by_uid($_G['uid'])) { - $l .= " and appid NOT IN (" . dimplode($notappids) . ") "; - } - $sql .= " and (`group`='0' OR (" . $l . "))"; -} -if ($count = DB::result_first("SELECT COUNT(*) FROM %t WHERE $sql ",$param)) { - $apps = DB::fetch_all("SELECT * FROM %t WHERE $sql $order limit $start,$perpage",$param); - $multi = multi($count, $perpage, $page, $theurl, 'pull-right'); -} -$list = array(); -//$grouptitle=array('0'=>'全部','-1'=>'仅游客可用','1'=>'成员可用','2'=>'部门管理员可用','3'=>'仅系统管理员可用'); -foreach ($apps as $value) { - if ($value['isshow'] < 1) - continue; - $value['tags'] = C::t('app_relative') -> fetch_all_by_appid($value['appid']); - if ($value['appico'] != 'dzz/images/default/icodefault.png' && !preg_match("/^(http|ftp|https|mms)\:\/\/(.+?)/i", $value['appico'])) { - $value['appico'] = $_G['setting']['attachurl'] . $value['appico']; - } - $value['url'] = replace_canshu($value['appurl']); - if (in_array($value['appid'], $applist)) - $value['isinstall'] = true; - $list[$value['appid']] = $value; -} -$jsondata = json_encode($list); - -include template('market'); -?> diff --git a/dzz/market/language/zh-cn/lang.php b/dzz/market/language/zh-cn/lang.php deleted file mode 100644 index 40f3f90..0000000 --- a/dzz/market/language/zh-cn/lang.php +++ /dev/null @@ -1,12 +0,0 @@ -'应用库', - 'application_name_suppliers'=>'应用名称或供应商', - 'supplier'=>'供应商', - 'being_installed'=>'正在安装', - 'been_installed_start_menu'=>'已安装到开始菜单', - 'please_use_desktop'=>'请在桌面内使用', - 'app_installa_failed'=>'应用安装失败' -); - -?> \ No newline at end of file diff --git a/dzz/market/notice.php b/dzz/market/notice.php deleted file mode 100644 index 31def7a..0000000 --- a/dzz/market/notice.php +++ /dev/null @@ -1,44 +0,0 @@ -0 and dateline>$lasttime and available>0"; -//获取用户所在组的应用 -if (!$_G['uid']) {//游客 - $sql .= " and (`group`='-1' OR `group`='0')"; -} elseif ($_G['adminid'] == 1) {//系统管理员 -} elseif ($_G['groupid'] == 2) {//部门管理员 - - $l = " (`group` = '1')"; - if ($notappids = C::t('app_organization') -> fetch_notin_appids_by_uid($_G['uid'])) { - $l .= " and appid NOT IN (" . dimplode($notappids) . ") "; - } - $sql .= " and (`group` = '2' OR `group`='0' OR (" . $l . "))"; -} else {//普通成员 - $l = " (`group` = '1')"; - if ($notappids = C::t('app_organization') -> fetch_notin_appids_by_uid($_G['uid'])) { - $l .= " and appid NOT IN (" . dimplode($notappids) . ") "; - } - $sql .= " and (`group`='0' OR (" . $l . "))"; -} -$data['sum'] = (DB::result_first("SELECT COUNT(*) FROM " . DB::table('app_market') . " WHERE $sql")); -//$data['notice']=array(); -echo "noticeCallback(" . json_encode($data) . ")"; -exit(); -?> diff --git a/dzz/market/template/header_left.htm b/dzz/market/template/header_left.htm deleted file mode 100644 index d2085ec..0000000 --- a/dzz/market/template/header_left.htm +++ /dev/null @@ -1,6 +0,0 @@ - \ No newline at end of file diff --git a/dzz/market/template/header_search.htm b/dzz/market/template/header_search.htm deleted file mode 100644 index 909040e..0000000 --- a/dzz/market/template/header_search.htm +++ /dev/null @@ -1,16 +0,0 @@ - - -
    - diff --git a/dzz/market/template/market.htm b/dzz/market/template/market.htm deleted file mode 100644 index 025c35f..0000000 --- a/dzz/market/template/market.htm +++ /dev/null @@ -1,146 +0,0 @@ - - - - - - -
    -
    -
    - -
    - -
    - - - - - - - - - - - - - - - - - - - - - - -
    {lang appname}{lang supplier}{lang label}{lang edit}
    - $value[appname] - $value[vendor] - - $value1[tagname] - - - - {lang been_install} - -  {lang uninstall} - - - {lang install} - -
    $multi
    -
    -
    -
    - - - \ No newline at end of file diff --git a/admin/orguser/ajax.php b/dzz/orguser/ajax.php similarity index 98% rename from admin/orguser/ajax.php rename to dzz/orguser/ajax.php index bb573e6..f5f6fb6 100644 --- a/admin/orguser/ajax.php +++ b/dzz/orguser/ajax.php @@ -6,7 +6,7 @@ * @link http://www.dzzoffice.com * @author zyx(zyx@dzz.cc) */ -if (!defined('IN_DZZ') || !defined('IN_ADMIN')) { +if (!defined('IN_DZZ')) { exit('Access Denied'); } include_once libfile('function/organization'); @@ -191,9 +191,9 @@ if ($do == 'upload') {//上传图片文件 } elseif ($do == 'getjobs') { $orgid = intval($_GET['orgid']); $jobs = C::t('organization_job') -> fetch_all_by_orgid($orgid); - $html = '
  • '.lang('none').'
  • '; + $html = '
  • '.lang('none').'
  • '; foreach ($jobs as $job) { - $html .= '
  • ' . $job['name'] . '
  • '; + $html .= '
  • ' . $job['name'] . '
  • '; } exit($html); } elseif ($do == 'create') { diff --git a/dzz/orguser/config/config.php b/dzz/orguser/config/config.php new file mode 100644 index 0000000..e2e6e80 --- /dev/null +++ b/dzz/orguser/config/config.php @@ -0,0 +1,7 @@ +false, + 'about'=>array('name_en'=>'机构用户', + 'version'=>'V2.0'), + 'libfile'=>'function/appperm', +); \ No newline at end of file diff --git a/dzz/orguser/config/index.htm b/dzz/orguser/config/index.htm new file mode 100644 index 0000000..e69de29 diff --git a/admin/orguser/dzz_app_orguser.xml b/dzz/orguser/dzz_app_orguser.xml similarity index 99% rename from admin/orguser/dzz_app_orguser.xml rename to dzz/orguser/dzz_app_orguser.xml index c39c07e..b4b0eb4 100644 --- a/admin/orguser/dzz_app_orguser.xml +++ b/dzz/orguser/dzz_app_orguser.xml @@ -1253,7 +1253,7 @@ jN8AIn8WWG+kzK9BG2CkzN/j8RvASHwcjgHoC6Cgqb3f3AKY0BTAG7cAhjUFYLsFMAS81Mz4UdcA AABJRU5ErkJggg== ]]> - + @@ -1271,7 +1271,7 @@ AABJRU5ErkJggg== - + diff --git a/admin/orguser/edituser.php b/dzz/orguser/edituser.php similarity index 97% rename from admin/orguser/edituser.php rename to dzz/orguser/edituser.php index 74de12d..e2080e0 100644 --- a/admin/orguser/edituser.php +++ b/dzz/orguser/edituser.php @@ -6,7 +6,7 @@ * @link http://www.dzzoffice.com * @author zyx(zyx@dzz.cc) */ -if (!defined('IN_DZZ') || !defined('IN_ADMIN')) { +if (!defined('IN_DZZ')) { exit('Access Denied'); } require_once libfile('function/user', '', 'user'); @@ -152,7 +152,7 @@ if ($do == 'add') { } } - showmessage('add_user_success', ADMINSCRIPT . '?mod=orguser#user_' . $uid, array('uid' => $uid, 'orgids' => $orgids)); + showmessage('add_user_success', MOD_URL.'#user_' . $uid, array('uid' => $uid, 'orgids' => $orgids)); } else { $orgid = intval($_GET['orgid']); @@ -202,13 +202,14 @@ if ($do == 'add') { //处理上司职位; C::t('organization_upjob') -> insert_by_uid($uid, intval($_GET['upjobid'])); - showmessage('edit_user_success', ADMINSCRIPT . '?mod=orguser#user_' . $uid, array()); + showmessage('edit_user_success', MOD_URL.'#user_' . $uid, array()); } //禁用创始人验证 $status = intval($_GET['status']) ? 1 : 0; if($status == 1 && C::t('user') -> checkfounder($user)) { showmessage('创始人账号不能禁用'); } + //用户名验证 $username = trim($_GET['username']); @@ -307,7 +308,7 @@ if ($do == 'add') { C::t('organization_upjob') -> insert_by_uid($uid, intval($_GET['upjobid'])); Hook::listen('syntoline_user',$uid);//注册绑定到钉钉部门表 - showmessage('edit_user_success', ADMINSCRIPT . '?mod=orguser#user_' . $uid, array()); + showmessage('edit_user_success', MOD_URL.'#user_' . $uid, array()); } else { require_once libfile('function/organization'); @@ -408,7 +409,7 @@ if ($do == 'add') { $setarr['uid'] = $uid; C::t('user_profile') -> insert($setarr); } - showmessage('subscriber_data_alter_success', ADMINSCRIPT . '?mod=orguser#user_' . $uid . '_profile', array()); + showmessage('subscriber_data_alter_success', MOD_URL.'#user_' . $uid . '_profile', array()); } else { $allowitems = array(); foreach ($_G['cache']['profilesetting'] as $key => $value) { diff --git a/admin/orguser/export.php b/dzz/orguser/export.php similarity index 98% rename from admin/orguser/export.php rename to dzz/orguser/export.php index 5264a1c..7dc1b82 100644 --- a/admin/orguser/export.php +++ b/dzz/orguser/export.php @@ -6,7 +6,7 @@ * @link http://www.dzzoffice.com * @author zyx(zyx@dzz.cc) */ -if(!defined('IN_DZZ') || !defined('IN_ADMIN')) { +if(!defined('IN_DZZ')) { exit('Access Denied'); } require_once libfile('function/organization'); @@ -16,6 +16,7 @@ if($_G['adminid']!=1) showmessage('system_administrator_export',dreferer()); $h1=getProfileForImport(); $h0=array_merge($h0,$h1); $orgid=intval($_GET['orgid']); +$navtitle = lang('export_user').' - '.lang('appname'); if(!submitcheck('exportsubmit')){ $orgpath=C::t('organization')->getPathByOrgid($orgid); if(empty($orgpath)) $orgpath=lang('please_select_range_export'); diff --git a/admin/orguser/export_tmpl.php b/dzz/orguser/export_tmpl.php similarity index 98% rename from admin/orguser/export_tmpl.php rename to dzz/orguser/export_tmpl.php index 17847bb..e6f46d1 100644 --- a/admin/orguser/export_tmpl.php +++ b/dzz/orguser/export_tmpl.php @@ -6,7 +6,7 @@ * @link http://www.dzzoffice.com * @author zyx(zyx@dzz.cc) */ -if(!defined('IN_DZZ') || !defined('IN_ADMIN')) { +if(!defined('IN_DZZ')) { exit('Access Denied'); } $h0=array('username'=>lang('compellation'),'email'=>lang('email'),'password'=>lang('user_login_password'),'birth'=>lang('date_birth'),'gender'=>lang('gender'),'mobile'=>lang('cellphone'),'weixinid'=>lang('weixin'),'orgname'=>lang('category_department'),'job'=>lang('department_position')); diff --git a/dzz/orguser/images/05group-topBg.jpg b/dzz/orguser/images/05group-topBg.jpg new file mode 100644 index 0000000..5548d4b Binary files /dev/null and b/dzz/orguser/images/05group-topBg.jpg differ diff --git a/admin/orguser/images/add_guide.png b/dzz/orguser/images/add_guide.png similarity index 100% rename from admin/orguser/images/add_guide.png rename to dzz/orguser/images/add_guide.png diff --git a/admin/orguser/images/ctrl.png b/dzz/orguser/images/ctrl.png similarity index 100% rename from admin/orguser/images/ctrl.png rename to dzz/orguser/images/ctrl.png diff --git a/dzz/orguser/images/icon-addPotr@2x.png b/dzz/orguser/images/icon-addPotr@2x.png new file mode 100644 index 0000000..bc237b4 Binary files /dev/null and b/dzz/orguser/images/icon-addPotr@2x.png differ diff --git a/admin/orguser/images/icons.png b/dzz/orguser/images/icons.png similarity index 100% rename from admin/orguser/images/icons.png rename to dzz/orguser/images/icons.png diff --git a/admin/orguser/images/icons_24.png b/dzz/orguser/images/icons_24.png similarity index 100% rename from admin/orguser/images/icons_24.png rename to dzz/orguser/images/icons_24.png diff --git a/admin/orguser/images/orguser.css b/dzz/orguser/images/orguser.css similarity index 94% rename from admin/orguser/images/orguser.css rename to dzz/orguser/images/orguser.css index e952e5c..b664449 100644 --- a/admin/orguser/images/orguser.css +++ b/dzz/orguser/images/orguser.css @@ -49,7 +49,6 @@ .classtree-topbar a:active{ } - .classtree-search{ position:absolute; left:0; @@ -104,7 +103,7 @@ .jstree-default .jstree-icon.jstree-themeicon-custom{ margin-top:5px; } -.jstree-default .jstree-icon.jstree-themeicon-custom.dzz{ +.jstree-default .jstree-icon.jstree-themeicon-custom.mdi{ margin-top:-2px; } .moderators-container .user-item{ @@ -273,7 +272,7 @@ textarea{ .head-portrait .hover{ display: block; } -.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline, .has-warning.checkbox label, .has-warning.checkbox-inline label, .has-warning.radio label, .has-warning.radio-inline label{ +.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .form-text, .has-warning .radio, .has-warning .radio-inline, .has-warning.checkbox label, .has-warning.checkbox-inline label, .has-warning.radio label, .has-warning.radio-inline label{ color: #333; } .has-warning .form-control { @@ -288,7 +287,7 @@ kbd{ height: 40px; border-radius: 50%; display: inline-block; - line-height: 40px; + line-height: 38px; text-align: center; margin-right: 2px; color: #FFFFFF; @@ -299,7 +298,7 @@ kbd{ height: 24px; border-radius: 50%; display: inline-block; - line-height: 24px; + line-height: 22px; text-align: center; margin-right: 2px; color: #FFFFFF; diff --git a/admin/orguser/images/themes/default/32px.png b/dzz/orguser/images/themes/default/32px.png similarity index 100% rename from admin/orguser/images/themes/default/32px.png rename to dzz/orguser/images/themes/default/32px.png diff --git a/dzz/orguser/images/themes/default/40px.png b/dzz/orguser/images/themes/default/40px.png new file mode 100644 index 0000000..9e76db4 Binary files /dev/null and b/dzz/orguser/images/themes/default/40px.png differ diff --git a/dzz/orguser/images/themes/default/organization.png b/dzz/orguser/images/themes/default/organization.png new file mode 100644 index 0000000..5f51e34 Binary files /dev/null and b/dzz/orguser/images/themes/default/organization.png differ diff --git a/dzz/orguser/images/themes/default/style.css b/dzz/orguser/images/themes/default/style.css new file mode 100644 index 0000000..9329e45 --- /dev/null +++ b/dzz/orguser/images/themes/default/style.css @@ -0,0 +1,917 @@ +/* jsTree default theme */ +.jstree-node, +.jstree-children, +.jstree-container-ul { + display: block; + margin: 0; + padding: 0; + list-style-type: none; + list-style-image: none; +} +.jstree-node { + white-space: nowrap; +} +.jstree-anchor { + display: inline-block; + color: black; + white-space: nowrap; + padding: 0 4px 0 1px; + margin: 0; + vertical-align: top; +} +.jstree-anchor:focus { + outline: 0; +} +.jstree-anchor, +.jstree-anchor:link, +.jstree-anchor:visited, +.jstree-anchor:hover, +.jstree-anchor:active { + text-decoration: none; + color: inherit; +} +.jstree-icon { + display: inline-block; + text-decoration: none; + margin: 0; + padding: 0; + vertical-align: top; + text-align: center; +} +.jstree-icon:empty { + display: inline-block; + text-decoration: none; + margin: 0; + padding: 0; + vertical-align: top; + text-align: center; +} +.jstree-ocl { + cursor: pointer; +} +.jstree .jstree-open > .jstree-children { + display: block; +} +.jstree .jstree-closed > .jstree-children, +.jstree .jstree-leaf > .jstree-children { + display: none; +} +.jstree-anchor > .jstree-themeicon { + margin-right: 2px; +} +.jstree-no-icons .jstree-themeicon, +.jstree-anchor > .jstree-themeicon-hidden { + display: none; +} +.jstree-rtl .jstree-anchor { + padding: 0 1px 0 4px; +} +.jstree-rtl .jstree-anchor > .jstree-themeicon { + margin-left: 2px; + margin-right: 0; +} +.jstree-rtl .jstree-node { + margin-left: 0; +} +.jstree-rtl .jstree-container-ul > .jstree-node { + margin-right: 0; +} +.jstree-wholerow-ul { + position: relative; + display: inline-block; + min-width: 100%; +} +.jstree-wholerow-ul .jstree-anchor, +.jstree-wholerow-ul .jstree-icon { + position: relative; +} +.jstree-wholerow-ul .jstree-wholerow { + width: 100%; + cursor: pointer; + position: absolute; + left: 0; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} +.vakata-context { + display: none; + z-index:10000; +} +.vakata-context, +.vakata-context ul { + margin: 0; + padding: 2px; + position: absolute; + background: #f5f5f5; + border: 1px solid #979797; + -moz-box-shadow: 5px 5px 4px -4px #666666; + -webkit-box-shadow: 2px 2px 2px #999999; + box-shadow: 2px 2px 2px #999999; +} +.vakata-context ul { + list-style: none; + left: 100%; + margin-top: -2.7em; + margin-left: -4px; +} +.vakata-context .vakata-context-right ul { + left: auto; + right: 100%; + margin-left: auto; + margin-right: -4px; +} +.vakata-context li { + list-style: none; + display: inline; +} +.vakata-context li > a { + display: block; + padding: 0 2em 0 2em; + text-decoration: none; + width: auto; + color: black; + white-space: nowrap; + line-height: 2.4em; + -moz-text-shadow: 1px 1px 0 white; + -webkit-text-shadow: 1px 1px 0 white; + text-shadow: 1px 1px 0 white; + -moz-border-radius: 1px; + -webkit-border-radius: 1px; + border-radius: 1px; +} +.vakata-context li > a:hover { + position: relative; + background-color: #e8eff7; + -moz-box-shadow: 0 0 2px #0a6aa1; + -webkit-box-shadow: 0 0 2px #0a6aa1; + box-shadow: 0 0 2px #0a6aa1; +} +.vakata-context li > a.vakata-context-parent { + background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAIORI4JlrqN1oMSnmmZDQUAOw=="); + background-position: right center; + background-repeat: no-repeat; +} +.vakata-context li > a:focus { + outline: 0; +} +.vakata-context .vakata-context-hover > a { + position: relative; + background-color: #e8eff7; + -moz-box-shadow: 0 0 2px #0a6aa1; + -webkit-box-shadow: 0 0 2px #0a6aa1; + box-shadow: 0 0 2px #0a6aa1; +} +.vakata-context .vakata-context-separator a, +.vakata-context .vakata-context-separator a:hover { + background: white; + border: 0; + border-top: 1px solid #e2e3e3; + height: 1px; + min-height: 1px; + max-height: 1px; + padding: 0; + margin: 0 0 0 2.4em; + border-left: 1px solid #e0e0e0; + -moz-text-shadow: 0 0 0 transparent; + -webkit-text-shadow: 0 0 0 transparent; + text-shadow: 0 0 0 transparent; + -moz-box-shadow: 0 0 0 transparent; + -webkit-box-shadow: 0 0 0 transparent; + box-shadow: 0 0 0 transparent; + -moz-border-radius: 0; + -webkit-border-radius: 0; + border-radius: 0; +} +.vakata-context .vakata-contextmenu-disabled a, +.vakata-context .vakata-contextmenu-disabled a:hover { + color: silver; + background-color: transparent; + border: 0; + box-shadow: 0 0 0; +} +.vakata-context li > a > i { + text-decoration: none; + display: inline-block; + width: 2.4em; + height: 2.4em; + background: transparent; + margin: 0 0 0 -2em; + vertical-align: top; + text-align: center; + line-height: 2.4em; +} +.vakata-context li > a > i:empty { + width: 2.4em; + line-height: 2.4em; +} +.vakata-context li > a .vakata-contextmenu-sep { + display: inline-block; + width: 1px; + height: 2.4em; + background: white; + margin: 0 0.5em 0 0; + border-left: 1px solid #e2e3e3; +} +.vakata-context .vakata-contextmenu-shortcut { + font-size: 0.8em; + color: silver; + opacity: 0.5; + display: none; +} +.vakata-context-rtl ul { + left: auto; + right: 100%; + margin-left: auto; + margin-right: -4px; +} +.vakata-context-rtl li > a.vakata-context-parent { + background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAINjI+AC7rWHIsPtmoxLAA7"); + background-position: left center; + background-repeat: no-repeat; +} +.vakata-context-rtl .vakata-context-separator > a { + margin: 0 2.4em 0 0; + border-left: 0; + border-right: 1px solid #e2e3e3; +} +.vakata-context-rtl .vakata-context-left ul { + right: auto; + left: 100%; + margin-left: -4px; + margin-right: auto; +} +.vakata-context-rtl li > a > i { + margin: 0 -2em 0 0; +} +.vakata-context-rtl li > a .vakata-contextmenu-sep { + margin: 0 0 0 0.5em; + border-left-color: white; + background: #e2e3e3; +} +#jstree-marker { + position: absolute; + top: 0; + left: 0; + margin: 0; + padding: 0; + border-right: 0; + border-top: 5px solid transparent; + border-bottom: 5px solid transparent; + border-left: 5px solid; + width: 0; + height: 0; + font-size: 0; + line-height: 0; +} +#jstree-dnd { + line-height: 16px; + margin: 0; + padding: 4px; +} +#jstree-dnd .jstree-icon, +#jstree-dnd .jstree-copy { + display: inline-block; + text-decoration: none; + margin: 0 2px 0 0; + padding: 0; + width: 16px; + height: 16px; +} +#jstree-dnd .jstree-ok { + background: green; +} +#jstree-dnd .jstree-er { + background: red; +} +#jstree-dnd .jstree-copy { + margin: 0 2px 0 2px; +} +.jstree-default .jstree-node, +.jstree-default .jstree-icon { + background-repeat: no-repeat; + background-color: transparent; +} +.jstree-default .jstree-anchor, +.jstree-default .jstree-wholerow { + transition: background-color 0.15s, box-shadow 0.15s; +} +.jstree-default .jstree-hovered { + background: #e7f4f9; + border-radius: 2px; + box-shadow: inset 0 0 1px #ccc; +} +.jstree-default .jstree-clicked { + background: #beebff; + border-radius: 2px; + box-shadow: inset 0 0 1px #999; +} +.jstree-default .jstree-no-icons .jstree-anchor > .jstree-themeicon { + display: none; +} +.jstree-default .jstree-disabled { + background: transparent; + color: #666; +} +.jstree-default .jstree-disabled.jstree-hovered { + background: transparent; + box-shadow: none; +} +.jstree-default .jstree-disabled.jstree-clicked { + background: #efefef; +} +.jstree-default .jstree-disabled > .jstree-icon { + opacity: 0.8; + filter: url("data:image/svg+xml;utf8,#jstree-grayscale"); + /* Firefox 10+ */ + filter: gray; + /* IE6-9 */ + -webkit-filter: grayscale(100%); + /* Chrome 19+ & Safari 6+ */ +} +.jstree-default .jstree-search { + font-style: italic; + color: #8b0000; + font-weight: bold; +} +.jstree-default .jstree-no-checkboxes .jstree-checkbox { + display: none !important; +} +.jstree-default.jstree-checkbox-no-clicked .jstree-clicked { + background: transparent; + box-shadow: none; +} +.jstree-default.jstree-checkbox-no-clicked .jstree-clicked.jstree-hovered { + background: #e7f4f9; +} +.jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked { + background: transparent; +} +.jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked.jstree-wholerow-hovered { + background: #e7f4f9; +} +#jstree-dnd.jstree-default .jstree-ok, +#jstree-dnd.jstree-default .jstree-er { + background-image: url("32px.png"); + background-repeat: no-repeat; + background-color: transparent; +} +#jstree-dnd.jstree-default i { + background: transparent; + width: 16px; + height: 16px; +} +#jstree-dnd.jstree-default .jstree-ok { + background-position: -9px -71px; +} +#jstree-dnd.jstree-default .jstree-er { + background-position: -39px -71px; +} +.jstree-default > .jstree-striped { + background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAkCAMAAAB/qqA+AAAABlBMVEUAAAAAAAClZ7nPAAAAAnRSTlMNAMM9s3UAAAAXSURBVHjajcEBAQAAAIKg/H/aCQZ70AUBjAATb6YPDgAAAABJRU5ErkJggg==") left top repeat; +} +.jstree-default > .jstree-wholerow-ul .jstree-hovered, +.jstree-default > .jstree-wholerow-ul .jstree-clicked { + background: transparent; + box-shadow: none; + border-radius: 0; +} +.jstree-default .jstree-wholerow { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +.jstree-default .jstree-wholerow-hovered { + background: #e7f4f9; +} +.jstree-default .jstree-wholerow-clicked { + background: #beebff; + background: -moz-linear-gradient(top, #beebff 0%, #a8e4ff 100%); + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #beebff), color-stop(100%, #a8e4ff)); + background: -webkit-linear-gradient(top, #beebff 0%, #a8e4ff 100%); + background: -o-linear-gradient(top, #beebff 0%, #a8e4ff 100%); + background: -ms-linear-gradient(top, #beebff 0%, #a8e4ff 100%); + background: linear-gradient(to bottom, #beebff 0%, #a8e4ff 100%); + /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='@color1', endColorstr='@color2',GradientType=0 );*/ +} +.jstree-default .jstree-node { + min-height: 24px; + line-height: 24px; + margin-left: 24px; + min-width: 24px; +} +.jstree-default .jstree-anchor { + line-height: 24px; + height: 24px; +} +.jstree-default .jstree-icon { + width: 24px; + height: 24px; + line-height: 24px; +} +.jstree-default .jstree-icon:empty { + width: 24px; + height: 24px; + line-height: 24px; +} +.jstree-default.jstree-rtl .jstree-node { + margin-right: 24px; +} +.jstree-default .jstree-wholerow { + height: 24px; +} +.jstree-default .jstree-node, +.jstree-default .jstree-icon { + background-image: url("32px.png"); +} +.jstree-default .jstree-node { + background-position: -292px -4px; + background-repeat: repeat-y; +} +.jstree-default .jstree-last { + background: transparent; +} +.jstree-default .jstree-open > .jstree-ocl { + background-position: -132px -4px; +} +.jstree-default .jstree-closed > .jstree-ocl { + background-position: -100px -4px; +} +.jstree-default .jstree-leaf > .jstree-ocl { + background-position: -68px -4px; +} +.jstree-default .jstree-anchor > .jstree-themeicon { + background-position: -260px -4px; +} +.jstree-default > .jstree-no-dots .jstree-node, +.jstree-default > .jstree-no-dots .jstree-leaf > .jstree-ocl { + background: transparent; +} +.jstree-default > .jstree-no-dots .jstree-open > .jstree-ocl { + background-position: -36px -4px; +} +.jstree-default > .jstree-no-dots .jstree-closed > .jstree-ocl { + background-position: -4px -4px; +} +.jstree-default .jstree-disabled { + background: transparent; +} +.jstree-default .jstree-disabled.jstree-hovered { + background: transparent; +} +.jstree-default .jstree-disabled.jstree-clicked { + background: #efefef; +} +.jstree-default .jstree-checkbox { + background-position: -164px -4px; +} +.jstree-default .jstree-checkbox:hover { + background-position: -164px -36px; +} +.jstree-default .jstree-clicked > .jstree-checkbox { + background-position: -228px -4px; +} +.jstree-default .jstree-clicked > .jstree-checkbox:hover { + background-position: -228px -36px; +} +.jstree-default .jstree-anchor > .jstree-undetermined { + background-position: -196px -4px; +} +.jstree-default .jstree-anchor > .jstree-undetermined:hover { + background-position: -196px -36px; +} +.jstree-default > .jstree-striped { + background-size: auto 48px; +} +.jstree-default.jstree-rtl .jstree-node { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg=="); + background-position: 100% 1px; + background-repeat: repeat-y; +} +.jstree-default.jstree-rtl .jstree-last { + background: transparent; +} +.jstree-default.jstree-rtl .jstree-open > .jstree-ocl { + background-position: -132px -36px; +} +.jstree-default.jstree-rtl .jstree-closed > .jstree-ocl { + background-position: -100px -36px; +} +.jstree-default.jstree-rtl .jstree-leaf > .jstree-ocl { + background-position: -68px -36px; +} +.jstree-default.jstree-rtl > .jstree-no-dots .jstree-node, +.jstree-default.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl { + background: transparent; +} +.jstree-default.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl { + background-position: -36px -36px; +} +.jstree-default.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl { + background-position: -4px -36px; +} +.jstree-default .jstree-themeicon-custom { + background-color: transparent; + background-image: none; +} +.jstree-default > .jstree-container-ul .jstree-loading > .jstree-ocl { + background: url("throbber.gif") center center no-repeat; +} +.jstree-default.jstree-rtl .jstree-node { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg=="); +} +.jstree-default.jstree-rtl .jstree-last { + background: transparent; +} +.jstree-default-small .jstree-node { + min-height: 18px; + line-height: 18px; + margin-left: 18px; + min-width: 18px; +} +.jstree-default-small .jstree-anchor { + line-height: 18px; + height: 18px; +} +.jstree-default-small .jstree-icon { + width: 18px; + height: 18px; + line-height: 18px; +} +.jstree-default-small .jstree-icon:empty { + width: 18px; + height: 18px; + line-height: 18px; +} +.jstree-default-small.jstree-rtl .jstree-node { + margin-right: 18px; +} +.jstree-default-small .jstree-wholerow { + height: 18px; +} +.jstree-default-small .jstree-node, +.jstree-default-small .jstree-icon { + background-image: url("32px.png"); +} +.jstree-default-small .jstree-node { + background-position: -295px -7px; + background-repeat: repeat-y; +} +.jstree-default-small .jstree-last { + background: transparent; +} +.jstree-default-small .jstree-open > .jstree-ocl { + background-position: -135px -7px; +} +.jstree-default-small .jstree-closed > .jstree-ocl { + background-position: -103px -7px; +} +.jstree-default-small .jstree-leaf > .jstree-ocl { + background-position: -71px -7px; +} +.jstree-default-small .jstree-anchor > .jstree-themeicon { + background-position: -263px -7px; +} +.jstree-default-small > .jstree-no-dots .jstree-node, +.jstree-default-small > .jstree-no-dots .jstree-leaf > .jstree-ocl { + background: transparent; +} +.jstree-default-small > .jstree-no-dots .jstree-open > .jstree-ocl { + background-position: -39px -7px; +} +.jstree-default-small > .jstree-no-dots .jstree-closed > .jstree-ocl { + background-position: -7px -7px; +} +.jstree-default-small .jstree-disabled { + background: transparent; +} +.jstree-default-small .jstree-disabled.jstree-hovered { + background: transparent; +} +.jstree-default-small .jstree-disabled.jstree-clicked { + background: #efefef; +} +.jstree-default-small .jstree-checkbox { + background-position: -167px -7px; +} +.jstree-default-small .jstree-checkbox:hover { + background-position: -167px -39px; +} +.jstree-default-small .jstree-clicked > .jstree-checkbox { + background-position: -231px -7px; +} +.jstree-default-small .jstree-clicked > .jstree-checkbox:hover { + background-position: -231px -39px; +} +.jstree-default-small .jstree-anchor > .jstree-undetermined { + background-position: -199px -7px; +} +.jstree-default-small .jstree-anchor > .jstree-undetermined:hover { + background-position: -199px -39px; +} +.jstree-default-small > .jstree-striped { + background-size: auto 36px; +} +.jstree-default-small.jstree-rtl .jstree-node { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg=="); + background-position: 100% 1px; + background-repeat: repeat-y; +} +.jstree-default-small.jstree-rtl .jstree-last { + background: transparent; +} +.jstree-default-small.jstree-rtl .jstree-open > .jstree-ocl { + background-position: -135px -39px; +} +.jstree-default-small.jstree-rtl .jstree-closed > .jstree-ocl { + background-position: -103px -39px; +} +.jstree-default-small.jstree-rtl .jstree-leaf > .jstree-ocl { + background-position: -71px -39px; +} +.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-node, +.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl { + background: transparent; +} +.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl { + background-position: -39px -39px; +} +.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl { + background-position: -7px -39px; +} +.jstree-default-small .jstree-themeicon-custom { + background-color: transparent; + background-image: none; +} +.jstree-default-small > .jstree-container-ul .jstree-loading > .jstree-ocl { + background: url("throbber.gif") center center no-repeat; +} +.jstree-default-small.jstree-rtl .jstree-node { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAACAQMAAABv1h6PAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMHBgAAiABBI4gz9AAAAABJRU5ErkJggg=="); +} +.jstree-default-small.jstree-rtl .jstree-last { + background: transparent; +} +.jstree-default-large .jstree-node { + min-height: 32px; + line-height: 32px; + margin-left: 32px; + min-width: 32px; +} +.jstree-default-large .jstree-anchor { + line-height: 32px; + height: 32px; +} +.jstree-default-large .jstree-icon { + width: 32px; + height: 32px; + line-height: 32px; +} +.jstree-default-large .jstree-icon:empty { + width: 32px; + height: 32px; + line-height: 32px; +} +.jstree-default-large.jstree-rtl .jstree-node { + margin-right: 32px; +} +.jstree-default-large .jstree-wholerow { + height: 32px; +} +.jstree-default-large .jstree-node, +.jstree-default-large .jstree-icon { + background-image: url("32px.png"); +} +.jstree-default-large .jstree-node { + background-position: -288px 0px; + background-repeat: repeat-y; +} +.jstree-default-large .jstree-last { + background: transparent; +} +.jstree-default-large .jstree-open > .jstree-ocl { + background-position: -128px 0px; +} +.jstree-default-large .jstree-closed > .jstree-ocl { + background-position: -96px 0px; +} +.jstree-default-large .jstree-leaf > .jstree-ocl { + background-position: -64px 0px; +} +.jstree-default-large .jstree-anchor > .jstree-themeicon { + background-position: -256px 0px; +} +.jstree-default-large > .jstree-no-dots .jstree-node, +.jstree-default-large > .jstree-no-dots .jstree-leaf > .jstree-ocl { + background: transparent; +} +.jstree-default-large > .jstree-no-dots .jstree-open > .jstree-ocl { + background-position: -32px 0px; +} +.jstree-default-large > .jstree-no-dots .jstree-closed > .jstree-ocl { + background-position: 0px 0px; +} +.jstree-default-large .jstree-disabled { + background: transparent; +} +.jstree-default-large .jstree-disabled.jstree-hovered { + background: transparent; +} +.jstree-default-large .jstree-disabled.jstree-clicked { + background: #efefef; +} +.jstree-default-large .jstree-checkbox { + background-position: -160px 0px; +} +.jstree-default-large .jstree-checkbox:hover { + background-position: -160px -32px; +} +.jstree-default-large .jstree-clicked > .jstree-checkbox { + background-position: -224px 0px; +} +.jstree-default-large .jstree-clicked > .jstree-checkbox:hover { + background-position: -224px -32px; +} +.jstree-default-large .jstree-anchor > .jstree-undetermined { + background-position: -192px 0px; +} +.jstree-default-large .jstree-anchor > .jstree-undetermined:hover { + background-position: -192px -32px; +} +.jstree-default-large > .jstree-striped { + background-size: auto 64px; +} +.jstree-default-large.jstree-rtl .jstree-node { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg=="); + background-position: 100% 1px; + background-repeat: repeat-y; +} +.jstree-default-large.jstree-rtl .jstree-last { + background: transparent; +} +.jstree-default-large.jstree-rtl .jstree-open > .jstree-ocl { + background-position: -128px -32px; +} +.jstree-default-large.jstree-rtl .jstree-closed > .jstree-ocl { + background-position: -96px -32px; +} +.jstree-default-large.jstree-rtl .jstree-leaf > .jstree-ocl { + background-position: -64px -32px; +} +.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-node, +.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl { + background: transparent; +} +.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl { + background-position: -32px -32px; +} +.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl { + background-position: 0px -32px; +} +.jstree-default-large .jstree-themeicon-custom { + background-color: transparent; + background-image: none; +} +.jstree-default-large > .jstree-container-ul .jstree-loading > .jstree-ocl { + background: url("throbber.gif") center center no-repeat; +} +.jstree-default-large.jstree-rtl .jstree-node { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAACAQMAAAAD0EyKAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjgIIGBgABCgCBvVLXcAAAAABJRU5ErkJggg=="); +} +.jstree-default-large.jstree-rtl .jstree-last { + background: transparent; +} +@media (max-width: 768px) { + .jstree-default-responsive { + /* + .jstree-open > .jstree-ocl, + .jstree-closed > .jstree-ocl { border-radius:20px; background-color:white; } + */ + } + .jstree-default-responsive .jstree-icon { + background-image: url("40px.png"); + } + .jstree-default-responsive .jstree-node, + .jstree-default-responsive .jstree-leaf > .jstree-ocl { + background: transparent; + } + .jstree-default-responsive .jstree-node { + min-height: 40px; + line-height: 40px; + margin-left: 40px; + min-width: 40px; + white-space: nowrap; + } + .jstree-default-responsive .jstree-anchor { + line-height: 40px; + height: 40px; + } + .jstree-default-responsive .jstree-icon, + .jstree-default-responsive .jstree-icon:empty { + width: 40px; + height: 40px; + line-height: 40px; + } + .jstree-default-responsive > .jstree-container-ul > .jstree-node { + margin-left: 0; + } + .jstree-default-responsive.jstree-rtl .jstree-node { + margin-left: 0; + margin-right: 40px; + } + .jstree-default-responsive.jstree-rtl .jstree-container-ul > .jstree-node { + margin-right: 0; + } + .jstree-default-responsive .jstree-ocl, + .jstree-default-responsive .jstree-themeicon, + .jstree-default-responsive .jstree-checkbox { + background-size: 120px 200px; + } + .jstree-default-responsive .jstree-leaf > .jstree-ocl { + background: transparent; + } + .jstree-default-responsive .jstree-open > .jstree-ocl { + background-position: 0 0px !important; + } + .jstree-default-responsive .jstree-closed > .jstree-ocl { + background-position: 0 -40px !important; + } + .jstree-default-responsive.jstree-rtl .jstree-closed > .jstree-ocl { + background-position: -40px 0px !important; + } + .jstree-default-responsive .jstree-anchor > .jstree-themeicon { + background-position: -40px -40px; + } + .jstree-default-responsive .jstree-checkbox, + .jstree-default-responsive .jstree-checkbox:hover { + background-position: -40px -80px; + } + .jstree-default-responsive .jstree-clicked > .jstree-checkbox, + .jstree-default-responsive .jstree-clicked > .jstree-checkbox:hover { + background-position: 0 -80px; + } + .jstree-default-responsive .jstree-anchor > .jstree-undetermined, + .jstree-default-responsive .jstree-anchor > .jstree-undetermined:hover { + background-position: 0 -120px; + } + .jstree-default-responsive .jstree-anchor { + font-weight: bold; + font-size: 1.1em; + text-shadow: 1px 1px white; + } + .jstree-default-responsive > .jstree-striped { + background: transparent; + } + .jstree-default-responsive .jstree-wholerow { + border-top: 1px solid rgba(255, 255, 255, 0.7); + border-bottom: 1px solid rgba(64, 64, 64, 0.2); + background: #ebebeb; + height: 40px; + } + .jstree-default-responsive .jstree-wholerow-hovered { + background: #e7f4f9; + } + .jstree-default-responsive .jstree-wholerow-clicked { + background: #beebff; + } + .jstree-default-responsive .jstree-children .jstree-last > .jstree-wholerow { + box-shadow: inset 0 -6px 3px -5px #666666; + } + .jstree-default-responsive .jstree-children .jstree-open > .jstree-wholerow { + box-shadow: inset 0 6px 3px -5px #666666; + border-top: 0; + } + .jstree-default-responsive .jstree-children .jstree-open + .jstree-open { + box-shadow: none; + } + .jstree-default-responsive .jstree-node, + .jstree-default-responsive .jstree-icon, + .jstree-default-responsive .jstree-node > .jstree-ocl, + .jstree-default-responsive .jstree-themeicon, + .jstree-default-responsive .jstree-checkbox { + background-image: url("40px.png"); + background-size: 120px 200px; + } + .jstree-default-responsive .jstree-node { + background-position: -80px 0; + background-repeat: repeat-y; + } + .jstree-default-responsive .jstree-last { + background: transparent; + } + .jstree-default-responsive .jstree-leaf > .jstree-ocl { + background-position: -40px -120px; + } + .jstree-default-responsive .jstree-last > .jstree-ocl { + background-position: -40px -160px; + } + .jstree-default-responsive .jstree-themeicon-custom { + background-color: transparent; + background-image: none; + } +} +.jstree-default > .jstree-container-ul > .jstree-node { + margin-left: 0; + margin-right: 0; +} diff --git a/admin/orguser/images/themes/default/style.min.css b/dzz/orguser/images/themes/default/style.min.css similarity index 100% rename from admin/orguser/images/themes/default/style.min.css rename to dzz/orguser/images/themes/default/style.min.css diff --git a/dzz/orguser/images/themes/default/throbber.gif b/dzz/orguser/images/themes/default/throbber.gif new file mode 100644 index 0000000..1b5b2fd Binary files /dev/null and b/dzz/orguser/images/themes/default/throbber.gif differ diff --git a/dzz/orguser/images/themes/default/user.png b/dzz/orguser/images/themes/default/user.png new file mode 100644 index 0000000..857beab Binary files /dev/null and b/dzz/orguser/images/themes/default/user.png differ diff --git a/admin/orguser/images/user_bg.png b/dzz/orguser/images/user_bg.png similarity index 100% rename from admin/orguser/images/user_bg.png rename to dzz/orguser/images/user_bg.png diff --git a/admin/orguser/import.php b/dzz/orguser/import.php similarity index 97% rename from admin/orguser/import.php rename to dzz/orguser/import.php index 185152c..ed25fd6 100644 --- a/admin/orguser/import.php +++ b/dzz/orguser/import.php @@ -6,12 +6,15 @@ * @link http://www.dzzoffice.com * @author zyx(zyx@dzz.cc) */ -if(!defined('IN_DZZ') || !defined('IN_ADMIN')) { +if(!defined('IN_DZZ')) { exit('Access Denied'); } -if($_G['adminid']!=1) showmessage('orguser_import_user',dreferer()); +if ($_G['adminid'] != 1) { + if(!C::t('organization_admin') ->fetch_orgids_by_uid($_G['uid'])) showmessage('orguser_import_user',dreferer()); +} require_once libfile('function/organization'); $do=trim($_GET['do']); +$navtitle= lang('user_import').' - '.lang('appname'); if($do=='importing'){ //判断邮箱是否存在 require_once libfile('function/user','','user'); @@ -286,7 +289,7 @@ if($do=='importing'){ require_once DZZ_ROOT.'./core/class/class_PHPExcel.php'; $inputFileName = $_G['setting']['attachdir'].$_GET['file']; if(!is_file($inputFileName)){ - showmessage('orguser_import_user_table',ADMINSCRIPT.'?mod=orguser&op=import'); + showmessage('orguser_import_user_table',MOD_URL.'&op=import'); } $inputFileType = PHPExcel_IOFactory::identify($inputFileName); $objReader = PHPExcel_IOFactory::createReader($inputFileType); @@ -375,7 +378,7 @@ if($do=='importing'){ $url=outputurl($_G['siteurl'].MOD_URL.'&op=import&do=list&file='.urlencode($file)); @header("Location: $url"); exit(); - showmessage('orguser_import_user_message',outputurl($_G['siteurl'].MOD_URL.'?mod=orguser&op=import&do=list&file='.urlencode($file))); + showmessage('orguser_import_user_message',outputurl($_G['siteurl'].MOD_URL.'&op=import&do=list&file='.urlencode($file))); }else{ showmessage('orguser_import_tautology',dreferer()); } diff --git a/admin/orguser/index.php b/dzz/orguser/index.php similarity index 93% rename from admin/orguser/index.php rename to dzz/orguser/index.php index ee2ef7c..546f209 100644 --- a/admin/orguser/index.php +++ b/dzz/orguser/index.php @@ -6,9 +6,10 @@ * @link http://www.dzzoffice.com * @author zyx(zyx@dzz.cc) */ -if (!defined('IN_DZZ') || !defined('IN_ADMIN')) { +if (!defined('IN_DZZ')) { exit('Access Denied'); } +Hook::listen('check_login'); $navtitle= lang('appname'); $orgtree = array(); if ($_G['adminid'] != 1) { diff --git a/dzz/orguser/language/zh-cn/lang.php b/dzz/orguser/language/zh-cn/lang.php new file mode 100644 index 0000000..91d0fe3 --- /dev/null +++ b/dzz/orguser/language/zh-cn/lang.php @@ -0,0 +1,188 @@ + '机构用户', + 'explorer_gropuperm'=>array( + '协作成员', + '管理员', + '创始人' + ), + 'orgname'=>'机构名称', + 'orgname_placeholder'=>'输入机构(群组)名称', + 'change'=>'更换', + 'org_description'=>'简介', + 'org_description_placeholder'=>'输入机构(群组)简要介绍', + 'org_space_assign'=>'分配空间大小', + 'org_space_assign_tip'=>'当前可以分配的最大可用空间', + 'org_space_assign_tips'=>'
  • 单位M,留空或者0表示不限制,-1表示无空间
  • 限制整个机构或部门(包括下级所有部门)可以使用的空间大小(机构下所有部门的空间使用总和不能超过这个限制)
  • 部门分配的空间只能从上级部门的可用空间里面划分;一旦分配,上级部门的剩余空间就会相应减少,不管这些分配的空间是否实际使用完
  • ', + 'space_use_department'=>'部门空间使用', + 'space_use_org'=>'机构总空间使用', + 'space_use_org_tips'=>'
  • 限制整个机构或部门(包括下级所有部门)可以使用的空间大小
  • 下级部门分配的空间会从上级的可用空间里面分配
  • ', + 'org_update_success'=>'更新资料成功,3秒后将为您跳转', + 'org_img_uploaded_tip'=>'该图片已经上传过了,只需勾选即可', + 'clicktoupload'=>'点击上传', + // admin/orguser/detail_org.html + 'export_excl'=>'导出此部门的所有用户到excl文件', + 'detail_org_no_enable'=>'如不启用,下级所有部门中将不能使用共享目录;启用后,企业盘才会显示共享目录。', + 'detail_org_explorerapp_enable'=>'开启后,可在网盘等应用中能够使用该机构或部门的目录。', + 'detail_org_enable'=>'启用后,企业盘机构下才会显示此部门的共享目录。', + 'detail_org_creation'=>'创建快捷方式后,所属成员桌面默认都会有相应快捷方式。', + 'group_org_no_enable'=>'开启后,资源管理器会显示该机构群组选项。', + 'group_org_enable'=>'不开启,资源管理器不会显示该机构群组选项。', + 'detail_org_administrator'=>'注: +
  • 机构管理员权限:设置本机构下所有部门管理员,管理本机构中所有人员,管理本机构所有共享目录。
  • +
  • 部门管理员权限:设置本部门下所有子部门管理员,管理本部门中所有人员,管理本部门所有共享目录。
  • ', + 'Select organization to set organization information'=>'选中机构为设置机构信息', + 'Select department to set department information'=>'选中部门为设置部门信息', + 'Select personnel to set personnel information'=>'选中人员为设置人员信息', + 'Personnel, departments and institutions can directly drag and move to change positions. Move refers to changing the Department to which the person belongs, and changing the superior organization or department of the Department.'=>'人员、部门、机构可直接拖拽移动更换位置。移动是更换人员所属部门、和更换部门上级机构或上级部门。', + 'Hold'=>'按住', + 'Key to move personnel or departments to copy. It is used to join personnel to multiple departments at the same time.'=>'键移动人员或部门为复制。用于将人员同时加入多个部门。', + 'Key can be used for multiple selections, and release after multiple selections'=>'键可多选,多选后松开', + 'Key movement is batch movement. Do not loosen'=>'键移动为批量移动。 不松开', + 'Right click departments, institutions and personnel to open the right-click menu. There are corresponding more operations in the menu.'=>'在部门、机构、人员上点鼠标右键可出现右键菜单。菜单中有对应的更多操作。', + 'Delete user description'=>'删除用户说明', + 'Deleting users from all institutions or departments is only removing users from their own institutions or departments. Users can no longer have all the use rights of their own institutions or departments. It is not deleting users from the system.'=>'所有机构、部门中删除用户,只是从本机构,或部门中移除,用户将不能再拥有本机构或部门的所有使用权限,不是将用户从系统中删除。', + 'When the system administrator deletes the user from the "list of non institutional users", the user will be completely deleted in the system, and all system data and saved files of the user will be deleted. Please use it cautiously by the administrator, and delete it after confirming that the member is to be deleted.'=>'系统管理员在“未加入机构用户列表”中删除用户,用户会在系统中彻底删除,并且删除用户所有系统数据及保存文件。请管理员谨慎使用,确定成员要删除后再删除。', + 'Key to move to batch copy.'=>'键移动为批量复制。', + 'Organization management instructions'=>'组织管理说明', + 'inport_guide_download'=>'下载人员信息导入模板', + 'inport_guide_template'=>'模板的项目会根据用户资料项的多少自动生成', + 'inport_guide_user'=>'根据模板编辑需要人员信息表。', + 'inport_guide_step'=>'步骤3:选择excel表', + 'inport_guide_layout'=>'选择编辑好的人员信息表,支持 .xls、.xlsx格式', + 'inport_guide_notice'=>'编辑人员信息表注意事项', + 'inport_guide_notice_text'=>'
  • 1、根据模板字段来编辑需要导入的人员信息,如果已经有档案信息表,则只需将现有的档案信息表中的相关字段名称改为与“模板”里提供的名称一致即可,只要名称对应,字段的位置不影响结果。
  • +
  • 2、模板中“用户名”字段必填,其他字段根据需要填写。
  • +
  • 3、表中“邮箱”、“用户名”字段中的信息必须是唯一的,不可重复。如果邮箱为空,系统导入时将随机生成邮箱地址。
  • +
  • 4、多级部门创建:方法1:表中添加多列“所属部门”,从左到右分别为一级部门、二级部门、三级部门,顺序排列,系统会根据从左到右的原则,依次创建部门、下级部门、下下级部门等。方法2:表格中使用单列,上下级部门使用“/”来分割(例如:小学/一年级/一班)。
  • +
  • 5、导入用户只能按机构导入,多个机构需要分批导入。
  • +
  • 6、表中“登录密码”字段可为空,管理员在导入时能够为用户批量设置统一的密码。用户使用统一密码登录后可自行修改。
  • +
  • 7、导入界面中有“增量”、“覆盖”两种导入方式。增量方式为:遇到相同用户,只会增加用户缺少的字段信息,原有信息不变。(例如:系统中已有用户A,密码为123。在批量导入表格中,也有用户A,导入时设置了统一密码为abc。导入完成后,其他用户的密码都为abc,原用户A还是保持他的原有密码,即123。)覆盖导入:将系统中原有的用户信息完全替换为表格中的信息。
  • +
  • 8、若需导入的人员较多,建议先做一个少量人员的测试表,测试无误后,再使用增量方式导入所有用户。
  • ', + 'import_list_organization'=>'选择要导入到的机构,如果不导入任何机构,会根据用户信息表中的所属部门来生成新的机构和部门,没有则会直接导入到"无机构人员"下', + 'import_list_password'=>'默认用户密码,当登录密码项未设置时,会使用此处设置的密码作为新导入的用户的密码', + 'import_list_coverage'=>'增量导入方式:新导入的用户信息智能的增加到原有用户信息中;覆盖导入:新导入的信息覆盖原有用户的信息,建议使用增量方式。', + 'import_list_text'=>'
  • 用户名和邮箱项目为必填项
  • +
  • 点击下面的导入项的内容,可以临时编辑,编辑部门时注意,部门每行是上下级的关系,上一行为下一行的上级部门
  • +
  • 不需要导入的项目,可以点击右侧的"X"删除掉
  • +
  • 点击导入按钮,导入当前项目,全部导入按钮,按顺序导入所有项,中途可以再次点击停止
  • ', + // admin/orguser/tree.html + 'orguser_tree_delete'=>'您确定要彻底删除此用户(用户的所有数据和文件都会彻底删除)吗?', + 'orguser_tree_permission_delete'=>'此处删除,仅从部门中移除此用户,移除后您可能没有操作此用户的权限,您确定要移除此用户吗?', + 'orguser_tree_batch_delete'=>'机构或部门不支持批量删除', + 'orguser_tree_all_delete'=>'删除部门前,必须先删除此部门的所有下级部门,并且删除共享目录中的文件,您确定要删除此部门吗?', + // admin/orguser/ajax.php + 'orguser_ajax_delete'=>'在机构或部门中的用户,不支持彻底删除,请先从机构或部门中删除后重试', + 'no_parallelism_jurisdiction'=>'没有对应部门的权限', + // admin/orguser/edituser.php + 'orguser_edituser_add_user'=>'
    抱歉!您没有在此机构或部门下添加用户的权限!

    可以在左侧选择有权限的部门,再重试添加
    ', + 'orguser_edituser_add_user1'=>'
    抱歉!您没有此用户的管理权限!

    可以在左侧选择有权限管理的用户,再重试添加
    ', + // admin/orguser/import.php + 'orguser_import_user'=>'没有权限,只有系统管理员才能导入用户', + 'orguser_import_user_table'=>'人员信息表上传未成功,请重新上传', + 'orguser_import_xls_xlsx'=>'只允许导入xls,xlsx类型的文件', + 'orguser_import_user_message'=>'人员信息表上传成功,正在调转到导入页面', + 'orguser_import_tautology'=>'上传信息表未成功,请稍候重试', + 'orguser_import_user_message_table'=>'请选择人员信息表', + // admin/orguser/vidw.php + 'orguser_vidw_delete'=>'
    抱歉!您没有此部门的管理权限!

    可以在左侧选择有权限管理的部门
    ', + // admin/member/adduser.html + 'adduser_login_email_text'=>'必填,可用于系统登录,员工关注企业号时,会根据邮箱来匹配。', + 'adduser_compellation_text'=>'必填,系统中显示,便于同事辨识', + 'adduser_phone_number_text'=>'选填,微信绑定的手机号码,员工关注企业号时,会根据员工微信绑定的手机来匹配。', + 'adduser_weixin_text'=>'选填,员工微信号,员工关注企业号时,会根据员工的微信号来匹配。', + 'adduser_exceptional_space_text'=>'单位M,额外增加用户存储空间(用户的总空间=默认空间+额外空间)', + 'adduser_disable_user_text'=>'用户停用后,该用户将不能登录系统,请谨慎操作', + 'adduser_usergroup_text'=>'设置用户为系统管理员后,此用户将拥有系统管理权限,请慎重!', + // admin/member/edituser.html + 'edituser_login_email_text'=>'选填,可用于系统登录,员工关注企业号时,会根据员工的邮箱来匹配。', + 'edituser_weixin_text'=>'选填,员工微信号,员工关注企业号时,会根据员工的微信号来匹配。如果已经关注,此项不能修改。', + 'supervisor_position'=>'上司职位', + 'send_password_user_mailbox'=>'发送密码到用户邮箱', + 'login_email_required'=>'登录邮箱必填', + 'name_will'=>'用户名必填', + 'none_write_login_password'=>'还没有填写登录密码', + 'none_write_affirm_password'=>'还没有填写确认密码', + 'phone_number'=>'手机号码', + 'phone_number_illegal'=>'手机号码不合法', + 'weixin_phone_number'=>'微信绑定的手机号码', + 'weixin_illegal'=>'微信号不合法', + 'user_weixin'=>'员工微信号', + 'weixin_exist'=>'微信号已经存在', + 'random_password'=>'生成随机密码', + 'exceptional_space'=>'额外空间', + 'disable_user'=>'停用此用户', + 'block_up'=>'停用', + 'set_system_administrator'=>'设为系统管理员', + 'add_a_item'=>'增加一项', + 'add_user'=>'添加用户', + 'add_user_success'=>'添加用户成功', + 'edit_user_success'=>'修改用户信息成功', + 'email_registered_retry'=>'邮箱已经被注册,请更换邮箱再试', + 'export_user'=>'导出用户', + 'shared_directory_set'=>'共享目录设置', + 'group_on_set'=>'群组功能设置', + 'shared_directory_desktop_shortcut'=>'共享目录桌面快捷方式', + 'position_management'=>'职位管理', + 'add_position'=>'添加职位', + 'position_name'=>'职位名称', + 'organization_department'=>'机构部门', + 'share_enable_successful'=>'共享目录启用成功!', + 'share_close_successful'=>'共享目录关闭成功!', + 'group_on_successful'=>'群组功能开启成功!', + 'group_close_successful'=>'群组功能关闭成功!', + 'login_username_placeholder'=>'登录用户名', + 'login_username_text'=>'必填,可用于系统登录', + 'required_used_login_system'=>'必填,可用于系统登录', + 'space_not_change_password'=>'留空,不修改密码', + 'export_range_user'=>'选择导出范围,此范围内的所有用户都会导出', + 'export_data'=>'导出资料项', + 'import_nbsp'=>'导 入', + 'creation_agency'=>'新建机构', + 'creation_bottom_section'=>'新建下级部门', + 'creation_equally_section'=>'新建同级部门', + 'please_select_same_type_node'=>'请选择相同类型的节点', + 'please_select_same_section_node'=>'请选择相同部门的节点', + 'add_administrator_unsuccess'=>'添加管理员失败', + 'no_open_Shared_directory'=>'没有开启共享目录,无法设置', + 'please_select_range_export'=>'请选择导出范围', + 'please_select_project_export'=>'请选择导出项目', + 'user_information_table'=>'人员信息表', + 'bulk_import_user_template'=>'批量导入用户模板', + 'name_email_empty'=>'用户名和邮箱不能为空', + 'lack_required_fields_name'=>'缺少必填字段"用户名"', + 'lack_required_fields_name_email'=>'缺少必填字段”用户名“或”邮箱“', + 'bulking'=>'增量', + 'coverage'=>'覆盖', + 'user_phone_illegal'=>'用户手机号码不合法', + 'user_phone_exist'=>'手机号码已经存在', + 'user_phone_registered'=>'用户手机号码已经被注册', + 'weixin_registered'=>'该微信号已经被注册', + 'user_registered_retry'=>'该用户名已经被注册,请更换用户名再试', + 'import_user'=>'导入用户', + 'orguser_guide_text'=>'

    组织管理使用说明

    +
      +
    •  选中机构为设置机构信息
    • +
    •  选中部门为设置部门信息
    • +
    •  选中人员为设置人员信息
    • +
    • 人员、部门、机构可直接拖拽移动更换位置。移动是更换人员所属部门、和更换部门上级机构或上级部门。
    • +
    • 按住 键移动人员或部门为复制。用于将人员同时加入多个部门。
    • +
    • 按住 键可多选,多选后松开 键移动为批量移动。 不松开 键移动为批量复制。
    • +
    • 在部门、机构、人员上点鼠标右键可出现右键菜单。菜单中有对应的更多操作。
    • +
    +
    +

    删除用户说明:

    +
      +
    • 所有机构、部门中删除用户,只是从本机构,或部门中移除,用户将不能再拥有本机构或部门的所有使用权限,不是将用户从系统中删除。
    • +
    • 当用户没有所属机构和部门时会出现在“未加入机构用户列表”中。 “未加入机构用户列表”只有系统管理员可管理。
    • +
    • 系统管理员在“未加入机构用户列表”中删除用户,用户会在系统中彻底删除,并且删除用户所有系统数据及保存文件。请管理员谨慎使用,确定成员要删除后再删除。
    • +
    +
    ', + 'no_institution_users'=>'无机构用户', + 'usergroup' => '用户组', + 'save_changes'=>'保存更改', + 'department'=>'部门', + 'organization'=>'机构', + 'compellation'=>'用户名', +); +?> \ No newline at end of file diff --git a/admin/orguser/scripts/orguser.js b/dzz/orguser/scripts/orguser.js similarity index 96% rename from admin/orguser/scripts/orguser.js rename to dzz/orguser/scripts/orguser.js index cdaa0fa..6aa567b 100644 --- a/admin/orguser/scripts/orguser.js +++ b/dzz/orguser/scripts/orguser.js @@ -393,14 +393,14 @@ function job_add(orgid){ } function appendjob(json){ var html=''; - html+='
    '; - html+=' '; + html+='
    '; + html+=' '; html+='
    '; - html+='
    '; + html+='
    '; html+=' '; html+='
    '; html+=' '; - html+=' '; + html+=' '; html+='
    '; html+='
    '; jQuery('.jobs .new-job').before(html); @@ -435,8 +435,8 @@ function moderator_add(orgid,uid){ } function appendModerator(json){ var html=''; - html+='
  • '; - html+=' '; + html+='
  • '; + html+=' '; html+='
    '; html+='
    '; html+='
    '; diff --git a/admin/orguser/template.xlsx b/dzz/orguser/template.xlsx similarity index 100% rename from admin/orguser/template.xlsx rename to dzz/orguser/template.xlsx diff --git a/admin/orguser/template/adduser.htm b/dzz/orguser/template/adduser.htm similarity index 100% rename from admin/orguser/template/adduser.htm rename to dzz/orguser/template/adduser.htm diff --git a/admin/orguser/template/detail_org.htm b/dzz/orguser/template/detail_org.htm similarity index 98% rename from admin/orguser/template/detail_org.htm rename to dzz/orguser/template/detail_org.htm index 232254c..28d58f3 100644 --- a/admin/orguser/template/detail_org.htm +++ b/dzz/orguser/template/detail_org.htm @@ -22,7 +22,7 @@
    diff --git a/admin/orguser/template/detail_user.htm b/dzz/orguser/template/detail_user.htm similarity index 100% rename from admin/orguser/template/detail_user.htm rename to dzz/orguser/template/detail_user.htm diff --git a/admin/orguser/template/edituser.htm b/dzz/orguser/template/edituser.htm similarity index 100% rename from admin/orguser/template/edituser.htm rename to dzz/orguser/template/edituser.htm diff --git a/admin/orguser/template/export.htm b/dzz/orguser/template/export.htm similarity index 96% rename from admin/orguser/template/export.htm rename to dzz/orguser/template/export.htm index 0118fa1..86dbd3d 100644 --- a/admin/orguser/template/export.htm +++ b/dzz/orguser/template/export.htm @@ -17,7 +17,7 @@
    diff --git a/admin/orguser/template/guide.htm b/dzz/orguser/template/guide.htm similarity index 100% rename from admin/orguser/template/guide.htm rename to dzz/orguser/template/guide.htm diff --git a/admin/orguser/template/header_left.htm b/dzz/orguser/template/header_left.htm similarity index 100% rename from admin/orguser/template/header_left.htm rename to dzz/orguser/template/header_left.htm diff --git a/admin/orguser/template/header_search.htm b/dzz/orguser/template/header_search.htm similarity index 100% rename from admin/orguser/template/header_search.htm rename to dzz/orguser/template/header_search.htm diff --git a/admin/orguser/template/import_guide.htm b/dzz/orguser/template/import_guide.htm similarity index 92% rename from admin/orguser/template/import_guide.htm rename to dzz/orguser/template/import_guide.htm index 0c93311..0186539 100644 --- a/admin/orguser/template/import_guide.htm +++ b/dzz/orguser/template/import_guide.htm @@ -33,7 +33,7 @@
    -

    {lang step}1{lang inport_guide_download} +

    {lang step}1{lang inport_guide_download} {lang inport_guide_template}

    {lang step}2:{lang inport_guide_user}。

    diff --git a/admin/orguser/template/import_list.htm b/dzz/orguser/template/import_list.htm similarity index 96% rename from admin/orguser/template/import_list.htm rename to dzz/orguser/template/import_list.htm index 5c5e1e7..d14ba06 100644 --- a/admin/orguser/template/import_list.htm +++ b/dzz/orguser/template/import_list.htm @@ -35,8 +35,8 @@ p input.form-control:focus{
    + + + + + + + + + + + \ No newline at end of file diff --git a/dzz/orguser/template/lyear/profile.htm b/dzz/orguser/template/lyear/profile.htm new file mode 100644 index 0000000..2cdf038 --- /dev/null +++ b/dzz/orguser/template/lyear/profile.htm @@ -0,0 +1,55 @@ +
    +
    + +
    +
    +
    +
    +
    +
    + + + + + + +
    + +
    + $htmls[$key] +
    +
    + + +
    + +
    +
    +
    +
    + + + + + \ No newline at end of file diff --git a/admin/orguser/template/main.htm b/dzz/orguser/template/main.htm similarity index 95% rename from admin/orguser/template/main.htm rename to dzz/orguser/template/main.htm index 640b78c..18d96a8 100644 --- a/admin/orguser/template/main.htm +++ b/dzz/orguser/template/main.htm @@ -2,9 +2,9 @@ - + - + + + + + + + + + + + + +
    + +
    +
    +
    + + + +
    +
    +
    +
    +
    + + +
    + +
    + +
    + + + + +
    +
    +
    +
    + +
    + +
    + +
    + +
    + + +
    +
    + + + + + + + + + Current View + + +
    + + +
    +
    +
    + +
    + +
    + + + +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    + + + + + + + + +
    +
    +
    + + +
    + + + +
    +
    + + + + diff --git a/dzz/pdf/web/cmaps/78-EUC-H.bcmap b/dzz/pdf/web/cmaps/78-EUC-H.bcmap new file mode 100644 index 0000000..2655fc7 Binary files /dev/null and b/dzz/pdf/web/cmaps/78-EUC-H.bcmap differ diff --git a/dzz/pdf/web/cmaps/78-EUC-V.bcmap b/dzz/pdf/web/cmaps/78-EUC-V.bcmap new file mode 100644 index 0000000..f1ed853 Binary files /dev/null and b/dzz/pdf/web/cmaps/78-EUC-V.bcmap differ diff --git a/dzz/pdf/web/cmaps/78-H.bcmap b/dzz/pdf/web/cmaps/78-H.bcmap new file mode 100644 index 0000000..39e89d3 Binary files /dev/null and b/dzz/pdf/web/cmaps/78-H.bcmap differ diff --git a/dzz/pdf/web/cmaps/78-RKSJ-H.bcmap b/dzz/pdf/web/cmaps/78-RKSJ-H.bcmap new file mode 100644 index 0000000..e4167cb Binary files /dev/null and b/dzz/pdf/web/cmaps/78-RKSJ-H.bcmap differ diff --git a/dzz/pdf/web/cmaps/78-RKSJ-V.bcmap b/dzz/pdf/web/cmaps/78-RKSJ-V.bcmap new file mode 100644 index 0000000..50b1646 Binary files /dev/null and b/dzz/pdf/web/cmaps/78-RKSJ-V.bcmap differ diff --git a/dzz/pdf/web/cmaps/78-V.bcmap b/dzz/pdf/web/cmaps/78-V.bcmap new file mode 100644 index 0000000..d7af99b Binary files /dev/null and b/dzz/pdf/web/cmaps/78-V.bcmap differ diff --git a/dzz/pdf/web/cmaps/78ms-RKSJ-H.bcmap b/dzz/pdf/web/cmaps/78ms-RKSJ-H.bcmap new file mode 100644 index 0000000..37077d0 Binary files /dev/null and b/dzz/pdf/web/cmaps/78ms-RKSJ-H.bcmap differ diff --git a/dzz/pdf/web/cmaps/78ms-RKSJ-V.bcmap b/dzz/pdf/web/cmaps/78ms-RKSJ-V.bcmap new file mode 100644 index 0000000..acf2323 Binary files /dev/null and b/dzz/pdf/web/cmaps/78ms-RKSJ-V.bcmap differ diff --git a/dzz/pdf/web/cmaps/83pv-RKSJ-H.bcmap b/dzz/pdf/web/cmaps/83pv-RKSJ-H.bcmap new file mode 100644 index 0000000..2359bc5 Binary files /dev/null and b/dzz/pdf/web/cmaps/83pv-RKSJ-H.bcmap differ diff --git a/dzz/pdf/web/cmaps/90ms-RKSJ-H.bcmap b/dzz/pdf/web/cmaps/90ms-RKSJ-H.bcmap new file mode 100644 index 0000000..af82938 Binary files /dev/null and b/dzz/pdf/web/cmaps/90ms-RKSJ-H.bcmap differ diff --git a/dzz/pdf/web/cmaps/90ms-RKSJ-V.bcmap b/dzz/pdf/web/cmaps/90ms-RKSJ-V.bcmap new file mode 100644 index 0000000..780549d Binary files /dev/null and b/dzz/pdf/web/cmaps/90ms-RKSJ-V.bcmap differ diff --git a/dzz/pdf/web/cmaps/90msp-RKSJ-H.bcmap b/dzz/pdf/web/cmaps/90msp-RKSJ-H.bcmap new file mode 100644 index 0000000..bfd3119 Binary files /dev/null and b/dzz/pdf/web/cmaps/90msp-RKSJ-H.bcmap differ diff --git a/dzz/pdf/web/cmaps/90msp-RKSJ-V.bcmap b/dzz/pdf/web/cmaps/90msp-RKSJ-V.bcmap new file mode 100644 index 0000000..25ef14a Binary files /dev/null and b/dzz/pdf/web/cmaps/90msp-RKSJ-V.bcmap differ diff --git a/dzz/pdf/web/cmaps/90pv-RKSJ-H.bcmap b/dzz/pdf/web/cmaps/90pv-RKSJ-H.bcmap new file mode 100644 index 0000000..02f713b Binary files /dev/null and b/dzz/pdf/web/cmaps/90pv-RKSJ-H.bcmap differ diff --git a/dzz/pdf/web/cmaps/90pv-RKSJ-V.bcmap b/dzz/pdf/web/cmaps/90pv-RKSJ-V.bcmap new file mode 100644 index 0000000..d08e0cc Binary files /dev/null and b/dzz/pdf/web/cmaps/90pv-RKSJ-V.bcmap differ diff --git a/dzz/pdf/web/cmaps/Add-H.bcmap b/dzz/pdf/web/cmaps/Add-H.bcmap new file mode 100644 index 0000000..59442ac Binary files /dev/null and b/dzz/pdf/web/cmaps/Add-H.bcmap differ diff --git a/dzz/pdf/web/cmaps/Add-RKSJ-H.bcmap b/dzz/pdf/web/cmaps/Add-RKSJ-H.bcmap new file mode 100644 index 0000000..a3065e4 Binary files /dev/null and b/dzz/pdf/web/cmaps/Add-RKSJ-H.bcmap differ diff --git a/dzz/pdf/web/cmaps/Add-RKSJ-V.bcmap b/dzz/pdf/web/cmaps/Add-RKSJ-V.bcmap new file mode 100644 index 0000000..040014c Binary files /dev/null and b/dzz/pdf/web/cmaps/Add-RKSJ-V.bcmap differ diff --git a/dzz/pdf/web/cmaps/Add-V.bcmap b/dzz/pdf/web/cmaps/Add-V.bcmap new file mode 100644 index 0000000..2f816d3 Binary files /dev/null and b/dzz/pdf/web/cmaps/Add-V.bcmap differ diff --git a/dzz/pdf/web/cmaps/Adobe-CNS1-0.bcmap b/dzz/pdf/web/cmaps/Adobe-CNS1-0.bcmap new file mode 100644 index 0000000..88ec04a Binary files /dev/null and b/dzz/pdf/web/cmaps/Adobe-CNS1-0.bcmap differ diff --git a/dzz/pdf/web/cmaps/Adobe-CNS1-1.bcmap b/dzz/pdf/web/cmaps/Adobe-CNS1-1.bcmap new file mode 100644 index 0000000..03a5014 Binary files /dev/null and b/dzz/pdf/web/cmaps/Adobe-CNS1-1.bcmap differ diff --git a/dzz/pdf/web/cmaps/Adobe-CNS1-2.bcmap b/dzz/pdf/web/cmaps/Adobe-CNS1-2.bcmap new file mode 100644 index 0000000..2aa9514 Binary files /dev/null and b/dzz/pdf/web/cmaps/Adobe-CNS1-2.bcmap differ diff --git a/dzz/pdf/web/cmaps/Adobe-CNS1-3.bcmap b/dzz/pdf/web/cmaps/Adobe-CNS1-3.bcmap new file mode 100644 index 0000000..86d8b8c Binary files /dev/null and b/dzz/pdf/web/cmaps/Adobe-CNS1-3.bcmap differ diff --git a/dzz/pdf/web/cmaps/Adobe-CNS1-4.bcmap b/dzz/pdf/web/cmaps/Adobe-CNS1-4.bcmap new file mode 100644 index 0000000..f50fc6c Binary files /dev/null and b/dzz/pdf/web/cmaps/Adobe-CNS1-4.bcmap differ diff --git a/dzz/pdf/web/cmaps/Adobe-CNS1-5.bcmap b/dzz/pdf/web/cmaps/Adobe-CNS1-5.bcmap new file mode 100644 index 0000000..6caf4a8 Binary files /dev/null and b/dzz/pdf/web/cmaps/Adobe-CNS1-5.bcmap differ diff --git a/dzz/pdf/web/cmaps/Adobe-CNS1-6.bcmap b/dzz/pdf/web/cmaps/Adobe-CNS1-6.bcmap new file mode 100644 index 0000000..b77fb07 Binary files /dev/null and b/dzz/pdf/web/cmaps/Adobe-CNS1-6.bcmap differ diff --git a/dzz/pdf/web/cmaps/Adobe-CNS1-UCS2.bcmap b/dzz/pdf/web/cmaps/Adobe-CNS1-UCS2.bcmap new file mode 100644 index 0000000..69d79a2 Binary files /dev/null and b/dzz/pdf/web/cmaps/Adobe-CNS1-UCS2.bcmap differ diff --git a/dzz/pdf/web/cmaps/Adobe-GB1-0.bcmap b/dzz/pdf/web/cmaps/Adobe-GB1-0.bcmap new file mode 100644 index 0000000..3610108 Binary files /dev/null and b/dzz/pdf/web/cmaps/Adobe-GB1-0.bcmap differ diff --git a/dzz/pdf/web/cmaps/Adobe-GB1-1.bcmap b/dzz/pdf/web/cmaps/Adobe-GB1-1.bcmap new file mode 100644 index 0000000..707bb10 Binary files /dev/null and b/dzz/pdf/web/cmaps/Adobe-GB1-1.bcmap differ diff --git a/dzz/pdf/web/cmaps/Adobe-GB1-2.bcmap b/dzz/pdf/web/cmaps/Adobe-GB1-2.bcmap new file mode 100644 index 0000000..f7648cc Binary files /dev/null and b/dzz/pdf/web/cmaps/Adobe-GB1-2.bcmap differ diff --git a/dzz/pdf/web/cmaps/Adobe-GB1-3.bcmap b/dzz/pdf/web/cmaps/Adobe-GB1-3.bcmap new file mode 100644 index 0000000..8521458 Binary files /dev/null and b/dzz/pdf/web/cmaps/Adobe-GB1-3.bcmap differ diff --git a/dzz/pdf/web/cmaps/Adobe-GB1-4.bcmap b/dzz/pdf/web/cmaps/Adobe-GB1-4.bcmap new file mode 100644 index 0000000..e40c63a Binary files /dev/null and b/dzz/pdf/web/cmaps/Adobe-GB1-4.bcmap differ diff --git a/dzz/pdf/web/cmaps/Adobe-GB1-5.bcmap b/dzz/pdf/web/cmaps/Adobe-GB1-5.bcmap new file mode 100644 index 0000000..d7623b5 Binary files /dev/null and b/dzz/pdf/web/cmaps/Adobe-GB1-5.bcmap differ diff --git a/dzz/pdf/web/cmaps/Adobe-GB1-UCS2.bcmap b/dzz/pdf/web/cmaps/Adobe-GB1-UCS2.bcmap new file mode 100644 index 0000000..7586525 Binary files /dev/null and b/dzz/pdf/web/cmaps/Adobe-GB1-UCS2.bcmap differ diff --git a/dzz/pdf/web/cmaps/Adobe-Japan1-0.bcmap b/dzz/pdf/web/cmaps/Adobe-Japan1-0.bcmap new file mode 100644 index 0000000..f0e94ec Binary files /dev/null and b/dzz/pdf/web/cmaps/Adobe-Japan1-0.bcmap differ diff --git a/dzz/pdf/web/cmaps/Adobe-Japan1-1.bcmap b/dzz/pdf/web/cmaps/Adobe-Japan1-1.bcmap new file mode 100644 index 0000000..dad42c5 Binary files /dev/null and b/dzz/pdf/web/cmaps/Adobe-Japan1-1.bcmap differ diff --git a/dzz/pdf/web/cmaps/Adobe-Japan1-2.bcmap b/dzz/pdf/web/cmaps/Adobe-Japan1-2.bcmap new file mode 100644 index 0000000..090819a Binary files /dev/null and b/dzz/pdf/web/cmaps/Adobe-Japan1-2.bcmap differ diff --git a/dzz/pdf/web/cmaps/Adobe-Japan1-3.bcmap b/dzz/pdf/web/cmaps/Adobe-Japan1-3.bcmap new file mode 100644 index 0000000..087dfc1 Binary files /dev/null and b/dzz/pdf/web/cmaps/Adobe-Japan1-3.bcmap differ diff --git a/dzz/pdf/web/cmaps/Adobe-Japan1-4.bcmap b/dzz/pdf/web/cmaps/Adobe-Japan1-4.bcmap new file mode 100644 index 0000000..46aa9bf Binary files /dev/null and b/dzz/pdf/web/cmaps/Adobe-Japan1-4.bcmap differ diff --git a/dzz/pdf/web/cmaps/Adobe-Japan1-5.bcmap b/dzz/pdf/web/cmaps/Adobe-Japan1-5.bcmap new file mode 100644 index 0000000..5b4b65c Binary files /dev/null and b/dzz/pdf/web/cmaps/Adobe-Japan1-5.bcmap differ diff --git a/dzz/pdf/web/cmaps/Adobe-Japan1-6.bcmap b/dzz/pdf/web/cmaps/Adobe-Japan1-6.bcmap new file mode 100644 index 0000000..e77d699 Binary files /dev/null and b/dzz/pdf/web/cmaps/Adobe-Japan1-6.bcmap differ diff --git a/dzz/pdf/web/cmaps/Adobe-Japan1-UCS2.bcmap b/dzz/pdf/web/cmaps/Adobe-Japan1-UCS2.bcmap new file mode 100644 index 0000000..128a141 Binary files /dev/null and b/dzz/pdf/web/cmaps/Adobe-Japan1-UCS2.bcmap differ diff --git a/dzz/pdf/web/cmaps/Adobe-Korea1-0.bcmap b/dzz/pdf/web/cmaps/Adobe-Korea1-0.bcmap new file mode 100644 index 0000000..cef1a99 Binary files /dev/null and b/dzz/pdf/web/cmaps/Adobe-Korea1-0.bcmap differ diff --git a/dzz/pdf/web/cmaps/Adobe-Korea1-1.bcmap b/dzz/pdf/web/cmaps/Adobe-Korea1-1.bcmap new file mode 100644 index 0000000..11ffa36 Binary files /dev/null and b/dzz/pdf/web/cmaps/Adobe-Korea1-1.bcmap differ diff --git a/dzz/pdf/web/cmaps/Adobe-Korea1-2.bcmap b/dzz/pdf/web/cmaps/Adobe-Korea1-2.bcmap new file mode 100644 index 0000000..3172308 Binary files /dev/null and b/dzz/pdf/web/cmaps/Adobe-Korea1-2.bcmap differ diff --git a/dzz/pdf/web/cmaps/Adobe-Korea1-UCS2.bcmap b/dzz/pdf/web/cmaps/Adobe-Korea1-UCS2.bcmap new file mode 100644 index 0000000..f3371c0 Binary files /dev/null and b/dzz/pdf/web/cmaps/Adobe-Korea1-UCS2.bcmap differ diff --git a/dzz/pdf/web/cmaps/B5-H.bcmap b/dzz/pdf/web/cmaps/B5-H.bcmap new file mode 100644 index 0000000..beb4d22 Binary files /dev/null and b/dzz/pdf/web/cmaps/B5-H.bcmap differ diff --git a/dzz/pdf/web/cmaps/B5-V.bcmap b/dzz/pdf/web/cmaps/B5-V.bcmap new file mode 100644 index 0000000..2d4f87d Binary files /dev/null and b/dzz/pdf/web/cmaps/B5-V.bcmap differ diff --git a/dzz/pdf/web/cmaps/B5pc-H.bcmap b/dzz/pdf/web/cmaps/B5pc-H.bcmap new file mode 100644 index 0000000..ce00131 Binary files /dev/null and b/dzz/pdf/web/cmaps/B5pc-H.bcmap differ diff --git a/dzz/pdf/web/cmaps/B5pc-V.bcmap b/dzz/pdf/web/cmaps/B5pc-V.bcmap new file mode 100644 index 0000000..73b99ff Binary files /dev/null and b/dzz/pdf/web/cmaps/B5pc-V.bcmap differ diff --git a/dzz/pdf/web/cmaps/CNS-EUC-H.bcmap b/dzz/pdf/web/cmaps/CNS-EUC-H.bcmap new file mode 100644 index 0000000..61d1d0c Binary files /dev/null and b/dzz/pdf/web/cmaps/CNS-EUC-H.bcmap differ diff --git a/dzz/pdf/web/cmaps/CNS-EUC-V.bcmap b/dzz/pdf/web/cmaps/CNS-EUC-V.bcmap new file mode 100644 index 0000000..1a393a5 Binary files /dev/null and b/dzz/pdf/web/cmaps/CNS-EUC-V.bcmap differ diff --git a/dzz/pdf/web/cmaps/CNS1-H.bcmap b/dzz/pdf/web/cmaps/CNS1-H.bcmap new file mode 100644 index 0000000..f738e21 Binary files /dev/null and b/dzz/pdf/web/cmaps/CNS1-H.bcmap differ diff --git a/dzz/pdf/web/cmaps/CNS1-V.bcmap b/dzz/pdf/web/cmaps/CNS1-V.bcmap new file mode 100644 index 0000000..9c3169f Binary files /dev/null and b/dzz/pdf/web/cmaps/CNS1-V.bcmap differ diff --git a/dzz/pdf/web/cmaps/CNS2-H.bcmap b/dzz/pdf/web/cmaps/CNS2-H.bcmap new file mode 100644 index 0000000..c89b352 Binary files /dev/null and b/dzz/pdf/web/cmaps/CNS2-H.bcmap differ diff --git a/dzz/pdf/web/cmaps/CNS2-V.bcmap b/dzz/pdf/web/cmaps/CNS2-V.bcmap new file mode 100644 index 0000000..7588cec --- /dev/null +++ b/dzz/pdf/web/cmaps/CNS2-V.bcmap @@ -0,0 +1,3 @@ +RCopyright 1990-2009 Adobe Systems Incorporated. +All rights reserved. +See ./LICENSECNS2-H \ No newline at end of file diff --git a/dzz/pdf/web/cmaps/ETHK-B5-H.bcmap b/dzz/pdf/web/cmaps/ETHK-B5-H.bcmap new file mode 100644 index 0000000..cb29415 Binary files /dev/null and b/dzz/pdf/web/cmaps/ETHK-B5-H.bcmap differ diff --git a/dzz/pdf/web/cmaps/ETHK-B5-V.bcmap b/dzz/pdf/web/cmaps/ETHK-B5-V.bcmap new file mode 100644 index 0000000..f09aec6 Binary files /dev/null and b/dzz/pdf/web/cmaps/ETHK-B5-V.bcmap differ diff --git a/dzz/pdf/web/cmaps/ETen-B5-H.bcmap b/dzz/pdf/web/cmaps/ETen-B5-H.bcmap new file mode 100644 index 0000000..c2d7746 Binary files /dev/null and b/dzz/pdf/web/cmaps/ETen-B5-H.bcmap differ diff --git a/dzz/pdf/web/cmaps/ETen-B5-V.bcmap b/dzz/pdf/web/cmaps/ETen-B5-V.bcmap new file mode 100644 index 0000000..89bff15 Binary files /dev/null and b/dzz/pdf/web/cmaps/ETen-B5-V.bcmap differ diff --git a/dzz/pdf/web/cmaps/ETenms-B5-H.bcmap b/dzz/pdf/web/cmaps/ETenms-B5-H.bcmap new file mode 100644 index 0000000..a7d69db --- /dev/null +++ b/dzz/pdf/web/cmaps/ETenms-B5-H.bcmap @@ -0,0 +1,3 @@ +RCopyright 1990-2009 Adobe Systems Incorporated. +All rights reserved. +See ./LICENSE ETen-B5-H` ^ \ No newline at end of file diff --git a/dzz/pdf/web/cmaps/ETenms-B5-V.bcmap b/dzz/pdf/web/cmaps/ETenms-B5-V.bcmap new file mode 100644 index 0000000..adc5d61 Binary files /dev/null and b/dzz/pdf/web/cmaps/ETenms-B5-V.bcmap differ diff --git a/dzz/pdf/web/cmaps/EUC-H.bcmap b/dzz/pdf/web/cmaps/EUC-H.bcmap new file mode 100644 index 0000000..e92ea5b Binary files /dev/null and b/dzz/pdf/web/cmaps/EUC-H.bcmap differ diff --git a/dzz/pdf/web/cmaps/EUC-V.bcmap b/dzz/pdf/web/cmaps/EUC-V.bcmap new file mode 100644 index 0000000..7a7c183 Binary files /dev/null and b/dzz/pdf/web/cmaps/EUC-V.bcmap differ diff --git a/dzz/pdf/web/cmaps/Ext-H.bcmap b/dzz/pdf/web/cmaps/Ext-H.bcmap new file mode 100644 index 0000000..3b5cde4 Binary files /dev/null and b/dzz/pdf/web/cmaps/Ext-H.bcmap differ diff --git a/dzz/pdf/web/cmaps/Ext-RKSJ-H.bcmap b/dzz/pdf/web/cmaps/Ext-RKSJ-H.bcmap new file mode 100644 index 0000000..ea4d2d9 Binary files /dev/null and b/dzz/pdf/web/cmaps/Ext-RKSJ-H.bcmap differ diff --git a/dzz/pdf/web/cmaps/Ext-RKSJ-V.bcmap b/dzz/pdf/web/cmaps/Ext-RKSJ-V.bcmap new file mode 100644 index 0000000..3457c27 Binary files /dev/null and b/dzz/pdf/web/cmaps/Ext-RKSJ-V.bcmap differ diff --git a/dzz/pdf/web/cmaps/Ext-V.bcmap b/dzz/pdf/web/cmaps/Ext-V.bcmap new file mode 100644 index 0000000..4999ca4 Binary files /dev/null and b/dzz/pdf/web/cmaps/Ext-V.bcmap differ diff --git a/dzz/pdf/web/cmaps/GB-EUC-H.bcmap b/dzz/pdf/web/cmaps/GB-EUC-H.bcmap new file mode 100644 index 0000000..e39908b Binary files /dev/null and b/dzz/pdf/web/cmaps/GB-EUC-H.bcmap differ diff --git a/dzz/pdf/web/cmaps/GB-EUC-V.bcmap b/dzz/pdf/web/cmaps/GB-EUC-V.bcmap new file mode 100644 index 0000000..d5be544 Binary files /dev/null and b/dzz/pdf/web/cmaps/GB-EUC-V.bcmap differ diff --git a/dzz/pdf/web/cmaps/GB-H.bcmap b/dzz/pdf/web/cmaps/GB-H.bcmap new file mode 100644 index 0000000..39189c5 --- /dev/null +++ b/dzz/pdf/web/cmaps/GB-H.bcmap @@ -0,0 +1,4 @@ +RCopyright 1990-2009 Adobe Systems Incorporated. +All rights reserved. +See ./LICENSE!!]aX!!]`21> p z$]"Rd-U7* 4%+ Z {/%<9Kb1]." `],"] +"]h"]F"]$"]"]`"]>"]"]z"]X"]6"]"]r"]P"]."] "]j"]H"]&"]"]b"]@"]"]|"]Z"]8"]"]t"]R"]0"]"]l"]J"]("]"]d"]B"] "X~']W"]5"]"]q"]O"]-"] "]i"]G"]%"]"]a"]?"]"]{"]Y"]7"]"]s"]Q"]/"] "]k"]I"]'"]"]c"]A"]"]}"]["]9 \ No newline at end of file diff --git a/dzz/pdf/web/cmaps/GB-V.bcmap b/dzz/pdf/web/cmaps/GB-V.bcmap new file mode 100644 index 0000000..3108345 Binary files /dev/null and b/dzz/pdf/web/cmaps/GB-V.bcmap differ diff --git a/dzz/pdf/web/cmaps/GBK-EUC-H.bcmap b/dzz/pdf/web/cmaps/GBK-EUC-H.bcmap new file mode 100644 index 0000000..05fff7e Binary files /dev/null and b/dzz/pdf/web/cmaps/GBK-EUC-H.bcmap differ diff --git a/dzz/pdf/web/cmaps/GBK-EUC-V.bcmap b/dzz/pdf/web/cmaps/GBK-EUC-V.bcmap new file mode 100644 index 0000000..0cdf6be Binary files /dev/null and b/dzz/pdf/web/cmaps/GBK-EUC-V.bcmap differ diff --git a/dzz/pdf/web/cmaps/GBK2K-H.bcmap b/dzz/pdf/web/cmaps/GBK2K-H.bcmap new file mode 100644 index 0000000..46f6ba5 Binary files /dev/null and b/dzz/pdf/web/cmaps/GBK2K-H.bcmap differ diff --git a/dzz/pdf/web/cmaps/GBK2K-V.bcmap b/dzz/pdf/web/cmaps/GBK2K-V.bcmap new file mode 100644 index 0000000..d9a9479 Binary files /dev/null and b/dzz/pdf/web/cmaps/GBK2K-V.bcmap differ diff --git a/dzz/pdf/web/cmaps/GBKp-EUC-H.bcmap b/dzz/pdf/web/cmaps/GBKp-EUC-H.bcmap new file mode 100644 index 0000000..5cb0af6 Binary files /dev/null and b/dzz/pdf/web/cmaps/GBKp-EUC-H.bcmap differ diff --git a/dzz/pdf/web/cmaps/GBKp-EUC-V.bcmap b/dzz/pdf/web/cmaps/GBKp-EUC-V.bcmap new file mode 100644 index 0000000..bca93b8 Binary files /dev/null and b/dzz/pdf/web/cmaps/GBKp-EUC-V.bcmap differ diff --git a/dzz/pdf/web/cmaps/GBT-EUC-H.bcmap b/dzz/pdf/web/cmaps/GBT-EUC-H.bcmap new file mode 100644 index 0000000..4b4e2d3 Binary files /dev/null and b/dzz/pdf/web/cmaps/GBT-EUC-H.bcmap differ diff --git a/dzz/pdf/web/cmaps/GBT-EUC-V.bcmap b/dzz/pdf/web/cmaps/GBT-EUC-V.bcmap new file mode 100644 index 0000000..38f7066 Binary files /dev/null and b/dzz/pdf/web/cmaps/GBT-EUC-V.bcmap differ diff --git a/dzz/pdf/web/cmaps/GBT-H.bcmap b/dzz/pdf/web/cmaps/GBT-H.bcmap new file mode 100644 index 0000000..8437ac3 Binary files /dev/null and b/dzz/pdf/web/cmaps/GBT-H.bcmap differ diff --git a/dzz/pdf/web/cmaps/GBT-V.bcmap b/dzz/pdf/web/cmaps/GBT-V.bcmap new file mode 100644 index 0000000..697ab4a Binary files /dev/null and b/dzz/pdf/web/cmaps/GBT-V.bcmap differ diff --git a/dzz/pdf/web/cmaps/GBTpc-EUC-H.bcmap b/dzz/pdf/web/cmaps/GBTpc-EUC-H.bcmap new file mode 100644 index 0000000..f6e50e8 Binary files /dev/null and b/dzz/pdf/web/cmaps/GBTpc-EUC-H.bcmap differ diff --git a/dzz/pdf/web/cmaps/GBTpc-EUC-V.bcmap b/dzz/pdf/web/cmaps/GBTpc-EUC-V.bcmap new file mode 100644 index 0000000..6c0d71a Binary files /dev/null and b/dzz/pdf/web/cmaps/GBTpc-EUC-V.bcmap differ diff --git a/dzz/pdf/web/cmaps/GBpc-EUC-H.bcmap b/dzz/pdf/web/cmaps/GBpc-EUC-H.bcmap new file mode 100644 index 0000000..c9edf67 Binary files /dev/null and b/dzz/pdf/web/cmaps/GBpc-EUC-H.bcmap differ diff --git a/dzz/pdf/web/cmaps/GBpc-EUC-V.bcmap b/dzz/pdf/web/cmaps/GBpc-EUC-V.bcmap new file mode 100644 index 0000000..31450c9 Binary files /dev/null and b/dzz/pdf/web/cmaps/GBpc-EUC-V.bcmap differ diff --git a/dzz/pdf/web/cmaps/H.bcmap b/dzz/pdf/web/cmaps/H.bcmap new file mode 100644 index 0000000..7b24ea4 Binary files /dev/null and b/dzz/pdf/web/cmaps/H.bcmap differ diff --git a/dzz/pdf/web/cmaps/HKdla-B5-H.bcmap b/dzz/pdf/web/cmaps/HKdla-B5-H.bcmap new file mode 100644 index 0000000..7d30c05 Binary files /dev/null and b/dzz/pdf/web/cmaps/HKdla-B5-H.bcmap differ diff --git a/dzz/pdf/web/cmaps/HKdla-B5-V.bcmap b/dzz/pdf/web/cmaps/HKdla-B5-V.bcmap new file mode 100644 index 0000000..7894694 Binary files /dev/null and b/dzz/pdf/web/cmaps/HKdla-B5-V.bcmap differ diff --git a/dzz/pdf/web/cmaps/HKdlb-B5-H.bcmap b/dzz/pdf/web/cmaps/HKdlb-B5-H.bcmap new file mode 100644 index 0000000..d829a23 Binary files /dev/null and b/dzz/pdf/web/cmaps/HKdlb-B5-H.bcmap differ diff --git a/dzz/pdf/web/cmaps/HKdlb-B5-V.bcmap b/dzz/pdf/web/cmaps/HKdlb-B5-V.bcmap new file mode 100644 index 0000000..2b572b5 Binary files /dev/null and b/dzz/pdf/web/cmaps/HKdlb-B5-V.bcmap differ diff --git a/dzz/pdf/web/cmaps/HKgccs-B5-H.bcmap b/dzz/pdf/web/cmaps/HKgccs-B5-H.bcmap new file mode 100644 index 0000000..971a4f2 Binary files /dev/null and b/dzz/pdf/web/cmaps/HKgccs-B5-H.bcmap differ diff --git a/dzz/pdf/web/cmaps/HKgccs-B5-V.bcmap b/dzz/pdf/web/cmaps/HKgccs-B5-V.bcmap new file mode 100644 index 0000000..d353ca2 Binary files /dev/null and b/dzz/pdf/web/cmaps/HKgccs-B5-V.bcmap differ diff --git a/dzz/pdf/web/cmaps/HKm314-B5-H.bcmap b/dzz/pdf/web/cmaps/HKm314-B5-H.bcmap new file mode 100644 index 0000000..576dc01 Binary files /dev/null and b/dzz/pdf/web/cmaps/HKm314-B5-H.bcmap differ diff --git a/dzz/pdf/web/cmaps/HKm314-B5-V.bcmap b/dzz/pdf/web/cmaps/HKm314-B5-V.bcmap new file mode 100644 index 0000000..0e96d0e Binary files /dev/null and b/dzz/pdf/web/cmaps/HKm314-B5-V.bcmap differ diff --git a/dzz/pdf/web/cmaps/HKm471-B5-H.bcmap b/dzz/pdf/web/cmaps/HKm471-B5-H.bcmap new file mode 100644 index 0000000..11d170c Binary files /dev/null and b/dzz/pdf/web/cmaps/HKm471-B5-H.bcmap differ diff --git a/dzz/pdf/web/cmaps/HKm471-B5-V.bcmap b/dzz/pdf/web/cmaps/HKm471-B5-V.bcmap new file mode 100644 index 0000000..54959bf Binary files /dev/null and b/dzz/pdf/web/cmaps/HKm471-B5-V.bcmap differ diff --git a/dzz/pdf/web/cmaps/HKscs-B5-H.bcmap b/dzz/pdf/web/cmaps/HKscs-B5-H.bcmap new file mode 100644 index 0000000..6ef7857 Binary files /dev/null and b/dzz/pdf/web/cmaps/HKscs-B5-H.bcmap differ diff --git a/dzz/pdf/web/cmaps/HKscs-B5-V.bcmap b/dzz/pdf/web/cmaps/HKscs-B5-V.bcmap new file mode 100644 index 0000000..1fb2fa2 Binary files /dev/null and b/dzz/pdf/web/cmaps/HKscs-B5-V.bcmap differ diff --git a/dzz/pdf/web/cmaps/Hankaku.bcmap b/dzz/pdf/web/cmaps/Hankaku.bcmap new file mode 100644 index 0000000..4b8ec7f Binary files /dev/null and b/dzz/pdf/web/cmaps/Hankaku.bcmap differ diff --git a/dzz/pdf/web/cmaps/Hiragana.bcmap b/dzz/pdf/web/cmaps/Hiragana.bcmap new file mode 100644 index 0000000..17e983e Binary files /dev/null and b/dzz/pdf/web/cmaps/Hiragana.bcmap differ diff --git a/dzz/pdf/web/cmaps/KSC-EUC-H.bcmap b/dzz/pdf/web/cmaps/KSC-EUC-H.bcmap new file mode 100644 index 0000000..a45c65f Binary files /dev/null and b/dzz/pdf/web/cmaps/KSC-EUC-H.bcmap differ diff --git a/dzz/pdf/web/cmaps/KSC-EUC-V.bcmap b/dzz/pdf/web/cmaps/KSC-EUC-V.bcmap new file mode 100644 index 0000000..0e7b21f Binary files /dev/null and b/dzz/pdf/web/cmaps/KSC-EUC-V.bcmap differ diff --git a/dzz/pdf/web/cmaps/KSC-H.bcmap b/dzz/pdf/web/cmaps/KSC-H.bcmap new file mode 100644 index 0000000..b9b22b6 Binary files /dev/null and b/dzz/pdf/web/cmaps/KSC-H.bcmap differ diff --git a/dzz/pdf/web/cmaps/KSC-Johab-H.bcmap b/dzz/pdf/web/cmaps/KSC-Johab-H.bcmap new file mode 100644 index 0000000..2531ffc Binary files /dev/null and b/dzz/pdf/web/cmaps/KSC-Johab-H.bcmap differ diff --git a/dzz/pdf/web/cmaps/KSC-Johab-V.bcmap b/dzz/pdf/web/cmaps/KSC-Johab-V.bcmap new file mode 100644 index 0000000..367ceb2 Binary files /dev/null and b/dzz/pdf/web/cmaps/KSC-Johab-V.bcmap differ diff --git a/dzz/pdf/web/cmaps/KSC-V.bcmap b/dzz/pdf/web/cmaps/KSC-V.bcmap new file mode 100644 index 0000000..6ae2f0b Binary files /dev/null and b/dzz/pdf/web/cmaps/KSC-V.bcmap differ diff --git a/dzz/pdf/web/cmaps/KSCms-UHC-H.bcmap b/dzz/pdf/web/cmaps/KSCms-UHC-H.bcmap new file mode 100644 index 0000000..a8d4240 Binary files /dev/null and b/dzz/pdf/web/cmaps/KSCms-UHC-H.bcmap differ diff --git a/dzz/pdf/web/cmaps/KSCms-UHC-HW-H.bcmap b/dzz/pdf/web/cmaps/KSCms-UHC-HW-H.bcmap new file mode 100644 index 0000000..8b4ae18 Binary files /dev/null and b/dzz/pdf/web/cmaps/KSCms-UHC-HW-H.bcmap differ diff --git a/dzz/pdf/web/cmaps/KSCms-UHC-HW-V.bcmap b/dzz/pdf/web/cmaps/KSCms-UHC-HW-V.bcmap new file mode 100644 index 0000000..b655dbc Binary files /dev/null and b/dzz/pdf/web/cmaps/KSCms-UHC-HW-V.bcmap differ diff --git a/dzz/pdf/web/cmaps/KSCms-UHC-V.bcmap b/dzz/pdf/web/cmaps/KSCms-UHC-V.bcmap new file mode 100644 index 0000000..21f97f6 Binary files /dev/null and b/dzz/pdf/web/cmaps/KSCms-UHC-V.bcmap differ diff --git a/dzz/pdf/web/cmaps/KSCpc-EUC-H.bcmap b/dzz/pdf/web/cmaps/KSCpc-EUC-H.bcmap new file mode 100644 index 0000000..e06f361 Binary files /dev/null and b/dzz/pdf/web/cmaps/KSCpc-EUC-H.bcmap differ diff --git a/dzz/pdf/web/cmaps/KSCpc-EUC-V.bcmap b/dzz/pdf/web/cmaps/KSCpc-EUC-V.bcmap new file mode 100644 index 0000000..f3c9113 Binary files /dev/null and b/dzz/pdf/web/cmaps/KSCpc-EUC-V.bcmap differ diff --git a/dzz/pdf/web/cmaps/Katakana.bcmap b/dzz/pdf/web/cmaps/Katakana.bcmap new file mode 100644 index 0000000..524303c Binary files /dev/null and b/dzz/pdf/web/cmaps/Katakana.bcmap differ diff --git a/dzz/pdf/web/cmaps/LICENSE b/dzz/pdf/web/cmaps/LICENSE new file mode 100644 index 0000000..b1ad168 --- /dev/null +++ b/dzz/pdf/web/cmaps/LICENSE @@ -0,0 +1,36 @@ +%%Copyright: ----------------------------------------------------------- +%%Copyright: Copyright 1990-2009 Adobe Systems Incorporated. +%%Copyright: All rights reserved. +%%Copyright: +%%Copyright: Redistribution and use in source and binary forms, with or +%%Copyright: without modification, are permitted provided that the +%%Copyright: following conditions are met: +%%Copyright: +%%Copyright: Redistributions of source code must retain the above +%%Copyright: copyright notice, this list of conditions and the following +%%Copyright: disclaimer. +%%Copyright: +%%Copyright: Redistributions in binary form must reproduce the above +%%Copyright: copyright notice, this list of conditions and the following +%%Copyright: disclaimer in the documentation and/or other materials +%%Copyright: provided with the distribution. +%%Copyright: +%%Copyright: Neither the name of Adobe Systems Incorporated nor the names +%%Copyright: of its contributors may be used to endorse or promote +%%Copyright: products derived from this software without specific prior +%%Copyright: written permission. +%%Copyright: +%%Copyright: THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND +%%Copyright: CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, +%%Copyright: INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +%%Copyright: MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +%%Copyright: DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR +%%Copyright: CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +%%Copyright: SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +%%Copyright: NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +%%Copyright: LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +%%Copyright: HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN +%%Copyright: CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR +%%Copyright: OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +%%Copyright: SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +%%Copyright: ----------------------------------------------------------- diff --git a/dzz/pdf/web/cmaps/NWP-H.bcmap b/dzz/pdf/web/cmaps/NWP-H.bcmap new file mode 100644 index 0000000..afc5e4b Binary files /dev/null and b/dzz/pdf/web/cmaps/NWP-H.bcmap differ diff --git a/dzz/pdf/web/cmaps/NWP-V.bcmap b/dzz/pdf/web/cmaps/NWP-V.bcmap new file mode 100644 index 0000000..bb5785e Binary files /dev/null and b/dzz/pdf/web/cmaps/NWP-V.bcmap differ diff --git a/dzz/pdf/web/cmaps/RKSJ-H.bcmap b/dzz/pdf/web/cmaps/RKSJ-H.bcmap new file mode 100644 index 0000000..fb8d298 Binary files /dev/null and b/dzz/pdf/web/cmaps/RKSJ-H.bcmap differ diff --git a/dzz/pdf/web/cmaps/RKSJ-V.bcmap b/dzz/pdf/web/cmaps/RKSJ-V.bcmap new file mode 100644 index 0000000..a2555a6 Binary files /dev/null and b/dzz/pdf/web/cmaps/RKSJ-V.bcmap differ diff --git a/dzz/pdf/web/cmaps/Roman.bcmap b/dzz/pdf/web/cmaps/Roman.bcmap new file mode 100644 index 0000000..f896dcf Binary files /dev/null and b/dzz/pdf/web/cmaps/Roman.bcmap differ diff --git a/dzz/pdf/web/cmaps/UniCNS-UCS2-H.bcmap b/dzz/pdf/web/cmaps/UniCNS-UCS2-H.bcmap new file mode 100644 index 0000000..d5db27c Binary files /dev/null and b/dzz/pdf/web/cmaps/UniCNS-UCS2-H.bcmap differ diff --git a/dzz/pdf/web/cmaps/UniCNS-UCS2-V.bcmap b/dzz/pdf/web/cmaps/UniCNS-UCS2-V.bcmap new file mode 100644 index 0000000..1dc9b7a Binary files /dev/null and b/dzz/pdf/web/cmaps/UniCNS-UCS2-V.bcmap differ diff --git a/dzz/pdf/web/cmaps/UniCNS-UTF16-H.bcmap b/dzz/pdf/web/cmaps/UniCNS-UTF16-H.bcmap new file mode 100644 index 0000000..961afef Binary files /dev/null and b/dzz/pdf/web/cmaps/UniCNS-UTF16-H.bcmap differ diff --git a/dzz/pdf/web/cmaps/UniCNS-UTF16-V.bcmap b/dzz/pdf/web/cmaps/UniCNS-UTF16-V.bcmap new file mode 100644 index 0000000..df0cffe Binary files /dev/null and b/dzz/pdf/web/cmaps/UniCNS-UTF16-V.bcmap differ diff --git a/dzz/pdf/web/cmaps/UniCNS-UTF32-H.bcmap b/dzz/pdf/web/cmaps/UniCNS-UTF32-H.bcmap new file mode 100644 index 0000000..1ab18a1 Binary files /dev/null and b/dzz/pdf/web/cmaps/UniCNS-UTF32-H.bcmap differ diff --git a/dzz/pdf/web/cmaps/UniCNS-UTF32-V.bcmap b/dzz/pdf/web/cmaps/UniCNS-UTF32-V.bcmap new file mode 100644 index 0000000..ad14662 Binary files /dev/null and b/dzz/pdf/web/cmaps/UniCNS-UTF32-V.bcmap differ diff --git a/dzz/pdf/web/cmaps/UniCNS-UTF8-H.bcmap b/dzz/pdf/web/cmaps/UniCNS-UTF8-H.bcmap new file mode 100644 index 0000000..83c6bd7 Binary files /dev/null and b/dzz/pdf/web/cmaps/UniCNS-UTF8-H.bcmap differ diff --git a/dzz/pdf/web/cmaps/UniCNS-UTF8-V.bcmap b/dzz/pdf/web/cmaps/UniCNS-UTF8-V.bcmap new file mode 100644 index 0000000..22a27e4 Binary files /dev/null and b/dzz/pdf/web/cmaps/UniCNS-UTF8-V.bcmap differ diff --git a/dzz/pdf/web/cmaps/UniGB-UCS2-H.bcmap b/dzz/pdf/web/cmaps/UniGB-UCS2-H.bcmap new file mode 100644 index 0000000..5bd6228 Binary files /dev/null and b/dzz/pdf/web/cmaps/UniGB-UCS2-H.bcmap differ diff --git a/dzz/pdf/web/cmaps/UniGB-UCS2-V.bcmap b/dzz/pdf/web/cmaps/UniGB-UCS2-V.bcmap new file mode 100644 index 0000000..53c534b Binary files /dev/null and b/dzz/pdf/web/cmaps/UniGB-UCS2-V.bcmap differ diff --git a/dzz/pdf/web/cmaps/UniGB-UTF16-H.bcmap b/dzz/pdf/web/cmaps/UniGB-UTF16-H.bcmap new file mode 100644 index 0000000..b95045b Binary files /dev/null and b/dzz/pdf/web/cmaps/UniGB-UTF16-H.bcmap differ diff --git a/dzz/pdf/web/cmaps/UniGB-UTF16-V.bcmap b/dzz/pdf/web/cmaps/UniGB-UTF16-V.bcmap new file mode 100644 index 0000000..51f023e Binary files /dev/null and b/dzz/pdf/web/cmaps/UniGB-UTF16-V.bcmap differ diff --git a/dzz/pdf/web/cmaps/UniGB-UTF32-H.bcmap b/dzz/pdf/web/cmaps/UniGB-UTF32-H.bcmap new file mode 100644 index 0000000..f0dbd14 Binary files /dev/null and b/dzz/pdf/web/cmaps/UniGB-UTF32-H.bcmap differ diff --git a/dzz/pdf/web/cmaps/UniGB-UTF32-V.bcmap b/dzz/pdf/web/cmaps/UniGB-UTF32-V.bcmap new file mode 100644 index 0000000..ce9c30a Binary files /dev/null and b/dzz/pdf/web/cmaps/UniGB-UTF32-V.bcmap differ diff --git a/dzz/pdf/web/cmaps/UniGB-UTF8-H.bcmap b/dzz/pdf/web/cmaps/UniGB-UTF8-H.bcmap new file mode 100644 index 0000000..982ca46 Binary files /dev/null and b/dzz/pdf/web/cmaps/UniGB-UTF8-H.bcmap differ diff --git a/dzz/pdf/web/cmaps/UniGB-UTF8-V.bcmap b/dzz/pdf/web/cmaps/UniGB-UTF8-V.bcmap new file mode 100644 index 0000000..f78020d Binary files /dev/null and b/dzz/pdf/web/cmaps/UniGB-UTF8-V.bcmap differ diff --git a/dzz/pdf/web/cmaps/UniJIS-UCS2-H.bcmap b/dzz/pdf/web/cmaps/UniJIS-UCS2-H.bcmap new file mode 100644 index 0000000..7daf56a Binary files /dev/null and b/dzz/pdf/web/cmaps/UniJIS-UCS2-H.bcmap differ diff --git a/dzz/pdf/web/cmaps/UniJIS-UCS2-HW-H.bcmap b/dzz/pdf/web/cmaps/UniJIS-UCS2-HW-H.bcmap new file mode 100644 index 0000000..ac9975c Binary files /dev/null and b/dzz/pdf/web/cmaps/UniJIS-UCS2-HW-H.bcmap differ diff --git a/dzz/pdf/web/cmaps/UniJIS-UCS2-HW-V.bcmap b/dzz/pdf/web/cmaps/UniJIS-UCS2-HW-V.bcmap new file mode 100644 index 0000000..3da0a1c Binary files /dev/null and b/dzz/pdf/web/cmaps/UniJIS-UCS2-HW-V.bcmap differ diff --git a/dzz/pdf/web/cmaps/UniJIS-UCS2-V.bcmap b/dzz/pdf/web/cmaps/UniJIS-UCS2-V.bcmap new file mode 100644 index 0000000..c50b9dd Binary files /dev/null and b/dzz/pdf/web/cmaps/UniJIS-UCS2-V.bcmap differ diff --git a/dzz/pdf/web/cmaps/UniJIS-UTF16-H.bcmap b/dzz/pdf/web/cmaps/UniJIS-UTF16-H.bcmap new file mode 100644 index 0000000..6761344 Binary files /dev/null and b/dzz/pdf/web/cmaps/UniJIS-UTF16-H.bcmap differ diff --git a/dzz/pdf/web/cmaps/UniJIS-UTF16-V.bcmap b/dzz/pdf/web/cmaps/UniJIS-UTF16-V.bcmap new file mode 100644 index 0000000..70bf90c Binary files /dev/null and b/dzz/pdf/web/cmaps/UniJIS-UTF16-V.bcmap differ diff --git a/dzz/pdf/web/cmaps/UniJIS-UTF32-H.bcmap b/dzz/pdf/web/cmaps/UniJIS-UTF32-H.bcmap new file mode 100644 index 0000000..7a83d53 Binary files /dev/null and b/dzz/pdf/web/cmaps/UniJIS-UTF32-H.bcmap differ diff --git a/dzz/pdf/web/cmaps/UniJIS-UTF32-V.bcmap b/dzz/pdf/web/cmaps/UniJIS-UTF32-V.bcmap new file mode 100644 index 0000000..7a87135 Binary files /dev/null and b/dzz/pdf/web/cmaps/UniJIS-UTF32-V.bcmap differ diff --git a/dzz/pdf/web/cmaps/UniJIS-UTF8-H.bcmap b/dzz/pdf/web/cmaps/UniJIS-UTF8-H.bcmap new file mode 100644 index 0000000..9f0334c Binary files /dev/null and b/dzz/pdf/web/cmaps/UniJIS-UTF8-H.bcmap differ diff --git a/dzz/pdf/web/cmaps/UniJIS-UTF8-V.bcmap b/dzz/pdf/web/cmaps/UniJIS-UTF8-V.bcmap new file mode 100644 index 0000000..808a94f Binary files /dev/null and b/dzz/pdf/web/cmaps/UniJIS-UTF8-V.bcmap differ diff --git a/dzz/pdf/web/cmaps/UniJIS2004-UTF16-H.bcmap b/dzz/pdf/web/cmaps/UniJIS2004-UTF16-H.bcmap new file mode 100644 index 0000000..d768bf8 Binary files /dev/null and b/dzz/pdf/web/cmaps/UniJIS2004-UTF16-H.bcmap differ diff --git a/dzz/pdf/web/cmaps/UniJIS2004-UTF16-V.bcmap b/dzz/pdf/web/cmaps/UniJIS2004-UTF16-V.bcmap new file mode 100644 index 0000000..3d5bf6f Binary files /dev/null and b/dzz/pdf/web/cmaps/UniJIS2004-UTF16-V.bcmap differ diff --git a/dzz/pdf/web/cmaps/UniJIS2004-UTF32-H.bcmap b/dzz/pdf/web/cmaps/UniJIS2004-UTF32-H.bcmap new file mode 100644 index 0000000..09eee10 Binary files /dev/null and b/dzz/pdf/web/cmaps/UniJIS2004-UTF32-H.bcmap differ diff --git a/dzz/pdf/web/cmaps/UniJIS2004-UTF32-V.bcmap b/dzz/pdf/web/cmaps/UniJIS2004-UTF32-V.bcmap new file mode 100644 index 0000000..6c54600 Binary files /dev/null and b/dzz/pdf/web/cmaps/UniJIS2004-UTF32-V.bcmap differ diff --git a/dzz/pdf/web/cmaps/UniJIS2004-UTF8-H.bcmap b/dzz/pdf/web/cmaps/UniJIS2004-UTF8-H.bcmap new file mode 100644 index 0000000..1b1a64f Binary files /dev/null and b/dzz/pdf/web/cmaps/UniJIS2004-UTF8-H.bcmap differ diff --git a/dzz/pdf/web/cmaps/UniJIS2004-UTF8-V.bcmap b/dzz/pdf/web/cmaps/UniJIS2004-UTF8-V.bcmap new file mode 100644 index 0000000..994aa9e Binary files /dev/null and b/dzz/pdf/web/cmaps/UniJIS2004-UTF8-V.bcmap differ diff --git a/dzz/pdf/web/cmaps/UniJISPro-UCS2-HW-V.bcmap b/dzz/pdf/web/cmaps/UniJISPro-UCS2-HW-V.bcmap new file mode 100644 index 0000000..643f921 Binary files /dev/null and b/dzz/pdf/web/cmaps/UniJISPro-UCS2-HW-V.bcmap differ diff --git a/dzz/pdf/web/cmaps/UniJISPro-UCS2-V.bcmap b/dzz/pdf/web/cmaps/UniJISPro-UCS2-V.bcmap new file mode 100644 index 0000000..c148f67 Binary files /dev/null and b/dzz/pdf/web/cmaps/UniJISPro-UCS2-V.bcmap differ diff --git a/dzz/pdf/web/cmaps/UniJISPro-UTF8-V.bcmap b/dzz/pdf/web/cmaps/UniJISPro-UTF8-V.bcmap new file mode 100644 index 0000000..1849d80 Binary files /dev/null and b/dzz/pdf/web/cmaps/UniJISPro-UTF8-V.bcmap differ diff --git a/dzz/pdf/web/cmaps/UniJISX0213-UTF32-H.bcmap b/dzz/pdf/web/cmaps/UniJISX0213-UTF32-H.bcmap new file mode 100644 index 0000000..a83a677 Binary files /dev/null and b/dzz/pdf/web/cmaps/UniJISX0213-UTF32-H.bcmap differ diff --git a/dzz/pdf/web/cmaps/UniJISX0213-UTF32-V.bcmap b/dzz/pdf/web/cmaps/UniJISX0213-UTF32-V.bcmap new file mode 100644 index 0000000..f527248 Binary files /dev/null and b/dzz/pdf/web/cmaps/UniJISX0213-UTF32-V.bcmap differ diff --git a/dzz/pdf/web/cmaps/UniJISX02132004-UTF32-H.bcmap b/dzz/pdf/web/cmaps/UniJISX02132004-UTF32-H.bcmap new file mode 100644 index 0000000..e1a988d Binary files /dev/null and b/dzz/pdf/web/cmaps/UniJISX02132004-UTF32-H.bcmap differ diff --git a/dzz/pdf/web/cmaps/UniJISX02132004-UTF32-V.bcmap b/dzz/pdf/web/cmaps/UniJISX02132004-UTF32-V.bcmap new file mode 100644 index 0000000..47e054a Binary files /dev/null and b/dzz/pdf/web/cmaps/UniJISX02132004-UTF32-V.bcmap differ diff --git a/dzz/pdf/web/cmaps/UniKS-UCS2-H.bcmap b/dzz/pdf/web/cmaps/UniKS-UCS2-H.bcmap new file mode 100644 index 0000000..b5b9485 Binary files /dev/null and b/dzz/pdf/web/cmaps/UniKS-UCS2-H.bcmap differ diff --git a/dzz/pdf/web/cmaps/UniKS-UCS2-V.bcmap b/dzz/pdf/web/cmaps/UniKS-UCS2-V.bcmap new file mode 100644 index 0000000..026adca Binary files /dev/null and b/dzz/pdf/web/cmaps/UniKS-UCS2-V.bcmap differ diff --git a/dzz/pdf/web/cmaps/UniKS-UTF16-H.bcmap b/dzz/pdf/web/cmaps/UniKS-UTF16-H.bcmap new file mode 100644 index 0000000..fd4e66e Binary files /dev/null and b/dzz/pdf/web/cmaps/UniKS-UTF16-H.bcmap differ diff --git a/dzz/pdf/web/cmaps/UniKS-UTF16-V.bcmap b/dzz/pdf/web/cmaps/UniKS-UTF16-V.bcmap new file mode 100644 index 0000000..075efb7 Binary files /dev/null and b/dzz/pdf/web/cmaps/UniKS-UTF16-V.bcmap differ diff --git a/dzz/pdf/web/cmaps/UniKS-UTF32-H.bcmap b/dzz/pdf/web/cmaps/UniKS-UTF32-H.bcmap new file mode 100644 index 0000000..769d214 Binary files /dev/null and b/dzz/pdf/web/cmaps/UniKS-UTF32-H.bcmap differ diff --git a/dzz/pdf/web/cmaps/UniKS-UTF32-V.bcmap b/dzz/pdf/web/cmaps/UniKS-UTF32-V.bcmap new file mode 100644 index 0000000..bdab208 Binary files /dev/null and b/dzz/pdf/web/cmaps/UniKS-UTF32-V.bcmap differ diff --git a/dzz/pdf/web/cmaps/UniKS-UTF8-H.bcmap b/dzz/pdf/web/cmaps/UniKS-UTF8-H.bcmap new file mode 100644 index 0000000..6ff8674 Binary files /dev/null and b/dzz/pdf/web/cmaps/UniKS-UTF8-H.bcmap differ diff --git a/dzz/pdf/web/cmaps/UniKS-UTF8-V.bcmap b/dzz/pdf/web/cmaps/UniKS-UTF8-V.bcmap new file mode 100644 index 0000000..8dfa76a Binary files /dev/null and b/dzz/pdf/web/cmaps/UniKS-UTF8-V.bcmap differ diff --git a/dzz/pdf/web/cmaps/V.bcmap b/dzz/pdf/web/cmaps/V.bcmap new file mode 100644 index 0000000..fdec990 Binary files /dev/null and b/dzz/pdf/web/cmaps/V.bcmap differ diff --git a/dzz/pdf/web/cmaps/WP-Symbol.bcmap b/dzz/pdf/web/cmaps/WP-Symbol.bcmap new file mode 100644 index 0000000..46729bb Binary files /dev/null and b/dzz/pdf/web/cmaps/WP-Symbol.bcmap differ diff --git a/dzz/pdf/web/cmaps/index.htm b/dzz/pdf/web/cmaps/index.htm new file mode 100644 index 0000000..e69de29 diff --git a/dzz/pdf/web/compatibility.js b/dzz/pdf/web/compatibility.js new file mode 100644 index 0000000..06f54bf --- /dev/null +++ b/dzz/pdf/web/compatibility.js @@ -0,0 +1,577 @@ +/* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ +/* vim: set shiftwidth=2 tabstop=2 autoindent cindent expandtab: */ +/* Copyright 2012 Mozilla Foundation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +/* globals VBArray, PDFJS */ + +'use strict'; + +// Initializing PDFJS global object here, it case if we need to change/disable +// some PDF.js features, e.g. range requests +if (typeof PDFJS === 'undefined') { + (typeof window !== 'undefined' ? window : this).PDFJS = {}; +} + +// Checking if the typed arrays are supported +// Support: iOS<6.0 (subarray), IE<10, Android<4.0 +(function checkTypedArrayCompatibility() { + if (typeof Uint8Array !== 'undefined') { + // Support: iOS<6.0 + if (typeof Uint8Array.prototype.subarray === 'undefined') { + Uint8Array.prototype.subarray = function subarray(start, end) { + return new Uint8Array(this.slice(start, end)); + }; + Float32Array.prototype.subarray = function subarray(start, end) { + return new Float32Array(this.slice(start, end)); + }; + } + + // Support: Android<4.1 + if (typeof Float64Array === 'undefined') { + window.Float64Array = Float32Array; + } + return; + } + + function subarray(start, end) { + return new TypedArray(this.slice(start, end)); + } + + function setArrayOffset(array, offset) { + if (arguments.length < 2) { + offset = 0; + } + for (var i = 0, n = array.length; i < n; ++i, ++offset) { + this[offset] = array[i] & 0xFF; + } + } + + function TypedArray(arg1) { + var result, i, n; + if (typeof arg1 === 'number') { + result = []; + for (i = 0; i < arg1; ++i) { + result[i] = 0; + } + } else if ('slice' in arg1) { + result = arg1.slice(0); + } else { + result = []; + for (i = 0, n = arg1.length; i < n; ++i) { + result[i] = arg1[i]; + } + } + + result.subarray = subarray; + result.buffer = result; + result.byteLength = result.length; + result.set = setArrayOffset; + + if (typeof arg1 === 'object' && arg1.buffer) { + result.buffer = arg1.buffer; + } + return result; + } + + window.Uint8Array = TypedArray; + window.Int8Array = TypedArray; + + // we don't need support for set, byteLength for 32-bit array + // so we can use the TypedArray as well + window.Uint32Array = TypedArray; + window.Int32Array = TypedArray; + window.Uint16Array = TypedArray; + window.Float32Array = TypedArray; + window.Float64Array = TypedArray; +})(); + +// URL = URL || webkitURL +// Support: Safari<7, Android 4.2+ +(function normalizeURLObject() { + if (!window.URL) { + window.URL = window.webkitURL; + } +})(); + +// Object.defineProperty()? +// Support: Android<4.0, Safari<5.1 +(function checkObjectDefinePropertyCompatibility() { + if (typeof Object.defineProperty !== 'undefined') { + var definePropertyPossible = true; + try { + // some browsers (e.g. safari) cannot use defineProperty() on DOM objects + // and thus the native version is not sufficient + Object.defineProperty(new Image(), 'id', { value: 'test' }); + // ... another test for android gb browser for non-DOM objects + var Test = function Test() {}; + Test.prototype = { get id() { } }; + Object.defineProperty(new Test(), 'id', + { value: '', configurable: true, enumerable: true, writable: false }); + } catch (e) { + definePropertyPossible = false; + } + if (definePropertyPossible) { + return; + } + } + + Object.defineProperty = function objectDefineProperty(obj, name, def) { + delete obj[name]; + if ('get' in def) { + obj.__defineGetter__(name, def['get']); + } + if ('set' in def) { + obj.__defineSetter__(name, def['set']); + } + if ('value' in def) { + obj.__defineSetter__(name, function objectDefinePropertySetter(value) { + this.__defineGetter__(name, function objectDefinePropertyGetter() { + return value; + }); + return value; + }); + obj[name] = def.value; + } + }; +})(); + + +// No XMLHttpRequest#response? +// Support: IE<11, Android <4.0 +(function checkXMLHttpRequestResponseCompatibility() { + var xhrPrototype = XMLHttpRequest.prototype; + var xhr = new XMLHttpRequest(); + if (!('overrideMimeType' in xhr)) { + // IE10 might have response, but not overrideMimeType + // Support: IE10 + Object.defineProperty(xhrPrototype, 'overrideMimeType', { + value: function xmlHttpRequestOverrideMimeType(mimeType) {} + }); + } + if ('responseType' in xhr) { + return; + } + + // The worker will be using XHR, so we can save time and disable worker. + PDFJS.disableWorker = true; + + Object.defineProperty(xhrPrototype, 'responseType', { + get: function xmlHttpRequestGetResponseType() { + return this._responseType || 'text'; + }, + set: function xmlHttpRequestSetResponseType(value) { + if (value === 'text' || value === 'arraybuffer') { + this._responseType = value; + if (value === 'arraybuffer' && + typeof this.overrideMimeType === 'function') { + this.overrideMimeType('text/plain; charset=x-user-defined'); + } + } + } + }); + + // Support: IE9 + if (typeof VBArray !== 'undefined') { + Object.defineProperty(xhrPrototype, 'response', { + get: function xmlHttpRequestResponseGet() { + if (this.responseType === 'arraybuffer') { + return new Uint8Array(new VBArray(this.responseBody).toArray()); + } else { + return this.responseText; + } + } + }); + return; + } + + Object.defineProperty(xhrPrototype, 'response', { + get: function xmlHttpRequestResponseGet() { + if (this.responseType !== 'arraybuffer') { + return this.responseText; + } + var text = this.responseText; + var i, n = text.length; + var result = new Uint8Array(n); + for (i = 0; i < n; ++i) { + result[i] = text.charCodeAt(i) & 0xFF; + } + return result.buffer; + } + }); +})(); + +// window.btoa (base64 encode function) ? +// Support: IE<10 +(function checkWindowBtoaCompatibility() { + if ('btoa' in window) { + return; + } + + var digits = + 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/='; + + window.btoa = function windowBtoa(chars) { + var buffer = ''; + var i, n; + for (i = 0, n = chars.length; i < n; i += 3) { + var b1 = chars.charCodeAt(i) & 0xFF; + var b2 = chars.charCodeAt(i + 1) & 0xFF; + var b3 = chars.charCodeAt(i + 2) & 0xFF; + var d1 = b1 >> 2, d2 = ((b1 & 3) << 4) | (b2 >> 4); + var d3 = i + 1 < n ? ((b2 & 0xF) << 2) | (b3 >> 6) : 64; + var d4 = i + 2 < n ? (b3 & 0x3F) : 64; + buffer += (digits.charAt(d1) + digits.charAt(d2) + + digits.charAt(d3) + digits.charAt(d4)); + } + return buffer; + }; +})(); + +// window.atob (base64 encode function)? +// Support: IE<10 +(function checkWindowAtobCompatibility() { + if ('atob' in window) { + return; + } + + // https://github.com/davidchambers/Base64.js + var digits = + 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/='; + window.atob = function (input) { + input = input.replace(/=+$/, ''); + if (input.length % 4 === 1) { + throw new Error('bad atob input'); + } + for ( + // initialize result and counters + var bc = 0, bs, buffer, idx = 0, output = ''; + // get next character + buffer = input.charAt(idx++); + // character found in table? + // initialize bit storage and add its ascii value + ~buffer && (bs = bc % 4 ? bs * 64 + buffer : buffer, + // and if not first of each 4 characters, + // convert the first 8 bits to one ascii character + bc++ % 4) ? output += String.fromCharCode(255 & bs >> (-2 * bc & 6)) : 0 + ) { + // try to find character in table (0-63, not found => -1) + buffer = digits.indexOf(buffer); + } + return output; + }; +})(); + +// Function.prototype.bind? +// Support: Android<4.0, iOS<6.0 +(function checkFunctionPrototypeBindCompatibility() { + if (typeof Function.prototype.bind !== 'undefined') { + return; + } + + Function.prototype.bind = function functionPrototypeBind(obj) { + var fn = this, headArgs = Array.prototype.slice.call(arguments, 1); + var bound = function functionPrototypeBindBound() { + var args = headArgs.concat(Array.prototype.slice.call(arguments)); + return fn.apply(obj, args); + }; + return bound; + }; +})(); + +// HTMLElement dataset property +// Support: IE<11, Safari<5.1, Android<4.0 +(function checkDatasetProperty() { + var div = document.createElement('div'); + if ('dataset' in div) { + return; // dataset property exists + } + + Object.defineProperty(HTMLElement.prototype, 'dataset', { + get: function() { + if (this._dataset) { + return this._dataset; + } + + var dataset = {}; + for (var j = 0, jj = this.attributes.length; j < jj; j++) { + var attribute = this.attributes[j]; + if (attribute.name.substring(0, 5) !== 'data-') { + continue; + } + var key = attribute.name.substring(5).replace(/\-([a-z])/g, + function(all, ch) { + return ch.toUpperCase(); + }); + dataset[key] = attribute.value; + } + + Object.defineProperty(this, '_dataset', { + value: dataset, + writable: false, + enumerable: false + }); + return dataset; + }, + enumerable: true + }); +})(); + +// HTMLElement classList property +// Support: IE<10, Android<4.0, iOS<5.0 +(function checkClassListProperty() { + var div = document.createElement('div'); + if ('classList' in div) { + return; // classList property exists + } + + function changeList(element, itemName, add, remove) { + var s = element.className || ''; + var list = s.split(/\s+/g); + if (list[0] === '') { + list.shift(); + } + var index = list.indexOf(itemName); + if (index < 0 && add) { + list.push(itemName); + } + if (index >= 0 && remove) { + list.splice(index, 1); + } + element.className = list.join(' '); + return (index >= 0); + } + + var classListPrototype = { + add: function(name) { + changeList(this.element, name, true, false); + }, + contains: function(name) { + return changeList(this.element, name, false, false); + }, + remove: function(name) { + changeList(this.element, name, false, true); + }, + toggle: function(name) { + changeList(this.element, name, true, true); + } + }; + + Object.defineProperty(HTMLElement.prototype, 'classList', { + get: function() { + if (this._classList) { + return this._classList; + } + + var classList = Object.create(classListPrototype, { + element: { + value: this, + writable: false, + enumerable: true + } + }); + Object.defineProperty(this, '_classList', { + value: classList, + writable: false, + enumerable: false + }); + return classList; + }, + enumerable: true + }); +})(); + +// Check console compatibility +// In older IE versions the console object is not available +// unless console is open. +// Support: IE<10 +(function checkConsoleCompatibility() { + if (!('console' in window)) { + window.console = { + log: function() {}, + error: function() {}, + warn: function() {} + }; + } else if (!('bind' in console.log)) { + // native functions in IE9 might not have bind + console.log = (function(fn) { + return function(msg) { return fn(msg); }; + })(console.log); + console.error = (function(fn) { + return function(msg) { return fn(msg); }; + })(console.error); + console.warn = (function(fn) { + return function(msg) { return fn(msg); }; + })(console.warn); + } +})(); + +// Check onclick compatibility in Opera +// Support: Opera<15 +(function checkOnClickCompatibility() { + // workaround for reported Opera bug DSK-354448: + // onclick fires on disabled buttons with opaque content + function ignoreIfTargetDisabled(event) { + if (isDisabled(event.target)) { + event.stopPropagation(); + } + } + function isDisabled(node) { + return node.disabled || (node.parentNode && isDisabled(node.parentNode)); + } + if (navigator.userAgent.indexOf('Opera') !== -1) { + // use browser detection since we cannot feature-check this bug + document.addEventListener('click', ignoreIfTargetDisabled, true); + } +})(); + +// Checks if possible to use URL.createObjectURL() +// Support: IE +(function checkOnBlobSupport() { + // sometimes IE loosing the data created with createObjectURL(), see #3977 + if (navigator.userAgent.indexOf('Trident') >= 0) { + PDFJS.disableCreateObjectURL = true; + } +})(); + +// Checks if navigator.language is supported +(function checkNavigatorLanguage() { + if ('language' in navigator) { + return; + } + PDFJS.locale = navigator.userLanguage || 'en-US'; +})(); + +(function checkRangeRequests() { + // Safari has issues with cached range requests see: + // https://github.com/mozilla/pdf.js/issues/3260 + // Last tested with version 6.0.4. + // Support: Safari 6.0+ + var isSafari = Object.prototype.toString.call( + window.HTMLElement).indexOf('Constructor') > 0; + + // Older versions of Android (pre 3.0) has issues with range requests, see: + // https://github.com/mozilla/pdf.js/issues/3381. + // Make sure that we only match webkit-based Android browsers, + // since Firefox/Fennec works as expected. + // Support: Android<3.0 + var regex = /Android\s[0-2][^\d]/; + var isOldAndroid = regex.test(navigator.userAgent); + + // Range requests are broken in Chrome 39 and 40, https://crbug.com/442318 + var isChromeWithRangeBug = /Chrome\/(39|40)\./.test(navigator.userAgent); + + if (isSafari || isOldAndroid || isChromeWithRangeBug) { + PDFJS.disableRange = true; + PDFJS.disableStream = true; + } +})(); + +// Check if the browser supports manipulation of the history. +// Support: IE<10, Android<4.2 +(function checkHistoryManipulation() { + // Android 2.x has so buggy pushState support that it was removed in + // Android 3.0 and restored as late as in Android 4.2. + // Support: Android 2.x + if (!history.pushState || navigator.userAgent.indexOf('Android 2.') >= 0) { + PDFJS.disableHistory = true; + } +})(); + +// Support: IE<11, Chrome<21, Android<4.4, Safari<6 +(function checkSetPresenceInImageData() { + // IE < 11 will use window.CanvasPixelArray which lacks set function. + if (window.CanvasPixelArray) { + if (typeof window.CanvasPixelArray.prototype.set !== 'function') { + window.CanvasPixelArray.prototype.set = function(arr) { + for (var i = 0, ii = this.length; i < ii; i++) { + this[i] = arr[i]; + } + }; + } + } else { + // Old Chrome and Android use an inaccessible CanvasPixelArray prototype. + // Because we cannot feature detect it, we rely on user agent parsing. + var polyfill = false, versionMatch; + if (navigator.userAgent.indexOf('Chrom') >= 0) { + versionMatch = navigator.userAgent.match(/Chrom(e|ium)\/([0-9]+)\./); + // Chrome < 21 lacks the set function. + polyfill = versionMatch && parseInt(versionMatch[2]) < 21; + } else if (navigator.userAgent.indexOf('Android') >= 0) { + // Android < 4.4 lacks the set function. + // Android >= 4.4 will contain Chrome in the user agent, + // thus pass the Chrome check above and not reach this block. + polyfill = /Android\s[0-4][^\d]/g.test(navigator.userAgent); + } else if (navigator.userAgent.indexOf('Safari') >= 0) { + versionMatch = navigator.userAgent. + match(/Version\/([0-9]+)\.([0-9]+)\.([0-9]+) Safari\//); + // Safari < 6 lacks the set function. + polyfill = versionMatch && parseInt(versionMatch[1]) < 6; + } + + if (polyfill) { + var contextPrototype = window.CanvasRenderingContext2D.prototype; + contextPrototype._createImageData = contextPrototype.createImageData; + contextPrototype.createImageData = function(w, h) { + var imageData = this._createImageData(w, h); + imageData.data.set = function(arr) { + for (var i = 0, ii = this.length; i < ii; i++) { + this[i] = arr[i]; + } + }; + return imageData; + }; + } + } +})(); + +// Support: IE<10, Android<4.0, iOS +(function checkRequestAnimationFrame() { + function fakeRequestAnimationFrame(callback) { + window.setTimeout(callback, 20); + } + + var isIOS = /(iPad|iPhone|iPod)/g.test(navigator.userAgent); + if (isIOS) { + // requestAnimationFrame on iOS is broken, replacing with fake one. + window.requestAnimationFrame = fakeRequestAnimationFrame; + return; + } + if ('requestAnimationFrame' in window) { + return; + } + window.requestAnimationFrame = + window.mozRequestAnimationFrame || + window.webkitRequestAnimationFrame || + fakeRequestAnimationFrame; +})(); + +(function checkCanvasSizeLimitation() { + var isIOS = /(iPad|iPhone|iPod)/g.test(navigator.userAgent); + var isAndroid = /Android/g.test(navigator.userAgent); + if (isIOS || isAndroid) { + // 5MP + PDFJS.maxCanvasPixels = 5242880; + } +})(); + +// Disable fullscreen support for certain problematic configurations. +// Support: IE11+ (when embedded). +(function checkFullscreenSupport() { + var isEmbeddedIE = (navigator.userAgent.indexOf('Trident') >= 0 && + window.parent !== window); + if (isEmbeddedIE) { + PDFJS.disableFullscreen = true; + } +})(); diff --git a/dzz/pdf/web/compressed.tracemonkey-pldi-09.pdf b/dzz/pdf/web/compressed.tracemonkey-pldi-09.pdf new file mode 100644 index 0000000..6557018 Binary files /dev/null and b/dzz/pdf/web/compressed.tracemonkey-pldi-09.pdf differ diff --git a/dzz/pdf/web/debugger.js b/dzz/pdf/web/debugger.js new file mode 100644 index 0000000..4cbee4a --- /dev/null +++ b/dzz/pdf/web/debugger.js @@ -0,0 +1,619 @@ +/* Copyright 2012 Mozilla Foundation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +/* eslint-disable no-var */ + +'use strict'; + +var FontInspector = (function FontInspectorClosure() { + var fonts, createObjectURL; + var active = false; + var fontAttribute = 'data-font-name'; + function removeSelection() { + var divs = document.querySelectorAll('div[' + fontAttribute + ']'); + for (var i = 0, ii = divs.length; i < ii; ++i) { + var div = divs[i]; + div.className = ''; + } + } + function resetSelection() { + var divs = document.querySelectorAll('div[' + fontAttribute + ']'); + for (var i = 0, ii = divs.length; i < ii; ++i) { + var div = divs[i]; + div.className = 'debuggerHideText'; + } + } + function selectFont(fontName, show) { + var divs = document.querySelectorAll('div[' + fontAttribute + '=' + + fontName + ']'); + for (var i = 0, ii = divs.length; i < ii; ++i) { + var div = divs[i]; + div.className = show ? 'debuggerShowText' : 'debuggerHideText'; + } + } + function textLayerClick(e) { + if (!e.target.dataset.fontName || + e.target.tagName.toUpperCase() !== 'DIV') { + return; + } + var fontName = e.target.dataset.fontName; + var selects = document.getElementsByTagName('input'); + for (var i = 0; i < selects.length; ++i) { + var select = selects[i]; + if (select.dataset.fontName !== fontName) { + continue; + } + select.checked = !select.checked; + selectFont(fontName, select.checked); + select.scrollIntoView(); + } + } + return { + // Properties/functions needed by PDFBug. + id: 'FontInspector', + name: 'Font Inspector', + panel: null, + manager: null, + init: function init(pdfjsLib) { + var panel = this.panel; + panel.setAttribute('style', 'padding: 5px;'); + var tmp = document.createElement('button'); + tmp.addEventListener('click', resetSelection); + tmp.textContent = 'Refresh'; + panel.appendChild(tmp); + + fonts = document.createElement('div'); + panel.appendChild(fonts); + + createObjectURL = pdfjsLib.createObjectURL; + }, + cleanup: function cleanup() { + fonts.textContent = ''; + }, + enabled: false, + get active() { + return active; + }, + set active(value) { + active = value; + if (active) { + document.body.addEventListener('click', textLayerClick, true); + resetSelection(); + } else { + document.body.removeEventListener('click', textLayerClick, true); + removeSelection(); + } + }, + // FontInspector specific functions. + fontAdded: function fontAdded(fontObj, url) { + function properties(obj, list) { + var moreInfo = document.createElement('table'); + for (var i = 0; i < list.length; i++) { + var tr = document.createElement('tr'); + var td1 = document.createElement('td'); + td1.textContent = list[i]; + tr.appendChild(td1); + var td2 = document.createElement('td'); + td2.textContent = obj[list[i]].toString(); + tr.appendChild(td2); + moreInfo.appendChild(tr); + } + return moreInfo; + } + var moreInfo = properties(fontObj, ['name', 'type']); + var fontName = fontObj.loadedName; + var font = document.createElement('div'); + var name = document.createElement('span'); + name.textContent = fontName; + var download = document.createElement('a'); + if (url) { + url = /url\(['"]?([^\)"']+)/.exec(url); + download.href = url[1]; + } else if (fontObj.data) { + download.href = createObjectURL(fontObj.data, fontObj.mimeType); + } + download.textContent = 'Download'; + var logIt = document.createElement('a'); + logIt.href = ''; + logIt.textContent = 'Log'; + logIt.addEventListener('click', function(event) { + event.preventDefault(); + console.log(fontObj); + }); + var select = document.createElement('input'); + select.setAttribute('type', 'checkbox'); + select.dataset.fontName = fontName; + select.addEventListener('click', (function(select, fontName) { + return (function() { + selectFont(fontName, select.checked); + }); + })(select, fontName)); + font.appendChild(select); + font.appendChild(name); + font.appendChild(document.createTextNode(' ')); + font.appendChild(download); + font.appendChild(document.createTextNode(' ')); + font.appendChild(logIt); + font.appendChild(moreInfo); + fonts.appendChild(font); + // Somewhat of a hack, should probably add a hook for when the text layer + // is done rendering. + setTimeout(() => { + if (this.active) { + resetSelection(); + } + }, 2000); + }, + }; +})(); + +var opMap; + +// Manages all the page steppers. +var StepperManager = (function StepperManagerClosure() { + var steppers = []; + var stepperDiv = null; + var stepperControls = null; + var stepperChooser = null; + var breakPoints = Object.create(null); + return { + // Properties/functions needed by PDFBug. + id: 'Stepper', + name: 'Stepper', + panel: null, + manager: null, + init: function init(pdfjsLib) { + var self = this; + this.panel.setAttribute('style', 'padding: 5px;'); + stepperControls = document.createElement('div'); + stepperChooser = document.createElement('select'); + stepperChooser.addEventListener('change', function(event) { + self.selectStepper(this.value); + }); + stepperControls.appendChild(stepperChooser); + stepperDiv = document.createElement('div'); + this.panel.appendChild(stepperControls); + this.panel.appendChild(stepperDiv); + if (sessionStorage.getItem('pdfjsBreakPoints')) { + breakPoints = JSON.parse(sessionStorage.getItem('pdfjsBreakPoints')); + } + + opMap = Object.create(null); + for (var key in pdfjsLib.OPS) { + opMap[pdfjsLib.OPS[key]] = key; + } + }, + cleanup: function cleanup() { + stepperChooser.textContent = ''; + stepperDiv.textContent = ''; + steppers = []; + }, + enabled: false, + active: false, + // Stepper specific functions. + create: function create(pageIndex) { + var debug = document.createElement('div'); + debug.id = 'stepper' + pageIndex; + debug.setAttribute('hidden', true); + debug.className = 'stepper'; + stepperDiv.appendChild(debug); + var b = document.createElement('option'); + b.textContent = 'Page ' + (pageIndex + 1); + b.value = pageIndex; + stepperChooser.appendChild(b); + var initBreakPoints = breakPoints[pageIndex] || []; + var stepper = new Stepper(debug, pageIndex, initBreakPoints); + steppers.push(stepper); + if (steppers.length === 1) { + this.selectStepper(pageIndex, false); + } + return stepper; + }, + selectStepper: function selectStepper(pageIndex, selectPanel) { + var i; + pageIndex = pageIndex | 0; + if (selectPanel) { + this.manager.selectPanel(this); + } + for (i = 0; i < steppers.length; ++i) { + var stepper = steppers[i]; + if (stepper.pageIndex === pageIndex) { + stepper.panel.removeAttribute('hidden'); + } else { + stepper.panel.setAttribute('hidden', true); + } + } + var options = stepperChooser.options; + for (i = 0; i < options.length; ++i) { + var option = options[i]; + option.selected = (option.value | 0) === pageIndex; + } + }, + saveBreakPoints: function saveBreakPoints(pageIndex, bps) { + breakPoints[pageIndex] = bps; + sessionStorage.setItem('pdfjsBreakPoints', JSON.stringify(breakPoints)); + }, + }; +})(); + +// The stepper for each page's IRQueue. +var Stepper = (function StepperClosure() { + // Shorter way to create element and optionally set textContent. + function c(tag, textContent) { + var d = document.createElement(tag); + if (textContent) { + d.textContent = textContent; + } + return d; + } + + function simplifyArgs(args) { + if (typeof args === 'string') { + var MAX_STRING_LENGTH = 75; + return args.length <= MAX_STRING_LENGTH ? args : + args.substring(0, MAX_STRING_LENGTH) + '...'; + } + if (typeof args !== 'object' || args === null) { + return args; + } + if ('length' in args) { // array + var simpleArgs = [], i, ii; + var MAX_ITEMS = 10; + for (i = 0, ii = Math.min(MAX_ITEMS, args.length); i < ii; i++) { + simpleArgs.push(simplifyArgs(args[i])); + } + if (i < args.length) { + simpleArgs.push('...'); + } + return simpleArgs; + } + var simpleObj = {}; + for (var key in args) { + simpleObj[key] = simplifyArgs(args[key]); + } + return simpleObj; + } + + function Stepper(panel, pageIndex, initialBreakPoints) { + this.panel = panel; + this.breakPoint = 0; + this.nextBreakPoint = null; + this.pageIndex = pageIndex; + this.breakPoints = initialBreakPoints; + this.currentIdx = -1; + this.operatorListIdx = 0; + } + Stepper.prototype = { + init: function init(operatorList) { + var panel = this.panel; + var content = c('div', 'c=continue, s=step'); + var table = c('table'); + content.appendChild(table); + table.cellSpacing = 0; + var headerRow = c('tr'); + table.appendChild(headerRow); + headerRow.appendChild(c('th', 'Break')); + headerRow.appendChild(c('th', 'Idx')); + headerRow.appendChild(c('th', 'fn')); + headerRow.appendChild(c('th', 'args')); + panel.appendChild(content); + this.table = table; + this.updateOperatorList(operatorList); + }, + updateOperatorList: function updateOperatorList(operatorList) { + var self = this; + + function cboxOnClick() { + var x = +this.dataset.idx; + if (this.checked) { + self.breakPoints.push(x); + } else { + self.breakPoints.splice(self.breakPoints.indexOf(x), 1); + } + StepperManager.saveBreakPoints(self.pageIndex, self.breakPoints); + } + + var MAX_OPERATORS_COUNT = 15000; + if (this.operatorListIdx > MAX_OPERATORS_COUNT) { + return; + } + + var chunk = document.createDocumentFragment(); + var operatorsToDisplay = Math.min(MAX_OPERATORS_COUNT, + operatorList.fnArray.length); + for (var i = this.operatorListIdx; i < operatorsToDisplay; i++) { + var line = c('tr'); + line.className = 'line'; + line.dataset.idx = i; + chunk.appendChild(line); + var checked = this.breakPoints.includes(i); + var args = operatorList.argsArray[i] || []; + + var breakCell = c('td'); + var cbox = c('input'); + cbox.type = 'checkbox'; + cbox.className = 'points'; + cbox.checked = checked; + cbox.dataset.idx = i; + cbox.onclick = cboxOnClick; + + breakCell.appendChild(cbox); + line.appendChild(breakCell); + line.appendChild(c('td', i.toString())); + var fn = opMap[operatorList.fnArray[i]]; + var decArgs = args; + if (fn === 'showText') { + var glyphs = args[0]; + var newArgs = []; + var str = []; + for (var j = 0; j < glyphs.length; j++) { + var glyph = glyphs[j]; + if (typeof glyph === 'object' && glyph !== null) { + str.push(glyph.fontChar); + } else { + if (str.length > 0) { + newArgs.push(str.join('')); + str = []; + } + newArgs.push(glyph); // null or number + } + } + if (str.length > 0) { + newArgs.push(str.join('')); + } + decArgs = [newArgs]; + } + line.appendChild(c('td', fn)); + line.appendChild(c('td', JSON.stringify(simplifyArgs(decArgs)))); + } + if (operatorsToDisplay < operatorList.fnArray.length) { + line = c('tr'); + var lastCell = c('td', '...'); + lastCell.colspan = 4; + chunk.appendChild(lastCell); + } + this.operatorListIdx = operatorList.fnArray.length; + this.table.appendChild(chunk); + }, + getNextBreakPoint: function getNextBreakPoint() { + this.breakPoints.sort(function(a, b) { + return a - b; + }); + for (var i = 0; i < this.breakPoints.length; i++) { + if (this.breakPoints[i] > this.currentIdx) { + return this.breakPoints[i]; + } + } + return null; + }, + breakIt: function breakIt(idx, callback) { + StepperManager.selectStepper(this.pageIndex, true); + var self = this; + var dom = document; + self.currentIdx = idx; + var listener = function(e) { + switch (e.keyCode) { + case 83: // step + dom.removeEventListener('keydown', listener); + self.nextBreakPoint = self.currentIdx + 1; + self.goTo(-1); + callback(); + break; + case 67: // continue + dom.removeEventListener('keydown', listener); + var breakPoint = self.getNextBreakPoint(); + self.nextBreakPoint = breakPoint; + self.goTo(-1); + callback(); + break; + } + }; + dom.addEventListener('keydown', listener); + self.goTo(idx); + }, + goTo: function goTo(idx) { + var allRows = this.panel.getElementsByClassName('line'); + for (var x = 0, xx = allRows.length; x < xx; ++x) { + var row = allRows[x]; + if ((row.dataset.idx | 0) === idx) { + row.style.backgroundColor = 'rgb(251,250,207)'; + row.scrollIntoView(); + } else { + row.style.backgroundColor = null; + } + } + }, + }; + return Stepper; +})(); + +var Stats = (function Stats() { + var stats = []; + function clear(node) { + while (node.hasChildNodes()) { + node.removeChild(node.lastChild); + } + } + function getStatIndex(pageNumber) { + for (var i = 0, ii = stats.length; i < ii; ++i) { + if (stats[i].pageNumber === pageNumber) { + return i; + } + } + return false; + } + return { + // Properties/functions needed by PDFBug. + id: 'Stats', + name: 'Stats', + panel: null, + manager: null, + init(pdfjsLib) { + this.panel.setAttribute('style', 'padding: 5px;'); + }, + enabled: false, + active: false, + // Stats specific functions. + add(pageNumber, stat) { + if (!stat) { + return; + } + var statsIndex = getStatIndex(pageNumber); + if (statsIndex !== false) { + var b = stats[statsIndex]; + this.panel.removeChild(b.div); + stats.splice(statsIndex, 1); + } + var wrapper = document.createElement('div'); + wrapper.className = 'stats'; + var title = document.createElement('div'); + title.className = 'title'; + title.textContent = 'Page: ' + pageNumber; + var statsDiv = document.createElement('div'); + statsDiv.textContent = stat.toString(); + wrapper.appendChild(title); + wrapper.appendChild(statsDiv); + stats.push({ pageNumber, div: wrapper, }); + stats.sort(function(a, b) { + return a.pageNumber - b.pageNumber; + }); + clear(this.panel); + for (var i = 0, ii = stats.length; i < ii; ++i) { + this.panel.appendChild(stats[i].div); + } + }, + cleanup() { + stats = []; + clear(this.panel); + }, + }; +})(); + +// Manages all the debugging tools. +window.PDFBug = (function PDFBugClosure() { + var panelWidth = 300; + var buttons = []; + var activePanel = null; + + return { + tools: [ + FontInspector, + StepperManager, + Stats + ], + enable(ids) { + var all = false, tools = this.tools; + if (ids.length === 1 && ids[0] === 'all') { + all = true; + } + for (var i = 0; i < tools.length; ++i) { + var tool = tools[i]; + if (all || ids.includes(tool.id)) { + tool.enabled = true; + } + } + if (!all) { + // Sort the tools by the order they are enabled. + tools.sort(function(a, b) { + var indexA = ids.indexOf(a.id); + indexA = indexA < 0 ? tools.length : indexA; + var indexB = ids.indexOf(b.id); + indexB = indexB < 0 ? tools.length : indexB; + return indexA - indexB; + }); + } + }, + init(pdfjsLib, container) { + /* + * Basic Layout: + * PDFBug + * Controls + * Panels + * Panel + * Panel + * ... + */ + var ui = document.createElement('div'); + ui.id = 'PDFBug'; + + var controls = document.createElement('div'); + controls.setAttribute('class', 'controls'); + ui.appendChild(controls); + + var panels = document.createElement('div'); + panels.setAttribute('class', 'panels'); + ui.appendChild(panels); + + container.appendChild(ui); + container.style.right = panelWidth + 'px'; + + // Initialize all the debugging tools. + var tools = this.tools; + var self = this; + for (var i = 0; i < tools.length; ++i) { + var tool = tools[i]; + var panel = document.createElement('div'); + var panelButton = document.createElement('button'); + panelButton.textContent = tool.name; + panelButton.addEventListener('click', (function(selected) { + return function(event) { + event.preventDefault(); + self.selectPanel(selected); + }; + })(i)); + controls.appendChild(panelButton); + panels.appendChild(panel); + tool.panel = panel; + tool.manager = this; + if (tool.enabled) { + tool.init(pdfjsLib); + } else { + panel.textContent = tool.name + ' is disabled. To enable add ' + + ' "' + tool.id + '" to the pdfBug parameter ' + + 'and refresh (separate multiple by commas).'; + } + buttons.push(panelButton); + } + this.selectPanel(0); + }, + cleanup() { + for (var i = 0, ii = this.tools.length; i < ii; i++) { + if (this.tools[i].enabled) { + this.tools[i].cleanup(); + } + } + }, + selectPanel(index) { + if (typeof index !== 'number') { + index = this.tools.indexOf(index); + } + if (index === activePanel) { + return; + } + activePanel = index; + var tools = this.tools; + for (var j = 0; j < tools.length; ++j) { + if (j === index) { + buttons[j].setAttribute('class', 'active'); + tools[j].active = true; + tools[j].panel.removeAttribute('hidden'); + } else { + buttons[j].setAttribute('class', ''); + tools[j].active = false; + tools[j].panel.setAttribute('hidden', 'true'); + } + } + }, + }; +})(); diff --git a/dzz/pdf/web/images/annotation-check.svg b/dzz/pdf/web/images/annotation-check.svg new file mode 100644 index 0000000..71cd16d --- /dev/null +++ b/dzz/pdf/web/images/annotation-check.svg @@ -0,0 +1,11 @@ + + + + diff --git a/dzz/pdf/web/images/annotation-comment.svg b/dzz/pdf/web/images/annotation-comment.svg new file mode 100644 index 0000000..86f1f17 --- /dev/null +++ b/dzz/pdf/web/images/annotation-comment.svg @@ -0,0 +1,16 @@ + + + + + diff --git a/dzz/pdf/web/images/annotation-help.svg b/dzz/pdf/web/images/annotation-help.svg new file mode 100644 index 0000000..00938fe --- /dev/null +++ b/dzz/pdf/web/images/annotation-help.svg @@ -0,0 +1,26 @@ + + + + + + + + + + diff --git a/dzz/pdf/web/images/annotation-insert.svg b/dzz/pdf/web/images/annotation-insert.svg new file mode 100644 index 0000000..519ef68 --- /dev/null +++ b/dzz/pdf/web/images/annotation-insert.svg @@ -0,0 +1,10 @@ + + + + diff --git a/dzz/pdf/web/images/annotation-key.svg b/dzz/pdf/web/images/annotation-key.svg new file mode 100644 index 0000000..8d09d53 --- /dev/null +++ b/dzz/pdf/web/images/annotation-key.svg @@ -0,0 +1,11 @@ + + + + diff --git a/dzz/pdf/web/images/annotation-newparagraph.svg b/dzz/pdf/web/images/annotation-newparagraph.svg new file mode 100644 index 0000000..38d2497 --- /dev/null +++ b/dzz/pdf/web/images/annotation-newparagraph.svg @@ -0,0 +1,11 @@ + + + + diff --git a/dzz/pdf/web/images/annotation-noicon.svg b/dzz/pdf/web/images/annotation-noicon.svg new file mode 100644 index 0000000..c07d108 --- /dev/null +++ b/dzz/pdf/web/images/annotation-noicon.svg @@ -0,0 +1,7 @@ + + + diff --git a/dzz/pdf/web/images/annotation-note.svg b/dzz/pdf/web/images/annotation-note.svg new file mode 100644 index 0000000..7017365 --- /dev/null +++ b/dzz/pdf/web/images/annotation-note.svg @@ -0,0 +1,42 @@ + + + + + + + + diff --git a/dzz/pdf/web/images/annotation-paragraph.svg b/dzz/pdf/web/images/annotation-paragraph.svg new file mode 100644 index 0000000..6ae5212 --- /dev/null +++ b/dzz/pdf/web/images/annotation-paragraph.svg @@ -0,0 +1,16 @@ + + + + + diff --git a/dzz/pdf/web/images/findbarButton-next-rtl.png b/dzz/pdf/web/images/findbarButton-next-rtl.png new file mode 100644 index 0000000..bef0274 Binary files /dev/null and b/dzz/pdf/web/images/findbarButton-next-rtl.png differ diff --git a/dzz/pdf/web/images/findbarButton-next-rtl@2x.png b/dzz/pdf/web/images/findbarButton-next-rtl@2x.png new file mode 100644 index 0000000..1da6dc9 Binary files /dev/null and b/dzz/pdf/web/images/findbarButton-next-rtl@2x.png differ diff --git a/dzz/pdf/web/images/findbarButton-next.png b/dzz/pdf/web/images/findbarButton-next.png new file mode 100644 index 0000000..de1d0fc Binary files /dev/null and b/dzz/pdf/web/images/findbarButton-next.png differ diff --git a/dzz/pdf/web/images/findbarButton-next@2x.png b/dzz/pdf/web/images/findbarButton-next@2x.png new file mode 100644 index 0000000..0250307 Binary files /dev/null and b/dzz/pdf/web/images/findbarButton-next@2x.png differ diff --git a/dzz/pdf/web/images/findbarButton-previous-rtl.png b/dzz/pdf/web/images/findbarButton-previous-rtl.png new file mode 100644 index 0000000..de1d0fc Binary files /dev/null and b/dzz/pdf/web/images/findbarButton-previous-rtl.png differ diff --git a/dzz/pdf/web/images/findbarButton-previous-rtl@2x.png b/dzz/pdf/web/images/findbarButton-previous-rtl@2x.png new file mode 100644 index 0000000..0250307 Binary files /dev/null and b/dzz/pdf/web/images/findbarButton-previous-rtl@2x.png differ diff --git a/dzz/pdf/web/images/findbarButton-previous.png b/dzz/pdf/web/images/findbarButton-previous.png new file mode 100644 index 0000000..bef0274 Binary files /dev/null and b/dzz/pdf/web/images/findbarButton-previous.png differ diff --git a/dzz/pdf/web/images/findbarButton-previous@2x.png b/dzz/pdf/web/images/findbarButton-previous@2x.png new file mode 100644 index 0000000..1da6dc9 Binary files /dev/null and b/dzz/pdf/web/images/findbarButton-previous@2x.png differ diff --git a/dzz/pdf/web/images/grab.cur b/dzz/pdf/web/images/grab.cur new file mode 100644 index 0000000..db7ad5a Binary files /dev/null and b/dzz/pdf/web/images/grab.cur differ diff --git a/dzz/pdf/web/images/grabbing.cur b/dzz/pdf/web/images/grabbing.cur new file mode 100644 index 0000000..e0dfd04 Binary files /dev/null and b/dzz/pdf/web/images/grabbing.cur differ diff --git a/dzz/pdf/web/images/index.htm b/dzz/pdf/web/images/index.htm new file mode 100644 index 0000000..e69de29 diff --git a/dzz/pdf/web/images/loading-icon.gif b/dzz/pdf/web/images/loading-icon.gif new file mode 100644 index 0000000..1c72ebb Binary files /dev/null and b/dzz/pdf/web/images/loading-icon.gif differ diff --git a/dzz/pdf/web/images/loading-small.png b/dzz/pdf/web/images/loading-small.png new file mode 100644 index 0000000..8831a80 Binary files /dev/null and b/dzz/pdf/web/images/loading-small.png differ diff --git a/dzz/pdf/web/images/loading-small@2x.png b/dzz/pdf/web/images/loading-small@2x.png new file mode 100644 index 0000000..b25b445 Binary files /dev/null and b/dzz/pdf/web/images/loading-small@2x.png differ diff --git a/dzz/pdf/web/images/secondaryToolbarButton-documentProperties.png b/dzz/pdf/web/images/secondaryToolbarButton-documentProperties.png new file mode 100644 index 0000000..40925e2 Binary files /dev/null and b/dzz/pdf/web/images/secondaryToolbarButton-documentProperties.png differ diff --git a/dzz/pdf/web/images/secondaryToolbarButton-documentProperties@2x.png b/dzz/pdf/web/images/secondaryToolbarButton-documentProperties@2x.png new file mode 100644 index 0000000..adb240e Binary files /dev/null and b/dzz/pdf/web/images/secondaryToolbarButton-documentProperties@2x.png differ diff --git a/dzz/pdf/web/images/secondaryToolbarButton-firstPage.png b/dzz/pdf/web/images/secondaryToolbarButton-firstPage.png new file mode 100644 index 0000000..e68846a Binary files /dev/null and b/dzz/pdf/web/images/secondaryToolbarButton-firstPage.png differ diff --git a/dzz/pdf/web/images/secondaryToolbarButton-firstPage@2x.png b/dzz/pdf/web/images/secondaryToolbarButton-firstPage@2x.png new file mode 100644 index 0000000..3ad8af5 Binary files /dev/null and b/dzz/pdf/web/images/secondaryToolbarButton-firstPage@2x.png differ diff --git a/dzz/pdf/web/images/secondaryToolbarButton-handTool.png b/dzz/pdf/web/images/secondaryToolbarButton-handTool.png new file mode 100644 index 0000000..cb85a84 Binary files /dev/null and b/dzz/pdf/web/images/secondaryToolbarButton-handTool.png differ diff --git a/dzz/pdf/web/images/secondaryToolbarButton-handTool@2x.png b/dzz/pdf/web/images/secondaryToolbarButton-handTool@2x.png new file mode 100644 index 0000000..5c13f77 Binary files /dev/null and b/dzz/pdf/web/images/secondaryToolbarButton-handTool@2x.png differ diff --git a/dzz/pdf/web/images/secondaryToolbarButton-lastPage.png b/dzz/pdf/web/images/secondaryToolbarButton-lastPage.png new file mode 100644 index 0000000..be763e0 Binary files /dev/null and b/dzz/pdf/web/images/secondaryToolbarButton-lastPage.png differ diff --git a/dzz/pdf/web/images/secondaryToolbarButton-lastPage@2x.png b/dzz/pdf/web/images/secondaryToolbarButton-lastPage@2x.png new file mode 100644 index 0000000..8570984 Binary files /dev/null and b/dzz/pdf/web/images/secondaryToolbarButton-lastPage@2x.png differ diff --git a/dzz/pdf/web/images/secondaryToolbarButton-rotateCcw.png b/dzz/pdf/web/images/secondaryToolbarButton-rotateCcw.png new file mode 100644 index 0000000..675d6da Binary files /dev/null and b/dzz/pdf/web/images/secondaryToolbarButton-rotateCcw.png differ diff --git a/dzz/pdf/web/images/secondaryToolbarButton-rotateCcw@2x.png b/dzz/pdf/web/images/secondaryToolbarButton-rotateCcw@2x.png new file mode 100644 index 0000000..b9e7431 Binary files /dev/null and b/dzz/pdf/web/images/secondaryToolbarButton-rotateCcw@2x.png differ diff --git a/dzz/pdf/web/images/secondaryToolbarButton-rotateCw.png b/dzz/pdf/web/images/secondaryToolbarButton-rotateCw.png new file mode 100644 index 0000000..e1c7598 Binary files /dev/null and b/dzz/pdf/web/images/secondaryToolbarButton-rotateCw.png differ diff --git a/dzz/pdf/web/images/secondaryToolbarButton-rotateCw@2x.png b/dzz/pdf/web/images/secondaryToolbarButton-rotateCw@2x.png new file mode 100644 index 0000000..cb257b4 Binary files /dev/null and b/dzz/pdf/web/images/secondaryToolbarButton-rotateCw@2x.png differ diff --git a/dzz/pdf/web/images/secondaryToolbarButton-scrollHorizontal.png b/dzz/pdf/web/images/secondaryToolbarButton-scrollHorizontal.png new file mode 100644 index 0000000..cb702fc Binary files /dev/null and b/dzz/pdf/web/images/secondaryToolbarButton-scrollHorizontal.png differ diff --git a/dzz/pdf/web/images/secondaryToolbarButton-scrollHorizontal@2x.png b/dzz/pdf/web/images/secondaryToolbarButton-scrollHorizontal@2x.png new file mode 100644 index 0000000..7f05289 Binary files /dev/null and b/dzz/pdf/web/images/secondaryToolbarButton-scrollHorizontal@2x.png differ diff --git a/dzz/pdf/web/images/secondaryToolbarButton-scrollVertical.png b/dzz/pdf/web/images/secondaryToolbarButton-scrollVertical.png new file mode 100644 index 0000000..0b8427a Binary files /dev/null and b/dzz/pdf/web/images/secondaryToolbarButton-scrollVertical.png differ diff --git a/dzz/pdf/web/images/secondaryToolbarButton-scrollVertical@2x.png b/dzz/pdf/web/images/secondaryToolbarButton-scrollVertical@2x.png new file mode 100644 index 0000000..72ab55e Binary files /dev/null and b/dzz/pdf/web/images/secondaryToolbarButton-scrollVertical@2x.png differ diff --git a/dzz/pdf/web/images/secondaryToolbarButton-scrollWrapped.png b/dzz/pdf/web/images/secondaryToolbarButton-scrollWrapped.png new file mode 100644 index 0000000..165fc8b Binary files /dev/null and b/dzz/pdf/web/images/secondaryToolbarButton-scrollWrapped.png differ diff --git a/dzz/pdf/web/images/secondaryToolbarButton-scrollWrapped@2x.png b/dzz/pdf/web/images/secondaryToolbarButton-scrollWrapped@2x.png new file mode 100644 index 0000000..4246141 Binary files /dev/null and b/dzz/pdf/web/images/secondaryToolbarButton-scrollWrapped@2x.png differ diff --git a/dzz/pdf/web/images/secondaryToolbarButton-selectTool.png b/dzz/pdf/web/images/secondaryToolbarButton-selectTool.png new file mode 100644 index 0000000..25520a6 Binary files /dev/null and b/dzz/pdf/web/images/secondaryToolbarButton-selectTool.png differ diff --git a/dzz/pdf/web/images/secondaryToolbarButton-selectTool@2x.png b/dzz/pdf/web/images/secondaryToolbarButton-selectTool@2x.png new file mode 100644 index 0000000..a58aaef Binary files /dev/null and b/dzz/pdf/web/images/secondaryToolbarButton-selectTool@2x.png differ diff --git a/dzz/pdf/web/images/secondaryToolbarButton-spreadEven.png b/dzz/pdf/web/images/secondaryToolbarButton-spreadEven.png new file mode 100644 index 0000000..3fa07e7 Binary files /dev/null and b/dzz/pdf/web/images/secondaryToolbarButton-spreadEven.png differ diff --git a/dzz/pdf/web/images/secondaryToolbarButton-spreadEven@2x.png b/dzz/pdf/web/images/secondaryToolbarButton-spreadEven@2x.png new file mode 100644 index 0000000..32e5033 Binary files /dev/null and b/dzz/pdf/web/images/secondaryToolbarButton-spreadEven@2x.png differ diff --git a/dzz/pdf/web/images/secondaryToolbarButton-spreadNone.png b/dzz/pdf/web/images/secondaryToolbarButton-spreadNone.png new file mode 100644 index 0000000..1611473 Binary files /dev/null and b/dzz/pdf/web/images/secondaryToolbarButton-spreadNone.png differ diff --git a/dzz/pdf/web/images/secondaryToolbarButton-spreadNone@2x.png b/dzz/pdf/web/images/secondaryToolbarButton-spreadNone@2x.png new file mode 100644 index 0000000..8e51cf3 Binary files /dev/null and b/dzz/pdf/web/images/secondaryToolbarButton-spreadNone@2x.png differ diff --git a/dzz/pdf/web/images/secondaryToolbarButton-spreadOdd.png b/dzz/pdf/web/images/secondaryToolbarButton-spreadOdd.png new file mode 100644 index 0000000..5126313 Binary files /dev/null and b/dzz/pdf/web/images/secondaryToolbarButton-spreadOdd.png differ diff --git a/dzz/pdf/web/images/secondaryToolbarButton-spreadOdd@2x.png b/dzz/pdf/web/images/secondaryToolbarButton-spreadOdd@2x.png new file mode 100644 index 0000000..5996b74 Binary files /dev/null and b/dzz/pdf/web/images/secondaryToolbarButton-spreadOdd@2x.png differ diff --git a/dzz/pdf/web/images/shadow.png b/dzz/pdf/web/images/shadow.png new file mode 100644 index 0000000..31d3bdb Binary files /dev/null and b/dzz/pdf/web/images/shadow.png differ diff --git a/dzz/pdf/web/images/texture.png b/dzz/pdf/web/images/texture.png new file mode 100644 index 0000000..12bae83 Binary files /dev/null and b/dzz/pdf/web/images/texture.png differ diff --git a/dzz/pdf/web/images/toolbarButton-bookmark.png b/dzz/pdf/web/images/toolbarButton-bookmark.png new file mode 100644 index 0000000..a187be6 Binary files /dev/null and b/dzz/pdf/web/images/toolbarButton-bookmark.png differ diff --git a/dzz/pdf/web/images/toolbarButton-bookmark@2x.png b/dzz/pdf/web/images/toolbarButton-bookmark@2x.png new file mode 100644 index 0000000..4efbaa6 Binary files /dev/null and b/dzz/pdf/web/images/toolbarButton-bookmark@2x.png differ diff --git a/dzz/pdf/web/images/toolbarButton-download.png b/dzz/pdf/web/images/toolbarButton-download.png new file mode 100644 index 0000000..eaab35f Binary files /dev/null and b/dzz/pdf/web/images/toolbarButton-download.png differ diff --git a/dzz/pdf/web/images/toolbarButton-download@2x.png b/dzz/pdf/web/images/toolbarButton-download@2x.png new file mode 100644 index 0000000..896face Binary files /dev/null and b/dzz/pdf/web/images/toolbarButton-download@2x.png differ diff --git a/dzz/pdf/web/images/toolbarButton-menuArrows.png b/dzz/pdf/web/images/toolbarButton-menuArrows.png new file mode 100644 index 0000000..e50ca4e Binary files /dev/null and b/dzz/pdf/web/images/toolbarButton-menuArrows.png differ diff --git a/dzz/pdf/web/images/toolbarButton-menuArrows@2x.png b/dzz/pdf/web/images/toolbarButton-menuArrows@2x.png new file mode 100644 index 0000000..f7570bc Binary files /dev/null and b/dzz/pdf/web/images/toolbarButton-menuArrows@2x.png differ diff --git a/dzz/pdf/web/images/toolbarButton-openFile.png b/dzz/pdf/web/images/toolbarButton-openFile.png new file mode 100644 index 0000000..b5cf1bd Binary files /dev/null and b/dzz/pdf/web/images/toolbarButton-openFile.png differ diff --git a/dzz/pdf/web/images/toolbarButton-openFile@2x.png b/dzz/pdf/web/images/toolbarButton-openFile@2x.png new file mode 100644 index 0000000..91ab765 Binary files /dev/null and b/dzz/pdf/web/images/toolbarButton-openFile@2x.png differ diff --git a/dzz/pdf/web/images/toolbarButton-pageDown-rtl.png b/dzz/pdf/web/images/toolbarButton-pageDown-rtl.png new file mode 100644 index 0000000..1957f79 Binary files /dev/null and b/dzz/pdf/web/images/toolbarButton-pageDown-rtl.png differ diff --git a/dzz/pdf/web/images/toolbarButton-pageDown-rtl@2x.png b/dzz/pdf/web/images/toolbarButton-pageDown-rtl@2x.png new file mode 100644 index 0000000..16ebcb8 Binary files /dev/null and b/dzz/pdf/web/images/toolbarButton-pageDown-rtl@2x.png differ diff --git a/dzz/pdf/web/images/toolbarButton-pageDown.png b/dzz/pdf/web/images/toolbarButton-pageDown.png new file mode 100644 index 0000000..8219ecf Binary files /dev/null and b/dzz/pdf/web/images/toolbarButton-pageDown.png differ diff --git a/dzz/pdf/web/images/toolbarButton-pageDown@2x.png b/dzz/pdf/web/images/toolbarButton-pageDown@2x.png new file mode 100644 index 0000000..758c01d Binary files /dev/null and b/dzz/pdf/web/images/toolbarButton-pageDown@2x.png differ diff --git a/dzz/pdf/web/images/toolbarButton-pageUp-rtl.png b/dzz/pdf/web/images/toolbarButton-pageUp-rtl.png new file mode 100644 index 0000000..98e7ce4 Binary files /dev/null and b/dzz/pdf/web/images/toolbarButton-pageUp-rtl.png differ diff --git a/dzz/pdf/web/images/toolbarButton-pageUp-rtl@2x.png b/dzz/pdf/web/images/toolbarButton-pageUp-rtl@2x.png new file mode 100644 index 0000000..a01b023 Binary files /dev/null and b/dzz/pdf/web/images/toolbarButton-pageUp-rtl@2x.png differ diff --git a/dzz/pdf/web/images/toolbarButton-pageUp.png b/dzz/pdf/web/images/toolbarButton-pageUp.png new file mode 100644 index 0000000..fb9daa3 Binary files /dev/null and b/dzz/pdf/web/images/toolbarButton-pageUp.png differ diff --git a/dzz/pdf/web/images/toolbarButton-pageUp@2x.png b/dzz/pdf/web/images/toolbarButton-pageUp@2x.png new file mode 100644 index 0000000..a5cfd75 Binary files /dev/null and b/dzz/pdf/web/images/toolbarButton-pageUp@2x.png differ diff --git a/dzz/pdf/web/images/toolbarButton-presentationMode.png b/dzz/pdf/web/images/toolbarButton-presentationMode.png new file mode 100644 index 0000000..3ac2124 Binary files /dev/null and b/dzz/pdf/web/images/toolbarButton-presentationMode.png differ diff --git a/dzz/pdf/web/images/toolbarButton-presentationMode@2x.png b/dzz/pdf/web/images/toolbarButton-presentationMode@2x.png new file mode 100644 index 0000000..cada9e7 Binary files /dev/null and b/dzz/pdf/web/images/toolbarButton-presentationMode@2x.png differ diff --git a/dzz/pdf/web/images/toolbarButton-print.png b/dzz/pdf/web/images/toolbarButton-print.png new file mode 100644 index 0000000..51275e5 Binary files /dev/null and b/dzz/pdf/web/images/toolbarButton-print.png differ diff --git a/dzz/pdf/web/images/toolbarButton-print@2x.png b/dzz/pdf/web/images/toolbarButton-print@2x.png new file mode 100644 index 0000000..53d18da Binary files /dev/null and b/dzz/pdf/web/images/toolbarButton-print@2x.png differ diff --git a/dzz/pdf/web/images/toolbarButton-search.png b/dzz/pdf/web/images/toolbarButton-search.png new file mode 100644 index 0000000..f9b7557 Binary files /dev/null and b/dzz/pdf/web/images/toolbarButton-search.png differ diff --git a/dzz/pdf/web/images/toolbarButton-search@2x.png b/dzz/pdf/web/images/toolbarButton-search@2x.png new file mode 100644 index 0000000..456b133 Binary files /dev/null and b/dzz/pdf/web/images/toolbarButton-search@2x.png differ diff --git a/dzz/pdf/web/images/toolbarButton-secondaryToolbarToggle-rtl.png b/dzz/pdf/web/images/toolbarButton-secondaryToolbarToggle-rtl.png new file mode 100644 index 0000000..8437095 Binary files /dev/null and b/dzz/pdf/web/images/toolbarButton-secondaryToolbarToggle-rtl.png differ diff --git a/dzz/pdf/web/images/toolbarButton-secondaryToolbarToggle-rtl@2x.png b/dzz/pdf/web/images/toolbarButton-secondaryToolbarToggle-rtl@2x.png new file mode 100644 index 0000000..9d9bfa4 Binary files /dev/null and b/dzz/pdf/web/images/toolbarButton-secondaryToolbarToggle-rtl@2x.png differ diff --git a/dzz/pdf/web/images/toolbarButton-secondaryToolbarToggle.png b/dzz/pdf/web/images/toolbarButton-secondaryToolbarToggle.png new file mode 100644 index 0000000..1f90f83 Binary files /dev/null and b/dzz/pdf/web/images/toolbarButton-secondaryToolbarToggle.png differ diff --git a/dzz/pdf/web/images/toolbarButton-secondaryToolbarToggle@2x.png b/dzz/pdf/web/images/toolbarButton-secondaryToolbarToggle@2x.png new file mode 100644 index 0000000..b066fe5 Binary files /dev/null and b/dzz/pdf/web/images/toolbarButton-secondaryToolbarToggle@2x.png differ diff --git a/dzz/pdf/web/images/toolbarButton-sidebarToggle-rtl.png b/dzz/pdf/web/images/toolbarButton-sidebarToggle-rtl.png new file mode 100644 index 0000000..6f85ec0 Binary files /dev/null and b/dzz/pdf/web/images/toolbarButton-sidebarToggle-rtl.png differ diff --git a/dzz/pdf/web/images/toolbarButton-sidebarToggle-rtl@2x.png b/dzz/pdf/web/images/toolbarButton-sidebarToggle-rtl@2x.png new file mode 100644 index 0000000..291e006 Binary files /dev/null and b/dzz/pdf/web/images/toolbarButton-sidebarToggle-rtl@2x.png differ diff --git a/dzz/pdf/web/images/toolbarButton-sidebarToggle.png b/dzz/pdf/web/images/toolbarButton-sidebarToggle.png new file mode 100644 index 0000000..025dc90 Binary files /dev/null and b/dzz/pdf/web/images/toolbarButton-sidebarToggle.png differ diff --git a/dzz/pdf/web/images/toolbarButton-sidebarToggle@2x.png b/dzz/pdf/web/images/toolbarButton-sidebarToggle@2x.png new file mode 100644 index 0000000..7f834df Binary files /dev/null and b/dzz/pdf/web/images/toolbarButton-sidebarToggle@2x.png differ diff --git a/dzz/pdf/web/images/toolbarButton-viewAttachments.png b/dzz/pdf/web/images/toolbarButton-viewAttachments.png new file mode 100644 index 0000000..fcd0b26 Binary files /dev/null and b/dzz/pdf/web/images/toolbarButton-viewAttachments.png differ diff --git a/dzz/pdf/web/images/toolbarButton-viewAttachments@2x.png b/dzz/pdf/web/images/toolbarButton-viewAttachments@2x.png new file mode 100644 index 0000000..4a5e2b8 Binary files /dev/null and b/dzz/pdf/web/images/toolbarButton-viewAttachments@2x.png differ diff --git a/dzz/pdf/web/images/toolbarButton-viewOutline-rtl.png b/dzz/pdf/web/images/toolbarButton-viewOutline-rtl.png new file mode 100644 index 0000000..aaa9430 Binary files /dev/null and b/dzz/pdf/web/images/toolbarButton-viewOutline-rtl.png differ diff --git a/dzz/pdf/web/images/toolbarButton-viewOutline-rtl@2x.png b/dzz/pdf/web/images/toolbarButton-viewOutline-rtl@2x.png new file mode 100644 index 0000000..3410f70 Binary files /dev/null and b/dzz/pdf/web/images/toolbarButton-viewOutline-rtl@2x.png differ diff --git a/dzz/pdf/web/images/toolbarButton-viewOutline.png b/dzz/pdf/web/images/toolbarButton-viewOutline.png new file mode 100644 index 0000000..976365a Binary files /dev/null and b/dzz/pdf/web/images/toolbarButton-viewOutline.png differ diff --git a/dzz/pdf/web/images/toolbarButton-viewOutline@2x.png b/dzz/pdf/web/images/toolbarButton-viewOutline@2x.png new file mode 100644 index 0000000..b6a197f Binary files /dev/null and b/dzz/pdf/web/images/toolbarButton-viewOutline@2x.png differ diff --git a/dzz/pdf/web/images/toolbarButton-viewThumbnail.png b/dzz/pdf/web/images/toolbarButton-viewThumbnail.png new file mode 100644 index 0000000..584ba55 Binary files /dev/null and b/dzz/pdf/web/images/toolbarButton-viewThumbnail.png differ diff --git a/dzz/pdf/web/images/toolbarButton-viewThumbnail@2x.png b/dzz/pdf/web/images/toolbarButton-viewThumbnail@2x.png new file mode 100644 index 0000000..a0208b4 Binary files /dev/null and b/dzz/pdf/web/images/toolbarButton-viewThumbnail@2x.png differ diff --git a/dzz/pdf/web/images/toolbarButton-zoomIn.png b/dzz/pdf/web/images/toolbarButton-zoomIn.png new file mode 100644 index 0000000..513d081 Binary files /dev/null and b/dzz/pdf/web/images/toolbarButton-zoomIn.png differ diff --git a/dzz/pdf/web/images/toolbarButton-zoomIn@2x.png b/dzz/pdf/web/images/toolbarButton-zoomIn@2x.png new file mode 100644 index 0000000..d5d49d5 Binary files /dev/null and b/dzz/pdf/web/images/toolbarButton-zoomIn@2x.png differ diff --git a/dzz/pdf/web/images/toolbarButton-zoomOut.png b/dzz/pdf/web/images/toolbarButton-zoomOut.png new file mode 100644 index 0000000..156c26b Binary files /dev/null and b/dzz/pdf/web/images/toolbarButton-zoomOut.png differ diff --git a/dzz/pdf/web/images/toolbarButton-zoomOut@2x.png b/dzz/pdf/web/images/toolbarButton-zoomOut@2x.png new file mode 100644 index 0000000..959e191 Binary files /dev/null and b/dzz/pdf/web/images/toolbarButton-zoomOut@2x.png differ diff --git a/dzz/pdf/web/images/treeitem-collapsed-rtl.png b/dzz/pdf/web/images/treeitem-collapsed-rtl.png new file mode 100644 index 0000000..0496b35 Binary files /dev/null and b/dzz/pdf/web/images/treeitem-collapsed-rtl.png differ diff --git a/dzz/pdf/web/images/treeitem-collapsed-rtl@2x.png b/dzz/pdf/web/images/treeitem-collapsed-rtl@2x.png new file mode 100644 index 0000000..6ad9ebc Binary files /dev/null and b/dzz/pdf/web/images/treeitem-collapsed-rtl@2x.png differ diff --git a/dzz/pdf/web/images/treeitem-collapsed.png b/dzz/pdf/web/images/treeitem-collapsed.png new file mode 100644 index 0000000..06d4d37 Binary files /dev/null and b/dzz/pdf/web/images/treeitem-collapsed.png differ diff --git a/dzz/pdf/web/images/treeitem-collapsed@2x.png b/dzz/pdf/web/images/treeitem-collapsed@2x.png new file mode 100644 index 0000000..eec1e58 Binary files /dev/null and b/dzz/pdf/web/images/treeitem-collapsed@2x.png differ diff --git a/dzz/pdf/web/images/treeitem-expanded.png b/dzz/pdf/web/images/treeitem-expanded.png new file mode 100644 index 0000000..c8d5573 Binary files /dev/null and b/dzz/pdf/web/images/treeitem-expanded.png differ diff --git a/dzz/pdf/web/images/treeitem-expanded@2x.png b/dzz/pdf/web/images/treeitem-expanded@2x.png new file mode 100644 index 0000000..3b3b610 Binary files /dev/null and b/dzz/pdf/web/images/treeitem-expanded@2x.png differ diff --git a/dzz/pdf/web/index.htm b/dzz/pdf/web/index.htm new file mode 100644 index 0000000..e69de29 diff --git a/dzz/pdf/web/l10n.js b/dzz/pdf/web/l10n.js new file mode 100644 index 0000000..3d5ecff --- /dev/null +++ b/dzz/pdf/web/l10n.js @@ -0,0 +1,1033 @@ +/** + * Copyright (c) 2011-2013 Fabien Cazenave, Mozilla. + * + * Permission is hereby granted, free of charge, to any person obtaining a copy + * of this software and associated documentation files (the "Software"), to + * deal in the Software without restriction, including without limitation the + * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or + * sell copies of the Software, and to permit persons to whom the Software is + * furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in + * all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS + * IN THE SOFTWARE. + */ +/* + Additional modifications for PDF.js project: + - Disables language initialization on page loading; + - Removes consoleWarn and consoleLog and use console.log/warn directly. + - Removes window._ assignment. + - Remove compatibility code for OldIE. +*/ + +/*jshint browser: true, devel: true, es5: true, globalstrict: true */ +'use strict'; + +document.webL10n = (function(window, document, undefined) { + var gL10nData = {}; + var gTextData = ''; + var gTextProp = 'textContent'; + var gLanguage = ''; + var gMacros = {}; + var gReadyState = 'loading'; + + + /** + * Synchronously loading l10n resources significantly minimizes flickering + * from displaying the app with non-localized strings and then updating the + * strings. Although this will block all script execution on this page, we + * expect that the l10n resources are available locally on flash-storage. + * + * As synchronous XHR is generally considered as a bad idea, we're still + * loading l10n resources asynchronously -- but we keep this in a setting, + * just in case... and applications using this library should hide their + * content until the `localized' event happens. + */ + + var gAsyncResourceLoading = true; // read-only + + + /** + * DOM helpers for the so-called "HTML API". + * + * These functions are written for modern browsers. For old versions of IE, + * they're overridden in the 'startup' section at the end of this file. + */ + + function getL10nResourceLinks() { + return document.querySelectorAll('link[type="application/l10n"]'); + } + + function getL10nDictionary() { + var script = document.querySelector('script[type="application/l10n"]'); + // TODO: support multiple and external JSON dictionaries + return script ? JSON.parse(script.innerHTML) : null; + } + + function getTranslatableChildren(element) { + return element ? element.querySelectorAll('*[data-l10n-id]') : []; + } + + function getL10nAttributes(element) { + if (!element) + return {}; + + var l10nId = element.getAttribute('data-l10n-id'); + var l10nArgs = element.getAttribute('data-l10n-args'); + var args = {}; + if (l10nArgs) { + try { + args = JSON.parse(l10nArgs); + } catch (e) { + console.warn('could not parse arguments for #' + l10nId); + } + } + return { id: l10nId, args: args }; + } + + function fireL10nReadyEvent(lang) { + var evtObject = document.createEvent('Event'); + evtObject.initEvent('localized', true, false); + evtObject.language = lang; + document.dispatchEvent(evtObject); + } + + function xhrLoadText(url, onSuccess, onFailure) { + onSuccess = onSuccess || function _onSuccess(data) {}; + onFailure = onFailure || function _onFailure() { + console.warn(url + ' not found.'); + }; + + var xhr = new XMLHttpRequest(); + xhr.open('GET', url, gAsyncResourceLoading); + if (xhr.overrideMimeType) { + xhr.overrideMimeType('text/plain; charset=utf-8'); + } + xhr.onreadystatechange = function() { + if (xhr.readyState == 4) { + if (xhr.status == 200 || xhr.status === 0) { + onSuccess(xhr.responseText); + } else { + onFailure(); + } + } + }; + xhr.onerror = onFailure; + xhr.ontimeout = onFailure; + + // in Firefox OS with the app:// protocol, trying to XHR a non-existing + // URL will raise an exception here -- hence this ugly try...catch. + try { + xhr.send(null); + } catch (e) { + onFailure(); + } + } + + + /** + * l10n resource parser: + * - reads (async XHR) the l10n resource matching `lang'; + * - imports linked resources (synchronously) when specified; + * - parses the text data (fills `gL10nData' and `gTextData'); + * - triggers success/failure callbacks when done. + * + * @param {string} href + * URL of the l10n resource to parse. + * + * @param {string} lang + * locale (language) to parse. Must be a lowercase string. + * + * @param {Function} successCallback + * triggered when the l10n resource has been successully parsed. + * + * @param {Function} failureCallback + * triggered when the an error has occured. + * + * @return {void} + * uses the following global variables: gL10nData, gTextData, gTextProp. + */ + + function parseResource(href, lang, successCallback, failureCallback) { + var baseURL = href.replace(/[^\/]*$/, '') || './'; + + // handle escaped characters (backslashes) in a string + function evalString(text) { + if (text.lastIndexOf('\\') < 0) + return text; + return text.replace(/\\\\/g, '\\') + .replace(/\\n/g, '\n') + .replace(/\\r/g, '\r') + .replace(/\\t/g, '\t') + .replace(/\\b/g, '\b') + .replace(/\\f/g, '\f') + .replace(/\\{/g, '{') + .replace(/\\}/g, '}') + .replace(/\\"/g, '"') + .replace(/\\'/g, "'"); + } + + // parse *.properties text data into an l10n dictionary + // If gAsyncResourceLoading is false, then the callback will be called + // synchronously. Otherwise it is called asynchronously. + function parseProperties(text, parsedPropertiesCallback) { + var dictionary = {}; + + // token expressions + var reBlank = /^\s*|\s*$/; + var reComment = /^\s*#|^\s*$/; + var reSection = /^\s*\[(.*)\]\s*$/; + var reImport = /^\s*@import\s+url\((.*)\)\s*$/i; + var reSplit = /^([^=\s]*)\s*=\s*(.+)$/; // TODO: escape EOLs with '\' + + // parse the *.properties file into an associative array + function parseRawLines(rawText, extendedSyntax, parsedRawLinesCallback) { + var entries = rawText.replace(reBlank, '').split(/[\r\n]+/); + var currentLang = '*'; + var genericLang = lang.split('-', 1)[0]; + var skipLang = false; + var match = ''; + + function nextEntry() { + // Use infinite loop instead of recursion to avoid reaching the + // maximum recursion limit for content with many lines. + while (true) { + if (!entries.length) { + parsedRawLinesCallback(); + return; + } + var line = entries.shift(); + + // comment or blank line? + if (reComment.test(line)) + continue; + + // the extended syntax supports [lang] sections and @import rules + if (extendedSyntax) { + match = reSection.exec(line); + if (match) { // section start? + // RFC 4646, section 4.4, "All comparisons MUST be performed + // in a case-insensitive manner." + + currentLang = match[1].toLowerCase(); + skipLang = (currentLang !== '*') && + (currentLang !== lang) && (currentLang !== genericLang); + continue; + } else if (skipLang) { + continue; + } + match = reImport.exec(line); + if (match) { // @import rule? + loadImport(baseURL + match[1], nextEntry); + return; + } + } + + // key-value pair + var tmp = line.match(reSplit); + if (tmp && tmp.length == 3) { + dictionary[tmp[1]] = evalString(tmp[2]); + } + } + } + nextEntry(); + } + + // import another *.properties file + function loadImport(url, callback) { + xhrLoadText(url, function(content) { + parseRawLines(content, false, callback); // don't allow recursive imports + }, null); + } + + // fill the dictionary + parseRawLines(text, true, function() { + parsedPropertiesCallback(dictionary); + }); + } + + // load and parse l10n data (warning: global variables are used here) + xhrLoadText(href, function(response) { + gTextData += response; // mostly for debug + + // parse *.properties text data into an l10n dictionary + parseProperties(response, function(data) { + + // find attribute descriptions, if any + for (var key in data) { + var id, prop, index = key.lastIndexOf('.'); + if (index > 0) { // an attribute has been specified + id = key.substring(0, index); + prop = key.substr(index + 1); + } else { // no attribute: assuming text content by default + id = key; + prop = gTextProp; + } + if (!gL10nData[id]) { + gL10nData[id] = {}; + } + gL10nData[id][prop] = data[key]; + } + + // trigger callback + if (successCallback) { + successCallback(); + } + }); + }, failureCallback); + } + + // load and parse all resources for the specified locale + function loadLocale(lang, callback) { + // RFC 4646, section 2.1 states that language tags have to be treated as + // case-insensitive. Convert to lowercase for case-insensitive comparisons. + if (lang) { + lang = lang.toLowerCase(); + } + + callback = callback || function _callback() {}; + + clear(); + gLanguage = lang; + + // check all nodes + // and load the resource files + var langLinks = getL10nResourceLinks(); + var langCount = langLinks.length; + if (langCount === 0) { + // we might have a pre-compiled dictionary instead + var dict = getL10nDictionary(); + if (dict && dict.locales && dict.default_locale) { + console.log('using the embedded JSON directory, early way out'); + gL10nData = dict.locales[lang]; + if (!gL10nData) { + var defaultLocale = dict.default_locale.toLowerCase(); + for (var anyCaseLang in dict.locales) { + anyCaseLang = anyCaseLang.toLowerCase(); + if (anyCaseLang === lang) { + gL10nData = dict.locales[lang]; + break; + } else if (anyCaseLang === defaultLocale) { + gL10nData = dict.locales[defaultLocale]; + } + } + } + callback(); + } else { + console.log('no resource to load, early way out'); + } + // early way out + fireL10nReadyEvent(lang); + gReadyState = 'complete'; + return; + } + + // start the callback when all resources are loaded + var onResourceLoaded = null; + var gResourceCount = 0; + onResourceLoaded = function() { + gResourceCount++; + if (gResourceCount >= langCount) { + callback(); + fireL10nReadyEvent(lang); + gReadyState = 'complete'; + } + }; + + // load all resource files + function L10nResourceLink(link) { + var href = link.href; + // Note: If |gAsyncResourceLoading| is false, then the following callbacks + // are synchronously called. + this.load = function(lang, callback) { + parseResource(href, lang, callback, function() { + console.warn(href + ' not found.'); + // lang not found, used default resource instead + console.warn('"' + lang + '" resource not found'); + gLanguage = ''; + // Resource not loaded, but we still need to call the callback. + callback(); + }); + }; + } + + for (var i = 0; i < langCount; i++) { + var resource = new L10nResourceLink(langLinks[i]); + resource.load(lang, onResourceLoaded); + } + } + + // clear all l10n data + function clear() { + gL10nData = {}; + gTextData = ''; + gLanguage = ''; + // TODO: clear all non predefined macros. + // There's no such macro /yet/ but we're planning to have some... + } + + + /** + * Get rules for plural forms (shared with JetPack), see: + * http://unicode.org/repos/cldr-tmp/trunk/diff/supplemental/language_plural_rules.html + * https://github.com/mozilla/addon-sdk/blob/master/python-lib/plural-rules-generator.p + * + * @param {string} lang + * locale (language) used. + * + * @return {Function} + * returns a function that gives the plural form name for a given integer: + * var fun = getPluralRules('en'); + * fun(1) -> 'one' + * fun(0) -> 'other' + * fun(1000) -> 'other'. + */ + + function getPluralRules(lang) { + var locales2rules = { + 'af': 3, + 'ak': 4, + 'am': 4, + 'ar': 1, + 'asa': 3, + 'az': 0, + 'be': 11, + 'bem': 3, + 'bez': 3, + 'bg': 3, + 'bh': 4, + 'bm': 0, + 'bn': 3, + 'bo': 0, + 'br': 20, + 'brx': 3, + 'bs': 11, + 'ca': 3, + 'cgg': 3, + 'chr': 3, + 'cs': 12, + 'cy': 17, + 'da': 3, + 'de': 3, + 'dv': 3, + 'dz': 0, + 'ee': 3, + 'el': 3, + 'en': 3, + 'eo': 3, + 'es': 3, + 'et': 3, + 'eu': 3, + 'fa': 0, + 'ff': 5, + 'fi': 3, + 'fil': 4, + 'fo': 3, + 'fr': 5, + 'fur': 3, + 'fy': 3, + 'ga': 8, + 'gd': 24, + 'gl': 3, + 'gsw': 3, + 'gu': 3, + 'guw': 4, + 'gv': 23, + 'ha': 3, + 'haw': 3, + 'he': 2, + 'hi': 4, + 'hr': 11, + 'hu': 0, + 'id': 0, + 'ig': 0, + 'ii': 0, + 'is': 3, + 'it': 3, + 'iu': 7, + 'ja': 0, + 'jmc': 3, + 'jv': 0, + 'ka': 0, + 'kab': 5, + 'kaj': 3, + 'kcg': 3, + 'kde': 0, + 'kea': 0, + 'kk': 3, + 'kl': 3, + 'km': 0, + 'kn': 0, + 'ko': 0, + 'ksb': 3, + 'ksh': 21, + 'ku': 3, + 'kw': 7, + 'lag': 18, + 'lb': 3, + 'lg': 3, + 'ln': 4, + 'lo': 0, + 'lt': 10, + 'lv': 6, + 'mas': 3, + 'mg': 4, + 'mk': 16, + 'ml': 3, + 'mn': 3, + 'mo': 9, + 'mr': 3, + 'ms': 0, + 'mt': 15, + 'my': 0, + 'nah': 3, + 'naq': 7, + 'nb': 3, + 'nd': 3, + 'ne': 3, + 'nl': 3, + 'nn': 3, + 'no': 3, + 'nr': 3, + 'nso': 4, + 'ny': 3, + 'nyn': 3, + 'om': 3, + 'or': 3, + 'pa': 3, + 'pap': 3, + 'pl': 13, + 'ps': 3, + 'pt': 3, + 'rm': 3, + 'ro': 9, + 'rof': 3, + 'ru': 11, + 'rwk': 3, + 'sah': 0, + 'saq': 3, + 'se': 7, + 'seh': 3, + 'ses': 0, + 'sg': 0, + 'sh': 11, + 'shi': 19, + 'sk': 12, + 'sl': 14, + 'sma': 7, + 'smi': 7, + 'smj': 7, + 'smn': 7, + 'sms': 7, + 'sn': 3, + 'so': 3, + 'sq': 3, + 'sr': 11, + 'ss': 3, + 'ssy': 3, + 'st': 3, + 'sv': 3, + 'sw': 3, + 'syr': 3, + 'ta': 3, + 'te': 3, + 'teo': 3, + 'th': 0, + 'ti': 4, + 'tig': 3, + 'tk': 3, + 'tl': 4, + 'tn': 3, + 'to': 0, + 'tr': 0, + 'ts': 3, + 'tzm': 22, + 'uk': 11, + 'ur': 3, + 've': 3, + 'vi': 0, + 'vun': 3, + 'wa': 4, + 'wae': 3, + 'wo': 0, + 'xh': 3, + 'xog': 3, + 'yo': 0, + 'zh': 0, + 'zu': 3 + }; + + // utility functions for plural rules methods + function isIn(n, list) { + return list.indexOf(n) !== -1; + } + function isBetween(n, start, end) { + return start <= n && n <= end; + } + + // list of all plural rules methods: + // map an integer to the plural form name to use + var pluralRules = { + '0': function(n) { + return 'other'; + }, + '1': function(n) { + if ((isBetween((n % 100), 3, 10))) + return 'few'; + if (n === 0) + return 'zero'; + if ((isBetween((n % 100), 11, 99))) + return 'many'; + if (n == 2) + return 'two'; + if (n == 1) + return 'one'; + return 'other'; + }, + '2': function(n) { + if (n !== 0 && (n % 10) === 0) + return 'many'; + if (n == 2) + return 'two'; + if (n == 1) + return 'one'; + return 'other'; + }, + '3': function(n) { + if (n == 1) + return 'one'; + return 'other'; + }, + '4': function(n) { + if ((isBetween(n, 0, 1))) + return 'one'; + return 'other'; + }, + '5': function(n) { + if ((isBetween(n, 0, 2)) && n != 2) + return 'one'; + return 'other'; + }, + '6': function(n) { + if (n === 0) + return 'zero'; + if ((n % 10) == 1 && (n % 100) != 11) + return 'one'; + return 'other'; + }, + '7': function(n) { + if (n == 2) + return 'two'; + if (n == 1) + return 'one'; + return 'other'; + }, + '8': function(n) { + if ((isBetween(n, 3, 6))) + return 'few'; + if ((isBetween(n, 7, 10))) + return 'many'; + if (n == 2) + return 'two'; + if (n == 1) + return 'one'; + return 'other'; + }, + '9': function(n) { + if (n === 0 || n != 1 && (isBetween((n % 100), 1, 19))) + return 'few'; + if (n == 1) + return 'one'; + return 'other'; + }, + '10': function(n) { + if ((isBetween((n % 10), 2, 9)) && !(isBetween((n % 100), 11, 19))) + return 'few'; + if ((n % 10) == 1 && !(isBetween((n % 100), 11, 19))) + return 'one'; + return 'other'; + }, + '11': function(n) { + if ((isBetween((n % 10), 2, 4)) && !(isBetween((n % 100), 12, 14))) + return 'few'; + if ((n % 10) === 0 || + (isBetween((n % 10), 5, 9)) || + (isBetween((n % 100), 11, 14))) + return 'many'; + if ((n % 10) == 1 && (n % 100) != 11) + return 'one'; + return 'other'; + }, + '12': function(n) { + if ((isBetween(n, 2, 4))) + return 'few'; + if (n == 1) + return 'one'; + return 'other'; + }, + '13': function(n) { + if ((isBetween((n % 10), 2, 4)) && !(isBetween((n % 100), 12, 14))) + return 'few'; + if (n != 1 && (isBetween((n % 10), 0, 1)) || + (isBetween((n % 10), 5, 9)) || + (isBetween((n % 100), 12, 14))) + return 'many'; + if (n == 1) + return 'one'; + return 'other'; + }, + '14': function(n) { + if ((isBetween((n % 100), 3, 4))) + return 'few'; + if ((n % 100) == 2) + return 'two'; + if ((n % 100) == 1) + return 'one'; + return 'other'; + }, + '15': function(n) { + if (n === 0 || (isBetween((n % 100), 2, 10))) + return 'few'; + if ((isBetween((n % 100), 11, 19))) + return 'many'; + if (n == 1) + return 'one'; + return 'other'; + }, + '16': function(n) { + if ((n % 10) == 1 && n != 11) + return 'one'; + return 'other'; + }, + '17': function(n) { + if (n == 3) + return 'few'; + if (n === 0) + return 'zero'; + if (n == 6) + return 'many'; + if (n == 2) + return 'two'; + if (n == 1) + return 'one'; + return 'other'; + }, + '18': function(n) { + if (n === 0) + return 'zero'; + if ((isBetween(n, 0, 2)) && n !== 0 && n != 2) + return 'one'; + return 'other'; + }, + '19': function(n) { + if ((isBetween(n, 2, 10))) + return 'few'; + if ((isBetween(n, 0, 1))) + return 'one'; + return 'other'; + }, + '20': function(n) { + if ((isBetween((n % 10), 3, 4) || ((n % 10) == 9)) && !( + isBetween((n % 100), 10, 19) || + isBetween((n % 100), 70, 79) || + isBetween((n % 100), 90, 99) + )) + return 'few'; + if ((n % 1000000) === 0 && n !== 0) + return 'many'; + if ((n % 10) == 2 && !isIn((n % 100), [12, 72, 92])) + return 'two'; + if ((n % 10) == 1 && !isIn((n % 100), [11, 71, 91])) + return 'one'; + return 'other'; + }, + '21': function(n) { + if (n === 0) + return 'zero'; + if (n == 1) + return 'one'; + return 'other'; + }, + '22': function(n) { + if ((isBetween(n, 0, 1)) || (isBetween(n, 11, 99))) + return 'one'; + return 'other'; + }, + '23': function(n) { + if ((isBetween((n % 10), 1, 2)) || (n % 20) === 0) + return 'one'; + return 'other'; + }, + '24': function(n) { + if ((isBetween(n, 3, 10) || isBetween(n, 13, 19))) + return 'few'; + if (isIn(n, [2, 12])) + return 'two'; + if (isIn(n, [1, 11])) + return 'one'; + return 'other'; + } + }; + + // return a function that gives the plural form name for a given integer + var index = locales2rules[lang.replace(/-.*$/, '')]; + if (!(index in pluralRules)) { + console.warn('plural form unknown for [' + lang + ']'); + return function() { return 'other'; }; + } + return pluralRules[index]; + } + + // pre-defined 'plural' macro + gMacros.plural = function(str, param, key, prop) { + var n = parseFloat(param); + if (isNaN(n)) + return str; + + // TODO: support other properties (l20n still doesn't...) + if (prop != gTextProp) + return str; + + // initialize _pluralRules + if (!gMacros._pluralRules) { + gMacros._pluralRules = getPluralRules(gLanguage); + } + var index = '[' + gMacros._pluralRules(n) + ']'; + + // try to find a [zero|one|two] key if it's defined + if (n === 0 && (key + '[zero]') in gL10nData) { + str = gL10nData[key + '[zero]'][prop]; + } else if (n == 1 && (key + '[one]') in gL10nData) { + str = gL10nData[key + '[one]'][prop]; + } else if (n == 2 && (key + '[two]') in gL10nData) { + str = gL10nData[key + '[two]'][prop]; + } else if ((key + index) in gL10nData) { + str = gL10nData[key + index][prop]; + } else if ((key + '[other]') in gL10nData) { + str = gL10nData[key + '[other]'][prop]; + } + + return str; + }; + + + /** + * l10n dictionary functions + */ + + // fetch an l10n object, warn if not found, apply `args' if possible + function getL10nData(key, args, fallback) { + var data = gL10nData[key]; + if (!data) { + console.warn('#' + key + ' is undefined.'); + if (!fallback) { + return null; + } + data = fallback; + } + + /** This is where l10n expressions should be processed. + * The plan is to support C-style expressions from the l20n project; + * until then, only two kinds of simple expressions are supported: + * {[ index ]} and {{ arguments }}. + */ + var rv = {}; + for (var prop in data) { + var str = data[prop]; + str = substIndexes(str, args, key, prop); + str = substArguments(str, args, key); + rv[prop] = str; + } + return rv; + } + + // replace {[macros]} with their values + function substIndexes(str, args, key, prop) { + var reIndex = /\{\[\s*([a-zA-Z]+)\(([a-zA-Z]+)\)\s*\]\}/; + var reMatch = reIndex.exec(str); + if (!reMatch || !reMatch.length) + return str; + + // an index/macro has been found + // Note: at the moment, only one parameter is supported + var macroName = reMatch[1]; + var paramName = reMatch[2]; + var param; + if (args && paramName in args) { + param = args[paramName]; + } else if (paramName in gL10nData) { + param = gL10nData[paramName]; + } + + // there's no macro parser yet: it has to be defined in gMacros + if (macroName in gMacros) { + var macro = gMacros[macroName]; + str = macro(str, param, key, prop); + } + return str; + } + + // replace {{arguments}} with their values + function substArguments(str, args, key) { + var reArgs = /\{\{\s*(.+?)\s*\}\}/g; + return str.replace(reArgs, function(matched_text, arg) { + if (args && arg in args) { + return args[arg]; + } + if (arg in gL10nData) { + return gL10nData[arg]; + } + console.log('argument {{' + arg + '}} for #' + key + ' is undefined.'); + return matched_text; + }); + } + + // translate an HTML element + function translateElement(element) { + var l10n = getL10nAttributes(element); + if (!l10n.id) + return; + + // get the related l10n object + var data = getL10nData(l10n.id, l10n.args); + if (!data) { + console.warn('#' + l10n.id + ' is undefined.'); + return; + } + + // translate element (TODO: security checks?) + if (data[gTextProp]) { // XXX + if (getChildElementCount(element) === 0) { + element[gTextProp] = data[gTextProp]; + } else { + // this element has element children: replace the content of the first + // (non-empty) child textNode and clear other child textNodes + var children = element.childNodes; + var found = false; + for (var i = 0, l = children.length; i < l; i++) { + if (children[i].nodeType === 3 && /\S/.test(children[i].nodeValue)) { + if (found) { + children[i].nodeValue = ''; + } else { + children[i].nodeValue = data[gTextProp]; + found = true; + } + } + } + // if no (non-empty) textNode is found, insert a textNode before the + // first element child. + if (!found) { + var textNode = document.createTextNode(data[gTextProp]); + element.insertBefore(textNode, element.firstChild); + } + } + delete data[gTextProp]; + } + + for (var k in data) { + element[k] = data[k]; + } + } + + // webkit browsers don't currently support 'children' on SVG elements... + function getChildElementCount(element) { + if (element.children) { + return element.children.length; + } + if (typeof element.childElementCount !== 'undefined') { + return element.childElementCount; + } + var count = 0; + for (var i = 0; i < element.childNodes.length; i++) { + count += element.nodeType === 1 ? 1 : 0; + } + return count; + } + + // translate an HTML subtree + function translateFragment(element) { + element = element || document.documentElement; + + // check all translatable children (= w/ a `data-l10n-id' attribute) + var children = getTranslatableChildren(element); + var elementCount = children.length; + for (var i = 0; i < elementCount; i++) { + translateElement(children[i]); + } + + // translate element itself if necessary + translateElement(element); + } + + return { + // get a localized string + get: function(key, args, fallbackString) { + var index = key.lastIndexOf('.'); + var prop = gTextProp; + if (index > 0) { // An attribute has been specified + prop = key.substr(index + 1); + key = key.substring(0, index); + } + var fallback; + if (fallbackString) { + fallback = {}; + fallback[prop] = fallbackString; + } + var data = getL10nData(key, args, fallback); + if (data && prop in data) { + return data[prop]; + } + return '{{' + key + '}}'; + }, + + // debug + getData: function() { return gL10nData; }, + getText: function() { return gTextData; }, + + // get|set the document language + getLanguage: function() { return gLanguage; }, + setLanguage: function(lang, callback) { + loadLocale(lang, function() { + if (callback) + callback(); + translateFragment(); + }); + }, + + // get the direction (ltr|rtl) of the current language + getDirection: function() { + // http://www.w3.org/International/questions/qa-scripts + // Arabic, Hebrew, Farsi, Pashto, Urdu + var rtlList = ['ar', 'he', 'fa', 'ps', 'ur']; + var shortCode = gLanguage.split('-', 1)[0]; + return (rtlList.indexOf(shortCode) >= 0) ? 'rtl' : 'ltr'; + }, + + // translate an element or document fragment + translate: translateFragment, + + // this can be used to prevent race conditions + getReadyState: function() { return gReadyState; }, + ready: function(callback) { + if (!callback) { + return; + } else if (gReadyState == 'complete' || gReadyState == 'interactive') { + window.setTimeout(function() { + callback(); + }); + } else if (document.addEventListener) { + document.addEventListener('localized', function once() { + document.removeEventListener('localized', once); + callback(); + }); + } + } + }; +}) (window, document); diff --git a/dzz/pdf/web/locale/ach/index.htm b/dzz/pdf/web/locale/ach/index.htm new file mode 100644 index 0000000..e69de29 diff --git a/dzz/pdf/web/locale/ach/viewer.properties b/dzz/pdf/web/locale/ach/viewer.properties new file mode 100644 index 0000000..57c6a91 --- /dev/null +++ b/dzz/pdf/web/locale/ach/viewer.properties @@ -0,0 +1,207 @@ +# Copyright 2012 Mozilla Foundation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# Main toolbar buttons (tooltips and alt text for images) +previous.title=Pot buk mukato +previous_label=Mukato +next.title=Pot buk malubo +next_label=Malubo + +# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input. +page.title=Pot buk +# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number +# representing the total number of pages in the document. +of_pages=pi {{pagesCount}} +# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" +# will be replaced by a number representing the currently visible page, +# respectively a number representing the total number of pages in the document. +page_of_pages=({{pageNumber}} me {{pagesCount}}) + +zoom_out.title=Jwik Matidi +zoom_out_label=Jwik Matidi +zoom_in.title=Kwot Madit +zoom_in_label=Kwot Madit +zoom.title=Kwoti +presentation_mode.title=Lokke i kit me tyer +presentation_mode_label=Kit me tyer +open_file.title=Yab Pwail +open_file_label=Yab +print.title=Go +print_label=Go +download.title=Gam +download_label=Gam +bookmark.title=Neno ma kombedi (lok onyo yab i dirica manyen) +bookmark_label=Neno ma kombedi + +# Secondary toolbar and context menu +tools.title=Gintic +tools_label=Gintic +first_page.title=Cit i pot buk mukwongo +first_page.label=Cit i pot buk mukwongo +first_page_label=Cit i pot buk mukwongo +last_page.title=Cit i pot buk magiko +last_page.label=Cit i pot buk magiko +last_page_label=Cit i pot buk magiko +page_rotate_cw.title=Wire i tung lacuc +page_rotate_cw.label=Wire i tung lacuc +page_rotate_cw_label=Wire i tung lacuc +page_rotate_ccw.title=Wire i tung lacam +page_rotate_ccw.label=Wire i tung lacam +page_rotate_ccw_label=Wire i tung lacam + +cursor_text_select_tool.title=Cak gitic me yero coc +cursor_text_select_tool_label=Gitic me yero coc +cursor_hand_tool.title=Cak gitic me cing +cursor_hand_tool_label=Gitic cing + + + +# Document properties dialog box +document_properties.title=Jami me gin acoya… +document_properties_label=Jami me gin acoya… +document_properties_file_name=Nying pwail: +document_properties_file_size=Dit pa pwail: +# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" +# will be replaced by the PDF file size in kilobytes, respectively in bytes. +document_properties_kb={{size_kb}} KB ({{size_b}} bytes) +# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" +# will be replaced by the PDF file size in megabytes, respectively in bytes. +document_properties_mb={{size_mb}} MB ({{size_b}} bytes) +document_properties_title=Wiye: +document_properties_author=Ngat mucoyo: +document_properties_subject=Subjek: +document_properties_keywords=Lok mapire tek: +document_properties_creation_date=Nino dwe me cwec: +document_properties_modification_date=Nino dwe me yub: +# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" +# will be replaced by the creation/modification date, and time, of the PDF file. +document_properties_date_string={{date}}, {{time}} +document_properties_creator=Lacwec: +document_properties_producer=Layub PDF: +document_properties_version=Kit PDF: +document_properties_page_count=Kwan me pot buk: +document_properties_page_size=Dit pa potbuk: +document_properties_page_size_unit_inches=i +document_properties_page_size_unit_millimeters=mm +document_properties_page_size_orientation_portrait=atir +document_properties_page_size_orientation_landscape=arii +document_properties_page_size_name_a3=A3 +document_properties_page_size_name_a4=A4 +document_properties_page_size_name_letter=Waraga +document_properties_page_size_name_legal=Cik +# LOCALIZATION NOTE (document_properties_page_size_dimension_string): +# "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement and orientation, of the (current) page. +document_properties_page_size_dimension_string={{width}} × {{height}} {{unit}} ({{orientation}}) +# LOCALIZATION NOTE (document_properties_page_size_dimension_name_string): +# "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement, name, and orientation, of the (current) page. +document_properties_page_size_dimension_name_string={{width}} × {{height}} {{unit}} ({{name}}, {{orientation}}) +# LOCALIZATION NOTE (document_properties_linearized): The linearization status of +# the document; usually called "Fast Web View" in English locales of Adobe software. +document_properties_linearized_yes=Eyo +document_properties_linearized_no=Pe +document_properties_close=Lor + +print_progress_message=Yubo coc me agoya… +# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by +# a numerical per cent value. +print_progress_percent={{progress}}% +print_progress_close=Juki + +# Tooltips and alt text for side panel toolbar buttons +# (the _label strings are alt text for the buttons, the .title strings are +# tooltips) +toggle_sidebar.title=Lok gintic ma inget +toggle_sidebar_notification.title=Lok lanyut me nget (wiyewiye tye i gin acoya/attachments) +toggle_sidebar_label=Lok gintic ma inget +document_outline.title=Nyut Wiyewiye me Gin acoya (dii-kiryo me yaro/kano jami weng) +document_outline_label=Pek pa gin acoya +attachments.title=Nyut twec +attachments_label=Twec +thumbs.title=Nyut cal +thumbs_label=Cal +findbar.title=Nong iye gin acoya +findbar_label=Nong + +# Thumbnails panel item (tooltip and alt text for images) +# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page +# number. +thumb_page_title=Pot buk {{page}} +# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page +# number. +thumb_page_canvas=Cal me pot buk {{page}} + +# Find panel button title and messages +find_input.title=Nong +find_input.placeholder=Nong i dokumen… +find_previous.title=Nong timme pa lok mukato +find_previous_label=Mukato +find_next.title=Nong timme pa lok malubo +find_next_label=Malubo +find_highlight=Wer weng +find_match_case_label=Lok marwate +find_reached_top=Oo iwi gin acoya, omede ki i tere +find_reached_bottom=Oo i agiki me gin acoya, omede ki iwiye +find_not_found=Lok pe ononge + +# Error panel labels +error_more_info=Ngec Mukene +error_less_info=Ngec Manok +error_close=Lor +# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be +# replaced by the PDF.JS version and build ID. +error_version_info=PDF.js v{{version}} (build: {{build}}) +# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an +# english string describing the error. +error_message=Kwena: {{message}} +# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack +# trace. +error_stack=Can kikore {{stack}} +# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename +error_file=Pwail: {{file}} +# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number +error_line=Rek: {{line}} +rendering_error=Bal otime i kare me nyuto pot buk. + +# Predefined zoom values +page_scale_width=Lac me iye pot buk +page_scale_fit=Porre me pot buk +page_scale_auto=Kwot pire kene +page_scale_actual=Dite kikome +# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a +# numerical scale value. +page_scale_percent={{scale}}% + +# Loading indicator messages +loading_error_indicator=Bal +loading_error=Bal otime kun cano PDF. +invalid_file_error=Pwail me PDF ma pe atir onyo obale woko. +missing_file_error=Pwail me PDF tye ka rem. +unexpected_response_error=Lagam mape kigeno pa lapok tic. + +# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. +# "{{type}}" will be replaced with an annotation type from a list defined in +# the PDF spec (32000-1:2008 Table 169 – Annotation types). +# Some common types are e.g.: "Check", "Text", "Comment", "Note" +text_annotation_type.alt=[{{type}} Lok angea manok] +password_label=Ket mung me donyo me yabo pwail me PDF man. +password_invalid=Mung me donyo pe atir. Tim ber i tem doki. +password_ok=OK +password_cancel=Juki + +printing_not_supported=Ciko: Layeny ma pe teno goyo liweng. +printing_not_ready=Ciko: PDF pe ocane weng me agoya. +web_fonts_disabled=Kijuko dit pa coc me kakube woko: pe romo tic ki dit pa coc me PDF ma kiketo i kine. +document_colors_not_allowed=Pe ki yee ki gin acoya me PDF me tic ki rangi gi kengi: Kijuko woko “Yee pot buk me yero rangi mamegi kengi” ki i layeny. diff --git a/dzz/pdf/web/locale/af/index.htm b/dzz/pdf/web/locale/af/index.htm new file mode 100644 index 0000000..e69de29 diff --git a/dzz/pdf/web/locale/af/viewer.properties b/dzz/pdf/web/locale/af/viewer.properties new file mode 100644 index 0000000..8cf0880 --- /dev/null +++ b/dzz/pdf/web/locale/af/viewer.properties @@ -0,0 +1,184 @@ +# Copyright 2012 Mozilla Foundation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# Main toolbar buttons (tooltips and alt text for images) +previous.title=Vorige bladsy +previous_label=Vorige +next.title=Volgende bladsy +next_label=Volgende + +# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input. +page.title=Bladsy +# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number +# representing the total number of pages in the document. +of_pages=van {{pagesCount}} +# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" +# will be replaced by a number representing the currently visible page, +# respectively a number representing the total number of pages in the document. +page_of_pages=({{pageNumber}} van {{pagesCount}}) + +zoom_out.title=Zoem uit +zoom_out_label=Zoem uit +zoom_in.title=Zoem in +zoom_in_label=Zoem in +zoom.title=Zoem +presentation_mode.title=Wissel na voorleggingsmodus +presentation_mode_label=Voorleggingsmodus +open_file.title=Open lêer +open_file_label=Open +print.title=Druk +print_label=Druk +download.title=Laai af +download_label=Laai af +bookmark.title=Huidige aansig (kopieer of open in nuwe venster) +bookmark_label=Huidige aansig + +# Secondary toolbar and context menu +tools.title=Nutsgoed +tools_label=Nutsgoed +first_page.title=Gaan na eerste bladsy +first_page.label=Gaan na eerste bladsy +first_page_label=Gaan na eerste bladsy +last_page.title=Gaan na laaste bladsy +last_page.label=Gaan na laaste bladsy +last_page_label=Gaan na laaste bladsy +page_rotate_cw.title=Roteer kloksgewys +page_rotate_cw.label=Roteer kloksgewys +page_rotate_cw_label=Roteer kloksgewys +page_rotate_ccw.title=Roteer anti-kloksgewys +page_rotate_ccw.label=Roteer anti-kloksgewys +page_rotate_ccw_label=Roteer anti-kloksgewys + +cursor_text_select_tool.title=Aktiveer gereedskap om teks te merk +cursor_text_select_tool_label=Teksmerkgereedskap +cursor_hand_tool.title=Aktiveer handjie +cursor_hand_tool_label=Handjie + +# Document properties dialog box +document_properties.title=Dokumenteienskappe… +document_properties_label=Dokumenteienskappe… +document_properties_file_name=Lêernaam: +document_properties_file_size=Lêergrootte: +# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" +# will be replaced by the PDF file size in kilobytes, respectively in bytes. +document_properties_kb={{size_kb}} kG ({{size_b}} grepe) +# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" +# will be replaced by the PDF file size in megabytes, respectively in bytes. +document_properties_mb={{size_mb}} MG ({{size_b}} grepe) +document_properties_title=Titel: +document_properties_author=Outeur: +document_properties_subject=Onderwerp: +document_properties_keywords=Sleutelwoorde: +document_properties_creation_date=Skeppingsdatum: +document_properties_modification_date=Wysigingsdatum: +# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" +# will be replaced by the creation/modification date, and time, of the PDF file. +document_properties_date_string={{date}}, {{time}} +document_properties_creator=Skepper: +document_properties_producer=PDF-vervaardiger: +document_properties_version=PDF-weergawe: +document_properties_page_count=Aantal bladsye: +document_properties_close=Sluit + +print_progress_message=Berei tans dokument voor om te druk… +# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by +# a numerical per cent value. +print_progress_percent={{progress}}% +print_progress_close=Kanselleer + +# Tooltips and alt text for side panel toolbar buttons +# (the _label strings are alt text for the buttons, the .title strings are +# tooltips) +toggle_sidebar.title=Sypaneel aan/af +toggle_sidebar_notification.title=Sypaneel aan/af (dokument bevat skema/aanhegsels) +toggle_sidebar_label=Sypaneel aan/af +document_outline.title=Wys dokumentskema (dubbelklik om alle items oop/toe te vou) +document_outline_label=Dokumentoorsig +attachments.title=Wys aanhegsels +attachments_label=Aanhegsels +thumbs.title=Wys duimnaels +thumbs_label=Duimnaels +findbar.title=Soek in dokument +findbar_label=Vind + +# Thumbnails panel item (tooltip and alt text for images) +# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page +# number. +thumb_page_title=Bladsy {{page}} +# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page +# number. +thumb_page_canvas=Duimnael van bladsy {{page}} + +# Find panel button title and messages +find_input.title=Vind +find_input.placeholder=Soek in dokument… +find_previous.title=Vind die vorige voorkoms van die frase +find_previous_label=Vorige +find_next.title=Vind die volgende voorkoms van die frase +find_next_label=Volgende +find_highlight=Verlig almal +find_match_case_label=Kassensitief +find_reached_top=Bokant van dokument is bereik; gaan voort van onder af +find_reached_bottom=Einde van dokument is bereik; gaan voort van bo af +find_not_found=Frase nie gevind nie + +# Error panel labels +error_more_info=Meer inligting +error_less_info=Minder inligting +error_close=Sluit +# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be +# replaced by the PDF.JS version and build ID. +error_version_info=PDF.js v{{version}} (ID: {{build}}) +# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an +# english string describing the error. +error_message=Boodskap: {{message}} +# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack +# trace. +error_stack=Stapel: {{stack}} +# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename +error_file=Lêer: {{file}} +# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number +error_line=Lyn: {{line}} +rendering_error='n Fout het voorgekom toe die bladsy weergegee is. + +# Predefined zoom values +page_scale_width=Bladsywydte +page_scale_fit=Pas bladsy +page_scale_auto=Outomatiese zoem +page_scale_actual=Werklike grootte +# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a +# numerical scale value. +page_scale_percent={{scale}}% + +# Loading indicator messages +loading_error_indicator=Fout +loading_error='n Fout het voorgekom met die laai van die PDF. +invalid_file_error=Ongeldige of korrupte PDF-lêer. +missing_file_error=PDF-lêer is weg. +unexpected_response_error=Onverwagse antwoord van bediener. + +# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. +# "{{type}}" will be replaced with an annotation type from a list defined in +# the PDF spec (32000-1:2008 Table 169 – Annotation types). +# Some common types are e.g.: "Check", "Text", "Comment", "Note" +text_annotation_type.alt=[{{type}}-annotasie] +password_label=Gee die wagwoord om dié PDF-lêer mee te open. +password_invalid=Ongeldige wagwoord. Probeer gerus weer. +password_ok=OK +password_cancel=Kanselleer + +printing_not_supported=Waarskuwing: Dié blaaier ondersteun nie drukwerk ten volle nie. +printing_not_ready=Waarskuwing: Die PDF is nog nie volledig gelaai vir drukwerk nie. +web_fonts_disabled=Webfonte is gedeaktiveer: kan nie PDF-fonte wat ingebed is, gebruik nie. +document_colors_not_allowed=PDF-dokumente word nie toegelaat om hul eie kleure te gebruik nie: “Laat bladsye toe om hul eie kleure te kies” is gedeaktiveer in die blaaier. diff --git a/dzz/pdf/web/locale/ak/index.htm b/dzz/pdf/web/locale/ak/index.htm new file mode 100644 index 0000000..e69de29 diff --git a/dzz/pdf/web/locale/ak/viewer.properties b/dzz/pdf/web/locale/ak/viewer.properties new file mode 100644 index 0000000..25dc62e --- /dev/null +++ b/dzz/pdf/web/locale/ak/viewer.properties @@ -0,0 +1,130 @@ +# Copyright 2012 Mozilla Foundation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# Main toolbar buttons (tooltips and alt text for images) +previous.title=Krataafa baako a etwa mu +previous_label=Ekyiri-baako +next.title=Krataafa a edi so baako +next_label=Dea-ɛ-di-so-baako + +# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input. +# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number +# representing the total number of pages in the document. +# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" +# will be replaced by a number representing the currently visible page, +# respectively a number representing the total number of pages in the document. + +zoom_out.title=Zuum pue +zoom_out_label=Zuum ba abɔnten +zoom_in.title=Zuum kɔ mu +zoom_in_label=Zuum kɔ mu +zoom.title=Zuum +presentation_mode.title=Sesa kɔ Yɛkyerɛ Tebea mu +presentation_mode_label=Yɛkyerɛ Tebea +open_file.title=Bue Fael +open_file_label=Bue +print.title=Prente +print_label=Prente +download.title=Twe +download_label=Twe +bookmark.title=Seisei nhwɛ (fa anaaso bue wɔ tokuro foforo mu) +bookmark_label=Seisei nhwɛ + +# Secondary toolbar and context menu + + +# Document properties dialog box +# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" +# will be replaced by the PDF file size in kilobytes, respectively in bytes. +# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" +# will be replaced by the PDF file size in megabytes, respectively in bytes. +document_properties_title=Ti asɛm: +# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" +# will be replaced by the creation/modification date, and time, of the PDF file. + +# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by +# a numerical per cent value. + +# Tooltips and alt text for side panel toolbar buttons +# (the _label strings are alt text for the buttons, the .title strings are +# tooltips) +toggle_sidebar.title=Sɔ anaaso dum saedbaa +toggle_sidebar_label=Sɔ anaaso dum saedbaa +document_outline_label=Dɔkomɛnt bɔbea +thumbs.title=Kyerɛ mfoniwaa +thumbs_label=Mfoniwaa +findbar.title=Hu wɔ dɔkomɛnt no mu + +# Thumbnails panel item (tooltip and alt text for images) +# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page +# number. +thumb_page_title=Krataafa {{page}} +# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page +# number. +thumb_page_canvas=Krataafa ne mfoniwaa {{page}} + +# Find panel button title and messages +find_previous.title=San hu fres wɔ ekyiri baako +find_previous_label=Ekyiri baako +find_next.title=San hu fres no wɔ enim baako +find_next_label=Ndiso +find_highlight=Hyɛ bibiara nso +find_match_case_label=Fa susu kaase +find_reached_top=Edu krataafa ne soro, atoa so efiri ase +find_reached_bottom=Edu krataafa n'ewiei, atoa so efiri soro +find_not_found=Ennhu fres + +# Error panel labels +error_more_info=Infɔmehyɛn bio a wɔka ho +error_less_info=Te infɔmehyɛn bio a wɔka ho so +# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be +# replaced by the PDF.JS version and build ID. +error_version_info=PDF.js v{{vɛɛhyen}} (nsi: {{si}}) +# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an +# english string describing the error. +error_message=Nkrato: {{message}} +# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack +# trace. +error_stack=Staake: {{stack}} +# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename +error_file=Fael: {{file}} +# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number +error_line=Laen: {{line}} +rendering_error=Mfomso bae wɔ bere a wɔ rekyerɛ krataafa no. + +# Predefined zoom values +page_scale_width=Krataafa tɛtrɛtɛ +page_scale_fit=Krataafa ehimtwa +page_scale_auto=Zuum otomatik +page_scale_actual=Kɛseyɛ ankasa +# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a +# numerical scale value. + +# Loading indicator messages +loading_error_indicator=Mfomso +loading_error=Mfomso bae wɔ bere a wɔreloode PDF no. +invalid_file_error=PDF fael no nndi mu anaaso ho atɔ kyima. +missing_file_error=PDF fael no ayera. + +# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. +# "{{type}}" will be replaced with an annotation type from a list defined in +# the PDF spec (32000-1:2008 Table 169 – Annotation types). +# Some common types are e.g.: "Check", "Text", "Comment", "Note" +text_annotation_type.alt=[{{type}} Tɛkst-nyiano] +password_ok=OK + +printing_not_supported=Kɔkɔbɔ: Brawsa yi nnhyɛ daa mma prent ho kwan. +printing_not_ready=Kɔkɔbɔ: Wɔnntwee PDF fael no nyinara mmbaee ama wo ɛ tumi aprente. +web_fonts_disabled=Ɔedum wɛb-mfɔnt: nntumi mmfa PDF mfɔnt a wɔhyɛ mu nndi dwuma. +document_colors_not_allowed=Wɔmma ho kwan sɛ PDF adɔkomɛnt de wɔn ara wɔn ahosu bɛdi dwuma: wɔ adum 'Ma ho kwan ma nkrataafa mpaw wɔn ara wɔn ahosu' wɔ brawsa yi mu. diff --git a/dzz/pdf/web/locale/an/index.htm b/dzz/pdf/web/locale/an/index.htm new file mode 100644 index 0000000..e69de29 diff --git a/dzz/pdf/web/locale/an/viewer.properties b/dzz/pdf/web/locale/an/viewer.properties new file mode 100644 index 0000000..3576134 --- /dev/null +++ b/dzz/pdf/web/locale/an/viewer.properties @@ -0,0 +1,184 @@ +# Copyright 2012 Mozilla Foundation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# Main toolbar buttons (tooltips and alt text for images) +previous.title=Pachina anterior +previous_label=Anterior +next.title=Pachina siguient +next_label=Siguient + +# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input. +page.title=Pachina +# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number +# representing the total number of pages in the document. +of_pages=de {{pagesCount}} +# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" +# will be replaced by a number representing the currently visible page, +# respectively a number representing the total number of pages in the document. +page_of_pages=({{pageNumber}} de {{pagesCount}}) + +zoom_out.title=Achiquir +zoom_out_label=Achiquir +zoom_in.title=Agrandir +zoom_in_label=Agrandir +zoom.title=Grandaria +presentation_mode.title=Cambear t'o modo de presentación +presentation_mode_label=Modo de presentación +open_file.title=Ubrir o fichero +open_file_label=Ubrir +print.title=Imprentar +print_label=Imprentar +download.title=Descargar +download_label=Descargar +bookmark.title=Vista actual (copiar u ubrir en una nueva finestra) +bookmark_label=Anvista actual + +# Secondary toolbar and context menu +tools.title=Ferramientas +tools_label=Ferramientas +first_page.title=Ir ta la primer pachina +first_page.label=Ir ta la primer pachina +first_page_label=Ir ta la primer pachina +last_page.title=Ir ta la zaguer pachina +last_page.label=Ir ta la zaguera pachina +last_page_label=Ir ta la zaguer pachina +page_rotate_cw.title=Chirar enta la dreita +page_rotate_cw.label=Chirar enta la dreita +page_rotate_cw_label=Chira enta la dreita +page_rotate_ccw.title=Chirar enta la zurda +page_rotate_ccw.label=Chirar en sentiu antihorario +page_rotate_ccw_label=Chirar enta la zurda + +cursor_text_select_tool.title=Activar la ferramienta de selección de texto +cursor_text_select_tool_label=Ferramienta de selección de texto +cursor_hand_tool.title=Activar la ferramienta man +cursor_hand_tool_label=Ferramienta man + +# Document properties dialog box +document_properties.title=Propiedatz d'o documento... +document_properties_label=Propiedatz d'o documento... +document_properties_file_name=Nombre de fichero: +document_properties_file_size=Grandaria d'o fichero: +# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" +# will be replaced by the PDF file size in kilobytes, respectively in bytes. +document_properties_kb={{size_kb}} KB ({{size_b}} bytes) +# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" +# will be replaced by the PDF file size in megabytes, respectively in bytes. +document_properties_mb={{size_mb}} MB ({{size_b}} bytes) +document_properties_title=Titol: +document_properties_author=Autor: +document_properties_subject=Afer: +document_properties_keywords=Parolas clau: +document_properties_creation_date=Calendata de creyación: +document_properties_modification_date=Calendata de modificación: +# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" +# will be replaced by the creation/modification date, and time, of the PDF file. +document_properties_date_string={{date}}, {{time}} +document_properties_creator=Creyador: +document_properties_producer=Creyador de PDF: +document_properties_version=Versión de PDF: +document_properties_page_count=Numero de pachinas: +document_properties_close=Zarrar + +print_progress_message=Se ye preparando la documentación pa imprentar… +# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by +# a numerical per cent value. +print_progress_percent={{progress}}% +print_progress_close=Cancelar + +# Tooltips and alt text for side panel toolbar buttons +# (the _label strings are alt text for the buttons, the .title strings are +# tooltips) +toggle_sidebar.title=Amostrar u amagar a barra lateral +toggle_sidebar_notification.title=Cambiar barra lateral (lo documento contiene esquema/adchuntos) +toggle_sidebar_label=Amostrar a barra lateral +document_outline.title=Amostrar esquema d'o documento (fer doble clic pa expandir/compactar totz los items) +document_outline_label=Esquema d'o documento +attachments.title=Amostrar os adchuntos +attachments_label=Adchuntos +thumbs.title=Amostrar as miniaturas +thumbs_label=Miniaturas +findbar.title=Trobar en o documento +findbar_label=Trobar + +# Thumbnails panel item (tooltip and alt text for images) +# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page +# number. +thumb_page_title=Pachina {{page}} +# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page +# number. +thumb_page_canvas=Miniatura d'a pachina {{page}} + +# Find panel button title and messages +find_input.title=Trobar +find_input.placeholder=Trobar en o documento… +find_previous.title=Trobar l'anterior coincidencia d'a frase +find_previous_label=Anterior +find_next.title=Trobar a siguient coincidencia d'a frase +find_next_label=Siguient +find_highlight=Resaltar-lo tot +find_match_case_label=Coincidencia de mayusclas/minusclas +find_reached_top=S'ha plegau a l'inicio d'o documento, se contina dende baixo +find_reached_bottom=S'ha plegau a la fin d'o documento, se contina dende alto +find_not_found=No s'ha trobau a frase + +# Error panel labels +error_more_info=Mas información +error_less_info=Menos información +error_close=Zarrar +# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be +# replaced by the PDF.JS version and build ID. +error_version_info=PDF.js v{{version}} (build: {{build}}) +# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an +# english string describing the error. +error_message=Mensache: {{message}} +# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack +# trace. +error_stack=Pila: {{stack}} +# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename +error_file=Fichero: {{file}} +# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number +error_line=Linia: {{line}} +rendering_error=Ha ocurriu una error en renderizar a pachina. + +# Predefined zoom values +page_scale_width=Amplaria d'a pachina +page_scale_fit=Achuste d'a pachina +page_scale_auto=Grandaria automatica +page_scale_actual=Grandaria actual +# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a +# numerical scale value. +page_scale_percent={{scale}}% + +# Loading indicator messages +loading_error_indicator=Error +loading_error=S'ha produciu una error en cargar o PDF. +invalid_file_error=O PDF no ye valido u ye estorbau. +missing_file_error=No i ha fichero PDF. +unexpected_response_error=Respuesta a lo servicio inasperada. + +# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. +# "{{type}}" will be replaced with an annotation type from a list defined in +# the PDF spec (32000-1:2008 Table 169 – Annotation types). +# Some common types are e.g.: "Check", "Text", "Comment", "Note" +text_annotation_type.alt=[Anotación {{type}}] +password_label=Introduzca a clau ta ubrir iste fichero PDF. +password_invalid=Clau invalida. Torna a intentar-lo. +password_ok=Acceptar +password_cancel=Cancelar + +printing_not_supported=Pare cuenta: Iste navegador no maneya totalment as impresions. +printing_not_ready=Aviso: Encara no se ha cargau completament o PDF ta imprentar-lo. +web_fonts_disabled=As fuents web son desactivadas: no se puet incrustar fichers PDF. +document_colors_not_allowed=Los documentos PDF no pueden fer servir las suyas propias colors: 'Permitir que as pachinas triguen as suyas propias colors' ye desactivau en o navegador. diff --git a/dzz/pdf/web/locale/ar/index.htm b/dzz/pdf/web/locale/ar/index.htm new file mode 100644 index 0000000..e69de29 diff --git a/dzz/pdf/web/locale/ar/viewer.properties b/dzz/pdf/web/locale/ar/viewer.properties new file mode 100644 index 0000000..f4b53ed --- /dev/null +++ b/dzz/pdf/web/locale/ar/viewer.properties @@ -0,0 +1,242 @@ +# Copyright 2012 Mozilla Foundation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# Main toolbar buttons (tooltips and alt text for images) +previous.title=الصفحة السابقة +previous_label=السابقة +next.title=الصفحة التالية +next_label=التالية + +# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input. +page.title=صفحة +# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number +# representing the total number of pages in the document. +of_pages=من {{pagesCount}} +# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" +# will be replaced by a number representing the currently visible page, +# respectively a number representing the total number of pages in the document. +page_of_pages=({{pageNumber}} من {{pagesCount}}) + +zoom_out.title=بعّد +zoom_out_label=بعّد +zoom_in.title=قرّب +zoom_in_label=قرّب +zoom.title=التقريب +presentation_mode.title=انتقل لوضع العرض التقديمي +presentation_mode_label=وضع العرض التقديمي +open_file.title=افتح ملفًا +open_file_label=افتح +print.title=اطبع +print_label=اطبع +download.title=نزّل +download_label=نزّل +bookmark.title=المنظور الحالي (انسخ أو افتح في نافذة جديدة) +bookmark_label=المنظور الحالي + +# Secondary toolbar and context menu +tools.title=الأدوات +tools_label=الأدوات +first_page.title=اذهب إلى الصفحة الأولى +first_page.label=اذهب إلى الصفحة الأولى +first_page_label=اذهب إلى الصفحة الأولى +last_page.title=اذهب إلى الصفحة الأخيرة +last_page.label=اذهب إلى الصفحة الأخيرة +last_page_label=اذهب إلى الصفحة الأخيرة +page_rotate_cw.title=أدر باتجاه عقارب الساعة +page_rotate_cw.label=أدر باتجاه عقارب الساعة +page_rotate_cw_label=أدر باتجاه عقارب الساعة +page_rotate_ccw.title=أدر بعكس اتجاه عقارب الساعة +page_rotate_ccw.label=أدر بعكس اتجاه عقارب الساعة +page_rotate_ccw_label=أدر بعكس اتجاه عقارب الساعة + +cursor_text_select_tool.title=فعّل أداة اختيار النص +cursor_text_select_tool_label=أداة اختيار النص +cursor_hand_tool.title=فعّل أداة اليد +cursor_hand_tool_label=أداة اليد + +scroll_vertical.title=استخدم التمرير الرأسي +scroll_vertical_label=التمرير الرأسي +scroll_horizontal.title=استخدم التمرير الأفقي +scroll_horizontal_label=التمرير الأفقي +scroll_wrapped.title=استخدم التمرير الملتف +scroll_wrapped_label=التمرير الملتف + +spread_none.title=لا تدمج هوامش الصفحات مع بعضها البعض +spread_none_label=بلا هوامش +spread_odd.title=ادمج هوامش الصفحات الفردية +spread_odd_label=هوامش الصفحات الفردية +spread_even.title=ادمج هوامش الصفحات الزوجية +spread_even_label=هوامش الصفحات الزوجية + +# Document properties dialog box +document_properties.title=خصائص المستند… +document_properties_label=خصائص المستند… +document_properties_file_name=اسم الملف: +document_properties_file_size=حجم الملف: +# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" +# will be replaced by the PDF file size in kilobytes, respectively in bytes. +document_properties_kb={{size_kb}} ك.بايت ({{size_b}} بايت) +# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" +# will be replaced by the PDF file size in megabytes, respectively in bytes. +document_properties_mb={{size_mb}} م.بايت ({{size_b}} بايت) +document_properties_title=العنوان: +document_properties_author=المؤلف: +document_properties_subject=الموضوع: +document_properties_keywords=الكلمات الأساسية: +document_properties_creation_date=تاريخ الإنشاء: +document_properties_modification_date=تاريخ التعديل: +# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" +# will be replaced by the creation/modification date, and time, of the PDF file. +document_properties_date_string={{date}}، {{time}} +document_properties_creator=المنشئ: +document_properties_producer=منتج PDF: +document_properties_version=إصدارة PDF: +document_properties_page_count=عدد الصفحات: +document_properties_page_size=مقاس الورقة: +document_properties_page_size_unit_inches=بوصة +document_properties_page_size_unit_millimeters=ملم +document_properties_page_size_orientation_portrait=طوليّ +document_properties_page_size_orientation_landscape=عرضيّ +document_properties_page_size_name_a3=A3 +document_properties_page_size_name_a4=A4 +document_properties_page_size_name_letter=خطاب +document_properties_page_size_name_legal=قانونيّ +# LOCALIZATION NOTE (document_properties_page_size_dimension_string): +# "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement and orientation, of the (current) page. +document_properties_page_size_dimension_string=‏{{width}} × ‏{{height}} ‏{{unit}} (‏{{orientation}}) +# LOCALIZATION NOTE (document_properties_page_size_dimension_name_string): +# "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement, name, and orientation, of the (current) page. +document_properties_page_size_dimension_name_string=‏{{width}} × ‏{{height}} ‏{{unit}} (‏{{name}}، {{orientation}}) +# LOCALIZATION NOTE (document_properties_linearized): The linearization status of +# the document; usually called "Fast Web View" in English locales of Adobe software. +document_properties_linearized=العرض السريع عبر الوِب: +document_properties_linearized_yes=نعم +document_properties_linearized_no=لا +document_properties_close=أغلق + +print_progress_message=يُحضّر المستند للطباعة… +# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by +# a numerical per cent value. +print_progress_percent={{progress}}٪ +print_progress_close=ألغِ + +# Tooltips and alt text for side panel toolbar buttons +# (the _label strings are alt text for the buttons, the .title strings are +# tooltips) +toggle_sidebar.title=بدّل ظهور الشريط الجانبي +toggle_sidebar_notification.title=بدّل ظهور الشريط الجانبي (يحتوي المستند على مخطط أو مرفقات) +toggle_sidebar_label=بدّل ظهور الشريط الجانبي +document_outline.title=اعرض فهرس المستند (نقر مزدوج لتمديد أو تقليص كل العناصر) +document_outline_label=مخطط المستند +attachments.title=اعرض المرفقات +attachments_label=المُرفقات +thumbs.title=اعرض مُصغرات +thumbs_label=مُصغّرات +findbar.title=ابحث في المستند +findbar_label=ابحث + +# Thumbnails panel item (tooltip and alt text for images) +# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page +# number. +thumb_page_title=صفحة {{page}} +# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page +# number. +thumb_page_canvas=مصغّرة صفحة {{page}} + +# Find panel button title and messages +find_input.title=ابحث +find_input.placeholder=ابحث في المستند… +find_previous.title=ابحث عن التّواجد السّابق للعبارة +find_previous_label=السابق +find_next.title=ابحث عن التّواجد التّالي للعبارة +find_next_label=التالي +find_highlight=أبرِز الكل +find_match_case_label=طابق حالة الأحرف +find_entire_word_label=كلمات كاملة +find_reached_top=تابعت من الأسفل بعدما وصلت إلى بداية المستند +find_reached_bottom=تابعت من الأعلى بعدما وصلت إلى نهاية المستند +# LOCALIZATION NOTE (find_match_count): The supported plural forms are +# [one|two|few|many|other], with [other] as the default value. +# "{{current}}" and "{{total}}" will be replaced by a number representing the +# index of the currently active find result, respectively a number representing +# the total number of matches in the document. +find_match_count={[ plural(total) ]} +find_match_count[one]={{current}} من أصل مطابقة واحدة +find_match_count[two]={{current}} من أصل مطابقتين +find_match_count[few]={{current}} من أصل {{total}} مطابقات +find_match_count[many]={{current}} من أصل {{total}} مطابقة +find_match_count[other]={{current}} من أصل {{total}} مطابقة +# LOCALIZATION NOTE (find_match_count_limit): The supported plural forms are +# [zero|one|two|few|many|other], with [other] as the default value. +# "{{limit}}" will be replaced by a numerical value. +find_match_count_limit={[ plural(limit) ]} +find_match_count_limit[zero]=فقط +find_match_count_limit[one]=أكثر من مطابقة واحدة +find_match_count_limit[two]=أكثر من مطابقتين +find_match_count_limit[few]=أكثر من {{limit}} مطابقات +find_match_count_limit[many]=أكثر من {{limit}} مطابقة +find_match_count_limit[other]=أكثر من {{limit}} مطابقة +find_not_found=لا وجود للعبارة + +# Error panel labels +error_more_info=معلومات أكثر +error_less_info=معلومات أقل +error_close=أغلق +# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be +# replaced by the PDF.JS version and build ID. +error_version_info=‏PDF.js ن{{version}} ‏(بناء: {{build}}) +# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an +# english string describing the error. +error_message=الرسالة: {{message}} +# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack +# trace. +error_stack=الرصّة: {{stack}} +# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename +error_file=الملف: {{file}} +# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number +error_line=السطر: {{line}} +rendering_error=حدث خطأ أثناء عرض الصفحة. + +# Predefined zoom values +page_scale_width=عرض الصفحة +page_scale_fit=ملائمة الصفحة +page_scale_auto=تقريب تلقائي +page_scale_actual=الحجم الفعلي +# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a +# numerical scale value. +page_scale_percent={{scale}}٪ + +# Loading indicator messages +loading_error_indicator=عطل +loading_error=حدث عطل أثناء تحميل ملف PDF. +invalid_file_error=ملف PDF تالف أو غير صحيح. +missing_file_error=ملف PDF غير موجود. +unexpected_response_error=استجابة خادوم غير متوقعة. + +# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. +# "{{type}}" will be replaced with an annotation type from a list defined in +# the PDF spec (32000-1:2008 Table 169 – Annotation types). +# Some common types are e.g.: "Check", "Text", "Comment", "Note" +text_annotation_type.alt=[تعليق {{type}}] +password_label=أدخل لكلمة السر لفتح هذا الملف. +password_invalid=كلمة سر خطأ. من فضلك أعد المحاولة. +password_ok=حسنا +password_cancel=ألغِ + +printing_not_supported=تحذير: لا يدعم هذا المتصفح الطباعة بشكل كامل. +printing_not_ready=تحذير: ملف PDF لم يُحمّل كاملًا للطباعة. +web_fonts_disabled=خطوط الوب مُعطّلة: تعذّر استخدام خطوط PDF المُضمّنة. +document_colors_not_allowed=ليس مسموحًا لملفات PDF باستخدام ألوانها الخاصة: خيار ”اسمح للصفحات باختيار ألوانها الخاصة“ ليس مُفعّلًا في المتصفح. diff --git a/dzz/pdf/web/locale/as/index.htm b/dzz/pdf/web/locale/as/index.htm new file mode 100644 index 0000000..e69de29 diff --git a/dzz/pdf/web/locale/as/viewer.properties b/dzz/pdf/web/locale/as/viewer.properties new file mode 100644 index 0000000..ea3ecc7 --- /dev/null +++ b/dzz/pdf/web/locale/as/viewer.properties @@ -0,0 +1,167 @@ +# Copyright 2012 Mozilla Foundation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# Main toolbar buttons (tooltips and alt text for images) +previous.title=পূৰ্বৱৰ্তী পৃষ্ঠা +previous_label=পূৰ্বৱৰ্তী +next.title=পৰৱৰ্তী পৃষ্ঠা +next_label=পৰৱৰ্তী + +# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input. +# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number +# representing the total number of pages in the document. +# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" +# will be replaced by a number representing the currently visible page, +# respectively a number representing the total number of pages in the document. + +zoom_out.title=জুম আউট +zoom_out_label=জুম আউট +zoom_in.title=জুম ইন +zoom_in_label=জুম ইন +zoom.title=জুম কৰক +presentation_mode.title=উপস্থাপন অৱস্থালে যাওক +presentation_mode_label=উপস্থাপন অৱস্থা +open_file.title=ফাইল খোলক +open_file_label=খোলক +print.title=প্ৰিন্ট কৰক +print_label=প্ৰিন্ট কৰক +download.title=ডাউনল'ড কৰক +download_label=ডাউনল'ড কৰক +bookmark.title=বৰ্তমান দৃশ্য (কপি কৰক অথবা নতুন উইন্ডোত খোলক) +bookmark_label=বৰ্তমান দৃশ্য + +# Secondary toolbar and context menu +tools.title=সঁজুলিসমূহ +tools_label=সঁজুলিসমূহ +first_page.title=প্ৰথম পৃষ্ঠাত যাওক +first_page.label=প্ৰথম পৃষ্ঠাত যাওক +first_page_label=প্ৰথম পৃষ্ঠাত যাওক +last_page.title=সৰ্বশেষ পৃষ্ঠাত যাওক +last_page.label=সৰ্বশেষ পৃষ্ঠাত যাওক +last_page_label=সৰ্বশেষ পৃষ্ঠাত যাওক +page_rotate_cw.title=ঘড়ীৰ দিশত ঘুৰাওক +page_rotate_cw.label=ঘড়ীৰ দিশত ঘুৰাওক +page_rotate_cw_label=ঘড়ীৰ দিশত ঘুৰাওক +page_rotate_ccw.title=ঘড়ীৰ ওলোটা দিশত ঘুৰাওক +page_rotate_ccw.label=ঘড়ীৰ ওলোটা দিশত ঘুৰাওক +page_rotate_ccw_label=ঘড়ীৰ ওলোটা দিশত ঘুৰাওক + + +# Document properties dialog box +document_properties.title=দস্তাবেজৰ বৈশিষ্ট্যসমূহ… +document_properties_label=দস্তাবেজৰ বৈশিষ্ট্যসমূহ… +document_properties_file_name=ফাইল নাম: +document_properties_file_size=ফাইলৰ আকাৰ: +# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" +# will be replaced by the PDF file size in kilobytes, respectively in bytes. +document_properties_kb={{size_kb}} KB ({{size_b}} bytes) +# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" +# will be replaced by the PDF file size in megabytes, respectively in bytes. +document_properties_mb={{size_mb}} MB ({{size_b}} bytes) +document_properties_title=শীৰ্ষক: +document_properties_author=লেখক: +document_properties_subject=বিষয়: +document_properties_keywords=কিৱাৰ্ডসমূহ: +document_properties_creation_date=সৃষ্টিৰ তাৰিখ: +document_properties_modification_date=পৰিবৰ্তনৰ তাৰিখ: +# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" +# will be replaced by the creation/modification date, and time, of the PDF file. +document_properties_date_string={{date}}, {{time}} +document_properties_creator=সৃষ্টিকৰ্তা: +document_properties_producer=PDF উৎপাদক: +document_properties_version=PDF সংস্কৰণ: +document_properties_page_count=পৃষ্ঠাৰ গণনা: +document_properties_close=বন্ধ কৰক + +# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by +# a numerical per cent value. + +# Tooltips and alt text for side panel toolbar buttons +# (the _label strings are alt text for the buttons, the .title strings are +# tooltips) +toggle_sidebar.title=কাষবাৰ টগল কৰক +toggle_sidebar_label=কাষবাৰ টগল কৰক +document_outline_label=দস্তাবেজ আউটলাইন +attachments.title=এটাচমেন্টসমূহ দেখুৱাওক +attachments_label=এটাচমেন্টসমূহ +thumbs.title=থাম্বনেইলসমূহ দেখুৱাওক +thumbs_label=থাম্বনেইলসমূহ +findbar.title=দস্তাবেজত সন্ধান কৰক + +# Thumbnails panel item (tooltip and alt text for images) +# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page +# number. +thumb_page_title=পৃষ্ঠা {{page}} +# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page +# number. +thumb_page_canvas=পৃষ্ঠাৰ থাম্বনেইল {{page}} + +# Find panel button title and messages +find_previous.title=বাক্যাংশৰ পূৰ্বৱৰ্তী উপস্থিতি সন্ধান কৰক +find_previous_label=পূৰ্বৱৰ্তী +find_next.title=বাক্যাংশৰ পৰৱৰ্তী উপস্থিতি সন্ধান কৰক +find_next_label=পৰৱৰ্তী +find_highlight=সকলো উজ্জ্বল কৰক +find_match_case_label=ফলা মিলাওক +find_reached_top=তলৰ পৰা আৰম্ভ কৰি, দস্তাবেজৰ ওপৰলৈ অহা হৈছে +find_reached_bottom=ওপৰৰ পৰা আৰম্ভ কৰি, দস্তাবেজৰ তললৈ অহা হৈছে +find_not_found=বাক্যাংশ পোৱা নগল + +# Error panel labels +error_more_info=অধিক তথ্য +error_less_info=কম তথ্য +error_close=বন্ধ কৰক +# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be +# replaced by the PDF.JS version and build ID. +error_version_info=PDF.js v{{version}} (build: {{build}}) +# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an +# english string describing the error. +error_message=বাৰ্তা: {{message}} +# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack +# trace. +error_stack=স্টেক: {{stack}} +# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename +error_file=ফাইল: {{file}} +# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number +error_line=শাৰী: {{line}} +rendering_error=এই পৃষ্ঠা ৰেণ্ডাৰ কৰোতে এটা ত্ৰুটি দেখা দিলে। + +# Predefined zoom values +page_scale_width=পৃষ্ঠাৰ প্ৰস্থ +page_scale_fit=পৃষ্ঠা খাপ +page_scale_auto=স্বচালিত জুম +page_scale_actual=প্ৰকৃত আকাৰ +# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a +# numerical scale value. + +# Loading indicator messages +loading_error_indicator=ত্ৰুটি +loading_error=PDF ল'ড কৰোতে এটা ত্ৰুটি দেখা দিলে। +invalid_file_error=অবৈধ অথবা ক্ষতিগ্ৰস্থ PDF file। +missing_file_error=সন্ধানহিন PDF ফাইল। +unexpected_response_error=অপ্ৰত্যাশিত চাৰ্ভাৰ প্ৰতিক্ৰিয়া। + +# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. +# "{{type}}" will be replaced with an annotation type from a list defined in +# the PDF spec (32000-1:2008 Table 169 – Annotation types). +# Some common types are e.g.: "Check", "Text", "Comment", "Note" +text_annotation_type.alt=[{{type}} টোকা] +password_label=এই PDF ফাইল খোলিবলৈ পাছৱৰ্ড সুমুৱাওক। +password_invalid=অবৈধ পাছৱৰ্ড। অনুগ্ৰহ কৰি পুনৰ চেষ্টা কৰক। +password_ok=ঠিক আছে + +printing_not_supported=সতৰ্কবাৰ্তা: প্ৰিন্টিং এই ব্ৰাউছাৰ দ্বাৰা সম্পূৰ্ণভাৱে সমৰ্থিত নহয়। +printing_not_ready=সতৰ্কবাৰ্তা: PDF প্ৰিন্টিংৰ বাবে সম্পূৰ্ণভাৱে ল'ডেড নহয়। +web_fonts_disabled=ৱেব ফন্টসমূহ অসামৰ্থবান কৰা আছে: অন্তৰ্ভুক্ত PDF ফন্টসমূহ ব্যৱহাৰ কৰিবলে অক্ষম। +document_colors_not_allowed=PDF দস্তাবেজসমূহৰ সিহতৰ নিজস্ব ৰঙ ব্যৱহাৰ কৰাৰ অনুমতি নাই: ব্ৰাউছাৰত 'পৃষ্ঠাসমূহক সিহতৰ নিজস্ব ৰঙ নিৰ্বাচন কৰাৰ অনুমতি দিয়ক' অসামৰ্থবান কৰা আছে। diff --git a/dzz/pdf/web/locale/ast/index.htm b/dzz/pdf/web/locale/ast/index.htm new file mode 100644 index 0000000..e69de29 diff --git a/dzz/pdf/web/locale/ast/viewer.properties b/dzz/pdf/web/locale/ast/viewer.properties new file mode 100644 index 0000000..fdfd6da --- /dev/null +++ b/dzz/pdf/web/locale/ast/viewer.properties @@ -0,0 +1,197 @@ +# Copyright 2012 Mozilla Foundation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# Main toolbar buttons (tooltips and alt text for images) +previous.title=Páxina anterior +previous_label=Anterior +next.title=Páxina siguiente +next_label=Siguiente + +# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input. +page.title=Páxina +# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number +# representing the total number of pages in the document. +of_pages=de {{pagesCount}} +# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" +# will be replaced by a number representing the currently visible page, +# respectively a number representing the total number of pages in the document. +page_of_pages=({{pageNumber}} de {{pagesCount}}) + +zoom_out.title=Reducir +zoom_out_label=Reducir +zoom_in.title=Aumentar +zoom_in_label=Aumentar +zoom.title=Tamañu +presentation_mode.title= +presentation_mode_label= +open_file.title=Abrir ficheru +open_file_label=Abrir +print.title=Imprentar +print_label=Imprentar +download.title=Descargar +download_label=Descargar +bookmark.title=Vista actual (copiar o abrir nuna nueva ventana) +bookmark_label=Vista actual + +# Secondary toolbar and context menu +tools.title=Ferramientes +tools_label=Ferramientes +first_page.title=Dir a la primer páxina +first_page.label=Dir a la primer páxina +first_page_label=Dir a la primer páxina +last_page.title=Dir a la postrer páxina +last_page.label=Dir a la cabera páxina +last_page_label=Dir a la postrer páxina +page_rotate_cw.title=Xirar en sen horariu +page_rotate_cw.label= +page_rotate_cw_label=Xirar en sen horariu +page_rotate_ccw.title=Xirar en sen antihorariu +page_rotate_ccw.label= +page_rotate_ccw_label=Xirar en sen antihorariu + + + + +# Document properties dialog box +document_properties.title=Propiedaes del documentu… +document_properties_label=Propiedaes del documentu… +document_properties_file_name=Nome de ficheru: +document_properties_file_size=Tamañu de ficheru: +# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" +# will be replaced by the PDF file size in kilobytes, respectively in bytes. +document_properties_kb={{size_kb}} KB ({{size_b}} bytes) +# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" +# will be replaced by the PDF file size in megabytes, respectively in bytes. +document_properties_mb={{size_mb}} MB ({{size_b}} bytes) +document_properties_title=Títulu: +document_properties_author=Autor: +document_properties_subject=Asuntu: +document_properties_keywords=Pallabres clave: +document_properties_creation_date=Data de creación: +document_properties_modification_date=Data de modificación: +# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" +# will be replaced by the creation/modification date, and time, of the PDF file. +document_properties_date_string={{date}}, {{time}} +document_properties_creator=Creador: +document_properties_producer=Productor PDF: +document_properties_version=Versión PDF: +document_properties_page_count=Númberu de páxines: +document_properties_page_size_unit_inches=in +document_properties_page_size_unit_millimeters=mm +document_properties_page_size_name_a3=A3 +document_properties_page_size_name_a4=A4 +# LOCALIZATION NOTE (document_properties_page_size_dimension_string): +# "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement and orientation, of the (current) page. +document_properties_page_size_dimension_string={{width}} × {{height}} {{unit}} ({{orientation}}) +# LOCALIZATION NOTE (document_properties_page_size_dimension_name_string): +# "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement, name, and orientation, of the (current) page. +document_properties_page_size_dimension_name_string={{width}} × {{height}} {{unit}} ({{name}}, {{orientation}}) +# LOCALIZATION NOTE (document_properties_linearized): The linearization status of +# the document; usually called "Fast Web View" in English locales of Adobe software. +document_properties_linearized_yes=Sí +document_properties_linearized_no=Non +document_properties_close=Zarrar + +print_progress_message=Tresnando documentu pa imprentar… +# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by +# a numerical per cent value. +print_progress_percent={{progress}}% +print_progress_close=Encaboxar + +# Tooltips and alt text for side panel toolbar buttons +# (the _label strings are alt text for the buttons, the .title strings are +# tooltips) +toggle_sidebar.title=Camudar barra llateral +toggle_sidebar_label=Camudar barra llateral +document_outline.title=Amosar esquema del documentu (duble clic pa espander/contrayer tolos elementos) +document_outline_label=Esquema del documentu +attachments.title=Amosar axuntos +attachments_label=Axuntos +thumbs.title=Amosar miniatures +thumbs_label=Miniatures +findbar.title=Guetar nel documentu +findbar_label=Guetar + +# Thumbnails panel item (tooltip and alt text for images) +# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page +# number. +thumb_page_title=Páxina {{page}} +# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page +# number. +thumb_page_canvas=Miniatura de la páxina {{page}} + +# Find panel button title and messages +find_input.title=Guetar +find_input.placeholder=Guetar nel documentu… +find_previous.title=Alcontrar l'anterior apaición de la fras +find_previous_label=Anterior +find_next.title=Alcontrar la siguiente apaición d'esta fras +find_next_label=Siguiente +find_highlight=Remarcar toos +find_match_case_label=Coincidencia de mayús./minús. +find_reached_top=Algamóse'l principiu del documentu, siguir dende'l final +find_reached_bottom=Algamóse'l final del documentu, siguir dende'l principiu +find_not_found=Frase non atopada + +# Error panel labels +error_more_info=Más información +error_less_info=Menos información +error_close=Zarrar +# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be +# replaced by the PDF.JS version and build ID. +error_version_info=PDF.js v{{version}} (build: {{build}}) +# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an +# english string describing the error. +error_message=Mensaxe: {{message}} +# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack +# trace. +error_stack=Pila: {{stack}} +# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename +error_file=Ficheru: {{file}} +# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number +error_line=Llinia: {{line}} +rendering_error=Hebo un fallu al renderizar la páxina. + +# Predefined zoom values +page_scale_width=Anchor de la páxina +page_scale_fit=Axuste de la páxina +page_scale_auto=Tamañu automáticu +page_scale_actual=Tamañu actual +# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a +# numerical scale value. +page_scale_percent={{scale}}% + +# Loading indicator messages +loading_error_indicator=Fallu +loading_error=Hebo un fallu al cargar el PDF. +invalid_file_error=Ficheru PDF inválidu o corruptu. +missing_file_error=Nun hai ficheru PDF. +unexpected_response_error=Rempuesta inesperada del sirvidor. + +# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. +# "{{type}}" will be replaced with an annotation type from a list defined in +# the PDF spec (32000-1:2008 Table 169 – Annotation types). +# Some common types are e.g.: "Check", "Text", "Comment", "Note" +text_annotation_type.alt=[Anotación {{type}}] +password_label=Introduz la contraseña p'abrir esti ficheru PDF +password_invalid=Contraseña non válida. Vuelvi a intentalo. +password_ok=Aceutar +password_cancel=Encaboxar + +printing_not_supported=Alvertencia: La imprentación entá nun ta sofitada dafechu nesti restolador. +printing_not_ready=Avisu: Esti PDF nun se cargó completamente pa poder imprentase. +web_fonts_disabled=Les fontes web tán desactivaes: ye imposible usar les fontes PDF embebíes. +document_colors_not_allowed=Los documentos PDF nun tienen permisu pa usar les sos colores: «Permitir que les páxines escueyan les sos colores» ta desactivao nel restolador. diff --git a/dzz/pdf/web/locale/az/index.htm b/dzz/pdf/web/locale/az/index.htm new file mode 100644 index 0000000..e69de29 diff --git a/dzz/pdf/web/locale/az/viewer.properties b/dzz/pdf/web/locale/az/viewer.properties new file mode 100644 index 0000000..46fb51c --- /dev/null +++ b/dzz/pdf/web/locale/az/viewer.properties @@ -0,0 +1,242 @@ +# Copyright 2012 Mozilla Foundation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# Main toolbar buttons (tooltips and alt text for images) +previous.title=Əvvəlki səhifə +previous_label=Əvvəlkini tap +next.title=Növbəti səhifə +next_label=İrəli + +# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input. +page.title=Səhifə +# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number +# representing the total number of pages in the document. +of_pages=/ {{pagesCount}} +# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" +# will be replaced by a number representing the currently visible page, +# respectively a number representing the total number of pages in the document. +page_of_pages=({{pageNumber}} / {{pagesCount}}) + +zoom_out.title=Uzaqlaş +zoom_out_label=Uzaqlaş +zoom_in.title=Yaxınlaş +zoom_in_label=Yaxınlaş +zoom.title=Yaxınlaşdırma +presentation_mode.title=Təqdimat Rejiminə Keç +presentation_mode_label=Təqdimat Rejimi +open_file.title=Fayl Aç +open_file_label=Aç +print.title=Yazdır +print_label=Yazdır +download.title=Yüklə +download_label=Yüklə +bookmark.title=Hazırkı görünüş (köçür və ya yeni pəncərədə aç) +bookmark_label=Hazırkı görünüş + +# Secondary toolbar and context menu +tools.title=Alətlər +tools_label=Alətlər +first_page.title=İlk Səhifəyə get +first_page.label=İlk Səhifəyə get +first_page_label=İlk Səhifəyə get +last_page.title=Son Səhifəyə get +last_page.label=Son Səhifəyə get +last_page_label=Son Səhifəyə get +page_rotate_cw.title=Saat İstiqamətində Fırlat +page_rotate_cw.label=Saat İstiqamətində Fırlat +page_rotate_cw_label=Saat İstiqamətində Fırlat +page_rotate_ccw.title=Saat İstiqamətinin Əksinə Fırlat +page_rotate_ccw.label=Saat İstiqamətinin Əksinə Fırlat +page_rotate_ccw_label=Saat İstiqamətinin Əksinə Fırlat + +cursor_text_select_tool.title=Yazı seçmə alətini aktivləşdir +cursor_text_select_tool_label=Yazı seçmə aləti +cursor_hand_tool.title=Əl alətini aktivləşdir +cursor_hand_tool_label=Əl aləti + +scroll_vertical.title=Şaquli sürüşdürmə işlət +scroll_vertical_label=Şaquli sürüşdürmə +scroll_horizontal.title=Üfüqi sürüşdürmə işlət +scroll_horizontal_label=Üfüqi sürüşdürmə +scroll_wrapped.title=Bükülü sürüşdürmə işlət +scroll_wrapped_label=Bükülü sürüşdürmə + +spread_none.title=Yan-yana birləşdirilmiş səhifələri işlətmə +spread_none_label=Birləşdirmə +spread_odd.title=Yan-yana birləşdirilmiş səhifələri tək nömrəli səhifələrdən başlat +spread_odd_label=Tək nömrəli +spread_even.title=Yan-yana birləşdirilmiş səhifələri cüt nömrəli səhifələrdən başlat +spread_even_label=Cüt nömrəli + +# Document properties dialog box +document_properties.title=Sənəd xüsusiyyətləri… +document_properties_label=Sənəd xüsusiyyətləri… +document_properties_file_name=Fayl adı: +document_properties_file_size=Fayl ölçüsü: +# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" +# will be replaced by the PDF file size in kilobytes, respectively in bytes. +document_properties_kb={{size_kb}} KB ({{size_b}} bayt) +# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" +# will be replaced by the PDF file size in megabytes, respectively in bytes. +document_properties_mb={{size_mb}} MB ({{size_b}} bayt) +document_properties_title=Başlık: +document_properties_author=Müəllif: +document_properties_subject=Mövzu: +document_properties_keywords=Açar sözlər: +document_properties_creation_date=Yaradılış Tarixi : +document_properties_modification_date=Dəyişdirilmə Tarixi : +# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" +# will be replaced by the creation/modification date, and time, of the PDF file. +document_properties_date_string={{date}}, {{time}} +document_properties_creator=Yaradan: +document_properties_producer=PDF yaradıcısı: +document_properties_version=PDF versiyası: +document_properties_page_count=Səhifə sayı: +document_properties_page_size=Səhifə Ölçüsü: +document_properties_page_size_unit_inches=inç +document_properties_page_size_unit_millimeters=mm +document_properties_page_size_orientation_portrait=portret +document_properties_page_size_orientation_landscape=albom +document_properties_page_size_name_a3=A3 +document_properties_page_size_name_a4=A4 +document_properties_page_size_name_letter=Məktub +document_properties_page_size_name_legal=Hüquqi +# LOCALIZATION NOTE (document_properties_page_size_dimension_string): +# "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement and orientation, of the (current) page. +document_properties_page_size_dimension_string={{width}} × {{height}} {{unit}} ({{orientation}}) +# LOCALIZATION NOTE (document_properties_page_size_dimension_name_string): +# "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement, name, and orientation, of the (current) page. +document_properties_page_size_dimension_name_string={{width}} × {{height}} {{unit}} ({{name}}, {{orientation}}) +# LOCALIZATION NOTE (document_properties_linearized): The linearization status of +# the document; usually called "Fast Web View" in English locales of Adobe software. +document_properties_linearized=Fast Web View: +document_properties_linearized_yes=Bəli +document_properties_linearized_no=Xeyr +document_properties_close=Qapat + +print_progress_message=Sənəd çap üçün hazırlanır… +# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by +# a numerical per cent value. +print_progress_percent={{progress}}% +print_progress_close=Ləğv et + +# Tooltips and alt text for side panel toolbar buttons +# (the _label strings are alt text for the buttons, the .title strings are +# tooltips) +toggle_sidebar.title=Yan Paneli Aç/Bağla +toggle_sidebar_notification.title=Yan paneli çevir (sənəddə icmal/bağlama var) +toggle_sidebar_label=Yan Paneli Aç/Bağla +document_outline.title=Sənədin eskizini göstər (bütün bəndləri açmaq/yığmaq üçün iki dəfə klikləyin) +document_outline_label=Sənəd strukturu +attachments.title=Bağlamaları göstər +attachments_label=Bağlamalar +thumbs.title=Kiçik şəkilləri göstər +thumbs_label=Kiçik şəkillər +findbar.title=Sənəddə Tap +findbar_label=Tap + +# Thumbnails panel item (tooltip and alt text for images) +# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page +# number. +thumb_page_title=Səhifə{{page}} +# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page +# number. +thumb_page_canvas={{page}} səhifəsinin kiçik vəziyyəti + +# Find panel button title and messages +find_input.title=Tap +find_input.placeholder=Sənəddə tap… +find_previous.title=Bir öncəki uyğun gələn sözü tapır +find_previous_label=Geri +find_next.title=Bir sonrakı uyğun gələn sözü tapır +find_next_label=İrəli +find_highlight=İşarələ +find_match_case_label=Böyük/kiçik hərfə həssaslıq +find_entire_word_label=Tam sözlər +find_reached_top=Sənədin yuxarısına çatdı, aşağıdan davam edir +find_reached_bottom=Sənədin sonuna çatdı, yuxarıdan davam edir +# LOCALIZATION NOTE (find_match_count): The supported plural forms are +# [one|two|few|many|other], with [other] as the default value. +# "{{current}}" and "{{total}}" will be replaced by a number representing the +# index of the currently active find result, respectively a number representing +# the total number of matches in the document. +find_match_count={[ plural(total) ]} +find_match_count[one]={{current}} / {{total}} uyğunluq +find_match_count[two]={{current}} / {{total}} uyğunluq +find_match_count[few]={{current}} / {{total}} uyğunluq +find_match_count[many]={{current}} / {{total}} uyğunluq +find_match_count[other]={{current}} / {{total}} uyğunluq +# LOCALIZATION NOTE (find_match_count_limit): The supported plural forms are +# [zero|one|two|few|many|other], with [other] as the default value. +# "{{limit}}" will be replaced by a numerical value. +find_match_count_limit={[ plural(limit) ]} +find_match_count_limit[zero]={{limit}}-dan çox uyğunluq +find_match_count_limit[one]={{limit}}-dən çox uyğunluq +find_match_count_limit[two]={{limit}}-dən çox uyğunluq +find_match_count_limit[few]={{limit}} uyğunluqdan daha çox +find_match_count_limit[many]={{limit}} uyğunluqdan daha çox +find_match_count_limit[other]={{limit}} uyğunluqdan daha çox +find_not_found=Uyğunlaşma tapılmadı + +# Error panel labels +error_more_info=Daha çox məlumati +error_less_info=Daha az məlumat +error_close=Qapat +# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be +# replaced by the PDF.JS version and build ID. +error_version_info=PDF.js v{{version}} (yığma: {{build}}) +# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an +# english string describing the error. +error_message=İsmarıc: {{message}} +# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack +# trace. +error_stack=Stek: {{stack}} +# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename +error_file=Fayl: {{file}} +# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number +error_line=Sətir: {{line}} +rendering_error=Səhifə göstərilərkən səhv yarandı. + +# Predefined zoom values +page_scale_width=Səhifə genişliyi +page_scale_fit=Səhifəni sığdır +page_scale_auto=Avtomatik yaxınlaşdır +page_scale_actual=Hazırkı Həcm +# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a +# numerical scale value. +page_scale_percent={{scale}}% + +# Loading indicator messages +loading_error_indicator=Səhv +loading_error=PDF yüklenərkən bir səhv yarandı. +invalid_file_error=Səhv və ya zədələnmiş olmuş PDF fayl. +missing_file_error=PDF fayl yoxdur. +unexpected_response_error=Gözlənilməz server cavabı. + +# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. +# "{{type}}" will be replaced with an annotation type from a list defined in +# the PDF spec (32000-1:2008 Table 169 – Annotation types). +# Some common types are e.g.: "Check", "Text", "Comment", "Note" +text_annotation_type.alt=[{{type}} Annotasiyası] +password_label=Bu PDF faylı açmaq üçün parolu daxil edin. +password_invalid=Parol səhvdir. Bir daha yoxlayın. +password_ok=Tamam +password_cancel=Ləğv et + +printing_not_supported=Xəbərdarlıq: Çap bu səyyah tərəfindən tam olaraq dəstəklənmir. +printing_not_ready=Xəbərdarlıq: PDF çap üçün tam yüklənməyib. +web_fonts_disabled=Web Şriftlər söndürülüb: yerləşdirilmiş PDF şriftlərini istifadə etmək mümkün deyil. +document_colors_not_allowed=PDF sənədlərə öz rənglərini işlətməyə icazə verilmir: “Səhifələrə öz rənglərini istifadə etməyə icazə ver”mə səyyahda söndürülüb. diff --git a/dzz/pdf/web/locale/be/index.htm b/dzz/pdf/web/locale/be/index.htm new file mode 100644 index 0000000..e69de29 diff --git a/dzz/pdf/web/locale/be/viewer.properties b/dzz/pdf/web/locale/be/viewer.properties new file mode 100644 index 0000000..f606dc3 --- /dev/null +++ b/dzz/pdf/web/locale/be/viewer.properties @@ -0,0 +1,242 @@ +# Copyright 2012 Mozilla Foundation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# Main toolbar buttons (tooltips and alt text for images) +previous.title=Папярэдняя старонка +previous_label=Папярэдняя +next.title=Наступная старонка +next_label=Наступная + +# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input. +page.title=Старонка +# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number +# representing the total number of pages in the document. +of_pages=з {{pagesCount}} +# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" +# will be replaced by a number representing the currently visible page, +# respectively a number representing the total number of pages in the document. +page_of_pages=({{pageNumber}} з {{pagesCount}}) + +zoom_out.title=Паменшыць +zoom_out_label=Паменшыць +zoom_in.title=Павялічыць +zoom_in_label=Павялічыць +zoom.title=Павялічэнне тэксту +presentation_mode.title=Пераключыцца ў рэжым паказу +presentation_mode_label=Рэжым паказу +open_file.title=Адкрыць файл +open_file_label=Адкрыць +print.title=Друкаваць +print_label=Друкаваць +download.title=Сцягнуць +download_label=Сцягнуць +bookmark.title=Цяперашняя праява (скапіяваць або адчыніць у новым акне) +bookmark_label=Цяперашняя праява + +# Secondary toolbar and context menu +tools.title=Прылады +tools_label=Прылады +first_page.title=Перайсці на першую старонку +first_page.label=Перайсці на першую старонку +first_page_label=Перайсці на першую старонку +last_page.title=Перайсці на апошнюю старонку +last_page.label=Перайсці на апошнюю старонку +last_page_label=Перайсці на апошнюю старонку +page_rotate_cw.title=Павярнуць па сонцу +page_rotate_cw.label=Павярнуць па сонцу +page_rotate_cw_label=Павярнуць па сонцу +page_rotate_ccw.title=Павярнуць супраць сонца +page_rotate_ccw.label=Павярнуць супраць сонца +page_rotate_ccw_label=Павярнуць супраць сонца + +cursor_text_select_tool.title=Уключыць прыладу выбару тэксту +cursor_text_select_tool_label=Прылада выбару тэксту +cursor_hand_tool.title=Уключыць ручную прыладу +cursor_hand_tool_label=Ручная прылада + +scroll_vertical.title=Ужываць вертыкальную пракрутку +scroll_vertical_label=Вертыкальная пракрутка +scroll_horizontal.title=Ужываць гарызантальную пракрутку +scroll_horizontal_label=Гарызантальная пракрутка +scroll_wrapped.title=Ужываць маштабавальную пракрутку +scroll_wrapped_label=Маштабавальная пракрутка + +spread_none.title=Не выкарыстоўваць разгорнутыя старонкі +spread_none_label=Без разгорнутых старонак +spread_odd.title=Разгорнутыя старонкі пачынаючы з няцотных нумароў +spread_odd_label=Няцотныя старонкі злева +spread_even.title=Разгорнутыя старонкі пачынаючы з цотных нумароў +spread_even_label=Цотныя старонкі злева + +# Document properties dialog box +document_properties.title=Уласцівасці дакумента… +document_properties_label=Уласцівасці дакумента… +document_properties_file_name=Назва файла: +document_properties_file_size=Памер файла: +# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" +# will be replaced by the PDF file size in kilobytes, respectively in bytes. +document_properties_kb={{size_kb}} КБ ({{size_b}} байт) +# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" +# will be replaced by the PDF file size in megabytes, respectively in bytes. +document_properties_mb={{size_mb}} МБ ({{size_b}} байт) +document_properties_title=Загаловак: +document_properties_author=Аўтар: +document_properties_subject=Тэма: +document_properties_keywords=Ключавыя словы: +document_properties_creation_date=Дата стварэння: +document_properties_modification_date=Дата змянення: +# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" +# will be replaced by the creation/modification date, and time, of the PDF file. +document_properties_date_string={{date}}, {{time}} +document_properties_creator=Стваральнік: +document_properties_producer=Вырабнік PDF: +document_properties_version=Версія PDF: +document_properties_page_count=Колькасць старонак: +document_properties_page_size=Памер старонкі: +document_properties_page_size_unit_inches=цаляў +document_properties_page_size_unit_millimeters=мм +document_properties_page_size_orientation_portrait=кніжная +document_properties_page_size_orientation_landscape=альбомная +document_properties_page_size_name_a3=A3 +document_properties_page_size_name_a4=A4 +document_properties_page_size_name_letter=Letter +document_properties_page_size_name_legal=Legal +# LOCALIZATION NOTE (document_properties_page_size_dimension_string): +# "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement and orientation, of the (current) page. +document_properties_page_size_dimension_string={{width}} × {{height}} {{unit}} ({{orientation}}) +# LOCALIZATION NOTE (document_properties_page_size_dimension_name_string): +# "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement, name, and orientation, of the (current) page. +document_properties_page_size_dimension_name_string={{width}} × {{height}} {{unit}} ({{name}}, {{orientation}}) +# LOCALIZATION NOTE (document_properties_linearized): The linearization status of +# the document; usually called "Fast Web View" in English locales of Adobe software. +document_properties_linearized=Хуткі прагляд у Інтэрнэце: +document_properties_linearized_yes=Так +document_properties_linearized_no=Не +document_properties_close=Закрыць + +print_progress_message=Падрыхтоўка дакумента да друку… +# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by +# a numerical per cent value. +print_progress_percent={{progress}}% +print_progress_close=Скасаваць + +# Tooltips and alt text for side panel toolbar buttons +# (the _label strings are alt text for the buttons, the .title strings are +# tooltips) +toggle_sidebar.title=Паказаць/схаваць бакавую панэль +toggle_sidebar_notification.title=Паказаць/схаваць бакавую панэль (дакумент мае змест/укладанні) +toggle_sidebar_label=Паказаць/схаваць бакавую панэль +document_outline.title=Паказаць структуру дакумента (двайная пстрычка, каб разгарнуць /згарнуць усе элементы) +document_outline_label=Структура дакумента +attachments.title=Паказаць далучэнні +attachments_label=Далучэнні +thumbs.title=Паказ мініяцюр +thumbs_label=Мініяцюры +findbar.title=Пошук у дакуменце +findbar_label=Знайсці + +# Thumbnails panel item (tooltip and alt text for images) +# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page +# number. +thumb_page_title=Старонка {{page}} +# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page +# number. +thumb_page_canvas=Мініяцюра старонкі {{page}} + +# Find panel button title and messages +find_input.title=Шукаць +find_input.placeholder=Шукаць у дакуменце… +find_previous.title=Знайсці папярэдні выпадак выразу +find_previous_label=Папярэдні +find_next.title=Знайсці наступны выпадак выразу +find_next_label=Наступны +find_highlight=Падфарбаваць усе +find_match_case_label=Адрозніваць вялікія/малыя літары +find_entire_word_label=Словы цалкам +find_reached_top=Дасягнуты пачатак дакумента, працяг з канца +find_reached_bottom=Дасягнуты канец дакумента, працяг з пачатку +# LOCALIZATION NOTE (find_match_count): The supported plural forms are +# [one|two|few|many|other], with [other] as the default value. +# "{{current}}" and "{{total}}" will be replaced by a number representing the +# index of the currently active find result, respectively a number representing +# the total number of matches in the document. +find_match_count={[ plural(total) ]} +find_match_count[one]={{current}} з {{total}} супадзення +find_match_count[two]={{current}} з {{total}} супадзенняў +find_match_count[few]={{current}} з {{total}} супадзенняў +find_match_count[many]={{current}} з {{total}} супадзенняў +find_match_count[other]={{current}} з {{total}} супадзенняў +# LOCALIZATION NOTE (find_match_count_limit): The supported plural forms are +# [zero|one|two|few|many|other], with [other] as the default value. +# "{{limit}}" will be replaced by a numerical value. +find_match_count_limit={[ plural(limit) ]} +find_match_count_limit[zero]=Больш за {{limit}} супадзенняў +find_match_count_limit[one]=Больш за {{limit}} супадзенне +find_match_count_limit[two]=Больш за {{limit}} супадзенняў +find_match_count_limit[few]=Больш за {{limit}} супадзенняў +find_match_count_limit[many]=Больш за {{limit}} супадзенняў +find_match_count_limit[other]=Больш за {{limit}} супадзенняў +find_not_found=Выраз не знойдзены + +# Error panel labels +error_more_info=Падрабязней +error_less_info=Сцісла +error_close=Закрыць +# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be +# replaced by the PDF.JS version and build ID. +error_version_info=PDF.js в{{version}} (зборка: {{build}}) +# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an +# english string describing the error. +error_message=Паведамленне: {{message}} +# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack +# trace. +error_stack=Стос: {{stack}} +# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename +error_file=Файл: {{file}} +# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number +error_line=Радок: {{line}} +rendering_error=Здарылася памылка падчас адлюстравання старонкі. + +# Predefined zoom values +page_scale_width=Шырыня старонкі +page_scale_fit=Уцісненне старонкі +page_scale_auto=Аўтаматычнае павелічэнне +page_scale_actual=Сапраўдны памер +# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a +# numerical scale value. +page_scale_percent={{scale}}% + +# Loading indicator messages +loading_error_indicator=Памылка +loading_error=Здарылася памылка падчас загрузкі PDF. +invalid_file_error=Няспраўны або пашкоджаны файл PDF. +missing_file_error=Адсутны файл PDF. +unexpected_response_error=Нечаканы адказ сервера. + +# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. +# "{{type}}" will be replaced with an annotation type from a list defined in +# the PDF spec (32000-1:2008 Table 169 – Annotation types). +# Some common types are e.g.: "Check", "Text", "Comment", "Note" +text_annotation_type.alt=[{{type}} Annotation] +password_label=Увядзіце пароль, каб адкрыць гэты файл PDF. +password_invalid=Нядзейсны пароль. Паспрабуйце зноў. +password_ok=Добра +password_cancel=Скасаваць + +printing_not_supported=Папярэджанне: друк не падтрымліваецца цалкам гэтым браўзерам. +printing_not_ready=Увага: PDF не сцягнуты цалкам для друкавання. +web_fonts_disabled=Шрыфты Сеціва забаронены: немагчыма ўжываць укладзеныя шрыфты PDF. +document_colors_not_allowed=PDF-дакументам не дазволена выкарыстоўваць свае колеры: у браўзеры адключаны параметр "Дазволіць вэб-сайтам выкарыстоўваць свае колеры". diff --git a/dzz/pdf/web/locale/bg/index.htm b/dzz/pdf/web/locale/bg/index.htm new file mode 100644 index 0000000..e69de29 diff --git a/dzz/pdf/web/locale/bg/viewer.properties b/dzz/pdf/web/locale/bg/viewer.properties new file mode 100644 index 0000000..713b113 --- /dev/null +++ b/dzz/pdf/web/locale/bg/viewer.properties @@ -0,0 +1,242 @@ +# Copyright 2012 Mozilla Foundation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# Main toolbar buttons (tooltips and alt text for images) +previous.title=Предишна страница +previous_label=Предишна +next.title=Следваща страница +next_label=Следваща + +# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input. +page.title=Страница +# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number +# representing the total number of pages in the document. +of_pages=от {{pagesCount}} +# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" +# will be replaced by a number representing the currently visible page, +# respectively a number representing the total number of pages in the document. +page_of_pages=({{pageNumber}} от {{pagesCount}}) + +zoom_out.title=Намаляване +zoom_out_label=Намаляване +zoom_in.title=Увеличаване +zoom_in_label=Увеличаване +zoom.title=Мащабиране +presentation_mode.title=Превключване към режим на представяне +presentation_mode_label=Режим на представяне +open_file.title=Отваряне на файл +open_file_label=Отваряне +print.title=Отпечатване +print_label=Отпечатване +download.title=Изтегляне +download_label=Изтегляне +bookmark.title=Текущ изглед (копиране или отваряне в нов прозорец) +bookmark_label=Текущ изглед + +# Secondary toolbar and context menu +tools.title=Инструменти +tools_label=Инструменти +first_page.title=Към първата страница +first_page.label=Към първата страница +first_page_label=Към първата страница +last_page.title=Към последната страница +last_page.label=Към последната страница +last_page_label=Към последната страница +page_rotate_cw.title=Завъртане по час. стрелка +page_rotate_cw.label=Завъртане по часовниковата стрелка +page_rotate_cw_label=Завъртане по часовниковата стрелка +page_rotate_ccw.title=Завъртане обратно на час. стрелка +page_rotate_ccw.label=Завъртане обратно на часовниковата стрелка +page_rotate_ccw_label=Завъртане обратно на часовниковата стрелка + +cursor_text_select_tool.title=Включване на инструмента за избор на текст +cursor_text_select_tool_label=Инструмент за избор на текст +cursor_hand_tool.title=Включване на инструмента ръка +cursor_hand_tool_label=Инструмент ръка + +scroll_vertical.title=Използване на вертикално плъзгане +scroll_vertical_label=Вертикално плъзгане +scroll_horizontal.title=Използване на хоризонтално +scroll_horizontal_label=Хоризонтално плъзгане +scroll_wrapped.title=Използване на мащабируемо плъзгане +scroll_wrapped_label=Мащабируемо плъзгане + +spread_none.title=Режимът на сдвояване е изключен +spread_none_label=Без сдвояване +spread_odd.title=Сдвояване, започвайки от нечетните страници +spread_odd_label=Нечетните отляво +spread_even.title=Сдвояване, започвайки от четните страници +spread_even_label=Четните отляво + +# Document properties dialog box +document_properties.title=Свойства на документа… +document_properties_label=Свойства на документа… +document_properties_file_name=Име на файл: +document_properties_file_size=Големина на файл: +# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" +# will be replaced by the PDF file size in kilobytes, respectively in bytes. +document_properties_kb={{size_kb}} КБ ({{size_b}} байта) +# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" +# will be replaced by the PDF file size in megabytes, respectively in bytes. +document_properties_mb={{size_mb}} МБ ({{size_b}} байта) +document_properties_title=Заглавие: +document_properties_author=Автор: +document_properties_subject=Тема: +document_properties_keywords=Ключови думи: +document_properties_creation_date=Дата на създаване: +document_properties_modification_date=Дата на промяна: +# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" +# will be replaced by the creation/modification date, and time, of the PDF file. +document_properties_date_string={{date}}, {{time}} +document_properties_creator=Създател: +document_properties_producer=PDF произведен от: +document_properties_version=Издание на PDF: +document_properties_page_count=Брой страници: +document_properties_page_size=Размер на страницата: +document_properties_page_size_unit_inches=инч +document_properties_page_size_unit_millimeters=мм +document_properties_page_size_orientation_portrait=портрет +document_properties_page_size_orientation_landscape=пейзаж +document_properties_page_size_name_a3=A3 +document_properties_page_size_name_a4=A4 +document_properties_page_size_name_letter=Letter +document_properties_page_size_name_legal=Правни въпроси +# LOCALIZATION NOTE (document_properties_page_size_dimension_string): +# "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement and orientation, of the (current) page. +document_properties_page_size_dimension_string={{width}} × {{height}} {{unit}} ({{orientation}}) +# LOCALIZATION NOTE (document_properties_page_size_dimension_name_string): +# "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement, name, and orientation, of the (current) page. +document_properties_page_size_dimension_name_string={{width}} × {{height}} {{unit}} ({{name}}, {{orientation}}) +# LOCALIZATION NOTE (document_properties_linearized): The linearization status of +# the document; usually called "Fast Web View" in English locales of Adobe software. +document_properties_linearized=Бърз преглед: +document_properties_linearized_yes=Да +document_properties_linearized_no=Не +document_properties_close=Затваряне + +print_progress_message=Подготвяне на документа за отпечатване… +# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by +# a numerical per cent value. +print_progress_percent={{progress}}% +print_progress_close=Отказ + +# Tooltips and alt text for side panel toolbar buttons +# (the _label strings are alt text for the buttons, the .title strings are +# tooltips) +toggle_sidebar.title=Превключване на страничната лента +toggle_sidebar_notification.title=Превключване на страничната лента (документи със структура/прикачени файлове) +toggle_sidebar_label=Превключване на страничната лента +document_outline.title=Показване на структурата на документа (двукратно щракване за свиване/разгъване на всичко) +document_outline_label=Структура на документа +attachments.title=Показване на притурките +attachments_label=Притурки +thumbs.title=Показване на миниатюрите +thumbs_label=Миниатюри +findbar.title=Намиране в документа +findbar_label=Търсене + +# Thumbnails panel item (tooltip and alt text for images) +# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page +# number. +thumb_page_title=Страница {{page}} +# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page +# number. +thumb_page_canvas=Миниатюра на страница {{page}} + +# Find panel button title and messages +find_input.title=Търсене +find_input.placeholder=Търсене в документа… +find_previous.title=Намиране на предишно съвпадение на фразата +find_previous_label=Предишна +find_next.title=Намиране на следващо съвпадение на фразата +find_next_label=Следваща +find_highlight=Открояване на всички +find_match_case_label=Съвпадение на регистъра +find_entire_word_label=Цели думи +find_reached_top=Достигнато е началото на документа, продължаване от края +find_reached_bottom=Достигнат е краят на документа, продължаване от началото +# LOCALIZATION NOTE (find_match_count): The supported plural forms are +# [one|two|few|many|other], with [other] as the default value. +# "{{current}}" and "{{total}}" will be replaced by a number representing the +# index of the currently active find result, respectively a number representing +# the total number of matches in the document. +find_match_count={[ plural(total) ]} +find_match_count[one]={{current}} от {{total}} съвпадение +find_match_count[two]={{current}} от {{total}} съвпадения +find_match_count[few]={{current}} от {{total}} съвпадения +find_match_count[many]={{current}} от {{total}} съвпадения +find_match_count[other]={{current}} от {{total}} съвпадения +# LOCALIZATION NOTE (find_match_count_limit): The supported plural forms are +# [zero|one|two|few|many|other], with [other] as the default value. +# "{{limit}}" will be replaced by a numerical value. +find_match_count_limit={[ plural(limit) ]} +find_match_count_limit[zero]=Повече от {{limit}} съвпадения +find_match_count_limit[one]=Повече от {{limit}} съвпадение +find_match_count_limit[two]=Повече от {{limit}} съвпадения +find_match_count_limit[few]=Повече от {{limit}} съвпадения +find_match_count_limit[many]=Повече от {{limit}} съвпадения +find_match_count_limit[other]=Повече от {{limit}} съвпадения +find_not_found=Фразата не е намерена + +# Error panel labels +error_more_info=Повече информация +error_less_info=По-малко информация +error_close=Затваряне +# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be +# replaced by the PDF.JS version and build ID. +error_version_info=Издание на PDF.js {{version}} (build: {{build}}) +# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an +# english string describing the error. +error_message=Съобщение: {{message}} +# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack +# trace. +error_stack=Стек: {{stack}} +# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename +error_file=Файл: {{file}} +# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number +error_line=Ред: {{line}} +rendering_error=Грешка при изчертаване на страницата. + +# Predefined zoom values +page_scale_width=Ширина на страницата +page_scale_fit=Вместване в страницата +page_scale_auto=Автоматично мащабиране +page_scale_actual=Действителен размер +# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a +# numerical scale value. +page_scale_percent={{scale}}% + +# Loading indicator messages +loading_error_indicator=Грешка +loading_error=Получи се грешка при зареждане на PDF-а. +invalid_file_error=Невалиден или повреден PDF файл. +missing_file_error=Липсващ PDF файл. +unexpected_response_error=Неочакван отговор от сървъра. + +# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. +# "{{type}}" will be replaced with an annotation type from a list defined in +# the PDF spec (32000-1:2008 Table 169 – Annotation types). +# Some common types are e.g.: "Check", "Text", "Comment", "Note" +text_annotation_type.alt=[Анотация {{type}}] +password_label=Въведете парола за отваряне на този PDF файл. +password_invalid=Невалидна парола. Моля, опитайте отново. +password_ok=Добре +password_cancel=Отказ + +printing_not_supported=Внимание: Този четец няма пълна поддръжка на отпечатване. +printing_not_ready=Внимание: Този PDF файл не е напълно зареден за печат. +web_fonts_disabled=Уеб-шрифтовете са забранени: разрешаване на използването на вградените PDF шрифтове. +document_colors_not_allowed=На документите от вид PDF не е разрешено да използват собствени цветове: „Разрешаване на страниците да избират собствени цветове“ е изключено в четеца. diff --git a/dzz/pdf/web/locale/bn-BD/index.htm b/dzz/pdf/web/locale/bn-BD/index.htm new file mode 100644 index 0000000..e69de29 diff --git a/dzz/pdf/web/locale/bn-BD/viewer.properties b/dzz/pdf/web/locale/bn-BD/viewer.properties new file mode 100644 index 0000000..0e2f8fc --- /dev/null +++ b/dzz/pdf/web/locale/bn-BD/viewer.properties @@ -0,0 +1,215 @@ +# Copyright 2012 Mozilla Foundation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# Main toolbar buttons (tooltips and alt text for images) +previous.title=পূর্ববর্তী পাতা +previous_label=পূর্ববর্তী +next.title=পরবর্তী পাতা +next_label=পরবর্তী + +# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input. +page.title=পাতা +# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number +# representing the total number of pages in the document. +of_pages={{pagesCount}} এর +# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" +# will be replaced by a number representing the currently visible page, +# respectively a number representing the total number of pages in the document. +page_of_pages=({{pagesCount}} এর {{pageNumber}}) + +zoom_out.title=ছোট আকারে প্রদর্শন +zoom_out_label=ছোট আকারে প্রদর্শন +zoom_in.title=বড় আকারে প্রদর্শন +zoom_in_label=বড় আকারে প্রদর্শন +zoom.title=বড় আকারে প্রদর্শন +presentation_mode.title=উপস্থাপনা মোডে স্যুইচ করুন +presentation_mode_label=উপস্থাপনা মোড +open_file.title=ফাইল খুলুন +open_file_label=খুলুন +print.title=মুদ্রণ +print_label=মুদ্রণ +download.title=ডাউনলোড +download_label=ডাউনলোড +bookmark.title=বর্তমান অবস্থা (অনুলিপি অথবা নতুন উইন্ডো তে খুলুন) +bookmark_label=বর্তমান অবস্থা + +# Secondary toolbar and context menu +tools.title=টুল +tools_label=টুল +first_page.title=প্রথম পাতায় যাও +first_page.label=প্রথম পাতায় যাও +first_page_label=প্রথম পাতায় যাও +last_page.title=শেষ পাতায় যাও +last_page.label=শেষ পাতায় যাও +last_page_label=শেষ পাতায় যাও +page_rotate_cw.title=ঘড়ির কাঁটার দিকে ঘোরাও +page_rotate_cw.label=ঘড়ির কাঁটার দিকে ঘোরাও +page_rotate_cw_label=ঘড়ির কাঁটার দিকে ঘোরাও +page_rotate_ccw.title=ঘড়ির কাঁটার বিপরীতে ঘোরাও +page_rotate_ccw.label=ঘড়ির কাঁটার বিপরীতে ঘোরাও +page_rotate_ccw_label=ঘড়ির কাঁটার বিপরীতে ঘোরাও + +cursor_text_select_tool.title=লেখা নির্বাচক টুল সক্রিয় করুন +cursor_text_select_tool_label=লেখা নির্বাচক টুল +cursor_hand_tool.title=হ্যান্ড টুল সক্রিয় করুন +cursor_hand_tool_label=হ্যান্ড টুল + + + +# Document properties dialog box +document_properties.title=নথি বৈশিষ্ট্য… +document_properties_label=নথি বৈশিষ্ট্য… +document_properties_file_name=ফাইলের নাম: +document_properties_file_size=ফাইলের আকার: +# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" +# will be replaced by the PDF file size in kilobytes, respectively in bytes. +document_properties_kb={{size_kb}} কেবি ({{size_b}} বাইট) +# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" +# will be replaced by the PDF file size in megabytes, respectively in bytes. +document_properties_mb={{size_mb}} এমবি ({{size_b}} বাইট) +document_properties_title=শিরোনাম: +document_properties_author=লেখক: +document_properties_subject=বিষয়: +document_properties_keywords=কীওয়ার্ড: +document_properties_creation_date=তৈরির তারিখ: +document_properties_modification_date=পরিবর্তনের তারিখ: +# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" +# will be replaced by the creation/modification date, and time, of the PDF file. +document_properties_date_string={{date}}, {{time}} +document_properties_creator=প্রস্তুতকারক: +document_properties_producer=পিডিএফ প্রস্তুতকারক: +document_properties_version=পিডিএফ সংষ্করণ: +document_properties_page_count=মোট পাতা: +document_properties_page_size=পাতার সাইজ: +document_properties_page_size_unit_inches=এর মধ্যে +document_properties_page_size_unit_millimeters=mm +document_properties_page_size_orientation_portrait=উলম্ব +document_properties_page_size_orientation_landscape=অনুভূমিক +document_properties_page_size_name_a3=A3 +document_properties_page_size_name_a4=A4 +document_properties_page_size_name_letter=লেটার +document_properties_page_size_name_legal=লীগাল +# LOCALIZATION NOTE (document_properties_page_size_dimension_string): +# "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement and orientation, of the (current) page. +document_properties_page_size_dimension_string={{width}} × {{height}} {{unit}} ({{orientation}}) +# LOCALIZATION NOTE (document_properties_page_size_dimension_name_string): +# "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement, name, and orientation, of the (current) page. +document_properties_page_size_dimension_name_string={{width}} × {{height}} {{unit}} ({{name}}, {{orientation}}) +# LOCALIZATION NOTE (document_properties_linearized): The linearization status of +# the document; usually called "Fast Web View" in English locales of Adobe software. +document_properties_linearized_yes=হ্যাঁ +document_properties_linearized_no=না +document_properties_close=বন্ধ + +print_progress_message=মুদ্রণের জন্য নথি প্রস্তুত করা হচ্ছে… +# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by +# a numerical per cent value. +print_progress_percent={{progress}}% +print_progress_close=বাতিল + +# Tooltips and alt text for side panel toolbar buttons +# (the _label strings are alt text for the buttons, the .title strings are +# tooltips) +toggle_sidebar.title=সাইডবার টগল করুন +toggle_sidebar_notification.title=সাইডবার টগল (নথিতে আউটলাইন/এটাচমেন্ট রয়েছে) +toggle_sidebar_label=সাইডবার টগল করুন +document_outline.title=নথির আউটলাইন দেখাও (সব আইটেম প্রসারিত/সঙ্কুচিত করতে ডবল ক্লিক করুন) +document_outline_label=নথির রূপরেখা +attachments.title=সংযুক্তি দেখাও +attachments_label=সংযুক্তি +thumbs.title=থাম্বনেইল সমূহ প্রদর্শন করুন +thumbs_label=থাম্বনেইল সমূহ +findbar.title=নথির মধ্যে খুঁজুন +findbar_label=খুঁজুন + +# Thumbnails panel item (tooltip and alt text for images) +# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page +# number. +thumb_page_title=পাতা {{page}} +# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page +# number. +thumb_page_canvas={{page}} পাতার থাম্বনেইল + +# Find panel button title and messages +find_input.title=খুঁজুন +find_input.placeholder=নথির মধ্যে খুঁজুন… +find_previous.title=বাক্যাংশের পূর্ববর্তী উপস্থিতি অনুসন্ধান +find_previous_label=পূর্ববর্তী +find_next.title=বাক্যাংশের পরবর্তী উপস্থিতি অনুসন্ধান +find_next_label=পরবর্তী +find_highlight=সব হাইলাইট করা হবে +find_match_case_label=অক্ষরের ছাঁদ মেলানো +find_reached_top=পাতার শুরুতে পৌছে গেছে, নীচ থেকে আরম্ভ করা হয়েছে +find_reached_bottom=পাতার শেষে পৌছে গেছে, উপর থেকে আরম্ভ করা হয়েছে +# LOCALIZATION NOTE (find_match_count): The supported plural forms are +# [one|two|few|many|other], with [other] as the default value. +# "{{current}}" and "{{total}}" will be replaced by a number representing the +# index of the currently active find result, respectively a number representing +# the total number of matches in the document. +# LOCALIZATION NOTE (find_match_count_limit): The supported plural forms are +# [zero|one|two|few|many|other], with [other] as the default value. +# "{{limit}}" will be replaced by a numerical value. +find_not_found=বাক্যাংশ পাওয়া যায়নি + +# Error panel labels +error_more_info=আরও তথ্য +error_less_info=কম তথ্য +error_close=বন্ধ +# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be +# replaced by the PDF.JS version and build ID. +error_version_info=PDF.js v{{version}} (build: {{build}}) +# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an +# english string describing the error. +error_message=বার্তা: {{message}} +# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack +# trace. +error_stack=Stack: {{stack}} +# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename +error_file=নথি: {{file}} +# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number +error_line=লাইন: {{line}} +rendering_error=পাতা উপস্থাপনার সময় ত্রুটি দেখা দিয়েছে। + +# Predefined zoom values +page_scale_width=পাতার প্রস্থ +page_scale_fit=পাতা ফিট করুন +page_scale_auto=স্বয়ংক্রিয় জুম +page_scale_actual=প্রকৃত আকার +# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a +# numerical scale value. +page_scale_percent={{scale}}% + +# Loading indicator messages +loading_error_indicator=ত্রুটি +loading_error=পিডিএফ লোড করার সময় ত্রুটি দেখা দিয়েছে। +invalid_file_error=অকার্যকর অথবা ক্ষতিগ্রস্ত পিডিএফ ফাইল। +missing_file_error=নিখোঁজ PDF ফাইল। +unexpected_response_error=অপ্রত্যাশীত সার্ভার প্রতিক্রিয়া। + +# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. +# "{{type}}" will be replaced with an annotation type from a list defined in +# the PDF spec (32000-1:2008 Table 169 – Annotation types). +# Some common types are e.g.: "Check", "Text", "Comment", "Note" +text_annotation_type.alt=[{{type}} টীকা] +password_label=পিডিএফ ফাইলটি ওপেন করতে পাসওয়ার্ড দিন। +password_invalid=ভুল পাসওয়ার্ড। অনুগ্রহ করে আবার চেষ্টা করুন। +password_ok=ঠিক আছে +password_cancel=বাতিল + +printing_not_supported=সতর্কতা: এই ব্রাউজারে মুদ্রণ সম্পূর্ণভাবে সমর্থিত নয়। +printing_not_ready=সতর্কীকরণ: পিডিএফটি মুদ্রণের জন্য সম্পূর্ণ লোড হয়নি। +web_fonts_disabled=ওয়েব ফন্ট নিষ্ক্রিয়: সংযুক্ত পিডিএফ ফন্ট ব্যবহার করা যাচ্ছে না। +document_colors_not_allowed=পিডিএফ ডকুমেন্টকে তাদের নিজস্ব রঙ ব্যবহারে অনুমতি নেই: 'পাতা তাদের নিজেস্ব রঙ নির্বাচন করতে অনুমতি দিন' এই ব্রাউজারে নিষ্ক্রিয় রয়েছে। diff --git a/dzz/pdf/web/locale/bn-IN/index.htm b/dzz/pdf/web/locale/bn-IN/index.htm new file mode 100644 index 0000000..e69de29 diff --git a/dzz/pdf/web/locale/bn-IN/viewer.properties b/dzz/pdf/web/locale/bn-IN/viewer.properties new file mode 100644 index 0000000..4e22923 --- /dev/null +++ b/dzz/pdf/web/locale/bn-IN/viewer.properties @@ -0,0 +1,177 @@ +# Copyright 2012 Mozilla Foundation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# Main toolbar buttons (tooltips and alt text for images) +previous.title=পূর্ববর্তী পৃষ্ঠা +previous_label=পূর্ববর্তী +next.title=পরবর্তী পৃষ্ঠা +next_label=পরবর্তী + +# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input. +page.title=পেজ +# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number +# representing the total number of pages in the document. +of_pages={{pagesCount}} +# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" +# will be replaced by a number representing the currently visible page, +# respectively a number representing the total number of pages in the document. +page_of_pages=({{pagesCount}} এর {{pageNumber}}) + +zoom_out.title=ছোট মাপে প্রদর্শন +zoom_out_label=ছোট মাপে প্রদর্শন +zoom_in.title=বড় মাপে প্রদর্শন +zoom_in_label=বড় মাপে প্রদর্শন +zoom.title=প্রদর্শনের মাপ +presentation_mode.title=উপস্থাপনা মোড স্যুইচ করুন +presentation_mode_label=উপস্থাপনা মোড +open_file.title=ফাইল খুলুন +open_file_label=খুলুন +print.title=প্রিন্ট করুন +print_label=প্রিন্ট করুন +download.title=ডাউনলোড করুন +download_label=ডাউনলোড করুন +bookmark.title=বর্তমান প্রদর্শন (কপি করুন অথবা নতুন উইন্ডোতে খুলুন) +bookmark_label=বর্তমান প্রদর্শন + +# Secondary toolbar and context menu +tools.title=সরঞ্জাম +tools_label=সরঞ্জাম +first_page.title=প্রথম পৃষ্ঠায় চলুন +first_page.label=প্রথম পৃষ্ঠায় চলুন +first_page_label=প্রথম পৃষ্ঠায় চলুন +last_page.title=সর্বশেষ পৃষ্ঠায় চলুন +last_page.label=সর্বশেষ পৃষ্ঠায় চলুন +last_page_label=সর্বশেষ পৃষ্ঠায় চলুন +page_rotate_cw.title=ডানদিকে ঘোরানো হবে +page_rotate_cw.label=ডানদিকে ঘোরানো হবে +page_rotate_cw_label=ডানদিকে ঘোরানো হবে +page_rotate_ccw.title=বাঁদিকে ঘোরানো হবে +page_rotate_ccw.label=বাঁদিকে ঘোরানো হবে +page_rotate_ccw_label=বাঁদিকে ঘোরানো হবে + + +# Document properties dialog box +document_properties.title=নথির বৈশিষ্ট্য… +document_properties_label=নথির বৈশিষ্ট্য… +document_properties_file_name=ফাইলের নাম: +document_properties_file_size=ফাইলের মাপ: +# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" +# will be replaced by the PDF file size in kilobytes, respectively in bytes. +document_properties_kb={{size_kb}} KB ({{size_b}} bytes) +# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" +# will be replaced by the PDF file size in megabytes, respectively in bytes. +document_properties_mb={{size_mb}} মেগাবাইট ({{size_b}} bytes) +document_properties_title=শিরোনাম: +document_properties_author=লেখক: +document_properties_subject=বিষয়: +document_properties_keywords=নির্দেশক শব্দ: +document_properties_creation_date=নির্মাণের তারিখ: +document_properties_modification_date=পরিবর্তনের তারিখ: +# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" +# will be replaced by the creation/modification date, and time, of the PDF file. +document_properties_date_string={{date}}, {{time}} +document_properties_creator=নির্মাতা: +document_properties_producer=PDF নির্মাতা: +document_properties_version=PDF সংস্করণ: +document_properties_page_count=মোট পৃষ্ঠা: +document_properties_close=বন্ধ করুন + +print_progress_message=ডকুমেন্ট প্রিন্টিং-র জন্য তৈরি করা হচ্ছে... +# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by +# a numerical per cent value. +print_progress_percent={{progress}}% +print_progress_close=বাতিল + +# Tooltips and alt text for side panel toolbar buttons +# (the _label strings are alt text for the buttons, the .title strings are +# tooltips) +toggle_sidebar.title=সাইডবার টগল করুন +toggle_sidebar_label=সাইডবার টগল করুন +document_outline.title=ডকুমেন্ট আউটলাইন দেখান (দুবার ক্লিক করুন বাড়াতে//collapse সমস্ত আইটেম) +document_outline_label=ডকুমেন্ট আউটলাইন +attachments.title=সংযুক্তিসমূহ দেখান +attachments_label=সংযুক্ত বস্তু +thumbs.title=থাম্ব-নেইল প্রদর্শন +thumbs_label=থাম্ব-নেইল প্রদর্শন +findbar.title=নথিতে খুঁজুন +findbar_label=অনুসন্ধান করুন + +# Thumbnails panel item (tooltip and alt text for images) +# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page +# number. +thumb_page_title=পৃষ্ঠা {{page}} +# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page +# number. +thumb_page_canvas=পৃষ্ঠা {{page}}-র থাম্ব-নেইল + +# Find panel button title and messages +find_previous.title=চিহ্নিত পংক্তির পূর্ববর্তী উপস্থিতি অনুসন্ধান করুন +find_previous_label=পূর্ববর্তী +find_next.title=চিহ্নিত পংক্তির পরবর্তী উপস্থিতি অনুসন্ধান করুন +find_next_label=পরবর্তী +find_highlight=সমগ্র উজ্জ্বল করুন +find_match_case_label=হরফের ছাঁদ মেলানো হবে +find_reached_top=পৃষ্ঠার প্রারম্ভে পৌছে গেছে, নীচের অংশ থেকে আরম্ভ করা হবে +find_reached_bottom=পৃষ্ঠার অন্তিম প্রান্তে পৌছে গেছে, প্রথম অংশ থেকে আরম্ভ করা হবে +find_not_found=পংক্তি পাওয়া যায়নি + +# Error panel labels +error_more_info=অতিরিক্ত তথ্য +error_less_info=কম তথ্য +error_close=বন্ধ করুন +# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be +# replaced by the PDF.JS version and build ID. +error_version_info=PDF.js v{{version}} (build: {{build}}) +# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an +# english string describing the error. +error_message=Message: {{message}} +# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack +# trace. +error_stack=Stack: {{stack}} +# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename +error_file=File: {{file}} +# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number +error_line=Line: {{line}} +rendering_error=পৃষ্ঠা প্রদর্শনকালে একটি সমস্যা দেখা দিয়েছে। + +# Predefined zoom values +page_scale_width=পৃষ্ঠার প্রস্থ অনুযায়ী +page_scale_fit=পৃষ্ঠার মাপ অনুযায়ী +page_scale_auto=স্বয়ংক্রিয় মাপ নির্ধারণ +page_scale_actual=প্রকৃত মাপ +# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a +# numerical scale value. +page_scale_percent={{scale}}% + +# Loading indicator messages +loading_error_indicator=ত্রুটি +loading_error=PDF লোড করার সময় সমস্যা দেখা দিয়েছে। +invalid_file_error=অবৈধ বা ক্ষতিগ্রস্ত পিডিএফ ফাইল। +missing_file_error=অনুপস্থিত PDF ফাইল +unexpected_response_error=সার্ভার থেকে অপ্রত্যাশিত সাড়া পাওয়া গেছে। + +# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. +# "{{type}}" will be replaced with an annotation type from a list defined in +# the PDF spec (32000-1:2008 Table 169 – Annotation types). +# Some common types are e.g.: "Check", "Text", "Comment", "Note" +text_annotation_type.alt=[{{type}} Annotation] +password_label=এই PDF ফাইল খোলার জন্য পাসওয়ার্ড দিন। +password_invalid=পাসওয়ার্ড সঠিক নয়। অনুগ্রহ করে পুনরায় প্রচেষ্টা করুন। +password_ok=OK +password_cancel=বাতিল করুন + +printing_not_supported=সতর্কবার্তা: এই ব্রাউজার দ্বারা প্রিন্ট ব্যবস্থা সম্পূর্ণরূপে সমর্থিত নয়। +printing_not_ready=সতর্কবাণী: পিডিএফ সম্পূর্ণরূপে মুদ্রণের জন্য লোড করা হয় না. +web_fonts_disabled=ওয়েব ফন্ট নিষ্ক্রিয় করা হয়েছে: এমবেডেড পিডিএফ ফন্ট ব্যবহার করতে অক্ষম. +document_colors_not_allowed=পিডিএফ নথি তাদের নিজস্ব রং ব্যবহার করার জন্য অনুমতিপ্রাপ্ত নয়: ব্রাউজারে নিষ্ক্রিয় করা হয়েছে য়েন 'পেজ তাদের নিজস্ব রং নির্বাচন করার অনুমতি প্রদান করা য়ায়।' diff --git a/dzz/pdf/web/locale/br/index.htm b/dzz/pdf/web/locale/br/index.htm new file mode 100644 index 0000000..e69de29 diff --git a/dzz/pdf/web/locale/br/viewer.properties b/dzz/pdf/web/locale/br/viewer.properties new file mode 100644 index 0000000..ae721dd --- /dev/null +++ b/dzz/pdf/web/locale/br/viewer.properties @@ -0,0 +1,242 @@ +# Copyright 2012 Mozilla Foundation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# Main toolbar buttons (tooltips and alt text for images) +previous.title=Pajenn a-raok +previous_label=A-raok +next.title=Pajenn war-lerc'h +next_label=War-lerc'h + +# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input. +page.title=Pajenn +# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number +# representing the total number of pages in the document. +of_pages=eus {{pagesCount}} +# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" +# will be replaced by a number representing the currently visible page, +# respectively a number representing the total number of pages in the document. +page_of_pages=({{pageNumber}} war {{pagesCount}}) + +zoom_out.title=Zoum bihanaat +zoom_out_label=Zoum bihanaat +zoom_in.title=Zoum brasaat +zoom_in_label=Zoum brasaat +zoom.title=Zoum +presentation_mode.title=Trec'haoliñ etrezek ar mod kinnigadenn +presentation_mode_label=Mod kinnigadenn +open_file.title=Digeriñ ur restr +open_file_label=Digeriñ ur restr +print.title=Moullañ +print_label=Moullañ +download.title=Pellgargañ +download_label=Pellgargañ +bookmark.title=Gwel bremanel (eilañ pe zigeriñ e-barzh ur prenestr nevez) +bookmark_label=Gwel bremanel + +# Secondary toolbar and context menu +tools.title=Ostilhoù +tools_label=Ostilhoù +first_page.title=Mont d'ar bajenn gentañ +first_page.label=Mont d'ar bajenn gentañ +first_page_label=Mont d'ar bajenn gentañ +last_page.title=Mont d'ar bajenn diwezhañ +last_page.label=Mont d'ar bajenn diwezhañ +last_page_label=Mont d'ar bajenn diwezhañ +page_rotate_cw.title=C'hwelañ gant roud ar bizied +page_rotate_cw.label=C'hwelañ gant roud ar bizied +page_rotate_cw_label=C'hwelañ gant roud ar bizied +page_rotate_ccw.title=C'hwelañ gant roud gin ar bizied +page_rotate_ccw.label=C'hwelañ gant roud gin ar bizied +page_rotate_ccw_label=C'hwelañ gant roud gin ar bizied + +cursor_text_select_tool.title=Gweredekaat an ostilh diuzañ testenn +cursor_text_select_tool_label=Ostilh diuzañ testenn +cursor_hand_tool.title=Gweredekaat an ostilh dorn +cursor_hand_tool_label=Ostilh dorn + +scroll_vertical.title=Arverañ an dibunañ a-blom +scroll_vertical_label=Dibunañ a-serzh +scroll_horizontal.title=Arverañ an dibunañ a-blaen +scroll_horizontal_label=Dibunañ a-blaen +scroll_wrapped.title=Arverañ an dibunañ paket +scroll_wrapped_label=Dibunañ paket + +spread_none.title=Chom hep stagañ ar skignadurioù +spread_none_label=Skignadenn ebet +spread_odd.title=Lakaat ar pajennadoù en ur gregiñ gant ar pajennoù ampar +spread_odd_label=Pajennoù ampar +spread_even.title=Lakaat ar pajennadoù en ur gregiñ gant ar pajennoù par +spread_even_label=Pajennoù par + +# Document properties dialog box +document_properties.title=Perzhioù an teul… +document_properties_label=Perzhioù an teul… +document_properties_file_name=Anv restr : +document_properties_file_size=Ment ar restr : +# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" +# will be replaced by the PDF file size in kilobytes, respectively in bytes. +document_properties_kb={{size_kb}} Ke ({{size_b}} eizhbit) +# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" +# will be replaced by the PDF file size in megabytes, respectively in bytes. +document_properties_mb={{size_mb}} Me ({{size_b}} eizhbit) +document_properties_title=Titl : +document_properties_author=Aozer : +document_properties_subject=Danvez : +document_properties_keywords=Gerioù-alc'hwez : +document_properties_creation_date=Deiziad krouiñ : +document_properties_modification_date=Deiziad kemmañ : +# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" +# will be replaced by the creation/modification date, and time, of the PDF file. +document_properties_date_string={{date}}, {{time}} +document_properties_creator=Krouer : +document_properties_producer=Kenderc'her PDF : +document_properties_version=Handelv PDF : +document_properties_page_count=Niver a bajennoù : +document_properties_page_size=Ment ar bajenn: +document_properties_page_size_unit_inches=in +document_properties_page_size_unit_millimeters=mm +document_properties_page_size_orientation_portrait=poltred +document_properties_page_size_orientation_landscape=gweledva +document_properties_page_size_name_a3=A3 +document_properties_page_size_name_a4=A4 +document_properties_page_size_name_letter=Lizher +document_properties_page_size_name_legal=Lezennel +# LOCALIZATION NOTE (document_properties_page_size_dimension_string): +# "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement and orientation, of the (current) page. +document_properties_page_size_dimension_string={{width}} × {{height}} {{unit}} ({{orientation}}) +# LOCALIZATION NOTE (document_properties_page_size_dimension_name_string): +# "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement, name, and orientation, of the (current) page. +document_properties_page_size_dimension_name_string={{width}} × {{height}} {{unit}} ({{name}}, {{orientation}}) +# LOCALIZATION NOTE (document_properties_linearized): The linearization status of +# the document; usually called "Fast Web View" in English locales of Adobe software. +document_properties_linearized=Gwel Web Herrek: +document_properties_linearized_yes=Ya +document_properties_linearized_no=Ket +document_properties_close=Serriñ + +print_progress_message=O prientiñ an teul evit moullañ... +# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by +# a numerical per cent value. +print_progress_percent={{progress}}% +print_progress_close=Nullañ + +# Tooltips and alt text for side panel toolbar buttons +# (the _label strings are alt text for the buttons, the .title strings are +# tooltips) +toggle_sidebar.title=Diskouez/kuzhat ar varrenn gostez +toggle_sidebar_notification.title=Trec'haoliñ ar verrenn-gostez (ur steuñv pe stagadennoù a zo en teul) +toggle_sidebar_label=Diskouez/kuzhat ar varrenn gostez +document_outline.title=Diskouez steuñv an teul (daouglikit evit brasaat/bihanaat an holl elfennoù) +document_outline_label=Sinedoù an teuliad +attachments.title=Diskouez ar c'henstagadurioù +attachments_label=Kenstagadurioù +thumbs.title=Diskouez ar melvennoù +thumbs_label=Melvennoù +findbar.title=Klask e-barzh an teuliad +findbar_label=Klask + +# Thumbnails panel item (tooltip and alt text for images) +# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page +# number. +thumb_page_title=Pajenn {{page}} +# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page +# number. +thumb_page_canvas=Melvenn ar bajenn {{page}} + +# Find panel button title and messages +find_input.title=Klask +find_input.placeholder=Klask e-barzh an teuliad +find_previous.title=Kavout an tamm frazenn kent o klotañ ganti +find_previous_label=Kent +find_next.title=Kavout an tamm frazenn war-lerc'h o klotañ ganti +find_next_label=War-lerc'h +find_highlight=Usskediñ pep tra +find_match_case_label=Teurel evezh ouzh ar pennlizherennoù +find_entire_word_label=Gerioù a-bezh +find_reached_top=Tizhet eo bet derou ar bajenn, kenderc'hel diouzh an diaz +find_reached_bottom=Tizhet eo bet dibenn ar bajenn, kenderc'hel diouzh ar c'hrec'h +# LOCALIZATION NOTE (find_match_count): The supported plural forms are +# [one|two|few|many|other], with [other] as the default value. +# "{{current}}" and "{{total}}" will be replaced by a number representing the +# index of the currently active find result, respectively a number representing +# the total number of matches in the document. +find_match_count={[ plural(total) ]} +find_match_count[one]=Klotadenn {{current}} war {{total}} +find_match_count[two]=Klotadenn {{current}} war {{total}} +find_match_count[few]=Klotadenn {{current}} war {{total}} +find_match_count[many]=Klotadenn {{current}} war {{total}} +find_match_count[other]=Klotadenn {{current}} war {{total}} +# LOCALIZATION NOTE (find_match_count_limit): The supported plural forms are +# [zero|one|two|few|many|other], with [other] as the default value. +# "{{limit}}" will be replaced by a numerical value. +find_match_count_limit={[ plural(limit) ]} +find_match_count_limit[zero]=Muioc'h eget {{limit}} a glotadennoù +find_match_count_limit[one]=Muioc'h eget {{limit}} a glotadennoù +find_match_count_limit[two]=Muioc'h eget {{limit}} a glotadennoù +find_match_count_limit[few]=Muioc'h eget {{limit}} a glotadennoù +find_match_count_limit[many]=Muioc'h eget {{limit}} a glotadennoù +find_match_count_limit[other]=Muioc'h eget {{limit}} a glotadennoù +find_not_found=N'haller ket kavout ar frazenn + +# Error panel labels +error_more_info=Muioc'h a ditouroù +error_less_info=Nebeutoc'h a ditouroù +error_close=Serriñ +# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be +# replaced by the PDF.JS version and build ID. +error_version_info=PDF.js handelv {{version}} (kempunadur : {{build}}) +# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an +# english string describing the error. +error_message=Kemennadenn : {{message}} +# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack +# trace. +error_stack=Torn : {{stack}} +# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename +error_file=Restr : {{file}} +# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number +error_line=Linenn : {{line}} +rendering_error=Degouezhet ez eus bet ur fazi e-pad skrammañ ar bajennad. + +# Predefined zoom values +page_scale_width=Led ar bajenn +page_scale_fit=Pajenn a-bezh +page_scale_auto=Zoum emgefreek +page_scale_actual=Ment wir +# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a +# numerical scale value. +page_scale_percent={{scale}}% + +# Loading indicator messages +loading_error_indicator=Fazi +loading_error=Degouezhet ez eus bet ur fazi e-pad kargañ ar PDF. +invalid_file_error=Restr PDF didalvoudek pe kontronet. +missing_file_error=Restr PDF o vankout. +unexpected_response_error=Respont dic'hortoz a-berzh an dafariad + +# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. +# "{{type}}" will be replaced with an annotation type from a list defined in +# the PDF spec (32000-1:2008 Table 169 – Annotation types). +# Some common types are e.g.: "Check", "Text", "Comment", "Note" +text_annotation_type.alt=[{{type}} Notennañ] +password_label=Enankit ar ger-tremen evit digeriñ ar restr PDF-mañ. +password_invalid=Ger-tremen didalvoudek. Klaskit en-dro mar plij. +password_ok=Mat eo +password_cancel=Nullañ + +printing_not_supported=Kemenn : N'eo ket skoret penn-da-benn ar moullañ gant ar merdeer-mañ. +printing_not_ready=Kemenn : N'hall ket bezañ moullet ar restr PDF rak n'eo ket karget penn-da-benn. +web_fonts_disabled=Diweredekaet eo an nodrezhoù web : n'haller ket arverañ an nodrezhoù PDF enframmet. +document_colors_not_allowed=N'eo ket aotreet an teuliadoù PDF da arverañ o livioù dezho : diweredekaet eo “Aotren ar pajennoù da zibab o livioù dezho” e-barzh ar merdeer. diff --git a/dzz/pdf/web/locale/brx/index.htm b/dzz/pdf/web/locale/brx/index.htm new file mode 100644 index 0000000..e69de29 diff --git a/dzz/pdf/web/locale/brx/viewer.properties b/dzz/pdf/web/locale/brx/viewer.properties new file mode 100644 index 0000000..2ddc52c --- /dev/null +++ b/dzz/pdf/web/locale/brx/viewer.properties @@ -0,0 +1,167 @@ +# Copyright 2012 Mozilla Foundation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# Main toolbar buttons (tooltips and alt text for images) +previous.title=आगोलनि बिलाइ +previous_label=आगोलनि +next.title=उननि बिलाइ +next_label=उननि + +# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input. +# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number +# representing the total number of pages in the document. +# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" +# will be replaced by a number representing the currently visible page, +# respectively a number representing the total number of pages in the document. + +zoom_out.title=फिसायै जुम खालाम +zoom_out_label=फिसायै जुम खालाम +zoom_in.title=गेदेरै जुम खालाम +zoom_in_label=गेदेरै जुम खालाम +zoom.title=जुम खालाम +presentation_mode.title=दिन्थिफुंनाय म'डआव थां +presentation_mode_label=दिन्थिफुंनाय म'ड +open_file.title=फाइलखौ खेव +open_file_label=खेव +print.title=साफाय +print_label=साफाय +download.title=डाउनल'ड खालाम +download_label=डाउनल'ड खालाम +bookmark.title=दानि नुथाय (गोदान उइन्ड'आव कपि खालाम एबा खेव) +bookmark_label=दानि नुथाय + +# Secondary toolbar and context menu +tools.title=टुल +tools_label=टुल +first_page.title=गिबि बिलाइआव थां +first_page.label=गिबि बिलाइआव थां +first_page_label=गिबि बिलाइआव थां +last_page.title=जोबथा बिलाइआव थां +last_page.label=जोबथा बिलाइआव थां +last_page_label=जोबथा बिलाइआव थां +page_rotate_cw.title=घरि गिदिंनाय फार्से फिदिं +page_rotate_cw.label=घरि गिदिंनाय फार्से फिदिं +page_rotate_cw_label=घरि गिदिंनाय फार्से फिदिं +page_rotate_ccw.title=घरि गिदिंनाय उल्था फार्से फिदिं +page_rotate_ccw.label=घरि गिदिंनाय उल्था फार्से फिदिं +page_rotate_ccw_label=घरि गिदिंनाय उल्था फार्से फिदिं + + +# Document properties dialog box +document_properties.title=फोरमान बिलाइनि आखुथाय... +document_properties_label=फोरमान बिलाइनि आखुथाय... +document_properties_file_name=फाइलनि मुं: +document_properties_file_size=फाइलनि महर: +# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" +# will be replaced by the PDF file size in kilobytes, respectively in bytes. +document_properties_kb={{size_kb}} KB ({{size_b}} बाइट) +# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" +# will be replaced by the PDF file size in megabytes, respectively in bytes. +document_properties_mb={{size_mb}} MB ({{size_b}} बाइट) +document_properties_title=बिमुं: +document_properties_author=लिरगिरि: +document_properties_subject=आयदा: +document_properties_keywords=गाहाय सोदोब: +document_properties_creation_date=सोरजिनाय अक्ट': +document_properties_modification_date=सुद्रायनाय अक्ट': +# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" +# will be replaced by the creation/modification date, and time, of the PDF file. +document_properties_date_string={{date}}, {{time}} +document_properties_creator=सोरजिग्रा: +document_properties_producer=PDF दिहुनग्रा: +document_properties_version=PDF बिसान: +document_properties_page_count=बिलाइनि हिसाब: +document_properties_close=बन्द खालाम + +# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by +# a numerical per cent value. + +# Tooltips and alt text for side panel toolbar buttons +# (the _label strings are alt text for the buttons, the .title strings are +# tooltips) +toggle_sidebar.title=टग्गल साइडबार +toggle_sidebar_label=टग्गल साइडबार +document_outline_label=फोरमान बिलाइ सिमा हांखो +attachments.title=नांजाब होनायखौ दिन्थि +attachments_label=नांजाब होनाय +thumbs.title=थामनेइलखौ दिन्थि +thumbs_label=थामनेइल +findbar.title=फोरमान बिलाइआव नागिरना दिहुन + +# Thumbnails panel item (tooltip and alt text for images) +# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page +# number. +thumb_page_title=बिलाइ {{page}} +# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page +# number. +thumb_page_canvas=बिलाइ {{page}} नि थामनेइल + +# Find panel button title and messages +find_previous.title=बाथ्रा खोन्दोबनि सिगांनि नुजाथिनायखौ नागिर +find_previous_label=आगोलनि +find_next.title=बाथ्रा खोन्दोबनि उननि नुजाथिनायखौ नागिर +find_next_label=उननि +find_highlight=गासैखौबो हाइलाइट खालाम +find_match_case_label=गोरोबनाय केस +find_reached_top=थालो निफ्राय जागायनानै फोरमान बिलाइनि बिजौआव सौहैबाय +find_reached_bottom=बिजौ निफ्राय जागायनानै फोरमान बिलाइनि बिजौआव सौहैबाय +find_not_found=बाथ्रा खोन्दोब मोनाखै + +# Error panel labels +error_more_info=गोबां फोरमायथिहोग्रा +error_less_info=खम फोरमायथिहोग्रा +error_close=बन्द खालाम +# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be +# replaced by the PDF.JS version and build ID. +error_version_info=PDF.js v{{version}} (build: {{build}}) +# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an +# english string describing the error. +error_message=खौरां: {{message}} +# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack +# trace. +error_stack=स्टेक: {{stack}} +# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename +error_file=फाइल: {{file}} +# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number +error_line=सारि: {{line}} +rendering_error=बिलाइखौ राव सोलायनाय समाव मोनसे गोरोन्थि जादों। + +# Predefined zoom values +page_scale_width=बिलाइनि गुवार +page_scale_fit=बिलाइ गोरोबनाय +page_scale_auto=गावनोगाव जुम +page_scale_actual=थार महर +# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a +# numerical scale value. + +# Loading indicator messages +loading_error_indicator=गोरोन्थि +loading_error=PDF ल'ड खालामनाय समाव मोनसे गोरोन्थि जाबाय। +invalid_file_error=बाहायजायै एबा गाज्रि जानाय PDF फाइल +missing_file_error=गोमानाय PDF फाइल +unexpected_response_error=मिजिंथियै सार्भार फिननाय। + +# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. +# "{{type}}" will be replaced with an annotation type from a list defined in +# the PDF spec (32000-1:2008 Table 169 – Annotation types). +# Some common types are e.g.: "Check", "Text", "Comment", "Note" +text_annotation_type.alt=[{{type}} सोदोब बेखेवनाय] +password_label=बे PDF फाइलखौ खेवनो पासवार्ड हाबहो। +password_invalid=बाहायजायै पासवार्ड। अननानै फिन नाजा। +password_ok=OK + +printing_not_supported=सांग्रांथि: साफायनाया बे ब्राउजारजों आबुङै हेफाजाब होजाया। +printing_not_ready=सांग्रांथि: PDF खौ साफायनायनि थाखाय फुरायै ल'ड खालामाखै। +web_fonts_disabled=वेब फन्टखौ लोरबां खालामबाय: अरजाबहोनाय PDF फन्टखौ बाहायनो हायाखै। +document_colors_not_allowed=PDF फोरमान बिलाइखौ बिसोरनि निजि गाब बाहायनो गनायथि होनाय जाया: 'बिसोरनि निजि गाब बासिखनो बिलाइखौ गनायथि हो'-खौ ब्राउजारआव लोरबां खालामनाय जायो। diff --git a/dzz/pdf/web/locale/bs/index.htm b/dzz/pdf/web/locale/bs/index.htm new file mode 100644 index 0000000..e69de29 diff --git a/dzz/pdf/web/locale/bs/viewer.properties b/dzz/pdf/web/locale/bs/viewer.properties new file mode 100644 index 0000000..6c2122b --- /dev/null +++ b/dzz/pdf/web/locale/bs/viewer.properties @@ -0,0 +1,201 @@ +# Copyright 2012 Mozilla Foundation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# Main toolbar buttons (tooltips and alt text for images) +previous.title=Prethodna strana +previous_label=Prethodna +next.title=Sljedeća strna +next_label=Sljedeća + +# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input. +page.title=Strana +# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number +# representing the total number of pages in the document. +of_pages=od {{pagesCount}} +# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" +# will be replaced by a number representing the currently visible page, +# respectively a number representing the total number of pages in the document. +page_of_pages=({{pageNumber}} od {{pagesCount}}) + +zoom_out.title=Umanji +zoom_out_label=Umanji +zoom_in.title=Uvećaj +zoom_in_label=Uvećaj +zoom.title=Uvećanje +presentation_mode.title=Prebaci se u prezentacijski režim +presentation_mode_label=Prezentacijski režim +open_file.title=Otvori fajl +open_file_label=Otvori +print.title=Štampaj +print_label=Štampaj +download.title=Preuzmi +download_label=Preuzmi +bookmark.title=Trenutni prikaz (kopiraj ili otvori u novom prozoru) +bookmark_label=Trenutni prikaz + +# Secondary toolbar and context menu +tools.title=Alati +tools_label=Alati +first_page.title=Idi na prvu stranu +first_page.label=Idi na prvu stranu +first_page_label=Idi na prvu stranu +last_page.title=Idi na zadnju stranu +last_page.label=Idi na zadnju stranu +last_page_label=Idi na zadnju stranu +page_rotate_cw.title=Rotiraj u smjeru kazaljke na satu +page_rotate_cw.label=Rotiraj u smjeru kazaljke na satu +page_rotate_cw_label=Rotiraj u smjeru kazaljke na satu +page_rotate_ccw.title=Rotiraj suprotno smjeru kazaljke na satu +page_rotate_ccw.label=Rotiraj suprotno smjeru kazaljke na satu +page_rotate_ccw_label=Rotiraj suprotno smjeru kazaljke na satu + +cursor_text_select_tool.title=Omogući alat za označavanje teksta +cursor_text_select_tool_label=Alat za označavanje teksta +cursor_hand_tool.title=Omogući ručni alat +cursor_hand_tool_label=Ručni alat + +# Document properties dialog box +document_properties.title=Svojstva dokumenta... +document_properties_label=Svojstva dokumenta... +document_properties_file_name=Naziv fajla: +document_properties_file_size=Veličina fajla: +# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" +# will be replaced by the PDF file size in kilobytes, respectively in bytes. +document_properties_kb={{size_kb}} KB ({{size_b}} bajta) +# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" +# will be replaced by the PDF file size in megabytes, respectively in bytes. +document_properties_mb={{size_mb}} MB ({{size_b}} bajta) +document_properties_title=Naslov: +document_properties_author=Autor: +document_properties_subject=Predmet: +document_properties_keywords=Ključne riječi: +document_properties_creation_date=Datum kreiranja: +document_properties_modification_date=Datum promjene: +# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" +# will be replaced by the creation/modification date, and time, of the PDF file. +document_properties_date_string={{date}}, {{time}} +document_properties_creator=Kreator: +document_properties_producer=PDF stvaratelj: +document_properties_version=PDF verzija: +document_properties_page_count=Broj stranica: +document_properties_page_size=Veličina stranice: +document_properties_page_size_unit_inches=u +document_properties_page_size_unit_millimeters=mm +document_properties_page_size_orientation_portrait=uspravno +document_properties_page_size_orientation_landscape=vodoravno +document_properties_page_size_name_a3=A3 +document_properties_page_size_name_a4=A4 +document_properties_page_size_name_letter=Pismo +document_properties_page_size_name_legal=Pravni +# LOCALIZATION NOTE (document_properties_page_size_dimension_string): +# "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement and orientation, of the (current) page. +document_properties_page_size_dimension_string={{width}} × {{height}} {{unit}} ({{orientation}}) +# LOCALIZATION NOTE (document_properties_page_size_dimension_name_string): +# "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement, name, and orientation, of the (current) page. +document_properties_page_size_dimension_name_string={{width}} × {{height}} {{unit}} ({{name}}, {{orientation}}) +document_properties_close=Zatvori + +print_progress_message=Pripremam dokument za štampu… +# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by +# a numerical per cent value. +print_progress_percent={{progress}}% +print_progress_close=Otkaži + +# Tooltips and alt text for side panel toolbar buttons +# (the _label strings are alt text for the buttons, the .title strings are +# tooltips) +toggle_sidebar.title=Uključi/isključi bočnu traku +toggle_sidebar_notification.title=Uključi/isključi sidebar (dokument sadrži outline/priloge) +toggle_sidebar_label=Uključi/isključi bočnu traku +document_outline.title=Prikaži outline dokumenta (dvoklik za skupljanje/širenje svih stavki) +document_outline_label=Konture dokumenta +attachments.title=Prikaži priloge +attachments_label=Prilozi +thumbs.title=Prikaži thumbnailove +thumbs_label=Thumbnailovi +findbar.title=Pronađi u dokumentu +findbar_label=Pronađi + +# Thumbnails panel item (tooltip and alt text for images) +# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page +# number. +thumb_page_title=Strana {{page}} +# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page +# number. +thumb_page_canvas=Thumbnail strane {{page}} + +# Find panel button title and messages +find_input.title=Pronađi +find_input.placeholder=Pronađi u dokumentu… +find_previous.title=Pronađi prethodno pojavljivanje fraze +find_previous_label=Prethodno +find_next.title=Pronađi sljedeće pojavljivanje fraze +find_next_label=Sljedeće +find_highlight=Označi sve +find_match_case_label=Osjetljivost na karaktere +find_reached_top=Dostigao sam vrh dokumenta, nastavljam sa dna +find_reached_bottom=Dostigao sam kraj dokumenta, nastavljam sa vrha +find_not_found=Fraza nije pronađena + +# Error panel labels +error_more_info=Više informacija +error_less_info=Manje informacija +error_close=Zatvori +# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be +# replaced by the PDF.JS version and build ID. +error_version_info=PDF.js v{{version}} (build: {{build}}) +# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an +# english string describing the error. +error_message=Poruka: {{message}} +# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack +# trace. +error_stack=Stack: {{stack}} +# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename +error_file=Fajl: {{file}} +# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number +error_line=Linija: {{line}} +rendering_error=Došlo je do greške prilikom renderiranja strane. + +# Predefined zoom values +page_scale_width=Širina strane +page_scale_fit=Uklopi stranu +page_scale_auto=Automatsko uvećanje +page_scale_actual=Stvarna veličina +# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a +# numerical scale value. +page_scale_percent={{scale}}% + +# Loading indicator messages +loading_error_indicator=Greška +loading_error=Došlo je do greške prilikom učitavanja PDF-a. +invalid_file_error=Neispravan ili oštećen PDF fajl. +missing_file_error=Nedostaje PDF fajl. +unexpected_response_error=Neočekivani odgovor servera. + +# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. +# "{{type}}" will be replaced with an annotation type from a list defined in +# the PDF spec (32000-1:2008 Table 169 – Annotation types). +# Some common types are e.g.: "Check", "Text", "Comment", "Note" +text_annotation_type.alt=[{{type}} pribilješka] +password_label=Upišite lozinku da biste otvorili ovaj PDF fajl. +password_invalid=Pogrešna lozinka. Pokušajte ponovo. +password_ok=OK +password_cancel=Otkaži + +printing_not_supported=Upozorenje: Štampanje nije u potpunosti podržano u ovom browseru. +printing_not_ready=Upozorenje: PDF nije u potpunosti učitan za štampanje. +web_fonts_disabled=Web fontovi su onemogućeni: nemoguće koristiti ubačene PDF fontove. +document_colors_not_allowed=PDF dokumentima nije dozvoljeno da koriste vlastite boje: 'Dozvoli stranicama da izaberu vlastite boje' je deaktivirano u browseru. diff --git a/dzz/pdf/web/locale/ca/index.htm b/dzz/pdf/web/locale/ca/index.htm new file mode 100644 index 0000000..e69de29 diff --git a/dzz/pdf/web/locale/ca/viewer.properties b/dzz/pdf/web/locale/ca/viewer.properties new file mode 100644 index 0000000..5823256 --- /dev/null +++ b/dzz/pdf/web/locale/ca/viewer.properties @@ -0,0 +1,207 @@ +# Copyright 2012 Mozilla Foundation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# Main toolbar buttons (tooltips and alt text for images) +previous.title=Pàgina anterior +previous_label=Anterior +next.title=Pàgina següent +next_label=Següent + +# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input. +page.title=Pàgina +# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number +# representing the total number of pages in the document. +of_pages=de {{pagesCount}} +# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" +# will be replaced by a number representing the currently visible page, +# respectively a number representing the total number of pages in the document. +page_of_pages=({{pageNumber}} de {{pagesCount}}) + +zoom_out.title=Allunya +zoom_out_label=Allunya +zoom_in.title=Apropa +zoom_in_label=Apropa +zoom.title=Escala +presentation_mode.title=Canvia al mode de presentació +presentation_mode_label=Mode de presentació +open_file.title=Obre el fitxer +open_file_label=Obre +print.title=Imprimeix +print_label=Imprimeix +download.title=Baixa +download_label=Baixa +bookmark.title=Vista actual (copia o obre en una finestra nova) +bookmark_label=Vista actual + +# Secondary toolbar and context menu +tools.title=Eines +tools_label=Eines +first_page.title=Vés a la primera pàgina +first_page.label=Vés a la primera pàgina +first_page_label=Vés a la primera pàgina +last_page.title=Vés a l'última pàgina +last_page.label=Vés a l'última pàgina +last_page_label=Vés a l'última pàgina +page_rotate_cw.title=Gira cap a la dreta +page_rotate_cw.label=Gira cap a la dreta +page_rotate_cw_label=Gira cap a la dreta +page_rotate_ccw.title=Gira cap a l'esquerra +page_rotate_ccw.label=Gira cap a l'esquerra +page_rotate_ccw_label=Gira cap a l'esquerra + +cursor_text_select_tool.title=Habilita l'eina de selecció de text +cursor_text_select_tool_label=Eina de selecció de text +cursor_hand_tool.title=Habilita l'eina de mà +cursor_hand_tool_label=Eina de mà + +scroll_vertical.title=Utilitza el desplaçament vertical +scroll_vertical_label=Desplaçament vertical +scroll_horizontal.title=Utilitza el desplaçament horitzontal +scroll_horizontal_label=Desplaçament horitzontal + + +# Document properties dialog box +document_properties.title=Propietats del document… +document_properties_label=Propietats del document… +document_properties_file_name=Nom del fitxer: +document_properties_file_size=Mida del fitxer: +# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" +# will be replaced by the PDF file size in kilobytes, respectively in bytes. +document_properties_kb={{size_kb}} KB ({{size_b}} bytes) +# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" +# will be replaced by the PDF file size in megabytes, respectively in bytes. +document_properties_mb={{size_mb}} MB ({{size_b}} bytes) +document_properties_title=Títol: +document_properties_author=Autor: +document_properties_subject=Assumpte: +document_properties_keywords=Paraules clau: +document_properties_creation_date=Data de creació: +document_properties_modification_date=Data de modificació: +# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" +# will be replaced by the creation/modification date, and time, of the PDF file. +document_properties_date_string={{date}}, {{time}} +document_properties_creator=Creador: +document_properties_producer=Generador de PDF: +document_properties_version=Versió de PDF: +document_properties_page_count=Nombre de pàgines: +document_properties_page_size=Mida de la pàgina: +document_properties_page_size_unit_inches=polzades +document_properties_page_size_unit_millimeters=mm +document_properties_page_size_orientation_portrait=vertical +document_properties_page_size_orientation_landscape=apaïsat +document_properties_page_size_name_a3=A3 +document_properties_page_size_name_a4=A4 +document_properties_page_size_name_letter=Carta +document_properties_page_size_name_legal=Legal +# LOCALIZATION NOTE (document_properties_page_size_dimension_string): +# "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement and orientation, of the (current) page. +document_properties_page_size_dimension_string={{width}} × {{height}} {{unit}} ({{orientation}}) +# LOCALIZATION NOTE (document_properties_page_size_dimension_name_string): +# "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement, name, and orientation, of the (current) page. +document_properties_page_size_dimension_name_string={{width}} × {{height}} {{unit}} ({{name}}, {{orientation}}) +document_properties_close=Tanca + +print_progress_message=S'està preparant la impressió del document… +# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by +# a numerical per cent value. +print_progress_percent={{progress}}% +print_progress_close=Cancel·la + +# Tooltips and alt text for side panel toolbar buttons +# (the _label strings are alt text for the buttons, the .title strings are +# tooltips) +toggle_sidebar.title=Mostra/amaga la barra lateral +toggle_sidebar_notification.title=Mostra/amaga la barra lateral (el document conté un esquema o adjuncions) +toggle_sidebar_label=Mostra/amaga la barra lateral +document_outline.title=Mostra l'esquema del document (doble clic per ampliar/reduir tots els elements) +document_outline_label=Contorn del document +attachments.title=Mostra les adjuncions +attachments_label=Adjuncions +thumbs.title=Mostra les miniatures +thumbs_label=Miniatures +findbar.title=Cerca al document +findbar_label=Cerca + +# Thumbnails panel item (tooltip and alt text for images) +# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page +# number. +thumb_page_title=Pàgina {{page}} +# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page +# number. +thumb_page_canvas=Miniatura de la pàgina {{page}} + +# Find panel button title and messages +find_input.title=Cerca +find_input.placeholder=Cerca al document… +find_previous.title=Cerca l'anterior coincidència de l'expressió +find_previous_label=Anterior +find_next.title=Cerca la següent coincidència de l'expressió +find_next_label=Següent +find_highlight=Ressalta-ho tot +find_match_case_label=Distingeix entre majúscules i minúscules +find_reached_top=S'ha arribat al principi del document, es continua pel final +find_reached_bottom=S'ha arribat al final del document, es continua pel principi +find_not_found=No s'ha trobat l'expressió + +# Error panel labels +error_more_info=Més informació +error_less_info=Menys informació +error_close=Tanca +# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be +# replaced by the PDF.JS version and build ID. +error_version_info=PDF.js v{{version}} (muntatge: {{build}}) +# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an +# english string describing the error. +error_message=Missatge: {{message}} +# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack +# trace. +error_stack=Pila: {{stack}} +# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename +error_file=Fitxer: {{file}} +# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number +error_line=Línia: {{line}} +rendering_error=S'ha produït un error mentre es renderitzava la pàgina. + +# Predefined zoom values +page_scale_width=Amplària de la pàgina +page_scale_fit=Ajusta la pàgina +page_scale_auto=Zoom automàtic +page_scale_actual=Mida real +# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a +# numerical scale value. +page_scale_percent={{scale}}% + +# Loading indicator messages +loading_error_indicator=Error +loading_error=S'ha produït un error en carregar el PDF. +invalid_file_error=El fitxer PDF no és vàlid o està malmès. +missing_file_error=Falta el fitxer PDF. +unexpected_response_error=Resposta inesperada del servidor. + +# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. +# "{{type}}" will be replaced with an annotation type from a list defined in +# the PDF spec (32000-1:2008 Table 169 – Annotation types). +# Some common types are e.g.: "Check", "Text", "Comment", "Note" +text_annotation_type.alt=[Anotació {{type}}] +password_label=Introduïu la contrasenya per obrir aquest fitxer PDF. +password_invalid=La contrasenya no és vàlida. Torneu-ho a provar. +password_ok=D'acord +password_cancel=Cancel·la + +printing_not_supported=Avís: la impressió no és plenament funcional en aquest navegador. +printing_not_ready=Atenció: el PDF no s'ha acabat de carregar per imprimir-lo. +web_fonts_disabled=Els tipus de lletra web estan desactivats: no es poden utilitzar els tipus de lletra incrustats al PDF. +document_colors_not_allowed=Els documents PDF no poden usar els seus colors propis: «Permet a les pàgines triar els colors propis» es troba desactivat al navegador. diff --git a/dzz/pdf/web/locale/cak/index.htm b/dzz/pdf/web/locale/cak/index.htm new file mode 100644 index 0000000..e69de29 diff --git a/dzz/pdf/web/locale/cak/viewer.properties b/dzz/pdf/web/locale/cak/viewer.properties new file mode 100644 index 0000000..780ccf5 --- /dev/null +++ b/dzz/pdf/web/locale/cak/viewer.properties @@ -0,0 +1,242 @@ +# Copyright 2012 Mozilla Foundation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# Main toolbar buttons (tooltips and alt text for images) +previous.title=Jun kan ruxaq +previous_label=Chuwäch +next.title=Jun chik ruxaq +next_label=Jun chik + +# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input. +page.title=Ruxaq +# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number +# representing the total number of pages in the document. +of_pages=richin {{pagesCount}} +# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" +# will be replaced by a number representing the currently visible page, +# respectively a number representing the total number of pages in the document. +page_of_pages=({{pageNumber}} richin {{pagesCount}}) + +zoom_out.title=Tich'utinirisäx +zoom_out_label=Tich'utinirisäx +zoom_in.title=Tinimirisäx +zoom_in_label=Tinimirisäx +zoom.title=Sum +presentation_mode.title=Tijal ri rub'anikil niwachin +presentation_mode_label=Pa rub'eyal niwachin +open_file.title=Tijaq yakb'äl +open_file_label=Tijaq +print.title=Titz'ajb'äx +print_label=Titz'ajb'äx +download.title=Tiqasäx +download_label=Tiqasäx +bookmark.title=Rutz'etik wakami (tiwachib'ëx o tijaq pa jun k'ak'a' tzuwäch) +bookmark_label=Rutzub'al wakami + +# Secondary toolbar and context menu +tools.title=Samajib'äl +tools_label=Samajib'äl +first_page.title=Tib'e pa nab'ey ruxaq +first_page.label=Tib'e pa nab'ey ruxaq +first_page_label=Tib'e pa nab'ey ruxaq +last_page.title=Tib'e pa ruk'isib'äl ruxaq +last_page.label=Tib'e pa ruk'isib'äl ruxaq +last_page_label=Tib'e pa ruk'isib'äl ruxaq +page_rotate_cw.title=Tisutïx pan ajkiq'a' +page_rotate_cw.label=Tisutïx pan ajkiq'a' +page_rotate_cw_label=Tisutïx pan ajkiq'a' +page_rotate_ccw.title=Tisutïx pan ajxokon +page_rotate_ccw.label=Tisutïx pan ajxokon +page_rotate_ccw_label=Tisutïx pan ajxokon + +cursor_text_select_tool.title=Titzij ri rusamajib'al Rucha'ik Rucholajem Tzij +cursor_text_select_tool_label=Rusamajib'al Rucha'ik Rucholajem Tzij +cursor_hand_tool.title=Titzij ri q'ab'aj samajib'äl +cursor_hand_tool_label=Q'ab'aj Samajib'äl + +scroll_vertical.title=Tokisäx Pa'äl Q'axanem +scroll_vertical_label=Pa'äl Q'axanem +scroll_horizontal.title=Tokisäx Kotz'öl Q'axanem +scroll_horizontal_label=Kotz'öl Q'axanem +scroll_wrapped.title=Tokisäx Tzub'aj Q'axanem +scroll_wrapped_label=Tzub'aj Q'axanem + +spread_none.title=Man ketun taq ruxaq pa rub'eyal wuj +spread_none_label=Majun Rub'eyal +spread_odd.title=Ke'atunu' ri taq ruxaq rik'in natikirisaj rik'in jun man k'ulaj ta rajilab'al +spread_odd_label=Man K'ulaj Ta Rub'eyal +spread_even.title=Ke'atunu' ri taq ruxaq rik'in natikirisaj rik'in jun k'ulaj rajilab'al +spread_even_label=K'ulaj Rub'eyal + +# Document properties dialog box +document_properties.title=Taq richinil wuj… +document_properties_label=Taq richinil wuj… +document_properties_file_name=Rub'i' yakb'äl: +document_properties_file_size=Runimilem yakb'äl: +# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" +# will be replaced by the PDF file size in kilobytes, respectively in bytes. +document_properties_kb={{size_kb}} KB ({{size_b}} bytes) +# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" +# will be replaced by the PDF file size in megabytes, respectively in bytes. +document_properties_mb={{size_mb}} MB ({{size_b}} bytes) +document_properties_title=B'i'aj: +document_properties_author=B'anel: +document_properties_subject=Taqikil: +document_properties_keywords=Kixe'el taq tzij: +document_properties_creation_date=Ruq'ijul xtz'uk: +document_properties_modification_date=Ruq'ijul xjalwachïx: +# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" +# will be replaced by the creation/modification date, and time, of the PDF file. +document_properties_date_string={{date}}, {{time}} +document_properties_creator=Q'inonel: +document_properties_producer=PDF b'anöy: +document_properties_version=PDF ruwäch: +document_properties_page_count=Jarupe' ruxaq: +document_properties_page_size=Runimilem ri Ruxaq: +document_properties_page_size_unit_inches=pa +document_properties_page_size_unit_millimeters=mm +document_properties_page_size_orientation_portrait=rupalem +document_properties_page_size_orientation_landscape=rukotz'olem +document_properties_page_size_name_a3=A3 +document_properties_page_size_name_a4=A4 +document_properties_page_size_name_letter=Loman wuj +document_properties_page_size_name_legal=Nïm wuj +# LOCALIZATION NOTE (document_properties_page_size_dimension_string): +# "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement and orientation, of the (current) page. +document_properties_page_size_dimension_string={{width}} × {{height}} {{unit}} ({{orientation}}) +# LOCALIZATION NOTE (document_properties_page_size_dimension_name_string): +# "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement, name, and orientation, of the (current) page. +document_properties_page_size_dimension_name_string={{width}} × {{height}} {{unit}} ({{name}}, {{orientation}}) +# LOCALIZATION NOTE (document_properties_linearized): The linearization status of +# the document; usually called "Fast Web View" in English locales of Adobe software. +document_properties_linearized=Anin Rutz'etik Ajk'amaya'l: +document_properties_linearized_yes=Ja' +document_properties_linearized_no=Mani +document_properties_close=Titz'apïx + +print_progress_message=Ruchojmirisaxik wuj richin nitz'ajb'äx… +# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by +# a numerical per cent value. +print_progress_percent={{progress}}% +print_progress_close=Tiq'at + +# Tooltips and alt text for side panel toolbar buttons +# (the _label strings are alt text for the buttons, the .title strings are +# tooltips) +toggle_sidebar.title=Tijal ri ajxikin kajtz'ik +toggle_sidebar_notification.title=Tik'ex ri ajxikin yuqkajtz'ik (ri wuj eruk'wan taq ruchi'/taqoj taq yakb'äl) +toggle_sidebar_label=Tijal ri ajxikin kajtz'ik +document_outline.title=Tik'ut pe ruch'akulal wuj (kamul-pitz'oj richin nirik'/nich'utinirisäx ronojel ruch'akulal) +document_outline_label=Ruch'akulal wuj +attachments.title=Kek'ut pe taq taqoj +attachments_label=Taq taqoj +thumbs.title=Kek'ut pe taq ch'utiq +thumbs_label=Koköj +findbar.title=Tikanöx chupam ri wuj +findbar_label=Tikanöx + +# Thumbnails panel item (tooltip and alt text for images) +# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page +# number. +thumb_page_title=Ruxaq {{page}} +# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page +# number. +thumb_page_canvas=Ruch'utinirisaxik ruxaq {{page}} + +# Find panel button title and messages +find_input.title=Tikanöx +find_input.placeholder=Tikanöx pa wuj… +find_previous.title=Tib'an b'enam pa ri jun kan q'aptzij xilitäj +find_previous_label=Jun kan +find_next.title=Tib'e pa ri jun chik pajtzij xilitäj +find_next_label=Jun chik +find_highlight=Tiya' retal ronojel +find_match_case_label=Tuk'äm ri' kik'in taq nimatz'ib' chuqa' taq ch'utitz'ib' +find_entire_word_label=Tz'aqät taq tzij +find_reached_top=Xb'eq'i' ri rutikirib'al wuj, xtikanöx k'a pa ruk'isib'äl +find_reached_bottom=Xb'eq'i' ri ruk'isib'äl wuj, xtikanöx pa rutikirib'al +# LOCALIZATION NOTE (find_match_count): The supported plural forms are +# [one|two|few|many|other], with [other] as the default value. +# "{{current}}" and "{{total}}" will be replaced by a number representing the +# index of the currently active find result, respectively a number representing +# the total number of matches in the document. +find_match_count={[ plural(total) ]} +find_match_count[one]={{current}} richin {{total}} nuk'äm ri' +find_match_count[two]={{current}} richin {{total}} nikik'äm ki' +find_match_count[few]={{current}} richin {{total}} nikik'äm ki' +find_match_count[many]={{current}} richin {{total}} nikik'äm ki' +find_match_count[other]={{current}} richin {{total}} nikik'äm ki' +# LOCALIZATION NOTE (find_match_count_limit): The supported plural forms are +# [zero|one|two|few|many|other], with [other] as the default value. +# "{{limit}}" will be replaced by a numerical value. +find_match_count_limit={[ plural(limit) ]} +find_match_count_limit[zero]=K'ïy chi re {{limit}} nikik'äm ki' +find_match_count_limit[one]=K'ïy chi re {{limit}} nuk'äm ri' +find_match_count_limit[two]=K'ïy chi re {{limit}} nikik'äm ki' +find_match_count_limit[few]=K'ïy chi re {{limit}} nikik'äm ki' +find_match_count_limit[many]=K'ïy chi re {{limit}} nikik'äm ki' +find_match_count_limit[other]=K'ïy chi re {{limit}} nikik'äm ki' +find_not_found=Man xilitäj ta ri pajtzij + +# Error panel labels +error_more_info=Ch'aqa' chik rutzijol +error_less_info=Jub'a' ok rutzijol +error_close=Titz'apïx +# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be +# replaced by the PDF.JS version and build ID. +error_version_info=PDF.js v{{version}} (build: {{build}}) +# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an +# english string describing the error. +error_message=Uqxa'n: {{message}} +# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack +# trace. +error_stack=Tzub'aj: {{stack}} +# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename +error_file=Yakb'äl: {{file}} +# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number +error_line=B'ey: {{line}} +rendering_error=Xk'ulwachitäj jun sachoj toq ninuk'wachij ri ruxaq. + +# Predefined zoom values +page_scale_width=Ruwa ruxaq +page_scale_fit=Tinuk' ruxaq +page_scale_auto=Yonil chi nimilem +page_scale_actual=Runimilem +# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a +# numerical scale value. +page_scale_percent={{scale}}% + +# Loading indicator messages +loading_error_indicator=Sachoj +loading_error=\u0020Xk'ulwachitäj jun sach'oj toq xnuk'ux ri PDF . +invalid_file_error=Man oke ta o yujtajinäq ri PDF yakb'äl. +missing_file_error=Man xilitäj ta ri PDF yakb'äl. +unexpected_response_error=Man oyob'en ta tz'olin rutzij ruk'u'x samaj. + +# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. +# "{{type}}" will be replaced with an annotation type from a list defined in +# the PDF spec (32000-1:2008 Table 169 – Annotation types). +# Some common types are e.g.: "Check", "Text", "Comment", "Note" +text_annotation_type.alt=[{{type}} Tz'ib'anïk] +password_label=Tatz'ib'aj ri ewan tzij richin najäq re yakb'äl re' pa PDF. +password_invalid=Man okel ta ri ewan tzij: Tatojtob'ej chik. +password_ok=Ütz +password_cancel=Tiq'at + +printing_not_supported=Rutzijol k'ayewal: Ri rutz'ajb'axik man koch'el ta ronojel pa re okik'amaya'l re'. +printing_not_ready=Rutzijol k'ayewal: Ri PDF man xusamajij ta ronojel richin nitz'ajb'äx. +web_fonts_disabled=E chupül ri taq ajk'amaya'l tz'ib': man tikirel ta nokisäx ri taq tz'ib' PDF pa ch'ikenïk +document_colors_not_allowed=Ri taq wuj pa PDF man ya'on ta q'ij chi ke richin nikokisaj ri taq kib'onil: “Tiya' q'ij chi ke ri taq ruxaq chi kekicha' ri taq kib'onil” chupun pa ri awokik'amaya'l. diff --git a/dzz/pdf/web/locale/crh/index.htm b/dzz/pdf/web/locale/crh/index.htm new file mode 100644 index 0000000..e69de29 diff --git a/dzz/pdf/web/locale/crh/viewer.properties b/dzz/pdf/web/locale/crh/viewer.properties new file mode 100644 index 0000000..dcdaafe --- /dev/null +++ b/dzz/pdf/web/locale/crh/viewer.properties @@ -0,0 +1,217 @@ +# Copyright 2012 Mozilla Foundation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# Main toolbar buttons (tooltips and alt text for images) +previous.title=Evvelki Saife +previous_label=Evvelki +next.title=Soñraki Saife +next_label=Soñraki + +# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input. +page.title=Saife +# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number +# representing the total number of pages in the document. +of_pages=/ {{pagesCount}} +# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" +# will be replaced by a number representing the currently visible page, +# respectively a number representing the total number of pages in the document. +page_of_pages=({{pageNumber}} / {{pagesCount}}) + +zoom_out.title=Uzaqlaștır +zoom_out_label=Uzaqlaștır +zoom_in.title=Yaqınlaştır +zoom_in_label=Yaqınlaştır +zoom.title=Miqyasla +presentation_mode.title=Taqdim Tarzına Almaş +presentation_mode_label=Taqdim Tarzı +open_file.title=Dosye Aç +open_file_label=Aç +print.title=Bastır +print_label=Bastır +download.title=Endir +download_label=Endir +bookmark.title=Cari körünim (kopiyala yaki yañı pencerede aç) +bookmark_label=Cari körünim + +# Secondary toolbar and context menu +tools.title=Aletler +tools_label=Aletler +first_page.title=İlk Saifege Bar +first_page.label=İlk Saifege Bar +first_page_label=İlk Saifege Bar +last_page.title=Soñ Saifege Bar +last_page.label=Soñ Saifege Bar +last_page_label=Soñ Saifege Bar +page_rotate_cw.title=Saat Yönünde Devrettir +page_rotate_cw.label=Saat Yönünde Aylandır +page_rotate_cw_label=Saat Yönünde Aylandır +page_rotate_ccw.title=Saat Yönüniñ Tersine Devrettir +page_rotate_ccw.label=Saat Yönüniñ Tersine Aylandır +page_rotate_ccw_label=Saat Yönüniñ Tersine Aylandır + +cursor_text_select_tool.title=Metin Saylamı Aletini Qabilleştir +cursor_text_select_tool_label=Metin Saylamı Aleti +cursor_hand_tool.title=El Aletini Qabilleştir +cursor_hand_tool_label=El Aleti + +scroll_vertical.title=Şaquliy Taydırmanı Qullan +scroll_vertical_label=Şaquliy Taydırma +scroll_horizontal.title=Ufqiy Taydırmanı Qullan +scroll_horizontal_label=Ufqiy Taydırma +scroll_wrapped.title=Türülgen Taydırmanı Qullan +scroll_wrapped_label=Türülgen Taydırma + +spread_none.title=Saife yaymalarını qoşma +spread_none_label=Yaymasız +spread_odd.title=Saife yaymalarını tek-sayılı saifeler ile başlayaraq qoş +spread_odd_label=Tek Yaymalar +spread_even.title=Saife yaymalarını çift-sayılı saifeler ile başlayaraq qoş +spread_even_label=Çift Yaymalar + +# Document properties dialog box +document_properties.title=Vesiqa Hasiyetleri… +document_properties_label=Vesiqa Hasiyetleri… +document_properties_file_name=Dosye adı: +document_properties_file_size=Dosye ölçüsi: +# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" +# will be replaced by the PDF file size in kilobytes, respectively in bytes. +document_properties_kb={{size_kb}} KB ({{size_b}} bayt) +# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" +# will be replaced by the PDF file size in megabytes, respectively in bytes. +document_properties_mb={{size_mb}} MB ({{size_b}} bayt) +document_properties_title=Serleva: +document_properties_author=Müellif: +document_properties_subject=Mevzu: +document_properties_keywords=Anahtar-sözler: +document_properties_creation_date=İcat Tarihı: +document_properties_modification_date=Başqalaştırma Tarihi: +# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" +# will be replaced by the creation/modification date, and time, of the PDF file. +document_properties_date_string={{date}}, {{time}} +document_properties_creator=Mücit: +document_properties_producer=PDF İstisalcısı: +document_properties_version=PDF Sürümi: +document_properties_page_count=Saife Adedi: +document_properties_page_size=Saife Ölçüsi: +document_properties_page_size_unit_inches=düym +document_properties_page_size_unit_millimeters=mm +document_properties_page_size_orientation_portrait=portret +document_properties_page_size_orientation_landscape=manzara +document_properties_page_size_name_a3=A3 +document_properties_page_size_name_a4=A4 +document_properties_page_size_name_letter=Mektüp +document_properties_page_size_name_legal=Uquqiy +# LOCALIZATION NOTE (document_properties_page_size_dimension_string): +# "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement and orientation, of the (current) page. +document_properties_page_size_dimension_string={{width}} × {{height}} {{unit}} ({{orientation}}) +# LOCALIZATION NOTE (document_properties_page_size_dimension_name_string): +# "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement, name, and orientation, of the (current) page. +document_properties_page_size_dimension_name_string={{width}} × {{height}} {{unit}} ({{name}}, {{orientation}}) +# LOCALIZATION NOTE (document_properties_linearized): The linearization status of +# the document; usually called "Fast Web View" in English locales of Adobe software. +document_properties_close=Qapat + +print_progress_message=Vesiqa bastırılmağa azırlanıla… +# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by +# a numerical per cent value. +print_progress_percent=%{{progress}} +print_progress_close=Vazgeç + +# Tooltips and alt text for side panel toolbar buttons +# (the _label strings are alt text for the buttons, the .title strings are +# tooltips) +toggle_sidebar.title=Yan-çubuqnı Tönter +toggle_sidebar_notification.title=Yançubuqnı Tönter (vesiqa tış-hizanı/ilişiklerni ihtiva ete) +toggle_sidebar_label=Yan-çubuqnı Tönter +document_outline.title=Vesiqa Tış-hizasını Köster (unsurlarnıñ episini cayıldırmaq/eştirmek içün çifte-çertiñiz) +document_outline_label=Vesiqa Tış-hizası +attachments.title=İlişiklerni Köster +attachments_label=İlişikler +thumbs.title=Tırnaq-Resimlerni Köster +thumbs_label=Tırnaq-Resimler +findbar.title=Vesiqada Tap +findbar_label=Tap + +# Thumbnails panel item (tooltip and alt text for images) +# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page +# number. +thumb_page_title=Saife {{page}} +# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page +# number. +thumb_page_canvas={{page}}. Saifeniñ Tırnaq-Resmi + +# Find panel button title and messages +find_input.title=Tap +find_input.placeholder=Vesiqada tap… +find_previous.title=İbareniñ evvelki rastkelişini tap +find_previous_label=Evvelki +find_next.title=İbareniñ soñraki rastkelişini tap +find_next_label=Soñraki +find_highlight=Episini ışıqlandır +find_match_case_label=Büyük-ufaq hassasiyeti +find_reached_top=Saifeniñ töpesi irişildi, tüpten devam etildi +find_reached_bottom=Saifeniñ soñu irişildi, töpeden devam etildi +find_not_found=İbare tapılmadı + +# Error panel labels +error_more_info=Daa Çoq Malümat +error_less_info=Daa Az Malümat +error_close=Qapat +# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be +# replaced by the PDF.JS version and build ID. +error_version_info=PDF.js s{{version}} (inşa: {{build}}) +# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an +# english string describing the error. +error_message=Mesaj: {{message}} +# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack +# trace. +error_stack=Çeren: {{stack}} +# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename +error_file=Dosye: {{file}} +# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number +error_line=Satır: {{line}} +rendering_error=Saife qılınğanda bir hata ortağa çıqtı. + +# Predefined zoom values +page_scale_width=Saife Kenişligi +page_scale_fit=Saifeni Sığdır +page_scale_auto=Öz-özünden Miqyasla +page_scale_actual=Fiiliy Ölçü +# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a +# numerical scale value. +page_scale_percent=%{{scale}} + +# Loading indicator messages +loading_error_indicator=Hata +loading_error=PDF yüklengende bir hata ortağa çıqtı. +invalid_file_error=Keçersiz yaki ifsat etilgen PDF dosyesi. +missing_file_error=Eksik PDF dosyesi. +unexpected_response_error=Beklenmegen sunucı cevabı. + +# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. +# "{{type}}" will be replaced with an annotation type from a list defined in +# the PDF spec (32000-1:2008 Table 169 – Annotation types). +# Some common types are e.g.: "Check", "Text", "Comment", "Note" +text_annotation_type.alt=[{{type}} Notlandırması] +password_label=Bu PDF dosyesini açmaq içün sır-sözni kirsetiñiz. +password_invalid=Keçersiz sır-söz. Lütfen yañıdan deñeñiz. +password_ok=Tamam +password_cancel=Vazgeç + +printing_not_supported=Tenbi: Bastıruv bu kezici tarafından tam olaraq desteklenmey. +printing_not_ready=Tenbi: PDF bastıruv içün bütünley yüklengen degildir. +web_fonts_disabled=Ağ urufatları naqabildir: içeri-yatqızılğan PDF urufatları qullanılalmay. +document_colors_not_allowed=PDF vesiqalarınıñ öz tüslerini qullanması caiz degildir: “Saifelerge öz tüslerini seçmege izin ber” kezicide ğayrıfaalleştirilgendir. diff --git a/dzz/pdf/web/locale/cs/index.htm b/dzz/pdf/web/locale/cs/index.htm new file mode 100644 index 0000000..e69de29 diff --git a/dzz/pdf/web/locale/cs/viewer.properties b/dzz/pdf/web/locale/cs/viewer.properties new file mode 100644 index 0000000..267054e --- /dev/null +++ b/dzz/pdf/web/locale/cs/viewer.properties @@ -0,0 +1,242 @@ +# Copyright 2012 Mozilla Foundation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# Main toolbar buttons (tooltips and alt text for images) +previous.title=Přejde na předchozí stránku +previous_label=Předchozí +next.title=Přejde na následující stránku +next_label=Další + +# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input. +page.title=Stránka +# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number +# representing the total number of pages in the document. +of_pages=z {{pagesCount}} +# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" +# will be replaced by a number representing the currently visible page, +# respectively a number representing the total number of pages in the document. +page_of_pages=({{pageNumber}} z {{pagesCount}}) + +zoom_out.title=Zmenší velikost +zoom_out_label=Zmenšit +zoom_in.title=Zvětší velikost +zoom_in_label=Zvětšit +zoom.title=Nastaví velikost +presentation_mode.title=Přepne do režimu prezentace +presentation_mode_label=Režim prezentace +open_file.title=Otevře soubor +open_file_label=Otevřít +print.title=Vytiskne dokument +print_label=Tisk +download.title=Stáhne dokument +download_label=Stáhnout +bookmark.title=Současný pohled (kopírovat nebo otevřít v novém okně) +bookmark_label=Současný pohled + +# Secondary toolbar and context menu +tools.title=Nástroje +tools_label=Nástroje +first_page.title=Přejde na první stránku +first_page.label=Přejít na první stránku +first_page_label=Přejít na první stránku +last_page.title=Přejde na poslední stránku +last_page.label=Přejít na poslední stránku +last_page_label=Přejít na poslední stránku +page_rotate_cw.title=Otočí po směru hodin +page_rotate_cw.label=Otočit po směru hodin +page_rotate_cw_label=Otočit po směru hodin +page_rotate_ccw.title=Otočí proti směru hodin +page_rotate_ccw.label=Otočit proti směru hodin +page_rotate_ccw_label=Otočit proti směru hodin + +cursor_text_select_tool.title=Povolí výběr textu +cursor_text_select_tool_label=Výběr textu +cursor_hand_tool.title=Povolí nástroj ručička +cursor_hand_tool_label=Nástroj ručička + +scroll_vertical.title=Použít svislé posouvání +scroll_vertical_label=Svislé posouvání +scroll_horizontal.title=Použít vodorovné posouvání +scroll_horizontal_label=Vodorovné posouvání +scroll_wrapped.title=Použít postupné posouvání +scroll_wrapped_label=Postupné posouvání + +spread_none.title=Nesdružovat stránky +spread_none_label=Žádné sdružení +spread_odd.title=Sdruží stránky s umístěním lichých vlevo +spread_odd_label=Sdružení stránek (liché vlevo) +spread_even.title=Sdruží stránky s umístěním sudých vlevo +spread_even_label=Sdružení stránek (sudé vlevo) + +# Document properties dialog box +document_properties.title=Vlastnosti dokumentu… +document_properties_label=Vlastnosti dokumentu… +document_properties_file_name=Název souboru: +document_properties_file_size=Velikost souboru: +# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" +# will be replaced by the PDF file size in kilobytes, respectively in bytes. +document_properties_kb={{size_kb}} KB ({{size_b}} bajtů) +# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" +# will be replaced by the PDF file size in megabytes, respectively in bytes. +document_properties_mb={{size_mb}} MB ({{size_b}} bajtů) +document_properties_title=Název stránky: +document_properties_author=Autor: +document_properties_subject=Předmět: +document_properties_keywords=Klíčová slova: +document_properties_creation_date=Datum vytvoření: +document_properties_modification_date=Datum úpravy: +# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" +# will be replaced by the creation/modification date, and time, of the PDF file. +document_properties_date_string={{date}}, {{time}} +document_properties_creator=Vytvořil: +document_properties_producer=Tvůrce PDF: +document_properties_version=Verze PDF: +document_properties_page_count=Počet stránek: +document_properties_page_size=Velikost stránky: +document_properties_page_size_unit_inches=in +document_properties_page_size_unit_millimeters=mm +document_properties_page_size_orientation_portrait=na výšku +document_properties_page_size_orientation_landscape=na šířku +document_properties_page_size_name_a3=A3 +document_properties_page_size_name_a4=A4 +document_properties_page_size_name_letter=Dopis +document_properties_page_size_name_legal=Právní dokument +# LOCALIZATION NOTE (document_properties_page_size_dimension_string): +# "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement and orientation, of the (current) page. +document_properties_page_size_dimension_string={{width}} × {{height}} {{unit}} ({{orientation}}) +# LOCALIZATION NOTE (document_properties_page_size_dimension_name_string): +# "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement, name, and orientation, of the (current) page. +document_properties_page_size_dimension_name_string={{width}} × {{height}} {{unit}} ({{name}}, {{orientation}}) +# LOCALIZATION NOTE (document_properties_linearized): The linearization status of +# the document; usually called "Fast Web View" in English locales of Adobe software. +document_properties_linearized=Rychlé zobrazování z webu: +document_properties_linearized_yes=Ano +document_properties_linearized_no=Ne +document_properties_close=Zavřít + +print_progress_message=Příprava dokumentu pro tisk… +# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by +# a numerical per cent value. +print_progress_percent={{progress}} % +print_progress_close=Zrušit + +# Tooltips and alt text for side panel toolbar buttons +# (the _label strings are alt text for the buttons, the .title strings are +# tooltips) +toggle_sidebar.title=Postranní lišta +toggle_sidebar_notification.title=Přepne postranní lištu (dokument obsahuje osnovu/přílohy) +toggle_sidebar_label=Postranní lišta +document_outline.title=Zobrazí osnovu dokumentu (dvojité klepnutí rozbalí/sbalí všechny položky) +document_outline_label=Osnova dokumentu +attachments.title=Zobrazí přílohy +attachments_label=Přílohy +thumbs.title=Zobrazí náhledy +thumbs_label=Náhledy +findbar.title=Najde v dokumentu +findbar_label=Najít + +# Thumbnails panel item (tooltip and alt text for images) +# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page +# number. +thumb_page_title=Strana {{page}} +# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page +# number. +thumb_page_canvas=Náhled strany {{page}} + +# Find panel button title and messages +find_input.title=Najít +find_input.placeholder=Najít v dokumentu… +find_previous.title=Najde předchozí výskyt hledaného textu +find_previous_label=Předchozí +find_next.title=Najde další výskyt hledaného textu +find_next_label=Další +find_highlight=Zvýraznit +find_match_case_label=Rozlišovat velikost +find_entire_word_label=Celá slova +find_reached_top=Dosažen začátek dokumentu, pokračuje se od konce +find_reached_bottom=Dosažen konec dokumentu, pokračuje se od začátku +# LOCALIZATION NOTE (find_match_count): The supported plural forms are +# [one|two|few|many|other], with [other] as the default value. +# "{{current}}" and "{{total}}" will be replaced by a number representing the +# index of the currently active find result, respectively a number representing +# the total number of matches in the document. +find_match_count={[ plural(total) ]} +find_match_count[one]={{current}}. z {{total}} výskytu +find_match_count[two]={{current}}. z {{total}} výskytů +find_match_count[few]={{current}}. z {{total}} výskytů +find_match_count[many]={{current}}. z {{total}} výskytů +find_match_count[other]={{current}}. z {{total}} výskytů +# LOCALIZATION NOTE (find_match_count_limit): The supported plural forms are +# [zero|one|two|few|many|other], with [other] as the default value. +# "{{limit}}" will be replaced by a numerical value. +find_match_count_limit={[ plural(limit) ]} +find_match_count_limit[zero]=Více než {{limit}} výskytů +find_match_count_limit[one]=Více než {{limit}} výskyt +find_match_count_limit[two]=Více než {{limit}} výskyty +find_match_count_limit[few]=Více než {{limit}} výskyty +find_match_count_limit[many]=Více než {{limit}} výskytů +find_match_count_limit[other]=Více než {{limit}} výskytů +find_not_found=Hledaný text nenalezen + +# Error panel labels +error_more_info=Více informací +error_less_info=Méně informací +error_close=Zavřít +# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be +# replaced by the PDF.JS version and build ID. +error_version_info=PDF.js v{{version}} (sestavení: {{build}}) +# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an +# english string describing the error. +error_message=Zpráva: {{message}} +# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack +# trace. +error_stack=Zásobník: {{stack}} +# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename +error_file=Soubor: {{file}} +# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number +error_line=Řádek: {{line}} +rendering_error=Při vykreslování stránky nastala chyba. + +# Predefined zoom values +page_scale_width=Podle šířky +page_scale_fit=Podle výšky +page_scale_auto=Automatická velikost +page_scale_actual=Skutečná velikost +# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a +# numerical scale value. +page_scale_percent={{scale}}% + +# Loading indicator messages +loading_error_indicator=Chyba +loading_error=Při nahrávání PDF nastala chyba. +invalid_file_error=Neplatný nebo chybný soubor PDF. +missing_file_error=Chybí soubor PDF. +unexpected_response_error=Neočekávaná odpověď serveru. + +# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. +# "{{type}}" will be replaced with an annotation type from a list defined in +# the PDF spec (32000-1:2008 Table 169 – Annotation types). +# Some common types are e.g.: "Check", "Text", "Comment", "Note" +text_annotation_type.alt=[Anotace typu {{type}}] +password_label=Pro otevření PDF souboru vložte heslo. +password_invalid=Neplatné heslo. Zkuste to znovu. +password_ok=OK +password_cancel=Zrušit + +printing_not_supported=Upozornění: Tisk není v tomto prohlížeči plně podporován. +printing_not_ready=Upozornění: Dokument PDF není kompletně načten. +web_fonts_disabled=Webová písma jsou zakázána, proto není možné použít vložená písma PDF. +document_colors_not_allowed=PDF dokumenty nemají povoleno používat vlastní barvy: volba 'Povolit stránkám používat vlastní barvy' je v prohlížeči deaktivována. diff --git a/dzz/pdf/web/locale/csb/index.htm b/dzz/pdf/web/locale/csb/index.htm new file mode 100644 index 0000000..e69de29 diff --git a/dzz/pdf/web/locale/csb/viewer.properties b/dzz/pdf/web/locale/csb/viewer.properties new file mode 100644 index 0000000..293a353 --- /dev/null +++ b/dzz/pdf/web/locale/csb/viewer.properties @@ -0,0 +1,134 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +# Main toolbar buttons (tooltips and alt text for images) +previous.title=Pòprzédnô strona +previous_label=Pòprzédnô +next.title=Nôslédnô strona +next_label=Nôslédnô + +# LOCALIZATION NOTE (page_label, page_of): +# These strings are concatenated to form the "Page: X of Y" string. +# Do not translate "{{pageCount}}", it will be substituted with a number +# representing the total number of pages. +page_label=Strona: +page_of=z {{pageCount}} + +zoom_out.title=Zmniészë +zoom_out_label=Zmniészë +zoom_in.title=Zwikszë +zoom_in_label=Wiôlgòsc +zoom.title=Wiôlgòsc +print.title=Drëkùjë +print_label=Drëkùjë +presentation_mode.title=Przéńdzë w trib prezentacje +presentation_mode_label=Trib prezentacje +open_file.title=Òtemkni lopk +open_file_label=Òtemkni +download.title=Zladënk +download_label=Zladënk +bookmark.title=Spamiãtôj wëzdrzatk (kòpérëje, abò òtemkni w nowim òknnie) +bookmark_label=Aktualny wëzdrzatk + +find_label=Szëkôj: +find_previous.title=Biéj do pòprzédnégò wënikù szëkbë +find_previous_label=Pòprzédny +find_next.title=Biéj do nôslédnégò wënikù szëkbë +find_next_label=Nôslédny +find_highlight=Pòdszkrzëni wszëtczé +find_match_case_label=Rozeznôwôj miarã lëterów +find_not_found=Nie nalôzł tekstu +find_reached_bottom=Doszedł do kùńca dokùmentu, zaczinającë òd górë +find_reached_top=Doszedł do pòczątkù dokùmentu, zaczinającë òd dołù + +toggle_sidebar.title=Pòsuwk wëbiérkù +toggle_sidebar_label=Pòsuwk wëbiérkù + +outline.title=Wëskrzëni òbcéch dokùmentu +outline_label=Òbcéch dokùmentu +thumbs.title=Wëskrzëni miniaturë +thumbs_label=Miniaturë +findbar.title=Przeszëkôj dokùment +findbar_label=Nalezë +tools_label=Nôrzãdła +first_page.title=Biéj do pierszi stronë +first_page.label=Biéj do pierszi stronë +last_page.label=Biéj do òstatny stronë +invalid_file_error=Lëchi ôrt, abò pòpsëti lopk PDF. + + + +# Thumbnails panel item (tooltip and alt text for images) +# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page +# number. +thumb_page_title=Strona {{page}} +# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page +# number. +thumb_page_canvas=Miniatura stronë {{page}} + +# Error panel labels +error_more_info=Wicy infòrmacje +error_less_info=Mni infòrmacje +error_close=Close +error_version_info=PDF.js v{{version}} (build: {{build}}) + + +# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an +# english string describing the error. +error_message=Message: {{wiadło}} +# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack +# trace. +error_stack=Stack: {{stóg}} +# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename +error_file=File: {{lopk}} +# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number +error_line=Line: {{line}} +rendering_error=Pòkôza sã fela przë renderowanim stronë. + +# Predefined zoom values +page_scale_width=Szérzawa stronë +page_scale_fit=Dopasëje stronã +page_scale_auto=Aùtomatnô wiôlgòsc +page_scale_actual=Naturalnô wiôlgòsc + +# Loading indicator messages +# LOCALIZATION NOTE (error_line): "{{[percent}}" will be replaced with a percentage +loading_error_indicator=Fela +loading_error=Pòkôza sã fela przë wczëtiwanim PDFù. + +# LOCALIZATION NOTE (text_annotation_type): This is used as a tooltip. +# "{{[type}}" will be replaced with an annotation type from a list defined in +# the PDF spec (32000-1:2008 Table 169 – Annotation types). +# Some common types are e.g.: "Check", "Text", "Comment", "Note" + +request_password=PDF je zabezpieczony parolą: +printing_not_supported = Òstrzéga: przezérnik nie je do kùńca wspieróny przez drëkôrze + +# Context menu +page_rotate_cw.label=Òbkrãcë w prawò +page_rotate_ccw.label=Òbkrãcë w lewò + + +last_page.title=Biéj do pòprzédny stronë +last_page_label=Biéj do pòprzédny stronë +page_rotate_cw.title=Òbkrãcë w prawò +page_rotate_cw_label=Òbkrãcë w prawò +page_rotate_ccw.title=Òbkrãcë w lewò +page_rotate_ccw_label=Òbkrãcë w lewò + + +web_fonts_disabled=Sécowé czconczi są wëłączoné: włączë je, bë móc ùżiwac òsadzonëch czconków w lopkach PDF. + + +missing_file_error=Felëje lopka PDF. +printing_not_ready = Òstrzéga: lopk mùszi sã do kùńca wczëtac zanim gò mòże drëkòwac + +document_colors_disabled=Dokùmentë PDF nie mògą ù swòjich farwów: \'Pòzwòlë stronóm wëbierac swòje farwë\' je wëłączoné w przezérnikù. +invalid_password=Lëchô parola. +text_annotation_type.alt=[Adnotacjô {{type}}] + +tools.title=Tools +first_page_label=Go to First Page + + diff --git a/dzz/pdf/web/locale/cy/index.htm b/dzz/pdf/web/locale/cy/index.htm new file mode 100644 index 0000000..e69de29 diff --git a/dzz/pdf/web/locale/cy/viewer.properties b/dzz/pdf/web/locale/cy/viewer.properties new file mode 100644 index 0000000..44a3fee --- /dev/null +++ b/dzz/pdf/web/locale/cy/viewer.properties @@ -0,0 +1,242 @@ +# Copyright 2012 Mozilla Foundation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# Main toolbar buttons (tooltips and alt text for images) +previous.title=Tudalen Flaenorol +previous_label=Blaenorol +next.title=Tudalen Nesaf +next_label=Nesaf + +# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input. +page.title=Tudalen +# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number +# representing the total number of pages in the document. +of_pages=o {{pagesCount}} +# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" +# will be replaced by a number representing the currently visible page, +# respectively a number representing the total number of pages in the document. +page_of_pages=({{pageNumber}} o {{pagesCount}}) + +zoom_out.title=Chwyddo Allan +zoom_out_label=Chwyddo Allan +zoom_in.title=Chwyddo Mewn +zoom_in_label=Chwyddo Mewn +zoom.title=Chwyddo +presentation_mode.title=Newid i'r Modd Cyflwyno +presentation_mode_label=Modd Cyflwyno +open_file.title=Agor Ffeil +open_file_label=Agor +print.title=Argraffu +print_label=Argraffu +download.title=Llwyth +download_label=Llwytho i Lawr +bookmark.title=Golwg cyfredol (copïo neu agor ffenestr newydd) +bookmark_label=Golwg Gyfredol + +# Secondary toolbar and context menu +tools.title=Offer +tools_label=Offer +first_page.title=Mynd i'r Dudalen Gyntaf +first_page.label=Mynd i'r Dudalen Gyntaf +first_page_label=Mynd i'r Dudalen Gyntaf +last_page.title=Mynd i'r Dudalen Olaf +last_page.label=Mynd i'r Dudalen Olaf +last_page_label=Mynd i'r Dudalen Olaf +page_rotate_cw.title=Cylchdroi Clocwedd +page_rotate_cw.label=Cylchdroi Clocwedd +page_rotate_cw_label=Cylchdroi Clocwedd +page_rotate_ccw.title=Cylchdroi Gwrthglocwedd +page_rotate_ccw.label=Cylchdroi Gwrthglocwedd +page_rotate_ccw_label=Cylchdroi Gwrthglocwedd + +cursor_text_select_tool.title=Galluogi Dewis Offeryn Testun +cursor_text_select_tool_label=Offeryn Dewis Testun +cursor_hand_tool.title=Galluogi Offeryn Llaw +cursor_hand_tool_label=Offeryn Llaw + +scroll_vertical.title=Defnyddio Sgrolio Fertigol +scroll_vertical_label=Sgrolio Fertigol +scroll_horizontal.title=Defnyddio Sgrolio Fertigol +scroll_horizontal_label=Sgrolio Fertigol +scroll_wrapped.title=Defnyddio Sgrolio Amlapio +scroll_wrapped_label=Sgrolio Amlapio + +spread_none.title=Peidio uno taeniadau canol +spread_none_label=Dim Taeniadau +spread_odd.title=Uno taeniadau tudalen yn cychwyn gyda thudalennau odrif +spread_odd_label=Taeniadau Odrifau +spread_even.title=Uno taeniadau tudalen yn cychwyn gyda thudalennau eilrif +spread_even_label=Taeniadau Eilrif + +# Document properties dialog box +document_properties.title=Priodweddau Dogfen… +document_properties_label=Priodweddau Dogfen… +document_properties_file_name=Enw ffeil: +document_properties_file_size=Maint ffeil: +# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" +# will be replaced by the PDF file size in kilobytes, respectively in bytes. +document_properties_kb={{size_kb}} KB ({{size_b}} beit) +# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" +# will be replaced by the PDF file size in megabytes, respectively in bytes. +document_properties_mb={{size_mb}} MB ({{size_b}} beit) +document_properties_title=Teitl: +document_properties_author=Awdur: +document_properties_subject=Pwnc: +document_properties_keywords=Allweddair: +document_properties_creation_date=Dyddiad Creu: +document_properties_modification_date=Dyddiad Addasu: +# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" +# will be replaced by the creation/modification date, and time, of the PDF file. +document_properties_date_string={{date}}, {{time}} +document_properties_creator=Crewr: +document_properties_producer=Cynhyrchydd PDF: +document_properties_version=Fersiwn PDF: +document_properties_page_count=Cyfrif Tudalen: +document_properties_page_size=Maint Tudalen: +document_properties_page_size_unit_inches=o fewn +document_properties_page_size_unit_millimeters=mm +document_properties_page_size_orientation_portrait=portread +document_properties_page_size_orientation_landscape=tirlun +document_properties_page_size_name_a3=A3 +document_properties_page_size_name_a4=A4 +document_properties_page_size_name_letter=Llythyr +document_properties_page_size_name_legal=Cyfreithiol +# LOCALIZATION NOTE (document_properties_page_size_dimension_string): +# "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement and orientation, of the (current) page. +document_properties_page_size_dimension_string={{width}} × {{height}} {{unit}} ({{orientation}}) +# LOCALIZATION NOTE (document_properties_page_size_dimension_name_string): +# "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement, name, and orientation, of the (current) page. +document_properties_page_size_dimension_name_string={{width}} × {{height}} {{unit}} ({{name}}, {{orientation}}) +# LOCALIZATION NOTE (document_properties_linearized): The linearization status of +# the document; usually called "Fast Web View" in English locales of Adobe software. +document_properties_linearized=Golwg Gwe Cyflym: +document_properties_linearized_yes=Iawn +document_properties_linearized_no=Na +document_properties_close=Cau + +print_progress_message=Paratoi dogfen ar gyfer ei hargraffu… +# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by +# a numerical per cent value. +print_progress_percent={{progress}}% +print_progress_close=Diddymu + +# Tooltips and alt text for side panel toolbar buttons +# (the _label strings are alt text for the buttons, the .title strings are +# tooltips) +toggle_sidebar.title=Toglo'r Bar Ochr +toggle_sidebar_notification.title=Toglo'r Bar Ochr (mae'r ddogfen yn cynnwys outline/attachments) +toggle_sidebar_label=Toglo'r Bar Ochr +document_outline.title=Dangos Amlinell Dogfen (clic dwbl i ymestyn/cau pob eitem) +document_outline_label=Amlinelliad Dogfen +attachments.title=Dangos Atodiadau +attachments_label=Atodiadau +thumbs.title=Dangos Lluniau Bach +thumbs_label=Lluniau Bach +findbar.title=Canfod yn y Ddogfen +findbar_label=Canfod + +# Thumbnails panel item (tooltip and alt text for images) +# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page +# number. +thumb_page_title=Tudalen {{page}} +# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page +# number. +thumb_page_canvas=Llun Bach Tudalen {{page}} + +# Find panel button title and messages +find_input.title=Canfod +find_input.placeholder=Canfod yn y ddogfen… +find_previous.title=Canfod enghraifft flaenorol o'r ymadrodd +find_previous_label=Blaenorol +find_next.title=Canfod enghraifft nesaf yr ymadrodd +find_next_label=Nesaf +find_highlight=Amlygu popeth +find_match_case_label=Cydweddu maint +find_entire_word_label=Geiriau cyfan +find_reached_top=Wedi cyrraedd brig y dudalen, parhau o'r gwaelod +find_reached_bottom=Wedi cyrraedd diwedd y dudalen, parhau o'r brig +# LOCALIZATION NOTE (find_match_count): The supported plural forms are +# [one|two|few|many|other], with [other] as the default value. +# "{{current}}" and "{{total}}" will be replaced by a number representing the +# index of the currently active find result, respectively a number representing +# the total number of matches in the document. +find_match_count={[ plural(total) ]} +find_match_count[one]={{current}} o {{total}} cydweddiad +find_match_count[two]={{current}} o {{total}} cydweddiad +find_match_count[few]={{current}} o {{total}} cydweddiad +find_match_count[many]={{current}} o {{total}} cydweddiad +find_match_count[other]={{current}} o {{total}} cydweddiad +# LOCALIZATION NOTE (find_match_count_limit): The supported plural forms are +# [zero|one|two|few|many|other], with [other] as the default value. +# "{{limit}}" will be replaced by a numerical value. +find_match_count_limit={[ plural(limit) ]} +find_match_count_limit[zero]=Mwy na {{limit}} cydweddiad +find_match_count_limit[one]=Mwy na {{limit}} cydweddiad +find_match_count_limit[two]=Mwy na {{limit}} cydweddiad +find_match_count_limit[few]=Mwy na {{limit}} cydweddiad +find_match_count_limit[many]=Mwy na {{limit}} cydweddiad +find_match_count_limit[other]=Mwy na {{limit}} cydweddiad +find_not_found=Heb ganfod ymadrodd + +# Error panel labels +error_more_info=Rhagor o Wybodaeth +error_less_info=Llai o wybodaeth +error_close=Cau +# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be +# replaced by the PDF.JS version and build ID. +error_version_info=PDF.js v{{version}} (build: {{build}}) +# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an +# english string describing the error. +error_message=Neges: {{message}} +# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack +# trace. +error_stack=Stac: {{stack}} +# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename +error_file=Ffeil: {{file}} +# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number +error_line=Llinell: {{line}} +rendering_error=Digwyddodd gwall wrth adeiladu'r dudalen. + +# Predefined zoom values +page_scale_width=Lled Tudalen +page_scale_fit=Ffit Tudalen +page_scale_auto=Chwyddo Awtomatig +page_scale_actual=Maint Gwirioneddol +# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a +# numerical scale value. +page_scale_percent={{scale}}% + +# Loading indicator messages +loading_error_indicator=Gwall +loading_error=Digwyddodd gwall wrth lwytho'r PDF. +invalid_file_error=Ffeil PDF annilys neu llwgr. +missing_file_error=Ffeil PDF coll. +unexpected_response_error=Ymateb annisgwyl gan y gweinydd. + +# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. +# "{{type}}" will be replaced with an annotation type from a list defined in +# the PDF spec (32000-1:2008 Table 169 – Annotation types). +# Some common types are e.g.: "Check", "Text", "Comment", "Note" +text_annotation_type.alt=[Anodiad {{type}} ] +password_label=Rhowch gyfrinair i agor y PDF. +password_invalid=Cyfrinair annilys. Ceisiwch eto. +password_ok=Iawn +password_cancel=Diddymu + +printing_not_supported=Rhybudd: Nid yw argraffu yn cael ei gynnal yn llawn gan y porwr. +printing_not_ready=Rhybudd: Nid yw'r PDF wedi ei lwytho'n llawn ar gyfer argraffu. +web_fonts_disabled=Ffontiau gwe wedi eu hanalluogi: methu defnyddio ffontiau PDF mewnblanedig. +document_colors_not_allowed=Nid oes caniatâd i ddogfennau PDF i ddefnyddio eu lliwiau eu hunain: Mae “Caniatáu i dudalennau ddefnyddio eu lliwiau eu hunain” wedi ei atal yn y porwr. diff --git a/dzz/pdf/web/locale/da/index.htm b/dzz/pdf/web/locale/da/index.htm new file mode 100644 index 0000000..e69de29 diff --git a/dzz/pdf/web/locale/da/viewer.properties b/dzz/pdf/web/locale/da/viewer.properties new file mode 100644 index 0000000..62db093 --- /dev/null +++ b/dzz/pdf/web/locale/da/viewer.properties @@ -0,0 +1,242 @@ +# Copyright 2012 Mozilla Foundation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# Main toolbar buttons (tooltips and alt text for images) +previous.title=Forrige side +previous_label=Forrige +next.title=Næste side +next_label=Næste + +# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input. +page.title=Side +# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number +# representing the total number of pages in the document. +of_pages=af {{pagesCount}} +# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" +# will be replaced by a number representing the currently visible page, +# respectively a number representing the total number of pages in the document. +page_of_pages=({{pageNumber}} af {{pagesCount}}) + +zoom_out.title=Zoom ud +zoom_out_label=Zoom ud +zoom_in.title=Zoom ind +zoom_in_label=Zoom ind +zoom.title=Zoom +print.title=Udskriv +print_label=Udskriv +presentation_mode.title=Skift til fuldskærmsvisning +presentation_mode_label=Fuldskærmsvisning +open_file.title=Åbn fil +open_file_label=Åbn +download.title=Hent +download_label=Hent +bookmark.title=Aktuel visning (kopier eller åbn i et nyt vindue) +bookmark_label=Aktuel visning + +# Secondary toolbar and context menu +tools.title=Funktioner +tools_label=Funktioner +first_page.title=Gå til første side +first_page.label=Gå til første side +first_page_label=Gå til første side +last_page.title=Gå til sidste side +last_page.label=Gå til sidste side +last_page_label=Gå til sidste side +page_rotate_cw.title=Roter med uret +page_rotate_cw.label=Roter med uret +page_rotate_cw_label=Roter med uret +page_rotate_ccw.title=Roter mod uret +page_rotate_ccw.label=Roter mod uret +page_rotate_ccw_label=Roter mod uret + +cursor_text_select_tool.title=Aktiver markeringsværktøj +cursor_text_select_tool_label=Markeringsværktøj +cursor_hand_tool.title=Aktiver håndværktøj +cursor_hand_tool_label=Håndværktøj + +scroll_vertical.title=Brug vertikal scrolling +scroll_vertical_label=Vertikal scrolling +scroll_horizontal.title=Brug horisontal scrolling +scroll_horizontal_label=Horisontal scrolling +scroll_wrapped.title=Brug ombrudt scrolling +scroll_wrapped_label=Ombrudt scrolling + +spread_none.title=Vis enkeltsider +spread_none_label=Enkeltsider +spread_odd.title=Vis opslag med ulige sidenumre til venstre +spread_odd_label=Opslag med forside +spread_even.title=Vis opslag med lige sidenumre til venstre +spread_even_label=Opslag uden forside + +# Document properties dialog box +document_properties.title=Dokumentegenskaber… +document_properties_label=Dokumentegenskaber… +document_properties_file_name=Filnavn: +document_properties_file_size=Filstørrelse: +# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" +# will be replaced by the PDF file size in kilobytes, respectively in bytes. +document_properties_kb={{size_kb}} KB ({{size_b}} bytes) +# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" +# will be replaced by the PDF file size in megabytes, respectively in bytes. +document_properties_mb={{size_mb}} MB ({{size_b}} bytes) +document_properties_title=Titel: +document_properties_author=Forfatter: +document_properties_subject=Emne: +document_properties_keywords=Nøgleord: +document_properties_creation_date=Oprettet: +document_properties_modification_date=Redigeret: +# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" +# will be replaced by the creation/modification date, and time, of the PDF file. +document_properties_date_string={{date}}, {{time}} +document_properties_creator=Program: +document_properties_producer=PDF-producent: +document_properties_version=PDF-version: +document_properties_page_count=Antal sider: +document_properties_page_size=Sidestørrelse: +document_properties_page_size_unit_inches=in +document_properties_page_size_unit_millimeters=mm +document_properties_page_size_orientation_portrait=stående +document_properties_page_size_orientation_landscape=liggende +document_properties_page_size_name_a3=A3 +document_properties_page_size_name_a4=A4 +document_properties_page_size_name_letter=Letter +document_properties_page_size_name_legal=Legal +# LOCALIZATION NOTE (document_properties_page_size_dimension_string): +# "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement and orientation, of the (current) page. +document_properties_page_size_dimension_string={{width}} × {{height}} {{unit}} ({{orientation}}) +# LOCALIZATION NOTE (document_properties_page_size_dimension_name_string): +# "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement, name, and orientation, of the (current) page. +document_properties_page_size_dimension_name_string={{width}} × {{height}} {{unit}} ({{name}}, {{orientation}}) +# LOCALIZATION NOTE (document_properties_linearized): The linearization status of +# the document; usually called "Fast Web View" in English locales of Adobe software. +document_properties_linearized=Hurtig web-visning: +document_properties_linearized_yes=Ja +document_properties_linearized_no=Nej +document_properties_close=Luk + +print_progress_message=Forbereder dokument til udskrivning… +# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by +# a numerical per cent value. +print_progress_percent={{progress}}% +print_progress_close=Annuller + +# Tooltips and alt text for side panel toolbar buttons +# (the _label strings are alt text for the buttons, the .title strings are +# tooltips) +toggle_sidebar.title=Slå sidepanel til eller fra +toggle_sidebar_notification.title=Slå sidepanel til eller fra (dokumentet indeholder disposition/vedhæftede filer) +toggle_sidebar_label=Slå sidepanel til eller fra +document_outline.title=Vis dokumentets disposition (dobbeltklik for at vise/skjule alle elementer) +document_outline_label=Dokument-disposition +attachments.title=Vis vedhæftede filer +attachments_label=Vedhæftede filer +thumbs.title=Vis miniaturer +thumbs_label=Miniaturer +findbar.title=Find i dokument +findbar_label=Find + +# Thumbnails panel item (tooltip and alt text for images) +# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page +# number. +thumb_page_title=Side {{page}} +# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page +# number. +thumb_page_canvas=Miniature af side {{page}} + +# Find panel button title and messages +find_input.title=Find +find_input.placeholder=Find i dokument… +find_previous.title=Find den forrige forekomst +find_previous_label=Forrige +find_next.title=Find den næste forekomst +find_next_label=Næste +find_highlight=Fremhæv alle +find_match_case_label=Forskel på store og små bogstaver +find_entire_word_label=Hele ord +find_reached_top=Toppen af siden blev nået, fortsatte fra bunden +find_reached_bottom=Bunden af siden blev nået, fortsatte fra toppen +# LOCALIZATION NOTE (find_match_count): The supported plural forms are +# [one|two|few|many|other], with [other] as the default value. +# "{{current}}" and "{{total}}" will be replaced by a number representing the +# index of the currently active find result, respectively a number representing +# the total number of matches in the document. +find_match_count={[ plural(total) ]} +find_match_count[one]={{current}} af {{total}} forekomst +find_match_count[two]={{current}} af {{total}} forekomster +find_match_count[few]={{current}} af {{total}} forekomster +find_match_count[many]={{current}} af {{total}} forekomster +find_match_count[other]={{current}} af {{total}} forekomster +# LOCALIZATION NOTE (find_match_count_limit): The supported plural forms are +# [zero|one|two|few|many|other], with [other] as the default value. +# "{{limit}}" will be replaced by a numerical value. +find_match_count_limit={[ plural(limit) ]} +find_match_count_limit[zero]=Mere end {{limit}} forekomster +find_match_count_limit[one]=Mere end {{limit}} forekomst +find_match_count_limit[two]=Mere end {{limit}} forekomster +find_match_count_limit[few]=Mere end {{limit}} forekomster +find_match_count_limit[many]=Mere end {{limit}} forekomster +find_match_count_limit[other]=Mere end {{limit}} forekomster +find_not_found=Der blev ikke fundet noget + +# Error panel labels +error_more_info=Mere information +error_less_info=Mindre information +error_close=Luk +# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be +# replaced by the PDF.JS version and build ID. +error_version_info=PDF.js v{{version}} (build: {{build}}) +# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an +# english string describing the error. +error_message=Fejlmeddelelse: {{message}} +# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack +# trace. +error_stack=Stack: {{stack}} +# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename +error_file=Fil: {{file}} +# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number +error_line=Linje: {{line}} +rendering_error=Der opstod en fejl ved generering af siden. + +# Predefined zoom values +page_scale_width=Sidebredde +page_scale_fit=Tilpas til side +page_scale_auto=Automatisk zoom +page_scale_actual=Faktisk størrelse +# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a +# numerical scale value. +page_scale_percent={{scale}}% + +# Loading indicator messages +loading_error_indicator=Fejl +loading_error=Der opstod en fejl ved indlæsning af PDF-filen. +invalid_file_error=PDF-filen er ugyldig eller ødelagt. +missing_file_error=Manglende PDF-fil. +unexpected_response_error=Uventet svar fra serveren. + +# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. +# "{{type}}" will be replaced with an annotation type from a list defined in +# the PDF spec (32000-1:2008 Table 169 – Annotation types). +# Some common types are e.g.: "Check", "Text", "Comment", "Note" +text_annotation_type.alt=[{{type}}kommentar] +password_label=Angiv adgangskode til at åbne denne PDF-fil. +password_invalid=Ugyldig adgangskode. Prøv igen. +password_ok=OK +password_cancel=Fortryd + +printing_not_supported=Advarsel: Udskrivning er ikke fuldt understøttet af browseren. +printing_not_ready=Advarsel: PDF-filen er ikke fuldt indlæst til udskrivning. +web_fonts_disabled=Webskrifttyper er deaktiverede. De indlejrede skrifttyper i PDF-filen kan ikke anvendes. +document_colors_not_allowed=PDF-dokumenter må ikke bruge deres egne farver: 'Tillad sider at vælge deres egne farver' er deaktiveret i browseren. diff --git a/dzz/pdf/web/locale/de/index.htm b/dzz/pdf/web/locale/de/index.htm new file mode 100644 index 0000000..e69de29 diff --git a/dzz/pdf/web/locale/de/viewer.properties b/dzz/pdf/web/locale/de/viewer.properties new file mode 100644 index 0000000..da4c809 --- /dev/null +++ b/dzz/pdf/web/locale/de/viewer.properties @@ -0,0 +1,229 @@ +# Copyright 2012 Mozilla Foundation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# Main toolbar buttons (tooltips and alt text for images) +previous.title=Eine Seite zurück +previous_label=Zurück +next.title=Eine Seite vor +next_label=Vor + +# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input. +page.title=Seite +# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number +# representing the total number of pages in the document. +of_pages=von {{pagesCount}} +# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" +# will be replaced by a number representing the currently visible page, +# respectively a number representing the total number of pages in the document. +page_of_pages=({{pageNumber}} von {{pagesCount}}) + +zoom_out.title=Verkleinern +zoom_out_label=Verkleinern +zoom_in.title=Vergrößern +zoom_in_label=Vergrößern +zoom.title=Zoom +presentation_mode.title=In Präsentationsmodus wechseln +presentation_mode_label=Präsentationsmodus +open_file.title=Datei öffnen +open_file_label=Öffnen +print.title=Drucken +print_label=Drucken +download.title=Dokument speichern +download_label=Speichern +bookmark.title=Aktuelle Ansicht (zum Kopieren oder Öffnen in einem neuen Fenster) +bookmark_label=Aktuelle Ansicht + +# Secondary toolbar and context menu +tools.title=Werkzeuge +tools_label=Werkzeuge +first_page.title=Erste Seite anzeigen +first_page.label=Erste Seite anzeigen +first_page_label=Erste Seite anzeigen +last_page.title=Letzte Seite anzeigen +last_page.label=Letzte Seite anzeigen +last_page_label=Letzte Seite anzeigen +page_rotate_cw.title=Im Uhrzeigersinn drehen +page_rotate_cw.label=Im Uhrzeigersinn drehen +page_rotate_cw_label=Im Uhrzeigersinn drehen +page_rotate_ccw.title=Gegen Uhrzeigersinn drehen +page_rotate_ccw.label=Gegen Uhrzeigersinn drehen +page_rotate_ccw_label=Gegen Uhrzeigersinn drehen + +cursor_text_select_tool.title=Textauswahl-Werkzeug aktivieren +cursor_text_select_tool_label=Textauswahl-Werkzeug +cursor_hand_tool.title=Hand-Werkzeug aktivieren +cursor_hand_tool_label=Hand-Werkzeug + +scroll_vertical.title=Seiten übereinander anordnen +scroll_vertical_label=Vertikale Seitenanordnung +scroll_horizontal.title=Seiten nebeneinander anordnen +scroll_horizontal_label=Horizontale Seitenanordnung +scroll_wrapped.title=Seiten neben- und übereinander anordnen, anhängig vom Platz +scroll_wrapped_label=Kombinierte Seitenanordnung + +spread_none.title=Seiten nicht nebeneinander anzeigen +spread_none_label=Einzelne Seiten +spread_odd.title=Jeweils eine ungerade und eine gerade Seite nebeneinander anzeigen +spread_odd_label=Ungerade + gerade Seite +spread_even.title=Jeweils eine gerade und eine ungerade Seite nebeneinander anzeigen +spread_even_label=Gerade + ungerade Seite + +# Document properties dialog box +document_properties.title=Dokumenteigenschaften +document_properties_label=Dokumenteigenschaften… +document_properties_file_name=Dateiname: +document_properties_file_size=Dateigröße: +# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" +# will be replaced by the PDF file size in kilobytes, respectively in bytes. +document_properties_kb={{size_kb}} KB ({{size_b}} Bytes) +# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" +# will be replaced by the PDF file size in megabytes, respectively in bytes. +document_properties_mb={{size_mb}} MB ({{size_b}} Bytes) +document_properties_title=Titel: +document_properties_author=Autor: +document_properties_subject=Thema: +document_properties_keywords=Stichwörter: +document_properties_creation_date=Erstelldatum: +document_properties_modification_date=Bearbeitungsdatum: +# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" +# will be replaced by the creation/modification date, and time, of the PDF file. +document_properties_date_string={{date}} {{time}} +document_properties_creator=Anwendung: +document_properties_producer=PDF erstellt mit: +document_properties_version=PDF-Version: +document_properties_page_count=Seitenzahl: +document_properties_page_size=Seitengröße: +document_properties_page_size_unit_inches=Zoll +document_properties_page_size_unit_millimeters=mm +document_properties_page_size_orientation_portrait=Hochformat +document_properties_page_size_orientation_landscape=Querformat +document_properties_page_size_name_a3=A3 +document_properties_page_size_name_a4=A4 +document_properties_page_size_name_letter=Letter +document_properties_page_size_name_legal=Legal +# LOCALIZATION NOTE (document_properties_page_size_dimension_string): +# "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement and orientation, of the (current) page. +document_properties_page_size_dimension_string={{width}} × {{height}} {{unit}} ({{orientation}}) +# LOCALIZATION NOTE (document_properties_page_size_dimension_name_string): +# "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement, name, and orientation, of the (current) page. +document_properties_page_size_dimension_name_string={{width}} × {{height}} {{unit}} ({{name}}, {{orientation}}) +# LOCALIZATION NOTE (document_properties_linearized): The linearization status of +# the document; usually called "Fast Web View" in English locales of Adobe software. +document_properties_linearized=Schnelle Webanzeige: +document_properties_linearized_yes=Ja +document_properties_linearized_no=Nein +document_properties_close=Schließen + +print_progress_message=Dokument wird für Drucken vorbereitet… +# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by +# a numerical per cent value. +print_progress_percent={{progress}}% +print_progress_close=Abbrechen + +# Tooltips and alt text for side panel toolbar buttons +# (the _label strings are alt text for the buttons, the .title strings are +# tooltips) +toggle_sidebar.title=Sidebar umschalten +toggle_sidebar_notification.title=Sidebar umschalten (Dokument enthält Dokumentstruktur/Anhänge) +toggle_sidebar_label=Sidebar umschalten +document_outline.title=Dokumentstruktur anzeigen (Doppelklicken, um alle Einträge aus- bzw. einzuklappen) +document_outline_label=Dokumentstruktur +attachments.title=Anhänge anzeigen +attachments_label=Anhänge +thumbs.title=Miniaturansichten anzeigen +thumbs_label=Miniaturansichten +findbar.title=Dokument durchsuchen +findbar_label=Suchen + +# Thumbnails panel item (tooltip and alt text for images) +# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page +# number. +thumb_page_title=Seite {{page}} +# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page +# number. +thumb_page_canvas=Miniaturansicht von Seite {{page}} + +# Find panel button title and messages +find_input.title=Suchen +find_input.placeholder=Im Dokument suchen… +find_previous.title=Vorheriges Vorkommen des Suchbegriffs finden +find_previous_label=Zurück +find_next.title=Nächstes Vorkommen des Suchbegriffs finden +find_next_label=Weiter +find_highlight=Alle hervorheben +find_match_case_label=Groß-/Kleinschreibung beachten +find_entire_word_label=Ganze Wörter +find_reached_top=Anfang des Dokuments erreicht, fahre am Ende fort +find_reached_bottom=Ende des Dokuments erreicht, fahre am Anfang fort +# LOCALIZATION NOTE (find_match_count): The supported plural forms are +# [one|two|few|many|other], with [other] as the default value. +# "{{current}}" and "{{total}}" will be replaced by a number representing the +# index of the currently active find result, respectively a number representing +# the total number of matches in the document. +# LOCALIZATION NOTE (find_match_count_limit): The supported plural forms are +# [zero|one|two|few|many|other], with [other] as the default value. +# "{{limit}}" will be replaced by a numerical value. +find_not_found=Suchbegriff nicht gefunden + +# Error panel labels +error_more_info=Mehr Informationen +error_less_info=Weniger Informationen +error_close=Schließen +# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be +# replaced by the PDF.JS version and build ID. +error_version_info=PDF.js Version {{version}} (build: {{build}}) +# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an +# english string describing the error. +error_message=Nachricht: {{message}} +# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack +# trace. +error_stack=Aufrufliste: {{stack}} +# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename +error_file=Datei: {{file}} +# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number +error_line=Zeile: {{line}} +rendering_error=Beim Darstellen der Seite trat ein Fehler auf. + +# Predefined zoom values +page_scale_width=Seitenbreite +page_scale_fit=Seitengröße +page_scale_auto=Automatischer Zoom +page_scale_actual=Originalgröße +# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a +# numerical scale value. +page_scale_percent={{scale}}% + +# Loading indicator messages +loading_error_indicator=Fehler +loading_error=Beim Laden der PDF-Datei trat ein Fehler auf. +invalid_file_error=Ungültige oder beschädigte PDF-Datei +missing_file_error=Fehlende PDF-Datei +unexpected_response_error=Unerwartete Antwort des Servers + +# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. +# "{{type}}" will be replaced with an annotation type from a list defined in +# the PDF spec (32000-1:2008 Table 169 – Annotation types). +# Some common types are e.g.: "Check", "Text", "Comment", "Note" +text_annotation_type.alt=[Anlage: {{type}}] +password_label=Geben Sie zum Öffnen der PDF-Datei deren Passwort ein. +password_invalid=Falsches Passwort. Bitte versuchen Sie es erneut. +password_ok=OK +password_cancel=Abbrechen + +printing_not_supported=Warnung: Die Drucken-Funktion wird durch diesen Browser nicht vollständig unterstützt. +printing_not_ready=Warnung: Die PDF-Datei ist nicht vollständig geladen, dies ist für das Drucken aber empfohlen. +web_fonts_disabled=Web-Schriftarten sind deaktiviert: Eingebettete PDF-Schriftarten konnten nicht geladen werden. +document_colors_not_allowed=PDF-Dokumenten ist es nicht erlaubt, ihre eigenen Farben zu verwenden: 'Seiten das Verwenden von eigenen Farben erlauben' ist im Browser deaktiviert. diff --git a/dzz/pdf/web/locale/el/index.htm b/dzz/pdf/web/locale/el/index.htm new file mode 100644 index 0000000..e69de29 diff --git a/dzz/pdf/web/locale/el/viewer.properties b/dzz/pdf/web/locale/el/viewer.properties new file mode 100644 index 0000000..725c547 --- /dev/null +++ b/dzz/pdf/web/locale/el/viewer.properties @@ -0,0 +1,242 @@ +# Copyright 2012 Mozilla Foundation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# Main toolbar buttons (tooltips and alt text for images) +previous.title=Προηγούμενη σελίδα +previous_label=Προηγούμενη +next.title=Επόμενη σελίδα +next_label=Επόμενη + +# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input. +page.title=Σελίδα +# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number +# representing the total number of pages in the document. +of_pages=από {{pagesCount}} +# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" +# will be replaced by a number representing the currently visible page, +# respectively a number representing the total number of pages in the document. +page_of_pages=({{pageNumber}} από {{pagesCount}}) + +zoom_out.title=Σμίκρυνση +zoom_out_label=Σμίκρυνση +zoom_in.title=Μεγέθυνση +zoom_in_label=Μεγέθυνση +zoom.title=Ζουμ +presentation_mode.title=Εναλλαγή σε λειτουργία παρουσίασης +presentation_mode_label=Λειτουργία παρουσίασης +open_file.title=Άνοιγμα αρχείου +open_file_label=Άνοιγμα +print.title=Εκτύπωση +print_label=Εκτύπωση +download.title=Λήψη +download_label=Λήψη +bookmark.title=Τρέχουσα προβολή (αντιγραφή ή άνοιγμα σε νέο παράθυρο) +bookmark_label=Τρέχουσα προβολή + +# Secondary toolbar and context menu +tools.title=Εργαλεία +tools_label=Εργαλεία +first_page.title=Μετάβαση στην πρώτη σελίδα +first_page.label=Μετάβαση στην πρώτη σελίδα +first_page_label=Μετάβαση στην πρώτη σελίδα +last_page.title=Μετάβαση στην τελευταία σελίδα +last_page.label=Μετάβαση στην τελευταία σελίδα +last_page_label=Μετάβαση στην τελευταία σελίδα +page_rotate_cw.title=Δεξιόστροφη περιστροφή +page_rotate_cw.label=Δεξιόστροφη περιστροφή +page_rotate_cw_label=Δεξιόστροφη περιστροφή +page_rotate_ccw.title=Αριστερόστροφη περιστροφή +page_rotate_ccw.label=Αριστερόστροφη περιστροφή +page_rotate_ccw_label=Αριστερόστροφη περιστροφή + +cursor_text_select_tool.title=Ενεργοποίηση εργαλείου επιλογής κειμένου +cursor_text_select_tool_label=Εργαλείο επιλογής κειμένου +cursor_hand_tool.title=Ενεργοποίηση εργαλείου χεριού +cursor_hand_tool_label=Εργαλείο χεριού + +scroll_vertical.title=Χρήση κάθετης κύλισης +scroll_vertical_label=Κάθετη κύλιση +scroll_horizontal.title=Χρήση οριζόντιας κύλισης +scroll_horizontal_label=Οριζόντια κύλιση +scroll_wrapped.title=Χρήση κυκλικής κύλισης +scroll_wrapped_label=Κυκλική κύλιση + +spread_none.title=Να μην γίνει σύνδεση επεκτάσεων σελίδων +spread_none_label=Χωρίς επεκτάσεις +spread_odd.title=Σύνδεση επεκτάσεων σελίδων ξεκινώντας από τις μονές σελίδες +spread_odd_label=Μονές επεκτάσεις +spread_even.title=Σύνδεση επεκτάσεων σελίδων ξεκινώντας από τις ζυγές σελίδες +spread_even_label=Ζυγές επεκτάσεις + +# Document properties dialog box +document_properties.title=Ιδιότητες εγγράφου… +document_properties_label=Ιδιότητες εγγράφου… +document_properties_file_name=Όνομα αρχείου: +document_properties_file_size=Μέγεθος αρχείου: +# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" +# will be replaced by the PDF file size in kilobytes, respectively in bytes. +document_properties_kb={{size_kb}} KB ({{size_b}} bytes) +# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" +# will be replaced by the PDF file size in megabytes, respectively in bytes. +document_properties_mb={{size_mb}} MB ({{size_b}} bytes) +document_properties_title=Τίτλος: +document_properties_author=Συγγραφέας: +document_properties_subject=Θέμα: +document_properties_keywords=Λέξεις κλειδιά: +document_properties_creation_date=Ημερομηνία δημιουργίας: +document_properties_modification_date=Ημερομηνία τροποποίησης: +# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" +# will be replaced by the creation/modification date, and time, of the PDF file. +document_properties_date_string={{date}}, {{time}} +document_properties_creator=Δημιουργός: +document_properties_producer=Παραγωγός PDF: +document_properties_version=Έκδοση PDF: +document_properties_page_count=Αριθμός σελίδων: +document_properties_page_size=Μέγεθος σελίδας: +document_properties_page_size_unit_inches=ίντσες +document_properties_page_size_unit_millimeters=χιλιοστά +document_properties_page_size_orientation_portrait=κατακόρυφα +document_properties_page_size_orientation_landscape=οριζόντια +document_properties_page_size_name_a3=A3 +document_properties_page_size_name_a4=A4 +document_properties_page_size_name_letter=Επιστολή +document_properties_page_size_name_legal=Τύπου Legal +# LOCALIZATION NOTE (document_properties_page_size_dimension_string): +# "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement and orientation, of the (current) page. +document_properties_page_size_dimension_string={{width}} × {{height}} {{unit}} ({{orientation}}) +# LOCALIZATION NOTE (document_properties_page_size_dimension_name_string): +# "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement, name, and orientation, of the (current) page. +document_properties_page_size_dimension_name_string={{width}} × {{height}} {{unit}} ({{name}}, {{orientation}}) +# LOCALIZATION NOTE (document_properties_linearized): The linearization status of +# the document; usually called "Fast Web View" in English locales of Adobe software. +document_properties_linearized=Ταχεία προβολή ιστού: +document_properties_linearized_yes=Ναι +document_properties_linearized_no=Όχι +document_properties_close=Κλείσιμο + +print_progress_message=Προετοιμασία του εγγράφου για εκτύπωση… +# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by +# a numerical per cent value. +print_progress_percent={{progress}}% +print_progress_close=Άκυρο + +# Tooltips and alt text for side panel toolbar buttons +# (the _label strings are alt text for the buttons, the .title strings are +# tooltips) +toggle_sidebar.title=(Απ)ενεργοποίηση πλευρικής στήλης +toggle_sidebar_notification.title=(Απ)ενεργοποίηση πλευρικής στήλης (το έγγραφο περιέχει περίγραμμα/συνημμένα) +toggle_sidebar_label=(Απ)ενεργοποίηση πλευρικής στήλης +document_outline.title=Εμφάνιση διάρθρωσης εγγράφου (διπλό κλικ για ανάπτυξη/σύμπτυξη όλων των στοιχείων) +document_outline_label=Διάρθρωση εγγράφου +attachments.title=Προβολή συνημμένων +attachments_label=Συνημμένα +thumbs.title=Προβολή μικρογραφιών +thumbs_label=Μικρογραφίες +findbar.title=Εύρεση στο έγγραφο +findbar_label=Εύρεση + +# Thumbnails panel item (tooltip and alt text for images) +# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page +# number. +thumb_page_title=Σελίδα {{page}} +# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page +# number. +thumb_page_canvas=Μικρογραφία της σελίδας {{page}} + +# Find panel button title and messages +find_input.title=Εύρεση +find_input.placeholder=Εύρεση στο έγγραφο… +find_previous.title=Εύρεση της προηγούμενης εμφάνισης της φράσης +find_previous_label=Προηγούμενο +find_next.title=Εύρεση της επόμενης εμφάνισης της φράσης +find_next_label=Επόμενο +find_highlight=Επισήμανση όλων +find_match_case_label=Ταίριασμα χαρακτήρα +find_entire_word_label=Ολόκληρες λέξεις +find_reached_top=Έλευση στην αρχή του εγγράφου, συνέχεια από το τέλος +find_reached_bottom=Έλευση στο τέλος του εγγράφου, συνέχεια από την αρχή +# LOCALIZATION NOTE (find_match_count): The supported plural forms are +# [one|two|few|many|other], with [other] as the default value. +# "{{current}}" and "{{total}}" will be replaced by a number representing the +# index of the currently active find result, respectively a number representing +# the total number of matches in the document. +find_match_count={[ plural(total) ]} +find_match_count[one]={{current}} από {{total}} αντιστοιχία +find_match_count[two]={{current}} από {{total}} αντιστοιχίες +find_match_count[few]={{current}} από {{total}} αντιστοιχίες +find_match_count[many]={{current}} από {{total}} αντιστοιχίες +find_match_count[other]={{current}} από {{total}} αντιστοιχίες +# LOCALIZATION NOTE (find_match_count_limit): The supported plural forms are +# [zero|one|two|few|many|other], with [other] as the default value. +# "{{limit}}" will be replaced by a numerical value. +find_match_count_limit={[ plural(limit) ]} +find_match_count_limit[zero]=Περισσότερες από {{limit}} αντιστοιχίες +find_match_count_limit[one]=Περισσότερες από {{limit}} αντιστοιχία +find_match_count_limit[two]=Περισσότερες από {{limit}} αντιστοιχίες +find_match_count_limit[few]=Περισσότερες από {{limit}} αντιστοιχίες +find_match_count_limit[many]=Περισσότερες από {{limit}} αντιστοιχίες +find_match_count_limit[other]=Περισσότερες από {{limit}} αντιστοιχίες +find_not_found=Η φράση δεν βρέθηκε + +# Error panel labels +error_more_info=Περισσότερες πληροφορίες +error_less_info=Λιγότερες πληροφορίες +error_close=Κλείσιμο +# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be +# replaced by the PDF.JS version and build ID. +error_version_info=PDF.js v{{version}} (build: {{build}}) +# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an +# english string describing the error. +error_message=Μήνυμα: {{message}} +# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack +# trace. +error_stack=Στοίβα: {{stack}} +# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename +error_file=Αρχείο: {{file}} +# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number +error_line=Γραμμή: {{line}} +rendering_error=Προέκυψε σφάλμα κατά την ανάλυση της σελίδας. + +# Predefined zoom values +page_scale_width=Πλάτος σελίδας +page_scale_fit=Μέγεθος σελίδας +page_scale_auto=Αυτόματο ζουμ +page_scale_actual=Πραγματικό μέγεθος +# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a +# numerical scale value. +page_scale_percent={{scale}}% + +# Loading indicator messages +loading_error_indicator=Σφάλμα +loading_error=Προέκυψε ένα σφάλμα κατά τη φόρτωση του PDF. +invalid_file_error=Μη έγκυρο ή κατεστραμμένο αρχείο PDF. +missing_file_error=Λείπει αρχείο PDF. +unexpected_response_error=Μη αναμενόμενη απόκριση από το διακομιστή. + +# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. +# "{{type}}" will be replaced with an annotation type from a list defined in +# the PDF spec (32000-1:2008 Table 169 – Annotation types). +# Some common types are e.g.: "Check", "Text", "Comment", "Note" +text_annotation_type.alt=[{{type}} Σχόλιο] +password_label=Εισαγωγή κωδικού για το άνοιγμα του PDF αρχείου. +password_invalid=Μη έγκυρος κωδικός. Προσπαθείστε ξανά. +password_ok=ΟΚ +password_cancel=Ακύρωση + +printing_not_supported=Προειδοποίηση: Η εκτύπωση δεν υποστηρίζεται πλήρως από αυτόν τον περιηγητή. +printing_not_ready=Προειδοποίηση: Το PDF δεν φορτώθηκε πλήρως για εκτύπωση. +web_fonts_disabled=Οι γραμματοσειρές Web απενεργοποιημένες: αδυναμία χρήσης των ενσωματωμένων γραμματοσειρών PDF. +document_colors_not_allowed=Στα PDF έγγραφα δεν επιτρέπεται να χρησιμοποιούν τα δικά τους χρώματα: Το “Να επιτρέπεται στις σελίδες να επιλέγουν τα δικά τους χρώματα” είναι απενεργοποιημένο στον περιηγητή. diff --git a/dzz/pdf/web/locale/en-CA/index.htm b/dzz/pdf/web/locale/en-CA/index.htm new file mode 100644 index 0000000..e69de29 diff --git a/dzz/pdf/web/locale/en-CA/viewer.properties b/dzz/pdf/web/locale/en-CA/viewer.properties new file mode 100644 index 0000000..ddc4213 --- /dev/null +++ b/dzz/pdf/web/locale/en-CA/viewer.properties @@ -0,0 +1,242 @@ +# Copyright 2012 Mozilla Foundation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# Main toolbar buttons (tooltips and alt text for images) +previous.title=Previous Page +previous_label=Previous +next.title=Next Page +next_label=Next + +# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input. +page.title=Page +# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number +# representing the total number of pages in the document. +of_pages=of {{pagesCount}} +# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" +# will be replaced by a number representing the currently visible page, +# respectively a number representing the total number of pages in the document. +page_of_pages=({{pageNumber}} of {{pagesCount}}) + +zoom_out.title=Zoom Out +zoom_out_label=Zoom Out +zoom_in.title=Zoom In +zoom_in_label=Zoom In +zoom.title=Zoom +presentation_mode.title=Switch to Presentation Mode +presentation_mode_label=Presentation Mode +open_file.title=Open File +open_file_label=Open +print.title=Print +print_label=Print +download.title=Download +download_label=Download +bookmark.title=Current view (copy or open in new window) +bookmark_label=Current View + +# Secondary toolbar and context menu +tools.title=Tools +tools_label=Tools +first_page.title=Go to First Page +first_page.label=Go to First Page +first_page_label=Go to First Page +last_page.title=Go to Last Page +last_page.label=Go to Last Page +last_page_label=Go to Last Page +page_rotate_cw.title=Rotate Clockwise +page_rotate_cw.label=Rotate Clockwise +page_rotate_cw_label=Rotate Clockwise +page_rotate_ccw.title=Rotate Anti-Clockwise +page_rotate_ccw.label=Rotate Anti-Clockwise +page_rotate_ccw_label=Rotate Anti-Clockwise + +cursor_text_select_tool.title=Enable Text Selection Tool +cursor_text_select_tool_label=Text Selection Tool +cursor_hand_tool.title=Enable Hand Tool +cursor_hand_tool_label=Hand Tool + +scroll_vertical.title=Use Vertical Scrolling +scroll_vertical_label=Vertical Scrolling +scroll_horizontal.title=Use Horizontal Scrolling +scroll_horizontal_label=Horizontal Scrolling +scroll_wrapped.title=Use Wrapped Scrolling +scroll_wrapped_label=Wrapped Scrolling + +spread_none.title=Do not join page spreads +spread_none_label=No Spreads +spread_odd.title=Join page spreads starting with odd-numbered pages +spread_odd_label=Odd Spreads +spread_even.title=Join page spreads starting with even-numbered pages +spread_even_label=Even Spreads + +# Document properties dialog box +document_properties.title=Document Properties… +document_properties_label=Document Properties… +document_properties_file_name=File name: +document_properties_file_size=File size: +# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" +# will be replaced by the PDF file size in kilobytes, respectively in bytes. +document_properties_kb={{size_kb}} kB ({{size_b}} bytes) +# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" +# will be replaced by the PDF file size in megabytes, respectively in bytes. +document_properties_mb={{size_mb}} MB ({{size_b}} bytes) +document_properties_title=Title: +document_properties_author=Author: +document_properties_subject=Subject: +document_properties_keywords=Keywords: +document_properties_creation_date=Creation Date: +document_properties_modification_date=Modification Date: +# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" +# will be replaced by the creation/modification date, and time, of the PDF file. +document_properties_date_string={{date}}, {{time}} +document_properties_creator=Creator: +document_properties_producer=PDF Producer: +document_properties_version=PDF Version: +document_properties_page_count=Page Count: +document_properties_page_size=Page Size: +document_properties_page_size_unit_inches=in +document_properties_page_size_unit_millimeters=mm +document_properties_page_size_orientation_portrait=portrait +document_properties_page_size_orientation_landscape=landscape +document_properties_page_size_name_a3=A3 +document_properties_page_size_name_a4=A4 +document_properties_page_size_name_letter=Letter +document_properties_page_size_name_legal=Legal +# LOCALIZATION NOTE (document_properties_page_size_dimension_string): +# "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement and orientation, of the (current) page. +document_properties_page_size_dimension_string={{width}} × {{height}} {{unit}} ({{orientation}}) +# LOCALIZATION NOTE (document_properties_page_size_dimension_name_string): +# "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement, name, and orientation, of the (current) page. +document_properties_page_size_dimension_name_string={{width}} × {{height}} {{unit}} ({{name}}, {{orientation}}) +# LOCALIZATION NOTE (document_properties_linearized): The linearization status of +# the document; usually called "Fast Web View" in English locales of Adobe software. +document_properties_linearized=Fast Web View: +document_properties_linearized_yes=Yes +document_properties_linearized_no=No +document_properties_close=Close + +print_progress_message=Preparing document for printing… +# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by +# a numerical per cent value. +print_progress_percent={{progress}}% +print_progress_close=Cancel + +# Tooltips and alt text for side panel toolbar buttons +# (the _label strings are alt text for the buttons, the .title strings are +# tooltips) +toggle_sidebar.title=Toggle Sidebar +toggle_sidebar_notification.title=Toggle Sidebar (document contains outline/attachments) +toggle_sidebar_label=Toggle Sidebar +document_outline.title=Show Document Outline (double-click to expand/collapse all items) +document_outline_label=Document Outline +attachments.title=Show Attachments +attachments_label=Attachments +thumbs.title=Show Thumbnails +thumbs_label=Thumbnails +findbar.title=Find in Document +findbar_label=Find + +# Thumbnails panel item (tooltip and alt text for images) +# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page +# number. +thumb_page_title=Page {{page}} +# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page +# number. +thumb_page_canvas=Thumbnail of Page {{page}} + +# Find panel button title and messages +find_input.title=Find +find_input.placeholder=Find in document… +find_previous.title=Find the previous occurrence of the phrase +find_previous_label=Previous +find_next.title=Find the next occurrence of the phrase +find_next_label=Next +find_highlight=Highlight all +find_match_case_label=Match case +find_entire_word_label=Whole words +find_reached_top=Reached top of document, continued from bottom +find_reached_bottom=Reached end of document, continued from top +# LOCALIZATION NOTE (find_match_count): The supported plural forms are +# [one|two|few|many|other], with [other] as the default value. +# "{{current}}" and "{{total}}" will be replaced by a number representing the +# index of the currently active find result, respectively a number representing +# the total number of matches in the document. +find_match_count={[ plural(total) ]} +find_match_count[one]={{current}} of {{total}} match +find_match_count[two]={{current}} of {{total}} matches +find_match_count[few]={{current}} of {{total}} matches +find_match_count[many]={{current}} of {{total}} matches +find_match_count[other]={{current}} of {{total}} matches +# LOCALIZATION NOTE (find_match_count_limit): The supported plural forms are +# [zero|one|two|few|many|other], with [other] as the default value. +# "{{limit}}" will be replaced by a numerical value. +find_match_count_limit={[ plural(limit) ]} +find_match_count_limit[zero]=More than {{limit}} matches +find_match_count_limit[one]=More than {{limit}} match +find_match_count_limit[two]=More than {{limit}} matches +find_match_count_limit[few]=More than {{limit}} matches +find_match_count_limit[many]=More than {{limit}} matches +find_match_count_limit[other]=More than {{limit}} matches +find_not_found=Phrase not found + +# Error panel labels +error_more_info=More Information +error_less_info=Less Information +error_close=Close +# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be +# replaced by the PDF.JS version and build ID. +error_version_info=PDF.js v{{version}} (build: {{build}}) +# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an +# english string describing the error. +error_message=Message: {{message}} +# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack +# trace. +error_stack=Stack: {{stack}} +# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename +error_file=File: {{file}} +# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number +error_line=Line: {{line}} +rendering_error=An error occurred while rendering the page. + +# Predefined zoom values +page_scale_width=Page Width +page_scale_fit=Page Fit +page_scale_auto=Automatic Zoom +page_scale_actual=Actual Size +# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a +# numerical scale value. +page_scale_percent={{scale}}% + +# Loading indicator messages +loading_error_indicator=Error +loading_error=An error occurred while loading the PDF. +invalid_file_error=Invalid or corrupted PDF file. +missing_file_error=Missing PDF file. +unexpected_response_error=Unexpected server response. + +# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. +# "{{type}}" will be replaced with an annotation type from a list defined in +# the PDF spec (32000-1:2008 Table 169 – Annotation types). +# Some common types are e.g.: "Check", "Text", "Comment", "Note" +text_annotation_type.alt=[{{type}} Annotation] +password_label=Enter the password to open this PDF file. +password_invalid=Invalid password. Please try again. +password_ok=OK +password_cancel=Cancel + +printing_not_supported=Warning: Printing is not fully supported by this browser. +printing_not_ready=Warning: The PDF is not fully loaded for printing. +web_fonts_disabled=Web fonts are disabled: unable to use embedded PDF fonts. +document_colors_not_allowed=PDF documents are not allowed to use their own colours: “Allow pages to choose their own colours” is deactivated in the browser. diff --git a/dzz/pdf/web/locale/en-GB/index.htm b/dzz/pdf/web/locale/en-GB/index.htm new file mode 100644 index 0000000..e69de29 diff --git a/dzz/pdf/web/locale/en-GB/viewer.properties b/dzz/pdf/web/locale/en-GB/viewer.properties new file mode 100644 index 0000000..a3e0bab --- /dev/null +++ b/dzz/pdf/web/locale/en-GB/viewer.properties @@ -0,0 +1,184 @@ +# Copyright 2012 Mozilla Foundation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# Main toolbar buttons (tooltips and alt text for images) +previous.title=Previous Page +previous_label=Previous +next.title=Next Page +next_label=Next + +# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input. +page.title=Page +# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number +# representing the total number of pages in the document. +of_pages=of {{pagesCount}} +# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" +# will be replaced by a number representing the currently visible page, +# respectively a number representing the total number of pages in the document. +page_of_pages=({{pageNumber}} of {{pagesCount}}) + +zoom_out.title=Zoom Out +zoom_out_label=Zoom Out +zoom_in.title=Zoom In +zoom_in_label=Zoom In +zoom.title=Zoom +presentation_mode.title=Switch to Presentation Mode +presentation_mode_label=Presentation Mode +open_file.title=Open File +open_file_label=Open +print.title=Print +print_label=Print +download.title=Download +download_label=Download +bookmark.title=Current view (copy or open in new window) +bookmark_label=Current View + +# Secondary toolbar and context menu +tools.title=Tools +tools_label=Tools +first_page.title=Go to First Page +first_page.label=Go to First Page +first_page_label=Go to First Page +last_page.title=Go to Last Page +last_page.label=Go to Last Page +last_page_label=Go to Last Page +page_rotate_cw.title=Rotate Clockwise +page_rotate_cw.label=Rotate Clockwise +page_rotate_cw_label=Rotate Clockwise +page_rotate_ccw.title=Rotate Anti-Clockwise +page_rotate_ccw.label=Rotate Anti-Clockwise +page_rotate_ccw_label=Rotate Anti-Clockwise + +cursor_text_select_tool.title=Enable Text Selection Tool +cursor_text_select_tool_label=Text Selection Tool +cursor_hand_tool.title=Enable Hand Tool +cursor_hand_tool_label=Hand Tool + +# Document properties dialog box +document_properties.title=Document Properties… +document_properties_label=Document Properties… +document_properties_file_name=File name: +document_properties_file_size=File size: +# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" +# will be replaced by the PDF file size in kilobytes, respectively in bytes. +document_properties_kb={{size_kb}} kB ({{size_b}} bytes) +# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" +# will be replaced by the PDF file size in megabytes, respectively in bytes. +document_properties_mb={{size_mb}} MB ({{size_b}} bytes) +document_properties_title=Title: +document_properties_author=Author: +document_properties_subject=Subject: +document_properties_keywords=Keywords: +document_properties_creation_date=Creation Date: +document_properties_modification_date=Modification Date: +# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" +# will be replaced by the creation/modification date, and time, of the PDF file. +document_properties_date_string={{date}}, {{time}} +document_properties_creator=Creator: +document_properties_producer=PDF Producer: +document_properties_version=PDF Version: +document_properties_page_count=Page Count: +document_properties_close=Close + +print_progress_message=Preparing document for printing… +# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by +# a numerical per cent value. +print_progress_percent={{progress}}% +print_progress_close=Cancel + +# Tooltips and alt text for side panel toolbar buttons +# (the _label strings are alt text for the buttons, the .title strings are +# tooltips) +toggle_sidebar.title=Toggle Sidebar +toggle_sidebar_notification.title=Toggle Sidebar (document contains outline/attachments) +toggle_sidebar_label=Toggle Sidebar +document_outline.title=Show Document Outline (double-click to expand/collapse all items) +document_outline_label=Document Outline +attachments.title=Show Attachments +attachments_label=Attachments +thumbs.title=Show Thumbnails +thumbs_label=Thumbnails +findbar.title=Find in Document +findbar_label=Find + +# Thumbnails panel item (tooltip and alt text for images) +# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page +# number. +thumb_page_title=Page {{page}} +# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page +# number. +thumb_page_canvas=Thumbnail of Page {{page}} + +# Find panel button title and messages +find_input.title=Find +find_input.placeholder=Find in document… +find_previous.title=Find the previous occurrence of the phrase +find_previous_label=Previous +find_next.title=Find the next occurrence of the phrase +find_next_label=Next +find_highlight=Highlight all +find_match_case_label=Match case +find_reached_top=Reached top of document, continued from bottom +find_reached_bottom=Reached end of document, continued from top +find_not_found=Phrase not found + +# Error panel labels +error_more_info=More Information +error_less_info=Less Information +error_close=Close +# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be +# replaced by the PDF.JS version and build ID. +error_version_info=PDF.js v{{version}} (build: {{build}}) +# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an +# english string describing the error. +error_message=Message: {{message}} +# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack +# trace. +error_stack=Stack: {{stack}} +# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename +error_file=File: {{file}} +# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number +error_line=Line: {{line}} +rendering_error=An error occurred while rendering the page. + +# Predefined zoom values +page_scale_width=Page Width +page_scale_fit=Page Fit +page_scale_auto=Automatic Zoom +page_scale_actual=Actual Size +# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a +# numerical scale value. +page_scale_percent={{scale}}% + +# Loading indicator messages +loading_error_indicator=Error +loading_error=An error occurred while loading the PDF. +invalid_file_error=Invalid or corrupted PDF file. +missing_file_error=Missing PDF file. +unexpected_response_error=Unexpected server response. + +# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. +# "{{type}}" will be replaced with an annotation type from a list defined in +# the PDF spec (32000-1:2008 Table 169 – Annotation types). +# Some common types are e.g.: "Check", "Text", "Comment", "Note" +text_annotation_type.alt=[{{type}} Annotation] +password_label=Enter the password to open this PDF file. +password_invalid=Invalid password. Please try again. +password_ok=OK +password_cancel=Cancel + +printing_not_supported=Warning: Printing is not fully supported by this browser. +printing_not_ready=Warning: The PDF is not fully loaded for printing. +web_fonts_disabled=Web fonts are disabled: unable to use embedded PDF fonts. +document_colors_not_allowed=PDF documents are not allowed to use their own colours: “Allow pages to choose their own colours” is deactivated in the browser. diff --git a/dzz/pdf/web/locale/en-US/index.htm b/dzz/pdf/web/locale/en-US/index.htm new file mode 100644 index 0000000..e69de29 diff --git a/dzz/pdf/web/locale/en-US/viewer.properties b/dzz/pdf/web/locale/en-US/viewer.properties new file mode 100644 index 0000000..22045e1 --- /dev/null +++ b/dzz/pdf/web/locale/en-US/viewer.properties @@ -0,0 +1,242 @@ +# Copyright 2012 Mozilla Foundation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# Main toolbar buttons (tooltips and alt text for images) +previous.title=Previous Page +previous_label=Previous +next.title=Next Page +next_label=Next + +# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input. +page.title=Page +# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number +# representing the total number of pages in the document. +of_pages=of {{pagesCount}} +# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" +# will be replaced by a number representing the currently visible page, +# respectively a number representing the total number of pages in the document. +page_of_pages=({{pageNumber}} of {{pagesCount}}) + +zoom_out.title=Zoom Out +zoom_out_label=Zoom Out +zoom_in.title=Zoom In +zoom_in_label=Zoom In +zoom.title=Zoom +presentation_mode.title=Switch to Presentation Mode +presentation_mode_label=Presentation Mode +open_file.title=Open File +open_file_label=Open +print.title=Print +print_label=Print +download.title=Download +download_label=Download +bookmark.title=Current view (copy or open in new window) +bookmark_label=Current View + +# Secondary toolbar and context menu +tools.title=Tools +tools_label=Tools +first_page.title=Go to First Page +first_page.label=Go to First Page +first_page_label=Go to First Page +last_page.title=Go to Last Page +last_page.label=Go to Last Page +last_page_label=Go to Last Page +page_rotate_cw.title=Rotate Clockwise +page_rotate_cw.label=Rotate Clockwise +page_rotate_cw_label=Rotate Clockwise +page_rotate_ccw.title=Rotate Counterclockwise +page_rotate_ccw.label=Rotate Counterclockwise +page_rotate_ccw_label=Rotate Counterclockwise + +cursor_text_select_tool.title=Enable Text Selection Tool +cursor_text_select_tool_label=Text Selection Tool +cursor_hand_tool.title=Enable Hand Tool +cursor_hand_tool_label=Hand Tool + +scroll_vertical.title=Use Vertical Scrolling +scroll_vertical_label=Vertical Scrolling +scroll_horizontal.title=Use Horizontal Scrolling +scroll_horizontal_label=Horizontal Scrolling +scroll_wrapped.title=Use Wrapped Scrolling +scroll_wrapped_label=Wrapped Scrolling + +spread_none.title=Do not join page spreads +spread_none_label=No Spreads +spread_odd.title=Join page spreads starting with odd-numbered pages +spread_odd_label=Odd Spreads +spread_even.title=Join page spreads starting with even-numbered pages +spread_even_label=Even Spreads + +# Document properties dialog box +document_properties.title=Document Properties… +document_properties_label=Document Properties… +document_properties_file_name=File name: +document_properties_file_size=File size: +# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" +# will be replaced by the PDF file size in kilobytes, respectively in bytes. +document_properties_kb={{size_kb}} KB ({{size_b}} bytes) +# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" +# will be replaced by the PDF file size in megabytes, respectively in bytes. +document_properties_mb={{size_mb}} MB ({{size_b}} bytes) +document_properties_title=Title: +document_properties_author=Author: +document_properties_subject=Subject: +document_properties_keywords=Keywords: +document_properties_creation_date=Creation Date: +document_properties_modification_date=Modification Date: +# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" +# will be replaced by the creation/modification date, and time, of the PDF file. +document_properties_date_string={{date}}, {{time}} +document_properties_creator=Creator: +document_properties_producer=PDF Producer: +document_properties_version=PDF Version: +document_properties_page_count=Page Count: +document_properties_page_size=Page Size: +document_properties_page_size_unit_inches=in +document_properties_page_size_unit_millimeters=mm +document_properties_page_size_orientation_portrait=portrait +document_properties_page_size_orientation_landscape=landscape +document_properties_page_size_name_a3=A3 +document_properties_page_size_name_a4=A4 +document_properties_page_size_name_letter=Letter +document_properties_page_size_name_legal=Legal +# LOCALIZATION NOTE (document_properties_page_size_dimension_string): +# "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement and orientation, of the (current) page. +document_properties_page_size_dimension_string={{width}} × {{height}} {{unit}} ({{orientation}}) +# LOCALIZATION NOTE (document_properties_page_size_dimension_name_string): +# "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement, name, and orientation, of the (current) page. +document_properties_page_size_dimension_name_string={{width}} × {{height}} {{unit}} ({{name}}, {{orientation}}) +# LOCALIZATION NOTE (document_properties_linearized): The linearization status of +# the document; usually called "Fast Web View" in English locales of Adobe software. +document_properties_linearized=Fast Web View: +document_properties_linearized_yes=Yes +document_properties_linearized_no=No +document_properties_close=Close + +print_progress_message=Preparing document for printing… +# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by +# a numerical per cent value. +print_progress_percent={{progress}}% +print_progress_close=Cancel + +# Tooltips and alt text for side panel toolbar buttons +# (the _label strings are alt text for the buttons, the .title strings are +# tooltips) +toggle_sidebar.title=Toggle Sidebar +toggle_sidebar_notification.title=Toggle Sidebar (document contains outline/attachments) +toggle_sidebar_label=Toggle Sidebar +document_outline.title=Show Document Outline (double-click to expand/collapse all items) +document_outline_label=Document Outline +attachments.title=Show Attachments +attachments_label=Attachments +thumbs.title=Show Thumbnails +thumbs_label=Thumbnails +findbar.title=Find in Document +findbar_label=Find + +# Thumbnails panel item (tooltip and alt text for images) +# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page +# number. +thumb_page_title=Page {{page}} +# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page +# number. +thumb_page_canvas=Thumbnail of Page {{page}} + +# Find panel button title and messages +find_input.title=Find +find_input.placeholder=Find in document… +find_previous.title=Find the previous occurrence of the phrase +find_previous_label=Previous +find_next.title=Find the next occurrence of the phrase +find_next_label=Next +find_highlight=Highlight all +find_match_case_label=Match case +find_entire_word_label=Whole words +find_reached_top=Reached top of document, continued from bottom +find_reached_bottom=Reached end of document, continued from top +# LOCALIZATION NOTE (find_match_count): The supported plural forms are +# [one|two|few|many|other], with [other] as the default value. +# "{{current}}" and "{{total}}" will be replaced by a number representing the +# index of the currently active find result, respectively a number representing +# the total number of matches in the document. +find_match_count={[ plural(total) ]} +find_match_count[one]={{current}} of {{total}} match +find_match_count[two]={{current}} of {{total}} matches +find_match_count[few]={{current}} of {{total}} matches +find_match_count[many]={{current}} of {{total}} matches +find_match_count[other]={{current}} of {{total}} matches +# LOCALIZATION NOTE (find_match_count_limit): The supported plural forms are +# [zero|one|two|few|many|other], with [other] as the default value. +# "{{limit}}" will be replaced by a numerical value. +find_match_count_limit={[ plural(limit) ]} +find_match_count_limit[zero]=More than {{limit}} matches +find_match_count_limit[one]=More than {{limit}} match +find_match_count_limit[two]=More than {{limit}} matches +find_match_count_limit[few]=More than {{limit}} matches +find_match_count_limit[many]=More than {{limit}} matches +find_match_count_limit[other]=More than {{limit}} matches +find_not_found=Phrase not found + +# Error panel labels +error_more_info=More Information +error_less_info=Less Information +error_close=Close +# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be +# replaced by the PDF.JS version and build ID. +error_version_info=PDF.js v{{version}} (build: {{build}}) +# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an +# english string describing the error. +error_message=Message: {{message}} +# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack +# trace. +error_stack=Stack: {{stack}} +# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename +error_file=File: {{file}} +# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number +error_line=Line: {{line}} +rendering_error=An error occurred while rendering the page. + +# Predefined zoom values +page_scale_width=Page Width +page_scale_fit=Page Fit +page_scale_auto=Automatic Zoom +page_scale_actual=Actual Size +# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a +# numerical scale value. +page_scale_percent={{scale}}% + +# Loading indicator messages +loading_error_indicator=Error +loading_error=An error occurred while loading the PDF. +invalid_file_error=Invalid or corrupted PDF file. +missing_file_error=Missing PDF file. +unexpected_response_error=Unexpected server response. + +# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. +# "{{type}}" will be replaced with an annotation type from a list defined in +# the PDF spec (32000-1:2008 Table 169 – Annotation types). +# Some common types are e.g.: "Check", "Text", "Comment", "Note" +text_annotation_type.alt=[{{type}} Annotation] +password_label=Enter the password to open this PDF file. +password_invalid=Invalid password. Please try again. +password_ok=OK +password_cancel=Cancel + +printing_not_supported=Warning: Printing is not fully supported by this browser. +printing_not_ready=Warning: The PDF is not fully loaded for printing. +web_fonts_disabled=Web fonts are disabled: unable to use embedded PDF fonts. +document_colors_not_allowed=PDF documents are not allowed to use their own colors: “Allow pages to choose their own colors” is deactivated in the browser. diff --git a/dzz/pdf/web/locale/en-ZA/index.htm b/dzz/pdf/web/locale/en-ZA/index.htm new file mode 100644 index 0000000..e69de29 diff --git a/dzz/pdf/web/locale/en-ZA/viewer.properties b/dzz/pdf/web/locale/en-ZA/viewer.properties new file mode 100644 index 0000000..832d558 --- /dev/null +++ b/dzz/pdf/web/locale/en-ZA/viewer.properties @@ -0,0 +1,170 @@ +# Copyright 2012 Mozilla Foundation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# Main toolbar buttons (tooltips and alt text for images) +previous.title=Previous Page +previous_label=Previous +next.title=Next Page +next_label=Next + +# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input. +# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number +# representing the total number of pages in the document. +of_pages=of {{pagesCount}} +# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" +# will be replaced by a number representing the currently visible page, +# respectively a number representing the total number of pages in the document. + +zoom_out.title=Zoom Out +zoom_out_label=Zoom Out +zoom_in.title=Zoom In +zoom_in_label=Zoom In +zoom.title=Zoom +presentation_mode.title=Switch to Presentation Mode +presentation_mode_label=Presentation Mode +open_file.title=Open File +open_file_label=Open +print.title=Print +print_label=Print +download.title=Download +download_label=Download +bookmark.title=Current view (copy or open in new window) +bookmark_label=Current View + +# Secondary toolbar and context menu +tools.title=Tools +tools_label=Tools +first_page.title=Go to First Page +first_page.label=Go to First Page +first_page_label=Go to First Page +last_page.title=Go to Last Page +last_page.label=Go to Last Page +last_page_label=Go to Last Page +page_rotate_cw.title=Rotate Clockwise +page_rotate_cw.label=Rotate Clockwise +page_rotate_cw_label=Rotate Clockwise +page_rotate_ccw.title=Rotate Counterclockwise +page_rotate_ccw.label=Rotate Counterclockwise +page_rotate_ccw_label=Rotate Counterclockwise + + +# Document properties dialog box +document_properties.title=Document Properties… +document_properties_label=Document Properties… +document_properties_file_name=File name: +document_properties_file_size=File size: +# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" +# will be replaced by the PDF file size in kilobytes, respectively in bytes. +document_properties_kb={{size_kb}} KB ({{size_b}} bytes) +# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" +# will be replaced by the PDF file size in megabytes, respectively in bytes. +document_properties_mb={{size_mb}} MB ({{size_b}} bytes) +document_properties_title=Title: +document_properties_author=Author: +document_properties_subject=Subject: +document_properties_keywords=Keywords: +document_properties_creation_date=Creation Date: +document_properties_modification_date=Modification Date: +# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" +# will be replaced by the creation/modification date, and time, of the PDF file. +document_properties_date_string={{date}}, {{time}} +document_properties_creator=Creator: +document_properties_producer=PDF Producer: +document_properties_version=PDF Version: +document_properties_page_count=Page Count: +document_properties_close=Close + +# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by +# a numerical per cent value. + +# Tooltips and alt text for side panel toolbar buttons +# (the _label strings are alt text for the buttons, the .title strings are +# tooltips) +toggle_sidebar.title=Toggle Sidebar +toggle_sidebar_label=Toggle Sidebar +document_outline.title=Show Document Outline (double-click to expand/collapse all items) +document_outline_label=Document Outline +attachments.title=Show Attachments +attachments_label=Attachments +thumbs.title=Show Thumbnails +thumbs_label=Thumbnails +findbar.title=Find in Document + +# Thumbnails panel item (tooltip and alt text for images) +# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page +# number. +thumb_page_title=Page {{page}} +# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page +# number. +thumb_page_canvas=Thumbnail of Page {{page}} + +# Find panel button title and messages +find_previous.title=Find the previous occurrence of the phrase +find_previous_label=Previous +find_next.title=Find the next occurrence of the phrase +find_next_label=Next +find_highlight=Highlight all +find_match_case_label=Match case +find_reached_top=Reached top of document, continued from bottom +find_reached_bottom=Reached end of document, continued from top +find_not_found=Phrase not found + +# Error panel labels +error_more_info=More Information +error_less_info=Less Information +error_close=Close +# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be +# replaced by the PDF.JS version and build ID. +error_version_info=PDF.js v{{version}} (build: {{build}}) +# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an +# english string describing the error. +error_message=Message: {{message}} +# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack +# trace. +error_stack=Stack: {{stack}} +# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename +error_file=File: {{file}} +# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number +error_line=Line: {{line}} +rendering_error=An error occurred while rendering the page. + +# Predefined zoom values +page_scale_width=Page Width +page_scale_fit=Page Fit +page_scale_auto=Automatic Zoom +page_scale_actual=Actual Size +# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a +# numerical scale value. +page_scale_percent={{scale}}% + +# Loading indicator messages +loading_error_indicator=Error +loading_error=An error occurred while loading the PDF. +invalid_file_error=Invalid or corrupted PDF file. +missing_file_error=Missing PDF file. +unexpected_response_error=Unexpected server response. + +# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. +# "{{type}}" will be replaced with an annotation type from a list defined in +# the PDF spec (32000-1:2008 Table 169 – Annotation types). +# Some common types are e.g.: "Check", "Text", "Comment", "Note" +text_annotation_type.alt=[{{type}} Annotation] +password_label=Enter the password to open this PDF file. +password_invalid=Invalid password. Please try again. +password_ok=OK + +printing_not_supported=Warning: Printing is not fully supported by this browser. +printing_not_ready=Warning: The PDF is not fully loaded for printing. +web_fonts_disabled=Web fonts are disabled: unable to use embedded PDF fonts. +document_colors_not_allowed=PDF documents are not allowed to use their own colours: “Allow pages to choose their own colours” is deactivated in the browser. diff --git a/dzz/pdf/web/locale/eo/index.htm b/dzz/pdf/web/locale/eo/index.htm new file mode 100644 index 0000000..e69de29 diff --git a/dzz/pdf/web/locale/eo/viewer.properties b/dzz/pdf/web/locale/eo/viewer.properties new file mode 100644 index 0000000..04272e4 --- /dev/null +++ b/dzz/pdf/web/locale/eo/viewer.properties @@ -0,0 +1,242 @@ +# Copyright 2012 Mozilla Foundation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# Main toolbar buttons (tooltips and alt text for images) +previous.title=Antaŭa paĝo +previous_label=Malantaŭen +next.title=Venonta paĝo +next_label=Antaŭen + +# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input. +page.title=Paĝo +# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number +# representing the total number of pages in the document. +of_pages=el {{pagesCount}} +# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" +# will be replaced by a number representing the currently visible page, +# respectively a number representing the total number of pages in the document. +page_of_pages=({{pageNumber}} el {{pagesCount}}) + +zoom_out.title=Malpligrandigi +zoom_out_label=Malpligrandigi +zoom_in.title=Pligrandigi +zoom_in_label=Pligrandigi +zoom.title=Pligrandigilo +presentation_mode.title=Iri al prezenta reĝimo +presentation_mode_label=Prezenta reĝimo +open_file.title=Malfermi dosieron +open_file_label=Malfermi +print.title=Presi +print_label=Presi +download.title=Elŝuti +download_label=Elŝuti +bookmark.title=Nuna vido (kopii aŭ malfermi en nova fenestro) +bookmark_label=Nuna vido + +# Secondary toolbar and context menu +tools.title=Iloj +tools_label=Iloj +first_page.title=Iri al la unua paĝo +first_page.label=Iri al la unua paĝo +first_page_label=Iri al la unua paĝo +last_page.title=Iri al la lasta paĝo +last_page.label=Iri al la lasta paĝo +last_page_label=Iri al la lasta paĝo +page_rotate_cw.title=Rotaciigi dekstrume +page_rotate_cw.label=Rotaciigi dekstrume +page_rotate_cw_label=Rotaciigi dekstrume +page_rotate_ccw.title=Rotaciigi maldekstrume +page_rotate_ccw.label=Rotaciigi maldekstrume +page_rotate_ccw_label=Rotaciigi maldekstrume + +cursor_text_select_tool.title=Aktivigi tekstan elektilon +cursor_text_select_tool_label=Teksta elektilo +cursor_hand_tool.title=Aktivigi ilon de mano +cursor_hand_tool_label=Ilo de mano + +scroll_vertical.title=Uzi vertikalan ŝovadon +scroll_vertical_label=Vertikala ŝovado +scroll_horizontal.title=Uzi horizontalan ŝovadon +scroll_horizontal_label=Horizontala ŝovado +scroll_wrapped.title=Uzi ambaŭdirektan ŝovadon +scroll_wrapped_label=Ambaŭdirekta ŝovado + +spread_none.title=Ne montri paĝojn po du +spread_none_label=Unupaĝa vido +spread_odd.title=Kunigi paĝojn komencante per nepara paĝo +spread_odd_label=Po du paĝoj, neparaj maldekstre +spread_even.title=Kunigi paĝojn komencante per para paĝo +spread_even_label=Po du paĝoj, paraj maldekstre + +# Document properties dialog box +document_properties.title=Atributoj de dokumento… +document_properties_label=Atributoj de dokumento… +document_properties_file_name=Nomo de dosiero: +document_properties_file_size=Grando de dosiero: +# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" +# will be replaced by the PDF file size in kilobytes, respectively in bytes. +document_properties_kb={{size_kb}} KO ({{size_b}} oktetoj) +# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" +# will be replaced by the PDF file size in megabytes, respectively in bytes. +document_properties_mb={{size_mb}} MO ({{size_b}} oktetoj) +document_properties_title=Titolo: +document_properties_author=Aŭtoro: +document_properties_subject=Temo: +document_properties_keywords=Ŝlosilvorto: +document_properties_creation_date=Dato de kreado: +document_properties_modification_date=Dato de modifo: +# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" +# will be replaced by the creation/modification date, and time, of the PDF file. +document_properties_date_string={{date}}, {{time}} +document_properties_creator=Kreinto: +document_properties_producer=Produktinto de PDF: +document_properties_version=Versio de PDF: +document_properties_page_count=Nombro de paĝoj: +document_properties_page_size=Grando de paĝo: +document_properties_page_size_unit_inches=in +document_properties_page_size_unit_millimeters=mm +document_properties_page_size_orientation_portrait=vertikala +document_properties_page_size_orientation_landscape=horizontala +document_properties_page_size_name_a3=A3 +document_properties_page_size_name_a4=A4 +document_properties_page_size_name_letter=Letera +document_properties_page_size_name_legal=Jura +# LOCALIZATION NOTE (document_properties_page_size_dimension_string): +# "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement and orientation, of the (current) page. +document_properties_page_size_dimension_string={{width}} × {{height}} {{unit}} ({{orientation}}) +# LOCALIZATION NOTE (document_properties_page_size_dimension_name_string): +# "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement, name, and orientation, of the (current) page. +document_properties_page_size_dimension_name_string={{width}} × {{height}} {{unit}} ({{name}}, {{orientation}}) +# LOCALIZATION NOTE (document_properties_linearized): The linearization status of +# the document; usually called "Fast Web View" in English locales of Adobe software. +document_properties_linearized=Rapida tekstaĵa vido: +document_properties_linearized_yes=Jes +document_properties_linearized_no=Ne +document_properties_close=Fermi + +print_progress_message=Preparo de dokumento por presi ĝin … +# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by +# a numerical per cent value. +print_progress_percent={{progress}}% +print_progress_close=Nuligi + +# Tooltips and alt text for side panel toolbar buttons +# (the _label strings are alt text for the buttons, the .title strings are +# tooltips) +toggle_sidebar.title=Montri/kaŝi flankan strion +toggle_sidebar_notification.title=Montri/kaŝi flankan strion (la dokumento enhavas konturon/aneksaĵojn) +toggle_sidebar_label=Montri/kaŝi flankan strion +document_outline.title=Montri la konturon de dokumento (alklaku duoble por faldi/malfaldi ĉiujn elementojn) +document_outline_label=Konturo de dokumento +attachments.title=Montri kunsendaĵojn +attachments_label=Kunsendaĵojn +thumbs.title=Montri miniaturojn +thumbs_label=Miniaturoj +findbar.title=Serĉi en dokumento +findbar_label=Serĉi + +# Thumbnails panel item (tooltip and alt text for images) +# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page +# number. +thumb_page_title=Paĝo {{page}} +# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page +# number. +thumb_page_canvas=Miniaturo de paĝo {{page}} + +# Find panel button title and messages +find_input.title=Serĉi +find_input.placeholder=Serĉi en dokumento… +find_previous.title=Serĉi la antaŭan aperon de la frazo +find_previous_label=Malantaŭen +find_next.title=Serĉi la venontan aperon de la frazo +find_next_label=Antaŭen +find_highlight=Elstarigi ĉiujn +find_match_case_label=Distingi inter majuskloj kaj minuskloj +find_entire_word_label=Tutaj vortoj +find_reached_top=Komenco de la dokumento atingita, daŭrigado ekde la fino +find_reached_bottom=Fino de la dokumento atingita, daŭrigado ekde la komenco +# LOCALIZATION NOTE (find_match_count): The supported plural forms are +# [one|two|few|many|other], with [other] as the default value. +# "{{current}}" and "{{total}}" will be replaced by a number representing the +# index of the currently active find result, respectively a number representing +# the total number of matches in the document. +find_match_count={[ plural(total) ]} +find_match_count[one]={{current}} el {{total}} kongruo +find_match_count[two]={{current}} el {{total}} kongruoj +find_match_count[few]={{current}} el {{total}} kongruoj +find_match_count[many]={{current}} el {{total}} kongruoj +find_match_count[other]={{current}} el {{total}} kongruoj +# LOCALIZATION NOTE (find_match_count_limit): The supported plural forms are +# [zero|one|two|few|many|other], with [other] as the default value. +# "{{limit}}" will be replaced by a numerical value. +find_match_count_limit={[ plural(limit) ]} +find_match_count_limit[zero]=Pli ol {{limit}} kongruoj +find_match_count_limit[one]=Pli ol {{limit}} kongruo +find_match_count_limit[two]=Pli ol {{limit}} kongruoj +find_match_count_limit[few]=Pli ol {{limit}} kongruoj +find_match_count_limit[many]=Pli ol {{limit}} kongruoj +find_match_count_limit[other]=Pli ol {{limit}} kongruoj +find_not_found=Frazo ne trovita + +# Error panel labels +error_more_info=Pli da informo +error_less_info=Malpli da informo +error_close=Fermi +# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be +# replaced by the PDF.JS version and build ID. +error_version_info=PDF.js v{{version}} (build: {{build}}) +# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an +# english string describing the error. +error_message=Mesaĝo: {{message}} +# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack +# trace. +error_stack=Stako: {{stack}} +# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename +error_file=Dosiero: {{file}} +# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number +error_line=Linio: {{line}} +rendering_error=Okazis eraro dum la montro de la paĝo. + +# Predefined zoom values +page_scale_width=Larĝo de paĝo +page_scale_fit=Adapti paĝon +page_scale_auto=Aŭtomata skalo +page_scale_actual=Reala grando +# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a +# numerical scale value. +page_scale_percent={{scale}}% + +# Loading indicator messages +loading_error_indicator=Eraro +loading_error=Okazis eraro dum la ŝargado de la PDF dosiero. +invalid_file_error=Nevalida aŭ difektita PDF dosiero. +missing_file_error=Mankas dosiero PDF. +unexpected_response_error=Neatendita respondo de servilo. + +# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. +# "{{type}}" will be replaced with an annotation type from a list defined in +# the PDF spec (32000-1:2008 Table 169 – Annotation types). +# Some common types are e.g.: "Check", "Text", "Comment", "Note" +text_annotation_type.alt=[Prinoto: {{type}}] +password_label=Tajpu pasvorton por malfermi tiun ĉi dosieron PDF. +password_invalid=Nevalida pasvorto. Bonvolu provi denove. +password_ok=Akcepti +password_cancel=Nuligi + +printing_not_supported=Averto: tiu ĉi retumilo ne plene subtenas presadon. +printing_not_ready=Averto: la PDF dosiero ne estas plene ŝargita por presado. +web_fonts_disabled=Neaktivaj teksaĵaj tiparoj: ne elbas uzi enmetitajn tiparojn de PDF. +document_colors_not_allowed=PDF dokumentoj ne rajtas uzi siajn proprajn kolorojn: 'Permesi al paĝoj uzi siajn proprajn kolorojn' ne estas aktiva en la retumilo. diff --git a/dzz/pdf/web/locale/es-AR/index.htm b/dzz/pdf/web/locale/es-AR/index.htm new file mode 100644 index 0000000..e69de29 diff --git a/dzz/pdf/web/locale/es-AR/viewer.properties b/dzz/pdf/web/locale/es-AR/viewer.properties new file mode 100644 index 0000000..4ba3ddc --- /dev/null +++ b/dzz/pdf/web/locale/es-AR/viewer.properties @@ -0,0 +1,242 @@ +# Copyright 2012 Mozilla Foundation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# Main toolbar buttons (tooltips and alt text for images) +previous.title=Página anterior +previous_label=Anterior +next.title=Página siguiente +next_label=Siguiente + +# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input. +page.title=Página +# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number +# representing the total number of pages in the document. +of_pages=de {{pagesCount}} +# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" +# will be replaced by a number representing the currently visible page, +# respectively a number representing the total number of pages in the document. +page_of_pages=( {{pageNumber}} de {{pagesCount}} ) + +zoom_out.title=Alejar +zoom_out_label=Alejar +zoom_in.title=Acercar +zoom_in_label=Acercar +zoom.title=Zoom +presentation_mode.title=Cambiar a modo presentación +presentation_mode_label=Modo presentación +open_file.title=Abrir archivo +open_file_label=Abrir +print.title=Imprimir +print_label=Imprimir +download.title=Descargar +download_label=Descargar +bookmark.title=Vista actual (copiar o abrir en nueva ventana) +bookmark_label=Vista actual + +# Secondary toolbar and context menu +tools.title=Herramientas +tools_label=Herramientas +first_page.title=Ir a primera página +first_page.label=Ir a primera página +first_page_label=Ir a primera página +last_page.title=Ir a última página +last_page.label=Ir a última página +last_page_label=Ir a última página +page_rotate_cw.title=Rotar horario +page_rotate_cw.label=Rotar horario +page_rotate_cw_label=Rotar horario +page_rotate_ccw.title=Rotar antihorario +page_rotate_ccw.label=Rotar antihorario +page_rotate_ccw_label=Rotar antihorario + +cursor_text_select_tool.title=Habilitar herramienta de selección de texto +cursor_text_select_tool_label=Herramienta de selección de texto +cursor_hand_tool.title=Habilitar herramienta mano +cursor_hand_tool_label=Herramienta mano + +scroll_vertical.title=Usar desplazamiento vertical +scroll_vertical_label=Desplazamiento vertical +scroll_horizontal.title=Usar desplazamiento vertical +scroll_horizontal_label=Desplazamiento horizontal +scroll_wrapped.title=Usar desplazamiento encapsulado +scroll_wrapped_label=Desplazamiento encapsulado + +spread_none.title=No unir páginas dobles +spread_none_label=Sin dobles +spread_odd.title=Unir páginas dobles comenzando con las impares +spread_odd_label=Dobles impares +spread_even.title=Unir páginas dobles comenzando con las pares +spread_even_label=Dobles pares + +# Document properties dialog box +document_properties.title=Propiedades del documento… +document_properties_label=Propiedades del documento… +document_properties_file_name=Nombre de archivo: +document_properties_file_size=Tamaño de archovo: +# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" +# will be replaced by the PDF file size in kilobytes, respectively in bytes. +document_properties_kb={{size_kb}} KB ({{size_b}} bytes) +# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" +# will be replaced by the PDF file size in megabytes, respectively in bytes. +document_properties_mb={{size_mb}} MB ({{size_b}} bytes) +document_properties_title=Título: +document_properties_author=Autor: +document_properties_subject=Asunto: +document_properties_keywords=Palabras clave: +document_properties_creation_date=Fecha de creación: +document_properties_modification_date=Fecha de modificación: +# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" +# will be replaced by the creation/modification date, and time, of the PDF file. +document_properties_date_string={{date}}, {{time}} +document_properties_creator=Creador: +document_properties_producer=PDF Productor: +document_properties_version=Versión de PDF: +document_properties_page_count=Cantidad de páginas: +document_properties_page_size=Tamaño de página: +document_properties_page_size_unit_inches=en +document_properties_page_size_unit_millimeters=mm +document_properties_page_size_orientation_portrait=normal +document_properties_page_size_orientation_landscape=apaisado +document_properties_page_size_name_a3=A3 +document_properties_page_size_name_a4=A4 +document_properties_page_size_name_letter=Carta +document_properties_page_size_name_legal=Legal +# LOCALIZATION NOTE (document_properties_page_size_dimension_string): +# "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement and orientation, of the (current) page. +document_properties_page_size_dimension_string={{width}} × {{height}} {{unit}} ({{orientation}}) +# LOCALIZATION NOTE (document_properties_page_size_dimension_name_string): +# "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement, name, and orientation, of the (current) page. +document_properties_page_size_dimension_name_string={{width}} × {{height}} {{unit}} ({{name}}, {{orientation}}) +# LOCALIZATION NOTE (document_properties_linearized): The linearization status of +# the document; usually called "Fast Web View" in English locales of Adobe software. +document_properties_linearized=Vista rápida de la Web: +document_properties_linearized_yes=Sí +document_properties_linearized_no=No +document_properties_close=Cerrar + +print_progress_message=Preparando documento para imprimir… +# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by +# a numerical per cent value. +print_progress_percent={{progress}}% +print_progress_close=Cancelar + +# Tooltips and alt text for side panel toolbar buttons +# (the _label strings are alt text for the buttons, the .title strings are +# tooltips) +toggle_sidebar.title=Alternar barra lateral +toggle_sidebar_notification.title=Intercambiar barra lateral (el documento contiene esquema/adjuntos) +toggle_sidebar_label=Alternar barra lateral +document_outline.title=Mostrar esquema del documento (doble clic para expandir/colapsar todos los ítems) +document_outline_label=Esquema del documento +attachments.title=Mostrar adjuntos +attachments_label=Adjuntos +thumbs.title=Mostrar miniaturas +thumbs_label=Miniaturas +findbar.title=Buscar en documento +findbar_label=Buscar + +# Thumbnails panel item (tooltip and alt text for images) +# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page +# number. +thumb_page_title=Página {{page}} +# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page +# number. +thumb_page_canvas=Miniatura de página {{page}} + +# Find panel button title and messages +find_input.title=Buscar +find_input.placeholder=Buscar en documento… +find_previous.title=Buscar la aparición anterior de la frase +find_previous_label=Anterior +find_next.title=Buscar la siguiente aparición de la frase +find_next_label=Siguiente +find_highlight=Resaltar todo +find_match_case_label=Coincidir mayúsculas +find_entire_word_label=Palabras completas +find_reached_top=Inicio de documento alcanzado, continuando desde abajo +find_reached_bottom=Fin de documento alcanzando, continuando desde arriba +# LOCALIZATION NOTE (find_match_count): The supported plural forms are +# [one|two|few|many|other], with [other] as the default value. +# "{{current}}" and "{{total}}" will be replaced by a number representing the +# index of the currently active find result, respectively a number representing +# the total number of matches in the document. +find_match_count={[ plural(total) ]} +find_match_count[one]={{current}} de {{total}} coincidencias +find_match_count[two]={{current}} de {{total}} coincidencias +find_match_count[few]={{current}} de {{total}} coincidencias +find_match_count[many]={{current}} de {{total}} coincidencias +find_match_count[other]={{current}} de {{total}} coincidencias +# LOCALIZATION NOTE (find_match_count_limit): The supported plural forms are +# [zero|one|two|few|many|other], with [other] as the default value. +# "{{limit}}" will be replaced by a numerical value. +find_match_count_limit={[ plural(limit) ]} +find_match_count_limit[zero]=Más de {{limit}} coincidencias +find_match_count_limit[one]=Más de {{limit}} coinciden +find_match_count_limit[two]=Más de {{limit}} coincidencias +find_match_count_limit[few]=Más de {{limit}} coincidencias +find_match_count_limit[many]=Más de {{limit}} coincidencias +find_match_count_limit[other]=Más de {{limit}} coincidencias +find_not_found=Frase no encontrada + +# Error panel labels +error_more_info=Más información +error_less_info=Menos información +error_close=Cerrar +# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be +# replaced by the PDF.JS version and build ID. +error_version_info=PDF.js v{{version}} (build: {{build}}) +# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an +# english string describing the error. +error_message=Mensaje: {{message}} +# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack +# trace. +error_stack=Pila: {{stack}} +# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename +error_file=Archivo: {{file}} +# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number +error_line=Línea: {{line}} +rendering_error=Ocurrió un error al dibujar la página. + +# Predefined zoom values +page_scale_width=Ancho de página +page_scale_fit=Ajustar página +page_scale_auto=Zoom automático +page_scale_actual=Tamaño real +# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a +# numerical scale value. +page_scale_percent={{scale}}% + +# Loading indicator messages +loading_error_indicator=Error +loading_error=Ocurrió un error al cargar el PDF. +invalid_file_error=Archivo PDF no válido o cocrrupto. +missing_file_error=Archivo PDF faltante. +unexpected_response_error=Respuesta del servidor inesperada. + +# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. +# "{{type}}" will be replaced with an annotation type from a list defined in +# the PDF spec (32000-1:2008 Table 169 – Annotation types). +# Some common types are e.g.: "Check", "Text", "Comment", "Note" +text_annotation_type.alt=[{{type}} Anotación] +password_label=Ingrese la contraseña para abrir este archivo PDF +password_invalid=Contraseña inválida. Intente nuevamente. +password_ok=Aceptar +password_cancel=Cancelar + +printing_not_supported=Advertencia: La impresión no está totalmente soportada por este navegador. +printing_not_ready=Advertencia: El PDF no está completamente cargado para impresión. +web_fonts_disabled=Tipografía web deshabilitada: no se pueden usar tipos incrustados en PDF. +document_colors_not_allowed=Los documentos PDF no tienen permitido usar sus propios colores: 'Permitir a las páginas elegir sus propios colores' está desactivado en el navegador. diff --git a/dzz/pdf/web/locale/es-CL/index.htm b/dzz/pdf/web/locale/es-CL/index.htm new file mode 100644 index 0000000..e69de29 diff --git a/dzz/pdf/web/locale/es-CL/viewer.properties b/dzz/pdf/web/locale/es-CL/viewer.properties new file mode 100644 index 0000000..b73dab4 --- /dev/null +++ b/dzz/pdf/web/locale/es-CL/viewer.properties @@ -0,0 +1,242 @@ +# Copyright 2012 Mozilla Foundation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# Main toolbar buttons (tooltips and alt text for images) +previous.title=Página anterior +previous_label=Anterior +next.title=Página siguiente +next_label=Siguiente + +# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input. +page.title=Página +# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number +# representing the total number of pages in the document. +of_pages=de {{pagesCount}} +# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" +# will be replaced by a number representing the currently visible page, +# respectively a number representing the total number of pages in the document. +page_of_pages=({{pageNumber}} de {{pagesCount}}) + +zoom_out.title=Alejar +zoom_out_label=Alejar +zoom_in.title=Acercar +zoom_in_label=Acercar +zoom.title=Ampliación +presentation_mode.title=Cambiar al modo de presentación +presentation_mode_label=Modo de presentación +open_file.title=Abrir archivo +open_file_label=Abrir +print.title=Imprimir +print_label=Imprimir +download.title=Descargar +download_label=Descargar +bookmark.title=Vista actual (copiar o abrir en nueva ventana) +bookmark_label=Vista actual + +# Secondary toolbar and context menu +tools.title=Herramientas +tools_label=Herramientas +first_page.title=Ir a la primera página +first_page.label=Ir a la primera página +first_page_label=Ir a la primera página +last_page.title=Ir a la última página +last_page.label=Ir a la última página +last_page_label=Ir a la última página +page_rotate_cw.title=Girar a la derecha +page_rotate_cw.label=Girar a la derecha +page_rotate_cw_label=Girar a la derecha +page_rotate_ccw.title=Girar a la izquierda +page_rotate_ccw.label=Girar a la izquierda +page_rotate_ccw_label=Girar a la izquierda + +cursor_text_select_tool.title=Activar la herramienta de selección de texto +cursor_text_select_tool_label=Herramienta de selección de texto +cursor_hand_tool.title=Activar la herramienta de mano +cursor_hand_tool_label=Herramienta de mano + +scroll_vertical.title=Usar desplazamiento vertical +scroll_vertical_label=Desplazamiento vertical +scroll_horizontal.title=Usar desplazamiento horizontal +scroll_horizontal_label=Desplazamiento horizontal +scroll_wrapped.title=Usar desplazamiento en bloque +scroll_wrapped_label=Desplazamiento en bloque + +spread_none.title=No juntar páginas a modo de libro +spread_none_label=Vista de una página +spread_odd.title=Junta las páginas partiendo con una de número impar +spread_odd_label=Vista de libro impar +spread_even.title=Junta las páginas partiendo con una de número par +spread_even_label=Vista de libro par + +# Document properties dialog box +document_properties.title=Propiedades del documento… +document_properties_label=Propiedades del documento… +document_properties_file_name=Nombre de archivo: +document_properties_file_size=Tamaño del archivo: +# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" +# will be replaced by the PDF file size in kilobytes, respectively in bytes. +document_properties_kb={{size_kb}} KB ({{size_b}} bytes) +# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" +# will be replaced by the PDF file size in megabytes, respectively in bytes. +document_properties_mb={{size_mb}} MB ({{size_b}} bytes) +document_properties_title=Título: +document_properties_author=Autor: +document_properties_subject=Asunto: +document_properties_keywords=Palabras clave: +document_properties_creation_date=Fecha de creación: +document_properties_modification_date=Fecha de modificación: +# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" +# will be replaced by the creation/modification date, and time, of the PDF file. +document_properties_date_string={{date}}, {{time}} +document_properties_creator=Creador: +document_properties_producer=Productor del PDF: +document_properties_version=Versión de PDF: +document_properties_page_count=Cantidad de páginas: +document_properties_page_size=Tamaño de la página: +document_properties_page_size_unit_inches=in +document_properties_page_size_unit_millimeters=mm +document_properties_page_size_orientation_portrait=vertical +document_properties_page_size_orientation_landscape=horizontal +document_properties_page_size_name_a3=A3 +document_properties_page_size_name_a4=A4 +document_properties_page_size_name_letter=Carta +document_properties_page_size_name_legal=Oficio +# LOCALIZATION NOTE (document_properties_page_size_dimension_string): +# "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement and orientation, of the (current) page. +document_properties_page_size_dimension_string={{width}} × {{height}} {{unit}} ({{orientation}}) +# LOCALIZATION NOTE (document_properties_page_size_dimension_name_string): +# "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement, name, and orientation, of the (current) page. +document_properties_page_size_dimension_name_string={{width}} × {{height}} {{unit}} ({{name}}, {{orientation}}) +# LOCALIZATION NOTE (document_properties_linearized): The linearization status of +# the document; usually called "Fast Web View" in English locales of Adobe software. +document_properties_linearized=Vista rápida en Web: +document_properties_linearized_yes=Sí +document_properties_linearized_no=No +document_properties_close=Cerrar + +print_progress_message=Preparando documento para impresión… +# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by +# a numerical per cent value. +print_progress_percent={{progress}}% +print_progress_close=Cancelar + +# Tooltips and alt text for side panel toolbar buttons +# (the _label strings are alt text for the buttons, the .title strings are +# tooltips) +toggle_sidebar.title=Barra lateral +toggle_sidebar_notification.title=Cambiar barra lateral (índice de contenidos del documento/adjuntos) +toggle_sidebar_label=Mostrar u ocultar la barra lateral +document_outline.title=Mostrar esquema del documento (doble clic para expandir/contraer todos los elementos) +document_outline_label=Esquema del documento +attachments.title=Mostrar adjuntos +attachments_label=Adjuntos +thumbs.title=Mostrar miniaturas +thumbs_label=Miniaturas +findbar.title=Buscar en el documento +findbar_label=Buscar + +# Thumbnails panel item (tooltip and alt text for images) +# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page +# number. +thumb_page_title=Página {{page}} +# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page +# number. +thumb_page_canvas=Miniatura de la página {{page}} + +# Find panel button title and messages +find_input.title=Encontrar +find_input.placeholder=Encontrar en el documento… +find_previous.title=Buscar la aparición anterior de la frase +find_previous_label=Previo +find_next.title=Buscar la siguiente aparición de la frase +find_next_label=Siguiente +find_highlight=Destacar todos +find_match_case_label=Coincidir mayús./minús. +find_entire_word_label=Palabras completas +find_reached_top=Se alcanzó el inicio del documento, continuando desde el final +find_reached_bottom=Se alcanzó el final del documento, continuando desde el inicio +# LOCALIZATION NOTE (find_match_count): The supported plural forms are +# [one|two|few|many|other], with [other] as the default value. +# "{{current}}" and "{{total}}" will be replaced by a number representing the +# index of the currently active find result, respectively a number representing +# the total number of matches in the document. +find_match_count={[ plural(total) ]} +find_match_count[one]={{current}} de {{total}} coincidencia +find_match_count[two]={{current}} de {{total}} coincidencias +find_match_count[few]={{current}} de {{total}} coincidencias +find_match_count[many]={{current}} de {{total}} coincidencias +find_match_count[other]={{current}} de {{total}} coincidencias +# LOCALIZATION NOTE (find_match_count_limit): The supported plural forms are +# [zero|one|two|few|many|other], with [other] as the default value. +# "{{limit}}" will be replaced by a numerical value. +find_match_count_limit={[ plural(limit) ]} +find_match_count_limit[zero]=Más de {{limit}} coincidencias +find_match_count_limit[one]=Más de {{limit}} coincidencia +find_match_count_limit[two]=Más de {{limit}} coincidencias +find_match_count_limit[few]=Más de {{limit}} coincidencias +find_match_count_limit[many]=Más de {{limit}} coincidencias +find_match_count_limit[other]=Más de {{limit}} coincidencias +find_not_found=Frase no encontrada + +# Error panel labels +error_more_info=Más información +error_less_info=Menos información +error_close=Cerrar +# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be +# replaced by the PDF.JS version and build ID. +error_version_info=PDF.js v{{version}} (compilación: {{build}}) +# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an +# english string describing the error. +error_message=Mensaje: {{message}} +# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack +# trace. +error_stack=Pila: {{stack}} +# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename +error_file=Archivo: {{file}} +# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number +error_line=Línea: {{line}} +rendering_error=Ha ocurrido un error al renderizar la página. + +# Predefined zoom values +page_scale_width=Ancho de página +page_scale_fit=Ajuste de página +page_scale_auto=Aumento automático +page_scale_actual=Tamaño actual +# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a +# numerical scale value. +page_scale_percent={{scale}}% + +# Loading indicator messages +loading_error_indicator=Error +loading_error=Ha ocurrido un error al cargar el PDF. +invalid_file_error=Archivo PDF inválido o corrupto. +missing_file_error=Falta el archivo PDF. +unexpected_response_error=Respuesta del servidor inesperada. + +# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. +# "{{type}}" will be replaced with an annotation type from a list defined in +# the PDF spec (32000-1:2008 Table 169 – Annotation types). +# Some common types are e.g.: "Check", "Text", "Comment", "Note" +text_annotation_type.alt=[{{type}} Anotación] +password_label=Ingrese la contraseña para abrir este archivo PDF. +password_invalid=Contraseña inválida. Por favor, vuelve a intentarlo. +password_ok=Aceptar +password_cancel=Cancelar + +printing_not_supported=Advertencia: Imprimir no está soportado completamente por este navegador. +printing_not_ready=Advertencia: El PDF no está completamente cargado para ser impreso. +web_fonts_disabled=Las tipografías web están desactivadas: imposible usar las fuentes PDF embebidas. +document_colors_not_allowed=Los documentos PDF no tienen permitido usar sus propios colores: 'Permitir a las páginas elegir sus propios colores' está desactivado en el navegador. diff --git a/dzz/pdf/web/locale/es-ES/index.htm b/dzz/pdf/web/locale/es-ES/index.htm new file mode 100644 index 0000000..e69de29 diff --git a/dzz/pdf/web/locale/es-ES/viewer.properties b/dzz/pdf/web/locale/es-ES/viewer.properties new file mode 100644 index 0000000..e1af4d0 --- /dev/null +++ b/dzz/pdf/web/locale/es-ES/viewer.properties @@ -0,0 +1,242 @@ +# Copyright 2012 Mozilla Foundation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# Main toolbar buttons (tooltips and alt text for images) +previous.title=Página anterior +previous_label=Anterior +next.title=Página siguiente +next_label=Siguiente + +# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input. +page.title=Página +# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number +# representing the total number of pages in the document. +of_pages=de {{pagesCount}} +# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" +# will be replaced by a number representing the currently visible page, +# respectively a number representing the total number of pages in the document. +page_of_pages=({{pageNumber}} de {{pagesCount}}) + +zoom_out.title=Reducir +zoom_out_label=Reducir +zoom_in.title=Aumentar +zoom_in_label=Aumentar +zoom.title=Tamaño +presentation_mode.title=Cambiar al modo presentación +presentation_mode_label=Modo presentación +open_file.title=Abrir archivo +open_file_label=Abrir +print.title=Imprimir +print_label=Imprimir +download.title=Descargar +download_label=Descargar +bookmark.title=Vista actual (copiar o abrir en una nueva ventana) +bookmark_label=Vista actual + +# Secondary toolbar and context menu +tools.title=Herramientas +tools_label=Herramientas +first_page.title=Ir a la primera página +first_page.label=Ir a la primera página +first_page_label=Ir a la primera página +last_page.title=Ir a la última página +last_page.label=Ir a la última página +last_page_label=Ir a la última página +page_rotate_cw.title=Rotar en sentido horario +page_rotate_cw.label=Rotar en sentido horario +page_rotate_cw_label=Rotar en sentido horario +page_rotate_ccw.title=Rotar en sentido antihorario +page_rotate_ccw.label=Rotar en sentido antihorario +page_rotate_ccw_label=Rotar en sentido antihorario + +cursor_text_select_tool.title=Activar herramienta de selección de texto +cursor_text_select_tool_label=Herramienta de selección de texto +cursor_hand_tool.title=Activar herramienta de mano +cursor_hand_tool_label=Herramienta de mano + +scroll_vertical.title=Usar desplazamiento vertical +scroll_vertical_label=Desplazamiento vertical +scroll_horizontal.title=Usar desplazamiento horizontal +scroll_horizontal_label=Desplazamiento horizontal +scroll_wrapped.title=Usar desplazamiento en bloque +scroll_wrapped_label=Desplazamiento en bloque + +spread_none.title=No juntar páginas en vista de libro +spread_none_label=Vista de libro +spread_odd.title=Juntar las páginas partiendo de una con número impar +spread_odd_label=Vista de libro impar +spread_even.title=Juntar las páginas partiendo de una con número par +spread_even_label=Vista de libro par + +# Document properties dialog box +document_properties.title=Propiedades del documento… +document_properties_label=Propiedades del documento… +document_properties_file_name=Nombre de archivo: +document_properties_file_size=Tamaño de archivo: +# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" +# will be replaced by the PDF file size in kilobytes, respectively in bytes. +document_properties_kb={{size_kb}} KB ({{size_b}} bytes) +# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" +# will be replaced by the PDF file size in megabytes, respectively in bytes. +document_properties_mb={{size_mb}} MB ({{size_b}} bytes) +document_properties_title=Título: +document_properties_author=Autor: +document_properties_subject=Asunto: +document_properties_keywords=Palabras clave: +document_properties_creation_date=Fecha de creación: +document_properties_modification_date=Fecha de modificación: +# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" +# will be replaced by the creation/modification date, and time, of the PDF file. +document_properties_date_string={{date}}, {{time}} +document_properties_creator=Creador: +document_properties_producer=Productor PDF: +document_properties_version=Versión PDF: +document_properties_page_count=Número de páginas: +document_properties_page_size=Tamaño de la página: +document_properties_page_size_unit_inches=in +document_properties_page_size_unit_millimeters=mm +document_properties_page_size_orientation_portrait=vertical +document_properties_page_size_orientation_landscape=horizontal +document_properties_page_size_name_a3=A3 +document_properties_page_size_name_a4=A4 +document_properties_page_size_name_letter=Carta +document_properties_page_size_name_legal=Legal +# LOCALIZATION NOTE (document_properties_page_size_dimension_string): +# "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement and orientation, of the (current) page. +document_properties_page_size_dimension_string={{width}} × {{height}} {{unit}} ({{orientation}}) +# LOCALIZATION NOTE (document_properties_page_size_dimension_name_string): +# "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement, name, and orientation, of the (current) page. +document_properties_page_size_dimension_name_string={{width}} × {{height}} {{unit}} ({{name}}, {{orientation}}) +# LOCALIZATION NOTE (document_properties_linearized): The linearization status of +# the document; usually called "Fast Web View" in English locales of Adobe software. +document_properties_linearized=Vista rápida de la web: +document_properties_linearized_yes=Sí +document_properties_linearized_no=No +document_properties_close=Cerrar + +print_progress_message=Preparando documento para impresión… +# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by +# a numerical per cent value. +print_progress_percent={{progress}}% +print_progress_close=Cancelar + +# Tooltips and alt text for side panel toolbar buttons +# (the _label strings are alt text for the buttons, the .title strings are +# tooltips) +toggle_sidebar.title=Cambiar barra lateral +toggle_sidebar_notification.title=Alternar panel lateral (el documento contiene un esquema o adjuntos) +toggle_sidebar_label=Cambiar barra lateral +document_outline.title=Mostrar resumen del documento (doble clic para expandir/contraer todos los elementos) +document_outline_label=Resumen de documento +attachments.title=Mostrar adjuntos +attachments_label=Adjuntos +thumbs.title=Mostrar miniaturas +thumbs_label=Miniaturas +findbar.title=Buscar en el documento +findbar_label=Buscar + +# Thumbnails panel item (tooltip and alt text for images) +# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page +# number. +thumb_page_title=Página {{page}} +# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page +# number. +thumb_page_canvas=Miniatura de la página {{page}} + +# Find panel button title and messages +find_input.title=Buscar +find_input.placeholder=Buscar en el documento… +find_previous.title=Encontrar la anterior aparición de la frase +find_previous_label=Anterior +find_next.title=Encontrar la siguiente aparición de esta frase +find_next_label=Siguiente +find_highlight=Resaltar todos +find_match_case_label=Coincidencia de mayús./minús. +find_entire_word_label=Palabras completas +find_reached_top=Se alcanzó el inicio del documento, se continúa desde el final +find_reached_bottom=Se alcanzó el final del documento, se continúa desde el inicio +# LOCALIZATION NOTE (find_match_count): The supported plural forms are +# [one|two|few|many|other], with [other] as the default value. +# "{{current}}" and "{{total}}" will be replaced by a number representing the +# index of the currently active find result, respectively a number representing +# the total number of matches in the document. +find_match_count={[ plural(total) ]} +find_match_count[one]={{current}} de {{total}} coincidencia +find_match_count[two]={{current}} de {{total}} coincidencias +find_match_count[few]={{current}} de {{total}} coincidencias +find_match_count[many]={{current}} de {{total}} coincidencias +find_match_count[other]={{current}} de {{total}} coincidencias +# LOCALIZATION NOTE (find_match_count_limit): The supported plural forms are +# [zero|one|two|few|many|other], with [other] as the default value. +# "{{limit}}" will be replaced by a numerical value. +find_match_count_limit={[ plural(limit) ]} +find_match_count_limit[zero]=Más de {{limit}} coincidencias +find_match_count_limit[one]=Más de {{limit}} coincidencia +find_match_count_limit[two]=Más de {{limit}} coincidencias +find_match_count_limit[few]=Más de {{limit}} coincidencias +find_match_count_limit[many]=Más de {{limit}} coincidencias +find_match_count_limit[other]=Más de {{limit}} coincidencias +find_not_found=Frase no encontrada + +# Error panel labels +error_more_info=Más información +error_less_info=Menos información +error_close=Cerrar +# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be +# replaced by the PDF.JS version and build ID. +error_version_info=PDF.js v{{version}} (build: {{build}}) +# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an +# english string describing the error. +error_message=Mensaje: {{message}} +# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack +# trace. +error_stack=Pila: {{stack}} +# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename +error_file=Archivo: {{file}} +# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number +error_line=Línea: {{line}} +rendering_error=Ocurrió un error al renderizar la página. + +# Predefined zoom values +page_scale_width=Anchura de la página +page_scale_fit=Ajuste de la página +page_scale_auto=Tamaño automático +page_scale_actual=Tamaño real +# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a +# numerical scale value. +page_scale_percent={{scale}}% + +# Loading indicator messages +loading_error_indicator=Error +loading_error=Ocurrió un error al cargar el PDF. +invalid_file_error=Fichero PDF no válido o corrupto. +missing_file_error=No hay fichero PDF. +unexpected_response_error=Respuesta inesperada del servidor. + +# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. +# "{{type}}" will be replaced with an annotation type from a list defined in +# the PDF spec (32000-1:2008 Table 169 – Annotation types). +# Some common types are e.g.: "Check", "Text", "Comment", "Note" +text_annotation_type.alt=[Anotación {{type}}] +password_label=Introduzca la contraseña para abrir este archivo PDF. +password_invalid=Contraseña no válida. Vuelva a intentarlo. +password_ok=Aceptar +password_cancel=Cancelar + +printing_not_supported=Advertencia: Imprimir no está totalmente soportado por este navegador. +printing_not_ready=Advertencia: Este PDF no se ha cargado completamente para poder imprimirse. +web_fonts_disabled=Las tipografías web están desactivadas: es imposible usar las tipografías PDF embebidas. +document_colors_not_allowed=Los documentos PDF no tienen permitido usar sus propios colores: 'Permitir a las páginas elegir sus propios colores' está desactivado en el navegador. diff --git a/dzz/pdf/web/locale/es-MX/index.htm b/dzz/pdf/web/locale/es-MX/index.htm new file mode 100644 index 0000000..e69de29 diff --git a/dzz/pdf/web/locale/es-MX/viewer.properties b/dzz/pdf/web/locale/es-MX/viewer.properties new file mode 100644 index 0000000..211b19e --- /dev/null +++ b/dzz/pdf/web/locale/es-MX/viewer.properties @@ -0,0 +1,242 @@ +# Copyright 2012 Mozilla Foundation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# Main toolbar buttons (tooltips and alt text for images) +previous.title=Página anterior +previous_label=Anterior +next.title=Página siguiente +next_label=Siguiente + +# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input. +page.title=Página +# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number +# representing the total number of pages in the document. +of_pages=de {{pagesCount}} +# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" +# will be replaced by a number representing the currently visible page, +# respectively a number representing the total number of pages in the document. +page_of_pages=({{pageNumber}} de {{pagesCount}}) + +zoom_out.title=Reducir +zoom_out_label=Reducir +zoom_in.title=Aumentar +zoom_in_label=Aumentar +zoom.title=Zoom +presentation_mode.title=Cambiar al modo presentación +presentation_mode_label=Modo presentación +open_file.title=Abrir archivo +open_file_label=Abrir +print.title=Imprimir +print_label=Imprimir +download.title=Descargar +download_label=Descargar +bookmark.title=Vista actual (copiar o abrir en una nueva ventana) +bookmark_label=Vista actual + +# Secondary toolbar and context menu +tools.title=Herramientas +tools_label=Herramientas +first_page.title=Ir a la primera página +first_page.label=Ir a la primera página +first_page_label=Ir a la primera página +last_page.title=Ir a la última página +last_page.label=Ir a la última página +last_page_label=Ir a la última página +page_rotate_cw.title=Girar a la derecha +page_rotate_cw.label=Girar a la derecha +page_rotate_cw_label=Girar a la derecha +page_rotate_ccw.title=Girar a la izquierda +page_rotate_ccw.label=Girar a la izquierda +page_rotate_ccw_label=Girar a la izquierda + +cursor_text_select_tool.title=Activar la herramienta de selección de texto +cursor_text_select_tool_label=Herramienta de selección de texto +cursor_hand_tool.title=Activar la herramienta de mano +cursor_hand_tool_label=Herramienta de mano + +scroll_vertical.title=Usar desplazamiento vertical +scroll_vertical_label=Desplazamiento vertical +scroll_horizontal.title=Usar desplazamiento horizontal +scroll_horizontal_label=Desplazamiento horizontal +scroll_wrapped.title=Usar desplazamiento encapsulado +scroll_wrapped_label=Desplazamiento encapsulado + +spread_none.title=No unir páginas separadas +spread_none_label=Vista de una página +spread_odd.title=Unir las páginas partiendo con una de número impar +spread_odd_label=Vista de libro impar +spread_even.title=Juntar las páginas partiendo con una de número par +spread_even_label=Vista de libro par + +# Document properties dialog box +document_properties.title=Propiedades del documento… +document_properties_label=Propiedades del documento… +document_properties_file_name=Nombre del archivo: +document_properties_file_size=Tamaño del archivo: +# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" +# will be replaced by the PDF file size in kilobytes, respectively in bytes. +document_properties_kb={{size_kb}} KB ({{size_b}} bytes) +# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" +# will be replaced by the PDF file size in megabytes, respectively in bytes. +document_properties_mb={{size_mb}} MB ({{size_b}} bytes) +document_properties_title=Título: +document_properties_author=Autor: +document_properties_subject=Asunto: +document_properties_keywords=Palabras claves: +document_properties_creation_date=Fecha de creación: +document_properties_modification_date=Fecha de modificación: +# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" +# will be replaced by the creation/modification date, and time, of the PDF file. +document_properties_date_string={{date}}, {{time}} +document_properties_creator=Creador: +document_properties_producer=Productor PDF: +document_properties_version=Versión PDF: +document_properties_page_count=Número de páginas: +document_properties_page_size=Tamaño de la página: +document_properties_page_size_unit_inches=in +document_properties_page_size_unit_millimeters=mm +document_properties_page_size_orientation_portrait=vertical +document_properties_page_size_orientation_landscape=horizontal +document_properties_page_size_name_a3=A3 +document_properties_page_size_name_a4=A4 +document_properties_page_size_name_letter=Carta +document_properties_page_size_name_legal=Oficio +# LOCALIZATION NOTE (document_properties_page_size_dimension_string): +# "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement and orientation, of the (current) page. +document_properties_page_size_dimension_string={{width}} × {{height}} {{unit}} ({{orientation}}) +# LOCALIZATION NOTE (document_properties_page_size_dimension_name_string): +# "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement, name, and orientation, of the (current) page. +document_properties_page_size_dimension_name_string={{width}} × {{height}} {{unit}} ({{name}}, {{orientation}}) +# LOCALIZATION NOTE (document_properties_linearized): The linearization status of +# the document; usually called "Fast Web View" in English locales of Adobe software. +document_properties_linearized=Vista rápida de la web: +document_properties_linearized_yes=Sí +document_properties_linearized_no=No +document_properties_close=Cerrar + +print_progress_message=Preparando documento para impresión… +# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by +# a numerical per cent value. +print_progress_percent={{progress}}% +print_progress_close=Cancelar + +# Tooltips and alt text for side panel toolbar buttons +# (the _label strings are alt text for the buttons, the .title strings are +# tooltips) +toggle_sidebar.title=Cambiar barra lateral +toggle_sidebar_notification.title=Cambiar barra lateral (índice de contenidos del documento/adjuntos) +toggle_sidebar_label=Cambiar barra lateral +document_outline.title=Mostrar esquema del documento (doble clic para expandir/contraer todos los elementos) +document_outline_label=Esquema del documento +attachments.title=Mostrar adjuntos +attachments_label=Adjuntos +thumbs.title=Mostrar miniaturas +thumbs_label=Miniaturas +findbar.title=Buscar en el documento +findbar_label=Buscar + +# Thumbnails panel item (tooltip and alt text for images) +# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page +# number. +thumb_page_title=Página {{page}} +# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page +# number. +thumb_page_canvas=Miniatura de la página {{page}} + +# Find panel button title and messages +find_input.title=Buscar +find_input.placeholder=Buscar en el documento… +find_previous.title=Ir a la anterior frase encontrada +find_previous_label=Anterior +find_next.title=Ir a la siguiente frase encontrada +find_next_label=Siguiente +find_highlight=Resaltar todo +find_match_case_label=Coincidir con mayúsculas y minúsculas +find_entire_word_label=Palabras completas +find_reached_top=Se alcanzó el inicio del documento, se buscará al final +find_reached_bottom=Se alcanzó el final del documento, se buscará al inicio +# LOCALIZATION NOTE (find_match_count): The supported plural forms are +# [one|two|few|many|other], with [other] as the default value. +# "{{current}}" and "{{total}}" will be replaced by a number representing the +# index of the currently active find result, respectively a number representing +# the total number of matches in the document. +find_match_count={[ plural(total) ]} +find_match_count[one]={{current}} de {{total}} coincidencia +find_match_count[two]={{current}} de {{total}} coincidencias +find_match_count[few]={{current}} de {{total}} coincidencias +find_match_count[many]={{current}} de {{total}} coincidencias +find_match_count[other]={{current}} de {{total}} coincidencias +# LOCALIZATION NOTE (find_match_count_limit): The supported plural forms are +# [zero|one|two|few|many|other], with [other] as the default value. +# "{{limit}}" will be replaced by a numerical value. +find_match_count_limit={[ plural(limit) ]} +find_match_count_limit[zero]=Más de {{limit}} coincidencias +find_match_count_limit[one]=Más de {{limit}} coinciden +find_match_count_limit[two]=Más de {{limit}} coincidencias +find_match_count_limit[few]=Más de {{limit}} coincidencias +find_match_count_limit[many]=Más de {{limit}} coincidencias +find_match_count_limit[other]=Más de {{limit}} coincidencias +find_not_found=No se encontró la frase + +# Error panel labels +error_more_info=Más información +error_less_info=Menos información +error_close=Cerrar +# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be +# replaced by the PDF.JS version and build ID. +error_version_info=PDF.js v{{version}} (build: {{build}}) +# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an +# english string describing the error. +error_message=Mensaje: {{message}} +# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack +# trace. +error_stack=Pila: {{stack}} +# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename +error_file=Archivo: {{file}} +# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number +error_line=Línea: {{line}} +rendering_error=Un error ocurrió al renderizar la página. + +# Predefined zoom values +page_scale_width=Ancho de página +page_scale_fit=Ajustar página +page_scale_auto=Zoom automático +page_scale_actual=Tamaño real +# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a +# numerical scale value. +page_scale_percent={{scale}}% + +# Loading indicator messages +loading_error_indicator=Error +loading_error=Un error ocurrió al cargar el PDF. +invalid_file_error=Archivo PDF invalido o dañado. +missing_file_error=Archivo PDF no encontrado. +unexpected_response_error=Respuesta inesperada del servidor. + +# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. +# "{{type}}" will be replaced with an annotation type from a list defined in +# the PDF spec (32000-1:2008 Table 169 – Annotation types). +# Some common types are e.g.: "Check", "Text", "Comment", "Note" +text_annotation_type.alt=[{{type}} anotación] +password_label=Ingresa la contraseña para abrir este archivo PDF. +password_invalid=Contraseña inválida. Por favor intenta de nuevo. +password_ok=Aceptar +password_cancel=Cancelar + +printing_not_supported=Advertencia: La impresión no esta completamente soportada por este navegador. +printing_not_ready=Advertencia: El PDF no cargo completamente para impresión. +web_fonts_disabled=Las fuentes web están desactivadas: es imposible usar las fuentes PDF embebidas. +document_colors_not_allowed=Los documentos PDF no tienen permiso de usar sus propios colores: 'Permitir que las páginas elijan sus propios colores' esta desactivada en el navegador. diff --git a/dzz/pdf/web/locale/et/index.htm b/dzz/pdf/web/locale/et/index.htm new file mode 100644 index 0000000..e69de29 diff --git a/dzz/pdf/web/locale/et/viewer.properties b/dzz/pdf/web/locale/et/viewer.properties new file mode 100644 index 0000000..46dd2da --- /dev/null +++ b/dzz/pdf/web/locale/et/viewer.properties @@ -0,0 +1,242 @@ +# Copyright 2012 Mozilla Foundation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# Main toolbar buttons (tooltips and alt text for images) +previous.title=Eelmine lehekülg +previous_label=Eelmine +next.title=Järgmine lehekülg +next_label=Järgmine + +# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input. +page.title=Leht +# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number +# representing the total number of pages in the document. +of_pages=/ {{pagesCount}} +# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" +# will be replaced by a number representing the currently visible page, +# respectively a number representing the total number of pages in the document. +page_of_pages=({{pageNumber}}/{{pagesCount}}) + +zoom_out.title=Vähenda +zoom_out_label=Vähenda +zoom_in.title=Suurenda +zoom_in_label=Suurenda +zoom.title=Suurendamine +presentation_mode.title=Lülitu esitlusrežiimi +presentation_mode_label=Esitlusrežiim +open_file.title=Ava fail +open_file_label=Ava +print.title=Prindi +print_label=Prindi +download.title=Laadi alla +download_label=Laadi alla +bookmark.title=Praegune vaade (kopeeri või ava uues aknas) +bookmark_label=Praegune vaade + +# Secondary toolbar and context menu +tools.title=Tööriistad +tools_label=Tööriistad +first_page.title=Mine esimesele leheküljele +first_page.label=Mine esimesele leheküljele +first_page_label=Mine esimesele leheküljele +last_page.title=Mine viimasele leheküljele +last_page.label=Mine viimasele leheküljele +last_page_label=Mine viimasele leheküljele +page_rotate_cw.title=Pööra päripäeva +page_rotate_cw.label=Pööra päripäeva +page_rotate_cw_label=Pööra päripäeva +page_rotate_ccw.title=Pööra vastupäeva +page_rotate_ccw.label=Pööra vastupäeva +page_rotate_ccw_label=Pööra vastupäeva + +cursor_text_select_tool.title=Luba teksti valimise tööriist +cursor_text_select_tool_label=Teksti valimise tööriist +cursor_hand_tool.title=Luba sirvimistööriist +cursor_hand_tool_label=Sirvimistööriist + +scroll_vertical.title=Kasuta vertikaalset kerimist +scroll_vertical_label=Vertikaalne kerimine +scroll_horizontal.title=Kasuta horisontaalset kerimist +scroll_horizontal_label=Horisontaalne kerimine +scroll_wrapped.title=Kasuta rohkem mahutavat kerimist +scroll_wrapped_label=Rohkem mahutav kerimine + +spread_none.title=Ära kõrvuta lehekülgi +spread_none_label=Lehtede kõrvutamine puudub +spread_odd.title=Kõrvuta leheküljed, alustades paaritute numbritega lehekülgedega +spread_odd_label=Kõrvutamine paaritute numbritega alustades +spread_even.title=Kõrvuta leheküljed, alustades paarisnumbritega lehekülgedega +spread_even_label=Kõrvutamine paarisnumbritega alustades + +# Document properties dialog box +document_properties.title=Dokumendi omadused… +document_properties_label=Dokumendi omadused… +document_properties_file_name=Faili nimi: +document_properties_file_size=Faili suurus: +# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" +# will be replaced by the PDF file size in kilobytes, respectively in bytes. +document_properties_kb={{size_kb}} KiB ({{size_b}} baiti) +# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" +# will be replaced by the PDF file size in megabytes, respectively in bytes. +document_properties_mb={{size_mb}} MiB ({{size_b}} baiti) +document_properties_title=Pealkiri: +document_properties_author=Autor: +document_properties_subject=Teema: +document_properties_keywords=Märksõnad: +document_properties_creation_date=Loodud: +document_properties_modification_date=Muudetud: +# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" +# will be replaced by the creation/modification date, and time, of the PDF file. +document_properties_date_string={{date}} {{time}} +document_properties_creator=Looja: +document_properties_producer=Generaator: +document_properties_version=Generaatori versioon: +document_properties_page_count=Lehekülgi: +document_properties_page_size=Lehe suurus: +document_properties_page_size_unit_inches=tolli +document_properties_page_size_unit_millimeters=mm +document_properties_page_size_orientation_portrait=vertikaalpaigutus +document_properties_page_size_orientation_landscape=rõhtpaigutus +document_properties_page_size_name_a3=A3 +document_properties_page_size_name_a4=A4 +document_properties_page_size_name_letter=Letter +document_properties_page_size_name_legal=Legal +# LOCALIZATION NOTE (document_properties_page_size_dimension_string): +# "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement and orientation, of the (current) page. +document_properties_page_size_dimension_string={{width}} × {{height}} {{unit}} ({{orientation}}) +# LOCALIZATION NOTE (document_properties_page_size_dimension_name_string): +# "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement, name, and orientation, of the (current) page. +document_properties_page_size_dimension_name_string={{width}} × {{height}} {{unit}} ({{name}}, {{orientation}}) +# LOCALIZATION NOTE (document_properties_linearized): The linearization status of +# the document; usually called "Fast Web View" in English locales of Adobe software. +document_properties_linearized="Fast Web View" tugi: +document_properties_linearized_yes=Jah +document_properties_linearized_no=Ei +document_properties_close=Sulge + +print_progress_message=Dokumendi ettevalmistamine printimiseks… +# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by +# a numerical per cent value. +print_progress_percent={{progress}}% +print_progress_close=Loobu + +# Tooltips and alt text for side panel toolbar buttons +# (the _label strings are alt text for the buttons, the .title strings are +# tooltips) +toggle_sidebar.title=Näita külgriba +toggle_sidebar_notification.title=Näita külgriba (dokument sisaldab sisukorda/manuseid) +toggle_sidebar_label=Näita külgriba +document_outline.title=Näita sisukorda (kõigi punktide laiendamiseks/ahendamiseks topeltklõpsa) +document_outline_label=Näita sisukorda +attachments.title=Näita manuseid +attachments_label=Manused +thumbs.title=Näita pisipilte +thumbs_label=Pisipildid +findbar.title=Otsi dokumendist +findbar_label=Otsi + +# Thumbnails panel item (tooltip and alt text for images) +# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page +# number. +thumb_page_title={{page}}. lehekülg +# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page +# number. +thumb_page_canvas={{page}}. lehekülje pisipilt + +# Find panel button title and messages +find_input.title=Otsi +find_input.placeholder=Otsi dokumendist… +find_previous.title=Otsi fraasi eelmine esinemiskoht +find_previous_label=Eelmine +find_next.title=Otsi fraasi järgmine esinemiskoht +find_next_label=Järgmine +find_highlight=Too kõik esile +find_match_case_label=Tõstutundlik +find_entire_word_label=Täissõnad +find_reached_top=Jõuti dokumendi algusesse, jätkati lõpust +find_reached_bottom=Jõuti dokumendi lõppu, jätkati algusest +# LOCALIZATION NOTE (find_match_count): The supported plural forms are +# [one|two|few|many|other], with [other] as the default value. +# "{{current}}" and "{{total}}" will be replaced by a number representing the +# index of the currently active find result, respectively a number representing +# the total number of matches in the document. +find_match_count={[ plural(total) ]} +find_match_count[one]=vaste {{current}}/{{total}} +find_match_count[two]=vaste {{current}}/{{total}} +find_match_count[few]=vaste {{current}}/{{total}} +find_match_count[many]=vaste {{current}}/{{total}} +find_match_count[other]=vaste {{current}}/{{total}} +# LOCALIZATION NOTE (find_match_count_limit): The supported plural forms are +# [zero|one|two|few|many|other], with [other] as the default value. +# "{{limit}}" will be replaced by a numerical value. +find_match_count_limit={[ plural(limit) ]} +find_match_count_limit[zero]=Rohkem kui {{limit}} vastet +find_match_count_limit[one]=Rohkem kui {{limit}} vaste +find_match_count_limit[two]=Rohkem kui {{limit}} vastet +find_match_count_limit[few]=Rohkem kui {{limit}} vastet +find_match_count_limit[many]=Rohkem kui {{limit}} vastet +find_match_count_limit[other]=Rohkem kui {{limit}} vastet +find_not_found=Fraasi ei leitud + +# Error panel labels +error_more_info=Rohkem teavet +error_less_info=Vähem teavet +error_close=Sulge +# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be +# replaced by the PDF.JS version and build ID. +error_version_info=PDF.js v{{version}} (build: {{build}}) +# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an +# english string describing the error. +error_message=Teade: {{message}} +# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack +# trace. +error_stack=Stack: {{stack}} +# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename +error_file=Fail: {{file}} +# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number +error_line=Rida: {{line}} +rendering_error=Lehe renderdamisel esines viga. + +# Predefined zoom values +page_scale_width=Mahuta laiusele +page_scale_fit=Mahuta leheküljele +page_scale_auto=Automaatne suurendamine +page_scale_actual=Tegelik suurus +# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a +# numerical scale value. +page_scale_percent={{scale}}% + +# Loading indicator messages +loading_error_indicator=Viga +loading_error=PDFi laadimisel esines viga. +invalid_file_error=Vigane või rikutud PDF-fail. +missing_file_error=PDF-fail puudub. +unexpected_response_error=Ootamatu vastus serverilt. + +# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. +# "{{type}}" will be replaced with an annotation type from a list defined in +# the PDF spec (32000-1:2008 Table 169 – Annotation types). +# Some common types are e.g.: "Check", "Text", "Comment", "Note" +text_annotation_type.alt=[{{type}} Annotation] +password_label=PDF-faili avamiseks sisesta parool. +password_invalid=Vigane parool. Palun proovi uuesti. +password_ok=Sobib +password_cancel=Loobu + +printing_not_supported=Hoiatus: printimine pole selle brauseri poolt täielikult toetatud. +printing_not_ready=Hoiatus: PDF pole printimiseks täielikult laaditud. +web_fonts_disabled=Veebifondid on keelatud: PDFiga kaasatud fonte pole võimalik kasutada. +document_colors_not_allowed=PDF-dokumentidel pole oma värvide kasutamine lubatud: “Veebilehtedel on lubatud kasutada oma värve” on brauseris deaktiveeritud. diff --git a/dzz/pdf/web/locale/eu/index.htm b/dzz/pdf/web/locale/eu/index.htm new file mode 100644 index 0000000..e69de29 diff --git a/dzz/pdf/web/locale/eu/viewer.properties b/dzz/pdf/web/locale/eu/viewer.properties new file mode 100644 index 0000000..c40b884 --- /dev/null +++ b/dzz/pdf/web/locale/eu/viewer.properties @@ -0,0 +1,242 @@ +# Copyright 2012 Mozilla Foundation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# Main toolbar buttons (tooltips and alt text for images) +previous.title=Aurreko orria +previous_label=Aurrekoa +next.title=Hurrengo orria +next_label=Hurrengoa + +# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input. +page.title=Orria +# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number +# representing the total number of pages in the document. +of_pages=/ {{pagesCount}} +# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" +# will be replaced by a number representing the currently visible page, +# respectively a number representing the total number of pages in the document. +page_of_pages={{pagesCount}}/{{pageNumber}} + +zoom_out.title=Urrundu zooma +zoom_out_label=Urrundu zooma +zoom_in.title=Gerturatu zooma +zoom_in_label=Gerturatu zooma +zoom.title=Zooma +presentation_mode.title=Aldatu aurkezpen modura +presentation_mode_label=Arkezpen modua +open_file.title=Ireki fitxategia +open_file_label=Ireki +print.title=Inprimatu +print_label=Inprimatu +download.title=Deskargatu +download_label=Deskargatu +bookmark.title=Uneko ikuspegia (kopiatu edo ireki leiho berrian) +bookmark_label=Uneko ikuspegia + +# Secondary toolbar and context menu +tools.title=Tresnak +tools_label=Tresnak +first_page.title=Joan lehen orrira +first_page.label=Joan lehen orrira +first_page_label=Joan lehen orrira +last_page.title=Joan azken orrira +last_page.label=Joan azken orrira +last_page_label=Joan azken orrira +page_rotate_cw.title=Biratu erlojuaren norantzan +page_rotate_cw.label=Biratu erlojuaren norantzan +page_rotate_cw_label=Biratu erlojuaren norantzan +page_rotate_ccw.title=Biratu erlojuaren aurkako norantzan +page_rotate_ccw.label=Biratu erlojuaren aurkako norantzan +page_rotate_ccw_label=Biratu erlojuaren aurkako norantzan + +cursor_text_select_tool.title=Gaitu testuaren hautapen tresna +cursor_text_select_tool_label=Testuaren hautapen tresna +cursor_hand_tool.title=Gaitu eskuaren tresna +cursor_hand_tool_label=Eskuaren tresna + +scroll_vertical.title=Erabili korritze bertikala +scroll_vertical_label=Korritze bertikala +scroll_horizontal.title=Erabili korritze horizontala +scroll_horizontal_label=Korritze horizontala +scroll_wrapped.title=Erabili korritze egokitua +scroll_wrapped_label=Korritze egokitua + +spread_none.title=Ez elkartu barreiatutako orriak +spread_none_label=Barreiatzerik ez +spread_odd.title=Elkartu barreiatutako orriak bakoiti zenbakidunekin hasita +spread_odd_label=Barreiatze bakoitia +spread_even.title=Elkartu barreiatutako orriak bikoiti zenbakidunekin hasita +spread_even_label=Barreiatze bikoitia + +# Document properties dialog box +document_properties.title=Dokumentuaren propietateak… +document_properties_label=Dokumentuaren propietateak… +document_properties_file_name=Fitxategi-izena: +document_properties_file_size=Fitxategiaren tamaina: +# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" +# will be replaced by the PDF file size in kilobytes, respectively in bytes. +document_properties_kb={{size_kb}} KB ({{size_b}} byte) +# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" +# will be replaced by the PDF file size in megabytes, respectively in bytes. +document_properties_mb={{size_mb}} MB ({{size_b}} byte) +document_properties_title=Izenburua: +document_properties_author=Egilea: +document_properties_subject=Gaia: +document_properties_keywords=Gako-hitzak: +document_properties_creation_date=Sortze-data: +document_properties_modification_date=Aldatze-data: +# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" +# will be replaced by the creation/modification date, and time, of the PDF file. +document_properties_date_string={{date}}, {{time}} +document_properties_creator=Sortzailea: +document_properties_producer=PDFaren ekoizlea: +document_properties_version=PDF bertsioa: +document_properties_page_count=Orrialde kopurua: +document_properties_page_size=Orriaren tamaina: +document_properties_page_size_unit_inches=in +document_properties_page_size_unit_millimeters=mm +document_properties_page_size_orientation_portrait=bertikala +document_properties_page_size_orientation_landscape=horizontala +document_properties_page_size_name_a3=A3 +document_properties_page_size_name_a4=A4 +document_properties_page_size_name_letter=Gutuna +document_properties_page_size_name_legal=Legala +# LOCALIZATION NOTE (document_properties_page_size_dimension_string): +# "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement and orientation, of the (current) page. +document_properties_page_size_dimension_string={{width}} × {{height}} {{unit}} ({{orientation}}) +# LOCALIZATION NOTE (document_properties_page_size_dimension_name_string): +# "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement, name, and orientation, of the (current) page. +document_properties_page_size_dimension_name_string={{width}} × {{height}} {{unit}} ({{name}}, {{orientation}}) +# LOCALIZATION NOTE (document_properties_linearized): The linearization status of +# the document; usually called "Fast Web View" in English locales of Adobe software. +document_properties_linearized=Webeko ikuspegi bizkorra: +document_properties_linearized_yes=Bai +document_properties_linearized_no=Ez +document_properties_close=Itxi + +print_progress_message=Dokumentua inprimatzeko prestatzen… +# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by +# a numerical per cent value. +print_progress_percent=%{{progress}} +print_progress_close=Utzi + +# Tooltips and alt text for side panel toolbar buttons +# (the _label strings are alt text for the buttons, the .title strings are +# tooltips) +toggle_sidebar.title=Txandakatu alboko barra +toggle_sidebar_notification.title=Txandakatu alboko barra (dokumentuak eskema/eranskinak ditu) +toggle_sidebar_label=Txandakatu alboko barra +document_outline.title=Erakutsi dokumentuaren eskema (klik bikoitza elementu guztiak zabaltzeko/tolesteko) +document_outline_label=Dokumentuaren eskema +attachments.title=Erakutsi eranskinak +attachments_label=Eranskinak +thumbs.title=Erakutsi koadro txikiak +thumbs_label=Koadro txikiak +findbar.title=Bilatu dokumentuan +findbar_label=Bilatu + +# Thumbnails panel item (tooltip and alt text for images) +# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page +# number. +thumb_page_title={{page}}. orria +# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page +# number. +thumb_page_canvas={{page}}. orriaren koadro txikia + +# Find panel button title and messages +find_input.title=Bilatu +find_input.placeholder=Bilatu dokumentuan… +find_previous.title=Bilatu esaldiaren aurreko parekatzea +find_previous_label=Aurrekoa +find_next.title=Bilatu esaldiaren hurrengo parekatzea +find_next_label=Hurrengoa +find_highlight=Nabarmendu guztia +find_match_case_label=Bat etorri maiuskulekin/minuskulekin +find_entire_word_label=Hitz osoak +find_reached_top=Dokumentuaren hasierara heldu da, bukaeratik jarraitzen +find_reached_bottom=Dokumentuaren bukaerara heldu da, hasieratik jarraitzen +# LOCALIZATION NOTE (find_match_count): The supported plural forms are +# [one|two|few|many|other], with [other] as the default value. +# "{{current}}" and "{{total}}" will be replaced by a number representing the +# index of the currently active find result, respectively a number representing +# the total number of matches in the document. +find_match_count={[ plural(total) ]} +find_match_count[one]={{total}}/{{current}}. bat etortzea +find_match_count[two]={{total}}/{{current}}. bat etortzea +find_match_count[few]={{total}}/{{current}}. bat etortzea +find_match_count[many]={{total}}/{{current}}. bat etortzea +find_match_count[other]={{total}}/{{current}}. bat etortzea +# LOCALIZATION NOTE (find_match_count_limit): The supported plural forms are +# [zero|one|two|few|many|other], with [other] as the default value. +# "{{limit}}" will be replaced by a numerical value. +find_match_count_limit={[ plural(limit) ]} +find_match_count_limit[zero]={{limit}} bat-etortze baino gehiago +find_match_count_limit[one]=Bat-etortze {{limit}} baino gehiago +find_match_count_limit[two]={{limit}} bat-etortze baino gehiago +find_match_count_limit[few]={{limit}} bat-etortze baino gehiago +find_match_count_limit[many]={{limit}} bat-etortze baino gehiago +find_match_count_limit[other]={{limit}} bat-etortze baino gehiago +find_not_found=Esaldia ez da aurkitu + +# Error panel labels +error_more_info=Informazio gehiago +error_less_info=Informazio gutxiago +error_close=Itxi +# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be +# replaced by the PDF.JS version and build ID. +error_version_info=PDF.js v{{version}} (eraikuntza: {{build}}) +# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an +# english string describing the error. +error_message=Mezua: {{message}} +# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack +# trace. +error_stack=Pila: {{stack}} +# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename +error_file=Fitxategia: {{file}} +# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number +error_line=Lerroa: {{line}} +rendering_error=Errorea gertatu da orria errendatzean. + +# Predefined zoom values +page_scale_width=Orriaren zabalera +page_scale_fit=Doitu orrira +page_scale_auto=Zoom automatikoa +page_scale_actual=Benetako tamaina +# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a +# numerical scale value. +page_scale_percent=%{{scale}} + +# Loading indicator messages +loading_error_indicator=Errorea +loading_error=Errorea gertatu da PDFa kargatzean. +invalid_file_error=PDF fitxategi baliogabe edo hondatua. +missing_file_error=PDF fitxategia falta da. +unexpected_response_error=Espero gabeko zerbitzariaren erantzuna. + +# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. +# "{{type}}" will be replaced with an annotation type from a list defined in +# the PDF spec (32000-1:2008 Table 169 – Annotation types). +# Some common types are e.g.: "Check", "Text", "Comment", "Note" +text_annotation_type.alt=[{{type}} ohartarazpena] +password_label=Idatzi PDF fitxategi hau irekitzeko pasahitza. +password_invalid=Pasahitz baliogabea. Saiatu berriro mesedez. +password_ok=Ados +password_cancel=Utzi + +printing_not_supported=Abisua: inprimatzeko euskarria ez da erabatekoa nabigatzaile honetan. +printing_not_ready=Abisua: PDFa ez dago erabat kargatuta inprimatzeko. +web_fonts_disabled=Webeko letra-tipoak desgaituta daude: ezin dira kapsulatutako PDF letra-tipoak erabili. +document_colors_not_allowed=PDF dokumentuek ez dute beraien koloreak erabiltzeko baimenik: 'Baimendu orriak beraien letra-tipoak aukeratzea' desaktibatuta dago nabigatzailean. diff --git a/dzz/pdf/web/locale/fa/index.htm b/dzz/pdf/web/locale/fa/index.htm new file mode 100644 index 0000000..e69de29 diff --git a/dzz/pdf/web/locale/fa/viewer.properties b/dzz/pdf/web/locale/fa/viewer.properties new file mode 100644 index 0000000..8d001d4 --- /dev/null +++ b/dzz/pdf/web/locale/fa/viewer.properties @@ -0,0 +1,201 @@ +# Copyright 2012 Mozilla Foundation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# Main toolbar buttons (tooltips and alt text for images) +previous.title=صفحهٔ قبلی +previous_label=قبلی +next.title=صفحهٔ بعدی +next_label=بعدی + +# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input. +page.title=صفحه +# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number +# representing the total number of pages in the document. +of_pages=از {{pagesCount}} +# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" +# will be replaced by a number representing the currently visible page, +# respectively a number representing the total number of pages in the document. +page_of_pages=({{pageNumber}}از {{pagesCount}}) + +zoom_out.title=کوچک‌نمایی +zoom_out_label=کوچک‌نمایی +zoom_in.title=بزرگ‌نمایی +zoom_in_label=بزرگ‌نمایی +zoom.title=زوم +presentation_mode.title=تغییر به حالت ارائه +presentation_mode_label=حالت ارائه +open_file.title=باز کردن پرونده +open_file_label=باز کردن +print.title=چاپ +print_label=چاپ +download.title=بارگیری +download_label=بارگیری +bookmark.title=نمای فعلی (رونوشت و یا نشان دادن در پنجره جدید) +bookmark_label=نمای فعلی + +# Secondary toolbar and context menu +tools.title=ابزارها +tools_label=ابزارها +first_page.title=برو به اولین صفحه +first_page.label=برو یه اولین صفحه +first_page_label=برو به اولین صفحه +last_page.title=برو به آخرین صفحه +last_page.label=برو به آخرین صفحه +last_page_label=برو به آخرین صفحه +page_rotate_cw.title=چرخش ساعتگرد +page_rotate_cw.label=چرخش ساعتگرد +page_rotate_cw_label=چرخش ساعتگرد +page_rotate_ccw.title=چرخش پاد ساعتگرد +page_rotate_ccw.label=چرخش پاد ساعتگرد +page_rotate_ccw_label=چرخش پاد ساعتگرد + +cursor_text_select_tool.title=فعال کردن ابزارِ انتخابِ متن +cursor_text_select_tool_label=ابزارِ انتخابِ متن +cursor_hand_tool.title=فعال کردن ابزارِ دست +cursor_hand_tool_label=ابزار دست + + + +# Document properties dialog box +document_properties.title=خصوصیات سند... +document_properties_label=خصوصیات سند... +document_properties_file_name=نام فایل: +document_properties_file_size=حجم پرونده: +# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" +# will be replaced by the PDF file size in kilobytes, respectively in bytes. +document_properties_kb={{size_kb}} کیلوبایت ({{size_b}} بایت) +# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" +# will be replaced by the PDF file size in megabytes, respectively in bytes. +document_properties_mb={{size_mb}} مگابایت ({{size_b}} بایت) +document_properties_title=عنوان: +document_properties_author=نویسنده: +document_properties_subject=موضوع: +document_properties_keywords=کلیدواژه‌ها: +document_properties_creation_date=تاریخ ایجاد: +document_properties_modification_date=تاریخ ویرایش: +# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" +# will be replaced by the creation/modification date, and time, of the PDF file. +document_properties_date_string={{date}}، {{time}} +document_properties_creator=ایجاد کننده: +document_properties_producer=ایجاد کننده PDF: +document_properties_version=نسخه PDF: +document_properties_page_count=تعداد صفحات: +document_properties_page_size=اندازه صفحه: +document_properties_page_size_unit_inches=اینچ +document_properties_page_size_unit_millimeters=میلی‌متر +document_properties_page_size_name_a3=A3 +document_properties_page_size_name_a4=A4 +document_properties_page_size_name_letter=نامه +document_properties_page_size_name_legal=حقوقی +# LOCALIZATION NOTE (document_properties_page_size_dimension_string): +# "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement and orientation, of the (current) page. +document_properties_page_size_dimension_string={{width}} × {{height}} {{unit}} ({{orientation}}) +# LOCALIZATION NOTE (document_properties_page_size_dimension_name_string): +# "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement, name, and orientation, of the (current) page. +document_properties_page_size_dimension_name_string={{width}} × {{height}} {{unit}} ({{name}}, {{orientation}}) +document_properties_close=بستن + +print_progress_message=آماده سازی مدارک برای چاپ کردن… +# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by +# a numerical per cent value. +print_progress_percent={{progress}}% +print_progress_close=لغو + +# Tooltips and alt text for side panel toolbar buttons +# (the _label strings are alt text for the buttons, the .title strings are +# tooltips) +toggle_sidebar.title=باز و بسته کردن نوار کناری +toggle_sidebar_notification.title=تغییر وضعیت نوار کناری (سند حاوی طرح/پیوست است) +toggle_sidebar_label=تغییرحالت نوارکناری +document_outline.title=نمایش رئوس مطالب مدارک(برای بازشدن/جمع شدن همه موارد دوبار کلیک کنید) +document_outline_label=طرح نوشتار +attachments.title=نمایش پیوست‌ها +attachments_label=پیوست‌ها +thumbs.title=نمایش تصاویر بندانگشتی +thumbs_label=تصاویر بندانگشتی +findbar.title=جستجو در سند +findbar_label=پیدا کردن + +# Thumbnails panel item (tooltip and alt text for images) +# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page +# number. +thumb_page_title=صفحه {{page}} +# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page +# number. +thumb_page_canvas=تصویر بند‌ انگشتی صفحه {{page}} + +# Find panel button title and messages +find_input.title=پیدا کردن +find_input.placeholder=پیدا کردن در سند… +find_previous.title=پیدا کردن رخداد قبلی عبارت +find_previous_label=قبلی +find_next.title=پیدا کردن رخداد بعدی عبارت +find_next_label=بعدی +find_highlight=برجسته و هایلایت کردن همه موارد +find_match_case_label=تطبیق کوچکی و بزرگی حروف +find_reached_top=به بالای صفحه رسیدیم، از پایین ادامه می‌دهیم +find_reached_bottom=به آخر صفحه رسیدیم، از بالا ادامه می‌دهیم +find_not_found=عبارت پیدا نشد + +# Error panel labels +error_more_info=اطلاعات بیشتر +error_less_info=اطلاعات کمتر +error_close=بستن +# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be +# replaced by the PDF.JS version and build ID. +error_version_info=‏PDF.js ورژن{{version}} ‏(ساخت: {{build}}) +# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an +# english string describing the error. +error_message=پیام: {{message}} +# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack +# trace. +error_stack=توده: {{stack}} +# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename +error_file=پرونده: {{file}} +# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number +error_line=سطر: {{line}} +rendering_error=هنگام بارگیری صفحه خطایی رخ داد. + +# Predefined zoom values +page_scale_width=عرض صفحه +page_scale_fit=اندازه کردن صفحه +page_scale_auto=بزرگنمایی خودکار +page_scale_actual=اندازه واقعی‌ +# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a +# numerical scale value. +page_scale_percent={{scale}}% + +# Loading indicator messages +loading_error_indicator=خطا +loading_error=هنگام بارگیری پرونده PDF خطایی رخ داد. +invalid_file_error=پرونده PDF نامعتبر یامعیوب می‌باشد. +missing_file_error=پرونده PDF یافت نشد. +unexpected_response_error=پاسخ پیش بینی نشده سرور + +# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. +# "{{type}}" will be replaced with an annotation type from a list defined in +# the PDF spec (32000-1:2008 Table 169 – Annotation types). +# Some common types are e.g.: "Check", "Text", "Comment", "Note" +text_annotation_type.alt=[{{type}} Annotation] +password_label=جهت باز کردن پرونده PDF گذرواژه را وارد نمائید. +password_invalid=گذرواژه نامعتبر. لطفا مجددا تلاش کنید. +password_ok=تأیید +password_cancel=لغو + +printing_not_supported=هشدار: قابلیت چاپ به‌طور کامل در این مرورگر پشتیبانی نمی‌شود. +printing_not_ready=اخطار: پرونده PDF بطور کامل بارگیری نشده و امکان چاپ وجود ندارد. +web_fonts_disabled=فونت های تحت وب غیر فعال شده اند: امکان استفاده از نمایش دهنده داخلی PDF وجود ندارد. +document_colors_not_allowed=فایلهای PDF اجازه ندارند تا از رنگ‌های خود استفاده کنند: گزینه «به صفحات اجازه بده تا از رنگ‌های خود استفاده کنند» در مرورگر غیر فعال است. diff --git a/dzz/pdf/web/locale/ff/index.htm b/dzz/pdf/web/locale/ff/index.htm new file mode 100644 index 0000000..e69de29 diff --git a/dzz/pdf/web/locale/ff/viewer.properties b/dzz/pdf/web/locale/ff/viewer.properties new file mode 100644 index 0000000..d368529 --- /dev/null +++ b/dzz/pdf/web/locale/ff/viewer.properties @@ -0,0 +1,201 @@ +# Copyright 2012 Mozilla Foundation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# Main toolbar buttons (tooltips and alt text for images) +previous.title=Hello Ɓennungo +previous_label=Ɓennuɗo +next.title=Hello faango +next_label=Yeeso + +# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input. +page.title=Hello +# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number +# representing the total number of pages in the document. +of_pages=e nder {{pagesCount}} +# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" +# will be replaced by a number representing the currently visible page, +# respectively a number representing the total number of pages in the document. +page_of_pages=({{pageNumber}} of {{pagesCount}}) + +zoom_out.title=Lonngo Woɗɗa +zoom_out_label=Lonngo Woɗɗa +zoom_in.title=Lonngo Ara +zoom_in_label=Lonngo Ara +zoom.title=Lonngo +presentation_mode.title=Faytu to Presentation Mode +presentation_mode_label=Presentation Mode +open_file.title=Uddit Fiilde +open_file_label=Uddit +print.title=Winndito +print_label=Winndito +download.title=Aawto +download_label=Aawto +bookmark.title=Jiytol gonangol (natto walla uddit e henorde) +bookmark_label=Jiytol Gonangol + +# Secondary toolbar and context menu +tools.title=Kuutorɗe +tools_label=Kuutorɗe +first_page.title=Yah to hello adanngo +first_page.label=Yah to hello adanngo +first_page_label=Yah to hello adanngo +last_page.title=Yah to hello wattindiingo +last_page.label=Yah to hello wattindiingo +last_page_label=Yah to hello wattindiingo +page_rotate_cw.title=Yiiltu Faya Ñaamo +page_rotate_cw.label=Yiiltu Faya Ñaamo +page_rotate_cw_label=Yiiltu Faya Ñaamo +page_rotate_ccw.title=Yiiltu Faya Nano +page_rotate_ccw.label=Yiiltu Faya Nano +page_rotate_ccw_label=Yiiltu Faya Nano + +cursor_text_select_tool.title=Gollin kaɓirgel cuɓirgel binndi +cursor_text_select_tool_label=Kaɓirgel cuɓirgel binndi +cursor_hand_tool.title=Hurmin kuutorgal junngo +cursor_hand_tool_label=Kaɓirgel junngo + +# Document properties dialog box +document_properties.title=Keeroraaɗi Winndannde… +document_properties_label=Keeroraaɗi Winndannde… +document_properties_file_name=Innde fiilde: +document_properties_file_size=Ɓetol fiilde: +# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" +# will be replaced by the PDF file size in kilobytes, respectively in bytes. +document_properties_kb={{size_kb}} KB ({{size_b}} bite) +# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" +# will be replaced by the PDF file size in megabytes, respectively in bytes. +document_properties_mb={{size_mb}} MB ({{size_b}} bite) +document_properties_title=Tiitoonde: +document_properties_author=Binnduɗo: +document_properties_subject=Toɓɓere: +document_properties_keywords=Kelmekele jiytirɗe: +document_properties_creation_date=Ñalnde Sosaa: +document_properties_modification_date=Ñalnde Waylaa: +# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" +# will be replaced by the creation/modification date, and time, of the PDF file. +document_properties_date_string={{date}}, {{time}} +document_properties_creator=Cosɗo: +document_properties_producer=Paggiiɗo PDF: +document_properties_version=Yamre PDF: +document_properties_page_count=Limoore Kelle: +document_properties_page_size=Ɓeto Hello: +document_properties_page_size_unit_inches=nder +document_properties_page_size_unit_millimeters=mm +document_properties_page_size_orientation_portrait=dariingo +document_properties_page_size_orientation_landscape=wertiingo +document_properties_page_size_name_a3=A3 +document_properties_page_size_name_a4=A4 +document_properties_page_size_name_letter=Ɓataake +document_properties_page_size_name_legal=Laawol +# LOCALIZATION NOTE (document_properties_page_size_dimension_string): +# "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement and orientation, of the (current) page. +document_properties_page_size_dimension_string={{width}} × {{height}} {{unit}} ({{orientation}}) +# LOCALIZATION NOTE (document_properties_page_size_dimension_name_string): +# "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement, name, and orientation, of the (current) page. +document_properties_page_size_dimension_name_string={{width}} × {{height}} {{unit}} ({{name}}, {{orientation}}) +document_properties_close=Uddu + +print_progress_message=Nana heboo winnditaade fiilannde… +# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by +# a numerical per cent value. +print_progress_percent={{progress}}% +print_progress_close=Haaytu + +# Tooltips and alt text for side panel toolbar buttons +# (the _label strings are alt text for the buttons, the .title strings are +# tooltips) +toggle_sidebar.title=Toggilo Palal Sawndo +toggle_sidebar_notification.title=Palal sawndo (dokimaa oo ina waɗi taarngo/cinnde) +toggle_sidebar_label=Toggilo Palal Sawndo +document_outline.title=Hollu Ƴiyal Fiilannde (dobdobo ngam wertude/taggude teme fof) +document_outline_label=Toɓɓe Fiilannde +attachments.title=Hollu Ɗisanɗe +attachments_label=Ɗisanɗe +thumbs.title=Hollu Dooɓe +thumbs_label=Dooɓe +findbar.title=Yiylo e fiilannde +findbar_label=Yiytu + +# Thumbnails panel item (tooltip and alt text for images) +# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page +# number. +thumb_page_title=Hello {{page}} +# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page +# number. +thumb_page_canvas=Dooɓre Hello {{page}} + +# Find panel button title and messages +find_input.title=Yiytu +find_input.placeholder=Yiylo nder dokimaa +find_previous.title=Yiylo cilol ɓennugol konngol ngol +find_previous_label=Ɓennuɗo +find_next.title=Yiylo cilol garowol konngol ngol +find_next_label=Yeeso +find_highlight=Jalbin fof +find_match_case_label=Jaaɓnu darnde +find_reached_top=Heɓii fuɗɗorde fiilannde, jokku faya les +find_reached_bottom=Heɓii hoore fiilannde, jokku faya les +find_not_found=Konngi njiyataa + +# Error panel labels +error_more_info=Ɓeydu Humpito +error_less_info=Ustu Humpito +error_close=Uddu +# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be +# replaced by the PDF.JS version and build ID. +error_version_info=PDF.js v{{version}} (build: {{build}}) +# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an +# english string describing the error. +error_message=Ɓatakuure: {{message}} +# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack +# trace. +error_stack=Stack: {{stack}} +# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename +error_file=Fiilde: {{file}} +# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number +error_line=Gorol: {{line}} +rendering_error=Juumre waɗii tuma nde yoŋkittoo hello. + +# Predefined zoom values +page_scale_width=Njaajeendi Hello +page_scale_fit=Keƴeendi Hello +page_scale_auto=Loongorde Jaajol +page_scale_actual=Ɓetol Jaati +# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a +# numerical scale value. +page_scale_percent={{scale}}% + +# Loading indicator messages +loading_error_indicator=Juumre +loading_error=Juumre waɗii tuma nde loowata PDF oo. +invalid_file_error=Fiilde PDF moƴƴaani walla jiibii. +missing_file_error=Fiilde PDF ena ŋakki. +unexpected_response_error=Jaabtol sarworde tijjinooka. + +# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. +# "{{type}}" will be replaced with an annotation type from a list defined in +# the PDF spec (32000-1:2008 Table 169 – Annotation types). +# Some common types are e.g.: "Check", "Text", "Comment", "Note" +text_annotation_type.alt=[{{type}} Siiftannde] +password_label=Naatu finnde ngam uddite ndee fiilde PDF. +password_invalid=Finnde moƴƴaani. Tiiɗno eto kadi. +password_ok=OK +password_cancel=Haaytu + +printing_not_supported=Reentino: Winnditagol tammbitaaka no feewi e ndee wanngorde. +printing_not_ready=Reentino: PDF oo loowaaki haa timmi ngam winnditagol. +web_fonts_disabled=Ponte geese ko daaƴaaɗe: horiima huutoraade ponte PDF coomtoraaɗe. +document_colors_not_allowed=Piilanɗe PDF njamiraaka yoo kuutoro goobuuji mum'en keeriiɗi: 'Yamir kello yoo kuutoro goobuuki keeriiɗi' koko daaƴaa e wanngorde ndee. diff --git a/dzz/pdf/web/locale/fi/index.htm b/dzz/pdf/web/locale/fi/index.htm new file mode 100644 index 0000000..e69de29 diff --git a/dzz/pdf/web/locale/fi/viewer.properties b/dzz/pdf/web/locale/fi/viewer.properties new file mode 100644 index 0000000..89efd77 --- /dev/null +++ b/dzz/pdf/web/locale/fi/viewer.properties @@ -0,0 +1,242 @@ +# Copyright 2012 Mozilla Foundation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# Main toolbar buttons (tooltips and alt text for images) +previous.title=Edellinen sivu +previous_label=Edellinen +next.title=Seuraava sivu +next_label=Seuraava + +# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input. +page.title=Sivu +# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number +# representing the total number of pages in the document. +of_pages=/ {{pagesCount}} +# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" +# will be replaced by a number representing the currently visible page, +# respectively a number representing the total number of pages in the document. +page_of_pages=({{pageNumber}} / {{pagesCount}}) + +zoom_out.title=Loitonna +zoom_out_label=Loitonna +zoom_in.title=Lähennä +zoom_in_label=Lähennä +zoom.title=Suurennus +presentation_mode.title=Siirry esitystilaan +presentation_mode_label=Esitystila +open_file.title=Avaa tiedosto +open_file_label=Avaa +print.title=Tulosta +print_label=Tulosta +download.title=Lataa +download_label=Lataa +bookmark.title=Avoin ikkuna (kopioi tai avaa uuteen ikkunaan) +bookmark_label=Avoin ikkuna + +# Secondary toolbar and context menu +tools.title=Tools +tools_label=Tools +first_page.title=Siirry ensimmäiselle sivulle +first_page.label=Siirry ensimmäiselle sivulle +first_page_label=Siirry ensimmäiselle sivulle +last_page.title=Siirry viimeiselle sivulle +last_page.label=Siirry viimeiselle sivulle +last_page_label=Siirry viimeiselle sivulle +page_rotate_cw.title=Kierrä oikealle +page_rotate_cw.label=Kierrä oikealle +page_rotate_cw_label=Kierrä oikealle +page_rotate_ccw.title=Kierrä vasemmalle +page_rotate_ccw.label=Kierrä vasemmalle +page_rotate_ccw_label=Kierrä vasemmalle + +cursor_text_select_tool.title=Käytä tekstinvalintatyökalua +cursor_text_select_tool_label=Tekstinvalintatyökalu +cursor_hand_tool.title=Käytä käsityökalua +cursor_hand_tool_label=Käsityökalu + +scroll_vertical.title=Käytä pystysuuntaista vieritystä +scroll_vertical_label=Pystysuuntainen vieritys +scroll_horizontal.title=Käytä vaakasuuntaista vieritystä +scroll_horizontal_label=Vaakasuuntainen vieritys +scroll_wrapped.title=Käytä rivittyvää vieritystä +scroll_wrapped_label=Rivittyvä vieritys + +spread_none.title=Älä yhdistä sivuja aukeamiksi +spread_none_label=Ei aukeamia +spread_odd.title=Yhdistä sivut aukeamiksi alkaen parittomalta sivulta +spread_odd_label=Parittomalta alkavat aukeamat +spread_even.title=Yhdistä sivut aukeamiksi alkaen parilliselta sivulta +spread_even_label=Parilliselta alkavat aukeamat + +# Document properties dialog box +document_properties.title=Dokumentin ominaisuudet… +document_properties_label=Dokumentin ominaisuudet… +document_properties_file_name=Tiedostonimi: +document_properties_file_size=Tiedoston koko: +# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" +# will be replaced by the PDF file size in kilobytes, respectively in bytes. +document_properties_kb={{size_kb}} kt ({{size_b}} tavua) +# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" +# will be replaced by the PDF file size in megabytes, respectively in bytes. +document_properties_mb={{size_mb}} Mt ({{size_b}} tavua) +document_properties_title=Otsikko: +document_properties_author=Tekijä: +document_properties_subject=Aihe: +document_properties_keywords=Avainsanat: +document_properties_creation_date=Luomispäivämäärä: +document_properties_modification_date=Muokkauspäivämäärä: +# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" +# will be replaced by the creation/modification date, and time, of the PDF file. +document_properties_date_string={{date}}, {{time}} +document_properties_creator=Luoja: +document_properties_producer=PDF-tuottaja: +document_properties_version=PDF-versio: +document_properties_page_count=Sivujen määrä: +document_properties_page_size=Sivun koko: +document_properties_page_size_unit_inches=in +document_properties_page_size_unit_millimeters=mm +document_properties_page_size_orientation_portrait=pysty +document_properties_page_size_orientation_landscape=vaaka +document_properties_page_size_name_a3=A3 +document_properties_page_size_name_a4=A4 +document_properties_page_size_name_letter=Letter +document_properties_page_size_name_legal=Legal +# LOCALIZATION NOTE (document_properties_page_size_dimension_string): +# "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement and orientation, of the (current) page. +document_properties_page_size_dimension_string={{width}} × {{height}} {{unit}} ({{orientation}}) +# LOCALIZATION NOTE (document_properties_page_size_dimension_name_string): +# "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement, name, and orientation, of the (current) page. +document_properties_page_size_dimension_name_string={{width}} × {{height}} {{unit}} ({{name}}, {{orientation}}) +# LOCALIZATION NOTE (document_properties_linearized): The linearization status of +# the document; usually called "Fast Web View" in English locales of Adobe software. +document_properties_linearized=Nopea web-katselu: +document_properties_linearized_yes=Kyllä +document_properties_linearized_no=Ei +document_properties_close=Sulje + +print_progress_message=Valmistellaan dokumenttia tulostamista varten… +# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by +# a numerical per cent value. +print_progress_percent={{progress}} % +print_progress_close=Peruuta + +# Tooltips and alt text for side panel toolbar buttons +# (the _label strings are alt text for the buttons, the .title strings are +# tooltips) +toggle_sidebar.title=Näytä/piilota sivupaneeli +toggle_sidebar_notification.title=Näytä/piilota sivupaneeli (dokumentissa on sisällys tai liitteitä) +toggle_sidebar_label=Näytä/piilota sivupaneeli +document_outline.title=Näytä dokumentin sisällys (laajenna tai kutista kohdat kaksoisnapsauttamalla) +document_outline_label=Dokumentin sisällys +attachments.title=Näytä liitteet +attachments_label=Liitteet +thumbs.title=Näytä pienoiskuvat +thumbs_label=Pienoiskuvat +findbar.title=Etsi dokumentista +findbar_label=Etsi + +# Thumbnails panel item (tooltip and alt text for images) +# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page +# number. +thumb_page_title=Sivu {{page}} +# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page +# number. +thumb_page_canvas=Pienoiskuva sivusta {{page}} + +# Find panel button title and messages +find_input.title=Etsi +find_input.placeholder=Etsi dokumentista… +find_previous.title=Etsi hakusanan edellinen osuma +find_previous_label=Edellinen +find_next.title=Etsi hakusanan seuraava osuma +find_next_label=Seuraava +find_highlight=Korosta kaikki +find_match_case_label=Huomioi kirjainkoko +find_entire_word_label=Kokonaiset sanat +find_reached_top=Päästiin dokumentin alkuun, jatketaan lopusta +find_reached_bottom=Päästiin sivun loppuun, jatketaan alusta +# LOCALIZATION NOTE (find_match_count): The supported plural forms are +# [one|two|few|many|other], with [other] as the default value. +# "{{current}}" and "{{total}}" will be replaced by a number representing the +# index of the currently active find result, respectively a number representing +# the total number of matches in the document. +find_match_count={[ plural(total) ]} +find_match_count[one]={{current}} / {{total}} osuma +find_match_count[two]={{current}} / {{total}} osumaa +find_match_count[few]={{current}} / {{total}} osumaa +find_match_count[many]={{current}} / {{total}} osumaa +find_match_count[other]={{current}} / {{total}} osumaa +# LOCALIZATION NOTE (find_match_count_limit): The supported plural forms are +# [zero|one|two|few|many|other], with [other] as the default value. +# "{{limit}}" will be replaced by a numerical value. +find_match_count_limit={[ plural(limit) ]} +find_match_count_limit[zero]=Enemmän kuin {{limit}} osumaa +find_match_count_limit[one]=Enemmän kuin {{limit}} osuma +find_match_count_limit[two]=Enemmän kuin {{limit}} osumaa +find_match_count_limit[few]=Enemmän kuin {{limit}} osumaa +find_match_count_limit[many]=Enemmän kuin {{limit}} osumaa +find_match_count_limit[other]=Enemmän kuin {{limit}} osumaa +find_not_found=Hakusanaa ei löytynyt + +# Error panel labels +error_more_info=Lisätietoja +error_less_info=Lisätietoja +error_close=Sulje +# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be +# replaced by the PDF.JS version and build ID. +error_version_info=PDF.js v{{version}} (kooste: {{build}}) +# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an +# english string describing the error. +error_message=Virheilmoitus: {{message}} +# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack +# trace. +error_stack=Pino: {{stack}} +# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename +error_file=Tiedosto: {{file}} +# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number +error_line=Rivi: {{line}} +rendering_error=Tapahtui virhe piirrettäessä sivua. + +# Predefined zoom values +page_scale_width=Sivun leveys +page_scale_fit=Koko sivu +page_scale_auto=Automaattinen suurennus +page_scale_actual=Todellinen koko +# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a +# numerical scale value. +page_scale_percent={{scale}} % + +# Loading indicator messages +loading_error_indicator=Virhe +loading_error=Tapahtui virhe ladattaessa PDF-tiedostoa. +invalid_file_error=Virheellinen tai vioittunut PDF-tiedosto. +missing_file_error=Puuttuva PDF-tiedosto. +unexpected_response_error=Odottamaton vastaus palvelimelta. + +# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. +# "{{type}}" will be replaced with an annotation type from a list defined in +# the PDF spec (32000-1:2008 Table 169 – Annotation types). +# Some common types are e.g.: "Check", "Text", "Comment", "Note" +text_annotation_type.alt=[{{type}} Annotation] +password_label=Kirjoita PDF-tiedoston salasana. +password_invalid=Virheellinen salasana. Yritä uudestaan. +password_ok=OK +password_cancel=Peruuta + +printing_not_supported=Varoitus: Selain ei tue kaikkia tulostustapoja. +printing_not_ready=Varoitus: PDF-tiedosto ei ole vielä latautunut kokonaan, eikä sitä voi vielä tulostaa. +web_fonts_disabled=Verkkosivujen omat kirjasinlajit on estetty: ei voida käyttää upotettuja PDF-kirjasinlajeja. +document_colors_not_allowed=PDF-dokumenttien ei ole sallittua käyttää omia värejään: Asetusta ”Sivut saavat käyttää omia värejään oletusten sijaan” ei ole valittu selaimen asetuksissa. diff --git a/dzz/pdf/web/locale/fr/index.htm b/dzz/pdf/web/locale/fr/index.htm new file mode 100644 index 0000000..e69de29 diff --git a/dzz/pdf/web/locale/fr/viewer.properties b/dzz/pdf/web/locale/fr/viewer.properties new file mode 100644 index 0000000..7cc00b9 --- /dev/null +++ b/dzz/pdf/web/locale/fr/viewer.properties @@ -0,0 +1,242 @@ +# Copyright 2012 Mozilla Foundation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# Main toolbar buttons (tooltips and alt text for images) +previous.title=Page précédente +previous_label=Précédent +next.title=Page suivante +next_label=Suivant + +# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input. +page.title=Page +# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number +# representing the total number of pages in the document. +of_pages=sur {{pagesCount}} +# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" +# will be replaced by a number representing the currently visible page, +# respectively a number representing the total number of pages in the document. +page_of_pages=({{pageNumber}} sur {{pagesCount}}) + +zoom_out.title=Zoom arrière +zoom_out_label=Zoom arrière +zoom_in.title=Zoom avant +zoom_in_label=Zoom avant +zoom.title=Zoom +presentation_mode.title=Basculer en mode présentation +presentation_mode_label=Mode présentation +open_file.title=Ouvrir le fichier +open_file_label=Ouvrir le fichier +print.title=Imprimer +print_label=Imprimer +download.title=Télécharger +download_label=Télécharger +bookmark.title=Affichage courant (copier ou ouvrir dans une nouvelle fenêtre) +bookmark_label=Affichage actuel + +# Secondary toolbar and context menu +tools.title=Outils +tools_label=Outils +first_page.title=Aller à la première page +first_page.label=Aller à la première page +first_page_label=Aller à la première page +last_page.title=Aller à la dernière page +last_page.label=Aller à la dernière page +last_page_label=Aller à la dernière page +page_rotate_cw.title=Rotation horaire +page_rotate_cw.label=Rotation horaire +page_rotate_cw_label=Rotation horaire +page_rotate_ccw.title=Rotation antihoraire +page_rotate_ccw.label=Rotation antihoraire +page_rotate_ccw_label=Rotation antihoraire + +cursor_text_select_tool.title=Activer l’outil de sélection de texte +cursor_text_select_tool_label=Outil de sélection de texte +cursor_hand_tool.title=Activer l’outil main +cursor_hand_tool_label=Outil main + +scroll_vertical.title=Utiliser le défilement vertical +scroll_vertical_label=Défilement vertical +scroll_horizontal.title=Utiliser le défilement horizontal +scroll_horizontal_label=Défilement horizontal +scroll_wrapped.title=Utiliser le défilement par bloc +scroll_wrapped_label=Défilement par bloc + +spread_none.title=Ne pas afficher les pages deux à deux +spread_none_label=Pas de double affichage +spread_odd.title=Afficher les pages par deux, impaires à gauche +spread_odd_label=Doubles pages, impaires à gauche +spread_even.title=Afficher les pages par deux, paires à gauche +spread_even_label=Doubles pages, paires à gauche + +# Document properties dialog box +document_properties.title=Propriétés du document… +document_properties_label=Propriétés du document… +document_properties_file_name=Nom du fichier : +document_properties_file_size=Taille du fichier : +# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" +# will be replaced by the PDF file size in kilobytes, respectively in bytes. +document_properties_kb={{size_kb}} Ko ({{size_b}} octets) +# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" +# will be replaced by the PDF file size in megabytes, respectively in bytes. +document_properties_mb={{size_mb}} Mo ({{size_b}} octets) +document_properties_title=Titre : +document_properties_author=Auteur : +document_properties_subject=Sujet : +document_properties_keywords=Mots-clés : +document_properties_creation_date=Date de création : +document_properties_modification_date=Modifié le : +# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" +# will be replaced by the creation/modification date, and time, of the PDF file. +document_properties_date_string={{date}} à {{time}} +document_properties_creator=Créé par : +document_properties_producer=Outil de conversion PDF : +document_properties_version=Version PDF : +document_properties_page_count=Nombre de pages : +document_properties_page_size=Taille de la page : +document_properties_page_size_unit_inches=in +document_properties_page_size_unit_millimeters=mm +document_properties_page_size_orientation_portrait=portrait +document_properties_page_size_orientation_landscape=paysage +document_properties_page_size_name_a3=A3 +document_properties_page_size_name_a4=A4 +document_properties_page_size_name_letter=lettre +document_properties_page_size_name_legal=document juridique +# LOCALIZATION NOTE (document_properties_page_size_dimension_string): +# "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement and orientation, of the (current) page. +document_properties_page_size_dimension_string={{width}} × {{height}} {{unit}} ({{orientation}}) +# LOCALIZATION NOTE (document_properties_page_size_dimension_name_string): +# "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement, name, and orientation, of the (current) page. +document_properties_page_size_dimension_name_string={{width}} × {{height}} {{unit}} ({{name}}, {{orientation}}) +# LOCALIZATION NOTE (document_properties_linearized): The linearization status of +# the document; usually called "Fast Web View" in English locales of Adobe software. +document_properties_linearized=Affichage rapide des pages web : +document_properties_linearized_yes=Oui +document_properties_linearized_no=Non +document_properties_close=Fermer + +print_progress_message=Préparation du document pour l’impression… +# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by +# a numerical per cent value. +print_progress_percent={{progress}} % +print_progress_close=Annuler + +# Tooltips and alt text for side panel toolbar buttons +# (the _label strings are alt text for the buttons, the .title strings are +# tooltips) +toggle_sidebar.title=Afficher/Masquer le panneau latéral +toggle_sidebar_notification.title=Afficher/Masquer le panneau latéral (le document contient des signets/pièces jointes) +toggle_sidebar_label=Afficher/Masquer le panneau latéral +document_outline.title=Afficher les signets du document (double-cliquer pour développer/réduire tous les éléments) +document_outline_label=Signets du document +attachments.title=Afficher les pièces jointes +attachments_label=Pièces jointes +thumbs.title=Afficher les vignettes +thumbs_label=Vignettes +findbar.title=Rechercher dans le document +findbar_label=Rechercher + +# Thumbnails panel item (tooltip and alt text for images) +# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page +# number. +thumb_page_title=Page {{page}} +# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page +# number. +thumb_page_canvas=Vignette de la page {{page}} + +# Find panel button title and messages +find_input.title=Rechercher +find_input.placeholder=Rechercher dans le document… +find_previous.title=Trouver l’occurrence précédente de la phrase +find_previous_label=Précédent +find_next.title=Trouver la prochaine occurrence de la phrase +find_next_label=Suivant +find_highlight=Tout surligner +find_match_case_label=Respecter la casse +find_entire_word_label=Mots entiers +find_reached_top=Haut de la page atteint, poursuite depuis la fin +find_reached_bottom=Bas de la page atteint, poursuite au début +# LOCALIZATION NOTE (find_match_count): The supported plural forms are +# [one|two|few|many|other], with [other] as the default value. +# "{{current}}" and "{{total}}" will be replaced by a number representing the +# index of the currently active find result, respectively a number representing +# the total number of matches in the document. +find_match_count={[ plural(total) ]} +find_match_count[one]=Occurrence {{current}} sur {{total}} +find_match_count[two]=Occurrence {{current}} sur {{total}} +find_match_count[few]=Occurrence {{current}} sur {{total}} +find_match_count[many]=Occurrence {{current}} sur {{total}} +find_match_count[other]=Occurrence {{current}} sur {{total}} +# LOCALIZATION NOTE (find_match_count_limit): The supported plural forms are +# [zero|one|two|few|many|other], with [other] as the default value. +# "{{limit}}" will be replaced by a numerical value. +find_match_count_limit={[ plural(limit) ]} +find_match_count_limit[zero]=Plus de {{limit}} correspondances +find_match_count_limit[one]=Plus de {{limit}} correspondance +find_match_count_limit[two]=Plus de {{limit}} correspondances +find_match_count_limit[few]=Plus de {{limit}} correspondances +find_match_count_limit[many]=Plus de {{limit}} correspondances +find_match_count_limit[other]=Plus de {{limit}} correspondances +find_not_found=Phrase introuvable + +# Error panel labels +error_more_info=Plus d’informations +error_less_info=Moins d’informations +error_close=Fermer +# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be +# replaced by the PDF.JS version and build ID. +error_version_info=PDF.js v{{version}} (identifiant de compilation : {{build}}) +# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an +# english string describing the error. +error_message=Message : {{message}} +# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack +# trace. +error_stack=Pile : {{stack}} +# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename +error_file=Fichier : {{file}} +# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number +error_line=Ligne : {{line}} +rendering_error=Une erreur s’est produite lors de l’affichage de la page. + +# Predefined zoom values +page_scale_width=Pleine largeur +page_scale_fit=Page entière +page_scale_auto=Zoom automatique +page_scale_actual=Taille réelle +# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a +# numerical scale value. +page_scale_percent={{scale}} % + +# Loading indicator messages +loading_error_indicator=Erreur +loading_error=Une erreur s’est produite lors du chargement du fichier PDF. +invalid_file_error=Fichier PDF invalide ou corrompu. +missing_file_error=Fichier PDF manquant. +unexpected_response_error=Réponse inattendue du serveur. + +# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. +# "{{type}}" will be replaced with an annotation type from a list defined in +# the PDF spec (32000-1:2008 Table 169 – Annotation types). +# Some common types are e.g.: "Check", "Text", "Comment", "Note" +text_annotation_type.alt=[Annotation {{type}}] +password_label=Veuillez saisir le mot de passe pour ouvrir ce fichier PDF. +password_invalid=Mot de passe incorrect. Veuillez réessayer. +password_ok=OK +password_cancel=Annuler + +printing_not_supported=Attention : l’impression n’est pas totalement prise en charge par ce navigateur. +printing_not_ready=Attention : le PDF n’est pas entièrement chargé pour pouvoir l’imprimer. +web_fonts_disabled=Les polices web sont désactivées : impossible d’utiliser les polices intégrées au PDF. +document_colors_not_allowed=Les documents PDF ne peuvent pas utiliser leurs propres couleurs : « Autoriser les pages web à utiliser leurs propres couleurs » est désactivé dans le navigateur. diff --git a/dzz/pdf/web/locale/fy-NL/index.htm b/dzz/pdf/web/locale/fy-NL/index.htm new file mode 100644 index 0000000..e69de29 diff --git a/dzz/pdf/web/locale/fy-NL/viewer.properties b/dzz/pdf/web/locale/fy-NL/viewer.properties new file mode 100644 index 0000000..0c74953 --- /dev/null +++ b/dzz/pdf/web/locale/fy-NL/viewer.properties @@ -0,0 +1,242 @@ +# Copyright 2012 Mozilla Foundation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# Main toolbar buttons (tooltips and alt text for images) +previous.title=Foarige side +previous_label=Foarige +next.title=Folgjende side +next_label=Folgjende + +# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input. +page.title=Side +# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number +# representing the total number of pages in the document. +of_pages=fa {{pagesCount}} +# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" +# will be replaced by a number representing the currently visible page, +# respectively a number representing the total number of pages in the document. +page_of_pages=({{pageNumber}} fan {{pagesCount}}) + +zoom_out.title=Utzoome +zoom_out_label=Utzoome +zoom_in.title=Ynzoome +zoom_in_label=Ynzoome +zoom.title=Zoome +presentation_mode.title=Wikselje nei presintaasjemodus +presentation_mode_label=Presintaasjemodus +open_file.title=Bestân iepenje +open_file_label=Iepenje +print.title=Ofdrukke +print_label=Ofdrukke +download.title=Downloade +download_label=Downloade +bookmark.title=Aktuele finster (kopiearje of iepenje yn nij finster) +bookmark_label=Aktuele finster + +# Secondary toolbar and context menu +tools.title=Ark +tools_label=Ark +first_page.title=Gean nei earste side +first_page.label=Nei earste side gean +first_page_label=Gean nei earste side +last_page.title=Gean nei lêste side +last_page.label=Nei lêste side gean +last_page_label=Gean nei lêste side +page_rotate_cw.title=Rjochtsom draaie +page_rotate_cw.label=Rjochtsom draaie +page_rotate_cw_label=Rjochtsom draaie +page_rotate_ccw.title=Loftsom draaie +page_rotate_ccw.label=Loftsom draaie +page_rotate_ccw_label=Loftsom draaie + +cursor_text_select_tool.title=Tekstseleksjehelpmiddel ynskeakelje +cursor_text_select_tool_label=Tekstseleksjehelpmiddel +cursor_hand_tool.title=Hânhelpmiddel ynskeakelje +cursor_hand_tool_label=Hânhelpmiddel + +scroll_vertical.title=Fertikaal skowe brûke +scroll_vertical_label=Fertikaal skowe +scroll_horizontal.title=Horizontaal skowe brûke +scroll_horizontal_label=Horizontaal skowe +scroll_wrapped.title=Skowe mei oersjoch brûke +scroll_wrapped_label=Skowe mei oersjoch + +spread_none.title=Sidesprieding net gearfetsje +spread_none_label=Gjin sprieding +spread_odd.title=Sidesprieding gearfetsje te starten mei ûneven nûmers +spread_odd_label=Uneven sprieding +spread_even.title=Sidesprieding gearfetsje te starten mei even nûmers +spread_even_label=Even sprieding + +# Document properties dialog box +document_properties.title=Dokuminteigenskippen… +document_properties_label=Dokuminteigenskippen… +document_properties_file_name=Bestânsnamme: +document_properties_file_size=Bestânsgrutte: +# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" +# will be replaced by the PDF file size in kilobytes, respectively in bytes. +document_properties_kb={{size_kb}} KB ({{size_b}} bytes) +# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" +# will be replaced by the PDF file size in megabytes, respectively in bytes. +document_properties_mb={{size_mb}} MB ({{size_b}} bytes) +document_properties_title=Titel: +document_properties_author=Auteur: +document_properties_subject=Underwerp: +document_properties_keywords=Kaaiwurden: +document_properties_creation_date=Oanmaakdatum: +document_properties_modification_date=Bewurkingsdatum: +# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" +# will be replaced by the creation/modification date, and time, of the PDF file. +document_properties_date_string={{date}}, {{time}} +document_properties_creator=Makker: +document_properties_producer=PDF-makker: +document_properties_version=PDF-ferzje: +document_properties_page_count=Siden: +document_properties_page_size=Sideformaat: +document_properties_page_size_unit_inches=yn +document_properties_page_size_unit_millimeters=mm +document_properties_page_size_orientation_portrait=steand +document_properties_page_size_orientation_landscape=lizzend +document_properties_page_size_name_a3=A3 +document_properties_page_size_name_a4=A4 +document_properties_page_size_name_letter=Letter +document_properties_page_size_name_legal=Juridysk +# LOCALIZATION NOTE (document_properties_page_size_dimension_string): +# "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement and orientation, of the (current) page. +document_properties_page_size_dimension_string={{width}} × {{height}} {{unit}} ({{orientation}}) +# LOCALIZATION NOTE (document_properties_page_size_dimension_name_string): +# "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement, name, and orientation, of the (current) page. +document_properties_page_size_dimension_name_string={{width}} × {{height}} {{unit}} ({{name}}, {{orientation}}) +# LOCALIZATION NOTE (document_properties_linearized): The linearization status of +# the document; usually called "Fast Web View" in English locales of Adobe software. +document_properties_linearized=Flugge webwerjefte: +document_properties_linearized_yes=Ja +document_properties_linearized_no=Nee +document_properties_close=Slute + +print_progress_message=Dokumint tariede oar ôfdrukken… +# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by +# a numerical per cent value. +print_progress_percent={{progress}}% +print_progress_close=Annulearje + +# Tooltips and alt text for side panel toolbar buttons +# (the _label strings are alt text for the buttons, the .title strings are +# tooltips) +toggle_sidebar.title=Sidebalke yn-/útskeakelje +toggle_sidebar_notification.title=Sidebalke yn-/útskeakelje (dokumint befettet outline/bylagen) +toggle_sidebar_label=Sidebalke yn-/útskeakelje +document_outline.title=Dokumintoersjoch toane (dûbelklik om alle items út/yn te klappen) +document_outline_label=Dokumintoersjoch +attachments.title=Bylagen toane +attachments_label=Bylagen +thumbs.title=Foarbylden toane +thumbs_label=Foarbylden +findbar.title=Sykje yn dokumint +findbar_label=Sykje + +# Thumbnails panel item (tooltip and alt text for images) +# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page +# number. +thumb_page_title=Side {{page}} +# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page +# number. +thumb_page_canvas=Foarbyld fan side {{page}} + +# Find panel button title and messages +find_input.title=Sykje +find_input.placeholder=Sykje yn dokumint… +find_previous.title=It foarige foarkommen fan de tekst sykje +find_previous_label=Foarige +find_next.title=It folgjende foarkommen fan de tekst sykje +find_next_label=Folgjende +find_highlight=Alles markearje +find_match_case_label=Haadlettergefoelich +find_entire_word_label=Hiele wurden +find_reached_top=Boppekant fan dokumint berikt, trochgien fan ûnder ôf +find_reached_bottom=Ein fan dokumint berikt, trochgien fan boppe ôf +# LOCALIZATION NOTE (find_match_count): The supported plural forms are +# [one|two|few|many|other], with [other] as the default value. +# "{{current}}" and "{{total}}" will be replaced by a number representing the +# index of the currently active find result, respectively a number representing +# the total number of matches in the document. +find_match_count={[ plural(total) ]} +find_match_count[one]={{current}} fan {{total}} oerienkomst +find_match_count[two]={{current}} fan {{total}} oerienkomsten +find_match_count[few]={{current}} fan {{total}} oerienkomsten +find_match_count[many]={{current}} fan {{total}} oerienkomsten +find_match_count[other]={{current}} fan {{total}} oerienkomsten +# LOCALIZATION NOTE (find_match_count_limit): The supported plural forms are +# [zero|one|two|few|many|other], with [other] as the default value. +# "{{limit}}" will be replaced by a numerical value. +find_match_count_limit={[ plural(limit) ]} +find_match_count_limit[zero]=Mear as {{limit}} oerienkomsten +find_match_count_limit[one]=Mear as {{limit}} oerienkomst +find_match_count_limit[two]=Mear as {{limit}} oerienkomsten +find_match_count_limit[few]=Mear as {{limit}} oerienkomsten +find_match_count_limit[many]=Mear as {{limit}} oerienkomsten +find_match_count_limit[other]=Mear as {{limit}} oerienkomsten +find_not_found=Tekst net fûn + +# Error panel labels +error_more_info=Mear ynformaasje +error_less_info=Minder ynformaasje +error_close=Slute +# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be +# replaced by the PDF.JS version and build ID. +error_version_info=PDF.js f{{version}} (build: {{build}}) +# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an +# english string describing the error. +error_message=Berjocht: {{message}} +# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack +# trace. +error_stack=Stack: {{stack}} +# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename +error_file=Bestân: {{file}} +# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number +error_line=Rigel: {{line}} +rendering_error=Der is in flater bard by it renderjen fan de side. + +# Predefined zoom values +page_scale_width=Sidebreedte +page_scale_fit=Hiele side +page_scale_auto=Automatysk zoome +page_scale_actual=Werklike grutte +# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a +# numerical scale value. +page_scale_percent={{scale}}% + +# Loading indicator messages +loading_error_indicator=Flater +loading_error=Der is in flater bard by it laden fan de PDF. +invalid_file_error=Ynfalide of korruptearre PDF-bestân. +missing_file_error=PDF-bestân ûntbrekt. +unexpected_response_error=Unferwacht serverantwurd. + +# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. +# "{{type}}" will be replaced with an annotation type from a list defined in +# the PDF spec (32000-1:2008 Table 169 – Annotation types). +# Some common types are e.g.: "Check", "Text", "Comment", "Note" +text_annotation_type.alt=[{{type}}-annotaasje] +password_label=Jou it wachtwurd om dit PDF-bestân te iepenjen. +password_invalid=Ferkeard wachtwurd. Probearje opnij. +password_ok=OK +password_cancel=Annulearje + +printing_not_supported=Warning: Printen is net folslein stipe troch dizze browser. +printing_not_ready=Warning: PDF is net folslein laden om ôf te drukken. +web_fonts_disabled=Weblettertypen binne útskeakele: gebrûk fan ynsluten PDF-lettertypen is net mooglik. +document_colors_not_allowed=PDF-dokuminten meie harren eigen kleuren net brûke: ‘Siden tastean om harren eigen kleuren te kiezen’ is útskeakele yn de browser. diff --git a/dzz/pdf/web/locale/ga-IE/index.htm b/dzz/pdf/web/locale/ga-IE/index.htm new file mode 100644 index 0000000..e69de29 diff --git a/dzz/pdf/web/locale/ga-IE/viewer.properties b/dzz/pdf/web/locale/ga-IE/viewer.properties new file mode 100644 index 0000000..62f1a55 --- /dev/null +++ b/dzz/pdf/web/locale/ga-IE/viewer.properties @@ -0,0 +1,184 @@ +# Copyright 2012 Mozilla Foundation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# Main toolbar buttons (tooltips and alt text for images) +previous.title=An Leathanach Roimhe Seo +previous_label=Roimhe Seo +next.title=An Chéad Leathanach Eile +next_label=Ar Aghaidh + +# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input. +page.title=Leathanach +# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number +# representing the total number of pages in the document. +of_pages=as {{pagesCount}} +# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" +# will be replaced by a number representing the currently visible page, +# respectively a number representing the total number of pages in the document. +page_of_pages=({{pageNumber}} as {{pagesCount}}) + +zoom_out.title=Súmáil Amach +zoom_out_label=Súmáil Amach +zoom_in.title=Súmáil Isteach +zoom_in_label=Súmáil Isteach +zoom.title=Súmáil +presentation_mode.title=Úsáid an Mód Láithreoireachta +presentation_mode_label=Mód Láithreoireachta +open_file.title=Oscail Comhad +open_file_label=Oscail +print.title=Priontáil +print_label=Priontáil +download.title=Íoslódáil +download_label=Íoslódáil +bookmark.title=An t-amharc reatha (cóipeáil nó oscail i bhfuinneog nua) +bookmark_label=An tAmharc Reatha + +# Secondary toolbar and context menu +tools.title=Uirlisí +tools_label=Uirlisí +first_page.title=Go dtí an chéad leathanach +first_page.label=Go dtí an chéad leathanach +first_page_label=Go dtí an chéad leathanach +last_page.title=Go dtí an leathanach deiridh +last_page.label=Go dtí an leathanach deiridh +last_page_label=Go dtí an leathanach deiridh +page_rotate_cw.title=Rothlaigh ar deiseal +page_rotate_cw.label=Rothlaigh ar deiseal +page_rotate_cw_label=Rothlaigh ar deiseal +page_rotate_ccw.title=Rothlaigh ar tuathal +page_rotate_ccw.label=Rothlaigh ar tuathal +page_rotate_ccw_label=Rothlaigh ar tuathal + +cursor_text_select_tool.title=Cumasaigh an Uirlis Roghnaithe Téacs +cursor_text_select_tool_label=Uirlis Roghnaithe Téacs +cursor_hand_tool.title=Cumasaigh an Uirlis Láimhe +cursor_hand_tool_label=Uirlis Láimhe + +# Document properties dialog box +document_properties.title=Airíonna na Cáipéise… +document_properties_label=Airíonna na Cáipéise… +document_properties_file_name=Ainm an chomhaid: +document_properties_file_size=Méid an chomhaid: +# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" +# will be replaced by the PDF file size in kilobytes, respectively in bytes. +document_properties_kb={{size_kb}} kB ({{size_b}} beart) +# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" +# will be replaced by the PDF file size in megabytes, respectively in bytes. +document_properties_mb={{size_mb}} MB ({{size_b}} beart) +document_properties_title=Teideal: +document_properties_author=Údar: +document_properties_subject=Ábhar: +document_properties_keywords=Eochairfhocail: +document_properties_creation_date=Dáta Cruthaithe: +document_properties_modification_date=Dáta Athraithe: +# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" +# will be replaced by the creation/modification date, and time, of the PDF file. +document_properties_date_string={{date}}, {{time}} +document_properties_creator=Cruthaitheoir: +document_properties_producer=Cruthaitheoir an PDF: +document_properties_version=Leagan PDF: +document_properties_page_count=Líon Leathanach: +document_properties_close=Dún + +print_progress_message=Cáipéis á hullmhú le priontáil… +# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by +# a numerical per cent value. +print_progress_percent={{progress}}% +print_progress_close=Cealaigh + +# Tooltips and alt text for side panel toolbar buttons +# (the _label strings are alt text for the buttons, the .title strings are +# tooltips) +toggle_sidebar.title=Scoránaigh an Barra Taoibh +toggle_sidebar_notification.title=Scoránaigh an Barra Taoibh (achoimre/iatáin sa cháipéis) +toggle_sidebar_label=Scoránaigh an Barra Taoibh +document_outline.title=Taispeáin Imlíne na Cáipéise (déchliceáil chun chuile rud a leathnú nó a laghdú) +document_outline_label=Creatlach na Cáipéise +attachments.title=Taispeáin Iatáin +attachments_label=Iatáin +thumbs.title=Taispeáin Mionsamhlacha +thumbs_label=Mionsamhlacha +findbar.title=Aimsigh sa Cháipéis +findbar_label=Aimsigh + +# Thumbnails panel item (tooltip and alt text for images) +# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page +# number. +thumb_page_title=Leathanach {{page}} +# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page +# number. +thumb_page_canvas=Mionsamhail Leathanaigh {{page}} + +# Find panel button title and messages +find_input.title=Aimsigh +find_input.placeholder=Aimsigh sa cháipéis… +find_previous.title=Aimsigh an sampla roimhe seo den nath seo +find_previous_label=Roimhe seo +find_next.title=Aimsigh an chéad sampla eile den nath sin +find_next_label=Ar aghaidh +find_highlight=Aibhsigh uile +find_match_case_label=Cásíogair +find_reached_top=Ag barr na cáipéise, ag leanúint ón mbun +find_reached_bottom=Ag bun na cáipéise, ag leanúint ón mbarr +find_not_found=Frása gan aimsiú + +# Error panel labels +error_more_info=Tuilleadh Eolais +error_less_info=Níos Lú Eolais +error_close=Dún +# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be +# replaced by the PDF.JS version and build ID. +error_version_info=PDF.js v{{version}} (build: {{build}}) +# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an +# english string describing the error. +error_message=Teachtaireacht: {{message}} +# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack +# trace. +error_stack=Cruach: {{stack}} +# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename +error_file=Comhad: {{file}} +# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number +error_line=Líne: {{line}} +rendering_error=Tharla earráid agus an leathanach á leagan amach. + +# Predefined zoom values +page_scale_width=Leithead Leathanaigh +page_scale_fit=Laghdaigh go dtí an Leathanach +page_scale_auto=Súmáil Uathoibríoch +page_scale_actual=Fíormhéid +# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a +# numerical scale value. +page_scale_percent={{scale}}% + +# Loading indicator messages +loading_error_indicator=Earráid +loading_error=Tharla earráid agus an cháipéis PDF á lódáil. +invalid_file_error=Comhad neamhbhailí nó truaillithe PDF. +missing_file_error=Comhad PDF ar iarraidh. +unexpected_response_error=Freagra ón bhfreastalaí nach rabhthas ag súil leis. + +# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. +# "{{type}}" will be replaced with an annotation type from a list defined in +# the PDF spec (32000-1:2008 Table 169 – Annotation types). +# Some common types are e.g.: "Check", "Text", "Comment", "Note" +text_annotation_type.alt=[Anótáil {{type}}] +password_label=Cuir an focal faire isteach chun an comhad PDF seo a oscailt. +password_invalid=Focal faire mícheart. Déan iarracht eile. +password_ok=OK +password_cancel=Cealaigh + +printing_not_supported=Rabhadh: Ní thacaíonn an brabhsálaí le priontáil go hiomlán. +printing_not_ready=Rabhadh: Ní féidir an PDF a phriontáil go dtí go mbeidh an cháipéis iomlán lódáilte. +web_fonts_disabled=Tá clófhoirne Gréasáin díchumasaithe: ní féidir clófhoirne leabaithe PDF a úsáid. +document_colors_not_allowed=Níl cead ag cáipéisí PDF a ndathanna féin a roghnú: tá “Tabhair cead do leathanaigh a ndathanna féin a roghnú” díchumasaithe sa mbrabhsálaí. diff --git a/dzz/pdf/web/locale/gd/index.htm b/dzz/pdf/web/locale/gd/index.htm new file mode 100644 index 0000000..e69de29 diff --git a/dzz/pdf/web/locale/gd/viewer.properties b/dzz/pdf/web/locale/gd/viewer.properties new file mode 100644 index 0000000..e5a01c5 --- /dev/null +++ b/dzz/pdf/web/locale/gd/viewer.properties @@ -0,0 +1,215 @@ +# Copyright 2012 Mozilla Foundation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# Main toolbar buttons (tooltips and alt text for images) +previous.title=An duilleag roimhe +previous_label=Air ais +next.title=An ath-dhuilleag +next_label=Air adhart + +# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input. +page.title=Duilleag +# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number +# representing the total number of pages in the document. +of_pages=à {{pagesCount}} +# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" +# will be replaced by a number representing the currently visible page, +# respectively a number representing the total number of pages in the document. +page_of_pages=({{pageNumber}} à {{pagesCount}}) + +zoom_out.title=Sùm a-mach +zoom_out_label=Sùm a-mach +zoom_in.title=Sùm a-steach +zoom_in_label=Sùm a-steach +zoom.title=Sùm +presentation_mode.title=Gearr leum dhan mhodh taisbeanaidh +presentation_mode_label=Am modh taisbeanaidh +open_file.title=Fosgail faidhle +open_file_label=Fosgail +print.title=Clò-bhuail +print_label=Clò-bhuail +download.title=Luchdaich a-nuas +download_label=Luchdaich a-nuas +bookmark.title=An sealladh làithreach (dèan lethbhreac no fosgail e ann an uinneag ùr) +bookmark_label=An sealladh làithreach + +# Secondary toolbar and context menu +tools.title=Innealan +tools_label=Innealan +first_page.title=Rach gun chiad duilleag +first_page.label=Rach gun chiad duilleag +first_page_label=Rach gun chiad duilleag +last_page.title=Rach gun duilleag mu dheireadh +last_page.label=Rach gun duilleag mu dheireadh +last_page_label=Rach gun duilleag mu dheireadh +page_rotate_cw.title=Cuairtich gu deiseil +page_rotate_cw.label=Cuairtich gu deiseil +page_rotate_cw_label=Cuairtich gu deiseil +page_rotate_ccw.title=Cuairtich gu tuathail +page_rotate_ccw.label=Cuairtich gu tuathail +page_rotate_ccw_label=Cuairtich gu tuathail + +cursor_text_select_tool.title=Cuir an comas inneal taghadh an teacsa +cursor_text_select_tool_label=Inneal taghadh an teacsa +cursor_hand_tool.title=Cuir inneal na làimhe an comas +cursor_hand_tool_label=Inneal na làimhe + +scroll_vertical.title=Cleachd sgroladh inghearach +scroll_vertical_label=Sgroladh inghearach +scroll_horizontal.title=Cleachd sgroladh còmhnard +scroll_horizontal_label=Sgroladh còmhnard +scroll_wrapped.title=Cleachd sgroladh paisgte +scroll_wrapped_label=Sgroladh paisgte + +spread_none.title=Na cuir còmhla sgoileadh dhuilleagan +spread_none_label=Gun sgaoileadh dhuilleagan +spread_odd.title=Cuir còmhla duilleagan sgaoilte a thòisicheas le duilleagan aig a bheil àireamh chorr +spread_odd_label=Sgaoileadh dhuilleagan corra +spread_even.title=Cuir còmhla duilleagan sgaoilte a thòisicheas le duilleagan aig a bheil àireamh chothrom +spread_even_label=Sgaoileadh dhuilleagan cothrom + +# Document properties dialog box +document_properties.title=Roghainnean na sgrìobhainne… +document_properties_label=Roghainnean na sgrìobhainne… +document_properties_file_name=Ainm an fhaidhle: +document_properties_file_size=Meud an fhaidhle: +# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" +# will be replaced by the PDF file size in kilobytes, respectively in bytes. +document_properties_kb={{size_kb}} KB ({{size_b}} bytes) +# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" +# will be replaced by the PDF file size in megabytes, respectively in bytes. +document_properties_mb={{size_mb}} MB ({{size_b}} bytes) +document_properties_title=Tiotal: +document_properties_author=Ùghdar: +document_properties_subject=Cuspair: +document_properties_keywords=Faclan-luirg: +document_properties_creation_date=Latha a chruthachaidh: +document_properties_modification_date=Latha atharrachaidh: +# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" +# will be replaced by the creation/modification date, and time, of the PDF file. +document_properties_date_string={{date}}, {{time}} +document_properties_creator=Cruthadair: +document_properties_producer=Saothraiche a' PDF: +document_properties_version=Tionndadh a' PDF: +document_properties_page_count=Àireamh de dhuilleagan: +document_properties_page_size=Meud na duilleige: +document_properties_page_size_unit_inches=ann an +document_properties_page_size_unit_millimeters=mm +document_properties_page_size_orientation_portrait=portraid +document_properties_page_size_orientation_landscape=dreach-tìre +document_properties_page_size_name_a3=A3 +document_properties_page_size_name_a4=A4 +document_properties_page_size_name_letter=Litir +document_properties_page_size_name_legal=Laghail +# LOCALIZATION NOTE (document_properties_page_size_dimension_string): +# "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement and orientation, of the (current) page. +document_properties_page_size_dimension_string={{width}} × {{height}} {{unit}} ({{orientation}}) +# LOCALIZATION NOTE (document_properties_page_size_dimension_name_string): +# "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement, name, and orientation, of the (current) page. +document_properties_page_size_dimension_name_string={{width}} × {{height}} {{unit}} ({{name}}, {{orientation}}) +document_properties_close=Dùin + +print_progress_message=Ag ullachadh na sgrìobhainn airson clò-bhualadh… +# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by +# a numerical per cent value. +print_progress_percent={{progress}}% +print_progress_close=Sguir dheth + +# Tooltips and alt text for side panel toolbar buttons +# (the _label strings are alt text for the buttons, the .title strings are +# tooltips) +toggle_sidebar.title=Toglaich am bàr-taoibh +toggle_sidebar_notification.title=Toglaich am bàr-taoibh (tha oir-loidhne/ceanglachain aig an sgrìobhainn) +toggle_sidebar_label=Toglaich am bàr-taoibh +document_outline.title=Seall oir-loidhne na sgrìobhainn (dèan briogadh dùbailte airson a h-uile nì a leudachadh/a cho-theannadh) +document_outline_label=Oir-loidhne na sgrìobhainne +attachments.title=Seall na ceanglachain +attachments_label=Ceanglachain +thumbs.title=Seall na dealbhagan +thumbs_label=Dealbhagan +findbar.title=Lorg san sgrìobhainn +findbar_label=Lorg + +# Thumbnails panel item (tooltip and alt text for images) +# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page +# number. +thumb_page_title=Duilleag a {{page}} +# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page +# number. +thumb_page_canvas=Dealbhag duilleag a {{page}} + +# Find panel button title and messages +find_input.title=Lorg +find_input.placeholder=Lorg san sgrìobhainn... +find_previous.title=Lorg làthair roimhe na h-abairt seo +find_previous_label=Air ais +find_next.title=Lorg ath-làthair na h-abairt seo +find_next_label=Air adhart +find_highlight=Soillsich a h-uile +find_match_case_label=Aire do litrichean mòra is beaga +find_reached_top=Ràinig sinn barr na duilleige, a' leantainn air adhart o bhonn na duilleige +find_reached_bottom=Ràinig sinn bonn na duilleige, a' leantainn air adhart o bharr na duilleige +find_not_found=Cha deach an abairt a lorg + +# Error panel labels +error_more_info=Barrachd fiosrachaidh +error_less_info=Nas lugha de dh'fhiosrachadh +error_close=Dùin +# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be +# replaced by the PDF.JS version and build ID. +error_version_info=PDF.js v{{version}} (build: {{build}}) +# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an +# english string describing the error. +error_message=Teachdaireachd: {{message}} +# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack +# trace. +error_stack=Stac: {{stack}} +# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename +error_file=Faidhle: {{file}} +# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number +error_line=Loidhne: {{line}} +rendering_error=Thachair mearachd rè reandaradh na duilleige. + +# Predefined zoom values +page_scale_width=Leud na duilleige +page_scale_fit=Freagair ri meud na duilleige +page_scale_auto=Sùm fèin-obrachail +page_scale_actual=Am fìor-mheud +# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a +# numerical scale value. +page_scale_percent={{scale}}% + +# Loading indicator messages +loading_error_indicator=Mearachd +loading_error=Thachair mearachd rè luchdadh a' PDF. +invalid_file_error=Faidhle PDF a tha mì-dhligheach no coirbte. +missing_file_error=Faidhle PDF a tha a dhìth. +unexpected_response_error=Freagairt on fhrithealaiche ris nach robh dùil. + +# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. +# "{{type}}" will be replaced with an annotation type from a list defined in +# the PDF spec (32000-1:2008 Table 169 – Annotation types). +# Some common types are e.g.: "Check", "Text", "Comment", "Note" +text_annotation_type.alt=[Nòtachadh {{type}}] +password_label=Cuir a-steach am facal-faire gus am faidhle PDF seo fhosgladh. +password_invalid=Tha am facal-faire cearr. Nach fheuch thu ris a-rithist? +password_ok=Ceart ma-tha +password_cancel=Sguir dheth + +printing_not_supported=Rabhadh: Chan eil am brabhsair seo a' cur làn-taic ri clò-bhualadh. +printing_not_ready=Rabhadh: Cha deach am PDF a luchdadh gu tur airson clò-bhualadh. +web_fonts_disabled=Tha cruthan-clò lìn à comas: Chan urrainn dhuinn cruthan-clò PDF leabaichte a chleachdadh. +document_colors_not_allowed=Chan fhaod sgrìobhainnean PDF na dathan aca fhèin a chleachdadh: Tha “Leig le duilleagan na dathan aca fhèin a chleachdadh” à comas sa bhrabhsair. diff --git a/dzz/pdf/web/locale/gl/index.htm b/dzz/pdf/web/locale/gl/index.htm new file mode 100644 index 0000000..e69de29 diff --git a/dzz/pdf/web/locale/gl/viewer.properties b/dzz/pdf/web/locale/gl/viewer.properties new file mode 100644 index 0000000..f393fca --- /dev/null +++ b/dzz/pdf/web/locale/gl/viewer.properties @@ -0,0 +1,168 @@ +# Copyright 2012 Mozilla Foundation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# Main toolbar buttons (tooltips and alt text for images) +previous.title=Páxina anterior +previous_label=Anterior +next.title=Seguinte páxina +next_label=Seguinte + +# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input. +# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number +# representing the total number of pages in the document. +# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" +# will be replaced by a number representing the currently visible page, +# respectively a number representing the total number of pages in the document. + +zoom_out.title=Reducir +zoom_out_label=Reducir +zoom_in.title=Ampliar +zoom_in_label=Ampliar +zoom.title=Zoom +presentation_mode.title=Cambiar ao modo presentación +presentation_mode_label=Modo presentación +open_file.title=Abrir ficheiro +open_file_label=Abrir +print.title=Imprimir +print_label=Imprimir +download.title=Descargar +download_label=Descargar +bookmark.title=Vista actual (copiar ou abrir nunha nova xanela) +bookmark_label=Vista actual + +# Secondary toolbar and context menu +tools.title=Ferramentas +tools_label=Ferramentas +first_page.title=Ir á primeira páxina +first_page.label=Ir á primeira páxina +first_page_label=Ir á primeira páxina +last_page.title=Ir á última páxina +last_page.label=Ir á última páxina +last_page_label=Ir á última páxina +page_rotate_cw.title=Rotar no sentido das agullas do reloxo +page_rotate_cw.label=Rotar no sentido das agullas do reloxo +page_rotate_cw_label=Rotar no sentido das agullas do reloxo +page_rotate_ccw.title=Rotar no sentido contrario ás agullas do reloxo +page_rotate_ccw.label=Rotar no sentido contrario ás agullas do reloxo +page_rotate_ccw_label=Rotar no sentido contrario ás agullas do reloxo + + +# Document properties dialog box +document_properties.title=Propiedades do documento… +document_properties_label=Propiedades do documento… +document_properties_file_name=Nome do ficheiro: +document_properties_file_size=Tamaño do ficheiro: +# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" +# will be replaced by the PDF file size in kilobytes, respectively in bytes. +document_properties_kb={{size_kb}} KB ({{size_b}} bytes) +# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" +# will be replaced by the PDF file size in megabytes, respectively in bytes. +document_properties_mb={{size_mb}} MB ({{size_b}} bytes) +document_properties_title=Título: +document_properties_author=Autor: +document_properties_subject=Asunto: +document_properties_keywords=Palabras clave: +document_properties_creation_date=Data de creación: +document_properties_modification_date=Data de modificación: +# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" +# will be replaced by the creation/modification date, and time, of the PDF file. +document_properties_date_string={{date}}, {{time}} +document_properties_creator=Creado por: +document_properties_producer=Xenerador do PDF: +document_properties_version=Versión de PDF: +document_properties_page_count=Número de páxinas: +document_properties_close=Pechar + +# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by +# a numerical per cent value. + +# Tooltips and alt text for side panel toolbar buttons +# (the _label strings are alt text for the buttons, the .title strings are +# tooltips) +toggle_sidebar.title=Amosar/agochar a barra lateral +toggle_sidebar_label=Amosar/agochar a barra lateral +attachments.title=Amosar anexos +attachments_label=Anexos +thumbs.title=Amosar miniaturas +thumbs_label=Miniaturas +findbar.title=Atopar no documento +findbar_label=Atopar + +# Thumbnails panel item (tooltip and alt text for images) +# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page +# number. +thumb_page_title=Páxina {{page}} +# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page +# number. +thumb_page_canvas=Miniatura da páxina {{page}} + +# Find panel button title and messages +find_previous.title=Atopar a anterior aparición da frase +find_previous_label=Anterior +find_next.title=Atopar a seguinte aparición da frase +find_next_label=Seguinte +find_highlight=Realzar todo +find_match_case_label=Diferenciar maiúsculas de minúsculas +find_reached_top=Chegouse ao inicio do documento, continuar desde o final +find_reached_bottom=Chegouse ao final do documento, continuar desde o inicio +find_not_found=Non se atopou a frase + +# Error panel labels +error_more_info=Máis información +error_less_info=Menos información +error_close=Pechar +# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be +# replaced by the PDF.JS version and build ID. +error_version_info=PDF.js v{{version}} (Identificador da compilación: {{build}}) +# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an +# english string describing the error. +error_message=Mensaxe: {{message}} +# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack +# trace. +error_stack=Pila: {{stack}} +# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename +error_file=Ficheiro: {{file}} +# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number +error_line=Liña: {{line}} +rendering_error=Produciuse un erro ao representar a páxina. + +# Predefined zoom values +page_scale_width=Largura da páxina +page_scale_fit=Axuste de páxina +page_scale_auto=Zoom automático +page_scale_actual=Tamaño actual +# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a +# numerical scale value. +page_scale_percent={{scale}}% + +# Loading indicator messages +loading_error_indicator=Erro +loading_error=Produciuse un erro ao cargar o PDF. +invalid_file_error=Ficheiro PDF danado ou incorrecto. +missing_file_error=Falta o ficheiro PDF. +unexpected_response_error=Resposta inesperada do servidor. + +# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. +# "{{type}}" will be replaced with an annotation type from a list defined in +# the PDF spec (32000-1:2008 Table 169 – Annotation types). +# Some common types are e.g.: "Check", "Text", "Comment", "Note" +text_annotation_type.alt=[Anotación {{type}}] +password_label=Escriba o contrasinal para abrir este ficheiro PDF. +password_invalid=Contrasinal incorrecto. Tente de novo. +password_ok=Aceptar +password_cancel=Cancelar + +printing_not_supported=Aviso: A impresión non é compatíbel de todo con este navegador. +printing_not_ready=Aviso: O PDF non se cargou completamente para imprimirse. +web_fonts_disabled=Desactiváronse as fontes web: foi imposíbel usar as fontes incrustadas no PDF. diff --git a/dzz/pdf/web/locale/gn/index.htm b/dzz/pdf/web/locale/gn/index.htm new file mode 100644 index 0000000..e69de29 diff --git a/dzz/pdf/web/locale/gn/viewer.properties b/dzz/pdf/web/locale/gn/viewer.properties new file mode 100644 index 0000000..4137756 --- /dev/null +++ b/dzz/pdf/web/locale/gn/viewer.properties @@ -0,0 +1,242 @@ +# Copyright 2012 Mozilla Foundation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# Main toolbar buttons (tooltips and alt text for images) +previous.title=Kuatiarogue mboyvegua +previous_label=Mboyvegua +next.title=Kuatiarogue upeigua +next_label=Upeigua + +# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input. +page.title=Kuatiarogue +# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number +# representing the total number of pages in the document. +of_pages={{pagesCount}} gui +# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" +# will be replaced by a number representing the currently visible page, +# respectively a number representing the total number of pages in the document. +page_of_pages=({{pageNumber}} of {{pagesCount}}) + +zoom_out.title=Momichĩ +zoom_out_label=Momichĩ +zoom_in.title=Mbotuicha +zoom_in_label=Mbotuicha +zoom.title=Tuichakue +presentation_mode.title=Jehechauka reko moambue +presentation_mode_label=Jehechauka reko +open_file.title=Marandurendápe jeike +open_file_label=Jeike +print.title=Monguatia +print_label=Monguatia +download.title=Mboguejy +download_label=Mboguejy +bookmark.title=Ag̃agua jehecha (mbohasarã térã eike peteĩ ovetã pyahúpe) +bookmark_label=Ag̃agua jehecha + +# Secondary toolbar and context menu +tools.title=Tembipuru +tools_label=Tembipuru +first_page.title=Kuatiarogue ñepyrũme jeho +first_page.label=Kuatiarogue ñepyrũme jeho +first_page_label=Kuatiarogue ñepyrũme jeho +last_page.title=Kuatiarogue pahápe jeho +last_page.label=Kuatiarogue pahápe jeho +last_page_label=Kuatiarogue pahápe jeho +page_rotate_cw.title=Aravóicha mbojere +page_rotate_cw.label=Aravóicha mbojere +page_rotate_cw_label=Aravóicha mbojere +page_rotate_ccw.title=Aravo rapykue gotyo mbojere +page_rotate_ccw.label=Aravo rapykue gotyo mbojere +page_rotate_ccw_label=Aravo rapykue gotyo mbojere + +cursor_text_select_tool.title=Emyandy moñe'ẽrã jeporavo rembipuru +cursor_text_select_tool_label=Moñe'ẽrã jeporavo rembipuru +cursor_hand_tool.title=Tembipuru po pegua myandy +cursor_hand_tool_label=Tembipuru po pegua + +scroll_vertical.title=Eipuru jeku’e ykeguáva +scroll_vertical_label=Jeku’e ykeguáva +scroll_horizontal.title=Eipuru jeku’e yvate gotyo +scroll_horizontal_label=Jeku’e yvate gotyo +scroll_wrapped.title=Eipuru jeku’e mbohyrupyre +scroll_wrapped_label=Jeku’e mbohyrupyre + +spread_none.title=Ani ejuaju spreads kuatiarogue ndive +spread_none_label=Spreads ỹre +spread_odd.title=Embojuaju kuatiarogue jepysokue eñepyrũvo kuatiarogue impar-vagui +spread_odd_label=Spreads impar +spread_even.title=Embojuaju kuatiarogue jepysokue eñepyrũvo kuatiarogue par-vagui +spread_even_label=Ipukuve uvei + +# Document properties dialog box +document_properties.title=Kuatia mba'etee… +document_properties_label=Kuatia mba'etee… +document_properties_file_name=Marandurenda réra: +document_properties_file_size=Marandurenda tuichakue: +# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" +# will be replaced by the PDF file size in kilobytes, respectively in bytes. +document_properties_kb={{size_kb}} KB ({{size_b}} bytes) +# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" +# will be replaced by the PDF file size in megabytes, respectively in bytes. +document_properties_mb={{size_mb}} MB ({{size_b}} bytes) +document_properties_title=Teratee: +document_properties_author=Apohára: +document_properties_subject=Mba'egua: +document_properties_keywords=Jehero: +document_properties_creation_date=Teñoihague arange: +document_properties_modification_date=Iñambue hague arange: +# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" +# will be replaced by the creation/modification date, and time, of the PDF file. +document_properties_date_string={{date}}, {{time}} +document_properties_creator=Apo'ypyha: +document_properties_producer=PDF mbosako'iha: +document_properties_version=PDF mbojuehegua: +document_properties_page_count=Kuatiarogue papapy: +document_properties_page_size=Kuatiarogue tuichakue: +document_properties_page_size_unit_inches=Amo +document_properties_page_size_unit_millimeters=mm +document_properties_page_size_orientation_portrait=Oĩháicha +document_properties_page_size_orientation_landscape=apaisado +document_properties_page_size_name_a3=A3 +document_properties_page_size_name_a4=A4 +document_properties_page_size_name_letter=Kuatiañe'ẽ +document_properties_page_size_name_legal=Tee +# LOCALIZATION NOTE (document_properties_page_size_dimension_string): +# "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement and orientation, of the (current) page. +document_properties_page_size_dimension_string={{width}} × {{height}} {{unit}} ({{orientation}}) +# LOCALIZATION NOTE (document_properties_page_size_dimension_name_string): +# "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement, name, and orientation, of the (current) page. +document_properties_page_size_dimension_name_string={{width}} × {{height}} {{unit}} ({{name}}, {{orientation}}) +# LOCALIZATION NOTE (document_properties_linearized): The linearization status of +# the document; usually called "Fast Web View" in English locales of Adobe software. +document_properties_linearized=Ñanduti jahecha pya’e: +document_properties_linearized_yes=Añete +document_properties_linearized_no=Ahániri +document_properties_close=Mboty + +print_progress_message=Embosako'i kuatia emonguatia hag̃ua… +# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by +# a numerical per cent value. +print_progress_percent={{progress}}% +print_progress_close=Heja + +# Tooltips and alt text for side panel toolbar buttons +# (the _label strings are alt text for the buttons, the .title strings are +# tooltips) +toggle_sidebar.title=Tenda yke moambue +toggle_sidebar_notification.title=Embojopyru tenda ykegua (kuatia oguereko kora/marandurenda moirũha) +toggle_sidebar_label=Tenda yke moambue +document_outline.title=Ehechauka kuatia rape (eikutu mokõi jey embotuicha/emomichĩ hag̃ua opavavete mba'epuru) +document_outline_label=Kuatia apopyre +attachments.title=Moirũha jehechauka +attachments_label=Moirũha +thumbs.title=Mba'emirĩ jehechauka +thumbs_label=Mba'emirĩ +findbar.title=Kuatiápe jeheka +findbar_label=Juhu + +# Thumbnails panel item (tooltip and alt text for images) +# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page +# number. +thumb_page_title=Kuatiarogue {{page}} +# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page +# number. +thumb_page_canvas=Kuatiarogue mba'emirĩ {{page}} + +# Find panel button title and messages +find_input.title=Juhu +find_input.placeholder=Kuatiápe jejuhu… +find_previous.title=Ejuhu ñe'ẽrysýi osẽ'ypy hague +find_previous_label=Mboyvegua +find_next.title=Eho ñe'ẽ juhupyre upeiguávape +find_next_label=Upeigua +find_highlight=Embojekuaavepa +find_match_case_label=Ejesareko taiguasu/taimichĩre +find_entire_word_label=Ñe’ẽ oĩmbáva +find_reached_top=Ojehupyty kuatia ñepyrũ, oku'ejeýta kuatia paha guive +find_reached_bottom=Ojehupyty kuatia paha, oku'ejeýta kuatia ñepyrũ guive +# LOCALIZATION NOTE (find_match_count): The supported plural forms are +# [one|two|few|many|other], with [other] as the default value. +# "{{current}}" and "{{total}}" will be replaced by a number representing the +# index of the currently active find result, respectively a number representing +# the total number of matches in the document. +find_match_count={[ plural(total) ]} +find_match_count[one]={{current}} {{total}} ojojoguáva +find_match_count[two]={{current}} {{total}} ojojoguáva +find_match_count[few]={{current}} {{total}} ojojoguáva +find_match_count[many]={{current}} {{total}} ojojoguáva +find_match_count[other]={{current}} {{total}} ojojoguáva +# LOCALIZATION NOTE (find_match_count_limit): The supported plural forms are +# [zero|one|two|few|many|other], with [other] as the default value. +# "{{limit}}" will be replaced by a numerical value. +find_match_count_limit={[ plural(limit) ]} +find_match_count_limit[zero]=Hetave {{limit}} ojojoguáva +find_match_count_limit[one]=Hetave {{limit}} ojojogua +find_match_count_limit[two]=Hetave {{limit}} ojojoguáva +find_match_count_limit[few]=Hetave {{limit}} ojojoguáva +find_match_count_limit[many]=Hetave {{limit}} ojojoguáva +find_match_count_limit[other]=Hetave {{limit}} ojojoguáva +find_not_found=Ñe'ẽrysýi ojejuhu'ỹva + +# Error panel labels +error_more_info=Maranduve +error_less_info=Sa'ive marandu +error_close=Mboty +# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be +# replaced by the PDF.JS version and build ID. +error_version_info=PDF.js v{{version}} (build: {{build}}) +# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an +# english string describing the error. +error_message=Ñe'ẽmondo: {{message}} +# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack +# trace. +error_stack=Mbojo'apy: {{stack}} +# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename +error_file=Marandurenda: {{file}} +# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number +error_line=Tairenda: {{line}} +rendering_error=Oiko jejavy ehechaukasévo kuatiarogue. + +# Predefined zoom values +page_scale_width=Kuatiarogue pekue +page_scale_fit=Kuatiarogue ñemoĩporã +page_scale_auto=Tuichakue ijeheguíva +page_scale_actual=Tuichakue ag̃agua +# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a +# numerical scale value. +page_scale_percent={{scale}}% + +# Loading indicator messages +loading_error_indicator=Oĩvaíva +loading_error=Oiko jejavy PDF oñemyeñyhẽnguévo. +invalid_file_error=PDF marandurenda ndoikóiva térã ivaipyréva. +missing_file_error=Ndaipóri PDF marandurenda +unexpected_response_error=Mohendahavusu mbohovái ñeha'arõ'ỹva. + +# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. +# "{{type}}" will be replaced with an annotation type from a list defined in +# the PDF spec (32000-1:2008 Table 169 – Annotation types). +# Some common types are e.g.: "Check", "Text", "Comment", "Note" +text_annotation_type.alt=[Jehaipy {{type}}] +password_label=Emoinge ñe'ẽñemi eipe'a hag̃ua ko marandurenda PDF. +password_invalid=Ñe'ẽñemi ndoikóiva. Eha'ã jey. +password_ok=MONEĨ +password_cancel=Heja + +printing_not_supported=Kyhyjerã: Ñembokuatia ndojokupytypái ko kundahára ndive. +printing_not_ready=Kyhyjerã: Ko PDF nahenyhẽmbái oñembokuatia hag̃uáicha. +web_fonts_disabled=Ñanduti taity oñemongéma: ndaikatumo'ãi eipuru PDF jehai'íva taity. +document_colors_not_allowed=Kuatiakuéra PDF ndaikatúi oipuru isa'ykuéra tee: “Emoneĩ kuatiaroguépe toiporavo isa'ykuéra tee” oñemongehína kundahárape. diff --git a/dzz/pdf/web/locale/gu-IN/index.htm b/dzz/pdf/web/locale/gu-IN/index.htm new file mode 100644 index 0000000..e69de29 diff --git a/dzz/pdf/web/locale/gu-IN/viewer.properties b/dzz/pdf/web/locale/gu-IN/viewer.properties new file mode 100644 index 0000000..9a13392 --- /dev/null +++ b/dzz/pdf/web/locale/gu-IN/viewer.properties @@ -0,0 +1,242 @@ +# Copyright 2012 Mozilla Foundation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# Main toolbar buttons (tooltips and alt text for images) +previous.title=પહેલાનુ પાનું +previous_label=પહેલાનુ +next.title=આગળનુ પાનું +next_label=આગળનું + +# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input. +page.title=પાનું +# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number +# representing the total number of pages in the document. +of_pages=નો {{pagesCount}} +# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" +# will be replaced by a number representing the currently visible page, +# respectively a number representing the total number of pages in the document. +page_of_pages=({{pageNumber}} નો {{pagesCount}}) + +zoom_out.title=મોટુ કરો +zoom_out_label=મોટુ કરો +zoom_in.title=નાનું કરો +zoom_in_label=નાનું કરો +zoom.title=નાનું મોટુ કરો +presentation_mode.title=રજૂઆત સ્થિતિમાં જાવ +presentation_mode_label=રજૂઆત સ્થિતિ +open_file.title=ફાઇલ ખોલો +open_file_label=ખોલો +print.title=છાપો +print_label=છારો +download.title=ડાઉનલોડ +download_label=ડાઉનલોડ +bookmark.title=વર્તમાન દૃશ્ય (નવી વિન્ડોમાં નકલ કરો અથવા ખોલો) +bookmark_label=વર્તમાન દૃશ્ય + +# Secondary toolbar and context menu +tools.title=સાધનો +tools_label=સાધનો +first_page.title=પહેલાં પાનામાં જાવ +first_page.label=પહેલાં પાનામાં જાવ +first_page_label=પ્રથમ પાનાં પર જાવ +last_page.title=છેલ્લા પાનાં પર જાવ +last_page.label=છેલ્લા પાનામાં જાવ +last_page_label=છેલ્લા પાનાં પર જાવ +page_rotate_cw.title=ઘડિયાળનાં કાંટા તરફ ફેરવો +page_rotate_cw.label=ઘડિયાળનાં કાંટાની જેમ ફેરવો +page_rotate_cw_label=ઘડિયાળનાં કાંટા તરફ ફેરવો +page_rotate_ccw.title=ઘડિયાળનાં કાંટાની ઉલટી દિશામાં ફેરવો +page_rotate_ccw.label=ઘડિયાળનાં કાંટાની ઉલટી દિશામાં ફેરવો +page_rotate_ccw_label=ઘડિયાળનાં કાંટાની વિરુદ્દ ફેરવો + +cursor_text_select_tool.title=ટેક્સ્ટ પસંદગી ટૂલ સક્ષમ કરો +cursor_text_select_tool_label=ટેક્સ્ટ પસંદગી ટૂલ +cursor_hand_tool.title=હાથનાં સાધનને સક્રિય કરો +cursor_hand_tool_label=હેન્ડ ટૂલ + +scroll_vertical.title=ઊભી સ્ક્રોલિંગનો ઉપયોગ કરો +scroll_vertical_label=ઊભી સ્ક્રોલિંગ +scroll_horizontal.title=આડી સ્ક્રોલિંગનો ઉપયોગ કરો +scroll_horizontal_label=આડી સ્ક્રોલિંગ +scroll_wrapped.title=આવરિત સ્ક્રોલિંગનો ઉપયોગ કરો +scroll_wrapped_label=આવરિત સ્ક્રોલિંગ + +spread_none.title=પૃષ્ઠ સ્પ્રેડમાં જોડાવશો નહીં +spread_none_label=કોઈ સ્પ્રેડ નથી +spread_odd.title=એકી-ક્રમાંકિત પૃષ્ઠો સાથે પ્રારંભ થતાં પૃષ્ઠ સ્પ્રેડમાં જોડાઓ +spread_odd_label=એકી સ્પ્રેડ્સ +spread_even.title=નંબર-ક્રમાંકિત પૃષ્ઠોથી શરૂ થતાં પૃષ્ઠ સ્પ્રેડમાં જોડાઓ +spread_even_label=સરખું ફેલાવવું + +# Document properties dialog box +document_properties.title=દસ્તાવેજ ગુણધર્મો… +document_properties_label=દસ્તાવેજ ગુણધર્મો… +document_properties_file_name=ફાઇલ નામ: +document_properties_file_size=ફાઇલ માપ: +# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" +# will be replaced by the PDF file size in kilobytes, respectively in bytes. +document_properties_kb={{size_kb}} KB ({{size_b}} બાઇટ) +# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" +# will be replaced by the PDF file size in megabytes, respectively in bytes. +document_properties_mb={{size_mb}} MB ({{size_b}} બાઇટ) +document_properties_title=શીર્ષક: +document_properties_author=લેખક: +document_properties_subject=વિષય: +document_properties_keywords=કિવર્ડ: +document_properties_creation_date=નિર્માણ તારીખ: +document_properties_modification_date=ફેરફાર તારીખ: +# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" +# will be replaced by the creation/modification date, and time, of the PDF file. +document_properties_date_string={{date}}, {{time}} +document_properties_creator=નિર્માતા: +document_properties_producer=PDF નિર્માતા: +document_properties_version=PDF આવૃત્તિ: +document_properties_page_count=પાનાં ગણતરી: +document_properties_page_size=પૃષ્ઠનું કદ: +document_properties_page_size_unit_inches=ઇંચ +document_properties_page_size_unit_millimeters=મીમી +document_properties_page_size_orientation_portrait=ઉભું +document_properties_page_size_orientation_landscape=આડુ +document_properties_page_size_name_a3=A3 +document_properties_page_size_name_a4=A4 +document_properties_page_size_name_letter=પત્ર +document_properties_page_size_name_legal=કાયદાકીય +# LOCALIZATION NOTE (document_properties_page_size_dimension_string): +# "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement and orientation, of the (current) page. +document_properties_page_size_dimension_string= +# LOCALIZATION NOTE (document_properties_page_size_dimension_name_string): +# "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement, name, and orientation, of the (current) page. +document_properties_page_size_dimension_name_string={{width}} × {{height}} {{unit}} ({{name}}, {{orientation}}) +# LOCALIZATION NOTE (document_properties_linearized): The linearization status of +# the document; usually called "Fast Web View" in English locales of Adobe software. +document_properties_linearized=ઝડપી વૅબ દૃશ્ય: +document_properties_linearized_yes=હા +document_properties_linearized_no=ના +document_properties_close=બંધ કરો + +print_progress_message=છાપકામ માટે દસ્તાવેજ તૈયાર કરી રહ્યા છે… +# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by +# a numerical per cent value. +print_progress_percent={{progress}}% +print_progress_close=રદ કરો + +# Tooltips and alt text for side panel toolbar buttons +# (the _label strings are alt text for the buttons, the .title strings are +# tooltips) +toggle_sidebar.title=ટૉગલ બાજુપટ્ટી +toggle_sidebar_notification.title=સાઇડબારને ટૉગલ કરો(દસ્તાવેજની રૂપરેખા/જોડાણો શામેલ છે) +toggle_sidebar_label=ટૉગલ બાજુપટ્ટી +document_outline.title=દસ્તાવેજની રૂપરેખા બતાવો(બધી આઇટમ્સને વિસ્તૃત/સંકુચિત કરવા માટે ડબલ-ક્લિક કરો) +document_outline_label=દસ્તાવેજ રૂપરેખા +attachments.title=જોડાણોને બતાવો +attachments_label=જોડાણો +thumbs.title=થંબનેલ્સ બતાવો +thumbs_label=થંબનેલ્સ +findbar.title=દસ્તાવેજમાં શોધો +findbar_label=શોધો + +# Thumbnails panel item (tooltip and alt text for images) +# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page +# number. +thumb_page_title=પાનું {{page}} +# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page +# number. +thumb_page_canvas=પાનાં {{page}} નું થંબનેલ્સ + +# Find panel button title and messages +find_input.title=શોધો +find_input.placeholder=દસ્તાવેજમાં શોધો… +find_previous.title=શબ્દસમૂહની પાછલી ઘટનાને શોધો +find_previous_label=પહેલાંનુ +find_next.title=શબ્દસમૂહની આગળની ઘટનાને શોધો +find_next_label=આગળનું +find_highlight=બધુ પ્રકાશિત કરો +find_match_case_label=કેસ બંધબેસાડો +find_entire_word_label=સંપૂર્ણ શબ્દો +find_reached_top=દસ્તાવેજનાં ટોચે પહોંચી ગયા, તળિયેથી ચાલુ કરેલ હતુ +find_reached_bottom=દસ્તાવેજનાં અંતે પહોંચી ગયા, ઉપરથી ચાલુ કરેલ હતુ +# LOCALIZATION NOTE (find_match_count): The supported plural forms are +# [one|two|few|many|other], with [other] as the default value. +# "{{current}}" and "{{total}}" will be replaced by a number representing the +# index of the currently active find result, respectively a number representing +# the total number of matches in the document. +find_match_count={[ plural(total) ]} +find_match_count[one]={{total}} માંથી {{current}} સરખું મળ્યું +find_match_count[two]={{total}} માંથી {{current}} સરખા મળ્યાં +find_match_count[few]={{total}} માંથી {{current}} સરખા મળ્યાં +find_match_count[many]={{total}} માંથી {{current}} સરખા મળ્યાં +find_match_count[other]={{total}} માંથી {{current}} સરખા મળ્યાં +# LOCALIZATION NOTE (find_match_count_limit): The supported plural forms are +# [zero|one|two|few|many|other], with [other] as the default value. +# "{{limit}}" will be replaced by a numerical value. +find_match_count_limit={[ plural(limit) ]} +find_match_count_limit[zero]={{limit}} કરતાં વધુ સરખા મળ્યાં +find_match_count_limit[one]={{limit}} કરતાં વધુ સરખું મળ્યું +find_match_count_limit[two]={{limit}} કરતાં વધુ સરખા મળ્યાં +find_match_count_limit[few]={{limit}} કરતાં વધુ સરખા મળ્યાં +find_match_count_limit[many]={{limit}} કરતાં વધુ સરખા મળ્યાં +find_match_count_limit[other]={{limit}} કરતાં વધુ સરખા મળ્યાં +find_not_found=શબ્દસમૂહ મળ્યુ નથી + +# Error panel labels +error_more_info=વધારે જાણકારી +error_less_info=ઓછી જાણકારી +error_close=બંધ કરો +# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be +# replaced by the PDF.JS version and build ID. +error_version_info=PDF.js v{{version}} (build: {{build}}) +# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an +# english string describing the error. +error_message=સંદેશો: {{message}} +# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack +# trace. +error_stack=સ્ટેક: {{stack}} +# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename +error_file=ફાઇલ: {{file}} +# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number +error_line=વાક્ય: {{line}} +rendering_error=ભૂલ ઉદ્ભવી જ્યારે પાનાંનુ રેન્ડ કરી રહ્યા હોય. + +# Predefined zoom values +page_scale_width=પાનાની પહોળાઇ +page_scale_fit=પાનું બંધબેસતુ +page_scale_auto=આપમેળે નાનુંમોટુ કરો +page_scale_actual=ચોક્કસ માપ +# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a +# numerical scale value. +page_scale_percent={{scale}}% + +# Loading indicator messages +loading_error_indicator=ભૂલ +loading_error=ભૂલ ઉદ્ભવી જ્યારે PDF ને લાવી રહ્યા હોય. +invalid_file_error=અયોગ્ય અથવા ભાંગેલ PDF ફાઇલ. +missing_file_error=ગુમ થયેલ PDF ફાઇલ. +unexpected_response_error=અનપેક્ષિત સર્વર પ્રતિસાદ. + +# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. +# "{{type}}" will be replaced with an annotation type from a list defined in +# the PDF spec (32000-1:2008 Table 169 – Annotation types). +# Some common types are e.g.: "Check", "Text", "Comment", "Note" +text_annotation_type.alt=[{{type}} Annotation] +password_label=આ PDF ફાઇલને ખોલવા પાસવર્ડને દાખલ કરો. +password_invalid=અયોગ્ય પાસવર્ડ. મહેરબાની કરીને ફરી પ્રયત્ન કરો. +password_ok=બરાબર +password_cancel=રદ કરો + +printing_not_supported=ચેતવણી: છાપવાનું આ બ્રાઉઝર દ્દારા સંપૂર્ણપણે આધારભૂત નથી. +printing_not_ready=Warning: PDF એ છાપવા માટે સંપૂર્ણપણે લાવેલ છે. +web_fonts_disabled=વેબ ફોન્ટ નિષ્ક્રિય થયેલ છે: ઍમ્બેડ થયેલ PDF ફોન્ટને વાપરવાનું અસમર્થ. +document_colors_not_allowed=PDF દસ્તાવેજો તેનાં પોતાના રંગોને વાપરવા પરવાનગી આપતા નથી: 'તેનાં પોતાનાં રંગોને પસંદ કરવા માટે પાનાંને પરવાનગી આપો' બ્રાઉઝરમાં નિષ્ક્રિય થયેલ છે. diff --git a/dzz/pdf/web/locale/he/index.htm b/dzz/pdf/web/locale/he/index.htm new file mode 100644 index 0000000..e69de29 diff --git a/dzz/pdf/web/locale/he/viewer.properties b/dzz/pdf/web/locale/he/viewer.properties new file mode 100644 index 0000000..55a79cd --- /dev/null +++ b/dzz/pdf/web/locale/he/viewer.properties @@ -0,0 +1,240 @@ +# Copyright 2012 Mozilla Foundation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# Main toolbar buttons (tooltips and alt text for images) +previous.title=דף קודם +previous_label=קודם +next.title=דף הבא +next_label=הבא + +# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input. +page.title=דף +# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number +# representing the total number of pages in the document. +of_pages=מתוך {{pagesCount}} +# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" +# will be replaced by a number representing the currently visible page, +# respectively a number representing the total number of pages in the document. +page_of_pages=({{pageNumber}} מתוך {{pagesCount}}) + +zoom_out.title=התרחקות +zoom_out_label=התרחקות +zoom_in.title=התקרבות +zoom_in_label=התקרבות +zoom.title=מרחק מתצוגה +presentation_mode.title=מעבר למצב מצגת +presentation_mode_label=מצב מצגת +open_file.title=פתיחת קובץ +open_file_label=פתיחה +print.title=הדפסה +print_label=הדפסה +download.title=הורדה +download_label=הורדה +bookmark.title=תצוגה נוכחית (העתקה או פתיחה בחלון חדש) +bookmark_label=תצוגה נוכחית + +# Secondary toolbar and context menu +tools.title=כלים +tools_label=כלים +first_page.title=מעבר לעמוד הראשון +first_page.label=מעבר לעמוד הראשון +first_page_label=מעבר לעמוד הראשון +last_page.title=מעבר לעמוד האחרון +last_page.label=מעבר לעמוד האחרון +last_page_label=מעבר לעמוד האחרון +page_rotate_cw.title=הטיה עם כיוון השעון +page_rotate_cw.label=הטיה עם כיוון השעון +page_rotate_cw_label=הטיה עם כיוון השעון +page_rotate_ccw.title=הטיה כנגד כיוון השעון +page_rotate_ccw.label=הטיה כנגד כיוון השעון +page_rotate_ccw_label=הטיה כנגד כיוון השעון + +cursor_text_select_tool.title=הפעלת כלי בחירת טקסט +cursor_text_select_tool_label=כלי בחירת טקסט +cursor_hand_tool.title=הפעלת כלי היד +cursor_hand_tool_label=כלי יד + +scroll_vertical.title=שימוש בגלילה אנכית +scroll_vertical_label=גלילה אנכית +scroll_horizontal.title=שימוש בגלילה אופקית +scroll_horizontal_label=גלילה אופקית +scroll_wrapped.title=שימוש בגלילה רציפה +scroll_wrapped_label=גלילה רציפה + +spread_none.title=לא לצרף מפתחי עמודים +spread_none_label=ללא מפתחים +spread_odd.title=צירוף מפתחי עמודים שמתחילים בדפים עם מספרים אי־זוגיים +spread_odd_label=מפתחים אי־זוגיים +spread_even.title=צירוף מפתחי עמודים שמתחילים בדפים עם מספרים זוגיים +spread_even_label=מפתחים זוגיים + +# Document properties dialog box +document_properties.title=מאפייני מסמך… +document_properties_label=מאפייני מסמך… +document_properties_file_name=שם קובץ: +document_properties_file_size=גודל הקובץ: +# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" +# will be replaced by the PDF file size in kilobytes, respectively in bytes. +document_properties_kb={{size_kb}} ק״ב ({{size_b}} בתים) +# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" +# will be replaced by the PDF file size in megabytes, respectively in bytes. +document_properties_mb={{size_mb}} מ״ב ({{size_b}} בתים) +document_properties_title=כותרת: +document_properties_author=מחבר: +document_properties_subject=נושא: +document_properties_keywords=מילות מפתח: +document_properties_creation_date=תאריך יצירה: +document_properties_modification_date=תאריך שינוי: +# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" +# will be replaced by the creation/modification date, and time, of the PDF file. +document_properties_date_string={{date}}, {{time}} +document_properties_creator=יוצר: +document_properties_producer=יצרן PDF: +document_properties_version=גרסת PDF: +document_properties_page_count=מספר דפים: +document_properties_page_size=גודל העמוד: +document_properties_page_size_unit_inches=אינ׳ +document_properties_page_size_unit_millimeters=מ״מ +document_properties_page_size_orientation_portrait=לאורך +document_properties_page_size_orientation_landscape=לרוחב +document_properties_page_size_name_a3=A3 +document_properties_page_size_name_a4=A4 +document_properties_page_size_name_letter=מכתב +document_properties_page_size_name_legal=דף משפטי +# LOCALIZATION NOTE (document_properties_page_size_dimension_string): +# "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement and orientation, of the (current) page. +document_properties_page_size_dimension_string={{width}} × {{height}} {{unit}} ({{orientation}}) +# LOCALIZATION NOTE (document_properties_page_size_dimension_name_string): +# "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement, name, and orientation, of the (current) page. +document_properties_page_size_dimension_name_string={{width}} × {{height}} {{unit}} ({{name}}, {{orientation}}) +# LOCALIZATION NOTE (document_properties_linearized): The linearization status of +# the document; usually called "Fast Web View" in English locales of Adobe software. +document_properties_linearized=תצוגת דף מהירה: +document_properties_linearized_yes=כן +document_properties_linearized_no=לא +document_properties_close=סגירה + +print_progress_message=מסמך בהכנה להדפסה… +# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by +# a numerical per cent value. +print_progress_percent={{progress}}% +print_progress_close=ביטול + +# Tooltips and alt text for side panel toolbar buttons +# (the _label strings are alt text for the buttons, the .title strings are +# tooltips) +toggle_sidebar.title=הצגה/הסתרה של סרגל הצד +toggle_sidebar_notification.title=החלפת תצוגת סרגל צד (מסמך שמכיל מתאר/צרופות) +toggle_sidebar_label=הצגה/הסתרה של סרגל הצד +document_outline.title=הצגת מתאר מסמך (לחיצה כפולה כדי להרחיב או לצמצם את כל הפריטים) +document_outline_label=מתאר מסמך +attachments.title=הצגת צרופות +attachments_label=צרופות +thumbs.title=הצגת תצוגה מקדימה +thumbs_label=תצוגה מקדימה +findbar.title=חיפוש במסמך +findbar_label=חיפוש + +# Thumbnails panel item (tooltip and alt text for images) +# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page +# number. +thumb_page_title=עמוד {{page}} +# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page +# number. +thumb_page_canvas=תצוגה מקדימה של עמוד {{page}} + +# Find panel button title and messages +find_input.title=חיפוש +find_input.placeholder=חיפוש במסמך… +find_previous.title=חיפוש מופע קודם של הביטוי +find_previous_label=קודם +find_next.title=חיפוש המופע הבא של הביטוי +find_next_label=הבא +find_highlight=הדגשת הכול +find_match_case_label=התאמת אותיות +find_entire_word_label=מילים שלמות +find_reached_top=הגיע לראש הדף, ממשיך מלמטה +find_reached_bottom=הגיע לסוף הדף, ממשיך מלמעלה +# LOCALIZATION NOTE (find_match_count): The supported plural forms are +# [one|two|few|many|other], with [other] as the default value. +# "{{current}}" and "{{total}}" will be replaced by a number representing the +# index of the currently active find result, respectively a number representing +# the total number of matches in the document. +find_match_count[one]=תוצאה {{current}} מתוך {{total}} +find_match_count[two]={{current}} מתוך {{total}} תוצאות +find_match_count[few]={{current}} מתוך {{total}} תוצאות +find_match_count[many]={{current}} מתוך {{total}} תוצאות +find_match_count[other]={{current}} מתוך {{total}} תוצאות +# LOCALIZATION NOTE (find_match_count_limit): The supported plural forms are +# [zero|one|two|few|many|other], with [other] as the default value. +# "{{limit}}" will be replaced by a numerical value. +find_match_count_limit[zero]=יותר מ־{{limit}} תוצאות +find_match_count_limit[one]=יותר מתוצאה אחת +find_match_count_limit[two]=יותר מ־{{limit}} תוצאות +find_match_count_limit[few]=יותר מ־{{limit}} תוצאות +find_match_count_limit[many]=יותר מ־{{limit}} תוצאות +find_match_count_limit[other]=יותר מ־{{limit}} תוצאות +find_not_found=ביטוי לא נמצא + +# Error panel labels +error_more_info=מידע נוסף +error_less_info=פחות מידע +error_close=סגירה +# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be +# replaced by the PDF.JS version and build ID. +error_version_info=PDF.js גרסה {{version}} (בנייה: {{build}}) +# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an +# english string describing the error. +error_message=הודעה: {{message}} +# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack +# trace. +error_stack=תוכן מחסנית: {{stack}} +# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename +error_file=קובץ: {{file}} +# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number +error_line=שורה: {{line}} +rendering_error=אירעה שגיאה בעת עיבוד הדף. + +# Predefined zoom values +page_scale_width=רוחב העמוד +page_scale_fit=התאמה לעמוד +page_scale_auto=מרחק מתצוגה אוטומטי +page_scale_actual=גודל אמתי +# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a +# numerical scale value. +page_scale_percent={{scale}}% + +# Loading indicator messages +loading_error_indicator=שגיאה +loading_error=אירעה שגיאה בעת טעינת ה־PDF. +invalid_file_error=קובץ PDF פגום או לא תקין. +missing_file_error=קובץ PDF חסר. +unexpected_response_error=תגובת שרת לא צפויה. + +# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. +# "{{type}}" will be replaced with an annotation type from a list defined in +# the PDF spec (32000-1:2008 Table 169 – Annotation types). +# Some common types are e.g.: "Check", "Text", "Comment", "Note" +text_annotation_type.alt=[הערת {{type}}] +password_label=נא להכניס את הססמה לפתיחת קובץ PDF זה. +password_invalid=ססמה שגויה. נא לנסות שנית. +password_ok=אישור +password_cancel=ביטול + +printing_not_supported=אזהרה: הדפסה אינה נתמכת במלואה בדפדפן זה. +printing_not_ready=אזהרה: ה־PDF לא ניתן לחלוטין עד מצב שמאפשר הדפסה. +web_fonts_disabled=גופני רשת מנוטרלים: לא ניתן להשתמש בגופני PDF מוטבעים. +document_colors_not_allowed=מסמכי PDF אינם מורשים להשתמש בצבעים משלהם: האפשרות „אפשר לעמודים לבחור צבעים משלהם” אינה פעילה בדפדפן. diff --git a/dzz/pdf/web/locale/hi-IN/index.htm b/dzz/pdf/web/locale/hi-IN/index.htm new file mode 100644 index 0000000..e69de29 diff --git a/dzz/pdf/web/locale/hi-IN/viewer.properties b/dzz/pdf/web/locale/hi-IN/viewer.properties new file mode 100644 index 0000000..1685606 --- /dev/null +++ b/dzz/pdf/web/locale/hi-IN/viewer.properties @@ -0,0 +1,214 @@ +# Copyright 2012 Mozilla Foundation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# Main toolbar buttons (tooltips and alt text for images) +previous.title=पिछला पृष्ठ +previous_label=पिछला +next.title=अगला पृष्ठ +next_label=आगे + +# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input. +page.title=पृष्ठ: +# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number +# representing the total number of pages in the document. +of_pages={{pagesCount}} का +# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" +# will be replaced by a number representing the currently visible page, +# respectively a number representing the total number of pages in the document. +page_of_pages=({{pageNumber}} of {{pagesCount}}) + +zoom_out.title=\u0020छोटा करें +zoom_out_label=\u0020छोटा करें +zoom_in.title=बड़ा करें +zoom_in_label=बड़ा करें +zoom.title=बड़ा-छोटा करें +presentation_mode.title=प्रस्तुति अवस्था में जाएँ +presentation_mode_label=\u0020प्रस्तुति अवस्था +open_file.title=फ़ाइल खोलें +open_file_label=\u0020खोलें +print.title=छापें +print_label=\u0020छापें +download.title=डाउनलोड +download_label=डाउनलोड +bookmark.title=मौजूदा दृश्य (नए विंडो में नक़ल लें या खोलें) +bookmark_label=\u0020मौजूदा दृश्य + +# Secondary toolbar and context menu +tools.title=औज़ार +tools_label=औज़ार +first_page.title=प्रथम पृष्ठ पर जाएँ +first_page.label=\u0020प्रथम पृष्ठ पर जाएँ +first_page_label=प्रथम पृष्ठ पर जाएँ +last_page.title=अंतिम पृष्ठ पर जाएँ +last_page.label=\u0020अंतिम पृष्ठ पर जाएँ +last_page_label=\u0020अंतिम पृष्ठ पर जाएँ +page_rotate_cw.title=घड़ी की दिशा में घुमाएँ +page_rotate_cw.label=घड़ी की दिशा में घुमाएँ +page_rotate_cw_label=घड़ी की दिशा में घुमाएँ +page_rotate_ccw.title=घड़ी की दिशा से उल्टा घुमाएँ +page_rotate_ccw.label=घड़ी की दिशा से उल्टा घुमाएँ +page_rotate_ccw_label=\u0020घड़ी की दिशा से उल्टा घुमाएँ + +cursor_text_select_tool.title=पाठ चयन उपकरण सक्षम करें +cursor_text_select_tool_label=पाठ चयन उपकरण +cursor_hand_tool.title=हस्त उपकरण सक्षम करें +cursor_hand_tool_label=हस्त उपकरण + +scroll_vertical.title=लंबवत स्क्रॉलिंग का उपयोग करें +scroll_vertical_label=लंबवत स्क्रॉलिंग +scroll_horizontal.title=क्षितिजिय स्क्रॉलिंग का उपयोग करें +scroll_horizontal_label=क्षितिजिय स्क्रॉलिंग +scroll_wrapped.title=व्राप्पेड स्क्रॉलिंग का उपयोग करें + +spread_none_label=कोई स्प्रेड उपलब्ध नहीं + +# Document properties dialog box +document_properties.title=दस्तावेज़ विशेषता... +document_properties_label=दस्तावेज़ विशेषता... +document_properties_file_name=फ़ाइल नाम: +document_properties_file_size=फाइल आकारः +# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" +# will be replaced by the PDF file size in kilobytes, respectively in bytes. +document_properties_kb={{size_kb}} KB ({{size_b}} bytes) +# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" +# will be replaced by the PDF file size in megabytes, respectively in bytes. +document_properties_mb={{size_mb}} MB ({{size_b}} bytes) +document_properties_title=शीर्षक: +document_properties_author=लेखकः +document_properties_subject=विषय: +document_properties_keywords=कुंजी-शब्द: +document_properties_creation_date=निर्माण दिनांक: +document_properties_modification_date=संशोधन दिनांक: +# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" +# will be replaced by the creation/modification date, and time, of the PDF file. +document_properties_date_string={{date}}, {{time}} +document_properties_creator=निर्माता: +document_properties_producer=PDF उत्पादक: +document_properties_version=PDF संस्करण: +document_properties_page_count=पृष्ठ गिनती: +document_properties_page_size=पृष्ठ आकार: +document_properties_page_size_unit_inches=इंच +document_properties_page_size_unit_millimeters=mm +document_properties_page_size_orientation_portrait=पोर्ट्रेट +document_properties_page_size_orientation_landscape=लैंडस्केप +document_properties_page_size_name_a3=A3 +document_properties_page_size_name_a4=A4 +document_properties_page_size_name_letter=लेटर +document_properties_page_size_name_legal=लीगल +# LOCALIZATION NOTE (document_properties_page_size_dimension_string): +# "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement and orientation, of the (current) page. +document_properties_page_size_dimension_string={{width}} × {{height}} {{unit}} ({{orientation}}) +# LOCALIZATION NOTE (document_properties_page_size_dimension_name_string): +# "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement, name, and orientation, of the (current) page. +document_properties_page_size_dimension_name_string={{width}} × {{height}} {{unit}} ({{name}}, {{orientation}}) +# LOCALIZATION NOTE (document_properties_linearized): The linearization status of +# the document; usually called "Fast Web View" in English locales of Adobe software. +document_properties_linearized=तीव्र वेब व्यू: +document_properties_linearized_yes=हाँ +document_properties_linearized_no=नहीं +document_properties_close=बंद करें + +print_progress_message=छपाई के लिए दस्तावेज़ को तैयार किया जा रहा है... +# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by +# a numerical per cent value. +print_progress_percent={{progress}}% +print_progress_close=रद्द करें + +# Tooltips and alt text for side panel toolbar buttons +# (the _label strings are alt text for the buttons, the .title strings are +# tooltips) +toggle_sidebar.title=\u0020स्लाइडर टॉगल करें +toggle_sidebar_notification.title=साइडबार टॉगल करें (दस्तावेज़ में रूपरेखा शामिल है/attachments) +toggle_sidebar_label=स्लाइडर टॉगल करें +document_outline.title=दस्तावेज़ की रूपरेखा दिखाइए (सारी वस्तुओं को फलने अथवा समेटने के लिए दो बार क्लिक करें) +document_outline_label=दस्तावेज़ आउटलाइन +attachments.title=संलग्नक दिखायें +attachments_label=संलग्नक +thumbs.title=लघुछवियाँ दिखाएँ +thumbs_label=लघु छवि +findbar.title=\u0020दस्तावेज़ में ढूँढ़ें +findbar_label=ढूँढें + +# Thumbnails panel item (tooltip and alt text for images) +# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page +# number. +thumb_page_title=पृष्ठ {{page}} +# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page +# number. +thumb_page_canvas=पृष्ठ {{page}} की लघु-छवि + +# Find panel button title and messages +find_input.title=ढूँढें +find_input.placeholder=दस्तावेज़ में खोजें... +find_previous.title=वाक्यांश की पिछली उपस्थिति ढूँढ़ें +find_previous_label=पिछला +find_next.title=वाक्यांश की अगली उपस्थिति ढूँढ़ें +find_next_label=आगे +find_highlight=\u0020सभी आलोकित करें +find_match_case_label=मिलान स्थिति +find_reached_top=पृष्ठ के ऊपर पहुंच गया, नीचे से जारी रखें +find_reached_bottom=पृष्ठ के नीचे में जा पहुँचा, ऊपर से जारी +find_not_found=वाक्यांश नहीं मिला + +# Error panel labels +error_more_info=अधिक सूचना +error_less_info=कम सूचना +error_close=बंद करें +# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be +# replaced by the PDF.JS version and build ID. +error_version_info=PDF.js v{{version}} (build: {{build}}) +# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an +# english string describing the error. +error_message=\u0020संदेश: {{message}} +# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack +# trace. +error_stack=स्टैक: {{stack}} +# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename +error_file=फ़ाइल: {{file}} +# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number +error_line=पंक्ति: {{line}} +rendering_error=पृष्ठ रेंडरिंग के दौरान त्रुटि आई. + +# Predefined zoom values +page_scale_width=\u0020पृष्ठ चौड़ाई +page_scale_fit=पृष्ठ फिट +page_scale_auto=स्वचालित जूम +page_scale_actual=वास्तविक आकार +# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a +# numerical scale value. +page_scale_percent={{scale}}% + +# Loading indicator messages +loading_error_indicator=त्रुटि +loading_error=PDF लोड करते समय एक त्रुटि हुई. +invalid_file_error=अमान्य या भ्रष्ट PDF फ़ाइल. +missing_file_error=\u0020अनुपस्थित PDF फ़ाइल. +unexpected_response_error=अप्रत्याशित सर्वर प्रतिक्रिया. + +# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. +# "{{type}}" will be replaced with an annotation type from a list defined in +# the PDF spec (32000-1:2008 Table 169 – Annotation types). +# Some common types are e.g.: "Check", "Text", "Comment", "Note" +text_annotation_type.alt=\u0020[{{type}} Annotation] +password_label=इस PDF फ़ाइल को खोलने के लिए कृपया कूटशब्द भरें. +password_invalid=अवैध कूटशब्द, कृपया फिर कोशिश करें. +password_ok=OK +password_cancel=रद्द करें + +printing_not_supported=चेतावनी: इस ब्राउज़र पर छपाई पूरी तरह से समर्थित नहीं है. +printing_not_ready=चेतावनी: PDF छपाई के लिए पूरी तरह से लोड नहीं है. +web_fonts_disabled=वेब फॉन्ट्स निष्क्रिय हैं: अंतःस्थापित PDF फॉन्टस के उपयोग में असमर्थ. +document_colors_not_allowed=PDF दस्तावेज़ उनके अपने रंग को उपयोग करने के लिए अनुमति प्राप्त नहीं है: "पृष्ठों को उनके अपने रंग को चुनने के लिए स्वीकृति दें" कि वह उस ब्राउज़र में निष्क्रिय है. diff --git a/dzz/pdf/web/locale/hr/index.htm b/dzz/pdf/web/locale/hr/index.htm new file mode 100644 index 0000000..e69de29 diff --git a/dzz/pdf/web/locale/hr/viewer.properties b/dzz/pdf/web/locale/hr/viewer.properties new file mode 100644 index 0000000..ca39552 --- /dev/null +++ b/dzz/pdf/web/locale/hr/viewer.properties @@ -0,0 +1,184 @@ +# Copyright 2012 Mozilla Foundation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# Main toolbar buttons (tooltips and alt text for images) +previous.title=Prethodna stranica +previous_label=Prethodna +next.title=Sljedeća stranica +next_label=Sljedeća + +# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input. +page.title=Stranica +# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number +# representing the total number of pages in the document. +of_pages=od {{pagesCount}} +# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" +# will be replaced by a number representing the currently visible page, +# respectively a number representing the total number of pages in the document. +page_of_pages=({{pageNumber}} od {{pagesCount}}) + +zoom_out.title=Uvećaj +zoom_out_label=Smanji +zoom_in.title=Uvećaj +zoom_in_label=Smanji +zoom.title=Uvećanje +presentation_mode.title=Prebaci u prezentacijski način rada +presentation_mode_label=Prezentacijski način rada +open_file.title=Otvori datoteku +open_file_label=Otvori +print.title=Ispis +print_label=Ispis +download.title=Preuzmi +download_label=Preuzmi +bookmark.title=Trenutni prikaz (kopiraj ili otvori u novom prozoru) +bookmark_label=Trenutni prikaz + +# Secondary toolbar and context menu +tools.title=Alati +tools_label=Alati +first_page.title=Idi na prvu stranicu +first_page.label=Idi na prvu stranicu +first_page_label=Idi na prvu stranicu +last_page.title=Idi na posljednju stranicu +last_page.label=Idi na posljednju stranicu +last_page_label=Idi na posljednju stranicu +page_rotate_cw.title=Rotiraj u smjeru kazaljke na satu +page_rotate_cw.label=Rotiraj u smjeru kazaljke na satu +page_rotate_cw_label=Rotiraj u smjeru kazaljke na satu +page_rotate_ccw.title=Rotiraj obrnutno od smjera kazaljke na satu +page_rotate_ccw.label=Rotiraj obrnutno od smjera kazaljke na satu +page_rotate_ccw_label=Rotiraj obrnutno od smjera kazaljke na satu + +cursor_text_select_tool.title=Omogući alat za označavanje teksta +cursor_text_select_tool_label=Alat za označavanje teksta +cursor_hand_tool.title=Omogući ručni alat +cursor_hand_tool_label=Ručni alat + +# Document properties dialog box +document_properties.title=Svojstva dokumenta... +document_properties_label=Svojstva dokumenta... +document_properties_file_name=Naziv datoteke: +document_properties_file_size=Veličina datoteke: +# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" +# will be replaced by the PDF file size in kilobytes, respectively in bytes. +document_properties_kb={{size_kb}} KB ({{size_b}} bajtova) +# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" +# will be replaced by the PDF file size in megabytes, respectively in bytes. +document_properties_mb={{size_mb}} MB ({{size_b}} bajtova) +document_properties_title=Naslov: +document_properties_author=Autor: +document_properties_subject=Predmet: +document_properties_keywords=Ključne riječi: +document_properties_creation_date=Datum stvaranja: +document_properties_modification_date=Datum promjene: +# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" +# will be replaced by the creation/modification date, and time, of the PDF file. +document_properties_date_string={{date}}, {{time}} +document_properties_creator=Stvaratelj: +document_properties_producer=PDF stvaratelj: +document_properties_version=PDF inačica: +document_properties_page_count=Broj stranica: +document_properties_close=Zatvori + +print_progress_message=Pripremanje dokumenta za ispis… +# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by +# a numerical per cent value. +print_progress_percent={{progress}}% +print_progress_close=Odustani + +# Tooltips and alt text for side panel toolbar buttons +# (the _label strings are alt text for the buttons, the .title strings are +# tooltips) +toggle_sidebar.title=Prikaži/sakrij bočnu traku +toggle_sidebar_notification.title=Prikazivanje i sklanjanje bočne trake (dokument sadrži konturu/privitke) +toggle_sidebar_label=Prikaži/sakrij bočnu traku +document_outline.title=Prikaži obris dokumenta (dvostruki klik za proširivanje/skupljanje svih stavki) +document_outline_label=Obris dokumenta +attachments.title=Prikaži privitke +attachments_label=Privitci +thumbs.title=Prikaži sličice +thumbs_label=Sličice +findbar.title=Traži u dokumentu +findbar_label=Traži + +# Thumbnails panel item (tooltip and alt text for images) +# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page +# number. +thumb_page_title=Stranica {{page}} +# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page +# number. +thumb_page_canvas=Sličica stranice {{page}} + +# Find panel button title and messages +find_input.title=Traži +find_input.placeholder=Traži u dokumentu… +find_previous.title=Pronađi prethodno javljanje ovog izraza +find_previous_label=Prethodno +find_next.title=Pronađi iduće javljanje ovog izraza +find_next_label=Sljedeće +find_highlight=Istankni sve +find_match_case_label=Slučaj podudaranja +find_reached_top=Dosegnut vrh dokumenta, nastavak od dna +find_reached_bottom=Dosegnut vrh dokumenta, nastavak od vrha +find_not_found=Izraz nije pronađen + +# Error panel labels +error_more_info=Više informacija +error_less_info=Manje informacija +error_close=Zatvori +# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be +# replaced by the PDF.JS version and build ID. +error_version_info=PDF.js v{{version}} (build: {{build}}) +# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an +# english string describing the error. +error_message=Poruka: {{message}} +# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack +# trace. +error_stack=Stog: {{stack}} +# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename +error_file=Datoteka: {{file}} +# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number +error_line=Redak: {{line}} +rendering_error=Došlo je do greške prilikom iscrtavanja stranice. + +# Predefined zoom values +page_scale_width=Širina stranice +page_scale_fit=Pristajanje stranici +page_scale_auto=Automatsko uvećanje +page_scale_actual=Prava veličina +# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a +# numerical scale value. +page_scale_percent={{scale}}% + +# Loading indicator messages +loading_error_indicator=Greška +loading_error=Došlo je do greške pri učitavanju PDF-a. +invalid_file_error=Kriva ili oštećena PDF datoteka. +missing_file_error=Nedostaje PDF datoteka. +unexpected_response_error=Neočekivani odgovor poslužitelja. + +# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. +# "{{type}}" will be replaced with an annotation type from a list defined in +# the PDF spec (32000-1:2008 Table 169 – Annotation types). +# Some common types are e.g.: "Check", "Text", "Comment", "Note" +text_annotation_type.alt=[{{type}} Bilješka] +password_label=Upišite lozinku da biste otvorili ovu PDF datoteku. +password_invalid=Neispravna lozinka. Pokušajte ponovo. +password_ok=U redu +password_cancel=Odustani + +printing_not_supported=Upozorenje: Ispisivanje nije potpuno podržano u ovom pregledniku. +printing_not_ready=Upozorenje: PDF nije u potpunosti učitan za ispis. +web_fonts_disabled=Web fontovi su onemogućeni: nije moguće koristiti umetnute PDF fontove. +document_colors_not_allowed=PDF dokumenti nemaju dopuštene koristiti vlastite boje: opcija 'Dopusti stranicama da koriste vlastite boje' je deaktivirana. diff --git a/dzz/pdf/web/locale/hsb/index.htm b/dzz/pdf/web/locale/hsb/index.htm new file mode 100644 index 0000000..e69de29 diff --git a/dzz/pdf/web/locale/hsb/viewer.properties b/dzz/pdf/web/locale/hsb/viewer.properties new file mode 100644 index 0000000..679ef59 --- /dev/null +++ b/dzz/pdf/web/locale/hsb/viewer.properties @@ -0,0 +1,242 @@ +# Copyright 2012 Mozilla Foundation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# Main toolbar buttons (tooltips and alt text for images) +previous.title=Předchadna strona +previous_label=Wróćo +next.title=Přichodna strona +next_label=Dale + +# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input. +page.title=Strona +# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number +# representing the total number of pages in the document. +of_pages=z {{pagesCount}} +# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" +# will be replaced by a number representing the currently visible page, +# respectively a number representing the total number of pages in the document. +page_of_pages=({{pageNumber}} z {{pagesCount}}) + +zoom_out.title=Pomjeńšić +zoom_out_label=Pomjeńšić +zoom_in.title=Powjetšić +zoom_in_label=Powjetšić +zoom.title=Skalowanje +presentation_mode.title=Do prezentaciskeho modusa přeńć +presentation_mode_label=Prezentaciski modus +open_file.title=Dataju wočinić +open_file_label=Wočinić +print.title=Ćišćeć +print_label=Ćišćeć +download.title=Sćahnyć +download_label=Sćahnyć +bookmark.title=Aktualny napohlad (kopěrować abo w nowym woknje wočinić) +bookmark_label=Aktualny napohlad + +# Secondary toolbar and context menu +tools.title=Nastroje +tools_label=Nastroje +first_page.title=K prěnjej stronje +first_page.label=K prěnjej stronje +first_page_label=K prěnjej stronje +last_page.title=K poslednjej stronje +last_page.label=K poslednjej stronje +last_page_label=K poslednjej stronje +page_rotate_cw.title=K směrej časnika wjerćeć +page_rotate_cw.label=K směrej časnika wjerćeć +page_rotate_cw_label=K směrej časnika wjerćeć +page_rotate_ccw.title=Přećiwo směrej časnika wjerćeć +page_rotate_ccw.label=Přećiwo směrej časnika wjerćeć +page_rotate_ccw_label=Přećiwo směrej časnika wjerćeć + +cursor_text_select_tool.title=Nastroj za wuběranje teksta zmóžnić +cursor_text_select_tool_label=Nastroj za wuběranje teksta +cursor_hand_tool.title=Ručny nastroj zmóžnić +cursor_hand_tool_label=Ručny nastroj + +scroll_vertical.title=Wertikalne suwanje wužiwać +scroll_vertical_label=Wertikalnje suwanje +scroll_horizontal.title=Horicontalne suwanje wužiwać +scroll_horizontal_label=Horicontalne suwanje +scroll_wrapped.title=Postupne suwanje wužiwać +scroll_wrapped_label=Postupne suwanje + +spread_none.title=Strony njezwjazać +spread_none_label=Žana dwójna strona +spread_odd.title=Strony započinajo z njerunymi stronami zwjazać +spread_odd_label=Njerune strony +spread_even.title=Strony započinajo z runymi stronami zwjazać +spread_even_label=Rune strony + +# Document properties dialog box +document_properties.title=Dokumentowe kajkosće… +document_properties_label=Dokumentowe kajkosće… +document_properties_file_name=Mjeno dataje: +document_properties_file_size=Wulkosć dataje: +# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" +# will be replaced by the PDF file size in kilobytes, respectively in bytes. +document_properties_kb={{size_kb}} KB ({{size_b}} bajtow) +# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" +# will be replaced by the PDF file size in megabytes, respectively in bytes. +document_properties_mb={{size_mb}} MB ({{size_b}} bajtow) +document_properties_title=Titul: +document_properties_author=Awtor: +document_properties_subject=Předmjet: +document_properties_keywords=Klučowe słowa: +document_properties_creation_date=Datum wutworjenja: +document_properties_modification_date=Datum změny: +# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" +# will be replaced by the creation/modification date, and time, of the PDF file. +document_properties_date_string={{date}}, {{time}} +document_properties_creator=Awtor: +document_properties_producer=PDF-zhotowjer: +document_properties_version=PDF-wersija: +document_properties_page_count=Ličba stronow: +document_properties_page_size=Wulkosć strony: +document_properties_page_size_unit_inches=cól +document_properties_page_size_unit_millimeters=mm +document_properties_page_size_orientation_portrait=wysoki format +document_properties_page_size_orientation_landscape=prěčny format +document_properties_page_size_name_a3=A3 +document_properties_page_size_name_a4=A4 +document_properties_page_size_name_letter=Letter +document_properties_page_size_name_legal=Legal +# LOCALIZATION NOTE (document_properties_page_size_dimension_string): +# "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement and orientation, of the (current) page. +document_properties_page_size_dimension_string={{width}} × {{height}} {{unit}} ({{orientation}}) +# LOCALIZATION NOTE (document_properties_page_size_dimension_name_string): +# "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement, name, and orientation, of the (current) page. +document_properties_page_size_dimension_name_string={{width}} × {{height}} {{unit}} ({{name}}, {{orientation}}) +# LOCALIZATION NOTE (document_properties_linearized): The linearization status of +# the document; usually called "Fast Web View" in English locales of Adobe software. +document_properties_linearized=Fast Web View: +document_properties_linearized_yes=Haj +document_properties_linearized_no=Ně +document_properties_close=Začinić + +print_progress_message=Dokument so za ćišćenje přihotuje… +# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by +# a numerical per cent value. +print_progress_percent={{progress}}% +print_progress_close=Přetorhnyć + +# Tooltips and alt text for side panel toolbar buttons +# (the _label strings are alt text for the buttons, the .title strings are +# tooltips) +toggle_sidebar.title=Bóčnicu pokazać/schować +toggle_sidebar_notification.title=Bóčnicu přepinać (dokument wobsahuje wobrys/přiwěški) +toggle_sidebar_label=Bóčnicu pokazać/schować +document_outline.title=Dokumentowy naćisk pokazać (dwójne kliknjenje, zo bychu so wšě zapiski pokazali/schowali) +document_outline_label=Dokumentowa struktura +attachments.title=Přiwěški pokazać +attachments_label=Přiwěški +thumbs.title=Miniatury pokazać +thumbs_label=Miniatury +findbar.title=W dokumenće pytać +findbar_label=Pytać + +# Thumbnails panel item (tooltip and alt text for images) +# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page +# number. +thumb_page_title=Strona {{page}} +# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page +# number. +thumb_page_canvas=Miniatura strony {{page}} + +# Find panel button title and messages +find_input.title=Pytać +find_input.placeholder=W dokumenće pytać… +find_previous.title=Předchadne wustupowanje pytanskeho wuraza pytać +find_previous_label=Wróćo +find_next.title=Přichodne wustupowanje pytanskeho wuraza pytać +find_next_label=Dale +find_highlight=Wšě wuzběhnyć +find_match_case_label=Wulkopisanje wobkedźbować +find_entire_word_label=Cyłe słowa +find_reached_top=Spočatk dokumenta docpěty, pokročuje so z kóncom +find_reached_bottom=Kónc dokument docpěty, pokročuje so ze spočatkom +# LOCALIZATION NOTE (find_match_count): The supported plural forms are +# [one|two|few|many|other], with [other] as the default value. +# "{{current}}" and "{{total}}" will be replaced by a number representing the +# index of the currently active find result, respectively a number representing +# the total number of matches in the document. +find_match_count={[ plural(total) ]} +find_match_count[one]={{current}} z {{total}} wotpowědnika +find_match_count[two]={{current}} z {{total}} wotpowědnikow +find_match_count[few]={{current}} z {{total}} wotpowědnikow +find_match_count[many]={{current}} z {{total}} wotpowědnikow +find_match_count[other]={{current}} z {{total}} wotpowědnikow +# LOCALIZATION NOTE (find_match_count_limit): The supported plural forms are +# [zero|one|two|few|many|other], with [other] as the default value. +# "{{limit}}" will be replaced by a numerical value. +find_match_count_limit={[ plural(limit) ]} +find_match_count_limit[zero]=Wjace hač {{limit}} wotpowědnikow +find_match_count_limit[one]=Wjace hač {{limit}} wotpowědnik +find_match_count_limit[two]=Wjace hač {{limit}} wotpowědnikaj +find_match_count_limit[few]=Wjace hač {{limit}} wotpowědniki +find_match_count_limit[many]=Wjace hač {{limit}} wotpowědnikow +find_match_count_limit[other]=Wjace hač {{limit}} wotpowědnikow +find_not_found=Pytanski wuraz njeje so namakał + +# Error panel labels +error_more_info=Wjace informacijow +error_less_info=Mjenje informacijow +error_close=Začinić +# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be +# replaced by the PDF.JS version and build ID. +error_version_info=PDF.js v{{version}} (build: {{build}}) +# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an +# english string describing the error. +error_message=Zdźělenka: {{message}} +# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack +# trace. +error_stack=Lisćina zawołanjow: {{stack}} +# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename +error_file=Dataja: {{file}} +# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number +error_line=Linka: {{line}} +rendering_error=Při zwobraznjenju strony je zmylk wustupił. + +# Predefined zoom values +page_scale_width=Šěrokosć strony +page_scale_fit=Wulkosć strony +page_scale_auto=Awtomatiske skalowanje +page_scale_actual=Aktualna wulkosć +# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a +# numerical scale value. +page_scale_percent={{scale}}% + +# Loading indicator messages +loading_error_indicator=Zmylk +loading_error=Při začitowanju PDF je zmylk wustupił. +invalid_file_error=Njepłaćiwa abo wobškodźena PDF-dataja. +missing_file_error=Falowaca PDF-dataja. +unexpected_response_error=Njewočakowana serwerowa wotmołwa. + +# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. +# "{{type}}" will be replaced with an annotation type from a list defined in +# the PDF spec (32000-1:2008 Table 169 – Annotation types). +# Some common types are e.g.: "Check", "Text", "Comment", "Note" +text_annotation_type.alt=[Typ přispomnjenki: {{type}}] +password_label=Zapodajće hesło, zo byšće PDF-dataju wočinił. +password_invalid=Njepłaćiwe hesło. Prošu spytajće hišće raz. +password_ok=W porjadku +password_cancel=Přetorhnyć + +printing_not_supported=Warnowanje: Ćišćenje so přez tutón wobhladowak połnje njepodpěruje. +printing_not_ready=Warnowanje: PDF njeje so za ćišćenje dospołnje začitał. +web_fonts_disabled=Webpisma su znjemóžnjene: njeje móžno, zasadźene PDF-pisma wužiwać. +document_colors_not_allowed=PDF-dokumenty njesmědźa swoje barby wužiwać: 'Stronam dowolić, swoje barby wužiwać' je we wobhladowaku znjemóžnjene. diff --git a/dzz/pdf/web/locale/hto/index.htm b/dzz/pdf/web/locale/hto/index.htm new file mode 100644 index 0000000..e69de29 diff --git a/dzz/pdf/web/locale/hto/viewer.properties b/dzz/pdf/web/locale/hto/viewer.properties new file mode 100644 index 0000000..ed984ea --- /dev/null +++ b/dzz/pdf/web/locale/hto/viewer.properties @@ -0,0 +1,127 @@ +# Copyright 2012 Mozilla Foundation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# Main toolbar buttons (tooltips and alt text for images) + +# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input. +# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number +# representing the total number of pages in the document. +# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" +# will be replaced by a number representing the currently visible page, +# respectively a number representing the total number of pages in the document. + +open_file_label=Tuide +print.title=Rábe fɨnoraɨma +print_label=Rábe fɨnoraɨma +download.title=Yúnua +download_label=Yúnua +bookmark.title=Bírui éroika (kómue éroirafo tuño fakayena) +bookmark_label=Bírui éroika + +# Secondary toolbar and context menu +tools.title=Ránɨaɨ táɨjɨyena +tools_label=Ránɨaɨ táɨjɨyena +first_page.title=Nano fueñe rabemo jaíri +first_page.label=Nano fueñe rabemo jaíri +first_page_label=Nano fueñe rabemo jaíri +last_page.title=Ɨ́kóɨ fueñe rabemo jaíri +last_page.label=Ɨ́kóɨ fueñe rabemo jaíri +last_page_label=Ɨ́kóɨ fueñe rabemo jaíri +page_rotate_cw.title=Nabene jɨrekai +page_rotate_cw.label=Nabene jɨrekai +page_rotate_cw_label=Nabene jɨrekai +page_rotate_ccw.title=Jarɨ́fene jirekaɨ +page_rotate_ccw.label=Jarɨ́fene jirekaɨ +page_rotate_ccw_label=Jarɨ́fene jirekaɨ + + +# Document properties dialog box +document_properties_file_name=Ráanɨ mamékɨ: +document_properties_file_size=Ráanɨ dɨeze: +# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" +# will be replaced by the PDF file size in kilobytes, respectively in bytes. +document_properties_kb={{size_kb}} KB ({{size_b}} bytes) +# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" +# will be replaced by the PDF file size in megabytes, respectively in bytes. +document_properties_mb={{size_mb}} MB ({{size_b}} bytes) +document_properties_title=Kúega mámekɨ: +document_properties_author=Fɨnokamɨe: +document_properties_subject=Mɨnɨka: +# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" +# will be replaced by the creation/modification date, and time, of the PDF file. +document_properties_date_string={{date}}, {{time}} +document_properties_creator=Fɨnoraɨma: +document_properties_version=Yóga ráfue PDF: +document_properties_close=Ɨ́baide + +# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by +# a numerical per cent value. + +# Tooltips and alt text for side panel toolbar buttons +# (the _label strings are alt text for the buttons, the .title strings are +# tooltips) +attachments.title=Dájemo jónega akatairi +attachments_label=Dano jónega +thumbs.title=Dúe íya akatairi +thumbs_label=Dúe íya + +# Thumbnails panel item (tooltip and alt text for images) +# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page +# number. +thumb_page_title=Rabe {{page}} +# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page +# number. +thumb_page_canvas=Dúe íya rabe {{page}} + +# Find panel button title and messages +find_previous_label=Jɨáɨkena\u0020 +find_next_label=Báɨfene +find_highlight=Nana rɨgɨno +find_not_found=Daɨna báñeiga + +# Error panel labels +error_more_info=Jamano ráfue +error_less_info=Dúe ráfue +error_close=Ɨ́bai +# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be +# replaced by the PDF.JS version and build ID. +error_version_info=PDF.js v{{version}} (build: {{build}}) +# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an +# english string describing the error. +error_message=Úaina: {{message}} +# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack +# trace. +error_stack=Pila: {{stack}} +# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename +error_file=Jónia ráa: {{file}} +# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number +error_line=Ida: {{line}} + +# Predefined zoom values +page_scale_auto=Zoom dama fɨnode +page_scale_actual=Bírui dɨeze +# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a +# numerical scale value. +page_scale_percent={{scale}}% + +# Loading indicator messages +loading_error_indicator=Fɨgòñede + +# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. +# "{{type}}" will be replaced with an annotation type from a list defined in +# the PDF spec (32000-1:2008 Table 169 – Annotation types). +# Some common types are e.g.: "Check", "Text", "Comment", "Note" +text_annotation_type.alt=[{{type}} baítade] +password_ok=Jɨɨ + diff --git a/dzz/pdf/web/locale/hu/index.htm b/dzz/pdf/web/locale/hu/index.htm new file mode 100644 index 0000000..e69de29 diff --git a/dzz/pdf/web/locale/hu/viewer.properties b/dzz/pdf/web/locale/hu/viewer.properties new file mode 100644 index 0000000..fbe6531 --- /dev/null +++ b/dzz/pdf/web/locale/hu/viewer.properties @@ -0,0 +1,242 @@ +# Copyright 2012 Mozilla Foundation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# Main toolbar buttons (tooltips and alt text for images) +previous.title=Előző oldal +previous_label=Előző +next.title=Következő oldal +next_label=Tovább + +# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input. +page.title=Oldal +# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number +# representing the total number of pages in the document. +of_pages=összesen: {{pagesCount}} +# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" +# will be replaced by a number representing the currently visible page, +# respectively a number representing the total number of pages in the document. +page_of_pages=({{pageNumber}} / {{pagesCount}}) + +zoom_out.title=Kicsinyítés +zoom_out_label=Kicsinyítés +zoom_in.title=Nagyítás +zoom_in_label=Nagyítás +zoom.title=Nagyítás +presentation_mode.title=Váltás bemutató módba +presentation_mode_label=Bemutató mód +open_file.title=Fájl megnyitása +open_file_label=Megnyitás +print.title=Nyomtatás +print_label=Nyomtatás +download.title=Letöltés +download_label=Letöltés +bookmark.title=Jelenlegi nézet (másolás vagy megnyitás új ablakban) +bookmark_label=Aktuális nézet + +# Secondary toolbar and context menu +tools.title=Eszközök +tools_label=Eszközök +first_page.title=Ugrás az első oldalra +first_page.label=Ugrás az első oldalra +first_page_label=Ugrás az első oldalra +last_page.title=Ugrás az utolsó oldalra +last_page.label=Ugrás az utolsó oldalra +last_page_label=Ugrás az utolsó oldalra +page_rotate_cw.title=Forgatás az óramutató járásával egyezően +page_rotate_cw.label=Forgatás az óramutató járásával egyezően +page_rotate_cw_label=Forgatás az óramutató járásával egyezően +page_rotate_ccw.title=Forgatás az óramutató járásával ellentétesen +page_rotate_ccw.label=Forgatás az óramutató járásával ellentétesen +page_rotate_ccw_label=Forgatás az óramutató járásával ellentétesen + +cursor_text_select_tool.title=Szövegkijelölő eszköz bekapcsolása +cursor_text_select_tool_label=Szövegkijelölő eszköz +cursor_hand_tool.title=Kéz eszköz bekapcsolása +cursor_hand_tool_label=Kéz eszköz + +scroll_vertical.title=Függőleges görgetés használata +scroll_vertical_label=Függőleges görgetés +scroll_horizontal.title=Vízszintes görgetés használata +scroll_horizontal_label=Vízszintes görgetés +scroll_wrapped.title=Rácsos elrendezés használata +scroll_wrapped_label=Rácsos elrendezés + +spread_none.title=Ne tapassza össze az oldalakat +spread_none_label=Nincs összetapasztás +spread_odd.title=Lapok összetapasztása, a páratlan számú oldalakkal kezdve +spread_odd_label=Összetapasztás: páratlan +spread_even.title=Lapok összetapasztása, a páros számú oldalakkal kezdve +spread_even_label=Összetapasztás: páros + +# Document properties dialog box +document_properties.title=Dokumentum tulajdonságai… +document_properties_label=Dokumentum tulajdonságai… +document_properties_file_name=Fájlnév: +document_properties_file_size=Fájlméret: +# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" +# will be replaced by the PDF file size in kilobytes, respectively in bytes. +document_properties_kb={{size_kb}} KB ({{size_b}} bájt) +# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" +# will be replaced by the PDF file size in megabytes, respectively in bytes. +document_properties_mb={{size_mb}} MB ({{size_b}} bájt) +document_properties_title=Cím: +document_properties_author=Szerző: +document_properties_subject=Tárgy: +document_properties_keywords=Kulcsszavak: +document_properties_creation_date=Létrehozás dátuma: +document_properties_modification_date=Módosítás dátuma: +# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" +# will be replaced by the creation/modification date, and time, of the PDF file. +document_properties_date_string={{date}}, {{time}} +document_properties_creator=Létrehozta: +document_properties_producer=PDF előállító: +document_properties_version=PDF verzió: +document_properties_page_count=Oldalszám: +document_properties_page_size=Lapméret: +document_properties_page_size_unit_inches=in +document_properties_page_size_unit_millimeters=mm +document_properties_page_size_orientation_portrait=álló +document_properties_page_size_orientation_landscape=fekvő +document_properties_page_size_name_a3=A3 +document_properties_page_size_name_a4=A4 +document_properties_page_size_name_letter=Letter +document_properties_page_size_name_legal=Legal +# LOCALIZATION NOTE (document_properties_page_size_dimension_string): +# "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement and orientation, of the (current) page. +document_properties_page_size_dimension_string={{width}} × {{height}} {{unit}} ({{orientation}}) +# LOCALIZATION NOTE (document_properties_page_size_dimension_name_string): +# "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement, name, and orientation, of the (current) page. +document_properties_page_size_dimension_name_string={{width}} × {{height}} {{unit}} ({{name}}, {{orientation}}) +# LOCALIZATION NOTE (document_properties_linearized): The linearization status of +# the document; usually called "Fast Web View" in English locales of Adobe software. +document_properties_linearized=Gyors webes nézet: +document_properties_linearized_yes=Igen +document_properties_linearized_no=Nem +document_properties_close=Bezárás + +print_progress_message=Dokumentum előkészítése nyomtatáshoz… +# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by +# a numerical per cent value. +print_progress_percent={{progress}}% +print_progress_close=Mégse + +# Tooltips and alt text for side panel toolbar buttons +# (the _label strings are alt text for the buttons, the .title strings are +# tooltips) +toggle_sidebar.title=Oldalsáv be/ki +toggle_sidebar_notification.title=Oldalsáv be/ki (a dokumentum vázlatot/mellékleteket tartalmaz) +toggle_sidebar_label=Oldalsáv be/ki +document_outline.title=Dokumentum megjelenítése online (dupla kattintás minden elem kinyitásához/összecsukásához) +document_outline_label=Dokumentumvázlat +attachments.title=Mellékletek megjelenítése +attachments_label=Van melléklet +thumbs.title=Bélyegképek megjelenítése +thumbs_label=Bélyegképek +findbar.title=Keresés a dokumentumban +findbar_label=Keresés + +# Thumbnails panel item (tooltip and alt text for images) +# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page +# number. +thumb_page_title={{page}}. oldal +# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page +# number. +thumb_page_canvas={{page}}. oldal bélyegképe + +# Find panel button title and messages +find_input.title=Keresés +find_input.placeholder=Keresés a dokumentumban… +find_previous.title=A kifejezés előző előfordulásának keresése +find_previous_label=Előző +find_next.title=A kifejezés következő előfordulásának keresése +find_next_label=Tovább +find_highlight=Összes kiemelése +find_match_case_label=Kis- és nagybetűk megkülönböztetése +find_entire_word_label=Teljes szavak +find_reached_top=A dokumentum eleje elérve, folytatás a végétől +find_reached_bottom=A dokumentum vége elérve, folytatás az elejétől +# LOCALIZATION NOTE (find_match_count): The supported plural forms are +# [one|two|few|many|other], with [other] as the default value. +# "{{current}}" and "{{total}}" will be replaced by a number representing the +# index of the currently active find result, respectively a number representing +# the total number of matches in the document. +find_match_count={[ plural(total) ]} +find_match_count[one]={{current}} / {{total}} találat +find_match_count[two]={{current}} / {{total}} találat +find_match_count[few]={{current}} / {{total}} találat +find_match_count[many]={{current}} / {{total}} találat +find_match_count[other]={{current}} / {{total}} találat +# LOCALIZATION NOTE (find_match_count_limit): The supported plural forms are +# [zero|one|two|few|many|other], with [other] as the default value. +# "{{limit}}" will be replaced by a numerical value. +find_match_count_limit={[ plural(limit) ]} +find_match_count_limit[zero]=Több mint {{limit}} találat +find_match_count_limit[one]=Több mint {{limit}} találat +find_match_count_limit[two]=Több mint {{limit}} találat +find_match_count_limit[few]=Több mint {{limit}} találat +find_match_count_limit[many]=Több mint {{limit}} találat +find_match_count_limit[other]=Több mint {{limit}} találat +find_not_found=A kifejezés nem található + +# Error panel labels +error_more_info=További tudnivalók +error_less_info=Kevesebb információ +error_close=Bezárás +# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be +# replaced by the PDF.JS version and build ID. +error_version_info=PDF.js v{{version}} (build: {{build}}) +# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an +# english string describing the error. +error_message=Üzenet: {{message}} +# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack +# trace. +error_stack=Verem: {{stack}} +# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename +error_file=Fájl: {{file}} +# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number +error_line=Sor: {{line}} +rendering_error=Hiba történt az oldal feldolgozása közben. + +# Predefined zoom values +page_scale_width=Oldalszélesség +page_scale_fit=Teljes oldal +page_scale_auto=Automatikus nagyítás +page_scale_actual=Valódi méret +# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a +# numerical scale value. +page_scale_percent={{scale}}% + +# Loading indicator messages +loading_error_indicator=Hiba +loading_error=Hiba történt a PDF betöltésekor. +invalid_file_error=Érvénytelen vagy sérült PDF fájl. +missing_file_error=Hiányzó PDF fájl. +unexpected_response_error=Váratlan kiszolgálóválasz. + +# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. +# "{{type}}" will be replaced with an annotation type from a list defined in +# the PDF spec (32000-1:2008 Table 169 – Annotation types). +# Some common types are e.g.: "Check", "Text", "Comment", "Note" +text_annotation_type.alt=[{{type}} megjegyzés] +password_label=Adja meg a jelszót a PDF fájl megnyitásához. +password_invalid=Helytelen jelszó. Próbálja újra. +password_ok=OK +password_cancel=Mégse + +printing_not_supported=Figyelmeztetés: Ez a böngésző nem teljesen támogatja a nyomtatást. +printing_not_ready=Figyelmeztetés: A PDF nincs teljesen betöltve a nyomtatáshoz. +web_fonts_disabled=Webes betűkészletek letiltva: nem használhatók a beágyazott PDF betűkészletek. +document_colors_not_allowed=A PDF dokumentumok nem használhatják saját színeiket: „Az oldalak a saját maguk által kiválasztott színeket használhatják” beállítás ki van kapcsolva a böngészőben. diff --git a/dzz/pdf/web/locale/hy-AM/index.htm b/dzz/pdf/web/locale/hy-AM/index.htm new file mode 100644 index 0000000..e69de29 diff --git a/dzz/pdf/web/locale/hy-AM/viewer.properties b/dzz/pdf/web/locale/hy-AM/viewer.properties new file mode 100644 index 0000000..e94633c --- /dev/null +++ b/dzz/pdf/web/locale/hy-AM/viewer.properties @@ -0,0 +1,201 @@ +# Copyright 2012 Mozilla Foundation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# Main toolbar buttons (tooltips and alt text for images) +previous.title=Նախորդ էջը +previous_label=Նախորդը +next.title=Հաջորդ էջը +next_label=Հաջորդը + +# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input. +page.title=Էջ. +# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number +# representing the total number of pages in the document. +of_pages={{pagesCount}}-ից\u0020 +# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" +# will be replaced by a number representing the currently visible page, +# respectively a number representing the total number of pages in the document. +page_of_pages=({{pageNumber}}-ը {{pagesCount}})-ից + +zoom_out.title=Փոքրացնել +zoom_out_label=Փոքրացնել +zoom_in.title=Խոշորացնել +zoom_in_label=Խոշորացնել +zoom.title=Մասշտաբը\u0020 +presentation_mode.title=Անցնել Ներկայացման եղանակին +presentation_mode_label=Ներկայացման եղանակ +open_file.title=Բացել Ֆայլ +open_file_label=Բացել +print.title=Տպել +print_label=Տպել +download.title=Բեռնել +download_label=Բեռնել +bookmark.title=Ընթացիկ տեսքով (պատճենել կամ բացել նոր պատուհանում) +bookmark_label=Ընթացիկ տեսքը + +# Secondary toolbar and context menu +tools.title=Գործիքներ +tools_label=Գործիքներ +first_page.title=Անցնել առաջին էջին +first_page.label=Անցնել առաջին էջին +first_page_label=Անցնել առաջին էջին +last_page.title=Անցնել վերջին էջին +last_page.label=Անցնել վերջին էջին +last_page_label=Անցնել վերջին էջին +page_rotate_cw.title=Պտտել ըստ ժամացույցի սլաքի +page_rotate_cw.label=Պտտել ըստ ժամացույցի սլաքի +page_rotate_cw_label=Պտտել ըստ ժամացույցի սլաքի +page_rotate_ccw.title=Պտտել հակառակ ժամացույցի սլաքի +page_rotate_ccw.label=Պտտել հակառակ ժամացույցի սլաքի +page_rotate_ccw_label=Պտտել հակառակ ժամացույցի սլաքի + +cursor_text_select_tool.title=Միացնել Տեքստը ընտրելու գործիքը +cursor_text_select_tool_label=Տեքստը ընտրելու գործիք +cursor_hand_tool.title=Միացնել Ձեռքի գործիքը +cursor_hand_tool_label=Ձեռքի գործիք + +# Document properties dialog box +document_properties.title=Փաստաթղթի հատկությունները... +document_properties_label=Փաստաթղթի հատկությունները... +document_properties_file_name=Ֆայլի անունը. +document_properties_file_size=Ֆայլի չափը. +# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" +# will be replaced by the PDF file size in kilobytes, respectively in bytes. +document_properties_kb={{size_kb}} ԿԲ ({{size_b}} բայթ) +# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" +# will be replaced by the PDF file size in megabytes, respectively in bytes. +document_properties_mb={{size_mb}} ՄԲ ({{size_b}} բայթ) +document_properties_title=Վերնագիր. +document_properties_author=Հեղինակ․ +document_properties_subject=Վերնագիր. +document_properties_keywords=Հիմնաբառ. +document_properties_creation_date=Ստեղծելու ամսաթիվը. +document_properties_modification_date=Փոփոխելու ամսաթիվը. +# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" +# will be replaced by the creation/modification date, and time, of the PDF file. +document_properties_date_string={{date}}, {{time}} +document_properties_creator=Ստեղծող. +document_properties_producer=PDF-ի հեղինակը. +document_properties_version=PDF-ի տարբերակը. +document_properties_page_count=Էջերի քանակը. +document_properties_page_size=Էջի չափը. +document_properties_page_size_unit_inches=դյ. +document_properties_page_size_unit_millimeters=մմ +document_properties_page_size_orientation_portrait=ուղղաձիգ +document_properties_page_size_orientation_landscape=հորիզոնական +document_properties_page_size_name_a3=A3 +document_properties_page_size_name_a4=A4 +document_properties_page_size_name_letter=Նամակ +document_properties_page_size_name_legal=Օրինական +# LOCALIZATION NOTE (document_properties_page_size_dimension_string): +# "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement and orientation, of the (current) page. +document_properties_page_size_dimension_string={{width}} × {{height}} {{unit}} ({{orientation}}) +# LOCALIZATION NOTE (document_properties_page_size_dimension_name_string): +# "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement, name, and orientation, of the (current) page. +document_properties_page_size_dimension_name_string={{width}} × {{height}} {{unit}} ({{name}}, {{orientation}}) +document_properties_close=Փակել + +print_progress_message=Նախապատրաստում է փաստաթուղթը տպելուն... +# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by +# a numerical per cent value. +print_progress_percent={{progress}}% +print_progress_close=Չեղարկել + +# Tooltips and alt text for side panel toolbar buttons +# (the _label strings are alt text for the buttons, the .title strings are +# tooltips) +toggle_sidebar.title=Բացել/Փակել Կողային վահանակը +toggle_sidebar_notification.title=Փոխանջատել Կողային գոտին (փաստաթուղթը պարունակում է ուրվագիծ/կցորդ) +toggle_sidebar_label=Բացել/Փակել Կողային վահանակը +document_outline.title=Ցուցադրել փաստաթղթի ուրվագիծը (կրկնակի սեղմեք՝ միույթները ընդարձակելու/կոծկելու համար) +document_outline_label=Փաստաթղթի բովանդակությունը +attachments.title=Ցուցադրել կցորդները +attachments_label=Կցորդներ +thumbs.title=Ցուցադրել Մանրապատկերը +thumbs_label=Մանրապատկերը +findbar.title=Գտնել փաստաթղթում +findbar_label=Որոնում + +# Thumbnails panel item (tooltip and alt text for images) +# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page +# number. +thumb_page_title=Էջը {{page}} +# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page +# number. +thumb_page_canvas=Էջի մանրապատկերը {{page}} + +# Find panel button title and messages +find_input.title=Որոնում +find_input.placeholder=Գտնել փաստաթղթում... +find_previous.title=Գտնել անրահայտության նախորդ հանդիպումը +find_previous_label=Նախորդը +find_next.title=Գտիր արտահայտության հաջորդ հանդիպումը +find_next_label=Հաջորդը +find_highlight=Գունանշել բոլորը +find_match_case_label=Մեծ(փոքր)ատառ հաշվի առնել +find_reached_top=Հասել եք փաստաթղթի վերևին, կշարունակվի ներքևից +find_reached_bottom=Հասել եք փաստաթղթի վերջին, կշարունակվի վերևից +find_not_found=Արտահայտությունը չգտնվեց + +# Error panel labels +error_more_info=Ավելի շատ տեղեկություն +error_less_info=Քիչ տեղեկություն +error_close=Փակել +# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be +# replaced by the PDF.JS version and build ID. +error_version_info=PDF.js v{{version}} (կառուցումը. {{build}}) +# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an +# english string describing the error. +error_message=Գրությունը. {{message}} +# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack +# trace. +error_stack=Շեղջ. {{stack}} +# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename +error_file=Ֆայլ. {{file}} +# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number +error_line=Տողը. {{line}} +rendering_error=Սխալ՝ էջը ստեղծելիս: + +# Predefined zoom values +page_scale_width=Էջի լայնքը +page_scale_fit=Ձգել էջը +page_scale_auto=Ինքնաշխատ +page_scale_actual=Իրական չափը +# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a +# numerical scale value. +page_scale_percent={{scale}}% + +# Loading indicator messages +loading_error_indicator=Սխալ +loading_error=Սխալ՝ PDF ֆայլը բացելիս։ +invalid_file_error=Սխալ կամ բնասված PDF ֆայլ: +missing_file_error=PDF ֆայլը բացակայում է: +unexpected_response_error=Սպասարկիչի անսպասելի պատասխան: + +# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. +# "{{type}}" will be replaced with an annotation type from a list defined in +# the PDF spec (32000-1:2008 Table 169 – Annotation types). +# Some common types are e.g.: "Check", "Text", "Comment", "Note" +text_annotation_type.alt=[{{type}} Ծանոթություն] +password_label=Մուտքագրեք PDF-ի գաղտնաբառը: +password_invalid=Գաղտնաբառը սխալ է: Կրկին փորձեք: +password_ok=Լավ +password_cancel=Չեղարկել + +printing_not_supported=Զգուշացում. Տպելը ամբողջությամբ չի աջակցվում դիտարկիչի կողմից։ +printing_not_ready=Զգուշացում. PDF-ը ամբողջությամբ չի բեռնավորվել տպելու համար: +web_fonts_disabled=Վեբ-տառատեսակները անջատված են. հնարավոր չէ օգտագործել ներկառուցված PDF տառատեսակները: +document_colors_not_allowed=PDF փաստաթղթերին թույլատրված չէ օգտագործել իրենց սեփական գույները: “Թույլատրել էջերին ընտրել իրենց սեփական գույները“ ընտրանքը անջատված է դիտարկիչում: diff --git a/dzz/pdf/web/locale/ia/index.htm b/dzz/pdf/web/locale/ia/index.htm new file mode 100644 index 0000000..e69de29 diff --git a/dzz/pdf/web/locale/ia/viewer.properties b/dzz/pdf/web/locale/ia/viewer.properties new file mode 100644 index 0000000..41d45f1 --- /dev/null +++ b/dzz/pdf/web/locale/ia/viewer.properties @@ -0,0 +1,242 @@ +# Copyright 2012 Mozilla Foundation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# Main toolbar buttons (tooltips and alt text for images) +previous.title=Pagina previe +previous_label=Previe +next.title=Pagina sequente +next_label=Sequente + +# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input. +page.title=Pagina +# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number +# representing the total number of pages in the document. +of_pages=de {{pagesCount}} +# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" +# will be replaced by a number representing the currently visible page, +# respectively a number representing the total number of pages in the document. +page_of_pages=({{pageNumber}} de {{pagesCount}}) + +zoom_out.title=Distantiar +zoom_out_label=Distantiar +zoom_in.title=Approximar +zoom_in_label=Approximar +zoom.title=Zoom +presentation_mode.title=Excambiar a modo presentation +presentation_mode_label=Modo presentation +open_file.title=Aperir file +open_file_label=Aperir +print.title=Imprimer +print_label=Imprimer +download.title=Discargar +download_label=Discargar +bookmark.title=Vista actual (copiar o aperir in un nove fenestra) +bookmark_label=Vista actual + +# Secondary toolbar and context menu +tools.title=Instrumentos +tools_label=Intrumentos +first_page.title=Ir al prime pagina +first_page.label=Ir al prime pagina +first_page_label=Ir al prime pagina +last_page.title=Ir al prime pagina +last_page.label=Ir al prime pagina +last_page_label=Ir al prime pagina +page_rotate_cw.title=Rotar in senso horari +page_rotate_cw.label=Rotar in senso horari +page_rotate_cw_label=Rotar in senso horari +page_rotate_ccw.title=Rotar in senso antihorari +page_rotate_ccw.label=Rotar in senso antihorari +page_rotate_ccw_label=Rotar in senso antihorari + +cursor_text_select_tool.title=Activar le instrumento de selection de texto +cursor_text_select_tool_label=Instrumento de selection de texto +cursor_hand_tool.title=Activar le instrumento mano +cursor_hand_tool_label=Instrumento mano + +scroll_vertical.title=Usar rolamento vertical +scroll_vertical_label=Rolamento vertical +scroll_horizontal.title=Usar rolamento horizontal +scroll_horizontal_label=Rolamento horizontal +scroll_wrapped.title=Usar rolamento incapsulate +scroll_wrapped_label=Rolamento incapsulate + +spread_none.title=Non junger paginas dual +spread_none_label=Sin paginas dual +spread_odd.title=Junger paginas dual a partir de paginas con numeros impar +spread_odd_label=Paginas dual impar +spread_even.title=Junger paginas dual a partir de paginas con numeros par +spread_even_label=Paginas dual par + +# Document properties dialog box +document_properties.title=Proprietates del documento… +document_properties_label=Proprietates del documento… +document_properties_file_name=Nomine del file: +document_properties_file_size=Dimension de file: +# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" +# will be replaced by the PDF file size in kilobytes, respectively in bytes. +document_properties_kb={{size_kb}} KB ({{size_b}} bytes) +# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" +# will be replaced by the PDF file size in megabytes, respectively in bytes. +document_properties_mb={{size_mb}} MB ({{size_b}} bytes) +document_properties_title=Titulo: +document_properties_author=Autor: +document_properties_subject=Subjecto: +document_properties_keywords=Parolas clave: +document_properties_creation_date=Data de creation: +document_properties_modification_date=Data de modification: +# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" +# will be replaced by the creation/modification date, and time, of the PDF file. +document_properties_date_string={{date}}, {{time}} +document_properties_creator=Creator: +document_properties_producer=Productor PDF: +document_properties_version=Version PDF: +document_properties_page_count=Numero de paginas: +document_properties_page_size=Dimension del pagina: +document_properties_page_size_unit_inches=in +document_properties_page_size_unit_millimeters=mm +document_properties_page_size_orientation_portrait=vertical +document_properties_page_size_orientation_landscape=horizontal +document_properties_page_size_name_a3=A3 +document_properties_page_size_name_a4=A4 +document_properties_page_size_name_letter=Littera +document_properties_page_size_name_legal=Legal +# LOCALIZATION NOTE (document_properties_page_size_dimension_string): +# "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement and orientation, of the (current) page. +document_properties_page_size_dimension_string={{width}} × {{height}} {{unit}} ({{orientation}}) +# LOCALIZATION NOTE (document_properties_page_size_dimension_name_string): +# "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement, name, and orientation, of the (current) page. +document_properties_page_size_dimension_name_string={{width}} × {{height}} {{unit}} ({{name}}, {{orientation}}) +# LOCALIZATION NOTE (document_properties_linearized): The linearization status of +# the document; usually called "Fast Web View" in English locales of Adobe software. +document_properties_linearized=Vista web rapide: +document_properties_linearized_yes=Si +document_properties_linearized_no=No +document_properties_close=Clauder + +print_progress_message=Preparation del documento pro le impression… +# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by +# a numerical per cent value. +print_progress_percent={{progress}}% +print_progress_close=Cancellar + +# Tooltips and alt text for side panel toolbar buttons +# (the _label strings are alt text for the buttons, the .title strings are +# tooltips) +toggle_sidebar.title=Monstrar/celar le barra lateral +toggle_sidebar_notification.title=Monstrar/celar le barra lateral (le documento contine structura/attachamentos) +toggle_sidebar_label=Monstrar/celar le barra lateral +document_outline.title=Monstrar le schema del documento (clic duple pro expander/contraher tote le elementos) +document_outline_label=Schema del documento +attachments.title=Monstrar le annexos +attachments_label=Annexos +thumbs.title=Monstrar le vignettes +thumbs_label=Vignettes +findbar.title=Recercar in le documento +findbar_label=Cercar + +# Thumbnails panel item (tooltip and alt text for images) +# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page +# number. +thumb_page_title=Pagina {{page}} +# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page +# number. +thumb_page_canvas=Vignette del pagina {{page}} + +# Find panel button title and messages +find_input.title=Cercar +find_input.placeholder=Cercar in le documento… +find_previous.title=Trovar le previe occurrentia del phrase +find_previous_label=Previe +find_next.title=Trovar le successive occurrentia del phrase +find_next_label=Sequente +find_highlight=Evidentiar toto +find_match_case_label=Distinger majusculas/minusculas +find_entire_word_label=Parolas integre +find_reached_top=Le initio del documento ha essite attingite, on continua ab le fin +find_reached_bottom=Le fin del documento ha essite attingite, on continua ab le initio +# LOCALIZATION NOTE (find_match_count): The supported plural forms are +# [one|two|few|many|other], with [other] as the default value. +# "{{current}}" and "{{total}}" will be replaced by a number representing the +# index of the currently active find result, respectively a number representing +# the total number of matches in the document. +find_match_count={[ plural(total) ]} +find_match_count[one]={{current}} de {{total}} concordantia +find_match_count[two]={{current}} de {{total}} concordantias +find_match_count[few]={{current}} de {{total}} concordantias +find_match_count[many]={{current}} de {{total}} concordantias +find_match_count[other]={{current}} de {{total}} concordantias +# LOCALIZATION NOTE (find_match_count_limit): The supported plural forms are +# [zero|one|two|few|many|other], with [other] as the default value. +# "{{limit}}" will be replaced by a numerical value. +find_match_count_limit={[ plural(limit) ]} +find_match_count_limit[zero]=Plus de {{limit}} concordantias +find_match_count_limit[one]=Plus de {{limit}} concordantia +find_match_count_limit[two]=Plus de {{limit}} concordantias +find_match_count_limit[few]=Plus de {{limit}} concordantias +find_match_count_limit[many]= +find_match_count_limit[other]=Plus de {{limit}} concordantias +find_not_found=Phrase non trovate + +# Error panel labels +error_more_info=Plus de informationes +error_less_info=Minus de informationes +error_close=Clauder +# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be +# replaced by the PDF.JS version and build ID. +error_version_info=PDF.js v{{version}} (build: {{build}}) +# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an +# english string describing the error. +error_message=Message: {{message}} +# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack +# trace. +error_stack=Pila: {{stack}} +# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename +error_file=File: {{file}} +# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number +error_line=Linea: {{line}} +rendering_error=Un error occurreva durante que on processava le pagina. + +# Predefined zoom values +page_scale_width=Largessa pagina plen +page_scale_fit=Pagina integre +page_scale_auto=Zoom automatic +page_scale_actual=Dimension actual +# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a +# numerical scale value. +page_scale_percent={{scale}}% + +# Loading indicator messages +loading_error_indicator=Error +loading_error=Un error occurreva durante que on cargava le file PDF. +invalid_file_error=File PDF corrumpite o non valide. +missing_file_error=File PDF mancante. +unexpected_response_error=Responsa del servitor inexpectate. + +# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. +# "{{type}}" will be replaced with an annotation type from a list defined in +# the PDF spec (32000-1:2008 Table 169 – Annotation types). +# Some common types are e.g.: "Check", "Text", "Comment", "Note" +text_annotation_type.alt=[{{type}} Annotation] +password_label=Insere le contrasigno pro aperir iste file PDF. +password_invalid=Contrasigno invalide. Per favor retenta. +password_ok=OK +password_cancel=Cancellar + +printing_not_supported=Attention : le impression non es totalmente supportate per ce navigator. +printing_not_ready=Attention: le file PDF non es integremente cargate pro lo poter imprimer. +web_fonts_disabled=Le typos de character de web es inactive: incapace de usar le typos de character incorporate al PDF. +document_colors_not_allowed=Le documentos PDF non pote utilisar lor proprie colores: “Autorisar le paginas web a utilisar lor proprie colores” es disactivate in le navigator. diff --git a/dzz/pdf/web/locale/id/index.htm b/dzz/pdf/web/locale/id/index.htm new file mode 100644 index 0000000..e69de29 diff --git a/dzz/pdf/web/locale/id/viewer.properties b/dzz/pdf/web/locale/id/viewer.properties new file mode 100644 index 0000000..b6f7080 --- /dev/null +++ b/dzz/pdf/web/locale/id/viewer.properties @@ -0,0 +1,242 @@ +# Copyright 2012 Mozilla Foundation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# Main toolbar buttons (tooltips and alt text for images) +previous.title=Laman Sebelumnya +previous_label=Sebelumnya +next.title=Laman Selanjutnya +next_label=Selanjutnya + +# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input. +page.title=Halaman +# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number +# representing the total number of pages in the document. +of_pages=dari {{pagesCount}} +# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" +# will be replaced by a number representing the currently visible page, +# respectively a number representing the total number of pages in the document. +page_of_pages=({{pageNumber}} dari {{pagesCount}}) + +zoom_out.title=Perkecil +zoom_out_label=Perkecil +zoom_in.title=Perbesar +zoom_in_label=Perbesar +zoom.title=Perbesaran +presentation_mode.title=Ganti ke Mode Presentasi +presentation_mode_label=Mode Presentasi +open_file.title=Buka Berkas +open_file_label=Buka +print.title=Cetak +print_label=Cetak +download.title=Unduh +download_label=Unduh +bookmark.title=Tampilan Sekarang (salin atau buka di jendela baru) +bookmark_label=Tampilan Sekarang + +# Secondary toolbar and context menu +tools.title=Alat +tools_label=Alat +first_page.title=Buka Halaman Pertama +first_page.label=Ke Halaman Pertama +first_page_label=Buka Halaman Pertama +last_page.title=Buka Halaman Terakhir +last_page.label=Ke Halaman Terakhir +last_page_label=Buka Halaman Terakhir +page_rotate_cw.title=Putar Searah Jarum Jam +page_rotate_cw.label=Putar Searah Jarum Jam +page_rotate_cw_label=Putar Searah Jarum Jam +page_rotate_ccw.title=Putar Berlawanan Arah Jarum Jam +page_rotate_ccw.label=Putar Berlawanan Arah Jarum Jam +page_rotate_ccw_label=Putar Berlawanan Arah Jarum Jam + +cursor_text_select_tool.title=Aktifkan Alat Seleksi Teks +cursor_text_select_tool_label=Alat Seleksi Teks +cursor_hand_tool.title=Aktifkan Alat Tangan +cursor_hand_tool_label=Alat Tangan + +scroll_vertical.title=Gunakan Penggeseran Vertikal +scroll_vertical_label=Penggeseran Vertikal +scroll_horizontal.title=Gunakan Penggeseran Horizontal +scroll_horizontal_label=Penggeseran Horizontal +scroll_wrapped.title=Gunakan Penggeseran Terapit +scroll_wrapped_label=Penggeseran Terapit + +spread_none.title=Jangan gabungkan lembar halaman +spread_none_label=Tidak Ada Lembaran +spread_odd.title=Gabungkan lembar lamanan mulai dengan halaman ganjil +spread_odd_label=Lembaran Ganjil +spread_even.title=Gabungkan lembar halaman dimulai dengan halaman genap +spread_even_label=Lembaran Genap + +# Document properties dialog box +document_properties.title=Properti Dokumen… +document_properties_label=Properti Dokumen… +document_properties_file_name=Nama berkas: +document_properties_file_size=Ukuran berkas: +# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" +# will be replaced by the PDF file size in kilobytes, respectively in bytes. +document_properties_kb={{size_kb}} KB ({{size_b}} byte) +# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" +# will be replaced by the PDF file size in megabytes, respectively in bytes. +document_properties_mb={{size_mb}} MB ({{size_b}} byte) +document_properties_title=Judul: +document_properties_author=Penyusun: +document_properties_subject=Subjek: +document_properties_keywords=Kata Kunci: +document_properties_creation_date=Tanggal Dibuat: +document_properties_modification_date=Tanggal Dimodifikasi: +# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" +# will be replaced by the creation/modification date, and time, of the PDF file. +document_properties_date_string={{date}}, {{time}} +document_properties_creator=Pembuat: +document_properties_producer=Pemroduksi PDF: +document_properties_version=Versi PDF: +document_properties_page_count=Jumlah Halaman: +document_properties_page_size=Ukuran Laman: +document_properties_page_size_unit_inches=inci +document_properties_page_size_unit_millimeters=mm +document_properties_page_size_orientation_portrait=tegak +document_properties_page_size_orientation_landscape=mendatar +document_properties_page_size_name_a3=A3 +document_properties_page_size_name_a4=A4 +document_properties_page_size_name_letter=Letter +document_properties_page_size_name_legal=Legal +# LOCALIZATION NOTE (document_properties_page_size_dimension_string): +# "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement and orientation, of the (current) page. +document_properties_page_size_dimension_string={{width}} × {{height}} {{unit}} ({{orientation}}) +# LOCALIZATION NOTE (document_properties_page_size_dimension_name_string): +# "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement, name, and orientation, of the (current) page. +document_properties_page_size_dimension_name_string={{width}} × {{height}} {{unit}} ({{name}}, {{orientation}}) +# LOCALIZATION NOTE (document_properties_linearized): The linearization status of +# the document; usually called "Fast Web View" in English locales of Adobe software. +document_properties_linearized=Tampilan Web Kilat: +document_properties_linearized_yes=Ya +document_properties_linearized_no=Tidak +document_properties_close=Tutup + +print_progress_message=Menyiapkan dokumen untuk pencetakan… +# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by +# a numerical per cent value. +print_progress_percent={{progress}}% +print_progress_close=Batalkan + +# Tooltips and alt text for side panel toolbar buttons +# (the _label strings are alt text for the buttons, the .title strings are +# tooltips) +toggle_sidebar.title=Aktif/Nonaktifkan Bilah Samping +toggle_sidebar_notification.title=Aktif/Nonaktifkan Bilah Samping (dokumen berisi kerangka/lampiran) +toggle_sidebar_label=Aktif/Nonaktifkan Bilah Samping +document_outline.title=Tampilkan Kerangka Dokumen (klik ganda untuk membentangkan/menciutkan semua item) +document_outline_label=Kerangka Dokumen +attachments.title=Tampilkan Lampiran +attachments_label=Lampiran +thumbs.title=Tampilkan Miniatur +thumbs_label=Miniatur +findbar.title=Temukan di Dokumen +findbar_label=Temukan + +# Thumbnails panel item (tooltip and alt text for images) +# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page +# number. +thumb_page_title=Laman {{page}} +# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page +# number. +thumb_page_canvas=Miniatur Laman {{page}} + +# Find panel button title and messages +find_input.title=Temukan +find_input.placeholder=Temukan di dokumen… +find_previous.title=Temukan kata sebelumnya +find_previous_label=Sebelumnya +find_next.title=Temukan lebih lanjut +find_next_label=Selanjutnya +find_highlight=Sorot semuanya +find_match_case_label=Cocokkan BESAR/kecil +find_entire_word_label=Seluruh teks +find_reached_top=Sampai di awal dokumen, dilanjutkan dari bawah +find_reached_bottom=Sampai di akhir dokumen, dilanjutkan dari atas +# LOCALIZATION NOTE (find_match_count): The supported plural forms are +# [one|two|few|many|other], with [other] as the default value. +# "{{current}}" and "{{total}}" will be replaced by a number representing the +# index of the currently active find result, respectively a number representing +# the total number of matches in the document. +find_match_count={[ plural(total) ]} +find_match_count[one]={{current}} dari {{total}} hasil +find_match_count[two]={{current}} dari {{total}} hasil +find_match_count[few]={{current}} dari {{total}} hasil +find_match_count[many]={{current}} dari {{total}} hasil +find_match_count[other]={{current}} dari {{total}} hasil +# LOCALIZATION NOTE (find_match_count_limit): The supported plural forms are +# [zero|one|two|few|many|other], with [other] as the default value. +# "{{limit}}" will be replaced by a numerical value. +find_match_count_limit={[ plural(limit) ]} +find_match_count_limit[zero]=Ditemukan lebih dari {{limit}} +find_match_count_limit[one]=Ditemukan lebih dari {{limit}} +find_match_count_limit[two]=Ditemukan lebih dari {{limit}} +find_match_count_limit[few]=Ditemukan lebih dari {{limit}} +find_match_count_limit[many]=Ditemukan lebih dari {{limit}} +find_match_count_limit[other]=Ditemukan lebih dari {{limit}} +find_not_found=Frasa tidak ditemukan + +# Error panel labels +error_more_info=Lebih Banyak Informasi +error_less_info=Lebih Sedikit Informasi +error_close=Tutup +# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be +# replaced by the PDF.JS version and build ID. +error_version_info=PDF.js v{{version}} (build: {{build}}) +# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an +# english string describing the error. +error_message=Pesan: {{message}} +# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack +# trace. +error_stack=Stack: {{stack}} +# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename +error_file=Berkas: {{file}} +# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number +error_line=Baris: {{line}} +rendering_error=Galat terjadi saat merender laman. + +# Predefined zoom values +page_scale_width=Lebar Laman +page_scale_fit=Muat Laman +page_scale_auto=Perbesaran Otomatis +page_scale_actual=Ukuran Asli +# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a +# numerical scale value. +page_scale_percent={{scale}}% + +# Loading indicator messages +loading_error_indicator=Galat +loading_error=Galat terjadi saat memuat PDF. +invalid_file_error=Berkas PDF tidak valid atau rusak. +missing_file_error=Berkas PDF tidak ada. +unexpected_response_error=Balasan server yang tidak diharapkan. + +# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. +# "{{type}}" will be replaced with an annotation type from a list defined in +# the PDF spec (32000-1:2008 Table 169 – Annotation types). +# Some common types are e.g.: "Check", "Text", "Comment", "Note" +text_annotation_type.alt=[Anotasi {{type}}] +password_label=Masukkan sandi untuk membuka berkas PDF ini. +password_invalid=Sandi tidak valid. Silakan coba lagi. +password_ok=Oke +password_cancel=Batal + +printing_not_supported=Peringatan: Pencetakan tidak didukung secara lengkap pada peramban ini. +printing_not_ready=Peringatan: Berkas PDF masih belum dimuat secara lengkap untuk dapat dicetak. +web_fonts_disabled=Font web dinonaktifkan: tidak dapat menggunakan font PDF yang tersemat. +document_colors_not_allowed=Dokumen PDF tidak diizinkan untuk menggunakan warnanya sendiri karena setelan 'Izinkan laman memilih warna sendiri' dinonaktifkan pada pengaturan. diff --git a/dzz/pdf/web/locale/index.htm b/dzz/pdf/web/locale/index.htm new file mode 100644 index 0000000..e69de29 diff --git a/dzz/pdf/web/locale/is/index.htm b/dzz/pdf/web/locale/is/index.htm new file mode 100644 index 0000000..e69de29 diff --git a/dzz/pdf/web/locale/is/viewer.properties b/dzz/pdf/web/locale/is/viewer.properties new file mode 100644 index 0000000..912cb4c --- /dev/null +++ b/dzz/pdf/web/locale/is/viewer.properties @@ -0,0 +1,214 @@ +# Copyright 2012 Mozilla Foundation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# Main toolbar buttons (tooltips and alt text for images) +previous.title=Fyrri síða +previous_label=Fyrri +next.title=Næsta síða +next_label=Næsti + +# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input. +page.title=Síða +# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number +# representing the total number of pages in the document. +of_pages=af {{pagesCount}} +# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" +# will be replaced by a number representing the currently visible page, +# respectively a number representing the total number of pages in the document. +page_of_pages=({{pageNumber}} af {{pagesCount}}) + +zoom_out.title=Minnka +zoom_out_label=Minnka +zoom_in.title=Stækka +zoom_in_label=Stækka +zoom.title=Aðdráttur +presentation_mode.title=Skipta yfir á kynningarham +presentation_mode_label=Kynningarhamur +open_file.title=Opna skrá +open_file_label=Opna +print.title=Prenta +print_label=Prenta +download.title=Hala niður +download_label=Hala niður +bookmark.title=Núverandi sýn (afritaðu eða opnaðu í nýjum glugga) +bookmark_label=Núverandi sýn + +# Secondary toolbar and context menu +tools.title=Verkfæri +tools_label=Verkfæri +first_page.title=Fara á fyrstu síðu +first_page.label=Fara á fyrstu síðu +first_page_label=Fara á fyrstu síðu +last_page.title=Fara á síðustu síðu +last_page.label=Fara á síðustu síðu +last_page_label=Fara á síðustu síðu +page_rotate_cw.title=Snúa réttsælis +page_rotate_cw.label=Snúa réttsælis +page_rotate_cw_label=Snúa réttsælis +page_rotate_ccw.title=Snúa rangsælis +page_rotate_ccw.label=Snúa rangsælis +page_rotate_ccw_label=Snúa rangsælis + +cursor_text_select_tool.title=Virkja textavalsáhald +cursor_text_select_tool_label=Textavalsáhald +cursor_hand_tool.title=Virkja handarverkfæri +cursor_hand_tool_label=Handarverkfæri + + + +# Document properties dialog box +document_properties.title=Eiginleikar skjals… +document_properties_label=Eiginleikar skjals… +document_properties_file_name=Skráarnafn: +document_properties_file_size=Skrárstærð: +# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" +# will be replaced by the PDF file size in kilobytes, respectively in bytes. +document_properties_kb={{size_kb}} KB ({{size_b}} bytes) +# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" +# will be replaced by the PDF file size in megabytes, respectively in bytes. +document_properties_mb={{size_mb}} MB ({{size_b}} bytes) +document_properties_title=Titill: +document_properties_author=Hönnuður: +document_properties_subject=Efni: +document_properties_keywords=Stikkorð: +document_properties_creation_date=Búið til: +document_properties_modification_date=Dags breytingar: +# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" +# will be replaced by the creation/modification date, and time, of the PDF file. +document_properties_date_string={{date}}, {{time}} +document_properties_creator=Höfundur: +document_properties_producer=PDF framleiðandi: +document_properties_version=PDF útgáfa: +document_properties_page_count=Blaðsíðufjöldi: +document_properties_page_size=Stærð síðu: +document_properties_page_size_unit_inches=in +document_properties_page_size_unit_millimeters=mm +document_properties_page_size_orientation_portrait=skammsnið +document_properties_page_size_orientation_landscape=langsnið +document_properties_page_size_name_a3=A3 +document_properties_page_size_name_a4=A4 +document_properties_page_size_name_letter=Letter +document_properties_page_size_name_legal=Legal +# LOCALIZATION NOTE (document_properties_page_size_dimension_string): +# "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement and orientation, of the (current) page. +document_properties_page_size_dimension_string={{width}} × {{height}} {{unit}} ({{orientation}}) +# LOCALIZATION NOTE (document_properties_page_size_dimension_name_string): +# "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement, name, and orientation, of the (current) page. +document_properties_page_size_dimension_name_string={{width}} × {{height}} {{unit}} ({{name}}, {{orientation}}) +# LOCALIZATION NOTE (document_properties_linearized): The linearization status of +# the document; usually called "Fast Web View" in English locales of Adobe software. +document_properties_close=Loka + +print_progress_message=Undirbý skjal fyrir prentun… +# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by +# a numerical per cent value. +print_progress_percent={{progress}}% +print_progress_close=Hætta við + +# Tooltips and alt text for side panel toolbar buttons +# (the _label strings are alt text for the buttons, the .title strings are +# tooltips) +toggle_sidebar.title=Víxla hliðslá +toggle_sidebar_notification.title=Víxla hliðarslá (skjal inniheldur yfirlit/viðhengi) +toggle_sidebar_label=Víxla hliðslá +document_outline.title=Sýna yfirlit skjals (tvísmelltu til að opna/loka öllum hlutum) +document_outline_label=Efnisskipan skjals +attachments.title=Sýna viðhengi +attachments_label=Viðhengi +thumbs.title=Sýna smámyndir +thumbs_label=Smámyndir +findbar.title=Leita í skjali +findbar_label=Leita + +# Thumbnails panel item (tooltip and alt text for images) +# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page +# number. +thumb_page_title=Síða {{page}} +# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page +# number. +thumb_page_canvas=Smámynd af síðu {{page}} + +# Find panel button title and messages +find_input.title=Leita +find_input.placeholder=Leita í skjali… +find_previous.title=Leita að fyrra tilfelli þessara orða +find_previous_label=Fyrri +find_next.title=Leita að næsta tilfelli þessara orða +find_next_label=Næsti +find_highlight=Lita allt +find_match_case_label=Passa við stafstöðu +find_reached_top=Náði efst í skjal, held áfram neðst +find_reached_bottom=Náði enda skjals, held áfram efst +# LOCALIZATION NOTE (find_match_count): The supported plural forms are +# [one|two|few|many|other], with [other] as the default value. +# "{{current}}" and "{{total}}" will be replaced by a number representing the +# index of the currently active find result, respectively a number representing +# the total number of matches in the document. +find_match_count={[ plural(total) ]} +# LOCALIZATION NOTE (find_match_count_limit): The supported plural forms are +# [zero|one|two|few|many|other], with [other] as the default value. +# "{{limit}}" will be replaced by a numerical value. +find_not_found=Fann ekki orðið + +# Error panel labels +error_more_info=Meiri upplýsingar +error_less_info=Minni upplýsingar +error_close=Loka +# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be +# replaced by the PDF.JS version and build ID. +error_version_info=PDF.js v{{version}} (build: {{build}}) +# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an +# english string describing the error. +error_message=Skilaboð: {{message}} +# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack +# trace. +error_stack=Stafli: {{stack}} +# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename +error_file=Skrá: {{file}} +# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number +error_line=Lína: {{line}} +rendering_error=Upp kom villa við að birta síðuna. + +# Predefined zoom values +page_scale_width=Síðubreidd +page_scale_fit=Passa á síðu +page_scale_auto=Sjálfvirkur aðdráttur +page_scale_actual=Raunstærð +# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a +# numerical scale value. +page_scale_percent={{scale}}% + +# Loading indicator messages +loading_error_indicator=Villa +loading_error=Villa kom upp við að hlaða inn PDF. +invalid_file_error=Ógild eða skemmd PDF skrá. +missing_file_error=Vantar PDF skrá. +unexpected_response_error=Óvænt svar frá netþjóni. + +# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. +# "{{type}}" will be replaced with an annotation type from a list defined in +# the PDF spec (32000-1:2008 Table 169 – Annotation types). +# Some common types are e.g.: "Check", "Text", "Comment", "Note" +text_annotation_type.alt=[{{type}} Skýring] +password_label=Sláðu inn lykilorð til að opna þessa PDF skrá. +password_invalid=Ógilt lykilorð. Reyndu aftur. +password_ok=Í lagi +password_cancel=Hætta við + +printing_not_supported=Aðvörun: Prentun er ekki með fyllilegan stuðning á þessum vafra. +printing_not_ready=Aðvörun: Ekki er búið að hlaða inn allri PDF skránni fyrir prentun. +web_fonts_disabled=Vef leturgerðir eru óvirkar: get ekki notað innbyggðar PDF leturgerðir. +document_colors_not_allowed=PDF skjöl hafa ekki leyfi til að nota sína eigin liti: “Leyfa síðum að velja eigin liti” er óvirkt í vafranum. diff --git a/dzz/pdf/web/locale/it/index.htm b/dzz/pdf/web/locale/it/index.htm new file mode 100644 index 0000000..e69de29 diff --git a/dzz/pdf/web/locale/it/viewer.properties b/dzz/pdf/web/locale/it/viewer.properties new file mode 100644 index 0000000..a44c3fd --- /dev/null +++ b/dzz/pdf/web/locale/it/viewer.properties @@ -0,0 +1,157 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +previous.title = Pagina precedente +previous_label = Precedente +next.title = Pagina successiva +next_label = Successiva +page.title = Pagina +of_pages = di {{pagesCount}} +page_of_pages = ({{pageNumber}} di {{pagesCount}}) +zoom_out.title = Riduci zoom +zoom_out_label = Riduci zoom +zoom_in.title = Aumenta zoom +zoom_in_label = Aumenta zoom +zoom.title = Zoom +presentation_mode.title = Passa alla modalità presentazione +presentation_mode_label = Modalità presentazione +open_file.title = Apri file +open_file_label = Apri +print.title = Stampa +print_label = Stampa +download.title = Scarica questo documento +download_label = Download +bookmark.title = Visualizzazione corrente (copia o apri in una nuova finestra) +bookmark_label = Visualizzazione corrente +tools.title = Strumenti +tools_label = Strumenti +first_page.title = Vai alla prima pagina +first_page.label = Vai alla prima pagina +first_page_label = Vai alla prima pagina +last_page.title = Vai all’ultima pagina +last_page.label = Vai all’ultima pagina +last_page_label = Vai all’ultima pagina +page_rotate_cw.title = Ruota in senso orario +page_rotate_cw.label = Ruota in senso orario +page_rotate_cw_label = Ruota in senso orario +page_rotate_ccw.title = Ruota in senso antiorario +page_rotate_ccw.label = Ruota in senso antiorario +page_rotate_ccw_label = Ruota in senso antiorario +cursor_text_select_tool.title = Attiva strumento di selezione testo +cursor_text_select_tool_label = Strumento di selezione testo +cursor_hand_tool.title = Attiva strumento mano +cursor_hand_tool_label = Strumento mano +scroll_vertical.title = Scorri le pagine in verticale +scroll_vertical_label = Scorrimento verticale +scroll_horizontal.title = Scorri le pagine in orizzontale +scroll_horizontal_label = Scorrimento orizzontale +scroll_wrapped.title = Scorri le pagine in verticale, disponendole da sinistra a destra e andando a capo automaticamente +scroll_wrapped_label = Scorrimento con a capo automatico +spread_none.title = Non raggruppare pagine +spread_none_label = Nessun raggruppamento +spread_odd.title = Crea gruppi di pagine che iniziano con numeri di pagina dispari +spread_odd_label = Raggruppamento dispari +spread_even.title = Crea gruppi di pagine che iniziano con numeri di pagina pari +spread_even_label = Raggruppamento pari +document_properties.title = Proprietà del documento… +document_properties_label = Proprietà del documento… +document_properties_file_name = Nome file: +document_properties_file_size = Dimensione file: +document_properties_kb = {{size_kb}} kB ({{size_b}} byte) +document_properties_mb = {{size_mb}} MB ({{size_b}} byte) +document_properties_title = Titolo: +document_properties_author = Autore: +document_properties_subject = Oggetto: +document_properties_keywords = Parole chiave: +document_properties_creation_date = Data creazione: +document_properties_modification_date = Data modifica: +document_properties_date_string = {{date}}, {{time}} +document_properties_creator = Autore originale: +document_properties_producer = Produttore PDF: +document_properties_version = Versione PDF: +document_properties_page_count = Conteggio pagine: +document_properties_page_size = Dimensioni pagina: +document_properties_page_size_unit_inches = in +document_properties_page_size_unit_millimeters = mm +document_properties_page_size_orientation_portrait = verticale +document_properties_page_size_orientation_landscape = orizzontale +document_properties_page_size_name_a3 = A3 +document_properties_page_size_name_a4 = A4 +document_properties_page_size_name_letter = Lettera +document_properties_page_size_name_legal = Legale +document_properties_page_size_dimension_string = {{width}} × {{height}} {{unit}} ({{orientation}}) +document_properties_page_size_dimension_name_string = {{width}} × {{height}} {{unit}} ({{name}}, {{orientation}}) +document_properties_linearized = Visualizzazione web veloce: +document_properties_linearized_yes = Sì +document_properties_linearized_no = No +document_properties_close = Chiudi +print_progress_message = Preparazione documento per la stampa… +print_progress_percent = {{progress}}% +print_progress_close = Annulla +toggle_sidebar.title = Attiva/disattiva barra laterale +toggle_sidebar_notification.title = Attiva/disattiva barra laterale (il documento contiene struttura/allegati) +toggle_sidebar_label = Attiva/disattiva barra laterale +document_outline.title = Visualizza la struttura del documento (doppio clic per visualizzare/nascondere tutti gli elementi) +document_outline_label = Struttura documento +attachments.title = Visualizza allegati +attachments_label = Allegati +thumbs.title = Mostra le miniature +thumbs_label = Miniature +findbar.title = Trova nel documento +findbar_label = Trova +thumb_page_title = Pagina {{page}} +thumb_page_canvas = Miniatura della pagina {{page}} +find_input.title = Trova +find_input.placeholder = Trova nel documento… +find_previous.title = Trova l’occorrenza precedente del testo da cercare +find_previous_label = Precedente +find_next.title = Trova l’occorrenza successiva del testo da cercare +find_next_label = Successivo +find_highlight = Evidenzia +find_match_case_label = Maiuscole/minuscole +find_entire_word_label = Parole intere +find_reached_top = Raggiunto l’inizio della pagina, continua dalla fine +find_reached_bottom = Raggiunta la fine della pagina, continua dall’inizio +find_match_count = {[ plural(total) ]} +find_match_count[one] = {{current}} di {{total}} corrispondenza +find_match_count[two] = {{current}} di {{total}} corrispondenze +find_match_count[few] = {{current}} di {{total}} corrispondenze +find_match_count[many] = {{current}} di {{total}} corrispondenze +find_match_count[other] = {{current}} di {{total}} corrispondenze +find_match_count_limit = {[ plural(limit) ]} +find_match_count_limit[zero] = Più di {{limit}} corrispondenze +find_match_count_limit[one] = Più di {{limit}} corrispondenza +find_match_count_limit[two] = Più di {{limit}} corrispondenze +find_match_count_limit[few] = Più di {{limit}} corrispondenze +find_match_count_limit[many] = Più di {{limit}} corrispondenze +find_match_count_limit[other] = Più di {{limit}} corrispondenze +find_not_found = Testo non trovato +error_more_info = Ulteriori informazioni +error_less_info = Nascondi dettagli +error_close = Chiudi +error_version_info = PDF.js v{{version}} (build: {{build}}) +error_message = Messaggio: {{message}} +error_stack = Stack: {{stack}} +error_file = File: {{file}} +error_line = Riga: {{line}} +rendering_error = Si è verificato un errore durante il rendering della pagina. +page_scale_width = Larghezza pagina +page_scale_fit = Adatta a una pagina +page_scale_auto = Zoom automatico +page_scale_actual = Dimensioni effettive +page_scale_percent = {{scale}}% +loading_error_indicator = Errore +loading_error = Si è verificato un errore durante il caricamento del PDF. +invalid_file_error = File PDF non valido o danneggiato. +missing_file_error = File PDF non disponibile. +unexpected_response_error = Risposta imprevista del server +text_annotation_type.alt = [Annotazione: {{type}}] +password_label = Inserire la password per aprire questo file PDF. +password_invalid = Password non corretta. Riprovare. +password_ok = OK +password_cancel = Annulla +printing_not_supported = Attenzione: la stampa non è completamente supportata da questo browser. +printing_not_ready = Attenzione: il PDF non è ancora stato caricato completamente per la stampa. +web_fonts_disabled = I web font risultano disattivati: impossibile utilizzare i caratteri inclusi nel PDF. +document_colors_not_allowed = Non è possibile visualizzare i colori originali definiti nel file PDF: l’opzione del browser “Consenti alle pagine di scegliere i propri colori invece di quelli impostati” è disattivata. diff --git a/dzz/pdf/web/locale/ja/index.htm b/dzz/pdf/web/locale/ja/index.htm new file mode 100644 index 0000000..e69de29 diff --git a/dzz/pdf/web/locale/ja/viewer.properties b/dzz/pdf/web/locale/ja/viewer.properties new file mode 100644 index 0000000..3ab20ad --- /dev/null +++ b/dzz/pdf/web/locale/ja/viewer.properties @@ -0,0 +1,220 @@ +# Copyright 2012 Mozilla Foundation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# Main toolbar buttons (tooltips and alt text for images) +previous.title=前のページへ戻ります +previous_label=前へ +next.title=次のページへ進みます +next_label=次へ + +# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input. +page.title=ページ +# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number +# representing the total number of pages in the document. +of_pages=/ {{pagesCount}} +# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" +# will be replaced by a number representing the currently visible page, +# respectively a number representing the total number of pages in the document. +page_of_pages=({{pageNumber}} / {{pagesCount}}) + +zoom_out.title=表示を縮小します +zoom_out_label=縮小 +zoom_in.title=表示を拡大します +zoom_in_label=拡大 +zoom.title=拡大/縮小 +presentation_mode.title=プレゼンテーションモードに切り替えます +presentation_mode_label=プレゼンテーションモード +open_file.title=ファイルを開きます +open_file_label=開く +print.title=印刷します +print_label=印刷 +download.title=ダウンロードします +download_label=ダウンロード +bookmark.title=現在のビューの URL です (コピーまたは新しいウィンドウに開く) +bookmark_label=現在のビュー + +# Secondary toolbar and context menu +tools.title=ツール +tools_label=ツール +first_page.title=最初のページへ移動します +first_page.label=最初のページへ移動 +first_page_label=最初のページへ移動 +last_page.title=最後のページへ移動します +last_page.label=最後のページへ移動 +last_page_label=最後のページへ移動 +page_rotate_cw.title=ページを右へ回転します +page_rotate_cw.label=右回転 +page_rotate_cw_label=右回転 +page_rotate_ccw.title=ページを左へ回転します +page_rotate_ccw.label=左回転 +page_rotate_ccw_label=左回転 + +cursor_text_select_tool.title=テキスト選択ツールを有効にする +cursor_text_select_tool_label=テキスト選択ツール +cursor_hand_tool.title=手のひらツールを有効にする +cursor_hand_tool_label=手のひらツール + +scroll_vertical.title=縦スクロールにする +scroll_vertical_label=縦スクロール +scroll_horizontal.title=横スクロールにする +scroll_horizontal_label=横スクロール +scroll_wrapped.title=折り返しスクロールにする +scroll_wrapped_label=折り返しスクロール + +spread_none.title=見開きにしない +spread_none_label=見開きにしない +spread_odd.title=奇数ページ開始で見開きにする +spread_odd_label=奇数ページ見開き +spread_even.title=偶数ページ開始で見開きにする +spread_even_label=偶数ページ見開き + +# Document properties dialog box +document_properties.title=文書のプロパティ... +document_properties_label=文書のプロパティ... +document_properties_file_name=ファイル名: +document_properties_file_size=ファイルサイズ: +# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" +# will be replaced by the PDF file size in kilobytes, respectively in bytes. +document_properties_kb={{size_kb}} KB ({{size_b}} bytes) +# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" +# will be replaced by the PDF file size in megabytes, respectively in bytes. +document_properties_mb={{size_mb}} MB ({{size_b}} bytes) +document_properties_title=タイトル: +document_properties_author=作成者: +document_properties_subject=件名: +document_properties_keywords=キーワード: +document_properties_creation_date=作成日: +document_properties_modification_date=更新日: +# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" +# will be replaced by the creation/modification date, and time, of the PDF file. +document_properties_date_string={{date}}, {{time}} +document_properties_creator=アプリケーション: +document_properties_producer=PDF 作成: +document_properties_version=PDF のバージョン: +document_properties_page_count=ページ数: +document_properties_page_size=ページサイズ: +document_properties_page_size_unit_inches=in +document_properties_page_size_unit_millimeters=mm +document_properties_page_size_orientation_portrait=縦 +document_properties_page_size_orientation_landscape=横 +document_properties_page_size_name_a3=A3 +document_properties_page_size_name_a4=A4 +document_properties_page_size_name_letter=レター +document_properties_page_size_name_legal=リーガル +# LOCALIZATION NOTE (document_properties_page_size_dimension_string): +# "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement and orientation, of the (current) page. +document_properties_page_size_dimension_string={{width}} × {{height}} {{unit}} ({{orientation}}) +# LOCALIZATION NOTE (document_properties_page_size_dimension_name_string): +# "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement, name, and orientation, of the (current) page. +document_properties_page_size_dimension_name_string={{width}} × {{height}} {{unit}} ({{name}}, {{orientation}}) +# LOCALIZATION NOTE (document_properties_linearized): The linearization status of +# the document; usually called "Fast Web View" in English locales of Adobe software. +document_properties_linearized=ウェブ表示用に最適化: +document_properties_linearized_yes=はい +document_properties_linearized_no=いいえ +document_properties_close=閉じる + +print_progress_message=文書の印刷を準備しています... +# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by +# a numerical per cent value. +print_progress_percent={{progress}}% +print_progress_close=キャンセル + +# Tooltips and alt text for side panel toolbar buttons +# (the _label strings are alt text for the buttons, the .title strings are +# tooltips) +toggle_sidebar.title=サイドバー表示を切り替えます +toggle_sidebar_notification.title=サイドバー表示を切り替えます (文書に含まれるアウトライン / 添付) +toggle_sidebar_label=サイドバーの切り替え +document_outline.title=文書の目次を表示します (ダブルクリックで項目を開閉します) +document_outline_label=文書の目次 +attachments.title=添付ファイルを表示します +attachments_label=添付ファイル +thumbs.title=縮小版を表示します +thumbs_label=縮小版 +findbar.title=文書内を検索します +findbar_label=検索 + +# Thumbnails panel item (tooltip and alt text for images) +# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page +# number. +thumb_page_title={{page}} ページ +# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page +# number. +thumb_page_canvas=ページの縮小版 {{page}} + +# Find panel button title and messages +find_input.title=検索 +find_input.placeholder=文書内を検索... +find_previous.title=現在より前の位置で指定文字列が現れる部分を検索します +find_previous_label=前へ +find_next.title=現在より後の位置で指定文字列が現れる部分を検索します +find_next_label=次へ +find_highlight=すべて強調表示 +find_match_case_label=大文字/小文字を区別 +find_reached_top=文書先頭に到達したので末尾から続けて検索します +find_reached_bottom=文書末尾に到達したので先頭から続けて検索します +find_not_found=見つかりませんでした + +# Error panel labels +error_more_info=詳細情報 +error_less_info=詳細情報を隠す +error_close=閉じる +# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be +# replaced by the PDF.JS version and build ID. +error_version_info=PDF.js v{{version}} (ビルド: {{build}}) +# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an +# english string describing the error. +error_message=メッセージ: {{message}} +# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack +# trace. +error_stack=スタック: {{stack}} +# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename +error_file=ファイル: {{file}} +# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number +error_line=行: {{line}} +rendering_error=ページのレンダリング中にエラーが発生しました。 + +# Predefined zoom values +page_scale_width=幅に合わせる +page_scale_fit=ページのサイズに合わせる +page_scale_auto=自動ズーム +page_scale_actual=実際のサイズ +# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a +# numerical scale value. +page_scale_percent={{scale}}% + +# Loading indicator messages +loading_error_indicator=エラー +loading_error=PDF の読み込み中にエラーが発生しました。 +invalid_file_error=無効または破損した PDF ファイル。 +missing_file_error=PDF ファイルが見つかりません。 +unexpected_response_error=サーバーから予期せぬ応答がありました。 + +# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. +# "{{type}}" will be replaced with an annotation type from a list defined in +# the PDF spec (32000-1:2008 Table 169 – Annotation types). +# Some common types are e.g.: "Check", "Text", "Comment", "Note" +text_annotation_type.alt=[{{type}} 注釈] +password_label=この PDF ファイルを開くためのパスワードを入力してください。 +password_invalid=無効なパスワードです。もう一度やり直してください。 +password_ok=OK +password_cancel=キャンセル + +printing_not_supported=警告: このブラウザーでは印刷が完全にサポートされていません。 +printing_not_ready=警告: PDF を印刷するための読み込みが終了していません。 +web_fonts_disabled=ウェブフォントが無効になっています: 埋め込まれた PDF のフォントを使用できません。 +document_colors_not_allowed=PDF 文書は、ウェブページが指定した配色を使用することができません: 'ウェブページが指定した配色' はブラウザーで無効になっています。 diff --git a/dzz/pdf/web/locale/ka/index.htm b/dzz/pdf/web/locale/ka/index.htm new file mode 100644 index 0000000..e69de29 diff --git a/dzz/pdf/web/locale/ka/viewer.properties b/dzz/pdf/web/locale/ka/viewer.properties new file mode 100644 index 0000000..b20609d --- /dev/null +++ b/dzz/pdf/web/locale/ka/viewer.properties @@ -0,0 +1,242 @@ +# Copyright 2012 Mozilla Foundation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# Main toolbar buttons (tooltips and alt text for images) +previous.title=წინა გვერდი +previous_label=წინა +next.title=შემდეგი გვერდი +next_label=შემდეგი + +# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input. +page.title=გვერდი +# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number +# representing the total number of pages in the document. +of_pages={{pagesCount}}-დან +# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" +# will be replaced by a number representing the currently visible page, +# respectively a number representing the total number of pages in the document. +page_of_pages=({{pageNumber}} {{pagesCount}}-დან) + +zoom_out.title=ზომის შემცირება +zoom_out_label=დაშორება +zoom_in.title=ზომის გაზრდა +zoom_in_label=მოახლოება +zoom.title=ზომა +presentation_mode.title=ჩვენების რეჟიმზე გადართვა +presentation_mode_label=ჩვენების რეჟიმი +open_file.title=ფაილის გახსნა +open_file_label=გახსნა +print.title=ამობეჭდვა +print_label=ამობეჭდვა +download.title=ჩამოტვირთვა +download_label=ჩამოტვირთვა +bookmark.title=მიმდინარე ხედი (დაკოპირება ან გახსნა ახალ ფანჯარაში) +bookmark_label=მიმდინარე ხედი + +# Secondary toolbar and context menu +tools.title=ხელსაწყოები +tools_label=ხელსაწყოები +first_page.title=პირველ გვერდზე გადასვლა +first_page.label=პირველ გვერდზე გადასვლა +first_page_label=პირველ გვერდზე გადასვლა +last_page.title=ბოლო გვერდზე გადასვლა +last_page.label=ბოლო გვერდზე გადასვლა +last_page_label=ბოლო გვერდზე გადასვლა +page_rotate_cw.title=საათის ისრის მიმართულებით შებრუნება +page_rotate_cw.label=მარჯვნივ გადაბრუნება +page_rotate_cw_label=მარჯვნივ გადაბრუნება +page_rotate_ccw.title=საათის ისრის საპირისპიროდ შებრუნება +page_rotate_ccw.label=მარცხნივ გადაბრუნება +page_rotate_ccw_label=მარცხნივ გადაბრუნება + +cursor_text_select_tool.title=მოსანიშნი მაჩვენებლის გამოყენება +cursor_text_select_tool_label=მოსანიშნი მაჩვენებელი +cursor_hand_tool.title=გადასაადგილებელი მაჩვენებლის გამოყენება +cursor_hand_tool_label=გადასაადგილებელი + +scroll_vertical.title=გვერდების შვეულად ჩვენება +scroll_vertical_label=შვეული გადაადგილება +scroll_horizontal.title=გვერდების თარაზულად ჩვენება +scroll_horizontal_label=განივი გადაადგილება +scroll_wrapped.title=გვერდების ცხრილურად ჩვენება +scroll_wrapped_label=ცხრილური გადაადგილება + +spread_none.title=ორ გვერდზე გაშლის გარეშე +spread_none_label=ცალგვერდიანი ჩვენება +spread_odd.title=ორ გვერდზე გაშლა, კენტი გვერდიდან დაწყებული +spread_odd_label=ორ გვერდზე კენტიდან +spread_even.title=ორ გვერდზე გაშლა, ლუწი გვერდიდან დაწყებული +spread_even_label=ორ გვერდზე ლუწიდან + +# Document properties dialog box +document_properties.title=დოკუმენტის შესახებ… +document_properties_label=დოკუმენტის შესახებ… +document_properties_file_name=ფაილის სახელი: +document_properties_file_size=ფაილის მოცულობა: +# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" +# will be replaced by the PDF file size in kilobytes, respectively in bytes. +document_properties_kb={{size_kb}} კბ ({{size_b}} ბაიტი) +# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" +# will be replaced by the PDF file size in megabytes, respectively in bytes. +document_properties_mb={{size_mb}} მბ ({{size_b}} ბაიტი) +document_properties_title=სათაური: +document_properties_author=შემქმნელი: +document_properties_subject=თემა: +document_properties_keywords=საკვანძო სიტყვები: +document_properties_creation_date=შექმნის თარიღი: +document_properties_modification_date=ჩასწორების თარიღი: +# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" +# will be replaced by the creation/modification date, and time, of the PDF file. +document_properties_date_string={{date}}, {{time}} +document_properties_creator=გამომშვები: +document_properties_producer=PDF გამომშვები: +document_properties_version=PDF ვერსია: +document_properties_page_count=გვერდების რაოდენობა: +document_properties_page_size=გვერდის ზომა: +document_properties_page_size_unit_inches=დუიმი +document_properties_page_size_unit_millimeters=მმ +document_properties_page_size_orientation_portrait=შვეულად +document_properties_page_size_orientation_landscape=თარაზულად +document_properties_page_size_name_a3=A3 +document_properties_page_size_name_a4=A4 +document_properties_page_size_name_letter=Letter +document_properties_page_size_name_legal=Legal +# LOCALIZATION NOTE (document_properties_page_size_dimension_string): +# "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement and orientation, of the (current) page. +document_properties_page_size_dimension_string={{width}} × {{height}} {{unit}} ({{orientation}}) +# LOCALIZATION NOTE (document_properties_page_size_dimension_name_string): +# "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement, name, and orientation, of the (current) page. +document_properties_page_size_dimension_name_string={{width}} × {{height}} {{unit}} ({{name}}, {{orientation}}) +# LOCALIZATION NOTE (document_properties_linearized): The linearization status of +# the document; usually called "Fast Web View" in English locales of Adobe software. +document_properties_linearized=Fast Web View: +document_properties_linearized_yes=დიახ +document_properties_linearized_no=არა +document_properties_close=დახურვა + +print_progress_message=დოკუმენტი მზადდება ამოსაბეჭდად… +# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by +# a numerical per cent value. +print_progress_percent={{progress}}% +print_progress_close=გაუქმება + +# Tooltips and alt text for side panel toolbar buttons +# (the _label strings are alt text for the buttons, the .title strings are +# tooltips) +toggle_sidebar.title=გვერდითა ზოლის გამოჩენა/დამალვა +toggle_sidebar_notification.title=გვერდითა ზოლის ჩართვა/გამორთვა (დოკუმენტი შეიცავს სარჩევს/დანართს) +toggle_sidebar_label=გვერდითა ზოლის გამოჩენა/დამალვა +document_outline.title=დოკუმენტის სარჩევის ჩვენება (ორჯერ დაწკაპებით ყველა ელემენტის ჩამოშლა/აკეცვა) +document_outline_label=დოკუმენტის სარჩევი +attachments.title=დანართების ჩვენება +attachments_label=დანართები +thumbs.title=შეთვალიერება +thumbs_label=ესკიზები +findbar.title=პოვნა დოკუმენტში +findbar_label=ძიება + +# Thumbnails panel item (tooltip and alt text for images) +# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page +# number. +thumb_page_title=გვერდი {{page}} +# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page +# number. +thumb_page_canvas=გვერდის ესკიზი {{page}} + +# Find panel button title and messages +find_input.title=ძიება +find_input.placeholder=პოვნა დოკუმენტში… +find_previous.title=ფრაზის წინა კონტექსტის პოვნა +find_previous_label=წინა +find_next.title=ფრაზის შემდეგი კონტექსტის პოვნა +find_next_label=შემდეგი +find_highlight=ყველას მონიშვნა +find_match_case_label=მთავრულის გათვალისწინება +find_entire_word_label=მთლიანი სიტყვები +find_reached_top=მიღწეულია დოკუმენტის დასაწყისი, გრძელდება ბოლოდან +find_reached_bottom=მიღწეულია დოკუმენტის ბოლო, გრძელდება დასაწყისიდან +# LOCALIZATION NOTE (find_match_count): The supported plural forms are +# [one|two|few|many|other], with [other] as the default value. +# "{{current}}" and "{{total}}" will be replaced by a number representing the +# index of the currently active find result, respectively a number representing +# the total number of matches in the document. +find_match_count={[ plural(total) ]} +find_match_count[one]={{current}} / {{total}} თანხვედრიდან +find_match_count[two]={{current}} / {{total}} თანხვედრიდან +find_match_count[few]={{current}} / {{total}} თანხვედრიდან +find_match_count[many]={{current}} / {{total}} თანხვედრიდან +find_match_count[other]={{current}} / {{total}} თანხვედრიდან +# LOCALIZATION NOTE (find_match_count_limit): The supported plural forms are +# [zero|one|two|few|many|other], with [other] as the default value. +# "{{limit}}" will be replaced by a numerical value. +find_match_count_limit={[ plural(limit) ]} +find_match_count_limit[zero]={{limit}}-ზე მეტი თანხვედრა +find_match_count_limit[one]={{limit}}-ზე მეტი თანხვედრა +find_match_count_limit[two]={{limit}}-ზე მეტი თანხვედრა +find_match_count_limit[few]={{limit}}-ზე მეტი თანხვედრა +find_match_count_limit[many]={{limit}}-ზე მეტი თანხვედრა +find_match_count_limit[other]={{limit}}-ზე მეტი თანხვედრა +find_not_found=ფრაზა ვერ მოიძებნა + +# Error panel labels +error_more_info=ვრცლად +error_less_info=შემოკლებულად +error_close=დახურვა +# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be +# replaced by the PDF.JS version and build ID. +error_version_info=PDF.js v{{version}} (build: {{build}}) +# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an +# english string describing the error. +error_message=შეტყობინება: {{message}} +# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack +# trace. +error_stack=სტეკი: {{stack}} +# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename +error_file=ფაილი: {{file}} +# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number +error_line=ხაზი: {{line}} +rendering_error=შეცდომა, გვერდის ჩვენებისას. + +# Predefined zoom values +page_scale_width=გვერდის სიგანეზე +page_scale_fit=მთლიანი გვერდი +page_scale_auto=ავტომატური +page_scale_actual=საწყისი ზომა +# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a +# numerical scale value. +page_scale_percent={{scale}}% + +# Loading indicator messages +loading_error_indicator=შეცდომა +loading_error=შეცდომა, PDF ფაილის ჩატვირთვისას. +invalid_file_error=არამართებული ან დაზიანებული PDF ფაილი. +missing_file_error=ნაკლული PDF ფაილი. +unexpected_response_error=სერვერის მოულოდნელი პასუხი. + +# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. +# "{{type}}" will be replaced with an annotation type from a list defined in +# the PDF spec (32000-1:2008 Table 169 – Annotation types). +# Some common types are e.g.: "Check", "Text", "Comment", "Note" +text_annotation_type.alt=[{{type}} შენიშვნა] +password_label=შეიყვანეთ პაროლი PDF ფაილის გასახსნელად. +password_invalid=არასწორი პაროლი. გთხოვთ, სცადოთ ხელახლა. +password_ok=კარგი +password_cancel=გაუქმება + +printing_not_supported=გაფრთხილება: ამობეჭდვა ამ ბრაუზერში არაა სრულად მხარდაჭერილი. +printing_not_ready=გაფრთხილება: PDF სრულად ჩატვირთული არაა, ამობეჭდვის დასაწყებად. +web_fonts_disabled=ვებშრიფტები გამორთულია: ჩაშენებული PDF შრიფტების გამოყენება ვერ ხერხდება. +document_colors_not_allowed=PDF დოკუმენტებს არ აქვს საკუთარი ფერების გამოყენების ნებართვა: ბრაუზერში გამორთულია “გვერდებისთვის საკუთარი ფერების გამოყენების უფლება”. diff --git a/dzz/pdf/web/locale/kab/index.htm b/dzz/pdf/web/locale/kab/index.htm new file mode 100644 index 0000000..e69de29 diff --git a/dzz/pdf/web/locale/kab/viewer.properties b/dzz/pdf/web/locale/kab/viewer.properties new file mode 100644 index 0000000..52ac0a5 --- /dev/null +++ b/dzz/pdf/web/locale/kab/viewer.properties @@ -0,0 +1,242 @@ +# Copyright 2012 Mozilla Foundation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# Main toolbar buttons (tooltips and alt text for images) +previous.title=Asebter azewwar +previous_label=Azewwar +next.title=Asebter d-iteddun +next_label=Ddu ɣer zdat + +# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input. +page.title=Asebter +# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number +# representing the total number of pages in the document. +of_pages=ɣef {{pagesCount}} +# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" +# will be replaced by a number representing the currently visible page, +# respectively a number representing the total number of pages in the document. +page_of_pages=({{pageNumber}} n {{pagesCount}}) + +zoom_out.title=Semẓi +zoom_out_label=Semẓi +zoom_in.title=Semɣeṛ +zoom_in_label=Semɣeṛ +zoom.title=Semɣeṛ/Semẓi +presentation_mode.title=Uɣal ɣer Uskar Tihawt +presentation_mode_label=Askar Tihawt +open_file.title=Ldi Afaylu +open_file_label=Ldi +print.title=Siggez +print_label=Siggez +download.title=Sider +download_label=Azdam +bookmark.title=Timeẓri tamirant (nɣel neɣ ldi ɣef usfaylu amaynut) +bookmark_label=Askan amiran + +# Secondary toolbar and context menu +tools.title=Ifecka +tools_label=Ifecka +first_page.title=Ddu ɣer usebter amezwaru +first_page.label=Ddu ɣer usebter amezwaru +first_page_label=Ddu ɣer usebter amezwaru +last_page.title=Ddu ɣer usebter aneggaru +last_page.label=Ddu ɣer usebter aneggaru +last_page_label=Ddu ɣer usebter aneggaru +page_rotate_cw.title=Tuzzya tusrigt +page_rotate_cw.label=Tuzzya tusrigt +page_rotate_cw_label=Tuzzya tusrigt +page_rotate_ccw.title=Tuzzya amgal-usrig +page_rotate_ccw.label=Tuzzya amgal-usrig +page_rotate_ccw_label=Tuzzya amgal-usrig + +cursor_text_select_tool.title=Rmed afecku n tefrant n uḍris +cursor_text_select_tool_label=Afecku n tefrant n uḍris +cursor_hand_tool.title=Rmed afecku afus +cursor_hand_tool_label=Afecku afus + +scroll_vertical.title=Seqdec adrurem ubdid +scroll_vertical_label=Adrurem ubdid +scroll_horizontal.title=Seqdec adrurem aglawan +scroll_horizontal_label=Adrurem aglawan +scroll_wrapped.title=Seqdec adrurem yuẓen +scroll_wrapped_label=Adrurem yuẓen + +spread_none.title=Ur sedday ara isiɣzaf n usebter +spread_none_label=Ulac isiɣzaf +spread_odd.title=Seddu isiɣzaf n usebter ibeddun s yisebtar irayuganen +spread_odd_label=Isiɣzaf irayuganen +spread_even.title=Seddu isiɣzaf n usebter ibeddun s yisebtar iyuganen +spread_even_label=Isiɣzaf iyuganen + +# Document properties dialog box +document_properties.title=Taɣaṛa n isemli… +document_properties_label=Taɣaṛa n isemli… +document_properties_file_name=Isem n ufaylu: +document_properties_file_size=Teɣzi n ufaylu: +# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" +# will be replaced by the PDF file size in kilobytes, respectively in bytes. +document_properties_kb={{size_kb}} KAṬ ({{size_b}} ibiten) +# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" +# will be replaced by the PDF file size in megabytes, respectively in bytes. +document_properties_mb={{size_mb}} MAṬ ({{size_b}} iṭamḍanen) +document_properties_title=Azwel: +document_properties_author=Ameskar: +document_properties_subject=Amgay: +document_properties_keywords=Awalen n tsaruţ +document_properties_creation_date=Azemz n tmerna: +document_properties_modification_date=Azemz n usnifel: +# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" +# will be replaced by the creation/modification date, and time, of the PDF file. +document_properties_date_string={{date}}, {{time}} +document_properties_creator=Yerna-t: +document_properties_producer=Afecku n uselket PDF: +document_properties_version=Lqem PDF: +document_properties_page_count=Amḍan n isebtar: +document_properties_page_size=Tuγzi n usebter: +document_properties_page_size_unit_inches=deg +document_properties_page_size_unit_millimeters=mm +document_properties_page_size_orientation_portrait=s teɣzi +document_properties_page_size_orientation_landscape=s tehri +document_properties_page_size_name_a3=A3 +document_properties_page_size_name_a4=A4 +document_properties_page_size_name_letter=Asekkil +document_properties_page_size_name_legal=Usḍif +# LOCALIZATION NOTE (document_properties_page_size_dimension_string): +# "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement and orientation, of the (current) page. +document_properties_page_size_dimension_string={{width}} × {{height}} {{unit}} ({{orientation}}) +# LOCALIZATION NOTE (document_properties_page_size_dimension_name_string): +# "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement, name, and orientation, of the (current) page. +document_properties_page_size_dimension_name_string={{width}} × {{height}} {{unit}} ({{name}}, {{orientation}}) +# LOCALIZATION NOTE (document_properties_linearized): The linearization status of +# the document; usually called "Fast Web View" in English locales of Adobe software. +document_properties_linearized=Taskant Web taruradt: +document_properties_linearized_yes=Ih +document_properties_linearized_no=Ala +document_properties_close=Mdel + +print_progress_message=Aheggi i usiggez n isemli… +# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by +# a numerical per cent value. +print_progress_percent={{progress}}% +print_progress_close=Sefsex + +# Tooltips and alt text for side panel toolbar buttons +# (the _label strings are alt text for the buttons, the .title strings are +# tooltips) +toggle_sidebar.title=Sken/Fer agalis adisan +toggle_sidebar_notification.title=Ffer/Sken agalis adisan (isemli yegber aɣawas/imeddayen) +toggle_sidebar_label=Sken/Fer agalis adisan +document_outline.title=Sken isemli (Senned snat tikal i wesemɣer/Afneẓ n iferdisen meṛṛa) +document_outline_label=Isɣalen n isebtar +attachments.title=Sken ticeqqufin yeddan +attachments_label=Ticeqqufin yeddan +thumbs.title=Sken tanfult. +thumbs_label=Tinfulin +findbar.title=Nadi deg isemli +findbar_label=Nadi + +# Thumbnails panel item (tooltip and alt text for images) +# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page +# number. +thumb_page_title=Asebter {{page}} +# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page +# number. +thumb_page_canvas=Tanfult n usebter {{page}} + +# Find panel button title and messages +find_input.title=Nadi +find_input.placeholder=Nadi deg isemli… +find_previous.title=Aff-d tamseḍriwt n twinest n deffir +find_previous_label=Azewwar +find_next.title=Aff-d timseḍriwt n twinest d-iteddun +find_next_label=Ddu ɣer zdat +find_highlight=Err izirig imaṛṛa +find_match_case_label=Qadeṛ amasal n isekkilen +find_entire_word_label=Awalen iččuranen +find_reached_top=Yabbeḍ s afella n usebter, tuɣalin s wadda +find_reached_bottom=Tebḍeḍ s adda n usebter, tuɣalin s afella +# LOCALIZATION NOTE (find_match_count): The supported plural forms are +# [one|two|few|many|other], with [other] as the default value. +# "{{current}}" and "{{total}}" will be replaced by a number representing the +# index of the currently active find result, respectively a number representing +# the total number of matches in the document. +find_match_count={[ plural(total) ]} +find_match_count[one]={{current}} seg {{total}} n tmeɣṛuḍin +find_match_count[two]={{current}} seg {{total}} n tmeɣṛuḍin +find_match_count[few]={{current}} seg {{total}} n tmeɣṛuḍin +find_match_count[many]={{current}} seg {{total}} n tmeɣṛuḍin +find_match_count[other]={{current}} seg {{total}} n tmeɣṛuḍin +# LOCALIZATION NOTE (find_match_count_limit): The supported plural forms are +# [zero|one|two|few|many|other], with [other] as the default value. +# "{{limit}}" will be replaced by a numerical value. +find_match_count_limit={[ plural(limit) ]} +find_match_count_limit[zero]=Ugar n {{limit}} n tmeɣṛuḍin +find_match_count_limit[one]=Ugar n {{limit}} n tmeɣṛuḍin +find_match_count_limit[two]=Ugar n {{limit}} n tmeɣṛuḍin +find_match_count_limit[few]=Ugar n {{limit}} n tmeɣṛuḍin +find_match_count_limit[many]=Ugar n {{limit}} n tmeɣṛuḍin +find_match_count_limit[other]=Ugar n {{limit}} n tmeɣṛuḍin +find_not_found=Ulac tawinest + +# Error panel labels +error_more_info=Ugar n telɣut +error_less_info=Drus n isalen +error_close=Mdel +# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be +# replaced by the PDF.JS version and build ID. +error_version_info=PDF.js v{{version}} (build: {{build}}) +# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an +# english string describing the error. +error_message=Izen: {{message}} +# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack +# trace. +error_stack=Tanebdant: {{stack}} +# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename +error_file=Afaylu: {{file}} +# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number +error_line=Izirig: {{line}} +rendering_error=Teḍra-d tuccḍa deg uskan n usebter. + +# Predefined zoom values +page_scale_width=Tehri n usebter +page_scale_fit=Asebter imaṛṛa +page_scale_auto=Asemɣeṛ/Asemẓi awurman +page_scale_actual=Teɣzi tilawt +# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a +# numerical scale value. +page_scale_percent={{scale}}% + +# Loading indicator messages +loading_error_indicator=Error +loading_error=Teḍra-d tuccḍa deg alluy n PDF: +invalid_file_error=Afaylu PDF arameɣtu neɣ yexṣeṛ. +missing_file_error=Ulac afaylu PDF. +unexpected_response_error=Aqeddac yerra-d yir tiririt ur nettwaṛǧi ara. + +# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. +# "{{type}}" will be replaced with an annotation type from a list defined in +# the PDF spec (32000-1:2008 Table 169 – Annotation types). +# Some common types are e.g.: "Check", "Text", "Comment", "Note" +text_annotation_type.alt=[Tabzimt {{type}}] +password_label=Sekcem awal uffir akken ad ldiḍ afaylu-yagi PDF +password_invalid=Awal uffir mačči d ameɣtu, Ɛreḍ tikelt-nniḍen. +password_ok=IH +password_cancel=Sefsex + +printing_not_supported=Ɣuṛ-k: Asiggez ur ittusefrak ara yakan imaṛṛa deg iminig-a. +printing_not_ready=Ɣuṛ-k: Afaylu PDF ur d-yuli ara imeṛṛa akken ad ittusiggez. +web_fonts_disabled=Tisefsiyin web ttwassensent; D awezɣi useqdec n tsefsiyin yettwarnan ɣer PDF. +document_colors_not_allowed=Isemliyen PDF ur zmiren ara ad sqedcen initen-nsen: 'Sireg isebtar akken ad fernen initen-nsen' ur yermid ara deg iminig. diff --git a/dzz/pdf/web/locale/kk/index.htm b/dzz/pdf/web/locale/kk/index.htm new file mode 100644 index 0000000..e69de29 diff --git a/dzz/pdf/web/locale/kk/viewer.properties b/dzz/pdf/web/locale/kk/viewer.properties new file mode 100644 index 0000000..3f1e51a --- /dev/null +++ b/dzz/pdf/web/locale/kk/viewer.properties @@ -0,0 +1,242 @@ +# Copyright 2012 Mozilla Foundation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# Main toolbar buttons (tooltips and alt text for images) +previous.title=Алдыңғы парақ +previous_label=Алдыңғысы +next.title=Келесі парақ +next_label=Келесі + +# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input. +page.title=Парақ +# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number +# representing the total number of pages in the document. +of_pages={{pagesCount}} ішінен +# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" +# will be replaced by a number representing the currently visible page, +# respectively a number representing the total number of pages in the document. +page_of_pages=(парақ {{pageNumber}}, {{pagesCount}} ішінен) + +zoom_out.title=Кішірейту +zoom_out_label=Кішірейту +zoom_in.title=Үлкейту +zoom_in_label=Үлкейту +zoom.title=Масштаб +presentation_mode.title=Презентация режиміне ауысу +presentation_mode_label=Презентация режимі +open_file.title=Файлды ашу +open_file_label=Ашу +print.title=Баспаға шығару +print_label=Баспаға шығару +download.title=Жүктеп алу +download_label=Жүктеп алу +bookmark.title=Ағымдағы көрініс (көшіру не жаңа терезеде ашу) +bookmark_label=Ағымдағы көрініс + +# Secondary toolbar and context menu +tools.title=Құралдар +tools_label=Құралдар +first_page.title=Алғашқы параққа өту +first_page.label=Алғашқы параққа өту +first_page_label=Алғашқы параққа өту +last_page.title=Соңғы параққа өту +last_page.label=Соңғы параққа өту +last_page_label=Соңғы параққа өту +page_rotate_cw.title=Сағат тілі бағытымен айналдыру +page_rotate_cw.label=Сағат тілі бағытымен бұру +page_rotate_cw_label=Сағат тілі бағытымен бұру +page_rotate_ccw.title=Сағат тілі бағытына қарсы бұру +page_rotate_ccw.label=Сағат тілі бағытына қарсы бұру +page_rotate_ccw_label=Сағат тілі бағытына қарсы бұру + +cursor_text_select_tool.title=Мәтінді таңдау құралын іске қосу +cursor_text_select_tool_label=Мәтінді таңдау құралы +cursor_hand_tool.title=Қол құралын іске қосу +cursor_hand_tool_label=Қол құралы + +scroll_vertical.title=Вертикалды айналдыруды қолдану +scroll_vertical_label=Вертикалды айналдыру +scroll_horizontal.title=Горизонталды айналдыруды қолдану +scroll_horizontal_label=Горизонталды айналдыру +scroll_wrapped.title=Масштабталатын айналдыруды қолдану +scroll_wrapped_label=Масштабталатын айналдыру + +spread_none.title=Жазық беттер режимін қолданбау +spread_none_label=Жазық беттер режимсіз +spread_odd.title=Жазық беттер тақ нөмірлі беттерден басталады +spread_odd_label=Тақ нөмірлі беттер сол жақтан +spread_even.title=Жазық беттер жұп нөмірлі беттерден басталады +spread_even_label=Жұп нөмірлі беттер сол жақтан + +# Document properties dialog box +document_properties.title=Құжат қасиеттері… +document_properties_label=Құжат қасиеттері… +document_properties_file_name=Файл аты: +document_properties_file_size=Файл өлшемі: +# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" +# will be replaced by the PDF file size in kilobytes, respectively in bytes. +document_properties_kb={{size_kb}} КБ ({{size_b}} байт) +# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" +# will be replaced by the PDF file size in megabytes, respectively in bytes. +document_properties_mb={{size_mb}} МБ ({{size_b}} байт) +document_properties_title=Тақырыбы: +document_properties_author=Авторы: +document_properties_subject=Тақырыбы: +document_properties_keywords=Кілт сөздер: +document_properties_creation_date=Жасалған күні: +document_properties_modification_date=Түзету күні: +# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" +# will be replaced by the creation/modification date, and time, of the PDF file. +document_properties_date_string={{date}}, {{time}} +document_properties_creator=Жасаған: +document_properties_producer=PDF өндірген: +document_properties_version=PDF нұсқасы: +document_properties_page_count=Беттер саны: +document_properties_page_size=Бет өлшемі: +document_properties_page_size_unit_inches=дюйм +document_properties_page_size_unit_millimeters=мм +document_properties_page_size_orientation_portrait=тік +document_properties_page_size_orientation_landscape=жатық +document_properties_page_size_name_a3=A3 +document_properties_page_size_name_a4=A4 +document_properties_page_size_name_letter=Letter +document_properties_page_size_name_legal=Legal +# LOCALIZATION NOTE (document_properties_page_size_dimension_string): +# "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement and orientation, of the (current) page. +document_properties_page_size_dimension_string={{width}} × {{height}} {{unit}} ({{orientation}}) +# LOCALIZATION NOTE (document_properties_page_size_dimension_name_string): +# "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement, name, and orientation, of the (current) page. +document_properties_page_size_dimension_name_string={{width}} × {{height}} {{unit}} ({{name}}, {{orientation}}) +# LOCALIZATION NOTE (document_properties_linearized): The linearization status of +# the document; usually called "Fast Web View" in English locales of Adobe software. +document_properties_linearized=Жылдам Web көрінісі: +document_properties_linearized_yes=Иә +document_properties_linearized_no=Жоқ +document_properties_close=Жабу + +print_progress_message=Құжатты баспаға шығару үшін дайындау… +# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by +# a numerical per cent value. +print_progress_percent={{progress}}% +print_progress_close=Бас тарту + +# Tooltips and alt text for side panel toolbar buttons +# (the _label strings are alt text for the buttons, the .title strings are +# tooltips) +toggle_sidebar.title=Бүйір панелін көрсету/жасыру +toggle_sidebar_notification.title=Бүйір панелін көрсету/жасыру (құжатта құрылымы/салынымдар бар) +toggle_sidebar_label=Бүйір панелін көрсету/жасыру +document_outline.title=Құжат құрылымын көрсету (барлық нәрселерді жазық қылу/жинау үшін қос шерту керек) +document_outline_label=Құжат құрамасы +attachments.title=Салынымдарды көрсету +attachments_label=Салынымдар +thumbs.title=Кіші көріністерді көрсету +thumbs_label=Кіші көріністер +findbar.title=Құжаттан табу +findbar_label=Табу + +# Thumbnails panel item (tooltip and alt text for images) +# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page +# number. +thumb_page_title={{page}} парағы +# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page +# number. +thumb_page_canvas={{page}} парағы үшін кіші көрінісі + +# Find panel button title and messages +find_input.title=Табу +find_input.placeholder=Құжаттан табу… +find_previous.title=Осы сөздердің мәтіннен алдыңғы кездесуін табу +find_previous_label=Алдыңғысы +find_next.title=Осы сөздердің мәтіннен келесі кездесуін табу +find_next_label=Келесі +find_highlight=Барлығын түспен ерекшелеу +find_match_case_label=Регистрді ескеру +find_entire_word_label=Сөздер толығымен +find_reached_top=Құжаттың басына жеттік, соңынан бастап жалғастырамыз +find_reached_bottom=Құжаттың соңына жеттік, басынан бастап жалғастырамыз +# LOCALIZATION NOTE (find_match_count): The supported plural forms are +# [one|two|few|many|other], with [other] as the default value. +# "{{current}}" and "{{total}}" will be replaced by a number representing the +# index of the currently active find result, respectively a number representing +# the total number of matches in the document. +find_match_count={[ plural(total) ]} +find_match_count[one]={{current}} / {{total}} сәйкестік +find_match_count[two]={{current}} / {{total}} сәйкестік +find_match_count[few]={{current}} / {{total}} сәйкестік +find_match_count[many]={{current}} / {{total}} сәйкестік +find_match_count[other]={{current}} / {{total}} сәйкестік +# LOCALIZATION NOTE (find_match_count_limit): The supported plural forms are +# [zero|one|two|few|many|other], with [other] as the default value. +# "{{limit}}" will be replaced by a numerical value. +find_match_count_limit={[ plural(limit) ]} +find_match_count_limit[zero]={{limit}} сәйкестіктен көп +find_match_count_limit[one]={{limit}} сәйкестіктен көп +find_match_count_limit[two]={{limit}} сәйкестіктен көп +find_match_count_limit[few]={{limit}} сәйкестіктен көп +find_match_count_limit[many]={{limit}} сәйкестіктен көп +find_match_count_limit[other]={{limit}} сәйкестіктен көп +find_not_found=Сөз(дер) табылмады + +# Error panel labels +error_more_info=Көбірек ақпарат +error_less_info=Азырақ ақпарат +error_close=Жабу +# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be +# replaced by the PDF.JS version and build ID. +error_version_info=PDF.js v{{version}} (жинақ: {{build}}) +# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an +# english string describing the error. +error_message=Хабарлама: {{message}} +# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack +# trace. +error_stack=Стек: {{stack}} +# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename +error_file=Файл: {{file}} +# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number +error_line=Жол: {{line}} +rendering_error=Парақты өңдеу кезінде қате кетті. + +# Predefined zoom values +page_scale_width=Парақ ені +page_scale_fit=Парақты сыйдыру +page_scale_auto=Автомасштабтау +page_scale_actual=Нақты өлшемі +# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a +# numerical scale value. +page_scale_percent={{scale}}% + +# Loading indicator messages +loading_error_indicator=Қате +loading_error=PDF жүктеу кезінде қате кетті. +invalid_file_error=Зақымдалған немесе қате PDF файл. +missing_file_error=PDF файлы жоқ. +unexpected_response_error=Сервердің күтпеген жауабы. + +# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. +# "{{type}}" will be replaced with an annotation type from a list defined in +# the PDF spec (32000-1:2008 Table 169 – Annotation types). +# Some common types are e.g.: "Check", "Text", "Comment", "Note" +text_annotation_type.alt=[{{type}} аңдатпасы] +password_label=Бұл PDF файлын ашу үшін парольді енгізіңіз. +password_invalid=Пароль дұрыс емес. Қайталап көріңіз. +password_ok=ОК +password_cancel=Бас тарту + +printing_not_supported=Ескерту: Баспаға шығаруды бұл браузер толығымен қолдамайды. +printing_not_ready=Ескерту: Баспаға шығару үшін, бұл PDF толығымен жүктеліп алынбады. +web_fonts_disabled=Веб қаріптері сөндірілген: құрамына енгізілген PDF қаріптерін қолдану мүмкін емес. +document_colors_not_allowed=PDF құжаттарына өздік түстерді қолдану рұқсат етілмеген: бұл браузерде 'Веб-сайттарға өздерінің түстерін қолдануға рұқсат беру' мүмкіндігі сөндірулі тұр. diff --git a/dzz/pdf/web/locale/km/index.htm b/dzz/pdf/web/locale/km/index.htm new file mode 100644 index 0000000..e69de29 diff --git a/dzz/pdf/web/locale/km/viewer.properties b/dzz/pdf/web/locale/km/viewer.properties new file mode 100644 index 0000000..e5403cc --- /dev/null +++ b/dzz/pdf/web/locale/km/viewer.properties @@ -0,0 +1,184 @@ +# Copyright 2012 Mozilla Foundation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# Main toolbar buttons (tooltips and alt text for images) +previous.title=ទំព័រ​មុន +previous_label=មុន +next.title=ទំព័រ​បន្ទាប់ +next_label=បន្ទាប់ + +# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input. +page.title=ទំព័រ +# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number +# representing the total number of pages in the document. +of_pages=នៃ {{pagesCount}} +# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" +# will be replaced by a number representing the currently visible page, +# respectively a number representing the total number of pages in the document. +page_of_pages=({{pageNumber}} នៃ {{pagesCount}}) + +zoom_out.title=​បង្រួម +zoom_out_label=​បង្រួម +zoom_in.title=​ពង្រីក +zoom_in_label=​ពង្រីក +zoom.title=ពង្រីក +presentation_mode.title=ប្ដូរ​ទៅ​របៀប​បទ​បង្ហាញ +presentation_mode_label=របៀប​បទ​បង្ហាញ +open_file.title=បើក​ឯកសារ +open_file_label=បើក +print.title=បោះពុម្ព +print_label=បោះពុម្ព +download.title=ទាញ​យក +download_label=ទាញ​យក +bookmark.title=ទិដ្ឋភាព​បច្ចុប្បន្ន (ចម្លង ឬ​បើក​នៅ​ក្នុង​បង្អួច​ថ្មី) +bookmark_label=ទិដ្ឋភាព​បច្ចុប្បន្ន + +# Secondary toolbar and context menu +tools.title=ឧបករណ៍ +tools_label=ឧបករណ៍ +first_page.title=ទៅកាន់​ទំព័រ​ដំបូង​ +first_page.label=ទៅកាន់​ទំព័រ​ដំបូង​ +first_page_label=ទៅកាន់​ទំព័រ​ដំបូង​ +last_page.title=ទៅកាន់​ទំព័រ​ចុងក្រោយ​ +last_page.label=ទៅកាន់​ទំព័រ​ចុងក្រោយ​ +last_page_label=ទៅកាន់​ទំព័រ​ចុងក្រោយ +page_rotate_cw.title=បង្វិល​ស្រប​ទ្រនិច​នាឡិកា +page_rotate_cw.label=បង្វិល​ស្រប​ទ្រនិច​នាឡិកា +page_rotate_cw_label=បង្វិល​ស្រប​ទ្រនិច​នាឡិកា +page_rotate_ccw.title=បង្វិល​ច្រាស​ទ្រនិច​នាឡិកា​​ +page_rotate_ccw.label=បង្វិល​ច្រាស​ទ្រនិច​នាឡិកា​​ +page_rotate_ccw_label=បង្វិល​ច្រាស​ទ្រនិច​នាឡិកា​​ + +cursor_text_select_tool.title=បើក​ឧបករណ៍​ជ្រើស​អត្ថបទ +cursor_text_select_tool_label=ឧបករណ៍​ជ្រើស​អត្ថបទ +cursor_hand_tool.title=បើក​ឧបករណ៍​ដៃ +cursor_hand_tool_label=ឧបករណ៍​ដៃ + +# Document properties dialog box +document_properties.title=លក្ខណ​សម្បត្តិ​ឯកសារ… +document_properties_label=លក្ខណ​សម្បត្តិ​ឯកសារ… +document_properties_file_name=ឈ្មោះ​ឯកសារ៖ +document_properties_file_size=ទំហំ​ឯកសារ៖ +# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" +# will be replaced by the PDF file size in kilobytes, respectively in bytes. +document_properties_kb={{size_kb}} KB ({{size_b}} បៃ) +# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" +# will be replaced by the PDF file size in megabytes, respectively in bytes. +document_properties_mb={{size_mb}} MB ({{size_b}} បៃ) +document_properties_title=ចំណងជើង៖ +document_properties_author=អ្នក​និពន្ធ៖ +document_properties_subject=ប្រធានបទ៖ +document_properties_keywords=ពាក្យ​គន្លឹះ៖ +document_properties_creation_date=កាលបរិច្ឆេទ​បង្កើត៖ +document_properties_modification_date=កាលបរិច្ឆេទ​កែប្រែ៖ +# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" +# will be replaced by the creation/modification date, and time, of the PDF file. +document_properties_date_string={{date}}, {{time}} +document_properties_creator=អ្នក​បង្កើត៖ +document_properties_producer=កម្មវិធី​បង្កើត PDF ៖ +document_properties_version=កំណែ PDF ៖ +document_properties_page_count=ចំនួន​ទំព័រ៖ +document_properties_close=បិទ + +print_progress_message=កំពុង​រៀបចំ​ឯកសារ​សម្រាប់​បោះពុម្ព… +# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by +# a numerical per cent value. +print_progress_percent={{progress}}% +print_progress_close=បោះបង់ + +# Tooltips and alt text for side panel toolbar buttons +# (the _label strings are alt text for the buttons, the .title strings are +# tooltips) +toggle_sidebar.title=បិទ/បើក​គ្រាប់​រំកិល +toggle_sidebar_notification.title=បិទ/បើក​របារ​ចំហៀង (ឯកសារ​មាន​មាតិកា​នៅ​ក្រៅ/attachments) +toggle_sidebar_label=បិទ/បើក​គ្រាប់​រំកិល +document_outline.title=បង្ហាញ​គ្រោង​ឯកសារ (ចុច​ទ្វេ​ដង​ដើម្បី​ពង្រីក/បង្រួម​ធាតុ​ទាំងអស់) +document_outline_label=គ្រោង​ឯកសារ +attachments.title=បង្ហាញ​ឯកសារ​ភ្ជាប់ +attachments_label=ឯកសារ​ភ្ជាប់ +thumbs.title=បង្ហាញ​រូបភាព​តូចៗ +thumbs_label=រួបភាព​តូចៗ +findbar.title=រក​នៅ​ក្នុង​ឯកសារ +findbar_label=រក + +# Thumbnails panel item (tooltip and alt text for images) +# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page +# number. +thumb_page_title=ទំព័រ {{page}} +# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page +# number. +thumb_page_canvas=រូបភាព​តូច​របស់​ទំព័រ {{page}} + +# Find panel button title and messages +find_input.title=រក +find_input.placeholder=រក​នៅ​ក្នុង​ឯកសារ... +find_previous.title=រក​ពាក្យ ឬ​ឃ្លា​ដែល​បាន​ជួប​មុន +find_previous_label=មុន +find_next.title=រក​ពាក្យ ឬ​ឃ្លា​ដែល​បាន​ជួប​បន្ទាប់ +find_next_label=បន្ទាប់ +find_highlight=បន្លិច​ទាំងអស់ +find_match_case_label=ករណី​ដំណូច +find_reached_top=បាន​បន្ត​ពី​ខាង​ក្រោម ទៅ​ដល់​ខាង​​លើ​នៃ​ឯកសារ +find_reached_bottom=បាន​បន្ត​ពី​ខាងលើ ទៅដល់​ចុង​​នៃ​ឯកសារ +find_not_found=រក​មិន​ឃើញ​ពាក្យ ឬ​ឃ្លា + +# Error panel labels +error_more_info=ព័ត៌មាន​បន្ថែម +error_less_info=ព័ត៌មាន​តិចតួច +error_close=បិទ +# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be +# replaced by the PDF.JS version and build ID. +error_version_info=PDF.js v{{version}} (build: {{build}}) +# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an +# english string describing the error. +error_message=សារ ៖ {{message}} +# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack +# trace. +error_stack=ជង់ ៖ {{stack}} +# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename +error_file=ឯកសារ ៖ {{file}} +# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number +error_line=ជួរ ៖ {{line}} +rendering_error=មាន​កំហុស​បាន​កើតឡើង​ពេល​បង្ហាញ​ទំព័រ ។ + +# Predefined zoom values +page_scale_width=ទទឹង​ទំព័រ +page_scale_fit=សម​ទំព័រ +page_scale_auto=ពង្រីក​ស្វ័យប្រវត្តិ +page_scale_actual=ទំហំ​ជាក់ស្ដែង +# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a +# numerical scale value. +page_scale_percent={{scale}}% + +# Loading indicator messages +loading_error_indicator=កំហុស +loading_error=មាន​កំហុស​បាន​កើតឡើង​ពេល​កំពុង​ផ្ទុក PDF ។ +invalid_file_error=ឯកសារ PDF ខូច ឬ​មិន​ត្រឹមត្រូវ ។ +missing_file_error=បាត់​ឯកសារ PDF +unexpected_response_error=ការ​ឆ្លើយ​តម​ម៉ាស៊ីន​មេ​ដែល​មិន​បាន​រំពឹង។ + +# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. +# "{{type}}" will be replaced with an annotation type from a list defined in +# the PDF spec (32000-1:2008 Table 169 – Annotation types). +# Some common types are e.g.: "Check", "Text", "Comment", "Note" +text_annotation_type.alt=[{{type}} ចំណារ​ពន្យល់] +password_label=បញ្ចូល​ពាក្យសម្ងាត់​ដើម្បី​បើក​ឯកសារ PDF នេះ។ +password_invalid=ពាក្យសម្ងាត់​មិន​ត្រឹមត្រូវ។ សូម​ព្យាយាម​ម្ដងទៀត។ +password_ok=យល់​ព្រម +password_cancel=បោះបង់ + +printing_not_supported=ការ​ព្រមាន ៖ កា​រ​បោះពុម្ព​មិន​ត្រូវ​បាន​គាំទ្រ​ពេញលេញ​ដោយ​កម្មវិធី​រុករក​នេះ​ទេ ។ +printing_not_ready=ព្រមាន៖ PDF មិន​ត្រូវ​បាន​ផ្ទុក​ទាំងស្រុង​ដើម្បី​បោះពុម្ព​ទេ។ +web_fonts_disabled=បាន​បិទ​ពុម្ពអក្សរ​បណ្ដាញ ៖ មិន​អាច​ប្រើ​ពុម្ពអក្សរ PDF ដែល​បាន​បង្កប់​បាន​ទេ ។ +document_colors_not_allowed=ឯកសារ PDF មិន​ត្រូវ​បាន​អនុញ្ញាត​ឲ្យ​ប្រើ​ពណ៌​ផ្ទាល់​របស់​វា​ទេ៖ 'អនុញ្ញាត​​ឲ្យ​ទំព័រ​ជ្រើស​ពណ៌​ផ្ទាល់​ខ្លួន' ត្រូវ​បាន​ធ្វើ​ឲ្យ​អសកម្ម​ក្នុង​​កម្មវិធី​រុករក។ diff --git a/dzz/pdf/web/locale/kn/index.htm b/dzz/pdf/web/locale/kn/index.htm new file mode 100644 index 0000000..e69de29 diff --git a/dzz/pdf/web/locale/kn/viewer.properties b/dzz/pdf/web/locale/kn/viewer.properties new file mode 100644 index 0000000..cf3d004 --- /dev/null +++ b/dzz/pdf/web/locale/kn/viewer.properties @@ -0,0 +1,193 @@ +# Copyright 2012 Mozilla Foundation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# Main toolbar buttons (tooltips and alt text for images) +previous.title=ಹಿಂದಿನ ಪುಟ +previous_label=ಹಿಂದಿನ +next.title=ಮುಂದಿನ ಪುಟ +next_label=ಮುಂದಿನ + +# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input. +page.title=ಪುಟ +# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number +# representing the total number of pages in the document. +of_pages={{pagesCount}} ರಲ್ಲಿ +# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" +# will be replaced by a number representing the currently visible page, +# respectively a number representing the total number of pages in the document. +page_of_pages=({{pagesCount}} ರಲ್ಲಿ {{pageNumber}}) + +zoom_out.title=ಕಿರಿದಾಗಿಸು +zoom_out_label=ಕಿರಿದಾಗಿಸಿ +zoom_in.title=ಹಿರಿದಾಗಿಸು +zoom_in_label=ಹಿರಿದಾಗಿಸಿ +zoom.title=ಗಾತ್ರಬದಲಿಸು +presentation_mode.title=ಪ್ರಸ್ತುತಿ (ಪ್ರಸೆಂಟೇಶನ್) ಕ್ರಮಕ್ಕೆ ಬದಲಾಯಿಸು +presentation_mode_label=ಪ್ರಸ್ತುತಿ (ಪ್ರಸೆಂಟೇಶನ್) ಕ್ರಮ +open_file.title=ಕಡತವನ್ನು ತೆರೆ +open_file_label=ತೆರೆಯಿರಿ +print.title=ಮುದ್ರಿಸು +print_label=ಮುದ್ರಿಸಿ +download.title=ಇಳಿಸು +download_label=ಇಳಿಸಿಕೊಳ್ಳಿ +bookmark.title=ಪ್ರಸಕ್ತ ನೋಟ (ಪ್ರತಿ ಮಾಡು ಅಥವ ಹೊಸ ಕಿಟಕಿಯಲ್ಲಿ ತೆರೆ) +bookmark_label=ಪ್ರಸಕ್ತ ನೋಟ + +# Secondary toolbar and context menu +tools.title=ಉಪಕರಣಗಳು +tools_label=ಉಪಕರಣಗಳು +first_page.title=ಮೊದಲ ಪುಟಕ್ಕೆ ತೆರಳು +first_page.label=ಮೊದಲ ಪುಟಕ್ಕೆ ತೆರಳು +first_page_label=ಮೊದಲ ಪುಟಕ್ಕೆ ತೆರಳು +last_page.title=ಕೊನೆಯ ಪುಟಕ್ಕೆ ತೆರಳು +last_page.label=ಕೊನೆಯ ಪುಟಕ್ಕೆ ತೆರಳು +last_page_label=ಕೊನೆಯ ಪುಟಕ್ಕೆ ತೆರಳು +page_rotate_cw.title=ಪ್ರದಕ್ಷಿಣೆಯಲ್ಲಿ ತಿರುಗಿಸು +page_rotate_cw.label=ಪ್ರದಕ್ಷಿಣೆಯಲ್ಲಿ ತಿರುಗಿಸು +page_rotate_cw_label=ಪ್ರದಕ್ಷಿಣೆಯಲ್ಲಿ ತಿರುಗಿಸು +page_rotate_ccw.title=ಅಪ್ರದಕ್ಷಿಣೆಯಲ್ಲಿ ತಿರುಗಿಸು +page_rotate_ccw.label=ಅಪ್ರದಕ್ಷಿಣೆಯಲ್ಲಿ ತಿರುಗಿಸು +page_rotate_ccw_label=ಅಪ್ರದಕ್ಷಿಣೆಯಲ್ಲಿ ತಿರುಗಿಸು + +cursor_text_select_tool.title=ಪಠ್ಯ ಆಯ್ಕೆ ಉಪಕರಣವನ್ನು ಸಕ್ರಿಯಗೊಳಿಸಿ +cursor_text_select_tool_label=ಪಠ್ಯ ಆಯ್ಕೆಯ ಉಪಕರಣ +cursor_hand_tool.title=ಕೈ ಉಪಕರಣವನ್ನು ಸಕ್ರಿಯಗೊಳಿಸಿ +cursor_hand_tool_label=ಕೈ ಉಪಕರಣ + + + +# Document properties dialog box +document_properties.title=ಡಾಕ್ಯುಮೆಂಟ್‌ ಗುಣಗಳು... +document_properties_label=ಡಾಕ್ಯುಮೆಂಟ್‌ ಗುಣಗಳು... +document_properties_file_name=ಕಡತದ ಹೆಸರು: +document_properties_file_size=ಕಡತದ ಗಾತ್ರ: +# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" +# will be replaced by the PDF file size in kilobytes, respectively in bytes. +document_properties_kb={{size_kb}} KB ({{size_b}} ಬೈಟ್‍ಗಳು) +# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" +# will be replaced by the PDF file size in megabytes, respectively in bytes. +document_properties_mb={{size_mb}} MB ({{size_b}} ಬೈಟ್‍ಗಳು) +document_properties_title=ಶೀರ್ಷಿಕೆ: +document_properties_author=ಕರ್ತೃ: +document_properties_subject=ವಿಷಯ: +document_properties_keywords=ಮುಖ್ಯಪದಗಳು: +document_properties_creation_date=ರಚಿಸಿದ ದಿನಾಂಕ: +document_properties_modification_date=ಮಾರ್ಪಡಿಸಲಾದ ದಿನಾಂಕ: +# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" +# will be replaced by the creation/modification date, and time, of the PDF file. +document_properties_date_string={{date}}, {{time}} +document_properties_creator=ರಚಿಸಿದವರು: +document_properties_producer=PDF ಉತ್ಪಾದಕ: +document_properties_version=PDF ಆವೃತ್ತಿ: +document_properties_page_count=ಪುಟದ ಎಣಿಕೆ: +document_properties_page_size_unit_inches=ಇದರಲ್ಲಿ +document_properties_page_size_orientation_portrait=ಭಾವಚಿತ್ರ +document_properties_page_size_orientation_landscape=ಪ್ರಕೃತಿ ಚಿತ್ರ +# LOCALIZATION NOTE (document_properties_page_size_dimension_string): +# "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement and orientation, of the (current) page. +# LOCALIZATION NOTE (document_properties_page_size_dimension_name_string): +# "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement, name, and orientation, of the (current) page. +document_properties_close=ಮುಚ್ಚು + +print_progress_message=ಮುದ್ರಿಸುವುದಕ್ಕಾಗಿ ದಸ್ತಾವೇಜನ್ನು ಸಿದ್ಧಗೊಳಿಸಲಾಗುತ್ತಿದೆ… +# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by +# a numerical per cent value. +print_progress_percent={{progress}}% +print_progress_close=ರದ್ದು ಮಾಡು + +# Tooltips and alt text for side panel toolbar buttons +# (the _label strings are alt text for the buttons, the .title strings are +# tooltips) +toggle_sidebar.title=ಬದಿಪಟ್ಟಿಯನ್ನು ಹೊರಳಿಸು +toggle_sidebar_label=ಬದಿಪಟ್ಟಿಯನ್ನು ಹೊರಳಿಸು +document_outline_label=ದಸ್ತಾವೇಜಿನ ಹೊರರೇಖೆ +attachments.title=ಲಗತ್ತುಗಳನ್ನು ತೋರಿಸು +attachments_label=ಲಗತ್ತುಗಳು +thumbs.title=ಚಿಕ್ಕಚಿತ್ರದಂತೆ ತೋರಿಸು +thumbs_label=ಚಿಕ್ಕಚಿತ್ರಗಳು +findbar.title=ದಸ್ತಾವೇಜಿನಲ್ಲಿ ಹುಡುಕು +findbar_label=ಹುಡುಕು + +# Thumbnails panel item (tooltip and alt text for images) +# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page +# number. +thumb_page_title=ಪುಟ {{page}} +# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page +# number. +thumb_page_canvas=ಪುಟವನ್ನು ಚಿಕ್ಕಚಿತ್ರದಂತೆ ತೋರಿಸು {{page}} + +# Find panel button title and messages +find_input.title=ಹುಡುಕು +find_input.placeholder=ದಸ್ತಾವೇಜಿನಲ್ಲಿ ಹುಡುಕು… +find_previous.title=ವಾಕ್ಯದ ಹಿಂದಿನ ಇರುವಿಕೆಯನ್ನು ಹುಡುಕು +find_previous_label=ಹಿಂದಿನ +find_next.title=ವಾಕ್ಯದ ಮುಂದಿನ ಇರುವಿಕೆಯನ್ನು ಹುಡುಕು +find_next_label=ಮುಂದಿನ +find_highlight=ಎಲ್ಲವನ್ನು ಹೈಲೈಟ್ ಮಾಡು +find_match_case_label=ಕೇಸನ್ನು ಹೊಂದಿಸು +find_reached_top=ದಸ್ತಾವೇಜಿನ ಮೇಲ್ಭಾಗವನ್ನು ತಲುಪಿದೆ, ಕೆಳಗಿನಿಂದ ಆರಂಭಿಸು +find_reached_bottom=ದಸ್ತಾವೇಜಿನ ಕೊನೆಯನ್ನು ತಲುಪಿದೆ, ಮೇಲಿನಿಂದ ಆರಂಭಿಸು +find_not_found=ವಾಕ್ಯವು ಕಂಡು ಬಂದಿಲ್ಲ + +# Error panel labels +error_more_info=ಹೆಚ್ಚಿನ ಮಾಹಿತಿ +error_less_info=ಕಡಿಮೆ ಮಾಹಿತಿ +error_close=ಮುಚ್ಚು +# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be +# replaced by the PDF.JS version and build ID. +error_version_info=PDF.js v{{version}} (build: {{build}}) +# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an +# english string describing the error. +error_message=ಸಂದೇಶ: {{message}} +# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack +# trace. +error_stack=ರಾಶಿ: {{stack}} +# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename +error_file=ಕಡತ: {{file}} +# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number +error_line=ಸಾಲು: {{line}} +rendering_error=ಪುಟವನ್ನು ನಿರೂಪಿಸುವಾಗ ಒಂದು ದೋಷ ಎದುರಾಗಿದೆ. + +# Predefined zoom values +page_scale_width=ಪುಟದ ಅಗಲ +page_scale_fit=ಪುಟದ ಸರಿಹೊಂದಿಕೆ +page_scale_auto=ಸ್ವಯಂಚಾಲಿತ ಗಾತ್ರಬದಲಾವಣೆ +page_scale_actual=ನಿಜವಾದ ಗಾತ್ರ +# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a +# numerical scale value. +page_scale_percent={{scale}}% + +# Loading indicator messages +loading_error_indicator=ದೋಷ +loading_error=PDF ಅನ್ನು ಲೋಡ್ ಮಾಡುವಾಗ ಒಂದು ದೋಷ ಎದುರಾಗಿದೆ. +invalid_file_error=ಅಮಾನ್ಯವಾದ ಅಥವ ಹಾಳಾದ PDF ಕಡತ. +missing_file_error=PDF ಕಡತ ಇಲ್ಲ. +unexpected_response_error=ಅನಿರೀಕ್ಷಿತವಾದ ಪೂರೈಕೆಗಣಕದ ಪ್ರತಿಕ್ರಿಯೆ. + +# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. +# "{{type}}" will be replaced with an annotation type from a list defined in +# the PDF spec (32000-1:2008 Table 169 – Annotation types). +# Some common types are e.g.: "Check", "Text", "Comment", "Note" +text_annotation_type.alt=[{{type}} ಟಿಪ್ಪಣಿ] +password_label=PDF ಅನ್ನು ತೆರೆಯಲು ಗುಪ್ತಪದವನ್ನು ನಮೂದಿಸಿ. +password_invalid=ಅಮಾನ್ಯವಾದ ಗುಪ್ತಪದ, ದಯವಿಟ್ಟು ಇನ್ನೊಮ್ಮೆ ಪ್ರಯತ್ನಿಸಿ. +password_ok=OK +password_cancel=ರದ್ದು ಮಾಡು + +printing_not_supported=ಎಚ್ಚರಿಕೆ: ಈ ಜಾಲವೀಕ್ಷಕದಲ್ಲಿ ಮುದ್ರಣಕ್ಕೆ ಸಂಪೂರ್ಣ ಬೆಂಬಲವಿಲ್ಲ. +printing_not_ready=ಎಚ್ಚರಿಕೆ: PDF ಕಡತವು ಮುದ್ರಿಸಲು ಸಂಪೂರ್ಣವಾಗಿ ಲೋಡ್ ಆಗಿಲ್ಲ. +web_fonts_disabled=ಜಾಲ ಅಕ್ಷರಶೈಲಿಯನ್ನು ನಿಷ್ಕ್ರಿಯಗೊಳಿಸಲಾಗಿದೆ: ಅಡಕಗೊಳಿಸಿದ PDF ಅಕ್ಷರಶೈಲಿಗಳನ್ನು ಬಳಸಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ. +document_colors_not_allowed=PDF ದಸ್ತಾವೇಜುಗಳು ತಮ್ಮದೆ ಆದ ಬಣ್ಣಗಳನ್ನು ಬಳಸಲು ಅನುಮತಿ ಇರುವುದಿಲ್ಲ: 'ಪುಟಗಳು ತಮ್ಮದೆ ಆದ ಬಣ್ಣವನ್ನು ಆಯ್ಕೆ ಮಾಡಲು ಅನುಮತಿಸು' ಅನ್ನು ಜಾಲವೀಕ್ಷಕದಲ್ಲಿ ನಿಷ್ಕ್ರಿಯಗೊಳಿಸಲಾಗಿರುತ್ತದೆ. diff --git a/dzz/pdf/web/locale/ko/index.htm b/dzz/pdf/web/locale/ko/index.htm new file mode 100644 index 0000000..e69de29 diff --git a/dzz/pdf/web/locale/ko/viewer.properties b/dzz/pdf/web/locale/ko/viewer.properties new file mode 100644 index 0000000..db7da19 --- /dev/null +++ b/dzz/pdf/web/locale/ko/viewer.properties @@ -0,0 +1,242 @@ +# Copyright 2012 Mozilla Foundation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# Main toolbar buttons (tooltips and alt text for images) +previous.title=이전 페이지 +previous_label=이전 +next.title=다음 페이지 +next_label=다음 + +# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input. +page.title=페이지 +# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number +# representing the total number of pages in the document. +of_pages=전체 {{pagesCount}} +# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" +# will be replaced by a number representing the currently visible page, +# respectively a number representing the total number of pages in the document. +page_of_pages=({{pagesCount}} 중 {{pageNumber}}) + +zoom_out.title=축소 +zoom_out_label=축소 +zoom_in.title=확대 +zoom_in_label=확대 +zoom.title=크기 +presentation_mode.title=발표 모드로 전환 +presentation_mode_label=발표 모드 +open_file.title=파일 열기 +open_file_label=열기 +print.title=인쇄 +print_label=인쇄 +download.title=다운로드 +download_label=다운로드 +bookmark.title=지금 보이는 그대로 (복사하거나 새 창에 열기) +bookmark_label=지금 보이는 그대로 + +# Secondary toolbar and context menu +tools.title=도구 +tools_label=도구 +first_page.title=첫 페이지로 이동 +first_page.label=첫 페이지로 이동 +first_page_label=첫 페이지로 이동 +last_page.title=마지막 페이지로 이동 +last_page.label=마지막 페이지로 이동 +last_page_label=마지막 페이지로 이동 +page_rotate_cw.title=시계방향으로 회전 +page_rotate_cw.label=시계방향으로 회전 +page_rotate_cw_label=시계방향으로 회전 +page_rotate_ccw.title=시계 반대방향으로 회전 +page_rotate_ccw.label=시계 반대방향으로 회전 +page_rotate_ccw_label=시계 반대방향으로 회전 + +cursor_text_select_tool.title=텍스트 선택 도구 활성화 +cursor_text_select_tool_label=텍스트 선택 도구 +cursor_hand_tool.title=손 도구 활성화 +cursor_hand_tool_label=손 도구 + +scroll_vertical.title=세로 스크롤 사용 +scroll_vertical_label=세로 스크롤 +scroll_horizontal.title=가로 스크롤 사용 +scroll_horizontal_label=가로 스크롤 +scroll_wrapped.title=감싼 스크롤 사용 +scroll_wrapped_label=감싼 스크롤 + +spread_none.title=펼쳐진 페이지를 합치지 않음 +spread_none_label=펼쳐짐 없음 +spread_odd.title=홀수 페이지로 시작하게 펼쳐진 페이지 합침 +spread_odd_label=홀수 펼쳐짐 +spread_even.title=짝수 페이지로 시작하게 펼쳐진 페이지 합침 +spread_even_label=짝수 펼쳐짐 + +# Document properties dialog box +document_properties.title=문서 속성… +document_properties_label=문서 속성… +document_properties_file_name=파일 이름: +document_properties_file_size=파일 사이즈: +# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" +# will be replaced by the PDF file size in kilobytes, respectively in bytes. +document_properties_kb={{size_kb}} KB ({{size_b}}바이트) +# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" +# will be replaced by the PDF file size in megabytes, respectively in bytes. +document_properties_mb={{size_mb}} MB ({{size_b}}바이트) +document_properties_title=제목: +document_properties_author=저자: +document_properties_subject=주제: +document_properties_keywords=키워드: +document_properties_creation_date=생성일: +document_properties_modification_date=수정일: +# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" +# will be replaced by the creation/modification date, and time, of the PDF file. +document_properties_date_string={{date}}, {{time}} +document_properties_creator=생성자: +document_properties_producer=PDF 생성기: +document_properties_version=PDF 버전: +document_properties_page_count=총 페이지: +document_properties_page_size=페이지 크기: +document_properties_page_size_unit_inches=in +document_properties_page_size_unit_millimeters=mm +document_properties_page_size_orientation_portrait=세로 +document_properties_page_size_orientation_landscape=가로 +document_properties_page_size_name_a3=A3 +document_properties_page_size_name_a4=A4 +document_properties_page_size_name_letter=레터 +document_properties_page_size_name_legal=리걸 +# LOCALIZATION NOTE (document_properties_page_size_dimension_string): +# "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement and orientation, of the (current) page. +document_properties_page_size_dimension_string={{width}} × {{height}} {{unit}} ({{orientation}}) +# LOCALIZATION NOTE (document_properties_page_size_dimension_name_string): +# "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement, name, and orientation, of the (current) page. +document_properties_page_size_dimension_name_string={{width}} × {{height}} {{unit}} ({{name}}, {{orientation}}) +# LOCALIZATION NOTE (document_properties_linearized): The linearization status of +# the document; usually called "Fast Web View" in English locales of Adobe software. +document_properties_linearized=빠른 웹 보기: +document_properties_linearized_yes=예 +document_properties_linearized_no=아니오 +document_properties_close=닫기 + +print_progress_message=문서 출력 준비중… +# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by +# a numerical per cent value. +print_progress_percent={{progress}}% +print_progress_close=취소 + +# Tooltips and alt text for side panel toolbar buttons +# (the _label strings are alt text for the buttons, the .title strings are +# tooltips) +toggle_sidebar.title=탐색창 열고 닫기 +toggle_sidebar_notification.title=탐색창 열고 닫기 (문서에 아웃라인이나 첨부파일이 들어있음) +toggle_sidebar_label=탐색창 열고 닫기 +document_outline.title=문서 아웃라인 보기(더블 클릭해서 모든 항목 열고 닫기) +document_outline_label=문서 아웃라인 +attachments.title=첨부파일 보기 +attachments_label=첨부파일 +thumbs.title=미리보기 +thumbs_label=미리보기 +findbar.title=검색 +findbar_label=검색 + +# Thumbnails panel item (tooltip and alt text for images) +# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page +# number. +thumb_page_title={{page}}쪽 +# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page +# number. +thumb_page_canvas={{page}}쪽 미리보기 + +# Find panel button title and messages +find_input.title=찾기 +find_input.placeholder=문서에서 찾기… +find_previous.title=지정 문자열에 일치하는 1개 부분을 검색 +find_previous_label=이전 +find_next.title=지정 문자열에 일치하는 다음 부분을 검색 +find_next_label=다음 +find_highlight=모두 강조 표시 +find_match_case_label=대문자/소문자 구별 +find_entire_word_label=전체 단어 +find_reached_top=문서 처음까지 검색하고 끝으로 돌아와 검색했습니다. +find_reached_bottom=문서 끝까지 검색하고 앞으로 돌아와 검색했습니다. +# LOCALIZATION NOTE (find_match_count): The supported plural forms are +# [one|two|few|many|other], with [other] as the default value. +# "{{current}}" and "{{total}}" will be replaced by a number representing the +# index of the currently active find result, respectively a number representing +# the total number of matches in the document. +find_match_count={[ plural(total) ]} +find_match_count[one]={{total}} 중 {{current}} 일치 +find_match_count[two]={{total}} 중 {{current}} 일치 +find_match_count[few]={{total}} 중 {{current}} 일치 +find_match_count[many]={{total}} 중 {{current}} 일치 +find_match_count[other]={{total}} 중 {{current}} 일치 +# LOCALIZATION NOTE (find_match_count_limit): The supported plural forms are +# [zero|one|two|few|many|other], with [other] as the default value. +# "{{limit}}" will be replaced by a numerical value. +find_match_count_limit={[ plural(limit) ]} +find_match_count_limit[zero]={{limit}} 이상 일치 +find_match_count_limit[one]={{limit}} 이상 일치 +find_match_count_limit[two]={{limit}} 이상 일치 +find_match_count_limit[few]={{limit}} 이상 일치 +find_match_count_limit[many]={{limit}} 이상 일치 +find_match_count_limit[other]={{limit}} 이상 일치 +find_not_found=검색 결과 없음 + +# Error panel labels +error_more_info=정보 더 보기 +error_less_info=정보 간단히 보기 +error_close=닫기 +# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be +# replaced by the PDF.JS version and build ID. +error_version_info=PDF.js v{{version}} (빌드: {{build}}) +# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an +# english string describing the error. +error_message=메시지: {{message}} +# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack +# trace. +error_stack=스택: {{stack}} +# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename +error_file=파일: {{file}} +# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number +error_line=줄 번호: {{line}} +rendering_error=페이지를 렌더링하다 오류가 났습니다. + +# Predefined zoom values +page_scale_width=페이지 너비에 맞춤 +page_scale_fit=페이지에 맞춤 +page_scale_auto=알아서 맞춤 +page_scale_actual=실제 크기에 맞춤 +# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a +# numerical scale value. +page_scale_percent={{scale}}% + +# Loading indicator messages +loading_error_indicator=오류 +loading_error=PDF를 읽는 중 오류가 생겼습니다. +invalid_file_error=유효하지 않거나 파손된 PDF 파일 +missing_file_error=PDF 파일이 없습니다. +unexpected_response_error=알 수 없는 서버 응답입니다. + +# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. +# "{{type}}" will be replaced with an annotation type from a list defined in +# the PDF spec (32000-1:2008 Table 169 – Annotation types). +# Some common types are e.g.: "Check", "Text", "Comment", "Note" +text_annotation_type.alt=[{{type}} 주석] +password_label=이 PDF 파일을 열 수 있는 암호를 입력하십시오. +password_invalid=잘못된 암호입니다. 다시 시도해 주십시오. +password_ok=확인 +password_cancel=취소 + +printing_not_supported=경고: 이 브라우저는 인쇄를 완전히 지원하지 않습니다. +printing_not_ready=경고: 이 PDF를 인쇄를 할 수 있을 정도로 읽어들이지 못했습니다. +web_fonts_disabled=웹 폰트가 꺼져있음: 내장된 PDF 글꼴을 쓸 수 없습니다. +document_colors_not_allowed=PDF 문서의 색상을 쓰지 못하게 되어 있음: '웹 페이지 자체 색상 사용 허용'이 브라우저에서 꺼져 있습니다. diff --git a/dzz/pdf/web/locale/kok/index.htm b/dzz/pdf/web/locale/kok/index.htm new file mode 100644 index 0000000..e69de29 diff --git a/dzz/pdf/web/locale/kok/viewer.properties b/dzz/pdf/web/locale/kok/viewer.properties new file mode 100644 index 0000000..dbdd3df --- /dev/null +++ b/dzz/pdf/web/locale/kok/viewer.properties @@ -0,0 +1,167 @@ +# Copyright 2012 Mozilla Foundation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# Main toolbar buttons (tooltips and alt text for images) +previous.title=फाटले पान +previous_label=फाटले +next.title=फुडले पान +next_label=फुडें + +# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input. +# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number +# representing the total number of pages in the document. +# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" +# will be replaced by a number representing the currently visible page, +# respectively a number representing the total number of pages in the document. + +zoom_out.title=ल्हान करात +zoom_out_label=ल्हान करात +zoom_in.title=व्हड करात +zoom_in_label=व्हड करात +zoom.title=व्हड +presentation_mode.title=सादरीकरण स्थितींत वचात +presentation_mode_label=सादरीकरण स्थिती +open_file.title=फायल उगडात +open_file_label=उगडात +print.title=छापात +print_label=छापात +download.title=डावनलोड +download_label=डावनलोड +bookmark.title=सद्याचे दृश्य (नव्या जनेलांत प्रत करात वो उगडात) +bookmark_label=सद्याचे दृश्य + +# Secondary toolbar and context menu +tools.title=साधनां +tools_label=साधनां +first_page.title=पयल्या पानार वचात +first_page.label=पयल्या पानार वचात +first_page_label=पयल्या पानार वचात +last_page.title=निमण्या पानार वचात +last_page.label=निमण्या पानार वचात +last_page_label=निमण्या पानार वचात +page_rotate_cw.title=घड्याळाच्या दिकेन घुंवडायात +page_rotate_cw.label=घड्याळाच्या दिकेन घुंवडायात +page_rotate_cw_label=घड्याळाच्या दिकेन घुंवडायात +page_rotate_ccw.title=घड्याळाच्या उलट्या दिकेन घुंवडायात +page_rotate_ccw.label=घड्याळाच्या उलट्या दिकेन घुंवडायात +page_rotate_ccw_label=घड्याळाच्या उलट्या दिकेन घुंवडायात + + +# Document properties dialog box +document_properties.title=दस्तावेज वैशिश्ट्यां... +document_properties_label=दस्तावेज वैशिश्ट्यां... +document_properties_file_name=फायलीचे नाव: +document_properties_file_size=फायलीचो आकार: +# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" +# will be replaced by the PDF file size in kilobytes, respectively in bytes. +document_properties_kb={{आकार_kb}} KB ({{आकार_b}} बायटस्) +# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" +# will be replaced by the PDF file size in megabytes, respectively in bytes. +document_properties_mb={{आकार_mb}} MB ({{आकार_b}} बायटस्) +document_properties_title=मथळो: +document_properties_author=बरोवपी: +document_properties_subject=विशय: +document_properties_keywords=कीवर्डस्: +document_properties_creation_date=निर्मणी तारीक: +document_properties_modification_date=सुदार तारीक: +# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" +# will be replaced by the creation/modification date, and time, of the PDF file. +document_properties_date_string={{तारीक}}, {{वेळ}} +document_properties_creator=निर्मातो: +document_properties_producer=\u0020PDF निर्मातो: +document_properties_version=PDF आवृत्ती: +document_properties_page_count=पान गणन: +document_properties_close=बंद + +# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by +# a numerical per cent value. + +# Tooltips and alt text for side panel toolbar buttons +# (the _label strings are alt text for the buttons, the .title strings are +# tooltips) +toggle_sidebar.title=सायडबार अदलाबदल +toggle_sidebar_label=सायडबार अदलाबदल +document_outline_label=दस्तावेज आउटलायन +attachments.title=जोड दाखयात +attachments_label=जोडी +thumbs.title=थंबनेल दाखयात +thumbs_label=थंबनेल +findbar.title=दस्तावेजांत सोदात + +# Thumbnails panel item (tooltip and alt text for images) +# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page +# number. +thumb_page_title=पान {{पान}} +# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page +# number. +thumb_page_canvas={{पान}} पानाचे थंबनेल + +# Find panel button title and messages +find_previous.title=वाक्याचो पयलीचो अंश सोदात +find_previous_label=फाटले +find_next.title=वाक्याचो मुखावेलो अंश सोदात +find_next_label=फुडें +find_highlight=सगळे ठळक करात +find_match_case_label=केस जुळयात +find_reached_top=दस्तावेजाच्या वयर पावले. सकयल्यान सुरू करात +find_reached_bottom=दस्तावेजाच्या शेवटाक पावले, वयल्यान सुरू करात +find_not_found=वाक्य मेळूंक ना + +# Error panel labels +error_more_info=अदिक माहिती +error_less_info=कमी माहिती +error_close=बंद +# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be +# replaced by the PDF.JS version and build ID. +error_version_info=PDF.js v{{आवृत्ती}} (build: {{build}}) +# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an +# english string describing the error. +error_message=संदेश : {{संदेश}} +# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack +# trace. +error_stack=दाळ: {{दाळ}} +# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename +error_file=फायल: {{फायल}} +# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number +error_line=ओळ: {{ओळ}} +rendering_error=पान रेंडरिंग करतास्तना एरर आयलो + +# Predefined zoom values +page_scale_width=पानाची रुंदाय +page_scale_fit=पानार बसयात +page_scale_auto=आपशीच व्हड +page_scale_actual=मूळचो आकार +# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a +# numerical scale value. + +# Loading indicator messages +loading_error_indicator=एरर +loading_error=पीडीएफ चालू जातना एरर आयलो +invalid_file_error=अवैध वो वाट लागिल्ली PDF फायल +missing_file_error=शेणिल्ली PDF फायल. +unexpected_response_error=अनपेक्षित सर्व्हर प्रतिसाद + +# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. +# "{{type}}" will be replaced with an annotation type from a list defined in +# the PDF spec (32000-1:2008 Table 169 – Annotation types). +# Some common types are e.g.: "Check", "Text", "Comment", "Note" +text_annotation_type.alt=[{{प्रकार}} टिप्पणी] +password_label=ही PDF फायल उगडपाक पासवर्ड दियात +password_invalid=अवैध पासवर्ड. परतून यत्न करात. +password_ok=बरें आसा + +printing_not_supported=शिटकावणी : हे ब्रावजर छापपाक फांटबळ दिना +printing_not_ready=शिटकावणी: PDF मुद्रणाखातीर पुराय लोड जावना. +web_fonts_disabled=वेब अक्षरसंच निश्क्रिय केल्यात: एम्बेडेड PDF अक्षरसंच वापरपाक शकना. +document_colors_not_allowed=PDF दस्तावेजांक तांचे स्वतःचे रंग वापरपाक अनुमती ना: 'पानांक तांचे स्वतःचे रंग निवडुपाक दियात' ब्रावजरान निश्क्रीय केला. diff --git a/dzz/pdf/web/locale/ks/index.htm b/dzz/pdf/web/locale/ks/index.htm new file mode 100644 index 0000000..e69de29 diff --git a/dzz/pdf/web/locale/ks/viewer.properties b/dzz/pdf/web/locale/ks/viewer.properties new file mode 100644 index 0000000..63a9192 --- /dev/null +++ b/dzz/pdf/web/locale/ks/viewer.properties @@ -0,0 +1,168 @@ +# Copyright 2012 Mozilla Foundation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# Main toolbar buttons (tooltips and alt text for images) +previous.title=پتِم صفحە +previous_label=پتِم +next.title=برونٹھِم صفحە +next_label=برونٹھ + +# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input. +# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number +# representing the total number of pages in the document. +# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" +# will be replaced by a number representing the currently visible page, +# respectively a number representing the total number of pages in the document. + +zoom_out.title=نەبر كڈیەو +zoom_out_label=نەبر كڈیەو +zoom_in.title=اندر ژٓانیو +zoom_in_label=اندر ژٓانیو +zoom.title=زوم +presentation_mode.title=پریزینٹیشن موڈس کُن کْریو سوچ +presentation_mode_label=پریزینٹیشن موڈ +open_file.title=فایل كھولیو +open_file_label=كھولیو +print.title=پرینٹ +print_label=پرینٹ +download.title=ڈاونلوڈ +download_label=ڈاونلوڈ +bookmark.title=حالُك نظارء (نقل كریو نتە كھولیەو بدل وِنڈو منز) +bookmark_label=حالُك نظارء + +# Secondary toolbar and context menu +tools.title=ٹول +tools_label=ٹول +first_page.title=گوڈنیکِس پیجس کُن گْژھیو\u0020 +first_page.label=گوڈنیکِس پیجس کُن گْژھیو\u0020 +first_page_label=گوڈنیکِس پیجس کُن گْژھیو\u0020 +last_page.title=\u0020پْتمِس پیجس کُن گْژھیو\u0020 +last_page.label=\u0020پْتمِس پیجس کُن گْژھیو\u0020 +last_page_label=\u0020پْتمِس پیجس کُن گْژھیو\u0020 +page_rotate_cw.title=کُلاک وایِز کْریو روٹیٹ\u0020 +page_rotate_cw.label=کُلاک وایِز کْریو روٹیٹ\u0020 +page_rotate_cw_label=کُلاک وایِز کْریو روٹیٹ\u0020 +page_rotate_ccw.title=\u0020کاونٹر کُلاک وایِز کْریو روٹیٹ +page_rotate_ccw.label=\u0020کاونٹر کُلاک وایِز کْریو روٹیٹ +page_rotate_ccw_label=\u0020کاونٹر کُلاک وایِز کْریو روٹیٹ + + +# Document properties dialog box +document_properties.title=دستاویز خصوصیات ۔ ۔ ۔ +document_properties_label=دستاویز خصوصیات ۔ ۔ ۔ +document_properties_file_name=فایل ناو: +document_properties_file_size=فایل سایِز: +# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" +# will be replaced by the PDF file size in kilobytes, respectively in bytes. +document_properties_kb={{size_kb}} KB ({{size_b}} bytes) +# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" +# will be replaced by the PDF file size in megabytes, respectively in bytes. +document_properties_mb={{size_kb}} KB ({{size_b}} bytes) +document_properties_title=عنوان: +document_properties_author=آتھر +document_properties_subject=موضوع: +document_properties_keywords=كی وٲرڈ: +document_properties_creation_date=بناونُک تأریخ +document_properties_modification_date=تبدیلی ہُند ڈاٹا +# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" +# will be replaced by the creation/modification date, and time, of the PDF file. +document_properties_date_string={{تأریخ}}, {{ٹایم}} +document_properties_creator=بناون وول: +document_properties_producer=پی ڈی ایف پروڈوسر: +document_properties_version=پی ڈی ایف وْرجن: +document_properties_page_count=پیج کاوُنٹ: +document_properties_close=بند + +# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by +# a numerical per cent value. + +# Tooltips and alt text for side panel toolbar buttons +# (the _label strings are alt text for the buttons, the .title strings are +# tooltips) +toggle_sidebar.title=ٹوگل سایِڈ بار +toggle_sidebar_label=ٹوگل سایِڈ بار +document_outline_label=دستاەیزن ھِنز آوٹلاین +attachments.title=اٹیچمینٹ ہأیو +attachments_label=اٹیچمینٹ +thumbs.title=تھمبنیلس ھآویو +thumbs_label=تھمبنیلس\u0020 +findbar.title=دستاویزس منز وْچھیو + +# Thumbnails panel item (tooltip and alt text for images) +# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page +# number. +thumb_page_title=صفحە {{صفحە }} +# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page +# number. +thumb_page_canvas=صفحُك تھمبنیل\u0020 + +# Find panel button title and messages +find_previous.title=جملُك پت۪یوم واقعئ ژئھنڈیو\u0020 +find_previous_label=پتِم +find_next.title=جملُك بیٲكھ واقعئ ژئھنڈیو\u0020 +find_next_label=برونٹھ +find_highlight=تمام کْریو ہاے لایِٹ +find_match_case_label=کیس کْریو میچ +find_reached_top=صفحہ كس ٹاپس پیٹھ وئت، بوْنئ پیٹھئ تھأیو جٲری +find_reached_bottom=صفحہ كس آخرس پیٹھ وئت، ہ۪یرئ پیٹھئ تھأو جئری +find_not_found=جملئ آو نئ اتھ۪ی + +# Error panel labels +error_more_info=مزید مولومات +error_less_info=كم مولەومات +error_close=بند +# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be +# replaced by the PDF.JS version and build ID. +error_version_info=PDF.js v{{version}} (build: {{build}}) +# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an +# english string describing the error. +error_message=شیچھ: {{شیچھ}} +# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack +# trace. +error_stack=سٹیك: {{سٹیك}} +# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename +error_file=فایل: {{fileفایل}} +# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number +error_line=ريخ: {{ریخ}} +rendering_error=صفحئ كھولُن ویز۪ی گئی غلطی + +# Predefined zoom values +page_scale_width=صفحُك كھَجَر +page_scale_fit=صفحئ برابر +page_scale_auto=پٲنٲی بڈٲویو +page_scale_actual=اصلی سایز +# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a +# numerical scale value. +page_scale_percent={{scale}}% + +# Loading indicator messages +loading_error_indicator=غلطی +loading_error=پی ڈی ایف كھولَن ویز۪ی گئی غلطی +invalid_file_error=ناکار یا خراب گأمْژ پی ڈی ایف فایل۔ +missing_file_error=میسینگ پی ڈی ایف فایل۔ +unexpected_response_error=غیر متوقع سْرور جواب۔ + +# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. +# "{{type}}" will be replaced with an annotation type from a list defined in +# the PDF spec (32000-1:2008 Table 169 – Annotation types). +# Some common types are e.g.: "Check", "Text", "Comment", "Note" +text_annotation_type.alt=[{{قئسم}} اینوٹیشن] +password_label=پاس وأرڈ کْریو اینٹر یہ پی ڈی ایف فایل اوپْن کرنْہ باپت۔ +password_invalid=ناکار پاس وأرڈ۔ مہربأنی کْرتھ کْریو دوبار کوشش۔ +password_ok=\u0020OK + +printing_not_supported=آگہی۔ یتَھ براویزرَس چھُنَ چھَپاونئ خٲطرئ پورئ پٲٹھ تعاوُن +printing_not_ready=آگأہی: یہ پی ڈی ایف چُھ نْہ پورْ پأٹھ لوڈ پرینٹینگ باپت۔ +web_fonts_disabled=ویب فانٹ چھ ڈیسیبلْڈ: ایمبیڈیڈ پی ڈی ایف فانٹ استعمال کرنْہ باپت کْریو انیبْل۔ +document_colors_not_allowed=پی ڈی ایف دستاویز ہیکن نْہ پنْنئ رنگ استعمال کْرتھ: پیجن دِیو اجازت پنْنئ رنگ استعمال کرنس چُھ ڈی ایکٹیویٹ کرنْہ آمُت براوزرس منز۔ diff --git a/dzz/pdf/web/locale/ku/index.htm b/dzz/pdf/web/locale/ku/index.htm new file mode 100644 index 0000000..e69de29 diff --git a/dzz/pdf/web/locale/ku/viewer.properties b/dzz/pdf/web/locale/ku/viewer.properties new file mode 100644 index 0000000..c3462f6 --- /dev/null +++ b/dzz/pdf/web/locale/ku/viewer.properties @@ -0,0 +1,146 @@ +# Copyright 2012 Mozilla Foundation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# Main toolbar buttons (tooltips and alt text for images) +previous.title=Rûpela berê +previous_label=Paşve +next.title=Rûpela pêş +next_label=Pêş + +# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input. +# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number +# representing the total number of pages in the document. +# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" +# will be replaced by a number representing the currently visible page, +# respectively a number representing the total number of pages in the document. + +zoom_out.title=Dûr bike +zoom_out_label=Dûr bike +zoom_in.title=Nêzîk bike +zoom_in_label=Nêzîk bike +zoom.title=Nêzîk Bike +presentation_mode.title=Derbasî mûda pêşkêşkariyê bibe +presentation_mode_label=Moda Pêşkêşkariyê +open_file.title=Pelî veke +open_file_label=Veke +print.title=Çap bike +print_label=Çap bike +download.title=Jêbar bike +download_label=Jêbar bike +bookmark.title=Xuyakirina niha (kopî yan jî di pencereyeke nû de veke) +bookmark_label=Xuyakirina niha + +# Secondary toolbar and context menu +tools.title=Amûr +tools_label=Amûr +first_page.title=Here rûpela yekemîn +first_page.label=Here rûpela yekemîn +first_page_label=Here rûpela yekemîn +last_page.title=Here rûpela dawîn +last_page.label=Here rûpela dawîn +last_page_label=Here rûpela dawîn +page_rotate_cw.title=Bi aliyê saetê ve bizivirîne +page_rotate_cw.label=Bi aliyê saetê ve bizivirîne +page_rotate_cw_label=Bi aliyê saetê ve bizivirîne +page_rotate_ccw.title=Berevajî aliyê saetê ve bizivirîne +page_rotate_ccw.label=Berevajî aliyê saetê ve bizivirîne +page_rotate_ccw_label=Berevajî aliyê saetê ve bizivirîne + + +# Document properties dialog box +# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" +# will be replaced by the PDF file size in kilobytes, respectively in bytes. +# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" +# will be replaced by the PDF file size in megabytes, respectively in bytes. +document_properties_title=Sernav: +# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" +# will be replaced by the creation/modification date, and time, of the PDF file. + +# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by +# a numerical per cent value. + +# Tooltips and alt text for side panel toolbar buttons +# (the _label strings are alt text for the buttons, the .title strings are +# tooltips) +toggle_sidebar.title=Darikê kêlekê veke/bigire +toggle_sidebar_label=Darikê kêlekê veke/bigire +document_outline_label=Şemaya belgeyê +thumbs.title=Wênekokan nîşan bide +thumbs_label=Wênekok +findbar.title=Di belgeyê de bibîne + +# Thumbnails panel item (tooltip and alt text for images) +# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page +# number. +thumb_page_title=Rûpel {{page}} +# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page +# number. +thumb_page_canvas=Wênekoka rûpelê {{page}} + +# Find panel button title and messages +find_previous.title=Peyva berê bibîne +find_previous_label=Paşve +find_next.title=Peyya pêş bibîne +find_next_label=Pêşve +find_highlight=Tevî beloq bike +find_match_case_label=Ji bo tîpên hûrdek-girdek bihîstyar +find_reached_top=Gihîşt serê rûpelê, ji dawiya rûpelê bidomîne +find_reached_bottom=Gihîşt dawiya rûpelê, ji serê rûpelê bidomîne +find_not_found=Peyv nehat dîtin + +# Error panel labels +error_more_info=Zêdetir agahî +error_less_info=Zêdetir agahî +# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be +# replaced by the PDF.JS version and build ID. +error_version_info=PDF.js versiyon {{version}} (avanî: {{build}}) +# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an +# english string describing the error. +error_message=Peyam: {{message}} +# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack +# trace. +error_stack=Komik: {{stack}} +# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename +error_file=Pel: {{file}} +# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number +error_line=Rêzik: {{line}} +rendering_error=Di vehûrandina rûpelê de çewtî çêbû. + +# Predefined zoom values +page_scale_width=Firehiya rûpelê +page_scale_fit=Di rûpelê de bicî bike +page_scale_auto=Xweber nêzîk bike +page_scale_actual=Mezinahiya rastîn +# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a +# numerical scale value. + +# Loading indicator messages +loading_error_indicator=Xeletî +loading_error=Dema ku PDF dihat barkirin çewtiyek çêbû. +invalid_file_error=Pelê PDFê nederbasdar yan jî xirabe ye. +missing_file_error=Pelê PDFê kêm e. + +# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. +# "{{type}}" will be replaced with an annotation type from a list defined in +# the PDF spec (32000-1:2008 Table 169 – Annotation types). +# Some common types are e.g.: "Check", "Text", "Comment", "Note" +text_annotation_type.alt=[Nîşaneya {{type}}ê] +password_label=Ji bo PDFê vekî şîfreyê binivîse. +password_invalid=Şîfre çewt e. Tika ye dîsa biceribîne. +password_ok=Temam + +printing_not_supported=Hişyarî: Çapkirin ji hêla vê gerokê ve bi temamî nayê destekirin. +printing_not_ready=Hişyarî: PDF bi temamî nehat barkirin û ji bo çapê ne amade ye. +web_fonts_disabled=Fontên Webê neçalak in: Fontên PDFê yên veşartî nayên bikaranîn. +document_colors_not_allowed=Destûr tune ye ku belgeyên PDFê rengên xwe bi kar bînin: Di gerokê de 'destûrê bide rûpelan ku rengên xwe bi kar bînin' nehatiye çalakirin. diff --git a/dzz/pdf/web/locale/lg/index.htm b/dzz/pdf/web/locale/lg/index.htm new file mode 100644 index 0000000..e69de29 diff --git a/dzz/pdf/web/locale/lg/viewer.properties b/dzz/pdf/web/locale/lg/viewer.properties new file mode 100644 index 0000000..5658d54 --- /dev/null +++ b/dzz/pdf/web/locale/lg/viewer.properties @@ -0,0 +1,112 @@ +# Copyright 2012 Mozilla Foundation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# Main toolbar buttons (tooltips and alt text for images) +previous.title=Omuko Ogubadewo +next.title=Omuko Oguddako + +# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input. +# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number +# representing the total number of pages in the document. +of_pages=ku {{pagesCount}} +# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" +# will be replaced by a number representing the currently visible page, +# respectively a number representing the total number of pages in the document. + +zoom_out.title=Zimbulukusa +zoom_out_label=Zimbulukusa +zoom_in.title=Funza Munda +zoom_in_label=Funza Munda +zoom.title=Gezzamu +open_file.title=Bikula Fayiro +open_file_label=Ggulawo +print.title=Fulumya +print_label=Fulumya +download.title=Tikula +download_label=Tikula +bookmark.title=Endabika eriwo (koppa oba gulawo mu diriisa epya) +bookmark_label=Endabika Eriwo + +# Secondary toolbar and context menu + + +# Document properties dialog box +# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" +# will be replaced by the PDF file size in kilobytes, respectively in bytes. +# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" +# will be replaced by the PDF file size in megabytes, respectively in bytes. +# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" +# will be replaced by the creation/modification date, and time, of the PDF file. + +# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by +# a numerical per cent value. + +# Tooltips and alt text for side panel toolbar buttons +# (the _label strings are alt text for the buttons, the .title strings are +# tooltips) +document_outline_label=Ensalo ze Ekiwandiko +thumbs.title=Laga Ekifanyi Mubufunze +thumbs_label=Ekifanyi Mubufunze + +# Thumbnails panel item (tooltip and alt text for images) +# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page +# number. +thumb_page_title=Omuko {{page}} +# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page +# number. +thumb_page_canvas=Ekifananyi kyo Omuko Mubufunze {{page}} + +# Find panel button title and messages +find_previous.title=Zuula awayise mukweddamu mumiteddera +find_next.title=Zuula ekidako mukweddamu mumiteddera +find_highlight=Londa byonna +find_not_found=Emiteddera tezuuliddwa + +# Error panel labels +error_more_info=Ebisingawo +error_less_info=Mubumpimpi +# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be +# replaced by the PDF.JS version and build ID. +# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an +# english string describing the error. +error_message=Obubaaka: {{message}} +# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack +# trace. +error_stack=Ebipangiddwa: {{stack}} +# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename +error_file=Fayiro {{file}} +# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number +error_line=Layini: {{line}} +rendering_error=Wabadewo ensobi muku tekawo omuko. + +# Predefined zoom values +page_scale_width=Obugazi bwo Omuko +page_scale_fit=Okutuka kwo Omuko +page_scale_auto=Okwefunza no Kwegeza +page_scale_actual=Obunene Obutufu +# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a +# numerical scale value. + +# Loading indicator messages +loading_error_indicator=Ensobi +loading_error=Wabadewo ensobi mukutika PDF. + +# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. +# "{{type}}" will be replaced with an annotation type from a list defined in +# the PDF spec (32000-1:2008 Table 169 – Annotation types). +# Some common types are e.g.: "Check", "Text", "Comment", "Note" +text_annotation_type.alt=[{{type}} Enyonyola] +password_ok=OK + +printing_not_supported=Okulaabula: Okulumya empapula tekuwagirwa enonyeso enno. diff --git a/dzz/pdf/web/locale/lij/index.htm b/dzz/pdf/web/locale/lij/index.htm new file mode 100644 index 0000000..e69de29 diff --git a/dzz/pdf/web/locale/lij/viewer.properties b/dzz/pdf/web/locale/lij/viewer.properties new file mode 100644 index 0000000..f0a7771 --- /dev/null +++ b/dzz/pdf/web/locale/lij/viewer.properties @@ -0,0 +1,242 @@ +# Copyright 2012 Mozilla Foundation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# Main toolbar buttons (tooltips and alt text for images) +previous.title=Pagina primma +previous_label=Precedente +next.title=Pagina dòppo +next_label=Pròscima + +# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input. +page.title=Pagina +# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number +# representing the total number of pages in the document. +of_pages=de {{pagesCount}} +# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" +# will be replaced by a number representing the currently visible page, +# respectively a number representing the total number of pages in the document. +page_of_pages=({{pageNumber}} de {{pagesCount}}) + +zoom_out.title=Diminoisci zoom +zoom_out_label=Diminoisci zoom +zoom_in.title=Aomenta zoom +zoom_in_label=Aomenta zoom +zoom.title=Zoom +presentation_mode.title=Vanni into mòddo de prezentaçion +presentation_mode_label=Mòddo de prezentaçion +open_file.title=Arvi file +open_file_label=Arvi +print.title=Stanpa +print_label=Stanpa +download.title=Descaregamento +download_label=Descaregamento +bookmark.title=Vixon corente (còpia ò arvi inte 'n neuvo barcon) +bookmark_label=Vixon corente + +# Secondary toolbar and context menu +tools.title=Strumenti +tools_label=Strumenti +first_page.title=Vanni a-a primma pagina +first_page.label=Vanni a-a primma pagina +first_page_label=Vanni a-a primma pagina +last_page.title=Vanni a l'urtima pagina +last_page.label=Vanni a l'urtima pagina +last_page_label=Vanni a l'urtima pagina +page_rotate_cw.title=Gia into verso oraio +page_rotate_cw.label=Gia in senso do releuio +page_rotate_cw_label=Gia into verso oraio +page_rotate_ccw.title=Gia into verso antioraio +page_rotate_ccw.label=Gia in senso do releuio a-a reversa +page_rotate_ccw_label=Gia into verso antioraio + +cursor_text_select_tool.title=Abilita strumento de seleçion do testo +cursor_text_select_tool_label=Strumento de seleçion do testo +cursor_hand_tool.title=Abilita strumento man +cursor_hand_tool_label=Strumento man + +scroll_vertical.title=Deuvia rebelamento verticale +scroll_vertical_label=Rebelamento verticale +scroll_horizontal.title=Deuvia rebelamento orizontâ +scroll_horizontal_label=Rebelamento orizontâ +scroll_wrapped.title=Deuvia rebelamento incapsolou +scroll_wrapped_label=Rebelamento incapsolou + +spread_none.title=No unite a-a difuxon de pagina +spread_none_label=No difuxon +spread_odd.title=Uniscite a-a difuxon de pagina co-o numero dèspa +spread_odd_label=Difuxon dèspa +spread_even.title=Uniscite a-a difuxon de pagina co-o numero pari +spread_even_label=Difuxon pari + +# Document properties dialog box +document_properties.title=Propietæ do documento… +document_properties_label=Propietæ do documento… +document_properties_file_name=Nomme file: +document_properties_file_size=Dimenscion file: +# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" +# will be replaced by the PDF file size in kilobytes, respectively in bytes. +document_properties_kb={{size_kb}} kB ({{size_b}} byte) +# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" +# will be replaced by the PDF file size in megabytes, respectively in bytes. +document_properties_mb={{size_mb}} MB ({{size_b}} byte) +document_properties_title=Titolo: +document_properties_author=Aoto: +document_properties_subject=Ogetto: +document_properties_keywords=Paròlle ciave: +document_properties_creation_date=Dæta creaçion: +document_properties_modification_date=Dæta cangiamento: +# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" +# will be replaced by the creation/modification date, and time, of the PDF file. +document_properties_date_string={{date}}, {{time}} +document_properties_creator=Aotô originale: +document_properties_producer=Produtô PDF: +document_properties_version=Verscion PDF: +document_properties_page_count=Contezzo pagine: +document_properties_page_size=Dimenscion da pagina: +document_properties_page_size_unit_inches=dii gròsci +document_properties_page_size_unit_millimeters=mm +document_properties_page_size_orientation_portrait=drito +document_properties_page_size_orientation_landscape=desteizo +document_properties_page_size_name_a3=A3 +document_properties_page_size_name_a4=A4 +document_properties_page_size_name_letter=Letia +document_properties_page_size_name_legal=Lezze +# LOCALIZATION NOTE (document_properties_page_size_dimension_string): +# "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement and orientation, of the (current) page. +document_properties_page_size_dimension_string={{width}} × {{height}} {{unit}} ({{orientation}}) +# LOCALIZATION NOTE (document_properties_page_size_dimension_name_string): +# "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement, name, and orientation, of the (current) page. +document_properties_page_size_dimension_name_string={{width}} × {{height}} {{unit}} ({{name}}, {{orientation}}) +# LOCALIZATION NOTE (document_properties_linearized): The linearization status of +# the document; usually called "Fast Web View" in English locales of Adobe software. +document_properties_linearized=Vista veloce do Web: +document_properties_linearized_yes=Sci +document_properties_linearized_no=No +document_properties_close=Særa + +print_progress_message=Praparo o documento pe-a stanpa… +# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by +# a numerical per cent value. +print_progress_percent={{progress}}% +print_progress_close=Anulla + +# Tooltips and alt text for side panel toolbar buttons +# (the _label strings are alt text for the buttons, the .title strings are +# tooltips) +toggle_sidebar.title=Ativa/dizativa bara de scianco +toggle_sidebar_notification.title=Cangia bara de löo (o documento o contegne di alegæ) +toggle_sidebar_label=Ativa/dizativa bara de scianco +document_outline.title=Fanni vedde o contorno do documento (scicca doggio pe espande/ridue tutti i elementi) +document_outline_label=Contorno do documento +attachments.title=Fanni vedde alegæ +attachments_label=Alegæ +thumbs.title=Mostra miniatue +thumbs_label=Miniatue +findbar.title=Treuva into documento +findbar_label=Treuva + +# Thumbnails panel item (tooltip and alt text for images) +# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page +# number. +thumb_page_title=Pagina {{page}} +# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page +# number. +thumb_page_canvas=Miniatua da pagina {{page}} + +# Find panel button title and messages +find_input.title=Treuva +find_input.placeholder=Treuva into documento… +find_previous.title=Treuva a ripetiçion precedente do testo da çercâ +find_previous_label=Precedente +find_next.title=Treuva a ripetiçion dòppo do testo da çercâ +find_next_label=Segoente +find_highlight=Evidençia +find_match_case_label=Maioscole/minoscole +find_entire_word_label=Poula intrega +find_reached_top=Razonto a fin da pagina, continoa da l'iniçio +find_reached_bottom=Razonto l'iniçio da pagina, continoa da-a fin +# LOCALIZATION NOTE (find_match_count): The supported plural forms are +# [one|two|few|many|other], with [other] as the default value. +# "{{current}}" and "{{total}}" will be replaced by a number representing the +# index of the currently active find result, respectively a number representing +# the total number of matches in the document. +find_match_count={[ plural(total) ]} +find_match_count[one]={{current}} de {{total}} corispondensa +find_match_count[two]={{current}} de {{total}} corispondense +find_match_count[few]={{current}} de {{total}} corispondense +find_match_count[many]={{current}} de {{total}} corispondense +find_match_count[other]={{current}} de {{total}} corispondense +# LOCALIZATION NOTE (find_match_count_limit): The supported plural forms are +# [zero|one|two|few|many|other], with [other] as the default value. +# "{{limit}}" will be replaced by a numerical value. +find_match_count_limit={[ plural(limit) ]} +find_match_count_limit[zero]=Ciù de {{limit}} corispondense +find_match_count_limit[one]=Ciù de {{limit}} corispondensa +find_match_count_limit[two]=Ciù de {{limit}} corispondense +find_match_count_limit[few]=Ciù de {{limit}} corispondense +find_match_count_limit[many]=Ciù de {{limit}} corispondense +find_match_count_limit[other]=Ciù de {{limit}} corispondense +find_not_found=Testo no trovou + +# Error panel labels +error_more_info=Ciù informaçioin +error_less_info=Meno informaçioin +error_close=Særa +# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be +# replaced by the PDF.JS version and build ID. +error_version_info=PDF.js v{{version}} (build: {{build}}) +# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an +# english string describing the error. +error_message=Mesaggio: {{message}} +# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack +# trace. +error_stack=Stack: {{stack}} +# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename +error_file=File: {{file}} +# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number +error_line=Linia: {{line}} +rendering_error=Gh'é stæto 'n'erô itno rendering da pagina. + +# Predefined zoom values +page_scale_width=Larghessa pagina +page_scale_fit=Adatta a una pagina +page_scale_auto=Zoom aotomatico +page_scale_actual=Dimenscioin efetive +# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a +# numerical scale value. +page_scale_percent={{scale}}% + +# Loading indicator messages +loading_error_indicator=Erô +loading_error=S'é verificou 'n'erô itno caregamento do PDF. +invalid_file_error=O file PDF o l'é no valido ò aroinou. +missing_file_error=O file PDF o no gh'é. +unexpected_response_error=Risposta inprevista do-u server + +# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. +# "{{type}}" will be replaced with an annotation type from a list defined in +# the PDF spec (32000-1:2008 Table 169 – Annotation types). +# Some common types are e.g.: "Check", "Text", "Comment", "Note" +text_annotation_type.alt=[Anotaçion: {{type}}] +password_label=Dimme a paròlla segreta pe arvî sto file PDF. +password_invalid=Paròlla segreta sbalia. Preuva torna. +password_ok=Va ben +password_cancel=Anulla + +printing_not_supported=Atençion: a stanpa a no l'é conpletamente soportâ da sto navegatô. +printing_not_ready=Atençion: o PDF o no l'é ancon caregou conpletamente pe-a stanpa. +web_fonts_disabled=I font do web en dizativæ: inposcibile adeuviâ i carateri do PDF. +document_colors_not_allowed=No l'é poscibile adeuviâ i pròpi coî pe-i documenti PDF: l'opçion do navegatô “Permetti a-e pagine de çerne i pròpi coî in cangio de quelli inpostæ” a l'é dizativâ. diff --git a/dzz/pdf/web/locale/lo/index.htm b/dzz/pdf/web/locale/lo/index.htm new file mode 100644 index 0000000..e69de29 diff --git a/dzz/pdf/web/locale/lo/viewer.properties b/dzz/pdf/web/locale/lo/viewer.properties new file mode 100644 index 0000000..00d3309 --- /dev/null +++ b/dzz/pdf/web/locale/lo/viewer.properties @@ -0,0 +1,152 @@ +# Copyright 2012 Mozilla Foundation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# Main toolbar buttons (tooltips and alt text for images) +previous.title=ຫນ້າກ່ອນຫນ້າ +previous_label=ກ່ອນຫນ້າ +next.title=ຫນ້າຖັດໄປ +next_label=ຖັດໄປ + +# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input. +page.title=ຫນ້າ +# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number +# representing the total number of pages in the document. +of_pages=ຈາກ {{pagesCount}} +# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" +# will be replaced by a number representing the currently visible page, +# respectively a number representing the total number of pages in the document. +page_of_pages=({{pageNumber}} ຈາກ {{pagesCount}}) + +zoom_out.title=ຂະຫຍາຍອອກ +zoom_out_label=ຂະຫຍາຍອອກ +zoom_in.title=ຂະຫຍາຍເຂົ້າ +zoom_in_label=ຂະຫຍາຍເຂົ້າ +zoom.title=ຂະຫຍາຍ +presentation_mode.title=ສັບປ່ຽນເປັນໂຫມດການນຳສະເຫນີ +presentation_mode_label=ໂຫມດການນຳສະເຫນີ +open_file.title=ເປີດໄຟລ໌ +open_file_label=ເປີດ +print.title=ພິມ +print_label=ພິມ +download.title=ດາວໂຫລດ +download_label=ດາວໂຫລດ +bookmark.title=ມຸມມອງປະຈຸບັນ (ສຳເນົາ ຫລື ເປີດໃນວິນໂດໃຫມ່) +bookmark_label=ມຸມມອງປະຈຸບັນ + +# Secondary toolbar and context menu +tools.title=ເຄື່ອງມື +tools_label=ເຄື່ອງມື +first_page.title=ໄປທີ່ຫນ້າທຳອິດ +first_page.label=ໄປທີ່ຫນ້າທຳອິດ +first_page_label=ໄປທີ່ຫນ້າທຳອິດ +last_page.title=ໄປທີ່ຫນ້າສຸດທ້າຍ +last_page.label=ໄປທີ່ຫນ້າສຸດທ້າຍ +last_page_label=ໄປທີ່ຫນ້າສຸດທ້າຍ +page_rotate_cw.title=ຫມູນຕາມເຂັມໂມງ +page_rotate_cw.label=ຫມູນຕາມເຂັມໂມງ +page_rotate_cw_label=ຫມູນຕາມເຂັມໂມງ +page_rotate_ccw.title=ຫມູນທວນເຂັມໂມງ +page_rotate_ccw.label=ຫມູນທວນເຂັມໂມງ +page_rotate_ccw_label=ຫມູນທວນເຂັມໂມງ + + + + +# Document properties dialog box +document_properties_file_name=ຊື່ໄຟລ໌: +document_properties_file_size=ຂະຫນາດໄຟລ໌: +# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" +# will be replaced by the PDF file size in kilobytes, respectively in bytes. +# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" +# will be replaced by the PDF file size in megabytes, respectively in bytes. +# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" +# will be replaced by the creation/modification date, and time, of the PDF file. +document_properties_page_size_unit_inches=in +document_properties_page_size_unit_millimeters=mm +document_properties_page_size_orientation_portrait=ລວງຕັ້ງ +document_properties_page_size_orientation_landscape=ລວງນອນ +document_properties_page_size_name_a3=A3 +document_properties_page_size_name_a4=A4 +document_properties_page_size_name_letter=ຈົດໝາຍ +document_properties_page_size_name_legal=ຂໍ້ກົດຫມາຍ +# LOCALIZATION NOTE (document_properties_page_size_dimension_string): +# "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement and orientation, of the (current) page. +# LOCALIZATION NOTE (document_properties_page_size_dimension_name_string): +# "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement, name, and orientation, of the (current) page. +# LOCALIZATION NOTE (document_properties_linearized): The linearization status of +# the document; usually called "Fast Web View" in English locales of Adobe software. +document_properties_close=ປິດ + +# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by +# a numerical per cent value. +print_progress_close=ຍົກເລີກ + +# Tooltips and alt text for side panel toolbar buttons +# (the _label strings are alt text for the buttons, the .title strings are +# tooltips) +toggle_sidebar.title=ເປີດ/ປິດແຖບຂ້າງ +toggle_sidebar_notification.title=ເປີດ/ປິດແຖບຂ້າງ (ເອກະສານມີເຄົ້າຮ່າງ/ໄຟລ໌ແນບ) +toggle_sidebar_label=ເປີດ/ປິດແຖບຂ້າງ +document_outline_label=ເຄົ້າຮ່າງເອກະສານ +findbar_label=ຄົ້ນຫາ + +# Thumbnails panel item (tooltip and alt text for images) +# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page +# number. +# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page +# number. + +# Find panel button title and messages +find_input.title=ຄົ້ນຫາ +# LOCALIZATION NOTE (find_match_count): The supported plural forms are +# [one|two|few|many|other], with [other] as the default value. +# "{{current}}" and "{{total}}" will be replaced by a number representing the +# index of the currently active find result, respectively a number representing +# the total number of matches in the document. +# LOCALIZATION NOTE (find_match_count_limit): The supported plural forms are +# [zero|one|two|few|many|other], with [other] as the default value. +# "{{limit}}" will be replaced by a numerical value. + +# Error panel labels +error_more_info=ຂໍ້ມູນເພີ່ມເຕີມ +error_less_info=ຂໍ້ມູນນ້ອຍລົງ +error_close=ປິດ +# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be +# replaced by the PDF.JS version and build ID. +# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an +# english string describing the error. +# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack +# trace. +# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename +# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number +rendering_error=ມີຂໍ້ຜິດພາດເກີດຂື້ນຂະນະທີ່ກຳລັງເຣັນເດີຫນ້າ. + +# Predefined zoom values +# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a +# numerical scale value. + +# Loading indicator messages +loading_error_indicator=ຂໍ້ຜິດພາດ +loading_error=ມີຂໍ້ຜິດພາດເກີດຂື້ນຂະນະທີ່ກຳລັງໂຫລດ PDF. +invalid_file_error=ໄຟລ໌ PDF ບໍ່ຖືກຕ້ອງຫລືເສຍຫາຍ. + +# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. +# "{{type}}" will be replaced with an annotation type from a list defined in +# the PDF spec (32000-1:2008 Table 169 – Annotation types). +# Some common types are e.g.: "Check", "Text", "Comment", "Note" +password_ok=ຕົກລົງ +password_cancel=ຍົກເລີກ + diff --git a/dzz/pdf/web/locale/locale.properties b/dzz/pdf/web/locale/locale.properties new file mode 100644 index 0000000..1ae959f --- /dev/null +++ b/dzz/pdf/web/locale/locale.properties @@ -0,0 +1,369 @@ +[ach] +@import url(ach/viewer.properties) + +[af] +@import url(af/viewer.properties) + +[ak] +@import url(ak/viewer.properties) + +[an] +@import url(an/viewer.properties) + +[ar] +@import url(ar/viewer.properties) + +[as] +@import url(as/viewer.properties) + +[ast] +@import url(ast/viewer.properties) + +[az] +@import url(az/viewer.properties) + +[be] +@import url(be/viewer.properties) + +[bg] +@import url(bg/viewer.properties) + +[bn-BD] +@import url(bn-BD/viewer.properties) + +[bn-IN] +@import url(bn-IN/viewer.properties) + +[br] +@import url(br/viewer.properties) + +[brx] +@import url(brx/viewer.properties) + +[bs] +@import url(bs/viewer.properties) + +[ca] +@import url(ca/viewer.properties) + +[cak] +@import url(cak/viewer.properties) + +[crh] +@import url(crh/viewer.properties) + +[cs] +@import url(cs/viewer.properties) + +[csb] +@import url(csb/viewer.properties) + +[cy] +@import url(cy/viewer.properties) + +[da] +@import url(da/viewer.properties) + +[de] +@import url(de/viewer.properties) + +[el] +@import url(el/viewer.properties) + +[en-CA] +@import url(en-CA/viewer.properties) + +[en-GB] +@import url(en-GB/viewer.properties) + +[en-US] +@import url(en-US/viewer.properties) + +[en-ZA] +@import url(en-ZA/viewer.properties) + +[eo] +@import url(eo/viewer.properties) + +[es-AR] +@import url(es-AR/viewer.properties) + +[es-CL] +@import url(es-CL/viewer.properties) + +[es-ES] +@import url(es-ES/viewer.properties) + +[es-MX] +@import url(es-MX/viewer.properties) + +[et] +@import url(et/viewer.properties) + +[eu] +@import url(eu/viewer.properties) + +[fa] +@import url(fa/viewer.properties) + +[ff] +@import url(ff/viewer.properties) + +[fi] +@import url(fi/viewer.properties) + +[fr] +@import url(fr/viewer.properties) + +[fy-NL] +@import url(fy-NL/viewer.properties) + +[ga-IE] +@import url(ga-IE/viewer.properties) + +[gd] +@import url(gd/viewer.properties) + +[gl] +@import url(gl/viewer.properties) + +[gn] +@import url(gn/viewer.properties) + +[gu-IN] +@import url(gu-IN/viewer.properties) + +[he] +@import url(he/viewer.properties) + +[hi-IN] +@import url(hi-IN/viewer.properties) + +[hr] +@import url(hr/viewer.properties) + +[hsb] +@import url(hsb/viewer.properties) + +[hto] +@import url(hto/viewer.properties) + +[hu] +@import url(hu/viewer.properties) + +[hy-AM] +@import url(hy-AM/viewer.properties) + +[ia] +@import url(ia/viewer.properties) + +[id] +@import url(id/viewer.properties) + +[is] +@import url(is/viewer.properties) + +[it] +@import url(it/viewer.properties) + +[ja] +@import url(ja/viewer.properties) + +[ka] +@import url(ka/viewer.properties) + +[kab] +@import url(kab/viewer.properties) + +[kk] +@import url(kk/viewer.properties) + +[km] +@import url(km/viewer.properties) + +[kn] +@import url(kn/viewer.properties) + +[ko] +@import url(ko/viewer.properties) + +[kok] +@import url(kok/viewer.properties) + +[ks] +@import url(ks/viewer.properties) + +[ku] +@import url(ku/viewer.properties) + +[lg] +@import url(lg/viewer.properties) + +[lij] +@import url(lij/viewer.properties) + +[lo] +@import url(lo/viewer.properties) + +[lt] +@import url(lt/viewer.properties) + +[ltg] +@import url(ltg/viewer.properties) + +[lv] +@import url(lv/viewer.properties) + +[mai] +@import url(mai/viewer.properties) + +[meh] +@import url(meh/viewer.properties) + +[mk] +@import url(mk/viewer.properties) + +[ml] +@import url(ml/viewer.properties) + +[mn] +@import url(mn/viewer.properties) + +[mr] +@import url(mr/viewer.properties) + +[ms] +@import url(ms/viewer.properties) + +[my] +@import url(my/viewer.properties) + +[nb-NO] +@import url(nb-NO/viewer.properties) + +[ne-NP] +@import url(ne-NP/viewer.properties) + +[nl] +@import url(nl/viewer.properties) + +[nn-NO] +@import url(nn-NO/viewer.properties) + +[nso] +@import url(nso/viewer.properties) + +[oc] +@import url(oc/viewer.properties) + +[or] +@import url(or/viewer.properties) + +[pa-IN] +@import url(pa-IN/viewer.properties) + +[pl] +@import url(pl/viewer.properties) + +[pt-BR] +@import url(pt-BR/viewer.properties) + +[pt-PT] +@import url(pt-PT/viewer.properties) + +[rm] +@import url(rm/viewer.properties) + +[ro] +@import url(ro/viewer.properties) + +[ru] +@import url(ru/viewer.properties) + +[rw] +@import url(rw/viewer.properties) + +[sah] +@import url(sah/viewer.properties) + +[sat] +@import url(sat/viewer.properties) + +[si] +@import url(si/viewer.properties) + +[sk] +@import url(sk/viewer.properties) + +[sl] +@import url(sl/viewer.properties) + +[son] +@import url(son/viewer.properties) + +[sq] +@import url(sq/viewer.properties) + +[sr] +@import url(sr/viewer.properties) + +[sv-SE] +@import url(sv-SE/viewer.properties) + +[sw] +@import url(sw/viewer.properties) + +[ta] +@import url(ta/viewer.properties) + +[ta-LK] +@import url(ta-LK/viewer.properties) + +[te] +@import url(te/viewer.properties) + +[th] +@import url(th/viewer.properties) + +[tl] +@import url(tl/viewer.properties) + +[tn] +@import url(tn/viewer.properties) + +[tr] +@import url(tr/viewer.properties) + +[tsz] +@import url(tsz/viewer.properties) + +[uk] +@import url(uk/viewer.properties) + +[ur] +@import url(ur/viewer.properties) + +[uz] +@import url(uz/viewer.properties) + +[vi] +@import url(vi/viewer.properties) + +[wo] +@import url(wo/viewer.properties) + +[xh] +@import url(xh/viewer.properties) + +[zam] +@import url(zam/viewer.properties) + +[zh-CN] +@import url(zh-CN/viewer.properties) + +[zh-TW] +@import url(zh-TW/viewer.properties) + +[zu] +@import url(zu/viewer.properties) + diff --git a/dzz/pdf/web/locale/lt/index.htm b/dzz/pdf/web/locale/lt/index.htm new file mode 100644 index 0000000..e69de29 diff --git a/dzz/pdf/web/locale/lt/viewer.properties b/dzz/pdf/web/locale/lt/viewer.properties new file mode 100644 index 0000000..3cb76ed --- /dev/null +++ b/dzz/pdf/web/locale/lt/viewer.properties @@ -0,0 +1,242 @@ +# Copyright 2012 Mozilla Foundation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# Main toolbar buttons (tooltips and alt text for images) +previous.title=Ankstesnis puslapis +previous_label=Ankstesnis +next.title=Kitas puslapis +next_label=Kitas + +# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input. +page.title=Puslapis +# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number +# representing the total number of pages in the document. +of_pages=iš {{pagesCount}} +# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" +# will be replaced by a number representing the currently visible page, +# respectively a number representing the total number of pages in the document. +page_of_pages=({{pageNumber}} iš {{pagesCount}}) + +zoom_out.title=Sumažinti +zoom_out_label=Sumažinti +zoom_in.title=Padidinti +zoom_in_label=Padidinti +zoom.title=Mastelis +presentation_mode.title=Pereiti į pateikties veikseną +presentation_mode_label=Pateikties veiksena +open_file.title=Atverti failą +open_file_label=Atverti +print.title=Spausdinti +print_label=Spausdinti +download.title=Parsiųsti +download_label=Parsiųsti +bookmark.title=Esamojo rodinio saitas (kopijavimui ar atvėrimui kitame lange) +bookmark_label=Esamasis rodinys + +# Secondary toolbar and context menu +tools.title=Priemonės +tools_label=Priemonės +first_page.title=Eiti į pirmą puslapį +first_page.label=Eiti į pirmą puslapį +first_page_label=Eiti į pirmą puslapį +last_page.title=Eiti į paskutinį puslapį +last_page.label=Eiti į paskutinį puslapį +last_page_label=Eiti į paskutinį puslapį +page_rotate_cw.title=Pasukti pagal laikrodžio rodyklę +page_rotate_cw.label=Pasukti pagal laikrodžio rodyklę +page_rotate_cw_label=Pasukti pagal laikrodžio rodyklę +page_rotate_ccw.title=Pasukti prieš laikrodžio rodyklę +page_rotate_ccw.label=Pasukti prieš laikrodžio rodyklę +page_rotate_ccw_label=Pasukti prieš laikrodžio rodyklę + +cursor_text_select_tool.title=Įjungti teksto žymėjimo įrankį +cursor_text_select_tool_label=Teksto žymėjimo įrankis +cursor_hand_tool.title=Įjungti vilkimo įrankį +cursor_hand_tool_label=Vilkimo įrankis + +scroll_vertical.title=Naudoti vertikalų slinkimą +scroll_vertical_label=Vertikalus slinkimas +scroll_horizontal.title=Naudoti horizontalų slinkimą +scroll_horizontal_label=Horizontalus slinkimas +scroll_wrapped.title=Naudoti išklotą slinkimą +scroll_wrapped_label=Išklotas slinkimas + +spread_none.title=Nesujungti puslapių sklaidų +spread_none_label=Be sklaidų +spread_odd.title=Sujungti puslapių sklaidas pradedant nelyginiais puslapiais +spread_odd_label=Nelyginės sklaidos +spread_even.title=Sujungti puslapių sklaidas pradedant lyginiais puslapiais +spread_even_label=Lyginės sklaidos + +# Document properties dialog box +document_properties.title=Dokumento savybės… +document_properties_label=Dokumento savybės… +document_properties_file_name=Failo vardas: +document_properties_file_size=Failo dydis: +# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" +# will be replaced by the PDF file size in kilobytes, respectively in bytes. +document_properties_kb={{size_kb}} KB ({{size_b}} B) +# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" +# will be replaced by the PDF file size in megabytes, respectively in bytes. +document_properties_mb={{size_mb}} MB ({{size_b}} B) +document_properties_title=Antraštė: +document_properties_author=Autorius: +document_properties_subject=Tema: +document_properties_keywords=Reikšminiai žodžiai: +document_properties_creation_date=Sukūrimo data: +document_properties_modification_date=Modifikavimo data: +# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" +# will be replaced by the creation/modification date, and time, of the PDF file. +document_properties_date_string={{date}}, {{time}} +document_properties_creator=Kūrėjas: +document_properties_producer=PDF generatorius: +document_properties_version=PDF versija: +document_properties_page_count=Puslapių skaičius: +document_properties_page_size=Puslapio dydis: +document_properties_page_size_unit_inches=in +document_properties_page_size_unit_millimeters=mm +document_properties_page_size_orientation_portrait=stačias +document_properties_page_size_orientation_landscape=gulsčias +document_properties_page_size_name_a3=A3 +document_properties_page_size_name_a4=A4 +document_properties_page_size_name_letter=Laiškas +document_properties_page_size_name_legal=Dokumentas +# LOCALIZATION NOTE (document_properties_page_size_dimension_string): +# "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement and orientation, of the (current) page. +document_properties_page_size_dimension_string={{width}} × {{height}} {{unit}} ({{orientation}}) +# LOCALIZATION NOTE (document_properties_page_size_dimension_name_string): +# "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement, name, and orientation, of the (current) page. +document_properties_page_size_dimension_name_string={{width}} × {{height}} {{unit}} ({{name}}, {{orientation}}) +# LOCALIZATION NOTE (document_properties_linearized): The linearization status of +# the document; usually called "Fast Web View" in English locales of Adobe software. +document_properties_linearized=Spartus žiniatinklio rodinys: +document_properties_linearized_yes=Taip +document_properties_linearized_no=Ne +document_properties_close=Užverti + +print_progress_message=Dokumentas ruošiamas spausdinimui… +# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by +# a numerical per cent value. +print_progress_percent={{progress}}% +print_progress_close=Atsisakyti + +# Tooltips and alt text for side panel toolbar buttons +# (the _label strings are alt text for the buttons, the .title strings are +# tooltips) +toggle_sidebar.title=Rodyti / slėpti šoninį polangį +toggle_sidebar_notification.title=Parankinė (dokumentas turi struktūrą / priedų) +toggle_sidebar_label=Šoninis polangis +document_outline.title=Rodyti dokumento struktūrą (spustelėkite dukart norėdami išplėsti/suskleisti visus elementus) +document_outline_label=Dokumento struktūra +attachments.title=Rodyti priedus +attachments_label=Priedai +thumbs.title=Rodyti puslapių miniatiūras +thumbs_label=Miniatiūros +findbar.title=Ieškoti dokumente +findbar_label=Rasti + +# Thumbnails panel item (tooltip and alt text for images) +# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page +# number. +thumb_page_title={{page}} puslapis +# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page +# number. +thumb_page_canvas={{page}} puslapio miniatiūra + +# Find panel button title and messages +find_input.title=Rasti +find_input.placeholder=Rasti dokumente… +find_previous.title=Ieškoti ankstesnio frazės egzemplioriaus +find_previous_label=Ankstesnis +find_next.title=Ieškoti tolesnio frazės egzemplioriaus +find_next_label=Tolesnis +find_highlight=Viską paryškinti +find_match_case_label=Skirti didžiąsias ir mažąsias raides +find_entire_word_label=Ištisi žodžiai +find_reached_top=Pasiekus dokumento pradžią, paieška pratęsta nuo pabaigos +find_reached_bottom=Pasiekus dokumento pabaigą, paieška pratęsta nuo pradžios +# LOCALIZATION NOTE (find_match_count): The supported plural forms are +# [one|two|few|many|other], with [other] as the default value. +# "{{current}}" and "{{total}}" will be replaced by a number representing the +# index of the currently active find result, respectively a number representing +# the total number of matches in the document. +find_match_count={[ plural(total) ]} +find_match_count[one]={{current}} iš {{total}} atitikmens +find_match_count[two]={{current}} iš {{total}} atitikmenų +find_match_count[few]={{current}} iš {{total}} atitikmenų +find_match_count[many]={{current}} iš {{total}} atitikmenų +find_match_count[other]={{current}} iš {{total}} atitikmens +# LOCALIZATION NOTE (find_match_count_limit): The supported plural forms are +# [zero|one|two|few|many|other], with [other] as the default value. +# "{{limit}}" will be replaced by a numerical value. +find_match_count_limit={[ plural(limit) ]} +find_match_count_limit[zero]=Daugiau nei {{limit}} atitikmenų +find_match_count_limit[one]=Daugiau nei {{limit}} atitikmuo +find_match_count_limit[two]=Daugiau nei {{limit}} atitikmenys +find_match_count_limit[few]=Daugiau nei {{limit}} atitikmenys +find_match_count_limit[many]=Daugiau nei {{limit}} atitikmenų +find_match_count_limit[other]=Daugiau nei {{limit}} atitikmuo +find_not_found=Ieškoma frazė nerasta + +# Error panel labels +error_more_info=Išsamiau +error_less_info=Glausčiau +error_close=Užverti +# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be +# replaced by the PDF.JS version and build ID. +error_version_info=PDF.js v. {{version}} (darinys: {{build}}) +# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an +# english string describing the error. +error_message=Pranešimas: {{message}} +# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack +# trace. +error_stack=Dėklas: {{stack}} +# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename +error_file=Failas: {{file}} +# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number +error_line=Eilutė: {{line}} +rendering_error=Atvaizduojant puslapį įvyko klaida. + +# Predefined zoom values +page_scale_width=Priderinti prie lapo pločio +page_scale_fit=Pritaikyti prie lapo dydžio +page_scale_auto=Automatinis mastelis +page_scale_actual=Tikras dydis +# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a +# numerical scale value. +page_scale_percent={{scale}}% + +# Loading indicator messages +loading_error_indicator=Klaida +loading_error=Įkeliant PDF failą įvyko klaida. +invalid_file_error=Tai nėra PDF failas arba jis yra sugadintas. +missing_file_error=PDF failas nerastas. +unexpected_response_error=Netikėtas serverio atsakas. + +# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. +# "{{type}}" will be replaced with an annotation type from a list defined in +# the PDF spec (32000-1:2008 Table 169 – Annotation types). +# Some common types are e.g.: "Check", "Text", "Comment", "Note" +text_annotation_type.alt=[„{{type}}“ tipo anotacija] +password_label=Įveskite slaptažodį šiam PDF failui atverti. +password_invalid=Slaptažodis neteisingas. Bandykite dar kartą. +password_ok=Gerai +password_cancel=Atsisakyti + +printing_not_supported=Dėmesio! Spausdinimas šioje naršyklėje nėra pilnai realizuotas. +printing_not_ready=Dėmesio! PDF failas dar nėra pilnai įkeltas spausdinimui. +web_fonts_disabled=Saityno šriftai išjungti – PDF faile esančių šriftų naudoti negalima. +document_colors_not_allowed=PDF dokumentams neleidžiama nurodyti savo spalvų, nes išjungta naršyklės nuostata „Leisti tinklalapiams nurodyti spalvas“. diff --git a/dzz/pdf/web/locale/ltg/index.htm b/dzz/pdf/web/locale/ltg/index.htm new file mode 100644 index 0000000..e69de29 diff --git a/dzz/pdf/web/locale/ltg/viewer.properties b/dzz/pdf/web/locale/ltg/viewer.properties new file mode 100644 index 0000000..ecdb723 --- /dev/null +++ b/dzz/pdf/web/locale/ltg/viewer.properties @@ -0,0 +1,220 @@ +# Copyright 2012 Mozilla Foundation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# Main toolbar buttons (tooltips and alt text for images) +previous.title=Īprīkšejā lopa +previous_label=Īprīkšejā +next.title=Nuokomuo lopa +next_label=Nuokomuo + +# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input. +page.title=Lopa +# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number +# representing the total number of pages in the document. +of_pages=nu {{pagesCount}} +# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" +# will be replaced by a number representing the currently visible page, +# respectively a number representing the total number of pages in the document. +page_of_pages=({{pageNumber}} nu {{pagesCount}}) + +zoom_out.title=Attuolynuot +zoom_out_label=Attuolynuot +zoom_in.title=Pītuvynuot +zoom_in_label=Pītuvynuot +zoom.title=Palelynuojums +presentation_mode.title=Puorslēgtīs iz Prezentacejis režymu +presentation_mode_label=Prezentacejis režyms +open_file.title=Attaiseit failu +open_file_label=Attaiseit +print.title=Drukuošona +print_label=Drukōt +download.title=Lejupīluode +download_label=Lejupīluodeit +bookmark.title=Pošreizejais skots (kopēt voi attaiseit jaunā lūgā) +bookmark_label=Pošreizejais skots + +# Secondary toolbar and context menu +tools.title=Reiki +tools_label=Reiki +first_page.title=Īt iz pyrmū lopu +first_page.label=Īt iz pyrmū lopu +first_page_label=Īt iz pyrmū lopu +last_page.title=Īt iz piedejū lopu +last_page.label=Īt iz piedejū lopu +last_page_label=Īt iz piedejū lopu +page_rotate_cw.title=Pagrīzt pa pulksteni +page_rotate_cw.label=Pagrīzt pa pulksteni +page_rotate_cw_label=Pagrīzt pa pulksteni +page_rotate_ccw.title=Pagrīzt pret pulksteni +page_rotate_ccw.label=Pagrīzt pret pulksteni +page_rotate_ccw_label=Pagrīzt pret pulksteni + +cursor_text_select_tool.title=Aktivizēt teksta izvieles reiku +cursor_text_select_tool_label=Teksta izvieles reiks +cursor_hand_tool.title=Aktivēt rūkys reiku +cursor_hand_tool_label=Rūkys reiks + +scroll_vertical.title=Izmontōt vertikalū ritinōšonu +scroll_vertical_label=Vertikalō ritinōšona +scroll_horizontal.title=Izmontōt horizontalū ritinōšonu +scroll_horizontal_label=Horizontalō ritinōšona +scroll_wrapped.title=Izmontōt mārūgojamū ritinōšonu +scroll_wrapped_label=Mārūgojamō ritinōšona + +spread_none.title=Naizmontōt lopu atvāruma režimu +spread_none_label=Bez atvārumim +spread_odd.title=Izmontōt lopu atvārumus sōkut nu napōra numeru lopom +spread_odd_label=Napōra lopys pa kreisi +spread_even.title=Izmontōt lopu atvārumus sōkut nu pōra numeru lopom +spread_even_label=Pōra lopys pa kreisi + +# Document properties dialog box +document_properties.title=Dokumenta īstatiejumi… +document_properties_label=Dokumenta īstatiejumi… +document_properties_file_name=Faila nūsaukums: +document_properties_file_size=Faila izmārs: +# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" +# will be replaced by the PDF file size in kilobytes, respectively in bytes. +document_properties_kb={{size_kb}} KB ({{size_b}} biti) +# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" +# will be replaced by the PDF file size in megabytes, respectively in bytes. +document_properties_mb={{size_mb}} MB ({{size_b}} biti) +document_properties_title=Nūsaukums: +document_properties_author=Autors: +document_properties_subject=Tema: +document_properties_keywords=Atslāgi vuordi: +document_properties_creation_date=Izveides datums: +document_properties_modification_date=lobuošonys datums: +# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" +# will be replaced by the creation/modification date, and time, of the PDF file. +document_properties_date_string={{date}}, {{time}} +document_properties_creator=Radeituojs: +document_properties_producer=PDF producents: +document_properties_version=PDF verseja: +document_properties_page_count=Lopu skaits: +document_properties_page_size=Lopas izmārs: +document_properties_page_size_unit_inches=collas +document_properties_page_size_unit_millimeters=mm +document_properties_page_size_orientation_portrait=portreta orientaceja +document_properties_page_size_orientation_landscape=ainovys orientaceja +document_properties_page_size_name_a3=A3 +document_properties_page_size_name_a4=A4 +document_properties_page_size_name_letter=Letter +document_properties_page_size_name_legal=Legal +# LOCALIZATION NOTE (document_properties_page_size_dimension_string): +# "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement and orientation, of the (current) page. +document_properties_page_size_dimension_string={{width}} × {{height}} {{unit}} ({{orientation}}) +# LOCALIZATION NOTE (document_properties_page_size_dimension_name_string): +# "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement, name, and orientation, of the (current) page. +document_properties_page_size_dimension_name_string={{width}} × {{height}} {{unit}} ({{name}}, {{orientation}}) +# LOCALIZATION NOTE (document_properties_linearized): The linearization status of +# the document; usually called "Fast Web View" in English locales of Adobe software. +document_properties_linearized=Fast Web View: +document_properties_linearized_yes=Jā +document_properties_linearized_no=Nā +document_properties_close=Aiztaiseit + +print_progress_message=Preparing document for printing… +# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by +# a numerical per cent value. +print_progress_percent={{progress}}% +print_progress_close=Atceļt + +# Tooltips and alt text for side panel toolbar buttons +# (the _label strings are alt text for the buttons, the .title strings are +# tooltips) +toggle_sidebar.title=Puorslēgt suonu jūslu +toggle_sidebar_notification.title=Toggle Sidebar (document contains outline/attachments) +toggle_sidebar_label=Puorslēgt suonu jūslu +document_outline.title=Show Document Outline (double-click to expand/collapse all items) +document_outline_label=Dokumenta saturs +attachments.title=Show Attachments +attachments_label=Attachments +thumbs.title=Paruodeit seiktālus +thumbs_label=Seiktāli +findbar.title=Mekleit dokumentā +findbar_label=Mekleit + +# Thumbnails panel item (tooltip and alt text for images) +# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page +# number. +thumb_page_title=Lopa {{page}} +# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page +# number. +thumb_page_canvas=Lopys {{page}} seiktāls + +# Find panel button title and messages +find_input.title=Mekleit +find_input.placeholder=Mekleit dokumentā… +find_previous.title=Atrast īprīkšejū +find_previous_label=Īprīkšejā +find_next.title=Atrast nuokamū +find_next_label=Nuokomuo +find_highlight=Īkruosuot vysys +find_match_case_label=Lelū, mozū burtu jiuteigs +find_reached_top=Sasnīgts dokumenta suokums, turpynojom nu beigom +find_reached_bottom=Sasnīgtys dokumenta beigys, turpynojom nu suokuma +find_not_found=Frāze nav atrosta + +# Error panel labels +error_more_info=Vairuok informacejis +error_less_info=mozuok informacejis +error_close=Close +# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be +# replaced by the PDF.JS version and build ID. +error_version_info=PDF.js v{{version}} (build: {{build}}) +# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an +# english string describing the error. +error_message=Ziņuojums: {{message}} +# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack +# trace. +error_stack=Steks: {{stack}} +# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename +error_file=File: {{file}} +# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number +error_line=Ryndeņa: {{line}} +rendering_error=Attālojūt lopu rodās klaida + +# Predefined zoom values +page_scale_width=Lopys plotumā +page_scale_fit=Ītylpynūt lopu +page_scale_auto=Automatiskais izmārs +page_scale_actual=Patīsais izmārs +# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a +# numerical scale value. +page_scale_percent={{scale}}% + +# Loading indicator messages +loading_error_indicator=Klaida +loading_error=Īluodejūt PDF nūtyka klaida. +invalid_file_error=Nadereigs voi būjuots PDF fails. +missing_file_error=PDF fails nav atrosts. +unexpected_response_error=Unexpected server response. + +# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. +# "{{type}}" will be replaced with an annotation type from a list defined in +# the PDF spec (32000-1:2008 Table 169 – Annotation types). +# Some common types are e.g.: "Check", "Text", "Comment", "Note" +text_annotation_type.alt=[{{type}} Annotation] +password_label=Īvodit paroli, kab attaiseitu PDF failu. +password_invalid=Napareiza parole, raugit vēļreiz. +password_ok=Labi +password_cancel=Atceļt + +printing_not_supported=Uzmaneibu: Drukuošona nu itei puorlūka dorbojās tikai daleji. +printing_not_ready=Uzmaneibu: PDF nav pilneibā īluodeits drukuošonai. +web_fonts_disabled=Šķārsteikla fonti nav aktivizāti: Navar īgult PDF fontus. +document_colors_not_allowed=PDF dokumentym nav atļauts izmantuot pošym sovys kruosys: „Atļaut lopom izavieleit pošom sovys kruosys“ ir deaktiveits puorlyukā. diff --git a/dzz/pdf/web/locale/lv/index.htm b/dzz/pdf/web/locale/lv/index.htm new file mode 100644 index 0000000..e69de29 diff --git a/dzz/pdf/web/locale/lv/viewer.properties b/dzz/pdf/web/locale/lv/viewer.properties new file mode 100644 index 0000000..18ed55e --- /dev/null +++ b/dzz/pdf/web/locale/lv/viewer.properties @@ -0,0 +1,242 @@ +# Copyright 2012 Mozilla Foundation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# Main toolbar buttons (tooltips and alt text for images) +previous.title=Iepriekšējā lapa +previous_label=Iepriekšējā +next.title=Nākamā lapa +next_label=Nākamā + +# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input. +page.title=Lapa +# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number +# representing the total number of pages in the document. +of_pages=no {{pagesCount}} +# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" +# will be replaced by a number representing the currently visible page, +# respectively a number representing the total number of pages in the document. +page_of_pages=({{pageNumber}} no {{pagesCount}}) + +zoom_out.title=Attālināt\u0020 +zoom_out_label=Attālināt +zoom_in.title=Pietuvināt +zoom_in_label=Pietuvināt +zoom.title=Palielinājums +presentation_mode.title=Pārslēgties uz Prezentācijas režīmu +presentation_mode_label=Prezentācijas režīms +open_file.title=Atvērt failu +open_file_label=Atvērt +print.title=Drukāšana +print_label=Drukāt +download.title=Lejupielāde +download_label=Lejupielādēt +bookmark.title=Pašreizējais skats (kopēt vai atvērt jaunā logā) +bookmark_label=Pašreizējais skats + +# Secondary toolbar and context menu +tools.title=Rīki +tools_label=Rīki +first_page.title=Iet uz pirmo lapu +first_page.label=Iet uz pirmo lapu +first_page_label=Iet uz pirmo lapu +last_page.title=Iet uz pēdējo lapu +last_page.label=Iet uz pēdējo lapu +last_page_label=Iet uz pēdējo lapu +page_rotate_cw.title=Pagriezt pa pulksteni +page_rotate_cw.label=Pagriezt pa pulksteni +page_rotate_cw_label=Pagriezt pa pulksteni +page_rotate_ccw.title=Pagriezt pret pulksteni +page_rotate_ccw.label=Pagriezt pret pulksteni +page_rotate_ccw_label=Pagriezt pret pulksteni + +cursor_text_select_tool.title=Aktivizēt teksta izvēles rīku +cursor_text_select_tool_label=Teksta izvēles rīks +cursor_hand_tool.title=Aktivēt rokas rīku +cursor_hand_tool_label=Rokas rīks + +scroll_vertical.title=Izmantot vertikālo ritināšanu +scroll_vertical_label=Vertikālā ritināšana +scroll_horizontal.title=Izmantot horizontālo ritināšanu +scroll_horizontal_label=Horizontālā ritināšana +scroll_wrapped.title=Izmantot apkļauto ritināšanu +scroll_wrapped_label=Apkļautā ritināšana + +spread_none.title=Nepievienoties lapu izpletumiem +spread_none_label=Neizmantot izpletumus +spread_odd.title=Izmantot lapu izpletumus sākot ar nepāra numuru lapām +spread_odd_label=Nepāra izpletumi +spread_even.title=Izmantot lapu izpletumus sākot ar pāra numuru lapām +spread_even_label=Pāra izpletumi + +# Document properties dialog box +document_properties.title=Dokumenta iestatījumi… +document_properties_label=Dokumenta iestatījumi… +document_properties_file_name=Faila nosaukums: +document_properties_file_size=Faila izmērs: +# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" +# will be replaced by the PDF file size in kilobytes, respectively in bytes. +document_properties_kb={{size_kb}} KB ({{size_b}} biti) +# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" +# will be replaced by the PDF file size in megabytes, respectively in bytes. +document_properties_mb={{size_mb}} MB ({{size_b}} biti) +document_properties_title=Nosaukums: +document_properties_author=Autors: +document_properties_subject=Tēma: +document_properties_keywords=Atslēgas vārdi: +document_properties_creation_date=Izveides datums: +document_properties_modification_date=LAbošanas datums: +# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" +# will be replaced by the creation/modification date, and time, of the PDF file. +document_properties_date_string={{date}}, {{time}} +document_properties_creator=Radītājs: +document_properties_producer=PDF producents: +document_properties_version=PDF versija: +document_properties_page_count=Lapu skaits: +document_properties_page_size=Papīra izmērs: +document_properties_page_size_unit_inches=collas +document_properties_page_size_unit_millimeters=mm +document_properties_page_size_orientation_portrait=portretorientācija +document_properties_page_size_orientation_landscape=ainavorientācija +document_properties_page_size_name_a3=A3 +document_properties_page_size_name_a4=A4 +document_properties_page_size_name_letter=Vēstule +document_properties_page_size_name_legal=Juridiskie teksti +# LOCALIZATION NOTE (document_properties_page_size_dimension_string): +# "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement and orientation, of the (current) page. +document_properties_page_size_dimension_string={{width}} × {{height}} {{unit}} ({{orientation}}) +# LOCALIZATION NOTE (document_properties_page_size_dimension_name_string): +# "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement, name, and orientation, of the (current) page. +document_properties_page_size_dimension_name_string={{width}} × {{height}} {{unit}} ({{name}}, {{orientation}}) +# LOCALIZATION NOTE (document_properties_linearized): The linearization status of +# the document; usually called "Fast Web View" in English locales of Adobe software. +document_properties_linearized=Ātrā tīmekļa skats: +document_properties_linearized_yes=Jā +document_properties_linearized_no=Nē +document_properties_close=Aizvērt + +print_progress_message=Gatavo dokumentu drukāšanai... +# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by +# a numerical per cent value. +print_progress_percent={{progress}}% +print_progress_close=Atcelt + +# Tooltips and alt text for side panel toolbar buttons +# (the _label strings are alt text for the buttons, the .title strings are +# tooltips) +toggle_sidebar.title=Pārslēgt sānu joslu +toggle_sidebar_notification.title=Pārslēgt sānu joslu (dokumenta saturu un pielikumus) +toggle_sidebar_label=Pārslēgt sānu joslu +document_outline.title=Rādīt dokumenta struktūru (veiciet dubultklikšķi lai izvērstu/sakļautu visus vienumus) +document_outline_label=Dokumenta saturs +attachments.title=Rādīt pielikumus +attachments_label=Pielikumi +thumbs.title=Parādīt sīktēlus +thumbs_label=Sīktēli +findbar.title=Meklēt dokumentā +findbar_label=Meklēt + +# Thumbnails panel item (tooltip and alt text for images) +# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page +# number. +thumb_page_title=Lapa {{page}} +# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page +# number. +thumb_page_canvas=Lapas {{page}} sīktēls + +# Find panel button title and messages +find_input.title=Meklēt +find_input.placeholder=Meklēt dokumentā… +find_previous.title=Atrast iepriekšējo +find_previous_label=Iepriekšējā +find_next.title=Atrast nākamo +find_next_label=Nākamā +find_highlight=Iekrāsot visas +find_match_case_label=Lielo, mazo burtu jutīgs +find_entire_word_label=Veselus vārdus +find_reached_top=Sasniegts dokumenta sākums, turpinām no beigām +find_reached_bottom=Sasniegtas dokumenta beigas, turpinām no sākuma +# LOCALIZATION NOTE (find_match_count): The supported plural forms are +# [one|two|few|many|other], with [other] as the default value. +# "{{current}}" and "{{total}}" will be replaced by a number representing the +# index of the currently active find result, respectively a number representing +# the total number of matches in the document. +find_match_count={[ plural(total) ]} +find_match_count[one]={{current}} no {{total}} rezultāta +find_match_count[two]={{current}} no {{total}} rezultātiem +find_match_count[few]={{current}} no {{total}} rezultātiem +find_match_count[many]={{current}} no {{total}} rezultātiem +find_match_count[other]={{current}} no {{total}} rezultātiem +# LOCALIZATION NOTE (find_match_count_limit): The supported plural forms are +# [zero|one|two|few|many|other], with [other] as the default value. +# "{{limit}}" will be replaced by a numerical value. +find_match_count_limit={[ plural(limit) ]} +find_match_count_limit[zero]=Vairāk nekā {{limit}} rezultāti +find_match_count_limit[one]=Vairāk nekā {{limit}} rezultāti +find_match_count_limit[two]=Vairāk nekā {{limit}} rezultāti +find_match_count_limit[few]=Vairāk nekā {{limit}} rezultāti +find_match_count_limit[many]=Vairāk nekā {{limit}} rezultāti +find_match_count_limit[other]=Vairāk nekā {{limit}} rezultāti +find_not_found=Frāze nav atrasta + +# Error panel labels +error_more_info=Vairāk informācijas +error_less_info=MAzāk informācijas +error_close=Close +# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be +# replaced by the PDF.JS version and build ID. +error_version_info=PDF.js v{{version}} (build: {{build}}) +# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an +# english string describing the error. +error_message=Ziņojums: {{message}} +# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack +# trace. +error_stack=Steks: {{stack}} +# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename +error_file=File: {{file}} +# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number +error_line=Rindiņa: {{line}} +rendering_error=Attēlojot lapu radās kļūda + +# Predefined zoom values +page_scale_width=Lapas platumā +page_scale_fit=Ietilpinot lapu +page_scale_auto=Automātiskais izmērs +page_scale_actual=Patiesais izmērs +# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a +# numerical scale value. +page_scale_percent={{scale}}% + +# Loading indicator messages +loading_error_indicator=Kļūda +loading_error=Ielādējot PDF notika kļūda. +invalid_file_error=Nederīgs vai bojāts PDF fails. +missing_file_error=PDF fails nav atrasts. +unexpected_response_error=Negaidīa servera atbilde. + +# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. +# "{{type}}" will be replaced with an annotation type from a list defined in +# the PDF spec (32000-1:2008 Table 169 – Annotation types). +# Some common types are e.g.: "Check", "Text", "Comment", "Note" +text_annotation_type.alt=[{{type}} anotācija] +password_label=Ievadiet paroli, lai atvērtu PDF failu. +password_invalid=Nepareiza parole, mēģiniet vēlreiz. +password_ok=Labi +password_cancel=Atcelt + +printing_not_supported=Uzmanību: Drukāšana no šī pārlūka darbojas tikai daļēji. +printing_not_ready=Uzmanību: PDF nav pilnībā ielādēts drukāšanai. +web_fonts_disabled=Tīmekļa fonti nav aktivizēti: Nevar iegult PDF fontus. +document_colors_not_allowed=PDF dokumentiem nav atļauts izmantot pašiem savas krāsas: „Atļaut lapām izvēlēties pašām savas krāsas“ ir deaktivēts pārlūkā. diff --git a/dzz/pdf/web/locale/mai/index.htm b/dzz/pdf/web/locale/mai/index.htm new file mode 100644 index 0000000..e69de29 diff --git a/dzz/pdf/web/locale/mai/viewer.properties b/dzz/pdf/web/locale/mai/viewer.properties new file mode 100644 index 0000000..356223f --- /dev/null +++ b/dzz/pdf/web/locale/mai/viewer.properties @@ -0,0 +1,168 @@ +# Copyright 2012 Mozilla Foundation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# Main toolbar buttons (tooltips and alt text for images) +previous.title=पछिला पृष्ठ +previous_label=पछिला +next.title=अगिला पृष्ठ +next_label=आगाँ + +# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input. +# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number +# representing the total number of pages in the document. +# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" +# will be replaced by a number representing the currently visible page, +# respectively a number representing the total number of pages in the document. + +zoom_out.title=छोट करू +zoom_out_label=छोट करू +zoom_in.title=पैघ करू +zoom_in_label=जूम इन +zoom.title=छोट-पैघ करू\u0020 +presentation_mode.title=प्रस्तुति अवस्थामे जाउ +presentation_mode_label=प्रस्तुति अवस्था +open_file.title=फाइल खोलू +open_file_label=खोलू +print.title=छापू +print_label=छापू +download.title=डाउनलोड +download_label=डाउनलोड +bookmark.title=मोजुदा दृश्य (नव विंडोमे नकल लिअ अथवा खोलू) +bookmark_label=वर्तमान दृश्य + +# Secondary toolbar and context menu +tools.title=अओजार +tools_label=अओजार +first_page.title=प्रथम पृष्ठ पर जाउ +first_page.label=प्रथम पृष्ठ पर जाउ +first_page_label=प्रथम पृष्ठ पर जाउ +last_page.title=अंतिम पृष्ठ पर जाउ +last_page.label=अंतिम पृष्ठ पर जाउ +last_page_label=अंतिम पृष्ठ पर जाउ +page_rotate_cw.title=घड़ीक दिशा मे घुमाउ +page_rotate_cw.label=घड़ीक दिशा मे घुमाउ +page_rotate_cw_label=घड़ीक दिशा मे घुमाउ +page_rotate_ccw.title=घड़ीक दिशा सँ उनटा घुमाउ +page_rotate_ccw.label=घड़ीक दिशा सँ उनटा घुमाउ +page_rotate_ccw_label=घड़ीक दिशा सँ उनटा घुमाउ + + +# Document properties dialog box +document_properties.title=दस्तावेज़ विशेषता... +document_properties_label=दस्तावेज़ विशेषता... +document_properties_file_name=फाइल नाम: +document_properties_file_size=फ़ाइल आकार: +# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" +# will be replaced by the PDF file size in kilobytes, respectively in bytes. +document_properties_kb={{size_kb}} KB ({{size_b}} बाइट) +# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" +# will be replaced by the PDF file size in megabytes, respectively in bytes. +document_properties_mb={{size_mb}} MB ({{size_b}} बाइट) +document_properties_title=शीर्षक: +document_properties_author=लेखकः +document_properties_subject=विषय +document_properties_keywords=बीजशब्द +document_properties_creation_date=निर्माण तिथि: +document_properties_modification_date=संशोधन दिनांक: +# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" +# will be replaced by the creation/modification date, and time, of the PDF file. +document_properties_date_string={{date}}, {{time}} +document_properties_creator=सृजक: +document_properties_producer=PDF उत्पादक: +document_properties_version=PDF संस्करण: +document_properties_page_count=पृष्ठ गिनती: +document_properties_close=बन्न करू + +# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by +# a numerical per cent value. + +# Tooltips and alt text for side panel toolbar buttons +# (the _label strings are alt text for the buttons, the .title strings are +# tooltips) +toggle_sidebar.title=स्लाइडर टागल +toggle_sidebar_label=स्लाइडर टागल +document_outline_label=दस्तावेज खाका +attachments.title=संलग्नक देखाबू +attachments_label=संलग्नक +thumbs.title=लघु-छवि देखाउ +thumbs_label=लघु छवि +findbar.title=दस्तावेजमे ढूँढू + +# Thumbnails panel item (tooltip and alt text for images) +# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page +# number. +thumb_page_title=पृष्ठ {{page}} +# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page +# number. +thumb_page_canvas=पृष्ठ {{page}} का लघु-चित्र + +# Find panel button title and messages +find_previous.title=खोजक पछिला उपस्थिति ताकू +find_previous_label=पछिला +find_next.title=खोजक अगिला उपस्थिति ताकू +find_next_label=आगाँ +find_highlight=सभटा आलोकित करू +find_match_case_label=मिलान स्थिति +find_reached_top=पृष्ठक शीर्ष जाए पहुँचल, तल सँ जारी +find_reached_bottom=पृष्ठक तल मे जाए पहुँचल, शीर्ष सँ जारी +find_not_found=वाकींश नहि भेटल + +# Error panel labels +error_more_info=बेसी सूचना +error_less_info=कम सूचना +error_close=बन्न करू +# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be +# replaced by the PDF.JS version and build ID. +error_version_info=PDF.js v{{version}} (build: {{build}}) +# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an +# english string describing the error. +error_message=संदेश: {{message}} +# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack +# trace. +error_stack=स्टैक: {{stack}} +# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename +error_file=फ़ाइल: {{file}} +# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number +error_line=पंक्ति: {{line}} +rendering_error=पृष्ठ रेंडरिंगक समय त्रुटि आएल. + +# Predefined zoom values +page_scale_width=पृष्ठ चओड़ाइ +page_scale_fit=पृष्ठ फिट +page_scale_auto=स्वचालित जूम +page_scale_actual=सही आकार +# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a +# numerical scale value. +page_scale_percent={{scale}}% + +# Loading indicator messages +loading_error_indicator=त्रुटि +loading_error=पीडीएफ लोड करैत समय एकटा त्रुटि भेल. +invalid_file_error=अमान्य अथवा भ्रष्ट PDF फाइल. +missing_file_error=अनुपस्थित PDF फाइल. +unexpected_response_error=सर्वर सँ अप्रत्याशित प्रतिक्रिया. + +# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. +# "{{type}}" will be replaced with an annotation type from a list defined in +# the PDF spec (32000-1:2008 Table 169 – Annotation types). +# Some common types are e.g.: "Check", "Text", "Comment", "Note" +text_annotation_type.alt=[{{type}} Annotation] +password_label=एहि पीडीएफ फ़ाइल केँ खोलबाक लेल कृपया कूटशब्द भरू. +password_invalid=अवैध कूटशब्द, कृपया फिनु कोशिश करू. +password_ok=बेस + +printing_not_supported=चेतावनी: ई ब्राउजर पर छपाइ पूर्ण तरह सँ समर्थित नहि अछि. +printing_not_ready=चेतावनी: पीडीएफ छपाइक लेल पूर्ण तरह सँ लोड नहि अछि. +web_fonts_disabled=वेब फॉन्ट्स निष्क्रिय अछि: अंतःस्थापित PDF फान्टसक उपयोगमे असमर्थ. +document_colors_not_allowed=PDF दस्तावेज़ हुकर अपन रंग केँ उपयोग करबाक लेल अनुमति प्राप्त नहि अछि: 'पृष्ठ केँ हुकर अपन रंग केँ चुनबाक लेल स्वीकृति दिअ जे ओ ओहि ब्राउज़र मे निष्क्रिय अछि. diff --git a/dzz/pdf/web/locale/meh/index.htm b/dzz/pdf/web/locale/meh/index.htm new file mode 100644 index 0000000..e69de29 diff --git a/dzz/pdf/web/locale/meh/viewer.properties b/dzz/pdf/web/locale/meh/viewer.properties new file mode 100644 index 0000000..1d06986 --- /dev/null +++ b/dzz/pdf/web/locale/meh/viewer.properties @@ -0,0 +1,72 @@ +# Copyright 2012 Mozilla Foundation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# Main toolbar buttons (tooltips and alt text for images) + +# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input. +# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number +# representing the total number of pages in the document. +# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" +# will be replaced by a number representing the currently visible page, +# respectively a number representing the total number of pages in the document. + +zoom.title=Nasa´a ka´nu/Nasa´a luli + +# Secondary toolbar and context menu + + +# Document properties dialog box +# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" +# will be replaced by the PDF file size in kilobytes, respectively in bytes. +# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" +# will be replaced by the PDF file size in megabytes, respectively in bytes. +# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" +# will be replaced by the creation/modification date, and time, of the PDF file. + +# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by +# a numerical per cent value. + +# Tooltips and alt text for side panel toolbar buttons +# (the _label strings are alt text for the buttons, the .title strings are +# tooltips) + +# Thumbnails panel item (tooltip and alt text for images) +# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page +# number. +# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page +# number. + +# Find panel button title and messages + +# Error panel labels +# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be +# replaced by the PDF.JS version and build ID. +# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an +# english string describing the error. +# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack +# trace. +# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename +# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number + +# Predefined zoom values +# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a +# numerical scale value. + +# Loading indicator messages + +# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. +# "{{type}}" will be replaced with an annotation type from a list defined in +# the PDF spec (32000-1:2008 Table 169 – Annotation types). +# Some common types are e.g.: "Check", "Text", "Comment", "Note" + diff --git a/dzz/pdf/web/locale/mk/index.htm b/dzz/pdf/web/locale/mk/index.htm new file mode 100644 index 0000000..e69de29 diff --git a/dzz/pdf/web/locale/mk/viewer.properties b/dzz/pdf/web/locale/mk/viewer.properties new file mode 100644 index 0000000..8535025 --- /dev/null +++ b/dzz/pdf/web/locale/mk/viewer.properties @@ -0,0 +1,145 @@ +# Copyright 2012 Mozilla Foundation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# Main toolbar buttons (tooltips and alt text for images) +previous.title=Претходна страница +previous_label=Претходна +next.title=Следна страница +next_label=Следна + +# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input. +# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number +# representing the total number of pages in the document. +# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" +# will be replaced by a number representing the currently visible page, +# respectively a number representing the total number of pages in the document. + +zoom_out.title=Намалување +zoom_out_label=Намали +zoom_in.title=Зголемување +zoom_in_label=Зголеми +zoom.title=Променување на големина +presentation_mode.title=Премини во презентациски режим +presentation_mode_label=Презентациски режим +open_file.title=Отворање датотека +open_file_label=Отвори +print.title=Печатење +print_label=Печати +download.title=Преземање +download_label=Преземи +bookmark.title=Овој преглед (копирај или отвори во нов прозорец) +bookmark_label=Овој преглед + +# Secondary toolbar and context menu +tools.title=Алатки +first_page.label=Оди до првата страница +last_page.label=Оди до последната страница +page_rotate_cw.label=Ротирај по стрелките на часовникот +page_rotate_ccw.label=Ротирај спротивно од стрелките на часовникот + + + + +# Document properties dialog box +# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" +# will be replaced by the PDF file size in kilobytes, respectively in bytes. +# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" +# will be replaced by the PDF file size in megabytes, respectively in bytes. +# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" +# will be replaced by the creation/modification date, and time, of the PDF file. +# LOCALIZATION NOTE (document_properties_page_size_dimension_string): +# "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement and orientation, of the (current) page. +# LOCALIZATION NOTE (document_properties_page_size_dimension_name_string): +# "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement, name, and orientation, of the (current) page. +# LOCALIZATION NOTE (document_properties_linearized): The linearization status of +# the document; usually called "Fast Web View" in English locales of Adobe software. + +# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by +# a numerical per cent value. +print_progress_close=Откажи + +# Tooltips and alt text for side panel toolbar buttons +# (the _label strings are alt text for the buttons, the .title strings are +# tooltips) +toggle_sidebar.title=Вклучи странична лента +toggle_sidebar_label=Вклучи странична лента +thumbs.title=Прикажување на икони +thumbs_label=Икони +findbar.title=Најди во документот +findbar_label=Најди + +# Thumbnails panel item (tooltip and alt text for images) +# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page +# number. +thumb_page_title=Страница {{page}} +# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page +# number. +thumb_page_canvas=Икона од страница {{page}} + +# Find panel button title and messages +find_previous.title=Најди ја предходната појава на фразата +find_previous_label=Претходно +find_next.title=Најди ја следната појава на фразата +find_next_label=Следно +find_highlight=Означи сѐ +find_match_case_label=Токму така +find_reached_top=Барањето стигна до почетокот на документот и почнува од крајот +find_reached_bottom=Барањето стигна до крајот на документот и почнува од почеток +find_not_found=Фразата не е пронајдена + +# Error panel labels +error_more_info=Повеќе информации +error_less_info=Помалку информации +error_close=Затвори +# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be +# replaced by the PDF.JS version and build ID. +error_version_info=PDF.js v{{version}} (build: {{build}}) +# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an +# english string describing the error. +error_message=Порака: {{message}} +# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack +# trace. +error_stack=Stack: {{stack}} +# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename +error_file=Датотека: {{file}} +# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number +error_line=Линија: {{line}} +rendering_error=Настана грешка при прикажувањето на страницата. + +# Predefined zoom values +page_scale_width=Ширина на страница +page_scale_fit=Цела страница +page_scale_auto=Автоматска големина +page_scale_actual=Вистинска големина +# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a +# numerical scale value. + +# Loading indicator messages +loading_error_indicator=Грешка +loading_error=Настана грешка при вчитувањето на PDF-от. +invalid_file_error=Невалидна или корумпирана PDF датотека. +missing_file_error=Недостасува PDF документ. + +# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. +# "{{type}}" will be replaced with an annotation type from a list defined in +# the PDF spec (32000-1:2008 Table 169 – Annotation types). +# Some common types are e.g.: "Check", "Text", "Comment", "Note" +password_cancel=Откажи + +printing_not_supported=Предупредување: Печатењето не е целосно поддржано во овој прелистувач. +printing_not_ready=Предупредување: PDF документот не е целосно вчитан за печатење. +web_fonts_disabled=Интернет фонтовите се оневозможени: не може да се користат вградените PDF фонтови. +document_colors_not_allowed=PDF-документите немаат дозвола да користат сопствени бои: Поставката „Дозволи страниците сами да ги избираат своите бои“ е деактивирана од прелистувачот. diff --git a/dzz/pdf/web/locale/ml/index.htm b/dzz/pdf/web/locale/ml/index.htm new file mode 100644 index 0000000..e69de29 diff --git a/dzz/pdf/web/locale/ml/viewer.properties b/dzz/pdf/web/locale/ml/viewer.properties new file mode 100644 index 0000000..d4a9eb4 --- /dev/null +++ b/dzz/pdf/web/locale/ml/viewer.properties @@ -0,0 +1,184 @@ +# Copyright 2012 Mozilla Foundation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# Main toolbar buttons (tooltips and alt text for images) +previous.title=മുമ്പുള്ള താള്‍ +previous_label=മുമ്പു് +next.title=അടുത്ത താള്‍ +next_label=അടുത്തതു് + +# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input. +page.title=താള്‍ +# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number +# representing the total number of pages in the document. +of_pages={{pagesCount}} ലെ +# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" +# will be replaced by a number representing the currently visible page, +# respectively a number representing the total number of pages in the document. +page_of_pages=({{pagesCount}} ലെ {{pageNumber}}) + +zoom_out.title=ചെറുതാക്കുക +zoom_out_label=ചെറുതാക്കുക +zoom_in.title=വലുതാക്കുക +zoom_in_label=വലുതാക്കുക +zoom.title=വ്യാപ്തി മാറ്റുക +presentation_mode.title=പ്രസന്റേഷന്‍ രീതിയിലേക്കു് മാറ്റുക +presentation_mode_label=പ്രസന്റേഷന്‍ രീതി +open_file.title=ഫയല്‍ തുറക്കുക +open_file_label=തുറക്കുക +print.title=പ്രിന്റ് ചെയ്യുക +print_label=പ്രിന്റ് ചെയ്യുക +download.title=ഡൌണ്‍ലോഡ് ചെയ്യുക +download_label=ഡൌണ്‍ലോഡ് ചെയ്യുക +bookmark.title=നിലവിലുള്ള കാഴ്ച (പുതിയ ജാലകത്തില്‍ പകര്‍ത്തുക അല്ലെങ്കില്‍ തുറക്കുക) +bookmark_label=നിലവിലുള്ള കാഴ്ച + +# Secondary toolbar and context menu +tools.title=ഉപകരണങ്ങള്‍ +tools_label=ഉപകരണങ്ങള്‍ +first_page.title=ആദ്യത്തെ താളിലേയ്ക്കു് പോകുക +first_page.label=ആദ്യത്തെ താളിലേയ്ക്കു് പോകുക +first_page_label=ആദ്യത്തെ താളിലേയ്ക്കു് പോകുക +last_page.title=അവസാന താളിലേയ്ക്കു് പോകുക +last_page.label=അവസാന താളിലേയ്ക്കു് പോകുക +last_page_label=അവസാന താളിലേയ്ക്കു് പോകുക +page_rotate_cw.title=ഘടികാരദിശയില്‍ കറക്കുക +page_rotate_cw.label=ഘടികാരദിശയില്‍ കറക്കുക +page_rotate_cw_label=ഘടികാരദിശയില്‍ കറക്കുക +page_rotate_ccw.title=ഘടികാര ദിശയ്ക്കു് വിപരീതമായി കറക്കുക +page_rotate_ccw.label=ഘടികാര ദിശയ്ക്കു് വിപരീതമായി കറക്കുക +page_rotate_ccw_label=ഘടികാര ദിശയ്ക്കു് വിപരീതമായി കറക്കുക + +cursor_text_select_tool.title=ടെക്സ്റ്റ് തിരഞ്ഞെടുക്കൽ ടൂള്‍ പ്രാപ്തമാക്കുക +cursor_text_select_tool_label=ടെക്സ്റ്റ് തിരഞ്ഞെടുക്കൽ ടൂള്‍ +cursor_hand_tool.title=ഹാന്റ് ടൂള്‍ പ്രാപ്തമാക്കുക +cursor_hand_tool_label=ഹാന്റ് ടൂള്‍ + +# Document properties dialog box +document_properties.title=രേഖയുടെ വിശേഷതകള്‍... +document_properties_label=രേഖയുടെ വിശേഷതകള്‍... +document_properties_file_name=ഫയലിന്റെ പേര്‌: +document_properties_file_size=ഫയലിന്റെ വലിപ്പം:‌‌ +# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" +# will be replaced by the PDF file size in kilobytes, respectively in bytes. +document_properties_kb={{size_kb}} കെബി ({{size_b}} ബൈറ്റുകള്‍) +# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" +# will be replaced by the PDF file size in megabytes, respectively in bytes. +document_properties_mb={{size_mb}} എംബി ({{size_b}} ബൈറ്റുകള്‍) +document_properties_title=തലക്കെട്ട്‌\u0020 +document_properties_author=രചയിതാവ്: +document_properties_subject=വിഷയം: +document_properties_keywords=കീവേര്‍ഡുകള്‍: +document_properties_creation_date=പൂര്‍ത്തിയാകുന്ന തീയതി: +document_properties_modification_date=മാറ്റം വരുത്തിയ തീയതി: +# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" +# will be replaced by the creation/modification date, and time, of the PDF file. +document_properties_date_string={{date}}, {{time}} +document_properties_creator=സൃഷ്ടികര്‍ത്താവ്: +document_properties_producer=പിഡിഎഫ് പ്രൊഡ്യൂസര്‍: +document_properties_version=പിഡിഎഫ് പതിപ്പ്: +document_properties_page_count=താളിന്റെ എണ്ണം: +document_properties_close=അടയ്ക്കുക + +print_progress_message=പ്രിന്റുചെയ്യുന്നതിന് ഡോക്യുമെന്റ് തയ്യാറാക്കുന്നു… +# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by +# a numerical per cent value. +print_progress_percent={{progress}}% +print_progress_close=റദ്ദാക്കുക + +# Tooltips and alt text for side panel toolbar buttons +# (the _label strings are alt text for the buttons, the .title strings are +# tooltips) +toggle_sidebar.title=സൈഡ് ബാറിലേക്കു് മാറ്റുക +toggle_sidebar_notification.title=ടോഗിൾ സൈഡ്ബാർ (ഡോക്യുമെന്റില്‍ ഔട്ട്ലൈൻ/അറ്റാച്ചുമെന്റുകൾ അടങ്ങിയിരിക്കുന്നു) +toggle_sidebar_label=സൈഡ് ബാറിലേക്കു് മാറ്റുക +document_outline.title=ഡോക്യുമെന്റിന്റെ ബാഹ്യരേഖ കാണിക്കുക (എല്ലാ ഇനങ്ങളും വിപുലീകരിക്കാനും ചുരുക്കാനും ഇരട്ട ക്ലിക്കുചെയ്യുക) +document_outline_label=രേഖയുടെ ഔട്ട്ലൈന്‍ +attachments.title=അറ്റാച്മെന്റുകള്‍ കാണിയ്ക്കുക +attachments_label=അറ്റാച്മെന്റുകള്‍ +thumbs.title=തംബ്നെയിലുകള്‍ കാണിയ്ക്കുക +thumbs_label=തംബ്നെയിലുകള്‍ +findbar.title=രേഖയില്‍ കണ്ടുപിടിയ്ക്കുക +findbar_label=കണ്ടെത്തുക + +# Thumbnails panel item (tooltip and alt text for images) +# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page +# number. +thumb_page_title=താള്‍ {{page}} +# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page +# number. +thumb_page_canvas={{page}} താളിനുള്ള തംബ്നെയില്‍ + +# Find panel button title and messages +find_input.title=കണ്ടെത്തുക +find_input.placeholder=ഡോക്യുമെന്റില്‍ കണ്ടെത്തുക… +find_previous.title=വാചകം ഇതിനു മുന്‍പ്‌ ആവര്‍ത്തിച്ചത്‌ കണ്ടെത്തുക\u0020 +find_previous_label=മുമ്പു് +find_next.title=വാചകം വീണ്ടും ആവര്‍ത്തിക്കുന്നത്‌ കണ്ടെത്തുക\u0020 +find_next_label=അടുത്തതു് +find_highlight=എല്ലാം എടുത്തുകാണിയ്ക്കുക +find_match_case_label=അക്ഷരങ്ങള്‍ ഒത്തുനോക്കുക +find_reached_top=രേഖയുടെ മുകളില്‍ എത്തിയിരിക്കുന്നു, താഴെ നിന്നും തുടരുന്നു +find_reached_bottom=രേഖയുടെ അവസാനം വരെ എത്തിയിരിക്കുന്നു, മുകളില്‍ നിന്നും തുടരുന്നു\u0020 +find_not_found=വാചകം കണ്ടെത്താനായില്ല\u0020 + +# Error panel labels +error_more_info=കൂടുതല്‍ വിവരം +error_less_info=കുറച്ച് വിവരം +error_close=അടയ്ക്കുക +# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be +# replaced by the PDF.JS version and build ID. +error_version_info=PDF.js v{{version}} (build: {{build}}) +# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an +# english string describing the error. +error_message=സന്ദേശം: {{message}} +# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack +# trace. +error_stack=സ്റ്റാക്ക്: {{stack}} +# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename +error_file=ഫയല്‍: {{file}} +# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number +error_line=വരി: {{line}} +rendering_error=താള്‍ റെണ്ടര്‍ ചെയ്യുമ്പോള്‍‌ പിശകുണ്ടായിരിയ്ക്കുന്നു. + +# Predefined zoom values +page_scale_width=താളിന്റെ വീതി +page_scale_fit=താള്‍ പാകത്തിനാക്കുക +page_scale_auto=സ്വയമായി വലുതാക്കുക +page_scale_actual=യഥാര്‍ത്ഥ വ്യാപ്തി +# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a +# numerical scale value. +page_scale_percent={{scale}}% + +# Loading indicator messages +loading_error_indicator=പിശക് +loading_error=പിഡിഎഫ് ലഭ്യമാക്കുമ്പോള്‍ പിശക് ഉണ്ടായിരിയ്ക്കുന്നു. +invalid_file_error=തെറ്റായ അല്ലെങ്കില്‍ തകരാറുള്ള പിഡിഎഫ് ഫയല്‍. +missing_file_error=പിഡിഎഫ് ഫയല്‍ ലഭ്യമല്ല. +unexpected_response_error=പ്രതീക്ഷിക്കാത്ത സെര്‍വര്‍ മറുപടി. + +# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. +# "{{type}}" will be replaced with an annotation type from a list defined in +# the PDF spec (32000-1:2008 Table 169 – Annotation types). +# Some common types are e.g.: "Check", "Text", "Comment", "Note" +text_annotation_type.alt=[{{type}} Annotation] +password_label=ഈ പിഡിഎഫ് ഫയല്‍ തുറക്കുന്നതിനു് രഹസ്യവാക്ക് നല്‍കുക. +password_invalid=തെറ്റായ രഹസ്യവാക്ക്, ദയവായി വീണ്ടും ശ്രമിയ്ക്കുക. +password_ok=ശരി +password_cancel=റദ്ദാക്കുക + +printing_not_supported=മുന്നറിയിപ്പു്: ഈ ബ്രൌസര്‍ പൂര്‍ണ്ണമായി പ്രിന്റിങ് പിന്തുണയ്ക്കുന്നില്ല. +printing_not_ready=മുന്നറിയിപ്പു്: പ്രിന്റ് ചെയ്യുന്നതിനു് പിഡിഎഫ് പൂര്‍ണ്ണമായി ലഭ്യമല്ല. +web_fonts_disabled=വെബിനുള്ള അക്ഷരസഞ്ചയങ്ങള്‍ പ്രവര്‍ത്തന രഹിതം: എംബഡ്ഡ് ചെയ്ത പിഡിഎഫ് അക്ഷരസഞ്ചയങ്ങള്‍ ഉപയോഗിയ്ക്കുവാന്‍ സാധ്യമല്ല. +document_colors_not_allowed=സ്വന്തം നിറങ്ങള്‍ ഉപയോഗിയ്ക്കുവാന്‍ പിഡിഎഫ് രേഖകള്‍ക്കു് അനുവാദമില്ല: 'സ്വന്തം നിറങ്ങള്‍ ഉപയോഗിയ്ക്കുവാന്‍ താളുകളെ അനുവദിയ്ക്കുക' എന്നതു് ബ്രൌസറില്‍ നിര്‍ജീവമാണു്. diff --git a/dzz/pdf/web/locale/mn/index.htm b/dzz/pdf/web/locale/mn/index.htm new file mode 100644 index 0000000..e69de29 diff --git a/dzz/pdf/web/locale/mn/viewer.properties b/dzz/pdf/web/locale/mn/viewer.properties new file mode 100644 index 0000000..39edeb2 --- /dev/null +++ b/dzz/pdf/web/locale/mn/viewer.properties @@ -0,0 +1,82 @@ +# Copyright 2012 Mozilla Foundation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# Main toolbar buttons (tooltips and alt text for images) + +# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input. +# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number +# representing the total number of pages in the document. +# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" +# will be replaced by a number representing the currently visible page, +# respectively a number representing the total number of pages in the document. + +zoom.title=Тэлэлт +open_file.title=Файл нээ +open_file_label=Нээ + +# Secondary toolbar and context menu + + +# Document properties dialog box +document_properties_file_name=Файлын нэр: +# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" +# will be replaced by the PDF file size in kilobytes, respectively in bytes. +# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" +# will be replaced by the PDF file size in megabytes, respectively in bytes. +document_properties_title=Гарчиг: +# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" +# will be replaced by the creation/modification date, and time, of the PDF file. + +# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by +# a numerical per cent value. + +# Tooltips and alt text for side panel toolbar buttons +# (the _label strings are alt text for the buttons, the .title strings are +# tooltips) + +# Thumbnails panel item (tooltip and alt text for images) +# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page +# number. +# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page +# number. + +# Find panel button title and messages +find_previous.title=Хайлтын өмнөх олдцыг харуулна +find_next.title=Хайлтын дараагийн олдцыг харуулна +find_not_found=Олдсонгүй + +# Error panel labels +error_more_info=Нэмэлт мэдээлэл +# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be +# replaced by the PDF.JS version and build ID. +# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an +# english string describing the error. +# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack +# trace. +# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename +# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number + +# Predefined zoom values +# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a +# numerical scale value. + +# Loading indicator messages +loading_error_indicator=Алдаа + +# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. +# "{{type}}" will be replaced with an annotation type from a list defined in +# the PDF spec (32000-1:2008 Table 169 – Annotation types). +# Some common types are e.g.: "Check", "Text", "Comment", "Note" +password_ok=OK + diff --git a/dzz/pdf/web/locale/mr/index.htm b/dzz/pdf/web/locale/mr/index.htm new file mode 100644 index 0000000..e69de29 diff --git a/dzz/pdf/web/locale/mr/viewer.properties b/dzz/pdf/web/locale/mr/viewer.properties new file mode 100644 index 0000000..c806929 --- /dev/null +++ b/dzz/pdf/web/locale/mr/viewer.properties @@ -0,0 +1,206 @@ +# Copyright 2012 Mozilla Foundation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# Main toolbar buttons (tooltips and alt text for images) +previous.title=मागील पृष्ठ +previous_label=मागील +next.title=पुढील पृष्ठ +next_label=पुढील + +# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input. +page.title=पृष्ठ +# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number +# representing the total number of pages in the document. +of_pages={{pagesCount}}पैकी +# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" +# will be replaced by a number representing the currently visible page, +# respectively a number representing the total number of pages in the document. +page_of_pages=({{pagesCount}} पैकी {{pageNumber}}) + +zoom_out.title=छोटे करा +zoom_out_label=छोटे करा +zoom_in.title=मोठे करा +zoom_in_label=मोठे करा +zoom.title=लहान किंवा मोठे करा +presentation_mode.title=प्रस्तुतिकरण मोडचा वापर करा +presentation_mode_label=प्रस्तुतिकरण मोड +open_file.title=फाइल उघडा +open_file_label=उघडा +print.title=छपाई करा +print_label=छपाई करा +download.title=डाउनलोड करा +download_label=डाउनलोड करा +bookmark.title=सध्याचे अवलोकन (नवीन पटलात प्रत बनवा किंवा उघडा) +bookmark_label=सध्याचे अवलोकन + +# Secondary toolbar and context menu +tools.title=साधने +tools_label=साधने +first_page.title=पहिल्या पृष्ठावर जा +first_page.label=पहिल्या पृष्ठावर जा +first_page_label=पहिल्या पृष्ठावर जा +last_page.title=शेवटच्या पृष्ठावर जा +last_page.label=शेवटच्या पृष्ठावर जा +last_page_label=शेवटच्या पृष्ठावर जा +page_rotate_cw.title=घड्याळाच्या काट्याच्या दिशेने फिरवा +page_rotate_cw.label=घड्याळाच्या काट्याच्या दिशेने फिरवा +page_rotate_cw_label=घड्याळाच्या काट्याच्या दिशेने फिरवा +page_rotate_ccw.title=घड्याळाच्या काट्याच्या उलट दिशेने फिरवा +page_rotate_ccw.label=घड्याळाच्या काट्याच्या उलट दिशेने फिरवा +page_rotate_ccw_label=घड्याळाच्या काट्याच्या उलट दिशेने फिरवा + +cursor_text_select_tool.title=मजकूर निवड साधन कार्यान्वयीत करा +cursor_text_select_tool_label=मजकूर निवड साधन +cursor_hand_tool.title=हात साधन कार्यान्वित करा +cursor_hand_tool_label=हस्त साधन + + + +# Document properties dialog box +document_properties.title=दस्तऐवज गुणधर्म… +document_properties_label=दस्तऐवज गुणधर्म… +document_properties_file_name=फाइलचे नाव: +document_properties_file_size=फाइल आकार: +# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" +# will be replaced by the PDF file size in kilobytes, respectively in bytes. +document_properties_kb={{size_kb}} KB ({{size_b}} बाइट्स) +# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" +# will be replaced by the PDF file size in megabytes, respectively in bytes. +document_properties_mb={{size_mb}} MB ({{size_b}} बाइट्स) +document_properties_title=शिर्षक: +document_properties_author=लेखक: +document_properties_subject=विषय: +document_properties_keywords=मुख्यशब्द: +document_properties_creation_date=निर्माण दिनांक: +document_properties_modification_date=दुरूस्ती दिनांक: +# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" +# will be replaced by the creation/modification date, and time, of the PDF file. +document_properties_date_string={{date}}, {{time}} +document_properties_creator=निर्माता: +document_properties_producer=PDF निर्माता: +document_properties_version=PDF आवृत्ती: +document_properties_page_count=पृष्ठ संख्या: +document_properties_page_size=पृष्ठ आकार: +document_properties_page_size_unit_inches=इंच +document_properties_page_size_unit_millimeters=मीमी +document_properties_page_size_orientation_portrait=उभी मांडणी +document_properties_page_size_name_a3=A3 +document_properties_page_size_name_a4=A4 +document_properties_page_size_name_letter=Letter +document_properties_page_size_name_legal=Legal +# LOCALIZATION NOTE (document_properties_page_size_dimension_string): +# "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement and orientation, of the (current) page. +document_properties_page_size_dimension_string={{width}} × {{height}} {{unit}} ({{orientation}}) +# LOCALIZATION NOTE (document_properties_page_size_dimension_name_string): +# "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement, name, and orientation, of the (current) page. +document_properties_page_size_dimension_name_string={{width}} × {{height}} {{unit}} ({{name}}, {{orientation}}) +# LOCALIZATION NOTE (document_properties_linearized): The linearization status of +# the document; usually called "Fast Web View" in English locales of Adobe software. +document_properties_linearized_yes=हो +document_properties_linearized_no=नाही +document_properties_close=बंद करा + +print_progress_message=छपाई करीता पृष्ठ तयार करीत आहे… +# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by +# a numerical per cent value. +print_progress_percent={{progress}}% +print_progress_close=रद्द करा + +# Tooltips and alt text for side panel toolbar buttons +# (the _label strings are alt text for the buttons, the .title strings are +# tooltips) +toggle_sidebar.title=बाजूचीपट्टी टॉगल करा +toggle_sidebar_notification.title=बाजूची पट्टी टॉगल करा (दस्तऐवजामध्ये रुपरेषा/जोडण्या आहेत) +toggle_sidebar_label=बाजूचीपट्टी टॉगल करा +document_outline.title=दस्तऐवज बाह्यरेखा दर्शवा (विस्तृत करण्यासाठी दोनवेळा क्लिक करा /सर्व घटक दाखवा) +document_outline_label=दस्तऐवज रूपरेषा +attachments.title=जोडपत्र दाखवा +attachments_label=जोडपत्र +thumbs.title=थंबनेल्स् दाखवा +thumbs_label=थंबनेल्स् +findbar.title=दस्तऐवजात शोधा +findbar_label=शोधा + +# Thumbnails panel item (tooltip and alt text for images) +# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page +# number. +thumb_page_title=पृष्ठ {{page}} +# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page +# number. +thumb_page_canvas=पृष्ठाचे थंबनेल {{page}} + +# Find panel button title and messages +find_input.title=शोधा +find_input.placeholder=दस्तऐवजात शोधा… +find_previous.title=वाकप्रयोगची मागील घटना शोधा +find_previous_label=मागील +find_next.title=वाकप्रयोगची पुढील घटना शोधा +find_next_label=पुढील +find_highlight=सर्व ठळक करा +find_match_case_label=आकार जुळवा +find_reached_top=दस्तऐवजाच्या शीर्षकास पोहचले, तळपासून पुढे +find_reached_bottom=दस्तऐवजाच्या तळाला पोहचले, शीर्षकापासून पुढे +find_not_found=वाकप्रयोग आढळले नाही + +# Error panel labels +error_more_info=आणखी माहिती +error_less_info=कमी माहिती +error_close=बंद करा +# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be +# replaced by the PDF.JS version and build ID. +error_version_info=PDF.js v{{version}} (build: {{build}}) +# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an +# english string describing the error. +error_message=संदेश: {{message}} +# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack +# trace. +error_stack=स्टॅक: {{stack}} +# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename +error_file=फाइल: {{file}} +# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number +error_line=रेष: {{line}} +rendering_error=पृष्ठ दाखवतेवेळी त्रुटी आढळली. + +# Predefined zoom values +page_scale_width=पृष्ठाची रूंदी +page_scale_fit=पृष्ठ बसवा +page_scale_auto=स्वयं लाहन किंवा मोठे करणे +page_scale_actual=प्रत्यक्ष आकार +# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a +# numerical scale value. +page_scale_percent={{scale}}% + +# Loading indicator messages +loading_error_indicator=त्रुटी +loading_error=PDF लोड करतेवेळी त्रुटी आढळली. +invalid_file_error=अवैध किंवा दोषीत PDF फाइल. +missing_file_error=न आढळणारी PDF फाइल. +unexpected_response_error=अनपेक्षित सर्व्हर प्रतिसाद. + +# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. +# "{{type}}" will be replaced with an annotation type from a list defined in +# the PDF spec (32000-1:2008 Table 169 – Annotation types). +# Some common types are e.g.: "Check", "Text", "Comment", "Note" +text_annotation_type.alt=[{{type}} टिपण्णी] +password_label=ही PDF फाइल उघडण्याकरिता पासवर्ड द्या. +password_invalid=अवैध पासवर्ड. कृपया पुन्हा प्रयत्न करा. +password_ok=ठीक आहे +password_cancel=रद्द करा + +printing_not_supported=सावधानता: या ब्राउझरतर्फे छपाइ पूर्णपणे समर्थीत नाही. +printing_not_ready=सावधानता: छपाईकरिता PDF पूर्णतया लोड झाले नाही. +web_fonts_disabled=वेब टंक असमर्थीत आहेत: एम्बेडेड PDF टंक वापर अशक्य. +document_colors_not_allowed=PDF दस्तऐवजांना त्यांचे रंग वापरण्यास अनुमती नाही: ब्राउझरमध्ये ' पृष्ठांना त्यांचे रंग निवडण्यास अनुमती द्या' बंद केले आहे. diff --git a/dzz/pdf/web/locale/ms/index.htm b/dzz/pdf/web/locale/ms/index.htm new file mode 100644 index 0000000..e69de29 diff --git a/dzz/pdf/web/locale/ms/viewer.properties b/dzz/pdf/web/locale/ms/viewer.properties new file mode 100644 index 0000000..3bc7907 --- /dev/null +++ b/dzz/pdf/web/locale/ms/viewer.properties @@ -0,0 +1,242 @@ +# Copyright 2012 Mozilla Foundation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# Main toolbar buttons (tooltips and alt text for images) +previous.title=Halaman Dahulu +previous_label=Dahulu +next.title=Halaman Berikut +next_label=Berikut + +# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input. +page.title=Halaman +# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number +# representing the total number of pages in the document. +of_pages=daripada {{pagesCount}} +# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" +# will be replaced by a number representing the currently visible page, +# respectively a number representing the total number of pages in the document. +page_of_pages=({{pageNumber}} daripada {{pagesCount}}) + +zoom_out.title=Zum Keluar +zoom_out_label=Zum Keluar +zoom_in.title=Zum Masuk +zoom_in_label=Zum Masuk +zoom.title=Zum +presentation_mode.title=Tukar ke Mod Persembahan +presentation_mode_label=Mod Persembahan +open_file.title=Buka Fail +open_file_label=Buka +print.title=Cetak +print_label=Cetak +download.title=Muat turun +download_label=Muat turun +bookmark.title=Paparan semasa (salin atau buka dalam tetingkap baru) +bookmark_label=Paparan Semasa + +# Secondary toolbar and context menu +tools.title=Alatan +tools_label=Alatan +first_page.title=Pergi ke Halaman Pertama +first_page.label=Pergi ke Halaman Pertama +first_page_label=Pergi ke Halaman Pertama +last_page.title=Pergi ke Halaman Terakhir +last_page.label=Pergi ke Halaman Terakhir +last_page_label=Pergi ke Halaman Terakhir +page_rotate_cw.title=Berputar ikut arah Jam +page_rotate_cw.label=Berputar ikut arah Jam +page_rotate_cw_label=Berputar ikut arah Jam +page_rotate_ccw.title=Pusing berlawan arah jam +page_rotate_ccw.label=Pusing berlawan arah jam +page_rotate_ccw_label=Pusing berlawan arah jam + +cursor_text_select_tool.title=Dayakan Alatan Pilihan Teks +cursor_text_select_tool_label=Alatan Pilihan Teks +cursor_hand_tool.title=Dayakan Alatan Tangan +cursor_hand_tool_label=Alatan Tangan + +scroll_vertical.title=Guna Skrol Menegak +scroll_vertical_label=Skrol Menegak +scroll_horizontal.title=Guna Skrol Mengufuk +scroll_horizontal_label=Skrol Mengufuk +scroll_wrapped.title=Guna Skrol Berbalut +scroll_wrapped_label=Skrol Berbalut + +spread_none.title=Jangan hubungkan hamparan halaman +spread_none_label=Tanpa Hamparan +spread_odd.title=Hubungkan hamparan halaman dengan halaman nombor ganjil +spread_odd_label=Hamparan Ganjil +spread_even.title=Hubungkan hamparan halaman dengan halaman nombor genap +spread_even_label=Hamparan Seimbang + +# Document properties dialog box +document_properties.title=Sifat Dokumen… +document_properties_label=Sifat Dokumen… +document_properties_file_name=Nama fail: +document_properties_file_size=Saiz fail: +# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" +# will be replaced by the PDF file size in kilobytes, respectively in bytes. +document_properties_kb={{size_kb}} KB ({{size_b}} bait) +# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" +# will be replaced by the PDF file size in megabytes, respectively in bytes. +document_properties_mb={{size_mb}} MB ({{size_b}} bait) +document_properties_title=Tajuk: +document_properties_author=Pengarang: +document_properties_subject=Subjek: +document_properties_keywords=Kata kunci: +document_properties_creation_date=Masa Dicipta: +document_properties_modification_date=Tarikh Ubahsuai: +# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" +# will be replaced by the creation/modification date, and time, of the PDF file. +document_properties_date_string={{date}}, {{time}} +document_properties_creator=Pencipta: +document_properties_producer=Pengeluar PDF: +document_properties_version=Versi PDF: +document_properties_page_count=Kiraan Laman: +document_properties_page_size=Saiz Halaman: +document_properties_page_size_unit_inches=dalam +document_properties_page_size_unit_millimeters=mm +document_properties_page_size_orientation_portrait=potret +document_properties_page_size_orientation_landscape=landskap +document_properties_page_size_name_a3=A3 +document_properties_page_size_name_a4=A4 +document_properties_page_size_name_letter=Letter +document_properties_page_size_name_legal=Legal +# LOCALIZATION NOTE (document_properties_page_size_dimension_string): +# "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement and orientation, of the (current) page. +document_properties_page_size_dimension_string={{width}} × {{height}} {{unit}} ({{orientation}}) +# LOCALIZATION NOTE (document_properties_page_size_dimension_name_string): +# "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement, name, and orientation, of the (current) page. +document_properties_page_size_dimension_name_string={{width}} × {{height}} {{unit}} ({{name}}, {{orientation}}) +# LOCALIZATION NOTE (document_properties_linearized): The linearization status of +# the document; usually called "Fast Web View" in English locales of Adobe software. +document_properties_linearized=Paparan Web Pantas: +document_properties_linearized_yes=Ya +document_properties_linearized_no=Tidak +document_properties_close=Tutup + +print_progress_message=Menyediakan dokumen untuk dicetak… +# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by +# a numerical per cent value. +print_progress_percent={{progress}}% +print_progress_close=Batal + +# Tooltips and alt text for side panel toolbar buttons +# (the _label strings are alt text for the buttons, the .title strings are +# tooltips) +toggle_sidebar.title=Togol Bar Sisi +toggle_sidebar_notification.title=Togol Sidebar (dokumen mengandungi rangka/attachments) +toggle_sidebar_label=Togol Bar Sisi +document_outline.title=Papar Rangka Dokumen (klik-dua-kali untuk kembangkan/kolaps semua item) +document_outline_label=Rangka Dokumen +attachments.title=Papar Lampiran +attachments_label=Lampiran +thumbs.title=Papar Thumbnails +thumbs_label=Imej kecil +findbar.title=Cari didalam Dokumen +findbar_label=Cari + +# Thumbnails panel item (tooltip and alt text for images) +# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page +# number. +thumb_page_title=Halaman {{page}} +# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page +# number. +thumb_page_canvas=Halaman Imej kecil {{page}} + +# Find panel button title and messages +find_input.title=Cari +find_input.placeholder=Cari dalam dokumen… +find_previous.title=Cari teks frasa berkenaan yang terdahulu +find_previous_label=Dahulu +find_next.title=Cari teks frasa berkenaan yang berikut +find_next_label=Berikut +find_highlight=Serlahkan semua +find_match_case_label=Huruf sepadan +find_entire_word_label=Seluruh perkataan +find_reached_top=Mencapai teratas daripada dokumen, sambungan daripada bawah +find_reached_bottom=Mencapai terakhir daripada dokumen, sambungan daripada atas +# LOCALIZATION NOTE (find_match_count): The supported plural forms are +# [one|two|few|many|other], with [other] as the default value. +# "{{current}}" and "{{total}}" will be replaced by a number representing the +# index of the currently active find result, respectively a number representing +# the total number of matches in the document. +find_match_count={[ plural(total) ]} +find_match_count[one]={{current}} daripada {{total}} padanan +find_match_count[two]={{current}} daripada {{total}} padanan +find_match_count[few]={{current}} daripada {{total}} padanan +find_match_count[many]={{current}} daripada {{total}} padanan +find_match_count[other]={{current}} daripada {{total}} padanan +# LOCALIZATION NOTE (find_match_count_limit): The supported plural forms are +# [zero|one|two|few|many|other], with [other] as the default value. +# "{{limit}}" will be replaced by a numerical value. +find_match_count_limit={[ plural(limit) ]} +find_match_count_limit[zero]=Lebih daripada {{limit}} padanan +find_match_count_limit[one]=Lebih daripada {{limit}} padanan +find_match_count_limit[two]=Lebih daripada {{limit}} padanan +find_match_count_limit[few]=Lebih daripada {{limit}} padanan +find_match_count_limit[many]=Lebih daripada {{limit}} padanan +find_match_count_limit[other]=Lebih daripada {{limit}} padanan +find_not_found=Frasa tidak ditemui + +# Error panel labels +error_more_info=Maklumat Lanjut +error_less_info=Kurang Informasi +error_close=Tutup +# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be +# replaced by the PDF.JS version and build ID. +error_version_info=PDF.js v{{version}} (build: {{build}}) +# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an +# english string describing the error. +error_message=Mesej: {{message}} +# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack +# trace. +error_stack=Timbun: {{stack}} +# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename +error_file=Fail: {{file}} +# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number +error_line=Garis: {{line}} +rendering_error=Ralat berlaku ketika memberikan halaman. + +# Predefined zoom values +page_scale_width=Lebar Halaman +page_scale_fit=Muat Halaman +page_scale_auto=Zoom Automatik +page_scale_actual=Saiz Sebenar +# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a +# numerical scale value. +page_scale_percent={{scale}}% + +# Loading indicator messages +loading_error_indicator=Ralat +loading_error=Masalah berlaku semasa menuatkan sebuah PDF. +invalid_file_error=Tidak sah atau fail PDF rosak. +missing_file_error=Fail PDF Hilang. +unexpected_response_error=Respon pelayan yang tidak dijangka. + +# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. +# "{{type}}" will be replaced with an annotation type from a list defined in +# the PDF spec (32000-1:2008 Table 169 – Annotation types). +# Some common types are e.g.: "Check", "Text", "Comment", "Note" +text_annotation_type.alt=[{{type}} Anotasi] +password_label=Masukan kata kunci untuk membuka fail PDF ini. +password_invalid=Kata laluan salah. Cuba lagi. +password_ok=OK +password_cancel=Batal + +printing_not_supported=Amaran: Cetakan ini tidak sepenuhnya disokong oleh pelayar ini. +printing_not_ready=Amaran: PDF tidak sepenuhnya dimuatkan untuk dicetak. +web_fonts_disabled=Fon web dinyahdayakan: tidak dapat menggunakan fon terbenam PDF. +document_colors_not_allowed=Dokumen PDF tidak dibenarkan untuk menggunakan warna sendiri: “Izinkan halaman untuk memilih warna sendiri” telah dinyahaktifkan dalam pelayar. diff --git a/dzz/pdf/web/locale/my/index.htm b/dzz/pdf/web/locale/my/index.htm new file mode 100644 index 0000000..e69de29 diff --git a/dzz/pdf/web/locale/my/viewer.properties b/dzz/pdf/web/locale/my/viewer.properties new file mode 100644 index 0000000..991fb17 --- /dev/null +++ b/dzz/pdf/web/locale/my/viewer.properties @@ -0,0 +1,180 @@ +# Copyright 2012 Mozilla Foundation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# Main toolbar buttons (tooltips and alt text for images) +previous.title=အရင် စာမျက်နှာ +previous_label=အရင်နေရာ +next.title=ရှေ့ စာမျက်နှာ +next_label=နောက်တခု + +# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input. +page.title=စာမျက်နှာ +# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number +# representing the total number of pages in the document. +of_pages={{pagesCount}} ၏ +# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" +# will be replaced by a number representing the currently visible page, +# respectively a number representing the total number of pages in the document. +page_of_pages=({{pagesCount}} ၏ {{pageNumber}}) + +zoom_out.title=ချုံ့ပါ +zoom_out_label=ချုံ့ပါ +zoom_in.title=ချဲ့ပါ +zoom_in_label=ချဲ့ပါ +zoom.title=ချုံ့/ချဲ့ပါ +presentation_mode.title=ဆွေးနွေးတင်ပြစနစ်သို့ ကူးပြောင်းပါ +presentation_mode_label=ဆွေးနွေးတင်ပြစနစ် +open_file.title=ဖိုင်အားဖွင့်ပါ။ +open_file_label=ဖွင့်ပါ +print.title=ပုံနှိုပ်ပါ +print_label=ပုံနှိုပ်ပါ +download.title=ကူးဆွဲ +download_label=ကူးဆွဲ +bookmark.title=လက်ရှိ မြင်ကွင်း (ဝင်းဒိုးအသစ်မှာ ကူးပါ သို့မဟုတ် ဖွင့်ပါ) +bookmark_label=လက်ရှိ မြင်ကွင်း + +# Secondary toolbar and context menu +tools.title=ကိရိယာများ +tools_label=ကိရိယာများ +first_page.title=ပထမ စာမျက်နှာသို့ +first_page.label=ပထမ စာမျက်နှာသို့ +first_page_label=ပထမ စာမျက်နှာသို့ +last_page.title=နောက်ဆုံး စာမျက်နှာသို့ +last_page.label=နောက်ဆုံး စာမျက်နှာသို့ +last_page_label=နောက်ဆုံး စာမျက်နှာသို့ +page_rotate_cw.title=နာရီလက်တံ အတိုင်း +page_rotate_cw.label=နာရီလက်တံ အတိုင်း +page_rotate_cw_label=နာရီလက်တံ အတိုင်း +page_rotate_ccw.title=နာရီလက်တံ ပြောင်းပြန် +page_rotate_ccw.label=နာရီလက်တံ ပြောင်းပြန် +page_rotate_ccw_label=နာရီလက်တံ ပြောင်းပြန် + + +# Document properties dialog box +document_properties.title=မှတ်တမ်းမှတ်ရာ ဂုဏ်သတ္တိများ +document_properties_label=မှတ်တမ်းမှတ်ရာ ဂုဏ်သတ္တိများ +document_properties_file_name=ဖိုင် : +document_properties_file_size=ဖိုင်ဆိုဒ် : +# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" +# will be replaced by the PDF file size in kilobytes, respectively in bytes. +document_properties_kb={{size_kb}} ကီလိုဘိုတ် ({{size_b}}ဘိုတ်) +# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" +# will be replaced by the PDF file size in megabytes, respectively in bytes. +document_properties_mb={{size_mb}} MB ({{size_b}} bytes) +document_properties_title=ခေါင်းစဉ်‌ - +document_properties_author=ရေးသားသူ: +document_properties_subject=အကြောင်းအရာ:\u0020 +document_properties_keywords=သော့ချက် စာလုံး: +document_properties_creation_date=ထုတ်လုပ်ရက်စွဲ: +document_properties_modification_date=ပြင်ဆင်ရက်စွဲ: +# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" +# will be replaced by the creation/modification date, and time, of the PDF file. +document_properties_date_string={{date}}, {{time}} +document_properties_creator=ဖန်တီးသူ: +document_properties_producer=PDF ထုတ်လုပ်သူ: +document_properties_version=PDF ဗားရှင်း: +document_properties_page_count=စာမျက်နှာအရေအတွက်: +document_properties_close=ပိတ် + +print_progress_message=Preparing document for printing… +# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by +# a numerical per cent value. +print_progress_percent={{progress}}% +print_progress_close=ပယ်​ဖျက်ပါ + +# Tooltips and alt text for side panel toolbar buttons +# (the _label strings are alt text for the buttons, the .title strings are +# tooltips) +toggle_sidebar.title=ဘေးတန်းဖွင့်ပိတ် +toggle_sidebar_notification.title=ဘေးဘားတန်းကို အဖွင့်/အပိတ် လုပ်ရန် (စာတမ်းတွင် outline/attachments ပါဝင်နိုင်သည်) +toggle_sidebar_label=ဖွင့်ပိတ် ဆလိုက်ဒါ +document_outline.title=စာတမ်းအကျဉ်းချုပ်ကို ပြပါ (စာရင်းအားလုံးကို ချုံ့/ချဲ့ရန် ကလစ်နှစ်ချက်နှိပ်ပါ) +document_outline_label=စာတမ်းအကျဉ်းချုပ် +attachments.title=တွဲချက်များ ပြပါ +attachments_label=တွဲထားချက်များ +thumbs.title=ပုံရိပ်ငယ်များကို ပြပါ +thumbs_label=ပုံရိပ်ငယ်များ +findbar.title=Find in Document +findbar_label=ရှာဖွေပါ + +# Thumbnails panel item (tooltip and alt text for images) +# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page +# number. +thumb_page_title=စာမျက်နှာ {{page}} +# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page +# number. +thumb_page_canvas=စာမျက်နှာရဲ့ ပုံရိပ်ငယ် {{page}} + +# Find panel button title and messages +find_input.title=ရှာဖွေပါ +find_input.placeholder=စာတမ်းထဲတွင် ရှာဖွေရန်… +find_previous.title=စကားစုရဲ့ အရင် ​ဖြစ်ပွားမှုကို ရှာဖွေပါ +find_previous_label=နောက်သို့ +find_next.title=စကားစုရဲ့ နောက်ထပ် ​ဖြစ်ပွားမှုကို ရှာဖွေပါ +find_next_label=ရှေ့သို့ +find_highlight=အားလုံးကို မျဉ်းသားပါ +find_match_case_label=စာလုံး တိုက်ဆိုင်ပါ +find_reached_top=စာမျက်နှာထိပ် ရောက်နေပြီ၊ အဆုံးကနေ ပြန်စပါ +find_reached_bottom=စာမျက်နှာအဆုံး ရောက်နေပြီ၊ ထိပ်ကနေ ပြန်စပါ +find_not_found=စကားစု မတွေ့ရဘူး + +# Error panel labels +error_more_info=နောက်ထပ်အချက်အလက်များ +error_less_info=အနည်းငယ်မျှသော သတင်းအချက်အလက် +error_close=ပိတ် +# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be +# replaced by the PDF.JS version and build ID. +error_version_info=PDF.js v{{version}} (build: {{build}}) +# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an +# english string describing the error. +error_message=မက်ဆေ့ - {{message}} +# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack +# trace. +error_stack=အထပ် - {{stack}} +# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename +error_file=ဖိုင် {{file}} +# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number +error_line=လိုင်း - {{line}} +rendering_error=စာမျက်နှာကို ပုံဖော်နေချိန်မှာ အမှားတစ်ခုတွေ့ရပါတယ်။ + +# Predefined zoom values +page_scale_width=စာမျက်နှာ အကျယ် +page_scale_fit=စာမျက်နှာ ကွက်တိ +page_scale_auto=အလိုအလျောက် ချုံ့ချဲ့ +page_scale_actual=အမှန်တကယ်ရှိတဲ့ အရွယ် +# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a +# numerical scale value. +page_scale_percent={{scale}}% + +# Loading indicator messages +loading_error_indicator=အမှား +loading_error=PDF ဖိုင် ကိုဆွဲတင်နေချိန်မှာ အမှားတစ်ခုတွေ့ရပါတယ်။ +invalid_file_error=မရသော သို့ ပျက်နေသော PDF ဖိုင် +missing_file_error=PDF ပျောက်ဆုံး +unexpected_response_error=မမျှော်လင့်ထားသော ဆာဗာမှ ပြန်ကြားချက် + +# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. +# "{{type}}" will be replaced with an annotation type from a list defined in +# the PDF spec (32000-1:2008 Table 169 – Annotation types). +# Some common types are e.g.: "Check", "Text", "Comment", "Note" +text_annotation_type.alt=[{{type}} အဓိပ္ပာယ်ဖွင့်ဆိုချက်] +password_label=PDF အားဖွင့်ရန် ပတ်စ်ဝတ်အားထည့်ပါ +password_invalid=စာဝှက် မှားသည်။ ထပ်ကြိုးစားကြည့်ပါ။ +password_ok=OK +password_cancel=ပယ်​ဖျက်ပါ + +printing_not_supported=သတိပေးချက်၊ပရင့်ထုတ်ခြင်းကိုဤဘယောက်ဆာသည် ပြည့်ဝစွာထောက်ပံ့မထားပါ ။ +printing_not_ready=သတိပေးချက်: ယခု PDF ဖိုင်သည် ပုံနှိပ်ရန် မပြည့်စုံပါ +web_fonts_disabled=Web fonts are disabled: unable to use embedded PDF fonts. +document_colors_not_allowed=PDF ဖိုင်အား ၎င်းဤ ကိုယ်ပိုင်အရောင်များကို အသုံးပြုခွင့်မပေးထားပါ ။ 'စာမျက်နှာအားလုံးအားအရောင်ရွေးချယ်ခွင့်' အား ယခု ဘယောက်ဆာတွင် ပိတ်ထားခြင်းကြောင့်ဖြစ် သှ် diff --git a/dzz/pdf/web/locale/nb-NO/index.htm b/dzz/pdf/web/locale/nb-NO/index.htm new file mode 100644 index 0000000..e69de29 diff --git a/dzz/pdf/web/locale/nb-NO/viewer.properties b/dzz/pdf/web/locale/nb-NO/viewer.properties new file mode 100644 index 0000000..fc98982 --- /dev/null +++ b/dzz/pdf/web/locale/nb-NO/viewer.properties @@ -0,0 +1,242 @@ +# Copyright 2012 Mozilla Foundation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# Main toolbar buttons (tooltips and alt text for images) +previous.title=Forrige side +previous_label=Forrige +next.title=Neste side +next_label=Neste + +# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input. +page.title=Side +# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number +# representing the total number of pages in the document. +of_pages=av {{pagesCount}} +# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" +# will be replaced by a number representing the currently visible page, +# respectively a number representing the total number of pages in the document. +page_of_pages=({{pageNumber}} av {{pagesCount}}) + +zoom_out.title=Zoom ut +zoom_out_label=Zoom ut +zoom_in.title=Zoom inn +zoom_in_label=Zoom inn +zoom.title=Zoom +presentation_mode.title=Bytt til presentasjonsmodus +presentation_mode_label=Presentasjonsmodus +open_file.title=Åpne fil +open_file_label=Åpne +print.title=Skriv ut +print_label=Skriv ut +download.title=Last ned +download_label=Last ned +bookmark.title=Nåværende visning (kopier eller åpne i et nytt vindu) +bookmark_label=Nåværende visning + +# Secondary toolbar and context menu +tools.title=Verktøy +tools_label=Verktøy +first_page.title=Gå til første side +first_page.label=Gå til første side +first_page_label=Gå til første side +last_page.title=Gå til siste side +last_page.label=Gå til siste side +last_page_label=Gå til siste side +page_rotate_cw.title=Roter med klokken +page_rotate_cw.label=Roter med klokken +page_rotate_cw_label=Roter med klokken +page_rotate_ccw.title=Roter mot klokken +page_rotate_ccw.label=Roter mot klokken +page_rotate_ccw_label=Roter mot klokken + +cursor_text_select_tool.title=Aktiver tekstmarkeringsverktøy +cursor_text_select_tool_label=Tekstmarkeringsverktøy +cursor_hand_tool.title=Aktiver handverktøy +cursor_hand_tool_label=Handverktøy + +scroll_vertical.title=Bruk vertikal rulling +scroll_vertical_label=Vertikal rulling +scroll_horizontal.title=Bruk horisontal rulling +scroll_horizontal_label=Horisontal rulling +scroll_wrapped.title=Bruk flersiderulling +scroll_wrapped_label=Flersiderulling + +spread_none.title=Vis enkeltsider +spread_none_label=Enkeltsider +spread_odd.title=Vis oppslag med ulike sidenumre til venstre +spread_odd_label=Oppslag med forside +spread_even.title=Vis oppslag med like sidenumre til venstre +spread_even_label=Oppslag uten forside + +# Document properties dialog box +document_properties.title=Dokumentegenskaper … +document_properties_label=Dokumentegenskaper … +document_properties_file_name=Filnavn: +document_properties_file_size=Filstørrelse: +# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" +# will be replaced by the PDF file size in kilobytes, respectively in bytes. +document_properties_kb={{size_kb}} KB ({{size_b}} bytes) +# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" +# will be replaced by the PDF file size in megabytes, respectively in bytes. +document_properties_mb={{size_mb}} MB ({{size_b}} bytes) +document_properties_title=Dokumentegenskaper … +document_properties_author=Forfatter: +document_properties_subject=Emne: +document_properties_keywords=Nøkkelord: +document_properties_creation_date=Opprettet dato: +document_properties_modification_date=Endret dato: +# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" +# will be replaced by the creation/modification date, and time, of the PDF file. +document_properties_date_string={{date}}, {{time}} +document_properties_creator=Opprettet av: +document_properties_producer=PDF-verktøy: +document_properties_version=PDF-versjon: +document_properties_page_count=Sideantall: +document_properties_page_size=Sidestørrelse: +document_properties_page_size_unit_inches=in +document_properties_page_size_unit_millimeters=mm +document_properties_page_size_orientation_portrait=stående +document_properties_page_size_orientation_landscape=liggende +document_properties_page_size_name_a3=A3 +document_properties_page_size_name_a4=A4 +document_properties_page_size_name_letter=Letter +document_properties_page_size_name_legal=Legal +# LOCALIZATION NOTE (document_properties_page_size_dimension_string): +# "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement and orientation, of the (current) page. +document_properties_page_size_dimension_string={{width}} × {{height}} {{unit}} ({{orientation}}) +# LOCALIZATION NOTE (document_properties_page_size_dimension_name_string): +# "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement, name, and orientation, of the (current) page. +document_properties_page_size_dimension_name_string={{width}} × {{height}} {{unit}} ({{name}}, {{orientation}}) +# LOCALIZATION NOTE (document_properties_linearized): The linearization status of +# the document; usually called "Fast Web View" in English locales of Adobe software. +document_properties_linearized=Hurtig nettvisning: +document_properties_linearized_yes=Ja +document_properties_linearized_no=Nei +document_properties_close=Lukk + +print_progress_message=Forbereder dokument for utskrift … +# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by +# a numerical per cent value. +print_progress_percent={{progress}}% +print_progress_close=Avbryt + +# Tooltips and alt text for side panel toolbar buttons +# (the _label strings are alt text for the buttons, the .title strings are +# tooltips) +toggle_sidebar.title=Slå av/på sidestolpe +toggle_sidebar_notification.title=Vis/gjem sidestolpe (dokumentet inneholder oversikt/vedlegg) +toggle_sidebar_label=Slå av/på sidestolpe +document_outline.title=Vis dokumentdisposisjonen (dobbeltklikk for å utvide/skjule alle elementer) +document_outline_label=Dokumentdisposisjon +attachments.title=Vis vedlegg +attachments_label=Vedlegg +thumbs.title=Vis miniatyrbilde +thumbs_label=Miniatyrbilde +findbar.title=Finn i dokumentet +findbar_label=Finn + +# Thumbnails panel item (tooltip and alt text for images) +# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page +# number. +thumb_page_title=Side {{page}} +# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page +# number. +thumb_page_canvas=Miniatyrbilde av side {{page}} + +# Find panel button title and messages +find_input.title=Søk +find_input.placeholder=Søk i dokument… +find_previous.title=Finn forrige forekomst av frasen +find_previous_label=Forrige +find_next.title=Finn neste forekomst av frasen +find_next_label=Neste +find_highlight=Uthev alle +find_match_case_label=Skill store/små bokstaver +find_entire_word_label=Hele ord +find_reached_top=Nådde toppen av dokumentet, fortsetter fra bunnen +find_reached_bottom=Nådde bunnen av dokumentet, fortsetter fra toppen +# LOCALIZATION NOTE (find_match_count): The supported plural forms are +# [one|two|few|many|other], with [other] as the default value. +# "{{current}}" and "{{total}}" will be replaced by a number representing the +# index of the currently active find result, respectively a number representing +# the total number of matches in the document. +find_match_count={[ plural(total) ]} +find_match_count[one]={{current}} av {{total}} treff +find_match_count[two]={{current}} av {{total}} treff +find_match_count[few]={{current}} av {{total}} treff +find_match_count[many]={{current}} av {{total}} treff +find_match_count[other]={{current}} av {{total}} treff +# LOCALIZATION NOTE (find_match_count_limit): The supported plural forms are +# [zero|one|two|few|many|other], with [other] as the default value. +# "{{limit}}" will be replaced by a numerical value. +find_match_count_limit={[ plural(limit) ]} +find_match_count_limit[zero]=Mer enn {{limit}} treff +find_match_count_limit[one]=Mer enn {{limit}} treff +find_match_count_limit[two]=Mer enn {{limit}} treff +find_match_count_limit[few]=Mer enn {{limit}} treff +find_match_count_limit[many]=Mer enn {{limit}} treff +find_match_count_limit[other]=Mer enn {{limit}} treff +find_not_found=Fant ikke teksten + +# Error panel labels +error_more_info=Mer info +error_less_info=Mindre info +error_close=Lukk +# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be +# replaced by the PDF.JS version and build ID. +error_version_info=PDF.js v{{version}} (bygg: {{build}}) +# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an +# english string describing the error. +error_message=Melding: {{message}} +# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack +# trace. +error_stack=Stakk: {{stack}} +# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename +error_file=Fil: {{file}} +# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number +error_line=Linje: {{line}} +rendering_error=En feil oppstod ved opptegning av siden. + +# Predefined zoom values +page_scale_width=Sidebredde +page_scale_fit=Tilpass til siden +page_scale_auto=Automatisk zoom +page_scale_actual=Virkelig størrelse +# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a +# numerical scale value. +page_scale_percent={{scale}} % + +# Loading indicator messages +loading_error_indicator=Feil +loading_error=En feil oppstod ved lasting av PDF. +invalid_file_error=Ugyldig eller skadet PDF-fil. +missing_file_error=Manglende PDF-fil. +unexpected_response_error=Uventet serverrespons. + +# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. +# "{{type}}" will be replaced with an annotation type from a list defined in +# the PDF spec (32000-1:2008 Table 169 – Annotation types). +# Some common types are e.g.: "Check", "Text", "Comment", "Note" +text_annotation_type.alt=[{{type}} annotasjon] +password_label=Skriv inn passordet for å åpne denne PDF-filen. +password_invalid=Ugyldig passord. Prøv igjen. +password_ok=OK +password_cancel=Avbryt + +printing_not_supported=Advarsel: Utskrift er ikke fullstendig støttet av denne nettleseren. +printing_not_ready=Advarsel: PDF er ikke fullstendig innlastet for utskrift. +web_fonts_disabled=Web-fonter er avslått: Kan ikke bruke innbundne PDF-fonter. +document_colors_not_allowed=PDF-dokumenter tillates ikke å bruke deres egne farger: "Tillat sider å velge egne farger" er deaktivert i nettleseren. diff --git a/dzz/pdf/web/locale/ne-NP/index.htm b/dzz/pdf/web/locale/ne-NP/index.htm new file mode 100644 index 0000000..e69de29 diff --git a/dzz/pdf/web/locale/ne-NP/viewer.properties b/dzz/pdf/web/locale/ne-NP/viewer.properties new file mode 100644 index 0000000..13bf69b --- /dev/null +++ b/dzz/pdf/web/locale/ne-NP/viewer.properties @@ -0,0 +1,184 @@ +# Copyright 2012 Mozilla Foundation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# Main toolbar buttons (tooltips and alt text for images) +previous.title=अघिल्लो पृष्ठ +previous_label=अघिल्लो +next.title=पछिल्लो पृष्ठ +next_label=पछिल्लो + +# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input. +page.title=पृष्ठ +# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number +# representing the total number of pages in the document. +of_pages={{pagesCount}} मध्ये +# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" +# will be replaced by a number representing the currently visible page, +# respectively a number representing the total number of pages in the document. +page_of_pages=({{pagesCount}} को {{pageNumber}}) + +zoom_out.title=जुम घटाउनुहोस् +zoom_out_label=जुम घटाउनुहोस् +zoom_in.title=जुम बढाउनुहोस् +zoom_in_label=जुम बढाउनुहोस् +zoom.title=जुम गर्नुहोस् +presentation_mode.title=प्रस्तुति मोडमा जानुहोस् +presentation_mode_label=प्रस्तुति मोड +open_file.title=फाइल खोल्नुहोस् +open_file_label=खोल्नुहोस् +print.title=मुद्रण गर्नुहोस् +print_label=मुद्रण गर्नुहोस् +download.title=डाउनलोडहरू +download_label=डाउनलोडहरू +bookmark.title=वर्तमान दृश्य (प्रतिलिपि गर्नुहोस् वा नयाँ सञ्झ्यालमा खुल्नुहोस्) +bookmark_label=हालको दृश्य + +# Secondary toolbar and context menu +tools.title=औजारहरू +tools_label=औजारहरू +first_page.title=पहिलो पृष्ठमा जानुहोस् +first_page.label=पहिलो पृष्ठमा जानुहोस् +first_page_label=पहिलो पृष्ठमा जानुहोस् +last_page.title=पछिल्लो पृष्ठमा जानुहोस् +last_page.label=पछिल्लो पृष्ठमा जानुहोस् +last_page_label=पछिल्लो पृष्ठमा जानुहोस् +page_rotate_cw.title=घडीको दिशामा घुमाउनुहोस् +page_rotate_cw.label=घडीको दिशामा घुमाउनुहोस् +page_rotate_cw_label=घडीको दिशामा घुमाउनुहोस् +page_rotate_ccw.title=घडीको विपरित दिशामा घुमाउनुहोस् +page_rotate_ccw.label=घडीको विपरित दिशामा घुमाउनुहोस् +page_rotate_ccw_label=घडीको विपरित दिशामा घुमाउनुहोस् + +cursor_text_select_tool.title=पाठ चयन उपकरण सक्षम गर्नुहोस् +cursor_text_select_tool_label=पाठ चयन उपकरण +cursor_hand_tool.title=हाते उपकरण सक्षम गर्नुहोस् +cursor_hand_tool_label=हाते उपकरण + +# Document properties dialog box +document_properties.title=कागजात विशेषताहरू... +document_properties_label=कागजात विशेषताहरू... +document_properties_file_name=फाइल नाम: +document_properties_file_size=फाइल आकार: +# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" +# will be replaced by the PDF file size in kilobytes, respectively in bytes. +document_properties_kb={{size_kb}} KB ({{size_b}} bytes) +# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" +# will be replaced by the PDF file size in megabytes, respectively in bytes. +document_properties_mb={{size_mb}} MB ({{size_b}} bytes) +document_properties_title=शीर्षक: +document_properties_author=लेखक: +document_properties_subject=विषयः +document_properties_keywords=शब्दकुञ्जीः +document_properties_creation_date=सिर्जना गरिएको मिति: +document_properties_modification_date=परिमार्जित मिति: +# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" +# will be replaced by the creation/modification date, and time, of the PDF file. +document_properties_date_string={{date}}, {{time}} +document_properties_creator=सर्जक: +document_properties_producer=PDF निर्माता: +document_properties_version=PDF संस्करण +document_properties_page_count=पृष्ठ गणना: +document_properties_close=बन्द गर्नुहोस् + +print_progress_message=मुद्रणका लागि कागजात तयारी गरिदै… +# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by +# a numerical per cent value. +print_progress_percent={{progress}}% +print_progress_close=रद्द गर्नुहोस् + +# Tooltips and alt text for side panel toolbar buttons +# (the _label strings are alt text for the buttons, the .title strings are +# tooltips) +toggle_sidebar.title=टगल साइडबार +toggle_sidebar_notification.title=साइडबार टगल गर्नुहोस् (कागजातमा समावेश भएको कुराहरू रूपरेखा/attachments) +toggle_sidebar_label=टगल साइडबार +document_outline.title=कागजातको रूपरेखा देखाउनुहोस् (सबै वस्तुहरू विस्तार/पतन गर्न डबल-क्लिक गर्नुहोस्) +document_outline_label=दस्तावेजको रूपरेखा +attachments.title=संलग्नहरू देखाउनुहोस् +attachments_label=संलग्नकहरू +thumbs.title=थम्बनेलहरू देखाउनुहोस् +thumbs_label=थम्बनेलहरू +findbar.title=कागजातमा फेला पार्नुहोस् +findbar_label=फेला पार्नुहोस् + +# Thumbnails panel item (tooltip and alt text for images) +# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page +# number. +thumb_page_title=पृष्ठ {{page}} +# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page +# number. +thumb_page_canvas={{page}} पृष्ठको थम्बनेल + +# Find panel button title and messages +find_input.title=फेला पार्नुहोस् +find_input.placeholder=कागजातमा फेला पार्नुहोस्… +find_previous.title=यस वाक्यांशको अघिल्लो घटना फेला पार्नुहोस् +find_previous_label=अघिल्लो +find_next.title=यस वाक्यांशको पछिल्लो घटना फेला पार्नुहोस् +find_next_label=अर्को +find_highlight=सबै हाइलाइट गर्ने +find_match_case_label=केस जोडा मिलाउनुहोस् +find_reached_top=पृष्ठको शिर्षमा पुगीयो, तलबाट जारी गरिएको थियो +find_reached_bottom=पृष्ठको अन्त्यमा पुगीयो, शिर्षबाट जारी गरिएको थियो +find_not_found=वाक्यांश फेला परेन + +# Error panel labels +error_more_info=थप जानकारी +error_less_info=कम जानकारी +error_close=बन्द गर्नुहोस् +# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be +# replaced by the PDF.JS version and build ID. +error_version_info=PDF.js v{{version}} (build: {{build}}) +# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an +# english string describing the error. +error_message=सन्देश: {{message}} +# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack +# trace. +error_stack=स्ट्याक: {{stack}} +# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename +error_file=फाइल: {{file}} +# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number +error_line=लाइन: {{line}} +rendering_error=पृष्ठ प्रतिपादन गर्दा एउटा त्रुटि देखापर्‍यो। + +# Predefined zoom values +page_scale_width=पृष्ठ चौडाइ +page_scale_fit=पृष्ठ ठिक्क मिल्ने +page_scale_auto=स्वचालित जुम +page_scale_actual=वास्तविक आकार +# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a +# numerical scale value. +page_scale_percent={{scale}}% + +# Loading indicator messages +loading_error_indicator=त्रुटि +loading_error=यो PDF लोड गर्दा एउटा त्रुटि देखापर्‍यो। +invalid_file_error=अवैध वा दुषित PDF फाइल। +missing_file_error=हराईरहेको PDF फाइल। +unexpected_response_error=अप्रत्याशित सर्भर प्रतिक्रिया। + +# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. +# "{{type}}" will be replaced with an annotation type from a list defined in +# the PDF spec (32000-1:2008 Table 169 – Annotation types). +# Some common types are e.g.: "Check", "Text", "Comment", "Note" +text_annotation_type.alt=[{{type}} Annotation] +password_label=यस PDF फाइललाई खोल्न गोप्यशब्द प्रविष्ट गर्नुहोस्। +password_invalid=अवैध गोप्यशब्द। पुनः प्रयास गर्नुहोस्। +password_ok=ठिक छ +password_cancel=रद्द गर्नुहोस् + +printing_not_supported=चेतावनी: यो ब्राउजरमा मुद्रण पूर्णतया समर्थित छैन। +printing_not_ready=चेतावनी: PDF मुद्रणका लागि पूर्णतया लोड भएको छैन। +web_fonts_disabled=वेब फन्ट असक्षम छन्: एम्बेडेड PDF फन्ट प्रयोग गर्न असमर्थ। +document_colors_not_allowed=PDF कागजातहरूलाई आफ्नै रङ प्रयोग गर्न अनुमति छैन: 'पृष्ठलाई आफ्नै रङ चयन गर्न अनुमति दिने' ब्राउजरमा निष्क्रिय गरिएको छ। diff --git a/dzz/pdf/web/locale/nl/index.htm b/dzz/pdf/web/locale/nl/index.htm new file mode 100644 index 0000000..e69de29 diff --git a/dzz/pdf/web/locale/nl/viewer.properties b/dzz/pdf/web/locale/nl/viewer.properties new file mode 100644 index 0000000..7422f84 --- /dev/null +++ b/dzz/pdf/web/locale/nl/viewer.properties @@ -0,0 +1,242 @@ +# Copyright 2012 Mozilla Foundation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# Main toolbar buttons (tooltips and alt text for images) +previous.title=Vorige pagina +previous_label=Vorige +next.title=Volgende pagina +next_label=Volgende + +# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input. +page.title=Pagina +# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number +# representing the total number of pages in the document. +of_pages=van {{pagesCount}} +# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" +# will be replaced by a number representing the currently visible page, +# respectively a number representing the total number of pages in the document. +page_of_pages=({{pageNumber}} van {{pagesCount}}) + +zoom_out.title=Uitzoomen +zoom_out_label=Uitzoomen +zoom_in.title=Inzoomen +zoom_in_label=Inzoomen +zoom.title=Zoomen +presentation_mode.title=Wisselen naar presentatiemodus +presentation_mode_label=Presentatiemodus +open_file.title=Bestand openen +open_file_label=Openen +print.title=Afdrukken +print_label=Afdrukken +download.title=Downloaden +download_label=Downloaden +bookmark.title=Huidige weergave (kopiëren of openen in nieuw venster) +bookmark_label=Huidige weergave + +# Secondary toolbar and context menu +tools.title=Hulpmiddelen +tools_label=Hulpmiddelen +first_page.title=Naar eerste pagina gaan +first_page.label=Naar eerste pagina gaan +first_page_label=Naar eerste pagina gaan +last_page.title=Naar laatste pagina gaan +last_page.label=Naar laatste pagina gaan +last_page_label=Naar laatste pagina gaan +page_rotate_cw.title=Rechtsom draaien +page_rotate_cw.label=Rechtsom draaien +page_rotate_cw_label=Rechtsom draaien +page_rotate_ccw.title=Linksom draaien +page_rotate_ccw.label=Linksom draaien +page_rotate_ccw_label=Linksom draaien + +cursor_text_select_tool.title=Tekstselectiehulpmiddel inschakelen +cursor_text_select_tool_label=Tekstselectiehulpmiddel +cursor_hand_tool.title=Handhulpmiddel inschakelen +cursor_hand_tool_label=Handhulpmiddel + +scroll_vertical.title=Verticaal scrollen gebruiken +scroll_vertical_label=Verticaal scrollen +scroll_horizontal.title=Horizontaal scrollen gebruiken +scroll_horizontal_label=Horizontaal scrollen +scroll_wrapped.title=Scrollen met terugloop gebruiken +scroll_wrapped_label=Scrollen met terugloop + +spread_none.title=Dubbele pagina’s niet samenvoegen +spread_none_label=Geen dubbele pagina’s +spread_odd.title=Dubbele pagina’s samenvoegen vanaf oneven pagina’s +spread_odd_label=Oneven dubbele pagina’s +spread_even.title=Dubbele pagina’s samenvoegen vanaf even pagina’s +spread_even_label=Even dubbele pagina’s + +# Document properties dialog box +document_properties.title=Documenteigenschappen… +document_properties_label=Documenteigenschappen… +document_properties_file_name=Bestandsnaam: +document_properties_file_size=Bestandsgrootte: +# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" +# will be replaced by the PDF file size in kilobytes, respectively in bytes. +document_properties_kb={{size_kb}} KB ({{size_b}} bytes) +# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" +# will be replaced by the PDF file size in megabytes, respectively in bytes. +document_properties_mb={{size_mb}} MB ({{size_b}} bytes) +document_properties_title=Titel: +document_properties_author=Auteur: +document_properties_subject=Onderwerp: +document_properties_keywords=Trefwoorden: +document_properties_creation_date=Aanmaakdatum: +document_properties_modification_date=Wijzigingsdatum: +# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" +# will be replaced by the creation/modification date, and time, of the PDF file. +document_properties_date_string={{date}}, {{time}} +document_properties_creator=Maker: +document_properties_producer=PDF-producent: +document_properties_version=PDF-versie: +document_properties_page_count=Aantal pagina’s: +document_properties_page_size=Paginagrootte: +document_properties_page_size_unit_inches=in +document_properties_page_size_unit_millimeters=mm +document_properties_page_size_orientation_portrait=staand +document_properties_page_size_orientation_landscape=liggend +document_properties_page_size_name_a3=A3 +document_properties_page_size_name_a4=A4 +document_properties_page_size_name_letter=Letter +document_properties_page_size_name_legal=Legal +# LOCALIZATION NOTE (document_properties_page_size_dimension_string): +# "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement and orientation, of the (current) page. +document_properties_page_size_dimension_string={{width}} × {{height}} {{unit}} ({{orientation}}) +# LOCALIZATION NOTE (document_properties_page_size_dimension_name_string): +# "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement, name, and orientation, of the (current) page. +document_properties_page_size_dimension_name_string={{width}} × {{height}} {{unit}} ({{name}}, {{orientation}}) +# LOCALIZATION NOTE (document_properties_linearized): The linearization status of +# the document; usually called "Fast Web View" in English locales of Adobe software. +document_properties_linearized=Snelle webweergave: +document_properties_linearized_yes=Ja +document_properties_linearized_no=Nee +document_properties_close=Sluiten + +print_progress_message=Document voorbereiden voor afdrukken… +# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by +# a numerical per cent value. +print_progress_percent={{progress}}% +print_progress_close=Annuleren + +# Tooltips and alt text for side panel toolbar buttons +# (the _label strings are alt text for the buttons, the .title strings are +# tooltips) +toggle_sidebar.title=Zijbalk in-/uitschakelen +toggle_sidebar_notification.title=Zijbalk in-/uitschakelen (document bevat overzicht/bijlagen) +toggle_sidebar_label=Zijbalk in-/uitschakelen +document_outline.title=Documentoverzicht tonen (dubbelklik om alle items uit/samen te vouwen) +document_outline_label=Documentoverzicht +attachments.title=Bijlagen tonen +attachments_label=Bijlagen +thumbs.title=Miniaturen tonen +thumbs_label=Miniaturen +findbar.title=Zoeken in document +findbar_label=Zoeken + +# Thumbnails panel item (tooltip and alt text for images) +# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page +# number. +thumb_page_title=Pagina {{page}} +# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page +# number. +thumb_page_canvas=Miniatuur van pagina {{page}} + +# Find panel button title and messages +find_input.title=Zoeken +find_input.placeholder=Zoeken in document… +find_previous.title=De vorige overeenkomst van de tekst zoeken +find_previous_label=Vorige +find_next.title=De volgende overeenkomst van de tekst zoeken +find_next_label=Volgende +find_highlight=Alles markeren +find_match_case_label=Hoofdlettergevoelig +find_entire_word_label=Hele woorden +find_reached_top=Bovenkant van document bereikt, doorgegaan vanaf onderkant +find_reached_bottom=Onderkant van document bereikt, doorgegaan vanaf bovenkant +# LOCALIZATION NOTE (find_match_count): The supported plural forms are +# [one|two|few|many|other], with [other] as the default value. +# "{{current}}" and "{{total}}" will be replaced by a number representing the +# index of the currently active find result, respectively a number representing +# the total number of matches in the document. +find_match_count={[ plural(total) ]} +find_match_count[one]={{current}} van {{total}} overeenkomst +find_match_count[two]={{current}} van {{total}} overeenkomsten +find_match_count[few]={{current}} van {{total}} overeenkomsten +find_match_count[many]={{current}} van {{total}} overeenkomsten +find_match_count[other]={{current}} van {{total}} overeenkomsten +# LOCALIZATION NOTE (find_match_count_limit): The supported plural forms are +# [zero|one|two|few|many|other], with [other] as the default value. +# "{{limit}}" will be replaced by a numerical value. +find_match_count_limit={[ plural(limit) ]} +find_match_count_limit[zero]=Meer dan {{limit}} overeenkomsten +find_match_count_limit[one]=Meer dan {{limit}} overeenkomst +find_match_count_limit[two]=Meer dan {{limit}} overeenkomsten +find_match_count_limit[few]=Meer dan {{limit}} overeenkomsten +find_match_count_limit[many]=Meer dan {{limit}} overeenkomsten +find_match_count_limit[other]=Meer dan {{limit}} overeenkomsten +find_not_found=Tekst niet gevonden + +# Error panel labels +error_more_info=Meer informatie +error_less_info=Minder informatie +error_close=Sluiten +# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be +# replaced by the PDF.JS version and build ID. +error_version_info=PDF.js v{{version}} (build: {{build}}) +# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an +# english string describing the error. +error_message=Bericht: {{message}} +# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack +# trace. +error_stack=Stack: {{stack}} +# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename +error_file=Bestand: {{file}} +# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number +error_line=Regel: {{line}} +rendering_error=Er is een fout opgetreden bij het weergeven van de pagina. + +# Predefined zoom values +page_scale_width=Paginabreedte +page_scale_fit=Hele pagina +page_scale_auto=Automatisch zoomen +page_scale_actual=Werkelijke grootte +# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a +# numerical scale value. +page_scale_percent={{scale}}% + +# Loading indicator messages +loading_error_indicator=Fout +loading_error=Er is een fout opgetreden bij het laden van de PDF. +invalid_file_error=Ongeldig of beschadigd PDF-bestand. +missing_file_error=PDF-bestand ontbreekt. +unexpected_response_error=Onverwacht serverantwoord. + +# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. +# "{{type}}" will be replaced with an annotation type from a list defined in +# the PDF spec (32000-1:2008 Table 169 – Annotation types). +# Some common types are e.g.: "Check", "Text", "Comment", "Note" +text_annotation_type.alt=[{{type}}-aantekening] +password_label=Voer het wachtwoord in om dit PDF-bestand te openen. +password_invalid=Ongeldig wachtwoord. Probeer het opnieuw. +password_ok=OK +password_cancel=Annuleren + +printing_not_supported=Waarschuwing: afdrukken wordt niet volledig ondersteund door deze browser. +printing_not_ready=Waarschuwing: de PDF is niet volledig geladen voor afdrukken. +web_fonts_disabled=Weblettertypen zijn uitgeschakeld: gebruik van ingebedde PDF-lettertypen is niet mogelijk. +document_colors_not_allowed=PDF-documenten mogen hun eigen kleuren niet gebruiken: ‘Pagina’s toestaan om hun eigen kleuren te kiezen’ is uitgeschakeld in de browser. diff --git a/dzz/pdf/web/locale/nn-NO/index.htm b/dzz/pdf/web/locale/nn-NO/index.htm new file mode 100644 index 0000000..e69de29 diff --git a/dzz/pdf/web/locale/nn-NO/viewer.properties b/dzz/pdf/web/locale/nn-NO/viewer.properties new file mode 100644 index 0000000..27b4abb --- /dev/null +++ b/dzz/pdf/web/locale/nn-NO/viewer.properties @@ -0,0 +1,242 @@ +# Copyright 2012 Mozilla Foundation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# Main toolbar buttons (tooltips and alt text for images) +previous.title=Føregåande side +previous_label=Føregåande +next.title=Neste side +next_label=Neste + +# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input. +page.title=Side +# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number +# representing the total number of pages in the document. +of_pages=av {{pagesCount}} +# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" +# will be replaced by a number representing the currently visible page, +# respectively a number representing the total number of pages in the document. +page_of_pages=({{pageNumber}} av {{pagesCount}}) + +zoom_out.title=Zoom ut +zoom_out_label=Zoom ut +zoom_in.title=Zoom inn +zoom_in_label=Zoom inn +zoom.title=Zoom +presentation_mode.title=Byt til presentasjonsmodus +presentation_mode_label=Presentasjonsmodus +open_file.title=Opne fil +open_file_label=Opne +print.title=Skriv ut +print_label=Skriv ut +download.title=Last ned +download_label=Last ned +bookmark.title=Gjeldande vising (kopier eller opne i nytt vindauge) +bookmark_label=Gjeldande vising + +# Secondary toolbar and context menu +tools.title=Verktøy +tools_label=Verktøy +first_page.title=Gå til første side +first_page.label=Gå til første side +first_page_label=Gå til første side +last_page.title=Gå til siste side +last_page.label=Gå til siste side +last_page_label=Gå til siste side +page_rotate_cw.title=Roter med klokka +page_rotate_cw.label=Roter med klokka +page_rotate_cw_label=Roter med klokka +page_rotate_ccw.title=Roter mot klokka +page_rotate_ccw.label=Roter mot klokka +page_rotate_ccw_label=Roter mot klokka + +cursor_text_select_tool.title=Aktiver tekstmarkeringsverktøy +cursor_text_select_tool_label=Tekstmarkeringsverktøy +cursor_hand_tool.title=Aktiver handverktøy +cursor_hand_tool_label=Handverktøy + +scroll_vertical.title=Bruk vertikal rulling +scroll_vertical_label=Vertikal rulling +scroll_horizontal.title=Bruk horisontal rulling +scroll_horizontal_label=Horisontal rulling +scroll_wrapped.title=Bruk fleirsiderulling +scroll_wrapped_label=Fleirsiderulling + +spread_none.title=Vis enkeltsider +spread_none_label=Enkeltside +spread_odd.title=Vis oppslag med ulike sidenummer til venstre +spread_odd_label=Oppslag med framside +spread_even.title=Vis oppslag med like sidenummmer til venstre +spread_even_label=Oppslag utan framside + +# Document properties dialog box +document_properties.title=Dokumenteigenskapar… +document_properties_label=Dokumenteigenskapar… +document_properties_file_name=Filnamn: +document_properties_file_size=Filstorleik: +# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" +# will be replaced by the PDF file size in kilobytes, respectively in bytes. +document_properties_kb={{size_kb}} KB ({{size_b}} bytes) +# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" +# will be replaced by the PDF file size in megabytes, respectively in bytes. +document_properties_mb={{size_mb}} MB ({{size_b}} bytes) +document_properties_title=Tittel: +document_properties_author=Forfattar: +document_properties_subject=Emne: +document_properties_keywords=Stikkord: +document_properties_creation_date=Dato oppretta: +document_properties_modification_date=Dato endra: +# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" +# will be replaced by the creation/modification date, and time, of the PDF file. +document_properties_date_string={{date}}, {{time}} +document_properties_creator=Oppretta av: +document_properties_producer=PDF-verktøy: +document_properties_version=PDF-versjon: +document_properties_page_count=Sidetal: +document_properties_page_size=Sidestørrelse: +document_properties_page_size_unit_inches=in +document_properties_page_size_unit_millimeters=mm +document_properties_page_size_orientation_portrait=ståande +document_properties_page_size_orientation_landscape=liggande +document_properties_page_size_name_a3=A3 +document_properties_page_size_name_a4=A4 +document_properties_page_size_name_letter=Brev +document_properties_page_size_name_legal=Legal +# LOCALIZATION NOTE (document_properties_page_size_dimension_string): +# "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement and orientation, of the (current) page. +document_properties_page_size_dimension_string={{width}} × {{height}} {{unit}} ({{orientation}}) +# LOCALIZATION NOTE (document_properties_page_size_dimension_name_string): +# "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement, name, and orientation, of the (current) page. +document_properties_page_size_dimension_name_string={{width}} × {{height}} {{unit}} ({{name}}, {{orientation}}) +# LOCALIZATION NOTE (document_properties_linearized): The linearization status of +# the document; usually called "Fast Web View" in English locales of Adobe software. +document_properties_linearized=Rask nettvising: +document_properties_linearized_yes=Ja +document_properties_linearized_no=Nei +document_properties_close=Lat att + +print_progress_message=Førebur dokumentet for utskrift… +# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by +# a numerical per cent value. +print_progress_percent={{progress}}% +print_progress_close=Avbryt + +# Tooltips and alt text for side panel toolbar buttons +# (the _label strings are alt text for the buttons, the .title strings are +# tooltips) +toggle_sidebar.title=Slå av/på sidestolpe +toggle_sidebar_notification.title=Vis/gøym sidestolpen (dokumentet inneheld oversikt/vedlegg) +toggle_sidebar_label=Slå av/på sidestolpe +document_outline.title=Vis dokumentdisposisjonen (dobbelklikk for å utvide/gøyme alle elementa) +document_outline_label=Dokumentdisposisjon +attachments.title=Vis vedlegg +attachments_label=Vedlegg +thumbs.title=Vis miniatyrbilde +thumbs_label=Miniatyrbilde +findbar.title=Finn i dokumentet +findbar_label=Finn + +# Thumbnails panel item (tooltip and alt text for images) +# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page +# number. +thumb_page_title=Side {{page}} +# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page +# number. +thumb_page_canvas=Miniatyrbilde av side {{page}} + +# Find panel button title and messages +find_input.title=Søk +find_input.placeholder=Søk i dokument… +find_previous.title=Finn førre førekomst av frasen +find_previous_label=Førre +find_next.title=Finn neste førekomst av frasen +find_next_label=Neste +find_highlight=Uthev alle +find_match_case_label=Skil store/små bokstavar +find_entire_word_label=Heile ord +find_reached_top=Nådde toppen av dokumentet, fortset frå botnen +find_reached_bottom=Nådde botnen av dokumentet, fortset frå toppen +# LOCALIZATION NOTE (find_match_count): The supported plural forms are +# [one|two|few|many|other], with [other] as the default value. +# "{{current}}" and "{{total}}" will be replaced by a number representing the +# index of the currently active find result, respectively a number representing +# the total number of matches in the document. +find_match_count={[ plural(total) ]} +find_match_count[one]={{current}} av {{total}} treff +find_match_count[two]={{current}} av {{total}} treff +find_match_count[few]={{current}} av {{total}} treff +find_match_count[many]={{current}} av {{total}} treff +find_match_count[other]={{current}} av {{total}} treff +# LOCALIZATION NOTE (find_match_count_limit): The supported plural forms are +# [zero|one|two|few|many|other], with [other] as the default value. +# "{{limit}}" will be replaced by a numerical value. +find_match_count_limit={[ plural(limit) ]} +find_match_count_limit[zero]=Meir enn {{limit}} treff +find_match_count_limit[one]=Meir enn {{limit}} treff +find_match_count_limit[two]=Meir enn {{limit}} treff +find_match_count_limit[few]=Meir enn {{limit}} treff +find_match_count_limit[many]=Meir enn {{limit}} treff +find_match_count_limit[other]=Meir enn {{limit}} treff +find_not_found=Fann ikkje teksten + +# Error panel labels +error_more_info=Meir info +error_less_info=Mindre info +error_close=Lat att +# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be +# replaced by the PDF.JS version and build ID. +error_version_info=PDF.js v{{version}} (bygg: {{build}}) +# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an +# english string describing the error. +error_message=Melding: {{message}} +# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack +# trace. +error_stack=Stakk: {{stack}} +# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename +error_file=Fil: {{file}} +# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number +error_line=Linje: {{line}} +rendering_error=Ein feil oppstod under vising av sida. + +# Predefined zoom values +page_scale_width=Sidebreidde +page_scale_fit=Tilpass til sida +page_scale_auto=Automatisk skalering +page_scale_actual=Verkeleg storleik +# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a +# numerical scale value. +page_scale_percent={{scale}}% + +# Loading indicator messages +loading_error_indicator=Feil +loading_error=Ein feil oppstod ved lasting av PDF. +invalid_file_error=Ugyldig eller korrupt PDF-fil. +missing_file_error=Manglande PDF-fil. +unexpected_response_error=Uventa tenarrespons. + +# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. +# "{{type}}" will be replaced with an annotation type from a list defined in +# the PDF spec (32000-1:2008 Table 169 – Annotation types). +# Some common types are e.g.: "Check", "Text", "Comment", "Note" +text_annotation_type.alt=[{{type}} annotasjon] +password_label=Skriv inn passordet for å opne denne PDF-fila. +password_invalid=Ugyldig passord. Prøv igjen. +password_ok=OK +password_cancel=Avbryt + +printing_not_supported=Åtvaring: Utskrift er ikkje fullstendig støtta av denne nettlesaren. +printing_not_ready=Åtvaring: PDF ikkje fullstendig innlasta for utskrift. +web_fonts_disabled=Web-skrifter er slått av: Kan ikkje bruke innbundne PDF-skrifter. +document_colors_not_allowed=PDF-dokument kan ikkje bruke eigne fargar: «Tillat sider å velje eigne fargar» er deaktivert i nettlesaren. diff --git a/dzz/pdf/web/locale/nso/index.htm b/dzz/pdf/web/locale/nso/index.htm new file mode 100644 index 0000000..e69de29 diff --git a/dzz/pdf/web/locale/nso/viewer.properties b/dzz/pdf/web/locale/nso/viewer.properties new file mode 100644 index 0000000..d95406c --- /dev/null +++ b/dzz/pdf/web/locale/nso/viewer.properties @@ -0,0 +1,130 @@ +# Copyright 2012 Mozilla Foundation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# Main toolbar buttons (tooltips and alt text for images) +previous.title=Letlakala le fetilego +previous_label=Fetilego +next.title=Letlakala le latelago +next_label=Latelago + +# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input. +# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number +# representing the total number of pages in the document. +# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" +# will be replaced by a number representing the currently visible page, +# respectively a number representing the total number of pages in the document. + +zoom_out.title=Bušetša ka gare +zoom_out_label=Bušetša ka gare +zoom_in.title=Godišetša ka ntle +zoom_in_label=Godišetša ka ntle +zoom.title=Godiša +presentation_mode.title=Fetogela go mokgwa wa tlhagišo +presentation_mode_label=Mokgwa wa tlhagišo +open_file.title=Bula faele +open_file_label=Bula +print.title=Gatiša +print_label=Gatiša +download.title=Laolla +download_label=Laolla +bookmark.title=Pono ya bjale (kopiša le go bula lefasetereng le leswa) +bookmark_label=Tebelelo ya gona bjale + +# Secondary toolbar and context menu + + +# Document properties dialog box +document_properties_file_name=Leina la faele: +# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" +# will be replaced by the PDF file size in kilobytes, respectively in bytes. +# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" +# will be replaced by the PDF file size in megabytes, respectively in bytes. +document_properties_title=Thaetlele: +# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" +# will be replaced by the creation/modification date, and time, of the PDF file. + +# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by +# a numerical per cent value. + +# Tooltips and alt text for side panel toolbar buttons +# (the _label strings are alt text for the buttons, the .title strings are +# tooltips) +toggle_sidebar.title=Šielanya para ya ka thoko +toggle_sidebar_label=Šielanya para ya ka thoko +document_outline_label=Kakaretšo ya tokumente +thumbs.title=Laetša dikhutšofatšo +thumbs_label=Dikhutšofatšo +findbar.title=Hwetša go tokumente + +# Thumbnails panel item (tooltip and alt text for images) +# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page +# number. +thumb_page_title=Letlakala {{page}} +# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page +# number. +thumb_page_canvas=Khutšofatšo ya letlakala {{page}} + +# Find panel button title and messages +find_previous.title=Hwetša tiragalo e fetilego ya sekafoko +find_previous_label=Fetilego +find_next.title=Hwetša tiragalo e latelago ya sekafoko +find_next_label=Latelago +find_highlight=Bonagatša tšohle +find_match_case_label=Swantšha kheisi +find_reached_top=Fihlile godimo ga tokumente, go tšwetšwe pele go tloga tlase +find_reached_bottom=Fihlile mafelelong a tokumente, go tšwetšwe pele go tloga godimo +find_not_found=Sekafoko ga sa hwetšwa + +# Error panel labels +error_more_info=Tshedimošo e oketšegilego +error_less_info=Tshedimošo ya tlasana +# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be +# replaced by the PDF.JS version and build ID. +error_version_info=PDF.js v{{version}} (build: {{build}}) +# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an +# english string describing the error. +error_message=Molaetša: {{message}} +# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack +# trace. +error_stack=Mokgobo: {{stack}} +# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename +error_file=Faele: {{file}} +# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number +error_line=Mothaladi: {{line}} +rendering_error=Go diregile phošo ge go be go gafelwa letlakala. + +# Predefined zoom values +page_scale_width=Bophara bja letlakala +page_scale_fit=Go lekana ga letlakala +page_scale_auto=Kgodišo ya maitirišo +page_scale_actual=Bogolo bja kgonthe +# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a +# numerical scale value. + +# Loading indicator messages +loading_error_indicator=Phošo +loading_error=Go diregile phošo ge go hlahlelwa PDF. +invalid_file_error=Faele ye e sa šomego goba e senyegilego ya PDF. +missing_file_error=Faele yeo e sego gona ya PDF. + +# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. +# "{{type}}" will be replaced with an annotation type from a list defined in +# the PDF spec (32000-1:2008 Table 169 – Annotation types). +# Some common types are e.g.: "Check", "Text", "Comment", "Note" +text_annotation_type.alt=[{{type}} Tlhaloso] +password_ok=LOKILE + +printing_not_supported=Temošo: Go gatiša ga go thekgwe ke praosara ye ka botlalo. +printing_not_ready=Temošo: PDF ga ya hlahlelwa ka botlalo bakeng sa go gatišwa. +web_fonts_disabled=Difonte tša wepe di šitišitšwe: ga e kgone go diriša difonte tša PDF tše khutišitšwego. diff --git a/dzz/pdf/web/locale/oc/index.htm b/dzz/pdf/web/locale/oc/index.htm new file mode 100644 index 0000000..e69de29 diff --git a/dzz/pdf/web/locale/oc/viewer.properties b/dzz/pdf/web/locale/oc/viewer.properties new file mode 100644 index 0000000..2c520c2 --- /dev/null +++ b/dzz/pdf/web/locale/oc/viewer.properties @@ -0,0 +1,210 @@ +# Copyright 2012 Mozilla Foundation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# Main toolbar buttons (tooltips and alt text for images) +previous.title=Pagina precedenta +previous_label=Precedent +next.title=Pagina seguenta +next_label=Seguent + +# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input. +page.title=Pagina +# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number +# representing the total number of pages in the document. +of_pages=sus {{pagesCount}} +# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" +# will be replaced by a number representing the currently visible page, +# respectively a number representing the total number of pages in the document. +page_of_pages=({{pageNumber}} sus {{pagesCount}}) + +zoom_out.title=Zoom arrièr +zoom_out_label=Zoom arrièr +zoom_in.title=Zoom avant +zoom_in_label=Zoom avant +zoom.title=Zoom +presentation_mode.title=Bascular en mòde presentacion +presentation_mode_label=Mòde Presentacion +open_file.title=Dobrir lo fichièr +open_file_label=Dobrir +print.title=Imprimir +print_label=Imprimir +download.title=Telecargar +download_label=Telecargar +bookmark.title=Afichatge corrent (copiar o dobrir dins una fenèstra novèla) +bookmark_label=Afichatge actual + +# Secondary toolbar and context menu +tools.title=Aisinas +tools_label=Aisinas +first_page.title=Anar a la primièra pagina +first_page.label=Anar a la primièra pagina +first_page_label=Anar a la primièra pagina +last_page.title=Anar a la darrièra pagina +last_page.label=Anar a la darrièra pagina +last_page_label=Anar a la darrièra pagina +page_rotate_cw.title=Rotacion orària +page_rotate_cw.label=Rotacion orària +page_rotate_cw_label=Rotacion orària +page_rotate_ccw.title=Rotacion antiorària +page_rotate_ccw.label=Rotacion antiorària +page_rotate_ccw_label=Rotacion antiorària + +cursor_text_select_tool.title=Activar l'aisina de seleccion de tèxte +cursor_text_select_tool_label=Aisina de seleccion de tèxte +cursor_hand_tool.title=Activar l’aisina man +cursor_hand_tool_label=Aisina man + +scroll_vertical.title=Utilizar lo desfilament vertical +scroll_vertical_label=Desfilament vertical +scroll_horizontal.title=Utilizar lo desfilament orizontal +scroll_horizontal_label=Desfilament orizontal + + +# Document properties dialog box +document_properties.title=Proprietats del document… +document_properties_label=Proprietats del document… +document_properties_file_name=Nom del fichièr : +document_properties_file_size=Talha del fichièr : +# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" +# will be replaced by the PDF file size in kilobytes, respectively in bytes. +document_properties_kb={{size_kb}} Ko ({{size_b}} octets) +# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" +# will be replaced by the PDF file size in megabytes, respectively in bytes. +document_properties_mb={{size_mb}} Mo ({{size_b}} octets) +document_properties_title=Títol : +document_properties_author=Autor : +document_properties_subject=Subjècte : +document_properties_keywords=Mots claus : +document_properties_creation_date=Data de creacion : +document_properties_modification_date=Data de modificacion : +# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" +# will be replaced by the creation/modification date, and time, of the PDF file. +document_properties_date_string={{date}}, {{time}} +document_properties_creator=Creator : +document_properties_producer=Aisina de conversion PDF : +document_properties_version=Version PDF : +document_properties_page_count=Nombre de paginas : +document_properties_page_size=Talha de la pagina : +document_properties_page_size_unit_millimeters=mm +document_properties_page_size_orientation_portrait=retrait +document_properties_page_size_orientation_landscape=païsatge +document_properties_page_size_name_a3=A3 +document_properties_page_size_name_a4=A4 +document_properties_page_size_name_letter=Letra +document_properties_page_size_name_legal=Document juridic +# LOCALIZATION NOTE (document_properties_page_size_dimension_string): +# "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement and orientation, of the (current) page. +document_properties_page_size_dimension_string={{width}} × {{height}} {{unit}} ({{orientation}}) +# LOCALIZATION NOTE (document_properties_page_size_dimension_name_string): +# "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement, name, and orientation, of the (current) page. +document_properties_page_size_dimension_name_string={{width}} × {{height}} {{unit}} ({{name}}, {{orientation}}) +# LOCALIZATION NOTE (document_properties_linearized): The linearization status of +# the document; usually called "Fast Web View" in English locales of Adobe software. +document_properties_linearized_yes=Òc +document_properties_linearized_no=Non +document_properties_close=Tampar + +print_progress_message=Preparacion del document per l’impression… +# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by +# a numerical per cent value. +print_progress_percent={{progress}}% +print_progress_close=Anullar + +# Tooltips and alt text for side panel toolbar buttons +# (the _label strings are alt text for the buttons, the .title strings are +# tooltips) +toggle_sidebar.title=Afichar/amagar lo panèl lateral +toggle_sidebar_notification.title=Afichar/amagar lo panèl lateral (lo document conten esquèmas/pèças juntas) +toggle_sidebar_label=Afichar/amagar lo panèl lateral +document_outline.title=Mostrar los esquèmas del document (dobleclicar per espandre/reduire totes los elements) +document_outline_label=Marcapaginas del document +attachments.title=Visualizar las pèças juntas +attachments_label=Pèças juntas +thumbs.title=Afichar las vinhetas +thumbs_label=Vinhetas +findbar.title=Trobar dins lo document +findbar_label=Recercar + +# Thumbnails panel item (tooltip and alt text for images) +# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page +# number. +thumb_page_title=Pagina {{page}} +# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page +# number. +thumb_page_canvas=Vinheta de la pagina {{page}} + +# Find panel button title and messages +find_input.title=Recercar +find_input.placeholder=Cercar dins lo document… +find_previous.title=Tròba l'ocurréncia precedenta de la frasa +find_previous_label=Precedent +find_next.title=Tròba l'ocurréncia venenta de la frasa +find_next_label=Seguent +find_highlight=Suslinhar tot +find_match_case_label=Respectar la cassa +find_reached_top=Naut de la pagina atenh, perseguida del bas +find_reached_bottom=Bas de la pagina atench, perseguida al començament +find_not_found=Frasa pas trobada + +# Error panel labels +error_more_info=Mai de detalhs +error_less_info=Mens d'informacions +error_close=Tampar +# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be +# replaced by the PDF.JS version and build ID. +error_version_info=PDF.js v{{version}} (identificant de compilacion : {{build}}) +# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an +# english string describing the error. +error_message=Messatge : {{message}} +# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack +# trace. +error_stack=Pila : {{stack}} +# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename +error_file=Fichièr : {{file}} +# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number +error_line=Linha : {{line}} +rendering_error=Una error s'es produita pendent l'afichatge de la pagina. + +# Predefined zoom values +page_scale_width=Largor plena +page_scale_fit=Pagina entièra +page_scale_auto=Zoom automatic +page_scale_actual=Talha vertadièra +# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a +# numerical scale value. +page_scale_percent={{scale}}% + +# Loading indicator messages +loading_error_indicator=Error +loading_error=Una error s'es produita pendent lo cargament del fichièr PDF. +invalid_file_error=Fichièr PDF invalid o corromput. +missing_file_error=Fichièr PDF mancant. +unexpected_response_error=Responsa de servidor imprevista. + +# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. +# "{{type}}" will be replaced with an annotation type from a list defined in +# the PDF spec (32000-1:2008 Table 169 – Annotation types). +# Some common types are e.g.: "Check", "Text", "Comment", "Note" +text_annotation_type.alt=[Anotacion {{type}}] +password_label=Picatz lo senhal per dobrir aqueste fichièr PDF. +password_invalid=Senhal incorrècte. Tornatz ensajar. +password_ok=D'acòrdi +password_cancel=Anullar + +printing_not_supported=Atencion : l'impression es pas completament gerida per aqueste navegador. +printing_not_ready=Atencion : lo PDF es pas entièrament cargat per lo poder imprimir. +web_fonts_disabled=Las poliças web son desactivadas : impossible d'utilizar las poliças integradas al PDF. +document_colors_not_allowed=Los documents PDF pòdon pas utilizar lors pròprias colors : « Autorizar las paginas web d'utilizar lors pròprias colors » es desactivat dins lo navegador. diff --git a/dzz/pdf/web/locale/or/index.htm b/dzz/pdf/web/locale/or/index.htm new file mode 100644 index 0000000..e69de29 diff --git a/dzz/pdf/web/locale/or/viewer.properties b/dzz/pdf/web/locale/or/viewer.properties new file mode 100644 index 0000000..831eace --- /dev/null +++ b/dzz/pdf/web/locale/or/viewer.properties @@ -0,0 +1,167 @@ +# Copyright 2012 Mozilla Foundation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# Main toolbar buttons (tooltips and alt text for images) +previous.title=ପୂର୍ବ ପୃଷ୍ଠା +previous_label=ପୂର୍ବ +next.title=ପର ପୃଷ୍ଠା +next_label=ପର + +# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input. +# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number +# representing the total number of pages in the document. +# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" +# will be replaced by a number representing the currently visible page, +# respectively a number representing the total number of pages in the document. + +zoom_out.title=ଛୋଟ କରନ୍ତୁ +zoom_out_label=ଛୋଟ କରନ୍ତୁ +zoom_in.title=ବଡ଼ କରନ୍ତୁ +zoom_in_label=ବଡ଼ କରନ୍ତୁ +zoom.title=ଛୋଟ ବଡ଼ କରନ୍ତୁ +presentation_mode.title=ଉପସ୍ଥାପନ ଧାରାକୁ ବଦଳାନ୍ତୁ +presentation_mode_label=ଉପସ୍ଥାପନ ଧାରା +open_file.title=ଫାଇଲ ଖୋଲନ୍ତୁ +open_file_label=ଖୋଲନ୍ତୁ +print.title=ମୁଦ୍ରଣ +print_label=ମୁଦ୍ରଣ +download.title=ଆହରଣ +download_label=ଆହରଣ +bookmark.title=ପ୍ରଚଳିତ ଦୃଶ୍ୟ (ନକଲ କରନ୍ତୁ କିମ୍ବା ଏକ ନୂତନ ୱିଣ୍ଡୋରେ ଖୋଲନ୍ତୁ) +bookmark_label=ପ୍ରଚଳିତ ଦୃଶ୍ୟ + +# Secondary toolbar and context menu +tools.title=ସାଧନଗୁଡ଼ିକ +tools_label=ସାଧନଗୁଡ଼ିକ +first_page.title=ପ୍ରଥମ ପୃଷ୍ଠାକୁ ଯାଆନ୍ତୁ +first_page.label=ପ୍ରଥମ ପୃଷ୍ଠାକୁ ଯାଆନ୍ତୁ +first_page_label=ପ୍ରଥମ ପୃଷ୍ଠାକୁ ଯାଆନ୍ତୁ +last_page.title=ଶେଷ ପୃଷ୍ଠାକୁ ଯାଆନ୍ତୁ +last_page.label=ଶେଷ ପୃଷ୍ଠାକୁ ଯାଆନ୍ତୁ +last_page_label=ଶେଷ ପୃଷ୍ଠାକୁ ଯାଆନ୍ତୁ +page_rotate_cw.title=ଦକ୍ଷିଣାବର୍ତ୍ତୀ ଘୁରାନ୍ତୁ +page_rotate_cw.label=ଦକ୍ଷିଣାବର୍ତ୍ତୀ ଘୁରାନ୍ତୁ +page_rotate_cw_label=ଦକ୍ଷିଣାବର୍ତ୍ତୀ ଘୁରାନ୍ତୁ +page_rotate_ccw.title=ବାମାବର୍ତ୍ତୀ ଘୁରାନ୍ତୁ +page_rotate_ccw.label=ବାମାବର୍ତ୍ତୀ ଘୁରାନ୍ତୁ +page_rotate_ccw_label=ବାମାବର୍ତ୍ତୀ ଘୁରାନ୍ତୁ + + +# Document properties dialog box +document_properties.title=ଦଲିଲ ଗୁଣଧର୍ମ… +document_properties_label=ଦଲିଲ ଗୁଣଧର୍ମ… +document_properties_file_name=ଫାଇଲ ନାମ: +document_properties_file_size=ଫାଇଲ ଆକାର: +# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" +# will be replaced by the PDF file size in kilobytes, respectively in bytes. +document_properties_kb={{size_kb}} KB ({{size_b}} bytes) +# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" +# will be replaced by the PDF file size in megabytes, respectively in bytes. +document_properties_mb={{size_mb}} MB ({{size_b}} bytes) +document_properties_title=ଶୀର୍ଷକ: +document_properties_author=ଲେଖକ: +document_properties_subject=ବିଷୟ: +document_properties_keywords=ସୂଚକ ଶବ୍ଦ: +document_properties_creation_date=ନିର୍ମାଣ ତାରିଖ: +document_properties_modification_date=ପରିବର୍ତ୍ତନ ତାରିଖ: +# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" +# will be replaced by the creation/modification date, and time, of the PDF file. +document_properties_date_string={{date}}, {{time}} +document_properties_creator=ନିର୍ମାତା: +document_properties_producer=PDF ପ୍ରଯୋଜକ: +document_properties_version=PDF ସଂସ୍କରଣ: +document_properties_page_count=ପୃଷ୍ଠା ଗଣନା: +document_properties_close=ବନ୍ଦ କରନ୍ତୁ + +# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by +# a numerical per cent value. + +# Tooltips and alt text for side panel toolbar buttons +# (the _label strings are alt text for the buttons, the .title strings are +# tooltips) +toggle_sidebar.title=ପାର୍ଶ୍ୱପଟିକୁ ଆଗପଛ କରନ୍ତୁ +toggle_sidebar_label=ପାର୍ଶ୍ୱପଟିକୁ ଆଗପଛ କରନ୍ତୁ +document_outline_label=ଦଲିଲ ସାରାଂଶ +attachments.title=ସଂଲଗ୍ନକଗୁଡ଼ିକୁ ଦର୍ଶାନ୍ତୁ +attachments_label=ସଲଗ୍ନକଗୁଡିକ +thumbs.title=ସଂକ୍ଷିପ୍ତ ବିବରଣୀ ଦର୍ଶାନ୍ତୁ +thumbs_label=ସଂକ୍ଷିପ୍ତ ବିବରଣୀ +findbar.title=ଦଲିଲରେ ଖୋଜନ୍ତୁ + +# Thumbnails panel item (tooltip and alt text for images) +# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page +# number. +thumb_page_title=ପୃଷ୍ଠା {{page}} +# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page +# number. +thumb_page_canvas=ପୃଷ୍ଠାର ସଂକ୍ଷିପ୍ତ ବିବରଣୀ {{page}} + +# Find panel button title and messages +find_previous.title=ଏହି ବାକ୍ୟାଂଶର ପୂର୍ବ ଉପସ୍ଥିତିକୁ ଖୋଜନ୍ତୁ +find_previous_label=ପୂର୍ବବର୍ତ୍ତୀ +find_next.title=ଏହି ବାକ୍ୟାଂଶର ପରବର୍ତ୍ତୀ ଉପସ୍ଥିତିକୁ ଖୋଜନ୍ତୁ +find_next_label=ପରବର୍ତ୍ତୀ\u0020 +find_highlight=ସମସ୍ତଙ୍କୁ ଆଲୋକିତ କରନ୍ତୁ +find_match_case_label=ଅକ୍ଷର ମେଳାନ୍ତୁ +find_reached_top=ତଳୁ ଉପରକୁ ଗତି କରି ଦଲିଲର ଉପର ଭାଗରେ ପହଞ୍ଚି ଯାଇଛି +find_reached_bottom=ଉପରୁ ତଳକୁ ଗତି କରି ଦଲିଲର ଶେଷ ଭାଗରେ ପହଞ୍ଚି ଯାଇଛି +find_not_found=ବାକ୍ୟାଂଶ ମିଳିଲା ନାହିଁ + +# Error panel labels +error_more_info=ଅଧିକ ସୂଚନା +error_less_info=ସ୍ୱଳ୍ପ ସୂଚନା +error_close=ବନ୍ଦ କରନ୍ତୁ +# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be +# replaced by the PDF.JS version and build ID. +error_version_info=PDF.js v{{version}} (build: {{build}}) +# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an +# english string describing the error. +error_message=ସନ୍ଦେଶ: {{message}} +# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack +# trace. +error_stack=ଷ୍ଟାକ: {{stack}} +# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename +error_file=ଫାଇଲ: {{file}} +# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number +error_line=ଧାଡ଼ି: {{line}} +rendering_error=ପୃଷ୍ଠା ଚିତ୍ରଣ କରିବା ସମୟରେ ତ୍ରୁଟି ଘଟିଲା। + +# Predefined zoom values +page_scale_width=ପୃଷ୍ଠା ଓସାର +page_scale_fit=ପୃଷ୍ଠା ମେଳନ +page_scale_auto=ସ୍ୱୟଂଚାଳିତ ଭାବରେ ଛୋଟବଡ଼ କରିବା +page_scale_actual=ପ୍ରକୃତ ଆକାର +# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a +# numerical scale value. + +# Loading indicator messages +loading_error_indicator=ତ୍ରୁଟି +loading_error=PDF ଧାରଣ କରିବା ସମୟରେ ଏକ ତ୍ରୁଟି ଘଟିଲା। +invalid_file_error=ଅବୈଧ କିମ୍ବା ତ୍ରୁଟିଯୁକ୍ତ PDF ଫାଇଲ। +missing_file_error=ହଜିଯାଇଥିବା PDF ଫାଇଲ। +unexpected_response_error=ଅପ୍ରତ୍ୟାଶିତ ସର୍ଭର ଉତ୍ତର। + +# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. +# "{{type}}" will be replaced with an annotation type from a list defined in +# the PDF spec (32000-1:2008 Table 169 – Annotation types). +# Some common types are e.g.: "Check", "Text", "Comment", "Note" +text_annotation_type.alt=[{{type}} Annotation] +password_label=ଏହି PDF ଫାଇଲକୁ ଖୋଲିବା ପାଇଁ ପ୍ରବେଶ ସଂକେତ ଭରଣ କରନ୍ତୁ। +password_invalid=ଭୁଲ ପ୍ରବେଶ ସଂକେତ। ଦୟାକରି ପୁଣି ଚେଷ୍ଟା କରନ୍ତୁ। +password_ok=ଠିକ ଅଛି + +printing_not_supported=ଚେତାବନୀ: ଏହି ବ୍ରାଉଜର ଦ୍ୱାରା ମୁଦ୍ରଣ କ୍ରିୟା ସମ୍ପୂର୍ଣ୍ଣ ଭାବରେ ସହାୟତା ପ୍ରାପ୍ତ ନୁହଁ। +printing_not_ready=ଚେତାବନୀ: PDF ଟି ମୁଦ୍ରଣ ପାଇଁ ସମ୍ପୂର୍ଣ୍ଣ ଭାବରେ ଧାରଣ ହୋଇ ନାହିଁ। +web_fonts_disabled=ୱେବ ଅକ୍ଷରରୂପଗୁଡ଼ିକୁ ନିଷ୍କ୍ରିୟ କରାଯାଇଛି: ସନ୍ନିହିତ PDF ଅକ୍ଷରରୂପଗୁଡ଼ିକୁ ବ୍ୟବହାର କରିବାରେ ଅସମର୍ଥ। +document_colors_not_allowed=PDF ଦଲିଲଗୁଡ଼ିକ ସେମାନଙ୍କର ନିଜର ରଙ୍ଗ ବ୍ୟବହାର କରିବା ପାଇଁ ଅନୁମତି ପ୍ରାପ୍ତ ନୁହଁ: 'ସେମାନଙ୍କର ନିଜ ରଙ୍ଗ ବାଛିବା ପାଇଁ ପୃଷ୍ଠାଗୁଡ଼ିକୁ ଅନୁମତି ଦିଅନ୍ତୁ' କୁ ବ୍ରାଉଜରରେ ନିଷ୍କ୍ରିୟ କରାଯାଇଛି। diff --git a/dzz/pdf/web/locale/pa-IN/index.htm b/dzz/pdf/web/locale/pa-IN/index.htm new file mode 100644 index 0000000..e69de29 diff --git a/dzz/pdf/web/locale/pa-IN/viewer.properties b/dzz/pdf/web/locale/pa-IN/viewer.properties new file mode 100644 index 0000000..ac02b9d --- /dev/null +++ b/dzz/pdf/web/locale/pa-IN/viewer.properties @@ -0,0 +1,209 @@ +# Copyright 2012 Mozilla Foundation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# Main toolbar buttons (tooltips and alt text for images) +previous.title=ਪਿਛਲਾ ਸਫ਼ਾ +previous_label=ਪਿੱਛੇ +next.title=ਅਗਲਾ ਸਫ਼ਾ +next_label=ਅੱਗੇ + +# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input. +page.title=ਸਫ਼ਾ +# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number +# representing the total number of pages in the document. +of_pages={{pagesCount}} ਵਿੱਚੋਂ +# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" +# will be replaced by a number representing the currently visible page, +# respectively a number representing the total number of pages in the document. +page_of_pages={{pagesCount}}) ਵਿੱਚੋਂ ({{pageNumber}} + +zoom_out.title=ਜ਼ੂਮ ਆਉਟ +zoom_out_label=ਜ਼ੂਮ ਆਉਟ +zoom_in.title=ਜ਼ੂਮ ਇਨ +zoom_in_label=ਜ਼ੂਮ ਇਨ +zoom.title=ਜ਼ੂਨ +presentation_mode.title=ਪਰਿਜੈਂਟੇਸ਼ਨ ਮੋਡ ਵਿੱਚ ਜਾਓ +presentation_mode_label=ਪਰਿਜੈਂਟੇਸ਼ਨ ਮੋਡ +open_file.title=ਫਾਈਲ ਨੂੰ ਖੋਲ੍ਹੋ +open_file_label=ਖੋਲ੍ਹੋ +print.title=ਪਰਿੰਟ +print_label=ਪਰਿੰਟ +download.title=ਡਾਊਨਲੋਡ +download_label=ਡਾਊਨਲੋਡ +bookmark.title=ਮੌਜੂਦਾ ਝਲਕ (ਨਵੀਂ ਵਿੰਡੋ ਵਿੱਚ ਕਾਪੀ ਕਰੋ ਜਾਂ ਖੋਲ੍ਹੋ) +bookmark_label=ਮੌਜੂਦਾ ਝਲਕ + +# Secondary toolbar and context menu +tools.title=ਟੂਲ +tools_label=ਟੂਲ +first_page.title=ਪਹਿਲੇ ਸਫ਼ੇ ਉੱਤੇ ਜਾਓ +first_page.label=ਪਹਿਲੇ ਸਫ਼ੇ ਉੱਤੇ ਜਾਓ +first_page_label=ਪਹਿਲੇ ਸਫ਼ੇ ਉੱਤੇ ਜਾਓ +last_page.title=ਆਖਰੀ ਸਫ਼ੇ ਉੱਤੇ ਜਾਓ +last_page.label=ਆਖਰੀ ਸਫ਼ੇ ਉੱਤੇ ਜਾਓ +last_page_label=ਆਖਰੀ ਸਫ਼ੇ ਉੱਤੇ ਜਾਓ +page_rotate_cw.title=ਸੱਜੇ ਦਾਅ ਘੁੰਮਾਓ +page_rotate_cw.label=ਸੱਜੇ ਦਾਅ ਘੁੰਮਾਉ +page_rotate_cw_label=ਸੱਜੇ ਦਾਅ ਘੁੰਮਾਓ +page_rotate_ccw.title=ਖੱਬੇ ਦਾਅ ਘੁੰਮਾਓ +page_rotate_ccw.label=ਖੱਬੇ ਦਾਅ ਘੁੰਮਾਉ +page_rotate_ccw_label=ਖੱਬੇ ਦਾਅ ਘੁੰਮਾਓ + +cursor_text_select_tool.title=ਲਿਖਤ ਚੋਣ ਟੂਲ ਸਮਰੱਥ ਕਰੋ +cursor_text_select_tool_label=ਲਿਖਤ ਚੋਣ ਟੂਲ +cursor_hand_tool.title=ਹੱਥ ਟੂਲ ਸਮਰੱਥ ਕਰੋ +cursor_hand_tool_label=ਹੱਥ ਟੂਲ + +scroll_vertical.title=ਖੜ੍ਹਵੇਂ ਸਕਰਾਉਣ ਨੂੰ ਵਰਤੋਂ +scroll_vertical_label=ਖੜ੍ਹਵਾਂ ਸਰਕਾਉਣਾ +scroll_horizontal.title=ਲੇਟਵੇਂ ਸਰਕਾਉਣ ਨੂੰ ਵਰਤੋਂ +scroll_horizontal_label=ਲੇਟਵਾਂ ਸਰਕਾਉਣਾ +scroll_wrapped.title=ਸਮੇਟੇ ਸਰਕਾਉਣ ਨੂੰ ਵਰਤੋਂ +scroll_wrapped_label=ਸਮੇਟਿਆ ਸਰਕਾਉਣਾ + + +# Document properties dialog box +document_properties.title=…ਦਸਤਾਵੇਜ਼ ਦੀ ਵਿਸ਼ੇਸ਼ਤਾ +document_properties_label=…ਦਸਤਾਵੇਜ਼ ਦੀ ਵਿਸ਼ੇਸ਼ਤਾ +document_properties_file_name=ਫਾਈਲ ਦਾ ਨਾਂ: +document_properties_file_size=ਫਾਈਲ ਦਾ ਆਕਾਰ: +# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" +# will be replaced by the PDF file size in kilobytes, respectively in bytes. +document_properties_kb={{size_kb}} KB ({{size_b}} ਬਾਈਟ) +# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" +# will be replaced by the PDF file size in megabytes, respectively in bytes. +document_properties_mb={{size_mb}} MB ({{size_b}} ਬਾਈਟ) +document_properties_title=ਟਾਈਟਲ: +document_properties_author=ਲੇਖਕ: +document_properties_subject=ਵਿਸ਼ਾ: +document_properties_keywords=ਸ਼ਬਦ: +document_properties_creation_date=ਬਣਾਉਣ ਦੀ ਮਿਤੀ: +document_properties_modification_date=ਸੋਧ ਦੀ ਮਿਤੀ: +# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" +# will be replaced by the creation/modification date, and time, of the PDF file. +document_properties_date_string={{date}}, {{time}} +document_properties_creator=ਨਿਰਮਾਤਾ: +document_properties_producer=PDF ਪ੍ਰੋਡਿਊਸਰ: +document_properties_version=PDF ਵਰਜਨ: +document_properties_page_count=ਸਫ਼ੇ ਦੀ ਗਿਣਤੀ: +document_properties_page_size=ਸਫ਼ਾ ਆਕਾਰ: +document_properties_page_size_unit_inches=ਇੰਚ +document_properties_page_size_unit_millimeters=ਮਿਮੀ +document_properties_page_size_orientation_portrait=ਪੋਰਟਰੇਟ +document_properties_page_size_orientation_landscape=ਲੈਂਡਸਕੇਪ +document_properties_page_size_name_a3=A3 +document_properties_page_size_name_a4=A4 +document_properties_page_size_name_letter=ਲੈਟਰ +document_properties_page_size_name_legal=ਕਨੂੰਨੀ +# LOCALIZATION NOTE (document_properties_page_size_dimension_string): +# "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement and orientation, of the (current) page. +document_properties_page_size_dimension_string={{width}} × {{height}} {{unit}} ({{orientation}}) +# LOCALIZATION NOTE (document_properties_page_size_dimension_name_string): +# "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement, name, and orientation, of the (current) page. +document_properties_page_size_dimension_name_string={{width}} × {{height}} {{unit}} ({{name}}, {{orientation}}) +document_properties_close=ਬੰਦ ਕਰੋ + +print_progress_message=…ਪਰਿੰਟ ਕਰਨ ਲਈ ਦਸਤਾਵੇਜ਼ ਨੂੰ ਤਿਆਰ ਕੀਤਾ ਜਾ ਰਿਹਾ ਹੈ +# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by +# a numerical per cent value. +print_progress_percent={{progress}}% +print_progress_close=ਰੱਦ ਕਰੋ + +# Tooltips and alt text for side panel toolbar buttons +# (the _label strings are alt text for the buttons, the .title strings are +# tooltips) +toggle_sidebar.title=ਬਾਹੀ ਬਦਲੋ +toggle_sidebar_notification.title=ਬਾਹੀ ਨੂੰ ਬਦਲੋ (ਦਸਤਾਵੇਜ਼ ਖਾਕਾ/ਅਟੈਚਮੈਂਟਾਂ ਰੱਖਦਾ ਹੈ) +toggle_sidebar_label=ਬਾਹੀ ਬਦਲੋ +document_outline.title=ਦਸਤਾਵੇਜ਼ ਖਾਕਾ ਦਿਖਾਓ (ਸਾਰੀਆਂ ਆਈਟਮਾਂ ਨੂੰ ਫੈਲਾਉਣ/ਸਮੇਟਣ ਲਈ ਦੋ ਵਾਰ ਕਲਿੱਕ ਕਰੋ) +document_outline_label=ਦਸਤਾਵੇਜ਼ ਖਾਕਾ +attachments.title=ਅਟੈਚਮੈਂਟ ਵੇਖਾਓ +attachments_label=ਅਟੈਚਮੈਂਟਾਂ +thumbs.title=ਥੰਮਨੇਲ ਨੂੰ ਵੇਖਾਓ +thumbs_label=ਥੰਮਨੇਲ +findbar.title=ਦਸਤਾਵੇਜ਼ ਵਿੱਚ ਲੱਭੋ +findbar_label=ਲੱਭੋ + +# Thumbnails panel item (tooltip and alt text for images) +# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page +# number. +thumb_page_title=ਸਫ਼ਾ {{page}} +# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page +# number. +thumb_page_canvas={{page}} ਸਫ਼ੇ ਦਾ ਥੰਮਨੇਲ + +# Find panel button title and messages +find_input.title=ਲੱਭੋ +find_input.placeholder=…ਦਸਤਾਵੇਜ਼ 'ਚ ਲੱਭੋ +find_previous.title=ਵਾਕ ਦੀ ਪਿਛਲੀ ਮੌਜੂਦਗੀ ਲੱਭੋ +find_previous_label=ਪਿੱਛੇ +find_next.title=ਵਾਕ ਦੀ ਅਗਲੀ ਮੌਜੂਦਗੀ ਲੱਭੋ +find_next_label=ਅੱਗੇ +find_highlight=ਸਭ ਉਭਾਰੋ +find_match_case_label=ਅੱਖਰ ਆਕਾਰ ਨੂੰ ਮਿਲਾਉ +find_reached_top=ਦਸਤਾਵੇਜ਼ ਦੇ ਉੱਤੇ ਆ ਗਏ ਹਾਂ, ਥੱਲੇ ਤੋਂ ਜਾਰੀ ਰੱਖਿਆ ਹੈ +find_reached_bottom=ਦਸਤਾਵੇਜ਼ ਦੇ ਅੰਤ ਉੱਤੇ ਆ ਗਏ ਹਾਂ, ਉੱਤੇ ਤੋਂ ਜਾਰੀ ਰੱਖਿਆ ਹੈ +find_not_found=ਵਾਕ ਨਹੀਂ ਲੱਭਿਆ + +# Error panel labels +error_more_info=ਹੋਰ ਜਾਣਕਾਰੀ +error_less_info=ਘੱਟ ਜਾਣਕਾਰੀ +error_close=ਬੰਦ ਕਰੋ +# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be +# replaced by the PDF.JS version and build ID. +error_version_info=PDF.js v{{version}} (ਬਿਲਡ: {{build}} +# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an +# english string describing the error. +error_message=ਸੁਨੇਹਾ: {{message}} +# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack +# trace. +error_stack=ਸਟੈਕ: {{stack}} +# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename +error_file=ਫਾਈਲ: {{file}} +# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number +error_line=ਲਾਈਨ: {{line}} +rendering_error=ਸਫ਼ਾ ਰੈਡਰ ਕਰਨ ਦੇ ਦੌਰਾਨ ਗਲਤੀ ਆਈ ਹੈ। + +# Predefined zoom values +page_scale_width=ਸਫ਼ੇ ਦੀ ਚੌੜਾਈ +page_scale_fit=ਸਫ਼ਾ ਫਿੱਟ +page_scale_auto=ਆਟੋਮੈਟਿਕ ਜ਼ੂਮ ਕਰੋ +page_scale_actual=ਆਟੋਮੈਟਿਕ ਆਕਾਰ +# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a +# numerical scale value. +page_scale_percent={{scale}}% + +# Loading indicator messages +loading_error_indicator=ਗਲਤੀ +loading_error=PDF ਲੋਡ ਕਰਨ ਦੇ ਦੌਰਾਨ ਗਲਤੀ ਆਈ ਹੈ। +invalid_file_error=ਗਲਤ ਜਾਂ ਨਿਕਾਰਾ PDF ਫਾਈਲ ਹੈ। +missing_file_error=ਨਾ-ਮੌਜੂਦ PDF ਫਾਈਲ। +unexpected_response_error=ਅਣਜਾਣ ਸਰਵਰ ਜਵਾਬ। + +# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. +# "{{type}}" will be replaced with an annotation type from a list defined in +# the PDF spec (32000-1:2008 Table 169 – Annotation types). +# Some common types are e.g.: "Check", "Text", "Comment", "Note" +text_annotation_type.alt=[{{type}} ਵਿਆਖਿਆ] +password_label=ਇਹ PDF ਫਾਈਲ ਨੂੰ ਖੋਲ੍ਹਣ ਲਈ ਪਾਸਵਰਡ ਦਿਉ। +password_invalid=ਗਲਤ ਪਾਸਵਰਡ। ਫੇਰ ਕੋਸ਼ਿਸ਼ ਕਰੋ ਜੀ। +password_ok=ਠੀਕ ਹੈ +password_cancel=ਰੱਦ ਕਰੋ + +printing_not_supported=ਸਾਵਧਾਨ: ਇਹ ਬਰਾਊਜ਼ਰ ਪਰਿੰਟ ਕਰਨ ਲਈ ਪੂਰੀ ਤਰ੍ਹਾਂ ਸਹਾਇਕ ਨਹੀਂ ਹੈ। +printing_not_ready=ਸਾਵਧਾਨ: PDF ਨੂੰ ਪਰਿੰਟ ਕਰਨ ਲਈ ਪੂਰੀ ਤਰ੍ਹਾਂ ਲੋਡ ਨਹੀਂ ਹੈ। +web_fonts_disabled=ਵੈਬ ਫੋਂਟ ਬੰਦ ਹਨ: ਇੰਬੈਡ PDF ਫੋਂਟ ਨੂੰ ਵਰਤਣ ਲਈ ਅਸਮਰੱਥ ਹੈ। +document_colors_not_allowed=PDF ਦਸਤਾਵੇਜ਼ਾਂ ਨੂੰ ਆਪਣੇ ਰੰਗ ਵਰਤਣ ਦੀ ਇਜ਼ਾਜ਼ਤ ਨਹੀਂ ਹੈ।: ਬਰਾਊਜ਼ਰ ਵਿੱਚ “ਸਫ਼ਿਆਂ ਨੂੰ ਆਪਣੇ ਰੰਗ ਚੁਣਨ ਦੀ ਇਜ਼ਾਜ਼ਤ ਦਿਓ” ਨਾ-ਸਰਗਰਮ ਹੈ। diff --git a/dzz/pdf/web/locale/pl/index.htm b/dzz/pdf/web/locale/pl/index.htm new file mode 100644 index 0000000..e69de29 diff --git a/dzz/pdf/web/locale/pl/viewer.properties b/dzz/pdf/web/locale/pl/viewer.properties new file mode 100644 index 0000000..27cda10 --- /dev/null +++ b/dzz/pdf/web/locale/pl/viewer.properties @@ -0,0 +1,179 @@ +# Copyright 2012 Mozilla Foundation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +previous.title=Poprzednia strona +previous_label=Poprzednia +next.title=Następna strona +next_label=Następna + +page.title==Strona: +of_pages=z {{pagesCount}} +page_of_pages=({{pageNumber}} z {{pagesCount}}) + +zoom_out.title=Pomniejszenie +zoom_out_label=Pomniejsz +zoom_in.title=Powiększenie +zoom_in_label=Powiększ +zoom.title=Skala +presentation_mode.title=Przełącz na tryb prezentacji +presentation_mode_label=Tryb prezentacji +open_file.title=Otwieranie pliku +open_file_label=Otwórz +print.title=Drukowanie +print_label=Drukuj +download.title=Pobieranie +download_label=Pobierz +bookmark.title=Bieżąca pozycja (skopiuj lub otwórz jako odnośnik w nowym oknie) +bookmark_label=Bieżąca pozycja + +tools.title=Narzędzia +tools_label=Narzędzia +first_page.title=Przechodzenie do pierwszej strony +first_page.label=Przejdź do pierwszej strony +first_page_label=Przejdź do pierwszej strony +last_page.title=Przechodzenie do ostatniej strony +last_page.label=Przejdź do ostatniej strony +last_page_label=Przejdź do ostatniej strony +page_rotate_cw.title=Obracanie zgodnie z ruchem wskazówek zegara +page_rotate_cw.label=Obróć zgodnie z ruchem wskazówek zegara +page_rotate_cw_label=Obróć zgodnie z ruchem wskazówek zegara +page_rotate_ccw.title=Obracanie przeciwnie do ruchu wskazówek zegara +page_rotate_ccw.label=Obróć przeciwnie do ruchu wskazówek zegara +page_rotate_ccw_label=Obróć przeciwnie do ruchu wskazówek zegara + +cursor_text_select_tool.title=Włącza narzędzie zaznaczania tekstu +cursor_text_select_tool_label=Narzędzie zaznaczania tekstu +cursor_hand_tool.title=Włącza narzędzie rączka +cursor_hand_tool_label=Narzędzie rączka + +scroll_wrapped_label=Widok dwóch stron +scroll_wrapped.title=Strony dokumentu wyświetlaj i przewijaj w kolumnach + +spread_none_label=Brak kolumn +spread_none.title=Nie ustawiaj stron obok siebie +spread_odd_label=Nieparzyste po lewej +spread_odd.title=Strony nieparzyste ustawiaj na lewo od parzystych +spread_even_label=Parzyste po lewej +spread_even.title=Strony parzyste ustawiaj na lewo od nieparzystych + +document_properties.title=Właściwości dokumentu… +document_properties_label=Właściwości dokumentu… +document_properties_file_name=Nazwa pliku: +document_properties_file_size=Rozmiar pliku: +document_properties_kb={{size_kb}} KB ({{size_b}} b) +document_properties_mb={{size_mb}} MB ({{size_b}} b) +document_properties_title=Tytuł: +document_properties_author=Autor: +document_properties_subject=Temat: +document_properties_keywords=Słowa kluczowe: +document_properties_creation_date=Data utworzenia: +document_properties_modification_date=Data modyfikacji: +document_properties_date_string={{date}}, {{time}} +document_properties_creator=Utworzony przez: +document_properties_producer=PDF wyprodukowany przez: +document_properties_version=Wersja PDF: +document_properties_page_count=Liczba stron: +document_properties_page_size=Wymiary strony: +document_properties_page_size_unit_inches=in +document_properties_page_size_unit_millimeters=mm +document_properties_page_size_orientation_portrait=pionowa +document_properties_page_size_orientation_landscape=pozioma +document_properties_page_size_name_a3=A3 +document_properties_page_size_name_a4=A4 +document_properties_page_size_name_letter=US Letter +document_properties_page_size_name_legal=US Legal +document_properties_page_size_dimension_string={{width}} × {{height}} {{unit}} (orientacja {{orientation}}) +document_properties_page_size_dimension_name_string={{width}} × {{height}} {{unit}} ({{name}}, orientacja {{orientation}}) +document_properties_linearized=Szybki podgląd w Internecie: +document_properties_linearized_yes=tak +document_properties_linearized_no=nie +document_properties_close=Zamknij + +print_progress_message=Przygotowywanie dokumentu do druku… +print_progress_percent={{progress}}% +print_progress_close=Anuluj + +toggle_sidebar.title=Przełączanie panelu bocznego +toggle_sidebar_notification.title=Przełączanie panelu bocznego (dokument zawiera konspekt/załączniki) +toggle_sidebar_label=Przełącz panel boczny +document_outline.title=Wyświetlanie zarysu dokumentu (podwójne kliknięcie rozwija lub zwija wszystkie pozycje) +document_outline_label=Zarys dokumentu +attachments.title=Wyświetlanie załączników +attachments_label=Załączniki +thumbs.title=Wyświetlanie miniaturek +thumbs_label=Miniaturki +findbar.title=Znajdź w dokumencie +findbar_label=Znajdź + +thumb_page_title=Strona {{page}} +thumb_page_canvas=Miniaturka strony {{page}} + +find_input.title=Wyszukiwanie +find_input.placeholder=Szukaj w dokumencie… +find_previous.title=Znajdź poprzednie wystąpienie tekstu +find_previous_label=Poprzednie +find_next.title=Znajdź następne wystąpienie tekstu +find_next_label=Następne +find_highlight=Podświetl wszystkie +find_match_case_label=Rozróżnianie wielkości liter +find_entire_word_label=Całe słowa +find_reached_top=Początek dokumentu. Wyszukiwanie od końca. +find_reached_bottom=Koniec dokumentu. Wyszukiwanie od początku. +find_match_count={[ plural(total) ]} +find_match_count[one]=Pierwsze z {{total}} trafień +find_match_count[two]=Drugie z {{total}} trafień +find_match_count[few]={{current}}. z {{total}} trafień +find_match_count[many]={{current}}. z {{total}} trafień +find_match_count[other]={{current}}. z {{total}} trafień +find_match_count_limit={[ plural(limit) ]} +find_match_count_limit[zero]=Brak trafień. +find_match_count_limit[one]=Więcej niż jedno trafienie. +find_match_count_limit[two]=Więcej niż dwa trafienia. +find_match_count_limit[few]=Więcej niż {{limit}} trafienia. +find_match_count_limit[many]=Więcej niż {{limit}} trafień. +find_match_count_limit[other]=Więcej niż {{limit}} trafień. +find_not_found=Nie znaleziono tekstu + +error_more_info=Więcej informacji +error_less_info=Mniej informacji +error_close=Zamknij +error_version_info=PDF.js v{{version}} (kompilacja: {{build}}) +error_message=Wiadomość: {{message}} +error_stack=Stos: {{stack}} +error_file=Plik: {{file}} +error_line=Wiersz: {{line}} +rendering_error=Podczas renderowania strony wystąpił błąd. + +page_scale_width=Szerokość strony +page_scale_fit=Dopasowanie strony +page_scale_auto=Skala automatyczna +page_scale_actual=Rozmiar rzeczywisty +page_scale_percent={{scale}}% + +loading_error_indicator=Błąd +loading_error=Podczas wczytywania dokumentu PDF wystąpił błąd. +invalid_file_error=Nieprawidłowy lub uszkodzony plik PDF. +missing_file_error=Brak pliku PDF. +unexpected_response_error=Nieoczekiwana odpowiedź serwera. + +text_annotation_type.alt=[Adnotacja: {{type}}] +password_label=Wprowadź hasło, aby otworzyć ten dokument PDF. +password_invalid=Nieprawidłowe hasło. Proszę spróbować ponownie. +password_ok=OK +password_cancel=Anuluj + +printing_not_supported=Ostrzeżenie: drukowanie nie jest w pełni obsługiwane przez przeglądarkę. +printing_not_ready=Ostrzeżenie: dokument PDF nie jest całkowicie wczytany, więc nie można go wydrukować. +web_fonts_disabled=Czcionki sieciowe są wyłączone: nie można użyć osadzonych czcionek PDF. +document_colors_not_allowed=Dokumenty PDF nie mogą używać własnych kolorów: opcja „Pozwalaj stronom stosować inne kolory” w przeglądarce jest nieaktywna. diff --git a/dzz/pdf/web/locale/pt-BR/index.htm b/dzz/pdf/web/locale/pt-BR/index.htm new file mode 100644 index 0000000..e69de29 diff --git a/dzz/pdf/web/locale/pt-BR/viewer.properties b/dzz/pdf/web/locale/pt-BR/viewer.properties new file mode 100644 index 0000000..638e7d3 --- /dev/null +++ b/dzz/pdf/web/locale/pt-BR/viewer.properties @@ -0,0 +1,231 @@ +# Copyright 2012 Mozilla Foundation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# Main toolbar buttons (tooltips and alt text for images) +previous.title=Página anterior +previous_label=Anterior +next.title=Próxima página +next_label=Próxima + +# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input. +page.title=Página +# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number +# representing the total number of pages in the document. +of_pages=de {{pagesCount}} +# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" +# will be replaced by a number representing the currently visible page, +# respectively a number representing the total number of pages in the document. +page_of_pages=({{pageNumber}} de {{pagesCount}}) + +zoom_out.title=Reduzir +zoom_out_label=Reduzir +zoom_in.title=Ampliar +zoom_in_label=Ampliar +zoom.title=Zoom +presentation_mode.title=Alternar para o modo de apresentação +presentation_mode_label=Modo de apresentação +open_file.title=Abrir arquivo +open_file_label=Abrir +print.title=Imprimir +print_label=Imprimir +download.title=Download +download_label=Download +bookmark.title=Visualização atual (copiar ou abrir em uma nova janela) +bookmark_label=Visualização atual + +# Secondary toolbar and context menu +tools.title=Ferramentas +tools_label=Ferramentas +first_page.title=Ir para a primeira página +first_page.label=Ir para a primeira página +first_page_label=Ir para a primeira página +last_page.title=Ir para a última página +last_page.label=Ir para a última página +last_page_label=Ir para a última página +page_rotate_cw.title=Girar no sentido horário +page_rotate_cw.label=Girar no sentido horário +page_rotate_cw_label=Girar no sentido horário +page_rotate_ccw.title=Girar no sentido anti-horário +page_rotate_ccw.label=Girar no sentido anti-horário +page_rotate_ccw_label=Girar no sentido anti-horário + +cursor_text_select_tool.title=Ativar a ferramenta de seleção de texto +cursor_text_select_tool_label=Ferramenta de seleção de texto +cursor_hand_tool.title=Ativar ferramenta de mão +cursor_hand_tool_label=Ferramenta de mão + +scroll_vertical.title=Usar rolagem vertical +scroll_vertical_label=Rolagem vertical +scroll_horizontal.title=Usar rolagem horizontal +scroll_horizontal_label=Rolagem horizontal +scroll_wrapped.title=Usar rolagem contida +scroll_wrapped_label=Rolagem contida + +spread_none.title=Não associar à página estendidas +spread_none_label=Não estender +spread_odd.title=Associar página estendida a partir de páginas com números ímpares +spread_odd_label=Estender ímpares +spread_even.title=Associar página estendida a partir de páginas com números pares +spread_even_label=Estender pares + +# Document properties dialog box +document_properties.title=Propriedades do documento… +document_properties_label=Propriedades do documento… +document_properties_file_name=Nome do arquivo: +document_properties_file_size=Tamanho do arquivo: +# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" +# will be replaced by the PDF file size in kilobytes, respectively in bytes. +document_properties_kb={{size_kb}} KB ({{size_b}} bytes) +# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" +# will be replaced by the PDF file size in megabytes, respectively in bytes. +document_properties_mb={{size_mb}} MB ({{size_b}} bytes) +document_properties_title=Título: +document_properties_author=Autor: +document_properties_subject=Assunto: +document_properties_keywords=Palavras-chave: +document_properties_creation_date=Data da criação: +document_properties_modification_date=Data da modificação: +# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" +# will be replaced by the creation/modification date, and time, of the PDF file. +document_properties_date_string={{date}}, {{time}} +document_properties_creator=Criação: +document_properties_producer=Criador do PDF: +document_properties_version=Versão do PDF: +document_properties_page_count=Número de páginas: +document_properties_page_size=Tamanho da página: +document_properties_page_size_unit_inches=pol. +document_properties_page_size_unit_millimeters=mm +document_properties_page_size_orientation_portrait=retrato +document_properties_page_size_orientation_landscape=paisagem +document_properties_page_size_name_a3=A3 +document_properties_page_size_name_a4=A4 +document_properties_page_size_name_letter=Carta +document_properties_page_size_name_legal=Jurídico +# LOCALIZATION NOTE (document_properties_page_size_dimension_string): +# "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement and orientation, of the (current) page. +document_properties_page_size_dimension_string={{width}} × {{height}} {{unit}} ({{orientation}}) +# LOCALIZATION NOTE (document_properties_page_size_dimension_name_string): +# "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement, name, and orientation, of the (current) page. +document_properties_page_size_dimension_name_string={{width}} × {{height}} {{unit}} ({{name}}, {{orientation}}) +# LOCALIZATION NOTE (document_properties_linearized): The linearization status of +# the document; usually called "Fast Web View" in English locales of Adobe software. +document_properties_linearized=Visualização rápida da Web: +document_properties_linearized_yes=Sim +document_properties_linearized_no=Não +document_properties_close=Fechar + +print_progress_message=Preparando documento para impressão… +# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by +# a numerical per cent value. +print_progress_percent={{progress}} % +print_progress_close=Cancelar + +# Tooltips and alt text for side panel toolbar buttons +# (the _label strings are alt text for the buttons, the .title strings are +# tooltips) +toggle_sidebar.title=Alternar painel +toggle_sidebar_notification.title=Alternar o painel (documento contém marcadores e anexos) +toggle_sidebar_label=Alternar painel +document_outline.title=Mostrar a estrutura do documento (duplo-clique para expandir/recolher todos os ítens) +document_outline_label=Estrutura do documento +attachments.title=Mostrar anexos +attachments_label=Anexos +thumbs.title=Mostrar miniaturas +thumbs_label=Miniaturas +findbar.title=Localizar no documento +findbar_label=Localizar + +# Thumbnails panel item (tooltip and alt text for images) +# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page +# number. +thumb_page_title=Página {{page}} +# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page +# number. +thumb_page_canvas=Miniatura da página {{page}} + +# Find panel button title and messages +find_input.title=Localizar +find_input.placeholder=Localizar no documento… +find_previous.title=Localizar a ocorrência anterior da frase +find_previous_label=Anterior +find_next.title=Localizar a próxima ocorrência da frase +find_next_label=Próxima +find_highlight=Realçar tudo +find_match_case_label=Diferenciar maiúsculas/minúsculas +find_entire_word_label=Palavras completas +find_reached_top=Início do documento alcançado, continuando do fim +find_reached_bottom=Fim do documento alcançado, continuando do início +# LOCALIZATION NOTE (find_match_count): The supported plural forms are +# [one|two|few|many|other], with [other] as the default value. +# "{{current}}" and "{{total}}" will be replaced by a number representing the +# index of the currently active find result, respectively a number representing +# the total number of matches in the document. +find_match_count={[ plural(total) ]} +# LOCALIZATION NOTE (find_match_count_limit): The supported plural forms are +# [zero|one|two|few|many|other], with [other] as the default value. +# "{{limit}}" will be replaced by a numerical value. +find_match_count_limit={[ plural(limit) ]} +find_not_found=Frase não encontrada + +# Error panel labels +error_more_info=Mais informações +error_less_info=Menos informações +error_close=Fechar +# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be +# replaced by the PDF.JS version and build ID. +error_version_info=PDF.js v{{version}} (compilação: {{build}}) +# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an +# english string describing the error. +error_message=Mensagem: {{message}} +# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack +# trace. +error_stack=Pilha: {{stack}} +# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename +error_file=Arquivo: {{file}} +# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number +error_line=Linha: {{line}} +rendering_error=Ocorreu um erro ao renderizar a página. + +# Predefined zoom values +page_scale_width=Largura da página +page_scale_fit=Ajustar à janela +page_scale_auto=Zoom automático +page_scale_actual=Tamanho real +# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a +# numerical scale value. +page_scale_percent={{scale}}% + +# Loading indicator messages +loading_error_indicator=Erro +loading_error=Ocorreu um erro ao carregar o PDF. +invalid_file_error=Arquivo PDF corrompido ou inválido. +missing_file_error=Arquivo PDF ausente. +unexpected_response_error=Resposta inesperada do servidor. + +# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. +# "{{type}}" will be replaced with an annotation type from a list defined in +# the PDF spec (32000-1:2008 Table 169 – Annotation types). +# Some common types are e.g.: "Check", "Text", "Comment", "Note" +text_annotation_type.alt=[Anotação {{type}}] +password_label=Forneça a senha para abrir este arquivo PDF. +password_invalid=Senha inválida. Tente novamente. +password_ok=OK +password_cancel=Cancelar + +printing_not_supported=Aviso: a impressão não é totalmente suportada neste navegador. +printing_not_ready=Aviso: o PDF não está totalmente carregado para impressão. +web_fonts_disabled=As fontes web estão desabilitadas: não foi possível usar fontes incorporadas do PDF. +document_colors_not_allowed=Os documentos em PDF não estão autorizados a usar suas próprias cores: “Permitir que as páginas escolham suas próprias cores” está desabilitado no navegador. diff --git a/dzz/pdf/web/locale/pt-PT/index.htm b/dzz/pdf/web/locale/pt-PT/index.htm new file mode 100644 index 0000000..e69de29 diff --git a/dzz/pdf/web/locale/pt-PT/viewer.properties b/dzz/pdf/web/locale/pt-PT/viewer.properties new file mode 100644 index 0000000..591c0ef --- /dev/null +++ b/dzz/pdf/web/locale/pt-PT/viewer.properties @@ -0,0 +1,242 @@ +# Copyright 2012 Mozilla Foundation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# Main toolbar buttons (tooltips and alt text for images) +previous.title=Página anterior +previous_label=Anterior +next.title=Página seguinte +next_label=Seguinte + +# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input. +page.title=Página +# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number +# representing the total number of pages in the document. +of_pages=de {{pagesCount}} +# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" +# will be replaced by a number representing the currently visible page, +# respectively a number representing the total number of pages in the document. +page_of_pages=({{pageNumber}} de {{pagesCount}}) + +zoom_out.title=Reduzir +zoom_out_label=Reduzir +zoom_in.title=Ampliar +zoom_in_label=Ampliar +zoom.title=Zoom +presentation_mode.title=Trocar para o modo de apresentação +presentation_mode_label=Modo de apresentação +open_file.title=Abrir ficheiro +open_file_label=Abrir +print.title=Imprimir +print_label=Imprimir +download.title=Transferir +download_label=Transferir +bookmark.title=Vista atual (copiar ou abrir numa nova janela) +bookmark_label=Visão atual + +# Secondary toolbar and context menu +tools.title=Ferramentas +tools_label=Ferramentas +first_page.title=Ir para a primeira página +first_page.label=Ir para a primeira página +first_page_label=Ir para a primeira página +last_page.title=Ir para a última página +last_page.label=Ir para a última página +last_page_label=Ir para a última página +page_rotate_cw.title=Rodar à direita +page_rotate_cw.label=Rodar à direita +page_rotate_cw_label=Rodar à direita +page_rotate_ccw.title=Rodar à esquerda +page_rotate_ccw.label=Rodar à esquerda +page_rotate_ccw_label=Rodar à esquerda + +cursor_text_select_tool.title=Ativar ferramenta de seleção de texto +cursor_text_select_tool_label=Ferramenta de seleção de texto +cursor_hand_tool.title=Ativar ferramenta de mão +cursor_hand_tool_label=Ferramenta de mão + +scroll_vertical.title=Utilizar deslocação vertical +scroll_vertical_label=Deslocação vertical +scroll_horizontal.title=Utilizar deslocação horizontal +scroll_horizontal_label=Deslocação horizontal +scroll_wrapped.title=Utilizar deslocação encapsulada +scroll_wrapped_label=Deslocação encapsulada + +spread_none.title=Não juntar spreads de páginas +spread_none_label=Sem spreads +spread_odd.title=Juntar spreads de páginas a partir de páginas com números ímpares +spread_odd_label=Spreads ímpares +spread_even.title=Juntar spreads de páginas a partir de páginas com números pares +spread_even_label=Spreads pares + +# Document properties dialog box +document_properties.title=Propriedades do documento… +document_properties_label=Propriedades do documento… +document_properties_file_name=Nome do ficheiro: +document_properties_file_size=Tamanho do ficheiro: +# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" +# will be replaced by the PDF file size in kilobytes, respectively in bytes. +document_properties_kb={{size_kb}} KB ({{size_b}} bytes) +# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" +# will be replaced by the PDF file size in megabytes, respectively in bytes. +document_properties_mb={{size_mb}} MB ({{size_b}} bytes) +document_properties_title=Título: +document_properties_author=Autor: +document_properties_subject=Assunto: +document_properties_keywords=Palavras-chave: +document_properties_creation_date=Data de criação: +document_properties_modification_date=Data de modificação: +# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" +# will be replaced by the creation/modification date, and time, of the PDF file. +document_properties_date_string={{date}}, {{time}} +document_properties_creator=Criador: +document_properties_producer=Produtor de PDF: +document_properties_version=Versão do PDF: +document_properties_page_count=N.º de páginas: +document_properties_page_size=Tamanho da página: +document_properties_page_size_unit_inches=in +document_properties_page_size_unit_millimeters=mm +document_properties_page_size_orientation_portrait=retrato +document_properties_page_size_orientation_landscape=paisagem +document_properties_page_size_name_a3=A3 +document_properties_page_size_name_a4=A4 +document_properties_page_size_name_letter=Carta +document_properties_page_size_name_legal=Legal +# LOCALIZATION NOTE (document_properties_page_size_dimension_string): +# "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement and orientation, of the (current) page. +document_properties_page_size_dimension_string={{width}} × {{height}} {{unit}} ({{orientation}}) +# LOCALIZATION NOTE (document_properties_page_size_dimension_name_string): +# "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement, name, and orientation, of the (current) page. +document_properties_page_size_dimension_name_string={{width}} × {{height}} {{unit}} ({{name}}, {{orientation}}) +# LOCALIZATION NOTE (document_properties_linearized): The linearization status of +# the document; usually called "Fast Web View" in English locales of Adobe software. +document_properties_linearized=Vista rápida web: +document_properties_linearized_yes=Sim +document_properties_linearized_no=Não +document_properties_close=Fechar + +print_progress_message=A preparar o documento para impressão… +# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by +# a numerical per cent value. +print_progress_percent={{progress}}% +print_progress_close=Cancelar + +# Tooltips and alt text for side panel toolbar buttons +# (the _label strings are alt text for the buttons, the .title strings are +# tooltips) +toggle_sidebar.title=Alternar barra lateral +toggle_sidebar_notification.title=Alternar barra lateral (documento contém contorno/anexos) +toggle_sidebar_label=Alternar barra lateral +document_outline.title=Mostrar esquema do documento (duplo clique para expandir/colapsar todos os itens) +document_outline_label=Estrutura do documento +attachments.title=Mostrar anexos +attachments_label=Anexos +thumbs.title=Mostrar miniaturas +thumbs_label=Miniaturas +findbar.title=Localizar em documento +findbar_label=Localizar + +# Thumbnails panel item (tooltip and alt text for images) +# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page +# number. +thumb_page_title=Página {{page}} +# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page +# number. +thumb_page_canvas=Miniatura da página {{page}} + +# Find panel button title and messages +find_input.title=Localizar +find_input.placeholder=Localizar em documento… +find_previous.title=Localizar ocorrência anterior da frase +find_previous_label=Anterior +find_next.title=Localizar ocorrência seguinte da frase +find_next_label=Seguinte +find_highlight=Destacar tudo +find_match_case_label=Correspondência +find_entire_word_label=Palavras completas +find_reached_top=Topo do documento atingido, a continuar a partir do fundo +find_reached_bottom=Fim do documento atingido, a continuar a partir do topo +# LOCALIZATION NOTE (find_match_count): The supported plural forms are +# [one|two|few|many|other], with [other] as the default value. +# "{{current}}" and "{{total}}" will be replaced by a number representing the +# index of the currently active find result, respectively a number representing +# the total number of matches in the document. +find_match_count={[ plural(total) ]} +find_match_count[one]={{current}} de {{total}} correspondência +find_match_count[two]={{current}} de {{total}} correspondências +find_match_count[few]={{current}} de {{total}} correspondências +find_match_count[many]={{current}} de {{total}} correspondências +find_match_count[other]={{current}} de {{total}} correspondências +# LOCALIZATION NOTE (find_match_count_limit): The supported plural forms are +# [zero|one|two|few|many|other], with [other] as the default value. +# "{{limit}}" will be replaced by a numerical value. +find_match_count_limit={[ plural(limit) ]} +find_match_count_limit[zero]=Mais de {{limit}} correspondências +find_match_count_limit[one]=Mais de {{limit}} correspondência +find_match_count_limit[two]=Mais de {{limit}} correspondências +find_match_count_limit[few]=Mais de {{limit}} correspondências +find_match_count_limit[many]=Mais de {{limit}} correspondências +find_match_count_limit[other]=Mais de {{limit}} correspondências +find_not_found=Frase não encontrada + +# Error panel labels +error_more_info=Mais informação +error_less_info=Menos informação +error_close=Fechar +# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be +# replaced by the PDF.JS version and build ID. +error_version_info=PDF.js v{{version}} (compilação: {{build}}) +# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an +# english string describing the error. +error_message=Mensagem: {{message}} +# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack +# trace. +error_stack=Stack: {{stack}} +# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename +error_file=Ficheiro: {{file}} +# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number +error_line=Linha: {{line}} +rendering_error=Ocorreu um erro ao processar a página. + +# Predefined zoom values +page_scale_width=Ajustar à largura +page_scale_fit=Ajustar à página +page_scale_auto=Zoom automático +page_scale_actual=Tamanho real +# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a +# numerical scale value. +page_scale_percent={{scale}}% + +# Loading indicator messages +loading_error_indicator=Erro +loading_error=Ocorreu um erro ao carregar o PDF. +invalid_file_error=Ficheiro PDF inválido ou danificado. +missing_file_error=Ficheiro PDF inexistente. +unexpected_response_error=Resposta inesperada do servidor. + +# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. +# "{{type}}" will be replaced with an annotation type from a list defined in +# the PDF spec (32000-1:2008 Table 169 – Annotation types). +# Some common types are e.g.: "Check", "Text", "Comment", "Note" +text_annotation_type.alt=[Anotação {{type}}] +password_label=Introduza a palavra-passe para abrir este ficheiro PDF. +password_invalid=Palavra-passe inválida. Por favor, tente novamente. +password_ok=OK +password_cancel=Cancelar + +printing_not_supported=Aviso: a impressão não é totalmente suportada por este navegador. +printing_not_ready=Aviso: o PDF ainda não está totalmente carregado. +web_fonts_disabled=Os tipos de letra web estão desativados: não é possível utilizar os tipos de letra PDF incorporados. +document_colors_not_allowed=Os documentos PDF não permitem a utilização das suas próprias cores: “Permitir às páginas escolher as suas próprias cores” está desativado no navegador. diff --git a/dzz/pdf/web/locale/rm/index.htm b/dzz/pdf/web/locale/rm/index.htm new file mode 100644 index 0000000..e69de29 diff --git a/dzz/pdf/web/locale/rm/viewer.properties b/dzz/pdf/web/locale/rm/viewer.properties new file mode 100644 index 0000000..4ab7b7c --- /dev/null +++ b/dzz/pdf/web/locale/rm/viewer.properties @@ -0,0 +1,242 @@ +# Copyright 2012 Mozilla Foundation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# Main toolbar buttons (tooltips and alt text for images) +previous.title=Pagina precedenta +previous_label=Enavos +next.title=Proxima pagina +next_label=Enavant + +# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input. +page.title=Pagina +# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number +# representing the total number of pages in the document. +of_pages=da {{pagesCount}} +# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" +# will be replaced by a number representing the currently visible page, +# respectively a number representing the total number of pages in the document. +page_of_pages=({{pageNumber}} da {{pagesCount}}) + +zoom_out.title=Empitschnir +zoom_out_label=Empitschnir +zoom_in.title=Engrondir +zoom_in_label=Engrondir +zoom.title=Zoom +presentation_mode.title=Midar en il modus da preschentaziun +presentation_mode_label=Modus da preschentaziun +open_file.title=Avrir datoteca +open_file_label=Avrir +print.title=Stampar +print_label=Stampar +download.title=Telechargiar +download_label=Telechargiar +bookmark.title=Vista actuala (copiar u avrir en ina nova fanestra) +bookmark_label=Vista actuala + +# Secondary toolbar and context menu +tools.title=Utensils +tools_label=Utensils +first_page.title=Siglir a l'emprima pagina +first_page.label=Siglir a l'emprima pagina +first_page_label=Siglir a l'emprima pagina +last_page.title=Siglir a la davosa pagina +last_page.label=Siglir a la davosa pagina +last_page_label=Siglir a la davosa pagina +page_rotate_cw.title=Rotar en direcziun da l'ura +page_rotate_cw.label=Rotar en direcziun da l'ura +page_rotate_cw_label=Rotar en direcziun da l'ura +page_rotate_ccw.title=Rotar en direcziun cuntraria a l'ura +page_rotate_ccw.label=Rotar en direcziun cuntraria a l'ura +page_rotate_ccw_label=Rotar en direcziun cuntraria a l'ura + +cursor_text_select_tool.title=Activar l'utensil per selecziunar text +cursor_text_select_tool_label=Utensil per selecziunar text +cursor_hand_tool.title=Activar l'utensil da maun +cursor_hand_tool_label=Utensil da maun + +scroll_vertical.title=Utilisar il defilar vertical +scroll_vertical_label=Defilar vertical +scroll_horizontal.title=Utilisar il defilar orizontal +scroll_horizontal_label=Defilar orizontal +scroll_wrapped.title=Utilisar il defilar en colonnas +scroll_wrapped_label=Defilar en colonnas + +spread_none.title=Betg parallelisar las paginas +spread_none_label=Betg parallel +spread_odd.title=Parallelisar las paginas cun cumenzar cun paginas spèras +spread_odd_label=Parallel spèr +spread_even.title=Parallelisar las paginas cun cumenzar cun paginas pèras +spread_even_label=Parallel pèr + +# Document properties dialog box +document_properties.title=Caracteristicas dal document… +document_properties_label=Caracteristicas dal document… +document_properties_file_name=Num da la datoteca: +document_properties_file_size=Grondezza da la datoteca: +# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" +# will be replaced by the PDF file size in kilobytes, respectively in bytes. +document_properties_kb={{size_kb}} KB ({{size_b}} bytes) +# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" +# will be replaced by the PDF file size in megabytes, respectively in bytes. +document_properties_mb={{size_mb}} MB ({{size_b}} bytes) +document_properties_title=Titel: +document_properties_author=Autur: +document_properties_subject=Tema: +document_properties_keywords=Chavazzins: +document_properties_creation_date=Data da creaziun: +document_properties_modification_date=Data da modificaziun: +# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" +# will be replaced by the creation/modification date, and time, of the PDF file. +document_properties_date_string={{date}} {{time}} +document_properties_creator=Creà da: +document_properties_producer=Creà il PDF cun: +document_properties_version=Versiun da PDF: +document_properties_page_count=Dumber da paginas: +document_properties_page_size=Grondezza da la pagina: +document_properties_page_size_unit_inches=in +document_properties_page_size_unit_millimeters=mm +document_properties_page_size_orientation_portrait=vertical +document_properties_page_size_orientation_landscape=orizontal +document_properties_page_size_name_a3=A3 +document_properties_page_size_name_a4=A4 +document_properties_page_size_name_letter=Letter +document_properties_page_size_name_legal=Legal +# LOCALIZATION NOTE (document_properties_page_size_dimension_string): +# "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement and orientation, of the (current) page. +document_properties_page_size_dimension_string={{width}} × {{height}} {{unit}} ({{orientation}}) +# LOCALIZATION NOTE (document_properties_page_size_dimension_name_string): +# "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement, name, and orientation, of the (current) page. +document_properties_page_size_dimension_name_string={{width}} × {{height}} {{unit}} ({{name}}, {{orientation}}) +# LOCALIZATION NOTE (document_properties_linearized): The linearization status of +# the document; usually called "Fast Web View" in English locales of Adobe software. +document_properties_linearized=Fast Web View: +document_properties_linearized_yes=Gea +document_properties_linearized_no=Na +document_properties_close=Serrar + +print_progress_message=Preparar il document per stampar… +# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by +# a numerical per cent value. +print_progress_percent={{progress}}% +print_progress_close=Interrumper + +# Tooltips and alt text for side panel toolbar buttons +# (the _label strings are alt text for the buttons, the .title strings are +# tooltips) +toggle_sidebar.title=Activar/deactivar la trav laterala +toggle_sidebar_notification.title=Activar/deactivar la trav laterala (structura dal document/agiuntas) +toggle_sidebar_label=Activar/deactivar la trav laterala +document_outline.title=Mussar la structura dal document (cliccar duas giadas per extender/cumprimer tut ils elements) +document_outline_label=Structura dal document +attachments.title=Mussar agiuntas +attachments_label=Agiuntas +thumbs.title=Mussar las miniaturas +thumbs_label=Miniaturas +findbar.title=Tschertgar en il document +findbar_label=Tschertgar + +# Thumbnails panel item (tooltip and alt text for images) +# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page +# number. +thumb_page_title=Pagina {{page}} +# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page +# number. +thumb_page_canvas=Miniatura da la pagina {{page}} + +# Find panel button title and messages +find_input.title=Tschertgar +find_input.placeholder=Tschertgar en il document… +find_previous.title=Tschertgar la posiziun precedenta da l'expressiun +find_previous_label=Enavos +find_next.title=Tschertgar la proxima posiziun da l'expressiun +find_next_label=Enavant +find_highlight=Relevar tuts +find_match_case_label=Resguardar maiusclas/minusclas +find_entire_word_label=Pleds entirs +find_reached_top=Il cumenzament dal document è cuntanschì, la tschertga cuntinuescha a la fin dal document +find_reached_bottom=La fin dal document è cuntanschì, la tschertga cuntinuescha al cumenzament dal document +# LOCALIZATION NOTE (find_match_count): The supported plural forms are +# [one|two|few|many|other], with [other] as the default value. +# "{{current}}" and "{{total}}" will be replaced by a number representing the +# index of the currently active find result, respectively a number representing +# the total number of matches in the document. +find_match_count={[ plural(total) ]} +find_match_count[one]={{current}} dad {{total}} correspundenza +find_match_count[two]={{current}} da {{total}} correspundenzas +find_match_count[few]={{current}} da {{total}} correspundenzas +find_match_count[many]={{current}} da {{total}} correspundenzas +find_match_count[other]={{current}} da {{total}} correspundenzas +# LOCALIZATION NOTE (find_match_count_limit): The supported plural forms are +# [zero|one|two|few|many|other], with [other] as the default value. +# "{{limit}}" will be replaced by a numerical value. +find_match_count_limit={[ plural(limit) ]} +find_match_count_limit[zero]=Dapli che {{limit}} correspundenzas +find_match_count_limit[one]=Dapli che {{limit}} correspundenza +find_match_count_limit[two]=Dapli che {{limit}} correspundenzas +find_match_count_limit[few]=Dapli che {{limit}} correspundenzas +find_match_count_limit[many]=Dapli che {{limit}} correspundenzas +find_match_count_limit[other]=Dapli che {{limit}} correspundenzas +find_not_found=Impussibel da chattar l'expressiun + +# Error panel labels +error_more_info=Dapli infurmaziuns +error_less_info=Damain infurmaziuns +error_close=Serrar +# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be +# replaced by the PDF.JS version and build ID. +error_version_info=PDF.js v{{version}} (build: {{build}}) +# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an +# english string describing the error. +error_message=Messadi: {{message}} +# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack +# trace. +error_stack=Stack: {{stack}} +# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename +error_file=Datoteca: {{file}} +# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number +error_line=Lingia: {{line}} +rendering_error=Ina errur è cumparida cun visualisar questa pagina. + +# Predefined zoom values +page_scale_width=Ladezza da la pagina +page_scale_fit=Entira pagina +page_scale_auto=Zoom automatic +page_scale_actual=Grondezza actuala +# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a +# numerical scale value. +page_scale_percent={{scale}}% + +# Loading indicator messages +loading_error_indicator=Errur +loading_error=Ina errur è cumparida cun chargiar il PDF. +invalid_file_error=Datoteca PDF nunvalida u donnegiada. +missing_file_error=Datoteca PDF manconta. +unexpected_response_error=Resposta nunspetgada dal server. + +# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. +# "{{type}}" will be replaced with an annotation type from a list defined in +# the PDF spec (32000-1:2008 Table 169 – Annotation types). +# Some common types are e.g.: "Check", "Text", "Comment", "Note" +text_annotation_type.alt=[Annotaziun da {{type}}] +password_label=Endatescha il pled-clav per avrir questa datoteca da PDF. +password_invalid=Pled-clav nunvalid. Emprova anc ina giada. +password_ok=OK +password_cancel=Interrumper + +printing_not_supported=Attenziun: Il stampar na funcziunescha anc betg dal tut en quest navigatur. +printing_not_ready=Attenziun: Il PDF n'è betg chargià cumplettamain per stampar. +web_fonts_disabled=Scrittiras dal web èn deactivadas: impussibel dad utilisar las scrittiras integradas en il PDF. +document_colors_not_allowed=Documents da PDF na dastgan betg duvrar las atgnas colurs: 'Permetter a paginas da tscherner lur atgna colur' è deactivà en il navigatur. diff --git a/dzz/pdf/web/locale/ro/index.htm b/dzz/pdf/web/locale/ro/index.htm new file mode 100644 index 0000000..e69de29 diff --git a/dzz/pdf/web/locale/ro/viewer.properties b/dzz/pdf/web/locale/ro/viewer.properties new file mode 100644 index 0000000..67a47c4 --- /dev/null +++ b/dzz/pdf/web/locale/ro/viewer.properties @@ -0,0 +1,242 @@ +# Copyright 2012 Mozilla Foundation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# Main toolbar buttons (tooltips and alt text for images) +previous.title=Pagina precedentă +previous_label=Înapoi +next.title=Pagina următoare +next_label=Înainte + +# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input. +page.title=Pagina +# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number +# representing the total number of pages in the document. +of_pages=din {{pagesCount}} +# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" +# will be replaced by a number representing the currently visible page, +# respectively a number representing the total number of pages in the document. +page_of_pages=({{pageNumber}} din {{pagesCount}}) + +zoom_out.title=Micșorează +zoom_out_label=Micșorează +zoom_in.title=Mărește +zoom_in_label=Mărește +zoom.title=Zoom +presentation_mode.title=Comută la modul de prezentare +presentation_mode_label=Mod de prezentare +open_file.title=Deschide un fișier +open_file_label=Deschide +print.title=Tipărește +print_label=Tipărește +download.title=Descarcă +download_label=Descarcă +bookmark.title=Vizualizare actuală (copiază sau deschide într-o fereastră nouă) +bookmark_label=Vizualizare actuală + +# Secondary toolbar and context menu +tools.title=Instrumente +tools_label=Instrumente +first_page.title=Mergi la prima pagină +first_page.label=Mergi la prima pagină +first_page_label=Mergi la prima pagină +last_page.title=Mergi la ultima pagină +last_page.label=Mergi la ultima pagină +last_page_label=Mergi la ultima pagină +page_rotate_cw.title=Rotește în sensul acelor de ceasornic +page_rotate_cw.label=Rotește în sensul acelor de ceasornic +page_rotate_cw_label=Rotește în sensul acelor de ceasornic +page_rotate_ccw.title=Rotește în sens invers al acelor de ceasornic +page_rotate_ccw.label=Rotește în sens invers al acelor de ceasornic +page_rotate_ccw_label=Rotește în sens invers al acelor de ceasornic + +cursor_text_select_tool.title=Activează instrumentul de selecție a textului +cursor_text_select_tool_label=Instrumentul de selecție a textului +cursor_hand_tool.title=Activează instrumentul mână +cursor_hand_tool_label=Unealta mână + +scroll_vertical.title=Folosește derularea verticală +scroll_vertical_label=Derulare verticală +scroll_horizontal.title=Folosește derularea orizontală +scroll_horizontal_label=Derulare orizontală +scroll_wrapped.title=Folosește derularea încadrată +scroll_wrapped_label=Derulare încadrată + +spread_none.title=Nu uni paginile broșate +spread_none_label=Fără pagini broșate +spread_odd.title=Unește paginile broșate începând cu cele impare +spread_odd_label=Broșare pagini impare +spread_even.title=Unește paginile broșate începând cu cele pare +spread_even_label=Broșare pagini pare + +# Document properties dialog box +document_properties.title=Proprietățile documentului… +document_properties_label=Proprietățile documentului… +document_properties_file_name=Numele fișierului: +document_properties_file_size=Dimensiunea fișierului: +# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" +# will be replaced by the PDF file size in kilobytes, respectively in bytes. +document_properties_kb={{size_kb}} KB ({{size_b}} byți) +# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" +# will be replaced by the PDF file size in megabytes, respectively in bytes. +document_properties_mb={{size_mb}} MB ({{size_b}} octeți) +document_properties_title=Titlu: +document_properties_author=Autor: +document_properties_subject=Subiect: +document_properties_keywords=Cuvinte cheie: +document_properties_creation_date=Data creării: +document_properties_modification_date=Data modificării: +# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" +# will be replaced by the creation/modification date, and time, of the PDF file. +document_properties_date_string={{date}}, {{time}} +document_properties_creator=Autor: +document_properties_producer=Producător PDF: +document_properties_version=Versiune PDF: +document_properties_page_count=Număr de pagini: +document_properties_page_size=Dimensiunea paginii: +document_properties_page_size_unit_inches=in +document_properties_page_size_unit_millimeters=mm +document_properties_page_size_orientation_portrait=portret +document_properties_page_size_orientation_landscape=peisaj +document_properties_page_size_name_a3=A3 +document_properties_page_size_name_a4=A4 +document_properties_page_size_name_letter=Literă +document_properties_page_size_name_legal=Legal +# LOCALIZATION NOTE (document_properties_page_size_dimension_string): +# "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement and orientation, of the (current) page. +document_properties_page_size_dimension_string={{width}} × {{height}} {{unit}} ({{orientation}}) +# LOCALIZATION NOTE (document_properties_page_size_dimension_name_string): +# "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement, name, and orientation, of the (current) page. +document_properties_page_size_dimension_name_string={{width}} × {{height}} {{unit}} ({{name}}, {{orientation}}) +# LOCALIZATION NOTE (document_properties_linearized): The linearization status of +# the document; usually called "Fast Web View" in English locales of Adobe software. +document_properties_linearized=Vizualizare web rapidă: +document_properties_linearized_yes=Da +document_properties_linearized_no=Nu +document_properties_close=Închide + +print_progress_message=Se pregătește documentul pentru tipărire… +# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by +# a numerical per cent value. +print_progress_percent={{progress}}% +print_progress_close=Renunță + +# Tooltips and alt text for side panel toolbar buttons +# (the _label strings are alt text for the buttons, the .title strings are +# tooltips) +toggle_sidebar.title=Comută bara laterală +toggle_sidebar_notification.title=Comută bara laterală (documentul conține schițe/atașamente) +toggle_sidebar_label=Comută bara laterală +document_outline.title=Afișează schița documentului (dublu-clic pentru a extinde/restrânge toate elementele) +document_outline_label=Schița documentului +attachments.title=Afișează atașamentele +attachments_label=Atașamente +thumbs.title=Afișează miniaturi +thumbs_label=Miniaturi +findbar.title=Găsește în document +findbar_label=Caută + +# Thumbnails panel item (tooltip and alt text for images) +# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page +# number. +thumb_page_title=Pagina {{page}} +# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page +# number. +thumb_page_canvas=Miniatura paginii {{page}} + +# Find panel button title and messages +find_input.title=Caută +find_input.placeholder=Caută în document… +find_previous.title=Găsește instanța anterioară în frază +find_previous_label=Anterior +find_next.title=Găsește instanța următoare în frază +find_next_label=Următor +find_highlight=Evidențiază toate aparițiile +find_match_case_label=Potrivește literele mari și mici +find_entire_word_label=Cuvinte întregi +find_reached_top=Am ajuns la începutul documentului, continuă de la sfârșit +find_reached_bottom=Am ajuns la sfârșitul documentului, continuă de la început +# LOCALIZATION NOTE (find_match_count): The supported plural forms are +# [one|two|few|many|other], with [other] as the default value. +# "{{current}}" and "{{total}}" will be replaced by a number representing the +# index of the currently active find result, respectively a number representing +# the total number of matches in the document. +find_match_count={[ plural(total) ]} +find_match_count[one]={{current}} din {{total}} rezultat +find_match_count[two]={{current}} din {{total}} rezultate +find_match_count[few]={{current}} din {{total}} rezultate +find_match_count[many]={{current}} din {{total}} de rezultate +find_match_count[other]={{current}} din {{total}} de rezultate +# LOCALIZATION NOTE (find_match_count_limit): The supported plural forms are +# [zero|one|two|few|many|other], with [other] as the default value. +# "{{limit}}" will be replaced by a numerical value. +find_match_count_limit={[ plural(limit) ]} +find_match_count_limit[zero]=Peste {{limit}} rezultate +find_match_count_limit[one]=Peste {{limit}} rezultat +find_match_count_limit[two]=Peste {{limit}} rezultate +find_match_count_limit[few]=Peste {{limit}} rezultate +find_match_count_limit[many]=Peste {{limit}} de rezultate +find_match_count_limit[other]=Peste {{limit}} de rezultate +find_not_found=Nu s-a găsit textul + +# Error panel labels +error_more_info=Mai multe informații +error_less_info=Mai puține informații +error_close=Închide +# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be +# replaced by the PDF.JS version and build ID. +error_version_info=PDF.js v{{version}} (versiunea compilată: {{build}}) +# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an +# english string describing the error. +error_message=Mesaj: {{message}} +# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack +# trace. +error_stack=Stivă: {{stack}} +# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename +error_file=Fișier: {{file}} +# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number +error_line=Rând: {{line}} +rendering_error=A intervenit o eroare la randarea paginii. + +# Predefined zoom values +page_scale_width=Lățimea paginii +page_scale_fit=Potrivire la pagină +page_scale_auto=Zoom automat +page_scale_actual=Dimensiune reală +# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a +# numerical scale value. +page_scale_percent={{scale}}% + +# Loading indicator messages +loading_error_indicator=Eroare +loading_error=A intervenit o eroare la încărcarea PDF-ului. +invalid_file_error=Fișier PDF nevalid sau corupt. +missing_file_error=Fișier PDF lipsă. +unexpected_response_error=Răspuns neașteptat de la server. + +# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. +# "{{type}}" will be replaced with an annotation type from a list defined in +# the PDF spec (32000-1:2008 Table 169 – Annotation types). +# Some common types are e.g.: "Check", "Text", "Comment", "Note" +text_annotation_type.alt=[Adnotare {{type}}] +password_label=Introdu parola pentru a deschide acest fișier PDF. +password_invalid=Parolă nevalidă. Te rugăm să încerci din nou. +password_ok=Ok +password_cancel=Renunță + +printing_not_supported=Avertisment: Tipărirea nu este suportată în totalitate de acest browser. +printing_not_ready=Avertisment: PDF-ul nu este încărcat complet pentru tipărire. +web_fonts_disabled=Fonturile web sunt dezactivate: nu se pot folosi fonturile PDF încorporate. +document_colors_not_allowed=Documentele PDF nu sunt autorizate să folosească propriile culori: „Permite paginilor să aleagă propriile culori” este dezactivat în browser. diff --git a/dzz/pdf/web/locale/ru/index.htm b/dzz/pdf/web/locale/ru/index.htm new file mode 100644 index 0000000..e69de29 diff --git a/dzz/pdf/web/locale/ru/viewer.properties b/dzz/pdf/web/locale/ru/viewer.properties new file mode 100644 index 0000000..65eb876 --- /dev/null +++ b/dzz/pdf/web/locale/ru/viewer.properties @@ -0,0 +1,242 @@ +# Copyright 2012 Mozilla Foundation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# Main toolbar buttons (tooltips and alt text for images) +previous.title=Предыдущая страница +previous_label=Предыдущая +next.title=Следующая страница +next_label=Следующая + +# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input. +page.title=Страница +# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number +# representing the total number of pages in the document. +of_pages=из {{pagesCount}} +# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" +# will be replaced by a number representing the currently visible page, +# respectively a number representing the total number of pages in the document. +page_of_pages=({{pageNumber}} из {{pagesCount}}) + +zoom_out.title=Уменьшить +zoom_out_label=Уменьшить +zoom_in.title=Увеличить +zoom_in_label=Увеличить +zoom.title=Масштаб +presentation_mode.title=Перейти в режим презентации +presentation_mode_label=Режим презентации +open_file.title=Открыть файл +open_file_label=Открыть +print.title=Печать +print_label=Печать +download.title=Загрузить +download_label=Загрузить +bookmark.title=Ссылка на текущий вид (скопировать или открыть в новом окне) +bookmark_label=Текущий вид + +# Secondary toolbar and context menu +tools.title=Инструменты +tools_label=Инструменты +first_page.title=Перейти на первую страницу +first_page.label=Перейти на первую страницу +first_page_label=Перейти на первую страницу +last_page.title=Перейти на последнюю страницу +last_page.label=Перейти на последнюю страницу +last_page_label=Перейти на последнюю страницу +page_rotate_cw.title=Повернуть по часовой стрелке +page_rotate_cw.label=Повернуть по часовой стрелке +page_rotate_cw_label=Повернуть по часовой стрелке +page_rotate_ccw.title=Повернуть против часовой стрелки +page_rotate_ccw.label=Повернуть против часовой стрелки +page_rotate_ccw_label=Повернуть против часовой стрелки + +cursor_text_select_tool.title=Включить Инструмент «Выделение текста» +cursor_text_select_tool_label=Инструмент «Выделение текста» +cursor_hand_tool.title=Включить Инструмент «Рука» +cursor_hand_tool_label=Инструмент «Рука» + +scroll_vertical.title=Использовать вертикальную прокрутку +scroll_vertical_label=Вертикальная прокрутка +scroll_horizontal.title=Использовать горизонтальную прокрутку +scroll_horizontal_label=Горизонтальная прокрутка +scroll_wrapped.title=Использовать масштабируемую прокрутку +scroll_wrapped_label=Масштабируемая прокрутка + +spread_none.title=Не использовать режим разворотов страниц +spread_none_label=Без разворотов страниц +spread_odd.title=Развороты начинаются с нечётных номеров страниц +spread_odd_label=Нечётные страницы слева +spread_even.title=Развороты начинаются с чётных номеров страниц +spread_even_label=Чётные страницы слева + +# Document properties dialog box +document_properties.title=Свойства документа… +document_properties_label=Свойства документа… +document_properties_file_name=Имя файла: +document_properties_file_size=Размер файла: +# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" +# will be replaced by the PDF file size in kilobytes, respectively in bytes. +document_properties_kb={{size_kb}} КБ ({{size_b}} байт) +# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" +# will be replaced by the PDF file size in megabytes, respectively in bytes. +document_properties_mb={{size_mb}} МБ ({{size_b}} байт) +document_properties_title=Заголовок: +document_properties_author=Автор: +document_properties_subject=Тема: +document_properties_keywords=Ключевые слова: +document_properties_creation_date=Дата создания: +document_properties_modification_date=Дата изменения: +# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" +# will be replaced by the creation/modification date, and time, of the PDF file. +document_properties_date_string={{date}}, {{time}} +document_properties_creator=Приложение: +document_properties_producer=Производитель PDF: +document_properties_version=Версия PDF: +document_properties_page_count=Число страниц: +document_properties_page_size=Размер страницы: +document_properties_page_size_unit_inches=дюймов +document_properties_page_size_unit_millimeters=мм +document_properties_page_size_orientation_portrait=книжная +document_properties_page_size_orientation_landscape=альбомная +document_properties_page_size_name_a3=A3 +document_properties_page_size_name_a4=A4 +document_properties_page_size_name_letter=Letter +document_properties_page_size_name_legal=Legal +# LOCALIZATION NOTE (document_properties_page_size_dimension_string): +# "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement and orientation, of the (current) page. +document_properties_page_size_dimension_string={{width}} × {{height}} {{unit}} ({{orientation}}) +# LOCALIZATION NOTE (document_properties_page_size_dimension_name_string): +# "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement, name, and orientation, of the (current) page. +document_properties_page_size_dimension_name_string={{width}} × {{height}} {{unit}} ({{name}}, {{orientation}}) +# LOCALIZATION NOTE (document_properties_linearized): The linearization status of +# the document; usually called "Fast Web View" in English locales of Adobe software. +document_properties_linearized=Быстрый просмотр в Web: +document_properties_linearized_yes=Да +document_properties_linearized_no=Нет +document_properties_close=Закрыть + +print_progress_message=Подготовка документа к печати… +# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by +# a numerical per cent value. +print_progress_percent={{progress}}% +print_progress_close=Отмена + +# Tooltips and alt text for side panel toolbar buttons +# (the _label strings are alt text for the buttons, the .title strings are +# tooltips) +toggle_sidebar.title=Показать/скрыть боковую панель +toggle_sidebar_notification.title=Показать/скрыть боковую панель (документ имеет содержание/вложения) +toggle_sidebar_label=Показать/скрыть боковую панель +document_outline.title=Показать содержание документа (двойной щелчок, чтобы развернуть/свернуть все элементы) +document_outline_label=Содержание документа +attachments.title=Показать вложения +attachments_label=Вложения +thumbs.title=Показать миниатюры +thumbs_label=Миниатюры +findbar.title=Найти в документе +findbar_label=Найти + +# Thumbnails panel item (tooltip and alt text for images) +# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page +# number. +thumb_page_title=Страница {{page}} +# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page +# number. +thumb_page_canvas=Миниатюра страницы {{page}} + +# Find panel button title and messages +find_input.title=Найти +find_input.placeholder=Найти в документе… +find_previous.title=Найти предыдущее вхождение фразы в текст +find_previous_label=Назад +find_next.title=Найти следующее вхождение фразы в текст +find_next_label=Далее +find_highlight=Подсветить все +find_match_case_label=С учётом регистра +find_entire_word_label=Слова целиком +find_reached_top=Достигнут верх документа, продолжено снизу +find_reached_bottom=Достигнут конец документа, продолжено сверху +# LOCALIZATION NOTE (find_match_count): The supported plural forms are +# [one|two|few|many|other], with [other] as the default value. +# "{{current}}" and "{{total}}" will be replaced by a number representing the +# index of the currently active find result, respectively a number representing +# the total number of matches in the document. +find_match_count={[ plural(total) ]} +find_match_count[one]={{current}} из {{total}} совпадения +find_match_count[two]={{current}} из {{total}} совпадений +find_match_count[few]={{current}} из {{total}} совпадений +find_match_count[many]={{current}} из {{total}} совпадений +find_match_count[other]={{current}} из {{total}} совпадений +# LOCALIZATION NOTE (find_match_count_limit): The supported plural forms are +# [zero|one|two|few|many|other], with [other] as the default value. +# "{{limit}}" will be replaced by a numerical value. +find_match_count_limit={[ plural(limit) ]} +find_match_count_limit[zero]=Более {{limit}} совпадений +find_match_count_limit[one]=Более {{limit}} совпадения +find_match_count_limit[two]=Более {{limit}} совпадений +find_match_count_limit[few]=Более {{limit}} совпадений +find_match_count_limit[many]=Более {{limit}} совпадений +find_match_count_limit[other]=Более {{limit}} совпадений +find_not_found=Фраза не найдена + +# Error panel labels +error_more_info=Детали +error_less_info=Скрыть детали +error_close=Закрыть +# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be +# replaced by the PDF.JS version and build ID. +error_version_info=PDF.js v{{version}} (сборка: {{build}}) +# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an +# english string describing the error. +error_message=Сообщение: {{message}} +# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack +# trace. +error_stack=Стeк: {{stack}} +# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename +error_file=Файл: {{file}} +# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number +error_line=Строка: {{line}} +rendering_error=При создании страницы произошла ошибка. + +# Predefined zoom values +page_scale_width=По ширине страницы +page_scale_fit=По размеру страницы +page_scale_auto=Автоматически +page_scale_actual=Реальный размер +# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a +# numerical scale value. +page_scale_percent={{scale}}% + +# Loading indicator messages +loading_error_indicator=Ошибка +loading_error=При загрузке PDF произошла ошибка. +invalid_file_error=Некорректный или повреждённый PDF-файл. +missing_file_error=PDF-файл отсутствует. +unexpected_response_error=Неожиданный ответ сервера. + +# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. +# "{{type}}" will be replaced with an annotation type from a list defined in +# the PDF spec (32000-1:2008 Table 169 – Annotation types). +# Some common types are e.g.: "Check", "Text", "Comment", "Note" +text_annotation_type.alt=[Аннотация {{type}}] +password_label=Введите пароль, чтобы открыть этот PDF-файл. +password_invalid=Неверный пароль. Пожалуйста, попробуйте снова. +password_ok=OK +password_cancel=Отмена + +printing_not_supported=Предупреждение: В этом браузере не полностью поддерживается печать. +printing_not_ready=Предупреждение: PDF не полностью загружен для печати. +web_fonts_disabled=Веб-шрифты отключены: невозможно использовать встроенные PDF-шрифты. +document_colors_not_allowed=PDF-документам не разрешено использовать свои цвета: в браузере отключён параметр «Разрешить веб-сайтам использовать свои цвета». diff --git a/dzz/pdf/web/locale/rw/index.htm b/dzz/pdf/web/locale/rw/index.htm new file mode 100644 index 0000000..e69de29 diff --git a/dzz/pdf/web/locale/rw/viewer.properties b/dzz/pdf/web/locale/rw/viewer.properties new file mode 100644 index 0000000..68a893d --- /dev/null +++ b/dzz/pdf/web/locale/rw/viewer.properties @@ -0,0 +1,81 @@ +# Copyright 2012 Mozilla Foundation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# Main toolbar buttons (tooltips and alt text for images) + +# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input. +# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number +# representing the total number of pages in the document. +# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" +# will be replaced by a number representing the currently visible page, +# respectively a number representing the total number of pages in the document. + +zoom.title=Ihindurangano +open_file.title=Gufungura Dosiye +open_file_label=Gufungura + +# Secondary toolbar and context menu + + +# Document properties dialog box +# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" +# will be replaced by the PDF file size in kilobytes, respectively in bytes. +# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" +# will be replaced by the PDF file size in megabytes, respectively in bytes. +document_properties_title=Umutwe: +# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" +# will be replaced by the creation/modification date, and time, of the PDF file. + +# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by +# a numerical per cent value. + +# Tooltips and alt text for side panel toolbar buttons +# (the _label strings are alt text for the buttons, the .title strings are +# tooltips) + +# Thumbnails panel item (tooltip and alt text for images) +# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page +# number. +# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page +# number. + +# Find panel button title and messages +find_previous.title=Gushaka aho uyu murongo ugaruka mbere y'aha +find_next.title=Gushaka aho uyu murongo wongera kugaruka +find_not_found=Umurongo ntubonetse + +# Error panel labels +# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be +# replaced by the PDF.JS version and build ID. +# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an +# english string describing the error. +# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack +# trace. +# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename +# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number + +# Predefined zoom values +# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a +# numerical scale value. + +# Loading indicator messages +loading_error_indicator=Ikosa + +# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. +# "{{type}}" will be replaced with an annotation type from a list defined in +# the PDF spec (32000-1:2008 Table 169 – Annotation types). +# Some common types are e.g.: "Check", "Text", "Comment", "Note" +password_invalid=Ijambo ry'ibanga ridahari. Wakongera ukagerageza +password_ok=YEGO + diff --git a/dzz/pdf/web/locale/sah/index.htm b/dzz/pdf/web/locale/sah/index.htm new file mode 100644 index 0000000..e69de29 diff --git a/dzz/pdf/web/locale/sah/viewer.properties b/dzz/pdf/web/locale/sah/viewer.properties new file mode 100644 index 0000000..1786c40 --- /dev/null +++ b/dzz/pdf/web/locale/sah/viewer.properties @@ -0,0 +1,166 @@ +# Copyright 2012 Mozilla Foundation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# Main toolbar buttons (tooltips and alt text for images) +previous.title=Инники сирэй +previous_label=Иннинээҕи +next.title=Аныгыскы сирэй +next_label=Аныгыскы + +# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input. +# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number +# representing the total number of pages in the document. +# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" +# will be replaced by a number representing the currently visible page, +# respectively a number representing the total number of pages in the document. + +zoom_out.title=Куччат +zoom_out_label=Куччат +zoom_in.title=Улаатыннар +zoom_in_label=Улаатыннар +zoom.title=Улаатыннар +presentation_mode.title=Көрдөрөр эрэсиимҥэ +presentation_mode_label=Көрдөрөр эрэсиим +open_file.title=Билэни арый +open_file_label=Ас +print.title=Бэчээт +print_label=Бэчээт +download.title=Хачайдааһын +download_label=Хачайдааһын +bookmark.title=Билиҥҥи көстүүтэ (хатылаа эбэтэр саҥа түннүккэ арый) +bookmark_label=Билиҥҥи көстүүтэ + +# Secondary toolbar and context menu +tools.title=Тэриллэр +tools_label=Тэриллэр +first_page.title=Бастакы сирэйгэ көс +first_page.label=Бастакы сирэйгэ көс +first_page_label=Бастакы сирэйгэ көс +last_page.title=Тиһэх сирэйгэ көс +last_page.label=Тиһэх сирэйгэ көс +last_page_label=Тиһэх сирэйгэ көс +page_rotate_cw.title=Чаһы хоту эргит +page_rotate_cw.label=Чаһы хоту эргит +page_rotate_cw_label=Чаһы хоту эргит +page_rotate_ccw.title=Чаһы утары эргит +page_rotate_ccw.label=Чаһы утары эргит +page_rotate_ccw_label=Чаһы утары эргит + + +# Document properties dialog box +document_properties.title=Докумуон туруоруулара... +document_properties_label=Докумуон туруоруулара...\u0020 +document_properties_file_name=Билэ аата: +document_properties_file_size=Билэ кээмэйэ: +# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" +# will be replaced by the PDF file size in kilobytes, respectively in bytes. +document_properties_kb={{size_kb}} КБ ({{size_b}} баайт) +# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" +# will be replaced by the PDF file size in megabytes, respectively in bytes. +document_properties_mb={{size_mb}} МБ ({{size_b}} баайт) +document_properties_title=Баһа: +document_properties_author=Ааптар: +document_properties_subject=Тиэмэ: +document_properties_keywords=Күлүүс тыл: +document_properties_creation_date=Оҥоһуллубут кэмэ: +document_properties_modification_date=Уларытыллыбыт кэмэ: +# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" +# will be replaced by the creation/modification date, and time, of the PDF file. +document_properties_date_string={{date}}, {{time}} +document_properties_producer=PDF оҥорооччу: +document_properties_version=PDF барыла: +document_properties_page_count=Сирэй ахсаана: +document_properties_close=Сап + +# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by +# a numerical per cent value. + +# Tooltips and alt text for side panel toolbar buttons +# (the _label strings are alt text for the buttons, the .title strings are +# tooltips) +toggle_sidebar.title=Ойоҕос хапталы арый/сап +toggle_sidebar_label=Ойоҕос хапталы арый/сап +document_outline_label=Дөкүмүөн иһинээҕитэ +attachments.title=Кыбытыктары көрдөр +attachments_label=Кыбытык +thumbs.title=Ойуучааннары көрдөр +thumbs_label=Ойуучааннар +findbar.title=Дөкүмүөнтэн бул + +# Thumbnails panel item (tooltip and alt text for images) +# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page +# number. +thumb_page_title=Сирэй {{page}} +# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page +# number. +thumb_page_canvas=Сирэй ойуучаана {{page}} + +# Find panel button title and messages +find_previous.title=Этии тиэкискэ бу иннинээҕи киириитин бул +find_previous_label=Иннинээҕи +find_next.title=Этии тиэкискэ бу кэннинээҕи киириитин бул +find_next_label=Аныгыскы +find_highlight=Барытын сырдатан көрдөр +find_match_case_label=Буукуба улаханын-кыратын араар +find_reached_top=Сирэй үрдүгэр тиийдиҥ, салгыыта аллара +find_reached_bottom=Сирэй бүттэ, үөһэ салҕанна +find_not_found=Этии көстүбэтэ + +# Error panel labels +error_more_info=Сиһилии +error_less_info=Сиһилиитин кистээ +error_close=Сап +# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be +# replaced by the PDF.JS version and build ID. +error_version_info=PDF.js v{{version}} (хомуйуута: {{build}}) +# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an +# english string describing the error. +error_message=Этии: {{message}} +# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack +# trace. +error_stack=Стeк: {{stack}} +# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename +error_file=Билэ: {{file}} +# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number +error_line=Устуруока: {{line}} +rendering_error=Сирэйи айарга алҕас таҕыста. + +# Predefined zoom values +page_scale_width=Сирэй кэтитинэн +page_scale_fit=Сирэй кээмэйинэн +page_scale_auto=Аптамаатынан +page_scale_actual=Дьиҥнээх кээмэйэ +# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a +# numerical scale value. + +# Loading indicator messages +loading_error_indicator=Алҕас +loading_error=PDF-билэни хачайдыырга алҕас таҕыста. +invalid_file_error=Туох эрэ алҕастаах эбэтэр алдьаммыт PDF-билэ. +missing_file_error=PDF-билэ суох. +unexpected_response_error=Сиэрбэр хоруйдаабат. + +# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. +# "{{type}}" will be replaced with an annotation type from a list defined in +# the PDF spec (32000-1:2008 Table 169 – Annotation types). +# Some common types are e.g.: "Check", "Text", "Comment", "Note" +text_annotation_type.alt=[{{type}} туһунан] +password_label=Бу PDF-билэни арыйарга көмүскэл тылы киллэриэхтээхин. +password_invalid=Киирии тыл алҕастаах. Бука диэн, хатылаан көр. +password_ok=СӨП + +printing_not_supported=Сэрэтии: Бу браузер бэчээттиири толору өйөөбөт. +printing_not_ready=Сэрэтии: PDF бэчээттииргэ толору хачайдана илик. +web_fonts_disabled=Ситим-бичиктэр араарыллыахтара: PDF бичиктэрэ кыайан көстүбэттэр. +document_colors_not_allowed=PDF-дөкүмүөүннэргэ бэйэлэрин өҥнөрүн туттар көҥүллэммэтэ: "Ситим-сирдэр бэйэлэрин өҥнөрүн тутталларын көҥүллүүргэ" диэн браузерга арахса сылдьар эбит. diff --git a/dzz/pdf/web/locale/sat/index.htm b/dzz/pdf/web/locale/sat/index.htm new file mode 100644 index 0000000..e69de29 diff --git a/dzz/pdf/web/locale/sat/viewer.properties b/dzz/pdf/web/locale/sat/viewer.properties new file mode 100644 index 0000000..6734095 --- /dev/null +++ b/dzz/pdf/web/locale/sat/viewer.properties @@ -0,0 +1,134 @@ +# Copyright 2012 Mozilla Foundation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# Main toolbar buttons (tooltips and alt text for images) +previous.title=पा़हिलाक् साहटा +next.title=इना़ तायोम साहटा + +# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input. +# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number +# representing the total number of pages in the document. +# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" +# will be replaced by a number representing the currently visible page, +# respectively a number representing the total number of pages in the document. + +zoom.title=हुडिञ ला़टु तेयार +presentation_mode.title=उदुक् सोदोर ओबोसता रे ओताय मे +presentation_mode_label=उदुक् सोदोर ओबोसता +open_file.title=रेत् झिज मे +open_file_label=झिज मे झिच् +bookmark.title=नितोगाक् ञेल (नावा विंडो रे नोकोल आर बाङ झिज मे ) +bookmark_label=नितोगाक् ञेंल + +# Secondary toolbar and context menu + + +# Document properties dialog box +document_properties_file_name=रेत् ञुतुम: +document_properties_file_size=रेत् माराङ तेत्: +# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" +# will be replaced by the PDF file size in kilobytes, respectively in bytes. +document_properties_kb={{माराङ तेत्_kb}} KB ({{माराङ तेत्_b}} बाइट्स) +# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" +# will be replaced by the PDF file size in megabytes, respectively in bytes. +document_properties_mb={{माराङ तेत्_mb}} MB ({{माराङ तेत्_b}} बाइट्स) +document_properties_title=एम ञुतुम: +document_properties_author=ओनोलिया़: +document_properties_subject=बिसोय: +document_properties_keywords=का़ठी बोर्ड: +document_properties_creation_date=तेयार मा़हित्: +document_properties_modification_date=बोदोल होचो मा़हित्: +# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" +# will be replaced by the creation/modification date, and time, of the PDF file. +document_properties_date_string={{मा़हित्}}, {{ओकतो}} +document_properties_creator=बेनाविच्: +document_properties_producer=PDF तेयार ओडोकिच्: +document_properties_version=PDF बार्सान: +document_properties_page_count=साहटा लेखा: + +# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by +# a numerical per cent value. + +# Tooltips and alt text for side panel toolbar buttons +# (the _label strings are alt text for the buttons, the .title strings are +# tooltips) +document_outline_label=दोलिल तेयार तेत् +attachments.title=लाठा सेलेद को उदुक् मे +attachments_label=लाठा सेलेद को +thumbs.title=चिता़र आहला को उदुगा मे +thumbs_label=चिता़र आहला को +findbar.title=दोलिल रे ञाम + +# Thumbnails panel item (tooltip and alt text for images) +# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page +# number. +thumb_page_title=साहटा {{साहटा}} +# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page +# number. +thumb_page_canvas=साहटा रेयाक् चिता़र आहला {{साहटा}} + +# Find panel button title and messages +find_previous.title=आयात् हिंस रेयाक् पा़हिल सेदाक् ओडोक् ञाम मे +find_next.title=आयात् हिंस रेयाक् इना़ तायोम ओडोक् ञाम मे +find_highlight=जोतो उदुक् राकाब +find_match_case_label=जोड़ मामला +find_reached_top=दोलिल रेयाक् चोट रे सेटेर, लातार खोन लेताड़ +find_reached_bottom=दोलिल रेयाक् मुचा़त् रे सेटेर, चोट खोन लेताड़ +find_not_found=आयात् हिंस बाय ञाम लेना + +# Error panel labels +error_more_info=बाड़ती ला़य सोदोरढेर ला़य सोदोर +error_less_info=कोम ला़य सोदोर +# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be +# replaced by the PDF.JS version and build ID. +error_version_info=PDF.js v{{बार्सान}} (तेयार: {{तेयार}}) +# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an +# english string describing the error. +error_message=खोबोर: {{खोबोर}} +# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack +# trace. +error_stack=डांग: {{डांग}} +# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename +error_file=रेत्: {{रेत्}} +# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number +error_line=गार: {{गार}} +rendering_error=साहटा एम जोहोक मित् भुल हुय एना . + +# Predefined zoom values +page_scale_width=साहटा ओसार +page_scale_fit=साहटा खाप +page_scale_auto=आच् आच् ते हुडिञ ला़टु तेयार +page_scale_actual=ठिक माराङ तेत् +# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a +# numerical scale value. + +# Loading indicator messages +loading_error_indicator=भुल +loading_error=\u0020PDFलादे जोहोक् मित् भुल हुय एना. +invalid_file_error=बाङ बाताव आर बाङ PDF रेत्. +missing_file_error=आदाक् PDF रेत्. + +# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. +# "{{type}}" will be replaced with an annotation type from a list defined in +# the PDF spec (32000-1:2008 Table 169 – Annotation types). +# Some common types are e.g.: "Check", "Text", "Comment", "Note" +text_annotation_type.alt=[{{लेकान}} बेयान एम] +password_label=नोवा PDF रेत् झिज ला़गित् दानाङ साबाद आदेर मे. +password_invalid=बाङ बातावाक् दानाङ साबाद. दोहड़ा कुरुमुटुय मे. +password_ok=OK + +printing_not_supported=होसियार: छापा नोवा पानतेयाक् दाराय ते पुरा़व बाय गोड़ोवाकाना . +printing_not_ready=होंसिया़र: छापा ला़गित् PDF पुरा़ बाय लादे आकाना. +web_fonts_disabled=वेब फॉन्ट बाङ हुय होचो आकाना: भितिर थापोन PDF फॉन्ट्स बेभार बाङ हुय केया. +document_colors_not_allowed=PDF दोलिल को आजाक् निजे रोङ बेभार बाताव बाय एमागाक् आ: 'आजाक् निजे रोङ को बाछाव ला़गित् बाताव एम साहटा कोदो ब्राउजार रे बाय चोगोड़ होचोवा. diff --git a/dzz/pdf/web/locale/si/index.htm b/dzz/pdf/web/locale/si/index.htm new file mode 100644 index 0000000..e69de29 diff --git a/dzz/pdf/web/locale/si/viewer.properties b/dzz/pdf/web/locale/si/viewer.properties new file mode 100644 index 0000000..4137ec1 --- /dev/null +++ b/dzz/pdf/web/locale/si/viewer.properties @@ -0,0 +1,171 @@ +# Copyright 2012 Mozilla Foundation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# Main toolbar buttons (tooltips and alt text for images) +previous.title=මීට පෙර පිටුව +previous_label=පෙර +next.title=මීළඟ පිටුව +next_label=මීළඟ + +# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input. +page.title=පිටුව +# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number +# representing the total number of pages in the document. +# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" +# will be replaced by a number representing the currently visible page, +# respectively a number representing the total number of pages in the document. + +zoom_out.title=කුඩා කරන්න +zoom_out_label=කුඩා කරන්න +zoom_in.title=විශාල කරන්න +zoom_in_label=විශාල කරන්න +zoom.title=විශාලණය +presentation_mode.title=ඉදිරිපත්කිරීම් ප්‍රකාරය වෙත මාරුවන්න +presentation_mode_label=ඉදිරිපත්කිරීම් ප්‍රකාරය +open_file.title=ගොනුව විවෘත කරන්න +open_file_label=විවෘත කරන්න +print.title=මුද්‍රණය +print_label=මුද්‍රණය +download.title=බාගන්න +download_label=බාගන්න +bookmark.title=දැනට ඇති දසුන (පිටපත් කරන්න හෝ නව කවුළුවක විවෘත කරන්න) +bookmark_label=දැනට ඇති දසුන + +# Secondary toolbar and context menu +tools.title=මෙවලම් +tools_label=මෙවලම් +first_page.title=මුල් පිටුවට යන්න +first_page.label=මුල් පිටුවට යන්න +first_page_label=මුල් පිටුවට යන්න +last_page.title=අවසන් පිටුවට යන්න +last_page.label=අවසන් පිටුවට යන්න +last_page_label=අවසන් පිටුවට යන්න +page_rotate_cw.title=දක්ශිණාවර්තව භ්‍රමණය +page_rotate_cw.label=දක්ශිණාවර්තව භ්‍රමණය +page_rotate_cw_label=දක්ශිණාවර්තව භ්‍රමණය +page_rotate_ccw.title=වාමාවර්තව භ්‍රමණය +page_rotate_ccw.label=වාමාවර්තව භ්‍රමණය +page_rotate_ccw_label=වාමාවර්තව භ්‍රමණය + + +# Document properties dialog box +document_properties.title=ලේඛන වත්කම්... +document_properties_label=ලේඛන වත්කම්... +document_properties_file_name=ගොනු නම: +document_properties_file_size=ගොනු ප්‍රමාණය: +# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" +# will be replaced by the PDF file size in kilobytes, respectively in bytes. +document_properties_kb={{size_kb}} KB ({{size_b}} බයිට) +# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" +# will be replaced by the PDF file size in megabytes, respectively in bytes. +document_properties_mb={{size_mb}} MB ({{size_b}} බයිට) +document_properties_title=සිරස්තලය: +document_properties_author=කතෲ +document_properties_subject=මාතෘකාව: +document_properties_keywords=යතුරු වදන්: +document_properties_creation_date=නිර්මිත දිනය: +document_properties_modification_date=වෙනස්කල දිනය: +# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" +# will be replaced by the creation/modification date, and time, of the PDF file. +document_properties_date_string={{date}}, {{time}} +document_properties_creator=නිර්මාපක: +document_properties_producer=PDF නිශ්පාදක: +document_properties_version=PDF නිකුතුව: +document_properties_page_count=පිටු ගණන: +document_properties_close=වසන්න + +print_progress_message=ලේඛනය මුද්‍රණය සඳහා සූදානම් කරමින්… +# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by +# a numerical per cent value. +print_progress_close=අවලංගු කරන්න + +# Tooltips and alt text for side panel toolbar buttons +# (the _label strings are alt text for the buttons, the .title strings are +# tooltips) +toggle_sidebar.title=පැති තීරුවට මාරුවන්න +toggle_sidebar_label=පැති තීරුවට මාරුවන්න +attachments.title=ඇමිණුම් පෙන්වන්න +attachments_label=ඇමිණුම් +thumbs.title=සිඟිති රූ පෙන්වන්න +thumbs_label=සිඟිති රූ +findbar.title=ලේඛනය තුළ සොයන්න +findbar_label=සොයන්න + +# Thumbnails panel item (tooltip and alt text for images) +# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page +# number. +thumb_page_title=පිටුව {{page}} +# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page +# number. +thumb_page_canvas=පිටුවෙ සිඟිත රූව {{page}} + +# Find panel button title and messages +find_previous.title=මේ වාක්‍ය ඛණ්ඩය මීට පෙර යෙදුණු ස්ථානය සොයන්න +find_previous_label=පෙර: +find_next.title=මේ වාක්‍ය ඛණ්ඩය මීළඟට යෙදෙන ස්ථානය සොයන්න +find_next_label=මීළඟ +find_highlight=සියල්ල උද්දීපනය +find_match_case_label=අකුරු ගළපන්න +find_reached_top=පිටුවේ ඉහළ කෙළවරට ලගාවිය, පහළ සිට ඉදිරියට යමින් +find_reached_bottom=පිටුවේ පහළ කෙළවරට ලගාවිය, ඉහළ සිට ඉදිරියට යමින් +find_not_found=ඔබ සෙව් වචන හමු නොවීය + +# Error panel labels +error_more_info=බොහෝ තොරතුරු +error_less_info=අවම තොරතුරු +error_close=වසන්න +# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be +# replaced by the PDF.JS version and build ID. +error_version_info=PDF.js v{{version}} (නිකුතුව: {{build}}) +# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an +# english string describing the error. +error_message=පණිවිඩය: {{message}} +# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack +# trace. +error_stack=Stack: {{stack}} +# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename +error_file=ගොනුව: {{file}} +# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number +error_line=පේළිය: {{line}} +rendering_error=පිටුව රෙන්ඩර් විමේදි ගැටලුවක් හට ගැනුණි. + +# Predefined zoom values +page_scale_width=පිටුවේ පළල +page_scale_fit=පිටුවට සුදුසු ලෙස +page_scale_auto=ස්වයංක්‍රීය විශාලණය +page_scale_actual=නියමිත ප්‍රමාණය +# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a +# numerical scale value. +page_scale_percent={{scale}}% + +# Loading indicator messages +loading_error_indicator=දෝෂය +loading_error=PDF පූරණය විමේදි දෝෂයක් හට ගැනුණි. +invalid_file_error=දූශිත හෝ සාවද්‍ය PDF ගොනුව. +missing_file_error=නැතිවූ PDF ගොනුව. +unexpected_response_error=බලාපොරොත්තු නොවූ සේවාදායක ප්‍රතිචාරය. + +# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. +# "{{type}}" will be replaced with an annotation type from a list defined in +# the PDF spec (32000-1:2008 Table 169 – Annotation types). +# Some common types are e.g.: "Check", "Text", "Comment", "Note" +text_annotation_type.alt=[{{type}} විස්තරය] +password_label=මෙම PDF ගොනුව විවෘත කිරීමට මුරපදය ඇතුළත් කරන්න. +password_invalid=වැරදි මුරපදයක්. කරුණාකර නැවත උත්සහ කරන්න. +password_ok=හරි +password_cancel=එපා + +printing_not_supported=අවවාදයයි: මෙම ගවේශකය මුද්‍රණය සඳහා සම්පූර්ණයෙන් සහය නොදක්වයි. +printing_not_ready=අවවාදයයි: මුද්‍රණය සඳහා PDF සම්පූර්ණයෙන් පූර්ණය වී නොමැත. +web_fonts_disabled=ජාල අකුරු අක්‍රීයයි: තිළැලි PDF අකුරු භාවිත කළ නොහැක. diff --git a/dzz/pdf/web/locale/sk/index.htm b/dzz/pdf/web/locale/sk/index.htm new file mode 100644 index 0000000..e69de29 diff --git a/dzz/pdf/web/locale/sk/viewer.properties b/dzz/pdf/web/locale/sk/viewer.properties new file mode 100644 index 0000000..f18c633 --- /dev/null +++ b/dzz/pdf/web/locale/sk/viewer.properties @@ -0,0 +1,242 @@ +# Copyright 2012 Mozilla Foundation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# Main toolbar buttons (tooltips and alt text for images) +previous.title=Predchádzajúca strana +previous_label=Predchádzajúca +next.title=Nasledujúca strana +next_label=Nasledujúca + +# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input. +page.title=Strana +# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number +# representing the total number of pages in the document. +of_pages=z {{pagesCount}} +# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" +# will be replaced by a number representing the currently visible page, +# respectively a number representing the total number of pages in the document. +page_of_pages=({{pageNumber}} z {{pagesCount}}) + +zoom_out.title=Zmenšiť veľkosť +zoom_out_label=Zmenšiť veľkosť +zoom_in.title=Zväčšiť veľkosť +zoom_in_label=Zväčšiť veľkosť +zoom.title=Nastavenie veľkosti +presentation_mode.title=Prepnúť na režim prezentácie +presentation_mode_label=Režim prezentácie +open_file.title=Otvoriť súbor +open_file_label=Otvoriť +print.title=Tlačiť +print_label=Tlačiť +download.title=Prevziať +download_label=Prevziať +bookmark.title=Aktuálne zobrazenie (kopírovať alebo otvoriť v novom okne) +bookmark_label=Aktuálne zobrazenie + +# Secondary toolbar and context menu +tools.title=Nástroje +tools_label=Nástroje +first_page.title=Prejsť na prvú stranu +first_page.label=Prejsť na prvú stranu +first_page_label=Prejsť na prvú stranu +last_page.title=Prejsť na poslednú stranu +last_page.label=Prejsť na poslednú stranu +last_page_label=Prejsť na poslednú stranu +page_rotate_cw.title=Otočiť v smere hodinových ručičiek +page_rotate_cw.label=Otočiť v smere hodinových ručičiek +page_rotate_cw_label=Otočiť v smere hodinových ručičiek +page_rotate_ccw.title=Otočiť proti smeru hodinových ručičiek +page_rotate_ccw.label=Otočiť proti smeru hodinových ručičiek +page_rotate_ccw_label=Otočiť proti smeru hodinových ručičiek + +cursor_text_select_tool.title=Povoliť výber textu +cursor_text_select_tool_label=Výber textu +cursor_hand_tool.title=Povoliť nástroj ruka +cursor_hand_tool_label=Nástroj ruka + +scroll_vertical.title=Používať zvislé posúvanie +scroll_vertical_label=Zvislé posúvanie +scroll_horizontal.title=Používať vodorovné posúvanie +scroll_horizontal_label=Vodorovné posúvanie +scroll_wrapped.title=Použiť postupné posúvanie +scroll_wrapped_label=Postupné posúvanie + +spread_none.title=Nezdružovať stránky +spread_none_label=Žiadne združovanie +spread_odd.title=Združí stránky a umiestni nepárne stránky vľavo +spread_odd_label=Združiť stránky (nepárne vľavo) +spread_even.title=Združí stránky a umiestni párne stránky vľavo +spread_even_label=Združiť stránky (párne vľavo) + +# Document properties dialog box +document_properties.title=Vlastnosti dokumentu… +document_properties_label=Vlastnosti dokumentu… +document_properties_file_name=Názov súboru: +document_properties_file_size=Veľkosť súboru: +# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" +# will be replaced by the PDF file size in kilobytes, respectively in bytes. +document_properties_kb={{size_kb}} kB ({{size_b}} bajtov) +# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" +# will be replaced by the PDF file size in megabytes, respectively in bytes. +document_properties_mb={{size_mb}} MB ({{size_b}} bajtov) +document_properties_title=Názov: +document_properties_author=Autor: +document_properties_subject=Predmet: +document_properties_keywords=Kľúčové slová: +document_properties_creation_date=Dátum vytvorenia: +document_properties_modification_date=Dátum úpravy: +# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" +# will be replaced by the creation/modification date, and time, of the PDF file. +document_properties_date_string={{date}}, {{time}} +document_properties_creator=Vytvoril: +document_properties_producer=Tvorca PDF: +document_properties_version=Verzia PDF: +document_properties_page_count=Počet strán: +document_properties_page_size=Veľkosť stránky: +document_properties_page_size_unit_inches=in +document_properties_page_size_unit_millimeters=mm +document_properties_page_size_orientation_portrait=na výšku +document_properties_page_size_orientation_landscape=na šírku +document_properties_page_size_name_a3=A3 +document_properties_page_size_name_a4=A4 +document_properties_page_size_name_letter=List +document_properties_page_size_name_legal=Legal +# LOCALIZATION NOTE (document_properties_page_size_dimension_string): +# "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement and orientation, of the (current) page. +document_properties_page_size_dimension_string={{width}} × {{height}} {{unit}} ({{orientation}}) +# LOCALIZATION NOTE (document_properties_page_size_dimension_name_string): +# "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement, name, and orientation, of the (current) page. +document_properties_page_size_dimension_name_string={{width}} × {{height}} {{unit}} ({{name}}, {{orientation}}) +# LOCALIZATION NOTE (document_properties_linearized): The linearization status of +# the document; usually called "Fast Web View" in English locales of Adobe software. +document_properties_linearized=Rýchle Web View: +document_properties_linearized_yes=Áno +document_properties_linearized_no=Nie +document_properties_close=Zavrieť + +print_progress_message=Príprava dokumentu na tlač… +# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by +# a numerical per cent value. +print_progress_percent={{progress}}% +print_progress_close=Zrušiť + +# Tooltips and alt text for side panel toolbar buttons +# (the _label strings are alt text for the buttons, the .title strings are +# tooltips) +toggle_sidebar.title=Prepnúť bočný panel +toggle_sidebar_notification.title=Prepnúť bočný panel (dokument obsahuje osnovu/prílohy) +toggle_sidebar_label=Prepnúť bočný panel +document_outline.title=Zobraziť osnovu dokumentu (dvojitým kliknutím rozbalíte/zbalíte všetky položky) +document_outline_label=Osnova dokumentu +attachments.title=Zobraziť prílohy +attachments_label=Prílohy +thumbs.title=Zobraziť miniatúry +thumbs_label=Miniatúry +findbar.title=Hľadať v dokumente +findbar_label=Hľadať + +# Thumbnails panel item (tooltip and alt text for images) +# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page +# number. +thumb_page_title=Strana {{page}} +# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page +# number. +thumb_page_canvas=Miniatúra strany {{page}} + +# Find panel button title and messages +find_input.title=Hľadať +find_input.placeholder=Hľadať v dokumente… +find_previous.title=Vyhľadať predchádzajúci výskyt reťazca +find_previous_label=Predchádzajúce +find_next.title=Vyhľadať ďalší výskyt reťazca +find_next_label=Ďalšie +find_highlight=Zvýrazniť všetky +find_match_case_label=Rozlišovať veľkosť písmen +find_entire_word_label=Celé slová +find_reached_top=Bol dosiahnutý začiatok stránky, pokračuje sa od konca +find_reached_bottom=Bol dosiahnutý koniec stránky, pokračuje sa od začiatku +# LOCALIZATION NOTE (find_match_count): The supported plural forms are +# [one|two|few|many|other], with [other] as the default value. +# "{{current}}" and "{{total}}" will be replaced by a number representing the +# index of the currently active find result, respectively a number representing +# the total number of matches in the document. +find_match_count={[ plural(total) ]} +find_match_count[one]={{current}}. z {{total}} výsledku +find_match_count[two]={{current}}. z {{total}} výsledkov +find_match_count[few]={{current}}. z {{total}} výsledkov +find_match_count[many]={{current}}. z {{total}} výsledkov +find_match_count[other]={{current}}. z {{total}} výsledkov +# LOCALIZATION NOTE (find_match_count_limit): The supported plural forms are +# [zero|one|two|few|many|other], with [other] as the default value. +# "{{limit}}" will be replaced by a numerical value. +find_match_count_limit={[ plural(limit) ]} +find_match_count_limit[zero]=Viac než {{limit}} výsledkov +find_match_count_limit[one]=Viac než {{limit}} výsledok +find_match_count_limit[two]=Viac než {{limit}} výsledky +find_match_count_limit[few]=Viac než {{limit}} výsledky +find_match_count_limit[many]=Viac než {{limit}} výsledkov +find_match_count_limit[other]=Viac než {{limit}} výsledkov +find_not_found=Výraz nebol nájdený + +# Error panel labels +error_more_info=Viac informácií +error_less_info=Menej informácií +error_close=Zavrieť +# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be +# replaced by the PDF.JS version and build ID. +error_version_info=PDF.js v{{version}} (zostavenie: {{build}}) +# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an +# english string describing the error. +error_message=Správa: {{message}} +# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack +# trace. +error_stack=Zásobník: {{stack}} +# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename +error_file=Súbor: {{file}} +# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number +error_line=Riadok: {{line}} +rendering_error=Pri vykresľovaní stránky sa vyskytla chyba. + +# Predefined zoom values +page_scale_width=Na šírku strany +page_scale_fit=Na veľkosť strany +page_scale_auto=Automatická veľkosť +page_scale_actual=Skutočná veľkosť +# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a +# numerical scale value. +page_scale_percent={{scale}} % + +# Loading indicator messages +loading_error_indicator=Chyba +loading_error=Počas načítavania dokumentu PDF sa vyskytla chyba. +invalid_file_error=Neplatný alebo poškodený súbor PDF. +missing_file_error=Chýbajúci súbor PDF. +unexpected_response_error=Neočakávaná odpoveď zo servera. + +# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. +# "{{type}}" will be replaced with an annotation type from a list defined in +# the PDF spec (32000-1:2008 Table 169 – Annotation types). +# Some common types are e.g.: "Check", "Text", "Comment", "Note" +text_annotation_type.alt=[Anotácia typu {{type}}] +password_label=Ak chcete otvoriť tento súbor PDF, zadajte jeho heslo. +password_invalid=Heslo nie je platné. Skúste to znova. +password_ok=OK +password_cancel=Zrušiť + +printing_not_supported=Upozornenie: tlač nie je v tomto prehliadači plne podporovaná. +printing_not_ready=Upozornenie: súbor PDF nie je plne načítaný pre tlač. +web_fonts_disabled=Webové písma sú vypnuté: nie je možné použiť písma vložené do súboru PDF. +document_colors_not_allowed=Dokumenty PDF nemajú povolené používať vlastné farby, pretože voľba "Povoliť stránkam používať vlastné farby" je v nastaveniach prehliadača vypnutá. diff --git a/dzz/pdf/web/locale/sl/index.htm b/dzz/pdf/web/locale/sl/index.htm new file mode 100644 index 0000000..e69de29 diff --git a/dzz/pdf/web/locale/sl/viewer.properties b/dzz/pdf/web/locale/sl/viewer.properties new file mode 100644 index 0000000..073ea3a --- /dev/null +++ b/dzz/pdf/web/locale/sl/viewer.properties @@ -0,0 +1,242 @@ +# Copyright 2012 Mozilla Foundation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# Main toolbar buttons (tooltips and alt text for images) +previous.title=Prejšnja stran +previous_label=Nazaj +next.title=Naslednja stran +next_label=Naprej + +# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input. +page.title=Stran +# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number +# representing the total number of pages in the document. +of_pages=od {{pagesCount}} +# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" +# will be replaced by a number representing the currently visible page, +# respectively a number representing the total number of pages in the document. +page_of_pages=({{pageNumber}} od {{pagesCount}}) + +zoom_out.title=Pomanjšaj +zoom_out_label=Pomanjšaj +zoom_in.title=Povečaj +zoom_in_label=Povečaj +zoom.title=Povečava +presentation_mode.title=Preklopi v način predstavitve +presentation_mode_label=Način predstavitve +open_file.title=Odpri datoteko +open_file_label=Odpri +print.title=Natisni +print_label=Natisni +download.title=Prenesi +download_label=Prenesi +bookmark.title=Trenutni pogled (kopiraj ali odpri v novem oknu) +bookmark_label=Trenutni pogled + +# Secondary toolbar and context menu +tools.title=Orodja +tools_label=Orodja +first_page.title=Pojdi na prvo stran +first_page.label=Pojdi na prvo stran +first_page_label=Pojdi na prvo stran +last_page.title=Pojdi na zadnjo stran +last_page.label=Pojdi na zadnjo stran +last_page_label=Pojdi na zadnjo stran +page_rotate_cw.title=Zavrti v smeri urninega kazalca +page_rotate_cw.label=Zavrti v smeri urninega kazalca +page_rotate_cw_label=Zavrti v smeri urninega kazalca +page_rotate_ccw.title=Zavrti v nasprotni smeri urninega kazalca +page_rotate_ccw.label=Zavrti v nasprotni smeri urninega kazalca +page_rotate_ccw_label=Zavrti v nasprotni smeri urninega kazalca + +cursor_text_select_tool.title=Omogoči orodje za izbor besedila +cursor_text_select_tool_label=Orodje za izbor besedila +cursor_hand_tool.title=Omogoči roko +cursor_hand_tool_label=Roka + +scroll_vertical.title=Uporabi navpično drsenje +scroll_vertical_label=Navpično drsenje +scroll_horizontal.title=Uporabi vodoravno drsenje +scroll_horizontal_label=Vodoravno drsenje +scroll_wrapped.title=Uporabi ovito drsenje +scroll_wrapped_label=Ovito drsenje + +spread_none.title=Ne združuj razponov strani +spread_none_label=Brez razponov +spread_odd.title=Združuj razpone strani z začetkom pri lihih straneh +spread_odd_label=Lihi razponi +spread_even.title=Združuj razpone strani z začetkom pri sodih straneh +spread_even_label=Sodi razponi + +# Document properties dialog box +document_properties.title=Lastnosti dokumenta … +document_properties_label=Lastnosti dokumenta … +document_properties_file_name=Ime datoteke: +document_properties_file_size=Velikost datoteke: +# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" +# will be replaced by the PDF file size in kilobytes, respectively in bytes. +document_properties_kb={{size_kb}} KB ({{size_b}} bajtov) +# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" +# will be replaced by the PDF file size in megabytes, respectively in bytes. +document_properties_mb={{size_mb}} MB ({{size_b}} bajtov) +document_properties_title=Ime: +document_properties_author=Avtor: +document_properties_subject=Tema: +document_properties_keywords=Ključne besede: +document_properties_creation_date=Datum nastanka: +document_properties_modification_date=Datum spremembe: +# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" +# will be replaced by the creation/modification date, and time, of the PDF file. +document_properties_date_string={{date}}, {{time}} +document_properties_creator=Ustvaril: +document_properties_producer=Izdelovalec PDF: +document_properties_version=Različica PDF: +document_properties_page_count=Število strani: +document_properties_page_size=Velikost strani: +document_properties_page_size_unit_inches=palcev +document_properties_page_size_unit_millimeters=mm +document_properties_page_size_orientation_portrait=pokončno +document_properties_page_size_orientation_landscape=ležeče +document_properties_page_size_name_a3=A3 +document_properties_page_size_name_a4=A4 +document_properties_page_size_name_letter=Pismo +document_properties_page_size_name_legal=Pravno +# LOCALIZATION NOTE (document_properties_page_size_dimension_string): +# "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement and orientation, of the (current) page. +document_properties_page_size_dimension_string={{width}} × {{height}} {{unit}} ({{orientation}}) +# LOCALIZATION NOTE (document_properties_page_size_dimension_name_string): +# "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement, name, and orientation, of the (current) page. +document_properties_page_size_dimension_name_string={{width}} × {{height}} {{unit}} ({{name}}, {{orientation}}) +# LOCALIZATION NOTE (document_properties_linearized): The linearization status of +# the document; usually called "Fast Web View" in English locales of Adobe software. +document_properties_linearized=Hitri spletni ogled: +document_properties_linearized_yes=Da +document_properties_linearized_no=Ne +document_properties_close=Zapri + +print_progress_message=Priprava dokumenta na tiskanje … +# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by +# a numerical per cent value. +print_progress_percent={{progress}} % +print_progress_close=Prekliči + +# Tooltips and alt text for side panel toolbar buttons +# (the _label strings are alt text for the buttons, the .title strings are +# tooltips) +toggle_sidebar.title=Preklopi stransko vrstico +toggle_sidebar_notification.title=Preklopi stransko vrstico (dokument vsebuje oris/priponke) +toggle_sidebar_label=Preklopi stransko vrstico +document_outline.title=Prikaži oris dokumenta (dvokliknite za razširitev/strnitev vseh predmetov) +document_outline_label=Oris dokumenta +attachments.title=Prikaži priponke +attachments_label=Priponke +thumbs.title=Prikaži sličice +thumbs_label=Sličice +findbar.title=Iskanje po dokumentu +findbar_label=Najdi + +# Thumbnails panel item (tooltip and alt text for images) +# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page +# number. +thumb_page_title=Stran {{page}} +# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page +# number. +thumb_page_canvas=Sličica strani {{page}} + +# Find panel button title and messages +find_input.title=Najdi +find_input.placeholder=Najdi v dokumentu … +find_previous.title=Najdi prejšnjo ponovitev iskanega +find_previous_label=Najdi nazaj +find_next.title=Najdi naslednjo ponovitev iskanega +find_next_label=Najdi naprej +find_highlight=Označi vse +find_match_case_label=Razlikuj velike/male črke +find_entire_word_label=Cele besede +find_reached_top=Dosežen začetek dokumenta iz smeri konca +find_reached_bottom=Doseženo konec dokumenta iz smeri začetka +# LOCALIZATION NOTE (find_match_count): The supported plural forms are +# [one|two|few|many|other], with [other] as the default value. +# "{{current}}" and "{{total}}" will be replaced by a number representing the +# index of the currently active find result, respectively a number representing +# the total number of matches in the document. +find_match_count={[ plural(total) ]} +find_match_count[one]=Zadetek {{current}} od {{total}} +find_match_count[two]=Zadetek {{current}} od {{total}} +find_match_count[few]=Zadetek {{current}} od {{total}} +find_match_count[many]=Zadetek {{current}} od {{total}} +find_match_count[other]=Zadetek {{current}} od {{total}} +# LOCALIZATION NOTE (find_match_count_limit): The supported plural forms are +# [zero|one|two|few|many|other], with [other] as the default value. +# "{{limit}}" will be replaced by a numerical value. +find_match_count_limit={[ plural(limit) ]} +find_match_count_limit[zero]=Več kot {{limit}} zadetkov +find_match_count_limit[one]=Več kot {{limit}} zadetek +find_match_count_limit[two]=Več kot {{limit}} zadetka +find_match_count_limit[few]=Več kot {{limit}} zadetki +find_match_count_limit[many]=Več kot {{limit}} zadetkov +find_match_count_limit[other]=Več kot {{limit}} zadetkov +find_not_found=Iskanega ni mogoče najti + +# Error panel labels +error_more_info=Več informacij +error_less_info=Manj informacij +error_close=Zapri +# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be +# replaced by the PDF.JS version and build ID. +error_version_info=PDF.js r{{version}} (graditev: {{build}}) +# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an +# english string describing the error. +error_message=Sporočilo: {{message}} +# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack +# trace. +error_stack=Sklad: {{stack}} +# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename +error_file=Datoteka: {{file}} +# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number +error_line=Vrstica: {{line}} +rendering_error=Med pripravljanjem strani je prišlo do napake! + +# Predefined zoom values +page_scale_width=Širina strani +page_scale_fit=Prilagodi stran +page_scale_auto=Samodejno +page_scale_actual=Dejanska velikost +# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a +# numerical scale value. +page_scale_percent={{scale}} % + +# Loading indicator messages +loading_error_indicator=Napaka +loading_error=Med nalaganjem datoteke PDF je prišlo do napake. +invalid_file_error=Neveljavna ali pokvarjena datoteka PDF. +missing_file_error=Ni datoteke PDF. +unexpected_response_error=Nepričakovan odgovor strežnika. + +# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. +# "{{type}}" will be replaced with an annotation type from a list defined in +# the PDF spec (32000-1:2008 Table 169 – Annotation types). +# Some common types are e.g.: "Check", "Text", "Comment", "Note" +text_annotation_type.alt=[Opomba vrste {{type}}] +password_label=Vnesite geslo za odpiranje te datoteke PDF. +password_invalid=Neveljavno geslo. Poskusite znova. +password_ok=V redu +password_cancel=Prekliči + +printing_not_supported=Opozorilo: ta brskalnik ne podpira vseh možnosti tiskanja. +printing_not_ready=Opozorilo: PDF ni v celoti naložen za tiskanje. +web_fonts_disabled=Spletne pisave so onemogočene: vgradnih pisav za PDF ni mogoče uporabiti. +document_colors_not_allowed=Dokumenti PDF ne smejo uporabljati svojih lastnih barv: možnost 'Dovoli stranem uporabo lastnih barv' je v brskalniku onemogočena. diff --git a/dzz/pdf/web/locale/son/index.htm b/dzz/pdf/web/locale/son/index.htm new file mode 100644 index 0000000..e69de29 diff --git a/dzz/pdf/web/locale/son/viewer.properties b/dzz/pdf/web/locale/son/viewer.properties new file mode 100644 index 0000000..f5c1b46 --- /dev/null +++ b/dzz/pdf/web/locale/son/viewer.properties @@ -0,0 +1,180 @@ +# Copyright 2012 Mozilla Foundation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# Main toolbar buttons (tooltips and alt text for images) +previous.title=Moo bisante +previous_label=Bisante +next.title=Jinehere moo +next_label=Jine + +# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input. +page.title=Moo +# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number +# representing the total number of pages in the document. +of_pages={{pagesCount}} ra +# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" +# will be replaced by a number representing the currently visible page, +# respectively a number representing the total number of pages in the document. +page_of_pages=({{pageNumber}} ka hun {{pagesCount}}) ra + +zoom_out.title=Nakasandi +zoom_out_label=Nakasandi +zoom_in.title=Bebbeerandi +zoom_in_label=Bebbeerandi +zoom.title=Bebbeerandi +presentation_mode.title=Bere cebeyan alhaali +presentation_mode_label=Cebeyan alhaali +open_file.title=Tuku feeri +open_file_label=Feeri +print.title=Kar +print_label=Kar +download.title=Zumandi +download_label=Zumandi +bookmark.title=Sohõ gunarro (bere wala feeri zanfun taaga ra) +bookmark_label=Sohõ gunaroo + +# Secondary toolbar and context menu +tools.title=Goyjinawey +tools_label=Goyjinawey +first_page.title=Koy moo jinaa ga +first_page.label=Koy moo jinaa ga +first_page_label=Koy moo jinaa ga +last_page.title=Koy moo koraa ga +last_page.label=Koy moo koraa ga +last_page_label=Koy moo koraa ga +page_rotate_cw.title=Kuubi kanbe guma here +page_rotate_cw.label=Kuubi kanbe guma here +page_rotate_cw_label=Kuubi kanbe guma here +page_rotate_ccw.title=Kuubi kanbe wowa here +page_rotate_ccw.label=Kuubi kanbe wowa here +page_rotate_ccw_label=Kuubi kanbe wowa here + + +# Document properties dialog box +document_properties.title=Takadda mayrawey… +document_properties_label=Takadda mayrawey… +document_properties_file_name=Tuku maa: +document_properties_file_size=Tuku adadu: +# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" +# will be replaced by the PDF file size in kilobytes, respectively in bytes. +document_properties_kb=KB {{size_kb}} (cebsu-ize {{size_b}}) +# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" +# will be replaced by the PDF file size in megabytes, respectively in bytes. +document_properties_mb=MB {{size_mb}} (cebsu-ize {{size_b}}) +document_properties_title=Tiiramaa: +document_properties_author=Hantumkaw: +document_properties_subject=Dalil: +document_properties_keywords=Kufalkalimawey: +document_properties_creation_date=Teeyan han: +document_properties_modification_date=Barmayan han: +# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" +# will be replaced by the creation/modification date, and time, of the PDF file. +document_properties_date_string={{date}}, {{time}} +document_properties_creator=Teekaw: +document_properties_producer=PDF berandikaw: +document_properties_version=PDF dumi: +document_properties_page_count=Moo hinna: +document_properties_close=Daabu + +print_progress_message=Goo ma takaddaa soolu k'a kar se… +# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by +# a numerical per cent value. +print_progress_percent={{progress}}% +print_progress_close=Naŋ + +# Tooltips and alt text for side panel toolbar buttons +# (the _label strings are alt text for the buttons, the .title strings are +# tooltips) +toggle_sidebar.title=Kanjari ceraw zuu +toggle_sidebar_notification.title=Kanjari ceraw-zuu (takaddaa goo nda filla-boŋ/hangandiyaŋ) +toggle_sidebar_label=Kanjari ceraw zuu +document_outline.title=Takaddaa korfur alhaaloo cebe (naagu cee hinka ka haya-izey kul hayandi/kankamandi) +document_outline_label=Takadda filla-boŋ +attachments.title=Hangarey cebe +attachments_label=Hangarey +thumbs.title=Kabeboy biyey cebe +thumbs_label=Kabeboy biyey +findbar.title=Ceeci takaddaa ra +findbar_label=Ceeci + +# Thumbnails panel item (tooltip and alt text for images) +# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page +# number. +thumb_page_title={{page}} moo +# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page +# number. +thumb_page_canvas=Kabeboy bii {{page}} moo še + +# Find panel button title and messages +find_input.title=Ceeci +find_input.placeholder=Ceeci takaddaa ra… +find_previous.title=Kalimaɲaŋoo bangayri bisantaa ceeci +find_previous_label=Bisante +find_next.title=Kalimaɲaŋoo hiino bangayroo ceeci +find_next_label=Jine +find_highlight=Ikul šilbay +find_match_case_label=Harfu-beeriyan hawgay +find_reached_top=A too moŋoo boŋoo, koy jine ka šinitin nda cewoo +find_reached_bottom=A too moɲoo cewoo, koy jine šintioo ga +find_not_found=Kalimaɲaa mana duwandi + +# Error panel labels +error_more_info=Alhabar tontoni +error_less_info=Alhabar tontoni +error_close=Daabu +# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be +# replaced by the PDF.JS version and build ID. +error_version_info=PDF.js v{{version}} (build: {{build}}) +# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an +# english string describing the error. +error_message=Alhabar: {{message}} +# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack +# trace. +error_stack=Dekeri: {{stack}} +# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename +error_file=Tuku: {{file}} +# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number +error_line=Žeeri: {{line}} +rendering_error=Firka bangay kaŋ moɲoo goo ma willandi. + +# Predefined zoom values +page_scale_width=Mooo hayyan +page_scale_fit=Moo sawayan +page_scale_auto=Boŋše azzaati barmayyan +page_scale_actual=Adadu cimi +# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a +# numerical scale value. +page_scale_percent={{scale}}% + +# Loading indicator messages +loading_error_indicator=Firka +loading_error=Firka bangay kaŋ PDF goo ma zumandi. +invalid_file_error=PDF tuku laala wala laybante. +missing_file_error=PDF tuku kumante. +unexpected_response_error=Manti feršikaw tuuruyan maatante. + +# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. +# "{{type}}" will be replaced with an annotation type from a list defined in +# the PDF spec (32000-1:2008 Table 169 – Annotation types). +# Some common types are e.g.: "Check", "Text", "Comment", "Note" +text_annotation_type.alt={{type}} maasa-caw] +password_label=Šennikufal dam ka PDF tukoo woo feeri. +password_invalid=Šennikufal laalo. Ceeci koyne taare. +password_ok=Ayyo +password_cancel=Naŋ + +printing_not_supported=Yaamar: Karyan ši tee ka timme nda ceecikaa woo. +printing_not_ready=Yaamar: PDF ši zunbu ka timme karyan še. +web_fonts_disabled=Interneti šigirawey kay: ši hin ka goy nda PDF šigira hurantey. +document_colors_not_allowed=PDF takaddawey ši duu fondo ka ngey boŋ noonawey zaa: “Naŋ moɲey ma ngey boŋ noonawey suuba” ši dira ceecikaa ga. diff --git a/dzz/pdf/web/locale/sq/index.htm b/dzz/pdf/web/locale/sq/index.htm new file mode 100644 index 0000000..e69de29 diff --git a/dzz/pdf/web/locale/sq/viewer.properties b/dzz/pdf/web/locale/sq/viewer.properties new file mode 100644 index 0000000..55a7ebe --- /dev/null +++ b/dzz/pdf/web/locale/sq/viewer.properties @@ -0,0 +1,233 @@ +# Copyright 2012 Mozilla Foundation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# Main toolbar buttons (tooltips and alt text for images) +previous.title=Faqja e Mëparshme +previous_label=E mëparshmja +next.title=Faqja Pasuese +next_label=Pasuesja + +# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input. +page.title=Faqe +# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number +# representing the total number of pages in the document. +of_pages=nga {{pagesCount}} gjithsej +# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" +# will be replaced by a number representing the currently visible page, +# respectively a number representing the total number of pages in the document. +page_of_pages=({{pageNumber}} nga {{pagesCount}}) + +zoom_out.title=Zvogëlim +zoom_out_label=Zvogëlojini +zoom_in.title=Zmadhim +zoom_in_label=Zmadhojini +zoom.title=Zoom +presentation_mode.title=Kalo te Mënyra Paraqitje +presentation_mode_label=Mënyra Paraqitje +open_file.title=Hapni Kartelë +open_file_label=Hape +print.title=Shtypje +print_label=Shtype +download.title=Shkarkim +download_label=Shkarkoje +bookmark.title=Pamja e tanishme (kopjojeni ose hapeni në dritare të re) +bookmark_label=Pamja e Tanishme + +# Secondary toolbar and context menu +tools.title=Mjete +tools_label=Mjete +first_page.title=Kaloni te Faqja e Parë +first_page.label=Kaloni te Faqja e Parë +first_page_label=Kaloni te Faqja e Parë +last_page.title=Kaloni te Faqja e Fundit +last_page.label=Kaloni te Faqja e Fundit +last_page_label=Kaloni te Faqja e Fundit +page_rotate_cw.title=Rrotullojeni Në Kahun Orar +page_rotate_cw.label=Rrotulloje Në Kahun Orar +page_rotate_cw_label=Rrotulloje Në Kahun Orar +page_rotate_ccw.title=Rrotullojeni Në Kahun Kundërorar +page_rotate_ccw.label=Rrotulloje Në Kahun Kundërorar +page_rotate_ccw_label=Rrotulloje Në Kahun Kundërorar + +cursor_text_select_tool.title=Aktivizo Mjet Përzgjedhjeje Teksti +cursor_text_select_tool_label=Mjet Përzgjedhjeje Teksti +cursor_hand_tool.title=Aktivizo Mjetin Dorë +cursor_hand_tool_label=Mjeti Dorë + +scroll_vertical.title=Përdor Rrëshqitje Vertikale +scroll_vertical_label=Rrëshqitje Vertikale +scroll_horizontal.title=Përdor Rrëshqitje Horizontale +scroll_horizontal_label=Rrëshqitje Horizontale + + +# Document properties dialog box +document_properties.title=Veti Dokumenti… +document_properties_label=Veti Dokumenti… +document_properties_file_name=Emër kartele: +document_properties_file_size=Madhësi kartele: +# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" +# will be replaced by the PDF file size in kilobytes, respectively in bytes. +document_properties_kb={{size_kb}} KB ({{size_b}} bajte) +# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" +# will be replaced by the PDF file size in megabytes, respectively in bytes. +document_properties_mb={{size_mb}} MB ({{size_b}} bajte) +document_properties_title=Titull: +document_properties_author=Autor: +document_properties_subject=Subjekt: +document_properties_keywords=Fjalëkyçe: +document_properties_creation_date=Datë Krijimi: +document_properties_modification_date=Datë Ndryshimi: +# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" +# will be replaced by the creation/modification date, and time, of the PDF file. +document_properties_date_string={{date}}, {{time}} +document_properties_creator=Krijues: +document_properties_producer=Prodhues PDF-je: +document_properties_version=Version PDF-je: +document_properties_page_count=Numër Faqesh: +document_properties_page_size=Madhësi Faqeje: +document_properties_page_size_unit_inches=in +document_properties_page_size_unit_millimeters=mm +document_properties_page_size_orientation_portrait=portret +document_properties_page_size_orientation_landscape=së gjeri +document_properties_page_size_name_a3=A3 +document_properties_page_size_name_a4=A4 +document_properties_page_size_name_letter=Letter +document_properties_page_size_name_legal=Legal +# LOCALIZATION NOTE (document_properties_page_size_dimension_string): +# "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement and orientation, of the (current) page. +document_properties_page_size_dimension_string={{width}} × {{height}} {{unit}} ({{orientation}}) +# LOCALIZATION NOTE (document_properties_page_size_dimension_name_string): +# "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement, name, and orientation, of the (current) page. +document_properties_page_size_dimension_name_string={{width}} × {{height}} {{unit}} ({{name}}, {{orientation}}) +# LOCALIZATION NOTE (document_properties_linearized): The linearization status of +# the document; usually called "Fast Web View" in English locales of Adobe software. +document_properties_linearized_yes=Po +document_properties_linearized_no=Jo +document_properties_close=Mbylleni + +print_progress_message=Po përgatitet dokumenti për shtypje… +# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by +# a numerical per cent value. +print_progress_percent={{progress}}% +print_progress_close=Anuloje + +# Tooltips and alt text for side panel toolbar buttons +# (the _label strings are alt text for the buttons, the .title strings are +# tooltips) +toggle_sidebar.title=Shfaqni/Fshihni Anështyllën +toggle_sidebar_notification.title=Shfaqni Anështyllën (dokumenti përmban përvijim/bashkëngjitje) +toggle_sidebar_label=Shfaq/Fshih Anështyllën +document_outline.title=Shfaqni Përvijim Dokumenti (dyklikoni që të shfaqen/fshihen krejt elementët) +document_outline_label=Përvijim Dokumenti +attachments.title=Shfaqni Bashkëngjitje +attachments_label=Bashkëngjitje +thumbs.title=Shfaqni Miniatura +thumbs_label=Miniatura +findbar.title=Gjeni në Dokument +findbar_label=Gjej + +# Thumbnails panel item (tooltip and alt text for images) +# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page +# number. +thumb_page_title=Faqja {{page}} +# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page +# number. +thumb_page_canvas=Miniaturë e Faqes {{page}} + +# Find panel button title and messages +find_input.title=Gjeje +find_input.placeholder=Gjeni në dokument… +find_previous.title=Gjeni hasjen e mëparshme të togfjalëshit +find_previous_label=E mëparshmja +find_next.title=Gjeni hasjen pasuese të togfjalëshit +find_next_label=Pasuesja +find_highlight=Theksoji të tëra +find_match_case_label=Siç është shkruar +find_entire_word_label=Krejt fjalët +find_reached_top=U mbërrit në krye të dokumentit, vazhduar prej fundit +find_reached_bottom=U mbërrit në fund të dokumentit, vazhduar prej kreut +# LOCALIZATION NOTE (find_match_count): The supported plural forms are +# [one|two|few|many|other], with [other] as the default value. +# "{{current}}" and "{{total}}" will be replaced by a number representing the +# index of the currently active find result, respectively a number representing +# the total number of matches in the document. +find_match_count={[ plural(total) ]} +find_match_count[one]={{current}} nga {{total}} përputhje gjithsej +find_match_count[two]={{current}} nga {{total}} përputhje gjithsej +find_match_count[few]={{current}} nga {{total}} përputhje gjithsej +find_match_count[many]={{current}} nga {{total}} përputhje gjithsej +find_match_count[other]={{current}} nga {{total}} përputhje gjithsej +# LOCALIZATION NOTE (find_match_count_limit): The supported plural forms are +# [zero|one|two|few|many|other], with [other] as the default value. +# "{{limit}}" will be replaced by a numerical value. +find_match_count_limit={[ plural(limit) ]} +find_match_count_limit[zero]=Më shumë se {{limit}} përputhje +find_match_count_limit[one]=Më shumë se {{limit}} përputhje +find_match_count_limit[two]=Më shumë se {{limit}} përputhje +find_match_count_limit[few]=Më shumë se {{limit}} përputhje +find_match_count_limit[many]=Më shumë se {{limit}} përputhje +find_match_count_limit[other]=Më shumë se {{limit}} përputhje +find_not_found=Togfjalësh që s’gjendet + +# Error panel labels +error_more_info=Më Tepër të Dhëna +error_less_info=Më Pak të Dhëna +error_close=Mbylleni +# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be +# replaced by the PDF.JS version and build ID. +error_version_info=PDF.js v{{version}} (build: {{build}}) +# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an +# english string describing the error. +error_message=Mesazh: {{message}} +# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack +# trace. +error_stack=Stack: {{stack}} +# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename +error_file=Kartelë: {{file}} +# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number +error_line=Rresht: {{line}} +rendering_error=Ndodhi një gabim gjatë riprodhimit të faqes. + +# Predefined zoom values +page_scale_width=Gjerësi Faqeje +page_scale_fit=Sa Nxë Faqja +page_scale_auto=Zoom i Vetvetishëm +page_scale_actual=Madhësia Faktike +# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a +# numerical scale value. +page_scale_percent={{scale}}% + +# Loading indicator messages +loading_error_indicator=Gabim +loading_error=Ndodhi një gabim gjatë ngarkimit të PDF-së. +invalid_file_error=Kartelë PDF e pavlefshme ose e dëmtuar. +missing_file_error=Kartelë PDF që mungon. +unexpected_response_error=Përgjigje shërbyesi e papritur. + +# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. +# "{{type}}" will be replaced with an annotation type from a list defined in +# the PDF spec (32000-1:2008 Table 169 – Annotation types). +# Some common types are e.g.: "Check", "Text", "Comment", "Note" +text_annotation_type.alt=[Nënvizim {{type}}] +password_label=Jepni fjalëkalimin që të hapet kjo kartelë PDF. +password_invalid=Fjalëkalim i pavlefshëm. Ju lutemi, riprovoni. +password_ok=OK +password_cancel=Anuloje + +printing_not_supported=Kujdes: Shtypja s’mbulohet plotësisht nga ky shfletues. +printing_not_ready=Kujdes: PDF-ja s’është ngarkuar plotësisht që ta shtypni. +web_fonts_disabled=Shkronjat Web janë të çaktivizuara: s’arrihet të përdoren shkronja të trupëzuara në PDF. +document_colors_not_allowed=Dokumenteve PDF s’u lejohet të përdorin ngjyrat e tyre: 'Lejoji faqet t’i zgjedhin vetë ngjyrat' është e çaktivizuar te shfletuesi. diff --git a/dzz/pdf/web/locale/sr/index.htm b/dzz/pdf/web/locale/sr/index.htm new file mode 100644 index 0000000..e69de29 diff --git a/dzz/pdf/web/locale/sr/viewer.properties b/dzz/pdf/web/locale/sr/viewer.properties new file mode 100644 index 0000000..1b43b56 --- /dev/null +++ b/dzz/pdf/web/locale/sr/viewer.properties @@ -0,0 +1,220 @@ +# Copyright 2012 Mozilla Foundation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# Main toolbar buttons (tooltips and alt text for images) +previous.title=Претходна страница +previous_label=Претходна +next.title=Следећа страница +next_label=Следећа + +# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input. +page.title=Страница +# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number +# representing the total number of pages in the document. +of_pages=од {{pagesCount}} +# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" +# will be replaced by a number representing the currently visible page, +# respectively a number representing the total number of pages in the document. +page_of_pages=({{pageNumber}} од {{pagesCount}}) + +zoom_out.title=Умањи +zoom_out_label=Умањи +zoom_in.title=Увеличај +zoom_in_label=Увеличај +zoom.title=Увеличавање +presentation_mode.title=Промени на приказ у режиму презентације +presentation_mode_label=Режим презентације +open_file.title=Отвори датотеку +open_file_label=Отвори +print.title=Штампај +print_label=Штампај +download.title=Преузми +download_label=Преузми +bookmark.title=Тренутни приказ (копирај или отвори нови прозор) +bookmark_label=Тренутни приказ + +# Secondary toolbar and context menu +tools.title=Алатке +tools_label=Алатке +first_page.title=Иди на прву страницу +first_page.label=Иди на прву страницу +first_page_label=Иди на прву страницу +last_page.title=Иди на последњу страницу +last_page.label=Иди на последњу страницу +last_page_label=Иди на последњу страницу +page_rotate_cw.title=Ротирај у смеру казаљке на сату +page_rotate_cw.label=Ротирај у смеру казаљке на сату +page_rotate_cw_label=Ротирај у смеру казаљке на сату +page_rotate_ccw.title=Ротирај у смеру супротном од казаљке на сату +page_rotate_ccw.label=Ротирај у смеру супротном од казаљке на сату +page_rotate_ccw_label=Ротирај у смеру супротном од казаљке на сату + +cursor_text_select_tool.title=Омогући алат за селектовање текста +cursor_text_select_tool_label=Алат за селектовање текста +cursor_hand_tool.title=Омогући алат за померање +cursor_hand_tool_label=Алат за померање + +scroll_vertical.title=Користи вертикално скроловање +scroll_vertical_label=Вертикално скроловање +scroll_horizontal.title=Користи хоризонтално скроловање +scroll_horizontal_label=Хоризонтално скроловање +scroll_wrapped.title=Користи скроловање по омоту +scroll_wrapped_label=Скроловање по омоту + +spread_none.title=Немој спајати ширења страница +spread_none_label=Без распростирања +spread_odd.title=Споји ширења страница које почињу непарним бројем +spread_odd_label=Непарна распростирања +spread_even.title=Споји ширења страница које почињу парним бројем +spread_even_label=Парна распростирања + +# Document properties dialog box +document_properties.title=Параметри документа… +document_properties_label=Параметри документа… +document_properties_file_name=Име датотеке: +document_properties_file_size=Величина датотеке: +# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" +# will be replaced by the PDF file size in kilobytes, respectively in bytes. +document_properties_kb={{size_kb}} KB ({{size_b}} B) +# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" +# will be replaced by the PDF file size in megabytes, respectively in bytes. +document_properties_mb={{size_mb}} MB ({{size_b}} B) +document_properties_title=Наслов: +document_properties_author=Аутор: +document_properties_subject=Тема: +document_properties_keywords=Кључне речи: +document_properties_creation_date=Датум креирања: +document_properties_modification_date=Датум модификације: +# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" +# will be replaced by the creation/modification date, and time, of the PDF file. +document_properties_date_string={{date}}, {{time}} +document_properties_creator=Стваралац: +document_properties_producer=PDF произвођач: +document_properties_version=PDF верзија: +document_properties_page_count=Број страница: +document_properties_page_size=Величина странице: +document_properties_page_size_unit_inches=ин +document_properties_page_size_unit_millimeters=мм +document_properties_page_size_orientation_portrait=усправно +document_properties_page_size_orientation_landscape=водоравно +document_properties_page_size_name_a3=А3 +document_properties_page_size_name_a4=А4 +document_properties_page_size_name_letter=Слово +document_properties_page_size_name_legal=Права +# LOCALIZATION NOTE (document_properties_page_size_dimension_string): +# "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement and orientation, of the (current) page. +document_properties_page_size_dimension_string={{width}} × {{height}} {{unit}} ({{orientation}}) +# LOCALIZATION NOTE (document_properties_page_size_dimension_name_string): +# "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement, name, and orientation, of the (current) page. +document_properties_page_size_dimension_name_string={{width}} × {{height}} {{unit}} ({{name}}, {{orientation}}) +# LOCALIZATION NOTE (document_properties_linearized): The linearization status of +# the document; usually called "Fast Web View" in English locales of Adobe software. +document_properties_linearized=Брз веб приказ: +document_properties_linearized_yes=Да +document_properties_linearized_no=Не +document_properties_close=Затвори + +print_progress_message=Припремам документ за штампање… +# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by +# a numerical per cent value. +print_progress_percent={{progress}}% +print_progress_close=Откажи + +# Tooltips and alt text for side panel toolbar buttons +# (the _label strings are alt text for the buttons, the .title strings are +# tooltips) +toggle_sidebar.title=Прикажи додатну палету +toggle_sidebar_notification.title=Прикажи додатну траку (докуменат садржи оквире/прилоге) +toggle_sidebar_label=Прикажи додатну палету +document_outline.title=Прикажи контуру документа (дупли клик за проширење/скупљање елемената) +document_outline_label=Контура документа +attachments.title=Прикажи прилоге +attachments_label=Прилози +thumbs.title=Прикажи сличице +thumbs_label=Сличице +findbar.title=Пронађи у документу +findbar_label=Пронађи + +# Thumbnails panel item (tooltip and alt text for images) +# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page +# number. +thumb_page_title=Страница {{page}} +# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page +# number. +thumb_page_canvas=Сличица од странице {{page}} + +# Find panel button title and messages +find_input.title=Пронађи +find_input.placeholder=Пронађи у документу… +find_previous.title=Пронађи претходну појаву фразе +find_previous_label=Претходна +find_next.title=Пронађи следећу појаву фразе +find_next_label=Следећа +find_highlight=Истакнути све +find_match_case_label=Подударања +find_reached_top=Достигнут врх документа, наставио са дна +find_reached_bottom=Достигнуто дно документа, наставио са врха +find_not_found=Фраза није пронађена + +# Error panel labels +error_more_info=Више информација +error_less_info=Мање информација +error_close=Затвори +# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be +# replaced by the PDF.JS version and build ID. +error_version_info=PDF.js v{{version}} (build: {{build}}) +# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an +# english string describing the error. +error_message=Порука: {{message}} +# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack +# trace. +error_stack=Стек: {{stack}} +# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename +error_file=Датотека: {{file}} +# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number +error_line=Линија: {{line}} +rendering_error=Дошло је до грешке приликом рендеровања ове странице. + +# Predefined zoom values +page_scale_width=Ширина странице +page_scale_fit=Прилагоди страницу +page_scale_auto=Аутоматско увеличавање +page_scale_actual=Стварна величина +# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a +# numerical scale value. +page_scale_percent={{scale}}% + +# Loading indicator messages +loading_error_indicator=Грешка +loading_error=Дошло је до грешке приликом учитавања PDF-а. +invalid_file_error=PDF датотека је оштећена или је неисправна. +missing_file_error=PDF датотека није пронађена. +unexpected_response_error=Неочекиван одговор од сервера. + +# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. +# "{{type}}" will be replaced with an annotation type from a list defined in +# the PDF spec (32000-1:2008 Table 169 – Annotation types). +# Some common types are e.g.: "Check", "Text", "Comment", "Note" +text_annotation_type.alt=[{{type}} коментар] +password_label=Унесите лозинку да бисте отворили овај PDF докуменат. +password_invalid=Неисправна лозинка. Покушајте поново. +password_ok=У реду +password_cancel=Откажи + +printing_not_supported=Упозорење: Штампање није у потпуности подржано у овом прегледачу. +printing_not_ready=Упозорење: PDF није у потпуности учитан за штампу. +web_fonts_disabled=Веб фонтови су онемогућени: не могу користити уграђене PDF фонтове. +document_colors_not_allowed=PDF документи не могу да користе сопствене боје: “Дозволи страницама да изаберу своје боје” је деактивирано у прегледачу. diff --git a/dzz/pdf/web/locale/sv-SE/index.htm b/dzz/pdf/web/locale/sv-SE/index.htm new file mode 100644 index 0000000..e69de29 diff --git a/dzz/pdf/web/locale/sv-SE/viewer.properties b/dzz/pdf/web/locale/sv-SE/viewer.properties new file mode 100644 index 0000000..d0da914 --- /dev/null +++ b/dzz/pdf/web/locale/sv-SE/viewer.properties @@ -0,0 +1,242 @@ +# Copyright 2012 Mozilla Foundation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# Main toolbar buttons (tooltips and alt text for images) +previous.title=Föregående sida +previous_label=Föregående +next.title=Nästa sida +next_label=Nästa + +# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input. +page.title=Sida +# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number +# representing the total number of pages in the document. +of_pages=av {{pagesCount}} +# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" +# will be replaced by a number representing the currently visible page, +# respectively a number representing the total number of pages in the document. +page_of_pages=({{pageNumber}} av {{pagesCount}}) + +zoom_out.title=Zooma ut +zoom_out_label=Zooma ut +zoom_in.title=Zooma in +zoom_in_label=Zooma in +zoom.title=Zoom +presentation_mode.title=Byt till presentationsläge +presentation_mode_label=Presentationsläge +open_file.title=Öppna fil +open_file_label=Öppna +print.title=Skriv ut +print_label=Skriv ut +download.title=Hämta +download_label=Hämta +bookmark.title=Aktuell vy (kopiera eller öppna i nytt fönster) +bookmark_label=Aktuell vy + +# Secondary toolbar and context menu +tools.title=Verktyg +tools_label=Verktyg +first_page.title=Gå till första sidan +first_page.label=Gå till första sidan +first_page_label=Gå till första sidan +last_page.title=Gå till sista sidan +last_page.label=Gå till sista sidan +last_page_label=Gå till sista sidan +page_rotate_cw.title=Rotera medurs +page_rotate_cw.label=Rotera medurs +page_rotate_cw_label=Rotera medurs +page_rotate_ccw.title=Rotera moturs +page_rotate_ccw.label=Rotera moturs +page_rotate_ccw_label=Rotera moturs + +cursor_text_select_tool.title=Aktivera textmarkeringsverktyg +cursor_text_select_tool_label=Textmarkeringsverktyg +cursor_hand_tool.title=Aktivera handverktyg +cursor_hand_tool_label=Handverktyg + +scroll_vertical.title=Använd vertikal rullning +scroll_vertical_label=Vertikal rullning +scroll_horizontal.title=Använd horisontell rullning +scroll_horizontal_label=Horisontell rullning +scroll_wrapped.title=Använd överlappande rullning +scroll_wrapped_label=Överlappande rullning + +spread_none.title=Visa enkelsidor +spread_none_label=Enkelsidor +spread_odd.title=Visa uppslag med olika sidnummer till vänster +spread_odd_label=Uppslag med framsida +spread_even.title=Visa uppslag med lika sidnummer till vänster +spread_even_label=Uppslag utan framsida + +# Document properties dialog box +document_properties.title=Dokumentegenskaper… +document_properties_label=Dokumentegenskaper… +document_properties_file_name=Filnamn: +document_properties_file_size=Filstorlek: +# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" +# will be replaced by the PDF file size in kilobytes, respectively in bytes. +document_properties_kb={{size_kb}} kB ({{size_b}} byte) +# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" +# will be replaced by the PDF file size in megabytes, respectively in bytes. +document_properties_mb={{size_mb}} MB ({{size_b}} byte) +document_properties_title=Titel: +document_properties_author=Författare: +document_properties_subject=Ämne: +document_properties_keywords=Nyckelord: +document_properties_creation_date=Skapades: +document_properties_modification_date=Ändrades: +# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" +# will be replaced by the creation/modification date, and time, of the PDF file. +document_properties_date_string={{date}}, {{time}} +document_properties_creator=Skapare: +document_properties_producer=PDF-producent: +document_properties_version=PDF-version: +document_properties_page_count=Sidantal: +document_properties_page_size=Pappersstorlek: +document_properties_page_size_unit_inches=in +document_properties_page_size_unit_millimeters=mm +document_properties_page_size_orientation_portrait=porträtt +document_properties_page_size_orientation_landscape=landskap +document_properties_page_size_name_a3=A3 +document_properties_page_size_name_a4=A4 +document_properties_page_size_name_letter=Letter +document_properties_page_size_name_legal=Legal +# LOCALIZATION NOTE (document_properties_page_size_dimension_string): +# "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement and orientation, of the (current) page. +document_properties_page_size_dimension_string={{width}} × {{height}} {{unit}} ({{orientation}}) +# LOCALIZATION NOTE (document_properties_page_size_dimension_name_string): +# "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement, name, and orientation, of the (current) page. +document_properties_page_size_dimension_name_string={{width}} × {{height}} {{unit}} ({{name}}, {{orientation}}) +# LOCALIZATION NOTE (document_properties_linearized): The linearization status of +# the document; usually called "Fast Web View" in English locales of Adobe software. +document_properties_linearized=Snabb webbvisning: +document_properties_linearized_yes=Ja +document_properties_linearized_no=Nej +document_properties_close=Stäng + +print_progress_message=Förbereder sidor för utskrift… +# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by +# a numerical per cent value. +print_progress_percent={{progress}}% +print_progress_close=Avbryt + +# Tooltips and alt text for side panel toolbar buttons +# (the _label strings are alt text for the buttons, the .title strings are +# tooltips) +toggle_sidebar.title=Visa/dölj sidofält +toggle_sidebar_notification.title=Visa/dölj sidofält (dokument innehåller översikt/bilagor) +toggle_sidebar_label=Visa/dölj sidofält +document_outline.title=Visa dokumentdisposition (dubbelklicka för att expandera/komprimera alla objekt) +document_outline_label=Dokumentöversikt +attachments.title=Visa Bilagor +attachments_label=Bilagor +thumbs.title=Visa miniatyrer +thumbs_label=Miniatyrer +findbar.title=Sök i dokument +findbar_label=Sök + +# Thumbnails panel item (tooltip and alt text for images) +# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page +# number. +thumb_page_title=Sida {{page}} +# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page +# number. +thumb_page_canvas=Miniatyr av sida {{page}} + +# Find panel button title and messages +find_input.title=Sök +find_input.placeholder=Sök i dokument… +find_previous.title=Hitta föregående förekomst av frasen +find_previous_label=Föregående +find_next.title=Hitta nästa förekomst av frasen +find_next_label=Nästa +find_highlight=Markera alla +find_match_case_label=Matcha versal/gemen +find_entire_word_label=Hela ord +find_reached_top=Nådde början av dokumentet, började från slutet +find_reached_bottom=Nådde slutet på dokumentet, började från början +# LOCALIZATION NOTE (find_match_count): The supported plural forms are +# [one|two|few|many|other], with [other] as the default value. +# "{{current}}" and "{{total}}" will be replaced by a number representing the +# index of the currently active find result, respectively a number representing +# the total number of matches in the document. +find_match_count={[ plural(total) ]} +find_match_count[one]={{current}} av {{total}} träff +find_match_count[two]={{current}} av {{total}} träffar +find_match_count[few]={{current}} av {{total}} träffar +find_match_count[many]={{current}} av {{total}} träffar +find_match_count[other]={{current}} av {{total}} träffar +# LOCALIZATION NOTE (find_match_count_limit): The supported plural forms are +# [zero|one|two|few|many|other], with [other] as the default value. +# "{{limit}}" will be replaced by a numerical value. +find_match_count_limit={[ plural(limit) ]} +find_match_count_limit[zero]=Mer än {{limit}} träffar +find_match_count_limit[one]=Mer än {{limit}} träff +find_match_count_limit[two]=Mer än {{limit}} träffar +find_match_count_limit[few]=Mer än {{limit}} träffar +find_match_count_limit[many]=Mer än {{limit}} träffar +find_match_count_limit[other]=Mer än {{limit}} träffar +find_not_found=Frasen hittades inte + +# Error panel labels +error_more_info=Mer information +error_less_info=Mindre information +error_close=Stäng +# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be +# replaced by the PDF.JS version and build ID. +error_version_info=PDF.js v{{version}} (build: {{build}}) +# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an +# english string describing the error. +error_message=Meddelande: {{message}} +# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack +# trace. +error_stack=Stack: {{stack}} +# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename +error_file=Fil: {{file}} +# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number +error_line=Rad: {{line}} +rendering_error=Ett fel uppstod vid visning av sidan. + +# Predefined zoom values +page_scale_width=Sidbredd +page_scale_fit=Anpassa sida +page_scale_auto=Automatisk zoom +page_scale_actual=Verklig storlek +# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a +# numerical scale value. +page_scale_percent={{scale}}% + +# Loading indicator messages +loading_error_indicator=Fel +loading_error=Ett fel uppstod vid laddning av PDF-filen. +invalid_file_error=Ogiltig eller korrupt PDF-fil. +missing_file_error=Saknad PDF-fil. +unexpected_response_error=Oväntat svar från servern. + +# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. +# "{{type}}" will be replaced with an annotation type from a list defined in +# the PDF spec (32000-1:2008 Table 169 – Annotation types). +# Some common types are e.g.: "Check", "Text", "Comment", "Note" +text_annotation_type.alt=[{{type}}-annotering] +password_label=Skriv in lösenordet för att öppna PDF-filen. +password_invalid=Ogiltigt lösenord. Försök igen. +password_ok=OK +password_cancel=Avbryt + +printing_not_supported=Varning: Utskrifter stöds inte helt av den här webbläsaren. +printing_not_ready=Varning: PDF:en är inte klar för utskrift. +web_fonts_disabled=Webbtypsnitt är inaktiverade: kan inte använda inbäddade PDF-typsnitt. +document_colors_not_allowed=PDF-dokument tillåts inte använda egna färger: “Låt sidor använda egna färger” är inaktiverat i webbläsaren. diff --git a/dzz/pdf/web/locale/sw/index.htm b/dzz/pdf/web/locale/sw/index.htm new file mode 100644 index 0000000..e69de29 diff --git a/dzz/pdf/web/locale/sw/viewer.properties b/dzz/pdf/web/locale/sw/viewer.properties new file mode 100644 index 0000000..9ec4e21 --- /dev/null +++ b/dzz/pdf/web/locale/sw/viewer.properties @@ -0,0 +1,128 @@ +# Copyright 2012 Mozilla Foundation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# Main toolbar buttons (tooltips and alt text for images) +previous.title=Ukurasa Uliotangulia +previous_label=Iliyotangulia +next.title=Ukurasa Ufuatao +next_label=Ifuatayo + +# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input. +# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number +# representing the total number of pages in the document. +# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" +# will be replaced by a number representing the currently visible page, +# respectively a number representing the total number of pages in the document. + +zoom_out.title=Kuza Nje +zoom_out_label=Kuza Nje +zoom_in.title=Kuza Ndani +zoom_in_label=Kuza Ndani +zoom.title=Kuza +presentation_mode.title=Badili kwa Hali ya Uwasilishaji +presentation_mode_label=Hali ya Uwasilishaji +open_file.title=Fungua Faili +open_file_label=Fungua +print.title=Chapisha +print_label=Chapisha +download.title=Pakua +download_label=Pakua +bookmark.title=Mwonekano wa sasa (nakili au ufungue katika dirisha mpya) +bookmark_label=Mwonekano wa Sasa + +# Secondary toolbar and context menu + + +# Document properties dialog box +# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" +# will be replaced by the PDF file size in kilobytes, respectively in bytes. +# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" +# will be replaced by the PDF file size in megabytes, respectively in bytes. +document_properties_title=Kichwa: +# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" +# will be replaced by the creation/modification date, and time, of the PDF file. + +# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by +# a numerical per cent value. + +# Tooltips and alt text for side panel toolbar buttons +# (the _label strings are alt text for the buttons, the .title strings are +# tooltips) +toggle_sidebar.title=Kibiano cha Upau wa Kando +toggle_sidebar_label=Kibiano cha Upau wa Kando +document_outline_label=Ufupisho wa Waraka +thumbs.title=Onyesha Kijipicha +thumbs_label=Vijipicha +findbar.title=Pata katika Waraka + +# Thumbnails panel item (tooltip and alt text for images) +# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page +# number. +thumb_page_title=Ukurasa {{ukurasa}} +# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page +# number. +thumb_page_canvas=Kijipicha cha ukurasa {{ukurasa}} + +# Find panel button title and messages +find_previous.title=Tafuta tukio kabla ya msemo huu +find_previous_label=Iliyotangulia +find_next.title=Tafuta tukio linalofuata la msemo +find_next_label=Ifuatayo +find_highlight=Angazia yote +find_match_case_label=Linganisha herufi +find_reached_top=Imefika juu ya waraka, imeendelea kutoka chini +find_reached_bottom=Imefika mwisho wa waraka, imeendelea kutoka juu +find_not_found=Msemo hukupatikana + +# Error panel labels +error_more_info=Maelezo Zaidi +error_less_info=Maelezo Kidogo +# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be +# replaced by the PDF.JS version and build ID. +error_version_info=PDF.js v{{version}} (jenga: {{build}}) +# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an +# english string describing the error. +error_message=Ujumbe: {{message}} +# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack +# trace. +error_stack=Panganya: {{stack}} +# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename +error_file=Faili: {{faili}} +# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number +error_line=Laini: {{laini}} +rendering_error=Hitilafu lilitokea wajati wa kutoa ukurasa + +# Predefined zoom values +page_scale_width=Upana wa Ukurasa +page_scale_fit=Usawa wa Ukurasa +page_scale_auto=Ukuzaji wa Kiotomatiki +page_scale_actual=Ukubwa Halisi +# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a +# numerical scale value. + +# Loading indicator messages +loading_error_indicator=Hitilafu +loading_error=Hitilafu lilitokea wakati wa kupakia PDF. +invalid_file_error=Faili ya PDF isiyohalali au potofu. +missing_file_error=Faili ya PDF isiyopo. + +# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. +# "{{type}}" will be replaced with an annotation type from a list defined in +# the PDF spec (32000-1:2008 Table 169 – Annotation types). +# Some common types are e.g.: "Check", "Text", "Comment", "Note" +text_annotation_type.alt=[{{type}} Ufafanuzi] +password_ok=SAWA + +printing_not_supported=Onyo: Uchapishaji hauauniwi kabisa kwa kivinjari hiki. +web_fonts_disabled=Fonti za tovuti zimelemazwa: haziwezi kutumia fonti za PDF zilizopachikwa. diff --git a/dzz/pdf/web/locale/ta-LK/index.htm b/dzz/pdf/web/locale/ta-LK/index.htm new file mode 100644 index 0000000..e69de29 diff --git a/dzz/pdf/web/locale/ta-LK/viewer.properties b/dzz/pdf/web/locale/ta-LK/viewer.properties new file mode 100644 index 0000000..f0b1f43 --- /dev/null +++ b/dzz/pdf/web/locale/ta-LK/viewer.properties @@ -0,0 +1,77 @@ +# Copyright 2012 Mozilla Foundation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# Main toolbar buttons (tooltips and alt text for images) + +# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input. +# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number +# representing the total number of pages in the document. +# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" +# will be replaced by a number representing the currently visible page, +# respectively a number representing the total number of pages in the document. + +zoom.title=அளவு +open_file.title=கோப்பினைத் திறக்க +open_file_label=திறக்க + +# Secondary toolbar and context menu + + +# Document properties dialog box +# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" +# will be replaced by the PDF file size in kilobytes, respectively in bytes. +# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" +# will be replaced by the PDF file size in megabytes, respectively in bytes. +# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" +# will be replaced by the creation/modification date, and time, of the PDF file. + +# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by +# a numerical per cent value. + +# Tooltips and alt text for side panel toolbar buttons +# (the _label strings are alt text for the buttons, the .title strings are +# tooltips) + +# Thumbnails panel item (tooltip and alt text for images) +# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page +# number. +# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page +# number. + +# Find panel button title and messages +find_previous.title=இந்த சொற்றொடரின் முன்னைய நிகழ்வை தேடு +find_next.title=இந்த சொற்றொடரின் அடுத்த நிகழ்வைத் தேடு + +# Error panel labels +# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be +# replaced by the PDF.JS version and build ID. +# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an +# english string describing the error. +# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack +# trace. +# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename +# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number + +# Predefined zoom values +# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a +# numerical scale value. + +# Loading indicator messages + +# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. +# "{{type}}" will be replaced with an annotation type from a list defined in +# the PDF spec (32000-1:2008 Table 169 – Annotation types). +# Some common types are e.g.: "Check", "Text", "Comment", "Note" +password_ok=ஆம் + diff --git a/dzz/pdf/web/locale/ta/index.htm b/dzz/pdf/web/locale/ta/index.htm new file mode 100644 index 0000000..e69de29 diff --git a/dzz/pdf/web/locale/ta/viewer.properties b/dzz/pdf/web/locale/ta/viewer.properties new file mode 100644 index 0000000..19a8de4 --- /dev/null +++ b/dzz/pdf/web/locale/ta/viewer.properties @@ -0,0 +1,201 @@ +# Copyright 2012 Mozilla Foundation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# Main toolbar buttons (tooltips and alt text for images) +previous.title=முந்தைய பக்கம் +previous_label=முந்தையது +next.title=அடுத்த பக்கம் +next_label=அடுத்து + +# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input. +page.title=பக்கம் +# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number +# representing the total number of pages in the document. +of_pages={{pagesCount}} இல் +# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" +# will be replaced by a number representing the currently visible page, +# respectively a number representing the total number of pages in the document. +page_of_pages={{pagesCount}}) இல் ({{pageNumber}} + +zoom_out.title=சிறிதாக்கு +zoom_out_label=சிறிதாக்கு +zoom_in.title=பெரிதாக்கு +zoom_in_label=பெரிதாக்கு +zoom.title=பெரிதாக்கு +presentation_mode.title=விளக்ககாட்சி பயன்முறைக்கு மாறு +presentation_mode_label=விளக்ககாட்சி பயன்முறை +open_file.title=கோப்பினை திற +open_file_label=திற +print.title=அச்சிடு +print_label=அச்சிடு +download.title=பதிவிறக்கு +download_label=பதிவிறக்கு +bookmark.title=தற்போதைய காட்சி (புதிய சாளரத்திற்கு நகலெடு அல்லது புதிய சாளரத்தில் திற) +bookmark_label=தற்போதைய காட்சி + +# Secondary toolbar and context menu +tools.title=கருவிகள் +tools_label=கருவிகள் +first_page.title=முதல் பக்கத்திற்கு செல்லவும் +first_page.label=முதல் பக்கத்திற்கு செல்லவும் +first_page_label=முதல் பக்கத்திற்கு செல்லவும் +last_page.title=கடைசி பக்கத்திற்கு செல்லவும் +last_page.label=கடைசி பக்கத்திற்கு செல்லவும் +last_page_label=கடைசி பக்கத்திற்கு செல்லவும் +page_rotate_cw.title=வலஞ்சுழியாக சுழற்று +page_rotate_cw.label=வலஞ்சுழியாக சுழற்று +page_rotate_cw_label=வலஞ்சுழியாக சுழற்று +page_rotate_ccw.title=இடஞ்சுழியாக சுழற்று +page_rotate_ccw.label=இடஞ்சுழியாக சுழற்று +page_rotate_ccw_label=இடஞ்சுழியாக சுழற்று + +cursor_text_select_tool.title=உரைத் தெரிவு கருவியைச் செயல்படுத்து +cursor_text_select_tool_label=உரைத் தெரிவு கருவி +cursor_hand_tool.title=கைக் கருவிக்ச் செயற்படுத்து +cursor_hand_tool_label=கைக்குருவி + +# Document properties dialog box +document_properties.title=ஆவண பண்புகள்... +document_properties_label=ஆவண பண்புகள்... +document_properties_file_name=கோப்பு பெயர்: +document_properties_file_size=கோப்பின் அளவு: +# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" +# will be replaced by the PDF file size in kilobytes, respectively in bytes. +document_properties_kb={{size_kb}} கிபை ({{size_b}} பைட்டுகள்) +# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" +# will be replaced by the PDF file size in megabytes, respectively in bytes. +document_properties_mb={{size_mb}} மெபை ({{size_b}} பைட்டுகள்) +document_properties_title=தலைப்பு: +document_properties_author=எழுதியவர் +document_properties_subject=பொருள்: +document_properties_keywords=முக்கிய வார்த்தைகள்: +document_properties_creation_date=படைத்த தேதி : +document_properties_modification_date=திருத்திய தேதி: +# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" +# will be replaced by the creation/modification date, and time, of the PDF file. +document_properties_date_string={{date}}, {{time}} +document_properties_creator=உருவாக்குபவர்: +document_properties_producer=பிடிஎஃப் தயாரிப்பாளர்: +document_properties_version=PDF பதிப்பு: +document_properties_page_count=பக்க எண்ணிக்கை: +document_properties_page_size=பக்க அளவு: +document_properties_page_size_unit_inches=இதில் +document_properties_page_size_unit_millimeters=mm +document_properties_page_size_orientation_portrait=நிலைபதிப்பு +document_properties_page_size_orientation_landscape=நிலைபரப்பு +document_properties_page_size_name_a3=A3 +document_properties_page_size_name_a4=A4 +document_properties_page_size_name_letter=கடிதம் +document_properties_page_size_name_legal=சட்டபூர்வ +# LOCALIZATION NOTE (document_properties_page_size_dimension_string): +# "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement and orientation, of the (current) page. +document_properties_page_size_dimension_string={{width}} × {{height}} {{unit}} ({{orientation}}) +# LOCALIZATION NOTE (document_properties_page_size_dimension_name_string): +# "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement, name, and orientation, of the (current) page. +document_properties_page_size_dimension_name_string={{width}} × {{height}} {{unit}} ({{name}}, {{orientation}}) +document_properties_close=மூடுக + +print_progress_message=அச்சிடுவதற்கான ஆவணம் தயாராகிறது... +# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by +# a numerical per cent value. +print_progress_percent={{progress}}% +print_progress_close=ரத்து + +# Tooltips and alt text for side panel toolbar buttons +# (the _label strings are alt text for the buttons, the .title strings are +# tooltips) +toggle_sidebar.title=பக்கப் பட்டியை நிலைமாற்று +toggle_sidebar_notification.title=பக்கப்பட்டையை நிலைமாற்று (வெளிக்கோடு/இணைப்புகளை ஆவணம் கொண்டுள்ளது) +toggle_sidebar_label=பக்கப் பட்டியை நிலைமாற்று +document_outline.title=ஆவண அடக்கத்தைக் காட்டு (இருமுறைச் சொடுக்கி அனைத்து உறுப்பிடிகளையும் விரி/சேர்) +document_outline_label=ஆவண வெளிவரை +attachments.title=இணைப்புகளை காண்பி +attachments_label=இணைப்புகள் +thumbs.title=சிறுபடங்களைக் காண்பி +thumbs_label=சிறுபடங்கள் +findbar.title=ஆவணத்தில் கண்டறி +findbar_label=தேடு + +# Thumbnails panel item (tooltip and alt text for images) +# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page +# number. +thumb_page_title=பக்கம் {{page}} +# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page +# number. +thumb_page_canvas=பக்கத்தின் சிறுபடம் {{page}} + +# Find panel button title and messages +find_input.title=கண்டுபிடி +find_input.placeholder=ஆவணத்தில் கண்டறி… +find_previous.title=இந்த சொற்றொடரின் முந்தைய நிகழ்வை தேடு +find_previous_label=முந்தையது +find_next.title=இந்த சொற்றொடரின் அடுத்த நிகழ்வை தேடு +find_next_label=அடுத்து +find_highlight=அனைத்தையும் தனிப்படுத்து +find_match_case_label=பேரெழுத்தாக்கத்தை உணர் +find_reached_top=ஆவணத்தின் மேல் பகுதியை அடைந்தது, அடிப்பக்கத்திலிருந்து தொடர்ந்தது +find_reached_bottom=ஆவணத்தின் முடிவை அடைந்தது, மேலிருந்து தொடர்ந்தது +find_not_found=சொற்றொடர் காணவில்லை + +# Error panel labels +error_more_info=கூடுதல் தகவல் +error_less_info=குறைந்த தகவல் +error_close=மூடுக +# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be +# replaced by the PDF.JS version and build ID. +error_version_info=PDF.js v{{version}} (build: {{build}}) +# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an +# english string describing the error. +error_message=செய்தி: {{message}} +# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack +# trace. +error_stack=ஸ்டேக்: {{stack}} +# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename +error_file=கோப்பு: {{file}} +# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number +error_line=வரி: {{line}} +rendering_error=இந்தப் பக்கத்தை காட்சிப்படுத்தும் போது ஒரு பிழை ஏற்பட்டது. + +# Predefined zoom values +page_scale_width=பக்க அகலம் +page_scale_fit=பக்கப் பொருத்தம் +page_scale_auto=தானியக்க பெரிதாக்கல் +page_scale_actual=உண்மையான அளவு +# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a +# numerical scale value. +page_scale_percent={{scale}}% + +# Loading indicator messages +loading_error_indicator=பிழை +loading_error=PDF ஐ ஏற்றும் போது ஒரு பிழை ஏற்பட்டது. +invalid_file_error=செல்லுபடியாகாத அல்லது சிதைந்த PDF கோப்பு. +missing_file_error=PDF கோப்பு காணவில்லை. +unexpected_response_error=சேவகன் பதில் எதிர்பாரதது. + +# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. +# "{{type}}" will be replaced with an annotation type from a list defined in +# the PDF spec (32000-1:2008 Table 169 – Annotation types). +# Some common types are e.g.: "Check", "Text", "Comment", "Note" +text_annotation_type.alt=[{{type}} விளக்கம்] +password_label=இந்த PDF கோப்பை திறக்க கடவுச்சொல்லை உள்ளிடவும். +password_invalid=செல்லுபடியாகாத கடவுச்சொல், தயை செய்து மீண்டும் முயற்சி செய்க. +password_ok=சரி +password_cancel=ரத்து + +printing_not_supported=எச்சரிக்கை: இந்த உலாவி அச்சிடுதலை முழுமையாக ஆதரிக்கவில்லை. +printing_not_ready=எச்சரிக்கை: PDF அச்சிட முழுவதுமாக ஏற்றப்படவில்லை. +web_fonts_disabled=வலை எழுத்துருக்கள் முடக்கப்பட்டுள்ளன: உட்பொதிக்கப்பட்ட PDF எழுத்துருக்களைப் பயன்படுத்த முடியவில்லை. +document_colors_not_allowed=PDF ஆவணங்களுக்குச் சொந்த நிறங்களைப் பயன்படுத்த அனுமதியில்லை: உலாவியில் "பக்கங்கள் தங்கள் சொந்த நிறங்களைத் தேர்வு செய்துகொள்ள அனுமதி" என்னும் விருப்பம் முடக்கப்பட்டுள்ளது. diff --git a/dzz/pdf/web/locale/te/index.htm b/dzz/pdf/web/locale/te/index.htm new file mode 100644 index 0000000..e69de29 diff --git a/dzz/pdf/web/locale/te/viewer.properties b/dzz/pdf/web/locale/te/viewer.properties new file mode 100644 index 0000000..7b269a1 --- /dev/null +++ b/dzz/pdf/web/locale/te/viewer.properties @@ -0,0 +1,213 @@ +# Copyright 2012 Mozilla Foundation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# Main toolbar buttons (tooltips and alt text for images) +previous.title=మునుపటి పేజీ +previous_label=క్రితం +next.title=తరువాత పేజీ +next_label=తరువాత + +# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input. +page.title=పేజీ +# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number +# representing the total number of pages in the document. +of_pages=మొత్తం {{pagesCount}} లో +# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" +# will be replaced by a number representing the currently visible page, +# respectively a number representing the total number of pages in the document. +page_of_pages=(మొత్తం {{pagesCount}} లో {{pageNumber}}వది) + +zoom_out.title=జూమ్ తగ్గించు +zoom_out_label=జూమ్ తగ్గించు +zoom_in.title=జూమ్ చేయి +zoom_in_label=జూమ్ చేయి +zoom.title=జూమ్ +presentation_mode.title=ప్రదర్శనా రీతికి మారు +presentation_mode_label=ప్రదర్శనా రీతి +open_file.title=ఫైల్ తెరువు +open_file_label=తెరువు +print.title=ముద్రించు +print_label=ముద్రించు +download.title=దింపుకోళ్ళు +download_label=దింపుకోళ్ళు +bookmark.title=ప్రస్తుత దర్శనం (కాపీ చేయి లేదా కొత్త విండోలో తెరువు) +bookmark_label=ప్రస్తుత దర్శనం + +# Secondary toolbar and context menu +tools.title=పనిముట్లు +tools_label=పనిముట్లు +first_page.title=మొదటి పేజీకి వెళ్ళు +first_page.label=మొదటి పేజీకి వెళ్ళు +first_page_label=మొదటి పేజీకి వెళ్ళు +last_page.title=చివరి పేజీకి వెళ్ళు +last_page.label=చివరి పేజీకి వెళ్ళు +last_page_label=చివరి పేజీకి వెళ్ళు +page_rotate_cw.title=సవ్యదిశలో తిప్పు +page_rotate_cw.label=సవ్యదిశలో తిప్పు +page_rotate_cw_label=సవ్యదిశలో తిప్పు +page_rotate_ccw.title=అపసవ్యదిశలో తిప్పు +page_rotate_ccw.label=అపసవ్యదిశలో తిప్పు +page_rotate_ccw_label=అపసవ్యదిశలో తిప్పు + +cursor_text_select_tool.title=టెక్స్ట్ ఎంపిక సాధనాన్ని ప్రారంభించండి +cursor_text_select_tool_label=టెక్స్ట్ ఎంపిక సాధనం +cursor_hand_tool.title=చేతి సాధనం చేతనించు +cursor_hand_tool_label=చేతి సాధనం + +scroll_vertical_label=నిలువు స్క్రోలింగు + + +# Document properties dialog box +document_properties.title=పత్రము లక్షణాలు... +document_properties_label=పత్రము లక్షణాలు... +document_properties_file_name=దస్త్రం పేరు: +document_properties_file_size=దస్త్రం పరిమాణం: +# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" +# will be replaced by the PDF file size in kilobytes, respectively in bytes. +document_properties_kb={{size_kb}} KB ({{size_b}} bytes) +# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" +# will be replaced by the PDF file size in megabytes, respectively in bytes. +document_properties_mb={{size_mb}} MB ({{size_b}} bytes) +document_properties_title=శీర్షిక: +document_properties_author=మూలకర్త: +document_properties_subject=విషయం: +document_properties_keywords=కీ పదాలు: +document_properties_creation_date=సృష్టించిన తేదీ: +document_properties_modification_date=సవరించిన తేదీ: +# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" +# will be replaced by the creation/modification date, and time, of the PDF file. +document_properties_date_string={{date}}, {{time}} +document_properties_creator=సృష్టికర్త: +document_properties_producer=PDF ఉత్పాదకి: +document_properties_version=PDF వర్షన్: +document_properties_page_count=పేజీల సంఖ్య: +document_properties_page_size=కాగితం పరిమాణం: +document_properties_page_size_unit_inches=లో +document_properties_page_size_unit_millimeters=mm +document_properties_page_size_orientation_portrait=నిలువుచిత్రం +document_properties_page_size_orientation_landscape=అడ్డచిత్రం +document_properties_page_size_name_a3=A3 +document_properties_page_size_name_a4=A4 +document_properties_page_size_name_letter=లేఖ +document_properties_page_size_name_legal=చట్టపరమైన +# LOCALIZATION NOTE (document_properties_page_size_dimension_string): +# "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement and orientation, of the (current) page. +document_properties_page_size_dimension_string={{width}} × {{height}} {{unit}} ({{orientation}}) +# LOCALIZATION NOTE (document_properties_page_size_dimension_name_string): +# "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement, name, and orientation, of the (current) page. +document_properties_page_size_dimension_name_string={{width}} × {{height}} {{unit}} ({{name}}, {{orientation}}) +# LOCALIZATION NOTE (document_properties_linearized): The linearization status of +# the document; usually called "Fast Web View" in English locales of Adobe software. +document_properties_linearized_yes=అవును +document_properties_linearized_no=కాదు +document_properties_close=మూసివేయి + +print_progress_message=ముద్రించడానికి పత్రము సిద్ధమవుతున్నది… +# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by +# a numerical per cent value. +print_progress_percent={{progress}}% +print_progress_close=రద్దుచేయి + +# Tooltips and alt text for side panel toolbar buttons +# (the _label strings are alt text for the buttons, the .title strings are +# tooltips) +toggle_sidebar.title=పక్కపట్టీ మార్చు +toggle_sidebar_label=పక్కపట్టీ మార్చు +document_outline.title=పత్రము రూపము చూపించు (డబుల్ క్లిక్ చేసి అన్ని అంశాలను విస్తరించు/కూల్చు) +document_outline_label=పత్రము అవుట్‌లైన్ +attachments.title=అనుబంధాలు చూపు +attachments_label=అనుబంధాలు +thumbs.title=థంబ్‌నైల్స్ చూపు +thumbs_label=థంబ్‌నైల్స్ +findbar.title=పత్రములో కనుగొనుము +findbar_label=కనుగొను + +# Thumbnails panel item (tooltip and alt text for images) +# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page +# number. +thumb_page_title=పేజీ {{page}} +# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page +# number. +thumb_page_canvas={{page}} పేజీ నఖచిత్రం + +# Find panel button title and messages +find_input.title=కనుగొను +find_input.placeholder=పత్రములో కనుగొను… +find_previous.title=పదం యొక్క ముందు సంభవాన్ని కనుగొను +find_previous_label=మునుపటి +find_next.title=పదం యొక్క తర్వాతి సంభవాన్ని కనుగొను +find_next_label=తరువాత +find_highlight=అన్నిటిని ఉద్దీపనం చేయుము +find_match_case_label=అక్షరముల తేడాతో పోల్చు +find_entire_word_label=పూర్తి పదాలు +find_reached_top=పేజీ పైకి చేరుకున్నది, క్రింది నుండి కొనసాగించండి +find_reached_bottom=పేజీ చివరకు చేరుకున్నది, పైనుండి కొనసాగించండి +# LOCALIZATION NOTE (find_matches_count): "{{current}}" and "{{total}}" will be +# replaced by a number representing the index of the currently active find result, +# respectively a number representing the total number of matches in the document. +# LOCALIZATION NOTE (find_matches_count_limit): "{{limit}}" will be replaced by +# a numerical value. +find_not_found=పదబంధం కనబడలేదు + +# Error panel labels +error_more_info=మరింత సమాచారం +error_less_info=తక్కువ సమాచారం +error_close=మూసివేయి +# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be +# replaced by the PDF.JS version and build ID. +error_version_info=PDF.js v{{version}} (build: {{build}}) +# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an +# english string describing the error. +error_message=సందేశం: {{message}} +# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack +# trace. +error_stack=స్టాక్: {{stack}} +# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename +error_file=ఫైలు: {{file}} +# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number +error_line=వరుస: {{line}} +rendering_error=పేజీను రెండర్ చేయుటలో ఒక దోషం ఎదురైంది. + +# Predefined zoom values +page_scale_width=పేజీ వెడల్పు +page_scale_fit=పేజీ అమర్పు +page_scale_auto=స్వయంచాలక జూమ్ +page_scale_actual=యథార్ధ పరిమాణం +# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a +# numerical scale value. +page_scale_percent={{scale}}% + +# Loading indicator messages +loading_error_indicator=దోషం +loading_error=PDF లోడవుచున్నప్పుడు ఒక దోషం ఎదురైంది. +invalid_file_error=చెల్లని లేదా పాడైన PDF ఫైలు. +missing_file_error=దొరకని PDF ఫైలు. +unexpected_response_error=అనుకోని సర్వర్ స్పందన. + +# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. +# "{{type}}" will be replaced with an annotation type from a list defined in +# the PDF spec (32000-1:2008 Table 169 – Annotation types). +# Some common types are e.g.: "Check", "Text", "Comment", "Note" +text_annotation_type.alt=[{{type}} టీకా] +password_label=ఈ PDF ఫైల్ తెరుచుటకు సంకేతపదం ప్రవేశపెట్టుము. +password_invalid=సంకేతపదం చెల్లదు. దయచేసి మళ్ళీ ప్రయత్నించండి. +password_ok=సరే +password_cancel=రద్దుచేయి + +printing_not_supported=హెచ్చరిక: ఈ విహారిణి చేత ముద్రణ పూర్తిగా తోడ్పాటు లేదు. +printing_not_ready=హెచ్చరిక: ముద్రణ కొరకు ఈ PDF పూర్తిగా లోడవలేదు. +web_fonts_disabled=వెబ్ ఫాంట్లు అచేతనించబడెను: ఎంబెడెడ్ PDF ఫాంట్లు ఉపయోగించలేక పోయింది. +document_colors_not_allowed=PDF పత్రాలు వాటి స్వంత రంగులను ఉపయోగించుకొనుటకు అనుమతించబడవు: విహరణి నందు “పేజీలను వాటి స్వంత రంగులను ఎంచుకొనుటకు అనుమతించు” అచేతనం చేయబడివుంది. diff --git a/dzz/pdf/web/locale/th/index.htm b/dzz/pdf/web/locale/th/index.htm new file mode 100644 index 0000000..e69de29 diff --git a/dzz/pdf/web/locale/th/viewer.properties b/dzz/pdf/web/locale/th/viewer.properties new file mode 100644 index 0000000..d6e24ae --- /dev/null +++ b/dzz/pdf/web/locale/th/viewer.properties @@ -0,0 +1,228 @@ +# Copyright 2012 Mozilla Foundation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# Main toolbar buttons (tooltips and alt text for images) +previous.title=หน้าก่อนหน้า +previous_label=ก่อนหน้า +next.title=หน้าถัดไป +next_label=ถัดไป + +# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input. +page.title=หน้า +# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number +# representing the total number of pages in the document. +of_pages=จาก {{pagesCount}} +# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" +# will be replaced by a number representing the currently visible page, +# respectively a number representing the total number of pages in the document. +page_of_pages=({{pageNumber}} จาก {{pagesCount}}) + +zoom_out.title=ซูมออก +zoom_out_label=ซูมออก +zoom_in.title=ซูมเข้า +zoom_in_label=ซูมเข้า +zoom.title=ซูม +presentation_mode.title=สลับเป็นโหมดการนำเสนอ +presentation_mode_label=โหมดการนำเสนอ +open_file.title=เปิดไฟล์ +open_file_label=เปิด +print.title=พิมพ์ +print_label=พิมพ์ +download.title=ดาวน์โหลด +download_label=ดาวน์โหลด +bookmark.title=มุมมองปัจจุบัน (คัดลอกหรือเปิดในหน้าต่างใหม่) +bookmark_label=มุมมองปัจจุบัน + +# Secondary toolbar and context menu +tools.title=เครื่องมือ +tools_label=เครื่องมือ +first_page.title=ไปยังหน้าแรก +first_page.label=ไปยังหน้าแรก +first_page_label=ไปยังหน้าแรก +last_page.title=ไปยังหน้าสุดท้าย +last_page.label=ไปยังหน้าสุดท้าย +last_page_label=ไปยังหน้าสุดท้าย +page_rotate_cw.title=หมุนตามเข็มนาฬิกา +page_rotate_cw.label=หมุนตามเข็มนาฬิกา +page_rotate_cw_label=หมุนตามเข็มนาฬิกา +page_rotate_ccw.title=หมุนทวนเข็มนาฬิกา +page_rotate_ccw.label=หมุนทวนเข็มนาฬิกา +page_rotate_ccw_label=หมุนทวนเข็มนาฬิกา + +cursor_text_select_tool.title=เปิดใช้งานเครื่องมือการเลือกข้อความ +cursor_text_select_tool_label=เครื่องมือการเลือกข้อความ +cursor_hand_tool.title=เปิดใช้งานเครื่องมือมือ +cursor_hand_tool_label=เครื่องมือมือ + +scroll_vertical.title=ใช้การเลื่อนแนวตั้ง +scroll_vertical_label=การเลื่อนแนวตั้ง +scroll_horizontal.title=ใช้การเลื่อนแนวนอน +scroll_horizontal_label=การเลื่อนแนวนอน +scroll_wrapped.title=ใช้การเลื่อนแบบคลุม +scroll_wrapped_label=เลื่อนแบบคลุม + +spread_none.title=ไม่ต้องรวมการกระจายหน้า +spread_none_label=ไม่กระจาย +spread_odd.title=รวมการกระจายหน้าเริ่มจากหน้าคี่ +spread_odd_label=กระจายอย่างเหลือเศษ +spread_even.title=รวมการกระจายหน้าเริ่มจากหน้าคู่ +spread_even_label=กระจายอย่างเท่าเทียม + +# Document properties dialog box +document_properties.title=คุณสมบัติเอกสาร… +document_properties_label=คุณสมบัติเอกสาร… +document_properties_file_name=ชื่อไฟล์: +document_properties_file_size=ขนาดไฟล์: +# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" +# will be replaced by the PDF file size in kilobytes, respectively in bytes. +document_properties_kb={{size_kb}} KB ({{size_b}} ไบต์) +# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" +# will be replaced by the PDF file size in megabytes, respectively in bytes. +document_properties_mb={{size_mb}} MB ({{size_b}} ไบต์) +document_properties_title=ชื่อ: +document_properties_author=ผู้สร้าง: +document_properties_subject=ชื่อเรื่อง: +document_properties_keywords=คำสำคัญ: +document_properties_creation_date=วันที่สร้าง: +document_properties_modification_date=วันที่แก้ไข: +# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" +# will be replaced by the creation/modification date, and time, of the PDF file. +document_properties_date_string={{date}}, {{time}} +document_properties_creator=ผู้สร้าง: +document_properties_producer=ผู้ผลิต PDF: +document_properties_version=รุ่น PDF: +document_properties_page_count=จำนวนหน้า: +document_properties_page_size=ขนาดหน้า: +document_properties_page_size_unit_inches=in +document_properties_page_size_unit_millimeters=mm +document_properties_page_size_orientation_portrait=แนวตั้ง +document_properties_page_size_orientation_landscape=แนวนอน +document_properties_page_size_name_a3=A3 +document_properties_page_size_name_a4=A4 +document_properties_page_size_name_letter=จดหมาย +document_properties_page_size_name_legal=ข้อกฎหมาย +# LOCALIZATION NOTE (document_properties_page_size_dimension_string): +# "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement and orientation, of the (current) page. +document_properties_page_size_dimension_string={{width}} × {{height}} {{unit}} ({{orientation}}) +# LOCALIZATION NOTE (document_properties_page_size_dimension_name_string): +# "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement, name, and orientation, of the (current) page. +document_properties_page_size_dimension_name_string={{width}} × {{height}} {{unit}} ({{name}}, {{orientation}}) +# LOCALIZATION NOTE (document_properties_linearized): The linearization status of +# the document; usually called "Fast Web View" in English locales of Adobe software. +document_properties_linearized_yes=ใช่ +document_properties_linearized_no=ไม่ +document_properties_close=ปิด + +print_progress_message=กำลังเตรียมเอกสารสำหรับการพิมพ์… +# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by +# a numerical per cent value. +print_progress_percent={{progress}}% +print_progress_close=ยกเลิก + +# Tooltips and alt text for side panel toolbar buttons +# (the _label strings are alt text for the buttons, the .title strings are +# tooltips) +toggle_sidebar.title=เปิด/ปิดแถบข้าง +toggle_sidebar_notification.title=เปิด/ปิดแถบข้าง (เอกสารมีเค้าร่าง/ไฟล์แนบ) +toggle_sidebar_label=เปิด/ปิดแถบข้าง +document_outline.title=แสดงเค้าร่างเอกสาร (คลิกสองครั้งเพื่อขยาย/ยุบรายการทั้งหมด) +document_outline_label=เค้าร่างเอกสาร +attachments.title=แสดงไฟล์แนบ +attachments_label=ไฟล์แนบ +thumbs.title=แสดงภาพขนาดย่อ +thumbs_label=ภาพขนาดย่อ +findbar.title=ค้นหาในเอกสาร +findbar_label=ค้นหา + +# Thumbnails panel item (tooltip and alt text for images) +# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page +# number. +thumb_page_title=หน้า {{page}} +# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page +# number. +thumb_page_canvas=ภาพขนาดย่อของหน้า {{page}} + +# Find panel button title and messages +find_input.title=ค้นหา +find_input.placeholder=ค้นหาในเอกสาร… +find_previous.title=หาตำแหน่งก่อนหน้าของวลี +find_previous_label=ก่อนหน้า +find_next.title=หาตำแหน่งถัดไปของวลี +find_next_label=ถัดไป +find_highlight=เน้นสีทั้งหมด +find_match_case_label=ตัวพิมพ์ใหญ่เล็กตรงกัน +find_entire_word_label=ทั้งคำ +find_reached_top=ค้นหาถึงจุดเริ่มต้นของหน้า เริ่มค้นต่อจากด้านล่าง +find_reached_bottom=ค้นหาถึงจุดสิ้นสุดหน้า เริ่มค้นต่อจากด้านบน +# LOCALIZATION NOTE (find_match_count): The supported plural forms are +# [one|two|few|many|other], with [other] as the default value. +# "{{current}}" and "{{total}}" will be replaced by a number representing the +# index of the currently active find result, respectively a number representing +# the total number of matches in the document. +# LOCALIZATION NOTE (find_match_count_limit): The supported plural forms are +# [zero|one|two|few|many|other], with [other] as the default value. +# "{{limit}}" will be replaced by a numerical value. +find_not_found=ไม่พบวลี + +# Error panel labels +error_more_info=ข้อมูลเพิ่มเติม +error_less_info=ข้อมูลน้อยลง +error_close=ปิด +# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be +# replaced by the PDF.JS version and build ID. +error_version_info=PDF.js v{{version}} (build: {{build}}) +# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an +# english string describing the error. +error_message=ข้อความ: {{message}} +# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack +# trace. +error_stack=สแตก: {{stack}} +# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename +error_file=ไฟล์: {{file}} +# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number +error_line=บรรทัด: {{line}} +rendering_error=เกิดข้อผิดพลาดขณะกำลังเรนเดอร์หน้า + +# Predefined zoom values +page_scale_width=ความกว้างหน้า +page_scale_fit=พอดีหน้า +page_scale_auto=ซูมอัตโนมัติ +page_scale_actual=ขนาดจริง +# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a +# numerical scale value. +page_scale_percent={{scale}}% + +# Loading indicator messages +loading_error_indicator=ข้อผิดพลาด +loading_error=เกิดข้อผิดพลาดขณะกำลังโหลด PDF +invalid_file_error=ไฟล์ PDF ไม่ถูกต้องหรือเสียหาย +missing_file_error=ไฟล์ PDF หายไป +unexpected_response_error=การตอบสนองของเซิร์ฟเวอร์ที่ไม่คาดคิด + +# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. +# "{{type}}" will be replaced with an annotation type from a list defined in +# the PDF spec (32000-1:2008 Table 169 – Annotation types). +# Some common types are e.g.: "Check", "Text", "Comment", "Note" +text_annotation_type.alt=[คำอธิบายประกอบ {{type}}] +password_label=ป้อนรหัสผ่านเพื่อเปิดไฟล์ PDF นี้ +password_invalid=รหัสผ่านไม่ถูกต้อง โปรดลองอีกครั้ง +password_ok=ตกลง +password_cancel=ยกเลิก + +printing_not_supported=คำเตือน: เบราว์เซอร์นี้ไม่ได้สนับสนุนการพิมพ์อย่างเต็มที่ +printing_not_ready=คำเตือน: PDF ไม่ได้รับการโหลดอย่างเต็มที่สำหรับการพิมพ์ +web_fonts_disabled=แบบอักษรเว็บถูกปิดใช้งาน: ไม่สามารถใช้แบบอักษร PDF ฝังตัว +document_colors_not_allowed=เอกสาร PDF ไม่ได้รับอนุญาตให้ใช้สีของตัวเอง: "อนุญาตให้หน้าเอกสารสามารถเลือกสีของตัวเอง" ถูกปิดใช้งานในเบราว์เซอร์ diff --git a/dzz/pdf/web/locale/tl/index.htm b/dzz/pdf/web/locale/tl/index.htm new file mode 100644 index 0000000..e69de29 diff --git a/dzz/pdf/web/locale/tl/viewer.properties b/dzz/pdf/web/locale/tl/viewer.properties new file mode 100644 index 0000000..b724342 --- /dev/null +++ b/dzz/pdf/web/locale/tl/viewer.properties @@ -0,0 +1,177 @@ +# Copyright 2012 Mozilla Foundation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# Main toolbar buttons (tooltips and alt text for images) +previous.title=Naunang Pahina +previous_label=Nakaraan +next.title=Sunod na Pahina +next_label=Sunod + +# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input. +page.title=Pahina +# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number +# representing the total number of pages in the document. +of_pages=ng {{pagesCount}} +# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" +# will be replaced by a number representing the currently visible page, +# respectively a number representing the total number of pages in the document. +page_of_pages=({{pageNumber}} ng {{pagesCount}}) + +zoom_out.title=Mag-zom Out +zoom_out_label=Paliitin +zoom_in.title=Palakihin +zoom_in_label=Palakihin +zoom.title=Mag-zoom +open_file.title=Magbukas ng file +open_file_label=Buksan +print.title=i-Print +print_label=i-Print +download.title=Download +download_label=Download +bookmark.title=Kasalukuyang tingin (kopyahin o buksan sa bagong window) +bookmark_label=Kasalukuyang tingin + +# Secondary toolbar and context menu +tools.title=Mga Tool +tools_label=Mga Tool +first_page.title=Pumunta sa Unang Pahina +first_page.label=Pumunta sa Unang Pahina +first_page_label=Pumunta sa Unang Pahina +last_page.title=Pumunta sa Huling Pahina +last_page.label=Pumunta sa Huling Pahina +last_page_label=Pumunta sa Huling Pahina +page_rotate_cw.title=Paikutin ang Clockwise +page_rotate_cw.label=Paikutin ang Clockwise +page_rotate_cw_label=Paikutin ang Clockwise +page_rotate_ccw.title=Paikutin ang Counterclockwise +page_rotate_ccw.label=Paikutin ang Counterclockwise +page_rotate_ccw_label=Paikutin ang Counterclockwise + + + + +# Document properties dialog box +# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" +# will be replaced by the PDF file size in kilobytes, respectively in bytes. +document_properties_kb={{size_kb}} KB ({{size_b}} bytes) +# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" +# will be replaced by the PDF file size in megabytes, respectively in bytes. +document_properties_mb={{size_mb}} MB ({{size_b}} bytes) +document_properties_title=Pamagat: +document_properties_keywords=Mga keyword: +# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" +# will be replaced by the creation/modification date, and time, of the PDF file. +document_properties_date_string={{date}}, {{time}} +document_properties_page_size_unit_inches=in +document_properties_page_size_unit_millimeters=mm +document_properties_page_size_orientation_portrait=portrait +document_properties_page_size_orientation_landscape=landscape +document_properties_page_size_name_a3=A3 +document_properties_page_size_name_a4=A4 +document_properties_page_size_name_letter=Letter +document_properties_page_size_name_legal=Legal +# LOCALIZATION NOTE (document_properties_page_size_dimension_string): +# "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement and orientation, of the (current) page. +document_properties_page_size_dimension_string={{width}} × {{height}} {{unit}} ({{orientation}}) +# LOCALIZATION NOTE (document_properties_page_size_dimension_name_string): +# "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement, name, and orientation, of the (current) page. +document_properties_page_size_dimension_name_string={{width}} × {{height}} {{unit}} ({{name}}, {{orientation}}) +# LOCALIZATION NOTE (document_properties_linearized): The linearization status of +# the document; usually called "Fast Web View" in English locales of Adobe software. +document_properties_linearized_yes=Oo +document_properties_linearized_no=Hindi +document_properties_close=Isara + +# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by +# a numerical per cent value. +print_progress_percent={{progress}}% +print_progress_close=Kanselahin + +# Tooltips and alt text for side panel toolbar buttons +# (the _label strings are alt text for the buttons, the .title strings are +# tooltips) +thumbs.title=Ipakita ang mga Thumbnails +findbar_label=Hanapin + +# Thumbnails panel item (tooltip and alt text for images) +# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page +# number. +thumb_page_title=Pahina {{page}} +# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page +# number. +thumb_page_canvas=Thumbnail ng Pahina {{page}} + +# Find panel button title and messages +find_input.title=Hanapin +find_previous.title=Hanapin ang nakaraang pangyayari ng parirala +find_previous_label=Nakaraang +find_next.title=Hanapin ang susunod na pangyayari ng parirala +find_next_label=Susunod +find_highlight=I-highlight lahat +# LOCALIZATION NOTE (find_match_count): The supported plural forms are +# [one|two|few|many|other], with [other] as the default value. +# "{{current}}" and "{{total}}" will be replaced by a number representing the +# index of the currently active find result, respectively a number representing +# the total number of matches in the document. +# LOCALIZATION NOTE (find_match_count_limit): The supported plural forms are +# [zero|one|two|few|many|other], with [other] as the default value. +# "{{limit}}" will be replaced by a numerical value. +find_not_found=Hindi nakita ang prasko + +# Error panel labels +error_more_info=Maraming Inpormasyon +error_less_info=Maikling Inpormasyon +error_close=Sarado +# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be +# replaced by the PDF.JS version and build ID. +error_version_info=PDF.js v{{version}} (build: {{build}}) +# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an +# english string describing the error. +error_message=Mensahe: {{message}} +# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack +# trace. +error_stack=Stack: {{stack}} +# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename +error_file=File: {{file}} +# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number +error_line=Linya: {{line}} +rendering_error=May naganap na pagkakamali habang pagsasalin sa pahina. + +# Predefined zoom values +page_scale_width=Haba ng Pahina +page_scale_fit=ang pahina ay angkop +page_scale_auto=awtomatikong pag-imbulog +page_scale_actual=Totoong sukat +# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a +# numerical scale value. +page_scale_percent={{scale}}% + +# Loading indicator messages +loading_error_indicator=Error +loading_error=May maling nangyari habang kinakarga ang PDF. +invalid_file_error=Di-wasto o masira ang PDF file. +missing_file_error=Nawawalang PDF file. +unexpected_response_error=Hindi inaasahang tugon ng server. + +# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. +# "{{type}}" will be replaced with an annotation type from a list defined in +# the PDF spec (32000-1:2008 Table 169 – Annotation types). +# Some common types are e.g.: "Check", "Text", "Comment", "Note" +text_annotation_type.alt=[{{type}} Annotation] +password_label=Ipasok ang password upang buksan ang PDF file na ito. +password_ok=OK +password_cancel=Kanselahin + diff --git a/dzz/pdf/web/locale/tn/index.htm b/dzz/pdf/web/locale/tn/index.htm new file mode 100644 index 0000000..e69de29 diff --git a/dzz/pdf/web/locale/tn/viewer.properties b/dzz/pdf/web/locale/tn/viewer.properties new file mode 100644 index 0000000..eda077c --- /dev/null +++ b/dzz/pdf/web/locale/tn/viewer.properties @@ -0,0 +1,83 @@ +# Copyright 2012 Mozilla Foundation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# Main toolbar buttons (tooltips and alt text for images) + +# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input. +# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number +# representing the total number of pages in the document. +# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" +# will be replaced by a number representing the currently visible page, +# respectively a number representing the total number of pages in the document. + +zoom.title=Zuma/gogela +open_file.title=Bula Faele +open_file_label=Bula + +# Secondary toolbar and context menu + + +# Document properties dialog box +document_properties_file_name=Leina la faele: +# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" +# will be replaced by the PDF file size in kilobytes, respectively in bytes. +# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" +# will be replaced by the PDF file size in megabytes, respectively in bytes. +document_properties_title=Leina: +# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" +# will be replaced by the creation/modification date, and time, of the PDF file. + +# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by +# a numerical per cent value. + +# Tooltips and alt text for side panel toolbar buttons +# (the _label strings are alt text for the buttons, the .title strings are +# tooltips) + +# Thumbnails panel item (tooltip and alt text for images) +# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page +# number. +# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page +# number. + +# Find panel button title and messages +find_previous.title=Batla tiragalo e e fetileng ya setlhopha sa mafoko +find_next.title=Batla tiragalo e e latelang ya setlhopha sa mafoko +find_not_found=Setlhopha sa mafoko ga se a bonwa + +# Error panel labels +error_more_info=Tshedimosetso e Nngwe +# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be +# replaced by the PDF.JS version and build ID. +# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an +# english string describing the error. +# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack +# trace. +# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename +# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number + +# Predefined zoom values +# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a +# numerical scale value. + +# Loading indicator messages +loading_error_indicator=Phoso + +# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. +# "{{type}}" will be replaced with an annotation type from a list defined in +# the PDF spec (32000-1:2008 Table 169 – Annotation types). +# Some common types are e.g.: "Check", "Text", "Comment", "Note" +password_ok=Siame + +web_fonts_disabled=Mefutatlhaka ya Webo ga e dire: ga e kgone go dirisa mofutatlhaka wa PDF o tsentsweng. diff --git a/dzz/pdf/web/locale/tr/index.htm b/dzz/pdf/web/locale/tr/index.htm new file mode 100644 index 0000000..e69de29 diff --git a/dzz/pdf/web/locale/tr/viewer.properties b/dzz/pdf/web/locale/tr/viewer.properties new file mode 100644 index 0000000..c1ed154 --- /dev/null +++ b/dzz/pdf/web/locale/tr/viewer.properties @@ -0,0 +1,242 @@ +# Copyright 2012 Mozilla Foundation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# Main toolbar buttons (tooltips and alt text for images) +previous.title=Önceki sayfa +previous_label=Önceki +next.title=Sonraki sayfa +next_label=Sonraki + +# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input. +page.title=Sayfa +# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number +# representing the total number of pages in the document. +of_pages=/ {{pagesCount}} +# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" +# will be replaced by a number representing the currently visible page, +# respectively a number representing the total number of pages in the document. +page_of_pages=({{pageNumber}} / {{pagesCount}}) + +zoom_out.title=Uzaklaştır +zoom_out_label=Uzaklaştır +zoom_in.title=Yaklaştır +zoom_in_label=Yaklaştır +zoom.title=Yakınlaştırma +presentation_mode.title=Sunum moduna geç +presentation_mode_label=Sunum Modu +open_file.title=Dosya aç +open_file_label=Aç +print.title=Yazdır +print_label=Yazdır +download.title=İndir +download_label=İndir +bookmark.title=Geçerli görünüm (kopyala veya yeni pencerede aç) +bookmark_label=Geçerli görünüm + +# Secondary toolbar and context menu +tools.title=Araçlar +tools_label=Araçlar +first_page.title=İlk sayfaya git +first_page.label=İlk sayfaya git +first_page_label=İlk sayfaya git +last_page.title=Son sayfaya git +last_page.label=Son sayfaya git +last_page_label=Son sayfaya git +page_rotate_cw.title=Saat yönünde döndür +page_rotate_cw.label=Saat yönünde döndür +page_rotate_cw_label=Saat yönünde döndür +page_rotate_ccw.title=Saat yönünün tersine döndür +page_rotate_ccw.label=Saat yönünün tersine döndür +page_rotate_ccw_label=Saat yönünün tersine döndür + +cursor_text_select_tool.title=Metin seçme aracını etkinleştir +cursor_text_select_tool_label=Metin seçme aracı +cursor_hand_tool.title=El aracını etkinleştir +cursor_hand_tool_label=El aracı + +scroll_vertical.title=Dikey kaydırma kullan +scroll_vertical_label=Dikey kaydırma +scroll_horizontal.title=Yatay kaydırma kullan +scroll_horizontal_label=Yatay kaydırma +scroll_wrapped.title=Yan yana kaydırmayı kullan +scroll_wrapped_label=Yan yana kaydırma + +spread_none.title=Yan yana sayfaları birleştirme +spread_none_label=Birleştirme +spread_odd.title=Yan yana sayfaları tek numaralı sayfalardan başlayarak birleştir +spread_odd_label=Tek numaralı +spread_even.title=Yan yana sayfaları çift numaralı sayfalardan başlayarak birleştir +spread_even_label=Çift numaralı + +# Document properties dialog box +document_properties.title=Belge özellikleri… +document_properties_label=Belge özellikleri… +document_properties_file_name=Dosya adı: +document_properties_file_size=Dosya boyutu: +# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" +# will be replaced by the PDF file size in kilobytes, respectively in bytes. +document_properties_kb={{size_kb}} KB ({{size_b}} bayt) +# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" +# will be replaced by the PDF file size in megabytes, respectively in bytes. +document_properties_mb={{size_mb}} MB ({{size_b}} bayt) +document_properties_title=Başlık: +document_properties_author=Yazar: +document_properties_subject=Konu: +document_properties_keywords=Anahtar kelimeler: +document_properties_creation_date=Oluturma tarihi: +document_properties_modification_date=Değiştirme tarihi: +# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" +# will be replaced by the creation/modification date, and time, of the PDF file. +document_properties_date_string={{date}} {{time}} +document_properties_creator=Oluşturan: +document_properties_producer=PDF üreticisi: +document_properties_version=PDF sürümü: +document_properties_page_count=Sayfa sayısı: +document_properties_page_size=Sayfa boyutu: +document_properties_page_size_unit_inches=inç +document_properties_page_size_unit_millimeters=mm +document_properties_page_size_orientation_portrait=dikey +document_properties_page_size_orientation_landscape=yatay +document_properties_page_size_name_a3=A3 +document_properties_page_size_name_a4=A4 +document_properties_page_size_name_letter=Letter +document_properties_page_size_name_legal=Legal +# LOCALIZATION NOTE (document_properties_page_size_dimension_string): +# "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement and orientation, of the (current) page. +document_properties_page_size_dimension_string={{width}} × {{height}} {{unit}} ({{orientation}}) +# LOCALIZATION NOTE (document_properties_page_size_dimension_name_string): +# "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement, name, and orientation, of the (current) page. +document_properties_page_size_dimension_name_string={{width}} × {{height}} {{unit}} ({{name}}, {{orientation}}) +# LOCALIZATION NOTE (document_properties_linearized): The linearization status of +# the document; usually called "Fast Web View" in English locales of Adobe software. +document_properties_linearized=Hızlı web görünümü: +document_properties_linearized_yes=Evet +document_properties_linearized_no=Hayır +document_properties_close=Kapat + +print_progress_message=Belge yazdırılmaya hazırlanıyor… +# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by +# a numerical per cent value. +print_progress_percent=%{{progress}} +print_progress_close=İptal + +# Tooltips and alt text for side panel toolbar buttons +# (the _label strings are alt text for the buttons, the .title strings are +# tooltips) +toggle_sidebar.title=Kenar çubuğunu aç/kapat +toggle_sidebar_notification.title=Kenar çubuğunu aç/kapat (Belge anahat/ekler içeriyor) +toggle_sidebar_label=Kenar çubuğunu aç/kapat +document_outline.title=Belge şemasını göster (Tüm öğeleri genişletmek/daraltmak için çift tıklayın) +document_outline_label=Belge şeması +attachments.title=Ekleri göster +attachments_label=Ekler +thumbs.title=Küçük resimleri göster +thumbs_label=Küçük resimler +findbar.title=Belgede bul +findbar_label=Bul + +# Thumbnails panel item (tooltip and alt text for images) +# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page +# number. +thumb_page_title=Sayfa {{page}} +# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page +# number. +thumb_page_canvas={{page}}. sayfanın küçük hâli + +# Find panel button title and messages +find_input.title=Bul +find_input.placeholder=Belgede bul… +find_previous.title=Önceki eşleşmeyi bul +find_previous_label=Önceki +find_next.title=Sonraki eşleşmeyi bul +find_next_label=Sonraki +find_highlight=Tümünü vurgula +find_match_case_label=Büyük-küçük harfe duyarlı +find_entire_word_label=Tam sözcükler +find_reached_top=Belgenin başına ulaşıldı, sonundan devam edildi +find_reached_bottom=Belgenin sonuna ulaşıldı, başından devam edildi +# LOCALIZATION NOTE (find_match_count): The supported plural forms are +# [one|two|few|many|other], with [other] as the default value. +# "{{current}}" and "{{total}}" will be replaced by a number representing the +# index of the currently active find result, respectively a number representing +# the total number of matches in the document. +find_match_count={[ plural(total) ]} +find_match_count[one]={{total}} eşleşmeden {{current}}. eşleşme +find_match_count[two]={{total}} eşleşmeden {{current}}. eşleşme +find_match_count[few]={{total}} eşleşmeden {{current}}. eşleşme +find_match_count[many]={{total}} eşleşmeden {{current}}. eşleşme +find_match_count[other]={{total}} eşleşmeden {{current}}. eşleşme +# LOCALIZATION NOTE (find_match_count_limit): The supported plural forms are +# [zero|one|two|few|many|other], with [other] as the default value. +# "{{limit}}" will be replaced by a numerical value. +find_match_count_limit={[ plural(limit) ]} +find_match_count_limit[zero]={{limit}} eşleşmeden fazla +find_match_count_limit[one]={{limit}} eşleşmeden fazla +find_match_count_limit[two]={{limit}} eşleşmeden fazla +find_match_count_limit[few]={{limit}} eşleşmeden fazla +find_match_count_limit[many]={{limit}} eşleşmeden fazla +find_match_count_limit[other]={{limit}} eşleşmeden fazla +find_not_found=Eşleşme bulunamadı + +# Error panel labels +error_more_info=Daha fazla bilgi al +error_less_info=Daha az bilgi +error_close=Kapat +# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be +# replaced by the PDF.JS version and build ID. +error_version_info=PDF.js sürüm {{version}} (yapı: {{build}}) +# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an +# english string describing the error. +error_message=İleti: {{message}} +# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack +# trace. +error_stack=Yığın: {{stack}} +# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename +error_file=Dosya: {{file}} +# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number +error_line=Satır: {{line}} +rendering_error=Sayfa yorumlanırken bir hata oluştu. + +# Predefined zoom values +page_scale_width=Sayfa genişliği +page_scale_fit=Sayfayı sığdır +page_scale_auto=Otomatik yakınlaştır +page_scale_actual=Gerçek boyut +# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a +# numerical scale value. +page_scale_percent=%{{scale}} + +# Loading indicator messages +loading_error_indicator=Hata +loading_error=PDF yüklenirken bir hata oluştu. +invalid_file_error=Geçersiz veya bozulmuş PDF dosyası. +missing_file_error=PDF dosyası eksik. +unexpected_response_error=Beklenmeyen sunucu yanıtı. + +# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. +# "{{type}}" will be replaced with an annotation type from a list defined in +# the PDF spec (32000-1:2008 Table 169 – Annotation types). +# Some common types are e.g.: "Check", "Text", "Comment", "Note" +text_annotation_type.alt=[{{type}} işareti] +password_label=Bu PDF dosyasını açmak için parolasını yazın. +password_invalid=Geçersiz parola. Lütfen yeniden deneyin. +password_ok=Tamam +password_cancel=İptal + +printing_not_supported=Uyarı: Yazdırma bu tarayıcı tarafından tam olarak desteklenmemektedir. +printing_not_ready=Uyarı: PDF tamamen yüklenmedi ve yazdırmaya hazır değil. +web_fonts_disabled=Web fontları devre dışı: Gömülü PDF fontları kullanılamıyor. +document_colors_not_allowed=PDF belgelerinin kendi renklerini kullanması için izin verilmiyor: “Sayfalara kendi renklerini seçmesi için izin ver” tarayıcıda etkinleştirilmemiş. diff --git a/dzz/pdf/web/locale/tsz/index.htm b/dzz/pdf/web/locale/tsz/index.htm new file mode 100644 index 0000000..e69de29 diff --git a/dzz/pdf/web/locale/tsz/viewer.properties b/dzz/pdf/web/locale/tsz/viewer.properties new file mode 100644 index 0000000..c50a942 --- /dev/null +++ b/dzz/pdf/web/locale/tsz/viewer.properties @@ -0,0 +1,75 @@ +# Copyright 2012 Mozilla Foundation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# Main toolbar buttons (tooltips and alt text for images) + +# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input. +# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number +# representing the total number of pages in the document. +# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" +# will be replaced by a number representing the currently visible page, +# respectively a number representing the total number of pages in the document. + +zoom.title=jasi +open_file_label=Mitani + +# Secondary toolbar and context menu + + +# Document properties dialog box +# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" +# will be replaced by the PDF file size in kilobytes, respectively in bytes. +# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" +# will be replaced by the PDF file size in megabytes, respectively in bytes. +# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" +# will be replaced by the creation/modification date, and time, of the PDF file. + +# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by +# a numerical per cent value. + +# Tooltips and alt text for side panel toolbar buttons +# (the _label strings are alt text for the buttons, the .title strings are +# tooltips) + +# Thumbnails panel item (tooltip and alt text for images) +# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page +# number. +# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page +# number. + +# Find panel button title and messages + +# Error panel labels +# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be +# replaced by the PDF.JS version and build ID. +error_version_info=PDF.js v{{version}} (build: {{build}}) +# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an +# english string describing the error. +# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack +# trace. +# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename +# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number + +# Predefined zoom values +# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a +# numerical scale value. + +# Loading indicator messages + +# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. +# "{{type}}" will be replaced with an annotation type from a list defined in +# the PDF spec (32000-1:2008 Table 169 – Annotation types). +# Some common types are e.g.: "Check", "Text", "Comment", "Note" +password_ok=Jo + diff --git a/dzz/pdf/web/locale/uk/index.htm b/dzz/pdf/web/locale/uk/index.htm new file mode 100644 index 0000000..e69de29 diff --git a/dzz/pdf/web/locale/uk/viewer.properties b/dzz/pdf/web/locale/uk/viewer.properties new file mode 100644 index 0000000..01d0288 --- /dev/null +++ b/dzz/pdf/web/locale/uk/viewer.properties @@ -0,0 +1,242 @@ +# Copyright 2012 Mozilla Foundation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# Main toolbar buttons (tooltips and alt text for images) +previous.title=Попередня сторінка +previous_label=Попередня +next.title=Наступна сторінка +next_label=Наступна + +# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input. +page.title=Сторінка +# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number +# representing the total number of pages in the document. +of_pages=із {{pagesCount}} +# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" +# will be replaced by a number representing the currently visible page, +# respectively a number representing the total number of pages in the document. +page_of_pages=({{pageNumber}} із {{pagesCount}}) + +zoom_out.title=Зменшити +zoom_out_label=Зменшити +zoom_in.title=Збільшити +zoom_in_label=Збільшити +zoom.title=Масштаб +presentation_mode.title=Перейти в режим презентації +presentation_mode_label=Режим презентації +open_file.title=Відкрити файл +open_file_label=Відкрити +print.title=Друк +print_label=Друк +download.title=Завантажити +download_label=Завантажити +bookmark.title=Поточний вигляд (копіювати чи відкрити в новому вікні) +bookmark_label=Поточний вигляд + +# Secondary toolbar and context menu +tools.title=Інструменти +tools_label=Інструменти +first_page.title=На першу сторінку +first_page.label=На першу сторінку +first_page_label=На першу сторінку +last_page.title=На останню сторінку +last_page.label=На останню сторінку +last_page_label=На останню сторінку +page_rotate_cw.title=Повернути за годинниковою стрілкою +page_rotate_cw.label=Повернути за годинниковою стрілкою +page_rotate_cw_label=Повернути за годинниковою стрілкою +page_rotate_ccw.title=Повернути проти годинникової стрілки +page_rotate_ccw.label=Повернути проти годинникової стрілки +page_rotate_ccw_label=Повернути проти годинникової стрілки + +cursor_text_select_tool.title=Увімкнути інструмент вибору тексту +cursor_text_select_tool_label=Інструмент вибору тексту +cursor_hand_tool.title=Увімкнути інструмент «Рука» +cursor_hand_tool_label=Інструмент «Рука» + +scroll_vertical.title=Використовувати вертикальне прокручування +scroll_vertical_label=Вертикальне прокручування +scroll_horizontal.title=Використовувати горизонтальне прокручування +scroll_horizontal_label=Горизонтальне прокручування +scroll_wrapped.title=Використовувати масштабоване прокручування +scroll_wrapped_label=Масштабоване прокручування + +spread_none.title=Не використовувати розгорнуті сторінки +spread_none_label=Без розгорнутих сторінок +spread_odd.title=Розгорнуті сторінки починаються з непарних номерів +spread_odd_label=Непарні сторінки зліва +spread_even.title=Розгорнуті сторінки починаються з парних номерів +spread_even_label=Парні сторінки зліва + +# Document properties dialog box +document_properties.title=Властивості документа… +document_properties_label=Властивості документа… +document_properties_file_name=Назва файла: +document_properties_file_size=Розмір файла: +# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" +# will be replaced by the PDF file size in kilobytes, respectively in bytes. +document_properties_kb={{size_kb}} КБ ({{size_b}} bytes) +# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" +# will be replaced by the PDF file size in megabytes, respectively in bytes. +document_properties_mb={{size_mb}} МБ ({{size_b}} bytes) +document_properties_title=Заголовок: +document_properties_author=Автор: +document_properties_subject=Тема: +document_properties_keywords=Ключові слова: +document_properties_creation_date=Дата створення: +document_properties_modification_date=Дата зміни: +# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" +# will be replaced by the creation/modification date, and time, of the PDF file. +document_properties_date_string={{date}}, {{time}} +document_properties_creator=Створено: +document_properties_producer=Виробник PDF: +document_properties_version=Версія PDF: +document_properties_page_count=Кількість сторінок: +document_properties_page_size=Розмір сторінки: +document_properties_page_size_unit_inches=дюймів +document_properties_page_size_unit_millimeters=мм +document_properties_page_size_orientation_portrait=книжкова +document_properties_page_size_orientation_landscape=альбомна +document_properties_page_size_name_a3=A3 +document_properties_page_size_name_a4=A4 +document_properties_page_size_name_letter=Letter +document_properties_page_size_name_legal=Legal +# LOCALIZATION NOTE (document_properties_page_size_dimension_string): +# "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement and orientation, of the (current) page. +document_properties_page_size_dimension_string={{width}} × {{height}} {{unit}} ({{orientation}}) +# LOCALIZATION NOTE (document_properties_page_size_dimension_name_string): +# "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement, name, and orientation, of the (current) page. +document_properties_page_size_dimension_name_string={{width}} × {{height}} {{unit}} ({{name}}, {{orientation}}) +# LOCALIZATION NOTE (document_properties_linearized): The linearization status of +# the document; usually called "Fast Web View" in English locales of Adobe software. +document_properties_linearized=Швидкий перегляд в Інтернеті: +document_properties_linearized_yes=Так +document_properties_linearized_no=Ні +document_properties_close=Закрити + +print_progress_message=Підготовка документу до друку… +# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by +# a numerical per cent value. +print_progress_percent={{progress}}% +print_progress_close=Скасувати + +# Tooltips and alt text for side panel toolbar buttons +# (the _label strings are alt text for the buttons, the .title strings are +# tooltips) +toggle_sidebar.title=Бічна панель +toggle_sidebar_notification.title=Перемкнути бічну панель (документ має вміст/вкладення) +toggle_sidebar_label=Перемкнути бічну панель +document_outline.title=Показати схему документу (подвійний клік для розгортання/згортання елементів) +document_outline_label=Схема документа +attachments.title=Показати прикріплення +attachments_label=Прикріплення +thumbs.title=Показувати ескізи +thumbs_label=Ескізи +findbar.title=Знайти в документі +findbar_label=Пошук + +# Thumbnails panel item (tooltip and alt text for images) +# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page +# number. +thumb_page_title=Сторінка {{page}} +# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page +# number. +thumb_page_canvas=Ескіз сторінки {{page}} + +# Find panel button title and messages +find_input.title=Знайти +find_input.placeholder=Знайти в документі… +find_previous.title=Знайти попереднє входження фрази +find_previous_label=Попереднє +find_next.title=Знайти наступне входження фрази +find_next_label=Наступне +find_highlight=Підсвітити все +find_match_case_label=З урахуванням регістру +find_entire_word_label=Цілі слова +find_reached_top=Досягнуто початку документу, продовжено з кінця +find_reached_bottom=Досягнуто кінця документу, продовжено з початку +# LOCALIZATION NOTE (find_match_count): The supported plural forms are +# [one|two|few|many|other], with [other] as the default value. +# "{{current}}" and "{{total}}" will be replaced by a number representing the +# index of the currently active find result, respectively a number representing +# the total number of matches in the document. +find_match_count={[ plural(total) ]} +find_match_count[one]={{current}} збіг із {{total}} +find_match_count[two]={{current}} збіги з {{total}} +find_match_count[few]={{current}} збігів із {{total}} +find_match_count[many]={{current}} збігів із {{total}} +find_match_count[other]={{current}} збігів із {{total}} +# LOCALIZATION NOTE (find_match_count_limit): The supported plural forms are +# [zero|one|two|few|many|other], with [other] as the default value. +# "{{limit}}" will be replaced by a numerical value. +find_match_count_limit={[ plural(limit) ]} +find_match_count_limit[zero]=Понад {{limit}} збігів +find_match_count_limit[one]=Більше, ніж {{limit}} збіг +find_match_count_limit[two]=Більше, ніж {{limit}} збіги +find_match_count_limit[few]=Більше, ніж {{limit}} збігів +find_match_count_limit[many]=Понад {{limit}} збігів +find_match_count_limit[other]=Понад {{limit}} збігів +find_not_found=Фразу не знайдено + +# Error panel labels +error_more_info=Більше інформації +error_less_info=Менше інформації +error_close=Закрити +# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be +# replaced by the PDF.JS version and build ID. +error_version_info=PDF.js v{{version}} (build: {{build}}) +# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an +# english string describing the error. +error_message=Повідомлення: {{message}} +# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack +# trace. +error_stack=Стек: {{stack}} +# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename +error_file=Файл: {{file}} +# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number +error_line=Рядок: {{line}} +rendering_error=Під час виведення сторінки сталася помилка. + +# Predefined zoom values +page_scale_width=За шириною +page_scale_fit=Умістити +page_scale_auto=Авто-масштаб +page_scale_actual=Дійсний розмір +# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a +# numerical scale value. +page_scale_percent={{scale}}% + +# Loading indicator messages +loading_error_indicator=Помилка +loading_error=Під час завантаження PDF сталася помилка. +invalid_file_error=Недійсний або пошкоджений PDF-файл. +missing_file_error=Відсутній PDF-файл. +unexpected_response_error=Неочікувана відповідь сервера. + +# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. +# "{{type}}" will be replaced with an annotation type from a list defined in +# the PDF spec (32000-1:2008 Table 169 – Annotation types). +# Some common types are e.g.: "Check", "Text", "Comment", "Note" +text_annotation_type.alt=[{{type}}-аннотація] +password_label=Введіть пароль для відкриття цього PDF-файла. +password_invalid=Невірний пароль. Спробуйте ще. +password_ok=Гаразд +password_cancel=Скасувати + +printing_not_supported=Попередження: Цей браузер не повністю підтримує друк. +printing_not_ready=Попередження: PDF не повністю завантажений для друку. +web_fonts_disabled=Веб-шрифти вимкнено: неможливо використати вбудовані у PDF шрифти. +document_colors_not_allowed=PDF-документам не дозволено використовувати власні кольори: в браузері вимкнено параметр «Дозволити сторінкам використовувати власні кольори». diff --git a/dzz/pdf/web/locale/ur/index.htm b/dzz/pdf/web/locale/ur/index.htm new file mode 100644 index 0000000..e69de29 diff --git a/dzz/pdf/web/locale/ur/viewer.properties b/dzz/pdf/web/locale/ur/viewer.properties new file mode 100644 index 0000000..ea6ba27 --- /dev/null +++ b/dzz/pdf/web/locale/ur/viewer.properties @@ -0,0 +1,207 @@ +# Copyright 2012 Mozilla Foundation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# Main toolbar buttons (tooltips and alt text for images) +previous.title=پچھلا صفحہ +previous_label=پچھلا +next.title=اگلا صفحہ +next_label=آگے + +# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input. +page.title=صفحہ +# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number +# representing the total number of pages in the document. +of_pages={{pagesCount}} کا +# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" +# will be replaced by a number representing the currently visible page, +# respectively a number representing the total number of pages in the document. +page_of_pages=({{pageNumber}} کا {{pagesCount}}) + +zoom_out.title=باہر زوم کریں +zoom_out_label=باہر زوم کریں +zoom_in.title=اندر زوم کریں +zoom_in_label=اندر زوم کریں +zoom.title=زوم +presentation_mode.title=پیشکش موڈ میں چلے جائیں +presentation_mode_label=پیشکش موڈ +open_file.title=مسل کھولیں +open_file_label=کھولیں +print.title=چھاپیں +print_label=چھاپیں +download.title=ڈاؤن لوڈ +download_label=ڈاؤن لوڈ +bookmark.title=حالیہ نظارہ (نۓ دریچہ میں نقل کریں یا کھولیں) +bookmark_label=حالیہ نظارہ + +# Secondary toolbar and context menu +tools.title=آلات +tools_label=آلات +first_page.title=پہلے صفحہ پر جائیں +first_page.label=پہلے صفحہ پر جائیں +first_page_label=پہلے صفحہ پر جائیں +last_page.title=آخری صفحہ پر جائیں +last_page.label=آخری صفحہ پر جائیں +last_page_label=آخری صفحہ پر جائیں +page_rotate_cw.title=گھڑی وار گھمائیں +page_rotate_cw.label=گھڑی وار گھمائیں +page_rotate_cw_label=گھڑی وار گھمائیں +page_rotate_ccw.title=ضد گھڑی وار گھمائیں +page_rotate_ccw.label=ضد گھڑی وار گھمائیں +page_rotate_ccw_label=ضد گھڑی وار گھمائیں + + + + +# Document properties dialog box +document_properties.title=دستاویز خواص… +document_properties_label=دستاویز خواص…\u0020 +document_properties_file_name=نام مسل: +document_properties_file_size=مسل سائز: +# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" +# will be replaced by the PDF file size in kilobytes, respectively in bytes. +document_properties_kb={{size_kb}} KB ({{size_b}} bytes) +# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" +# will be replaced by the PDF file size in megabytes, respectively in bytes. +document_properties_mb={{size_mb}} MB ({{size_b}} bytes) +document_properties_title=عنوان: +document_properties_author=تخلیق کار: +document_properties_subject=موضوع: +document_properties_keywords=کلیدی الفاظ: +document_properties_creation_date=تخلیق کی تاریخ: +document_properties_modification_date=ترمیم کی تاریخ: +# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" +# will be replaced by the creation/modification date, and time, of the PDF file. +document_properties_date_string={{date}}، {{time}} +document_properties_creator=تخلیق کار: +document_properties_producer=PDF پیدا کار: +document_properties_version=PDF ورژن: +document_properties_page_count=صفحہ شمار: +document_properties_page_size=صفہ کی لمبائ: +document_properties_page_size_unit_inches=میں +document_properties_page_size_unit_millimeters=mm +document_properties_page_size_orientation_portrait=عمودی انداز +document_properties_page_size_name_a3=A3 +document_properties_page_size_name_a4=A4 +document_properties_page_size_name_legal=قانونی +# LOCALIZATION NOTE (document_properties_page_size_dimension_string): +# "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement and orientation, of the (current) page. +document_properties_page_size_dimension_string={{width}} × {{height}} {{unit}} ({{orientation}}) +# LOCALIZATION NOTE (document_properties_page_size_dimension_name_string): +# "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement, name, and orientation, of the (current) page. +# LOCALIZATION NOTE (document_properties_linearized): The linearization status of +# the document; usually called "Fast Web View" in English locales of Adobe software. +document_properties_linearized_yes=ہاں +document_properties_linearized_no=نہیں +document_properties_close=بند کریں + +print_progress_message=چھاپنے کرنے کے لیے دستاویز تیار کیے جا رھے ھیں +# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by +# a numerical per cent value. +print_progress_percent=*{{progress}}%* +print_progress_close=منسوخ کریں + +# Tooltips and alt text for side panel toolbar buttons +# (the _label strings are alt text for the buttons, the .title strings are +# tooltips) +toggle_sidebar.title=سلائیڈ ٹوگل کریں +toggle_sidebar_label=سلائیڈ ٹوگل کریں +document_outline.title=دستاویز کی سرخیاں دکھایں (تمام اشیاء وسیع / غائب کرنے کے لیے ڈبل کلک کریں) +document_outline_label=دستاویز آؤٹ لائن +attachments.title=منسلکات دکھائیں +attachments_label=منسلکات +thumbs.title=تھمبنیل دکھائیں +thumbs_label=مجمل +findbar.title=دستاویز میں ڈھونڈیں +findbar_label=ڈھونڈیں + +# Thumbnails panel item (tooltip and alt text for images) +# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page +# number. +thumb_page_title=صفحہ {{page}} +# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page +# number. +thumb_page_canvas=صفحے کا مجمل {{page}} + +# Find panel button title and messages +find_input.title=ڈھونڈیں +find_input.placeholder=دستاویز… میں ڈھونڈیں +find_previous.title=فقرے کا پچھلا وقوع ڈھونڈیں +find_previous_label=پچھلا +find_next.title=فقرے کا اگلہ وقوع ڈھونڈیں +find_next_label=آگے +find_highlight=تمام نمایاں کریں +find_match_case_label=حروف مشابہ کریں +find_reached_top=صفحہ کے شروع پر پہنچ گیا، نیچے سے جاری کیا +find_reached_bottom=صفحہ کے اختتام پر پہنچ گیا، اوپر سے جاری کیا +# LOCALIZATION NOTE (find_match_count): The supported plural forms are +# [one|two|few|many|other], with [other] as the default value. +# "{{current}}" and "{{total}}" will be replaced by a number representing the +# index of the currently active find result, respectively a number representing +# the total number of matches in the document. +# LOCALIZATION NOTE (find_match_count_limit): The supported plural forms are +# [zero|one|two|few|many|other], with [other] as the default value. +# "{{limit}}" will be replaced by a numerical value. +find_not_found=فقرا نہیں ملا + +# Error panel labels +error_more_info=مزید معلومات +error_less_info=کم معلومات +error_close=بند کریں +# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be +# replaced by the PDF.JS version and build ID. +error_version_info=PDF.js v{{version}} (build: {{build}}) +# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an +# english string describing the error. +error_message=پیغام: {{message}} +# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack +# trace. +error_stack=سٹیک: {{stack}} +# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename +error_file=مسل: {{file}} +# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number +error_line=لائن: {{line}} +rendering_error=صفحہ بناتے ہوئے نقص آ گیا۔ + +# Predefined zoom values +page_scale_width=صفحہ چوڑائی +page_scale_fit=صفحہ فٹنگ +page_scale_auto=خودکار زوم +page_scale_actual=اصل سائز +# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a +# numerical scale value. +page_scale_percent={{scale}}% + +# Loading indicator messages +loading_error_indicator=نقص +loading_error=PDF لوڈ کرتے وقت نقص آ گیا۔ +invalid_file_error=ناجائز یا خراب PDF مسل +missing_file_error=PDF مسل غائب ہے۔ +unexpected_response_error=غیرمتوقع پیش کار جواب + +# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. +# "{{type}}" will be replaced with an annotation type from a list defined in +# the PDF spec (32000-1:2008 Table 169 – Annotation types). +# Some common types are e.g.: "Check", "Text", "Comment", "Note" +text_annotation_type.alt=[{{type}} نوٹ] +password_label=PDF مسل کھولنے کے لیے پاس ورڈ داخل کریں. +password_invalid=ناجائز پاس ورڈ. براےؑ کرم دوبارہ کوشش کریں. +password_ok=سہی +password_cancel=منسوخ کریں + +printing_not_supported=تنبیہ:چھاپنا اس براؤزر پر پوری طرح معاونت شدہ نہیں ہے۔ +printing_not_ready=تنبیہ: PDF چھپائی کے لیے پوری طرح لوڈ نہیں ہوئی۔ +web_fonts_disabled=ویب فانٹ نا اہل ہیں: شامل PDF فانٹ استعمال کرنے میں ناکام۔ +document_colors_not_allowed=PDF دستاویزات کو اپنے رنگ استعمال کرنے کی اجازت نہیں: 'صفحات کو اپنے رنگ چنیں' کی اِجازت براؤزر میں بے عمل ہے۔ diff --git a/dzz/pdf/web/locale/uz/index.htm b/dzz/pdf/web/locale/uz/index.htm new file mode 100644 index 0000000..e69de29 diff --git a/dzz/pdf/web/locale/uz/viewer.properties b/dzz/pdf/web/locale/uz/viewer.properties new file mode 100644 index 0000000..e451c74 --- /dev/null +++ b/dzz/pdf/web/locale/uz/viewer.properties @@ -0,0 +1,169 @@ +# Copyright 2012 Mozilla Foundation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# Main toolbar buttons (tooltips and alt text for images) +previous.title=Oldingi sahifa +previous_label=Oldingi +next.title=Keyingi sahifa +next_label=Keyingi + +# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input. +# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number +# representing the total number of pages in the document. +of_pages=/{{pagesCount}} +# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" +# will be replaced by a number representing the currently visible page, +# respectively a number representing the total number of pages in the document. + +zoom_out.title=Kichiklashtirish +zoom_out_label=Kichiklashtirish +zoom_in.title=Kattalashtirish +zoom_in_label=Kattalashtirish +zoom.title=Masshtab +presentation_mode.title=Namoyish usuliga oʻtish +presentation_mode_label=Namoyish usuli +open_file.title=Faylni ochish +open_file_label=Ochish +print.title=Chop qilish +print_label=Chop qilish +download.title=Yuklab olish +download_label=Yuklab olish +bookmark.title=Joriy koʻrinish (nusxa oling yoki yangi oynada oching) +bookmark_label=Joriy koʻrinish + +# Secondary toolbar and context menu +tools.title=Vositalar +tools_label=Vositalar +first_page.title=Birinchi sahifaga oʻtish +first_page.label=Birinchi sahifaga oʻtish +first_page_label=Birinchi sahifaga oʻtish +last_page.title=Soʻnggi sahifaga oʻtish +last_page.label=Soʻnggi sahifaga oʻtish +last_page_label=Soʻnggi sahifaga oʻtish +page_rotate_cw.title=Soat yoʻnalishi boʻyicha burish +page_rotate_cw.label=Soat yoʻnalishi boʻyicha burish +page_rotate_cw_label=Soat yoʻnalishi boʻyicha burish +page_rotate_ccw.title=Soat yoʻnalishiga qarshi burish +page_rotate_ccw.label=Soat yoʻnalishiga qarshi burish +page_rotate_ccw_label=Soat yoʻnalishiga qarshi burish + + +# Document properties dialog box +document_properties.title=Hujjat xossalari +document_properties_label=Hujjat xossalari +document_properties_file_name=Fayl nomi: +document_properties_file_size=Fayl hajmi: +# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" +# will be replaced by the PDF file size in kilobytes, respectively in bytes. +document_properties_kb={{size_kb}} KB ({{size_b}} bytes) +# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" +# will be replaced by the PDF file size in megabytes, respectively in bytes. +document_properties_mb={{size_mb}} MB ({{size_b}} bytes) +document_properties_title=Nomi: +document_properties_author=Muallifi: +document_properties_subject=Mavzusi: +document_properties_keywords=Kalit so‘zlar +document_properties_creation_date=Yaratilgan sanasi: +document_properties_modification_date=O‘zgartirilgan sanasi +# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" +# will be replaced by the creation/modification date, and time, of the PDF file. +document_properties_date_string={{date}}, {{time}} +document_properties_creator=Yaratuvchi: +document_properties_producer=PDF ishlab chiqaruvchi: +document_properties_version=PDF versiyasi: +document_properties_page_count=Sahifa soni: +document_properties_close=Yopish + +# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by +# a numerical per cent value. + +# Tooltips and alt text for side panel toolbar buttons +# (the _label strings are alt text for the buttons, the .title strings are +# tooltips) +toggle_sidebar.title=Yon panelni yoqib/oʻchirib qoʻyish +toggle_sidebar_label=Yon panelni yoqib/oʻchirib qoʻyish +document_outline_label=Hujjat tuzilishi +attachments.title=Ilovalarni ko‘rsatish +attachments_label=Ilovalar +thumbs.title=Nishonchalarni koʻrsatish +thumbs_label=Nishoncha +findbar.title=Hujjat ichidan topish + +# Thumbnails panel item (tooltip and alt text for images) +# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page +# number. +thumb_page_title={{page}} sahifa +# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page +# number. +thumb_page_canvas={{page}} sahifa nishonchasi + +# Find panel button title and messages +find_previous.title=Soʻzlardagi oldingi hodisani topish +find_previous_label=Oldingi +find_next.title=Iboradagi keyingi hodisani topish +find_next_label=Keyingi +find_highlight=Barchasini ajratib koʻrsatish +find_match_case_label=Katta-kichik harflarni farqlash +find_reached_top=Hujjatning boshigacha yetib keldik, pastdan davom ettiriladi +find_reached_bottom=Hujjatning oxiriga yetib kelindi, yuqoridan davom ettirladi +find_not_found=Soʻzlar topilmadi + +# Error panel labels +error_more_info=Koʻproq ma`lumot +error_less_info=Kamroq ma`lumot +error_close=Yopish +# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be +# replaced by the PDF.JS version and build ID. +error_version_info=PDF.js v{{version}} (build: {{build}}) +# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an +# english string describing the error. +error_message=Xabar: {{message}} +# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack +# trace. +error_stack=Toʻplam: {{stack}} +# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename +error_file=Fayl: {{file}} +# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number +error_line=Satr: {{line}} +rendering_error=Sahifa renderlanayotganda xato yuz berdi. + +# Predefined zoom values +page_scale_width=Sahifa eni +page_scale_fit=Sahifani moslashtirish +page_scale_auto=Avtomatik masshtab +page_scale_actual=Haqiqiy hajmi +# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a +# numerical scale value. +page_scale_percent={{scale}}% + +# Loading indicator messages +loading_error_indicator=Xato +loading_error=PDF yuklanayotganda xato yuz berdi. +invalid_file_error=Xato yoki buzuq PDF fayli. +missing_file_error=PDF fayl kerak. +unexpected_response_error=Kutilmagan server javobi. + +# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. +# "{{type}}" will be replaced with an annotation type from a list defined in +# the PDF spec (32000-1:2008 Table 169 – Annotation types). +# Some common types are e.g.: "Check", "Text", "Comment", "Note" +text_annotation_type.alt=[{{type}} Annotation] +password_label=PDF faylni ochish uchun parolni kiriting. +password_invalid=Parol - notoʻgʻri. Qaytadan urinib koʻring. +password_ok=OK + +printing_not_supported=Diqqat: chop qilish bruzer tomonidan toʻliq qoʻllab-quvvatlanmaydi. +printing_not_ready=Diqqat: PDF fayl chop qilish uchun toʻliq yuklanmadi. +web_fonts_disabled=Veb shriftlar oʻchirilgan: ichki PDF shriftlardan foydalanib boʻlmmaydi. +document_colors_not_allowed=PDF hujjat oʻzining ranglaridan foydalanishga ruxsat bermaydi: 'Sahifalarga oʻzining rangidan foydalanishga ruxsat berish' ushbu brauzerda oʻchirib qoʻyilgan. diff --git a/dzz/pdf/web/locale/vi/index.htm b/dzz/pdf/web/locale/vi/index.htm new file mode 100644 index 0000000..e69de29 diff --git a/dzz/pdf/web/locale/vi/viewer.properties b/dzz/pdf/web/locale/vi/viewer.properties new file mode 100644 index 0000000..598eaa8 --- /dev/null +++ b/dzz/pdf/web/locale/vi/viewer.properties @@ -0,0 +1,205 @@ +# Copyright 2012 Mozilla Foundation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# Main toolbar buttons (tooltips and alt text for images) +previous.title=Trang Trước +previous_label=Trước +next.title=Trang Sau +next_label=Tiếp + +# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input. +page.title=Trang +# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number +# representing the total number of pages in the document. +of_pages=trên {{pagesCount}} +# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" +# will be replaced by a number representing the currently visible page, +# respectively a number representing the total number of pages in the document. +page_of_pages=({{pageNumber}} trên {{pagesCount}}) + +zoom_out.title=Thu nhỏ +zoom_out_label=Thu nhỏ +zoom_in.title=Phóng to +zoom_in_label=Phóng to +zoom.title=Chỉnh kích thước +presentation_mode.title=Chuyển sang chế độ trình chiếu +presentation_mode_label=Chế độ trình chiếu +open_file.title=Mở tập tin +open_file_label=Mở tập tin +print.title=In +print_label=In +download.title=Tải xuống +download_label=Tải xuống +bookmark.title=Góc nhìn hiện tại (copy hoặc mở trong cửa sổ mới) +bookmark_label=Chế độ xem hiện tại + +# Secondary toolbar and context menu +tools.title=Công cụ +tools_label=Công cụ +first_page.title=Về trang đầu +first_page.label=Về trang đầu +first_page_label=Về trang đầu +last_page.title=Đến trang cuối +last_page.label=Đến trang cuối +last_page_label=Đến trang cuối +page_rotate_cw.title=Xoay theo chiều kim đồng hồ +page_rotate_cw.label=Xoay theo chiều kim đồng hồ +page_rotate_cw_label=Xoay theo chiều kim đồng hồ +page_rotate_ccw.title=Xoay ngược chiều kim đồng hồ +page_rotate_ccw.label=Xoay ngược chiều kim đồng hồ +page_rotate_ccw_label=Xoay ngược chiều kim đồng hồ + +cursor_text_select_tool.title=Bật công cụ chọn vùng văn bản +cursor_text_select_tool_label=Công cụ chọn vùng văn bản +cursor_hand_tool.title=Bật công cụ con trỏ +cursor_hand_tool_label=Công cụ con trỏ + + + +# Document properties dialog box +document_properties.title=Thuộc tính của tài liệu… +document_properties_label=Thuộc tính của tài liệu… +document_properties_file_name=Tên tập tin: +document_properties_file_size=Kích thước: +# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" +# will be replaced by the PDF file size in kilobytes, respectively in bytes. +document_properties_kb={{size_kb}} KB ({{size_b}} byte) +# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" +# will be replaced by the PDF file size in megabytes, respectively in bytes. +document_properties_mb={{size_mb}} MB ({{size_b}} byte) +document_properties_title=Tiêu đề: +document_properties_author=Tác giả: +document_properties_subject=Chủ đề: +document_properties_keywords=Từ khóa: +document_properties_creation_date=Ngày tạo: +document_properties_modification_date=Ngày sửa đổi: +# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" +# will be replaced by the creation/modification date, and time, of the PDF file. +document_properties_date_string={{date}}, {{time}} +document_properties_creator=Người tạo: +document_properties_producer=Phần mềm tạo PDF: +document_properties_version=Phiên bản PDF: +document_properties_page_count=Tổng số trang: +document_properties_page_size_unit_inches=in +document_properties_page_size_unit_millimeters=mm +document_properties_page_size_orientation_portrait=khổ dọc +document_properties_page_size_orientation_landscape=khổ ngang +document_properties_page_size_name_a3=A3 +document_properties_page_size_name_a4=A4 +document_properties_page_size_name_legal=Pháp lý +# LOCALIZATION NOTE (document_properties_page_size_dimension_string): +# "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement and orientation, of the (current) page. +document_properties_page_size_dimension_string={{width}} × {{height}} {{unit}} ({{orientation}}) +# LOCALIZATION NOTE (document_properties_page_size_dimension_name_string): +# "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement, name, and orientation, of the (current) page. +document_properties_page_size_dimension_name_string={{width}} × {{height}} {{unit}} ({{name}}, {{orientation}}) +# LOCALIZATION NOTE (document_properties_linearized): The linearization status of +# the document; usually called "Fast Web View" in English locales of Adobe software. +document_properties_linearized_yes=Có +document_properties_linearized_no=Không +document_properties_close=Ðóng + +print_progress_message=Chuẩn bị trang để in… +# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by +# a numerical per cent value. +print_progress_percent={{progress}}% +print_progress_close=Hủy bỏ + +# Tooltips and alt text for side panel toolbar buttons +# (the _label strings are alt text for the buttons, the .title strings are +# tooltips) +toggle_sidebar.title=Bật/Tắt thanh lề +toggle_sidebar_notification.title=Bật tắt thanh lề (tài liệu bao gồm bản phác thảo/tập tin đính kèm) +toggle_sidebar_label=Bật/Tắt thanh lề +document_outline.title=Hiện tài liệu phác thảo (nhấp đúp vào để mở rộng/thu gọn tất cả các mục) +document_outline_label=Bản phác tài liệu +attachments.title=Hiện nội dung đính kèm +attachments_label=Nội dung đính kèm +thumbs.title=Hiển thị ảnh thu nhỏ +thumbs_label=Ảnh thu nhỏ +findbar.title=Tìm trong tài liệu +findbar_label=Tìm + +# Thumbnails panel item (tooltip and alt text for images) +# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page +# number. +thumb_page_title=Trang {{page}} +# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page +# number. +thumb_page_canvas=Ảnh thu nhỏ của trang {{page}} + +# Find panel button title and messages +find_input.title=Tìm +find_input.placeholder=Tìm trong tài liệu… +find_previous.title=Tìm cụm từ ở phần trước +find_previous_label=Trước +find_next.title=Tìm cụm từ ở phần sau +find_next_label=Tiếp +find_highlight=Tô sáng tất cả +find_match_case_label=Phân biệt hoa, thường +find_reached_top=Đã đến phần đầu tài liệu, quay trở lại từ cuối +find_reached_bottom=Đã đến phần cuối của tài liệu, quay trở lại từ đầu +find_not_found=Không tìm thấy cụm từ này + +# Error panel labels +error_more_info=Thông tin thêm +error_less_info=Hiển thị ít thông tin hơn +error_close=Đóng +# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be +# replaced by the PDF.JS version and build ID. +error_version_info=PDF.js v{{version}} (build: {{build}}) +# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an +# english string describing the error. +error_message=Thông điệp: {{message}} +# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack +# trace. +error_stack=Stack: {{stack}} +# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename +error_file=Tập tin: {{file}} +# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number +error_line=Dòng: {{line}} +rendering_error=Lỗi khi hiển thị trang. + +# Predefined zoom values +page_scale_width=Vừa chiều rộng +page_scale_fit=Vừa chiều cao +page_scale_auto=Tự động chọn kích thước +page_scale_actual=Kích thước thực +# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a +# numerical scale value. +page_scale_percent={{scale}}% + +# Loading indicator messages +loading_error_indicator=Lỗi +loading_error=Lỗi khi tải tài liệu PDF. +invalid_file_error=Tập tin PDF hỏng hoặc không hợp lệ. +missing_file_error=Thiếu tập tin PDF. +unexpected_response_error=Máy chủ có phản hồi lạ. + +# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. +# "{{type}}" will be replaced with an annotation type from a list defined in +# the PDF spec (32000-1:2008 Table 169 – Annotation types). +# Some common types are e.g.: "Check", "Text", "Comment", "Note" +text_annotation_type.alt=[{{type}} Chú thích] +password_label=Nhập mật khẩu để mở tập tin PDF này. +password_invalid=Mật khẩu không đúng. Vui lòng thử lại. +password_ok=OK +password_cancel=Hủy bỏ + +printing_not_supported=Cảnh báo: In ấn không được hỗ trợ đầy đủ ở trình duyệt này. +printing_not_ready=Cảnh báo: PDF chưa được tải hết để in. +web_fonts_disabled=Phông chữ Web bị vô hiệu hóa: không thể sử dụng các phông chữ PDF được nhúng. +document_colors_not_allowed=Tài liệu PDF không được cho phép dùng màu riêng: 'Cho phép trang chọn màu riêng' đã bị tắt trên trình duyệt. diff --git a/dzz/pdf/web/locale/wo/index.htm b/dzz/pdf/web/locale/wo/index.htm new file mode 100644 index 0000000..e69de29 diff --git a/dzz/pdf/web/locale/wo/viewer.properties b/dzz/pdf/web/locale/wo/viewer.properties new file mode 100644 index 0000000..38c7bc1 --- /dev/null +++ b/dzz/pdf/web/locale/wo/viewer.properties @@ -0,0 +1,124 @@ +# Copyright 2012 Mozilla Foundation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# Main toolbar buttons (tooltips and alt text for images) +previous.title=Xët wi jiitu +previous_label=Bi jiitu +next.title=Xët wi ci topp +next_label=Bi ci topp + +# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input. +# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number +# representing the total number of pages in the document. +# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" +# will be replaced by a number representing the currently visible page, +# respectively a number representing the total number of pages in the document. + +zoom_out.title=Wàññi +zoom_out_label=Wàññi +zoom_in.title=Yaatal +zoom_in_label=Yaatal +zoom.title=Yambalaŋ +presentation_mode.title=Wañarñil ci anamu wone +presentation_mode_label=Anamu Wone +open_file.title=Ubbi benn dencukaay +open_file_label=Ubbi +print.title=Móol +print_label=Móol +download.title=Yeb yi +download_label=Yeb yi +bookmark.title=Wone bi taxaw (duppi walla ubbi palanteer bu bees) +bookmark_label=Wone bi feeñ + +# Secondary toolbar and context menu + + +# Document properties dialog box +# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" +# will be replaced by the PDF file size in kilobytes, respectively in bytes. +# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" +# will be replaced by the PDF file size in megabytes, respectively in bytes. +document_properties_title=Bopp: +# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" +# will be replaced by the creation/modification date, and time, of the PDF file. + +# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by +# a numerical per cent value. + +# Tooltips and alt text for side panel toolbar buttons +# (the _label strings are alt text for the buttons, the .title strings are +# tooltips) +thumbs.title=Wone nataal yu ndaw yi +thumbs_label=Nataal yu ndaw yi +findbar.title=Gis ci biir jukki bi +findbar_label=Wut + +# Thumbnails panel item (tooltip and alt text for images) +# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page +# number. +thumb_page_title=Xët {{page}} +# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page +# number. +thumb_page_canvas=Wiñet bu xët {{page}} + +# Find panel button title and messages +find_previous.title=Seet beneen kaddu bu ni mel te jiitu +find_previous_label=Bi jiitu +find_next.title=Seet beneen kaddu bu ni mel +find_next_label=Bi ci topp +find_highlight=Melaxal lépp +find_match_case_label=Sàmm jëmmalin wi +find_reached_top=Jot nañu ndorteel xët wi, kontine dale ko ci suuf +find_reached_bottom=Jot nañu jeexitalu xët wi, kontine ci ndorte +find_not_found=Gisiñu kaddu gi + +# Error panel labels +error_more_info=Xibaar yu gën bari +error_less_info=Xibaar yu gën bari +# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be +# replaced by the PDF.JS version and build ID. +# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an +# english string describing the error. +error_message=Bataaxal: {{message}} +# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack +# trace. +error_stack=Juug: {{stack}} +# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename +error_file=Dencukaay: {{file}} +# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number +error_line=Rëdd : {{line}} +rendering_error=Am njumte bu am bi xët bi di wonewu. + +# Predefined zoom values +page_scale_width=Yaatuwaay bu mët +page_scale_fit=Xët lëmm +page_scale_auto=Yambalaŋ ci saa si +page_scale_actual=Dayo bi am +# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a +# numerical scale value. + +# Loading indicator messages +loading_error_indicator=Njumte +loading_error=Am na njumte ci yebum dencukaay PDF bi. +invalid_file_error=Dencukaay PDF bi baaxul walla mu sankar. + +# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. +# "{{type}}" will be replaced with an annotation type from a list defined in +# the PDF spec (32000-1:2008 Table 169 – Annotation types). +# Some common types are e.g.: "Check", "Text", "Comment", "Note" +text_annotation_type.alt=[Karmat {{type}}] +password_ok=OK +password_cancel=Neenal + +printing_not_supported=Artu: Joowkat bii nanguwul lool mool. diff --git a/dzz/pdf/web/locale/xh/index.htm b/dzz/pdf/web/locale/xh/index.htm new file mode 100644 index 0000000..e69de29 diff --git a/dzz/pdf/web/locale/xh/viewer.properties b/dzz/pdf/web/locale/xh/viewer.properties new file mode 100644 index 0000000..1fa394b --- /dev/null +++ b/dzz/pdf/web/locale/xh/viewer.properties @@ -0,0 +1,184 @@ +# Copyright 2012 Mozilla Foundation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# Main toolbar buttons (tooltips and alt text for images) +previous.title=Iphepha langaphambili +previous_label=Okwangaphambili +next.title=Iphepha elilandelayo +next_label=Okulandelayo + +# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input. +page.title=Iphepha +# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number +# representing the total number of pages in the document. +of_pages=kwali- {{pagesCount}} +# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" +# will be replaced by a number representing the currently visible page, +# respectively a number representing the total number of pages in the document. +page_of_pages=({{pageNumber}} kwali {{pagesCount}}) + +zoom_out.title=Bhekelisela Kudana +zoom_out_label=Bhekelisela Kudana +zoom_in.title=Sondeza Kufuphi +zoom_in_label=Sondeza Kufuphi +zoom.title=Yandisa / Nciphisa +presentation_mode.title=Tshintshela kwimo yonikezelo +presentation_mode_label=Imo yonikezelo +open_file.title=Vula Ifayile +open_file_label=Vula +print.title=Printa +print_label=Printa +download.title=Khuphela +download_label=Khuphela +bookmark.title=Imbonakalo ekhoyo (kopa okanye vula kwifestile entsha) +bookmark_label=Imbonakalo ekhoyo + +# Secondary toolbar and context menu +tools.title=Izixhobo zemiyalelo +tools_label=Izixhobo zemiyalelo +first_page.title=Yiya kwiphepha lokuqala +first_page.label=Yiya kwiphepha lokuqala +first_page_label=Yiya kwiphepha lokuqala +last_page.title=Yiya kwiphepha lokugqibela +last_page.label=Yiya kwiphepha lokugqibela +last_page_label=Yiya kwiphepha lokugqibela +page_rotate_cw.title=Jikelisa ngasekunene +page_rotate_cw.label=Jikelisa ngasekunene +page_rotate_cw_label=Jikelisa ngasekunene +page_rotate_ccw.title=Jikelisa ngasekhohlo +page_rotate_ccw.label=Jikelisa ngasekhohlo +page_rotate_ccw_label=Jikelisa ngasekhohlo + +cursor_text_select_tool.title=Vumela iSixhobo sokuKhetha iTeksti +cursor_text_select_tool_label=ISixhobo sokuKhetha iTeksti +cursor_hand_tool.title=Yenza iSixhobo seSandla siSebenze +cursor_hand_tool_label=ISixhobo seSandla + +# Document properties dialog box +document_properties.title=Iipropati zoxwebhu… +document_properties_label=Iipropati zoxwebhu… +document_properties_file_name=Igama lefayile: +document_properties_file_size=Isayizi yefayile: +# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" +# will be replaced by the PDF file size in kilobytes, respectively in bytes. +document_properties_kb={{size_kb}} KB (iibhayiti{{size_b}}) +# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" +# will be replaced by the PDF file size in megabytes, respectively in bytes. +document_properties_mb={{size_mb}} MB (iibhayithi{{size_b}}) +document_properties_title=Umxholo: +document_properties_author=Umbhali: +document_properties_subject=Umbandela: +document_properties_keywords=Amagama aphambili: +document_properties_creation_date=Umhla wokwenziwa kwayo: +document_properties_modification_date=Umhla wokulungiswa kwayo: +# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" +# will be replaced by the creation/modification date, and time, of the PDF file. +document_properties_date_string={{date}}, {{time}} +document_properties_creator=Umntu oyenzileyo: +document_properties_producer=Umvelisi we-PDF: +document_properties_version=Uhlelo lwe-PDF: +document_properties_page_count=Inani lamaphepha: +document_properties_close=Vala + +print_progress_message=Ilungisa uxwebhu ukuze iprinte… +# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by +# a numerical per cent value. +print_progress_percent={{progress}}% +print_progress_close=Rhoxisa + +# Tooltips and alt text for side panel toolbar buttons +# (the _label strings are alt text for the buttons, the .title strings are +# tooltips) +toggle_sidebar.title=Togola ngebha eseCaleni +toggle_sidebar_notification.title=ISidebar yeQhosha (uxwebhu lunolwandlalo/iziqhotyoshelwa) +toggle_sidebar_label=Togola ngebha eseCaleni +document_outline.title=Bonisa uLwandlalo loXwebhu (cofa kabini ukuze wandise/diliza zonke izinto) +document_outline_label=Isishwankathelo soxwebhu +attachments.title=Bonisa iziqhotyoshelwa +attachments_label=Iziqhoboshelo +thumbs.title=Bonisa ukrobiso kumfanekiso +thumbs_label=Ukrobiso kumfanekiso +findbar.title=Fumana kuXwebhu +findbar_label=Fumana + +# Thumbnails panel item (tooltip and alt text for images) +# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page +# number. +thumb_page_title=Iphepha {{page}} +# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page +# number. +thumb_page_canvas=Ukrobiso kumfanekiso wephepha {{page}} + +# Find panel button title and messages +find_input.title=Fumana +find_input.placeholder=Fumana kuXwebhu… +find_previous.title=Fumanisa isenzeko sangaphambili sebinzana lamagama +find_previous_label=Okwangaphambili +find_next.title=Fumanisa isenzeko esilandelayo sebinzana lamagama +find_next_label=Okulandelayo +find_highlight=Qaqambisa konke +find_match_case_label=Tshatisa ngobukhulu bukanobumba +find_reached_top=Ufike ngaphezulu ephepheni, kusukwa ngezantsi +find_reached_bottom=Ufike ekupheleni kwephepha, kusukwa ngaphezulu +find_not_found=Ibinzana alifunyenwanga + +# Error panel labels +error_more_info=Inkcazelo Engakumbi +error_less_info=Inkcazelo Encinane +error_close=Vala +# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be +# replaced by the PDF.JS version and build ID. +error_version_info=I-PDF.js v{{version}} (yakha: {{build}}) +# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an +# english string describing the error. +error_message=Umyalezo: {{message}} +# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack +# trace. +error_stack=Imfumba: {{stack}} +# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename +error_file=Ifayile: {{file}} +# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number +error_line=Umgca: {{line}} +rendering_error=Imposiso yenzekile xa bekunikezelwa iphepha. + +# Predefined zoom values +page_scale_width=Ububanzi bephepha +page_scale_fit=Ukulinganiswa kwephepha +page_scale_auto=Ukwandisa/Ukunciphisa Ngokwayo +page_scale_actual=Ubungakanani bokwenene +# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a +# numerical scale value. +page_scale_percent={{scale}}% + +# Loading indicator messages +loading_error_indicator=Imposiso +loading_error=Imposiso yenzekile xa kulayishwa i-PDF. +invalid_file_error=Ifayile ye-PDF engeyiyo okanye eyonakalisiweyo. +missing_file_error=Ifayile ye-PDF edukileyo. +unexpected_response_error=Impendulo yeseva engalindelekanga. + +# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. +# "{{type}}" will be replaced with an annotation type from a list defined in +# the PDF spec (32000-1:2008 Table 169 – Annotation types). +# Some common types are e.g.: "Check", "Text", "Comment", "Note" +text_annotation_type.alt=[{{type}} Ubhalo-nqaku] +password_label=Faka ipasiwedi ukuze uvule le fayile yePDF. +password_invalid=Ipasiwedi ayisebenzi. Nceda uzame kwakhona. +password_ok=KULUNGILE +password_cancel=Rhoxisa + +printing_not_supported=Isilumkiso: Ukuprinta akuxhaswa ngokupheleleyo yile bhrawuza. +printing_not_ready=Isilumkiso: IPDF ayihlohlwanga ngokupheleleyo ukwenzela ukuprinta. +web_fonts_disabled=Iifonti zewebhu ziqhwalelisiwe: ayikwazi ukusebenzisa iifonti ze-PDF ezincanyathelisiweyo. +document_colors_not_allowed=Amaxwebhu ePDF akavumelekanga ukuba asebenzise imibala yawo: 'Ukuvumela amaphepha ukuba asebenzise eyawo imibala' kuvaliwe ukuba kungasebenzi kwibhrawuza. diff --git a/dzz/pdf/web/locale/zam/index.htm b/dzz/pdf/web/locale/zam/index.htm new file mode 100644 index 0000000..e69de29 diff --git a/dzz/pdf/web/locale/zam/viewer.properties b/dzz/pdf/web/locale/zam/viewer.properties new file mode 100644 index 0000000..b9a2055 --- /dev/null +++ b/dzz/pdf/web/locale/zam/viewer.properties @@ -0,0 +1,90 @@ +# Copyright 2012 Mozilla Foundation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# Main toolbar buttons (tooltips and alt text for images) + +# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input. +# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number +# representing the total number of pages in the document. +# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" +# will be replaced by a number representing the currently visible page, +# respectively a number representing the total number of pages in the document. + +zoom_out.title=Lii lut ah +zoom_out_label=Lii lut ah +zoom_in.title=Lii mach ah +zoom_in_label=Lii mach ah +zoom.title=Xha niey +open_file.title=Xhal yets ndedizh +open_file_label=Xhal + +# Secondary toolbar and context menu +tools.title=Koo lii chel +tools_label=Koo lii chel + + +# Document properties dialog box +document_properties.title=Sá nìe yêtz... +document_properties_label=Sá nìe yêtz... +# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" +# will be replaced by the PDF file size in kilobytes, respectively in bytes. +document_properties_kb={{size_kb}} KB ({{size_b}} bytes) +# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" +# will be replaced by the PDF file size in megabytes, respectively in bytes. +document_properties_mb={{size_mb}} MB ({{size_b}} bytes) +# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" +# will be replaced by the creation/modification date, and time, of the PDF file. +document_properties_close=TòɁw + +# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by +# a numerical per cent value. + +# Tooltips and alt text for side panel toolbar buttons +# (the _label strings are alt text for the buttons, the .title strings are +# tooltips) +attachments.title=Mb-&lòɁ yêtz +thumbs_label=Thumbnails +findbar.title=GòzăɁl lèɁn yêtz + +# Thumbnails panel item (tooltip and alt text for images) +# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page +# number. +# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page +# number. + +# Find panel button title and messages + +# Error panel labels +error_close=TòɁw +# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be +# replaced by the PDF.JS version and build ID. +# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an +# english string describing the error. +# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack +# trace. +# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename +# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number + +# Predefined zoom values +# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a +# numerical scale value. + +# Loading indicator messages + +# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. +# "{{type}}" will be replaced with an annotation type from a list defined in +# the PDF spec (32000-1:2008 Table 169 – Annotation types). +# Some common types are e.g.: "Check", "Text", "Comment", "Note" +password_ok=Bliy + diff --git a/dzz/pdf/web/locale/zh-CN/index.htm b/dzz/pdf/web/locale/zh-CN/index.htm new file mode 100644 index 0000000..e69de29 diff --git a/dzz/pdf/web/locale/zh-CN/viewer.properties b/dzz/pdf/web/locale/zh-CN/viewer.properties new file mode 100644 index 0000000..463d9fa --- /dev/null +++ b/dzz/pdf/web/locale/zh-CN/viewer.properties @@ -0,0 +1,242 @@ +# Copyright 2012 Mozilla Foundation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# Main toolbar buttons (tooltips and alt text for images) +previous.title=上一页 +previous_label=上一页 +next.title=下一页 +next_label=下一页 + +# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input. +page.title=页面 +# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number +# representing the total number of pages in the document. +of_pages=/ {{pagesCount}} +# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" +# will be replaced by a number representing the currently visible page, +# respectively a number representing the total number of pages in the document. +page_of_pages=({{pageNumber}} / {{pagesCount}}) + +zoom_out.title=缩小 +zoom_out_label=缩小 +zoom_in.title=放大 +zoom_in_label=放大 +zoom.title=缩放 +presentation_mode.title=切换到演示模式 +presentation_mode_label=演示模式 +open_file.title=打开文件 +open_file_label=打开 +print.title=打印 +print_label=打印 +download.title=下载 +download_label=下载 +bookmark.title=当前在看的内容(复制或在新窗口中打开) +bookmark_label=当前在看 + +# Secondary toolbar and context menu +tools.title=工具 +tools_label=工具 +first_page.title=转到第一页 +first_page.label=转到第一页 +first_page_label=转到第一页 +last_page.title=转到最后一页 +last_page.label=转到最后一页 +last_page_label=转到最后一页 +page_rotate_cw.title=顺时针旋转 +page_rotate_cw.label=顺时针旋转 +page_rotate_cw_label=顺时针旋转 +page_rotate_ccw.title=逆时针旋转 +page_rotate_ccw.label=逆时针旋转 +page_rotate_ccw_label=逆时针旋转 + +cursor_text_select_tool.title=启用文本选择工具 +cursor_text_select_tool_label=文本选择工具 +cursor_hand_tool.title=启用手形工具 +cursor_hand_tool_label=手形工具 + +scroll_vertical.title=使用垂直滚动 +scroll_vertical_label=垂直滚动 +scroll_horizontal.title=使用水平滚动 +scroll_horizontal_label=水平滚动 +scroll_wrapped.title=使用平铺滚动 +scroll_wrapped_label=平铺滚动 + +spread_none.title=不加入衔接页 +spread_none_label=单页视图 +spread_odd.title=加入衔接页使奇数页作为起始页 +spread_odd_label=双页视图 +spread_even.title=加入衔接页使偶数页作为起始页 +spread_even_label=书籍视图 + +# Document properties dialog box +document_properties.title=文档属性… +document_properties_label=文档属性… +document_properties_file_name=文件名: +document_properties_file_size=文件大小: +# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" +# will be replaced by the PDF file size in kilobytes, respectively in bytes. +document_properties_kb={{size_kb}} KB ({{size_b}} 字节) +# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" +# will be replaced by the PDF file size in megabytes, respectively in bytes. +document_properties_mb={{size_mb}} MB ({{size_b}} 字节) +document_properties_title=标题: +document_properties_author=作者: +document_properties_subject=主题: +document_properties_keywords=关键词: +document_properties_creation_date=创建日期: +document_properties_modification_date=修改日期: +# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" +# will be replaced by the creation/modification date, and time, of the PDF file. +document_properties_date_string={{date}}, {{time}} +document_properties_creator=创建者: +document_properties_producer=PDF 生成器: +document_properties_version=PDF 版本: +document_properties_page_count=页数: +document_properties_page_size=页面大小: +document_properties_page_size_unit_inches=英寸 +document_properties_page_size_unit_millimeters=毫米 +document_properties_page_size_orientation_portrait=纵向 +document_properties_page_size_orientation_landscape=横向 +document_properties_page_size_name_a3=A3 +document_properties_page_size_name_a4=A4 +document_properties_page_size_name_letter=文本 +document_properties_page_size_name_legal=法律 +# LOCALIZATION NOTE (document_properties_page_size_dimension_string): +# "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement and orientation, of the (current) page. +document_properties_page_size_dimension_string={{width}} × {{height}} {{unit}}({{orientation}}) +# LOCALIZATION NOTE (document_properties_page_size_dimension_name_string): +# "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement, name, and orientation, of the (current) page. +document_properties_page_size_dimension_name_string={{width}} × {{height}} {{unit}}({{name}},{{orientation}}) +# LOCALIZATION NOTE (document_properties_linearized): The linearization status of +# the document; usually called "Fast Web View" in English locales of Adobe software. +document_properties_linearized=快速 Web 视图: +document_properties_linearized_yes=是 +document_properties_linearized_no=否 +document_properties_close=关闭 + +print_progress_message=正在准备打印文档… +# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by +# a numerical per cent value. +print_progress_percent={{progress}}% +print_progress_close=取消 + +# Tooltips and alt text for side panel toolbar buttons +# (the _label strings are alt text for the buttons, the .title strings are +# tooltips) +toggle_sidebar.title=切换侧栏 +toggle_sidebar_notification.title=切换侧栏(文档所含的大纲/附件) +toggle_sidebar_label=切换侧栏 +document_outline.title=显示文档大纲(双击展开/折叠所有项) +document_outline_label=文档大纲 +attachments.title=显示附件 +attachments_label=附件 +thumbs.title=显示缩略图 +thumbs_label=缩略图 +findbar.title=在文档中查找 +findbar_label=查找 + +# Thumbnails panel item (tooltip and alt text for images) +# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page +# number. +thumb_page_title=页码 {{page}} +# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page +# number. +thumb_page_canvas=页面 {{page}} 的缩略图 + +# Find panel button title and messages +find_input.title=查找 +find_input.placeholder=在文档中查找… +find_previous.title=查找词语上一次出现的位置 +find_previous_label=上一页 +find_next.title=查找词语后一次出现的位置 +find_next_label=下一页 +find_highlight=全部高亮显示 +find_match_case_label=区分大小写 +find_entire_word_label=字词匹配 +find_reached_top=到达文档开头,从末尾继续 +find_reached_bottom=到达文档末尾,从开头继续 +# LOCALIZATION NOTE (find_match_count): The supported plural forms are +# [one|two|few|many|other], with [other] as the default value. +# "{{current}}" and "{{total}}" will be replaced by a number representing the +# index of the currently active find result, respectively a number representing +# the total number of matches in the document. +find_match_count={[ plural(total) ]} +find_match_count[one]=第 {{current}} 项,共匹配 {{total}} 项 +find_match_count[two]=第 {{current}} 项,共匹配 {{total}} 项 +find_match_count[few]=第 {{current}} 项,共匹配 {{total}} 项 +find_match_count[many]=第 {{current}} 项,共匹配 {{total}} 项 +find_match_count[other]=第 {{current}} 项,共匹配 {{total}} 项 +# LOCALIZATION NOTE (find_match_count_limit): The supported plural forms are +# [zero|one|two|few|many|other], with [other] as the default value. +# "{{limit}}" will be replaced by a numerical value. +find_match_count_limit={[ plural(limit) ]} +find_match_count_limit[zero]=超过 {{limit}} 项匹配 +find_match_count_limit[one]=超过 {{limit}} 项匹配 +find_match_count_limit[two]=超过 {{limit}} 项匹配 +find_match_count_limit[few]=超过 {{limit}} 项匹配 +find_match_count_limit[many]=超过 {{limit}} 项匹配 +find_match_count_limit[other]=超过 {{limit}} 项匹配 +find_not_found=找不到指定词语 + +# Error panel labels +error_more_info=更多信息 +error_less_info=更少信息 +error_close=关闭 +# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be +# replaced by the PDF.JS version and build ID. +error_version_info=PDF.js v{{version}} (build: {{build}}) +# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an +# english string describing the error. +error_message=信息:{{message}} +# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack +# trace. +error_stack=堆栈:{{stack}} +# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename +error_file=文件:{{file}} +# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number +error_line=行号:{{line}} +rendering_error=渲染页面时发生错误。 + +# Predefined zoom values +page_scale_width=适合页宽 +page_scale_fit=适合页面 +page_scale_auto=自动缩放 +page_scale_actual=实际大小 +# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a +# numerical scale value. +page_scale_percent={{scale}}% + +# Loading indicator messages +loading_error_indicator=错误 +loading_error=载入 PDF 时发生错误。 +invalid_file_error=无效或损坏的 PDF 文件。 +missing_file_error=缺少 PDF 文件。 +unexpected_response_error=意外的服务器响应。 + +# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. +# "{{type}}" will be replaced with an annotation type from a list defined in +# the PDF spec (32000-1:2008 Table 169 – Annotation types). +# Some common types are e.g.: "Check", "Text", "Comment", "Note" +text_annotation_type.alt=[{{type}} 注释] +password_label=输入密码以打开此 PDF 文件。 +password_invalid=密码无效。请重试。 +password_ok=确定 +password_cancel=取消 + +printing_not_supported=警告:此浏览器尚未完整支持打印功能。 +printing_not_ready=警告:该 PDF 未完全载入以供打印。 +web_fonts_disabled=Web 字体已被禁用:无法使用嵌入的 PDF 字体。 +document_colors_not_allowed=PDF 文档无法使用自己的颜色:浏览器中“允许页面选择自己的颜色”的选项未被勾选。 diff --git a/dzz/pdf/web/locale/zh-TW/index.htm b/dzz/pdf/web/locale/zh-TW/index.htm new file mode 100644 index 0000000..e69de29 diff --git a/dzz/pdf/web/locale/zh-TW/viewer.properties b/dzz/pdf/web/locale/zh-TW/viewer.properties new file mode 100644 index 0000000..f03f8db --- /dev/null +++ b/dzz/pdf/web/locale/zh-TW/viewer.properties @@ -0,0 +1,242 @@ +# Copyright 2012 Mozilla Foundation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# Main toolbar buttons (tooltips and alt text for images) +previous.title=上一頁 +previous_label=上一頁 +next.title=下一頁 +next_label=下一頁 + +# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input. +page.title=第 +# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number +# representing the total number of pages in the document. +of_pages=頁,共 {{pagesCount}} 頁 +# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" +# will be replaced by a number representing the currently visible page, +# respectively a number representing the total number of pages in the document. +page_of_pages=(第 {{pageNumber}} 頁,共 {{pagesCount}} 頁) + +zoom_out.title=縮小 +zoom_out_label=縮小 +zoom_in.title=放大 +zoom_in_label=放大 +zoom.title=縮放 +presentation_mode.title=切換至簡報模式 +presentation_mode_label=簡報模式 +open_file.title=開啟檔案 +open_file_label=開啟 +print.title=列印 +print_label=列印 +download.title=下載 +download_label=下載 +bookmark.title=目前檢視的內容(複製或開啟於新視窗) +bookmark_label=目前檢視 + +# Secondary toolbar and context menu +tools.title=工具 +tools_label=工具 +first_page.title=跳到第一頁 +first_page.label=跳到第一頁 +first_page_label=跳到第一頁 +last_page.title=跳到最後一頁 +last_page.label=跳到最後一頁 +last_page_label=跳到最後一頁 +page_rotate_cw.title=順時針旋轉 +page_rotate_cw.label=順時針旋轉 +page_rotate_cw_label=順時針旋轉 +page_rotate_ccw.title=逆時針旋轉 +page_rotate_ccw.label=逆時針旋轉 +page_rotate_ccw_label=逆時針旋轉 + +cursor_text_select_tool.title=開啟文字選擇工具 +cursor_text_select_tool_label=文字選擇工具 +cursor_hand_tool.title=開啟頁面移動工具 +cursor_hand_tool_label=頁面移動工具 + +scroll_vertical.title=使用垂直捲動版面 +scroll_vertical_label=垂直捲動 +scroll_horizontal.title=使用水平捲動版面 +scroll_horizontal_label=水平捲動 +scroll_wrapped.title=使用多頁捲動版面 +scroll_wrapped_label=多頁捲動 + +spread_none.title=不要進行跨頁顯示 +spread_none_label=不跨頁 +spread_odd.title=從奇數頁開始跨頁 +spread_odd_label=奇數跨頁 +spread_even.title=從偶數頁開始跨頁 +spread_even_label=偶數跨頁 + +# Document properties dialog box +document_properties.title=文件內容… +document_properties_label=文件內容… +document_properties_file_name=檔案名稱: +document_properties_file_size=檔案大小: +# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" +# will be replaced by the PDF file size in kilobytes, respectively in bytes. +document_properties_kb={{size_kb}} KB({{size_b}} 位元組) +# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" +# will be replaced by the PDF file size in megabytes, respectively in bytes. +document_properties_mb={{size_mb}} MB({{size_b}} 位元組) +document_properties_title=標題: +document_properties_author=作者: +document_properties_subject=主旨: +document_properties_keywords=關鍵字: +document_properties_creation_date=建立日期: +document_properties_modification_date=修改日期: +# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" +# will be replaced by the creation/modification date, and time, of the PDF file. +document_properties_date_string={{date}}, {{time}} +document_properties_creator=建立者: +document_properties_producer=PDF 產生器: +document_properties_version=PDF 版本: +document_properties_page_count=頁數: +document_properties_page_size=頁面大小: +document_properties_page_size_unit_inches=in +document_properties_page_size_unit_millimeters=mm +document_properties_page_size_orientation_portrait=垂直 +document_properties_page_size_orientation_landscape=水平 +document_properties_page_size_name_a3=A3 +document_properties_page_size_name_a4=A4 +document_properties_page_size_name_letter=Letter +document_properties_page_size_name_legal=Legal +# LOCALIZATION NOTE (document_properties_page_size_dimension_string): +# "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement and orientation, of the (current) page. +document_properties_page_size_dimension_string={{width}} × {{height}} {{unit}}({{orientation}}) +# LOCALIZATION NOTE (document_properties_page_size_dimension_name_string): +# "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by +# the size, respectively their unit of measurement, name, and orientation, of the (current) page. +document_properties_page_size_dimension_name_string={{width}} × {{height}} {{unit}}({{name}},{{orientation}}) +# LOCALIZATION NOTE (document_properties_linearized): The linearization status of +# the document; usually called "Fast Web View" in English locales of Adobe software. +document_properties_linearized=快速 Web 檢視: +document_properties_linearized_yes=是 +document_properties_linearized_no=否 +document_properties_close=關閉 + +print_progress_message=正在準備列印文件… +# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by +# a numerical per cent value. +print_progress_percent={{progress}}% +print_progress_close=取消 + +# Tooltips and alt text for side panel toolbar buttons +# (the _label strings are alt text for the buttons, the .title strings are +# tooltips) +toggle_sidebar.title=切換側邊欄 +toggle_sidebar_notification.title=切換側邊攔(文件包含大綱或附件) +toggle_sidebar_label=切換側邊欄 +document_outline.title=顯示文件大綱(雙擊展開/摺疊所有項目) +document_outline_label=文件大綱 +attachments.title=顯示附件 +attachments_label=附件 +thumbs.title=顯示縮圖 +thumbs_label=縮圖 +findbar.title=在文件中尋找 +findbar_label=尋找 + +# Thumbnails panel item (tooltip and alt text for images) +# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page +# number. +thumb_page_title=頁 {{page}} +# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page +# number. +thumb_page_canvas=頁 {{page}} 的縮圖 + +# Find panel button title and messages +find_input.title=搜尋 +find_input.placeholder=在文件中搜尋… +find_previous.title=尋找文字前次出現的位置 +find_previous_label=上一個 +find_next.title=尋找文字下次出現的位置 +find_next_label=下一個 +find_highlight=全部強調標示 +find_match_case_label=區分大小寫 +find_entire_word_label=符合整個字 +find_reached_top=已搜尋至文件頂端,自底端繼續搜尋 +find_reached_bottom=已搜尋至文件底端,自頂端繼續搜尋 +# LOCALIZATION NOTE (find_match_count): The supported plural forms are +# [one|two|few|many|other], with [other] as the default value. +# "{{current}}" and "{{total}}" will be replaced by a number representing the +# index of the currently active find result, respectively a number representing +# the total number of matches in the document. +find_match_count={[ plural(total) ]} +find_match_count[one]=第 {{current}} 筆,共找到 {{total}} 筆 +find_match_count[two]=第 {{current}} 筆,共找到 {{total}} 筆 +find_match_count[few]=第 {{current}} 筆,共找到 {{total}} 筆 +find_match_count[many]=第 {{current}} 筆,共找到 {{total}} 筆 +find_match_count[other]=第 {{current}} 筆,共找到 {{total}} 筆 +# LOCALIZATION NOTE (find_match_count_limit): The supported plural forms are +# [zero|one|two|few|many|other], with [other] as the default value. +# "{{limit}}" will be replaced by a numerical value. +find_match_count_limit={[ plural(limit) ]} +find_match_count_limit[zero]=找到超過 {{limit}} 筆 +find_match_count_limit[one]=找到超過 {{limit}} 筆 +find_match_count_limit[two]=找到超過 {{limit}} 筆 +find_match_count_limit[few]=找到超過 {{limit}} 筆 +find_match_count_limit[many]=找到超過 {{limit}} 筆 +find_match_count_limit[other]=找到超過 {{limit}} 筆 +find_not_found=找不到指定文字 + +# Error panel labels +error_more_info=更多資訊 +error_less_info=更少資訊 +error_close=關閉 +# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be +# replaced by the PDF.JS version and build ID. +error_version_info=PDF.js v{{version}} (build: {{build}}) +# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an +# english string describing the error. +error_message=訊息: {{message}} +# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack +# trace. +error_stack=堆疊: {{stack}} +# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename +error_file=檔案: {{file}} +# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number +error_line=行: {{line}} +rendering_error=描繪頁面時發生錯誤。 + +# Predefined zoom values +page_scale_width=頁面寬度 +page_scale_fit=縮放至頁面大小 +page_scale_auto=自動縮放 +page_scale_actual=實際大小 +# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a +# numerical scale value. +page_scale_percent={{scale}}% + +# Loading indicator messages +loading_error_indicator=錯誤 +loading_error=載入 PDF 時發生錯誤。 +invalid_file_error=無效或毀損的 PDF 檔案。 +missing_file_error=找不到 PDF 檔案。 +unexpected_response_error=伺服器回應未預期的內容。 + +# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. +# "{{type}}" will be replaced with an annotation type from a list defined in +# the PDF spec (32000-1:2008 Table 169 – Annotation types). +# Some common types are e.g.: "Check", "Text", "Comment", "Note" +text_annotation_type.alt=[{{type}} 註解] +password_label=請輸入用來開啟此 PDF 檔案的密碼。 +password_invalid=密碼不正確,請再試一次。 +password_ok=確定 +password_cancel=取消 + +printing_not_supported=警告: 此瀏覽器未完整支援列印功能。 +printing_not_ready=警告: 此 PDF 未完成下載以供列印。 +web_fonts_disabled=已停用網路字型 (Web fonts): 無法使用 PDF 內嵌字型。 +document_colors_not_allowed=瀏覽器的「優先使用網頁指定的色彩」未被勾選,PDF 文件無法使用自己的色彩。 diff --git a/dzz/pdf/web/locale/zu/index.htm b/dzz/pdf/web/locale/zu/index.htm new file mode 100644 index 0000000..e69de29 diff --git a/dzz/pdf/web/locale/zu/viewer.properties b/dzz/pdf/web/locale/zu/viewer.properties new file mode 100644 index 0000000..8fc77f2 --- /dev/null +++ b/dzz/pdf/web/locale/zu/viewer.properties @@ -0,0 +1,131 @@ +# Copyright 2012 Mozilla Foundation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# Main toolbar buttons (tooltips and alt text for images) +previous.title=Ikhasi eledlule +previous_label=Okudlule +next.title=Ikhasi elilandelayo +next_label=Okulandelayo + +# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input. +# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number +# representing the total number of pages in the document. +# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" +# will be replaced by a number representing the currently visible page, +# respectively a number representing the total number of pages in the document. + +zoom_out.title=Hlehlisela emuva +zoom_out_label=Hlehlisela emuva +zoom_in.title=Sondeza eduze +zoom_in_label=Sondeza eduze +zoom.title=Lwiza +presentation_mode.title=Guqulela kwindlela yesethulo +presentation_mode_label=Indlelo yesethulo +open_file.title=Vula ifayela +open_file_label=Vula +print.title=Phrinta +print_label=Phrinta +download.title=Landa +download_label=Landa +bookmark.title=Ukubuka kwamanje (kopisha noma vula kwifasitela elisha) +bookmark_label=Ukubuka kwamanje + +# Secondary toolbar and context menu + + +# Document properties dialog box +document_properties_file_name=Igama lefayela: +# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" +# will be replaced by the PDF file size in kilobytes, respectively in bytes. +# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" +# will be replaced by the PDF file size in megabytes, respectively in bytes. +document_properties_title=Isihloko: +# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" +# will be replaced by the creation/modification date, and time, of the PDF file. + +# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by +# a numerical per cent value. + +# Tooltips and alt text for side panel toolbar buttons +# (the _label strings are alt text for the buttons, the .title strings are +# tooltips) +toggle_sidebar.title=I-toggle yebha yaseceleni +toggle_sidebar_label=i-toggle yebha yaseceleni +document_outline_label=Umugqa waseceleni wedokhumenti +thumbs.title=Bonisa izithombe ezincane +thumbs_label=Izithonjana +findbar.title=Thola kwidokhumenti + +# Thumbnails panel item (tooltip and alt text for images) +# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page +# number. +thumb_page_title=Ikhasi {{page}} +# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page +# number. +thumb_page_canvas=Isithonjana sekhasi {{page}} + +# Find panel button title and messages +find_previous.title=Thola indawo eyandulelayo okuvela kuyo lomshwana +find_previous_label=Okudlulile +find_next.title=Thola enye indawo okuvela kuyo lomshwana +find_next_label=Okulandelayo +find_highlight=Gqamisa konke +find_match_case_label=Fanisa ikheyisi +find_reached_top=Finyelele phezulu kwidokhumenti, qhubeka kusukaphansi +find_reached_bottom=Ifinyelele ekupheleni kwedokhumenti, qhubeka kusukaphezulu +find_not_found=Umshwana awutholakali + +# Error panel labels +error_more_info=Ukwaziswa Okwengeziwe +error_less_info=Ukwazi okuncane +# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be +# replaced by the PDF.JS version and build ID. +error_version_info=PDF.js v{{version}} (build: {{build}}) +# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an +# english string describing the error. +error_message=Umlayezo: {{message}} +# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack +# trace. +error_stack=Isitaki: {{stack}} +# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename +error_file=Ifayela: {{file}} +# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number +error_line=Umugqa: {{line}} +rendering_error=Iphutha lenzekile uma kunikwa ikhasi. + +# Predefined zoom values +page_scale_width=Ububanzi bekhasi +page_scale_fit=Ukulingana kwekhasi +page_scale_auto=Ukulwiza okuzenzekalelayo +page_scale_actual=Usayizi Wangempela +# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a +# numerical scale value. + +# Loading indicator messages +loading_error_indicator=Iphutha +loading_error=Kwenzeke iphutha uma kulayishwa i-PDF. +invalid_file_error=Ifayela le-PDF elingavumelekile noma elonakele. +missing_file_error=Ifayela le-PDF elilahlekile. + +# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. +# "{{type}}" will be replaced with an annotation type from a list defined in +# the PDF spec (32000-1:2008 Table 169 – Annotation types). +# Some common types are e.g.: "Check", "Text", "Comment", "Note" +text_annotation_type.alt=[Amazwibela e-{{type}}] +password_ok=Kulungile + +printing_not_supported=Isixwayiso: Ukuphrinta akuxhasiwe yilesisiphequluli ngokugcwele. +printing_not_ready=Isixwayiso: I-PDF ayikalayishwa ngokuphelele yiPhrinta. +web_fonts_disabled=Amafonti e-webhu akutshaziwe: ayikwazi ukusebenzisa amafonti abekiwe e-PDF.\u0020 +document_colors_not_allowed=Amadokhumenti we-PDF awavumelekile ukusebenzisa imibalo yayo: 'Vumela amakhasi ukukhetha imibala yayo' ayisebenzi kusiphequluli. diff --git a/dzz/pdf/web/viewer.css b/dzz/pdf/web/viewer.css new file mode 100644 index 0000000..347e01f --- /dev/null +++ b/dzz/pdf/web/viewer.css @@ -0,0 +1,2390 @@ +/* Copyright 2014 Mozilla Foundation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +.textLayer { + position: absolute; + left: 0; + top: 0; + right: 0; + bottom: 0; + overflow: hidden; + opacity: 0.2; + line-height: 1.0; +} + +.textLayer > div { + color: transparent; + position: absolute; + white-space: pre; + cursor: text; + -webkit-transform-origin: 0% 0%; + transform-origin: 0% 0%; +} + +.textLayer .highlight { + margin: -1px; + padding: 1px; + + background-color: rgb(180, 0, 170); + border-radius: 4px; +} + +.textLayer .highlight.begin { + border-radius: 4px 0px 0px 4px; +} + +.textLayer .highlight.end { + border-radius: 0px 4px 4px 0px; +} + +.textLayer .highlight.middle { + border-radius: 0px; +} + +.textLayer .highlight.selected { + background-color: rgb(0, 100, 0); +} + +.textLayer ::-moz-selection { background: rgb(0,0,255); } + +.textLayer ::selection { background: rgb(0,0,255); } + +.textLayer .endOfContent { + display: block; + position: absolute; + left: 0px; + top: 100%; + right: 0px; + bottom: 0px; + z-index: -1; + cursor: default; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.textLayer .endOfContent.active { + top: 0px; +} + + +.annotationLayer section { + position: absolute; +} + +.annotationLayer .linkAnnotation > a, +.annotationLayer .buttonWidgetAnnotation.pushButton > a { + position: absolute; + font-size: 1em; + top: 0; + left: 0; + width: 100%; + height: 100%; +} + +.annotationLayer .linkAnnotation > a:hover, +.annotationLayer .buttonWidgetAnnotation.pushButton > a:hover { + opacity: 0.2; + background: #ff0; + box-shadow: 0px 2px 10px #ff0; +} + +.annotationLayer .textAnnotation img { + position: absolute; + cursor: pointer; +} + +.annotationLayer .textWidgetAnnotation input, +.annotationLayer .textWidgetAnnotation textarea, +.annotationLayer .choiceWidgetAnnotation select, +.annotationLayer .buttonWidgetAnnotation.checkBox input, +.annotationLayer .buttonWidgetAnnotation.radioButton input { + background-color: rgba(0, 54, 255, 0.13); + border: 1px solid transparent; + box-sizing: border-box; + font-size: 9px; + height: 100%; + margin: 0; + padding: 0 3px; + vertical-align: top; + width: 100%; +} + +.annotationLayer .choiceWidgetAnnotation select option { + padding: 0; +} + +.annotationLayer .buttonWidgetAnnotation.radioButton input { + border-radius: 50%; +} + +.annotationLayer .textWidgetAnnotation textarea { + font: message-box; + font-size: 9px; + resize: none; +} + +.annotationLayer .textWidgetAnnotation input[disabled], +.annotationLayer .textWidgetAnnotation textarea[disabled], +.annotationLayer .choiceWidgetAnnotation select[disabled], +.annotationLayer .buttonWidgetAnnotation.checkBox input[disabled], +.annotationLayer .buttonWidgetAnnotation.radioButton input[disabled] { + background: none; + border: 1px solid transparent; + cursor: not-allowed; +} + +.annotationLayer .textWidgetAnnotation input:hover, +.annotationLayer .textWidgetAnnotation textarea:hover, +.annotationLayer .choiceWidgetAnnotation select:hover, +.annotationLayer .buttonWidgetAnnotation.checkBox input:hover, +.annotationLayer .buttonWidgetAnnotation.radioButton input:hover { + border: 1px solid #000; +} + +.annotationLayer .textWidgetAnnotation input:focus, +.annotationLayer .textWidgetAnnotation textarea:focus, +.annotationLayer .choiceWidgetAnnotation select:focus { + background: none; + border: 1px solid transparent; +} + +.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before, +.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after, +.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before { + background-color: #000; + content: ''; + display: block; + position: absolute; +} + +.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before, +.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after { + height: 80%; + left: 45%; + width: 1px; +} + +.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before { + -webkit-transform: rotate(45deg); + transform: rotate(45deg); +} + +.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after { + -webkit-transform: rotate(-45deg); + transform: rotate(-45deg); +} + +.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before { + border-radius: 50%; + height: 50%; + left: 30%; + top: 20%; + width: 50%; +} + +.annotationLayer .textWidgetAnnotation input.comb { + font-family: monospace; + padding-left: 2px; + padding-right: 0; +} + +.annotationLayer .textWidgetAnnotation input.comb:focus { + /* + * Letter spacing is placed on the right side of each character. Hence, the + * letter spacing of the last character may be placed outside the visible + * area, causing horizontal scrolling. We avoid this by extending the width + * when the element has focus and revert this when it loses focus. + */ + width: 115%; +} + +.annotationLayer .buttonWidgetAnnotation.checkBox input, +.annotationLayer .buttonWidgetAnnotation.radioButton input { + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; + padding: 0; +} + +.annotationLayer .popupWrapper { + position: absolute; + width: 20em; +} + +.annotationLayer .popup { + position: absolute; + z-index: 200; + max-width: 20em; + background-color: #FFFF99; + box-shadow: 0px 2px 5px #333; + border-radius: 2px; + padding: 0.6em; + margin-left: 5px; + cursor: pointer; + font: message-box; + word-wrap: break-word; +} + +.annotationLayer .popup h1 { + font-size: 1em; + border-bottom: 1px solid #000000; + margin: 0; + padding-bottom: 0.2em; +} + +.annotationLayer .popup p { + margin: 0; + padding-top: 0.2em; +} + +.annotationLayer .highlightAnnotation, +.annotationLayer .underlineAnnotation, +.annotationLayer .squigglyAnnotation, +.annotationLayer .strikeoutAnnotation, +.annotationLayer .lineAnnotation svg line, +.annotationLayer .squareAnnotation svg rect, +.annotationLayer .circleAnnotation svg ellipse, +.annotationLayer .polylineAnnotation svg polyline, +.annotationLayer .polygonAnnotation svg polygon, +.annotationLayer .inkAnnotation svg polyline, +.annotationLayer .stampAnnotation, +.annotationLayer .fileAttachmentAnnotation { + cursor: pointer; +} + +.pdfViewer .canvasWrapper { + overflow: hidden; +} + +.pdfViewer .page { + direction: ltr; + width: 816px; + height: 1056px; + margin: 1px auto -8px auto; + position: relative; + overflow: visible; + border: 9px solid transparent; + background-clip: content-box; + -o-border-image: url(images/shadow.png) 9 9 repeat; + border-image: url(images/shadow.png) 9 9 repeat; + background-color: white; +} + +.pdfViewer.removePageBorders .page { + margin: 0px auto 10px auto; + border: none; +} + +.pdfViewer.singlePageView { + display: inline-block; +} + +.pdfViewer.singlePageView .page { + margin: 0; + border: none; +} + +.pdfViewer.scrollHorizontal, .pdfViewer.scrollWrapped, .spread { + margin-left: 3.5px; + margin-right: 3.5px; + text-align: center; +} + +.pdfViewer.scrollHorizontal, .spread { + white-space: nowrap; +} + +.pdfViewer.removePageBorders, +.pdfViewer.scrollHorizontal .spread, +.pdfViewer.scrollWrapped .spread { + margin-left: 0; + margin-right: 0; +} + +.spread .page, +.pdfViewer.scrollHorizontal .page, +.pdfViewer.scrollWrapped .page, +.pdfViewer.scrollHorizontal .spread, +.pdfViewer.scrollWrapped .spread { + display: inline-block; + vertical-align: middle; +} + +.spread .page, +.pdfViewer.scrollHorizontal .page, +.pdfViewer.scrollWrapped .page { + margin-left: -3.5px; + margin-right: -3.5px; +} + +.pdfViewer.removePageBorders .spread .page, +.pdfViewer.removePageBorders.scrollHorizontal .page, +.pdfViewer.removePageBorders.scrollWrapped .page { + margin-left: 5px; + margin-right: 5px; +} + +.pdfViewer .page canvas { + margin: 0; + display: block; +} + +.pdfViewer .page canvas[hidden] { + display: none; +} + +.pdfViewer .page .loadingIcon { + position: absolute; + display: block; + left: 0; + top: 0; + right: 0; + bottom: 0; + background: url('images/loading-icon.gif') center no-repeat; +} + +.pdfPresentationMode .pdfViewer { + margin-left: 0; + margin-right: 0; +} + +.pdfPresentationMode .pdfViewer .page, +.pdfPresentationMode .pdfViewer .spread { + display: block; +} + +.pdfPresentationMode .pdfViewer .page, +.pdfPresentationMode .pdfViewer.removePageBorders .page { + margin-left: auto; + margin-right: auto; +} + +.pdfPresentationMode:-ms-fullscreen .pdfViewer .page { + margin-bottom: 100% !important; +} + +.pdfPresentationMode:-webkit-full-screen .pdfViewer .page { + margin-bottom: 100%; + border: 0; +} + +.pdfPresentationMode:-moz-full-screen .pdfViewer .page { + margin-bottom: 100%; + border: 0; +} + +.pdfPresentationMode:fullscreen .pdfViewer .page { + margin-bottom: 100%; + border: 0; +} + +:root { + --sidebar-width: 200px; +} + +* { + padding: 0; + margin: 0; +} + +html { + height: 100%; + width: 100%; + /* Font size is needed to make the activity bar the correct size. */ + font-size: 10px; +} + +body { + height: 100%; + width: 100%; + background-color: #404040; + background-image: url(images/texture.png); +} + +body, +input, +button, +select { + font: message-box; + outline: none; +} + +.hidden { + display: none !important; +} +[hidden] { + display: none !important; +} + +#viewerContainer.pdfPresentationMode:-ms-fullscreen { + top: 0px !important; + overflow: hidden !important; +} + +#viewerContainer.pdfPresentationMode:-ms-fullscreen::-ms-backdrop { + background-color: #000; +} + +#viewerContainer.pdfPresentationMode:-webkit-full-screen { + top: 0px; + border-top: 2px solid transparent; + background-color: #000; + width: 100%; + height: 100%; + overflow: hidden; + cursor: none; + -webkit-user-select: none; + user-select: none; +} + +#viewerContainer.pdfPresentationMode:-moz-full-screen { + top: 0px; + border-top: 2px solid transparent; + background-color: #000; + width: 100%; + height: 100%; + overflow: hidden; + cursor: none; + -moz-user-select: none; + user-select: none; +} + +#viewerContainer.pdfPresentationMode:-ms-fullscreen { + top: 0px; + border-top: 2px solid transparent; + background-color: #000; + width: 100%; + height: 100%; + overflow: hidden; + cursor: none; + -ms-user-select: none; + user-select: none; +} + +#viewerContainer.pdfPresentationMode:fullscreen { + top: 0px; + border-top: 2px solid transparent; + background-color: #000; + width: 100%; + height: 100%; + overflow: hidden; + cursor: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.pdfPresentationMode:-webkit-full-screen a:not(.internalLink) { + display: none; +} + +.pdfPresentationMode:-moz-full-screen a:not(.internalLink) { + display: none; +} + +.pdfPresentationMode:-ms-fullscreen a:not(.internalLink) { + display: none; +} + +.pdfPresentationMode:fullscreen a:not(.internalLink) { + display: none; +} + +.pdfPresentationMode:-webkit-full-screen .textLayer > div { + cursor: none; +} + +.pdfPresentationMode:-moz-full-screen .textLayer > div { + cursor: none; +} + +.pdfPresentationMode:-ms-fullscreen .textLayer > div { + cursor: none; +} + +.pdfPresentationMode:fullscreen .textLayer > div { + cursor: none; +} + +.pdfPresentationMode.pdfPresentationModeControls > *, +.pdfPresentationMode.pdfPresentationModeControls .textLayer > div { + cursor: default; +} + +#outerContainer { + width: 100%; + height: 100%; + position: relative; +} + +#sidebarContainer { + position: absolute; + top: 32px; + bottom: 0; + width: 200px; /* Here, and elsewhere below, keep the constant value for compatibility + with older browsers that lack support for CSS variables. */ + width: var(--sidebar-width); + visibility: hidden; + z-index: 100; + border-top: 1px solid #333; + + transition-duration: 200ms; + transition-timing-function: ease; +} +html[dir='ltr'] #sidebarContainer { + transition-property: left; + left: -200px; + left: calc(-1 * var(--sidebar-width)); +} +html[dir='rtl'] #sidebarContainer { + transition-property: right; + right: -200px; + right: calc(-1 * var(--sidebar-width)); +} + +.loadingInProgress #sidebarContainer { + top: 36px; +} + +#outerContainer.sidebarResizing #sidebarContainer { + /* Improve responsiveness and avoid visual glitches when the sidebar is resized. */ + transition-duration: 0s; + /* Prevent e.g. the thumbnails being selected when the sidebar is resized. */ + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} + +#outerContainer.sidebarMoving #sidebarContainer, +#outerContainer.sidebarOpen #sidebarContainer { + visibility: visible; +} +html[dir='ltr'] #outerContainer.sidebarOpen #sidebarContainer { + left: 0px; +} +html[dir='rtl'] #outerContainer.sidebarOpen #sidebarContainer { + right: 0px; +} + +#mainContainer { + position: absolute; + top: 0; + right: 0; + bottom: 0; + left: 0; + min-width: 320px; +} + +#sidebarContent { + top: 32px; + bottom: 0; + overflow: auto; + -webkit-overflow-scrolling: touch; + position: absolute; + width: 100%; + background-color: hsla(0,0%,0%,.1); +} +html[dir='ltr'] #sidebarContent { + left: 0; + box-shadow: inset -1px 0 0 hsla(0,0%,0%,.25); +} +html[dir='rtl'] #sidebarContent { + right: 0; + box-shadow: inset 1px 0 0 hsla(0,0%,0%,.25); +} + +#viewerContainer { + overflow: auto; + -webkit-overflow-scrolling: touch; + position: absolute; + top: 32px; + right: 0; + bottom: 0; + left: 0; + outline: none; +} +#viewerContainer:not(.pdfPresentationMode) { + transition-duration: 200ms; + transition-timing-function: ease; +} +html[dir='ltr'] #viewerContainer { + box-shadow: inset 1px 0 0 hsla(0,0%,100%,.05); +} +html[dir='rtl'] #viewerContainer { + box-shadow: inset -1px 0 0 hsla(0,0%,100%,.05); +} + +#outerContainer.sidebarResizing #viewerContainer { + /* Improve responsiveness and avoid visual glitches when the sidebar is resized. */ + transition-duration: 0s; +} + +html[dir='ltr'] #outerContainer.sidebarOpen #viewerContainer:not(.pdfPresentationMode) { + transition-property: left; + left: 200px; + left: var(--sidebar-width); +} +html[dir='rtl'] #outerContainer.sidebarOpen #viewerContainer:not(.pdfPresentationMode) { + transition-property: right; + right: 200px; + right: var(--sidebar-width); +} + +.toolbar { + position: relative; + left: 0; + right: 0; + z-index: 9999; + cursor: default; +} + +#toolbarContainer { + width: 100%; +} + +#toolbarSidebar { + width: 100%; + height: 32px; + background-color: #424242; /* fallback */ + background-image: url(images/texture.png), + linear-gradient(hsla(0,0%,30%,.99), hsla(0,0%,25%,.95)); +} +html[dir='ltr'] #toolbarSidebar { + box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.25), + inset 0 -1px 0 hsla(0,0%,100%,.05), + 0 1px 0 hsla(0,0%,0%,.15), + 0 0 1px hsla(0,0%,0%,.1); +} +html[dir='rtl'] #toolbarSidebar { + box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.25), + inset 0 1px 0 hsla(0,0%,100%,.05), + 0 1px 0 hsla(0,0%,0%,.15), + 0 0 1px hsla(0,0%,0%,.1); +} + +#sidebarResizer { + position: absolute; + top: 0; + bottom: 0; + width: 6px; + z-index: 200; + cursor: ew-resize; +} +html[dir='ltr'] #sidebarResizer { + right: -6px; +} +html[dir='rtl'] #sidebarResizer { + left: -6px; +} + +#toolbarContainer, .findbar, .secondaryToolbar { + position: relative; + height: 32px; + background-color: #474747; /* fallback */ + background-image: url(images/texture.png), + linear-gradient(hsla(0,0%,32%,.99), hsla(0,0%,27%,.95)); +} +html[dir='ltr'] #toolbarContainer, .findbar, .secondaryToolbar { + box-shadow: inset 0 1px 1px hsla(0,0%,0%,.15), + inset 0 -1px 0 hsla(0,0%,100%,.05), + 0 1px 0 hsla(0,0%,0%,.15), + 0 1px 1px hsla(0,0%,0%,.1); +} +html[dir='rtl'] #toolbarContainer, .findbar, .secondaryToolbar { + box-shadow: inset 0 1px 1px hsla(0,0%,0%,.15), + inset 0 -1px 0 hsla(0,0%,100%,.05), + 0 1px 0 hsla(0,0%,0%,.15), + 0 1px 1px hsla(0,0%,0%,.1); +} + +#toolbarViewer { + height: 32px; +} + +#loadingBar { + position: relative; + width: 100%; + height: 4px; + background-color: #333; + border-bottom: 1px solid #333; +} + +#loadingBar .progress { + position: absolute; + top: 0; + left: 0; + width: 0%; + height: 100%; + background-color: #ddd; + overflow: hidden; + transition: width 200ms; +} + +@-webkit-keyframes progressIndeterminate { + 0% { left: -142px; } + 100% { left: 0; } +} + +@keyframes progressIndeterminate { + 0% { left: -142px; } + 100% { left: 0; } +} + +#loadingBar .progress.indeterminate { + background-color: #999; + transition: none; +} + +#loadingBar .progress.indeterminate .glimmer { + position: absolute; + top: 0; + left: 0; + height: 100%; + width: calc(100% + 150px); + + background: repeating-linear-gradient(135deg, + #bbb 0, #999 5px, + #999 45px, #ddd 55px, + #ddd 95px, #bbb 100px); + + -webkit-animation: progressIndeterminate 950ms linear infinite; + + animation: progressIndeterminate 950ms linear infinite; +} + +.findbar, .secondaryToolbar { + top: 32px; + position: absolute; + z-index: 10000; + height: auto; + min-width: 16px; + padding: 0px 6px 0px 6px; + margin: 4px 2px 4px 2px; + color: hsl(0,0%,85%); + font-size: 12px; + line-height: 14px; + text-align: left; + cursor: default; +} + +.findbar { + min-width: 300px; +} +.findbar > div { + height: 32px; +} +.findbar.wrapContainers > div { + clear: both; +} +.findbar.wrapContainers > div#findbarMessageContainer { + height: auto; +} +html[dir='ltr'] .findbar { + left: 68px; +} +html[dir='rtl'] .findbar { + right: 68px; +} + +.findbar label { + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} + +#findInput { + width: 200px; +} +#findInput::-webkit-input-placeholder { + color: hsl(0, 0%, 75%); +} +#findInput:-ms-input-placeholder { + font-style: italic; +} +#findInput::-ms-input-placeholder { + font-style: italic; +} +#findInput::placeholder { + font-style: italic; +} +#findInput[data-status="pending"] { + background-image: url(images/loading-small.png); + background-repeat: no-repeat; + background-position: right; +} +html[dir='rtl'] #findInput[data-status="pending"] { + background-position: left; +} + +.secondaryToolbar { + padding: 6px; + height: auto; + z-index: 30000; +} +html[dir='ltr'] .secondaryToolbar { + right: 4px; +} +html[dir='rtl'] .secondaryToolbar { + left: 4px; +} + +#secondaryToolbarButtonContainer { + max-width: 200px; + max-height: 400px; + overflow-y: auto; + -webkit-overflow-scrolling: touch; + margin-bottom: -4px; +} + +#secondaryToolbarButtonContainer.hiddenScrollModeButtons > .scrollModeButtons, +#secondaryToolbarButtonContainer.hiddenSpreadModeButtons > .spreadModeButtons { + display: none !important; +} + +.doorHanger, +.doorHangerRight { + border: 1px solid hsla(0,0%,0%,.5); + border-radius: 2px; + box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3); +} +.doorHanger:after, .doorHanger:before, +.doorHangerRight:after, .doorHangerRight:before { + bottom: 100%; + border: solid transparent; + content: " "; + height: 0; + width: 0; + position: absolute; + pointer-events: none; +} +.doorHanger:after, +.doorHangerRight:after { + border-bottom-color: hsla(0,0%,32%,.99); + border-width: 8px; +} +.doorHanger:before, +.doorHangerRight:before { + border-bottom-color: hsla(0,0%,0%,.5); + border-width: 9px; +} + +html[dir='ltr'] .doorHanger:after, +html[dir='rtl'] .doorHangerRight:after { + left: 13px; + margin-left: -8px; +} + +html[dir='ltr'] .doorHanger:before, +html[dir='rtl'] .doorHangerRight:before { + left: 13px; + margin-left: -9px; +} + +html[dir='rtl'] .doorHanger:after, +html[dir='ltr'] .doorHangerRight:after { + right: 13px; + margin-right: -8px; +} + +html[dir='rtl'] .doorHanger:before, +html[dir='ltr'] .doorHangerRight:before { + right: 13px; + margin-right: -9px; +} + +#findResultsCount { + background-color: hsl(0, 0%, 85%); + color: hsl(0, 0%, 32%); + text-align: center; + padding: 3px 4px; +} + +#findMsg { + font-style: italic; + color: #A6B7D0; +} +#findMsg:empty { + display: none; +} + +#findInput.notFound { + background-color: rgb(255, 102, 102); +} + +#toolbarViewerMiddle { + position: absolute; + left: 50%; + -webkit-transform: translateX(-50%); + transform: translateX(-50%); +} + +html[dir='ltr'] #toolbarViewerLeft, +html[dir='rtl'] #toolbarViewerRight { + float: left; +} +html[dir='ltr'] #toolbarViewerRight, +html[dir='rtl'] #toolbarViewerLeft { + float: right; +} +html[dir='ltr'] #toolbarViewerLeft > *, +html[dir='ltr'] #toolbarViewerMiddle > *, +html[dir='ltr'] #toolbarViewerRight > *, +html[dir='ltr'] .findbar * { + position: relative; + float: left; +} +html[dir='rtl'] #toolbarViewerLeft > *, +html[dir='rtl'] #toolbarViewerMiddle > *, +html[dir='rtl'] #toolbarViewerRight > *, +html[dir='rtl'] .findbar * { + position: relative; + float: right; +} + +html[dir='ltr'] .splitToolbarButton { + margin: 3px 2px 4px 0; + display: inline-block; +} +html[dir='rtl'] .splitToolbarButton { + margin: 3px 0 4px 2px; + display: inline-block; +} +html[dir='ltr'] .splitToolbarButton > .toolbarButton { + border-radius: 0; + float: left; +} +html[dir='rtl'] .splitToolbarButton > .toolbarButton { + border-radius: 0; + float: right; +} + +.toolbarButton, +.secondaryToolbarButton, +.overlayButton { + border: 0 none; + background: none; + width: 32px; + height: 25px; +} + +.toolbarButton > span { + display: inline-block; + width: 0; + height: 0; + overflow: hidden; +} + +.toolbarButton[disabled], +.secondaryToolbarButton[disabled], +.overlayButton[disabled] { + opacity: .5; +} + +.splitToolbarButton.toggled .toolbarButton { + margin: 0; +} + +.splitToolbarButton:hover > .toolbarButton, +.splitToolbarButton:focus > .toolbarButton, +.splitToolbarButton.toggled > .toolbarButton, +.toolbarButton.textButton { + background-color: hsla(0,0%,0%,.12); + background-image: linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0)); + background-clip: padding-box; + border: 1px solid hsla(0,0%,0%,.35); + border-color: hsla(0,0%,0%,.32) hsla(0,0%,0%,.38) hsla(0,0%,0%,.42); + box-shadow: 0 1px 0 hsla(0,0%,100%,.05) inset, + 0 0 1px hsla(0,0%,100%,.15) inset, + 0 1px 0 hsla(0,0%,100%,.05); + transition-property: background-color, border-color, box-shadow; + transition-duration: 150ms; + transition-timing-function: ease; + +} +.splitToolbarButton > .toolbarButton:hover, +.splitToolbarButton > .toolbarButton:focus, +.dropdownToolbarButton:hover, +.overlayButton:hover, +.overlayButton:focus, +.toolbarButton.textButton:hover, +.toolbarButton.textButton:focus { + background-color: hsla(0,0%,0%,.2); + box-shadow: 0 1px 0 hsla(0,0%,100%,.05) inset, + 0 0 1px hsla(0,0%,100%,.15) inset, + 0 0 1px hsla(0,0%,0%,.05); + z-index: 199; +} +.splitToolbarButton > .toolbarButton { + position: relative; +} +html[dir='ltr'] .splitToolbarButton > .toolbarButton:first-child, +html[dir='rtl'] .splitToolbarButton > .toolbarButton:last-child { + position: relative; + margin: 0; + margin-right: -1px; + border-top-left-radius: 2px; + border-bottom-left-radius: 2px; + border-right-color: transparent; +} +html[dir='ltr'] .splitToolbarButton > .toolbarButton:last-child, +html[dir='rtl'] .splitToolbarButton > .toolbarButton:first-child { + position: relative; + margin: 0; + margin-left: -1px; + border-top-right-radius: 2px; + border-bottom-right-radius: 2px; + border-left-color: transparent; +} +.splitToolbarButtonSeparator { + padding: 8px 0; + width: 1px; + background-color: hsla(0,0%,0%,.5); + z-index: 99; + box-shadow: 0 0 0 1px hsla(0,0%,100%,.08); + display: inline-block; + margin: 5px 0; +} +html[dir='ltr'] .splitToolbarButtonSeparator { + float: left; +} +html[dir='rtl'] .splitToolbarButtonSeparator { + float: right; +} +.splitToolbarButton:hover > .splitToolbarButtonSeparator, +.splitToolbarButton.toggled > .splitToolbarButtonSeparator { + padding: 12px 0; + margin: 1px 0; + box-shadow: 0 0 0 1px hsla(0,0%,100%,.03); + transition-property: padding; + transition-duration: 10ms; + transition-timing-function: ease; +} + +.toolbarButton, +.dropdownToolbarButton, +.secondaryToolbarButton, +.overlayButton { + min-width: 16px; + padding: 2px 6px 0; + border: 1px solid transparent; + border-radius: 2px; + color: hsla(0,0%,100%,.8); + font-size: 12px; + line-height: 14px; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + /* Opera does not support user-select, use <... unselectable="on"> instead */ + cursor: default; + transition-property: background-color, border-color, box-shadow; + transition-duration: 150ms; + transition-timing-function: ease; +} + +html[dir='ltr'] .toolbarButton, +html[dir='ltr'] .overlayButton, +html[dir='ltr'] .dropdownToolbarButton { + margin: 3px 2px 4px 0; +} +html[dir='rtl'] .toolbarButton, +html[dir='rtl'] .overlayButton, +html[dir='rtl'] .dropdownToolbarButton { + margin: 3px 0 4px 2px; +} + +.toolbarButton:hover, +.toolbarButton:focus, +.dropdownToolbarButton, +.overlayButton, +.secondaryToolbarButton:hover, +.secondaryToolbarButton:focus { + background-color: hsla(0,0%,0%,.12); + background-image: linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0)); + background-clip: padding-box; + border: 1px solid hsla(0,0%,0%,.35); + border-color: hsla(0,0%,0%,.32) hsla(0,0%,0%,.38) hsla(0,0%,0%,.42); + box-shadow: 0 1px 0 hsla(0,0%,100%,.05) inset, + 0 0 1px hsla(0,0%,100%,.15) inset, + 0 1px 0 hsla(0,0%,100%,.05); +} + +.toolbarButton:hover:active, +.overlayButton:hover:active, +.dropdownToolbarButton:hover:active, +.secondaryToolbarButton:hover:active { + background-color: hsla(0,0%,0%,.2); + background-image: linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0)); + border-color: hsla(0,0%,0%,.35) hsla(0,0%,0%,.4) hsla(0,0%,0%,.45); + box-shadow: 0 1px 1px hsla(0,0%,0%,.1) inset, + 0 0 1px hsla(0,0%,0%,.2) inset, + 0 1px 0 hsla(0,0%,100%,.05); + transition-property: background-color, border-color, box-shadow; + transition-duration: 10ms; + transition-timing-function: linear; +} + +.toolbarButton.toggled, +.splitToolbarButton.toggled > .toolbarButton.toggled, +.secondaryToolbarButton.toggled { + background-color: hsla(0,0%,0%,.3); + background-image: linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0)); + border-color: hsla(0,0%,0%,.4) hsla(0,0%,0%,.45) hsla(0,0%,0%,.5); + box-shadow: 0 1px 1px hsla(0,0%,0%,.1) inset, + 0 0 1px hsla(0,0%,0%,.2) inset, + 0 1px 0 hsla(0,0%,100%,.05); + transition-property: background-color, border-color, box-shadow; + transition-duration: 10ms; + transition-timing-function: linear; +} + +.toolbarButton.toggled:hover:active, +.splitToolbarButton.toggled > .toolbarButton.toggled:hover:active, +.secondaryToolbarButton.toggled:hover:active { + background-color: hsla(0,0%,0%,.4); + border-color: hsla(0,0%,0%,.4) hsla(0,0%,0%,.5) hsla(0,0%,0%,.55); + box-shadow: 0 1px 1px hsla(0,0%,0%,.2) inset, + 0 0 1px hsla(0,0%,0%,.3) inset, + 0 1px 0 hsla(0,0%,100%,.05); +} + +.dropdownToolbarButton { + width: 120px; + max-width: 120px; + padding: 0; + overflow: hidden; + background: url(images/toolbarButton-menuArrows.png) no-repeat; +} +html[dir='ltr'] .dropdownToolbarButton { + background-position: 95%; +} +html[dir='rtl'] .dropdownToolbarButton { + background-position: 5%; +} + +.dropdownToolbarButton > select { + min-width: 140px; + font-size: 12px; + color: hsl(0,0%,95%); + margin: 0; + padding: 3px 2px 2px; + border: none; + background: rgba(0,0,0,0); /* Opera does not support 'transparent' +
    + +
    + +
    +
    + +
    + + + + +
    +
    + + + +
    + +
    + +
    +
    + + + +
    +
    +
    +
    + +
    + +
    + +
    + +
    + + +
    +
    + + + + + + + + + Current View + + +
    + + +
    +
    +
    + +
    + +
    + + + +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    + + + + + + + + +
    +
    +
    + + +
    + + + +
    +
    + + + diff --git a/dzz/pdf/web/viewer.js b/dzz/pdf/web/viewer.js new file mode 100644 index 0000000..a22949b --- /dev/null +++ b/dzz/pdf/web/viewer.js @@ -0,0 +1,13387 @@ +/** + * @licstart The following is the entire license notice for the + * Javascript code in this page + * + * Copyright 2018 Mozilla Foundation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + * @licend The above is the entire license notice for the + * Javascript code in this page + */ + +/******/ (function(modules) { // webpackBootstrap +/******/ // The module cache +/******/ var installedModules = {}; +/******/ +/******/ // The require function +/******/ function __webpack_require__(moduleId) { +/******/ +/******/ // Check if module is in cache +/******/ if(installedModules[moduleId]) { +/******/ return installedModules[moduleId].exports; +/******/ } +/******/ // Create a new module (and put it into the cache) +/******/ var module = installedModules[moduleId] = { +/******/ i: moduleId, +/******/ l: false, +/******/ exports: {} +/******/ }; +/******/ +/******/ // Execute the module function +/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__); +/******/ +/******/ // Flag the module as loaded +/******/ module.l = true; +/******/ +/******/ // Return the exports of the module +/******/ return module.exports; +/******/ } +/******/ +/******/ +/******/ // expose the modules object (__webpack_modules__) +/******/ __webpack_require__.m = modules; +/******/ +/******/ // expose the module cache +/******/ __webpack_require__.c = installedModules; +/******/ +/******/ // define getter function for harmony exports +/******/ __webpack_require__.d = function(exports, name, getter) { +/******/ if(!__webpack_require__.o(exports, name)) { +/******/ Object.defineProperty(exports, name, { enumerable: true, get: getter }); +/******/ } +/******/ }; +/******/ +/******/ // define __esModule on exports +/******/ __webpack_require__.r = function(exports) { +/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) { +/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' }); +/******/ } +/******/ Object.defineProperty(exports, '__esModule', { value: true }); +/******/ }; +/******/ +/******/ // create a fake namespace object +/******/ // mode & 1: value is a module id, require it +/******/ // mode & 2: merge all properties of value into the ns +/******/ // mode & 4: return value when already ns object +/******/ // mode & 8|1: behave like require +/******/ __webpack_require__.t = function(value, mode) { +/******/ if(mode & 1) value = __webpack_require__(value); +/******/ if(mode & 8) return value; +/******/ if((mode & 4) && typeof value === 'object' && value && value.__esModule) return value; +/******/ var ns = Object.create(null); +/******/ __webpack_require__.r(ns); +/******/ Object.defineProperty(ns, 'default', { enumerable: true, value: value }); +/******/ if(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key)); +/******/ return ns; +/******/ }; +/******/ +/******/ // getDefaultExport function for compatibility with non-harmony modules +/******/ __webpack_require__.n = function(module) { +/******/ var getter = module && module.__esModule ? +/******/ function getDefault() { return module['default']; } : +/******/ function getModuleExports() { return module; }; +/******/ __webpack_require__.d(getter, 'a', getter); +/******/ return getter; +/******/ }; +/******/ +/******/ // Object.prototype.hasOwnProperty.call +/******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); }; +/******/ +/******/ // __webpack_public_path__ +/******/ __webpack_require__.p = ""; +/******/ +/******/ +/******/ // Load entry module and return exports +/******/ return __webpack_require__(__webpack_require__.s = 0); +/******/ }) +/************************************************************************/ +/******/ ([ +/* 0 */ +/***/ (function(module, exports, __webpack_require__) { + +"use strict"; + + +; +var pdfjsWebApp = void 0, + pdfjsWebAppOptions = void 0; +{ + pdfjsWebApp = __webpack_require__(1); + pdfjsWebAppOptions = __webpack_require__(12); +} +; +{ + __webpack_require__(38); +} +; +{ + __webpack_require__(43); +} +function getViewerConfiguration() { + return { + appContainer: document.body, + mainContainer: document.getElementById('viewerContainer'), + viewerContainer: document.getElementById('viewer'), + eventBus: null, + toolbar: { + container: document.getElementById('toolbarViewer'), + numPages: document.getElementById('numPages'), + pageNumber: document.getElementById('pageNumber'), + scaleSelectContainer: document.getElementById('scaleSelectContainer'), + scaleSelect: document.getElementById('scaleSelect'), + customScaleOption: document.getElementById('customScaleOption'), + previous: document.getElementById('previous'), + next: document.getElementById('next'), + zoomIn: document.getElementById('zoomIn'), + zoomOut: document.getElementById('zoomOut'), + viewFind: document.getElementById('viewFind'), + openFile: document.getElementById('openFile'), + print: document.getElementById('print'), + presentationModeButton: document.getElementById('presentationMode'), + download: document.getElementById('download'), + viewBookmark: document.getElementById('viewBookmark') + }, + secondaryToolbar: { + toolbar: document.getElementById('secondaryToolbar'), + toggleButton: document.getElementById('secondaryToolbarToggle'), + toolbarButtonContainer: document.getElementById('secondaryToolbarButtonContainer'), + presentationModeButton: document.getElementById('secondaryPresentationMode'), + openFileButton: document.getElementById('secondaryOpenFile'), + printButton: document.getElementById('secondaryPrint'), + downloadButton: document.getElementById('secondaryDownload'), + viewBookmarkButton: document.getElementById('secondaryViewBookmark'), + firstPageButton: document.getElementById('firstPage'), + lastPageButton: document.getElementById('lastPage'), + pageRotateCwButton: document.getElementById('pageRotateCw'), + pageRotateCcwButton: document.getElementById('pageRotateCcw'), + cursorSelectToolButton: document.getElementById('cursorSelectTool'), + cursorHandToolButton: document.getElementById('cursorHandTool'), + scrollVerticalButton: document.getElementById('scrollVertical'), + scrollHorizontalButton: document.getElementById('scrollHorizontal'), + scrollWrappedButton: document.getElementById('scrollWrapped'), + spreadNoneButton: document.getElementById('spreadNone'), + spreadOddButton: document.getElementById('spreadOdd'), + spreadEvenButton: document.getElementById('spreadEven'), + documentPropertiesButton: document.getElementById('documentProperties') + }, + fullscreen: { + contextFirstPage: document.getElementById('contextFirstPage'), + contextLastPage: document.getElementById('contextLastPage'), + contextPageRotateCw: document.getElementById('contextPageRotateCw'), + contextPageRotateCcw: document.getElementById('contextPageRotateCcw') + }, + sidebar: { + outerContainer: document.getElementById('outerContainer'), + viewerContainer: document.getElementById('viewerContainer'), + toggleButton: document.getElementById('sidebarToggle'), + thumbnailButton: document.getElementById('viewThumbnail'), + outlineButton: document.getElementById('viewOutline'), + attachmentsButton: document.getElementById('viewAttachments'), + thumbnailView: document.getElementById('thumbnailView'), + outlineView: document.getElementById('outlineView'), + attachmentsView: document.getElementById('attachmentsView') + }, + sidebarResizer: { + outerContainer: document.getElementById('outerContainer'), + resizer: document.getElementById('sidebarResizer') + }, + findBar: { + bar: document.getElementById('findbar'), + toggleButton: document.getElementById('viewFind'), + findField: document.getElementById('findInput'), + highlightAllCheckbox: document.getElementById('findHighlightAll'), + caseSensitiveCheckbox: document.getElementById('findMatchCase'), + entireWordCheckbox: document.getElementById('findEntireWord'), + findMsg: document.getElementById('findMsg'), + findResultsCount: document.getElementById('findResultsCount'), + findPreviousButton: document.getElementById('findPrevious'), + findNextButton: document.getElementById('findNext') + }, + passwordOverlay: { + overlayName: 'passwordOverlay', + container: document.getElementById('passwordOverlay'), + label: document.getElementById('passwordText'), + input: document.getElementById('password'), + submitButton: document.getElementById('passwordSubmit'), + cancelButton: document.getElementById('passwordCancel') + }, + documentProperties: { + overlayName: 'documentPropertiesOverlay', + container: document.getElementById('documentPropertiesOverlay'), + closeButton: document.getElementById('documentPropertiesClose'), + fields: { + 'fileName': document.getElementById('fileNameField'), + 'fileSize': document.getElementById('fileSizeField'), + 'title': document.getElementById('titleField'), + 'author': document.getElementById('authorField'), + 'subject': document.getElementById('subjectField'), + 'keywords': document.getElementById('keywordsField'), + 'creationDate': document.getElementById('creationDateField'), + 'modificationDate': document.getElementById('modificationDateField'), + 'creator': document.getElementById('creatorField'), + 'producer': document.getElementById('producerField'), + 'version': document.getElementById('versionField'), + 'pageCount': document.getElementById('pageCountField'), + 'pageSize': document.getElementById('pageSizeField'), + 'linearized': document.getElementById('linearizedField') + } + }, + errorWrapper: { + container: document.getElementById('errorWrapper'), + errorMessage: document.getElementById('errorMessage'), + closeButton: document.getElementById('errorClose'), + errorMoreInfo: document.getElementById('errorMoreInfo'), + moreInfoButton: document.getElementById('errorShowMore'), + lessInfoButton: document.getElementById('errorShowLess') + }, + printContainer: document.getElementById('printContainer'), + openFileInputName: 'fileInput', + debuggerScriptPath: './debugger.js' + }; +} +function webViewerLoad() { + var config = getViewerConfiguration(); + window.PDFViewerApplication = pdfjsWebApp.PDFViewerApplication; + window.PDFViewerApplicationOptions = pdfjsWebAppOptions.AppOptions; + pdfjsWebApp.PDFViewerApplication.run(config); +} +if (document.readyState === 'interactive' || document.readyState === 'complete') { + webViewerLoad(); +} else { + document.addEventListener('DOMContentLoaded', webViewerLoad, true); +} + +/***/ }), +/* 1 */ +/***/ (function(module, exports, __webpack_require__) { + +"use strict"; + + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.PDFPrintServiceFactory = exports.DefaultExternalServices = exports.PDFViewerApplication = undefined; + +var _regenerator = __webpack_require__(2); + +var _regenerator2 = _interopRequireDefault(_regenerator); + +var _slicedToArray = function () { function sliceIterator(arr, i) { var _arr = []; var _n = true; var _d = false; var _e = undefined; try { for (var _i = arr[Symbol.iterator](), _s; !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"]) _i["return"](); } finally { if (_d) throw _e; } } return _arr; } return function (arr, i) { if (Array.isArray(arr)) { return arr; } else if (Symbol.iterator in Object(arr)) { return sliceIterator(arr, i); } else { throw new TypeError("Invalid attempt to destructure non-iterable instance"); } }; }(); + +var _ui_utils = __webpack_require__(6); + +var _pdfjsLib = __webpack_require__(7); + +var _pdf_cursor_tools = __webpack_require__(8); + +var _pdf_rendering_queue = __webpack_require__(10); + +var _pdf_sidebar = __webpack_require__(11); + +var _app_options = __webpack_require__(12); + +var _dom_events = __webpack_require__(14); + +var _overlay_manager = __webpack_require__(15); + +var _password_prompt = __webpack_require__(16); + +var _pdf_attachment_viewer = __webpack_require__(17); + +var _pdf_document_properties = __webpack_require__(18); + +var _pdf_find_bar = __webpack_require__(19); + +var _pdf_find_controller = __webpack_require__(20); + +var _pdf_history = __webpack_require__(22); + +var _pdf_link_service = __webpack_require__(23); + +var _pdf_outline_viewer = __webpack_require__(24); + +var _pdf_presentation_mode = __webpack_require__(25); + +var _pdf_sidebar_resizer = __webpack_require__(26); + +var _pdf_thumbnail_viewer = __webpack_require__(27); + +var _pdf_viewer = __webpack_require__(29); + +var _secondary_toolbar = __webpack_require__(34); + +var _toolbar = __webpack_require__(36); + +var _view_history = __webpack_require__(37); + +function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } + +function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, arguments); return new Promise(function (resolve, reject) { function step(key, arg) { try { var info = gen[key](arg); var value = info.value; } catch (error) { reject(error); return; } if (info.done) { resolve(value); } else { return Promise.resolve(value).then(function (value) { step("next", value); }, function (err) { step("throw", err); }); } } return step("next"); }); }; } + +var DEFAULT_SCALE_DELTA = 1.1; +var DISABLE_AUTO_FETCH_LOADING_BAR_TIMEOUT = 5000; +var FORCE_PAGES_LOADED_TIMEOUT = 10000; +var DefaultExternalServices = { + updateFindControlState: function updateFindControlState(data) {}, + updateFindMatchesCount: function updateFindMatchesCount(data) {}, + initPassiveLoading: function initPassiveLoading(callbacks) {}, + fallback: function fallback(data, callback) {}, + reportTelemetry: function reportTelemetry(data) {}, + createDownloadManager: function createDownloadManager(options) { + throw new Error('Not implemented: createDownloadManager'); + }, + createPreferences: function createPreferences() { + throw new Error('Not implemented: createPreferences'); + }, + createL10n: function createL10n(options) { + throw new Error('Not implemented: createL10n'); + }, + + supportsIntegratedFind: false, + supportsDocumentFonts: true, + supportsDocumentColors: true, + supportedMouseWheelZoomModifierKeys: { + ctrlKey: true, + metaKey: true + } +}; +var PDFViewerApplication = { + initialBookmark: document.location.hash.substring(1), + initialized: false, + fellback: false, + appConfig: null, + pdfDocument: null, + pdfLoadingTask: null, + printService: null, + pdfViewer: null, + pdfThumbnailViewer: null, + pdfRenderingQueue: null, + pdfPresentationMode: null, + pdfDocumentProperties: null, + pdfLinkService: null, + pdfHistory: null, + pdfSidebar: null, + pdfSidebarResizer: null, + pdfOutlineViewer: null, + pdfAttachmentViewer: null, + pdfCursorTools: null, + store: null, + downloadManager: null, + overlayManager: null, + preferences: null, + toolbar: null, + secondaryToolbar: null, + eventBus: null, + l10n: null, + isInitialViewSet: false, + downloadComplete: false, + isViewerEmbedded: window.parent !== window, + url: '', + baseUrl: '', + externalServices: DefaultExternalServices, + _boundEvents: {}, + contentDispositionFilename: null, + initialize: function () { + var _ref = _asyncToGenerator( /*#__PURE__*/_regenerator2.default.mark(function _callee(appConfig) { + var _this = this; + + var appContainer; + return _regenerator2.default.wrap(function _callee$(_context) { + while (1) { + switch (_context.prev = _context.next) { + case 0: + this.preferences = this.externalServices.createPreferences(); + this.appConfig = appConfig; + _context.next = 4; + return this._readPreferences(); + + case 4: + _context.next = 6; + return this._parseHashParameters(); + + case 6: + _context.next = 8; + return this._initializeL10n(); + + case 8: + if (this.isViewerEmbedded && _app_options.AppOptions.get('externalLinkTarget') === _pdfjsLib.LinkTarget.NONE) { + _app_options.AppOptions.set('externalLinkTarget', _pdfjsLib.LinkTarget.TOP); + } + _context.next = 11; + return this._initializeViewerComponents(); + + case 11: + this.bindEvents(); + this.bindWindowEvents(); + appContainer = appConfig.appContainer || document.documentElement; + + this.l10n.translate(appContainer).then(function () { + _this.eventBus.dispatch('localized', { source: _this }); + }); + this.initialized = true; + + case 16: + case 'end': + return _context.stop(); + } + } + }, _callee, this); + })); + + function initialize(_x) { + return _ref.apply(this, arguments); + } + + return initialize; + }(), + _readPreferences: function () { + var _ref2 = _asyncToGenerator( /*#__PURE__*/_regenerator2.default.mark(function _callee2() { + var OVERRIDES, prefs, name; + return _regenerator2.default.wrap(function _callee2$(_context2) { + while (1) { + switch (_context2.prev = _context2.next) { + case 0: + OVERRIDES = { + disableFontFace: true, + disableRange: true, + disableStream: true, + textLayerMode: _ui_utils.TextLayerMode.DISABLE + }; + _context2.prev = 1; + _context2.next = 4; + return this.preferences.getAll(); + + case 4: + prefs = _context2.sent; + _context2.t0 = _regenerator2.default.keys(prefs); + + case 6: + if ((_context2.t1 = _context2.t0()).done) { + _context2.next = 13; + break; + } + + name = _context2.t1.value; + + if (!(name in OVERRIDES && _app_options.AppOptions.get(name) === OVERRIDES[name])) { + _context2.next = 10; + break; + } + + return _context2.abrupt('continue', 6); + + case 10: + _app_options.AppOptions.set(name, prefs[name]); + _context2.next = 6; + break; + + case 13: + _context2.next = 17; + break; + + case 15: + _context2.prev = 15; + _context2.t2 = _context2['catch'](1); + + case 17: + case 'end': + return _context2.stop(); + } + } + }, _callee2, this, [[1, 15]]); + })); + + function _readPreferences() { + return _ref2.apply(this, arguments); + } + + return _readPreferences; + }(), + _parseHashParameters: function () { + var _ref3 = _asyncToGenerator( /*#__PURE__*/_regenerator2.default.mark(function _callee3() { + var waitOn, hash, hashParams, viewer, enabled; + return _regenerator2.default.wrap(function _callee3$(_context3) { + while (1) { + switch (_context3.prev = _context3.next) { + case 0: + if (_app_options.AppOptions.get('pdfBugEnabled')) { + _context3.next = 2; + break; + } + + return _context3.abrupt('return'); + + case 2: + waitOn = []; + hash = document.location.hash.substring(1); + hashParams = (0, _ui_utils.parseQueryString)(hash); + + if ('disableworker' in hashParams && hashParams['disableworker'] === 'true') { + waitOn.push(loadFakeWorker()); + } + if ('disablerange' in hashParams) { + _app_options.AppOptions.set('disableRange', hashParams['disablerange'] === 'true'); + } + if ('disablestream' in hashParams) { + _app_options.AppOptions.set('disableStream', hashParams['disablestream'] === 'true'); + } + if ('disableautofetch' in hashParams) { + _app_options.AppOptions.set('disableAutoFetch', hashParams['disableautofetch'] === 'true'); + } + if ('disablefontface' in hashParams) { + _app_options.AppOptions.set('disableFontFace', hashParams['disablefontface'] === 'true'); + } + if ('disablehistory' in hashParams) { + _app_options.AppOptions.set('disableHistory', hashParams['disablehistory'] === 'true'); + } + if ('webgl' in hashParams) { + _app_options.AppOptions.set('enableWebGL', hashParams['webgl'] === 'true'); + } + if ('useonlycsszoom' in hashParams) { + _app_options.AppOptions.set('useOnlyCssZoom', hashParams['useonlycsszoom'] === 'true'); + } + if ('verbosity' in hashParams) { + _app_options.AppOptions.set('verbosity', hashParams['verbosity'] | 0); + } + + if (!('textlayer' in hashParams)) { + _context3.next = 23; + break; + } + + _context3.t0 = hashParams['textlayer']; + _context3.next = _context3.t0 === 'off' ? 18 : _context3.t0 === 'visible' ? 20 : _context3.t0 === 'shadow' ? 20 : _context3.t0 === 'hover' ? 20 : 23; + break; + + case 18: + _app_options.AppOptions.set('textLayerMode', _ui_utils.TextLayerMode.DISABLE); + return _context3.abrupt('break', 23); + + case 20: + viewer = this.appConfig.viewerContainer; + + viewer.classList.add('textLayer-' + hashParams['textlayer']); + return _context3.abrupt('break', 23); + + case 23: + if ('pdfbug' in hashParams) { + _app_options.AppOptions.set('pdfBug', true); + enabled = hashParams['pdfbug'].split(','); + + waitOn.push(loadAndEnablePDFBug(enabled)); + } + if ('locale' in hashParams) { + _app_options.AppOptions.set('locale', hashParams['locale']); + } + return _context3.abrupt('return', Promise.all(waitOn).catch(function (reason) { + console.error('_parseHashParameters: "' + reason.message + '".'); + })); + + case 26: + case 'end': + return _context3.stop(); + } + } + }, _callee3, this); + })); + + function _parseHashParameters() { + return _ref3.apply(this, arguments); + } + + return _parseHashParameters; + }(), + _initializeL10n: function () { + var _ref4 = _asyncToGenerator( /*#__PURE__*/_regenerator2.default.mark(function _callee4() { + var dir; + return _regenerator2.default.wrap(function _callee4$(_context4) { + while (1) { + switch (_context4.prev = _context4.next) { + case 0: + this.l10n = this.externalServices.createL10n({ locale: _app_options.AppOptions.get('locale') }); + _context4.next = 3; + return this.l10n.getDirection(); + + case 3: + dir = _context4.sent; + + document.getElementsByTagName('html')[0].dir = dir; + + case 5: + case 'end': + return _context4.stop(); + } + } + }, _callee4, this); + })); + + function _initializeL10n() { + return _ref4.apply(this, arguments); + } + + return _initializeL10n; + }(), + _initializeViewerComponents: function () { + var _ref5 = _asyncToGenerator( /*#__PURE__*/_regenerator2.default.mark(function _callee5() { + var appConfig, dispatchToDOM, eventBus, pdfRenderingQueue, pdfLinkService, downloadManager, findController, container, viewer, thumbnailContainer, sidebarConfig; + return _regenerator2.default.wrap(function _callee5$(_context5) { + while (1) { + switch (_context5.prev = _context5.next) { + case 0: + appConfig = this.appConfig; + + this.overlayManager = new _overlay_manager.OverlayManager(); + dispatchToDOM = _app_options.AppOptions.get('eventBusDispatchToDOM'); + eventBus = appConfig.eventBus || (0, _dom_events.getGlobalEventBus)(dispatchToDOM); + + this.eventBus = eventBus; + pdfRenderingQueue = new _pdf_rendering_queue.PDFRenderingQueue(); + + pdfRenderingQueue.onIdle = this.cleanup.bind(this); + this.pdfRenderingQueue = pdfRenderingQueue; + pdfLinkService = new _pdf_link_service.PDFLinkService({ + eventBus: eventBus, + externalLinkTarget: _app_options.AppOptions.get('externalLinkTarget'), + externalLinkRel: _app_options.AppOptions.get('externalLinkRel') + }); + + this.pdfLinkService = pdfLinkService; + downloadManager = this.externalServices.createDownloadManager({ disableCreateObjectURL: _app_options.AppOptions.get('disableCreateObjectURL') }); + + this.downloadManager = downloadManager; + findController = new _pdf_find_controller.PDFFindController({ + linkService: pdfLinkService, + eventBus: eventBus + }); + + this.findController = findController; + container = appConfig.mainContainer; + viewer = appConfig.viewerContainer; + + this.pdfViewer = new _pdf_viewer.PDFViewer({ + container: container, + viewer: viewer, + eventBus: eventBus, + renderingQueue: pdfRenderingQueue, + linkService: pdfLinkService, + downloadManager: downloadManager, + findController: findController, + renderer: _app_options.AppOptions.get('renderer'), + enableWebGL: _app_options.AppOptions.get('enableWebGL'), + l10n: this.l10n, + textLayerMode: _app_options.AppOptions.get('textLayerMode'), + imageResourcesPath: _app_options.AppOptions.get('imageResourcesPath'), + renderInteractiveForms: _app_options.AppOptions.get('renderInteractiveForms'), + enablePrintAutoRotate: _app_options.AppOptions.get('enablePrintAutoRotate'), + useOnlyCssZoom: _app_options.AppOptions.get('useOnlyCssZoom'), + maxCanvasPixels: _app_options.AppOptions.get('maxCanvasPixels') + }); + pdfRenderingQueue.setViewer(this.pdfViewer); + pdfLinkService.setViewer(this.pdfViewer); + thumbnailContainer = appConfig.sidebar.thumbnailView; + + this.pdfThumbnailViewer = new _pdf_thumbnail_viewer.PDFThumbnailViewer({ + container: thumbnailContainer, + renderingQueue: pdfRenderingQueue, + linkService: pdfLinkService, + l10n: this.l10n + }); + pdfRenderingQueue.setThumbnailViewer(this.pdfThumbnailViewer); + this.pdfHistory = new _pdf_history.PDFHistory({ + linkService: pdfLinkService, + eventBus: eventBus + }); + pdfLinkService.setHistory(this.pdfHistory); + this.findBar = new _pdf_find_bar.PDFFindBar(appConfig.findBar, eventBus, this.l10n); + this.pdfDocumentProperties = new _pdf_document_properties.PDFDocumentProperties(appConfig.documentProperties, this.overlayManager, eventBus, this.l10n); + this.pdfCursorTools = new _pdf_cursor_tools.PDFCursorTools({ + container: container, + eventBus: eventBus, + cursorToolOnLoad: _app_options.AppOptions.get('cursorToolOnLoad') + }); + this.toolbar = new _toolbar.Toolbar(appConfig.toolbar, eventBus, this.l10n); + this.secondaryToolbar = new _secondary_toolbar.SecondaryToolbar(appConfig.secondaryToolbar, container, eventBus); + if (this.supportsFullscreen) { + this.pdfPresentationMode = new _pdf_presentation_mode.PDFPresentationMode({ + container: container, + viewer: viewer, + pdfViewer: this.pdfViewer, + eventBus: eventBus, + contextMenuItems: appConfig.fullscreen + }); + } + this.passwordPrompt = new _password_prompt.PasswordPrompt(appConfig.passwordOverlay, this.overlayManager, this.l10n); + this.pdfOutlineViewer = new _pdf_outline_viewer.PDFOutlineViewer({ + container: appConfig.sidebar.outlineView, + eventBus: eventBus, + linkService: pdfLinkService + }); + this.pdfAttachmentViewer = new _pdf_attachment_viewer.PDFAttachmentViewer({ + container: appConfig.sidebar.attachmentsView, + eventBus: eventBus, + downloadManager: downloadManager + }); + sidebarConfig = Object.create(appConfig.sidebar); + + sidebarConfig.pdfViewer = this.pdfViewer; + sidebarConfig.pdfThumbnailViewer = this.pdfThumbnailViewer; + this.pdfSidebar = new _pdf_sidebar.PDFSidebar(sidebarConfig, eventBus, this.l10n); + this.pdfSidebar.onToggled = this.forceRendering.bind(this); + this.pdfSidebarResizer = new _pdf_sidebar_resizer.PDFSidebarResizer(appConfig.sidebarResizer, eventBus, this.l10n); + + case 39: + case 'end': + return _context5.stop(); + } + } + }, _callee5, this); + })); + + function _initializeViewerComponents() { + return _ref5.apply(this, arguments); + } + + return _initializeViewerComponents; + }(), + run: function run(config) { + this.initialize(config).then(webViewerInitialized); + }, + zoomIn: function zoomIn(ticks) { + var newScale = this.pdfViewer.currentScale; + do { + newScale = (newScale * DEFAULT_SCALE_DELTA).toFixed(2); + newScale = Math.ceil(newScale * 10) / 10; + newScale = Math.min(_ui_utils.MAX_SCALE, newScale); + } while (--ticks > 0 && newScale < _ui_utils.MAX_SCALE); + this.pdfViewer.currentScaleValue = newScale; + }, + zoomOut: function zoomOut(ticks) { + var newScale = this.pdfViewer.currentScale; + do { + newScale = (newScale / DEFAULT_SCALE_DELTA).toFixed(2); + newScale = Math.floor(newScale * 10) / 10; + newScale = Math.max(_ui_utils.MIN_SCALE, newScale); + } while (--ticks > 0 && newScale > _ui_utils.MIN_SCALE); + this.pdfViewer.currentScaleValue = newScale; + }, + + get pagesCount() { + return this.pdfDocument ? this.pdfDocument.numPages : 0; + }, + set page(val) { + this.pdfViewer.currentPageNumber = val; + }, + get page() { + return this.pdfViewer.currentPageNumber; + }, + get printing() { + return !!this.printService; + }, + get supportsPrinting() { + return PDFPrintServiceFactory.instance.supportsPrinting; + }, + get supportsFullscreen() { + var support = void 0; + var doc = document.documentElement; + support = !!(doc.requestFullscreen || doc.mozRequestFullScreen || doc.webkitRequestFullScreen || doc.msRequestFullscreen); + if (document.fullscreenEnabled === false || document.mozFullScreenEnabled === false || document.webkitFullscreenEnabled === false || document.msFullscreenEnabled === false) { + support = false; + } + return (0, _pdfjsLib.shadow)(this, 'supportsFullscreen', support); + }, + get supportsIntegratedFind() { + return this.externalServices.supportsIntegratedFind; + }, + get supportsDocumentFonts() { + return this.externalServices.supportsDocumentFonts; + }, + get supportsDocumentColors() { + return this.externalServices.supportsDocumentColors; + }, + get loadingBar() { + var bar = new _ui_utils.ProgressBar('#loadingBar'); + return (0, _pdfjsLib.shadow)(this, 'loadingBar', bar); + }, + get supportedMouseWheelZoomModifierKeys() { + return this.externalServices.supportedMouseWheelZoomModifierKeys; + }, + initPassiveLoading: function initPassiveLoading() { + throw new Error('Not implemented: initPassiveLoading'); + }, + setTitleUsingUrl: function setTitleUsingUrl() { + var url = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : ''; + + this.url = url; + this.baseUrl = url.split('#')[0]; + var title = (0, _ui_utils.getPDFFileNameFromURL)(url, ''); + if (!title) { + try { + title = decodeURIComponent((0, _pdfjsLib.getFilenameFromUrl)(url)) || url; + } catch (ex) { + title = url; + } + } + this.setTitle(title); + }, + setTitle: function setTitle(title) { + if (this.isViewerEmbedded) { + return; + } + document.title = title; + }, + close: function () { + var _ref6 = _asyncToGenerator( /*#__PURE__*/_regenerator2.default.mark(function _callee6() { + var errorWrapper, promise; + return _regenerator2.default.wrap(function _callee6$(_context6) { + while (1) { + switch (_context6.prev = _context6.next) { + case 0: + errorWrapper = this.appConfig.errorWrapper.container; + + errorWrapper.setAttribute('hidden', 'true'); + + if (this.pdfLoadingTask) { + _context6.next = 4; + break; + } + + return _context6.abrupt('return'); + + case 4: + promise = this.pdfLoadingTask.destroy(); + + this.pdfLoadingTask = null; + if (this.pdfDocument) { + this.pdfDocument = null; + this.pdfThumbnailViewer.setDocument(null); + this.pdfViewer.setDocument(null); + this.pdfLinkService.setDocument(null); + this.pdfDocumentProperties.setDocument(null); + } + this.store = null; + this.isInitialViewSet = false; + this.downloadComplete = false; + this.url = ''; + this.baseUrl = ''; + this.contentDispositionFilename = null; + this.pdfSidebar.reset(); + this.pdfOutlineViewer.reset(); + this.pdfAttachmentViewer.reset(); + this.findBar.reset(); + this.toolbar.reset(); + this.secondaryToolbar.reset(); + if (typeof PDFBug !== 'undefined') { + PDFBug.cleanup(); + } + return _context6.abrupt('return', promise); + + case 21: + case 'end': + return _context6.stop(); + } + } + }, _callee6, this); + })); + + function close() { + return _ref6.apply(this, arguments); + } + + return close; + }(), + open: function () { + var _ref7 = _asyncToGenerator( /*#__PURE__*/_regenerator2.default.mark(function _callee7(file, args) { + var _this2 = this; + + var workerParameters, key, parameters, apiParameters, _key, prop, loadingTask; + + return _regenerator2.default.wrap(function _callee7$(_context7) { + while (1) { + switch (_context7.prev = _context7.next) { + case 0: + if (!this.pdfLoadingTask) { + _context7.next = 3; + break; + } + + _context7.next = 3; + return this.close(); + + case 3: + workerParameters = _app_options.AppOptions.getAll('worker'); + + for (key in workerParameters) { + _pdfjsLib.GlobalWorkerOptions[key] = workerParameters[key]; + } + parameters = Object.create(null); + + if (typeof file === 'string') { + this.setTitleUsingUrl(file); + parameters.url = file; + } else if (file && 'byteLength' in file) { + parameters.data = file; + } else if (file.url && file.originalUrl) { + this.setTitleUsingUrl(file.originalUrl); + parameters.url = file.url; + } + apiParameters = _app_options.AppOptions.getAll('api'); + + for (_key in apiParameters) { + parameters[_key] = apiParameters[_key]; + } + if (args) { + for (prop in args) { + if (prop === 'length') { + this.pdfDocumentProperties.setFileSize(args[prop]); + } + parameters[prop] = args[prop]; + } + } + loadingTask = (0, _pdfjsLib.getDocument)(parameters); + + this.pdfLoadingTask = loadingTask; + loadingTask.onPassword = function (updateCallback, reason) { + _this2.passwordPrompt.setUpdateCallback(updateCallback, reason); + _this2.passwordPrompt.open(); + }; + loadingTask.onProgress = function (_ref8) { + var loaded = _ref8.loaded, + total = _ref8.total; + + _this2.progress(loaded / total); + }; + loadingTask.onUnsupportedFeature = this.fallback.bind(this); + return _context7.abrupt('return', loadingTask.promise.then(function (pdfDocument) { + _this2.load(pdfDocument); + }, function (exception) { + if (loadingTask !== _this2.pdfLoadingTask) { + return; + } + var message = exception && exception.message; + var loadingErrorMessage = void 0; + if (exception instanceof _pdfjsLib.InvalidPDFException) { + loadingErrorMessage = _this2.l10n.get('invalid_file_error', null, 'Invalid or corrupted PDF file.'); + } else if (exception instanceof _pdfjsLib.MissingPDFException) { + loadingErrorMessage = _this2.l10n.get('missing_file_error', null, 'Missing PDF file.'); + } else if (exception instanceof _pdfjsLib.UnexpectedResponseException) { + loadingErrorMessage = _this2.l10n.get('unexpected_response_error', null, 'Unexpected server response.'); + } else { + loadingErrorMessage = _this2.l10n.get('loading_error', null, 'An error occurred while loading the PDF.'); + } + return loadingErrorMessage.then(function (msg) { + _this2.error(msg, { message: message }); + throw new Error(msg); + }); + })); + + case 16: + case 'end': + return _context7.stop(); + } + } + }, _callee7, this); + })); + + function open(_x3, _x4) { + return _ref7.apply(this, arguments); + } + + return open; + }(), + download: function download() { + var _this3 = this; + + function downloadByUrl() { + downloadManager.downloadUrl(url, filename); + } + var url = this.baseUrl; + var filename = this.contentDispositionFilename || (0, _ui_utils.getPDFFileNameFromURL)(this.url); + var downloadManager = this.downloadManager; + downloadManager.onerror = function (err) { + _this3.error('PDF failed to download: ' + err); + }; + if (!this.pdfDocument || !this.downloadComplete) { + downloadByUrl(); + return; + } + this.pdfDocument.getData().then(function (data) { + var blob = new Blob([data], { type: 'application/pdf' }); + downloadManager.download(blob, url, filename); + }).catch(downloadByUrl); + }, + fallback: function fallback(featureId) {}, + error: function error(message, moreInfo) { + var moreInfoText = [this.l10n.get('error_version_info', { + version: _pdfjsLib.version || '?', + build: _pdfjsLib.build || '?' + }, 'PDF.js v{{version}} (build: {{build}})')]; + if (moreInfo) { + moreInfoText.push(this.l10n.get('error_message', { message: moreInfo.message }, 'Message: {{message}}')); + if (moreInfo.stack) { + moreInfoText.push(this.l10n.get('error_stack', { stack: moreInfo.stack }, 'Stack: {{stack}}')); + } else { + if (moreInfo.filename) { + moreInfoText.push(this.l10n.get('error_file', { file: moreInfo.filename }, 'File: {{file}}')); + } + if (moreInfo.lineNumber) { + moreInfoText.push(this.l10n.get('error_line', { line: moreInfo.lineNumber }, 'Line: {{line}}')); + } + } + } + var errorWrapperConfig = this.appConfig.errorWrapper; + var errorWrapper = errorWrapperConfig.container; + errorWrapper.removeAttribute('hidden'); + var errorMessage = errorWrapperConfig.errorMessage; + errorMessage.textContent = message; + var closeButton = errorWrapperConfig.closeButton; + closeButton.onclick = function () { + errorWrapper.setAttribute('hidden', 'true'); + }; + var errorMoreInfo = errorWrapperConfig.errorMoreInfo; + var moreInfoButton = errorWrapperConfig.moreInfoButton; + var lessInfoButton = errorWrapperConfig.lessInfoButton; + moreInfoButton.onclick = function () { + errorMoreInfo.removeAttribute('hidden'); + moreInfoButton.setAttribute('hidden', 'true'); + lessInfoButton.removeAttribute('hidden'); + errorMoreInfo.style.height = errorMoreInfo.scrollHeight + 'px'; + }; + lessInfoButton.onclick = function () { + errorMoreInfo.setAttribute('hidden', 'true'); + moreInfoButton.removeAttribute('hidden'); + lessInfoButton.setAttribute('hidden', 'true'); + }; + moreInfoButton.oncontextmenu = _ui_utils.noContextMenuHandler; + lessInfoButton.oncontextmenu = _ui_utils.noContextMenuHandler; + closeButton.oncontextmenu = _ui_utils.noContextMenuHandler; + moreInfoButton.removeAttribute('hidden'); + lessInfoButton.setAttribute('hidden', 'true'); + Promise.all(moreInfoText).then(function (parts) { + errorMoreInfo.value = parts.join('\n'); + }); + }, + progress: function progress(level) { + var _this4 = this; + + if (this.downloadComplete) { + return; + } + var percent = Math.round(level * 100); + if (percent > this.loadingBar.percent || isNaN(percent)) { + this.loadingBar.percent = percent; + var disableAutoFetch = this.pdfDocument ? this.pdfDocument.loadingParams['disableAutoFetch'] : _app_options.AppOptions.get('disableAutoFetch'); + if (disableAutoFetch && percent) { + if (this.disableAutoFetchLoadingBarTimeout) { + clearTimeout(this.disableAutoFetchLoadingBarTimeout); + this.disableAutoFetchLoadingBarTimeout = null; + } + this.loadingBar.show(); + this.disableAutoFetchLoadingBarTimeout = setTimeout(function () { + _this4.loadingBar.hide(); + _this4.disableAutoFetchLoadingBarTimeout = null; + }, DISABLE_AUTO_FETCH_LOADING_BAR_TIMEOUT); + } + } + }, + load: function load(pdfDocument) { + var _this5 = this; + + this.pdfDocument = pdfDocument; + pdfDocument.getDownloadInfo().then(function () { + _this5.downloadComplete = true; + _this5.loadingBar.hide(); + firstPagePromise.then(function () { + _this5.eventBus.dispatch('documentloaded', { source: _this5 }); + _this5.eventBus.dispatch('documentload', { source: _this5 }); + }); + }); + var pageModePromise = pdfDocument.getPageMode().catch(function () {}); + this.toolbar.setPagesCount(pdfDocument.numPages, false); + this.secondaryToolbar.setPagesCount(pdfDocument.numPages); + var store = this.store = new _view_history.ViewHistory(pdfDocument.fingerprint); + var baseDocumentUrl = void 0; + baseDocumentUrl = null; + this.pdfLinkService.setDocument(pdfDocument, baseDocumentUrl); + this.pdfDocumentProperties.setDocument(pdfDocument, this.url); + var pdfViewer = this.pdfViewer; + pdfViewer.setDocument(pdfDocument); + var firstPagePromise = pdfViewer.firstPagePromise; + var pagesPromise = pdfViewer.pagesPromise; + var onePageRendered = pdfViewer.onePageRendered; + var pdfThumbnailViewer = this.pdfThumbnailViewer; + pdfThumbnailViewer.setDocument(pdfDocument); + firstPagePromise.then(function (pdfPage) { + _this5.loadingBar.setWidth(_this5.appConfig.viewerContainer); + if (!_app_options.AppOptions.get('disableHistory') && !_this5.isViewerEmbedded) { + var resetHistory = !_app_options.AppOptions.get('showPreviousViewOnLoad'); + _this5.pdfHistory.initialize(pdfDocument.fingerprint, resetHistory); + if (_this5.pdfHistory.initialBookmark) { + _this5.initialBookmark = _this5.pdfHistory.initialBookmark; + _this5.initialRotation = _this5.pdfHistory.initialRotation; + } + } + var storePromise = store.getMultiple({ + page: null, + zoom: _ui_utils.DEFAULT_SCALE_VALUE, + scrollLeft: '0', + scrollTop: '0', + rotation: null, + sidebarView: _pdf_sidebar.SidebarView.NONE, + scrollMode: null, + spreadMode: null + }).catch(function () {}); + Promise.all([storePromise, pageModePromise]).then(function () { + var _ref10 = _asyncToGenerator( /*#__PURE__*/_regenerator2.default.mark(function _callee8(_ref9) { + var _ref11 = _slicedToArray(_ref9, 2), + _ref11$ = _ref11[0], + values = _ref11$ === undefined ? {} : _ref11$, + pageMode = _ref11[1]; + + var initialBookmark, zoom, hash, rotation, sidebarView, scrollMode, spreadMode; + return _regenerator2.default.wrap(function _callee8$(_context8) { + while (1) { + switch (_context8.prev = _context8.next) { + case 0: + initialBookmark = _this5.initialBookmark; + zoom = _app_options.AppOptions.get('defaultZoomValue'); + hash = zoom ? 'zoom=' + zoom : null; + rotation = null; + sidebarView = _app_options.AppOptions.get('sidebarViewOnLoad'); + scrollMode = _app_options.AppOptions.get('scrollModeOnLoad'); + spreadMode = _app_options.AppOptions.get('spreadModeOnLoad'); + + if (values.page && _app_options.AppOptions.get('showPreviousViewOnLoad')) { + hash = 'page=' + values.page + '&zoom=' + (zoom || values.zoom) + ',' + values.scrollLeft + ',' + values.scrollTop; + rotation = parseInt(values.rotation, 10); + sidebarView = sidebarView || values.sidebarView | 0; + scrollMode = scrollMode || values.scrollMode | 0; + spreadMode = spreadMode || values.spreadMode | 0; + } + if (pageMode && !_app_options.AppOptions.get('disablePageMode')) { + sidebarView = sidebarView || apiPageModeToSidebarView(pageMode); + } + _this5.setInitialView(hash, { + rotation: rotation, + sidebarView: sidebarView, + scrollMode: scrollMode, + spreadMode: spreadMode + }); + _this5.eventBus.dispatch('documentinit', { source: _this5 }); + if (!_this5.isViewerEmbedded) { + pdfViewer.focus(); + } + _context8.next = 14; + return Promise.race([pagesPromise, new Promise(function (resolve) { + setTimeout(resolve, FORCE_PAGES_LOADED_TIMEOUT); + })]); + + case 14: + if (!(!initialBookmark && !hash)) { + _context8.next = 16; + break; + } + + return _context8.abrupt('return'); + + case 16: + if (!pdfViewer.hasEqualPageSizes) { + _context8.next = 18; + break; + } + + return _context8.abrupt('return'); + + case 18: + _this5.initialBookmark = initialBookmark; + pdfViewer.currentScaleValue = pdfViewer.currentScaleValue; + _this5.setInitialView(hash); + + case 21: + case 'end': + return _context8.stop(); + } + } + }, _callee8, _this5); + })); + + return function (_x5) { + return _ref10.apply(this, arguments); + }; + }()).then(function () { + pdfViewer.update(); + }); + }); + pdfDocument.getPageLabels().then(function (labels) { + if (!labels || _app_options.AppOptions.get('disablePageLabels')) { + return; + } + var i = 0, + numLabels = labels.length; + if (numLabels !== _this5.pagesCount) { + console.error('The number of Page Labels does not match ' + 'the number of pages in the document.'); + return; + } + while (i < numLabels && labels[i] === (i + 1).toString()) { + i++; + } + if (i === numLabels) { + return; + } + pdfViewer.setPageLabels(labels); + pdfThumbnailViewer.setPageLabels(labels); + _this5.toolbar.setPagesCount(pdfDocument.numPages, true); + _this5.toolbar.setPageNumber(pdfViewer.currentPageNumber, pdfViewer.currentPageLabel); + }); + pagesPromise.then(function () { + if (!_this5.supportsPrinting) { + return; + } + pdfDocument.getJavaScript().then(function (javaScript) { + if (!javaScript) { + return; + } + javaScript.some(function (js) { + if (!js) { + return false; + } + console.warn('Warning: JavaScript is not supported'); + _this5.fallback(_pdfjsLib.UNSUPPORTED_FEATURES.javaScript); + return true; + }); + var regex = /\bprint\s*\(/; + for (var i = 0, ii = javaScript.length; i < ii; i++) { + var js = javaScript[i]; + if (js && regex.test(js)) { + setTimeout(function () { + window.print(); + }); + return; + } + } + }); + }); + Promise.all([onePageRendered, _ui_utils.animationStarted]).then(function () { + pdfDocument.getOutline().then(function (outline) { + _this5.pdfOutlineViewer.render({ outline: outline }); + }); + pdfDocument.getAttachments().then(function (attachments) { + _this5.pdfAttachmentViewer.render({ attachments: attachments }); + }); + }); + pdfDocument.getMetadata().then(function (_ref12) { + var info = _ref12.info, + metadata = _ref12.metadata, + contentDispositionFilename = _ref12.contentDispositionFilename; + + _this5.documentInfo = info; + _this5.metadata = metadata; + _this5.contentDispositionFilename = contentDispositionFilename; + console.log('PDF ' + pdfDocument.fingerprint + ' [' + info.PDFFormatVersion + ' ' + (info.Producer || '-').trim() + ' / ' + (info.Creator || '-').trim() + ']' + ' (PDF.js: ' + (_pdfjsLib.version || '-') + (_app_options.AppOptions.get('enableWebGL') ? ' [WebGL]' : '') + ')'); + var pdfTitle = void 0; + if (metadata && metadata.has('dc:title')) { + var title = metadata.get('dc:title'); + if (title !== 'Untitled') { + pdfTitle = title; + } + } + if (!pdfTitle && info && info['Title']) { + pdfTitle = info['Title']; + } + if (pdfTitle) { + _this5.setTitle(pdfTitle + ' - ' + (contentDispositionFilename || document.title)); + } else if (contentDispositionFilename) { + _this5.setTitle(contentDispositionFilename); + } + if (info.IsAcroFormPresent) { + console.warn('Warning: AcroForm/XFA is not supported'); + _this5.fallback(_pdfjsLib.UNSUPPORTED_FEATURES.forms); + } + }); + }, + setInitialView: function setInitialView(storedHash) { + var _this6 = this; + + var _ref13 = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}, + rotation = _ref13.rotation, + sidebarView = _ref13.sidebarView, + scrollMode = _ref13.scrollMode, + spreadMode = _ref13.spreadMode; + + var setRotation = function setRotation(angle) { + if ((0, _ui_utils.isValidRotation)(angle)) { + _this6.pdfViewer.pagesRotation = angle; + } + }; + var setViewerModes = function setViewerModes(scroll, spread) { + if (Number.isInteger(scroll)) { + _this6.pdfViewer.scrollMode = scroll; + } + if (Number.isInteger(spread)) { + _this6.pdfViewer.spreadMode = spread; + } + }; + setViewerModes(scrollMode, spreadMode); + this.isInitialViewSet = true; + this.pdfSidebar.setInitialView(sidebarView); + if (this.initialBookmark) { + setRotation(this.initialRotation); + delete this.initialRotation; + this.pdfLinkService.setHash(this.initialBookmark); + this.initialBookmark = null; + } else if (storedHash) { + setRotation(rotation); + this.pdfLinkService.setHash(storedHash); + } + this.toolbar.setPageNumber(this.pdfViewer.currentPageNumber, this.pdfViewer.currentPageLabel); + this.secondaryToolbar.setPageNumber(this.pdfViewer.currentPageNumber); + if (!this.pdfViewer.currentScaleValue) { + this.pdfViewer.currentScaleValue = _ui_utils.DEFAULT_SCALE_VALUE; + } + }, + cleanup: function cleanup() { + if (!this.pdfDocument) { + return; + } + this.pdfViewer.cleanup(); + this.pdfThumbnailViewer.cleanup(); + if (this.pdfViewer.renderer !== _ui_utils.RendererType.SVG) { + this.pdfDocument.cleanup(); + } + }, + forceRendering: function forceRendering() { + this.pdfRenderingQueue.printing = this.printing; + this.pdfRenderingQueue.isThumbnailViewEnabled = this.pdfSidebar.isThumbnailViewVisible; + this.pdfRenderingQueue.renderHighestPriority(); + }, + beforePrint: function beforePrint() { + var _this7 = this; + + if (this.printService) { + return; + } + if (!this.supportsPrinting) { + this.l10n.get('printing_not_supported', null, 'Warning: Printing is not fully supported by ' + 'this browser.').then(function (printMessage) { + _this7.error(printMessage); + }); + return; + } + if (!this.pdfViewer.pageViewsReady) { + this.l10n.get('printing_not_ready', null, 'Warning: The PDF is not fully loaded for printing.').then(function (notReadyMessage) { + window.alert(notReadyMessage); + }); + return; + } + var pagesOverview = this.pdfViewer.getPagesOverview(); + var printContainer = this.appConfig.printContainer; + var printService = PDFPrintServiceFactory.instance.createPrintService(this.pdfDocument, pagesOverview, printContainer, this.l10n); + this.printService = printService; + this.forceRendering(); + printService.layout(); + }, + + afterPrint: function pdfViewSetupAfterPrint() { + if (this.printService) { + this.printService.destroy(); + this.printService = null; + } + this.forceRendering(); + }, + rotatePages: function rotatePages(delta) { + if (!this.pdfDocument) { + return; + } + var newRotation = (this.pdfViewer.pagesRotation + 360 + delta) % 360; + this.pdfViewer.pagesRotation = newRotation; + }, + requestPresentationMode: function requestPresentationMode() { + if (!this.pdfPresentationMode) { + return; + } + this.pdfPresentationMode.request(); + }, + bindEvents: function bindEvents() { + var eventBus = this.eventBus, + _boundEvents = this._boundEvents; + + _boundEvents.beforePrint = this.beforePrint.bind(this); + _boundEvents.afterPrint = this.afterPrint.bind(this); + eventBus.on('resize', webViewerResize); + eventBus.on('hashchange', webViewerHashchange); + eventBus.on('beforeprint', _boundEvents.beforePrint); + eventBus.on('afterprint', _boundEvents.afterPrint); + eventBus.on('pagerendered', webViewerPageRendered); + eventBus.on('textlayerrendered', webViewerTextLayerRendered); + eventBus.on('updateviewarea', webViewerUpdateViewarea); + eventBus.on('pagechanging', webViewerPageChanging); + eventBus.on('scalechanging', webViewerScaleChanging); + eventBus.on('rotationchanging', webViewerRotationChanging); + eventBus.on('sidebarviewchanged', webViewerSidebarViewChanged); + eventBus.on('pagemode', webViewerPageMode); + eventBus.on('namedaction', webViewerNamedAction); + eventBus.on('presentationmodechanged', webViewerPresentationModeChanged); + eventBus.on('presentationmode', webViewerPresentationMode); + eventBus.on('openfile', webViewerOpenFile); + eventBus.on('print', webViewerPrint); + eventBus.on('download', webViewerDownload); + eventBus.on('firstpage', webViewerFirstPage); + eventBus.on('lastpage', webViewerLastPage); + eventBus.on('nextpage', webViewerNextPage); + eventBus.on('previouspage', webViewerPreviousPage); + eventBus.on('zoomin', webViewerZoomIn); + eventBus.on('zoomout', webViewerZoomOut); + eventBus.on('pagenumberchanged', webViewerPageNumberChanged); + eventBus.on('scalechanged', webViewerScaleChanged); + eventBus.on('rotatecw', webViewerRotateCw); + eventBus.on('rotateccw', webViewerRotateCcw); + eventBus.on('switchscrollmode', webViewerSwitchScrollMode); + eventBus.on('scrollmodechanged', webViewerScrollModeChanged); + eventBus.on('switchspreadmode', webViewerSwitchSpreadMode); + eventBus.on('spreadmodechanged', webViewerSpreadModeChanged); + eventBus.on('documentproperties', webViewerDocumentProperties); + eventBus.on('find', webViewerFind); + eventBus.on('findfromurlhash', webViewerFindFromUrlHash); + eventBus.on('updatefindmatchescount', webViewerUpdateFindMatchesCount); + eventBus.on('updatefindcontrolstate', webViewerUpdateFindControlState); + eventBus.on('fileinputchange', webViewerFileInputChange); + }, + bindWindowEvents: function bindWindowEvents() { + var eventBus = this.eventBus, + _boundEvents = this._boundEvents; + + _boundEvents.windowResize = function () { + eventBus.dispatch('resize', { source: window }); + }; + _boundEvents.windowHashChange = function () { + eventBus.dispatch('hashchange', { + source: window, + hash: document.location.hash.substring(1) + }); + }; + _boundEvents.windowBeforePrint = function () { + eventBus.dispatch('beforeprint', { source: window }); + }; + _boundEvents.windowAfterPrint = function () { + eventBus.dispatch('afterprint', { source: window }); + }; + window.addEventListener('wheel', webViewerWheel); + window.addEventListener('click', webViewerClick); + window.addEventListener('keydown', webViewerKeyDown); + window.addEventListener('resize', _boundEvents.windowResize); + window.addEventListener('hashchange', _boundEvents.windowHashChange); + window.addEventListener('beforeprint', _boundEvents.windowBeforePrint); + window.addEventListener('afterprint', _boundEvents.windowAfterPrint); + }, + unbindEvents: function unbindEvents() { + var eventBus = this.eventBus, + _boundEvents = this._boundEvents; + + eventBus.off('resize', webViewerResize); + eventBus.off('hashchange', webViewerHashchange); + eventBus.off('beforeprint', _boundEvents.beforePrint); + eventBus.off('afterprint', _boundEvents.afterPrint); + eventBus.off('pagerendered', webViewerPageRendered); + eventBus.off('textlayerrendered', webViewerTextLayerRendered); + eventBus.off('updateviewarea', webViewerUpdateViewarea); + eventBus.off('pagechanging', webViewerPageChanging); + eventBus.off('scalechanging', webViewerScaleChanging); + eventBus.off('rotationchanging', webViewerRotationChanging); + eventBus.off('sidebarviewchanged', webViewerSidebarViewChanged); + eventBus.off('pagemode', webViewerPageMode); + eventBus.off('namedaction', webViewerNamedAction); + eventBus.off('presentationmodechanged', webViewerPresentationModeChanged); + eventBus.off('presentationmode', webViewerPresentationMode); + eventBus.off('openfile', webViewerOpenFile); + eventBus.off('print', webViewerPrint); + eventBus.off('download', webViewerDownload); + eventBus.off('firstpage', webViewerFirstPage); + eventBus.off('lastpage', webViewerLastPage); + eventBus.off('nextpage', webViewerNextPage); + eventBus.off('previouspage', webViewerPreviousPage); + eventBus.off('zoomin', webViewerZoomIn); + eventBus.off('zoomout', webViewerZoomOut); + eventBus.off('pagenumberchanged', webViewerPageNumberChanged); + eventBus.off('scalechanged', webViewerScaleChanged); + eventBus.off('rotatecw', webViewerRotateCw); + eventBus.off('rotateccw', webViewerRotateCcw); + eventBus.off('switchscrollmode', webViewerSwitchScrollMode); + eventBus.off('scrollmodechanged', webViewerScrollModeChanged); + eventBus.off('switchspreadmode', webViewerSwitchSpreadMode); + eventBus.off('spreadmodechanged', webViewerSpreadModeChanged); + eventBus.off('documentproperties', webViewerDocumentProperties); + eventBus.off('find', webViewerFind); + eventBus.off('findfromurlhash', webViewerFindFromUrlHash); + eventBus.off('updatefindmatchescount', webViewerUpdateFindMatchesCount); + eventBus.off('updatefindcontrolstate', webViewerUpdateFindControlState); + eventBus.off('fileinputchange', webViewerFileInputChange); + _boundEvents.beforePrint = null; + _boundEvents.afterPrint = null; + }, + unbindWindowEvents: function unbindWindowEvents() { + var _boundEvents = this._boundEvents; + + window.removeEventListener('wheel', webViewerWheel); + window.removeEventListener('click', webViewerClick); + window.removeEventListener('keydown', webViewerKeyDown); + window.removeEventListener('resize', _boundEvents.windowResize); + window.removeEventListener('hashchange', _boundEvents.windowHashChange); + window.removeEventListener('beforeprint', _boundEvents.windowBeforePrint); + window.removeEventListener('afterprint', _boundEvents.windowAfterPrint); + _boundEvents.windowResize = null; + _boundEvents.windowHashChange = null; + _boundEvents.windowBeforePrint = null; + _boundEvents.windowAfterPrint = null; + } +}; +var validateFileURL = void 0; +{ + var HOSTED_VIEWER_ORIGINS = ['null', 'http://mozilla.github.io', 'https://mozilla.github.io']; + validateFileURL = function validateFileURL(file) { + if (file === undefined) { + return; + } + try { + var viewerOrigin = new _pdfjsLib.URL(window.location.href).origin || 'null'; + if (HOSTED_VIEWER_ORIGINS.includes(viewerOrigin)) { + return; + } + + var _ref14 = new _pdfjsLib.URL(file, window.location.href), + origin = _ref14.origin, + protocol = _ref14.protocol; + + if (origin !== viewerOrigin && protocol !== 'blob:') { + throw new Error('file origin does not match viewer\'s'); + } + } catch (ex) { + var message = ex && ex.message; + PDFViewerApplication.l10n.get('loading_error', null, 'An error occurred while loading the PDF.').then(function (loadingErrorMessage) { + PDFViewerApplication.error(loadingErrorMessage, { message: message }); + }); + throw ex; + } + }; +} +function loadFakeWorker() { + if (!_pdfjsLib.GlobalWorkerOptions.workerSrc) { + _pdfjsLib.GlobalWorkerOptions.workerSrc = _app_options.AppOptions.get('workerSrc'); + } + return (0, _pdfjsLib.loadScript)(_pdfjsLib.PDFWorker.getWorkerSrc()); +} +function loadAndEnablePDFBug(enabledTabs) { + var appConfig = PDFViewerApplication.appConfig; + return (0, _pdfjsLib.loadScript)(appConfig.debuggerScriptPath).then(function () { + PDFBug.enable(enabledTabs); + PDFBug.init({ + OPS: _pdfjsLib.OPS, + createObjectURL: _pdfjsLib.createObjectURL + }, appConfig.mainContainer); + }); +} +function webViewerInitialized() { + var appConfig = PDFViewerApplication.appConfig; + var file = void 0; + var queryString = document.location.search.substring(1); + var params = (0, _ui_utils.parseQueryString)(queryString); + file = 'file' in params ? params.file : _app_options.AppOptions.get('defaultUrl'); + file = _fileurl; + validateFileURL(file); + var fileInput = document.createElement('input'); + fileInput.id = appConfig.openFileInputName; + fileInput.className = 'fileInput'; + fileInput.setAttribute('type', 'file'); + fileInput.oncontextmenu = _ui_utils.noContextMenuHandler; + document.body.appendChild(fileInput); + if (!window.File || !window.FileReader || !window.FileList || !window.Blob) { + appConfig.toolbar.openFile.setAttribute('hidden', 'true'); + appConfig.secondaryToolbar.openFileButton.setAttribute('hidden', 'true'); + } else { + fileInput.value = null; + } + fileInput.addEventListener('change', function (evt) { + var files = evt.target.files; + if (!files || files.length === 0) { + return; + } + PDFViewerApplication.eventBus.dispatch('fileinputchange', { + source: this, + fileInput: evt.target + }); + }); + appConfig.mainContainer.addEventListener('dragover', function (evt) { + evt.preventDefault(); + evt.dataTransfer.dropEffect = 'move'; + }); + appConfig.mainContainer.addEventListener('drop', function (evt) { + evt.preventDefault(); + var files = evt.dataTransfer.files; + if (!files || files.length === 0) { + return; + } + PDFViewerApplication.eventBus.dispatch('fileinputchange', { + source: this, + fileInput: evt.dataTransfer + }); + }); + if (!PDFViewerApplication.supportsPrinting) { + appConfig.toolbar.print.classList.add('hidden'); + appConfig.secondaryToolbar.printButton.classList.add('hidden'); + } + if (!PDFViewerApplication.supportsFullscreen) { + appConfig.toolbar.presentationModeButton.classList.add('hidden'); + appConfig.secondaryToolbar.presentationModeButton.classList.add('hidden'); + } + if (PDFViewerApplication.supportsIntegratedFind) { + appConfig.toolbar.viewFind.classList.add('hidden'); + } + appConfig.mainContainer.addEventListener('transitionend', function (evt) { + if (evt.target === this) { + PDFViewerApplication.eventBus.dispatch('resize', { source: this }); + } + }, true); + appConfig.sidebar.toggleButton.addEventListener('click', function () { + PDFViewerApplication.pdfSidebar.toggle(); + }); + try { + webViewerOpenFileViaURL(file); + } catch (reason) { + PDFViewerApplication.l10n.get('loading_error', null, 'An error occurred while loading the PDF.').then(function (msg) { + PDFViewerApplication.error(msg, reason); + }); + } +} +var webViewerOpenFileViaURL = void 0; +{ + webViewerOpenFileViaURL = function webViewerOpenFileViaURL(file) { + if (file && file.lastIndexOf('file:', 0) === 0) { + PDFViewerApplication.setTitleUsingUrl(file); + var xhr = new XMLHttpRequest(); + xhr.onload = function () { + PDFViewerApplication.open(new Uint8Array(xhr.response)); + }; + try { + xhr.open('GET', file); + xhr.responseType = 'arraybuffer'; + xhr.send(); + } catch (ex) { + throw ex; + } + return; + } + if (file) { + PDFViewerApplication.open(file); + } + }; +} +function webViewerPageRendered(evt) { + var pageNumber = evt.pageNumber; + var pageIndex = pageNumber - 1; + var pageView = PDFViewerApplication.pdfViewer.getPageView(pageIndex); + if (pageNumber === PDFViewerApplication.page) { + PDFViewerApplication.toolbar.updateLoadingIndicatorState(false); + } + if (!pageView) { + return; + } + if (PDFViewerApplication.pdfSidebar.isThumbnailViewVisible) { + var thumbnailView = PDFViewerApplication.pdfThumbnailViewer.getThumbnail(pageIndex); + thumbnailView.setImage(pageView); + } + if (typeof Stats !== 'undefined' && Stats.enabled && pageView.stats) { + Stats.add(pageNumber, pageView.stats); + } + if (pageView.error) { + PDFViewerApplication.l10n.get('rendering_error', null, 'An error occurred while rendering the page.').then(function (msg) { + PDFViewerApplication.error(msg, pageView.error); + }); + } +} +function webViewerTextLayerRendered(evt) {} +function webViewerPageMode(evt) { + var mode = evt.mode, + view = void 0; + switch (mode) { + case 'thumbs': + view = _pdf_sidebar.SidebarView.THUMBS; + break; + case 'bookmarks': + case 'outline': + view = _pdf_sidebar.SidebarView.OUTLINE; + break; + case 'attachments': + view = _pdf_sidebar.SidebarView.ATTACHMENTS; + break; + case 'none': + view = _pdf_sidebar.SidebarView.NONE; + break; + default: + console.error('Invalid "pagemode" hash parameter: ' + mode); + return; + } + PDFViewerApplication.pdfSidebar.switchView(view, true); +} +function webViewerNamedAction(evt) { + var action = evt.action; + switch (action) { + case 'GoToPage': + PDFViewerApplication.appConfig.toolbar.pageNumber.select(); + break; + case 'Find': + if (!PDFViewerApplication.supportsIntegratedFind) { + PDFViewerApplication.findBar.toggle(); + } + break; + } +} +function webViewerPresentationModeChanged(evt) { + var active = evt.active, + switchInProgress = evt.switchInProgress; + + PDFViewerApplication.pdfViewer.presentationModeState = switchInProgress ? _ui_utils.PresentationModeState.CHANGING : active ? _ui_utils.PresentationModeState.FULLSCREEN : _ui_utils.PresentationModeState.NORMAL; +} +function webViewerSidebarViewChanged(evt) { + PDFViewerApplication.pdfRenderingQueue.isThumbnailViewEnabled = PDFViewerApplication.pdfSidebar.isThumbnailViewVisible; + var store = PDFViewerApplication.store; + if (store && PDFViewerApplication.isInitialViewSet) { + store.set('sidebarView', evt.view).catch(function () {}); + } +} +function webViewerUpdateViewarea(evt) { + var location = evt.location, + store = PDFViewerApplication.store; + if (store && PDFViewerApplication.isInitialViewSet) { + store.setMultiple({ + 'page': location.pageNumber, + 'zoom': location.scale, + 'scrollLeft': location.left, + 'scrollTop': location.top, + 'rotation': location.rotation + }).catch(function () {}); + } + var href = PDFViewerApplication.pdfLinkService.getAnchorUrl(location.pdfOpenParams); + PDFViewerApplication.appConfig.toolbar.viewBookmark.href = href; + PDFViewerApplication.appConfig.secondaryToolbar.viewBookmarkButton.href = href; + var currentPage = PDFViewerApplication.pdfViewer.getPageView(PDFViewerApplication.page - 1); + var loading = currentPage.renderingState !== _pdf_rendering_queue.RenderingStates.FINISHED; + PDFViewerApplication.toolbar.updateLoadingIndicatorState(loading); +} +function webViewerScrollModeChanged(evt) { + var store = PDFViewerApplication.store; + if (store && PDFViewerApplication.isInitialViewSet) { + store.set('scrollMode', evt.mode).catch(function () {}); + } +} +function webViewerSpreadModeChanged(evt) { + var store = PDFViewerApplication.store; + if (store && PDFViewerApplication.isInitialViewSet) { + store.set('spreadMode', evt.mode).catch(function () {}); + } +} +function webViewerResize() { + var pdfDocument = PDFViewerApplication.pdfDocument, + pdfViewer = PDFViewerApplication.pdfViewer; + + if (!pdfDocument) { + return; + } + var currentScaleValue = pdfViewer.currentScaleValue; + if (currentScaleValue === 'auto' || currentScaleValue === 'page-fit' || currentScaleValue === 'page-width') { + pdfViewer.currentScaleValue = currentScaleValue; + } + pdfViewer.update(); +} +function webViewerHashchange(evt) { + var hash = evt.hash; + if (!hash) { + return; + } + if (!PDFViewerApplication.isInitialViewSet) { + PDFViewerApplication.initialBookmark = hash; + } else if (!PDFViewerApplication.pdfHistory.popStateInProgress) { + PDFViewerApplication.pdfLinkService.setHash(hash); + } +} +var webViewerFileInputChange = void 0; +{ + webViewerFileInputChange = function webViewerFileInputChange(evt) { + if (PDFViewerApplication.pdfViewer && PDFViewerApplication.pdfViewer.isInPresentationMode) { + return; + } + var file = evt.fileInput.files[0]; + if (_pdfjsLib.URL.createObjectURL && !_app_options.AppOptions.get('disableCreateObjectURL')) { + var _url = _pdfjsLib.URL.createObjectURL(file); + if (file.name) { + _url = { + url: _url, + originalUrl: file.name + }; + } + PDFViewerApplication.open(_url); + } else { + PDFViewerApplication.setTitleUsingUrl(file.name); + var fileReader = new FileReader(); + fileReader.onload = function webViewerChangeFileReaderOnload(evt) { + var buffer = evt.target.result; + PDFViewerApplication.open(new Uint8Array(buffer)); + }; + fileReader.readAsArrayBuffer(file); + } + var appConfig = PDFViewerApplication.appConfig; + appConfig.toolbar.viewBookmark.setAttribute('hidden', 'true'); + appConfig.secondaryToolbar.viewBookmarkButton.setAttribute('hidden', 'true'); + appConfig.toolbar.download.setAttribute('hidden', 'true'); + appConfig.secondaryToolbar.downloadButton.setAttribute('hidden', 'true'); + }; +} +function webViewerPresentationMode() { + PDFViewerApplication.requestPresentationMode(); +} +function webViewerOpenFile() { + var openFileInputName = PDFViewerApplication.appConfig.openFileInputName; + document.getElementById(openFileInputName).click(); +} +function webViewerPrint() { + if(!ALLOWPRINT) return false; + window.print(); +} +function webViewerDownload() { + if(!ALLOWDOWNLOAD) return false; + PDFViewerApplication.download(); +} +function webViewerFirstPage() { + if (PDFViewerApplication.pdfDocument) { + PDFViewerApplication.page = 1; + } +} +function webViewerLastPage() { + if (PDFViewerApplication.pdfDocument) { + PDFViewerApplication.page = PDFViewerApplication.pagesCount; + } +} +function webViewerNextPage() { + PDFViewerApplication.page++; +} +function webViewerPreviousPage() { + PDFViewerApplication.page--; +} +function webViewerZoomIn() { + PDFViewerApplication.zoomIn(); +} +function webViewerZoomOut() { + PDFViewerApplication.zoomOut(); +} +function webViewerPageNumberChanged(evt) { + var pdfViewer = PDFViewerApplication.pdfViewer; + pdfViewer.currentPageLabel = evt.value; + if (evt.value !== pdfViewer.currentPageNumber.toString() && evt.value !== pdfViewer.currentPageLabel) { + PDFViewerApplication.toolbar.setPageNumber(pdfViewer.currentPageNumber, pdfViewer.currentPageLabel); + } +} +function webViewerScaleChanged(evt) { + PDFViewerApplication.pdfViewer.currentScaleValue = evt.value; +} +function webViewerRotateCw() { + PDFViewerApplication.rotatePages(90); +} +function webViewerRotateCcw() { + PDFViewerApplication.rotatePages(-90); +} +function webViewerSwitchScrollMode(evt) { + PDFViewerApplication.pdfViewer.scrollMode = evt.mode; +} +function webViewerSwitchSpreadMode(evt) { + PDFViewerApplication.pdfViewer.spreadMode = evt.mode; +} +function webViewerDocumentProperties() { + PDFViewerApplication.pdfDocumentProperties.open(); +} +function webViewerFind(evt) { + PDFViewerApplication.findController.executeCommand('find' + evt.type, { + query: evt.query, + phraseSearch: evt.phraseSearch, + caseSensitive: evt.caseSensitive, + entireWord: evt.entireWord, + highlightAll: evt.highlightAll, + findPrevious: evt.findPrevious + }); +} +function webViewerFindFromUrlHash(evt) { + PDFViewerApplication.findController.executeCommand('find', { + query: evt.query, + phraseSearch: evt.phraseSearch, + caseSensitive: false, + entireWord: false, + highlightAll: true, + findPrevious: false + }); +} +function webViewerUpdateFindMatchesCount(_ref15) { + var matchesCount = _ref15.matchesCount; + + if (PDFViewerApplication.supportsIntegratedFind) { + PDFViewerApplication.externalServices.updateFindMatchesCount(matchesCount); + } else { + PDFViewerApplication.findBar.updateResultsCount(matchesCount); + } +} +function webViewerUpdateFindControlState(_ref16) { + var state = _ref16.state, + previous = _ref16.previous, + matchesCount = _ref16.matchesCount; + + if (PDFViewerApplication.supportsIntegratedFind) { + PDFViewerApplication.externalServices.updateFindControlState({ + result: state, + findPrevious: previous, + matchesCount: matchesCount + }); + } else { + PDFViewerApplication.findBar.updateUIState(state, previous, matchesCount); + } +} +function webViewerScaleChanging(evt) { + PDFViewerApplication.toolbar.setPageScale(evt.presetValue, evt.scale); + PDFViewerApplication.pdfViewer.update(); +} +function webViewerRotationChanging(evt) { + PDFViewerApplication.pdfThumbnailViewer.pagesRotation = evt.pagesRotation; + PDFViewerApplication.forceRendering(); + PDFViewerApplication.pdfViewer.currentPageNumber = evt.pageNumber; +} +function webViewerPageChanging(evt) { + var page = evt.pageNumber; + PDFViewerApplication.toolbar.setPageNumber(page, evt.pageLabel || null); + PDFViewerApplication.secondaryToolbar.setPageNumber(page); + if (PDFViewerApplication.pdfSidebar.isThumbnailViewVisible) { + PDFViewerApplication.pdfThumbnailViewer.scrollThumbnailIntoView(page); + } + if (typeof Stats !== 'undefined' && Stats.enabled) { + var pageView = PDFViewerApplication.pdfViewer.getPageView(page - 1); + if (pageView && pageView.stats) { + Stats.add(page, pageView.stats); + } + } +} +var zoomDisabled = false, + zoomDisabledTimeout = void 0; +function webViewerWheel(evt) { + var pdfViewer = PDFViewerApplication.pdfViewer; + if (pdfViewer.isInPresentationMode) { + return; + } + if (evt.ctrlKey || evt.metaKey) { + var support = PDFViewerApplication.supportedMouseWheelZoomModifierKeys; + if (evt.ctrlKey && !support.ctrlKey || evt.metaKey && !support.metaKey) { + return; + } + evt.preventDefault(); + if (zoomDisabled) { + return; + } + var previousScale = pdfViewer.currentScale; + var delta = (0, _ui_utils.normalizeWheelEventDelta)(evt); + var MOUSE_WHEEL_DELTA_PER_PAGE_SCALE = 3.0; + var ticks = delta * MOUSE_WHEEL_DELTA_PER_PAGE_SCALE; + if (ticks < 0) { + PDFViewerApplication.zoomOut(-ticks); + } else { + PDFViewerApplication.zoomIn(ticks); + } + var currentScale = pdfViewer.currentScale; + if (previousScale !== currentScale) { + var scaleCorrectionFactor = currentScale / previousScale - 1; + var rect = pdfViewer.container.getBoundingClientRect(); + var dx = evt.clientX - rect.left; + var dy = evt.clientY - rect.top; + pdfViewer.container.scrollLeft += dx * scaleCorrectionFactor; + pdfViewer.container.scrollTop += dy * scaleCorrectionFactor; + } + } else { + zoomDisabled = true; + clearTimeout(zoomDisabledTimeout); + zoomDisabledTimeout = setTimeout(function () { + zoomDisabled = false; + }, 1000); + } +} +function webViewerClick(evt) { + if (!PDFViewerApplication.secondaryToolbar.isOpen) { + return; + } + var appConfig = PDFViewerApplication.appConfig; + if (PDFViewerApplication.pdfViewer.containsElement(evt.target) || appConfig.toolbar.container.contains(evt.target) && evt.target !== appConfig.secondaryToolbar.toggleButton) { + PDFViewerApplication.secondaryToolbar.close(); + } +} +function webViewerKeyDown(evt) { + if (PDFViewerApplication.overlayManager.active) { + return; + } + var handled = false, + ensureViewerFocused = false; + var cmd = (evt.ctrlKey ? 1 : 0) | (evt.altKey ? 2 : 0) | (evt.shiftKey ? 4 : 0) | (evt.metaKey ? 8 : 0); + var pdfViewer = PDFViewerApplication.pdfViewer; + var isViewerInPresentationMode = pdfViewer && pdfViewer.isInPresentationMode; + if (cmd === 1 || cmd === 8 || cmd === 5 || cmd === 12) { + switch (evt.keyCode) { + case 70: + if (!PDFViewerApplication.supportsIntegratedFind) { + PDFViewerApplication.findBar.open(); + handled = true; + } + break; + case 71: + if (!PDFViewerApplication.supportsIntegratedFind) { + var findState = PDFViewerApplication.findController.state; + if (findState) { + PDFViewerApplication.findController.executeCommand('findagain', { + query: findState.query, + phraseSearch: findState.phraseSearch, + caseSensitive: findState.caseSensitive, + entireWord: findState.entireWord, + highlightAll: findState.highlightAll, + findPrevious: cmd === 5 || cmd === 12 + }); + } + handled = true; + } + break; + case 61: + case 107: + case 187: + case 171: + if (!isViewerInPresentationMode) { + PDFViewerApplication.zoomIn(); + } + handled = true; + break; + case 173: + case 109: + case 189: + if (!isViewerInPresentationMode) { + PDFViewerApplication.zoomOut(); + } + handled = true; + break; + case 48: + case 96: + if (!isViewerInPresentationMode) { + setTimeout(function () { + pdfViewer.currentScaleValue = _ui_utils.DEFAULT_SCALE_VALUE; + }); + handled = false; + } + break; + case 38: + if (isViewerInPresentationMode || PDFViewerApplication.page > 1) { + PDFViewerApplication.page = 1; + handled = true; + ensureViewerFocused = true; + } + break; + case 40: + if (isViewerInPresentationMode || PDFViewerApplication.page < PDFViewerApplication.pagesCount) { + PDFViewerApplication.page = PDFViewerApplication.pagesCount; + handled = true; + ensureViewerFocused = true; + } + break; + } + } + if (cmd === 1 || cmd === 8) { + switch (evt.keyCode) { + case 83: + PDFViewerApplication.download(); + handled = true; + break; + } + } + if (cmd === 3 || cmd === 10) { + switch (evt.keyCode) { + case 80: + PDFViewerApplication.requestPresentationMode(); + handled = true; + break; + case 71: + PDFViewerApplication.appConfig.toolbar.pageNumber.select(); + handled = true; + break; + } + } + if (handled) { + if (ensureViewerFocused && !isViewerInPresentationMode) { + pdfViewer.focus(); + } + evt.preventDefault(); + return; + } + var curElement = document.activeElement || document.querySelector(':focus'); + var curElementTagName = curElement && curElement.tagName.toUpperCase(); + if (curElementTagName === 'INPUT' || curElementTagName === 'TEXTAREA' || curElementTagName === 'SELECT') { + if (evt.keyCode !== 27) { + return; + } + } + if (cmd === 0) { + var turnPage = 0, + turnOnlyIfPageFit = false; + switch (evt.keyCode) { + case 38: + case 33: + if (pdfViewer.isVerticalScrollbarEnabled) { + turnOnlyIfPageFit = true; + } + turnPage = -1; + break; + case 8: + if (!isViewerInPresentationMode) { + turnOnlyIfPageFit = true; + } + turnPage = -1; + break; + case 37: + if (pdfViewer.isHorizontalScrollbarEnabled) { + turnOnlyIfPageFit = true; + } + case 75: + case 80: + turnPage = -1; + break; + case 27: + if (PDFViewerApplication.secondaryToolbar.isOpen) { + PDFViewerApplication.secondaryToolbar.close(); + handled = true; + } + if (!PDFViewerApplication.supportsIntegratedFind && PDFViewerApplication.findBar.opened) { + PDFViewerApplication.findBar.close(); + handled = true; + } + break; + case 40: + case 34: + if (pdfViewer.isVerticalScrollbarEnabled) { + turnOnlyIfPageFit = true; + } + turnPage = 1; + break; + case 13: + case 32: + if (!isViewerInPresentationMode) { + turnOnlyIfPageFit = true; + } + turnPage = 1; + break; + case 39: + if (pdfViewer.isHorizontalScrollbarEnabled) { + turnOnlyIfPageFit = true; + } + case 74: + case 78: + turnPage = 1; + break; + case 36: + if (isViewerInPresentationMode || PDFViewerApplication.page > 1) { + PDFViewerApplication.page = 1; + handled = true; + ensureViewerFocused = true; + } + break; + case 35: + if (isViewerInPresentationMode || PDFViewerApplication.page < PDFViewerApplication.pagesCount) { + PDFViewerApplication.page = PDFViewerApplication.pagesCount; + handled = true; + ensureViewerFocused = true; + } + break; + case 83: + PDFViewerApplication.pdfCursorTools.switchTool(_pdf_cursor_tools.CursorTool.SELECT); + break; + case 72: + PDFViewerApplication.pdfCursorTools.switchTool(_pdf_cursor_tools.CursorTool.HAND); + break; + case 82: + PDFViewerApplication.rotatePages(90); + break; + } + if (turnPage !== 0 && (!turnOnlyIfPageFit || pdfViewer.currentScaleValue === 'page-fit')) { + if (turnPage > 0) { + if (PDFViewerApplication.page < PDFViewerApplication.pagesCount) { + PDFViewerApplication.page++; + } + } else { + if (PDFViewerApplication.page > 1) { + PDFViewerApplication.page--; + } + } + handled = true; + } + } + if (cmd === 4) { + switch (evt.keyCode) { + case 13: + case 32: + if (!isViewerInPresentationMode && pdfViewer.currentScaleValue !== 'page-fit') { + break; + } + if (PDFViewerApplication.page > 1) { + PDFViewerApplication.page--; + } + handled = true; + break; + case 82: + PDFViewerApplication.rotatePages(-90); + break; + } + } + if (!handled && !isViewerInPresentationMode) { + if (evt.keyCode >= 33 && evt.keyCode <= 40 || evt.keyCode === 32 && curElementTagName !== 'BUTTON') { + ensureViewerFocused = true; + } + } + if (ensureViewerFocused && !pdfViewer.containsElement(curElement)) { + pdfViewer.focus(); + } + if (handled) { + evt.preventDefault(); + } +} +function apiPageModeToSidebarView(mode) { + switch (mode) { + case 'UseNone': + return _pdf_sidebar.SidebarView.NONE; + case 'UseThumbs': + return _pdf_sidebar.SidebarView.THUMBS; + case 'UseOutlines': + return _pdf_sidebar.SidebarView.OUTLINE; + case 'UseAttachments': + return _pdf_sidebar.SidebarView.ATTACHMENTS; + case 'UseOC': + } + return _pdf_sidebar.SidebarView.NONE; +} +var PDFPrintServiceFactory = { + instance: { + supportsPrinting: false, + createPrintService: function createPrintService() { + throw new Error('Not implemented: createPrintService'); + } + } +}; +exports.PDFViewerApplication = PDFViewerApplication; +exports.DefaultExternalServices = DefaultExternalServices; +exports.PDFPrintServiceFactory = PDFPrintServiceFactory; + +/***/ }), +/* 2 */ +/***/ (function(module, exports, __webpack_require__) { + +"use strict"; + + +module.exports = __webpack_require__(3); + +/***/ }), +/* 3 */ +/***/ (function(module, exports, __webpack_require__) { + +"use strict"; + + +var g = function () { + return this; +}() || Function("return this")(); +var hadRuntime = g.regeneratorRuntime && Object.getOwnPropertyNames(g).indexOf("regeneratorRuntime") >= 0; +var oldRuntime = hadRuntime && g.regeneratorRuntime; +g.regeneratorRuntime = undefined; +module.exports = __webpack_require__(4); +if (hadRuntime) { + g.regeneratorRuntime = oldRuntime; +} else { + try { + delete g.regeneratorRuntime; + } catch (e) { + g.regeneratorRuntime = undefined; + } +} + +/***/ }), +/* 4 */ +/***/ (function(module, exports, __webpack_require__) { + +"use strict"; +/* WEBPACK VAR INJECTION */(function(module) { + +var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; + +!function (global) { + "use strict"; + + var Op = Object.prototype; + var hasOwn = Op.hasOwnProperty; + var undefined; + var $Symbol = typeof Symbol === "function" ? Symbol : {}; + var iteratorSymbol = $Symbol.iterator || "@@iterator"; + var asyncIteratorSymbol = $Symbol.asyncIterator || "@@asyncIterator"; + var toStringTagSymbol = $Symbol.toStringTag || "@@toStringTag"; + var inModule = ( false ? undefined : _typeof(module)) === "object"; + var runtime = global.regeneratorRuntime; + if (runtime) { + if (inModule) { + module.exports = runtime; + } + return; + } + runtime = global.regeneratorRuntime = inModule ? module.exports : {}; + function wrap(innerFn, outerFn, self, tryLocsList) { + var protoGenerator = outerFn && outerFn.prototype instanceof Generator ? outerFn : Generator; + var generator = Object.create(protoGenerator.prototype); + var context = new Context(tryLocsList || []); + generator._invoke = makeInvokeMethod(innerFn, self, context); + return generator; + } + runtime.wrap = wrap; + function tryCatch(fn, obj, arg) { + try { + return { + type: "normal", + arg: fn.call(obj, arg) + }; + } catch (err) { + return { + type: "throw", + arg: err + }; + } + } + var GenStateSuspendedStart = "suspendedStart"; + var GenStateSuspendedYield = "suspendedYield"; + var GenStateExecuting = "executing"; + var GenStateCompleted = "completed"; + var ContinueSentinel = {}; + function Generator() {} + function GeneratorFunction() {} + function GeneratorFunctionPrototype() {} + var IteratorPrototype = {}; + IteratorPrototype[iteratorSymbol] = function () { + return this; + }; + var getProto = Object.getPrototypeOf; + var NativeIteratorPrototype = getProto && getProto(getProto(values([]))); + if (NativeIteratorPrototype && NativeIteratorPrototype !== Op && hasOwn.call(NativeIteratorPrototype, iteratorSymbol)) { + IteratorPrototype = NativeIteratorPrototype; + } + var Gp = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(IteratorPrototype); + GeneratorFunction.prototype = Gp.constructor = GeneratorFunctionPrototype; + GeneratorFunctionPrototype.constructor = GeneratorFunction; + GeneratorFunctionPrototype[toStringTagSymbol] = GeneratorFunction.displayName = "GeneratorFunction"; + function defineIteratorMethods(prototype) { + ["next", "throw", "return"].forEach(function (method) { + prototype[method] = function (arg) { + return this._invoke(method, arg); + }; + }); + } + runtime.isGeneratorFunction = function (genFun) { + var ctor = typeof genFun === "function" && genFun.constructor; + return ctor ? ctor === GeneratorFunction || (ctor.displayName || ctor.name) === "GeneratorFunction" : false; + }; + runtime.mark = function (genFun) { + if (Object.setPrototypeOf) { + Object.setPrototypeOf(genFun, GeneratorFunctionPrototype); + } else { + genFun.__proto__ = GeneratorFunctionPrototype; + if (!(toStringTagSymbol in genFun)) { + genFun[toStringTagSymbol] = "GeneratorFunction"; + } + } + genFun.prototype = Object.create(Gp); + return genFun; + }; + runtime.awrap = function (arg) { + return { __await: arg }; + }; + function AsyncIterator(generator) { + function invoke(method, arg, resolve, reject) { + var record = tryCatch(generator[method], generator, arg); + if (record.type === "throw") { + reject(record.arg); + } else { + var result = record.arg; + var value = result.value; + if (value && (typeof value === "undefined" ? "undefined" : _typeof(value)) === "object" && hasOwn.call(value, "__await")) { + return Promise.resolve(value.__await).then(function (value) { + invoke("next", value, resolve, reject); + }, function (err) { + invoke("throw", err, resolve, reject); + }); + } + return Promise.resolve(value).then(function (unwrapped) { + result.value = unwrapped; + resolve(result); + }, reject); + } + } + var previousPromise; + function enqueue(method, arg) { + function callInvokeWithMethodAndArg() { + return new Promise(function (resolve, reject) { + invoke(method, arg, resolve, reject); + }); + } + return previousPromise = previousPromise ? previousPromise.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg(); + } + this._invoke = enqueue; + } + defineIteratorMethods(AsyncIterator.prototype); + AsyncIterator.prototype[asyncIteratorSymbol] = function () { + return this; + }; + runtime.AsyncIterator = AsyncIterator; + runtime.async = function (innerFn, outerFn, self, tryLocsList) { + var iter = new AsyncIterator(wrap(innerFn, outerFn, self, tryLocsList)); + return runtime.isGeneratorFunction(outerFn) ? iter : iter.next().then(function (result) { + return result.done ? result.value : iter.next(); + }); + }; + function makeInvokeMethod(innerFn, self, context) { + var state = GenStateSuspendedStart; + return function invoke(method, arg) { + if (state === GenStateExecuting) { + throw new Error("Generator is already running"); + } + if (state === GenStateCompleted) { + if (method === "throw") { + throw arg; + } + return doneResult(); + } + context.method = method; + context.arg = arg; + while (true) { + var delegate = context.delegate; + if (delegate) { + var delegateResult = maybeInvokeDelegate(delegate, context); + if (delegateResult) { + if (delegateResult === ContinueSentinel) continue; + return delegateResult; + } + } + if (context.method === "next") { + context.sent = context._sent = context.arg; + } else if (context.method === "throw") { + if (state === GenStateSuspendedStart) { + state = GenStateCompleted; + throw context.arg; + } + context.dispatchException(context.arg); + } else if (context.method === "return") { + context.abrupt("return", context.arg); + } + state = GenStateExecuting; + var record = tryCatch(innerFn, self, context); + if (record.type === "normal") { + state = context.done ? GenStateCompleted : GenStateSuspendedYield; + if (record.arg === ContinueSentinel) { + continue; + } + return { + value: record.arg, + done: context.done + }; + } else if (record.type === "throw") { + state = GenStateCompleted; + context.method = "throw"; + context.arg = record.arg; + } + } + }; + } + function maybeInvokeDelegate(delegate, context) { + var method = delegate.iterator[context.method]; + if (method === undefined) { + context.delegate = null; + if (context.method === "throw") { + if (delegate.iterator.return) { + context.method = "return"; + context.arg = undefined; + maybeInvokeDelegate(delegate, context); + if (context.method === "throw") { + return ContinueSentinel; + } + } + context.method = "throw"; + context.arg = new TypeError("The iterator does not provide a 'throw' method"); + } + return ContinueSentinel; + } + var record = tryCatch(method, delegate.iterator, context.arg); + if (record.type === "throw") { + context.method = "throw"; + context.arg = record.arg; + context.delegate = null; + return ContinueSentinel; + } + var info = record.arg; + if (!info) { + context.method = "throw"; + context.arg = new TypeError("iterator result is not an object"); + context.delegate = null; + return ContinueSentinel; + } + if (info.done) { + context[delegate.resultName] = info.value; + context.next = delegate.nextLoc; + if (context.method !== "return") { + context.method = "next"; + context.arg = undefined; + } + } else { + return info; + } + context.delegate = null; + return ContinueSentinel; + } + defineIteratorMethods(Gp); + Gp[toStringTagSymbol] = "Generator"; + Gp[iteratorSymbol] = function () { + return this; + }; + Gp.toString = function () { + return "[object Generator]"; + }; + function pushTryEntry(locs) { + var entry = { tryLoc: locs[0] }; + if (1 in locs) { + entry.catchLoc = locs[1]; + } + if (2 in locs) { + entry.finallyLoc = locs[2]; + entry.afterLoc = locs[3]; + } + this.tryEntries.push(entry); + } + function resetTryEntry(entry) { + var record = entry.completion || {}; + record.type = "normal"; + delete record.arg; + entry.completion = record; + } + function Context(tryLocsList) { + this.tryEntries = [{ tryLoc: "root" }]; + tryLocsList.forEach(pushTryEntry, this); + this.reset(true); + } + runtime.keys = function (object) { + var keys = []; + for (var key in object) { + keys.push(key); + } + keys.reverse(); + return function next() { + while (keys.length) { + var key = keys.pop(); + if (key in object) { + next.value = key; + next.done = false; + return next; + } + } + next.done = true; + return next; + }; + }; + function values(iterable) { + if (iterable) { + var iteratorMethod = iterable[iteratorSymbol]; + if (iteratorMethod) { + return iteratorMethod.call(iterable); + } + if (typeof iterable.next === "function") { + return iterable; + } + if (!isNaN(iterable.length)) { + var i = -1, + next = function next() { + while (++i < iterable.length) { + if (hasOwn.call(iterable, i)) { + next.value = iterable[i]; + next.done = false; + return next; + } + } + next.value = undefined; + next.done = true; + return next; + }; + return next.next = next; + } + } + return { next: doneResult }; + } + runtime.values = values; + function doneResult() { + return { + value: undefined, + done: true + }; + } + Context.prototype = { + constructor: Context, + reset: function reset(skipTempReset) { + this.prev = 0; + this.next = 0; + this.sent = this._sent = undefined; + this.done = false; + this.delegate = null; + this.method = "next"; + this.arg = undefined; + this.tryEntries.forEach(resetTryEntry); + if (!skipTempReset) { + for (var name in this) { + if (name.charAt(0) === "t" && hasOwn.call(this, name) && !isNaN(+name.slice(1))) { + this[name] = undefined; + } + } + } + }, + stop: function stop() { + this.done = true; + var rootEntry = this.tryEntries[0]; + var rootRecord = rootEntry.completion; + if (rootRecord.type === "throw") { + throw rootRecord.arg; + } + return this.rval; + }, + dispatchException: function dispatchException(exception) { + if (this.done) { + throw exception; + } + var context = this; + function handle(loc, caught) { + record.type = "throw"; + record.arg = exception; + context.next = loc; + if (caught) { + context.method = "next"; + context.arg = undefined; + } + return !!caught; + } + for (var i = this.tryEntries.length - 1; i >= 0; --i) { + var entry = this.tryEntries[i]; + var record = entry.completion; + if (entry.tryLoc === "root") { + return handle("end"); + } + if (entry.tryLoc <= this.prev) { + var hasCatch = hasOwn.call(entry, "catchLoc"); + var hasFinally = hasOwn.call(entry, "finallyLoc"); + if (hasCatch && hasFinally) { + if (this.prev < entry.catchLoc) { + return handle(entry.catchLoc, true); + } else if (this.prev < entry.finallyLoc) { + return handle(entry.finallyLoc); + } + } else if (hasCatch) { + if (this.prev < entry.catchLoc) { + return handle(entry.catchLoc, true); + } + } else if (hasFinally) { + if (this.prev < entry.finallyLoc) { + return handle(entry.finallyLoc); + } + } else { + throw new Error("try statement without catch or finally"); + } + } + } + }, + abrupt: function abrupt(type, arg) { + for (var i = this.tryEntries.length - 1; i >= 0; --i) { + var entry = this.tryEntries[i]; + if (entry.tryLoc <= this.prev && hasOwn.call(entry, "finallyLoc") && this.prev < entry.finallyLoc) { + var finallyEntry = entry; + break; + } + } + if (finallyEntry && (type === "break" || type === "continue") && finallyEntry.tryLoc <= arg && arg <= finallyEntry.finallyLoc) { + finallyEntry = null; + } + var record = finallyEntry ? finallyEntry.completion : {}; + record.type = type; + record.arg = arg; + if (finallyEntry) { + this.method = "next"; + this.next = finallyEntry.finallyLoc; + return ContinueSentinel; + } + return this.complete(record); + }, + complete: function complete(record, afterLoc) { + if (record.type === "throw") { + throw record.arg; + } + if (record.type === "break" || record.type === "continue") { + this.next = record.arg; + } else if (record.type === "return") { + this.rval = this.arg = record.arg; + this.method = "return"; + this.next = "end"; + } else if (record.type === "normal" && afterLoc) { + this.next = afterLoc; + } + return ContinueSentinel; + }, + finish: function finish(finallyLoc) { + for (var i = this.tryEntries.length - 1; i >= 0; --i) { + var entry = this.tryEntries[i]; + if (entry.finallyLoc === finallyLoc) { + this.complete(entry.completion, entry.afterLoc); + resetTryEntry(entry); + return ContinueSentinel; + } + } + }, + "catch": function _catch(tryLoc) { + for (var i = this.tryEntries.length - 1; i >= 0; --i) { + var entry = this.tryEntries[i]; + if (entry.tryLoc === tryLoc) { + var record = entry.completion; + if (record.type === "throw") { + var thrown = record.arg; + resetTryEntry(entry); + } + return thrown; + } + } + throw new Error("illegal catch attempt"); + }, + delegateYield: function delegateYield(iterable, resultName, nextLoc) { + this.delegate = { + iterator: values(iterable), + resultName: resultName, + nextLoc: nextLoc + }; + if (this.method === "next") { + this.arg = undefined; + } + return ContinueSentinel; + } + }; +}(function () { + return this; +}() || Function("return this")()); +/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(5)(module))) + +/***/ }), +/* 5 */ +/***/ (function(module, exports, __webpack_require__) { + +"use strict"; + + +module.exports = function (module) { + if (!module.webpackPolyfill) { + module.deprecate = function () {}; + module.paths = []; + if (!module.children) module.children = []; + Object.defineProperty(module, "loaded", { + enumerable: true, + get: function get() { + return module.l; + } + }); + Object.defineProperty(module, "id", { + enumerable: true, + get: function get() { + return module.i; + } + }); + module.webpackPolyfill = 1; + } + return module; +}; + +/***/ }), +/* 6 */ +/***/ (function(module, exports, __webpack_require__) { + +"use strict"; + + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.moveToEndOfArray = exports.waitOnEventOrTimeout = exports.WaitOnType = exports.animationStarted = exports.normalizeWheelEventDelta = exports.binarySearchFirstItem = exports.watchScroll = exports.scrollIntoView = exports.getOutputScale = exports.approximateFraction = exports.getPageSizeInches = exports.roundToDivide = exports.getVisibleElements = exports.backtrackBeforeAllVisibleElements = exports.parseQueryString = exports.noContextMenuHandler = exports.getPDFFileNameFromURL = exports.ProgressBar = exports.EventBus = exports.NullL10n = exports.TextLayerMode = exports.RendererType = exports.PresentationModeState = exports.isPortraitOrientation = exports.isValidRotation = exports.VERTICAL_PADDING = exports.SCROLLBAR_PADDING = exports.MAX_AUTO_SCALE = exports.UNKNOWN_SCALE = exports.MAX_SCALE = exports.MIN_SCALE = exports.DEFAULT_SCALE = exports.DEFAULT_SCALE_VALUE = exports.CSS_UNITS = undefined; + +var _regenerator = __webpack_require__(2); + +var _regenerator2 = _interopRequireDefault(_regenerator); + +var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }(); + +var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; + +var _slicedToArray = function () { function sliceIterator(arr, i) { var _arr = []; var _n = true; var _d = false; var _e = undefined; try { for (var _i = arr[Symbol.iterator](), _s; !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"]) _i["return"](); } finally { if (_d) throw _e; } } return _arr; } return function (arr, i) { if (Array.isArray(arr)) { return arr; } else if (Symbol.iterator in Object(arr)) { return sliceIterator(arr, i); } else { throw new TypeError("Invalid attempt to destructure non-iterable instance"); } }; }(); + +function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } + +function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } + +function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, arguments); return new Promise(function (resolve, reject) { function step(key, arg) { try { var info = gen[key](arg); var value = info.value; } catch (error) { reject(error); return; } if (info.done) { resolve(value); } else { return Promise.resolve(value).then(function (value) { step("next", value); }, function (err) { step("throw", err); }); } } return step("next"); }); }; } + +var CSS_UNITS = 96.0 / 72.0; +var DEFAULT_SCALE_VALUE = 'auto'; +var DEFAULT_SCALE = 1.0; +var MIN_SCALE = 0.10; +var MAX_SCALE = 10.0; +var UNKNOWN_SCALE = 0; +var MAX_AUTO_SCALE = 1.25; +var SCROLLBAR_PADDING = 40; +var VERTICAL_PADDING = 5; +var PresentationModeState = { + UNKNOWN: 0, + NORMAL: 1, + CHANGING: 2, + FULLSCREEN: 3 +}; +var RendererType = { + CANVAS: 'canvas', + SVG: 'svg' +}; +var TextLayerMode = { + DISABLE: 0, + ENABLE: 1, + ENABLE_ENHANCE: 2 +}; +function formatL10nValue(text, args) { + if (!args) { + return text; + } + return text.replace(/\{\{\s*(\w+)\s*\}\}/g, function (all, name) { + return name in args ? args[name] : '{{' + name + '}}'; + }); +} +var NullL10n = { + getLanguage: function () { + var _ref = _asyncToGenerator( /*#__PURE__*/_regenerator2.default.mark(function _callee() { + return _regenerator2.default.wrap(function _callee$(_context) { + while (1) { + switch (_context.prev = _context.next) { + case 0: + return _context.abrupt('return', 'en-us'); + + case 1: + case 'end': + return _context.stop(); + } + } + }, _callee, this); + })); + + function getLanguage() { + return _ref.apply(this, arguments); + } + + return getLanguage; + }(), + getDirection: function () { + var _ref2 = _asyncToGenerator( /*#__PURE__*/_regenerator2.default.mark(function _callee2() { + return _regenerator2.default.wrap(function _callee2$(_context2) { + while (1) { + switch (_context2.prev = _context2.next) { + case 0: + return _context2.abrupt('return', 'ltr'); + + case 1: + case 'end': + return _context2.stop(); + } + } + }, _callee2, this); + })); + + function getDirection() { + return _ref2.apply(this, arguments); + } + + return getDirection; + }(), + get: function () { + var _ref3 = _asyncToGenerator( /*#__PURE__*/_regenerator2.default.mark(function _callee3(property, args, fallback) { + return _regenerator2.default.wrap(function _callee3$(_context3) { + while (1) { + switch (_context3.prev = _context3.next) { + case 0: + return _context3.abrupt('return', formatL10nValue(fallback, args)); + + case 1: + case 'end': + return _context3.stop(); + } + } + }, _callee3, this); + })); + + function get(_x, _x2, _x3) { + return _ref3.apply(this, arguments); + } + + return get; + }(), + translate: function () { + var _ref4 = _asyncToGenerator( /*#__PURE__*/_regenerator2.default.mark(function _callee4(element) { + return _regenerator2.default.wrap(function _callee4$(_context4) { + while (1) { + switch (_context4.prev = _context4.next) { + case 0: + case 'end': + return _context4.stop(); + } + } + }, _callee4, this); + })); + + function translate(_x4) { + return _ref4.apply(this, arguments); + } + + return translate; + }() +}; +function getOutputScale(ctx) { + var devicePixelRatio = window.devicePixelRatio || 1; + var backingStoreRatio = ctx.webkitBackingStorePixelRatio || ctx.mozBackingStorePixelRatio || ctx.msBackingStorePixelRatio || ctx.oBackingStorePixelRatio || ctx.backingStorePixelRatio || 1; + var pixelRatio = devicePixelRatio / backingStoreRatio; + return { + sx: pixelRatio, + sy: pixelRatio, + scaled: pixelRatio !== 1 + }; +} +function scrollIntoView(element, spot) { + var skipOverflowHiddenElements = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : false; + + var parent = element.offsetParent; + if (!parent) { + console.error('offsetParent is not set -- cannot scroll'); + return; + } + var offsetY = element.offsetTop + element.clientTop; + var offsetX = element.offsetLeft + element.clientLeft; + while (parent.clientHeight === parent.scrollHeight && parent.clientWidth === parent.scrollWidth || skipOverflowHiddenElements && getComputedStyle(parent).overflow === 'hidden') { + if (parent.dataset._scaleY) { + offsetY /= parent.dataset._scaleY; + offsetX /= parent.dataset._scaleX; + } + offsetY += parent.offsetTop; + offsetX += parent.offsetLeft; + parent = parent.offsetParent; + if (!parent) { + return; + } + } + if (spot) { + if (spot.top !== undefined) { + offsetY += spot.top; + } + if (spot.left !== undefined) { + offsetX += spot.left; + parent.scrollLeft = offsetX; + } + } + parent.scrollTop = offsetY; +} +function watchScroll(viewAreaElement, callback) { + var debounceScroll = function debounceScroll(evt) { + if (rAF) { + return; + } + rAF = window.requestAnimationFrame(function viewAreaElementScrolled() { + rAF = null; + var currentX = viewAreaElement.scrollLeft; + var lastX = state.lastX; + if (currentX !== lastX) { + state.right = currentX > lastX; + } + state.lastX = currentX; + var currentY = viewAreaElement.scrollTop; + var lastY = state.lastY; + if (currentY !== lastY) { + state.down = currentY > lastY; + } + state.lastY = currentY; + callback(state); + }); + }; + var state = { + right: true, + down: true, + lastX: viewAreaElement.scrollLeft, + lastY: viewAreaElement.scrollTop, + _eventHandler: debounceScroll + }; + var rAF = null; + viewAreaElement.addEventListener('scroll', debounceScroll, true); + return state; +} +function parseQueryString(query) { + var parts = query.split('&'); + var params = Object.create(null); + for (var i = 0, ii = parts.length; i < ii; ++i) { + var param = parts[i].split('='); + var key = param[0].toLowerCase(); + var value = param.length > 1 ? param[1] : null; + params[decodeURIComponent(key)] = decodeURIComponent(value); + } + return params; +} +function binarySearchFirstItem(items, condition) { + var minIndex = 0; + var maxIndex = items.length - 1; + if (items.length === 0 || !condition(items[maxIndex])) { + return items.length; + } + if (condition(items[minIndex])) { + return minIndex; + } + while (minIndex < maxIndex) { + var currentIndex = minIndex + maxIndex >> 1; + var currentItem = items[currentIndex]; + if (condition(currentItem)) { + maxIndex = currentIndex; + } else { + minIndex = currentIndex + 1; + } + } + return minIndex; +} +function approximateFraction(x) { + if (Math.floor(x) === x) { + return [x, 1]; + } + var xinv = 1 / x; + var limit = 8; + if (xinv > limit) { + return [1, limit]; + } else if (Math.floor(xinv) === xinv) { + return [1, xinv]; + } + var x_ = x > 1 ? xinv : x; + var a = 0, + b = 1, + c = 1, + d = 1; + while (true) { + var p = a + c, + q = b + d; + if (q > limit) { + break; + } + if (x_ <= p / q) { + c = p; + d = q; + } else { + a = p; + b = q; + } + } + var result = void 0; + if (x_ - a / b < c / d - x_) { + result = x_ === x ? [a, b] : [b, a]; + } else { + result = x_ === x ? [c, d] : [d, c]; + } + return result; +} +function roundToDivide(x, div) { + var r = x % div; + return r === 0 ? x : Math.round(x - r + div); +} +function getPageSizeInches(_ref5) { + var view = _ref5.view, + userUnit = _ref5.userUnit, + rotate = _ref5.rotate; + + var _view = _slicedToArray(view, 4), + x1 = _view[0], + y1 = _view[1], + x2 = _view[2], + y2 = _view[3]; + + var changeOrientation = rotate % 180 !== 0; + var width = (x2 - x1) / 72 * userUnit; + var height = (y2 - y1) / 72 * userUnit; + return { + width: changeOrientation ? height : width, + height: changeOrientation ? width : height + }; +} +function backtrackBeforeAllVisibleElements(index, views, top) { + if (index < 2) { + return index; + } + var elt = views[index].div; + var pageTop = elt.offsetTop + elt.clientTop; + if (pageTop >= top) { + elt = views[index - 1].div; + pageTop = elt.offsetTop + elt.clientTop; + } + for (var i = index - 2; i >= 0; --i) { + elt = views[i].div; + if (elt.offsetTop + elt.clientTop + elt.clientHeight <= pageTop) { + break; + } + index = i; + } + return index; +} +function getVisibleElements(scrollEl, views) { + var sortByVisibility = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : false; + var horizontal = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : false; + + var top = scrollEl.scrollTop, + bottom = top + scrollEl.clientHeight; + var left = scrollEl.scrollLeft, + right = left + scrollEl.clientWidth; + function isElementBottomAfterViewTop(view) { + var element = view.div; + var elementBottom = element.offsetTop + element.clientTop + element.clientHeight; + return elementBottom > top; + } + function isElementRightAfterViewLeft(view) { + var element = view.div; + var elementRight = element.offsetLeft + element.clientLeft + element.clientWidth; + return elementRight > left; + } + var visible = [], + view = void 0, + element = void 0; + var currentHeight = void 0, + viewHeight = void 0, + viewBottom = void 0, + hiddenHeight = void 0; + var currentWidth = void 0, + viewWidth = void 0, + viewRight = void 0, + hiddenWidth = void 0; + var percentVisible = void 0; + var firstVisibleElementInd = views.length === 0 ? 0 : binarySearchFirstItem(views, horizontal ? isElementRightAfterViewLeft : isElementBottomAfterViewTop); + if (views.length > 0 && !horizontal) { + firstVisibleElementInd = backtrackBeforeAllVisibleElements(firstVisibleElementInd, views, top); + } + var lastEdge = horizontal ? right : -1; + for (var i = firstVisibleElementInd, ii = views.length; i < ii; i++) { + view = views[i]; + element = view.div; + currentWidth = element.offsetLeft + element.clientLeft; + currentHeight = element.offsetTop + element.clientTop; + viewWidth = element.clientWidth; + viewHeight = element.clientHeight; + viewRight = currentWidth + viewWidth; + viewBottom = currentHeight + viewHeight; + if (lastEdge === -1) { + if (viewBottom >= bottom) { + lastEdge = viewBottom; + } + } else if ((horizontal ? currentWidth : currentHeight) > lastEdge) { + break; + } + if (viewBottom <= top || currentHeight >= bottom || viewRight <= left || currentWidth >= right) { + continue; + } + hiddenHeight = Math.max(0, top - currentHeight) + Math.max(0, viewBottom - bottom); + hiddenWidth = Math.max(0, left - currentWidth) + Math.max(0, viewRight - right); + percentVisible = (viewHeight - hiddenHeight) * (viewWidth - hiddenWidth) * 100 / viewHeight / viewWidth | 0; + visible.push({ + id: view.id, + x: currentWidth, + y: currentHeight, + view: view, + percent: percentVisible + }); + } + var first = visible[0]; + var last = visible[visible.length - 1]; + if (sortByVisibility) { + visible.sort(function (a, b) { + var pc = a.percent - b.percent; + if (Math.abs(pc) > 0.001) { + return -pc; + } + return a.id - b.id; + }); + } + return { + first: first, + last: last, + views: visible + }; +} +function noContextMenuHandler(evt) { + evt.preventDefault(); +} +function isDataSchema(url) { + var i = 0, + ii = url.length; + while (i < ii && url[i].trim() === '') { + i++; + } + return url.substring(i, i + 5).toLowerCase() === 'data:'; +} +function getPDFFileNameFromURL(url) { + var defaultFilename = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 'document.pdf'; + + if (typeof url !== 'string') { + return defaultFilename; + } + if (isDataSchema(url)) { + console.warn('getPDFFileNameFromURL: ' + 'ignoring "data:" URL for performance reasons.'); + return defaultFilename; + } + var reURI = /^(?:(?:[^:]+:)?\/\/[^\/]+)?([^?#]*)(\?[^#]*)?(#.*)?$/; + var reFilename = /[^\/?#=]+\.pdf\b(?!.*\.pdf\b)/i; + var splitURI = reURI.exec(url); + var suggestedFilename = reFilename.exec(splitURI[1]) || reFilename.exec(splitURI[2]) || reFilename.exec(splitURI[3]); + if (suggestedFilename) { + suggestedFilename = suggestedFilename[0]; + if (suggestedFilename.includes('%')) { + try { + suggestedFilename = reFilename.exec(decodeURIComponent(suggestedFilename))[0]; + } catch (ex) {} + } + } + return suggestedFilename || defaultFilename; +} +function normalizeWheelEventDelta(evt) { + var delta = Math.sqrt(evt.deltaX * evt.deltaX + evt.deltaY * evt.deltaY); + var angle = Math.atan2(evt.deltaY, evt.deltaX); + if (-0.25 * Math.PI < angle && angle < 0.75 * Math.PI) { + delta = -delta; + } + var MOUSE_DOM_DELTA_PIXEL_MODE = 0; + var MOUSE_DOM_DELTA_LINE_MODE = 1; + var MOUSE_PIXELS_PER_LINE = 30; + var MOUSE_LINES_PER_PAGE = 30; + if (evt.deltaMode === MOUSE_DOM_DELTA_PIXEL_MODE) { + delta /= MOUSE_PIXELS_PER_LINE * MOUSE_LINES_PER_PAGE; + } else if (evt.deltaMode === MOUSE_DOM_DELTA_LINE_MODE) { + delta /= MOUSE_LINES_PER_PAGE; + } + return delta; +} +function isValidRotation(angle) { + return Number.isInteger(angle) && angle % 90 === 0; +} +function isPortraitOrientation(size) { + return size.width <= size.height; +} +var WaitOnType = { + EVENT: 'event', + TIMEOUT: 'timeout' +}; +function waitOnEventOrTimeout(_ref6) { + var target = _ref6.target, + name = _ref6.name, + _ref6$delay = _ref6.delay, + delay = _ref6$delay === undefined ? 0 : _ref6$delay; + + return new Promise(function (resolve, reject) { + if ((typeof target === 'undefined' ? 'undefined' : _typeof(target)) !== 'object' || !(name && typeof name === 'string') || !(Number.isInteger(delay) && delay >= 0)) { + throw new Error('waitOnEventOrTimeout - invalid parameters.'); + } + function handler(type) { + if (target instanceof EventBus) { + target.off(name, eventHandler); + } else { + target.removeEventListener(name, eventHandler); + } + if (timeout) { + clearTimeout(timeout); + } + resolve(type); + } + var eventHandler = handler.bind(null, WaitOnType.EVENT); + if (target instanceof EventBus) { + target.on(name, eventHandler); + } else { + target.addEventListener(name, eventHandler); + } + var timeoutHandler = handler.bind(null, WaitOnType.TIMEOUT); + var timeout = setTimeout(timeoutHandler, delay); + }); +} +var animationStarted = new Promise(function (resolve) { + window.requestAnimationFrame(resolve); +}); + +var EventBus = function () { + function EventBus() { + var _ref7 = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {}, + _ref7$dispatchToDOM = _ref7.dispatchToDOM, + dispatchToDOM = _ref7$dispatchToDOM === undefined ? false : _ref7$dispatchToDOM; + + _classCallCheck(this, EventBus); + + this._listeners = Object.create(null); + this._dispatchToDOM = dispatchToDOM === true; + } + + _createClass(EventBus, [{ + key: 'on', + value: function on(eventName, listener) { + var eventListeners = this._listeners[eventName]; + if (!eventListeners) { + eventListeners = []; + this._listeners[eventName] = eventListeners; + } + eventListeners.push(listener); + } + }, { + key: 'off', + value: function off(eventName, listener) { + var eventListeners = this._listeners[eventName]; + var i = void 0; + if (!eventListeners || (i = eventListeners.indexOf(listener)) < 0) { + return; + } + eventListeners.splice(i, 1); + } + }, { + key: 'dispatch', + value: function dispatch(eventName) { + var eventListeners = this._listeners[eventName]; + if (!eventListeners || eventListeners.length === 0) { + if (this._dispatchToDOM) { + var _args5 = Array.prototype.slice.call(arguments, 1); + this._dispatchDOMEvent(eventName, _args5); + } + return; + } + var args = Array.prototype.slice.call(arguments, 1); + eventListeners.slice(0).forEach(function (listener) { + listener.apply(null, args); + }); + if (this._dispatchToDOM) { + this._dispatchDOMEvent(eventName, args); + } + } + }, { + key: '_dispatchDOMEvent', + value: function _dispatchDOMEvent(eventName) { + var args = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : null; + + if (!this._dispatchToDOM) { + return; + } + var details = Object.create(null); + if (args && args.length > 0) { + var obj = args[0]; + for (var key in obj) { + var value = obj[key]; + if (key === 'source') { + if (value === window || value === document) { + return; + } + continue; + } + details[key] = value; + } + } + var event = document.createEvent('CustomEvent'); + event.initCustomEvent(eventName, true, true, details); + document.dispatchEvent(event); + } + }]); + + return EventBus; +}(); + +function clamp(v, min, max) { + return Math.min(Math.max(v, min), max); +} + +var ProgressBar = function () { + function ProgressBar(id) { + var _ref8 = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}, + height = _ref8.height, + width = _ref8.width, + units = _ref8.units; + + _classCallCheck(this, ProgressBar); + + this.visible = true; + this.div = document.querySelector(id + ' .progress'); + this.bar = this.div.parentNode; + this.height = height || 100; + this.width = width || 100; + this.units = units || '%'; + this.div.style.height = this.height + this.units; + this.percent = 0; + } + + _createClass(ProgressBar, [{ + key: '_updateBar', + value: function _updateBar() { + if (this._indeterminate) { + this.div.classList.add('indeterminate'); + this.div.style.width = this.width + this.units; + return; + } + this.div.classList.remove('indeterminate'); + var progressSize = this.width * this._percent / 100; + this.div.style.width = progressSize + this.units; + } + }, { + key: 'setWidth', + value: function setWidth(viewer) { + if (!viewer) { + return; + } + var container = viewer.parentNode; + var scrollbarWidth = container.offsetWidth - viewer.offsetWidth; + if (scrollbarWidth > 0) { + this.bar.setAttribute('style', 'width: calc(100% - ' + scrollbarWidth + 'px);'); + } + } + }, { + key: 'hide', + value: function hide() { + if (!this.visible) { + return; + } + this.visible = false; + this.bar.classList.add('hidden'); + document.body.classList.remove('loadingInProgress'); + } + }, { + key: 'show', + value: function show() { + if (this.visible) { + return; + } + this.visible = true; + document.body.classList.add('loadingInProgress'); + this.bar.classList.remove('hidden'); + } + }, { + key: 'percent', + get: function get() { + return this._percent; + }, + set: function set(val) { + this._indeterminate = isNaN(val); + this._percent = clamp(val, 0, 100); + this._updateBar(); + } + }]); + + return ProgressBar; +}(); + +function moveToEndOfArray(arr, condition) { + var moved = [], + len = arr.length; + var write = 0; + for (var read = 0; read < len; ++read) { + if (condition(arr[read])) { + moved.push(arr[read]); + } else { + arr[write] = arr[read]; + ++write; + } + } + for (var _read = 0; write < len; ++_read, ++write) { + arr[write] = moved[_read]; + } +} +exports.CSS_UNITS = CSS_UNITS; +exports.DEFAULT_SCALE_VALUE = DEFAULT_SCALE_VALUE; +exports.DEFAULT_SCALE = DEFAULT_SCALE; +exports.MIN_SCALE = MIN_SCALE; +exports.MAX_SCALE = MAX_SCALE; +exports.UNKNOWN_SCALE = UNKNOWN_SCALE; +exports.MAX_AUTO_SCALE = MAX_AUTO_SCALE; +exports.SCROLLBAR_PADDING = SCROLLBAR_PADDING; +exports.VERTICAL_PADDING = VERTICAL_PADDING; +exports.isValidRotation = isValidRotation; +exports.isPortraitOrientation = isPortraitOrientation; +exports.PresentationModeState = PresentationModeState; +exports.RendererType = RendererType; +exports.TextLayerMode = TextLayerMode; +exports.NullL10n = NullL10n; +exports.EventBus = EventBus; +exports.ProgressBar = ProgressBar; +exports.getPDFFileNameFromURL = getPDFFileNameFromURL; +exports.noContextMenuHandler = noContextMenuHandler; +exports.parseQueryString = parseQueryString; +exports.backtrackBeforeAllVisibleElements = backtrackBeforeAllVisibleElements; +exports.getVisibleElements = getVisibleElements; +exports.roundToDivide = roundToDivide; +exports.getPageSizeInches = getPageSizeInches; +exports.approximateFraction = approximateFraction; +exports.getOutputScale = getOutputScale; +exports.scrollIntoView = scrollIntoView; +exports.watchScroll = watchScroll; +exports.binarySearchFirstItem = binarySearchFirstItem; +exports.normalizeWheelEventDelta = normalizeWheelEventDelta; +exports.animationStarted = animationStarted; +exports.WaitOnType = WaitOnType; +exports.waitOnEventOrTimeout = waitOnEventOrTimeout; +exports.moveToEndOfArray = moveToEndOfArray; + +/***/ }), +/* 7 */ +/***/ (function(module, exports, __webpack_require__) { + +"use strict"; + + +var pdfjsLib = void 0; +if (typeof window !== 'undefined' && window['pdfjs-dist/build/pdf']) { + pdfjsLib = window['pdfjs-dist/build/pdf']; +} else { + pdfjsLib = require('/dzz/pdf/build/pdf.js'); +} +module.exports = pdfjsLib; + +/***/ }), +/* 8 */ +/***/ (function(module, exports, __webpack_require__) { + +"use strict"; + + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.PDFCursorTools = exports.CursorTool = undefined; + +var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }(); + +var _grab_to_pan = __webpack_require__(9); + +function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } + +var CursorTool = { + SELECT: 0, + HAND: 1, + ZOOM: 2 +}; + +var PDFCursorTools = function () { + function PDFCursorTools(_ref) { + var _this = this; + + var container = _ref.container, + eventBus = _ref.eventBus, + _ref$cursorToolOnLoad = _ref.cursorToolOnLoad, + cursorToolOnLoad = _ref$cursorToolOnLoad === undefined ? CursorTool.SELECT : _ref$cursorToolOnLoad; + + _classCallCheck(this, PDFCursorTools); + + this.container = container; + this.eventBus = eventBus; + this.active = CursorTool.SELECT; + this.activeBeforePresentationMode = null; + this.handTool = new _grab_to_pan.GrabToPan({ element: this.container }); + this._addEventListeners(); + Promise.resolve().then(function () { + _this.switchTool(cursorToolOnLoad); + }); + } + + _createClass(PDFCursorTools, [{ + key: 'switchTool', + value: function switchTool(tool) { + var _this2 = this; + + if (this.activeBeforePresentationMode !== null) { + return; + } + if (tool === this.active) { + return; + } + var disableActiveTool = function disableActiveTool() { + switch (_this2.active) { + case CursorTool.SELECT: + break; + case CursorTool.HAND: + _this2.handTool.deactivate(); + break; + case CursorTool.ZOOM: + } + }; + switch (tool) { + case CursorTool.SELECT: + disableActiveTool(); + break; + case CursorTool.HAND: + disableActiveTool(); + this.handTool.activate(); + break; + case CursorTool.ZOOM: + default: + console.error('switchTool: "' + tool + '" is an unsupported value.'); + return; + } + this.active = tool; + this._dispatchEvent(); + } + }, { + key: '_dispatchEvent', + value: function _dispatchEvent() { + this.eventBus.dispatch('cursortoolchanged', { + source: this, + tool: this.active + }); + } + }, { + key: '_addEventListeners', + value: function _addEventListeners() { + var _this3 = this; + + this.eventBus.on('switchcursortool', function (evt) { + _this3.switchTool(evt.tool); + }); + this.eventBus.on('presentationmodechanged', function (evt) { + if (evt.switchInProgress) { + return; + } + var previouslyActive = void 0; + if (evt.active) { + previouslyActive = _this3.active; + _this3.switchTool(CursorTool.SELECT); + _this3.activeBeforePresentationMode = previouslyActive; + } else { + previouslyActive = _this3.activeBeforePresentationMode; + _this3.activeBeforePresentationMode = null; + _this3.switchTool(previouslyActive); + } + }); + } + }, { + key: 'activeTool', + get: function get() { + return this.active; + } + }]); + + return PDFCursorTools; +}(); + +exports.CursorTool = CursorTool; +exports.PDFCursorTools = PDFCursorTools; + +/***/ }), +/* 9 */ +/***/ (function(module, exports, __webpack_require__) { + +"use strict"; + + +Object.defineProperty(exports, "__esModule", { + value: true +}); +function GrabToPan(options) { + this.element = options.element; + this.document = options.element.ownerDocument; + if (typeof options.ignoreTarget === 'function') { + this.ignoreTarget = options.ignoreTarget; + } + this.onActiveChanged = options.onActiveChanged; + this.activate = this.activate.bind(this); + this.deactivate = this.deactivate.bind(this); + this.toggle = this.toggle.bind(this); + this._onmousedown = this._onmousedown.bind(this); + this._onmousemove = this._onmousemove.bind(this); + this._endPan = this._endPan.bind(this); + var overlay = this.overlay = document.createElement('div'); + overlay.className = 'grab-to-pan-grabbing'; +} +GrabToPan.prototype = { + CSS_CLASS_GRAB: 'grab-to-pan-grab', + activate: function GrabToPan_activate() { + if (!this.active) { + this.active = true; + this.element.addEventListener('mousedown', this._onmousedown, true); + this.element.classList.add(this.CSS_CLASS_GRAB); + if (this.onActiveChanged) { + this.onActiveChanged(true); + } + } + }, + deactivate: function GrabToPan_deactivate() { + if (this.active) { + this.active = false; + this.element.removeEventListener('mousedown', this._onmousedown, true); + this._endPan(); + this.element.classList.remove(this.CSS_CLASS_GRAB); + if (this.onActiveChanged) { + this.onActiveChanged(false); + } + } + }, + toggle: function GrabToPan_toggle() { + if (this.active) { + this.deactivate(); + } else { + this.activate(); + } + }, + ignoreTarget: function GrabToPan_ignoreTarget(node) { + return node[matchesSelector]('a[href], a[href] *, input, textarea, button, button *, select, option'); + }, + _onmousedown: function GrabToPan__onmousedown(event) { + if (event.button !== 0 || this.ignoreTarget(event.target)) { + return; + } + if (event.originalTarget) { + try { + event.originalTarget.tagName; + } catch (e) { + return; + } + } + this.scrollLeftStart = this.element.scrollLeft; + this.scrollTopStart = this.element.scrollTop; + this.clientXStart = event.clientX; + this.clientYStart = event.clientY; + this.document.addEventListener('mousemove', this._onmousemove, true); + this.document.addEventListener('mouseup', this._endPan, true); + this.element.addEventListener('scroll', this._endPan, true); + event.preventDefault(); + event.stopPropagation(); + var focusedElement = document.activeElement; + if (focusedElement && !focusedElement.contains(event.target)) { + focusedElement.blur(); + } + }, + _onmousemove: function GrabToPan__onmousemove(event) { + this.element.removeEventListener('scroll', this._endPan, true); + if (isLeftMouseReleased(event)) { + this._endPan(); + return; + } + var xDiff = event.clientX - this.clientXStart; + var yDiff = event.clientY - this.clientYStart; + var scrollTop = this.scrollTopStart - yDiff; + var scrollLeft = this.scrollLeftStart - xDiff; + if (this.element.scrollTo) { + this.element.scrollTo({ + top: scrollTop, + left: scrollLeft, + behavior: 'instant' + }); + } else { + this.element.scrollTop = scrollTop; + this.element.scrollLeft = scrollLeft; + } + if (!this.overlay.parentNode) { + document.body.appendChild(this.overlay); + } + }, + _endPan: function GrabToPan__endPan() { + this.element.removeEventListener('scroll', this._endPan, true); + this.document.removeEventListener('mousemove', this._onmousemove, true); + this.document.removeEventListener('mouseup', this._endPan, true); + this.overlay.remove(); + } +}; +var matchesSelector; +['webkitM', 'mozM', 'msM', 'oM', 'm'].some(function (prefix) { + var name = prefix + 'atches'; + if (name in document.documentElement) { + matchesSelector = name; + } + name += 'Selector'; + if (name in document.documentElement) { + matchesSelector = name; + } + return matchesSelector; +}); +var isNotIEorIsIE10plus = !document.documentMode || document.documentMode > 9; +var chrome = window.chrome; +var isChrome15OrOpera15plus = chrome && (chrome.webstore || chrome.app); +var isSafari6plus = /Apple/.test(navigator.vendor) && /Version\/([6-9]\d*|[1-5]\d+)/.test(navigator.userAgent); +function isLeftMouseReleased(event) { + if ('buttons' in event && isNotIEorIsIE10plus) { + return !(event.buttons & 1); + } + if (isChrome15OrOpera15plus || isSafari6plus) { + return event.which === 0; + } +} +exports.GrabToPan = GrabToPan; + +/***/ }), +/* 10 */ +/***/ (function(module, exports, __webpack_require__) { + +"use strict"; + + +Object.defineProperty(exports, "__esModule", { + value: true +}); + +var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }(); + +function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } + +var CLEANUP_TIMEOUT = 30000; +var RenderingStates = { + INITIAL: 0, + RUNNING: 1, + PAUSED: 2, + FINISHED: 3 +}; + +var PDFRenderingQueue = function () { + function PDFRenderingQueue() { + _classCallCheck(this, PDFRenderingQueue); + + this.pdfViewer = null; + this.pdfThumbnailViewer = null; + this.onIdle = null; + this.highestPriorityPage = null; + this.idleTimeout = null; + this.printing = false; + this.isThumbnailViewEnabled = false; + } + + _createClass(PDFRenderingQueue, [{ + key: "setViewer", + value: function setViewer(pdfViewer) { + this.pdfViewer = pdfViewer; + } + }, { + key: "setThumbnailViewer", + value: function setThumbnailViewer(pdfThumbnailViewer) { + this.pdfThumbnailViewer = pdfThumbnailViewer; + } + }, { + key: "isHighestPriority", + value: function isHighestPriority(view) { + return this.highestPriorityPage === view.renderingId; + } + }, { + key: "renderHighestPriority", + value: function renderHighestPriority(currentlyVisiblePages) { + if (this.idleTimeout) { + clearTimeout(this.idleTimeout); + this.idleTimeout = null; + } + if (this.pdfViewer.forceRendering(currentlyVisiblePages)) { + return; + } + if (this.pdfThumbnailViewer && this.isThumbnailViewEnabled) { + if (this.pdfThumbnailViewer.forceRendering()) { + return; + } + } + if (this.printing) { + return; + } + if (this.onIdle) { + this.idleTimeout = setTimeout(this.onIdle.bind(this), CLEANUP_TIMEOUT); + } + } + }, { + key: "getHighestPriority", + value: function getHighestPriority(visible, views, scrolledDown) { + var visibleViews = visible.views; + var numVisible = visibleViews.length; + if (numVisible === 0) { + return false; + } + for (var i = 0; i < numVisible; ++i) { + var view = visibleViews[i].view; + if (!this.isViewFinished(view)) { + return view; + } + } + if (scrolledDown) { + var nextPageIndex = visible.last.id; + if (views[nextPageIndex] && !this.isViewFinished(views[nextPageIndex])) { + return views[nextPageIndex]; + } + } else { + var previousPageIndex = visible.first.id - 2; + if (views[previousPageIndex] && !this.isViewFinished(views[previousPageIndex])) { + return views[previousPageIndex]; + } + } + return null; + } + }, { + key: "isViewFinished", + value: function isViewFinished(view) { + return view.renderingState === RenderingStates.FINISHED; + } + }, { + key: "renderView", + value: function renderView(view) { + var _this = this; + + switch (view.renderingState) { + case RenderingStates.FINISHED: + return false; + case RenderingStates.PAUSED: + this.highestPriorityPage = view.renderingId; + view.resume(); + break; + case RenderingStates.RUNNING: + this.highestPriorityPage = view.renderingId; + break; + case RenderingStates.INITIAL: + this.highestPriorityPage = view.renderingId; + var continueRendering = function continueRendering() { + _this.renderHighestPriority(); + }; + view.draw().then(continueRendering, continueRendering); + break; + } + return true; + } + }]); + + return PDFRenderingQueue; +}(); + +exports.RenderingStates = RenderingStates; +exports.PDFRenderingQueue = PDFRenderingQueue; + +/***/ }), +/* 11 */ +/***/ (function(module, exports, __webpack_require__) { + +"use strict"; + + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.PDFSidebar = exports.SidebarView = undefined; + +var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }(); + +var _ui_utils = __webpack_require__(6); + +var _pdf_rendering_queue = __webpack_require__(10); + +function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } + +var UI_NOTIFICATION_CLASS = 'pdfSidebarNotification'; +var SidebarView = { + NONE: 0, + THUMBS: 1, + OUTLINE: 2, + ATTACHMENTS: 3 +}; + +var PDFSidebar = function () { + function PDFSidebar(options, eventBus) { + var l10n = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : _ui_utils.NullL10n; + + _classCallCheck(this, PDFSidebar); + + this.isOpen = false; + this.active = SidebarView.THUMBS; + this.isInitialViewSet = false; + this.onToggled = null; + this.pdfViewer = options.pdfViewer; + this.pdfThumbnailViewer = options.pdfThumbnailViewer; + this.outerContainer = options.outerContainer; + this.viewerContainer = options.viewerContainer; + this.toggleButton = options.toggleButton; + this.thumbnailButton = options.thumbnailButton; + this.outlineButton = options.outlineButton; + this.attachmentsButton = options.attachmentsButton; + this.thumbnailView = options.thumbnailView; + this.outlineView = options.outlineView; + this.attachmentsView = options.attachmentsView; + this.disableNotification = options.disableNotification || false; + this.eventBus = eventBus; + this.l10n = l10n; + this._addEventListeners(); + } + + _createClass(PDFSidebar, [{ + key: 'reset', + value: function reset() { + this.isInitialViewSet = false; + this._hideUINotification(null); + this.switchView(SidebarView.THUMBS); + this.outlineButton.disabled = false; + this.attachmentsButton.disabled = false; + } + }, { + key: 'setInitialView', + value: function setInitialView() { + var view = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : SidebarView.NONE; + + if (this.isInitialViewSet) { + return; + } + this.isInitialViewSet = true; + if (this.isOpen && view === SidebarView.NONE) { + this._dispatchEvent(); + return; + } + var isViewPreserved = view === this.visibleView; + this.switchView(view, true); + if (isViewPreserved) { + this._dispatchEvent(); + } + } + }, { + key: 'switchView', + value: function switchView(view) { + var forceOpen = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : false; + + if (view === SidebarView.NONE) { + this.close(); + return; + } + var isViewChanged = view !== this.active; + var shouldForceRendering = false; + switch (view) { + case SidebarView.THUMBS: + this.thumbnailButton.classList.add('toggled'); + this.outlineButton.classList.remove('toggled'); + this.attachmentsButton.classList.remove('toggled'); + this.thumbnailView.classList.remove('hidden'); + this.outlineView.classList.add('hidden'); + this.attachmentsView.classList.add('hidden'); + if (this.isOpen && isViewChanged) { + this._updateThumbnailViewer(); + shouldForceRendering = true; + } + break; + case SidebarView.OUTLINE: + if (this.outlineButton.disabled) { + return; + } + this.thumbnailButton.classList.remove('toggled'); + this.outlineButton.classList.add('toggled'); + this.attachmentsButton.classList.remove('toggled'); + this.thumbnailView.classList.add('hidden'); + this.outlineView.classList.remove('hidden'); + this.attachmentsView.classList.add('hidden'); + break; + case SidebarView.ATTACHMENTS: + if (this.attachmentsButton.disabled) { + return; + } + this.thumbnailButton.classList.remove('toggled'); + this.outlineButton.classList.remove('toggled'); + this.attachmentsButton.classList.add('toggled'); + this.thumbnailView.classList.add('hidden'); + this.outlineView.classList.add('hidden'); + this.attachmentsView.classList.remove('hidden'); + break; + default: + console.error('PDFSidebar_switchView: "' + view + '" is an unsupported value.'); + return; + } + this.active = view | 0; + if (forceOpen && !this.isOpen) { + this.open(); + return; + } + if (shouldForceRendering) { + this._forceRendering(); + } + if (isViewChanged) { + this._dispatchEvent(); + } + this._hideUINotification(this.active); + } + }, { + key: 'open', + value: function open() { + if (this.isOpen) { + return; + } + this.isOpen = true; + this.toggleButton.classList.add('toggled'); + this.outerContainer.classList.add('sidebarMoving'); + this.outerContainer.classList.add('sidebarOpen'); + if (this.active === SidebarView.THUMBS) { + this._updateThumbnailViewer(); + } + this._forceRendering(); + this._dispatchEvent(); + this._hideUINotification(this.active); + } + }, { + key: 'close', + value: function close() { + if (!this.isOpen) { + return; + } + this.isOpen = false; + this.toggleButton.classList.remove('toggled'); + this.outerContainer.classList.add('sidebarMoving'); + this.outerContainer.classList.remove('sidebarOpen'); + this._forceRendering(); + this._dispatchEvent(); + } + }, { + key: 'toggle', + value: function toggle() { + if (this.isOpen) { + this.close(); + } else { + this.open(); + } + } + }, { + key: '_dispatchEvent', + value: function _dispatchEvent() { + this.eventBus.dispatch('sidebarviewchanged', { + source: this, + view: this.visibleView + }); + } + }, { + key: '_forceRendering', + value: function _forceRendering() { + if (this.onToggled) { + this.onToggled(); + } else { + this.pdfViewer.forceRendering(); + this.pdfThumbnailViewer.forceRendering(); + } + } + }, { + key: '_updateThumbnailViewer', + value: function _updateThumbnailViewer() { + var pdfViewer = this.pdfViewer, + pdfThumbnailViewer = this.pdfThumbnailViewer; + + var pagesCount = pdfViewer.pagesCount; + for (var pageIndex = 0; pageIndex < pagesCount; pageIndex++) { + var pageView = pdfViewer.getPageView(pageIndex); + if (pageView && pageView.renderingState === _pdf_rendering_queue.RenderingStates.FINISHED) { + var thumbnailView = pdfThumbnailViewer.getThumbnail(pageIndex); + thumbnailView.setImage(pageView); + } + } + pdfThumbnailViewer.scrollThumbnailIntoView(pdfViewer.currentPageNumber); + } + }, { + key: '_showUINotification', + value: function _showUINotification(view) { + var _this = this; + + if (this.disableNotification) { + return; + } + this.l10n.get('toggle_sidebar_notification.title', null, 'Toggle Sidebar (document contains outline/attachments)').then(function (msg) { + _this.toggleButton.title = msg; + }); + if (!this.isOpen) { + this.toggleButton.classList.add(UI_NOTIFICATION_CLASS); + } else if (view === this.active) { + return; + } + switch (view) { + case SidebarView.OUTLINE: + this.outlineButton.classList.add(UI_NOTIFICATION_CLASS); + break; + case SidebarView.ATTACHMENTS: + this.attachmentsButton.classList.add(UI_NOTIFICATION_CLASS); + break; + } + } + }, { + key: '_hideUINotification', + value: function _hideUINotification(view) { + var _this2 = this; + + if (this.disableNotification) { + return; + } + var removeNotification = function removeNotification(view) { + switch (view) { + case SidebarView.OUTLINE: + _this2.outlineButton.classList.remove(UI_NOTIFICATION_CLASS); + break; + case SidebarView.ATTACHMENTS: + _this2.attachmentsButton.classList.remove(UI_NOTIFICATION_CLASS); + break; + } + }; + if (!this.isOpen && view !== null) { + return; + } + this.toggleButton.classList.remove(UI_NOTIFICATION_CLASS); + if (view !== null) { + removeNotification(view); + return; + } + for (view in SidebarView) { + removeNotification(SidebarView[view]); + } + this.l10n.get('toggle_sidebar.title', null, 'Toggle Sidebar').then(function (msg) { + _this2.toggleButton.title = msg; + }); + } + }, { + key: '_addEventListeners', + value: function _addEventListeners() { + var _this3 = this; + + this.viewerContainer.addEventListener('transitionend', function (evt) { + if (evt.target === _this3.viewerContainer) { + _this3.outerContainer.classList.remove('sidebarMoving'); + } + }); + this.thumbnailButton.addEventListener('click', function () { + _this3.switchView(SidebarView.THUMBS); + }); + this.outlineButton.addEventListener('click', function () { + _this3.switchView(SidebarView.OUTLINE); + }); + this.outlineButton.addEventListener('dblclick', function () { + _this3.eventBus.dispatch('toggleoutlinetree', { source: _this3 }); + }); + this.attachmentsButton.addEventListener('click', function () { + _this3.switchView(SidebarView.ATTACHMENTS); + }); + this.eventBus.on('outlineloaded', function (evt) { + var outlineCount = evt.outlineCount; + _this3.outlineButton.disabled = !outlineCount; + if (outlineCount) { + _this3._showUINotification(SidebarView.OUTLINE); + } else if (_this3.active === SidebarView.OUTLINE) { + _this3.switchView(SidebarView.THUMBS); + } + }); + this.eventBus.on('attachmentsloaded', function (evt) { + if (evt.attachmentsCount) { + _this3.attachmentsButton.disabled = false; + _this3._showUINotification(SidebarView.ATTACHMENTS); + return; + } + Promise.resolve().then(function () { + if (_this3.attachmentsView.hasChildNodes()) { + return; + } + _this3.attachmentsButton.disabled = true; + if (_this3.active === SidebarView.ATTACHMENTS) { + _this3.switchView(SidebarView.THUMBS); + } + }); + }); + this.eventBus.on('presentationmodechanged', function (evt) { + if (!evt.active && !evt.switchInProgress && _this3.isThumbnailViewVisible) { + _this3._updateThumbnailViewer(); + } + }); + } + }, { + key: 'visibleView', + get: function get() { + return this.isOpen ? this.active : SidebarView.NONE; + } + }, { + key: 'isThumbnailViewVisible', + get: function get() { + return this.isOpen && this.active === SidebarView.THUMBS; + } + }, { + key: 'isOutlineViewVisible', + get: function get() { + return this.isOpen && this.active === SidebarView.OUTLINE; + } + }, { + key: 'isAttachmentsViewVisible', + get: function get() { + return this.isOpen && this.active === SidebarView.ATTACHMENTS; + } + }]); + + return PDFSidebar; +}(); + +exports.SidebarView = SidebarView; +exports.PDFSidebar = PDFSidebar; + +/***/ }), +/* 12 */ +/***/ (function(module, exports, __webpack_require__) { + +"use strict"; + + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.OptionKind = exports.AppOptions = undefined; + +var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }(); + +var _pdfjsLib = __webpack_require__(7); + +var _viewer_compatibility = __webpack_require__(13); + +function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } + +var OptionKind = { + VIEWER: 'viewer', + API: 'api', + WORKER: 'worker' +}; +var defaultOptions = { + cursorToolOnLoad: { + value: 0, + kind: OptionKind.VIEWER + }, + defaultUrl: { + value: 'compressed.tracemonkey-pldi-09.pdf', + kind: OptionKind.VIEWER + }, + defaultZoomValue: { + value: '', + kind: OptionKind.VIEWER + }, + disableHistory: { + value: false, + kind: OptionKind.VIEWER + }, + disablePageLabels: { + value: false, + kind: OptionKind.VIEWER + }, + disablePageMode: { + value: false, + kind: OptionKind.VIEWER + }, + enablePrintAutoRotate: { + value: false, + kind: OptionKind.VIEWER + }, + enableWebGL: { + value: false, + kind: OptionKind.VIEWER + }, + eventBusDispatchToDOM: { + value: false, + kind: OptionKind.VIEWER + }, + externalLinkRel: { + value: 'noopener noreferrer nofollow', + kind: OptionKind.VIEWER + }, + externalLinkTarget: { + value: 0, + kind: OptionKind.VIEWER + }, + imageResourcesPath: { + value: 'dzz/pdf/web/images/', + kind: OptionKind.VIEWER + }, + maxCanvasPixels: { + value: _viewer_compatibility.viewerCompatibilityParams.maxCanvasPixels || 16777216, + kind: OptionKind.VIEWER + }, + pdfBugEnabled: { + value: false, + kind: OptionKind.VIEWER + }, + renderer: { + value: 'canvas', + kind: OptionKind.VIEWER + }, + renderInteractiveForms: { + value: false, + kind: OptionKind.VIEWER + }, + showPreviousViewOnLoad: { + value: true, + kind: OptionKind.VIEWER + }, + sidebarViewOnLoad: { + value: 0, + kind: OptionKind.VIEWER + }, + scrollModeOnLoad: { + value: 0, + kind: OptionKind.VIEWER + }, + spreadModeOnLoad: { + value: 0, + kind: OptionKind.VIEWER + }, + textLayerMode: { + value: 1, + kind: OptionKind.VIEWER + }, + useOnlyCssZoom: { + value: false, + kind: OptionKind.VIEWER + }, + cMapPacked: { + value: true, + kind: OptionKind.API + }, + cMapUrl: { + value: 'dzz/pdf/web/cmaps/', + kind: OptionKind.API + }, + disableAutoFetch: { + value: false, + kind: OptionKind.API + }, + disableCreateObjectURL: { + value: _pdfjsLib.apiCompatibilityParams.disableCreateObjectURL || false, + kind: OptionKind.API + }, + disableFontFace: { + value: false, + kind: OptionKind.API + }, + disableRange: { + value: false, + kind: OptionKind.API + }, + disableStream: { + value: false, + kind: OptionKind.API + }, + isEvalSupported: { + value: true, + kind: OptionKind.API + }, + maxImageSize: { + value: -1, + kind: OptionKind.API + }, + pdfBug: { + value: false, + kind: OptionKind.API + }, + postMessageTransfers: { + value: true, + kind: OptionKind.API + }, + verbosity: { + value: 1, + kind: OptionKind.API + }, + workerPort: { + value: null, + kind: OptionKind.WORKER + }, + workerSrc: { + value: 'dzz/pdf/build/pdf.worker.js', + kind: OptionKind.WORKER + } +}; +{ + defaultOptions.locale = { + value: typeof navigator !== 'undefined' ? navigator.language : 'en-US', + kind: OptionKind.VIEWER + }; +} +var userOptions = Object.create(null); + +var AppOptions = function () { + function AppOptions() { + _classCallCheck(this, AppOptions); + + throw new Error('Cannot initialize AppOptions.'); + } + + _createClass(AppOptions, null, [{ + key: 'get', + value: function get(name) { + var defaultOption = defaultOptions[name], + userOption = userOptions[name]; + if (userOption !== undefined) { + return userOption; + } + return defaultOption !== undefined ? defaultOption.value : undefined; + } + }, { + key: 'getAll', + value: function getAll() { + var kind = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : null; + + var options = Object.create(null); + for (var name in defaultOptions) { + var defaultOption = defaultOptions[name], + userOption = userOptions[name]; + if (kind && defaultOption.kind !== kind) { + continue; + } + options[name] = userOption !== undefined ? userOption : defaultOption.value; + } + return options; + } + }, { + key: 'set', + value: function set(name, value) { + userOptions[name] = value; + } + }, { + key: 'remove', + value: function remove(name) { + delete userOptions[name]; + } + }]); + + return AppOptions; +}(); + +exports.AppOptions = AppOptions; +exports.OptionKind = OptionKind; + +/***/ }), +/* 13 */ +/***/ (function(module, exports, __webpack_require__) { + +"use strict"; + + +var compatibilityParams = Object.create(null); +{ + var userAgent = typeof navigator !== 'undefined' && navigator.userAgent || ''; + var isAndroid = /Android/.test(userAgent); + var isIOS = /\b(iPad|iPhone|iPod)(?=;)/.test(userAgent); + (function checkCanvasSizeLimitation() { + if (isIOS || isAndroid) { + compatibilityParams.maxCanvasPixels = 5242880; + } + })(); +} +exports.viewerCompatibilityParams = Object.freeze(compatibilityParams); + +/***/ }), +/* 14 */ +/***/ (function(module, exports, __webpack_require__) { + +"use strict"; + + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.getGlobalEventBus = exports.attachDOMEventsToEventBus = undefined; + +var _ui_utils = __webpack_require__(6); + +function attachDOMEventsToEventBus(eventBus) { + eventBus.on('documentload', function () { + var event = document.createEvent('CustomEvent'); + event.initCustomEvent('documentload', true, true, {}); + window.dispatchEvent(event); + }); + eventBus.on('pagerendered', function (evt) { + var event = document.createEvent('CustomEvent'); + event.initCustomEvent('pagerendered', true, true, { + pageNumber: evt.pageNumber, + cssTransform: evt.cssTransform + }); + evt.source.div.dispatchEvent(event); + }); + eventBus.on('textlayerrendered', function (evt) { + var event = document.createEvent('CustomEvent'); + event.initCustomEvent('textlayerrendered', true, true, { pageNumber: evt.pageNumber }); + evt.source.textLayerDiv.dispatchEvent(event); + }); + eventBus.on('pagechange', function (evt) { + var event = document.createEvent('UIEvents'); + event.initUIEvent('pagechange', true, true, window, 0); + event.pageNumber = evt.pageNumber; + evt.source.container.dispatchEvent(event); + }); + eventBus.on('pagesinit', function (evt) { + var event = document.createEvent('CustomEvent'); + event.initCustomEvent('pagesinit', true, true, null); + evt.source.container.dispatchEvent(event); + }); + eventBus.on('pagesloaded', function (evt) { + var event = document.createEvent('CustomEvent'); + event.initCustomEvent('pagesloaded', true, true, { pagesCount: evt.pagesCount }); + evt.source.container.dispatchEvent(event); + }); + eventBus.on('scalechange', function (evt) { + var event = document.createEvent('UIEvents'); + event.initUIEvent('scalechange', true, true, window, 0); + event.scale = evt.scale; + event.presetValue = evt.presetValue; + evt.source.container.dispatchEvent(event); + }); + eventBus.on('updateviewarea', function (evt) { + var event = document.createEvent('UIEvents'); + event.initUIEvent('updateviewarea', true, true, window, 0); + event.location = evt.location; + evt.source.container.dispatchEvent(event); + }); + eventBus.on('find', function (evt) { + if (evt.source === window) { + return; + } + var event = document.createEvent('CustomEvent'); + event.initCustomEvent('find' + evt.type, true, true, { + query: evt.query, + phraseSearch: evt.phraseSearch, + caseSensitive: evt.caseSensitive, + highlightAll: evt.highlightAll, + findPrevious: evt.findPrevious + }); + window.dispatchEvent(event); + }); + eventBus.on('attachmentsloaded', function (evt) { + var event = document.createEvent('CustomEvent'); + event.initCustomEvent('attachmentsloaded', true, true, { attachmentsCount: evt.attachmentsCount }); + evt.source.container.dispatchEvent(event); + }); + eventBus.on('sidebarviewchanged', function (evt) { + var event = document.createEvent('CustomEvent'); + event.initCustomEvent('sidebarviewchanged', true, true, { view: evt.view }); + evt.source.outerContainer.dispatchEvent(event); + }); + eventBus.on('pagemode', function (evt) { + var event = document.createEvent('CustomEvent'); + event.initCustomEvent('pagemode', true, true, { mode: evt.mode }); + evt.source.pdfViewer.container.dispatchEvent(event); + }); + eventBus.on('namedaction', function (evt) { + var event = document.createEvent('CustomEvent'); + event.initCustomEvent('namedaction', true, true, { action: evt.action }); + evt.source.pdfViewer.container.dispatchEvent(event); + }); + eventBus.on('presentationmodechanged', function (evt) { + var event = document.createEvent('CustomEvent'); + event.initCustomEvent('presentationmodechanged', true, true, { + active: evt.active, + switchInProgress: evt.switchInProgress + }); + window.dispatchEvent(event); + }); + eventBus.on('outlineloaded', function (evt) { + var event = document.createEvent('CustomEvent'); + event.initCustomEvent('outlineloaded', true, true, { outlineCount: evt.outlineCount }); + evt.source.container.dispatchEvent(event); + }); +} +var globalEventBus = null; +function getGlobalEventBus() { + var dispatchToDOM = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : false; + + if (!globalEventBus) { + globalEventBus = new _ui_utils.EventBus({ dispatchToDOM: dispatchToDOM }); + if (!dispatchToDOM) { + attachDOMEventsToEventBus(globalEventBus); + } + } + return globalEventBus; +} +exports.attachDOMEventsToEventBus = attachDOMEventsToEventBus; +exports.getGlobalEventBus = getGlobalEventBus; + +/***/ }), +/* 15 */ +/***/ (function(module, exports, __webpack_require__) { + +"use strict"; + + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.OverlayManager = undefined; + +var _regenerator = __webpack_require__(2); + +var _regenerator2 = _interopRequireDefault(_regenerator); + +var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }(); + +function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } + +function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, arguments); return new Promise(function (resolve, reject) { function step(key, arg) { try { var info = gen[key](arg); var value = info.value; } catch (error) { reject(error); return; } if (info.done) { resolve(value); } else { return Promise.resolve(value).then(function (value) { step("next", value); }, function (err) { step("throw", err); }); } } return step("next"); }); }; } + +function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } + +var OverlayManager = function () { + function OverlayManager() { + _classCallCheck(this, OverlayManager); + + this._overlays = {}; + this._active = null; + this._keyDownBound = this._keyDown.bind(this); + } + + _createClass(OverlayManager, [{ + key: 'register', + value: function () { + var _ref = _asyncToGenerator( /*#__PURE__*/_regenerator2.default.mark(function _callee(name, element) { + var callerCloseMethod = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : null; + var canForceClose = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : false; + var container; + return _regenerator2.default.wrap(function _callee$(_context) { + while (1) { + switch (_context.prev = _context.next) { + case 0: + container = void 0; + + if (!(!name || !element || !(container = element.parentNode))) { + _context.next = 5; + break; + } + + throw new Error('Not enough parameters.'); + + case 5: + if (!this._overlays[name]) { + _context.next = 7; + break; + } + + throw new Error('The overlay is already registered.'); + + case 7: + this._overlays[name] = { + element: element, + container: container, + callerCloseMethod: callerCloseMethod, + canForceClose: canForceClose + }; + + case 8: + case 'end': + return _context.stop(); + } + } + }, _callee, this); + })); + + function register(_x3, _x4) { + return _ref.apply(this, arguments); + } + + return register; + }() + }, { + key: 'unregister', + value: function () { + var _ref2 = _asyncToGenerator( /*#__PURE__*/_regenerator2.default.mark(function _callee2(name) { + return _regenerator2.default.wrap(function _callee2$(_context2) { + while (1) { + switch (_context2.prev = _context2.next) { + case 0: + if (this._overlays[name]) { + _context2.next = 4; + break; + } + + throw new Error('The overlay does not exist.'); + + case 4: + if (!(this._active === name)) { + _context2.next = 6; + break; + } + + throw new Error('The overlay cannot be removed while it is active.'); + + case 6: + delete this._overlays[name]; + + case 7: + case 'end': + return _context2.stop(); + } + } + }, _callee2, this); + })); + + function unregister(_x5) { + return _ref2.apply(this, arguments); + } + + return unregister; + }() + }, { + key: 'open', + value: function () { + var _ref3 = _asyncToGenerator( /*#__PURE__*/_regenerator2.default.mark(function _callee3(name) { + return _regenerator2.default.wrap(function _callee3$(_context3) { + while (1) { + switch (_context3.prev = _context3.next) { + case 0: + if (this._overlays[name]) { + _context3.next = 4; + break; + } + + throw new Error('The overlay does not exist.'); + + case 4: + if (!this._active) { + _context3.next = 14; + break; + } + + if (!this._overlays[name].canForceClose) { + _context3.next = 9; + break; + } + + this._closeThroughCaller(); + _context3.next = 14; + break; + + case 9: + if (!(this._active === name)) { + _context3.next = 13; + break; + } + + throw new Error('The overlay is already active.'); + + case 13: + throw new Error('Another overlay is currently active.'); + + case 14: + this._active = name; + this._overlays[this._active].element.classList.remove('hidden'); + this._overlays[this._active].container.classList.remove('hidden'); + window.addEventListener('keydown', this._keyDownBound); + + case 18: + case 'end': + return _context3.stop(); + } + } + }, _callee3, this); + })); + + function open(_x6) { + return _ref3.apply(this, arguments); + } + + return open; + }() + }, { + key: 'close', + value: function () { + var _ref4 = _asyncToGenerator( /*#__PURE__*/_regenerator2.default.mark(function _callee4(name) { + return _regenerator2.default.wrap(function _callee4$(_context4) { + while (1) { + switch (_context4.prev = _context4.next) { + case 0: + if (this._overlays[name]) { + _context4.next = 4; + break; + } + + throw new Error('The overlay does not exist.'); + + case 4: + if (this._active) { + _context4.next = 8; + break; + } + + throw new Error('The overlay is currently not active.'); + + case 8: + if (!(this._active !== name)) { + _context4.next = 10; + break; + } + + throw new Error('Another overlay is currently active.'); + + case 10: + this._overlays[this._active].container.classList.add('hidden'); + this._overlays[this._active].element.classList.add('hidden'); + this._active = null; + window.removeEventListener('keydown', this._keyDownBound); + + case 14: + case 'end': + return _context4.stop(); + } + } + }, _callee4, this); + })); + + function close(_x7) { + return _ref4.apply(this, arguments); + } + + return close; + }() + }, { + key: '_keyDown', + value: function _keyDown(evt) { + if (this._active && evt.keyCode === 27) { + this._closeThroughCaller(); + evt.preventDefault(); + } + } + }, { + key: '_closeThroughCaller', + value: function _closeThroughCaller() { + if (this._overlays[this._active].callerCloseMethod) { + this._overlays[this._active].callerCloseMethod(); + } + if (this._active) { + this.close(this._active); + } + } + }, { + key: 'active', + get: function get() { + return this._active; + } + }]); + + return OverlayManager; +}(); + +exports.OverlayManager = OverlayManager; + +/***/ }), +/* 16 */ +/***/ (function(module, exports, __webpack_require__) { + +"use strict"; + + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.PasswordPrompt = undefined; + +var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }(); + +var _ui_utils = __webpack_require__(6); + +var _pdfjsLib = __webpack_require__(7); + +function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } + +var PasswordPrompt = function () { + function PasswordPrompt(options, overlayManager) { + var _this = this; + + var l10n = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : _ui_utils.NullL10n; + + _classCallCheck(this, PasswordPrompt); + + this.overlayName = options.overlayName; + this.container = options.container; + this.label = options.label; + this.input = options.input; + this.submitButton = options.submitButton; + this.cancelButton = options.cancelButton; + this.overlayManager = overlayManager; + this.l10n = l10n; + this.updateCallback = null; + this.reason = null; + this.submitButton.addEventListener('click', this.verify.bind(this)); + this.cancelButton.addEventListener('click', this.close.bind(this)); + this.input.addEventListener('keydown', function (e) { + if (e.keyCode === 13) { + _this.verify(); + } + }); + this.overlayManager.register(this.overlayName, this.container, this.close.bind(this), true); + } + + _createClass(PasswordPrompt, [{ + key: 'open', + value: function open() { + var _this2 = this; + + this.overlayManager.open(this.overlayName).then(function () { + _this2.input.focus(); + var promptString = void 0; + if (_this2.reason === _pdfjsLib.PasswordResponses.INCORRECT_PASSWORD) { + promptString = _this2.l10n.get('password_invalid', null, 'Invalid password. Please try again.'); + } else { + promptString = _this2.l10n.get('password_label', null, 'Enter the password to open this PDF file.'); + } + promptString.then(function (msg) { + _this2.label.textContent = msg; + }); + }); + } + }, { + key: 'close', + value: function close() { + var _this3 = this; + + this.overlayManager.close(this.overlayName).then(function () { + _this3.input.value = ''; + }); + } + }, { + key: 'verify', + value: function verify() { + var password = this.input.value; + if (password && password.length > 0) { + this.close(); + return this.updateCallback(password); + } + } + }, { + key: 'setUpdateCallback', + value: function setUpdateCallback(updateCallback, reason) { + this.updateCallback = updateCallback; + this.reason = reason; + } + }]); + + return PasswordPrompt; +}(); + +exports.PasswordPrompt = PasswordPrompt; + +/***/ }), +/* 17 */ +/***/ (function(module, exports, __webpack_require__) { + +"use strict"; + + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.PDFAttachmentViewer = undefined; + +var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }(); + +var _pdfjsLib = __webpack_require__(7); + +function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } + +var PDFAttachmentViewer = function () { + function PDFAttachmentViewer(_ref) { + var container = _ref.container, + eventBus = _ref.eventBus, + downloadManager = _ref.downloadManager; + + _classCallCheck(this, PDFAttachmentViewer); + + this.container = container; + this.eventBus = eventBus; + this.downloadManager = downloadManager; + this.reset(); + this.eventBus.on('fileattachmentannotation', this._appendAttachment.bind(this)); + } + + _createClass(PDFAttachmentViewer, [{ + key: 'reset', + value: function reset() { + var keepRenderedCapability = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : false; + + this.attachments = null; + this.container.textContent = ''; + if (!keepRenderedCapability) { + this._renderedCapability = (0, _pdfjsLib.createPromiseCapability)(); + } + } + }, { + key: '_dispatchEvent', + value: function _dispatchEvent(attachmentsCount) { + this._renderedCapability.resolve(); + this.eventBus.dispatch('attachmentsloaded', { + source: this, + attachmentsCount: attachmentsCount + }); + } + }, { + key: '_bindPdfLink', + value: function _bindPdfLink(button, content, filename) { + if (this.downloadManager.disableCreateObjectURL) { + throw new Error('bindPdfLink: Unsupported "disableCreateObjectURL" value.'); + } + var blobUrl = void 0; + button.onclick = function () { + if (!blobUrl) { + blobUrl = (0, _pdfjsLib.createObjectURL)(content, 'application/pdf'); + } + var viewerUrl = void 0; + viewerUrl = '?file=' + encodeURIComponent(blobUrl + '#' + filename); + window.open(viewerUrl); + return false; + }; + } + }, { + key: '_bindLink', + value: function _bindLink(button, content, filename) { + var _this = this; + + button.onclick = function () { + _this.downloadManager.downloadData(content, filename, ''); + return false; + }; + } + }, { + key: 'render', + value: function render(_ref2) { + var attachments = _ref2.attachments, + _ref2$keepRenderedCap = _ref2.keepRenderedCapability, + keepRenderedCapability = _ref2$keepRenderedCap === undefined ? false : _ref2$keepRenderedCap; + + var attachmentsCount = 0; + if (this.attachments) { + this.reset(keepRenderedCapability === true); + } + this.attachments = attachments || null; + if (!attachments) { + this._dispatchEvent(attachmentsCount); + return; + } + var names = Object.keys(attachments).sort(function (a, b) { + return a.toLowerCase().localeCompare(b.toLowerCase()); + }); + attachmentsCount = names.length; + for (var i = 0; i < attachmentsCount; i++) { + var item = attachments[names[i]]; + var filename = (0, _pdfjsLib.removeNullCharacters)((0, _pdfjsLib.getFilenameFromUrl)(item.filename)); + var div = document.createElement('div'); + div.className = 'attachmentsItem'; + var button = document.createElement('button'); + button.textContent = filename; + if (/\.pdf$/i.test(filename) && !this.downloadManager.disableCreateObjectURL) { + this._bindPdfLink(button, item.content, filename); + } else { + this._bindLink(button, item.content, filename); + } + div.appendChild(button); + this.container.appendChild(div); + } + this._dispatchEvent(attachmentsCount); + } + }, { + key: '_appendAttachment', + value: function _appendAttachment(_ref3) { + var _this2 = this; + + var id = _ref3.id, + filename = _ref3.filename, + content = _ref3.content; + + this._renderedCapability.promise.then(function () { + var attachments = _this2.attachments; + if (!attachments) { + attachments = Object.create(null); + } else { + for (var name in attachments) { + if (id === name) { + return; + } + } + } + attachments[id] = { + filename: filename, + content: content + }; + _this2.render({ + attachments: attachments, + keepRenderedCapability: true + }); + }); + } + }]); + + return PDFAttachmentViewer; +}(); + +exports.PDFAttachmentViewer = PDFAttachmentViewer; + +/***/ }), +/* 18 */ +/***/ (function(module, exports, __webpack_require__) { + +"use strict"; + + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.PDFDocumentProperties = undefined; + +var _slicedToArray = function () { function sliceIterator(arr, i) { var _arr = []; var _n = true; var _d = false; var _e = undefined; try { for (var _i = arr[Symbol.iterator](), _s; !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"]) _i["return"](); } finally { if (_d) throw _e; } } return _arr; } return function (arr, i) { if (Array.isArray(arr)) { return arr; } else if (Symbol.iterator in Object(arr)) { return sliceIterator(arr, i); } else { throw new TypeError("Invalid attempt to destructure non-iterable instance"); } }; }(); + +var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }(); + +var _ui_utils = __webpack_require__(6); + +var _pdfjsLib = __webpack_require__(7); + +function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } + +var DEFAULT_FIELD_CONTENT = '-'; +var NON_METRIC_LOCALES = ['en-us', 'en-lr', 'my']; +var US_PAGE_NAMES = { + '8.5x11': 'Letter', + '8.5x14': 'Legal' +}; +var METRIC_PAGE_NAMES = { + '297x420': 'A3', + '210x297': 'A4' +}; +function getPageName(size, isPortrait, pageNames) { + var width = isPortrait ? size.width : size.height; + var height = isPortrait ? size.height : size.width; + return pageNames[width + 'x' + height]; +} + +var PDFDocumentProperties = function () { + function PDFDocumentProperties(_ref, overlayManager, eventBus) { + var overlayName = _ref.overlayName, + fields = _ref.fields, + container = _ref.container, + closeButton = _ref.closeButton; + + var _this = this; + + var l10n = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : _ui_utils.NullL10n; + + _classCallCheck(this, PDFDocumentProperties); + + this.overlayName = overlayName; + this.fields = fields; + this.container = container; + this.overlayManager = overlayManager; + this.l10n = l10n; + this._reset(); + if (closeButton) { + closeButton.addEventListener('click', this.close.bind(this)); + } + this.overlayManager.register(this.overlayName, this.container, this.close.bind(this)); + if (eventBus) { + eventBus.on('pagechanging', function (evt) { + _this._currentPageNumber = evt.pageNumber; + }); + eventBus.on('rotationchanging', function (evt) { + _this._pagesRotation = evt.pagesRotation; + }); + } + this._isNonMetricLocale = true; + l10n.getLanguage().then(function (locale) { + _this._isNonMetricLocale = NON_METRIC_LOCALES.includes(locale); + }); + } + + _createClass(PDFDocumentProperties, [{ + key: 'open', + value: function open() { + var _this2 = this; + + var freezeFieldData = function freezeFieldData(data) { + Object.defineProperty(_this2, 'fieldData', { + value: Object.freeze(data), + writable: false, + enumerable: true, + configurable: true + }); + }; + Promise.all([this.overlayManager.open(this.overlayName), this._dataAvailableCapability.promise]).then(function () { + var currentPageNumber = _this2._currentPageNumber; + var pagesRotation = _this2._pagesRotation; + if (_this2.fieldData && currentPageNumber === _this2.fieldData['_currentPageNumber'] && pagesRotation === _this2.fieldData['_pagesRotation']) { + _this2._updateUI(); + return; + } + _this2.pdfDocument.getMetadata().then(function (_ref2) { + var info = _ref2.info, + metadata = _ref2.metadata, + contentDispositionFilename = _ref2.contentDispositionFilename; + + return Promise.all([info, metadata, contentDispositionFilename || (0, _ui_utils.getPDFFileNameFromURL)(_this2.url || ''), _this2._parseFileSize(_this2.maybeFileSize), _this2._parseDate(info.CreationDate), _this2._parseDate(info.ModDate), _this2.pdfDocument.getPage(currentPageNumber).then(function (pdfPage) { + return _this2._parsePageSize((0, _ui_utils.getPageSizeInches)(pdfPage), pagesRotation); + }), _this2._parseLinearization(info.IsLinearized)]); + }).then(function (_ref3) { + var _ref4 = _slicedToArray(_ref3, 8), + info = _ref4[0], + metadata = _ref4[1], + fileName = _ref4[2], + fileSize = _ref4[3], + creationDate = _ref4[4], + modDate = _ref4[5], + pageSize = _ref4[6], + isLinearized = _ref4[7]; + + freezeFieldData({ + 'fileName': fileName, + 'fileSize': fileSize, + 'title': info.Title, + 'author': info.Author, + 'subject': info.Subject, + 'keywords': info.Keywords, + 'creationDate': creationDate, + 'modificationDate': modDate, + 'creator': info.Creator, + 'producer': info.Producer, + 'version': info.PDFFormatVersion, + 'pageCount': _this2.pdfDocument.numPages, + 'pageSize': pageSize, + 'linearized': isLinearized, + '_currentPageNumber': currentPageNumber, + '_pagesRotation': pagesRotation + }); + _this2._updateUI(); + return _this2.pdfDocument.getDownloadInfo(); + }).then(function (_ref5) { + var length = _ref5.length; + + _this2.maybeFileSize = length; + return _this2._parseFileSize(length); + }).then(function (fileSize) { + if (fileSize === _this2.fieldData['fileSize']) { + return; + } + var data = Object.assign(Object.create(null), _this2.fieldData); + data['fileSize'] = fileSize; + freezeFieldData(data); + _this2._updateUI(); + }); + }); + } + }, { + key: 'close', + value: function close() { + this.overlayManager.close(this.overlayName); + } + }, { + key: 'setDocument', + value: function setDocument(pdfDocument) { + var url = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : null; + + if (this.pdfDocument) { + this._reset(); + this._updateUI(true); + } + if (!pdfDocument) { + return; + } + this.pdfDocument = pdfDocument; + this.url = url; + this._dataAvailableCapability.resolve(); + } + }, { + key: 'setFileSize', + value: function setFileSize(fileSize) { + if (Number.isInteger(fileSize) && fileSize > 0) { + this.maybeFileSize = fileSize; + } + } + }, { + key: '_reset', + value: function _reset() { + this.pdfDocument = null; + this.url = null; + this.maybeFileSize = 0; + delete this.fieldData; + this._dataAvailableCapability = (0, _pdfjsLib.createPromiseCapability)(); + this._currentPageNumber = 1; + this._pagesRotation = 0; + } + }, { + key: '_updateUI', + value: function _updateUI() { + var reset = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : false; + + if (reset || !this.fieldData) { + for (var id in this.fields) { + this.fields[id].textContent = DEFAULT_FIELD_CONTENT; + } + return; + } + if (this.overlayManager.active !== this.overlayName) { + return; + } + for (var _id in this.fields) { + var content = this.fieldData[_id]; + this.fields[_id].textContent = content || content === 0 ? content : DEFAULT_FIELD_CONTENT; + } + } + }, { + key: '_parseFileSize', + value: function _parseFileSize() { + var fileSize = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : 0; + + var kb = fileSize / 1024; + if (!kb) { + return Promise.resolve(undefined); + } else if (kb < 1024) { + return this.l10n.get('document_properties_kb', { + size_kb: (+kb.toPrecision(3)).toLocaleString(), + size_b: fileSize.toLocaleString() + }, '{{size_kb}} KB ({{size_b}} bytes)'); + } + return this.l10n.get('document_properties_mb', { + size_mb: (+(kb / 1024).toPrecision(3)).toLocaleString(), + size_b: fileSize.toLocaleString() + }, '{{size_mb}} MB ({{size_b}} bytes)'); + } + }, { + key: '_parsePageSize', + value: function _parsePageSize(pageSizeInches, pagesRotation) { + var _this3 = this; + + if (!pageSizeInches) { + return Promise.resolve(undefined); + } + if (pagesRotation % 180 !== 0) { + pageSizeInches = { + width: pageSizeInches.height, + height: pageSizeInches.width + }; + } + var isPortrait = (0, _ui_utils.isPortraitOrientation)(pageSizeInches); + var sizeInches = { + width: Math.round(pageSizeInches.width * 100) / 100, + height: Math.round(pageSizeInches.height * 100) / 100 + }; + var sizeMillimeters = { + width: Math.round(pageSizeInches.width * 25.4 * 10) / 10, + height: Math.round(pageSizeInches.height * 25.4 * 10) / 10 + }; + var pageName = null; + var name = getPageName(sizeInches, isPortrait, US_PAGE_NAMES) || getPageName(sizeMillimeters, isPortrait, METRIC_PAGE_NAMES); + if (!name && !(Number.isInteger(sizeMillimeters.width) && Number.isInteger(sizeMillimeters.height))) { + var exactMillimeters = { + width: pageSizeInches.width * 25.4, + height: pageSizeInches.height * 25.4 + }; + var intMillimeters = { + width: Math.round(sizeMillimeters.width), + height: Math.round(sizeMillimeters.height) + }; + if (Math.abs(exactMillimeters.width - intMillimeters.width) < 0.1 && Math.abs(exactMillimeters.height - intMillimeters.height) < 0.1) { + name = getPageName(intMillimeters, isPortrait, METRIC_PAGE_NAMES); + if (name) { + sizeInches = { + width: Math.round(intMillimeters.width / 25.4 * 100) / 100, + height: Math.round(intMillimeters.height / 25.4 * 100) / 100 + }; + sizeMillimeters = intMillimeters; + } + } + } + if (name) { + pageName = this.l10n.get('document_properties_page_size_name_' + name.toLowerCase(), null, name); + } + return Promise.all([this._isNonMetricLocale ? sizeInches : sizeMillimeters, this.l10n.get('document_properties_page_size_unit_' + (this._isNonMetricLocale ? 'inches' : 'millimeters'), null, this._isNonMetricLocale ? 'in' : 'mm'), pageName, this.l10n.get('document_properties_page_size_orientation_' + (isPortrait ? 'portrait' : 'landscape'), null, isPortrait ? 'portrait' : 'landscape')]).then(function (_ref6) { + var _ref7 = _slicedToArray(_ref6, 4), + _ref7$ = _ref7[0], + width = _ref7$.width, + height = _ref7$.height, + unit = _ref7[1], + name = _ref7[2], + orientation = _ref7[3]; + + return _this3.l10n.get('document_properties_page_size_dimension_' + (name ? 'name_' : '') + 'string', { + width: width.toLocaleString(), + height: height.toLocaleString(), + unit: unit, + name: name, + orientation: orientation + }, '{{width}} × {{height}} {{unit}} (' + (name ? '{{name}}, ' : '') + '{{orientation}})'); + }); + } + }, { + key: '_parseDate', + value: function _parseDate(inputDate) { + if (!inputDate) { + return; + } + var dateToParse = inputDate; + if (dateToParse.substring(0, 2) === 'D:') { + dateToParse = dateToParse.substring(2); + } + var year = parseInt(dateToParse.substring(0, 4), 10); + var month = parseInt(dateToParse.substring(4, 6), 10) - 1; + var day = parseInt(dateToParse.substring(6, 8), 10); + var hours = parseInt(dateToParse.substring(8, 10), 10); + var minutes = parseInt(dateToParse.substring(10, 12), 10); + var seconds = parseInt(dateToParse.substring(12, 14), 10); + var utRel = dateToParse.substring(14, 15); + var offsetHours = parseInt(dateToParse.substring(15, 17), 10); + var offsetMinutes = parseInt(dateToParse.substring(18, 20), 10); + if (utRel === '-') { + hours += offsetHours; + minutes += offsetMinutes; + } else if (utRel === '+') { + hours -= offsetHours; + minutes -= offsetMinutes; + } + var date = new Date(Date.UTC(year, month, day, hours, minutes, seconds)); + var dateString = date.toLocaleDateString(); + var timeString = date.toLocaleTimeString(); + return this.l10n.get('document_properties_date_string', { + date: dateString, + time: timeString + }, '{{date}}, {{time}}'); + } + }, { + key: '_parseLinearization', + value: function _parseLinearization(isLinearized) { + return this.l10n.get('document_properties_linearized_' + (isLinearized ? 'yes' : 'no'), null, isLinearized ? 'Yes' : 'No'); + } + }]); + + return PDFDocumentProperties; +}(); + +exports.PDFDocumentProperties = PDFDocumentProperties; + +/***/ }), +/* 19 */ +/***/ (function(module, exports, __webpack_require__) { + +"use strict"; + + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.PDFFindBar = undefined; + +var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }(); + +var _ui_utils = __webpack_require__(6); + +var _pdf_find_controller = __webpack_require__(20); + +function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } + +var MATCHES_COUNT_LIMIT = 1000; + +var PDFFindBar = function () { + function PDFFindBar(options) { + var _this = this; + + var eventBus = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : (0, _ui_utils.getGlobalEventBus)(); + var l10n = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : _ui_utils.NullL10n; + + _classCallCheck(this, PDFFindBar); + + this.opened = false; + this.bar = options.bar || null; + this.toggleButton = options.toggleButton || null; + this.findField = options.findField || null; + this.highlightAll = options.highlightAllCheckbox || null; + this.caseSensitive = options.caseSensitiveCheckbox || null; + this.entireWord = options.entireWordCheckbox || null; + this.findMsg = options.findMsg || null; + this.findResultsCount = options.findResultsCount || null; + this.findPreviousButton = options.findPreviousButton || null; + this.findNextButton = options.findNextButton || null; + this.eventBus = eventBus; + this.l10n = l10n; + this.toggleButton.addEventListener('click', function () { + _this.toggle(); + }); + this.findField.addEventListener('input', function () { + _this.dispatchEvent(''); + }); + this.bar.addEventListener('keydown', function (e) { + switch (e.keyCode) { + case 13: + if (e.target === _this.findField) { + _this.dispatchEvent('again', e.shiftKey); + } + break; + case 27: + _this.close(); + break; + } + }); + this.findPreviousButton.addEventListener('click', function () { + _this.dispatchEvent('again', true); + }); + this.findNextButton.addEventListener('click', function () { + _this.dispatchEvent('again', false); + }); + this.highlightAll.addEventListener('click', function () { + _this.dispatchEvent('highlightallchange'); + }); + this.caseSensitive.addEventListener('click', function () { + _this.dispatchEvent('casesensitivitychange'); + }); + this.entireWord.addEventListener('click', function () { + _this.dispatchEvent('entirewordchange'); + }); + this.eventBus.on('resize', this._adjustWidth.bind(this)); + } + + _createClass(PDFFindBar, [{ + key: 'reset', + value: function reset() { + this.updateUIState(); + } + }, { + key: 'dispatchEvent', + value: function dispatchEvent(type, findPrev) { + this.eventBus.dispatch('find', { + source: this, + type: type, + query: this.findField.value, + phraseSearch: true, + caseSensitive: this.caseSensitive.checked, + entireWord: this.entireWord.checked, + highlightAll: this.highlightAll.checked, + findPrevious: findPrev + }); + } + }, { + key: 'updateUIState', + value: function updateUIState(state, previous, matchesCount) { + var _this2 = this; + + var notFound = false; + var findMsg = ''; + var status = ''; + switch (state) { + case _pdf_find_controller.FindState.FOUND: + break; + case _pdf_find_controller.FindState.PENDING: + status = 'pending'; + break; + case _pdf_find_controller.FindState.NOT_FOUND: + findMsg = this.l10n.get('find_not_found', null, 'Phrase not found'); + notFound = true; + break; + case _pdf_find_controller.FindState.WRAPPED: + if (previous) { + findMsg = this.l10n.get('find_reached_top', null, 'Reached top of document, continued from bottom'); + } else { + findMsg = this.l10n.get('find_reached_bottom', null, 'Reached end of document, continued from top'); + } + break; + } + this.findField.classList.toggle('notFound', notFound); + this.findField.setAttribute('data-status', status); + Promise.resolve(findMsg).then(function (msg) { + _this2.findMsg.textContent = msg; + _this2._adjustWidth(); + }); + this.updateResultsCount(matchesCount); + } + }, { + key: 'updateResultsCount', + value: function updateResultsCount() { + var _this3 = this; + + var _ref = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {}, + _ref$current = _ref.current, + current = _ref$current === undefined ? 0 : _ref$current, + _ref$total = _ref.total, + total = _ref$total === undefined ? 0 : _ref$total; + + if (!this.findResultsCount) { + return; + } + var matchesCountMsg = '', + limit = MATCHES_COUNT_LIMIT; + if (total > 0) { + if (total > limit) { + matchesCountMsg = this.l10n.get('find_match_count_limit', { limit: limit }, 'More than {{limit}} match' + (limit !== 1 ? 'es' : '')); + } else { + matchesCountMsg = this.l10n.get('find_match_count', { + current: current, + total: total + }, '{{current}} of {{total}} match' + (total !== 1 ? 'es' : '')); + } + } + Promise.resolve(matchesCountMsg).then(function (msg) { + _this3.findResultsCount.textContent = msg; + _this3.findResultsCount.classList[!total ? 'add' : 'remove']('hidden'); + _this3._adjustWidth(); + }); + } + }, { + key: 'open', + value: function open() { + if (!this.opened) { + this.opened = true; + this.toggleButton.classList.add('toggled'); + this.bar.classList.remove('hidden'); + } + this.findField.select(); + this.findField.focus(); + this._adjustWidth(); + } + }, { + key: 'close', + value: function close() { + if (!this.opened) { + return; + } + this.opened = false; + this.toggleButton.classList.remove('toggled'); + this.bar.classList.add('hidden'); + this.eventBus.dispatch('findbarclose', { source: this }); + } + }, { + key: 'toggle', + value: function toggle() { + if (this.opened) { + this.close(); + } else { + this.open(); + } + } + }, { + key: '_adjustWidth', + value: function _adjustWidth() { + if (!this.opened) { + return; + } + this.bar.classList.remove('wrapContainers'); + var findbarHeight = this.bar.clientHeight; + var inputContainerHeight = this.bar.firstElementChild.clientHeight; + if (findbarHeight > inputContainerHeight) { + this.bar.classList.add('wrapContainers'); + } + } + }]); + + return PDFFindBar; +}(); + +exports.PDFFindBar = PDFFindBar; + +/***/ }), +/* 20 */ +/***/ (function(module, exports, __webpack_require__) { + +"use strict"; + + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.PDFFindController = exports.FindState = undefined; + +var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }(); + +var _pdfjsLib = __webpack_require__(7); + +var _pdf_find_utils = __webpack_require__(21); + +var _dom_events = __webpack_require__(14); + +function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } + +var FindState = { + FOUND: 0, + NOT_FOUND: 1, + WRAPPED: 2, + PENDING: 3 +}; +var FIND_TIMEOUT = 250; +var CHARACTERS_TO_NORMALIZE = { + '\u2018': '\'', + '\u2019': '\'', + '\u201A': '\'', + '\u201B': '\'', + '\u201C': '"', + '\u201D': '"', + '\u201E': '"', + '\u201F': '"', + '\xBC': '1/4', + '\xBD': '1/2', + '\xBE': '3/4' +}; + +var PDFFindController = function () { + function PDFFindController(_ref) { + var linkService = _ref.linkService, + _ref$eventBus = _ref.eventBus, + eventBus = _ref$eventBus === undefined ? (0, _dom_events.getGlobalEventBus)() : _ref$eventBus; + + _classCallCheck(this, PDFFindController); + + this._linkService = linkService; + this._eventBus = eventBus; + this._reset(); + eventBus.on('findbarclose', this._onFindBarClose.bind(this)); + var replace = Object.keys(CHARACTERS_TO_NORMALIZE).join(''); + this._normalizationRegex = new RegExp('[' + replace + ']', 'g'); + } + + _createClass(PDFFindController, [{ + key: 'setDocument', + value: function setDocument(pdfDocument) { + if (this._pdfDocument) { + this._reset(); + } + if (!pdfDocument) { + return; + } + this._pdfDocument = pdfDocument; + this._firstPageCapability.resolve(); + } + }, { + key: 'executeCommand', + value: function executeCommand(cmd, state) { + var _this = this; + + var pdfDocument = this._pdfDocument; + if (this._state === null || cmd !== 'findagain') { + this._dirtyMatch = true; + } + this._state = state; + this._updateUIState(FindState.PENDING); + this._firstPageCapability.promise.then(function () { + if (!_this._pdfDocument || pdfDocument && _this._pdfDocument !== pdfDocument) { + return; + } + _this._extractText(); + if (_this._findTimeout) { + clearTimeout(_this._findTimeout); + _this._findTimeout = null; + } + if (cmd === 'find') { + _this._findTimeout = setTimeout(function () { + _this._nextMatch(); + _this._findTimeout = null; + }, FIND_TIMEOUT); + } else { + _this._nextMatch(); + } + }); + } + }, { + key: '_reset', + value: function _reset() { + this._highlightMatches = false; + this._pdfDocument = null; + this._pageMatches = []; + this._pageMatchesLength = null; + this._state = null; + this._selected = { + pageIdx: -1, + matchIdx: -1 + }; + this._offset = { + pageIdx: null, + matchIdx: null + }; + this._extractTextPromises = []; + this._pageContents = []; + this._matchesCountTotal = 0; + this._pagesToSearch = null; + this._pendingFindMatches = Object.create(null); + this._resumePageIdx = null; + this._dirtyMatch = false; + clearTimeout(this._findTimeout); + this._findTimeout = null; + this._firstPageCapability = (0, _pdfjsLib.createPromiseCapability)(); + } + }, { + key: '_normalize', + value: function _normalize(text) { + return text.replace(this._normalizationRegex, function (ch) { + return CHARACTERS_TO_NORMALIZE[ch]; + }); + } + }, { + key: '_prepareMatches', + value: function _prepareMatches(matchesWithLength, matches, matchesLength) { + function isSubTerm(matchesWithLength, currentIndex) { + var currentElem = matchesWithLength[currentIndex]; + var nextElem = matchesWithLength[currentIndex + 1]; + if (currentIndex < matchesWithLength.length - 1 && currentElem.match === nextElem.match) { + currentElem.skipped = true; + return true; + } + for (var i = currentIndex - 1; i >= 0; i--) { + var prevElem = matchesWithLength[i]; + if (prevElem.skipped) { + continue; + } + if (prevElem.match + prevElem.matchLength < currentElem.match) { + break; + } + if (prevElem.match + prevElem.matchLength >= currentElem.match + currentElem.matchLength) { + currentElem.skipped = true; + return true; + } + } + return false; + } + matchesWithLength.sort(function (a, b) { + return a.match === b.match ? a.matchLength - b.matchLength : a.match - b.match; + }); + for (var i = 0, len = matchesWithLength.length; i < len; i++) { + if (isSubTerm(matchesWithLength, i)) { + continue; + } + matches.push(matchesWithLength[i].match); + matchesLength.push(matchesWithLength[i].matchLength); + } + } + }, { + key: '_isEntireWord', + value: function _isEntireWord(content, startIdx, length) { + if (startIdx > 0) { + var first = content.charCodeAt(startIdx); + var limit = content.charCodeAt(startIdx - 1); + if ((0, _pdf_find_utils.getCharacterType)(first) === (0, _pdf_find_utils.getCharacterType)(limit)) { + return false; + } + } + var endIdx = startIdx + length - 1; + if (endIdx < content.length - 1) { + var last = content.charCodeAt(endIdx); + var _limit = content.charCodeAt(endIdx + 1); + if ((0, _pdf_find_utils.getCharacterType)(last) === (0, _pdf_find_utils.getCharacterType)(_limit)) { + return false; + } + } + return true; + } + }, { + key: '_calculatePhraseMatch', + value: function _calculatePhraseMatch(query, pageIndex, pageContent, entireWord) { + var matches = []; + var queryLen = query.length; + var matchIdx = -queryLen; + while (true) { + matchIdx = pageContent.indexOf(query, matchIdx + queryLen); + if (matchIdx === -1) { + break; + } + if (entireWord && !this._isEntireWord(pageContent, matchIdx, queryLen)) { + continue; + } + matches.push(matchIdx); + } + this._pageMatches[pageIndex] = matches; + } + }, { + key: '_calculateWordMatch', + value: function _calculateWordMatch(query, pageIndex, pageContent, entireWord) { + var matchesWithLength = []; + var queryArray = query.match(/\S+/g); + for (var i = 0, len = queryArray.length; i < len; i++) { + var subquery = queryArray[i]; + var subqueryLen = subquery.length; + var matchIdx = -subqueryLen; + while (true) { + matchIdx = pageContent.indexOf(subquery, matchIdx + subqueryLen); + if (matchIdx === -1) { + break; + } + if (entireWord && !this._isEntireWord(pageContent, matchIdx, subqueryLen)) { + continue; + } + matchesWithLength.push({ + match: matchIdx, + matchLength: subqueryLen, + skipped: false + }); + } + } + if (!this._pageMatchesLength) { + this._pageMatchesLength = []; + } + this._pageMatchesLength[pageIndex] = []; + this._pageMatches[pageIndex] = []; + this._prepareMatches(matchesWithLength, this._pageMatches[pageIndex], this._pageMatchesLength[pageIndex]); + } + }, { + key: '_calculateMatch', + value: function _calculateMatch(pageIndex) { + var pageContent = this._normalize(this._pageContents[pageIndex]); + var query = this._normalize(this._state.query); + var _state = this._state, + caseSensitive = _state.caseSensitive, + entireWord = _state.entireWord, + phraseSearch = _state.phraseSearch; + + if (query.length === 0) { + return; + } + if (!caseSensitive) { + pageContent = pageContent.toLowerCase(); + query = query.toLowerCase(); + } + if (phraseSearch) { + this._calculatePhraseMatch(query, pageIndex, pageContent, entireWord); + } else { + this._calculateWordMatch(query, pageIndex, pageContent, entireWord); + } + this._updatePage(pageIndex); + if (this._resumePageIdx === pageIndex) { + this._resumePageIdx = null; + this._nextPageMatch(); + } + var pageMatchesCount = this._pageMatches[pageIndex].length; + if (pageMatchesCount > 0) { + this._matchesCountTotal += pageMatchesCount; + this._updateUIResultsCount(); + } + } + }, { + key: '_extractText', + value: function _extractText() { + var _this2 = this; + + if (this._extractTextPromises.length > 0) { + return; + } + var promise = Promise.resolve(); + + var _loop = function _loop(i, ii) { + var extractTextCapability = (0, _pdfjsLib.createPromiseCapability)(); + _this2._extractTextPromises[i] = extractTextCapability.promise; + promise = promise.then(function () { + return _this2._pdfDocument.getPage(i + 1).then(function (pdfPage) { + return pdfPage.getTextContent({ normalizeWhitespace: true }); + }).then(function (textContent) { + var textItems = textContent.items; + var strBuf = []; + for (var j = 0, jj = textItems.length; j < jj; j++) { + strBuf.push(textItems[j].str); + } + _this2._pageContents[i] = strBuf.join(''); + extractTextCapability.resolve(i); + }, function (reason) { + console.error('Unable to get text content for page ' + (i + 1), reason); + _this2._pageContents[i] = ''; + extractTextCapability.resolve(i); + }); + }); + }; + + for (var i = 0, ii = this._linkService.pagesCount; i < ii; i++) { + _loop(i, ii); + } + } + }, { + key: '_updatePage', + value: function _updatePage(index) { + if (this._selected.pageIdx === index) { + this._linkService.page = index + 1; + } + this._eventBus.dispatch('updatetextlayermatches', { + source: this, + pageIndex: index + }); + } + }, { + key: '_nextMatch', + value: function _nextMatch() { + var _this3 = this; + + var previous = this._state.findPrevious; + var currentPageIndex = this._linkService.page - 1; + var numPages = this._linkService.pagesCount; + this._highlightMatches = true; + if (this._dirtyMatch) { + this._dirtyMatch = false; + this._selected.pageIdx = this._selected.matchIdx = -1; + this._offset.pageIdx = currentPageIndex; + this._offset.matchIdx = null; + this._resumePageIdx = null; + this._pageMatches.length = 0; + this._pageMatchesLength = null; + this._matchesCountTotal = 0; + for (var i = 0; i < numPages; i++) { + this._updatePage(i); + if (!(i in this._pendingFindMatches)) { + this._pendingFindMatches[i] = true; + this._extractTextPromises[i].then(function (pageIdx) { + delete _this3._pendingFindMatches[pageIdx]; + _this3._calculateMatch(pageIdx); + }); + } + } + } + if (this._state.query === '') { + this._updateUIState(FindState.FOUND); + return; + } + if (this._resumePageIdx) { + return; + } + var offset = this._offset; + this._pagesToSearch = numPages; + if (offset.matchIdx !== null) { + var numPageMatches = this._pageMatches[offset.pageIdx].length; + if (!previous && offset.matchIdx + 1 < numPageMatches || previous && offset.matchIdx > 0) { + offset.matchIdx = previous ? offset.matchIdx - 1 : offset.matchIdx + 1; + this._updateMatch(true); + return; + } + this._advanceOffsetPage(previous); + } + this._nextPageMatch(); + } + }, { + key: '_matchesReady', + value: function _matchesReady(matches) { + var offset = this._offset; + var numMatches = matches.length; + var previous = this._state.findPrevious; + if (numMatches) { + offset.matchIdx = previous ? numMatches - 1 : 0; + this._updateMatch(true); + return true; + } + this._advanceOffsetPage(previous); + if (offset.wrapped) { + offset.matchIdx = null; + if (this._pagesToSearch < 0) { + this._updateMatch(false); + return true; + } + } + return false; + } + }, { + key: '_nextPageMatch', + value: function _nextPageMatch() { + if (this._resumePageIdx !== null) { + console.error('There can only be one pending page.'); + } + var matches = null; + do { + var pageIdx = this._offset.pageIdx; + matches = this._pageMatches[pageIdx]; + if (!matches) { + this._resumePageIdx = pageIdx; + break; + } + } while (!this._matchesReady(matches)); + } + }, { + key: '_advanceOffsetPage', + value: function _advanceOffsetPage(previous) { + var offset = this._offset; + var numPages = this._linkService.pagesCount; + offset.pageIdx = previous ? offset.pageIdx - 1 : offset.pageIdx + 1; + offset.matchIdx = null; + this._pagesToSearch--; + if (offset.pageIdx >= numPages || offset.pageIdx < 0) { + offset.pageIdx = previous ? numPages - 1 : 0; + offset.wrapped = true; + } + } + }, { + key: '_updateMatch', + value: function _updateMatch() { + var found = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : false; + + var state = FindState.NOT_FOUND; + var wrapped = this._offset.wrapped; + this._offset.wrapped = false; + if (found) { + var previousPage = this._selected.pageIdx; + this._selected.pageIdx = this._offset.pageIdx; + this._selected.matchIdx = this._offset.matchIdx; + state = wrapped ? FindState.WRAPPED : FindState.FOUND; + if (previousPage !== -1 && previousPage !== this._selected.pageIdx) { + this._updatePage(previousPage); + } + } + this._updateUIState(state, this._state.findPrevious); + if (this._selected.pageIdx !== -1) { + this._updatePage(this._selected.pageIdx); + } + } + }, { + key: '_onFindBarClose', + value: function _onFindBarClose(evt) { + var _this4 = this; + + var pdfDocument = this._pdfDocument; + this._firstPageCapability.promise.then(function () { + if (!_this4._pdfDocument || pdfDocument && _this4._pdfDocument !== pdfDocument) { + return; + } + if (_this4._findTimeout) { + clearTimeout(_this4._findTimeout); + _this4._findTimeout = null; + _this4._updateUIState(FindState.FOUND); + } + _this4._highlightMatches = false; + _this4._eventBus.dispatch('updatetextlayermatches', { + source: _this4, + pageIndex: -1 + }); + }); + } + }, { + key: '_requestMatchesCount', + value: function _requestMatchesCount() { + var _selected = this._selected, + pageIdx = _selected.pageIdx, + matchIdx = _selected.matchIdx; + + var current = 0, + total = this._matchesCountTotal; + if (matchIdx !== -1) { + for (var i = 0; i < pageIdx; i++) { + current += this._pageMatches[i] && this._pageMatches[i].length || 0; + } + current += matchIdx + 1; + } + if (current < 1 || current > total) { + current = total = 0; + } + return { + current: current, + total: total + }; + } + }, { + key: '_updateUIResultsCount', + value: function _updateUIResultsCount() { + this._eventBus.dispatch('updatefindmatchescount', { + source: this, + matchesCount: this._requestMatchesCount() + }); + } + }, { + key: '_updateUIState', + value: function _updateUIState(state, previous) { + this._eventBus.dispatch('updatefindcontrolstate', { + source: this, + state: state, + previous: previous, + matchesCount: this._requestMatchesCount() + }); + } + }, { + key: 'highlightMatches', + get: function get() { + return this._highlightMatches; + } + }, { + key: 'pageMatches', + get: function get() { + return this._pageMatches; + } + }, { + key: 'pageMatchesLength', + get: function get() { + return this._pageMatchesLength; + } + }, { + key: 'selected', + get: function get() { + return this._selected; + } + }, { + key: 'state', + get: function get() { + return this._state; + } + }]); + + return PDFFindController; +}(); + +exports.FindState = FindState; +exports.PDFFindController = PDFFindController; + +/***/ }), +/* 21 */ +/***/ (function(module, exports, __webpack_require__) { + +"use strict"; + + +Object.defineProperty(exports, "__esModule", { + value: true +}); +var CharacterType = { + SPACE: 0, + ALPHA_LETTER: 1, + PUNCT: 2, + HAN_LETTER: 3, + KATAKANA_LETTER: 4, + HIRAGANA_LETTER: 5, + HALFWIDTH_KATAKANA_LETTER: 6, + THAI_LETTER: 7 +}; +function isAlphabeticalScript(charCode) { + return charCode < 0x2E80; +} +function isAscii(charCode) { + return (charCode & 0xFF80) === 0; +} +function isAsciiAlpha(charCode) { + return charCode >= 0x61 && charCode <= 0x7A || charCode >= 0x41 && charCode <= 0x5A; +} +function isAsciiDigit(charCode) { + return charCode >= 0x30 && charCode <= 0x39; +} +function isAsciiSpace(charCode) { + return charCode === 0x20 || charCode === 0x09 || charCode === 0x0D || charCode === 0x0A; +} +function isHan(charCode) { + return charCode >= 0x3400 && charCode <= 0x9FFF || charCode >= 0xF900 && charCode <= 0xFAFF; +} +function isKatakana(charCode) { + return charCode >= 0x30A0 && charCode <= 0x30FF; +} +function isHiragana(charCode) { + return charCode >= 0x3040 && charCode <= 0x309F; +} +function isHalfwidthKatakana(charCode) { + return charCode >= 0xFF60 && charCode <= 0xFF9F; +} +function isThai(charCode) { + return (charCode & 0xFF80) === 0x0E00; +} +function getCharacterType(charCode) { + if (isAlphabeticalScript(charCode)) { + if (isAscii(charCode)) { + if (isAsciiSpace(charCode)) { + return CharacterType.SPACE; + } else if (isAsciiAlpha(charCode) || isAsciiDigit(charCode) || charCode === 0x5F) { + return CharacterType.ALPHA_LETTER; + } + return CharacterType.PUNCT; + } else if (isThai(charCode)) { + return CharacterType.THAI_LETTER; + } else if (charCode === 0xA0) { + return CharacterType.SPACE; + } + return CharacterType.ALPHA_LETTER; + } + if (isHan(charCode)) { + return CharacterType.HAN_LETTER; + } else if (isKatakana(charCode)) { + return CharacterType.KATAKANA_LETTER; + } else if (isHiragana(charCode)) { + return CharacterType.HIRAGANA_LETTER; + } else if (isHalfwidthKatakana(charCode)) { + return CharacterType.HALFWIDTH_KATAKANA_LETTER; + } + return CharacterType.ALPHA_LETTER; +} +exports.CharacterType = CharacterType; +exports.getCharacterType = getCharacterType; + +/***/ }), +/* 22 */ +/***/ (function(module, exports, __webpack_require__) { + +"use strict"; + + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.isDestArraysEqual = exports.isDestHashesEqual = exports.PDFHistory = undefined; + +var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; + +var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }(); + +var _ui_utils = __webpack_require__(6); + +var _dom_events = __webpack_require__(14); + +function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } + +var HASH_CHANGE_TIMEOUT = 1000; +var POSITION_UPDATED_THRESHOLD = 50; +var UPDATE_VIEWAREA_TIMEOUT = 1000; +function getCurrentHash() { + return document.location.hash; +} +function parseCurrentHash(linkService) { + var hash = unescape(getCurrentHash()).substring(1); + var params = (0, _ui_utils.parseQueryString)(hash); + var page = params.page | 0; + if (!(Number.isInteger(page) && page > 0 && page <= linkService.pagesCount)) { + page = null; + } + return { + hash: hash, + page: page, + rotation: linkService.rotation + }; +} + +var PDFHistory = function () { + function PDFHistory(_ref) { + var _this = this; + + var linkService = _ref.linkService, + eventBus = _ref.eventBus; + + _classCallCheck(this, PDFHistory); + + this.linkService = linkService; + this.eventBus = eventBus || (0, _dom_events.getGlobalEventBus)(); + this.initialized = false; + this.initialBookmark = null; + this.initialRotation = null; + this._boundEvents = Object.create(null); + this._isViewerInPresentationMode = false; + this._isPagesLoaded = false; + this.eventBus.on('presentationmodechanged', function (evt) { + _this._isViewerInPresentationMode = evt.active || evt.switchInProgress; + }); + this.eventBus.on('pagesloaded', function (evt) { + _this._isPagesLoaded = !!evt.pagesCount; + }); + } + + _createClass(PDFHistory, [{ + key: 'initialize', + value: function initialize(fingerprint) { + var resetHistory = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : false; + + if (!fingerprint || typeof fingerprint !== 'string') { + console.error('PDFHistory.initialize: The "fingerprint" must be a non-empty string.'); + return; + } + var reInitialized = this.initialized && this.fingerprint !== fingerprint; + this.fingerprint = fingerprint; + if (!this.initialized) { + this._bindEvents(); + } + var state = window.history.state; + this.initialized = true; + this.initialBookmark = null; + this.initialRotation = null; + this._popStateInProgress = false; + this._blockHashChange = 0; + this._currentHash = getCurrentHash(); + this._numPositionUpdates = 0; + this._uid = this._maxUid = 0; + this._destination = null; + this._position = null; + if (!this._isValidState(state) || resetHistory) { + var _parseCurrentHash = parseCurrentHash(this.linkService), + hash = _parseCurrentHash.hash, + page = _parseCurrentHash.page, + rotation = _parseCurrentHash.rotation; + + if (!hash || reInitialized || resetHistory) { + this._pushOrReplaceState(null, true); + return; + } + this._pushOrReplaceState({ + hash: hash, + page: page, + rotation: rotation + }, true); + return; + } + var destination = state.destination; + this._updateInternalState(destination, state.uid, true); + if (this._uid > this._maxUid) { + this._maxUid = this._uid; + } + if (destination.rotation !== undefined) { + this.initialRotation = destination.rotation; + } + if (destination.dest) { + this.initialBookmark = JSON.stringify(destination.dest); + this._destination.page = null; + } else if (destination.hash) { + this.initialBookmark = destination.hash; + } else if (destination.page) { + this.initialBookmark = 'page=' + destination.page; + } + } + }, { + key: 'push', + value: function push(_ref2) { + var _this2 = this; + + var namedDest = _ref2.namedDest, + explicitDest = _ref2.explicitDest, + pageNumber = _ref2.pageNumber; + + if (!this.initialized) { + return; + } + if (namedDest && typeof namedDest !== 'string' || !Array.isArray(explicitDest) || !(Number.isInteger(pageNumber) && pageNumber > 0 && pageNumber <= this.linkService.pagesCount)) { + console.error('PDFHistory.push: Invalid parameters.'); + return; + } + var hash = namedDest || JSON.stringify(explicitDest); + if (!hash) { + return; + } + var forceReplace = false; + if (this._destination && (isDestHashesEqual(this._destination.hash, hash) || isDestArraysEqual(this._destination.dest, explicitDest))) { + if (this._destination.page) { + return; + } + forceReplace = true; + } + if (this._popStateInProgress && !forceReplace) { + return; + } + this._pushOrReplaceState({ + dest: explicitDest, + hash: hash, + page: pageNumber, + rotation: this.linkService.rotation + }, forceReplace); + if (!this._popStateInProgress) { + this._popStateInProgress = true; + Promise.resolve().then(function () { + _this2._popStateInProgress = false; + }); + } + } + }, { + key: 'pushCurrentPosition', + value: function pushCurrentPosition() { + if (!this.initialized || this._popStateInProgress) { + return; + } + this._tryPushCurrentPosition(); + } + }, { + key: 'back', + value: function back() { + if (!this.initialized || this._popStateInProgress) { + return; + } + var state = window.history.state; + if (this._isValidState(state) && state.uid > 0) { + window.history.back(); + } + } + }, { + key: 'forward', + value: function forward() { + if (!this.initialized || this._popStateInProgress) { + return; + } + var state = window.history.state; + if (this._isValidState(state) && state.uid < this._maxUid) { + window.history.forward(); + } + } + }, { + key: '_pushOrReplaceState', + value: function _pushOrReplaceState(destination) { + var forceReplace = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : false; + + var shouldReplace = forceReplace || !this._destination; + var newState = { + fingerprint: this.fingerprint, + uid: shouldReplace ? this._uid : this._uid + 1, + destination: destination + }; + this._updateInternalState(destination, newState.uid); + if (shouldReplace) { + window.history.replaceState(newState, ''); + } else { + this._maxUid = this._uid; + window.history.pushState(newState, ''); + } + } + }, { + key: '_tryPushCurrentPosition', + value: function _tryPushCurrentPosition() { + var temporary = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : false; + + if (!this._position) { + return; + } + var position = this._position; + if (temporary) { + position = Object.assign(Object.create(null), this._position); + position.temporary = true; + } + if (!this._destination) { + this._pushOrReplaceState(position); + return; + } + if (this._destination.temporary) { + this._pushOrReplaceState(position, true); + return; + } + if (this._destination.hash === position.hash) { + return; + } + if (!this._destination.page && (POSITION_UPDATED_THRESHOLD <= 0 || this._numPositionUpdates <= POSITION_UPDATED_THRESHOLD)) { + return; + } + var forceReplace = false; + if (this._destination.page === position.first || this._destination.page === position.page) { + if (this._destination.dest || !this._destination.first) { + return; + } + forceReplace = true; + } + this._pushOrReplaceState(position, forceReplace); + } + }, { + key: '_isValidState', + value: function _isValidState(state) { + if (!state) { + return false; + } + if (state.fingerprint !== this.fingerprint) { + return false; + } + if (!Number.isInteger(state.uid) || state.uid < 0) { + return false; + } + if (state.destination === null || _typeof(state.destination) !== 'object') { + return false; + } + return true; + } + }, { + key: '_updateInternalState', + value: function _updateInternalState(destination, uid) { + var removeTemporary = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : false; + + if (this._updateViewareaTimeout) { + clearTimeout(this._updateViewareaTimeout); + this._updateViewareaTimeout = null; + } + if (removeTemporary && destination && destination.temporary) { + delete destination.temporary; + } + this._destination = destination; + this._uid = uid; + this._numPositionUpdates = 0; + } + }, { + key: '_updateViewarea', + value: function _updateViewarea(_ref3) { + var _this3 = this; + + var location = _ref3.location; + + if (this._updateViewareaTimeout) { + clearTimeout(this._updateViewareaTimeout); + this._updateViewareaTimeout = null; + } + this._position = { + hash: this._isViewerInPresentationMode ? 'page=' + location.pageNumber : location.pdfOpenParams.substring(1), + page: this.linkService.page, + first: location.pageNumber, + rotation: location.rotation + }; + if (this._popStateInProgress) { + return; + } + if (POSITION_UPDATED_THRESHOLD > 0 && this._isPagesLoaded && this._destination && !this._destination.page) { + this._numPositionUpdates++; + } + if (UPDATE_VIEWAREA_TIMEOUT > 0) { + this._updateViewareaTimeout = setTimeout(function () { + if (!_this3._popStateInProgress) { + _this3._tryPushCurrentPosition(true); + } + _this3._updateViewareaTimeout = null; + }, UPDATE_VIEWAREA_TIMEOUT); + } + } + }, { + key: '_popState', + value: function _popState(_ref4) { + var _this4 = this; + + var state = _ref4.state; + + var newHash = getCurrentHash(), + hashChanged = this._currentHash !== newHash; + this._currentHash = newHash; + if (!state || false) { + this._uid++; + + var _parseCurrentHash2 = parseCurrentHash(this.linkService), + hash = _parseCurrentHash2.hash, + page = _parseCurrentHash2.page, + rotation = _parseCurrentHash2.rotation; + + this._pushOrReplaceState({ + hash: hash, + page: page, + rotation: rotation + }, true); + return; + } + if (!this._isValidState(state)) { + return; + } + this._popStateInProgress = true; + if (hashChanged) { + this._blockHashChange++; + (0, _ui_utils.waitOnEventOrTimeout)({ + target: window, + name: 'hashchange', + delay: HASH_CHANGE_TIMEOUT + }).then(function () { + _this4._blockHashChange--; + }); + } + var destination = state.destination; + this._updateInternalState(destination, state.uid, true); + if (this._uid > this._maxUid) { + this._maxUid = this._uid; + } + if ((0, _ui_utils.isValidRotation)(destination.rotation)) { + this.linkService.rotation = destination.rotation; + } + if (destination.dest) { + this.linkService.navigateTo(destination.dest); + } else if (destination.hash) { + this.linkService.setHash(destination.hash); + } else if (destination.page) { + this.linkService.page = destination.page; + } + Promise.resolve().then(function () { + _this4._popStateInProgress = false; + }); + } + }, { + key: '_bindEvents', + value: function _bindEvents() { + var _this5 = this; + + var _boundEvents = this._boundEvents, + eventBus = this.eventBus; + + _boundEvents.updateViewarea = this._updateViewarea.bind(this); + _boundEvents.popState = this._popState.bind(this); + _boundEvents.pageHide = function (evt) { + if (!_this5._destination || _this5._destination.temporary) { + _this5._tryPushCurrentPosition(); + } + }; + eventBus.on('updateviewarea', _boundEvents.updateViewarea); + window.addEventListener('popstate', _boundEvents.popState); + window.addEventListener('pagehide', _boundEvents.pageHide); + } + }, { + key: 'popStateInProgress', + get: function get() { + return this.initialized && (this._popStateInProgress || this._blockHashChange > 0); + } + }]); + + return PDFHistory; +}(); + +function isDestHashesEqual(destHash, pushHash) { + if (typeof destHash !== 'string' || typeof pushHash !== 'string') { + return false; + } + if (destHash === pushHash) { + return true; + } + + var _parseQueryString = (0, _ui_utils.parseQueryString)(destHash), + nameddest = _parseQueryString.nameddest; + + if (nameddest === pushHash) { + return true; + } + return false; +} +function isDestArraysEqual(firstDest, secondDest) { + function isEntryEqual(first, second) { + if ((typeof first === 'undefined' ? 'undefined' : _typeof(first)) !== (typeof second === 'undefined' ? 'undefined' : _typeof(second))) { + return false; + } + if (Array.isArray(first) || Array.isArray(second)) { + return false; + } + if (first !== null && (typeof first === 'undefined' ? 'undefined' : _typeof(first)) === 'object' && second !== null) { + if (Object.keys(first).length !== Object.keys(second).length) { + return false; + } + for (var key in first) { + if (!isEntryEqual(first[key], second[key])) { + return false; + } + } + return true; + } + return first === second || Number.isNaN(first) && Number.isNaN(second); + } + if (!(Array.isArray(firstDest) && Array.isArray(secondDest))) { + return false; + } + if (firstDest.length !== secondDest.length) { + return false; + } + for (var i = 0, ii = firstDest.length; i < ii; i++) { + if (!isEntryEqual(firstDest[i], secondDest[i])) { + return false; + } + } + return true; +} +exports.PDFHistory = PDFHistory; +exports.isDestHashesEqual = isDestHashesEqual; +exports.isDestArraysEqual = isDestArraysEqual; + +/***/ }), +/* 23 */ +/***/ (function(module, exports, __webpack_require__) { + +"use strict"; + + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.SimpleLinkService = exports.PDFLinkService = undefined; + +var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; + +var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }(); + +var _dom_events = __webpack_require__(14); + +var _ui_utils = __webpack_require__(6); + +function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } + +var PDFLinkService = function () { + function PDFLinkService() { + var _ref = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {}, + eventBus = _ref.eventBus, + _ref$externalLinkTarg = _ref.externalLinkTarget, + externalLinkTarget = _ref$externalLinkTarg === undefined ? null : _ref$externalLinkTarg, + _ref$externalLinkRel = _ref.externalLinkRel, + externalLinkRel = _ref$externalLinkRel === undefined ? null : _ref$externalLinkRel; + + _classCallCheck(this, PDFLinkService); + + this.eventBus = eventBus || (0, _dom_events.getGlobalEventBus)(); + this.externalLinkTarget = externalLinkTarget; + this.externalLinkRel = externalLinkRel; + this.baseUrl = null; + this.pdfDocument = null; + this.pdfViewer = null; + this.pdfHistory = null; + this._pagesRefCache = null; + } + + _createClass(PDFLinkService, [{ + key: 'setDocument', + value: function setDocument(pdfDocument) { + var baseUrl = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : null; + + this.baseUrl = baseUrl; + this.pdfDocument = pdfDocument; + this._pagesRefCache = Object.create(null); + } + }, { + key: 'setViewer', + value: function setViewer(pdfViewer) { + this.pdfViewer = pdfViewer; + } + }, { + key: 'setHistory', + value: function setHistory(pdfHistory) { + this.pdfHistory = pdfHistory; + } + }, { + key: 'navigateTo', + value: function navigateTo(dest) { + var _this = this; + + var goToDestination = function goToDestination(_ref2) { + var namedDest = _ref2.namedDest, + explicitDest = _ref2.explicitDest; + + var destRef = explicitDest[0], + pageNumber = void 0; + if (destRef instanceof Object) { + pageNumber = _this._cachedPageNumber(destRef); + if (pageNumber === null) { + _this.pdfDocument.getPageIndex(destRef).then(function (pageIndex) { + _this.cachePageRef(pageIndex + 1, destRef); + goToDestination({ + namedDest: namedDest, + explicitDest: explicitDest + }); + }).catch(function () { + console.error('PDFLinkService.navigateTo: "' + destRef + '" is not ' + ('a valid page reference, for dest="' + dest + '".')); + }); + return; + } + } else if (Number.isInteger(destRef)) { + pageNumber = destRef + 1; + } else { + console.error('PDFLinkService.navigateTo: "' + destRef + '" is not ' + ('a valid destination reference, for dest="' + dest + '".')); + return; + } + if (!pageNumber || pageNumber < 1 || pageNumber > _this.pagesCount) { + console.error('PDFLinkService.navigateTo: "' + pageNumber + '" is not ' + ('a valid page number, for dest="' + dest + '".')); + return; + } + if (_this.pdfHistory) { + _this.pdfHistory.pushCurrentPosition(); + _this.pdfHistory.push({ + namedDest: namedDest, + explicitDest: explicitDest, + pageNumber: pageNumber + }); + } + _this.pdfViewer.scrollPageIntoView({ + pageNumber: pageNumber, + destArray: explicitDest + }); + }; + new Promise(function (resolve, reject) { + if (typeof dest === 'string') { + _this.pdfDocument.getDestination(dest).then(function (destArray) { + resolve({ + namedDest: dest, + explicitDest: destArray + }); + }); + return; + } + resolve({ + namedDest: '', + explicitDest: dest + }); + }).then(function (data) { + if (!Array.isArray(data.explicitDest)) { + console.error('PDFLinkService.navigateTo: "' + data.explicitDest + '" is' + (' not a valid destination array, for dest="' + dest + '".')); + return; + } + goToDestination(data); + }); + } + }, { + key: 'getDestinationHash', + value: function getDestinationHash(dest) { + if (typeof dest === 'string') { + return this.getAnchorUrl('#' + escape(dest)); + } + if (Array.isArray(dest)) { + var str = JSON.stringify(dest); + return this.getAnchorUrl('#' + escape(str)); + } + return this.getAnchorUrl(''); + } + }, { + key: 'getAnchorUrl', + value: function getAnchorUrl(anchor) { + return (this.baseUrl || '') + anchor; + } + }, { + key: 'setHash', + value: function setHash(hash) { + var pageNumber = void 0, + dest = void 0; + if (hash.includes('=')) { + var params = (0, _ui_utils.parseQueryString)(hash); + if ('search' in params) { + this.eventBus.dispatch('findfromurlhash', { + source: this, + query: params['search'].replace(/"/g, ''), + phraseSearch: params['phrase'] === 'true' + }); + } + if ('nameddest' in params) { + this.navigateTo(params.nameddest); + return; + } + if ('page' in params) { + pageNumber = params.page | 0 || 1; + } + if ('zoom' in params) { + var zoomArgs = params.zoom.split(','); + var zoomArg = zoomArgs[0]; + var zoomArgNumber = parseFloat(zoomArg); + if (!zoomArg.includes('Fit')) { + dest = [null, { name: 'XYZ' }, zoomArgs.length > 1 ? zoomArgs[1] | 0 : null, zoomArgs.length > 2 ? zoomArgs[2] | 0 : null, zoomArgNumber ? zoomArgNumber / 100 : zoomArg]; + } else { + if (zoomArg === 'Fit' || zoomArg === 'FitB') { + dest = [null, { name: zoomArg }]; + } else if (zoomArg === 'FitH' || zoomArg === 'FitBH' || zoomArg === 'FitV' || zoomArg === 'FitBV') { + dest = [null, { name: zoomArg }, zoomArgs.length > 1 ? zoomArgs[1] | 0 : null]; + } else if (zoomArg === 'FitR') { + if (zoomArgs.length !== 5) { + console.error('PDFLinkService.setHash: Not enough parameters for "FitR".'); + } else { + dest = [null, { name: zoomArg }, zoomArgs[1] | 0, zoomArgs[2] | 0, zoomArgs[3] | 0, zoomArgs[4] | 0]; + } + } else { + console.error('PDFLinkService.setHash: "' + zoomArg + '" is not ' + 'a valid zoom value.'); + } + } + } + if (dest) { + this.pdfViewer.scrollPageIntoView({ + pageNumber: pageNumber || this.page, + destArray: dest, + allowNegativeOffset: true + }); + } else if (pageNumber) { + this.page = pageNumber; + } + if ('pagemode' in params) { + this.eventBus.dispatch('pagemode', { + source: this, + mode: params.pagemode + }); + } + } else { + dest = unescape(hash); + try { + dest = JSON.parse(dest); + if (!Array.isArray(dest)) { + dest = dest.toString(); + } + } catch (ex) {} + if (typeof dest === 'string' || isValidExplicitDestination(dest)) { + this.navigateTo(dest); + return; + } + console.error('PDFLinkService.setHash: "' + unescape(hash) + '" is not ' + 'a valid destination.'); + } + } + }, { + key: 'executeNamedAction', + value: function executeNamedAction(action) { + switch (action) { + case 'GoBack': + if (this.pdfHistory) { + this.pdfHistory.back(); + } + break; + case 'GoForward': + if (this.pdfHistory) { + this.pdfHistory.forward(); + } + break; + case 'NextPage': + if (this.page < this.pagesCount) { + this.page++; + } + break; + case 'PrevPage': + if (this.page > 1) { + this.page--; + } + break; + case 'LastPage': + this.page = this.pagesCount; + break; + case 'FirstPage': + this.page = 1; + break; + default: + break; + } + this.eventBus.dispatch('namedaction', { + source: this, + action: action + }); + } + }, { + key: 'cachePageRef', + value: function cachePageRef(pageNum, pageRef) { + if (!pageRef) { + return; + } + var refStr = pageRef.num + ' ' + pageRef.gen + ' R'; + this._pagesRefCache[refStr] = pageNum; + } + }, { + key: '_cachedPageNumber', + value: function _cachedPageNumber(pageRef) { + var refStr = pageRef.num + ' ' + pageRef.gen + ' R'; + return this._pagesRefCache && this._pagesRefCache[refStr] || null; + } + }, { + key: 'pagesCount', + get: function get() { + return this.pdfDocument ? this.pdfDocument.numPages : 0; + } + }, { + key: 'page', + get: function get() { + return this.pdfViewer.currentPageNumber; + }, + set: function set(value) { + this.pdfViewer.currentPageNumber = value; + } + }, { + key: 'rotation', + get: function get() { + return this.pdfViewer.pagesRotation; + }, + set: function set(value) { + this.pdfViewer.pagesRotation = value; + } + }]); + + return PDFLinkService; +}(); + +function isValidExplicitDestination(dest) { + if (!Array.isArray(dest)) { + return false; + } + var destLength = dest.length, + allowNull = true; + if (destLength < 2) { + return false; + } + var page = dest[0]; + if (!((typeof page === 'undefined' ? 'undefined' : _typeof(page)) === 'object' && Number.isInteger(page.num) && Number.isInteger(page.gen)) && !(Number.isInteger(page) && page >= 0)) { + return false; + } + var zoom = dest[1]; + if (!((typeof zoom === 'undefined' ? 'undefined' : _typeof(zoom)) === 'object' && typeof zoom.name === 'string')) { + return false; + } + switch (zoom.name) { + case 'XYZ': + if (destLength !== 5) { + return false; + } + break; + case 'Fit': + case 'FitB': + return destLength === 2; + case 'FitH': + case 'FitBH': + case 'FitV': + case 'FitBV': + if (destLength !== 3) { + return false; + } + break; + case 'FitR': + if (destLength !== 6) { + return false; + } + allowNull = false; + break; + default: + return false; + } + for (var i = 2; i < destLength; i++) { + var param = dest[i]; + if (!(typeof param === 'number' || allowNull && param === null)) { + return false; + } + } + return true; +} + +var SimpleLinkService = function () { + function SimpleLinkService() { + _classCallCheck(this, SimpleLinkService); + + this.externalLinkTarget = null; + this.externalLinkRel = null; + } + + _createClass(SimpleLinkService, [{ + key: 'navigateTo', + value: function navigateTo(dest) {} + }, { + key: 'getDestinationHash', + value: function getDestinationHash(dest) { + return '#'; + } + }, { + key: 'getAnchorUrl', + value: function getAnchorUrl(hash) { + return '#'; + } + }, { + key: 'setHash', + value: function setHash(hash) {} + }, { + key: 'executeNamedAction', + value: function executeNamedAction(action) {} + }, { + key: 'cachePageRef', + value: function cachePageRef(pageNum, pageRef) {} + }, { + key: 'pagesCount', + get: function get() { + return 0; + } + }, { + key: 'page', + get: function get() { + return 0; + }, + set: function set(value) {} + }, { + key: 'rotation', + get: function get() { + return 0; + }, + set: function set(value) {} + }]); + + return SimpleLinkService; +}(); + +exports.PDFLinkService = PDFLinkService; +exports.SimpleLinkService = SimpleLinkService; + +/***/ }), +/* 24 */ +/***/ (function(module, exports, __webpack_require__) { + +"use strict"; + + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.PDFOutlineViewer = undefined; + +var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }(); + +var _pdfjsLib = __webpack_require__(7); + +function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } + +var DEFAULT_TITLE = '\u2013'; + +var PDFOutlineViewer = function () { + function PDFOutlineViewer(_ref) { + var container = _ref.container, + linkService = _ref.linkService, + eventBus = _ref.eventBus; + + _classCallCheck(this, PDFOutlineViewer); + + this.container = container; + this.linkService = linkService; + this.eventBus = eventBus; + this.reset(); + eventBus.on('toggleoutlinetree', this.toggleOutlineTree.bind(this)); + } + + _createClass(PDFOutlineViewer, [{ + key: 'reset', + value: function reset() { + this.outline = null; + this.lastToggleIsShow = true; + this.container.textContent = ''; + this.container.classList.remove('outlineWithDeepNesting'); + } + }, { + key: '_dispatchEvent', + value: function _dispatchEvent(outlineCount) { + this.eventBus.dispatch('outlineloaded', { + source: this, + outlineCount: outlineCount + }); + } + }, { + key: '_bindLink', + value: function _bindLink(element, _ref2) { + var url = _ref2.url, + newWindow = _ref2.newWindow, + dest = _ref2.dest; + var linkService = this.linkService; + + if (url) { + (0, _pdfjsLib.addLinkAttributes)(element, { + url: url, + target: newWindow ? _pdfjsLib.LinkTarget.BLANK : linkService.externalLinkTarget, + rel: linkService.externalLinkRel + }); + return; + } + element.href = linkService.getDestinationHash(dest); + element.onclick = function () { + if (dest) { + linkService.navigateTo(dest); + } + return false; + }; + } + }, { + key: '_setStyles', + value: function _setStyles(element, _ref3) { + var bold = _ref3.bold, + italic = _ref3.italic; + + var styleStr = ''; + if (bold) { + styleStr += 'font-weight: bold;'; + } + if (italic) { + styleStr += 'font-style: italic;'; + } + if (styleStr) { + element.setAttribute('style', styleStr); + } + } + }, { + key: '_addToggleButton', + value: function _addToggleButton(div) { + var _this = this; + + var toggler = document.createElement('div'); + toggler.className = 'outlineItemToggler'; + toggler.onclick = function (evt) { + evt.stopPropagation(); + toggler.classList.toggle('outlineItemsHidden'); + if (evt.shiftKey) { + var shouldShowAll = !toggler.classList.contains('outlineItemsHidden'); + _this._toggleOutlineItem(div, shouldShowAll); + } + }; + div.insertBefore(toggler, div.firstChild); + } + }, { + key: '_toggleOutlineItem', + value: function _toggleOutlineItem(root, show) { + this.lastToggleIsShow = show; + var togglers = root.querySelectorAll('.outlineItemToggler'); + for (var i = 0, ii = togglers.length; i < ii; ++i) { + togglers[i].classList[show ? 'remove' : 'add']('outlineItemsHidden'); + } + } + }, { + key: 'toggleOutlineTree', + value: function toggleOutlineTree() { + if (!this.outline) { + return; + } + this._toggleOutlineItem(this.container, !this.lastToggleIsShow); + } + }, { + key: 'render', + value: function render(_ref4) { + var outline = _ref4.outline; + + var outlineCount = 0; + if (this.outline) { + this.reset(); + } + this.outline = outline || null; + if (!outline) { + this._dispatchEvent(outlineCount); + return; + } + var fragment = document.createDocumentFragment(); + var queue = [{ + parent: fragment, + items: this.outline + }]; + var hasAnyNesting = false; + while (queue.length > 0) { + var levelData = queue.shift(); + for (var i = 0, len = levelData.items.length; i < len; i++) { + var item = levelData.items[i]; + var div = document.createElement('div'); + div.className = 'outlineItem'; + var element = document.createElement('a'); + this._bindLink(element, item); + this._setStyles(element, item); + element.textContent = (0, _pdfjsLib.removeNullCharacters)(item.title) || DEFAULT_TITLE; + div.appendChild(element); + if (item.items.length > 0) { + hasAnyNesting = true; + this._addToggleButton(div); + var itemsDiv = document.createElement('div'); + itemsDiv.className = 'outlineItems'; + div.appendChild(itemsDiv); + queue.push({ + parent: itemsDiv, + items: item.items + }); + } + levelData.parent.appendChild(div); + outlineCount++; + } + } + if (hasAnyNesting) { + this.container.classList.add('outlineWithDeepNesting'); + } + this.container.appendChild(fragment); + this._dispatchEvent(outlineCount); + } + }]); + + return PDFOutlineViewer; +}(); + +exports.PDFOutlineViewer = PDFOutlineViewer; + +/***/ }), +/* 25 */ +/***/ (function(module, exports, __webpack_require__) { + +"use strict"; + + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.PDFPresentationMode = undefined; + +var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }(); + +var _ui_utils = __webpack_require__(6); + +function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } + +var DELAY_BEFORE_RESETTING_SWITCH_IN_PROGRESS = 1500; +var DELAY_BEFORE_HIDING_CONTROLS = 3000; +var ACTIVE_SELECTOR = 'pdfPresentationMode'; +var CONTROLS_SELECTOR = 'pdfPresentationModeControls'; +var MOUSE_SCROLL_COOLDOWN_TIME = 50; +var PAGE_SWITCH_THRESHOLD = 0.1; +var SWIPE_MIN_DISTANCE_THRESHOLD = 50; +var SWIPE_ANGLE_THRESHOLD = Math.PI / 6; + +var PDFPresentationMode = function () { + function PDFPresentationMode(_ref) { + var _this = this; + + var container = _ref.container, + _ref$viewer = _ref.viewer, + viewer = _ref$viewer === undefined ? null : _ref$viewer, + pdfViewer = _ref.pdfViewer, + eventBus = _ref.eventBus, + _ref$contextMenuItems = _ref.contextMenuItems, + contextMenuItems = _ref$contextMenuItems === undefined ? null : _ref$contextMenuItems; + + _classCallCheck(this, PDFPresentationMode); + + this.container = container; + this.viewer = viewer || container.firstElementChild; + this.pdfViewer = pdfViewer; + this.eventBus = eventBus; + this.active = false; + this.args = null; + this.contextMenuOpen = false; + this.mouseScrollTimeStamp = 0; + this.mouseScrollDelta = 0; + this.touchSwipeState = null; + if (contextMenuItems) { + contextMenuItems.contextFirstPage.addEventListener('click', function () { + _this.contextMenuOpen = false; + _this.eventBus.dispatch('firstpage', { source: _this }); + }); + contextMenuItems.contextLastPage.addEventListener('click', function () { + _this.contextMenuOpen = false; + _this.eventBus.dispatch('lastpage', { source: _this }); + }); + contextMenuItems.contextPageRotateCw.addEventListener('click', function () { + _this.contextMenuOpen = false; + _this.eventBus.dispatch('rotatecw', { source: _this }); + }); + contextMenuItems.contextPageRotateCcw.addEventListener('click', function () { + _this.contextMenuOpen = false; + _this.eventBus.dispatch('rotateccw', { source: _this }); + }); + } + } + + _createClass(PDFPresentationMode, [{ + key: 'request', + value: function request() { + if (this.switchInProgress || this.active || !this.viewer.hasChildNodes()) { + return false; + } + this._addFullscreenChangeListeners(); + this._setSwitchInProgress(); + this._notifyStateChange(); + if (this.container.requestFullscreen) { + this.container.requestFullscreen(); + } else if (this.container.mozRequestFullScreen) { + this.container.mozRequestFullScreen(); + } else if (this.container.webkitRequestFullscreen) { + this.container.webkitRequestFullscreen(Element.ALLOW_KEYBOARD_INPUT); + } else if (this.container.msRequestFullscreen) { + this.container.msRequestFullscreen(); + } else { + return false; + } + this.args = { + page: this.pdfViewer.currentPageNumber, + previousScale: this.pdfViewer.currentScaleValue + }; + return true; + } + }, { + key: '_mouseWheel', + value: function _mouseWheel(evt) { + if (!this.active) { + return; + } + evt.preventDefault(); + var delta = (0, _ui_utils.normalizeWheelEventDelta)(evt); + var currentTime = new Date().getTime(); + var storedTime = this.mouseScrollTimeStamp; + if (currentTime > storedTime && currentTime - storedTime < MOUSE_SCROLL_COOLDOWN_TIME) { + return; + } + if (this.mouseScrollDelta > 0 && delta < 0 || this.mouseScrollDelta < 0 && delta > 0) { + this._resetMouseScrollState(); + } + this.mouseScrollDelta += delta; + if (Math.abs(this.mouseScrollDelta) >= PAGE_SWITCH_THRESHOLD) { + var totalDelta = this.mouseScrollDelta; + this._resetMouseScrollState(); + var success = totalDelta > 0 ? this._goToPreviousPage() : this._goToNextPage(); + if (success) { + this.mouseScrollTimeStamp = currentTime; + } + } + } + }, { + key: '_goToPreviousPage', + value: function _goToPreviousPage() { + var page = this.pdfViewer.currentPageNumber; + if (page <= 1) { + return false; + } + this.pdfViewer.currentPageNumber = page - 1; + return true; + } + }, { + key: '_goToNextPage', + value: function _goToNextPage() { + var page = this.pdfViewer.currentPageNumber; + if (page >= this.pdfViewer.pagesCount) { + return false; + } + this.pdfViewer.currentPageNumber = page + 1; + return true; + } + }, { + key: '_notifyStateChange', + value: function _notifyStateChange() { + this.eventBus.dispatch('presentationmodechanged', { + source: this, + active: this.active, + switchInProgress: !!this.switchInProgress + }); + } + }, { + key: '_setSwitchInProgress', + value: function _setSwitchInProgress() { + var _this2 = this; + + if (this.switchInProgress) { + clearTimeout(this.switchInProgress); + } + this.switchInProgress = setTimeout(function () { + _this2._removeFullscreenChangeListeners(); + delete _this2.switchInProgress; + _this2._notifyStateChange(); + }, DELAY_BEFORE_RESETTING_SWITCH_IN_PROGRESS); + } + }, { + key: '_resetSwitchInProgress', + value: function _resetSwitchInProgress() { + if (this.switchInProgress) { + clearTimeout(this.switchInProgress); + delete this.switchInProgress; + } + } + }, { + key: '_enter', + value: function _enter() { + var _this3 = this; + + this.active = true; + this._resetSwitchInProgress(); + this._notifyStateChange(); + this.container.classList.add(ACTIVE_SELECTOR); + setTimeout(function () { + _this3.pdfViewer.currentPageNumber = _this3.args.page; + _this3.pdfViewer.currentScaleValue = 'page-fit'; + }, 0); + this._addWindowListeners(); + this._showControls(); + this.contextMenuOpen = false; + this.container.setAttribute('contextmenu', 'viewerContextMenu'); + window.getSelection().removeAllRanges(); + } + }, { + key: '_exit', + value: function _exit() { + var _this4 = this; + + var page = this.pdfViewer.currentPageNumber; + this.container.classList.remove(ACTIVE_SELECTOR); + setTimeout(function () { + _this4.active = false; + _this4._removeFullscreenChangeListeners(); + _this4._notifyStateChange(); + _this4.pdfViewer.currentScaleValue = _this4.args.previousScale; + _this4.pdfViewer.currentPageNumber = page; + _this4.args = null; + }, 0); + this._removeWindowListeners(); + this._hideControls(); + this._resetMouseScrollState(); + this.container.removeAttribute('contextmenu'); + this.contextMenuOpen = false; + } + }, { + key: '_mouseDown', + value: function _mouseDown(evt) { + if (this.contextMenuOpen) { + this.contextMenuOpen = false; + evt.preventDefault(); + return; + } + if (evt.button === 0) { + var isInternalLink = evt.target.href && evt.target.classList.contains('internalLink'); + if (!isInternalLink) { + evt.preventDefault(); + if (evt.shiftKey) { + this._goToPreviousPage(); + } else { + this._goToNextPage(); + } + } + } + } + }, { + key: '_contextMenu', + value: function _contextMenu() { + this.contextMenuOpen = true; + } + }, { + key: '_showControls', + value: function _showControls() { + var _this5 = this; + + if (this.controlsTimeout) { + clearTimeout(this.controlsTimeout); + } else { + this.container.classList.add(CONTROLS_SELECTOR); + } + this.controlsTimeout = setTimeout(function () { + _this5.container.classList.remove(CONTROLS_SELECTOR); + delete _this5.controlsTimeout; + }, DELAY_BEFORE_HIDING_CONTROLS); + } + }, { + key: '_hideControls', + value: function _hideControls() { + if (!this.controlsTimeout) { + return; + } + clearTimeout(this.controlsTimeout); + this.container.classList.remove(CONTROLS_SELECTOR); + delete this.controlsTimeout; + } + }, { + key: '_resetMouseScrollState', + value: function _resetMouseScrollState() { + this.mouseScrollTimeStamp = 0; + this.mouseScrollDelta = 0; + } + }, { + key: '_touchSwipe', + value: function _touchSwipe(evt) { + if (!this.active) { + return; + } + if (evt.touches.length > 1) { + this.touchSwipeState = null; + return; + } + switch (evt.type) { + case 'touchstart': + this.touchSwipeState = { + startX: evt.touches[0].pageX, + startY: evt.touches[0].pageY, + endX: evt.touches[0].pageX, + endY: evt.touches[0].pageY + }; + break; + case 'touchmove': + if (this.touchSwipeState === null) { + return; + } + this.touchSwipeState.endX = evt.touches[0].pageX; + this.touchSwipeState.endY = evt.touches[0].pageY; + evt.preventDefault(); + break; + case 'touchend': + if (this.touchSwipeState === null) { + return; + } + var delta = 0; + var dx = this.touchSwipeState.endX - this.touchSwipeState.startX; + var dy = this.touchSwipeState.endY - this.touchSwipeState.startY; + var absAngle = Math.abs(Math.atan2(dy, dx)); + if (Math.abs(dx) > SWIPE_MIN_DISTANCE_THRESHOLD && (absAngle <= SWIPE_ANGLE_THRESHOLD || absAngle >= Math.PI - SWIPE_ANGLE_THRESHOLD)) { + delta = dx; + } else if (Math.abs(dy) > SWIPE_MIN_DISTANCE_THRESHOLD && Math.abs(absAngle - Math.PI / 2) <= SWIPE_ANGLE_THRESHOLD) { + delta = dy; + } + if (delta > 0) { + this._goToPreviousPage(); + } else if (delta < 0) { + this._goToNextPage(); + } + break; + } + } + }, { + key: '_addWindowListeners', + value: function _addWindowListeners() { + this.showControlsBind = this._showControls.bind(this); + this.mouseDownBind = this._mouseDown.bind(this); + this.mouseWheelBind = this._mouseWheel.bind(this); + this.resetMouseScrollStateBind = this._resetMouseScrollState.bind(this); + this.contextMenuBind = this._contextMenu.bind(this); + this.touchSwipeBind = this._touchSwipe.bind(this); + window.addEventListener('mousemove', this.showControlsBind); + window.addEventListener('mousedown', this.mouseDownBind); + window.addEventListener('wheel', this.mouseWheelBind); + window.addEventListener('keydown', this.resetMouseScrollStateBind); + window.addEventListener('contextmenu', this.contextMenuBind); + window.addEventListener('touchstart', this.touchSwipeBind); + window.addEventListener('touchmove', this.touchSwipeBind); + window.addEventListener('touchend', this.touchSwipeBind); + } + }, { + key: '_removeWindowListeners', + value: function _removeWindowListeners() { + window.removeEventListener('mousemove', this.showControlsBind); + window.removeEventListener('mousedown', this.mouseDownBind); + window.removeEventListener('wheel', this.mouseWheelBind); + window.removeEventListener('keydown', this.resetMouseScrollStateBind); + window.removeEventListener('contextmenu', this.contextMenuBind); + window.removeEventListener('touchstart', this.touchSwipeBind); + window.removeEventListener('touchmove', this.touchSwipeBind); + window.removeEventListener('touchend', this.touchSwipeBind); + delete this.showControlsBind; + delete this.mouseDownBind; + delete this.mouseWheelBind; + delete this.resetMouseScrollStateBind; + delete this.contextMenuBind; + delete this.touchSwipeBind; + } + }, { + key: '_fullscreenChange', + value: function _fullscreenChange() { + if (this.isFullscreen) { + this._enter(); + } else { + this._exit(); + } + } + }, { + key: '_addFullscreenChangeListeners', + value: function _addFullscreenChangeListeners() { + this.fullscreenChangeBind = this._fullscreenChange.bind(this); + window.addEventListener('fullscreenchange', this.fullscreenChangeBind); + window.addEventListener('mozfullscreenchange', this.fullscreenChangeBind); + window.addEventListener('webkitfullscreenchange', this.fullscreenChangeBind); + window.addEventListener('MSFullscreenChange', this.fullscreenChangeBind); + } + }, { + key: '_removeFullscreenChangeListeners', + value: function _removeFullscreenChangeListeners() { + window.removeEventListener('fullscreenchange', this.fullscreenChangeBind); + window.removeEventListener('mozfullscreenchange', this.fullscreenChangeBind); + window.removeEventListener('webkitfullscreenchange', this.fullscreenChangeBind); + window.removeEventListener('MSFullscreenChange', this.fullscreenChangeBind); + delete this.fullscreenChangeBind; + } + }, { + key: 'isFullscreen', + get: function get() { + return !!(document.fullscreenElement || document.mozFullScreen || document.webkitIsFullScreen || document.msFullscreenElement); + } + }]); + + return PDFPresentationMode; +}(); + +exports.PDFPresentationMode = PDFPresentationMode; + +/***/ }), +/* 26 */ +/***/ (function(module, exports, __webpack_require__) { + +"use strict"; + + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.PDFSidebarResizer = undefined; + +var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }(); + +var _ui_utils = __webpack_require__(6); + +function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } + +var SIDEBAR_WIDTH_VAR = '--sidebar-width'; +var SIDEBAR_MIN_WIDTH = 200; +var SIDEBAR_RESIZING_CLASS = 'sidebarResizing'; + +var PDFSidebarResizer = function () { + function PDFSidebarResizer(options, eventBus) { + var _this = this; + + var l10n = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : _ui_utils.NullL10n; + + _classCallCheck(this, PDFSidebarResizer); + + this.enabled = false; + this.isRTL = false; + this.sidebarOpen = false; + this.doc = document.documentElement; + this._width = null; + this._outerContainerWidth = null; + this._boundEvents = Object.create(null); + this.outerContainer = options.outerContainer; + this.resizer = options.resizer; + this.eventBus = eventBus; + this.l10n = l10n; + if (typeof CSS === 'undefined' || typeof CSS.supports !== 'function' || !CSS.supports(SIDEBAR_WIDTH_VAR, 'calc(-1 * ' + SIDEBAR_MIN_WIDTH + 'px)')) { + console.warn('PDFSidebarResizer: ' + 'The browser does not support resizing of the sidebar.'); + return; + } + this.enabled = true; + this.resizer.classList.remove('hidden'); + this.l10n.getDirection().then(function (dir) { + _this.isRTL = dir === 'rtl'; + }); + this._addEventListeners(); + } + + _createClass(PDFSidebarResizer, [{ + key: '_updateWidth', + value: function _updateWidth() { + var width = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : 0; + + if (!this.enabled) { + return false; + } + var maxWidth = Math.floor(this.outerContainerWidth / 2); + if (width > maxWidth) { + width = maxWidth; + } + if (width < SIDEBAR_MIN_WIDTH) { + width = SIDEBAR_MIN_WIDTH; + } + if (width === this._width) { + return false; + } + this._width = width; + this.doc.style.setProperty(SIDEBAR_WIDTH_VAR, width + 'px'); + return true; + } + }, { + key: '_mouseMove', + value: function _mouseMove(evt) { + var width = evt.clientX; + if (this.isRTL) { + width = this.outerContainerWidth - width; + } + this._updateWidth(width); + } + }, { + key: '_mouseUp', + value: function _mouseUp(evt) { + this.outerContainer.classList.remove(SIDEBAR_RESIZING_CLASS); + this.eventBus.dispatch('resize', { source: this }); + var _boundEvents = this._boundEvents; + window.removeEventListener('mousemove', _boundEvents.mouseMove); + window.removeEventListener('mouseup', _boundEvents.mouseUp); + } + }, { + key: '_addEventListeners', + value: function _addEventListeners() { + var _this2 = this; + + if (!this.enabled) { + return; + } + var _boundEvents = this._boundEvents; + _boundEvents.mouseMove = this._mouseMove.bind(this); + _boundEvents.mouseUp = this._mouseUp.bind(this); + this.resizer.addEventListener('mousedown', function (evt) { + if (evt.button !== 0) { + return; + } + _this2.outerContainer.classList.add(SIDEBAR_RESIZING_CLASS); + window.addEventListener('mousemove', _boundEvents.mouseMove); + window.addEventListener('mouseup', _boundEvents.mouseUp); + }); + this.eventBus.on('sidebarviewchanged', function (evt) { + _this2.sidebarOpen = !!(evt && evt.view); + }); + this.eventBus.on('resize', function (evt) { + if (evt && evt.source === window) { + _this2._outerContainerWidth = null; + if (_this2._width) { + if (_this2.sidebarOpen) { + _this2.outerContainer.classList.add(SIDEBAR_RESIZING_CLASS); + var updated = _this2._updateWidth(_this2._width); + Promise.resolve().then(function () { + _this2.outerContainer.classList.remove(SIDEBAR_RESIZING_CLASS); + if (updated) { + _this2.eventBus.dispatch('resize', { source: _this2 }); + } + }); + } else { + _this2._updateWidth(_this2._width); + } + } + } + }); + } + }, { + key: 'outerContainerWidth', + get: function get() { + if (!this._outerContainerWidth) { + this._outerContainerWidth = this.outerContainer.clientWidth; + } + return this._outerContainerWidth; + } + }]); + + return PDFSidebarResizer; +}(); + +exports.PDFSidebarResizer = PDFSidebarResizer; + +/***/ }), +/* 27 */ +/***/ (function(module, exports, __webpack_require__) { + +"use strict"; + + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.PDFThumbnailViewer = undefined; + +var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }(); + +var _ui_utils = __webpack_require__(6); + +var _pdf_thumbnail_view = __webpack_require__(28); + +function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } + +var THUMBNAIL_SCROLL_MARGIN = -19; +var THUMBNAIL_SELECTED_CLASS = 'selected'; + +var PDFThumbnailViewer = function () { + function PDFThumbnailViewer(_ref) { + var container = _ref.container, + linkService = _ref.linkService, + renderingQueue = _ref.renderingQueue, + _ref$l10n = _ref.l10n, + l10n = _ref$l10n === undefined ? _ui_utils.NullL10n : _ref$l10n; + + _classCallCheck(this, PDFThumbnailViewer); + + this.container = container; + this.linkService = linkService; + this.renderingQueue = renderingQueue; + this.l10n = l10n; + this.scroll = (0, _ui_utils.watchScroll)(this.container, this._scrollUpdated.bind(this)); + this._resetView(); + } + + _createClass(PDFThumbnailViewer, [{ + key: '_scrollUpdated', + value: function _scrollUpdated() { + this.renderingQueue.renderHighestPriority(); + } + }, { + key: 'getThumbnail', + value: function getThumbnail(index) { + return this._thumbnails[index]; + } + }, { + key: '_getVisibleThumbs', + value: function _getVisibleThumbs() { + return (0, _ui_utils.getVisibleElements)(this.container, this._thumbnails); + } + }, { + key: 'scrollThumbnailIntoView', + value: function scrollThumbnailIntoView(pageNumber) { + if (!this.pdfDocument) { + return; + } + var thumbnailView = this._thumbnails[pageNumber - 1]; + if (!thumbnailView) { + console.error('scrollThumbnailIntoView: Invalid "pageNumber" parameter.'); + return; + } + if (pageNumber !== this._currentPageNumber) { + var prevThumbnailView = this._thumbnails[this._currentPageNumber - 1]; + prevThumbnailView.div.classList.remove(THUMBNAIL_SELECTED_CLASS); + thumbnailView.div.classList.add(THUMBNAIL_SELECTED_CLASS); + } + var visibleThumbs = this._getVisibleThumbs(); + var numVisibleThumbs = visibleThumbs.views.length; + if (numVisibleThumbs > 0) { + var first = visibleThumbs.first.id; + var last = numVisibleThumbs > 1 ? visibleThumbs.last.id : first; + var shouldScroll = false; + if (pageNumber <= first || pageNumber >= last) { + shouldScroll = true; + } else { + visibleThumbs.views.some(function (view) { + if (view.id !== pageNumber) { + return false; + } + shouldScroll = view.percent < 100; + return true; + }); + } + if (shouldScroll) { + (0, _ui_utils.scrollIntoView)(thumbnailView.div, { top: THUMBNAIL_SCROLL_MARGIN }); + } + } + this._currentPageNumber = pageNumber; + } + }, { + key: 'cleanup', + value: function cleanup() { + _pdf_thumbnail_view.PDFThumbnailView.cleanup(); + } + }, { + key: '_resetView', + value: function _resetView() { + this._thumbnails = []; + this._currentPageNumber = 1; + this._pageLabels = null; + this._pagesRotation = 0; + this._pagesRequests = []; + this.container.textContent = ''; + } + }, { + key: 'setDocument', + value: function setDocument(pdfDocument) { + var _this = this; + + if (this.pdfDocument) { + this._cancelRendering(); + this._resetView(); + } + this.pdfDocument = pdfDocument; + if (!pdfDocument) { + return; + } + pdfDocument.getPage(1).then(function (firstPage) { + var pagesCount = pdfDocument.numPages; + var viewport = firstPage.getViewport(1.0); + for (var pageNum = 1; pageNum <= pagesCount; ++pageNum) { + var thumbnail = new _pdf_thumbnail_view.PDFThumbnailView({ + container: _this.container, + id: pageNum, + defaultViewport: viewport.clone(), + linkService: _this.linkService, + renderingQueue: _this.renderingQueue, + disableCanvasToImageConversion: false, + l10n: _this.l10n + }); + _this._thumbnails.push(thumbnail); + } + var thumbnailView = _this._thumbnails[_this._currentPageNumber - 1]; + thumbnailView.div.classList.add(THUMBNAIL_SELECTED_CLASS); + }).catch(function (reason) { + console.error('Unable to initialize thumbnail viewer', reason); + }); + } + }, { + key: '_cancelRendering', + value: function _cancelRendering() { + for (var i = 0, ii = this._thumbnails.length; i < ii; i++) { + if (this._thumbnails[i]) { + this._thumbnails[i].cancelRendering(); + } + } + } + }, { + key: 'setPageLabels', + value: function setPageLabels(labels) { + if (!this.pdfDocument) { + return; + } + if (!labels) { + this._pageLabels = null; + } else if (!(Array.isArray(labels) && this.pdfDocument.numPages === labels.length)) { + this._pageLabels = null; + console.error('PDFThumbnailViewer_setPageLabels: Invalid page labels.'); + } else { + this._pageLabels = labels; + } + for (var i = 0, ii = this._thumbnails.length; i < ii; i++) { + var label = this._pageLabels && this._pageLabels[i]; + this._thumbnails[i].setPageLabel(label); + } + } + }, { + key: '_ensurePdfPageLoaded', + value: function _ensurePdfPageLoaded(thumbView) { + var _this2 = this; + + if (thumbView.pdfPage) { + return Promise.resolve(thumbView.pdfPage); + } + var pageNumber = thumbView.id; + if (this._pagesRequests[pageNumber]) { + return this._pagesRequests[pageNumber]; + } + var promise = this.pdfDocument.getPage(pageNumber).then(function (pdfPage) { + thumbView.setPdfPage(pdfPage); + _this2._pagesRequests[pageNumber] = null; + return pdfPage; + }).catch(function (reason) { + console.error('Unable to get page for thumb view', reason); + _this2._pagesRequests[pageNumber] = null; + }); + this._pagesRequests[pageNumber] = promise; + return promise; + } + }, { + key: 'forceRendering', + value: function forceRendering() { + var _this3 = this; + + var visibleThumbs = this._getVisibleThumbs(); + var thumbView = this.renderingQueue.getHighestPriority(visibleThumbs, this._thumbnails, this.scroll.down); + if (thumbView) { + this._ensurePdfPageLoaded(thumbView).then(function () { + _this3.renderingQueue.renderView(thumbView); + }); + return true; + } + return false; + } + }, { + key: 'pagesRotation', + get: function get() { + return this._pagesRotation; + }, + set: function set(rotation) { + if (!(0, _ui_utils.isValidRotation)(rotation)) { + throw new Error('Invalid thumbnails rotation angle.'); + } + if (!this.pdfDocument) { + return; + } + if (this._pagesRotation === rotation) { + return; + } + this._pagesRotation = rotation; + for (var i = 0, ii = this._thumbnails.length; i < ii; i++) { + this._thumbnails[i].update(rotation); + } + } + }]); + + return PDFThumbnailViewer; +}(); + +exports.PDFThumbnailViewer = PDFThumbnailViewer; + +/***/ }), +/* 28 */ +/***/ (function(module, exports, __webpack_require__) { + +"use strict"; + + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.PDFThumbnailView = undefined; + +var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }(); + +var _pdfjsLib = __webpack_require__(7); + +var _ui_utils = __webpack_require__(6); + +var _pdf_rendering_queue = __webpack_require__(10); + +function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } + +var MAX_NUM_SCALING_STEPS = 3; +var THUMBNAIL_CANVAS_BORDER_WIDTH = 1; +var THUMBNAIL_WIDTH = 98; +var TempImageFactory = function TempImageFactoryClosure() { + var tempCanvasCache = null; + return { + getCanvas: function getCanvas(width, height) { + var tempCanvas = tempCanvasCache; + if (!tempCanvas) { + tempCanvas = document.createElement('canvas'); + tempCanvasCache = tempCanvas; + } + tempCanvas.width = width; + tempCanvas.height = height; + tempCanvas.mozOpaque = true; + var ctx = tempCanvas.getContext('2d', { alpha: false }); + ctx.save(); + ctx.fillStyle = 'rgb(255, 255, 255)'; + ctx.fillRect(0, 0, width, height); + ctx.restore(); + return tempCanvas; + }, + destroyCanvas: function destroyCanvas() { + var tempCanvas = tempCanvasCache; + if (tempCanvas) { + tempCanvas.width = 0; + tempCanvas.height = 0; + } + tempCanvasCache = null; + } + }; +}(); + +var PDFThumbnailView = function () { + function PDFThumbnailView(_ref) { + var container = _ref.container, + id = _ref.id, + defaultViewport = _ref.defaultViewport, + linkService = _ref.linkService, + renderingQueue = _ref.renderingQueue, + _ref$disableCanvasToI = _ref.disableCanvasToImageConversion, + disableCanvasToImageConversion = _ref$disableCanvasToI === undefined ? false : _ref$disableCanvasToI, + _ref$l10n = _ref.l10n, + l10n = _ref$l10n === undefined ? _ui_utils.NullL10n : _ref$l10n; + + _classCallCheck(this, PDFThumbnailView); + + this.id = id; + this.renderingId = 'thumbnail' + id; + this.pageLabel = null; + this.pdfPage = null; + this.rotation = 0; + this.viewport = defaultViewport; + this.pdfPageRotate = defaultViewport.rotation; + this.linkService = linkService; + this.renderingQueue = renderingQueue; + this.renderTask = null; + this.renderingState = _pdf_rendering_queue.RenderingStates.INITIAL; + this.resume = null; + this.disableCanvasToImageConversion = disableCanvasToImageConversion; + this.pageWidth = this.viewport.width; + this.pageHeight = this.viewport.height; + this.pageRatio = this.pageWidth / this.pageHeight; + this.canvasWidth = THUMBNAIL_WIDTH; + this.canvasHeight = this.canvasWidth / this.pageRatio | 0; + this.scale = this.canvasWidth / this.pageWidth; + this.l10n = l10n; + var anchor = document.createElement('a'); + anchor.href = linkService.getAnchorUrl('#page=' + id); + this.l10n.get('thumb_page_title', { page: id }, 'Page {{page}}').then(function (msg) { + anchor.title = msg; + }); + anchor.onclick = function () { + linkService.page = id; + return false; + }; + this.anchor = anchor; + var div = document.createElement('div'); + div.className = 'thumbnail'; + div.setAttribute('data-page-number', this.id); + this.div = div; + var ring = document.createElement('div'); + ring.className = 'thumbnailSelectionRing'; + var borderAdjustment = 2 * THUMBNAIL_CANVAS_BORDER_WIDTH; + ring.style.width = this.canvasWidth + borderAdjustment + 'px'; + ring.style.height = this.canvasHeight + borderAdjustment + 'px'; + this.ring = ring; + div.appendChild(ring); + anchor.appendChild(div); + container.appendChild(anchor); + } + + _createClass(PDFThumbnailView, [{ + key: 'setPdfPage', + value: function setPdfPage(pdfPage) { + this.pdfPage = pdfPage; + this.pdfPageRotate = pdfPage.rotate; + var totalRotation = (this.rotation + this.pdfPageRotate) % 360; + this.viewport = pdfPage.getViewport(1, totalRotation); + this.reset(); + } + }, { + key: 'reset', + value: function reset() { + this.cancelRendering(); + this.pageWidth = this.viewport.width; + this.pageHeight = this.viewport.height; + this.pageRatio = this.pageWidth / this.pageHeight; + this.canvasHeight = this.canvasWidth / this.pageRatio | 0; + this.scale = this.canvasWidth / this.pageWidth; + this.div.removeAttribute('data-loaded'); + var ring = this.ring; + var childNodes = ring.childNodes; + for (var i = childNodes.length - 1; i >= 0; i--) { + ring.removeChild(childNodes[i]); + } + var borderAdjustment = 2 * THUMBNAIL_CANVAS_BORDER_WIDTH; + ring.style.width = this.canvasWidth + borderAdjustment + 'px'; + ring.style.height = this.canvasHeight + borderAdjustment + 'px'; + if (this.canvas) { + this.canvas.width = 0; + this.canvas.height = 0; + delete this.canvas; + } + if (this.image) { + this.image.removeAttribute('src'); + delete this.image; + } + } + }, { + key: 'update', + value: function update(rotation) { + if (typeof rotation !== 'undefined') { + this.rotation = rotation; + } + var totalRotation = (this.rotation + this.pdfPageRotate) % 360; + this.viewport = this.viewport.clone({ + scale: 1, + rotation: totalRotation + }); + this.reset(); + } + }, { + key: 'cancelRendering', + value: function cancelRendering() { + if (this.renderTask) { + this.renderTask.cancel(); + this.renderTask = null; + } + this.renderingState = _pdf_rendering_queue.RenderingStates.INITIAL; + this.resume = null; + } + }, { + key: '_getPageDrawContext', + value: function _getPageDrawContext() { + var noCtxScale = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : false; + + var canvas = document.createElement('canvas'); + this.canvas = canvas; + canvas.mozOpaque = true; + var ctx = canvas.getContext('2d', { alpha: false }); + var outputScale = (0, _ui_utils.getOutputScale)(ctx); + canvas.width = this.canvasWidth * outputScale.sx | 0; + canvas.height = this.canvasHeight * outputScale.sy | 0; + canvas.style.width = this.canvasWidth + 'px'; + canvas.style.height = this.canvasHeight + 'px'; + if (!noCtxScale && outputScale.scaled) { + ctx.scale(outputScale.sx, outputScale.sy); + } + return ctx; + } + }, { + key: '_convertCanvasToImage', + value: function _convertCanvasToImage() { + var _this = this; + + if (!this.canvas) { + return; + } + if (this.renderingState !== _pdf_rendering_queue.RenderingStates.FINISHED) { + return; + } + var id = this.renderingId; + var className = 'thumbnailImage'; + if (this.disableCanvasToImageConversion) { + this.canvas.id = id; + this.canvas.className = className; + this.l10n.get('thumb_page_canvas', { page: this.pageId }, 'Thumbnail of Page {{page}}').then(function (msg) { + _this.canvas.setAttribute('aria-label', msg); + }); + this.div.setAttribute('data-loaded', true); + this.ring.appendChild(this.canvas); + return; + } + var image = document.createElement('img'); + image.id = id; + image.className = className; + this.l10n.get('thumb_page_canvas', { page: this.pageId }, 'Thumbnail of Page {{page}}').then(function (msg) { + image.setAttribute('aria-label', msg); + }); + image.style.width = this.canvasWidth + 'px'; + image.style.height = this.canvasHeight + 'px'; + image.src = this.canvas.toDataURL(); + this.image = image; + this.div.setAttribute('data-loaded', true); + this.ring.appendChild(image); + this.canvas.width = 0; + this.canvas.height = 0; + delete this.canvas; + } + }, { + key: 'draw', + value: function draw() { + var _this2 = this; + + if (this.renderingState !== _pdf_rendering_queue.RenderingStates.INITIAL) { + console.error('Must be in new state before drawing'); + return Promise.resolve(undefined); + } + this.renderingState = _pdf_rendering_queue.RenderingStates.RUNNING; + var renderCapability = (0, _pdfjsLib.createPromiseCapability)(); + var finishRenderTask = function finishRenderTask(error) { + if (renderTask === _this2.renderTask) { + _this2.renderTask = null; + } + if (error instanceof _pdfjsLib.RenderingCancelledException) { + renderCapability.resolve(undefined); + return; + } + _this2.renderingState = _pdf_rendering_queue.RenderingStates.FINISHED; + _this2._convertCanvasToImage(); + if (!error) { + renderCapability.resolve(undefined); + } else { + renderCapability.reject(error); + } + }; + var ctx = this._getPageDrawContext(); + var drawViewport = this.viewport.clone({ scale: this.scale }); + var renderContinueCallback = function renderContinueCallback(cont) { + if (!_this2.renderingQueue.isHighestPriority(_this2)) { + _this2.renderingState = _pdf_rendering_queue.RenderingStates.PAUSED; + _this2.resume = function () { + _this2.renderingState = _pdf_rendering_queue.RenderingStates.RUNNING; + cont(); + }; + return; + } + cont(); + }; + var renderContext = { + canvasContext: ctx, + viewport: drawViewport + }; + var renderTask = this.renderTask = this.pdfPage.render(renderContext); + renderTask.onContinue = renderContinueCallback; + renderTask.promise.then(function () { + finishRenderTask(null); + }, function (error) { + finishRenderTask(error); + }); + return renderCapability.promise; + } + }, { + key: 'setImage', + value: function setImage(pageView) { + if (this.renderingState !== _pdf_rendering_queue.RenderingStates.INITIAL) { + return; + } + var img = pageView.canvas; + if (!img) { + return; + } + if (!this.pdfPage) { + this.setPdfPage(pageView.pdfPage); + } + this.renderingState = _pdf_rendering_queue.RenderingStates.FINISHED; + var ctx = this._getPageDrawContext(true); + var canvas = ctx.canvas; + if (img.width <= 2 * canvas.width) { + ctx.drawImage(img, 0, 0, img.width, img.height, 0, 0, canvas.width, canvas.height); + this._convertCanvasToImage(); + return; + } + var reducedWidth = canvas.width << MAX_NUM_SCALING_STEPS; + var reducedHeight = canvas.height << MAX_NUM_SCALING_STEPS; + var reducedImage = TempImageFactory.getCanvas(reducedWidth, reducedHeight); + var reducedImageCtx = reducedImage.getContext('2d'); + while (reducedWidth > img.width || reducedHeight > img.height) { + reducedWidth >>= 1; + reducedHeight >>= 1; + } + reducedImageCtx.drawImage(img, 0, 0, img.width, img.height, 0, 0, reducedWidth, reducedHeight); + while (reducedWidth > 2 * canvas.width) { + reducedImageCtx.drawImage(reducedImage, 0, 0, reducedWidth, reducedHeight, 0, 0, reducedWidth >> 1, reducedHeight >> 1); + reducedWidth >>= 1; + reducedHeight >>= 1; + } + ctx.drawImage(reducedImage, 0, 0, reducedWidth, reducedHeight, 0, 0, canvas.width, canvas.height); + this._convertCanvasToImage(); + } + }, { + key: 'setPageLabel', + value: function setPageLabel(label) { + var _this3 = this; + + this.pageLabel = typeof label === 'string' ? label : null; + this.l10n.get('thumb_page_title', { page: this.pageId }, 'Page {{page}}').then(function (msg) { + _this3.anchor.title = msg; + }); + if (this.renderingState !== _pdf_rendering_queue.RenderingStates.FINISHED) { + return; + } + this.l10n.get('thumb_page_canvas', { page: this.pageId }, 'Thumbnail of Page {{page}}').then(function (ariaLabel) { + if (_this3.image) { + _this3.image.setAttribute('aria-label', ariaLabel); + } else if (_this3.disableCanvasToImageConversion && _this3.canvas) { + _this3.canvas.setAttribute('aria-label', ariaLabel); + } + }); + } + }, { + key: 'pageId', + get: function get() { + return this.pageLabel !== null ? this.pageLabel : this.id; + } + }], [{ + key: 'cleanup', + value: function cleanup() { + TempImageFactory.destroyCanvas(); + } + }]); + + return PDFThumbnailView; +}(); + +exports.PDFThumbnailView = PDFThumbnailView; + +/***/ }), +/* 29 */ +/***/ (function(module, exports, __webpack_require__) { + +"use strict"; + + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.PDFViewer = undefined; + +var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }(); + +var _base_viewer = __webpack_require__(30); + +var _ui_utils = __webpack_require__(6); + +var _pdfjsLib = __webpack_require__(7); + +function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } + +function _possibleConstructorReturn(self, call) { if (!self) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return call && (typeof call === "object" || typeof call === "function") ? call : self; } + +function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function, not " + typeof superClass); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } }); if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass.__proto__ = superClass; } + +var PDFViewer = function (_BaseViewer) { + _inherits(PDFViewer, _BaseViewer); + + function PDFViewer() { + _classCallCheck(this, PDFViewer); + + return _possibleConstructorReturn(this, (PDFViewer.__proto__ || Object.getPrototypeOf(PDFViewer)).apply(this, arguments)); + } + + _createClass(PDFViewer, [{ + key: '_scrollIntoView', + value: function _scrollIntoView(_ref) { + var pageDiv = _ref.pageDiv, + _ref$pageSpot = _ref.pageSpot, + pageSpot = _ref$pageSpot === undefined ? null : _ref$pageSpot; + + if (!pageSpot && !this.isInPresentationMode) { + var left = pageDiv.offsetLeft + pageDiv.clientLeft; + var right = left + pageDiv.clientWidth; + var _container = this.container, + scrollLeft = _container.scrollLeft, + clientWidth = _container.clientWidth; + + if (this._scrollMode === _base_viewer.ScrollMode.HORIZONTAL || left < scrollLeft || right > scrollLeft + clientWidth) { + pageSpot = { + left: 0, + top: 0 + }; + } + } + (0, _ui_utils.scrollIntoView)(pageDiv, pageSpot); + } + }, { + key: '_getVisiblePages', + value: function _getVisiblePages() { + if (!this.isInPresentationMode) { + return (0, _ui_utils.getVisibleElements)(this.container, this._pages, true, this._scrollMode === _base_viewer.ScrollMode.HORIZONTAL); + } + var currentPage = this._pages[this._currentPageNumber - 1]; + var visible = [{ + id: currentPage.id, + view: currentPage + }]; + return { + first: currentPage, + last: currentPage, + views: visible + }; + } + }, { + key: 'update', + value: function update() { + var visible = this._getVisiblePages(); + var visiblePages = visible.views, + numVisiblePages = visiblePages.length; + if (numVisiblePages === 0) { + return; + } + this._resizeBuffer(numVisiblePages, visiblePages); + this.renderingQueue.renderHighestPriority(visible); + var currentId = this._currentPageNumber; + var stillFullyVisible = false; + for (var i = 0; i < numVisiblePages; ++i) { + var page = visiblePages[i]; + if (page.percent < 100) { + break; + } + if (page.id === currentId) { + stillFullyVisible = true; + break; + } + } + if (!stillFullyVisible) { + currentId = visiblePages[0].id; + } + if (!this.isInPresentationMode) { + this._setCurrentPageNumber(currentId); + } + this._updateLocation(visible.first); + this.eventBus.dispatch('updateviewarea', { + source: this, + location: this._location + }); + } + }, { + key: '_setDocumentViewerElement', + get: function get() { + return (0, _pdfjsLib.shadow)(this, '_setDocumentViewerElement', this.viewer); + } + }, { + key: '_isScrollModeHorizontal', + get: function get() { + return this.isInPresentationMode ? false : this._scrollMode === _base_viewer.ScrollMode.HORIZONTAL; + } + }]); + + return PDFViewer; +}(_base_viewer.BaseViewer); + +exports.PDFViewer = PDFViewer; + +/***/ }), +/* 30 */ +/***/ (function(module, exports, __webpack_require__) { + +"use strict"; + + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.SpreadMode = exports.ScrollMode = exports.BaseViewer = undefined; + +var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }(); + +var _ui_utils = __webpack_require__(6); + +var _pdf_rendering_queue = __webpack_require__(10); + +var _annotation_layer_builder = __webpack_require__(31); + +var _pdfjsLib = __webpack_require__(7); + +var _dom_events = __webpack_require__(14); + +var _pdf_page_view = __webpack_require__(32); + +var _pdf_link_service = __webpack_require__(23); + +var _text_layer_builder = __webpack_require__(33); + +function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } + +var DEFAULT_CACHE_SIZE = 10; +var ScrollMode = { + VERTICAL: 0, + HORIZONTAL: 1, + WRAPPED: 2 +}; +var SpreadMode = { + NONE: 0, + ODD: 1, + EVEN: 2 +}; +function PDFPageViewBuffer(size) { + var data = []; + this.push = function (view) { + var i = data.indexOf(view); + if (i >= 0) { + data.splice(i, 1); + } + data.push(view); + if (data.length > size) { + data.shift().destroy(); + } + }; + this.resize = function (newSize, pagesToKeep) { + size = newSize; + if (pagesToKeep) { + var pageIdsToKeep = new Set(); + for (var i = 0, iMax = pagesToKeep.length; i < iMax; ++i) { + pageIdsToKeep.add(pagesToKeep[i].id); + } + (0, _ui_utils.moveToEndOfArray)(data, function (page) { + return pageIdsToKeep.has(page.id); + }); + } + while (data.length > size) { + data.shift().destroy(); + } + }; +} +function isSameScale(oldScale, newScale) { + if (newScale === oldScale) { + return true; + } + if (Math.abs(newScale - oldScale) < 1e-15) { + return true; + } + return false; +} + +var BaseViewer = function () { + function BaseViewer(options) { + var _this = this; + + _classCallCheck(this, BaseViewer); + + if (this.constructor === BaseViewer) { + throw new Error('Cannot initialize BaseViewer.'); + } + this._name = this.constructor.name; + this.container = options.container; + this.viewer = options.viewer || options.container.firstElementChild; + this.eventBus = options.eventBus || (0, _dom_events.getGlobalEventBus)(); + this.linkService = options.linkService || new _pdf_link_service.SimpleLinkService(); + this.downloadManager = options.downloadManager || null; + this.findController = options.findController || null; + this.removePageBorders = options.removePageBorders || false; + this.textLayerMode = Number.isInteger(options.textLayerMode) ? options.textLayerMode : _ui_utils.TextLayerMode.ENABLE; + this.imageResourcesPath = options.imageResourcesPath || ''; + this.renderInteractiveForms = options.renderInteractiveForms || false; + this.enablePrintAutoRotate = options.enablePrintAutoRotate || false; + this.renderer = options.renderer || _ui_utils.RendererType.CANVAS; + this.enableWebGL = options.enableWebGL || false; + this.useOnlyCssZoom = options.useOnlyCssZoom || false; + this.maxCanvasPixels = options.maxCanvasPixels; + this.l10n = options.l10n || _ui_utils.NullL10n; + this.defaultRenderingQueue = !options.renderingQueue; + if (this.defaultRenderingQueue) { + this.renderingQueue = new _pdf_rendering_queue.PDFRenderingQueue(); + this.renderingQueue.setViewer(this); + } else { + this.renderingQueue = options.renderingQueue; + } + this.scroll = (0, _ui_utils.watchScroll)(this.container, this._scrollUpdate.bind(this)); + this.presentationModeState = _ui_utils.PresentationModeState.UNKNOWN; + this._resetView(); + if (this.removePageBorders) { + this.viewer.classList.add('removePageBorders'); + } + Promise.resolve().then(function () { + _this.eventBus.dispatch('baseviewerinit', { source: _this }); + }); + } + + _createClass(BaseViewer, [{ + key: 'getPageView', + value: function getPageView(index) { + return this._pages[index]; + } + }, { + key: '_setCurrentPageNumber', + value: function _setCurrentPageNumber(val) { + var resetCurrentPageView = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : false; + + if (this._currentPageNumber === val) { + if (resetCurrentPageView) { + this._resetCurrentPageView(); + } + return; + } + if (!(0 < val && val <= this.pagesCount)) { + console.error(this._name + '._setCurrentPageNumber: "' + val + '" is out of bounds.'); + return; + } + var arg = { + source: this, + pageNumber: val, + pageLabel: this._pageLabels && this._pageLabels[val - 1] + }; + this._currentPageNumber = val; + this.eventBus.dispatch('pagechanging', arg); + this.eventBus.dispatch('pagechange', arg); + if (resetCurrentPageView) { + this._resetCurrentPageView(); + } + } + }, { + key: 'setDocument', + value: function setDocument(pdfDocument) { + var _this2 = this; + + if (this.pdfDocument) { + this._cancelRendering(); + this._resetView(); + if (this.findController) { + this.findController.setDocument(null); + } + } + this.pdfDocument = pdfDocument; + if (!pdfDocument) { + return; + } + var pagesCount = pdfDocument.numPages; + var pagesCapability = (0, _pdfjsLib.createPromiseCapability)(); + this.pagesPromise = pagesCapability.promise; + pagesCapability.promise.then(function () { + _this2._pageViewsReady = true; + _this2.eventBus.dispatch('pagesloaded', { + source: _this2, + pagesCount: pagesCount + }); + }); + var isOnePageRenderedResolved = false; + var onePageRenderedCapability = (0, _pdfjsLib.createPromiseCapability)(); + this.onePageRendered = onePageRenderedCapability.promise; + var bindOnAfterAndBeforeDraw = function bindOnAfterAndBeforeDraw(pageView) { + pageView.onBeforeDraw = function () { + _this2._buffer.push(pageView); + }; + pageView.onAfterDraw = function () { + if (!isOnePageRenderedResolved) { + isOnePageRenderedResolved = true; + onePageRenderedCapability.resolve(); + } + }; + }; + var firstPagePromise = pdfDocument.getPage(1); + this.firstPagePromise = firstPagePromise; + firstPagePromise.then(function (pdfPage) { + var scale = _this2.currentScale; + var viewport = pdfPage.getViewport(scale * _ui_utils.CSS_UNITS); + for (var pageNum = 1; pageNum <= pagesCount; ++pageNum) { + var textLayerFactory = null; + if (_this2.textLayerMode !== _ui_utils.TextLayerMode.DISABLE) { + textLayerFactory = _this2; + } + var pageView = new _pdf_page_view.PDFPageView({ + container: _this2._setDocumentViewerElement, + eventBus: _this2.eventBus, + id: pageNum, + scale: scale, + defaultViewport: viewport.clone(), + renderingQueue: _this2.renderingQueue, + textLayerFactory: textLayerFactory, + textLayerMode: _this2.textLayerMode, + annotationLayerFactory: _this2, + imageResourcesPath: _this2.imageResourcesPath, + renderInteractiveForms: _this2.renderInteractiveForms, + renderer: _this2.renderer, + enableWebGL: _this2.enableWebGL, + useOnlyCssZoom: _this2.useOnlyCssZoom, + maxCanvasPixels: _this2.maxCanvasPixels, + l10n: _this2.l10n + }); + bindOnAfterAndBeforeDraw(pageView); + _this2._pages.push(pageView); + } + if (_this2._spreadMode !== SpreadMode.NONE) { + _this2._updateSpreadMode(); + } + onePageRenderedCapability.promise.then(function () { + if (pdfDocument.loadingParams['disableAutoFetch']) { + pagesCapability.resolve(); + return; + } + var getPagesLeft = pagesCount; + + var _loop = function _loop(_pageNum) { + pdfDocument.getPage(_pageNum).then(function (pdfPage) { + var pageView = _this2._pages[_pageNum - 1]; + if (!pageView.pdfPage) { + pageView.setPdfPage(pdfPage); + } + _this2.linkService.cachePageRef(_pageNum, pdfPage.ref); + if (--getPagesLeft === 0) { + pagesCapability.resolve(); + } + }, function (reason) { + console.error('Unable to get page ' + _pageNum + ' to initialize viewer', reason); + if (--getPagesLeft === 0) { + pagesCapability.resolve(); + } + }); + }; + + for (var _pageNum = 1; _pageNum <= pagesCount; ++_pageNum) { + _loop(_pageNum); + } + }); + _this2.eventBus.dispatch('pagesinit', { source: _this2 }); + if (_this2.findController) { + _this2.findController.setDocument(pdfDocument); + } + if (_this2.defaultRenderingQueue) { + _this2.update(); + } + }).catch(function (reason) { + console.error('Unable to initialize viewer', reason); + }); + } + }, { + key: 'setPageLabels', + value: function setPageLabels(labels) { + if (!this.pdfDocument) { + return; + } + if (!labels) { + this._pageLabels = null; + } else if (!(Array.isArray(labels) && this.pdfDocument.numPages === labels.length)) { + this._pageLabels = null; + console.error(this._name + '.setPageLabels: Invalid page labels.'); + } else { + this._pageLabels = labels; + } + for (var i = 0, ii = this._pages.length; i < ii; i++) { + var pageView = this._pages[i]; + var label = this._pageLabels && this._pageLabels[i]; + pageView.setPageLabel(label); + } + } + }, { + key: '_resetView', + value: function _resetView() { + this._pages = []; + this._currentPageNumber = 1; + this._currentScale = _ui_utils.UNKNOWN_SCALE; + this._currentScaleValue = null; + this._pageLabels = null; + this._buffer = new PDFPageViewBuffer(DEFAULT_CACHE_SIZE); + this._location = null; + this._pagesRotation = 0; + this._pagesRequests = []; + this._pageViewsReady = false; + this._scrollMode = ScrollMode.VERTICAL; + this._spreadMode = SpreadMode.NONE; + this.viewer.textContent = ''; + this._updateScrollMode(); + } + }, { + key: '_scrollUpdate', + value: function _scrollUpdate() { + if (this.pagesCount === 0) { + return; + } + this.update(); + } + }, { + key: '_scrollIntoView', + value: function _scrollIntoView(_ref) { + var pageDiv = _ref.pageDiv, + _ref$pageSpot = _ref.pageSpot, + pageSpot = _ref$pageSpot === undefined ? null : _ref$pageSpot, + _ref$pageNumber = _ref.pageNumber, + pageNumber = _ref$pageNumber === undefined ? null : _ref$pageNumber; + + throw new Error('Not implemented: _scrollIntoView'); + } + }, { + key: '_setScaleDispatchEvent', + value: function _setScaleDispatchEvent(newScale, newValue) { + var preset = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : false; + + var arg = { + source: this, + scale: newScale, + presetValue: preset ? newValue : undefined + }; + this.eventBus.dispatch('scalechanging', arg); + this.eventBus.dispatch('scalechange', arg); + } + }, { + key: '_setScaleUpdatePages', + value: function _setScaleUpdatePages(newScale, newValue) { + var noScroll = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : false; + var preset = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : false; + + this._currentScaleValue = newValue.toString(); + if (isSameScale(this._currentScale, newScale)) { + if (preset) { + this._setScaleDispatchEvent(newScale, newValue, true); + } + return; + } + for (var i = 0, ii = this._pages.length; i < ii; i++) { + this._pages[i].update(newScale); + } + this._currentScale = newScale; + if (!noScroll) { + var page = this._currentPageNumber, + dest = void 0; + if (this._location && !(this.isInPresentationMode || this.isChangingPresentationMode)) { + page = this._location.pageNumber; + dest = [null, { name: 'XYZ' }, this._location.left, this._location.top, null]; + } + this.scrollPageIntoView({ + pageNumber: page, + destArray: dest, + allowNegativeOffset: true + }); + } + this._setScaleDispatchEvent(newScale, newValue, preset); + if (this.defaultRenderingQueue) { + this.update(); + } + } + }, { + key: '_setScale', + value: function _setScale(value) { + var noScroll = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : false; + + var scale = parseFloat(value); + if (scale > 0) { + this._setScaleUpdatePages(scale, value, noScroll, false); + } else { + var currentPage = this._pages[this._currentPageNumber - 1]; + if (!currentPage) { + return; + } + var noPadding = this.isInPresentationMode || this.removePageBorders; + var hPadding = noPadding ? 0 : _ui_utils.SCROLLBAR_PADDING; + var vPadding = noPadding ? 0 : _ui_utils.VERTICAL_PADDING; + if (!noPadding && this._isScrollModeHorizontal) { + var _ref2 = [vPadding, hPadding]; + hPadding = _ref2[0]; + vPadding = _ref2[1]; + } + var pageWidthScale = (this.container.clientWidth - hPadding) / currentPage.width * currentPage.scale; + var pageHeightScale = (this.container.clientHeight - vPadding) / currentPage.height * currentPage.scale; + switch (value) { + case 'page-actual': + scale = 1; + break; + case 'page-width': + scale = pageWidthScale; + break; + case 'page-height': + scale = pageHeightScale; + break; + case 'page-fit': + scale = Math.min(pageWidthScale, pageHeightScale); + break; + case 'auto': + var horizontalScale = (0, _ui_utils.isPortraitOrientation)(currentPage) ? pageWidthScale : Math.min(pageHeightScale, pageWidthScale); + scale = Math.min(_ui_utils.MAX_AUTO_SCALE, horizontalScale); + break; + default: + console.error(this._name + '._setScale: "' + value + '" is an unknown zoom value.'); + return; + } + this._setScaleUpdatePages(scale, value, noScroll, true); + } + } + }, { + key: '_resetCurrentPageView', + value: function _resetCurrentPageView() { + if (this.isInPresentationMode) { + this._setScale(this._currentScaleValue, true); + } + var pageView = this._pages[this._currentPageNumber - 1]; + this._scrollIntoView({ pageDiv: pageView.div }); + } + }, { + key: 'scrollPageIntoView', + value: function scrollPageIntoView(params) { + if (!this.pdfDocument) { + return; + } + var pageNumber = params.pageNumber || 0; + var dest = params.destArray || null; + var allowNegativeOffset = params.allowNegativeOffset || false; + if (this.isInPresentationMode || !dest) { + this._setCurrentPageNumber(pageNumber, true); + return; + } + var pageView = this._pages[pageNumber - 1]; + if (!pageView) { + console.error(this._name + '.scrollPageIntoView: Invalid "pageNumber" parameter.'); + return; + } + var x = 0, + y = 0; + var width = 0, + height = 0, + widthScale = void 0, + heightScale = void 0; + var changeOrientation = pageView.rotation % 180 === 0 ? false : true; + var pageWidth = (changeOrientation ? pageView.height : pageView.width) / pageView.scale / _ui_utils.CSS_UNITS; + var pageHeight = (changeOrientation ? pageView.width : pageView.height) / pageView.scale / _ui_utils.CSS_UNITS; + var scale = 0; + switch (dest[1].name) { + case 'XYZ': + x = dest[2]; + y = dest[3]; + scale = dest[4]; + x = x !== null ? x : 0; + y = y !== null ? y : pageHeight; + break; + case 'Fit': + case 'FitB': + scale = 'page-fit'; + break; + case 'FitH': + case 'FitBH': + y = dest[2]; + scale = 'page-width'; + if (y === null && this._location) { + x = this._location.left; + y = this._location.top; + } + break; + case 'FitV': + case 'FitBV': + x = dest[2]; + width = pageWidth; + height = pageHeight; + scale = 'page-height'; + break; + case 'FitR': + x = dest[2]; + y = dest[3]; + width = dest[4] - x; + height = dest[5] - y; + var hPadding = this.removePageBorders ? 0 : _ui_utils.SCROLLBAR_PADDING; + var vPadding = this.removePageBorders ? 0 : _ui_utils.VERTICAL_PADDING; + widthScale = (this.container.clientWidth - hPadding) / width / _ui_utils.CSS_UNITS; + heightScale = (this.container.clientHeight - vPadding) / height / _ui_utils.CSS_UNITS; + scale = Math.min(Math.abs(widthScale), Math.abs(heightScale)); + break; + default: + console.error(this._name + '.scrollPageIntoView: "' + dest[1].name + '" ' + 'is not a valid destination type.'); + return; + } + if (scale && scale !== this._currentScale) { + this.currentScaleValue = scale; + } else if (this._currentScale === _ui_utils.UNKNOWN_SCALE) { + this.currentScaleValue = _ui_utils.DEFAULT_SCALE_VALUE; + } + if (scale === 'page-fit' && !dest[4]) { + this._scrollIntoView({ + pageDiv: pageView.div, + pageNumber: pageNumber + }); + return; + } + var boundingRect = [pageView.viewport.convertToViewportPoint(x, y), pageView.viewport.convertToViewportPoint(x + width, y + height)]; + var left = Math.min(boundingRect[0][0], boundingRect[1][0]); + var top = Math.min(boundingRect[0][1], boundingRect[1][1]); + if (!allowNegativeOffset) { + left = Math.max(left, 0); + top = Math.max(top, 0); + } + this._scrollIntoView({ + pageDiv: pageView.div, + pageSpot: { + left: left, + top: top + }, + pageNumber: pageNumber + }); + } + }, { + key: '_resizeBuffer', + value: function _resizeBuffer(numVisiblePages, visiblePages) { + var suggestedCacheSize = Math.max(DEFAULT_CACHE_SIZE, 2 * numVisiblePages + 1); + this._buffer.resize(suggestedCacheSize, visiblePages); + } + }, { + key: '_updateLocation', + value: function _updateLocation(firstPage) { + var currentScale = this._currentScale; + var currentScaleValue = this._currentScaleValue; + var normalizedScaleValue = parseFloat(currentScaleValue) === currentScale ? Math.round(currentScale * 10000) / 100 : currentScaleValue; + var pageNumber = firstPage.id; + var pdfOpenParams = '#page=' + pageNumber; + pdfOpenParams += '&zoom=' + normalizedScaleValue; + var currentPageView = this._pages[pageNumber - 1]; + var container = this.container; + var topLeft = currentPageView.getPagePoint(container.scrollLeft - firstPage.x, container.scrollTop - firstPage.y); + var intLeft = Math.round(topLeft[0]); + var intTop = Math.round(topLeft[1]); + pdfOpenParams += ',' + intLeft + ',' + intTop; + this._location = { + pageNumber: pageNumber, + scale: normalizedScaleValue, + top: intTop, + left: intLeft, + rotation: this._pagesRotation, + pdfOpenParams: pdfOpenParams + }; + } + }, { + key: 'update', + value: function update() { + throw new Error('Not implemented: update'); + } + }, { + key: 'containsElement', + value: function containsElement(element) { + return this.container.contains(element); + } + }, { + key: 'focus', + value: function focus() { + this.container.focus(); + } + }, { + key: '_getVisiblePages', + value: function _getVisiblePages() { + throw new Error('Not implemented: _getVisiblePages'); + } + }, { + key: 'cleanup', + value: function cleanup() { + for (var i = 0, ii = this._pages.length; i < ii; i++) { + if (this._pages[i] && this._pages[i].renderingState !== _pdf_rendering_queue.RenderingStates.FINISHED) { + this._pages[i].reset(); + } + } + } + }, { + key: '_cancelRendering', + value: function _cancelRendering() { + for (var i = 0, ii = this._pages.length; i < ii; i++) { + if (this._pages[i]) { + this._pages[i].cancelRendering(); + } + } + } + }, { + key: '_ensurePdfPageLoaded', + value: function _ensurePdfPageLoaded(pageView) { + var _this3 = this; + + if (pageView.pdfPage) { + return Promise.resolve(pageView.pdfPage); + } + var pageNumber = pageView.id; + if (this._pagesRequests[pageNumber]) { + return this._pagesRequests[pageNumber]; + } + var promise = this.pdfDocument.getPage(pageNumber).then(function (pdfPage) { + if (!pageView.pdfPage) { + pageView.setPdfPage(pdfPage); + } + _this3._pagesRequests[pageNumber] = null; + return pdfPage; + }).catch(function (reason) { + console.error('Unable to get page for page view', reason); + _this3._pagesRequests[pageNumber] = null; + }); + this._pagesRequests[pageNumber] = promise; + return promise; + } + }, { + key: 'forceRendering', + value: function forceRendering(currentlyVisiblePages) { + var _this4 = this; + + var visiblePages = currentlyVisiblePages || this._getVisiblePages(); + var scrollAhead = this._isScrollModeHorizontal ? this.scroll.right : this.scroll.down; + var pageView = this.renderingQueue.getHighestPriority(visiblePages, this._pages, scrollAhead); + if (pageView) { + this._ensurePdfPageLoaded(pageView).then(function () { + _this4.renderingQueue.renderView(pageView); + }); + return true; + } + return false; + } + }, { + key: 'createTextLayerBuilder', + value: function createTextLayerBuilder(textLayerDiv, pageIndex, viewport) { + var enhanceTextSelection = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : false; + + return new _text_layer_builder.TextLayerBuilder({ + textLayerDiv: textLayerDiv, + eventBus: this.eventBus, + pageIndex: pageIndex, + viewport: viewport, + findController: this.isInPresentationMode ? null : this.findController, + enhanceTextSelection: this.isInPresentationMode ? false : enhanceTextSelection + }); + } + }, { + key: 'createAnnotationLayerBuilder', + value: function createAnnotationLayerBuilder(pageDiv, pdfPage) { + var imageResourcesPath = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : ''; + var renderInteractiveForms = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : false; + var l10n = arguments.length > 4 && arguments[4] !== undefined ? arguments[4] : _ui_utils.NullL10n; + + return new _annotation_layer_builder.AnnotationLayerBuilder({ + pageDiv: pageDiv, + pdfPage: pdfPage, + imageResourcesPath: imageResourcesPath, + renderInteractiveForms: renderInteractiveForms, + linkService: this.linkService, + downloadManager: this.downloadManager, + l10n: l10n + }); + } + }, { + key: 'getPagesOverview', + value: function getPagesOverview() { + var pagesOverview = this._pages.map(function (pageView) { + var viewport = pageView.pdfPage.getViewport(1); + return { + width: viewport.width, + height: viewport.height, + rotation: viewport.rotation + }; + }); + if (!this.enablePrintAutoRotate) { + return pagesOverview; + } + var isFirstPagePortrait = (0, _ui_utils.isPortraitOrientation)(pagesOverview[0]); + return pagesOverview.map(function (size) { + if (isFirstPagePortrait === (0, _ui_utils.isPortraitOrientation)(size)) { + return size; + } + return { + width: size.height, + height: size.width, + rotation: (size.rotation + 90) % 360 + }; + }); + } + }, { + key: '_updateScrollMode', + value: function _updateScrollMode() { + var pageNumber = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : null; + + var scrollMode = this._scrollMode, + viewer = this.viewer; + viewer.classList.toggle('scrollHorizontal', scrollMode === ScrollMode.HORIZONTAL); + viewer.classList.toggle('scrollWrapped', scrollMode === ScrollMode.WRAPPED); + if (!this.pdfDocument || !pageNumber) { + return; + } + if (this._currentScaleValue && isNaN(this._currentScaleValue)) { + this._setScale(this._currentScaleValue, true); + } + this.scrollPageIntoView({ pageNumber: pageNumber }); + this.update(); + } + }, { + key: '_updateSpreadMode', + value: function _updateSpreadMode() { + var pageNumber = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : null; + + if (!this.pdfDocument) { + return; + } + var viewer = this.viewer, + pages = this._pages; + viewer.textContent = ''; + if (this._spreadMode === SpreadMode.NONE) { + for (var i = 0, iMax = pages.length; i < iMax; ++i) { + viewer.appendChild(pages[i].div); + } + } else { + var parity = this._spreadMode - 1; + var spread = null; + for (var _i = 0, _iMax = pages.length; _i < _iMax; ++_i) { + if (spread === null) { + spread = document.createElement('div'); + spread.className = 'spread'; + viewer.appendChild(spread); + } else if (_i % 2 === parity) { + spread = spread.cloneNode(false); + viewer.appendChild(spread); + } + spread.appendChild(pages[_i].div); + } + } + if (!pageNumber) { + return; + } + this.scrollPageIntoView({ pageNumber: pageNumber }); + this.update(); + } + }, { + key: 'pagesCount', + get: function get() { + return this._pages.length; + } + }, { + key: 'pageViewsReady', + get: function get() { + return this._pageViewsReady; + } + }, { + key: 'currentPageNumber', + get: function get() { + return this._currentPageNumber; + }, + set: function set(val) { + if (!Number.isInteger(val)) { + throw new Error('Invalid page number.'); + } + if (!this.pdfDocument) { + return; + } + this._setCurrentPageNumber(val, true); + } + }, { + key: 'currentPageLabel', + get: function get() { + return this._pageLabels && this._pageLabels[this._currentPageNumber - 1]; + }, + set: function set(val) { + var pageNumber = val | 0; + if (this._pageLabels) { + var i = this._pageLabels.indexOf(val); + if (i >= 0) { + pageNumber = i + 1; + } + } + this.currentPageNumber = pageNumber; + } + }, { + key: 'currentScale', + get: function get() { + return this._currentScale !== _ui_utils.UNKNOWN_SCALE ? this._currentScale : _ui_utils.DEFAULT_SCALE; + }, + set: function set(val) { + if (isNaN(val)) { + throw new Error('Invalid numeric scale'); + } + if (!this.pdfDocument) { + return; + } + this._setScale(val, false); + } + }, { + key: 'currentScaleValue', + get: function get() { + return this._currentScaleValue; + }, + set: function set(val) { + if (!this.pdfDocument) { + return; + } + this._setScale(val, false); + } + }, { + key: 'pagesRotation', + get: function get() { + return this._pagesRotation; + }, + set: function set(rotation) { + if (!(0, _ui_utils.isValidRotation)(rotation)) { + throw new Error('Invalid pages rotation angle.'); + } + if (!this.pdfDocument) { + return; + } + if (this._pagesRotation === rotation) { + return; + } + this._pagesRotation = rotation; + var pageNumber = this._currentPageNumber; + for (var i = 0, ii = this._pages.length; i < ii; i++) { + var pageView = this._pages[i]; + pageView.update(pageView.scale, rotation); + } + if (this._currentScaleValue) { + this._setScale(this._currentScaleValue, true); + } + this.eventBus.dispatch('rotationchanging', { + source: this, + pagesRotation: rotation, + pageNumber: pageNumber + }); + if (this.defaultRenderingQueue) { + this.update(); + } + } + }, { + key: '_setDocumentViewerElement', + get: function get() { + throw new Error('Not implemented: _setDocumentViewerElement'); + } + }, { + key: '_isScrollModeHorizontal', + get: function get() { + throw new Error('Not implemented: _isScrollModeHorizontal'); + } + }, { + key: 'isInPresentationMode', + get: function get() { + return this.presentationModeState === _ui_utils.PresentationModeState.FULLSCREEN; + } + }, { + key: 'isChangingPresentationMode', + get: function get() { + return this.presentationModeState === _ui_utils.PresentationModeState.CHANGING; + } + }, { + key: 'isHorizontalScrollbarEnabled', + get: function get() { + return this.isInPresentationMode ? false : this.container.scrollWidth > this.container.clientWidth; + } + }, { + key: 'isVerticalScrollbarEnabled', + get: function get() { + return this.isInPresentationMode ? false : this.container.scrollHeight > this.container.clientHeight; + } + }, { + key: 'hasEqualPageSizes', + get: function get() { + var firstPageView = this._pages[0]; + for (var i = 1, ii = this._pages.length; i < ii; ++i) { + var pageView = this._pages[i]; + if (pageView.width !== firstPageView.width || pageView.height !== firstPageView.height) { + return false; + } + } + return true; + } + }, { + key: 'scrollMode', + get: function get() { + return this._scrollMode; + }, + set: function set(mode) { + if (this._scrollMode === mode) { + return; + } + if (!Number.isInteger(mode) || !Object.values(ScrollMode).includes(mode)) { + throw new Error('Invalid scroll mode: ' + mode); + } + this._scrollMode = mode; + this.eventBus.dispatch('scrollmodechanged', { + source: this, + mode: mode + }); + this._updateScrollMode(this._currentPageNumber); + } + }, { + key: 'spreadMode', + get: function get() { + return this._spreadMode; + }, + set: function set(mode) { + if (this._spreadMode === mode) { + return; + } + if (!Number.isInteger(mode) || !Object.values(SpreadMode).includes(mode)) { + throw new Error('Invalid spread mode: ' + mode); + } + this._spreadMode = mode; + this.eventBus.dispatch('spreadmodechanged', { + source: this, + mode: mode + }); + this._updateSpreadMode(this._currentPageNumber); + } + }]); + + return BaseViewer; +}(); + +exports.BaseViewer = BaseViewer; +exports.ScrollMode = ScrollMode; +exports.SpreadMode = SpreadMode; + +/***/ }), +/* 31 */ +/***/ (function(module, exports, __webpack_require__) { + +"use strict"; + + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.DefaultAnnotationLayerFactory = exports.AnnotationLayerBuilder = undefined; + +var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }(); + +var _pdfjsLib = __webpack_require__(7); + +var _ui_utils = __webpack_require__(6); + +var _pdf_link_service = __webpack_require__(23); + +function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } + +var AnnotationLayerBuilder = function () { + function AnnotationLayerBuilder(_ref) { + var pageDiv = _ref.pageDiv, + pdfPage = _ref.pdfPage, + linkService = _ref.linkService, + downloadManager = _ref.downloadManager, + _ref$imageResourcesPa = _ref.imageResourcesPath, + imageResourcesPath = _ref$imageResourcesPa === undefined ? '' : _ref$imageResourcesPa, + _ref$renderInteractiv = _ref.renderInteractiveForms, + renderInteractiveForms = _ref$renderInteractiv === undefined ? false : _ref$renderInteractiv, + _ref$l10n = _ref.l10n, + l10n = _ref$l10n === undefined ? _ui_utils.NullL10n : _ref$l10n; + + _classCallCheck(this, AnnotationLayerBuilder); + + this.pageDiv = pageDiv; + this.pdfPage = pdfPage; + this.linkService = linkService; + this.downloadManager = downloadManager; + this.imageResourcesPath = imageResourcesPath; + this.renderInteractiveForms = renderInteractiveForms; + this.l10n = l10n; + this.div = null; + this._cancelled = false; + } + + _createClass(AnnotationLayerBuilder, [{ + key: 'render', + value: function render(viewport) { + var _this = this; + + var intent = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 'display'; + + this.pdfPage.getAnnotations({ intent: intent }).then(function (annotations) { + if (_this._cancelled) { + return; + } + var parameters = { + viewport: viewport.clone({ dontFlip: true }), + div: _this.div, + annotations: annotations, + page: _this.pdfPage, + imageResourcesPath: _this.imageResourcesPath, + renderInteractiveForms: _this.renderInteractiveForms, + linkService: _this.linkService, + downloadManager: _this.downloadManager + }; + if (_this.div) { + _pdfjsLib.AnnotationLayer.update(parameters); + } else { + if (annotations.length === 0) { + return; + } + _this.div = document.createElement('div'); + _this.div.className = 'annotationLayer'; + _this.pageDiv.appendChild(_this.div); + parameters.div = _this.div; + _pdfjsLib.AnnotationLayer.render(parameters); + _this.l10n.translate(_this.div); + } + }); + } + }, { + key: 'cancel', + value: function cancel() { + this._cancelled = true; + } + }, { + key: 'hide', + value: function hide() { + if (!this.div) { + return; + } + this.div.setAttribute('hidden', 'true'); + } + }]); + + return AnnotationLayerBuilder; +}(); + +var DefaultAnnotationLayerFactory = function () { + function DefaultAnnotationLayerFactory() { + _classCallCheck(this, DefaultAnnotationLayerFactory); + } + + _createClass(DefaultAnnotationLayerFactory, [{ + key: 'createAnnotationLayerBuilder', + value: function createAnnotationLayerBuilder(pageDiv, pdfPage) { + var imageResourcesPath = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : ''; + var renderInteractiveForms = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : false; + var l10n = arguments.length > 4 && arguments[4] !== undefined ? arguments[4] : _ui_utils.NullL10n; + + return new AnnotationLayerBuilder({ + pageDiv: pageDiv, + pdfPage: pdfPage, + imageResourcesPath: imageResourcesPath, + renderInteractiveForms: renderInteractiveForms, + linkService: new _pdf_link_service.SimpleLinkService(), + l10n: l10n + }); + } + }]); + + return DefaultAnnotationLayerFactory; +}(); + +exports.AnnotationLayerBuilder = AnnotationLayerBuilder; +exports.DefaultAnnotationLayerFactory = DefaultAnnotationLayerFactory; + +/***/ }), +/* 32 */ +/***/ (function(module, exports, __webpack_require__) { + +"use strict"; + + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.PDFPageView = undefined; + +var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }(); + +var _ui_utils = __webpack_require__(6); + +var _pdfjsLib = __webpack_require__(7); + +var _dom_events = __webpack_require__(14); + +var _pdf_rendering_queue = __webpack_require__(10); + +var _viewer_compatibility = __webpack_require__(13); + +function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } + +var MAX_CANVAS_PIXELS = _viewer_compatibility.viewerCompatibilityParams.maxCanvasPixels || 16777216; + +var PDFPageView = function () { + function PDFPageView(options) { + _classCallCheck(this, PDFPageView); + + var container = options.container; + var defaultViewport = options.defaultViewport; + this.id = options.id; + this.renderingId = 'page' + this.id; + this.pdfPage = null; + this.pageLabel = null; + this.rotation = 0; + this.scale = options.scale || _ui_utils.DEFAULT_SCALE; + this.viewport = defaultViewport; + this.pdfPageRotate = defaultViewport.rotation; + this.hasRestrictedScaling = false; + this.textLayerMode = Number.isInteger(options.textLayerMode) ? options.textLayerMode : _ui_utils.TextLayerMode.ENABLE; + this.imageResourcesPath = options.imageResourcesPath || ''; + this.renderInteractiveForms = options.renderInteractiveForms || false; + this.useOnlyCssZoom = options.useOnlyCssZoom || false; + this.maxCanvasPixels = options.maxCanvasPixels || MAX_CANVAS_PIXELS; + this.eventBus = options.eventBus || (0, _dom_events.getGlobalEventBus)(); + this.renderingQueue = options.renderingQueue; + this.textLayerFactory = options.textLayerFactory; + this.annotationLayerFactory = options.annotationLayerFactory; + this.renderer = options.renderer || _ui_utils.RendererType.CANVAS; + this.enableWebGL = options.enableWebGL || false; + this.l10n = options.l10n || _ui_utils.NullL10n; + this.paintTask = null; + this.paintedViewportMap = new WeakMap(); + this.renderingState = _pdf_rendering_queue.RenderingStates.INITIAL; + this.resume = null; + this.error = null; + this.onBeforeDraw = null; + this.onAfterDraw = null; + this.annotationLayer = null; + this.textLayer = null; + this.zoomLayer = null; + var div = document.createElement('div'); + div.className = 'page'; + div.style.width = Math.floor(this.viewport.width) + 'px'; + div.style.height = Math.floor(this.viewport.height) + 'px'; + div.setAttribute('data-page-number', this.id); + this.div = div; + container.appendChild(div); + } + + _createClass(PDFPageView, [{ + key: 'setPdfPage', + value: function setPdfPage(pdfPage) { + this.pdfPage = pdfPage; + this.pdfPageRotate = pdfPage.rotate; + var totalRotation = (this.rotation + this.pdfPageRotate) % 360; + this.viewport = pdfPage.getViewport(this.scale * _ui_utils.CSS_UNITS, totalRotation); + this.stats = pdfPage.stats; + this.reset(); + } + }, { + key: 'destroy', + value: function destroy() { + this.reset(); + if (this.pdfPage) { + this.pdfPage.cleanup(); + } + } + }, { + key: '_resetZoomLayer', + value: function _resetZoomLayer() { + var removeFromDOM = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : false; + + if (!this.zoomLayer) { + return; + } + var zoomLayerCanvas = this.zoomLayer.firstChild; + this.paintedViewportMap.delete(zoomLayerCanvas); + zoomLayerCanvas.width = 0; + zoomLayerCanvas.height = 0; + if (removeFromDOM) { + this.zoomLayer.remove(); + } + this.zoomLayer = null; + } + }, { + key: 'reset', + value: function reset() { + var keepZoomLayer = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : false; + var keepAnnotations = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : false; + + this.cancelRendering(keepAnnotations); + var div = this.div; + div.style.width = Math.floor(this.viewport.width) + 'px'; + div.style.height = Math.floor(this.viewport.height) + 'px'; + var childNodes = div.childNodes; + var currentZoomLayerNode = keepZoomLayer && this.zoomLayer || null; + var currentAnnotationNode = keepAnnotations && this.annotationLayer && this.annotationLayer.div || null; + for (var i = childNodes.length - 1; i >= 0; i--) { + var node = childNodes[i]; + if (currentZoomLayerNode === node || currentAnnotationNode === node) { + continue; + } + div.removeChild(node); + } + div.removeAttribute('data-loaded'); + if (currentAnnotationNode) { + this.annotationLayer.hide(); + } else if (this.annotationLayer) { + this.annotationLayer.cancel(); + this.annotationLayer = null; + } + if (!currentZoomLayerNode) { + if (this.canvas) { + this.paintedViewportMap.delete(this.canvas); + this.canvas.width = 0; + this.canvas.height = 0; + delete this.canvas; + } + this._resetZoomLayer(); + } + if (this.svg) { + this.paintedViewportMap.delete(this.svg); + delete this.svg; + } + this.loadingIconDiv = document.createElement('div'); + this.loadingIconDiv.className = 'loadingIcon'; + div.appendChild(this.loadingIconDiv); + } + }, { + key: 'update', + value: function update(scale, rotation) { + this.scale = scale || this.scale; + if (typeof rotation !== 'undefined') { + this.rotation = rotation; + } + var totalRotation = (this.rotation + this.pdfPageRotate) % 360; + this.viewport = this.viewport.clone({ + scale: this.scale * _ui_utils.CSS_UNITS, + rotation: totalRotation + }); + if (this.svg) { + this.cssTransform(this.svg, true); + this.eventBus.dispatch('pagerendered', { + source: this, + pageNumber: this.id, + cssTransform: true + }); + return; + } + var isScalingRestricted = false; + if (this.canvas && this.maxCanvasPixels > 0) { + var outputScale = this.outputScale; + if ((Math.floor(this.viewport.width) * outputScale.sx | 0) * (Math.floor(this.viewport.height) * outputScale.sy | 0) > this.maxCanvasPixels) { + isScalingRestricted = true; + } + } + if (this.canvas) { + if (this.useOnlyCssZoom || this.hasRestrictedScaling && isScalingRestricted) { + this.cssTransform(this.canvas, true); + this.eventBus.dispatch('pagerendered', { + source: this, + pageNumber: this.id, + cssTransform: true + }); + return; + } + if (!this.zoomLayer && !this.canvas.hasAttribute('hidden')) { + this.zoomLayer = this.canvas.parentNode; + this.zoomLayer.style.position = 'absolute'; + } + } + if (this.zoomLayer) { + this.cssTransform(this.zoomLayer.firstChild); + } + this.reset(true, true); + } + }, { + key: 'cancelRendering', + value: function cancelRendering() { + var keepAnnotations = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : false; + + var renderingState = this.renderingState; + if (this.paintTask) { + this.paintTask.cancel(); + this.paintTask = null; + } + this.renderingState = _pdf_rendering_queue.RenderingStates.INITIAL; + this.resume = null; + if (this.textLayer) { + this.textLayer.cancel(); + this.textLayer = null; + } + if (!keepAnnotations && this.annotationLayer) { + this.annotationLayer.cancel(); + this.annotationLayer = null; + } + if (renderingState !== _pdf_rendering_queue.RenderingStates.INITIAL) { + this.eventBus.dispatch('pagecancelled', { + source: this, + pageNumber: this.id, + renderingState: renderingState + }); + } + } + }, { + key: 'cssTransform', + value: function cssTransform(target) { + var redrawAnnotations = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : false; + + var width = this.viewport.width; + var height = this.viewport.height; + var div = this.div; + target.style.width = target.parentNode.style.width = div.style.width = Math.floor(width) + 'px'; + target.style.height = target.parentNode.style.height = div.style.height = Math.floor(height) + 'px'; + var relativeRotation = this.viewport.rotation - this.paintedViewportMap.get(target).rotation; + var absRotation = Math.abs(relativeRotation); + var scaleX = 1, + scaleY = 1; + if (absRotation === 90 || absRotation === 270) { + scaleX = height / width; + scaleY = width / height; + } + var cssTransform = 'rotate(' + relativeRotation + 'deg) ' + 'scale(' + scaleX + ',' + scaleY + ')'; + target.style.transform = cssTransform; + if (this.textLayer) { + var textLayerViewport = this.textLayer.viewport; + var textRelativeRotation = this.viewport.rotation - textLayerViewport.rotation; + var textAbsRotation = Math.abs(textRelativeRotation); + var scale = width / textLayerViewport.width; + if (textAbsRotation === 90 || textAbsRotation === 270) { + scale = width / textLayerViewport.height; + } + var textLayerDiv = this.textLayer.textLayerDiv; + var transX = void 0, + transY = void 0; + switch (textAbsRotation) { + case 0: + transX = transY = 0; + break; + case 90: + transX = 0; + transY = '-' + textLayerDiv.style.height; + break; + case 180: + transX = '-' + textLayerDiv.style.width; + transY = '-' + textLayerDiv.style.height; + break; + case 270: + transX = '-' + textLayerDiv.style.width; + transY = 0; + break; + default: + console.error('Bad rotation value.'); + break; + } + textLayerDiv.style.transform = 'rotate(' + textAbsRotation + 'deg) ' + 'scale(' + scale + ', ' + scale + ') ' + 'translate(' + transX + ', ' + transY + ')'; + textLayerDiv.style.transformOrigin = '0% 0%'; + } + if (redrawAnnotations && this.annotationLayer) { + this.annotationLayer.render(this.viewport, 'display'); + } + } + }, { + key: 'getPagePoint', + value: function getPagePoint(x, y) { + return this.viewport.convertToPdfPoint(x, y); + } + }, { + key: 'draw', + value: function draw() { + var _this = this; + + if (this.renderingState !== _pdf_rendering_queue.RenderingStates.INITIAL) { + console.error('Must be in new state before drawing'); + this.reset(); + } + if (!this.pdfPage) { + this.renderingState = _pdf_rendering_queue.RenderingStates.FINISHED; + return Promise.reject(new Error('Page is not loaded')); + } + this.renderingState = _pdf_rendering_queue.RenderingStates.RUNNING; + var pdfPage = this.pdfPage; + var div = this.div; + var canvasWrapper = document.createElement('div'); + canvasWrapper.style.width = div.style.width; + canvasWrapper.style.height = div.style.height; + canvasWrapper.classList.add('canvasWrapper'); + if (this.annotationLayer && this.annotationLayer.div) { + div.insertBefore(canvasWrapper, this.annotationLayer.div); + } else { + div.appendChild(canvasWrapper); + } + var textLayer = null; + if (this.textLayerMode !== _ui_utils.TextLayerMode.DISABLE && this.textLayerFactory) { + var textLayerDiv = document.createElement('div'); + textLayerDiv.className = 'textLayer'; + textLayerDiv.style.width = canvasWrapper.style.width; + textLayerDiv.style.height = canvasWrapper.style.height; + if (this.annotationLayer && this.annotationLayer.div) { + div.insertBefore(textLayerDiv, this.annotationLayer.div); + } else { + div.appendChild(textLayerDiv); + } + textLayer = this.textLayerFactory.createTextLayerBuilder(textLayerDiv, this.id - 1, this.viewport, this.textLayerMode === _ui_utils.TextLayerMode.ENABLE_ENHANCE); + } + this.textLayer = textLayer; + var renderContinueCallback = null; + if (this.renderingQueue) { + renderContinueCallback = function renderContinueCallback(cont) { + if (!_this.renderingQueue.isHighestPriority(_this)) { + _this.renderingState = _pdf_rendering_queue.RenderingStates.PAUSED; + _this.resume = function () { + _this.renderingState = _pdf_rendering_queue.RenderingStates.RUNNING; + cont(); + }; + return; + } + cont(); + }; + } + var finishPaintTask = function finishPaintTask(error) { + if (paintTask === _this.paintTask) { + _this.paintTask = null; + } + if (error instanceof _pdfjsLib.RenderingCancelledException) { + _this.error = null; + return Promise.resolve(undefined); + } + _this.renderingState = _pdf_rendering_queue.RenderingStates.FINISHED; + if (_this.loadingIconDiv) { + div.removeChild(_this.loadingIconDiv); + delete _this.loadingIconDiv; + } + _this._resetZoomLayer(true); + _this.error = error; + _this.stats = pdfPage.stats; + if (_this.onAfterDraw) { + _this.onAfterDraw(); + } + _this.eventBus.dispatch('pagerendered', { + source: _this, + pageNumber: _this.id, + cssTransform: false + }); + if (error) { + return Promise.reject(error); + } + return Promise.resolve(undefined); + }; + var paintTask = this.renderer === _ui_utils.RendererType.SVG ? this.paintOnSvg(canvasWrapper) : this.paintOnCanvas(canvasWrapper); + paintTask.onRenderContinue = renderContinueCallback; + this.paintTask = paintTask; + var resultPromise = paintTask.promise.then(function () { + return finishPaintTask(null).then(function () { + if (textLayer) { + var readableStream = pdfPage.streamTextContent({ normalizeWhitespace: true }); + textLayer.setTextContentStream(readableStream); + textLayer.render(); + } + }); + }, function (reason) { + return finishPaintTask(reason); + }); + if (this.annotationLayerFactory) { + if (!this.annotationLayer) { + this.annotationLayer = this.annotationLayerFactory.createAnnotationLayerBuilder(div, pdfPage, this.imageResourcesPath, this.renderInteractiveForms, this.l10n); + } + this.annotationLayer.render(this.viewport, 'display'); + } + div.setAttribute('data-loaded', true); + if (this.onBeforeDraw) { + this.onBeforeDraw(); + } + return resultPromise; + } + }, { + key: 'paintOnCanvas', + value: function paintOnCanvas(canvasWrapper) { + var renderCapability = (0, _pdfjsLib.createPromiseCapability)(); + var result = { + promise: renderCapability.promise, + onRenderContinue: function onRenderContinue(cont) { + cont(); + }, + cancel: function cancel() { + renderTask.cancel(); + } + }; + var viewport = this.viewport; + var canvas = document.createElement('canvas'); + canvas.id = this.renderingId; + canvas.setAttribute('hidden', 'hidden'); + var isCanvasHidden = true; + var showCanvas = function showCanvas() { + if (isCanvasHidden) { + canvas.removeAttribute('hidden'); + isCanvasHidden = false; + } + }; + canvasWrapper.appendChild(canvas); + this.canvas = canvas; + canvas.mozOpaque = true; + var ctx = canvas.getContext('2d', { alpha: false }); + var outputScale = (0, _ui_utils.getOutputScale)(ctx); + this.outputScale = outputScale; + if (this.useOnlyCssZoom) { + var actualSizeViewport = viewport.clone({ scale: _ui_utils.CSS_UNITS }); + outputScale.sx *= actualSizeViewport.width / viewport.width; + outputScale.sy *= actualSizeViewport.height / viewport.height; + outputScale.scaled = true; + } + if (this.maxCanvasPixels > 0) { + var pixelsInViewport = viewport.width * viewport.height; + var maxScale = Math.sqrt(this.maxCanvasPixels / pixelsInViewport); + if (outputScale.sx > maxScale || outputScale.sy > maxScale) { + outputScale.sx = maxScale; + outputScale.sy = maxScale; + outputScale.scaled = true; + this.hasRestrictedScaling = true; + } else { + this.hasRestrictedScaling = false; + } + } + var sfx = (0, _ui_utils.approximateFraction)(outputScale.sx); + var sfy = (0, _ui_utils.approximateFraction)(outputScale.sy); + canvas.width = (0, _ui_utils.roundToDivide)(viewport.width * outputScale.sx, sfx[0]); + canvas.height = (0, _ui_utils.roundToDivide)(viewport.height * outputScale.sy, sfy[0]); + canvas.style.width = (0, _ui_utils.roundToDivide)(viewport.width, sfx[1]) + 'px'; + canvas.style.height = (0, _ui_utils.roundToDivide)(viewport.height, sfy[1]) + 'px'; + this.paintedViewportMap.set(canvas, viewport); + var transform = !outputScale.scaled ? null : [outputScale.sx, 0, 0, outputScale.sy, 0, 0]; + var renderContext = { + canvasContext: ctx, + transform: transform, + viewport: this.viewport, + enableWebGL: this.enableWebGL, + renderInteractiveForms: this.renderInteractiveForms + }; + var renderTask = this.pdfPage.render(renderContext); + renderTask.onContinue = function (cont) { + showCanvas(); + if (result.onRenderContinue) { + result.onRenderContinue(cont); + } else { + cont(); + } + }; + renderTask.promise.then(function () { + showCanvas(); + renderCapability.resolve(undefined); + }, function (error) { + showCanvas(); + renderCapability.reject(error); + }); + return result; + } + }, { + key: 'paintOnSvg', + value: function paintOnSvg(wrapper) { + var _this2 = this; + + var cancelled = false; + var ensureNotCancelled = function ensureNotCancelled() { + if (cancelled) { + throw new _pdfjsLib.RenderingCancelledException('Rendering cancelled, page ' + _this2.id, 'svg'); + } + }; + var pdfPage = this.pdfPage; + var actualSizeViewport = this.viewport.clone({ scale: _ui_utils.CSS_UNITS }); + var promise = pdfPage.getOperatorList().then(function (opList) { + ensureNotCancelled(); + var svgGfx = new _pdfjsLib.SVGGraphics(pdfPage.commonObjs, pdfPage.objs); + return svgGfx.getSVG(opList, actualSizeViewport).then(function (svg) { + ensureNotCancelled(); + _this2.svg = svg; + _this2.paintedViewportMap.set(svg, actualSizeViewport); + svg.style.width = wrapper.style.width; + svg.style.height = wrapper.style.height; + _this2.renderingState = _pdf_rendering_queue.RenderingStates.FINISHED; + wrapper.appendChild(svg); + }); + }); + return { + promise: promise, + onRenderContinue: function onRenderContinue(cont) { + cont(); + }, + cancel: function cancel() { + cancelled = true; + } + }; + } + }, { + key: 'setPageLabel', + value: function setPageLabel(label) { + this.pageLabel = typeof label === 'string' ? label : null; + if (this.pageLabel !== null) { + this.div.setAttribute('data-page-label', this.pageLabel); + } else { + this.div.removeAttribute('data-page-label'); + } + } + }, { + key: 'width', + get: function get() { + return this.viewport.width; + } + }, { + key: 'height', + get: function get() { + return this.viewport.height; + } + }]); + + return PDFPageView; +}(); + +exports.PDFPageView = PDFPageView; + +/***/ }), +/* 33 */ +/***/ (function(module, exports, __webpack_require__) { + +"use strict"; + + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.DefaultTextLayerFactory = exports.TextLayerBuilder = undefined; + +var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }(); + +var _dom_events = __webpack_require__(14); + +var _pdfjsLib = __webpack_require__(7); + +var _ui_utils = __webpack_require__(6); + +function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } + +var EXPAND_DIVS_TIMEOUT = 300; +var MATCH_SCROLL_OFFSET_TOP = -50; +var MATCH_SCROLL_OFFSET_LEFT = -400; + +var TextLayerBuilder = function () { + function TextLayerBuilder(_ref) { + var textLayerDiv = _ref.textLayerDiv, + eventBus = _ref.eventBus, + pageIndex = _ref.pageIndex, + viewport = _ref.viewport, + _ref$findController = _ref.findController, + findController = _ref$findController === undefined ? null : _ref$findController, + _ref$enhanceTextSelec = _ref.enhanceTextSelection, + enhanceTextSelection = _ref$enhanceTextSelec === undefined ? false : _ref$enhanceTextSelec; + + _classCallCheck(this, TextLayerBuilder); + + this.textLayerDiv = textLayerDiv; + this.eventBus = eventBus || (0, _dom_events.getGlobalEventBus)(); + this.textContent = null; + this.textContentItemsStr = []; + this.textContentStream = null; + this.renderingDone = false; + this.pageIdx = pageIndex; + this.pageNumber = this.pageIdx + 1; + this.matches = []; + this.viewport = viewport; + this.textDivs = []; + this.findController = findController; + this.textLayerRenderTask = null; + this.enhanceTextSelection = enhanceTextSelection; + this._boundEvents = Object.create(null); + this._bindEvents(); + this._bindMouse(); + } + + _createClass(TextLayerBuilder, [{ + key: '_finishRendering', + value: function _finishRendering() { + this.renderingDone = true; + if (!this.enhanceTextSelection) { + var endOfContent = document.createElement('div'); + endOfContent.className = 'endOfContent'; + this.textLayerDiv.appendChild(endOfContent); + } + this.eventBus.dispatch('textlayerrendered', { + source: this, + pageNumber: this.pageNumber, + numTextDivs: this.textDivs.length + }); + } + }, { + key: 'render', + value: function render() { + var _this = this; + + var timeout = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : 0; + + if (!(this.textContent || this.textContentStream) || this.renderingDone) { + return; + } + this.cancel(); + this.textDivs = []; + var textLayerFrag = document.createDocumentFragment(); + this.textLayerRenderTask = (0, _pdfjsLib.renderTextLayer)({ + textContent: this.textContent, + textContentStream: this.textContentStream, + container: textLayerFrag, + viewport: this.viewport, + textDivs: this.textDivs, + textContentItemsStr: this.textContentItemsStr, + timeout: timeout, + enhanceTextSelection: this.enhanceTextSelection + }); + this.textLayerRenderTask.promise.then(function () { + _this.textLayerDiv.appendChild(textLayerFrag); + _this._finishRendering(); + _this.updateMatches(); + }, function (reason) {}); + } + }, { + key: 'cancel', + value: function cancel() { + if (this.textLayerRenderTask) { + this.textLayerRenderTask.cancel(); + this.textLayerRenderTask = null; + } + } + }, { + key: 'setTextContentStream', + value: function setTextContentStream(readableStream) { + this.cancel(); + this.textContentStream = readableStream; + } + }, { + key: 'setTextContent', + value: function setTextContent(textContent) { + this.cancel(); + this.textContent = textContent; + } + }, { + key: 'convertMatches', + value: function convertMatches(matches, matchesLength) { + var i = 0; + var iIndex = 0; + var textContentItemsStr = this.textContentItemsStr; + var end = textContentItemsStr.length - 1; + var queryLen = this.findController === null ? 0 : this.findController.state.query.length; + var ret = []; + if (!matches) { + return ret; + } + for (var m = 0, len = matches.length; m < len; m++) { + var matchIdx = matches[m]; + while (i !== end && matchIdx >= iIndex + textContentItemsStr[i].length) { + iIndex += textContentItemsStr[i].length; + i++; + } + if (i === textContentItemsStr.length) { + console.error('Could not find a matching mapping'); + } + var match = { + begin: { + divIdx: i, + offset: matchIdx - iIndex + } + }; + if (matchesLength) { + matchIdx += matchesLength[m]; + } else { + matchIdx += queryLen; + } + while (i !== end && matchIdx > iIndex + textContentItemsStr[i].length) { + iIndex += textContentItemsStr[i].length; + i++; + } + match.end = { + divIdx: i, + offset: matchIdx - iIndex + }; + ret.push(match); + } + return ret; + } + }, { + key: 'renderMatches', + value: function renderMatches(matches) { + if (matches.length === 0) { + return; + } + var textContentItemsStr = this.textContentItemsStr; + var textDivs = this.textDivs; + var prevEnd = null; + var pageIdx = this.pageIdx; + var isSelectedPage = this.findController === null ? false : pageIdx === this.findController.selected.pageIdx; + var selectedMatchIdx = this.findController === null ? -1 : this.findController.selected.matchIdx; + var highlightAll = this.findController === null ? false : this.findController.state.highlightAll; + var infinity = { + divIdx: -1, + offset: undefined + }; + function beginText(begin, className) { + var divIdx = begin.divIdx; + textDivs[divIdx].textContent = ''; + appendTextToDiv(divIdx, 0, begin.offset, className); + } + function appendTextToDiv(divIdx, fromOffset, toOffset, className) { + var div = textDivs[divIdx]; + var content = textContentItemsStr[divIdx].substring(fromOffset, toOffset); + var node = document.createTextNode(content); + if (className) { + var span = document.createElement('span'); + span.className = className; + span.appendChild(node); + div.appendChild(span); + return; + } + div.appendChild(node); + } + var i0 = selectedMatchIdx, + i1 = i0 + 1; + if (highlightAll) { + i0 = 0; + i1 = matches.length; + } else if (!isSelectedPage) { + return; + } + for (var i = i0; i < i1; i++) { + var match = matches[i]; + var begin = match.begin; + var end = match.end; + var isSelected = isSelectedPage && i === selectedMatchIdx; + var highlightSuffix = isSelected ? ' selected' : ''; + if (this.findController) { + if (this.findController.selected.matchIdx === i && this.findController.selected.pageIdx === pageIdx) { + var spot = { + top: MATCH_SCROLL_OFFSET_TOP, + left: MATCH_SCROLL_OFFSET_LEFT + }; + (0, _ui_utils.scrollIntoView)(textDivs[begin.divIdx], spot, true); + } + } + if (!prevEnd || begin.divIdx !== prevEnd.divIdx) { + if (prevEnd !== null) { + appendTextToDiv(prevEnd.divIdx, prevEnd.offset, infinity.offset); + } + beginText(begin); + } else { + appendTextToDiv(prevEnd.divIdx, prevEnd.offset, begin.offset); + } + if (begin.divIdx === end.divIdx) { + appendTextToDiv(begin.divIdx, begin.offset, end.offset, 'highlight' + highlightSuffix); + } else { + appendTextToDiv(begin.divIdx, begin.offset, infinity.offset, 'highlight begin' + highlightSuffix); + for (var n0 = begin.divIdx + 1, n1 = end.divIdx; n0 < n1; n0++) { + textDivs[n0].className = 'highlight middle' + highlightSuffix; + } + beginText(end, 'highlight end' + highlightSuffix); + } + prevEnd = end; + } + if (prevEnd) { + appendTextToDiv(prevEnd.divIdx, prevEnd.offset, infinity.offset); + } + } + }, { + key: 'updateMatches', + value: function updateMatches() { + if (!this.renderingDone) { + return; + } + var matches = this.matches; + var textDivs = this.textDivs; + var textContentItemsStr = this.textContentItemsStr; + var clearedUntilDivIdx = -1; + for (var i = 0, len = matches.length; i < len; i++) { + var match = matches[i]; + var begin = Math.max(clearedUntilDivIdx, match.begin.divIdx); + for (var n = begin, end = match.end.divIdx; n <= end; n++) { + var div = textDivs[n]; + div.textContent = textContentItemsStr[n]; + div.className = ''; + } + clearedUntilDivIdx = match.end.divIdx + 1; + } + if (!this.findController || !this.findController.highlightMatches) { + return; + } + var pageMatches = void 0, + pageMatchesLength = void 0; + if (this.findController !== null) { + pageMatches = this.findController.pageMatches[this.pageIdx] || null; + pageMatchesLength = this.findController.pageMatchesLength ? this.findController.pageMatchesLength[this.pageIdx] || null : null; + } + this.matches = this.convertMatches(pageMatches, pageMatchesLength); + this.renderMatches(this.matches); + } + }, { + key: '_bindEvents', + value: function _bindEvents() { + var _this2 = this; + + var eventBus = this.eventBus, + _boundEvents = this._boundEvents; + + _boundEvents.pageCancelled = function (evt) { + if (evt.pageNumber !== _this2.pageNumber) { + return; + } + if (_this2.textLayerRenderTask) { + console.error('TextLayerBuilder._bindEvents: `this.cancel()` should ' + 'have been called when the page was reset, or rendering cancelled.'); + return; + } + for (var name in _boundEvents) { + eventBus.off(name.toLowerCase(), _boundEvents[name]); + delete _boundEvents[name]; + } + }; + _boundEvents.updateTextLayerMatches = function (evt) { + if (evt.pageIndex !== _this2.pageIdx && evt.pageIndex !== -1) { + return; + } + _this2.updateMatches(); + }; + eventBus.on('pagecancelled', _boundEvents.pageCancelled); + eventBus.on('updatetextlayermatches', _boundEvents.updateTextLayerMatches); + } + }, { + key: '_bindMouse', + value: function _bindMouse() { + var _this3 = this; + + var div = this.textLayerDiv; + var expandDivsTimer = null; + div.addEventListener('mousedown', function (evt) { + if (_this3.enhanceTextSelection && _this3.textLayerRenderTask) { + _this3.textLayerRenderTask.expandTextDivs(true); + if (expandDivsTimer) { + clearTimeout(expandDivsTimer); + expandDivsTimer = null; + } + return; + } + var end = div.querySelector('.endOfContent'); + if (!end) { + return; + } + var adjustTop = evt.target !== div; + adjustTop = adjustTop && window.getComputedStyle(end).getPropertyValue('-moz-user-select') !== 'none'; + if (adjustTop) { + var divBounds = div.getBoundingClientRect(); + var r = Math.max(0, (evt.pageY - divBounds.top) / divBounds.height); + end.style.top = (r * 100).toFixed(2) + '%'; + } + end.classList.add('active'); + }); + div.addEventListener('mouseup', function () { + if (_this3.enhanceTextSelection && _this3.textLayerRenderTask) { + expandDivsTimer = setTimeout(function () { + if (_this3.textLayerRenderTask) { + _this3.textLayerRenderTask.expandTextDivs(false); + } + expandDivsTimer = null; + }, EXPAND_DIVS_TIMEOUT); + return; + } + var end = div.querySelector('.endOfContent'); + if (!end) { + return; + } + end.style.top = ''; + end.classList.remove('active'); + }); + } + }]); + + return TextLayerBuilder; +}(); + +var DefaultTextLayerFactory = function () { + function DefaultTextLayerFactory() { + _classCallCheck(this, DefaultTextLayerFactory); + } + + _createClass(DefaultTextLayerFactory, [{ + key: 'createTextLayerBuilder', + value: function createTextLayerBuilder(textLayerDiv, pageIndex, viewport) { + var enhanceTextSelection = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : false; + + return new TextLayerBuilder({ + textLayerDiv: textLayerDiv, + pageIndex: pageIndex, + viewport: viewport, + enhanceTextSelection: enhanceTextSelection + }); + } + }]); + + return DefaultTextLayerFactory; +}(); + +exports.TextLayerBuilder = TextLayerBuilder; +exports.DefaultTextLayerFactory = DefaultTextLayerFactory; + +/***/ }), +/* 34 */ +/***/ (function(module, exports, __webpack_require__) { + +"use strict"; + + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.SecondaryToolbar = undefined; + +var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }(); + +var _base_viewer = __webpack_require__(30); + +var _pdf_cursor_tools = __webpack_require__(8); + +var _pdf_single_page_viewer = __webpack_require__(35); + +var _ui_utils = __webpack_require__(6); + +function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } + +var SecondaryToolbar = function () { + function SecondaryToolbar(options, mainContainer, eventBus) { + var _this = this; + + _classCallCheck(this, SecondaryToolbar); + + this.toolbar = options.toolbar; + this.toggleButton = options.toggleButton; + this.toolbarButtonContainer = options.toolbarButtonContainer; + this.buttons = [{ + element: options.presentationModeButton, + eventName: 'presentationmode', + close: true + }, { + element: options.openFileButton, + eventName: 'openfile', + close: true + }, { + element: options.printButton, + eventName: 'print', + close: true + }, { + element: options.downloadButton, + eventName: 'download', + close: true + }, { + element: options.viewBookmarkButton, + eventName: null, + close: true + }, { + element: options.firstPageButton, + eventName: 'firstpage', + close: true + }, { + element: options.lastPageButton, + eventName: 'lastpage', + close: true + }, { + element: options.pageRotateCwButton, + eventName: 'rotatecw', + close: false + }, { + element: options.pageRotateCcwButton, + eventName: 'rotateccw', + close: false + }, { + element: options.cursorSelectToolButton, + eventName: 'switchcursortool', + eventDetails: { tool: _pdf_cursor_tools.CursorTool.SELECT }, + close: true + }, { + element: options.cursorHandToolButton, + eventName: 'switchcursortool', + eventDetails: { tool: _pdf_cursor_tools.CursorTool.HAND }, + close: true + }, { + element: options.scrollVerticalButton, + eventName: 'switchscrollmode', + eventDetails: { mode: _base_viewer.ScrollMode.VERTICAL }, + close: true + }, { + element: options.scrollHorizontalButton, + eventName: 'switchscrollmode', + eventDetails: { mode: _base_viewer.ScrollMode.HORIZONTAL }, + close: true + }, { + element: options.scrollWrappedButton, + eventName: 'switchscrollmode', + eventDetails: { mode: _base_viewer.ScrollMode.WRAPPED }, + close: true + }, { + element: options.spreadNoneButton, + eventName: 'switchspreadmode', + eventDetails: { mode: _base_viewer.SpreadMode.NONE }, + close: true + }, { + element: options.spreadOddButton, + eventName: 'switchspreadmode', + eventDetails: { mode: _base_viewer.SpreadMode.ODD }, + close: true + }, { + element: options.spreadEvenButton, + eventName: 'switchspreadmode', + eventDetails: { mode: _base_viewer.SpreadMode.EVEN }, + close: true + }, { + element: options.documentPropertiesButton, + eventName: 'documentproperties', + close: true + }]; + this.items = { + firstPage: options.firstPageButton, + lastPage: options.lastPageButton, + pageRotateCw: options.pageRotateCwButton, + pageRotateCcw: options.pageRotateCcwButton + }; + this.mainContainer = mainContainer; + this.eventBus = eventBus; + this.opened = false; + this.containerHeight = null; + this.previousContainerHeight = null; + this.reset(); + this._bindClickListeners(); + this._bindCursorToolsListener(options); + this._bindScrollModeListener(options); + this._bindSpreadModeListener(options); + this.eventBus.on('resize', this._setMaxHeight.bind(this)); + this.eventBus.on('baseviewerinit', function (evt) { + if (evt.source instanceof _pdf_single_page_viewer.PDFSinglePageViewer) { + _this.toolbarButtonContainer.classList.add('hiddenScrollModeButtons', 'hiddenSpreadModeButtons'); + } else { + _this.toolbarButtonContainer.classList.remove('hiddenScrollModeButtons', 'hiddenSpreadModeButtons'); + } + }); + } + + _createClass(SecondaryToolbar, [{ + key: 'setPageNumber', + value: function setPageNumber(pageNumber) { + this.pageNumber = pageNumber; + this._updateUIState(); + } + }, { + key: 'setPagesCount', + value: function setPagesCount(pagesCount) { + this.pagesCount = pagesCount; + this._updateUIState(); + } + }, { + key: 'reset', + value: function reset() { + this.pageNumber = 0; + this.pagesCount = 0; + this._updateUIState(); + this.eventBus.dispatch('secondarytoolbarreset', { source: this }); + } + }, { + key: '_updateUIState', + value: function _updateUIState() { + this.items.firstPage.disabled = this.pageNumber <= 1; + this.items.lastPage.disabled = this.pageNumber >= this.pagesCount; + this.items.pageRotateCw.disabled = this.pagesCount === 0; + this.items.pageRotateCcw.disabled = this.pagesCount === 0; + } + }, { + key: '_bindClickListeners', + value: function _bindClickListeners() { + var _this2 = this; + + this.toggleButton.addEventListener('click', this.toggle.bind(this)); + + var _loop = function _loop(button) { + var _buttons$button = _this2.buttons[button], + element = _buttons$button.element, + eventName = _buttons$button.eventName, + close = _buttons$button.close, + eventDetails = _buttons$button.eventDetails; + + element.addEventListener('click', function (evt) { + if (eventName !== null) { + var details = { source: _this2 }; + for (var property in eventDetails) { + details[property] = eventDetails[property]; + } + _this2.eventBus.dispatch(eventName, details); + } + if (close) { + _this2.close(); + } + }); + }; + + for (var button in this.buttons) { + _loop(button); + } + } + }, { + key: '_bindCursorToolsListener', + value: function _bindCursorToolsListener(buttons) { + this.eventBus.on('cursortoolchanged', function (evt) { + buttons.cursorSelectToolButton.classList.remove('toggled'); + buttons.cursorHandToolButton.classList.remove('toggled'); + switch (evt.tool) { + case _pdf_cursor_tools.CursorTool.SELECT: + buttons.cursorSelectToolButton.classList.add('toggled'); + break; + case _pdf_cursor_tools.CursorTool.HAND: + buttons.cursorHandToolButton.classList.add('toggled'); + break; + } + }); + } + }, { + key: '_bindScrollModeListener', + value: function _bindScrollModeListener(buttons) { + var _this3 = this; + + function scrollModeChanged(evt) { + buttons.scrollVerticalButton.classList.remove('toggled'); + buttons.scrollHorizontalButton.classList.remove('toggled'); + buttons.scrollWrappedButton.classList.remove('toggled'); + switch (evt.mode) { + case _base_viewer.ScrollMode.VERTICAL: + buttons.scrollVerticalButton.classList.add('toggled'); + break; + case _base_viewer.ScrollMode.HORIZONTAL: + buttons.scrollHorizontalButton.classList.add('toggled'); + break; + case _base_viewer.ScrollMode.WRAPPED: + buttons.scrollWrappedButton.classList.add('toggled'); + break; + } + var isScrollModeHorizontal = evt.mode === _base_viewer.ScrollMode.HORIZONTAL; + buttons.spreadNoneButton.disabled = isScrollModeHorizontal; + buttons.spreadOddButton.disabled = isScrollModeHorizontal; + buttons.spreadEvenButton.disabled = isScrollModeHorizontal; + } + this.eventBus.on('scrollmodechanged', scrollModeChanged); + this.eventBus.on('secondarytoolbarreset', function (evt) { + if (evt.source === _this3) { + scrollModeChanged({ mode: _base_viewer.ScrollMode.VERTICAL }); + } + }); + } + }, { + key: '_bindSpreadModeListener', + value: function _bindSpreadModeListener(buttons) { + var _this4 = this; + + function spreadModeChanged(evt) { + buttons.spreadNoneButton.classList.remove('toggled'); + buttons.spreadOddButton.classList.remove('toggled'); + buttons.spreadEvenButton.classList.remove('toggled'); + switch (evt.mode) { + case _base_viewer.SpreadMode.NONE: + buttons.spreadNoneButton.classList.add('toggled'); + break; + case _base_viewer.SpreadMode.ODD: + buttons.spreadOddButton.classList.add('toggled'); + break; + case _base_viewer.SpreadMode.EVEN: + buttons.spreadEvenButton.classList.add('toggled'); + break; + } + } + this.eventBus.on('spreadmodechanged', spreadModeChanged); + this.eventBus.on('secondarytoolbarreset', function (evt) { + if (evt.source === _this4) { + spreadModeChanged({ mode: _base_viewer.SpreadMode.NONE }); + } + }); + } + }, { + key: 'open', + value: function open() { + if (this.opened) { + return; + } + this.opened = true; + this._setMaxHeight(); + this.toggleButton.classList.add('toggled'); + this.toolbar.classList.remove('hidden'); + } + }, { + key: 'close', + value: function close() { + if (!this.opened) { + return; + } + this.opened = false; + this.toolbar.classList.add('hidden'); + this.toggleButton.classList.remove('toggled'); + } + }, { + key: 'toggle', + value: function toggle() { + if (this.opened) { + this.close(); + } else { + this.open(); + } + } + }, { + key: '_setMaxHeight', + value: function _setMaxHeight() { + if (!this.opened) { + return; + } + this.containerHeight = this.mainContainer.clientHeight; + if (this.containerHeight === this.previousContainerHeight) { + return; + } + this.toolbarButtonContainer.setAttribute('style', 'max-height: ' + (this.containerHeight - _ui_utils.SCROLLBAR_PADDING) + 'px;'); + this.previousContainerHeight = this.containerHeight; + } + }, { + key: 'isOpen', + get: function get() { + return this.opened; + } + }]); + + return SecondaryToolbar; +}(); + +exports.SecondaryToolbar = SecondaryToolbar; + +/***/ }), +/* 35 */ +/***/ (function(module, exports, __webpack_require__) { + +"use strict"; + + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.PDFSinglePageViewer = undefined; + +var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }(); + +var _get = function get(object, property, receiver) { if (object === null) object = Function.prototype; var desc = Object.getOwnPropertyDescriptor(object, property); if (desc === undefined) { var parent = Object.getPrototypeOf(object); if (parent === null) { return undefined; } else { return get(parent, property, receiver); } } else if ("value" in desc) { return desc.value; } else { var getter = desc.get; if (getter === undefined) { return undefined; } return getter.call(receiver); } }; + +var _base_viewer = __webpack_require__(30); + +var _ui_utils = __webpack_require__(6); + +var _pdfjsLib = __webpack_require__(7); + +function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } + +function _possibleConstructorReturn(self, call) { if (!self) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return call && (typeof call === "object" || typeof call === "function") ? call : self; } + +function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function, not " + typeof superClass); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } }); if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass.__proto__ = superClass; } + +var PDFSinglePageViewer = function (_BaseViewer) { + _inherits(PDFSinglePageViewer, _BaseViewer); + + function PDFSinglePageViewer(options) { + _classCallCheck(this, PDFSinglePageViewer); + + var _this = _possibleConstructorReturn(this, (PDFSinglePageViewer.__proto__ || Object.getPrototypeOf(PDFSinglePageViewer)).call(this, options)); + + _this.eventBus.on('pagesinit', function (evt) { + _this._ensurePageViewVisible(); + }); + return _this; + } + + _createClass(PDFSinglePageViewer, [{ + key: '_resetView', + value: function _resetView() { + _get(PDFSinglePageViewer.prototype.__proto__ || Object.getPrototypeOf(PDFSinglePageViewer.prototype), '_resetView', this).call(this); + this._previousPageNumber = 1; + this._shadowViewer = document.createDocumentFragment(); + } + }, { + key: '_ensurePageViewVisible', + value: function _ensurePageViewVisible() { + var pageView = this._pages[this._currentPageNumber - 1]; + var previousPageView = this._pages[this._previousPageNumber - 1]; + var viewerNodes = this.viewer.childNodes; + switch (viewerNodes.length) { + case 0: + this.viewer.appendChild(pageView.div); + break; + case 1: + if (viewerNodes[0] !== previousPageView.div) { + throw new Error('_ensurePageViewVisible: Unexpected previously visible page.'); + } + if (pageView === previousPageView) { + break; + } + this._shadowViewer.appendChild(previousPageView.div); + this.viewer.appendChild(pageView.div); + this.container.scrollTop = 0; + break; + default: + throw new Error('_ensurePageViewVisible: Only one page should be visible at a time.'); + } + this._previousPageNumber = this._currentPageNumber; + } + }, { + key: '_scrollUpdate', + value: function _scrollUpdate() { + if (this._updateScrollDown) { + this._updateScrollDown(); + } + _get(PDFSinglePageViewer.prototype.__proto__ || Object.getPrototypeOf(PDFSinglePageViewer.prototype), '_scrollUpdate', this).call(this); + } + }, { + key: '_scrollIntoView', + value: function _scrollIntoView(_ref) { + var _this2 = this; + + var pageDiv = _ref.pageDiv, + _ref$pageSpot = _ref.pageSpot, + pageSpot = _ref$pageSpot === undefined ? null : _ref$pageSpot, + _ref$pageNumber = _ref.pageNumber, + pageNumber = _ref$pageNumber === undefined ? null : _ref$pageNumber; + + if (pageNumber) { + this._setCurrentPageNumber(pageNumber); + } + var scrolledDown = this._currentPageNumber >= this._previousPageNumber; + var previousLocation = this._location; + this._ensurePageViewVisible(); + (0, _ui_utils.scrollIntoView)(pageDiv, pageSpot); + this._updateScrollDown = function () { + _this2.scroll.down = scrolledDown; + delete _this2._updateScrollDown; + }; + setTimeout(function () { + if (_this2._location === previousLocation) { + if (_this2._updateScrollDown) { + _this2._updateScrollDown(); + } + _this2.update(); + } + }, 0); + } + }, { + key: '_getVisiblePages', + value: function _getVisiblePages() { + if (!this.pagesCount) { + return { views: [] }; + } + var pageView = this._pages[this._currentPageNumber - 1]; + var element = pageView.div; + var view = { + id: pageView.id, + x: element.offsetLeft + element.clientLeft, + y: element.offsetTop + element.clientTop, + view: pageView + }; + return { + first: view, + last: view, + views: [view] + }; + } + }, { + key: 'update', + value: function update() { + var visible = this._getVisiblePages(); + var visiblePages = visible.views, + numVisiblePages = visiblePages.length; + if (numVisiblePages === 0) { + return; + } + this._resizeBuffer(numVisiblePages); + this.renderingQueue.renderHighestPriority(visible); + this._updateLocation(visible.first); + this.eventBus.dispatch('updateviewarea', { + source: this, + location: this._location + }); + } + }, { + key: '_updateScrollMode', + value: function _updateScrollMode() {} + }, { + key: '_updateSpreadMode', + value: function _updateSpreadMode() {} + }, { + key: '_setDocumentViewerElement', + get: function get() { + return (0, _pdfjsLib.shadow)(this, '_setDocumentViewerElement', this._shadowViewer); + } + }, { + key: '_isScrollModeHorizontal', + get: function get() { + return (0, _pdfjsLib.shadow)(this, '_isScrollModeHorizontal', false); + } + }]); + + return PDFSinglePageViewer; +}(_base_viewer.BaseViewer); + +exports.PDFSinglePageViewer = PDFSinglePageViewer; + +/***/ }), +/* 36 */ +/***/ (function(module, exports, __webpack_require__) { + +"use strict"; + + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.Toolbar = undefined; + +var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }(); + +var _ui_utils = __webpack_require__(6); + +function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } + +var PAGE_NUMBER_LOADING_INDICATOR = 'visiblePageIsLoading'; +var SCALE_SELECT_CONTAINER_PADDING = 8; +var SCALE_SELECT_PADDING = 22; + +var Toolbar = function () { + function Toolbar(options, eventBus) { + var l10n = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : _ui_utils.NullL10n; + + _classCallCheck(this, Toolbar); + + this.toolbar = options.container; + this.eventBus = eventBus; + this.l10n = l10n; + this.items = options; + this._wasLocalized = false; + this.reset(); + this._bindListeners(); + } + + _createClass(Toolbar, [{ + key: 'setPageNumber', + value: function setPageNumber(pageNumber, pageLabel) { + this.pageNumber = pageNumber; + this.pageLabel = pageLabel; + this._updateUIState(false); + } + }, { + key: 'setPagesCount', + value: function setPagesCount(pagesCount, hasPageLabels) { + this.pagesCount = pagesCount; + this.hasPageLabels = hasPageLabels; + this._updateUIState(true); + } + }, { + key: 'setPageScale', + value: function setPageScale(pageScaleValue, pageScale) { + this.pageScaleValue = (pageScaleValue || pageScale).toString(); + this.pageScale = pageScale; + this._updateUIState(false); + } + }, { + key: 'reset', + value: function reset() { + this.pageNumber = 0; + this.pageLabel = null; + this.hasPageLabels = false; + this.pagesCount = 0; + this.pageScaleValue = _ui_utils.DEFAULT_SCALE_VALUE; + this.pageScale = _ui_utils.DEFAULT_SCALE; + this._updateUIState(true); + } + }, { + key: '_bindListeners', + value: function _bindListeners() { + var _this = this; + + var eventBus = this.eventBus, + items = this.items; + + var self = this; + items.previous.addEventListener('click', function () { + eventBus.dispatch('previouspage', { source: self }); + }); + items.next.addEventListener('click', function () { + eventBus.dispatch('nextpage', { source: self }); + }); + items.zoomIn.addEventListener('click', function () { + eventBus.dispatch('zoomin', { source: self }); + }); + items.zoomOut.addEventListener('click', function () { + eventBus.dispatch('zoomout', { source: self }); + }); + items.pageNumber.addEventListener('click', function () { + this.select(); + }); + items.pageNumber.addEventListener('change', function () { + eventBus.dispatch('pagenumberchanged', { + source: self, + value: this.value + }); + }); + items.scaleSelect.addEventListener('change', function () { + if (this.value === 'custom') { + return; + } + eventBus.dispatch('scalechanged', { + source: self, + value: this.value + }); + }); + items.presentationModeButton.addEventListener('click', function () { + eventBus.dispatch('presentationmode', { source: self }); + }); + items.openFile.addEventListener('click', function () { + eventBus.dispatch('openfile', { source: self }); + }); + items.print.addEventListener('click', function () { + eventBus.dispatch('print', { source: self }); + }); + items.download.addEventListener('click', function () { + eventBus.dispatch('download', { source: self }); + }); + items.scaleSelect.oncontextmenu = _ui_utils.noContextMenuHandler; + eventBus.on('localized', function () { + _this._localized(); + }); + } + }, { + key: '_localized', + value: function _localized() { + this._wasLocalized = true; + this._adjustScaleWidth(); + this._updateUIState(true); + } + }, { + key: '_updateUIState', + value: function _updateUIState() { + var resetNumPages = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : false; + + if (!this._wasLocalized) { + return; + } + var pageNumber = this.pageNumber, + pagesCount = this.pagesCount, + pageScaleValue = this.pageScaleValue, + pageScale = this.pageScale, + items = this.items; + + if (resetNumPages) { + if (this.hasPageLabels) { + items.pageNumber.type = 'text'; + } else { + items.pageNumber.type = 'number'; + this.l10n.get('of_pages', { pagesCount: pagesCount }, 'of {{pagesCount}}').then(function (msg) { + items.numPages.textContent = msg; + }); + } + items.pageNumber.max = pagesCount; + } + if (this.hasPageLabels) { + items.pageNumber.value = this.pageLabel; + this.l10n.get('page_of_pages', { + pageNumber: pageNumber, + pagesCount: pagesCount + }, '({{pageNumber}} of {{pagesCount}})').then(function (msg) { + items.numPages.textContent = msg; + }); + } else { + items.pageNumber.value = pageNumber; + } + items.previous.disabled = pageNumber <= 1; + items.next.disabled = pageNumber >= pagesCount; + items.zoomOut.disabled = pageScale <= _ui_utils.MIN_SCALE; + items.zoomIn.disabled = pageScale >= _ui_utils.MAX_SCALE; + var customScale = Math.round(pageScale * 10000) / 100; + this.l10n.get('page_scale_percent', { scale: customScale }, '{{scale}}%').then(function (msg) { + var options = items.scaleSelect.options; + var predefinedValueFound = false; + for (var i = 0, ii = options.length; i < ii; i++) { + var option = options[i]; + if (option.value !== pageScaleValue) { + option.selected = false; + continue; + } + option.selected = true; + predefinedValueFound = true; + } + if (!predefinedValueFound) { + items.customScaleOption.textContent = msg; + items.customScaleOption.selected = true; + } + }); + } + }, { + key: 'updateLoadingIndicatorState', + value: function updateLoadingIndicatorState() { + var loading = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : false; + + var pageNumberInput = this.items.pageNumber; + pageNumberInput.classList.toggle(PAGE_NUMBER_LOADING_INDICATOR, loading); + } + }, { + key: '_adjustScaleWidth', + value: function _adjustScaleWidth() { + var container = this.items.scaleSelectContainer; + var select = this.items.scaleSelect; + _ui_utils.animationStarted.then(function () { + if (container.clientWidth === 0) { + container.setAttribute('style', 'display: inherit;'); + } + if (container.clientWidth > 0) { + select.setAttribute('style', 'min-width: inherit;'); + var width = select.clientWidth + SCALE_SELECT_CONTAINER_PADDING; + select.setAttribute('style', 'min-width: ' + (width + SCALE_SELECT_PADDING) + 'px;'); + container.setAttribute('style', 'min-width: ' + width + 'px; ' + 'max-width: ' + width + 'px;'); + } + }); + } + }]); + + return Toolbar; +}(); + +exports.Toolbar = Toolbar; + +/***/ }), +/* 37 */ +/***/ (function(module, exports, __webpack_require__) { + +"use strict"; + + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.ViewHistory = undefined; + +var _regenerator = __webpack_require__(2); + +var _regenerator2 = _interopRequireDefault(_regenerator); + +var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }(); + +function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } + +function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, arguments); return new Promise(function (resolve, reject) { function step(key, arg) { try { var info = gen[key](arg); var value = info.value; } catch (error) { reject(error); return; } if (info.done) { resolve(value); } else { return Promise.resolve(value).then(function (value) { step("next", value); }, function (err) { step("throw", err); }); } } return step("next"); }); }; } + +function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } + +var DEFAULT_VIEW_HISTORY_CACHE_SIZE = 20; + +var ViewHistory = function () { + function ViewHistory(fingerprint) { + var _this = this; + + var cacheSize = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : DEFAULT_VIEW_HISTORY_CACHE_SIZE; + + _classCallCheck(this, ViewHistory); + + this.fingerprint = fingerprint; + this.cacheSize = cacheSize; + this._initializedPromise = this._readFromStorage().then(function (databaseStr) { + var database = JSON.parse(databaseStr || '{}'); + if (!('files' in database)) { + database.files = []; + } else { + while (database.files.length >= _this.cacheSize) { + database.files.shift(); + } + } + var index = -1; + for (var i = 0, length = database.files.length; i < length; i++) { + var branch = database.files[i]; + if (branch.fingerprint === _this.fingerprint) { + index = i; + break; + } + } + if (index === -1) { + index = database.files.push({ fingerprint: _this.fingerprint }) - 1; + } + _this.file = database.files[index]; + _this.database = database; + }); + } + + _createClass(ViewHistory, [{ + key: '_writeToStorage', + value: function () { + var _ref = _asyncToGenerator( /*#__PURE__*/_regenerator2.default.mark(function _callee() { + var databaseStr; + return _regenerator2.default.wrap(function _callee$(_context) { + while (1) { + switch (_context.prev = _context.next) { + case 0: + databaseStr = JSON.stringify(this.database); + + localStorage.setItem('pdfjs.history', databaseStr); + + case 2: + case 'end': + return _context.stop(); + } + } + }, _callee, this); + })); + + function _writeToStorage() { + return _ref.apply(this, arguments); + } + + return _writeToStorage; + }() + }, { + key: '_readFromStorage', + value: function () { + var _ref2 = _asyncToGenerator( /*#__PURE__*/_regenerator2.default.mark(function _callee2() { + return _regenerator2.default.wrap(function _callee2$(_context2) { + while (1) { + switch (_context2.prev = _context2.next) { + case 0: + return _context2.abrupt('return', localStorage.getItem('pdfjs.history')); + + case 1: + case 'end': + return _context2.stop(); + } + } + }, _callee2, this); + })); + + function _readFromStorage() { + return _ref2.apply(this, arguments); + } + + return _readFromStorage; + }() + }, { + key: 'set', + value: function () { + var _ref3 = _asyncToGenerator( /*#__PURE__*/_regenerator2.default.mark(function _callee3(name, val) { + return _regenerator2.default.wrap(function _callee3$(_context3) { + while (1) { + switch (_context3.prev = _context3.next) { + case 0: + _context3.next = 2; + return this._initializedPromise; + + case 2: + this.file[name] = val; + return _context3.abrupt('return', this._writeToStorage()); + + case 4: + case 'end': + return _context3.stop(); + } + } + }, _callee3, this); + })); + + function set(_x2, _x3) { + return _ref3.apply(this, arguments); + } + + return set; + }() + }, { + key: 'setMultiple', + value: function () { + var _ref4 = _asyncToGenerator( /*#__PURE__*/_regenerator2.default.mark(function _callee4(properties) { + var name; + return _regenerator2.default.wrap(function _callee4$(_context4) { + while (1) { + switch (_context4.prev = _context4.next) { + case 0: + _context4.next = 2; + return this._initializedPromise; + + case 2: + for (name in properties) { + this.file[name] = properties[name]; + } + return _context4.abrupt('return', this._writeToStorage()); + + case 4: + case 'end': + return _context4.stop(); + } + } + }, _callee4, this); + })); + + function setMultiple(_x4) { + return _ref4.apply(this, arguments); + } + + return setMultiple; + }() + }, { + key: 'get', + value: function () { + var _ref5 = _asyncToGenerator( /*#__PURE__*/_regenerator2.default.mark(function _callee5(name, defaultValue) { + var val; + return _regenerator2.default.wrap(function _callee5$(_context5) { + while (1) { + switch (_context5.prev = _context5.next) { + case 0: + _context5.next = 2; + return this._initializedPromise; + + case 2: + val = this.file[name]; + return _context5.abrupt('return', val !== undefined ? val : defaultValue); + + case 4: + case 'end': + return _context5.stop(); + } + } + }, _callee5, this); + })); + + function get(_x5, _x6) { + return _ref5.apply(this, arguments); + } + + return get; + }() + }, { + key: 'getMultiple', + value: function () { + var _ref6 = _asyncToGenerator( /*#__PURE__*/_regenerator2.default.mark(function _callee6(properties) { + var values, name, val; + return _regenerator2.default.wrap(function _callee6$(_context6) { + while (1) { + switch (_context6.prev = _context6.next) { + case 0: + _context6.next = 2; + return this._initializedPromise; + + case 2: + values = Object.create(null); + + for (name in properties) { + val = this.file[name]; + + values[name] = val !== undefined ? val : properties[name]; + } + return _context6.abrupt('return', values); + + case 5: + case 'end': + return _context6.stop(); + } + } + }, _callee6, this); + })); + + function getMultiple(_x7) { + return _ref6.apply(this, arguments); + } + + return getMultiple; + }() + }]); + + return ViewHistory; +}(); + +exports.ViewHistory = ViewHistory; + +/***/ }), +/* 38 */ +/***/ (function(module, exports, __webpack_require__) { + +"use strict"; + + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.GenericCom = undefined; + +var _regenerator = __webpack_require__(2); + +var _regenerator2 = _interopRequireDefault(_regenerator); + +var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }(); + +var _app = __webpack_require__(1); + +var _preferences = __webpack_require__(39); + +var _download_manager = __webpack_require__(40); + +var _genericl10n = __webpack_require__(41); + +function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } + +function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, arguments); return new Promise(function (resolve, reject) { function step(key, arg) { try { var info = gen[key](arg); var value = info.value; } catch (error) { reject(error); return; } if (info.done) { resolve(value); } else { return Promise.resolve(value).then(function (value) { step("next", value); }, function (err) { step("throw", err); }); } } return step("next"); }); }; } + +function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } + +function _possibleConstructorReturn(self, call) { if (!self) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return call && (typeof call === "object" || typeof call === "function") ? call : self; } + +function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function, not " + typeof superClass); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } }); if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass.__proto__ = superClass; } + +; +var GenericCom = {}; + +var GenericPreferences = function (_BasePreferences) { + _inherits(GenericPreferences, _BasePreferences); + + function GenericPreferences() { + _classCallCheck(this, GenericPreferences); + + return _possibleConstructorReturn(this, (GenericPreferences.__proto__ || Object.getPrototypeOf(GenericPreferences)).apply(this, arguments)); + } + + _createClass(GenericPreferences, [{ + key: '_writeToStorage', + value: function () { + var _ref = _asyncToGenerator( /*#__PURE__*/_regenerator2.default.mark(function _callee(prefObj) { + return _regenerator2.default.wrap(function _callee$(_context) { + while (1) { + switch (_context.prev = _context.next) { + case 0: + localStorage.setItem('pdfjs.preferences', JSON.stringify(prefObj)); + + case 1: + case 'end': + return _context.stop(); + } + } + }, _callee, this); + })); + + function _writeToStorage(_x) { + return _ref.apply(this, arguments); + } + + return _writeToStorage; + }() + }, { + key: '_readFromStorage', + value: function () { + var _ref2 = _asyncToGenerator( /*#__PURE__*/_regenerator2.default.mark(function _callee2(prefObj) { + return _regenerator2.default.wrap(function _callee2$(_context2) { + while (1) { + switch (_context2.prev = _context2.next) { + case 0: + return _context2.abrupt('return', JSON.parse(localStorage.getItem('pdfjs.preferences'))); + + case 1: + case 'end': + return _context2.stop(); + } + } + }, _callee2, this); + })); + + function _readFromStorage(_x2) { + return _ref2.apply(this, arguments); + } + + return _readFromStorage; + }() + }]); + + return GenericPreferences; +}(_preferences.BasePreferences); + +var GenericExternalServices = Object.create(_app.DefaultExternalServices); +GenericExternalServices.createDownloadManager = function (options) { + return new _download_manager.DownloadManager(options); +}; +GenericExternalServices.createPreferences = function () { + return new GenericPreferences(); +}; +GenericExternalServices.createL10n = function (_ref3) { + var _ref3$locale = _ref3.locale, + locale = _ref3$locale === undefined ? 'en-US' : _ref3$locale; + + return new _genericl10n.GenericL10n(locale); +}; +_app.PDFViewerApplication.externalServices = GenericExternalServices; +exports.GenericCom = GenericCom; + +/***/ }), +/* 39 */ +/***/ (function(module, exports, __webpack_require__) { + +"use strict"; + + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.BasePreferences = undefined; + +var _regenerator = __webpack_require__(2); + +var _regenerator2 = _interopRequireDefault(_regenerator); + +var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; + +var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }(); + +function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } + +function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, arguments); return new Promise(function (resolve, reject) { function step(key, arg) { try { var info = gen[key](arg); var value = info.value; } catch (error) { reject(error); return; } if (info.done) { resolve(value); } else { return Promise.resolve(value).then(function (value) { step("next", value); }, function (err) { step("throw", err); }); } } return step("next"); }); }; } + +function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } + +var defaultPreferences = null; +function getDefaultPreferences() { + if (!defaultPreferences) { + defaultPreferences = Promise.resolve({ + "showPreviousViewOnLoad": true, + "defaultZoomValue": "", + "sidebarViewOnLoad": 0, + "cursorToolOnLoad": 0, + "enableWebGL": false, + "eventBusDispatchToDOM": false, + "pdfBugEnabled": false, + "disableRange": false, + "disableStream": false, + "disableAutoFetch": false, + "disableFontFace": false, + "textLayerMode": 1, + "useOnlyCssZoom": false, + "externalLinkTarget": 0, + "renderer": "canvas", + "renderInteractiveForms": false, + "enablePrintAutoRotate": false, + "disablePageMode": false, + "disablePageLabels": false, + "scrollModeOnLoad": 0, + "spreadModeOnLoad": 0 + }); + } + return defaultPreferences; +} + +var BasePreferences = function () { + function BasePreferences() { + var _this = this; + + _classCallCheck(this, BasePreferences); + + if (this.constructor === BasePreferences) { + throw new Error('Cannot initialize BasePreferences.'); + } + this.prefs = null; + this._initializedPromise = getDefaultPreferences().then(function (defaults) { + Object.defineProperty(_this, 'defaults', { + value: Object.freeze(defaults), + writable: false, + enumerable: true, + configurable: false + }); + _this.prefs = Object.assign(Object.create(null), defaults); + return _this._readFromStorage(defaults); + }).then(function (prefs) { + if (!prefs) { + return; + } + for (var name in prefs) { + var defaultValue = _this.defaults[name], + prefValue = prefs[name]; + if (defaultValue === undefined || (typeof prefValue === "undefined" ? "undefined" : _typeof(prefValue)) !== (typeof defaultValue === "undefined" ? "undefined" : _typeof(defaultValue))) { + continue; + } + _this.prefs[name] = prefValue; + } + }); + } + + _createClass(BasePreferences, [{ + key: "_writeToStorage", + value: function () { + var _ref = _asyncToGenerator( /*#__PURE__*/_regenerator2.default.mark(function _callee(prefObj) { + return _regenerator2.default.wrap(function _callee$(_context) { + while (1) { + switch (_context.prev = _context.next) { + case 0: + throw new Error('Not implemented: _writeToStorage'); + + case 1: + case "end": + return _context.stop(); + } + } + }, _callee, this); + })); + + function _writeToStorage(_x) { + return _ref.apply(this, arguments); + } + + return _writeToStorage; + }() + }, { + key: "_readFromStorage", + value: function () { + var _ref2 = _asyncToGenerator( /*#__PURE__*/_regenerator2.default.mark(function _callee2(prefObj) { + return _regenerator2.default.wrap(function _callee2$(_context2) { + while (1) { + switch (_context2.prev = _context2.next) { + case 0: + throw new Error('Not implemented: _readFromStorage'); + + case 1: + case "end": + return _context2.stop(); + } + } + }, _callee2, this); + })); + + function _readFromStorage(_x2) { + return _ref2.apply(this, arguments); + } + + return _readFromStorage; + }() + }, { + key: "reset", + value: function () { + var _ref3 = _asyncToGenerator( /*#__PURE__*/_regenerator2.default.mark(function _callee3() { + return _regenerator2.default.wrap(function _callee3$(_context3) { + while (1) { + switch (_context3.prev = _context3.next) { + case 0: + _context3.next = 2; + return this._initializedPromise; + + case 2: + this.prefs = Object.assign(Object.create(null), this.defaults); + return _context3.abrupt("return", this._writeToStorage(this.defaults)); + + case 4: + case "end": + return _context3.stop(); + } + } + }, _callee3, this); + })); + + function reset() { + return _ref3.apply(this, arguments); + } + + return reset; + }() + }, { + key: "set", + value: function () { + var _ref4 = _asyncToGenerator( /*#__PURE__*/_regenerator2.default.mark(function _callee4(name, value) { + var defaultValue, valueType, defaultType; + return _regenerator2.default.wrap(function _callee4$(_context4) { + while (1) { + switch (_context4.prev = _context4.next) { + case 0: + _context4.next = 2; + return this._initializedPromise; + + case 2: + defaultValue = this.defaults[name]; + + if (!(defaultValue === undefined)) { + _context4.next = 7; + break; + } + + throw new Error("Set preference: \"" + name + "\" is undefined."); + + case 7: + if (!(value === undefined)) { + _context4.next = 9; + break; + } + + throw new Error('Set preference: no value is specified.'); + + case 9: + valueType = typeof value === "undefined" ? "undefined" : _typeof(value); + defaultType = typeof defaultValue === "undefined" ? "undefined" : _typeof(defaultValue); + + if (!(valueType !== defaultType)) { + _context4.next = 19; + break; + } + + if (!(valueType === 'number' && defaultType === 'string')) { + _context4.next = 16; + break; + } + + value = value.toString(); + _context4.next = 17; + break; + + case 16: + throw new Error("Set preference: \"" + value + "\" is a " + valueType + ", " + ("expected a " + defaultType + ".")); + + case 17: + _context4.next = 21; + break; + + case 19: + if (!(valueType === 'number' && !Number.isInteger(value))) { + _context4.next = 21; + break; + } + + throw new Error("Set preference: \"" + value + "\" must be an integer."); + + case 21: + this.prefs[name] = value; + return _context4.abrupt("return", this._writeToStorage(this.prefs)); + + case 23: + case "end": + return _context4.stop(); + } + } + }, _callee4, this); + })); + + function set(_x3, _x4) { + return _ref4.apply(this, arguments); + } + + return set; + }() + }, { + key: "get", + value: function () { + var _ref5 = _asyncToGenerator( /*#__PURE__*/_regenerator2.default.mark(function _callee5(name) { + var defaultValue, prefValue; + return _regenerator2.default.wrap(function _callee5$(_context5) { + while (1) { + switch (_context5.prev = _context5.next) { + case 0: + _context5.next = 2; + return this._initializedPromise; + + case 2: + defaultValue = this.defaults[name]; + + if (!(defaultValue === undefined)) { + _context5.next = 7; + break; + } + + throw new Error("Get preference: \"" + name + "\" is undefined."); + + case 7: + prefValue = this.prefs[name]; + + if (!(prefValue !== undefined)) { + _context5.next = 10; + break; + } + + return _context5.abrupt("return", prefValue); + + case 10: + return _context5.abrupt("return", defaultValue); + + case 11: + case "end": + return _context5.stop(); + } + } + }, _callee5, this); + })); + + function get(_x5) { + return _ref5.apply(this, arguments); + } + + return get; + }() + }, { + key: "getAll", + value: function () { + var _ref6 = _asyncToGenerator( /*#__PURE__*/_regenerator2.default.mark(function _callee6() { + return _regenerator2.default.wrap(function _callee6$(_context6) { + while (1) { + switch (_context6.prev = _context6.next) { + case 0: + _context6.next = 2; + return this._initializedPromise; + + case 2: + return _context6.abrupt("return", Object.assign(Object.create(null), this.defaults, this.prefs)); + + case 3: + case "end": + return _context6.stop(); + } + } + }, _callee6, this); + })); + + function getAll() { + return _ref6.apply(this, arguments); + } + + return getAll; + }() + }]); + + return BasePreferences; +}(); + +exports.BasePreferences = BasePreferences; + +/***/ }), +/* 40 */ +/***/ (function(module, exports, __webpack_require__) { + +"use strict"; + + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.DownloadManager = undefined; + +var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }(); + +var _pdfjsLib = __webpack_require__(7); + +function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } + +; +var DISABLE_CREATE_OBJECT_URL = _pdfjsLib.apiCompatibilityParams.disableCreateObjectURL || false; +function _download(blobUrl, filename) { + var a = document.createElement('a'); + if (!a.click) { + throw new Error('DownloadManager: "a.click()" is not supported.'); + } + a.href = blobUrl; + a.target = '_parent'; + if ('download' in a) { + a.download = filename; + } + (document.body || document.documentElement).appendChild(a); + a.click(); + a.remove(); +} + +var DownloadManager = function () { + function DownloadManager(_ref) { + var _ref$disableCreateObj = _ref.disableCreateObjectURL, + disableCreateObjectURL = _ref$disableCreateObj === undefined ? DISABLE_CREATE_OBJECT_URL : _ref$disableCreateObj; + + _classCallCheck(this, DownloadManager); + + this.disableCreateObjectURL = disableCreateObjectURL; + } + + _createClass(DownloadManager, [{ + key: 'downloadUrl', + value: function downloadUrl(url, filename) { + if (!(0, _pdfjsLib.createValidAbsoluteUrl)(url, 'http://example.com')) { + return; + } + _download(url + '#pdfjs.action=download', filename); + } + }, { + key: 'downloadData', + value: function downloadData(data, filename, contentType) { + if (navigator.msSaveBlob) { + return navigator.msSaveBlob(new Blob([data], { type: contentType }), filename); + } + var blobUrl = (0, _pdfjsLib.createObjectURL)(data, contentType, this.disableCreateObjectURL); + _download(blobUrl, filename); + } + }, { + key: 'download', + value: function download(blob, url, filename) { + if (navigator.msSaveBlob) { + if (!navigator.msSaveBlob(blob, filename)) { + this.downloadUrl(url, filename); + } + return; + } + if (this.disableCreateObjectURL) { + this.downloadUrl(url, filename); + return; + } + var blobUrl = _pdfjsLib.URL.createObjectURL(blob); + _download(blobUrl, filename); + } + }]); + + return DownloadManager; +}(); + +exports.DownloadManager = DownloadManager; + +/***/ }), +/* 41 */ +/***/ (function(module, exports, __webpack_require__) { + +"use strict"; + + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.GenericL10n = undefined; + +var _regenerator = __webpack_require__(2); + +var _regenerator2 = _interopRequireDefault(_regenerator); + +var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }(); + +__webpack_require__(42); + +function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } + +function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, arguments); return new Promise(function (resolve, reject) { function step(key, arg) { try { var info = gen[key](arg); var value = info.value; } catch (error) { reject(error); return; } if (info.done) { resolve(value); } else { return Promise.resolve(value).then(function (value) { step("next", value); }, function (err) { step("throw", err); }); } } return step("next"); }); }; } + +function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } + +var webL10n = document.webL10n; + +var GenericL10n = function () { + function GenericL10n(lang) { + _classCallCheck(this, GenericL10n); + + this._lang = lang; + this._ready = new Promise(function (resolve, reject) { + webL10n.setLanguage(lang, function () { + resolve(webL10n); + }); + }); + } + + _createClass(GenericL10n, [{ + key: 'getLanguage', + value: function () { + var _ref = _asyncToGenerator( /*#__PURE__*/_regenerator2.default.mark(function _callee() { + var l10n; + return _regenerator2.default.wrap(function _callee$(_context) { + while (1) { + switch (_context.prev = _context.next) { + case 0: + _context.next = 2; + return this._ready; + + case 2: + l10n = _context.sent; + return _context.abrupt('return', l10n.getLanguage()); + + case 4: + case 'end': + return _context.stop(); + } + } + }, _callee, this); + })); + + function getLanguage() { + return _ref.apply(this, arguments); + } + + return getLanguage; + }() + }, { + key: 'getDirection', + value: function () { + var _ref2 = _asyncToGenerator( /*#__PURE__*/_regenerator2.default.mark(function _callee2() { + var l10n; + return _regenerator2.default.wrap(function _callee2$(_context2) { + while (1) { + switch (_context2.prev = _context2.next) { + case 0: + _context2.next = 2; + return this._ready; + + case 2: + l10n = _context2.sent; + return _context2.abrupt('return', l10n.getDirection()); + + case 4: + case 'end': + return _context2.stop(); + } + } + }, _callee2, this); + })); + + function getDirection() { + return _ref2.apply(this, arguments); + } + + return getDirection; + }() + }, { + key: 'get', + value: function () { + var _ref3 = _asyncToGenerator( /*#__PURE__*/_regenerator2.default.mark(function _callee3(property, args, fallback) { + var l10n; + return _regenerator2.default.wrap(function _callee3$(_context3) { + while (1) { + switch (_context3.prev = _context3.next) { + case 0: + _context3.next = 2; + return this._ready; + + case 2: + l10n = _context3.sent; + return _context3.abrupt('return', l10n.get(property, args, fallback)); + + case 4: + case 'end': + return _context3.stop(); + } + } + }, _callee3, this); + })); + + function get(_x, _x2, _x3) { + return _ref3.apply(this, arguments); + } + + return get; + }() + }, { + key: 'translate', + value: function () { + var _ref4 = _asyncToGenerator( /*#__PURE__*/_regenerator2.default.mark(function _callee4(element) { + var l10n; + return _regenerator2.default.wrap(function _callee4$(_context4) { + while (1) { + switch (_context4.prev = _context4.next) { + case 0: + _context4.next = 2; + return this._ready; + + case 2: + l10n = _context4.sent; + return _context4.abrupt('return', l10n.translate(element)); + + case 4: + case 'end': + return _context4.stop(); + } + } + }, _callee4, this); + })); + + function translate(_x4) { + return _ref4.apply(this, arguments); + } + + return translate; + }() + }]); + + return GenericL10n; +}(); + +exports.GenericL10n = GenericL10n; + +/***/ }), +/* 42 */ +/***/ (function(module, exports, __webpack_require__) { + +"use strict"; + + +document.webL10n = function (window, document, undefined) { + var gL10nData = {}; + var gTextData = ''; + var gTextProp = 'textContent'; + var gLanguage = ''; + var gMacros = {}; + var gReadyState = 'loading'; + var gAsyncResourceLoading = true; + function getL10nResourceLinks() { + return document.querySelectorAll('link[type="application/l10n"]'); + } + function getL10nDictionary() { + var script = document.querySelector('script[type="application/l10n"]'); + return script ? JSON.parse(script.innerHTML) : null; + } + function getTranslatableChildren(element) { + return element ? element.querySelectorAll('*[data-l10n-id]') : []; + } + function getL10nAttributes(element) { + if (!element) return {}; + var l10nId = element.getAttribute('data-l10n-id'); + var l10nArgs = element.getAttribute('data-l10n-args'); + var args = {}; + if (l10nArgs) { + try { + args = JSON.parse(l10nArgs); + } catch (e) { + console.warn('could not parse arguments for #' + l10nId); + } + } + return { + id: l10nId, + args: args + }; + } + function fireL10nReadyEvent(lang) { + var evtObject = document.createEvent('Event'); + evtObject.initEvent('localized', true, false); + evtObject.language = lang; + document.dispatchEvent(evtObject); + } + function xhrLoadText(url, onSuccess, onFailure) { + onSuccess = onSuccess || function _onSuccess(data) {}; + onFailure = onFailure || function _onFailure() {}; + var xhr = new XMLHttpRequest(); + xhr.open('GET', url, gAsyncResourceLoading); + if (xhr.overrideMimeType) { + xhr.overrideMimeType('text/plain; charset=utf-8'); + } + xhr.onreadystatechange = function () { + if (xhr.readyState == 4) { + if (xhr.status == 200 || xhr.status === 0) { + onSuccess(xhr.responseText); + } else { + onFailure(); + } + } + }; + xhr.onerror = onFailure; + xhr.ontimeout = onFailure; + try { + xhr.send(null); + } catch (e) { + onFailure(); + } + } + function parseResource(href, lang, successCallback, failureCallback) { + var baseURL = href.replace(/[^\/]*$/, '') || './'; + function evalString(text) { + if (text.lastIndexOf('\\') < 0) return text; + return text.replace(/\\\\/g, '\\').replace(/\\n/g, '\n').replace(/\\r/g, '\r').replace(/\\t/g, '\t').replace(/\\b/g, '\b').replace(/\\f/g, '\f').replace(/\\{/g, '{').replace(/\\}/g, '}').replace(/\\"/g, '"').replace(/\\'/g, "'"); + } + function parseProperties(text, parsedPropertiesCallback) { + var dictionary = {}; + var reBlank = /^\s*|\s*$/; + var reComment = /^\s*#|^\s*$/; + var reSection = /^\s*\[(.*)\]\s*$/; + var reImport = /^\s*@import\s+url\((.*)\)\s*$/i; + var reSplit = /^([^=\s]*)\s*=\s*(.+)$/; + function parseRawLines(rawText, extendedSyntax, parsedRawLinesCallback) { + var entries = rawText.replace(reBlank, '').split(/[\r\n]+/); + var currentLang = '*'; + var genericLang = lang.split('-', 1)[0]; + var skipLang = false; + var match = ''; + function nextEntry() { + while (true) { + if (!entries.length) { + parsedRawLinesCallback(); + return; + } + var line = entries.shift(); + if (reComment.test(line)) continue; + if (extendedSyntax) { + match = reSection.exec(line); + if (match) { + currentLang = match[1].toLowerCase(); + skipLang = currentLang !== '*' && currentLang !== lang && currentLang !== genericLang; + continue; + } else if (skipLang) { + continue; + } + match = reImport.exec(line); + if (match) { + loadImport(baseURL + match[1], nextEntry); + return; + } + } + var tmp = line.match(reSplit); + if (tmp && tmp.length == 3) { + dictionary[tmp[1]] = evalString(tmp[2]); + } + } + } + nextEntry(); + } + function loadImport(url, callback) { + xhrLoadText(url, function (content) { + parseRawLines(content, false, callback); + }, function () { + console.warn(url + ' not found.'); + callback(); + }); + } + parseRawLines(text, true, function () { + parsedPropertiesCallback(dictionary); + }); + } + xhrLoadText(href, function (response) { + gTextData += response; + parseProperties(response, function (data) { + for (var key in data) { + var id, + prop, + index = key.lastIndexOf('.'); + if (index > 0) { + id = key.substring(0, index); + prop = key.substring(index + 1); + } else { + id = key; + prop = gTextProp; + } + if (!gL10nData[id]) { + gL10nData[id] = {}; + } + gL10nData[id][prop] = data[key]; + } + if (successCallback) { + successCallback(); + } + }); + }, failureCallback); + } + function loadLocale(lang, callback) { + if (lang) { + lang = lang.toLowerCase(); + } + callback = callback || function _callback() {}; + clear(); + gLanguage = lang; + var langLinks = getL10nResourceLinks(); + var langCount = langLinks.length; + if (langCount === 0) { + var dict = getL10nDictionary(); + if (dict && dict.locales && dict.default_locale) { + console.log('using the embedded JSON directory, early way out'); + gL10nData = dict.locales[lang]; + if (!gL10nData) { + var defaultLocale = dict.default_locale.toLowerCase(); + for (var anyCaseLang in dict.locales) { + anyCaseLang = anyCaseLang.toLowerCase(); + if (anyCaseLang === lang) { + gL10nData = dict.locales[lang]; + break; + } else if (anyCaseLang === defaultLocale) { + gL10nData = dict.locales[defaultLocale]; + } + } + } + callback(); + } else { + console.log('no resource to load, early way out'); + } + fireL10nReadyEvent(lang); + gReadyState = 'complete'; + return; + } + var onResourceLoaded = null; + var gResourceCount = 0; + onResourceLoaded = function onResourceLoaded() { + gResourceCount++; + if (gResourceCount >= langCount) { + callback(); + fireL10nReadyEvent(lang); + gReadyState = 'complete'; + } + }; + function L10nResourceLink(link) { + var href = link.href; + this.load = function (lang, callback) { + parseResource(href, lang, callback, function () { + console.warn(href + ' not found.'); + console.warn('"' + lang + '" resource not found'); + gLanguage = ''; + callback(); + }); + }; + } + for (var i = 0; i < langCount; i++) { + var resource = new L10nResourceLink(langLinks[i]); + resource.load(lang, onResourceLoaded); + } + } + function clear() { + gL10nData = {}; + gTextData = ''; + gLanguage = ''; + } + function getPluralRules(lang) { + var locales2rules = { + 'af': 3, + 'ak': 4, + 'am': 4, + 'ar': 1, + 'asa': 3, + 'az': 0, + 'be': 11, + 'bem': 3, + 'bez': 3, + 'bg': 3, + 'bh': 4, + 'bm': 0, + 'bn': 3, + 'bo': 0, + 'br': 20, + 'brx': 3, + 'bs': 11, + 'ca': 3, + 'cgg': 3, + 'chr': 3, + 'cs': 12, + 'cy': 17, + 'da': 3, + 'de': 3, + 'dv': 3, + 'dz': 0, + 'ee': 3, + 'el': 3, + 'en': 3, + 'eo': 3, + 'es': 3, + 'et': 3, + 'eu': 3, + 'fa': 0, + 'ff': 5, + 'fi': 3, + 'fil': 4, + 'fo': 3, + 'fr': 5, + 'fur': 3, + 'fy': 3, + 'ga': 8, + 'gd': 24, + 'gl': 3, + 'gsw': 3, + 'gu': 3, + 'guw': 4, + 'gv': 23, + 'ha': 3, + 'haw': 3, + 'he': 2, + 'hi': 4, + 'hr': 11, + 'hu': 0, + 'id': 0, + 'ig': 0, + 'ii': 0, + 'is': 3, + 'it': 3, + 'iu': 7, + 'ja': 0, + 'jmc': 3, + 'jv': 0, + 'ka': 0, + 'kab': 5, + 'kaj': 3, + 'kcg': 3, + 'kde': 0, + 'kea': 0, + 'kk': 3, + 'kl': 3, + 'km': 0, + 'kn': 0, + 'ko': 0, + 'ksb': 3, + 'ksh': 21, + 'ku': 3, + 'kw': 7, + 'lag': 18, + 'lb': 3, + 'lg': 3, + 'ln': 4, + 'lo': 0, + 'lt': 10, + 'lv': 6, + 'mas': 3, + 'mg': 4, + 'mk': 16, + 'ml': 3, + 'mn': 3, + 'mo': 9, + 'mr': 3, + 'ms': 0, + 'mt': 15, + 'my': 0, + 'nah': 3, + 'naq': 7, + 'nb': 3, + 'nd': 3, + 'ne': 3, + 'nl': 3, + 'nn': 3, + 'no': 3, + 'nr': 3, + 'nso': 4, + 'ny': 3, + 'nyn': 3, + 'om': 3, + 'or': 3, + 'pa': 3, + 'pap': 3, + 'pl': 13, + 'ps': 3, + 'pt': 3, + 'rm': 3, + 'ro': 9, + 'rof': 3, + 'ru': 11, + 'rwk': 3, + 'sah': 0, + 'saq': 3, + 'se': 7, + 'seh': 3, + 'ses': 0, + 'sg': 0, + 'sh': 11, + 'shi': 19, + 'sk': 12, + 'sl': 14, + 'sma': 7, + 'smi': 7, + 'smj': 7, + 'smn': 7, + 'sms': 7, + 'sn': 3, + 'so': 3, + 'sq': 3, + 'sr': 11, + 'ss': 3, + 'ssy': 3, + 'st': 3, + 'sv': 3, + 'sw': 3, + 'syr': 3, + 'ta': 3, + 'te': 3, + 'teo': 3, + 'th': 0, + 'ti': 4, + 'tig': 3, + 'tk': 3, + 'tl': 4, + 'tn': 3, + 'to': 0, + 'tr': 0, + 'ts': 3, + 'tzm': 22, + 'uk': 11, + 'ur': 3, + 've': 3, + 'vi': 0, + 'vun': 3, + 'wa': 4, + 'wae': 3, + 'wo': 0, + 'xh': 3, + 'xog': 3, + 'yo': 0, + 'zh': 0, + 'zu': 3 + }; + function isIn(n, list) { + return list.indexOf(n) !== -1; + } + function isBetween(n, start, end) { + return start <= n && n <= end; + } + var pluralRules = { + '0': function _(n) { + return 'other'; + }, + '1': function _(n) { + if (isBetween(n % 100, 3, 10)) return 'few'; + if (n === 0) return 'zero'; + if (isBetween(n % 100, 11, 99)) return 'many'; + if (n == 2) return 'two'; + if (n == 1) return 'one'; + return 'other'; + }, + '2': function _(n) { + if (n !== 0 && n % 10 === 0) return 'many'; + if (n == 2) return 'two'; + if (n == 1) return 'one'; + return 'other'; + }, + '3': function _(n) { + if (n == 1) return 'one'; + return 'other'; + }, + '4': function _(n) { + if (isBetween(n, 0, 1)) return 'one'; + return 'other'; + }, + '5': function _(n) { + if (isBetween(n, 0, 2) && n != 2) return 'one'; + return 'other'; + }, + '6': function _(n) { + if (n === 0) return 'zero'; + if (n % 10 == 1 && n % 100 != 11) return 'one'; + return 'other'; + }, + '7': function _(n) { + if (n == 2) return 'two'; + if (n == 1) return 'one'; + return 'other'; + }, + '8': function _(n) { + if (isBetween(n, 3, 6)) return 'few'; + if (isBetween(n, 7, 10)) return 'many'; + if (n == 2) return 'two'; + if (n == 1) return 'one'; + return 'other'; + }, + '9': function _(n) { + if (n === 0 || n != 1 && isBetween(n % 100, 1, 19)) return 'few'; + if (n == 1) return 'one'; + return 'other'; + }, + '10': function _(n) { + if (isBetween(n % 10, 2, 9) && !isBetween(n % 100, 11, 19)) return 'few'; + if (n % 10 == 1 && !isBetween(n % 100, 11, 19)) return 'one'; + return 'other'; + }, + '11': function _(n) { + if (isBetween(n % 10, 2, 4) && !isBetween(n % 100, 12, 14)) return 'few'; + if (n % 10 === 0 || isBetween(n % 10, 5, 9) || isBetween(n % 100, 11, 14)) return 'many'; + if (n % 10 == 1 && n % 100 != 11) return 'one'; + return 'other'; + }, + '12': function _(n) { + if (isBetween(n, 2, 4)) return 'few'; + if (n == 1) return 'one'; + return 'other'; + }, + '13': function _(n) { + if (isBetween(n % 10, 2, 4) && !isBetween(n % 100, 12, 14)) return 'few'; + if (n != 1 && isBetween(n % 10, 0, 1) || isBetween(n % 10, 5, 9) || isBetween(n % 100, 12, 14)) return 'many'; + if (n == 1) return 'one'; + return 'other'; + }, + '14': function _(n) { + if (isBetween(n % 100, 3, 4)) return 'few'; + if (n % 100 == 2) return 'two'; + if (n % 100 == 1) return 'one'; + return 'other'; + }, + '15': function _(n) { + if (n === 0 || isBetween(n % 100, 2, 10)) return 'few'; + if (isBetween(n % 100, 11, 19)) return 'many'; + if (n == 1) return 'one'; + return 'other'; + }, + '16': function _(n) { + if (n % 10 == 1 && n != 11) return 'one'; + return 'other'; + }, + '17': function _(n) { + if (n == 3) return 'few'; + if (n === 0) return 'zero'; + if (n == 6) return 'many'; + if (n == 2) return 'two'; + if (n == 1) return 'one'; + return 'other'; + }, + '18': function _(n) { + if (n === 0) return 'zero'; + if (isBetween(n, 0, 2) && n !== 0 && n != 2) return 'one'; + return 'other'; + }, + '19': function _(n) { + if (isBetween(n, 2, 10)) return 'few'; + if (isBetween(n, 0, 1)) return 'one'; + return 'other'; + }, + '20': function _(n) { + if ((isBetween(n % 10, 3, 4) || n % 10 == 9) && !(isBetween(n % 100, 10, 19) || isBetween(n % 100, 70, 79) || isBetween(n % 100, 90, 99))) return 'few'; + if (n % 1000000 === 0 && n !== 0) return 'many'; + if (n % 10 == 2 && !isIn(n % 100, [12, 72, 92])) return 'two'; + if (n % 10 == 1 && !isIn(n % 100, [11, 71, 91])) return 'one'; + return 'other'; + }, + '21': function _(n) { + if (n === 0) return 'zero'; + if (n == 1) return 'one'; + return 'other'; + }, + '22': function _(n) { + if (isBetween(n, 0, 1) || isBetween(n, 11, 99)) return 'one'; + return 'other'; + }, + '23': function _(n) { + if (isBetween(n % 10, 1, 2) || n % 20 === 0) return 'one'; + return 'other'; + }, + '24': function _(n) { + if (isBetween(n, 3, 10) || isBetween(n, 13, 19)) return 'few'; + if (isIn(n, [2, 12])) return 'two'; + if (isIn(n, [1, 11])) return 'one'; + return 'other'; + } + }; + var index = locales2rules[lang.replace(/-.*$/, '')]; + if (!(index in pluralRules)) { + console.warn('plural form unknown for [' + lang + ']'); + return function () { + return 'other'; + }; + } + return pluralRules[index]; + } + gMacros.plural = function (str, param, key, prop) { + var n = parseFloat(param); + if (isNaN(n)) return str; + if (prop != gTextProp) return str; + if (!gMacros._pluralRules) { + gMacros._pluralRules = getPluralRules(gLanguage); + } + var index = '[' + gMacros._pluralRules(n) + ']'; + if (n === 0 && key + '[zero]' in gL10nData) { + str = gL10nData[key + '[zero]'][prop]; + } else if (n == 1 && key + '[one]' in gL10nData) { + str = gL10nData[key + '[one]'][prop]; + } else if (n == 2 && key + '[two]' in gL10nData) { + str = gL10nData[key + '[two]'][prop]; + } else if (key + index in gL10nData) { + str = gL10nData[key + index][prop]; + } else if (key + '[other]' in gL10nData) { + str = gL10nData[key + '[other]'][prop]; + } + return str; + }; + function getL10nData(key, args, fallback) { + var data = gL10nData[key]; + if (!data) { + console.warn('#' + key + ' is undefined.'); + if (!fallback) { + return null; + } + data = fallback; + } + var rv = {}; + for (var prop in data) { + var str = data[prop]; + str = substIndexes(str, args, key, prop); + str = substArguments(str, args, key); + rv[prop] = str; + } + return rv; + } + function substIndexes(str, args, key, prop) { + var reIndex = /\{\[\s*([a-zA-Z]+)\(([a-zA-Z]+)\)\s*\]\}/; + var reMatch = reIndex.exec(str); + if (!reMatch || !reMatch.length) return str; + var macroName = reMatch[1]; + var paramName = reMatch[2]; + var param; + if (args && paramName in args) { + param = args[paramName]; + } else if (paramName in gL10nData) { + param = gL10nData[paramName]; + } + if (macroName in gMacros) { + var macro = gMacros[macroName]; + str = macro(str, param, key, prop); + } + return str; + } + function substArguments(str, args, key) { + var reArgs = /\{\{\s*(.+?)\s*\}\}/g; + return str.replace(reArgs, function (matched_text, arg) { + if (args && arg in args) { + return args[arg]; + } + if (arg in gL10nData) { + return gL10nData[arg]; + } + console.log('argument {{' + arg + '}} for #' + key + ' is undefined.'); + return matched_text; + }); + } + function translateElement(element) { + var l10n = getL10nAttributes(element); + if (!l10n.id) return; + var data = getL10nData(l10n.id, l10n.args); + if (!data) { + console.warn('#' + l10n.id + ' is undefined.'); + return; + } + if (data[gTextProp]) { + if (getChildElementCount(element) === 0) { + element[gTextProp] = data[gTextProp]; + } else { + var children = element.childNodes; + var found = false; + for (var i = 0, l = children.length; i < l; i++) { + if (children[i].nodeType === 3 && /\S/.test(children[i].nodeValue)) { + if (found) { + children[i].nodeValue = ''; + } else { + children[i].nodeValue = data[gTextProp]; + found = true; + } + } + } + if (!found) { + var textNode = document.createTextNode(data[gTextProp]); + element.insertBefore(textNode, element.firstChild); + } + } + delete data[gTextProp]; + } + for (var k in data) { + element[k] = data[k]; + } + } + function getChildElementCount(element) { + if (element.children) { + return element.children.length; + } + if (typeof element.childElementCount !== 'undefined') { + return element.childElementCount; + } + var count = 0; + for (var i = 0; i < element.childNodes.length; i++) { + count += element.nodeType === 1 ? 1 : 0; + } + return count; + } + function translateFragment(element) { + element = element || document.documentElement; + var children = getTranslatableChildren(element); + var elementCount = children.length; + for (var i = 0; i < elementCount; i++) { + translateElement(children[i]); + } + translateElement(element); + } + return { + get: function get(key, args, fallbackString) { + var index = key.lastIndexOf('.'); + var prop = gTextProp; + if (index > 0) { + prop = key.substring(index + 1); + key = key.substring(0, index); + } + var fallback; + if (fallbackString) { + fallback = {}; + fallback[prop] = fallbackString; + } + var data = getL10nData(key, args, fallback); + if (data && prop in data) { + return data[prop]; + } + return '{{' + key + '}}'; + }, + getData: function getData() { + return gL10nData; + }, + getText: function getText() { + return gTextData; + }, + getLanguage: function getLanguage() { + return gLanguage; + }, + setLanguage: function setLanguage(lang, callback) { + loadLocale(lang, function () { + if (callback) callback(); + }); + }, + getDirection: function getDirection() { + var rtlList = ['ar', 'he', 'fa', 'ps', 'ur']; + var shortCode = gLanguage.split('-', 1)[0]; + return rtlList.indexOf(shortCode) >= 0 ? 'rtl' : 'ltr'; + }, + translate: translateFragment, + getReadyState: function getReadyState() { + return gReadyState; + }, + ready: function ready(callback) { + if (!callback) { + return; + } else if (gReadyState == 'complete' || gReadyState == 'interactive') { + window.setTimeout(function () { + callback(); + }); + } else if (document.addEventListener) { + document.addEventListener('localized', function once() { + document.removeEventListener('localized', once); + callback(); + }); + } + } + }; +}(window, document); + +/***/ }), +/* 43 */ +/***/ (function(module, exports, __webpack_require__) { + +"use strict"; + + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.PDFPrintService = undefined; + +var _ui_utils = __webpack_require__(6); + +var _app = __webpack_require__(1); + +var _pdfjsLib = __webpack_require__(7); + +var activeService = null; +var overlayManager = null; +function renderPage(activeServiceOnEntry, pdfDocument, pageNumber, size) { + var scratchCanvas = activeService.scratchCanvas; + var PRINT_RESOLUTION = 150; + var PRINT_UNITS = PRINT_RESOLUTION / 72.0; + scratchCanvas.width = Math.floor(size.width * PRINT_UNITS); + scratchCanvas.height = Math.floor(size.height * PRINT_UNITS); + var width = Math.floor(size.width * _ui_utils.CSS_UNITS) + 'px'; + var height = Math.floor(size.height * _ui_utils.CSS_UNITS) + 'px'; + var ctx = scratchCanvas.getContext('2d'); + ctx.save(); + ctx.fillStyle = 'rgb(255, 255, 255)'; + ctx.fillRect(0, 0, scratchCanvas.width, scratchCanvas.height); + ctx.restore(); + return pdfDocument.getPage(pageNumber).then(function (pdfPage) { + var renderContext = { + canvasContext: ctx, + transform: [PRINT_UNITS, 0, 0, PRINT_UNITS, 0, 0], + viewport: pdfPage.getViewport(1, size.rotation), + intent: 'print' + }; + return pdfPage.render(renderContext).promise; + }).then(function () { + return { + width: width, + height: height + }; + }); +} +function PDFPrintService(pdfDocument, pagesOverview, printContainer, l10n) { + this.pdfDocument = pdfDocument; + this.pagesOverview = pagesOverview; + this.printContainer = printContainer; + this.l10n = l10n || _ui_utils.NullL10n; + this.disableCreateObjectURL = pdfDocument.loadingParams['disableCreateObjectURL']; + this.currentPage = -1; + this.scratchCanvas = document.createElement('canvas'); +} +PDFPrintService.prototype = { + layout: function layout() { + this.throwIfInactive(); + var body = document.querySelector('body'); + body.setAttribute('data-pdfjsprinting', true); + var hasEqualPageSizes = this.pagesOverview.every(function (size) { + return size.width === this.pagesOverview[0].width && size.height === this.pagesOverview[0].height; + }, this); + if (!hasEqualPageSizes) { + console.warn('Not all pages have the same size. The printed ' + 'result may be incorrect!'); + } + this.pageStyleSheet = document.createElement('style'); + var pageSize = this.pagesOverview[0]; + this.pageStyleSheet.textContent = '@supports ((size:A4) and (size:1pt 1pt)) {' + '@page { size: ' + pageSize.width + 'pt ' + pageSize.height + 'pt;}' + '}'; + body.appendChild(this.pageStyleSheet); + }, + destroy: function destroy() { + if (activeService !== this) { + return; + } + this.printContainer.textContent = ''; + if (this.pageStyleSheet) { + this.pageStyleSheet.remove(); + this.pageStyleSheet = null; + } + this.scratchCanvas.width = this.scratchCanvas.height = 0; + this.scratchCanvas = null; + activeService = null; + ensureOverlay().then(function () { + if (overlayManager.active !== 'printServiceOverlay') { + return; + } + overlayManager.close('printServiceOverlay'); + }); + }, + renderPages: function renderPages() { + var _this = this; + + var pageCount = this.pagesOverview.length; + var renderNextPage = function renderNextPage(resolve, reject) { + _this.throwIfInactive(); + if (++_this.currentPage >= pageCount) { + renderProgress(pageCount, pageCount, _this.l10n); + resolve(); + return; + } + var index = _this.currentPage; + renderProgress(index, pageCount, _this.l10n); + renderPage(_this, _this.pdfDocument, index + 1, _this.pagesOverview[index]).then(_this.useRenderedPage.bind(_this)).then(function () { + renderNextPage(resolve, reject); + }, reject); + }; + return new Promise(renderNextPage); + }, + useRenderedPage: function useRenderedPage(printItem) { + this.throwIfInactive(); + var img = document.createElement('img'); + img.style.width = printItem.width; + img.style.height = printItem.height; + var scratchCanvas = this.scratchCanvas; + if ('toBlob' in scratchCanvas && !this.disableCreateObjectURL) { + scratchCanvas.toBlob(function (blob) { + img.src = _pdfjsLib.URL.createObjectURL(blob); + }); + } else { + img.src = scratchCanvas.toDataURL(); + } + var wrapper = document.createElement('div'); + wrapper.appendChild(img); + this.printContainer.appendChild(wrapper); + return new Promise(function (resolve, reject) { + img.onload = resolve; + img.onerror = reject; + }); + }, + performPrint: function performPrint() { + var _this2 = this; + + this.throwIfInactive(); + return new Promise(function (resolve) { + setTimeout(function () { + if (!_this2.active) { + resolve(); + return; + } + print.call(window); + setTimeout(resolve, 20); + }, 0); + }); + }, + + get active() { + return this === activeService; + }, + throwIfInactive: function throwIfInactive() { + if (!this.active) { + throw new Error('This print request was cancelled or completed.'); + } + } +}; +var print = window.print; +window.print = function print() { + if (activeService) { + console.warn('Ignored window.print() because of a pending print job.'); + return; + } + ensureOverlay().then(function () { + if (activeService) { + overlayManager.open('printServiceOverlay'); + } + }); + try { + dispatchEvent('beforeprint'); + } finally { + if (!activeService) { + console.error('Expected print service to be initialized.'); + ensureOverlay().then(function () { + if (overlayManager.active === 'printServiceOverlay') { + overlayManager.close('printServiceOverlay'); + } + }); + return; + } + var activeServiceOnEntry = activeService; + activeService.renderPages().then(function () { + return activeServiceOnEntry.performPrint(); + }).catch(function () {}).then(function () { + if (activeServiceOnEntry.active) { + abort(); + } + }); + } +}; +function dispatchEvent(eventType) { + var event = document.createEvent('CustomEvent'); + event.initCustomEvent(eventType, false, false, 'custom'); + window.dispatchEvent(event); +} +function abort() { + if (activeService) { + activeService.destroy(); + dispatchEvent('afterprint'); + } +} +function renderProgress(index, total, l10n) { + var progressContainer = document.getElementById('printServiceOverlay'); + var progress = Math.round(100 * index / total); + var progressBar = progressContainer.querySelector('progress'); + var progressPerc = progressContainer.querySelector('.relative-progress'); + progressBar.value = progress; + l10n.get('print_progress_percent', { progress: progress }, progress + '%').then(function (msg) { + progressPerc.textContent = msg; + }); +} +var hasAttachEvent = !!document.attachEvent; +window.addEventListener('keydown', function (event) { + if (event.keyCode === 80 && (event.ctrlKey || event.metaKey) && !event.altKey && (!event.shiftKey || window.chrome || window.opera)) { + window.print(); + if (hasAttachEvent) { + return; + } + event.preventDefault(); + if (event.stopImmediatePropagation) { + event.stopImmediatePropagation(); + } else { + event.stopPropagation(); + } + return; + } +}, true); +if (hasAttachEvent) { + document.attachEvent('onkeydown', function (event) { + event = event || window.event; + if (event.keyCode === 80 && event.ctrlKey) { + event.keyCode = 0; + return false; + } + }); +} +if ('onbeforeprint' in window) { + var stopPropagationIfNeeded = function stopPropagationIfNeeded(event) { + if (event.detail !== 'custom' && event.stopImmediatePropagation) { + event.stopImmediatePropagation(); + } + }; + window.addEventListener('beforeprint', stopPropagationIfNeeded); + window.addEventListener('afterprint', stopPropagationIfNeeded); +} +var overlayPromise = void 0; +function ensureOverlay() { + if (!overlayPromise) { + overlayManager = _app.PDFViewerApplication.overlayManager; + if (!overlayManager) { + throw new Error('The overlay manager has not yet been initialized.'); + } + overlayPromise = overlayManager.register('printServiceOverlay', document.getElementById('printServiceOverlay'), abort, true); + document.getElementById('printCancel').onclick = abort; + } + return overlayPromise; +} +_app.PDFPrintServiceFactory.instance = { + supportsPrinting: true, + createPrintService: function createPrintService(pdfDocument, pagesOverview, printContainer, l10n) { + if (activeService) { + throw new Error('The print service is created and active.'); + } + activeService = new PDFPrintService(pdfDocument, pagesOverview, printContainer, l10n); + return activeService; + } +}; +exports.PDFPrintService = PDFPrintService; + +/***/ }) +/******/ ]); +//# sourceMappingURL=viewer.js.map \ No newline at end of file diff --git a/dzz/pdf/web/viewer.js.map b/dzz/pdf/web/viewer.js.map new file mode 100644 index 0000000..1a3fd20 --- /dev/null +++ b/dzz/pdf/web/viewer.js.map @@ -0,0 +1 @@ +{"version":3,"sources":["webpack:///webpack/bootstrap","webpack:///web/viewer.js","webpack:///web/app.js","webpack:///node_modules/babel-runtime/regenerator/index.js","webpack:///node_modules/regenerator-runtime/runtime-module.js","webpack:///node_modules/regenerator-runtime/runtime.js","webpack:///node_modules/webpack/buildin/module.js","webpack:///web/ui_utils.js","webpack:///web/pdfjs.js","webpack:///web/pdf_cursor_tools.js","webpack:///web/grab_to_pan.js","webpack:///web/pdf_rendering_queue.js","webpack:///web/pdf_sidebar.js","webpack:///web/app_options.js","webpack:///web/viewer_compatibility.js","webpack:///web/dom_events.js","webpack:///web/overlay_manager.js","webpack:///web/password_prompt.js","webpack:///web/pdf_attachment_viewer.js","webpack:///web/pdf_document_properties.js","webpack:///web/pdf_find_bar.js","webpack:///web/pdf_find_controller.js","webpack:///web/pdf_find_utils.js","webpack:///web/pdf_history.js","webpack:///web/pdf_link_service.js","webpack:///web/pdf_outline_viewer.js","webpack:///web/pdf_presentation_mode.js","webpack:///web/pdf_sidebar_resizer.js","webpack:///web/pdf_thumbnail_viewer.js","webpack:///web/pdf_thumbnail_view.js","webpack:///web/pdf_viewer.js","webpack:///web/base_viewer.js","webpack:///web/annotation_layer_builder.js","webpack:///web/pdf_page_view.js","webpack:///web/text_layer_builder.js","webpack:///web/secondary_toolbar.js","webpack:///web/pdf_single_page_viewer.js","webpack:///web/toolbar.js","webpack:///web/view_history.js","webpack:///web/genericcom.js","webpack:///web/preferences.js","webpack:///web/download_manager.js","webpack:///web/genericl10n.js","webpack:///external/webL10n/l10n.js","webpack:///web/pdf_print_service.js"],"names":["pdfjsWebApp","require","pdfjsWebAppOptions","appContainer","document","mainContainer","viewerContainer","eventBus","toolbar","container","numPages","pageNumber","scaleSelectContainer","scaleSelect","customScaleOption","previous","next","zoomIn","zoomOut","viewFind","openFile","print","presentationModeButton","download","viewBookmark","secondaryToolbar","toggleButton","toolbarButtonContainer","openFileButton","printButton","downloadButton","viewBookmarkButton","firstPageButton","lastPageButton","pageRotateCwButton","pageRotateCcwButton","cursorSelectToolButton","cursorHandToolButton","scrollVerticalButton","scrollHorizontalButton","scrollWrappedButton","spreadNoneButton","spreadOddButton","spreadEvenButton","documentPropertiesButton","fullscreen","contextFirstPage","contextLastPage","contextPageRotateCw","contextPageRotateCcw","sidebar","outerContainer","thumbnailButton","outlineButton","attachmentsButton","thumbnailView","outlineView","attachmentsView","sidebarResizer","resizer","findBar","bar","findField","highlightAllCheckbox","caseSensitiveCheckbox","entireWordCheckbox","findMsg","findResultsCount","findPreviousButton","findNextButton","passwordOverlay","overlayName","label","input","submitButton","cancelButton","documentProperties","closeButton","fields","errorWrapper","errorMessage","errorMoreInfo","moreInfoButton","lessInfoButton","printContainer","openFileInputName","debuggerScriptPath","config","window","DEFAULT_SCALE_DELTA","DISABLE_AUTO_FETCH_LOADING_BAR_TIMEOUT","FORCE_PAGES_LOADED_TIMEOUT","DefaultExternalServices","updateFindControlState","updateFindMatchesCount","initPassiveLoading","fallback","reportTelemetry","createDownloadManager","createPreferences","createL10n","supportsIntegratedFind","supportsDocumentFonts","supportsDocumentColors","supportedMouseWheelZoomModifierKeys","ctrlKey","metaKey","PDFViewerApplication","initialBookmark","initialized","fellback","appConfig","pdfDocument","pdfLoadingTask","printService","pdfViewer","pdfThumbnailViewer","pdfRenderingQueue","pdfPresentationMode","pdfDocumentProperties","pdfLinkService","pdfHistory","pdfSidebar","pdfSidebarResizer","pdfOutlineViewer","pdfAttachmentViewer","pdfCursorTools","store","downloadManager","overlayManager","preferences","l10n","isInitialViewSet","downloadComplete","isViewerEmbedded","url","baseUrl","externalServices","_boundEvents","contentDispositionFilename","AppOptions","LinkTarget","source","OVERRIDES","disableFontFace","disableRange","disableStream","textLayerMode","TextLayerMode","prefs","name","waitOn","hash","hashParams","parseQueryString","viewer","enabled","loadAndEnablePDFBug","console","reason","locale","dir","dispatchToDOM","getGlobalEventBus","externalLinkTarget","externalLinkRel","disableCreateObjectURL","findController","linkService","renderingQueue","renderer","enableWebGL","imageResourcesPath","renderInteractiveForms","enablePrintAutoRotate","useOnlyCssZoom","maxCanvasPixels","thumbnailContainer","cursorToolOnLoad","contextMenuItems","sidebarConfig","Object","run","newScale","Math","PDFPrintServiceFactory","doc","support","shadow","setTitleUsingUrl","title","getPDFFileNameFromURL","decodeURIComponent","getFilenameFromUrl","setTitle","promise","PDFBug","workerParameters","GlobalWorkerOptions","parameters","file","apiParameters","prop","args","loadingTask","getDocument","loaded","message","exception","loadingErrorMessage","filename","blob","type","error","moreInfoText","version","build","moreInfo","stack","line","errorWrapperConfig","Promise","parts","progress","percent","level","isNaN","disableAutoFetch","clearTimeout","load","firstPagePromise","pageModePromise","baseDocumentUrl","pagesPromise","onePageRendered","resetHistory","storePromise","page","zoom","scrollLeft","scrollTop","rotation","sidebarView","SidebarView","scrollMode","spreadMode","values","parseInt","pageMode","apiPageModeToSidebarView","setTimeout","i","numLabels","labels","javaScript","UNSUPPORTED_FEATURES","regex","ii","js","info","metadata","pdfTitle","setInitialView","setRotation","isValidRotation","setViewerModes","Number","cleanup","RendererType","forceRendering","beforePrint","pagesOverview","afterPrint","rotatePages","newRotation","requestPresentationMode","bindEvents","bindWindowEvents","unbindEvents","unbindWindowEvents","HOSTED_VIEWER_ORIGINS","validateFileURL","viewerOrigin","origin","protocol","ex","loadScript","PDFWorker","queryString","params","fileInput","files","evt","webViewerOpenFileViaURL","xhr","pageIndex","pageView","Stats","mode","view","action","switchInProgress","PresentationModeState","active","location","href","currentPage","loading","RenderingStates","currentScaleValue","webViewerFileInputChange","URL","originalUrl","fileReader","buffer","query","phraseSearch","caseSensitive","entireWord","highlightAll","findPrevious","result","zoomDisabled","previousScale","delta","normalizeWheelEventDelta","MOUSE_WHEEL_DELTA_PER_PAGE_SCALE","ticks","currentScale","scaleCorrectionFactor","rect","dx","dy","zoomDisabledTimeout","handled","ensureViewerFocused","cmd","isViewerInPresentationMode","findState","curElement","curElementTagName","turnPage","turnOnlyIfPageFit","CursorTool","instance","supportsPrinting","createPrintService","module","g","Function","hadRuntime","oldRuntime","Op","hasOwn","$Symbol","iteratorSymbol","asyncIteratorSymbol","toStringTagSymbol","inModule","runtime","global","protoGenerator","outerFn","generator","context","tryLocsList","makeInvokeMethod","arg","fn","GenStateSuspendedStart","GenStateSuspendedYield","GenStateExecuting","GenStateCompleted","ContinueSentinel","IteratorPrototype","getProto","NativeIteratorPrototype","Gp","GeneratorFunctionPrototype","Generator","GeneratorFunction","prototype","ctor","genFun","__await","record","tryCatch","reject","value","invoke","resolve","previousPromise","defineIteratorMethods","AsyncIterator","iter","wrap","state","method","delegate","delegateResult","maybeInvokeDelegate","done","entry","tryLoc","locs","keys","key","iteratorMethod","iterable","Context","constructor","reset","stop","rootEntry","rootRecord","dispatchException","handle","hasCatch","hasFinally","abrupt","finallyEntry","complete","finish","resetTryEntry","thrown","delegateYield","iterator","resultName","nextLoc","enumerable","get","CSS_UNITS","DEFAULT_SCALE_VALUE","DEFAULT_SCALE","MIN_SCALE","MAX_SCALE","UNKNOWN_SCALE","MAX_AUTO_SCALE","SCROLLBAR_PADDING","VERTICAL_PADDING","UNKNOWN","NORMAL","CHANGING","FULLSCREEN","CANVAS","SVG","DISABLE","ENABLE","ENABLE_ENHANCE","NullL10n","formatL10nValue","devicePixelRatio","backingStoreRatio","ctx","pixelRatio","sx","sy","scaled","skipOverflowHiddenElements","parent","element","offsetY","offsetX","getComputedStyle","spot","debounceScroll","rAF","currentX","viewAreaElement","lastX","currentY","lastY","callback","right","down","_eventHandler","param","minIndex","maxIndex","items","condition","currentIndex","currentItem","xinv","limit","x_","x","a","b","c","d","p","q","r","changeOrientation","rotate","width","height","index","elt","views","pageTop","sortByVisibility","horizontal","top","scrollEl","bottom","left","elementBottom","elementRight","visible","firstVisibleElementInd","binarySearchFirstItem","backtrackBeforeAllVisibleElements","lastEdge","currentWidth","currentHeight","viewWidth","viewHeight","viewRight","viewBottom","hiddenHeight","hiddenWidth","percentVisible","id","y","first","last","pc","defaultFilename","isDataSchema","reURI","reFilename","splitURI","suggestedFilename","angle","MOUSE_DOM_DELTA_PIXEL_MODE","MOUSE_DOM_DELTA_LINE_MODE","MOUSE_PIXELS_PER_LINE","MOUSE_LINES_PER_PAGE","size","WaitOnType","EVENT","TIMEOUT","delay","target","eventHandler","handler","timeoutHandler","timeout","animationStarted","on","eventListeners","off","dispatch","Array","listener","_dispatchDOMEvent","details","obj","event","units","progressSize","setWidth","scrollbarWidth","clamp","moved","len","arr","write","read","pdfjsLib","__non_webpack_require__","SELECT","HAND","ZOOM","switchTool","tool","disableActiveTool","previouslyActive","options","overlay","GrabToPan","CSS_CLASS_GRAB","activate","deactivate","toggle","ignoreTarget","node","_onmousedown","focusedElement","_onmousemove","isLeftMouseReleased","xDiff","yDiff","behavior","_endPan","prefix","matchesSelector","isNotIEorIsIE10plus","chrome","isChrome15OrOpera15plus","isSafari6plus","navigator","CLEANUP_TIMEOUT","INITIAL","RUNNING","PAUSED","FINISHED","setViewer","setThumbnailViewer","isHighestPriority","renderHighestPriority","getHighestPriority","visibleViews","numVisible","nextPageIndex","previousPageIndex","isViewFinished","renderView","continueRendering","UI_NOTIFICATION_CLASS","NONE","THUMBS","OUTLINE","ATTACHMENTS","isViewPreserved","switchView","forceOpen","isViewChanged","shouldForceRendering","pagesCount","_showUINotification","_hideUINotification","removeNotification","outlineCount","OptionKind","VIEWER","API","WORKER","defaultOptions","kind","defaultUrl","defaultZoomValue","disableHistory","disablePageLabels","disablePageMode","eventBusDispatchToDOM","viewerCompatibilityParams","pdfBugEnabled","showPreviousViewOnLoad","sidebarViewOnLoad","scrollModeOnLoad","spreadModeOnLoad","cMapPacked","cMapUrl","apiCompatibilityParams","isEvalSupported","maxImageSize","pdfBug","postMessageTransfers","verbosity","workerPort","workerSrc","userOptions","defaultOption","userOption","compatibilityParams","userAgent","isAndroid","isIOS","exports","cssTransform","attachmentsCount","globalEventBus","attachDOMEventsToEventBus","callerCloseMethod","canForceClose","_keyDown","e","PasswordResponses","promptString","password","setUpdateCallback","keepRenderedCapability","_dispatchEvent","_bindPdfLink","button","blobUrl","createObjectURL","viewerUrl","encodeURIComponent","_bindLink","render","attachments","names","item","removeNullCharacters","div","_appendAttachment","DEFAULT_FIELD_CONTENT","NON_METRIC_LOCALES","US_PAGE_NAMES","METRIC_PAGE_NAMES","isPortrait","pageNames","freezeFieldData","writable","configurable","currentPageNumber","pagesRotation","getPageSizeInches","fileSize","data","setDocument","setFileSize","_updateUI","content","_parseFileSize","kb","size_kb","size_b","size_mb","_parsePageSize","pageSizeInches","isPortraitOrientation","sizeInches","sizeMillimeters","pageName","getPageName","exactMillimeters","intMillimeters","_parseDate","dateToParse","year","month","day","hours","minutes","seconds","utRel","offsetHours","offsetMinutes","date","Date","dateString","timeString","time","_parseLinearization","isLinearized","MATCHES_COUNT_LIMIT","dispatchEvent","updateUIState","notFound","status","FindState","updateResultsCount","current","total","matchesCountMsg","findbarHeight","inputContainerHeight","FOUND","NOT_FOUND","WRAPPED","PENDING","FIND_TIMEOUT","CHARACTERS_TO_NORMALIZE","replace","executeCommand","pageIdx","matchIdx","_normalize","_prepareMatches","currentElem","matchesWithLength","nextElem","prevElem","isSubTerm","matches","matchesLength","_isEntireWord","startIdx","getCharacterType","endIdx","_calculatePhraseMatch","queryLen","pageContent","_calculateWordMatch","queryArray","subquery","subqueryLen","match","matchLength","skipped","_calculateMatch","pageMatchesCount","extractTextCapability","pdfPage","normalizeWhitespace","textItems","textContent","strBuf","j","jj","_updatePage","currentPageIndex","offset","numPageMatches","_matchesReady","numMatches","_advanceOffsetPage","found","_updateMatch","wrapped","previousPage","_onFindBarClose","matchesCount","_updateUIState","CharacterType","SPACE","ALPHA_LETTER","PUNCT","HAN_LETTER","KATAKANA_LETTER","HIRAGANA_LETTER","HALFWIDTH_KATAKANA_LETTER","THAI_LETTER","charCode","isAlphabeticalScript","isAscii","isAsciiSpace","isAsciiAlpha","isAsciiDigit","isThai","isHan","isKatakana","isHiragana","isHalfwidthKatakana","HASH_CHANGE_TIMEOUT","POSITION_UPDATED_THRESHOLD","UPDATE_VIEWAREA_TIMEOUT","unescape","initialize","reInitialized","parseCurrentHash","destination","JSON","push","namedDest","forceReplace","isDestArraysEqual","dest","_pushOrReplaceState","shouldReplace","newState","fingerprint","uid","temporary","_tryPushCurrentPosition","position","_isValidState","_updateInternalState","removeTemporary","_updateViewarea","_popState","newHash","hashChanged","waitOnEventOrTimeout","destHash","nameddest","second","isEntryEqual","firstDest","secondDest","setHistory","navigateTo","goToDestination","destRef","explicitDest","destArray","getDestinationHash","escape","str","getAnchorUrl","setHash","zoomArgs","zoomArg","zoomArgNumber","parseFloat","allowNegativeOffset","isValidExplicitDestination","executeNamedAction","cachePageRef","refStr","pageRef","_cachedPageNumber","destLength","allowNull","DEFAULT_TITLE","addLinkAttributes","newWindow","rel","_setStyles","styleStr","_addToggleButton","toggler","shouldShowAll","_toggleOutlineItem","togglers","root","show","outline","fragment","queue","hasAnyNesting","levelData","itemsDiv","DELAY_BEFORE_RESETTING_SWITCH_IN_PROGRESS","DELAY_BEFORE_HIDING_CONTROLS","ACTIVE_SELECTOR","CONTROLS_SELECTOR","MOUSE_SCROLL_COOLDOWN_TIME","PAGE_SWITCH_THRESHOLD","SWIPE_MIN_DISTANCE_THRESHOLD","SWIPE_ANGLE_THRESHOLD","Element","_mouseWheel","currentTime","storedTime","totalDelta","success","_mouseDown","isInternalLink","_touchSwipe","startX","startY","endX","endY","absAngle","SIDEBAR_WIDTH_VAR","SIDEBAR_MIN_WIDTH","SIDEBAR_RESIZING_CLASS","CSS","_updateWidth","maxWidth","_mouseMove","_mouseUp","updated","THUMBNAIL_SCROLL_MARGIN","THUMBNAIL_SELECTED_CLASS","watchScroll","getThumbnail","getVisibleElements","scrollThumbnailIntoView","prevThumbnailView","visibleThumbs","numVisibleThumbs","shouldScroll","scrollIntoView","PDFThumbnailView","viewport","firstPage","pageNum","thumbnail","defaultViewport","disableCanvasToImageConversion","setPageLabels","_ensurePdfPageLoaded","thumbView","MAX_NUM_SCALING_STEPS","THUMBNAIL_CANVAS_BORDER_WIDTH","THUMBNAIL_WIDTH","TempImageFactory","tempCanvasCache","getCanvas","tempCanvas","alpha","destroyCanvas","anchor","ring","borderAdjustment","setPdfPage","totalRotation","childNodes","update","scale","noCtxScale","_getPageDrawContext","canvas","outputScale","getOutputScale","className","image","renderCapability","finishRenderTask","renderTask","drawViewport","renderContinueCallback","renderContext","canvasContext","setImage","img","reducedWidth","reducedHeight","reducedImage","reducedImageCtx","setPageLabel","pageSpot","_scrollIntoView","pageDiv","ScrollMode","visiblePages","numVisiblePages","currentId","stillFullyVisible","DEFAULT_CACHE_SIZE","VERTICAL","HORIZONTAL","SpreadMode","ODD","EVEN","pageIdsToKeep","iMax","pagesToKeep","moveToEndOfArray","getPageView","_setCurrentPageNumber","resetCurrentPageView","val","pageLabel","pagesCapability","isOnePageRenderedResolved","onePageRenderedCapability","bindOnAfterAndBeforeDraw","textLayerFactory","annotationLayerFactory","getPagesLeft","_setScaleDispatchEvent","preset","presetValue","_setScaleUpdatePages","noScroll","newValue","isSameScale","_setScale","noPadding","hPadding","vPadding","pageWidthScale","pageHeightScale","horizontalScale","scrollPageIntoView","pageWidth","pageHeight","widthScale","heightScale","boundingRect","_resizeBuffer","suggestedCacheSize","_updateLocation","normalizedScaleValue","pdfOpenParams","currentPageView","topLeft","intLeft","intTop","containsElement","currentlyVisiblePages","scrollAhead","createTextLayerBuilder","enhanceTextSelection","createAnnotationLayerBuilder","isFirstPagePortrait","_updateScrollMode","_updateSpreadMode","pages","parity","spread","firstPageView","intent","dontFlip","AnnotationLayer","annotations","MAX_CANVAS_PIXELS","removeFromDOM","_resetZoomLayer","zoomLayerCanvas","keepZoomLayer","keepAnnotations","currentZoomLayerNode","currentAnnotationNode","isScalingRestricted","cancelRendering","renderingState","redrawAnnotations","relativeRotation","absRotation","scaleX","scaleY","textLayerViewport","textRelativeRotation","textAbsRotation","textLayerDiv","transX","transY","getPagePoint","canvasWrapper","textLayer","finishPaintTask","paintTask","resultPromise","readableStream","paintOnCanvas","onRenderContinue","cancel","isCanvasHidden","showCanvas","actualSizeViewport","pixelsInViewport","maxScale","sfx","approximateFraction","sfy","roundToDivide","transform","paintOnSvg","cancelled","ensureNotCancelled","svgGfx","svg","wrapper","EXPAND_DIVS_TIMEOUT","MATCH_SCROLL_OFFSET_TOP","MATCH_SCROLL_OFFSET_LEFT","endOfContent","numTextDivs","textLayerFrag","textContentStream","textDivs","textContentItemsStr","setTextContentStream","setTextContent","convertMatches","iIndex","end","ret","m","begin","divIdx","renderMatches","prevEnd","isSelectedPage","selectedMatchIdx","infinity","appendTextToDiv","span","i0","i1","isSelected","highlightSuffix","beginText","n0","n1","clearedUntilDivIdx","n","pageMatches","pageMatchesLength","expandDivsTimer","adjustTop","divBounds","eventName","close","eventDetails","lastPage","pageRotateCw","pageRotateCcw","setPageNumber","setPagesCount","_bindCursorToolsListener","buttons","_bindScrollModeListener","isScrollModeHorizontal","scrollModeChanged","_bindSpreadModeListener","spreadModeChanged","previousPageView","viewerNodes","scrolledDown","previousLocation","PAGE_NUMBER_LOADING_INDICATOR","SCALE_SELECT_CONTAINER_PADDING","SCALE_SELECT_PADDING","setPageScale","self","resetNumPages","pageScale","customScale","predefinedValueFound","option","updateLoadingIndicatorState","pageNumberInput","select","DEFAULT_VIEW_HISTORY_CACHE_SIZE","cacheSize","database","databaseStr","length","branch","localStorage","properties","GenericCom","GenericExternalServices","defaultPreferences","defaultValue","prefValue","valueType","defaultType","DISABLE_CREATE_OBJECT_URL","downloadUrl","createValidAbsoluteUrl","downloadData","webL10n","gL10nData","gTextData","gTextProp","gLanguage","gMacros","gReadyState","gAsyncResourceLoading","script","l10nId","l10nArgs","evtObject","onSuccess","onFailure","baseURL","text","dictionary","reBlank","reComment","reSection","reImport","reSplit","entries","rawText","currentLang","genericLang","lang","skipLang","loadImport","tmp","evalString","xhrLoadText","parseRawLines","parsedPropertiesCallback","parseProperties","langLinks","langCount","dict","defaultLocale","anyCaseLang","fireL10nReadyEvent","onResourceLoaded","gResourceCount","link","parseResource","resource","locales2rules","list","start","pluralRules","isBetween","getPluralRules","rv","substIndexes","substArguments","reIndex","reMatch","macroName","paramName","macro","reArgs","getL10nAttributes","getL10nData","getChildElementCount","children","l","textNode","count","getTranslatableChildren","elementCount","translateElement","getData","getText","getLanguage","setLanguage","loadLocale","getDirection","rtlList","shortCode","translate","getReadyState","ready","activeService","scratchCanvas","PRINT_RESOLUTION","PRINT_UNITS","PDFPrintService","layout","body","hasEqualPageSizes","pageSize","destroy","ensureOverlay","renderPages","pageCount","renderNextPage","renderProgress","renderPage","useRenderedPage","printItem","performPrint","throwIfInactive","activeServiceOnEntry","progressContainer","progressBar","progressPerc","hasAttachEvent","stopPropagationIfNeeded","overlayPromise"],"mappings":"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","file":"viewer.js","sourcesContent":[" \t// The module cache\n \tvar installedModules = {};\n\n \t// The require function\n \tfunction __webpack_require__(moduleId) {\n\n \t\t// Check if module is in cache\n \t\tif(installedModules[moduleId]) {\n \t\t\treturn installedModules[moduleId].exports;\n \t\t}\n \t\t// Create a new module (and put it into the cache)\n \t\tvar module = installedModules[moduleId] = {\n \t\t\ti: moduleId,\n \t\t\tl: false,\n \t\t\texports: {}\n \t\t};\n\n \t\t// Execute the module function\n \t\tmodules[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n\n \t\t// Flag the module as loaded\n \t\tmodule.l = true;\n\n \t\t// Return the exports of the module\n \t\treturn module.exports;\n \t}\n\n\n \t// expose the modules object (__webpack_modules__)\n \t__webpack_require__.m = modules;\n\n \t// expose the module cache\n \t__webpack_require__.c = installedModules;\n\n \t// define getter function for harmony exports\n \t__webpack_require__.d = function(exports, name, getter) {\n \t\tif(!__webpack_require__.o(exports, name)) {\n \t\t\tObject.defineProperty(exports, name, { enumerable: true, get: getter });\n \t\t}\n \t};\n\n \t// define __esModule on exports\n \t__webpack_require__.r = function(exports) {\n \t\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n \t\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n \t\t}\n \t\tObject.defineProperty(exports, '__esModule', { value: true });\n \t};\n\n \t// create a fake namespace object\n \t// mode & 1: value is a module id, require it\n \t// mode & 2: merge all properties of value into the ns\n \t// mode & 4: return value when already ns object\n \t// mode & 8|1: behave like require\n \t__webpack_require__.t = function(value, mode) {\n \t\tif(mode & 1) value = __webpack_require__(value);\n \t\tif(mode & 8) return value;\n \t\tif((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;\n \t\tvar ns = Object.create(null);\n \t\t__webpack_require__.r(ns);\n \t\tObject.defineProperty(ns, 'default', { enumerable: true, value: value });\n \t\tif(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));\n \t\treturn ns;\n \t};\n\n \t// getDefaultExport function for compatibility with non-harmony modules\n \t__webpack_require__.n = function(module) {\n \t\tvar getter = module && module.__esModule ?\n \t\t\tfunction getDefault() { return module['default']; } :\n \t\t\tfunction getModuleExports() { return module; };\n \t\t__webpack_require__.d(getter, 'a', getter);\n \t\treturn getter;\n \t};\n\n \t// Object.prototype.hasOwnProperty.call\n \t__webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };\n\n \t// __webpack_public_path__\n \t__webpack_require__.p = \"\";\n\n\n \t// Load entry module and return exports\n \treturn __webpack_require__(__webpack_require__.s = 0);\n","/* Copyright 2016 Mozilla Foundation\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n/* globals chrome */\n\n'use strict';\n\nif (typeof PDFJSDev !== 'undefined' && PDFJSDev.test('CHROME')) {\n var defaultUrl; // eslint-disable-line no-var\n\n (function rewriteUrlClosure() {\n // Run this code outside DOMContentLoaded to make sure that the URL\n // is rewritten as soon as possible.\n let queryString = document.location.search.slice(1);\n let m = /(^|&)file=([^&]*)/.exec(queryString);\n defaultUrl = m ? decodeURIComponent(m[2]) : '';\n\n // Example: chrome-extension://.../http://example.com/file.pdf\n let humanReadableUrl = '/' + defaultUrl + location.hash;\n history.replaceState(history.state, '', humanReadableUrl);\n if (top === window) {\n chrome.runtime.sendMessage('showPageAction');\n }\n })();\n}\n\nlet pdfjsWebApp, pdfjsWebAppOptions;\nif (typeof PDFJSDev !== 'undefined' && PDFJSDev.test('PRODUCTION')) {\n pdfjsWebApp = require('./app.js');\n pdfjsWebAppOptions = require('./app_options.js');\n}\n\nif (typeof PDFJSDev !== 'undefined' && PDFJSDev.test('FIREFOX || MOZCENTRAL')) {\n require('./firefoxcom.js');\n require('./firefox_print_service.js');\n}\nif (typeof PDFJSDev !== 'undefined' && PDFJSDev.test('GENERIC')) {\n require('./genericcom.js');\n}\nif (typeof PDFJSDev !== 'undefined' && PDFJSDev.test('CHROME')) {\n require('./chromecom.js');\n}\nif (typeof PDFJSDev !== 'undefined' && PDFJSDev.test('CHROME || GENERIC')) {\n require('./pdf_print_service.js');\n}\n\nfunction getViewerConfiguration() {\n return {\n appContainer: document.body,\n mainContainer: document.getElementById('viewerContainer'),\n viewerContainer: document.getElementById('viewer'),\n eventBus: null, // using global event bus with DOM events\n toolbar: {\n container: document.getElementById('toolbarViewer'),\n numPages: document.getElementById('numPages'),\n pageNumber: document.getElementById('pageNumber'),\n scaleSelectContainer: document.getElementById('scaleSelectContainer'),\n scaleSelect: document.getElementById('scaleSelect'),\n customScaleOption: document.getElementById('customScaleOption'),\n previous: document.getElementById('previous'),\n next: document.getElementById('next'),\n zoomIn: document.getElementById('zoomIn'),\n zoomOut: document.getElementById('zoomOut'),\n viewFind: document.getElementById('viewFind'),\n openFile: document.getElementById('openFile'),\n print: document.getElementById('print'),\n presentationModeButton: document.getElementById('presentationMode'),\n download: document.getElementById('download'),\n viewBookmark: document.getElementById('viewBookmark'),\n },\n secondaryToolbar: {\n toolbar: document.getElementById('secondaryToolbar'),\n toggleButton: document.getElementById('secondaryToolbarToggle'),\n toolbarButtonContainer:\n document.getElementById('secondaryToolbarButtonContainer'),\n presentationModeButton:\n document.getElementById('secondaryPresentationMode'),\n openFileButton: document.getElementById('secondaryOpenFile'),\n printButton: document.getElementById('secondaryPrint'),\n downloadButton: document.getElementById('secondaryDownload'),\n viewBookmarkButton: document.getElementById('secondaryViewBookmark'),\n firstPageButton: document.getElementById('firstPage'),\n lastPageButton: document.getElementById('lastPage'),\n pageRotateCwButton: document.getElementById('pageRotateCw'),\n pageRotateCcwButton: document.getElementById('pageRotateCcw'),\n cursorSelectToolButton: document.getElementById('cursorSelectTool'),\n cursorHandToolButton: document.getElementById('cursorHandTool'),\n scrollVerticalButton: document.getElementById('scrollVertical'),\n scrollHorizontalButton: document.getElementById('scrollHorizontal'),\n scrollWrappedButton: document.getElementById('scrollWrapped'),\n spreadNoneButton: document.getElementById('spreadNone'),\n spreadOddButton: document.getElementById('spreadOdd'),\n spreadEvenButton: document.getElementById('spreadEven'),\n documentPropertiesButton: document.getElementById('documentProperties'),\n },\n fullscreen: {\n contextFirstPage: document.getElementById('contextFirstPage'),\n contextLastPage: document.getElementById('contextLastPage'),\n contextPageRotateCw: document.getElementById('contextPageRotateCw'),\n contextPageRotateCcw: document.getElementById('contextPageRotateCcw'),\n },\n sidebar: {\n // Divs (and sidebar button)\n outerContainer: document.getElementById('outerContainer'),\n viewerContainer: document.getElementById('viewerContainer'),\n toggleButton: document.getElementById('sidebarToggle'),\n // Buttons\n thumbnailButton: document.getElementById('viewThumbnail'),\n outlineButton: document.getElementById('viewOutline'),\n attachmentsButton: document.getElementById('viewAttachments'),\n // Views\n thumbnailView: document.getElementById('thumbnailView'),\n outlineView: document.getElementById('outlineView'),\n attachmentsView: document.getElementById('attachmentsView'),\n },\n sidebarResizer: {\n outerContainer: document.getElementById('outerContainer'),\n resizer: document.getElementById('sidebarResizer'),\n },\n findBar: {\n bar: document.getElementById('findbar'),\n toggleButton: document.getElementById('viewFind'),\n findField: document.getElementById('findInput'),\n highlightAllCheckbox: document.getElementById('findHighlightAll'),\n caseSensitiveCheckbox: document.getElementById('findMatchCase'),\n entireWordCheckbox: document.getElementById('findEntireWord'),\n findMsg: document.getElementById('findMsg'),\n findResultsCount: document.getElementById('findResultsCount'),\n findPreviousButton: document.getElementById('findPrevious'),\n findNextButton: document.getElementById('findNext'),\n },\n passwordOverlay: {\n overlayName: 'passwordOverlay',\n container: document.getElementById('passwordOverlay'),\n label: document.getElementById('passwordText'),\n input: document.getElementById('password'),\n submitButton: document.getElementById('passwordSubmit'),\n cancelButton: document.getElementById('passwordCancel'),\n },\n documentProperties: {\n overlayName: 'documentPropertiesOverlay',\n container: document.getElementById('documentPropertiesOverlay'),\n closeButton: document.getElementById('documentPropertiesClose'),\n fields: {\n 'fileName': document.getElementById('fileNameField'),\n 'fileSize': document.getElementById('fileSizeField'),\n 'title': document.getElementById('titleField'),\n 'author': document.getElementById('authorField'),\n 'subject': document.getElementById('subjectField'),\n 'keywords': document.getElementById('keywordsField'),\n 'creationDate': document.getElementById('creationDateField'),\n 'modificationDate': document.getElementById('modificationDateField'),\n 'creator': document.getElementById('creatorField'),\n 'producer': document.getElementById('producerField'),\n 'version': document.getElementById('versionField'),\n 'pageCount': document.getElementById('pageCountField'),\n 'pageSize': document.getElementById('pageSizeField'),\n 'linearized': document.getElementById('linearizedField'),\n },\n },\n errorWrapper: {\n container: document.getElementById('errorWrapper'),\n errorMessage: document.getElementById('errorMessage'),\n closeButton: document.getElementById('errorClose'),\n errorMoreInfo: document.getElementById('errorMoreInfo'),\n moreInfoButton: document.getElementById('errorShowMore'),\n lessInfoButton: document.getElementById('errorShowLess'),\n },\n printContainer: document.getElementById('printContainer'),\n openFileInputName: 'fileInput',\n debuggerScriptPath: './debugger.js',\n };\n}\n\nfunction webViewerLoad() {\n let config = getViewerConfiguration();\n if (typeof PDFJSDev === 'undefined' || !PDFJSDev.test('PRODUCTION')) {\n Promise.all([\n SystemJS.import('pdfjs-web/app'),\n SystemJS.import('pdfjs-web/app_options'),\n SystemJS.import('pdfjs-web/genericcom'),\n SystemJS.import('pdfjs-web/pdf_print_service'),\n ]).then(function([app, appOptions, ...otherModules]) {\n window.PDFViewerApplication = app.PDFViewerApplication;\n window.PDFViewerApplicationOptions = appOptions.AppOptions;\n app.PDFViewerApplication.run(config);\n });\n } else {\n if (typeof PDFJSDev !== 'undefined' && PDFJSDev.test('CHROME')) {\n pdfjsWebAppOptions.AppOptions.set('defaultUrl', defaultUrl);\n }\n\n window.PDFViewerApplication = pdfjsWebApp.PDFViewerApplication;\n window.PDFViewerApplicationOptions = pdfjsWebAppOptions.AppOptions;\n pdfjsWebApp.PDFViewerApplication.run(config);\n }\n}\n\nif (document.readyState === 'interactive' ||\n document.readyState === 'complete') {\n webViewerLoad();\n} else {\n document.addEventListener('DOMContentLoaded', webViewerLoad, true);\n}\n","/* Copyright 2012 Mozilla Foundation\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n/* globals PDFBug, Stats */\n\nimport {\n animationStarted, DEFAULT_SCALE_VALUE, getPDFFileNameFromURL, isValidRotation,\n MAX_SCALE, MIN_SCALE, noContextMenuHandler, normalizeWheelEventDelta,\n parseQueryString, PresentationModeState, ProgressBar, RendererType,\n TextLayerMode\n} from './ui_utils';\nimport {\n build, createObjectURL, getDocument, getFilenameFromUrl, GlobalWorkerOptions,\n InvalidPDFException, LinkTarget, loadScript, MissingPDFException, OPS,\n PDFWorker, shadow, UnexpectedResponseException, UNSUPPORTED_FEATURES, URL,\n version\n} from 'pdfjs-lib';\nimport { CursorTool, PDFCursorTools } from './pdf_cursor_tools';\nimport { PDFRenderingQueue, RenderingStates } from './pdf_rendering_queue';\nimport { PDFSidebar, SidebarView } from './pdf_sidebar';\nimport { AppOptions } from './app_options';\nimport { getGlobalEventBus } from './dom_events';\nimport { OverlayManager } from './overlay_manager';\nimport { PasswordPrompt } from './password_prompt';\nimport { PDFAttachmentViewer } from './pdf_attachment_viewer';\nimport { PDFDocumentProperties } from './pdf_document_properties';\nimport { PDFFindBar } from './pdf_find_bar';\nimport { PDFFindController } from './pdf_find_controller';\nimport { PDFHistory } from './pdf_history';\nimport { PDFLinkService } from './pdf_link_service';\nimport { PDFOutlineViewer } from './pdf_outline_viewer';\nimport { PDFPresentationMode } from './pdf_presentation_mode';\nimport { PDFSidebarResizer } from './pdf_sidebar_resizer';\nimport { PDFThumbnailViewer } from './pdf_thumbnail_viewer';\nimport { PDFViewer } from './pdf_viewer';\nimport { SecondaryToolbar } from './secondary_toolbar';\nimport { Toolbar } from './toolbar';\nimport { ViewHistory } from './view_history';\n\nconst DEFAULT_SCALE_DELTA = 1.1;\nconst DISABLE_AUTO_FETCH_LOADING_BAR_TIMEOUT = 5000; // ms\nconst FORCE_PAGES_LOADED_TIMEOUT = 10000; // ms\n\nconst DefaultExternalServices = {\n updateFindControlState(data) {},\n updateFindMatchesCount(data) {},\n initPassiveLoading(callbacks) {},\n fallback(data, callback) {},\n reportTelemetry(data) {},\n createDownloadManager(options) {\n throw new Error('Not implemented: createDownloadManager');\n },\n createPreferences() {\n throw new Error('Not implemented: createPreferences');\n },\n createL10n(options) {\n throw new Error('Not implemented: createL10n');\n },\n supportsIntegratedFind: false,\n supportsDocumentFonts: true,\n supportsDocumentColors: true,\n supportedMouseWheelZoomModifierKeys: {\n ctrlKey: true,\n metaKey: true,\n },\n};\n\nlet PDFViewerApplication = {\n initialBookmark: document.location.hash.substring(1),\n initialized: false,\n fellback: false,\n appConfig: null,\n pdfDocument: null,\n pdfLoadingTask: null,\n printService: null,\n /** @type {PDFViewer} */\n pdfViewer: null,\n /** @type {PDFThumbnailViewer} */\n pdfThumbnailViewer: null,\n /** @type {PDFRenderingQueue} */\n pdfRenderingQueue: null,\n /** @type {PDFPresentationMode} */\n pdfPresentationMode: null,\n /** @type {PDFDocumentProperties} */\n pdfDocumentProperties: null,\n /** @type {PDFLinkService} */\n pdfLinkService: null,\n /** @type {PDFHistory} */\n pdfHistory: null,\n /** @type {PDFSidebar} */\n pdfSidebar: null,\n /** @type {PDFSidebarResizer} */\n pdfSidebarResizer: null,\n /** @type {PDFOutlineViewer} */\n pdfOutlineViewer: null,\n /** @type {PDFAttachmentViewer} */\n pdfAttachmentViewer: null,\n /** @type {PDFCursorTools} */\n pdfCursorTools: null,\n /** @type {ViewHistory} */\n store: null,\n /** @type {DownloadManager} */\n downloadManager: null,\n /** @type {OverlayManager} */\n overlayManager: null,\n /** @type {Preferences} */\n preferences: null,\n /** @type {Toolbar} */\n toolbar: null,\n /** @type {SecondaryToolbar} */\n secondaryToolbar: null,\n /** @type {EventBus} */\n eventBus: null,\n /** @type {IL10n} */\n l10n: null,\n isInitialViewSet: false,\n downloadComplete: false,\n isViewerEmbedded: (window.parent !== window),\n url: '',\n baseUrl: '',\n externalServices: DefaultExternalServices,\n _boundEvents: {},\n contentDispositionFilename: null,\n\n // Called once when the document is loaded.\n async initialize(appConfig) {\n this.preferences = this.externalServices.createPreferences();\n this.appConfig = appConfig;\n\n await this._readPreferences();\n await this._parseHashParameters();\n await this._initializeL10n();\n\n if (this.isViewerEmbedded &&\n AppOptions.get('externalLinkTarget') === LinkTarget.NONE) {\n // Prevent external links from \"replacing\" the viewer,\n // when it's embedded in e.g. an + +
    +
    +
    +
    {lang user_select_selected}{eval echo count($selects);}{lang selected_ge_user}
    +
      + +
    • {eval echo avatar_block($value['uid']);} + $value['username']
    • + +
    +
    +
    +
  • + + + + \ No newline at end of file diff --git a/dzz/system/template/lyear/notification_list.htm b/dzz/system/template/lyear/notification_list.htm new file mode 100644 index 0000000..c4ca494 --- /dev/null +++ b/dzz/system/template/lyear/notification_list.htm @@ -0,0 +1,45 @@ + + +
    +
    +
    + +
    +
    + {$tongzhileixing}($count) +
    +
    + +
    + + +
    + {$multi} +
    + + +
    +
    + {lang noappall_notice}… +
    + +
    +
    +
    +
    + diff --git a/dzz/system/template/mobilefileselection/commer_header.htm b/dzz/system/template/mobilefileselection/commer_header.htm index 97394dc..d2f56d2 100644 --- a/dzz/system/template/mobilefileselection/commer_header.htm +++ b/dzz/system/template/mobilefileselection/commer_header.htm @@ -11,6 +11,6 @@ - + \ No newline at end of file diff --git a/dzz/system/template/mobilefileselection/filelist.htm b/dzz/system/template/mobilefileselection/filelist.htm index a2f0e47..4fe92e0 100644 --- a/dzz/system/template/mobilefileselection/filelist.htm +++ b/dzz/system/template/mobilefileselection/filelist.htm @@ -72,8 +72,8 @@

    {eval echo str_replace('\\','',$v['name']);}

    - $v[monthdate]$v[hourdate], - $v[fsize] + $v['monthdate']$v['hourdate'], + $v['fsize']

    diff --git a/dzz/system/template/notification.htm b/dzz/system/template/notification.htm index 44c9743..441e687 100644 --- a/dzz/system/template/notification.htm +++ b/dzz/system/template/notification.htm @@ -17,7 +17,7 @@
    -

    $value[note]

    +

    $value[note]

    diff --git a/dzz/system/template/orgtree.htm b/dzz/system/template/orgtree.htm index e096bf9..8f5b8cc 100644 --- a/dzz/system/template/orgtree.htm +++ b/dzz/system/template/orgtree.htm @@ -119,7 +119,7 @@ var stype='$_GET[stype]'?parseInt('$_GET[stype]'):0;//0:可以选择机构和用 var range='$_GET[range]'?parseInt('$_GET[range]'):0;//0:机构和用户;1:仅机构和部门:2:仅群组 var moderator=parseInt('$_GET[moderator]')>0?1:0; var callback_url = '{$callback_url}'; -var ismobile='$ismobile'?1:0; +var ismobile='$_G['ismobile']'?1:0;
    diff --git a/dzz/system/ueditor/themes/default/css/ueditor.css b/dzz/system/ueditor/themes/default/css/ueditor.css index 5c59c3d..f781b48 100644 --- a/dzz/system/ueditor/themes/default/css/ueditor.css +++ b/dzz/system/ueditor/themes/default/css/ueditor.css @@ -7,10 +7,10 @@ --edui-color-muted: #CCCCCC; } @font-face { - font-family: "edui-iconfont"; - /* Project id 2897874 */ - src: url("data:font/woff2;base64,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") format('woff2'), url("data:font/woff;base64,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") format('woff'), url("data:font/ttf;base64,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b2plY3QuaHR0cDovL2ZvbnRlbGxvLmNvbQBDAHIAZQBhAHQAZQBkACAAYgB5ACAAaQBjAG8AbgBmAG8AbgB0AGUAZAB1AGkALQBpAGMAbwBuAGYAbwBuAHQAUgBlAGcAdQBsAGEAcgBlAGQAdQBpAC0AaQBjAG8AbgBmAG8AbgB0AGUAZAB1AGkALQBpAGMAbwBuAGYAbwBuAHQAVgBlAHIAcwBpAG8AbgAgADEALgAwAGUAZAB1AGkALQBpAGMAbwBuAGYAbwBuAHQARwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABzAHYAZwAyAHQAdABmACAAZgByAG8AbQAgAEYAbwBuAHQAZQBsAGwAbwAgAHAAcgBvAGoAZQBjAHQALgBoAHQAdABwADoALwAvAGYAbwBuAHQAZQBsAGwAbwAuAGMAbwBtAAACAAAAAAAAAAoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGMBAgEDAQQBBQEGAQcBCAEJAQoBCwEMAQ0BDgEPARABEQESARMBFAEVARYBFwEYARkBGgEbARwBHQEeAR8BIAEhASIBIwEkASUBJgEnASgBKQEqASsBLAEtAS4BLwEwATEBMgEzATQBNQE2ATcBOAE5AToBOwE8AT0BPgE/AUABQQFCAUMBRAFFAUYBRwFIAUkBSgFLAUwBTQFOAU8BUAFRAVIBUwFUAVUBVgFXAVgBWQFaAVsBXAFdAV4BXwFgAWEBYgFjAWQADmNvbnRlbnQtaW1wb3J0BXNvdW5kBXJpZ2h0D2ljX2ltYWdlX3VwbG9hZAVjaGVjawZpZnJhbWUQQmFja2dyb3VuZEVmZmVjdANsdHIDcnRsC2ZpbmRyZXBsYWNlCWljcHJldmlldwVyaXFpMgtldXJvLXN5bWJvbAVtdXNpYwRoZWxwCWhhbmRfZHJhdwVwcmludAR0aW1lBWJhaWR1C0dvb2dsZS1NYXBzCmltYWdlLW5vbmUMaW1hZ2UtY2VudGVyCmltYWdlLWxlZnQLaW1hZ2UtcmlnaHQJY2xlYXItZG9jCnBhZ2UtYnJlYWsGYXV0aG9yCndvcmQtaW1hZ2ULdG91cHBlcmNhc2ULdG9sb3dlcmNhc2UKaG9yaXpvbnRhbA9tZXJnZS1kb3duLWNlbGwLbWVyZ2UtY2VsbHMQbWVyZ2UtcmlnaHQtY2VsbA1zcGxpdC10by1yb3dzDXNwbGl0LXRvLWNvbHMOc3BsaXQtdG8tY2VsbHMOaW5zZXJ0cm93YWJvdmUaMjRnbC1wYXJhZ3JhcGhNYXJnaW5Cb3R0b20XMjRnbC1wYXJhZ3JhcGhNYXJnaW5Ub3ANdW5vcmRlcmVkbGlzdAxsaXN0LW9yZGVyZWQUc3BsaXQtY2VsbHMtdmVydGljYWwWc3BsaXQtY2VsbHMtaG9yaXpvbnRhbAphdHRhY2htZW50CXN1YnNjcmlwdAlzZWxlY3RhbGwLc3VwZXJzY3JpcHQDbWFwCWJnLWNvbG9ycw1hZGRfY29sX2FmdGVyDmFkZF9jb2xfYmVmb3JlDWFkZF9yb3dfYWZ0ZXIOYWRkX3Jvd19iZWZvcmUKZGVsZXRlX2NvbA1jb21iaW5lX2NlbGxzAm9sCmRlbGV0ZV9yb3cMZGVsZXRlX3RhYmxlAnVsBHJlZG8FdGFibGUEdW5kbwVwYXN0ZQZ1cGxvYWQFYnJ1c2gKdGV4dF9xdW90ZRFpbnNlcnQtcm93LWJvdHRvbRFmdWxsc2NyZWVuLWV4cGFuZA5pbnNlcnQtcm93LXRvcAh0ZW1wbGF0ZRJmb3JtYXQtaW1hZ2UtcmlnaHQRZm9ybWF0LWltYWdlLWxlZnQTZm9ybWF0LWltYWdlLWNlbnRlcgtsaW5lLWhlaWdodBdBZnRlcmNsYXNzVGV4dC1PdXRsaW5lZAVzbWlsZQ1hbGlnbi1qdXN0aWZ5B2Zvcm11bGEKYW5nbGUtZG93bgVjbG9zZQptYWdpYy13YW5kBmVyYXNlcgRodG1sBnVubGluawZpbmRlbnQLYWxpZ24tcmlnaHQMYWxpZ24tY2VudGVyCmFsaWduLWxlZnQLZm9udC1jb2xvcnMEcGxheQl1bmRlcmxpbmUFaW1hZ2UGaXRhbGljBGxpbmsGc3RyaWtlBGNvZGUEYm9sZAAAAAAA") format('truetype'); -} + font-family: "edui-iconfont"; + /* Project id 2897874 */ + src: url("data:font/woff2;base64,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") format('woff2'), url("data:font/woff;base64,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") format('woff'), url("data:font/ttf;base64,AAEAAAALAIAAAwAwR1NVQiCLJXoAAAE4AAAAVE9TLzI8QFDMAAABjAAAAGBjbWFwckB4sAAAA3gAAAg+Z2x5ZiC3MhoAAAyAAABP3GhlYWQqKirKAAAA4AAAADZoaGVhB94EAQAAALwAAAAkaG10eIwdAAAAAAHsAAABjGxvY2HfTfMKAAALuAAAAMhtYXhwAYAA5gAAARgAAAAgbmFtZQlTMroAAFxcAAACo3Bvc3QrGqc2AABfAAAABP8AAQAAA4D/gABcBB0AAAAABAAAAQAAAAAAAAAAAAAAAAAAAGMAAQAAAAEAANf5K/VfDzz1AAsEAAAAAADjhXOOAAAAAOOFc44AAP9VBAADXAAAAAgAAgAAAAAAAAABAAAAYwDaABMAAAAAAAIAAAAKAAoAAAD/AAAAAAAAAAEAAAAKADAAPgACREZMVAAObGF0bgAaAAQAAAAAAAAAAQAAAAQAAAAAAAAAAQAAAAFsaWdhAAgAAAABAAAAAQAEAAQAAAABAAgAAQAGAAAAAQAAAAQEAAGQAAUAAAKJAswAAACPAokCzAAAAesAMgEIAAACAAUDAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFBmRWQAwOYA7fwDgP+AAAAD3ACrAAAAAQAAAAAAAAAAAAAAAAACBAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEHQAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAAAAAABQAAAAMAAAAsAAAABAAAA5YAAQAAAAACkAADAAEAAAAsAAMACgAAA5YABAJkAAAAZABAAAUAJOYb5iTmKOYq5i3mL+Y45j7mROZK5kzmVuZi5mXmaeZ15nrmgOaX5qfmrebA5tjm8eb65wTnC+ca5zXnN+dS53vnguet57zn0uf45/zoPuhC6HzokekB6Svp8OsK62zs6e38//8AAOYA5h3mKOYq5i3mL+Y25j7mROZI5kzmVuZi5mXmaeZ15nrmgOaX5qfmrebA5tjm8eb45wTnC+ca5zXnN+dS53vnguet57zn0efz5/zoPuhC6HvokekB6Svp8OsJ62zs6e37//8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAGQAmgCoAKgAqACoAKgArACsAKwAsACwALAAsACwALAAsACwALAAsACwALAAsACwALAAtAC0ALQAtAC0ALQAtAC0ALQAtAC0ALYAwADAAMAAwADCAMIAwgDCAMIAxADEAMQAAAA0ADUANgA3ADgAAQA5ADoAVQA7ADwAPQA+AD8ATgBAACQAJQAmACEAIgAjAFAAIAAdAB4AHwAcABsAGgAWABcAGAAZAAkACABiAF4ATQAwAFwAQwBMAF0ADABfADIAYABhAA8AUwAEABQARgASABMADQBSAEgABwBEAAIASQBKAEsALgARADMARwArABAAAwBUAEIACgAsAC0AVwAqAFgAWQBaAFsABgAxAEUAFQBPAA4AJwBWAFEAKAApAAsALwBBAAUAAAEGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAABKgAAAAAAAAAYgAA5gAAAOYAAAAANAAA5gEAAOYBAAAANQAA5gIAAOYCAAAANgAA5gMAAOYDAAAANwAA5gQAAOYEAAAAOAAA5gUAAOYFAAAAAQAA5gYAAOYGAAAAOQAA5gcAAOYHAAAAOgAA5ggAAOYIAAAAVQAA5gkAAOYJAAAAOwAA5goAAOYKAAAAPAAA5gsAAOYLAAAAPQAA5gwAAOYMAAAAPgAA5g0AAOYNAAAAPwAA5g4AAOYOAAAATgAA5g8AAOYPAAAAQAAA5hAAAOYQAAAAJAAA5hEAAOYRAAAAJQAA5hIAAOYSAAAAJgAA5hMAAOYTAAAAIQAA5hQAAOYUAAAAIgAA5hUAAOYVAAAAIwAA5hYAAOYWAAAAUAAA5hcAAOYXAAAAIAAA5hgAAOYYAAAAHQAA5hkAAOYZAAAAHgAA5hoAAOYaAAAAHwAA5hsAAOYbAAAAHAAA5h0AAOYdAAAAGwAA5h4AAOYeAAAAGgAA5h8AAOYfAAAAFgAA5iAAAOYgAAAAFwAA5iEAAOYhAAAAGAAA5iIAAOYiAAAAGQAA5iMAAOYjAAAACQAA5iQAAOYkAAAACAAA5igAAOYoAAAAYgAA5ioAAOYqAAAAXgAA5i0AAOYtAAAATQAA5i8AAOYvAAAAMAAA5jYAAOY2AAAAXAAA5jcAAOY3AAAAQwAA5jgAAOY4AAAATAAA5j4AAOY+AAAAXQAA5kQAAOZEAAAADAAA5kgAAOZIAAAAXwAA5kkAAOZJAAAAMgAA5koAAOZKAAAAYAAA5kwAAOZMAAAAYQAA5lYAAOZWAAAADwAA5mIAAOZiAAAAUwAA5mUAAOZlAAAABAAA5mkAAOZpAAAAFAAA5nUAAOZ1AAAARgAA5noAAOZ6AAAAEgAA5oAAAOaAAAAAEwAA5pcAAOaXAAAADQAA5qcAAOanAAAAUgAA5q0AAOatAAAASAAA5sAAAObAAAAABwAA5tgAAObYAAAARAAA5vEAAObxAAAAAgAA5vgAAOb4AAAASQAA5vkAAOb5AAAASgAA5voAAOb6AAAASwAA5wQAAOcEAAAALgAA5wsAAOcLAAAAEQAA5xoAAOcaAAAAMwAA5zUAAOc1AAAARwAA5zcAAOc3AAAAKwAA51IAAOdSAAAAEAAA53sAAOd7AAAAAwAA54IAAOeCAAAAVAAA560AAOetAAAAQgAA57wAAOe8AAAACgAA59EAAOfRAAAALAAA59IAAOfSAAAALQAA5/MAAOfzAAAAVwAA5/QAAOf0AAAAKgAA5/UAAOf1AAAAWAAA5/YAAOf2AAAAWQAA5/cAAOf3AAAAWgAA5/gAAOf4AAAAWwAA5/wAAOf8AAAABgAA6D4AAOg+AAAAMQAA6EIAAOhCAAAARQAA6HsAAOh7AAAAFQAA6HwAAOh8AAAATwAA6JEAAOiRAAAADgAA6QEAAOkBAAAAJwAA6SsAAOkrAAAAVgAA6fAAAOnwAAAAUQAA6wkAAOsJAAAAKAAA6woAAOsKAAAAKQAA62wAAOtsAAAACwAA7OkAAOzpAAAALwAA7fsAAO37AAAAQQAA7fwAAO38AAAABQAAAAAAAABYAKYBRAFoAaIByAH8AowCsgLWAw4DjARgBKoE5AViBhQGegbYB14ImgkCCVgJ3gpkCpgLJAt8DCAMsA0+DVYN3g4gDqoPIA+YEJQQ6BFEEaASFBJWEpISzhMkE4YUBBRoFRwVdhXuFmYW3hdWF6gYGhjuGUQZyhpCGoQa+Bs6G5Yb7hxKHM4dEB2sHfAeYB6WHsofDB9uH64gKiB2IKIgtiEkIjAiZiKoI1ojxiQgJHwk1iUYJYQl6CYiJr4nQieQJ+4ABQAAAAADawLrAA8AFgAlAC4ANwAAEyEyFhURFAYjISImNRE0NgEnASEyNjUDISIGFREUFjsBARcRNCYFMhYUBiImNDYXIgYUFjI2NCb4AhApOjop/fApOjoCWqX+5QGfDRQh/fANFBQNFAF4pRT+Zyk6OlI6OikNFBQbExMC6zop/fApOjopAhApOv3jpP7lFA0CMRQN/fANFAF5pQFdDRRCOlI6OlI6QhQbExMbFAAEAAAAAANxAvEAEwAnACsAMgAAASEiDgEVERQeATMhMj4BNRE0LgETFA4BIyEiLgE1ETQ+ATMhMh4BFSUhFSEfASMVIzUjAt3+RihDKChDKAG6KEMoKEMhHTMe/pAeMx0dMx4BcB4zHf4iAXD+kLhuSUpJAvAoQyj+RihDKChDKAG6KEMo/dgeMx0dMx4BcB4zHR0zHiVKJZO4uAAFAAD/9QOKAwoAFAApAD4AUwBmAAAFIicmJyY0NzY3NjIXFhcWFAcGBwYDIgcGBwYUFxYXFjI3Njc2NCcmJyYDIiY2Nz4BNCYnLgE2MhceARQGBwYnIiY0Nz4BNCYnJjQ2FhceARQGBwYnIiY2NzY0Jy4BPgEXHgEUBgcGAgBrW1o0NjY0WlvWXFk0NjY0WVxrW09MLS4uLUxPt05NLC8vLE1OJQsRAQglJyclCAEQGAgtMDAtCF8LEQgXGBkXCBEXCB8hIB8IYA0QAwkREQkDDxcJEhUVEggKNjRZXNVcWTQ2NjRZXNVcWTQ2AtsuLUxPt09MLS4uLUxPt09MLS79zhEXCCRbZFskCBcRCCtwfHArCDkQFwgYP0U/GAgXEQEIIFNbUiAJSBQXBw4pDgcXEgMHDyktKQ8GAAAAAQAAAAACpgKZABQAACUiJyY0PwEnJjQ2Mh8BFhQPARQHBgGOIwsREcLCESIuEeUREeUNB2ILEi0SwrcRLiIR5REuEeUHAwEAAwAAAAADjALKAAgAGAAhAAABNCYiBhQWMjYlESE1ITU3FzcnBxEhFRcRAzcnBxc3FTM1AwgnNicnNif9bAGM/rbGhC6yxgKUQjkvm5suTEICBBsnJzYnJ+H9bEJWxoQussYBXudCAWv9uC6bmy5MubkAAAABAAAAAAOaAsMAEgAAASMiBwEnJisBIgYXARYyNwE2JgOQRg8K/mTGCg9GBQQDARIJHwoB6AMEAsIM/fb6DAkE/qUMDAJrBAkAAAAABAAAAAADpgLgAA8AEwAXABsAADciJicRNDY3JTIWFxEUBgcBIxEzASERIREhFSGPFR4CHBQC5xUeAhwU/beNjQIz/hMB7f1AAsAgHBQCWxQeAgEcFP2lFB4CAaX+oQFf/qECMowAAAAMAAAAAAOrAtYAAwAIAB0AIgAoACwANABBAEoATgBTAFkAACUVByMlFQcjNSUhMhYXFSM1NCYjJSIGBxUjNTQ2NycWFwE1ARUHNSYnAwE1AQUVByYnIzY3JzIeARQOASIuATQ+ARciBhQWMjY0JicHNTchByYnNyMHJic3MwEAKFsDLpMY/nUBFR4qA0AFA/7oAwYBQCcdGQQT/ugDVqsCD+3+UwFTAgPyEhMjFg6VIzsiIjtGOyIiOyMbJSU2JSXY7pMCmtsIFJ1mbCAkVlutWijtWpNCvigdu7UEBgEFBLe1HSsCmiUg/ulbARVaqxQdGAG5/lNbAVI9WvIHAhQa0iI7RTsjIztFOyJAJTUmJjUlwO1bktsiHJ1sEgRWAAACAAD/9gOKAwoAEAATAAABIRUjESMRIxEjESIuATQ+AQEXBwHIAcJxcHFwNlo1NVr+5OHhAwpx/V0Co/1dAYo1WmtbNf6uxcQAAAAAAgAA//QDjAMMABAAEwAAASIOARQeATMRMxEzETMRMzUXBxcBOjVbNjZbNWNjY2PGxsYDDDZba1s1/nQCtf1LArVjlcbFAAAAAgAA/9EDrwLtABIAIQAAJRcHJwYjIicHESEHFjMyNjczBgEiBgcjPgEzMhc3ESE3JgLT3ELeVWeEXl4BEXNCYFN6EVwJ/s9TfBFcErN3gl5e/u9zQvHeQtw+Xl4BEXNCZk9NAV5mT3OeXl7+73NCAAUAAP/rA2IDFQAUABsALQBGAFQAAAEuAScmIyEiBhURFBYzITI2NRE0LwEWFyM1FhcTFAYjISImNRE0NjMhFRQWOwEDJzY1NC4BIg4BFB4BMzI2NxcWMj8BNjQnJSIuATQ+ATIeARQOASMDQBtTJS4a/ngaJSUaAkYaJSJoIRh5HiJXBwX9ugUHBwUBiA8KsVKPJi9QYFAvL1AwHi8VjwQMBBMEBP7oHzUfHzU+NR8fNR8CXyZTGyElGv1WGiUlGgHtGi0rIR96GCL9oQUICAUCqgUIsQsO/miOMD0wUS8vUV9RLw0PjwQEEwQLBIofND80Hx80PzQfAAAAAAsAAP/jA5kDIAAUACQAMgBAAE0AWgBnAHQAgQCOAJsAAAUlLgI1ETQ+ATMhMh4BFREUDgEjASIGFREUFjMhMjY1ETQmIwciJj0BNDYyFh0BFAYjISImPQE0NjIWHQEUBiMTIyImNDY7ATIWFAYjASEiJjQ2MyEyFhQGIwUjIiY0NjsBMhYUBiMzIyImNDY7ATIWFAYjMyMiJjQ2OwEyFhQGIwUjIiY0NjsBMhYUBiMhIyImNDY7ATIWFAYjAwL97yY+JChFKQIDKUUoKEUp/f0lNDQlAgMlNDQlXhEYGCIYGBH+rxAYGCEYGBHBJxEYGBEnERgYEQFc/TkRGBgRAscRGBgR/e4nERcXEScRGBgRticRGBgRJxEYGBG2JxEYGBEnEBgYEP6UJxEXFxEnERgYEQFsJxEYGBEnEBgYEB0BBClCJgHJKEUpKUUo/jcoRSkCuDUk/jckNDQkAckkNVgYEIwRGBgRjBAYGBCMERgYEYwQGP5EGCIYGCIYAS0YIhgYIhisFyIYGCIXFyIYGCIXFyIYGCIXgRgiGBgiGBgiGBgiGAAAAAABAAAAAAOAAwEAMQAAJSImJzM1ISY0NyE1IzY3NjMyFhc3LgEjIgcOAQcjFTMGFBcjFTMeARcWMzI3NjcnDgECgE+EI/b+7gMDARL2I0FDTzNcJUw1hEdSSkhrG5aDAwODlhtrSEpSSENBNEwlXWtRRFUYJhhVRCgpIx9LLzMhIHVKVRUsFVVKdSAhGhouTCEiAAAAAQAA//gDLAMEACEAAAERNCYHBQ4BFREmDgIeAT4BNzQ1ESURJg4CHgE+ATc0AysgFP6ADxMtYUIINV1fPAEBKi1hQgg1XWA7AQEAAdUVGQRVAxgP/pwVFEpjVCMbTzEMCwGzQv7RFhRLY1QjG1AxCwAAAAAEAAD//QODAwMAFAApAC0AUQAAATIXFhcWFAcGBwYiJyYnJjQ3Njc2FyIHBgcGFBcWFxYyNzY3NjQnJicmAxUjNRMWFxYVFAcGDwEGBxUjNTQ2PwE+AS4BBwYHBh0BIzQ2NzY3NgIAaVpYMzU1M1ha0lpYMzU1M1haaVdKSCosLCpISq5KSCosLCpISi1APSIaHhYLGQYVAkAMDSgQAxYeDxsLB0AOFRYhHQMDNTNYWtJaWDM1NTNYWtJaWDM1RCwqSEquSkgqLCwqSEquSkgqLP44REQBUgcbHyghGQ0PAw4UQFUPFgkbCyYVCAQFEw4ZDygtFhgIBgAAAAACAAAAAAOZAvwANgBxAAA3MjY1Njc2NxcWBi8BLgEHDgEfAR4BNz4CLwEuAQcuAQcGBy4BBwYHJy4BDgEfAQ4BBwYVFBYFBicmLwEuATYWHwEWNz4BJwMmPgEWFxMeAT4BLwE2NzYWHwEeAT4BLwE+ARYfAR4BPgEvATYWHwEWBmEKDQM7OWJYAQUCLBYzFhgBGH5Ip15KWhIdHRZQMQ0nFhAODisXDAsrDDdAGQwDSXAeIA8CeU1CSD9+CgESFQpXExQMCASGBAkWEgVfAxITCAMjCgoNFQUeBBISCQQYCBgVBRQEEhIJAw8XKw8YJkDxDgp6WFck8QMCAjAXBRMUOh2ZVjUiG2mPUk09MRERCwgGCxMMCAUIdiEbFzghCBxtSk5ZCg+SHBMUTZcMFhAECloTBwQVDAFvDBMICgv++gkIBxEJXwkDBQsOUgkIBxEKQgkJCw43CgcHEQkpCCUqQGqcAAQAAP/6A4YDBgAnACsALwBJAAABIzU0JiMhIgYdASMiDgEdARQeATsBFRQWMyEyNj0BMzI+AT0BNC4BJSEVIQEhNSEXFAYrATU0JiMhIgYdASMiJj0BNDYzITIWFQMgKhIM/lAMEiocLhwcLhwqEgwBsAwSKhwuHBwu/goBdP6MAXT+jAF0kBgSKhIM/lAMEioSGBgSAkASGAIK3gwSEgzeHC4ctBwuHHIMEhIMchwuHLQcLhzAwP4s5CoSGHIMEhIMchgStBIYGBIAAAMAAP/mA5oDGgAUACkAOwAAASIHBgcGFBcWFxYyNzY3NjQnJicmAyInJicmNDc2NzYyFxYXFhQHBgcGEyc1NCYiBh0BFB8BFjMyNzYmAgBvYF02ODg2XWDeYF02ODg2XWBvXlJPLzAwL09SvFJPLzAwL09STo4SGBISoAQIEwkFCQMaODZdYN5gXTY4ODZdYN5gXTY4/QgwL09SvFJPLzAwL09SvFJPLzABKkLODBISDOATCUwCEgsXAAAABgAAAAADaALoABsANQA+AEcAUABZAAABMhYXFhceAQ4BByoBIyYHKgEjLgI2NzY3PgE3Ig4BBw4BHgEXFjI3NhcWMjc+AiYnLgI3IgYUFjI2NCYXIgYUFjI2NCYhIgYUFjI2NCY3IgYUFjI2NCYCABsvDSNBHR4LMCEHDQaAgQUNByAvCx0dQCIOLxsxVS4rNDQUVTsLFwt2dwoXDDpWFDQ1Ky9UMxkjIzIjI68ZIyMyIyP9jxkjIzIjI68ZIyMyIyMBvBwXQiIPO0EuBA8PBC5AOw8jQRgcUDJWGBtqdFEIAgEODgECB1J0ahsYVjLcL0IvL0IvjC9CLy9CLy9CLy9CL4wvQi8vQi8AAAwAAP/0A3wDDAAiAEAASQBSAHYAggCOAJcAoACsAMYA2QAAJSImJyYnJi8BJicmJyYnND4BMh4BFRQHBgcGDwEGBwYHDgEDIg4BFRQXFhcWFzEWFxYXNjc2PwE2NzY3NjU0LgEHIiY0NjIWFAYnIgYUFjI2NCYTIS4BNRE0NjMhMhYUBiMhIgYVERQWMyEyNjURNDYyFhURFAYlIiY3ATYyFhQHAQYhIicBJjQ2MhcBFgYBIiY0NjIWFAYnIgYUFjI2NCYzIyImNDY7ATIWFAYHIicuATU0NyY1NDYyFhQXFhcxFhcWFRQHBicGBwYVFBcWFxYzMjY3NjU0JyYCxgYJARIhEycBEQgWBgIBMVRiUzEDBhcGEgEnEyERAQkGKUQoAwUSCBIhER0SEh0RIQIQBxIGAihEKCIxMUQwMCIVHR0pHR0u/c8iMDAiAUoHCQkH/rYUHR0UAjEUHQoNCjD9jAsICAGcBQ0KBf5kBQJsBwX+xwUKDQUBOQgI/eUbJyc3JiYcDRQUGxMTNEIHCQkHQgcKCkkaFBISVwUKDgkFBAkPBgsZEwooFREEBQkNEhcVAwMGBLoIBVVGKT0BGw0hJw4PMVQxMVQxDREnIQwbAT0pRlUFCAIxKEQpCw0hGg4bNCA4Pj44IDQDGQwbIQ0LKEUo5zBEMTFEMIQdKR0dKR39bAEwIgIPIjEKDgkdFf3xFR0dFQGcBwkJB/5kIjEhFQgBnAQJDgX+ZAUFATkFDgkE/scIFQHOJzYnJzYnYxQbExMbFAkOCgoOCecLCh4PLhAKCgcKCgwGBQkOCg8SJxALYgUKCAkFBgkGBwcIBQ0ICAYAAAAABgAAAAADagL3AAsAFwAjAC8APwBDAAABISIGFBYzITI2NCYnISIGFBYzITI2NCYnISIGFBYzITI2NCYDISIGFBYzITI2NCYFITI2NRE0JiMhIgYVERQWEyERIQKg/sAICwsIAUAICwsI/sAICwsIAUAICwsI/sAICwsIAUAICwsI/sAICwsIAUAICwv+AQKuCAsLCP1SCAsLGwKI/XgBSQsPCwsPC4oLEAsLEAuJCw8LCw8L/mQLEAoKEAu3CwgCyAgLCwj9OAgLAsn9XAAAAAUAAAAAA4UC+AALABcAIwAzADcAABMhMjY0JiMhIgYUFgEhIgYUFjMhMjY0JichIgYUFjMhMjY0JgEiBhURFBYzITI2NRE0JiMDITUhjgLkCAsLCP0cCAsLAuz9HAgLCwgC5AgLCwj9HAgLCwgC5AgLC/2WBwsLBwHgBwsLBxP+RgG6AtILDwsLDwv9XAsPCwsPC5kLDwsLDwsBlwsH/v0HCwsHAQMHC/7+3QAIAAAAAAOFAvgACwAXACMALwA7AEcAVwBbAAATITI2NCYjISIGFBYBIyIGFBY7ATI2NCYnIyIGFBY7ATI2NCYnIyIGFBY7ATI2NCYDIyIGFBY7ATI2NCYHISIGFBYzITI2NCYlITI2NRE0JiMhIgYVERQWEyERIY4C5AgLCwj9HAgLCwLsoAcLCwegCAsLCKAHCwsHoAgLCwigBwsLB6AICwsIoAcLCwegCAsLCP0cCAsLCALkCAsL/RQB3wgLCwj+IQgLCxoBu/5FAtILDwsLDwv+fQsPCwsPC4cLDwsLDwuICw8LCw8L/mkLDwsLDwuZCw8LCw8LdAsHAZgHCwsH/mgHCwGX/o4AAAAACAAAAAADhQL4AAsAFwAjAC8AOwBHAFcAWwAAEyEyNjQmIyEiBhQWEzMyNjQmKwEiBhQWNzMyNjQmKwEiBhQWNzMyNjQmKwEiBhQWEzMyNjQmKwEiBhQWBSEiBhQWMyEyNjQmAyEiBhURFBYzITI2NRE0JgMhESGOAuQICwsI/RwICwsIoAcLCwegCAsLCKAHCwsHoAgLCwigBwsLB6AICwsIoAcLCwegCAsLAuz9HAgLCwgC5AgLCwj+IQgLCwgB3wgLCxr+RQG7AtILDwsLDwv+WAsPCwsPC4cLDwsLDwuICw8LCw8L/mkLDwsLDwt0Cw8LCw8LAjALB/5oBwsLBwGYBwv+aQFyAAAAAAMAAAAAAy8C9wASABUAHgAAATQvASYvASEiBhURFBYzITI2NQMjNQERIRUUFjsBEQMuBIUECQH+TQgLCwgCOAgLOkz+TgGNCwhyAj4GBacFAQELCP04CAsLCAI0X/1/AqSVCAv+BAAABQAAAAADgQL4ABYALAA4AEQAYAAAASIGFREhETQmIgYVERQWMyEyNjURNCYDISIGFREUFjI2NREhERQWMjY1ETQmATMyNjQmKwEiBhQWEyMiBhQWOwEyNjQmJTQvAiYOARYfASMiBhQWOwEHDgEWMj8CNjcDbggL/mILEAsLCAHEBwsLB/48CAsLEAsBngsPCwv+qdYICwsI1ggKCt7WCAoKCNYICwv+fQMBYwYPCwIFPKMHCwsHozsGAgsPBWICAwEC9wsI/wABAAgLCwj+7ggLCwgBEggL/koLCP7uCAsLCAEA/wAICwsIARIICwE0Cw8LCw8L/joKEAsLEArTBAUCVgUBCxAFMwsQCzIFDwwEUwMDAgAAAAIAAAAAA6YC4AAxADoAACUnBxc3DgIHETM1IzU+ATU0JiIGFRQWFxUjFTMRLgInFzcnBxc3HgEXFjI3PgE3FwE0NjIWFAYiJgOlN3EPPBVcf0hgYCErNk03LCFgYEl/WxU9D3E3Hh4YaklLpkpJaxcf/j0jMSMjMSP/cDcfHkVrQAMBTSF1BjQiJjc3JiI0BnUh/rMDQGxEHh83cA89TnoiIyMie04+AZMYIyMxIyMAAwAAAAADtgLtACgARwBuAAAlIREnJic1Ji8BIisBJyYjByIHMQYPAgYWFxYzMj8BERQWMyEyNjQmNyYGDwERNCYjISIGFBYzIREXFhcVFh8BFjI/AjYmBTEyNj8BFx4BFzEyNjcTNi4BBgcDJy4BJzEiBg8BAy4BDgEXEx4BA2L9TgEBAgICAQECAgIBAQMCBAQBAkADBAYEBQsFHgoIAsQICgpBBw4EHgoI/TwICgoIArIBAQICAgEFCgYEQAME/eoJDwNPSQIPCgkPA3ACBg8NAmlIAw4KCQ8DUG0CDg4HA3QDDjgCGwIDAwEDAgIBAQEDAgIBcQcOBAIJNf4YCAoKDwv6BAQHNQHkCAoKDwv96QICBAEDAgICBQRxBw54Cwn28woLAQwJAVkHDQUHB/6/8woLAQwJ+AFFBwcFDQf+pQkLAAAAAAUAAAAAA3sC4QAVABgAMwBAAF8AAAEuAgYHAwYeATY/ASEXFjMyNz4BJyUbASUiBh0BLgEjIg4BFB4BMzI2NxUUFjI2PQE0JgciLgE0PgEyHgEUDgEDMB0BFh8CFjI2Ji8BITI2NCYjITc+AS4BDwIGFQGNBBAUEATKAwUNDQNCAQ5CBQsEAwYFAv6eeHkBgwcKFTkgJ0InJ0InIDkVCg4KCoYeMx0dMzwyHh4y+gECAloEDgoBBjYBHQcKCgf+4zcFAQkOBlsBAgIMCQsBCwr+LAYNBgUHmZkLAgMNBq4BGf7nWgoHIxgcJ0JOQiccGSQHCgoH/gcK/h4zOzMdHTM7Mx4CPAEBAgIESwQLDgUtCg4KMAQOCwEFTwIEBAAAAAUAAAAAA3sC4QAVABgAMwBAAFwAAAEuAgYHAwYeATY/ASEXFjMyNz4BJyUbASUiBh0BLgEjIg4BFB4BMzI2NxUUFjI2PQE0JgciLgE0PgEyHgEUDgEDIQcOARYyPwI2NzU0JzUnJg4BFh8BISIGFBYBjQQQExEEygMFDQ0DQgEOQgULBAMGBQL+nnh5AYMHChU5ICdCJydCJyA5FQoOCgqGHjMdHTM8Mh4eMuoBHDYFAQkOBVoCAgEDXAUOCQEFN/7jBwoKAgwJCwEMCf4sBg0GBQeZmQsCAw0GrgEZ/udaCgcjGBwnQk5CJxwZJAcKCgf+Bwr+HjM7Mx0dMzszHgIuLQUOCwRLBAICBgQEAk8FAQsOBDAJDwoAAAAAAQAAAAADrwGTAAsAAAEhIgYUFjMhMjY0JgOc/MgICgoIAzgICgoBkgoQCgoQCgAACgAA//ADoQMQAA8AEwAXABsALwAzADcAPABAAFsAAAEhIgYVERQWMyEyNjURNCYDIzUzJSMRMwMzFSM3MzI2NCYrAREhESMiBhQWOwEVISUjETM1IzUzKQEVITUjFSM1ASYGDwE1NCYiBh0BJy4BDgEfAjc2PwE2JicDjfzmCAwMCAMaCAwMHI2N/ZuNjY2NjbVjCAwMCGMBiGoIDAwIav54Aj2NjY2N/ckBgv54KI0BvAYRBRIMEQsUBREMAgY4CgoGAzUGAgYDEAwI/QgIDAwIAvgIDP0IhSgBdv5ihYUMEAwBdv6KDBAMha0BdiiFhYWFhf4WBQIGFa8IDAwIsBYHAQsRBkEFAQIEPwcQBQAHAAD/8AOhAxAADwATABgAHAAgACQAKAAAASEiBhURFBYzITI2NRE0JgchNSkCFSE1BzMVIxMVIzURMxUjKQERIQON/OYIDAwIAxoIDAwc/vUBC/3JAQT+9rWNjY2NjY0C8v3DAj0DEAwI/QgIDAwIAvgIDK2FhYWt/gGrhYX+Lf0CIwAKAAD/8AOhAxAADwAkACgALAAwADQAOAA9AEEAXAAAASEiBhURFBYzITI2NRE0JgUzFRQWMjY9ATMRIzU0JiIGHQEhEQMjETMDMxUjNyEVISUzFSMTIzUzKQEVITUjFSM1ATMHDgEWMj8BNicxJi8CJg4BFh8BIyIGFBYDjfzmCAwMCAMaCAwM/sVqDBAMjY0MEAz+eCiNjY2NjbUBiP54AbCNjY2Njf3JAYL+eCiNAWuwFgcBDBAGQQYBAQEDQQcQCwEHFa8IDAwDEAwI/QgIDAwIAvgIDNVgCAwMCGD+il8IDAwIXwF2/ooBdv5ihYWFhYUCS4WFhYWF/oUUBRENBTkGCQMDBTcGAgwRBRIMEQsAAAALAAD/8AOhAxAADwAjACcAKwAvADMANwA7AD8AQwBPAAABISIGFREUFjMhMjY1ETQmATUzMjY0JisBNSEVIyIGFBY7AR0CITUDMxEjEzUhFRczESMTIzUzIRUjNREzFSMhNTMVASMiBhQWOwEyNjQmA4385ggMDAgDGggMDP2wSQgMDAhJAXY9CAwMCD3+ir6Wlr4BdiiWlpaWlv2klpaWAlyW/rVQCAwMCFAJCwsDEAwI/QgIDAwIAvgIDP21pwwQDKenDBAMpyiFhQGe/ooBnoWFKP6KAZ6FhYX9tYWFhQF8DBAMDBAMAAAAAAsAAP/wA6EDEAAPABMAJwArAC8AMwA3ADsAPwBDAFAAAAEhIgYVERQWMyEyNjURNCYDFSE1NzU0JiIGHQEjETMVFBYyNj0BMxEBMxEjEzUhFRczESMTIzUzIRUjNREzFSMhNTMVASIGHQEUFjI2PQE0JgON/OYIDAwIAxoIDAza/orNCxEMpaUMEQup/cyWlr4BdiiWlpaWlv2klpaWAlyW/oUIDAwRCwsDEAwI/QgIDAwIAvgIDP2OhoYoSwgMDAhLAXY7CAwMCDv+igF2/ooBnoSEKP6KAZ6EhIT9toaGhgGtCwlQCAwMCFAJCwAAABMAAP9VA4AC8wALABsAHwAvADMAQwBHAFcAWwBrAG8AfwCDAJMAlwCnAKsAuwC/AAAFISImNDYzITIWFAYBIyIGHQEUFjsBMjY9ATQmByM1MxcjIgYdARQWOwEyNj0BNCYHIzUzFyMiBh0BFBY7ATI2PQE0JgcjNTMBIyIGHQEUFjsBMjY9ATQmByM1MxcjIgYdARQWOwEyNj0BNCYHIzUzFyMiBh0BFBY7ATI2PQE0JgcjNTMBIyIGHQEUFjsBMjY9ATQmByM1MxcjIgYdARQWOwEyNj0BNCYHIzUzFyMiBh0BFBY7ATI2PQE0JgcjNTMC5/1DCAoKCAK9BwoK/lu0CAoKCLQHCwsZkZEStAgKCgi0BwsLGZGRErQICgoItAcLCxmRkQEktAgKCgi0BwsLGZGRErQICgoItAcLCxmRkRK0CAoKCLQHCwsZkZEBJLQHCwsHtAgKChmRkRG0BwsLB7QICgoZkZERtAcLCwe0CAoKGZGRqwsOCwsOCwOdCgegBwoKB6AHCp983QoHoAcKCgegBwqffN0KB6AHCwsHoAcKn3wCIwoHoAcKCgegBwqffN0KB6AHCgoHoAcKn3zdCgegBwsLB6AHCp98AiMKB6AHCgoHoAcKn3zdCgegBwoKB6AHCp983QoHoAcLCwegBwqffAAAAAgAAAAAA5EC4QAPABMAFwAbAB8AIwAnADcAAAEhIgYVERQWMyEyNjURNCYBIzUzNSM1MxMjNTM1IzUzEyM1MzUjNTM3ISIGHQEUFjMhMjY9ATQmA2/9Ig4TEw4C3g0UE/3rsLCwsPCwsLCw8LCwsLBA/PADBQUDAxADBQUCMBMN/jANExMNAdANE/44oECg/oCgQKD+gKBAoPgFA1ADBQUDUAMFAAAAAAQAAP/9A4MC4AALABcAIwA8AAABISIGFBYzITI2NCYFISIGFBYzITI2NCYFISIGFBYzITI2NCYFIgYdAScmIgYUHwEWMj8BNjQmIg8BNTQmA3H9QQcLCwcCvwcLC/7g/loHCwsHAaYHCgoBEv1BBwsLBwK/BwsL/poICigFDwoFRgUPBUYFCg4GKAoC4AsOCwsOC7ALDgoKDguwCg8KCg8KsAoHhikFCw4FRwUFRwUOCwUphgcKAAAEAAAAAAODAvUACwAXACMAPAAAJSEiJjQ2MyEyFhQGJSEiJjQ2MyEyFhQGJSEiJjQ2MyEyFhQGJSImPQEHBiImND8BNjIfARYUBiIvARUUBgNx/UEHCwsHAr8HCwv+4P5aBwsLBwGmBwoKARL9QQcLCwcCvwcLC/6aCAooBQ8KBUYFDwVGBQoOBigKEwoOCwsOCq8LDgsLDguwCg8KCg8KsAoIhSgGCw4FRwUFRwUOCwYohQgKAAAACQAAAAADmQLVAA8AHwAvADAAOQA6AEMARABNAAABISIGHQEUFjMhMjY9ATQmAyEiBh0BFBYzITI2PQE0JgMhIgYdARQWMyEyNj0BNCYBIxQWMjY0JiIGEyMUFjI2NCYiBhMjFBYyNjQmIgYDkP24AwUFAwJIAwUFA/24AwUFAwJIAwUFA/24AwUFAwJIAwUF/Q04IS4hIS4hODghLiEhLiE4OCEuISEuIQLABQM4AwUFAzgDBf7kBQM4AwUFAzgDBf7kBQM4AwUFAzgDBQIUFyEhLiEh/s0XISEuISH+zRchIS4hIQAAAAYAAAAAA4ADAAADAA0AGQAlACkALQAAASEVIScVMxUjNTM1IzURNTM1IzUzFSMVMxUHIzUzNSM1MxUjNTMTIRUhFSEVIQFVAiv91YArgCsrVVWAVVUrVVVVgIBVgAIr/dUCK/3VAtVVgIArK1Ur/itqFipqFirrKxUrqysBgFbVVQAAAAMAAAAAA4EDAQAPABsAJQAAATIWFREUBiMhIiY1ETQ2MwUhETMVIxEhESM1MyUXIxEzByczESMDVRIZGRL9VhIZGRICgP2qq6sCVqur/tWAVVWAgFVVAwAZEv1WEhkZEgKqEhlV/wBW/wABAFbVgP8AgIABAAAAAAMAAAAAA4EDAQAPABsAJQAAATIWFREUBiMhIiY1ETQ2MwUhESE1MxUhESEVIzMXBzUhFSc3FSEDVRIZGRL9VhIZGRIBKv8AAQBWAQD/AFargID/AICAAQADABkS/VYSGRkSAqoSGVX9qqurAlargIBVVYCAVQAAAAEAAP/RA14DLQAxAAABJwEOAR4CNjcBPgEuAgYHAQ4BHgI2PwEnBw4BLgI2NwE+AR4CBgcBBiImNDcCfzb+9RYPDys7OhYBQSUZGUlhYiT+rjMjI2WIiDPnNuYlYWFIGRkkAVIWOzosDw8W/r8LIBYLAhg2/vQVOzosDw8WAUEkYmFJGRkl/q8ziIhlJCQy5zbnJBkZSGFhJAFSFg8PLDo7Fv6/CxYgCwAAAAACAAAAAAOcAqsAIQBDAAABFSMvASYnIwcGDwEjNTM3JyM1Mx8BFhczNj8CMxUjBxcFFSEvATQ+BDU0JiMiBwYHJzY3NjIWFRQOAwczNQJFhVUNBAIBBQUIU4tFaWNJlEoNBAIBAgQNS4pDYm0BkP7tAgIcKjAqHCAWGxkHDDgOFCp1SSU1NicCfAEjWocXBAcLCw2GWpuSWnoWBQcFBxZ6Wo+edW4OGSI5JCIZIREVGhUGDjEUDyNANSM4JB8lFCoAAAAAEgAA//gDiQMLAAUACQANABEAFQAbACEAJQApAC0AMQA2ADoAPgBCAEYASgBOAAATMzUiBhURMzUjEzM1IwMzNSMlIxUzJRUzNCYjATUjFBYzJzM1IwEjFTMTMzUjATM1IxEyNjUjETM1IxEzNSMDMzUjETM1IwURIREDIREhdlckM1dXr1dXr1dXAbVYWAEGVzMk/ZxXMyRXV1cBBldXV1hYAV5XVyQzV1dXV1evV1dXV/6jAbRX/voBBgKzWDQk/qNX/kxXAbVXr1hYWCQ0/O5XJDOuWAIMWP1GVwEGV/5MMyQBtVf+S1j++lcCY1iv/ksBtf6jAQYAAAAAAgAAAAADgQL4ACAARQAAJRUjLwEmJyMHBg8BIzUzNycjNTMfARYXMzY/ATMVIwcXARUhJyY1ND4ENTQmIyIHBgcnNjc2MzIWFRQOBAczNQJBfVAMBAECBAUIToFAY11Fi0YLBAIBAgRTgT9cZgF3/v4CAhonLicaHhQaFwcLNQ0TKTU3RRkmLCYcAXSSU34VBQYLCgx9U5OIVXMVBQYFBohVhpUBVWcODgkgNSIfFyAQExkUBQ4uEw8gPDEcMB0dFh4RKAAAAAAHAAAAAAOKAwMAGQAoAD8ASABRAGYAdAAAJSImJyY2PwERBwYuATY/ATYXFhURFAYPAQYjIi8BLgE+AR8BHgEHDgEhIiY1ETQ2PwE2HgEGDwERNzYeAQYPAQEiJjQ2MhYUBiciBhQWMjY0JgMnJicmJyY1ND4BMh4BFRQHBgcGBwMiDgEUFxYXNjc2NC4BAnkJDgIFCwvhZgoWCAoLjAsPCwwI9QIGBgL1CwoIFA30CwoEBBD+EQUXDAhBChYICgsvzQoWCQsK9QFJJDAwSDAwJA0PDxoPDw0UEyMyHyo1WmxaNSofMiMTFCdAJi8nNzYnMCZADAsICxYETAFOIQQKFRYELQcKCwv+dggPAlUCAlUEFBcKBFQFEw0ICw0PAYkJDwIZBAoVFgQR/rFGBQsVFgRUAd4wSDAwSDBwDxoPDxoP/qEWEy1ANkotNlo1NVo2LUo2QC0TAbomQExLP0BAP0tMQCYAAAAEAAAAAAN5AxcAEQAmACkAOQAAJTI2NTQnJicmJyY5AQYHBhQWJRYyPwE2NCcBJiIPAQYUHwEHBhQXNxchASEiBh0BFBYzITI2PQE0JgLwHiwLChAMDgsTEyUs/rsFDwXxBQX+wwIHAy0DAz/EBQX+qP6vAoH9HgMFBQMC4gMFBaUtHxEZFBcREQ4VGzU/LSoFBfEFDgUBPAMDLQIHAz/EBQ4Ftaj+lQUDSwMFBQNLAwUAAAAEAAD/9AOMAwwADAA0AEQAVAAAATIeARQOASIuATQ+ARcyNjQmKwEiJj0BNCYiBh0BFAYrASIGFBY7ATIWHQEUFjI2PQE0NjMlFB4BMj4BNRE0LgEiDgEVAxE0PgEyHgEVERQOASIuAQEZLUwsLExZTC0tTH8MExMMKgQGEhoSBgQpDRISDSkEBhMZEgYEAUIaLjYtGxstNi4aQixMWUwtLUxZTCwBPixMWUwtLUxZTCzEEhoSBgQqDBMTDCoEBhIaEgYEKQ0SEg0pBAYfGy0bGy0bAc4bLRsbLRv+MgHOLEwtLUws/jIsTC0tTAAAAAAEAAD/9AOMAwwADAA0AEQAVAAAATIeARQOASIuATQ+ARcyNjQmKwEiJj0BNCYiBh0BFAYrASIGFBY7ATIWHQEUFjI2PQE0NjMlFB4BMj4BNRE0LgEiDgEVAxE0PgEyHgEVERQOASIuAQLnLEwtLUxZTCwsTH8NEhINKQQGExkSBgQqDBMTDCoEBhIaEgYE/aYbLTYuGhouNi0bQi1MWUwsLExZTC0BPixMWUwtLUxZTCzEEhoSBgQqDBMTDCoEBhIaEgYEKQ0SEg0pBAYfGy0bGy0bAc4bLRsbLRv+MgHOLEwtLUws/jIsTC0tTAAAAAAEAAD/9AOMAwwADAA0AEQAVAAAATIeARQOASIuATQ+ARcyNjQmKwEiJj0BNCYiBh0BFAYrASIGFBY7ATIWHQEUFjI2PQE0NjMBIg4BFB4BMyEyPgE0LgEjJSEyHgEUDgEjISIuATQ+AQLnLEwtLUxZTCwsTH8NEhINKQQGExkSBgQqDBMTDCoEBhIaEgYE/gkbLRsbLRsBzhstGxstG/4yAc4sTC0tTCz+MixMLS1MAwwtTFlMLCxMWUwtxBIZEwYEKQ0SEg0pBAYTGRIGBCoMExMMKgQG/rQaLjYtGxstNi4aQixMWUwtLUxZTCwAAAAEAAD/9AOMAwwADAA0AEQAVAAAATIeARQOASIuATQ+ARcyNjQmKwEiJj0BNCYiBh0BFAYrASIGFBY7ATIWHQEUFjI2PQE0NjMBIg4BFB4BMyEyPgE0LgEjJSEyHgEUDgEjISIuATQ+AQLnLEwtLUxZTCwsTH8NEhINKQQGExkSBgQqDBMTDCoEBhIaEgYE/gkaLhsbLhoBzhstGxstG/4yAc4sTC0tTCz+MixMLS1MAT4sTFlMLS1MWUwsxBIaEgYEKgwTEwwqBAYSGhIGBCkNEhINKQQGAlAbLjUuGhouNi0bQi1MWUwsLExZTC0AAAADAAAAAANeAvMAHQAqADYAACUWFwYuAjURND4BMh4BHQEGBzU0JiIGFREUHgI3Mh4BFA4BIi4BND4BBzMyNjQmKwEiBhQWAf4OFiRMPiQqR1NIKSEdNk02EiEp2SpHKSlHVEcqKkcjmgwREQyaDBERTR0ZDQkrRCYBsCpHKipHKuEKFP8nNjYn/lAVJhsJ+SlHVEcqKkdURym3ERgRERgRAAAAAAUAAP/0A4wDDAATACgANQBCAE8AADcUHgEzITI+ATURNC4BIyEiDgEVAxE0PgIzITIeARURFA4BIyEiLgEBMhYdARQGIiY9ATQ2FzIWHQEUBiImPQE0NhMyFh0BFAYiJj0BNDa2Gy0bAc4bLRsbLRv+MhstG0IaLj0gAc4sTC0tTCz+MixMLQGMDhMTHBMTDg4TExwTEw4OExMcExOZGy0bGy0bAc4bLRsbLRv+MgHOID0uGi1MLP4yLEwtLUwBVRMOQg4TEw5CDhPGEw5jDRQUDWMOEwGtFA1jDhMTDmMNFAAAAAYAAP/6A4QDBAALABkAJQBQAHQAlwAAASEyNjQmIyEiBhQWBSEiDgEUHgEzITI2NCYDISIGFBYzITI2NCYlIgYHBhY2Nz4BHgEOASMiBhYzMh4BDgEmJy4BBhceAj4BJicmNz4BLgE3NCYiBhUUFjI2NTQ2MhYVFA8BDgEeATsBMjY0JisBIiY/ATYnIyImPQE0JisBIgYUFjsBMhYdARQGKwEiBhQWOwEyNjQmIwF0Ae4OExMO/hIOExMB/P4SCQ8JCQ8JAe4OExMO/hIOExMOAe4OExP9TRYkBQQUHAMCCw0HAQkHDg4ODgcJAQcNCwEEHBQEBR0nJBUBCwMDCgIRHzEnNyYOFQ4KDQoHRgQCBgwHUwoPDwoOBQUEGhMJCAMFGxIVCg8PCggEBAQECAoPDwpSCw4OCwJ3FBsTExsU1gkPEg8JExwT/ugUGxMTGxRKGxYOFAgNBwYCCg0IGRkIDQoDBwYOCBUOExoFECEnEAUFDyQgE9YcJiYcCg4OCgcKCgcMCVcFDwwIDhUOCgQhF9MEBG8TGg4VDgUDYwQFDhQPDxQOAAADAAD/9AOQAiUAHwAsADgAAAEGByMiLgE0PgEzITIeAgcmJzYuAiMhIg4BFB4BMyUyHgEUDgEiLgE0PgEHMzI2NCYrASIGFBYCKRUK8SxMLS1MLAHOKEgvCQ4aIAUKHCkW/jIbLRsbLRsBzixMLS1MWUwsLEwmpQ0SEg2lDBMTAR0eJC1LWkstJkNRJhcPFiwiFBstNi0bISxMWUwtLUxZTCzEEhoSEhoSAAAACAAA//QDjQMMAAwAGAA+AEYASgBSAFYAXgAAATIeARQOASIuATQ+AQczMjY0JisBIgYUFicjFTMWFyEiLgE1ETQ+ATMhMh4CHQEWBxUmJzUjFQYHNSMVMwYTMzU0LgErAQc1IxUnIyIOAR0BMwcVMzUDFRQeATsBNQLnLEwtLUxZTCwsTCalDRISDaUMExN+bXkSHf7ULEwtLUwsAc4gPS4aAQEdJaUkHsaMFZGlGy0bQkLGQkIbLRulpaWlGy0bQgE+LExZTC0tTFlMLMQSGhISGhJhpSUdLUwsAc4sTC0aLj0gXQYGwx0SeW0KFYzGHgEmQhstG6WlpaUbLRtCQsbG/vhCGy0bpQAAAAkAAAAAA4wC2wAAAA0AGQAaACcAMwA0AEEATQAAEyMUHgEyPgE0LgEiDgEFITI2NCYjISIGFBYHIxQeATI+ATQuASIOASUhIgYUFjMhMjY0JgEjFB4BMj4BNC4BIg4BJSEiBhQWMyEyNjQmx1MXJiwmFhYmLCYXARkB3g0TEw3+Ig4TE7hTFyYsJhYWJiwmFwL3/iIOExMOAd4NFBT9T1MXJiwmFhYmLCYXAvf+Ig4TEw4B3g0TEwKIFicWFicsJhYWJjcTGxQUGxPnFiYWFiYsJhYWJgsTHBMTHBP+1xYmFhYmLCcWFicLExsUFBsTAAEAAP/2A2gDCwAoAAABJg8BBicuAQYHDgIWFxY+ASYnLgE+ATc+ARceAQ8BBhY7ATI2PQE0A14LB1YEBUSWkz9PWQFXTw0iFAUOPkYBRz9Fpk0EAgM9CAkL3AcKAwYEB1YEAyMRJSw4rcKuOQoFGyIKLoqbiS0wFCABCQM9CBQKBt0LAAoAAP/0A40DDAAHAAsADwATABsAHwA6AEIARgBOAAAlFTMyPgE9ASsBFTM3MzUjBzUjFQEzNTQuASsBBzUjFQEVFA4BIyEiLgE1ETQ+ATMhMh4CHQEWBxUWASMiDgEdATMHFTM1AxUUHgE7ATUCpUIbLRvnxsZCpaVCxgEIpRstG0JCxgHvLUws/jIsTC0tTCwBziA9LhoBAQH9zkIbLRulpaWlGy0bQtulGy0bQqXnxsbGxgEIQhstG6Wlpf7RXSxMLS1MLAHOLEwtGi49IF0GBvwGAc4bLRtCQsbG/vhCGy0bpQAAAAABAAD/9wNpAwsAJwAAAS4BBgcGLwEmBh0BFBY7ATI2LwEmNjc2FhceAgYHDgEeATc+AS4BAr8/k5ZEBQRWBxUKB90LCAg9AwIETaZFP0cBRj4NBBMhDU9YAVoCjywlESMDBFYHCAvdBwkUCD0DCQEfEzAtiZuKLgohGgYJOa7CrQAAAAAFAAD/9AOMAwwAGgAmADQAPQBAAAABIgYVIyIGFREUFjMhNSERIRUzNTQmKwE0JiMHIgYUFjsBMjY0JiMXIgYVERQWOwE3NTQmIwUhFSMiBh0BIzczBwFsFxuUFhwcFgEp/tcB7jIbF5QbFq0MDQ0M9wsNDQsYFhsbFpXGHBb+1wEpfBYbfK1QUAMMHBYbFv3gFhwyAiCVlRYbFhyVDRcNDRcNlBsX/nUWHMb3Fxsy3hsWfHxQAAAAAwAAAAADaALpABUAKQA5AAAlNTQ2MhYdARQGIyEiJj0BNDYyFh0BEwcOAS4CNj8BNjIWFREUBiImNRMuAT4CFh8BHgEOAiYnAxgXIhcXEf2AERcXIhfwrAcVFQ8GBgjwDCAYFyIXlQcEBxEWFAdkBwQHERYUB2hQERcXEXgRFxcReBEXFxFQAferCAYGDxUVB/AMFxH+IBEXFxEBTgkVFA4ECAh4CRUUDgQICAAAAAADAAD/9gOKAu4ADQAuADwAAAEhFRQWFzMVMzUzPgE3JTQ3NjchBzczBgcGFzMVDgEHIxUUBiMhIiY9ASMuASc1MyEmNzY3Iwc3IQYHBhUDUv1dIBip4agYIAH9Wg4TNgFuDWG5IAwIAj4BQDBwEAz+5gwQcDBAAW4CMAMJBQtUwxn+9CIODAG4qBggAaioASAY4T4yR0Y+PjlUODjhMEABjQwQEAyNAUAw4Tw8KCR8fDIxKjgAAAAABgAAAAADlQLbABUAKwA3AEMATwBbAAABMjY0JiIHPgE3PgE0JiMiBgcGFRQWIzI2NCYiBz4BNz4BNCYjIgYHBhUUFiUzMjY0JisBIgYUFhczMjY0JisBIgYUFgUhMjY0JiMhIgYUFhchMjY0JiMhIgYUFgHQJzcvSRIJPSsMDxMQLE8XGD7HKDYvShIKPSwLEBQQLU4XGT8B6OMNEhIN4wwSEgzjDRISDeMMEhL+AwLsDRISDf0UDRISDQLsDRISDf0UDRISAbAxTi8cKzQCAQ8YDy8oKjI1QjFOLxwrNAIBDxgPLygqMjVC7RIZEhIZEtIRGhERGhHTEhkSEhkS0hEaEhIaEQAABAAA/8cDaALoAAwAGAAoACwAAAEyHgEUDgEiLgE0PgEXIxUjFTMVMzUzNSMBMhYdARQGIyEiJj0BNDYzFxUhNQIANlw2NlxsXDY2XF5QUFBQUFABGBEXFxH9gBEXFxEoAjABWDZcbFw2NlxsXDZQUFBQUFACMBcR8BEXFxHwERdQoKAABAAA//UDjQMLABsANwBSAHEAABMyNj0BFxYyNjQvATMyNjQmKwEiBwYHBh0BFBYFIgYdAScmIgYUHwEjIgYUFjsBMjc2NzY9ATYmJQc1NCYiBh0BFBcWFxY7ATI2NCYrATc2NCYGATQ1FSYnJisBIgYUFjsBBwYUFjI/ARUUFjI2PQEnJpUNE7wJHRMKvIcMFBQM1ggCDAgCFALiDRPJCRoTCcmJDBQUDNYIAg8CAwES/gbJExkUAggKBAbWDBQUDInJCRMXAgEHCwQG2AwUFAyJvAkSHgi8ExoTAgEB9RQMibwIEhkKvBMZFAIGDAQI1gwU6hQMickJExoJyRMZFAIICgQG2AwUIsmHDBQUDNYIAg8CAxQZE8kKGRMBAcABAQIOAwMUGRO8ChkTCbyHDBQUDNYFBAAABAAA//8DgQNWAA8AEwAgACwAAAEyFhURFAYjISImNRE0NjMFIRUhATIeARQOASIuATQ+ARcjFSMVMxUzNTM1IwNVEhkZEv1WEhkZEgKA/aoCVv7VOmI5OWJ0Yjk5YmVWVVVWVVUBVRkR/wASGRkSAQARGVWrAwA5YnRiOTlidGI5VVVWVVVWAAcAAP//A4EDAQAPABMAIwAnADMAPwBLAAABISImPQE0NjMhMhYdARQGJRUhNQEjIiY1ETQ2OwEyFhURFAYDETMRKQEiJjQ2MyEyFhQGByEiJjQ2MyEyFhQGByEiJjQ2MyEyFhQGAyv9qiMyMiMCViMyMv2HAlb+VasjMjIjqyMyMs6rAdX/ABMXFxMBABQXFxT/ABMXFxMBABQXFxT/ABMXFxMBABQXFwIAMiNWIzIyI1YjMqtWVv1VMiMBACQyMiT/ACMyAVX/AAEAGCYYGCYYqhcnFxcnF6sXJxcXJxcABwAAAAADgAMAAAMABwALAA8AEwAXABsAAAERIxE3IREhESE1IQUhFSEVIRUhFSEVIQUhFSEDK4DV/tUBK/0AAwD+gP6AAYD+gAGA/oABgAGA/QADAAIA/wABAFX+VgIAVatVVVZVVVZVAAAABwAAAAADgAMAAAMABwALAA8AEwAXABsAAAERIxE3IREhASE1IRUhFSEVIRUhFSEVIRUhFSEBVYDW/tUBKwHV/QADAP6AAYD+gAGA/oABgP0AAwACAP8AAQBV/lYCAFWrVVVWVVVWVQAKAAAAAAOAAwAAAwAHAAsADwATABcAGwAfACMAJwAAAREjETchESETITUhBSMVMxUjFTMVIxUzASMVMxUjFTMVIxUzFSEVIQJAgNX+1gEq6/0AAwD9lZWVlZWVlQJrlZWVlZWV/QADAAIA/wABAFX+VgIAVatVVVZVVQGqVVVWVVVWVQAEAAD//wOAAwEAIgAuADoARgAAAScmDwEGFjsBMhURFAYrASIGHwEWPwE2JisBIjURNDsBMjYXFRQzITI9ATQjISITITI9ATQjISIdARQXITI9ATQjISIdARQBrI8DA5ACAgNlBAICZQMCApADA48CAgNlBARlAwJ9BAFNBAT+swQEAU0EBP6zBAQBTQQE/rMEAm6PAwOPAgYE/jwCAgYCjwMDjwIGBAHEBAYbTQQETQT/AAVMBQVMBaoETQQETQQAAAAAAwAA//QDjAMNAA8AFAAoAAABISIGFREUFjMhMjY1ETQmAxEhESEFIgYUFjsBERQWMjY1ETMyNjQmIwNM/WgbJSUbApgbJSUb/WgCmP4UDRMTDYATGhOADRMTDQMMJRv9aBslJRsCmBsl/nT+tAKYoBMaE/7QDRMTDQEwExoTAAAFAAD/5wOZAxkAFAApADIAOwBPAAABIgcGBwYUFxYXFjI3Njc2NCcmJyYDIicmJyY0NzY3NjIXFhcWFAcGBwYDMjY0JiIGFBYhMjY0JiIGFBYXDgEiJicuAQ4BFx4BMjY3Ni4BBgIAb19dNjg4Nl1f3l9dNjg4Nl1fb1lNSywtLSxLTbJNSywtLSxLTd0WHx8sHx8BHhYfHywfHxwZSVBJGQshGQMLJWh0aCULAxkhAxk4Nl1f3l9dNjg4Nl1f3l9dNjj9HS0sS02yTUssLS0sS02yTUssLQFkHywfHywfHywfHywfdx8iIh8MAxUgDSwxMSwNIBUDAAQAAAAAA50C0gALABcAIwAvAAAlIQYmNDYzITIWFAYnISImPgEzITIWFAYDISImPgEzITIWFAYHISImPgEzITIWDgEDc/0aEhcXEgLmEhgZEf0aEhgBFxIC5hIYGRH9GhIYARcSAuYSGBkR/RoSGAEXEgLmEhgBGC8BHCgbGygbvhwoGxsoHAGGGygcHCgbvxsoHBwnHAAAAgAAAAADrALbAAkAFwAANwcnNxcTIRUhAz8BJyEXBycjFwczNxcHqTsBbhx2Aj79/Z/Bgn4BVy9FHKhXVKYbRTD9AUsCRAHVS/2HONzxcR5Dp489H2kAAAEAAAAAA1YCQAAFAAAlAScJAQcCAAFVOf7k/uQ5wQFINv7vARE2AAADAAAAAAOAAwEAFAApAEYAAAEiBwYHBhQXFhcWMjc2NzY0JyYnJgMiJyYnJjQ3Njc2MhcWFxYUBwYHBhMmIg8BJyYiBhQfAQcGFBYyPwEXFjI2NC8BNzY0AgBoWVczNTUzV1nQWVczNTUzV1loWEtIKisrKkhLsEtIKisrKkhLSAoZCnNzChkUCnNzChQZCnNzChkUCnNzCgMANTNXWdBZVzM1NTNXWdBZVzM1/UArKkhLsEtIKisrKkhLsEtIKisB4AoKc3MKFBkKc3MKGRQKc3MKFBkKc3MKGQAACgAAAAADgAMmACQALABFAFUAXwBpAIoAkgCzALsAAAEiJjU0LgEjIiY0NjMyPgE1NDYyFhUUHgEzMhYUBiMiDgEVFAYnFhc2NyYnBgEiJjQmIiY0NjI2NDYyFhQWMhYUBiIGFAYFASYiDwEGFBcBFjI/ATY0ATc2Mh8BBycmNAEHBiInATcBFhQBIiY1NCYjIiY0NjMyNjU0NjIWFRQWMzIWFAYjIgYVFAYnFhc2NyYnBhMiJjU0JiMiJjQ2MzI2NTQ2MhYVFBYzMhYUBiMiBhUUBicWFzY3JicGAlUJDB0wHQkMDAkdMB0MEQ0cMRwJDAwJHDEcDTsgExMfHxMT/m0JDA0RDQ0RDQwRDQwSDAwSDA0Ctv5BEjUSGRISAb8SNRIZE/3aGQYRBzw2PQYB+xkGEQb+nDYBZAb9rgkMJRoJDAwJGiUMEgwlGgkNDQkaJQweDAkJDAwJCQkJDCUaCQwMCRolDBIMJRoJDQ0JGiUMHgwJCQwMCQkB/wwJHDEcDBIMHTAdCQwMCR0wHQwSDBwxHAkMkxMfHxMTICD+2wwSDA0RDA0RDQ0RDQwRDQwSDPsBvxMTGRI1Ev5BEhIZEjUBmhkGBjw3PQYR/kMZBgYBZDf+nAcRAgMMCRolDRENJRoJDAwJGiYMEQ0lGgkMaQkMDAkKDAz95wwJGiUNEQ0lGgkMDAkaJQ0RDSUaCQxqCgwMCgkMDAADAAAAAAOrAysAEgAXABsAAAEGBwEGFh8BFjMhNSMBNjQnASYDIycBFzcnNxcCVBIM/isMAQyrDBICAMQBNw0N/tUMebKBAQ3mPelV7QMrAQ3+AA0iDKsMVQE3DSMMASsN/VWBASXmPOld7QAGAAAAAAOmAm4AAwAHABMAGwAnAC0AABMRIREFIREhExUzNTMVMzUjFSM1MxUzFTM1MzUzFTM1FzcVMzUjByczFTM1IzVaA0z86QLi/R5PNRo1NRppGzQbGjUaGjU1GhqEaTUCbf4mAdo0/o4BItJPT9JPTzSenjTSeiIietIiItI0ngAIAAAAAANwAwwACwAXACQAPQBVAGIAbgB6AAAlBwYiJjQ/ATYyFhQXFRQGIiY9ATQ2MhYnFAYrASImNDY7ATIWBRQPAQYiLwEmJzcXFjI/ATY0LwE3Fh8BFgEHJyYiDwEGFB8BByYvASY0PwE2Mh8BFgUUBisBIiY0NjsBMhYnFRQGIiY9ATQ2MhYXBwYiJjQ/ATYyFhQBU3EFCwkEcQULCEcIDAgIDAhjCAaNBggIBo0GCAIuJUElaiWTCglqeAwkDEEMDHkIEAmUJf7wangNIg1BDAx5CBAJlCUlQSVqJZMKASAIBo0GCAgGjQYI8AgMCAgMCLRxBQsIA3EFCwnacQQJCwVxBAkLF40GCAgGjQcHB1wGCAgMCAg+NSVAJSaTCg8IeQwMQA0iDXlqCgmUJgELCHkNDEEMIwx5agkJlSZpJEEkJZQJNQYICAwICOqNBggIBo0HCAhJcQQIDARxBAgMAAUAAAAAA3cCygAPAB8ALwA/AEsAAAEhMjY9ATQmIyEiBh0BFBYHFBYzITI2PQE0JiMhIgYVASEiBh0BFBYzITI2PQE0JgMhIgYdARQWMyEyNj0BNCYlNzY0LwEmBh0BFBYBnwHCAwQEA/4+BAQEBAQEAcIDBAQD/j4EBAHZ/SEEBAQEAt8DBAQD/SEEBAQEAt8DBAT9M5IDA5IFCQkBwgQDNQMEBAM1AwTAAwQEAzUDBAQDAZMEAzUDBAQDNQME/bAFAzQEBAQENAMFjHMDCAJ0AwQF5wYEAAQAAAAAA5EC4wAPAB8ALwA/AAABISIGHQEUFjMhMjY9ATQmAyEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDISIGHQEUFjMhMjY9ATQmA4j+EAMFBQMB8AMFBQP+EAMFBQMB8AMFBQP88AMFBQMDEAMFBQP88AMFBQMDEAMFBQLiBQM4AwUFAzgDBf5YBQM4AwUFAzgDBdQFAzgDBQUDOAMFAagFAzgDBQUDOAMFAAQAAAAAA5EC4wAPAB8ALwA/AAABITI2PQE0JiMhIgYdARQWATI2PQE0JiMhIgYdARQWMwUhIgYdARQWMyEyNj0BNCYDISIGHQEUFjMhMjY9ATQmAQgB8AMFBQP+EAMFBQHzAwUFA/4QAwUFAwKA/PADBQUDAxADBQUD/PADBQUDAxADBQUCmgUDOAMFBQM4AwX+WAUDOAMFBQM4AwWMBQM4AwUFAzgDBQGoBQM4AwUFAzgDBQAAAAAEAAAAAAORAuMADwAfAC8APwAAEyEyNj0BNCYjISIGHQEUFhMhMjY9ATQmIyEiBh0BFBYFISIGHQEUFjMhMjY9ATQmAyEiBh0BFBYzITI2PQE0JngB8AMFBQP+EAMFBQMB8AMFBQP+EAMFBQMT/PADBQUDAxADBQUD/PADBQUDAxADBQUCmgUDOAMFBQM4AwX+WAUDOAMFBQM4AwWMBQM4AwUFAzgDBQGoBQM4AwUFAzgDBQADAAAAAAN3AvcADwAnACsAACUhIgYdARQWMyEyNj0BNCYlMzI/ATMXFjsCPgEnAyYrASIHAxUUFhMzFyMDcP0hBAQEBALfAwQE/ZtQBgIzzTICB1MDBAMBwwIHYAYCxAX0BE6iYwQDSwQEBARLAwRLBpycBgIHAwI3Bgb9yQMEBQHk9wADAAD/nwPhA1wAFAAuAEQAAAEnJg4CFREUHgEyPwE2NzY0JyYnAyIHDgEHBhQXHgEXFjI3PgE3NjQnLgEnJiMRIicmJyY0NzY3NjIXFhcWFAcGBwYjAprdCRQTCQoRFQjfCwMGBQQMmGFZVYUkJiYkhVVZwllWhSQmJiSFVllhcWJeODk5OF9h42JeODk5OF9hcgGOzwUBCxEL/m8KEgsFxAoFCRMIBQsBziYkhVVZwllWhSQmJiSFVlnCWVWFJCb8fzk4X2HjYl44OTk4X2HjYV84OQAAAAACAAD/xwO5AzkACwBHAAAlISIGFBYzITI2NCYBMzIWFREUFxYXFjI3Njc2NRE0NjsBMjY0JisBIgYUFjsBMhYVERQOASIuATURNDY7ATI2NCYrASIGFBYDivzsExwcEwMUExwc/OszBAYrKkdJrElHKisGBDMTHBwT1xMcHBMzBAY8ZnhmOwUEMxMcHBPXExwcJRsnHBwnGwK2BgP+wFZJSCkrKylISVYBQAMGGyccHCcbBgP+wDxmPDxmPAFAAwYbJxwcJxsAAAEAAP/8A4QDBAAlAAABIyIGFBY7ATIWBwEGKwEiBhQWOwEyNjQmKwEiJjcBNjsBMjY0JgNa/BEYGBEkBQUD/okFCV4RGBgR/BEYGBEkBQUDAXcFCV4RGBgDAxgiGAkE/bMIGCIYGCIYCQQCTQgYIhgAAAAAAwAA/+kDlwMXACoANwBhAAABDgEXFgYPAQYiLwEmND8BPgEXFj4BJicmBg8BDgEWHwEeATY/AT4BJy4BBxYyNwE2NCYiBwEGFAEnLgEGDwEOARceAT4BJyY2PwE2Mh8BFhQPAQ4BJyYOARYXFjY/AT4BJgIPDgwGBAQIahY+FlAWFmoIFwoPHAwMDiBDGGodFBQdUBxOTR1qGA0NBhy9Cx8LASQKFh4L/twLAhBQHE5NHWoYDQ0GHB0MBgQECGoWPhZQFhZqCBcKDxwMDA4gQxhqHRQUARMGHQ4KFwhqFhZQFj4WaggEBAYMHRwGDQ0Yah1NThxQHRQUHWoYQyAODDgLCwEkCx4WCv7cCx8BqlAdFBQdahhDIA4MDB0OCxYIahYWUBY+FmoIBAQGDB0cBg0NGGodTU4AAQAA/+IDngMeAFsAAAE0JiMhIicmJyYnJicmNTQ3NjM2FhcWBxUUFjI2PQE2JicmIyIOARUUFxYXFgYrASIGFBYzITIXHgEXFAcGBwYjIicuATc2LgEGBwYWFxYzMj4BNTYnJjY7ATI2A50aEv7GBQUaNDkcJRETLB8xHDgYFgYaJBoEFRg1dkBgNCsgQgUEBuISGhoSAYIDAh8kASAZKxseYiUQCwQCFyQcAgcXHUCISHA9AR8CBQXVEhoBXxIaAxIgIxUcGR0hNBcPBA4RHyYLEhoaEgkkRhs1LFA2QzcqLAQNGSUZAhVAJTQfGAsGKRQyGRIcBBcSLFUiRjVgPzszBQgaAAAAAwAAAAADnwLQABUAKwAsAAAlIicBJjQ3AT4BHgEPAQYUHwEeAQ4BMyIuATY/ATY0LwEmPgEWFwEWFAcBBhMBnBMN/vwWFgEEDSQaAQ3yBQXyCQUKFrsNFgoECvIFBfINARokDQEEFhb+/A3SMA0BDBdAFwEMDAEZJQ35BQ4F+QoaGA8PGBoK+QUOBfkNJRkBDP70F0AX/vUOAUoAAwAA//wDLQMEACAAMABAAAABPgEuASMhIgYUFjsBMhYVERQGKwEiBhQWMyEyPgIuAQMeAhQOAQcjIiY9ATQ2MxMjIiY1ETQ2OwEeAhQOAQKrLBkvZz7+5hEYGBEiAwUFAyIRGBgRAUkyWj8XFz29ITghITghlgMFBQPFxQMFBQPFJT8lJT8Boix7c0cYIhgFA/2uAwUYIhgsT2NiTwElASE5QjkhAQUD6AMF/Z4FAwEHBAUBJkBLPyYAAAAAABIA3gABAAAAAAAAABMAAAABAAAAAAABAA0AEwABAAAAAAACAAcAIAABAAAAAAADAA0AJwABAAAAAAAEAA0ANAABAAAAAAAFAAsAQQABAAAAAAAGAA0ATAABAAAAAAAKACsAWQABAAAAAAALABMAhAADAAEECQAAACYAlwADAAEECQABABoAvQADAAEECQACAA4A1wADAAEECQADABoA5QADAAEECQAEABoA/wADAAEECQAFABYBGQADAAEECQAGABoBLwADAAEECQAKAFYBSQADAAEECQALACYBn0NyZWF0ZWQgYnkgaWNvbmZvbnRlZHVpLWljb25mb250UmVndWxhcmVkdWktaWNvbmZvbnRlZHVpLWljb25mb250VmVyc2lvbiAxLjBlZHVpLWljb25mb250R2VuZXJhdGVkIGJ5IHN2ZzJ0dGYgZnJvbSBGb250ZWxsbyBwcm9qZWN0Lmh0dHA6Ly9mb250ZWxsby5jb20AQwByAGUAYQB0AGUAZAAgAGIAeQAgAGkAYwBvAG4AZgBvAG4AdABlAGQAdQBpAC0AaQBjAG8AbgBmAG8AbgB0AFIAZQBnAHUAbABhAHIAZQBkAHUAaQAtAGkAYwBvAG4AZgBvAG4AdABlAGQAdQBpAC0AaQBjAG8AbgBmAG8AbgB0AFYAZQByAHMAaQBvAG4AIAAxAC4AMABlAGQAdQBpAC0AaQBjAG8AbgBmAG8AbgB0AEcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAAcwB2AGcAMgB0AHQAZgAgAGYAcgBvAG0AIABGAG8AbgB0AGUAbABsAG8AIABwAHIAbwBqAGUAYwB0AC4AaAB0AHQAcAA6AC8ALwBmAG8AbgB0AGUAbABsAG8ALgBjAG8AbQAAAgAAAAAAAAAKAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABjAQIBAwEEAQUBBgEHAQgBCQEKAQsBDAENAQ4BDwEQAREBEgETARQBFQEWARcBGAEZARoBGwEcAR0BHgEfASABIQEiASMBJAElASYBJwEoASkBKgErASwBLQEuAS8BMAExATIBMwE0ATUBNgE3ATgBOQE6ATsBPAE9AT4BPwFAAUEBQgFDAUQBRQFGAUcBSAFJAUoBSwFMAU0BTgFPAVABUQFSAVMBVAFVAVYBVwFYAVkBWgFbAVwBXQFeAV8BYAFhAWIBYwFkAAVpbWFnZQ5jb250ZW50LWltcG9ydAVzb3VuZAVyaWdodA9pY19pbWFnZV91cGxvYWQFY2hlY2sGaWZyYW1lEEJhY2tncm91bmRFZmZlY3QDbHRyA3J0bAtmaW5kcmVwbGFjZQlpY3ByZXZpZXcFcmlxaTILZXVyby1zeW1ib2wFbXVzaWMEaGVscAloYW5kX2RyYXcFcHJpbnQEdGltZQViYWlkdQtHb29nbGUtTWFwcwppbWFnZS1ub25lDGltYWdlLWNlbnRlcgppbWFnZS1sZWZ0C2ltYWdlLXJpZ2h0CWNsZWFyLWRvYwpwYWdlLWJyZWFrBmF1dGhvcgp3b3JkLWltYWdlC3RvdXBwZXJjYXNlC3RvbG93ZXJjYXNlCmhvcml6b250YWwPbWVyZ2UtZG93bi1jZWxsC21lcmdlLWNlbGxzEG1lcmdlLXJpZ2h0LWNlbGwNc3BsaXQtdG8tcm93cw1zcGxpdC10by1jb2xzDnNwbGl0LXRvLWNlbGxzDmluc2VydHJvd2Fib3ZlF3BhcmFncmFwaC1tYXJnaW4tYm90dG9tFHBhcmFncmFwaC1tYXJnaW4tdG9wDXVub3JkZXJlZGxpc3QMbGlzdC1vcmRlcmVkFHNwbGl0LWNlbGxzLXZlcnRpY2FsFnNwbGl0LWNlbGxzLWhvcml6b250YWwKYXR0YWNobWVudAlzdWJzY3JpcHQJc2VsZWN0YWxsC3N1cGVyc2NyaXB0A21hcAliZy1jb2xvcnMNYWRkX2NvbF9hZnRlcg5hZGRfY29sX2JlZm9yZQ1hZGRfcm93X2FmdGVyDmFkZF9yb3dfYmVmb3JlCmRlbGV0ZV9jb2wNY29tYmluZV9jZWxscwJvbApkZWxldGVfcm93DGRlbGV0ZV90YWJsZQJ1bARyZWRvBXRhYmxlBHVuZG8FcGFzdGUGdXBsb2FkBWJydXNoCnRleHQtcXVvdGURaW5zZXJ0LXJvdy1ib3R0b20RZnVsbHNjcmVlbi1leHBhbmQOaW5zZXJ0LXJvdy10b3AIdGVtcGxhdGUSZm9ybWF0LWltYWdlLXJpZ2h0EWZvcm1hdC1pbWFnZS1sZWZ0E2Zvcm1hdC1pbWFnZS1jZW50ZXILbGluZS1oZWlnaHQHb3V0bGluZQVzbWlsZQ1hbGlnbi1qdXN0aWZ5B2Zvcm11bGEKYW5nbGUtZG93bgVjbG9zZQptYWdpYy13YW5kBmVyYXNlcgRodG1sBnVubGluawZpbmRlbnQLYWxpZ24tcmlnaHQMYWxpZ24tY2VudGVyCmFsaWduLWxlZnQLZm9udC1jb2xvcnMEcGxheQl1bmRlcmxpbmUGaXRhbGljBGxpbmsGc3RyaWtlBGNvZGUEYm9sZAAAAA==") format('truetype'); + } .edui-default { accent-color: #333; } @@ -479,12 +479,14 @@ div.edui-box { height: 30px; width: 13px; cursor: pointer; + display: inline-flex; } .edui-default .edui-toolbar .edui-combox-body .edui-arrow:before { content: "\e9f0"; font-family: "edui-iconfont"; - font-size: 8px; + font-size: 10px; + margin: auto; } .edui-default .edui-toolbar .edui-combox .edui-combox-body { @@ -497,6 +499,7 @@ div.edui-box { .edui-default .edui-toolbar .edui-combox .edui-combox-body > div { vertical-align: top; + text-align: center; } .edui-default .edui-toolbar .edui-combox-body .edui-splitborder { @@ -1031,7 +1034,7 @@ div.edui-box { .edui-default .edui-toolbar .edui-menubutton-body .edui-arrow:before { content: "\e9f0"; font-family: "edui-iconfont"; - font-size: 8px; + font-size: 10px; vertical-align: middle; } diff --git a/dzz/system/ueditor/third-party/dzzattach/lyear_dzzattach.css b/dzz/system/ueditor/third-party/dzzattach/lyear_dzzattach.css new file mode 100644 index 0000000..feb2d6a --- /dev/null +++ b/dzz/system/ueditor/third-party/dzzattach/lyear_dzzattach.css @@ -0,0 +1,498 @@ +/*可以在这里添加你自己的css*/ + +/*img{ + max-width:100%; +}*/ +.dzz-image{ + cursor:pointer; + max-width:100%; + /*max-height:100%;*/ + height:auto; +} + +.dzzthumb_body { + overflow: hidden; + height: 100%; +} + +.dzz-attach,.dzz-link,.dzz-dzzdoc { + padding:0 10px; + display:inline-block; + +} +.ie8 .dzz-attach,.ie8 .dzz-link,.ie8 .dzz-dzzdoc { + display:block; +} +.dzz-attach-icon,.dzz-dzzdoc-icon,.dzz-link-icon{ + width:1em; + height:1em; + vertical-align: middle; + margin-top:-5px; + margin-right:5px; + display:inline-block; +} +.dzz-attach-title,.dzz-dzzdoc-title,.dzz-link-title{ + text-decoration:none; + display:inline-block; +} + +/*Popup tip*/ +.tip .tip-op .dzzattach-i { + font-size: 17px; + margin-right: 5px; + vertical-align: -3px; +} +.tip .tip-op .dzz-download { + margin-right: 0px; +} +.tip .popover-arrow { + left: 10px; +} + +@charset "UTF-8"; +/*在线预览*/ +.preview-box { + position:absolute; + top:0; + right:0; + bottom:0; + left:0; + z-index:10000; + /*min-width:640px;*/ + background-color:rgba(0, 0, 0, 0.5); + background-image:url(preview/b.gif); + filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7F000000', endColorstr='#7F000000'); +} +.preview-handle b, +.contents-panel li i { + background-image:url(preview/icon_handle.gif); + background-repeat:no-repeat; + -webkit-user-select:none; + -moz-user-select:none; +} +.preview-handle { + position:absolute; + top:0; + right:0; + _right:-1px; + z-index:111; + height:40px; +} +.preview-handle b { + float:left; + width:40px; + height:40px; + margin-left:1px; + line-height:10; + overflow:hidden; + background-color:#2F2F2F; + opacity: 0.7; + filter: alpha(opacity=70); + cursor:pointer; +} +.preview-handle b:hover { + opacity: 1; + filter: alpha(opacity=100); +} +.pr-close { + background-position:0 -20px; +} +.pr-minimize { + background-position:-40px -20px; +} +.close-hint { + position:absolute; + top:40px; + right:30px; + width:200px; + height:129px; + background:url(preview/close_hint.png) no-repeat 0 0; + _background-image:url(preview/close_hint.gif); +} +/**/ +.preview-panel { + position:absolute; + top:0; + right:0; + z-index:101; + width:100%; + height:40px; + overflow:hidden; + background:rgba(0, 0, 0, 0.9); + background-image:url(preview/b.gif); + filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#E5000000', endColorstr='#E5000000'); +} +.contents-panel { + position: absolute; + top: 7px; + right: 95px; + z-index: 2; +} +.contents-panel li { + position: relative; + float: left; + height: 26px; + margin-left: 20px; + padding-left: 20px; + line-height: 26px; + overflow: hidden; + cursor: pointer; + zoom: 1; + display:inline-block; +} +.contents-panel li b { + font-weight: normal; + color: #999; +} +.contents-panel li:hover b { + color: #FFF; +} +.contents-panel li i { + position: absolute; + top: 5px; + left: 0; + width: 16px; + height: 16px; + overflow: hidden; + opacity: 0.7; + filter: alpha(opacity=70); +} +.contents-panel li:hover i { + opacity: 1; + filter: alpha(opacity=100); +} +.pr-rotate { + background-position: 0 0; +} +.pr-share { + background-position: -20px 0; +} +.pr-download { + background-position: -40px 0; +} +.pr-save { + background-position: -60px 0; +} +/**/ +.contents-control { + text-align: center; +} +.contents-control li { + position: relative; + top: 7px; + display: inline-block; + height: 26px; + margin: 0 5px; + line-height: 26px; + cursor: pointer; + *display: inline; + *zoom: 1; + -webkit-user-select: none; + -moz-user-select: none; +} +.contents-control li b { + font-weight: normal; + color: #999; +} +.contents-control li:hover b, +.contents-control li.focus b { + color: #FFF; +} +.contents-control li i { + position: relative; + float: left; + margin-right: 3px; + overflow: hidden; + border: 2px solid #999; +} +.contents-control li:hover i, +.contents-control li.focus i { + border-color: #FFF; +} +.sz-01 { + top: 9px; + width: 8px; + height: 4px; +} +.sz-02 { + top: 8px; + width: 10px; + height: 6px; +} +.sz-03 { + top: 7px; + width: 12px; + height: 8px; +} +.sz-04 { + top: 6px; + width: 14px; + height: 10px; +} +/**/ +html:root .preview-box, +html:root .preview-panel { filter:none;overflow:hidden } +/*文件名*/ +.previewer-filename { + top:0; + left:0; + z-index:2; + position:absolute; + width:240px; + height:40px; + padding-left:10px; + line-height:40px; + text-align:left; + white-space:nowrap; + overflow:hidden; + text-overflow:ellipsis; + font-size:12px; + color:#999; +} +/*上一个、下一个*/ +.pr-btn-switch b { + position: absolute; + top: 50%; + z-index: 12; + width: 60px; + height: 120px; + margin-top: -40px; + white-space: nowrap; + overflow: hidden; + text-indent: 100px; + background-image: url(preview/btn_switch.png); + _background-image: url(preview/btn_switch.gif); + background-repeat: no-repeat; + cursor: pointer; +} +.pr-btn-prev { + left: 0; + background-position: 0 0; +} +.pr-btn-prev:hover { + background-position: 0 -120px; +} +.pr-btn-next { + right: 0; + background-position: -60px 0; + _right: -1px; +} +.pr-btn-next:hover { + background-position: -60px -120px; +} +/*文档预览*/ +.previewer-document { + position:absolute; + top:50px; + bottom:10px; + left:5%; + z-index:11; + width:90%; + _height:90%; + margin-left:-3px; + border:3px solid #FFF; + background:#FFF; + _background:#CCC; + box-shadow:0 0 20px rgba(0, 0, 0, 0.8); +} +/*图片预览*/ +.previewer-photo { + position:absolute; + top:40px; + right:0; + bottom:0; + left:0; + width:100%; + overflow:hidden; + _height:100%; +} +.previewer-photo img { + position:absolute; + box-shadow:0 0 20px rgba(0, 0, 0, 0.8); + -webkit-transition:-webkit-transform 0.3s ease-in-out; + -moz-transition:-moz-transform 0.3s ease-in-out; + -o-transition:-o-transform 0.3s ease-in-out; +} + +/*不能预览的文档*/ +.previewer-unable { + position:absolute; + top:50%; + left:50%; + z-index:11; + width:470px; + height:170px; + margin:-85px 0 0 -235px; + border-radius:5px; + background:#FFF; + box-shadow:0 0 30px rgba(0, 0, 0, 0.8); +} +.previewer-unable .file-thumb { + position:absolute; + top:35px; + left:45px; +} +.previewer-unable strong { + position:absolute; + top:54px; + left:165px; + width:265px; + height:32px; + line-height:32px; + white-space:nowrap; + overflow:hidden; + text-overflow:ellipsis; + font-size:18px; +} +.previewer-unable span { + position:absolute; + top:86px; + left:165px; + width:265px; + height:32px; + line-height:32px; + overflow:hidden; + font-size:14px; + color:#666; +} +/*载入中*/ +.previewer-loading { + position:absolute; + top:50%; + left:50%; + z-index:11; + margin:-40px 0 0 -40px; + width:80px; + height:80px; + line-height:50; + overflow:hidden; + border-radius:3px; + background:url(preview/loading.gif) no-repeat 0 0; +} +/*视频*/ +.preview-video { + position:absolute; + top:50%; + left:50%; + z-index:11; + margin:-205px 0 0 -360px; + width:720px; + background:#FFF; + box-shadow:0 0 20px rgba(0, 0, 0, 0.8); +} +.prvideo-box { + width:720px; + height:405px; + background:#000; +} +.prvideo-panel { + position:relative; + height:36px; + background:#1E1E1E; +} +/**/ +.popup-hint { + position: absolute; +} + +.popup-hint .hint-icon { + left: 5px; + position: absolute; + top: 5px; + z-index: 1; +} +.popup-hint .sl { + background-position: 0 0; +} +.popup-hint .sr { + background-position: -15px 0; +} +.popup-hint em { + background-image: url("preview/hint_cor.png"); + float: left; + height: 30px; + overflow: hidden; + position: relative; + width: 15px; + +} +.popup-hint em b { + display: none; + height: 30px; + left: 0; + position: absolute; + top: 0; + width: 30px; +} +.popup-hint span { + background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5); + + color: #FFFFFF; + float: left; + height: 30px; + line-height: 31px; + overflow: hidden; + padding-left: 15px; + filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7F000000', endColorstr='#7F000000'); +} +.popup-hint .sr b { + left: -15px; +} +/*for IE 6*/ +*html .preview-box { + width:100%; + height:100%; +} +.next-tips { + background: url("preview/popup_title.png") repeat-x scroll center top transparent; + border-radius: 20px 20px 3px 3px / 8px 8px 3px 3px; + color: #FFFFFF; + display: none; + height: 30px; + right:5px; + line-height: 30px; + max-width: 300px; + overflow: hidden; + padding: 5px 10px 0; + position: absolute; + text-overflow: ellipsis; + top:50%; + margin-top:80px; + white-space: nowrap; + z-index: 9999999; +} +.prev-tips { + background: url("preview/popup_title.png") repeat-x scroll center top transparent; + border-radius: 20px 20px 3px 3px / 8px 8px 3px 3px; + color: #FFFFFF; + display: none; + height: 30px; + left:5px; + line-height: 30px; + max-width: 300px; + overflow: hidden; + padding: 5px 10px 0; + position: absolute; + text-overflow: ellipsis; + top:50%; + margin-top:80px; + white-space: nowrap; + z-index: 9999999; +} +.esc-tips { + background: url("preview/popup_title.png") repeat-x scroll center top transparent; + border-radius: 20px 20px 3px 3px / 8px 8px 3px 3px; + color: #FFFFFF; + display: none; + height: 30px; + right:5px; + line-height: 30px; + max-width: 300px; + overflow: hidden; + padding: 5px 10px 0; + position: absolute; + text-overflow: ellipsis; + top:40px; + white-space: nowrap; + z-index: 9999999; +} \ No newline at end of file diff --git a/dzz/system/ueditor/third-party/dzzattach/lyear_dzzattach.js b/dzz/system/ueditor/third-party/dzzattach/lyear_dzzattach.js new file mode 100644 index 0000000..aaf14f2 --- /dev/null +++ b/dzz/system/ueditor/third-party/dzzattach/lyear_dzzattach.js @@ -0,0 +1,493 @@ + +dzzattach={}; +dzzattach.indzz=top._config?true:false; //是否在桌面内打开; +dzzattach.downurl=SITEURL+(DZZSCRIPT?DZZSCRIPT:'index.php')+'?mod=attach&op=down'; +dzzattach.previewurl=SITEURL+(DZZSCRIPT?DZZSCRIPT:'index.php')+'?mod=attach&op=preview'; +dzzattach.savetourl=SITEURL+(DZZSCRIPT?DZZSCRIPT:'index.php')+'?mod=attach&op=saveto'; +dzzattach.init=function(root){ + + dzzattach.root=root; + //所有链接默认新窗口打开 + jQuery(root).find('a').each(function(){ + if(!jQuery(this).attr('target') || jQuery(this).attr('target')!='_self') jQuery(this).attr('target','_blank'); + }); + jQuery.getJSON(dzzattach.previewurl,function(data){ + dzzattach.exts=data; + jQuery(root).find('.dzz-image').css({'max-width':'100%','width':'auto','height':'auto'}) + .on('click',function(){ + if(!this.id) this.id='tip_' + Math.random(); + dzzattach.preview(this.id,'image'); + return false; + }); + jQuery(root).find('.dzz-attach .dzz-attach-title') + .attr('target','_blank') + .on('mouseover',function(){ + var el=jQuery(this); + if(!this.id) this.id='tip_' + Math.random(); + var html=''; + html+='
    '+el.attr('title')+' ('+el.attr('dsize')+')
    '; + html+=''; + html+=''; + + hideMenu('','prompt'); + showTip(this,'12',html); + }) + .on('click',function(){ + return dzzattach.preview(this.id,'attach'); + }); + //链接方式 + jQuery(root).find('.dzz-link .dzz-link-title') + .attr('target','_blank') + .on('mouseover',function(){ + var el=jQuery(this); + if(!this.id) this.id='tip_' + Math.random(); + var html=''; + html+='
    '+el.attr('title')+'
    '; + html+=''; + html+=''; + + hideMenu('','prompt'); + showTip(this,'12',html); + }) + .on('click',function(){ + return dzzattach.preview(this.id,'link'); + }); + //dzzdoc文档 + jQuery(root).find('.dzz-dzzdoc .dzz-dzzdoc-title') + .attr('target','_blank') + .on('mouseover',function(){ + var el=jQuery(this); + if(!this.id) this.id='tip_' + Math.random(); + var html=''; + html+='
    '+el.attr('title')+'
    '; + html+=''; + html+=''; + + hideMenu('','prompt'); + showTip(this,'12',html); + }) + .on('click',function(){ + return dzzattach.preview(this.id,'dzzdoc'); + }); + }); +}; + +dzzattach.preview=function(id,type){ + var ele=document.getElementById(id); + if(!ele) return false; + var el=jQuery(ele); + var ext=el.attr('ext'); + switch(type){ + case 'attach': + var url=SITEURL+'share.php?a=view&s='+el.attr('apath'); + if(dzzattach.indzz){ + try{ + top.OpenWindow('preview_'+el.attr('aid') + ,url + ,data.title + ,data.feature || '' + ,{name:data.title,img:data.icon} + ); + }catch(e){ + window.open(url); + } + }else{ + window.open(url); + } + break; + case 'link': + if(!ext) ext='link'; + if(ext && dzzattach.exts[ext]){//有打开方式 + var data=dzzattach.exts[ext]; + data.title=el.attr('title'); + data.icon=el.parent().find('.dzz-link-icon').attr('src'); + var url=data.url; + if(url.indexOf('dzzjs:')!==-1){//dzzjs形式时 + if(url.indexOf('window.open')!==-1){//新窗口打开; + window.open(el.attr('href')); + }else{//内部窗口打开 + if(dzzattach.indzz){//在桌面内 + top.OpenWindow('preview_'+encodeURIComponent(el.attr('href')).replace(/\./g,'_').replace(/%/g,'_') + ,el.attr('href') + ,data.title + ,'' + ,{name:data.title,img:data.icon} + ); + }else{ + window.open(el.attr('href')); + } + } + }else{ + if(dzzattach.indzz){//在桌面内 + top.OpenWindow('preview_'+encodeURIComponent(el.attr('href')).replace(/\./g,'_').replace(/%/g,'_') + ,el.attr('href') + ,data.title + ,'' + ,{name:data.title,img:data.icon} + ); + }else{ + window.open(el.attr('href')); + } + } + }else{ + if(dzzattach.indzz){//在桌面内 + top.OpenWindow('preview_'+encodeURIComponent(el.attr('href')).replace(/\./g,'_').replace(/%/g,'_') + ,el.attr('href') + ,data.title + ,'' + ,{name:data.title,img:data.icon} + ); + }else{ + window.open(el.attr('href')); + } + } + break; + case 'dzzdoc': + var data=dzzattach.exts[ext] ||{}; + data.title=el.attr('title'); + data.icon=el.parent().find('.dzz-dzzdoc-icon').attr('src'); + var url=data.url; + + if(dzzattach.indzz){//在桌面内 + top.OpenWindow('preview_'+encodeURIComponent(el.attr('href')).replace(/\./g,'_').replace(/%/g,'_') + ,el.attr('href') + ,data.title + ,'' + ,{name:data.title,img:data.icon} + ); + }else{ + window.open(el.attr('href')); + } + break; + case 'image': + dzzattach.thumb(id); + break; + default: + if(dzzattach.indzz){//在桌面内 + top.OpenWindow('preview_'+encodeURIComponent(el.attr('href')).replace(/\./g,'_').replace(/%/g,'_') + ,url + ,el.attr('title') + ,'' + ,{name:el.attr('title')} + ); + }else{ + window.open(el.attr('href')); + } + + } + + return false; +} +dzzattach.download=function(obj,type){ + if(type=='image') var el=jQuery(obj); + else{ + var ele=document.getElementById(jQuery(obj).data('id')); + if(!ele) return false; + var el=jQuery(ele); + } + var url=dzzattach.downurl+'&path='+el.attr('apath')+'&filename='+encodeURI(el.attr('title')?el.attr('title'):el.attr('alt')) + if(!document.getElementById('hideframe')){ + jQuery('').appendTo('body'); + } + jQuery('#hideframe').attr('src',url); +} +dzzattach.saveto=function(obj,type){ + if(type=='image') var el=jQuery(obj); + else{ + var ele=document.getElementById(jQuery(obj).data('id')); + if(!ele) return false; + var el=jQuery(ele); + } + if(type=='link'){ + var url=dzzattach.savetourl+'&type=link&link='+encodeURIComponent(el.attr('href'))+'&filename='+encodeURI(el.attr('title')?el.attr('title'):el.attr('alt')); + }else if(type=='dzzdoc'){ + var url=dzzattach.savetourl+'&type=dzzdoc&aid='+el.attr('aid')+'&filename='+encodeURI(el.attr('title')); + }else if(type=='image'){ + var url=dzzattach.savetourl+'&type=image&aid='+el.attr('aid')+'&filename='+encodeURI(el.attr('alt')); + }else{ + var url=dzzattach.savetourl+'&type=attach&aid='+el.attr('aid')+'&filename='+encodeURI(el.attr('title')); + } + if(!document.getElementById('hideframe')){ + jQuery('').appendTo('body'); + } + jQuery('#hideframe').attr('src',url); +} +dzzattach.thumb={}; +dzzattach.thumb=function(id){ + dzzattach.thumb.datas=[]; + dzzattach.thumb.current=0; + jQuery(dzzattach.root).find('.dzz-image').each(function(index){ + if(document.getElementById(id).src==this.src) dzzattach.thumb.current=index; + + dzzattach.thumb.datas.push({ele:this,src:this.src,title:this.alt}); + }); + + var preview_setupDom=function(){ + + var html=''; + html+=''; + jQuery(html).appendTo(document.body); + jQuery('body').addClass('dzzthumb_body'); + jQuery('#preview_Container').css({height:'100%',width:'100%'}).show(); + jQuery('#preview-box b').on('mouseenter',function(){ + var btn=jQuery(this).attr('btn'); + jQuery('#'+btn+'-tips').show(); + }); + jQuery('#preview-box b').on('mouseleave',function(){ + var btn=jQuery(this).attr('btn'); + jQuery('#'+btn+'-tips').hide(); + }); + jQuery(document).on('keyup.preview',function(event){ + var e; + if (event.which !="") { e = event.which; } + else if (event.charCode != "") { e = event.charCode; } + else if (event.keyCode != "") { e = event.keyCode; } + switch(e){ + case 27://Ctrl + Alt + ← + dzzattach.thumb.btnClick('close'); + break; + case 37://Ctrl + Alt + ← + dzzattach.thumb.btnClick('prev'); + break; + case 39://Ctrl + Alt + → + dzzattach.thumb.btnClick('next'); + break; + } + }); + + } + + preview_setupDom(); + dzzattach.showContent(); +} +dzzattach.showContent=function(){ + var data=dzzattach.thumb.datas[dzzattach.thumb.current]; + if(!data) return ; + + jQuery('#file_name').html(data.title); + jQuery('#popup-hint').hide(); + jQuery('#previewer-photo').empty().hide(); + jQuery('#pre_loading').show(); + var el=jQuery('#previewer-photo'); + var screenWidth=Math.max(document.documentElement.clientWidth,document.body.offsetWidth); + var screenHeight= Math.max(document.documentElement.clientHeight,document.body.offsetHeight); + dzzattach.imgReady(data.src,function(){ + var width=0; + var height=0; + var imgw = this.width*1; + var imgh =this.height*1; + var bodyWidth=screenWidth-6; + var bodyHeight=screenHeight-jQuery('#btn_hand').height()-6; + var ratio=bodyWidth/bodyHeight; + var ratio1=imgw/imgh; + if(ratio>ratio1){ + if(bodyHeight').appendTo(el); + el1.get(0).onmousedown = function(event) {try{dragMenu(el1.get(0), event, 1);}catch(e){}}; + el1.on('click',function(){return false}); + jQuery.getScript('static/js/jquery.mousewheel.js',function(data){ + el1.on('mousewheel',function(e,delta, deltaX, deltaY){ + var dy=delta*100; + var dx=dy*ratio1; + dzzattach.thumb.pic_resize(dx,dy); + return false; + }); + }); + }); + + + + }; +dzzattach.thumb.angle=0; +dzzattach.thumb.pic_resize=function(dx,dy){ + var el=jQuery('#previewer-photo>img'); + var pos=el.position(); + var imgleft=pos.left; + var imgtop=pos.top; + var imgwidth=el.width(); + var imgheight=el.height(); + imgleft-=dx/2; + imgtop-=dy/2; + imgwidth+=dx; + imgheight+=dy; + el.css({left:imgleft,top:imgtop,width:imgwidth,height:imgheight,'max-width':'none'}); +} +dzzattach.thumb.btnClick=function(btn){ + switch(btn){ + case "close": + jQuery(document).off('.preview'); + jQuery('body').removeClass('dzzthumb_body'); + jQuery('#preview_Container').remove(); + jQuery('#previewr-photo').empty(); + break; + case "prev": + if(dzzattach.thumb.current==0){ + jQuery('#popup-hint').find('span').html(__lang.has_last_picture); + jQuery('#popup-hint').show(); + window.setTimeout(function(){jQuery('#popup-hint').hide();},3000); + }else{ + dzzattach.thumb.current=dzzattach.thumb.current-1; + dzzattach.showContent(); + } + break; + case "next": + if(dzzattach.thumb.current==dzzattach.thumb.datas.length-1){ + jQuery('#popup-hint').find('span').html(__lang.has_last_picture1); + jQuery('#popup-hint').show(); + window.setTimeout(function(){jQuery('#popup-hint').hide();},3000); + }else{ + dzzattach.thumb.current=dzzattach.thumb.current+1; + dzzattach.showContent(); + } + break; + case "download": + var data=dzzattach.thumb.datas[dzzattach.thumb.current]; + dzzattach.download(data.ele,'image'); + break; + case "newwindow": + var data=dzzattach.thumb.datas[dzzattach.thumb.current]; + if(data.src) window.open(data.src); + break; + + case "rotate": + var el=jQuery('#previewer-photo img'); + dzzattach.thumb.angle+=90; + var rotation=((dzzattach.thumb.angle%360)/90); + el.css({'transform':'rotate('+(dzzattach.thumb.angle)+'deg)','-webkit-transform':'rotate('+(dzzattach.thumb.angle)+'deg)','-moz-transform':'rotate('+(dzzattach.thumb.angle)+'deg)','-o-transform':'rotate('+(dzzattach.thumb.angle)+'deg)','-ms-transform':'rotate('+(dzzattach.thumb.angle)+'deg)'}); + if(BROWSER.ie && BROWSER.ie<9){ + el.css('filter','progid:DXImageTransform.Microsoft.BasicImage(Rotation='+(rotation)+'))'); + } + break; + case "collect": + var data=dzzattach.thumb.datas[dzzattach.thumb.current]; + dzzattach.saveto(data.ele,'image'); + break; + } +}; +dzzattach.imgReady = (function () { + var list = [], intervalId = null, + + // 用来执行队列 + tick = function () { + var i = 0; + for (; i < list.length; i++) { + list[i].end ? list.splice(i--, 1) : list[i](); + }; + !list.length && stop(); + }, + + // 停止所有定时器队列 + stop = function () { + clearInterval(intervalId); + intervalId = null; + }; + + return function (url, ready, load, error) { + var onready, width, height, newWidth, newHeight, + img = new Image(); + + img.src = url; + + // 如果图片被缓存,则直接返回缓存数据 + if (img.complete) { + ready.call(img); + load && load.call(img); + return; + }; + + width = img.width; + height = img.height; + + // 加载错误后的事件 + img.onerror = function () { + error && error.call(img); + onready.end = true; + img = img.onload = img.onerror = null; + }; + + // 图片尺寸就绪 + onready = function () { + newWidth = img.width; + newHeight = img.height; + if (newWidth !== width || newHeight !== height || + // 如果图片已经在其他地方加载可使用面积检测 + newWidth * newHeight > 1024 + ) { + ready.call(img); + onready.end = true; + }; + }; + onready(); + + // 完全加载完毕的事件 + img.onload = function () { + // onload在定时器时间差范围内可能比onready快 + // 这里进行检查并保证onready优先执行 + !onready.end && onready(); + + load && load.call(img); + + // IE gif动画会循环执行onload,置空onload即可 + img = img.onload = img.onerror = null; + }; + + // 加入队列中定期执行 + if (!onready.end) { + list.push(onready); + // 无论何时只允许出现一个定时器,减少浏览器性能损耗 + if (intervalId === null) intervalId = setInterval(tick, 40); + }; + }; +})(); \ No newline at end of file diff --git a/dzz/system/ueditor/ueditor.all.js b/dzz/system/ueditor/ueditor.all.js index ce06145..21b8baa 100644 --- a/dzz/system/ueditor/ueditor.all.js +++ b/dzz/system/ueditor/ueditor.all.js @@ -17,7 +17,19 @@ window.UE = baidu.editor = { instants: {}, I18N: {}, _customizeUI: {}, - version: "4.1.0", + version: "4.2.0", + plus: { + fileExt: function (filename) { + if (!filename) { + return ''; + } + var pcs = filename.split('.'); + if (pcs.length > 1) { + return pcs.pop().toLowerCase(); + } + return ''; + } + }, constants: { STATEFUL: { DISABLED: -1, @@ -15558,70 +15570,102 @@ UE.commands["insertimage"] = { range = me.selection.getRange(), img = range.getClosedNode(); - if(me.fireEvent('beforeinsertimage', opt) === true){ + if (me.fireEvent("beforeinsertimage", opt) === true) { return; } - if (img && /img/i.test(img.tagName) && (img.className != "edui-faked-video" || img.className.indexOf("edui-upload-video")!=-1) && !img.getAttribute("word_img")) { + if ( + img && + /img/i.test(img.tagName) && + (img.className != "edui-faked-video" || + img.className.indexOf("edui-upload-video") != -1) && + !img.getAttribute("data-word-image") + ) { var first = opt.shift(); - var floatStyle = first['floatStyle']; - delete first['floatStyle']; + var floatStyle = first["floatStyle"]; + delete first["floatStyle"]; //// img.style.border = (first.border||0) +"px solid #000"; //// img.style.margin = (first.margin||0) +"px"; // img.style.cssText += ';margin:' + (first.margin||0) +"px;" + 'border:' + (first.border||0) +"px solid #000"; domUtils.setAttributes(img, first); - me.execCommand('imagefloat', floatStyle); + me.execCommand("imagefloat", floatStyle); if (opt.length > 0) { range.setStartAfter(img).setCursor(false, true); - me.execCommand('insertimage', opt); + me.execCommand("insertimage", opt); } } else { - var html = [], str = '', ci; + var html = [], + str = "", + ci; ci = opt[0]; if (opt.length == 1) { - str = '' + ci.alt + ''; - if (ci['floatStyle'] == 'center') { - str = '

    ' + str + '

    '; - } + (ci.hspace && ci.hspace != "0" + ? ' hspace = "' + ci.hspace + '"' + : "") + + (ci.vspace && ci.vspace != "0" + ? ' vspace = "' + ci.vspace + '"' + : "") + + "/>"; + if (ci["floatStyle"] == "center") { + str = '

    ' + str + "

    "; + } html.push(str); } else { - for (var i = 0; ci = opt[i++];) { - str = '

    '; + (ci["floatStyle"] && ci["floatStyle"] != "center" + ? "float:" + ci["floatStyle"] + ";" + : "") + + (ci.border || "") + + '" ' + + (ci.title ? ' title="' + ci.title + '"' : "") + + " />

    "; html.push(str); } } - me.execCommand('insertHtml', html.join('')); + me.execCommand("insertHtml", html.join("")); } - me.fireEvent('afterinsertimage', opt) + me.fireEvent("afterinsertimage", opt); } }; @@ -15914,8 +15958,8 @@ UE.plugins["font"] = function () { me.setOpt({ fontfamily: [ {name: "default", val: "default"}, - {name: "songti", val: "宋体,SimSun"}, - {name: "yahei", val: "微软雅黑,Microsoft YaHei"}, + {name: "songti", val: "SimSun"}, + {name: "yahei", val: "'Microsoft YaHei'"}, {name: "kaiti", val: "楷体,楷体_GB2312,SimKai"}, {name: "heiti", val: "黑体,SimHei"}, {name: "lishu", val: "隶书,SimLi"}, @@ -16025,7 +16069,13 @@ UE.plugins["font"] = function () { next = span.nextSibling; } } - + var father = span.parentElement; + try { + if(father.style.textIndent && span.style.fontSize !== father.style.fontSize){ + father.style.fontSize = span.style.fontSize + } + } catch (error) { + } mergeWithParent(span); if (browser.ie && browser.version > 8) { //拷贝父亲们的特别的属性,这里只做背景颜色的处理 @@ -17058,7 +17108,18 @@ UE.commands["indent"] = { value = me.queryCommandState("indent") ? "0em" : me.options.indentValue || "2em"; - me.execCommand("Paragraph", "p", {style: "text-indent:" + value}); + // 首行缩进不准确 + // https://gitee.com/modstart-lib/ueditor-plus/issues/IAW75Z + var pN = domUtils.filterNodeList( + this.selection.getStartElementPath(), + "p h1 h2 h3 h4 h5 h6" + ) + try { + me.execCommand("Paragraph", "p", {style: "text-indent:" + value + ';font-size:' + pN.firstChild.style.fontSize}); + } catch (error) { + me.execCommand("Paragraph", "p", {style: "text-indent:" + value}); + } + // me.execCommand("Paragraph", "p", {style: "text-indent:" + value}); }, queryCommandState: function () { var pN = domUtils.filterNodeList( @@ -19739,7 +19800,7 @@ UE.plugins["paste"] = function () { var txtContent, htmlContent, address; function getPureHtml(html) { - return html.replace(/<(\/?)([\w\-]+)([^>]*)>/gi, function ( + var result = html.replace(/<(\/?)([\w\-]+)([^>]*)>/gi, function ( a, b, tagName, @@ -19772,9 +19833,12 @@ UE.plugins["paste"] = function () { ) { return ""; } else { - return "<" + b + tagName + " " + utils.trim(attrs) + ">"; + attrs = utils.trim(attrs); + return "<" + b + tagName + (attrs? (" " + attrs): '') + ">"; } }); + result = result.replace(/<\/p >/g, '

    '); + return result; } function filter(div) { @@ -23513,26 +23577,56 @@ UE.plugins["video"] = function () { * ``` */ me.commands["insertvideo"] = { - execCommand: function (cmd, videoObjs, type){ - videoObjs = utils.isArray(videoObjs)?videoObjs:[videoObjs]; - var html = [],id = 'tmpVedio', cl; - for(var i=0,vi,len = videoObjs.length;igetglobal('setting/token_0'),'appid'=>getglobal('setting/CorpID'),'appsecret'=>getglobal('setting/CorpSecret'),'agentid'=>0,'encodingaeskey'=>getglobal('setting/encodingaeskey_0'),'debug'=>false)); $weObj->valid(); //注意, 企业号与普通公众号不同,必须打开验证,不要注释掉 diff --git a/dzz/template/lyear/lyear_header_left.htm b/dzz/template/lyear/lyear_header_left.htm new file mode 100644 index 0000000..0f9feba --- /dev/null +++ b/dzz/template/lyear/lyear_header_left.htm @@ -0,0 +1,6 @@ + \ No newline at end of file diff --git a/index.php b/index.php index dc7c787..a27f0be 100644 --- a/index.php +++ b/index.php @@ -10,7 +10,4 @@ define('APPTYPEID', 1); define('CURSCRIPT', 'dzz'); define('DZZSCRIPT', basename(__FILE__)); define('BASESCRIPT', basename(__FILE__)); - -require './core/dzzstart.php'; - - +require './core/dzzstart.php'; \ No newline at end of file diff --git a/install/data/install.sql b/install/data/install.sql index 4bc8780..fd49b8a 100644 --- a/install/data/install.sql +++ b/install/data/install.sql @@ -796,7 +796,7 @@ CREATE TABLE dzz_resources_cat ( `default` tinyint(3) unsigned NOT NULL DEFAULT '0' COMMENT '1,系統默認;0,非系统默认', iconview tinyint(1) NOT NULL DEFAULT '1', PRIMARY KEY (id) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; +) ENGINE=MyISAM; DROP TABLE IF EXISTS dzz_resources_clipboard; CREATE TABLE dzz_resources_clipboard ( @@ -968,6 +968,7 @@ CREATE TABLE dzz_shares ( gid int(11) unsigned NOT NULL DEFAULT '0' COMMENT '群组id', pfid int(11) NOT NULL DEFAULT '0', `password` varchar(256) NOT NULL DEFAULT '' COMMENT '分享密码,留空为公开分享', + perm varchar(120) NOT NULL DEFAULT '' COMMENT '分享权限', `status` tinyint(1) NOT NULL DEFAULT '0' COMMENT '-4:文件不存在;-3:次数到;-1:已过期;0:正常', private tinyint(1) unsigned NOT NULL DEFAULT '1', count smallint(6) unsigned NOT NULL DEFAULT '0' COMMENT '分享使用次数', diff --git a/install/data/install_data.sql b/install/data/install_data.sql index 330efb3..81d2d05 100644 --- a/install/data/install_data.sql +++ b/install/data/install_data.sql @@ -3,18 +3,42 @@ -- INSERT INTO `dzz_app_market` (`appid`,`mid`, `appname`, `appico`, `appdesc`, `appurl`,`appadminurl`, `noticeurl`, `dateline`, `disp`, `vendor`, `haveflash`, `isshow`, `havetask`, `hideInMarket`, `feature`, `fileext`, `group`, `orgid`, `position`, `system`, `notdelete`, `open`, `nodup`, `identifier`, `app_path`, `available`, `version`, `upgrade_version`, `check_upgrade_time`, `extra`) VALUES (1, 1, '管理', 'appico/201712/21/184312rthhhg9oujti9tuu.png', '管理员应用集合,方便管理员管理各个管理应用', '{dzzscript}?mod=appmanagement', '', '', 0, 1, '乐云网络', 0, 1, 1, 0, '', '', 3, 0, 1, 2, 1, 0, 0, 'appmanagement', 'dzz', 1, '2.0', '', 20171115, ''), -(2, 2, '机构用户', 'appico/201712/21/131016is1wjww2uwvljllw.png', 'Dzz机构用户管理', '{adminscript}?mod=orguser', '', '', 1377753015, 2, '乐云网络', 0, 1, 1, 0, '', '', 3, 0, 0, 2, 1, 0, 0, 'orguser', 'admin', 1, '2.0', '', 20171211, ''), +(2, 2, '机构用户', 'appico/201712/21/131016is1wjww2uwvljllw.png', 'Dzz机构用户管理', '{dzzscript}?mod=orguser', '', '', 1377753015, 2, '乐云网络', 0, 1, 0, 0, '', '', 1, 0, 1, 2, 1, 1, 0, 'orguser', 'dzz', 1, '2.0', '', 20171211, ''), (3, 3, '系统设置', 'appico/201712/21/160754fwfmziiiift3gwsw.png', '系统基础设置', '{adminscript}?mod=setting', '', '', 1377677273, 3, '乐云网络', 0, 1, 1, 0, '', '', 3, 0, 0, 2, 1, 0, 0, 'setting', 'admin', 1, '2.0', '', 20171115, ''), (4, 4, '应用市场', 'appico/201712/21/152718k9g2pc6wouwkklwl.png', '应用管理,应用市场,支持应用在线安装,在线升级等', '{adminscript}?mod=appmarket', '', '', 1377674837, 4, '乐云网络', 0, 1, 1, 0, '', '', 3, 0, 0, 2, 1, 0, 0, 'appmarket', 'admin', 1, '2.0', '', 20171115, ''), (5, 5, '云设置和管理', 'appico/201712/21/171106u1dk40digrrr79ed.png', '设置和管理第三方云盘、云存储等', '{adminscript}?mod=cloud', '', '', 0, 5, '乐云网络', 0, 1, 1, 0, '', '', 3, 0, 0, 2, 1, 0, 0, 'cloud', 'admin', 1, '2.0', '', 20171115, ''), -(6, 6, '文件管理', 'appico/201712/21/175535t47bad99b7sssdwq.png', '管理和查看系统所有文件', '{adminscript}?mod=filemanage', '', '', 0, 6, '乐云网络', 0, 1, 1, 0, '', '', 3, 0, 0, 2, 1, 0, 0, 'filemanage', 'admin', 1, '2.0', '', 20180206, ''), -(7, 7, '分享管理', 'appico/201712/21/165535t47bad99b7qqqdwq.png', '管理和查阅所有分享', '{adminscript}?mod=share', '', '', 0, 7, '乐云网络', 0, 1, 1, 0, '', '', 3, 0, 0, 2, 1, 0, 0, 'share', 'admin', 1, '2.0', '', 20180206, ''), +(6, 6, '文件管理', 'appico/201712/21/175535t47bad99b7sssdwq.png', '管理和查看系统所有文件', '{dzzscript}?mod=filemanage', '', '', 0, 6, '乐云网络', 0, 1, 0, 0, '', '', 1, 0, 1, 2, 1, 1, 0, 'filemanage', 'dzz', 1, '2.0', '', 20180206, ''), +(7, 7, '分享管理', 'appico/201712/21/165535t47bad99b7qqqdwq.png', '管理和查阅所有分享', '{dzzscript}?mod=share', '', '', 0, 7, '乐云网络', 0, 1, 0, 0, '', '', 1, 0, 1, 2, 1, 1, 0, 'share', 'dzz', 1, '2.0', '', 20180206, ''), (8, 8, '系统日志', 'appico/201712/21/113527zz2665xg7d3h2777.png', 'Dzz 日志记录', '{adminscript}?mod=systemlog', '{adminscript}?mod=systemlog&op=admin', '', 0, 8, '乐云网络', 0, 1, 1, 0, '', '', 3, 0, 0, 2, 1, 0, 0, 'systemlog', 'admin', 1, '2.0', '', 20171115, 'a:2:{s:11:\"installfile\";s:11:\"install.php\";s:13:\"uninstallfile\";s:13:\"uninstall.php\";}'), (9, 9, '系统工具', 'appico/201712/21/160537cikgw2v6s6z4scuv.png', '系统维护相关工具集合,如:更新缓存、数据库备份,计划任务,在线升级等', '{adminscript}?mod=system', '', '', 1377677136, 9, '乐云网络', 0, 1, 1, 0, '', '', 3, 0, 0, 2, 1, 0, 0, 'system', 'admin', 1, '2.0', '', 20171115, ''), -(10, 10, '应用库', 'appico/201712/21/123754pb0s666i6sjws1jc.png', '通过应用库用户选择安装自己需要的应用', '{dzzscript}?mod=market', '', '{dzzscript}?mod=market&op=notice', 1378615073, 10, '乐云网络', 0, 1, 1, 0, '', '', 1, 0, 1, 0, 1, 0, 0, 'market', 'dzz', 0, '2.0', '', 20171115, ''), (11, 11, '投票', 'appico/201712/21/150002d834yjjqnq82qj8z.png', 'Dzz 内置投票组件,结合其他应用使用,如新闻中用到投票插件,其他开发者也可以为自己的应用调用这个通用评论插件', '{dzzscript}?mod=dzzvote', '', '', 1378615073, 11, '乐云网络', 0, 0, 1, 0, '', '', 3, 0, 0, 2, 1, 0, 0, 'dzzvote', 'dzz', 1, '2.0', '', 20171115, ''), -(12, 12, '评论', 'appico/201712/21/128754pb0s666i6sjws1jc.png', 'Dzz 系统评论组件,结合在其他应用使用,如新闻。其他开发者也可以为自己的应用调用这个通用评论插件', '{dzzscript}?mod=comment', '', '', 1378615073, 12, '乐云网络', 0, 0, 1, 0, '', '', 3, 0, 0, 2, 1, 0, 0, 'comment', 'dzz', 1, '2.0', '', 20171115, ''), -(13, 37, '用户资料管理', 'appico/201712/21/103805dczcm89b0gi8i9gc.png', '管理用户资料、资料审核、认证等', '{adminscript}?mod=member', '', '', 1378615073, 13, '乐云网络', 0, 1, 1, 0, '', '', 3, 0, 0, 2, 1, 0, 0, 'member', 'admin', 1, '2.0', '', 20171115, ''); +(12, 12, '评论', 'appico/201712/21/128754pb0s666i6sjws1jc.png', 'Dzz 系统评论组件,结合在其他应用使用,如新闻。其他开发者也可以为自己的应用调用这个通用评论插件', '{dzzscript}?mod=comment', '', '', 1378615073, 12, '乐云网络', 0, 1, 0, 0, '', '', 1, 0, 1, 2, 1, 0, 0, 'comment', 'dzz', 1, '2.0', '', 20171115, ''), +(13, 37, '用户资料管理', 'appico/201712/21/103805dczcm89b0gi8i9gc.png', '管理用户资料、资料审核、认证等', '{adminscript}?mod=member', '', '', 1378615073, 13, '乐云网络', 0, 1, 1, 0, '', '', 3, 0, 0, 2, 1, 0, 0, 'member', 'admin', 1, '2.0', '', 20171115, ''), +(14, 27, '网盘', 'appico/202411/02/170040bgapsjg4pt4nuee4.png', '企业、团队文件集中管理。主要体现的功能是支持企业部门的组织架构建立共享目录,也支持组的方式灵活建立共享目录。支持文件标签,多版本,评论,详细的目录权限等协作功能', '{dzzscript}?mod=explorer', '', '', 0, 0, '乐云网络', 0, 1, 1, 0, '', '', 1, 0, 1, 0, 1, 0, 0, 'explorer', 'dzz', 1, '2.05', '', 0, ''), +(15, 25, '图片预览', 'appico/202411/02/184008xbuvo0sh8y1xey8f.png', '简易的图片浏览器', 'dzzjs:OpenPicWin(''{icoid}'')', '', '', 0, 101, '乐云网络', 0, 0, 1, 0, '', 'image', 0, 0, 1, 0, 1, 0, 0, 'OpenPicWin', 'dzz/link', 1, '2.1', '', 0, ''), +(16, 41, 'DPlayer', 'appico/202411/02/184037v0by6dzb1wwobdy3.png', 'DPlayer,支持MP3,mp4,flv,wav等格式', '{dzzscript}?mod=DPlayer', '', '', 0, 0, '小胡(gitee.com/xiaohu2024)', 0, 0, 1, 0, '', 'mp3,mp4,m4v,flv,mov,webm,ogv,ogg,wav,m3u8,f4v,webmv,mkv,magne', 0, 0, 1, 0, 1, 1, 0, 'DPlayer', 'dzz', 1, '1.2', '', 0, ''), +(17, 13, 'PDF阅读器', 'appico/202411/02/170328nz056he0mixeezpo.png', '通过HTML5的方式来实现pdf在线预览', 'index.php?mod=pdf', '', '', 0, 17, 'PDS.JS', 0, 0, 1, 0, '', 'pdf,ai,qiniu:doc,qiniu:docx,qiniu:ppt,qiniu:pptx,qiniu:xls,qiniu:xlsx', 0, 0, 1, 0, 1, 0, 0, 'pdf', 'dzz', 1, '2.1', '', 0, ''); + +-- +-- 转存表中的数据 `dzz_app_open` +-- +INSERT INTO `dzz_app_open` (`ext`, `appid`, `disp`, `extid`, `isdefault`) VALUES +('image', 15, 0, 1, 0), +('mp3', 16, 0, 2, 0), +('mp4', 16, 0, 3, 0), +('m4v', 16, 0, 4, 0), +('flv', 16, 0, 5, 0), +('webm', 16, 0, 6, 0), +('ogv', 16, 0, 7, 0), +('wav', 16, 0, 8, 0), +('m3u8', 16, 0, 9, 0), +('f4v', 16, 0, 10, 0), +('webmv', 16, 0, 11, 0), +('mkv', 16, 0, 12, 0), +('magne', 16, 0, 13, 0), +('pdf', 17, 0, 14, 0), +('ai', 17, 0, 15, 0); + -- -- 转存表中的数据 `dzz_app_tag` -- @@ -210,6 +234,8 @@ INSERT INTO `dzz_setting` VALUES('systemlog_setting','a:7:{s:8:"errorlog";a:3:{s INSERT INTO `dzz_setting` VALUES('fileVersion', '1'); INSERT INTO `dzz_setting` VALUES('fileVersionNumber', '50'); + +INSERT INTO `dzz_setting` VALUES('default_mod', 'explorer'); -- -- 转存表中的数据 `dzz_imagetype` -- diff --git a/install/images/error.png b/install/images/error.png index 03a85ce..36e8975 100644 Binary files a/install/images/error.png and b/install/images/error.png differ diff --git a/install/images/logo.png b/install/images/logo.png index 85ce8e6..7c7e5cb 100644 Binary files a/install/images/logo.png and b/install/images/logo.png differ diff --git a/install/images/right.png b/install/images/right.png index d0ff905..f6aebe9 100644 Binary files a/install/images/right.png and b/install/images/right.png differ diff --git a/install/images/sel.png b/install/images/sel.png index 8312e37..db3b79d 100644 Binary files a/install/images/sel.png and b/install/images/sel.png differ diff --git a/install/images/seled.png b/install/images/seled.png index 1318beb..ea69013 100644 Binary files a/install/images/seled.png and b/install/images/seled.png differ diff --git a/install/images/style.css b/install/images/style.css index 06b1dc6..15d2ac4 100644 --- a/install/images/style.css +++ b/install/images/style.css @@ -1,134 +1,43 @@ - -*{ word-wrap:break-word; } -html ,body {height:100%;overflow:hidden} -body {height:100%;margin:0;padding:0;overflow:auto;} -body{background:#2d2f3a; text-align:left; color:#FFF;text-shadow: 1px 1px 1px RGBA(0,0,0,.3)} -body, td, button{ color:#FFF; font-size:15px;line-height:1.5 ;font-family:Tahoma,'Microsoft Yahei','Simsun'; } - -a{ color:#FFF; text-decoration:none; } - a:hover { text-decoration:none;background:RGBA(255,255,255,0.1); } - a img{ border:none; } -.red{ color:yellow} -.container{ - width:920px; - margin: 50px auto; -} -.step_0{ - padding:0; - height:100%; -} -h3,h2{ - - font-family:"Microsoft YaHei","微软雅黑",tahoma,arial,simsun,"宋体"; - font-weight:normal; -} -h2{ - font-size:24px; -} -h3{ - font-size:32px; -} -.step_0{text-align:center;margin:0 auto;} +.red{color:#dc3545} +.container{margin:50px auto} +input,select,button{line-height:1.5;padding:5px 10px;border:1px solid #ced4da;border-radius:5px;font-size:16px;font-weight:400;background-color:#fff;background-clip:padding-box;-webkit-appearance:none;-moz-appearance:none;appearance:none;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out} +input:hover,select:hover,button:hover{color:#212529;border-color:#007bff;box-shadow:0 0 0 1px rgba(13,110,253,.25);outline:0;-webkit-transition:all .25s linear;-moz-transition:all .25s linear;-ms-transition:all .25s linear;-o-transition:all .25s linear;transition:all .25s linear} +input:focus,select:focus,button:focus{outline:none;color:#212529;background-color:#fff;border-color:#86b7fe;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)} +button{margin-bottom:0;border-color:#2b7acd;background:#2b7acd;color:#fff;cursor:pointer} +.comment{text-align:left;color:#6c757d} .spacer{height:60px} -.button_start{ - display:inline-block; - padding:6px 40px; - border:1px solid #FFF; - background:RGBA(255,255,255,0.2); - text-decoration:none; - margin-left:20px; -} -.button{ - display:inline-block; - - border:1px solid #FFF; - background:RGBA(255,255,255,0.2); - text-decoration:none; - margin-left:20px; -} -.button span{ - font-size:15px; - font-weight:bold; -} -table{ border-collapse:collapse; width:95%; } - th{ text-align:left;color:#76a9ff; line-height:34px;padding:3px 5px;} - td{line-height:20px;padding:3px 5px} - .tb .pdleft1 { - padding-left: 45px; - } - .tb .pdleft { - padding-left: 45px; - } - -.tb2{width:auto;line-height:30px;} -.tbopt{width:150px;color:#FFF} -.w { - background:url(right.png) no-repeat; -} -.nw { - background:url(error.png) no-repeat; -} -input[type="button"],input[type="submit"]{ - border:none; - background:none; - cursor:pointer; - padding:6px 40px; - color:#FFF; - font-weight:bold; -} -input[type="text"],input[type="password"],select{ - border:none; - padding:6px 5px; - color:#333; -} -.pContainer{ - position:relative; - z-index:100; - width:80%; - height:65px; - line-height:65px; - border:1px solid #FFF; - margin:100px 0 -} -.pContainer .progress{ - position:absolute; - left:0; - top:0; - width:1%; - height:100%; - background:#4c8fff; - z-index:-1; -} -#notice{ - padding:0 20px; - color:#FFF; - font-size:24px; -} -.header{ - padding:30px 0; -} - -.content{line-height:1.5em;text-align:left;padding:30px 100px 0;} - -.step_0 .content{padding:30px 200px 0;} - -#ali_available_img{ - width:22px; - height:22px; - display:inline-block; - border:0; - float:left; -} -.sel{ - background:url(sel.png) no-repeat; -} -.seled{ - background:url(seled.png) no-repeat; -} -label{ - height:24px; - float:left; - cursor:pointer; - position:relative; -} - +.button span{font-size:15px;font-weight:bold} +.tb2{width:auto} +.tbopt{flex:0 0 25%;cursor:pointer} +.w{background:url(right.png) no-repeat 10px center} +.nw{background:url(error.png) no-repeat 10px center} +.pContainer{position:relative;z-index:100;border:1px solid #FFF;margin:20px;padding:20px;border-radius:20px;background-color:#e9ecef} +.pContainer .progress{position:absolute;left:0;top:0;width:1%;height:100%;background:#007bff;z-index:-1;border-radius:20px} +#notice{padding:0 20px;font-size:24px} +.header{padding:30px 0} +.step_0 .content{padding:30px 200px 0} +#ali_available_img{width:22px;height:22px;display:inline-block;border:0;float:left} +.sel{background:url(sel.png) no-repeat} +.seled{background:url(seled.png) no-repeat} +label{height:24px;cursor:pointer;position:relative;font-weight:700} +.btn{display:inline-block;color:#212529;text-align:center;text-decoration:none;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;color:#fff;background-color:#0d6efd;border-color:#0d6efd;margin-right:5px;margin-top:5px;font-size:22px} +.btn:hover{color:#fff;background-color:#0b5ed7;border-color:#0a58ca} +.btn:focus{outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)} +.btn:disabled{pointer-events:none;opacity:.65} +ul{list-style:none;padding:0px;margin:0px} +.padleft{text-align:left} +#menu{width:100%;margin:0 0 10px 0;text-align:center} +#menu td{padding:10px;color:#999;border-bottom:3px solid #EEE} +.tb{border-spacing:0;border-collapse:collapse;width:100%;overflow:auto} +.tb th{font-weight:600} +.tb th,.tb td{padding:6px 13px;border:1px solid #c6d1e3} +.tb tr{background-color:#fff;border-top:1px solid #c6cbd1} +.tb tr:nth-child(2n){background-color:#f8f9fa} +.tb td.w,.tb td.nw{padding-left:35px;text-align:left} +.row{display:flex;align-items:center;flex-wrap:wrap;margin-bottom:20px} +.tbopt{flex:0 0 25%;cursor:pointer} +.txt{flex:1 0 70%;width:100%} +.container-fluid{padding:20px} +.form-text{color:#6c757d;display:block;flex:1 0 70%;margin-left:25%;font-size:14px;padding-top:8px} +.form-text:hover{color:#007bff} +.desc{text-align:left} \ No newline at end of file diff --git a/install/include/install_function.php b/install/include/install_function.php index 5de0c10..58b4c9c 100644 --- a/install/include/install_function.php +++ b/install/include/install_function.php @@ -26,7 +26,6 @@ function getBucketList($access_id,$access_key){ return $re; } function show_msg($error_no, $error_msg = 'ok', $success = 1, $quit = TRUE) { - show_header(); global $step; $title = lang($error_no); @@ -43,15 +42,10 @@ function show_msg($error_no, $error_msg = 'ok', $success = 1, $quit = TRUE) { } $back = lang('to_back'); echo << - -
    - - -

    $title

    -
      $comment
    - -
    +
    +

    $title

    +
      $comment
    + $back
    EOT; show_footer($quit); @@ -145,7 +139,9 @@ function env_check(&$env_items) { foreach($env_items as $key => $item) { if($key == 'php') { $env_items[$key]['current'] = PHP_VERSION; - } elseif($key == 'attachmentupload') { + } elseif($key == 'php_bit') { + $env_items[$key]['current'] = phpBuild64() ? 64 : 32; + } elseif($key == 'attachmentupload') { $env_items[$key]['current'] = @ini_get('file_uploads') ? ini_get('upload_max_filesize') : 'unknow'; } elseif($key == 'allow_url_fopen') { $env_items[$key]['current'] = @ini_get('allow_url_fopen') ? ini_get('allow_url_fopen') : 'unknow'; @@ -167,21 +163,38 @@ function env_check(&$env_items) { if($item['r'] != 'notset' && strcmp($env_items[$key]['current'], $item['r']) < 0) { $env_items[$key]['status'] = 0; } + //判断最高版本 + if(isset($item['m']) && strcmp($env_items[$key]['current'], $item['m']) >= 0) { + $env_items[$key]['status'] = 0; + } } } + +function phpBuild64(){ + if(PHP_INT_SIZE === 8) return true;//部分版本,64位会返回4; + ob_clean(); + ob_start(); + var_dump(12345678900); + $res = ob_get_clean(); + if(strstr($res,'float')) return false; + return true; +} function function_check(&$func_items) { foreach($func_items as $item) { function_exists($item) or show_msg('undefine_func', $item, 0); } } -function show_env_result(&$env_items, &$func_items, &$filesock_items) { +function show_env_result(&$env_items, &$dirfile_items, &$func_items, &$filesock_items) { $env_str = $file_str = $func_str = ''; $error_code = 0; foreach($env_items as $key => $item) { if($key == 'php' && strcmp($item['current'], $item['r']) < 0) { - show_msg('php_version_too_low', $item['current'], 0); + show_msg('php_version_too_low', '当前PHP版本:'.$item['current'], 0); + } + if($key == 'php' && strcmp($item['current'], $item['m']) >=0) { + show_msg('php_version_too_low', '当前PHP版本:'.$item['current'], 0); } $status = 1; if($item['r'] != 'notset') { @@ -202,36 +215,66 @@ function show_env_result(&$env_items, &$func_items, &$filesock_items) { } else { $env_str .= "\n"; $env_str .= "".lang($key)."\n"; - $env_str .= "".lang($item['r'])."\n"; - $env_str .= "".lang($item['b'])."\n"; - $env_str .= ($status ? "" : "").$item['current']."\n"; + $env_str .= "".lang($item['r'])."\n"; + $env_str .= "".lang($item['b'])."\n"; + $env_str .= ($status ? "" : "").$item['current']."\n"; $env_str .= "\n"; } + } + foreach($dirfile_items as $key => $item) { + $tagname = $item['type'] == 'file' ? 'file' : 'dir'; + $variable = $item['type'].'_str'; + if(empty($$variable)) $$variable=''; + $$variable .= "\n"; + $$variable .= "$item[path]".lang('writeable')."\n"; + if($item['status'] == 1) { + $$variable .= "".lang('writeable')."\n"; + } elseif($item['status'] == -1) { + $error_code = ENV_CHECK_ERROR; + $$variable .= "".lang('nodir')."\n"; + } else { + $error_code = ENV_CHECK_ERROR; + $$variable .= "".lang('unwriteable')."\n"; + } + $$variable .= "\n"; + } show_header(); if($env_str){ echo "

    ".lang('env_check')."

    \n"; - echo "\n"; + echo "
    \n"; echo "\n"; echo "\t\n"; - echo "\t\n"; - echo "\t\n"; - echo "\t\n"; + echo "\t\n"; + echo "\t\n"; + echo "\t\n"; echo "\n"; echo $env_str; echo "
    ".lang('project')."".lang('dzzoffice_required')."".lang('dzzoffice_best')."".lang('curr_server')."".lang('dzzoffice_required')."".lang('dzzoffice_best')."".lang('curr_server')."
    \n"; } + if($file_str || $dir_str){ + echo "

    ".lang('priv_check')."

    \n"; + echo "\n"; + echo "\t\n"; + echo "\t\n"; + echo "\t\n"; + echo "\t\n"; + echo "\n"; + echo $file_str; + echo $dir_str; + echo "
    ".lang('step1_file')."".lang('step1_need_status')."".lang('step1_status')."
    \n"; + } foreach($func_items as $item) { $status = function_exists($item); $func_str .= "\n"; $func_str .= "$item()\n"; if($status) { - $func_str .= "".lang('supportted')."\n"; - $func_str .= "".lang('none')."\n"; + $func_str .= "".lang('supportted')."\n"; + $func_str .= "".lang('none')."\n"; } else { $error_code = ENV_CHECK_ERROR; - $func_str .= "".lang('unsupportted')."\n"; + $func_str .= "".lang('unsupportted')."\n"; $func_str .= "".lang('advice_'.$item)."\n"; } } @@ -242,12 +285,12 @@ function show_env_result(&$env_items, &$func_items, &$filesock_items) { $func_strextra .= "\n"; $func_strextra .= "$item()\n"; if($status) { - $func_strextra .= "".lang('supportted')."\n"; - $func_strextra .= "".lang('none')."\n"; + $func_strextra .= "".lang('supportted')."\n"; + $func_strextra .= "".lang('none')."\n"; break; } else { $filesock_disabled++; - $func_strextra .= "".lang('unsupportted')."\n"; + $func_strextra .= "".lang('unsupportted')."\n"; $func_strextra .= "".lang('advice_'.$item)."\n"; } } @@ -256,11 +299,11 @@ function show_env_result(&$env_items, &$func_items, &$filesock_items) { } if($func_str || $func_strextra){ echo "

    ".lang('func_depend')."

    \n"; - echo "\n"; + echo "
    \n"; echo "\n"; echo "\t\n"; - echo "\t\n"; - + echo "\t\n"; + echo "\t\n"; echo "\n"; echo $func_str.$func_strextra; echo "
    ".lang('func_name')."".lang('check_result')."".lang('check_result')."".lang('suggestion')."
    \n"; @@ -268,56 +311,16 @@ function show_env_result(&$env_items, &$func_items, &$filesock_items) { show_next_step(2,$error_code); show_footer(); } -function show_dirfile_result(&$dirfile_items) { - - $file_str = ''; - $dir_str = ''; - $error_code = 0; - - foreach($dirfile_items as $key => $item) { - $tagname = $item['type'] == 'file' ? 'file' : 'dir'; - $variable = $item['type'].'_str'; - if(empty($$variable)) $$variable=''; - $$variable .= "\n"; - $$variable .= "$item[path]".lang('writeable')."\n"; - if($item['status'] == 1) { - $$variable .= "".lang('writeable')."\n"; - } elseif($item['status'] == -1) { - $error_code = ENV_CHECK_ERROR; - $$variable .= "".lang('nodir')."\n"; - } else { - $error_code = ENV_CHECK_ERROR; - $$variable .= "".lang('unwriteable')."\n"; - } - $$variable .= "\n"; - - } - show_header(); - if($file_str || $dir_str){ - echo "

    ".lang('priv_check')."

    \n"; - echo "\n"; - echo "\t\n"; - echo "\t\n"; - echo "\t\n"; - echo "\t\n"; - echo "\n"; - echo $file_str; - echo $dir_str; - echo "
    ".lang('step1_file')."".lang('step1_need_status')."".lang('step1_status')."
    \n"; - } - show_next_step(3,$error_code); - show_footer(); -} function show_next_step($step, $error_code) { global $uchidden; echo "
    \n"; echo ""; if($error_code == 0) { - $nextstep = "\n"; + $nextstep = "  \n"; } else { - $nextstep = "\n"; + $nextstep = "\n"; } - echo '
    '.$nextstep.'
    '; + echo $nextstep; echo "
    \n"; } function show_form(&$form_items, $error_msg) { @@ -330,7 +333,7 @@ function show_form(&$form_items, $error_msg) { show_setting('start'); show_setting('hidden', 'step', $step); $is_first = 1; - echo '

    '; + echo '
    '; foreach($form_items as $key => $items) { global ${'error_'.$key}; if($is_first == 0) { @@ -342,7 +345,7 @@ function show_form(&$form_items, $error_msg) { show_error('tips_admin_config', ${'error_'.$key}); } - echo ''; + echo '
    '; foreach($items as $k => $v) { $value = ''; if(!empty($error_msg)) { @@ -367,7 +370,7 @@ function show_form(&$form_items, $error_msg) { $is_first = 0; } } - echo '
    '; + echo '
    '; echo '
    '; echo ''; show_setting('', 'submitname', 'new_step', ($step == 2 ? 'submit|oldbtn' : 'submit' )); @@ -384,21 +387,9 @@ function show_license() { $release = CORE_RELEASE; $install_lang = lang(INSTALL_LANG); echo << - body{background:#2d3137} - -
    - -
    -

    -
    -

    $install_lang

    -

    $version

    -
    - -
    -
    - +

    $install_lang

    +

    $version

    + $title EOT; show_footer(); } @@ -465,6 +456,10 @@ function show_header() { $title + + + + - +
    - +

    DzzOffice 安装程序

    +
    EOT; +$step > 0 && show_step($step); } + function show_footer($quit = true) { + $date = date("Y"); echo << + +
    @@ -500,7 +510,7 @@ function loginit($logfile) { } function showjsmessage($message) { if(VIEW_OFF) return; - echo ''."\r\n"; + echo ''."\r\n"; flush(); ob_flush(); } @@ -508,7 +518,6 @@ function random($length) { $hash = ''; $chars = 'ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyz'; $max = strlen($chars) - 1; - PHP_VERSION < '4.2.0' && mt_srand((double)microtime() * 1000000); for($i = 0; $i < $length; $i++) { $hash .= $chars[random_int(0, $max)]; } @@ -523,7 +532,6 @@ function redirect($url) { exit(); } - function get_onlineip() { $onlineip = ''; if(getenv('HTTP_CLIENT_IP') && strcasecmp(getenv('HTTP_CLIENT_IP'), 'unknown')) { @@ -602,7 +610,7 @@ function authcode($string, $operation = 'DECODE', $key = '', $expiry = 0) { $result .= chr(ord($string[$i]) ^ ($box[($box[$a] + $box[$j]) % 256])); } if($operation == 'DECODE') { - if((substr($result, 0, 10) == 0 || substr($result, 0, 10) - time() > 0) && substr($result, 10, 16) == substr(md5(substr($result, 26).$keyb), 0, 16)) { + if((substr($result, 0, 10) == 0 || substr($result, 0, 10) - time() > 0) && substr($result, 10, 16) === substr(md5(substr($result, 26).$keyb), 0, 16)) { return substr($result, 26); } else { return ''; @@ -632,25 +640,28 @@ var timer=0; function showmessage(message) { ++timer; window.setTimeout(function(){ - document.getElementById('notice').innerHTML = message ; + document.getElementById('notice').innerHTML = message; var width=(parseInt(document.getElementById('progress').style.width)+1); if(width>100) width=100; + if (width==100) { + if(message == '') { + document.getElementById('laststep').disabled =false; + window.location='index.php?method=ext_info'; + } + } document.getElementById('progress').style.width = width+'%'; - },50*timer); + },30*timer); } function initinput() { - window.location='index.php?step=4'; + window.location='index.php?method=ext_info'; } -

    -
    -
    - -
    - -
    - -
    +

    +
    +
    +
    +
    + query(createtable($query, $db->version())); showjsmessage(lang('create_table').' '.$name.' ... '.lang('succeed')); } else { @@ -891,7 +902,7 @@ function show_error($type, $errors = '', $quit = false) { if(!empty($errors)) { foreach ((array)$errors as $k => $v) { if(is_numeric($k)) { - $comment .= "
  • ".lang($v)."
  • "; + $comment .= "
  • ".lang($v)."
  • "; } } } @@ -916,7 +927,7 @@ function show_tips($tip, $title = '', $comment = '', $style = 1) { $title = empty($title) ? lang($tip) : $title; $comment = empty($comment) ? lang($tip.'_comment', FALSE) : $comment; if($style) { - echo "

    $title

    "; + echo "

    $title

    "; } $comment && print($comment); echo ""; @@ -927,24 +938,22 @@ function show_setting($setname, $varname = '', $value = '', $type = 'text|passwo echo "
    \n"; return; } elseif($setname == 'end') { - echo "\n\n
    \n"; + echo "\n"; return; } elseif($setname == 'hidden') { echo "\n"; return; } if(strpos($type, 'submit') !== FALSE) { - echo '
    '; if(strpos($type, 'oldbtn') !== FALSE) { - echo "\n"; + echo "\n"; } $value = empty($value) ? 'next_step' : $value; - echo "\n"; - echo '
    '; + echo "\n"; return true; } - echo "\n".' '.(empty($setname) ? '' : lang($setname).':')."\n"; + echo "\n".'
    "; if($type == 'text' || $type == 'password') { $value = dhtmlspecialchars($value); echo ""; @@ -965,24 +974,19 @@ function show_setting($setname, $varname = '', $value = '', $type = 'text|passwo echo $value; } - echo "\n"; + echo ""; if($error) { $comment = ''.(is_string($error) ? lang($error) : lang($setname.'_error')).''; } else { $comment = lang($setname.'_comment', false); } - echo "$comment\n\n"; + echo "$comment
    \n"; return true; } function show_step($step) { - - global $method; - $laststep = 4; - $title = lang('step_'.$method.'_title'); - $comment = lang('step_'.$method.'_desc'); $step_title_1 = lang('step_title_1'); $step_title_2 = lang('step_title_2'); $step_title_3 = lang('step_title_3'); @@ -995,21 +999,14 @@ function show_step($step) { $stepclass[$laststep] .= ' last'; echo << -

    $title

    -

    $comment

    - -
    -
      -
    • $step_title_1
    • -
    • $step_title_2
    • -
    • $step_title_3
    • -
    • $step_title_4
    • -
    -
    -
    - -
    + + + + + + + + EOT; } diff --git a/install/include/install_var.php b/install/include/install_var.php index ab0ec8d..dd81d8e 100644 --- a/install/include/install_var.php +++ b/install/include/install_var.php @@ -70,7 +70,8 @@ $filesock_items = array('fsockopen', 'pfsockopen', 'stream_socket_client'); $env_items = array ( 'os' => array('c' => 'PHP_OS', 'r' => 'notset', 'b' => 'Linux'), - 'php' => array('c' => 'PHP_VERSION', 'r' => '7+', 'b' => 'php7+'), + 'php' => array('c' => 'PHP_VERSION', 'r' => '7+', 'm'=>'8.0', 'b' => 'php7.4'), + 'php_bit' => array('c' => 'PHP_INT_SIZE', 'r' => '32位(32位不支持2G以上文件上传下载)', 'b' => '64位'), 'attachmentupload' => array('r' => 'notset', 'b' => '50M'), 'gdversion' => array('r' => '1.0', 'b' => '2.0'), 'diskspace' => array('r' => '50M', 'b' => '10G以上'), @@ -120,11 +121,6 @@ $form_db_init_items = array 'tablepre' => array('type' => 'text', 'required' => 0, 'reg' => '/^.*+/', 'value' => array('type' => 'var', 'var' => 'tablepre')), 'adminemail' => array('type' => 'text', 'required' => 1, 'reg' => '/@/', 'value' => array('type' => 'var', 'var' => 'adminemail')), ), - -); -$form_admin_init_items = array -( - 'admininfo' => array ( 'email' => array('type' => 'text', 'required' => 1, 'reg' => '/@/', 'value' => array('type' => 'var', 'var' => 'adminemail')), @@ -133,6 +129,7 @@ $form_admin_init_items = array 'password2' => array('type' => 'password', 'required' => 1, 'reg' => '/^.*$/'), ) + ); $serialize_sql_setting = array (); diff --git a/install/index.php b/install/index.php index 452e9dd..6521a95 100644 --- a/install/index.php +++ b/install/index.php @@ -35,7 +35,7 @@ require ROOT_PATH.'./install/language/zh-cn/lang.php'; $view_off = getgpc('view_off'); define('VIEW_OFF', $view_off ? TRUE : FALSE); -$allow_method = array('show_license', 'env_check','dir_check', 'db_init', 'admin_init','ext_info', 'install_check', 'tablepre_check'); +$allow_method = array('show_license', 'env_check', 'db_init','ext_info', 'install_check', 'tablepre_check'); $step = intval(getgpc('step', 'R')) ? intval(getgpc('step', 'R')) : 0; $method = getgpc('method'); @@ -55,8 +55,6 @@ if(file_exists($lockfile) && $method != 'ext_info') { timezone_set(); - - if(in_array($method, array('ext_info'))) { $isHTTPS = ($_SERVER['HTTPS'] && strtolower($_SERVER['HTTPS']) != 'off') ? true : false; $PHP_SELF = $_SERVER['PHP_SELF'] ? $_SERVER['PHP_SELF'] : $_SERVER['SCRIPT_NAME']; @@ -73,20 +71,11 @@ if($method == 'show_license') { VIEW_OFF && function_check($func_items); env_check($env_items); - show_env_result($env_items,$func_items, $filesock_items); - -} elseif($method == 'dir_check') { - dirfile_check($dirfile_items); - - show_dirfile_result($dirfile_items); - - -} elseif($method == 'db_init') { - + show_env_result($env_items,$dirfile_items,$func_items, $filesock_items); +} elseif($method == 'db_init') { $submit = true; - $default_config = $_config = array(); $default_configfile = './config/config_default.php'; @@ -134,6 +123,12 @@ if($method == 'show_license') { } else { $submit = false; } + if($submit && !VIEW_OFF && $_SERVER['REQUEST_METHOD'] == 'POST') { + if($password != $password2) { + $error_msg['admininfo']['password2'] = 1; + $submit = false; + } + } if($submit && !VIEW_OFF && $_SERVER['REQUEST_METHOD'] == 'POST') { $forceinstall = isset($_POST['dbinfo']['forceinstall']) ? $_POST['dbinfo']['forceinstall'] : ''; @@ -150,7 +145,6 @@ if($method == 'show_license') { } if($submit) { - $step = $step + 1; if(empty($dbname)) { show_msg('dbname_invalid', $dbname, 0); @@ -162,7 +156,7 @@ if($method == 'show_license') { list($dbhost1,$port)=explode(':',$dbhost); }elseif(strpos($dbhost,'.sock')!==false){//地址直接是socket地址 - $unix_socket=$dbhost1; + $unix_socket=$dbhost; $dbhost1='localhost'; }else{ $dbhost1=$dbhost; @@ -212,10 +206,18 @@ if($method == 'show_license') { } } - if(!preg_match("/^[a-z][a-z0-9]+_$/i",$tablepre)) { + if(strpos($tablepre, '.') !== false || intval($tablepre[0])) { show_msg('tablepre_invalid', $tablepre, 0); } - + if($username && $email && $password) { + if(strlen($username) > 30 || preg_match("/^$|^c:\\con\\con$| |[,\"\s\t\<\>&]|^Guest/is", $username)) { + show_msg('admin_username_invalid', $username, 0); + } elseif(!strstr($email, '@') || $email != stripslashes($email) || $email != dhtmlspecialchars($email)) { + show_msg('admin_email_invalid', $email, 0); + } + }else { + show_msg('admininfo_invalid', '', 0); + } $uid = 1 ; $authkey = substr(md5($_SERVER['SERVER_ADDR'].$_SERVER['HTTP_USER_AGENT'].$dbhost.$dbuser.$dbpw.$dbname.$pconnect.substr($timestamp, 0, 6)), 8, 6).random(10); $_config['db'][1]['dbhost'] = $dbhost; @@ -249,7 +251,6 @@ if($method == 'show_license') { showjsmessage(lang('table_clear_success')); } - runquery($extrasql); for($i=0; $i<5;$i++){ showjsmessage(lang('start_importing_initialized_data')); } @@ -265,6 +266,7 @@ if($method == 'show_license') { } $onlineip = $_SERVER['REMOTE_ADDR']; $timestamp = time(); + $backupdir = substr(md5($_SERVER['SERVER_ADDR'].$_SERVER['HTTP_USER_AGENT'].substr($timestamp, 0, 4)), 8, 6); $ret = false; if(is_dir(ROOT_PATH.'data/backup')) { @@ -300,6 +302,17 @@ if($method == 'show_license') { } $db->query("UPDATE {$tablepre}cron SET lastrun='0', nextrun='".($timestamp + 3600)."'"); + $salt=random(6); + $password = md5(md5($password).$salt); + $db->query("REPLACE INTO {$tablepre}user (uid, username,nickname, password, adminid, groupid, email, regdate,salt,authstr) VALUES ('$uid', '$username', '','$password', '1', '1', '$email', '".time()."','$salt','');"); + $db->query("update {$tablepre}folder set `uid`=$uid,`username`='$username' where `fid` = 1"); + $db->query("REPLACE INTO {$tablepre}user_status (uid, regip,lastip, lastvisit, lastactivity, lastsendmail, invisible, profileprogress) VALUES ('$uid', '', '','$timestamp', '$timestamp', '0', '0', '0');"); + $query = $db->query("SELECT COUNT(*) FROM {$tablepre}user"); + $totalmembers = $db->result($query, 0); + $userstats = array('totalmembers' => $totalmembers, 'newsetuser' => $username); + $ctype = 1; + $data = addslashes(serialize($userstats)); + $db->query("REPLACE INTO {$tablepre}syscache (cname, ctype, dateline, data) VALUES ('userstats', '$ctype', '".time()."', '$data')"); for($i=0; $i<5;$i++){ showjsmessage(lang('set_system1')); } @@ -320,7 +333,11 @@ if($method == 'show_license') { dir_clear(ROOT_PATH.'./data/template'); dir_clear(ROOT_PATH.'./data/cache'); - + + $defalutmodfile = DZZ_ROOT.'data/cache/default_mod.php'; + $defalutmodarr = array(); + $defalutmodarr['default_mod' ]='explorer'; + @file_put_contents($defalutmodfile," $v) { $v = addslashes(serialize($v)); @@ -331,86 +348,12 @@ if($method == 'show_license') { exit(); }; showjsmessage(lang('system_data_installation_successful')); - echo ''."\r\n"; - show_footer(); } show_form($form_db_init_items, $error_msg); } elseif($method == 'admin_init') { - $submit = true; - $adminemail = 'admin@dzzoffice.com'; - $error_msg = array(); - if(isset($form_admin_init_items) && is_array($form_admin_init_items)) { - foreach($form_admin_init_items as $key => $items) { - $$key = getgpc($key, 'p'); - if(!isset($$key) || !is_array($$key)) { - $submit = false; - break; - } - foreach($items as $k => $v) { - $tmp = $$key; - $$k = $tmp[$k]; - if(empty($$k) || !preg_match($v['reg'], $$k)) { - if(empty($$k) && !$v['required']) { - continue; - } - $submit = false; - VIEW_OFF or $error_msg[$key][$k] = 1; - } - } - } - } else { - $submit = false; - } - - if($submit && !VIEW_OFF && $_SERVER['REQUEST_METHOD'] == 'POST') { - if($password != $password2) { - $error_msg['admininfo']['password2'] = 1; - $submit = false; - } - } - - if($submit) { - - $step = $step + 1; - if($username && $email && $password) { - if(strlen($username) > 30 || preg_match("/^$|^c:\\con\\con$| |[,\"\s\t\<\>&]|^Guest/is", $username)) { - show_msg('admin_username_invalid', $username, 0); - } elseif(!strstr($email, '@') || $email != stripslashes($email) || $email != dhtmlspecialchars($email)) { - show_msg('admin_email_invalid', $email, 0); - } - }else { - show_msg('admininfo_invalid', '', 0); - } - - $uid = 1 ; - - $onlineip = $_SERVER['REMOTE_ADDR']; - $timestamp = time(); - $salt=random(6); - $password = md5(md5($password).$salt); - $db = new dbstuff; - include ROOT_PATH.CONFIG; - $dbhost = $_config['db'][1]['dbhost']; - $dbname = $_config['db'][1]['dbname']; - $dbpw = $_config['db'][1]['dbpw']; - $dbuser = $_config['db'][1]['dbuser']; - $tablepre = $_config['db'][1]['tablepre']; - $db->connect($dbhost, $dbuser, $dbpw, $dbname, DBCHARSET); - $db->query("REPLACE INTO {$tablepre}user (uid, username,nickname, password, adminid, groupid, email, regdate,salt,authstr) VALUES ('$uid', '$username', '','$password', '1', '1', '$email', '".time()."','$salt','');"); - $db->query("update {$tablepre}folder set `uid`=$uid,`username`='$username' where `fid` = 1"); - $db->query("REPLACE INTO {$tablepre}user_status (uid, regip,lastip, lastvisit, lastactivity, lastsendmail, invisible, profileprogress) VALUES ('$uid', '', '','$timestamp', '$timestamp', '0', '0', '0');"); - $query = $db->query("SELECT COUNT(*) FROM {$tablepre}user"); - $totalmembers = $db->result($query, 0); - $userstats = array('totalmembers' => $totalmembers, 'newsetuser' => $username); - $ctype = 1; - $data = addslashes(serialize($userstats)); - $db->query("REPLACE INTO {$tablepre}syscache (cname, ctype, dateline, data) VALUES ('userstats', '$ctype', '".time()."', '$data')"); - - header("location: index.php?step=5"); - } - show_form($form_admin_init_items, $error_msg); + } elseif($method == 'ext_info') { @touch($lockfile); @@ -418,12 +361,11 @@ if($method == 'show_license') { @unlink(ROOT_PATH.'./install/update.php'); show_header(); echo ''; - echo '

    '.lang('install_successfully').'

    '; - echo '

    '.lang('handwork_del').'"./install/index.php"

    '; - echo '
    '; + echo '

    '.lang('install_successfully').'

    '; + echo '

    '.lang('handwork_del').'"./install/index.php"

    '; + echo '进入管理后台'; + echo ''.lang('enter_desktop').''; show_footer(); - - } elseif($method == 'install_check') { if(file_exists($lockfile)) { diff --git a/install/language/zh-cn/lang.php b/install/language/zh-cn/lang.php index 8e538bf..df4611f 100644 --- a/install/language/zh-cn/lang.php +++ b/install/language/zh-cn/lang.php @@ -5,7 +5,7 @@ $lang=array ( 'database_errno_2003' => '无法连接数据库,请检查数据库是否启动,数据库服务器地址是否正确', 'database_connect_error' => '数据库连接错误', 'to_back' => '返回上一步', - 'php_version_too_low' => 'php版本太低啦,请先升级php到5.3以上,建议使用php5.4及以上', + 'php_version_too_low' => 'php版本不支持,仅支持php7+到php8以下,建议使用php7.4', 'SC_UTF8' => '简体中文 UTF8 版', 'EN_UTF8' => 'ENGLIST UTF-8', 'error_quit_msg' => '安装出现问题了,无法继续,请解决下面提示的问题后刷新继续', @@ -55,15 +55,15 @@ $lang=array ( 'step_ext_info_comment' => '点击进入登录', 'ext_info_succ' => '安装成功。', 'install_submit' => '提交', - 'install_locked' => '安装锁定,已经安装过了,如果您确定要重新安装,请到服务器上删除
    ', + 'install_locked' => '安装锁定,已经安装过了,如果您确定要重新安装,请到服务器上删除'.str_replace(ROOT_PATH, '', $lockfile), 'step_app_reg_title' => '设置运行环境', 'step_app_reg_desc' => '检测服务器环境', 'advice_mysql_connect' => '请检查 mysql 模块是否正确加载', - 'advice_gethostbyname' => '是否 PHP 配置中禁止了 gethostbyname 函数。请联系空间商,确定开启了此项功能', - 'advice_file_get_contents' => '该函数需要 php.ini 中 allow_url_fopen 选项开启。请联系空间商,确定开启了此项功能', - 'advice_xml_parser_create' => '该函数需要 PHP 支持 XML。请联系空间商,确定开启了此项功能', - 'advice_fsockopen' => '该函数需要 php.ini 中 allow_url_fopen 选项开启。请联系空间商,确定开启了此项功能', - 'advice_pfsockopen' => '该函数需要 php.ini 中 allow_url_fopen 选项开启。请联系空间商,确定开启了此项功能', + 'advice_gethostbyname' => '是否 PHP 配置中禁止了 gethostbyname 函数。请联系服务商,确定开启了此项功能', + 'advice_file_get_contents' => '该函数需要 php.ini 中 allow_url_fopen 选项开启。请联系服务商,确定开启了此项功能', + 'advice_xml_parser_create' => '该函数需要 PHP 支持 XML。请联系服务商,确定开启了此项功能', + 'advice_fsockopen' => '该函数需要 php.ini 中 allow_url_fopen 选项开启。请联系服务商,确定开启了此项功能', + 'advice_pfsockopen' => '该函数需要 php.ini 中 allow_url_fopen 选项开启。请联系服务商,确定开启了此项功能', 'advice_stream_socket_client' => '是否 PHP 配置中禁止了 stream_socket_client 函数', 'advice_curl_init' => '是否 PHP 配置中禁止了 curl_init 函数', 'tips_siteinfo' => '请填写站点信息', @@ -139,6 +139,7 @@ $lang=array ( 'env_check' => '环境检查', 'os' => '操作系统', 'php' => 'PHP 版本', + 'php_bit' => 'PHP 平台版本', 'attachmentupload' => '附件上传', 'unlimit' => '不限制', 'version' => '版本', @@ -152,15 +153,15 @@ $lang=array ( 'check_result' => '检查结果', 'suggestion' => '建议', 'advice_mysql' => '请检查 mysql 模块是否正确加载', - 'advice_fopen' => '该函数需要 php.ini 中 allow_url_fopen 选项开启。请联系空间商,确定开启了此项功能', - 'advice_xml' => '该函数需要 PHP 支持 XML。请联系空间商,确定开启了此项功能', + 'advice_fopen' => '该函数需要 php.ini 中 allow_url_fopen 选项开启。请联系服务商,确定开启了此项功能', + 'advice_xml' => '该函数需要 PHP 支持 XML。请联系服务商,确定开启了此项功能', 'none' => '无', 'dbhost' => '数据库服务器', 'dbuser' => '数据库用户名', 'dbpw' => '数据库密码', 'dbname' => '数据库名', 'tablepre' => '数据表前缀', - 'company' => '组织简称', + 'company' => '站点名称', 'ucfounderpw' => '创始人密码', 'ucfounderpw2' => '重复创始人密码', 'init_log' => '初始化记录', @@ -181,7 +182,7 @@ $lang=array ( 'set_system1' => '正在设置系统...成功!', 'import_division_data' => '正在导入区划数据...', 'import_division_data1' => '正在导入区划数据...成功!', - 'system_data_installation_successful' => '系统数据安装成功!请点击下一步设置管理员', + 'system_data_installation_successful' => '系统数据安装成功!', 'install_successfully' => '恭喜!安装成功', 'handwork_del' => '为了安全起见,请手工删除', 'enter_desktop' => '进入首页', diff --git a/install/update.php b/install/update.php index 2187691..66344d6 100644 --- a/install/update.php +++ b/install/update.php @@ -6,11 +6,12 @@ * @link http://www.dzzoffice.com * @author zyx(zyx@dzz.cc) */ -require '../core/coreBase.php'; +define('CURSCRIPT', 'misc'); +require __DIR__ . '/../core/coreBase.php'; @set_time_limit(0); +error_reporting(0); $cachelist = array(); $dzz = C::app(); - $dzz->cachelist = $cachelist; $dzz->init_cron = false; $dzz->init_setting = true; @@ -24,9 +25,7 @@ $config = array( 'tablepre' => $_G['config']['db']['1']['tablepre'] ); $theurl = 'update.php'; - $_G['siteurl'] = preg_replace('/\/install\/$/i', '/', $_G['siteurl']); - if($_GET['from']) { if(md5($_GET['from'].$_G['config']['security']['authkey']) != $_GET['frommd5']) { $refererarr = parse_url(dreferer()); @@ -48,7 +47,7 @@ if($_GET['from']) { dheader('Location: '.$_G['siteurl'].basename($refererarr['path']).'?action=upgrade&operation='.$operation.'&version='.$version.'&release='.$release.'&ungetfrom='.$time.'&ungetfrommd5='.md5($time.$_G['config']['security']['authkey'])); } } - +if(empty($_GET['step'])) $_GET['step'] = 'start'; $lockfile = DZZ_ROOT.'./data/update.lock'; if(file_exists($lockfile) && !$_GET['from']) { show_msg('请您先手工删除 ./data/update.lock 文件,再次运行本文件进行升级。'); @@ -92,7 +91,6 @@ function waitingdb($curstep, $sqlarray) { } show_msg("优化数据表", $theurl.'?step=waitingdb&nextstep='.$curstep.$sqlurl.'&sendsql='.base64_encode($sendsql), 5000, 1); } -if(empty($_GET['step'])) $_GET['step'] = 'start'; if($_GET['step'] == 'start') { if(!C::t('setting')->fetch('bbclosed')) { @@ -101,9 +99,17 @@ if($_GET['step'] == 'start') { updatecache('setting'); show_msg('您的站点未关闭,正在关闭,请稍后...', $theurl.'?step=start', 5000); } - show_msg('说明:
    本升级程序会参照最新的SQL文件,对数据库进行同步升级。
    - 请确保当前目录下 ./data/install.sql 文件为最新版本。

    - 准备完毕,升级开始'); + $phpversion=PHP_VERSION; + $msg = 'php版本不支持,仅支持php7+到php8以下,建议使用php7.4
    当前版本:'.$phpversion.'

    已更换PHP版本,开始升级'; + if(strcmp($phpversion, '7+') < 0) { + show_msg($msg); + } + if(strcmp($phpversion, '8.0') >=0) { + show_msg($msg); + } + show_msg('

    说明:

    本升级程序会参照最新的SQL文件,对数据库进行同步升级。
    + 请确保网站根目录下 ./install/data/install.sql 文件为最新版本。
    请在升级之前做好站点全量数据(含数据库、文件)的备份操作,并小心操作。

    + 准备完毕,开始升级'); } elseif ($_GET['step'] == 'waitingdb') { $query = DB::fetch_all("SHOW FULL PROCESSLIST"); @@ -126,15 +132,6 @@ if($_GET['step'] == 'start') { } show_msg($msg, $theurl.$url, $time*1000, 0, $notice); } elseif ($_GET['step'] == 'prepare') { - $repeat=array(); - /*//检查数据库表 app_market 中有无appurl重复的情况; - foreach(DB::fetch_all("select appid,appurl from ".DB::table('app_market')." where 1") as $value){ - if(in_array($value['appurl'],$repeat)){ - C::t('app_market')->update($value['appid'],array('appurl'=>$value['appurl'].'&appid='.$value['appid'])); - } - $repeat[]=$value['appurl']; - }*/ - show_msg('准备完毕,进入下一步数据库结构升级', $theurl.'?step=sql'); } elseif ($_GET['step'] == 'sql') { $sql = implode('', file($sqlfile)); @@ -158,7 +155,7 @@ if($_GET['step'] == 'start') { $newcols = getcolumn($newsqls[$i]); if(!$query = DB::query("SHOW CREATE TABLE ".DB::table($newtable), 'SILENT')) { - preg_match("/(CREATE TABLE .+?)\s*(ENGINE|TYPE)\s*=\s*(\w+)/is", $newsqls[$i], $maths); + preg_match("/(CREATE TABLE .+?)\s*(ENGINE|TYPE)\s*=\s*(\w+)/s", $newsqls[$i], $maths); $maths[3] = strtoupper($maths[3]); if($maths[3] == 'MEMORY' || $maths[3] == 'HEAP') { @@ -169,8 +166,9 @@ if($_GET['step'] == 'start') { $usql = $maths[1].$type; $usql = str_replace("CREATE TABLE IF NOT EXISTS dzz_", 'CREATE TABLE IF NOT EXISTS '.$config['tablepre'], $usql); + $usql = str_replace("CREATE TABLE IF NOT EXISTS `dzz_", 'CREATE TABLE IF NOT EXISTS `' . $config['tablepre'], $usql); $usql = str_replace("CREATE TABLE dzz_", 'CREATE TABLE '.$config['tablepre'], $usql); - + $usql = str_replace("CREATE TABLE `dzz_", 'CREATE TABLE `' . $config['tablepre'], $usql); if(!DB::query($usql, 'SILENT')) { show_msg('添加表 '.DB::table($newtable).' 出错,请手工执行以下SQL语句后,再重新运行本升级程序:

    '.dhtmlspecialchars($usql)); } else { @@ -188,7 +186,7 @@ if($_GET['step'] == 'start') { if(!empty($oldcols[$key])) { $usql = "RENAME TABLE ".DB::table($newtable)." TO ".DB::table($newtable.'_bak'); if(!DB::query($usql, 'SILENT')) { - show_msg('升级表 '.DB::table($newtable).' 出错,请手工执行以下升级语句后,再重新运行本升级程序:

    升级SQL语句:
    '.dhtmlspecialchars($usql)."

    Error: ".DB::error()."
    Errno.: ".DB::errno()); + show_msg('升级表 '.DB::table($newtable).' 出错,请手工执行以下升级语句后,再重新运行本升级程序:

    升级SQL语句:
    '.dhtmlspecialchars($usql)."

    Error: ".DB::error()."
    Errno.: ".DB::errno()); } else { $msg = '表改名 '.DB::table($newtable).' 完成!'; show_msg($msg, $theurl.'?step=sql&i='.$_GET['i']); @@ -236,7 +234,7 @@ if($_GET['step'] == 'start') { if(!empty($updates)) { $usql = "ALTER TABLE ".DB::table($newtable)." ".implode(', ', $updates); if(!DB::query($usql, 'SILENT')) { - show_msg('升级表 '.DB::table($newtable).' 出错,请手工执行以下升级语句后,再重新运行本升级程序:

    升级SQL语句:
    '.dhtmlspecialchars($usql)."

    Error: ".DB::error()."
    Errno.: ".DB::errno()); + show_msg('升级表 '.DB::table($newtable).' 出错,请手工执行以下升级语句后,再重新运行本升级程序:

    升级SQL语句:
    '.dhtmlspecialchars($usql)."

    Error: ".DB::error()."
    Errno.: ".DB::errno()); } else { $msg = '升级表 '.DB::table($newtable).' 完成!'; } @@ -258,8 +256,6 @@ if($_GET['step'] == 'start') { } elseif ($_GET['step'] == 'data') { if(!$_GET['dp']){ - - //新增两个配置项 C::t('setting')->update('fileVersion', '1'); C::t('setting')->update('fileVersionNumber', '50'); @@ -302,7 +298,70 @@ if($_GET['step'] == 'start') { 'version'=>'2.0', 'available'=>1),0,1); } - + //添加网盘应用 + if(!DB::result_first("select COUNT(*) from %t where appurl=%s",array('app_market','{dzzscript}?mod=explorer'))){ + C::t('app_market')->insert(array('appname'=>'网盘', + 'appico'=>'appico/202411/02/170040bgapsjg4pt4nuee4.png', + 'appurl'=>'{dzzscript}?mod=explorer', + 'appdesc'=>'企业、团队文件集中管理。主要体现的功能是支持企业部门的组织架构建立共享目录,也支持组的方式灵活建立共享目录。支持文件标签,多版本,评论,详细的目录权限等协作功能', + 'dateline'=>TIMESTAMP, + 'disp'=>14, + 'vendor'=>'乐云网络', + 'group'=>1, + 'system'=>0, + 'notdelete'=>1, + 'position'=>1, + 'mid'=>'27', + 'app_path'=>'dzz', + 'identifier'=>'explorer', + 'version'=>'2.05', + 'available'=>1),0,1); + } + //添加图片预览应用 + if(!DB::result_first("select COUNT(*) from %t where identifier=%s",array('app_market','OpenPicWin'))){ + C::t('app_market')->insert(array('mid' => '25','appname' => '图片预览','appico' => 'appico/202411/02/184008xbuvo0sh8y1xey8f.png','appdesc' => '简易的图片浏览器','appurl' => "dzzjs:OpenPicWin('{icoid}')",'appadminurl' => '','noticeurl' => '','dateline' => '0','disp' => '101','vendor' => '乐云网络','haveflash' => '0','isshow' => '0','havetask' => '1','hideInMarket' => '0','feature' => '','fileext' => 'image','group' => '0','orgid' => '0','position' => '1','system' => '0','notdelete' => '1','open' => '0','nodup' => '0','identifier' => 'OpenPicWin','app_path' => 'dzz/link','available' => '1','version' => '2.1')); + $OpenPicWin=C::t('app_market')->fetch_by_identifier('OpenPicWin','dzz/link'); + if($OpenPicWin['appid']){ + C::t('app_open')->insert_by_exts($OpenPicWin['appid'], 'image'); + } + } + //添加DPlayer应用 + if(!DB::result_first("select COUNT(*) from %t where appurl=%s",array('app_market','{dzzscript}?mod=DPlayer'))){ + C::t('app_market')->insert(array('mid' => '41','appname' => 'DPlayer','appico' => 'appico/202411/02/184037v0by6dzb1wwobdy3.png','appdesc' => 'DPlayer,支持MP3,mp4,flv,wav等格式','appurl' => '{dzzscript}?mod=DPlayer','appadminurl' => '','noticeurl' => '','dateline' => '0','disp' => '0','vendor' => '小胡(gitee.com/xiaohu2024)','haveflash' => '0','isshow' => '0','havetask' => '1','hideInMarket' => '0','feature' => '','fileext' => 'mp3,mp4,m4v,flv,mov,webm,ogv,ogg,wav,m3u8,f4v,webmv,mkv,magne','group' => '0','orgid' => '0','position' => '1','system' => '0','notdelete' => '1','open' => '1','nodup' => '0','identifier' => 'DPlayer','app_path' => 'dzz','available' => '1','version' => '1.2'),1,1); + $DPlayer=C::t('app_market')->fetch_by_identifier('DPlayer'); + if($DPlayer['appid']){ + C::t('app_open')->insert_by_exts($DPlayer['appid'], 'mp3,mp4,m4v,flv,mov,webm,ogv,ogg,wav,m3u8,f4v,webmv,mkv,magne'); + } + } + //添加PDF阅读器应用 + if(!DB::result_first("select COUNT(*) from %t where appurl=%s",array('app_market','{dzzscript}?mod=pdf'))){ + C::t('app_market')->insert(array('mid' => '13','appname' => 'PDF阅读器','appico' => 'appico/202411/02/170328nz056he0mixeezpo.png','appdesc' => '通过HTML5的方式来实现pdf在线预览','appurl' => 'index.php?mod=pdf','appadminurl' => '','noticeurl' => '','dateline' => '0','disp' => '110','vendor' => 'PDS.JS','haveflash' => '0','isshow' => '0','havetask' => '1','hideInMarket' => '0','feature' => '','fileext' => 'pdf,ai','group' => '0','orgid' => '0','position' => '1','system' => '0','notdelete' => '1','open' => '0','nodup' => '0','identifier' => 'pdf','app_path' => 'dzz','available' => '1','version' => '2.1'),1,1); + $pdf=C::t('app_market')->fetch_by_identifier('pdf'); + if($pdf['appid']){ + C::t('app_open')->insert_by_exts($pdf['appid'], 'pdf,ai'); + } + } + //修改应用 + $appurl = "{adminscript}?mod=filemanage"; + $filemanageappid = DB::result_first("SELECT appid FROM %t WHERE appurl=%s", array('app_market', $appurl)); + if ($filemanageappid) { + C::t('app_market')->update($filemanageappid, array('appurl' => "{dzzscript}?mod=filemanage", 'group' => 1,'open'=>1,'app_path'=>'dzz','position'=>1)); + } + $appurl = "{adminscript}?mod=orguser"; + $orguserappid = DB::result_first("SELECT appid FROM %t WHERE appurl=%s", array('app_market', $appurl)); + if ($orguserappid) { + C::t('app_market')->update($orguserappid, array('appurl' => "{dzzscript}?mod=orguser", 'group' => 1,'open'=>1,'app_path'=>'dzz','position'=>1)); + } + $appurl = "{adminscript}?mod=share"; + $shareappid = DB::result_first("SELECT appid FROM %t WHERE appurl=%s", array('app_market', $appurl)); + if ($shareappid) { + C::t('app_market')->update($shareappid, array('appurl' => "{dzzscript}?mod=share", 'group' => 1,'open'=>1,'app_path'=>'dzz','position'=>1)); + } + $appurl = "{dzzscript}?mod=comment"; + $commentappid = DB::result_first("SELECT appid FROM %t WHERE appurl=%s", array('app_market', $appurl)); + if ($commentappid) { + C::t('app_market')->update($commentappid, array('group' => 1,'open'=>1,'position'=>1)); + } //处理更新之后群组开关问题 DB::update('organization',array('manageon'=>1,'available'=>1,'syatemon'=>1),"1"); show_msg("基本设置修改完成", "$theurl?step=data&dp=1"); @@ -358,7 +417,7 @@ if($_GET['step'] == 'start') { } } $perm_inherit=perm_check::getPerm1($arr['fid']); - DB::update('folder',array('perm_inherit'=>$perm_inherit),"fid='{$arr[fid]}'"); + DB::update('folder',array('perm_inherit'=>$perm_inherit),"fid='{$arr['fid']}'"); $i++; $msg='继承权限修复'; $next=$theurl.'?step=data&dp=3&i='.$i; @@ -442,10 +501,10 @@ if($_GET['step'] == 'start') { foreach ($cols as $coltype => $col) { if (is_array($col)) { foreach ($col as $index => $indexvalue) { - $delcolumnhtml .= "{$config['tablepre']}$tablename索引($coltype) $index $indexvalue"; + $delcolumnhtml .= "表 {$config['tablepre']}$tablename索引($coltype) $index $indexvalue"; } } else { - $delcolumnhtml .= "{$config['tablepre']}$tablename字段 $col"; + $delcolumnhtml .= "表 {$config['tablepre']}$tablename字段 $col"; } } } @@ -457,7 +516,7 @@ if($_GET['step'] == 'start') { if(empty($deltables) && empty($delcolumns)) { echo "

    与标准数据库相比,没有需要删除的数据表和字段

    请点击进入下一步

    "; } else { - echo "

    您也可以忽略多余的表和字段
    直接进入下一步

    "; + echo "

    您也可以忽略多余的表和字段

    直接进入下一步"; } echo ''; @@ -476,8 +535,15 @@ if($_GET['step'] == 'start') { dir_clear(DZZ_ROOT.'./data/template'); dir_clear(DZZ_ROOT.'./data/cache'); savecache('setting', ''); - - + $configfile = DZZ_ROOT.'data/cache/default_mod.php'; + $configarr = array(); + if($_G['setting']['default_mod']) { + $configarr['default_mod']=$_G['setting']['default_mod']; + } else{ + $configarr['default_mod']='explorer'; + } + @file_put_contents($configfile,"update('bbclosed', 0); if($_GET['from']) { show_msg('缓存更新中,请稍候 ...'); } else { @@ -570,7 +636,6 @@ function remakesql($value) { } function show_msg($message, $url_forward='', $time = 1, $noexit = 0, $notice = '') { - if($url_forward) { $url_forward = $_GET['from'] ? $url_forward.'&from='.rawurlencode($_GET['from']).'&frommd5='.rawurlencode($_GET['frommd5']) : $url_forward; $message = "$message (跳转中...)
    $notice"; @@ -586,53 +651,68 @@ END; !$noexit && exit(); } - function show_header() { global $config; - + $version = CORE_VERSION; $nowarr = array($_GET['step'] => ' class="current"'); if(in_array($_GET['step'], array('waitingdb','prepare'))) { $nowarr = array('sql' => ' class="current"'); } print<< - + - 数据库升级程序 + + + + DzzOffice 升级程序
    -

    DzzOffice 数据库升级工具

    -
    +

    DzzOffice V$version 升级程序

    +
    - 升级开始 - 数据库结构添加与更新 - 数据更新 - 数据库结构删除 - 升级完成 + 升级准备 + 数据库结构添加与更新 + 系统数据更新 + 数据库结构删除 + 升级完成 -
    END; } function show_footer() { + $date = date("Y"); print<< - +

    @@ -660,7 +740,6 @@ function runquery($sql) { foreach($ret as $query) { $query = trim($query); if($query) { - if(substr($query, 0, 12) == 'CREATE TABLE') { $name = preg_replace("/CREATE TABLE ([a-z0-9_]+) .*/is", "\\1", $query); DB::query(create_table($query, $dbcharset)); @@ -679,8 +758,6 @@ function save_config_file($filename, $config, $default, $deletevar) { $date = gmdate("Y-m-d H:i:s", time() + 3600 * 8); $content = <<'; + $message = ''; } } } @@ -56,34 +57,30 @@ if($_GET['action'] == 'update') { echo lang($message, array('flashcode' => $flashcode, 'idhash' => $idhash)); include template('common/footer_ajax'); -} elseif($_GET['action'] == 'check') { +} elseif($action == 'check') { include template('common/header_ajax'); echo check_seccode($_GET['secverify'], $_GET['idhash']) ? 'succeed' : 'invalid'; include template('common/footer_ajax'); } else { - - $refererhost = parse_url($_SERVER['HTTP_REFERER']); - $refererhost['host'] .= !empty($refererhost['port']) ? (':'.$refererhost['port']) : ''; - - if($_G['setting']['seccodedata']['type'] < 2 && ($refererhost['host'] != $_SERVER['HTTP_HOST'] || !$_G['setting']['seccodestatus']) || $_G['setting']['seccodedata']['type'] == 2 && !extension_loaded('ming') && $_POST['fromFlash'] != 1 || $_G['setting']['seccodedata']['type'] == 3 && $_GET['fromFlash'] != 1) { + $refererhost = parse_url(isset($_SERVER['HTTP_REFERER']) ? $_SERVER['HTTP_REFERER'] : ''); + $refererhost['host'] = (isset($refererhost['host']) ? $refererhost['host'] : '').(!empty($refererhost['port']) ? (':'.$refererhost['port']) : ''); + if(($_G['setting']['seccodedata']['type'] < 2 && ($refererhost['host'] != $_SERVER['HTTP_HOST'])) || !$_G['setting']['seccodestatus'] || (($_G['setting']['seccodedata']['type'] == 2 && !extension_loaded('ming') && $_POST['fromFlash'] != 1 || $_G['setting']['seccodedata']['type'] == 3 && $_GET['fromFlash'] != 1))) { exit('Access Denied'); } $seccode = make_seccode($_GET['idhash']); - - if(!$_G['setting']['nocacheheaders']) { + if(!isset($_G['setting']['nocacheheaders'])) { @header("Expires: -1"); @header("Cache-Control: no-store, private, post-check=0, pre-check=0, max-age=0", FALSE); @header("Pragma: no-cache"); } require_once libfile('class/seccode'); - $code = new seccode(); $code->code = $seccode; - $code->type = $_G['setting']['seccodedata']['type']; + $code->type = (in_array($_G['setting']['seccodedata']['type'], array(2, 3))) ? 0 : $_G['setting']['seccodedata']['type']; $code->width = $_G['setting']['seccodedata']['width']; $code->height = $_G['setting']['seccodedata']['height']; $code->background = $_G['setting']['seccodedata']['background']; @@ -99,7 +96,6 @@ if($_GET['action'] == 'update') { $code->fontpath = DZZ_ROOT.'./static/image/seccode/font/'; $code->datapath = DZZ_ROOT.'./static/image/seccode/'; $code->includepath = DZZ_ROOT.'./core/class/'; - $code->display(); } diff --git a/misc/upgrade.php b/misc/upgrade.php index 4501fb7..65fd609 100644 --- a/misc/upgrade.php +++ b/misc/upgrade.php @@ -23,40 +23,43 @@ if($_GET['action'] == 'checkupgrade') { } elseif($_GET['action'] == 'upgradenotice') { $html=''; $list = array(); - - if($_G['member']['adminid'] == 1) { - $notelist=''; - $dbversion = helper_dbtool::dbversion(); - //系统升级信息 - foreach($_G['setting']['upgrade'] as $type => $upgrade) { - if(version_compare($upgrade['phpversion'], PHP_VERSION) > 0 || version_compare($upgrade['mysqlversion'], $dbversion) > 0) { - $list[$type]['note']= lang('require_allocation_attain').' php v'.PHP_VERSION.'MYSQL v'.$dbversion; + if($_G['setting']['upgradetis'] !== '3' && $_G['member']['adminid'] == 1) { + if($_G['setting']['upgradetis'] !== '1'){ + //系统升级信息 + $dbversion = helper_dbtool::dbversion(); + if (is_array($_G['setting']['upgrade']) || is_object($_G['setting']['upgrade'])) { + foreach($_G['setting']['upgrade'] as $type => $upgrade) { + if(version_compare($upgrade['phpversion'], PHP_VERSION) > 0 || version_compare($upgrade['mysqlversion'], $dbversion) > 0) { + $list[$type]['note']= lang('require_allocation_attain').' php v'.PHP_VERSION.'MYSQL v'.$dbversion; + } + $list[$type]['icon']='dzz/images/default/notice_system.png'; + $list[$type]['official']='admin.php?mod=system&op=systemupgrade'; + $list[$type]['title']='DzzOffice  '.$upgrade['latestversion'].''; + $list[$type]['appurl']= 'admin.php?mod=system&op=systemupgrade'; + } } - $list[$type]['icon']='dzz/images/default/notice_system.png'; - $list[$type]['official']='admin.php?mod=system&op=systemupgrade'; - $list[$type]['title']='DzzOffice  '.$upgrade['latestversion'].''; - $list[$type]['appurl']= 'admin.php?mod=system&op=systemupgrade'; - //&operation='.$type.'&version='.$upgrade['latestversion'].'&locale='.$locale.'&charset='.$charset.'&release='.$upgrade['latestrelease']; } - //查询所有待更新的应用 - $app_need_upgrade_list = DB::fetch_all("SELECT * FROM " . DB::table('app_market') . " WHERE 1 and upgrade_version!='' and available>0 "); - foreach($app_need_upgrade_list as $type => $upgrade) { - $upgrade['upgrade_version']=unserialize($upgrade['upgrade_version']); - $list[$type]['icon']=$_G['setting']['attachurl'].$upgrade['appico']; - $list[$type]['official']='admin.php?mod=appmarket&op=appupgrade'; - $list[$type]['title']=$upgrade['appname'].' '.$upgrade['upgrade_version']['version'].''; - $list[$type]['appurl']= replace_canshu($upgrade['appurl']); + if($_G['setting']['upgradetis'] !== '2'){ + //查询所有待更新的应用 + $app_need_upgrade_list = DB::fetch_all("SELECT * FROM " . DB::table('app_market') . " WHERE 1 and upgrade_version!='' and available>0 "); + foreach($app_need_upgrade_list as $type => $upgrade) { + $upgrade['upgrade_version']=unserialize($upgrade['upgrade_version']); + $list[$type]['icon']=$_G['setting']['attachurl'].$upgrade['appico']; + $list[$type]['official']='admin.php?mod=appmarket&op=appupgrade'; + $list[$type]['title']=$upgrade['appname'].' '.$upgrade['upgrade_version']['version'].''; + $list[$type]['appurl']= replace_canshu($upgrade['appurl']); + } } if($list){ - $html='
    '; - $html.='
    '; + $html='
    '; + $html.='
    '; $html.= lang('upgrade_notice_title'); - $html.=' '; + $html.=' '; $html.='
    '; - $html.='
    '; + $html.='
    '; $html.=' '; foreach($list as $type =>$value){ - $html.= '";for(this.o.calendarWeeks&&(c+='');b";c+="",this.picker.find(".datepicker-days thead").append(c)}},fillMonths:function(){for(var a,b=this._utc_to_local(this.viewDate),c="",d=0;d<12;d++)a=b&&b.getMonth()===d?" focused":"",c+=''+q[this.o.language].monthsShort[d]+"";this.picker.find(".datepicker-months td").html(c)},setRange:function(b){b&&b.length?this.range=a.map(b,function(a){return a.valueOf()}):delete this.range,this.fill()},getClassNames:function(b){var c=[],f=this.viewDate.getUTCFullYear(),g=this.viewDate.getUTCMonth(),h=d();return b.getUTCFullYear()f||b.getUTCFullYear()===f&&b.getUTCMonth()>g)&&c.push("new"),this.focusDate&&b.valueOf()===this.focusDate.valueOf()&&c.push("focused"),this.o.todayHighlight&&e(b,h)&&c.push("today"),-1!==this.dates.contains(b)&&c.push("active"),this.dateWithinRange(b)||c.push("disabled"),this.dateIsDisabled(b)&&c.push("disabled","disabled-date"),-1!==a.inArray(b.getUTCDay(),this.o.daysOfWeekHighlighted)&&c.push("highlighted"),this.range&&(b>this.range[0]&&bh)&&j.push("disabled"),t===r&&j.push("focused"),i!==a.noop&&(l=i(new Date(t,0,1)),l===b?l={}:"boolean"==typeof l?l={enabled:l}:"string"==typeof l&&(l={classes:l}),!1===l.enabled&&j.push("disabled"),l.classes&&(j=j.concat(l.classes.split(/\s+/))),l.tooltip&&(k=l.tooltip)),m+='"+t+"";o.find(".datepicker-switch").text(p+"-"+q),o.find("td").html(m)},fill:function(){var e,f,g=new Date(this.viewDate),h=g.getUTCFullYear(),i=g.getUTCMonth(),j=this.o.startDate!==-1/0?this.o.startDate.getUTCFullYear():-1/0,k=this.o.startDate!==-1/0?this.o.startDate.getUTCMonth():-1/0,l=this.o.endDate!==1/0?this.o.endDate.getUTCFullYear():1/0,m=this.o.endDate!==1/0?this.o.endDate.getUTCMonth():1/0,n=q[this.o.language].today||q.en.today||"",o=q[this.o.language].clear||q.en.clear||"",p=q[this.o.language].titleFormat||q.en.titleFormat,s=d(),t=(!0===this.o.todayBtn||"linked"===this.o.todayBtn)&&s>=this.o.startDate&&s<=this.o.endDate&&!this.weekOfDateIsDisabled(s);if(!isNaN(h)&&!isNaN(i)){this.picker.find(".datepicker-days .datepicker-switch").text(r.formatDate(g,p,this.o.language)),this.picker.find("tfoot .today").text(n).css("display",t?"table-cell":"none"),this.picker.find("tfoot .clear").text(o).css("display",!0===this.o.clearBtn?"table-cell":"none"),this.picker.find("thead .datepicker-title").text(this.o.title).css("display","string"==typeof this.o.title&&""!==this.o.title?"table-cell":"none"),this.updateNavArrows(),this.fillMonths();var u=c(h,i,0),v=u.getUTCDate();u.setUTCDate(v-(u.getUTCDay()-this.o.weekStart+7)%7);var w=new Date(u);u.getUTCFullYear()<100&&w.setUTCFullYear(u.getUTCFullYear()),w.setUTCDate(w.getUTCDate()+42),w=w.valueOf();for(var x,y,z=[];u.valueOf()"),this.o.calendarWeeks)){var A=new Date(+u+(this.o.weekStart-x-7)%7*864e5),B=new Date(Number(A)+(11-A.getUTCDay())%7*864e5),C=new Date(Number(C=c(B.getUTCFullYear(),0,1))+(11-C.getUTCDay())%7*864e5),D=(B-C)/864e5/7+1;z.push('")}y=this.getClassNames(u),y.push("day");var E=u.getUTCDate();this.o.beforeShowDay!==a.noop&&(f=this.o.beforeShowDay(this._utc_to_local(u)),f===b?f={}:"boolean"==typeof f?f={enabled:f}:"string"==typeof f&&(f={classes:f}),!1===f.enabled&&y.push("disabled"),f.classes&&(y=y.concat(f.classes.split(/\s+/))),f.tooltip&&(e=f.tooltip),f.content&&(E=f.content)),y=a.isFunction(a.uniqueSort)?a.uniqueSort(y):a.unique(y),z.push('"),e=null,x===this.o.weekEnd&&z.push(""),u.setUTCDate(u.getUTCDate()+1)}this.picker.find(".datepicker-days tbody").html(z.join(""));var F=q[this.o.language].monthsTitle||q.en.monthsTitle||"Months",G=this.picker.find(".datepicker-months").find(".datepicker-switch").text(this.o.maxViewMode<2?F:h).end().find("tbody span").removeClass("active");if(a.each(this.dates,function(a,b){b.getUTCFullYear()===h&&G.eq(b.getUTCMonth()).addClass("active")}),(hl)&&G.addClass("disabled"),h===j&&G.slice(0,k).addClass("disabled"),h===l&&G.slice(m+1).addClass("disabled"),this.o.beforeShowMonth!==a.noop){var H=this;a.each(G,function(c,d){var e=new Date(h,c,1),f=H.o.beforeShowMonth(e);f===b?f={}:"boolean"==typeof f?f={enabled:f}:"string"==typeof f&&(f={classes:f}),!1!==f.enabled||a(d).hasClass("disabled")||a(d).addClass("disabled"),f.classes&&a(d).addClass(f.classes),f.tooltip&&a(d).prop("title",f.tooltip)})}this._fill_yearsView(".datepicker-years","year",10,h,j,l,this.o.beforeShowYear),this._fill_yearsView(".datepicker-decades","decade",100,h,j,l,this.o.beforeShowDecade),this._fill_yearsView(".datepicker-centuries","century",1e3,h,j,l,this.o.beforeShowCentury)}},updateNavArrows:function(){if(this._allow_update){var a,b,c=new Date(this.viewDate),d=c.getUTCFullYear(),e=c.getUTCMonth(),f=this.o.startDate!==-1/0?this.o.startDate.getUTCFullYear():-1/0,g=this.o.startDate!==-1/0?this.o.startDate.getUTCMonth():-1/0,h=this.o.endDate!==1/0?this.o.endDate.getUTCFullYear():1/0,i=this.o.endDate!==1/0?this.o.endDate.getUTCMonth():1/0,j=1;switch(this.viewMode){case 4:j*=10;case 3:j*=10;case 2:j*=10;case 1:a=Math.floor(d/j)*j<=f,b=Math.floor(d/j)*j+j>h;break;case 0:a=d<=f&&e<=g,b=d>=h&&e>=i}this.picker.find(".prev").toggleClass("disabled",a),this.picker.find(".next").toggleClass("disabled",b)}},click:function(b){b.preventDefault(),b.stopPropagation();var e,f,g,h;e=a(b.target),e.hasClass("datepicker-switch")&&this.viewMode!==this.o.maxViewMode&&this.setViewMode(this.viewMode+1),e.hasClass("today")&&!e.hasClass("day")&&(this.setViewMode(0),this._setDate(d(),"linked"===this.o.todayBtn?null:"view")),e.hasClass("clear")&&this.clearDates(),e.hasClass("disabled")||(e.hasClass("month")||e.hasClass("year")||e.hasClass("decade")||e.hasClass("century"))&&(this.viewDate.setUTCDate(1),f=1,1===this.viewMode?(h=e.parent().find("span").index(e),g=this.viewDate.getUTCFullYear(),this.viewDate.setUTCMonth(h)):(h=0,g=Number(e.text()),this.viewDate.setUTCFullYear(g)),this._trigger(r.viewModes[this.viewMode-1].e,this.viewDate),this.viewMode===this.o.minViewMode?this._setDate(c(g,h,f)):(this.setViewMode(this.viewMode-1),this.fill())),this.picker.is(":visible")&&this._focused_from&&this._focused_from.focus(),delete this._focused_from},dayCellClick:function(b){var c=a(b.currentTarget),d=c.data("date"),e=new Date(d);this.o.updateViewDate&&(e.getUTCFullYear()!==this.viewDate.getUTCFullYear()&&this._trigger("changeYear",this.viewDate),e.getUTCMonth()!==this.viewDate.getUTCMonth()&&this._trigger("changeMonth",this.viewDate)),this._setDate(e)},navArrowsClick:function(b){var c=a(b.currentTarget),d=c.hasClass("prev")?-1:1;0!==this.viewMode&&(d*=12*r.viewModes[this.viewMode].navStep),this.viewDate=this.moveMonth(this.viewDate,d),this._trigger(r.viewModes[this.viewMode].e,this.viewDate),this.fill()},_toggle_multidate:function(a){var b=this.dates.contains(a);if(a||this.dates.clear(),-1!==b?(!0===this.o.multidate||this.o.multidate>1||this.o.toggleActive)&&this.dates.remove(b):!1===this.o.multidate?(this.dates.clear(),this.dates.push(a)):this.dates.push(a),"number"==typeof this.o.multidate)for(;this.dates.length>this.o.multidate;)this.dates.remove(0)},_setDate:function(a,b){b&&"date"!==b||this._toggle_multidate(a&&new Date(a)),(!b&&this.o.updateViewDate||"view"===b)&&(this.viewDate=a&&new Date(a)),this.fill(),this.setValue(),b&&"view"===b||this._trigger("changeDate"),this.inputField.trigger("change"),!this.o.autoclose||b&&"date"!==b||this.hide()},moveDay:function(a,b){var c=new Date(a);return c.setUTCDate(a.getUTCDate()+b),c},moveWeek:function(a,b){return this.moveDay(a,7*b)},moveMonth:function(a,b){if(!g(a))return this.o.defaultViewDate;if(!b)return a;var c,d,e=new Date(a.valueOf()),f=e.getUTCDate(),h=e.getUTCMonth(),i=Math.abs(b);if(b=b>0?1:-1,1===i)d=-1===b?function(){return e.getUTCMonth()===h}:function(){return e.getUTCMonth()!==c},c=h+b,e.setUTCMonth(c),c=(c+12)%12;else{for(var j=0;j0},dateWithinRange:function(a){return a>=this.o.startDate&&a<=this.o.endDate},keydown:function(a){if(!this.picker.is(":visible"))return void(40!==a.keyCode&&27!==a.keyCode||(this.show(),a.stopPropagation()));var b,c,d=!1,e=this.focusDate||this.viewDate;switch(a.keyCode){case 27:this.focusDate?(this.focusDate=null,this.viewDate=this.dates.get(-1)||this.viewDate,this.fill()):this.hide(),a.preventDefault(),a.stopPropagation();break;case 37:case 38:case 39:case 40:if(!this.o.keyboardNavigation||7===this.o.daysOfWeekDisabled.length)break;b=37===a.keyCode||38===a.keyCode?-1:1,0===this.viewMode?a.ctrlKey?(c=this.moveAvailableDate(e,b,"moveYear"))&&this._trigger("changeYear",this.viewDate):a.shiftKey?(c=this.moveAvailableDate(e,b,"moveMonth"))&&this._trigger("changeMonth",this.viewDate):37===a.keyCode||39===a.keyCode?c=this.moveAvailableDate(e,b,"moveDay"):this.weekOfDateIsDisabled(e)||(c=this.moveAvailableDate(e,b,"moveWeek")):1===this.viewMode?(38!==a.keyCode&&40!==a.keyCode||(b*=4),c=this.moveAvailableDate(e,b,"moveMonth")):2===this.viewMode&&(38!==a.keyCode&&40!==a.keyCode||(b*=4),c=this.moveAvailableDate(e,b,"moveYear")),c&&(this.focusDate=this.viewDate=c,this.setValue(),this.fill(),a.preventDefault());break;case 13:if(!this.o.forceParse)break;e=this.focusDate||this.dates.get(-1)||this.viewDate,this.o.keyboardNavigation&&(this._toggle_multidate(e),d=!0),this.focusDate=null,this.viewDate=this.dates.get(-1)||this.viewDate,this.setValue(),this.fill(),this.picker.is(":visible")&&(a.preventDefault(),a.stopPropagation(),this.o.autoclose&&this.hide());break;case 9:this.focusDate=null,this.viewDate=this.dates.get(-1)||this.viewDate,this.fill(),this.hide()}d&&(this.dates.length?this._trigger("changeDate"):this._trigger("clearDate"),this.inputField.trigger("change"))},setViewMode:function(a){this.viewMode=a,this.picker.children("div").hide().filter(".datepicker-"+r.viewModes[this.viewMode].clsName).show(),this.updateNavArrows(),this._trigger("changeViewMode",new Date(this.viewDate))}};var l=function(b,c){a.data(b,"datepicker",this),this.element=a(b),this.inputs=a.map(c.inputs,function(a){return a.jquery?a[0]:a}),delete c.inputs,this.keepEmptyValues=c.keepEmptyValues,delete c.keepEmptyValues,n.call(a(this.inputs),c).on("changeDate",a.proxy(this.dateUpdated,this)),this.pickers=a.map(this.inputs,function(b){return a.data(b,"datepicker")}),this.updateDates()};l.prototype={updateDates:function(){this.dates=a.map(this.pickers,function(a){return a.getUTCDate()}),this.updateRanges()},updateRanges:function(){var b=a.map(this.dates,function(a){return a.valueOf()});a.each(this.pickers,function(a,c){c.setRange(b)})},clearDates:function(){a.each(this.pickers,function(a,b){b.clearDates()})},dateUpdated:function(c){if(!this.updating){this.updating=!0;var d=a.data(c.target,"datepicker");if(d!==b){var e=d.getUTCDate(),f=this.keepEmptyValues,g=a.inArray(c.target,this.inputs),h=g-1,i=g+1,j=this.inputs.length;if(-1!==g){if(a.each(this.pickers,function(a,b){b.getUTCDate()||b!==d&&f||b.setUTCDate(e)}),e=0&&ethis.dates[i])for(;ithis.dates[i];)this.pickers[i++].setUTCDate(e);this.updateDates(),delete this.updating}}}},destroy:function(){a.map(this.pickers,function(a){a.destroy()}),a(this.inputs).off("changeDate",this.dateUpdated),delete this.element.data().datepicker},remove:f("destroy","Method `remove` is deprecated and will be removed in version 2.0. Use `destroy` instead")};var m=a.fn.datepicker,n=function(c){var d=Array.apply(null,arguments);d.shift();var e;if(this.each(function(){var b=a(this),f=b.data("datepicker"),g="object"==typeof c&&c;if(!f){var j=h(this,"date"),m=a.extend({},o,j,g),n=i(m.language),p=a.extend({},o,n,j,g);b.hasClass("input-daterange")||p.inputs?(a.extend(p,{inputs:p.inputs||b.find("input").toArray()}),f=new l(this,p)):f=new k(this,p),b.data("datepicker",f)}"string"==typeof c&&"function"==typeof f[c]&&(e=f[c].apply(f,d))}),e===b||e instanceof k||e instanceof l)return this;if(this.length>1)throw new Error("Using only allowed for the collection of a single element ("+c+" function)");return e};a.fn.datepicker=n;var o=a.fn.datepicker.defaults={assumeNearbyYear:!1,autoclose:!1,beforeShowDay:a.noop,beforeShowMonth:a.noop,beforeShowYear:a.noop,beforeShowDecade:a.noop,beforeShowCentury:a.noop,calendarWeeks:!1,clearBtn:!1,toggleActive:!1,daysOfWeekDisabled:[],daysOfWeekHighlighted:[],datesDisabled:[],endDate:1/0,forceParse:!0,format:"mm/dd/yyyy",keepEmptyValues:!1,keyboardNavigation:!0,language:"en",minViewMode:0,maxViewMode:4,multidate:!1,multidateSeparator:",",orientation:"auto",rtl:!1,startDate:-1/0,startView:0,todayBtn:!1,todayHighlight:!1,updateViewDate:!0,weekStart:0,disableTouchKeyboard:!1,enableOnReadonly:!0,showOnFocus:!0,zIndexOffset:10,container:"body",immediateUpdates:!1,title:"",templates:{leftArrow:"«",rightArrow:"»"},showWeekDays:!0},p=a.fn.datepicker.locale_opts=["format","rtl","weekStart"];a.fn.datepicker.Constructor=k;var q=a.fn.datepicker.dates={en:{days:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],daysShort:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],daysMin:["Su","Mo","Tu","We","Th","Fr","Sa"],months:["January","February","March","April","May","June","July","August","September","October","November","December"],monthsShort:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],today:"Today",clear:"Clear",titleFormat:"MM yyyy"},zh_CN:{days:["星期日","星期一","星期二","星期三","星期四","星期五","星期六"],daysShort:["周日","周一","周二","周三","周四","周五","周六"],daysMin:["日","一","二","三","四","五","六"],months:["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"],monthsShort:["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],today:"今天",monthsTitle:"选择月份",clear:"清除",format:"yyyy-mm-dd",titleFormat:"yyyy年mm月",weekStart:1}},r={viewModes:[{names:["days","month"],clsName:"days",e:"changeMonth"},{names:["months","year"],clsName:"months",e:"changeYear",navStep:1},{names:["years","decade"],clsName:"years",e:"changeDecade",navStep:10},{names:["decades","century"],clsName:"decades",e:"changeCentury",navStep:100},{names:["centuries","millennium"],clsName:"centuries",e:"changeMillennium",navStep:1e3}],validParts:/dd?|DD?|mm?|MM?|yy(?:yy)?/g,nonpunctuation:/[^ -\/:-@\u5e74\u6708\u65e5\[-`{-~\t\n\r]+/g,parseFormat:function(a){if("function"==typeof a.toValue&&"function"==typeof a.toDisplay)return a;var b=a.replace(this.validParts,"\0").split("\0"),c=a.match(this.validParts);if(!b||!b.length||!c||0===c.length)throw new Error("Invalid date format.");return{separators:b,parts:c}},parseDate:function(c,e,f,g){function h(a,b){return!0===b&&(b=10),a<100&&(a+=2e3)>(new Date).getFullYear()+b&&(a-=100),a}function i(){var a=this.slice(0,j[n].length),b=j[n].slice(0,a.length);return a.toLowerCase()===b.toLowerCase()}if(!c)return b;if(c instanceof Date)return c;if("string"==typeof e&&(e=r.parseFormat(e)),e.toValue)return e.toValue(c,e,f);var j,l,m,n,o,p={d:"moveDay",m:"moveMonth",w:"moveWeek",y:"moveYear"},s={yesterday:"-1d",today:"+0d",tomorrow:"+1d"};if(c in s&&(c=s[c]),/^[\-+]\d+[dmwy]([\s,]+[\-+]\d+[dmwy])*$/i.test(c)){for(j=c.match(/([\-+]\d+)([dmwy])/gi),c=new Date,n=0;n",contTemplate:'',footTemplate:''};r.template='
    '; + $html.= '
    '; if($value['note']){ $html.= '
    '.$value['note'].'
    '; } @@ -67,9 +70,7 @@ if($_GET['action'] == 'checkupgrade') { $html.=''; } } - //include template('common/header_ajax'); echo $html; - //include template('common/footer_ajax'); exit; } elseif($_GET['action'] == 'appnotice') { diff --git a/share.php b/share.php index 5ea7bde..6560c61 100644 --- a/share.php +++ b/share.php @@ -9,13 +9,16 @@ define('APPTYPEID', 200); define('DZZSCRIPT', 'index.php'); +define('CURSCRIPT', 'dzz'); require './core/coreBase.php'; $dzz = C::app(); $dzz->init(); - if(!$path=dzzdecode(trim($_GET['s']))){ exit('Access Denied'); } +if (isset($_GET['sid'])) { + $sid = dzzdecode(trim($_GET['sid'])); +} if($_GET['a']=='down'){ IO::download($path,$_GET['filename']); exit(); @@ -80,8 +83,12 @@ if($_GET['a']=='down'){ }, $url); //添加path参数; if(strpos($url,'?')!==false && strpos($url,'path=')===false){ - $path = $path ? $path : $_GET['s']; - $url.='&path=' . dzzencode('preview_' . $path); + if ($sid) { + $pre .= 'sid:'.$sid.'_'; + } else { + $pre = 'preview_'; + } + $url.='&path=' . dzzencode($pre . $path); } $url = $_G['siteurl'].$url; @header("Location: $url"); @@ -89,7 +96,6 @@ if($_GET['a']=='down'){ } }else{//没有可用的打开方式,转入下载; - $path=dzzencode('preview_' . $path); IO::download($path); exit(); } diff --git a/short.php b/short.php index 2b85199..bb2eaa0 100644 --- a/short.php +++ b/short.php @@ -7,6 +7,7 @@ * @author zyx(zyx@dzz.cc) */ require './core/coreBase.php'; +define('CURSCRIPT', 'dzz'); $dzz = C::app(); $dzz->init_session = false; $dzz->init_setting=false; @@ -15,6 +16,11 @@ $dzz->init_misc=false; $dzz->init(); $sid=$_GET['sid']; $short=C::t('shorturl')->fetch($sid); +if(!$short){ + @header('HTTP/1.1 404 Not Found'); + @header('Status: 404 Not Found'); + exit('Access Denied'); +} C::t('shorturl')->addview($sid); @header("Location: ". outputurl($short['url'])); exit(); diff --git a/static/bootstrap/css/bootstrap.min.css b/static/bootstrap/css/bootstrap.min.css index 436eaf5..a1c72bc 100644 --- a/static/bootstrap/css/bootstrap.min.css +++ b/static/bootstrap/css/bootstrap.min.css @@ -3,7 +3,7 @@ * Copyright 2011-2015 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) *//*! normalize.css v3.0.2 | MIT License | git.io/normalize */ -html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{margin:.67em 0;font-size:2em}mark{color:#000;background:#ff0}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{height:0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input{line-height:normal}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid silver}legend{padding:0;border:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-spacing:0;border-collapse:collapse}td,th{padding:0}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{*,:after,:before{color:#000!important;text-shadow:none!important;background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="javascript:"]:after,a[href^="#"]:after{content:""}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}select{background:#fff!important}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #ddd!important}}@font-face{font-family:'Glyphicons Halflings';src:url(../fonts/glyphicons-halflings-regular.eot);src:url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(../fonts/glyphicons-halflings-regular.woff2) format('woff2'),url(../fonts/glyphicons-halflings-regular.woff) format('woff'),url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\2a"}.glyphicon-plus:before{content:"\2b"}.glyphicon-eur:before,.glyphicon-euro:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.glyphicon-cd:before{content:"\e201"}.glyphicon-save-file:before{content:"\e202"}.glyphicon-open-file:before{content:"\e203"}.glyphicon-level-up:before{content:"\e204"}.glyphicon-copy:before{content:"\e205"}.glyphicon-paste:before{content:"\e206"}.glyphicon-alert:before{content:"\e209"}.glyphicon-equalizer:before{content:"\e210"}.glyphicon-king:before{content:"\e211"}.glyphicon-queen:before{content:"\e212"}.glyphicon-pawn:before{content:"\e213"}.glyphicon-bishop:before{content:"\e214"}.glyphicon-knight:before{content:"\e215"}.glyphicon-baby-formula:before{content:"\e216"}.glyphicon-tent:before{content:"\26fa"}.glyphicon-blackboard:before{content:"\e218"}.glyphicon-bed:before{content:"\e219"}.glyphicon-apple:before{content:"\f8ff"}.glyphicon-erase:before{content:"\e221"}.glyphicon-hourglass:before{content:"\231b"}.glyphicon-lamp:before{content:"\e223"}.glyphicon-duplicate:before{content:"\e224"}.glyphicon-piggy-bank:before{content:"\e225"}.glyphicon-scissors:before{content:"\e226"}.glyphicon-bitcoin:before{content:"\e227"}.glyphicon-yen:before{content:"\00a5"}.glyphicon-ruble:before{content:"\20bd"}.glyphicon-scale:before{content:"\e230"}.glyphicon-ice-lolly:before{content:"\e231"}.glyphicon-ice-lolly-tasted:before{content:"\e232"}.glyphicon-education:before{content:"\e233"}.glyphicon-option-horizontal:before{content:"\e234"}.glyphicon-option-vertical:before{content:"\e235"}.glyphicon-menu-hamburger:before{content:"\e236"}.glyphicon-modal-window:before{content:"\e237"}.glyphicon-oil:before{content:"\e238"}.glyphicon-grain:before{content:"\e239"}.glyphicon-sunglasses:before{content:"\e240"}.glyphicon-text-size:before{content:"\e241"}.glyphicon-text-color:before{content:"\e242"}.glyphicon-text-background:before{content:"\e243"}.glyphicon-object-align-top:before{content:"\e244"}.glyphicon-object-align-bottom:before{content:"\e245"}.glyphicon-object-align-horizontal:before{content:"\e246"}.glyphicon-object-align-left:before{content:"\e247"}.glyphicon-object-align-vertical:before{content:"\e248"}.glyphicon-object-align-right:before{content:"\e249"}.glyphicon-triangle-right:before{content:"\e250"}.glyphicon-triangle-left:before{content:"\e251"}.glyphicon-triangle-bottom:before{content:"\e252"}.glyphicon-triangle-top:before{content:"\e253"}.glyphicon-console:before{content:"\e254"}.glyphicon-superscript:before{content:"\e255"}.glyphicon-subscript:before{content:"\e256"}.glyphicon-menu-left:before{content:"\e257"}.glyphicon-menu-right:before{content:"\e258"}.glyphicon-menu-down:before{content:"\e259"}.glyphicon-menu-up:before{content:"\e260"}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:14px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#337ab7;text-decoration:none}a:focus,a:hover{color:#23527c;text-decoration:underline}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.carousel-inner>.item>a>img,.carousel-inner>.item>img,.img-responsive,.thumbnail a>img,.thumbnail>img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{display:inline-block;max-width:100%;height:auto;padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-weight:400;line-height:1;color:#777}.h1,.h2,.h3,h1,h2,h3{margin-top:20px;margin-bottom:10px}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small{font-size:65%}.h4,.h5,.h6,h4,h5,h6{margin-top:10px;margin-bottom:10px}.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-size:75%}.h1,h1{font-size:36px}.h2,h2{font-size:30px}.h3,h3{font-size:24px}.h4,h4{font-size:18px}.h5,h5{font-size:14px}.h6,h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}.small,small{font-size:85%}.mark,mark{padding:.2em;background-color:#fcf8e3}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777}.text-primary{color:#337ab7}a.text-primary:hover{color:#286090}.text-success{color:#3c763d}a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#337ab7}a.bg-primary:hover{background-color:#286090}.bg-success{background-color:#dff0d8}a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ol,ul{margin-top:0;margin-bottom:10px}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;margin-left:-5px;list-style:none}.list-inline>li{display:inline-block;padding-right:5px;padding-left:5px}dl{margin-top:0;margin-bottom:20px}dd,dt{line-height:1.42857143}dt{font-weight:700}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[data-original-title],abbr[title]{cursor:help;border-bottom:1px dotted #777}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child{margin-bottom:0}blockquote .small,blockquote footer,blockquote small{display:block;font-size:80%;line-height:1.42857143;color:#777}blockquote .small:before,blockquote footer:before,blockquote small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;text-align:right;border-right:5px solid #eee;border-left:0}.blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before{content:''}.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after{content:'\00A0 \2014'}address{margin-bottom:20px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.25);box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}kbd kbd{padding:0;font-size:100%;font-weight:700;-webkit-box-shadow:none;box-shadow:none}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{margin-right:-15px;margin-left:-15px}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{background-color:transparent}caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:20px}.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border:1px solid #ddd}.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border-bottom-width:2px}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.table-hover>tbody>tr:hover{background-color:#f5f5f5}table col[class*=col-]{position:static;display:table-column;float:none}table td[class*=col-],table th[class*=col-]{position:static;display:table-cell;float:none}.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active{background-color:#f5f5f5}.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover{background-color:#e8e8e8}.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success{background-color:#dff0d8}.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover{background-color:#d0e9c6}.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info{background-color:#d9edf7}.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover{background-color:#c4e3f3}.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning{background-color:#fcf8e3}.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover{background-color:#faf2cc}.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger{background-color:#f2dede}.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover{background-color:#ebcccc}.table-responsive{min-height:.01%;overflow-x:auto}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type=checkbox],input[type=radio]{margin:4px 0 0;margin-top:1px \9;line-height:normal}input[type=file]{display:block}input[type=range]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type=file]:focus,input[type=checkbox]:focus,input[type=radio]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{cursor:not-allowed;background-color:#eee;opacity:1}textarea.form-control{height:auto}input[type=search]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio:0){input[type=date],input[type=time],input[type=datetime-local],input[type=month]{line-height:34px}.input-group-sm input[type=date],.input-group-sm input[type=time],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],input[type=date].input-sm,input[type=time].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm{line-height:30px}.input-group-lg input[type=date],.input-group-lg input[type=time],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],input[type=date].input-lg,input[type=time].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg{line-height:46px}}.form-group{margin-bottom:15px}.checkbox,.radio{position:relative;display:block;margin-top:10px;margin-bottom:10px}.checkbox label,.radio label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox],.radio input[type=radio],.radio-inline input[type=radio]{position:absolute;margin-top:4px \9;margin-left:-20px}.checkbox+.checkbox,.radio+.radio{margin-top:-5px}.checkbox-inline,.radio-inline{display:inline-block;padding-left:20px;margin-bottom:0;font-weight:400;vertical-align:middle;cursor:pointer}.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline{margin-top:0;margin-left:10px}fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled]{cursor:not-allowed}.checkbox-inline.disabled,.radio-inline.disabled,fieldset[disabled] .checkbox-inline,fieldset[disabled] .radio-inline{cursor:not-allowed}.checkbox.disabled label,.radio.disabled label,fieldset[disabled] .checkbox label,fieldset[disabled] .radio label{cursor:not-allowed}.form-control-static{padding-top:7px;padding-bottom:7px;margin-bottom:0}.form-control-static.input-lg,.form-control-static.input-sm{padding-right:0;padding-left:0}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}select[multiple].input-sm,textarea.input-sm{height:auto}.form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.form-group-sm .form-control{height:30px;line-height:30px}select[multiple].form-group-sm .form-control,textarea.form-group-sm .form-control{height:auto}.form-group-sm .form-control-static{height:30px;padding:5px 10px;font-size:12px;line-height:1.5}.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-lg{height:46px;line-height:46px}select[multiple].input-lg,textarea.input-lg{height:auto}.form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.form-group-lg .form-control{height:46px;line-height:46px}select[multiple].form-group-lg .form-control,textarea.form-group-lg .form-control{height:auto}.form-group-lg .form-control-static{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none}.input-lg+.form-control-feedback{width:46px;height:46px;line-height:46px}.input-sm+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.checkbox label,.has-success.checkbox-inline label,.has-success.radio label,.has-success.radio-inline label{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;background-color:#dff0d8;border-color:#3c763d}.has-success .form-control-feedback{color:#3c763d}.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.checkbox label,.has-warning.checkbox-inline label,.has-warning.radio label,.has-warning.radio-inline label{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;background-color:#fcf8e3;border-color:#8a6d3b}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.checkbox label,.has-error.checkbox-inline label,.has-error.radio label,.has-error.radio-inline label{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;background-color:#f2dede;border-color:#a94442}.has-error .form-control-feedback{color:#a94442}.has-feedback label~.form-control-feedback{top:25px}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .checkbox,.form-inline .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .checkbox label,.form-inline .radio label{padding-left:0}.form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline{padding-top:7px;margin-top:0;margin-bottom:0}.form-horizontal .checkbox,.form-horizontal .radio{min-height:27px}.form-horizontal .form-group{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.form-horizontal .control-label{padding-top:7px;margin-bottom:0;text-align:right}}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:14.33px}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px}}.btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:4px}.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn.focus,.btn:focus,.btn:hover{color:#333;text-decoration:none}.btn.active,.btn:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{pointer-events:none;cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default.active,.btn-default.focus,.btn-default:active,.btn-default:focus,.btn-default:hover,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled,.btn-default.disabled.active,.btn-default.disabled.focus,.btn-default.disabled:active,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled],.btn-default[disabled].active,.btn-default[disabled].focus,.btn-default[disabled]:active,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default,fieldset[disabled] .btn-default.active,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:active,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.btn-primary.active,.btn-primary.focus,.btn-primary:active,.btn-primary:focus,.btn-primary:hover,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled,.btn-primary.disabled.active,.btn-primary.disabled.focus,.btn-primary.disabled:active,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled],.btn-primary[disabled].active,.btn-primary[disabled].focus,.btn-primary[disabled]:active,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-primary.active,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:active,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#337ab7;border-color:#2e6da4}.btn-primary .badge{color:#337ab7;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success.active,.btn-success.focus,.btn-success:active,.btn-success:focus,.btn-success:hover,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled,.btn-success.disabled.active,.btn-success.disabled.focus,.btn-success.disabled:active,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled],.btn-success[disabled].active,.btn-success[disabled].focus,.btn-success[disabled]:active,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success,fieldset[disabled] .btn-success.active,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:active,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info.active,.btn-info.focus,.btn-info:active,.btn-info:focus,.btn-info:hover,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled,.btn-info.disabled.active,.btn-info.disabled.focus,.btn-info.disabled:active,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled],.btn-info[disabled].active,.btn-info[disabled].focus,.btn-info[disabled]:active,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info,fieldset[disabled] .btn-info.active,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:active,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning.active,.btn-warning.focus,.btn-warning:active,.btn-warning:focus,.btn-warning:hover,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled,.btn-warning.disabled.active,.btn-warning.disabled.focus,.btn-warning.disabled:active,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled],.btn-warning[disabled].active,.btn-warning[disabled].focus,.btn-warning[disabled]:active,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning,fieldset[disabled] .btn-warning.active,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:active,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger.active,.btn-danger.focus,.btn-danger:active,.btn-danger:focus,.btn-danger:hover,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled,.btn-danger.disabled.active,.btn-danger.disabled.focus,.btn-danger.disabled:active,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled],.btn-danger[disabled].active,.btn-danger[disabled].focus,.btn-danger[disabled]:active,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger,fieldset[disabled] .btn-danger.active,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:active,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{font-weight:400;color:#337ab7;border-radius:0}.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover{border-color:transparent}.btn-link:focus,.btn-link:hover{color:#23527c;text-decoration:underline;background-color:transparent}.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover{color:#777;text-decoration:none}.btn-group-lg>.btn,.btn-lg{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.btn-group-sm>.btn,.btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-xs>.btn,.btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none;visibility:hidden}.collapse.in{display:block;visibility:visible}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-duration:.35s;-o-transition-duration:.35s;transition-duration:.35s;-webkit-transition-property:height,visibility;-o-transition-property:height,visibility;transition-property:height,visibility}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px solid;border-right:4px solid transparent;border-left:4px solid transparent}.dropdown,.dropup{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175)}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{color:#262626;text-decoration:none;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{color:#fff;text-decoration:none;background-color:#337ab7;outline:0}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{color:#777}.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{right:0;left:auto}.dropdown-menu-left{right:auto;left:0}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{content:"";border-top:0;border-bottom:4px solid}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width:768px){.navbar-right .dropdown-menu{right:0;left:auto}.navbar-right .dropdown-menu-left{right:auto;left:0}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;float:left}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:2}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-bottom-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-right:8px;padding-left:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-right:12px;padding-left:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:4px}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-top-right-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{display:table-cell;float:none;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*=col-]{float:none;padding-right:0;padding-left:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn,textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn,textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn{height:auto}.input-group .form-control,.input-group-addon,.input-group-btn{display:table-cell}.input-group .form-control:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type=checkbox],.input-group-addon input[type=radio]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{margin-left:-1px}.nav{padding-left:0;margin-bottom:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:focus,.nav>li>a:hover{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#777}.nav>li.disabled>a:focus,.nav>li.disabled>a:hover{color:#777;text-decoration:none;cursor:not-allowed;background-color:transparent}.nav .open>a,.nav .open>a:focus,.nav .open>a:hover{background-color:#eee;border-color:#337ab7}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover{color:#fff;background-color:#337ab7}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none;visibility:hidden}.tab-content>.active{display:block;visibility:visible}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:4px}}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{padding-right:15px;padding-left:15px;overflow-x:visible;-webkit-overflow-scrolling:touch;border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1)}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;-webkit-box-shadow:none;box-shadow:none}.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important;visibility:visible!important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse{padding-right:0;padding-left:0}}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:340px}@media (max-device-width:480px) and (orientation:landscape){.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:200px}}.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-bottom,.navbar-fixed-top{position:fixed;right:0;left:0;z-index:1030}@media (min-width:768px){.navbar-fixed-bottom,.navbar-fixed-top{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;height:50px;padding:15px 15px;font-size:18px;line-height:20px}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-brand>img{display:block}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;padding:9px 10px;margin-top:8px;margin-right:15px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none}.navbar-nav .open .dropdown-menu .dropdown-header,.navbar-nav .open .dropdown-menu>li>a{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open .dropdown-menu>li>a:hover{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}}.navbar-form{padding:10px 15px;margin-top:8px;margin-right:-15px;margin-bottom:8px;margin-left:-15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1)}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .form-control-static{display:inline-block}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .form-control,.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .checkbox,.navbar-form .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .checkbox label,.navbar-form .radio label{padding-left:0}.navbar-form .checkbox input[type=checkbox],.navbar-form .radio input[type=radio]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}.navbar-form .form-group:last-child{margin-bottom:0}}@media (min-width:768px){.navbar-form{width:auto;padding-top:0;padding-bottom:0;margin-right:0;margin-left:0;border:0;-webkit-box-shadow:none;box-shadow:none}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-left-radius:0;border-top-right-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width:768px){.navbar-text{float:left;margin-right:15px;margin-left:15px}}@media (min-width:768px){.navbar-left{float:left!important}.navbar-right{float:right!important;margin-right:-15px}.navbar-right~.navbar-right{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:focus,.navbar-default .navbar-nav>.disabled>a:hover{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover{color:#555;background-color:#e7e7e7}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-default .btn-link{color:#777}.navbar-default .btn-link:focus,.navbar-default .btn-link:hover{color:#333}.navbar-default .btn-link[disabled]:focus,.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:focus,fieldset[disabled] .navbar-default .btn-link:hover{color:#ccc}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#9d9d9d}.navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:focus,.navbar-inverse .navbar-nav>.disabled>a:hover{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:focus,.navbar-inverse .navbar-nav>.open>a:hover{color:#fff;background-color:#080808}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#9d9d9d}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#9d9d9d}.navbar-inverse .btn-link:focus,.navbar-inverse .btn-link:hover{color:#fff}.navbar-inverse .btn-link[disabled]:focus,.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:focus,fieldset[disabled] .navbar-inverse .btn-link:hover{color:#444}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{padding:0 5px;color:#ccc;content:"/\00a0"}.breadcrumb>.active{color:#777}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#337ab7;text-decoration:none;background-color:#fff;border:1px solid #ddd}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{color:#23527c;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:2;color:#fff;cursor:default;background-color:#337ab7;border-color:#337ab7}.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}.pager{padding-left:0;margin:20px 0;text-align:center;list-style:none}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:focus,.pager li>a:hover{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span{color:#777;cursor:not-allowed;background-color:#fff}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}a.label:focus,a.label:hover{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#777}.label-default[href]:focus,.label-default[href]:hover{background-color:#5e5e5e}.label-primary{background-color:#337ab7}.label-primary[href]:focus,.label-primary[href]:hover{background-color:#286090}.label-success{background-color:#5cb85c}.label-success[href]:focus,.label-success[href]:hover{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:focus,.label-info[href]:hover{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:focus,.label-warning[href]:hover{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:focus,.label-danger[href]:hover{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;background-color:#777;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-xs .badge{top:0;padding:1px 5px}a.badge:focus,a.badge:hover{color:#fff;text-decoration:none;cursor:pointer}.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#337ab7;background-color:#fff}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding:30px 15px;margin-bottom:30px;color:inherit;background-color:#eee}.jumbotron .h1,.jumbotron h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.jumbotron>hr{border-top-color:#d5d5d5}.container .jumbotron,.container-fluid .jumbotron{border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding:48px 0}.container .jumbotron,.container-fluid .jumbotron{padding-right:60px;padding-left:60px}.jumbotron .h1,.jumbotron h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out}.thumbnail a>img,.thumbnail>img{margin-right:auto;margin-left:auto}a.thumbnail.active,a.thumbnail:focus,a.thumbnail:hover{border-color:#337ab7}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:700}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#337ab7;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}.progress-bar-striped,.progress-striped .progress-bar{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);-webkit-background-size:40px 40px;background-size:40px 40px}.progress-bar.active,.progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.media{margin-top:15px}.media:first-child{margin-top:0}.media,.media-body{overflow:hidden;zoom:1}.media-body{width:10000px}.media-object{display:block}.media-right,.media>.pull-right{padding-left:10px}.media-left,.media>.pull-left{padding-right:10px}.media-body,.media-left,.media-right{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}.list-group{padding-left:0;margin-bottom:20px}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}a.list-group-item{color:#555}a.list-group-item .list-group-item-heading{color:#333}a.list-group-item:focus,a.list-group-item:hover{color:#555;text-decoration:none;background-color:#f5f5f5}.list-group-item.disabled,.list-group-item.disabled:focus,.list-group-item.disabled:hover{color:#777;cursor:not-allowed;background-color:#eee}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text{color:#777}.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7}.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:focus .list-group-item-text,.list-group-item.active:hover .list-group-item-text{color:#c7ddef}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:focus,a.list-group-item-success:hover{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:focus,a.list-group-item-success.active:hover{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:focus,a.list-group-item-info:hover{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:focus,a.list-group-item-info.active:hover{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:focus,a.list-group-item-warning:hover{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:focus,a.list-group-item-warning.active:hover{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:focus,a.list-group-item-danger:hover{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover{color:#fff;background-color:#a94442;border-color:#a94442}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-left-radius:3px;border-top-right-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.panel-title>small>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group,.panel>.panel-collapse>.list-group{margin-bottom:0}.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-left-radius:3px;border-top-right-radius:3px}.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel>.panel-collapse>.table,.panel>.table,.panel>.table-responsive>.table{margin-bottom:0}.panel>.panel-collapse>.table caption,.panel>.table caption,.panel>.table-responsive>.table caption{padding-right:15px;padding-left:15px}.panel>.table-responsive:first-child>.table:first-child,.panel>.table:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table:first-child>thead:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table-responsive:last-child>.table:last-child,.panel>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child td,.panel>.table>tbody:first-child>tr:first-child th{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{margin-bottom:0;border:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse>.list-group,.panel-group .panel-heading+.panel-collapse>.panel-body{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#337ab7}.panel-primary>.panel-heading{color:#fff;background-color:#337ab7;border-color:#337ab7}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#337ab7}.panel-primary>.panel-heading .badge{color:#337ab7;background-color:#fff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#337ab7}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}.panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}.panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}.panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}.panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive.embed-responsive-4by3{padding-bottom:75%}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:.2}.close:focus,.close:hover{color:#000;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.5}button.close{-webkit-appearance:none;padding:0;cursor:pointer;background:0 0;border:0}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out;-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);-o-transform:translate(0,-25%);transform:translate(0,-25%)}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5)}.modal-backdrop{position:absolute;top:0;right:0;left:0;bottom:0;background-color:#000}.modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}.modal-backdrop.in{filter:alpha(opacity=50);opacity:.5}.modal-header{min-height:16.43px;padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;font-weight:400;line-height:1.4;visibility:visible;filter:alpha(opacity=0);opacity:0}.tooltip.in{filter:alpha(opacity=90);opacity:.9}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;text-decoration:none;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{right:5px;bottom:0;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;font-weight:400;line-height:1.42857143;text-align:left;white-space:normal;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2)}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{padding:8px 14px;margin:0;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{content:"";border-width:10px}.popover.top>.arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,.25);border-bottom-width:0}.popover.top>.arrow:after{bottom:1px;margin-left:-10px;content:" ";border-top-color:#fff;border-bottom-width:0}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,.25);border-left-width:0}.popover.right>.arrow:after{bottom:-10px;left:1px;content:" ";border-right-color:#fff;border-left-width:0}.popover.bottom>.arrow{top:-11px;left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25)}.popover.bottom>.arrow:after{top:1px;margin-left:-10px;content:" ";border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}.popover.left>.arrow:after{right:1px;bottom:-10px;content:" ";border-right-width:0;border-left-color:#fff}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner>.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>a>img,.carousel-inner>.item>img{line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner>.item{-webkit-transition:-webkit-transform .6s ease-in-out;-o-transition:-o-transform .6s ease-in-out;transition:transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000;perspective:1000}.carousel-inner>.item.active.right,.carousel-inner>.item.next{left:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.carousel-inner>.item.active.left,.carousel-inner>.item.prev{left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right{left:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6);filter:alpha(opacity=50);opacity:.5}.carousel-control.left{background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);background-repeat:repeat-x}.carousel-control.right{right:0;left:auto;background-image:-webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);background-repeat:repeat-x}.carousel-control:focus,.carousel-control:hover{color:#fff;text-decoration:none;filter:alpha(opacity=90);outline:0;opacity:.9}.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{position:absolute;top:50%;z-index:5;display:inline-block}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{left:50%;margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{right:50%;margin-right:-10px}.carousel-control .icon-next,.carousel-control .icon-prev{width:20px;height:20px;margin-top:-10px;font-family:serif;line-height:1}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000 \9;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{width:30px;height:30px;margin-top:-15px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-15px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-15px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.modal-footer:after,.modal-footer:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.pager:after,.pager:before,.panel-body:after,.panel-body:before,.row:after,.row:before{display:table;content:" "}.btn-group-vertical>.btn-group:after,.btn-toolbar:after,.clearfix:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.form-horizontal .form-group:after,.modal-footer:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.pager:after,.panel-body:after,.row:after{clear:both}.center-block{display:block;margin-right:auto;margin-left:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none!important;visibility:hidden!important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-lg,.visible-md,.visible-sm,.visible-xs{display:none!important}.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block{display:none!important}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table}tr.visible-xs{display:table-row!important}td.visible-xs,th.visible-xs{display:table-cell!important}}@media (max-width:767px){.visible-xs-block{display:block!important}}@media (max-width:767px){.visible-xs-inline{display:inline!important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table}tr.visible-sm{display:table-row!important}td.visible-sm,th.visible-sm{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table}tr.visible-md{display:table-row!important}td.visible-md,th.visible-md{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block!important}}@media (min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table}tr.visible-lg{display:table-row!important}td.visible-lg,th.visible-lg{display:table-cell!important}}@media (min-width:1200px){.visible-lg-block{display:block!important}}@media (min-width:1200px){.visible-lg-inline{display:inline!important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block!important}}@media (max-width:767px){.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}}@media (min-width:1200px){.hidden-lg{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table}tr.visible-print{display:table-row!important}td.visible-print,th.visible-print{display:table-cell!important}}.visible-print-block{display:none!important}@media print{.visible-print-block{display:block!important}}.visible-print-inline{display:none!important}@media print{.visible-print-inline{display:inline!important}}.visible-print-inline-block{display:none!important}@media print{.visible-print-inline-block{display:inline-block!important}}@media print{.hidden-print{display:none!important}}; +html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{margin:.67em 0;font-size:2em}mark{color:#000;background:#ff0}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{height:0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input{line-height:normal}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid silver}legend{padding:0;border:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-spacing:0;border-collapse:collapse}td,th{padding:0}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{*,:after,:before{color:#000!important;text-shadow:none!important;background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="javascript:"]:after,a[href^="#"]:after{content:""}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}select{background:#fff!important}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #ddd!important}}@font-face{font-family:'Glyphicons Halflings';src:url(../fonts/glyphicons-halflings-regular.eot);src:url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(../fonts/glyphicons-halflings-regular.woff2) format('woff2'),url(../fonts/glyphicons-halflings-regular.woff) format('woff'),url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\2a"}.glyphicon-plus:before{content:"\2b"}.glyphicon-eur:before,.glyphicon-euro:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.glyphicon-cd:before{content:"\e201"}.glyphicon-save-file:before{content:"\e202"}.glyphicon-open-file:before{content:"\e203"}.glyphicon-level-up:before{content:"\e204"}.glyphicon-copy:before{content:"\e205"}.glyphicon-paste:before{content:"\e206"}.glyphicon-alert:before{content:"\e209"}.glyphicon-equalizer:before{content:"\e210"}.glyphicon-king:before{content:"\e211"}.glyphicon-queen:before{content:"\e212"}.glyphicon-pawn:before{content:"\e213"}.glyphicon-bishop:before{content:"\e214"}.glyphicon-knight:before{content:"\e215"}.glyphicon-baby-formula:before{content:"\e216"}.glyphicon-tent:before{content:"\26fa"}.glyphicon-blackboard:before{content:"\e218"}.glyphicon-bed:before{content:"\e219"}.glyphicon-apple:before{content:"\f8ff"}.glyphicon-erase:before{content:"\e221"}.glyphicon-hourglass:before{content:"\231b"}.glyphicon-lamp:before{content:"\e223"}.glyphicon-duplicate:before{content:"\e224"}.glyphicon-piggy-bank:before{content:"\e225"}.glyphicon-scissors:before{content:"\e226"}.glyphicon-bitcoin:before{content:"\e227"}.glyphicon-yen:before{content:"\00a5"}.glyphicon-ruble:before{content:"\20bd"}.glyphicon-scale:before{content:"\e230"}.glyphicon-ice-lolly:before{content:"\e231"}.glyphicon-ice-lolly-tasted:before{content:"\e232"}.glyphicon-education:before{content:"\e233"}.glyphicon-option-horizontal:before{content:"\e234"}.glyphicon-option-vertical:before{content:"\e235"}.glyphicon-menu-hamburger:before{content:"\e236"}.glyphicon-modal-window:before{content:"\e237"}.glyphicon-oil:before{content:"\e238"}.glyphicon-grain:before{content:"\e239"}.glyphicon-sunglasses:before{content:"\e240"}.glyphicon-text-size:before{content:"\e241"}.glyphicon-text-color:before{content:"\e242"}.glyphicon-text-background:before{content:"\e243"}.glyphicon-object-align-top:before{content:"\e244"}.glyphicon-object-align-bottom:before{content:"\e245"}.glyphicon-object-align-horizontal:before{content:"\e246"}.glyphicon-object-align-left:before{content:"\e247"}.glyphicon-object-align-vertical:before{content:"\e248"}.glyphicon-object-align-right:before{content:"\e249"}.glyphicon-triangle-right:before{content:"\e250"}.glyphicon-triangle-left:before{content:"\e251"}.glyphicon-triangle-bottom:before{content:"\e252"}.glyphicon-triangle-top:before{content:"\e253"}.glyphicon-console:before{content:"\e254"}.glyphicon-superscript:before{content:"\e255"}.glyphicon-subscript:before{content:"\e256"}.glyphicon-menu-left:before{content:"\e257"}.glyphicon-menu-right:before{content:"\e258"}.glyphicon-menu-down:before{content:"\e259"}.glyphicon-menu-up:before{content:"\e260"}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:14px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#337ab7;text-decoration:none}a:focus,a:hover{color:#23527c;text-decoration:underline}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.carousel-inner>.item>a>img,.carousel-inner>.item>img,.img-responsive,.thumbnail a>img,.thumbnail>img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{display:inline-block;max-width:100%;height:auto;padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-weight:400;line-height:1;color:#777}.h1,.h2,.h3,h1,h2,h3{margin-top:20px;margin-bottom:10px}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small{font-size:65%}.h4,.h5,.h6,h4,h5,h6{margin-top:10px;margin-bottom:10px}.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-size:75%}.h1,h1{font-size:36px}.h2,h2{font-size:30px}.h3,h3{font-size:24px}.h4,h4{font-size:18px}.h5,h5{font-size:14px}.h6,h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}.small,small{font-size:85%}.mark,mark{padding:.2em;background-color:#fcf8e3}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777}.text-primary{color:#337ab7}a.text-primary:hover{color:#286090}.text-success{color:#3c763d}a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#337ab7}a.bg-primary:hover{background-color:#286090}.bg-success{background-color:#dff0d8}a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ol,ul{margin-top:0;margin-bottom:10px}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;margin-left:-5px;list-style:none}.list-inline>li{display:inline-block;padding-right:5px;padding-left:5px}dl{margin-top:0;margin-bottom:20px}dd,dt{line-height:1.42857143}dt{font-weight:700}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[data-original-title],abbr[title]{cursor:help;border-bottom:1px dotted #777}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child{margin-bottom:0}blockquote .small,blockquote footer,blockquote small{display:block;font-size:80%;line-height:1.42857143;color:#777}blockquote .small:before,blockquote footer:before,blockquote small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;text-align:right;border-right:5px solid #eee;border-left:0}.blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before{content:''}.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after{content:'\00A0 \2014'}address{margin-bottom:20px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.25);box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}kbd kbd{padding:0;font-size:100%;font-weight:700;-webkit-box-shadow:none;box-shadow:none}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{margin-right:-15px;margin-left:-15px}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{background-color:transparent}caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:20px}.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border:1px solid #ddd}.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border-bottom-width:2px}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.table-hover>tbody>tr:hover{background-color:#f5f5f5}table col[class*=col-]{position:static;display:table-column;float:none}table td[class*=col-],table th[class*=col-]{position:static;display:table-cell;float:none}.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active{background-color:#f5f5f5}.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover{background-color:#e8e8e8}.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success{background-color:#dff0d8}.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover{background-color:#d0e9c6}.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info{background-color:#d9edf7}.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover{background-color:#c4e3f3}.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning{background-color:#fcf8e3}.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover{background-color:#faf2cc}.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger{background-color:#f2dede}.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover{background-color:#ebcccc}.table-responsive{min-height:.01%;overflow-x:auto}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type=checkbox],input[type=radio]{margin:4px 0 0;margin-top:1px \9;line-height:normal}input[type=file]{display:block}input[type=range]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type=file]:focus,input[type=checkbox]:focus,input[type=radio]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{cursor:not-allowed;background-color:#eee;opacity:1}textarea.form-control{height:auto}input[type=search]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio:0){input[type=date],input[type=time],input[type=datetime-local],input[type=month]{line-height:34px}.input-group-sm input[type=date],.input-group-sm input[type=time],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],input[type=date].input-sm,input[type=time].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm{line-height:30px}.input-group-lg input[type=date],.input-group-lg input[type=time],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],input[type=date].input-lg,input[type=time].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg{line-height:46px}}.form-group{margin-bottom:15px}.checkbox,.radio{position:relative;display:block;margin-top:10px;margin-bottom:10px}.checkbox label,.radio label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox],.radio input[type=radio],.radio-inline input[type=radio]{position:absolute;margin-top:4px \9;margin-left:-20px}.checkbox+.checkbox,.radio+.radio{margin-top:-5px}.checkbox-inline,.radio-inline{display:inline-block;padding-left:20px;margin-bottom:0;font-weight:400;vertical-align:middle;cursor:pointer}.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline{margin-top:0;margin-left:10px}fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled]{cursor:not-allowed}.checkbox-inline.disabled,.radio-inline.disabled,fieldset[disabled] .checkbox-inline,fieldset[disabled] .radio-inline{cursor:not-allowed}.checkbox.disabled label,.radio.disabled label,fieldset[disabled] .checkbox label,fieldset[disabled] .radio label{cursor:not-allowed}.form-control-static{padding-top:7px;padding-bottom:7px;margin-bottom:0}.form-control-static.input-lg,.form-control-static.input-sm{padding-right:0;padding-left:0}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}select[multiple].input-sm,textarea.input-sm{height:auto}.form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.form-group-sm .form-control{height:30px;line-height:30px}select[multiple].form-group-sm .form-control,textarea.form-group-sm .form-control{height:auto}.form-group-sm .form-control-static{height:30px;padding:5px 10px;font-size:12px;line-height:1.5}.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-lg{height:46px;line-height:46px}select[multiple].input-lg,textarea.input-lg{height:auto}.form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.form-group-lg .form-control{height:46px;line-height:46px}select[multiple].form-group-lg .form-control,textarea.form-group-lg .form-control{height:auto}.form-group-lg .form-control-static{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none}.input-lg+.form-control-feedback{width:46px;height:46px;line-height:46px}.input-sm+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.checkbox label,.has-success.checkbox-inline label,.has-success.radio label,.has-success.radio-inline label{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;background-color:#dff0d8;border-color:#3c763d}.has-success .form-control-feedback{color:#3c763d}.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.checkbox label,.has-warning.checkbox-inline label,.has-warning.radio label,.has-warning.radio-inline label{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;background-color:#fcf8e3;border-color:#8a6d3b}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.checkbox label,.has-error.checkbox-inline label,.has-error.radio label,.has-error.radio-inline label{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;background-color:#f2dede;border-color:#a94442}.has-error .form-control-feedback{color:#a94442}.has-feedback label~.form-control-feedback{top:25px}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .checkbox,.form-inline .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .checkbox label,.form-inline .radio label{padding-left:0}.form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline{padding-top:7px;margin-top:0;margin-bottom:0}.form-horizontal .checkbox,.form-horizontal .radio{min-height:27px}.form-horizontal .form-group{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.form-horizontal .control-label{padding-top:7px;margin-bottom:0;text-align:right}}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:14.33px}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px}}.btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:4px}.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn.focus,.btn:focus,.btn:hover{color:#333;text-decoration:none}.btn.active,.btn:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{pointer-events:none;cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default.active,.btn-default.focus,.btn-default:active,.btn-default:focus,.btn-default:hover,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled,.btn-default.disabled.active,.btn-default.disabled.focus,.btn-default.disabled:active,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled],.btn-default[disabled].active,.btn-default[disabled].focus,.btn-default[disabled]:active,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default,fieldset[disabled] .btn-default.active,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:active,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.btn-primary.active,.btn-primary.focus,.btn-primary:active,.btn-primary:focus,.btn-primary:hover,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled,.btn-primary.disabled.active,.btn-primary.disabled.focus,.btn-primary.disabled:active,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled],.btn-primary[disabled].active,.btn-primary[disabled].focus,.btn-primary[disabled]:active,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-primary.active,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:active,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#337ab7;border-color:#2e6da4}.btn-primary .badge{color:#337ab7;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success.active,.btn-success.focus,.btn-success:active,.btn-success:focus,.btn-success:hover,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled,.btn-success.disabled.active,.btn-success.disabled.focus,.btn-success.disabled:active,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled],.btn-success[disabled].active,.btn-success[disabled].focus,.btn-success[disabled]:active,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success,fieldset[disabled] .btn-success.active,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:active,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info.active,.btn-info.focus,.btn-info:active,.btn-info:focus,.btn-info:hover,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled,.btn-info.disabled.active,.btn-info.disabled.focus,.btn-info.disabled:active,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled],.btn-info[disabled].active,.btn-info[disabled].focus,.btn-info[disabled]:active,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info,fieldset[disabled] .btn-info.active,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:active,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning.active,.btn-warning.focus,.btn-warning:active,.btn-warning:focus,.btn-warning:hover,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled,.btn-warning.disabled.active,.btn-warning.disabled.focus,.btn-warning.disabled:active,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled],.btn-warning[disabled].active,.btn-warning[disabled].focus,.btn-warning[disabled]:active,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning,fieldset[disabled] .btn-warning.active,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:active,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger.active,.btn-danger.focus,.btn-danger:active,.btn-danger:focus,.btn-danger:hover,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled,.btn-danger.disabled.active,.btn-danger.disabled.focus,.btn-danger.disabled:active,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled],.btn-danger[disabled].active,.btn-danger[disabled].focus,.btn-danger[disabled]:active,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger,fieldset[disabled] .btn-danger.active,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:active,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{font-weight:400;color:#337ab7;border-radius:0}.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover{border-color:transparent}.btn-link:focus,.btn-link:hover{color:#23527c;text-decoration:underline;background-color:transparent}.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover{color:#777;text-decoration:none}.btn-group-lg>.btn,.btn-lg{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.btn-group-sm>.btn,.btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-xs>.btn,.btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none;visibility:hidden}.collapse.in{display:block;visibility:visible}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-duration:.35s;-o-transition-duration:.35s;transition-duration:.35s;-webkit-transition-property:height,visibility;-o-transition-property:height,visibility;transition-property:height,visibility}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px solid;border-right:4px solid transparent;border-left:4px solid transparent}.dropdown,.dropup{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175)}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{color:#262626;text-decoration:none;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{color:#fff;text-decoration:none;background-color:#337ab7;outline:0}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{color:#777}.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{right:0;left:auto}.dropdown-menu-left{right:auto;left:0}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{content:"";border-top:0;border-bottom:4px solid}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width:768px){.navbar-right .dropdown-menu{right:0;left:auto}.navbar-right .dropdown-menu-left{right:auto;left:0}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;float:left}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:2}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-bottom-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-right:8px;padding-left:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-right:12px;padding-left:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:4px}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-top-right-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{display:table-cell;float:none;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*=col-]{float:none;padding-right:0;padding-left:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn,textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn,textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn{height:auto}.input-group .form-control,.input-group-addon,.input-group-btn{display:table-cell}.input-group .form-control:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type=checkbox],.input-group-addon input[type=radio]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{margin-left:-1px}.nav{padding-left:0;margin-bottom:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:focus,.nav>li>a:hover{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#777}.nav>li.disabled>a:focus,.nav>li.disabled>a:hover{color:#777;text-decoration:none;cursor:not-allowed;background-color:transparent}.nav .open>a,.nav .open>a:focus,.nav .open>a:hover{background-color:#eee;border-color:#337ab7}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover{color:#fff;background-color:#337ab7}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none;visibility:hidden}.tab-content>.active{display:block;visibility:visible}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:4px}}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{padding-right:15px;padding-left:15px;overflow-x:visible;-webkit-overflow-scrolling:touch;border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1)}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;-webkit-box-shadow:none;box-shadow:none}.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important;visibility:visible!important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse{padding-right:0;padding-left:0}}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:340px}@media (max-device-width:480px) and (orientation:landscape){.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:200px}}.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-bottom,.navbar-fixed-top{position:fixed;right:0;left:0;z-index:1030}@media (min-width:768px){.navbar-fixed-bottom,.navbar-fixed-top{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;height:50px;padding:15px 15px;font-size:18px;line-height:20px}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-brand>img{display:block}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;padding:9px 10px;margin-top:8px;margin-right:15px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none}.navbar-nav .open .dropdown-menu .dropdown-header,.navbar-nav .open .dropdown-menu>li>a{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open .dropdown-menu>li>a:hover{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}}.navbar-form{padding:10px 15px;margin-top:8px;margin-right:-15px;margin-bottom:8px;margin-left:-15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1)}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .form-control-static{display:inline-block}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .form-control,.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .checkbox,.navbar-form .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .checkbox label,.navbar-form .radio label{padding-left:0}.navbar-form .checkbox input[type=checkbox],.navbar-form .radio input[type=radio]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}.navbar-form .form-group:last-child{margin-bottom:0}}@media (min-width:768px){.navbar-form{width:auto;padding-top:0;padding-bottom:0;margin-right:0;margin-left:0;border:0;-webkit-box-shadow:none;box-shadow:none}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-left-radius:0;border-top-right-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width:768px){.navbar-text{float:left;margin-right:15px;margin-left:15px}}@media (min-width:768px){.navbar-left{float:left!important}.navbar-right{float:right!important;margin-right:-15px}.navbar-right~.navbar-right{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:focus,.navbar-default .navbar-nav>.disabled>a:hover{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover{color:#555;background-color:#e7e7e7}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-default .btn-link{color:#777}.navbar-default .btn-link:focus,.navbar-default .btn-link:hover{color:#333}.navbar-default .btn-link[disabled]:focus,.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:focus,fieldset[disabled] .navbar-default .btn-link:hover{color:#ccc}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#9d9d9d}.navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:focus,.navbar-inverse .navbar-nav>.disabled>a:hover{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:focus,.navbar-inverse .navbar-nav>.open>a:hover{color:#fff;background-color:#080808}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#9d9d9d}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#9d9d9d}.navbar-inverse .btn-link:focus,.navbar-inverse .btn-link:hover{color:#fff}.navbar-inverse .btn-link[disabled]:focus,.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:focus,fieldset[disabled] .navbar-inverse .btn-link:hover{color:#444}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{padding:0 5px;color:#ccc;content:"/\00a0"}.breadcrumb>.active{color:#777}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#337ab7;text-decoration:none;background-color:#fff;border:1px solid #ddd}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{color:#23527c;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:2;color:#fff;cursor:default;background-color:#337ab7;border-color:#337ab7}.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}.pager{padding-left:0;margin:20px 0;text-align:center;list-style:none}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:focus,.pager li>a:hover{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span{color:#777;cursor:not-allowed;background-color:#fff}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}a.label:focus,a.label:hover{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#777}.label-default[href]:focus,.label-default[href]:hover{background-color:#5e5e5e}.label-primary{background-color:#337ab7}.label-primary[href]:focus,.label-primary[href]:hover{background-color:#286090}.label-success{background-color:#5cb85c}.label-success[href]:focus,.label-success[href]:hover{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:focus,.label-info[href]:hover{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:focus,.label-warning[href]:hover{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:focus,.label-danger[href]:hover{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;background-color:#777;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-xs .badge{top:0;padding:1px 5px}a.badge:focus,a.badge:hover{color:#fff;text-decoration:none;cursor:pointer}.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#337ab7;background-color:#fff}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding:30px 15px;margin-bottom:30px;color:inherit;background-color:#eee}.jumbotron .h1,.jumbotron h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.jumbotron>hr{border-top-color:#d5d5d5}.container .jumbotron,.container-fluid .jumbotron{border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding:48px 0}.container .jumbotron,.container-fluid .jumbotron{padding-right:60px;padding-left:60px}.jumbotron .h1,.jumbotron h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out}.thumbnail a>img,.thumbnail>img{margin-right:auto;margin-left:auto}a.thumbnail.active,a.thumbnail:focus,a.thumbnail:hover{border-color:#337ab7}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:700}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#337ab7;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}.progress-bar-striped,.progress-striped .progress-bar{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);-webkit-background-size:40px 40px;background-size:40px 40px}.progress-bar.active,.progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.media{margin-top:15px}.media:first-child{margin-top:0}.media,.media-body{overflow:hidden;zoom:1}.media-body{width:10000px}.media-object{display:block}.media-right,.media>.pull-right{padding-left:10px}.media-left,.media>.pull-left{padding-right:10px}.media-body,.media-left,.media-right{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}.list-group{padding-left:0;margin-bottom:20px}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}a.list-group-item{color:#555}a.list-group-item .list-group-item-heading{color:#333}a.list-group-item:focus,a.list-group-item:hover{color:#555;text-decoration:none;background-color:#f5f5f5}.list-group-item.disabled,.list-group-item.disabled:focus,.list-group-item.disabled:hover{color:#777;cursor:not-allowed;background-color:#eee}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text{color:#777}.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7}.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:focus .list-group-item-text,.list-group-item.active:hover .list-group-item-text{color:#c7ddef}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:focus,a.list-group-item-success:hover{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:focus,a.list-group-item-success.active:hover{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:focus,a.list-group-item-info:hover{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:focus,a.list-group-item-info.active:hover{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:focus,a.list-group-item-warning:hover{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:focus,a.list-group-item-warning.active:hover{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:focus,a.list-group-item-danger:hover{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover{color:#fff;background-color:#a94442;border-color:#a94442}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-left-radius:3px;border-top-right-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.panel-title>small>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group,.panel>.panel-collapse>.list-group{margin-bottom:0}.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-left-radius:3px;border-top-right-radius:3px}.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel>.panel-collapse>.table,.panel>.table,.panel>.table-responsive>.table{margin-bottom:0}.panel>.panel-collapse>.table caption,.panel>.table caption,.panel>.table-responsive>.table caption{padding-right:15px;padding-left:15px}.panel>.table-responsive:first-child>.table:first-child,.panel>.table:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table:first-child>thead:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table-responsive:last-child>.table:last-child,.panel>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child td,.panel>.table>tbody:first-child>tr:first-child th{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{margin-bottom:0;border:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse>.list-group,.panel-group .panel-heading+.panel-collapse>.panel-body{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#337ab7}.panel-primary>.panel-heading{color:#fff;background-color:#337ab7;border-color:#337ab7}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#337ab7}.panel-primary>.panel-heading .badge{color:#337ab7;background-color:#fff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#337ab7}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}.panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}.panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}.panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}.panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive.embed-responsive-4by3{padding-bottom:75%}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close,.btn-close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:.2}.close:focus,.close:hover{color:#000;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.5}button.close{-webkit-appearance:none;padding:0;cursor:pointer;background:0 0;border:0}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out;-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);-o-transform:translate(0,-25%);transform:translate(0,-25%)}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5)}.modal-backdrop{position:absolute;top:0;right:0;left:0;bottom:0;background-color:#000}.modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}.modal-backdrop.in{filter:alpha(opacity=50);opacity:.5}.modal-header{min-height:16.43px;padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;font-weight:400;line-height:1.4;visibility:visible;filter:alpha(opacity=0);opacity:0}.tooltip.in{filter:alpha(opacity=90);opacity:.9}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;text-decoration:none;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{right:5px;bottom:0;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.popbox{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;font-weight:400;line-height:1.42857143;text-align:left;white-space:normal;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2)}.popbox.top{margin-top:-10px}.popbox.right{margin-left:10px}.popbox.bottom{margin-top:10px}.popbox.left{margin-left:-10px}.popbox-title{padding:8px 14px;margin:0;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popbox-content{padding:9px 14px}.popbox>.arrow,.popbox>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popbox>.arrow{border-width:11px}.popbox>.arrow:after{content:"";border-width:10px}.popbox.top>.arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,.25);border-bottom-width:0}.popbox.top>.arrow:after{bottom:1px;margin-left:-10px;content:" ";border-top-color:#fff;border-bottom-width:0}.popbox.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,.25);border-left-width:0}.popbox.right>.arrow:after{bottom:-10px;left:1px;content:" ";border-right-color:#fff;border-left-width:0}.popbox.bottom>.arrow{top:-11px;left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25)}.popbox.bottom>.arrow:after{top:1px;margin-left:-10px;content:" ";border-top-width:0;border-bottom-color:#fff}.popbox.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}.popbox.left>.arrow:after{right:1px;bottom:-10px;content:" ";border-right-width:0;border-left-color:#fff}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner>.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>a>img,.carousel-inner>.item>img{line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner>.item{-webkit-transition:-webkit-transform .6s ease-in-out;-o-transition:-o-transform .6s ease-in-out;transition:transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000;perspective:1000}.carousel-inner>.item.active.right,.carousel-inner>.item.next{left:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.carousel-inner>.item.active.left,.carousel-inner>.item.prev{left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right{left:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6);filter:alpha(opacity=50);opacity:.5}.carousel-control.left{background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);background-repeat:repeat-x}.carousel-control.right{right:0;left:auto;background-image:-webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);background-repeat:repeat-x}.carousel-control:focus,.carousel-control:hover{color:#fff;text-decoration:none;filter:alpha(opacity=90);outline:0;opacity:.9}.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{position:absolute;top:50%;z-index:5;display:inline-block}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{left:50%;margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{right:50%;margin-right:-10px}.carousel-control .icon-next,.carousel-control .icon-prev{width:20px;height:20px;margin-top:-10px;font-family:serif;line-height:1}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000 \9;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{width:30px;height:30px;margin-top:-15px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-15px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-15px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.modal-footer:after,.modal-footer:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.pager:after,.pager:before,.panel-body:after,.panel-body:before,.row:after,.row:before{display:table;content:" "}.btn-group-vertical>.btn-group:after,.btn-toolbar:after,.clearfix:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.form-horizontal .form-group:after,.modal-footer:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.pager:after,.panel-body:after,.row:after{clear:both}.center-block{display:block;margin-right:auto;margin-left:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none!important;visibility:hidden!important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-lg,.visible-md,.visible-sm,.visible-xs{display:none!important}.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block{display:none!important}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table}tr.visible-xs{display:table-row!important}td.visible-xs,th.visible-xs{display:table-cell!important}}@media (max-width:767px){.visible-xs-block{display:block!important}}@media (max-width:767px){.visible-xs-inline{display:inline!important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table}tr.visible-sm{display:table-row!important}td.visible-sm,th.visible-sm{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table}tr.visible-md{display:table-row!important}td.visible-md,th.visible-md{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block!important}}@media (min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table}tr.visible-lg{display:table-row!important}td.visible-lg,th.visible-lg{display:table-cell!important}}@media (min-width:1200px){.visible-lg-block{display:block!important}}@media (min-width:1200px){.visible-lg-inline{display:inline!important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block!important}}@media (max-width:767px){.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}}@media (min-width:1200px){.hidden-lg{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table}tr.visible-print{display:table-row!important}td.visible-print,th.visible-print{display:table-cell!important}}.visible-print-block{display:none!important}@media print{.visible-print-block{display:block!important}}.visible-print-inline{display:none!important}@media print{.visible-print-inline{display:inline!important}}.visible-print-inline-block{display:none!important}@media print{.visible-print-inline-block{display:inline-block!important}}@media print{.hidden-print{display:none!important}}; html{ font-size:14px; @@ -80,7 +80,7 @@ html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:1 z-index:11199; position:fixed; } - .popover{ + .popbox{ z-index:11300; } /* kbd.p_chk{ @@ -1705,19 +1705,19 @@ fieldset[disabled] .btn-pure.focus { /*按钮样式结束*/ /*徽章颜色*/ .badge-success{ - color: #fff; + color: #fff; background-color: #46be8a; } .badge-info{ - color: #fff; + color: #fff; background-color: #57c7d4; } .badge-warning{ - color: #fff; + color: #fff; background-color: #f2a654; } .badge-danger{ - color: #fff; + color: #fff; background-color: #f96868; } /*button样式结束*/ @@ -1774,4 +1774,28 @@ fieldset[disabled] .btn-pure.focus { color:#FF0000 } -/*表单样式 end*/ \ No newline at end of file +/*表单样式 end*/ + +.form-check-inline { + display: inline-block; + margin-right: 1rem +} + +.main-content-ul .main-content-li a,.app_popup a{ + color: #000; +} +.btn-close { + box-sizing: content-box; + width: 1em; + height: 1em; + padding: .25em .25em; + color: #000; + background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat; + border: 0; + border-radius: .25rem; + opacity: .5 +} + +.height-24 { + height: 24px !important; +} \ No newline at end of file diff --git a/static/bootstrap/js/bootstrap-typeahead.js b/static/bootstrap/js/bootstrap-typeahead.js index 012a561..f136914 100644 --- a/static/bootstrap/js/bootstrap-typeahead.js +++ b/static/bootstrap/js/bootstrap-typeahead.js @@ -550,7 +550,7 @@ function ($) { source: [], items: 8, menu: '', - item: '
  • ', + item: '
  • ', display: 'name', val: 'id', itemSelected: function (el,val,text) {}, diff --git a/static/bootstrap/js/bootstrap.min.js b/static/bootstrap/js/bootstrap.min.js index 7834951..ac38d66 100644 --- a/static/bootstrap/js/bootstrap.min.js +++ b/static/bootstrap/js/bootstrap.min.js @@ -18,4 +18,5 @@ var e=c.find(".active:last a"),f=a.Event("hide.bs.tab",{relatedTarget:b[0]}),g=a } }); }); -})(jQuery); \ No newline at end of file +})(jQuery); +!function(a){"function"==typeof define&&define.amd?define(["jquery"],a):"object"==typeof exports?a(require("jquery")):a(jQuery)}(function(a){function b(a){return h.raw?a:encodeURIComponent(a)}function c(a){return h.raw?a:decodeURIComponent(a)}function d(a){return b(h.json?JSON.stringify(a):String(a))}function e(a){0===a.indexOf('"')&&(a=a.slice(1,-1).replace(/\\"/g,'"').replace(/\\\\/g,"\\"));try{return a=decodeURIComponent(a.replace(g," ")),h.json?JSON.parse(a):a}catch(b){}}function f(b,c){var d=h.raw?b:e(b);return a.isFunction(c)?c(d):d}var g=/\+/g,h=a.cookie=function(e,g,i){if(void 0!==g&&!a.isFunction(g)){if(i=a.extend({},h.defaults,i),"number"==typeof i.expires){var j=i.expires,k=i.expires=new Date;k.setTime(+k+864e5*j)}return document.cookie=[b(e),"=",d(g),i.expires?"; expires="+i.expires.toUTCString():"",i.path?"; path="+i.path:"",i.domain?"; domain="+i.domain:"",i.secure?"; secure":""].join("")}for(var l=e?void 0:{},m=document.cookie?document.cookie.split("; "):[],n=0,o=m.length;o>n;n++){var p=m[n].split("="),q=c(p.shift()),r=p.join("=");if(e&&e===q){l=f(r,g);break}e||void 0===(r=f(r))||(l[q]=r)}return l};h.defaults={},a.removeCookie=function(b,c){return void 0===a.cookie(b)?!1:(a.cookie(b,"",a.extend({},c,{expires:-1})),!a.cookie(b))}}); \ No newline at end of file diff --git a/static/css/app_manage.css b/static/css/app_manage.css index 6b97cb3..bdbfc1b 100644 --- a/static/css/app_manage.css +++ b/static/css/app_manage.css @@ -82,9 +82,6 @@ .resNav .navbar-nav>.open>a, .resNav .navbar-nav>.open>a:focus, .resNav .navbar-nav>.open>a:hover{ background-color: #3779ff; } -#nv_adminphp .navbar-inverse .resNav .navbar-nav>.open>a, .resNav .navbar-nav>.open>a:focus, .resNav .navbar-nav>.open>a:hover{ - background-color: #4664d2; -} .navbar-inverse .navbar-toggle{ border:0; } @@ -242,7 +239,6 @@ overflow-y: auto; overflow-x: hidden; max-height: 536px; - background: #FFF; z-index: 5; } .hide{ @@ -306,7 +302,6 @@ padding:0 5px; line-height:20px; font-size: 13px; - color: #333333; } #app_context .app-more{ display: block; @@ -687,9 +682,6 @@ button.input-search-drop { color: #71717a; vertical-align: text-bottom; } -.all-notice .left-notice{ - background:#fbfbfc!important ; -} @media only screen and (min-width:992px ) { .main-allcontent{ padding: 0px 100px!important; @@ -802,4 +794,4 @@ button.input-search-drop { .bs-container>.bs-left-container{ display:none ; } -} +} \ No newline at end of file diff --git a/static/css/common.css b/static/css/common.css index 20a5a0e..2736950 100644 --- a/static/css/common.css +++ b/static/css/common.css @@ -514,8 +514,6 @@ select { .bs-left-container{ width:200px; - /*background: #FFF; - border-right: 1px solid #DDD;*/ position:absolute; top: 0; left:0; @@ -523,11 +521,7 @@ select { -webkit-overflow-scrolling: touch; z-index:100; border-right: 1px solid #e8e8e8; - /*border-top:1px solid #FFF;*/ background: #fbfbfb; - /* -webkit-box-shadow: inset -3px 0px 8px -4px rgba(0, 0, 0, 0.1); - -moz-box-shadow: inset -3px 0px 8px -4px rgba(0, 0, 0, 0.1); - box-shadow: inset -3px 0px 8px -4px rgba(0, 0, 0, 0.07); */ } .bs-left-container .bs-left-title{ padding-left: 30px; @@ -542,7 +536,7 @@ select { } .bs-left-container .nav-stacked>li{ list-style: none; - margin: 0; + margin: 3px; } .bs-left-container .nav-stacked>li>a{ padding: 0 25px; @@ -558,18 +552,16 @@ select { white-space: nowrap; text-overflow: ellipsis; overflow: hidden; + border-radius: 5px; } .bs-left-container .nav-stacked>li>a:hover{ background: rgba(33,33,33,.05); color: #424242; - /*border-top: 1px solid #E8E8E8;*/ - /*border-bottom: 1px solid #E8E8E8;*/ } .bs-left-container .nav-stacked>.active>a{ - background: #e6edf9; - color: #424242; - /*border-top: 1px solid #EAEAEA;*/ - /*border-bottom: 1px solid #EAEAEA;*/ + background: #3779ff; + color: #fff; + border-radius: 5px; } .bs-left-container .nav-stacked>.active>a:hover{ background: rgba(33,33,33,.05); @@ -1285,10 +1277,6 @@ dl>dd{ font-size: 1rem; color: rgba(76, 138, 251, 1); } -#nv_adminphp .navbar-inverse{ - background: #4664d2; - border-color: #4664d2; -} /*showDialog 关闭按钮*/ /* showDialog 样式修改 */ .alert-close { @@ -1482,4 +1470,11 @@ div.tagsinput{ -webkit-animation: dzz-spin 2s infinite linear; animation: dzz-spin 2s infinite linear; } -/*图标旋转*/ \ No newline at end of file +/*图标旋转*/ + +.no-result-title { + font-size: large; + font-weight: 700; + text-align: center; + padding: 10px 0; +} \ No newline at end of file diff --git a/static/image/common/arw_r.gif b/static/image/common/arw_r.gif new file mode 100644 index 0000000..eeeafdc Binary files /dev/null and b/static/image/common/arw_r.gif differ diff --git a/static/image/common/no_list.png b/static/image/common/no_list.png new file mode 100644 index 0000000..8cfb5fc Binary files /dev/null and b/static/image/common/no_list.png differ diff --git a/static/jquery_weui/css/jquery-weui.min.css b/static/jquery_weui/css/jquery-weui.min.css index 7231a63..7a3dae7 100644 --- a/static/jquery_weui/css/jquery-weui.min.css +++ b/static/jquery_weui/css/jquery-weui.min.css @@ -3,4 +3,32 @@ * By 言川 * http://lihongxun945.github.io/jquery-weui/ */ -.preloader{width:20px;height:20px;-webkit-transform-origin:50%;transform-origin:50%;-webkit-animation:preloader-spin 1s steps(12,end) infinite;animation:preloader-spin 1s steps(12,end) infinite}.preloader:after{display:block;width:100%;height:100%;content:"";background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-repeat:no-repeat;background-position:50%;background-size:100%}@-webkit-keyframes preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}label>*{pointer-events:none}html{font-size:20px}body{font-size:16px}@media only screen and (min-width:400px){html{font-size:21.33px!important}}@media only screen and (min-width:414px){html{font-size:22.08px!important}}@media only screen and (min-width:480px){html{font-size:25.6px!important}}.weui_navbar{z-index:10}.weui-mask,.weui-popup-container,.weui-popup-overlay{z-index:1000}.weui-row{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-webkit-box-lines:multiple;-moz-box-lines:multiple;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start}.weui-row>[class*=col-]{box-sizing:border-box}.weui-row .col-auto{width:100%}.weui-row .weui-col-100{width:100%;width:calc((100% - 15px*0)/ 1)}.weui-row.weui-no-gutter .weui-col-100{width:100%}.weui-row .weui-col-95{width:95%;width:calc((100% - 15px*.05263157894736836)/ 1.0526315789473684)}.weui-row.weui-no-gutter .weui-col-95{width:95%}.weui-row .weui-col-90{width:90%;width:calc((100% - 15px*.11111111111111116)/ 1.1111111111111112)}.weui-row.weui-no-gutter .weui-col-90{width:90%}.weui-row .weui-col-85{width:85%;width:calc((100% - 15px*.17647058823529416)/ 1.1764705882352942)}.weui-row.weui-no-gutter .weui-col-85{width:85%}.weui-row .weui-col-80{width:80%;width:calc((100% - 15px*.25)/ 1.25)}.weui-row.weui-no-gutter .weui-col-80{width:80%}.weui-row .weui-col-75{width:75%;width:calc((100% - 15px*.33333333333333326)/ 1.3333333333333333)}.weui-row.weui-no-gutter .weui-col-75{width:75%}.weui-row .weui-col-66{width:66.66666666666666%;width:calc((100% - 15px*.5000000000000002)/ 1.5000000000000002)}.weui-row.weui-no-gutter .weui-col-66{width:66.66666666666666%}.weui-row .weui-col-60{width:60%;width:calc((100% - 15px*.6666666666666667)/ 1.6666666666666667)}.weui-row.weui-no-gutter .weui-col-60{width:60%}.weui-row .weui-col-50{width:50%;width:calc((100% - 15px*1)/ 2)}.weui-row.weui-no-gutter .weui-col-50{width:50%}.weui-row .weui-col-40{width:40%;width:calc((100% - 15px*1.5)/ 2.5)}.weui-row.weui-no-gutter .weui-col-40{width:40%}.weui-row .weui-col-33{width:33.333333333333336%;width:calc((100% - 15px*2)/ 3)}.weui-row.weui-no-gutter .weui-col-33{width:33.333333333333336%}.weui-row .weui-col-25{width:25%;width:calc((100% - 15px*3)/ 4)}.weui-row.weui-no-gutter .weui-col-25{width:25%}.weui-row .weui-col-20{width:20%;width:calc((100% - 15px*4)/ 5)}.weui-row.weui-no-gutter .weui-col-20{width:20%}.weui-row .weui-col-15{width:15%;width:calc((100% - 15px*5.666666666666667)/ 6.666666666666667)}.weui-row.weui-no-gutter .weui-col-15{width:15%}.weui-row .weui-col-10{width:10%;width:calc((100% - 15px*9)/ 10)}.weui-row.weui-no-gutter .weui-col-10{width:10%}.weui-row .weui-col-5{width:5%;width:calc((100% - 15px*19)/ 20)}.weui-row.weui-no-gutter .weui-col-5{width:5%}.weui-row .weui-col-auto:nth-last-child(1),.weui-row .weui-col-auto:nth-last-child(1)~.weui-col-auto{width:100%;width:calc((100% - 15px*0)/ 1)}.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(1),.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(1)~.weui-col-auto{width:100%}.weui-row .weui-col-auto:nth-last-child(2),.weui-row .weui-col-auto:nth-last-child(2)~.weui-col-auto{width:50%;width:calc((100% - 15px*1)/ 2)}.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(2),.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(2)~.weui-col-auto{width:50%}.weui-row .weui-col-auto:nth-last-child(3),.weui-row .weui-col-auto:nth-last-child(3)~.weui-col-auto{width:33.33333333%;width:calc((100% - 15px*2)/ 3)}.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(3),.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(3)~.weui-col-auto{width:33.33333333%}.weui-row .weui-col-auto:nth-last-child(4),.weui-row .weui-col-auto:nth-last-child(4)~.weui-col-auto{width:25%;width:calc((100% - 15px*3)/ 4)}.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(4),.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(4)~.weui-col-auto{width:25%}.weui-row .weui-col-auto:nth-last-child(5),.weui-row .weui-col-auto:nth-last-child(5)~.weui-col-auto{width:20%;width:calc((100% - 15px*4)/ 5)}.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(5),.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(5)~.weui-col-auto{width:20%}.weui-row .weui-col-auto:nth-last-child(6),.weui-row .weui-col-auto:nth-last-child(6)~.weui-col-auto{width:16.66666667%;width:calc((100% - 15px*5)/ 6)}.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(6),.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(6)~.weui-col-auto{width:16.66666667%}.weui-row .weui-col-auto:nth-last-child(7),.weui-row .weui-col-auto:nth-last-child(7)~.weui-col-auto{width:14.28571429%;width:calc((100% - 15px*6)/ 7)}.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(7),.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(7)~.weui-col-auto{width:14.28571429%}.weui-row .weui-col-auto:nth-last-child(8),.weui-row .weui-col-auto:nth-last-child(8)~.weui-col-auto{width:12.5%;width:calc((100% - 15px*7)/ 8)}.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(8),.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(8)~.weui-col-auto{width:12.5%}.weui-row .weui-col-auto:nth-last-child(9),.weui-row .weui-col-auto:nth-last-child(9)~.weui-col-auto{width:11.11111111%;width:calc((100% - 15px*8)/ 9)}.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(9),.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(9)~.weui-col-auto{width:11.11111111%}.weui-row .weui-col-auto:nth-last-child(10),.weui-row .weui-col-auto:nth-last-child(10)~.weui-col-auto{width:10%;width:calc((100% - 15px*9)/ 10)}.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(10),.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(10)~.weui-col-auto{width:10%}.weui-row .weui-col-auto:nth-last-child(11),.weui-row .weui-col-auto:nth-last-child(11)~.weui-col-auto{width:9.09090909%;width:calc((100% - 15px*10)/ 11)}.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(11),.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(11)~.weui-col-auto{width:9.09090909%}.weui-row .weui-col-auto:nth-last-child(12),.weui-row .weui-col-auto:nth-last-child(12)~.weui-col-auto{width:8.33333333%;width:calc((100% - 15px*11)/ 12)}.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(12),.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(12)~.weui-col-auto{width:8.33333333%}.weui-row .weui-col-auto:nth-last-child(13),.weui-row .weui-col-auto:nth-last-child(13)~.weui-col-auto{width:7.69230769%;width:calc((100% - 15px*12)/ 13)}.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(13),.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(13)~.weui-col-auto{width:7.69230769%}.weui-row .weui-col-auto:nth-last-child(14),.weui-row .weui-col-auto:nth-last-child(14)~.weui-col-auto{width:7.14285714%;width:calc((100% - 15px*13)/ 14)}.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(14),.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(14)~.weui-col-auto{width:7.14285714%}.weui-row .weui-col-auto:nth-last-child(15),.weui-row .weui-col-auto:nth-last-child(15)~.weui-col-auto{width:6.66666667%;width:calc((100% - 15px*14)/ 15)}.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(15),.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(15)~.weui-col-auto{width:6.66666667%}@media all and (min-width:768px){.row .tablet-100{width:100%;width:calc((100% - 15px*0)/ 1)}.row.no-gutter .tablet-100{width:100%}.row .tablet-95{width:95%;width:calc((100% - 15px*.05263157894736836)/ 1.0526315789473684)}.row.no-gutter .tablet-95{width:95%}.row .tablet-90{width:90%;width:calc((100% - 15px*.11111111111111116)/ 1.1111111111111112)}.row.no-gutter .tablet-90{width:90%}.row .tablet-85{width:85%;width:calc((100% - 15px*.17647058823529416)/ 1.1764705882352942)}.row.no-gutter .tablet-85{width:85%}.row .tablet-80{width:80%;width:calc((100% - 15px*.25)/ 1.25)}.row.no-gutter .tablet-80{width:80%}.row .tablet-75{width:75%;width:calc((100% - 15px*.33333333333333326)/ 1.3333333333333333)}.row.no-gutter .tablet-75{width:75%}.row .tablet-66{width:66.66666666666666%;width:calc((100% - 15px*.5000000000000002)/ 1.5000000000000002)}.row.no-gutter .tablet-66{width:66.66666666666666%}.row .tablet-60{width:60%;width:calc((100% - 15px*.6666666666666667)/ 1.6666666666666667)}.row.no-gutter .tablet-60{width:60%}.row .tablet-50{width:50%;width:calc((100% - 15px*1)/ 2)}.row.no-gutter .tablet-50{width:50%}.row .tablet-40{width:40%;width:calc((100% - 15px*1.5)/ 2.5)}.row.no-gutter .tablet-40{width:40%}.row .tablet-33{width:33.333333333333336%;width:calc((100% - 15px*2)/ 3)}.row.no-gutter .tablet-33{width:33.333333333333336%}.row .tablet-25{width:25%;width:calc((100% - 15px*3)/ 4)}.row.no-gutter .tablet-25{width:25%}.row .tablet-20{width:20%;width:calc((100% - 15px*4)/ 5)}.row.no-gutter .tablet-20{width:20%}.row .tablet-15{width:15%;width:calc((100% - 15px*5.666666666666667)/ 6.666666666666667)}.row.no-gutter .tablet-15{width:15%}.row .tablet-10{width:10%;width:calc((100% - 15px*9)/ 10)}.row.no-gutter .tablet-10{width:10%}.row .tablet-5{width:5%;width:calc((100% - 15px*19)/ 20)}.row.no-gutter .tablet-5{width:5%}.row .tablet-auto:nth-last-child(1),.row .tablet-auto:nth-last-child(1)~.col-auto{width:100%;width:calc((100% - 15px*0)/ 1)}.row.no-gutter .tablet-auto:nth-last-child(1),.row.no-gutter .tablet-auto:nth-last-child(1)~.tablet-auto{width:100%}.row .tablet-auto:nth-last-child(2),.row .tablet-auto:nth-last-child(2)~.col-auto{width:50%;width:calc((100% - 15px*1)/ 2)}.row.no-gutter .tablet-auto:nth-last-child(2),.row.no-gutter .tablet-auto:nth-last-child(2)~.tablet-auto{width:50%}.row .tablet-auto:nth-last-child(3),.row .tablet-auto:nth-last-child(3)~.col-auto{width:33.33333333%;width:calc((100% - 15px*2)/ 3)}.row.no-gutter .tablet-auto:nth-last-child(3),.row.no-gutter .tablet-auto:nth-last-child(3)~.tablet-auto{width:33.33333333%}.row .tablet-auto:nth-last-child(4),.row .tablet-auto:nth-last-child(4)~.col-auto{width:25%;width:calc((100% - 15px*3)/ 4)}.row.no-gutter .tablet-auto:nth-last-child(4),.row.no-gutter .tablet-auto:nth-last-child(4)~.tablet-auto{width:25%}.row .tablet-auto:nth-last-child(5),.row .tablet-auto:nth-last-child(5)~.col-auto{width:20%;width:calc((100% - 15px*4)/ 5)}.row.no-gutter .tablet-auto:nth-last-child(5),.row.no-gutter .tablet-auto:nth-last-child(5)~.tablet-auto{width:20%}.row .tablet-auto:nth-last-child(6),.row .tablet-auto:nth-last-child(6)~.col-auto{width:16.66666667%;width:calc((100% - 15px*5)/ 6)}.row.no-gutter .tablet-auto:nth-last-child(6),.row.no-gutter .tablet-auto:nth-last-child(6)~.tablet-auto{width:16.66666667%}.row .tablet-auto:nth-last-child(7),.row .tablet-auto:nth-last-child(7)~.col-auto{width:14.28571429%;width:calc((100% - 15px*6)/ 7)}.row.no-gutter .tablet-auto:nth-last-child(7),.row.no-gutter .tablet-auto:nth-last-child(7)~.tablet-auto{width:14.28571429%}.row .tablet-auto:nth-last-child(8),.row .tablet-auto:nth-last-child(8)~.col-auto{width:12.5%;width:calc((100% - 15px*7)/ 8)}.row.no-gutter .tablet-auto:nth-last-child(8),.row.no-gutter .tablet-auto:nth-last-child(8)~.tablet-auto{width:12.5%}.row .tablet-auto:nth-last-child(9),.row .tablet-auto:nth-last-child(9)~.col-auto{width:11.11111111%;width:calc((100% - 15px*8)/ 9)}.row.no-gutter .tablet-auto:nth-last-child(9),.row.no-gutter .tablet-auto:nth-last-child(9)~.tablet-auto{width:11.11111111%}.row .tablet-auto:nth-last-child(10),.row .tablet-auto:nth-last-child(10)~.col-auto{width:10%;width:calc((100% - 15px*9)/ 10)}.row.no-gutter .tablet-auto:nth-last-child(10),.row.no-gutter .tablet-auto:nth-last-child(10)~.tablet-auto{width:10%}.row .tablet-auto:nth-last-child(11),.row .tablet-auto:nth-last-child(11)~.col-auto{width:9.09090909%;width:calc((100% - 15px*10)/ 11)}.row.no-gutter .tablet-auto:nth-last-child(11),.row.no-gutter .tablet-auto:nth-last-child(11)~.tablet-auto{width:9.09090909%}.row .tablet-auto:nth-last-child(12),.row .tablet-auto:nth-last-child(12)~.col-auto{width:8.33333333%;width:calc((100% - 15px*11)/ 12)}.row.no-gutter .tablet-auto:nth-last-child(12),.row.no-gutter .tablet-auto:nth-last-child(12)~.tablet-auto{width:8.33333333%}.row .tablet-auto:nth-last-child(13),.row .tablet-auto:nth-last-child(13)~.col-auto{width:7.69230769%;width:calc((100% - 15px*12)/ 13)}.row.no-gutter .tablet-auto:nth-last-child(13),.row.no-gutter .tablet-auto:nth-last-child(13)~.tablet-auto{width:7.69230769%}.row .tablet-auto:nth-last-child(14),.row .tablet-auto:nth-last-child(14)~.col-auto{width:7.14285714%;width:calc((100% - 15px*13)/ 14)}.row.no-gutter .tablet-auto:nth-last-child(14),.row.no-gutter .tablet-auto:nth-last-child(14)~.tablet-auto{width:7.14285714%}.row .tablet-auto:nth-last-child(15),.row .tablet-auto:nth-last-child(15)~.col-auto{width:6.66666667%;width:calc((100% - 15px*14)/ 15)}.row.no-gutter .tablet-auto:nth-last-child(15),.row.no-gutter .tablet-auto:nth-last-child(15)~.tablet-auto{width:6.66666667%}}.weui-cell__hd img{display:block;margin-right:5px}.weui-cell_swiped .weui-cell__bd{-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.swipeout-touching .weui-cell__bd{-webkit-transition:none;transition:none}.weui-dialog,.weui-toast{-webkit-transition-duration:.2s;transition-duration:.2s;opacity:0;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transform-origin:0 0;transform-origin:0 0;visibility:hidden;margin:0;top:45%;z-index:2000}.weui-dialog .weui-dialog__btn.default,.weui-toast .weui-dialog__btn.default{color:#5f646e}.weui-dialog .weui-dialog__btn+.weui-dialog__btn,.weui-toast .weui-dialog__btn+.weui-dialog__btn{position:relative}.weui-dialog .weui-dialog__btn+.weui-dialog__btn:after,.weui-toast .weui-dialog__btn+.weui-dialog__btn:after{content:" ";position:absolute;left:0;top:0;width:1px;height:100%;border-left:1px solid #D5D5D6;color:#D5D5D6;-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:scaleX(.5);transform:scaleX(.5)}.weui-dialog.weui-dialog--visible,.weui-dialog.weui-toast--visible,.weui-toast.weui-dialog--visible,.weui-toast.weui-toast--visible{opacity:1;visibility:visible}.weui-toast_forbidden{color:#F76260}.weui-toast_cancel .weui-icon-toast:before{content:"\EA0D"}.weui-toast_forbidden .weui-icon-toast:before{content:"\EA0B";color:#F76260}.weui-toast_text{min-height:1em;width:auto;height:45px;border-radius:25px;margin-left:0;-webkit-transform:scale(.9) translate3d(-50%,0,0);transform:scale(.9) translate3d(-50%,0,0);-webkit-transform-origin:left;transform-origin:left}.weui-toast_text.weui-toast--visible{-webkit-transform:scale(1) translate3d(-50%,0,0);transform:scale(1) translate3d(-50%,0,0)}.weui-toast_text .weui-icon-toast{display:none}.weui-toast_text .weui-toast_content{margin:10px 15px}.weui-mask{opacity:0;-webkit-transition-duration:.3s;transition-duration:.3s;visibility:hidden}.weui-mask.weui-mask--visible{opacity:1;visibility:visible}.weui-prompt-input{padding:4px 6px;border:1px solid #ccc;box-sizing:border-box;height:2em;width:80%;margin-top:10px}.weui-pull-to-refresh{margin-top:-50px;-webkit-transition:-webkit-transform .4s;transition:-webkit-transform .4s;transition:transform .4s;transition:transform .4s,-webkit-transform .4s}.weui-pull-to-refresh.refreshing{-webkit-transform:translate3d(0,50px,0);transform:translate3d(0,50px,0)}.weui-pull-to-refresh.touching{-webkit-transition-duration:0s;transition-duration:0s}.weui-pull-to-refresh__layer{height:30px;line-height:30px;padding:10px;text-align:center}.weui-pull-to-refresh__layer .down{display:inline-block}.weui-pull-to-refresh__layer .refresh,.weui-pull-to-refresh__layer .up{display:none}.weui-pull-to-refresh__layer .weui-pull-to-refresh__arrow{display:inline-block;z-index:10;width:20px;height:20px;margin-right:4px;vertical-align:-4px;background:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2026%2040'%3E%3Cpolygon%20points%3D'9%2C22%209%2C0%2017%2C0%2017%2C22%2026%2C22%2013.5%2C40%200%2C22'%20fill%3D'%238c8c8c'%2F%3E%3C%2Fsvg%3E") center no-repeat;background-size:13px 20px;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transform:rotate(0) translate3d(0,0,0);transform:rotate(0) translate3d(0,0,0)}.weui-pull-to-refresh__layer .weui-pull-to-refresh__preloader{display:none;vertical-align:-4px;margin-right:4px;width:20px;height:20px;-webkit-transform-origin:50%;transform-origin:50%;-webkit-animation:preloader-spin 1s steps(12,end) infinite;animation:preloader-spin 1s steps(12,end) infinite}.weui-pull-to-refresh__layer .weui-pull-to-refresh__preloader:after{display:block;width:100%;height:100%;content:"";background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-repeat:no-repeat;background-position:50%;background-size:100%}.pull-up .weui-pull-to-refresh__layer .down,.refreshing .weui-pull-to-refresh__layer .down{display:none}.pull-up .weui-pull-to-refresh__layer .weui-pull-to-refresh__arrow{display:inline-block;-webkit-transform:rotate(180deg) translate3d(0,0,0);transform:rotate(180deg) translate3d(0,0,0)}.pull-down .weui-pull-to-refresh__layer .down,.pull-down .weui-pull-to-refresh__layer .weui-pull-to-refresh__arrow,.pull-up .weui-pull-to-refresh__layer .up{display:inline-block}.refreshing .weui-pull-to-refresh__layer .weui-pull-to-refresh__arrow{display:none}.refreshing .weui-pull-to-refresh__layer .refresh,.refreshing .weui-pull-to-refresh__layer .weui-pull-to-refresh__preloader{display:inline-block}@keyframes preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.weui-tab__bd-item.weui-pull-to-refresh{position:absolute;top:50px}.toolbar,.weui-tabbar__item{position:relative}.weui-tabbar__item.weui-bar__item--on .weui-tabbar__label{color:#04BE02}.weui-navbar__item{color:#888}.weui-navbar__item.weui-bar__item--on{color:#666;background-color:#f1f1f1}.toolbar,.toolbar .title{font-size:.85rem;color:#3d4145;width:100%}.weui-tab__bd{box-sizing:border-box;height:100%}.weui-tab__bd .weui-tab__bd-item{display:none;height:100%;overflow:auto}.weui-tab__bd .weui-tab__bd-item.weui-tab__bd-item--active{display:block}.weui-navbar+.weui-tab__bd{padding-top:50px}.toolbar{line-height:1.5;background:#f7f7f8}.toolbar:before{content:'';position:absolute;left:0;top:0;bottom:auto;right:auto;height:1px;width:100%;background-color:#d9d9d9;display:block;z-index:15;-webkit-transform-origin:50% 0;transform-origin:50% 0}.toolbar .toolbar-inner,.weui-picker-modal .picker-items{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex}@media only screen and (-webkit-min-device-pixel-ratio:2){.toolbar:before{-webkit-transform:scaleY(.5);transform:scaleY(.5)}}@media only screen and (-webkit-min-device-pixel-ratio:3){.toolbar:before{-webkit-transform:scaleY(.33);transform:scaleY(.33)}}.toolbar .toolbar-inner{height:2.2rem;display:flex;text-align:center}.toolbar .title{position:absolute;display:block;padding:0;font-weight:400;line-height:2.2rem;text-align:center;white-space:nowrap}.toolbar .picker-button{position:absolute;right:0;box-sizing:border-box;height:2.2rem;line-height:2.2rem;color:#04BE02;z-index:1;padding:0 .5rem}.weui-picker-modal{width:100%;position:absolute;bottom:0;text-align:center;border-radius:0;opacity:.6;color:#3d4145;-webkit-transition-duration:.3s;transition-duration:.3s;height:13rem;background:#EFEFF4;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform}.weui-picker-modal.picker-modal-inline{height:10.8rem;opacity:1;position:static;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.weui-picker-modal.picker-modal-inline .toolbar{display:none}.weui-picker-modal.picker-columns-single .picker-items-col{width:100%}.weui-picker-modal.weui-picker-modal-visible{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.weui-picker-modal .picker-modal-inner{position:relative;height:10.8rem}.weui-picker-modal .picker-columns{width:100%;height:13rem;z-index:11500}.popover .weui-picker-modal .picker-columns,.weui-picker-modal .picker-columns.picker-modal-inline{height:10rem}@media (orientation:landscape) and (max-height:415px){.weui-picker-modal .picker-columns:not(.picker-modal-inline){height:10rem}}.weui-picker-modal .popover.popover-picker-columns{width:14rem}.weui-picker-modal .picker-items{display:flex;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;width:100%;padding:0;text-align:right;font-size:1rem;font-weight:400;-webkit-mask-box-image:-webkit-linear-gradient(bottom,transparent,transparent 5%,#fff 20%,#fff 80%,transparent 95%,transparent);-webkit-mask-box-image:linear-gradient(to top,transparent,transparent 5%,#fff 20%,#fff 80%,transparent 95%,transparent)}.weui-picker-modal .bar+.picker-items{height:10.8rem}.weui-picker-modal .picker-items-col{overflow:hidden;position:relative;max-height:100%}.weui-picker-modal .picker-items-col.picker-items-col-left{text-align:left}.weui-picker-modal .picker-items-col.picker-items-col-center{text-align:center}.weui-picker-modal .picker-items-col.picker-items-col-right{text-align:right}.weui-picker-modal .picker-items-col.picker-items-col-divider{color:#3d4145;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center}.weui-picker-modal .picker-items-col-wrapper{-webkit-transition:.3s;transition:.3s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.weui-picker-modal .picker-item{height:32px;line-height:32px;padding:0 10px;white-space:nowrap;position:relative;overflow:hidden;text-overflow:ellipsis;color:#9b9b9b;left:0;top:0;width:100%;box-sizing:border-box;-webkit-transition:.3s;transition:.3s}.picker-items-col-absolute .weui-picker-modal .picker-item{position:absolute}.weui-picker-modal .picker-item.picker-item-far{pointer-events:none}.weui-picker-modal .picker-item.picker-selected{color:#3d4145;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-transform:rotateX(0);transform:rotateX(0)}.weui-picker-modal .picker-center-highlight{height:32px;box-sizing:border-box;position:absolute;left:0;width:100%;top:50%;margin-top:-16px;pointer-events:none}.weui-picker-modal .picker-center-highlight:after,.weui-picker-modal .picker-center-highlight:before{content:'';position:absolute;right:auto;height:1px;background-color:#D9D9D9;display:block;z-index:15;left:0;width:100%}.weui-picker-modal .picker-center-highlight:before{top:0;bottom:auto;-webkit-transform-origin:50% 0;transform-origin:50% 0}@media only screen and (-webkit-min-device-pixel-ratio:2){.weui-picker-modal .picker-center-highlight:before{-webkit-transform:scaleY(.5);transform:scaleY(.5)}}@media only screen and (-webkit-min-device-pixel-ratio:3){.weui-picker-modal .picker-center-highlight:before{-webkit-transform:scaleY(.33);transform:scaleY(.33)}}.weui-picker-modal .picker-center-highlight:after{bottom:0;top:auto;-webkit-transform-origin:50% 100%;transform-origin:50% 100%}@media only screen and (-webkit-min-device-pixel-ratio:2){.weui-picker-modal .picker-center-highlight:after{-webkit-transform:scaleY(.5);transform:scaleY(.5)}}@media only screen and (-webkit-min-device-pixel-ratio:3){.weui-picker-modal .picker-center-highlight:after{-webkit-transform:scaleY(.33);transform:scaleY(.33)}}.weui-picker-modal .picker-3d .picker-items{overflow:hidden;-webkit-perspective:1200px;perspective:1200px}.weui-picker-modal .picker-3d .picker-item,.weui-picker-modal .picker-3d .picker-items-col,.weui-picker-modal .picker-3d .picker-items-col-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.weui-picker-modal .picker-3d .picker-items-col{overflow:visible}.weui-picker-modal .picker-3d .picker-item{-webkit-transform-origin:center center -110px;transform-origin:center center -110px;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.weui-picker-container,.weui-picker-overlay{position:fixed;bottom:0;left:0;right:0;height:0;width:100%;z-index:1000}.picker-calendar-row:after,.picker-calendar-week-days:after{content:'';z-index:15;left:0;right:auto}.city-picker .picker-items-col{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;max-width:7rem}.weui-picker-container .weui-cells{margin:0;text-align:left}.datetime-picker .picker-item{text-overflow:initial}.weui-select-modal{height:auto}.weui-select-modal .weui-cells{margin:0;text-align:left;overflow-y:auto;overflow-x:hidden;max-height:16rem}.weui-select-modal .weui-cells:after{display:none}.picker-calendar-month,.picker-calendar-week-days{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex}.weui-picker-calendar{background:#fff;height:15rem;width:100%;overflow:hidden}.weui-picker-calendar .picker-modal-inner{overflow:hidden;height:12.8rem}.picker-calendar-week-days{height:.9rem;background:#f7f7f8;display:flex;font-size:11px;box-sizing:border-box;position:relative}.picker-calendar-week-days:after{position:absolute;bottom:0;top:auto;height:1px;width:100%;background-color:#c4c4c4;display:block;-webkit-transform-origin:50% 100%;transform-origin:50% 100%}@media only screen and (-webkit-min-device-pixel-ratio:2){.picker-calendar-week-days:after{-webkit-transform:scaleY(.5);transform:scaleY(.5)}}@media only screen and (-webkit-min-device-pixel-ratio:3){.picker-calendar-week-days:after{-webkit-transform:scaleY(.33);transform:scaleY(.33)}}.picker-calendar-week-days .picker-calendar-week-day{-ms-flex:0 1 auto;-webkit-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1;width:14.28571429%;width:calc(100% / 7);line-height:17px;text-align:center}.picker-calendar-week-days+.picker-calendar-months{height:11.9rem}.picker-calendar-months{width:100%;height:100%;overflow:hidden;position:relative}.picker-calendar-months-wrapper{position:relative;width:100%;height:100%;-webkit-transition:.3s;transition:.3s}.picker-calendar-month{display:flex;-webkit-box-orient:vertical;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column;width:100%;height:100%;position:absolute;left:0;top:0}.picker-calendar-row{height:16.66666667%;height:calc(100% / 6);display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex:0 1 auto;-webkit-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1;width:100%;position:relative}.picker-calendar-row:after{position:absolute;bottom:0;top:auto;height:1px;width:100%;background-color:#ccc;display:block;-webkit-transform-origin:50% 100%;transform-origin:50% 100%}@media only screen and (-webkit-min-device-pixel-ratio:2){.picker-calendar-row:after{-webkit-transform:scaleY(.5);transform:scaleY(.5)}}@media only screen and (-webkit-min-device-pixel-ratio:3){.picker-calendar-row:after{-webkit-transform:scaleY(.33);transform:scaleY(.33)}}.weui-picker-modal .picker-calendar-row:last-child:after{display:none}.picker-calendar-day{-ms-flex:0 1 auto;-webkit-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;box-sizing:border-box;width:14.28571429%;width:calc(100% / 7);text-align:center;color:#3d4145;font-size:15px;cursor:pointer}.picker-calendar-day.picker-calendar-day-next,.picker-calendar-day.picker-calendar-day-prev{color:#ccc}.picker-calendar-day.picker-calendar-day-disabled{color:#d4d4d4;cursor:auto}.picker-calendar-day.picker-calendar-day-today span{background:#e3e3e3}.picker-calendar-day.picker-calendar-day-selected span{background:#04BE02;color:#fff}.picker-calendar-day span{display:inline-block;border-radius:100%;width:30px;height:30px;line-height:30px}.picker-calendar-month-picker,.picker-calendar-year-picker{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;width:50%;max-width:200px;-webkit-flex-shrink:10;-ms-flex-negative:10;flex-shrink:10}.picker-calendar-month-picker span,.picker-calendar-year-picker span{-ms-flex:0 1 auto;-webkit-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1;position:relative;overflow:hidden;text-overflow:ellipsis}.picker-calendar.picker-modal-inline .picker-calendar-week-days,.popover .picker-calendar .picker-calendar-week-days{background:0 0}.swiper-button-next,.swiper-button-prev,i.icon{background-position:center;background-repeat:no-repeat}.picker-calendar.picker-modal-inline .picker-calendar-week-days:after,.picker-calendar.picker-modal-inline .picker-calendar-week-days:before,.picker-calendar.picker-modal-inline .toolbar:after,.picker-calendar.picker-modal-inline .toolbar:before,.popover .picker-calendar .picker-calendar-week-days:after,.popover .picker-calendar .picker-calendar-week-days:before,.popover .picker-calendar .toolbar:after,.popover .picker-calendar .toolbar:before{display:none}.picker-calendar.picker-modal-inline .picker-calendar-week-days~.picker-calendar-months:before,.picker-calendar.picker-modal-inline .toolbar~.picker-modal-inner .picker-calendar-months:before,.popover .picker-calendar .picker-calendar-week-days~.picker-calendar-months:before,.popover .picker-calendar .toolbar~.picker-modal-inner .picker-calendar-months:before{content:'';position:absolute;left:0;top:0;bottom:auto;right:auto;height:1px;width:100%;background-color:#c4c4c4;display:block;z-index:15;-webkit-transform-origin:50% 0;transform-origin:50% 0}@media only screen and (-webkit-min-device-pixel-ratio:2){.picker-calendar.picker-modal-inline .picker-calendar-week-days~.picker-calendar-months:before,.picker-calendar.picker-modal-inline .toolbar~.picker-modal-inner .picker-calendar-months:before,.popover .picker-calendar .picker-calendar-week-days~.picker-calendar-months:before,.popover .picker-calendar .toolbar~.picker-modal-inner .picker-calendar-months:before{-webkit-transform:scaleY(.5);transform:scaleY(.5)}}@media only screen and (-webkit-min-device-pixel-ratio:3){.picker-calendar.picker-modal-inline .picker-calendar-week-days~.picker-calendar-months:before,.picker-calendar.picker-modal-inline .toolbar~.picker-modal-inner .picker-calendar-months:before,.popover .picker-calendar .picker-calendar-week-days~.picker-calendar-months:before,.popover .picker-calendar .toolbar~.picker-modal-inner .picker-calendar-months:before{-webkit-transform:scaleY(.33);transform:scaleY(.33)}}.picker-calendar-month-picker,.picker-calendar-year-picker{display:block;line-height:2.2rem;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.picker-calendar-month-picker a.icon-only,.picker-calendar-year-picker a.icon-only{min-width:36px;float:left;width:25%;height:2.2rem;line-height:2rem}.picker-calendar-month-picker .current-month-value,.picker-calendar-month-picker .current-year-value,.picker-calendar-year-picker .current-month-value,.picker-calendar-year-picker .current-year-value{float:left;width:50%;height:2.2rem}i.icon{display:inline-block;vertical-align:middle;background-size:100% auto;font-style:normal;position:relative}i.icon.icon-next,i.icon.icon-prev{width:.75rem;height:.75rem}.swiper-slide,.swiper-wrapper{width:100%;height:100%;position:relative}i.icon.icon-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2015%2015'%3E%3Cg%3E%3Cpath%20fill%3D'%2304BE02'%20d%3D'M1%2C1.6l11.8%2C5.8L1%2C13.4V1.6%20M0%2C0v15l15-7.6L0%2C0L0%2C0z'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}i.icon.icon-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2015%2015'%3E%3Cg%3E%3Cpath%20fill%3D'%2304BE02'%20d%3D'M14%2C1.6v11.8L2.2%2C7.6L14%2C1.6%20M15%2C0L0%2C7.6L15%2C15V0L15%2C0z'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}.swiper-container{margin:0 auto;position:relative;overflow:hidden;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}.swiper-wrapper{z-index:1;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-box-lines:multiple;-moz-box-lines:multiple;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-ms-flex:0 0 auto;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start;-webkit-transition-property:-webkit-transform,height;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-wp8-horizontal{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-wp8-vertical{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s;transition:.3s;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-moz-appearance:none;-ms-appearance:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-white .swiper-pagination-bullet{background:#fff}.swiper-pagination-bullet-active{opacity:1;background:#04BE02}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:5px 0;display:block}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 5px}.swiper-pagination-progress{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progress .swiper-pagination-progressbar{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar{-webkit-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progress{width:100%;height:4px;left:0;top:0}.swiper-container-vertical>.swiper-pagination-progress{width:4px;height:100%;left:0;top:0}.swiper-pagination-progress.swiper-pagination-white{background:rgba(255,255,255,.5)}.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar{background:#fff}.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar{background:#000}.swiper-container-3d{-webkit-perspective:1200px;-o-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-coverflow .swiper-wrapper,.swiper-container-flip .swiper-wrapper{-ms-perspective:1200px}.swiper-container-cube,.swiper-container-flip{overflow:visible}.swiper-container-cube .swiper-slide,.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-cube .swiper-slide .swiper-slide,.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active,.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top,.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-slide{visibility:hidden;-webkit-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:"";width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.weui-actionsheet{z-index:10000}.weui-popup__container,.weui-popup__overlay{position:fixed;bottom:0;left:0;right:0;width:100%;height:100%;z-index:10}.weui-popup__overlay{background-color:rgba(0,0,0,.6);opacity:0;-webkit-transition:opacity .3s;transition:opacity .3s}.weui-popup__container{display:none}.weui-popup__container.weui-popup__container--visible{display:block}.weui-popup__container .weui-cells{margin:0;text-align:left}.weui-popup__modal{width:100%;position:absolute;z-index:100;bottom:0;border-radius:0;opacity:.6;color:#3d4145;-webkit-transition-duration:.3s;transition-duration:.3s;height:100%;background:#EFEFF4;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;overflow-x:hidden;overflow-y:auto}.popup-bottom .weui-popup__modal{height:auto}.weui-popup__modal .toolbar{position:absolute;left:0;top:0;right:0;z-index:1}.weui-popup__modal .modal-content{height:100%;padding-top:2.2rem;overflow:auto;box-sizing:border-box}.weui-popup__container--visible .weui-popup__overlay{opacity:1}.weui-popup__container--visible .weui-popup__modal{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.weui-notification{position:fixed;width:100%;min-height:3.4rem;top:-2rem;padding-top:2rem;left:0;right:0;z-index:9999;background-color:rgba(0,0,0,.85);color:#fff;font-size:.65rem;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);-webkit-transition:.4s;transition:.4s}.weui-notification.weui-notification--in{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.weui-notification.weui-notification--touching{-webkit-transition-duration:0s;transition-duration:0s}.weui-notification .weui-notification__inner{padding:.4rem .6rem 1rem;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start}.weui-notification .weui-notification__content{width:100%;margin:0 .4rem}.weui-notification .weui-notification__title{font-weight:700}.weui-notification .weui-notification__text{line-height:1}.weui-notification .weui-notification__media{height:1rem;width:1rem}.weui-notification .weui-notification__media img{width:100%}.weui-notification .weui-notification__handle-bar{position:absolute;bottom:.2rem;left:50%;-webkit-transform:translate3d(-50%,0,0);transform:translate3d(-50%,0,0);width:2rem;height:.3rem;border-radius:.15rem;background:#fff;opacity:.5}.weui-photo-browser-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:#000;display:none;opacity:0;-webkit-transition:opacity .3s;transition:opacity .3s}.weui-photo-browser-modal.weui-photo-browser-modal-visible{opacity:1}.weui-photo-browser-modal .swiper-container{height:100%;-webkit-transform:scale(.2);transform:scale(.2);-webkit-transition:-webkit-transform .5s;transition:-webkit-transform .5s;transition:transform .5s;transition:transform .5s,-webkit-transform .5s}.weui-photo-browser-modal .swiper-container .swiper-pagination-bullet{background:#fff;visibility:hidden}.weui-photo-browser-modal .swiper-container.swiper-container-visible{-webkit-transform:scale(1);transform:scale(1)}.weui-photo-browser-modal .swiper-container.swiper-container-visible .swiper-pagination-bullet{visibility:visible;-webkit-transition-property:visibility;transition-property:visibility;-webkit-transition-delay:.5s;transition-delay:.5s}.weui-photo-browser-modal .swiper-container .swiper-pagination{bottom:10px;left:0;width:100%}.weui-photo-browser-modal .photo-container{height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;justify-content: center;align-items:center;overflow:hidden}.weui-photo-browser-modal .photo-container img{max-width:100%;margin-top:-30px}.weui-photo-browser-modal .caption{position:absolute;bottom:40px;left:0;right:0;color:#fff;text-align:center;padding:0 12px;min-height:3rem;font-size:14px;z-index:10;-webkit-transition:opacity .3s;transition:opacity .3s;-webkit-transition-delay:.5s;transition-delay:.5s;opacity:0}.weui-photo-browser-modal .caption .caption-item{display:none;opacity:0;-webkit-transition:opacity .15s;transition:opacity .15s}.weui-photo-browser-modal .caption .caption-item.active{display:block;opacity:1}.weui-photo-browser-modal .swiper-container-visible .caption{opacity:1}.color-primary{color:#04BE02}.color-danger,.color-error{color:#f6383a}.color-warning{color:#f60}.color-success{color:#4cd964}.bg-danger,.bg-error,.bg-primary,.bg-success,.bg-warning{color:#fff}.bg-primary{background-color:#04BE02}.bg-danger,.bg-error{background-color:#f6383a}.bg-warning{background-color:#f60}.bg-success{background-color:#4cd964}.weui-toptips{z-index:100;opacity:0;-webkit-transition:opacity .3s;transition:opacity .3s}.weui-toptips.weui-toptips_visible{opacity:1}.weui-icon_toast{font-size:55px;color:#fff;margin-bottom:6px}.weui-toast--forbidden .weui-icon_toast{color:#f6383a}.weui-toast--text{min-height:initial;font-size:18px;padding:8px 16px;width:auto;top:40%}.weui-toast--text .weui-icon_toast{display:none}.weui-count{display:inline-block;height:25px;line-height:25px}.weui-count .weui-count__btn{height:21px;width:21px;line-height:21px;display:inline-block;position:relative;border:1px solid #04BE02;border-radius:50%;vertical-align:-6px}.weui-count .weui-count__btn:after,.weui-count .weui-count__btn:before{content:" ";position:absolute;height:1px;width:11px;background-color:#04BE02;left:50%;top:50%;margin-left:-5.5px}.weui-count .weui-count__btn:after{height:11px;width:1px;margin-top:-5.5px;margin-left:-1px}.weui-count .weui-count__decrease:after{display:none}.weui-count .weui-count__increase{background-color:#04BE02}.weui-count .weui-count__increase:after,.weui-count .weui-count__increase:before{background-color:#fff}.weui-count .weui-count__number{background-color:transparent;font-size:.8rem;border:0;width:1.3rem;text-align:center;color:#5f646e}.weui-panel .weui-media-box__title-after{color:#9b9b9b;font-size:.65rem;float:right} \ No newline at end of file +.preloader{width:20px;height:20px;-webkit-transform-origin:50%;transform-origin:50%;-webkit-animation:preloader-spin 1s steps(12,end) infinite;animation:preloader-spin 1s steps(12,end) infinite}.preloader:after{display:block;width:100%;height:100%;content:"";background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-repeat:no-repeat;background-position:50%;background-size:100%}@-webkit-keyframes preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}label>*{pointer-events:none}html{font-size:20px}body{font-size:16px}@media only screen and (min-width:400px){html{font-size:21.33px!important}}@media only screen and (min-width:414px){html{font-size:22.08px!important}}@media only screen and (min-width:480px){html{font-size:25.6px!important}}.weui_navbar{z-index:10}.weui-mask,.weui-popup-container,.weui-popup-overlay{z-index:1000}.weui-row{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-webkit-box-lines:multiple;-moz-box-lines:multiple;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start}.weui-row>[class*=col-]{box-sizing:border-box}.weui-row .col-auto{width:100%}.weui-row .weui-col-100{width:100%;width:calc((100% - 15px*0)/ 1)}.weui-row.weui-no-gutter .weui-col-100{width:100%}.weui-row .weui-col-95{width:95%;width:calc((100% - 15px*.05263157894736836)/ 1.0526315789473684)}.weui-row.weui-no-gutter .weui-col-95{width:95%}.weui-row .weui-col-90{width:90%;width:calc((100% - 15px*.11111111111111116)/ 1.1111111111111112)}.weui-row.weui-no-gutter .weui-col-90{width:90%}.weui-row .weui-col-85{width:85%;width:calc((100% - 15px*.17647058823529416)/ 1.1764705882352942)}.weui-row.weui-no-gutter .weui-col-85{width:85%}.weui-row .weui-col-80{width:80%;width:calc((100% - 15px*.25)/ 1.25)}.weui-row.weui-no-gutter .weui-col-80{width:80%}.weui-row .weui-col-75{width:75%;width:calc((100% - 15px*.33333333333333326)/ 1.3333333333333333)}.weui-row.weui-no-gutter .weui-col-75{width:75%}.weui-row .weui-col-66{width:66.66666666666666%;width:calc((100% - 15px*.5000000000000002)/ 1.5000000000000002)}.weui-row.weui-no-gutter .weui-col-66{width:66.66666666666666%}.weui-row .weui-col-60{width:60%;width:calc((100% - 15px*.6666666666666667)/ 1.6666666666666667)}.weui-row.weui-no-gutter .weui-col-60{width:60%}.weui-row .weui-col-50{width:50%;width:calc((100% - 15px*1)/ 2)}.weui-row.weui-no-gutter .weui-col-50{width:50%}.weui-row .weui-col-40{width:40%;width:calc((100% - 15px*1.5)/ 2.5)}.weui-row.weui-no-gutter .weui-col-40{width:40%}.weui-row .weui-col-33{width:33.333333333333336%;width:calc((100% - 15px*2)/ 3)}.weui-row.weui-no-gutter .weui-col-33{width:33.333333333333336%}.weui-row .weui-col-25{width:25%;width:calc((100% - 15px*3)/ 4)}.weui-row.weui-no-gutter .weui-col-25{width:25%}.weui-row .weui-col-20{width:20%;width:calc((100% - 15px*4)/ 5)}.weui-row.weui-no-gutter .weui-col-20{width:20%}.weui-row .weui-col-15{width:15%;width:calc((100% - 15px*5.666666666666667)/ 6.666666666666667)}.weui-row.weui-no-gutter .weui-col-15{width:15%}.weui-row .weui-col-10{width:10%;width:calc((100% - 15px*9)/ 10)}.weui-row.weui-no-gutter .weui-col-10{width:10%}.weui-row .weui-col-5{width:5%;width:calc((100% - 15px*19)/ 20)}.weui-row.weui-no-gutter .weui-col-5{width:5%}.weui-row .weui-col-auto:nth-last-child(1),.weui-row .weui-col-auto:nth-last-child(1)~.weui-col-auto{width:100%;width:calc((100% - 15px*0)/ 1)}.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(1),.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(1)~.weui-col-auto{width:100%}.weui-row .weui-col-auto:nth-last-child(2),.weui-row .weui-col-auto:nth-last-child(2)~.weui-col-auto{width:50%;width:calc((100% - 15px*1)/ 2)}.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(2),.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(2)~.weui-col-auto{width:50%}.weui-row .weui-col-auto:nth-last-child(3),.weui-row .weui-col-auto:nth-last-child(3)~.weui-col-auto{width:33.33333333%;width:calc((100% - 15px*2)/ 3)}.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(3),.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(3)~.weui-col-auto{width:33.33333333%}.weui-row .weui-col-auto:nth-last-child(4),.weui-row .weui-col-auto:nth-last-child(4)~.weui-col-auto{width:25%;width:calc((100% - 15px*3)/ 4)}.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(4),.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(4)~.weui-col-auto{width:25%}.weui-row .weui-col-auto:nth-last-child(5),.weui-row .weui-col-auto:nth-last-child(5)~.weui-col-auto{width:20%;width:calc((100% - 15px*4)/ 5)}.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(5),.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(5)~.weui-col-auto{width:20%}.weui-row .weui-col-auto:nth-last-child(6),.weui-row .weui-col-auto:nth-last-child(6)~.weui-col-auto{width:16.66666667%;width:calc((100% - 15px*5)/ 6)}.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(6),.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(6)~.weui-col-auto{width:16.66666667%}.weui-row .weui-col-auto:nth-last-child(7),.weui-row .weui-col-auto:nth-last-child(7)~.weui-col-auto{width:14.28571429%;width:calc((100% - 15px*6)/ 7)}.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(7),.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(7)~.weui-col-auto{width:14.28571429%}.weui-row .weui-col-auto:nth-last-child(8),.weui-row .weui-col-auto:nth-last-child(8)~.weui-col-auto{width:12.5%;width:calc((100% - 15px*7)/ 8)}.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(8),.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(8)~.weui-col-auto{width:12.5%}.weui-row .weui-col-auto:nth-last-child(9),.weui-row .weui-col-auto:nth-last-child(9)~.weui-col-auto{width:11.11111111%;width:calc((100% - 15px*8)/ 9)}.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(9),.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(9)~.weui-col-auto{width:11.11111111%}.weui-row .weui-col-auto:nth-last-child(10),.weui-row .weui-col-auto:nth-last-child(10)~.weui-col-auto{width:10%;width:calc((100% - 15px*9)/ 10)}.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(10),.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(10)~.weui-col-auto{width:10%}.weui-row .weui-col-auto:nth-last-child(11),.weui-row .weui-col-auto:nth-last-child(11)~.weui-col-auto{width:9.09090909%;width:calc((100% - 15px*10)/ 11)}.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(11),.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(11)~.weui-col-auto{width:9.09090909%}.weui-row .weui-col-auto:nth-last-child(12),.weui-row .weui-col-auto:nth-last-child(12)~.weui-col-auto{width:8.33333333%;width:calc((100% - 15px*11)/ 12)}.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(12),.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(12)~.weui-col-auto{width:8.33333333%}.weui-row .weui-col-auto:nth-last-child(13),.weui-row .weui-col-auto:nth-last-child(13)~.weui-col-auto{width:7.69230769%;width:calc((100% - 15px*12)/ 13)}.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(13),.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(13)~.weui-col-auto{width:7.69230769%}.weui-row .weui-col-auto:nth-last-child(14),.weui-row .weui-col-auto:nth-last-child(14)~.weui-col-auto{width:7.14285714%;width:calc((100% - 15px*13)/ 14)}.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(14),.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(14)~.weui-col-auto{width:7.14285714%}.weui-row .weui-col-auto:nth-last-child(15),.weui-row .weui-col-auto:nth-last-child(15)~.weui-col-auto{width:6.66666667%;width:calc((100% - 15px*14)/ 15)}.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(15),.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(15)~.weui-col-auto{width:6.66666667%}@media all and (min-width:768px){.row .tablet-100{width:100%;width:calc((100% - 15px*0)/ 1)}.row.no-gutter .tablet-100{width:100%}.row .tablet-95{width:95%;width:calc((100% - 15px*.05263157894736836)/ 1.0526315789473684)}.row.no-gutter .tablet-95{width:95%}.row .tablet-90{width:90%;width:calc((100% - 15px*.11111111111111116)/ 1.1111111111111112)}.row.no-gutter .tablet-90{width:90%}.row .tablet-85{width:85%;width:calc((100% - 15px*.17647058823529416)/ 1.1764705882352942)}.row.no-gutter .tablet-85{width:85%}.row .tablet-80{width:80%;width:calc((100% - 15px*.25)/ 1.25)}.row.no-gutter .tablet-80{width:80%}.row .tablet-75{width:75%;width:calc((100% - 15px*.33333333333333326)/ 1.3333333333333333)}.row.no-gutter .tablet-75{width:75%}.row .tablet-66{width:66.66666666666666%;width:calc((100% - 15px*.5000000000000002)/ 1.5000000000000002)}.row.no-gutter .tablet-66{width:66.66666666666666%}.row .tablet-60{width:60%;width:calc((100% - 15px*.6666666666666667)/ 1.6666666666666667)}.row.no-gutter .tablet-60{width:60%}.row .tablet-50{width:50%;width:calc((100% - 15px*1)/ 2)}.row.no-gutter .tablet-50{width:50%}.row .tablet-40{width:40%;width:calc((100% - 15px*1.5)/ 2.5)}.row.no-gutter .tablet-40{width:40%}.row .tablet-33{width:33.333333333333336%;width:calc((100% - 15px*2)/ 3)}.row.no-gutter .tablet-33{width:33.333333333333336%}.row .tablet-25{width:25%;width:calc((100% - 15px*3)/ 4)}.row.no-gutter .tablet-25{width:25%}.row .tablet-20{width:20%;width:calc((100% - 15px*4)/ 5)}.row.no-gutter .tablet-20{width:20%}.row .tablet-15{width:15%;width:calc((100% - 15px*5.666666666666667)/ 6.666666666666667)}.row.no-gutter .tablet-15{width:15%}.row .tablet-10{width:10%;width:calc((100% - 15px*9)/ 10)}.row.no-gutter .tablet-10{width:10%}.row .tablet-5{width:5%;width:calc((100% - 15px*19)/ 20)}.row.no-gutter .tablet-5{width:5%}.row .tablet-auto:nth-last-child(1),.row .tablet-auto:nth-last-child(1)~.col-auto{width:100%;width:calc((100% - 15px*0)/ 1)}.row.no-gutter .tablet-auto:nth-last-child(1),.row.no-gutter .tablet-auto:nth-last-child(1)~.tablet-auto{width:100%}.row .tablet-auto:nth-last-child(2),.row .tablet-auto:nth-last-child(2)~.col-auto{width:50%;width:calc((100% - 15px*1)/ 2)}.row.no-gutter .tablet-auto:nth-last-child(2),.row.no-gutter .tablet-auto:nth-last-child(2)~.tablet-auto{width:50%}.row .tablet-auto:nth-last-child(3),.row .tablet-auto:nth-last-child(3)~.col-auto{width:33.33333333%;width:calc((100% - 15px*2)/ 3)}.row.no-gutter .tablet-auto:nth-last-child(3),.row.no-gutter .tablet-auto:nth-last-child(3)~.tablet-auto{width:33.33333333%}.row .tablet-auto:nth-last-child(4),.row .tablet-auto:nth-last-child(4)~.col-auto{width:25%;width:calc((100% - 15px*3)/ 4)}.row.no-gutter .tablet-auto:nth-last-child(4),.row.no-gutter .tablet-auto:nth-last-child(4)~.tablet-auto{width:25%}.row .tablet-auto:nth-last-child(5),.row .tablet-auto:nth-last-child(5)~.col-auto{width:20%;width:calc((100% - 15px*4)/ 5)}.row.no-gutter .tablet-auto:nth-last-child(5),.row.no-gutter .tablet-auto:nth-last-child(5)~.tablet-auto{width:20%}.row .tablet-auto:nth-last-child(6),.row .tablet-auto:nth-last-child(6)~.col-auto{width:16.66666667%;width:calc((100% - 15px*5)/ 6)}.row.no-gutter .tablet-auto:nth-last-child(6),.row.no-gutter .tablet-auto:nth-last-child(6)~.tablet-auto{width:16.66666667%}.row .tablet-auto:nth-last-child(7),.row .tablet-auto:nth-last-child(7)~.col-auto{width:14.28571429%;width:calc((100% - 15px*6)/ 7)}.row.no-gutter .tablet-auto:nth-last-child(7),.row.no-gutter .tablet-auto:nth-last-child(7)~.tablet-auto{width:14.28571429%}.row .tablet-auto:nth-last-child(8),.row .tablet-auto:nth-last-child(8)~.col-auto{width:12.5%;width:calc((100% - 15px*7)/ 8)}.row.no-gutter .tablet-auto:nth-last-child(8),.row.no-gutter .tablet-auto:nth-last-child(8)~.tablet-auto{width:12.5%}.row .tablet-auto:nth-last-child(9),.row .tablet-auto:nth-last-child(9)~.col-auto{width:11.11111111%;width:calc((100% - 15px*8)/ 9)}.row.no-gutter .tablet-auto:nth-last-child(9),.row.no-gutter .tablet-auto:nth-last-child(9)~.tablet-auto{width:11.11111111%}.row .tablet-auto:nth-last-child(10),.row .tablet-auto:nth-last-child(10)~.col-auto{width:10%;width:calc((100% - 15px*9)/ 10)}.row.no-gutter .tablet-auto:nth-last-child(10),.row.no-gutter .tablet-auto:nth-last-child(10)~.tablet-auto{width:10%}.row .tablet-auto:nth-last-child(11),.row .tablet-auto:nth-last-child(11)~.col-auto{width:9.09090909%;width:calc((100% - 15px*10)/ 11)}.row.no-gutter .tablet-auto:nth-last-child(11),.row.no-gutter .tablet-auto:nth-last-child(11)~.tablet-auto{width:9.09090909%}.row .tablet-auto:nth-last-child(12),.row .tablet-auto:nth-last-child(12)~.col-auto{width:8.33333333%;width:calc((100% - 15px*11)/ 12)}.row.no-gutter .tablet-auto:nth-last-child(12),.row.no-gutter .tablet-auto:nth-last-child(12)~.tablet-auto{width:8.33333333%}.row .tablet-auto:nth-last-child(13),.row .tablet-auto:nth-last-child(13)~.col-auto{width:7.69230769%;width:calc((100% - 15px*12)/ 13)}.row.no-gutter .tablet-auto:nth-last-child(13),.row.no-gutter .tablet-auto:nth-last-child(13)~.tablet-auto{width:7.69230769%}.row .tablet-auto:nth-last-child(14),.row .tablet-auto:nth-last-child(14)~.col-auto{width:7.14285714%;width:calc((100% - 15px*13)/ 14)}.row.no-gutter .tablet-auto:nth-last-child(14),.row.no-gutter .tablet-auto:nth-last-child(14)~.tablet-auto{width:7.14285714%}.row .tablet-auto:nth-last-child(15),.row .tablet-auto:nth-last-child(15)~.col-auto{width:6.66666667%;width:calc((100% - 15px*14)/ 15)}.row.no-gutter .tablet-auto:nth-last-child(15),.row.no-gutter .tablet-auto:nth-last-child(15)~.tablet-auto{width:6.66666667%}}.weui-cell__hd img{display:block;margin-right:5px}.weui-cell_swiped .weui-cell__bd{-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.swipeout-touching .weui-cell__bd{-webkit-transition:none;transition:none}.weui-dialog,.weui-toast{-webkit-transition-duration:.2s;transition-duration:.2s;opacity:0;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transform-origin:0 0;transform-origin:0 0;visibility:hidden;margin:0;top:45%;z-index:2000}.weui-dialog .weui-dialog__btn.default,.weui-toast .weui-dialog__btn.default{color:#5f646e}.weui-dialog .weui-dialog__btn+.weui-dialog__btn,.weui-toast .weui-dialog__btn+.weui-dialog__btn{position:relative}.weui-dialog .weui-dialog__btn+.weui-dialog__btn:after,.weui-toast .weui-dialog__btn+.weui-dialog__btn:after{content:" ";position:absolute;left:0;top:0;width:1px;height:100%;border-left:1px solid #D5D5D6;color:#D5D5D6;-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:scaleX(.5);transform:scaleX(.5)}.weui-dialog.weui-dialog--visible,.weui-dialog.weui-toast--visible,.weui-toast.weui-dialog--visible,.weui-toast.weui-toast--visible{opacity:1;visibility:visible}.weui-toast_forbidden{color:#F76260}.weui-toast_cancel .weui-icon-toast:before{content:"\EA0D"}.weui-toast_forbidden .weui-icon-toast:before{content:"\EA0B";color:#F76260}.weui-toast_text{min-height:1em;width:auto;height:45px;border-radius:25px;margin-left:0;-webkit-transform:scale(.9) translate3d(-50%,0,0);transform:scale(.9) translate3d(-50%,0,0);-webkit-transform-origin:left;transform-origin:left}.weui-toast_text.weui-toast--visible{-webkit-transform:scale(1) translate3d(-50%,0,0);transform:scale(1) translate3d(-50%,0,0)}.weui-toast_text .weui-icon-toast{display:none}.weui-toast_text .weui-toast_content{margin:10px 15px}.weui-mask{opacity:0;-webkit-transition-duration:.3s;transition-duration:.3s;visibility:hidden}.weui-mask.weui-mask--visible{opacity:1;visibility:visible}.weui-prompt-input{padding:4px 6px;border:1px solid #ccc;box-sizing:border-box;height:2em;width:80%;margin-top:10px}.weui-pull-to-refresh{margin-top:-50px;-webkit-transition:-webkit-transform .4s;transition:-webkit-transform .4s;transition:transform .4s;transition:transform .4s,-webkit-transform .4s}.weui-pull-to-refresh.refreshing{-webkit-transform:translate3d(0,50px,0);transform:translate3d(0,50px,0)}.weui-pull-to-refresh.touching{-webkit-transition-duration:0s;transition-duration:0s}.weui-pull-to-refresh__layer{height:30px;line-height:30px;padding:10px;text-align:center}.weui-pull-to-refresh__layer .down{display:inline-block}.weui-pull-to-refresh__layer .refresh,.weui-pull-to-refresh__layer .up{display:none}.weui-pull-to-refresh__layer .weui-pull-to-refresh__arrow{display:inline-block;z-index:10;width:20px;height:20px;margin-right:4px;vertical-align:-4px;background:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2026%2040'%3E%3Cpolygon%20points%3D'9%2C22%209%2C0%2017%2C0%2017%2C22%2026%2C22%2013.5%2C40%200%2C22'%20fill%3D'%238c8c8c'%2F%3E%3C%2Fsvg%3E") center no-repeat;background-size:13px 20px;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transform:rotate(0) translate3d(0,0,0);transform:rotate(0) translate3d(0,0,0)}.weui-pull-to-refresh__layer .weui-pull-to-refresh__preloader{display:none;vertical-align:-4px;margin-right:4px;width:20px;height:20px;-webkit-transform-origin:50%;transform-origin:50%;-webkit-animation:preloader-spin 1s steps(12,end) infinite;animation:preloader-spin 1s steps(12,end) infinite}.weui-pull-to-refresh__layer .weui-pull-to-refresh__preloader:after{display:block;width:100%;height:100%;content:"";background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-repeat:no-repeat;background-position:50%;background-size:100%}.pull-up .weui-pull-to-refresh__layer .down,.refreshing .weui-pull-to-refresh__layer .down{display:none}.pull-up .weui-pull-to-refresh__layer .weui-pull-to-refresh__arrow{display:inline-block;-webkit-transform:rotate(180deg) translate3d(0,0,0);transform:rotate(180deg) translate3d(0,0,0)}.pull-down .weui-pull-to-refresh__layer .down,.pull-down .weui-pull-to-refresh__layer .weui-pull-to-refresh__arrow,.pull-up .weui-pull-to-refresh__layer .up{display:inline-block}.refreshing .weui-pull-to-refresh__layer .weui-pull-to-refresh__arrow{display:none}.refreshing .weui-pull-to-refresh__layer .refresh,.refreshing .weui-pull-to-refresh__layer .weui-pull-to-refresh__preloader{display:inline-block}@keyframes preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.weui-tab__bd-item.weui-pull-to-refresh{position:absolute;top:50px}.toolbar,.weui-tabbar__item{position:relative}.weui-tabbar__item.weui-bar__item--on .weui-tabbar__label{color:#04BE02}.weui-navbar__item{color:#888}.weui-navbar__item.weui-bar__item--on{color:#666;background-color:#f1f1f1}.toolbar,.toolbar .title{font-size:.85rem;color:#3d4145;width:100%}.weui-tab__bd{box-sizing:border-box;height:100%}.weui-tab__bd .weui-tab__bd-item{display:none;height:100%;overflow:auto}.weui-tab__bd .weui-tab__bd-item.weui-tab__bd-item--active{display:block}.weui-navbar+.weui-tab__bd{padding-top:50px}.toolbar{line-height:1.5;background:#f7f7f8}.toolbar:before{content:'';position:absolute;left:0;top:0;bottom:auto;right:auto;height:1px;width:100%;background-color:#d9d9d9;display:block;z-index:15;-webkit-transform-origin:50% 0;transform-origin:50% 0}.toolbar .toolbar-inner,.weui-picker-modal .picker-items{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex}@media only screen and (-webkit-min-device-pixel-ratio:2){.toolbar:before{-webkit-transform:scaleY(.5);transform:scaleY(.5)}}@media only screen and (-webkit-min-device-pixel-ratio:3){.toolbar:before{-webkit-transform:scaleY(.33);transform:scaleY(.33)}}.toolbar .toolbar-inner{height:2.2rem;display:flex;text-align:center}.toolbar .title{position:absolute;display:block;padding:0;font-weight:400;line-height:2.2rem;text-align:center;white-space:nowrap}.toolbar .picker-button{position:absolute;right:0;box-sizing:border-box;height:2.2rem;line-height:2.2rem;color:#04BE02;z-index:1;padding:0 .5rem}.weui-picker-modal{width:100%;position:absolute;bottom:0;text-align:center;border-radius:0;opacity:.6;color:#3d4145;-webkit-transition-duration:.3s;transition-duration:.3s;height:13rem;background:#EFEFF4;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform}.weui-picker-modal.picker-modal-inline{height:10.8rem;opacity:1;position:static;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.weui-picker-modal.picker-modal-inline .toolbar{display:none}.weui-picker-modal.picker-columns-single .picker-items-col{width:100%}.weui-picker-modal.weui-picker-modal-visible{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.weui-picker-modal .picker-modal-inner{position:relative;height:10.8rem}.weui-picker-modal .picker-columns{width:100%;height:13rem;z-index:11500}.popover .weui-picker-modal .picker-columns,.weui-picker-modal .picker-columns.picker-modal-inline{height:10rem}@media (orientation:landscape) and (max-height:415px){.weui-picker-modal .picker-columns:not(.picker-modal-inline){height:10rem}}.weui-picker-modal .popover.popover-picker-columns{width:14rem}.weui-picker-modal .picker-items{display:flex;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;width:100%;padding:0;text-align:right;font-size:1rem;font-weight:400;-webkit-mask-box-image:-webkit-linear-gradient(bottom,transparent,transparent 5%,#fff 20%,#fff 80%,transparent 95%,transparent);-webkit-mask-box-image:linear-gradient(to top,transparent,transparent 5%,#fff 20%,#fff 80%,transparent 95%,transparent)}.weui-picker-modal .bar+.picker-items{height:10.8rem}.weui-picker-modal .picker-items-col{overflow:hidden;position:relative;max-height:100%}.weui-picker-modal .picker-items-col.picker-items-col-left{text-align:left}.weui-picker-modal .picker-items-col.picker-items-col-center{text-align:center}.weui-picker-modal .picker-items-col.picker-items-col-right{text-align:right}.weui-picker-modal .picker-items-col.picker-items-col-divider{color:#3d4145;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center}.weui-picker-modal .picker-items-col-wrapper{-webkit-transition:.3s;transition:.3s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.weui-picker-modal .picker-item{height:32px;line-height:32px;padding:0 10px;white-space:nowrap;position:relative;overflow:hidden;text-overflow:ellipsis;color:#9b9b9b;left:0;top:0;width:100%;box-sizing:border-box;-webkit-transition:.3s;transition:.3s}.picker-items-col-absolute .weui-picker-modal .picker-item{position:absolute}.weui-picker-modal .picker-item.picker-item-far{pointer-events:none}.weui-picker-modal .picker-item.picker-selected{color:#3d4145;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-transform:rotateX(0);transform:rotateX(0)}.weui-picker-modal .picker-center-highlight{height:32px;box-sizing:border-box;position:absolute;left:0;width:100%;top:50%;margin-top:-16px;pointer-events:none}.weui-picker-modal .picker-center-highlight:after,.weui-picker-modal .picker-center-highlight:before{content:'';position:absolute;right:auto;height:1px;background-color:#D9D9D9;display:block;z-index:15;left:0;width:100%}.weui-picker-modal .picker-center-highlight:before{top:0;bottom:auto;-webkit-transform-origin:50% 0;transform-origin:50% 0}@media only screen and (-webkit-min-device-pixel-ratio:2){.weui-picker-modal .picker-center-highlight:before{-webkit-transform:scaleY(.5);transform:scaleY(.5)}}@media only screen and (-webkit-min-device-pixel-ratio:3){.weui-picker-modal .picker-center-highlight:before{-webkit-transform:scaleY(.33);transform:scaleY(.33)}}.weui-picker-modal .picker-center-highlight:after{bottom:0;top:auto;-webkit-transform-origin:50% 100%;transform-origin:50% 100%}@media only screen and (-webkit-min-device-pixel-ratio:2){.weui-picker-modal .picker-center-highlight:after{-webkit-transform:scaleY(.5);transform:scaleY(.5)}}@media only screen and (-webkit-min-device-pixel-ratio:3){.weui-picker-modal .picker-center-highlight:after{-webkit-transform:scaleY(.33);transform:scaleY(.33)}}.weui-picker-modal .picker-3d .picker-items{overflow:hidden;-webkit-perspective:1200px;perspective:1200px}.weui-picker-modal .picker-3d .picker-item,.weui-picker-modal .picker-3d .picker-items-col,.weui-picker-modal .picker-3d .picker-items-col-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.weui-picker-modal .picker-3d .picker-items-col{overflow:visible}.weui-picker-modal .picker-3d .picker-item{-webkit-transform-origin:center center -110px;transform-origin:center center -110px;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.weui-picker-container,.weui-picker-overlay{position:fixed;bottom:0;left:0;right:0;height:0;width:100%;z-index:1000}.picker-calendar-row:after,.picker-calendar-week-days:after{content:'';z-index:15;left:0;right:auto}.city-picker .picker-items-col{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;max-width:7rem}.weui-picker-container .weui-cells{margin:0;text-align:left}.datetime-picker .picker-item{text-overflow:initial}.weui-select-modal{height:auto}.weui-select-modal .weui-cells{margin:0;text-align:left;overflow-y:auto;overflow-x:hidden;max-height:16rem}.weui-select-modal .weui-cells:after{display:none}.picker-calendar-month,.picker-calendar-week-days{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex}.weui-picker-calendar{background:#fff;height:15rem;width:100%;overflow:hidden}.weui-picker-calendar .picker-modal-inner{overflow:hidden;height:12.8rem}.picker-calendar-week-days{height:.9rem;background:#f7f7f8;display:flex;font-size:11px;box-sizing:border-box;position:relative}.picker-calendar-week-days:after{position:absolute;bottom:0;top:auto;height:1px;width:100%;background-color:#c4c4c4;display:block;-webkit-transform-origin:50% 100%;transform-origin:50% 100%}@media only screen and (-webkit-min-device-pixel-ratio:2){.picker-calendar-week-days:after{-webkit-transform:scaleY(.5);transform:scaleY(.5)}}@media only screen and (-webkit-min-device-pixel-ratio:3){.picker-calendar-week-days:after{-webkit-transform:scaleY(.33);transform:scaleY(.33)}}.picker-calendar-week-days .picker-calendar-week-day{-ms-flex:0 1 auto;-webkit-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1;width:14.28571429%;width:calc(100% / 7);line-height:17px;text-align:center}.picker-calendar-week-days+.picker-calendar-months{height:11.9rem}.picker-calendar-months{width:100%;height:100%;overflow:hidden;position:relative}.picker-calendar-months-wrapper{position:relative;width:100%;height:100%;-webkit-transition:.3s;transition:.3s}.picker-calendar-month{display:flex;-webkit-box-orient:vertical;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column;width:100%;height:100%;position:absolute;left:0;top:0}.picker-calendar-row{height:16.66666667%;height:calc(100% / 6);display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex:0 1 auto;-webkit-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1;width:100%;position:relative}.picker-calendar-row:after{position:absolute;bottom:0;top:auto;height:1px;width:100%;background-color:#ccc;display:block;-webkit-transform-origin:50% 100%;transform-origin:50% 100%}@media only screen and (-webkit-min-device-pixel-ratio:2){.picker-calendar-row:after{-webkit-transform:scaleY(.5);transform:scaleY(.5)}}@media only screen and (-webkit-min-device-pixel-ratio:3){.picker-calendar-row:after{-webkit-transform:scaleY(.33);transform:scaleY(.33)}}.weui-picker-modal .picker-calendar-row:last-child:after{display:none}.picker-calendar-day{-ms-flex:0 1 auto;-webkit-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;box-sizing:border-box;width:14.28571429%;width:calc(100% / 7);text-align:center;color:#3d4145;font-size:15px;cursor:pointer}.picker-calendar-day.picker-calendar-day-next,.picker-calendar-day.picker-calendar-day-prev{color:#ccc}.picker-calendar-day.picker-calendar-day-disabled{color:#d4d4d4;cursor:auto}.picker-calendar-day.picker-calendar-day-today span{background:#e3e3e3}.picker-calendar-day.picker-calendar-day-selected span{background:#04BE02;color:#fff}.picker-calendar-day span{display:inline-block;border-radius:100%;width:30px;height:30px;line-height:30px}.picker-calendar-month-picker,.picker-calendar-year-picker{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;width:50%;max-width:200px;-webkit-flex-shrink:10;-ms-flex-negative:10;flex-shrink:10}.picker-calendar-month-picker span,.picker-calendar-year-picker span{-ms-flex:0 1 auto;-webkit-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1;position:relative;overflow:hidden;text-overflow:ellipsis}.picker-calendar.picker-modal-inline .picker-calendar-week-days,.popover .picker-calendar .picker-calendar-week-days{background:0 0}.swiper-button-next,.swiper-button-prev,i.icon{background-position:center;background-repeat:no-repeat}.picker-calendar.picker-modal-inline .picker-calendar-week-days:after,.picker-calendar.picker-modal-inline .picker-calendar-week-days:before,.picker-calendar.picker-modal-inline .toolbar:after,.picker-calendar.picker-modal-inline .toolbar:before,.popover .picker-calendar .picker-calendar-week-days:after,.popover .picker-calendar .picker-calendar-week-days:before,.popover .picker-calendar .toolbar:after,.popover .picker-calendar .toolbar:before{display:none}.picker-calendar.picker-modal-inline .picker-calendar-week-days~.picker-calendar-months:before,.picker-calendar.picker-modal-inline .toolbar~.picker-modal-inner .picker-calendar-months:before,.popover .picker-calendar .picker-calendar-week-days~.picker-calendar-months:before,.popover .picker-calendar .toolbar~.picker-modal-inner .picker-calendar-months:before{content:'';position:absolute;left:0;top:0;bottom:auto;right:auto;height:1px;width:100%;background-color:#c4c4c4;display:block;z-index:15;-webkit-transform-origin:50% 0;transform-origin:50% 0}@media only screen and (-webkit-min-device-pixel-ratio:2){.picker-calendar.picker-modal-inline .picker-calendar-week-days~.picker-calendar-months:before,.picker-calendar.picker-modal-inline .toolbar~.picker-modal-inner .picker-calendar-months:before,.popover .picker-calendar .picker-calendar-week-days~.picker-calendar-months:before,.popover .picker-calendar .toolbar~.picker-modal-inner .picker-calendar-months:before{-webkit-transform:scaleY(.5);transform:scaleY(.5)}}@media only screen and (-webkit-min-device-pixel-ratio:3){.picker-calendar.picker-modal-inline .picker-calendar-week-days~.picker-calendar-months:before,.picker-calendar.picker-modal-inline .toolbar~.picker-modal-inner .picker-calendar-months:before,.popover .picker-calendar .picker-calendar-week-days~.picker-calendar-months:before,.popover .picker-calendar .toolbar~.picker-modal-inner .picker-calendar-months:before{-webkit-transform:scaleY(.33);transform:scaleY(.33)}}.picker-calendar-month-picker,.picker-calendar-year-picker{display:block;line-height:2.2rem;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.picker-calendar-month-picker a.icon-only,.picker-calendar-year-picker a.icon-only{min-width:36px;float:left;width:25%;height:2.2rem;line-height:2rem}.picker-calendar-month-picker .current-month-value,.picker-calendar-month-picker .current-year-value,.picker-calendar-year-picker .current-month-value,.picker-calendar-year-picker .current-year-value{float:left;width:50%;height:2.2rem}i.icon{display:inline-block;vertical-align:middle;background-size:100% auto;font-style:normal;position:relative}i.icon.icon-next,i.icon.icon-prev{width:.75rem;height:.75rem}.swiper-slide,.swiper-wrapper{width:100%;height:100%;position:relative}i.icon.icon-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2015%2015'%3E%3Cg%3E%3Cpath%20fill%3D'%2304BE02'%20d%3D'M1%2C1.6l11.8%2C5.8L1%2C13.4V1.6%20M0%2C0v15l15-7.6L0%2C0L0%2C0z'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}i.icon.icon-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2015%2015'%3E%3Cg%3E%3Cpath%20fill%3D'%2304BE02'%20d%3D'M14%2C1.6v11.8L2.2%2C7.6L14%2C1.6%20M15%2C0L0%2C7.6L15%2C15V0L15%2C0z'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}.swiper-container{margin:0 auto;position:relative;overflow:hidden;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}.swiper-wrapper{z-index:1;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-box-lines:multiple;-moz-box-lines:multiple;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-ms-flex:0 0 auto;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start;-webkit-transition-property:-webkit-transform,height;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-wp8-horizontal{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-wp8-vertical{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s;transition:.3s;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-moz-appearance:none;-ms-appearance:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-white .swiper-pagination-bullet{background:#fff}.swiper-pagination-bullet-active{opacity:1;background:#04BE02}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:5px 0;display:block}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 5px}.swiper-pagination-progress{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progress .swiper-pagination-progressbar{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar{-webkit-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progress{width:100%;height:4px;left:0;top:0}.swiper-container-vertical>.swiper-pagination-progress{width:4px;height:100%;left:0;top:0}.swiper-pagination-progress.swiper-pagination-white{background:rgba(255,255,255,.5)}.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar{background:#fff}.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar{background:#000}.swiper-container-3d{-webkit-perspective:1200px;-o-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-coverflow .swiper-wrapper,.swiper-container-flip .swiper-wrapper{-ms-perspective:1200px}.swiper-container-cube,.swiper-container-flip{overflow:visible}.swiper-container-cube .swiper-slide,.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-cube .swiper-slide .swiper-slide,.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active,.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top,.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-slide{visibility:hidden;-webkit-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:"";width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.weui-actionsheet{z-index:10000}.weui-popup__container,.weui-popup__overlay{position:fixed;bottom:0;left:0;right:0;width:100%;height:100%;z-index:10}.weui-popup__overlay{background-color:rgba(0,0,0,.6);opacity:0;-webkit-transition:opacity .3s;transition:opacity .3s}.weui-popup__container{display:none}.weui-popup__container.weui-popup__container--visible{display:block}.weui-popup__container .weui-cells{margin:0;text-align:left}.weui-popup__modal{width:100%;position:absolute;z-index:100;bottom:0;border-radius:0;opacity:.6;color:#3d4145;-webkit-transition-duration:.3s;transition-duration:.3s;height:100%;background:#EFEFF4;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;overflow-x:hidden;overflow-y:auto}.popup-bottom .weui-popup__modal{height:auto}.weui-popup__modal .toolbar{position:absolute;left:0;top:0;right:0;z-index:1}.weui-popup__modal .modal-content{height:100%;padding-top:2.2rem;overflow:auto;box-sizing:border-box}.weui-popup__container--visible .weui-popup__overlay{opacity:1}.weui-popup__container--visible .weui-popup__modal{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.weui-notification{position:fixed;width:100%;min-height:3.4rem;top:-2rem;padding-top:2rem;left:0;right:0;z-index:9999;background-color:rgba(0,0,0,.85);color:#fff;font-size:.65rem;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);-webkit-transition:.4s;transition:.4s}.weui-notification.weui-notification--in{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.weui-notification.weui-notification--touching{-webkit-transition-duration:0s;transition-duration:0s}.weui-notification .weui-notification__inner{padding:.4rem .6rem 1rem;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start}.weui-notification .weui-notification__content{width:100%;margin:0 .4rem}.weui-notification .weui-notification__title{font-weight:700}.weui-notification .weui-notification__text{line-height:1}.weui-notification .weui-notification__media{height:1rem;width:1rem}.weui-notification .weui-notification__media img{width:100%}.weui-notification .weui-notification__handle-bar{position:absolute;bottom:.2rem;left:50%;-webkit-transform:translate3d(-50%,0,0);transform:translate3d(-50%,0,0);width:2rem;height:.3rem;border-radius:.15rem;background:#fff;opacity:.5}.weui-photo-browser-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:#000;display:none;opacity:0;-webkit-transition:opacity .3s;transition:opacity .3s}.weui-photo-browser-modal.weui-photo-browser-modal-visible{opacity:1}.weui-photo-browser-modal .swiper-container{height:100%;-webkit-transform:scale(.2);transform:scale(.2);-webkit-transition:-webkit-transform .5s;transition:-webkit-transform .5s;transition:transform .5s;transition:transform .5s,-webkit-transform .5s}.weui-photo-browser-modal .swiper-container .swiper-pagination-bullet{background:#fff;visibility:hidden}.weui-photo-browser-modal .swiper-container.swiper-container-visible{-webkit-transform:scale(1);transform:scale(1)}.weui-photo-browser-modal .swiper-container.swiper-container-visible .swiper-pagination-bullet{visibility:visible;-webkit-transition-property:visibility;transition-property:visibility;-webkit-transition-delay:.5s;transition-delay:.5s}.weui-photo-browser-modal .swiper-container .swiper-pagination{bottom:10px;left:0;width:100%}.weui-photo-browser-modal .photo-container{height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;justify-content: center;align-items:center;overflow:hidden}.weui-photo-browser-modal .photo-container img{max-width:100%;margin-top:-30px}.weui-photo-browser-modal .caption{position:absolute;bottom:40px;left:0;right:0;color:#fff;text-align:center;padding:0 12px;min-height:3rem;font-size:14px;z-index:10;-webkit-transition:opacity .3s;transition:opacity .3s;-webkit-transition-delay:.5s;transition-delay:.5s;opacity:0}.weui-photo-browser-modal .caption .caption-item{display:none;opacity:0;-webkit-transition:opacity .15s;transition:opacity .15s}.weui-photo-browser-modal .caption .caption-item.active{display:block;opacity:1}.weui-photo-browser-modal .swiper-container-visible .caption{opacity:1}.color-primary{color:#04BE02}.color-danger,.color-error{color:#f6383a}.color-warning{color:#f60}.color-success{color:#4cd964}.bg-danger,.bg-error,.bg-primary,.bg-success,.bg-warning{color:#fff}.bg-primary{background-color:#04BE02}.bg-danger,.bg-error{background-color:#f6383a}.bg-warning{background-color:#f60}.bg-success{background-color:#4cd964}.weui-toptips{z-index:100;opacity:0;-webkit-transition:opacity .3s;transition:opacity .3s}.weui-toptips.weui-toptips_visible{opacity:1}.weui-icon_toast{font-size:55px;color:#fff;margin-bottom:6px}.weui-toast--forbidden .weui-icon_toast{color:#f6383a}.weui-toast--text{min-height:initial;font-size:18px;padding:8px 16px;width:auto;top:40%}.weui-toast--text .weui-icon_toast{display:none}.weui-count{display:inline-block;height:25px;line-height:25px}.weui-count .weui-count__btn{height:21px;width:21px;line-height:21px;display:inline-block;position:relative;border:1px solid #04BE02;border-radius:50%;vertical-align:-6px}.weui-count .weui-count__btn:after,.weui-count .weui-count__btn:before{content:" ";position:absolute;height:1px;width:11px;background-color:#04BE02;left:50%;top:50%;margin-left:-5.5px}.weui-count .weui-count__btn:after{height:11px;width:1px;margin-top:-5.5px;margin-left:-1px}.weui-count .weui-count__decrease:after{display:none}.weui-count .weui-count__increase{background-color:#04BE02}.weui-count .weui-count__increase:after,.weui-count .weui-count__increase:before{background-color:#fff}.weui-count .weui-count__number{background-color:transparent;font-size:.8rem;border:0;width:1.3rem;text-align:center;color:#5f646e}.weui-panel .weui-media-box__title-after{color:#9b9b9b;font-size:.65rem;float:right} +.nav { + padding-left: 0; + margin-bottom: 0; + list-style: none; +} +.nav>li { + position: relative; + display: block; +} +.nav-pills>li { + float: left; +} +.nav-pills>li>a { + border-radius: 4px; +} +.nav>li>a { + position: relative; + display: block; + padding: 10px 15px; +} +.nav>li>a:focus, .nav>li>a:hover { + text-decoration: none; + background-color: #eee; +} +.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover { + color: #fff; + background-color: #337ab7; +} \ No newline at end of file diff --git a/static/js/common.js b/static/js/common.js index 8e72adb..b0a27b9 100644 --- a/static/js/common.js +++ b/static/js/common.js @@ -9,22 +9,23 @@ var BROWSER = {}; var USERAGENT = navigator.userAgent.toLowerCase(); -browserVersion({'ie':'msie','edge':'edge','rv':'rv','firefox':'','chrome':'','opera':'','safari':'','mozilla':'','webkit':'','maxthon':'','qq':'qqbrowser','ie11':'trident'}); +browserVersion({'ie':'msie','trident':'','edge':'edge','rv':'rv','firefox':'','chrome':'','opera':'','safari':'','mozilla':'','webkit':'','maxthon':'','qq':'qqbrowser','ie11':'trident'}); if(BROWSER.ie11){ BROWSER.ie=11; BROWSER.rv=11; }else{ BROWSER.rv=0; } -if(BROWSER.safari) { +if(BROWSER.safari || BROWSER.rv) { BROWSER.firefox = true; } BROWSER.opera = BROWSER.opera ? opera.version() : 0; HTMLNODE = document.getElementsByTagName('head')[0].parentNode; -if(BROWSER.ie) { +if(BROWSER.ie || BROWSER.trident) { BROWSER.iemode = parseInt(typeof document.documentMode != 'undefined' ? document.documentMode : BROWSER.ie); - HTMLNODE.className = 'ie_all ie' + BROWSER.iemode; + HTMLNODE.className = (BROWSER.iemode<9?'ie_all ':'') +'ie' + BROWSER.iemode; } + var CSSLOADED = []; var JSLOADED = []; var JSMENU = []; @@ -2076,18 +2077,6 @@ function showWindow(k, url, mode, cache, showWindow_callback,disablebacktohide) }; var initMenu = function() { clearTimeout(loadingst); - /*var objs = menuObj.getElementsByTagName('*'); - var fctrlidinit = false; - for(var i = 0; i < objs.length; i++) { - if(objs[i].id) { - objs[i].setAttribute('fwin', k); - } - if(objs[i].className == 'flb' && !fctrlidinit) { - if(!objs[i].id) objs[i].id = 'fctrl_' + k; - drag = objs[i].id; - fctrlidinit = true; - } - }*/ }; var show = function() { hideMenu('fwin_dialog', 'dialog'); @@ -2097,17 +2086,6 @@ function showWindow(k, url, mode, cache, showWindow_callback,disablebacktohide) var html=''; @@ -2865,3 +2843,34 @@ function htmlspecialchars_decode (string, quote_style) { return string; }; +function dzzNotification() { + var h5n = new Object(); + + h5n.issupport = function() { + return 'Notification' in window; + }; + + h5n.shownotification = function(replaceid, url, imgurl, subject, message) { + if (Notification.permission === 'granted') { + sendit(); + } else if (Notification.permission !== 'denied') { + Notification.requestPermission().then(function (perm) { + if (perm === 'granted') { + sendit(); + } + }); + } + function sendit() { + var n = new Notification(subject, { + tag: replaceid, + icon: imgurl, + body: message + }); + n.onclick = function (e) { + e.preventDefault(); + window.open(url, '_blank'); + }; + } + }; + return h5n; +}; \ No newline at end of file diff --git a/static/lyear/css/animate.min.css b/static/lyear/css/animate.min.css new file mode 100644 index 0000000..4f38aac --- /dev/null +++ b/static/lyear/css/animate.min.css @@ -0,0 +1 @@ +@charset "UTF-8";:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animate__animated.animate__repeat-1{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*0.8);animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-transition-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@-webkit-keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}@keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.animate__shakeX{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}@keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}.animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.animate__headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.animate__swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.animate__heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration)*1.3);animation-duration:calc(var(--animate-duration)*1.3);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}@keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}@keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}@keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}@keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{-webkit-animation-name:backOutUp;animation-name:backOutUp}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.animate__bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}@keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}@keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}@keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInRight{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInLeft{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{-webkit-animation-name:lightSpeedOutRight;animation-name:lightSpeedOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2);-webkit-animation-name:hinge;animation-name:hinge;-webkit-transform-origin:top left;transform-origin:top left}@-webkit-keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;-webkit-transform-origin:left center;transform-origin:left center}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;-webkit-transform-origin:right center;transform-origin:right center}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}.animations-box .badge{position:absolute;top:8px;left:22px;border-radius:50%;box-shadow:0 0 0 rgba(var(--bs-danger-rgb),0.9);animation:pulse-danger 2s infinite;}.dot{display:block;position:absolute;top:-0.5rem;right:-0.1rem;width:7px;height:7px;border-radius:50%;background:#22c03c;cursor:pointer;box-shadow:0 0 0 rgba(var(--bs-success-rgb),0.9);animation:pulse-success 2s infinite;}@-webkit-keyframes pulse-success{0%{-webkit-box-shadow:0 0 0 0 rgba(var(--bs-success-rgb),0.9);}70%{-webkit-box-shadow:0 0 0 10px rgba(var(--bs-success-rgb),0);}100%{-webkit-box-shadow:0 0 0 0 rgba(var(--bs-success-rgb),0);}}@keyframes pulse-success{0%{-moz-box-shadow:0 0 0 0 rgba(var(--bs-success-rgb),0.9);box-shadow:0 0 0 0 rgba(var(--bs-success-rgb),0.7);}70%{-moz-box-shadow:0 0 0 10px rgba(var(--bs-success-rgb),0);box-shadow:0 0 0 10px rgba(var(--bs-success-rgb),0);}100%{-moz-box-shadow:0 0 0 0 rgba(var(--bs-success-rgb),0);box-shadow:0 0 0 0 rgba(var(--bs-success-rgb),0);}}@-webkit-keyframes pulse-danger{0%{-webkit-box-shadow:0 0 0 0 rgba(var(--bs-danger-rgb),0.9);}70%{-webkit-box-shadow:0 0 0 10px rgba(var(--bs-danger-rgb),0);}100%{-webkit-box-shadow:0 0 0 0 rgba(var(--bs-danger-rgb),0);}}@keyframes pulse-danger{0%{-moz-box-shadow:0 0 0 0 rgba(var(--bs-danger-rgb),0.9);box-shadow:0 0 0 0 rgba(var(--bs-danger-rgb),0.7);}70%{-moz-box-shadow:0 0 0 10px rgba(var(--bs-danger-rgb),0);box-shadow:0 0 0 10px rgba(var(--bs-danger-rgb),0);}100%{-moz-box-shadow:0 0 0 0 rgba(var(--bs-danger-rgb),0);box-shadow:0 0 0 0 rgba(var(--bs-danger-rgb),0);}}.bell-animations{display:inline-block;-webkit-animation:ring 4s .7s ease-in-out infinite;-webkit-transform-origin:50% 4px;-moz-animation:ring 4s .7s ease-in-out infinite;-moz-transform-origin:50% 4px;animation:ring 4s .7s ease-in-out infinite;transform-origin:50% 4px;}@-webkit-keyframes ring{0%{-webkit-transform:rotateZ(0);}1%{-webkit-transform:rotateZ(30deg);}3%{-webkit-transform:rotateZ(-28deg);}5%{-webkit-transform:rotateZ(34deg);}7%{-webkit-transform:rotateZ(-32deg);}9%{-webkit-transform:rotateZ(30deg);}11%{-webkit-transform:rotateZ(-28deg);}13%{-webkit-transform:rotateZ(26deg);}15%{-webkit-transform:rotateZ(-24deg);}17%{-webkit-transform:rotateZ(22deg);}19%{-webkit-transform:rotateZ(-20deg);}21%{-webkit-transform:rotateZ(18deg);}23%{-webkit-transform:rotateZ(-16deg);}25%{-webkit-transform:rotateZ(14deg);}27%{-webkit-transform:rotateZ(-12deg);}29%{-webkit-transform:rotateZ(10deg);}31%{-webkit-transform:rotateZ(-8deg);}33%{-webkit-transform:rotateZ(6deg);}35%{-webkit-transform:rotateZ(-4deg);}37%{-webkit-transform:rotateZ(2deg);}39%{-webkit-transform:rotateZ(-1deg);}41%{-webkit-transform:rotateZ(1deg);}43%{-webkit-transform:rotateZ(0);}100%{-webkit-transform:rotateZ(0);}}.wave{background-color:var(--bs-primary);overflow:hidden;position:relative;}.wave > div,form{z-index:1;}.wave:after{content:' ';width:1000px;height:1025px;position:absolute;bottom:65%;left:-250px;border-radius:35%;background:white;z-index:0;}.wave:after{-webkit-transform:rotate(45deg);transform:rotate(45deg);}.wave-animate:after{-webkit-animation:animate-wave 15s infinite linear;animation:animate-wave 15s infinite linear;}.wave-animate-slower:after{-webkit-animation:animate-wave 30s infinite linear;animation:animate-wave 30s infinite linear;}.wave-animate-slow:after{-webkit-animation:animate-wave 25s infinite linear;animation:animate-wave 25s infinite linear;}.wave-animate-fast:after{-webkit-animation:animate-wave 10s infinite linear;animation:animate-wave 10s infinite linear;}.wave-animate-faster:after{-webkit-animation:animate-wave 5s infinite linear;animation:animate-wave 5s infinite linear;}.wave.wave-primary{background-color:rgba(var(--bs-primary-rgb),0.1) !important;}.wave.wave-primary .svg-icon svg g [fill]{fill:var(--bs-primary);}.wave.wave-secondary{background-color:rgba(var(--bs-secondary-rgb),0.1) !important;}.wave.wave-secondary .svg-icon svg g [fill]{fill:var(--bs-secondary);}.wave.wave-success{background-color:rgba(var(--bs-success-rgb),0.1) !important;}.wave.wave-success .svg-icon svg g [fill]{fill:var(--bs-success);}.wave.wave-info{background-color:rgba(var(--bs-info-rgb),0.1) !important;}.wave.wave-info .svg-icon svg g [fill]{fill:var(--bs-info);}.wave.wave-warning{background-color:rgba(var(--bs-warning-rgb),0.1) !important;}.wave.wave-warning .svg-icon svg g [fill]{fill:var(--bs-warning);}.wave.wave-danger{background-color:rgba(var(--bs-danger-rgb),0.1) !important;}.wave.wave-danger .svg-icon svg g [fill]{fill:var(--bs-danger);}.wave.wave-light{background-color:rgba(var(--bs-light-rgb),0.1) !important;}.wave.wave-light .svg-icon svg g [fill]{fill:var(--bs-light);}.wave.wave-dark{background-color:rgba(var(--bs-dark-rgb),0.1) !important;}.wave.wave-dark .svg-icon svg g [fill]{fill:var(--bs-dark);}.wave.wave-white{background-color:rgba(var(--bs-white-rgb),0.1) !important;}.wave.wave-white .svg-icon svg g [fill]{fill:var(--bs-white);}@-webkit-keyframes animate-wave{from{-webkit-transform:rotate(0deg);transform:rotate(0deg);}to{-webkit-transform:rotate(360deg);transform:rotate(360deg);}}@keyframes animate-wave{from{-webkit-transform:rotate(0deg);transform:rotate(0deg);}to{-webkit-transform:rotate(360deg);transform:rotate(360deg);}} \ No newline at end of file diff --git a/static/lyear/css/bootstrap.min.css b/static/lyear/css/bootstrap.min.css new file mode 100644 index 0000000..0094c86 --- /dev/null +++ b/static/lyear/css/bootstrap.min.css @@ -0,0 +1,2534 @@ +@charset "UTF-8"; +/*! + * Bootstrap v5.1.3 (https://getbootstrap.com/) + * Copyright 2011-2021 The Bootstrap Authors + * Copyright 2011-2021 Twitter, Inc. + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) + */ + :root{--bs-blue:#0d6efd;--bs-indigo:#6610f2;--bs-purple:#6f42c1;--bs-pink:#d63384;--bs-red:#dc3545;--bs-orange:#fd7e14;--bs-yellow:#ffc107;--bs-green:#198754;--bs-teal:#20c997;--bs-cyan:#0dcaf0;--bs-white:#fff;--bs-gray:#6c757d;--bs-gray-dark:#343a40;--bs-gray-100:#f8f9fa;--bs-gray-200:#e9ecef;--bs-gray-300:#dee2e6;--bs-gray-400:#ced4da;--bs-gray-500:#adb5bd;--bs-gray-600:#6c757d;--bs-gray-700:#495057;--bs-gray-800:#343a40;--bs-gray-900:#212529;--bs-primary:#007bff;--bs-primary-hover:#0096FF;--bs-primary-hover1:55,121,255;--bs-secondary:#6c757d;--bs-success:#198754;--bs-info:#0dcaf0;--bs-warning:#ffc107;--bs-danger:#dc3545;--bs-light:#f8f9fa;--bs-dark:#212529;--bs-primary-rgb:13,110,253;--bs-secondary-rgb:108,117,125;--bs-success-rgb:25,135,84;--bs-info-rgb:13,202,240;--bs-warning-rgb:255,193,7;--bs-danger-rgb:220,53,69;--bs-light-rgb:248,249,250;--bs-dark-rgb:33,37,41;--bs-white-rgb:255,255,255;--bs-black-rgb:0,0,0;--bs-body-color-rgb:33,37,41;--bs-body-bg-rgb:255,255,255;--bs-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--bs-gradient:linear-gradient(180deg,rgba(255,255,255,0.15),rgba(255,255,255,0));--bs-body-font-family:var(--bs-font-sans-serif);--bs-body-font-size:1rem;--bs-body-font-weight:400;--bs-body-line-height:1.5;--bs-body-color:#212529;--bs-body-bg:#fff;--radius:5px} +*,::after,::before{box-sizing:border-box} +@media (prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth} +}body{margin:0;font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);color:var(--bs-body-color);text-align:var(--bs-body-text-align);background-color:var(--bs-body-bg);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent} +hr{margin:1rem 0;color:inherit;background-color:currentColor;border:0;opacity:.25} +hr:not([size]){height:1px} +.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2} +.h1,h1{font-size:calc(1.375rem + 1.5vw)} +@media (min-width:1200px){.h1,h1{font-size:2.5rem} +}.h2,h2{font-size:calc(1.325rem + .9vw)} +@media (min-width:1200px){.h2,h2{font-size:2rem} +}.h3,h3{font-size:calc(1.3rem + .6vw)} +@media (min-width:1200px){.h3,h3{font-size:1.75rem} +}.h4,h4{font-size:calc(1.275rem + .3vw)} +@media (min-width:1200px){.h4,h4{font-size:1.5rem} +}.h5,h5{font-size:1.25rem} +.h6,h6{font-size:1rem} +p{margin-top:0;margin-bottom:1rem} +abbr[data-bs-original-title],abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none} +address{margin-bottom:1rem;font-style:normal;line-height:inherit} +ol,ul{padding-left:2rem} +dl,ol,ul{margin-top:0;margin-bottom:1rem} +ol ol,ol ul,ul ol,ul ul{margin-bottom:0} +dt{font-weight:700} +dd{margin-bottom:.5rem;margin-left:0} +blockquote{margin:0 0 1rem} +b,strong{font-weight:bolder} +.small,small{font-size:.875em} +.mark,mark{padding:.2em;background-color:#fcf8e3} +sub,sup{position:relative;font-size:.75em;line-height:0;vertical-align:baseline} +sub{bottom:-.25em} +sup{top:-.5em} +a{color:#0d6efd;text-decoration:underline} +a:hover{color:#0a58ca} +a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none} +code,kbd,pre,samp{font-family:var(--bs-font-monospace);font-size:1em;direction:ltr;unicode-bidi:bidi-override} +pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:.875em} +pre code{font-size:inherit;color:inherit;word-break:normal} +code{font-size:.875em;color:#d63384;word-wrap:break-word} +a>code{color:inherit} +kbd{padding:.2rem .4rem;font-size:.875em;color:#fff;background-color:#212529;border-radius:.2rem} +kbd kbd{padding:0;font-size:1em;font-weight:700} +figure{margin:0 0 1rem} +img,svg{vertical-align:middle} +table{caption-side:bottom;border-collapse:collapse} +caption{padding-top:.5rem;padding-bottom:.5rem;color:#6c757d;text-align:left} +th{text-align:inherit;text-align:-webkit-match-parent} +tbody,td,tfoot,th,thead,tr{border-color:inherit;border-style:solid;border-width:0} +label{display:inline-block;font-weight:700} +button{border-radius:0;border:1px solid transparent;background-color:transparent} +button:focus:not(:focus-visible){outline:0} +button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit} +button,select{text-transform:none} +[role=button]{cursor:pointer} +select{word-wrap:normal} +select:disabled{opacity:1} +[list]::-webkit-calendar-picker-indicator{display:none} +[type=button],[type=reset],[type=submit],button{-webkit-appearance:button} +[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer} +::-moz-focus-inner{padding:0;border-style:none} +textarea{resize:vertical} +fieldset{min-width:0;padding:0;margin:0;border:0} +legend{float:left;width:100%;padding:0;margin-bottom:.5rem;font-size:calc(1.275rem + .3vw);line-height:inherit} +@media (min-width:1200px){legend{font-size:1.5rem} +}legend+*{clear:left} +::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-webkit-datetime-edit-year-field{padding:0} +::-webkit-inner-spin-button{height:auto} +[type=search]{outline-offset:-2px;-webkit-appearance:textfield} +::-webkit-search-decoration{-webkit-appearance:none} +::-webkit-color-swatch-wrapper{padding:0} +::-webkit-file-upload-button{font:inherit} +::file-selector-button{font:inherit} +::-webkit-file-upload-button{font:inherit;-webkit-appearance:button} +output{display:inline-block} +iframe{border:0} +summary{display:list-item;cursor:pointer} +progress{vertical-align:baseline} +[hidden]{display:none !important} +.lead{font-size:1.25rem;font-weight:300} +.display-1{font-size:calc(1.625rem + 4.5vw);font-weight:300;line-height:1.2} +@media (min-width:1200px){.display-1{font-size:5rem} +}.display-2{font-size:calc(1.575rem + 3.9vw);font-weight:300;line-height:1.2} +@media (min-width:1200px){.display-2{font-size:4.5rem} +}.display-3{font-size:calc(1.525rem + 3.3vw);font-weight:300;line-height:1.2} +@media (min-width:1200px){.display-3{font-size:4rem} +}.display-4{font-size:calc(1.475rem + 2.7vw);font-weight:300;line-height:1.2} +@media (min-width:1200px){.display-4{font-size:3.5rem} +}.display-5{font-size:calc(1.425rem + 2.1vw);font-weight:300;line-height:1.2} +@media (min-width:1200px){.display-5{font-size:3rem} +}.display-6{font-size:calc(1.375rem + 1.5vw);font-weight:300;line-height:1.2} +@media (min-width:1200px){.display-6{font-size:2.5rem} +}.list-unstyled{padding-left:0;list-style:none} +.list-inline{padding-left:0;list-style:none} +.list-inline-item{display:inline-block} +.list-inline-item:not(:last-child){margin-right:.5rem} +.initialism{font-size:.875em;text-transform:uppercase} +.blockquote{margin-bottom:1rem;font-size:1.25rem} +.blockquote>:last-child{margin-bottom:0} +.blockquote-footer{margin-top:-1rem;margin-bottom:1rem;font-size:.875em;color:#6c757d} +.blockquote-footer::before{content:"— "} +.img-fluid{max-width:100%;height:auto} +.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;max-width:100%;height:auto} +.figure{display:inline-block} +.figure-img{margin-bottom:.5rem;line-height:1} +.figure-caption{font-size:.875em;color:#6c757d} +.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{width:100%;padding-right:var(--bs-gutter-x,.75rem);padding-left:var(--bs-gutter-x,.75rem);margin-right:auto;margin-left:auto} +@media (min-width:576px){.container,.container-sm{max-width:540px} +}@media (min-width:768px){.container,.container-md,.container-sm{max-width:720px} +}@media (min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px} +}@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px} +}@media (min-width:1400px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1320px} +}.row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(-1 * var(--bs-gutter-y));margin-right:calc(-.5 * var(--bs-gutter-x));margin-left:calc(-.5 * var(--bs-gutter-x))} +.row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y)} +.col{flex:1 0 0%} +.row-cols-auto>*{flex:0 0 auto;width:auto} +.row-cols-1>*{flex:0 0 auto;width:100%} +.row-cols-2>*{flex:0 0 auto;width:50%} +.row-cols-3>*{flex:0 0 auto;width:33.3333333333%} +.row-cols-4>*{flex:0 0 auto;width:25%} +.row-cols-5>*{flex:0 0 auto;width:20%} +.row-cols-6>*{flex:0 0 auto;width:16.6666666667%} +.col-auto{flex:0 0 auto;width:auto} +.col-1{flex:0 0 auto;width:8.33333333%} +.col-2{flex:0 0 auto;width:16.66666667%} +.col-3{flex:0 0 auto;width:25%} +.col-4{flex:0 0 auto;width:33.33333333%} +.col-5{flex:0 0 auto;width:41.66666667%} +.col-6{flex:0 0 auto;width:50%} +.col-7{flex:0 0 auto;width:58.33333333%} +.col-8{flex:0 0 auto;width:66.66666667%} +.col-9{flex:0 0 auto;width:75%} +.col-10{flex:0 0 auto;width:83.33333333%} +.col-11{flex:0 0 auto;width:91.66666667%} +.col-12{flex:0 0 auto;width:100%} +.offset-1{margin-left:8.33333333%} +.offset-2{margin-left:16.66666667%} +.offset-3{margin-left:25%} +.offset-4{margin-left:33.33333333%} +.offset-5{margin-left:41.66666667%} +.offset-6{margin-left:50%} +.offset-7{margin-left:58.33333333%} +.offset-8{margin-left:66.66666667%} +.offset-9{margin-left:75%} +.offset-10{margin-left:83.33333333%} +.offset-11{margin-left:91.66666667%} +.g-0,.gx-0{--bs-gutter-x:0} +.g-0,.gy-0{--bs-gutter-y:0} +.g-1,.gx-1{--bs-gutter-x:0.25rem} +.g-1,.gy-1{--bs-gutter-y:0.25rem} +.g-2,.gx-2{--bs-gutter-x:0.5rem} +.g-2,.gy-2{--bs-gutter-y:0.5rem} +.g-3,.gx-3{--bs-gutter-x:1rem} +.g-3,.gy-3{--bs-gutter-y:1rem} +.g-4,.gx-4{--bs-gutter-x:1.5rem} +.g-4,.gy-4{--bs-gutter-y:1.5rem} +.g-5,.gx-5{--bs-gutter-x:3rem} +.g-5,.gy-5{--bs-gutter-y:3rem} +@media (min-width:576px){.col-sm{flex:1 0 0%} +.row-cols-sm-auto>*{flex:0 0 auto;width:auto} +.row-cols-sm-1>*{flex:0 0 auto;width:100%} +.row-cols-sm-2>*{flex:0 0 auto;width:50%} +.row-cols-sm-3>*{flex:0 0 auto;width:33.3333333333%} +.row-cols-sm-4>*{flex:0 0 auto;width:25%} +.row-cols-sm-5>*{flex:0 0 auto;width:20%} +.row-cols-sm-6>*{flex:0 0 auto;width:16.6666666667%} +.col-sm-auto{flex:0 0 auto;width:auto} +.col-sm-1{flex:0 0 auto;width:8.33333333%} +.col-sm-2{flex:0 0 auto;width:16.66666667%} +.col-sm-3{flex:0 0 auto;width:25%} +.col-sm-4{flex:0 0 auto;width:33.33333333%} +.col-sm-5{flex:0 0 auto;width:41.66666667%} +.col-sm-6{flex:0 0 auto;width:50%} +.col-sm-7{flex:0 0 auto;width:58.33333333%} +.col-sm-8{flex:0 0 auto;width:66.66666667%} +.col-sm-9{flex:0 0 auto;width:75%} +.col-sm-10{flex:0 0 auto;width:83.33333333%} +.col-sm-11{flex:0 0 auto;width:91.66666667%} +.col-sm-12{flex:0 0 auto;width:100%} +.offset-sm-0{margin-left:0} +.offset-sm-1{margin-left:8.33333333%} +.offset-sm-2{margin-left:16.66666667%} +.offset-sm-3{margin-left:25%} +.offset-sm-4{margin-left:33.33333333%} +.offset-sm-5{margin-left:41.66666667%} +.offset-sm-6{margin-left:50%} +.offset-sm-7{margin-left:58.33333333%} +.offset-sm-8{margin-left:66.66666667%} +.offset-sm-9{margin-left:75%} +.offset-sm-10{margin-left:83.33333333%} +.offset-sm-11{margin-left:91.66666667%} +.g-sm-0,.gx-sm-0{--bs-gutter-x:0} +.g-sm-0,.gy-sm-0{--bs-gutter-y:0} +.g-sm-1,.gx-sm-1{--bs-gutter-x:0.25rem} +.g-sm-1,.gy-sm-1{--bs-gutter-y:0.25rem} +.g-sm-2,.gx-sm-2{--bs-gutter-x:0.5rem} +.g-sm-2,.gy-sm-2{--bs-gutter-y:0.5rem} +.g-sm-3,.gx-sm-3{--bs-gutter-x:1rem} +.g-sm-3,.gy-sm-3{--bs-gutter-y:1rem} +.g-sm-4,.gx-sm-4{--bs-gutter-x:1.5rem} +.g-sm-4,.gy-sm-4{--bs-gutter-y:1.5rem} +.g-sm-5,.gx-sm-5{--bs-gutter-x:3rem} +.g-sm-5,.gy-sm-5{--bs-gutter-y:3rem} +}@media (min-width:768px){.col-md{flex:1 0 0%} +.row-cols-md-auto>*{flex:0 0 auto;width:auto} +.row-cols-md-1>*{flex:0 0 auto;width:100%} +.row-cols-md-2>*{flex:0 0 auto;width:50%} +.row-cols-md-3>*{flex:0 0 auto;width:33.3333333333%} +.row-cols-md-4>*{flex:0 0 auto;width:25%} +.row-cols-md-5>*{flex:0 0 auto;width:20%} +.row-cols-md-6>*{flex:0 0 auto;width:16.6666666667%} +.col-md-auto{flex:0 0 auto;width:auto} +.col-md-1{flex:0 0 auto;width:8.33333333%} +.col-md-2{flex:0 0 auto;width:16.66666667%} +.col-md-3{flex:0 0 auto;width:25%} +.col-md-4{flex:0 0 auto;width:33.33333333%} +.col-md-5{flex:0 0 auto;width:41.66666667%} +.col-md-6{flex:0 0 auto;width:50%} +.col-md-7{flex:0 0 auto;width:58.33333333%} +.col-md-8{flex:0 0 auto;width:66.66666667%} +.col-md-9{flex:0 0 auto;width:75%} +.col-md-10{flex:0 0 auto;width:83.33333333%} +.col-md-11{flex:0 0 auto;width:91.66666667%} +.col-md-12{flex:0 0 auto;width:100%} +.offset-md-0{margin-left:0} +.offset-md-1{margin-left:8.33333333%} +.offset-md-2{margin-left:16.66666667%} +.offset-md-3{margin-left:25%} +.offset-md-4{margin-left:33.33333333%} +.offset-md-5{margin-left:41.66666667%} +.offset-md-6{margin-left:50%} +.offset-md-7{margin-left:58.33333333%} +.offset-md-8{margin-left:66.66666667%} +.offset-md-9{margin-left:75%} +.offset-md-10{margin-left:83.33333333%} +.offset-md-11{margin-left:91.66666667%} +.g-md-0,.gx-md-0{--bs-gutter-x:0} +.g-md-0,.gy-md-0{--bs-gutter-y:0} +.g-md-1,.gx-md-1{--bs-gutter-x:0.25rem} +.g-md-1,.gy-md-1{--bs-gutter-y:0.25rem} +.g-md-2,.gx-md-2{--bs-gutter-x:0.5rem} +.g-md-2,.gy-md-2{--bs-gutter-y:0.5rem} +.g-md-3,.gx-md-3{--bs-gutter-x:1rem} +.g-md-3,.gy-md-3{--bs-gutter-y:1rem} +.g-md-4,.gx-md-4{--bs-gutter-x:1.5rem} +.g-md-4,.gy-md-4{--bs-gutter-y:1.5rem} +.g-md-5,.gx-md-5{--bs-gutter-x:3rem} +.g-md-5,.gy-md-5{--bs-gutter-y:3rem} +}@media (min-width:992px){.col-lg{flex:1 0 0%} +.row-cols-lg-auto>*{flex:0 0 auto;width:auto} +.row-cols-lg-1>*{flex:0 0 auto;width:100%} +.row-cols-lg-2>*{flex:0 0 auto;width:50%} +.row-cols-lg-3>*{flex:0 0 auto;width:33.3333333333%} +.row-cols-lg-4>*{flex:0 0 auto;width:25%} +.row-cols-lg-5>*{flex:0 0 auto;width:20%} +.row-cols-lg-6>*{flex:0 0 auto;width:16.6666666667%} +.col-lg-auto{flex:0 0 auto;width:auto} +.col-lg-1{flex:0 0 auto;width:8.33333333%} +.col-lg-2{flex:0 0 auto;width:16.66666667%} +.col-lg-3{flex:0 0 auto;width:25%} +.col-lg-4{flex:0 0 auto;width:33.33333333%} +.col-lg-5{flex:0 0 auto;width:41.66666667%} +.col-lg-6{flex:0 0 auto;width:50%} +.col-lg-7{flex:0 0 auto;width:58.33333333%} +.col-lg-8{flex:0 0 auto;width:66.66666667%} +.col-lg-9{flex:0 0 auto;width:75%} +.col-lg-10{flex:0 0 auto;width:83.33333333%} +.col-lg-11{flex:0 0 auto;width:91.66666667%} +.col-lg-12{flex:0 0 auto;width:100%} +.offset-lg-0{margin-left:0} +.offset-lg-1{margin-left:8.33333333%} +.offset-lg-2{margin-left:16.66666667%} +.offset-lg-3{margin-left:25%} +.offset-lg-4{margin-left:33.33333333%} +.offset-lg-5{margin-left:41.66666667%} +.offset-lg-6{margin-left:50%} +.offset-lg-7{margin-left:58.33333333%} +.offset-lg-8{margin-left:66.66666667%} +.offset-lg-9{margin-left:75%} +.offset-lg-10{margin-left:83.33333333%} +.offset-lg-11{margin-left:91.66666667%} +.g-lg-0,.gx-lg-0{--bs-gutter-x:0} +.g-lg-0,.gy-lg-0{--bs-gutter-y:0} +.g-lg-1,.gx-lg-1{--bs-gutter-x:0.25rem} +.g-lg-1,.gy-lg-1{--bs-gutter-y:0.25rem} +.g-lg-2,.gx-lg-2{--bs-gutter-x:0.5rem} +.g-lg-2,.gy-lg-2{--bs-gutter-y:0.5rem} +.g-lg-3,.gx-lg-3{--bs-gutter-x:1rem} +.g-lg-3,.gy-lg-3{--bs-gutter-y:1rem} +.g-lg-4,.gx-lg-4{--bs-gutter-x:1.5rem} +.g-lg-4,.gy-lg-4{--bs-gutter-y:1.5rem} +.g-lg-5,.gx-lg-5{--bs-gutter-x:3rem} +.g-lg-5,.gy-lg-5{--bs-gutter-y:3rem} +}@media (min-width:1200px){.col-xl{flex:1 0 0%} +.row-cols-xl-auto>*{flex:0 0 auto;width:auto} +.row-cols-xl-1>*{flex:0 0 auto;width:100%} +.row-cols-xl-2>*{flex:0 0 auto;width:50%} +.row-cols-xl-3>*{flex:0 0 auto;width:33.3333333333%} +.row-cols-xl-4>*{flex:0 0 auto;width:25%} +.row-cols-xl-5>*{flex:0 0 auto;width:20%} +.row-cols-xl-6>*{flex:0 0 auto;width:16.6666666667%} +.col-xl-auto{flex:0 0 auto;width:auto} +.col-xl-1{flex:0 0 auto;width:8.33333333%} +.col-xl-2{flex:0 0 auto;width:16.66666667%} +.col-xl-3{flex:0 0 auto;width:25%} +.col-xl-4{flex:0 0 auto;width:33.33333333%} +.col-xl-5{flex:0 0 auto;width:41.66666667%} +.col-xl-6{flex:0 0 auto;width:50%} +.col-xl-7{flex:0 0 auto;width:58.33333333%} +.col-xl-8{flex:0 0 auto;width:66.66666667%} +.col-xl-9{flex:0 0 auto;width:75%} +.col-xl-10{flex:0 0 auto;width:83.33333333%} +.col-xl-11{flex:0 0 auto;width:91.66666667%} +.col-xl-12{flex:0 0 auto;width:100%} +.offset-xl-0{margin-left:0} +.offset-xl-1{margin-left:8.33333333%} +.offset-xl-2{margin-left:16.66666667%} +.offset-xl-3{margin-left:25%} +.offset-xl-4{margin-left:33.33333333%} +.offset-xl-5{margin-left:41.66666667%} +.offset-xl-6{margin-left:50%} +.offset-xl-7{margin-left:58.33333333%} +.offset-xl-8{margin-left:66.66666667%} +.offset-xl-9{margin-left:75%} +.offset-xl-10{margin-left:83.33333333%} +.offset-xl-11{margin-left:91.66666667%} +.g-xl-0,.gx-xl-0{--bs-gutter-x:0} +.g-xl-0,.gy-xl-0{--bs-gutter-y:0} +.g-xl-1,.gx-xl-1{--bs-gutter-x:0.25rem} +.g-xl-1,.gy-xl-1{--bs-gutter-y:0.25rem} +.g-xl-2,.gx-xl-2{--bs-gutter-x:0.5rem} +.g-xl-2,.gy-xl-2{--bs-gutter-y:0.5rem} +.g-xl-3,.gx-xl-3{--bs-gutter-x:1rem} +.g-xl-3,.gy-xl-3{--bs-gutter-y:1rem} +.g-xl-4,.gx-xl-4{--bs-gutter-x:1.5rem} +.g-xl-4,.gy-xl-4{--bs-gutter-y:1.5rem} +.g-xl-5,.gx-xl-5{--bs-gutter-x:3rem} +.g-xl-5,.gy-xl-5{--bs-gutter-y:3rem} +}@media (min-width:1400px){.col-xxl{flex:1 0 0%} +.row-cols-xxl-auto>*{flex:0 0 auto;width:auto} +.row-cols-xxl-1>*{flex:0 0 auto;width:100%} +.row-cols-xxl-2>*{flex:0 0 auto;width:50%} +.row-cols-xxl-3>*{flex:0 0 auto;width:33.3333333333%} +.row-cols-xxl-4>*{flex:0 0 auto;width:25%} +.row-cols-xxl-5>*{flex:0 0 auto;width:20%} +.row-cols-xxl-6>*{flex:0 0 auto;width:16.6666666667%} +.col-xxl-auto{flex:0 0 auto;width:auto} +.col-xxl-1{flex:0 0 auto;width:8.33333333%} +.col-xxl-2{flex:0 0 auto;width:16.66666667%} +.col-xxl-3{flex:0 0 auto;width:25%} +.col-xxl-4{flex:0 0 auto;width:33.33333333%} +.col-xxl-5{flex:0 0 auto;width:41.66666667%} +.col-xxl-6{flex:0 0 auto;width:50%} +.col-xxl-7{flex:0 0 auto;width:58.33333333%} +.col-xxl-8{flex:0 0 auto;width:66.66666667%} +.col-xxl-9{flex:0 0 auto;width:75%} +.col-xxl-10{flex:0 0 auto;width:83.33333333%} +.col-xxl-11{flex:0 0 auto;width:91.66666667%} +.col-xxl-12{flex:0 0 auto;width:100%} +.offset-xxl-0{margin-left:0} +.offset-xxl-1{margin-left:8.33333333%} +.offset-xxl-2{margin-left:16.66666667%} +.offset-xxl-3{margin-left:25%} +.offset-xxl-4{margin-left:33.33333333%} +.offset-xxl-5{margin-left:41.66666667%} +.offset-xxl-6{margin-left:50%} +.offset-xxl-7{margin-left:58.33333333%} +.offset-xxl-8{margin-left:66.66666667%} +.offset-xxl-9{margin-left:75%} +.offset-xxl-10{margin-left:83.33333333%} +.offset-xxl-11{margin-left:91.66666667%} +.g-xxl-0,.gx-xxl-0{--bs-gutter-x:0} +.g-xxl-0,.gy-xxl-0{--bs-gutter-y:0} +.g-xxl-1,.gx-xxl-1{--bs-gutter-x:0.25rem} +.g-xxl-1,.gy-xxl-1{--bs-gutter-y:0.25rem} +.g-xxl-2,.gx-xxl-2{--bs-gutter-x:0.5rem} +.g-xxl-2,.gy-xxl-2{--bs-gutter-y:0.5rem} +.g-xxl-3,.gx-xxl-3{--bs-gutter-x:1rem} +.g-xxl-3,.gy-xxl-3{--bs-gutter-y:1rem} +.g-xxl-4,.gx-xxl-4{--bs-gutter-x:1.5rem} +.g-xxl-4,.gy-xxl-4{--bs-gutter-y:1.5rem} +.g-xxl-5,.gx-xxl-5{--bs-gutter-x:3rem} +.g-xxl-5,.gy-xxl-5{--bs-gutter-y:3rem} +}.table{--bs-table-bg:transparent;--bs-table-accent-bg:transparent;--bs-table-striped-color:#212529;--bs-table-striped-bg:rgba(0,0,0,0.05);--bs-table-active-color:#212529;--bs-table-active-bg:rgba(0,0,0,0.1);--bs-table-hover-color:#212529;--bs-table-hover-bg:rgba(0,0,0,0.075);width:100%;margin-bottom:1rem;color:#212529;vertical-align:top;border-color:#dee2e6} +.table>:not(caption)>*>*{padding:.5rem .5rem;background-color:var(--bs-table-bg);border-bottom-width:1px;box-shadow:inset 0 0 0 9999px var(--bs-table-accent-bg)} +.table>tbody{vertical-align:inherit} +.table>thead{vertical-align:bottom} +.table>:not(:first-child){border-top:2px solid currentColor} +.caption-top{caption-side:top} +.table-sm>:not(caption)>*>*{padding:.25rem .25rem} +.table-bordered>:not(caption)>*{border-width:1px 0} +.table-bordered>:not(caption)>*>*{border-width:0 1px} +.table-borderless>:not(caption)>*>*{border-bottom-width:0} +.table-borderless>:not(:first-child){border-top-width:0} +.table-striped>tbody>tr:nth-of-type(odd)>*{--bs-table-accent-bg:var(--bs-table-striped-bg);color:var(--bs-table-striped-color)} +.table-active{--bs-table-accent-bg:var(--bs-table-active-bg);color:var(--bs-table-active-color)} +.table-hover>tbody>tr:hover>*{--bs-table-accent-bg:var(--bs-table-hover-bg);color:var(--bs-table-hover-color)} +.table-primary{--bs-table-bg:#cfe2ff;--bs-table-striped-bg:#c5d7f2;--bs-table-striped-color:#000;--bs-table-active-bg:#bacbe6;--bs-table-active-color:#000;--bs-table-hover-bg:#bfd1ec;--bs-table-hover-color:#000;color:#000;border-color:#bacbe6} +.table-secondary{--bs-table-bg:#e2e3e5;--bs-table-striped-bg:#d7d8da;--bs-table-striped-color:#000;--bs-table-active-bg:#cbccce;--bs-table-active-color:#000;--bs-table-hover-bg:#d1d2d4;--bs-table-hover-color:#000;color:#000;border-color:#cbccce} +.table-success{--bs-table-bg:#d1e7dd;--bs-table-striped-bg:#c7dbd2;--bs-table-striped-color:#000;--bs-table-active-bg:#bcd0c7;--bs-table-active-color:#000;--bs-table-hover-bg:#c1d6cc;--bs-table-hover-color:#000;color:#000;border-color:#bcd0c7} +.table-info{--bs-table-bg:#cff4fc;--bs-table-striped-bg:#c5e8ef;--bs-table-striped-color:#000;--bs-table-active-bg:#badce3;--bs-table-active-color:#000;--bs-table-hover-bg:#bfe2e9;--bs-table-hover-color:#000;color:#000;border-color:#badce3} +.table-warning{--bs-table-bg:#fff3cd;--bs-table-striped-bg:#f2e7c3;--bs-table-striped-color:#000;--bs-table-active-bg:#e6dbb9;--bs-table-active-color:#000;--bs-table-hover-bg:#ece1be;--bs-table-hover-color:#000;color:#000;border-color:#e6dbb9} +.table-danger{--bs-table-bg:#f8d7da;--bs-table-striped-bg:#eccccf;--bs-table-striped-color:#000;--bs-table-active-bg:#dfc2c4;--bs-table-active-color:#000;--bs-table-hover-bg:#e5c7ca;--bs-table-hover-color:#000;color:#000;border-color:#dfc2c4} +.table-light{--bs-table-bg:#f8f9fa;--bs-table-striped-bg:#ecedee;--bs-table-striped-color:#000;--bs-table-active-bg:#dfe0e1;--bs-table-active-color:#000;--bs-table-hover-bg:#e5e6e7;--bs-table-hover-color:#000;color:#000;border-color:#dfe0e1} +.table-dark{--bs-table-bg:#212529;--bs-table-striped-bg:#2c3034;--bs-table-striped-color:#fff;--bs-table-active-bg:#373b3e;--bs-table-active-color:#fff;--bs-table-hover-bg:#323539;--bs-table-hover-color:#fff;color:#fff;border-color:#373b3e} +.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch} +@media (max-width:575.98px){.table-responsive-sm{overflow-x:auto;-webkit-overflow-scrolling:touch} +}@media (max-width:767.98px){.table-responsive-md{overflow-x:auto;-webkit-overflow-scrolling:touch} +}@media (max-width:991.98px){.table-responsive-lg{overflow-x:auto;-webkit-overflow-scrolling:touch} +}@media (max-width:1199.98px){.table-responsive-xl{overflow-x:auto;-webkit-overflow-scrolling:touch} +}@media (max-width:1399.98px){.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch} +}.form-label{margin-bottom:.5rem} +.col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5} +.col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem} +.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem} +.help-block,.form-text{margin-top:.25rem;font-size:.875em;color:#6c757d;display:block} +.form-control{display:block;width:100%;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out} +@media (prefers-reduced-motion:reduce){.form-control{transition:none} +}.form-control[type=file]{overflow:hidden} +.form-control[type=file]:not(:disabled):not([readonly]){cursor:pointer} +.form-control:focus{color:#212529;background-color:#fff;border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)} +.form-control::-webkit-date-and-time-value{height:1.5em} +.form-control::-moz-placeholder{color:#6c757d;opacity:1} +.form-control::placeholder{color:#6c757d;opacity:1} +.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1} +.form-control:hover,.form-select:hover,.form-check-input:hover{color:var(--bs-body-color);border-color:var(--bs-primary);box-shadow:0 0 0 0.25rem rgba(var(--bs-primary-rgb),0.25);outline:0;-webkit-transition:all .25s linear;-moz-transition:all .25s linear;-ms-transition:all .25s linear;-o-transition:all .25s linear;transition:all .25s linear} +.form-control::-webkit-file-upload-button{padding:.375rem .75rem;margin:-.375rem -.75rem;-webkit-margin-end:.75rem;margin-inline-end:.75rem;color:#212529;background-color:#e9ecef;pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:1px;border-radius:0;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out} +.form-control::file-selector-button{padding:.375rem .75rem;margin:-.375rem -.75rem;-webkit-margin-end:.75rem;margin-inline-end:.75rem;color:#212529;background-color:#e9ecef;pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:1px;border-radius:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out} +@media (prefers-reduced-motion:reduce){.form-control::-webkit-file-upload-button{-webkit-transition:none;transition:none} +.form-control::file-selector-button{transition:none} +}.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button{background-color:#dde0e3} +.form-control:hover:not(:disabled):not([readonly])::file-selector-button{background-color:#dde0e3} +.form-control::-webkit-file-upload-button{padding:.375rem .75rem;margin:-.375rem -.75rem;-webkit-margin-end:.75rem;margin-inline-end:.75rem;color:#212529;background-color:#e9ecef;pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:1px;border-radius:0;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out} +@media (prefers-reduced-motion:reduce){.form-control::-webkit-file-upload-button{-webkit-transition:none;transition:none} +}.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button{background-color:#dde0e3} +.form-control-plaintext{display:block;width:100%;padding:.375rem 0;margin-bottom:0;line-height:1.5;color:#212529;background-color:transparent;border:solid transparent;border-width:1px 0} +.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-right:0;padding-left:0} +.form-control-sm{min-height:calc(1.5em + .5rem + 2px);padding:.25rem .5rem;font-size:.875rem;border-radius:.2rem} +.form-control-sm::-webkit-file-upload-button{padding:.25rem .5rem;margin:-.25rem -.5rem;-webkit-margin-end:.5rem;margin-inline-end:.5rem} +.form-control-sm::file-selector-button{padding:.25rem .5rem;margin:-.25rem -.5rem;-webkit-margin-end:.5rem;margin-inline-end:.5rem} +.form-control-sm::-webkit-file-upload-button{padding:.25rem .5rem;margin:-.25rem -.5rem;-webkit-margin-end:.5rem;margin-inline-end:.5rem} +.form-control-lg{min-height:calc(1.5em + 1rem + 2px);padding:.5rem 1rem;font-size:1.25rem;border-radius:.3rem} +.form-control-lg::-webkit-file-upload-button{padding:.5rem 1rem;margin:-.5rem -1rem;-webkit-margin-end:1rem;margin-inline-end:1rem} +.form-control-lg::file-selector-button{padding:.5rem 1rem;margin:-.5rem -1rem;-webkit-margin-end:1rem;margin-inline-end:1rem} +.form-control-lg::-webkit-file-upload-button{padding:.5rem 1rem;margin:-.5rem -1rem;-webkit-margin-end:1rem;margin-inline-end:1rem} +textarea.form-control{min-height:calc(1.5em + .75rem + 2px)} +textarea.form-control-sm{min-height:calc(1.5em + .5rem + 2px)} +textarea.form-control-lg{min-height:calc(1.5em + 1rem + 2px)} +.form-control-color{width:3rem;height:auto;padding:.375rem} +.form-control-color:not(:disabled):not([readonly]){cursor:pointer} +.form-control-color::-moz-color-swatch{height:1.5em;border-radius:.25rem} +.form-control-color::-webkit-color-swatch{height:1.5em;border-radius:.25rem} +.form-select{display:block;width:100%;padding:.375rem 2.25rem .375rem .75rem;-moz-padding-start:calc(0.75rem - 3px);font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .75rem center;background-size:16px 12px;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;-moz-appearance:none;appearance:none} +@media (prefers-reduced-motion:reduce){.form-select{transition:none} +}.form-select:focus{border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)} +.form-select[multiple],.form-select[size]:not([size="1"]){padding-right:.75rem;background-image:none} +.form-select:disabled{background-color:#e9ecef} +.form-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #212529} +.form-select-sm{padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem;border-radius:.2rem} +.form-select-lg{padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem;border-radius:.3rem} +.form-check{display:block;min-height:1.5rem;padding-left:1.5em;margin-bottom:.125rem} +.form-check .form-check-input{float:left;margin-left:-1.5em} +.form-check-input{width:1em;height:1em;margin-top:.25em;vertical-align:top;background-color:#fff;background-repeat:no-repeat;background-position:center;background-size:contain;border:1px solid rgba(0,0,0,.25);-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-print-color-adjust:exact;color-adjust:exact} +.form-check-input[type=checkbox]{border-radius:.25em} +.form-check-input[type=radio]{border-radius:50%} +.form-check-input:active{filter:brightness(90%)} +.form-check-input:focus{border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)} +.form-check-input:checked{background-color:#0d6efd;border-color:#0d6efd} +.form-check-input:checked[type=checkbox]{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e")} +.form-check-input:checked[type=radio]{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")} +.form-check-input[type=checkbox]:indeterminate{background-color:#0d6efd;border-color:#0d6efd;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")} +.form-check-input:disabled{pointer-events:none;filter:none;opacity:.5} +.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label{opacity:.5} +.form-switch{padding-left:2.5em} +.form-switch .form-check-input{width:2em;margin-left:-2.5em;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280,0,0,0.25%29'/%3e%3c/svg%3e");background-position:left center;border-radius:2em;transition:background-position .15s ease-in-out} +@media (prefers-reduced-motion:reduce){.form-switch .form-check-input{transition:none} +}.form-switch .form-check-input:focus{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e")} +.form-switch .form-check-input:checked{background-position:right center;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")} +.form-check-inline{display:inline-block;margin-right:1rem} +.btn-check{position:absolute;clip:rect(0,0,0,0);pointer-events:none} +.btn-check:disabled+.btn,.btn-check[disabled]+.btn{pointer-events:none;filter:none;opacity:.65} +.form-range{width:100%;height:1.5rem;padding:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none} +.form-range:focus{outline:0} +.form-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)} +.form-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)} +.form-range::-moz-focus-outer{border:0} +.form-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#0d6efd;border:0;border-radius:1rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;appearance:none} +@media (prefers-reduced-motion:reduce){.form-range::-webkit-slider-thumb{-webkit-transition:none;transition:none} +}.form-range::-webkit-slider-thumb:active{background-color:#b6d4fe} +.form-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem} +.form-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#0d6efd;border:0;border-radius:1rem;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-moz-appearance:none;appearance:none} +@media (prefers-reduced-motion:reduce){.form-range::-moz-range-thumb{-moz-transition:none;transition:none} +}.form-range::-moz-range-thumb:active{background-color:#b6d4fe} +.form-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem} +.form-range:disabled{pointer-events:none} +.form-range:disabled::-webkit-slider-thumb{background-color:#adb5bd} +.form-range:disabled::-moz-range-thumb{background-color:#adb5bd} +.form-floating{position:relative} +.form-floating>.form-control,.form-floating>.form-select{height:calc(3.5rem + 2px);line-height:1.25} +.form-floating>label{position:absolute;top:0;left:0;height:100%;padding:1rem .75rem;pointer-events:none;border:1px solid transparent;transform-origin:0 0;transition:opacity .1s ease-in-out,transform .1s ease-in-out} +@media (prefers-reduced-motion:reduce){.form-floating>label{transition:none} +}.form-floating>.form-control{padding:1rem .75rem} +.form-floating>.form-control::-moz-placeholder{color:transparent} +.form-floating>.form-control::placeholder{color:transparent} +.form-floating>.form-control:not(:-moz-placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem} +.form-floating>.form-control:focus,.form-floating>.form-control:not(:placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem} +.form-floating>.form-control:-webkit-autofill{padding-top:1.625rem;padding-bottom:.625rem} +.form-floating>.form-select{padding-top:1.625rem;padding-bottom:.625rem} +.form-floating>.form-control:not(:-moz-placeholder-shown)~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translateX(.15rem)} +.form-floating>.form-control:focus~label,.form-floating>.form-control:not(:placeholder-shown)~label,.form-floating>.form-select~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translateX(.15rem)} +.form-floating>.form-control:-webkit-autofill~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translateX(.15rem)} +.input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%} +.input-group>.form-control,.input-group>.form-select{position:relative;flex:1 1 auto;width:1%;min-width:0} +.input-group>.form-control:focus,.input-group>.form-select:focus{z-index:3} +.input-group .btn{position:relative;z-index:2} +.input-group .btn:focus{z-index:3} +.input-group-text{display:flex;align-items:center;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem} +.input-group-lg>.btn,.input-group-lg>.form-control,.input-group-lg>.form-select,.input-group-lg>.input-group-text{padding:.5rem 1rem;font-size:1.25rem;border-radius:.3rem} +.input-group-sm>.btn,.input-group-sm>.form-control,.input-group-sm>.form-select,.input-group-sm>.input-group-text{padding:.25rem .5rem;font-size:.875rem;border-radius:.2rem} +.input-group-lg>.form-select,.input-group-sm>.form-select{padding-right:3rem} +.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu){border-top-right-radius:0;border-bottom-right-radius:0} +.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu){border-top-right-radius:0;border-bottom-right-radius:0} +.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){margin-left:-1px;border-top-left-radius:0;border-bottom-left-radius:0} +.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:#198754} +.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;color:#fff;background-color:rgba(25,135,84,.9);border-radius:.25rem} +.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated:valid~.valid-feedback,.was-validated:valid~.valid-tooltip{display:block} +.form-control.is-valid,.was-validated .form-control:valid{border-color:#198754;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)} +.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:#198754;box-shadow:0 0 0 .25rem rgba(25,135,84,.25)} +.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)} +.form-select.is-valid,.was-validated .form-select:valid{border-color:#198754} +.form-select.is-valid:not([multiple]):not([size]),.form-select.is-valid:not([multiple])[size="1"],.was-validated .form-select:valid:not([multiple]):not([size]),.was-validated .form-select:valid:not([multiple])[size="1"]{padding-right:4.125rem;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)} +.form-select.is-valid:focus,.was-validated .form-select:valid:focus{border-color:#198754;box-shadow:0 0 0 .25rem rgba(25,135,84,.25)} +.form-check-input.is-valid,.was-validated .form-check-input:valid{border-color:#198754} +.form-check-input.is-valid:checked,.was-validated .form-check-input:valid:checked{background-color:#198754} +.form-check-input.is-valid:focus,.was-validated .form-check-input:valid:focus{box-shadow:0 0 0 .25rem rgba(25,135,84,.25)} +.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#198754} +.form-check-inline .form-check-input~.valid-feedback{margin-left:.5em} +.input-group .form-control.is-valid,.input-group .form-select.is-valid,.was-validated .input-group .form-control:valid,.was-validated .input-group .form-select:valid{z-index:1} +.input-group .form-control.is-valid:focus,.input-group .form-select.is-valid:focus,.was-validated .input-group .form-control:valid:focus,.was-validated .input-group .form-select:valid:focus{z-index:3} +.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:#dc3545} +.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;color:#fff;background-color:rgba(220,53,69,.9);border-radius:.25rem} +.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated:invalid~.invalid-feedback,.was-validated:invalid~.invalid-tooltip{display:block} +.form-control.is-invalid,.was-validated .form-control:invalid{border-color:#dc3545;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)} +.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .25rem rgba(220,53,69,.25)} +.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)} +.form-select.is-invalid,.was-validated .form-select:invalid{border-color:#dc3545} +.form-select.is-invalid:not([multiple]):not([size]),.form-select.is-invalid:not([multiple])[size="1"],.was-validated .form-select:invalid:not([multiple]):not([size]),.was-validated .form-select:invalid:not([multiple])[size="1"]{padding-right:4.125rem;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)} +.form-select.is-invalid:focus,.was-validated .form-select:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .25rem rgba(220,53,69,.25)} +.form-check-input.is-invalid,.was-validated .form-check-input:invalid{border-color:#dc3545} +.form-check-input.is-invalid:checked,.was-validated .form-check-input:invalid:checked{background-color:#dc3545} +.form-check-input.is-invalid:focus,.was-validated .form-check-input:invalid:focus{box-shadow:0 0 0 .25rem rgba(220,53,69,.25)} +.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#dc3545} +.form-check-inline .form-check-input~.invalid-feedback{margin-left:.5em} +.input-group .form-control.is-invalid,.input-group .form-select.is-invalid,.was-validated .input-group .form-control:invalid,.was-validated .input-group .form-select:invalid{z-index:2} +.input-group .form-control.is-invalid:focus,.input-group .form-select.is-invalid:focus,.was-validated .input-group .form-control:invalid:focus,.was-validated .input-group .form-select:invalid:focus{z-index:3} +.btn{display:inline-block;font-weight:400;line-height:1.5;color:#212529;text-align:center;text-decoration:none;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out} +@media (prefers-reduced-motion:reduce){.btn{transition:none} +}.btn:hover{color:#212529} +.btn-check:focus+.btn,.btn:focus{outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)} +.btn.disabled,.btn:disabled,fieldset:disabled .btn{pointer-events:none;opacity:.65} +.btn-primary{color:#fff;background-color:#0d6efd;border-color:#0d6efd} +.btn-primary:hover{color:#fff;background-color:#0b5ed7;border-color:#0a58ca} +.btn-check:focus+.btn-primary,.btn-primary:focus{color:#fff;background-color:#0b5ed7;border-color:#0a58ca;box-shadow:0 0 0 .25rem rgba(49,132,253,.5)} +.btn-check:active+.btn-primary,.btn-check:checked+.btn-primary,.btn-primary.active,.btn-primary:active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#0a58ca;border-color:#0a53be} +.btn-check:active+.btn-primary:focus,.btn-check:checked+.btn-primary:focus,.btn-primary.active:focus,.btn-primary:active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(49,132,253,.5)} +.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#0d6efd;border-color:#0d6efd} +.btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d} +.btn-secondary:hover{color:#fff;background-color:#5c636a;border-color:#565e64} +.btn-check:focus+.btn-secondary,.btn-secondary:focus{color:#fff;background-color:#5c636a;border-color:#565e64;box-shadow:0 0 0 .25rem rgba(130,138,145,.5)} +.btn-check:active+.btn-secondary,.btn-check:checked+.btn-secondary,.btn-secondary.active,.btn-secondary:active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#565e64;border-color:#51585e} +.btn-check:active+.btn-secondary:focus,.btn-check:checked+.btn-secondary:focus,.btn-secondary.active:focus,.btn-secondary:active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(130,138,145,.5)} +.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d} +.btn-success{color:#fff;background-color:#198754;border-color:#198754} +.btn-success:hover{color:#fff;background-color:#157347;border-color:#146c43} +.btn-check:focus+.btn-success,.btn-success:focus{color:#fff;background-color:#157347;border-color:#146c43;box-shadow:0 0 0 .25rem rgba(60,153,110,.5)} +.btn-check:active+.btn-success,.btn-check:checked+.btn-success,.btn-success.active,.btn-success:active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#146c43;border-color:#13653f} +.btn-check:active+.btn-success:focus,.btn-check:checked+.btn-success:focus,.btn-success.active:focus,.btn-success:active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(60,153,110,.5)} +.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#198754;border-color:#198754} +.btn-info{color:#000;background-color:#0dcaf0;border-color:#0dcaf0} +.btn-info:hover{color:#000;background-color:#31d2f2;border-color:#25cff2} +.btn-check:focus+.btn-info,.btn-info:focus{color:#000;background-color:#31d2f2;border-color:#25cff2;box-shadow:0 0 0 .25rem rgba(11,172,204,.5)} +.btn-check:active+.btn-info,.btn-check:checked+.btn-info,.btn-info.active,.btn-info:active,.show>.btn-info.dropdown-toggle{color:#000;background-color:#3dd5f3;border-color:#25cff2} +.btn-check:active+.btn-info:focus,.btn-check:checked+.btn-info:focus,.btn-info.active:focus,.btn-info:active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(11,172,204,.5)} +.btn-info.disabled,.btn-info:disabled{color:#000;background-color:#0dcaf0;border-color:#0dcaf0} +.btn-warning{color:#000;background-color:#ffc107;border-color:#ffc107} +.btn-warning:hover{color:#000;background-color:#ffca2c;border-color:#ffc720} +.btn-check:focus+.btn-warning,.btn-warning:focus{color:#000;background-color:#ffca2c;border-color:#ffc720;box-shadow:0 0 0 .25rem rgba(217,164,6,.5)} +.btn-check:active+.btn-warning,.btn-check:checked+.btn-warning,.btn-warning.active,.btn-warning:active,.show>.btn-warning.dropdown-toggle{color:#000;background-color:#ffcd39;border-color:#ffc720} +.btn-check:active+.btn-warning:focus,.btn-check:checked+.btn-warning:focus,.btn-warning.active:focus,.btn-warning:active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(217,164,6,.5)} +.btn-warning.disabled,.btn-warning:disabled{color:#000;background-color:#ffc107;border-color:#ffc107} +.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545} +.btn-danger:hover{color:#fff;background-color:#bb2d3b;border-color:#b02a37} +.btn-check:focus+.btn-danger,.btn-danger:focus{color:#fff;background-color:#bb2d3b;border-color:#b02a37;box-shadow:0 0 0 .25rem rgba(225,83,97,.5)} +.btn-check:active+.btn-danger,.btn-check:checked+.btn-danger,.btn-danger.active,.btn-danger:active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#b02a37;border-color:#a52834} +.btn-check:active+.btn-danger:focus,.btn-check:checked+.btn-danger:focus,.btn-danger.active:focus,.btn-danger:active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(225,83,97,.5)} +.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545} +.btn-light{color:#000;background-color:#f8f9fa;border-color:#f8f9fa} +.btn-light:hover{color:#000;background-color:#f9fafb;border-color:#f9fafb} +.btn-check:focus+.btn-light,.btn-light:focus{color:#000;background-color:#f9fafb;border-color:#f9fafb;box-shadow:0 0 0 .25rem rgba(211,212,213,.5)} +.btn-check:active+.btn-light,.btn-check:checked+.btn-light,.btn-light.active,.btn-light:active,.show>.btn-light.dropdown-toggle{color:#000;background-color:#f9fafb;border-color:#f9fafb} +.btn-check:active+.btn-light:focus,.btn-check:checked+.btn-light:focus,.btn-light.active:focus,.btn-light:active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(211,212,213,.5)} +.btn-light.disabled,.btn-light:disabled{color:#000;background-color:#f8f9fa;border-color:#f8f9fa} +.btn-dark{color:#fff;background-color:#212529;border-color:#212529} +.btn-dark:hover{color:#fff;background-color:#1c1f23;border-color:#1a1e21} +.btn-check:focus+.btn-dark,.btn-dark:focus{color:#fff;background-color:#1c1f23;border-color:#1a1e21;box-shadow:0 0 0 .25rem rgba(66,70,73,.5)} +.btn-check:active+.btn-dark,.btn-check:checked+.btn-dark,.btn-dark.active,.btn-dark:active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#1a1e21;border-color:#191c1f} +.btn-check:active+.btn-dark:focus,.btn-check:checked+.btn-dark:focus,.btn-dark.active:focus,.btn-dark:active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(66,70,73,.5)} +.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#212529;border-color:#212529} +.btn-outline-primary{color:#0d6efd;border-color:#0d6efd} +.btn-outline-primary:hover{color:#fff;background-color:#0d6efd;border-color:#0d6efd} +.btn-outline-primary:hover a{color:#fff} +.btn-sorg{display:flex;align-items:center;margin:5px} +.btn-check:focus+.btn-outline-primary,.btn-outline-primary:focus{box-shadow:0 0 0 .25rem rgba(13,110,253,.5)} +.btn-check:active+.btn-outline-primary,.btn-check:checked+.btn-outline-primary,.btn-outline-primary.active,.btn-outline-primary.dropdown-toggle.show,.btn-outline-primary:active{color:#fff;background-color:#0d6efd;border-color:#0d6efd} +.btn-check:active+.btn-outline-primary:focus,.btn-check:checked+.btn-outline-primary:focus,.btn-outline-primary.active:focus,.btn-outline-primary.dropdown-toggle.show:focus,.btn-outline-primary:active:focus{box-shadow:0 0 0 .25rem rgba(13,110,253,.5)} +.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#0d6efd;background-color:transparent} +.btn-outline-secondary{color:#6c757d;border-color:#6c757d} +.btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d} +.btn-check:focus+.btn-outline-secondary,.btn-outline-secondary:focus{box-shadow:0 0 0 .25rem rgba(108,117,125,.5)} +.btn-check:active+.btn-outline-secondary,.btn-check:checked+.btn-outline-secondary,.btn-outline-secondary.active,.btn-outline-secondary.dropdown-toggle.show,.btn-outline-secondary:active{color:#fff;background-color:#6c757d;border-color:#6c757d} +.btn-check:active+.btn-outline-secondary:focus,.btn-check:checked+.btn-outline-secondary:focus,.btn-outline-secondary.active:focus,.btn-outline-secondary.dropdown-toggle.show:focus,.btn-outline-secondary:active:focus{box-shadow:0 0 0 .25rem rgba(108,117,125,.5)} +.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#6c757d;background-color:transparent} +.btn-outline-success{color:#198754;border-color:#198754} +.btn-outline-success:hover{color:#fff;background-color:#198754;border-color:#198754} +.btn-check:focus+.btn-outline-success,.btn-outline-success:focus{box-shadow:0 0 0 .25rem rgba(25,135,84,.5)} +.btn-check:active+.btn-outline-success,.btn-check:checked+.btn-outline-success,.btn-outline-success.active,.btn-outline-success.dropdown-toggle.show,.btn-outline-success:active{color:#fff;background-color:#198754;border-color:#198754} +.btn-check:active+.btn-outline-success:focus,.btn-check:checked+.btn-outline-success:focus,.btn-outline-success.active:focus,.btn-outline-success.dropdown-toggle.show:focus,.btn-outline-success:active:focus{box-shadow:0 0 0 .25rem rgba(25,135,84,.5)} +.btn-outline-success.disabled,.btn-outline-success:disabled{color:#198754;background-color:transparent} +.btn-outline-info{color:#0dcaf0;border-color:#0dcaf0} +.btn-outline-info:hover{color:#000;background-color:#0dcaf0;border-color:#0dcaf0} +.btn-check:focus+.btn-outline-info,.btn-outline-info:focus{box-shadow:0 0 0 .25rem rgba(13,202,240,.5)} +.btn-check:active+.btn-outline-info,.btn-check:checked+.btn-outline-info,.btn-outline-info.active,.btn-outline-info.dropdown-toggle.show,.btn-outline-info:active{color:#000;background-color:#0dcaf0;border-color:#0dcaf0} +.btn-check:active+.btn-outline-info:focus,.btn-check:checked+.btn-outline-info:focus,.btn-outline-info.active:focus,.btn-outline-info.dropdown-toggle.show:focus,.btn-outline-info:active:focus{box-shadow:0 0 0 .25rem rgba(13,202,240,.5)} +.btn-outline-info.disabled,.btn-outline-info:disabled{color:#0dcaf0;background-color:transparent} +.btn-outline-warning{color:#ffc107;border-color:#ffc107} +.btn-outline-warning:hover{color:#000;background-color:#ffc107;border-color:#ffc107} +.btn-check:focus+.btn-outline-warning,.btn-outline-warning:focus{box-shadow:0 0 0 .25rem rgba(255,193,7,.5)} +.btn-check:active+.btn-outline-warning,.btn-check:checked+.btn-outline-warning,.btn-outline-warning.active,.btn-outline-warning.dropdown-toggle.show,.btn-outline-warning:active{color:#000;background-color:#ffc107;border-color:#ffc107} +.btn-check:active+.btn-outline-warning:focus,.btn-check:checked+.btn-outline-warning:focus,.btn-outline-warning.active:focus,.btn-outline-warning.dropdown-toggle.show:focus,.btn-outline-warning:active:focus{box-shadow:0 0 0 .25rem rgba(255,193,7,.5)} +.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffc107;background-color:transparent} +.btn-outline-danger{color:#dc3545;border-color:#dc3545} +.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545} +.btn-check:focus+.btn-outline-danger,.btn-outline-danger:focus{box-shadow:0 0 0 .25rem rgba(220,53,69,.5)} +.btn-check:active+.btn-outline-danger,.btn-check:checked+.btn-outline-danger,.btn-outline-danger.active,.btn-outline-danger.dropdown-toggle.show,.btn-outline-danger:active{color:#fff;background-color:#dc3545;border-color:#dc3545} +.btn-check:active+.btn-outline-danger:focus,.btn-check:checked+.btn-outline-danger:focus,.btn-outline-danger.active:focus,.btn-outline-danger.dropdown-toggle.show:focus,.btn-outline-danger:active:focus{box-shadow:0 0 0 .25rem rgba(220,53,69,.5)} +.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#dc3545;background-color:transparent} +.btn-outline-light{color:#f8f9fa;border-color:#f8f9fa} +.btn-outline-light:hover{color:#000;background-color:#f8f9fa;border-color:#f8f9fa} +.btn-check:focus+.btn-outline-light,.btn-outline-light:focus{box-shadow:0 0 0 .25rem rgba(248,249,250,.5)} +.btn-check:active+.btn-outline-light,.btn-check:checked+.btn-outline-light,.btn-outline-light.active,.btn-outline-light.dropdown-toggle.show,.btn-outline-light:active{color:#000;background-color:#f8f9fa;border-color:#f8f9fa} +.btn-check:active+.btn-outline-light:focus,.btn-check:checked+.btn-outline-light:focus,.btn-outline-light.active:focus,.btn-outline-light.dropdown-toggle.show:focus,.btn-outline-light:active:focus{box-shadow:0 0 0 .25rem rgba(248,249,250,.5)} +.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f8f9fa;background-color:transparent} +.btn-outline-dark{color:#212529;border-color:#212529} +.btn-outline-dark:hover{color:#fff;background-color:#212529;border-color:#212529} +.btn-check:focus+.btn-outline-dark,.btn-outline-dark:focus{box-shadow:0 0 0 .25rem rgba(33,37,41,.5)} +.btn-check:active+.btn-outline-dark,.btn-check:checked+.btn-outline-dark,.btn-outline-dark.active,.btn-outline-dark.dropdown-toggle.show,.btn-outline-dark:active{color:#fff;background-color:#212529;border-color:#212529} +.btn-check:active+.btn-outline-dark:focus,.btn-check:checked+.btn-outline-dark:focus,.btn-outline-dark.active:focus,.btn-outline-dark.dropdown-toggle.show:focus,.btn-outline-dark:active:focus{box-shadow:0 0 0 .25rem rgba(33,37,41,.5)} +.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#212529;background-color:transparent} +.btn-link{font-weight:400;color:#0d6efd;text-decoration:underline} +.btn-link:hover{color:#0a58ca} +.btn-link.disabled,.btn-link:disabled{color:#6c757d} +.btn-group-lg>.btn,.btn-lg{padding:.5rem 1rem;font-size:1.25rem;border-radius:.3rem} +.btn-group-sm>.btn,.btn-sm{padding:.25rem .5rem;font-size:.875rem;border-radius:.2rem} +.fade{transition:opacity .15s linear} +@media (prefers-reduced-motion:reduce){.fade{transition:none} +}.fade:not(.show){opacity:0;display:none} +.collapse:not(.show){display:none} +.collapsing{height:0;overflow:hidden;transition:height .35s ease} +@media (prefers-reduced-motion:reduce){.collapsing{transition:none} +}.collapsing.collapse-horizontal{width:0;height:auto;transition:width .35s ease} +@media (prefers-reduced-motion:reduce){.collapsing.collapse-horizontal{transition:none} +}.dropdown,.dropend,.dropstart,.dropup{position:relative} +.dropdown-toggle{white-space:nowrap} +.dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent} +.dropdown-toggle:empty::after{margin-left:0} +.dropdown-menu{position:absolute;z-index:1000;display:none;min-width:10rem;padding:.5rem 0;margin:0;color:#212529;text-align:left;list-style:none;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;font-size:14px;-webkit-box-shadow:0 3px 8px rgb(var(--bs-dark-rgb),.1),0 0 1px rgb(var(--bs-dark-rgb),.15);box-shadow:0 3px 8px rgb(var(--bs-dark-rgb),.1),0 0 1px rgb(var(--bs-dark-rgb),.15)} +.dropdown-menu[data-bs-popper]{top:100%;left:0;margin-top:.125rem} +.dropdown-menu-start{--bs-position:start} +.dropdown-menu-start[data-bs-popper]{right:auto;left:0} +.dropdown-menu-end{--bs-position:end} +.dropdown-menu-end[data-bs-popper]{right:0;left:auto} +@media (min-width:576px){.dropdown-menu-sm-start{--bs-position:start} +.dropdown-menu-sm-start[data-bs-popper]{right:auto;left:0} +.dropdown-menu-sm-end{--bs-position:end} +.dropdown-menu-sm-end[data-bs-popper]{right:0;left:auto} +}@media (min-width:768px){.dropdown-menu-md-start{--bs-position:start} +.dropdown-menu-md-start[data-bs-popper]{right:auto;left:0} +.dropdown-menu-md-end{--bs-position:end} +.dropdown-menu-md-end[data-bs-popper]{right:0;left:auto} +}@media (min-width:992px){.dropdown-menu-lg-start{--bs-position:start} +.dropdown-menu-lg-start[data-bs-popper]{right:auto;left:0} +.dropdown-menu-lg-end{--bs-position:end} +.dropdown-menu-lg-end[data-bs-popper]{right:0;left:auto} +}@media (min-width:1200px){.dropdown-menu-xl-start{--bs-position:start} +.dropdown-menu-xl-start[data-bs-popper]{right:auto;left:0} +.dropdown-menu-xl-end{--bs-position:end} +.dropdown-menu-xl-end[data-bs-popper]{right:0;left:auto} +}@media (min-width:1400px){.dropdown-menu-xxl-start{--bs-position:start} +.dropdown-menu-xxl-start[data-bs-popper]{right:auto;left:0} +.dropdown-menu-xxl-end{--bs-position:end} +.dropdown-menu-xxl-end[data-bs-popper]{right:0;left:auto} +}.dropup .dropdown-menu[data-bs-popper]{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem} +.dropup .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent} +.dropup .dropdown-toggle:empty::after{margin-left:0} +.dropend .dropdown-menu[data-bs-popper]{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem} +.dropend .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid} +.dropend .dropdown-toggle:empty::after{margin-left:0} +.dropend .dropdown-toggle::after{vertical-align:0} +.dropstart .dropdown-menu[data-bs-popper]{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem} +.dropstart .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:""} +.dropstart .dropdown-toggle::after{display:none} +.dropstart .dropdown-toggle::before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent} +.dropstart .dropdown-toggle:empty::after{margin-left:0} +.dropstart .dropdown-toggle::before{vertical-align:0} +.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid rgba(0,0,0,.15)} +.dropdown-item{display:block;width:100%;padding:.25rem 1rem;clear:both;font-weight:400;color:#212529;text-align:inherit;text-decoration:none;white-space:nowrap;background-color:transparent;border:0} +.dropdown-item:focus,.dropdown-item:hover{color:#1e2125;background-color:#e9ecef} +.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#0d6efd} +.dropdown-item.disabled,.dropdown-item:disabled{color:#adb5bd;pointer-events:none;background-color:transparent} +.dropdown-menu.show{display:block} +.dropdown-header{display:block;padding:.5rem 1rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap} +.dropdown-item-text{display:block;padding:.25rem 1rem;color:#212529} +.dropdown-menu-dark{color:#dee2e6;background-color:#343a40;border-color:rgba(0,0,0,.15)} +.dropdown-menu-dark .dropdown-item{color:#dee2e6} +.dropdown-menu-dark .dropdown-item:focus,.dropdown-menu-dark .dropdown-item:hover{color:#fff;background-color:rgba(255,255,255,.15)} +.dropdown-menu-dark .dropdown-item.active,.dropdown-menu-dark .dropdown-item:active{color:#fff;background-color:#0d6efd} +.dropdown-menu-dark .dropdown-item.disabled,.dropdown-menu-dark .dropdown-item:disabled{color:#adb5bd} +.dropdown-menu-dark .dropdown-divider{border-color:rgba(0,0,0,.15)} +.dropdown-menu-dark .dropdown-item-text{color:#dee2e6} +.dropdown-menu-dark .dropdown-header{color:#adb5bd} +.btn-group,.btn-group-vertical{position:relative;display:inline-flex;vertical-align:middle} +.btn-group-vertical>.btn,.btn-group>.btn{position:relative;flex:1 1 auto} +.btn-group-vertical>.btn-check:checked+.btn,.btn-group-vertical>.btn-check:focus+.btn,.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn-check:checked+.btn,.btn-group>.btn-check:focus+.btn,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:1} +.btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start} +.btn-toolbar .input-group{width:auto} +.btn-group>.btn-group:not(:first-child),.btn-group>.btn:not(:first-child){margin-left:-1px} +.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0} +.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:nth-child(n+3),.btn-group>:not(.btn-check)+.btn{border-top-left-radius:0;border-bottom-left-radius:0} +.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem} +.dropdown-toggle-split::after,.dropend .dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after{margin-left:0} +.dropstart .dropdown-toggle-split::before{margin-right:0} +.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem} +.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem} +.btn-group-vertical{flex-direction:column;align-items:flex-start;justify-content:center} +.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%} +.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child){margin-top:-1px} +.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0} +.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn~.btn{border-top-left-radius:0;border-top-right-radius:0} +.nav{display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none} +.nav-link{display:block;padding:.5rem 1rem;color:#0d6efd;text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out} +@media (prefers-reduced-motion:reduce){.nav-link{transition:none} +}.nav-link:focus,.nav-link:hover{color:#0a58ca;text-decoration:none} +.nav-link.disabled{color:#6c757d;pointer-events:none;cursor:default} +.nav-tabs{border-bottom:1px solid #dee2e6} +.nav-tabs .nav-link{margin-bottom:-1px;background:0 0;border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem} +.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#e9ecef #e9ecef #dee2e6;isolation:isolate} +.nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent} +.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff} +.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0} +.nav-pills .nav-link{border:0;border-radius:.25rem} +.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:var(--bs-primary)} +.nav-fill .nav-item,.nav-fill>.nav-link{flex:1 1 auto;text-align:center} +.nav-justified .nav-item,.nav-justified>.nav-link{flex-basis:0;flex-grow:1;text-align:center} +.nav-fill .nav-item .nav-link,.nav-justified .nav-item .nav-link{width:100%} +.tab-content>.tab-pane{display:none} +.tab-content>.active{display:block} +.navbar{position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding-top:.5rem;padding-bottom:.5rem} +.navbar>.container,.navbar>.container-fluid,.navbar>.container-lg,.navbar>.container-md,.navbar>.container-sm,.navbar>.container-xl,.navbar>.container-xxl{display:flex;flex-wrap:inherit;align-items:center;justify-content:space-between} +.navbar-brand{padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;text-decoration:none;white-space:nowrap} +.navbar-brand img{max-height:30px} +.navbar-nav{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none} +.navbar-nav .nav-link{padding-right:0;padding-left:0} +.navbar-nav .dropdown-menu{position:static} +.navbar-text{padding-top:.5rem;padding-bottom:.5rem} +.navbar-collapse{flex-basis:100%;flex-grow:1;align-items:center} +.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem;transition:box-shadow .15s ease-in-out} +@media (prefers-reduced-motion:reduce){.navbar-toggler{transition:none} +}.navbar-toggler:hover{text-decoration:none} +.navbar-toggler:focus{text-decoration:none;outline:0;box-shadow:0 0 0 .25rem} +.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;background-repeat:no-repeat;background-position:center;background-size:100%} +.navbar-nav-scroll{max-height:var(--bs-scroll-height,75vh);overflow-y:auto} +@media (min-width:576px){.navbar-expand-sm{flex-wrap:nowrap;justify-content:flex-start} +.navbar-expand-sm .navbar-nav{flex-direction:row} +.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute} +.navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem} +.navbar-expand-sm .navbar-nav-scroll{overflow:visible} +.navbar-expand-sm .navbar-collapse{display:flex !important;flex-basis:auto} +.navbar-expand-sm .navbar-toggler{display:none} +.navbar-expand-sm .offcanvas-header{display:none} +.navbar-expand-sm .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible !important;background-color:transparent;border-right:0;border-left:0;transition:none;transform:none} +.navbar-expand-sm .offcanvas-bottom,.navbar-expand-sm .offcanvas-top{height:auto;border-top:0;border-bottom:0} +.navbar-expand-sm .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible} +}@media (min-width:768px){.navbar-expand-md{flex-wrap:nowrap;justify-content:flex-start} +.navbar-expand-md .navbar-nav{flex-direction:row} +.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute} +.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem} +.navbar-expand-md .navbar-nav-scroll{overflow:visible} +.navbar-expand-md .navbar-collapse{display:flex !important;flex-basis:auto} +.navbar-expand-md .navbar-toggler{display:none} +.navbar-expand-md .offcanvas-header{display:none} +.navbar-expand-md .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible !important;background-color:transparent;border-right:0;border-left:0;transition:none;transform:none} +.navbar-expand-md .offcanvas-bottom,.navbar-expand-md .offcanvas-top{height:auto;border-top:0;border-bottom:0} +.navbar-expand-md .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible} +}@media (min-width:992px){.navbar-expand-lg{flex-wrap:nowrap;justify-content:flex-start} +.navbar-expand-lg .navbar-nav{flex-direction:row} +.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute} +.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem} +.navbar-expand-lg .navbar-nav-scroll{overflow:visible} +.navbar-expand-lg .navbar-collapse{display:flex !important;flex-basis:auto;justify-content:flex-end} +.navbar-expand-lg .navbar-toggler{display:none} +.navbar-expand-lg .offcanvas-header{display:none} +.navbar-expand-lg .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible !important;background-color:transparent;border-right:0;border-left:0;transition:none;transform:none} +.navbar-expand-lg .offcanvas-bottom,.navbar-expand-lg .offcanvas-top{height:auto;border-top:0;border-bottom:0} +.navbar-expand-lg .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible} +}@media (min-width:1200px){.navbar-expand-xl{flex-wrap:nowrap;justify-content:flex-start} +.navbar-expand-xl .navbar-nav{flex-direction:row} +.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute} +.navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem} +.navbar-expand-xl .navbar-nav-scroll{overflow:visible} +.navbar-expand-xl .navbar-collapse{display:flex !important;flex-basis:auto} +.navbar-expand-xl .navbar-toggler{display:none} +.navbar-expand-xl .offcanvas-header{display:none} +.navbar-expand-xl .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible !important;background-color:transparent;border-right:0;border-left:0;transition:none;transform:none} +.navbar-expand-xl .offcanvas-bottom,.navbar-expand-xl .offcanvas-top{height:auto;border-top:0;border-bottom:0} +.navbar-expand-xl .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible} +}@media (min-width:1400px){.navbar-expand-xxl{flex-wrap:nowrap;justify-content:flex-start} +.navbar-expand-xxl .navbar-nav{flex-direction:row} +.navbar-expand-xxl .navbar-nav .dropdown-menu{position:absolute} +.navbar-expand-xxl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem} +.navbar-expand-xxl .navbar-nav-scroll{overflow:visible} +.navbar-expand-xxl .navbar-collapse{display:flex !important;flex-basis:auto} +.navbar-expand-xxl .navbar-toggler{display:none} +.navbar-expand-xxl .offcanvas-header{display:none} +.navbar-expand-xxl .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible !important;background-color:transparent;border-right:0;border-left:0;transition:none;transform:none} +.navbar-expand-xxl .offcanvas-bottom,.navbar-expand-xxl .offcanvas-top{height:auto;border-top:0;border-bottom:0} +.navbar-expand-xxl .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible} +}.navbar-expand{flex-wrap:nowrap;justify-content:flex-start} +.navbar-expand .navbar-nav{flex-direction:row} +.navbar-expand .navbar-nav .dropdown-menu{position:absolute} +.navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem} +.navbar-expand .navbar-nav-scroll{overflow:visible} +.navbar-expand .navbar-collapse{display:flex !important;flex-basis:auto} +.navbar-expand .navbar-toggler{display:none} +.navbar-expand .offcanvas-header{display:none} +.navbar-expand .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible !important;background-color:transparent;border-right:0;border-left:0;transition:none;transform:none} +.navbar-expand .offcanvas-bottom,.navbar-expand .offcanvas-top{height:auto;border-top:0;border-bottom:0} +.navbar-expand .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible} +.navbar-light .navbar-brand{color:rgba(0,0,0,.9)} +.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)} +.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.55)} +.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)} +.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)} +.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9)} +.navbar-light .navbar-toggler{color:rgba(0,0,0,.55);border-color:rgba(0,0,0,.1)} +.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280,0,0,0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")} +.navbar-light .navbar-text{color:rgba(0,0,0,.55)} +.navbar-light .navbar-text a,.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)} +.navbar-dark .navbar-brand{color:#fff} +.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff} +.navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,.55)} +.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:rgba(255,255,255,.75)} +.navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255,255,255,.25)} +.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .show>.nav-link{color:#fff} +.navbar-dark .navbar-toggler{color:rgba(255,255,255,.55);border-color:rgba(255,255,255,.1)} +.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")} +.navbar-dark .navbar-text{color:rgba(255,255,255,.55)} +.navbar-dark .navbar-text a,.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff} +.card{position:relative;display:flex;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem} +.card>hr{margin-right:0;margin-left:0} +.card>.list-group{border-top:inherit;border-bottom:inherit} +.card>.list-group:first-child{border-top-width:0;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)} +.card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)} +.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0} +.card-body{flex:1 1 auto;padding:1rem 1rem} +.card-title{margin-bottom:.5rem} +.card-subtitle{margin-top:-.25rem;margin-bottom:0} +.card-text:last-child{margin-bottom:0} +.card-link+.card-link{margin-left:1rem} +.card-header{padding:.5rem 1rem;margin-bottom:0;background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125)} +.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0} +.card-footer{padding:.5rem 1rem;background-color:rgba(0,0,0,.03);border-top:1px solid rgba(0,0,0,.125)} +.card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)} +.card-header-tabs{margin-right:-.5rem;margin-bottom:-.5rem;margin-left:-.5rem;border-bottom:0} +.card-header-pills{margin-right:-.5rem;margin-left:-.5rem} +.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1rem;border-radius:calc(.25rem - 1px)} +.card-img,.card-img-bottom,.card-img-top{width:100%} +.card-img,.card-img-top{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)} +.card-img,.card-img-bottom{border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)} +.card-group>.card{margin-bottom:.75rem} +@media (min-width:576px){.card-group{display:flex;flex-flow:row wrap} +.card-group>.card{flex:1 0 0%;margin-bottom:0} +.card-group>.card+.card{margin-left:0;border-left:0} +.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0} +.card-group>.card:not(:last-child) .card-header,.card-group>.card:not(:last-child) .card-img-top{border-top-right-radius:0} +.card-group>.card:not(:last-child) .card-footer,.card-group>.card:not(:last-child) .card-img-bottom{border-bottom-right-radius:0} +.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0} +.card-group>.card:not(:first-child) .card-header,.card-group>.card:not(:first-child) .card-img-top{border-top-left-radius:0} +.card-group>.card:not(:first-child) .card-footer,.card-group>.card:not(:first-child) .card-img-bottom{border-bottom-left-radius:0} +}.accordion-button{position:relative;display:flex;align-items:center;width:100%;padding:1rem 1.25rem;font-size:1rem;color:#212529;text-align:left;background-color:#fff;border:0;border-radius:0;overflow-anchor:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease} +@media (prefers-reduced-motion:reduce){.accordion-button{transition:none} +}.accordion-button:not(.collapsed){color:#0c63e4;background-color:#e7f1ff;box-shadow:inset 0 -1px 0 rgba(0,0,0,.125)} +.accordion-button:not(.collapsed)::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");transform:rotate(-180deg)} +.accordion-button::after{flex-shrink:0;width:1.25rem;height:1.25rem;margin-left:auto;content:"";background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-size:1.25rem;transition:transform .2s ease-in-out} +@media (prefers-reduced-motion:reduce){.accordion-button::after{transition:none} +}.accordion-button:hover{z-index:2} +.accordion-button:focus{z-index:3;border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)} +.accordion-header{margin-bottom:0} +.accordion-item{background-color:#fff;border:1px solid rgba(0,0,0,.125)} +.accordion-item:first-of-type{border-top-left-radius:.25rem;border-top-right-radius:.25rem} +.accordion-item:first-of-type .accordion-button{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)} +.accordion-item:not(:first-of-type){border-top:0} +.accordion-item:last-of-type{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem} +.accordion-item:last-of-type .accordion-button.collapsed{border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)} +.accordion-item:last-of-type .accordion-collapse{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem} +.accordion-body{padding:1rem 1.25rem} +.accordion-flush .accordion-collapse{border-width:0} +.accordion-flush .accordion-item{border-right:0;border-left:0;border-radius:0} +.accordion-flush .accordion-item:first-child{border-top:0} +.accordion-flush .accordion-item:last-child{border-bottom:0} +.accordion-flush .accordion-item .accordion-button{border-radius:0} +.breadcrumb{display:flex;flex-wrap:wrap;padding:0 0;margin-bottom:1rem;list-style:none} +.breadcrumb-item+.breadcrumb-item{padding-left:.5rem} +.breadcrumb-item+.breadcrumb-item::before{float:left;padding-right:.5rem;color:#6c757d;content:var(--bs-breadcrumb-divider,"/")} +.breadcrumb-item.active{color:#6c757d} +.pagination{display:flex;padding-left:0;list-style:none} +.page-link{position:relative;display:block;color:#0d6efd;text-decoration:none;background-color:#fff;border:1px solid #dee2e6;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out} +@media (prefers-reduced-motion:reduce){.page-link{transition:none} +}.page-link:hover{z-index:2;color:#0a58ca;background-color:#e9ecef;border-color:#dee2e6} +.page-link:focus{z-index:3;color:#0a58ca;background-color:#e9ecef;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)} +.page-item:not(:first-child) .page-link{margin-left:-1px} +.page-item.active .page-link{z-index:3;color:#fff;background-color:#0d6efd;border-color:#0d6efd} +.page-item.disabled .page-link{color:#6c757d;pointer-events:none;background-color:#fff;border-color:#dee2e6} +.page-link{padding:.375rem .75rem} +.page-item:first-child .page-link{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem} +.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem} +.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem} +.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem} +.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem} +.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem} +.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem} +.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem} +.badge{display:inline-block;padding:.35em .65em;font-size:.75em;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem} +.badge:empty{display:none} +.btn .badge{position:relative;top:-1px} +.alert{position:relative;padding:1rem 1rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem} +.alert-heading{color:inherit} +.alert-link{font-weight:700} +.alert-dismissible{padding-right:3rem} +.alert-dismissible .btn-close{position:absolute;top:0;right:0;z-index:2;padding:1.25rem 1rem} +.alert-primary{color:#084298;background-color:#cfe2ff;border-color:#b6d4fe} +.alert-primary .alert-link{color:#06357a} +.alert-secondary{color:#41464b;background-color:#e2e3e5;border-color:#d3d6d8} +.alert-secondary .alert-link{color:#34383c} +.alert-success{color:#0f5132;background-color:#d1e7dd;border-color:#badbcc} +.alert-success .alert-link{color:#0c4128} +.alert-info{color:#055160;background-color:#cff4fc;border-color:#b6effb} +.alert-info .alert-link{color:#04414d} +.alert-warning{color:#664d03;background-color:#fff3cd;border-color:#ffecb5} +.alert-warning .alert-link{color:#523e02} +.alert-danger{color:#842029;background-color:#f8d7da;border-color:#f5c2c7} +.alert-danger .alert-link{color:#6a1a21} +.alert-light{color:#636464;background-color:#fefefe;border-color:#fdfdfe} +.alert-light .alert-link{color:#4f5050} +.alert-dark{color:#141619;background-color:#d3d3d4;border-color:#bcbebf} +.alert-dark .alert-link{color:#101214} +@-webkit-keyframes progress-bar-stripes{0%{background-position-x:1rem} +}@keyframes progress-bar-stripes{0%{background-position-x:1rem} +}.progress{display:flex;height:1rem;overflow:hidden;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem} +.progress-bar{display:flex;flex-direction:column;justify-content:center;overflow:hidden;color:#fff;text-align:center;white-space:nowrap;background-color:#0d6efd;transition:width .6s ease} +.progress-cover{position:absolute;text-align:center;left:0;right:0;font-size:75%;color:#FFF;text-shadow:1px 1px 1px #000;font-weight:700} +@media (prefers-reduced-motion:reduce){.progress-bar{transition:none} +}.progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:1rem 1rem} +.progress-bar-animated{-webkit-animation:1s linear infinite progress-bar-stripes;animation:1s linear infinite progress-bar-stripes} +@media (prefers-reduced-motion:reduce){.progress-bar-animated{-webkit-animation:none;animation:none} +}.list-group{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:.25rem} +.list-group-numbered{list-style-type:none;counter-reset:section} +.list-group-numbered>li::before{content:counters(section,".") ". ";counter-increment:section} +.list-group-item-action{width:100%;color:#495057;text-align:inherit} +.list-group-item-action:focus,.list-group-item-action:hover{z-index:1;color:#495057;text-decoration:none;background-color:#f8f9fa} +.list-group-item-action:active{color:#212529;background-color:#e9ecef} +.list-group-item{position:relative;display:block;padding:.5rem 1rem;color:#212529;text-decoration:none;background-color:#fff;border:1px solid rgba(0,0,0,.125)} +.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit} +.list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit} +.list-group-item.disabled,.list-group-item:disabled{color:#6c757d;pointer-events:none;background-color:#fff} +.list-group-item.active{z-index:2;color:#fff;background-color:#0d6efd;border-color:#0d6efd} +.list-group-item+.list-group-item{border-top-width:0} +.list-group-item+.list-group-item.active{margin-top:-1px;border-top-width:1px} +.list-images-item:hover,.list-group-item:hover{color: #495057;text-decoration: none;background-color: #f8f9fa;} +.list-group-horizontal{flex-direction:row} +.list-group-horizontal>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0} +.list-group-horizontal>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0} +.list-group-horizontal>.list-group-item.active{margin-top:0} +.list-group-horizontal>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0} +.list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px} +@media (min-width:576px){.list-group-horizontal-sm{flex-direction:row} +.list-group-horizontal-sm>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0} +.list-group-horizontal-sm>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0} +.list-group-horizontal-sm>.list-group-item.active{margin-top:0} +.list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0} +.list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px} +}@media (min-width:768px){.list-group-horizontal-md{flex-direction:row} +.list-group-horizontal-md>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0} +.list-group-horizontal-md>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0} +.list-group-horizontal-md>.list-group-item.active{margin-top:0} +.list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0} +.list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px} +}@media (min-width:992px){.list-group-horizontal-lg{flex-direction:row} +.list-group-horizontal-lg>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0} +.list-group-horizontal-lg>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0} +.list-group-horizontal-lg>.list-group-item.active{margin-top:0} +.list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0} +.list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px} +}@media (min-width:1200px){.list-group-horizontal-xl{flex-direction:row} +.list-group-horizontal-xl>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0} +.list-group-horizontal-xl>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0} +.list-group-horizontal-xl>.list-group-item.active{margin-top:0} +.list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0} +.list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px} +}@media (min-width:1400px){.list-group-horizontal-xxl{flex-direction:row} +.list-group-horizontal-xxl>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0} +.list-group-horizontal-xxl>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0} +.list-group-horizontal-xxl>.list-group-item.active{margin-top:0} +.list-group-horizontal-xxl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0} +.list-group-horizontal-xxl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px} +}.list-group-flush{border-radius:0} +.list-group-flush>.list-group-item{border-width:0 0 1px} +.list-group-flush>.list-group-item:last-child{border-bottom-width:0} +.list-group-item-primary{color:#084298;background-color:#cfe2ff} +.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{color:#084298;background-color:#bacbe6} +.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#084298;border-color:#084298} +.list-group-item-secondary{color:#41464b;background-color:#e2e3e5} +.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{color:#41464b;background-color:#cbccce} +.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#41464b;border-color:#41464b} +.list-group-item-success{color:#0f5132;background-color:#d1e7dd} +.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{color:#0f5132;background-color:#bcd0c7} +.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#0f5132;border-color:#0f5132} +.list-group-item-info{color:#055160;background-color:#cff4fc} +.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{color:#055160;background-color:#badce3} +.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#055160;border-color:#055160} +.list-group-item-warning{color:#664d03;background-color:#fff3cd} +.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{color:#664d03;background-color:#e6dbb9} +.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#664d03;border-color:#664d03} +.list-group-item-danger{color:#842029;background-color:#f8d7da} +.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{color:#842029;background-color:#dfc2c4} +.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#842029;border-color:#842029} +.list-group-item-light{color:#636464;background-color:#fefefe} +.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{color:#636464;background-color:#e5e5e5} +.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#636464;border-color:#636464} +.list-group-item-dark{color:#141619;background-color:#d3d3d4} +.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{color:#141619;background-color:#bebebf} +.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#141619;border-color:#141619} +.btn-close{box-sizing:content-box;width:1em;height:1em;padding:.25em .25em;color:#000;background:transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;border:0;border-radius:.25rem;opacity:.5} +.btn-close:hover{color:#000;text-decoration:none;opacity:.75} +.btn-close:focus{outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25);opacity:1} +.btn-close.disabled,.btn-close:disabled{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;opacity:.25} +.btn-close-white{filter:invert(1) grayscale(100%) brightness(200%)} +.toast{width:350px;max-width:100%;font-size:.875rem;pointer-events:auto;background-color:rgba(255,255,255,.85);border:1px solid rgba(0,0,0,.1);box-shadow:0 .5rem 1rem rgba(0,0,0,.15);border-radius:.25rem} +.toast.showing{opacity:0} +.toast:not(.show){display:none} +.toast-container{width:-webkit-max-content;width:-moz-max-content;width:max-content;max-width:100%;pointer-events:none} +.toast-container>:not(:last-child){margin-bottom:.75rem} +.toast-header{display:flex;align-items:center;padding:.5rem .75rem;color:#6c757d;background-color:rgba(255,255,255,.85);background-clip:padding-box;border-bottom:1px solid rgba(0,0,0,.05);border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)} +.toast-header .btn-close{margin-right:-.375rem;margin-left:.75rem} +.toast-body{padding:.75rem;word-wrap:break-word} +.modal{position:fixed;top:0;left:0;z-index:1055;display:none;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;outline:0} +.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none} +@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto} +}.modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translate(0,-50px)} +@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none} +}.modal.show .modal-dialog{transform:none} +.modal.modal-static .modal-dialog{transform:scale(1.02)} +.modal-dialog-scrollable{height:calc(100% - 1rem)} +.modal-dialog-scrollable .modal-content{max-height:100%;overflow:auto} +.modal-dialog-scrollable .modal-body{overflow-y:auto} +.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - 1rem)} +.modal-content{position:relative;display:flex;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0;padding:var(--radius)} +.modal-backdrop{position:fixed;top:0;left:0;z-index:1050;width:100vw;height:100vh;background-color:#000} +.modal-backdrop.fade{opacity:0} +.modal-backdrop.show{opacity:.5} +.modal-header{display:flex;flex-shrink:0;align-items:center;justify-content:space-between;padding:1rem 1rem;border-bottom:1px solid #dee2e6;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)} +.modal-header .btn-close{padding:.5rem .5rem;margin:-.5rem -.5rem -.5rem auto} +.modal-title{margin-bottom:0;line-height:1.5} +.modal-body{position:relative;flex:1 1 auto;padding:1rem} +.modal-footer{display:flex;flex-wrap:wrap;flex-shrink:0;align-items:center;justify-content:flex-end;padding:.75rem;border-top:1px solid #dee2e6;border-bottom-right-radius:calc(.3rem - 1px);border-bottom-left-radius:calc(.3rem - 1px)} +.modal-footer>*{margin:.25rem} +@media (min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto} +.modal-dialog-scrollable{height:calc(100% - 3.5rem)} +.modal-dialog-centered{min-height:calc(100% - 3.5rem)} +.modal-sm{max-width:300px} +}@media (min-width:992px){.modal-lg,.modal-xl{max-width:800px} +.modal-dialog{width:700px;margin:25px auto} +.notify{width:400px} +}@media (min-width:1200px){.modal-xl{max-width:1140px} +.modal-dialog{width:800px;max-width: 800px;} +.notify{width:500px} +}.modal-fullscreen{width:100vw;max-width:none;height:100%;margin:0} +.modal-fullscreen-btn{border:none;background-color:transparent;color:#000;opacity:0.6;font-size:22px;line-height:1.3;font-weight:700;margin:-0.5rem -0.5rem -0.5rem auto} +.modal-fullscreen-btn .mdi:before{width:1.5rem;height:1.5rem;vertical-align:middle;content:"\f0293";line-height:1} +.modal-fullscreen-btn:hover{opacity:.8} +.modal-fullscreen .modal-fullscreen-btn{opacity:.95} +.modal-fullscreen .modal-fullscreen-btn .mdi:before{content:"\f0294"} +.modal-fullscreen .modal-content{height:100%;border:0;border-radius:0} +.modal-fullscreen .modal-header{border-radius:0} +.modal-fullscreen .modal-body{overflow-y:auto} +.modal-fullscreen .modal-footer{border-radius:0} +@media (max-width:575.98px){.modal-fullscreen-sm-down{width:100vw;max-width:none;height:100%;margin:0} +.modal-fullscreen-sm-down .modal-content{height:100%;border:0;border-radius:0} +.modal-fullscreen-sm-down .modal-header{border-radius:0} +.modal-fullscreen-sm-down .modal-body{overflow-y:auto} +.modal-fullscreen-sm-down .modal-footer{border-radius:0} +}@media (max-width:767.98px){.modal-fullscreen-md-down{width:100vw;max-width:none;height:100%;margin:0} +.modal-fullscreen-md-down .modal-content{height:100%;border:0;border-radius:0} +.modal-fullscreen-md-down .modal-header{border-radius:0} +.modal-fullscreen-md-down .modal-body{overflow-y:auto} +.modal-fullscreen-md-down .modal-footer{border-radius:0} +}@media (max-width:991.98px){.modal-fullscreen-lg-down{width:100vw;max-width:none;height:100%;margin:0} +.modal-fullscreen-lg-down .modal-content{height:100%;border:0;border-radius:0} +.modal-fullscreen-lg-down .modal-header{border-radius:0} +.modal-fullscreen-lg-down .modal-body{overflow-y:auto} +.modal-fullscreen-lg-down .modal-footer{border-radius:0} +}@media (max-width:1199.98px){.modal-fullscreen-xl-down{width:100vw;max-width:none;height:100%;margin:0} +.modal-fullscreen-xl-down .modal-content{height:100%;border:0;border-radius:0} +.modal-fullscreen-xl-down .modal-header{border-radius:0} +.modal-fullscreen-xl-down .modal-body{overflow-y:auto} +.modal-fullscreen-xl-down .modal-footer{border-radius:0} +}@media (max-width:1399.98px){.modal-fullscreen-xxl-down{width:100vw;max-width:none;height:100%;margin:0} +.modal-fullscreen-xxl-down .modal-content{height:100%;border:0;border-radius:0} +.modal-fullscreen-xxl-down .modal-header{border-radius:0} +.modal-fullscreen-xxl-down .modal-body{overflow-y:auto} +.modal-fullscreen-xxl-down .modal-footer{border-radius:0} +}.tooltip{position:absolute;z-index:1080;display:block;margin:0;font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;opacity:0} +.tooltip.show{opacity:.9} +.tooltip .tooltip-arrow{position:absolute;display:block;width:.8rem;height:.4rem} +.tooltip .tooltip-arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid} +.bs-tooltip-auto[data-popper-placement^=top],.bs-tooltip-top{padding:.4rem 0} +.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,.bs-tooltip-top .tooltip-arrow{bottom:0} +.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,.bs-tooltip-top .tooltip-arrow::before{top:-1px;border-width:.4rem .4rem 0;border-top-color:#000} +.bs-tooltip-auto[data-popper-placement^=right],.bs-tooltip-end{padding:0 .4rem} +.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,.bs-tooltip-end .tooltip-arrow{left:0;width:.4rem;height:.8rem} +.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,.bs-tooltip-end .tooltip-arrow::before{right:-1px;border-width:.4rem .4rem .4rem 0;border-right-color:#000} +.bs-tooltip-auto[data-popper-placement^=bottom],.bs-tooltip-bottom{padding:.4rem 0} +.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,.bs-tooltip-bottom .tooltip-arrow{top:0} +.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,.bs-tooltip-bottom .tooltip-arrow::before{bottom:-1px;border-width:0 .4rem .4rem;border-bottom-color:#000} +.bs-tooltip-auto[data-popper-placement^=left],.bs-tooltip-start{padding:0 .4rem} +.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,.bs-tooltip-start .tooltip-arrow{right:0;width:.4rem;height:.8rem} +.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,.bs-tooltip-start .tooltip-arrow::before{left:-1px;border-width:.4rem 0 .4rem .4rem;border-left-color:#000} +.tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem} +.popover{position:absolute;top:0;left:0;z-index:1070;display:block;font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;background-color:#fff;border:1px solid #dee2e6;border-radius:var(--radius);-webkit-box-shadow:0 3px 8px rgb(var(--bs-dark-rgb),.1),0 0 1px rgb(var(--bs-dark-rgb),.15);box-shadow:0 3px 8px rgb(var(--bs-dark-rgb),.1),0 0 1px rgb(var(--bs-dark-rgb),.15)} +.popover .popover-arrow{position:absolute;display:block;width:1rem;height:.5rem} +.popover .popover-arrow::after,.popover .popover-arrow::before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid} +.bs-popover-auto[data-popper-placement^=top]>.popover-arrow,.bs-popover-top>.popover-arrow{bottom:calc(-.5rem - 1px)} +.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before,.bs-popover-top>.popover-arrow::before{bottom:0;border-width:.5rem .5rem 0;border-top-color:rgba(0,0,0,.25)} +.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after,.bs-popover-top>.popover-arrow::after{bottom:1px;border-width:.5rem .5rem 0;border-top-color:#fff} +.bs-popover-auto[data-popper-placement^=right]>.popover-arrow,.bs-popover-end>.popover-arrow{left:calc(-.5rem - 1px);width:.5rem;height:1rem} +.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before,.bs-popover-end>.popover-arrow::before{left:0;border-width:.5rem .5rem .5rem 0;border-right-color:rgba(0,0,0,.25)} +.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after,.bs-popover-end>.popover-arrow::after{left:1px;border-width:.5rem .5rem .5rem 0;border-right-color:#fff} +.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow,.bs-popover-bottom>.popover-arrow{top:calc(-.5rem - 1px)} +.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before,.bs-popover-bottom>.popover-arrow::before{top:0;border-width:0 .5rem .5rem .5rem;border-bottom-color:rgba(0,0,0,.25)} +.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after,.bs-popover-bottom>.popover-arrow::after{top:1px;border-width:0 .5rem .5rem .5rem;border-bottom-color:#fff} +.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,.bs-popover-bottom .popover-header::before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f0f0f0} +.bs-popover-auto[data-popper-placement^=left]>.popover-arrow,.bs-popover-start>.popover-arrow{right:calc(-.5rem - 1px);width:.5rem;height:1rem} +.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before,.bs-popover-start>.popover-arrow::before{right:0;border-width:.5rem 0 .5rem .5rem;border-left-color:rgba(0,0,0,.25)} +.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after,.bs-popover-start>.popover-arrow::after{right:1px;border-width:.5rem 0 .5rem .5rem;border-left-color:#fff} +.popover-header{padding:.5rem 1rem;margin-bottom:0;font-size:1rem;background-color:#f0f0f0;border-bottom:1px solid rgba(0,0,0,.2);border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px);display:flex;justify-content:space-between;align-content:center;align-items:center} +.popover-header:empty{display:none} +.popover-body{padding:var(--radius);color:#212529} +.carousel{position:relative} +.carousel.pointer-event{touch-action:pan-y} +.carousel-inner{position:relative;width:100%;overflow:hidden} +.carousel-inner::after{display:block;clear:both;content:""} +.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:transform .6s ease-in-out} +@media (prefers-reduced-motion:reduce){.carousel-item{transition:none} +}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block} +.active.carousel-item-end,.carousel-item-next:not(.carousel-item-start){transform:translateX(100%)} +.active.carousel-item-start,.carousel-item-prev:not(.carousel-item-end){transform:translateX(-100%)} +.carousel-fade .carousel-item{opacity:0;transition-property:opacity;transform:none} +.carousel-fade .carousel-item-next.carousel-item-start,.carousel-fade .carousel-item-prev.carousel-item-end,.carousel-fade .carousel-item.active{z-index:1;opacity:1} +.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{z-index:0;opacity:0;transition:opacity 0s .6s} +@media (prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{transition:none} +}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;z-index:1;display:flex;align-items:center;justify-content:center;width:15%;padding:0;color:#fff;text-align:center;background:0 0;border:0;opacity:.5;transition:opacity .15s ease} +@media (prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{transition:none} +}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9} +.carousel-control-prev{left:0} +.carousel-control-next{right:0} +.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:2rem;height:2rem;background-repeat:no-repeat;background-position:50%;background-size:100% 100%} +.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")} +.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")} +.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:2;display:flex;justify-content:center;padding:0;margin-right:15%;margin-bottom:1rem;margin-left:15%;list-style:none} +.carousel-indicators [data-bs-target]{box-sizing:content-box;flex:0 1 auto;width:30px;height:3px;padding:0;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border:0;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease} +@media (prefers-reduced-motion:reduce){.carousel-indicators [data-bs-target]{transition:none} +}.carousel-indicators .active{opacity:1} +.carousel-caption{position:absolute;right:15%;bottom:1.25rem;left:15%;padding-top:1.25rem;padding-bottom:1.25rem;color:#fff;text-align:center} +.carousel-dark .carousel-control-next-icon,.carousel-dark .carousel-control-prev-icon{filter:invert(1) grayscale(100)} +.carousel-dark .carousel-indicators [data-bs-target]{background-color:#000} +.carousel-dark .carousel-caption{color:#000} +@-webkit-keyframes spinner-border{to{transform:rotate(360deg)} +}@keyframes spinner-border{to{transform:rotate(360deg)} +}.spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:-.125em;border:.25em solid currentColor;border-right-color:transparent;border-radius:50%;-webkit-animation:.75s linear infinite spinner-border;animation:.75s linear infinite spinner-border} +.spinner-border-sm{width:1rem;height:1rem;border-width:.2em} +@-webkit-keyframes spinner-grow{0%{transform:scale(0)} +50%{opacity:1;transform:none} +}@keyframes spinner-grow{0%{transform:scale(0)} +50%{opacity:1;transform:none} +}.spinner-grow{display:inline-block;width:2rem;height:2rem;vertical-align:-.125em;background-color:currentColor;border-radius:50%;opacity:0;-webkit-animation:.75s linear infinite spinner-grow;animation:.75s linear infinite spinner-grow} +.spinner-grow-sm{width:1rem;height:1rem} +@media (prefers-reduced-motion:reduce){.spinner-border,.spinner-grow{-webkit-animation-duration:1.5s;animation-duration:1.5s} +}.offcanvas{position:fixed;bottom:0;z-index:1045;display:flex;flex-direction:column;max-width:100%;visibility:hidden;background-color:#fff;background-clip:padding-box;outline:0;transition:transform .3s ease-in-out} +@media (prefers-reduced-motion:reduce){.offcanvas{transition:none} +}.offcanvas-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000} +.offcanvas-backdrop.fade{opacity:0} +.offcanvas-backdrop.show{opacity:.5} +.offcanvas-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1rem} +.offcanvas-header .btn-close{padding:.5rem .5rem;margin-top:-.5rem;margin-right:-.5rem;margin-bottom:-.5rem} +.offcanvas-title{margin-bottom:0;line-height:1.5} +.offcanvas-body{flex-grow:1;padding:1rem 1rem;overflow-y:auto} +.offcanvas-start{top:0;left:0;width:400px;border-right:1px solid rgba(0,0,0,.2);transform:translateX(-100%)} +.offcanvas-end{top:0;right:0;width:400px;border-left:1px solid rgba(0,0,0,.2);transform:translateX(100%)} +.offcanvas-top{top:0;right:0;left:0;height:30vh;max-height:100%;border-bottom:1px solid rgba(0,0,0,.2);transform:translateY(-100%)} +.offcanvas-bottom{right:0;left:0;height:30vh;max-height:100%;border-top:1px solid rgba(0,0,0,.2);transform:translateY(100%)} +.offcanvas.show{transform:none} +.placeholder{display:inline-block;min-height:1em;vertical-align:middle;cursor:wait;background-color:currentColor;opacity:.5} +.placeholder.btn::before{display:inline-block;content:""} +.placeholder-xs{min-height:.6em} +.placeholder-sm{min-height:.8em} +.placeholder-lg{min-height:1.2em} +.placeholder-glow .placeholder{-webkit-animation:placeholder-glow 2s ease-in-out infinite;animation:placeholder-glow 2s ease-in-out infinite} +@-webkit-keyframes placeholder-glow{50%{opacity:.2} +}@keyframes placeholder-glow{50%{opacity:.2} +}.placeholder-wave{-webkit-mask-image:linear-gradient(130deg,#000 55%,rgba(0,0,0,0.8) 75%,#000 95%);mask-image:linear-gradient(130deg,#000 55%,rgba(0,0,0,0.8) 75%,#000 95%);-webkit-mask-size:200% 100%;mask-size:200% 100%;-webkit-animation:placeholder-wave 2s linear infinite;animation:placeholder-wave 2s linear infinite} +@-webkit-keyframes placeholder-wave{100%{-webkit-mask-position:-200% 0%;mask-position:-200% 0%} +}@keyframes placeholder-wave{100%{-webkit-mask-position:-200% 0%;mask-position:-200% 0%} +}.clearfix::after{display:block;clear:both;content:""} +.link-primary{color:#0d6efd} +.link-primary:focus,.link-primary:hover{color:#0a58ca} +.link-secondary{color:#6c757d} +.link-secondary:focus,.link-secondary:hover{color:#565e64} +.link-success{color:#198754} +.link-success:focus,.link-success:hover{color:#146c43} +.link-info{color:#0dcaf0} +.link-info:focus,.link-info:hover{color:#3dd5f3} +.link-warning{color:#ffc107} +.link-warning:focus,.link-warning:hover{color:#ffcd39} +.link-danger{color:#dc3545} +.link-danger:focus,.link-danger:hover{color:#b02a37} +.link-light{color:#f8f9fa} +.link-light:focus,.link-light:hover{color:#f9fafb} +.link-dark{color:#212529} +.link-dark:focus,.link-dark:hover{color:#1a1e21} +.ratio{position:relative;width:100%} +.ratio::before{display:block;padding-top:var(--bs-aspect-ratio);content:""} +.ratio>*{position:absolute;top:0;left:0;width:100%;height:100%} +.ratio-1x1{--bs-aspect-ratio:100%} +.ratio-4x3{--bs-aspect-ratio:75%} +.ratio-16x9{--bs-aspect-ratio:56.25%} +.ratio-21x9{--bs-aspect-ratio:42.8571428571%} +.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030} +.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030} +.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020} +@media (min-width:576px){.sticky-sm-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020} +}@media (min-width:768px){.sticky-md-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020} +}@media (min-width:992px){.sticky-lg-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020} +}@media (min-width:1200px){.sticky-xl-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020} +}@media (min-width:1400px){.sticky-xxl-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}.modal-dialog{max-width: 900px;width: 900px;} +}.hstack{display:flex;flex-direction:row;align-items:center;align-self:stretch} +.vstack{display:flex;flex:1 1 auto;flex-direction:column;align-self:stretch} +.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){position:absolute !important;width:1px !important;height:1px !important;padding:0 !important;margin:-1px !important;overflow:hidden !important;clip:rect(0,0,0,0) !important;white-space:nowrap !important;border:0 !important} +.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:""} +.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap} +.vr{display:inline-block;align-self:stretch;width:1px;min-height:1em;background-color:currentColor;opacity:.25} +.align-baseline{vertical-align:baseline !important} +.align-top{vertical-align:top !important} +.align-middle{vertical-align:middle !important} +.align-bottom{vertical-align:bottom !important} +.align-text-bottom{vertical-align:text-bottom !important} +.align-text-top{vertical-align:text-top !important} +.pull-left,.float-start{float:left !important} +.pull-right,.float-end{float:right !important} +.float-none{float:none !important} +.opacity-0{opacity:0 !important} +.opacity-25{opacity:.25 !important} +.opacity-50{opacity:.5 !important} +.opacity-75{opacity:.75 !important} +.opacity-100{opacity:1 !important} +.overflow-auto{overflow:auto !important} +.overflow-hidden{overflow:hidden !important} +.overflow-visible{overflow:visible !important} +.overflow-scroll{overflow:scroll !important} +.d-inline{display:inline !important} +.d-inline-block{display:inline-block !important} +.d-block{display:block !important} +.d-grid{display:grid !important} +.d-table{display:table !important} +.d-table-row{display:table-row !important} +.d-table-cell{display:table-cell !important} +.d-flex{display:flex !important} +.d-inline-flex{display:inline-flex !important} +.d-none,.hide{display:none !important} +.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15) !important} +.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075) !important} +.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175) !important} +.shadow-none{box-shadow:none !important} +.position-static{position:static !important} +.position-relative{position:relative !important} +.position-absolute{position:absolute !important} +.position-fixed{position:fixed !important} +.position-sticky{position:-webkit-sticky !important;position:sticky !important} +.top-0{top:0 !important} +.top-50{top:50% !important} +.top-100{top:100% !important} +.bottom-0{bottom:0 !important} +.bottom-50{bottom:50% !important} +.bottom-100{bottom:100% !important} +.start-0{left:0 !important} +.start-50{left:50% !important} +.start-100{left:100% !important} +.end-0{right:0 !important} +.end-50{right:50% !important} +.end-100{right:100% !important} +.translate-middle{transform:translate(-50%,-50%) !important} +.translate-middle-x{transform:translateX(-50%) !important} +.translate-middle-y{transform:translateY(-50%) !important} +.border{border:1px solid #dee2e6 !important} +.border-0{border:0 !important} +.border-top{border-top:1px solid #dee2e6 !important} +.border-top-0{border-top:0 !important} +.border-end{border-right:1px solid #dee2e6 !important} +.border-end-0{border-right:0 !important} +.border-bottom{border-bottom:1px solid #dee2e6 !important} +.border-bottom-0{border-bottom:0 !important} +.border-start{border-left:1px solid #dee2e6 !important} +.border-start-0{border-left:0 !important} +.border-primary{border-color:#0d6efd !important} +.border-secondary{border-color:#6c757d !important} +.border-success{border-color:#198754 !important} +.border-info{border-color:#0dcaf0 !important} +.border-warning{border-color:#ffc107 !important} +.border-danger{border-color:#dc3545 !important} +.border-light{border-color:#f8f9fa !important} +.border-dark{border-color:#212529 !important} +.border-white{border-color:#fff !important} +.border-1{border-width:1px !important} +.border-2{border-width:2px !important} +.border-3{border-width:3px !important} +.border-4{border-width:4px !important} +.border-5{border-width:5px !important} +.w-25{width:25% !important} +.w-50{width:50% !important} +.w-75{width:75% !important} +.w-100{width:100% !important} +.w-auto{width:auto !important} +.mw-100{max-width:100% !important} +.vw-100{width:100vw !important} +.min-vw-100{min-width:100vw !important} +.h-25{height:25% !important} +.h-50{height:50% !important} +.h-75{height:75% !important} +.h-100{height:100% !important} +.h-auto{height:auto !important} +.mh-100{max-height:100% !important} +.vh-100{height:100vh !important} +.min-vh-100{min-height:100vh !important} +.flex-fill{flex:1 1 auto !important} +.flex-row{flex-direction:row !important} +.flex-column{flex-direction:column !important} +.flex-row-reverse{flex-direction:row-reverse !important} +.flex-column-reverse{flex-direction:column-reverse !important} +.flex-grow-0{flex-grow:0 !important} +.flex-grow-1{flex-grow:1 !important} +.flex-shrink-0{flex-shrink:0 !important} +.flex-shrink-1{flex-shrink:1 !important} +.flex-wrap{flex-wrap:wrap !important} +.flex-nowrap{flex-wrap:nowrap !important} +.flex-wrap-reverse{flex-wrap:wrap-reverse !important} +.gap-0{gap:0 !important} +.gap-1{gap:.25rem !important} +.gap-2{gap:.5rem !important} +.gap-3{gap:1rem !important} +.gap-4{gap:1.5rem !important} +.gap-5{gap:3rem !important} +.justify-content-start{justify-content:flex-start !important} +.pull-right,.justify-content-end{justify-content:flex-end !important} +.pull-center,.justify-content-center{justify-content:center !important} +.justify-content-between{justify-content:space-between !important} +.justify-content-around{justify-content:space-around !important} +.justify-content-evenly{justify-content:space-evenly !important} +.align-items-start{align-items:flex-start !important} +.align-items-end{align-items:flex-end !important} +.align-items-center{align-items:center !important} +.align-items-baseline{align-items:baseline !important} +.align-items-stretch{align-items:stretch !important} +.align-content-start{align-content:flex-start !important} +.align-content-end{align-content:flex-end !important} +.align-content-center{align-content:center !important} +.align-content-between{align-content:space-between !important} +.align-content-around{align-content:space-around !important} +.align-content-stretch{align-content:stretch !important} +.align-self-auto{align-self:auto !important} +.align-self-start{align-self:flex-start !important} +.align-self-end{align-self:flex-end !important} +.align-self-center{align-self:center !important} +.align-self-baseline{align-self:baseline !important} +.align-self-stretch{align-self:stretch !important} +.order-first{order:-1 !important} +.order-0{order:0 !important} +.order-1{order:1 !important} +.order-2{order:2 !important} +.order-3{order:3 !important} +.order-4{order:4 !important} +.order-5{order:5 !important} +.order-last{order:6 !important} +.m-0{margin:0 !important} +.m-1{margin:.25rem !important} +.m-2{margin:.5rem !important} +.m-3{margin:1rem !important} +.m-4{margin:1.5rem !important} +.m-5{margin:3rem !important} +.m-auto{margin:auto !important} +.mx-0{margin-right:0 !important;margin-left:0 !important} +.mx-1{margin-right:.25rem !important;margin-left:.25rem !important} +.mx-2{margin-right:.5rem !important;margin-left:.5rem !important} +.mx-3{margin-right:1rem !important;margin-left:1rem !important} +.mx-4{margin-right:1.5rem !important;margin-left:1.5rem !important} +.mx-5{margin-right:3rem !important;margin-left:3rem !important} +.mx-auto{margin-right:auto !important;margin-left:auto !important} +.my-0{margin-top:0 !important;margin-bottom:0 !important} +.my-1{margin-top:.25rem !important;margin-bottom:.25rem !important} +.my-2{margin-top:.5rem !important;margin-bottom:.5rem !important} +.my-3{margin-top:1rem !important;margin-bottom:1rem !important} +.my-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important} +.my-5{margin-top:3rem !important;margin-bottom:3rem !important} +.my-auto{margin-top:auto !important;margin-bottom:auto !important} +.mt-0{margin-top:0 !important} +.mt-1{margin-top:.25rem !important} +.mt-2{margin-top:.5rem !important} +.mt-3{margin-top:1rem !important} +.mt-4{margin-top:1.5rem !important} +.mt-5{margin-top:3rem !important} +.mt-auto{margin-top:auto !important} +.me-0{margin-right:0 !important} +.me-1{margin-right:.25rem !important} +.me-2{margin-right:.5rem !important} +.me-3{margin-right:1rem !important} +.me-4{margin-right:1.5rem !important} +.me-5{margin-right:3rem !important} +.me-auto{margin-right:auto !important} +.mb-0{margin-bottom:0 !important} +.mb-1{margin-bottom:.25rem !important} +.mb-2{margin-bottom:.5rem !important} +.mb-3{margin-bottom:1rem !important} +.mb-4{margin-bottom:1.5rem !important} +.mb-5{margin-bottom:3rem !important} +.mb-auto{margin-bottom:auto !important} +.ms-0{margin-left:0 !important} +.ms-1{margin-left:.25rem !important} +.ms-2{margin-left:.5rem !important} +.ms-3{margin-left:1rem !important} +.ms-4{margin-left:1.5rem !important} +.ms-5{margin-left:3rem !important} +.ms-auto{margin-left:auto !important} +.p-0{padding:0 !important} +.p-1{padding:.25rem !important} +.p-2{padding:.5rem !important} +.p-3{padding:1rem !important} +.p-4{padding:1.5rem !important} +.p-5{padding:3rem !important} +.px-0{padding-right:0 !important;padding-left:0 !important} +.px-1{padding-right:.25rem !important;padding-left:.25rem !important} +.px-2{padding-right:.5rem !important;padding-left:.5rem !important} +.px-3{padding-right:1rem !important;padding-left:1rem !important} +.px-4{padding-right:1.5rem !important;padding-left:1.5rem !important} +.px-5{padding-right:3rem !important;padding-left:3rem !important} +.py-0{padding-top:0 !important;padding-bottom:0 !important} +.py-1{padding-top:.25rem !important;padding-bottom:.25rem !important} +.py-2{padding-top:.5rem !important;padding-bottom:.5rem !important} +.py-3{padding-top:1rem !important;padding-bottom:1rem !important} +.py-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important} +.py-5{padding-top:3rem !important;padding-bottom:3rem !important} +.pt-0{padding-top:0 !important} +.pt-1{padding-top:.25rem !important} +.pt-2{padding-top:.5rem !important} +.pt-3{padding-top:1rem !important} +.pt-4{padding-top:1.5rem !important} +.pt-5{padding-top:3rem !important} +.pe-0{padding-right:0 !important} +.pe-1{padding-right:.25rem !important} +.pe-2{padding-right:.5rem !important} +.pe-3{padding-right:1rem !important} +.pe-4{padding-right:1.5rem !important} +.pe-5{padding-right:3rem !important} +.pb-0{padding-bottom:0 !important} +.pb-1{padding-bottom:.25rem !important} +.pb-2{padding-bottom:.5rem !important} +.pb-3{padding-bottom:1rem !important} +.pb-4{padding-bottom:1.5rem !important} +.pb-5{padding-bottom:3rem !important} +.ps-0{padding-left:0 !important} +.ps-1{padding-left:.25rem !important} +.ps-2{padding-left:.5rem !important} +.ps-3{padding-left:1rem !important} +.ps-4{padding-left:1.5rem !important} +.ps-5{padding-left:3rem !important} +.font-monospace{font-family:var(--bs-font-monospace) !important} +.fs-1{font-size:calc(1.375rem + 1.5vw) !important} +.fs-2{font-size:calc(1.325rem + .9vw) !important} +.fs-3{font-size:calc(1.3rem + .6vw) !important} +.fs-4{font-size:calc(1.275rem + .3vw) !important} +.fs-5{font-size:1.25rem !important} +.fs-6{font-size:1rem !important} +.fst-italic{font-style:italic !important} +.fst-normal{font-style:normal !important} +.fw-light{font-weight:300 !important} +.fw-lighter{font-weight:lighter !important} +.fw-normal{font-weight:400 !important} +.fw-bold{font-weight:700 !important} +.fw-bolder{font-weight:bolder !important} +.lh-1{line-height:1 !important} +.lh-sm{line-height:1.25 !important} +.lh-base{line-height:1.5 !important} +.lh-lg{line-height:2 !important} +.text-start{text-align:left !important} +.text-end{text-align:right !important} +.text-center{text-align:center !important} +.text-decoration-none{text-decoration:none !important} +.text-decoration-underline{text-decoration:underline !important} +.text-decoration-line-through{text-decoration:line-through !important} +.text-lowercase{text-transform:lowercase !important} +.text-uppercase{text-transform:uppercase !important} +.text-capitalize{text-transform:capitalize !important} +.text-wrap{white-space:normal !important} +.text-nowrap{white-space:nowrap !important} +.text-break{word-wrap:break-word !important;word-break:break-word !important} +.text-primary{--bs-text-opacity:1;color:rgba(var(--bs-primary-rgb),var(--bs-text-opacity)) !important} +.text-secondary{--bs-text-opacity:1;color:rgba(var(--bs-secondary-rgb),var(--bs-text-opacity)) !important} +.text-success{--bs-text-opacity:1;color:rgba(var(--bs-success-rgb),var(--bs-text-opacity)) !important} +.text-info{--bs-text-opacity:1;color:rgba(var(--bs-info-rgb),var(--bs-text-opacity)) !important} +.text-warning{--bs-text-opacity:1;color:rgba(var(--bs-warning-rgb),var(--bs-text-opacity)) !important} +.text-danger{--bs-text-opacity:1;color:rgba(var(--bs-danger-rgb),var(--bs-text-opacity)) !important} +.text-light{--bs-text-opacity:1;color:rgba(var(--bs-light-rgb),var(--bs-text-opacity)) !important} +.text-dark{--bs-text-opacity:1;color:rgba(var(--bs-dark-rgb),var(--bs-text-opacity)) !important} +.text-black{--bs-text-opacity:1;color:rgba(var(--bs-black-rgb),var(--bs-text-opacity)) !important} +.text-white{--bs-text-opacity:1;color:rgba(var(--bs-white-rgb),var(--bs-text-opacity)) !important} +.text-body{--bs-text-opacity:1;color:rgba(var(--bs-body-color-rgb),var(--bs-text-opacity)) !important} +.text-muted{--bs-text-opacity:1;color:#6c757d !important} +.text-black-50{--bs-text-opacity:1;color:rgba(0,0,0,.5) !important} +.text-white-50{--bs-text-opacity:1;color:rgba(255,255,255,.5) !important} +.text-reset{--bs-text-opacity:1;color:inherit !important} +.text-opacity-25{--bs-text-opacity:0.25} +.text-opacity-50{--bs-text-opacity:0.5} +.text-opacity-75{--bs-text-opacity:0.75} +.text-opacity-100{--bs-text-opacity:1} +.bg{background-color:rgba(var(--bs-black-rgb),.175);border-radius:var(--radius)} +.hbg:hover{background-color:rgba(var(--bs-black-rgb),.175);border-radius:var(--radius)} +.bg-primary{--bs-bg-opacity:1;background-color:rgba(var(--bs-primary-rgb),var(--bs-bg-opacity)) !important} +.bg-secondary{--bs-bg-opacity:1;background-color:rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity)) !important} +.bg-success{--bs-bg-opacity:1;background-color:rgba(var(--bs-success-rgb),var(--bs-bg-opacity)) !important} +.bg-info{--bs-bg-opacity:1;background-color:rgba(var(--bs-info-rgb),var(--bs-bg-opacity)) !important} +.bg-warning{--bs-bg-opacity:1;background-color:rgba(var(--bs-warning-rgb),var(--bs-bg-opacity)) !important} +.bg-danger{--bs-bg-opacity:1;background-color:rgba(var(--bs-danger-rgb),var(--bs-bg-opacity)) !important} +.bg-light{--bs-bg-opacity:1;background-color:rgba(var(--bs-light-rgb),var(--bs-bg-opacity)) !important} +.bg-dark{--bs-bg-opacity:1;background-color:rgba(var(--bs-dark-rgb),var(--bs-bg-opacity)) !important} +.bg-black{--bs-bg-opacity:1;background-color:rgba(var(--bs-black-rgb),var(--bs-bg-opacity)) !important} +.bg-white{--bs-bg-opacity:1;background-color:rgba(var(--bs-white-rgb),var(--bs-bg-opacity)) !important} +.bg-body{--bs-bg-opacity:1;background-color:rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity)) !important} +.bg-transparent{--bs-bg-opacity:1;background-color:transparent !important} +.bg-opacity-10{--bs-bg-opacity:0.1} +.bg-opacity-25{--bs-bg-opacity:0.25} +.bg-opacity-50{--bs-bg-opacity:0.5} +.bg-opacity-75{--bs-bg-opacity:0.75} +.bg-opacity-100{--bs-bg-opacity:1} +.bg-gradient{background-image:var(--bs-gradient) !important} +.user-select-all{-webkit-user-select:all !important;-moz-user-select:all !important;user-select:all !important} +.user-select-auto{-webkit-user-select:auto !important;-moz-user-select:auto !important;user-select:auto !important} +.user-select-none{-webkit-user-select:none !important;-moz-user-select:none !important;user-select:none !important} +.pe-none{pointer-events:none !important} +.pe-auto{pointer-events:auto !important} +.rounded{border-radius:.25rem !important} +.rounded-0{border-radius:0 !important} +.rounded-1{border-radius:.2rem !important} +.rounded-2{border-radius:.25rem !important} +.rounded-3{border-radius:.3rem !important} +.rounded-5{border-radius:.5rem !important} +.rounded-circle{border-radius:50% !important} +.rounded-pill{border-radius:50rem !important} +.rounded-top{border-top-left-radius:.25rem !important;border-top-right-radius:.25rem !important} +.rounded-end{border-top-right-radius:.25rem !important;border-bottom-right-radius:.25rem !important} +.rounded-bottom{border-bottom-right-radius:.25rem !important;border-bottom-left-radius:.25rem !important} +.rounded-start{border-bottom-left-radius:.25rem !important;border-top-left-radius:.25rem !important} +.hidden{display:none !important;visibility:hidden !important} +.visible{visibility:visible !important} +.invisible{visibility:hidden !important} +@media (min-width:576px){.float-sm-start{float:left !important} +.float-sm-end{float:right !important} +.float-sm-none{float:none !important} +.d-sm-inline{display:inline !important} +.d-sm-inline-block{display:inline-block !important} +.d-sm-block{display:block !important} +.d-sm-grid{display:grid !important} +.d-sm-table{display:table !important} +.d-sm-table-row{display:table-row !important} +.d-sm-table-cell{display:table-cell !important} +.d-sm-flex{display:flex !important} +.d-sm-inline-flex{display:inline-flex !important} +.d-sm-none{display:none !important} +.flex-sm-fill{flex:1 1 auto !important} +.flex-sm-row{flex-direction:row !important} +.flex-sm-column{flex-direction:column !important} +.flex-sm-row-reverse{flex-direction:row-reverse !important} +.flex-sm-column-reverse{flex-direction:column-reverse !important} +.flex-sm-grow-0{flex-grow:0 !important} +.flex-sm-grow-1{flex-grow:1 !important} +.flex-sm-shrink-0{flex-shrink:0 !important} +.flex-sm-shrink-1{flex-shrink:1 !important} +.flex-sm-wrap{flex-wrap:wrap !important} +.flex-sm-nowrap{flex-wrap:nowrap !important} +.flex-sm-wrap-reverse{flex-wrap:wrap-reverse !important} +.gap-sm-0{gap:0 !important} +.gap-sm-1{gap:.25rem !important} +.gap-sm-2{gap:.5rem !important} +.gap-sm-3{gap:1rem !important} +.gap-sm-4{gap:1.5rem !important} +.gap-sm-5{gap:3rem !important} +.justify-content-sm-start{justify-content:flex-start !important} +.justify-content-sm-end{justify-content:flex-end !important} +.justify-content-sm-center{justify-content:center !important} +.justify-content-sm-between{justify-content:space-between !important} +.justify-content-sm-around{justify-content:space-around !important} +.justify-content-sm-evenly{justify-content:space-evenly !important} +.align-items-sm-start{align-items:flex-start !important} +.align-items-sm-end{align-items:flex-end !important} +.align-items-sm-center{align-items:center !important} +.align-items-sm-baseline{align-items:baseline !important} +.align-items-sm-stretch{align-items:stretch !important} +.align-content-sm-start{align-content:flex-start !important} +.align-content-sm-end{align-content:flex-end !important} +.align-content-sm-center{align-content:center !important} +.align-content-sm-between{align-content:space-between !important} +.align-content-sm-around{align-content:space-around !important} +.align-content-sm-stretch{align-content:stretch !important} +.align-self-sm-auto{align-self:auto !important} +.align-self-sm-start{align-self:flex-start !important} +.align-self-sm-end{align-self:flex-end !important} +.align-self-sm-center{align-self:center !important} +.align-self-sm-baseline{align-self:baseline !important} +.align-self-sm-stretch{align-self:stretch !important} +.order-sm-first{order:-1 !important} +.order-sm-0{order:0 !important} +.order-sm-1{order:1 !important} +.order-sm-2{order:2 !important} +.order-sm-3{order:3 !important} +.order-sm-4{order:4 !important} +.order-sm-5{order:5 !important} +.order-sm-last{order:6 !important} +.m-sm-0{margin:0 !important} +.m-sm-1{margin:.25rem !important} +.m-sm-2{margin:.5rem !important} +.m-sm-3{margin:1rem !important} +.m-sm-4{margin:1.5rem !important} +.m-sm-5{margin:3rem !important} +.m-sm-auto{margin:auto !important} +.mx-sm-0{margin-right:0 !important;margin-left:0 !important} +.mx-sm-1{margin-right:.25rem !important;margin-left:.25rem !important} +.mx-sm-2{margin-right:.5rem !important;margin-left:.5rem !important} +.mx-sm-3{margin-right:1rem !important;margin-left:1rem !important} +.mx-sm-4{margin-right:1.5rem !important;margin-left:1.5rem !important} +.mx-sm-5{margin-right:3rem !important;margin-left:3rem !important} +.mx-sm-auto{margin-right:auto !important;margin-left:auto !important} +.my-sm-0{margin-top:0 !important;margin-bottom:0 !important} +.my-sm-1{margin-top:.25rem !important;margin-bottom:.25rem !important} +.my-sm-2{margin-top:.5rem !important;margin-bottom:.5rem !important} +.my-sm-3{margin-top:1rem !important;margin-bottom:1rem !important} +.my-sm-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important} +.my-sm-5{margin-top:3rem !important;margin-bottom:3rem !important} +.my-sm-auto{margin-top:auto !important;margin-bottom:auto !important} +.mt-sm-0{margin-top:0 !important} +.mt-sm-1{margin-top:.25rem !important} +.mt-sm-2{margin-top:.5rem !important} +.mt-sm-3{margin-top:1rem !important} +.mt-sm-4{margin-top:1.5rem !important} +.mt-sm-5{margin-top:3rem !important} +.mt-sm-auto{margin-top:auto !important} +.me-sm-0{margin-right:0 !important} +.me-sm-1{margin-right:.25rem !important} +.me-sm-2{margin-right:.5rem !important} +.me-sm-3{margin-right:1rem !important} +.me-sm-4{margin-right:1.5rem !important} +.me-sm-5{margin-right:3rem !important} +.me-sm-auto{margin-right:auto !important} +.mb-sm-0{margin-bottom:0 !important} +.mb-sm-1{margin-bottom:.25rem !important} +.mb-sm-2{margin-bottom:.5rem !important} +.mb-sm-3{margin-bottom:1rem !important} +.mb-sm-4{margin-bottom:1.5rem !important} +.mb-sm-5{margin-bottom:3rem !important} +.mb-sm-auto{margin-bottom:auto !important} +.ms-sm-0{margin-left:0 !important} +.ms-sm-1{margin-left:.25rem !important} +.ms-sm-2{margin-left:.5rem !important} +.ms-sm-3{margin-left:1rem !important} +.ms-sm-4{margin-left:1.5rem !important} +.ms-sm-5{margin-left:3rem !important} +.ms-sm-auto{margin-left:auto !important} +.p-sm-0{padding:0 !important} +.p-sm-1{padding:.25rem !important} +.p-sm-2{padding:.5rem !important} +.p-sm-3{padding:1rem !important} +.p-sm-4{padding:1.5rem !important} +.p-sm-5{padding:3rem !important} +.px-sm-0{padding-right:0 !important;padding-left:0 !important} +.px-sm-1{padding-right:.25rem !important;padding-left:.25rem !important} +.px-sm-2{padding-right:.5rem !important;padding-left:.5rem !important} +.px-sm-3{padding-right:1rem !important;padding-left:1rem !important} +.px-sm-4{padding-right:1.5rem !important;padding-left:1.5rem !important} +.px-sm-5{padding-right:3rem !important;padding-left:3rem !important} +.py-sm-0{padding-top:0 !important;padding-bottom:0 !important} +.py-sm-1{padding-top:.25rem !important;padding-bottom:.25rem !important} +.py-sm-2{padding-top:.5rem !important;padding-bottom:.5rem !important} +.py-sm-3{padding-top:1rem !important;padding-bottom:1rem !important} +.py-sm-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important} +.py-sm-5{padding-top:3rem !important;padding-bottom:3rem !important} +.pt-sm-0{padding-top:0 !important} +.pt-sm-1{padding-top:.25rem !important} +.pt-sm-2{padding-top:.5rem !important} +.pt-sm-3{padding-top:1rem !important} +.pt-sm-4{padding-top:1.5rem !important} +.pt-sm-5{padding-top:3rem !important} +.pe-sm-0{padding-right:0 !important} +.pe-sm-1{padding-right:.25rem !important} +.pe-sm-2{padding-right:.5rem !important} +.pe-sm-3{padding-right:1rem !important} +.pe-sm-4{padding-right:1.5rem !important} +.pe-sm-5{padding-right:3rem !important} +.pb-sm-0{padding-bottom:0 !important} +.pb-sm-1{padding-bottom:.25rem !important} +.pb-sm-2{padding-bottom:.5rem !important} +.pb-sm-3{padding-bottom:1rem !important} +.pb-sm-4{padding-bottom:1.5rem !important} +.pb-sm-5{padding-bottom:3rem !important} +.ps-sm-0{padding-left:0 !important} +.ps-sm-1{padding-left:.25rem !important} +.ps-sm-2{padding-left:.5rem !important} +.ps-sm-3{padding-left:1rem !important} +.ps-sm-4{padding-left:1.5rem !important} +.ps-sm-5{padding-left:3rem !important} +.text-sm-start{text-align:left !important} +.text-sm-end{text-align:right !important} +.text-sm-center{text-align:center !important} +}@media (min-width:768px){.float-md-start{float:left !important} +.float-md-end{float:right !important} +.float-md-none{float:none !important} +.d-md-inline{display:inline !important} +.d-md-inline-block{display:inline-block !important} +.d-md-block{display:block !important} +.d-md-grid{display:grid !important} +.d-md-table{display:table !important} +.d-md-table-row{display:table-row !important} +.d-md-table-cell{display:table-cell !important} +.d-md-flex{display:flex !important} +.d-md-inline-flex{display:inline-flex !important} +.d-md-none{display:none !important} +.flex-md-fill{flex:1 1 auto !important} +.flex-md-row{flex-direction:row !important} +.flex-md-column{flex-direction:column !important} +.flex-md-row-reverse{flex-direction:row-reverse !important} +.flex-md-column-reverse{flex-direction:column-reverse !important} +.flex-md-grow-0{flex-grow:0 !important} +.flex-md-grow-1{flex-grow:1 !important} +.flex-md-shrink-0{flex-shrink:0 !important} +.flex-md-shrink-1{flex-shrink:1 !important} +.flex-md-wrap{flex-wrap:wrap !important} +.flex-md-nowrap{flex-wrap:nowrap !important} +.flex-md-wrap-reverse{flex-wrap:wrap-reverse !important} +.gap-md-0{gap:0 !important} +.gap-md-1{gap:.25rem !important} +.gap-md-2{gap:.5rem !important} +.gap-md-3{gap:1rem !important} +.gap-md-4{gap:1.5rem !important} +.gap-md-5{gap:3rem !important} +.justify-content-md-start{justify-content:flex-start !important} +.justify-content-md-end{justify-content:flex-end !important} +.justify-content-md-center{justify-content:center !important} +.justify-content-md-between{justify-content:space-between !important} +.justify-content-md-around{justify-content:space-around !important} +.justify-content-md-evenly{justify-content:space-evenly !important} +.align-items-md-start{align-items:flex-start !important} +.align-items-md-end{align-items:flex-end !important} +.align-items-md-center{align-items:center !important} +.align-items-md-baseline{align-items:baseline !important} +.align-items-md-stretch{align-items:stretch !important} +.align-content-md-start{align-content:flex-start !important} +.align-content-md-end{align-content:flex-end !important} +.align-content-md-center{align-content:center !important} +.align-content-md-between{align-content:space-between !important} +.align-content-md-around{align-content:space-around !important} +.align-content-md-stretch{align-content:stretch !important} +.align-self-md-auto{align-self:auto !important} +.align-self-md-start{align-self:flex-start !important} +.align-self-md-end{align-self:flex-end !important} +.align-self-md-center{align-self:center !important} +.align-self-md-baseline{align-self:baseline !important} +.align-self-md-stretch{align-self:stretch !important} +.order-md-first{order:-1 !important} +.order-md-0{order:0 !important} +.order-md-1{order:1 !important} +.order-md-2{order:2 !important} +.order-md-3{order:3 !important} +.order-md-4{order:4 !important} +.order-md-5{order:5 !important} +.order-md-last{order:6 !important} +.m-md-0{margin:0 !important} +.m-md-1{margin:.25rem !important} +.m-md-2{margin:.5rem !important} +.m-md-3{margin:1rem !important} +.m-md-4{margin:1.5rem !important} +.m-md-5{margin:3rem !important} +.m-md-auto{margin:auto !important} +.mx-md-0{margin-right:0 !important;margin-left:0 !important} +.mx-md-1{margin-right:.25rem !important;margin-left:.25rem !important} +.mx-md-2{margin-right:.5rem !important;margin-left:.5rem !important} +.mx-md-3{margin-right:1rem !important;margin-left:1rem !important} +.mx-md-4{margin-right:1.5rem !important;margin-left:1.5rem !important} +.mx-md-5{margin-right:3rem !important;margin-left:3rem !important} +.mx-md-auto{margin-right:auto !important;margin-left:auto !important} +.my-md-0{margin-top:0 !important;margin-bottom:0 !important} +.my-md-1{margin-top:.25rem !important;margin-bottom:.25rem !important} +.my-md-2{margin-top:.5rem !important;margin-bottom:.5rem !important} +.my-md-3{margin-top:1rem !important;margin-bottom:1rem !important} +.my-md-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important} +.my-md-5{margin-top:3rem !important;margin-bottom:3rem !important} +.my-md-auto{margin-top:auto !important;margin-bottom:auto !important} +.mt-md-0{margin-top:0 !important} +.mt-md-1{margin-top:.25rem !important} +.mt-md-2{margin-top:.5rem !important} +.mt-md-3{margin-top:1rem !important} +.mt-md-4{margin-top:1.5rem !important} +.mt-md-5{margin-top:3rem !important} +.mt-md-auto{margin-top:auto !important} +.me-md-0{margin-right:0 !important} +.me-md-1{margin-right:.25rem !important} +.me-md-2{margin-right:.5rem !important} +.me-md-3{margin-right:1rem !important} +.me-md-4{margin-right:1.5rem !important} +.me-md-5{margin-right:3rem !important} +.me-md-auto{margin-right:auto !important} +.mb-md-0{margin-bottom:0 !important} +.mb-md-1{margin-bottom:.25rem !important} +.mb-md-2{margin-bottom:.5rem !important} +.mb-md-3{margin-bottom:1rem !important} +.mb-md-4{margin-bottom:1.5rem !important} +.mb-md-5{margin-bottom:3rem !important} +.mb-md-auto{margin-bottom:auto !important} +.ms-md-0{margin-left:0 !important} +.ms-md-1{margin-left:.25rem !important} +.ms-md-2{margin-left:.5rem !important} +.ms-md-3{margin-left:1rem !important} +.ms-md-4{margin-left:1.5rem !important} +.ms-md-5{margin-left:3rem !important} +.ms-md-auto{margin-left:auto !important} +.p-md-0{padding:0 !important} +.p-md-1{padding:.25rem !important} +.p-md-2{padding:.5rem !important} +.p-md-3{padding:1rem !important} +.p-md-4{padding:1.5rem !important} +.p-md-5{padding:3rem !important} +.px-md-0{padding-right:0 !important;padding-left:0 !important} +.px-md-1{padding-right:.25rem !important;padding-left:.25rem !important} +.px-md-2{padding-right:.5rem !important;padding-left:.5rem !important} +.px-md-3{padding-right:1rem !important;padding-left:1rem !important} +.px-md-4{padding-right:1.5rem !important;padding-left:1.5rem !important} +.px-md-5{padding-right:3rem !important;padding-left:3rem !important} +.py-md-0{padding-top:0 !important;padding-bottom:0 !important} +.py-md-1{padding-top:.25rem !important;padding-bottom:.25rem !important} +.py-md-2{padding-top:.5rem !important;padding-bottom:.5rem !important} +.py-md-3{padding-top:1rem !important;padding-bottom:1rem !important} +.py-md-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important} +.py-md-5{padding-top:3rem !important;padding-bottom:3rem !important} +.pt-md-0{padding-top:0 !important} +.pt-md-1{padding-top:.25rem !important} +.pt-md-2{padding-top:.5rem !important} +.pt-md-3{padding-top:1rem !important} +.pt-md-4{padding-top:1.5rem !important} +.pt-md-5{padding-top:3rem !important} +.pe-md-0{padding-right:0 !important} +.pe-md-1{padding-right:.25rem !important} +.pe-md-2{padding-right:.5rem !important} +.pe-md-3{padding-right:1rem !important} +.pe-md-4{padding-right:1.5rem !important} +.pe-md-5{padding-right:3rem !important} +.pb-md-0{padding-bottom:0 !important} +.pb-md-1{padding-bottom:.25rem !important} +.pb-md-2{padding-bottom:.5rem !important} +.pb-md-3{padding-bottom:1rem !important} +.pb-md-4{padding-bottom:1.5rem !important} +.pb-md-5{padding-bottom:3rem !important} +.ps-md-0{padding-left:0 !important} +.ps-md-1{padding-left:.25rem !important} +.ps-md-2{padding-left:.5rem !important} +.ps-md-3{padding-left:1rem !important} +.ps-md-4{padding-left:1.5rem !important} +.ps-md-5{padding-left:3rem !important} +.text-md-start{text-align:left !important} +.text-md-end{text-align:right !important} +.text-md-center{text-align:center !important} +}@media (min-width:992px){.float-lg-start{float:left !important} +.float-lg-end{float:right !important} +.float-lg-none{float:none !important} +.d-lg-inline{display:inline !important} +.d-lg-inline-block{display:inline-block !important} +.d-lg-block{display:block !important} +.d-lg-grid{display:grid !important} +.d-lg-table{display:table !important} +.d-lg-table-row{display:table-row !important} +.d-lg-table-cell{display:table-cell !important} +.d-lg-flex{display:flex !important} +.d-lg-inline-flex{display:inline-flex !important} +.d-lg-none{display:none !important} +.flex-lg-fill{flex:1 1 auto !important} +.flex-lg-row{flex-direction:row !important} +.flex-lg-column{flex-direction:column !important} +.flex-lg-row-reverse{flex-direction:row-reverse !important} +.flex-lg-column-reverse{flex-direction:column-reverse !important} +.flex-lg-grow-0{flex-grow:0 !important} +.flex-lg-grow-1{flex-grow:1 !important} +.flex-lg-shrink-0{flex-shrink:0 !important} +.flex-lg-shrink-1{flex-shrink:1 !important} +.flex-lg-wrap{flex-wrap:wrap !important} +.flex-lg-nowrap{flex-wrap:nowrap !important} +.flex-lg-wrap-reverse{flex-wrap:wrap-reverse !important} +.gap-lg-0{gap:0 !important} +.gap-lg-1{gap:.25rem !important} +.gap-lg-2{gap:.5rem !important} +.gap-lg-3{gap:1rem !important} +.gap-lg-4{gap:1.5rem !important} +.gap-lg-5{gap:3rem !important} +.justify-content-lg-start{justify-content:flex-start !important} +.justify-content-lg-end{justify-content:flex-end !important} +.justify-content-lg-center{justify-content:center !important} +.justify-content-lg-between{justify-content:space-between !important} +.justify-content-lg-around{justify-content:space-around !important} +.justify-content-lg-evenly{justify-content:space-evenly !important} +.align-items-lg-start{align-items:flex-start !important} +.align-items-lg-end{align-items:flex-end !important} +.align-items-lg-center{align-items:center !important} +.align-items-lg-baseline{align-items:baseline !important} +.align-items-lg-stretch{align-items:stretch !important} +.align-content-lg-start{align-content:flex-start !important} +.align-content-lg-end{align-content:flex-end !important} +.align-content-lg-center{align-content:center !important} +.align-content-lg-between{align-content:space-between !important} +.align-content-lg-around{align-content:space-around !important} +.align-content-lg-stretch{align-content:stretch !important} +.align-self-lg-auto{align-self:auto !important} +.align-self-lg-start{align-self:flex-start !important} +.align-self-lg-end{align-self:flex-end !important} +.align-self-lg-center{align-self:center !important} +.align-self-lg-baseline{align-self:baseline !important} +.align-self-lg-stretch{align-self:stretch !important} +.order-lg-first{order:-1 !important} +.order-lg-0{order:0 !important} +.order-lg-1{order:1 !important} +.order-lg-2{order:2 !important} +.order-lg-3{order:3 !important} +.order-lg-4{order:4 !important} +.order-lg-5{order:5 !important} +.order-lg-last{order:6 !important} +.m-lg-0{margin:0 !important} +.m-lg-1{margin:.25rem !important} +.m-lg-2{margin:.5rem !important} +.m-lg-3{margin:1rem !important} +.m-lg-4{margin:1.5rem !important} +.m-lg-5{margin:3rem !important} +.m-lg-auto{margin:auto !important} +.mx-lg-0{margin-right:0 !important;margin-left:0 !important} +.mx-lg-1{margin-right:.25rem !important;margin-left:.25rem !important} +.mx-lg-2{margin-right:.5rem !important;margin-left:.5rem !important} +.mx-lg-3{margin-right:1rem !important;margin-left:1rem !important} +.mx-lg-4{margin-right:1.5rem !important;margin-left:1.5rem !important} +.mx-lg-5{margin-right:3rem !important;margin-left:3rem !important} +.mx-lg-auto{margin-right:auto !important;margin-left:auto !important} +.my-lg-0{margin-top:0 !important;margin-bottom:0 !important} +.my-lg-1{margin-top:.25rem !important;margin-bottom:.25rem !important} +.my-lg-2{margin-top:.5rem !important;margin-bottom:.5rem !important} +.my-lg-3{margin-top:1rem !important;margin-bottom:1rem !important} +.my-lg-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important} +.my-lg-5{margin-top:3rem !important;margin-bottom:3rem !important} +.my-lg-auto{margin-top:auto !important;margin-bottom:auto !important} +.mt-lg-0{margin-top:0 !important} +.mt-lg-1{margin-top:.25rem !important} +.mt-lg-2{margin-top:.5rem !important} +.mt-lg-3{margin-top:1rem !important} +.mt-lg-4{margin-top:1.5rem !important} +.mt-lg-5{margin-top:3rem !important} +.mt-lg-auto{margin-top:auto !important} +.me-lg-0{margin-right:0 !important} +.me-lg-1{margin-right:.25rem !important} +.me-lg-2{margin-right:.5rem !important} +.me-lg-3{margin-right:1rem !important} +.me-lg-4{margin-right:1.5rem !important} +.me-lg-5{margin-right:3rem !important} +.me-lg-auto{margin-right:auto !important} +.mb-lg-0{margin-bottom:0 !important} +.mb-lg-1{margin-bottom:.25rem !important} +.mb-lg-2{margin-bottom:.5rem !important} +.mb-lg-3{margin-bottom:1rem !important} +.mb-lg-4{margin-bottom:1.5rem !important} +.mb-lg-5{margin-bottom:3rem !important} +.mb-lg-auto{margin-bottom:auto !important} +.ms-lg-0{margin-left:0 !important} +.ms-lg-1{margin-left:.25rem !important} +.ms-lg-2{margin-left:.5rem !important} +.ms-lg-3{margin-left:1rem !important} +.ms-lg-4{margin-left:1.5rem !important} +.ms-lg-5{margin-left:3rem !important} +.ms-lg-auto{margin-left:auto !important} +.p-lg-0{padding:0 !important} +.p-lg-1{padding:.25rem !important} +.p-lg-2{padding:.5rem !important} +.p-lg-3{padding:1rem !important} +.p-lg-4{padding:1.5rem !important} +.p-lg-5{padding:3rem !important} +.px-lg-0{padding-right:0 !important;padding-left:0 !important} +.px-lg-1{padding-right:.25rem !important;padding-left:.25rem !important} +.px-lg-2{padding-right:.5rem !important;padding-left:.5rem !important} +.px-lg-3{padding-right:1rem !important;padding-left:1rem !important} +.px-lg-4{padding-right:1.5rem !important;padding-left:1.5rem !important} +.px-lg-5{padding-right:3rem !important;padding-left:3rem !important} +.py-lg-0{padding-top:0 !important;padding-bottom:0 !important} +.py-lg-1{padding-top:.25rem !important;padding-bottom:.25rem !important} +.py-lg-2{padding-top:.5rem !important;padding-bottom:.5rem !important} +.py-lg-3{padding-top:1rem !important;padding-bottom:1rem !important} +.py-lg-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important} +.py-lg-5{padding-top:3rem !important;padding-bottom:3rem !important} +.pt-lg-0{padding-top:0 !important} +.pt-lg-1{padding-top:.25rem !important} +.pt-lg-2{padding-top:.5rem !important} +.pt-lg-3{padding-top:1rem !important} +.pt-lg-4{padding-top:1.5rem !important} +.pt-lg-5{padding-top:3rem !important} +.pe-lg-0{padding-right:0 !important} +.pe-lg-1{padding-right:.25rem !important} +.pe-lg-2{padding-right:.5rem !important} +.pe-lg-3{padding-right:1rem !important} +.pe-lg-4{padding-right:1.5rem !important} +.pe-lg-5{padding-right:3rem !important} +.pb-lg-0{padding-bottom:0 !important} +.pb-lg-1{padding-bottom:.25rem !important} +.pb-lg-2{padding-bottom:.5rem !important} +.pb-lg-3{padding-bottom:1rem !important} +.pb-lg-4{padding-bottom:1.5rem !important} +.pb-lg-5{padding-bottom:3rem !important} +.ps-lg-0{padding-left:0 !important} +.ps-lg-1{padding-left:.25rem !important} +.ps-lg-2{padding-left:.5rem !important} +.ps-lg-3{padding-left:1rem !important} +.ps-lg-4{padding-left:1.5rem !important} +.ps-lg-5{padding-left:3rem !important} +.text-lg-start{text-align:left !important} +.text-lg-end{text-align:right !important} +.text-lg-center{text-align:center !important} +}@media (min-width:1200px){.float-xl-start{float:left !important} +.float-xl-end{float:right !important} +.float-xl-none{float:none !important} +.d-xl-inline{display:inline !important} +.d-xl-inline-block{display:inline-block !important} +.d-xl-block{display:block !important} +.d-xl-grid{display:grid !important} +.d-xl-table{display:table !important} +.d-xl-table-row{display:table-row !important} +.d-xl-table-cell{display:table-cell !important} +.d-xl-flex{display:flex !important} +.d-xl-inline-flex{display:inline-flex !important} +.d-xl-none{display:none !important} +.flex-xl-fill{flex:1 1 auto !important} +.flex-xl-row{flex-direction:row !important} +.flex-xl-column{flex-direction:column !important} +.flex-xl-row-reverse{flex-direction:row-reverse !important} +.flex-xl-column-reverse{flex-direction:column-reverse !important} +.flex-xl-grow-0{flex-grow:0 !important} +.flex-xl-grow-1{flex-grow:1 !important} +.flex-xl-shrink-0{flex-shrink:0 !important} +.flex-xl-shrink-1{flex-shrink:1 !important} +.flex-xl-wrap{flex-wrap:wrap !important} +.flex-xl-nowrap{flex-wrap:nowrap !important} +.flex-xl-wrap-reverse{flex-wrap:wrap-reverse !important} +.gap-xl-0{gap:0 !important} +.gap-xl-1{gap:.25rem !important} +.gap-xl-2{gap:.5rem !important} +.gap-xl-3{gap:1rem !important} +.gap-xl-4{gap:1.5rem !important} +.gap-xl-5{gap:3rem !important} +.justify-content-xl-start{justify-content:flex-start !important} +.justify-content-xl-end{justify-content:flex-end !important} +.justify-content-xl-center{justify-content:center !important} +.justify-content-xl-between{justify-content:space-between !important} +.justify-content-xl-around{justify-content:space-around !important} +.justify-content-xl-evenly{justify-content:space-evenly !important} +.align-items-xl-start{align-items:flex-start !important} +.align-items-xl-end{align-items:flex-end !important} +.align-items-xl-center{align-items:center !important} +.align-items-xl-baseline{align-items:baseline !important} +.align-items-xl-stretch{align-items:stretch !important} +.align-content-xl-start{align-content:flex-start !important} +.align-content-xl-end{align-content:flex-end !important} +.align-content-xl-center{align-content:center !important} +.align-content-xl-between{align-content:space-between !important} +.align-content-xl-around{align-content:space-around !important} +.align-content-xl-stretch{align-content:stretch !important} +.align-self-xl-auto{align-self:auto !important} +.align-self-xl-start{align-self:flex-start !important} +.align-self-xl-end{align-self:flex-end !important} +.align-self-xl-center{align-self:center !important} +.align-self-xl-baseline{align-self:baseline !important} +.align-self-xl-stretch{align-self:stretch !important} +.order-xl-first{order:-1 !important} +.order-xl-0{order:0 !important} +.order-xl-1{order:1 !important} +.order-xl-2{order:2 !important} +.order-xl-3{order:3 !important} +.order-xl-4{order:4 !important} +.order-xl-5{order:5 !important} +.order-xl-last{order:6 !important} +.m-xl-0{margin:0 !important} +.m-xl-1{margin:.25rem !important} +.m-xl-2{margin:.5rem !important} +.m-xl-3{margin:1rem !important} +.m-xl-4{margin:1.5rem !important} +.m-xl-5{margin:3rem !important} +.m-xl-auto{margin:auto !important} +.mx-xl-0{margin-right:0 !important;margin-left:0 !important} +.mx-xl-1{margin-right:.25rem !important;margin-left:.25rem !important} +.mx-xl-2{margin-right:.5rem !important;margin-left:.5rem !important} +.mx-xl-3{margin-right:1rem !important;margin-left:1rem !important} +.mx-xl-4{margin-right:1.5rem !important;margin-left:1.5rem !important} +.mx-xl-5{margin-right:3rem !important;margin-left:3rem !important} +.mx-xl-auto{margin-right:auto !important;margin-left:auto !important} +.my-xl-0{margin-top:0 !important;margin-bottom:0 !important} +.my-xl-1{margin-top:.25rem !important;margin-bottom:.25rem !important} +.my-xl-2{margin-top:.5rem !important;margin-bottom:.5rem !important} +.my-xl-3{margin-top:1rem !important;margin-bottom:1rem !important} +.my-xl-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important} +.my-xl-5{margin-top:3rem !important;margin-bottom:3rem !important} +.my-xl-auto{margin-top:auto !important;margin-bottom:auto !important} +.mt-xl-0{margin-top:0 !important} +.mt-xl-1{margin-top:.25rem !important} +.mt-xl-2{margin-top:.5rem !important} +.mt-xl-3{margin-top:1rem !important} +.mt-xl-4{margin-top:1.5rem !important} +.mt-xl-5{margin-top:3rem !important} +.mt-xl-auto{margin-top:auto !important} +.me-xl-0{margin-right:0 !important} +.me-xl-1{margin-right:.25rem !important} +.me-xl-2{margin-right:.5rem !important} +.me-xl-3{margin-right:1rem !important} +.me-xl-4{margin-right:1.5rem !important} +.me-xl-5{margin-right:3rem !important} +.me-xl-auto{margin-right:auto !important} +.mb-xl-0{margin-bottom:0 !important} +.mb-xl-1{margin-bottom:.25rem !important} +.mb-xl-2{margin-bottom:.5rem !important} +.mb-xl-3{margin-bottom:1rem !important} +.mb-xl-4{margin-bottom:1.5rem !important} +.mb-xl-5{margin-bottom:3rem !important} +.mb-xl-auto{margin-bottom:auto !important} +.ms-xl-0{margin-left:0 !important} +.ms-xl-1{margin-left:.25rem !important} +.ms-xl-2{margin-left:.5rem !important} +.ms-xl-3{margin-left:1rem !important} +.ms-xl-4{margin-left:1.5rem !important} +.ms-xl-5{margin-left:3rem !important} +.ms-xl-auto{margin-left:auto !important} +.p-xl-0{padding:0 !important} +.p-xl-1{padding:.25rem !important} +.p-xl-2{padding:.5rem !important} +.p-xl-3{padding:1rem !important} +.p-xl-4{padding:1.5rem !important} +.p-xl-5{padding:3rem !important} +.px-xl-0{padding-right:0 !important;padding-left:0 !important} +.px-xl-1{padding-right:.25rem !important;padding-left:.25rem !important} +.px-xl-2{padding-right:.5rem !important;padding-left:.5rem !important} +.px-xl-3{padding-right:1rem !important;padding-left:1rem !important} +.px-xl-4{padding-right:1.5rem !important;padding-left:1.5rem !important} +.px-xl-5{padding-right:3rem !important;padding-left:3rem !important} +.py-xl-0{padding-top:0 !important;padding-bottom:0 !important} +.py-xl-1{padding-top:.25rem !important;padding-bottom:.25rem !important} +.py-xl-2{padding-top:.5rem !important;padding-bottom:.5rem !important} +.py-xl-3{padding-top:1rem !important;padding-bottom:1rem !important} +.py-xl-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important} +.py-xl-5{padding-top:3rem !important;padding-bottom:3rem !important} +.pt-xl-0{padding-top:0 !important} +.pt-xl-1{padding-top:.25rem !important} +.pt-xl-2{padding-top:.5rem !important} +.pt-xl-3{padding-top:1rem !important} +.pt-xl-4{padding-top:1.5rem !important} +.pt-xl-5{padding-top:3rem !important} +.pe-xl-0{padding-right:0 !important} +.pe-xl-1{padding-right:.25rem !important} +.pe-xl-2{padding-right:.5rem !important} +.pe-xl-3{padding-right:1rem !important} +.pe-xl-4{padding-right:1.5rem !important} +.pe-xl-5{padding-right:3rem !important} +.pb-xl-0{padding-bottom:0 !important} +.pb-xl-1{padding-bottom:.25rem !important} +.pb-xl-2{padding-bottom:.5rem !important} +.pb-xl-3{padding-bottom:1rem !important} +.pb-xl-4{padding-bottom:1.5rem !important} +.pb-xl-5{padding-bottom:3rem !important} +.ps-xl-0{padding-left:0 !important} +.ps-xl-1{padding-left:.25rem !important} +.ps-xl-2{padding-left:.5rem !important} +.ps-xl-3{padding-left:1rem !important} +.ps-xl-4{padding-left:1.5rem !important} +.ps-xl-5{padding-left:3rem !important} +.text-xl-start{text-align:left !important} +.text-xl-end{text-align:right !important} +.text-xl-center{text-align:center !important} +}@media (min-width:1400px){.float-xxl-start{float:left !important} +.float-xxl-end{float:right !important} +.float-xxl-none{float:none !important} +.d-xxl-inline{display:inline !important} +.d-xxl-inline-block{display:inline-block !important} +.d-xxl-block{display:block !important} +.d-xxl-grid{display:grid !important} +.d-xxl-table{display:table !important} +.d-xxl-table-row{display:table-row !important} +.d-xxl-table-cell{display:table-cell !important} +.d-xxl-flex{display:flex !important} +.d-xxl-inline-flex{display:inline-flex !important} +.d-xxl-none{display:none !important} +.flex-xxl-fill{flex:1 1 auto !important} +.flex-xxl-row{flex-direction:row !important} +.flex-xxl-column{flex-direction:column !important} +.flex-xxl-row-reverse{flex-direction:row-reverse !important} +.flex-xxl-column-reverse{flex-direction:column-reverse !important} +.flex-xxl-grow-0{flex-grow:0 !important} +.flex-xxl-grow-1{flex-grow:1 !important} +.flex-xxl-shrink-0{flex-shrink:0 !important} +.flex-xxl-shrink-1{flex-shrink:1 !important} +.flex-xxl-wrap{flex-wrap:wrap !important} +.flex-xxl-nowrap{flex-wrap:nowrap !important} +.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse !important} +.gap-xxl-0{gap:0 !important} +.gap-xxl-1{gap:.25rem !important} +.gap-xxl-2{gap:.5rem !important} +.gap-xxl-3{gap:1rem !important} +.gap-xxl-4{gap:1.5rem !important} +.gap-xxl-5{gap:3rem !important} +.justify-content-xxl-start{justify-content:flex-start !important} +.justify-content-xxl-end{justify-content:flex-end !important} +.justify-content-xxl-center{justify-content:center !important} +.justify-content-xxl-between{justify-content:space-between !important} +.justify-content-xxl-around{justify-content:space-around !important} +.justify-content-xxl-evenly{justify-content:space-evenly !important} +.align-items-xxl-start{align-items:flex-start !important} +.align-items-xxl-end{align-items:flex-end !important} +.align-items-xxl-center{align-items:center !important} +.align-items-xxl-baseline{align-items:baseline !important} +.align-items-xxl-stretch{align-items:stretch !important} +.align-content-xxl-start{align-content:flex-start !important} +.align-content-xxl-end{align-content:flex-end !important} +.align-content-xxl-center{align-content:center !important} +.align-content-xxl-between{align-content:space-between !important} +.align-content-xxl-around{align-content:space-around !important} +.align-content-xxl-stretch{align-content:stretch !important} +.align-self-xxl-auto{align-self:auto !important} +.align-self-xxl-start{align-self:flex-start !important} +.align-self-xxl-end{align-self:flex-end !important} +.align-self-xxl-center{align-self:center !important} +.align-self-xxl-baseline{align-self:baseline !important} +.align-self-xxl-stretch{align-self:stretch !important} +.order-xxl-first{order:-1 !important} +.order-xxl-0{order:0 !important} +.order-xxl-1{order:1 !important} +.order-xxl-2{order:2 !important} +.order-xxl-3{order:3 !important} +.order-xxl-4{order:4 !important} +.order-xxl-5{order:5 !important} +.order-xxl-last{order:6 !important} +.m-xxl-0{margin:0 !important} +.m-xxl-1{margin:.25rem !important} +.m-xxl-2{margin:.5rem !important} +.m-xxl-3{margin:1rem !important} +.m-xxl-4{margin:1.5rem !important} +.m-xxl-5{margin:3rem !important} +.m-xxl-auto{margin:auto !important} +.mx-xxl-0{margin-right:0 !important;margin-left:0 !important} +.mx-xxl-1{margin-right:.25rem !important;margin-left:.25rem !important} +.mx-xxl-2{margin-right:.5rem !important;margin-left:.5rem !important} +.mx-xxl-3{margin-right:1rem !important;margin-left:1rem !important} +.mx-xxl-4{margin-right:1.5rem !important;margin-left:1.5rem !important} +.mx-xxl-5{margin-right:3rem !important;margin-left:3rem !important} +.mx-xxl-auto{margin-right:auto !important;margin-left:auto !important} +.my-xxl-0{margin-top:0 !important;margin-bottom:0 !important} +.my-xxl-1{margin-top:.25rem !important;margin-bottom:.25rem !important} +.my-xxl-2{margin-top:.5rem !important;margin-bottom:.5rem !important} +.my-xxl-3{margin-top:1rem !important;margin-bottom:1rem !important} +.my-xxl-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important} +.my-xxl-5{margin-top:3rem !important;margin-bottom:3rem !important} +.my-xxl-auto{margin-top:auto !important;margin-bottom:auto !important} +.mt-xxl-0{margin-top:0 !important} +.mt-xxl-1{margin-top:.25rem !important} +.mt-xxl-2{margin-top:.5rem !important} +.mt-xxl-3{margin-top:1rem !important} +.mt-xxl-4{margin-top:1.5rem !important} +.mt-xxl-5{margin-top:3rem !important} +.mt-xxl-auto{margin-top:auto !important} +.me-xxl-0{margin-right:0 !important} +.me-xxl-1{margin-right:.25rem !important} +.me-xxl-2{margin-right:.5rem !important} +.me-xxl-3{margin-right:1rem !important} +.me-xxl-4{margin-right:1.5rem !important} +.me-xxl-5{margin-right:3rem !important} +.me-xxl-auto{margin-right:auto !important} +.mb-xxl-0{margin-bottom:0 !important} +.mb-xxl-1{margin-bottom:.25rem !important} +.mb-xxl-2{margin-bottom:.5rem !important} +.mb-xxl-3{margin-bottom:1rem !important} +.mb-xxl-4{margin-bottom:1.5rem !important} +.mb-xxl-5{margin-bottom:3rem !important} +.mb-xxl-auto{margin-bottom:auto !important} +.ms-xxl-0{margin-left:0 !important} +.ms-xxl-1{margin-left:.25rem !important} +.ms-xxl-2{margin-left:.5rem !important} +.ms-xxl-3{margin-left:1rem !important} +.ms-xxl-4{margin-left:1.5rem !important} +.ms-xxl-5{margin-left:3rem !important} +.ms-xxl-auto{margin-left:auto !important} +.p-xxl-0{padding:0 !important} +.p-xxl-1{padding:.25rem !important} +.p-xxl-2{padding:.5rem !important} +.p-xxl-3{padding:1rem !important} +.p-xxl-4{padding:1.5rem !important} +.p-xxl-5{padding:3rem !important} +.px-xxl-0{padding-right:0 !important;padding-left:0 !important} +.px-xxl-1{padding-right:.25rem !important;padding-left:.25rem !important} +.px-xxl-2{padding-right:.5rem !important;padding-left:.5rem !important} +.px-xxl-3{padding-right:1rem !important;padding-left:1rem !important} +.px-xxl-4{padding-right:1.5rem !important;padding-left:1.5rem !important} +.px-xxl-5{padding-right:3rem !important;padding-left:3rem !important} +.py-xxl-0{padding-top:0 !important;padding-bottom:0 !important} +.py-xxl-1{padding-top:.25rem !important;padding-bottom:.25rem !important} +.py-xxl-2{padding-top:.5rem !important;padding-bottom:.5rem !important} +.py-xxl-3{padding-top:1rem !important;padding-bottom:1rem !important} +.py-xxl-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important} +.py-xxl-5{padding-top:3rem !important;padding-bottom:3rem !important} +.pt-xxl-0{padding-top:0 !important} +.pt-xxl-1{padding-top:.25rem !important} +.pt-xxl-2{padding-top:.5rem !important} +.pt-xxl-3{padding-top:1rem !important} +.pt-xxl-4{padding-top:1.5rem !important} +.pt-xxl-5{padding-top:3rem !important} +.pe-xxl-0{padding-right:0 !important} +.pe-xxl-1{padding-right:.25rem !important} +.pe-xxl-2{padding-right:.5rem !important} +.pe-xxl-3{padding-right:1rem !important} +.pe-xxl-4{padding-right:1.5rem !important} +.pe-xxl-5{padding-right:3rem !important} +.pb-xxl-0{padding-bottom:0 !important} +.pb-xxl-1{padding-bottom:.25rem !important} +.pb-xxl-2{padding-bottom:.5rem !important} +.pb-xxl-3{padding-bottom:1rem !important} +.pb-xxl-4{padding-bottom:1.5rem !important} +.pb-xxl-5{padding-bottom:3rem !important} +.ps-xxl-0{padding-left:0 !important} +.ps-xxl-1{padding-left:.25rem !important} +.ps-xxl-2{padding-left:.5rem !important} +.ps-xxl-3{padding-left:1rem !important} +.ps-xxl-4{padding-left:1.5rem !important} +.ps-xxl-5{padding-left:3rem !important} +.text-xxl-start{text-align:left !important} +.text-xxl-end{text-align:right !important} +.text-xxl-center{text-align:center !important} +}@media (min-width:1200px){.fs-1{font-size:2.5rem !important} +.fs-2{font-size:2rem !important} +.fs-3{font-size:1.75rem !important} +.fs-4{font-size:1.5rem !important} +}@media print{.d-print-inline{display:inline !important} +.d-print-inline-block{display:inline-block !important} +.d-print-block{display:block !important} +.d-print-grid{display:grid !important} +.d-print-table{display:table !important} +.d-print-table-row{display:table-row !important} +.d-print-table-cell{display:table-cell !important} +.d-print-flex{display:flex !important} +.d-print-inline-flex{display:inline-flex !important} +.d-print-none{display:none !important} +}.help-block:hover,.help-inline:hover,.form-text:hover{color:var(--bs-primary)} +.nav-pills>li+li{margin-left:2px} +.fwinmask{background:#FFF;box-shadow:1px 3px 15px rgba(0,0,0,0.8),inset 0 0 10px #FFF;padding:5px;border:1px solid #CCC;border-radius:var(--radius);min-width:320px;max-width:600px} +.debug_iframe{display:none} +.table td img{max-width:32px;max-height:32px;margin-right:10px} +::-webkit-scrollbar-button{display:none} +::-webkit-scrollbar-track{background:transparent} +::-webkit-scrollbar-corner{display:none} +::-webkit-resizer{display:none} +::-webkit-scrollbar{width:6px;height:5px} +::-webkit-scrollbar-track{background:transparent} +::-webkit-scrollbar-thumb{border-radius:var(--radius);cursor:pointer;-webkit-box-shadow:inset 0 0 3px rgba(0,0,0,0);background-color:var(--bs-primary)} +.button_add_content{bottom:25px;position:fixed;right:24px;height:56px;width:56px;z-index:10} +.button_add_content a{position:absolute;display:block;font-size:40px;border-radius:50%;border:none;cursor:pointer;height:56px;line-height:56px;text-align:center;webkit-transition-duration:0.25s;-webkit-transition-duration:0.25s;-moz-transition-duration:0.25s;-o-transition-duration:0.25s;transition-duration:0.25s;-webkit-transition-property:background-color,-webkit-box-shadow;width:56px;z-index:2;transition-property:background-color,box-shadow;box-shadow:0px 2px 10px rgba(0,0,0,.3),0px 0px 1px rgba(0,0,0,.1),inset 0px 1px 0px rgba(255,255,255,.25),inset 0px -1px 0px rgba(0,0,0,.15);font-family:Roboto,Arial,sans-serif;-webkit-font-smoothing:antialiased} +.button_add_content a:hover{background:#4395FC;color:#fff;webkit-box-shadow:0px 5px 5px rgba(0,0,0,.2),0px 10px 14px rgba(0,0,0,.1),inset 0px 1px 0px rgba(255,255,255,.25),inset 0px -1px 0px rgba(0,0,0,.10);-moz-box-shadow:0px 5px 5px rgba(0,0,0,.2),0px 10px 14px rgba(0,0,0,.1),inset 0px 1px 0px rgba(255,255,255,.25),inset 0px -1px 0px rgba(0,0,0,.10);box-shadow:0px 5px 5px rgba(0,0,0,.2),0px 10px 14px rgba(0,0,0,.1),inset 0px 1px 0px rgba(255,255,255,.25),inset 0px -1px 0px rgba(0,0,0,.10)} +.iconFirstWord{width:24px;height:24px;border-radius:50%;display:inline-block;line-height:24px;text-align:center;margin-right:2px;color:#FFFFFF} +.dcolor{color:#000} +.dcolor:hover{color:var(--bs-primary)} +.text-muted .dcolor{color:rgba(var(--bs-secondary-rgb),1)} +.text-muted .dcolor:hover{color:var(--bs-primary) !important} +.img-sitelogo{max-height:32px} +.nav-drawer img{max-height:28px} +.aboutlogo img{max-height:150px} +.no-result-title{font-size:large;font-weight:700;text-align:center;padding:10px 0} +.has-feedback{position:relative} +.has-feedback .form-control{padding-left:36px} +.has-feedback .mdi{position:absolute;left:0;right:auto;width:36px;height:36px;line-height:36px;z-index:4;color:#dcdcdc;display:block;text-align:center;pointer-events:none} +.seccode-wrapper .mdi.mdi-check-circle{color:#3c763d} +.seccode-wrapper .mdi.mdi-close-circle{color:#FF0000} +.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)} +.panel-body{padding:15px} +.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-left-radius:3px;border-top-right-radius:3px} +.panel-heading>.dropdown .dropdown-toggle{color:inherit} +.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit} +.panel-title>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.panel-title>small>a{color:inherit} +.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px} +.panel>.list-group,.panel>.panel-collapse>.list-group{margin-bottom:0} +.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0} +.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-left-radius:3px;border-top-right-radius:3px} +.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px} +.panel-heading+.list-group .list-group-item:first-child{border-top-width:0} +.list-group+.panel-footer{border-top-width:0} +.panel>.panel-collapse>.table,.panel>.table,.panel>.table-responsive>.table{margin-bottom:0} +.panel>.panel-collapse>.table caption,.panel>.table caption,.panel>.table-responsive>.table caption{padding-right:15px;padding-left:15px} +.panel>.table-responsive:first-child>.table:first-child,.panel>.table:first-child{border-top-left-radius:3px;border-top-right-radius:3px} +.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table:first-child>thead:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px} +.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child{border-top-left-radius:3px} +.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child{border-top-right-radius:3px} +.panel>.table-responsive:last-child>.table:last-child,.panel>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px} +.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px} +.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px} +.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px} +.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #ddd} +.panel>.table>tbody:first-child>tr:first-child td,.panel>.table>tbody:first-child>tr:first-child th{border-top:0} +.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0} +.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0} +.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0} +.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th{border-bottom:0} +.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0} +.panel>.table-responsive{margin-bottom:0;border:0} +.panel-group{margin-bottom:20px} +.panel-group .panel{margin-bottom:0;border-radius:4px} +.panel-group .panel+.panel{margin-top:5px} +.panel-group .panel-heading{border-bottom:0} +.panel-group .panel-heading+.panel-collapse>.list-group,.panel-group .panel-heading+.panel-collapse>.panel-body{border-top:1px solid #ddd} +.panel-group .panel-footer{border-top:0} +.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd} +.panel-default{border-color:#ddd} +.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd} +.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd} +.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333} +.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd} +.panel-primary{border-color:#337ab7} +.panel-primary>.panel-heading{color:#fff;background-color:#337ab7;border-color:#337ab7} +.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#337ab7} +.panel-primary>.panel-heading .badge{color:#337ab7;background-color:#fff} +.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#337ab7} +.panel-success{border-color:#d6e9c6} +.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6} +.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6} +.panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d} +.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6} +.panel-info{border-color:#bce8f1} +.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1} +.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1} +.panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f} +.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1} +.panel-warning{border-color:#faebcc} +.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc} +.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc} +.panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b} +.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc} +.panel-danger{border-color:#ebccd1} +.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1} +.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1} +.panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442} +.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1} +.img-avatar{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;display:inline-block;background-color:#f9fafb;-webkit-border-radius:50%;border-radius:50%;vertical-align:middle;text-align:center;width:38px;height:38px;line-height:38px;max-width:inherit;color:#fff;visibility:visible;border:2px solid #fff;box-shadow:0 2px 5px 0 rgb(0 0 0 / 10%);-webkit-box-shadow:0 2px 5px 0 rgb(0 0 0 / 10%);-webkit-transition:.15s linear;transition:.15s linear;cursor:pointer;order:2px solid #fff} +.img-avatar img{-webkit-border-radius:50%;border-radius:50%;vertical-align:bottom} +.img-avatar-36,.img-avatar-36 img{width:36px;height:36px} +.img-avatar-36{line-height:36px} +.img-avatar-48,.img-avatar-48 img{width:48px;height:48px} +.img-avatar-48{line-height:48px} +.img-avatar-64,.img-avatar-64 img{width:64px;height:64px} +.img-avatar-64{line-height:64px} +.img-avatar-96,.img-avatar-96 span,.img-avatar-96 img{width:96px;height:96px} +.img-avatar-96,.img-avatar-96 span{font-size:40px;line-height:96px} +.img-avatar-128,.img-avatar-128 img{width:128px;height:128px} +.img-avatar-128{line-height:128px;font-size:64px} +[class*='avatar-status-']{position:relative;display:inline-block} +[class*='avatar-status-']::after{content:'';position:absolute;right:7px;bottom:0;display:inline-block;width:10px;height:10px;border-radius:100%;border:2px solid #fff;background-color:#33cabb} +[class*='avatar-status-'].img-avatar-36::after{right:0px} +[class*='avatar-status-'].img-avatar-48::after{right:4px} +[class*='avatar-status-'].img-avatar-96::after{right:15px;width:12px;height:12px} +[class*='avatar-status-'].img-avatar-128::after{right:20px;width:16px;height:16px} +.status-primary::after{background-color:var(--bs-primary)} +.status-danger::after{background-color:var(--bs-danger)} +.status-success::after{background-color:var(--bs-success)} +.status-info::after{background-color:var(--bs-info)} +.status-warning::after{background-color:var(--bs-warning)} +.status-dark::after{background-color:var(--bs-dark)} +.img-avatar-pill{width:auto;border-radius:32px;color:#4d5259;text-transform:none;letter-spacing:0;background-color:#f9fafb;display:-webkit-inline-box;display:inline-flex;-webkit-box-align:center;align-items:center} +.img-avatar-pill:hover{background-color:#f5f6f7} +.img-avatar-pill.img-avatar-36{border-radius:18px} +.img-avatar-pill.img-avatar-48{border-radius:24px} +.img-avatar-pill.img-avatar-96{border-radius:48px} +.img-avatar-pill.img-avatar-128{border-radius:64px} +.img-avatar-pill span{padding-right:18px;padding-left:8px} +.img-avatar-pill.img-avatar-36 span{padding-right:14px} +.img-avatar-pill.img-avatar-48 span{padding-right:24px} +.img-avatar-pill.img-avatar-96 span{padding-right:32px;padding-left:12px} +.img-avatar-pill.img-avatar-128 span{padding-right:48px;padding-left:12px} +.img-avatar-list:not(.img-avatar-list-overlap) .img-avatar{margin:2px} +.img-avatar-list-overlap .img-avatar{border:2px solid #fff;-webkit-box-shadow:0 0 25px rgba(0,0,0,0.2);box-shadow:0 0 25px rgba(0,0,0,0.2);-webkit-transition:.15s linear;transition:.15s linear;cursor:pointer} +.img-avatar-list-overlap .img-avatar+.img-avatar{margin-left:-26px} +.img-avatar-list-overlap .img-avatar+.img-avatar-36{margin-left:-18px} +.img-avatar-list-overlap .img-avatar+.img-avatar-48{margin-left:-24px} +.img-avatar-list-overlap .img-avatar+.img-avatar-96{margin-left:-48px} +.img-avatar-list-overlap .img-avatar+.img-avatar-128{margin-left:-64px} +.img-avatar-list-overlap .img-avatar:hover+.img-avatar{margin-left:0} +.img-avatar-more span{position:absolute;top:0;left:0;right:0;bottom:0;color:rgba(255,255,255,0.8);border-radius:100%;background-color:rgba(0,0,0,0.5);-webkit-transition:0.3s ease;transition:0.3s ease} +.img-avatar-more:hover span{color:#fff;background-color:rgba(0,0,0,0.65)} +[data-provide~="img-avatar-more"] ~ .img-avatar{display:none!important} +#ajaxwaitid{border-color:var(--bs-border-color);box-shadow:0 0.125rem 0.75rem rgba(var(--bs-dark-rgb),.0375);border-radius:0.125rem;font-size:.875rem;pointer-events:auto;background-color:rgba(255,255,255,.85);background-clip:padding-box;border:1px solid rgba(0,0,0,.1);box-shadow:0 0.5rem 1rem rgba(0,0,0,.15);border-radius:0.25rem;position:absolute;right:0} \ No newline at end of file diff --git a/static/lyear/css/materialdesignicons.min.css b/static/lyear/css/materialdesignicons.min.css new file mode 100644 index 0000000..5897e02 --- /dev/null +++ b/static/lyear/css/materialdesignicons.min.css @@ -0,0 +1 @@ +@font-face{font-family:"Material Design Icons";src:url("../fonts/materialdesignicons-webfont.eot?v=6.5.95");src:url("../fonts/materialdesignicons-webfont.eot?#iefix&v=6.5.95") format("embedded-opentype"),url("../fonts/materialdesignicons-webfont.woff2?v=6.5.95") format("woff2"),url("../fonts/materialdesignicons-webfont.woff?v=6.5.95") format("woff"),url("../fonts/materialdesignicons-webfont.ttf?v=6.5.95") format("truetype");font-weight:normal;font-style:normal}.mdi:before,.mdi-set{display:inline-block;font:normal normal normal 24px/1 "Material Design Icons";font-size:inherit;text-rendering:auto;line-height:inherit;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.mdi-ab-testing::before{content:"\F01C9"}.mdi-abacus::before{content:"\F16E0"}.mdi-abjad-arabic::before{content:"\F1328"}.mdi-abjad-hebrew::before{content:"\F1329"}.mdi-abugida-devanagari::before{content:"\F132A"}.mdi-abugida-thai::before{content:"\F132B"}.mdi-access-point::before{content:"\F0003"}.mdi-access-point-check::before{content:"\F1538"}.mdi-access-point-minus::before{content:"\F1539"}.mdi-access-point-network::before{content:"\F0002"}.mdi-access-point-network-off::before{content:"\F0BE1"}.mdi-access-point-off::before{content:"\F1511"}.mdi-access-point-plus::before{content:"\F153A"}.mdi-access-point-remove::before{content:"\F153B"}.mdi-account::before{content:"\F0004"}.mdi-account-alert::before{content:"\F0005"}.mdi-account-alert-outline::before{content:"\F0B50"}.mdi-account-arrow-down::before{content:"\F1868"}.mdi-account-arrow-down-outline::before{content:"\F1869"}.mdi-account-arrow-left::before{content:"\F0B51"}.mdi-account-arrow-left-outline::before{content:"\F0B52"}.mdi-account-arrow-right::before{content:"\F0B53"}.mdi-account-arrow-right-outline::before{content:"\F0B54"}.mdi-account-arrow-up::before{content:"\F1867"}.mdi-account-arrow-up-outline::before{content:"\F186A"}.mdi-account-box::before{content:"\F0006"}.mdi-account-box-multiple::before{content:"\F0934"}.mdi-account-box-multiple-outline::before{content:"\F100A"}.mdi-account-box-outline::before{content:"\F0007"}.mdi-account-cancel::before{content:"\F12DF"}.mdi-account-cancel-outline::before{content:"\F12E0"}.mdi-account-cash::before{content:"\F1097"}.mdi-account-cash-outline::before{content:"\F1098"}.mdi-account-check::before{content:"\F0008"}.mdi-account-check-outline::before{content:"\F0BE2"}.mdi-account-child::before{content:"\F0A89"}.mdi-account-child-circle::before{content:"\F0A8A"}.mdi-account-child-outline::before{content:"\F10C8"}.mdi-account-circle::before{content:"\F0009"}.mdi-account-circle-outline::before{content:"\F0B55"}.mdi-account-clock::before{content:"\F0B56"}.mdi-account-clock-outline::before{content:"\F0B57"}.mdi-account-cog::before{content:"\F1370"}.mdi-account-cog-outline::before{content:"\F1371"}.mdi-account-convert::before{content:"\F000A"}.mdi-account-convert-outline::before{content:"\F1301"}.mdi-account-cowboy-hat::before{content:"\F0E9B"}.mdi-account-cowboy-hat-outline::before{content:"\F17F3"}.mdi-account-details::before{content:"\F0631"}.mdi-account-details-outline::before{content:"\F1372"}.mdi-account-edit::before{content:"\F06BC"}.mdi-account-edit-outline::before{content:"\F0FFB"}.mdi-account-eye::before{content:"\F0420"}.mdi-account-eye-outline::before{content:"\F127B"}.mdi-account-filter::before{content:"\F0936"}.mdi-account-filter-outline::before{content:"\F0F9D"}.mdi-account-group::before{content:"\F0849"}.mdi-account-group-outline::before{content:"\F0B58"}.mdi-account-hard-hat::before{content:"\F05B5"}.mdi-account-heart::before{content:"\F0899"}.mdi-account-heart-outline::before{content:"\F0BE3"}.mdi-account-injury::before{content:"\F1815"}.mdi-account-injury-outline::before{content:"\F1816"}.mdi-account-key::before{content:"\F000B"}.mdi-account-key-outline::before{content:"\F0BE4"}.mdi-account-lock::before{content:"\F115E"}.mdi-account-lock-open::before{content:"\F1960"}.mdi-account-lock-open-outline::before{content:"\F1961"}.mdi-account-lock-outline::before{content:"\F115F"}.mdi-account-minus::before{content:"\F000D"}.mdi-account-minus-outline::before{content:"\F0AEC"}.mdi-account-multiple::before{content:"\F000E"}.mdi-account-multiple-check::before{content:"\F08C5"}.mdi-account-multiple-check-outline::before{content:"\F11FE"}.mdi-account-multiple-minus::before{content:"\F05D3"}.mdi-account-multiple-minus-outline::before{content:"\F0BE5"}.mdi-account-multiple-outline::before{content:"\F000F"}.mdi-account-multiple-plus::before{content:"\F0010"}.mdi-account-multiple-plus-outline::before{content:"\F0800"}.mdi-account-multiple-remove::before{content:"\F120A"}.mdi-account-multiple-remove-outline::before{content:"\F120B"}.mdi-account-music::before{content:"\F0803"}.mdi-account-music-outline::before{content:"\F0CE9"}.mdi-account-network::before{content:"\F0011"}.mdi-account-network-outline::before{content:"\F0BE6"}.mdi-account-off::before{content:"\F0012"}.mdi-account-off-outline::before{content:"\F0BE7"}.mdi-account-outline::before{content:"\F0013"}.mdi-account-plus::before{content:"\F0014"}.mdi-account-plus-outline::before{content:"\F0801"}.mdi-account-question::before{content:"\F0B59"}.mdi-account-question-outline::before{content:"\F0B5A"}.mdi-account-reactivate::before{content:"\F152B"}.mdi-account-reactivate-outline::before{content:"\F152C"}.mdi-account-remove::before{content:"\F0015"}.mdi-account-remove-outline::before{content:"\F0AED"}.mdi-account-search::before{content:"\F0016"}.mdi-account-search-outline::before{content:"\F0935"}.mdi-account-settings::before{content:"\F0630"}.mdi-account-settings-outline::before{content:"\F10C9"}.mdi-account-star::before{content:"\F0017"}.mdi-account-star-outline::before{content:"\F0BE8"}.mdi-account-supervisor::before{content:"\F0A8B"}.mdi-account-supervisor-circle::before{content:"\F0A8C"}.mdi-account-supervisor-circle-outline::before{content:"\F14EC"}.mdi-account-supervisor-outline::before{content:"\F112D"}.mdi-account-switch::before{content:"\F0019"}.mdi-account-switch-outline::before{content:"\F04CB"}.mdi-account-sync::before{content:"\F191B"}.mdi-account-sync-outline::before{content:"\F191C"}.mdi-account-tie::before{content:"\F0CE3"}.mdi-account-tie-hat::before{content:"\F1898"}.mdi-account-tie-hat-outline::before{content:"\F1899"}.mdi-account-tie-outline::before{content:"\F10CA"}.mdi-account-tie-voice::before{content:"\F1308"}.mdi-account-tie-voice-off::before{content:"\F130A"}.mdi-account-tie-voice-off-outline::before{content:"\F130B"}.mdi-account-tie-voice-outline::before{content:"\F1309"}.mdi-account-voice::before{content:"\F05CB"}.mdi-account-voice-off::before{content:"\F0ED4"}.mdi-account-wrench::before{content:"\F189A"}.mdi-account-wrench-outline::before{content:"\F189B"}.mdi-adjust::before{content:"\F001A"}.mdi-advertisements::before{content:"\F192A"}.mdi-advertisements-off::before{content:"\F192B"}.mdi-air-conditioner::before{content:"\F001B"}.mdi-air-filter::before{content:"\F0D43"}.mdi-air-horn::before{content:"\F0DAC"}.mdi-air-humidifier::before{content:"\F1099"}.mdi-air-humidifier-off::before{content:"\F1466"}.mdi-air-purifier::before{content:"\F0D44"}.mdi-airbag::before{content:"\F0BE9"}.mdi-airballoon::before{content:"\F001C"}.mdi-airballoon-outline::before{content:"\F100B"}.mdi-airplane::before{content:"\F001D"}.mdi-airplane-alert::before{content:"\F187A"}.mdi-airplane-check::before{content:"\F187B"}.mdi-airplane-clock::before{content:"\F187C"}.mdi-airplane-cog::before{content:"\F187D"}.mdi-airplane-edit::before{content:"\F187E"}.mdi-airplane-landing::before{content:"\F05D4"}.mdi-airplane-marker::before{content:"\F187F"}.mdi-airplane-minus::before{content:"\F1880"}.mdi-airplane-off::before{content:"\F001E"}.mdi-airplane-plus::before{content:"\F1881"}.mdi-airplane-remove::before{content:"\F1882"}.mdi-airplane-search::before{content:"\F1883"}.mdi-airplane-settings::before{content:"\F1884"}.mdi-airplane-takeoff::before{content:"\F05D5"}.mdi-airport::before{content:"\F084B"}.mdi-alarm::before{content:"\F0020"}.mdi-alarm-bell::before{content:"\F078E"}.mdi-alarm-check::before{content:"\F0021"}.mdi-alarm-light::before{content:"\F078F"}.mdi-alarm-light-off::before{content:"\F171E"}.mdi-alarm-light-off-outline::before{content:"\F171F"}.mdi-alarm-light-outline::before{content:"\F0BEA"}.mdi-alarm-multiple::before{content:"\F0022"}.mdi-alarm-note::before{content:"\F0E71"}.mdi-alarm-note-off::before{content:"\F0E72"}.mdi-alarm-off::before{content:"\F0023"}.mdi-alarm-panel::before{content:"\F15C4"}.mdi-alarm-panel-outline::before{content:"\F15C5"}.mdi-alarm-plus::before{content:"\F0024"}.mdi-alarm-snooze::before{content:"\F068E"}.mdi-album::before{content:"\F0025"}.mdi-alert::before{content:"\F0026"}.mdi-alert-box::before{content:"\F0027"}.mdi-alert-box-outline::before{content:"\F0CE4"}.mdi-alert-circle::before{content:"\F0028"}.mdi-alert-circle-check::before{content:"\F11ED"}.mdi-alert-circle-check-outline::before{content:"\F11EE"}.mdi-alert-circle-outline::before{content:"\F05D6"}.mdi-alert-decagram::before{content:"\F06BD"}.mdi-alert-decagram-outline::before{content:"\F0CE5"}.mdi-alert-minus::before{content:"\F14BB"}.mdi-alert-minus-outline::before{content:"\F14BE"}.mdi-alert-octagon::before{content:"\F0029"}.mdi-alert-octagon-outline::before{content:"\F0CE6"}.mdi-alert-octagram::before{content:"\F0767"}.mdi-alert-octagram-outline::before{content:"\F0CE7"}.mdi-alert-outline::before{content:"\F002A"}.mdi-alert-plus::before{content:"\F14BA"}.mdi-alert-plus-outline::before{content:"\F14BD"}.mdi-alert-remove::before{content:"\F14BC"}.mdi-alert-remove-outline::before{content:"\F14BF"}.mdi-alert-rhombus::before{content:"\F11CE"}.mdi-alert-rhombus-outline::before{content:"\F11CF"}.mdi-alien::before{content:"\F089A"}.mdi-alien-outline::before{content:"\F10CB"}.mdi-align-horizontal-center::before{content:"\F11C3"}.mdi-align-horizontal-distribute::before{content:"\F1962"}.mdi-align-horizontal-left::before{content:"\F11C2"}.mdi-align-horizontal-right::before{content:"\F11C4"}.mdi-align-vertical-bottom::before{content:"\F11C5"}.mdi-align-vertical-center::before{content:"\F11C6"}.mdi-align-vertical-distribute::before{content:"\F1963"}.mdi-align-vertical-top::before{content:"\F11C7"}.mdi-all-inclusive::before{content:"\F06BE"}.mdi-all-inclusive-box::before{content:"\F188D"}.mdi-all-inclusive-box-outline::before{content:"\F188E"}.mdi-allergy::before{content:"\F1258"}.mdi-alpha::before{content:"\F002B"}.mdi-alpha-a::before{content:"\F0AEE"}.mdi-alpha-a-box::before{content:"\F0B08"}.mdi-alpha-a-box-outline::before{content:"\F0BEB"}.mdi-alpha-a-circle::before{content:"\F0BEC"}.mdi-alpha-a-circle-outline::before{content:"\F0BED"}.mdi-alpha-b::before{content:"\F0AEF"}.mdi-alpha-b-box::before{content:"\F0B09"}.mdi-alpha-b-box-outline::before{content:"\F0BEE"}.mdi-alpha-b-circle::before{content:"\F0BEF"}.mdi-alpha-b-circle-outline::before{content:"\F0BF0"}.mdi-alpha-c::before{content:"\F0AF0"}.mdi-alpha-c-box::before{content:"\F0B0A"}.mdi-alpha-c-box-outline::before{content:"\F0BF1"}.mdi-alpha-c-circle::before{content:"\F0BF2"}.mdi-alpha-c-circle-outline::before{content:"\F0BF3"}.mdi-alpha-d::before{content:"\F0AF1"}.mdi-alpha-d-box::before{content:"\F0B0B"}.mdi-alpha-d-box-outline::before{content:"\F0BF4"}.mdi-alpha-d-circle::before{content:"\F0BF5"}.mdi-alpha-d-circle-outline::before{content:"\F0BF6"}.mdi-alpha-e::before{content:"\F0AF2"}.mdi-alpha-e-box::before{content:"\F0B0C"}.mdi-alpha-e-box-outline::before{content:"\F0BF7"}.mdi-alpha-e-circle::before{content:"\F0BF8"}.mdi-alpha-e-circle-outline::before{content:"\F0BF9"}.mdi-alpha-f::before{content:"\F0AF3"}.mdi-alpha-f-box::before{content:"\F0B0D"}.mdi-alpha-f-box-outline::before{content:"\F0BFA"}.mdi-alpha-f-circle::before{content:"\F0BFB"}.mdi-alpha-f-circle-outline::before{content:"\F0BFC"}.mdi-alpha-g::before{content:"\F0AF4"}.mdi-alpha-g-box::before{content:"\F0B0E"}.mdi-alpha-g-box-outline::before{content:"\F0BFD"}.mdi-alpha-g-circle::before{content:"\F0BFE"}.mdi-alpha-g-circle-outline::before{content:"\F0BFF"}.mdi-alpha-h::before{content:"\F0AF5"}.mdi-alpha-h-box::before{content:"\F0B0F"}.mdi-alpha-h-box-outline::before{content:"\F0C00"}.mdi-alpha-h-circle::before{content:"\F0C01"}.mdi-alpha-h-circle-outline::before{content:"\F0C02"}.mdi-alpha-i::before{content:"\F0AF6"}.mdi-alpha-i-box::before{content:"\F0B10"}.mdi-alpha-i-box-outline::before{content:"\F0C03"}.mdi-alpha-i-circle::before{content:"\F0C04"}.mdi-alpha-i-circle-outline::before{content:"\F0C05"}.mdi-alpha-j::before{content:"\F0AF7"}.mdi-alpha-j-box::before{content:"\F0B11"}.mdi-alpha-j-box-outline::before{content:"\F0C06"}.mdi-alpha-j-circle::before{content:"\F0C07"}.mdi-alpha-j-circle-outline::before{content:"\F0C08"}.mdi-alpha-k::before{content:"\F0AF8"}.mdi-alpha-k-box::before{content:"\F0B12"}.mdi-alpha-k-box-outline::before{content:"\F0C09"}.mdi-alpha-k-circle::before{content:"\F0C0A"}.mdi-alpha-k-circle-outline::before{content:"\F0C0B"}.mdi-alpha-l::before{content:"\F0AF9"}.mdi-alpha-l-box::before{content:"\F0B13"}.mdi-alpha-l-box-outline::before{content:"\F0C0C"}.mdi-alpha-l-circle::before{content:"\F0C0D"}.mdi-alpha-l-circle-outline::before{content:"\F0C0E"}.mdi-alpha-m::before{content:"\F0AFA"}.mdi-alpha-m-box::before{content:"\F0B14"}.mdi-alpha-m-box-outline::before{content:"\F0C0F"}.mdi-alpha-m-circle::before{content:"\F0C10"}.mdi-alpha-m-circle-outline::before{content:"\F0C11"}.mdi-alpha-n::before{content:"\F0AFB"}.mdi-alpha-n-box::before{content:"\F0B15"}.mdi-alpha-n-box-outline::before{content:"\F0C12"}.mdi-alpha-n-circle::before{content:"\F0C13"}.mdi-alpha-n-circle-outline::before{content:"\F0C14"}.mdi-alpha-o::before{content:"\F0AFC"}.mdi-alpha-o-box::before{content:"\F0B16"}.mdi-alpha-o-box-outline::before{content:"\F0C15"}.mdi-alpha-o-circle::before{content:"\F0C16"}.mdi-alpha-o-circle-outline::before{content:"\F0C17"}.mdi-alpha-p::before{content:"\F0AFD"}.mdi-alpha-p-box::before{content:"\F0B17"}.mdi-alpha-p-box-outline::before{content:"\F0C18"}.mdi-alpha-p-circle::before{content:"\F0C19"}.mdi-alpha-p-circle-outline::before{content:"\F0C1A"}.mdi-alpha-q::before{content:"\F0AFE"}.mdi-alpha-q-box::before{content:"\F0B18"}.mdi-alpha-q-box-outline::before{content:"\F0C1B"}.mdi-alpha-q-circle::before{content:"\F0C1C"}.mdi-alpha-q-circle-outline::before{content:"\F0C1D"}.mdi-alpha-r::before{content:"\F0AFF"}.mdi-alpha-r-box::before{content:"\F0B19"}.mdi-alpha-r-box-outline::before{content:"\F0C1E"}.mdi-alpha-r-circle::before{content:"\F0C1F"}.mdi-alpha-r-circle-outline::before{content:"\F0C20"}.mdi-alpha-s::before{content:"\F0B00"}.mdi-alpha-s-box::before{content:"\F0B1A"}.mdi-alpha-s-box-outline::before{content:"\F0C21"}.mdi-alpha-s-circle::before{content:"\F0C22"}.mdi-alpha-s-circle-outline::before{content:"\F0C23"}.mdi-alpha-t::before{content:"\F0B01"}.mdi-alpha-t-box::before{content:"\F0B1B"}.mdi-alpha-t-box-outline::before{content:"\F0C24"}.mdi-alpha-t-circle::before{content:"\F0C25"}.mdi-alpha-t-circle-outline::before{content:"\F0C26"}.mdi-alpha-u::before{content:"\F0B02"}.mdi-alpha-u-box::before{content:"\F0B1C"}.mdi-alpha-u-box-outline::before{content:"\F0C27"}.mdi-alpha-u-circle::before{content:"\F0C28"}.mdi-alpha-u-circle-outline::before{content:"\F0C29"}.mdi-alpha-v::before{content:"\F0B03"}.mdi-alpha-v-box::before{content:"\F0B1D"}.mdi-alpha-v-box-outline::before{content:"\F0C2A"}.mdi-alpha-v-circle::before{content:"\F0C2B"}.mdi-alpha-v-circle-outline::before{content:"\F0C2C"}.mdi-alpha-w::before{content:"\F0B04"}.mdi-alpha-w-box::before{content:"\F0B1E"}.mdi-alpha-w-box-outline::before{content:"\F0C2D"}.mdi-alpha-w-circle::before{content:"\F0C2E"}.mdi-alpha-w-circle-outline::before{content:"\F0C2F"}.mdi-alpha-x::before{content:"\F0B05"}.mdi-alpha-x-box::before{content:"\F0B1F"}.mdi-alpha-x-box-outline::before{content:"\F0C30"}.mdi-alpha-x-circle::before{content:"\F0C31"}.mdi-alpha-x-circle-outline::before{content:"\F0C32"}.mdi-alpha-y::before{content:"\F0B06"}.mdi-alpha-y-box::before{content:"\F0B20"}.mdi-alpha-y-box-outline::before{content:"\F0C33"}.mdi-alpha-y-circle::before{content:"\F0C34"}.mdi-alpha-y-circle-outline::before{content:"\F0C35"}.mdi-alpha-z::before{content:"\F0B07"}.mdi-alpha-z-box::before{content:"\F0B21"}.mdi-alpha-z-box-outline::before{content:"\F0C36"}.mdi-alpha-z-circle::before{content:"\F0C37"}.mdi-alpha-z-circle-outline::before{content:"\F0C38"}.mdi-alphabet-aurebesh::before{content:"\F132C"}.mdi-alphabet-cyrillic::before{content:"\F132D"}.mdi-alphabet-greek::before{content:"\F132E"}.mdi-alphabet-latin::before{content:"\F132F"}.mdi-alphabet-piqad::before{content:"\F1330"}.mdi-alphabet-tengwar::before{content:"\F1337"}.mdi-alphabetical::before{content:"\F002C"}.mdi-alphabetical-off::before{content:"\F100C"}.mdi-alphabetical-variant::before{content:"\F100D"}.mdi-alphabetical-variant-off::before{content:"\F100E"}.mdi-altimeter::before{content:"\F05D7"}.mdi-ambulance::before{content:"\F002F"}.mdi-ammunition::before{content:"\F0CE8"}.mdi-ampersand::before{content:"\F0A8D"}.mdi-amplifier::before{content:"\F0030"}.mdi-amplifier-off::before{content:"\F11B5"}.mdi-anchor::before{content:"\F0031"}.mdi-android::before{content:"\F0032"}.mdi-android-messages::before{content:"\F0D45"}.mdi-android-studio::before{content:"\F0034"}.mdi-angle-acute::before{content:"\F0937"}.mdi-angle-obtuse::before{content:"\F0938"}.mdi-angle-right::before{content:"\F0939"}.mdi-angular::before{content:"\F06B2"}.mdi-angularjs::before{content:"\F06BF"}.mdi-animation::before{content:"\F05D8"}.mdi-animation-outline::before{content:"\F0A8F"}.mdi-animation-play::before{content:"\F093A"}.mdi-animation-play-outline::before{content:"\F0A90"}.mdi-ansible::before{content:"\F109A"}.mdi-antenna::before{content:"\F1119"}.mdi-anvil::before{content:"\F089B"}.mdi-apache-kafka::before{content:"\F100F"}.mdi-api::before{content:"\F109B"}.mdi-api-off::before{content:"\F1257"}.mdi-apple::before{content:"\F0035"}.mdi-apple-finder::before{content:"\F0036"}.mdi-apple-icloud::before{content:"\F0038"}.mdi-apple-ios::before{content:"\F0037"}.mdi-apple-keyboard-caps::before{content:"\F0632"}.mdi-apple-keyboard-command::before{content:"\F0633"}.mdi-apple-keyboard-control::before{content:"\F0634"}.mdi-apple-keyboard-option::before{content:"\F0635"}.mdi-apple-keyboard-shift::before{content:"\F0636"}.mdi-apple-safari::before{content:"\F0039"}.mdi-application::before{content:"\F08C6"}.mdi-application-array::before{content:"\F10F5"}.mdi-application-array-outline::before{content:"\F10F6"}.mdi-application-braces::before{content:"\F10F7"}.mdi-application-braces-outline::before{content:"\F10F8"}.mdi-application-brackets::before{content:"\F0C8B"}.mdi-application-brackets-outline::before{content:"\F0C8C"}.mdi-application-cog::before{content:"\F0675"}.mdi-application-cog-outline::before{content:"\F1577"}.mdi-application-edit::before{content:"\F00AE"}.mdi-application-edit-outline::before{content:"\F0619"}.mdi-application-export::before{content:"\F0DAD"}.mdi-application-import::before{content:"\F0DAE"}.mdi-application-outline::before{content:"\F0614"}.mdi-application-parentheses::before{content:"\F10F9"}.mdi-application-parentheses-outline::before{content:"\F10FA"}.mdi-application-settings::before{content:"\F0B60"}.mdi-application-settings-outline::before{content:"\F1555"}.mdi-application-variable::before{content:"\F10FB"}.mdi-application-variable-outline::before{content:"\F10FC"}.mdi-approximately-equal::before{content:"\F0F9E"}.mdi-approximately-equal-box::before{content:"\F0F9F"}.mdi-apps::before{content:"\F003B"}.mdi-apps-box::before{content:"\F0D46"}.mdi-arch::before{content:"\F08C7"}.mdi-archive::before{content:"\F003C"}.mdi-archive-alert::before{content:"\F14FD"}.mdi-archive-alert-outline::before{content:"\F14FE"}.mdi-archive-arrow-down::before{content:"\F1259"}.mdi-archive-arrow-down-outline::before{content:"\F125A"}.mdi-archive-arrow-up::before{content:"\F125B"}.mdi-archive-arrow-up-outline::before{content:"\F125C"}.mdi-archive-cancel::before{content:"\F174B"}.mdi-archive-cancel-outline::before{content:"\F174C"}.mdi-archive-check::before{content:"\F174D"}.mdi-archive-check-outline::before{content:"\F174E"}.mdi-archive-clock::before{content:"\F174F"}.mdi-archive-clock-outline::before{content:"\F1750"}.mdi-archive-cog::before{content:"\F1751"}.mdi-archive-cog-outline::before{content:"\F1752"}.mdi-archive-edit::before{content:"\F1753"}.mdi-archive-edit-outline::before{content:"\F1754"}.mdi-archive-eye::before{content:"\F1755"}.mdi-archive-eye-outline::before{content:"\F1756"}.mdi-archive-lock::before{content:"\F1757"}.mdi-archive-lock-open::before{content:"\F1758"}.mdi-archive-lock-open-outline::before{content:"\F1759"}.mdi-archive-lock-outline::before{content:"\F175A"}.mdi-archive-marker::before{content:"\F175B"}.mdi-archive-marker-outline::before{content:"\F175C"}.mdi-archive-minus::before{content:"\F175D"}.mdi-archive-minus-outline::before{content:"\F175E"}.mdi-archive-music::before{content:"\F175F"}.mdi-archive-music-outline::before{content:"\F1760"}.mdi-archive-off::before{content:"\F1761"}.mdi-archive-off-outline::before{content:"\F1762"}.mdi-archive-outline::before{content:"\F120E"}.mdi-archive-plus::before{content:"\F1763"}.mdi-archive-plus-outline::before{content:"\F1764"}.mdi-archive-refresh::before{content:"\F1765"}.mdi-archive-refresh-outline::before{content:"\F1766"}.mdi-archive-remove::before{content:"\F1767"}.mdi-archive-remove-outline::before{content:"\F1768"}.mdi-archive-search::before{content:"\F1769"}.mdi-archive-search-outline::before{content:"\F176A"}.mdi-archive-settings::before{content:"\F176B"}.mdi-archive-settings-outline::before{content:"\F176C"}.mdi-archive-star::before{content:"\F176D"}.mdi-archive-star-outline::before{content:"\F176E"}.mdi-archive-sync::before{content:"\F176F"}.mdi-archive-sync-outline::before{content:"\F1770"}.mdi-arm-flex::before{content:"\F0FD7"}.mdi-arm-flex-outline::before{content:"\F0FD6"}.mdi-arrange-bring-forward::before{content:"\F003D"}.mdi-arrange-bring-to-front::before{content:"\F003E"}.mdi-arrange-send-backward::before{content:"\F003F"}.mdi-arrange-send-to-back::before{content:"\F0040"}.mdi-arrow-all::before{content:"\F0041"}.mdi-arrow-bottom-left::before{content:"\F0042"}.mdi-arrow-bottom-left-bold-box::before{content:"\F1964"}.mdi-arrow-bottom-left-bold-box-outline::before{content:"\F1965"}.mdi-arrow-bottom-left-bold-outline::before{content:"\F09B7"}.mdi-arrow-bottom-left-thick::before{content:"\F09B8"}.mdi-arrow-bottom-left-thin::before{content:"\F19B6"}.mdi-arrow-bottom-left-thin-circle-outline::before{content:"\F1596"}.mdi-arrow-bottom-right::before{content:"\F0043"}.mdi-arrow-bottom-right-bold-box::before{content:"\F1966"}.mdi-arrow-bottom-right-bold-box-outline::before{content:"\F1967"}.mdi-arrow-bottom-right-bold-outline::before{content:"\F09B9"}.mdi-arrow-bottom-right-thick::before{content:"\F09BA"}.mdi-arrow-bottom-right-thin::before{content:"\F19B7"}.mdi-arrow-bottom-right-thin-circle-outline::before{content:"\F1595"}.mdi-arrow-collapse::before{content:"\F0615"}.mdi-arrow-collapse-all::before{content:"\F0044"}.mdi-arrow-collapse-down::before{content:"\F0792"}.mdi-arrow-collapse-horizontal::before{content:"\F084C"}.mdi-arrow-collapse-left::before{content:"\F0793"}.mdi-arrow-collapse-right::before{content:"\F0794"}.mdi-arrow-collapse-up::before{content:"\F0795"}.mdi-arrow-collapse-vertical::before{content:"\F084D"}.mdi-arrow-decision::before{content:"\F09BB"}.mdi-arrow-decision-auto::before{content:"\F09BC"}.mdi-arrow-decision-auto-outline::before{content:"\F09BD"}.mdi-arrow-decision-outline::before{content:"\F09BE"}.mdi-arrow-down::before{content:"\F0045"}.mdi-arrow-down-bold::before{content:"\F072E"}.mdi-arrow-down-bold-box::before{content:"\F072F"}.mdi-arrow-down-bold-box-outline::before{content:"\F0730"}.mdi-arrow-down-bold-circle::before{content:"\F0047"}.mdi-arrow-down-bold-circle-outline::before{content:"\F0048"}.mdi-arrow-down-bold-hexagon-outline::before{content:"\F0049"}.mdi-arrow-down-bold-outline::before{content:"\F09BF"}.mdi-arrow-down-box::before{content:"\F06C0"}.mdi-arrow-down-circle::before{content:"\F0CDB"}.mdi-arrow-down-circle-outline::before{content:"\F0CDC"}.mdi-arrow-down-drop-circle::before{content:"\F004A"}.mdi-arrow-down-drop-circle-outline::before{content:"\F004B"}.mdi-arrow-down-left::before{content:"\F17A1"}.mdi-arrow-down-left-bold::before{content:"\F17A2"}.mdi-arrow-down-right::before{content:"\F17A3"}.mdi-arrow-down-right-bold::before{content:"\F17A4"}.mdi-arrow-down-thick::before{content:"\F0046"}.mdi-arrow-down-thin::before{content:"\F19B3"}.mdi-arrow-down-thin-circle-outline::before{content:"\F1599"}.mdi-arrow-expand::before{content:"\F0616"}.mdi-arrow-expand-all::before{content:"\F004C"}.mdi-arrow-expand-down::before{content:"\F0796"}.mdi-arrow-expand-horizontal::before{content:"\F084E"}.mdi-arrow-expand-left::before{content:"\F0797"}.mdi-arrow-expand-right::before{content:"\F0798"}.mdi-arrow-expand-up::before{content:"\F0799"}.mdi-arrow-expand-vertical::before{content:"\F084F"}.mdi-arrow-horizontal-lock::before{content:"\F115B"}.mdi-arrow-left::before{content:"\F004D"}.mdi-arrow-left-bold::before{content:"\F0731"}.mdi-arrow-left-bold-box::before{content:"\F0732"}.mdi-arrow-left-bold-box-outline::before{content:"\F0733"}.mdi-arrow-left-bold-circle::before{content:"\F004F"}.mdi-arrow-left-bold-circle-outline::before{content:"\F0050"}.mdi-arrow-left-bold-hexagon-outline::before{content:"\F0051"}.mdi-arrow-left-bold-outline::before{content:"\F09C0"}.mdi-arrow-left-bottom::before{content:"\F17A5"}.mdi-arrow-left-bottom-bold::before{content:"\F17A6"}.mdi-arrow-left-box::before{content:"\F06C1"}.mdi-arrow-left-circle::before{content:"\F0CDD"}.mdi-arrow-left-circle-outline::before{content:"\F0CDE"}.mdi-arrow-left-drop-circle::before{content:"\F0052"}.mdi-arrow-left-drop-circle-outline::before{content:"\F0053"}.mdi-arrow-left-right::before{content:"\F0E73"}.mdi-arrow-left-right-bold::before{content:"\F0E74"}.mdi-arrow-left-right-bold-outline::before{content:"\F09C1"}.mdi-arrow-left-thick::before{content:"\F004E"}.mdi-arrow-left-thin::before{content:"\F19B1"}.mdi-arrow-left-thin-circle-outline::before{content:"\F159A"}.mdi-arrow-left-top::before{content:"\F17A7"}.mdi-arrow-left-top-bold::before{content:"\F17A8"}.mdi-arrow-projectile::before{content:"\F1840"}.mdi-arrow-projectile-multiple::before{content:"\F183F"}.mdi-arrow-right::before{content:"\F0054"}.mdi-arrow-right-bold::before{content:"\F0734"}.mdi-arrow-right-bold-box::before{content:"\F0735"}.mdi-arrow-right-bold-box-outline::before{content:"\F0736"}.mdi-arrow-right-bold-circle::before{content:"\F0056"}.mdi-arrow-right-bold-circle-outline::before{content:"\F0057"}.mdi-arrow-right-bold-hexagon-outline::before{content:"\F0058"}.mdi-arrow-right-bold-outline::before{content:"\F09C2"}.mdi-arrow-right-bottom::before{content:"\F17A9"}.mdi-arrow-right-bottom-bold::before{content:"\F17AA"}.mdi-arrow-right-box::before{content:"\F06C2"}.mdi-arrow-right-circle::before{content:"\F0CDF"}.mdi-arrow-right-circle-outline::before{content:"\F0CE0"}.mdi-arrow-right-drop-circle::before{content:"\F0059"}.mdi-arrow-right-drop-circle-outline::before{content:"\F005A"}.mdi-arrow-right-thick::before{content:"\F0055"}.mdi-arrow-right-thin::before{content:"\F19B0"}.mdi-arrow-right-thin-circle-outline::before{content:"\F1598"}.mdi-arrow-right-top::before{content:"\F17AB"}.mdi-arrow-right-top-bold::before{content:"\F17AC"}.mdi-arrow-split-horizontal::before{content:"\F093B"}.mdi-arrow-split-vertical::before{content:"\F093C"}.mdi-arrow-top-left::before{content:"\F005B"}.mdi-arrow-top-left-bold-box::before{content:"\F1968"}.mdi-arrow-top-left-bold-box-outline::before{content:"\F1969"}.mdi-arrow-top-left-bold-outline::before{content:"\F09C3"}.mdi-arrow-top-left-bottom-right::before{content:"\F0E75"}.mdi-arrow-top-left-bottom-right-bold::before{content:"\F0E76"}.mdi-arrow-top-left-thick::before{content:"\F09C4"}.mdi-arrow-top-left-thin::before{content:"\F19B5"}.mdi-arrow-top-left-thin-circle-outline::before{content:"\F1593"}.mdi-arrow-top-right::before{content:"\F005C"}.mdi-arrow-top-right-bold-box::before{content:"\F196A"}.mdi-arrow-top-right-bold-box-outline::before{content:"\F196B"}.mdi-arrow-top-right-bold-outline::before{content:"\F09C5"}.mdi-arrow-top-right-bottom-left::before{content:"\F0E77"}.mdi-arrow-top-right-bottom-left-bold::before{content:"\F0E78"}.mdi-arrow-top-right-thick::before{content:"\F09C6"}.mdi-arrow-top-right-thin::before{content:"\F19B4"}.mdi-arrow-top-right-thin-circle-outline::before{content:"\F1594"}.mdi-arrow-u-down-left::before{content:"\F17AD"}.mdi-arrow-u-down-left-bold::before{content:"\F17AE"}.mdi-arrow-u-down-right::before{content:"\F17AF"}.mdi-arrow-u-down-right-bold::before{content:"\F17B0"}.mdi-arrow-u-left-bottom::before{content:"\F17B1"}.mdi-arrow-u-left-bottom-bold::before{content:"\F17B2"}.mdi-arrow-u-left-top::before{content:"\F17B3"}.mdi-arrow-u-left-top-bold::before{content:"\F17B4"}.mdi-arrow-u-right-bottom::before{content:"\F17B5"}.mdi-arrow-u-right-bottom-bold::before{content:"\F17B6"}.mdi-arrow-u-right-top::before{content:"\F17B7"}.mdi-arrow-u-right-top-bold::before{content:"\F17B8"}.mdi-arrow-u-up-left::before{content:"\F17B9"}.mdi-arrow-u-up-left-bold::before{content:"\F17BA"}.mdi-arrow-u-up-right::before{content:"\F17BB"}.mdi-arrow-u-up-right-bold::before{content:"\F17BC"}.mdi-arrow-up::before{content:"\F005D"}.mdi-arrow-up-bold::before{content:"\F0737"}.mdi-arrow-up-bold-box::before{content:"\F0738"}.mdi-arrow-up-bold-box-outline::before{content:"\F0739"}.mdi-arrow-up-bold-circle::before{content:"\F005F"}.mdi-arrow-up-bold-circle-outline::before{content:"\F0060"}.mdi-arrow-up-bold-hexagon-outline::before{content:"\F0061"}.mdi-arrow-up-bold-outline::before{content:"\F09C7"}.mdi-arrow-up-box::before{content:"\F06C3"}.mdi-arrow-up-circle::before{content:"\F0CE1"}.mdi-arrow-up-circle-outline::before{content:"\F0CE2"}.mdi-arrow-up-down::before{content:"\F0E79"}.mdi-arrow-up-down-bold::before{content:"\F0E7A"}.mdi-arrow-up-down-bold-outline::before{content:"\F09C8"}.mdi-arrow-up-drop-circle::before{content:"\F0062"}.mdi-arrow-up-drop-circle-outline::before{content:"\F0063"}.mdi-arrow-up-left::before{content:"\F17BD"}.mdi-arrow-up-left-bold::before{content:"\F17BE"}.mdi-arrow-up-right::before{content:"\F17BF"}.mdi-arrow-up-right-bold::before{content:"\F17C0"}.mdi-arrow-up-thick::before{content:"\F005E"}.mdi-arrow-up-thin::before{content:"\F19B2"}.mdi-arrow-up-thin-circle-outline::before{content:"\F1597"}.mdi-arrow-vertical-lock::before{content:"\F115C"}.mdi-artstation::before{content:"\F0B5B"}.mdi-aspect-ratio::before{content:"\F0A24"}.mdi-assistant::before{content:"\F0064"}.mdi-asterisk::before{content:"\F06C4"}.mdi-at::before{content:"\F0065"}.mdi-atlassian::before{content:"\F0804"}.mdi-atm::before{content:"\F0D47"}.mdi-atom::before{content:"\F0768"}.mdi-atom-variant::before{content:"\F0E7B"}.mdi-attachment::before{content:"\F0066"}.mdi-audio-input-rca::before{content:"\F186B"}.mdi-audio-input-stereo-minijack::before{content:"\F186C"}.mdi-audio-input-xlr::before{content:"\F186D"}.mdi-audio-video::before{content:"\F093D"}.mdi-audio-video-off::before{content:"\F11B6"}.mdi-augmented-reality::before{content:"\F0850"}.mdi-auto-download::before{content:"\F137E"}.mdi-auto-fix::before{content:"\F0068"}.mdi-auto-upload::before{content:"\F0069"}.mdi-autorenew::before{content:"\F006A"}.mdi-av-timer::before{content:"\F006B"}.mdi-aws::before{content:"\F0E0F"}.mdi-axe::before{content:"\F08C8"}.mdi-axe-battle::before{content:"\F1842"}.mdi-axis::before{content:"\F0D48"}.mdi-axis-arrow::before{content:"\F0D49"}.mdi-axis-arrow-info::before{content:"\F140E"}.mdi-axis-arrow-lock::before{content:"\F0D4A"}.mdi-axis-lock::before{content:"\F0D4B"}.mdi-axis-x-arrow::before{content:"\F0D4C"}.mdi-axis-x-arrow-lock::before{content:"\F0D4D"}.mdi-axis-x-rotate-clockwise::before{content:"\F0D4E"}.mdi-axis-x-rotate-counterclockwise::before{content:"\F0D4F"}.mdi-axis-x-y-arrow-lock::before{content:"\F0D50"}.mdi-axis-y-arrow::before{content:"\F0D51"}.mdi-axis-y-arrow-lock::before{content:"\F0D52"}.mdi-axis-y-rotate-clockwise::before{content:"\F0D53"}.mdi-axis-y-rotate-counterclockwise::before{content:"\F0D54"}.mdi-axis-z-arrow::before{content:"\F0D55"}.mdi-axis-z-arrow-lock::before{content:"\F0D56"}.mdi-axis-z-rotate-clockwise::before{content:"\F0D57"}.mdi-axis-z-rotate-counterclockwise::before{content:"\F0D58"}.mdi-babel::before{content:"\F0A25"}.mdi-baby::before{content:"\F006C"}.mdi-baby-bottle::before{content:"\F0F39"}.mdi-baby-bottle-outline::before{content:"\F0F3A"}.mdi-baby-buggy::before{content:"\F13E0"}.mdi-baby-carriage::before{content:"\F068F"}.mdi-baby-carriage-off::before{content:"\F0FA0"}.mdi-baby-face::before{content:"\F0E7C"}.mdi-baby-face-outline::before{content:"\F0E7D"}.mdi-backburger::before{content:"\F006D"}.mdi-backspace::before{content:"\F006E"}.mdi-backspace-outline::before{content:"\F0B5C"}.mdi-backspace-reverse::before{content:"\F0E7E"}.mdi-backspace-reverse-outline::before{content:"\F0E7F"}.mdi-backup-restore::before{content:"\F006F"}.mdi-bacteria::before{content:"\F0ED5"}.mdi-bacteria-outline::before{content:"\F0ED6"}.mdi-badge-account::before{content:"\F0DA7"}.mdi-badge-account-alert::before{content:"\F0DA8"}.mdi-badge-account-alert-outline::before{content:"\F0DA9"}.mdi-badge-account-horizontal::before{content:"\F0E0D"}.mdi-badge-account-horizontal-outline::before{content:"\F0E0E"}.mdi-badge-account-outline::before{content:"\F0DAA"}.mdi-badminton::before{content:"\F0851"}.mdi-bag-carry-on::before{content:"\F0F3B"}.mdi-bag-carry-on-check::before{content:"\F0D65"}.mdi-bag-carry-on-off::before{content:"\F0F3C"}.mdi-bag-checked::before{content:"\F0F3D"}.mdi-bag-personal::before{content:"\F0E10"}.mdi-bag-personal-off::before{content:"\F0E11"}.mdi-bag-personal-off-outline::before{content:"\F0E12"}.mdi-bag-personal-outline::before{content:"\F0E13"}.mdi-bag-suitcase::before{content:"\F158B"}.mdi-bag-suitcase-off::before{content:"\F158D"}.mdi-bag-suitcase-off-outline::before{content:"\F158E"}.mdi-bag-suitcase-outline::before{content:"\F158C"}.mdi-baguette::before{content:"\F0F3E"}.mdi-balcony::before{content:"\F1817"}.mdi-balloon::before{content:"\F0A26"}.mdi-ballot::before{content:"\F09C9"}.mdi-ballot-outline::before{content:"\F09CA"}.mdi-ballot-recount::before{content:"\F0C39"}.mdi-ballot-recount-outline::before{content:"\F0C3A"}.mdi-bandage::before{content:"\F0DAF"}.mdi-bank::before{content:"\F0070"}.mdi-bank-check::before{content:"\F1655"}.mdi-bank-minus::before{content:"\F0DB0"}.mdi-bank-off::before{content:"\F1656"}.mdi-bank-off-outline::before{content:"\F1657"}.mdi-bank-outline::before{content:"\F0E80"}.mdi-bank-plus::before{content:"\F0DB1"}.mdi-bank-remove::before{content:"\F0DB2"}.mdi-bank-transfer::before{content:"\F0A27"}.mdi-bank-transfer-in::before{content:"\F0A28"}.mdi-bank-transfer-out::before{content:"\F0A29"}.mdi-barcode::before{content:"\F0071"}.mdi-barcode-off::before{content:"\F1236"}.mdi-barcode-scan::before{content:"\F0072"}.mdi-barley::before{content:"\F0073"}.mdi-barley-off::before{content:"\F0B5D"}.mdi-barn::before{content:"\F0B5E"}.mdi-barrel::before{content:"\F0074"}.mdi-baseball::before{content:"\F0852"}.mdi-baseball-bat::before{content:"\F0853"}.mdi-baseball-diamond::before{content:"\F15EC"}.mdi-baseball-diamond-outline::before{content:"\F15ED"}.mdi-bash::before{content:"\F1183"}.mdi-basket::before{content:"\F0076"}.mdi-basket-check::before{content:"\F18E5"}.mdi-basket-check-outline::before{content:"\F18E6"}.mdi-basket-fill::before{content:"\F0077"}.mdi-basket-minus::before{content:"\F1523"}.mdi-basket-minus-outline::before{content:"\F1524"}.mdi-basket-off::before{content:"\F1525"}.mdi-basket-off-outline::before{content:"\F1526"}.mdi-basket-outline::before{content:"\F1181"}.mdi-basket-plus::before{content:"\F1527"}.mdi-basket-plus-outline::before{content:"\F1528"}.mdi-basket-remove::before{content:"\F1529"}.mdi-basket-remove-outline::before{content:"\F152A"}.mdi-basket-unfill::before{content:"\F0078"}.mdi-basketball::before{content:"\F0806"}.mdi-basketball-hoop::before{content:"\F0C3B"}.mdi-basketball-hoop-outline::before{content:"\F0C3C"}.mdi-bat::before{content:"\F0B5F"}.mdi-bathtub::before{content:"\F1818"}.mdi-bathtub-outline::before{content:"\F1819"}.mdi-battery::before{content:"\F0079"}.mdi-battery-10::before{content:"\F007A"}.mdi-battery-10-bluetooth::before{content:"\F093E"}.mdi-battery-20::before{content:"\F007B"}.mdi-battery-20-bluetooth::before{content:"\F093F"}.mdi-battery-30::before{content:"\F007C"}.mdi-battery-30-bluetooth::before{content:"\F0940"}.mdi-battery-40::before{content:"\F007D"}.mdi-battery-40-bluetooth::before{content:"\F0941"}.mdi-battery-50::before{content:"\F007E"}.mdi-battery-50-bluetooth::before{content:"\F0942"}.mdi-battery-60::before{content:"\F007F"}.mdi-battery-60-bluetooth::before{content:"\F0943"}.mdi-battery-70::before{content:"\F0080"}.mdi-battery-70-bluetooth::before{content:"\F0944"}.mdi-battery-80::before{content:"\F0081"}.mdi-battery-80-bluetooth::before{content:"\F0945"}.mdi-battery-90::before{content:"\F0082"}.mdi-battery-90-bluetooth::before{content:"\F0946"}.mdi-battery-alert::before{content:"\F0083"}.mdi-battery-alert-bluetooth::before{content:"\F0947"}.mdi-battery-alert-variant::before{content:"\F10CC"}.mdi-battery-alert-variant-outline::before{content:"\F10CD"}.mdi-battery-arrow-down::before{content:"\F17DE"}.mdi-battery-arrow-down-outline::before{content:"\F17DF"}.mdi-battery-arrow-up::before{content:"\F17E0"}.mdi-battery-arrow-up-outline::before{content:"\F17E1"}.mdi-battery-bluetooth::before{content:"\F0948"}.mdi-battery-bluetooth-variant::before{content:"\F0949"}.mdi-battery-charging::before{content:"\F0084"}.mdi-battery-charging-10::before{content:"\F089C"}.mdi-battery-charging-100::before{content:"\F0085"}.mdi-battery-charging-20::before{content:"\F0086"}.mdi-battery-charging-30::before{content:"\F0087"}.mdi-battery-charging-40::before{content:"\F0088"}.mdi-battery-charging-50::before{content:"\F089D"}.mdi-battery-charging-60::before{content:"\F0089"}.mdi-battery-charging-70::before{content:"\F089E"}.mdi-battery-charging-80::before{content:"\F008A"}.mdi-battery-charging-90::before{content:"\F008B"}.mdi-battery-charging-high::before{content:"\F12A6"}.mdi-battery-charging-low::before{content:"\F12A4"}.mdi-battery-charging-medium::before{content:"\F12A5"}.mdi-battery-charging-outline::before{content:"\F089F"}.mdi-battery-charging-wireless::before{content:"\F0807"}.mdi-battery-charging-wireless-10::before{content:"\F0808"}.mdi-battery-charging-wireless-20::before{content:"\F0809"}.mdi-battery-charging-wireless-30::before{content:"\F080A"}.mdi-battery-charging-wireless-40::before{content:"\F080B"}.mdi-battery-charging-wireless-50::before{content:"\F080C"}.mdi-battery-charging-wireless-60::before{content:"\F080D"}.mdi-battery-charging-wireless-70::before{content:"\F080E"}.mdi-battery-charging-wireless-80::before{content:"\F080F"}.mdi-battery-charging-wireless-90::before{content:"\F0810"}.mdi-battery-charging-wireless-alert::before{content:"\F0811"}.mdi-battery-charging-wireless-outline::before{content:"\F0812"}.mdi-battery-check::before{content:"\F17E2"}.mdi-battery-check-outline::before{content:"\F17E3"}.mdi-battery-heart::before{content:"\F120F"}.mdi-battery-heart-outline::before{content:"\F1210"}.mdi-battery-heart-variant::before{content:"\F1211"}.mdi-battery-high::before{content:"\F12A3"}.mdi-battery-lock::before{content:"\F179C"}.mdi-battery-lock-open::before{content:"\F179D"}.mdi-battery-low::before{content:"\F12A1"}.mdi-battery-medium::before{content:"\F12A2"}.mdi-battery-minus::before{content:"\F17E4"}.mdi-battery-minus-outline::before{content:"\F17E5"}.mdi-battery-minus-variant::before{content:"\F008C"}.mdi-battery-negative::before{content:"\F008D"}.mdi-battery-off::before{content:"\F125D"}.mdi-battery-off-outline::before{content:"\F125E"}.mdi-battery-outline::before{content:"\F008E"}.mdi-battery-plus::before{content:"\F17E6"}.mdi-battery-plus-outline::before{content:"\F17E7"}.mdi-battery-plus-variant::before{content:"\F008F"}.mdi-battery-positive::before{content:"\F0090"}.mdi-battery-remove::before{content:"\F17E8"}.mdi-battery-remove-outline::before{content:"\F17E9"}.mdi-battery-sync::before{content:"\F1834"}.mdi-battery-sync-outline::before{content:"\F1835"}.mdi-battery-unknown::before{content:"\F0091"}.mdi-battery-unknown-bluetooth::before{content:"\F094A"}.mdi-beach::before{content:"\F0092"}.mdi-beaker::before{content:"\F0CEA"}.mdi-beaker-alert::before{content:"\F1229"}.mdi-beaker-alert-outline::before{content:"\F122A"}.mdi-beaker-check::before{content:"\F122B"}.mdi-beaker-check-outline::before{content:"\F122C"}.mdi-beaker-minus::before{content:"\F122D"}.mdi-beaker-minus-outline::before{content:"\F122E"}.mdi-beaker-outline::before{content:"\F0690"}.mdi-beaker-plus::before{content:"\F122F"}.mdi-beaker-plus-outline::before{content:"\F1230"}.mdi-beaker-question::before{content:"\F1231"}.mdi-beaker-question-outline::before{content:"\F1232"}.mdi-beaker-remove::before{content:"\F1233"}.mdi-beaker-remove-outline::before{content:"\F1234"}.mdi-bed::before{content:"\F02E3"}.mdi-bed-double::before{content:"\F0FD4"}.mdi-bed-double-outline::before{content:"\F0FD3"}.mdi-bed-empty::before{content:"\F08A0"}.mdi-bed-king::before{content:"\F0FD2"}.mdi-bed-king-outline::before{content:"\F0FD1"}.mdi-bed-outline::before{content:"\F0099"}.mdi-bed-queen::before{content:"\F0FD0"}.mdi-bed-queen-outline::before{content:"\F0FDB"}.mdi-bed-single::before{content:"\F106D"}.mdi-bed-single-outline::before{content:"\F106E"}.mdi-bee::before{content:"\F0FA1"}.mdi-bee-flower::before{content:"\F0FA2"}.mdi-beehive-off-outline::before{content:"\F13ED"}.mdi-beehive-outline::before{content:"\F10CE"}.mdi-beekeeper::before{content:"\F14E2"}.mdi-beer::before{content:"\F0098"}.mdi-beer-outline::before{content:"\F130C"}.mdi-bell::before{content:"\F009A"}.mdi-bell-alert::before{content:"\F0D59"}.mdi-bell-alert-outline::before{content:"\F0E81"}.mdi-bell-badge::before{content:"\F116B"}.mdi-bell-badge-outline::before{content:"\F0178"}.mdi-bell-cancel::before{content:"\F13E7"}.mdi-bell-cancel-outline::before{content:"\F13E8"}.mdi-bell-check::before{content:"\F11E5"}.mdi-bell-check-outline::before{content:"\F11E6"}.mdi-bell-circle::before{content:"\F0D5A"}.mdi-bell-circle-outline::before{content:"\F0D5B"}.mdi-bell-minus::before{content:"\F13E9"}.mdi-bell-minus-outline::before{content:"\F13EA"}.mdi-bell-off::before{content:"\F009B"}.mdi-bell-off-outline::before{content:"\F0A91"}.mdi-bell-outline::before{content:"\F009C"}.mdi-bell-plus::before{content:"\F009D"}.mdi-bell-plus-outline::before{content:"\F0A92"}.mdi-bell-remove::before{content:"\F13EB"}.mdi-bell-remove-outline::before{content:"\F13EC"}.mdi-bell-ring::before{content:"\F009E"}.mdi-bell-ring-outline::before{content:"\F009F"}.mdi-bell-sleep::before{content:"\F00A0"}.mdi-bell-sleep-outline::before{content:"\F0A93"}.mdi-beta::before{content:"\F00A1"}.mdi-betamax::before{content:"\F09CB"}.mdi-biathlon::before{content:"\F0E14"}.mdi-bicycle::before{content:"\F109C"}.mdi-bicycle-basket::before{content:"\F1235"}.mdi-bicycle-cargo::before{content:"\F189C"}.mdi-bicycle-electric::before{content:"\F15B4"}.mdi-bicycle-penny-farthing::before{content:"\F15E9"}.mdi-bike::before{content:"\F00A3"}.mdi-bike-fast::before{content:"\F111F"}.mdi-billboard::before{content:"\F1010"}.mdi-billiards::before{content:"\F0B61"}.mdi-billiards-rack::before{content:"\F0B62"}.mdi-binoculars::before{content:"\F00A5"}.mdi-bio::before{content:"\F00A6"}.mdi-biohazard::before{content:"\F00A7"}.mdi-bird::before{content:"\F15C6"}.mdi-bitbucket::before{content:"\F00A8"}.mdi-bitcoin::before{content:"\F0813"}.mdi-black-mesa::before{content:"\F00A9"}.mdi-blender::before{content:"\F0CEB"}.mdi-blender-outline::before{content:"\F181A"}.mdi-blender-software::before{content:"\F00AB"}.mdi-blinds::before{content:"\F00AC"}.mdi-blinds-open::before{content:"\F1011"}.mdi-block-helper::before{content:"\F00AD"}.mdi-blood-bag::before{content:"\F0CEC"}.mdi-bluetooth::before{content:"\F00AF"}.mdi-bluetooth-audio::before{content:"\F00B0"}.mdi-bluetooth-connect::before{content:"\F00B1"}.mdi-bluetooth-off::before{content:"\F00B2"}.mdi-bluetooth-settings::before{content:"\F00B3"}.mdi-bluetooth-transfer::before{content:"\F00B4"}.mdi-blur::before{content:"\F00B5"}.mdi-blur-linear::before{content:"\F00B6"}.mdi-blur-off::before{content:"\F00B7"}.mdi-blur-radial::before{content:"\F00B8"}.mdi-bolt::before{content:"\F0DB3"}.mdi-bomb::before{content:"\F0691"}.mdi-bomb-off::before{content:"\F06C5"}.mdi-bone::before{content:"\F00B9"}.mdi-book::before{content:"\F00BA"}.mdi-book-account::before{content:"\F13AD"}.mdi-book-account-outline::before{content:"\F13AE"}.mdi-book-alert::before{content:"\F167C"}.mdi-book-alert-outline::before{content:"\F167D"}.mdi-book-alphabet::before{content:"\F061D"}.mdi-book-arrow-down::before{content:"\F167E"}.mdi-book-arrow-down-outline::before{content:"\F167F"}.mdi-book-arrow-left::before{content:"\F1680"}.mdi-book-arrow-left-outline::before{content:"\F1681"}.mdi-book-arrow-right::before{content:"\F1682"}.mdi-book-arrow-right-outline::before{content:"\F1683"}.mdi-book-arrow-up::before{content:"\F1684"}.mdi-book-arrow-up-outline::before{content:"\F1685"}.mdi-book-cancel::before{content:"\F1686"}.mdi-book-cancel-outline::before{content:"\F1687"}.mdi-book-check::before{content:"\F14F3"}.mdi-book-check-outline::before{content:"\F14F4"}.mdi-book-clock::before{content:"\F1688"}.mdi-book-clock-outline::before{content:"\F1689"}.mdi-book-cog::before{content:"\F168A"}.mdi-book-cog-outline::before{content:"\F168B"}.mdi-book-cross::before{content:"\F00A2"}.mdi-book-edit::before{content:"\F168C"}.mdi-book-edit-outline::before{content:"\F168D"}.mdi-book-education::before{content:"\F16C9"}.mdi-book-education-outline::before{content:"\F16CA"}.mdi-book-information-variant::before{content:"\F106F"}.mdi-book-lock::before{content:"\F079A"}.mdi-book-lock-open::before{content:"\F079B"}.mdi-book-lock-open-outline::before{content:"\F168E"}.mdi-book-lock-outline::before{content:"\F168F"}.mdi-book-marker::before{content:"\F1690"}.mdi-book-marker-outline::before{content:"\F1691"}.mdi-book-minus::before{content:"\F05D9"}.mdi-book-minus-multiple::before{content:"\F0A94"}.mdi-book-minus-multiple-outline::before{content:"\F090B"}.mdi-book-minus-outline::before{content:"\F1692"}.mdi-book-multiple::before{content:"\F00BB"}.mdi-book-multiple-outline::before{content:"\F0436"}.mdi-book-music::before{content:"\F0067"}.mdi-book-music-outline::before{content:"\F1693"}.mdi-book-off::before{content:"\F1694"}.mdi-book-off-outline::before{content:"\F1695"}.mdi-book-open::before{content:"\F00BD"}.mdi-book-open-blank-variant::before{content:"\F00BE"}.mdi-book-open-outline::before{content:"\F0B63"}.mdi-book-open-page-variant::before{content:"\F05DA"}.mdi-book-open-page-variant-outline::before{content:"\F15D6"}.mdi-book-open-variant::before{content:"\F14F7"}.mdi-book-outline::before{content:"\F0B64"}.mdi-book-play::before{content:"\F0E82"}.mdi-book-play-outline::before{content:"\F0E83"}.mdi-book-plus::before{content:"\F05DB"}.mdi-book-plus-multiple::before{content:"\F0A95"}.mdi-book-plus-multiple-outline::before{content:"\F0ADE"}.mdi-book-plus-outline::before{content:"\F1696"}.mdi-book-refresh::before{content:"\F1697"}.mdi-book-refresh-outline::before{content:"\F1698"}.mdi-book-remove::before{content:"\F0A97"}.mdi-book-remove-multiple::before{content:"\F0A96"}.mdi-book-remove-multiple-outline::before{content:"\F04CA"}.mdi-book-remove-outline::before{content:"\F1699"}.mdi-book-search::before{content:"\F0E84"}.mdi-book-search-outline::before{content:"\F0E85"}.mdi-book-settings::before{content:"\F169A"}.mdi-book-settings-outline::before{content:"\F169B"}.mdi-book-sync::before{content:"\F169C"}.mdi-book-sync-outline::before{content:"\F16C8"}.mdi-book-variant::before{content:"\F00BF"}.mdi-book-variant-multiple::before{content:"\F00BC"}.mdi-bookmark::before{content:"\F00C0"}.mdi-bookmark-box-multiple::before{content:"\F196C"}.mdi-bookmark-box-multiple-outline::before{content:"\F196D"}.mdi-bookmark-check::before{content:"\F00C1"}.mdi-bookmark-check-outline::before{content:"\F137B"}.mdi-bookmark-minus::before{content:"\F09CC"}.mdi-bookmark-minus-outline::before{content:"\F09CD"}.mdi-bookmark-multiple::before{content:"\F0E15"}.mdi-bookmark-multiple-outline::before{content:"\F0E16"}.mdi-bookmark-music::before{content:"\F00C2"}.mdi-bookmark-music-outline::before{content:"\F1379"}.mdi-bookmark-off::before{content:"\F09CE"}.mdi-bookmark-off-outline::before{content:"\F09CF"}.mdi-bookmark-outline::before{content:"\F00C3"}.mdi-bookmark-plus::before{content:"\F00C5"}.mdi-bookmark-plus-outline::before{content:"\F00C4"}.mdi-bookmark-remove::before{content:"\F00C6"}.mdi-bookmark-remove-outline::before{content:"\F137A"}.mdi-bookshelf::before{content:"\F125F"}.mdi-boom-gate::before{content:"\F0E86"}.mdi-boom-gate-alert::before{content:"\F0E87"}.mdi-boom-gate-alert-outline::before{content:"\F0E88"}.mdi-boom-gate-arrow-down::before{content:"\F0E89"}.mdi-boom-gate-arrow-down-outline::before{content:"\F0E8A"}.mdi-boom-gate-arrow-up::before{content:"\F0E8C"}.mdi-boom-gate-arrow-up-outline::before{content:"\F0E8D"}.mdi-boom-gate-outline::before{content:"\F0E8B"}.mdi-boom-gate-up::before{content:"\F17F9"}.mdi-boom-gate-up-outline::before{content:"\F17FA"}.mdi-boombox::before{content:"\F05DC"}.mdi-boomerang::before{content:"\F10CF"}.mdi-bootstrap::before{content:"\F06C6"}.mdi-border-all::before{content:"\F00C7"}.mdi-border-all-variant::before{content:"\F08A1"}.mdi-border-bottom::before{content:"\F00C8"}.mdi-border-bottom-variant::before{content:"\F08A2"}.mdi-border-color::before{content:"\F00C9"}.mdi-border-horizontal::before{content:"\F00CA"}.mdi-border-inside::before{content:"\F00CB"}.mdi-border-left::before{content:"\F00CC"}.mdi-border-left-variant::before{content:"\F08A3"}.mdi-border-none::before{content:"\F00CD"}.mdi-border-none-variant::before{content:"\F08A4"}.mdi-border-outside::before{content:"\F00CE"}.mdi-border-right::before{content:"\F00CF"}.mdi-border-right-variant::before{content:"\F08A5"}.mdi-border-style::before{content:"\F00D0"}.mdi-border-top::before{content:"\F00D1"}.mdi-border-top-variant::before{content:"\F08A6"}.mdi-border-vertical::before{content:"\F00D2"}.mdi-bottle-soda::before{content:"\F1070"}.mdi-bottle-soda-classic::before{content:"\F1071"}.mdi-bottle-soda-classic-outline::before{content:"\F1363"}.mdi-bottle-soda-outline::before{content:"\F1072"}.mdi-bottle-tonic::before{content:"\F112E"}.mdi-bottle-tonic-outline::before{content:"\F112F"}.mdi-bottle-tonic-plus::before{content:"\F1130"}.mdi-bottle-tonic-plus-outline::before{content:"\F1131"}.mdi-bottle-tonic-skull::before{content:"\F1132"}.mdi-bottle-tonic-skull-outline::before{content:"\F1133"}.mdi-bottle-wine::before{content:"\F0854"}.mdi-bottle-wine-outline::before{content:"\F1310"}.mdi-bow-arrow::before{content:"\F1841"}.mdi-bow-tie::before{content:"\F0678"}.mdi-bowl::before{content:"\F028E"}.mdi-bowl-mix::before{content:"\F0617"}.mdi-bowl-mix-outline::before{content:"\F02E4"}.mdi-bowl-outline::before{content:"\F02A9"}.mdi-bowling::before{content:"\F00D3"}.mdi-box::before{content:"\F00D4"}.mdi-box-cutter::before{content:"\F00D5"}.mdi-box-cutter-off::before{content:"\F0B4A"}.mdi-box-shadow::before{content:"\F0637"}.mdi-boxing-glove::before{content:"\F0B65"}.mdi-braille::before{content:"\F09D0"}.mdi-brain::before{content:"\F09D1"}.mdi-bread-slice::before{content:"\F0CEE"}.mdi-bread-slice-outline::before{content:"\F0CEF"}.mdi-bridge::before{content:"\F0618"}.mdi-briefcase::before{content:"\F00D6"}.mdi-briefcase-account::before{content:"\F0CF0"}.mdi-briefcase-account-outline::before{content:"\F0CF1"}.mdi-briefcase-check::before{content:"\F00D7"}.mdi-briefcase-check-outline::before{content:"\F131E"}.mdi-briefcase-clock::before{content:"\F10D0"}.mdi-briefcase-clock-outline::before{content:"\F10D1"}.mdi-briefcase-download::before{content:"\F00D8"}.mdi-briefcase-download-outline::before{content:"\F0C3D"}.mdi-briefcase-edit::before{content:"\F0A98"}.mdi-briefcase-edit-outline::before{content:"\F0C3E"}.mdi-briefcase-eye::before{content:"\F17D9"}.mdi-briefcase-eye-outline::before{content:"\F17DA"}.mdi-briefcase-minus::before{content:"\F0A2A"}.mdi-briefcase-minus-outline::before{content:"\F0C3F"}.mdi-briefcase-off::before{content:"\F1658"}.mdi-briefcase-off-outline::before{content:"\F1659"}.mdi-briefcase-outline::before{content:"\F0814"}.mdi-briefcase-plus::before{content:"\F0A2B"}.mdi-briefcase-plus-outline::before{content:"\F0C40"}.mdi-briefcase-remove::before{content:"\F0A2C"}.mdi-briefcase-remove-outline::before{content:"\F0C41"}.mdi-briefcase-search::before{content:"\F0A2D"}.mdi-briefcase-search-outline::before{content:"\F0C42"}.mdi-briefcase-upload::before{content:"\F00D9"}.mdi-briefcase-upload-outline::before{content:"\F0C43"}.mdi-briefcase-variant::before{content:"\F1494"}.mdi-briefcase-variant-off::before{content:"\F165A"}.mdi-briefcase-variant-off-outline::before{content:"\F165B"}.mdi-briefcase-variant-outline::before{content:"\F1495"}.mdi-brightness-1::before{content:"\F00DA"}.mdi-brightness-2::before{content:"\F00DB"}.mdi-brightness-3::before{content:"\F00DC"}.mdi-brightness-4::before{content:"\F00DD"}.mdi-brightness-5::before{content:"\F00DE"}.mdi-brightness-6::before{content:"\F00DF"}.mdi-brightness-7::before{content:"\F00E0"}.mdi-brightness-auto::before{content:"\F00E1"}.mdi-brightness-percent::before{content:"\F0CF2"}.mdi-broadcast::before{content:"\F1720"}.mdi-broadcast-off::before{content:"\F1721"}.mdi-broom::before{content:"\F00E2"}.mdi-brush::before{content:"\F00E3"}.mdi-brush-off::before{content:"\F1771"}.mdi-brush-variant::before{content:"\F1813"}.mdi-bucket::before{content:"\F1415"}.mdi-bucket-outline::before{content:"\F1416"}.mdi-buffet::before{content:"\F0578"}.mdi-bug::before{content:"\F00E4"}.mdi-bug-check::before{content:"\F0A2E"}.mdi-bug-check-outline::before{content:"\F0A2F"}.mdi-bug-outline::before{content:"\F0A30"}.mdi-bugle::before{content:"\F0DB4"}.mdi-bulldozer::before{content:"\F0B22"}.mdi-bullet::before{content:"\F0CF3"}.mdi-bulletin-board::before{content:"\F00E5"}.mdi-bullhorn::before{content:"\F00E6"}.mdi-bullhorn-outline::before{content:"\F0B23"}.mdi-bullhorn-variant::before{content:"\F196E"}.mdi-bullhorn-variant-outline::before{content:"\F196F"}.mdi-bullseye::before{content:"\F05DD"}.mdi-bullseye-arrow::before{content:"\F08C9"}.mdi-bulma::before{content:"\F12E7"}.mdi-bunk-bed::before{content:"\F1302"}.mdi-bunk-bed-outline::before{content:"\F0097"}.mdi-bus::before{content:"\F00E7"}.mdi-bus-alert::before{content:"\F0A99"}.mdi-bus-articulated-end::before{content:"\F079C"}.mdi-bus-articulated-front::before{content:"\F079D"}.mdi-bus-clock::before{content:"\F08CA"}.mdi-bus-double-decker::before{content:"\F079E"}.mdi-bus-electric::before{content:"\F191D"}.mdi-bus-marker::before{content:"\F1212"}.mdi-bus-multiple::before{content:"\F0F3F"}.mdi-bus-school::before{content:"\F079F"}.mdi-bus-side::before{content:"\F07A0"}.mdi-bus-stop::before{content:"\F1012"}.mdi-bus-stop-covered::before{content:"\F1013"}.mdi-bus-stop-uncovered::before{content:"\F1014"}.mdi-butterfly::before{content:"\F1589"}.mdi-butterfly-outline::before{content:"\F158A"}.mdi-cabin-a-frame::before{content:"\F188C"}.mdi-cable-data::before{content:"\F1394"}.mdi-cached::before{content:"\F00E8"}.mdi-cactus::before{content:"\F0DB5"}.mdi-cake::before{content:"\F00E9"}.mdi-cake-layered::before{content:"\F00EA"}.mdi-cake-variant::before{content:"\F00EB"}.mdi-cake-variant-outline::before{content:"\F17F0"}.mdi-calculator::before{content:"\F00EC"}.mdi-calculator-variant::before{content:"\F0A9A"}.mdi-calculator-variant-outline::before{content:"\F15A6"}.mdi-calendar::before{content:"\F00ED"}.mdi-calendar-account::before{content:"\F0ED7"}.mdi-calendar-account-outline::before{content:"\F0ED8"}.mdi-calendar-alert::before{content:"\F0A31"}.mdi-calendar-arrow-left::before{content:"\F1134"}.mdi-calendar-arrow-right::before{content:"\F1135"}.mdi-calendar-blank::before{content:"\F00EE"}.mdi-calendar-blank-multiple::before{content:"\F1073"}.mdi-calendar-blank-outline::before{content:"\F0B66"}.mdi-calendar-check::before{content:"\F00EF"}.mdi-calendar-check-outline::before{content:"\F0C44"}.mdi-calendar-clock::before{content:"\F00F0"}.mdi-calendar-clock-outline::before{content:"\F16E1"}.mdi-calendar-collapse-horizontal::before{content:"\F189D"}.mdi-calendar-cursor::before{content:"\F157B"}.mdi-calendar-edit::before{content:"\F08A7"}.mdi-calendar-end::before{content:"\F166C"}.mdi-calendar-expand-horizontal::before{content:"\F189E"}.mdi-calendar-export::before{content:"\F0B24"}.mdi-calendar-heart::before{content:"\F09D2"}.mdi-calendar-import::before{content:"\F0B25"}.mdi-calendar-lock::before{content:"\F1641"}.mdi-calendar-lock-outline::before{content:"\F1642"}.mdi-calendar-minus::before{content:"\F0D5C"}.mdi-calendar-month::before{content:"\F0E17"}.mdi-calendar-month-outline::before{content:"\F0E18"}.mdi-calendar-multiple::before{content:"\F00F1"}.mdi-calendar-multiple-check::before{content:"\F00F2"}.mdi-calendar-multiselect::before{content:"\F0A32"}.mdi-calendar-outline::before{content:"\F0B67"}.mdi-calendar-plus::before{content:"\F00F3"}.mdi-calendar-question::before{content:"\F0692"}.mdi-calendar-range::before{content:"\F0679"}.mdi-calendar-range-outline::before{content:"\F0B68"}.mdi-calendar-refresh::before{content:"\F01E1"}.mdi-calendar-refresh-outline::before{content:"\F0203"}.mdi-calendar-remove::before{content:"\F00F4"}.mdi-calendar-remove-outline::before{content:"\F0C45"}.mdi-calendar-search::before{content:"\F094C"}.mdi-calendar-star::before{content:"\F09D3"}.mdi-calendar-start::before{content:"\F166D"}.mdi-calendar-sync::before{content:"\F0E8E"}.mdi-calendar-sync-outline::before{content:"\F0E8F"}.mdi-calendar-text::before{content:"\F00F5"}.mdi-calendar-text-outline::before{content:"\F0C46"}.mdi-calendar-today::before{content:"\F00F6"}.mdi-calendar-week::before{content:"\F0A33"}.mdi-calendar-week-begin::before{content:"\F0A34"}.mdi-calendar-weekend::before{content:"\F0ED9"}.mdi-calendar-weekend-outline::before{content:"\F0EDA"}.mdi-call-made::before{content:"\F00F7"}.mdi-call-merge::before{content:"\F00F8"}.mdi-call-missed::before{content:"\F00F9"}.mdi-call-received::before{content:"\F00FA"}.mdi-call-split::before{content:"\F00FB"}.mdi-camcorder::before{content:"\F00FC"}.mdi-camcorder-off::before{content:"\F00FF"}.mdi-camera::before{content:"\F0100"}.mdi-camera-account::before{content:"\F08CB"}.mdi-camera-burst::before{content:"\F0693"}.mdi-camera-control::before{content:"\F0B69"}.mdi-camera-document::before{content:"\F1871"}.mdi-camera-document-off::before{content:"\F1872"}.mdi-camera-enhance::before{content:"\F0101"}.mdi-camera-enhance-outline::before{content:"\F0B6A"}.mdi-camera-flip::before{content:"\F15D9"}.mdi-camera-flip-outline::before{content:"\F15DA"}.mdi-camera-front::before{content:"\F0102"}.mdi-camera-front-variant::before{content:"\F0103"}.mdi-camera-gopro::before{content:"\F07A1"}.mdi-camera-image::before{content:"\F08CC"}.mdi-camera-iris::before{content:"\F0104"}.mdi-camera-marker::before{content:"\F19A7"}.mdi-camera-marker-outline::before{content:"\F19A8"}.mdi-camera-metering-center::before{content:"\F07A2"}.mdi-camera-metering-matrix::before{content:"\F07A3"}.mdi-camera-metering-partial::before{content:"\F07A4"}.mdi-camera-metering-spot::before{content:"\F07A5"}.mdi-camera-off::before{content:"\F05DF"}.mdi-camera-off-outline::before{content:"\F19BF"}.mdi-camera-outline::before{content:"\F0D5D"}.mdi-camera-party-mode::before{content:"\F0105"}.mdi-camera-plus::before{content:"\F0EDB"}.mdi-camera-plus-outline::before{content:"\F0EDC"}.mdi-camera-rear::before{content:"\F0106"}.mdi-camera-rear-variant::before{content:"\F0107"}.mdi-camera-retake::before{content:"\F0E19"}.mdi-camera-retake-outline::before{content:"\F0E1A"}.mdi-camera-switch::before{content:"\F0108"}.mdi-camera-switch-outline::before{content:"\F084A"}.mdi-camera-timer::before{content:"\F0109"}.mdi-camera-wireless::before{content:"\F0DB6"}.mdi-camera-wireless-outline::before{content:"\F0DB7"}.mdi-campfire::before{content:"\F0EDD"}.mdi-cancel::before{content:"\F073A"}.mdi-candelabra::before{content:"\F17D2"}.mdi-candelabra-fire::before{content:"\F17D3"}.mdi-candle::before{content:"\F05E2"}.mdi-candy::before{content:"\F1970"}.mdi-candy-off::before{content:"\F1971"}.mdi-candy-off-outline::before{content:"\F1972"}.mdi-candy-outline::before{content:"\F1973"}.mdi-candycane::before{content:"\F010A"}.mdi-cannabis::before{content:"\F07A6"}.mdi-cannabis-off::before{content:"\F166E"}.mdi-caps-lock::before{content:"\F0A9B"}.mdi-car::before{content:"\F010B"}.mdi-car-2-plus::before{content:"\F1015"}.mdi-car-3-plus::before{content:"\F1016"}.mdi-car-arrow-left::before{content:"\F13B2"}.mdi-car-arrow-right::before{content:"\F13B3"}.mdi-car-back::before{content:"\F0E1B"}.mdi-car-battery::before{content:"\F010C"}.mdi-car-brake-abs::before{content:"\F0C47"}.mdi-car-brake-alert::before{content:"\F0C48"}.mdi-car-brake-fluid-level::before{content:"\F1909"}.mdi-car-brake-hold::before{content:"\F0D5E"}.mdi-car-brake-low-pressure::before{content:"\F190A"}.mdi-car-brake-parking::before{content:"\F0D5F"}.mdi-car-brake-retarder::before{content:"\F1017"}.mdi-car-brake-temperature::before{content:"\F190B"}.mdi-car-brake-worn-linings::before{content:"\F190C"}.mdi-car-child-seat::before{content:"\F0FA3"}.mdi-car-clock::before{content:"\F1974"}.mdi-car-clutch::before{content:"\F1018"}.mdi-car-cog::before{content:"\F13CC"}.mdi-car-connected::before{content:"\F010D"}.mdi-car-convertible::before{content:"\F07A7"}.mdi-car-coolant-level::before{content:"\F1019"}.mdi-car-cruise-control::before{content:"\F0D60"}.mdi-car-defrost-front::before{content:"\F0D61"}.mdi-car-defrost-rear::before{content:"\F0D62"}.mdi-car-door::before{content:"\F0B6B"}.mdi-car-door-lock::before{content:"\F109D"}.mdi-car-electric::before{content:"\F0B6C"}.mdi-car-electric-outline::before{content:"\F15B5"}.mdi-car-emergency::before{content:"\F160F"}.mdi-car-esp::before{content:"\F0C49"}.mdi-car-estate::before{content:"\F07A8"}.mdi-car-hatchback::before{content:"\F07A9"}.mdi-car-info::before{content:"\F11BE"}.mdi-car-key::before{content:"\F0B6D"}.mdi-car-lifted-pickup::before{content:"\F152D"}.mdi-car-light-alert::before{content:"\F190D"}.mdi-car-light-dimmed::before{content:"\F0C4A"}.mdi-car-light-fog::before{content:"\F0C4B"}.mdi-car-light-high::before{content:"\F0C4C"}.mdi-car-limousine::before{content:"\F08CD"}.mdi-car-multiple::before{content:"\F0B6E"}.mdi-car-off::before{content:"\F0E1C"}.mdi-car-outline::before{content:"\F14ED"}.mdi-car-parking-lights::before{content:"\F0D63"}.mdi-car-pickup::before{content:"\F07AA"}.mdi-car-seat::before{content:"\F0FA4"}.mdi-car-seat-cooler::before{content:"\F0FA5"}.mdi-car-seat-heater::before{content:"\F0FA6"}.mdi-car-select::before{content:"\F1879"}.mdi-car-settings::before{content:"\F13CD"}.mdi-car-shift-pattern::before{content:"\F0F40"}.mdi-car-side::before{content:"\F07AB"}.mdi-car-speed-limiter::before{content:"\F190E"}.mdi-car-sports::before{content:"\F07AC"}.mdi-car-tire-alert::before{content:"\F0C4D"}.mdi-car-traction-control::before{content:"\F0D64"}.mdi-car-turbocharger::before{content:"\F101A"}.mdi-car-wash::before{content:"\F010E"}.mdi-car-windshield::before{content:"\F101B"}.mdi-car-windshield-outline::before{content:"\F101C"}.mdi-car-wireless::before{content:"\F1878"}.mdi-car-wrench::before{content:"\F1814"}.mdi-carabiner::before{content:"\F14C0"}.mdi-caravan::before{content:"\F07AD"}.mdi-card::before{content:"\F0B6F"}.mdi-card-account-details::before{content:"\F05D2"}.mdi-card-account-details-outline::before{content:"\F0DAB"}.mdi-card-account-details-star::before{content:"\F02A3"}.mdi-card-account-details-star-outline::before{content:"\F06DB"}.mdi-card-account-mail::before{content:"\F018E"}.mdi-card-account-mail-outline::before{content:"\F0E98"}.mdi-card-account-phone::before{content:"\F0E99"}.mdi-card-account-phone-outline::before{content:"\F0E9A"}.mdi-card-bulleted::before{content:"\F0B70"}.mdi-card-bulleted-off::before{content:"\F0B71"}.mdi-card-bulleted-off-outline::before{content:"\F0B72"}.mdi-card-bulleted-outline::before{content:"\F0B73"}.mdi-card-bulleted-settings::before{content:"\F0B74"}.mdi-card-bulleted-settings-outline::before{content:"\F0B75"}.mdi-card-minus::before{content:"\F1600"}.mdi-card-minus-outline::before{content:"\F1601"}.mdi-card-multiple::before{content:"\F17F1"}.mdi-card-multiple-outline::before{content:"\F17F2"}.mdi-card-off::before{content:"\F1602"}.mdi-card-off-outline::before{content:"\F1603"}.mdi-card-outline::before{content:"\F0B76"}.mdi-card-plus::before{content:"\F11FF"}.mdi-card-plus-outline::before{content:"\F1200"}.mdi-card-remove::before{content:"\F1604"}.mdi-card-remove-outline::before{content:"\F1605"}.mdi-card-search::before{content:"\F1074"}.mdi-card-search-outline::before{content:"\F1075"}.mdi-card-text::before{content:"\F0B77"}.mdi-card-text-outline::before{content:"\F0B78"}.mdi-cards::before{content:"\F0638"}.mdi-cards-club::before{content:"\F08CE"}.mdi-cards-club-outline::before{content:"\F189F"}.mdi-cards-diamond::before{content:"\F08CF"}.mdi-cards-diamond-outline::before{content:"\F101D"}.mdi-cards-heart::before{content:"\F08D0"}.mdi-cards-heart-outline::before{content:"\F18A0"}.mdi-cards-outline::before{content:"\F0639"}.mdi-cards-playing::before{content:"\F18A1"}.mdi-cards-playing-club::before{content:"\F18A2"}.mdi-cards-playing-club-multiple::before{content:"\F18A3"}.mdi-cards-playing-club-multiple-outline::before{content:"\F18A4"}.mdi-cards-playing-club-outline::before{content:"\F18A5"}.mdi-cards-playing-diamond::before{content:"\F18A6"}.mdi-cards-playing-diamond-multiple::before{content:"\F18A7"}.mdi-cards-playing-diamond-multiple-outline::before{content:"\F18A8"}.mdi-cards-playing-diamond-outline::before{content:"\F18A9"}.mdi-cards-playing-heart::before{content:"\F18AA"}.mdi-cards-playing-heart-multiple::before{content:"\F18AB"}.mdi-cards-playing-heart-multiple-outline::before{content:"\F18AC"}.mdi-cards-playing-heart-outline::before{content:"\F18AD"}.mdi-cards-playing-outline::before{content:"\F063A"}.mdi-cards-playing-spade::before{content:"\F18AE"}.mdi-cards-playing-spade-multiple::before{content:"\F18AF"}.mdi-cards-playing-spade-multiple-outline::before{content:"\F18B0"}.mdi-cards-playing-spade-outline::before{content:"\F18B1"}.mdi-cards-spade::before{content:"\F08D1"}.mdi-cards-spade-outline::before{content:"\F18B2"}.mdi-cards-variant::before{content:"\F06C7"}.mdi-carrot::before{content:"\F010F"}.mdi-cart::before{content:"\F0110"}.mdi-cart-arrow-down::before{content:"\F0D66"}.mdi-cart-arrow-right::before{content:"\F0C4E"}.mdi-cart-arrow-up::before{content:"\F0D67"}.mdi-cart-check::before{content:"\F15EA"}.mdi-cart-heart::before{content:"\F18E0"}.mdi-cart-minus::before{content:"\F0D68"}.mdi-cart-off::before{content:"\F066B"}.mdi-cart-outline::before{content:"\F0111"}.mdi-cart-plus::before{content:"\F0112"}.mdi-cart-remove::before{content:"\F0D69"}.mdi-cart-variant::before{content:"\F15EB"}.mdi-case-sensitive-alt::before{content:"\F0113"}.mdi-cash::before{content:"\F0114"}.mdi-cash-100::before{content:"\F0115"}.mdi-cash-check::before{content:"\F14EE"}.mdi-cash-fast::before{content:"\F185C"}.mdi-cash-lock::before{content:"\F14EA"}.mdi-cash-lock-open::before{content:"\F14EB"}.mdi-cash-marker::before{content:"\F0DB8"}.mdi-cash-minus::before{content:"\F1260"}.mdi-cash-multiple::before{content:"\F0116"}.mdi-cash-plus::before{content:"\F1261"}.mdi-cash-refund::before{content:"\F0A9C"}.mdi-cash-register::before{content:"\F0CF4"}.mdi-cash-remove::before{content:"\F1262"}.mdi-cassette::before{content:"\F09D4"}.mdi-cast::before{content:"\F0118"}.mdi-cast-audio::before{content:"\F101E"}.mdi-cast-audio-variant::before{content:"\F1749"}.mdi-cast-connected::before{content:"\F0119"}.mdi-cast-education::before{content:"\F0E1D"}.mdi-cast-off::before{content:"\F078A"}.mdi-cast-variant::before{content:"\F001F"}.mdi-castle::before{content:"\F011A"}.mdi-cat::before{content:"\F011B"}.mdi-cctv::before{content:"\F07AE"}.mdi-cctv-off::before{content:"\F185F"}.mdi-ceiling-fan::before{content:"\F1797"}.mdi-ceiling-fan-light::before{content:"\F1798"}.mdi-ceiling-light::before{content:"\F0769"}.mdi-ceiling-light-multiple::before{content:"\F18DD"}.mdi-ceiling-light-multiple-outline::before{content:"\F18DE"}.mdi-ceiling-light-outline::before{content:"\F17C7"}.mdi-cellphone::before{content:"\F011C"}.mdi-cellphone-arrow-down::before{content:"\F09D5"}.mdi-cellphone-basic::before{content:"\F011E"}.mdi-cellphone-charging::before{content:"\F1397"}.mdi-cellphone-check::before{content:"\F17FD"}.mdi-cellphone-cog::before{content:"\F0951"}.mdi-cellphone-dock::before{content:"\F011F"}.mdi-cellphone-information::before{content:"\F0F41"}.mdi-cellphone-key::before{content:"\F094E"}.mdi-cellphone-link::before{content:"\F0121"}.mdi-cellphone-link-off::before{content:"\F0122"}.mdi-cellphone-lock::before{content:"\F094F"}.mdi-cellphone-marker::before{content:"\F183A"}.mdi-cellphone-message::before{content:"\F08D3"}.mdi-cellphone-message-off::before{content:"\F10D2"}.mdi-cellphone-nfc::before{content:"\F0E90"}.mdi-cellphone-nfc-off::before{content:"\F12D8"}.mdi-cellphone-off::before{content:"\F0950"}.mdi-cellphone-play::before{content:"\F101F"}.mdi-cellphone-remove::before{content:"\F094D"}.mdi-cellphone-screenshot::before{content:"\F0A35"}.mdi-cellphone-settings::before{content:"\F0123"}.mdi-cellphone-sound::before{content:"\F0952"}.mdi-cellphone-text::before{content:"\F08D2"}.mdi-cellphone-wireless::before{content:"\F0815"}.mdi-centos::before{content:"\F111A"}.mdi-certificate::before{content:"\F0124"}.mdi-certificate-outline::before{content:"\F1188"}.mdi-chair-rolling::before{content:"\F0F48"}.mdi-chair-school::before{content:"\F0125"}.mdi-chandelier::before{content:"\F1793"}.mdi-charity::before{content:"\F0C4F"}.mdi-chart-arc::before{content:"\F0126"}.mdi-chart-areaspline::before{content:"\F0127"}.mdi-chart-areaspline-variant::before{content:"\F0E91"}.mdi-chart-bar::before{content:"\F0128"}.mdi-chart-bar-stacked::before{content:"\F076A"}.mdi-chart-bell-curve::before{content:"\F0C50"}.mdi-chart-bell-curve-cumulative::before{content:"\F0FA7"}.mdi-chart-box::before{content:"\F154D"}.mdi-chart-box-outline::before{content:"\F154E"}.mdi-chart-box-plus-outline::before{content:"\F154F"}.mdi-chart-bubble::before{content:"\F05E3"}.mdi-chart-donut::before{content:"\F07AF"}.mdi-chart-donut-variant::before{content:"\F07B0"}.mdi-chart-gantt::before{content:"\F066C"}.mdi-chart-histogram::before{content:"\F0129"}.mdi-chart-line::before{content:"\F012A"}.mdi-chart-line-stacked::before{content:"\F076B"}.mdi-chart-line-variant::before{content:"\F07B1"}.mdi-chart-multiline::before{content:"\F08D4"}.mdi-chart-multiple::before{content:"\F1213"}.mdi-chart-pie::before{content:"\F012B"}.mdi-chart-ppf::before{content:"\F1380"}.mdi-chart-sankey::before{content:"\F11DF"}.mdi-chart-sankey-variant::before{content:"\F11E0"}.mdi-chart-scatter-plot::before{content:"\F0E92"}.mdi-chart-scatter-plot-hexbin::before{content:"\F066D"}.mdi-chart-timeline::before{content:"\F066E"}.mdi-chart-timeline-variant::before{content:"\F0E93"}.mdi-chart-timeline-variant-shimmer::before{content:"\F15B6"}.mdi-chart-tree::before{content:"\F0E94"}.mdi-chart-waterfall::before{content:"\F1918"}.mdi-chat::before{content:"\F0B79"}.mdi-chat-alert::before{content:"\F0B7A"}.mdi-chat-alert-outline::before{content:"\F12C9"}.mdi-chat-minus::before{content:"\F1410"}.mdi-chat-minus-outline::before{content:"\F1413"}.mdi-chat-outline::before{content:"\F0EDE"}.mdi-chat-plus::before{content:"\F140F"}.mdi-chat-plus-outline::before{content:"\F1412"}.mdi-chat-processing::before{content:"\F0B7B"}.mdi-chat-processing-outline::before{content:"\F12CA"}.mdi-chat-question::before{content:"\F1738"}.mdi-chat-question-outline::before{content:"\F1739"}.mdi-chat-remove::before{content:"\F1411"}.mdi-chat-remove-outline::before{content:"\F1414"}.mdi-chat-sleep::before{content:"\F12D1"}.mdi-chat-sleep-outline::before{content:"\F12D2"}.mdi-check::before{content:"\F012C"}.mdi-check-all::before{content:"\F012D"}.mdi-check-bold::before{content:"\F0E1E"}.mdi-check-circle::before{content:"\F05E0"}.mdi-check-circle-outline::before{content:"\F05E1"}.mdi-check-decagram::before{content:"\F0791"}.mdi-check-decagram-outline::before{content:"\F1740"}.mdi-check-network::before{content:"\F0C53"}.mdi-check-network-outline::before{content:"\F0C54"}.mdi-check-outline::before{content:"\F0855"}.mdi-check-underline::before{content:"\F0E1F"}.mdi-check-underline-circle::before{content:"\F0E20"}.mdi-check-underline-circle-outline::before{content:"\F0E21"}.mdi-checkbook::before{content:"\F0A9D"}.mdi-checkbox-blank::before{content:"\F012E"}.mdi-checkbox-blank-badge::before{content:"\F1176"}.mdi-checkbox-blank-badge-outline::before{content:"\F0117"}.mdi-checkbox-blank-circle::before{content:"\F012F"}.mdi-checkbox-blank-circle-outline::before{content:"\F0130"}.mdi-checkbox-blank-off::before{content:"\F12EC"}.mdi-checkbox-blank-off-outline::before{content:"\F12ED"}.mdi-checkbox-blank-outline::before{content:"\F0131"}.mdi-checkbox-intermediate::before{content:"\F0856"}.mdi-checkbox-marked::before{content:"\F0132"}.mdi-checkbox-marked-circle::before{content:"\F0133"}.mdi-checkbox-marked-circle-outline::before{content:"\F0134"}.mdi-checkbox-marked-circle-plus-outline::before{content:"\F1927"}.mdi-checkbox-marked-outline::before{content:"\F0135"}.mdi-checkbox-multiple-blank::before{content:"\F0136"}.mdi-checkbox-multiple-blank-circle::before{content:"\F063B"}.mdi-checkbox-multiple-blank-circle-outline::before{content:"\F063C"}.mdi-checkbox-multiple-blank-outline::before{content:"\F0137"}.mdi-checkbox-multiple-marked::before{content:"\F0138"}.mdi-checkbox-multiple-marked-circle::before{content:"\F063D"}.mdi-checkbox-multiple-marked-circle-outline::before{content:"\F063E"}.mdi-checkbox-multiple-marked-outline::before{content:"\F0139"}.mdi-checkbox-multiple-outline::before{content:"\F0C51"}.mdi-checkbox-outline::before{content:"\F0C52"}.mdi-checkerboard::before{content:"\F013A"}.mdi-checkerboard-minus::before{content:"\F1202"}.mdi-checkerboard-plus::before{content:"\F1201"}.mdi-checkerboard-remove::before{content:"\F1203"}.mdi-cheese::before{content:"\F12B9"}.mdi-cheese-off::before{content:"\F13EE"}.mdi-chef-hat::before{content:"\F0B7C"}.mdi-chemical-weapon::before{content:"\F013B"}.mdi-chess-bishop::before{content:"\F085C"}.mdi-chess-king::before{content:"\F0857"}.mdi-chess-knight::before{content:"\F0858"}.mdi-chess-pawn::before{content:"\F0859"}.mdi-chess-queen::before{content:"\F085A"}.mdi-chess-rook::before{content:"\F085B"}.mdi-chevron-double-down::before{content:"\F013C"}.mdi-chevron-double-left::before{content:"\F013D"}.mdi-chevron-double-right::before{content:"\F013E"}.mdi-chevron-double-up::before{content:"\F013F"}.mdi-chevron-down::before{content:"\F0140"}.mdi-chevron-down-box::before{content:"\F09D6"}.mdi-chevron-down-box-outline::before{content:"\F09D7"}.mdi-chevron-down-circle::before{content:"\F0B26"}.mdi-chevron-down-circle-outline::before{content:"\F0B27"}.mdi-chevron-left::before{content:"\F0141"}.mdi-chevron-left-box::before{content:"\F09D8"}.mdi-chevron-left-box-outline::before{content:"\F09D9"}.mdi-chevron-left-circle::before{content:"\F0B28"}.mdi-chevron-left-circle-outline::before{content:"\F0B29"}.mdi-chevron-right::before{content:"\F0142"}.mdi-chevron-right-box::before{content:"\F09DA"}.mdi-chevron-right-box-outline::before{content:"\F09DB"}.mdi-chevron-right-circle::before{content:"\F0B2A"}.mdi-chevron-right-circle-outline::before{content:"\F0B2B"}.mdi-chevron-triple-down::before{content:"\F0DB9"}.mdi-chevron-triple-left::before{content:"\F0DBA"}.mdi-chevron-triple-right::before{content:"\F0DBB"}.mdi-chevron-triple-up::before{content:"\F0DBC"}.mdi-chevron-up::before{content:"\F0143"}.mdi-chevron-up-box::before{content:"\F09DC"}.mdi-chevron-up-box-outline::before{content:"\F09DD"}.mdi-chevron-up-circle::before{content:"\F0B2C"}.mdi-chevron-up-circle-outline::before{content:"\F0B2D"}.mdi-chili-alert::before{content:"\F17EA"}.mdi-chili-alert-outline::before{content:"\F17EB"}.mdi-chili-hot::before{content:"\F07B2"}.mdi-chili-hot-outline::before{content:"\F17EC"}.mdi-chili-medium::before{content:"\F07B3"}.mdi-chili-medium-outline::before{content:"\F17ED"}.mdi-chili-mild::before{content:"\F07B4"}.mdi-chili-mild-outline::before{content:"\F17EE"}.mdi-chili-off::before{content:"\F1467"}.mdi-chili-off-outline::before{content:"\F17EF"}.mdi-chip::before{content:"\F061A"}.mdi-church::before{content:"\F0144"}.mdi-cigar::before{content:"\F1189"}.mdi-cigar-off::before{content:"\F141B"}.mdi-circle::before{content:"\F0765"}.mdi-circle-box::before{content:"\F15DC"}.mdi-circle-box-outline::before{content:"\F15DD"}.mdi-circle-double::before{content:"\F0E95"}.mdi-circle-edit-outline::before{content:"\F08D5"}.mdi-circle-expand::before{content:"\F0E96"}.mdi-circle-half::before{content:"\F1395"}.mdi-circle-half-full::before{content:"\F1396"}.mdi-circle-medium::before{content:"\F09DE"}.mdi-circle-multiple::before{content:"\F0B38"}.mdi-circle-multiple-outline::before{content:"\F0695"}.mdi-circle-off-outline::before{content:"\F10D3"}.mdi-circle-opacity::before{content:"\F1853"}.mdi-circle-outline::before{content:"\F0766"}.mdi-circle-slice-1::before{content:"\F0A9E"}.mdi-circle-slice-2::before{content:"\F0A9F"}.mdi-circle-slice-3::before{content:"\F0AA0"}.mdi-circle-slice-4::before{content:"\F0AA1"}.mdi-circle-slice-5::before{content:"\F0AA2"}.mdi-circle-slice-6::before{content:"\F0AA3"}.mdi-circle-slice-7::before{content:"\F0AA4"}.mdi-circle-slice-8::before{content:"\F0AA5"}.mdi-circle-small::before{content:"\F09DF"}.mdi-circular-saw::before{content:"\F0E22"}.mdi-city::before{content:"\F0146"}.mdi-city-variant::before{content:"\F0A36"}.mdi-city-variant-outline::before{content:"\F0A37"}.mdi-clipboard::before{content:"\F0147"}.mdi-clipboard-account::before{content:"\F0148"}.mdi-clipboard-account-outline::before{content:"\F0C55"}.mdi-clipboard-alert::before{content:"\F0149"}.mdi-clipboard-alert-outline::before{content:"\F0CF7"}.mdi-clipboard-arrow-down::before{content:"\F014A"}.mdi-clipboard-arrow-down-outline::before{content:"\F0C56"}.mdi-clipboard-arrow-left::before{content:"\F014B"}.mdi-clipboard-arrow-left-outline::before{content:"\F0CF8"}.mdi-clipboard-arrow-right::before{content:"\F0CF9"}.mdi-clipboard-arrow-right-outline::before{content:"\F0CFA"}.mdi-clipboard-arrow-up::before{content:"\F0C57"}.mdi-clipboard-arrow-up-outline::before{content:"\F0C58"}.mdi-clipboard-check::before{content:"\F014E"}.mdi-clipboard-check-multiple::before{content:"\F1263"}.mdi-clipboard-check-multiple-outline::before{content:"\F1264"}.mdi-clipboard-check-outline::before{content:"\F08A8"}.mdi-clipboard-clock::before{content:"\F16E2"}.mdi-clipboard-clock-outline::before{content:"\F16E3"}.mdi-clipboard-edit::before{content:"\F14E5"}.mdi-clipboard-edit-outline::before{content:"\F14E6"}.mdi-clipboard-file::before{content:"\F1265"}.mdi-clipboard-file-outline::before{content:"\F1266"}.mdi-clipboard-flow::before{content:"\F06C8"}.mdi-clipboard-flow-outline::before{content:"\F1117"}.mdi-clipboard-list::before{content:"\F10D4"}.mdi-clipboard-list-outline::before{content:"\F10D5"}.mdi-clipboard-minus::before{content:"\F1618"}.mdi-clipboard-minus-outline::before{content:"\F1619"}.mdi-clipboard-multiple::before{content:"\F1267"}.mdi-clipboard-multiple-outline::before{content:"\F1268"}.mdi-clipboard-off::before{content:"\F161A"}.mdi-clipboard-off-outline::before{content:"\F161B"}.mdi-clipboard-outline::before{content:"\F014C"}.mdi-clipboard-play::before{content:"\F0C59"}.mdi-clipboard-play-multiple::before{content:"\F1269"}.mdi-clipboard-play-multiple-outline::before{content:"\F126A"}.mdi-clipboard-play-outline::before{content:"\F0C5A"}.mdi-clipboard-plus::before{content:"\F0751"}.mdi-clipboard-plus-outline::before{content:"\F131F"}.mdi-clipboard-pulse::before{content:"\F085D"}.mdi-clipboard-pulse-outline::before{content:"\F085E"}.mdi-clipboard-remove::before{content:"\F161C"}.mdi-clipboard-remove-outline::before{content:"\F161D"}.mdi-clipboard-search::before{content:"\F161E"}.mdi-clipboard-search-outline::before{content:"\F161F"}.mdi-clipboard-text::before{content:"\F014D"}.mdi-clipboard-text-clock::before{content:"\F18F9"}.mdi-clipboard-text-clock-outline::before{content:"\F18FA"}.mdi-clipboard-text-multiple::before{content:"\F126B"}.mdi-clipboard-text-multiple-outline::before{content:"\F126C"}.mdi-clipboard-text-off::before{content:"\F1620"}.mdi-clipboard-text-off-outline::before{content:"\F1621"}.mdi-clipboard-text-outline::before{content:"\F0A38"}.mdi-clipboard-text-play::before{content:"\F0C5B"}.mdi-clipboard-text-play-outline::before{content:"\F0C5C"}.mdi-clipboard-text-search::before{content:"\F1622"}.mdi-clipboard-text-search-outline::before{content:"\F1623"}.mdi-clippy::before{content:"\F014F"}.mdi-clock::before{content:"\F0954"}.mdi-clock-alert::before{content:"\F0955"}.mdi-clock-alert-outline::before{content:"\F05CE"}.mdi-clock-check::before{content:"\F0FA8"}.mdi-clock-check-outline::before{content:"\F0FA9"}.mdi-clock-digital::before{content:"\F0E97"}.mdi-clock-edit::before{content:"\F19BA"}.mdi-clock-edit-outline::before{content:"\F19BB"}.mdi-clock-end::before{content:"\F0151"}.mdi-clock-fast::before{content:"\F0152"}.mdi-clock-in::before{content:"\F0153"}.mdi-clock-minus::before{content:"\F1863"}.mdi-clock-minus-outline::before{content:"\F1864"}.mdi-clock-out::before{content:"\F0154"}.mdi-clock-outline::before{content:"\F0150"}.mdi-clock-plus::before{content:"\F1861"}.mdi-clock-plus-outline::before{content:"\F1862"}.mdi-clock-remove::before{content:"\F1865"}.mdi-clock-remove-outline::before{content:"\F1866"}.mdi-clock-start::before{content:"\F0155"}.mdi-clock-time-eight::before{content:"\F1446"}.mdi-clock-time-eight-outline::before{content:"\F1452"}.mdi-clock-time-eleven::before{content:"\F1449"}.mdi-clock-time-eleven-outline::before{content:"\F1455"}.mdi-clock-time-five::before{content:"\F1443"}.mdi-clock-time-five-outline::before{content:"\F144F"}.mdi-clock-time-four::before{content:"\F1442"}.mdi-clock-time-four-outline::before{content:"\F144E"}.mdi-clock-time-nine::before{content:"\F1447"}.mdi-clock-time-nine-outline::before{content:"\F1453"}.mdi-clock-time-one::before{content:"\F143F"}.mdi-clock-time-one-outline::before{content:"\F144B"}.mdi-clock-time-seven::before{content:"\F1445"}.mdi-clock-time-seven-outline::before{content:"\F1451"}.mdi-clock-time-six::before{content:"\F1444"}.mdi-clock-time-six-outline::before{content:"\F1450"}.mdi-clock-time-ten::before{content:"\F1448"}.mdi-clock-time-ten-outline::before{content:"\F1454"}.mdi-clock-time-three::before{content:"\F1441"}.mdi-clock-time-three-outline::before{content:"\F144D"}.mdi-clock-time-twelve::before{content:"\F144A"}.mdi-clock-time-twelve-outline::before{content:"\F1456"}.mdi-clock-time-two::before{content:"\F1440"}.mdi-clock-time-two-outline::before{content:"\F144C"}.mdi-close::before{content:"\F0156"}.mdi-close-box::before{content:"\F0157"}.mdi-close-box-multiple::before{content:"\F0C5D"}.mdi-close-box-multiple-outline::before{content:"\F0C5E"}.mdi-close-box-outline::before{content:"\F0158"}.mdi-close-circle::before{content:"\F0159"}.mdi-close-circle-multiple::before{content:"\F062A"}.mdi-close-circle-multiple-outline::before{content:"\F0883"}.mdi-close-circle-outline::before{content:"\F015A"}.mdi-close-network::before{content:"\F015B"}.mdi-close-network-outline::before{content:"\F0C5F"}.mdi-close-octagon::before{content:"\F015C"}.mdi-close-octagon-outline::before{content:"\F015D"}.mdi-close-outline::before{content:"\F06C9"}.mdi-close-thick::before{content:"\F1398"}.mdi-closed-caption::before{content:"\F015E"}.mdi-closed-caption-outline::before{content:"\F0DBD"}.mdi-cloud::before{content:"\F015F"}.mdi-cloud-alert::before{content:"\F09E0"}.mdi-cloud-braces::before{content:"\F07B5"}.mdi-cloud-check::before{content:"\F0160"}.mdi-cloud-check-outline::before{content:"\F12CC"}.mdi-cloud-circle::before{content:"\F0161"}.mdi-cloud-download::before{content:"\F0162"}.mdi-cloud-download-outline::before{content:"\F0B7D"}.mdi-cloud-lock::before{content:"\F11F1"}.mdi-cloud-lock-outline::before{content:"\F11F2"}.mdi-cloud-off-outline::before{content:"\F0164"}.mdi-cloud-outline::before{content:"\F0163"}.mdi-cloud-print::before{content:"\F0165"}.mdi-cloud-print-outline::before{content:"\F0166"}.mdi-cloud-question::before{content:"\F0A39"}.mdi-cloud-refresh::before{content:"\F052A"}.mdi-cloud-search::before{content:"\F0956"}.mdi-cloud-search-outline::before{content:"\F0957"}.mdi-cloud-sync::before{content:"\F063F"}.mdi-cloud-sync-outline::before{content:"\F12D6"}.mdi-cloud-tags::before{content:"\F07B6"}.mdi-cloud-upload::before{content:"\F0167"}.mdi-cloud-upload-outline::before{content:"\F0B7E"}.mdi-clover::before{content:"\F0816"}.mdi-coach-lamp::before{content:"\F1020"}.mdi-coat-rack::before{content:"\F109E"}.mdi-code-array::before{content:"\F0168"}.mdi-code-braces::before{content:"\F0169"}.mdi-code-braces-box::before{content:"\F10D6"}.mdi-code-brackets::before{content:"\F016A"}.mdi-code-equal::before{content:"\F016B"}.mdi-code-greater-than::before{content:"\F016C"}.mdi-code-greater-than-or-equal::before{content:"\F016D"}.mdi-code-json::before{content:"\F0626"}.mdi-code-less-than::before{content:"\F016E"}.mdi-code-less-than-or-equal::before{content:"\F016F"}.mdi-code-not-equal::before{content:"\F0170"}.mdi-code-not-equal-variant::before{content:"\F0171"}.mdi-code-parentheses::before{content:"\F0172"}.mdi-code-parentheses-box::before{content:"\F10D7"}.mdi-code-string::before{content:"\F0173"}.mdi-code-tags::before{content:"\F0174"}.mdi-code-tags-check::before{content:"\F0694"}.mdi-codepen::before{content:"\F0175"}.mdi-coffee::before{content:"\F0176"}.mdi-coffee-maker::before{content:"\F109F"}.mdi-coffee-maker-check::before{content:"\F1931"}.mdi-coffee-maker-check-outline::before{content:"\F1932"}.mdi-coffee-maker-outline::before{content:"\F181B"}.mdi-coffee-off::before{content:"\F0FAA"}.mdi-coffee-off-outline::before{content:"\F0FAB"}.mdi-coffee-outline::before{content:"\F06CA"}.mdi-coffee-to-go::before{content:"\F0177"}.mdi-coffee-to-go-outline::before{content:"\F130E"}.mdi-coffin::before{content:"\F0B7F"}.mdi-cog::before{content:"\F0493"}.mdi-cog-box::before{content:"\F0494"}.mdi-cog-clockwise::before{content:"\F11DD"}.mdi-cog-counterclockwise::before{content:"\F11DE"}.mdi-cog-off::before{content:"\F13CE"}.mdi-cog-off-outline::before{content:"\F13CF"}.mdi-cog-outline::before{content:"\F08BB"}.mdi-cog-pause::before{content:"\F1933"}.mdi-cog-pause-outline::before{content:"\F1934"}.mdi-cog-play::before{content:"\F1935"}.mdi-cog-play-outline::before{content:"\F1936"}.mdi-cog-refresh::before{content:"\F145E"}.mdi-cog-refresh-outline::before{content:"\F145F"}.mdi-cog-stop::before{content:"\F1937"}.mdi-cog-stop-outline::before{content:"\F1938"}.mdi-cog-sync::before{content:"\F1460"}.mdi-cog-sync-outline::before{content:"\F1461"}.mdi-cog-transfer::before{content:"\F105B"}.mdi-cog-transfer-outline::before{content:"\F105C"}.mdi-cogs::before{content:"\F08D6"}.mdi-collage::before{content:"\F0640"}.mdi-collapse-all::before{content:"\F0AA6"}.mdi-collapse-all-outline::before{content:"\F0AA7"}.mdi-color-helper::before{content:"\F0179"}.mdi-comma::before{content:"\F0E23"}.mdi-comma-box::before{content:"\F0E2B"}.mdi-comma-box-outline::before{content:"\F0E24"}.mdi-comma-circle::before{content:"\F0E25"}.mdi-comma-circle-outline::before{content:"\F0E26"}.mdi-comment::before{content:"\F017A"}.mdi-comment-account::before{content:"\F017B"}.mdi-comment-account-outline::before{content:"\F017C"}.mdi-comment-alert::before{content:"\F017D"}.mdi-comment-alert-outline::before{content:"\F017E"}.mdi-comment-arrow-left::before{content:"\F09E1"}.mdi-comment-arrow-left-outline::before{content:"\F09E2"}.mdi-comment-arrow-right::before{content:"\F09E3"}.mdi-comment-arrow-right-outline::before{content:"\F09E4"}.mdi-comment-bookmark::before{content:"\F15AE"}.mdi-comment-bookmark-outline::before{content:"\F15AF"}.mdi-comment-check::before{content:"\F017F"}.mdi-comment-check-outline::before{content:"\F0180"}.mdi-comment-edit::before{content:"\F11BF"}.mdi-comment-edit-outline::before{content:"\F12C4"}.mdi-comment-eye::before{content:"\F0A3A"}.mdi-comment-eye-outline::before{content:"\F0A3B"}.mdi-comment-flash::before{content:"\F15B0"}.mdi-comment-flash-outline::before{content:"\F15B1"}.mdi-comment-minus::before{content:"\F15DF"}.mdi-comment-minus-outline::before{content:"\F15E0"}.mdi-comment-multiple::before{content:"\F085F"}.mdi-comment-multiple-outline::before{content:"\F0181"}.mdi-comment-off::before{content:"\F15E1"}.mdi-comment-off-outline::before{content:"\F15E2"}.mdi-comment-outline::before{content:"\F0182"}.mdi-comment-plus::before{content:"\F09E5"}.mdi-comment-plus-outline::before{content:"\F0183"}.mdi-comment-processing::before{content:"\F0184"}.mdi-comment-processing-outline::before{content:"\F0185"}.mdi-comment-question::before{content:"\F0817"}.mdi-comment-question-outline::before{content:"\F0186"}.mdi-comment-quote::before{content:"\F1021"}.mdi-comment-quote-outline::before{content:"\F1022"}.mdi-comment-remove::before{content:"\F05DE"}.mdi-comment-remove-outline::before{content:"\F0187"}.mdi-comment-search::before{content:"\F0A3C"}.mdi-comment-search-outline::before{content:"\F0A3D"}.mdi-comment-text::before{content:"\F0188"}.mdi-comment-text-multiple::before{content:"\F0860"}.mdi-comment-text-multiple-outline::before{content:"\F0861"}.mdi-comment-text-outline::before{content:"\F0189"}.mdi-compare::before{content:"\F018A"}.mdi-compare-horizontal::before{content:"\F1492"}.mdi-compare-remove::before{content:"\F18B3"}.mdi-compare-vertical::before{content:"\F1493"}.mdi-compass::before{content:"\F018B"}.mdi-compass-off::before{content:"\F0B80"}.mdi-compass-off-outline::before{content:"\F0B81"}.mdi-compass-outline::before{content:"\F018C"}.mdi-compass-rose::before{content:"\F1382"}.mdi-cone::before{content:"\F194C"}.mdi-cone-off::before{content:"\F194D"}.mdi-connection::before{content:"\F1616"}.mdi-console::before{content:"\F018D"}.mdi-console-line::before{content:"\F07B7"}.mdi-console-network::before{content:"\F08A9"}.mdi-console-network-outline::before{content:"\F0C60"}.mdi-consolidate::before{content:"\F10D8"}.mdi-contactless-payment::before{content:"\F0D6A"}.mdi-contactless-payment-circle::before{content:"\F0321"}.mdi-contactless-payment-circle-outline::before{content:"\F0408"}.mdi-contacts::before{content:"\F06CB"}.mdi-contacts-outline::before{content:"\F05B8"}.mdi-contain::before{content:"\F0A3E"}.mdi-contain-end::before{content:"\F0A3F"}.mdi-contain-start::before{content:"\F0A40"}.mdi-content-copy::before{content:"\F018F"}.mdi-content-cut::before{content:"\F0190"}.mdi mdi-content-copy::before{content:"\F0191"}.mdi-content-paste::before{content:"\F0192"}.mdi-content-save::before{content:"\F0193"}.mdi-content-save-alert::before{content:"\F0F42"}.mdi-content-save-alert-outline::before{content:"\F0F43"}.mdi-content-save-all::before{content:"\F0194"}.mdi-content-save-all-outline::before{content:"\F0F44"}.mdi-content-save-check::before{content:"\F18EA"}.mdi-content-save-check-outline::before{content:"\F18EB"}.mdi-content-save-cog::before{content:"\F145B"}.mdi-content-save-cog-outline::before{content:"\F145C"}.mdi-content-save-edit::before{content:"\F0CFB"}.mdi-content-save-edit-outline::before{content:"\F0CFC"}.mdi-content-save-move::before{content:"\F0E27"}.mdi-content-save-move-outline::before{content:"\F0E28"}.mdi-content-save-off::before{content:"\F1643"}.mdi-content-save-off-outline::before{content:"\F1644"}.mdi-content-save-outline::before{content:"\F0818"}.mdi-content-save-settings::before{content:"\F061B"}.mdi-content-save-settings-outline::before{content:"\F0B2E"}.mdi-contrast::before{content:"\F0195"}.mdi-contrast-box::before{content:"\F0196"}.mdi-contrast-circle::before{content:"\F0197"}.mdi-controller-classic::before{content:"\F0B82"}.mdi-controller-classic-outline::before{content:"\F0B83"}.mdi-cookie::before{content:"\F0198"}.mdi-cookie-alert::before{content:"\F16D0"}.mdi-cookie-alert-outline::before{content:"\F16D1"}.mdi-cookie-check::before{content:"\F16D2"}.mdi-cookie-check-outline::before{content:"\F16D3"}.mdi-cookie-clock::before{content:"\F16E4"}.mdi-cookie-clock-outline::before{content:"\F16E5"}.mdi-cookie-cog::before{content:"\F16D4"}.mdi-cookie-cog-outline::before{content:"\F16D5"}.mdi-cookie-edit::before{content:"\F16E6"}.mdi-cookie-edit-outline::before{content:"\F16E7"}.mdi-cookie-lock::before{content:"\F16E8"}.mdi-cookie-lock-outline::before{content:"\F16E9"}.mdi-cookie-minus::before{content:"\F16DA"}.mdi-cookie-minus-outline::before{content:"\F16DB"}.mdi-cookie-off::before{content:"\F16EA"}.mdi-cookie-off-outline::before{content:"\F16EB"}.mdi-cookie-outline::before{content:"\F16DE"}.mdi-cookie-plus::before{content:"\F16D6"}.mdi-cookie-plus-outline::before{content:"\F16D7"}.mdi-cookie-refresh::before{content:"\F16EC"}.mdi-cookie-refresh-outline::before{content:"\F16ED"}.mdi-cookie-remove::before{content:"\F16D8"}.mdi-cookie-remove-outline::before{content:"\F16D9"}.mdi-cookie-settings::before{content:"\F16DC"}.mdi-cookie-settings-outline::before{content:"\F16DD"}.mdi-coolant-temperature::before{content:"\F03C8"}.mdi-copyleft::before{content:"\F1939"}.mdi-copyright::before{content:"\F05E6"}.mdi-cordova::before{content:"\F0958"}.mdi-corn::before{content:"\F07B8"}.mdi-corn-off::before{content:"\F13EF"}.mdi-cosine-wave::before{content:"\F1479"}.mdi-counter::before{content:"\F0199"}.mdi-countertop::before{content:"\F181C"}.mdi-countertop-outline::before{content:"\F181D"}.mdi-cow::before{content:"\F019A"}.mdi-cow-off::before{content:"\F18FC"}.mdi-cpu-32-bit::before{content:"\F0EDF"}.mdi-cpu-64-bit::before{content:"\F0EE0"}.mdi-cradle::before{content:"\F198B"}.mdi-cradle-outline::before{content:"\F1991"}.mdi-crane::before{content:"\F0862"}.mdi-creation::before{content:"\F0674"}.mdi-creative-commons::before{content:"\F0D6B"}.mdi-credit-card::before{content:"\F0FEF"}.mdi-credit-card-check::before{content:"\F13D0"}.mdi-credit-card-check-outline::before{content:"\F13D1"}.mdi-credit-card-chip::before{content:"\F190F"}.mdi-credit-card-chip-outline::before{content:"\F1910"}.mdi-credit-card-clock::before{content:"\F0EE1"}.mdi-credit-card-clock-outline::before{content:"\F0EE2"}.mdi-credit-card-edit::before{content:"\F17D7"}.mdi-credit-card-edit-outline::before{content:"\F17D8"}.mdi-credit-card-fast::before{content:"\F1911"}.mdi-credit-card-fast-outline::before{content:"\F1912"}.mdi-credit-card-lock::before{content:"\F18E7"}.mdi-credit-card-lock-outline::before{content:"\F18E8"}.mdi-credit-card-marker::before{content:"\F06A8"}.mdi-credit-card-marker-outline::before{content:"\F0DBE"}.mdi-credit-card-minus::before{content:"\F0FAC"}.mdi-credit-card-minus-outline::before{content:"\F0FAD"}.mdi-credit-card-multiple::before{content:"\F0FF0"}.mdi-credit-card-multiple-outline::before{content:"\F019C"}.mdi-credit-card-off::before{content:"\F0FF1"}.mdi-credit-card-off-outline::before{content:"\F05E4"}.mdi-credit-card-outline::before{content:"\F019B"}.mdi-credit-card-plus::before{content:"\F0FF2"}.mdi-credit-card-plus-outline::before{content:"\F0676"}.mdi-credit-card-refresh::before{content:"\F1645"}.mdi-credit-card-refresh-outline::before{content:"\F1646"}.mdi-credit-card-refund::before{content:"\F0FF3"}.mdi-credit-card-refund-outline::before{content:"\F0AA8"}.mdi-credit-card-remove::before{content:"\F0FAE"}.mdi-credit-card-remove-outline::before{content:"\F0FAF"}.mdi-credit-card-scan::before{content:"\F0FF4"}.mdi-credit-card-scan-outline::before{content:"\F019D"}.mdi-credit-card-search::before{content:"\F1647"}.mdi-credit-card-search-outline::before{content:"\F1648"}.mdi-credit-card-settings::before{content:"\F0FF5"}.mdi-credit-card-settings-outline::before{content:"\F08D7"}.mdi-credit-card-sync::before{content:"\F1649"}.mdi-credit-card-sync-outline::before{content:"\F164A"}.mdi-credit-card-wireless::before{content:"\F0802"}.mdi-credit-card-wireless-off::before{content:"\F057A"}.mdi-credit-card-wireless-off-outline::before{content:"\F057B"}.mdi-credit-card-wireless-outline::before{content:"\F0D6C"}.mdi-cricket::before{content:"\F0D6D"}.mdi-crop::before{content:"\F019E"}.mdi-crop-free::before{content:"\F019F"}.mdi-crop-landscape::before{content:"\F01A0"}.mdi-crop-portrait::before{content:"\F01A1"}.mdi-crop-rotate::before{content:"\F0696"}.mdi-crop-square::before{content:"\F01A2"}.mdi-cross::before{content:"\F0953"}.mdi-cross-bolnisi::before{content:"\F0CED"}.mdi-cross-celtic::before{content:"\F0CF5"}.mdi-cross-outline::before{content:"\F0CF6"}.mdi-crosshairs::before{content:"\F01A3"}.mdi-crosshairs-gps::before{content:"\F01A4"}.mdi-crosshairs-off::before{content:"\F0F45"}.mdi-crosshairs-question::before{content:"\F1136"}.mdi-crowd::before{content:"\F1975"}.mdi-crown::before{content:"\F01A5"}.mdi-crown-circle::before{content:"\F17DC"}.mdi-crown-circle-outline::before{content:"\F17DD"}.mdi-crown-outline::before{content:"\F11D0"}.mdi-cryengine::before{content:"\F0959"}.mdi-crystal-ball::before{content:"\F0B2F"}.mdi-cube::before{content:"\F01A6"}.mdi-cube-off::before{content:"\F141C"}.mdi-cube-off-outline::before{content:"\F141D"}.mdi-cube-outline::before{content:"\F01A7"}.mdi-cube-scan::before{content:"\F0B84"}.mdi-cube-send::before{content:"\F01A8"}.mdi-cube-unfolded::before{content:"\F01A9"}.mdi-cup::before{content:"\F01AA"}.mdi-cup-off::before{content:"\F05E5"}.mdi-cup-off-outline::before{content:"\F137D"}.mdi-cup-outline::before{content:"\F130F"}.mdi-cup-water::before{content:"\F01AB"}.mdi-cupboard::before{content:"\F0F46"}.mdi-cupboard-outline::before{content:"\F0F47"}.mdi-cupcake::before{content:"\F095A"}.mdi-curling::before{content:"\F0863"}.mdi-currency-bdt::before{content:"\F0864"}.mdi-currency-brl::before{content:"\F0B85"}.mdi-currency-btc::before{content:"\F01AC"}.mdi-currency-cny::before{content:"\F07BA"}.mdi-currency-eth::before{content:"\F07BB"}.mdi-currency-eur::before{content:"\F01AD"}.mdi-currency-eur-off::before{content:"\F1315"}.mdi-currency-gbp::before{content:"\F01AE"}.mdi-currency-ils::before{content:"\F0C61"}.mdi-currency-inr::before{content:"\F01AF"}.mdi-currency-jpy::before{content:"\F07BC"}.mdi-currency-krw::before{content:"\F07BD"}.mdi-currency-kzt::before{content:"\F0865"}.mdi-currency-mnt::before{content:"\F1512"}.mdi-currency-ngn::before{content:"\F01B0"}.mdi-currency-php::before{content:"\F09E6"}.mdi-currency-rial::before{content:"\F0E9C"}.mdi-currency-rub::before{content:"\F01B1"}.mdi-currency-rupee::before{content:"\F1976"}.mdi-currency-sign::before{content:"\F07BE"}.mdi-currency-try::before{content:"\F01B2"}.mdi-currency-twd::before{content:"\F07BF"}.mdi-currency-usd::before{content:"\F01C1"}.mdi-currency-usd-off::before{content:"\F067A"}.mdi-current-ac::before{content:"\F1480"}.mdi-current-dc::before{content:"\F095C"}.mdi-cursor-default::before{content:"\F01C0"}.mdi-cursor-default-click::before{content:"\F0CFD"}.mdi-cursor-default-click-outline::before{content:"\F0CFE"}.mdi-cursor-default-gesture::before{content:"\F1127"}.mdi-cursor-default-gesture-outline::before{content:"\F1128"}.mdi-cursor-default-outline::before{content:"\F01BF"}.mdi-cursor-move::before{content:"\F01BE"}.mdi-cursor-pointer::before{content:"\F01BD"}.mdi-cursor-text::before{content:"\F05E7"}.mdi-curtains::before{content:"\F1846"}.mdi-curtains-closed::before{content:"\F1847"}.mdi-cylinder::before{content:"\F194E"}.mdi-cylinder-off::before{content:"\F194F"}.mdi-dance-ballroom::before{content:"\F15FB"}.mdi-dance-pole::before{content:"\F1578"}.mdi-data-matrix::before{content:"\F153C"}.mdi-data-matrix-edit::before{content:"\F153D"}.mdi-data-matrix-minus::before{content:"\F153E"}.mdi-data-matrix-plus::before{content:"\F153F"}.mdi-data-matrix-remove::before{content:"\F1540"}.mdi-data-matrix-scan::before{content:"\F1541"}.mdi-database::before{content:"\F01BC"}.mdi-database-alert::before{content:"\F163A"}.mdi-database-alert-outline::before{content:"\F1624"}.mdi-database-arrow-down::before{content:"\F163B"}.mdi-database-arrow-down-outline::before{content:"\F1625"}.mdi-database-arrow-left::before{content:"\F163C"}.mdi-database-arrow-left-outline::before{content:"\F1626"}.mdi-database-arrow-right::before{content:"\F163D"}.mdi-database-arrow-right-outline::before{content:"\F1627"}.mdi-database-arrow-up::before{content:"\F163E"}.mdi-database-arrow-up-outline::before{content:"\F1628"}.mdi-database-check::before{content:"\F0AA9"}.mdi-database-check-outline::before{content:"\F1629"}.mdi-database-clock::before{content:"\F163F"}.mdi-database-clock-outline::before{content:"\F162A"}.mdi-database-cog::before{content:"\F164B"}.mdi-database-cog-outline::before{content:"\F164C"}.mdi-database-edit::before{content:"\F0B86"}.mdi-database-edit-outline::before{content:"\F162B"}.mdi-database-export::before{content:"\F095E"}.mdi-database-export-outline::before{content:"\F162C"}.mdi-database-eye::before{content:"\F191F"}.mdi-database-eye-off::before{content:"\F1920"}.mdi-database-eye-off-outline::before{content:"\F1921"}.mdi-database-eye-outline::before{content:"\F1922"}.mdi-database-import::before{content:"\F095D"}.mdi-database-import-outline::before{content:"\F162D"}.mdi-database-lock::before{content:"\F0AAA"}.mdi-database-lock-outline::before{content:"\F162E"}.mdi-database-marker::before{content:"\F12F6"}.mdi-database-marker-outline::before{content:"\F162F"}.mdi-database-minus::before{content:"\F01BB"}.mdi-database-minus-outline::before{content:"\F1630"}.mdi-database-off::before{content:"\F1640"}.mdi-database-off-outline::before{content:"\F1631"}.mdi-database-outline::before{content:"\F1632"}.mdi-database-plus::before{content:"\F01BA"}.mdi-database-plus-outline::before{content:"\F1633"}.mdi-database-refresh::before{content:"\F05C2"}.mdi-database-refresh-outline::before{content:"\F1634"}.mdi-database-remove::before{content:"\F0D00"}.mdi-database-remove-outline::before{content:"\F1635"}.mdi-database-search::before{content:"\F0866"}.mdi-database-search-outline::before{content:"\F1636"}.mdi-database-settings::before{content:"\F0D01"}.mdi-database-settings-outline::before{content:"\F1637"}.mdi-database-sync::before{content:"\F0CFF"}.mdi-database-sync-outline::before{content:"\F1638"}.mdi-death-star::before{content:"\F08D8"}.mdi-death-star-variant::before{content:"\F08D9"}.mdi-deathly-hallows::before{content:"\F0B87"}.mdi-debian::before{content:"\F08DA"}.mdi-debug-step-into::before{content:"\F01B9"}.mdi-debug-step-out::before{content:"\F01B8"}.mdi-debug-step-over::before{content:"\F01B7"}.mdi-decagram::before{content:"\F076C"}.mdi-decagram-outline::before{content:"\F076D"}.mdi-decimal::before{content:"\F10A1"}.mdi-decimal-comma::before{content:"\F10A2"}.mdi-decimal-comma-decrease::before{content:"\F10A3"}.mdi-decimal-comma-increase::before{content:"\F10A4"}.mdi-decimal-decrease::before{content:"\F01B6"}.mdi-decimal-increase::before{content:"\F01B5"}.mdi-delete::before{content:"\F01B4"}.mdi-delete-alert::before{content:"\F10A5"}.mdi-delete-alert-outline::before{content:"\F10A6"}.mdi-delete-circle::before{content:"\F0683"}.mdi-delete-circle-outline::before{content:"\F0B88"}.mdi-delete-clock::before{content:"\F1556"}.mdi-delete-clock-outline::before{content:"\F1557"}.mdi-delete-empty::before{content:"\F06CC"}.mdi-delete-empty-outline::before{content:"\F0E9D"}.mdi-delete-forever::before{content:"\F05E8"}.mdi-delete-forever-outline::before{content:"\F0B89"}.mdi-delete-off::before{content:"\F10A7"}.mdi-delete-off-outline::before{content:"\F10A8"}.mdi-delete-outline::before{content:"\F09E7"}.mdi-delete-restore::before{content:"\F0819"}.mdi-delete-sweep::before{content:"\F05E9"}.mdi-delete-sweep-outline::before{content:"\F0C62"}.mdi-delete-variant::before{content:"\F01B3"}.mdi-delta::before{content:"\F01C2"}.mdi-desk::before{content:"\F1239"}.mdi-desk-lamp::before{content:"\F095F"}.mdi-deskphone::before{content:"\F01C3"}.mdi-desktop-classic::before{content:"\F07C0"}.mdi-desktop-mac::before{content:"\F01C4"}.mdi-desktop-mac-dashboard::before{content:"\F09E8"}.mdi-desktop-tower::before{content:"\F01C5"}.mdi-desktop-tower-monitor::before{content:"\F0AAB"}.mdi-details::before{content:"\F01C6"}.mdi-dev-to::before{content:"\F0D6E"}.mdi-developer-board::before{content:"\F0697"}.mdi-deviantart::before{content:"\F01C7"}.mdi-devices::before{content:"\F0FB0"}.mdi-dharmachakra::before{content:"\F094B"}.mdi-diabetes::before{content:"\F1126"}.mdi-dialpad::before{content:"\F061C"}.mdi-diameter::before{content:"\F0C63"}.mdi-diameter-outline::before{content:"\F0C64"}.mdi-diameter-variant::before{content:"\F0C65"}.mdi-diamond::before{content:"\F0B8A"}.mdi-diamond-outline::before{content:"\F0B8B"}.mdi-diamond-stone::before{content:"\F01C8"}.mdi-dice-1::before{content:"\F01CA"}.mdi-dice-1-outline::before{content:"\F114A"}.mdi-dice-2::before{content:"\F01CB"}.mdi-dice-2-outline::before{content:"\F114B"}.mdi-dice-3::before{content:"\F01CC"}.mdi-dice-3-outline::before{content:"\F114C"}.mdi-dice-4::before{content:"\F01CD"}.mdi-dice-4-outline::before{content:"\F114D"}.mdi-dice-5::before{content:"\F01CE"}.mdi-dice-5-outline::before{content:"\F114E"}.mdi-dice-6::before{content:"\F01CF"}.mdi-dice-6-outline::before{content:"\F114F"}.mdi-dice-d10::before{content:"\F1153"}.mdi-dice-d10-outline::before{content:"\F076F"}.mdi-dice-d12::before{content:"\F1154"}.mdi-dice-d12-outline::before{content:"\F0867"}.mdi-dice-d20::before{content:"\F1155"}.mdi-dice-d20-outline::before{content:"\F05EA"}.mdi-dice-d4::before{content:"\F1150"}.mdi-dice-d4-outline::before{content:"\F05EB"}.mdi-dice-d6::before{content:"\F1151"}.mdi-dice-d6-outline::before{content:"\F05ED"}.mdi-dice-d8::before{content:"\F1152"}.mdi-dice-d8-outline::before{content:"\F05EC"}.mdi-dice-multiple::before{content:"\F076E"}.mdi-dice-multiple-outline::before{content:"\F1156"}.mdi-digital-ocean::before{content:"\F1237"}.mdi-dip-switch::before{content:"\F07C1"}.mdi-directions::before{content:"\F01D0"}.mdi-directions-fork::before{content:"\F0641"}.mdi-disc::before{content:"\F05EE"}.mdi-disc-alert::before{content:"\F01D1"}.mdi-disc-player::before{content:"\F0960"}.mdi-discord::before{content:"\F066F"}.mdi-dishwasher::before{content:"\F0AAC"}.mdi-dishwasher-alert::before{content:"\F11B8"}.mdi-dishwasher-off::before{content:"\F11B9"}.mdi-disqus::before{content:"\F01D2"}.mdi-distribute-horizontal-center::before{content:"\F11C9"}.mdi-distribute-horizontal-left::before{content:"\F11C8"}.mdi-distribute-horizontal-right::before{content:"\F11CA"}.mdi-distribute-vertical-bottom::before{content:"\F11CB"}.mdi-distribute-vertical-center::before{content:"\F11CC"}.mdi-distribute-vertical-top::before{content:"\F11CD"}.mdi-diversify::before{content:"\F1877"}.mdi-diving::before{content:"\F1977"}.mdi-diving-flippers::before{content:"\F0DBF"}.mdi-diving-helmet::before{content:"\F0DC0"}.mdi-diving-scuba::before{content:"\F0DC1"}.mdi-diving-scuba-flag::before{content:"\F0DC2"}.mdi-diving-scuba-tank::before{content:"\F0DC3"}.mdi-diving-scuba-tank-multiple::before{content:"\F0DC4"}.mdi-diving-snorkel::before{content:"\F0DC5"}.mdi-division::before{content:"\F01D4"}.mdi-division-box::before{content:"\F01D5"}.mdi-dlna::before{content:"\F0A41"}.mdi-dna::before{content:"\F0684"}.mdi-dns::before{content:"\F01D6"}.mdi-dns-outline::before{content:"\F0B8C"}.mdi-dock-bottom::before{content:"\F10A9"}.mdi-dock-left::before{content:"\F10AA"}.mdi-dock-right::before{content:"\F10AB"}.mdi-dock-top::before{content:"\F1513"}.mdi-dock-window::before{content:"\F10AC"}.mdi-docker::before{content:"\F0868"}.mdi-doctor::before{content:"\F0A42"}.mdi-dog::before{content:"\F0A43"}.mdi-dog-service::before{content:"\F0AAD"}.mdi-dog-side::before{content:"\F0A44"}.mdi-dog-side-off::before{content:"\F16EE"}.mdi-dolby::before{content:"\F06B3"}.mdi-dolly::before{content:"\F0E9E"}.mdi-dolphin::before{content:"\F18B4"}.mdi-domain::before{content:"\F01D7"}.mdi-domain-off::before{content:"\F0D6F"}.mdi-domain-plus::before{content:"\F10AD"}.mdi-domain-remove::before{content:"\F10AE"}.mdi-dome-light::before{content:"\F141E"}.mdi-domino-mask::before{content:"\F1023"}.mdi-donkey::before{content:"\F07C2"}.mdi-door::before{content:"\F081A"}.mdi-door-closed::before{content:"\F081B"}.mdi-door-closed-lock::before{content:"\F10AF"}.mdi-door-open::before{content:"\F081C"}.mdi-door-sliding::before{content:"\F181E"}.mdi-door-sliding-lock::before{content:"\F181F"}.mdi-door-sliding-open::before{content:"\F1820"}.mdi-doorbell::before{content:"\F12E6"}.mdi-doorbell-video::before{content:"\F0869"}.mdi-dot-net::before{content:"\F0AAE"}.mdi-dots-circle::before{content:"\F1978"}.mdi-dots-grid::before{content:"\F15FC"}.mdi-dots-hexagon::before{content:"\F15FF"}.mdi-dots-horizontal::before{content:"\F01D8"}.mdi-dots-horizontal-circle::before{content:"\F07C3"}.mdi-dots-horizontal-circle-outline::before{content:"\F0B8D"}.mdi-dots-square::before{content:"\F15FD"}.mdi-dots-triangle::before{content:"\F15FE"}.mdi-dots-vertical::before{content:"\F01D9"}.mdi-dots-vertical-circle::before{content:"\F07C4"}.mdi-dots-vertical-circle-outline::before{content:"\F0B8E"}.mdi-download::before{content:"\F01DA"}.mdi-download-box::before{content:"\F1462"}.mdi-download-box-outline::before{content:"\F1463"}.mdi-download-circle::before{content:"\F1464"}.mdi-download-circle-outline::before{content:"\F1465"}.mdi-download-lock::before{content:"\F1320"}.mdi-download-lock-outline::before{content:"\F1321"}.mdi-download-multiple::before{content:"\F09E9"}.mdi-download-network::before{content:"\F06F4"}.mdi-download-network-outline::before{content:"\F0C66"}.mdi-download-off::before{content:"\F10B0"}.mdi-download-off-outline::before{content:"\F10B1"}.mdi-download-outline::before{content:"\F0B8F"}.mdi-drag::before{content:"\F01DB"}.mdi-drag-horizontal::before{content:"\F01DC"}.mdi-drag-horizontal-variant::before{content:"\F12F0"}.mdi-drag-variant::before{content:"\F0B90"}.mdi-drag-vertical::before{content:"\F01DD"}.mdi-drag-vertical-variant::before{content:"\F12F1"}.mdi-drama-masks::before{content:"\F0D02"}.mdi-draw::before{content:"\F0F49"}.mdi-draw-pen::before{content:"\F19B9"}.mdi-drawing::before{content:"\F01DE"}.mdi-drawing-box::before{content:"\F01DF"}.mdi-dresser::before{content:"\F0F4A"}.mdi-dresser-outline::before{content:"\F0F4B"}.mdi-drone::before{content:"\F01E2"}.mdi-dropbox::before{content:"\F01E3"}.mdi-drupal::before{content:"\F01E4"}.mdi-duck::before{content:"\F01E5"}.mdi-dumbbell::before{content:"\F01E6"}.mdi-dump-truck::before{content:"\F0C67"}.mdi-ear-hearing::before{content:"\F07C5"}.mdi-ear-hearing-off::before{content:"\F0A45"}.mdi-earbuds::before{content:"\F184F"}.mdi-earbuds-off::before{content:"\F1850"}.mdi-earbuds-off-outline::before{content:"\F1851"}.mdi-earbuds-outline::before{content:"\F1852"}.mdi-earth::before{content:"\F01E7"}.mdi-earth-arrow-right::before{content:"\F1311"}.mdi-earth-box::before{content:"\F06CD"}.mdi-earth-box-minus::before{content:"\F1407"}.mdi-earth-box-off::before{content:"\F06CE"}.mdi-earth-box-plus::before{content:"\F1406"}.mdi-earth-box-remove::before{content:"\F1408"}.mdi-earth-minus::before{content:"\F1404"}.mdi-earth-off::before{content:"\F01E8"}.mdi-earth-plus::before{content:"\F1403"}.mdi-earth-remove::before{content:"\F1405"}.mdi-egg::before{content:"\F0AAF"}.mdi-egg-easter::before{content:"\F0AB0"}.mdi-egg-fried::before{content:"\F184A"}.mdi-egg-off::before{content:"\F13F0"}.mdi-egg-off-outline::before{content:"\F13F1"}.mdi-egg-outline::before{content:"\F13F2"}.mdi-eiffel-tower::before{content:"\F156B"}.mdi-eight-track::before{content:"\F09EA"}.mdi-eject::before{content:"\F01EA"}.mdi-eject-outline::before{content:"\F0B91"}.mdi-electric-switch::before{content:"\F0E9F"}.mdi-electric-switch-closed::before{content:"\F10D9"}.mdi-electron-framework::before{content:"\F1024"}.mdi-elephant::before{content:"\F07C6"}.mdi-elevation-decline::before{content:"\F01EB"}.mdi-elevation-rise::before{content:"\F01EC"}.mdi-elevator::before{content:"\F01ED"}.mdi-elevator-down::before{content:"\F12C2"}.mdi-elevator-passenger::before{content:"\F1381"}.mdi-elevator-passenger-off::before{content:"\F1979"}.mdi-elevator-passenger-off-outline::before{content:"\F197A"}.mdi-elevator-passenger-outline::before{content:"\F197B"}.mdi-elevator-up::before{content:"\F12C1"}.mdi-ellipse::before{content:"\F0EA0"}.mdi-ellipse-outline::before{content:"\F0EA1"}.mdi-email::before{content:"\F01EE"}.mdi-email-alert::before{content:"\F06CF"}.mdi-email-alert-outline::before{content:"\F0D42"}.mdi-email-box::before{content:"\F0D03"}.mdi-email-check::before{content:"\F0AB1"}.mdi-email-check-outline::before{content:"\F0AB2"}.mdi-email-edit::before{content:"\F0EE3"}.mdi-email-edit-outline::before{content:"\F0EE4"}.mdi-email-fast::before{content:"\F186F"}.mdi-email-fast-outline::before{content:"\F1870"}.mdi-email-lock::before{content:"\F01F1"}.mdi-email-mark-as-unread::before{content:"\F0B92"}.mdi-email-minus::before{content:"\F0EE5"}.mdi-email-minus-outline::before{content:"\F0EE6"}.mdi-email-multiple::before{content:"\F0EE7"}.mdi-email-multiple-outline::before{content:"\F0EE8"}.mdi-email-newsletter::before{content:"\F0FB1"}.mdi-email-off::before{content:"\F13E3"}.mdi-email-off-outline::before{content:"\F13E4"}.mdi-email-open::before{content:"\F01EF"}.mdi-email-open-multiple::before{content:"\F0EE9"}.mdi-email-open-multiple-outline::before{content:"\F0EEA"}.mdi-email-open-outline::before{content:"\F05EF"}.mdi-email-outline::before{content:"\F01F0"}.mdi-email-plus::before{content:"\F09EB"}.mdi-email-plus-outline::before{content:"\F09EC"}.mdi-email-receive::before{content:"\F10DA"}.mdi-email-receive-outline::before{content:"\F10DB"}.mdi-email-remove::before{content:"\F1661"}.mdi-email-remove-outline::before{content:"\F1662"}.mdi-email-seal::before{content:"\F195B"}.mdi-email-seal-outline::before{content:"\F195C"}.mdi-email-search::before{content:"\F0961"}.mdi-email-search-outline::before{content:"\F0962"}.mdi-email-send::before{content:"\F10DC"}.mdi-email-send-outline::before{content:"\F10DD"}.mdi-email-sync::before{content:"\F12C7"}.mdi-email-sync-outline::before{content:"\F12C8"}.mdi-email-variant::before{content:"\F05F0"}.mdi-ember::before{content:"\F0B30"}.mdi-emby::before{content:"\F06B4"}.mdi-emoticon::before{content:"\F0C68"}.mdi-emoticon-angry::before{content:"\F0C69"}.mdi-emoticon-angry-outline::before{content:"\F0C6A"}.mdi-emoticon-confused::before{content:"\F10DE"}.mdi-emoticon-confused-outline::before{content:"\F10DF"}.mdi-emoticon-cool::before{content:"\F0C6B"}.mdi-emoticon-cool-outline::before{content:"\F01F3"}.mdi-emoticon-cry::before{content:"\F0C6C"}.mdi-emoticon-cry-outline::before{content:"\F0C6D"}.mdi-emoticon-dead::before{content:"\F0C6E"}.mdi-emoticon-dead-outline::before{content:"\F069B"}.mdi-emoticon-devil::before{content:"\F0C6F"}.mdi-emoticon-devil-outline::before{content:"\F01F4"}.mdi-emoticon-excited::before{content:"\F0C70"}.mdi-emoticon-excited-outline::before{content:"\F069C"}.mdi-emoticon-frown::before{content:"\F0F4C"}.mdi-emoticon-frown-outline::before{content:"\F0F4D"}.mdi-emoticon-happy::before{content:"\F0C71"}.mdi-emoticon-happy-outline::before{content:"\F01F5"}.mdi-emoticon-kiss::before{content:"\F0C72"}.mdi-emoticon-kiss-outline::before{content:"\F0C73"}.mdi-emoticon-lol::before{content:"\F1214"}.mdi-emoticon-lol-outline::before{content:"\F1215"}.mdi-emoticon-neutral::before{content:"\F0C74"}.mdi-emoticon-neutral-outline::before{content:"\F01F6"}.mdi-emoticon-outline::before{content:"\F01F2"}.mdi-emoticon-poop::before{content:"\F01F7"}.mdi-emoticon-poop-outline::before{content:"\F0C75"}.mdi-emoticon-sad::before{content:"\F0C76"}.mdi-emoticon-sad-outline::before{content:"\F01F8"}.mdi-emoticon-sick::before{content:"\F157C"}.mdi-emoticon-sick-outline::before{content:"\F157D"}.mdi-emoticon-tongue::before{content:"\F01F9"}.mdi-emoticon-tongue-outline::before{content:"\F0C77"}.mdi-emoticon-wink::before{content:"\F0C78"}.mdi-emoticon-wink-outline::before{content:"\F0C79"}.mdi-engine::before{content:"\F01FA"}.mdi-engine-off::before{content:"\F0A46"}.mdi-engine-off-outline::before{content:"\F0A47"}.mdi-engine-outline::before{content:"\F01FB"}.mdi-epsilon::before{content:"\F10E0"}.mdi-equal::before{content:"\F01FC"}.mdi-equal-box::before{content:"\F01FD"}.mdi-equalizer::before{content:"\F0EA2"}.mdi-equalizer-outline::before{content:"\F0EA3"}.mdi-eraser::before{content:"\F01FE"}.mdi-eraser-variant::before{content:"\F0642"}.mdi-escalator::before{content:"\F01FF"}.mdi-escalator-box::before{content:"\F1399"}.mdi-escalator-down::before{content:"\F12C0"}.mdi-escalator-up::before{content:"\F12BF"}.mdi-eslint::before{content:"\F0C7A"}.mdi-et::before{content:"\F0AB3"}.mdi-ethereum::before{content:"\F086A"}.mdi-ethernet::before{content:"\F0200"}.mdi-ethernet-cable::before{content:"\F0201"}.mdi-ethernet-cable-off::before{content:"\F0202"}.mdi-ev-plug-ccs1::before{content:"\F1519"}.mdi-ev-plug-ccs2::before{content:"\F151A"}.mdi-ev-plug-chademo::before{content:"\F151B"}.mdi-ev-plug-tesla::before{content:"\F151C"}.mdi-ev-plug-type1::before{content:"\F151D"}.mdi-ev-plug-type2::before{content:"\F151E"}.mdi-ev-station::before{content:"\F05F1"}.mdi-evernote::before{content:"\F0204"}.mdi-excavator::before{content:"\F1025"}.mdi-exclamation::before{content:"\F0205"}.mdi-exclamation-thick::before{content:"\F1238"}.mdi-exit-run::before{content:"\F0A48"}.mdi-exit-to-app::before{content:"\F0206"}.mdi-expand-all::before{content:"\F0AB4"}.mdi-expand-all-outline::before{content:"\F0AB5"}.mdi-expansion-card::before{content:"\F08AE"}.mdi-expansion-card-variant::before{content:"\F0FB2"}.mdi-exponent::before{content:"\F0963"}.mdi-exponent-box::before{content:"\F0964"}.mdi-export::before{content:"\F0207"}.mdi-export-variant::before{content:"\F0B93"}.mdi-eye::before{content:"\F0208"}.mdi-eye-arrow-left::before{content:"\F18FD"}.mdi-eye-arrow-left-outline::before{content:"\F18FE"}.mdi-eye-arrow-right::before{content:"\F18FF"}.mdi-eye-arrow-right-outline::before{content:"\F1900"}.mdi-eye-check::before{content:"\F0D04"}.mdi-eye-check-outline::before{content:"\F0D05"}.mdi-eye-circle::before{content:"\F0B94"}.mdi-eye-circle-outline::before{content:"\F0B95"}.mdi-eye-minus::before{content:"\F1026"}.mdi-eye-minus-outline::before{content:"\F1027"}.mdi-eye-off::before{content:"\F0209"}.mdi-eye-off-outline::before{content:"\F06D1"}.mdi-eye-outline::before{content:"\F06D0"}.mdi-eye-plus::before{content:"\F086B"}.mdi-eye-plus-outline::before{content:"\F086C"}.mdi-eye-refresh::before{content:"\F197C"}.mdi-eye-refresh-outline::before{content:"\F197D"}.mdi-eye-remove::before{content:"\F15E3"}.mdi-eye-remove-outline::before{content:"\F15E4"}.mdi-eye-settings::before{content:"\F086D"}.mdi-eye-settings-outline::before{content:"\F086E"}.mdi-eyedropper::before{content:"\F020A"}.mdi-eyedropper-minus::before{content:"\F13DD"}.mdi-eyedropper-off::before{content:"\F13DF"}.mdi-eyedropper-plus::before{content:"\F13DC"}.mdi-eyedropper-remove::before{content:"\F13DE"}.mdi-eyedropper-variant::before{content:"\F020B"}.mdi-face-agent::before{content:"\F0D70"}.mdi-face-man::before{content:"\F0643"}.mdi-face-man-outline::before{content:"\F0B96"}.mdi-face-man-profile::before{content:"\F0644"}.mdi-face-man-shimmer::before{content:"\F15CC"}.mdi-face-man-shimmer-outline::before{content:"\F15CD"}.mdi-face-mask::before{content:"\F1586"}.mdi-face-mask-outline::before{content:"\F1587"}.mdi-face-recognition::before{content:"\F0C7B"}.mdi-face-woman::before{content:"\F1077"}.mdi-face-woman-outline::before{content:"\F1078"}.mdi-face-woman-profile::before{content:"\F1076"}.mdi-face-woman-shimmer::before{content:"\F15CE"}.mdi-face-woman-shimmer-outline::before{content:"\F15CF"}.mdi-facebook::before{content:"\F020C"}.mdi-facebook-gaming::before{content:"\F07DD"}.mdi-facebook-messenger::before{content:"\F020E"}.mdi-facebook-workplace::before{content:"\F0B31"}.mdi-factory::before{content:"\F020F"}.mdi-family-tree::before{content:"\F160E"}.mdi-fan::before{content:"\F0210"}.mdi-fan-alert::before{content:"\F146C"}.mdi-fan-auto::before{content:"\F171D"}.mdi-fan-chevron-down::before{content:"\F146D"}.mdi-fan-chevron-up::before{content:"\F146E"}.mdi-fan-minus::before{content:"\F1470"}.mdi-fan-off::before{content:"\F081D"}.mdi-fan-plus::before{content:"\F146F"}.mdi-fan-remove::before{content:"\F1471"}.mdi-fan-speed-1::before{content:"\F1472"}.mdi-fan-speed-2::before{content:"\F1473"}.mdi-fan-speed-3::before{content:"\F1474"}.mdi-fast-forward::before{content:"\F0211"}.mdi-fast-forward-10::before{content:"\F0D71"}.mdi-fast-forward-15::before{content:"\F193A"}.mdi-fast-forward-30::before{content:"\F0D06"}.mdi-fast-forward-5::before{content:"\F11F8"}.mdi-fast-forward-60::before{content:"\F160B"}.mdi-fast-forward-outline::before{content:"\F06D2"}.mdi-fax::before{content:"\F0212"}.mdi-feather::before{content:"\F06D3"}.mdi-feature-search::before{content:"\F0A49"}.mdi-feature-search-outline::before{content:"\F0A4A"}.mdi-fedora::before{content:"\F08DB"}.mdi-fence::before{content:"\F179A"}.mdi-fence-electric::before{content:"\F17F6"}.mdi-fencing::before{content:"\F14C1"}.mdi-ferris-wheel::before{content:"\F0EA4"}.mdi-ferry::before{content:"\F0213"}.mdi-file::before{content:"\F0214"}.mdi-file-account::before{content:"\F073B"}.mdi-file-account-outline::before{content:"\F1028"}.mdi-file-alert::before{content:"\F0A4B"}.mdi-file-alert-outline::before{content:"\F0A4C"}.mdi-file-cabinet::before{content:"\F0AB6"}.mdi-file-cad::before{content:"\F0EEB"}.mdi-file-cad-box::before{content:"\F0EEC"}.mdi-file-cancel::before{content:"\F0DC6"}.mdi-file-cancel-outline::before{content:"\F0DC7"}.mdi-file-certificate::before{content:"\F1186"}.mdi-file-certificate-outline::before{content:"\F1187"}.mdi-file-chart::before{content:"\F0215"}.mdi-file-chart-outline::before{content:"\F1029"}.mdi-file-check::before{content:"\F0216"}.mdi-file-check-outline::before{content:"\F0E29"}.mdi-file-clock::before{content:"\F12E1"}.mdi-file-clock-outline::before{content:"\F12E2"}.mdi-file-cloud::before{content:"\F0217"}.mdi-file-cloud-outline::before{content:"\F102A"}.mdi-file-code::before{content:"\F022E"}.mdi-file-code-outline::before{content:"\F102B"}.mdi-file-cog::before{content:"\F107B"}.mdi-file-cog-outline::before{content:"\F107C"}.mdi-file-compare::before{content:"\F08AA"}.mdi-file-delimited::before{content:"\F0218"}.mdi-file-delimited-outline::before{content:"\F0EA5"}.mdi-file-document::before{content:"\F0219"}.mdi-file-document-edit::before{content:"\F0DC8"}.mdi-file-document-edit-outline::before{content:"\F0DC9"}.mdi-file-document-multiple::before{content:"\F1517"}.mdi-file-document-multiple-outline::before{content:"\F1518"}.mdi-file-document-outline::before{content:"\F09EE"}.mdi-file-download::before{content:"\F0965"}.mdi-file-download-outline::before{content:"\F0966"}.mdi-file-edit::before{content:"\F11E7"}.mdi-file-edit-outline::before{content:"\F11E8"}.mdi-file-excel::before{content:"\F021B"}.mdi-file-excel-box::before{content:"\F021C"}.mdi-file-excel-box-outline::before{content:"\F102C"}.mdi-file-excel-outline::before{content:"\F102D"}.mdi-file-export::before{content:"\F021D"}.mdi-file-export-outline::before{content:"\F102E"}.mdi-file-eye::before{content:"\F0DCA"}.mdi-file-eye-outline::before{content:"\F0DCB"}.mdi-file-find::before{content:"\F021E"}.mdi-file-find-outline::before{content:"\F0B97"}.mdi-file-gif-box::before{content:"\F0D78"}.mdi-file-hidden::before{content:"\F0613"}.mdi-file-image::before{content:"\F021F"}.mdi-file-image-marker::before{content:"\F1772"}.mdi-file-image-marker-outline::before{content:"\F1773"}.mdi-file-image-minus::before{content:"\F193B"}.mdi-file-image-minus-outline::before{content:"\F193C"}.mdi-file-image-outline::before{content:"\F0EB0"}.mdi-file-image-plus::before{content:"\F193D"}.mdi-file-image-plus-outline::before{content:"\F193E"}.mdi-file-image-remove::before{content:"\F193F"}.mdi-file-image-remove-outline::before{content:"\F1940"}.mdi-file-import::before{content:"\F0220"}.mdi-file-import-outline::before{content:"\F102F"}.mdi-file-jpg-box::before{content:"\F0225"}.mdi-file-key::before{content:"\F1184"}.mdi-file-key-outline::before{content:"\F1185"}.mdi-file-link::before{content:"\F1177"}.mdi-file-link-outline::before{content:"\F1178"}.mdi-file-lock::before{content:"\F0221"}.mdi-file-lock-outline::before{content:"\F1030"}.mdi-file-marker::before{content:"\F1774"}.mdi-file-marker-outline::before{content:"\F1775"}.mdi-file-move::before{content:"\F0AB9"}.mdi-file-move-outline::before{content:"\F1031"}.mdi-file-multiple::before{content:"\F0222"}.mdi-file-multiple-outline::before{content:"\F1032"}.mdi-file-music::before{content:"\F0223"}.mdi-file-music-outline::before{content:"\F0E2A"}.mdi-file-outline::before{content:"\F0224"}.mdi-file-pdf-box::before{content:"\F0226"}.mdi-file-percent::before{content:"\F081E"}.mdi-file-percent-outline::before{content:"\F1033"}.mdi-file-phone::before{content:"\F1179"}.mdi-file-phone-outline::before{content:"\F117A"}.mdi-file-plus::before{content:"\F0752"}.mdi-file-plus-outline::before{content:"\F0EED"}.mdi-file-png-box::before{content:"\F0E2D"}.mdi-file-powerpoint::before{content:"\F0227"}.mdi-file-powerpoint-box::before{content:"\F0228"}.mdi-file-powerpoint-box-outline::before{content:"\F1034"}.mdi-file-powerpoint-outline::before{content:"\F1035"}.mdi-file-presentation-box::before{content:"\F0229"}.mdi-file-question::before{content:"\F086F"}.mdi-file-question-outline::before{content:"\F1036"}.mdi-file-refresh::before{content:"\F0918"}.mdi-file-refresh-outline::before{content:"\F0541"}.mdi-file-remove::before{content:"\F0B98"}.mdi-file-remove-outline::before{content:"\F1037"}.mdi-file-replace::before{content:"\F0B32"}.mdi-file-replace-outline::before{content:"\F0B33"}.mdi-file-restore::before{content:"\F0670"}.mdi-file-restore-outline::before{content:"\F1038"}.mdi-file-search::before{content:"\F0C7C"}.mdi-file-search-outline::before{content:"\F0C7D"}.mdi-file-send::before{content:"\F022A"}.mdi-file-send-outline::before{content:"\F1039"}.mdi-file-settings::before{content:"\F1079"}.mdi-file-settings-outline::before{content:"\F107A"}.mdi-file-sign::before{content:"\F19C3"}.mdi-file-star::before{content:"\F103A"}.mdi-file-star-outline::before{content:"\F103B"}.mdi-file-swap::before{content:"\F0FB4"}.mdi-file-swap-outline::before{content:"\F0FB5"}.mdi-file-sync::before{content:"\F1216"}.mdi-file-sync-outline::before{content:"\F1217"}.mdi-file-table::before{content:"\F0C7E"}.mdi-file-table-box::before{content:"\F10E1"}.mdi-file-table-box-multiple::before{content:"\F10E2"}.mdi-file-table-box-multiple-outline::before{content:"\F10E3"}.mdi-file-table-box-outline::before{content:"\F10E4"}.mdi-file-table-outline::before{content:"\F0C7F"}.mdi-file-tree::before{content:"\F0645"}.mdi-file-tree-outline::before{content:"\F13D2"}.mdi-file-undo::before{content:"\F08DC"}.mdi-file-undo-outline::before{content:"\F103C"}.mdi-file-upload::before{content:"\F0A4D"}.mdi-file-upload-outline::before{content:"\F0A4E"}.mdi-file-video::before{content:"\F022B"}.mdi-file-video-outline::before{content:"\F0E2C"}.mdi-file-word::before{content:"\F022C"}.mdi-file-word-box::before{content:"\F022D"}.mdi-file-word-box-outline::before{content:"\F103D"}.mdi-file-word-outline::before{content:"\F103E"}.mdi-film::before{content:"\F022F"}.mdi-filmstrip::before{content:"\F0230"}.mdi-filmstrip-box::before{content:"\F0332"}.mdi-filmstrip-box-multiple::before{content:"\F0D18"}.mdi-filmstrip-off::before{content:"\F0231"}.mdi-filter::before{content:"\F0232"}.mdi-filter-check::before{content:"\F18EC"}.mdi-filter-check-outline::before{content:"\F18ED"}.mdi-filter-menu::before{content:"\F10E5"}.mdi-filter-menu-outline::before{content:"\F10E6"}.mdi-filter-minus::before{content:"\F0EEE"}.mdi-filter-minus-outline::before{content:"\F0EEF"}.mdi-filter-off::before{content:"\F14EF"}.mdi-filter-off-outline::before{content:"\F14F0"}.mdi-filter-outline::before{content:"\F0233"}.mdi-filter-plus::before{content:"\F0EF0"}.mdi-filter-plus-outline::before{content:"\F0EF1"}.mdi-filter-remove::before{content:"\F0234"}.mdi-filter-remove-outline::before{content:"\F0235"}.mdi-filter-variant::before{content:"\F0236"}.mdi-filter-variant-minus::before{content:"\F1112"}.mdi-filter-variant-plus::before{content:"\F1113"}.mdi-filter-variant-remove::before{content:"\F103F"}.mdi-finance::before{content:"\F081F"}.mdi-find-replace::before{content:"\F06D4"}.mdi-fingerprint::before{content:"\F0237"}.mdi-fingerprint-off::before{content:"\F0EB1"}.mdi-fire::before{content:"\F0238"}.mdi-fire-alert::before{content:"\F15D7"}.mdi-fire-circle::before{content:"\F1807"}.mdi-fire-extinguisher::before{content:"\F0EF2"}.mdi-fire-hydrant::before{content:"\F1137"}.mdi-fire-hydrant-alert::before{content:"\F1138"}.mdi-fire-hydrant-off::before{content:"\F1139"}.mdi-fire-off::before{content:"\F1722"}.mdi-fire-truck::before{content:"\F08AB"}.mdi-firebase::before{content:"\F0967"}.mdi-firefox::before{content:"\F0239"}.mdi-fireplace::before{content:"\F0E2E"}.mdi-fireplace-off::before{content:"\F0E2F"}.mdi-firewire::before{content:"\F05BE"}.mdi-firework::before{content:"\F0E30"}.mdi-firework-off::before{content:"\F1723"}.mdi-fish::before{content:"\F023A"}.mdi-fish-off::before{content:"\F13F3"}.mdi-fishbowl::before{content:"\F0EF3"}.mdi-fishbowl-outline::before{content:"\F0EF4"}.mdi-fit-to-page::before{content:"\F0EF5"}.mdi-fit-to-page-outline::before{content:"\F0EF6"}.mdi-fit-to-screen::before{content:"\F18F4"}.mdi-fit-to-screen-outline::before{content:"\F18F5"}.mdi-flag::before{content:"\F023B"}.mdi-flag-checkered::before{content:"\F023C"}.mdi-flag-minus::before{content:"\F0B99"}.mdi-flag-minus-outline::before{content:"\F10B2"}.mdi-flag-off::before{content:"\F18EE"}.mdi-flag-off-outline::before{content:"\F18EF"}.mdi-flag-outline::before{content:"\F023D"}.mdi-flag-plus::before{content:"\F0B9A"}.mdi-flag-plus-outline::before{content:"\F10B3"}.mdi-flag-remove::before{content:"\F0B9B"}.mdi-flag-remove-outline::before{content:"\F10B4"}.mdi-flag-triangle::before{content:"\F023F"}.mdi-flag-variant::before{content:"\F0240"}.mdi-flag-variant-outline::before{content:"\F023E"}.mdi-flare::before{content:"\F0D72"}.mdi-flash::before{content:"\F0241"}.mdi-flash-alert::before{content:"\F0EF7"}.mdi-flash-alert-outline::before{content:"\F0EF8"}.mdi-flash-auto::before{content:"\F0242"}.mdi-flash-off::before{content:"\F0243"}.mdi-flash-outline::before{content:"\F06D5"}.mdi-flash-red-eye::before{content:"\F067B"}.mdi-flashlight::before{content:"\F0244"}.mdi-flashlight-off::before{content:"\F0245"}.mdi-flask::before{content:"\F0093"}.mdi-flask-empty::before{content:"\F0094"}.mdi-flask-empty-minus::before{content:"\F123A"}.mdi-flask-empty-minus-outline::before{content:"\F123B"}.mdi-flask-empty-off::before{content:"\F13F4"}.mdi-flask-empty-off-outline::before{content:"\F13F5"}.mdi-flask-empty-outline::before{content:"\F0095"}.mdi-flask-empty-plus::before{content:"\F123C"}.mdi-flask-empty-plus-outline::before{content:"\F123D"}.mdi-flask-empty-remove::before{content:"\F123E"}.mdi-flask-empty-remove-outline::before{content:"\F123F"}.mdi-flask-minus::before{content:"\F1240"}.mdi-flask-minus-outline::before{content:"\F1241"}.mdi-flask-off::before{content:"\F13F6"}.mdi-flask-off-outline::before{content:"\F13F7"}.mdi-flask-outline::before{content:"\F0096"}.mdi-flask-plus::before{content:"\F1242"}.mdi-flask-plus-outline::before{content:"\F1243"}.mdi-flask-remove::before{content:"\F1244"}.mdi-flask-remove-outline::before{content:"\F1245"}.mdi-flask-round-bottom::before{content:"\F124B"}.mdi-flask-round-bottom-empty::before{content:"\F124C"}.mdi-flask-round-bottom-empty-outline::before{content:"\F124D"}.mdi-flask-round-bottom-outline::before{content:"\F124E"}.mdi-fleur-de-lis::before{content:"\F1303"}.mdi-flip-horizontal::before{content:"\F10E7"}.mdi-flip-to-back::before{content:"\F0247"}.mdi-flip-to-front::before{content:"\F0248"}.mdi-flip-vertical::before{content:"\F10E8"}.mdi-floor-lamp::before{content:"\F08DD"}.mdi-floor-lamp-dual::before{content:"\F1040"}.mdi-floor-lamp-dual-outline::before{content:"\F17CE"}.mdi-floor-lamp-outline::before{content:"\F17C8"}.mdi-floor-lamp-torchiere::before{content:"\F1747"}.mdi-floor-lamp-torchiere-outline::before{content:"\F17D6"}.mdi-floor-lamp-torchiere-variant::before{content:"\F1041"}.mdi-floor-lamp-torchiere-variant-outline::before{content:"\F17CF"}.mdi-floor-plan::before{content:"\F0821"}.mdi-floppy::before{content:"\F0249"}.mdi-floppy-variant::before{content:"\F09EF"}.mdi-flower::before{content:"\F024A"}.mdi-flower-outline::before{content:"\F09F0"}.mdi-flower-pollen::before{content:"\F1885"}.mdi-flower-pollen-outline::before{content:"\F1886"}.mdi-flower-poppy::before{content:"\F0D08"}.mdi-flower-tulip::before{content:"\F09F1"}.mdi-flower-tulip-outline::before{content:"\F09F2"}.mdi-focus-auto::before{content:"\F0F4E"}.mdi-focus-field::before{content:"\F0F4F"}.mdi-focus-field-horizontal::before{content:"\F0F50"}.mdi-focus-field-vertical::before{content:"\F0F51"}.mdi-folder::before{content:"\F024B"}.mdi-folder-account::before{content:"\F024C"}.mdi-folder-account-outline::before{content:"\F0B9C"}.mdi-folder-alert::before{content:"\F0DCC"}.mdi-folder-alert-outline::before{content:"\F0DCD"}.mdi-folder-check::before{content:"\F197E"}.mdi-folder-check-outline::before{content:"\F197F"}.mdi-folder-clock::before{content:"\F0ABA"}.mdi-folder-clock-outline::before{content:"\F0ABB"}.mdi-folder-cog::before{content:"\F107F"}.mdi-folder-cog-outline::before{content:"\F1080"}.mdi-folder-download::before{content:"\F024D"}.mdi-folder-download-outline::before{content:"\F10E9"}.mdi-folder-edit::before{content:"\F08DE"}.mdi-folder-edit-outline::before{content:"\F0DCE"}.mdi-folder-eye::before{content:"\F178A"}.mdi-folder-eye-outline::before{content:"\F178B"}.mdi-folder-google-drive::before{content:"\F024E"}.mdi-folder-heart::before{content:"\F10EA"}.mdi-folder-heart-outline::before{content:"\F10EB"}.mdi-folder-hidden::before{content:"\F179E"}.mdi-folder-home::before{content:"\F10B5"}.mdi-folder-home-outline::before{content:"\F10B6"}.mdi-folder-image::before{content:"\F024F"}.mdi-folder-information::before{content:"\F10B7"}.mdi-folder-information-outline::before{content:"\F10B8"}.mdi-folder-key::before{content:"\F08AC"}.mdi-folder-key-network::before{content:"\F08AD"}.mdi-folder-key-network-outline::before{content:"\F0C80"}.mdi-folder-key-outline::before{content:"\F10EC"}.mdi-folder-lock::before{content:"\F0250"}.mdi-folder-lock-open::before{content:"\F0251"}.mdi-folder-marker::before{content:"\F126D"}.mdi-folder-marker-outline::before{content:"\F126E"}.mdi-folder-move::before{content:"\F0252"}.mdi-folder-move-outline::before{content:"\F1246"}.mdi-folder-multiple::before{content:"\F0253"}.mdi-folder-multiple-image::before{content:"\F0254"}.mdi-folder-multiple-outline::before{content:"\F0255"}.mdi-folder-multiple-plus::before{content:"\F147E"}.mdi-folder-multiple-plus-outline::before{content:"\F147F"}.mdi-folder-music::before{content:"\F1359"}.mdi-folder-music-outline::before{content:"\F135A"}.mdi-folder-network::before{content:"\F0870"}.mdi-folder-network-outline::before{content:"\F0C81"}.mdi-folder-open::before{content:"\F0770"}.mdi-folder-open-outline::before{content:"\F0DCF"}.mdi-folder-outline::before{content:"\F0256"}.mdi-folder-plus::before{content:"\F0257"}.mdi-folder-plus-outline::before{content:"\F0B9D"}.mdi-folder-pound::before{content:"\F0D09"}.mdi-folder-pound-outline::before{content:"\F0D0A"}.mdi-folder-refresh::before{content:"\F0749"}.mdi-folder-refresh-outline::before{content:"\F0542"}.mdi-folder-remove::before{content:"\F0258"}.mdi-folder-remove-outline::before{content:"\F0B9E"}.mdi-folder-search::before{content:"\F0968"}.mdi-folder-search-outline::before{content:"\F0969"}.mdi-folder-settings::before{content:"\F107D"}.mdi-folder-settings-outline::before{content:"\F107E"}.mdi-folder-star::before{content:"\F069D"}.mdi-folder-star-multiple::before{content:"\F13D3"}.mdi-folder-star-multiple-outline::before{content:"\F13D4"}.mdi-folder-star-outline::before{content:"\F0B9F"}.mdi-folder-swap::before{content:"\F0FB6"}.mdi-folder-swap-outline::before{content:"\F0FB7"}.mdi-folder-sync::before{content:"\F0D0B"}.mdi-folder-sync-outline::before{content:"\F0D0C"}.mdi-folder-table::before{content:"\F12E3"}.mdi-folder-table-outline::before{content:"\F12E4"}.mdi-folder-text::before{content:"\F0C82"}.mdi-folder-text-outline::before{content:"\F0C83"}.mdi-folder-upload::before{content:"\F0259"}.mdi-folder-upload-outline::before{content:"\F10ED"}.mdi-folder-zip::before{content:"\F06EB"}.mdi-folder-zip-outline::before{content:"\F07B9"}.mdi-font-awesome::before{content:"\F003A"}.mdi-food::before{content:"\F025A"}.mdi-food-apple::before{content:"\F025B"}.mdi-food-apple-outline::before{content:"\F0C84"}.mdi-food-croissant::before{content:"\F07C8"}.mdi-food-drumstick::before{content:"\F141F"}.mdi-food-drumstick-off::before{content:"\F1468"}.mdi-food-drumstick-off-outline::before{content:"\F1469"}.mdi-food-drumstick-outline::before{content:"\F1420"}.mdi-food-fork-drink::before{content:"\F05F2"}.mdi-food-halal::before{content:"\F1572"}.mdi-food-hot-dog::before{content:"\F184B"}.mdi-food-kosher::before{content:"\F1573"}.mdi-food-off::before{content:"\F05F3"}.mdi-food-off-outline::before{content:"\F1915"}.mdi-food-outline::before{content:"\F1916"}.mdi-food-steak::before{content:"\F146A"}.mdi-food-steak-off::before{content:"\F146B"}.mdi-food-takeout-box::before{content:"\F1836"}.mdi-food-takeout-box-outline::before{content:"\F1837"}.mdi-food-turkey::before{content:"\F171C"}.mdi-food-variant::before{content:"\F025C"}.mdi-food-variant-off::before{content:"\F13E5"}.mdi-foot-print::before{content:"\F0F52"}.mdi-football::before{content:"\F025D"}.mdi-football-australian::before{content:"\F025E"}.mdi-football-helmet::before{content:"\F025F"}.mdi-forest::before{content:"\F1897"}.mdi-forklift::before{content:"\F07C9"}.mdi-form-dropdown::before{content:"\F1400"}.mdi-form-select::before{content:"\F1401"}.mdi-form-textarea::before{content:"\F1095"}.mdi-form-textbox::before{content:"\F060E"}.mdi-form-textbox-lock::before{content:"\F135D"}.mdi-form-textbox-password::before{content:"\F07F5"}.mdi-format-align-bottom::before{content:"\F0753"}.mdi-format-align-center::before{content:"\F0260"}.mdi-format-align-justify::before{content:"\F0261"}.mdi-format-align-left::before{content:"\F0262"}.mdi-format-align-middle::before{content:"\F0754"}.mdi-format-align-right::before{content:"\F0263"}.mdi-format-align-top::before{content:"\F0755"}.mdi-format-annotation-minus::before{content:"\F0ABC"}.mdi-format-annotation-plus::before{content:"\F0646"}.mdi-format-bold::before{content:"\F0264"}.mdi-format-clear::before{content:"\F0265"}.mdi-format-color-fill::before{content:"\F0266"}.mdi-format-color-highlight::before{content:"\F0E31"}.mdi-format-color-marker-cancel::before{content:"\F1313"}.mdi-format-color-text::before{content:"\F069E"}.mdi-format-columns::before{content:"\F08DF"}.mdi-format-float-center::before{content:"\F0267"}.mdi-format-float-left::before{content:"\F0268"}.mdi-format-float-none::before{content:"\F0269"}.mdi-format-float-right::before{content:"\F026A"}.mdi-format-font::before{content:"\F06D6"}.mdi-format-font-size-decrease::before{content:"\F09F3"}.mdi-format-font-size-increase::before{content:"\F09F4"}.mdi-format-header-1::before{content:"\F026B"}.mdi-format-header-2::before{content:"\F026C"}.mdi-format-header-3::before{content:"\F026D"}.mdi-format-header-4::before{content:"\F026E"}.mdi-format-header-5::before{content:"\F026F"}.mdi-format-header-6::before{content:"\F0270"}.mdi-format-header-decrease::before{content:"\F0271"}.mdi-format-header-equal::before{content:"\F0272"}.mdi-format-header-increase::before{content:"\F0273"}.mdi-format-header-pound::before{content:"\F0274"}.mdi-format-horizontal-align-center::before{content:"\F061E"}.mdi-format-horizontal-align-left::before{content:"\F061F"}.mdi-format-horizontal-align-right::before{content:"\F0620"}.mdi-format-indent-decrease::before{content:"\F0275"}.mdi-format-indent-increase::before{content:"\F0276"}.mdi-format-italic::before{content:"\F0277"}.mdi-format-letter-case::before{content:"\F0B34"}.mdi-format-letter-case-lower::before{content:"\F0B35"}.mdi-format-letter-case-upper::before{content:"\F0B36"}.mdi-format-letter-ends-with::before{content:"\F0FB8"}.mdi-format-letter-matches::before{content:"\F0FB9"}.mdi-format-letter-spacing::before{content:"\F1956"}.mdi-format-letter-starts-with::before{content:"\F0FBA"}.mdi-format-line-spacing::before{content:"\F0278"}.mdi-format-line-style::before{content:"\F05C8"}.mdi-format-line-weight::before{content:"\F05C9"}.mdi-format-list-bulleted::before{content:"\F0279"}.mdi-format-list-bulleted-square::before{content:"\F0DD0"}.mdi-format-list-bulleted-triangle::before{content:"\F0EB2"}.mdi-format-list-bulleted-type::before{content:"\F027A"}.mdi-format-list-checkbox::before{content:"\F096A"}.mdi-format-list-checks::before{content:"\F0756"}.mdi-format-list-group::before{content:"\F1860"}.mdi-format-list-numbered::before{content:"\F027B"}.mdi-format-list-numbered-rtl::before{content:"\F0D0D"}.mdi-format-list-text::before{content:"\F126F"}.mdi-format-overline::before{content:"\F0EB3"}.mdi-format-page-break::before{content:"\F06D7"}.mdi-format-page-split::before{content:"\F1917"}.mdi-format-paint::before{content:"\F027C"}.mdi-format-paragraph::before{content:"\F027D"}.mdi-format-pilcrow::before{content:"\F06D8"}.mdi-format-quote-close::before{content:"\F027E"}.mdi-format-quote-close-outline::before{content:"\F11A8"}.mdi-format-quote-open::before{content:"\F0757"}.mdi-format-quote-open-outline::before{content:"\F11A7"}.mdi-format-rotate-90::before{content:"\F06AA"}.mdi-format-section::before{content:"\F069F"}.mdi-format-size::before{content:"\F027F"}.mdi-format-strikethrough::before{content:"\F0280"}.mdi-format-strikethrough-variant::before{content:"\F0281"}.mdi-format-subscript::before{content:"\F0282"}.mdi-format-superscript::before{content:"\F0283"}.mdi-format-text::before{content:"\F0284"}.mdi-format-text-rotation-angle-down::before{content:"\F0FBB"}.mdi-format-text-rotation-angle-up::before{content:"\F0FBC"}.mdi-format-text-rotation-down::before{content:"\F0D73"}.mdi-format-text-rotation-down-vertical::before{content:"\F0FBD"}.mdi-format-text-rotation-none::before{content:"\F0D74"}.mdi-format-text-rotation-up::before{content:"\F0FBE"}.mdi-format-text-rotation-vertical::before{content:"\F0FBF"}.mdi-format-text-variant::before{content:"\F0E32"}.mdi-format-text-variant-outline::before{content:"\F150F"}.mdi-format-text-wrapping-clip::before{content:"\F0D0E"}.mdi-format-text-wrapping-overflow::before{content:"\F0D0F"}.mdi-format-text-wrapping-wrap::before{content:"\F0D10"}.mdi-format-textbox::before{content:"\F0D11"}.mdi-format-textdirection-l-to-r::before{content:"\F0285"}.mdi-format-textdirection-r-to-l::before{content:"\F0286"}.mdi-format-title::before{content:"\F05F4"}.mdi-format-underline::before{content:"\F0287"}.mdi-format-underline-wavy::before{content:"\F18E9"}.mdi-format-vertical-align-bottom::before{content:"\F0621"}.mdi-format-vertical-align-center::before{content:"\F0622"}.mdi-format-vertical-align-top::before{content:"\F0623"}.mdi-format-wrap-inline::before{content:"\F0288"}.mdi-format-wrap-square::before{content:"\F0289"}.mdi-format-wrap-tight::before{content:"\F028A"}.mdi-format-wrap-top-bottom::before{content:"\F028B"}.mdi-forum::before{content:"\F028C"}.mdi-forum-outline::before{content:"\F0822"}.mdi-forward::before{content:"\F028D"}.mdi-forwardburger::before{content:"\F0D75"}.mdi-fountain::before{content:"\F096B"}.mdi-fountain-pen::before{content:"\F0D12"}.mdi-fountain-pen-tip::before{content:"\F0D13"}.mdi-fraction-one-half::before{content:"\F1992"}.mdi-freebsd::before{content:"\F08E0"}.mdi-french-fries::before{content:"\F1957"}.mdi-frequently-asked-questions::before{content:"\F0EB4"}.mdi-fridge::before{content:"\F0290"}.mdi-fridge-alert::before{content:"\F11B1"}.mdi-fridge-alert-outline::before{content:"\F11B2"}.mdi-fridge-bottom::before{content:"\F0292"}.mdi-fridge-industrial::before{content:"\F15EE"}.mdi-fridge-industrial-alert::before{content:"\F15EF"}.mdi-fridge-industrial-alert-outline::before{content:"\F15F0"}.mdi-fridge-industrial-off::before{content:"\F15F1"}.mdi-fridge-industrial-off-outline::before{content:"\F15F2"}.mdi-fridge-industrial-outline::before{content:"\F15F3"}.mdi-fridge-off::before{content:"\F11AF"}.mdi-fridge-off-outline::before{content:"\F11B0"}.mdi-fridge-outline::before{content:"\F028F"}.mdi-fridge-top::before{content:"\F0291"}.mdi-fridge-variant::before{content:"\F15F4"}.mdi-fridge-variant-alert::before{content:"\F15F5"}.mdi-fridge-variant-alert-outline::before{content:"\F15F6"}.mdi-fridge-variant-off::before{content:"\F15F7"}.mdi-fridge-variant-off-outline::before{content:"\F15F8"}.mdi-fridge-variant-outline::before{content:"\F15F9"}.mdi-fruit-cherries::before{content:"\F1042"}.mdi-fruit-cherries-off::before{content:"\F13F8"}.mdi-fruit-citrus::before{content:"\F1043"}.mdi-fruit-citrus-off::before{content:"\F13F9"}.mdi-fruit-grapes::before{content:"\F1044"}.mdi-fruit-grapes-outline::before{content:"\F1045"}.mdi-fruit-pineapple::before{content:"\F1046"}.mdi-fruit-watermelon::before{content:"\F1047"}.mdi-fuel::before{content:"\F07CA"}.mdi-fuel-cell::before{content:"\F18B5"}.mdi-fullscreen::before{content:"\F0293"}.mdi-fullscreen-exit::before{content:"\F0294"}.mdi-function::before{content:"\F0295"}.mdi-function-variant::before{content:"\F0871"}.mdi-furigana-horizontal::before{content:"\F1081"}.mdi-furigana-vertical::before{content:"\F1082"}.mdi-fuse::before{content:"\F0C85"}.mdi-fuse-alert::before{content:"\F142D"}.mdi-fuse-blade::before{content:"\F0C86"}.mdi-fuse-off::before{content:"\F142C"}.mdi-gamepad::before{content:"\F0296"}.mdi-gamepad-circle::before{content:"\F0E33"}.mdi-gamepad-circle-down::before{content:"\F0E34"}.mdi-gamepad-circle-left::before{content:"\F0E35"}.mdi-gamepad-circle-outline::before{content:"\F0E36"}.mdi-gamepad-circle-right::before{content:"\F0E37"}.mdi-gamepad-circle-up::before{content:"\F0E38"}.mdi-gamepad-down::before{content:"\F0E39"}.mdi-gamepad-left::before{content:"\F0E3A"}.mdi-gamepad-outline::before{content:"\F1919"}.mdi-gamepad-right::before{content:"\F0E3B"}.mdi-gamepad-round::before{content:"\F0E3C"}.mdi-gamepad-round-down::before{content:"\F0E3D"}.mdi-gamepad-round-left::before{content:"\F0E3E"}.mdi-gamepad-round-outline::before{content:"\F0E3F"}.mdi-gamepad-round-right::before{content:"\F0E40"}.mdi-gamepad-round-up::before{content:"\F0E41"}.mdi-gamepad-square::before{content:"\F0EB5"}.mdi-gamepad-square-outline::before{content:"\F0EB6"}.mdi-gamepad-up::before{content:"\F0E42"}.mdi-gamepad-variant::before{content:"\F0297"}.mdi-gamepad-variant-outline::before{content:"\F0EB7"}.mdi-gamma::before{content:"\F10EE"}.mdi-gantry-crane::before{content:"\F0DD1"}.mdi-garage::before{content:"\F06D9"}.mdi-garage-alert::before{content:"\F0872"}.mdi-garage-alert-variant::before{content:"\F12D5"}.mdi-garage-lock::before{content:"\F17FB"}.mdi-garage-open::before{content:"\F06DA"}.mdi-garage-open-variant::before{content:"\F12D4"}.mdi-garage-variant::before{content:"\F12D3"}.mdi-garage-variant-lock::before{content:"\F17FC"}.mdi-gas-cylinder::before{content:"\F0647"}.mdi-gas-station::before{content:"\F0298"}.mdi-gas-station-off::before{content:"\F1409"}.mdi-gas-station-off-outline::before{content:"\F140A"}.mdi-gas-station-outline::before{content:"\F0EB8"}.mdi-gate::before{content:"\F0299"}.mdi-gate-alert::before{content:"\F17F8"}.mdi-gate-and::before{content:"\F08E1"}.mdi-gate-arrow-left::before{content:"\F17F7"}.mdi-gate-arrow-right::before{content:"\F1169"}.mdi-gate-nand::before{content:"\F08E2"}.mdi-gate-nor::before{content:"\F08E3"}.mdi-gate-not::before{content:"\F08E4"}.mdi-gate-open::before{content:"\F116A"}.mdi-gate-or::before{content:"\F08E5"}.mdi-gate-xnor::before{content:"\F08E6"}.mdi-gate-xor::before{content:"\F08E7"}.mdi-gatsby::before{content:"\F0E43"}.mdi-gauge::before{content:"\F029A"}.mdi-gauge-empty::before{content:"\F0873"}.mdi-gauge-full::before{content:"\F0874"}.mdi-gauge-low::before{content:"\F0875"}.mdi-gavel::before{content:"\F029B"}.mdi-gender-female::before{content:"\F029C"}.mdi-gender-male::before{content:"\F029D"}.mdi-gender-male-female::before{content:"\F029E"}.mdi-gender-male-female-variant::before{content:"\F113F"}.mdi-gender-non-binary::before{content:"\F1140"}.mdi-gender-transgender::before{content:"\F029F"}.mdi-gentoo::before{content:"\F08E8"}.mdi-gesture::before{content:"\F07CB"}.mdi-gesture-double-tap::before{content:"\F073C"}.mdi-gesture-pinch::before{content:"\F0ABD"}.mdi-gesture-spread::before{content:"\F0ABE"}.mdi-gesture-swipe::before{content:"\F0D76"}.mdi-gesture-swipe-down::before{content:"\F073D"}.mdi-gesture-swipe-horizontal::before{content:"\F0ABF"}.mdi-gesture-swipe-left::before{content:"\F073E"}.mdi-gesture-swipe-right::before{content:"\F073F"}.mdi-gesture-swipe-up::before{content:"\F0740"}.mdi-gesture-swipe-vertical::before{content:"\F0AC0"}.mdi-gesture-tap::before{content:"\F0741"}.mdi-gesture-tap-box::before{content:"\F12A9"}.mdi-gesture-tap-button::before{content:"\F12A8"}.mdi-gesture-tap-hold::before{content:"\F0D77"}.mdi-gesture-two-double-tap::before{content:"\F0742"}.mdi-gesture-two-tap::before{content:"\F0743"}.mdi-ghost::before{content:"\F02A0"}.mdi-ghost-off::before{content:"\F09F5"}.mdi-ghost-off-outline::before{content:"\F165C"}.mdi-ghost-outline::before{content:"\F165D"}.mdi-gift::before{content:"\F0E44"}.mdi-gift-off::before{content:"\F16EF"}.mdi-gift-off-outline::before{content:"\F16F0"}.mdi-gift-open::before{content:"\F16F1"}.mdi-gift-open-outline::before{content:"\F16F2"}.mdi-gift-outline::before{content:"\F02A1"}.mdi-git::before{content:"\F02A2"}.mdi-github::before{content:"\F02A4"}.mdi-gitlab::before{content:"\F0BA0"}.mdi-glass-cocktail::before{content:"\F0356"}.mdi-glass-cocktail-off::before{content:"\F15E6"}.mdi-glass-flute::before{content:"\F02A5"}.mdi-glass-fragile::before{content:"\F1873"}.mdi-glass-mug::before{content:"\F02A6"}.mdi-glass-mug-off::before{content:"\F15E7"}.mdi-glass-mug-variant::before{content:"\F1116"}.mdi-glass-mug-variant-off::before{content:"\F15E8"}.mdi-glass-pint-outline::before{content:"\F130D"}.mdi-glass-stange::before{content:"\F02A7"}.mdi-glass-tulip::before{content:"\F02A8"}.mdi-glass-wine::before{content:"\F0876"}.mdi-glasses::before{content:"\F02AA"}.mdi-globe-light::before{content:"\F12D7"}.mdi-globe-model::before{content:"\F08E9"}.mdi-gmail::before{content:"\F02AB"}.mdi-gnome::before{content:"\F02AC"}.mdi-go-kart::before{content:"\F0D79"}.mdi-go-kart-track::before{content:"\F0D7A"}.mdi-gog::before{content:"\F0BA1"}.mdi-gold::before{content:"\F124F"}.mdi-golf::before{content:"\F0823"}.mdi-golf-cart::before{content:"\F11A4"}.mdi-golf-tee::before{content:"\F1083"}.mdi-gondola::before{content:"\F0686"}.mdi-goodreads::before{content:"\F0D7B"}.mdi-google::before{content:"\F02AD"}.mdi-google-ads::before{content:"\F0C87"}.mdi-google-analytics::before{content:"\F07CC"}.mdi-google-assistant::before{content:"\F07CD"}.mdi-google-cardboard::before{content:"\F02AE"}.mdi-google-chrome::before{content:"\F02AF"}.mdi-google-circles::before{content:"\F02B0"}.mdi-google-circles-communities::before{content:"\F02B1"}.mdi-google-circles-extended::before{content:"\F02B2"}.mdi-google-circles-group::before{content:"\F02B3"}.mdi-google-classroom::before{content:"\F02C0"}.mdi-google-cloud::before{content:"\F11F6"}.mdi-google-controller::before{content:"\F02B4"}.mdi-google-controller-off::before{content:"\F02B5"}.mdi-google-downasaur::before{content:"\F1362"}.mdi-google-drive::before{content:"\F02B6"}.mdi-google-earth::before{content:"\F02B7"}.mdi-google-fit::before{content:"\F096C"}.mdi-google-glass::before{content:"\F02B8"}.mdi-google-hangouts::before{content:"\F02C9"}.mdi-google-home::before{content:"\F0824"}.mdi-google-keep::before{content:"\F06DC"}.mdi-google-lens::before{content:"\F09F6"}.mdi-google-maps::before{content:"\F05F5"}.mdi-google-my-business::before{content:"\F1048"}.mdi-google-nearby::before{content:"\F02B9"}.mdi-google-play::before{content:"\F02BC"}.mdi-google-plus::before{content:"\F02BD"}.mdi-google-podcast::before{content:"\F0EB9"}.mdi-google-spreadsheet::before{content:"\F09F7"}.mdi-google-street-view::before{content:"\F0C88"}.mdi-google-translate::before{content:"\F02BF"}.mdi-gradient-horizontal::before{content:"\F174A"}.mdi-gradient-vertical::before{content:"\F06A0"}.mdi-grain::before{content:"\F0D7C"}.mdi-graph::before{content:"\F1049"}.mdi-graph-outline::before{content:"\F104A"}.mdi-graphql::before{content:"\F0877"}.mdi-grass::before{content:"\F1510"}.mdi-grave-stone::before{content:"\F0BA2"}.mdi-grease-pencil::before{content:"\F0648"}.mdi-greater-than::before{content:"\F096D"}.mdi-greater-than-or-equal::before{content:"\F096E"}.mdi-greenhouse::before{content:"\F002D"}.mdi-grid::before{content:"\F02C1"}.mdi-grid-large::before{content:"\F0758"}.mdi-grid-off::before{content:"\F02C2"}.mdi-grill::before{content:"\F0E45"}.mdi-grill-outline::before{content:"\F118A"}.mdi-group::before{content:"\F02C3"}.mdi-guitar-acoustic::before{content:"\F0771"}.mdi-guitar-electric::before{content:"\F02C4"}.mdi-guitar-pick::before{content:"\F02C5"}.mdi-guitar-pick-outline::before{content:"\F02C6"}.mdi-guy-fawkes-mask::before{content:"\F0825"}.mdi-hail::before{content:"\F0AC1"}.mdi-hair-dryer::before{content:"\F10EF"}.mdi-hair-dryer-outline::before{content:"\F10F0"}.mdi-halloween::before{content:"\F0BA3"}.mdi-hamburger::before{content:"\F0685"}.mdi-hamburger-check::before{content:"\F1776"}.mdi-hamburger-minus::before{content:"\F1777"}.mdi-hamburger-off::before{content:"\F1778"}.mdi-hamburger-plus::before{content:"\F1779"}.mdi-hamburger-remove::before{content:"\F177A"}.mdi-hammer::before{content:"\F08EA"}.mdi-hammer-screwdriver::before{content:"\F1322"}.mdi-hammer-sickle::before{content:"\F1887"}.mdi-hammer-wrench::before{content:"\F1323"}.mdi-hand-back-left::before{content:"\F0E46"}.mdi-hand-back-left-off::before{content:"\F1830"}.mdi-hand-back-left-off-outline::before{content:"\F1832"}.mdi-hand-back-left-outline::before{content:"\F182C"}.mdi-hand-back-right::before{content:"\F0E47"}.mdi-hand-back-right-off::before{content:"\F1831"}.mdi-hand-back-right-off-outline::before{content:"\F1833"}.mdi-hand-back-right-outline::before{content:"\F182D"}.mdi-hand-clap::before{content:"\F194B"}.mdi-hand-coin::before{content:"\F188F"}.mdi-hand-coin-outline::before{content:"\F1890"}.mdi-hand-extended::before{content:"\F18B6"}.mdi-hand-extended-outline::before{content:"\F18B7"}.mdi-hand-front-left::before{content:"\F182B"}.mdi-hand-front-left-outline::before{content:"\F182E"}.mdi-hand-front-right::before{content:"\F0A4F"}.mdi-hand-front-right-outline::before{content:"\F182F"}.mdi-hand-heart::before{content:"\F10F1"}.mdi-hand-heart-outline::before{content:"\F157E"}.mdi-hand-okay::before{content:"\F0A50"}.mdi-hand-peace::before{content:"\F0A51"}.mdi-hand-peace-variant::before{content:"\F0A52"}.mdi-hand-pointing-down::before{content:"\F0A53"}.mdi-hand-pointing-left::before{content:"\F0A54"}.mdi-hand-pointing-right::before{content:"\F02C7"}.mdi-hand-pointing-up::before{content:"\F0A55"}.mdi-hand-saw::before{content:"\F0E48"}.mdi-hand-wash::before{content:"\F157F"}.mdi-hand-wash-outline::before{content:"\F1580"}.mdi-hand-water::before{content:"\F139F"}.mdi-hand-wave::before{content:"\F1821"}.mdi-hand-wave-outline::before{content:"\F1822"}.mdi-handball::before{content:"\F0F53"}.mdi-handcuffs::before{content:"\F113E"}.mdi-hands-pray::before{content:"\F0579"}.mdi-handshake::before{content:"\F1218"}.mdi-handshake-outline::before{content:"\F15A1"}.mdi-hanger::before{content:"\F02C8"}.mdi-hard-hat::before{content:"\F096F"}.mdi-harddisk::before{content:"\F02CA"}.mdi-harddisk-plus::before{content:"\F104B"}.mdi-harddisk-remove::before{content:"\F104C"}.mdi-hat-fedora::before{content:"\F0BA4"}.mdi-hazard-lights::before{content:"\F0C89"}.mdi-hdr::before{content:"\F0D7D"}.mdi-hdr-off::before{content:"\F0D7E"}.mdi-head::before{content:"\F135E"}.mdi-head-alert::before{content:"\F1338"}.mdi-head-alert-outline::before{content:"\F1339"}.mdi-head-check::before{content:"\F133A"}.mdi-head-check-outline::before{content:"\F133B"}.mdi-head-cog::before{content:"\F133C"}.mdi-head-cog-outline::before{content:"\F133D"}.mdi-head-dots-horizontal::before{content:"\F133E"}.mdi-head-dots-horizontal-outline::before{content:"\F133F"}.mdi-head-flash::before{content:"\F1340"}.mdi-head-flash-outline::before{content:"\F1341"}.mdi-head-heart::before{content:"\F1342"}.mdi-head-heart-outline::before{content:"\F1343"}.mdi-head-lightbulb::before{content:"\F1344"}.mdi-head-lightbulb-outline::before{content:"\F1345"}.mdi-head-minus::before{content:"\F1346"}.mdi-head-minus-outline::before{content:"\F1347"}.mdi-head-outline::before{content:"\F135F"}.mdi-head-plus::before{content:"\F1348"}.mdi-head-plus-outline::before{content:"\F1349"}.mdi-head-question::before{content:"\F134A"}.mdi-head-question-outline::before{content:"\F134B"}.mdi-head-remove::before{content:"\F134C"}.mdi-head-remove-outline::before{content:"\F134D"}.mdi-head-snowflake::before{content:"\F134E"}.mdi-head-snowflake-outline::before{content:"\F134F"}.mdi-head-sync::before{content:"\F1350"}.mdi-head-sync-outline::before{content:"\F1351"}.mdi-headphones::before{content:"\F02CB"}.mdi-headphones-bluetooth::before{content:"\F0970"}.mdi-headphones-box::before{content:"\F02CC"}.mdi-headphones-off::before{content:"\F07CE"}.mdi-headphones-settings::before{content:"\F02CD"}.mdi-headset::before{content:"\F02CE"}.mdi-headset-dock::before{content:"\F02CF"}.mdi-headset-off::before{content:"\F02D0"}.mdi-heart::before{content:"\F02D1"}.mdi-heart-box::before{content:"\F02D2"}.mdi-heart-box-outline::before{content:"\F02D3"}.mdi-heart-broken::before{content:"\F02D4"}.mdi-heart-broken-outline::before{content:"\F0D14"}.mdi-heart-circle::before{content:"\F0971"}.mdi-heart-circle-outline::before{content:"\F0972"}.mdi-heart-cog::before{content:"\F1663"}.mdi-heart-cog-outline::before{content:"\F1664"}.mdi-heart-flash::before{content:"\F0EF9"}.mdi-heart-half::before{content:"\F06DF"}.mdi-heart-half-full::before{content:"\F06DE"}.mdi-heart-half-outline::before{content:"\F06E0"}.mdi-heart-minus::before{content:"\F142F"}.mdi-heart-minus-outline::before{content:"\F1432"}.mdi-heart-multiple::before{content:"\F0A56"}.mdi-heart-multiple-outline::before{content:"\F0A57"}.mdi-heart-off::before{content:"\F0759"}.mdi-heart-off-outline::before{content:"\F1434"}.mdi-heart-outline::before{content:"\F02D5"}.mdi-heart-plus::before{content:"\F142E"}.mdi-heart-plus-outline::before{content:"\F1431"}.mdi-heart-pulse::before{content:"\F05F6"}.mdi-heart-remove::before{content:"\F1430"}.mdi-heart-remove-outline::before{content:"\F1433"}.mdi-heart-settings::before{content:"\F1665"}.mdi-heart-settings-outline::before{content:"\F1666"}.mdi-helicopter::before{content:"\F0AC2"}.mdi-help::before{content:"\F02D6"}.mdi-help-box::before{content:"\F078B"}.mdi-help-circle::before{content:"\F02D7"}.mdi-help-circle-outline::before{content:"\F0625"}.mdi-help-network::before{content:"\F06F5"}.mdi-help-network-outline::before{content:"\F0C8A"}.mdi-help-rhombus::before{content:"\F0BA5"}.mdi-help-rhombus-outline::before{content:"\F0BA6"}.mdi-hexadecimal::before{content:"\F12A7"}.mdi-hexagon::before{content:"\F02D8"}.mdi-hexagon-multiple::before{content:"\F06E1"}.mdi-hexagon-multiple-outline::before{content:"\F10F2"}.mdi-hexagon-outline::before{content:"\F02D9"}.mdi-hexagon-slice-1::before{content:"\F0AC3"}.mdi-hexagon-slice-2::before{content:"\F0AC4"}.mdi-hexagon-slice-3::before{content:"\F0AC5"}.mdi-hexagon-slice-4::before{content:"\F0AC6"}.mdi-hexagon-slice-5::before{content:"\F0AC7"}.mdi-hexagon-slice-6::before{content:"\F0AC8"}.mdi-hexagram::before{content:"\F0AC9"}.mdi-hexagram-outline::before{content:"\F0ACA"}.mdi-high-definition::before{content:"\F07CF"}.mdi-high-definition-box::before{content:"\F0878"}.mdi-highway::before{content:"\F05F7"}.mdi-hiking::before{content:"\F0D7F"}.mdi-history::before{content:"\F02DA"}.mdi-hockey-puck::before{content:"\F0879"}.mdi-hockey-sticks::before{content:"\F087A"}.mdi-hololens::before{content:"\F02DB"}.mdi-home::before{content:"\F02DC"}.mdi-home-account::before{content:"\F0826"}.mdi-home-alert::before{content:"\F087B"}.mdi-home-alert-outline::before{content:"\F15D0"}.mdi-home-analytics::before{content:"\F0EBA"}.mdi-home-assistant::before{content:"\F07D0"}.mdi-home-automation::before{content:"\F07D1"}.mdi-home-battery::before{content:"\F1901"}.mdi-home-battery-outline::before{content:"\F1902"}.mdi-home-circle::before{content:"\F07D2"}.mdi-home-circle-outline::before{content:"\F104D"}.mdi-home-city::before{content:"\F0D15"}.mdi-home-city-outline::before{content:"\F0D16"}.mdi-home-edit::before{content:"\F1159"}.mdi-home-edit-outline::before{content:"\F115A"}.mdi-home-export-outline::before{content:"\F0F9B"}.mdi-home-flood::before{content:"\F0EFA"}.mdi-home-floor-0::before{content:"\F0DD2"}.mdi-home-floor-1::before{content:"\F0D80"}.mdi-home-floor-2::before{content:"\F0D81"}.mdi-home-floor-3::before{content:"\F0D82"}.mdi-home-floor-a::before{content:"\F0D83"}.mdi-home-floor-b::before{content:"\F0D84"}.mdi-home-floor-g::before{content:"\F0D85"}.mdi-home-floor-l::before{content:"\F0D86"}.mdi-home-floor-negative-1::before{content:"\F0DD3"}.mdi-home-group::before{content:"\F0DD4"}.mdi-home-group-minus::before{content:"\F19C1"}.mdi-home-group-plus::before{content:"\F19C0"}.mdi-home-group-remove::before{content:"\F19C2"}.mdi-home-heart::before{content:"\F0827"}.mdi-home-import-outline::before{content:"\F0F9C"}.mdi-home-lightbulb::before{content:"\F1251"}.mdi-home-lightbulb-outline::before{content:"\F1252"}.mdi-home-lightning-bolt::before{content:"\F1903"}.mdi-home-lightning-bolt-outline::before{content:"\F1904"}.mdi-home-lock::before{content:"\F08EB"}.mdi-home-lock-open::before{content:"\F08EC"}.mdi-home-map-marker::before{content:"\F05F8"}.mdi-home-minus::before{content:"\F0974"}.mdi-home-minus-outline::before{content:"\F13D5"}.mdi-home-modern::before{content:"\F02DD"}.mdi-home-outline::before{content:"\F06A1"}.mdi-home-plus::before{content:"\F0975"}.mdi-home-plus-outline::before{content:"\F13D6"}.mdi-home-remove::before{content:"\F1247"}.mdi-home-remove-outline::before{content:"\F13D7"}.mdi-home-roof::before{content:"\F112B"}.mdi-home-search::before{content:"\F13B0"}.mdi-home-search-outline::before{content:"\F13B1"}.mdi-home-switch::before{content:"\F1794"}.mdi-home-switch-outline::before{content:"\F1795"}.mdi-home-thermometer::before{content:"\F0F54"}.mdi-home-thermometer-outline::before{content:"\F0F55"}.mdi-home-variant::before{content:"\F02DE"}.mdi-home-variant-outline::before{content:"\F0BA7"}.mdi-hook::before{content:"\F06E2"}.mdi-hook-off::before{content:"\F06E3"}.mdi-hoop-house::before{content:"\F0E56"}.mdi-hops::before{content:"\F02DF"}.mdi-horizontal-rotate-clockwise::before{content:"\F10F3"}.mdi-horizontal-rotate-counterclockwise::before{content:"\F10F4"}.mdi-horse::before{content:"\F15BF"}.mdi-horse-human::before{content:"\F15C0"}.mdi-horse-variant::before{content:"\F15C1"}.mdi-horse-variant-fast::before{content:"\F186E"}.mdi-horseshoe::before{content:"\F0A58"}.mdi-hospital::before{content:"\F0FF6"}.mdi-hospital-box::before{content:"\F02E0"}.mdi-hospital-box-outline::before{content:"\F0FF7"}.mdi-hospital-building::before{content:"\F02E1"}.mdi-hospital-marker::before{content:"\F02E2"}.mdi-hot-tub::before{content:"\F0828"}.mdi-hours-24::before{content:"\F1478"}.mdi-hubspot::before{content:"\F0D17"}.mdi-hulu::before{content:"\F0829"}.mdi-human::before{content:"\F02E6"}.mdi-human-baby-changing-table::before{content:"\F138B"}.mdi-human-cane::before{content:"\F1581"}.mdi-human-capacity-decrease::before{content:"\F159B"}.mdi-human-capacity-increase::before{content:"\F159C"}.mdi-human-child::before{content:"\F02E7"}.mdi-human-dolly::before{content:"\F1980"}.mdi-human-edit::before{content:"\F14E8"}.mdi-human-female::before{content:"\F0649"}.mdi-human-female-boy::before{content:"\F0A59"}.mdi-human-female-dance::before{content:"\F15C9"}.mdi-human-female-female::before{content:"\F0A5A"}.mdi-human-female-girl::before{content:"\F0A5B"}.mdi-human-greeting::before{content:"\F17C4"}.mdi-human-greeting-proximity::before{content:"\F159D"}.mdi-human-greeting-variant::before{content:"\F064A"}.mdi-human-handsdown::before{content:"\F064B"}.mdi-human-handsup::before{content:"\F064C"}.mdi-human-male::before{content:"\F064D"}.mdi-human-male-board::before{content:"\F0890"}.mdi-human-male-board-poll::before{content:"\F0846"}.mdi-human-male-boy::before{content:"\F0A5C"}.mdi-human-male-child::before{content:"\F138C"}.mdi-human-male-female::before{content:"\F02E8"}.mdi-human-male-female-child::before{content:"\F1823"}.mdi-human-male-girl::before{content:"\F0A5D"}.mdi-human-male-height::before{content:"\F0EFB"}.mdi-human-male-height-variant::before{content:"\F0EFC"}.mdi-human-male-male::before{content:"\F0A5E"}.mdi-human-non-binary::before{content:"\F1848"}.mdi-human-pregnant::before{content:"\F05CF"}.mdi-human-queue::before{content:"\F1571"}.mdi-human-scooter::before{content:"\F11E9"}.mdi-human-wheelchair::before{content:"\F138D"}.mdi-human-white-cane::before{content:"\F1981"}.mdi-humble-bundle::before{content:"\F0744"}.mdi-hvac::before{content:"\F1352"}.mdi-hvac-off::before{content:"\F159E"}.mdi-hydraulic-oil-level::before{content:"\F1324"}.mdi-hydraulic-oil-temperature::before{content:"\F1325"}.mdi-hydro-power::before{content:"\F12E5"}.mdi-hydrogen-station::before{content:"\F1894"}.mdi-ice-cream::before{content:"\F082A"}.mdi-ice-cream-off::before{content:"\F0E52"}.mdi-ice-pop::before{content:"\F0EFD"}.mdi-id-card::before{content:"\F0FC0"}.mdi-identifier::before{content:"\F0EFE"}.mdi-ideogram-cjk::before{content:"\F1331"}.mdi-ideogram-cjk-variant::before{content:"\F1332"}.mdi-image::before{content:"\F02E9"}.mdi-image-album::before{content:"\F02EA"}.mdi-image-area::before{content:"\F02EB"}.mdi-image-area-close::before{content:"\F02EC"}.mdi-image-auto-adjust::before{content:"\F0FC1"}.mdi-image-broken::before{content:"\F02ED"}.mdi-image-broken-variant::before{content:"\F02EE"}.mdi-image-edit::before{content:"\F11E3"}.mdi-image-edit-outline::before{content:"\F11E4"}.mdi-image-filter-black-white::before{content:"\F02F0"}.mdi-image-filter-center-focus::before{content:"\F02F1"}.mdi-image-filter-center-focus-strong::before{content:"\F0EFF"}.mdi-image-filter-center-focus-strong-outline::before{content:"\F0F00"}.mdi-image-filter-center-focus-weak::before{content:"\F02F2"}.mdi-image-filter-drama::before{content:"\F02F3"}.mdi-image-filter-frames::before{content:"\F02F4"}.mdi-image-filter-hdr::before{content:"\F02F5"}.mdi-image-filter-none::before{content:"\F02F6"}.mdi-image-filter-tilt-shift::before{content:"\F02F7"}.mdi-image-filter-vintage::before{content:"\F02F8"}.mdi-image-frame::before{content:"\F0E49"}.mdi-image-marker::before{content:"\F177B"}.mdi-image-marker-outline::before{content:"\F177C"}.mdi-image-minus::before{content:"\F1419"}.mdi-image-move::before{content:"\F09F8"}.mdi-image-multiple::before{content:"\F02F9"}.mdi-image-multiple-outline::before{content:"\F02EF"}.mdi-image-off::before{content:"\F082B"}.mdi-image-off-outline::before{content:"\F11D1"}.mdi-image-outline::before{content:"\F0976"}.mdi-image-plus::before{content:"\F087C"}.mdi-image-remove::before{content:"\F1418"}.mdi-image-search::before{content:"\F0977"}.mdi-image-search-outline::before{content:"\F0978"}.mdi-image-size-select-actual::before{content:"\F0C8D"}.mdi-image-size-select-large::before{content:"\F0C8E"}.mdi-image-size-select-small::before{content:"\F0C8F"}.mdi-image-text::before{content:"\F160D"}.mdi-import::before{content:"\F02FA"}.mdi-inbox::before{content:"\F0687"}.mdi-inbox-arrow-down::before{content:"\F02FB"}.mdi-inbox-arrow-down-outline::before{content:"\F1270"}.mdi-inbox-arrow-up::before{content:"\F03D1"}.mdi-inbox-arrow-up-outline::before{content:"\F1271"}.mdi-inbox-full::before{content:"\F1272"}.mdi-inbox-full-outline::before{content:"\F1273"}.mdi-inbox-multiple::before{content:"\F08B0"}.mdi-inbox-multiple-outline::before{content:"\F0BA8"}.mdi-inbox-outline::before{content:"\F1274"}.mdi-inbox-remove::before{content:"\F159F"}.mdi-inbox-remove-outline::before{content:"\F15A0"}.mdi-incognito::before{content:"\F05F9"}.mdi-incognito-circle::before{content:"\F1421"}.mdi-incognito-circle-off::before{content:"\F1422"}.mdi-incognito-off::before{content:"\F0075"}.mdi-induction::before{content:"\F184C"}.mdi-infinity::before{content:"\F06E4"}.mdi-information::before{content:"\F02FC"}.mdi-information-off::before{content:"\F178C"}.mdi-information-off-outline::before{content:"\F178D"}.mdi-information-outline::before{content:"\F02FD"}.mdi-information-variant::before{content:"\F064E"}.mdi-instagram::before{content:"\F02FE"}.mdi-instrument-triangle::before{content:"\F104E"}.mdi-integrated-circuit-chip::before{content:"\F1913"}.mdi-invert-colors::before{content:"\F0301"}.mdi-invert-colors-off::before{content:"\F0E4A"}.mdi-iobroker::before{content:"\F12E8"}.mdi-ip::before{content:"\F0A5F"}.mdi-ip-network::before{content:"\F0A60"}.mdi-ip-network-outline::before{content:"\F0C90"}.mdi-ip-outline::before{content:"\F1982"}.mdi-ipod::before{content:"\F0C91"}.mdi-iron::before{content:"\F1824"}.mdi-iron-board::before{content:"\F1838"}.mdi-iron-outline::before{content:"\F1825"}.mdi-island::before{content:"\F104F"}.mdi-iv-bag::before{content:"\F10B9"}.mdi-jabber::before{content:"\F0DD5"}.mdi-jeepney::before{content:"\F0302"}.mdi-jellyfish::before{content:"\F0F01"}.mdi-jellyfish-outline::before{content:"\F0F02"}.mdi-jira::before{content:"\F0303"}.mdi-jquery::before{content:"\F087D"}.mdi-jsfiddle::before{content:"\F0304"}.mdi-jump-rope::before{content:"\F12FF"}.mdi-kabaddi::before{content:"\F0D87"}.mdi-kangaroo::before{content:"\F1558"}.mdi-karate::before{content:"\F082C"}.mdi-kayaking::before{content:"\F08AF"}.mdi-keg::before{content:"\F0305"}.mdi-kettle::before{content:"\F05FA"}.mdi-kettle-alert::before{content:"\F1317"}.mdi-kettle-alert-outline::before{content:"\F1318"}.mdi-kettle-off::before{content:"\F131B"}.mdi-kettle-off-outline::before{content:"\F131C"}.mdi-kettle-outline::before{content:"\F0F56"}.mdi-kettle-pour-over::before{content:"\F173C"}.mdi-kettle-steam::before{content:"\F1319"}.mdi-kettle-steam-outline::before{content:"\F131A"}.mdi-kettlebell::before{content:"\F1300"}.mdi-key::before{content:"\F0306"}.mdi-key-alert::before{content:"\F1983"}.mdi-key-alert-outline::before{content:"\F1984"}.mdi-key-arrow-right::before{content:"\F1312"}.mdi-key-chain::before{content:"\F1574"}.mdi-key-chain-variant::before{content:"\F1575"}.mdi-key-change::before{content:"\F0307"}.mdi-key-link::before{content:"\F119F"}.mdi-key-minus::before{content:"\F0308"}.mdi-key-outline::before{content:"\F0DD6"}.mdi-key-plus::before{content:"\F0309"}.mdi-key-remove::before{content:"\F030A"}.mdi-key-star::before{content:"\F119E"}.mdi-key-variant::before{content:"\F030B"}.mdi-key-wireless::before{content:"\F0FC2"}.mdi-keyboard::before{content:"\F030C"}.mdi-keyboard-backspace::before{content:"\F030D"}.mdi-keyboard-caps::before{content:"\F030E"}.mdi-keyboard-close::before{content:"\F030F"}.mdi-keyboard-esc::before{content:"\F12B7"}.mdi-keyboard-f1::before{content:"\F12AB"}.mdi-keyboard-f10::before{content:"\F12B4"}.mdi-keyboard-f11::before{content:"\F12B5"}.mdi-keyboard-f12::before{content:"\F12B6"}.mdi-keyboard-f2::before{content:"\F12AC"}.mdi-keyboard-f3::before{content:"\F12AD"}.mdi-keyboard-f4::before{content:"\F12AE"}.mdi-keyboard-f5::before{content:"\F12AF"}.mdi-keyboard-f6::before{content:"\F12B0"}.mdi-keyboard-f7::before{content:"\F12B1"}.mdi-keyboard-f8::before{content:"\F12B2"}.mdi-keyboard-f9::before{content:"\F12B3"}.mdi-keyboard-off::before{content:"\F0310"}.mdi-keyboard-off-outline::before{content:"\F0E4B"}.mdi-keyboard-outline::before{content:"\F097B"}.mdi-keyboard-return::before{content:"\F0311"}.mdi-keyboard-settings::before{content:"\F09F9"}.mdi-keyboard-settings-outline::before{content:"\F09FA"}.mdi-keyboard-space::before{content:"\F1050"}.mdi-keyboard-tab::before{content:"\F0312"}.mdi-keyboard-tab-reverse::before{content:"\F0325"}.mdi-keyboard-variant::before{content:"\F0313"}.mdi-khanda::before{content:"\F10FD"}.mdi-kickstarter::before{content:"\F0745"}.mdi-kite::before{content:"\F1985"}.mdi-kite-outline::before{content:"\F1986"}.mdi-kitesurfing::before{content:"\F1744"}.mdi-klingon::before{content:"\F135B"}.mdi-knife::before{content:"\F09FB"}.mdi-knife-military::before{content:"\F09FC"}.mdi-koala::before{content:"\F173F"}.mdi-kodi::before{content:"\F0314"}.mdi-kubernetes::before{content:"\F10FE"}.mdi-label::before{content:"\F0315"}.mdi-label-multiple::before{content:"\F1375"}.mdi-label-multiple-outline::before{content:"\F1376"}.mdi-label-off::before{content:"\F0ACB"}.mdi-label-off-outline::before{content:"\F0ACC"}.mdi-label-outline::before{content:"\F0316"}.mdi-label-percent::before{content:"\F12EA"}.mdi-label-percent-outline::before{content:"\F12EB"}.mdi-label-variant::before{content:"\F0ACD"}.mdi-label-variant-outline::before{content:"\F0ACE"}.mdi-ladder::before{content:"\F15A2"}.mdi-ladybug::before{content:"\F082D"}.mdi-lambda::before{content:"\F0627"}.mdi-lamp::before{content:"\F06B5"}.mdi-lamp-outline::before{content:"\F17D0"}.mdi-lamps::before{content:"\F1576"}.mdi-lamps-outline::before{content:"\F17D1"}.mdi-lan::before{content:"\F0317"}.mdi-lan-check::before{content:"\F12AA"}.mdi-lan-connect::before{content:"\F0318"}.mdi-lan-disconnect::before{content:"\F0319"}.mdi-lan-pending::before{content:"\F031A"}.mdi-language-c::before{content:"\F0671"}.mdi-language-cpp::before{content:"\F0672"}.mdi-language-csharp::before{content:"\F031B"}.mdi-language-css3::before{content:"\F031C"}.mdi-language-fortran::before{content:"\F121A"}.mdi-language-go::before{content:"\F07D3"}.mdi-language-haskell::before{content:"\F0C92"}.mdi-language-html5::before{content:"\F031D"}.mdi-language-java::before{content:"\F0B37"}.mdi-language-javascript::before{content:"\F031E"}.mdi-language-kotlin::before{content:"\F1219"}.mdi-language-lua::before{content:"\F08B1"}.mdi-language-markdown::before{content:"\F0354"}.mdi-language-markdown-outline::before{content:"\F0F5B"}.mdi-language-php::before{content:"\F031F"}.mdi-language-python::before{content:"\F0320"}.mdi-language-r::before{content:"\F07D4"}.mdi-language-ruby::before{content:"\F0D2D"}.mdi-language-ruby-on-rails::before{content:"\F0ACF"}.mdi-language-rust::before{content:"\F1617"}.mdi-language-swift::before{content:"\F06E5"}.mdi-language-typescript::before{content:"\F06E6"}.mdi-language-xaml::before{content:"\F0673"}.mdi-laptop::before{content:"\F0322"}.mdi-laptop-off::before{content:"\F06E7"}.mdi-laravel::before{content:"\F0AD0"}.mdi-laser-pointer::before{content:"\F1484"}.mdi-lasso::before{content:"\F0F03"}.mdi-lastpass::before{content:"\F0446"}.mdi-latitude::before{content:"\F0F57"}.mdi-launch::before{content:"\F0327"}.mdi-lava-lamp::before{content:"\F07D5"}.mdi-layers::before{content:"\F0328"}.mdi-layers-edit::before{content:"\F1892"}.mdi-layers-minus::before{content:"\F0E4C"}.mdi-layers-off::before{content:"\F0329"}.mdi-layers-off-outline::before{content:"\F09FD"}.mdi-layers-outline::before{content:"\F09FE"}.mdi-layers-plus::before{content:"\F0E4D"}.mdi-layers-remove::before{content:"\F0E4E"}.mdi-layers-search::before{content:"\F1206"}.mdi-layers-search-outline::before{content:"\F1207"}.mdi-layers-triple::before{content:"\F0F58"}.mdi-layers-triple-outline::before{content:"\F0F59"}.mdi-lead-pencil::before{content:"\F064F"}.mdi-leaf::before{content:"\F032A"}.mdi-leaf-circle::before{content:"\F1905"}.mdi-leaf-circle-outline::before{content:"\F1906"}.mdi-leaf-maple::before{content:"\F0C93"}.mdi-leaf-maple-off::before{content:"\F12DA"}.mdi-leaf-off::before{content:"\F12D9"}.mdi-leak::before{content:"\F0DD7"}.mdi-leak-off::before{content:"\F0DD8"}.mdi-led-off::before{content:"\F032B"}.mdi-led-on::before{content:"\F032C"}.mdi-led-outline::before{content:"\F032D"}.mdi-led-strip::before{content:"\F07D6"}.mdi-led-strip-variant::before{content:"\F1051"}.mdi-led-variant-off::before{content:"\F032E"}.mdi-led-variant-on::before{content:"\F032F"}.mdi-led-variant-outline::before{content:"\F0330"}.mdi-leek::before{content:"\F117D"}.mdi-less-than::before{content:"\F097C"}.mdi-less-than-or-equal::before{content:"\F097D"}.mdi-library::before{content:"\F0331"}.mdi-library-shelves::before{content:"\F0BA9"}.mdi-license::before{content:"\F0FC3"}.mdi-lifebuoy::before{content:"\F087E"}.mdi-light-flood-down::before{content:"\F1987"}.mdi-light-flood-up::before{content:"\F1988"}.mdi-light-recessed::before{content:"\F179B"}.mdi-light-switch::before{content:"\F097E"}.mdi-lightbulb::before{content:"\F0335"}.mdi-lightbulb-auto::before{content:"\F1800"}.mdi-lightbulb-auto-outline::before{content:"\F1801"}.mdi-lightbulb-cfl::before{content:"\F1208"}.mdi-lightbulb-cfl-off::before{content:"\F1209"}.mdi-lightbulb-cfl-spiral::before{content:"\F1275"}.mdi-lightbulb-cfl-spiral-off::before{content:"\F12C3"}.mdi-lightbulb-fluorescent-tube::before{content:"\F1804"}.mdi-lightbulb-fluorescent-tube-outline::before{content:"\F1805"}.mdi-lightbulb-group::before{content:"\F1253"}.mdi-lightbulb-group-off::before{content:"\F12CD"}.mdi-lightbulb-group-off-outline::before{content:"\F12CE"}.mdi-lightbulb-group-outline::before{content:"\F1254"}.mdi-lightbulb-multiple::before{content:"\F1255"}.mdi-lightbulb-multiple-off::before{content:"\F12CF"}.mdi-lightbulb-multiple-off-outline::before{content:"\F12D0"}.mdi-lightbulb-multiple-outline::before{content:"\F1256"}.mdi-lightbulb-off::before{content:"\F0E4F"}.mdi-lightbulb-off-outline::before{content:"\F0E50"}.mdi-lightbulb-on::before{content:"\F06E8"}.mdi-lightbulb-on-outline::before{content:"\F06E9"}.mdi-lightbulb-outline::before{content:"\F0336"}.mdi-lightbulb-spot::before{content:"\F17F4"}.mdi-lightbulb-spot-off::before{content:"\F17F5"}.mdi-lightbulb-variant::before{content:"\F1802"}.mdi-lightbulb-variant-outline::before{content:"\F1803"}.mdi-lighthouse::before{content:"\F09FF"}.mdi-lighthouse-on::before{content:"\F0A00"}.mdi-lightning-bolt::before{content:"\F140B"}.mdi-lightning-bolt-circle::before{content:"\F0820"}.mdi-lightning-bolt-outline::before{content:"\F140C"}.mdi-line-scan::before{content:"\F0624"}.mdi-lingerie::before{content:"\F1476"}.mdi-link::before{content:"\F0337"}.mdi-link-box::before{content:"\F0D1A"}.mdi-link-box-outline::before{content:"\F0D1B"}.mdi-link-box-variant::before{content:"\F0D1C"}.mdi-link-box-variant-outline::before{content:"\F0D1D"}.mdi-link-lock::before{content:"\F10BA"}.mdi-link-off::before{content:"\F0338"}.mdi-link-plus::before{content:"\F0C94"}.mdi-link-variant::before{content:"\F0339"}.mdi-link-variant-minus::before{content:"\F10FF"}.mdi-link-variant-off::before{content:"\F033A"}.mdi-link-variant-plus::before{content:"\F1100"}.mdi-link-variant-remove::before{content:"\F1101"}.mdi-linkedin::before{content:"\F033B"}.mdi-linux::before{content:"\F033D"}.mdi-linux-mint::before{content:"\F08ED"}.mdi-lipstick::before{content:"\F13B5"}.mdi-liquid-spot::before{content:"\F1826"}.mdi-liquor::before{content:"\F191E"}.mdi-list-status::before{content:"\F15AB"}.mdi-litecoin::before{content:"\F0A61"}.mdi-loading::before{content:"\F0772"}.mdi-location-enter::before{content:"\F0FC4"}.mdi-location-exit::before{content:"\F0FC5"}.mdi-lock::before{content:"\F033E"}.mdi-lock-alert::before{content:"\F08EE"}.mdi-lock-alert-outline::before{content:"\F15D1"}.mdi-lock-check::before{content:"\F139A"}.mdi-lock-check-outline::before{content:"\F16A8"}.mdi-lock-clock::before{content:"\F097F"}.mdi-lock-minus::before{content:"\F16A9"}.mdi-lock-minus-outline::before{content:"\F16AA"}.mdi-lock-off::before{content:"\F1671"}.mdi-lock-off-outline::before{content:"\F1672"}.mdi-lock-open::before{content:"\F033F"}.mdi-lock-open-alert::before{content:"\F139B"}.mdi-lock-open-alert-outline::before{content:"\F15D2"}.mdi-lock-open-check::before{content:"\F139C"}.mdi-lock-open-check-outline::before{content:"\F16AB"}.mdi-lock-open-minus::before{content:"\F16AC"}.mdi-lock-open-minus-outline::before{content:"\F16AD"}.mdi-lock-open-outline::before{content:"\F0340"}.mdi-lock-open-plus::before{content:"\F16AE"}.mdi-lock-open-plus-outline::before{content:"\F16AF"}.mdi-lock-open-remove::before{content:"\F16B0"}.mdi-lock-open-remove-outline::before{content:"\F16B1"}.mdi-lock-open-variant::before{content:"\F0FC6"}.mdi-lock-open-variant-outline::before{content:"\F0FC7"}.mdi-lock-outline::before{content:"\F0341"}.mdi-lock-pattern::before{content:"\F06EA"}.mdi-lock-plus::before{content:"\F05FB"}.mdi-lock-plus-outline::before{content:"\F16B2"}.mdi-lock-question::before{content:"\F08EF"}.mdi-lock-remove::before{content:"\F16B3"}.mdi-lock-remove-outline::before{content:"\F16B4"}.mdi-lock-reset::before{content:"\F0773"}.mdi-lock-smart::before{content:"\F08B2"}.mdi-locker::before{content:"\F07D7"}.mdi-locker-multiple::before{content:"\F07D8"}.mdi-login::before{content:"\F0342"}.mdi-login-variant::before{content:"\F05FC"}.mdi-logout::before{content:"\F0343"}.mdi-logout-variant::before{content:"\F05FD"}.mdi-longitude::before{content:"\F0F5A"}.mdi-looks::before{content:"\F0344"}.mdi-lotion::before{content:"\F1582"}.mdi-lotion-outline::before{content:"\F1583"}.mdi-lotion-plus::before{content:"\F1584"}.mdi-lotion-plus-outline::before{content:"\F1585"}.mdi-loupe::before{content:"\F0345"}.mdi-lumx::before{content:"\F0346"}.mdi-lungs::before{content:"\F1084"}.mdi-mace::before{content:"\F1843"}.mdi-magazine-pistol::before{content:"\F0324"}.mdi-magazine-rifle::before{content:"\F0323"}.mdi-magic-staff::before{content:"\F1844"}.mdi-magnet::before{content:"\F0347"}.mdi-magnet-on::before{content:"\F0348"}.mdi-magnify::before{content:"\F0349"}.mdi-magnify-close::before{content:"\F0980"}.mdi-magnify-expand::before{content:"\F1874"}.mdi-magnify-minus::before{content:"\F034A"}.mdi-magnify-minus-cursor::before{content:"\F0A62"}.mdi-magnify-minus-outline::before{content:"\F06EC"}.mdi-magnify-plus::before{content:"\F034B"}.mdi-magnify-plus-cursor::before{content:"\F0A63"}.mdi-magnify-plus-outline::before{content:"\F06ED"}.mdi-magnify-remove-cursor::before{content:"\F120C"}.mdi-magnify-remove-outline::before{content:"\F120D"}.mdi-magnify-scan::before{content:"\F1276"}.mdi-mail::before{content:"\F0EBB"}.mdi-mailbox::before{content:"\F06EE"}.mdi-mailbox-open::before{content:"\F0D88"}.mdi-mailbox-open-outline::before{content:"\F0D89"}.mdi-mailbox-open-up::before{content:"\F0D8A"}.mdi-mailbox-open-up-outline::before{content:"\F0D8B"}.mdi-mailbox-outline::before{content:"\F0D8C"}.mdi-mailbox-up::before{content:"\F0D8D"}.mdi-mailbox-up-outline::before{content:"\F0D8E"}.mdi-manjaro::before{content:"\F160A"}.mdi-map::before{content:"\F034D"}.mdi-map-check::before{content:"\F0EBC"}.mdi-map-check-outline::before{content:"\F0EBD"}.mdi-map-clock::before{content:"\F0D1E"}.mdi-map-clock-outline::before{content:"\F0D1F"}.mdi-map-legend::before{content:"\F0A01"}.mdi-map-marker::before{content:"\F034E"}.mdi-map-marker-account::before{content:"\F18E3"}.mdi-map-marker-account-outline::before{content:"\F18E4"}.mdi-map-marker-alert::before{content:"\F0F05"}.mdi-map-marker-alert-outline::before{content:"\F0F06"}.mdi-map-marker-check::before{content:"\F0C95"}.mdi-map-marker-check-outline::before{content:"\F12FB"}.mdi-map-marker-circle::before{content:"\F034F"}.mdi-map-marker-distance::before{content:"\F08F0"}.mdi-map-marker-down::before{content:"\F1102"}.mdi-map-marker-left::before{content:"\F12DB"}.mdi-map-marker-left-outline::before{content:"\F12DD"}.mdi-map-marker-minus::before{content:"\F0650"}.mdi-map-marker-minus-outline::before{content:"\F12F9"}.mdi-map-marker-multiple::before{content:"\F0350"}.mdi-map-marker-multiple-outline::before{content:"\F1277"}.mdi-map-marker-off::before{content:"\F0351"}.mdi-map-marker-off-outline::before{content:"\F12FD"}.mdi-map-marker-outline::before{content:"\F07D9"}.mdi-map-marker-path::before{content:"\F0D20"}.mdi-map-marker-plus::before{content:"\F0651"}.mdi-map-marker-plus-outline::before{content:"\F12F8"}.mdi-map-marker-question::before{content:"\F0F07"}.mdi-map-marker-question-outline::before{content:"\F0F08"}.mdi-map-marker-radius::before{content:"\F0352"}.mdi-map-marker-radius-outline::before{content:"\F12FC"}.mdi-map-marker-remove::before{content:"\F0F09"}.mdi-map-marker-remove-outline::before{content:"\F12FA"}.mdi-map-marker-remove-variant::before{content:"\F0F0A"}.mdi-map-marker-right::before{content:"\F12DC"}.mdi-map-marker-right-outline::before{content:"\F12DE"}.mdi-map-marker-star::before{content:"\F1608"}.mdi-map-marker-star-outline::before{content:"\F1609"}.mdi-map-marker-up::before{content:"\F1103"}.mdi-map-minus::before{content:"\F0981"}.mdi-map-outline::before{content:"\F0982"}.mdi-map-plus::before{content:"\F0983"}.mdi-map-search::before{content:"\F0984"}.mdi-map-search-outline::before{content:"\F0985"}.mdi-mapbox::before{content:"\F0BAA"}.mdi-margin::before{content:"\F0353"}.mdi-marker::before{content:"\F0652"}.mdi-marker-cancel::before{content:"\F0DD9"}.mdi-marker-check::before{content:"\F0355"}.mdi-mastodon::before{content:"\F0AD1"}.mdi-material-design::before{content:"\F0986"}.mdi-material-ui::before{content:"\F0357"}.mdi-math-compass::before{content:"\F0358"}.mdi-math-cos::before{content:"\F0C96"}.mdi-math-integral::before{content:"\F0FC8"}.mdi-math-integral-box::before{content:"\F0FC9"}.mdi-math-log::before{content:"\F1085"}.mdi-math-norm::before{content:"\F0FCA"}.mdi-math-norm-box::before{content:"\F0FCB"}.mdi-math-sin::before{content:"\F0C97"}.mdi-math-tan::before{content:"\F0C98"}.mdi-matrix::before{content:"\F0628"}.mdi-medal::before{content:"\F0987"}.mdi-medal-outline::before{content:"\F1326"}.mdi-medical-bag::before{content:"\F06EF"}.mdi-meditation::before{content:"\F117B"}.mdi-memory::before{content:"\F035B"}.mdi-menorah::before{content:"\F17D4"}.mdi-menorah-fire::before{content:"\F17D5"}.mdi-menu::before{content:"\F035C"}.mdi-menu-down::before{content:"\F035D"}.mdi-menu-down-outline::before{content:"\F06B6"}.mdi-menu-left::before{content:"\F035E"}.mdi-menu-left-outline::before{content:"\F0A02"}.mdi-menu-open::before{content:"\F0BAB"}.mdi-menu-right::before{content:"\F035F"}.mdi-menu-right-outline::before{content:"\F0A03"}.mdi-menu-swap::before{content:"\F0A64"}.mdi-menu-swap-outline::before{content:"\F0A65"}.mdi-menu-up::before{content:"\F0360"}.mdi-menu-up-outline::before{content:"\F06B7"}.mdi-merge::before{content:"\F0F5C"}.mdi-message::before{content:"\F0361"}.mdi-message-alert::before{content:"\F0362"}.mdi-message-alert-outline::before{content:"\F0A04"}.mdi-message-arrow-left::before{content:"\F12F2"}.mdi-message-arrow-left-outline::before{content:"\F12F3"}.mdi-message-arrow-right::before{content:"\F12F4"}.mdi-message-arrow-right-outline::before{content:"\F12F5"}.mdi-message-badge::before{content:"\F1941"}.mdi-message-badge-outline::before{content:"\F1942"}.mdi-message-bookmark::before{content:"\F15AC"}.mdi-message-bookmark-outline::before{content:"\F15AD"}.mdi-message-bulleted::before{content:"\F06A2"}.mdi-message-bulleted-off::before{content:"\F06A3"}.mdi-message-cog::before{content:"\F06F1"}.mdi-message-cog-outline::before{content:"\F1172"}.mdi-message-draw::before{content:"\F0363"}.mdi-message-flash::before{content:"\F15A9"}.mdi-message-flash-outline::before{content:"\F15AA"}.mdi-message-image::before{content:"\F0364"}.mdi-message-image-outline::before{content:"\F116C"}.mdi-message-lock::before{content:"\F0FCC"}.mdi-message-lock-outline::before{content:"\F116D"}.mdi-message-minus::before{content:"\F116E"}.mdi-message-minus-outline::before{content:"\F116F"}.mdi-message-off::before{content:"\F164D"}.mdi-message-off-outline::before{content:"\F164E"}.mdi-message-outline::before{content:"\F0365"}.mdi-message-plus::before{content:"\F0653"}.mdi-message-plus-outline::before{content:"\F10BB"}.mdi-message-processing::before{content:"\F0366"}.mdi-message-processing-outline::before{content:"\F1170"}.mdi-message-question::before{content:"\F173A"}.mdi-message-question-outline::before{content:"\F173B"}.mdi-message-reply::before{content:"\F0367"}.mdi-message-reply-outline::before{content:"\F173D"}.mdi-message-reply-text::before{content:"\F0368"}.mdi-message-reply-text-outline::before{content:"\F173E"}.mdi-message-settings::before{content:"\F06F0"}.mdi-message-settings-outline::before{content:"\F1171"}.mdi-message-star::before{content:"\F069A"}.mdi-message-star-outline::before{content:"\F1250"}.mdi-message-text::before{content:"\F0369"}.mdi-message-text-clock::before{content:"\F1173"}.mdi-message-text-clock-outline::before{content:"\F1174"}.mdi-message-text-lock::before{content:"\F0FCD"}.mdi-message-text-lock-outline::before{content:"\F1175"}.mdi-message-text-outline::before{content:"\F036A"}.mdi-message-video::before{content:"\F036B"}.mdi-meteor::before{content:"\F0629"}.mdi-metronome::before{content:"\F07DA"}.mdi-metronome-tick::before{content:"\F07DB"}.mdi-micro-sd::before{content:"\F07DC"}.mdi-microphone::before{content:"\F036C"}.mdi-microphone-minus::before{content:"\F08B3"}.mdi-microphone-off::before{content:"\F036D"}.mdi-microphone-outline::before{content:"\F036E"}.mdi-microphone-plus::before{content:"\F08B4"}.mdi-microphone-question::before{content:"\F1989"}.mdi-microphone-question-outline::before{content:"\F198A"}.mdi-microphone-settings::before{content:"\F036F"}.mdi-microphone-variant::before{content:"\F0370"}.mdi-microphone-variant-off::before{content:"\F0371"}.mdi-microscope::before{content:"\F0654"}.mdi-microsoft::before{content:"\F0372"}.mdi-microsoft-access::before{content:"\F138E"}.mdi-microsoft-azure::before{content:"\F0805"}.mdi-microsoft-azure-devops::before{content:"\F0FD5"}.mdi-microsoft-bing::before{content:"\F00A4"}.mdi-microsoft-dynamics-365::before{content:"\F0988"}.mdi-microsoft-edge::before{content:"\F01E9"}.mdi-microsoft-excel::before{content:"\F138F"}.mdi-microsoft-internet-explorer::before{content:"\F0300"}.mdi-microsoft-office::before{content:"\F03C6"}.mdi-microsoft-onedrive::before{content:"\F03CA"}.mdi-microsoft-onenote::before{content:"\F0747"}.mdi-microsoft-outlook::before{content:"\F0D22"}.mdi-microsoft-powerpoint::before{content:"\F1390"}.mdi-microsoft-sharepoint::before{content:"\F1391"}.mdi-microsoft-teams::before{content:"\F02BB"}.mdi-microsoft-visual-studio::before{content:"\F0610"}.mdi-microsoft-visual-studio-code::before{content:"\F0A1E"}.mdi-microsoft-windows::before{content:"\F05B3"}.mdi-microsoft-windows-classic::before{content:"\F0A21"}.mdi-microsoft-word::before{content:"\F1392"}.mdi-microsoft-xbox::before{content:"\F05B9"}.mdi-microsoft-xbox-controller::before{content:"\F05BA"}.mdi-microsoft-xbox-controller-battery-alert::before{content:"\F074B"}.mdi-microsoft-xbox-controller-battery-charging::before{content:"\F0A22"}.mdi-microsoft-xbox-controller-battery-empty::before{content:"\F074C"}.mdi-microsoft-xbox-controller-battery-full::before{content:"\F074D"}.mdi-microsoft-xbox-controller-battery-low::before{content:"\F074E"}.mdi-microsoft-xbox-controller-battery-medium::before{content:"\F074F"}.mdi-microsoft-xbox-controller-battery-unknown::before{content:"\F0750"}.mdi-microsoft-xbox-controller-menu::before{content:"\F0E6F"}.mdi-microsoft-xbox-controller-off::before{content:"\F05BB"}.mdi-microsoft-xbox-controller-view::before{content:"\F0E70"}.mdi-microwave::before{content:"\F0C99"}.mdi-microwave-off::before{content:"\F1423"}.mdi-middleware::before{content:"\F0F5D"}.mdi-middleware-outline::before{content:"\F0F5E"}.mdi-midi::before{content:"\F08F1"}.mdi-midi-port::before{content:"\F08F2"}.mdi-mine::before{content:"\F0DDA"}.mdi-minecraft::before{content:"\F0373"}.mdi-mini-sd::before{content:"\F0A05"}.mdi-minidisc::before{content:"\F0A06"}.mdi-minus::before{content:"\F0374"}.mdi-minus-box::before{content:"\F0375"}.mdi-minus-box-multiple::before{content:"\F1141"}.mdi-minus-box-multiple-outline::before{content:"\F1142"}.mdi-minus-box-outline::before{content:"\F06F2"}.mdi-minus-circle::before{content:"\F0376"}.mdi-minus-circle-multiple::before{content:"\F035A"}.mdi-minus-circle-multiple-outline::before{content:"\F0AD3"}.mdi-minus-circle-off::before{content:"\F1459"}.mdi-minus-circle-off-outline::before{content:"\F145A"}.mdi-minus-circle-outline::before{content:"\F0377"}.mdi-minus-network::before{content:"\F0378"}.mdi-minus-network-outline::before{content:"\F0C9A"}.mdi-minus-thick::before{content:"\F1639"}.mdi-mirror::before{content:"\F11FD"}.mdi-mirror-rectangle::before{content:"\F179F"}.mdi-mirror-variant::before{content:"\F17A0"}.mdi-mixed-martial-arts::before{content:"\F0D8F"}.mdi-mixed-reality::before{content:"\F087F"}.mdi-molecule::before{content:"\F0BAC"}.mdi-molecule-co::before{content:"\F12FE"}.mdi-molecule-co2::before{content:"\F07E4"}.mdi-monitor::before{content:"\F0379"}.mdi-monitor-cellphone::before{content:"\F0989"}.mdi-monitor-cellphone-star::before{content:"\F098A"}.mdi-monitor-dashboard::before{content:"\F0A07"}.mdi-monitor-edit::before{content:"\F12C6"}.mdi-monitor-eye::before{content:"\F13B4"}.mdi-monitor-lock::before{content:"\F0DDB"}.mdi-monitor-multiple::before{content:"\F037A"}.mdi-monitor-off::before{content:"\F0D90"}.mdi-monitor-screenshot::before{content:"\F0E51"}.mdi-monitor-share::before{content:"\F1483"}.mdi-monitor-shimmer::before{content:"\F1104"}.mdi-monitor-small::before{content:"\F1876"}.mdi-monitor-speaker::before{content:"\F0F5F"}.mdi-monitor-speaker-off::before{content:"\F0F60"}.mdi-monitor-star::before{content:"\F0DDC"}.mdi-moon-first-quarter::before{content:"\F0F61"}.mdi-moon-full::before{content:"\F0F62"}.mdi-moon-last-quarter::before{content:"\F0F63"}.mdi-moon-new::before{content:"\F0F64"}.mdi-moon-waning-crescent::before{content:"\F0F65"}.mdi-moon-waning-gibbous::before{content:"\F0F66"}.mdi-moon-waxing-crescent::before{content:"\F0F67"}.mdi-moon-waxing-gibbous::before{content:"\F0F68"}.mdi-moped::before{content:"\F1086"}.mdi-moped-electric::before{content:"\F15B7"}.mdi-moped-electric-outline::before{content:"\F15B8"}.mdi-moped-outline::before{content:"\F15B9"}.mdi-more::before{content:"\F037B"}.mdi-mortar-pestle::before{content:"\F1748"}.mdi-mortar-pestle-plus::before{content:"\F03F1"}.mdi-mosque::before{content:"\F1827"}.mdi-mother-heart::before{content:"\F1314"}.mdi-mother-nurse::before{content:"\F0D21"}.mdi-motion::before{content:"\F15B2"}.mdi-motion-outline::before{content:"\F15B3"}.mdi-motion-pause::before{content:"\F1590"}.mdi-motion-pause-outline::before{content:"\F1592"}.mdi-motion-play::before{content:"\F158F"}.mdi-motion-play-outline::before{content:"\F1591"}.mdi-motion-sensor::before{content:"\F0D91"}.mdi-motion-sensor-off::before{content:"\F1435"}.mdi-motorbike::before{content:"\F037C"}.mdi-motorbike-electric::before{content:"\F15BA"}.mdi-mouse::before{content:"\F037D"}.mdi-mouse-bluetooth::before{content:"\F098B"}.mdi-mouse-move-down::before{content:"\F1550"}.mdi-mouse-move-up::before{content:"\F1551"}.mdi-mouse-move-vertical::before{content:"\F1552"}.mdi-mouse-off::before{content:"\F037E"}.mdi-mouse-variant::before{content:"\F037F"}.mdi-mouse-variant-off::before{content:"\F0380"}.mdi-move-resize::before{content:"\F0655"}.mdi-move-resize-variant::before{content:"\F0656"}.mdi-movie::before{content:"\F0381"}.mdi-movie-check::before{content:"\F16F3"}.mdi-movie-check-outline::before{content:"\F16F4"}.mdi-movie-cog::before{content:"\F16F5"}.mdi-movie-cog-outline::before{content:"\F16F6"}.mdi-movie-edit::before{content:"\F1122"}.mdi-movie-edit-outline::before{content:"\F1123"}.mdi-movie-filter::before{content:"\F1124"}.mdi-movie-filter-outline::before{content:"\F1125"}.mdi-movie-minus::before{content:"\F16F7"}.mdi-movie-minus-outline::before{content:"\F16F8"}.mdi-movie-off::before{content:"\F16F9"}.mdi-movie-off-outline::before{content:"\F16FA"}.mdi-movie-open::before{content:"\F0FCE"}.mdi-movie-open-check::before{content:"\F16FB"}.mdi-movie-open-check-outline::before{content:"\F16FC"}.mdi-movie-open-cog::before{content:"\F16FD"}.mdi-movie-open-cog-outline::before{content:"\F16FE"}.mdi-movie-open-edit::before{content:"\F16FF"}.mdi-movie-open-edit-outline::before{content:"\F1700"}.mdi-movie-open-minus::before{content:"\F1701"}.mdi-movie-open-minus-outline::before{content:"\F1702"}.mdi-movie-open-off::before{content:"\F1703"}.mdi-movie-open-off-outline::before{content:"\F1704"}.mdi-movie-open-outline::before{content:"\F0FCF"}.mdi-movie-open-play::before{content:"\F1705"}.mdi-movie-open-play-outline::before{content:"\F1706"}.mdi-movie-open-plus::before{content:"\F1707"}.mdi-movie-open-plus-outline::before{content:"\F1708"}.mdi-movie-open-remove::before{content:"\F1709"}.mdi-movie-open-remove-outline::before{content:"\F170A"}.mdi-movie-open-settings::before{content:"\F170B"}.mdi-movie-open-settings-outline::before{content:"\F170C"}.mdi-movie-open-star::before{content:"\F170D"}.mdi-movie-open-star-outline::before{content:"\F170E"}.mdi-movie-outline::before{content:"\F0DDD"}.mdi-movie-play::before{content:"\F170F"}.mdi-movie-play-outline::before{content:"\F1710"}.mdi-movie-plus::before{content:"\F1711"}.mdi-movie-plus-outline::before{content:"\F1712"}.mdi-movie-remove::before{content:"\F1713"}.mdi-movie-remove-outline::before{content:"\F1714"}.mdi-movie-roll::before{content:"\F07DE"}.mdi-movie-search::before{content:"\F11D2"}.mdi-movie-search-outline::before{content:"\F11D3"}.mdi-movie-settings::before{content:"\F1715"}.mdi-movie-settings-outline::before{content:"\F1716"}.mdi-movie-star::before{content:"\F1717"}.mdi-movie-star-outline::before{content:"\F1718"}.mdi-mower::before{content:"\F166F"}.mdi-mower-bag::before{content:"\F1670"}.mdi-muffin::before{content:"\F098C"}.mdi-multicast::before{content:"\F1893"}.mdi-multiplication::before{content:"\F0382"}.mdi-multiplication-box::before{content:"\F0383"}.mdi-mushroom::before{content:"\F07DF"}.mdi-mushroom-off::before{content:"\F13FA"}.mdi-mushroom-off-outline::before{content:"\F13FB"}.mdi-mushroom-outline::before{content:"\F07E0"}.mdi-music::before{content:"\F075A"}.mdi-music-accidental-double-flat::before{content:"\F0F69"}.mdi-music-accidental-double-sharp::before{content:"\F0F6A"}.mdi-music-accidental-flat::before{content:"\F0F6B"}.mdi-music-accidental-natural::before{content:"\F0F6C"}.mdi-music-accidental-sharp::before{content:"\F0F6D"}.mdi-music-box::before{content:"\F0384"}.mdi-music-box-multiple::before{content:"\F0333"}.mdi-music-box-multiple-outline::before{content:"\F0F04"}.mdi-music-box-outline::before{content:"\F0385"}.mdi-music-circle::before{content:"\F0386"}.mdi-music-circle-outline::before{content:"\F0AD4"}.mdi-music-clef-alto::before{content:"\F0F6E"}.mdi-music-clef-bass::before{content:"\F0F6F"}.mdi-music-clef-treble::before{content:"\F0F70"}.mdi-music-note::before{content:"\F0387"}.mdi-music-note-bluetooth::before{content:"\F05FE"}.mdi-music-note-bluetooth-off::before{content:"\F05FF"}.mdi-music-note-eighth::before{content:"\F0388"}.mdi-music-note-eighth-dotted::before{content:"\F0F71"}.mdi-music-note-half::before{content:"\F0389"}.mdi-music-note-half-dotted::before{content:"\F0F72"}.mdi-music-note-off::before{content:"\F038A"}.mdi-music-note-off-outline::before{content:"\F0F73"}.mdi-music-note-outline::before{content:"\F0F74"}.mdi-music-note-plus::before{content:"\F0DDE"}.mdi-music-note-quarter::before{content:"\F038B"}.mdi-music-note-quarter-dotted::before{content:"\F0F75"}.mdi-music-note-sixteenth::before{content:"\F038C"}.mdi-music-note-sixteenth-dotted::before{content:"\F0F76"}.mdi-music-note-whole::before{content:"\F038D"}.mdi-music-note-whole-dotted::before{content:"\F0F77"}.mdi-music-off::before{content:"\F075B"}.mdi-music-rest-eighth::before{content:"\F0F78"}.mdi-music-rest-half::before{content:"\F0F79"}.mdi-music-rest-quarter::before{content:"\F0F7A"}.mdi-music-rest-sixteenth::before{content:"\F0F7B"}.mdi-music-rest-whole::before{content:"\F0F7C"}.mdi-mustache::before{content:"\F15DE"}.mdi-nail::before{content:"\F0DDF"}.mdi-nas::before{content:"\F08F3"}.mdi-nativescript::before{content:"\F0880"}.mdi-nature::before{content:"\F038E"}.mdi-nature-people::before{content:"\F038F"}.mdi-navigation::before{content:"\F0390"}.mdi-navigation-outline::before{content:"\F1607"}.mdi-navigation-variant::before{content:"\F18F0"}.mdi-navigation-variant-outline::before{content:"\F18F1"}.mdi-near-me::before{content:"\F05CD"}.mdi-necklace::before{content:"\F0F0B"}.mdi-needle::before{content:"\F0391"}.mdi-netflix::before{content:"\F0746"}.mdi-network::before{content:"\F06F3"}.mdi-network-off::before{content:"\F0C9B"}.mdi-network-off-outline::before{content:"\F0C9C"}.mdi-network-outline::before{content:"\F0C9D"}.mdi-network-strength-1::before{content:"\F08F4"}.mdi-network-strength-1-alert::before{content:"\F08F5"}.mdi-network-strength-2::before{content:"\F08F6"}.mdi-network-strength-2-alert::before{content:"\F08F7"}.mdi-network-strength-3::before{content:"\F08F8"}.mdi-network-strength-3-alert::before{content:"\F08F9"}.mdi-network-strength-4::before{content:"\F08FA"}.mdi-network-strength-4-alert::before{content:"\F08FB"}.mdi-network-strength-4-cog::before{content:"\F191A"}.mdi-network-strength-off::before{content:"\F08FC"}.mdi-network-strength-off-outline::before{content:"\F08FD"}.mdi-network-strength-outline::before{content:"\F08FE"}.mdi-new-box::before{content:"\F0394"}.mdi-newspaper::before{content:"\F0395"}.mdi-newspaper-check::before{content:"\F1943"}.mdi-newspaper-minus::before{content:"\F0F0C"}.mdi-newspaper-plus::before{content:"\F0F0D"}.mdi-newspaper-remove::before{content:"\F1944"}.mdi-newspaper-variant::before{content:"\F1001"}.mdi-newspaper-variant-multiple::before{content:"\F1002"}.mdi-newspaper-variant-multiple-outline::before{content:"\F1003"}.mdi-newspaper-variant-outline::before{content:"\F1004"}.mdi-nfc::before{content:"\F0396"}.mdi-nfc-search-variant::before{content:"\F0E53"}.mdi-nfc-tap::before{content:"\F0397"}.mdi-nfc-variant::before{content:"\F0398"}.mdi-nfc-variant-off::before{content:"\F0E54"}.mdi-ninja::before{content:"\F0774"}.mdi-nintendo-game-boy::before{content:"\F1393"}.mdi-nintendo-switch::before{content:"\F07E1"}.mdi-nintendo-wii::before{content:"\F05AB"}.mdi-nintendo-wiiu::before{content:"\F072D"}.mdi-nix::before{content:"\F1105"}.mdi-nodejs::before{content:"\F0399"}.mdi-noodles::before{content:"\F117E"}.mdi-not-equal::before{content:"\F098D"}.mdi-not-equal-variant::before{content:"\F098E"}.mdi-note::before{content:"\F039A"}.mdi-note-alert::before{content:"\F177D"}.mdi-note-alert-outline::before{content:"\F177E"}.mdi-note-check::before{content:"\F177F"}.mdi-note-check-outline::before{content:"\F1780"}.mdi-note-edit::before{content:"\F1781"}.mdi-note-edit-outline::before{content:"\F1782"}.mdi-note-minus::before{content:"\F164F"}.mdi-note-minus-outline::before{content:"\F1650"}.mdi-note-multiple::before{content:"\F06B8"}.mdi-note-multiple-outline::before{content:"\F06B9"}.mdi-note-off::before{content:"\F1783"}.mdi-note-off-outline::before{content:"\F1784"}.mdi-note-outline::before{content:"\F039B"}.mdi-note-plus::before{content:"\F039C"}.mdi-note-plus-outline::before{content:"\F039D"}.mdi-note-remove::before{content:"\F1651"}.mdi-note-remove-outline::before{content:"\F1652"}.mdi-note-search::before{content:"\F1653"}.mdi-note-search-outline::before{content:"\F1654"}.mdi-note-text::before{content:"\F039E"}.mdi-note-text-outline::before{content:"\F11D7"}.mdi-notebook::before{content:"\F082E"}.mdi-notebook-check::before{content:"\F14F5"}.mdi-notebook-check-outline::before{content:"\F14F6"}.mdi-notebook-edit::before{content:"\F14E7"}.mdi-notebook-edit-outline::before{content:"\F14E9"}.mdi-notebook-minus::before{content:"\F1610"}.mdi-notebook-minus-outline::before{content:"\F1611"}.mdi-notebook-multiple::before{content:"\F0E55"}.mdi-notebook-outline::before{content:"\F0EBF"}.mdi-notebook-plus::before{content:"\F1612"}.mdi-notebook-plus-outline::before{content:"\F1613"}.mdi-notebook-remove::before{content:"\F1614"}.mdi-notebook-remove-outline::before{content:"\F1615"}.mdi-notification-clear-all::before{content:"\F039F"}.mdi-npm::before{content:"\F06F7"}.mdi-nuke::before{content:"\F06A4"}.mdi-null::before{content:"\F07E2"}.mdi-numeric::before{content:"\F03A0"}.mdi-numeric-0::before{content:"\F0B39"}.mdi-numeric-0-box::before{content:"\F03A1"}.mdi-numeric-0-box-multiple::before{content:"\F0F0E"}.mdi-numeric-0-box-multiple-outline::before{content:"\F03A2"}.mdi-numeric-0-box-outline::before{content:"\F03A3"}.mdi-numeric-0-circle::before{content:"\F0C9E"}.mdi-numeric-0-circle-outline::before{content:"\F0C9F"}.mdi-numeric-1::before{content:"\F0B3A"}.mdi-numeric-1-box::before{content:"\F03A4"}.mdi-numeric-1-box-multiple::before{content:"\F0F0F"}.mdi-numeric-1-box-multiple-outline::before{content:"\F03A5"}.mdi-numeric-1-box-outline::before{content:"\F03A6"}.mdi-numeric-1-circle::before{content:"\F0CA0"}.mdi-numeric-1-circle-outline::before{content:"\F0CA1"}.mdi-numeric-10::before{content:"\F0FE9"}.mdi-numeric-10-box::before{content:"\F0F7D"}.mdi-numeric-10-box-multiple::before{content:"\F0FEA"}.mdi-numeric-10-box-multiple-outline::before{content:"\F0FEB"}.mdi-numeric-10-box-outline::before{content:"\F0F7E"}.mdi-numeric-10-circle::before{content:"\F0FEC"}.mdi-numeric-10-circle-outline::before{content:"\F0FED"}.mdi-numeric-2::before{content:"\F0B3B"}.mdi-numeric-2-box::before{content:"\F03A7"}.mdi-numeric-2-box-multiple::before{content:"\F0F10"}.mdi-numeric-2-box-multiple-outline::before{content:"\F03A8"}.mdi-numeric-2-box-outline::before{content:"\F03A9"}.mdi-numeric-2-circle::before{content:"\F0CA2"}.mdi-numeric-2-circle-outline::before{content:"\F0CA3"}.mdi-numeric-3::before{content:"\F0B3C"}.mdi-numeric-3-box::before{content:"\F03AA"}.mdi-numeric-3-box-multiple::before{content:"\F0F11"}.mdi-numeric-3-box-multiple-outline::before{content:"\F03AB"}.mdi-numeric-3-box-outline::before{content:"\F03AC"}.mdi-numeric-3-circle::before{content:"\F0CA4"}.mdi-numeric-3-circle-outline::before{content:"\F0CA5"}.mdi-numeric-4::before{content:"\F0B3D"}.mdi-numeric-4-box::before{content:"\F03AD"}.mdi-numeric-4-box-multiple::before{content:"\F0F12"}.mdi-numeric-4-box-multiple-outline::before{content:"\F03B2"}.mdi-numeric-4-box-outline::before{content:"\F03AE"}.mdi-numeric-4-circle::before{content:"\F0CA6"}.mdi-numeric-4-circle-outline::before{content:"\F0CA7"}.mdi-numeric-5::before{content:"\F0B3E"}.mdi-numeric-5-box::before{content:"\F03B1"}.mdi-numeric-5-box-multiple::before{content:"\F0F13"}.mdi-numeric-5-box-multiple-outline::before{content:"\F03AF"}.mdi-numeric-5-box-outline::before{content:"\F03B0"}.mdi-numeric-5-circle::before{content:"\F0CA8"}.mdi-numeric-5-circle-outline::before{content:"\F0CA9"}.mdi-numeric-6::before{content:"\F0B3F"}.mdi-numeric-6-box::before{content:"\F03B3"}.mdi-numeric-6-box-multiple::before{content:"\F0F14"}.mdi-numeric-6-box-multiple-outline::before{content:"\F03B4"}.mdi-numeric-6-box-outline::before{content:"\F03B5"}.mdi-numeric-6-circle::before{content:"\F0CAA"}.mdi-numeric-6-circle-outline::before{content:"\F0CAB"}.mdi-numeric-7::before{content:"\F0B40"}.mdi-numeric-7-box::before{content:"\F03B6"}.mdi-numeric-7-box-multiple::before{content:"\F0F15"}.mdi-numeric-7-box-multiple-outline::before{content:"\F03B7"}.mdi-numeric-7-box-outline::before{content:"\F03B8"}.mdi-numeric-7-circle::before{content:"\F0CAC"}.mdi-numeric-7-circle-outline::before{content:"\F0CAD"}.mdi-numeric-8::before{content:"\F0B41"}.mdi-numeric-8-box::before{content:"\F03B9"}.mdi-numeric-8-box-multiple::before{content:"\F0F16"}.mdi-numeric-8-box-multiple-outline::before{content:"\F03BA"}.mdi-numeric-8-box-outline::before{content:"\F03BB"}.mdi-numeric-8-circle::before{content:"\F0CAE"}.mdi-numeric-8-circle-outline::before{content:"\F0CAF"}.mdi-numeric-9::before{content:"\F0B42"}.mdi-numeric-9-box::before{content:"\F03BC"}.mdi-numeric-9-box-multiple::before{content:"\F0F17"}.mdi-numeric-9-box-multiple-outline::before{content:"\F03BD"}.mdi-numeric-9-box-outline::before{content:"\F03BE"}.mdi-numeric-9-circle::before{content:"\F0CB0"}.mdi-numeric-9-circle-outline::before{content:"\F0CB1"}.mdi-numeric-9-plus::before{content:"\F0FEE"}.mdi-numeric-9-plus-box::before{content:"\F03BF"}.mdi-numeric-9-plus-box-multiple::before{content:"\F0F18"}.mdi-numeric-9-plus-box-multiple-outline::before{content:"\F03C0"}.mdi-numeric-9-plus-box-outline::before{content:"\F03C1"}.mdi-numeric-9-plus-circle::before{content:"\F0CB2"}.mdi-numeric-9-plus-circle-outline::before{content:"\F0CB3"}.mdi-numeric-negative-1::before{content:"\F1052"}.mdi-numeric-positive-1::before{content:"\F15CB"}.mdi-nut::before{content:"\F06F8"}.mdi-nutrition::before{content:"\F03C2"}.mdi-nuxt::before{content:"\F1106"}.mdi-oar::before{content:"\F067C"}.mdi-ocarina::before{content:"\F0DE0"}.mdi-oci::before{content:"\F12E9"}.mdi-ocr::before{content:"\F113A"}.mdi-octagon::before{content:"\F03C3"}.mdi-octagon-outline::before{content:"\F03C4"}.mdi-octagram::before{content:"\F06F9"}.mdi-octagram-outline::before{content:"\F0775"}.mdi-octahedron::before{content:"\F1950"}.mdi-octahedron-off::before{content:"\F1951"}.mdi-odnoklassniki::before{content:"\F03C5"}.mdi-offer::before{content:"\F121B"}.mdi-office-building::before{content:"\F0991"}.mdi-office-building-cog::before{content:"\F1949"}.mdi-office-building-cog-outline::before{content:"\F194A"}.mdi-office-building-marker::before{content:"\F1520"}.mdi-office-building-marker-outline::before{content:"\F1521"}.mdi-office-building-outline::before{content:"\F151F"}.mdi-oil::before{content:"\F03C7"}.mdi-oil-lamp::before{content:"\F0F19"}.mdi-oil-level::before{content:"\F1053"}.mdi-oil-temperature::before{content:"\F0FF8"}.mdi-om::before{content:"\F0973"}.mdi-omega::before{content:"\F03C9"}.mdi-one-up::before{content:"\F0BAD"}.mdi-onepassword::before{content:"\F0881"}.mdi-opacity::before{content:"\F05CC"}.mdi-open-in-app::before{content:"\F03CB"}.mdi-open-in-new::before{content:"\F03CC"}.mdi-open-source-initiative::before{content:"\F0BAE"}.mdi-openid::before{content:"\F03CD"}.mdi-opera::before{content:"\F03CE"}.mdi-orbit::before{content:"\F0018"}.mdi-orbit-variant::before{content:"\F15DB"}.mdi-order-alphabetical-ascending::before{content:"\F020D"}.mdi-order-alphabetical-descending::before{content:"\F0D07"}.mdi-order-bool-ascending::before{content:"\F02BE"}.mdi-order-bool-ascending-variant::before{content:"\F098F"}.mdi-order-bool-descending::before{content:"\F1384"}.mdi-order-bool-descending-variant::before{content:"\F0990"}.mdi-order-numeric-ascending::before{content:"\F0545"}.mdi-order-numeric-descending::before{content:"\F0546"}.mdi-origin::before{content:"\F0B43"}.mdi-ornament::before{content:"\F03CF"}.mdi-ornament-variant::before{content:"\F03D0"}.mdi-outdoor-lamp::before{content:"\F1054"}.mdi-overscan::before{content:"\F1005"}.mdi-owl::before{content:"\F03D2"}.mdi-pac-man::before{content:"\F0BAF"}.mdi-package::before{content:"\F03D3"}.mdi-package-down::before{content:"\F03D4"}.mdi-package-up::before{content:"\F03D5"}.mdi-package-variant::before{content:"\F03D6"}.mdi-package-variant-closed::before{content:"\F03D7"}.mdi-page-first::before{content:"\F0600"}.mdi-page-last::before{content:"\F0601"}.mdi-page-layout-body::before{content:"\F06FA"}.mdi-page-layout-footer::before{content:"\F06FB"}.mdi-page-layout-header::before{content:"\F06FC"}.mdi-page-layout-header-footer::before{content:"\F0F7F"}.mdi-page-layout-sidebar-left::before{content:"\F06FD"}.mdi-page-layout-sidebar-right::before{content:"\F06FE"}.mdi-page-next::before{content:"\F0BB0"}.mdi-page-next-outline::before{content:"\F0BB1"}.mdi-page-previous::before{content:"\F0BB2"}.mdi-page-previous-outline::before{content:"\F0BB3"}.mdi-pail::before{content:"\F1417"}.mdi-pail-minus::before{content:"\F1437"}.mdi-pail-minus-outline::before{content:"\F143C"}.mdi-pail-off::before{content:"\F1439"}.mdi-pail-off-outline::before{content:"\F143E"}.mdi-pail-outline::before{content:"\F143A"}.mdi-pail-plus::before{content:"\F1436"}.mdi-pail-plus-outline::before{content:"\F143B"}.mdi-pail-remove::before{content:"\F1438"}.mdi-pail-remove-outline::before{content:"\F143D"}.mdi-palette::before{content:"\F03D8"}.mdi-palette-advanced::before{content:"\F03D9"}.mdi-palette-outline::before{content:"\F0E0C"}.mdi-palette-swatch::before{content:"\F08B5"}.mdi-palette-swatch-outline::before{content:"\F135C"}.mdi-palette-swatch-variant::before{content:"\F195A"}.mdi-palm-tree::before{content:"\F1055"}.mdi-pan::before{content:"\F0BB4"}.mdi-pan-bottom-left::before{content:"\F0BB5"}.mdi-pan-bottom-right::before{content:"\F0BB6"}.mdi-pan-down::before{content:"\F0BB7"}.mdi-pan-horizontal::before{content:"\F0BB8"}.mdi-pan-left::before{content:"\F0BB9"}.mdi-pan-right::before{content:"\F0BBA"}.mdi-pan-top-left::before{content:"\F0BBB"}.mdi-pan-top-right::before{content:"\F0BBC"}.mdi-pan-up::before{content:"\F0BBD"}.mdi-pan-vertical::before{content:"\F0BBE"}.mdi-panda::before{content:"\F03DA"}.mdi-pandora::before{content:"\F03DB"}.mdi-panorama::before{content:"\F03DC"}.mdi-panorama-fisheye::before{content:"\F03DD"}.mdi-panorama-horizontal::before{content:"\F1928"}.mdi-panorama-horizontal-outline::before{content:"\F03DE"}.mdi-panorama-outline::before{content:"\F198C"}.mdi-panorama-sphere::before{content:"\F198D"}.mdi-panorama-sphere-outline::before{content:"\F198E"}.mdi-panorama-variant::before{content:"\F198F"}.mdi-panorama-variant-outline::before{content:"\F1990"}.mdi-panorama-vertical::before{content:"\F1929"}.mdi-panorama-vertical-outline::before{content:"\F03DF"}.mdi-panorama-wide-angle::before{content:"\F195F"}.mdi-panorama-wide-angle-outline::before{content:"\F03E0"}.mdi-paper-cut-vertical::before{content:"\F03E1"}.mdi-paper-roll::before{content:"\F1157"}.mdi-paper-roll-outline::before{content:"\F1158"}.mdi-paperclip::before{content:"\F03E2"}.mdi-parachute::before{content:"\F0CB4"}.mdi-parachute-outline::before{content:"\F0CB5"}.mdi-paragliding::before{content:"\F1745"}.mdi-parking::before{content:"\F03E3"}.mdi-party-popper::before{content:"\F1056"}.mdi-passport::before{content:"\F07E3"}.mdi-passport-biometric::before{content:"\F0DE1"}.mdi-pasta::before{content:"\F1160"}.mdi-patio-heater::before{content:"\F0F80"}.mdi-patreon::before{content:"\F0882"}.mdi-pause::before{content:"\F03E4"}.mdi-pause-circle::before{content:"\F03E5"}.mdi-pause-circle-outline::before{content:"\F03E6"}.mdi-pause-octagon::before{content:"\F03E7"}.mdi-pause-octagon-outline::before{content:"\F03E8"}.mdi-paw::before{content:"\F03E9"}.mdi-paw-off::before{content:"\F0657"}.mdi-paw-off-outline::before{content:"\F1676"}.mdi-paw-outline::before{content:"\F1675"}.mdi-peace::before{content:"\F0884"}.mdi-peanut::before{content:"\F0FFC"}.mdi-peanut-off::before{content:"\F0FFD"}.mdi-peanut-off-outline::before{content:"\F0FFF"}.mdi-peanut-outline::before{content:"\F0FFE"}.mdi-pen::before{content:"\F03EA"}.mdi-pen-lock::before{content:"\F0DE2"}.mdi-pen-minus::before{content:"\F0DE3"}.mdi-pen-off::before{content:"\F0DE4"}.mdi-pen-plus::before{content:"\F0DE5"}.mdi-pen-remove::before{content:"\F0DE6"}.mdi-pencil::before{content:"\F03EB"}.mdi-pencil-box::before{content:"\F03EC"}.mdi-pencil-box-multiple::before{content:"\F1144"}.mdi-pencil-box-multiple-outline::before{content:"\F1145"}.mdi-pencil-box-outline::before{content:"\F03ED"}.mdi-pencil-circle::before{content:"\F06FF"}.mdi-pencil-circle-outline::before{content:"\F0776"}.mdi-pencil-lock::before{content:"\F03EE"}.mdi-pencil-lock-outline::before{content:"\F0DE7"}.mdi-pencil-minus::before{content:"\F0DE8"}.mdi-pencil-minus-outline::before{content:"\F0DE9"}.mdi-pencil-off::before{content:"\F03EF"}.mdi-pencil-off-outline::before{content:"\F0DEA"}.mdi-pencil-outline::before{content:"\F0CB6"}.mdi-pencil-plus::before{content:"\F0DEB"}.mdi-pencil-plus-outline::before{content:"\F0DEC"}.mdi-pencil-remove::before{content:"\F0DED"}.mdi-pencil-remove-outline::before{content:"\F0DEE"}.mdi-pencil-ruler::before{content:"\F1353"}.mdi-penguin::before{content:"\F0EC0"}.mdi-pentagon::before{content:"\F0701"}.mdi-pentagon-outline::before{content:"\F0700"}.mdi-pentagram::before{content:"\F1667"}.mdi-percent::before{content:"\F03F0"}.mdi-percent-outline::before{content:"\F1278"}.mdi-periodic-table::before{content:"\F08B6"}.mdi-perspective-less::before{content:"\F0D23"}.mdi-perspective-more::before{content:"\F0D24"}.mdi-ph::before{content:"\F17C5"}.mdi-phone::before{content:"\F03F2"}.mdi-phone-alert::before{content:"\F0F1A"}.mdi-phone-alert-outline::before{content:"\F118E"}.mdi-phone-bluetooth::before{content:"\F03F3"}.mdi-phone-bluetooth-outline::before{content:"\F118F"}.mdi-phone-cancel::before{content:"\F10BC"}.mdi-phone-cancel-outline::before{content:"\F1190"}.mdi-phone-check::before{content:"\F11A9"}.mdi-phone-check-outline::before{content:"\F11AA"}.mdi-phone-classic::before{content:"\F0602"}.mdi-phone-classic-off::before{content:"\F1279"}.mdi-phone-dial::before{content:"\F1559"}.mdi-phone-dial-outline::before{content:"\F155A"}.mdi-phone-forward::before{content:"\F03F4"}.mdi-phone-forward-outline::before{content:"\F1191"}.mdi-phone-hangup::before{content:"\F03F5"}.mdi-phone-hangup-outline::before{content:"\F1192"}.mdi-phone-in-talk::before{content:"\F03F6"}.mdi-phone-in-talk-outline::before{content:"\F1182"}.mdi-phone-incoming::before{content:"\F03F7"}.mdi-phone-incoming-outline::before{content:"\F1193"}.mdi-phone-lock::before{content:"\F03F8"}.mdi-phone-lock-outline::before{content:"\F1194"}.mdi-phone-log::before{content:"\F03F9"}.mdi-phone-log-outline::before{content:"\F1195"}.mdi-phone-message::before{content:"\F1196"}.mdi-phone-message-outline::before{content:"\F1197"}.mdi-phone-minus::before{content:"\F0658"}.mdi-phone-minus-outline::before{content:"\F1198"}.mdi-phone-missed::before{content:"\F03FA"}.mdi-phone-missed-outline::before{content:"\F11A5"}.mdi-phone-off::before{content:"\F0DEF"}.mdi-phone-off-outline::before{content:"\F11A6"}.mdi-phone-outgoing::before{content:"\F03FB"}.mdi-phone-outgoing-outline::before{content:"\F1199"}.mdi-phone-outline::before{content:"\F0DF0"}.mdi-phone-paused::before{content:"\F03FC"}.mdi-phone-paused-outline::before{content:"\F119A"}.mdi-phone-plus::before{content:"\F0659"}.mdi-phone-plus-outline::before{content:"\F119B"}.mdi-phone-refresh::before{content:"\F1993"}.mdi-phone-refresh-outline::before{content:"\F1994"}.mdi-phone-remove::before{content:"\F152F"}.mdi-phone-remove-outline::before{content:"\F1530"}.mdi-phone-return::before{content:"\F082F"}.mdi-phone-return-outline::before{content:"\F119C"}.mdi-phone-ring::before{content:"\F11AB"}.mdi-phone-ring-outline::before{content:"\F11AC"}.mdi-phone-rotate-landscape::before{content:"\F0885"}.mdi-phone-rotate-portrait::before{content:"\F0886"}.mdi-phone-settings::before{content:"\F03FD"}.mdi-phone-settings-outline::before{content:"\F119D"}.mdi-phone-sync::before{content:"\F1995"}.mdi-phone-sync-outline::before{content:"\F1996"}.mdi-phone-voip::before{content:"\F03FE"}.mdi-pi::before{content:"\F03FF"}.mdi-pi-box::before{content:"\F0400"}.mdi-pi-hole::before{content:"\F0DF1"}.mdi-piano::before{content:"\F067D"}.mdi-piano-off::before{content:"\F0698"}.mdi-pickaxe::before{content:"\F08B7"}.mdi-picture-in-picture-bottom-right::before{content:"\F0E57"}.mdi-picture-in-picture-bottom-right-outline::before{content:"\F0E58"}.mdi-picture-in-picture-top-right::before{content:"\F0E59"}.mdi-picture-in-picture-top-right-outline::before{content:"\F0E5A"}.mdi-pier::before{content:"\F0887"}.mdi-pier-crane::before{content:"\F0888"}.mdi-pig::before{content:"\F0401"}.mdi-pig-variant::before{content:"\F1006"}.mdi-pig-variant-outline::before{content:"\F1678"}.mdi-piggy-bank::before{content:"\F1007"}.mdi-piggy-bank-outline::before{content:"\F1679"}.mdi-pill::before{content:"\F0402"}.mdi-pillar::before{content:"\F0702"}.mdi-pin::before{content:"\F0403"}.mdi-pin-off::before{content:"\F0404"}.mdi-pin-off-outline::before{content:"\F0930"}.mdi-pin-outline::before{content:"\F0931"}.mdi-pine-tree::before{content:"\F0405"}.mdi-pine-tree-box::before{content:"\F0406"}.mdi-pine-tree-fire::before{content:"\F141A"}.mdi-pinterest::before{content:"\F0407"}.mdi-pinwheel::before{content:"\F0AD5"}.mdi-pinwheel-outline::before{content:"\F0AD6"}.mdi-pipe::before{content:"\F07E5"}.mdi-pipe-disconnected::before{content:"\F07E6"}.mdi-pipe-leak::before{content:"\F0889"}.mdi-pipe-valve::before{content:"\F184D"}.mdi-pipe-wrench::before{content:"\F1354"}.mdi-pirate::before{content:"\F0A08"}.mdi-pistol::before{content:"\F0703"}.mdi-piston::before{content:"\F088A"}.mdi-pitchfork::before{content:"\F1553"}.mdi-pizza::before{content:"\F0409"}.mdi-play::before{content:"\F040A"}.mdi-play-box::before{content:"\F127A"}.mdi-play-box-multiple::before{content:"\F0D19"}.mdi-play-box-multiple-outline::before{content:"\F13E6"}.mdi-play-box-outline::before{content:"\F040B"}.mdi-play-circle::before{content:"\F040C"}.mdi-play-circle-outline::before{content:"\F040D"}.mdi-play-network::before{content:"\F088B"}.mdi-play-network-outline::before{content:"\F0CB7"}.mdi-play-outline::before{content:"\F0F1B"}.mdi-play-pause::before{content:"\F040E"}.mdi-play-protected-content::before{content:"\F040F"}.mdi-play-speed::before{content:"\F08FF"}.mdi-playlist-check::before{content:"\F05C7"}.mdi-playlist-edit::before{content:"\F0900"}.mdi-playlist-minus::before{content:"\F0410"}.mdi-playlist-music::before{content:"\F0CB8"}.mdi-playlist-music-outline::before{content:"\F0CB9"}.mdi-playlist-play::before{content:"\F0411"}.mdi-playlist-plus::before{content:"\F0412"}.mdi-playlist-remove::before{content:"\F0413"}.mdi-playlist-star::before{content:"\F0DF2"}.mdi-plex::before{content:"\F06BA"}.mdi-pliers::before{content:"\F19A4"}.mdi-plus::before{content:"\F0415"}.mdi-plus-box::before{content:"\F0416"}.mdi-plus-box-multiple::before{content:"\F0334"}.mdi-plus-box-multiple-outline::before{content:"\F1143"}.mdi-plus-box-outline::before{content:"\F0704"}.mdi-plus-circle::before{content:"\F0417"}.mdi-plus-circle-multiple::before{content:"\F034C"}.mdi-plus-circle-multiple-outline::before{content:"\F0418"}.mdi-plus-circle-outline::before{content:"\F0419"}.mdi-plus-minus::before{content:"\F0992"}.mdi-plus-minus-box::before{content:"\F0993"}.mdi-plus-minus-variant::before{content:"\F14C9"}.mdi-plus-network::before{content:"\F041A"}.mdi-plus-network-outline::before{content:"\F0CBA"}.mdi-plus-outline::before{content:"\F0705"}.mdi-plus-thick::before{content:"\F11EC"}.mdi-podcast::before{content:"\F0994"}.mdi-podium::before{content:"\F0D25"}.mdi-podium-bronze::before{content:"\F0D26"}.mdi-podium-gold::before{content:"\F0D27"}.mdi-podium-silver::before{content:"\F0D28"}.mdi-point-of-sale::before{content:"\F0D92"}.mdi-pokeball::before{content:"\F041D"}.mdi-pokemon-go::before{content:"\F0A09"}.mdi-poker-chip::before{content:"\F0830"}.mdi-polaroid::before{content:"\F041E"}.mdi-police-badge::before{content:"\F1167"}.mdi-police-badge-outline::before{content:"\F1168"}.mdi-police-station::before{content:"\F1839"}.mdi-poll::before{content:"\F041F"}.mdi-polo::before{content:"\F14C3"}.mdi-polymer::before{content:"\F0421"}.mdi-pool::before{content:"\F0606"}.mdi-popcorn::before{content:"\F0422"}.mdi-post::before{content:"\F1008"}.mdi-post-outline::before{content:"\F1009"}.mdi-postage-stamp::before{content:"\F0CBB"}.mdi-pot::before{content:"\F02E5"}.mdi-pot-mix::before{content:"\F065B"}.mdi-pot-mix-outline::before{content:"\F0677"}.mdi-pot-outline::before{content:"\F02FF"}.mdi-pot-steam::before{content:"\F065A"}.mdi-pot-steam-outline::before{content:"\F0326"}.mdi-pound::before{content:"\F0423"}.mdi-pound-box::before{content:"\F0424"}.mdi-pound-box-outline::before{content:"\F117F"}.mdi-power::before{content:"\F0425"}.mdi-power-cycle::before{content:"\F0901"}.mdi-power-off::before{content:"\F0902"}.mdi-power-on::before{content:"\F0903"}.mdi-power-plug::before{content:"\F06A5"}.mdi-power-plug-off::before{content:"\F06A6"}.mdi-power-plug-off-outline::before{content:"\F1424"}.mdi-power-plug-outline::before{content:"\F1425"}.mdi-power-settings::before{content:"\F0426"}.mdi-power-sleep::before{content:"\F0904"}.mdi-power-socket::before{content:"\F0427"}.mdi-power-socket-au::before{content:"\F0905"}.mdi-power-socket-ch::before{content:"\F0FB3"}.mdi-power-socket-de::before{content:"\F1107"}.mdi-power-socket-eu::before{content:"\F07E7"}.mdi-power-socket-fr::before{content:"\F1108"}.mdi-power-socket-it::before{content:"\F14FF"}.mdi-power-socket-jp::before{content:"\F1109"}.mdi-power-socket-uk::before{content:"\F07E8"}.mdi-power-socket-us::before{content:"\F07E9"}.mdi-power-standby::before{content:"\F0906"}.mdi-powershell::before{content:"\F0A0A"}.mdi-prescription::before{content:"\F0706"}.mdi-presentation::before{content:"\F0428"}.mdi-presentation-play::before{content:"\F0429"}.mdi-pretzel::before{content:"\F1562"}.mdi-printer::before{content:"\F042A"}.mdi-printer-3d::before{content:"\F042B"}.mdi-printer-3d-nozzle::before{content:"\F0E5B"}.mdi-printer-3d-nozzle-alert::before{content:"\F11C0"}.mdi-printer-3d-nozzle-alert-outline::before{content:"\F11C1"}.mdi-printer-3d-nozzle-heat::before{content:"\F18B8"}.mdi-printer-3d-nozzle-heat-outline::before{content:"\F18B9"}.mdi-printer-3d-nozzle-outline::before{content:"\F0E5C"}.mdi-printer-alert::before{content:"\F042C"}.mdi-printer-check::before{content:"\F1146"}.mdi-printer-eye::before{content:"\F1458"}.mdi-printer-off::before{content:"\F0E5D"}.mdi-printer-off-outline::before{content:"\F1785"}.mdi-printer-outline::before{content:"\F1786"}.mdi-printer-pos::before{content:"\F1057"}.mdi-printer-search::before{content:"\F1457"}.mdi-printer-settings::before{content:"\F0707"}.mdi-printer-wireless::before{content:"\F0A0B"}.mdi-priority-high::before{content:"\F0603"}.mdi-priority-low::before{content:"\F0604"}.mdi-professional-hexagon::before{content:"\F042D"}.mdi-progress-alert::before{content:"\F0CBC"}.mdi-progress-check::before{content:"\F0995"}.mdi-progress-clock::before{content:"\F0996"}.mdi-progress-close::before{content:"\F110A"}.mdi-progress-download::before{content:"\F0997"}.mdi-progress-pencil::before{content:"\F1787"}.mdi-progress-question::before{content:"\F1522"}.mdi-progress-star::before{content:"\F1788"}.mdi-progress-upload::before{content:"\F0998"}.mdi-progress-wrench::before{content:"\F0CBD"}.mdi-projector::before{content:"\F042E"}.mdi-projector-screen::before{content:"\F042F"}.mdi-projector-screen-off::before{content:"\F180D"}.mdi-projector-screen-off-outline::before{content:"\F180E"}.mdi-projector-screen-outline::before{content:"\F1724"}.mdi-projector-screen-variant::before{content:"\F180F"}.mdi-projector-screen-variant-off::before{content:"\F1810"}.mdi-projector-screen-variant-off-outline::before{content:"\F1811"}.mdi-projector-screen-variant-outline::before{content:"\F1812"}.mdi-propane-tank::before{content:"\F1357"}.mdi-propane-tank-outline::before{content:"\F1358"}.mdi-protocol::before{content:"\F0FD8"}.mdi-publish::before{content:"\F06A7"}.mdi-publish-off::before{content:"\F1945"}.mdi-pulse::before{content:"\F0430"}.mdi-pump::before{content:"\F1402"}.mdi-pumpkin::before{content:"\F0BBF"}.mdi-purse::before{content:"\F0F1C"}.mdi-purse-outline::before{content:"\F0F1D"}.mdi-puzzle::before{content:"\F0431"}.mdi-puzzle-check::before{content:"\F1426"}.mdi-puzzle-check-outline::before{content:"\F1427"}.mdi-puzzle-edit::before{content:"\F14D3"}.mdi-puzzle-edit-outline::before{content:"\F14D9"}.mdi-puzzle-heart::before{content:"\F14D4"}.mdi-puzzle-heart-outline::before{content:"\F14DA"}.mdi-puzzle-minus::before{content:"\F14D1"}.mdi-puzzle-minus-outline::before{content:"\F14D7"}.mdi-puzzle-outline::before{content:"\F0A66"}.mdi-puzzle-plus::before{content:"\F14D0"}.mdi-puzzle-plus-outline::before{content:"\F14D6"}.mdi-puzzle-remove::before{content:"\F14D2"}.mdi-puzzle-remove-outline::before{content:"\F14D8"}.mdi-puzzle-star::before{content:"\F14D5"}.mdi-puzzle-star-outline::before{content:"\F14DB"}.mdi-pyramid::before{content:"\F1952"}.mdi-pyramid-off::before{content:"\F1953"}.mdi-qi::before{content:"\F0999"}.mdi-qqchat::before{content:"\F0605"}.mdi-qrcode::before{content:"\F0432"}.mdi-qrcode-edit::before{content:"\F08B8"}.mdi-qrcode-minus::before{content:"\F118C"}.mdi-qrcode-plus::before{content:"\F118B"}.mdi-qrcode-remove::before{content:"\F118D"}.mdi-qrcode-scan::before{content:"\F0433"}.mdi-quadcopter::before{content:"\F0434"}.mdi-quality-high::before{content:"\F0435"}.mdi-quality-low::before{content:"\F0A0C"}.mdi-quality-medium::before{content:"\F0A0D"}.mdi-quora::before{content:"\F0D29"}.mdi-rabbit::before{content:"\F0907"}.mdi-racing-helmet::before{content:"\F0D93"}.mdi-racquetball::before{content:"\F0D94"}.mdi-radar::before{content:"\F0437"}.mdi-radiator::before{content:"\F0438"}.mdi-radiator-disabled::before{content:"\F0AD7"}.mdi-radiator-off::before{content:"\F0AD8"}.mdi-radio::before{content:"\F0439"}.mdi-radio-am::before{content:"\F0CBE"}.mdi-radio-fm::before{content:"\F0CBF"}.mdi-radio-handheld::before{content:"\F043A"}.mdi-radio-off::before{content:"\F121C"}.mdi-radio-tower::before{content:"\F043B"}.mdi-radioactive::before{content:"\F043C"}.mdi-radioactive-circle::before{content:"\F185D"}.mdi-radioactive-circle-outline::before{content:"\F185E"}.mdi-radioactive-off::before{content:"\F0EC1"}.mdi-radiobox-blank::before{content:"\F043D"}.mdi-radiobox-marked::before{content:"\F043E"}.mdi-radiology-box::before{content:"\F14C5"}.mdi-radiology-box-outline::before{content:"\F14C6"}.mdi-radius::before{content:"\F0CC0"}.mdi-radius-outline::before{content:"\F0CC1"}.mdi-railroad-light::before{content:"\F0F1E"}.mdi-rake::before{content:"\F1544"}.mdi-raspberry-pi::before{content:"\F043F"}.mdi-ray-end::before{content:"\F0440"}.mdi-ray-end-arrow::before{content:"\F0441"}.mdi-ray-start::before{content:"\F0442"}.mdi-ray-start-arrow::before{content:"\F0443"}.mdi-ray-start-end::before{content:"\F0444"}.mdi-ray-start-vertex-end::before{content:"\F15D8"}.mdi-ray-vertex::before{content:"\F0445"}.mdi-razor-double-edge::before{content:"\F1997"}.mdi-razor-single-edge::before{content:"\F1998"}.mdi-react::before{content:"\F0708"}.mdi-read::before{content:"\F0447"}.mdi-receipt::before{content:"\F0449"}.mdi-record::before{content:"\F044A"}.mdi-record-circle::before{content:"\F0EC2"}.mdi-record-circle-outline::before{content:"\F0EC3"}.mdi-record-player::before{content:"\F099A"}.mdi-record-rec::before{content:"\F044B"}.mdi-rectangle::before{content:"\F0E5E"}.mdi-rectangle-outline::before{content:"\F0E5F"}.mdi-recycle::before{content:"\F044C"}.mdi-recycle-variant::before{content:"\F139D"}.mdi-reddit::before{content:"\F044D"}.mdi-redhat::before{content:"\F111B"}.mdi-redo::before{content:"\F044E"}.mdi-redo-variant::before{content:"\F044F"}.mdi-reflect-horizontal::before{content:"\F0A0E"}.mdi-reflect-vertical::before{content:"\F0A0F"}.mdi-refresh::before{content:"\F0450"}.mdi-refresh-auto::before{content:"\F18F2"}.mdi-refresh-circle::before{content:"\F1377"}.mdi-regex::before{content:"\F0451"}.mdi-registered-trademark::before{content:"\F0A67"}.mdi-reiterate::before{content:"\F1588"}.mdi-relation-many-to-many::before{content:"\F1496"}.mdi-relation-many-to-one::before{content:"\F1497"}.mdi-relation-many-to-one-or-many::before{content:"\F1498"}.mdi-relation-many-to-only-one::before{content:"\F1499"}.mdi-relation-many-to-zero-or-many::before{content:"\F149A"}.mdi-relation-many-to-zero-or-one::before{content:"\F149B"}.mdi-relation-one-or-many-to-many::before{content:"\F149C"}.mdi-relation-one-or-many-to-one::before{content:"\F149D"}.mdi-relation-one-or-many-to-one-or-many::before{content:"\F149E"}.mdi-relation-one-or-many-to-only-one::before{content:"\F149F"}.mdi-relation-one-or-many-to-zero-or-many::before{content:"\F14A0"}.mdi-relation-one-or-many-to-zero-or-one::before{content:"\F14A1"}.mdi-relation-one-to-many::before{content:"\F14A2"}.mdi-relation-one-to-one::before{content:"\F14A3"}.mdi-relation-one-to-one-or-many::before{content:"\F14A4"}.mdi-relation-one-to-only-one::before{content:"\F14A5"}.mdi-relation-one-to-zero-or-many::before{content:"\F14A6"}.mdi-relation-one-to-zero-or-one::before{content:"\F14A7"}.mdi-relation-only-one-to-many::before{content:"\F14A8"}.mdi-relation-only-one-to-one::before{content:"\F14A9"}.mdi-relation-only-one-to-one-or-many::before{content:"\F14AA"}.mdi-relation-only-one-to-only-one::before{content:"\F14AB"}.mdi-relation-only-one-to-zero-or-many::before{content:"\F14AC"}.mdi-relation-only-one-to-zero-or-one::before{content:"\F14AD"}.mdi-relation-zero-or-many-to-many::before{content:"\F14AE"}.mdi-relation-zero-or-many-to-one::before{content:"\F14AF"}.mdi-relation-zero-or-many-to-one-or-many::before{content:"\F14B0"}.mdi-relation-zero-or-many-to-only-one::before{content:"\F14B1"}.mdi-relation-zero-or-many-to-zero-or-many::before{content:"\F14B2"}.mdi-relation-zero-or-many-to-zero-or-one::before{content:"\F14B3"}.mdi-relation-zero-or-one-to-many::before{content:"\F14B4"}.mdi-relation-zero-or-one-to-one::before{content:"\F14B5"}.mdi-relation-zero-or-one-to-one-or-many::before{content:"\F14B6"}.mdi-relation-zero-or-one-to-only-one::before{content:"\F14B7"}.mdi-relation-zero-or-one-to-zero-or-many::before{content:"\F14B8"}.mdi-relation-zero-or-one-to-zero-or-one::before{content:"\F14B9"}.mdi-relative-scale::before{content:"\F0452"}.mdi-reload::before{content:"\F0453"}.mdi-reload-alert::before{content:"\F110B"}.mdi-reminder::before{content:"\F088C"}.mdi-remote::before{content:"\F0454"}.mdi-remote-desktop::before{content:"\F08B9"}.mdi-remote-off::before{content:"\F0EC4"}.mdi-remote-tv::before{content:"\F0EC5"}.mdi-remote-tv-off::before{content:"\F0EC6"}.mdi-rename-box::before{content:"\F0455"}.mdi-reorder-horizontal::before{content:"\F0688"}.mdi-reorder-vertical::before{content:"\F0689"}.mdi-repeat::before{content:"\F0456"}.mdi-repeat-off::before{content:"\F0457"}.mdi-repeat-once::before{content:"\F0458"}.mdi-repeat-variant::before{content:"\F0547"}.mdi-replay::before{content:"\F0459"}.mdi-reply::before{content:"\F045A"}.mdi-reply-all::before{content:"\F045B"}.mdi-reply-all-outline::before{content:"\F0F1F"}.mdi-reply-circle::before{content:"\F11AE"}.mdi-reply-outline::before{content:"\F0F20"}.mdi-reproduction::before{content:"\F045C"}.mdi-resistor::before{content:"\F0B44"}.mdi-resistor-nodes::before{content:"\F0B45"}.mdi-resize::before{content:"\F0A68"}.mdi-resize-bottom-right::before{content:"\F045D"}.mdi-responsive::before{content:"\F045E"}.mdi-restart::before{content:"\F0709"}.mdi-restart-alert::before{content:"\F110C"}.mdi-restart-off::before{content:"\F0D95"}.mdi-restore::before{content:"\F099B"}.mdi-restore-alert::before{content:"\F110D"}.mdi-rewind::before{content:"\F045F"}.mdi-rewind-10::before{content:"\F0D2A"}.mdi-rewind-15::before{content:"\F1946"}.mdi-rewind-30::before{content:"\F0D96"}.mdi-rewind-5::before{content:"\F11F9"}.mdi-rewind-60::before{content:"\F160C"}.mdi-rewind-outline::before{content:"\F070A"}.mdi-rhombus::before{content:"\F070B"}.mdi-rhombus-medium::before{content:"\F0A10"}.mdi-rhombus-medium-outline::before{content:"\F14DC"}.mdi-rhombus-outline::before{content:"\F070C"}.mdi-rhombus-split::before{content:"\F0A11"}.mdi-rhombus-split-outline::before{content:"\F14DD"}.mdi-ribbon::before{content:"\F0460"}.mdi-rice::before{content:"\F07EA"}.mdi-rickshaw::before{content:"\F15BB"}.mdi-rickshaw-electric::before{content:"\F15BC"}.mdi-ring::before{content:"\F07EB"}.mdi-rivet::before{content:"\F0E60"}.mdi-road::before{content:"\F0461"}.mdi-road-variant::before{content:"\F0462"}.mdi-robber::before{content:"\F1058"}.mdi-robot::before{content:"\F06A9"}.mdi-robot-angry::before{content:"\F169D"}.mdi-robot-angry-outline::before{content:"\F169E"}.mdi-robot-confused::before{content:"\F169F"}.mdi-robot-confused-outline::before{content:"\F16A0"}.mdi-robot-dead::before{content:"\F16A1"}.mdi-robot-dead-outline::before{content:"\F16A2"}.mdi-robot-excited::before{content:"\F16A3"}.mdi-robot-excited-outline::before{content:"\F16A4"}.mdi-robot-happy::before{content:"\F1719"}.mdi-robot-happy-outline::before{content:"\F171A"}.mdi-robot-industrial::before{content:"\F0B46"}.mdi-robot-love::before{content:"\F16A5"}.mdi-robot-love-outline::before{content:"\F16A6"}.mdi-robot-mower::before{content:"\F11F7"}.mdi-robot-mower-outline::before{content:"\F11F3"}.mdi-robot-off::before{content:"\F16A7"}.mdi-robot-off-outline::before{content:"\F167B"}.mdi-robot-outline::before{content:"\F167A"}.mdi-robot-vacuum::before{content:"\F070D"}.mdi-robot-vacuum-variant::before{content:"\F0908"}.mdi-rocket::before{content:"\F0463"}.mdi-rocket-launch::before{content:"\F14DE"}.mdi-rocket-launch-outline::before{content:"\F14DF"}.mdi-rocket-outline::before{content:"\F13AF"}.mdi-rodent::before{content:"\F1327"}.mdi-roller-skate::before{content:"\F0D2B"}.mdi-roller-skate-off::before{content:"\F0145"}.mdi-rollerblade::before{content:"\F0D2C"}.mdi-rollerblade-off::before{content:"\F002E"}.mdi-rollupjs::before{content:"\F0BC0"}.mdi-roman-numeral-1::before{content:"\F1088"}.mdi-roman-numeral-10::before{content:"\F1091"}.mdi-roman-numeral-2::before{content:"\F1089"}.mdi-roman-numeral-3::before{content:"\F108A"}.mdi-roman-numeral-4::before{content:"\F108B"}.mdi-roman-numeral-5::before{content:"\F108C"}.mdi-roman-numeral-6::before{content:"\F108D"}.mdi-roman-numeral-7::before{content:"\F108E"}.mdi-roman-numeral-8::before{content:"\F108F"}.mdi-roman-numeral-9::before{content:"\F1090"}.mdi-room-service::before{content:"\F088D"}.mdi-room-service-outline::before{content:"\F0D97"}.mdi-rotate-360::before{content:"\F1999"}.mdi-rotate-3d::before{content:"\F0EC7"}.mdi-rotate-3d-variant::before{content:"\F0464"}.mdi-rotate-left::before{content:"\F0465"}.mdi-rotate-left-variant::before{content:"\F0466"}.mdi-rotate-orbit::before{content:"\F0D98"}.mdi-rotate-right::before{content:"\F0467"}.mdi-rotate-right-variant::before{content:"\F0468"}.mdi-rounded-corner::before{content:"\F0607"}.mdi-router::before{content:"\F11E2"}.mdi-router-network::before{content:"\F1087"}.mdi-router-wireless::before{content:"\F0469"}.mdi-router-wireless-off::before{content:"\F15A3"}.mdi-router-wireless-settings::before{content:"\F0A69"}.mdi-routes::before{content:"\F046A"}.mdi-routes-clock::before{content:"\F1059"}.mdi-rowing::before{content:"\F0608"}.mdi-rss::before{content:"\F046B"}.mdi-rss-box::before{content:"\F046C"}.mdi-rss-off::before{content:"\F0F21"}.mdi-rug::before{content:"\F1475"}.mdi-rugby::before{content:"\F0D99"}.mdi-ruler::before{content:"\F046D"}.mdi-ruler-square::before{content:"\F0CC2"}.mdi-ruler-square-compass::before{content:"\F0EBE"}.mdi-run::before{content:"\F070E"}.mdi-run-fast::before{content:"\F046E"}.mdi-rv-truck::before{content:"\F11D4"}.mdi-sack::before{content:"\F0D2E"}.mdi-sack-percent::before{content:"\F0D2F"}.mdi-safe::before{content:"\F0A6A"}.mdi-safe-square::before{content:"\F127C"}.mdi-safe-square-outline::before{content:"\F127D"}.mdi-safety-goggles::before{content:"\F0D30"}.mdi-sail-boat::before{content:"\F0EC8"}.mdi-sale::before{content:"\F046F"}.mdi-salesforce::before{content:"\F088E"}.mdi-sass::before{content:"\F07EC"}.mdi-satellite::before{content:"\F0470"}.mdi-satellite-uplink::before{content:"\F0909"}.mdi-satellite-variant::before{content:"\F0471"}.mdi-sausage::before{content:"\F08BA"}.mdi-sausage-off::before{content:"\F1789"}.mdi-saw-blade::before{content:"\F0E61"}.mdi-sawtooth-wave::before{content:"\F147A"}.mdi-saxophone::before{content:"\F0609"}.mdi-scale::before{content:"\F0472"}.mdi-scale-balance::before{content:"\F05D1"}.mdi-scale-bathroom::before{content:"\F0473"}.mdi-scale-off::before{content:"\F105A"}.mdi-scale-unbalanced::before{content:"\F19B8"}.mdi-scan-helper::before{content:"\F13D8"}.mdi-scanner::before{content:"\F06AB"}.mdi-scanner-off::before{content:"\F090A"}.mdi-scatter-plot::before{content:"\F0EC9"}.mdi-scatter-plot-outline::before{content:"\F0ECA"}.mdi-scent::before{content:"\F1958"}.mdi-scent-off::before{content:"\F1959"}.mdi-school::before{content:"\F0474"}.mdi-school-outline::before{content:"\F1180"}.mdi-scissors-cutting::before{content:"\F0A6B"}.mdi-scooter::before{content:"\F15BD"}.mdi-scooter-electric::before{content:"\F15BE"}.mdi-scoreboard::before{content:"\F127E"}.mdi-scoreboard-outline::before{content:"\F127F"}.mdi-screen-rotation::before{content:"\F0475"}.mdi-screen-rotation-lock::before{content:"\F0478"}.mdi-screw-flat-top::before{content:"\F0DF3"}.mdi-screw-lag::before{content:"\F0DF4"}.mdi-screw-machine-flat-top::before{content:"\F0DF5"}.mdi-screw-machine-round-top::before{content:"\F0DF6"}.mdi-screw-round-top::before{content:"\F0DF7"}.mdi-screwdriver::before{content:"\F0476"}.mdi-script::before{content:"\F0BC1"}.mdi-script-outline::before{content:"\F0477"}.mdi-script-text::before{content:"\F0BC2"}.mdi-script-text-key::before{content:"\F1725"}.mdi-script-text-key-outline::before{content:"\F1726"}.mdi-script-text-outline::before{content:"\F0BC3"}.mdi-script-text-play::before{content:"\F1727"}.mdi-script-text-play-outline::before{content:"\F1728"}.mdi-sd::before{content:"\F0479"}.mdi-seal::before{content:"\F047A"}.mdi-seal-variant::before{content:"\F0FD9"}.mdi-search-web::before{content:"\F070F"}.mdi-seat::before{content:"\F0CC3"}.mdi-seat-flat::before{content:"\F047B"}.mdi-seat-flat-angled::before{content:"\F047C"}.mdi-seat-individual-suite::before{content:"\F047D"}.mdi-seat-legroom-extra::before{content:"\F047E"}.mdi-seat-legroom-normal::before{content:"\F047F"}.mdi-seat-legroom-reduced::before{content:"\F0480"}.mdi-seat-outline::before{content:"\F0CC4"}.mdi-seat-passenger::before{content:"\F1249"}.mdi-seat-recline-extra::before{content:"\F0481"}.mdi-seat-recline-normal::before{content:"\F0482"}.mdi-seatbelt::before{content:"\F0CC5"}.mdi-security::before{content:"\F0483"}.mdi-security-network::before{content:"\F0484"}.mdi-seed::before{content:"\F0E62"}.mdi-seed-off::before{content:"\F13FD"}.mdi-seed-off-outline::before{content:"\F13FE"}.mdi-seed-outline::before{content:"\F0E63"}.mdi-seesaw::before{content:"\F15A4"}.mdi-segment::before{content:"\F0ECB"}.mdi-select::before{content:"\F0485"}.mdi-select-all::before{content:"\F0486"}.mdi-select-color::before{content:"\F0D31"}.mdi-select-compare::before{content:"\F0AD9"}.mdi-select-drag::before{content:"\F0A6C"}.mdi-select-group::before{content:"\F0F82"}.mdi-select-inverse::before{content:"\F0487"}.mdi-select-marker::before{content:"\F1280"}.mdi-select-multiple::before{content:"\F1281"}.mdi-select-multiple-marker::before{content:"\F1282"}.mdi-select-off::before{content:"\F0488"}.mdi-select-place::before{content:"\F0FDA"}.mdi-select-remove::before{content:"\F17C1"}.mdi-select-search::before{content:"\F1204"}.mdi-selection::before{content:"\F0489"}.mdi-selection-drag::before{content:"\F0A6D"}.mdi-selection-ellipse::before{content:"\F0D32"}.mdi-selection-ellipse-arrow-inside::before{content:"\F0F22"}.mdi-selection-ellipse-remove::before{content:"\F17C2"}.mdi-selection-marker::before{content:"\F1283"}.mdi-selection-multiple::before{content:"\F1285"}.mdi-selection-multiple-marker::before{content:"\F1284"}.mdi-selection-off::before{content:"\F0777"}.mdi-selection-remove::before{content:"\F17C3"}.mdi-selection-search::before{content:"\F1205"}.mdi-semantic-web::before{content:"\F1316"}.mdi-send::before{content:"\F048A"}.mdi-send-check::before{content:"\F1161"}.mdi-send-check-outline::before{content:"\F1162"}.mdi-send-circle::before{content:"\F0DF8"}.mdi-send-circle-outline::before{content:"\F0DF9"}.mdi-send-clock::before{content:"\F1163"}.mdi-send-clock-outline::before{content:"\F1164"}.mdi-send-lock::before{content:"\F07ED"}.mdi-send-lock-outline::before{content:"\F1166"}.mdi-send-outline::before{content:"\F1165"}.mdi-serial-port::before{content:"\F065C"}.mdi-server::before{content:"\F048B"}.mdi-server-minus::before{content:"\F048C"}.mdi-server-network::before{content:"\F048D"}.mdi-server-network-off::before{content:"\F048E"}.mdi-server-off::before{content:"\F048F"}.mdi-server-plus::before{content:"\F0490"}.mdi-server-remove::before{content:"\F0491"}.mdi-server-security::before{content:"\F0492"}.mdi-set-all::before{content:"\F0778"}.mdi-set-center::before{content:"\F0779"}.mdi-set-center-right::before{content:"\F077A"}.mdi-set-left::before{content:"\F077B"}.mdi-set-left-center::before{content:"\F077C"}.mdi-set-left-right::before{content:"\F077D"}.mdi-set-merge::before{content:"\F14E0"}.mdi-set-none::before{content:"\F077E"}.mdi-set-right::before{content:"\F077F"}.mdi-set-split::before{content:"\F14E1"}.mdi-set-square::before{content:"\F145D"}.mdi-set-top-box::before{content:"\F099F"}.mdi-settings-helper::before{content:"\F0A6E"}.mdi-shaker::before{content:"\F110E"}.mdi-shaker-outline::before{content:"\F110F"}.mdi-shape::before{content:"\F0831"}.mdi-shape-circle-plus::before{content:"\F065D"}.mdi-shape-outline::before{content:"\F0832"}.mdi-shape-oval-plus::before{content:"\F11FA"}.mdi-shape-plus::before{content:"\F0495"}.mdi-shape-polygon-plus::before{content:"\F065E"}.mdi-shape-rectangle-plus::before{content:"\F065F"}.mdi-shape-square-plus::before{content:"\F0660"}.mdi-shape-square-rounded-plus::before{content:"\F14FA"}.mdi-share::before{content:"\F0496"}.mdi-share-all::before{content:"\F11F4"}.mdi-share-all-outline::before{content:"\F11F5"}.mdi-share-circle::before{content:"\F11AD"}.mdi-share-off::before{content:"\F0F23"}.mdi-share-off-outline::before{content:"\F0F24"}.mdi-share-outline::before{content:"\F0932"}.mdi-share-variant::before{content:"\F0497"}.mdi-share-variant-outline::before{content:"\F1514"}.mdi-shark::before{content:"\F18BA"}.mdi-shark-fin::before{content:"\F1673"}.mdi-shark-fin-outline::before{content:"\F1674"}.mdi-shark-off::before{content:"\F18BB"}.mdi-sheep::before{content:"\F0CC6"}.mdi-shield::before{content:"\F0498"}.mdi-shield-account::before{content:"\F088F"}.mdi-shield-account-outline::before{content:"\F0A12"}.mdi-shield-account-variant::before{content:"\F15A7"}.mdi-shield-account-variant-outline::before{content:"\F15A8"}.mdi-shield-airplane::before{content:"\F06BB"}.mdi-shield-airplane-outline::before{content:"\F0CC7"}.mdi-shield-alert::before{content:"\F0ECC"}.mdi-shield-alert-outline::before{content:"\F0ECD"}.mdi-shield-bug::before{content:"\F13DA"}.mdi-shield-bug-outline::before{content:"\F13DB"}.mdi-shield-car::before{content:"\F0F83"}.mdi-shield-check::before{content:"\F0565"}.mdi-shield-check-outline::before{content:"\F0CC8"}.mdi-shield-cross::before{content:"\F0CC9"}.mdi-shield-cross-outline::before{content:"\F0CCA"}.mdi-shield-crown::before{content:"\F18BC"}.mdi-shield-crown-outline::before{content:"\F18BD"}.mdi-shield-edit::before{content:"\F11A0"}.mdi-shield-edit-outline::before{content:"\F11A1"}.mdi-shield-half::before{content:"\F1360"}.mdi-shield-half-full::before{content:"\F0780"}.mdi-shield-home::before{content:"\F068A"}.mdi-shield-home-outline::before{content:"\F0CCB"}.mdi-shield-key::before{content:"\F0BC4"}.mdi-shield-key-outline::before{content:"\F0BC5"}.mdi-shield-link-variant::before{content:"\F0D33"}.mdi-shield-link-variant-outline::before{content:"\F0D34"}.mdi-shield-lock::before{content:"\F099D"}.mdi-shield-lock-open::before{content:"\F199A"}.mdi-shield-lock-open-outline::before{content:"\F199B"}.mdi-shield-lock-outline::before{content:"\F0CCC"}.mdi-shield-moon::before{content:"\F1828"}.mdi-shield-moon-outline::before{content:"\F1829"}.mdi-shield-off::before{content:"\F099E"}.mdi-shield-off-outline::before{content:"\F099C"}.mdi-shield-outline::before{content:"\F0499"}.mdi-shield-plus::before{content:"\F0ADA"}.mdi-shield-plus-outline::before{content:"\F0ADB"}.mdi-shield-refresh::before{content:"\F00AA"}.mdi-shield-refresh-outline::before{content:"\F01E0"}.mdi-shield-remove::before{content:"\F0ADC"}.mdi-shield-remove-outline::before{content:"\F0ADD"}.mdi-shield-search::before{content:"\F0D9A"}.mdi-shield-star::before{content:"\F113B"}.mdi-shield-star-outline::before{content:"\F113C"}.mdi-shield-sun::before{content:"\F105D"}.mdi-shield-sun-outline::before{content:"\F105E"}.mdi-shield-sword::before{content:"\F18BE"}.mdi-shield-sword-outline::before{content:"\F18BF"}.mdi-shield-sync::before{content:"\F11A2"}.mdi-shield-sync-outline::before{content:"\F11A3"}.mdi-shimmer::before{content:"\F1545"}.mdi-ship-wheel::before{content:"\F0833"}.mdi-shipping-pallet::before{content:"\F184E"}.mdi-shoe-ballet::before{content:"\F15CA"}.mdi-shoe-cleat::before{content:"\F15C7"}.mdi-shoe-formal::before{content:"\F0B47"}.mdi-shoe-heel::before{content:"\F0B48"}.mdi-shoe-print::before{content:"\F0DFA"}.mdi-shoe-sneaker::before{content:"\F15C8"}.mdi-shopping::before{content:"\F049A"}.mdi-shopping-music::before{content:"\F049B"}.mdi-shopping-outline::before{content:"\F11D5"}.mdi-shopping-search::before{content:"\F0F84"}.mdi-shore::before{content:"\F14F9"}.mdi-shovel::before{content:"\F0710"}.mdi-shovel-off::before{content:"\F0711"}.mdi-shower::before{content:"\F09A0"}.mdi-shower-head::before{content:"\F09A1"}.mdi-shredder::before{content:"\F049C"}.mdi-shuffle::before{content:"\F049D"}.mdi-shuffle-disabled::before{content:"\F049E"}.mdi-shuffle-variant::before{content:"\F049F"}.mdi-shuriken::before{content:"\F137F"}.mdi-sickle::before{content:"\F18C0"}.mdi-sigma::before{content:"\F04A0"}.mdi-sigma-lower::before{content:"\F062B"}.mdi-sign-caution::before{content:"\F04A1"}.mdi-sign-direction::before{content:"\F0781"}.mdi-sign-direction-minus::before{content:"\F1000"}.mdi-sign-direction-plus::before{content:"\F0FDC"}.mdi-sign-direction-remove::before{content:"\F0FDD"}.mdi-sign-pole::before{content:"\F14F8"}.mdi-sign-real-estate::before{content:"\F1118"}.mdi-sign-text::before{content:"\F0782"}.mdi-signal::before{content:"\F04A2"}.mdi-signal-2g::before{content:"\F0712"}.mdi-signal-3g::before{content:"\F0713"}.mdi-signal-4g::before{content:"\F0714"}.mdi-signal-5g::before{content:"\F0A6F"}.mdi-signal-cellular-1::before{content:"\F08BC"}.mdi-signal-cellular-2::before{content:"\F08BD"}.mdi-signal-cellular-3::before{content:"\F08BE"}.mdi-signal-cellular-outline::before{content:"\F08BF"}.mdi-signal-distance-variant::before{content:"\F0E64"}.mdi-signal-hspa::before{content:"\F0715"}.mdi-signal-hspa-plus::before{content:"\F0716"}.mdi-signal-off::before{content:"\F0783"}.mdi-signal-variant::before{content:"\F060A"}.mdi-signature::before{content:"\F0DFB"}.mdi-signature-freehand::before{content:"\F0DFC"}.mdi-signature-image::before{content:"\F0DFD"}.mdi-signature-text::before{content:"\F0DFE"}.mdi-silo::before{content:"\F0B49"}.mdi-silverware::before{content:"\F04A3"}.mdi-silverware-clean::before{content:"\F0FDE"}.mdi-silverware-fork::before{content:"\F04A4"}.mdi-silverware-fork-knife::before{content:"\F0A70"}.mdi-silverware-spoon::before{content:"\F04A5"}.mdi-silverware-variant::before{content:"\F04A6"}.mdi-sim::before{content:"\F04A7"}.mdi-sim-alert::before{content:"\F04A8"}.mdi-sim-alert-outline::before{content:"\F15D3"}.mdi-sim-off::before{content:"\F04A9"}.mdi-sim-off-outline::before{content:"\F15D4"}.mdi-sim-outline::before{content:"\F15D5"}.mdi-simple-icons::before{content:"\F131D"}.mdi-sina-weibo::before{content:"\F0ADF"}.mdi-sine-wave::before{content:"\F095B"}.mdi-sitemap::before{content:"\F04AA"}.mdi-sitemap-outline::before{content:"\F199C"}.mdi-size-l::before{content:"\F13A6"}.mdi-size-m::before{content:"\F13A5"}.mdi-size-s::before{content:"\F13A4"}.mdi-size-xl::before{content:"\F13A7"}.mdi-size-xs::before{content:"\F13A3"}.mdi-size-xxl::before{content:"\F13A8"}.mdi-size-xxs::before{content:"\F13A2"}.mdi-size-xxxl::before{content:"\F13A9"}.mdi-skate::before{content:"\F0D35"}.mdi-skate-off::before{content:"\F0699"}.mdi-skateboard::before{content:"\F14C2"}.mdi-skateboarding::before{content:"\F0501"}.mdi-skew-less::before{content:"\F0D36"}.mdi-skew-more::before{content:"\F0D37"}.mdi-ski::before{content:"\F1304"}.mdi-ski-cross-country::before{content:"\F1305"}.mdi-ski-water::before{content:"\F1306"}.mdi-skip-backward::before{content:"\F04AB"}.mdi-skip-backward-outline::before{content:"\F0F25"}.mdi-skip-forward::before{content:"\F04AC"}.mdi-skip-forward-outline::before{content:"\F0F26"}.mdi-skip-next::before{content:"\F04AD"}.mdi-skip-next-circle::before{content:"\F0661"}.mdi-skip-next-circle-outline::before{content:"\F0662"}.mdi-skip-next-outline::before{content:"\F0F27"}.mdi-skip-previous::before{content:"\F04AE"}.mdi-skip-previous-circle::before{content:"\F0663"}.mdi-skip-previous-circle-outline::before{content:"\F0664"}.mdi-skip-previous-outline::before{content:"\F0F28"}.mdi-skull::before{content:"\F068C"}.mdi-skull-crossbones::before{content:"\F0BC6"}.mdi-skull-crossbones-outline::before{content:"\F0BC7"}.mdi-skull-outline::before{content:"\F0BC8"}.mdi-skull-scan::before{content:"\F14C7"}.mdi-skull-scan-outline::before{content:"\F14C8"}.mdi-skype::before{content:"\F04AF"}.mdi-skype-business::before{content:"\F04B0"}.mdi-slack::before{content:"\F04B1"}.mdi-slash-forward::before{content:"\F0FDF"}.mdi-slash-forward-box::before{content:"\F0FE0"}.mdi-sledding::before{content:"\F041B"}.mdi-sleep::before{content:"\F04B2"}.mdi-sleep-off::before{content:"\F04B3"}.mdi-slide::before{content:"\F15A5"}.mdi-slope-downhill::before{content:"\F0DFF"}.mdi-slope-uphill::before{content:"\F0E00"}.mdi-slot-machine::before{content:"\F1114"}.mdi-slot-machine-outline::before{content:"\F1115"}.mdi-smart-card::before{content:"\F10BD"}.mdi-smart-card-off::before{content:"\F18F7"}.mdi-smart-card-off-outline::before{content:"\F18F8"}.mdi-smart-card-outline::before{content:"\F10BE"}.mdi-smart-card-reader::before{content:"\F10BF"}.mdi-smart-card-reader-outline::before{content:"\F10C0"}.mdi-smog::before{content:"\F0A71"}.mdi-smoke::before{content:"\F1799"}.mdi-smoke-detector::before{content:"\F0392"}.mdi-smoke-detector-alert::before{content:"\F192E"}.mdi-smoke-detector-alert-outline::before{content:"\F192F"}.mdi-smoke-detector-off::before{content:"\F1809"}.mdi-smoke-detector-off-outline::before{content:"\F180A"}.mdi-smoke-detector-outline::before{content:"\F1808"}.mdi-smoke-detector-variant::before{content:"\F180B"}.mdi-smoke-detector-variant-alert::before{content:"\F1930"}.mdi-smoke-detector-variant-off::before{content:"\F180C"}.mdi-smoking::before{content:"\F04B4"}.mdi-smoking-off::before{content:"\F04B5"}.mdi-smoking-pipe::before{content:"\F140D"}.mdi-smoking-pipe-off::before{content:"\F1428"}.mdi-snail::before{content:"\F1677"}.mdi-snake::before{content:"\F150E"}.mdi-snapchat::before{content:"\F04B6"}.mdi-snowboard::before{content:"\F1307"}.mdi-snowflake::before{content:"\F0717"}.mdi-snowflake-alert::before{content:"\F0F29"}.mdi-snowflake-melt::before{content:"\F12CB"}.mdi-snowflake-off::before{content:"\F14E3"}.mdi-snowflake-variant::before{content:"\F0F2A"}.mdi-snowman::before{content:"\F04B7"}.mdi-snowmobile::before{content:"\F06DD"}.mdi-soccer::before{content:"\F04B8"}.mdi-soccer-field::before{content:"\F0834"}.mdi-social-distance-2-meters::before{content:"\F1579"}.mdi-social-distance-6-feet::before{content:"\F157A"}.mdi-sofa::before{content:"\F04B9"}.mdi-sofa-outline::before{content:"\F156D"}.mdi-sofa-single::before{content:"\F156E"}.mdi-sofa-single-outline::before{content:"\F156F"}.mdi-solar-panel::before{content:"\F0D9B"}.mdi-solar-panel-large::before{content:"\F0D9C"}.mdi-solar-power::before{content:"\F0A72"}.mdi-soldering-iron::before{content:"\F1092"}.mdi-solid::before{content:"\F068D"}.mdi-sony-playstation::before{content:"\F0414"}.mdi-sort::before{content:"\F04BA"}.mdi-sort-alphabetical-ascending::before{content:"\F05BD"}.mdi-sort-alphabetical-ascending-variant::before{content:"\F1148"}.mdi-sort-alphabetical-descending::before{content:"\F05BF"}.mdi-sort-alphabetical-descending-variant::before{content:"\F1149"}.mdi-sort-alphabetical-variant::before{content:"\F04BB"}.mdi-sort-ascending::before{content:"\F04BC"}.mdi-sort-bool-ascending::before{content:"\F1385"}.mdi-sort-bool-ascending-variant::before{content:"\F1386"}.mdi-sort-bool-descending::before{content:"\F1387"}.mdi-sort-bool-descending-variant::before{content:"\F1388"}.mdi-sort-calendar-ascending::before{content:"\F1547"}.mdi-sort-calendar-descending::before{content:"\F1548"}.mdi-sort-clock-ascending::before{content:"\F1549"}.mdi-sort-clock-ascending-outline::before{content:"\F154A"}.mdi-sort-clock-descending::before{content:"\F154B"}.mdi-sort-clock-descending-outline::before{content:"\F154C"}.mdi-sort-descending::before{content:"\F04BD"}.mdi-sort-numeric-ascending::before{content:"\F1389"}.mdi-sort-numeric-ascending-variant::before{content:"\F090D"}.mdi-sort-numeric-descending::before{content:"\F138A"}.mdi-sort-numeric-descending-variant::before{content:"\F0AD2"}.mdi-sort-numeric-variant::before{content:"\F04BE"}.mdi-sort-reverse-variant::before{content:"\F033C"}.mdi-sort-variant::before{content:"\F04BF"}.mdi-sort-variant-lock::before{content:"\F0CCD"}.mdi-sort-variant-lock-open::before{content:"\F0CCE"}.mdi-sort-variant-remove::before{content:"\F1147"}.mdi-soundbar::before{content:"\F17DB"}.mdi-soundcloud::before{content:"\F04C0"}.mdi-source-branch::before{content:"\F062C"}.mdi-source-branch-check::before{content:"\F14CF"}.mdi-source-branch-minus::before{content:"\F14CB"}.mdi-source-branch-plus::before{content:"\F14CA"}.mdi-source-branch-refresh::before{content:"\F14CD"}.mdi-source-branch-remove::before{content:"\F14CC"}.mdi-source-branch-sync::before{content:"\F14CE"}.mdi-source-commit::before{content:"\F0718"}.mdi-source-commit-end::before{content:"\F0719"}.mdi-source-commit-end-local::before{content:"\F071A"}.mdi-source-commit-local::before{content:"\F071B"}.mdi-source-commit-next-local::before{content:"\F071C"}.mdi-source-commit-start::before{content:"\F071D"}.mdi-source-commit-start-next-local::before{content:"\F071E"}.mdi-source-fork::before{content:"\F04C1"}.mdi-source-merge::before{content:"\F062D"}.mdi-source-pull::before{content:"\F04C2"}.mdi-source-repository::before{content:"\F0CCF"}.mdi-source-repository-multiple::before{content:"\F0CD0"}.mdi-soy-sauce::before{content:"\F07EE"}.mdi-soy-sauce-off::before{content:"\F13FC"}.mdi-spa::before{content:"\F0CD1"}.mdi-spa-outline::before{content:"\F0CD2"}.mdi-space-invaders::before{content:"\F0BC9"}.mdi-space-station::before{content:"\F1383"}.mdi-spade::before{content:"\F0E65"}.mdi-speaker::before{content:"\F04C3"}.mdi-speaker-bluetooth::before{content:"\F09A2"}.mdi-speaker-multiple::before{content:"\F0D38"}.mdi-speaker-off::before{content:"\F04C4"}.mdi-speaker-wireless::before{content:"\F071F"}.mdi-spear::before{content:"\F1845"}.mdi-speedometer::before{content:"\F04C5"}.mdi-speedometer-medium::before{content:"\F0F85"}.mdi-speedometer-slow::before{content:"\F0F86"}.mdi-spellcheck::before{content:"\F04C6"}.mdi-sphere::before{content:"\F1954"}.mdi-sphere-off::before{content:"\F1955"}.mdi-spider::before{content:"\F11EA"}.mdi-spider-thread::before{content:"\F11EB"}.mdi-spider-web::before{content:"\F0BCA"}.mdi-spirit-level::before{content:"\F14F1"}.mdi-spoon-sugar::before{content:"\F1429"}.mdi-spotify::before{content:"\F04C7"}.mdi-spotlight::before{content:"\F04C8"}.mdi-spotlight-beam::before{content:"\F04C9"}.mdi-spray::before{content:"\F0665"}.mdi-spray-bottle::before{content:"\F0AE0"}.mdi-sprinkler::before{content:"\F105F"}.mdi-sprinkler-fire::before{content:"\F199D"}.mdi-sprinkler-variant::before{content:"\F1060"}.mdi-sprout::before{content:"\F0E66"}.mdi-sprout-outline::before{content:"\F0E67"}.mdi-square::before{content:"\F0764"}.mdi-square-circle::before{content:"\F1500"}.mdi-square-edit-outline::before{content:"\F090C"}.mdi-square-medium::before{content:"\F0A13"}.mdi-square-medium-outline::before{content:"\F0A14"}.mdi-square-off::before{content:"\F12EE"}.mdi-square-off-outline::before{content:"\F12EF"}.mdi-square-opacity::before{content:"\F1854"}.mdi-square-outline::before{content:"\F0763"}.mdi-square-root::before{content:"\F0784"}.mdi-square-root-box::before{content:"\F09A3"}.mdi-square-rounded::before{content:"\F14FB"}.mdi-square-rounded-outline::before{content:"\F14FC"}.mdi-square-small::before{content:"\F0A15"}.mdi-square-wave::before{content:"\F147B"}.mdi-squeegee::before{content:"\F0AE1"}.mdi-ssh::before{content:"\F08C0"}.mdi-stack-exchange::before{content:"\F060B"}.mdi-stack-overflow::before{content:"\F04CC"}.mdi-stackpath::before{content:"\F0359"}.mdi-stadium::before{content:"\F0FF9"}.mdi-stadium-variant::before{content:"\F0720"}.mdi-stairs::before{content:"\F04CD"}.mdi-stairs-box::before{content:"\F139E"}.mdi-stairs-down::before{content:"\F12BE"}.mdi-stairs-up::before{content:"\F12BD"}.mdi-stamper::before{content:"\F0D39"}.mdi-standard-definition::before{content:"\F07EF"}.mdi-star::before{content:"\F04CE"}.mdi-star-box::before{content:"\F0A73"}.mdi-star-box-multiple::before{content:"\F1286"}.mdi-star-box-multiple-outline::before{content:"\F1287"}.mdi-star-box-outline::before{content:"\F0A74"}.mdi-star-check::before{content:"\F1566"}.mdi-star-check-outline::before{content:"\F156A"}.mdi-star-circle::before{content:"\F04CF"}.mdi-star-circle-outline::before{content:"\F09A4"}.mdi-star-cog::before{content:"\F1668"}.mdi-star-cog-outline::before{content:"\F1669"}.mdi-star-crescent::before{content:"\F0979"}.mdi-star-david::before{content:"\F097A"}.mdi-star-face::before{content:"\F09A5"}.mdi-star-four-points::before{content:"\F0AE2"}.mdi-star-four-points-outline::before{content:"\F0AE3"}.mdi-star-half::before{content:"\F0246"}.mdi-star-half-full::before{content:"\F04D0"}.mdi-star-minus::before{content:"\F1564"}.mdi-star-minus-outline::before{content:"\F1568"}.mdi-star-off::before{content:"\F04D1"}.mdi-star-off-outline::before{content:"\F155B"}.mdi-star-outline::before{content:"\F04D2"}.mdi-star-plus::before{content:"\F1563"}.mdi-star-plus-outline::before{content:"\F1567"}.mdi-star-remove::before{content:"\F1565"}.mdi-star-remove-outline::before{content:"\F1569"}.mdi-star-settings::before{content:"\F166A"}.mdi-star-settings-outline::before{content:"\F166B"}.mdi-star-shooting::before{content:"\F1741"}.mdi-star-shooting-outline::before{content:"\F1742"}.mdi-star-three-points::before{content:"\F0AE4"}.mdi-star-three-points-outline::before{content:"\F0AE5"}.mdi-state-machine::before{content:"\F11EF"}.mdi-steam::before{content:"\F04D3"}.mdi-steering::before{content:"\F04D4"}.mdi-steering-off::before{content:"\F090E"}.mdi-step-backward::before{content:"\F04D5"}.mdi-step-backward-2::before{content:"\F04D6"}.mdi-step-forward::before{content:"\F04D7"}.mdi-step-forward-2::before{content:"\F04D8"}.mdi-stethoscope::before{content:"\F04D9"}.mdi-sticker::before{content:"\F1364"}.mdi-sticker-alert::before{content:"\F1365"}.mdi-sticker-alert-outline::before{content:"\F1366"}.mdi-sticker-check::before{content:"\F1367"}.mdi-sticker-check-outline::before{content:"\F1368"}.mdi-sticker-circle-outline::before{content:"\F05D0"}.mdi-sticker-emoji::before{content:"\F0785"}.mdi-sticker-minus::before{content:"\F1369"}.mdi-sticker-minus-outline::before{content:"\F136A"}.mdi-sticker-outline::before{content:"\F136B"}.mdi-sticker-plus::before{content:"\F136C"}.mdi-sticker-plus-outline::before{content:"\F136D"}.mdi-sticker-remove::before{content:"\F136E"}.mdi-sticker-remove-outline::before{content:"\F136F"}.mdi-sticker-text::before{content:"\F178E"}.mdi-sticker-text-outline::before{content:"\F178F"}.mdi-stocking::before{content:"\F04DA"}.mdi-stomach::before{content:"\F1093"}.mdi-stool::before{content:"\F195D"}.mdi-stool-outline::before{content:"\F195E"}.mdi-stop::before{content:"\F04DB"}.mdi-stop-circle::before{content:"\F0666"}.mdi-stop-circle-outline::before{content:"\F0667"}.mdi-store::before{content:"\F04DC"}.mdi-store-24-hour::before{content:"\F04DD"}.mdi-store-alert::before{content:"\F18C1"}.mdi-store-alert-outline::before{content:"\F18C2"}.mdi-store-check::before{content:"\F18C3"}.mdi-store-check-outline::before{content:"\F18C4"}.mdi-store-clock::before{content:"\F18C5"}.mdi-store-clock-outline::before{content:"\F18C6"}.mdi-store-cog::before{content:"\F18C7"}.mdi-store-cog-outline::before{content:"\F18C8"}.mdi-store-edit::before{content:"\F18C9"}.mdi-store-edit-outline::before{content:"\F18CA"}.mdi-store-marker::before{content:"\F18CB"}.mdi-store-marker-outline::before{content:"\F18CC"}.mdi-store-minus::before{content:"\F165E"}.mdi-store-minus-outline::before{content:"\F18CD"}.mdi-store-off::before{content:"\F18CE"}.mdi-store-off-outline::before{content:"\F18CF"}.mdi-store-outline::before{content:"\F1361"}.mdi-store-plus::before{content:"\F165F"}.mdi-store-plus-outline::before{content:"\F18D0"}.mdi-store-remove::before{content:"\F1660"}.mdi-store-remove-outline::before{content:"\F18D1"}.mdi-store-search::before{content:"\F18D2"}.mdi-store-search-outline::before{content:"\F18D3"}.mdi-store-settings::before{content:"\F18D4"}.mdi-store-settings-outline::before{content:"\F18D5"}.mdi-storefront::before{content:"\F07C7"}.mdi-storefront-outline::before{content:"\F10C1"}.mdi-stove::before{content:"\F04DE"}.mdi-strategy::before{content:"\F11D6"}.mdi-stretch-to-page::before{content:"\F0F2B"}.mdi-stretch-to-page-outline::before{content:"\F0F2C"}.mdi-string-lights::before{content:"\F12BA"}.mdi-string-lights-off::before{content:"\F12BB"}.mdi-subdirectory-arrow-left::before{content:"\F060C"}.mdi-subdirectory-arrow-right::before{content:"\F060D"}.mdi-submarine::before{content:"\F156C"}.mdi-subtitles::before{content:"\F0A16"}.mdi-subtitles-outline::before{content:"\F0A17"}.mdi-subway::before{content:"\F06AC"}.mdi-subway-alert-variant::before{content:"\F0D9D"}.mdi-subway-variant::before{content:"\F04DF"}.mdi-summit::before{content:"\F0786"}.mdi-sun-compass::before{content:"\F19A5"}.mdi-sun-snowflake::before{content:"\F1796"}.mdi-sun-thermometer::before{content:"\F18D6"}.mdi-sun-thermometer-outline::before{content:"\F18D7"}.mdi-sun-wireless::before{content:"\F17FE"}.mdi-sun-wireless-outline::before{content:"\F17FF"}.mdi-sunglasses::before{content:"\F04E0"}.mdi-surfing::before{content:"\F1746"}.mdi-surround-sound::before{content:"\F05C5"}.mdi-surround-sound-2-0::before{content:"\F07F0"}.mdi-surround-sound-2-1::before{content:"\F1729"}.mdi-surround-sound-3-1::before{content:"\F07F1"}.mdi-surround-sound-5-1::before{content:"\F07F2"}.mdi-surround-sound-5-1-2::before{content:"\F172A"}.mdi-surround-sound-7-1::before{content:"\F07F3"}.mdi-svg::before{content:"\F0721"}.mdi-swap-horizontal::before{content:"\F04E1"}.mdi-swap-horizontal-bold::before{content:"\F0BCD"}.mdi-swap-horizontal-circle::before{content:"\F0FE1"}.mdi-swap-horizontal-circle-outline::before{content:"\F0FE2"}.mdi-swap-horizontal-variant::before{content:"\F08C1"}.mdi-swap-vertical::before{content:"\F04E2"}.mdi-swap-vertical-bold::before{content:"\F0BCE"}.mdi-swap-vertical-circle::before{content:"\F0FE3"}.mdi-swap-vertical-circle-outline::before{content:"\F0FE4"}.mdi-swap-vertical-variant::before{content:"\F08C2"}.mdi-swim::before{content:"\F04E3"}.mdi-switch::before{content:"\F04E4"}.mdi-sword::before{content:"\F04E5"}.mdi-sword-cross::before{content:"\F0787"}.mdi-syllabary-hangul::before{content:"\F1333"}.mdi-syllabary-hiragana::before{content:"\F1334"}.mdi-syllabary-katakana::before{content:"\F1335"}.mdi-syllabary-katakana-halfwidth::before{content:"\F1336"}.mdi-symbol::before{content:"\F1501"}.mdi-symfony::before{content:"\F0AE6"}.mdi-sync::before{content:"\F04E6"}.mdi-sync-alert::before{content:"\F04E7"}.mdi-sync-circle::before{content:"\F1378"}.mdi-sync-off::before{content:"\F04E8"}.mdi-tab::before{content:"\F04E9"}.mdi-tab-minus::before{content:"\F0B4B"}.mdi-tab-plus::before{content:"\F075C"}.mdi-tab-remove::before{content:"\F0B4C"}.mdi-tab-search::before{content:"\F199E"}.mdi-tab-unselected::before{content:"\F04EA"}.mdi-table::before{content:"\F04EB"}.mdi-table-account::before{content:"\F13B9"}.mdi-table-alert::before{content:"\F13BA"}.mdi-table-arrow-down::before{content:"\F13BB"}.mdi-table-arrow-left::before{content:"\F13BC"}.mdi-table-arrow-right::before{content:"\F13BD"}.mdi-table-arrow-up::before{content:"\F13BE"}.mdi-table-border::before{content:"\F0A18"}.mdi-table-cancel::before{content:"\F13BF"}.mdi-table-chair::before{content:"\F1061"}.mdi-table-check::before{content:"\F13C0"}.mdi-table-clock::before{content:"\F13C1"}.mdi-table-cog::before{content:"\F13C2"}.mdi-table-column::before{content:"\F0835"}.mdi-table-column-plus-after::before{content:"\F04EC"}.mdi-table-column-plus-before::before{content:"\F04ED"}.mdi-table-column-remove::before{content:"\F04EE"}.mdi-table-column-width::before{content:"\F04EF"}.mdi-table-edit::before{content:"\F04F0"}.mdi-table-eye::before{content:"\F1094"}.mdi-table-eye-off::before{content:"\F13C3"}.mdi-table-furniture::before{content:"\F05BC"}.mdi-table-headers-eye::before{content:"\F121D"}.mdi-table-headers-eye-off::before{content:"\F121E"}.mdi-table-heart::before{content:"\F13C4"}.mdi-table-key::before{content:"\F13C5"}.mdi-table-large::before{content:"\F04F1"}.mdi-table-large-plus::before{content:"\F0F87"}.mdi-table-large-remove::before{content:"\F0F88"}.mdi-table-lock::before{content:"\F13C6"}.mdi-table-merge-cells::before{content:"\F09A6"}.mdi-table-minus::before{content:"\F13C7"}.mdi-table-multiple::before{content:"\F13C8"}.mdi-table-network::before{content:"\F13C9"}.mdi-table-of-contents::before{content:"\F0836"}.mdi-table-off::before{content:"\F13CA"}.mdi-table-picnic::before{content:"\F1743"}.mdi-table-pivot::before{content:"\F183C"}.mdi-table-plus::before{content:"\F0A75"}.mdi-table-refresh::before{content:"\F13A0"}.mdi-table-remove::before{content:"\F0A76"}.mdi-table-row::before{content:"\F0837"}.mdi-table-row-height::before{content:"\F04F2"}.mdi-table-row-plus-after::before{content:"\F04F3"}.mdi-table-row-plus-before::before{content:"\F04F4"}.mdi-table-row-remove::before{content:"\F04F5"}.mdi-table-search::before{content:"\F090F"}.mdi-table-settings::before{content:"\F0838"}.mdi-table-split-cell::before{content:"\F142A"}.mdi-table-star::before{content:"\F13CB"}.mdi-table-sync::before{content:"\F13A1"}.mdi-table-tennis::before{content:"\F0E68"}.mdi-tablet::before{content:"\F04F6"}.mdi-tablet-android::before{content:"\F04F7"}.mdi-tablet-cellphone::before{content:"\F09A7"}.mdi-tablet-dashboard::before{content:"\F0ECE"}.mdi-taco::before{content:"\F0762"}.mdi-tag::before{content:"\F04F9"}.mdi-tag-arrow-down::before{content:"\F172B"}.mdi-tag-arrow-down-outline::before{content:"\F172C"}.mdi-tag-arrow-left::before{content:"\F172D"}.mdi-tag-arrow-left-outline::before{content:"\F172E"}.mdi-tag-arrow-right::before{content:"\F172F"}.mdi-tag-arrow-right-outline::before{content:"\F1730"}.mdi-tag-arrow-up::before{content:"\F1731"}.mdi-tag-arrow-up-outline::before{content:"\F1732"}.mdi-tag-faces::before{content:"\F04FA"}.mdi-tag-heart::before{content:"\F068B"}.mdi-tag-heart-outline::before{content:"\F0BCF"}.mdi-tag-minus::before{content:"\F0910"}.mdi-tag-minus-outline::before{content:"\F121F"}.mdi-tag-multiple::before{content:"\F04FB"}.mdi-tag-multiple-outline::before{content:"\F12F7"}.mdi-tag-off::before{content:"\F1220"}.mdi-tag-off-outline::before{content:"\F1221"}.mdi-tag-outline::before{content:"\F04FC"}.mdi-tag-plus::before{content:"\F0722"}.mdi-tag-plus-outline::before{content:"\F1222"}.mdi-tag-remove::before{content:"\F0723"}.mdi-tag-remove-outline::before{content:"\F1223"}.mdi-tag-search::before{content:"\F1907"}.mdi-tag-search-outline::before{content:"\F1908"}.mdi-tag-text::before{content:"\F1224"}.mdi-tag-text-outline::before{content:"\F04FD"}.mdi-tailwind::before{content:"\F13FF"}.mdi-tangram::before{content:"\F04F8"}.mdi-tank::before{content:"\F0D3A"}.mdi-tanker-truck::before{content:"\F0FE5"}.mdi-tape-drive::before{content:"\F16DF"}.mdi-tape-measure::before{content:"\F0B4D"}.mdi-target::before{content:"\F04FE"}.mdi-target-account::before{content:"\F0BD0"}.mdi-target-variant::before{content:"\F0A77"}.mdi-taxi::before{content:"\F04FF"}.mdi-tea::before{content:"\F0D9E"}.mdi-tea-outline::before{content:"\F0D9F"}.mdi-teamviewer::before{content:"\F0500"}.mdi-teddy-bear::before{content:"\F18FB"}.mdi-telescope::before{content:"\F0B4E"}.mdi-television::before{content:"\F0502"}.mdi-television-ambient-light::before{content:"\F1356"}.mdi-television-box::before{content:"\F0839"}.mdi-television-classic::before{content:"\F07F4"}.mdi-television-classic-off::before{content:"\F083A"}.mdi-television-guide::before{content:"\F0503"}.mdi-television-off::before{content:"\F083B"}.mdi-television-pause::before{content:"\F0F89"}.mdi-television-play::before{content:"\F0ECF"}.mdi-television-shimmer::before{content:"\F1110"}.mdi-television-stop::before{content:"\F0F8A"}.mdi-temperature-celsius::before{content:"\F0504"}.mdi-temperature-fahrenheit::before{content:"\F0505"}.mdi-temperature-kelvin::before{content:"\F0506"}.mdi-tennis::before{content:"\F0DA0"}.mdi-tennis-ball::before{content:"\F0507"}.mdi-tent::before{content:"\F0508"}.mdi-terraform::before{content:"\F1062"}.mdi-terrain::before{content:"\F0509"}.mdi-test-tube::before{content:"\F0668"}.mdi-test-tube-empty::before{content:"\F0911"}.mdi-test-tube-off::before{content:"\F0912"}.mdi-text::before{content:"\F09A8"}.mdi-text-account::before{content:"\F1570"}.mdi-text-box::before{content:"\F021A"}.mdi-text-box-check::before{content:"\F0EA6"}.mdi-text-box-check-outline::before{content:"\F0EA7"}.mdi-text-box-minus::before{content:"\F0EA8"}.mdi-text-box-minus-outline::before{content:"\F0EA9"}.mdi-text-box-multiple::before{content:"\F0AB7"}.mdi-text-box-multiple-outline::before{content:"\F0AB8"}.mdi-text-box-outline::before{content:"\F09ED"}.mdi-text-box-plus::before{content:"\F0EAA"}.mdi-text-box-plus-outline::before{content:"\F0EAB"}.mdi-text-box-remove::before{content:"\F0EAC"}.mdi-text-box-remove-outline::before{content:"\F0EAD"}.mdi-text-box-search::before{content:"\F0EAE"}.mdi-text-box-search-outline::before{content:"\F0EAF"}.mdi-text-long::before{content:"\F09AA"}.mdi-text-recognition::before{content:"\F113D"}.mdi-text-search::before{content:"\F13B8"}.mdi-text-shadow::before{content:"\F0669"}.mdi-text-short::before{content:"\F09A9"}.mdi-text-to-speech::before{content:"\F050A"}.mdi-text-to-speech-off::before{content:"\F050B"}.mdi-texture::before{content:"\F050C"}.mdi-texture-box::before{content:"\F0FE6"}.mdi-theater::before{content:"\F050D"}.mdi-theme-light-dark::before{content:"\F050E"}.mdi-thermometer::before{content:"\F050F"}.mdi-thermometer-alert::before{content:"\F0E01"}.mdi-thermometer-bluetooth::before{content:"\F1895"}.mdi-thermometer-chevron-down::before{content:"\F0E02"}.mdi-thermometer-chevron-up::before{content:"\F0E03"}.mdi-thermometer-high::before{content:"\F10C2"}.mdi-thermometer-lines::before{content:"\F0510"}.mdi-thermometer-low::before{content:"\F10C3"}.mdi-thermometer-minus::before{content:"\F0E04"}.mdi-thermometer-off::before{content:"\F1531"}.mdi-thermometer-plus::before{content:"\F0E05"}.mdi-thermostat::before{content:"\F0393"}.mdi-thermostat-box::before{content:"\F0891"}.mdi-thought-bubble::before{content:"\F07F6"}.mdi-thought-bubble-outline::before{content:"\F07F7"}.mdi-thumb-down::before{content:"\F0511"}.mdi-thumb-down-outline::before{content:"\F0512"}.mdi-thumb-up::before{content:"\F0513"}.mdi-thumb-up-outline::before{content:"\F0514"}.mdi-thumbs-up-down::before{content:"\F0515"}.mdi-thumbs-up-down-outline::before{content:"\F1914"}.mdi-ticket::before{content:"\F0516"}.mdi-ticket-account::before{content:"\F0517"}.mdi-ticket-confirmation::before{content:"\F0518"}.mdi-ticket-confirmation-outline::before{content:"\F13AA"}.mdi-ticket-outline::before{content:"\F0913"}.mdi-ticket-percent::before{content:"\F0724"}.mdi-ticket-percent-outline::before{content:"\F142B"}.mdi-tie::before{content:"\F0519"}.mdi-tilde::before{content:"\F0725"}.mdi-tilde-off::before{content:"\F18F3"}.mdi-timelapse::before{content:"\F051A"}.mdi-timeline::before{content:"\F0BD1"}.mdi-timeline-alert::before{content:"\F0F95"}.mdi-timeline-alert-outline::before{content:"\F0F98"}.mdi-timeline-check::before{content:"\F1532"}.mdi-timeline-check-outline::before{content:"\F1533"}.mdi-timeline-clock::before{content:"\F11FB"}.mdi-timeline-clock-outline::before{content:"\F11FC"}.mdi-timeline-help::before{content:"\F0F99"}.mdi-timeline-help-outline::before{content:"\F0F9A"}.mdi-timeline-minus::before{content:"\F1534"}.mdi-timeline-minus-outline::before{content:"\F1535"}.mdi-timeline-outline::before{content:"\F0BD2"}.mdi-timeline-plus::before{content:"\F0F96"}.mdi-timeline-plus-outline::before{content:"\F0F97"}.mdi-timeline-remove::before{content:"\F1536"}.mdi-timeline-remove-outline::before{content:"\F1537"}.mdi-timeline-text::before{content:"\F0BD3"}.mdi-timeline-text-outline::before{content:"\F0BD4"}.mdi-timer::before{content:"\F13AB"}.mdi-timer-10::before{content:"\F051C"}.mdi-timer-3::before{content:"\F051D"}.mdi-timer-cog::before{content:"\F1925"}.mdi-timer-cog-outline::before{content:"\F1926"}.mdi-timer-off::before{content:"\F13AC"}.mdi-timer-off-outline::before{content:"\F051E"}.mdi-timer-outline::before{content:"\F051B"}.mdi-timer-sand::before{content:"\F051F"}.mdi-timer-sand-complete::before{content:"\F199F"}.mdi-timer-sand-empty::before{content:"\F06AD"}.mdi-timer-sand-full::before{content:"\F078C"}.mdi-timer-sand-paused::before{content:"\F19A0"}.mdi-timer-settings::before{content:"\F1923"}.mdi-timer-settings-outline::before{content:"\F1924"}.mdi-timetable::before{content:"\F0520"}.mdi-tire::before{content:"\F1896"}.mdi-toaster::before{content:"\F1063"}.mdi-toaster-off::before{content:"\F11B7"}.mdi-toaster-oven::before{content:"\F0CD3"}.mdi-toggle-switch::before{content:"\F0521"}.mdi-toggle-switch-off::before{content:"\F0522"}.mdi-toggle-switch-off-outline::before{content:"\F0A19"}.mdi-toggle-switch-outline::before{content:"\F0A1A"}.mdi-toilet::before{content:"\F09AB"}.mdi-toolbox::before{content:"\F09AC"}.mdi-toolbox-outline::before{content:"\F09AD"}.mdi-tools::before{content:"\F1064"}.mdi-tooltip::before{content:"\F0523"}.mdi-tooltip-account::before{content:"\F000C"}.mdi-tooltip-cellphone::before{content:"\F183B"}.mdi-tooltip-check::before{content:"\F155C"}.mdi-tooltip-check-outline::before{content:"\F155D"}.mdi-tooltip-edit::before{content:"\F0524"}.mdi-tooltip-edit-outline::before{content:"\F12C5"}.mdi-tooltip-image::before{content:"\F0525"}.mdi-tooltip-image-outline::before{content:"\F0BD5"}.mdi-tooltip-minus::before{content:"\F155E"}.mdi-tooltip-minus-outline::before{content:"\F155F"}.mdi-tooltip-outline::before{content:"\F0526"}.mdi-tooltip-plus::before{content:"\F0BD6"}.mdi-tooltip-plus-outline::before{content:"\F0527"}.mdi-tooltip-remove::before{content:"\F1560"}.mdi-tooltip-remove-outline::before{content:"\F1561"}.mdi-tooltip-text::before{content:"\F0528"}.mdi-tooltip-text-outline::before{content:"\F0BD7"}.mdi-tooth::before{content:"\F08C3"}.mdi-tooth-outline::before{content:"\F0529"}.mdi-toothbrush::before{content:"\F1129"}.mdi-toothbrush-electric::before{content:"\F112C"}.mdi-toothbrush-paste::before{content:"\F112A"}.mdi-torch::before{content:"\F1606"}.mdi-tortoise::before{content:"\F0D3B"}.mdi-toslink::before{content:"\F12B8"}.mdi-tournament::before{content:"\F09AE"}.mdi-tow-truck::before{content:"\F083C"}.mdi-tower-beach::before{content:"\F0681"}.mdi-tower-fire::before{content:"\F0682"}.mdi-town-hall::before{content:"\F1875"}.mdi-toy-brick::before{content:"\F1288"}.mdi-toy-brick-marker::before{content:"\F1289"}.mdi-toy-brick-marker-outline::before{content:"\F128A"}.mdi-toy-brick-minus::before{content:"\F128B"}.mdi-toy-brick-minus-outline::before{content:"\F128C"}.mdi-toy-brick-outline::before{content:"\F128D"}.mdi-toy-brick-plus::before{content:"\F128E"}.mdi-toy-brick-plus-outline::before{content:"\F128F"}.mdi-toy-brick-remove::before{content:"\F1290"}.mdi-toy-brick-remove-outline::before{content:"\F1291"}.mdi-toy-brick-search::before{content:"\F1292"}.mdi-toy-brick-search-outline::before{content:"\F1293"}.mdi-track-light::before{content:"\F0914"}.mdi-trackpad::before{content:"\F07F8"}.mdi-trackpad-lock::before{content:"\F0933"}.mdi-tractor::before{content:"\F0892"}.mdi-tractor-variant::before{content:"\F14C4"}.mdi-trademark::before{content:"\F0A78"}.mdi-traffic-cone::before{content:"\F137C"}.mdi-traffic-light::before{content:"\F052B"}.mdi-traffic-light-outline::before{content:"\F182A"}.mdi-train::before{content:"\F052C"}.mdi-train-car::before{content:"\F0BD8"}.mdi-train-car-passenger::before{content:"\F1733"}.mdi-train-car-passenger-door::before{content:"\F1734"}.mdi-train-car-passenger-door-open::before{content:"\F1735"}.mdi-train-car-passenger-variant::before{content:"\F1736"}.mdi-train-variant::before{content:"\F08C4"}.mdi-tram::before{content:"\F052D"}.mdi-tram-side::before{content:"\F0FE7"}.mdi-transcribe::before{content:"\F052E"}.mdi-transcribe-close::before{content:"\F052F"}.mdi-transfer::before{content:"\F1065"}.mdi-transfer-down::before{content:"\F0DA1"}.mdi-transfer-left::before{content:"\F0DA2"}.mdi-transfer-right::before{content:"\F0530"}.mdi-transfer-up::before{content:"\F0DA3"}.mdi-transit-connection::before{content:"\F0D3C"}.mdi-transit-connection-horizontal::before{content:"\F1546"}.mdi-transit-connection-variant::before{content:"\F0D3D"}.mdi-transit-detour::before{content:"\F0F8B"}.mdi-transit-skip::before{content:"\F1515"}.mdi-transit-transfer::before{content:"\F06AE"}.mdi-transition::before{content:"\F0915"}.mdi-transition-masked::before{content:"\F0916"}.mdi-translate::before{content:"\F05CA"}.mdi-translate-off::before{content:"\F0E06"}.mdi-transmission-tower::before{content:"\F0D3E"}.mdi-transmission-tower-export::before{content:"\F192C"}.mdi-transmission-tower-import::before{content:"\F192D"}.mdi-trash-can::before{content:"\F0A79"}.mdi-trash-can-outline::before{content:"\F0A7A"}.mdi-tray::before{content:"\F1294"}.mdi-tray-alert::before{content:"\F1295"}.mdi-tray-arrow-down::before{content:"\F0120"}.mdi-tray-arrow-up::before{content:"\F011D"}.mdi-tray-full::before{content:"\F1296"}.mdi-tray-minus::before{content:"\F1297"}.mdi-tray-plus::before{content:"\F1298"}.mdi-tray-remove::before{content:"\F1299"}.mdi-treasure-chest::before{content:"\F0726"}.mdi-tree::before{content:"\F0531"}.mdi-tree-outline::before{content:"\F0E69"}.mdi-trello::before{content:"\F0532"}.mdi-trending-down::before{content:"\F0533"}.mdi-trending-neutral::before{content:"\F0534"}.mdi-trending-up::before{content:"\F0535"}.mdi-triangle::before{content:"\F0536"}.mdi-triangle-outline::before{content:"\F0537"}.mdi-triangle-wave::before{content:"\F147C"}.mdi-triforce::before{content:"\F0BD9"}.mdi-trophy::before{content:"\F0538"}.mdi-trophy-award::before{content:"\F0539"}.mdi-trophy-broken::before{content:"\F0DA4"}.mdi-trophy-outline::before{content:"\F053A"}.mdi-trophy-variant::before{content:"\F053B"}.mdi-trophy-variant-outline::before{content:"\F053C"}.mdi-truck::before{content:"\F053D"}.mdi-truck-cargo-container::before{content:"\F18D8"}.mdi-truck-check::before{content:"\F0CD4"}.mdi-truck-check-outline::before{content:"\F129A"}.mdi-truck-delivery::before{content:"\F053E"}.mdi-truck-delivery-outline::before{content:"\F129B"}.mdi-truck-fast::before{content:"\F0788"}.mdi-truck-fast-outline::before{content:"\F129C"}.mdi-truck-flatbed::before{content:"\F1891"}.mdi-truck-minus::before{content:"\F19AE"}.mdi-truck-minus-outline::before{content:"\F19BD"}.mdi-truck-outline::before{content:"\F129D"}.mdi-truck-plus::before{content:"\F19AD"}.mdi-truck-plus-outline::before{content:"\F19BC"}.mdi-truck-remove::before{content:"\F19AF"}.mdi-truck-remove-outline::before{content:"\F19BE"}.mdi-truck-snowflake::before{content:"\F19A6"}.mdi-truck-trailer::before{content:"\F0727"}.mdi-trumpet::before{content:"\F1096"}.mdi-tshirt-crew::before{content:"\F0A7B"}.mdi-tshirt-crew-outline::before{content:"\F053F"}.mdi-tshirt-v::before{content:"\F0A7C"}.mdi-tshirt-v-outline::before{content:"\F0540"}.mdi-tumble-dryer::before{content:"\F0917"}.mdi-tumble-dryer-alert::before{content:"\F11BA"}.mdi-tumble-dryer-off::before{content:"\F11BB"}.mdi-tune::before{content:"\F062E"}.mdi-tune-variant::before{content:"\F1542"}.mdi-tune-vertical::before{content:"\F066A"}.mdi-tune-vertical-variant::before{content:"\F1543"}.mdi-tunnel::before{content:"\F183D"}.mdi-tunnel-outline::before{content:"\F183E"}.mdi-turkey::before{content:"\F171B"}.mdi-turnstile::before{content:"\F0CD5"}.mdi-turnstile-outline::before{content:"\F0CD6"}.mdi-turtle::before{content:"\F0CD7"}.mdi-twitch::before{content:"\F0543"}.mdi-twitter::before{content:"\F0544"}.mdi-two-factor-authentication::before{content:"\F09AF"}.mdi-typewriter::before{content:"\F0F2D"}.mdi-ubisoft::before{content:"\F0BDA"}.mdi-ubuntu::before{content:"\F0548"}.mdi-ufo::before{content:"\F10C4"}.mdi-ufo-outline::before{content:"\F10C5"}.mdi-ultra-high-definition::before{content:"\F07F9"}.mdi-umbraco::before{content:"\F0549"}.mdi-umbrella::before{content:"\F054A"}.mdi-umbrella-beach::before{content:"\F188A"}.mdi-umbrella-beach-outline::before{content:"\F188B"}.mdi-umbrella-closed::before{content:"\F09B0"}.mdi-umbrella-closed-outline::before{content:"\F13E2"}.mdi-umbrella-closed-variant::before{content:"\F13E1"}.mdi-umbrella-outline::before{content:"\F054B"}.mdi-undo::before{content:"\F054C"}.mdi-undo-variant::before{content:"\F054D"}.mdi-unfold-less-horizontal::before{content:"\F054E"}.mdi-unfold-less-vertical::before{content:"\F0760"}.mdi-unfold-more-horizontal::before{content:"\F054F"}.mdi-unfold-more-vertical::before{content:"\F0761"}.mdi-ungroup::before{content:"\F0550"}.mdi-unicode::before{content:"\F0ED0"}.mdi-unicorn::before{content:"\F15C2"}.mdi-unicorn-variant::before{content:"\F15C3"}.mdi-unicycle::before{content:"\F15E5"}.mdi-unity::before{content:"\F06AF"}.mdi-unreal::before{content:"\F09B1"}.mdi-update::before{content:"\F06B0"}.mdi-upload::before{content:"\F0552"}.mdi-upload-lock::before{content:"\F1373"}.mdi-upload-lock-outline::before{content:"\F1374"}.mdi-upload-multiple::before{content:"\F083D"}.mdi-upload-network::before{content:"\F06F6"}.mdi-upload-network-outline::before{content:"\F0CD8"}.mdi-upload-off::before{content:"\F10C6"}.mdi-upload-off-outline::before{content:"\F10C7"}.mdi-upload-outline::before{content:"\F0E07"}.mdi-usb::before{content:"\F0553"}.mdi-usb-flash-drive::before{content:"\F129E"}.mdi-usb-flash-drive-outline::before{content:"\F129F"}.mdi-usb-port::before{content:"\F11F0"}.mdi-vacuum::before{content:"\F19A1"}.mdi-vacuum-outline::before{content:"\F19A2"}.mdi-valve::before{content:"\F1066"}.mdi-valve-closed::before{content:"\F1067"}.mdi-valve-open::before{content:"\F1068"}.mdi-van-passenger::before{content:"\F07FA"}.mdi-van-utility::before{content:"\F07FB"}.mdi-vanish::before{content:"\F07FC"}.mdi-vanish-quarter::before{content:"\F1554"}.mdi-vanity-light::before{content:"\F11E1"}.mdi-variable::before{content:"\F0AE7"}.mdi-variable-box::before{content:"\F1111"}.mdi-vector-arrange-above::before{content:"\F0554"}.mdi-vector-arrange-below::before{content:"\F0555"}.mdi-vector-bezier::before{content:"\F0AE8"}.mdi-vector-circle::before{content:"\F0556"}.mdi-vector-circle-variant::before{content:"\F0557"}.mdi-vector-combine::before{content:"\F0558"}.mdi-vector-curve::before{content:"\F0559"}.mdi-vector-difference::before{content:"\F055A"}.mdi-vector-difference-ab::before{content:"\F055B"}.mdi-vector-difference-ba::before{content:"\F055C"}.mdi-vector-ellipse::before{content:"\F0893"}.mdi-vector-intersection::before{content:"\F055D"}.mdi-vector-line::before{content:"\F055E"}.mdi-vector-link::before{content:"\F0FE8"}.mdi-vector-point::before{content:"\F055F"}.mdi-vector-polygon::before{content:"\F0560"}.mdi-vector-polygon-variant::before{content:"\F1856"}.mdi-vector-polyline::before{content:"\F0561"}.mdi-vector-polyline-edit::before{content:"\F1225"}.mdi-vector-polyline-minus::before{content:"\F1226"}.mdi-vector-polyline-plus::before{content:"\F1227"}.mdi-vector-polyline-remove::before{content:"\F1228"}.mdi-vector-radius::before{content:"\F074A"}.mdi-vector-rectangle::before{content:"\F05C6"}.mdi-vector-selection::before{content:"\F0562"}.mdi-vector-square::before{content:"\F0001"}.mdi-vector-square-close::before{content:"\F1857"}.mdi-vector-square-edit::before{content:"\F18D9"}.mdi-vector-square-minus::before{content:"\F18DA"}.mdi-vector-square-open::before{content:"\F1858"}.mdi-vector-square-plus::before{content:"\F18DB"}.mdi-vector-square-remove::before{content:"\F18DC"}.mdi-vector-triangle::before{content:"\F0563"}.mdi-vector-union::before{content:"\F0564"}.mdi-vhs::before{content:"\F0A1B"}.mdi-vibrate::before{content:"\F0566"}.mdi-vibrate-off::before{content:"\F0CD9"}.mdi-video::before{content:"\F0567"}.mdi-video-3d::before{content:"\F07FD"}.mdi-video-3d-off::before{content:"\F13D9"}.mdi-video-3d-variant::before{content:"\F0ED1"}.mdi-video-4k-box::before{content:"\F083E"}.mdi-video-account::before{content:"\F0919"}.mdi-video-box::before{content:"\F00FD"}.mdi-video-box-off::before{content:"\F00FE"}.mdi-video-check::before{content:"\F1069"}.mdi-video-check-outline::before{content:"\F106A"}.mdi-video-high-definition::before{content:"\F152E"}.mdi-video-image::before{content:"\F091A"}.mdi-video-input-antenna::before{content:"\F083F"}.mdi-video-input-component::before{content:"\F0840"}.mdi-video-input-hdmi::before{content:"\F0841"}.mdi-video-input-scart::before{content:"\F0F8C"}.mdi-video-input-svideo::before{content:"\F0842"}.mdi-video-marker::before{content:"\F19A9"}.mdi-video-marker-outline::before{content:"\F19AA"}.mdi-video-minus::before{content:"\F09B2"}.mdi-video-minus-outline::before{content:"\F02BA"}.mdi-video-off::before{content:"\F0568"}.mdi-video-off-outline::before{content:"\F0BDB"}.mdi-video-outline::before{content:"\F0BDC"}.mdi-video-plus::before{content:"\F09B3"}.mdi-video-plus-outline::before{content:"\F01D3"}.mdi-video-stabilization::before{content:"\F091B"}.mdi-video-switch::before{content:"\F0569"}.mdi-video-switch-outline::before{content:"\F0790"}.mdi-video-vintage::before{content:"\F0A1C"}.mdi-video-wireless::before{content:"\F0ED2"}.mdi-video-wireless-outline::before{content:"\F0ED3"}.mdi-view-agenda::before{content:"\F056A"}.mdi-view-agenda-outline::before{content:"\F11D8"}.mdi-view-array::before{content:"\F056B"}.mdi-view-array-outline::before{content:"\F1485"}.mdi-view-carousel::before{content:"\F056C"}.mdi-view-carousel-outline::before{content:"\F1486"}.mdi-view-column::before{content:"\F056D"}.mdi-view-column-outline::before{content:"\F1487"}.mdi-view-comfy::before{content:"\F0E6A"}.mdi-view-comfy-outline::before{content:"\F1488"}.mdi-view-compact::before{content:"\F0E6B"}.mdi-view-compact-outline::before{content:"\F0E6C"}.mdi-view-dashboard::before{content:"\F056E"}.mdi-view-dashboard-edit::before{content:"\F1947"}.mdi-view-dashboard-edit-outline::before{content:"\F1948"}.mdi-view-dashboard-outline::before{content:"\F0A1D"}.mdi-view-dashboard-variant::before{content:"\F0843"}.mdi-view-dashboard-variant-outline::before{content:"\F1489"}.mdi-view-day::before{content:"\F056F"}.mdi-view-day-outline::before{content:"\F148A"}.mdi-view-gallery::before{content:"\F1888"}.mdi-view-gallery-outline::before{content:"\F1889"}.mdi-view-grid::before{content:"\F0570"}.mdi-view-grid-outline::before{content:"\F11D9"}.mdi-view-grid-plus::before{content:"\F0F8D"}.mdi-view-grid-plus-outline::before{content:"\F11DA"}.mdi-view-headline::before{content:"\F0571"}.mdi-view-list::before{content:"\F0572"}.mdi-view-list-outline::before{content:"\F148B"}.mdi-view-module::before{content:"\F0573"}.mdi-view-module-outline::before{content:"\F148C"}.mdi-view-parallel::before{content:"\F0728"}.mdi-view-parallel-outline::before{content:"\F148D"}.mdi-view-quilt::before{content:"\F0574"}.mdi-view-quilt-outline::before{content:"\F148E"}.mdi-view-sequential::before{content:"\F0729"}.mdi-view-sequential-outline::before{content:"\F148F"}.mdi-view-split-horizontal::before{content:"\F0BCB"}.mdi-view-split-vertical::before{content:"\F0BCC"}.mdi-view-stream::before{content:"\F0575"}.mdi-view-stream-outline::before{content:"\F1490"}.mdi-view-week::before{content:"\F0576"}.mdi-view-week-outline::before{content:"\F1491"}.mdi-vimeo::before{content:"\F0577"}.mdi-violin::before{content:"\F060F"}.mdi-virtual-reality::before{content:"\F0894"}.mdi-virus::before{content:"\F13B6"}.mdi-virus-off::before{content:"\F18E1"}.mdi-virus-off-outline::before{content:"\F18E2"}.mdi-virus-outline::before{content:"\F13B7"}.mdi-vlc::before{content:"\F057C"}.mdi-voicemail::before{content:"\F057D"}.mdi-volleyball::before{content:"\F09B4"}.mdi-volume-high::before{content:"\F057E"}.mdi-volume-low::before{content:"\F057F"}.mdi-volume-medium::before{content:"\F0580"}.mdi-volume-minus::before{content:"\F075E"}.mdi-volume-mute::before{content:"\F075F"}.mdi-volume-off::before{content:"\F0581"}.mdi-volume-plus::before{content:"\F075D"}.mdi-volume-source::before{content:"\F1120"}.mdi-volume-variant-off::before{content:"\F0E08"}.mdi-volume-vibrate::before{content:"\F1121"}.mdi-vote::before{content:"\F0A1F"}.mdi-vote-outline::before{content:"\F0A20"}.mdi-vpn::before{content:"\F0582"}.mdi-vuejs::before{content:"\F0844"}.mdi-vuetify::before{content:"\F0E6D"}.mdi-walk::before{content:"\F0583"}.mdi-wall::before{content:"\F07FE"}.mdi-wall-sconce::before{content:"\F091C"}.mdi-wall-sconce-flat::before{content:"\F091D"}.mdi-wall-sconce-flat-outline::before{content:"\F17C9"}.mdi-wall-sconce-flat-variant::before{content:"\F041C"}.mdi-wall-sconce-flat-variant-outline::before{content:"\F17CA"}.mdi-wall-sconce-outline::before{content:"\F17CB"}.mdi-wall-sconce-round::before{content:"\F0748"}.mdi-wall-sconce-round-outline::before{content:"\F17CC"}.mdi-wall-sconce-round-variant::before{content:"\F091E"}.mdi-wall-sconce-round-variant-outline::before{content:"\F17CD"}.mdi-wallet::before{content:"\F0584"}.mdi-wallet-giftcard::before{content:"\F0585"}.mdi-wallet-membership::before{content:"\F0586"}.mdi-wallet-outline::before{content:"\F0BDD"}.mdi-wallet-plus::before{content:"\F0F8E"}.mdi-wallet-plus-outline::before{content:"\F0F8F"}.mdi-wallet-travel::before{content:"\F0587"}.mdi-wallpaper::before{content:"\F0E09"}.mdi-wan::before{content:"\F0588"}.mdi-wardrobe::before{content:"\F0F90"}.mdi-wardrobe-outline::before{content:"\F0F91"}.mdi-warehouse::before{content:"\F0F81"}.mdi-washing-machine::before{content:"\F072A"}.mdi-washing-machine-alert::before{content:"\F11BC"}.mdi-washing-machine-off::before{content:"\F11BD"}.mdi-watch::before{content:"\F0589"}.mdi-watch-export::before{content:"\F058A"}.mdi-watch-export-variant::before{content:"\F0895"}.mdi-watch-import::before{content:"\F058B"}.mdi-watch-import-variant::before{content:"\F0896"}.mdi-watch-variant::before{content:"\F0897"}.mdi-watch-vibrate::before{content:"\F06B1"}.mdi-watch-vibrate-off::before{content:"\F0CDA"}.mdi-water::before{content:"\F058C"}.mdi-water-alert::before{content:"\F1502"}.mdi-water-alert-outline::before{content:"\F1503"}.mdi-water-boiler::before{content:"\F0F92"}.mdi-water-boiler-alert::before{content:"\F11B3"}.mdi-water-boiler-off::before{content:"\F11B4"}.mdi-water-check::before{content:"\F1504"}.mdi-water-check-outline::before{content:"\F1505"}.mdi-water-circle::before{content:"\F1806"}.mdi-water-minus::before{content:"\F1506"}.mdi-water-minus-outline::before{content:"\F1507"}.mdi-water-off::before{content:"\F058D"}.mdi-water-off-outline::before{content:"\F1508"}.mdi-water-opacity::before{content:"\F1855"}.mdi-water-outline::before{content:"\F0E0A"}.mdi-water-percent::before{content:"\F058E"}.mdi-water-percent-alert::before{content:"\F1509"}.mdi-water-plus::before{content:"\F150A"}.mdi-water-plus-outline::before{content:"\F150B"}.mdi-water-polo::before{content:"\F12A0"}.mdi-water-pump::before{content:"\F058F"}.mdi-water-pump-off::before{content:"\F0F93"}.mdi-water-remove::before{content:"\F150C"}.mdi-water-remove-outline::before{content:"\F150D"}.mdi-water-sync::before{content:"\F17C6"}.mdi-water-well::before{content:"\F106B"}.mdi-water-well-outline::before{content:"\F106C"}.mdi-waterfall::before{content:"\F1849"}.mdi-watering-can::before{content:"\F1481"}.mdi-watering-can-outline::before{content:"\F1482"}.mdi-watermark::before{content:"\F0612"}.mdi-wave::before{content:"\F0F2E"}.mdi-waveform::before{content:"\F147D"}.mdi-waves::before{content:"\F078D"}.mdi-waves-arrow-left::before{content:"\F1859"}.mdi-waves-arrow-right::before{content:"\F185A"}.mdi-waves-arrow-up::before{content:"\F185B"}.mdi-waze::before{content:"\F0BDE"}.mdi-weather-cloudy::before{content:"\F0590"}.mdi-weather-cloudy-alert::before{content:"\F0F2F"}.mdi-weather-cloudy-arrow-right::before{content:"\F0E6E"}.mdi-weather-cloudy-clock::before{content:"\F18F6"}.mdi-weather-fog::before{content:"\F0591"}.mdi-weather-hail::before{content:"\F0592"}.mdi-weather-hazy::before{content:"\F0F30"}.mdi-weather-hurricane::before{content:"\F0898"}.mdi-weather-lightning::before{content:"\F0593"}.mdi-weather-lightning-rainy::before{content:"\F067E"}.mdi-weather-night::before{content:"\F0594"}.mdi-weather-night-partly-cloudy::before{content:"\F0F31"}.mdi-weather-partly-cloudy::before{content:"\F0595"}.mdi-weather-partly-lightning::before{content:"\F0F32"}.mdi-weather-partly-rainy::before{content:"\F0F33"}.mdi-weather-partly-snowy::before{content:"\F0F34"}.mdi-weather-partly-snowy-rainy::before{content:"\F0F35"}.mdi-weather-pouring::before{content:"\F0596"}.mdi-weather-rainy::before{content:"\F0597"}.mdi-weather-snowy::before{content:"\F0598"}.mdi-weather-snowy-heavy::before{content:"\F0F36"}.mdi-weather-snowy-rainy::before{content:"\F067F"}.mdi-weather-sunny::before{content:"\F0599"}.mdi-weather-sunny-alert::before{content:"\F0F37"}.mdi-weather-sunny-off::before{content:"\F14E4"}.mdi-weather-sunset::before{content:"\F059A"}.mdi-weather-sunset-down::before{content:"\F059B"}.mdi-weather-sunset-up::before{content:"\F059C"}.mdi-weather-tornado::before{content:"\F0F38"}.mdi-weather-windy::before{content:"\F059D"}.mdi-weather-windy-variant::before{content:"\F059E"}.mdi-web::before{content:"\F059F"}.mdi-web-box::before{content:"\F0F94"}.mdi-web-cancel::before{content:"\F1790"}.mdi-web-check::before{content:"\F0789"}.mdi-web-clock::before{content:"\F124A"}.mdi-web-minus::before{content:"\F10A0"}.mdi-web-off::before{content:"\F0A8E"}.mdi-web-plus::before{content:"\F0033"}.mdi-web-refresh::before{content:"\F1791"}.mdi-web-remove::before{content:"\F0551"}.mdi-web-sync::before{content:"\F1792"}.mdi-webcam::before{content:"\F05A0"}.mdi-webcam-off::before{content:"\F1737"}.mdi-webhook::before{content:"\F062F"}.mdi-webpack::before{content:"\F072B"}.mdi-webrtc::before{content:"\F1248"}.mdi-wechat::before{content:"\F0611"}.mdi-weight::before{content:"\F05A1"}.mdi-weight-gram::before{content:"\F0D3F"}.mdi-weight-kilogram::before{content:"\F05A2"}.mdi-weight-lifter::before{content:"\F115D"}.mdi-weight-pound::before{content:"\F09B5"}.mdi-whatsapp::before{content:"\F05A3"}.mdi-wheel-barrow::before{content:"\F14F2"}.mdi-wheelchair-accessibility::before{content:"\F05A4"}.mdi-whistle::before{content:"\F09B6"}.mdi-whistle-outline::before{content:"\F12BC"}.mdi-white-balance-auto::before{content:"\F05A5"}.mdi-white-balance-incandescent::before{content:"\F05A6"}.mdi-white-balance-iridescent::before{content:"\F05A7"}.mdi-white-balance-sunny::before{content:"\F05A8"}.mdi-widgets::before{content:"\F072C"}.mdi-widgets-outline::before{content:"\F1355"}.mdi-wifi::before{content:"\F05A9"}.mdi-wifi-alert::before{content:"\F16B5"}.mdi-wifi-arrow-down::before{content:"\F16B6"}.mdi-wifi-arrow-left::before{content:"\F16B7"}.mdi-wifi-arrow-left-right::before{content:"\F16B8"}.mdi-wifi-arrow-right::before{content:"\F16B9"}.mdi-wifi-arrow-up::before{content:"\F16BA"}.mdi-wifi-arrow-up-down::before{content:"\F16BB"}.mdi-wifi-cancel::before{content:"\F16BC"}.mdi-wifi-check::before{content:"\F16BD"}.mdi-wifi-cog::before{content:"\F16BE"}.mdi-wifi-lock::before{content:"\F16BF"}.mdi-wifi-lock-open::before{content:"\F16C0"}.mdi-wifi-marker::before{content:"\F16C1"}.mdi-wifi-minus::before{content:"\F16C2"}.mdi-wifi-off::before{content:"\F05AA"}.mdi-wifi-plus::before{content:"\F16C3"}.mdi-wifi-refresh::before{content:"\F16C4"}.mdi-wifi-remove::before{content:"\F16C5"}.mdi-wifi-settings::before{content:"\F16C6"}.mdi-wifi-star::before{content:"\F0E0B"}.mdi-wifi-strength-1::before{content:"\F091F"}.mdi-wifi-strength-1-alert::before{content:"\F0920"}.mdi-wifi-strength-1-lock::before{content:"\F0921"}.mdi-wifi-strength-1-lock-open::before{content:"\F16CB"}.mdi-wifi-strength-2::before{content:"\F0922"}.mdi-wifi-strength-2-alert::before{content:"\F0923"}.mdi-wifi-strength-2-lock::before{content:"\F0924"}.mdi-wifi-strength-2-lock-open::before{content:"\F16CC"}.mdi-wifi-strength-3::before{content:"\F0925"}.mdi-wifi-strength-3-alert::before{content:"\F0926"}.mdi-wifi-strength-3-lock::before{content:"\F0927"}.mdi-wifi-strength-3-lock-open::before{content:"\F16CD"}.mdi-wifi-strength-4::before{content:"\F0928"}.mdi-wifi-strength-4-alert::before{content:"\F0929"}.mdi-wifi-strength-4-lock::before{content:"\F092A"}.mdi-wifi-strength-4-lock-open::before{content:"\F16CE"}.mdi-wifi-strength-alert-outline::before{content:"\F092B"}.mdi-wifi-strength-lock-open-outline::before{content:"\F16CF"}.mdi-wifi-strength-lock-outline::before{content:"\F092C"}.mdi-wifi-strength-off::before{content:"\F092D"}.mdi-wifi-strength-off-outline::before{content:"\F092E"}.mdi-wifi-strength-outline::before{content:"\F092F"}.mdi-wifi-sync::before{content:"\F16C7"}.mdi-wikipedia::before{content:"\F05AC"}.mdi-wind-turbine::before{content:"\F0DA5"}.mdi-wind-turbine-alert::before{content:"\F19AB"}.mdi-wind-turbine-check::before{content:"\F19AC"}.mdi-window-close::before{content:"\F05AD"}.mdi-window-closed::before{content:"\F05AE"}.mdi-window-closed-variant::before{content:"\F11DB"}.mdi-window-maximize::before{content:"\F05AF"}.mdi-window-minimize::before{content:"\F05B0"}.mdi-window-open::before{content:"\F05B1"}.mdi-window-open-variant::before{content:"\F11DC"}.mdi-window-restore::before{content:"\F05B2"}.mdi-window-shutter::before{content:"\F111C"}.mdi-window-shutter-alert::before{content:"\F111D"}.mdi-window-shutter-open::before{content:"\F111E"}.mdi-windsock::before{content:"\F15FA"}.mdi-wiper::before{content:"\F0AE9"}.mdi-wiper-wash::before{content:"\F0DA6"}.mdi-wiper-wash-alert::before{content:"\F18DF"}.mdi-wizard-hat::before{content:"\F1477"}.mdi-wordpress::before{content:"\F05B4"}.mdi-wrap::before{content:"\F05B6"}.mdi-wrap-disabled::before{content:"\F0BDF"}.mdi-wrench::before{content:"\F05B7"}.mdi-wrench-clock::before{content:"\F19A3"}.mdi-wrench-outline::before{content:"\F0BE0"}.mdi-xamarin::before{content:"\F0845"}.mdi-xml::before{content:"\F05C0"}.mdi-xmpp::before{content:"\F07FF"}.mdi-yahoo::before{content:"\F0B4F"}.mdi-yeast::before{content:"\F05C1"}.mdi-yin-yang::before{content:"\F0680"}.mdi-yoga::before{content:"\F117C"}.mdi-youtube::before{content:"\F05C3"}.mdi-youtube-gaming::before{content:"\F0848"}.mdi-youtube-studio::before{content:"\F0847"}.mdi-youtube-subscription::before{content:"\F0D40"}.mdi-youtube-tv::before{content:"\F0448"}.mdi-yurt::before{content:"\F1516"}.mdi-z-wave::before{content:"\F0AEA"}.mdi-zend::before{content:"\F0AEB"}.mdi-zigbee::before{content:"\F0D41"}.mdi-zip-box::before{content:"\F05C4"}.mdi-zip-box-outline::before{content:"\F0FFA"}.mdi-zip-disk::before{content:"\F0A23"}.mdi-zodiac-aquarius::before{content:"\F0A7D"}.mdi-zodiac-aries::before{content:"\F0A7E"}.mdi-zodiac-cancer::before{content:"\F0A7F"}.mdi-zodiac-capricorn::before{content:"\F0A80"}.mdi-zodiac-gemini::before{content:"\F0A81"}.mdi-zodiac-leo::before{content:"\F0A82"}.mdi-zodiac-libra::before{content:"\F0A83"}.mdi-zodiac-pisces::before{content:"\F0A84"}.mdi-zodiac-sagittarius::before{content:"\F0A85"}.mdi-zodiac-scorpio::before{content:"\F0A86"}.mdi-zodiac-taurus::before{content:"\F0A87"}.mdi-zodiac-virgo::before{content:"\F0A88"}.mdi-blank::before{content:"\F68C";visibility:hidden}.mdi-18px.mdi-set,.mdi-18px.mdi:before{font-size:18px}.mdi-24px.mdi-set,.mdi-24px.mdi:before{font-size:24px}.mdi-36px.mdi-set,.mdi-36px.mdi:before{font-size:36px}.mdi-48px.mdi-set,.mdi-48px.mdi:before{font-size:48px}.mdi-dark:before{color:rgba(0,0,0,0.54)}.mdi-dark.mdi-inactive:before{color:rgba(0,0,0,0.26)}.mdi-light:before{color:#fff}.mdi-light.mdi-inactive:before{color:rgba(255,255,255,0.3)}.mdi-rotate-45:before{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.mdi-rotate-90:before{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.mdi-rotate-135:before{-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg)}.mdi-rotate-180:before{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.mdi-rotate-225:before{-webkit-transform:rotate(225deg);-ms-transform:rotate(225deg);transform:rotate(225deg)}.mdi-rotate-270:before{-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.mdi-rotate-315:before{-webkit-transform:rotate(315deg);-ms-transform:rotate(315deg);transform:rotate(315deg)}.mdi-flip-h:before{-webkit-transform:scaleX(-1);transform:scaleX(-1);filter:FlipH;-ms-filter:"FlipH"}.mdi-flip-v:before{-webkit-transform:scaleY(-1);transform:scaleY(-1);filter:FlipV;-ms-filter:"FlipV"}.mdi-spin:before{-webkit-animation:mdi-spin 2s infinite linear;animation:mdi-spin 2s infinite linear}@-webkit-keyframes mdi-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes mdi-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}} \ No newline at end of file diff --git a/static/lyear/css/style.min.css b/static/lyear/css/style.min.css new file mode 100644 index 0000000..c5041f4 --- /dev/null +++ b/static/lyear/css/style.min.css @@ -0,0 +1,885 @@ +/** ---------------------------------- + * 光年(Light Year Admin v5)后台管理系统模板 + * 基于Bootstrap v5.1.3的一款纯静态页面模板 + * http://www.bixiaguangnian.com + * yinqi<3331653644@qq.com> + -------------------------------------- */ + :root{--border-radius-mini:12px;--border-radius-small:16px;--border-radius-medium:24px;--border-radius-large:32px;--sidebar-width:240px;--header-height:64px;--bs-purple:#926dde;--bs-purple-hover:#a282e3;--bs-pink:#f96197;--bs-pink-hover:#fa75a4;--bs-yellow:#fcc525;--bs-yellow-hover:#fdd04d;--bs-teal:#33cabb;--bs-teal-hover:#52d3c7;--bs-cyan:#57c7d4;--bs-cyan-hover:#77d2dc;--bs-brown:#8d6658;--bs-brown-hover:#9d7162;--bs-indigo:#6610f2;--bs-indigo-hover:#7516F4;--bs-success:#15c377;--bs-success-hover:#16d17f;--bs-info:#48b0f7;--bs-info-hover:#65bdf8;--bs-warning:#faa64b;--bs-warning-hover:#fbb264;--bs-danger:#f44236;--bs-danger-hover:#fa8181;--bs-dark:#212529;--bs-dark-hover:#393F45;--bs-secondary:#6c757d;--bs-secondary-hover:#7a838a;--bs-light:#fcfdfe;--bs-light-hover:#f9fafb;--bs-pre:#f8f9fa;--bs-pre-font:#2f6f9f;--bs-pure-black:#000000;--bs-primary-rgb:0,123,255;--bs-success-rgb:21,195,119;--bs-info-rgb:72,176,247;--bs-warning-rgb:250,166,75;--bs-danger-rgb:244,66,54;--bs-teal-rgb:51,202,187;--bs-indigo-rgb:102,16,242;--bs-purple-rgb:146,109,222;--bs-pink-rgb:249,97,151;--bs-yellow-rgb:252,197,37;--bs-cyan-rgb:87,199,212;--bs-brown-rgb:141,102,88;--bs-dark-rgb:33,37,41;--bs-secondary-rgb:108,117,125;--bs-light-rgb:252,253,254;--bs-body-color-rgb:73,80,87;--bs-gray-rgb:108,117,125;--bs-font-sans-serif:system-ui,-apple-system,"Microsoft YaHei","Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--bs-body-font-size:14px;--bs-body-line-height:1.72;--bs-body-color:#495057;--bs-body-bg:#f4f5fa;--bs-border-color:#ededee;--bs-border-rgb:237,237,238} + html,body{height:100%;overflow:hidden} + a{color:var(--bs-primary);text-decoration:none;-webkit-transition:color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out;transition:color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out} + a:hover{color:var(--bs-primary-hover)} + a:hover,a:focus,a:active{text-decoration:none;outline:none} + a,button,a:focus,a:active,button:focus,button:active,.input-group-text:focus,.input-group-text:active{outline:none !important} + hr{background-color:rgba(var(--bs-body-color-rgb),.1);opacity:1} + pre{background-color:var(--bs-pre);border:none;padding:15px;border-radius:3px;font-size:inherit;color:var(--bs-pre-font)} + img{max-width:100%} + .example-box .btn{margin-bottom:10px;margin-right:6px} + .border-example,.border-example-row{padding:1rem;margin:1rem 0 0;border:.2rem solid var(--bs-pre)} + .border-example-row .row>.col,.border-example-row .row>[class^=col-]{padding-top:.75rem;padding-bottom:.75rem;background-color:rgba(var(--bs-dark-rgb),0.03);border:1px solid rgba(var(--bs-dark-rgb),0.1)} + .border-example-row .row+.row{margin-top:1rem} + .border-example+pre{border-left:none} + .border-example-row .row+.row{margin-top:1rem} + .border-example::after{display:block;clear:both;content:""} + .border-example>:last-child{margin-bottom:0} + .border-example-row-flex-cols .row{min-height:10rem;background-color:rgba(255,0,0,0.1)} + .border-example>.form-control+.form-control{margin-top:0.5rem} + .border-highlight{background-color:rgba(var(--bs-purple-rgb),.15);border:1px solid rgba(var(--bs-purple-rgb),.15)} + .border-example-toasts{min-height:240px} + .border-example-position-utils{position:relative;padding:3em} + .border-example-position-utils .position-relative{height:200px;background-color:var(--bs-light-hover)} + .border-example-position-utils .position-absolute{width:2em;height:2em;background-color:var(--bs-dark);border-radius:0.25rem} + .border-example-ratios .ratio{display:inline-block;width:10rem;color:var(--bs-secondary);background-color:var(--bs-pre);border:1px solid var(--bs-gray-300)} + .border-example-ratios .ratio>div{display:flex;align-items:center;justify-content:center} + .scrollspy-example{position:relative;height:200px;margin-top:.5rem;overflow:auto} + .scrollspy-example-2{position:relative;height:350px;overflow:auto} + .border-example>.nav+.nav,.border-example>.alert+.alert,.border-example>.navbar+.navbar,.border-example>.progress+.progress{margin-top:1rem} + .border-example-offcanvas .offcanvas{position:static;display:block;height:200px;visibility:visible;transform:translate(0)} + .border-example .fixed-bottom,.border-example .sticky-bottom{position:static;margin:1rem -1rem -1rem} + .border-example .fixed-top,.border-example .sticky-top{position:static;margin:-1rem -1rem 1rem} + .border-example-modal .modal{position:static;display:block} + .border-example>.dropdown-menu{position:static;display:block} + .border-example-border-utils [class^="border"]{display:inline-block;width:5rem;height:5rem;margin:0.25rem;background-color:var(--bs-gray-100)} + .border-example-border-utils-0 [class^="border"]{border:1px solid var(--bs-gray-300)} + .d-flex .btn,.d-flex .nav-link{white-space:nowrap} + .p-2-5{padding:0.75rem !important} + .px-2-5{padding-right:0.75rem !important;padding-left:0.75rem !important} + .py-2-5{padding-top:0.75rem !important;padding-bottom:0.75rem !important} + .pt-2-5{padding-top:0.75rem !important} + .pe-2-5{padding-right:0.75rem !important} + .pb-2-5{padding-bottom:0.75rem !important} + .ps-2-5{padding-left:0.75rem !important} + .m-2-5{margin:0.75rem !important} + .mx-2-5{margin-right:0.75rem !important;margin-left:0.75rem !important} + .my-2-5{margin-top:0.75rem !important;margin-bottom:0.75rem !important} + .mt-2-5{margin-top:0.75rem !important} + .mb-2-5{margin-bottom:0.75rem !important} + .me-2-5{margin-right:0.75rem !important} + .ms-2-5{margin-left:0.75rem !important} + .center-vh{display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;height:100%} + .flex-box{display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between} + .lyear-divider{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-flex:0;flex:0 1;color:var(--bs-body-color);font-size:14px;letter-spacing:.5px;margin:2rem auto;width:100%} + .lyear-divider::before,.lyear-divider::after{content:'';-webkit-box-flex:1;flex-grow:1;border-top:1px solid var(--bs-border-color)} + .lyear-divider::before{margin-right:15px} + .lyear-divider::after{margin-left:15px} + .avatar-box{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center} + .avatar-xs{height:1rem;width:1rem} + .avatar-sm{height:2rem;width:2rem} + .avatar-md{height:3rem;width:3rem} + .avatar-lg{height:4rem;width:4rem} + .avatar-xl{height:5rem;width:5rem} + .rotate-180{-webkit-transform:rotate(180deg);transform:rotate(180deg)} + .btn-close:focus{box-shadow:none} + .overflow-x-hidden{overflow-x:hidden !important} + .overflow-y-hidden{overflow-y:hidden !important} + .container-fluid{padding-left:1rem !important;padding-right:1rem !important;padding-top:1rem !important;padding-bottom:0 !important} + .navbar .container-fluid{padding:0.5rem !important} + .btn{font-size:14px;padding:0.4695rem 0.75rem;-webkit-border-radius:var(--radius);border-radius:var(--radius)} + .btn-mini{padding:6px 14px} + .btn-check:focus+.btn,.btn:focus{outline:0;box-shadow:none} + .btn-w-xs{width:80px} + .btn-w-sm{width:100px} + .btn-w-md{width:120px} + .btn-w-lg{width:145px} + .btn-w-xl{width:180px} + .btn-default{background-color:var(--bs-light);border-color:var(--bs-border-color);color:var(--bs-secondary) !important} + .btn-default:hover{background-color:var(--bs-light-hover);border-color:var(--bs-border-color);color:var(--bs-body-color)} + .btn-default:focus,.btn-default.focus{background-color:var(--bs-light-hover) !important;border-color:var(--bs-border-color) !important;color:var(--bs-body-color)} + .btn-default:not([disabled]):not(.disabled).active,.btn-default:not([disabled]):not(.disabled):active,.show>.btn-default.dropdown-toggle{background-color:var(--bs-light-hover) !important;border-color:var(--bs-border-color) !important;color:var(--bs-body-color);-webkit-box-shadow:none;box-shadow:none} + .btn-default:not(:disabled):not(.disabled):active:focus,.btn-default:not(:disabled):not(.disabled).active:focus,.show>.btn-default.dropdown-toggle:focus{box-shadow:none} + .btn-default.disabled,.btn-default:disabled{background-color:var(--bs-light);border-color:var(--bs-border-color);opacity:0.5} + .btn-primary{background-color:var(--bs-primary);border-color:var(--bs-primary)} + .btn-primary:hover{background-color:var(--bs-primary-hover);border-color:var(--bs-primary-hover)} + .btn-check:focus+.btn-primary,.btn-primary:focus{background-color:var(--bs-primary-hover);border-color:var(--bs-primary-hover);box-shadow:none} + .btn-check:checked+.btn-primary,.btn-check:active+.btn-primary,.btn-primary:active,.btn-primary.active,.show>.btn-primary.dropdown-toggle{background-color:var(--bs-primary-hover);border-color:var(--bs-primary-hover)} + .btn-check:checked+.btn-primary:focus,.btn-check:active+.btn-primary:focus,.btn-primary:active:focus,.btn-primary.active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:none} + .btn-primary:disabled,.btn-primary.disabled{background-color:var(--bs-primary);border-color:var(--bs-primary)} + .btn-secondary{background-color:var(--bs-secondary);border-color:var(--bs-secondary)} + .btn-secondary:hover{background-color:var(--bs-secondary-hover);border-color:var(--bs-secondary-hover)} + .btn-check:focus+.btn-secondary,.btn-secondary:focus{background-color:var(--bs-secondary-hover);border-color:var(--bs-secondary-hover);box-shadow:none} + .btn-check:checked+.btn-secondary,.btn-check:active+.btn-secondary,.btn-secondary:active,.btn-secondary.active,.show>.btn-secondary.dropdown-toggle{background-color:var(--bs-secondary-hover);border-color:var(--bs-secondary-hover)} + .btn-check:checked+.btn-secondary:focus,.btn-check:active+.btn-secondary:focus,.btn-secondary:active:focus,.btn-secondary.active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:none} + .btn-success{background-color:var(--bs-success);border-color:var(--bs-success)} + .btn-success:hover{background-color:var(--bs-success-hover);border-color:var(--bs-success-hover)} + .btn-check:focus+.btn-success,.btn-success:focus{background-color:var(--bs-success-hover);border-color:var(--bs-success-hover);box-shadow:none} + .btn-check:checked+.btn-success,.btn-check:active+.btn-success,.btn-success:active,.btn-success.active,.show>.btn-success.dropdown-toggle{background-color:var(--bs-success-hover);border-color:var(--bs-success-hover)} + .btn-check:checked+.btn-success:focus,.btn-check:active+.btn-success:focus,.btn-success:active:focus,.btn-success.active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:none} + .btn-success:disabled,.btn-success.disabled{background-color:var(--bs-success);border-color:var(--bs-success)} + .btn-info{color:var(--bs-white);background-color:var(--bs-info);border-color:var(--bs-info)} + .btn-info:hover{color:var(--bs-white);background-color:var(--bs-info-hover);border-color:var(--bs-info-hover)} + .btn-check:focus+.btn-info,.btn-info:focus{color:var(--bs-white);background-color:var(--bs-info-hover);border-color:var(--bs-info-hover);box-shadow:none} + .btn-check:checked+.btn-info,.btn-check:active+.btn-info,.btn-info:active,.btn-info.active,.show>.btn-info.dropdown-toggle{color:var(--bs-white);background-color:var(--bs-info-hover);border-color:var(--bs-info-hover)} + .btn-check:checked+.btn-info:focus,.btn-check:active+.btn-info:focus,.btn-info:active:focus,.btn-info.active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:none} + .btn-info:disabled,.btn-info.disabled{color:var(--bs-white);background-color:var(--bs-info);border-color:var(--bs-info)} + .btn-warning{color:var(--bs-white);background-color:var(--bs-warning);border-color:var(--bs-warning)} + .btn-warning:hover{color:var(--bs-white);background-color:var(--bs-warning-hover);border-color:var(--bs-warning-hover)} + .btn-check:focus+.btn-warning,.btn-warning:focus{color:var(--bs-white);background-color:var(--bs-warning-hover);border-color:var(--bs-warning-hover);box-shadow:none} + .btn-check:checked+.btn-warning,.btn-check:active+.btn-warning,.btn-warning:active,.btn-warning.active,.show>.btn-warning.dropdown-toggle{color:var(--bs-white);background-color:var(--bs-warning-hover);border-color:var(--bs-warning-hover)} + .btn-check:checked+.btn-warning:focus,.btn-check:active+.btn-warning:focus,.btn-warning:active:focus,.btn-warning.active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:none} + .btn-warning:disabled,.btn-warning.disabled{color:var(--bs-white);background-color:var(--bs-warning);border-color:var(--bs-warning)} + .btn-danger{background-color:var(--bs-danger);border-color:var(--bs-danger)} + .btn-danger:hover{background-color:var(--bs-danger-hover);border-color:var(--bs-danger-hover)} + .btn-check:focus+.btn-danger,.btn-danger:focus{background-color:var(--bs-danger-hover);border-color:var(--bs-danger-hover);box-shadow:none} + .btn-check:checked+.btn-danger,.btn-check:active+.btn-danger,.btn-danger:active,.btn-danger.active,.show>.btn-danger.dropdown-toggle{background-color:var(--bs-danger-hover);border-color:var(--bs-danger-hover)} + .btn-check:checked+.btn-danger:focus,.btn-check:active+.btn-danger:focus,.btn-danger:active:focus,.btn-danger.active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:none} + .btn-danger:disabled,.btn-danger.disabled{background-color:var(--bs-danger);border-color:var(--bs-danger)} + .btn-check:focus+.btn-light,.btn-light:focus{box-shadow:none} + .btn-check:checked+.btn-light:focus,.btn-check:active+.btn-light:focus,.btn-light:active:focus,.btn-light.active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:none} + .btn-dark{color:var(--bs-white);background-color:var(--bs-dark);border-color:var(--bs-dark)} + .btn-dark:hover{background-color:var(--bs-dark-hover);border-color:var(--bs-dark-hover)} + .btn-check:focus+.btn-dark,.btn-dark:focus{background-color:var(--bs-dark-hover);border-color:var(--bs-dark-hover);box-shadow:none} + .btn-check:checked+.btn-dark,.btn-check:active+.btn-dark,.btn-dark:active,.btn-dark.active,.show>.btn-dark.dropdown-toggle{background-color:var(--bs-dark-hover);border-color:var(--bs-dark-hover)} + .btn-check:checked+.btn-dark:focus,.btn-check:active+.btn-dark:focus,.btn-dark:active:focus,.btn-dark.active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:none} + .btn-purple{color:var(--bs-white);background-color:var(--bs-purple);border-color:var(--bs-purple)} + .btn-purple:hover{color:var(--bs-white);background-color:var(--bs-purple-hover);border-color:var(--bs-purple-hover)} + .btn-check:focus+.btn-purple,.btn-purple:focus{color:var(--bs-white);background-color:var(--bs-purple-hover);border-color:var(--bs-purple-hover);box-shadow:none} + .btn-check:checked+.btn-purple,.btn-check:active+.btn-purple,.btn-purple:active,.btn-purple.active,.show>.btn-purple.dropdown-toggle{color:var(--bs-white);background-color:var(--bs-purple-hover);border-color:var(--bs-purple-hover)} + .btn-check:checked+.btn-purple:focus,.btn-check:active+.btn-purple:focus,.btn-purple:active:focus,.btn-purple.active:focus,.show>.btn-purple.dropdown-toggle:focus{box-shadow:none} + .btn-purple:disabled,.btn-purple.disabled{color:var(--bs-white);background-color:var(--bs-purple);border-color:var(--bs-purple)} + .btn-pink{color:var(--bs-white);background-color:var(--bs-pink);border-color:var(--bs-pink)} + .btn-pink:hover{color:var(--bs-white);background-color:var(--bs-pink-hover);border-color:var(--bs-pink-hover)} + .btn-check:focus+.btn-pink,.btn-pink:focus{color:var(--bs-white);background-color:var(--bs-pink-hover);border-color:var(--bs-pink-hover);box-shadow:none} + .btn-check:checked+.btn-pink,.btn-check:active+.btn-pink,.btn-pink:active,.btn-pink.active,.show>.btn-pink.dropdown-toggle{color:var(--bs-white);background-color:var(--bs-pink-hover);border-color:var(--bs-pink-hover)} + .btn-check:checked+.btn-pink:focus,.btn-check:active+.btn-pink:focus,.btn-pink:active:focus,.btn-pink.active:focus,.show>.btn-pink.dropdown-toggle:focus{box-shadow:none} + .btn-pink:disabled,.btn-pink.disabled{color:var(--bs-white);background-color:var(--bs-pink);border-color:var(--bs-pink)} + .btn-cyan{color:var(--bs-white);background-color:var(--bs-cyan);border-color:var(--bs-cyan)} + .btn-cyan:hover{color:var(--bs-white);background-color:var(--bs-cyan-hover);border-color:var(--bs-cyan-hover)} + .btn-check:focus+.btn-cyan,.btn-cyan:focus{color:var(--bs-white);background-color:var(--bs-cyan-hover);border-color:var(--bs-cyan-hover);box-shadow:none} + .btn-check:checked+.btn-cyan,.btn-check:active+.btn-cyan,.btn-cyan:active,.btn-cyan.active,.show>.btn-cyan.dropdown-toggle{color:var(--bs-white);background-color:var(--bs-cyan-hover);border-color:var(--bs-cyan-hover)} + .btn-check:checked+.btn-cyan:focus,.btn-check:active+.btn-cyan:focus,.btn-cyan:active:focus,.btn-cyan.active:focus,.show>.btn-cyan.dropdown-toggle:focus{box-shadow:none} + .btn-cyan:disabled,.btn-cyan.disabled{color:var(--bs-white);background-color:var(--bs-cyan);border-color:var(--bs-cyan)} + .btn-yellow{color:var(--bs-white);background-color:var(--bs-yellow);border-color:var(--bs-yellow)} + .btn-yellow:hover{color:var(--bs-white);background-color:var(--bs-yellow-hover);border-color:var(--bs-yellow-hover)} + .btn-check:focus+.btn-yellow,.btn-yellow:focus{color:var(--bs-white);background-color:var(--bs-yellow-hover);border-color:var(--bs-yellow-hover);box-shadow:none} + .btn-check:checked+.btn-yellow,.btn-check:active+.btn-yellow,.btn-yellow:active,.btn-yellow.active,.show>.btn-yellow.dropdown-toggle{color:var(--bs-white);background-color:var(--bs-yellow-hover);border-color:var(--bs-yellow-hover)} + .btn-check:checked+.btn-yellow:focus,.btn-check:active+.btn-yellow:focus,.btn-yellow:active:focus,.btn-yellow.active:focus,.show>.btn-yellow.dropdown-toggle:focus{box-shadow:none} + .btn-yellow:disabled,.btn-yellow.disabled{color:var(--bs-white);background-color:var(--bs-yellow);border-color:var(--bs-yellow)} + .btn-indigo{color:var(--bs-white);background-color:var(--bs-indigo);border-color:var(--bs-indigo)} + .btn-indigo:hover{color:var(--bs-white);background-color:var(--bs-indigo-hover);border-color:var(--bs-indigo-hover)} + .btn-check:focus+.btn-indigo,.btn-indigo:focus{color:var(--bs-white);background-color:var(--bs-indigo-hover);border-color:var(--bs-indigo-hover);box-shadow:none} + .btn-check:checked+.btn-indigo,.btn-check:active+.btn-indigo,.btn-indigo:active,.btn-indigo.active,.show>.btn-indigo.dropdown-toggle{color:var(--bs-white);background-color:var(--bs-indigo-hover);border-color:var(--bs-indigo-hover)} + .btn-check:checked+.btn-indigo:focus,.btn-check:active+.btn-indigo:focus,.btn-indigo:active:focus,.btn-indigo.active:focus,.show>.btn-indigo.dropdown-toggle:focus{box-shadow:none} + .btn-indigo:disabled,.btn-indigo.disabled{color:var(--bs-white);background-color:var(--bs-indigo);border-color:var(--bs-indigo)} + .btn-brown{color:var(--bs-white);background-color:var(--bs-brown);border-color:var(--bs-brown)} + .btn-brown:hover{color:var(--bs-white);background-color:var(--bs-brown-hover);border-color:var(--bs-brown-hover)} + .btn-check:focus+.btn-brown,.btn-brown:focus{color:var(--bs-white);background-color:var(--bs-brown-hover);border-color:var(--bs-brown-hover);box-shadow:none} + .btn-check:checked+.btn-brown,.btn-check:active+.btn-brown,.btn-brown:active,.btn-brown.active,.show>.btn-brown.dropdown-toggle{color:var(--bs-white);background-color:var(--bs-brown-hover);border-color:var(--bs-brown-hover)} + .btn-check:checked+.btn-brown:focus,.btn-check:active+.btn-brown:focus,.btn-brown:active:focus,.btn-brown.active:focus,.show>.btn-brown.dropdown-toggle:focus{box-shadow:none} + .btn-brown:disabled,.btn-brown.disabled{color:var(--bs-white);background-color:var(--bs-brown);border-color:var(--bs-brown)} + .btn-teal{color:var(--bs-white);background-color:var(--bs-teal);border-color:var(--bs-teal)} + .btn-teal:hover{color:var(--bs-white);background-color:var(--bs-teal-hover);border-color:var(--bs-teal-hover)} + .btn-check:focus+.btn-teal,.btn-teal:focus{color:var(--bs-white);background-color:var(--bs-teal-hover);border-color:var(--bs-teal-hover);box-shadow:none} + .btn-check:checked+.btn-teal,.btn-check:active+.btn-teal,.btn-teal:active,.btn-teal.active,.show>.btn-teal.dropdown-toggle{color:var(--bs-white);background-color:var(--bs-teal-hover);border-color:var(--bs-teal-hover)} + .btn-check:checked+.btn-teal:focus,.btn-check:active+.btn-teal:focus,.btn-teal:active:focus,.btn-teal.active:focus,.show>.btn-teal.dropdown-toggle:focus{box-shadow:none} + .btn-teal:disabled,.btn-teal.disabled{color:var(--bs-white);background-color:var(--bs-teal);border-color:var(--bs-teal)} + .btn-outline-primary{color:var(--bs-primary);border-color:var(--bs-primary)} + .btn-outline-primary:hover{background-color:var(--bs-primary);border-color:var(--bs-primary)} + .btn-check:focus+.btn-outline-primary,.btn-outline-primary:focus{box-shadow:none} + .btn-check:checked+.btn-outline-primary,.btn-check:active+.btn-outline-primary,.btn-outline-primary:active,.btn-outline-primary.active,.btn-outline-primary.dropdown-toggle.show{background-color:var(--bs-primary);border-color:var(--bs-primary)} + .btn-check:checked+.btn-outline-primary:focus,.btn-check:active+.btn-outline-primary:focus,.btn-outline-primary:active:focus,.btn-outline-primary.active:focus,.btn-outline-primary.dropdown-toggle.show:focus{box-shadow:none} + .btn-outline-primary:disabled,.btn-outline-primary.disabled{color:var(--bs-primary)} + .btn-check:focus+.btn-outline-secondary,.btn-outline-secondary:focus{box-shadow:none} + .btn-check:checked+.btn-outline-secondary:focus,.btn-check:active+.btn-outline-secondary:focus,.btn-outline-secondary:active:focus,.btn-outline-secondary.active:focus,.btn-outline-secondary.dropdown-toggle.show:focus{box-shadow:none} + .btn-outline-success{color:var(--bs-success);border-color:var(--bs-success)} + .btn-outline-success:hover{background-color:var(--bs-success);border-color:var(--bs-success)} + .btn-check:focus+.btn-outline-success,.btn-outline-success:focus{box-shadow:none} + .btn-check:checked+.btn-outline-success,.btn-check:active+.btn-outline-success,.btn-outline-success:active,.btn-outline-success.active,.btn-outline-success.dropdown-toggle.show{background-color:var(--bs-success);border-color:var(--bs-success)} + .btn-check:checked+.btn-outline-success:focus,.btn-check:active+.btn-outline-success:focus,.btn-outline-success:active:focus,.btn-outline-success.active:focus,.btn-outline-success.dropdown-toggle.show:focus{box-shadow:none} + .btn-outline-success:disabled,.btn-outline-success.disabled{color:var(--bs-success)} + .btn-outline-info{color:var(--bs-info);border-color:var(--bs-info)} + .btn-outline-info:hover{color:var(--bs-white);background-color:var(--bs-info);border-color:var(--bs-info)} + .btn-check:focus+.btn-outline-info,.btn-outline-info:focus{box-shadow:none} + .btn-check:checked+.btn-outline-info,.btn-check:active+.btn-outline-info,.btn-outline-info:active,.btn-outline-info.active,.btn-outline-info.dropdown-toggle.show{color:var(--bs-white);background-color:var(--bs-info);border-color:var(--bs-info)} + .btn-check:checked+.btn-outline-info:focus,.btn-check:active+.btn-outline-info:focus,.btn-outline-info:active:focus,.btn-outline-info.active:focus,.btn-outline-info.dropdown-toggle.show:focus{box-shadow:none} + .btn-outline-info:disabled,.btn-outline-info.disabled{color:var(--bs-info);background-color:transparent} + .btn-outline-warning{color:var(--bs-warning);border-color:var(--bs-warning)} + .btn-outline-warning:hover{color:var(--bs-white);background-color:var(--bs-warning);border-color:var(--bs-warning)} + .btn-check:focus+.btn-outline-warning,.btn-outline-warning:focus{box-shadow:none} + .btn-check:checked+.btn-outline-warning,.btn-check:active+.btn-outline-warning,.btn-outline-warning:active,.btn-outline-warning.active,.btn-outline-warning.dropdown-toggle.show{color:var(--bs-white);background-color:var(--bs-warning);border-color:var(--bs-warning)} + .btn-check:checked+.btn-outline-warning:focus,.btn-check:active+.btn-outline-warning:focus,.btn-outline-warning:active:focus,.btn-outline-warning.active:focus,.btn-outline-warning.dropdown-toggle.show:focus{box-shadow:0 0 0 0.25rem rgba(var(--bs-warning-rgb),0.5)} + .btn-outline-warning:disabled,.btn-outline-warning.disabled{color:var(--bs-warning)} + .btn-outline-danger{color:var(--bs-danger);border-color:var(--bs-danger)} + .btn-outline-danger:hover{background-color:var(--bs-danger);border-color:var(--bs-danger)} + .btn-check:focus+.btn-outline-danger,.btn-outline-danger:focus{box-shadow:none} + .btn-check:checked+.btn-outline-danger,.btn-check:active+.btn-outline-danger,.btn-outline-danger:active,.btn-outline-danger.active,.btn-outline-danger.dropdown-toggle.show{background-color:var(--bs-danger);border-color:var(--bs-danger)} + .btn-check:checked+.btn-outline-danger:focus,.btn-check:active+.btn-outline-danger:focus,.btn-outline-danger:active:focus,.btn-outline-danger.active:focus,.btn-outline-danger.dropdown-toggle.show:focus{box-shadow:none} + .btn-outline-danger:disabled,.btn-outline-danger.disabled{color:var(--bs-danger)} + .btn-check:focus+.btn-outline-light,.btn-outline-light:focus{box-shadow:none} + .btn-check:checked+.btn-outline-light:focus,.btn-check:active+.btn-outline-light:focus,.btn-outline-light:active:focus,.btn-outline-light.active:focus,.btn-outline-light.dropdown-toggle.show:focus{box-shadow:none} + .btn-check:focus+.btn-outline-dark,.btn-outline-dark:focus{box-shadow:none} + .btn-check:checked+.btn-outline-dark:focus,.btn-check:active+.btn-outline-dark:focus,.btn-outline-dark:active:focus,.btn-outline-dark.active:focus,.btn-outline-dark.dropdown-toggle.show:focus{box-shadow:none} + .btn-outline-purple{color:var(--bs-purple);border-color:var(--bs-purple)} + .btn-outline-purple:hover{background-color:var(--bs-purple);border-color:var(--bs-purple);color:var(--bs-white)} + .btn-check:focus+.btn-outline-purple,.btn-outline-purple:focus{box-shadow:none} + .btn-check:checked+.btn-outline-purple,.btn-check:active+.btn-outline-purple,.btn-outline-purple:active,.btn-outline-purple.active,.btn-outline-purple.dropdown-toggle.show{background-color:var(--bs-purple);border-color:var(--bs-purple)} + .btn-check:checked+.btn-outline-purple:focus,.btn-check:active+.btn-outline-purple:focus,.btn-outline-purple:active:focus,.btn-outline-purple.active:focus,.btn-outline-purple.dropdown-toggle.show:focus{box-shadow:none} + .btn-outline-purple:disabled,.btn-outline-purple.disabled{color:var(--bs-purple)} + .btn-outline-pink{color:var(--bs-pink);border-color:var(--bs-pink)} + .btn-outline-pink:hover{background-color:var(--bs-pink);border-color:var(--bs-pink);color:var(--bs-white)} + .btn-check:focus+.btn-outline-pink,.btn-outline-pink:focus{box-shadow:none} + .btn-check:checked+.btn-outline-pink,.btn-check:active+.btn-outline-pink,.btn-outline-pink:active,.btn-outline-pink.active,.btn-outline-pink.dropdown-toggle.show{background-color:var(--bs-pink);border-color:var(--bs-pink)} + .btn-check:checked+.btn-outline-pink:focus,.btn-check:active+.btn-outline-pink:focus,.btn-outline-pink:active:focus,.btn-outline-pink.active:focus,.btn-outline-pink.dropdown-toggle.show:focus{box-shadow:none} + .btn-outline-pink:disabled,.btn-outline-pink.disabled{color:var(--bs-pink)} + .btn-outline-cyan{color:var(--bs-cyan);border-color:var(--bs-cyan)} + .btn-outline-cyan:hover{background-color:var(--bs-cyan);border-color:var(--bs-cyan);color:var(--bs-white)} + .btn-check:focus+.btn-outline-cyan,.btn-outline-cyan:focus{box-shadow:none} + .btn-check:checked+.btn-outline-cyan,.btn-check:active+.btn-outline-cyan,.btn-outline-cyan:active,.btn-outline-cyan.active,.btn-outline-cyan.dropdown-toggle.show{background-color:var(--bs-cyan);border-color:var(--bs-cyan)} + .btn-check:checked+.btn-outline-cyan:focus,.btn-check:active+.btn-outline-cyan:focus,.btn-outline-cyan:active:focus,.btn-outline-cyan.active:focus,.btn-outline-cyan.dropdown-toggle.show:focus{box-shadow:none} + .btn-outline-cyan:disabled,.btn-outline-cyan.disabled{color:var(--bs-cyan)} + .btn-outline-yellow{color:var(--bs-yellow);border-color:var(--bs-yellow)} + .btn-outline-yellow:hover{background-color:var(--bs-yellow);border-color:var(--bs-yellow);color:var(--bs-white)} + .btn-check:focus+.btn-outline-yellow,.btn-outline-yellow:focus{box-shadow:none} + .btn-check:checked+.btn-outline-yellow,.btn-check:active+.btn-outline-yellow,.btn-outline-yellow:active,.btn-outline-yellow.active,.btn-outline-yellow.dropdown-toggle.show{background-color:var(--bs-yellow);border-color:var(--bs-yellow)} + .btn-check:checked+.btn-outline-yellow:focus,.btn-check:active+.btn-outline-yellow:focus,.btn-outline-yellow:active:focus,.btn-outline-yellow.active:focus,.btn-outline-yellow.dropdown-toggle.show:focus{box-shadow:none} + .btn-outline-yellow:disabled,.btn-outline-yellow.disabled{color:var(--bs-yellow)} + .btn-outline-brown{color:var(--bs-brown);border-color:var(--bs-brown)} + .btn-outline-brown:hover{background-color:var(--bs-brown);border-color:var(--bs-brown);color:var(--bs-white)} + .btn-check:focus+.btn-outline-brown,.btn-outline-brown:focus{box-shadow:none} + .btn-check:checked+.btn-outline-brown,.btn-check:active+.btn-outline-brown,.btn-outline-brown:active,.btn-outline-brown.active,.btn-outline-brown.dropdown-toggle.show{background-color:var(--bs-brown);border-color:var(--bs-brown)} + .btn-check:checked+.btn-outline-brown:focus,.btn-check:active+.btn-outline-brown:focus,.btn-outline-brown:active:focus,.btn-outline-brown.active:focus,.btn-outline-brown.dropdown-toggle.show:focus{box-shadow:none} + .btn-outline-brown:disabled,.btn-outline-brown.disabled{color:var(--bs-brown)} + .btn-outline-indigo{color:var(--bs-indigo);border-color:var(--bs-indigo)} + .btn-outline-indigo:hover{background-color:var(--bs-indigo);border-color:var(--bs-indigo);color:var(--bs-white)} + .btn-check:focus+.btn-outline-indigo,.btn-outline-indigo:focus{box-shadow:none} + .btn-check:checked+.btn-outline-indigo,.btn-check:active+.btn-outline-indigo,.btn-outline-indigo:active,.btn-outline-indigo.active,.btn-outline-indigo.dropdown-toggle.show{background-color:var(--bs-indigo);border-color:var(--bs-indigo)} + .btn-check:checked+.btn-outline-indigo:focus,.btn-check:active+.btn-outline-indigo:focus,.btn-outline-indigo:active:focus,.btn-outline-indigo.active:focus,.btn-outline-indigo.dropdown-toggle.show:focus{box-shadow:none} + .btn-outline-indigo:disabled,.btn-outline-indigo.disabled{color:var(--bs-indigo)} + .btn-outline-teal{color:var(--bs-teal);border-color:var(--bs-teal)} + .btn-outline-teal:hover{background-color:var(--bs-teal);border-color:var(--bs-teal);color:var(--bs-white)} + .btn-check:focus+.btn-outline-teal,.btn-outline-teal:focus{box-shadow:none} + .btn-check:checked+.btn-outline-teal,.btn-check:active+.btn-outline-teal,.btn-outline-teal:active,.btn-outline-teal.active,.btn-outline-teal.dropdown-toggle.show{background-color:var(--bs-teal);border-color:var(--bs-teal)} + .btn-check:checked+.btn-outline-teal:focus,.btn-check:active+.btn-outline-teal:focus,.btn-outline-teal:active:focus,.btn-outline-teal.active:focus,.btn-outline-teal.dropdown-toggle.show:focus{box-shadow:none} + .btn-outline-teal:disabled,.btn-outline-teal.disabled{color:var(--bs-teal)} + .btn-lg,.btn-group-lg>.btn{padding:0.5rem 1rem;font-size:1.25rem} + .btn-sm,.btn-group-sm>.btn{padding:0.25rem 0.5rem;font-size:0.875rem} + .btn-sm+.dropdown-toggle-split,.btn-group-sm>.btn+.dropdown-toggle-split{padding-right:0.375rem;padding-left:0.375rem} + .btn-lg+.dropdown-toggle-split,.btn-group-lg>.btn+.dropdown-toggle-split{padding-right:0.75rem;padding-left:0.75rem} + .btn-round{-webkit-border-radius:10rem;border-radius:10rem} + .btn-label{position:relative;padding-left:52px;overflow:hidden} + .btn-label label{position:absolute;left:0;top:0;bottom:0;width:36px;line-height:1.5;padding-top:4px;padding-bottom:5px;background-color:rgba(var(--bs-dark-rgb),0.1);cursor:pointer;margin-bottom:0} + .btn-label label i{font-size:16px} + .form-control,.form-select{font-size:0.875rem;color:var(--bs-body-color);border-color:var(--bs-gray-300);padding:0.4695rem 0.75rem;-webkit-border-radius:var(--radius);border-radius:var(--radius)} + .form-select{padding:0.4695rem 2.25rem 0.4695rem 0.75rem} + .form-control-plaintext:focus{box-shadow:none;outline:none} + .form-control:focus,.form-select:focus{color:var(--bs-body-color);border-color:var(--bs-primary);box-shadow:0 0 0 0.25rem rgba(var(--bs-primary-rgb),0.25)} + .form-control-lg,.form-select-lg{font-size:1.125rem} + .form-control-sm,.form-select-sm{font-size:0.625rem} + .form-check{padding-left:1.75em} + .form-check .form-check-input{margin-left:-1.75em} + .form-check-input[type=checkbox]{border-radius:0.3em} + .form-check-input{width:1.286em;height:1.286em} + .form-check-input:focus{border-color:var(--bs-primary);box-shadow:0 0 0 0.25rem rgba(var(--bs-primary-rgb),0.25)} + .form-check-input:checked,.form-check-input[type=checkbox]:indeterminate{background-color:var(--bs-primary);border-color:var(--bs-primary)} + .form-switch{padding-left:2.5em} + .form-switch .form-check-input{margin-left:-2.5em} + .form-switch .form-check-input{border-radius:2em} + .form-switch .form-check-input:focus{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23007bff'/%3e%3c/svg%3e")} + .form-switch .form-check-blue.form-check-input:focus{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2348b0f7'/%3e%3c/svg%3e")} + .form-switch .form-check-indigo.form-check-input:focus{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%236610f2'/%3e%3c/svg%3e")} + .form-switch .form-check-purple.form-check-input:focus{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23926dde'/%3e%3c/svg%3e")} + .form-switch .form-check-pink.form-check-input:focus{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23f96197'/%3e%3c/svg%3e")} + .form-switch .form-check-red.form-check-input:focus{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23f44236'/%3e%3c/svg%3e")} + .form-switch .form-check-orange.form-check-input:focus{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23faa64b'/%3e%3c/svg%3e")} + .form-switch .form-check-yellow.form-check-input:focus{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fcc525'/%3e%3c/svg%3e")} + .form-switch .form-check-green.form-check-input:focus{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2315c377'/%3e%3c/svg%3e")} + .form-switch .form-check-brown.form-check-input:focus{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%238d6658'/%3e%3c/svg%3e")} + .form-switch .form-check-gray.form-check-input:focus{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%236c757d'/%3e%3c/svg%3e")} + .form-switch .form-check-dark.form-check-input:focus{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23212529'/%3e%3c/svg%3e")} + .form-switch .form-check-teal.form-check-input:focus{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2333cabb'/%3e%3c/svg%3e") !important} + .form-switch .form-check-input:checked{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e") !important} + .form-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px var(--bs-white),0 0 0 0.25rem rgba(var(--bs-primary-rgb),0.25)} + .form-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px var(--bs-white),0 0 0 0.25rem rgba(var(--bs-primary-rgb),0.25)} + .form-range::-webkit-slider-thumb{background-color:var(--bs-primary)} + .form-range::-webkit-slider-thumb:active{background-color:rgba(var(--bs-primary-rgb),0.375)} + .form-range::-webkit-slider-runnable-track{background-color:var(--bs-gray-300)} + .form-range::-moz-range-thumb{background-color:var(--bs-primary)} + .form-range::-moz-range-thumb:active{background-color:rgba(var(--bs-primary-rgb),0.375)} + .form-range::-moz-range-track{background-color:var(--bs-gray-300)} + .form-check-blue.form-check-input:checked,.form-check-blue.form-check-input[type=checkbox]:indeterminate{background-color:var(--bs-info)!important;border-color:var(--bs-info)!important} + .form-check-blue.form-check-input:focus{border-color:var(--bs-info);box-shadow:0 0 0 0.25rem rgba(var(--bs-info-rgb),0.25)} + .form-check-indigo.form-check-input:checked,.form-check-indigo.form-check-input[type=checkbox]:indeterminate{background-color:var(--bs-indigo)!important;border-color:var(--bs-indigo)!important} + .form-check-indigo.form-check-input:focus{border-color:var(--bs-indigo);box-shadow:0 0 0 0.25rem rgba(var(--bs-indigo-rgb),0.25)} + .form-check-purple.form-check-input:checked,.form-check-purple.form-check-input[type=checkbox]:indeterminate{background-color:var(--bs-purple)!important;border-color:var(--bs-purple)!important} + .form-check-purple.form-check-input:focus{border-color:var(--bs-purple);box-shadow:0 0 0 0.25rem rgba(var(--bs-purple-rgb),0.25)} + .form-check-pink.form-check-input:checked,.form-check-pink.form-check-input[type=checkbox]:indeterminate{background-color:var(--bs-pink)!important;border-color:var(--bs-pink)!important} + .form-check-pink.form-check-input:focus{border-color:var(--bs-pink);box-shadow:0 0 0 0.25rem rgba(var(--bs-pink-rgb),0.25)} + .form-check-red.form-check-input:checked,.form-check-red.form-check-input[type=checkbox]:indeterminate{background-color:var(--bs-danger)!important;border-color:var(--bs-danger)!important} + .form-check-red.form-check-input:focus{border-color:var(--bs-danger);box-shadow:0 0 0 0.25rem rgba(var(--bs-danger-rgb),0.25)} + .form-check-orange.form-check-input:checked,.form-check-orange.form-check-input[type=checkbox]:indeterminate{background-color:var(--bs-warning)!important;border-color:var(--bs-warning)!important} + .form-check-orange.form-check-input:focus{border-color:var(--bs-warning);box-shadow:0 0 0 0.25rem rgba(var(--bs-warning-rgb),0.25)} + .form-check-yellow.form-check-input:checked,.form-check-yellow.form-check-input[type=checkbox]:indeterminate{background-color:var(--bs-yellow)!important;border-color:var(--bs-yellow)!important} + .form-check-yellow.form-check-input:focus{border-color:var(--bs-yellow);box-shadow:0 0 0 0.25rem rgba(var(--bs-yellow-rgb),0.25)} + .form-check-green.form-check-input:checked,.form-check-green.form-check-input[type=checkbox]:indeterminate{background-color:var(--bs-success)!important;border-color:var(--bs-success)!important} + .form-check-green.form-check-input:focus{border-color:var(--bs-success);box-shadow:0 0 0 0.25rem rgba(var(--bs-success-rgb),0.25)} + .form-check-cyan.form-check-input:checked,.form-check-cyan.form-check-input[type=checkbox]:indeterminate{background-color:var(--bs-cyan)!important;border-color:var(--bs-cyan)!important} + .form-check-cyan.form-check-input:focus{border-color:var(--bs-cyan);box-shadow:0 0 0 0.25rem rgba(var(--bs-cyan-rgb),0.25)} + .form-check-brown.form-check-input:checked,.form-check-brown.form-check-input[type=checkbox]:indeterminate{background-color:var(--bs-brown)!important;border-color:var(--bs-brown)!important} + .form-check-brown.form-check-input:focus{border-color:var(--bs-brown);box-shadow:0 0 0 0.25rem rgba(var(--bs-brown-rgb),0.25)} + .form-check-gray.form-check-input:checked,.form-check-gray.form-check-input[type=checkbox]:indeterminate{background-color:var(--bs-gray)!important;border-color:var(--bs-gray)!important} + .form-check-gray.form-check-input:focus{border-color:var(--bs-gray);box-shadow:0 0 0 0.25rem rgba(var(--bs-secondary-rgb),0.25)} + .form-check-dark.form-check-input:checked,.form-check-dark.form-check-input[type=checkbox]:indeterminate{background-color:var(--bs-dark)!important;border-color:var(--bs-dark)!important} + .form-check-dark.form-check-input:focus{border-color:var(--bs-dark);box-shadow:0 0 0 0.25rem rgba(var(--bs-dark-rgb),0.25)} + .form-check-teal.form-check-input:checked,.form-check-teal.form-check-input[type=checkbox]:indeterminate{background-color:var(--bs-teal)!important;border-color:var(--bs-teal)!important} + .form-check-teal.form-check-input:focus{border-color:var(--bs-teal);box-shadow:0 0 0 0.25rem rgba(var(--bs-teal-rgb),0.25)} + .input-group-text{color:var(--bs-body-color);border-color:var(--bs-gray-300);background-color:var(--bs-gray-100);border-radius:var(--radius);font-size:14px} + .form-control::-webkit-file-upload-button,.form-control::file-selector-button{background-color:var(--bs-gray-100);padding-top:0.55rem;padding-bottom:0.55rem;margin-top:-0.55rem;margin-bottom:-0.55rem} + .form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,.form-control:hover:not(:disabled):not([readonly])::file-selector-button{background-color:var(--bs-gray-200)} + .form-control-sm::-webkit-file-upload-button,.form-control-sm::file-selector-button{margin-left:-0.75rem} + .blockquote{font-size:1rem} + .badge{-webkit-border-radius:var(--radius);border-radius:var(--radius);font-weight:300} + [class*='badge-outline-']{position:relative;border:1px solid var(--bs-gray-300);color:var(--bs-body-color);font-size:12px} + [class*='badge-outline-']:before{content:"";margin-right:5px;width:8px;height:8px;display:inline-block;-wekit-border-radius:50%;border-radius:50%} + .badge-outline-primary::before{background-color:var(--bs-primary)} + .badge-outline-secondary::before{background-color:var(--bs-secondary)} + .badge-outline-success::before{background-color:var(--bs-success)} + .badge-outline-danger::before{background-color:var(--bs-danger)} + .badge-outline-warning::before{background-color:var(--bs-warning)} + .badge-outline-info::before{background-color:var(--bs-info)} + .badge-outline-light::before{background-color:var(--bs-light)} + .badge-outline-dark::before{background-color:var(--bs-dark)} + .badge-outline-indigo::before{background-color:var(--bs-indigo)} + .badge-outline-purple::before{background-color:var(--bs-purple)} + .badge-outline-pink::before{background-color:var(--bs-pink)} + .badge-outline-cyan::before{background-color:var(--bs-cyan)} + .badge-outline-yellow::before{background-color:var(--bs-yellow)} + .badge-outline-brown::before{background-color:var(--bs-brown)} + .badge-outline-teal::before{background-color:var(--bs-teal)} + .table{--bs-table-striped-color:#495057;--bs-table-striped-bg:rgba(249,250,251,0.75);--bs-table-active-color:#495057;--bs-table-active-bg:rgba(var(--bs-black-rgb),.0375);--bs-table-hover-color:#495057;--bs-table-hover-bg:rgba(241,251,251,0.75);color:var(--bs-body-color);border-color:var(--bs-border-color)} + .table>:not(:first-child){border-top-color:var(--bs-border-color) !important} + .table-primary{--bs-table-bg:#d5f5f3 !important;--bs-table-striped-bg:#cef3f1 !important;--bs-table-striped-color:#495057 !important;--bs-table-active-bg:#bdefec !important;--bs-table-active-color:#495057 !important;--bs-table-hover-bg:#c6f1ef !important;--bs-table-hover-color:#495057 !important;color:var(--bs-body-color) !important;border-color:var(--bs-border-color) !important} + .table-secondary{--bs-table-bg:#e2e3e5 !important;--bs-table-striped-bg:#dddee1 !important;--bs-table-striped-color:#495057 !important;--bs-table-active-bg:#d7d9dc !important;--bs-table-active-color:#495057 !important;--bs-table-hover-bg:#d0d3d6 !important;--bs-table-hover-color:#495057 !important;color:var(--bs-body-color) !important;border-color:var(--bs-border-color) !important} + .table-success{--bs-table-bg:#d4edda !important;--bs-table-striped-bg:#cdead4 !important;--bs-table-striped-color:#495057 !important;--bs-table-active-bg:#c5e6cd !important;--bs-table-active-color:#495057 !important;--bs-table-hover-bg:#bce2c5 !important;--bs-table-hover-color:#495057 !important;color:var(--bs-body-color) !important;border-color:var(--bs-border-color) !important} + .table-info{--bs-table-bg:#cce5ff !important;--bs-table-striped-bg:#c4e1ff !important;--bs-table-striped-color:#495057 !important;--bs-table-active-bg:#bbdcff !important;--bs-table-active-color:#495057 !important;--bs-table-hover-bg:#b1d6ff !important;--bs-table-hover-color:#495057 !important;color:var(--bs-body-color) !important;border-color:var(--bs-border-color) !important} + .table-warning{--bs-table-striped-bg:#fff1c5 !important;--bs-table-striped-color:#495057 !important;--bs-table-active-bg:#ffefbc !important;--bs-table-active-color:#495057 !important;--bs-table-hover-bg:#ffecb2 !important;--bs-table-hover-color:#495057 !important;color:var(--bs-body-color) !important;border-color:var(--bs-border-color) !important} + .table-danger{--bs-table-striped-bg:#f7d0d4 !important;--bs-table-striped-color:#495057 !important;--bs-table-active-bg:#f6c8cd !important;--bs-table-active-color:#495057 !important;--bs-table-hover-bg:#f4bfc5 !important;--bs-table-hover-color:#495057 !important;color:var(--bs-body-color) !important;border-color:var(--bs-border-color) !important} + .table-light{--bs-table-bg:#f7fafc !important;--bs-table-striped-bg:#f6f9fc !important;--bs-table-striped-color:#495057 !important;--bs-table-active-bg:#f4f8fc !important;--bs-table-active-color:#495057 !important;--bs-table-hover-bg:#f2f7fc !important;--bs-table-hover-color:#495057 !important;color:var(--bs-body-color) !important;border-color:var(--bs-border-color) !important} + .table-dark{--bs-table-striped-bg:#1c1f22 !important;--bs-table-striped-color:#fff !important;--bs-table-active-bg:#171a1c !important;--bs-table-active-color:#fff !important;--bs-table-hover-bg:#131617 !important;--bs-table-hover-color:#fff !important;color:var(--bs-white) !important;border-color:var(--bs-border-color) !important} + .alert{border-radius:var(--radius)} + .alert .alert-link:hover{text-decoration:underline} + .alert p:last-child{margin-bottom:0px} + .alert .mdi:before{vertical-align:middle} + .callout{padding:0.75rem 1rem;border:1px solid var(--bs-border-color);border-left:3px solid transparent} + .callout-primary{border-left-color:var(--bs-primary)} + .callout-success{border-left-color:var(--bs-success)} + .callout-info{border-left-color:var(--bs-info)} + .callout-warning{border-left-color:var(--bs-warning)} + .callout-danger{border-left-color:var(--bs-danger)} + .callout p:last-child{margin-bottom:0px} + .bg-indigo{--bs-bg-opacity:1;background-color:rgba(var(--bs-indigo-rgb),var(--bs-bg-opacity)) !important} + .bg-purple{--bs-bg-opacity:1;background-color:rgba(var(--bs-purple-rgb),var(--bs-bg-opacity)) !important} + .bg-pink{--bs-bg-opacity:1;background-color:rgba(var(--bs-pink-rgb),var(--bs-bg-opacity)) !important} + .bg-yellow{--bs-bg-opacity:1;background-color:rgba(var(--bs-yellow-rgb),var(--bs-bg-opacity)) !important} + .bg-cyan{--bs-bg-opacity:1;background-color:rgba(var(--bs-cyan-rgb),var(--bs-bg-opacity)) !important} + .bg-brown{--bs-bg-opacity:1;background-color:rgba(var(--bs-brown-rgb),var(--bs-bg-opacity)) !important} + .bg-teal{--bs-bg-opacity:1;background-color:rgba(var(--bs-teal-rgb),var(--bs-bg-opacity)) !important} + .link-primary{color:var(--bs-primary) !important} + .link-secondary{color:var(--bs-secondary) !important} + .link-success{color:var(--bs-success) !important} + .link-danger{color:var(--bs-danger) !important} + .link-warning{color:var(--bs-warning) !important} + .link-info{color:var(--bs-info) !important} + .link-light{color:var(--bs-light) !important} + .link-dark{color:var(--bs-dark) !important} + .border-primary{border-color:var(--bs-primary) !important} + .border-success{border-color:var(--bs-success) !important} + .border-info{border-color:var(--bs-info) !important} + .border-warning{border-color:var(--bs-warning) !important} + .border-danger{border-color:var(--bs-danger) !important} + .text-indigo{--bs-text-opacity:1;color:rgba(var(--bs-indigo-rgb),var(--bs-text-opacity)) !important} + .text-purple{--bs-text-opacity:1;color:rgba(var(--bs-purple-rgb),var(--bs-text-opacity)) !important} + .text-pink{--bs-text-opacity:1;color:rgba(var(--bs-pink-rgb),var(--bs-text-opacity)) !important} + .text-yellow{--bs-text-opacity:1;color:rgba(var(--bs-yellow-rgb),var(--bs-text-opacity)) !important} + .text-cyan{--bs-text-opacity:1;color:rgba(var(--bs-cyan-rgb),var(--bs-text-opacity)) !important} + .text-brown{--bs-text-opacity:1;color:rgba(var(--bs-brown-rgb),var(--bs-text-opacity)) !important} + .text-muted{--bs-text-opacity:1;color:rgba(var(--bs-secondary-rgb),var(--bs-text-opacity)) !important} + .list-group-item{color:var(--bs-body-color);border-color:var(--bs-border-color)} + .list-group-item.active{border-color:var(--bs-primary);background-color:var(--bs-primary)} + .page-link{margin-right:6px;border-radius:var(--radius) !important;color:var(--bs-gray);white-space:nowrap} + .page-link:hover{color:var(--bs-body-color);background-color:var(--bs-light-hover)} + .page-link:focus{color:var(--bs-body-color);box-shadow:none;background-color:var(--bs-light-hover)} + .page-item.active .page-link{background-color:var(--bs-primary);border-color:var(--bs-primary)} + .page-item.disabled .page-link{opacity:.6} + .page-item:last-child .page-link{margin-right:0px} + .pagination-sm .page-item .page-link{border-radius:0.1rem !important} + .pagination-lg .page-item .page-link{border-radius:0.15rem !important} + .offcanvas-start,.offcanvas-end,.offcanvas-top,.offcanvas-bottom{border-color:var(--bs-border-color)} + .bs-popover-top>.popover-arrow::before,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before{border-top-color:var(--bs-border-color)} + .bs-popover-end>.popover-arrow::before,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before{border-right-color:var(--bs-border-color)} + .bs-popover-bottom>.popover-arrow::before,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before{border-bottom-color:var(--bs-border-color)} + .bs-popover-start>.popover-arrow::before,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before{border-left-color:var(--bs-border-color)} + .popover-header{background-color:var(--bs-light);border-bottom-color:var(--bs-border-color)} + .bs-popover-bottom .popover-header::before,.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before{border-bottom-color:var(--bs-light)} + .popover-body{color:var(--bs-body-color)} + .dropdown-item,.dropdown-header,.dropdown-item-text{padding:8px 15px} + .dropleft .dropdown-toggle::before{vertical-align:1px} + .dropdown-item.active,.dropdown-item:active{background-color:var(--bs-primary)} + .dropdown-divider{border-top-color:var(--bs-border-color)} + hr.dropdown-divider{background-color:var(--bs-border-color);border-top-color:var(--bs-border-color)} + .nav-tabs{border-color:var(--bs-border-color);margin-bottom:1rem} + .nav-tabs .nav-link{color:var(--bs-body-color);border-top:0px;border-left:0px;border-right:0px;border-radius:0px} + .nav-tabs .nav-link:hover,.nav-tabs .nav-link:focus{color:var(--bs-body-color);border-color:var(--bs-primary)} + .nav-tabs .nav-link.active,.nav-tabs .nav-item.show .nav-link{color:var(--bs-body-color);background-color:var(--bs-white);border-color:var(--bs-primary)} + .tab-content > .tab-pane{overflow:inherit!important} + .card{border:none;border-radius:var(--border-radius-mini);margin-bottom:1rem;-webkit-transition:.5s;-moz-transition:.5s;transition:.5s;-webkit-box-shadow:0 0 4px rgba(var(--bs-dark-rgb),0.075);-moz-box-shadow:0 0 4px rgba(var(--bs-dark-rgb),0.075);box-shadow:0 0 4px rgba(var(--bs-dark-rgb),0.075)} + .card[class*="border-"]{border-width:1px;border-style:solid} + .card-header{padding:0.75rem 1.25rem;background-color:transparent;border-bottom:1px solid var(--bs-border-color)} + .card-header .card-title{margin-bottom:0} + .card-header div.card-title{font-size:16px} + .card-header>*:last-child{margin-right:0} + .card>.card-header+.callout{background-color:var(--bs-light-hover);border-top-width:0px;border-right-width:0px;border-bottom-width:0px} + .card-body{padding:1.25rem} + .card-body>*:last-child{margin-bottom:0} + .card-body>p:last-child{margin-bottom:0} + .card-bordered{border:1px solid var(--bs-gray-200)} + .card-shadowed,.card-hover-shadow:hover{-webkit-box-shadow:0 0 25px rgba(var(--bs-dark-rgb),0.375);box-shadow:0 0 25px rgba(var(--bs-dark-rgb),0.375)} + .card-footer{background-color:var(--bs-light);border-top:1px solid var(--bs-border-color);padding:0.75rem 1rem} + .card-footer:last-child{border-radius:0 0 var(--border-radius-mini) var(--border-radius-mini)} + .card>.list-group{border-bottom:1px solid var(--bs-border-color)} + .card-header-tabs{margin-bottom:-0.75rem} + .card-actions{list-style-type:none;padding-left:0;margin-bottom:0;display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;flex-direction:row-reverse} + .card-actions>li>a{display:inline-block;padding:0 4px;margin:0 4px;color:var(--bs-secondary);opacity:.8;-webkit-transition:0.3s linear;transition:0.3s linear} + .card-actions>li:first-child>a{margin-right:0} + .card-actions>li>a>i{height:20px;text-align:center;vertical-align:middle;cursor:pointer;line-height:20px} + .card-actions>li>a>.mdi{font-size:18px} + .card-actions>li.dropdown{line-height:26px} + .card-fullscreen{position:fixed;top:0;left:0;right:0;bottom:0;margin-bottom:0 !important;z-index:998} + .card-fullscreen .card-btn-fullscreen{color:var(--bs-primary)} + .nav-link{color:var(--bs-primary)} + .nav-link:hover,.nav-link:focus{color:var(--bs-primary)} + .nav-pills .nav-link{border-radius:var(--radius);color:#000} + .nav-pills .nav-link:hover{background-color:rgba(var(--bs-primary-rgb),0.1);color:var(--bs-primary)} + .toast{border-color:var(--bs-border-color);box-shadow:0 0.125rem 0.75rem rgba(var(--bs-dark-rgb),.0375);border-radius:0.125rem} + .toast-header i{line-height:1em} + .modal-content,.modal-header,.modal-footer{border-color:var(--bs-border-color)} + .progress-bar{background-color:var(--bs-primary)} + .progress-xs{height:.25rem} + .progress-sm{height:.5rem} + .tooltip-inner{border-radius:var(--radius)} + .spinner-border{border-width:.125em} + .accordion-item{border-color:var(--bs-border-color)} + .accordion-button:focus{border-color:inherit;box-shadow:none} + .accordion-button:not(.collapsed){background-color:rgba(var(--bs-primary-rgb),.075);color:var(--bs-primary);box-shadow:inset 0 -1px 0 var(--bs-border-color)} + .accordion-button:not(.collapsed)::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23007bff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")} + .gallery-grid{-webkit-column-count:3;-moz-column-count:3;column-count:3;-webkit-column-gap:30px;-moz-column-gap:30px;column-gap:30px} + .gallery-grid img{max-width:100%} + .gallery-item{display:block;-webkit-column-break-inside:avoid;break-inside:avoid;padding-bottom:30px} + .gallery-grid{-webkit-column-gap:16px;-moz-column-gap:16px;column-gap:16px} + .gallery-grid .gallery-item{padding-bottom:16px} + #lyear-loading{position:absolute;width:100%;height:calc(100% - 48px);z-index:9990;background:var(--bs-body-bg);display:flex;align-items:center;justify-content:center} + .nav-step{margin-bottom:1rem} + .nav-step .nav-item{position:relative;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-flex:1;-webkit-box-align:center;align-items:center;flex:1 1;padding:0 12px} + .nav-step .nav-item:first-child a::before{display:none} + .nav-step .nav-item.complete .nav-link,.nav-step .nav-item.complete .nav-link::before,.nav-step .nav-item .nav-link.active,.nav-step .nav-item .nav-link.active::before{background-color:rgba(var(--bs-primary-rgb),.2)} + .nav-step .nav-item.complete .nav-link::after,.nav-step .nav-item .nav-link.active::after{background-color:var(--bs-primary);width:24px;height:24px;-webkit-transform:translateX(0);transform:translateX(0);color:#fff} + .nav-step .nav-item.complete .nav-link::after{width:29px;height:29px;-webkit-transform:translateX(0);transform:translateX(0);color:#fff} + .nav-step .nav-item .nav-link.active::after{width:13px;height:13px;margin-top:8px;-webkit-transform:translateX(8px);transform:translateX(8px);color:transparent} + .nav-step .nav-link{display:-webkit-inline-box;display:inline-flex;padding:0;margin:10px 0;width:29px;height:29px;max-height:29px;border-radius:50%;background-color:var(--bs-pre);-webkit-transition:.5s;transition:.5s;z-index:1} + .nav-step .nav-link::before{content:'';position:absolute;left:calc(-50% + 14.5px);right:calc(50% + 14.5px);height:10px;margin-top:9.5px;background-color:var(--bs-pre);cursor:default;-webkit-transition:.5s;transition:.5s} + .nav-step .nav-link::after{content:"\F012C";font-family:"Material Design Icons";width:0;height:0;text-align:center;font-size:18px;position:absolute;border-radius:50%;background-color:transparent;color:transparent;-webkit-transform:translate(14.5px,14.5px);transform:translate(14.5px,14.5px);-webkit-transition:.5s;transition:.5s;z-index:1;display:-webkit-inline-box;display:inline-flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center} + .nav-step-pane.active{display:block!important} + .lyear-uploads-pic{display:-webkit-flex;display:flex;-webkit-align-items:stretch;align-items:stretch;flex-direction:row;flex-wrap:wrap;margin-bottom:-10px} + .lyear-uploads-pic li{position:relative;margin-bottom:10px} + .lyear-uploads-pic .list-images-item .progress{position:absolute;bottom:0px;margin-bottom:0px;left:12px;right:12px} + .lyear-uploads-pic figure{position:relative;margin:0px;background:#4d5259;overflow:hidden;text-align:center;cursor:pointer;display:flex;justify-content:center;align-items:center;min-height:165px;max-height:165px} + .lyear-uploads-pic figure img{position:relative;display:block;min-height:100%;max-width:100%;width:100%;vertical-align:bottom;opacity:1;backface-visibility:hidden;-webkit-backface-visibility:hidden;-webkit-transition:opacity 0.5s;transition:opacity 0.5s} + .lyear-uploads-pic figure:hover img{opacity:0.5} + .lyear-uploads-pic figure figcaption,.lyear-uploads-pic figure figcaption > a:not(.btn){position:absolute;top:0;left:0;width:100%;height:100%} + .lyear-uploads-pic figure figcaption{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;text-transform:none;padding:2em;color:#fff;-webkit-transform:scale(0);transform:scale(0);-webkit-transition:.35s;transition:.35s} + .lyear-uploads-pic figure figcaption > a{position:static;z-index:auto;text-indent:0;white-space:nowrap;opacity:1;margin-left:2px;margin-right:2px} + .lyear-uploads-pic figure figcaption > *:first-child{margin-left:0} + .lyear-uploads-pic figure:hover figcaption{-webkit-transform:scale(1);transform:scale(1)} + .lyear-uploads-pic .success,.lyear-uploads-pic .error{position:absolute;top:0px;background-color:rgba(0,0,0,.125);right:12px;left:12px;color:#fff;text-align:center} + .lyear-timeline{margin:0px;padding:0px;list-style:none} + .lyear-timeline .lyear-timeline-item{display:-webkit-box;display:flex} + .lyear-timeline-date{position:relative;padding:30px 0;text-align:center} + .lyear-timeline-date time{font-size:16px!important;color:#8b95a5} + .lyear-timeline-item-dot{position:relative;flex-shrink:0;-webkit-box-flex:0;flex-grow:0;-webkit-box-ordinal-group:3;order:2;width:80px;padding-bottom:30px;text-align:center} + .lyear-timeline-item-dot .badge{display:inline-block;vertical-align:inherit;width:11px;height:11px;padding:0px;-wekit-border-radius:50%;border-radius:50%;position:relative;z-index:3} + .lyear-timeline-item-dot::before{content:'';position:absolute;top:9px;left:50%;bottom:-9px;width:1px;margin-left:-1px;z-index:1;background-color:#f2f3f3} + .lyear-timeline-item-action{-webkit-box-flex:1;flex:1 1;padding-bottom:30px;color:#8b95a5} + .lyear-timeline-item-content{-webkit-box-flex:1;flex:1 1;margin-bottom:50px} + .lyear-timeline-item-content .card{margin-bottom:0px} + .lyear-timeline-item-content time{color:#8b95a5} + .lyear-timeline-left .lyear-timeline-item .lyear-timeline-item-content{-webkit-box-ordinal-group:4!important;order:3!important} + .lyear-timeline-right .lyear-timeline-item .lyear-timeline-item-content{text-align:right;-webkit-box-ordinal-group:2!important;order:1!important} + .lyear-timeline-left .lyear-timeline-item-content,.lyear-timeline-right .lyear-timeline-item-content{margin-bottom:10px} + .lyear-timeline-left .lyear-timeline-item-dot,.lyear-timeline-right .lyear-timeline-item-dot{width:40px} + .lyear-timeline-left .lyear-timeline-item-dot::before,.lyear-timeline-right .lyear-timeline-item-dot::before{margin-left:0px} + .lyear-timeline-item.text-muted .badge{background-color:#8b95a5} + #lyear-preloader{background:var(--bs-white);height:100%;bottom:0;left:0;position:fixed;right:0;top:0;z-index:999999;display:flex;align-items:center;justify-content:center;text-align:center} + #lyear-preloader .ctn-preloader{padding-left:15px;padding-right:15px} + #lyear-preloader .spinner{animation:logo-spinner 3s infinite linear;border-radius:50%;border:3px solid var(--bs-body-bg);border-left-color:var(--bs-primary);border-top-color:var(--bs-primary);margin:0 auto 0em auto;position:absolute;left:-40px;right:-40px;bottom:-40px;top:-40px} + #lyear-preloader .spinner:before{content:"";width:20px;height:20px;border:6px solid var(--bs-white);box-shadow:0 0 20px 0 rgba(var(--bs-dark-rgb),0.2);background:var(--bs-primary);position:absolute;right:9px;top:20px;border-radius:50%} + #lyear-preloader .round_spinner{border-width:1px;border-color:var(--bs-light);border-style:solid;border-radius:50%;background-color:var(--bs-light);box-shadow:0 0 100px 0 rgba(var(--bs-dark-rgb),0.14);width:100px;height:100px;display:flex;align-items:center;justify-content:center;position:relative;margin:40px auto 40px} + @keyframes logo-spinner{to{transform:rotateZ(360deg)} + }.ps{overflow:hidden !important;overflow-anchor:none;-ms-overflow-style:none;touch-action:auto;-ms-touch-action:auto} + .ps__rail-x{display:none;opacity:0;transition:background-color .2s linear,opacity .2s linear;-webkit-transition:background-color .2s linear,opacity .2s linear;height:6px;bottom:2px;position:absolute} + .ps__rail-y{display:none;opacity:0;transition:background-color .2s linear,opacity .2s linear;-webkit-transition:background-color .2s linear,opacity .2s linear;width:6px;right:2px;position:absolute} + .ps--active-x>.ps__rail-x,.ps--active-y>.ps__rail-y{display:block;background-color:transparent} + .ps:hover>.ps__rail-x,.ps:hover>.ps__rail-y,.ps--focus>.ps__rail-x,.ps--focus>.ps__rail-y,.ps--scrolling-x>.ps__rail-x,.ps--scrolling-y>.ps__rail-y{opacity:0.6} + .ps .ps__rail-x:hover,.ps .ps__rail-y:hover,.ps .ps__rail-x:focus,.ps .ps__rail-y:focus,.ps .ps__rail-x.ps--clicking,.ps .ps__rail-y.ps--clicking{background-color:var(--bs-gray-200);opacity:0.9} + .ps__thumb-x{background-color:var(--bs-gray-400);border-radius:6px;transition:background-color .2s linear,height .2s ease-in-out;-webkit-transition:background-color .2s linear,height .2s ease-in-out;height:6px;bottom:2px;position:absolute} + .ps__thumb-y{background-color:var(--bs-gray-400);border-radius:6px;transition:background-color .2s linear,width .2s ease-in-out;-webkit-transition:background-color .2s linear,width .2s ease-in-out;width:3px;right:0;position:absolute} + .ps__rail-x:hover>.ps__thumb-x,.ps__rail-x:focus>.ps__thumb-x,.ps__rail-x.ps--clicking .ps__thumb-x{background-color:var(--bs-gray-500);height:6px} + .ps__rail-y:hover>.ps__thumb-y,.ps__rail-y:focus>.ps__thumb-y,.ps__rail-y.ps--clicking .ps__thumb-y{background-color:var(--bs-gray-500);width:6px} + @supports (-ms-overflow-style:none){.ps{overflow:auto !important} + }@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.ps{overflow:auto !important} + }.bs-left-container{position:fixed;top:0;bottom:0;z-index:5;display:block;width:var(--sidebar-width);font-weight:500;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:0.3s transform;transition:0.3s transform;transform:translateX(0);-webkit-box-shadow:0px 0px 5px rgba(var(--bs-dark-rgb),0.075);-moz-box-shadow:0px 0px 5px rgba(var(--bs-dark-rgb),0.075);box-shadow:0px 0px 5px rgba(var(--bs-dark-rgb),0.075)} + .bs-left-container .bs-left-title{font-size:20px;color:#666} + .nav-stacked{margin:0;padding:1px} + .nav-stacked>li{list-style:none;margin:3px} + .nav-stacked>li>a{padding:10px;display:block;border-radius:var(--radius);white-space:nowrap;text-overflow:ellipsis;overflow:hidden;color:#000} + .nav-stacked>li>a:hover{background:#4285F4;background-color:rgba(55,121,255,0.1);color:var(--bs-primary);text-decoration:none} + .nav-stacked>.active>a{background:#4285F4;background-color:rgba(55,121,255,0.3);border-radius:var(--radius)} + .nav-stacked>.active>a:hover{background:#4285F4;background-color:rgba(55,121,255,0.2);border-radius:var(--radius)} + .bs-left-container-close .bs-left-container{width:60px !important} + .bs-left-container-close .bs-top-container,.bs-left-container-close .bs-main-container{padding-left:60px !important} + .bs-left-container-info{overflow:auto;height:-moz-calc(100% - var(--header-height));height:-webkit-calc(100% - var(--header-height));height:calc(100% - var(--header-height));position:relative;background-color:var(--bs-white)} + .sidebar-header{position:relative;overflow:hidden;z-index:999;background-color:var(--bs-primary);width:100%;-webkit-box-shadow:0 1px 1px -1px rgba(var(--bs-dark-rgb),0.25);box-shadow:0 1px 1px -1px rgba(var(--bs-dark-rgb),0.25);display:flex;height:var(--header-height);align-items:center;padding:5px} + .sidebar-header:before,.sidebar-header:after{content:" ";display:table} + .sidebar-header a{display:inline-block;padding:5px} + .sidebar-header i{padding:8px} + .brhover{border-radius:50%;padding:8px} + .brhover:hover{background-color:rgba(0,0,0,0.071)} + .sidebar-header a img{max-height:50px} + .sidebar-main{-webkit-transform:translateZ(0);transform:translateZ(0)} + .nav-drawer{list-style:none;padding:0px;margin:0px} + .nav-drawer>li{position:relative;display:block} + .nav-drawer li a{position:relative;display:block;padding-right:24px;padding:10px 15px 10px 52.99999px;color:inherit;font-weight:500;white-space:nowrap} + .nav-drawer>li>a{border-right:3px solid transparent;padding-top:12px;padding-bottom:12px} + .nav-drawer>li>a>span{white-space:nowrap;padding:5px} + .nav-drawer>.active>a{background-color:rgba(var(--bs-dark-rgb),.0125);border-color:var(--bs-primary)} + .nav-drawer>li.active>a{background-color:rgba(var(--bs-dark-rgb),.0125) !important} + .nav-drawer>.active>a:hover,.nav-drawer>.active>a:focus,.nav-drawer>.active>a:active{background-color:rgba(var(--bs-dark-rgb),.0125);border-color:var(--bs-primary)} + .nav-drawer .nav-subnav>li.active>a,.nav-drawer .nav-subnav>li>a:hover{color:var(--bs-primary);background-color:transparent} + .nav-drawer>li>a>i{position:absolute;left:21px;top:8px;font-size:1.25em} + .nav-drawer>li>a>img{position:absolute;left:15px;top:8px;font-size:1.25em} + .nav-drawer ul li ul{padding-left:15px} + .nav-item-has-subnav>a:after{position:absolute;top:12px;right:24px;font-family:'Material Design Icons';font-size:10px;line-height:2;content:'\F0142';-webkit-transition:-webkit-transform 0.3s linear;transition:-webkit-transform 0.3s linear;transition:transform 0.3s linear;transition:transform 0.3s linear,-webkit-transform 0.3s linear} + .nav-item-has-subnav .nav-item-has-subnav>a:after{top:10px} + .nav-item-has-subnav.open>a:after{-webkit-transform:rotate(90deg);transform:rotate(90deg)} + .nav-item-has-subnav.open>.nav-subnav{display:block} + .nav-subnav{display:none;margin-top:8px;margin-bottom:8px} + .sidebar-footer{bottom:0;width:100%;height:96px;border-top:1px solid rgba(77,82,89,0.1);margin-top:24px;padding-top:24px;padding-right:24px;padding-bottom:24px;padding-left:24px;font-size:13px;line-height:24px} + .bs-top-container{position:fixed;top:0;right:0;left:0;z-index:4;padding-left:var(--sidebar-width);background-color:var(--bs-primary);-webkit-transition:padding 0.3s;transition:padding 0.3s;-webkit-box-shadow:0 1px 1px -1px rgb(var(--bs-dark-rgb),0.25);-moz-box-shadow:0 1px 1px -1px rgb(var(--bs-dark-rgb),0.25);box-shadow:0 1px 1px -1px rgb(var(--bs-dark-rgb),0.25)} + .bs-top-container .navbar{min-height:var(--header-height);padding:0;margin-bottom:0;border:0px;background-color:transparent} + .lyear-aside-toggler{margin-right:.25rem;padding:.25rem .95rem .25rem .25rem;line-height:1.5;cursor:pointer} + .lyear-aside-toggler .lyear-toggler-bar{display:block;height:2px;width:20px;background-color:#fff;margin:4px 0px;-webkit-transition:0.3s;transition:0.3s} + .lyear-aside-toggler .lyear-toggler-bar:nth-child(2){width:15px} + .lyear-aside-toggler:hover .lyear-toggler-bar:nth-child(2){width:20px} + .bs-left-container-close .lyear-aside-toggler .lyear-toggler-bar{width:20px !important} + .navbar-right{list-style:none;padding:0px;margin:0px} + .navbar-right .nav-link{color:#fff;padding:0 .5rem 0 .5rem;border-radius:var(--radius)} + .navbar-right .nav-link:hover{color:#000} + .dropdown-skin .dropdown-menu{width:264px;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;-khtml-user-select:none;user-select:none} + .lyear-skin-title p{padding:5px 15px 0px 15px} + .lyear-skin-li{padding:0px 12px} + .lyear-skin-li .form-check{padding:0px;margin:0px} + .lyear-skin-li .form-check-input{display:none} + .lyear-skin-li .form-check-input+label{display:inline-block;width:20px;height:20px;cursor:pointer;margin:3px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;-webkit-transition:all .1s ease;transition:all .1s ease} + .lyear-skin-li .form-check-input:checked+label{position:relative} + .lyear-skin-li .form-check-input:checked+label::after{content:"\F012C";font-family:"Material Design Icons";font-size:1rem;display:block;color:var(--bs-white);width:100%;text-align:center;line-height:20px;position:absolute;top:0px;-webkit-transition:.2s;transition:.2s} + li.lyear-skin-li .form-check:first-child .form-check-input:checked+label::after{color:var(--bs-body-color)} + #header_bg_1+label,#logo_bg_1+label,#sidebar_bg_1+label,#site_theme_1+label{background-color:var(--bs-white);border:1px solid var(--bs-border-color)} + #header_bg_2+label,#logo_bg_2+label,#sidebar_bg_2+label{background-color:var(--bs-success);border:1px solid var(--bs-success)} + #header_bg_3+label,#logo_bg_3+label,#sidebar_bg_3+label{background-color:var(--bs-info);border:1px solid var(--bs-info)} + #header_bg_4+label,#logo_bg_4+label,#sidebar_bg_4+label{background-color:var(--bs-warning);border:1px solid var(--bs-warning)} + #header_bg_5+label,#logo_bg_5+label,#sidebar_bg_5+label{background-color:var(--bs-danger);border:1px solid var(--bs-danger)} + #header_bg_6+label,#logo_bg_6+label,#sidebar_bg_6+label{background-color:var(--bs-purple);border:1px solid var(--bs-purple)} + #header_bg_7+label,#logo_bg_7+label,#sidebar_bg_7+label{background-color:var(--bs-teal);border:1px solid var(--bs-teal)} + #header_bg_8+label,#logo_bg_8+label,#sidebar_bg_8+label,#site_theme_8+label{background-color:var(--bs-dark);border:1px solid var(--bs-dark)} + #site_theme_2+label{background-image:-webkit-gradient(linear,left top,right top,from(#00cef9),to(#00e6af));background-image:-webkit-linear-gradient(left,#00cef9,#00e6af);background-image:-moz-linear-gradient(left,#00cef9,#00e6af);background-image:-o-linear-gradient(left,#00cef9,#00e6af);background-image:linear-gradient(to right,#00cef9,#00e6af);background-repeat:repeat-x} + #site_theme_3+label{background-image:-webkit-gradient(linear,left top,right top,from(#9f78ff),to(#32cafe));background-image:-webkit-linear-gradient(left,#9f78ff,#32cafe);background-image:-moz-linear-gradient(left,#9f78ff,#32cafe);background-image:-o-linear-gradient(left,#9f78ff,#32cafe);background-image:linear-gradient(to right,#9f78ff,#32cafe);background-repeat:repeat-x} + #site_theme_4+label{background-image:-webkit-gradient(linear,left top,right top,from(#ff8008),to(#ffc837));background-image:-webkit-linear-gradient(left,#ff8008,#ffc837);background-image:-moz-linear-gradient(left,#ff8008,#ffc837);background-image:-o-linear-gradient(left,#ff8008,#ffc837);background-image:linear-gradient(to right,#ff8008,#ffc837);background-repeat:repeat-x} + #site_theme_5+label{background-image:-webkit-gradient(linear,left top,right top,from(#ff5858),to(#e888b7));background-image:-webkit-linear-gradient(left,#ff5858,#e888b7);background-image:-moz-linear-gradient(left,#ff5858,#e888b7);background-image:-o-linear-gradient(left,#ff5858,#e888b7);background-image:linear-gradient(to right,#ff5858,#e888b7);background-repeat:repeat-x} + #site_theme_6+label{background-image:-webkit-gradient(linear,left top,right top,from(#a376fc),to(#f96f9b));background-image:-webkit-linear-gradient(left,#a376fc,#f96f9b);background-image:-moz-linear-gradient(left,#a376fc,#f96f9b);background-image:-o-linear-gradient(left,#a376fc,#f96f9b);background-image:linear-gradient(to right,#a376fc,#f96f9b);background-repeat:repeat-x} + #site_theme_7+label{background-image:-webkit-gradient(linear,left top,right top,from(#514a9d),to(#24c6dc));background-image:-webkit-linear-gradient(left,#514a9d,#24c6dc);background-image:-moz-linear-gradient(left,#514a9d,#24c6dc);background-image:-o-linear-gradient(left,#514a9d,#24c6dc);background-image:linear-gradient(to right,#514a9d,#24c6dc);background-repeat:repeat-x} + .bs-main-container{position:absolute;overflow:auto;height:100%;width:100%;padding-left:var(--sidebar-width);-webkit-transition:padding 0.3s;transition:padding 0.3s} + @media (max-width:1279.98px){.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap} + }@media (max-width:1199.98px){.table-responsive-xl>.table>tbody>tr>td,.table-responsive-xl>.table>tbody>tr>th,.table-responsive-xl>.table>tfoot>tr>td,.table-responsive-xl>.table>tfoot>tr>th,.table-responsive-xl>.table>thead>tr>td,.table-responsive-xl>.table>thead>tr>th{white-space:nowrap} + }@media (max-width:1024px){.bs-left-container{transform:translateX(-100%)} + .bs-top-container,.bs-main-container{padding-left:0 !important} + .bs-left-container{-webkit-box-shadow:none;-moz-webkit-box-shadow:none;box-shadow:none} + .bs-left-container.lyear-aside-open{transform:translateX(0)} + .lyear-mask-modal{background-color:rgba(var(--bs-dark-rgb),0.5);height:100%;left:0;opacity:1;top:0;visibility:visible;width:100%;z-index:5;position:fixed;-webkit-transition:visibility 0 linear 0.4s,opacity 0.4s cubic-bezier(0.4,0,0.2,1);transition:visibility 0 linear 0.4s,opacity 0.4s cubic-bezier(0.4,0,0.2,1);-webkit-transform:translateZ(0);transform:translateZ(0)} + .bs-left-container-close .bs-left-container{width:var(--sidebar-width) !important} + .bs-left-container-close .bs-top-container,.bs-left-container-close .bs-main-container{padding-left:0px !important} + }@media (min-width:1024px){.bs-left-container-close .nav-drawer>li>a{padding:12px 28px 12px 29px;height:48px} + .bs-left-container-close .nav-drawer>li>a span{display:none} + .bs-left-container-close .nav-drawer>li>a:after{content:''} + .bs-left-container-close .ps__rail-x,.bs-left-container-close .ps__rail-y{pointer-events:none} + .bs-left-container-close .bs-left-container:not(:hover) .ps{overflow:visible !important} + .bs-left-container-close .bs-left-container:not(:hover) .nav-item-has-subnav>.nav-subnav{display:none !important} + .bs-left-container-close .sidebar-footer{visibility:hidden;opacity:0} + .bs-left-container{-webkit-transition:width .3s ease-in-out;transition:width .3s ease-in-out} + .bs-left-container-close .bs-left-container:hover{width:var(--sidebar-width) !important} + .bs-left-container-close .bs-left-container:hover .nav-drawer>li>a{padding-right:24px;padding-left:52.99999px;padding-top:12px;padding-bottom:12px} + .bs-left-container-close .bs-left-container:hover .nav-drawer>li>a span{display:block} + .bs-left-container-close .bs-left-container:hover .nav-drawer .nav-item-has-subnav>a:after{content:'\F0142'} + .bs-left-container-close .bs-left-container:hover .sidebar-footer{visibility:visible;opacity:1;-webkit-transition:opacity 0.3s ease-in-out 0.15s;transition:opacity 0.3s ease-in-out 0.15s} + body:not(.bs-left-container-close) .sidebar-footer{-webkit-transition:opacity 0.3s ease-in-out 0.15s;transition:opacity 0.3s ease-in-out 0.15s} + .gallery-grid{-webkit-column-count:4;-moz-column-count:4;column-count:4} + }@media (min-width:992px){.lyear-timeline .lyear-timeline-item:nth-child(even) .lyear-timeline-item-action{-webkit-box-ordinal-group:2;order:1;text-align:right} + .lyear-timeline .lyear-timeline-item:nth-child(odd) .lyear-timeline-item-action{-webkit-box-ordinal-group:4;order:3;text-align:left} + .lyear-timeline .lyear-timeline-item:nth-child(even) .lyear-timeline-item-content{-webkit-box-ordinal-group:4;order:3} + .lyear-timeline .lyear-timeline-item:nth-child(odd) .lyear-timeline-item-content{-webkit-box-ordinal-group:2;order:1} + }@media (max-width:991.98px){.table-responsive-lg>.table>tbody>tr>td,.table-responsive-lg>.table>tbody>tr>th,.table-responsive-lg>.table>tfoot>tr>td,.table-responsive-lg>.table>tfoot>tr>th,.table-responsive-lg>.table>thead>tr>td,.table-responsive-lg>.table>thead>tr>th{white-space:nowrap} + }@media (max-width:767.98px){.table-responsive-md>.table>tbody>tr>td,.table-responsive-md>.table>tbody>tr>th,.table-responsive-md>.table>tfoot>tr>td,.table-responsive-md>.table>tfoot>tr>th,.table-responsive-md>.table>thead>tr>td,.table-responsive-md>.table>thead>tr>th{white-space:nowrap} + .gallery-grid{-webkit-column-count:2;-moz-column-count:2;column-count:2} + }@media (max-width:575.98px){.table-responsive-sm>.table>tbody>tr>td,.table-responsive-sm>.table>tbody>tr>th,.table-responsive-sm>.table>tfoot>tr>td,.table-responsive-sm>.table>tfoot>tr>th,.table-responsive-sm>.table>thead>tr>td,.table-responsive-sm>.table>thead>tr>th{white-space:nowrap} + .gallery-grid{-webkit-column-count:1;-moz-column-count:1;column-count:1} + .pagination .page-item{display:none} + .pagination .page-item:first-child,.pagination .page-item:last-child{display:block} + .lyear-timeline-center .lyear-timeline-item .lyear-timeline-item-action{display:none} + }@media screen and (max-width:430px){.dropdown-skin .dropdown-menu{left:0;width:100%} + .nav-step .nav-step-item p{display:none} + }[data-headerbg='color_2'] .bs-top-container,[data-logobg='color_2'] .sidebar-header,[data-sidebarbg='color_2'] .bs-left-container-info{background-color:var(--bs-success)} + [data-headerbg='color_3'] .bs-top-container,[data-logobg='color_3'] .sidebar-header,[data-sidebarbg='color_3'] .bs-left-container-info{background-color:var(--bs-info)} + [data-headerbg='color_4'] .bs-top-container,[data-logobg='color_4'] .sidebar-header,[data-sidebarbg='color_4'] .bs-left-container-info{background-color:var(--bs-warning)} + [data-headerbg='color_5'] .bs-top-container,[data-logobg='color_5'] .sidebar-header,[data-sidebarbg='color_5'] .bs-left-container-info{background-color:var(--bs-danger)} + [data-headerbg='color_6'] .bs-top-container,[data-logobg='color_6'] .sidebar-header,[data-sidebarbg='color_6'] .bs-left-container-info{background-color:var(--bs-purple)} + [data-headerbg='color_7'] .bs-top-container,[data-logobg='color_7'] .sidebar-header,[data-sidebarbg='color_7'] .bs-left-container-info{background-color:var(--bs-teal)} + [data-headerbg='color_8'] .bs-top-container,[data-logobg='color_8'] .sidebar-header,[data-sidebarbg='color_8'] .bs-left-container-info{background-color:var(--bs-dark)} + [data-headerbg*='color_'] .bs-top-container,[data-headerbg*='color_'] .bs-top-container .topbar-right > li > a,[data-sidebarbg*='color_'] .bs-left-container-info a,[data-sidebarbg*='color_'] .sidebar-footer{color:rgba(var(--bs-white-rgb),.85)} + [data-sidebarbg*='color_'] .nav-drawer .nav-subnav > li.active > a,[data-sidebarbg*='color_'] .nav-drawer .nav-subnav > li > a:hover{color:var(--bs-white)} + [data-headerbg*='color_'] .lyear-aside-toggler .lyear-toggler-bar{background-color:var(--bs-white)} + [data-sidebarbg*='color_'] .nav-drawer > .active > a{border-color:rgba(var(--bs-white-rgb),.35);background-color:rgba(var(--bs-white-rgb),.075)!important} + [data-sidebarbg*='color_'] .nav > li > a:hover{background-color:rgba(var(--bs-white-rgb),.035)} + [data-sidebarbg*='color_'] .nav-drawer > .active > a:hover,[data-sidebarbg*='color_'] .nav-drawer > .active > a:focus,[data-sidebarbg*='color_'] .nav-drawer > .active > a:active{border-color:rgba(var(--bs-white-rgb),.35)} + [data-headerbg*='color_'] .navbar-right > li > a{color:var(--bs-white)} + body[data-theme='dark'],body[data-theme='dark'] .jconfirm .jconfirm-box,[data-theme='dark'] #lyear-loading{background-color:#282E38;color:var(--bs-gray-400)} + [data-theme='dark'] .nav-tabs .nav-link,[data-theme='dark'] .navbar-right a,[data-theme='dark'] .lyear-notifications span,[data-theme='dark'] .lyear-skin-title p,[data-theme='dark'] .form-control,[data-theme='dark'] .form-control-plaintext,[data-theme='dark'] .form-control,[data-theme='dark'] .form-select,[data-theme='dark'] .input-group-text,[data-theme='dark'] .dropdown-item,[data-theme='dark'] .lyear-divider,[data-theme='dark'] [class*='badge-outline-'],[data-theme='dark'] .breadcrumb-item.active,[data-theme='dark'] .breadcrumb-item+.breadcrumb-item::before,[data-theme='dark'] .page-link,[data-theme='dark'] .popover-header,[data-theme='dark'] .popover-body,[data-theme='dark'] .toast-header,[data-theme|='translucent'] .bg-body{color:var(--bs-gray-400)} + [data-theme='dark'] .lyear-toggler-bar{background-color:var(--bs-gray-400)} + [data-theme='dark'] .sidebar-header,[data-theme='dark'] .bs-left-container-info,[data-theme='dark'] .bs-top-container,[data-theme='dark'] .card,[data-theme='dark'] .fwinmask,[data-theme='dark'] .dtheme,[data-theme='dark'] .edui-default .edui-editor,[data-theme='dark'] .edui-default .edui-editor-toolbarboxouter,[data-theme='dark'] .nav-tabs .nav-link.active,[data-theme='dark'] .nav-tabs .nav-item.show .nav-link,[data-theme='dark'] .bootstrap-table.fullscreen{background-color:#313844} + [data-theme='dark'] .lyear-dragging-tab > a,[data-theme|='translucent'] .lyear-dragging-tab > a{background-color:transparent!important} + [data-theme='dark'] .bs-left-container,[data-theme='dark'] .fwinmask,[data-theme|='translucent'] .bs-left-container{-webkit-box-shadow:0px 0px 1px rgba(var(--bs-white-rgb),.95);-moz-box-shadow:0px 0px 1px rgba(var(--bs-white-rgb),.95);box-shadow:0px 0px 1px rgba(var(--bs-white-rgb),.95)} + [data-theme='dark'] .sidebar-header,[data-theme='dark'] .bs-top-container,[data-theme|='translucent'] .sidebar-header,[data-theme|='translucent'] .bs-top-container{-webkit-box-shadow:0 1px 1px -1px rgba(var(--bs-white-rgb),0.75);-moz-box-shadow:0 1px 1px -1px rgba(var(--bs-white-rgb),0.75);box-shadow:0 1px 1px -1px rgba(var(--bs-white-rgb),0.75)} + [data-theme='dark'] .card-header,[data-theme='dark'] .table>tbody>tr>td,[data-theme='dark'] .table>tbody>tr>th,[data-theme='dark'] .table>tfoot>tr>td,[data-theme='dark'] .table>tfoot>tr>th,[data-theme='dark'] .table>thead>tr>td,[data-theme='dark'] .table>thead>tr>th,[data-theme='dark'] .border-example,[data-theme='dark'] .border-example-row,[data-theme|='translucent'] .table>tbody>tr>td,[data-theme|='translucent'] .table>tbody>tr>th,[data-theme|='translucent'] .table>tfoot>tr>td,[data-theme|='translucent'] .table>tfoot>tr>th,[data-theme|='translucent'] .table>thead>tr>td,[data-theme|='translucent'] .table>thead>tr>th,[data-theme|='translucent'] .border-example,[data-theme|='translucent'] .border-example-row,[data-theme='dark'] #header_bg_8+label,[data-theme='dark'] #logo_bg_8+label,[data-theme='dark'] #sidebar_bg_8+label,[data-theme='dark'] #site_theme_8+label,[data-theme='dark'] .lyear-divider::before,[data-theme='dark'] .lyear-divider::after,[data-theme='dark'] [class*='badge-outline-'],[data-theme='dark'] .card>.list-group,[data-theme='dark'] .list-group-item,[data-theme|='translucent'] .list-group-item,[data-theme='dark'] .card-footer,[data-theme='dark'] .modal-header,[data-theme='dark'] .modal-footer,[data-theme|='translucent'] .modal-header,[data-theme|='translucent'] .modal-footer,[data-theme='dark'] .offcanvas-start,[data-theme='dark'] .offcanvas-end,[data-theme='dark'] .offcanvas-top,[data-theme='dark'] .offcanvas-bottom,[data-theme='dark'] .popover-header,[data-theme='dark'] .edui-default .edui-editor,[data-theme='dark'] .edui-default .edui-editor-toolbarboxouter,[data-theme='dark'] .sidebar-footer{border-color:rgba(var(--bs-white-rgb),0.125)} + [data-theme='dark'] .table>:not(:first-child),[data-theme|='translucent'] .table>:not(:first-child){border-top-color:rgba(var(--bs-white-rgb),0.125) !important} + [data-theme='dark'] .dropdown-menu,[data-theme='dark'] .modal-content,[data-theme='dark'] .popover{background-color:#292F39;border:none;-webkit-box-shadow:0 0 5px rgba(var(--bs-black-rgb),0.75);-moz-box-shadow:0px 0px 5px rgba(var(--bs-black-rgb),0.75);box-shadow:0 0 5px rgba(var(--bs-black-rgb),0.75)} + [data-theme='dark'] .offcanvas-start,[data-theme='dark'] .offcanvas-end,[data-theme='dark'] .offcanvas-top,[data-theme='dark'] .offcanvas-bottom,[data-theme='dark'] .popover-header{background-color:#292F39} + [data-theme='dark'] .bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after,[data-theme='dark'] .bs-popover-end>.popover-arrow::after{border-right-color:#292F39} + [data-theme='dark'] .bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after,[data-theme='dark'] .bs-popover-top>.popover-arrow::after{border-top-color:#292F39} + [data-theme='dark'] .bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after,[data-theme='dark'] .bs-popover-bottom>.popover-arrow::after{border-bottom-color:#292F39} + [data-theme='dark'] .bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after,[data-theme='dark'] .bs-popover-start>.popover-arrow::after{border-left-color:#292F39} + [data-theme='dark'] .bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before,[data-theme='dark'] .bs-popover-end>.popover-arrow::before{border-right-color:#191924} + [data-theme='dark'] .bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before,[data-theme='dark'] .bs-popover-top>.popover-arrow::before{border-top-color:#191924} + [data-theme='dark'] .bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before,[data-theme='dark'] .bs-popover-bottom>.popover-arrow::before{border-bottom-color:#191924} + [data-theme='dark'] .bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before,[data-theme='dark'] .bs-popover-start>.popover-arrow::before{border-left-color:#191924} + [data-theme='dark'] .dropdown-menu .dropdown-item:focus,[data-theme='dark'] .dropdown-menu .dropdown-item:hover,[data-theme='dark'] .dropdown-menu .dropdown-item.active,[data-theme='dark'] .dropdown-menu .dropdown-item.active:focus,[data-theme='dark'] .dropdown-menu .dropdown-item.active:hover,[data-theme|='translucent'] .dropdown-menu .dropdown-item:focus,[data-theme|='translucent'] .dropdown-menu .dropdown-item:hover,[data-theme|='translucent'] .dropdown-menu .dropdown-item.active,[data-theme|='translucent'] .dropdown-menu .dropdown-item.active:focus,[data-theme|='translucent'] .dropdown-menu .dropdown-item.active:hover,[data-theme='dark'] .progress,[data-theme|='translucent'] .progress,[data-theme='dark'] .border-example-position-utils .position-relative,[data-theme|='translucent'] .border-example-position-utils .position-relative,[data-theme='dark'] .card>.card-header+.callout{background-color:rgba(var(--bs-white-rgb),0.125)} + [data-theme='dark'] .table{--bs-table-striped-color:var(--bs-gray-400);--bs-table-striped-bg:rgba(var(--bs-white-rgb),0.075);--bs-table-active-color:var(--bs-gray-400);--bs-table-active-bg:rgba(var(--bs-black-rgb),.0375);--bs-table-hover-color:var(--bs-gray-400);--bs-table-hover-bg:rgba(var(--bs-white-rgb),0.075);color:var(--bs-gray-400);border-color:rgba(var(--bs-white-rgb),0.125)} + [data-theme='dark'] .callout{background:rgba(var(--bs-white-rgb),0.075);border-top-color:rgba(var(--bs-white-rgb),0.125);border-right-color:rgba(var(--bs-white-rgb),0.125);border-bottom-color:rgba(var(--bs-white-rgb),0.125)} + [data-theme='dark'] pre,[data-theme='dark'] .list-group-item{background:rgba(var(--bs-white-rgb),0.075);color:var(--bs-gray-400)} + [data-theme='dark'] .border-example-row .row>.col,[data-theme='dark'] .border-example-row .row>[class^=col-],[data-theme='dark'] .img-thumbnail,[data-theme='dark'] .form-control,[data-theme='dark'] .form-check-input,[data-theme='dark'] .form-select,[data-theme='dark'] .input-group-text,[data-theme='dark'] .page-link,[data-theme='dark'] .border-example-border-utils [class^="border"],[data-theme='dark'] .border-example-ratios .ratio,[data-theme|='translucent'] .border-example-row .row>.col,[data-theme|='translucent'] .border-example-row .row>[class^=col-],[data-theme|='translucent'] .img-thumbnail,[data-theme|='translucent'] .form-control,[data-theme|='translucent'] .form-check-input,[data-theme|='translucent'] .form-select,[data-theme|='translucent'] .input-group-text,[data-theme|='translucent'] .page-link,[data-theme|='translucent'] .border-example-border-utils [class^="border"],[data-theme|='translucent'] .border-example-ratios .ratio{background-color:rgba(var(--bs-white-rgb),0.075);border:1px solid rgba(var(--bs-white-rgb),0.125)} + [data-theme|='translucent'] .nav-stacked>li>a:hover{background:rgba(var(--bs-white-rgb),.35);color:var(--bs-primary)} + [data-theme='dark'] .form-control:focus{border-color:rgba(var(--bs-white-rgb),0.25);box-shadow:0 0 0 0.25rem rgba(var(--bs-white-rgb),0.125)} + [data-theme='dark'] .form-check-input:checked,[data-theme='dark'] .form-check-input[type=checkbox]:indeterminate,[data-theme|='translucent'] .form-check-input:checked,[data-theme|='translucent'] .form-check-input[type=checkbox]:indeterminate{background-color:var(--bs-primary);border-color:var(--bs-primary)} + [data-theme='dark'] .form-select:disabled,[data-theme='dark'] .form-control:disabled,[data-theme='dark'] .form-control[readonly]{color:var(--bs-gray-600);background-color:rgba(var(--bs-white-rgb),.15)} + [data-theme='dark'] .form-select{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ced4da' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e")} + [data-theme='dark'] .form-select:disabled{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%236c757d' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e")} + [data-theme='dark'] .form-range::-webkit-slider-runnable-track{background-color:rgba(var(--bs-white-rgb),0.075)} + [data-theme='dark'] .form-range::-moz-range-track{background-color:rgba(var(--bs-white-rgb),0.075)} + [data-theme|='translucent'] .form-range::-webkit-slider-runnable-track{background-color:rgba(var(--bs-white-rgb),0.075)} + [data-theme|='translucent'] .form-range::-moz-range-track{background-color:rgba(var(--bs-white-rgb),0.075)} + [data-theme='dark'] .dropdown-divider,[data-theme|='translucent'] .dropdown-divider{border-top-color:rgba(var(--bs-white-rgb),0.125)} + [data-theme='dark'] hr.dropdown-divider,[data-theme|='translucent'] hr.dropdown-divider,[data-theme='dark'] .card-footer{background-color:rgba(var(--bs-white-rgb),0.125)} + [data-theme='dark'] .form-control.is-valid,[data-theme='dark'] .was-validated .form-control:valid,[data-theme='dark'] .form-select.is-valid,[data-theme='dark'] .was-validated .form-select:valid{border-color:var(--bs-success)} + [data-theme='dark'] .form-control.is-invalid,[data-theme='dark'] .was-validated .form-control:invalid,[data-theme='dark'] .form-select.is-invalid,[data-theme='dark'] .was-validated .form-select:invalid{border-color:var(--bs-danger)} + [data-theme='dark'] .form-select.is-invalid:not([multiple]):not([size]),[data-theme='dark'] .form-select.is-invalid:not([multiple])[size="1"],[data-theme='dark'] .was-validated .form-select:invalid:not([multiple]):not([size]),[data-theme='dark'] .was-validated .form-select:invalid:not([multiple])[size="1"]{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ced4da' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e")} + [data-theme='dark'] .accordion-button{color:var(--bs-gray-400);background-color:transparent} + [data-theme='dark'] .accordion-button:not(.collapsed),[data-theme|='translucent'] .accordion-button:not(.collapsed){box-shadow:inset 0 -1px 0 rgba(var(--bs-white-rgb),0.125);background-color:rgba(var(--bs-white-rgb),0.075)} + [data-theme='dark'] .accordion-item,[data-theme|='translucent'] .accordion-item{background-color:rgba(var(--bs-white-rgb),0.075);border-color:rgba(var(--bs-white-rgb),0.125)} + [data-theme='dark'] .accordion-button::after,[data-theme|='translucent'] .accordion-button::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ced4da'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")} + [data-theme='dark'] .btn-outline-dark{color:var(--bs-pure-black);border-color:var(--bs-pure-black)} + [data-theme='dark'] .border-dark{border-color:var(--bs-pure-black)!important} + [data-theme='dark'] .text-dark{color:var(--bs-pure-black)!important} + [data-theme='dark'] .btn-close,[data-theme|='translucent'] .btn-close{background:transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ced4da'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat} + [data-theme='dark'] .list-group-item.active,[data-theme|='translucent'] .list-group-item.active{border-color:rgba(var(--bs-white-rgb),0.125);background-color:rgba(var(--bs-white-rgb),0.125)} + [data-theme='dark'] .list-group-item.disabled,[data-theme='dark'] .list-group-item:disabled,[data-theme='dark'] .nav-tabs .nav-link.disabled{color:var(--bs-gray-600)} + [data-theme='dark'] .navbar.navbar-light.bg-light .form-control{border-color:var(--bs-gray-300)} + [data-theme='dark'] .page-link:hover,[data-theme='dark'] .page-link:focus{color:var(--bs-gray-200);background-color:rgba(var(--bs-white-rgb),0.125)} + [data-theme='dark'] .page-link:focus{box-shadow:none} + [data-theme='dark'] .page-item.disabled .page-link{background-color:rgba(var(--bs-white-rgb),0.075);border-color:rgba(var(--bs-white-rgb),0.125)} + [data-theme='dark'] .toast{border:none;background-color:rgba(41,47,57,.85)} + [data-theme='dark'] .toast-header{background-color:rgba(41,47,57,.85)} + [data-theme='dark'] .border,[data-theme='dark'] .border-start,[data-theme='dark'] .border-top,[data-theme='dark'] .border-end,[data-theme='dark'] .border-bottom,[data-theme|='translucent'] .border,[data-theme|='translucent'] .border-start,[data-theme|='translucent'] .border-top,[data-theme|='translucent'] .border-end,[data-theme|='translucent'] .border-bottom{border-color:rgba(var(--bs-white-rgb),0.125)!important} + [data-theme='dark'] .shadow-sm{box-shadow:0 .125rem .25rem rgba(var(--bs-black-rgb),1)!important} + [data-theme='dark'] .shadow{box-shadow:0 .5rem 1rem rgba(var(--bs-black-rgb),1)!important} + [data-theme='dark'] .shadow-lg{box-shadow:0 1rem 3rem rgba(var(--bs-black-rgb),1)!important} + [data-theme='dark'] .card-shadowed,[data-theme='dark'] .card-hover-shadow:hover{box-shadow:0 1rem 3rem rgba(var(--bs-black-rgb),1)!important} + [data-theme='dark'] .datepicker-dropdown:before,[data-theme='dark'] .datepicker-dropdown:after{border-bottom-color:#292F39} + [data-theme='dark'] .datepicker-dropdown.datepicker-orient-top:before,[data-theme='dark'] .datepicker-dropdown.datepicker-orient-top:after{border-top-color:#292F39} + [data-theme='dark'] .datepicker.datepicker-dropdown,[data-theme|='translucent'] .datepicker.datepicker-dropdown{color:var(--bs-white)} + [data-theme='dark'] .text-muted .dcolor{color:rgba(var(--bs-secondary-rgb),1)} + [data-theme='dark'] .nav-link,[data-theme='dark'] .dcolor,[data-theme='dark'] .nav-stacked>li>a{color:#fff} + [data-theme='dark'] .nav-pills .nav-link.active{background:rgba(var(--bs-white-rgb),.65)} + [data-theme='dark'] .nav-link:hover,[data-theme='dark'] .nav-link:focus,[data-theme='dark'] .nav-stacked>li>a:hover{background:rgba(var(--bs-white-rgb),.35);color:#fff} + [data-theme='dark'] .datepicker table tr td.day:hover,[data-theme='dark'] .datepicker table tr td.focused,[data-theme|='translucent'] .datepicker table tr td.day:hover,[data-theme|='translucent'] .datepicker table tr td.focused,[data-theme|='translucent'] .datepicker table tr td span.focused,[data-theme|='translucent'] .datepicker table tr td span:hover{background-color:rgba(var(--bs-white-rgb),.2)} + [data-theme='dark'] .datepicker table tr td.range:hover,[data-theme|='translucent'] .datepicker table tr td.range:hover{color:var(--bs-white)} + [data-theme='dark'] .form-control::-webkit-file-upload-button{color:#fff;background-color:rgba(var(--bs-white-rgb),.075)} + [data-theme='dark'] .form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button{background-color:rgba(var(--bs-white-rgb),.125)} + body[data-theme|='translucent'],[data-theme|='translucent'] .card.card-fullscreen{color:rgba(var(--bs-white-rgb),.85);background-size:cover;background-attachment:fixed} + body[data-theme|='translucent'] .jconfirm .jconfirm-box{background:rgba(var(--bs-black-rgb),.125);backdrop-filter:blur(10px)} + body[data-theme|='translucent'] caption,body[data-theme|='translucent'] .figure-caption,body[data-theme|='translucent'] .lyear-timeline-date time,body[data-theme|='translucent'] .lyear-timeline-item-action{color:rgba(var(--bs-white-rgb),.85)} + [data-theme|='translucent'] .card.card-fullscreen{backdrop-filter:blur(10px)} + [data-theme|='translucent'] .fwinmask,[data-theme|='translucent'] .edui-default .edui-editor,[data-theme|='translucent'] .edui-default .edui-editor-toolbarboxouter,[data-theme|='translucent'] .modal-content{background:rgba(var(--bs-black-rgb),.125);backdrop-filter:blur(10px)} + body[data-theme='translucent-blue'],[data-theme='translucent-blue'] .popover,[data-theme='translucent-blue'] .dropdown-menu,[data-theme='translucent-blue'] .offcanvas,[data-theme='translucent-blue'] #lyear-loading,[data-theme='translucent-blue'] .bootstrap-table.fullscreen{background-image:-webkit-gradient(linear,left top,right top,from(#9f78ff),to(#32cafe));background-image:-webkit-linear-gradient(left,#9f78ff,#32cafe);background-image:-moz-linear-gradient(left,#9f78ff,#32cafe);background-image:-o-linear-gradient(left,#9f78ff,#32cafe);background-image:linear-gradient(to right,#9f78ff,#32cafe);background-repeat:repeat-x} + body[data-theme='translucent-red'],[data-theme='translucent-red'] .popover,[data-theme='translucent-red'] .dropdown-menu,[data-theme='translucent-red'] .offcanvas,[data-theme='translucent-red'] #lyear-loading,[data-theme='translucent-red'] .bootstrap-table.fullscreen{background-image:-webkit-gradient(linear,left top,right top,from(#ff5858),to(#e888b7));background-image:-webkit-linear-gradient(left,#ff5858,#e888b7);background-image:-moz-linear-gradient(left,#ff5858,#e888b7);background-image:-o-linear-gradient(left,#ff5858,#e888b7);background-image:linear-gradient(to right,#ff5858,#e888b7);background-repeat:repeat-x} + body[data-theme='translucent-green'],[data-theme='translucent-green'] .popover,[data-theme='translucent-green'] .dropdown-menu,[data-theme='translucent-green'] .offcanvas,[data-theme='translucent-green'] #lyear-loading,[data-theme='translucent-green'] .bootstrap-table.fullscreen{background-image:-webkit-gradient(linear,left top,right top,from(#00cef9),to(#00e6af));background-image:-webkit-linear-gradient(left,#00cef9,#00e6af);background-image:-moz-linear-gradient(left,#00cef9,#00e6af);background-image:-o-linear-gradient(left,#00cef9,#00e6af);background-image:linear-gradient(to right,#00cef9,#00e6af);background-repeat:repeat-x} + body[data-theme='translucent-yellow'],[data-theme='translucent-yellow'] .popover,[data-theme='translucent-yellow'] .dropdown-menu,[data-theme='translucent-yellow'] .offcanvas,[data-theme='translucent-yellow'] #lyear-loading,[data-theme='translucent-yellow'] .bootstrap-table.fullscreen{background-image:-webkit-gradient(linear,left top,right top,from(#ff8008),to(#ffc837));background-image:-webkit-linear-gradient(left,#ff8008,#ffc837);background-image:-moz-linear-gradient(left,#ff8008,#ffc837);background-image:-o-linear-gradient(left,#ff8008,#ffc837);background-image:linear-gradient(to right,#ff8008,#ffc837);background-repeat:repeat-x} + body[data-theme='translucent-cyan'],[data-theme='translucent-cyan'] .popover,[data-theme='translucent-cyan'] .dropdown-menu,[data-theme='translucent-cyan'] .offcanvas,[data-theme='translucent-cyan'] #lyear-loading,[data-theme='translucent-cyan'] .bootstrap-table.fullscreen{background-image:-webkit-gradient(linear,left top,right top,from(#514a9d),to(#24c6dc));background-image:-webkit-linear-gradient(left,#514a9d,#24c6dc);background-image:-moz-linear-gradient(left,#514a9d,#24c6dc);background-image:-o-linear-gradient(left,#514a9d,#24c6dc);background-image:linear-gradient(to right,#514a9d,#24c6dc);background-repeat:repeat-x} + body[data-theme='translucent-pink'],[data-theme='translucent-pink'] .popover,[data-theme='translucent-pink'] .dropdown-menu,[data-theme='translucent-pink'] .offcanvas,[data-theme='translucent-pink'] #lyear-loading,[data-theme='translucent-pink'] .bootstrap-table.fullscreen{background-image:-webkit-gradient(linear,left top,right top,from(#a376fc),to(#f96f9b));background-image:-webkit-linear-gradient(left,#a376fc,#f96f9b);background-image:-moz-linear-gradient(left,#a376fc,#f96f9b);background-image:-o-linear-gradient(left,#a376fc,#f96f9b);background-image:linear-gradient(to right,#a376fc,#f96f9b);background-repeat:repeat-x} + [data-theme|='translucent'] .datepicker-dropdown:before,[data-theme|='translucent'] .datepicker-dropdown:after{border-bottom-color:transparent} + [data-theme|='translucent'] .datepicker-dropdown.datepicker-orient-top:before,[data-theme|='translucent'] .datepicker-dropdown.datepicker-orient-top:after{border-top-color:transparent} + [data-theme|='translucent'] .sidebar-header,[data-theme|='translucent'] .nav-tabs .nav-link.active,[data-theme|='translucent'] .nav-tabs .nav-item.show .nav-link{background-color:transparent} + [data-theme|='translucent'] .bs-left-container-info,[data-theme|='translucent'] .bs-top-container,[data-theme|='translucent'] .fwinmask,[data-theme|='translucent'] .dtheme,[data-theme|='translucent'] .card,[data-theme|='translucent'] .card>.card-header+.callout{background-color:rgba(var(--bs-black-rgb),.175)} + [data-theme|='translucent']::-webkit-input-placeholder{color:rgba(var(--bs-white-rgb),.85)} + [data-theme|='translucent']:-moz-placeholder{color:rgba(var(--bs-white-rgb),.85)} + [data-theme|='translucent']::-moz-placeholder{color:rgba(var(--bs-white-rgb),.85)} + [data-theme|='translucent']:-ms-input-placeholder{color:rgba(var(--bs-white-rgb),.85)} + [data-theme|='translucent'] .sidebar-footer{border-color:rgba(var(--bs-white-rgb),.075)} + [data-theme|='translucent'] .lyear-aside-toggler .lyear-toggler-bar{background-color:rgba(var(--bs-white-rgb),.85)} + [data-theme|='translucent'] .card-header,[data-theme|='translucent'] .card-footer,[data-theme|='translucent'] .lyear-divider::before,[data-theme|='translucent'] .lyear-divider::after,[data-theme|='translucent'] .card>.list-group,[data-theme|='translucent'] .lyear-notifications-title,[data-theme|='translucent'] .nav-tabs,[data-theme|='translucent'] .edui-default .edui-editor,[data-theme|='translucent'] .edui-default .edui-editor-toolbarboxouter,[data-theme|='translucent'] .popover-header{border-color:rgba(var(--bs-white-rgb),0.125)} + [data-theme|='translucent'] .lyear-close-tab,[data-theme|='translucent'] .nav-tabs .nav-link,[data-theme|='translucent'] .nav-tabs .nav-link.active,[data-theme|='translucent'] .nav-tabs .nav-item.show .nav-link + [data-theme|='translucent'] .navbar-right a,[data-theme|='translucent'] .lyear-notifications span,[data-theme|='translucent'] .lyear-skin-title p,[data-theme|='translucent'] .form-control,[data-theme|='translucent'] .form-control-plaintext,[data-theme|='translucent'] .form-control,[data-theme|='translucent'] .form-select,[data-theme|='translucent'] .input-group-text,[data-theme|='translucent'] .dropdown-item,[data-theme|='translucent'] .lyear-divider,[data-theme|='translucent'] [class*='badge-outline-'],[data-theme|='translucent'] .breadcrumb-item.active,[data-theme|='translucent'] .breadcrumb-item+.breadcrumb-item::before,[data-theme|='translucent'] .page-link,[data-theme|='translucent'] .popover-header,[data-theme|='translucent'] .popover-body,[data-theme|='translucent'] .toast-header,[data-theme|='translucent'] pre,[data-theme|='translucent'] #lyear-loading,[data-theme|='translucent'] .list-group-item,[data-theme|='translucent'] .card-actions>li>a,[data-theme|='translucent'] .lyear-notifications-title a,[data-theme|='translucent'] .navbar-right a,[data-theme|='translucent'] .navbar-light .navbar-brand,[data-theme|='translucent'] .navbar-light .navbar-nav .nav-link.active,[data-theme|='translucent'] .navbar-light .navbar-nav .show>.nav-link,[data-theme|='translucent'] .navbar-light .navbar-nav .nav-link{color:rgba(var(--bs-white-rgb),.85)} + [data-theme|='translucent'] pre,[data-theme|='translucent'] .list-group-item{background-color:rgba(var(--bs-white-rgb),.075)} + [data-theme|='translucent'] .callout{border-top-color:rgba(var(--bs-white-rgb),.075);border-right-color:rgba(var(--bs-white-rgb),.075);border-bottom-color:rgba(var(--bs-white-rgb),.075)} + [data-theme|='translucent'] .card-footer{background-color:transparent} + [data-theme|='translucent'] .form-control,[data-theme|='translucent'] .form-check-input,[data-theme|='translucent'] .form-select,[data-theme|='translucent'] .input-group-text,[data-theme|='translucent'] .page-link,[data-theme|='translucent'] .border-example-border-utils [class^="border"],[data-theme|='translucent'] div.tagsinput,[data-theme='dark'] div.tagsinput{background-color:rgba(var(--bs-white-rgb),0.075);border:1px solid rgba(var(--bs-white-rgb),0.125)} + [data-theme|='translucent'] .table{--bs-table-striped-color:rgba(var(--bs-white-rgb),.85);--bs-table-striped-bg:rgba(var(--bs-white-rgb),0.075);--bs-table-active-color:rgba(var(--bs-white-rgb),.85);--bs-table-active-bg:rgba(var(--bs-black-rgb),.0375);--bs-table-hover-color:rgba(var(--bs-white-rgb),.85);--bs-table-hover-bg:rgba(var(--bs-white-rgb),0.075);color:rgba(var(--bs-white-rgb),.85);border-color:rgba(var(--bs-white-rgb),0.125)} + [data-theme|='translucent'] .form-text,[data-theme|='translucent'] .nav-pills .nav-link.active,[data-theme|='translucent'] .blockquote-footer,[data-theme|='translucent'] .nav-tabs .nav-link.disabled,[data-theme|='translucent'] .nav-link.disabled,[data-theme|='translucent'] .list-group-item.disabled,[data-theme|='translucent'] .list-group-item:disabled,[data-theme|='translucent'] .nav-tabs .nav-link.disabled,[data-theme|='translucent'] .navbar-light .navbar-nav .nav-link.disabled{color:rgba(var(--bs-white-rgb),.65)} + [data-theme|='translucent'] .text-body,[data-theme|='translucent'] .text-muted{color:rgba(var(--bs-white-rgb),.45)!important} + [data-theme|='translucent'] .form-select{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23f8f9fa' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e")} + [data-theme|='translucent'] .form-select:disabled{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23e9ecef' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e")} + [data-theme='dark'] .form-select[multiple],[data-theme='dark'] .form-select[size]:not([size="1"]),[data-theme|='translucent'] .form-select[multiple],[data-theme|='translucent'] .form-select[size]:not([size="1"]){background-image:none} + [data-theme|='translucent'] .form-select:not([multiple]) option{background-color:var(--bs-gray-500)} + [data-theme|='translucent'] .form-select[size]:not([size="1"]) option{background-color:transparent} + [data-theme|='translucent'] .form-select.is-invalid:not([multiple]):not([size]),[data-theme|='translucent'] .form-select.is-invalid:not([multiple])[size="1"],[data-theme|='translucent'] .was-validated .form-select:invalid:not([multiple]):not([size]),[data-theme|='translucent'] .was-validated .form-select:invalid:not([multiple])[size="1"]{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ced4da' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e")} + [data-theme|='translucent'] .accordion-button{color:rgba(var(--bs-white-rgb),.85);background-color:transparent} + [data-theme|='translucent'] .modal-content,[data-theme|='translucent'] .popover,[data-theme|='translucent'] .fwinmask,[data-theme|='translucent'] .dropdown-menu,[data-theme|='translucent'] .offcanvas{border:none;-webkit-box-shadow:0 0 4px rgba(var(--bs-black-rgb),.175);-moz-box-shadow:0 0 4px rgba(var(--bs-black-rgb),.175);box-shadow:0 0 4px rgba(var(--bs-black-rgb),.175)} + [data-theme|='translucent'] .popover-header{background-color:transparent} + [data-theme|='translucent'] .toast-header{background-color:rgb(var(--bs-white-rgb),.175)} + [data-theme|='translucent'] .toast{border:none;background-color:rgb(var(--bs-white-rgb),.175)} + [data-theme|='translucent'] .bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after,[data-theme|='translucent'] .bs-popover-end>.popover-arrow::after{border-right-color:rgb(var(--bs-white-rgb),.375)} + [data-theme|='translucent'] .bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after,[data-theme|='translucent'] .bs-popover-top>.popover-arrow::after{border-top-color:rgb(var(--bs-white-rgb),.375)} + [data-theme|='translucent'] .bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after,[data-theme|='translucent'] .bs-popover-bottom>.popover-arrow::after{border-bottom-color:rgb(var(--bs-white-rgb),.375)} + [data-theme|='translucent'] .bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after,[data-theme|='translucent'] .bs-popover-start>.popover-arrow::after{border-left-color:rgb(var(--bs-white-rgb),.375)} + [data-theme|='translucent'] .bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before,[data-theme|='translucent'] .bs-popover-end>.popover-arrow::before{border-right-color:rgb(var(--bs-white-rgb),.375)} + [data-theme|='translucent'] .bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before,[data-theme|='translucent'] .bs-popover-top>.popover-arrow::before{border-top-color:rgb(var(--bs-white-rgb),.375)} + [data-theme|='translucent'] .bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before,[data-theme|='translucent'] .bs-popover-bottom>.popover-arrow::before,[data-theme|='translucent'] .bs-popover-bottom .popover-header::before,[data-theme|='translucent'] .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before{border-bottom-color:rgb(var(--bs-white-rgb),.375)} + [data-theme|='translucent'] .bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before,[data-theme|='translucent'] .bs-popover-start>.popover-arrow::before{border-left-color:rgb(var(--bs-white-rgb),.375)} + [data-theme='dark'] .list-group-item-primary,[data-theme|='translucent'] .list-group-item-primary{color:#084298;background-color:rgba(207,226,255,.375)} + [data-theme='dark'] .list-group-item-secondary,[data-theme|='translucent'] .list-group-item-secondary{color:#41464b;background-color:rgba(226,227,229,.375)} + [data-theme='dark'] .list-group-item-success,[data-theme|='translucent'] .list-group-item-success{color:#0f5132;background-color:rgba(209,231,221,.375)} + [data-theme='dark'] .list-group-item-danger,[data-theme|='translucent'] .list-group-item-danger{color:#842029;background-color:rgba(248,215,218,.375)} + [data-theme='dark'] .list-group-item-warning,[data-theme|='translucent'] .list-group-item-warning{color:#664d03;background-color:rgba(255,243,205,.375)} + [data-theme='dark'] .list-group-item-info,[data-theme|='translucent'] .list-group-item-info{color:#055160;background-color:rgba(207,244,252,.375)} + [data-theme='dark'] .list-group-item-light,[data-theme|='translucent'] .list-group-item-light{color:#636464;background-color:rgba(254,254,254,.375)} + [data-theme='dark'] .list-group-item-dark,[data-theme|='translucent'] .list-group-item-dark{color:#141619;background-color:rgba(211,211,212,.375)} + [data-theme='dark'] .bg-light,[data-theme|='translucent'] .bg-light{--bs-bg-opacity:0.075;background-color:rgba(var(--bs-dark-rgb),var(--bs-bg-opacity))!important} + [data-theme|='translucent'] .nav-drawer .nav-subnav>li.active>a,[data-theme|='translucent'] .nav-drawer .nav-subnav>li>a:hover{color:var(--bs-white)} + [data-theme|='translucent'] .nav-drawer>.active>a,[data-theme|='translucent'] .nav-tabs .nav-link.active,[data-theme|='translucent'] .nav-tabs .nav-item.show .nav-link,[data-theme|='translucent'] .nav-tabs .nav-link:hover,[data-theme|='translucent'] .nav-tabs .nav-link:focus{border-color:var(--bs-gray-300)} + [data-theme='dark'] .nav-step .nav-link,[data-theme='dark'] .nav-step .nav-link:before{background-color:rgba(var(--bs-gray-rgb),.3)} + [data-theme|='translucent'] .nav-step .nav-link,[data-theme|='translucent'] .nav-step .nav-link:before{background-color:rgba(var(--bs-white-rgb),.1)} + [data-theme|='translucent'] .nav-step .nav-item.complete .nav-link,[data-theme|='translucent'] .nav-step .nav-item.complete .nav-link::before,[data-theme|='translucent'] .nav-step .nav-item .nav-link.active,[data-theme|='translucent'] .nav-step .nav-item .nav-link.active::before{background-color:rgba(var(--bs-white-rgb),.2)} + [data-theme|='translucent'] .nav-step .nav-item.complete .nav-link::after,[data-theme|='translucent'] .nav-step .nav-item .nav-link.active::after{background-color:var(--bs-gray-300)} + [data-theme|='translucent'] .nav-step .nav-item.complete .nav-link::after{color:rgba(var(--bs-black-rgb),1)} + [data-theme|='translucent'] div.tagsinput span.tag{background-color:rgba(var(--bs-black-rgb),.075)} + [data-theme|='translucent'] div.tagsinput input{color:var(--bs-white)!important} + [data-theme|='translucent'] .form-control:focus,[data-theme|='translucent'] .form-select:focus{border-color:var(--bs-gray-300);box-shadow:0 0 0 0.25rem rgba(var(--bs-white-rgb),0.25)} + [data-theme|='translucent'] .nav-item .nav-link{color:#fff} + [data-theme|='translucent'] a:not(.btn),[data-theme|='translucent'] .nav-stacked>li>a,[data-theme|='translucent'] .nav-link{color:var(--bs-gray-300)} + [data-theme|='translucent'] .nav-link:hover,[data-theme|='translucent'] .nav-link:focus{background:rgba(var(--bs-white-rgb),.35);color:var(--bs-white)} + [data-theme|='translucent'] .nav-pills .nav-link.active,[data-theme|='translucent'] .nav-pills .show>.nav-link{background-color:rgba(var(--bs-white-rgb),.375)} + [data-theme|='translucent'] .form-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px var(--bs-white),0 0 0 0.25rem rgba(var(--bs-white-rgb),0.25)} + [data-theme|='translucent'] .form-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px var(--bs-white),0 0 0 0.25rem rgba(var(--bs-white-rgb),0.25)} + [data-theme|='translucent'] .form-range::-webkit-slider-thumb{background-color:var(--bs-gray-300)} + [data-theme|='translucent'] .form-range::-webkit-slider-thumb:active{background-color:rgba(var(--bs-white-rgb),0.375)} + [data-theme|='translucent'] .form-range::-moz-range-thumb{background-color:var(--bs-gray-300)} + [data-theme|='translucent'] .form-range::-moz-range-thumb:active{background-color:rgba(var(--bs-white-rgb),0.375)} + [data-theme|='translucent'] .datepicker table tr td.active:active,[data-theme|='translucent'] .datepicker table tr td.active.highlighted:active,[data-theme|='translucent'] .datepicker table tr td.active.active,[data-theme|='translucent'] .datepicker table tr td.active.highlighted.active,[data-theme|='translucent'] .datepicker table tr td span.active:active,[data-theme|='translucent'] .datepicker table tr td span.active:hover:active,[data-theme|='translucent'] .datepicker table tr td span.active.disabled:active,[data-theme|='translucent'] .datepicker table tr td span.active.disabled:hover:active,[data-theme|='translucent'] .datepicker table tr td span.active.active,[data-theme|='translucent'] .datepicker table tr td span.active:hover.active,[data-theme|='translucent'] .datepicker table tr td span.active.disabled.active,[data-theme|='translucent'] .datepicker table tr td span.active.disabled:hover.active{background-color:var(--bs-gray-300);border-color:var(--bs-gray-300)} + [data-theme|='translucent'] .datepicker table tr td.active:active:hover,[data-theme|='translucent'] .datepicker table tr td.active.highlighted:active:hover,[data-theme|='translucent'] .datepicker table tr td.active.active:hover,[data-theme|='translucent'] .datepicker table tr td.active.highlighted.active:hover,[data-theme|='translucent'] .datepicker table tr td.active:active:focus,[data-theme|='translucent'] .datepicker table tr td.active.highlighted:active:focus,[data-theme|='translucent'] .datepicker table tr td.active.active:focus,[data-theme|='translucent'] .datepicker table tr td.active.highlighted.active:focus,[data-theme|='translucent'] .datepicker table tr td.active:active.focus,[data-theme|='translucent'] .datepicker table tr td.active.highlighted:active.focus,[data-theme|='translucent'] .datepicker table tr td.active.active.focus,[data-theme|='translucent'] .datepicker table tr td.active.highlighted.active.focus{background-color:var(--bs-white-rgb);border-color:var(--bs-white-rgb)} + [data-theme|='translucent'] .bootstrap-datetimepicker-widget.dropdown-menu.top:before,[data-theme|='translucent'] .bootstrap-datetimepicker-widget.dropdown-menu.top:after{border-color:transparent} + [data-theme|='translucent'] .bootstrap-datetimepicker-widget table td span:hover,[data-theme|='translucent'] .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,[data-theme|='translucent'] .bootstrap-datetimepicker-widget table td.day:hover,[data-theme|='translucent'] .bootstrap-datetimepicker-widget table td.hour:hover,[data-theme|='translucent'] .bootstrap-datetimepicker-widget table td.minute:hover,[data-theme|='translucent'] .bootstrap-datetimepicker-widget table td.second:hover{background:rgba(255,255,255,.375)} + [data-theme|='translucent'] .fc-unthemed th,[data-theme|='translucent'] .fc-unthemed td,[data-theme|='translucent'] .fc-unthemed thead,[data-theme|='translucent'] .fc-unthemed tbody,[data-theme|='translucent'] .fc-unthemed .fc-divider,[data-theme|='translucent'] .fc-unthemed .fc-row,[data-theme|='translucent'] .fc-unthemed .fc-content,[data-theme|='translucent'] .fc-unthemed .fc-popover,[data-theme|='translucent'] .fc-unthemed .fc-list-view,[data-theme|='translucent'] .fc-unthemed .fc-list-heading td,[data-theme|='translucent'] .card-bordered{border-color:rgba(var(--bs-white-rgb),.375)} + [data-theme|='translucent'] .fc-unthemed td.fc-today{background:rgba(var(--bs-white-rgb),.375)} + [data-theme|='translucent'] .form-control::-webkit-file-upload-button{color:#fff;background-color:rgba(var(--bs-black-rgb),.075)} + [data-theme|='translucent'] .form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,[data-theme|='translucent'] .lyear-timeline-item-dot::before{background-color:rgba(var(--bs-black-rgb),.125)} + [data-theme|='translucent'] [class*='badge-outline-']{border-color:rgba(var(--bs-white-rgb),.375)} + [data-theme|='translucent'] .lyear-timeline-item-content time{color:rgba(var(--bs-white-rgb),.375)} + [data-theme|='translucent'] .alert{backdrop-filter:blur(10px)} + [data-theme|='translucent'] .alert-primary{background-color:rgba(0,123,255,.45);border-color:rgba(0,123,255,.01);color:#00EFFF} + [data-theme|='translucent'] .alert-secondary{background-color:rgba(108,117,125,.45);border-color:rgba(108,117,125,.01);color:#E9EAED} + [data-theme|='translucent'] .alert-success{background-color:rgba(21,195,119,.45);border-color:rgba(21,195,119,.01);color:#C8F6EA} + [data-theme|='translucent'] .alert-info{background-color:rgba(72,176,247,.45);border-color:rgba(72,176,247,.01);color:#DFF4FB} + [data-theme|='translucent'] .alert-warning{background-color:rgba(250,166,75,.45);border-color:rgba(250,166,75,.01);color:#FBF4E4} + [data-theme|='translucent'] .alert-danger{background-color:rgba(244,66,54,.45);border-color:rgba(244,66,54,.01);color:#fa8181} + [data-theme|='translucent'] .alert-light{background-color:rgba(253,253,254,.45);border-color:rgba(253,253,254,.01);color:#FCFDFE} + [data-theme|='translucent'] .alert-dark{background-color:rgba(33,37,41,.45);border-color:rgba(33,37,41,.01);color:#D5D9DA} + [data-theme='dark'] .select2-container--default .select2-selection--single,[data-theme|='translucent'] .select2-container--default .select2-selection--single,[data-theme='dark'] .select2-container--default .select2-selection--multiple,[data-theme|='translucent'] .select2-container--default .select2-selection--multiple,[data-theme='dark'] .select2-container--classic .select2-search--dropdown .select2-search__field,[data-theme|='translucent'] .select2-container--classic .select2-search--dropdown .select2-search__field,[data-theme='dark'] .select2-container--default .select2-search--dropdown .select2-search__field,[data-theme|='translucent'] .select2-container--default .select2-search--dropdown .select2-search__field{background-color:transparent;border-color:rgba(var(--bs-white-rgb),.5)} + [data-theme='dark'] .select2-container--default .select2-selection--single .select2-selection__rendered,[data-theme|='translucent'] .select2-container--default .select2-selection--single .select2-selection__rendered,[data-theme='dark'] .select2-container--default .select2-selection--multiple .select2-selection__choice__remove,[data-theme|='translucent'] .select2-container--default .select2-selection--multiple .select2-selection__choice__remove,[data-theme='dark'] .select2-container--classic .select2-search--dropdown .select2-search__field,[data-theme|='translucent'] .select2-container--classic .select2-search--dropdown .select2-search__field,[data-theme='dark'] .select2-container--default .select2-search--dropdown .select2-search__field,[data-theme|='translucent'] .select2-container--default .select2-search--dropdown .select2-search__field{color:rgba(var(--bs-white-rgb),.5)} + [data-theme='dark'] .select2-container--default .select2-selection--single .select2-selection__arrow b,[data-theme|='translucent'] .select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:rgba(var(--bs-white-rgb),.5) transparent transparent transparent} + [data-theme='dark'] .select2-container--default .select2-selection--multiple .select2-selection__choice,[data-theme|='translucent'] .select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:rgba(var(--bs-white-rgb),.3);border-color:rgba(var(--bs-white-rgb),.5)} + [data-theme='dark'] .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,[data-theme|='translucent'] .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:rgba(var(--bs-white-rgb),.8)} + [data-theme='dark'] .select2-container--default.select2-container--disabled .select2-selection--single,[data-theme|='translucent'] .select2-container--default.select2-container--disabled .select2-selection--single{background-color:rgba(var(--bs-secondary-rgb),.2)} + [data-theme='dark'] .select2-container--default .select2-results__option[aria-selected=true],[data-theme|='translucent'] .select2-container--default .select2-results__option[aria-selected=true]{background-color:rgba(var(--bs-white-rgb),.2)} + [data-theme='dark'] .select2-dropdown{background-color:#292F39;border:none;-webkit-box-shadow:0 0 5px rgba(var(--bs-black-rgb),0.75);-moz-box-shadow:0px 0px 5px rgba(var(--bs-black-rgb),0.75);box-shadow:0 0 5px rgba(var(--bs-black-rgb),0.75)} + [data-theme|='translucent'] .select2-dropdown{background-color:rgba(var(--bs-white-rgb),.2);backdrop-filter:blur(10px);border:none;-webkit-box-shadow:0 0 4px rgba(var(--bs-black-rgb),.175);-moz-box-shadow:0 0 4px rgba(var(--bs-black-rgb),.175);box-shadow:0 0 4px rgba(var(--bs-black-rgb),.175)} + [data-theme='dark'] .select2-container--default.select2-container--open .select2-selection--single,[data-theme|='translucent'] .select2-container--default.select2-container--open .select2-selection--single,[data-theme='dark'] .select2-container--default.select2-container--focus .select2-selection--multiple,[data-theme|='translucent'] .select2-container--default.select2-container--focus .select2-selection--multiple,[data-theme='dark'] .select2-container--classic.select2-container--open .select2-selection--single,[data-theme|='translucent'] .select2-container--classic.select2-container--open .select2-selection--single{box-shadow:0 0 0 0.25rem rgba(var(--bs-white-rgb),0.075)} + [data-theme='dark'] .select2-container--classic.select2-container--open .select2-selection--single,[data-theme|='translucent'] .select2-container--classic.select2-container--open .select2-selection--single{border-color:#ebebeb} + [data-theme|='translucent'] .select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:rgba(var(--bs-white-rgb),.375)} + .left-drager{position:absolute;padding:0px;margin:0px;overflow:visible;left:120px;cursor:default;height:100%;width:7px;top:0;background:url(../../image/common/none.gif) repeat;cursor:w-resize;z-index:1901} + .left-drager .left-drager-op{position:fixed;top:0;left:0;display:none;overflow:hidden;text-align:center;cursor:pointer;padding-left:10px;padding-right:10px} + .left-drager .left-drager-click{position:absolute;border-radius:100%;opacity:.6;background:#fff;animation:waterBtn 3s;-moz-animation:waterBtn 3s infinite;-webkit-animation:waterBtn 3s infinite;-o-animation:waterBtn 3s infinite;transform:translate(-50%,-50%) scale(1)} + .Topcarousel{line-height:38px;width:38px;height:38px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;display:inline-block;position:relative;background-color:#f9fafb;color:#FFF;-webkit-border-radius:50%;border-radius:50%;vertical-align:middle;text-align:center} + #app_context{white-space:normal;width:350px;overflow-y:auto;overflow-x:hidden;max-height:536px;z-index:5;border-radius:var(--radius);text-align:center} + .app_popup{margin:0;padding:var(--radius);text-align:left;white-space:normal;overflow:hidden} + .app_popup>li .app-popup-li{font-size:larger;text-align:center} + .app_popup>li .app-popup-li>span{display:block;margin-bottom:8px} + .app_popup>li .app-popup-li img{display:inline-block;vertical-align:top;height:48px;width:48px} + .app_popup>li .app-popup-li .app-popup-li-appname{margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:80px;padding:0 5px;line-height:20px;font-size:13px} + .input-search{position:relative;width:100%} + .input-search .input-search-icon{left:8px;font-size:1.25rem;text-align:center;cursor:pointer} + .input-search .input-search-icon,.input-search .header-closebutton{color:#fff;opacity:0.5} + .form-search::-webkit-input-placeholder{color:RGBA(255,255,255,.7)} + .form-search:-moz-placeholder{color:RGBA(255,255,255,.7)} + .form-search::-moz-placeholder{color:RGBA(255,255,255,.7)} + .form-search:-ms-input-placeholder{color:RGBA(255,255,255,.7)} + .input-search .form-search{background:rgba(0,0,0,0.1);border:1px solid transparent;height:48px;color:rgba(255,255,255,0.7)} + .input-search .form-search:hover{-webkit-transition-duration:.1s;-o-transition-duration:.1s;transition-duration:.1s;border-color:var(--bs-primary);outline:0;box-shadow:1px 1px 10px rgba(var(--bs-primary-hover));border-width:1px;background:rgba(0,0,0,0.3);-webkit-box-shadow:1px 1px 10px rgba(var(--bs-primary-hover));-moz-box-shadow:1px 1px 10px rgba(var(--bs-primary-hover));-o-box-shadow:1px 1px 10px rgba(var(--bs-primary-hover));-ms-box-shadow:1px 1px 10px rgba(var(--bs-primary-hover));-webkit-transition:all .25s linear;-moz-transition:all .25s linear;-ms-transition:all .25s linear;-o-transition:all .25s linear;transition:all .25s linear} + .input-search.focus .form-search{background-color:#fff;color:#333;background:#FFF} + .input-search.focus .form-search::-webkit-input-placeholder{color:#999} + .input-search.focus .form-search:-moz-placeholder{color:#999} + .input-search.focus .form-search::-moz-placeholder{color:#999} + .input-search.focus .form-search:-ms-input-placeholder{color:#999} + .header-closebutton{position:absolute;top:0;right:10px;width:36px;text-align:center;font-size:22px;color:#FFF;line-height:46px;height:46px;cursor:pointer;display:none} + .input-search .input-search-close,.input-search .input-search-icon{position:absolute;top:50%;z-index:1;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)} + button.input-search-drop{-webkit-appearance:none;padding:0;cursor:pointer;background:0 0;border:0} + button.input-search-drop{-webkit-appearance:none;padding:0;cursor:pointer;background:0 0;border:0} + .input-search .input-search-drop{position:absolute;top:50%;z-index:1;width:36px;line-height:46px;display:inline-block;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)} + .input-search .input-search-drop{right:10px} + .input-search .input-search-icon,.input-search .input-search-drop,.header-closebutton{opacity:0.5} + .input-search .input-search-icon+.form-control{padding-left:43.5px;padding-right:40px} + .input-search .form-control{-webkit-box-shadow:none;box-shadow:none} + .input-search .input-search-icon,.input-search .header-closebutton{opacity:0.5} + .input-search.focus .input-search-icon,.input-search.focus .header-closebutton{color:#666} + .input-search.focus .input-search-icon,.input-search.focus .header-closebutton{opacity:0.8} + .input-search .header-closebutton:hover{opacity:1} + .main-allnotice .panel-default{border-color:transparent;margin-top:52px} + .main-allnotice .panel{-webkit-box-shadow:0px 1px 5px 0px rgba(0,0,0,0.22);box-shadow:0px 1px 5px 0px rgba(0,0,0,0.22);clear:both} + .main-allnotice .panel-heading img{max-width:30px} + .main-allnotice .panel-heading h3{margin-top:0.71rem;font-size:18px;display:inline-block;padding-left:10px;margin-bottom:0rem} + .main-allnotice .panel-heading .dzz-allnotice{padding:7px;background-color:var(--bs-primary);border-radius:50%;font-size:16px;color:#fff} + .main-allnotice .panel-body .note{padding-right:40px} + .main-allnotice .panel-body .note-iconimg{position:absolute;right:10px;top:16px} + .main-allnotice .panel-body .note-iconimg img{width:28px} + .notification-list-item{clear:both;min-height:50px;padding:5px 0 5px 38px;position:relative} + .notification-list-item .member{position:absolute;left:9px;cursor:pointer;float:left} + .notification-list-item .member-avatar{position:relative} + .notification-list-item .dateline{font-size:12px;padding-top:5px} + .note.u-title,.dateline.u-title{margin:0;text-overflow:ellipsis;overflow:hidden;white-space:normal;font-weight:bold} + .details a{color:var(--bs-primary)} + .all-notice{position:relative} + .all-notice .notice-navigation{text-align:center} + .dzz-noticeicon{border-radius:50%;font-size:18px;vertical-align:text-bottom} + .u-bottom .img-emotion{width:24px;height:24px} + .img-emotion{max-width:24px;max-height:24px} \ No newline at end of file diff --git a/static/lyear/fonts/materialdesignicons-webfont.eot b/static/lyear/fonts/materialdesignicons-webfont.eot new file mode 100644 index 0000000..909c81a Binary files /dev/null and b/static/lyear/fonts/materialdesignicons-webfont.eot differ diff --git a/static/lyear/fonts/materialdesignicons-webfont.ttf b/static/lyear/fonts/materialdesignicons-webfont.ttf new file mode 100644 index 0000000..ba87359 Binary files /dev/null and b/static/lyear/fonts/materialdesignicons-webfont.ttf differ diff --git a/static/lyear/fonts/materialdesignicons-webfont.woff b/static/lyear/fonts/materialdesignicons-webfont.woff new file mode 100644 index 0000000..1bd6bb6 Binary files /dev/null and b/static/lyear/fonts/materialdesignicons-webfont.woff differ diff --git a/static/lyear/fonts/materialdesignicons-webfont.woff2 b/static/lyear/fonts/materialdesignicons-webfont.woff2 new file mode 100644 index 0000000..ef1d606 Binary files /dev/null and b/static/lyear/fonts/materialdesignicons-webfont.woff2 differ diff --git a/static/lyear/images/loading.gif b/static/lyear/images/loading.gif new file mode 100644 index 0000000..5bb90fd Binary files /dev/null and b/static/lyear/images/loading.gif differ diff --git a/static/lyear/js/bootstrap-colorpicker/bootstrap-colorpicker.min.css b/static/lyear/js/bootstrap-colorpicker/bootstrap-colorpicker.min.css new file mode 100644 index 0000000..5e6698d --- /dev/null +++ b/static/lyear/js/bootstrap-colorpicker/bootstrap-colorpicker.min.css @@ -0,0 +1,9 @@ +/*! + * Bootstrap Colorpicker - Bootstrap Colorpicker is a modular color picker plugin for Bootstrap 4. + * @package bootstrap-colorpicker + * @version v3.4.0 + * @license MIT + * @link https://itsjavi.com/bootstrap-colorpicker/ + * @link https://github.com/itsjavi/bootstrap-colorpicker.git + */ +.colorpicker{position:relative;display:none;font-size:inherit;color:inherit;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);padding:.75rem .75rem;width:148px;border-radius:4px;-webkit-box-sizing:content-box;box-sizing:content-box}.colorpicker.colorpicker-disabled,.colorpicker.colorpicker-disabled *{cursor:default!important}.colorpicker div{position:relative}.colorpicker-popup{position:absolute;top:100%;left:0;float:left;margin-top:1px;z-index:1060}.colorpicker-popup.colorpicker-bs-popover-content{position:relative;top:auto;left:auto;float:none;margin:0;z-index:initial;border:none;padding:.25rem 0;border-radius:0;background:0 0;-webkit-box-shadow:none;box-shadow:none}.colorpicker:after,.colorpicker:before{content:"";display:table;clear:both;line-height:0}.colorpicker-clear{clear:both;display:block}.colorpicker:before{content:'';display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #ccc;border-bottom-color:rgba(0,0,0,.2);position:absolute;top:-7px;left:auto;right:6px}.colorpicker:after{content:'';display:inline-block;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;position:absolute;top:-6px;left:auto;right:7px}.colorpicker.colorpicker-with-alpha{width:170px}.colorpicker.colorpicker-with-alpha .colorpicker-alpha{display:block}.colorpicker-saturation{position:relative;width:126px;height:126px;background:-webkit-gradient(linear,left top,left bottom,from(transparent),to(black)),-webkit-gradient(linear,left top,right top,from(white),to(rgba(255,255,255,0)));background:linear-gradient(to bottom,transparent 0,#000 100%),linear-gradient(to right,#fff 0,rgba(255,255,255,0) 100%);cursor:crosshair;float:left;-webkit-box-shadow:0 0 0 1px rgba(0,0,0,.2);box-shadow:0 0 0 1px rgba(0,0,0,.2);margin-bottom:6px}.colorpicker-saturation .colorpicker-guide{display:block;height:6px;width:6px;border-radius:6px;border:1px solid #000;-webkit-box-shadow:0 0 0 1px rgba(255,255,255,.8);box-shadow:0 0 0 1px rgba(255,255,255,.8);position:absolute;top:0;left:0;margin:-3px 0 0 -3px}.colorpicker-alpha,.colorpicker-hue{position:relative;width:16px;height:126px;float:left;cursor:row-resize;margin-left:6px;margin-bottom:6px}.colorpicker-alpha-color{position:absolute;top:0;left:0;width:100%;height:100%}.colorpicker-alpha-color,.colorpicker-hue{-webkit-box-shadow:0 0 0 1px rgba(0,0,0,.2);box-shadow:0 0 0 1px rgba(0,0,0,.2)}.colorpicker-alpha .colorpicker-guide,.colorpicker-hue .colorpicker-guide{display:block;height:4px;background:rgba(255,255,255,.8);border:1px solid rgba(0,0,0,.4);position:absolute;top:0;left:0;margin-left:-2px;margin-top:-2px;right:-2px;z-index:1}.colorpicker-hue{background:-webkit-gradient(linear,left bottom,left top,from(red),color-stop(8%,#ff8000),color-stop(17%,#ff0),color-stop(25%,#80ff00),color-stop(33%,#0f0),color-stop(42%,#00ff80),color-stop(50%,#0ff),color-stop(58%,#0080ff),color-stop(67%,#00f),color-stop(75%,#8000ff),color-stop(83%,#ff00ff),color-stop(92%,#ff0080),to(red));background:linear-gradient(to top,red 0,#ff8000 8%,#ff0 17%,#80ff00 25%,#0f0 33%,#00ff80 42%,#0ff 50%,#0080ff 58%,#00f 67%,#8000ff 75%,#ff00ff 83%,#ff0080 92%,red 100%)}.colorpicker-alpha{background:linear-gradient(45deg,rgba(0,0,0,.1) 25%,transparent 25%,transparent 75%,rgba(0,0,0,.1) 75%,rgba(0,0,0,.1) 0),linear-gradient(45deg,rgba(0,0,0,.1) 25%,transparent 25%,transparent 75%,rgba(0,0,0,.1) 75%,rgba(0,0,0,.1) 0),#fff;background-size:10px 10px;background-position:0 0,5px 5px;display:none}.colorpicker-bar{min-height:16px;margin:6px 0 0 0;clear:both;text-align:center;font-size:10px;line-height:normal;max-width:100%;-webkit-box-shadow:0 0 0 1px rgba(0,0,0,.2);box-shadow:0 0 0 1px rgba(0,0,0,.2)}.colorpicker-bar:before{content:"";display:table;clear:both}.colorpicker-bar.colorpicker-bar-horizontal{height:126px;width:16px;margin:0 0 6px 0;float:left}.colorpicker-input-addon{position:relative}.colorpicker-input-addon i{display:inline-block;cursor:pointer;vertical-align:text-top;height:16px;width:16px;position:relative}.colorpicker-input-addon:before{content:"";position:absolute;width:16px;height:16px;display:inline-block;vertical-align:text-top;background:linear-gradient(45deg,rgba(0,0,0,.1) 25%,transparent 25%,transparent 75%,rgba(0,0,0,.1) 75%,rgba(0,0,0,.1) 0),linear-gradient(45deg,rgba(0,0,0,.1) 25%,transparent 25%,transparent 75%,rgba(0,0,0,.1) 75%,rgba(0,0,0,.1) 0),#fff;background-size:10px 10px;background-position:0 0,5px 5px}.colorpicker.colorpicker-inline{position:relative;display:inline-block;float:none;z-index:auto;vertical-align:text-bottom}.colorpicker.colorpicker-horizontal{width:126px;height:auto}.colorpicker.colorpicker-horizontal .colorpicker-bar{width:126px}.colorpicker.colorpicker-horizontal .colorpicker-saturation{float:none;margin-bottom:0}.colorpicker.colorpicker-horizontal .colorpicker-alpha,.colorpicker.colorpicker-horizontal .colorpicker-hue{float:none;width:126px;height:16px;cursor:col-resize;margin-left:0;margin-top:6px;margin-bottom:0}.colorpicker.colorpicker-horizontal .colorpicker-alpha .colorpicker-guide,.colorpicker.colorpicker-horizontal .colorpicker-hue .colorpicker-guide{position:absolute;display:block;bottom:-2px;left:0;right:auto;height:auto;width:4px}.colorpicker.colorpicker-horizontal .colorpicker-hue{background:-webkit-gradient(linear,right top,left top,from(red),color-stop(8%,#ff8000),color-stop(17%,#ff0),color-stop(25%,#80ff00),color-stop(33%,#0f0),color-stop(42%,#00ff80),color-stop(50%,#0ff),color-stop(58%,#0080ff),color-stop(67%,#00f),color-stop(75%,#8000ff),color-stop(83%,#ff00ff),color-stop(92%,#ff0080),to(red));background:linear-gradient(to left,red 0,#ff8000 8%,#ff0 17%,#80ff00 25%,#0f0 33%,#00ff80 42%,#0ff 50%,#0080ff 58%,#00f 67%,#8000ff 75%,#ff00ff 83%,#ff0080 92%,red 100%)}.colorpicker.colorpicker-horizontal .colorpicker-alpha{background:linear-gradient(45deg,rgba(0,0,0,.1) 25%,transparent 25%,transparent 75%,rgba(0,0,0,.1) 75%,rgba(0,0,0,.1) 0),linear-gradient(45deg,rgba(0,0,0,.1) 25%,transparent 25%,transparent 75%,rgba(0,0,0,.1) 75%,rgba(0,0,0,.1) 0),#fff;background-size:10px 10px;background-position:0 0,5px 5px}.colorpicker-inline:before,.colorpicker-no-arrow:before,.colorpicker-popup.colorpicker-bs-popover-content:before{content:none;display:none}.colorpicker-inline:after,.colorpicker-no-arrow:after,.colorpicker-popup.colorpicker-bs-popover-content:after{content:none;display:none}.colorpicker-alpha,.colorpicker-hue,.colorpicker-saturation{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.colorpicker-alpha.colorpicker-visible,.colorpicker-bar.colorpicker-visible,.colorpicker-hue.colorpicker-visible,.colorpicker-saturation.colorpicker-visible,.colorpicker.colorpicker-visible{display:block}.colorpicker-alpha.colorpicker-hidden,.colorpicker-bar.colorpicker-hidden,.colorpicker-hue.colorpicker-hidden,.colorpicker-saturation.colorpicker-hidden,.colorpicker.colorpicker-hidden{display:none}.colorpicker-inline.colorpicker-visible{display:inline-block}.colorpicker.colorpicker-disabled:after{border:none;content:'';display:block;width:100%;height:100%;background:rgba(233,236,239,.33);top:0;left:0;right:auto;z-index:2;position:absolute}.colorpicker.colorpicker-disabled .colorpicker-guide{display:none}.colorpicker-preview{background:linear-gradient(45deg,rgba(0,0,0,.1) 25%,transparent 25%,transparent 75%,rgba(0,0,0,.1) 75%,rgba(0,0,0,.1) 0),linear-gradient(45deg,rgba(0,0,0,.1) 25%,transparent 25%,transparent 75%,rgba(0,0,0,.1) 75%,rgba(0,0,0,.1) 0),#fff;background-size:10px 10px;background-position:0 0,5px 5px}.colorpicker-preview>div{position:absolute;left:0;top:0;width:100%;height:100%}.colorpicker-bar.colorpicker-swatches{-webkit-box-shadow:none;box-shadow:none;height:auto}.colorpicker-swatches--inner{clear:both;margin-top:-6px}.colorpicker-swatch{position:relative;cursor:pointer;float:left;height:16px;width:16px;margin-right:6px;margin-top:6px;margin-left:0;display:block;-webkit-box-shadow:0 0 0 1px rgba(0,0,0,.2);box-shadow:0 0 0 1px rgba(0,0,0,.2);background:linear-gradient(45deg,rgba(0,0,0,.1) 25%,transparent 25%,transparent 75%,rgba(0,0,0,.1) 75%,rgba(0,0,0,.1) 0),linear-gradient(45deg,rgba(0,0,0,.1) 25%,transparent 25%,transparent 75%,rgba(0,0,0,.1) 75%,rgba(0,0,0,.1) 0),#fff;background-size:10px 10px;background-position:0 0,5px 5px}.colorpicker-swatch--inner{position:absolute;top:0;left:0;width:100%;height:100%}.colorpicker-swatch:nth-of-type(7n+0){margin-right:0}.colorpicker-with-alpha .colorpicker-swatch:nth-of-type(7n+0){margin-right:6px}.colorpicker-with-alpha .colorpicker-swatch:nth-of-type(8n+0){margin-right:0}.colorpicker-horizontal .colorpicker-swatch:nth-of-type(6n+0){margin-right:0}.colorpicker-horizontal .colorpicker-swatch:nth-of-type(7n+0){margin-right:6px}.colorpicker-horizontal .colorpicker-swatch:nth-of-type(8n+0){margin-right:6px}.colorpicker-swatch:last-of-type:after{content:"";display:table;clear:both}.colorpicker-element input[dir=rtl],.colorpicker-element[dir=rtl] input,[dir=rtl] .colorpicker-element input{direction:ltr;text-align:right} \ No newline at end of file diff --git a/static/lyear/js/bootstrap-colorpicker/bootstrap-colorpicker.min.js b/static/lyear/js/bootstrap-colorpicker/bootstrap-colorpicker.min.js new file mode 100644 index 0000000..4ca7868 --- /dev/null +++ b/static/lyear/js/bootstrap-colorpicker/bootstrap-colorpicker.min.js @@ -0,0 +1,9 @@ +/*! + * Bootstrap Colorpicker - Bootstrap Colorpicker is a modular color picker plugin for Bootstrap 4. + * @package bootstrap-colorpicker + * @version v3.4.0 + * @license MIT + * @link https://itsjavi.com/bootstrap-colorpicker/ + * @link https://github.com/itsjavi/bootstrap-colorpicker.git + */ +(function webpackUniversalModuleDefinition(root,factory){if(typeof exports==="object"&&typeof module==="object")module.exports=factory(require("jquery"));else if(typeof define==="function"&&define.amd)define("bootstrap-colorpicker",["jquery"],factory);else if(typeof exports==="object")exports["bootstrap-colorpicker"]=factory(require("jquery"));else root["bootstrap-colorpicker"]=factory(root["jQuery"])})(window,function(__WEBPACK_EXTERNAL_MODULE__0__){return function(modules){var installedModules={};function __webpack_require__(moduleId){if(installedModules[moduleId]){return installedModules[moduleId].exports}var module=installedModules[moduleId]={i:moduleId,l:false,exports:{}};modules[moduleId].call(module.exports,module,module.exports,__webpack_require__);module.l=true;return module.exports}__webpack_require__.m=modules;__webpack_require__.c=installedModules;__webpack_require__.d=function(exports,name,getter){if(!__webpack_require__.o(exports,name)){Object.defineProperty(exports,name,{enumerable:true,get:getter})}};__webpack_require__.r=function(exports){if(typeof Symbol!=="undefined"&&Symbol.toStringTag){Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"})}Object.defineProperty(exports,"__esModule",{value:true})};__webpack_require__.t=function(value,mode){if(mode&1)value=__webpack_require__(value);if(mode&8)return value;if(mode&4&&typeof value==="object"&&value&&value.__esModule)return value;var ns=Object.create(null);__webpack_require__.r(ns);Object.defineProperty(ns,"default",{enumerable:true,value});if(mode&2&&typeof value!="string")for(var key in value)__webpack_require__.d(ns,key,function(key){return value[key]}.bind(null,key));return ns};__webpack_require__.n=function(module){var getter=module&&module.__esModule?function getDefault(){return module["default"]}:function getModuleExports(){return module};__webpack_require__.d(getter,"a",getter);return getter};__webpack_require__.o=function(object,property){return Object.prototype.hasOwnProperty.call(object,property)};__webpack_require__.p="";return __webpack_require__(__webpack_require__.s=7)}([function(module,exports){module.exports=__WEBPACK_EXTERNAL_MODULE__0__},function(module,exports,__webpack_require__){"use strict";Object.defineProperty(exports,"__esModule",{value:true});var _createClass=function(){function defineProperties(target,props){for(var i=0;i1&&arguments[1]!==undefined?arguments[1]:{};_classCallCheck(this,Extension);this.colorpicker=colorpicker;this.options=options;if(!(this.colorpicker.element&&this.colorpicker.element.length)){throw new Error("Extension: this.colorpicker.element is not valid")}this.colorpicker.element.on("colorpickerCreate.colorpicker-ext",_jquery2.default.proxy(this.onCreate,this));this.colorpicker.element.on("colorpickerDestroy.colorpicker-ext",_jquery2.default.proxy(this.onDestroy,this));this.colorpicker.element.on("colorpickerUpdate.colorpicker-ext",_jquery2.default.proxy(this.onUpdate,this));this.colorpicker.element.on("colorpickerChange.colorpicker-ext",_jquery2.default.proxy(this.onChange,this));this.colorpicker.element.on("colorpickerInvalid.colorpicker-ext",_jquery2.default.proxy(this.onInvalid,this));this.colorpicker.element.on("colorpickerShow.colorpicker-ext",_jquery2.default.proxy(this.onShow,this));this.colorpicker.element.on("colorpickerHide.colorpicker-ext",_jquery2.default.proxy(this.onHide,this));this.colorpicker.element.on("colorpickerEnable.colorpicker-ext",_jquery2.default.proxy(this.onEnable,this));this.colorpicker.element.on("colorpickerDisable.colorpicker-ext",_jquery2.default.proxy(this.onDisable,this))}_createClass(Extension,[{key:"resolveColor",value:function resolveColor(color){var realColor=arguments.length>1&&arguments[1]!==undefined?arguments[1]:true;return false}},{key:"onCreate",value:function onCreate(event){}},{key:"onDestroy",value:function onDestroy(event){this.colorpicker.element.off(".colorpicker-ext")}},{key:"onUpdate",value:function onUpdate(event){}},{key:"onChange",value:function onChange(event){}},{key:"onInvalid",value:function onInvalid(event){}},{key:"onHide",value:function onHide(event){}},{key:"onShow",value:function onShow(event){}},{key:"onDisable",value:function onDisable(event){}},{key:"onEnable",value:function onEnable(event){}}]);return Extension}();exports.default=Extension;module.exports=exports.default},function(module,exports,__webpack_require__){"use strict";Object.defineProperty(exports,"__esModule",{value:true});exports.ColorItem=exports.HSVAColor=undefined;var _createClass=function(){function defineProperties(target,props){for(var i=0;i1?_len-1:0),_key=1;_key<_len;_key++){args[_key-1]=arguments[_key]}if(arguments.length===0){return this._color}var result=this._color[fn].apply(this._color,args);if(!(result instanceof _color2.default)){return result}return new ColorItem(result,this.format)}},{key:"original",get:function get(){return this._original}}],[{key:"HSVAColor",get:function get(){return HSVAColor}}]);function ColorItem(){var color=arguments.length>0&&arguments[0]!==undefined?arguments[0]:null;var format=arguments.length>1&&arguments[1]!==undefined?arguments[1]:null;var disableHexInputFallback=arguments.length>2&&arguments[2]!==undefined?arguments[2]:false;_classCallCheck(this,ColorItem);this.replace(color,format,disableHexInputFallback)}_createClass(ColorItem,[{key:"replace",value:function replace(color){var format=arguments.length>1&&arguments[1]!==undefined?arguments[1]:null;var disableHexInputFallback=arguments.length>2&&arguments[2]!==undefined?arguments[2]:false;format=ColorItem.sanitizeFormat(format);this._original={color,format,valid:true};this._color=ColorItem.parse(color,disableHexInputFallback);if(this._color===null){this._color=(0,_color2.default)();this._original.valid=false;return}this._format=format?format:ColorItem.isHex(color)?"hex":this._color.model}},{key:"isValid",value:function isValid(){return this._original.valid===true}},{key:"setHueRatio",value:function setHueRatio(h){this.hue=(1-h)*360}},{key:"setSaturationRatio",value:function setSaturationRatio(s){this.saturation=s*100}},{key:"setValueRatio",value:function setValueRatio(v){this.value=(1-v)*100}},{key:"setAlphaRatio",value:function setAlphaRatio(a){this.alpha=1-a}},{key:"isDesaturated",value:function isDesaturated(){return this.saturation===0}},{key:"isTransparent",value:function isTransparent(){return this.alpha===0}},{key:"hasTransparency",value:function hasTransparency(){return this.hasAlpha()&&this.alpha<1}},{key:"hasAlpha",value:function hasAlpha(){return!isNaN(this.alpha)}},{key:"toObject",value:function toObject(){return new HSVAColor(this.hue,this.saturation,this.value,this.alpha)}},{key:"toHsva",value:function toHsva(){return this.toObject()}},{key:"toHsvaRatio",value:function toHsvaRatio(){return new HSVAColor(this.hue/360,this.saturation/100,this.value/100,this.alpha)}},{key:"toString",value:function toString(){return this.string()}},{key:"string",value:function string(){var format=arguments.length>0&&arguments[0]!==undefined?arguments[0]:null;format=ColorItem.sanitizeFormat(format?format:this.format);if(!format){return this._color.round().string()}if(this._color[format]===undefined){throw new Error("Unsupported color format: '"+format+"'")}var str=this._color[format]();return str.round?str.round().string():str}},{key:"equals",value:function equals(color){color=color instanceof ColorItem?color:new ColorItem(color);if(!color.isValid()||!this.isValid()){return false}return this.hue===color.hue&&this.saturation===color.saturation&&this.value===color.value&&this.alpha===color.alpha}},{key:"getClone",value:function getClone(){return new ColorItem(this._color,this.format)}},{key:"getCloneHueOnly",value:function getCloneHueOnly(){return new ColorItem([this.hue,100,100,1],this.format)}},{key:"getCloneOpaque",value:function getCloneOpaque(){return new ColorItem(this._color.alpha(1),this.format)}},{key:"toRgbString",value:function toRgbString(){return this.string("rgb")}},{key:"toHexString",value:function toHexString(){return this.string("hex")}},{key:"toHslString",value:function toHslString(){return this.string("hsl")}},{key:"isDark",value:function isDark(){return this._color.isDark()}},{key:"isLight",value:function isLight(){return this._color.isLight()}},{key:"generate",value:function generate(formula){var hues=[];if(Array.isArray(formula)){hues=formula}else if(!ColorItem.colorFormulas.hasOwnProperty(formula)){throw new Error("No color formula found with the name '"+formula+"'.")}else{hues=ColorItem.colorFormulas[formula]}var colors=[],mainColor=this._color,format=this.format;hues.forEach(function(hue){var levels=[hue?(mainColor.hue()+hue)%360:mainColor.hue(),mainColor.saturationv(),mainColor.value(),mainColor.alpha()];colors.push(new ColorItem(levels,format))});return colors}},{key:"hue",get:function get(){return this._color.hue()},set:function set(value){this._color=this._color.hue(value)}},{key:"saturation",get:function get(){return this._color.saturationv()},set:function set(value){this._color=this._color.saturationv(value)}},{key:"value",get:function get(){return this._color.value()},set:function set(value){this._color=this._color.value(value)}},{key:"alpha",get:function get(){var a=this._color.alpha();return isNaN(a)?1:a},set:function set(value){this._color=this._color.alpha(Math.round(value*100)/100)}},{key:"format",get:function get(){return this._format?this._format:this._color.model},set:function set(value){this._format=ColorItem.sanitizeFormat(value)}}],[{key:"parse",value:function parse(color){var disableHexInputFallback=arguments.length>1&&arguments[1]!==undefined?arguments[1]:false;if(color instanceof _color2.default){return color}if(color instanceof ColorItem){return color._color}var format=null;if(color instanceof HSVAColor){color=[color.h,color.s,color.v,isNaN(color.a)?1:color.a]}else{color=ColorItem.sanitizeString(color)}if(color===null){return null}if(Array.isArray(color)){format="hsv"}if(ColorItem.isHex(color)&&color.length!==6&&color.length!==7&&disableHexInputFallback){return null}try{return(0,_color2.default)(color,format)}catch(e){return null}}},{key:"sanitizeString",value:function sanitizeString(str){if(!(typeof str==="string"||str instanceof String)){return str}if(str.match(/^[0-9a-f]{2,}$/i)){return"#"+str}if(str.toLowerCase()==="transparent"){return"#FFFFFF00"}return str}},{key:"isHex",value:function isHex(str){if(!(typeof str==="string"||str instanceof String)){return false}return!!str.match(/^#?[0-9a-f]{2,}$/i)}},{key:"sanitizeFormat",value:function sanitizeFormat(format){switch(format){case"hex":case"hex3":case"hex4":case"hex6":case"hex8":return"hex";case"rgb":case"rgba":case"keyword":case"name":return"rgb";case"hsl":case"hsla":case"hsv":case"hsva":case"hwb":case"hwba":return"hsl";default:return""}}}]);return ColorItem}();ColorItem.colorFormulas={complementary:[180],triad:[0,120,240],tetrad:[0,90,180,270],splitcomplement:[0,72,216]};exports.default=ColorItem;exports.HSVAColor=HSVAColor;exports.ColorItem=ColorItem},function(module,exports,__webpack_require__){"use strict";Object.defineProperty(exports,"__esModule",{value:true});var sassVars={bar_size_short:16,base_margin:6,columns:6};var sliderSize=sassVars.bar_size_short*sassVars.columns+sassVars.base_margin*(sassVars.columns-1);exports.default={customClass:null,color:false,fallbackColor:false,format:"auto",horizontal:false,inline:false,container:false,popover:{animation:true,placement:"bottom",fallbackPlacement:"flip"},debug:false,input:"input",addon:".colorpicker-input-addon",autoInputFallback:true,autoHexInputFallback:true,useHashPrefix:true,useAlpha:true,template:'
    \n
    \n
    \n
    \n
    \n \n
    \n
    ',extensions:[{name:"preview",options:{showText:true}}],sliders:{saturation:{selector:".colorpicker-saturation",maxLeft:sliderSize,maxTop:sliderSize,callLeft:"setSaturationRatio",callTop:"setValueRatio"},hue:{selector:".colorpicker-hue",maxLeft:0,maxTop:sliderSize,callLeft:false,callTop:"setHueRatio"},alpha:{selector:".colorpicker-alpha",childSelector:".colorpicker-alpha-color",maxLeft:0,maxTop:sliderSize,callLeft:false,callTop:"setAlphaRatio"}},slidersHorz:{saturation:{selector:".colorpicker-saturation",maxLeft:sliderSize,maxTop:sliderSize,callLeft:"setSaturationRatio",callTop:"setValueRatio"},hue:{selector:".colorpicker-hue",maxLeft:sliderSize,maxTop:0,callLeft:"setHueRatio",callTop:false},alpha:{selector:".colorpicker-alpha",childSelector:".colorpicker-alpha-color",maxLeft:sliderSize,maxTop:0,callLeft:"setAlphaRatio",callTop:false}}};module.exports=exports.default},function(module,exports,__webpack_require__){"use strict";Object.defineProperty(exports,"__esModule",{value:true});var _typeof=typeof Symbol==="function"&&typeof Symbol.iterator==="symbol"?function(obj){return typeof obj}:function(obj){return obj&&typeof Symbol==="function"&&obj.constructor===Symbol&&obj!==Symbol.prototype?"symbol":typeof obj};var _createClass=function(){function defineProperties(target,props){for(var i=0;i1&&arguments[1]!==undefined?arguments[1]:{};_classCallCheck(this,Palette);var _this=_possibleConstructorReturn(this,(Palette.__proto__||Object.getPrototypeOf(Palette)).call(this,colorpicker,_jquery2.default.extend(true,{},defaults,options)));if(!Array.isArray(_this.options.colors)&&_typeof(_this.options.colors)!=="object"){_this.options.colors=null}return _this}_createClass(Palette,[{key:"getLength",value:function getLength(){if(!this.options.colors){return 0}if(Array.isArray(this.options.colors)){return this.options.colors.length}if(_typeof(this.options.colors)==="object"){return Object.keys(this.options.colors).length}return 0}},{key:"resolveColor",value:function resolveColor(color){var realColor=arguments.length>1&&arguments[1]!==undefined?arguments[1]:true;if(this.getLength()<=0){return false}if(Array.isArray(this.options.colors)){if(this.options.colors.indexOf(color)>=0){return color}if(this.options.colors.indexOf(color.toUpperCase())>=0){return color.toUpperCase()}if(this.options.colors.indexOf(color.toLowerCase())>=0){return color.toLowerCase()}return false}if(_typeof(this.options.colors)!=="object"){return false}if(!this.options.namesAsValues||realColor){return this.getValue(color,false)}return this.getName(color,this.getName("#"+color))}},{key:"getName",value:function getName(value){var defaultValue=arguments.length>1&&arguments[1]!==undefined?arguments[1]:false;if(!(typeof value==="string")||!this.options.colors){return defaultValue}for(var name in this.options.colors){if(!this.options.colors.hasOwnProperty(name)){continue}if(this.options.colors[name].toLowerCase()===value.toLowerCase()){return name}}return defaultValue}},{key:"getValue",value:function getValue(name){var defaultValue=arguments.length>1&&arguments[1]!==undefined?arguments[1]:false;if(!(typeof name==="string")||!this.options.colors){return defaultValue}if(this.options.colors.hasOwnProperty(name)){return this.options.colors[name]}return defaultValue}}]);return Palette}(_Extension3.default);exports.default=Palette;module.exports=exports.default},function(module,exports,__webpack_require__){"use strict";module.exports={aliceblue:[240,248,255],antiquewhite:[250,235,215],aqua:[0,255,255],aquamarine:[127,255,212],azure:[240,255,255],beige:[245,245,220],bisque:[255,228,196],black:[0,0,0],blanchedalmond:[255,235,205],blue:[0,0,255],blueviolet:[138,43,226],brown:[165,42,42],burlywood:[222,184,135],cadetblue:[95,158,160],chartreuse:[127,255,0],chocolate:[210,105,30],coral:[255,127,80],cornflowerblue:[100,149,237],cornsilk:[255,248,220],crimson:[220,20,60],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgoldenrod:[184,134,11],darkgray:[169,169,169],darkgreen:[0,100,0],darkgrey:[169,169,169],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkseagreen:[143,188,143],darkslateblue:[72,61,139],darkslategray:[47,79,79],darkslategrey:[47,79,79],darkturquoise:[0,206,209],darkviolet:[148,0,211],deeppink:[255,20,147],deepskyblue:[0,191,255],dimgray:[105,105,105],dimgrey:[105,105,105],dodgerblue:[30,144,255],firebrick:[178,34,34],floralwhite:[255,250,240],forestgreen:[34,139,34],fuchsia:[255,0,255],gainsboro:[220,220,220],ghostwhite:[248,248,255],gold:[255,215,0],goldenrod:[218,165,32],gray:[128,128,128],green:[0,128,0],greenyellow:[173,255,47],grey:[128,128,128],honeydew:[240,255,240],hotpink:[255,105,180],indianred:[205,92,92],indigo:[75,0,130],ivory:[255,255,240],khaki:[240,230,140],lavender:[230,230,250],lavenderblush:[255,240,245],lawngreen:[124,252,0],lemonchiffon:[255,250,205],lightblue:[173,216,230],lightcoral:[240,128,128],lightcyan:[224,255,255],lightgoldenrodyellow:[250,250,210],lightgray:[211,211,211],lightgreen:[144,238,144],lightgrey:[211,211,211],lightpink:[255,182,193],lightsalmon:[255,160,122],lightseagreen:[32,178,170],lightskyblue:[135,206,250],lightslategray:[119,136,153],lightslategrey:[119,136,153],lightsteelblue:[176,196,222],lightyellow:[255,255,224],lime:[0,255,0],limegreen:[50,205,50],linen:[250,240,230],magenta:[255,0,255],maroon:[128,0,0],mediumaquamarine:[102,205,170],mediumblue:[0,0,205],mediumorchid:[186,85,211],mediumpurple:[147,112,219],mediumseagreen:[60,179,113],mediumslateblue:[123,104,238],mediumspringgreen:[0,250,154],mediumturquoise:[72,209,204],mediumvioletred:[199,21,133],midnightblue:[25,25,112],mintcream:[245,255,250],mistyrose:[255,228,225],moccasin:[255,228,181],navajowhite:[255,222,173],navy:[0,0,128],oldlace:[253,245,230],olive:[128,128,0],olivedrab:[107,142,35],orange:[255,165,0],orangered:[255,69,0],orchid:[218,112,214],palegoldenrod:[238,232,170],palegreen:[152,251,152],paleturquoise:[175,238,238],palevioletred:[219,112,147],papayawhip:[255,239,213],peachpuff:[255,218,185],peru:[205,133,63],pink:[255,192,203],plum:[221,160,221],powderblue:[176,224,230],purple:[128,0,128],rebeccapurple:[102,51,153],red:[255,0,0],rosybrown:[188,143,143],royalblue:[65,105,225],saddlebrown:[139,69,19],salmon:[250,128,114],sandybrown:[244,164,96],seagreen:[46,139,87],seashell:[255,245,238],sienna:[160,82,45],silver:[192,192,192],skyblue:[135,206,235],slateblue:[106,90,205],slategray:[112,128,144],slategrey:[112,128,144],snow:[255,250,250],springgreen:[0,255,127],steelblue:[70,130,180],tan:[210,180,140],teal:[0,128,128],thistle:[216,191,216],tomato:[255,99,71],turquoise:[64,224,208],violet:[238,130,238],wheat:[245,222,179],white:[255,255,255],whitesmoke:[245,245,245],yellow:[255,255,0],yellowgreen:[154,205,50]}},function(module,exports,__webpack_require__){var cssKeywords=__webpack_require__(5);var reverseKeywords={};for(var key in cssKeywords){if(cssKeywords.hasOwnProperty(key)){reverseKeywords[cssKeywords[key]]=key}}var convert=module.exports={rgb:{channels:3,labels:"rgb"},hsl:{channels:3,labels:"hsl"},hsv:{channels:3,labels:"hsv"},hwb:{channels:3,labels:"hwb"},cmyk:{channels:4,labels:"cmyk"},xyz:{channels:3,labels:"xyz"},lab:{channels:3,labels:"lab"},lch:{channels:3,labels:"lch"},hex:{channels:1,labels:["hex"]},keyword:{channels:1,labels:["keyword"]},ansi16:{channels:1,labels:["ansi16"]},ansi256:{channels:1,labels:["ansi256"]},hcg:{channels:3,labels:["h","c","g"]},apple:{channels:3,labels:["r16","g16","b16"]},gray:{channels:1,labels:["gray"]}};for(var model in convert){if(convert.hasOwnProperty(model)){if(!("channels"in convert[model])){throw new Error("missing channels property: "+model)}if(!("labels"in convert[model])){throw new Error("missing channel labels property: "+model)}if(convert[model].labels.length!==convert[model].channels){throw new Error("channel and label counts mismatch: "+model)}var channels=convert[model].channels;var labels=convert[model].labels;delete convert[model].channels;delete convert[model].labels;Object.defineProperty(convert[model],"channels",{value:channels});Object.defineProperty(convert[model],"labels",{value:labels})}}convert.rgb.hsl=function(rgb){var r=rgb[0]/255;var g=rgb[1]/255;var b=rgb[2]/255;var min=Math.min(r,g,b);var max=Math.max(r,g,b);var delta=max-min;var h;var s;var l;if(max===min){h=0}else if(r===max){h=(g-b)/delta}else if(g===max){h=2+(b-r)/delta}else if(b===max){h=4+(r-g)/delta}h=Math.min(h*60,360);if(h<0){h+=360}l=(min+max)/2;if(max===min){s=0}else if(l<=.5){s=delta/(max+min)}else{s=delta/(2-max-min)}return[h,s*100,l*100]};convert.rgb.hsv=function(rgb){var rdif;var gdif;var bdif;var h;var s;var r=rgb[0]/255;var g=rgb[1]/255;var b=rgb[2]/255;var v=Math.max(r,g,b);var diff=v-Math.min(r,g,b);var diffc=function(c){return(v-c)/6/diff+1/2};if(diff===0){h=s=0}else{s=diff/v;rdif=diffc(r);gdif=diffc(g);bdif=diffc(b);if(r===v){h=bdif-gdif}else if(g===v){h=1/3+rdif-bdif}else if(b===v){h=2/3+gdif-rdif}if(h<0){h+=1}else if(h>1){h-=1}}return[h*360,s*100,v*100]};convert.rgb.hwb=function(rgb){var r=rgb[0];var g=rgb[1];var b=rgb[2];var h=convert.rgb.hsl(rgb)[0];var w=1/255*Math.min(r,Math.min(g,b));b=1-1/255*Math.max(r,Math.max(g,b));return[h,w*100,b*100]};convert.rgb.cmyk=function(rgb){var r=rgb[0]/255;var g=rgb[1]/255;var b=rgb[2]/255;var c;var m;var y;var k;k=Math.min(1-r,1-g,1-b);c=(1-r-k)/(1-k)||0;m=(1-g-k)/(1-k)||0;y=(1-b-k)/(1-k)||0;return[c*100,m*100,y*100,k*100]};function comparativeDistance(x,y){return Math.pow(x[0]-y[0],2)+Math.pow(x[1]-y[1],2)+Math.pow(x[2]-y[2],2)}convert.rgb.keyword=function(rgb){var reversed=reverseKeywords[rgb];if(reversed){return reversed}var currentClosestDistance=Infinity;var currentClosestKeyword;for(var keyword in cssKeywords){if(cssKeywords.hasOwnProperty(keyword)){var value=cssKeywords[keyword];var distance=comparativeDistance(rgb,value);if(distance.04045?Math.pow((r+.055)/1.055,2.4):r/12.92;g=g>.04045?Math.pow((g+.055)/1.055,2.4):g/12.92;b=b>.04045?Math.pow((b+.055)/1.055,2.4):b/12.92;var x=r*.4124+g*.3576+b*.1805;var y=r*.2126+g*.7152+b*.0722;var z=r*.0193+g*.1192+b*.9505;return[x*100,y*100,z*100]};convert.rgb.lab=function(rgb){var xyz=convert.rgb.xyz(rgb);var x=xyz[0];var y=xyz[1];var z=xyz[2];var l;var a;var b;x/=95.047;y/=100;z/=108.883;x=x>.008856?Math.pow(x,1/3):7.787*x+16/116;y=y>.008856?Math.pow(y,1/3):7.787*y+16/116;z=z>.008856?Math.pow(z,1/3):7.787*z+16/116;l=116*y-16;a=500*(x-y);b=200*(y-z);return[l,a,b]};convert.hsl.rgb=function(hsl){var h=hsl[0]/360;var s=hsl[1]/100;var l=hsl[2]/100;var t1;var t2;var t3;var rgb;var val;if(s===0){val=l*255;return[val,val,val]}if(l<.5){t2=l*(1+s)}else{t2=l+s-l*s}t1=2*l-t2;rgb=[0,0,0];for(var i=0;i<3;i++){t3=h+1/3*-(i-1);if(t3<0){t3++}if(t3>1){t3--}if(6*t3<1){val=t1+(t2-t1)*6*t3}else if(2*t3<1){val=t2}else if(3*t3<2){val=t1+(t2-t1)*(2/3-t3)*6}else{val=t1}rgb[i]=val*255}return rgb};convert.hsl.hsv=function(hsl){var h=hsl[0];var s=hsl[1]/100;var l=hsl[2]/100;var smin=s;var lmin=Math.max(l,.01);var sv;var v;l*=2;s*=l<=1?l:2-l;smin*=lmin<=1?lmin:2-lmin;v=(l+s)/2;sv=l===0?2*smin/(lmin+smin):2*s/(l+s);return[h,sv*100,v*100]};convert.hsv.rgb=function(hsv){var h=hsv[0]/60;var s=hsv[1]/100;var v=hsv[2]/100;var hi=Math.floor(h)%6;var f=h-Math.floor(h);var p=255*v*(1-s);var q=255*v*(1-s*f);var t=255*v*(1-s*(1-f));v*=255;switch(hi){case 0:return[v,t,p];case 1:return[q,v,p];case 2:return[p,v,t];case 3:return[p,q,v];case 4:return[t,p,v];case 5:return[v,p,q]}};convert.hsv.hsl=function(hsv){var h=hsv[0];var s=hsv[1]/100;var v=hsv[2]/100;var vmin=Math.max(v,.01);var lmin;var sl;var l;l=(2-s)*v;lmin=(2-s)*vmin;sl=s*vmin;sl/=lmin<=1?lmin:2-lmin;sl=sl||0;l/=2;return[h,sl*100,l*100]};convert.hwb.rgb=function(hwb){var h=hwb[0]/360;var wh=hwb[1]/100;var bl=hwb[2]/100;var ratio=wh+bl;var i;var v;var f;var n;if(ratio>1){wh/=ratio;bl/=ratio}i=Math.floor(6*h);v=1-bl;f=6*h-i;if((i&1)!==0){f=1-f}n=wh+f*(v-wh);var r;var g;var b;switch(i){default:case 6:case 0:r=v;g=n;b=wh;break;case 1:r=n;g=v;b=wh;break;case 2:r=wh;g=v;b=n;break;case 3:r=wh;g=n;b=v;break;case 4:r=n;g=wh;b=v;break;case 5:r=v;g=wh;b=n;break}return[r*255,g*255,b*255]};convert.cmyk.rgb=function(cmyk){var c=cmyk[0]/100;var m=cmyk[1]/100;var y=cmyk[2]/100;var k=cmyk[3]/100;var r;var g;var b;r=1-Math.min(1,c*(1-k)+k);g=1-Math.min(1,m*(1-k)+k);b=1-Math.min(1,y*(1-k)+k);return[r*255,g*255,b*255]};convert.xyz.rgb=function(xyz){var x=xyz[0]/100;var y=xyz[1]/100;var z=xyz[2]/100;var r;var g;var b;r=x*3.2406+y*-1.5372+z*-.4986;g=x*-.9689+y*1.8758+z*.0415;b=x*.0557+y*-.204+z*1.057;r=r>.0031308?1.055*Math.pow(r,1/2.4)-.055:r*12.92;g=g>.0031308?1.055*Math.pow(g,1/2.4)-.055:g*12.92;b=b>.0031308?1.055*Math.pow(b,1/2.4)-.055:b*12.92;r=Math.min(Math.max(0,r),1);g=Math.min(Math.max(0,g),1);b=Math.min(Math.max(0,b),1);return[r*255,g*255,b*255]};convert.xyz.lab=function(xyz){var x=xyz[0];var y=xyz[1];var z=xyz[2];var l;var a;var b;x/=95.047;y/=100;z/=108.883;x=x>.008856?Math.pow(x,1/3):7.787*x+16/116;y=y>.008856?Math.pow(y,1/3):7.787*y+16/116;z=z>.008856?Math.pow(z,1/3):7.787*z+16/116;l=116*y-16;a=500*(x-y);b=200*(y-z);return[l,a,b]};convert.lab.xyz=function(lab){var l=lab[0];var a=lab[1];var b=lab[2];var x;var y;var z;y=(l+16)/116;x=a/500+y;z=y-b/200;var y2=Math.pow(y,3);var x2=Math.pow(x,3);var z2=Math.pow(z,3);y=y2>.008856?y2:(y-16/116)/7.787;x=x2>.008856?x2:(x-16/116)/7.787;z=z2>.008856?z2:(z-16/116)/7.787;x*=95.047;y*=100;z*=108.883;return[x,y,z]};convert.lab.lch=function(lab){var l=lab[0];var a=lab[1];var b=lab[2];var hr;var h;var c;hr=Math.atan2(b,a);h=hr*360/2/Math.PI;if(h<0){h+=360}c=Math.sqrt(a*a+b*b);return[l,c,h]};convert.lch.lab=function(lch){var l=lch[0];var c=lch[1];var h=lch[2];var a;var b;var hr;hr=h/360*2*Math.PI;a=c*Math.cos(hr);b=c*Math.sin(hr);return[l,a,b]};convert.rgb.ansi16=function(args){var r=args[0];var g=args[1];var b=args[2];var value=1 in arguments?arguments[1]:convert.rgb.hsv(args)[2];value=Math.round(value/50);if(value===0){return 30}var ansi=30+(Math.round(b/255)<<2|Math.round(g/255)<<1|Math.round(r/255));if(value===2){ansi+=60}return ansi};convert.hsv.ansi16=function(args){return convert.rgb.ansi16(convert.hsv.rgb(args),args[2])};convert.rgb.ansi256=function(args){var r=args[0];var g=args[1];var b=args[2];if(r===g&&g===b){if(r<8){return 16}if(r>248){return 231}return Math.round((r-8)/247*24)+232}var ansi=16+36*Math.round(r/255*5)+6*Math.round(g/255*5)+Math.round(b/255*5);return ansi};convert.ansi16.rgb=function(args){var color=args%10;if(color===0||color===7){if(args>50){color+=3.5}color=color/10.5*255;return[color,color,color]}var mult=(~~(args>50)+1)*.5;var r=(color&1)*mult*255;var g=(color>>1&1)*mult*255;var b=(color>>2&1)*mult*255;return[r,g,b]};convert.ansi256.rgb=function(args){if(args>=232){var c=(args-232)*10+8;return[c,c,c]}args-=16;var rem;var r=Math.floor(args/36)/5*255;var g=Math.floor((rem=args%36)/6)/5*255;var b=rem%6/5*255;return[r,g,b]};convert.rgb.hex=function(args){var integer=((Math.round(args[0])&255)<<16)+((Math.round(args[1])&255)<<8)+(Math.round(args[2])&255);var string=integer.toString(16).toUpperCase();return"000000".substring(string.length)+string};convert.hex.rgb=function(args){var match=args.toString(16).match(/[a-f0-9]{6}|[a-f0-9]{3}/i);if(!match){return[0,0,0]}var colorString=match[0];if(match[0].length===3){colorString=colorString.split("").map(function(char){return char+char}).join("")}var integer=parseInt(colorString,16);var r=integer>>16&255;var g=integer>>8&255;var b=integer&255;return[r,g,b]};convert.rgb.hcg=function(rgb){var r=rgb[0]/255;var g=rgb[1]/255;var b=rgb[2]/255;var max=Math.max(Math.max(r,g),b);var min=Math.min(Math.min(r,g),b);var chroma=max-min;var grayscale;var hue;if(chroma<1){grayscale=min/(1-chroma)}else{grayscale=0}if(chroma<=0){hue=0}else if(max===r){hue=(g-b)/chroma%6}else if(max===g){hue=2+(b-r)/chroma}else{hue=4+(r-g)/chroma+4}hue/=6;hue%=1;return[hue*360,chroma*100,grayscale*100]};convert.hsl.hcg=function(hsl){var s=hsl[1]/100;var l=hsl[2]/100;var c=1;var f=0;if(l<.5){c=2*s*l}else{c=2*s*(1-l)}if(c<1){f=(l-.5*c)/(1-c)}return[hsl[0],c*100,f*100]};convert.hsv.hcg=function(hsv){var s=hsv[1]/100;var v=hsv[2]/100;var c=s*v;var f=0;if(c<1){f=(v-c)/(1-c)}return[hsv[0],c*100,f*100]};convert.hcg.rgb=function(hcg){var h=hcg[0]/360;var c=hcg[1]/100;var g=hcg[2]/100;if(c===0){return[g*255,g*255,g*255]}var pure=[0,0,0];var hi=h%1*6;var v=hi%1;var w=1-v;var mg=0;switch(Math.floor(hi)){case 0:pure[0]=1;pure[1]=v;pure[2]=0;break;case 1:pure[0]=w;pure[1]=1;pure[2]=0;break;case 2:pure[0]=0;pure[1]=1;pure[2]=v;break;case 3:pure[0]=0;pure[1]=w;pure[2]=1;break;case 4:pure[0]=v;pure[1]=0;pure[2]=1;break;default:pure[0]=1;pure[1]=0;pure[2]=w}mg=(1-c)*g;return[(c*pure[0]+mg)*255,(c*pure[1]+mg)*255,(c*pure[2]+mg)*255]};convert.hcg.hsv=function(hcg){var c=hcg[1]/100;var g=hcg[2]/100;var v=c+g*(1-c);var f=0;if(v>0){f=c/v}return[hcg[0],f*100,v*100]};convert.hcg.hsl=function(hcg){var c=hcg[1]/100;var g=hcg[2]/100;var l=g*(1-c)+.5*c;var s=0;if(l>0&&l<.5){s=c/(2*l)}else if(l>=.5&&l<1){s=c/(2*(1-l))}return[hcg[0],s*100,l*100]};convert.hcg.hwb=function(hcg){var c=hcg[1]/100;var g=hcg[2]/100;var v=c+g*(1-c);return[hcg[0],(v-c)*100,(1-v)*100]};convert.hwb.hcg=function(hwb){var w=hwb[1]/100;var b=hwb[2]/100;var v=1-b;var c=v-w;var g=0;if(c<1){g=(v-c)/(1-c)}return[hwb[0],c*100,g*100]};convert.apple.rgb=function(apple){return[apple[0]/65535*255,apple[1]/65535*255,apple[2]/65535*255]};convert.rgb.apple=function(rgb){return[rgb[0]/255*65535,rgb[1]/255*65535,rgb[2]/255*65535]};convert.gray.rgb=function(args){return[args[0]/100*255,args[0]/100*255,args[0]/100*255]};convert.gray.hsl=convert.gray.hsv=function(args){return[0,0,args[0]]};convert.gray.hwb=function(gray){return[0,100,gray[0]]};convert.gray.cmyk=function(gray){return[0,0,0,gray[0]]};convert.gray.lab=function(gray){return[gray[0],0,0]};convert.gray.hex=function(gray){var val=Math.round(gray[0]/100*255)&255;var integer=(val<<16)+(val<<8)+val;var string=integer.toString(16).toUpperCase();return"000000".substring(string.length)+string};convert.rgb.gray=function(rgb){var val=(rgb[0]+rgb[1]+rgb[2])/3;return[val/255*100]}},function(module,exports,__webpack_require__){"use strict";var _typeof=typeof Symbol==="function"&&typeof Symbol.iterator==="symbol"?function(obj){return typeof obj}:function(obj){return obj&&typeof Symbol==="function"&&obj.constructor===Symbol&&obj!==Symbol.prototype?"symbol":typeof obj};var _Colorpicker=__webpack_require__(8);var _Colorpicker2=_interopRequireDefault(_Colorpicker);var _jquery=__webpack_require__(0);var _jquery2=_interopRequireDefault(_jquery);function _interopRequireDefault(obj){return obj&&obj.__esModule?obj:{default:obj}}var plugin="colorpicker";_jquery2.default[plugin]=_Colorpicker2.default;_jquery2.default.fn[plugin]=function(option){var fnArgs=Array.prototype.slice.call(arguments,1),isSingleElement=this.length===1,returnValue=null;var $elements=this.each(function(){var $this=(0,_jquery2.default)(this),inst=$this.data(plugin),options=(typeof option==="undefined"?"undefined":_typeof(option))==="object"?option:{};if(!inst){inst=new _Colorpicker2.default(this,options);$this.data(plugin,inst)}if(!isSingleElement){return}returnValue=$this;if(typeof option==="string"){if(option==="colorpicker"){returnValue=inst}else if(_jquery2.default.isFunction(inst[option])){returnValue=inst[option].apply(inst,fnArgs)}else{returnValue=inst[option]}}});return isSingleElement?returnValue:$elements};_jquery2.default.fn[plugin].constructor=_Colorpicker2.default},function(module,exports,__webpack_require__){"use strict";Object.defineProperty(exports,"__esModule",{value:true});var _createClass=function(){function defineProperties(target,props){for(var i=0;i1&&arguments[1]!==undefined?arguments[1]:{};var ext=new ExtensionClass(this,config);this.extensions.push(ext);return ext}},{key:"destroy",value:function destroy(){var color=this.color;this.sliderHandler.unbind();this.inputHandler.unbind();this.popupHandler.unbind();this.colorHandler.unbind();this.addonHandler.unbind();this.pickerHandler.unbind();this.element.removeClass("colorpicker-element").removeData("colorpicker").removeData("color").off(".colorpicker");this.trigger("colorpickerDestroy",color)}},{key:"show",value:function show(e){this.popupHandler.show(e)}},{key:"hide",value:function hide(e){this.popupHandler.hide(e)}},{key:"toggle",value:function toggle(e){this.popupHandler.toggle(e)}},{key:"getValue",value:function getValue(){var defaultValue=arguments.length>0&&arguments[0]!==undefined?arguments[0]:null;var val=this.colorHandler.color;val=val instanceof _ColorItem2.default?val:defaultValue;if(val instanceof _ColorItem2.default){return val.string(this.format)}return val}},{key:"setValue",value:function setValue(val){if(this.isDisabled()){return}var ch=this.colorHandler;if(ch.hasColor()&&!!val&&ch.color.equals(val)||!ch.hasColor()&&!val){return}ch.color=val?ch.createColor(val,this.options.autoInputFallback,this.options.autoHexInputFallback):null;this.trigger("colorpickerChange",ch.color,val);this.update()}},{key:"update",value:function update(){if(this.colorHandler.hasColor()){this.inputHandler.update()}else{this.colorHandler.assureColor()}this.addonHandler.update();this.pickerHandler.update();this.trigger("colorpickerUpdate")}},{key:"enable",value:function enable(){this.inputHandler.enable();this.disabled=false;this.picker.removeClass("colorpicker-disabled");this.trigger("colorpickerEnable");return true}},{key:"disable",value:function disable(){this.inputHandler.disable();this.disabled=true;this.picker.addClass("colorpicker-disabled");this.trigger("colorpickerDisable");return true}},{key:"isEnabled",value:function isEnabled(){return!this.isDisabled()}},{key:"isDisabled",value:function isDisabled(){return this.disabled===true}},{key:"trigger",value:function trigger(eventName){var color=arguments.length>1&&arguments[1]!==undefined?arguments[1]:null;var value=arguments.length>2&&arguments[2]!==undefined?arguments[2]:null;this.element.trigger({type:eventName,colorpicker:this,color:color?color:this.color,value:value?value:this.getValue()})}}]);return Colorpicker}();Colorpicker.extensions=_extensions2.default;exports.default=Colorpicker;module.exports=exports.default},function(module,exports,__webpack_require__){"use strict";Object.defineProperty(exports,"__esModule",{value:true});exports.Palette=exports.Swatches=exports.Preview=exports.Debugger=undefined;var _Debugger=__webpack_require__(10);var _Debugger2=_interopRequireDefault(_Debugger);var _Preview=__webpack_require__(11);var _Preview2=_interopRequireDefault(_Preview);var _Swatches=__webpack_require__(12);var _Swatches2=_interopRequireDefault(_Swatches);var _Palette=__webpack_require__(4);var _Palette2=_interopRequireDefault(_Palette);function _interopRequireDefault(obj){return obj&&obj.__esModule?obj:{default:obj}}exports.Debugger=_Debugger2.default;exports.Preview=_Preview2.default;exports.Swatches=_Swatches2.default;exports.Palette=_Palette2.default;exports.default={debugger:_Debugger2.default,preview:_Preview2.default,swatches:_Swatches2.default,palette:_Palette2.default}},function(module,exports,__webpack_require__){"use strict";Object.defineProperty(exports,"__esModule",{value:true});var _createClass=function(){function defineProperties(target,props){for(var i=0;i1&&arguments[1]!==undefined?arguments[1]:{};_classCallCheck(this,Debugger);var _this=_possibleConstructorReturn(this,(Debugger.__proto__||Object.getPrototypeOf(Debugger)).call(this,colorpicker,options));_this.eventCounter=0;if(_this.colorpicker.inputHandler.hasInput()){_this.colorpicker.inputHandler.input.on("change.colorpicker-ext",_jquery2.default.proxy(_this.onChangeInput,_this))}return _this}_createClass(Debugger,[{key:"log",value:function log(eventName){var _console;for(var _len=arguments.length,args=Array(_len>1?_len-1:0),_key=1;_key<_len;_key++){args[_key-1]=arguments[_key]}this.eventCounter+=1;var logMessage="#"+this.eventCounter+": Colorpicker#"+this.colorpicker.id+" ["+eventName+"]";(_console=console).debug.apply(_console,[logMessage].concat(args));this.colorpicker.element.trigger({type:"colorpickerDebug",colorpicker:this.colorpicker,color:this.color,value:null,debug:{debugger:this,eventName,logArgs:args,logMessage}})}},{key:"resolveColor",value:function resolveColor(color){var realColor=arguments.length>1&&arguments[1]!==undefined?arguments[1]:true;this.log("resolveColor()",color,realColor);return false}},{key:"onCreate",value:function onCreate(event){this.log("colorpickerCreate");return _get(Debugger.prototype.__proto__||Object.getPrototypeOf(Debugger.prototype),"onCreate",this).call(this,event)}},{key:"onDestroy",value:function onDestroy(event){this.log("colorpickerDestroy");this.eventCounter=0;if(this.colorpicker.inputHandler.hasInput()){this.colorpicker.inputHandler.input.off(".colorpicker-ext")}return _get(Debugger.prototype.__proto__||Object.getPrototypeOf(Debugger.prototype),"onDestroy",this).call(this,event)}},{key:"onUpdate",value:function onUpdate(event){this.log("colorpickerUpdate")}},{key:"onChangeInput",value:function onChangeInput(event){this.log("input:change.colorpicker",event.value,event.color)}},{key:"onChange",value:function onChange(event){this.log("colorpickerChange",event.value,event.color)}},{key:"onInvalid",value:function onInvalid(event){this.log("colorpickerInvalid",event.value,event.color)}},{key:"onHide",value:function onHide(event){this.log("colorpickerHide");this.eventCounter=0}},{key:"onShow",value:function onShow(event){this.log("colorpickerShow")}},{key:"onDisable",value:function onDisable(event){this.log("colorpickerDisable")}},{key:"onEnable",value:function onEnable(event){this.log("colorpickerEnable")}}]);return Debugger}(_Extension3.default);exports.default=Debugger;module.exports=exports.default},function(module,exports,__webpack_require__){"use strict";Object.defineProperty(exports,"__esModule",{value:true});var _createClass=function(){function defineProperties(target,props){for(var i=0;i1&&arguments[1]!==undefined?arguments[1]:{};_classCallCheck(this,Preview);var _this=_possibleConstructorReturn(this,(Preview.__proto__||Object.getPrototypeOf(Preview)).call(this,colorpicker,_jquery2.default.extend(true,{},{template:'
    ',showText:true,format:colorpicker.format},options)));_this.element=(0,_jquery2.default)(_this.options.template);_this.elementInner=_this.element.find("div");return _this}_createClass(Preview,[{key:"onCreate",value:function onCreate(event){_get(Preview.prototype.__proto__||Object.getPrototypeOf(Preview.prototype),"onCreate",this).call(this,event);this.colorpicker.picker.append(this.element)}},{key:"onUpdate",value:function onUpdate(event){_get(Preview.prototype.__proto__||Object.getPrototypeOf(Preview.prototype),"onUpdate",this).call(this,event);if(!event.color){this.elementInner.css("backgroundColor",null).css("color",null).html("");return}this.elementInner.css("backgroundColor",event.color.toRgbString());if(this.options.showText){this.elementInner.html(event.color.string(this.options.format||this.colorpicker.format));if(event.color.isDark()&&event.color.alpha>.5){this.elementInner.css("color","white")}else{this.elementInner.css("color","black")}}}}]);return Preview}(_Extension3.default);exports.default=Preview;module.exports=exports.default},function(module,exports,__webpack_require__){"use strict";Object.defineProperty(exports,"__esModule",{value:true});var _createClass=function(){function defineProperties(target,props){for(var i=0;i\n
    \n
    ',swatchTemplate:''};var Swatches=function(_Palette){_inherits(Swatches,_Palette);function Swatches(colorpicker){var options=arguments.length>1&&arguments[1]!==undefined?arguments[1]:{};_classCallCheck(this,Swatches);var _this=_possibleConstructorReturn(this,(Swatches.__proto__||Object.getPrototypeOf(Swatches)).call(this,colorpicker,_jquery2.default.extend(true,{},defaults,options)));_this.element=null;return _this}_createClass(Swatches,[{key:"isEnabled",value:function isEnabled(){return this.getLength()>0}},{key:"onCreate",value:function onCreate(event){_get(Swatches.prototype.__proto__||Object.getPrototypeOf(Swatches.prototype),"onCreate",this).call(this,event);if(!this.isEnabled()){return}this.element=(0,_jquery2.default)(this.options.barTemplate);this.load();this.colorpicker.picker.append(this.element)}},{key:"load",value:function load(){var _this2=this;var colorpicker=this.colorpicker,swatchContainer=this.element.find(".colorpicker-swatches--inner"),isAliased=this.options.namesAsValues===true&&!Array.isArray(this.colors);swatchContainer.empty();_jquery2.default.each(this.colors,function(name,value){var $swatch=(0,_jquery2.default)(_this2.options.swatchTemplate).attr("data-name",name).attr("data-value",value).attr("title",isAliased?name+": "+value:value).on("mousedown.colorpicker touchstart.colorpicker",function(e){var $sw=(0,_jquery2.default)(this);colorpicker.setValue(isAliased?$sw.attr("data-name"):$sw.attr("data-value"))});$swatch.find(".colorpicker-swatch--inner").css("background-color",value);swatchContainer.append($swatch)});swatchContainer.append((0,_jquery2.default)(''))}}]);return Swatches}(_Palette3.default);exports.default=Swatches;module.exports=exports.default},function(module,exports,__webpack_require__){"use strict";Object.defineProperty(exports,"__esModule",{value:true});var _createClass=function(){function defineProperties(target,props){for(var i=0;i0}},{key:"onClickingInside",value:function onClickingInside(e){this.clicking=this.isClickingInside(e)}},{key:"createPopover",value:function createPopover(){var cp=this.colorpicker;this.popoverTarget=this.hasAddon?this.addon:this.input;cp.picker.addClass("colorpicker-bs-popover-content");this.popoverTarget.popover(_jquery2.default.extend(true,{},_options2.default.popover,cp.options.popover,{trigger:"manual",content:cp.picker,html:true}));var useGetInstance=window.bootstrap&&window.bootstrap.Popover&&window.bootstrap.Popover.getInstance;this.popoverTip=useGetInstance?(0,_jquery2.default)(bootstrap.Popover.getInstance(this.popoverTarget[0]).getTipElement()):(0,_jquery2.default)(this.popoverTarget.popover("getTipElement").data("bs.popover").tip);this.popoverTip.addClass("colorpicker-bs-popover");this.popoverTarget.on("shown.bs.popover",_jquery2.default.proxy(this.fireShow,this));this.popoverTarget.on("hidden.bs.popover",_jquery2.default.proxy(this.fireHide,this))}},{key:"reposition",value:function reposition(e){if(this.popoverTarget&&this.isVisible()){this.popoverTarget.popover("update")}}},{key:"toggle",value:function toggle(e){if(this.isVisible()){this.hide(e)}else{this.show(e)}}},{key:"show",value:function show(e){if(this.isVisible()||this.showing||this.hidding){return}this.showing=true;this.hidding=false;this.clicking=false;var cp=this.colorpicker;cp.lastEvent.alias="show";cp.lastEvent.e=e;if(e&&(!this.hasInput||this.input.attr("type")==="color")&&e&&e.preventDefault){e.stopPropagation();e.preventDefault()}if(this.isPopover){(0,_jquery2.default)(this.root).on("resize.colorpicker",_jquery2.default.proxy(this.reposition,this))}cp.picker.addClass("colorpicker-visible").removeClass("colorpicker-hidden");if(this.popoverTarget){this.popoverTarget.popover("show")}else{this.fireShow()}}},{key:"fireShow",value:function fireShow(){this.hidding=false;this.showing=false;if(this.isPopover){(0,_jquery2.default)(this.root.document).on("mousedown.colorpicker touchstart.colorpicker",_jquery2.default.proxy(this.hide,this));(0,_jquery2.default)(this.root.document).on("mousedown.colorpicker touchstart.colorpicker",_jquery2.default.proxy(this.onClickingInside,this))}this.colorpicker.trigger("colorpickerShow")}},{key:"hide",value:function hide(e){if(this.isHidden()||this.showing||this.hidding){return}var cp=this.colorpicker,clicking=this.clicking||this.isClickingInside(e);this.hidding=true;this.showing=false;this.clicking=false;cp.lastEvent.alias="hide";cp.lastEvent.e=e;if(clicking){this.hidding=false;return}if(this.popoverTarget){this.popoverTarget.popover("hide")}else{this.fireHide()}}},{key:"fireHide",value:function fireHide(){this.hidding=false;this.showing=false;var cp=this.colorpicker;cp.picker.addClass("colorpicker-hidden").removeClass("colorpicker-visible");(0,_jquery2.default)(this.root).off("resize.colorpicker",_jquery2.default.proxy(this.reposition,this));(0,_jquery2.default)(this.root.document).off("mousedown.colorpicker touchstart.colorpicker",_jquery2.default.proxy(this.hide,this));(0,_jquery2.default)(this.root.document).off("mousedown.colorpicker touchstart.colorpicker",_jquery2.default.proxy(this.onClickingInside,this));cp.trigger("colorpickerHide")}},{key:"focus",value:function focus(){if(this.hasAddon){return this.addon.focus()}if(this.hasInput){return this.input.focus()}return false}},{key:"isVisible",value:function isVisible(){return this.colorpicker.picker.hasClass("colorpicker-visible")&&!this.colorpicker.picker.hasClass("colorpicker-hidden")}},{key:"isHidden",value:function isHidden(){return this.colorpicker.picker.hasClass("colorpicker-hidden")&&!this.colorpicker.picker.hasClass("colorpicker-visible")}},{key:"input",get:function get(){return this.colorpicker.inputHandler.input}},{key:"hasInput",get:function get(){return this.colorpicker.inputHandler.hasInput()}},{key:"addon",get:function get(){return this.colorpicker.addonHandler.addon}},{key:"hasAddon",get:function get(){return this.colorpicker.addonHandler.hasAddon()}},{key:"isPopover",get:function get(){return!this.colorpicker.options.inline&&!!this.popoverTip}}]);return PopupHandler}();exports.default=PopupHandler;module.exports=exports.default},function(module,exports,__webpack_require__){"use strict";Object.defineProperty(exports,"__esModule",{value:true});var _createClass=function(){function defineProperties(target,props){for(var i=0;i0&&arguments[0]!==undefined?arguments[0]:null;val=val?val:this.colorpicker.colorHandler.getColorString();if(!val){return""}val=this.colorpicker.colorHandler.resolveColorDelegate(val,false);if(this.colorpicker.options.useHashPrefix===false){val=val.replace(/^#/g,"")}return val}},{key:"hasInput",value:function hasInput(){return this.input!==false}},{key:"isEnabled",value:function isEnabled(){return this.hasInput()&&!this.isDisabled()}},{key:"isDisabled",value:function isDisabled(){return this.hasInput()&&this.input.prop("disabled")===true}},{key:"disable",value:function disable(){if(this.hasInput()){this.input.prop("disabled",true)}}},{key:"enable",value:function enable(){if(this.hasInput()){this.input.prop("disabled",false)}}},{key:"update",value:function update(){if(!this.hasInput()){return}if(this.colorpicker.options.autoInputFallback===false&&this.colorpicker.colorHandler.isInvalidColor()){return}this.setValue(this.getFormattedColor())}},{key:"onchange",value:function onchange(e){this.colorpicker.lastEvent.alias="input.change";this.colorpicker.lastEvent.e=e;var val=this.getValue();if(val!==e.value){this.colorpicker.setValue(val)}}},{key:"onkeyup",value:function onkeyup(e){this.colorpicker.lastEvent.alias="input.keyup";this.colorpicker.lastEvent.e=e;var val=this.getValue();if(val!==e.value){this.colorpicker.setValue(val)}}}]);return InputHandler}();exports.default=InputHandler;module.exports=exports.default},function(module,exports,__webpack_require__){"use strict";var colorString=__webpack_require__(17);var convert=__webpack_require__(20);var _slice=[].slice;var skippedModels=["keyword","gray","hex"];var hashedModelKeys={};Object.keys(convert).forEach(function(model){hashedModelKeys[_slice.call(convert[model].labels).sort().join("")]=model});var limiters={};function Color(obj,model){if(!(this instanceof Color)){return new Color(obj,model)}if(model&&model in skippedModels){model=null}if(model&&!(model in convert)){throw new Error("Unknown model: "+model)}var i;var channels;if(obj==null){this.model="rgb";this.color=[0,0,0];this.valpha=1}else if(obj instanceof Color){this.model=obj.model;this.color=obj.color.slice();this.valpha=obj.valpha}else if(typeof obj==="string"){var result=colorString.get(obj);if(result===null){throw new Error("Unable to parse color from string: "+obj)}this.model=result.model;channels=convert[this.model].channels;this.color=result.value.slice(0,channels);this.valpha=typeof result.value[channels]==="number"?result.value[channels]:1}else if(obj.length){this.model=model||"rgb";channels=convert[this.model].channels;var newArr=_slice.call(obj,0,channels);this.color=zeroArray(newArr,channels);this.valpha=typeof obj[channels]==="number"?obj[channels]:1}else if(typeof obj==="number"){obj&=16777215;this.model="rgb";this.color=[obj>>16&255,obj>>8&255,obj&255];this.valpha=1}else{this.valpha=1;var keys=Object.keys(obj);if("alpha"in obj){keys.splice(keys.indexOf("alpha"),1);this.valpha=typeof obj.alpha==="number"?obj.alpha:0}var hashedKeys=keys.sort().join("");if(!(hashedKeys in hashedModelKeys)){throw new Error("Unable to parse color from object: "+JSON.stringify(obj))}this.model=hashedModelKeys[hashedKeys];var labels=convert[this.model].labels;var color=[];for(i=0;ilum2){return(lum1+.05)/(lum2+.05)}return(lum2+.05)/(lum1+.05)},level:function(color2){var contrastRatio=this.contrast(color2);if(contrastRatio>=7.1){return"AAA"}return contrastRatio>=4.5?"AA":""},isDark:function(){var rgb=this.rgb().color;var yiq=(rgb[0]*299+rgb[1]*587+rgb[2]*114)/1e3;return yiq<128},isLight:function(){return!this.isDark()},negate:function(){var rgb=this.rgb();for(var i=0;i<3;i++){rgb.color[i]=255-rgb.color[i]}return rgb},lighten:function(ratio){var hsl=this.hsl();hsl.color[2]+=hsl.color[2]*ratio;return hsl},darken:function(ratio){var hsl=this.hsl();hsl.color[2]-=hsl.color[2]*ratio;return hsl},saturate:function(ratio){var hsl=this.hsl();hsl.color[1]+=hsl.color[1]*ratio;return hsl},desaturate:function(ratio){var hsl=this.hsl();hsl.color[1]-=hsl.color[1]*ratio;return hsl},whiten:function(ratio){var hwb=this.hwb();hwb.color[1]+=hwb.color[1]*ratio;return hwb},blacken:function(ratio){var hwb=this.hwb();hwb.color[2]+=hwb.color[2]*ratio;return hwb},grayscale:function(){var rgb=this.rgb().color;var val=rgb[0]*.3+rgb[1]*.59+rgb[2]*.11;return Color.rgb(val,val,val)},fade:function(ratio){return this.alpha(this.valpha-this.valpha*ratio)},opaquer:function(ratio){return this.alpha(this.valpha+this.valpha*ratio)},rotate:function(degrees){var hsl=this.hsl();var hue=hsl.color[0];hue=(hue+degrees)%360;hue=hue<0?360+hue:hue;hsl.color[0]=hue;return hsl},mix:function(mixinColor,weight){if(!mixinColor||!mixinColor.rgb){throw new Error('Argument to "mix" was not a Color instance, but rather an instance of '+typeof mixinColor)}var color1=mixinColor.rgb();var color2=this.rgb();var p=weight===undefined?.5:weight;var w=2*p-1;var a=color1.alpha()-color2.alpha();var w1=((w*a===-1?w:(w+a)/(1+w*a))+1)/2;var w2=1-w1;return Color.rgb(w1*color1.red()+w2*color2.red(),w1*color1.green()+w2*color2.green(),w1*color1.blue()+w2*color2.blue(),color1.alpha()*p+color2.alpha()*(1-p))}};Object.keys(convert).forEach(function(model){if(skippedModels.indexOf(model)!==-1){return}var channels=convert[model].channels;Color.prototype[model]=function(){if(this.model===model){return new Color(this)}if(arguments.length){return new Color(arguments,model)}var newAlpha=typeof arguments[channels]==="number"?channels:this.valpha;return new Color(assertArray(convert[this.model][model].raw(this.color)).concat(newAlpha),model)};Color[model]=function(color){if(typeof color==="number"){color=zeroArray(_slice.call(arguments),channels)}return new Color(color,model)}});function roundTo(num,places){return Number(num.toFixed(places))}function roundToPlace(places){return function(num){return roundTo(num,places)}}function getset(model,channel,modifier){model=Array.isArray(model)?model:[model];model.forEach(function(m){(limiters[m]||(limiters[m]=[]))[channel]=modifier});model=model[0];return function(val){var result;if(arguments.length){if(modifier){val=modifier(val)}result=this[model]();result.color[channel]=val;return result}result=this[model]().color[channel];if(modifier){result=modifier(result)}return result}}function maxfn(max){return function(v){return Math.max(0,Math.min(max,v))}}function assertArray(val){return Array.isArray(val)?val:[val]}function zeroArray(arr,length){for(var i=0;i=4&&hwba[3]!==1){a=", "+hwba[3]}return"hwb("+hwba[0]+", "+hwba[1]+"%, "+hwba[2]+"%"+a+")"};cs.to.keyword=function(rgb){return reverseNames[rgb.slice(0,3)]};function clamp(num,min,max){return Math.min(Math.max(min,num),max)}function hexDouble(num){var str=num.toString(16).toUpperCase();return str.length<2?"0"+str:str}},function(module,exports,__webpack_require__){"use strict";var isArrayish=__webpack_require__(19);var concat=Array.prototype.concat;var slice=Array.prototype.slice;var swizzle=module.exports=function swizzle(args){var results=[];for(var i=0,len=args.length;i=0&&obj.splice instanceof Function}},function(module,exports,__webpack_require__){var conversions=__webpack_require__(6);var route=__webpack_require__(21);var convert={};var models=Object.keys(conversions);function wrapRaw(fn){var wrappedFn=function(args){if(args===undefined||args===null){return args}if(arguments.length>1){args=Array.prototype.slice.call(arguments)}return fn(args)};if("conversion"in fn){wrappedFn.conversion=fn.conversion}return wrappedFn}function wrapRounded(fn){var wrappedFn=function(args){if(args===undefined||args===null){return args}if(arguments.length>1){args=Array.prototype.slice.call(arguments)}var result=fn(args);if(typeof result==="object"){for(var len=result.length,i=0;i1&&arguments[1]!==undefined?arguments[1]:true;var autoHexInputFallback=arguments.length>2&&arguments[2]!==undefined?arguments[2]:false;var disableHexInputFallback=!fallbackOnInvalid&&!autoHexInputFallback;var color=new _ColorItem2.default(this.resolveColorDelegate(val),this.format,disableHexInputFallback);if(!color.isValid()){if(fallbackOnInvalid){color=this.getFallbackColor()}this.colorpicker.trigger("colorpickerInvalid",color,val)}if(!this.isAlphaEnabled()){color.alpha=1}return color}},{key:"getFallbackColor",value:function getFallbackColor(){if(this.fallback&&this.fallback===this.color){return this.color}var fallback=this.resolveColorDelegate(this.fallback);var color=new _ColorItem2.default(fallback,this.format);if(!color.isValid()){console.warn("The fallback color is invalid. Falling back to the previous color or black if any.");return this.color?this.color:new _ColorItem2.default("#000000",this.format)}return color}},{key:"assureColor",value:function assureColor(){if(!this.hasColor()){this.color=this.getFallbackColor()}return this.color}},{key:"resolveColorDelegate",value:function resolveColorDelegate(color){var realColor=arguments.length>1&&arguments[1]!==undefined?arguments[1]:true;var extResolvedColor=false;_jquery2.default.each(this.colorpicker.extensions,function(name,ext){if(extResolvedColor!==false){return}extResolvedColor=ext.resolveColor(color,realColor)});return extResolvedColor?extResolvedColor:color}},{key:"isInvalidColor",value:function isInvalidColor(){return!this.hasColor()||!this.color.isValid()}},{key:"isAlphaEnabled",value:function isAlphaEnabled(){return this.colorpicker.options.useAlpha!==false}},{key:"hasColor",value:function hasColor(){return this.color instanceof _ColorItem2.default}},{key:"fallback",get:function get(){return this.colorpicker.options.fallbackColor?this.colorpicker.options.fallbackColor:this.hasColor()?this.color:null}},{key:"format",get:function get(){if(this.colorpicker.options.format){return this.colorpicker.options.format}if(this.hasColor()&&this.color.hasTransparency()&&this.color.format.match(/^hex/)){return this.isAlphaEnabled()?"rgba":"hex"}if(this.hasColor()){return this.color.format}return"rgb"}},{key:"color",get:function get(){return this.colorpicker.element.data("color")},set:function set(value){this.colorpicker.element.data("color",value);if(value instanceof _ColorItem2.default&&this.colorpicker.options.format==="auto"){this.colorpicker.options.format=this.color.format}}}]);return ColorHandler}();exports.default=ColorHandler;module.exports=exports.default},function(module,exports,__webpack_require__){"use strict";Object.defineProperty(exports,"__esModule",{value:true});var _createClass=function(){function defineProperties(target,props){for(var i=0;i0){icn.css(styles)}else{this.addon.css(styles)}}}]);return AddonHandler}();exports.default=AddonHandler;module.exports=exports.default}])}); \ No newline at end of file diff --git a/static/lyear/js/bootstrap-datepicker/bootstrap-datepicker.min.js b/static/lyear/js/bootstrap-datepicker/bootstrap-datepicker.min.js new file mode 100644 index 0000000..ec9a86c --- /dev/null +++ b/static/lyear/js/bootstrap-datepicker/bootstrap-datepicker.min.js @@ -0,0 +1,8 @@ +/*! + * Datepicker for Bootstrap v1.9.0 (https://github.com/uxsolutions/bootstrap-datepicker) + * + * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0) + */ + +!function(a){"function"==typeof define&&define.amd?define(["jquery"],a):a("object"==typeof exports?require("jquery"):jQuery)}(function(a,b){function c(){return new Date(Date.UTC.apply(Date,arguments))}function d(){var a=new Date;return c(a.getFullYear(),a.getMonth(),a.getDate())}function e(a,b){return a.getUTCFullYear()===b.getUTCFullYear()&&a.getUTCMonth()===b.getUTCMonth()&&a.getUTCDate()===b.getUTCDate()}function f(c,d){return function(){return d!==b&&a.fn.datepicker.deprecated(d),this[c].apply(this,arguments)}}function g(a){return a&&!isNaN(a.getTime())}function h(b,c){function d(a,b){return b.toLowerCase()}var e,f=a(b).data(),g={},h=new RegExp("^"+c.toLowerCase()+"([A-Z])");c=new RegExp("^"+c.toLowerCase());for(var i in f)c.test(i)&&(e=i.replace(h,d),g[e]=f[i]);return g}function i(b){var c={};if(q[b]||(b=b.split("-")[0],q[b])){var d=q[b];return a.each(p,function(a,b){b in d&&(c[b]=d[b])}),c}}var j=function(){var b={get:function(a){return this.slice(a)[0]},contains:function(a){for(var b=a&&a.valueOf(),c=0,d=this.length;c]/g)||[]).length<=0)return!0;return a(c).length>0}catch(a){return!1}},_process_options:function(b){this._o=a.extend({},this._o,b);var e=this.o=a.extend({},this._o),f=e.language;q[f]||(f=f.split("-")[0],q[f]||(f=o.language)),e.language=f,e.startView=this._resolveViewName(e.startView),e.minViewMode=this._resolveViewName(e.minViewMode),e.maxViewMode=this._resolveViewName(e.maxViewMode),e.startView=Math.max(this.o.minViewMode,Math.min(this.o.maxViewMode,e.startView)),!0!==e.multidate&&(e.multidate=Number(e.multidate)||!1,!1!==e.multidate&&(e.multidate=Math.max(0,e.multidate))),e.multidateSeparator=String(e.multidateSeparator),e.weekStart%=7,e.weekEnd=(e.weekStart+6)%7;var g=r.parseFormat(e.format);e.startDate!==-1/0&&(e.startDate?e.startDate instanceof Date?e.startDate=this._local_to_utc(this._zero_time(e.startDate)):e.startDate=r.parseDate(e.startDate,g,e.language,e.assumeNearbyYear):e.startDate=-1/0),e.endDate!==1/0&&(e.endDate?e.endDate instanceof Date?e.endDate=this._local_to_utc(this._zero_time(e.endDate)):e.endDate=r.parseDate(e.endDate,g,e.language,e.assumeNearbyYear):e.endDate=1/0),e.daysOfWeekDisabled=this._resolveDaysOfWeek(e.daysOfWeekDisabled||[]),e.daysOfWeekHighlighted=this._resolveDaysOfWeek(e.daysOfWeekHighlighted||[]),e.datesDisabled=e.datesDisabled||[],a.isArray(e.datesDisabled)||(e.datesDisabled=e.datesDisabled.split(",")),e.datesDisabled=a.map(e.datesDisabled,function(a){return r.parseDate(a,g,e.language,e.assumeNearbyYear)});var h=String(e.orientation).toLowerCase().split(/\s+/g),i=e.orientation.toLowerCase();if(h=a.grep(h,function(a){return/^auto|left|right|top|bottom$/.test(a)}),e.orientation={x:"auto",y:"auto"},i&&"auto"!==i)if(1===h.length)switch(h[0]){case"top":case"bottom":e.orientation.y=h[0];break;case"left":case"right":e.orientation.x=h[0]}else i=a.grep(h,function(a){return/^left|right$/.test(a)}),e.orientation.x=i[0]||"auto",i=a.grep(h,function(a){return/^top|bottom$/.test(a)}),e.orientation.y=i[0]||"auto";else;if(e.defaultViewDate instanceof Date||"string"==typeof e.defaultViewDate)e.defaultViewDate=r.parseDate(e.defaultViewDate,g,e.language,e.assumeNearbyYear);else if(e.defaultViewDate){var j=e.defaultViewDate.year||(new Date).getFullYear(),k=e.defaultViewDate.month||0,l=e.defaultViewDate.day||1;e.defaultViewDate=c(j,k,l)}else e.defaultViewDate=d()},_applyEvents:function(a){for(var c,d,e,f=0;fe?(this.picker.addClass("datepicker-orient-right"),m+=l-b):this.o.rtl?this.picker.addClass("datepicker-orient-right"):this.picker.addClass("datepicker-orient-left");var o,p=this.o.orientation.y;if("auto"===p&&(o=-f+n-c,p=o<0?"bottom":"top"),this.picker.addClass("datepicker-orient-"+p),"top"===p?n-=c+parseInt(this.picker.css("padding-top")):n+=k,this.o.rtl){var q=e-(m+l);this.picker.css({top:n,right:q,zIndex:i})}else this.picker.css({top:n,left:m,zIndex:i});return this},_allow_update:!0,update:function(){if(!this._allow_update)return this;var b=this.dates.copy(),c=[],d=!1;return arguments.length?(a.each(arguments,a.proxy(function(a,b){b instanceof Date&&(b=this._local_to_utc(b)),c.push(b)},this)),d=!0):(c=this.isInput?this.element.val():this.element.data("date")||this.inputField.val(),c=c&&this.o.multidate?c.split(this.o.multidateSeparator):[c],delete this.element.data().date),c=a.map(c,a.proxy(function(a){return r.parseDate(a,this.o.format,this.o.language,this.o.assumeNearbyYear)},this)),c=a.grep(c,a.proxy(function(a){return!this.dateWithinRange(a)||!a},this),!0),this.dates.replace(c),this.o.updateViewDate&&(this.dates.length?this.viewDate=new Date(this.dates.get(-1)):this.viewDatethis.o.endDate?this.viewDate=new Date(this.o.endDate):this.viewDate=this.o.defaultViewDate),d?(this.setValue(),this.element.change()):this.dates.length&&String(b)!==String(this.dates)&&d&&(this._trigger("changeDate"),this.element.change()),!this.dates.length&&b.length&&(this._trigger("clearDate"),this.element.change()),this.fill(),this},fillDow:function(){if(this.o.showWeekDays){var b=this.o.weekStart,c="
     
    '+D+"'+E+"
    '+o.templates.leftArrow+''+o.templates.rightArrow+"
    '+r.headTemplate+""+r.footTemplate+'
    '+r.headTemplate+r.contTemplate+r.footTemplate+'
    '+r.headTemplate+r.contTemplate+r.footTemplate+'
    '+r.headTemplate+r.contTemplate+r.footTemplate+'
    '+r.headTemplate+r.contTemplate+r.footTemplate+"
    ",a.fn.datepicker.DPGlobal=r,a.fn.datepicker.noConflict=function(){return a.fn.datepicker=m,this},a.fn.datepicker.version="1.9.0",a.fn.datepicker.deprecated=function(a){var b=window.console;b&&b.warn&&b.warn("DEPRECATED: "+a)},a(document).on("focus.datepicker.data-api click.datepicker.data-api",'[data-provide="datepicker"]',function(b){var c=a(this);c.data("datepicker")||(b.preventDefault(),n.call(c,"show"))}),a(function(){n.call(a('[data-provide="datepicker-inline"]'))})}); \ No newline at end of file diff --git a/static/lyear/js/bootstrap-datepicker/bootstrap-datepicker3.min.css b/static/lyear/js/bootstrap-datepicker/bootstrap-datepicker3.min.css new file mode 100644 index 0000000..ee6b23e --- /dev/null +++ b/static/lyear/js/bootstrap-datepicker/bootstrap-datepicker3.min.css @@ -0,0 +1,7 @@ +/*! + * Datepicker for Bootstrap v1.9.0 (https://github.com/uxsolutions/bootstrap-datepicker) + * + * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0) + */ + +.datepicker{border-radius:4px;direction:ltr}.datepicker-inline{width:220px}.datepicker-rtl{direction:rtl}.datepicker-rtl.dropdown-menu{left:auto}.datepicker-rtl table tr td span{float:right}.datepicker-dropdown{top:0;left:0;padding:4px}.datepicker-dropdown:before{content:'';display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid rgba(0,0,0,.15);border-top:0;border-bottom-color:rgba(0,0,0,.2);position:absolute}.datepicker-dropdown:after{content:'';display:inline-block;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;border-top:0;position:absolute}.datepicker-dropdown.datepicker-orient-left:before{left:6px}.datepicker-dropdown.datepicker-orient-left:after{left:7px}.datepicker-dropdown.datepicker-orient-right:before{right:6px}.datepicker-dropdown.datepicker-orient-right:after{right:7px}.datepicker-dropdown.datepicker-orient-bottom:before{top:-7px}.datepicker-dropdown.datepicker-orient-bottom:after{top:-6px}.datepicker-dropdown.datepicker-orient-top:before{bottom:-7px;border-bottom:0;border-top:7px solid rgba(0,0,0,.15)}.datepicker-dropdown.datepicker-orient-top:after{bottom:-6px;border-bottom:0;border-top:6px solid #fff}.datepicker table{margin:0;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.datepicker table tr td,.datepicker table tr th{text-align:center;width:30px;height:30px;border-radius:2px;border:none;padding: 0!important}.table-striped .datepicker table tr td,.table-striped .datepicker table tr th{background-color:transparent}.datepicker table tr td.new,.datepicker table tr td.old{color:#777}.datepicker table tr td.day:hover,.datepicker table tr td.focused{background:#eee;cursor:pointer}.datepicker table tr td.disabled,.datepicker table tr td.disabled:hover{background:0 0;color:#777;cursor:default}.datepicker table tr td.highlighted{color:#000;background-color:#d9edf7;border-color:#85c5e5;border-radius:0}.datepicker table tr td.highlighted.focus,.datepicker table tr td.highlighted:focus{color:#000;background-color:#afd9ee;border-color:#298fc2}.datepicker table tr td.highlighted:hover{color:#000;background-color:#afd9ee;border-color:#52addb}.datepicker table tr td.highlighted.active,.datepicker table tr td.highlighted:active{color:#000;background-color:#afd9ee;border-color:#52addb}.datepicker table tr td.highlighted.active.focus,.datepicker table tr td.highlighted.active:focus,.datepicker table tr td.highlighted.active:hover,.datepicker table tr td.highlighted:active.focus,.datepicker table tr td.highlighted:active:focus,.datepicker table tr td.highlighted:active:hover{color:#000;background-color:#91cbe8;border-color:#298fc2}.datepicker table tr td.highlighted.disabled.focus,.datepicker table tr td.highlighted.disabled:focus,.datepicker table tr td.highlighted.disabled:hover,.datepicker table tr td.highlighted[disabled].focus,.datepicker table tr td.highlighted[disabled]:focus,.datepicker table tr td.highlighted[disabled]:hover,fieldset[disabled] .datepicker table tr td.highlighted.focus,fieldset[disabled] .datepicker table tr td.highlighted:focus,fieldset[disabled] .datepicker table tr td.highlighted:hover{background-color:#d9edf7;border-color:#85c5e5}.datepicker table tr td.highlighted.focused{background:#afd9ee}.datepicker table tr td.highlighted.disabled,.datepicker table tr td.highlighted.disabled:active{background:#d9edf7;color:#777}.datepicker table tr td.today{color:#000;background-color:#ffdb99;border-color:#ffb733}.datepicker table tr td.today.focus,.datepicker table tr td.today:focus{color:#000;background-color:#ffc966;border-color:#b37400}.datepicker table tr td.today:hover{color:#000;background-color:#ffc966;border-color:#f59e00}.datepicker table tr td.today.active,.datepicker table tr td.today:active{color:#000;background-color:#ffc966;border-color:#f59e00}.datepicker table tr td.today.active.focus,.datepicker table tr td.today.active:focus,.datepicker table tr td.today.active:hover,.datepicker table tr td.today:active.focus,.datepicker table tr td.today:active:focus,.datepicker table tr td.today:active:hover{color:#000;background-color:#ffbc42;border-color:#b37400}.datepicker table tr td.today.disabled.focus,.datepicker table tr td.today.disabled:focus,.datepicker table tr td.today.disabled:hover,.datepicker table tr td.today[disabled].focus,.datepicker table tr td.today[disabled]:focus,.datepicker table tr td.today[disabled]:hover,fieldset[disabled] .datepicker table tr td.today.focus,fieldset[disabled] .datepicker table tr td.today:focus,fieldset[disabled] .datepicker table tr td.today:hover{background-color:#ffdb99;border-color:#ffb733}.datepicker table tr td.today.focused{background:#ffc966}.datepicker table tr td.today.disabled,.datepicker table tr td.today.disabled:active{background:#ffdb99;color:#777}.datepicker table tr td.range{color:#000;background-color:#eee;border-color:#bbb;border-radius:0}.datepicker table tr td.range.focus,.datepicker table tr td.range:focus{color:#000;background-color:#d5d5d5;border-color:#7c7c7c}.datepicker table tr td.range:hover{color:#000;background-color:#d5d5d5;border-color:#9d9d9d}.datepicker table tr td.range.active,.datepicker table tr td.range:active{color:#000;background-color:#d5d5d5;border-color:#9d9d9d}.datepicker table tr td.range.active.focus,.datepicker table tr td.range.active:focus,.datepicker table tr td.range.active:hover,.datepicker table tr td.range:active.focus,.datepicker table tr td.range:active:focus,.datepicker table tr td.range:active:hover{color:#000;background-color:#c3c3c3;border-color:#7c7c7c}.datepicker table tr td.range.disabled.focus,.datepicker table tr td.range.disabled:focus,.datepicker table tr td.range.disabled:hover,.datepicker table tr td.range[disabled].focus,.datepicker table tr td.range[disabled]:focus,.datepicker table tr td.range[disabled]:hover,fieldset[disabled] .datepicker table tr td.range.focus,fieldset[disabled] .datepicker table tr td.range:focus,fieldset[disabled] .datepicker table tr td.range:hover{background-color:#eee;border-color:#bbb}.datepicker table tr td.range.focused{background:#d5d5d5}.datepicker table tr td.range.disabled,.datepicker table tr td.range.disabled:active{background:#eee;color:#777}.datepicker table tr td.range.highlighted{color:#000;background-color:#e4eef3;border-color:#9dc1d3}.datepicker table tr td.range.highlighted.focus,.datepicker table tr td.range.highlighted:focus{color:#000;background-color:#c1d7e3;border-color:#4b88a6}.datepicker table tr td.range.highlighted:hover{color:#000;background-color:#c1d7e3;border-color:#73a6c0}.datepicker table tr td.range.highlighted.active,.datepicker table tr td.range.highlighted:active{color:#000;background-color:#c1d7e3;border-color:#73a6c0}.datepicker table tr td.range.highlighted.active.focus,.datepicker table tr td.range.highlighted.active:focus,.datepicker table tr td.range.highlighted.active:hover,.datepicker table tr td.range.highlighted:active.focus,.datepicker table tr td.range.highlighted:active:focus,.datepicker table tr td.range.highlighted:active:hover{color:#000;background-color:#a8c8d8;border-color:#4b88a6}.datepicker table tr td.range.highlighted.disabled.focus,.datepicker table tr td.range.highlighted.disabled:focus,.datepicker table tr td.range.highlighted.disabled:hover,.datepicker table tr td.range.highlighted[disabled].focus,.datepicker table tr td.range.highlighted[disabled]:focus,.datepicker table tr td.range.highlighted[disabled]:hover,fieldset[disabled] .datepicker table tr td.range.highlighted.focus,fieldset[disabled] .datepicker table tr td.range.highlighted:focus,fieldset[disabled] .datepicker table tr td.range.highlighted:hover{background-color:#e4eef3;border-color:#9dc1d3}.datepicker table tr td.range.highlighted.focused{background:#c1d7e3}.datepicker table tr td.range.highlighted.disabled,.datepicker table tr td.range.highlighted.disabled:active{background:#e4eef3;color:#777}.datepicker table tr td.range.today{color:#000;background-color:#f7ca77;border-color:#f1a417}.datepicker table tr td.range.today.focus,.datepicker table tr td.range.today:focus{color:#000;background-color:#f4b747;border-color:#815608}.datepicker table tr td.range.today:hover{color:#000;background-color:#f4b747;border-color:#bf800c}.datepicker table tr td.range.today.active,.datepicker table tr td.range.today:active{color:#000;background-color:#f4b747;border-color:#bf800c}.datepicker table tr td.range.today.active.focus,.datepicker table tr td.range.today.active:focus,.datepicker table tr td.range.today.active:hover,.datepicker table tr td.range.today:active.focus,.datepicker table tr td.range.today:active:focus,.datepicker table tr td.range.today:active:hover{color:#000;background-color:#f2aa25;border-color:#815608}.datepicker table tr td.range.today.disabled.focus,.datepicker table tr td.range.today.disabled:focus,.datepicker table tr td.range.today.disabled:hover,.datepicker table tr td.range.today[disabled].focus,.datepicker table tr td.range.today[disabled]:focus,.datepicker table tr td.range.today[disabled]:hover,fieldset[disabled] .datepicker table tr td.range.today.focus,fieldset[disabled] .datepicker table tr td.range.today:focus,fieldset[disabled] .datepicker table tr td.range.today:hover{background-color:#f7ca77;border-color:#f1a417}.datepicker table tr td.range.today.disabled,.datepicker table tr td.range.today.disabled:active{background:#f7ca77;color:#777}.datepicker table tr td.selected,.datepicker table tr td.selected.highlighted{color:#fff;background-color:#777;border-color:#555;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker table tr td.selected.focus,.datepicker table tr td.selected.highlighted.focus,.datepicker table tr td.selected.highlighted:focus,.datepicker table tr td.selected:focus{color:#fff;background-color:#5e5e5e;border-color:#161616}.datepicker table tr td.selected.highlighted:hover,.datepicker table tr td.selected:hover{color:#fff;background-color:#5e5e5e;border-color:#373737}.datepicker table tr td.selected.active,.datepicker table tr td.selected.highlighted.active,.datepicker table tr td.selected.highlighted:active,.datepicker table tr td.selected:active{color:#fff;background-color:#5e5e5e;border-color:#373737}.datepicker table tr td.selected.active.focus,.datepicker table tr td.selected.active:focus,.datepicker table tr td.selected.active:hover,.datepicker table tr td.selected.highlighted.active.focus,.datepicker table tr td.selected.highlighted.active:focus,.datepicker table tr td.selected.highlighted.active:hover,.datepicker table tr td.selected.highlighted:active.focus,.datepicker table tr td.selected.highlighted:active:focus,.datepicker table tr td.selected.highlighted:active:hover,.datepicker table tr td.selected:active.focus,.datepicker table tr td.selected:active:focus,.datepicker table tr td.selected:active:hover{color:#fff;background-color:#4c4c4c;border-color:#161616}.datepicker table tr td.selected.disabled.focus,.datepicker table tr td.selected.disabled:focus,.datepicker table tr td.selected.disabled:hover,.datepicker table tr td.selected.highlighted.disabled.focus,.datepicker table tr td.selected.highlighted.disabled:focus,.datepicker table tr td.selected.highlighted.disabled:hover,.datepicker table tr td.selected.highlighted[disabled].focus,.datepicker table tr td.selected.highlighted[disabled]:focus,.datepicker table tr td.selected.highlighted[disabled]:hover,.datepicker table tr td.selected[disabled].focus,.datepicker table tr td.selected[disabled]:focus,.datepicker table tr td.selected[disabled]:hover,fieldset[disabled] .datepicker table tr td.selected.focus,fieldset[disabled] .datepicker table tr td.selected.highlighted.focus,fieldset[disabled] .datepicker table tr td.selected.highlighted:focus,fieldset[disabled] .datepicker table tr td.selected.highlighted:hover,fieldset[disabled] .datepicker table tr td.selected:focus,fieldset[disabled] .datepicker table tr td.selected:hover{background-color:#777;border-color:#555}.datepicker table tr td.active,.datepicker table tr td.active.highlighted{color:#fff;background-color:#337ab7;border-color:#2e6da4;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker table tr td.active.focus,.datepicker table tr td.active.highlighted.focus,.datepicker table tr td.active.highlighted:focus,.datepicker table tr td.active:focus{color:#fff;background-color:#286090;border-color:#122b40}.datepicker table tr td.active.highlighted:hover,.datepicker table tr td.active:hover{color:#fff;background-color:#286090;border-color:#204d74}.datepicker table tr td.active.active,.datepicker table tr td.active.highlighted.active,.datepicker table tr td.active.highlighted:active,.datepicker table tr td.active:active{color:#fff;background-color:#007bff;border-color:#007bff}.datepicker table tr td.active.active.focus,.datepicker table tr td.active.active:focus,.datepicker table tr td.active.active:hover,.datepicker table tr td.active.highlighted.active.focus,.datepicker table tr td.active.highlighted.active:focus,.datepicker table tr td.active.highlighted.active:hover,.datepicker table tr td.active.highlighted:active.focus,.datepicker table tr td.active.highlighted:active:focus,.datepicker table tr td.active.highlighted:active:hover,.datepicker table tr td.active:active.focus,.datepicker table tr td.active:active:focus,.datepicker table tr td.active:active:hover{color:#fff;background-color:#0096FF;border-color:#0096FF}.datepicker table tr td.active.disabled.focus,.datepicker table tr td.active.disabled:focus,.datepicker table tr td.active.disabled:hover,.datepicker table tr td.active.highlighted.disabled.focus,.datepicker table tr td.active.highlighted.disabled:focus,.datepicker table tr td.active.highlighted.disabled:hover,.datepicker table tr td.active.highlighted[disabled].focus,.datepicker table tr td.active.highlighted[disabled]:focus,.datepicker table tr td.active.highlighted[disabled]:hover,.datepicker table tr td.active[disabled].focus,.datepicker table tr td.active[disabled]:focus,.datepicker table tr td.active[disabled]:hover,fieldset[disabled] .datepicker table tr td.active.focus,fieldset[disabled] .datepicker table tr td.active.highlighted.focus,fieldset[disabled] .datepicker table tr td.active.highlighted:focus,fieldset[disabled] .datepicker table tr td.active.highlighted:hover,fieldset[disabled] .datepicker table tr td.active:focus,fieldset[disabled] .datepicker table tr td.active:hover{background-color:#337ab7;border-color:#2e6da4}.datepicker table tr td span{display:block;width:23%;height:54px;line-height:54px;float:left;margin:1%;cursor:pointer;border-radius:4px}.datepicker table tr td span.focused,.datepicker table tr td span:hover{background:#eee}.datepicker table tr td span.disabled,.datepicker table tr td span.disabled:hover{background:0 0;color:#777;cursor:default}.datepicker table tr td span.active,.datepicker table tr td span.active.disabled,.datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active:hover{color:#fff;background-color:#337ab7;border-color:#2e6da4;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker table tr td span.active.disabled.focus,.datepicker table tr td span.active.disabled:focus,.datepicker table tr td span.active.disabled:hover.focus,.datepicker table tr td span.active.disabled:hover:focus,.datepicker table tr td span.active.focus,.datepicker table tr td span.active:focus,.datepicker table tr td span.active:hover.focus,.datepicker table tr td span.active:hover:focus{color:#fff;background-color:#286090;border-color:#122b40}.datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active.disabled:hover:hover,.datepicker table tr td span.active:hover,.datepicker table tr td span.active:hover:hover{color:#fff;background-color:#286090;border-color:#204d74}.datepicker table tr td span.active.active,.datepicker table tr td span.active.disabled.active,.datepicker table tr td span.active.disabled:active,.datepicker table tr td span.active.disabled:hover.active,.datepicker table tr td span.active.disabled:hover:active,.datepicker table tr td span.active:active,.datepicker table tr td span.active:hover.active,.datepicker table tr td span.active:hover:active{color:#fff;background-color:#007bff;border-color:#007bff}.datepicker table tr td span.active.active.focus,.datepicker table tr td span.active.active:focus,.datepicker table tr td span.active.active:hover,.datepicker table tr td span.active.disabled.active.focus,.datepicker table tr td span.active.disabled.active:focus,.datepicker table tr td span.active.disabled.active:hover,.datepicker table tr td span.active.disabled:active.focus,.datepicker table tr td span.active.disabled:active:focus,.datepicker table tr td span.active.disabled:active:hover,.datepicker table tr td span.active.disabled:hover.active.focus,.datepicker table tr td span.active.disabled:hover.active:focus,.datepicker table tr td span.active.disabled:hover.active:hover,.datepicker table tr td span.active.disabled:hover:active.focus,.datepicker table tr td span.active.disabled:hover:active:focus,.datepicker table tr td span.active.disabled:hover:active:hover,.datepicker table tr td span.active:active.focus,.datepicker table tr td span.active:active:focus,.datepicker table tr td span.active:active:hover,.datepicker table tr td span.active:hover.active.focus,.datepicker table tr td span.active:hover.active:focus,.datepicker table tr td span.active:hover.active:hover,.datepicker table tr td span.active:hover:active.focus,.datepicker table tr td span.active:hover:active:focus,.datepicker table tr td span.active:hover:active:hover{color:#fff;background-color:#52d3c7;border-color:#52d3c7}.datepicker table tr td span.active.disabled.disabled.focus,.datepicker table tr td span.active.disabled.disabled:focus,.datepicker table tr td span.active.disabled.disabled:hover,.datepicker table tr td span.active.disabled.focus,.datepicker table tr td span.active.disabled:focus,.datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active.disabled:hover.disabled.focus,.datepicker table tr td span.active.disabled:hover.disabled:focus,.datepicker table tr td span.active.disabled:hover.disabled:hover,.datepicker table tr td span.active.disabled:hover[disabled].focus,.datepicker table tr td span.active.disabled:hover[disabled]:focus,.datepicker table tr td span.active.disabled:hover[disabled]:hover,.datepicker table tr td span.active.disabled[disabled].focus,.datepicker table tr td span.active.disabled[disabled]:focus,.datepicker table tr td span.active.disabled[disabled]:hover,.datepicker table tr td span.active:hover.disabled.focus,.datepicker table tr td span.active:hover.disabled:focus,.datepicker table tr td span.active:hover.disabled:hover,.datepicker table tr td span.active:hover[disabled].focus,.datepicker table tr td span.active:hover[disabled]:focus,.datepicker table tr td span.active:hover[disabled]:hover,.datepicker table tr td span.active[disabled].focus,.datepicker table tr td span.active[disabled]:focus,.datepicker table tr td span.active[disabled]:hover,fieldset[disabled] .datepicker table tr td span.active.disabled.focus,fieldset[disabled] .datepicker table tr td span.active.disabled:focus,fieldset[disabled] .datepicker table tr td span.active.disabled:hover,fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus,fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,fieldset[disabled] .datepicker table tr td span.active.focus,fieldset[disabled] .datepicker table tr td span.active:focus,fieldset[disabled] .datepicker table tr td span.active:hover,fieldset[disabled] .datepicker table tr td span.active:hover.focus,fieldset[disabled] .datepicker table tr td span.active:hover:focus,fieldset[disabled] .datepicker table tr td span.active:hover:hover{background-color:#337ab7;border-color:#2e6da4}.datepicker table tr td span.new,.datepicker table tr td span.old{color:#777}.datepicker .datepicker-switch{width:145px}.datepicker .datepicker-switch,.datepicker .next,.datepicker .prev,.datepicker tfoot tr th{cursor:pointer}.datepicker .datepicker-switch:hover,.datepicker .next:hover,.datepicker .prev:hover,.datepicker tfoot tr th:hover{background:#eee}.datepicker .next.disabled,.datepicker .prev.disabled{visibility:hidden}.datepicker .cw{font-size:10px;width:12px;padding:0 2px 0 5px;vertical-align:middle}.input-group.date .input-group-addon{cursor:pointer}.input-daterange{width:100%}.input-daterange input{text-align:center}.input-daterange input:first-child{border-radius:3px 0 0 3px}.input-daterange input:last-child{border-radius:0 3px 3px 0}.input-daterange .input-group-addon{width:auto;min-width:16px;padding:4px 5px;line-height:1.42857143;border-width:1px 0;margin-left:-5px;margin-right:-5px} \ No newline at end of file diff --git a/static/lyear/js/bootstrap-datepicker/locales/bootstrap-datepicker.zh-CN.min.js b/static/lyear/js/bootstrap-datepicker/locales/bootstrap-datepicker.zh-CN.min.js new file mode 100644 index 0000000..8e6920b --- /dev/null +++ b/static/lyear/js/bootstrap-datepicker/locales/bootstrap-datepicker.zh-CN.min.js @@ -0,0 +1 @@ +!function(a){a.fn.datepicker.dates["zh-CN"]={days:["星期日","星期一","星期二","星期三","星期四","星期五","星期六"],daysShort:["周日","周一","周二","周三","周四","周五","周六"],daysMin:["日","一","二","三","四","五","六"],months:["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"],monthsShort:["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],today:"今天",monthsTitle:"选择月份",clear:"清除",format:"yyyy-mm-dd",titleFormat:"yyyy年mm月",weekStart:1}}(jQuery); \ No newline at end of file diff --git a/static/lyear/js/bootstrap-datepicker/locales/bootstrap-datepicker.zh-TW.min.js b/static/lyear/js/bootstrap-datepicker/locales/bootstrap-datepicker.zh-TW.min.js new file mode 100644 index 0000000..e309c1d --- /dev/null +++ b/static/lyear/js/bootstrap-datepicker/locales/bootstrap-datepicker.zh-TW.min.js @@ -0,0 +1 @@ +!function(a){a.fn.datepicker.dates["zh-TW"]={days:["星期日","星期一","星期二","星期三","星期四","星期五","星期六"],daysShort:["週日","週一","週二","週三","週四","週五","週六"],daysMin:["日","一","二","三","四","五","六"],months:["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"],monthsShort:["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],today:"今天",format:"yyyy年mm月dd日",weekStart:1,clear:"清除"}}(jQuery); \ No newline at end of file diff --git a/static/lyear/js/bootstrap-daterangepicker/daterangepicker.css b/static/lyear/js/bootstrap-daterangepicker/daterangepicker.css new file mode 100644 index 0000000..3b614cc --- /dev/null +++ b/static/lyear/js/bootstrap-daterangepicker/daterangepicker.css @@ -0,0 +1,410 @@ +.daterangepicker { + position: absolute; + color: inherit; + background-color: #fff; + border-radius: 4px; + border: 1px solid #ddd; + width: 278px; + max-width: none; + padding: 0; + margin-top: 7px; + top: 100px; + left: 20px; + z-index: 3001; + display: none; + font-family: arial; + font-size: 15px; + line-height: 1em; +} + +.daterangepicker:before, .daterangepicker:after { + position: absolute; + display: inline-block; + border-bottom-color: rgba(0, 0, 0, 0.2); + content: ''; +} + +.daterangepicker:before { + top: -7px; + border-right: 7px solid transparent; + border-left: 7px solid transparent; + border-bottom: 7px solid #ccc; +} + +.daterangepicker:after { + top: -6px; + border-right: 6px solid transparent; + border-bottom: 6px solid #fff; + border-left: 6px solid transparent; +} + +.daterangepicker.opensleft:before { + right: 9px; +} + +.daterangepicker.opensleft:after { + right: 10px; +} + +.daterangepicker.openscenter:before { + left: 0; + right: 0; + width: 0; + margin-left: auto; + margin-right: auto; +} + +.daterangepicker.openscenter:after { + left: 0; + right: 0; + width: 0; + margin-left: auto; + margin-right: auto; +} + +.daterangepicker.opensright:before { + left: 9px; +} + +.daterangepicker.opensright:after { + left: 10px; +} + +.daterangepicker.drop-up { + margin-top: -7px; +} + +.daterangepicker.drop-up:before { + top: initial; + bottom: -7px; + border-bottom: initial; + border-top: 7px solid #ccc; +} + +.daterangepicker.drop-up:after { + top: initial; + bottom: -6px; + border-bottom: initial; + border-top: 6px solid #fff; +} + +.daterangepicker.single .daterangepicker .ranges, .daterangepicker.single .drp-calendar { + float: none; +} + +.daterangepicker.single .drp-selected { + display: none; +} + +.daterangepicker.show-calendar .drp-calendar { + display: block; +} + +.daterangepicker.show-calendar .drp-buttons { + display: block; +} + +.daterangepicker.auto-apply .drp-buttons { + display: none; +} + +.daterangepicker .drp-calendar { + display: none; + max-width: 270px; +} + +.daterangepicker .drp-calendar.left { + padding: 8px 0 8px 8px; +} + +.daterangepicker .drp-calendar.right { + padding: 8px; +} + +.daterangepicker .drp-calendar.single .calendar-table { + border: none; +} + +.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span { + color: #fff; + border: solid black; + border-width: 0 2px 2px 0; + border-radius: 0; + display: inline-block; + padding: 3px; +} + +.daterangepicker .calendar-table .next span { + transform: rotate(-45deg); + -webkit-transform: rotate(-45deg); +} + +.daterangepicker .calendar-table .prev span { + transform: rotate(135deg); + -webkit-transform: rotate(135deg); +} + +.daterangepicker .calendar-table th, .daterangepicker .calendar-table td { + white-space: nowrap; + text-align: center; + vertical-align: middle; + min-width: 32px; + width: 32px; + height: 24px; + line-height: 24px; + font-size: 12px; + border-radius: 4px; + border: 1px solid transparent; + white-space: nowrap; + cursor: pointer; +} + +.daterangepicker .calendar-table { + border: 1px solid #fff; + border-radius: 4px; + background-color: #fff; +} + +.daterangepicker .calendar-table table { + width: 100%; + margin: 0; + border-spacing: 0; + border-collapse: collapse; +} + +.daterangepicker td.available:hover, .daterangepicker th.available:hover { + background-color: #eee; + border-color: transparent; + color: inherit; +} + +.daterangepicker td.week, .daterangepicker th.week { + font-size: 80%; + color: #ccc; +} + +.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date { + background-color: #fff; + border-color: transparent; + color: #999; +} + +.daterangepicker td.in-range { + background-color: #ebf4f8; + border-color: transparent; + color: #000; + border-radius: 0; +} + +.daterangepicker td.start-date { + border-radius: 4px 0 0 4px; +} + +.daterangepicker td.end-date { + border-radius: 0 4px 4px 0; +} + +.daterangepicker td.start-date.end-date { + border-radius: 4px; +} + +.daterangepicker td.active, .daterangepicker td.active:hover { + background-color: #007bff; + border-color: transparent; + color: #fff; +} + +.daterangepicker th.month { + width: auto; +} + +.daterangepicker td.disabled, .daterangepicker option.disabled { + color: #999; + cursor: not-allowed; + text-decoration: line-through; +} + +.daterangepicker select.monthselect, .daterangepicker select.yearselect { + font-size: 12px; + padding: 1px; + height: auto; + margin: 0; + cursor: default; +} + +.daterangepicker select.monthselect { + margin-right: 2%; + width: 56%; +} + +.daterangepicker select.yearselect { + width: 40%; +} + +.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect { + width: 50px; + margin: 0 auto; + background: #eee; + border: 1px solid #eee; + padding: 2px; + outline: 0; + font-size: 12px; +} + +.daterangepicker .calendar-time { + text-align: center; + margin: 4px auto 0 auto; + line-height: 30px; + position: relative; +} + +.daterangepicker .calendar-time select.disabled { + color: #ccc; + cursor: not-allowed; +} + +.daterangepicker .drp-buttons { + clear: both; + text-align: right; + padding: 8px; + border-top: 1px solid #ddd; + display: none; + line-height: 12px; + vertical-align: middle; +} + +.daterangepicker .drp-selected { + display: inline-block; + font-size: 12px; + padding-right: 8px; +} + +.daterangepicker .drp-buttons .btn { + margin-left: 8px; + font-size: 12px; + font-weight: bold; + padding: 4px 8px; +} + +.daterangepicker.show-ranges.single.rtl .drp-calendar.left { + border-right: 1px solid #ddd; +} + +.daterangepicker.show-ranges.single.ltr .drp-calendar.left { + border-left: 1px solid #ddd; +} + +.daterangepicker.show-ranges.rtl .drp-calendar.right { + border-right: 1px solid #ddd; +} + +.daterangepicker.show-ranges.ltr .drp-calendar.left { + border-left: 1px solid #ddd; +} + +.daterangepicker .ranges { + float: none; + text-align: left; + margin: 0; +} + +.daterangepicker.show-calendar .ranges { + margin-top: 8px; +} + +.daterangepicker .ranges ul { + list-style: none; + margin: 0 auto; + padding: 0; + width: 100%; +} + +.daterangepicker .ranges li { + font-size: 12px; + padding: 8px 12px; + cursor: pointer; +} + +.daterangepicker .ranges li:hover { + background-color: #eee; +} + +.daterangepicker .ranges li.active { + background-color: #007bff; + color: #fff; +} + +/* Larger Screen Styling */ +@media (min-width: 564px) { + .daterangepicker { + width: auto; + } + + .daterangepicker .ranges ul { + width: 140px; + } + + .daterangepicker.single .ranges ul { + width: 100%; + } + + .daterangepicker.single .drp-calendar.left { + clear: none; + } + + .daterangepicker.single .ranges, .daterangepicker.single .drp-calendar { + float: left; + } + + .daterangepicker { + direction: ltr; + text-align: left; + } + + .daterangepicker .drp-calendar.left { + clear: left; + margin-right: 0; + } + + .daterangepicker .drp-calendar.left .calendar-table { + border-right: none; + border-top-right-radius: 0; + border-bottom-right-radius: 0; + } + + .daterangepicker .drp-calendar.right { + margin-left: 0; + } + + .daterangepicker .drp-calendar.right .calendar-table { + border-left: none; + border-top-left-radius: 0; + border-bottom-left-radius: 0; + } + + .daterangepicker .drp-calendar.left .calendar-table { + padding-right: 8px; + } + + .daterangepicker .ranges, .daterangepicker .drp-calendar { + float: left; + } +} + +@media (min-width: 730px) { + .daterangepicker .ranges { + width: auto; + } + + .daterangepicker .ranges { + float: left; + } + + .daterangepicker.rtl .ranges { + float: right; + } + + .daterangepicker .drp-calendar.left { + clear: none !important; + } +} \ No newline at end of file diff --git a/static/lyear/js/bootstrap-daterangepicker/daterangepicker.min.js b/static/lyear/js/bootstrap-daterangepicker/daterangepicker.min.js new file mode 100644 index 0000000..6421e12 --- /dev/null +++ b/static/lyear/js/bootstrap-daterangepicker/daterangepicker.min.js @@ -0,0 +1 @@ +!function(t,a){if("function"==typeof define&&define.amd)define(["moment","jquery"],function(t,e){return e.fn||(e.fn={}),"function"!=typeof t&&t.default&&(t=t.default),a(t,e)});else if("object"==typeof module&&module.exports){var e="undefined"!=typeof window?window.jQuery:void 0;e||(e=require("jquery")).fn||(e.fn={});var i="undefined"!=typeof window&&void 0!==window.moment?window.moment:require("moment");module.exports=a(i,e)}else t.daterangepicker=a(t.moment,t.jQuery)}(this,function(j,R){var i=function(t,e,a){if(this.parentEl="body",this.element=R(t),this.startDate=j().startOf("day"),this.endDate=j().endOf("day"),this.minDate=!1,this.maxDate=!1,this.maxSpan=!1,this.autoApply=!1,this.singleDatePicker=!1,this.showDropdowns=!1,this.minYear=j().subtract(100,"year").format("YYYY"),this.maxYear=j().add(100,"year").format("YYYY"),this.showWeekNumbers=!1,this.showISOWeekNumbers=!1,this.showCustomRangeLabel=!0,this.timePicker=!1,this.timePicker24Hour=!1,this.timePickerIncrement=1,this.timePickerSeconds=!1,this.linkedCalendars=!0,this.autoUpdateInput=!0,this.alwaysShowCalendars=!1,this.ranges={},this.opens="right",this.element.hasClass("pull-right")&&(this.opens="left"),this.drops="down",this.element.hasClass("dropup")&&(this.drops="up"),this.buttonClasses="btn btn-sm",this.applyButtonClasses="btn-primary",this.cancelButtonClasses="btn-default",this.locale={direction:"ltr",format:j.localeData().longDateFormat("L"),separator:" - ",applyLabel:"确定",cancelLabel:"取消",weekLabel:"W",customRangeLabel:"自定义范围",daysOfWeek:j.weekdaysMin(),monthNames:j.monthsShort(),firstDay:j.localeData().firstDayOfWeek()},this.callback=function(){},this.isShowing=!1,this.leftCalendar={},this.rightCalendar={},"object"==typeof e&&null!==e||(e={}),"string"==typeof(e=R.extend(this.element.data(),e)).template||e.template instanceof R||(e.template='
    '),this.parentEl=e.parentEl&&R(e.parentEl).length?R(e.parentEl):R(this.parentEl),this.container=R(e.template).appendTo(this.parentEl),"object"==typeof e.locale&&("string"==typeof e.locale.direction&&(this.locale.direction=e.locale.direction),"string"==typeof e.locale.format&&(this.locale.format=e.locale.format),"string"==typeof e.locale.separator&&(this.locale.separator=e.locale.separator),"object"==typeof e.locale.daysOfWeek&&(this.locale.daysOfWeek=e.locale.daysOfWeek.slice()),"object"==typeof e.locale.monthNames&&(this.locale.monthNames=e.locale.monthNames.slice()),"number"==typeof e.locale.firstDay&&(this.locale.firstDay=e.locale.firstDay),"string"==typeof e.locale.applyLabel&&(this.locale.applyLabel=e.locale.applyLabel),"string"==typeof e.locale.cancelLabel&&(this.locale.cancelLabel=e.locale.cancelLabel),"string"==typeof e.locale.weekLabel&&(this.locale.weekLabel=e.locale.weekLabel),"string"==typeof e.locale.customRangeLabel)){(d=document.createElement("textarea")).innerHTML=e.locale.customRangeLabel;var i=d.value;this.locale.customRangeLabel=i}if(this.container.addClass(this.locale.direction),"string"==typeof e.startDate&&(this.startDate=j(e.startDate,this.locale.format)),"string"==typeof e.endDate&&(this.endDate=j(e.endDate,this.locale.format)),"string"==typeof e.minDate&&(this.minDate=j(e.minDate,this.locale.format)),"string"==typeof e.maxDate&&(this.maxDate=j(e.maxDate,this.locale.format)),"object"==typeof e.startDate&&(this.startDate=j(e.startDate)),"object"==typeof e.endDate&&(this.endDate=j(e.endDate)),"object"==typeof e.minDate&&(this.minDate=j(e.minDate)),"object"==typeof e.maxDate&&(this.maxDate=j(e.maxDate)),this.minDate&&this.startDate.isBefore(this.minDate)&&(this.startDate=this.minDate.clone()),this.maxDate&&this.endDate.isAfter(this.maxDate)&&(this.endDate=this.maxDate.clone()),"string"==typeof e.applyButtonClasses&&(this.applyButtonClasses=e.applyButtonClasses),"string"==typeof e.applyClass&&(this.applyButtonClasses=e.applyClass),"string"==typeof e.cancelButtonClasses&&(this.cancelButtonClasses=e.cancelButtonClasses),"string"==typeof e.cancelClass&&(this.cancelButtonClasses=e.cancelClass),"object"==typeof e.maxSpan&&(this.maxSpan=e.maxSpan),"object"==typeof e.dateLimit&&(this.maxSpan=e.dateLimit),"string"==typeof e.opens&&(this.opens=e.opens),"string"==typeof e.drops&&(this.drops=e.drops),"boolean"==typeof e.showWeekNumbers&&(this.showWeekNumbers=e.showWeekNumbers),"boolean"==typeof e.showISOWeekNumbers&&(this.showISOWeekNumbers=e.showISOWeekNumbers),"string"==typeof e.buttonClasses&&(this.buttonClasses=e.buttonClasses),"object"==typeof e.buttonClasses&&(this.buttonClasses=e.buttonClasses.join(" ")),"boolean"==typeof e.showDropdowns&&(this.showDropdowns=e.showDropdowns),"number"==typeof e.minYear&&(this.minYear=e.minYear),"number"==typeof e.maxYear&&(this.maxYear=e.maxYear),"boolean"==typeof e.showCustomRangeLabel&&(this.showCustomRangeLabel=e.showCustomRangeLabel),"boolean"==typeof e.singleDatePicker&&(this.singleDatePicker=e.singleDatePicker,this.singleDatePicker&&(this.endDate=this.startDate.clone())),"boolean"==typeof e.timePicker&&(this.timePicker=e.timePicker),"boolean"==typeof e.timePickerSeconds&&(this.timePickerSeconds=e.timePickerSeconds),"number"==typeof e.timePickerIncrement&&(this.timePickerIncrement=e.timePickerIncrement),"boolean"==typeof e.timePicker24Hour&&(this.timePicker24Hour=e.timePicker24Hour),"boolean"==typeof e.autoApply&&(this.autoApply=e.autoApply),"boolean"==typeof e.autoUpdateInput&&(this.autoUpdateInput=e.autoUpdateInput),"boolean"==typeof e.linkedCalendars&&(this.linkedCalendars=e.linkedCalendars),"function"==typeof e.isInvalidDate&&(this.isInvalidDate=e.isInvalidDate),"function"==typeof e.isCustomDate&&(this.isCustomDate=e.isCustomDate),"boolean"==typeof e.alwaysShowCalendars&&(this.alwaysShowCalendars=e.alwaysShowCalendars),0!=this.locale.firstDay)for(var s=this.locale.firstDay;0'+o+"";this.showCustomRangeLabel&&(m+='
  • '+this.locale.customRangeLabel+"
  • "),m+="",this.container.find(".ranges").prepend(m)}"function"==typeof a&&(this.callback=a),this.timePicker||(this.startDate=this.startDate.startOf("day"),this.endDate=this.endDate.endOf("day"),this.container.find(".calendar-time").hide()),this.timePicker&&this.autoApply&&(this.autoApply=!1),this.autoApply&&this.container.addClass("auto-apply"),"object"==typeof e.ranges&&this.container.addClass("show-ranges"),this.singleDatePicker&&(this.container.addClass("single"),this.container.find(".drp-calendar.left").addClass("single"),this.container.find(".drp-calendar.left").show(),this.container.find(".drp-calendar.right").hide(),this.timePicker||this.container.addClass("auto-apply")),(void 0===e.ranges&&!this.singleDatePicker||this.alwaysShowCalendars)&&this.container.addClass("show-calendar"),this.container.addClass("opens"+this.opens),this.container.find(".applyBtn, .cancelBtn").addClass(this.buttonClasses),this.applyButtonClasses.length&&this.container.find(".applyBtn").addClass(this.applyButtonClasses),this.cancelButtonClasses.length&&this.container.find(".cancelBtn").addClass(this.cancelButtonClasses),this.container.find(".applyBtn").html(this.locale.applyLabel),this.container.find(".cancelBtn").html(this.locale.cancelLabel),this.container.find(".drp-calendar").on("click.daterangepicker",".prev",R.proxy(this.clickPrev,this)).on("click.daterangepicker",".next",R.proxy(this.clickNext,this)).on("mousedown.daterangepicker","td.available",R.proxy(this.clickDate,this)).on("mouseenter.daterangepicker","td.available",R.proxy(this.hoverDate,this)).on("change.daterangepicker","select.yearselect",R.proxy(this.monthOrYearChanged,this)).on("change.daterangepicker","select.monthselect",R.proxy(this.monthOrYearChanged,this)).on("change.daterangepicker","select.hourselect,select.minuteselect,select.secondselect,select.ampmselect",R.proxy(this.timeChanged,this)),this.container.find(".ranges").on("click.daterangepicker","li",R.proxy(this.clickRange,this)),this.container.find(".drp-buttons").on("click.daterangepicker","button.applyBtn",R.proxy(this.clickApply,this)).on("click.daterangepicker","button.cancelBtn",R.proxy(this.clickCancel,this)),this.element.is("input")||this.element.is("button")?this.element.on({"click.daterangepicker":R.proxy(this.show,this),"focus.daterangepicker":R.proxy(this.show,this),"keyup.daterangepicker":R.proxy(this.elementChanged,this),"keydown.daterangepicker":R.proxy(this.keydown,this)}):(this.element.on("click.daterangepicker",R.proxy(this.toggle,this)),this.element.on("keydown.daterangepicker",R.proxy(this.toggle,this))),this.updateElement()};return i.prototype={constructor:i,setStartDate:function(t){"string"==typeof t&&(this.startDate=j(t,this.locale.format)),"object"==typeof t&&(this.startDate=j(t)),this.timePicker||(this.startDate=this.startDate.startOf("day")),this.timePicker&&this.timePickerIncrement&&this.startDate.minute(Math.round(this.startDate.minute()/this.timePickerIncrement)*this.timePickerIncrement),this.minDate&&this.startDate.isBefore(this.minDate)&&(this.startDate=this.minDate.clone(),this.timePicker&&this.timePickerIncrement&&this.startDate.minute(Math.round(this.startDate.minute()/this.timePickerIncrement)*this.timePickerIncrement)),this.maxDate&&this.startDate.isAfter(this.maxDate)&&(this.startDate=this.maxDate.clone(),this.timePicker&&this.timePickerIncrement&&this.startDate.minute(Math.floor(this.startDate.minute()/this.timePickerIncrement)*this.timePickerIncrement)),this.isShowing||this.updateElement(),this.updateMonthsInView()},setEndDate:function(t){"string"==typeof t&&(this.endDate=j(t,this.locale.format)),"object"==typeof t&&(this.endDate=j(t)),this.timePicker||(this.endDate=this.endDate.endOf("day")),this.timePicker&&this.timePickerIncrement&&this.endDate.minute(Math.round(this.endDate.minute()/this.timePickerIncrement)*this.timePickerIncrement),this.endDate.isBefore(this.startDate)&&(this.endDate=this.startDate.clone()),this.maxDate&&this.endDate.isAfter(this.maxDate)&&(this.endDate=this.maxDate.clone()),this.maxSpan&&this.startDate.clone().add(this.maxSpan).isBefore(this.endDate)&&(this.endDate=this.startDate.clone().add(this.maxSpan)),this.previousRightTime=this.endDate.clone(),this.container.find(".drp-selected").html(this.startDate.format(this.locale.format)+this.locale.separator+this.endDate.format(this.locale.format)),this.isShowing||this.updateElement(),this.updateMonthsInView()},isInvalidDate:function(){return!1},isCustomDate:function(){return!1},updateView:function(){this.timePicker&&(this.renderTimePicker("left"),this.renderTimePicker("right"),this.endDate?this.container.find(".right .calendar-time select").removeAttr("disabled").removeClass("disabled"):this.container.find(".right .calendar-time select").attr("disabled","disabled").addClass("disabled")),this.endDate&&this.container.find(".drp-selected").html(this.startDate.format(this.locale.format)+this.locale.separator+this.endDate.format(this.locale.format)),this.updateMonthsInView(),this.updateCalendars(),this.updateFormInputs()},updateMonthsInView:function(){if(this.endDate){if(!this.singleDatePicker&&this.leftCalendar.month&&this.rightCalendar.month&&(this.startDate.format("YYYY-MM")==this.leftCalendar.month.format("YYYY-MM")||this.startDate.format("YYYY-MM")==this.rightCalendar.month.format("YYYY-MM"))&&(this.endDate.format("YYYY-MM")==this.leftCalendar.month.format("YYYY-MM")||this.endDate.format("YYYY-MM")==this.rightCalendar.month.format("YYYY-MM")))return;this.leftCalendar.month=this.startDate.clone().date(2),this.linkedCalendars||this.endDate.month()==this.startDate.month()&&this.endDate.year()==this.startDate.year()?this.rightCalendar.month=this.startDate.clone().date(2).add(1,"month"):this.rightCalendar.month=this.endDate.clone().date(2)}else this.leftCalendar.month.format("YYYY-MM")!=this.startDate.format("YYYY-MM")&&this.rightCalendar.month.format("YYYY-MM")!=this.startDate.format("YYYY-MM")&&(this.leftCalendar.month=this.startDate.clone().date(2),this.rightCalendar.month=this.startDate.clone().date(2).add(1,"month"));this.maxDate&&this.linkedCalendars&&!this.singleDatePicker&&this.rightCalendar.month>this.maxDate&&(this.rightCalendar.month=this.maxDate.clone().date(2),this.leftCalendar.month=this.maxDate.clone().date(2).subtract(1,"month"))},updateCalendars:function(){if(this.timePicker){var t,e,a,i;if(this.endDate){if(t=parseInt(this.container.find(".left .hourselect").val(),10),e=parseInt(this.container.find(".left .minuteselect").val(),10),isNaN(e)&&(e=parseInt(this.container.find(".left .minuteselect option:last").val(),10)),a=this.timePickerSeconds?parseInt(this.container.find(".left .secondselect").val(),10):0,!this.timePicker24Hour)"PM"===(i=this.container.find(".left .ampmselect").val())&&t<12&&(t+=12),"AM"===i&&12===t&&(t=0)}else if(t=parseInt(this.container.find(".right .hourselect").val(),10),e=parseInt(this.container.find(".right .minuteselect").val(),10),isNaN(e)&&(e=parseInt(this.container.find(".right .minuteselect option:last").val(),10)),a=this.timePickerSeconds?parseInt(this.container.find(".right .secondselect").val(),10):0,!this.timePicker24Hour)"PM"===(i=this.container.find(".right .ampmselect").val())&&t<12&&(t+=12),"AM"===i&&12===t&&(t=0);this.leftCalendar.month.hour(t).minute(e).second(a),this.rightCalendar.month.hour(t).minute(e).second(a)}this.renderCalendar("left"),this.renderCalendar("right"),this.container.find(".ranges li").removeClass("active"),null!=this.endDate&&this.calculateChosenLabel()},renderCalendar:function(t){var e,a=(e="left"==t?this.leftCalendar:this.rightCalendar).month.month(),i=e.month.year(),s=e.month.hour(),n=e.month.minute(),r=e.month.second(),o=j([i,a]).daysInMonth(),l=j([i,a,1]),h=j([i,a,o]),c=j(l).subtract(1,"month").month(),d=j(l).subtract(1,"month").year(),m=j([d,c]).daysInMonth(),f=l.day();(e=[]).firstDay=l,e.lastDay=h;for(var p=0;p<6;p++)e[p]=[];var u=m-f+this.locale.firstDay+1;m');v+="",v+="",(this.showWeekNumbers||this.showISOWeekNumbers)&&(v+=""),k&&!k.isBefore(e.firstDay)||this.linkedCalendars&&"left"!=t?v+="":v+='';var C=this.locale.monthNames[e[1][1].month()]+e[1][1].format(" YYYY");if(this.showDropdowns){for(var Y=e[1][1].month(),w=e[1][1].year(),P=b&&b.year()||this.maxYear,x=k&&k.year()||this.minYear,M=w==x,I=w==P,S='";for(var A='")}if(v+=''+C+"",b&&!b.isAfter(e.lastDay)||this.linkedCalendars&&"right"!=t&&!this.singleDatePicker?v+="":v+='',v+="",v+="",(this.showWeekNumbers||this.showISOWeekNumbers)&&(v+=''+this.locale.weekLabel+""),R.each(this.locale.daysOfWeek,function(t,e){v+=""+e+""}),v+="",v+="",v+="",null==this.endDate&&this.maxSpan){var N=this.startDate.clone().add(this.maxSpan).endOf("day");b&&!N.isBefore(b)||(b=N)}for(y=0;y<6;y++){v+="",this.showWeekNumbers?v+=''+e[y][0].week()+"":this.showISOWeekNumbers&&(v+=''+e[y][0].isoWeek()+"");for(g=0;g<7;g++){var E=[];e[y][g].isSame(new Date,"day")&&E.push("today"),5this.startDate&&e[y][g]'+e[y][g].date()+""}v+=""}v+="",v+="",this.container.find(".drp-calendar."+t+" .calendar-table").html(v)},renderTimePicker:function(t){if("right"!=t||this.endDate){var e,a,i,s=this.maxDate;if(!this.maxSpan||this.maxDate&&!this.startDate.clone().add(this.maxSpan).isBefore(this.maxDate)||(s=this.startDate.clone().add(this.maxSpan)),"left"==t)a=this.startDate.clone(),i=this.minDate;else if("right"==t){a=this.endDate.clone(),i=this.startDate;var n=this.container.find(".drp-calendar.right .calendar-time");if(""!=n.html()&&(a.hour(isNaN(a.hour())?n.find(".hourselect option:selected").val():a.hour()),a.minute(isNaN(a.minute())?n.find(".minuteselect option:selected").val():a.minute()),a.second(isNaN(a.second())?n.find(".secondselect option:selected").val():a.second()),!this.timePicker24Hour)){var r=n.find(".ampmselect option:selected").val();"PM"===r&&a.hour()<12&&a.hour(a.hour()+12),"AM"===r&&12===a.hour()&&a.hour(0)}a.isBefore(this.startDate)&&(a=this.startDate.clone()),s&&a.isAfter(s)&&(a=s.clone())}e=' ",e+=': ",this.timePickerSeconds){e+=': "}if(!this.timePicker24Hour){e+='"}this.container.find(".drp-calendar."+t+" .calendar-time").html(e)}},updateFormInputs:function(){this.singleDatePicker||this.endDate&&(this.startDate.isBefore(this.endDate)||this.startDate.isSame(this.endDate))?this.container.find("button.applyBtn").removeAttr("disabled"):this.container.find("button.applyBtn").attr("disabled","disabled")},move:function(){var t,e={top:0,left:0},a=R(window).width();this.parentEl.is("body")||(e={top:this.parentEl.offset().top-this.parentEl.scrollTop(),left:this.parentEl.offset().left-this.parentEl.scrollLeft()},a=this.parentEl[0].clientWidth+this.parentEl.offset().left),t="up"==this.drops?this.element.offset().top-this.container.outerHeight()-e.top:this.element.offset().top+this.element.outerHeight()-e.top,this.container.css({top:0,left:0,right:"auto"});var i=this.container.outerWidth();if(this.container["up"==this.drops?"addClass":"removeClass"]("drop-up"),"left"==this.opens){var s=a-this.element.offset().left-this.element.outerWidth();i+s>R(window).width()?this.container.css({top:t,right:"auto",left:9}):this.container.css({top:t,right:s,left:"auto"})}else if("center"==this.opens){(n=this.element.offset().left-e.left+this.element.outerWidth()/2-i/2)<0?this.container.css({top:t,right:"auto",left:9}):n+i>R(window).width()?this.container.css({top:t,left:"auto",right:0}):this.container.css({top:t,left:n,right:"auto"})}else{var n;(n=this.element.offset().left-e.left)+i>R(window).width()?this.container.css({top:t,left:"auto",right:0}):this.container.css({top:t,left:n,right:"auto"})}},show:function(t){this.isShowing||(this._outsideClickProxy=R.proxy(function(t){this.outsideClick(t)},this),R(document).on("mousedown.daterangepicker",this._outsideClickProxy).on("touchend.daterangepicker",this._outsideClickProxy).on("click.daterangepicker","[data-toggle=dropdown]",this._outsideClickProxy).on("focusin.daterangepicker",this._outsideClickProxy),R(window).on("resize.daterangepicker",R.proxy(function(t){this.move(t)},this)),this.oldStartDate=this.startDate.clone(),this.oldEndDate=this.endDate.clone(),this.previousRightTime=this.endDate.clone(),this.updateView(),this.container.show(),this.move(),this.element.trigger("show.daterangepicker",this),this.isShowing=!0)},hide:function(t){this.isShowing&&(this.endDate||(this.startDate=this.oldStartDate.clone(),this.endDate=this.oldEndDate.clone()),this.startDate.isSame(this.oldStartDate)&&this.endDate.isSame(this.oldEndDate)||this.callback(this.startDate.clone(),this.endDate.clone(),this.chosenLabel),this.updateElement(),R(document).off(".daterangepicker"),R(window).off(".daterangepicker"),this.container.hide(),this.element.trigger("hide.daterangepicker",this),this.isShowing=!1)},toggle:function(t){this.isShowing?this.hide():this.show()},outsideClick:function(t){var e=R(t.target);"focusin"==t.type||e.closest(this.element).length||e.closest(this.container).length||e.closest(".calendar-table").length||(this.hide(),this.element.trigger("outsideClick.daterangepicker",this))},showCalendars:function(){this.container.addClass("show-calendar"),this.move(),this.element.trigger("showCalendar.daterangepicker",this)},hideCalendars:function(){this.container.removeClass("show-calendar"),this.element.trigger("hideCalendar.daterangepicker",this)},clickRange:function(t){var e=t.target.getAttribute("data-range-key");if((this.chosenLabel=e)==this.locale.customRangeLabel)this.showCalendars();else{var a=this.ranges[e];this.startDate=a[0],this.endDate=a[1],this.timePicker||(this.startDate.startOf("day"),this.endDate.endOf("day")),this.alwaysShowCalendars||this.hideCalendars(),this.clickApply()}},clickPrev:function(t){R(t.target).parents(".drp-calendar").hasClass("left")?(this.leftCalendar.month.subtract(1,"month"),this.linkedCalendars&&this.rightCalendar.month.subtract(1,"month")):this.rightCalendar.month.subtract(1,"month"),this.updateCalendars()},clickNext:function(t){R(t.target).parents(".drp-calendar").hasClass("left")?this.leftCalendar.month.add(1,"month"):(this.rightCalendar.month.add(1,"month"),this.linkedCalendars&&this.leftCalendar.month.add(1,"month")),this.updateCalendars()},hoverDate:function(t){if(R(t.target).hasClass("available")){var e=R(t.target).attr("data-title"),a=e.substr(1,1),i=e.substr(3,1),r=R(t.target).parents(".drp-calendar").hasClass("left")?this.leftCalendar.calendar[a][i]:this.rightCalendar.calendar[a][i],o=this.leftCalendar,l=this.rightCalendar,h=this.startDate;this.endDate||this.container.find(".drp-calendar tbody td").each(function(t,e){if(!R(e).hasClass("week")){var a=R(e).attr("data-title"),i=a.substr(1,1),s=a.substr(3,1),n=R(e).parents(".drp-calendar").hasClass("left")?o.calendar[i][s]:l.calendar[i][s];n.isAfter(h)&&n.isBefore(r)||n.isSame(r,"day")?R(e).addClass("in-range"):R(e).removeClass("in-range")}})}},clickDate:function(t){if(R(t.target).hasClass("available")){var e=R(t.target).attr("data-title"),a=e.substr(1,1),i=e.substr(3,1),s=R(t.target).parents(".drp-calendar").hasClass("left")?this.leftCalendar.calendar[a][i]:this.rightCalendar.calendar[a][i];if(this.endDate||s.isBefore(this.startDate,"day")){if(this.timePicker){var n=parseInt(this.container.find(".left .hourselect").val(),10);if(!this.timePicker24Hour)"PM"===(l=this.container.find(".left .ampmselect").val())&&n<12&&(n+=12),"AM"===l&&12===n&&(n=0);var r=parseInt(this.container.find(".left .minuteselect").val(),10);isNaN(r)&&(r=parseInt(this.container.find(".left .minuteselect option:last").val(),10));var o=this.timePickerSeconds?parseInt(this.container.find(".left .secondselect").val(),10):0;s=s.clone().hour(n).minute(r).second(o)}this.endDate=null,this.setStartDate(s.clone())}else if(!this.endDate&&s.isBefore(this.startDate))this.setEndDate(this.startDate.clone());else{if(this.timePicker){var l;n=parseInt(this.container.find(".right .hourselect").val(),10);if(!this.timePicker24Hour)"PM"===(l=this.container.find(".right .ampmselect").val())&&n<12&&(n+=12),"AM"===l&&12===n&&(n=0);r=parseInt(this.container.find(".right .minuteselect").val(),10);isNaN(r)&&(r=parseInt(this.container.find(".right .minuteselect option:last").val(),10));o=this.timePickerSeconds?parseInt(this.container.find(".right .secondselect").val(),10):0;s=s.clone().hour(n).minute(r).second(o)}this.setEndDate(s.clone()),this.autoApply&&(this.calculateChosenLabel(),this.clickApply())}this.singleDatePicker&&(this.setEndDate(this.startDate),this.timePicker||this.clickApply()),this.updateView(),t.stopPropagation()}},calculateChosenLabel:function(){var t=!0,e=0;for(var a in this.ranges){if(this.timePicker){var i=this.timePickerSeconds?"YYYY-MM-DD HH:mm:ss":"YYYY-MM-DD HH:mm";if(this.startDate.format(i)==this.ranges[a][0].format(i)&&this.endDate.format(i)==this.ranges[a][1].format(i)){t=!1,this.chosenLabel=this.container.find(".ranges li:eq("+e+")").addClass("active").attr("data-range-key");break}}else if(this.startDate.format("YYYY-MM-DD")==this.ranges[a][0].format("YYYY-MM-DD")&&this.endDate.format("YYYY-MM-DD")==this.ranges[a][1].format("YYYY-MM-DD")){t=!1,this.chosenLabel=this.container.find(".ranges li:eq("+e+")").addClass("active").attr("data-range-key");break}e++}t&&(this.showCustomRangeLabel?this.chosenLabel=this.container.find(".ranges li:last").addClass("active").attr("data-range-key"):this.chosenLabel=null,this.showCalendars())},clickApply:function(t){this.hide(),this.element.trigger("apply.daterangepicker",this)},clickCancel:function(t){this.startDate=this.oldStartDate,this.endDate=this.oldEndDate,this.hide(),this.element.trigger("cancel.daterangepicker",this)},monthOrYearChanged:function(t){var e=R(t.target).closest(".drp-calendar").hasClass("left"),a=e?"left":"right",i=this.container.find(".drp-calendar."+a),s=parseInt(i.find(".monthselect").val(),10),n=i.find(".yearselect").val();e||(nthis.maxDate.year()||n==this.maxDate.year()&&s>this.maxDate.month())&&(s=this.maxDate.month(),n=this.maxDate.year()),e?(this.leftCalendar.month.month(s).year(n),this.linkedCalendars&&(this.rightCalendar.month=this.leftCalendar.month.clone().add(1,"month"))):(this.rightCalendar.month.month(s).year(n),this.linkedCalendars&&(this.leftCalendar.month=this.rightCalendar.month.clone().subtract(1,"month"))),this.updateCalendars()},timeChanged:function(t){var e=R(t.target).closest(".drp-calendar"),a=e.hasClass("left"),i=parseInt(e.find(".hourselect").val(),10),s=parseInt(e.find(".minuteselect").val(),10);isNaN(s)&&(s=parseInt(e.find(".minuteselect option:last").val(),10));var n=this.timePickerSeconds?parseInt(e.find(".secondselect").val(),10):0;if(!this.timePicker24Hour){var r=e.find(".ampmselect").val();"PM"===r&&i<12&&(i+=12),"AM"===r&&12===i&&(i=0)}if(a){var o=this.startDate.clone();o.hour(i),o.minute(s),o.second(n),this.setStartDate(o),this.singleDatePicker?this.endDate=this.startDate.clone():this.endDate&&this.endDate.format("YYYY-MM-DD")==o.format("YYYY-MM-DD")&&this.endDate.isBefore(o)&&this.setEndDate(o.clone())}else if(this.endDate){var l=this.endDate.clone();l.hour(i),l.minute(s),l.second(n),this.setEndDate(l)}this.updateCalendars(),this.updateFormInputs(),this.renderTimePicker("left"),this.renderTimePicker("right")},elementChanged:function(){if(this.element.is("input")&&this.element.val().length){var t=this.element.val().split(this.locale.separator),e=null,a=null;2===t.length&&(e=j(t[0],this.locale.format),a=j(t[1],this.locale.format)),(this.singleDatePicker||null===e||null===a)&&(a=e=j(this.element.val(),this.locale.format)),e.isValid()&&a.isValid()&&(this.setStartDate(e),this.setEndDate(a),this.updateView())}},keydown:function(t){9!==t.keyCode&&13!==t.keyCode||this.hide(),27===t.keyCode&&(t.preventDefault(),t.stopPropagation(),this.hide())},updateElement:function(){if(this.element.is("input")&&this.autoUpdateInput){var t=this.startDate.format(this.locale.format);this.singleDatePicker||(t+=this.locale.separator+this.endDate.format(this.locale.format)),t!==this.element.val()&&this.element.val(t).trigger("change")}},remove:function(){this.container.remove(),this.element.off(".daterangepicker"),this.element.removeData()}},R.fn.daterangepicker=function(t,e){var a=R.extend(!0,{},R.fn.daterangepicker.defaultOptions,t);return this.each(function(){var t=R(this);t.data("daterangepicker")&&t.data("daterangepicker").remove(),t.data("daterangepicker",new i(t,a,e))}),this},i}); \ No newline at end of file diff --git a/static/lyear/js/bootstrap-datetimepicker/bootstrap-datetimepicker.min.css b/static/lyear/js/bootstrap-datetimepicker/bootstrap-datetimepicker.min.css new file mode 100644 index 0000000..51f74d8 --- /dev/null +++ b/static/lyear/js/bootstrap-datetimepicker/bootstrap-datetimepicker.min.css @@ -0,0 +1,5 @@ +/*! + * Datetimepicker for Bootstrap 3 + * version : 4.17.47 + * https://github.com/Eonasdan/bootstrap-datetimepicker/ + */.bootstrap-datetimepicker-widget{list-style:none}.bootstrap-datetimepicker-widget.dropdown-menu{display:block;margin:2px 0;padding:4px;width:19em}@media (min-width:768px){.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs{width:38em}}@media (min-width:992px){.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs{width:38em}}@media (min-width:1200px){.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs{width:38em}}.bootstrap-datetimepicker-widget.dropdown-menu:before,.bootstrap-datetimepicker-widget.dropdown-menu:after{content:'';display:inline-block;position:absolute}.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before{border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #ccc;border-bottom-color:rgba(0,0,0,0.2);top:-7px;left:7px}.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after{border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid white;top:-6px;left:8px}.bootstrap-datetimepicker-widget.dropdown-menu.top:before{border-left:7px solid transparent;border-right:7px solid transparent;border-top:7px solid #ccc;border-top-color:rgba(0,0,0,0.2);bottom:-7px;left:6px}.bootstrap-datetimepicker-widget.dropdown-menu.top:after{border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid white;bottom:-6px;left:7px}.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before{left:auto;right:6px}.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after{left:auto;right:7px}.bootstrap-datetimepicker-widget .list-unstyled{margin:0}.bootstrap-datetimepicker-widget a[data-action]{padding:6px 0}.bootstrap-datetimepicker-widget a[data-action]:active{box-shadow:none}.bootstrap-datetimepicker-widget .timepicker-hour,.bootstrap-datetimepicker-widget .timepicker-minute,.bootstrap-datetimepicker-widget .timepicker-second{width:54px;font-weight:bold;font-size:1.2em;margin:0}.bootstrap-datetimepicker-widget button[data-action]{padding:6px}.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Increment Hours"}.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Increment Minutes"}.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Decrement Hours"}.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Decrement Minutes"}.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Show Hours"}.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Show Minutes"}.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Toggle AM/PM"}.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Clear the picker"}.bootstrap-datetimepicker-widget .btn[data-action="today"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Set the date to today"}.bootstrap-datetimepicker-widget .picker-switch{text-align:center}.bootstrap-datetimepicker-widget .picker-switch::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Toggle Date and Time Screens"}.bootstrap-datetimepicker-widget .picker-switch td{padding:0;margin:0;height:auto;width:auto;line-height:inherit}.bootstrap-datetimepicker-widget .picker-switch td span{line-height:2.5;height:2.5em;width:100%}.bootstrap-datetimepicker-widget table{width:100%;margin:0}.bootstrap-datetimepicker-widget table td,.bootstrap-datetimepicker-widget table th{text-align:center;border-radius:2px}.bootstrap-datetimepicker-widget table th{height:20px;line-height:20px;width:20px}.bootstrap-datetimepicker-widget table th.picker-switch{width:145px}.bootstrap-datetimepicker-widget table th.disabled,.bootstrap-datetimepicker-widget table th.disabled:hover{background:none;color:#777;cursor:not-allowed}.bootstrap-datetimepicker-widget table th.prev::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Previous Month"}.bootstrap-datetimepicker-widget table th.next::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Next Month"}.bootstrap-datetimepicker-widget table thead tr:first-child th{cursor:pointer}.bootstrap-datetimepicker-widget table thead tr:first-child th:hover{background:#eee}.bootstrap-datetimepicker-widget table td{height:54px;line-height:54px;width:54px}.bootstrap-datetimepicker-widget table td.cw{font-size:.8em;height:30px;line-height:30px;color:#777}.bootstrap-datetimepicker-widget table td.day{height:30px;line-height:30px;width:30px;padding:0px}.bootstrap-datetimepicker-widget table td.day:hover,.bootstrap-datetimepicker-widget table td.hour:hover,.bootstrap-datetimepicker-widget table td.minute:hover,.bootstrap-datetimepicker-widget table td.second:hover{background:#eee;cursor:pointer}.bootstrap-datetimepicker-widget table td.old,.bootstrap-datetimepicker-widget table td.new{color:#777}.bootstrap-datetimepicker-widget table td.today{position:relative;background-color:#f9fafb}.bootstrap-datetimepicker-widget table td.today:before{content:'';display:inline-block;border:solid transparent;border-width:0 0 7px 7px;border-bottom-color:#007bff;border-top-color:rgba(0,0,0,0.2);position:absolute;bottom:4px;right:4px}.bootstrap-datetimepicker-widget table td.active,.bootstrap-datetimepicker-widget table td.active:hover{background-color:#007bff;color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25)}.bootstrap-datetimepicker-widget table td.active.today:before{border-bottom-color:#fff}.bootstrap-datetimepicker-widget table td.disabled,.bootstrap-datetimepicker-widget table td.disabled:hover{background:none;color:#777;cursor:not-allowed}.bootstrap-datetimepicker-widget table td span{display:inline-block;width:54px;height:54px;line-height:54px;margin:2px 1.5px;cursor:pointer;border-radius:4px}.bootstrap-datetimepicker-widget table td span:hover{background:#eee}.bootstrap-datetimepicker-widget table td span.active{background-color:#007bff;color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25)}.bootstrap-datetimepicker-widget table td span.old{color:#777}.bootstrap-datetimepicker-widget table td span.disabled,.bootstrap-datetimepicker-widget table td span.disabled:hover{background:none;color:#777;cursor:not-allowed}.bootstrap-datetimepicker-widget.usetwentyfour td.hour{height:30px;line-height:30px}.bootstrap-datetimepicker-widget.wider{width:21em}.bootstrap-datetimepicker-widget .datepicker-decades .decade{line-height:1.8em !important}.input-group.date .input-group-addon{cursor:pointer}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0} \ No newline at end of file diff --git a/static/lyear/js/bootstrap-datetimepicker/bootstrap-datetimepicker.min.js b/static/lyear/js/bootstrap-datetimepicker/bootstrap-datetimepicker.min.js new file mode 100644 index 0000000..f0d2e73 --- /dev/null +++ b/static/lyear/js/bootstrap-datetimepicker/bootstrap-datetimepicker.min.js @@ -0,0 +1,2 @@ +!function(a){"use strict";if("function"==typeof define&&define.amd)define(["jquery","moment"],a);else if("object"==typeof exports)module.exports=a(require("jquery"),require("moment"));else{if("undefined"==typeof jQuery)throw"bootstrap-datetimepicker requires jQuery to be loaded first";if("undefined"==typeof moment)throw"bootstrap-datetimepicker requires Moment.js to be loaded first";a(jQuery,moment)}}(function(a,b){"use strict";if(!b)throw new Error("bootstrap-datetimepicker requires Moment.js to be loaded first");var c=function(c,d){var e,f,g,h,i,j,k,l={},m=!0,n=!1,o=!1,p=0,q=[{clsName:"days",navFnc:"M",navStep:1},{clsName:"months",navFnc:"y",navStep:1},{clsName:"years",navFnc:"y",navStep:10},{clsName:"decades",navFnc:"y",navStep:100}],r=["days","months","years","decades"],s=["top","bottom","auto"],t=["left","right","auto"],u=["default","top","bottom"],v={up:38,38:"up",down:40,40:"down",left:37,37:"left",right:39,39:"right",tab:9,9:"tab",escape:27,27:"escape",enter:13,13:"enter",pageUp:33,33:"pageUp",pageDown:34,34:"pageDown",shift:16,16:"shift",control:17,17:"control",space:32,32:"space",t:84,84:"t",delete:46,46:"delete"},w={},x=function(){return void 0!==b.tz&&void 0!==d.timeZone&&null!==d.timeZone&&""!==d.timeZone},y=function(a){var c;return c=void 0===a||null===a?b():b.isDate(a)||b.isMoment(a)?b(a):x()?b.tz(a,j,d.useStrict,d.timeZone):b(a,j,d.useStrict),x()&&c.tz(d.timeZone),c},z=function(a){if("string"!=typeof a||a.length>1)throw new TypeError("isEnabled expects a single character string parameter");switch(a){case"y":return i.indexOf("Y")!==-1;case"M":return i.indexOf("M")!==-1;case"d":return i.toLowerCase().indexOf("d")!==-1;case"h":case"H":return i.toLowerCase().indexOf("h")!==-1;case"m":return i.indexOf("m")!==-1;case"s":return i.indexOf("s")!==-1;default:return!1}},A=function(){return z("h")||z("m")||z("s")},B=function(){return z("y")||z("M")||z("d")},C=function(){var b=a("").append(a("").append(a("").addClass("prev").attr("data-action","previous").append(a("").addClass(d.icons.previous))).append(a("").addClass("picker-switch").attr("data-action","pickerSwitch").attr("colspan",d.calendarWeeks?"6":"5")).append(a("").addClass("next").attr("data-action","next").append(a("").addClass(d.icons.next)))),c=a("").append(a("").append(a("").attr("colspan",d.calendarWeeks?"8":"7")));return[a("
    ").addClass("datepicker-days").append(a("").addClass("table-condensed").append(b).append(a(""))),a("
    ").addClass("datepicker-months").append(a("
    ").addClass("table-condensed").append(b.clone()).append(c.clone())),a("
    ").addClass("datepicker-years").append(a("
    ").addClass("table-condensed").append(b.clone()).append(c.clone())),a("
    ").addClass("datepicker-decades").append(a("
    ").addClass("table-condensed").append(b.clone()).append(c.clone()))]},D=function(){var b=a(""),c=a(""),e=a("");return z("h")&&(b.append(a("', $tr + .children('td').length)); + var $element = $tr.next().find('td'); + var detailFormatter = _columnDetailFormatter || this.options + .detailFormatter; + var content = Utils.calculateObjectValue(this.options, detailFormatter, [ + index, row, $element + ], ''); + + if ($element.length === 1) { + $element.append(content); + } + + this.trigger('expand-row', index, row, $element); + } + }, { + key: "expandRowByUniqueId", + value: function expandRowByUniqueId(uniqueId) { + var row = this.getRowByUniqueId(uniqueId); + + if (!row) { + return; + } + + this.expandRow(this.data.indexOf(row)); + } + }, { + key: "collapseRow", + value: function collapseRow(index) { + var row = this.data[index]; + var $tr = this.$body.find(Utils.sprintf( + '> tr[data-index="%s"][data-has-detail-view]', index)); + + if (!$tr.next().is('tr.detail-view')) { + return; + } + + if (this.options.detailViewIcon) { + $tr.find('a.detail-icon').html(Utils.sprintf(this.constants.html.icon, + this.options.iconsPrefix, this.options.icons.detailOpen)); + } + + this.trigger('collapse-row', index, row, $tr.next()); + $tr.next().remove(); + } + }, { + key: "collapseRowByUniqueId", + value: function collapseRowByUniqueId(uniqueId) { + var row = this.getRowByUniqueId(uniqueId); + + if (!row) { + return; + } + + this.collapseRow(this.data.indexOf(row)); + } + }, { + key: "expandAllRows", + value: function expandAllRows() { + var trs = this.$body.find('> tr[data-index][data-has-detail-view]'); + + for (var i = 0; i < trs.length; i++) { + this.expandRow($__default["default"](trs[i]).data('index')); + } + } + }, { + key: "collapseAllRows", + value: function collapseAllRows() { + var trs = this.$body.find('> tr[data-index][data-has-detail-view]'); + + for (var i = 0; i < trs.length; i++) { + this.collapseRow($__default["default"](trs[i]).data('index')); + } + } + }, { + key: "updateColumnTitle", + value: function updateColumnTitle(params) { + if (!params.hasOwnProperty('field') || !params.hasOwnProperty('title')) { + return; + } + + this.columns[this.fieldsColumnsIndex[params.field]].title = this.options + .escape ? Utils.escapeHTML(params.title) : params.title; + + if (this.columns[this.fieldsColumnsIndex[params.field]].visible) { + this.$header.find('th[data-field]').each(function(i, el) { + if ($__default["default"](el).data('field') === params + .field) { + $__default["default"]($__default["default"](el).find( + '.th-inner')[0]).text(params.title); + return false; + } + }); + this.resetView(); + } + } + }, { + key: "updateFormatText", + value: function updateFormatText(formatName, text) { + if (!/^format/.test(formatName) || !this.options[formatName]) { + return; + } + + if (typeof text === 'string') { + this.options[formatName] = function() { + return text; + }; + } else if (typeof text === 'function') { + this.options[formatName] = text; + } + + this.initToolbar(); + this.initPagination(); + this.initBody(); + } + }]); + + return BootstrapTable; + }(); + + BootstrapTable.VERSION = Constants.VERSION; + BootstrapTable.DEFAULTS = Constants.DEFAULTS; + BootstrapTable.LOCALES = Constants.LOCALES; + BootstrapTable.COLUMN_DEFAULTS = Constants.COLUMN_DEFAULTS; + BootstrapTable.METHODS = Constants.METHODS; + BootstrapTable.EVENTS = Constants.EVENTS; // BOOTSTRAP TABLE PLUGIN DEFINITION + // ======================= + + $__default["default"].BootstrapTable = BootstrapTable; + + $__default["default"].fn.bootstrapTable = function(option) { + for (var _len2 = arguments.length, args = new Array(_len2 > 1 ? _len2 - 1 : 0), _key5 = 1; _key5 < + _len2; _key5++) { + args[_key5 - 1] = arguments[_key5]; + } + + var value; + this.each(function(i, el) { + var data = $__default["default"](el).data('bootstrap.table'); + var options = $__default["default"].extend({}, BootstrapTable.DEFAULTS, $__default[ + "default"](el).data(), _typeof(option) === 'object' && option); + + if (typeof option === 'string') { + var _data2; + + if (!Constants.METHODS.includes(option)) { + throw new Error("Unknown method: ".concat(option)); + } + + if (!data) { + return; + } + + value = (_data2 = data)[option].apply(_data2, args); + + if (option === 'destroy') { + $__default["default"](el).removeData('bootstrap.table'); + } + } + + if (!data) { + data = new $__default["default"].BootstrapTable(el, options); + $__default["default"](el).data('bootstrap.table', data); + data.init(); + } + }); + return typeof value === 'undefined' ? this : value; + }; + + $__default["default"].fn.bootstrapTable.Constructor = BootstrapTable; + $__default["default"].fn.bootstrapTable.theme = Constants.THEME; + $__default["default"].fn.bootstrapTable.VERSION = Constants.VERSION; + $__default["default"].fn.bootstrapTable.defaults = BootstrapTable.DEFAULTS; + $__default["default"].fn.bootstrapTable.columnDefaults = BootstrapTable.COLUMN_DEFAULTS; + $__default["default"].fn.bootstrapTable.events = BootstrapTable.EVENTS; + $__default["default"].fn.bootstrapTable.locales = BootstrapTable.LOCALES; + $__default["default"].fn.bootstrapTable.methods = BootstrapTable.METHODS; + $__default["default"].fn.bootstrapTable.utils = Utils; // BOOTSTRAP TABLE INIT + // ======================= + + $__default["default"](function() { + $__default["default"]('[data-toggle="table"]').bootstrapTable(); + }); + + return BootstrapTable; + +})); diff --git a/static/lyear/js/bootstrap-table/bootstrap-table.min.css b/static/lyear/js/bootstrap-table/bootstrap-table.min.css new file mode 100644 index 0000000..e51f3e2 --- /dev/null +++ b/static/lyear/js/bootstrap-table/bootstrap-table.min.css @@ -0,0 +1,10 @@ +/** + * bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation) + * + * @version v1.20.0 + * @homepage https://bootstrap-table.com + * @author wenzhixin (http://wenzhixin.net.cn/) + * @license MIT + */ + +.bootstrap-table .fixed-table-toolbar::after{content:"";display:block;clear:both}.bootstrap-table .fixed-table-toolbar .bs-bars,.bootstrap-table .fixed-table-toolbar .columns,.bootstrap-table .fixed-table-toolbar .search{position:relative;margin-top:10px;margin-bottom:10px}.bootstrap-table .fixed-table-toolbar .columns .btn-group>.btn-group{display:inline-block;margin-left:-1px!important}.bootstrap-table .fixed-table-toolbar .columns .btn-group>.btn-group>.btn{border-radius:0}.bootstrap-table .fixed-table-toolbar .columns .btn-group>.btn-group:first-child>.btn{border-top-left-radius:4px;border-bottom-left-radius:4px}.bootstrap-table .fixed-table-toolbar .columns .btn-group>.btn-group:last-child>.btn{border-top-right-radius:4px;border-bottom-right-radius:4px}.bootstrap-table .fixed-table-toolbar .columns .dropdown-menu{text-align:left;max-height:300px;overflow:auto;-ms-overflow-style:scrollbar;z-index:1001}.bootstrap-table .fixed-table-toolbar .columns label{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.428571429}.bootstrap-table .fixed-table-toolbar .columns-left{margin-right:5px}.bootstrap-table .fixed-table-toolbar .columns-right{margin-left:5px}.bootstrap-table .fixed-table-toolbar .pull-right .dropdown-menu{right:0;left:auto}.bootstrap-table .fixed-table-container{position:relative;clear:both}.bootstrap-table .fixed-table-container .table{width:100%;margin-bottom:0!important}.bootstrap-table .fixed-table-container .table td,.bootstrap-table .fixed-table-container .table th{vertical-align:middle;box-sizing:border-box}.bootstrap-table .fixed-table-container .table thead th{vertical-align:bottom;padding:0;margin:0}.bootstrap-table .fixed-table-container .table thead th:focus{outline:0 solid transparent}.bootstrap-table .fixed-table-container .table thead th.detail{width:30px}.bootstrap-table .fixed-table-container .table thead th .th-inner{padding:.75rem;vertical-align:bottom;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bootstrap-table .fixed-table-container .table thead th .sortable{cursor:pointer;background-position:right;background-repeat:no-repeat;padding-right:30px!important}.bootstrap-table .fixed-table-container .table thead th .both{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAQAAADYWf5HAAAAkElEQVQoz7X QMQ5AQBCF4dWQSJxC5wwax1Cq1e7BAdxD5SL+Tq/QCM1oNiJidwox0355mXnG/DrEtIQ6azioNZQxI0ykPhTQIwhCR+BmBYtlK7kLJYwWCcJA9M4qdrZrd8pPjZWPtOqdRQy320YSV17OatFC4euts6z39GYMKRPCTKY9UnPQ6P+GtMRfGtPnBCiqhAeJPmkqAAAAAElFTkSuQmCC")}.bootstrap-table .fixed-table-container .table thead th .asc{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZ0lEQVQ4y2NgGLKgquEuFxBPAGI2ahhWCsS/gDibUoO0gPgxEP8H4ttArEyuQYxAPBdqEAxPBImTY5gjEL9DM+wTENuQahAvEO9DMwiGdwAxOymGJQLxTyD+jgWDxCMZRsEoGAVoAADeemwtPcZI2wAAAABJRU5ErkJggg==")}.bootstrap-table .fixed-table-container .table thead th .desc{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZUlEQVQ4y2NgGAWjYBSggaqGu5FA/BOIv2PBIPFEUgxjB+IdQPwfC94HxLykus4GiD+hGfQOiB3J8SojEE9EM2wuSJzcsFMG4ttQgx4DsRalkZENxL+AuJQaMcsGxBOAmGvopk8AVz1sLZgg0bsAAAAASUVORK5CYII= ")}.bootstrap-table .fixed-table-container .table tbody tr.selected td{background-color:rgba(0,0,0,.075)}.bootstrap-table .fixed-table-container .table tbody tr.no-records-found td{text-align:center}.bootstrap-table .fixed-table-container .table tbody tr .card-view{display:flex}.bootstrap-table .fixed-table-container .table tbody tr .card-view .card-view-title{font-weight:700;display:inline-block;min-width:30%;width:auto!important;text-align:left!important}.bootstrap-table .fixed-table-container .table tbody tr .card-view .card-view-value{width:100%!important;text-align:left!important}.bootstrap-table .fixed-table-container .table .bs-checkbox{text-align:center}.bootstrap-table .fixed-table-container .table .bs-checkbox label{margin-bottom:0}.bootstrap-table .fixed-table-container .table .bs-checkbox label input[type=checkbox],.bootstrap-table .fixed-table-container .table .bs-checkbox label input[type=radio]{margin:0 auto!important}.bootstrap-table .fixed-table-container .table.table-sm .th-inner{padding:.3rem}.bootstrap-table .fixed-table-container.fixed-height:not(.has-footer){border-bottom:1px solid #dee2e6}.bootstrap-table .fixed-table-container.fixed-height.has-card-view{border-top:1px solid #dee2e6;border-bottom:1px solid #dee2e6}.bootstrap-table .fixed-table-container.fixed-height .fixed-table-border{border-left:1px solid #dee2e6;border-right:1px solid #dee2e6}.bootstrap-table .fixed-table-container.fixed-height .table thead th{border-bottom:1px solid #dee2e6}.bootstrap-table .fixed-table-container.fixed-height .table-dark thead th{border-bottom:1px solid #32383e}.bootstrap-table .fixed-table-container .fixed-table-header{overflow:hidden}.bootstrap-table .fixed-table-container .fixed-table-body{overflow-x:auto;overflow-y:auto;height:100%}.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading{align-items:center;background:#fff;display:flex;justify-content:center;position:absolute;bottom:0;width:100%;max-width:100%;z-index:1000;transition:visibility 0s,opacity .15s ease-in-out;opacity:0;visibility:hidden}.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.open{visibility:visible;opacity:1}.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap{align-items:baseline;display:flex;justify-content:center}.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .loading-text{margin-right:6px}.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap{align-items:center;display:flex;justify-content:center}.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-dot,.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap::after,.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap::before{content:"";animation-duration:1.5s;animation-iteration-count:infinite;animation-name:LOADING;background:#212529;border-radius:50%;display:block;height:5px;margin:0 4px;opacity:0;width:5px}.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-dot{animation-delay:.3s}.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap::after{animation-delay:.6s}.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.table-dark{background:#212529}.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.table-dark .animation-dot,.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.table-dark .animation-wrap::after,.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.table-dark .animation-wrap::before{background:#fff}.bootstrap-table .fixed-table-container .fixed-table-footer{overflow:hidden}.bootstrap-table .fixed-table-pagination::after{content:"";display:block;clear:both}.bootstrap-table .fixed-table-pagination>.pagination,.bootstrap-table .fixed-table-pagination>.pagination-detail{margin-top:10px;margin-bottom:10px}.bootstrap-table .fixed-table-pagination>.pagination-detail .pagination-info{line-height:34px;margin-right:5px}.bootstrap-table .fixed-table-pagination>.pagination-detail .page-list{display:inline-block}.bootstrap-table .fixed-table-pagination>.pagination-detail .page-list .btn-group{position:relative;display:inline-block;vertical-align:middle}.bootstrap-table .fixed-table-pagination>.pagination-detail .page-list .btn-group .dropdown-menu{margin-bottom:0}.bootstrap-table .fixed-table-pagination>.pagination ul.pagination{margin:0}.bootstrap-table .fixed-table-pagination>.pagination ul.pagination li.page-intermediate a{color:#c8c8c8}.bootstrap-table .fixed-table-pagination>.pagination ul.pagination li.page-intermediate a::before{content:'\2B05'}.bootstrap-table .fixed-table-pagination>.pagination ul.pagination li.page-intermediate a::after{content:'\27A1'}.bootstrap-table .fixed-table-pagination>.pagination ul.pagination li.disabled a{pointer-events:none;cursor:default}.bootstrap-table.fullscreen{position:fixed;top:0;left:0;z-index:1050;width:100%!important;background:#fff;height:calc(100vh);overflow-y:scroll}.bootstrap-table.bootstrap4 .pagination-lg .page-link,.bootstrap-table.bootstrap5 .pagination-lg .page-link{padding:.5rem 1rem}.bootstrap-table.bootstrap5 .float-left{float:left}.bootstrap-table.bootstrap5 .float-right{float:right}div.fixed-table-scroll-inner{width:100%;height:200px}div.fixed-table-scroll-outer{top:0;left:0;visibility:hidden;width:200px;height:150px;overflow:hidden}@keyframes LOADING{0%{opacity:0}50%{opacity:1}to{opacity:0}} \ No newline at end of file diff --git a/static/lyear/js/bootstrap-table/bootstrap-table.min.js b/static/lyear/js/bootstrap-table/bootstrap-table.min.js new file mode 100644 index 0000000..00781d4 --- /dev/null +++ b/static/lyear/js/bootstrap-table/bootstrap-table.min.js @@ -0,0 +1,10 @@ +/** + * bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation) + * + * @version v1.20.0 + * @homepage https://bootstrap-table.com + * @author wenzhixin (http://wenzhixin.net.cn/) + * @license MIT + */ + +!function(t,e){"object"==typeof exports&&"undefined"!=typeof module?module.exports=e(require("jquery")):"function"==typeof define&&define.amd?define(["jquery"],e):(t="undefined"!=typeof globalThis?globalThis:t||self).BootstrapTable=e(t.jQuery)}(this,(function(t){"use strict";function e(t){return t&&"object"==typeof t&&"default"in t?t:{default:t}}var i=e(t);function n(t){return n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},n(t)}function o(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function a(t,e){for(var i=0;it.length)&&(e=t.length);for(var i=0,n=new Array(e);i=t.length?{done:!0}:{done:!1,value:t[n++]}},e:function(t){throw t},f:o}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var a,r=!0,s=!1;return{s:function(){i=i.call(t)},n:function(){var t=i.next();return r=t.done,t},e:function(t){s=!0,a=t},f:function(){try{r||null==i.return||i.return()}finally{if(s)throw a}}}}var d="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};function f(t,e){return t(e={exports:{}},e.exports),e.exports}var p,g,v=function(t){return t&&t.Math==Math&&t},b=v("object"==typeof globalThis&&globalThis)||v("object"==typeof window&&window)||v("object"==typeof self&&self)||v("object"==typeof d&&d)||function(){return this}()||Function("return this")(),m=function(t){try{return!!t()}catch(t){return!0}},y=!m((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]})),w=!m((function(){var t=function(){}.bind();return"function"!=typeof t||t.hasOwnProperty("prototype")})),S=Function.prototype.call,x=w?S.bind(S):function(){return S.apply(S,arguments)},k={}.propertyIsEnumerable,O=Object.getOwnPropertyDescriptor,C=O&&!k.call({1:2},1)?function(t){var e=O(this,t);return!!e&&e.enumerable}:k,T={f:C},P=function(t,e){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:e}},I=Function.prototype,A=I.bind,$=I.call,R=w&&A.bind($,$),E=w?function(t){return t&&R(t)}:function(t){return t&&function(){return $.apply(t,arguments)}},j=E({}.toString),F=E("".slice),_=function(t){return F(j(t),8,-1)},N=b.Object,D=E("".split),V=m((function(){return!N("z").propertyIsEnumerable(0)}))?function(t){return"String"==_(t)?D(t,""):N(t)}:N,B=b.TypeError,L=function(t){if(null==t)throw B("Can't call method on "+t);return t},H=function(t){return V(L(t))},M=function(t){return"function"==typeof t},U=function(t){return"object"==typeof t?null!==t:M(t)},z=function(t){return M(t)?t:void 0},q=function(t,e){return arguments.length<2?z(b[t]):b[t]&&b[t][e]},W=E({}.isPrototypeOf),G=q("navigator","userAgent")||"",K=b.process,Y=b.Deno,J=K&&K.versions||Y&&Y.version,X=J&&J.v8;X&&(g=(p=X.split("."))[0]>0&&p[0]<4?1:+(p[0]+p[1])),!g&&G&&(!(p=G.match(/Edge\/(\d+)/))||p[1]>=74)&&(p=G.match(/Chrome\/(\d+)/))&&(g=+p[1]);var Q=g,Z=!!Object.getOwnPropertySymbols&&!m((function(){var t=Symbol();return!String(t)||!(Object(t)instanceof Symbol)||!Symbol.sham&&Q&&Q<41})),tt=Z&&!Symbol.sham&&"symbol"==typeof Symbol.iterator,et=b.Object,it=tt?function(t){return"symbol"==typeof t}:function(t){var e=q("Symbol");return M(e)&&W(e.prototype,et(t))},nt=b.String,ot=function(t){try{return nt(t)}catch(t){return"Object"}},at=b.TypeError,rt=function(t){if(M(t))return t;throw at(ot(t)+" is not a function")},st=function(t,e){var i=t[e];return null==i?void 0:rt(i)},lt=b.TypeError,ct=Object.defineProperty,ht=function(t,e){try{ct(b,t,{value:e,configurable:!0,writable:!0})}catch(i){b[t]=e}return e},ut="__core-js_shared__",dt=b[ut]||ht(ut,{}),ft=f((function(t){(t.exports=function(t,e){return dt[t]||(dt[t]=void 0!==e?e:{})})("versions",[]).push({version:"3.21.1",mode:"global",copyright:"© 2014-2022 Denis Pushkarev (zloirock.ru)",license:"https://github.com/zloirock/core-js/blob/v3.21.1/LICENSE",source:"https://github.com/zloirock/core-js"})})),pt=b.Object,gt=function(t){return pt(L(t))},vt=E({}.hasOwnProperty),bt=Object.hasOwn||function(t,e){return vt(gt(t),e)},mt=0,yt=Math.random(),wt=E(1..toString),St=function(t){return"Symbol("+(void 0===t?"":t)+")_"+wt(++mt+yt,36)},xt=ft("wks"),kt=b.Symbol,Ot=kt&&kt.for,Ct=tt?kt:kt&&kt.withoutSetter||St,Tt=function(t){if(!bt(xt,t)||!Z&&"string"!=typeof xt[t]){var e="Symbol."+t;Z&&bt(kt,t)?xt[t]=kt[t]:xt[t]=tt&&Ot?Ot(e):Ct(e)}return xt[t]},Pt=b.TypeError,It=Tt("toPrimitive"),At=function(t,e){if(!U(t)||it(t))return t;var i,n=st(t,It);if(n){if(void 0===e&&(e="default"),i=x(n,t,e),!U(i)||it(i))return i;throw Pt("Can't convert object to primitive value")}return void 0===e&&(e="number"),function(t,e){var i,n;if("string"===e&&M(i=t.toString)&&!U(n=x(i,t)))return n;if(M(i=t.valueOf)&&!U(n=x(i,t)))return n;if("string"!==e&&M(i=t.toString)&&!U(n=x(i,t)))return n;throw lt("Can't convert object to primitive value")}(t,e)},$t=function(t){var e=At(t,"string");return it(e)?e:e+""},Rt=b.document,Et=U(Rt)&&U(Rt.createElement),jt=function(t){return Et?Rt.createElement(t):{}},Ft=!y&&!m((function(){return 7!=Object.defineProperty(jt("div"),"a",{get:function(){return 7}}).a})),_t=Object.getOwnPropertyDescriptor,Nt={f:y?_t:function(t,e){if(t=H(t),e=$t(e),Ft)try{return _t(t,e)}catch(t){}if(bt(t,e))return P(!x(T.f,t,e),t[e])}},Dt=y&&m((function(){return 42!=Object.defineProperty((function(){}),"prototype",{value:42,writable:!1}).prototype})),Vt=b.String,Bt=b.TypeError,Lt=function(t){if(U(t))return t;throw Bt(Vt(t)+" is not an object")},Ht=b.TypeError,Mt=Object.defineProperty,Ut=Object.getOwnPropertyDescriptor,zt="enumerable",qt="configurable",Wt="writable",Gt={f:y?Dt?function(t,e,i){if(Lt(t),e=$t(e),Lt(i),"function"==typeof t&&"prototype"===e&&"value"in i&&Wt in i&&!i.writable){var n=Ut(t,e);n&&n.writable&&(t[e]=i.value,i={configurable:qt in i?i.configurable:n.configurable,enumerable:zt in i?i.enumerable:n.enumerable,writable:!1})}return Mt(t,e,i)}:Mt:function(t,e,i){if(Lt(t),e=$t(e),Lt(i),Ft)try{return Mt(t,e,i)}catch(t){}if("get"in i||"set"in i)throw Ht("Accessors not supported");return"value"in i&&(t[e]=i.value),t}},Kt=y?function(t,e,i){return Gt.f(t,e,P(1,i))}:function(t,e,i){return t[e]=i,t},Yt=E(Function.toString);M(dt.inspectSource)||(dt.inspectSource=function(t){return Yt(t)});var Jt,Xt,Qt,Zt=dt.inspectSource,te=b.WeakMap,ee=M(te)&&/native code/.test(Zt(te)),ie=ft("keys"),ne=function(t){return ie[t]||(ie[t]=St(t))},oe={},ae="Object already initialized",re=b.TypeError,se=b.WeakMap;if(ee||dt.state){var le=dt.state||(dt.state=new se),ce=E(le.get),he=E(le.has),ue=E(le.set);Jt=function(t,e){if(he(le,t))throw new re(ae);return e.facade=t,ue(le,t,e),e},Xt=function(t){return ce(le,t)||{}},Qt=function(t){return he(le,t)}}else{var de=ne("state");oe[de]=!0,Jt=function(t,e){if(bt(t,de))throw new re(ae);return e.facade=t,Kt(t,de,e),e},Xt=function(t){return bt(t,de)?t[de]:{}},Qt=function(t){return bt(t,de)}}var fe={set:Jt,get:Xt,has:Qt,enforce:function(t){return Qt(t)?Xt(t):Jt(t,{})},getterFor:function(t){return function(e){var i;if(!U(e)||(i=Xt(e)).type!==t)throw re("Incompatible receiver, "+t+" required");return i}}},pe=Function.prototype,ge=y&&Object.getOwnPropertyDescriptor,ve=bt(pe,"name"),be={EXISTS:ve,PROPER:ve&&"something"===function(){}.name,CONFIGURABLE:ve&&(!y||y&&ge(pe,"name").configurable)},me=f((function(t){var e=be.CONFIGURABLE,i=fe.get,n=fe.enforce,o=String(String).split("String");(t.exports=function(t,i,a,r){var s,l=!!r&&!!r.unsafe,c=!!r&&!!r.enumerable,h=!!r&&!!r.noTargetGet,u=r&&void 0!==r.name?r.name:i;M(a)&&("Symbol("===String(u).slice(0,7)&&(u="["+String(u).replace(/^Symbol\(([^)]*)\)/,"$1")+"]"),(!bt(a,"name")||e&&a.name!==u)&&Kt(a,"name",u),(s=n(a)).source||(s.source=o.join("string"==typeof u?u:""))),t!==b?(l?!h&&t[i]&&(c=!0):delete t[i],c?t[i]=a:Kt(t,i,a)):c?t[i]=a:ht(i,a)})(Function.prototype,"toString",(function(){return M(this)&&i(this).source||Zt(this)}))})),ye=Math.ceil,we=Math.floor,Se=function(t){var e=+t;return e!=e||0===e?0:(e>0?we:ye)(e)},xe=Math.max,ke=Math.min,Oe=function(t,e){var i=Se(t);return i<0?xe(i+e,0):ke(i,e)},Ce=Math.min,Te=function(t){return t>0?Ce(Se(t),9007199254740991):0},Pe=function(t){return Te(t.length)},Ie=function(t){return function(e,i,n){var o,a=H(e),r=Pe(a),s=Oe(n,r);if(t&&i!=i){for(;r>s;)if((o=a[s++])!=o)return!0}else for(;r>s;s++)if((t||s in a)&&a[s]===i)return t||s||0;return!t&&-1}},Ae={includes:Ie(!0),indexOf:Ie(!1)},$e=Ae.indexOf,Re=E([].push),Ee=function(t,e){var i,n=H(t),o=0,a=[];for(i in n)!bt(oe,i)&&bt(n,i)&&Re(a,i);for(;e.length>o;)bt(n,i=e[o++])&&(~$e(a,i)||Re(a,i));return a},je=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"],Fe=je.concat("length","prototype"),_e={f:Object.getOwnPropertyNames||function(t){return Ee(t,Fe)}},Ne={f:Object.getOwnPropertySymbols},De=E([].concat),Ve=q("Reflect","ownKeys")||function(t){var e=_e.f(Lt(t)),i=Ne.f;return i?De(e,i(t)):e},Be=function(t,e,i){for(var n=Ve(e),o=Gt.f,a=Nt.f,r=0;ro;)for(var s,l=V(arguments[o++]),c=a?Qe(Ye(l),a(l)):Ye(l),h=c.length,u=0;h>u;)s=c[u++],y&&!x(r,l,s)||(i[s]=l[s]);return i}:Je;Ke({target:"Object",stat:!0,forced:Object.assign!==Ze},{assign:Ze});var ti={};ti[Tt("toStringTag")]="z";var ei,ii="[object z]"===String(ti),ni=Tt("toStringTag"),oi=b.Object,ai="Arguments"==_(function(){return arguments}()),ri=ii?_:function(t){var e,i,n;return void 0===t?"Undefined":null===t?"Null":"string"==typeof(i=function(t,e){try{return t[e]}catch(t){}}(e=oi(t),ni))?i:ai?_(e):"Object"==(n=_(e))&&M(e.callee)?"Arguments":n},si=b.String,li=function(t){if("Symbol"===ri(t))throw TypeError("Cannot convert a Symbol value to a string");return si(t)},ci="\t\n\v\f\r                 \u2028\u2029\ufeff",hi=E("".replace),ui="["+ci+"]",di=RegExp("^"+ui+ui+"*"),fi=RegExp(ui+ui+"*$"),pi=function(t){return function(e){var i=li(L(e));return 1&t&&(i=hi(i,di,"")),2&t&&(i=hi(i,fi,"")),i}},gi={start:pi(1),end:pi(2),trim:pi(3)},vi=be.PROPER,bi=gi.trim;Ke({target:"String",proto:!0,forced:(ei="trim",m((function(){return!!ci[ei]()||"​…᠎"!=="​…᠎"[ei]()||vi&&ci[ei].name!==ei})))},{trim:function(){return bi(this)}});var mi=function(t,e){var i=[][t];return!!i&&m((function(){i.call(null,e||function(){return 1},1)}))},yi=E([].join),wi=V!=Object,Si=mi("join",",");Ke({target:"Array",proto:!0,forced:wi||!Si},{join:function(t){return yi(H(this),void 0===t?",":t)}});var xi,ki=function(){var t=Lt(this),e="";return t.global&&(e+="g"),t.ignoreCase&&(e+="i"),t.multiline&&(e+="m"),t.dotAll&&(e+="s"),t.unicode&&(e+="u"),t.sticky&&(e+="y"),e},Oi=b.RegExp,Ci=m((function(){var t=Oi("a","y");return t.lastIndex=2,null!=t.exec("abcd")})),Ti=Ci||m((function(){return!Oi("a","y").sticky})),Pi={BROKEN_CARET:Ci||m((function(){var t=Oi("^r","gy");return t.lastIndex=2,null!=t.exec("str")})),MISSED_STICKY:Ti,UNSUPPORTED_Y:Ci},Ii=y&&!Dt?Object.defineProperties:function(t,e){Lt(t);for(var i,n=H(e),o=Ye(e),a=o.length,r=0;a>r;)Gt.f(t,i=o[r++],n[i]);return t},Ai={f:Ii},$i=q("document","documentElement"),Ri=ne("IE_PROTO"),Ei=function(){},ji=function(t){return" + + + + \ No newline at end of file diff --git a/user/login/template/lyear/login_copyright.htm b/user/login/template/lyear/login_copyright.htm new file mode 100644 index 0000000..741ae0b --- /dev/null +++ b/user/login/template/lyear/login_copyright.htm @@ -0,0 +1,6 @@ +
    +

    Powered By DzzOffice {eval echo CORE_VERSION}

    + +

    $_G[setting][sitebeian]

    + +
    \ No newline at end of file diff --git a/user/login/template/lyear/login_single1.htm b/user/login/template/lyear/login_single1.htm new file mode 100644 index 0000000..f9e67dc --- /dev/null +++ b/user/login/template/lyear/login_single1.htm @@ -0,0 +1,103 @@ + + + + + +
    + + + + + + +
    +
    +
    +
    + light year admin +
    + +

    $_G[setting][loginset][title]

    + + +
    $_G[setting][loginset][subtitle]
    + + +

    {lang site_closed_please_admin}

    + +
    +
    + + + + + +
    + + +
    +
    + + +
    + + +
    + +
    + + +
    + +
    +
    + +
    +

    + +

    +
    + + + + + \ No newline at end of file diff --git a/user/login/template/lyear/login_single2.htm b/user/login/template/lyear/login_single2.htm new file mode 100644 index 0000000..b04904f --- /dev/null +++ b/user/login/template/lyear/login_single2.htm @@ -0,0 +1,132 @@ + + + + + + + + +
    + +
    + + + + + + + \ No newline at end of file diff --git a/user/login/template/lyear/login_single3.htm b/user/login/template/lyear/login_single3.htm new file mode 100644 index 0000000..f4513a8 --- /dev/null +++ b/user/login/template/lyear/login_single3.htm @@ -0,0 +1,104 @@ + + + + + + +
    + + + +
    +
    + +
    +
    +
    + light year admin + +

    $_G[setting][loginset][title]

    + + +
    $_G[setting][loginset][subtitle]
    + + +

    {lang site_closed_please_admin}

    + +
    +
    + + + + + +
    + + +
    +
    + + +
    + + +
    + +
    + + +
    + +
    +
    + +
    +

    + +

    +
    +
    +
    + + + + + \ No newline at end of file diff --git a/user/login/template/lyear/login_skip.htm b/user/login/template/lyear/login_skip.htm new file mode 100644 index 0000000..50e20a6 --- /dev/null +++ b/user/login/template/lyear/login_skip.htm @@ -0,0 +1,8 @@ + + \ No newline at end of file diff --git a/user/login/template/lyear/lostpasswd.htm b/user/login/template/lyear/lostpasswd.htm new file mode 100644 index 0000000..3265aa1 --- /dev/null +++ b/user/login/template/lyear/lostpasswd.htm @@ -0,0 +1,142 @@ + + + + + + + + + +
    + + + + + + +
    + + + + + + + diff --git a/user/profile/avatar.php b/user/profile/avatar.php index e07b9e0..ee36acc 100644 --- a/user/profile/avatar.php +++ b/user/profile/avatar.php @@ -35,10 +35,9 @@ if(submitcheck('avatarsubmit')) { $user = C::t('user')->get_user_by_uid($_G['uid']); if(empty($user['avatarstatus']) && dzz_check_avatar($_G['uid'], 'middle')) { - C::t('user')->update($_G['uid'], array('avatarstatus'=>'1')); } - +$navtitle=lang('Modify_the_picture'); include template("avatar"); function dzz_check_avatar($uid, $size = 'middle', $type = 'virtual') { @@ -58,7 +57,6 @@ function upBase64($base64Data,$uid){ if (!(file_put_contents($temp, $img))) { //移动失败 return false; } else { //移动成功,生成3种尺寸头像 - $home = get_home($uid); if(!is_dir(DZZ_ROOT.'./data/avatar/'.$home)) { set_home($uid, DZZ_ROOT.'./data/avatar/'); diff --git a/user/profile/classes/emailchk.php b/user/profile/classes/emailchk.php index 45b746e..f218bb9 100644 --- a/user/profile/classes/emailchk.php +++ b/user/profile/classes/emailchk.php @@ -11,7 +11,7 @@ class Emailchk{ $bindstatus = 0; $id = isset($params['id']) ? $params['id'] : ''; $idchk = isset($params['idchk']) ? $params['idchk'] : ''; - $do = trim($params['do']) ? trim($params['do']) : ''; + $do = isset($params['do']) ? trim($params['do']) : ''; if ($id && $do === 'changeemail') { $email = $params['email']; diff --git a/user/profile/index.php b/user/profile/index.php index 12e8118..0f1a0b6 100644 --- a/user/profile/index.php +++ b/user/profile/index.php @@ -11,14 +11,10 @@ if (!defined('IN_DZZ')) { } Hook::listen('check_login');//检查是否登录,未登录跳转到登录界面 - +$navtitle=lang('myCountCenter'); $uid = intval($_G['uid']); - $verify = C::t('user_verify')->fetch($_G['uid']);//验证信息 - $space = C::t('user_profile')->get_userprofile_by_uid($uid);//用户资料信息 - - $userstatus = C::t('user_status')->fetch($uid);//用户状态 $users = getuserbyuid($uid); //$qqlogin = DB::fetch_first("select openid,unbind from %t where uid=%d", array('user_qqconnect', $uid)); diff --git a/user/profile/password.php b/user/profile/password.php index 353f0f4..8d748ad 100644 --- a/user/profile/password.php +++ b/user/profile/password.php @@ -13,7 +13,7 @@ Hook::listen('email_chk',$_GET); $navtitle=lang('myCountCenter'); Hook::listen('check_login'); -$do=trim($_GET['do']) ? trim($_GET['do']):'editpass'; +$do=isset($_GET['do']) ? trim($_GET['do']):'editpass'; $uid=intval($_G['uid']); $seccodecheck = $_G['setting']['seccodestatus'] & 4; @@ -22,7 +22,7 @@ $member=C::t('user_profile')->get_userprofile_by_uid($_G['uid']); //$openid= C::t('user_qqconnect')->fetch_bindstatus_by_uid($uid); if($do == 'editpass'){ - + $navtitle=lang('password_edit'); $strongpw = ($_G['setting']['strongpw']) ? json_encode($_G['setting']['strongpw']):''; if(isset($_GET['editpass'])){ @@ -91,6 +91,7 @@ if($do == 'editpass'){ } }elseif($do == 'login'){ + $navtitle='登录记录'; function get_log_files($logdir = '', $action = 'action') { $dir = opendir($logdir); $files = array(); @@ -202,7 +203,7 @@ if($do == 'editpass'){ $jj=0; if( $last_secondlog ){ for($i=$last_secondlog["start"];$i<$last_secondlog["end"];$i++){ - if( ($jj)>= ($lpp-$onecountget) ){//$last_secondlog["start"] ){ + if( ($jj)>= ($lpp-$onecountget) ){ break; } $jj++; @@ -235,6 +236,7 @@ if($do == 'editpass'){ } $multi = multi($count, $lpp, $page, $theurl,'pull-right'); }elseif($do == 'changeemail'){ + $navtitle=lang('bindemail_subject'); $emailchange = $member['emailstatus']; diff --git a/user/profile/scripts/cropper.js b/user/profile/scripts/cropper.js new file mode 100644 index 0000000..f762a26 --- /dev/null +++ b/user/profile/scripts/cropper.js @@ -0,0 +1,190 @@ +function cropImage() +{ + this.$uploadUrl = MOD_URL+"&op=avatar&do=imageupload"; // 上传地址 + this.$triggerBtn = $('.trigger-btn'); // 上传按钮 + this.$imageModal = $('#image-modal'); // 弹出框 + this.$imageName = this.$imageModal.find('.image-name') // 图片名称 + this.$imageInput = this.$imageModal.find('.image-input'); // file上传文件 + this.$imageUpload = this.$imageModal.find('.image-upload'); // file所在元素 + this.$imageBtns = this.$imageModal.find('.image-btns'); // 图片调整按钮(旋转、放大等) + this.$imageWrapper = this.$imageModal.find('.image-wrapper'); // 图片处理区域 + this.$imagePreview = this.$imageModal.find('.image-preview'); // 图片裁剪预览区域 + this.$uploadBtn = this.$imageModal.find('.upload-btn'); // 上传按钮 + this.$togglesBtns = this.$imageModal.find('.toggles-btns'); // 比例切换按钮 + this.URL = window.URL || window.webkitURL; + this.$options = { + aspectRatio: 1, + viewMode: 1, // 确保裁剪框不能超出图片 + minContainerWidth: 200, + minContainerHeight: 200, + preview: '.image-preview', + }; // 配置 + this.init(); +} +cropImage.prototype = { + constructor: cropImage, + init: function() { + this.initModal(); + this.addListener(); + this.$uploadBtn.prop('disabled', true); + }, + initModal: function() { + this.$imageModal.modal({ + show: false + }); + + if(!URL) { + this.$imageInput.prop('disabled', true); + } + }, + addListener: function() { + // 绑定事件 + this.$triggerBtn.on('click', $.proxy(this.click, this)); + this.$imageInput.on('change', $.proxy(this.change, this)); + this.$togglesBtns.on('change', $.proxy(this.choose, this)); + this.$uploadBtn.on('click', $.proxy(this.ajaxUpload, this)); + this.$imageBtns.on('click', $.proxy(this.rotate, this)); + }, + click: function(e) { + // 点击上传按钮 + this.$imageText = $(e.target).prev('.image-src'); + this.$imageModal.modal('show'); + this.initPreview(); + }, + initPreview: function() { + this.active = false; + this.$imageInput.val(''); + this.$imageName.text(''); + this.$imageWrapper.empty(); + this.$uploadBtn.prop('disabled', true); + // 如果已有图片地址,初始化图片预览区域 + this.$imagePreview.empty(); + var url = this.$imageText.val(); + (url.length > 0) && this.$imagePreview.html(''); + }, + change: function() { + // 选择图片 + var files, file; + files = this.$imageInput.prop('files'); + if (files.length === 0) { + return showmessage('请选择照片', 'danger', 3000, 1); + } + if (files && files.length > 0) { + file = files[0]; + if (file.size > 2 * 1024 * 1024) { // 2MB + showmessage('上传的图片大小不能超过2MB', 'danger', 3000, 1); + return; + } + if (this.isImageFile(file)) { + this.$imageName.text(file.name); + if (this.imageUrl) { + this.URL.revokeObjectURL(this.imageUrl); + } + this.imageUrl = this.URL.createObjectURL(file); + this.startCropper(); + this.$uploadBtn.prop('disabled', false); + } + } + }, + startCropper: function() { + // 选择图片后初始化 + if (this.active) { + this.$image.cropper('replace', this.imageUrl, true); + } else { + this.$image = $(''); + this.$imageWrapper.empty().html(this.$image); + this.$image.cropper('destroy').cropper(this.$options); + + this.active = true; + } + }, + isImageFile: function(file) { + // 判断是否图片格式 + if (file.type) { + return /^image\/\w+$/.test(file.type); + } else { + return /\.(jpg|jpeg|png|gif|bmp|tiff)$/.test(file); + } + }, + choose: function(e) { + var $this = $(e.target); + var name = $this.attr('name'); + + if (!this.active) { + return; + } + + this.$options[name] = $this.val(); + this.$image.cropper('destroy').cropper(this.$options); + }, + rotate: function(e) { + // 调整图片操作 + var data; + if (this.active) { + data = $(e.target).data(); + if (data.method) { + this.$image.cropper(data.method, data.option); + } + } + }, + stopCropper: function() { + // 裁剪上传完成后重置 + if (this.active) { + this.$image.cropper('destroy'); + this.$image.remove(); + this.$imageModal.modal('hide'); + this.$imageInput.val(''); + this.$imageName.text(''); + this.$togglesBtns.find('#aspectRatio1').attr('checked', true); + this.active = false; + } + }, + ajaxUpload: function() { + files = this.$imageInput.prop('files'); + if (files.length === 0) { + return showmessage('请选择照片', 'danger', 3000, 1); + } + var cas = this.$image.cropper('getCroppedCanvas', { + width: 200, + height: 200 + }), + base64Data = cas.toDataURL('image/png'), + _this = this, + $loading; + + // ajax上传 + $.ajax(this.$uploadUrl, { + type: 'post', + data: {"formhash":formhash,"imagedata" : base64Data,"avatarsubmit": 1}, + dataType: 'json', + beforeSend: function() { + _this.$uploadBtn.prop('disabled', true); + $loading = $('.upload-btn').lyearloading({ + opacity: 0.2, + spinnerSize: 'nm' + }); + }, + success: function(data) { + if(data.msg == 'success') { + showmessage(__lang.avatar_uploaded_successfully_time, 'success', 3000, 1); + _this.stopCropper(); + jQuery('.cropimage').attr('src', base64Data); + } else if(data.error) { + showmessage(data.error, 'danger', 3, 1); + } else { + showmessage('上传失败', 'danger', 3000, 1); + } + }, + error: function(XMLHttpRequest, textStatus, errorThrown) { + showmessage('上传失败', 'danger', 3000, 1); + }, + complete: function() { + _this.$uploadBtn.prop('disabled', false); + $loading.destroy(); + } + }); + } +}; +$(document).ready(function(){ + new cropImage(); +}); \ No newline at end of file diff --git a/user/profile/scripts/email.js b/user/profile/scripts/email.js deleted file mode 100644 index c07d8da..0000000 --- a/user/profile/scripts/email.js +++ /dev/null @@ -1,5 +0,0 @@ -/** - * Created by a on 2017/3/26. - */ - - diff --git a/user/profile/template/avatar.htm b/user/profile/template/avatar.htm index 2ee1329..2b931f9 100644 --- a/user/profile/template/avatar.htm +++ b/user/profile/template/avatar.htm @@ -78,7 +78,7 @@ autoUpload: true, maxChunkSize: 2000000, //2M maxFileSize: 5000000, // 5 MB - acceptFileTypes: new RegExp("(\.|\/)([jpeg|jpg|gif|png|bmp])$", 'i'), + acceptFileTypes: new RegExp("(\.|\/)([jpeg|jpg|gif|png|bmp|webp])$", 'i'), dropZone: jQuery('.crop-container'), pasteZone: jQuery('.crop-container'), sequentialUploads: true diff --git a/user/profile/template/lyear/changeemail.htm b/user/profile/template/lyear/changeemail.htm new file mode 100644 index 0000000..a4821c6 --- /dev/null +++ b/user/profile/template/lyear/changeemail.htm @@ -0,0 +1,129 @@ +
    +
    +
      +
    • 1.{lang perform_security_verification}
    • +
    • 2.{lang set_user_email}
    • 2.{lang change_user_email}
    • +
    • 3.{lang email_bind_success}
    • 3.{lang email_edit_success}
    • + +
    +
    +
    + + +
    + + + +
    {Hook safe_chk}
    + + + + +
    +
    + + {lang email_bind_success} +
    +
    + + + \ No newline at end of file diff --git a/user/profile/template/lyear/editpass.htm b/user/profile/template/lyear/editpass.htm new file mode 100644 index 0000000..64a4d47 --- /dev/null +++ b/user/profile/template/lyear/editpass.htm @@ -0,0 +1,81 @@ +
    + + + + +
    + +
    + + +
    +
    + +
    + +
    + + +
    +
    +
    + +
    + + +
    +
    + +
    + +
    + +
    +
    + +
    + +
    + \ No newline at end of file diff --git a/user/profile/template/lyear/login.htm b/user/profile/template/lyear/login.htm new file mode 100644 index 0000000..4786111 --- /dev/null +++ b/user/profile/template/lyear/login.htm @@ -0,0 +1,51 @@ + +
    +
    ").append(a("").attr({href:"#",tabindex:"-1",title:d.tooltips.incrementHour}).addClass("btn").attr("data-action","incrementHours").append(a("").addClass(d.icons.up)))),c.append(a("").append(a("").addClass("timepicker-hour").attr({"data-time-component":"hours",title:d.tooltips.pickHour}).attr("data-action","showHours"))),e.append(a("").append(a("").attr({href:"#",tabindex:"-1",title:d.tooltips.decrementHour}).addClass("btn").attr("data-action","decrementHours").append(a("").addClass(d.icons.down))))),z("m")&&(z("h")&&(b.append(a("").addClass("separator")),c.append(a("").addClass("separator").html(":")),e.append(a("").addClass("separator"))),b.append(a("").append(a("").attr({href:"#",tabindex:"-1",title:d.tooltips.incrementMinute}).addClass("btn").attr("data-action","incrementMinutes").append(a("").addClass(d.icons.up)))),c.append(a("").append(a("").addClass("timepicker-minute").attr({"data-time-component":"minutes",title:d.tooltips.pickMinute}).attr("data-action","showMinutes"))),e.append(a("").append(a("").attr({href:"#",tabindex:"-1",title:d.tooltips.decrementMinute}).addClass("btn").attr("data-action","decrementMinutes").append(a("").addClass(d.icons.down))))),z("s")&&(z("m")&&(b.append(a("").addClass("separator")),c.append(a("").addClass("separator").html(":")),e.append(a("").addClass("separator"))),b.append(a("").append(a("").attr({href:"#",tabindex:"-1",title:d.tooltips.incrementSecond}).addClass("btn").attr("data-action","incrementSeconds").append(a("").addClass(d.icons.up)))),c.append(a("").append(a("").addClass("timepicker-second").attr({"data-time-component":"seconds",title:d.tooltips.pickSecond}).attr("data-action","showSeconds"))),e.append(a("").append(a("").attr({href:"#",tabindex:"-1",title:d.tooltips.decrementSecond}).addClass("btn").attr("data-action","decrementSeconds").append(a("").addClass(d.icons.down))))),h||(b.append(a("").addClass("separator")),c.append(a("").append(a("").addClass("separator"))),a("
    ").addClass("timepicker-picker").append(a("").addClass("table-condensed").append([b,c,e]))},E=function(){var b=a("
    ").addClass("timepicker-hours").append(a("
    ").addClass("table-condensed")),c=a("
    ").addClass("timepicker-minutes").append(a("
    ").addClass("table-condensed")),d=a("
    ").addClass("timepicker-seconds").append(a("
    ").addClass("table-condensed")),e=[D()];return z("h")&&e.push(b),z("m")&&e.push(c),z("s")&&e.push(d),e},F=function(){var b=[];return d.showTodayButton&&b.push(a("")).appendTo(this.$el); + } else if (this.options.theadClasses) { + this.$header.addClass(this.options.theadClasses); + } + + this._headerTrClasses = []; + this._headerTrStyles = []; + this.$header.find('tr').each(function(i, el) { + var $tr = $__default["default"](el); + var column = []; + $tr.find('th').each(function(i, el) { + var $th = $__default["default"]( + el + ); // #2014: getFieldIndex and elsewhere assume this is string, causes issues if not + + if (typeof $th.data('field') !== 'undefined') { + $th.data('field', "".concat($th.data('field'))); + } + + column.push($__default["default"].extend({}, { + title: $th.html(), + class: $th.attr('class'), + titleTooltip: $th.attr('title'), + rowspan: $th.attr('rowspan') ? +$th + .attr('rowspan') : undefined, + colspan: $th.attr('colspan') ? +$th + .attr('colspan') : undefined + }, $th.data())); + }); + columns.push(column); + + if ($tr.attr('class')) { + _this._headerTrClasses.push($tr.attr('class')); + } + + if ($tr.attr('style')) { + _this._headerTrStyles.push($tr.attr('style')); + } + }); + + if (!Array.isArray(this.options.columns[0])) { + this.options.columns = [this.options.columns]; + } + + this.options.columns = $__default["default"].extend(true, [], columns, this + .options.columns); + this.columns = []; + this.fieldsColumnsIndex = []; + Utils.setFieldIndex(this.options.columns); + this.options.columns.forEach(function(columns, i) { + columns.forEach(function(_column, j) { + var column = $__default["default"].extend({}, + BootstrapTable.COLUMN_DEFAULTS, _column); + + if (typeof column.fieldIndex !== 'undefined') { + _this.columns[column.fieldIndex] = column; + _this.fieldsColumnsIndex[column.field] = column + .fieldIndex; + } + + _this.options.columns[i][j] = column; + }); + }); // if options.data is setting, do not process tbody and tfoot data + + if (!this.options.data.length) { + var htmlData = Utils.trToData(this.columns, this.$el.find('>tbody>tr')); + + if (htmlData.length) { + this.options.data = htmlData; + this.fromHtml = true; + } + } + + if (!(this.options.pagination && this.options.sidePagination !== + 'server')) { + this.footerData = Utils.trToData(this.columns, this.$el.find( + '>tfoot>tr')); + } + + if (this.footerData) { + this.$el.find('tfoot').html(''); + } + + if (!this.options.showFooter || this.options.cardView) { + this.$tableFooter.hide(); + } else { + this.$tableFooter.show(); + } + } + }, { + key: "initHeader", + value: function initHeader() { + var _this2 = this; + + var visibleColumns = {}; + var headerHtml = []; + this.header = { + fields: [], + styles: [], + classes: [], + formatters: [], + detailFormatters: [], + events: [], + sorters: [], + sortNames: [], + cellStyles: [], + searchables: [] + }; + Utils.updateFieldGroup(this.options.columns); + this.options.columns.forEach(function(columns, i) { + var html = []; + html.push("")); + var detailViewTemplate = ''; + + if (i === 0 && Utils.hasDetailViewIcon(_this2.options)) { + var rowspan = _this2.options.columns.length > 1 ? + " rowspan=\"".concat(_this2.options.columns.length, + "\"") : ''; + detailViewTemplate = "" + ); + } + + if (detailViewTemplate && _this2.options.detailViewAlign !== + 'right') { + html.push(detailViewTemplate); + } + + columns.forEach(function(column, j) { + var class_ = Utils.sprintf(' class="%s"', column[ + 'class']); + var unitWidth = column.widthUnit; + var width = parseFloat(column.width); + var halign = Utils.sprintf('text-align: %s; ', + column.halign ? column.halign : column.align + ); + var align = Utils.sprintf('text-align: %s; ', column + .align); + var style = Utils.sprintf('vertical-align: %s; ', + column.valign); + style += Utils.sprintf('width: %s; ', (column + .checkbox || column.radio) && !width ? ! + column.showSelectTitle ? '36px' : + undefined : width ? width + unitWidth : + undefined); + + if (typeof column.fieldIndex === 'undefined' && ! + column.visible) { + return; + } + + var headerStyle = Utils.calculateObjectValue(null, + _this2.options.headerStyle, [column]); + var csses = []; + var classes = ''; + + if (headerStyle && headerStyle.css) { + for (var _i2 = 0, _Object$entries2 = Object + .entries(headerStyle.css); _i2 < + _Object$entries2.length; _i2++) { + var _Object$entries2$_i = _slicedToArray( + _Object$entries2[_i2], 2), + key = _Object$entries2$_i[0], + value = _Object$entries2$_i[1]; + + csses.push("".concat(key, ": ").concat( + value)); + } + } + + if (headerStyle && headerStyle.classes) { + classes = Utils.sprintf(' class="%s"', column[ + 'class'] ? [column['class'], + headerStyle.classes + ].join(' ') : headerStyle.classes); + } + + if (typeof column.fieldIndex !== 'undefined') { + _this2.header.fields[column.fieldIndex] = column + .field; + _this2.header.styles[column.fieldIndex] = + align + style; + _this2.header.classes[column.fieldIndex] = + class_; + _this2.header.formatters[column.fieldIndex] = + column.formatter; + _this2.header.detailFormatters[column + .fieldIndex] = column.detailFormatter; + _this2.header.events[column.fieldIndex] = column + .events; + _this2.header.sorters[column.fieldIndex] = + column.sorter; + _this2.header.sortNames[column.fieldIndex] = + column.sortName; + _this2.header.cellStyles[column.fieldIndex] = + column.cellStyle; + _this2.header.searchables[column.fieldIndex] = + column.searchable; + + if (!column.visible) { + return; + } + + if (_this2.options.cardView && !column + .cardVisible) { + return; + } + + visibleColumns[column.field] = column; + } + + html.push(" 0 ? ' data-not-first-th' : + '', '>'); + html.push(Utils.sprintf('
    ', + _this2.options.sortable && column + .sortable ? 'sortable both' : '')); + var text = _this2.options.escape ? Utils.escapeHTML( + column.title) : column.title; + var title = text; + + if (column.checkbox) { + text = ''; + + if (!_this2.options.singleSelect && _this2 + .options.checkboxHeader) { + text = + ''; + } + + _this2.header.stateField = column.field; + } + + if (column.radio) { + text = ''; + _this2.header.stateField = column.field; + } + + if (!text && column.showSelectTitle) { + text += title; + } + + html.push(text); + html.push('
    '); + html.push('
    '); + html.push(''); + html.push(''); + }); + + if (detailViewTemplate && _this2.options.detailViewAlign === + 'right') { + html.push(detailViewTemplate); + } + + html.push('
    '); + + if (html.length > 3) { + headerHtml.push(html.join('')); + } + }); + this.$header.html(headerHtml.join('')); + this.$header.find('th[data-field]').each(function(i, el) { + $__default["default"](el).data(visibleColumns[$__default[ + "default"](el).data('field')]); + }); + this.$container.off('click', '.th-inner').on('click', '.th-inner', function( + e) { + var $this = $__default["default"](e.currentTarget); + + if (_this2.options.detailView && !$this.parent().hasClass( + 'bs-checkbox')) { + if ($this.closest('.bootstrap-table')[0] !== _this2 + .$container[0]) { + return false; + } + } + + if (_this2.options.sortable && $this.parent().data().sortable) { + _this2.onSort(e); + } + }); + var resizeEvent = Utils.getEventName('resize.bootstrap-table', this.$el + .attr('id')); + $__default["default"](window).off(resizeEvent); + + if (!this.options.showHeader || this.options.cardView) { + this.$header.hide(); + this.$tableHeader.hide(); + this.$tableLoading.css('top', 0); + } else { + this.$header.show(); + this.$tableHeader.show(); + this.$tableLoading.css('top', this.$header.outerHeight() + + 1); // Assign the correct sortable arrow + + this.getCaret(); + $__default["default"](window).on(resizeEvent, function() { + return _this2.resetView(); + }); + } + + this.$selectAll = this.$header.find('[name="btSelectAll"]'); + this.$selectAll.off('click').on('click', function(e) { + e.stopPropagation(); + var checked = $__default["default"](e.currentTarget).prop( + 'checked'); + + _this2[checked ? 'checkAll' : 'uncheckAll'](); + + _this2.updateSelected(); + }); + } + }, { + key: "initData", + value: function initData(data, type) { + if (type === 'append') { + this.options.data = this.options.data.concat(data); + } else if (type === 'prepend') { + this.options.data = [].concat(data).concat(this.options.data); + } else { + data = data || Utils.deepCopy(this.options.data); + this.options.data = Array.isArray(data) ? data : data[this.options + .dataField]; + } + + this.data = _toConsumableArray(this.options.data); + + if (this.options.sortReset) { + this.unsortedData = _toConsumableArray(this.data); + } + + if (this.options.sidePagination === 'server') { + return; + } + + this.initSort(); + } + }, { + key: "initSort", + value: function initSort() { + var _this3 = this; + + var name = this.options.sortName; + var order = this.options.sortOrder === 'desc' ? -1 : 1; + var index = this.header.fields.indexOf(this.options.sortName); + var timeoutId = 0; + + if (index !== -1) { + if (this.options.sortStable) { + this.data.forEach(function(row, i) { + if (!row.hasOwnProperty('_position')) { + row._position = i; + } + }); + } + + if (this.options.customSort) { + Utils.calculateObjectValue(this.options, this.options.customSort, [ + this.options.sortName, this.options.sortOrder, this.data + ]); + } else { + this.data.sort(function(a, b) { + if (_this3.header.sortNames[index]) { + name = _this3.header.sortNames[index]; + } + + var aa = Utils.getItemField(a, name, _this3.options + .escape); + var bb = Utils.getItemField(b, name, _this3.options + .escape); + var value = Utils.calculateObjectValue(_this3.header, + _this3.header.sorters[index], [aa, bb, a, b]); + + if (value !== undefined) { + if (_this3.options.sortStable && value === 0) { + return order * (a._position - b._position); + } + + return order * value; + } + + return Utils.sort(aa, bb, order, _this3.options + .sortStable, a._position, b._position); + }); + } + + if (this.options.sortClass !== undefined) { + clearTimeout(timeoutId); + timeoutId = setTimeout(function() { + _this3.$el.removeClass(_this3.options.sortClass); + + var index = _this3.$header.find("[data-field=\"".concat( + _this3.options.sortName, "\"]")).index(); + + _this3.$el.find("tr td:nth-child(".concat(index + 1, + ")")).addClass(_this3.options.sortClass); + }, 250); + } + } else if (this.options.sortReset) { + this.data = _toConsumableArray(this.unsortedData); + } + } + }, { + key: "onSort", + value: function onSort(_ref) { + var type = _ref.type, + currentTarget = _ref.currentTarget; + var $this = type === 'keypress' ? $__default["default"](currentTarget) : + $__default["default"](currentTarget).parent(); + var $this_ = this.$header.find('th').eq($this.index()); + this.$header.add(this.$header_).find('span.order').remove(); + + if (this.options.sortName === $this.data('field')) { + var currentSortOrder = this.options.sortOrder; + + if (currentSortOrder === undefined) { + this.options.sortOrder = 'asc'; + } else if (currentSortOrder === 'asc') { + this.options.sortOrder = 'desc'; + } else if (this.options.sortOrder === 'desc') { + this.options.sortOrder = this.options.sortReset ? undefined : 'asc'; + } + + if (this.options.sortOrder === undefined) { + this.options.sortName = undefined; + } + } else { + this.options.sortName = $this.data('field'); + + if (this.options.rememberOrder) { + this.options.sortOrder = $this.data('order') === 'asc' ? 'desc' : + 'asc'; + } else { + this.options.sortOrder = this.columns[this.fieldsColumnsIndex[$this + .data('field')]].sortOrder || this.columns[this + .fieldsColumnsIndex[$this.data('field')]].order; + } + } + + this.trigger('sort', this.options.sortName, this.options.sortOrder); + $this.add($this_).data('order', this.options + .sortOrder); // Assign the correct sortable arrow + + this.getCaret(); + + if (this.options.sidePagination === 'server' && this.options.serverSort) { + this.options.pageNumber = 1; + this.initServer(this.options.silentSort); + return; + } + + this.initSort(); + this.initBody(); + } + }, { + key: "initToolbar", + value: function initToolbar() { + var _this4 = this; + + var opts = this.options; + var html = []; + var timeoutId = 0; + var $keepOpen; + var switchableCount = 0; + + if (this.$toolbar.find('.bs-bars').children().length) { + $__default["default"]('body').append($__default["default"](opts + .toolbar)); + } + + this.$toolbar.html(''); + + if (typeof opts.toolbar === 'string' || _typeof(opts.toolbar) === + 'object') { + $__default["default"](Utils.sprintf('
    ', + this.constants.classes.pull, opts.toolbarAlign)).appendTo(this + .$toolbar).append($__default["default"](opts.toolbar)); + } // showColumns, showToggle, showRefresh + + + html = ["
    ")]; + + if (typeof opts.buttonsOrder === 'string') { + opts.buttonsOrder = opts.buttonsOrder.replace(/\[|\]| |'/g, '').split( + ','); + } + + this.buttons = Object.assign(this.buttons, { + paginationSwitch: { + text: opts.pagination ? opts.formatPaginationSwitchUp() : + opts.formatPaginationSwitchDown(), + icon: opts.pagination ? opts.icons.paginationSwitchDown : + opts.icons.paginationSwitchUp, + render: false, + event: this.togglePagination, + attributes: { + 'aria-label': opts.formatPaginationSwitch(), + title: opts.formatPaginationSwitch() + } + }, + refresh: { + text: opts.formatRefresh(), + icon: opts.icons.refresh, + render: false, + event: this.refresh, + attributes: { + 'aria-label': opts.formatRefresh(), + title: opts.formatRefresh() + } + }, + toggle: { + text: opts.formatToggle(), + icon: opts.icons.toggleOff, + render: false, + event: this.toggleView, + attributes: { + 'aria-label': opts.formatToggleOn(), + title: opts.formatToggleOn() + } + }, + fullscreen: { + text: opts.formatFullscreen(), + icon: opts.icons.fullscreen, + render: false, + event: this.toggleFullscreen, + attributes: { + 'aria-label': opts.formatFullscreen(), + title: opts.formatFullscreen() + } + }, + columns: { + render: false, + html: function html() { + var html = []; + html.push("
    \n \n ") + .concat(_this4.constants.html + .toolbarDropdown[0])); + + if (opts.showColumnsSearch) { + html.push(Utils.sprintf(_this4.constants.html + .toolbarDropdownItem, Utils.sprintf( + '', + _this4.constants.classes.input, + opts.formatSearch()))); + html.push(_this4.constants.html + .toolbarDropdownSeparator); + } + + if (opts.showColumnsToggleAll) { + var allFieldsVisible = _this4 + .getVisibleColumns().length === _this4 + .columns.filter(function(column) { + return !_this4.isSelectionColumn( + column); + }).length; + + html.push(Utils.sprintf(_this4.constants.html + .toolbarDropdownItem, Utils.sprintf( + ' %s', + allFieldsVisible ? + 'checked="checked"' : '', opts + .formatColumnsToggleAll()))); + html.push(_this4.constants.html + .toolbarDropdownSeparator); + } + + var visibleColumns = 0; + + _this4.columns.forEach(function(column) { + if (column.visible) { + visibleColumns++; + } + }); + + _this4.columns.forEach(function(column, i) { + if (_this4.isSelectionColumn(column)) { + return; + } + + if (opts.cardView && !column + .cardVisible) { + return; + } + + var checked = column.visible ? + ' checked="checked"' : ''; + var disabled = visibleColumns <= opts + .minimumCountColumns && checked ? + ' disabled="disabled"' : ''; + + if (column.switchable) { + html.push(Utils.sprintf(_this4 + .constants.html + .toolbarDropdownItem, + Utils.sprintf( + ' %s', + column.field, i, + checked, disabled, + column.title))); + switchableCount++; + } + }); + + html.push(_this4.constants.html.toolbarDropdown[1], + '
    '); + return html.join(''); + } + } + }); + var buttonsHtml = {}; + + for (var _i3 = 0, _Object$entries3 = Object.entries(this.buttons); _i3 < + _Object$entries3.length; _i3++) { + var _Object$entries3$_i = _slicedToArray(_Object$entries3[_i3], 2), + buttonName = _Object$entries3$_i[0], + buttonConfig = _Object$entries3$_i[1]; + + var buttonHtml = void 0; + + if (buttonConfig.hasOwnProperty('html')) { + if (typeof buttonConfig.html === 'function') { + buttonHtml = buttonConfig.html(); + } else if (typeof buttonConfig.html === 'string') { + buttonHtml = buttonConfig.html; + } + } else { + buttonHtml = "\n ").concat(this + .constants.html.pageDropdown[0]) + ]; + pageList.forEach(function(page, i) { + if (!opts.smartDisplay || i === 0 || pageList[i - 1] < opts + .totalRows || page === opts.formatAllRows()) { + var active; + + if (allSelected) { + active = page === opts.formatAllRows() ? _this6 + .constants.classes.dropdownActive : ''; + } else { + active = page === opts.pageSize ? _this6.constants + .classes.dropdownActive : ''; + } + + pageNumber.push(Utils.sprintf(_this6.constants.html + .pageDropdownItem, active, page)); + } + }); + pageNumber.push("".concat(this.constants.html.pageDropdown[1], + "
    ")); + html.push(opts.formatRecordsPerPage(pageNumber.join(''))); + } + + if (this.paginationParts.includes('pageInfo') || this.paginationParts + .includes('pageInfoShort') || this.paginationParts.includes('pageSize') + ) { + html.push(''); + } + + if (this.paginationParts.includes('pageList')) { + html.push("
    "), Utils.sprintf( + this.constants.html.pagination[0], Utils.sprintf( + ' pagination-%s', opts.iconSize)), Utils.sprintf(this + .constants.html.paginationItem, ' page-pre', opts + .formatSRPaginationPreText(), opts.paginationPreText)); + + if (this.totalPages < opts.paginationSuccessivelySize) { + from = 1; + to = this.totalPages; + } else { + from = opts.pageNumber - opts.paginationPagesBySide; + to = from + opts.paginationPagesBySide * 2; + } + + if (opts.pageNumber < opts.paginationSuccessivelySize - 1) { + to = opts.paginationSuccessivelySize; + } + + if (opts.paginationSuccessivelySize > this.totalPages - from) { + from = from - (opts.paginationSuccessivelySize - (this.totalPages - + from)) + 1; + } + + if (from < 1) { + from = 1; + } + + if (to > this.totalPages) { + to = this.totalPages; + } + + var middleSize = Math.round(opts.paginationPagesBySide / 2); + + var pageItem = function pageItem(i) { + var classes = arguments.length > 1 && arguments[1] !== + undefined ? arguments[1] : ''; + return Utils.sprintf(_this6.constants.html.paginationItem, + classes + (i === opts.pageNumber ? " ".concat(_this6 + .constants.classes.paginationActive) : ''), opts + .formatSRPaginationPageText(i), i); + }; + + if (from > 1) { + var max = opts.paginationPagesBySide; + if (max >= from) max = from - 1; + + for (i = 1; i <= max; i++) { + html.push(pageItem(i)); + } + + if (from - 1 === max + 1) { + i = from - 1; + html.push(pageItem(i)); + } else if (from - 1 > max) { + if (from - opts.paginationPagesBySide * 2 > opts + .paginationPagesBySide && opts.paginationUseIntermediate) { + i = Math.round((from - middleSize) / 2 + middleSize); + html.push(pageItem(i, ' page-intermediate')); + } else { + html.push(Utils.sprintf(this.constants.html.paginationItem, + ' page-first-separator disabled', '', '...')); + } + } + } + + for (i = from; i <= to; i++) { + html.push(pageItem(i)); + } + + if (this.totalPages > to) { + var min = this.totalPages - (opts.paginationPagesBySide - 1); + if (to >= min) min = to + 1; + + if (to + 1 === min - 1) { + i = to + 1; + html.push(pageItem(i)); + } else if (min > to + 1) { + if (this.totalPages - to > opts.paginationPagesBySide * 2 && + opts.paginationUseIntermediate) { + i = Math.round((this.totalPages - middleSize - to) / 2 + + to); + html.push(pageItem(i, ' page-intermediate')); + } else { + html.push(Utils.sprintf(this.constants.html.paginationItem, + ' page-last-separator disabled', '', '...')); + } + } + + for (i = min; i <= this.totalPages; i++) { + html.push(pageItem(i)); + } + } + + html.push(Utils.sprintf(this.constants.html.paginationItem, + ' page-next', opts.formatSRPaginationNextText(), opts + .paginationNextText)); + html.push(this.constants.html.pagination[1], '
    '); + } + + this.$pagination.html(html.join('')); + var dropupClass = ['bottom', 'both'].includes(opts.paginationVAlign) ? " " + .concat(this.constants.classes.dropup) : ''; + this.$pagination.last().find('.page-list > div').addClass(dropupClass); + + if (!opts.onlyInfoPagination) { + $pageList = this.$pagination.find('.page-list a'); + $pre = this.$pagination.find('.page-pre'); + $next = this.$pagination.find('.page-next'); + $number = this.$pagination.find('.page-item').not( + '.page-next, .page-pre, .page-last-separator, .page-first-separator' + ); + + if (this.totalPages <= 1) { + this.$pagination.find('div.pagination').hide(); + } + + if (opts.smartDisplay) { + if (pageList.length < 2 || opts.totalRows <= pageList[0]) { + this.$pagination.find('div.page-list').hide(); + } + } // when data is empty, hide the pagination + + + this.$pagination[this.getData().length ? 'show' : 'hide'](); + + if (!opts.paginationLoop) { + if (opts.pageNumber === 1) { + $pre.addClass('disabled'); + } + + if (opts.pageNumber === this.totalPages) { + $next.addClass('disabled'); + } + } + + if (allSelected) { + opts.pageSize = opts.formatAllRows(); + } // removed the events for last and first, onPageNumber executeds the same logic + + + $pageList.off('click').on('click', function(e) { + return _this6.onPageListChange(e); + }); + $pre.off('click').on('click', function(e) { + return _this6.onPagePre(e); + }); + $next.off('click').on('click', function(e) { + return _this6.onPageNext(e); + }); + $number.off('click').on('click', function(e) { + return _this6.onPageNumber(e); + }); + } + } + }, { + key: "updatePagination", + value: function updatePagination(event) { + // Fix #171: IE disabled button can be clicked bug. + if (event && $__default["default"](event.currentTarget).hasClass( + 'disabled')) { + return; + } + + if (!this.options.maintainMetaData) { + this.resetRows(); + } + + this.initPagination(); + this.trigger('page-change', this.options.pageNumber, this.options.pageSize); + + if (this.options.sidePagination === 'server') { + this.initServer(); + } else { + this.initBody(); + } + } + }, { + key: "onPageListChange", + value: function onPageListChange(event) { + event.preventDefault(); + var $this = $__default["default"](event.currentTarget); + $this.parent().addClass(this.constants.classes.dropdownActive).siblings() + .removeClass(this.constants.classes.dropdownActive); + this.options.pageSize = $this.text().toUpperCase() === this.options + .formatAllRows().toUpperCase() ? this.options.formatAllRows() : +$this + .text(); + this.$toolbar.find('.page-size').text(this.options.pageSize); + this.updatePagination(event); + return false; + } + }, { + key: "onPagePre", + value: function onPagePre(event) { + if ($__default["default"](event.target).hasClass('disabled')) { + return; + } + + event.preventDefault(); + + if (this.options.pageNumber - 1 === 0) { + this.options.pageNumber = this.options.totalPages; + } else { + this.options.pageNumber--; + } + + this.updatePagination(event); + return false; + } + }, { + key: "onPageNext", + value: function onPageNext(event) { + if ($__default["default"](event.target).hasClass('disabled')) { + return; + } + + event.preventDefault(); + + if (this.options.pageNumber + 1 > this.options.totalPages) { + this.options.pageNumber = 1; + } else { + this.options.pageNumber++; + } + + this.updatePagination(event); + return false; + } + }, { + key: "onPageNumber", + value: function onPageNumber(event) { + event.preventDefault(); + + if (this.options.pageNumber === +$__default["default"](event.currentTarget) + .text()) { + return; + } + + this.options.pageNumber = +$__default["default"](event.currentTarget) + .text(); + this.updatePagination(event); + return false; + } // eslint-disable-next-line no-unused-vars + + }, { + key: "initRow", + value: function initRow(item, i, data, trFragments) { + var _this7 = this; + + var html = []; + var style = {}; + var csses = []; + var data_ = ''; + var attributes = {}; + var htmlAttributes = []; + + if (Utils.findIndex(this.hiddenRows, item) > -1) { + return; + } + + style = Utils.calculateObjectValue(this.options, this.options.rowStyle, [ + item, i + ], style); + + if (style && style.css) { + for (var _i8 = 0, _Object$entries7 = Object.entries(style.css); _i8 < + _Object$entries7.length; _i8++) { + var _Object$entries7$_i = _slicedToArray(_Object$entries7[_i8], 2), + key = _Object$entries7$_i[0], + value = _Object$entries7$_i[1]; + + csses.push("".concat(key, ": ").concat(value)); + } + } + + attributes = Utils.calculateObjectValue(this.options, this.options + .rowAttributes, [item, i], attributes); + + if (attributes) { + for (var _i9 = 0, _Object$entries8 = Object.entries(attributes); _i9 < + _Object$entries8.length; _i9++) { + var _Object$entries8$_i = _slicedToArray(_Object$entries8[_i9], 2), + _key2 = _Object$entries8$_i[0], + _value = _Object$entries8$_i[1]; + + htmlAttributes.push("".concat(_key2, "=\"").concat(Utils.escapeHTML( + _value), "\"")); + } + } + + if (item._data && !Utils.isEmptyObject(item._data)) { + for (var _i10 = 0, _Object$entries9 = Object.entries(item._data); _i10 < + _Object$entries9.length; _i10++) { + var _Object$entries9$_i = _slicedToArray(_Object$entries9[_i10], 2), + k = _Object$entries9$_i[0], + v = _Object$entries9$_i[1]; + + // ignore data-index + if (k === 'index') { + return; + } + + data_ += " data-".concat(k, "='").concat(_typeof(v) === 'object' ? + JSON.stringify(v) : v, "'"); + } + } + + html.push(''); + + if (this.options.cardView) { + html.push("'; + } + + if (detailViewTemplate && this.options.detailViewAlign !== 'right') { + html.push(detailViewTemplate); + } + + this.header.fields.forEach(function(field, j) { + var column = _this7.columns[j]; + var text = ''; + var value_ = Utils.getItemField(item, field, _this7.options + .escape, column.escape); + var value = ''; + var type = ''; + var cellStyle = {}; + var id_ = ''; + var class_ = _this7.header.classes[j]; + var style_ = ''; + var styleToAdd_ = ''; + var data_ = ''; + var rowspan_ = ''; + var colspan_ = ''; + var title_ = ''; + + if ((_this7.fromHtml || _this7.autoMergeCells) && + typeof value_ === 'undefined') { + if (!column.checkbox && !column.radio) { + return; + } + } + + if (!column.visible) { + return; + } + + if (_this7.options.cardView && !column.cardVisible) { + return; + } + + if (column.escape) { + value_ = Utils.escapeHTML(value_); + } // Style concat + + + if (csses.concat([_this7.header.styles[j]]).length) { + styleToAdd_ += "".concat(csses.concat([_this7.header.styles[ + j]]).join('; ')); + } + + if (item["_".concat(field, "_style")]) { + styleToAdd_ += "".concat(item["_".concat(field, "_style")]); + } + + if (styleToAdd_) { + style_ = " style=\"".concat(styleToAdd_, "\""); + } // Style concat + // handle id and class of td + + + if (item["_".concat(field, "_id")]) { + id_ = Utils.sprintf(' id="%s"', item["_".concat(field, + "_id")]); + } + + if (item["_".concat(field, "_class")]) { + class_ = Utils.sprintf(' class="%s"', item["_".concat(field, + "_class")]); + } + + if (item["_".concat(field, "_rowspan")]) { + rowspan_ = Utils.sprintf(' rowspan="%s"', item["_".concat( + field, "_rowspan")]); + } + + if (item["_".concat(field, "_colspan")]) { + colspan_ = Utils.sprintf(' colspan="%s"', item["_".concat( + field, "_colspan")]); + } + + if (item["_".concat(field, "_title")]) { + title_ = Utils.sprintf(' title="%s"', item["_".concat(field, + "_title")]); + } + + cellStyle = Utils.calculateObjectValue(_this7.header, _this7 + .header.cellStyles[j], [value_, item, i, field], + cellStyle); + + if (cellStyle.classes) { + class_ = " class=\"".concat(cellStyle.classes, "\""); + } + + if (cellStyle.css) { + var csses_ = []; + + for (var _i11 = 0, _Object$entries10 = Object.entries( + cellStyle.css); _i11 < _Object$entries10 + .length; _i11++) { + var _Object$entries10$_i = _slicedToArray( + _Object$entries10[_i11], 2), + _key3 = _Object$entries10$_i[0], + _value2 = _Object$entries10$_i[1]; + + csses_.push("".concat(_key3, ": ").concat(_value2)); + } + + style_ = " style=\"".concat(csses_.concat(_this7.header + .styles[j]).join('; '), "\""); + } + + value = Utils.calculateObjectValue(column, _this7.header + .formatters[j], [value_, item, i, field], value_); + + if (!(column.checkbox || column.radio)) { + value = typeof value === 'undefined' || value === null ? + _this7.options.undefinedText : value; + } + + if (column.searchable && _this7.searchText && _this7.options + .searchHighlight && !(column.checkbox || column.radio)) { + var defValue = ''; + var regExp = new RegExp("(".concat(_this7.searchText + .replace(/[.*+?^${}()|[\]\\]/g, '\\$&'), ")"), + 'gim'); + var marker = '$1'; + var isHTML = value && + /<(?=.*? .*?\/ ?>|br|hr|input|!--|wbr)[a-z]+.*?>|<([a-z]+).*?<\/\1>/i + .test(value); + + if (isHTML) { + // value can contains a HTML tags + var textContent = new DOMParser().parseFromString(value + .toString(), 'text/html').documentElement + .textContent; + var textReplaced = textContent.replace(regExp, marker); + textContent = textContent.replace(/[.*+?^${}()|[\]\\]/g, + '\\$&'); + defValue = value.replace(new RegExp("(>\\s*)(".concat( + textContent, ")(\\s*)"), 'gm'), "$1".concat( + textReplaced, "$3")); + } else { + // but usually not + defValue = value.toString().replace(regExp, marker); + } + + value = Utils.calculateObjectValue(column, column + .searchHighlightFormatter, [value, _this7 + .searchText + ], defValue); + } + + if (item["_".concat(field, "_data")] && !Utils.isEmptyObject( + item["_".concat(field, "_data")])) { + for (var _i12 = 0, _Object$entries11 = Object.entries(item[ + "_".concat(field, "_data")]); _i12 < + _Object$entries11.length; _i12++) { + var _Object$entries11$_i = _slicedToArray( + _Object$entries11[_i12], 2), + _k = _Object$entries11$_i[0], + _v = _Object$entries11$_i[1]; + + // ignore data-index + if (_k === 'index') { + return; + } + + data_ += " data-".concat(_k, "=\"").concat(_v, "\""); + } + } + + if (column.checkbox || column.radio) { + type = column.checkbox ? 'checkbox' : type; + type = column.radio ? 'radio' : type; + var c = column['class'] || ''; + var isChecked = Utils.isObject(value) && value + .hasOwnProperty('checked') ? value.checked : (value === + true || value_) && value !== false; + var isDisabled = !column.checkboxEnabled || value && value + .disabled; + text = [_this7.options.cardView ? "
    ") : "
    ' + ].join(''); + item[_this7.header.stateField] = value === true || !! + value_ || value && value.checked; + } else if (_this7.options.cardView) { + var cardTitle = _this7.options.showHeader ? + "").concat( + Utils.getFieldTitle(_this7.columns, field), + "") : ''; + text = "
    ".concat(cardTitle, + "").concat( + value, "
    "); + + if (_this7.options.smartDisplay && value === '') { + text = '
    '; + } + } else { + text = "").concat(value, ""); + } + + html.push(text); + }); + + if (detailViewTemplate && this.options.detailViewAlign === 'right') { + html.push(detailViewTemplate); + } + + if (this.options.cardView) { + html.push(''); + } + + html.push(''); + return html.join(''); + } + }, { + key: "initBody", + value: function initBody(fixedScroll, updatedUid) { + var _this8 = this; + + var data = this.getData(); + this.trigger('pre-body', data); + this.$body = this.$el.find('>tbody'); + + if (!this.$body.length) { + this.$body = $__default["default"]('').appendTo(this + .$el); + } // Fix #389 Bootstrap-table-flatJSON is not working + + + if (!this.options.pagination || this.options.sidePagination === 'server') { + this.pageFrom = 1; + this.pageTo = data.length; + } + + var rows = []; + var trFragments = $__default["default"](document.createDocumentFragment()); + var hasTr = false; + var toExpand = []; + this.autoMergeCells = Utils.checkAutoMergeCells(data.slice(this.pageFrom - + 1, this.pageTo)); + + for (var i = this.pageFrom - 1; i < this.pageTo; i++) { + var item = data[i]; + var tr = this.initRow(item, i, data, trFragments); + hasTr = hasTr || !!tr; + + if (tr && typeof tr === 'string') { + var uniqueId = this.options.uniqueId; + + if (uniqueId && item.hasOwnProperty(uniqueId)) { + var itemUniqueId = item[uniqueId]; + var oldTr = this.$body.find(Utils.sprintf( + '> tr[data-uniqueid="%s"][data-has-detail-view]', + itemUniqueId)); + var oldTrNext = oldTr.next(); + + if (oldTrNext.is('tr.detail-view')) { + toExpand.push(i); + + if (!updatedUid || itemUniqueId !== updatedUid) { + tr += oldTrNext[0].outerHTML; + } + } + } + + if (!this.options.virtualScroll) { + trFragments.append(tr); + } else { + rows.push(tr); + } + } + } // show no records + + + if (!hasTr) { + this.$body.html("".concat(Utils.sprintf( + '', this.getVisibleFields() + .length + Utils.getDetailViewIndexOffset(this.options), + this.options.formatNoMatches()), "")); + } else if (!this.options.virtualScroll) { + this.$body.html(trFragments); + } else { + if (this.virtualScroll) { + this.virtualScroll.destroy(); + } + + this.virtualScroll = new VirtualScroll({ + rows: rows, + fixedScroll: fixedScroll, + scrollEl: this.$tableBody[0], + contentEl: this.$body[0], + itemHeight: this.options.virtualScrollItemHeight, + callback: function callback(startIndex, endIndex) { + _this8.fitHeader(); + + _this8.initBodyEvent(); + + _this8.trigger('virtual-scroll', startIndex, + endIndex); + } + }); + } + + toExpand.forEach(function(index) { + _this8.expandRow(index); + }); + + if (!fixedScroll) { + this.scrollTo(0); + } + + this.initBodyEvent(); + this.initFooter(); + this.resetView(); + this.updateSelected(); + + if (this.options.sidePagination !== 'server') { + this.options.totalRows = data.length; + } + + this.trigger('post-body', data); + } + }, { + key: "initBodyEvent", + value: function initBodyEvent() { + var _this9 = this; + + // click to select by column + this.$body.find('> tr[data-index] > td').off('click dblclick').on( + 'click dblclick', + function(e) { + var $td = $__default["default"](e.currentTarget); + var $tr = $td.parent(); + var $cardViewArr = $__default["default"](e.target).parents( + '.card-views').children(); + var $cardViewTarget = $__default["default"](e.target).parents( + '.card-view'); + var rowIndex = $tr.data('index'); + var item = _this9.data[rowIndex]; + var index = _this9.options.cardView ? $cardViewArr.index( + $cardViewTarget) : $td[0].cellIndex; + + var fields = _this9.getVisibleFields(); + + var field = fields[index - Utils.getDetailViewIndexOffset(_this9 + .options)]; + var column = _this9.columns[_this9.fieldsColumnsIndex[field]]; + var value = Utils.getItemField(item, field, _this9.options + .escape, column.escape); + + if ($td.find('.detail-icon').length) { + return; + } + + _this9.trigger(e.type === 'click' ? 'click-cell' : + 'dbl-click-cell', field, value, item, $td); + + _this9.trigger(e.type === 'click' ? 'click-row' : + 'dbl-click-row', item, $tr, field + ); // if click to select - then trigger the checkbox/radio click + + + if (e.type === 'click' && _this9.options.clickToSelect && column + .clickToSelect && !Utils.calculateObjectValue(_this9 + .options, _this9.options.ignoreClickToSelectOn, [e + .target + ])) { + var $selectItem = $tr.find(Utils.sprintf('[name="%s"]', + _this9.options.selectItemName)); + + if ($selectItem.length) { + $selectItem[0].click(); + } + } + + if (e.type === 'click' && _this9.options.detailViewByClick) { + _this9.toggleDetailView(rowIndex, _this9.header + .detailFormatters[_this9.fieldsColumnsIndex[field]]); + } + }).off('mousedown').on('mousedown', function(e) { + // https://github.com/jquery/jquery/issues/1741 + _this9.multipleSelectRowCtrlKey = e.ctrlKey || e.metaKey; + _this9.multipleSelectRowShiftKey = e.shiftKey; + }); + this.$body.find('> tr[data-index] > td > .detail-icon').off('click').on( + 'click', + function(e) { + e.preventDefault(); + + _this9.toggleDetailView($__default["default"](e.currentTarget) + .parent().parent().data('index')); + + return false; + }); + this.$selectItem = this.$body.find(Utils.sprintf('[name="%s"]', this.options + .selectItemName)); + this.$selectItem.off('click').on('click', function(e) { + e.stopImmediatePropagation(); + var $this = $__default["default"](e.currentTarget); + + _this9._toggleCheck($this.prop('checked'), $this.data('index')); + }); + this.header.events.forEach(function(_events, i) { + var events = _events; + + if (!events) { + return; + } // fix bug, if events is defined with namespace + + + if (typeof events === 'string') { + events = Utils.calculateObjectValue(null, events); + } + + if (!events) { + throw new Error("Unknown event in the scope: ".concat( + _events)); + } + + var field = _this9.header.fields[i]; + + var fieldIndex = _this9.getVisibleFields().indexOf(field); + + if (fieldIndex === -1) { + return; + } + + fieldIndex += Utils.getDetailViewIndexOffset(_this9.options); + + var _loop2 = function _loop2(key) { + if (!events.hasOwnProperty(key)) { + return "continue"; + } + + var event = events[key]; + + _this9.$body.find('>tr:not(.no-records-found)').each( + function(i, tr) { + var $tr = $__default["default"](tr); + var $td = $tr.find(_this9.options.cardView ? + '.card-views>.card-view' : '>td') + .eq(fieldIndex); + var index = key.indexOf(' '); + var name = key.substring(0, index); + var el = key.substring(index + 1); + $td.find(el).off(name).on(name, function( + e) { + var index = $tr.data('index'); + var row = _this9.data[index]; + var value = row[field]; + event.apply(_this9, [e, value, + row, index + ]); + }); + }); + }; + + for (var key in events) { + var _ret2 = _loop2(key); + + if (_ret2 === "continue") continue; + } + }); + } + }, { + key: "initServer", + value: function initServer(silent, query, url) { + var _this10 = this; + + var data = {}; + var index = this.header.fields.indexOf(this.options.sortName); + var params = { + searchText: this.searchText, + sortName: this.options.sortName, + sortOrder: this.options.sortOrder + }; + + if (this.header.sortNames[index]) { + params.sortName = this.header.sortNames[index]; + } + + if (this.options.pagination && this.options.sidePagination === 'server') { + params.pageSize = this.options.pageSize === this.options + .formatAllRows() ? this.options.totalRows : this.options.pageSize; + params.pageNumber = this.options.pageNumber; + } + + if (!(url || this.options.url) && !this.options.ajax) { + return; + } + + if (this.options.queryParamsType === 'limit') { + params = { + search: params.searchText, + sort: params.sortName, + order: params.sortOrder + }; + + if (this.options.pagination && this.options.sidePagination === + 'server') { + params.offset = this.options.pageSize === this.options + .formatAllRows() ? 0 : this.options.pageSize * (this.options + .pageNumber - 1); + params.limit = this.options.pageSize; + + if (params.limit === 0 || this.options.pageSize === this.options + .formatAllRows()) { + delete params.limit; + } + } + } + + if (this.options.search && this.options.sidePagination === 'server' && this + .columns.filter(function(column) { + return !column.searchable; + }).length) { + params.searchable = []; + + var _iterator2 = _createForOfIteratorHelper(this.columns), + _step2; + + try { + for (_iterator2.s(); !(_step2 = _iterator2.n()).done;) { + var column = _step2.value; + + if (!column.checkbox && column.searchable && (this.options + .visibleSearch && column.visible || !this.options + .visibleSearch)) { + params.searchable.push(column.field); + } + } + } catch (err) { + _iterator2.e(err); + } finally { + _iterator2.f(); + } + } + + if (!Utils.isEmptyObject(this.filterColumnsPartial)) { + params.filter = JSON.stringify(this.filterColumnsPartial, null); + } + + $__default["default"].extend(params, query || {}); + data = Utils.calculateObjectValue(this.options, this.options.queryParams, [ + params + ], data); // false to stop request + + if (data === false) { + return; + } + + if (!silent) { + this.showLoading(); + } + + var request = $__default["default"].extend({}, Utils.calculateObjectValue( + null, this.options.ajaxOptions), { + type: this.options.method, + url: url || this.options.url, + data: this.options.contentType === 'application/json' && this + .options.method === 'post' ? JSON.stringify(data) : data, + cache: this.options.cache, + contentType: this.options.contentType, + dataType: this.options.dataType, + success: function success(_res, textStatus, jqXHR) { + var res = Utils.calculateObjectValue(_this10.options, + _this10.options.responseHandler, [_res, jqXHR], + _res); + + _this10.load(res); + + _this10.trigger('load-success', res, jqXHR && jqXHR + .status, jqXHR); + + if (!silent) { + _this10.hideLoading(); + } + + if (_this10.options.sidePagination === 'server' && + _this10.options.pageNumber > 1 && res[_this10 + .options.totalField] > 0 && !res[_this10.options + .dataField].length) { + _this10.updatePagination(); + } + }, + error: function error(jqXHR) { + // abort ajax by multiple request + if (jqXHR && jqXHR.status === 0 && _this10._xhrAbort) { + _this10._xhrAbort = false; + return; + } + + var data = []; + + if (_this10.options.sidePagination === 'server') { + data = {}; + data[_this10.options.totalField] = 0; + data[_this10.options.dataField] = []; + } + + _this10.load(data); + + _this10.trigger('load-error', jqXHR && jqXHR.status, + jqXHR); + + if (!silent) { + _this10.hideLoading(); + } + } + }); + + if (this.options.ajax) { + Utils.calculateObjectValue(this, this.options.ajax, [request], null); + } else { + if (this._xhr && this._xhr.readyState !== 4) { + this._xhrAbort = true; + + this._xhr.abort(); + } + + this._xhr = $__default["default"].ajax(request); + } + + return data; + } + }, { + key: "initSearchText", + value: function initSearchText() { + if (this.options.search) { + this.searchText = ''; + + if (this.options.searchText !== '') { + var $search = Utils.getSearchInput(this); + $search.val(this.options.searchText); + this.onSearch({ + currentTarget: $search, + firedByInitSearchText: true + }); + } + } + } + }, { + key: "getCaret", + value: function getCaret() { + var _this11 = this; + + this.$header.find('th').each(function(i, th) { + $__default["default"](th).find('.sortable').removeClass( + 'desc asc').addClass($__default["default"](th).data( + 'field') === _this11.options.sortName ? _this11 + .options.sortOrder : 'both'); + }); + } + }, { + key: "updateSelected", + value: function updateSelected() { + var checkAll = this.$selectItem.filter(':enabled').length && this + .$selectItem.filter(':enabled').length === this.$selectItem.filter( + ':enabled').filter(':checked').length; + this.$selectAll.add(this.$selectAll_).prop('checked', checkAll); + this.$selectItem.each(function(i, el) { + $__default["default"](el).closest('tr')[$__default["default"]( + el).prop('checked') ? 'addClass' : 'removeClass']( + 'selected'); + }); + } + }, { + key: "updateRows", + value: function updateRows() { + var _this12 = this; + + this.$selectItem.each(function(i, el) { + _this12.data[$__default["default"](el).data('index')][_this12 + .header.stateField + ] = $__default["default"](el).prop('checked'); + }); + } + }, { + key: "resetRows", + value: function resetRows() { + var _iterator3 = _createForOfIteratorHelper(this.data), + _step3; + + try { + for (_iterator3.s(); !(_step3 = _iterator3.n()).done;) { + var row = _step3.value; + this.$selectAll.prop('checked', false); + this.$selectItem.prop('checked', false); + + if (this.header.stateField) { + row[this.header.stateField] = false; + } + } + } catch (err) { + _iterator3.e(err); + } finally { + _iterator3.f(); + } + + this.initHiddenRows(); + } + }, { + key: "trigger", + value: function trigger(_name) { + var _this$options, _this$options2; + + var name = "".concat(_name, ".bs.table"); + + for (var _len = arguments.length, args = new Array(_len > 1 ? _len - 1 : 0), + _key4 = 1; _key4 < _len; _key4++) { + args[_key4 - 1] = arguments[_key4]; + } + + (_this$options = this.options)[BootstrapTable.EVENTS[name]].apply( + _this$options, [].concat(args, [this])); + + this.$el.trigger($__default["default"].Event(name, { + sender: this + }), args); + + (_this$options2 = this.options).onAll.apply(_this$options2, [name].concat([] + .concat(args, [this]))); + + this.$el.trigger($__default["default"].Event('all.bs.table', { + sender: this + }), [name, args]); + } + }, { + key: "resetHeader", + value: function resetHeader() { + var _this13 = this; + + // fix #61: the hidden table reset header bug. + // fix bug: get $el.css('width') error sometime (height = 500) + clearTimeout(this.timeoutId_); + this.timeoutId_ = setTimeout(function() { + return _this13.fitHeader(); + }, this.$el.is(':hidden') ? 100 : 0); + } + }, { + key: "fitHeader", + value: function fitHeader() { + var _this14 = this; + + if (this.$el.is(':hidden')) { + this.timeoutId_ = setTimeout(function() { + return _this14.fitHeader(); + }, 100); + return; + } + + var fixedBody = this.$tableBody.get(0); + var scrollWidth = this.hasScrollBar && fixedBody.scrollHeight > fixedBody + .clientHeight + this.$header.outerHeight() ? Utils.getScrollBarWidth() : + 0; + this.$el.css('margin-top', -this.$header.outerHeight()); + var focused = $__default["default"](':focus'); + + if (focused.length > 0) { + var $th = focused.parents('th'); + + if ($th.length > 0) { + var dataField = $th.attr('data-field'); + + if (dataField !== undefined) { + var $headerTh = this.$header.find("[data-field='".concat( + dataField, "']")); + + if ($headerTh.length > 0) { + $headerTh.find(':input').addClass('focus-temp'); + } + } + } + } + + this.$header_ = this.$header.clone(true, true); + this.$selectAll_ = this.$header_.find('[name="btSelectAll"]'); + this.$tableHeader.css('margin-right', scrollWidth).find('table').css( + 'width', this.$el.outerWidth()).html('').attr('class', this.$el + .attr('class')).append(this.$header_); + this.$tableLoading.css('width', this.$el.outerWidth()); + var focusedTemp = $__default["default"]('.focus-temp:visible:eq(0)'); + + if (focusedTemp.length > 0) { + focusedTemp.focus(); + this.$header.find('.focus-temp').removeClass('focus-temp'); + } // fix bug: $.data() is not working as expected after $.append() + + + this.$header.find('th[data-field]').each(function(i, el) { + _this14.$header_.find(Utils.sprintf('th[data-field="%s"]', + $__default["default"](el).data('field'))).data( + $__default["default"](el).data()); + }); + var visibleFields = this.getVisibleFields(); + var $ths = this.$header_.find('th'); + var $tr = this.$body.find('>tr:not(.no-records-found,.virtual-scroll-top)') + .eq(0); + + while ($tr.length && $tr.find('>td[colspan]:not([colspan="1"])').length) { + $tr = $tr.next(); + } + + var trLength = $tr.find('> *').length; + $tr.find('> *').each(function(i, el) { + var $this = $__default["default"](el); + + if (Utils.hasDetailViewIcon(_this14.options)) { + if (i === 0 && _this14.options.detailViewAlign !== + 'right' || i === trLength - 1 && _this14.options + .detailViewAlign === 'right') { + var $thDetail = $ths.filter('.detail'); + + var _zoomWidth = $thDetail.innerWidth() - $thDetail + .find('.fht-cell').width(); + + $thDetail.find('.fht-cell').width($this.innerWidth() - + _zoomWidth); + return; + } + } + + var index = i - Utils.getDetailViewIndexOffset(_this14.options); + + var $th = _this14.$header_.find(Utils.sprintf( + 'th[data-field="%s"]', visibleFields[index])); + + if ($th.length > 1) { + $th = $__default["default"]($ths[$this[0].cellIndex]); + } + + var zoomWidth = $th.innerWidth() - $th.find('.fht-cell') + .width(); + $th.find('.fht-cell').width($this.innerWidth() - zoomWidth); + }); + this.horizontalScroll(); + this.trigger('post-header'); + } + }, { + key: "initFooter", + value: function initFooter() { + if (!this.options.showFooter || this.options.cardView) { + // do nothing + return; + } + + var data = this.getData(); + var html = []; + var detailTemplate = ''; + + if (Utils.hasDetailViewIcon(this.options)) { + detailTemplate = + ''; + } + + if (detailTemplate && this.options.detailViewAlign !== 'right') { + html.push(detailTemplate); + } + + var _iterator4 = _createForOfIteratorHelper(this.columns), + _step4; + + try { + for (_iterator4.s(); !(_step4 = _iterator4.n()).done;) { + var column = _step4.value; + var falign = ''; + var valign = ''; + var csses = []; + var style = {}; + var class_ = Utils.sprintf(' class="%s"', column['class']); + + if (!column.visible || this.footerData && this.footerData.length > + 0 && !(column.field in this.footerData[0])) { + continue; + } + + if (this.options.cardView && !column.cardVisible) { + return; + } + + falign = Utils.sprintf('text-align: %s; ', column.falign ? column + .falign : column.align); + valign = Utils.sprintf('vertical-align: %s; ', column.valign); + style = Utils.calculateObjectValue(null, this.options.footerStyle, [ + column + ]); + + if (style && style.css) { + for (var _i13 = 0, _Object$entries12 = Object.entries(style + .css); _i13 < _Object$entries12.length; _i13++) { + var _Object$entries12$_i = _slicedToArray(_Object$entries12[ + _i13], 2), + key = _Object$entries12$_i[0], + _value3 = _Object$entries12$_i[1]; + + csses.push("".concat(key, ": ").concat(_value3)); + } + } + + if (style && style.classes) { + class_ = Utils.sprintf(' class="%s"', column['class'] ? [column[ + 'class'], style.classes].join(' ') : style.classes); + } + + html.push(' 0) { + colspan = this.footerData[0]["_".concat(column.field, + "_colspan")] || 0; + } + + if (colspan) { + html.push(" colspan=\"".concat(colspan, "\" ")); + } + + html.push('>'); + html.push('
    '); + var value = ''; + + if (this.footerData && this.footerData.length > 0) { + value = this.footerData[0][column.field] || ''; + } + + html.push(Utils.calculateObjectValue(column, column.footerFormatter, + [data, value], value)); + html.push('
    '); + html.push('
    '); + html.push(''); + html.push(''); + } + } catch (err) { + _iterator4.e(err); + } finally { + _iterator4.f(); + } + + if (detailTemplate && this.options.detailViewAlign === 'right') { + html.push(detailTemplate); + } + + if (!this.options.height && !this.$tableFooter.length) { + this.$el.append('
    '); + this.$tableFooter = this.$el.find('tfoot'); + } + + if (!this.$tableFooter.find('tr').length) { + this.$tableFooter.html('
    ").append(a("").attr({"data-action":"today",title:d.tooltips.today}).append(a("").addClass(d.icons.today)))),!d.sideBySide&&B()&&A()&&b.push(a("").append(a("").attr({"data-action":"togglePicker",title:d.tooltips.selectTime}).append(a("").addClass(d.icons.time)))),d.showClear&&b.push(a("").append(a("").attr({"data-action":"clear",title:d.tooltips.clear}).append(a("").addClass(d.icons.clear)))),d.showClose&&b.push(a("").append(a("").attr({"data-action":"close",title:d.tooltips.close}).append(a("").addClass(d.icons.close)))),a("").addClass("table-condensed").append(a("").append(a("").append(b)))},G=function(){var b=a("
    ").addClass("bootstrap-datetimepicker-widget dropdown-menu"),c=a("
    ").addClass("datepicker").append(C()),e=a("
    ").addClass("timepicker").append(E()),f=a("
      ").addClass("list-unstyled"),g=a("
    • ").addClass("picker-switch"+(d.collapse?" accordion-toggle":"")).append(F());return d.inline&&b.removeClass("dropdown-menu"),h&&b.addClass("usetwentyfour"),z("s")&&!h&&b.addClass("wider"),d.sideBySide&&B()&&A()?(b.addClass("timepicker-sbs"),"top"===d.toolbarPlacement&&b.append(g),b.append(a("
      ").addClass("row").append(c.addClass("col-md-6")).append(e.addClass("col-md-6"))),"bottom"===d.toolbarPlacement&&b.append(g),b):("top"===d.toolbarPlacement&&f.append(g),B()&&f.append(a("
    • ").addClass(d.collapse&&A()?"collapse in":"").append(c)),"default"===d.toolbarPlacement&&f.append(g),A()&&f.append(a("
    • ").addClass(d.collapse&&B()?"collapse":"").append(e)),"bottom"===d.toolbarPlacement&&f.append(g),b.append(f))},H=function(){var b,e={};return b=c.is("input")||d.inline?c.data():c.find("input").data(),b.dateOptions&&b.dateOptions instanceof Object&&(e=a.extend(!0,e,b.dateOptions)),a.each(d,function(a){var c="date"+a.charAt(0).toUpperCase()+a.slice(1);void 0!==b[c]&&(e[a]=b[c])}),e},I=function(){var b,e=(n||c).position(),f=(n||c).offset(),g=d.widgetPositioning.vertical,h=d.widgetPositioning.horizontal;if(d.widgetParent)b=d.widgetParent.append(o);else if(c.is("input"))b=c.after(o).parent();else{if(d.inline)return void(b=c.append(o));b=c,c.children().first().after(o)}if("auto"===g&&(g=f.top+1.5*o.height()>=a(window).height()+a(window).scrollTop()&&o.height()+c.outerHeight()a(window).width()?"right":"left"),"top"===g?o.addClass("top").removeClass("bottom"):o.addClass("bottom").removeClass("top"),"right"===h?o.addClass("pull-right"):o.removeClass("pull-right"),"static"===b.css("position")&&(b=b.parents().filter(function(){return"static"!==a(this).css("position")}).first()),0===b.length)throw new Error("datetimepicker component should be placed within a non-static positioned container");o.css({top:"top"===g?"auto":e.top+c.outerHeight(),bottom:"top"===g?b.outerHeight()-(b===c?0:e.top):"auto",left:"left"===h?b===c?0:e.left:"auto",right:"left"===h?"auto":b.outerWidth()-c.outerWidth()-(b===c?0:e.left)})},J=function(a){"dp.change"===a.type&&(a.date&&a.date.isSame(a.oldDate)||!a.date&&!a.oldDate)||c.trigger(a)},K=function(a){"y"===a&&(a="YYYY"),J({type:"dp.update",change:a,viewDate:f.clone()})},L=function(a){o&&(a&&(k=Math.max(p,Math.min(3,k+a))),o.find(".datepicker > div").hide().filter(".datepicker-"+q[k].clsName).show())},M=function(){var b=a("
    "),c=f.clone().startOf("w").startOf("d");for(d.calendarWeeks===!0&&b.append(a(""),d.calendarWeeks&&c.append('"),j.push(c)),k=["day"],b.isBefore(f,"M")&&k.push("old"),b.isAfter(f,"M")&&k.push("new"),b.isSame(e,"d")&&!m&&k.push("active"),R(b,"d")||k.push("disabled"),b.isSame(y(),"d")&&k.push("today"),0!==b.day()&&6!==b.day()||k.push("weekend"),J({type:"dp.classify",date:b,classNames:k}),c.append('"),b.add(1,"d");h.find("tbody").empty().append(j),T(),U(),V()}},X=function(){var b=o.find(".timepicker-hours table"),c=f.clone().startOf("d"),d=[],e=a("");for(f.hour()>11&&!h&&c.hour(12);c.isSame(f,"d")&&(h||f.hour()<12&&c.hour()<12||f.hour()>11);)c.hour()%4===0&&(e=a(""),d.push(e)),e.append('"),c.add(1,"h");b.empty().append(d)},Y=function(){for(var b=o.find(".timepicker-minutes table"),c=f.clone().startOf("h"),e=[],g=a(""),h=1===d.stepping?5:d.stepping;f.isSame(c,"h");)c.minute()%(4*h)===0&&(g=a(""),e.push(g)),g.append('"),c.add(h,"m");b.empty().append(e)},Z=function(){for(var b=o.find(".timepicker-seconds table"),c=f.clone().startOf("m"),d=[],e=a("");f.isSame(c,"m");)c.second()%20===0&&(e=a(""),d.push(e)),e.append('"),c.add(5,"s");b.empty().append(d)},$=function(){var a,b,c=o.find(".timepicker span[data-time-component]");h||(a=o.find(".timepicker [data-action=togglePeriod]"),b=e.clone().add(e.hours()>=12?-12:12,"h"),a.text(e.format("A")),R(b,"h")?a.removeClass("disabled"):a.addClass("disabled")),c.filter("[data-time-component=hours]").text(e.format(h?"HH":"hh")),c.filter("[data-time-component=minutes]").text(e.format("mm")),c.filter("[data-time-component=seconds]").text(e.format("ss")),X(),Y(),Z()},_=function(){o&&(W(),$())},aa=function(a){var b=m?null:e;if(!a)return m=!0,g.val(""),c.data("date",""),J({type:"dp.change",date:!1,oldDate:b}),void _();if(a=a.clone().locale(d.locale),x()&&a.tz(d.timeZone),1!==d.stepping)for(a.minutes(Math.round(a.minutes()/d.stepping)*d.stepping).seconds(0);d.minDate&&a.isBefore(d.minDate);)a.add(d.stepping,"minutes");R(a)?(e=a,f=e.clone(),g.val(e.format(i)),c.data("date",e.format(i)),m=!1,_(),J({type:"dp.change",date:e.clone(),oldDate:b})):(d.keepInvalid?J({type:"dp.change",date:a,oldDate:b}):g.val(m?"":e.format(i)),J({type:"dp.error",date:a,oldDate:b}))},ba=function(){var b=!1;return o?(o.find(".collapse").each(function(){var c=a(this).data("collapse");return!c||!c.transitioning||(b=!0,!1)}),b?l:(n&&n.hasClass("btn")&&n.toggleClass("active"),o.hide(),a(window).off("resize",I),o.off("click","[data-action]"),o.off("mousedown",!1),o.remove(),o=!1,J({type:"dp.hide",date:e.clone()}),g.blur(),f=e.clone(),l)):l},ca=function(){aa(null)},da=function(a){return void 0===d.parseInputDate?(!b.isMoment(a)||a instanceof Date)&&(a=y(a)):a=d.parseInputDate(a),a},ea={next:function(){var a=q[k].navFnc;f.add(q[k].navStep,a),W(),K(a)},previous:function(){var a=q[k].navFnc;f.subtract(q[k].navStep,a),W(),K(a)},pickerSwitch:function(){L(1)},selectMonth:function(b){var c=a(b.target).closest("tbody").find("span").index(a(b.target));f.month(c),k===p?(aa(e.clone().year(f.year()).month(f.month())),d.inline||ba()):(L(-1),W()),K("M")},selectYear:function(b){var c=parseInt(a(b.target).text(),10)||0;f.year(c),k===p?(aa(e.clone().year(f.year())),d.inline||ba()):(L(-1),W()),K("YYYY")},selectDecade:function(b){var c=parseInt(a(b.target).data("selection"),10)||0;f.year(c),k===p?(aa(e.clone().year(f.year())),d.inline||ba()):(L(-1),W()),K("YYYY")},selectDay:function(b){var c=f.clone();a(b.target).is(".old")&&c.subtract(1,"M"),a(b.target).is(".new")&&c.add(1,"M"),aa(c.date(parseInt(a(b.target).text(),10))),A()||d.keepOpen||d.inline||ba()},incrementHours:function(){var a=e.clone().add(1,"h");R(a,"h")&&aa(a)},incrementMinutes:function(){var a=e.clone().add(d.stepping,"m");R(a,"m")&&aa(a)},incrementSeconds:function(){var a=e.clone().add(1,"s");R(a,"s")&&aa(a)},decrementHours:function(){var a=e.clone().subtract(1,"h");R(a,"h")&&aa(a)},decrementMinutes:function(){var a=e.clone().subtract(d.stepping,"m");R(a,"m")&&aa(a)},decrementSeconds:function(){var a=e.clone().subtract(1,"s");R(a,"s")&&aa(a)},togglePeriod:function(){aa(e.clone().add(e.hours()>=12?-12:12,"h"))},togglePicker:function(b){var c,e=a(b.target),f=e.closest("ul"),g=f.find(".in"),h=f.find(".collapse:not(.in)");if(g&&g.length){if(c=g.data("collapse"),c&&c.transitioning)return;g.collapse?(g.collapse("hide"),h.collapse("show")):(g.removeClass("in"),h.addClass("in")),e.is("span")?e.toggleClass(d.icons.time+" "+d.icons.date):e.find("span").toggleClass(d.icons.time+" "+d.icons.date)}},showPicker:function(){o.find(".timepicker > div:not(.timepicker-picker)").hide(),o.find(".timepicker .timepicker-picker").show()},showHours:function(){o.find(".timepicker .timepicker-picker").hide(),o.find(".timepicker .timepicker-hours").show()},showMinutes:function(){o.find(".timepicker .timepicker-picker").hide(),o.find(".timepicker .timepicker-minutes").show()},showSeconds:function(){o.find(".timepicker .timepicker-picker").hide(),o.find(".timepicker .timepicker-seconds").show()},selectHour:function(b){var c=parseInt(a(b.target).text(),10);h||(e.hours()>=12?12!==c&&(c+=12):12===c&&(c=0)),aa(e.clone().hours(c)),ea.showPicker.call(l)},selectMinute:function(b){aa(e.clone().minutes(parseInt(a(b.target).text(),10))),ea.showPicker.call(l)},selectSecond:function(b){aa(e.clone().seconds(parseInt(a(b.target).text(),10))),ea.showPicker.call(l)},clear:ca,today:function(){var a=y();R(a,"d")&&aa(a)},close:ba},fa=function(b){return!a(b.currentTarget).is(".disabled")&&(ea[a(b.currentTarget).data("action")].apply(l,arguments),!1)},ga=function(){var b,c={year:function(a){return a.month(0).date(1).hours(0).seconds(0).minutes(0)},month:function(a){return a.date(1).hours(0).seconds(0).minutes(0)},day:function(a){return a.hours(0).seconds(0).minutes(0)},hour:function(a){return a.seconds(0).minutes(0)},minute:function(a){return a.seconds(0)}};return g.prop("disabled")||!d.ignoreReadonly&&g.prop("readonly")||o?l:(void 0!==g.val()&&0!==g.val().trim().length?aa(da(g.val().trim())):m&&d.useCurrent&&(d.inline||g.is("input")&&0===g.val().trim().length)&&(b=y(),"string"==typeof d.useCurrent&&(b=c[d.useCurrent](b)),aa(b)),o=G(),M(),S(),o.find(".timepicker-hours").hide(),o.find(".timepicker-minutes").hide(),o.find(".timepicker-seconds").hide(),_(),L(),a(window).on("resize",I),o.on("click","[data-action]",fa),o.on("mousedown",!1),n&&n.hasClass("btn")&&n.toggleClass("active"),I(),o.show(),d.focusOnShow&&!g.is(":focus")&&g.focus(),J({type:"dp.show"}),l)},ha=function(){return o?ba():ga()},ia=function(a){var b,c,e,f,g=null,h=[],i={},j=a.which,k="p";w[j]=k;for(b in w)w.hasOwnProperty(b)&&w[b]===k&&(h.push(b),parseInt(b,10)!==j&&(i[b]=!0));for(b in d.keyBinds)if(d.keyBinds.hasOwnProperty(b)&&"function"==typeof d.keyBinds[b]&&(e=b.split(" "),e.length===h.length&&v[j]===e[e.length-1])){for(f=!0,c=e.length-2;c>=0;c--)if(!(v[e[c]]in i)){f=!1;break}if(f){g=d.keyBinds[b];break}}g&&(g.call(l,o),a.stopPropagation(),a.preventDefault())},ja=function(a){w[a.which]="r",a.stopPropagation(),a.preventDefault()},ka=function(b){var c=a(b.target).val().trim(),d=c?da(c):null;return aa(d),b.stopImmediatePropagation(),!1},la=function(){g.on({change:ka,blur:d.debug?"":ba,keydown:ia,keyup:ja,focus:d.allowInputToggle?ga:""}),c.is("input")?g.on({focus:ga}):n&&(n.on("click",ha),n.on("mousedown",!1))},ma=function(){g.off({change:ka,blur:blur,keydown:ia,keyup:ja,focus:d.allowInputToggle?ba:""}),c.is("input")?g.off({focus:ga}):n&&(n.off("click",ha),n.off("mousedown",!1))},na=function(b){var c={};return a.each(b,function(){var a=da(this);a.isValid()&&(c[a.format("YYYY-MM-DD")]=!0)}),!!Object.keys(c).length&&c},oa=function(b){var c={};return a.each(b,function(){c[this]=!0}),!!Object.keys(c).length&&c},pa=function(){var a=d.format||"L LT";i=a.replace(/(\[[^\[]*\])|(\\)?(LTS|LT|LL?L?L?|l{1,4})/g,function(a){var b=e.localeData().longDateFormat(a)||a;return b.replace(/(\[[^\[]*\])|(\\)?(LTS|LT|LL?L?L?|l{1,4})/g,function(a){return e.localeData().longDateFormat(a)||a})}),j=d.extraFormats?d.extraFormats.slice():[],j.indexOf(a)<0&&j.indexOf(i)<0&&j.push(i),h=i.toLowerCase().indexOf("a")<1&&i.replace(/\[.*?\]/g,"").indexOf("h")<1,z("y")&&(p=2),z("M")&&(p=1),z("d")&&(p=0),k=Math.max(p,k),m||aa(e)};if(l.destroy=function(){ba(),ma(),c.removeData("DateTimePicker"),c.removeData("date")},l.toggle=ha,l.show=ga,l.hide=ba,l.disable=function(){return ba(),n&&n.hasClass("btn")&&n.addClass("disabled"),g.prop("disabled",!0),l},l.enable=function(){return n&&n.hasClass("btn")&&n.removeClass("disabled"),g.prop("disabled",!1),l},l.ignoreReadonly=function(a){if(0===arguments.length)return d.ignoreReadonly;if("boolean"!=typeof a)throw new TypeError("ignoreReadonly () expects a boolean parameter");return d.ignoreReadonly=a,l},l.options=function(b){if(0===arguments.length)return a.extend(!0,{},d);if(!(b instanceof Object))throw new TypeError("options() options parameter should be an object");return a.extend(!0,d,b),a.each(d,function(a,b){if(void 0===l[a])throw new TypeError("option "+a+" is not recognized!");l[a](b)}),l},l.date=function(a){if(0===arguments.length)return m?null:e.clone();if(!(null===a||"string"==typeof a||b.isMoment(a)||a instanceof Date))throw new TypeError("date() parameter must be one of [null, string, moment or Date]");return aa(null===a?null:da(a)),l},l.format=function(a){if(0===arguments.length)return d.format;if("string"!=typeof a&&("boolean"!=typeof a||a!==!1))throw new TypeError("format() expects a string or boolean:false parameter "+a);return d.format=a,i&&pa(),l},l.timeZone=function(a){if(0===arguments.length)return d.timeZone;if("string"!=typeof a)throw new TypeError("newZone() expects a string parameter");return d.timeZone=a,l},l.dayViewHeaderFormat=function(a){if(0===arguments.length)return d.dayViewHeaderFormat;if("string"!=typeof a)throw new TypeError("dayViewHeaderFormat() expects a string parameter");return d.dayViewHeaderFormat=a,l},l.extraFormats=function(a){if(0===arguments.length)return d.extraFormats;if(a!==!1&&!(a instanceof Array))throw new TypeError("extraFormats() expects an array or false parameter");return d.extraFormats=a,j&&pa(),l},l.disabledDates=function(b){if(0===arguments.length)return d.disabledDates?a.extend({},d.disabledDates):d.disabledDates;if(!b)return d.disabledDates=!1,_(),l;if(!(b instanceof Array))throw new TypeError("disabledDates() expects an array parameter");return d.disabledDates=na(b),d.enabledDates=!1,_(),l},l.enabledDates=function(b){if(0===arguments.length)return d.enabledDates?a.extend({},d.enabledDates):d.enabledDates;if(!b)return d.enabledDates=!1,_(),l;if(!(b instanceof Array))throw new TypeError("enabledDates() expects an array parameter");return d.enabledDates=na(b),d.disabledDates=!1,_(),l},l.daysOfWeekDisabled=function(a){if(0===arguments.length)return d.daysOfWeekDisabled.splice(0);if("boolean"==typeof a&&!a)return d.daysOfWeekDisabled=!1,_(),l;if(!(a instanceof Array))throw new TypeError("daysOfWeekDisabled() expects an array parameter");if(d.daysOfWeekDisabled=a.reduce(function(a,b){return b=parseInt(b,10),b>6||b<0||isNaN(b)?a:(a.indexOf(b)===-1&&a.push(b),a)},[]).sort(),d.useCurrent&&!d.keepInvalid){for(var b=0;!R(e,"d");){if(e.add(1,"d"),31===b)throw"Tried 31 times to find a valid date";b++}aa(e)}return _(),l},l.maxDate=function(a){if(0===arguments.length)return d.maxDate?d.maxDate.clone():d.maxDate;if("boolean"==typeof a&&a===!1)return d.maxDate=!1,_(),l;"string"==typeof a&&("now"!==a&&"moment"!==a||(a=y()));var b=da(a);if(!b.isValid())throw new TypeError("maxDate() Could not parse date parameter: "+a);if(d.minDate&&b.isBefore(d.minDate))throw new TypeError("maxDate() date parameter is before options.minDate: "+b.format(i));return d.maxDate=b,d.useCurrent&&!d.keepInvalid&&e.isAfter(a)&&aa(d.maxDate),f.isAfter(b)&&(f=b.clone().subtract(d.stepping,"m")),_(),l},l.minDate=function(a){if(0===arguments.length)return d.minDate?d.minDate.clone():d.minDate;if("boolean"==typeof a&&a===!1)return d.minDate=!1,_(),l;"string"==typeof a&&("now"!==a&&"moment"!==a||(a=y()));var b=da(a);if(!b.isValid())throw new TypeError("minDate() Could not parse date parameter: "+a);if(d.maxDate&&b.isAfter(d.maxDate))throw new TypeError("minDate() date parameter is after options.maxDate: "+b.format(i));return d.minDate=b,d.useCurrent&&!d.keepInvalid&&e.isBefore(a)&&aa(d.minDate),f.isBefore(b)&&(f=b.clone().add(d.stepping,"m")),_(),l},l.defaultDate=function(a){if(0===arguments.length)return d.defaultDate?d.defaultDate.clone():d.defaultDate;if(!a)return d.defaultDate=!1,l;"string"==typeof a&&(a="now"===a||"moment"===a?y():y(a));var b=da(a);if(!b.isValid())throw new TypeError("defaultDate() Could not parse date parameter: "+a);if(!R(b))throw new TypeError("defaultDate() date passed is invalid according to component setup validations");return d.defaultDate=b,(d.defaultDate&&d.inline||""===g.val().trim())&&aa(d.defaultDate),l},l.locale=function(a){if(0===arguments.length)return d.locale;if(!b.localeData(a))throw new TypeError("locale() locale "+a+" is not loaded from moment locales!");return d.locale=a,e.locale(d.locale),f.locale(d.locale),i&&pa(),o&&(ba(),ga()),l},l.stepping=function(a){return 0===arguments.length?d.stepping:(a=parseInt(a,10),(isNaN(a)||a<1)&&(a=1),d.stepping=a,l)},l.useCurrent=function(a){var b=["year","month","day","hour","minute"];if(0===arguments.length)return d.useCurrent;if("boolean"!=typeof a&&"string"!=typeof a)throw new TypeError("useCurrent() expects a boolean or string parameter");if("string"==typeof a&&b.indexOf(a.toLowerCase())===-1)throw new TypeError("useCurrent() expects a string parameter of "+b.join(", "));return d.useCurrent=a,l},l.collapse=function(a){if(0===arguments.length)return d.collapse;if("boolean"!=typeof a)throw new TypeError("collapse() expects a boolean parameter");return d.collapse===a?l:(d.collapse=a,o&&(ba(),ga()),l)},l.icons=function(b){if(0===arguments.length)return a.extend({},d.icons);if(!(b instanceof Object))throw new TypeError("icons() expects parameter to be an Object");return a.extend(d.icons,b),o&&(ba(),ga()),l},l.tooltips=function(b){if(0===arguments.length)return a.extend({},d.tooltips);if(!(b instanceof Object))throw new TypeError("tooltips() expects parameter to be an Object");return a.extend(d.tooltips,b),o&&(ba(),ga()),l},l.useStrict=function(a){if(0===arguments.length)return d.useStrict;if("boolean"!=typeof a)throw new TypeError("useStrict() expects a boolean parameter");return d.useStrict=a,l},l.sideBySide=function(a){if(0===arguments.length)return d.sideBySide;if("boolean"!=typeof a)throw new TypeError("sideBySide() expects a boolean parameter");return d.sideBySide=a,o&&(ba(),ga()),l},l.viewMode=function(a){if(0===arguments.length)return d.viewMode;if("string"!=typeof a)throw new TypeError("viewMode() expects a string parameter");if(r.indexOf(a)===-1)throw new TypeError("viewMode() parameter must be one of ("+r.join(", ")+") value");return d.viewMode=a,k=Math.max(r.indexOf(a),p),L(),l},l.toolbarPlacement=function(a){if(0===arguments.length)return d.toolbarPlacement;if("string"!=typeof a)throw new TypeError("toolbarPlacement() expects a string parameter");if(u.indexOf(a)===-1)throw new TypeError("toolbarPlacement() parameter must be one of ("+u.join(", ")+") value");return d.toolbarPlacement=a,o&&(ba(),ga()),l},l.widgetPositioning=function(b){if(0===arguments.length)return a.extend({},d.widgetPositioning);if("[object Object]"!=={}.toString.call(b))throw new TypeError("widgetPositioning() expects an object variable");if(b.horizontal){if("string"!=typeof b.horizontal)throw new TypeError("widgetPositioning() horizontal variable must be a string");if(b.horizontal=b.horizontal.toLowerCase(),t.indexOf(b.horizontal)===-1)throw new TypeError("widgetPositioning() expects horizontal parameter to be one of ("+t.join(", ")+")");d.widgetPositioning.horizontal=b.horizontal}if(b.vertical){if("string"!=typeof b.vertical)throw new TypeError("widgetPositioning() vertical variable must be a string");if(b.vertical=b.vertical.toLowerCase(),s.indexOf(b.vertical)===-1)throw new TypeError("widgetPositioning() expects vertical parameter to be one of ("+s.join(", ")+")");d.widgetPositioning.vertical=b.vertical}return _(),l},l.calendarWeeks=function(a){if(0===arguments.length)return d.calendarWeeks;if("boolean"!=typeof a)throw new TypeError("calendarWeeks() expects parameter to be a boolean value");return d.calendarWeeks=a,_(),l},l.showTodayButton=function(a){if(0===arguments.length)return d.showTodayButton;if("boolean"!=typeof a)throw new TypeError("showTodayButton() expects a boolean parameter");return d.showTodayButton=a,o&&(ba(),ga()),l},l.showClear=function(a){if(0===arguments.length)return d.showClear;if("boolean"!=typeof a)throw new TypeError("showClear() expects a boolean parameter");return d.showClear=a,o&&(ba(),ga()),l},l.widgetParent=function(b){if(0===arguments.length)return d.widgetParent;if("string"==typeof b&&(b=a(b)),null!==b&&"string"!=typeof b&&!(b instanceof a))throw new TypeError("widgetParent() expects a string or a jQuery object parameter");return d.widgetParent=b,o&&(ba(),ga()),l},l.keepOpen=function(a){if(0===arguments.length)return d.keepOpen;if("boolean"!=typeof a)throw new TypeError("keepOpen() expects a boolean parameter");return d.keepOpen=a,l},l.focusOnShow=function(a){if(0===arguments.length)return d.focusOnShow;if("boolean"!=typeof a)throw new TypeError("focusOnShow() expects a boolean parameter");return d.focusOnShow=a,l},l.inline=function(a){if(0===arguments.length)return d.inline;if("boolean"!=typeof a)throw new TypeError("inline() expects a boolean parameter");return d.inline=a,l},l.clear=function(){return ca(),l},l.keyBinds=function(a){return 0===arguments.length?d.keyBinds:(d.keyBinds=a,l)},l.getMoment=function(a){return y(a)},l.debug=function(a){if("boolean"!=typeof a)throw new TypeError("debug() expects a boolean parameter");return d.debug=a,l},l.allowInputToggle=function(a){if(0===arguments.length)return d.allowInputToggle;if("boolean"!=typeof a)throw new TypeError("allowInputToggle() expects a boolean parameter");return d.allowInputToggle=a,l},l.showClose=function(a){if(0===arguments.length)return d.showClose;if("boolean"!=typeof a)throw new TypeError("showClose() expects a boolean parameter");return d.showClose=a,l},l.keepInvalid=function(a){if(0===arguments.length)return d.keepInvalid;if("boolean"!=typeof a)throw new TypeError("keepInvalid() expects a boolean parameter"); +return d.keepInvalid=a,l},l.datepickerInput=function(a){if(0===arguments.length)return d.datepickerInput;if("string"!=typeof a)throw new TypeError("datepickerInput() expects a string parameter");return d.datepickerInput=a,l},l.parseInputDate=function(a){if(0===arguments.length)return d.parseInputDate;if("function"!=typeof a)throw new TypeError("parseInputDate() sholud be as function");return d.parseInputDate=a,l},l.disabledTimeIntervals=function(b){if(0===arguments.length)return d.disabledTimeIntervals?a.extend({},d.disabledTimeIntervals):d.disabledTimeIntervals;if(!b)return d.disabledTimeIntervals=!1,_(),l;if(!(b instanceof Array))throw new TypeError("disabledTimeIntervals() expects an array parameter");return d.disabledTimeIntervals=b,_(),l},l.disabledHours=function(b){if(0===arguments.length)return d.disabledHours?a.extend({},d.disabledHours):d.disabledHours;if(!b)return d.disabledHours=!1,_(),l;if(!(b instanceof Array))throw new TypeError("disabledHours() expects an array parameter");if(d.disabledHours=oa(b),d.enabledHours=!1,d.useCurrent&&!d.keepInvalid){for(var c=0;!R(e,"h");){if(e.add(1,"h"),24===c)throw"Tried 24 times to find a valid date";c++}aa(e)}return _(),l},l.enabledHours=function(b){if(0===arguments.length)return d.enabledHours?a.extend({},d.enabledHours):d.enabledHours;if(!b)return d.enabledHours=!1,_(),l;if(!(b instanceof Array))throw new TypeError("enabledHours() expects an array parameter");if(d.enabledHours=oa(b),d.disabledHours=!1,d.useCurrent&&!d.keepInvalid){for(var c=0;!R(e,"h");){if(e.add(1,"h"),24===c)throw"Tried 24 times to find a valid date";c++}aa(e)}return _(),l},l.viewDate=function(a){if(0===arguments.length)return f.clone();if(!a)return f=e.clone(),l;if(!("string"==typeof a||b.isMoment(a)||a instanceof Date))throw new TypeError("viewDate() parameter must be one of [string, moment or Date]");return f=da(a),K(),l},c.is("input"))g=c;else if(g=c.find(d.datepickerInput),0===g.length)g=c.find("input");else if(!g.is("input"))throw new Error('CSS class "'+d.datepickerInput+'" cannot be applied to non input element');if(c.hasClass("input-group")&&(n=0===c.find(".datepickerbutton").length?c.find(".input-group-addon"):c.find(".datepickerbutton")),!d.inline&&!g.is("input"))throw new Error("Could not initialize DateTimePicker without an input element");return e=y(),f=e.clone(),a.extend(!0,d,H()),l.options(d),pa(),la(),g.prop("disabled")&&l.disable(),g.is("input")&&0!==g.val().trim().length?aa(da(g.val().trim())):d.defaultDate&&void 0===g.attr("placeholder")&&aa(d.defaultDate),d.inline&&ga(),l};return a.fn.datetimepicker=function(b){b=b||{};var d,e=Array.prototype.slice.call(arguments,1),f=!0,g=["destroy","hide","show","toggle"];if("object"==typeof b)return this.each(function(){var d,e=a(this);e.data("DateTimePicker")||(d=a.extend(!0,{},a.fn.datetimepicker.defaults,b),e.data("DateTimePicker",c(e,d)))});if("string"==typeof b)return this.each(function(){var c=a(this),g=c.data("DateTimePicker");if(!g)throw new Error('bootstrap-datetimepicker("'+b+'") method was called on an element that is not using DateTimePicker');d=g[b].apply(g,e),f=d===g}),f||a.inArray(b,g)>-1?this:d;throw new TypeError("Invalid arguments for DateTimePicker: "+b)},a.fn.datetimepicker.defaults={timeZone:"",format:!1,dayViewHeaderFormat:"MMMM YYYY",extraFormats:!1,stepping:1,minDate:!1,maxDate:!1,useCurrent:!0,collapse:!0,locale:b.locale(),defaultDate:!1,disabledDates:!1,enabledDates:!1,icons:{time:"mdi mdi-clock",date:"mdi mdi-calendar",up:"mdi mdi-chevron-up",down:"mdi mdi-chevron-down",previous:"mdi mdi-chevron-left",next:"mdi mdi-chevron-right",today:"mdi mdi-crosshairs-gps",clear:"mdi mdi-delete",close:"mdi mdi-close"},tooltips:{today:"Go to today",clear:"Clear selection",close:"Close the picker",selectMonth:"Select Month",prevMonth:"Previous Month",nextMonth:"Next Month",selectYear:"Select Year",prevYear:"Previous Year",nextYear:"Next Year",selectDecade:"Select Decade",prevDecade:"Previous Decade",nextDecade:"Next Decade",prevCentury:"Previous Century",nextCentury:"Next Century",pickHour:"Pick Hour",incrementHour:"Increment Hour",decrementHour:"Decrement Hour",pickMinute:"Pick Minute",incrementMinute:"Increment Minute",decrementMinute:"Decrement Minute",pickSecond:"Pick Second",incrementSecond:"Increment Second",decrementSecond:"Decrement Second",togglePeriod:"Toggle Period",selectTime:"Select Time"},useStrict:!1,sideBySide:!1,daysOfWeekDisabled:!1,calendarWeeks:!1,viewMode:"days",toolbarPlacement:"default",showTodayButton:!1,showClear:!1,showClose:!1,widgetPositioning:{horizontal:"auto",vertical:"auto"},widgetParent:null,ignoreReadonly:!1,keepOpen:!1,focusOnShow:!0,inline:!1,keepInvalid:!1,datepickerInput:".datepickerinput",keyBinds:{up:function(a){if(a){var b=this.date()||this.getMoment();a.find(".datepicker").is(":visible")?this.date(b.clone().subtract(7,"d")):this.date(b.clone().add(this.stepping(),"m"))}},down:function(a){if(!a)return void this.show();var b=this.date()||this.getMoment();a.find(".datepicker").is(":visible")?this.date(b.clone().add(7,"d")):this.date(b.clone().subtract(this.stepping(),"m"))},"control up":function(a){if(a){var b=this.date()||this.getMoment();a.find(".datepicker").is(":visible")?this.date(b.clone().subtract(1,"y")):this.date(b.clone().add(1,"h"))}},"control down":function(a){if(a){var b=this.date()||this.getMoment();a.find(".datepicker").is(":visible")?this.date(b.clone().add(1,"y")):this.date(b.clone().subtract(1,"h"))}},left:function(a){if(a){var b=this.date()||this.getMoment();a.find(".datepicker").is(":visible")&&this.date(b.clone().subtract(1,"d"))}},right:function(a){if(a){var b=this.date()||this.getMoment();a.find(".datepicker").is(":visible")&&this.date(b.clone().add(1,"d"))}},pageUp:function(a){if(a){var b=this.date()||this.getMoment();a.find(".datepicker").is(":visible")&&this.date(b.clone().subtract(1,"M"))}},pageDown:function(a){if(a){var b=this.date()||this.getMoment();a.find(".datepicker").is(":visible")&&this.date(b.clone().add(1,"M"))}},enter:function(){this.hide()},escape:function(){this.hide()},"control space":function(a){a&&a.find(".timepicker").is(":visible")&&a.find('.btn[data-action="togglePeriod"]').click()},t:function(){this.date(this.getMoment())},delete:function(){this.clear()}},debug:!1,allowInputToggle:!1,disabledTimeIntervals:!1,disabledHours:!1,enabledHours:!1,viewDate:!1},a.fn.datetimepicker}); \ No newline at end of file diff --git a/static/lyear/js/bootstrap-maxlength/bootstrap-maxlength.min.js b/static/lyear/js/bootstrap-maxlength/bootstrap-maxlength.min.js new file mode 100644 index 0000000..5a394bf --- /dev/null +++ b/static/lyear/js/bootstrap-maxlength/bootstrap-maxlength.min.js @@ -0,0 +1,589 @@ +/* ========================================================== + * bootstrap-maxlength.js v1.9.0 + * + * Copyright (c) 2013-2020 Maurizio Napoleoni; + * + * Licensed under the terms of the MIT license. + * See: https://github.com/mimo84/bootstrap-maxlength/blob/master/LICENSE + * ========================================================== */ +/*global jQuery*/ + +(function ($) { + 'use strict'; + /** + * We need an event when the elements are destroyed + * because if an input is removed, we have to remove the + * maxlength object associated (if any). + * From: + * http://stackoverflow.com/questions/2200494/jquery-trigger-event-when-an-element-is-removed-from-the-dom + */ + if (!$.event.special.destroyed) { + $.event.special.destroyed = { + remove: function (o) { + if (o.handler) { + o.handler(); + } + } + }; + } + + + $.fn.extend({ + maxlength: function (options, callback) { + var documentBody = $('body'), + defaults = { + showOnReady: false, // true to always show when indicator is ready + alwaysShow: true, // if true the indicator it's always shown. + threshold: 0, // Represents how many chars left are needed to show up the counter + warningClass: 'small form-text text-muted', + limitReachedClass: 'small form-text text-danger', + separator: ' / ', + preText: '', + postText: '', + showMaxLength: true, + placement: 'bottom-right-inside', + message: null, // an alternative way to provide the message text + showCharsTyped: true, // show the number of characters typed and not the number of characters remaining + validate: false, // if the browser doesn't support the maxlength attribute, attempt to type more than the indicated chars, will be prevented. + utf8: false, // counts using bytesize rather than length. eg: '£' is counted as 2 characters. + appendToParent: false, // append the indicator to the input field's parent instead of body + twoCharLinebreak: true, // count linebreak as 2 characters to match IE/Chrome textarea validation. As well as DB storage. + customMaxAttribute: null, // null = use maxlength attribute and browser functionality, string = use specified attribute instead. + allowOverMax: false, // Form submit validation is handled on your own. when maxlength has been exceeded 'overmax' class added to element + zIndex: 1099 + }; + + if ($.isFunction(options) && !callback) { + callback = options; + options = {}; + } + options = $.extend(defaults, options); + + + /** + * Return the byte count of the specified character in UTF8 encoding. + * Note: This won't cover UTF-8 characters that are 4 bytes long. + * + * @param input + * @return {number} + */ + function utf8CharByteCount(character) { + var c = character.charCodeAt(); + // Not c then 0, else c < 128 then 1, else c < 2048 then 2, else 3 + return !c ? 0 : c < 128 ? 1 : c < 2048 ? 2 : 3; + } + + /** + * Return the length of the specified input in UTF8 encoding. + * + * @param input + * @return {number} + */ + function utf8Length(string) { + return string.split("") + .map(utf8CharByteCount) + // Prevent reduce from throwing an error if the string is empty. + .concat(0) + .reduce(function (sum, val) { + return sum + val; + }); + } + + /** + * Return the length of the specified input. + * + * @param input + * @return {number} + */ + function inputLength(input) { + var text = input.val(); + + if (options.twoCharLinebreak) { + // Count all line breaks as 2 characters + text = text.replace(/\r(?!\n)|\n(?!\r)/g, '\r\n'); + } else { + // Remove all double-character (\r\n) linebreaks, so they're counted only once. + text = text.replace(/(?:\r\n|\r|\n)/g, '\n'); + } + + var currentLength = 0; + + if (options.utf8) { + currentLength = utf8Length(text); + } else { + currentLength = text.length; + } + + // Remove "C:\fakepath\" from counter when using file input + // Fix https://github.com/mimo84/bootstrap-maxlength/issues/146 + if (input.prop("type") === "file" && input.val() !== "") { + currentLength -= 12; + } + + return currentLength; + } + + /** + * Truncate the text of the specified input. + * + * @param input + * @param limit + */ + function truncateChars(input, maxlength) { + var text = input.val(); + + if (options.twoCharLinebreak) { + text = text.replace(/\r(?!\n)|\n(?!\r)/g, '\r\n'); + + if (text[text.length - 1] === '\n') { + maxlength -= text.length % 2; + } + } + + if (options.utf8) { + var indexedSize = text.split("").map(utf8CharByteCount); + for ( + var removedBytes = 0, + bytesPastMax = utf8Length(text) - maxlength; removedBytes < bytesPastMax; removedBytes += indexedSize.pop() + ); + maxlength -= (maxlength - indexedSize.length); + } + + input.val(text.substr(0, maxlength)); + } + + /** + * Return true if the indicator should be showing up. + * + * @param input + * @param threshold + * @param maxlength + * @return {number} + */ + function charsLeftThreshold(input, threshold, maxlength) { + var output = true; + if (!options.alwaysShow && (maxlength - inputLength(input) > threshold)) { + output = false; + } + return output; + } + + /** + * Returns how many chars are left to complete the fill up of the form. + * + * @param input + * @param maxlength + * @return {number} + */ + function remainingChars(input, maxlength) { + var length = maxlength - inputLength(input); + return length; + } + + /** + * When called displays the indicator. + * + * @param indicator + */ + function showRemaining(currentInput, indicator) { + indicator.css({ + display: 'block' + }); + currentInput.trigger('maxlength.shown'); + } + + /** + * When called shows the indicator. + * + * @param indicator + */ + function hideRemaining(currentInput, indicator) { + + if (options.alwaysShow) { + return; + } + + indicator.css({ + display: 'none' + }); + currentInput.trigger('maxlength.hidden'); + } + + /** + * This function updates the value in the indicator + * + * @param maxLengthThisInput + * @param typedChars + * @return String + */ + function updateMaxLengthHTML(currentInputText, maxLengthThisInput, typedChars) { + var output = ''; + if (options.message) { + if (typeof options.message === 'function') { + output = options.message(currentInputText, maxLengthThisInput); + } else { + output = options.message.replace('%charsTyped%', typedChars) + .replace('%charsRemaining%', maxLengthThisInput - typedChars) + .replace('%charsTotal%', maxLengthThisInput); + } + } else { + if (options.preText) { + output += options.preText; + } + if (!options.showCharsTyped) { + output += maxLengthThisInput - typedChars; + } else { + output += typedChars; + } + if (options.showMaxLength) { + output += options.separator + maxLengthThisInput; + } + if (options.postText) { + output += options.postText; + } + } + return output; + } + + /** + * This function updates the value of the counter in the indicator. + * Wants as parameters: the number of remaining chars, the element currently managed, + * the maxLength for the current input and the indicator generated for it. + * + * @param remaining + * @param currentInput + * @param maxLengthCurrentInput + * @param maxLengthIndicator + */ + function manageRemainingVisibility(remaining, currentInput, maxLengthCurrentInput, maxLengthIndicator) { + if (maxLengthIndicator) { + maxLengthIndicator.html(updateMaxLengthHTML(currentInput.val(), maxLengthCurrentInput, (maxLengthCurrentInput - remaining))); + + if (remaining > 0) { + if (charsLeftThreshold(currentInput, options.threshold, maxLengthCurrentInput)) { + showRemaining(currentInput, maxLengthIndicator.removeClass(options.limitReachedClass).addClass(options.warningClass)); + } else { + hideRemaining(currentInput, maxLengthIndicator); + } + } else { + showRemaining(currentInput, maxLengthIndicator.removeClass(options.warningClass).addClass(options.limitReachedClass)); + } + } + + if (options.customMaxAttribute) { + // class to use for form validation on custom maxlength attribute + if (remaining < 0) { + currentInput.addClass('overmax'); + } else { + currentInput.removeClass('overmax'); + } + } + } + + /** + * This function returns an object containing all the + * informations about the position of the current input + * + * @param currentInput + * @return object {bottom height left right top width} + * + */ + function getPosition(currentInput) { + var el = currentInput[0]; + return $.extend({}, (typeof el.getBoundingClientRect === 'function') ? el.getBoundingClientRect() : { + width: el.offsetWidth, + height: el.offsetHeight + }, currentInput.offset()); + } + + /** + * This function places the maxLengthIndicator based on placement config object. + * + * @param {object} placement + * @param {$} maxLengthIndicator + * @return null + * + */ + function placeWithCSS(placement, maxLengthIndicator) { + if (!placement || !maxLengthIndicator) { + return; + } + + var POSITION_KEYS = [ + 'top', + 'bottom', + 'left', + 'right', + 'position' + ]; + + var cssPos = {}; + + // filter css properties to position + $.each(POSITION_KEYS, function (i, key) { + var val = options.placement[key]; + if (typeof val !== 'undefined') { + cssPos[key] = val; + } + }); + + maxLengthIndicator.css(cssPos); + + return; + } + + + /** + * This function places the maxLengthIndicator at the + * top / bottom / left / right of the currentInput + * + * @param currentInput + * @param maxLengthIndicator + * @return null + * + */ + function place(currentInput, maxLengthIndicator) { + var pos = getPosition(currentInput); + + // Supports custom placement handler + if ($.type(options.placement) === 'function') { + options.placement(currentInput, maxLengthIndicator, pos); + return; + } + + // Supports custom placement via css positional properties + if ($.isPlainObject(options.placement)) { + placeWithCSS(options.placement, maxLengthIndicator); + return; + } + + var inputOuter = currentInput.outerWidth(), + outerWidth = maxLengthIndicator.outerWidth(), + actualWidth = maxLengthIndicator.width(), + actualHeight = maxLengthIndicator.height(); + + // get the right position if the indicator is appended to the input's parent + if (options.appendToParent) { + pos.top -= currentInput.parent().offset().top; + pos.left -= currentInput.parent().offset().left; + } + + switch (options.placement) { + case 'bottom': + maxLengthIndicator.css({ + top: pos.top + pos.height, + left: pos.left + pos.width / 2 - actualWidth / 2 + }); + break; + case 'top': + maxLengthIndicator.css({ + top: pos.top - actualHeight, + left: pos.left + pos.width / 2 - actualWidth / 2 + }); + break; + case 'left': + maxLengthIndicator.css({ + top: pos.top + pos.height / 2 - actualHeight / 2, + left: pos.left - actualWidth + }); + break; + case 'right': + maxLengthIndicator.css({ + top: pos.top + pos.height / 2 - actualHeight / 2, + left: pos.left + pos.width + }); + break; + case 'bottom-right': + maxLengthIndicator.css({ + top: pos.top + pos.height, + left: pos.left + pos.width + }); + break; + case 'top-right': + maxLengthIndicator.css({ + top: pos.top - actualHeight, + left: pos.left + inputOuter + }); + break; + case 'top-left': + maxLengthIndicator.css({ + top: pos.top - actualHeight, + left: pos.left - outerWidth + }); + break; + case 'bottom-left': + maxLengthIndicator.css({ + top: pos.top + currentInput.outerHeight(), + left: pos.left - outerWidth + }); + break; + case 'centered-right': + maxLengthIndicator.css({ + top: pos.top + (actualHeight / 2), + left: pos.left + inputOuter - outerWidth - 3 + }); + break; + + // Some more options for placements + case 'bottom-right-inside': + maxLengthIndicator.css({ + top: pos.top + pos.height, + left: pos.left + pos.width - outerWidth + }); + break; + case 'top-right-inside': + maxLengthIndicator.css({ + top: pos.top - actualHeight, + left: pos.left + inputOuter - outerWidth + }); + break; + case 'top-left-inside': + maxLengthIndicator.css({ + top: pos.top - actualHeight, + left: pos.left + }); + break; + case 'bottom-left-inside': + maxLengthIndicator.css({ + top: pos.top + currentInput.outerHeight(), + left: pos.left + }); + break; + } + } + + /** + * This function returns true if the indicator position needs to + * be recalculated when the currentInput changes + * + * @return {boolean} + * + */ + function isPlacementMutable() { + return options.placement === 'bottom-right-inside' || options.placement === 'top-right-inside' || typeof options.placement === 'function' || (options.message && typeof options.message === 'function'); + } + + /** + * This function retrieves the maximum length of currentInput + * + * @param currentInput + * @return {number} + * + */ + function getMaxLength(currentInput) { + var max = currentInput.attr('maxlength') || options.customMaxAttribute; + + if (options.customMaxAttribute && !options.allowOverMax) { + var custom = currentInput.attr(options.customMaxAttribute); + if (!max || custom < max) { + max = custom; + } + } + + if (!max) { + max = currentInput.attr('size'); + } + return max; + } + + return this.each(function () { + + var currentInput = $(this), + maxLengthCurrentInput, + maxLengthIndicator; + + $(window).resize(function () { + if (maxLengthIndicator) { + place(currentInput, maxLengthIndicator); + } + }); + + function firstInit() { + var maxlengthContent = updateMaxLengthHTML(currentInput.val(), maxLengthCurrentInput, '0'); + maxLengthCurrentInput = getMaxLength(currentInput); + + if (!maxLengthIndicator) { + maxLengthIndicator = $('').css({ + display: 'none', + position: 'absolute', + whiteSpace: 'nowrap', + zIndex: options.zIndex + }).html(maxlengthContent); + } + + // We need to detect resizes if we are dealing with a textarea: + if (currentInput.is('textarea')) { + currentInput.data('maxlenghtsizex', currentInput.outerWidth()); + currentInput.data('maxlenghtsizey', currentInput.outerHeight()); + + currentInput.mouseup(function () { + if (currentInput.outerWidth() !== currentInput.data('maxlenghtsizex') || currentInput.outerHeight() !== currentInput.data('maxlenghtsizey')) { + place(currentInput, maxLengthIndicator); + } + + currentInput.data('maxlenghtsizex', currentInput.outerWidth()); + currentInput.data('maxlenghtsizey', currentInput.outerHeight()); + }); + } + + if (options.appendToParent) { + currentInput.parent().append(maxLengthIndicator); + currentInput.parent().css('position', 'relative'); + } else { + documentBody.append(maxLengthIndicator); + } + + var remaining = remainingChars(currentInput, getMaxLength(currentInput)); + manageRemainingVisibility(remaining, currentInput, maxLengthCurrentInput, maxLengthIndicator); + place(currentInput, maxLengthIndicator); + } + + if (options.showOnReady) { + currentInput.ready(function () { + firstInit(); + }); + } else { + currentInput.focus(function () { + firstInit(); + }); + } + + currentInput.on('maxlength.reposition', function () { + place(currentInput, maxLengthIndicator); + }); + + + currentInput.on('destroyed', function () { + if (maxLengthIndicator) { + maxLengthIndicator.remove(); + } + }); + + currentInput.on('blur', function () { + if (maxLengthIndicator && !options.showOnReady) { + maxLengthIndicator.remove(); + } + }); + + currentInput.on('input', function () { + var maxlength = getMaxLength(currentInput), + remaining = remainingChars(currentInput, maxlength), + output = true; + + if (options.validate && remaining < 0) { + truncateChars(currentInput, maxlength); + output = false; + } else { + manageRemainingVisibility(remaining, currentInput, maxLengthCurrentInput, maxLengthIndicator); + } + + if (isPlacementMutable()) { + place(currentInput, maxLengthIndicator); + } + + return output; + }); + }); + } + }); +}(jQuery)); \ No newline at end of file diff --git a/static/lyear/js/bootstrap-notify.min.js b/static/lyear/js/bootstrap-notify.min.js new file mode 100644 index 0000000..9726496 --- /dev/null +++ b/static/lyear/js/bootstrap-notify.min.js @@ -0,0 +1,8 @@ +/* +* Project: Bootstrap Notify = v3.1.5 +* Description: Turns standard Bootstrap alerts into "Growl-like" notifications. +* Author: Mouse0270 aka Robert McIntosh +* License: MIT License +* Website: https://github.com/mouse0270/bootstrap-growl +*/ +!function(t){"function"==typeof define&&define.amd?define(["jquery"],t):"object"==typeof exports?t(require("jquery")):t(jQuery)}(function(t){var i={element:"body",position:null,type:"info",allow_dismiss:!0,allow_duplicates:!1,newest_on_top:!0,placement:{from:"top",align:"right"},offset:20,spacing:10,z_index:10800,delay:5e3,timer:1e3,url_target:"_blank",mouse_over:"pause",animate:{enter:"animated fadeInDown",exit:"animated fadeOutUp"},onShow:null,onShown:null,onClose:null,onClosed:null,onClick:null,icon_type:"class",template:''};function s(s,e,n){var a,o,l={content:{message:"object"==typeof e?e.message:e,icon:e.icon?e.icon:"",url:e.url?e.url:"#",target:e.target?e.target:"-"}};n=t.extend(!0,{},l,n),this.settings=t.extend(!0,{},i,n),this._defaults=i,"-"===this.settings.content.target&&(this.settings.content.target=this.settings.url_target),this.animations={start:"webkitAnimationStart oanimationstart MSAnimationStart animationstart",end:"webkitAnimationEnd oanimationend MSAnimationEnd animationend"},"number"==typeof this.settings.offset&&(this.settings.offset={x:this.settings.offset,y:this.settings.offset}),(this.settings.allow_duplicates||!this.settings.allow_duplicates&&(a=this,o=!1,t('[data-notify="container"]').each(function(i,s){var e=t(s),n=e.find('[data-notify="message"]').html().trim()===t("
    "+a.settings.content.message+"
    ").html().trim(),l=e.hasClass("alert-"+a.settings.type);return n&&l&&(o=!0),!o}),!o))&&this.init()}String.format=function(){var t=arguments;return arguments[0].replace(/(\{\{\d\}\}|\{\d\})/g,function(i){if("{{"===i.substring(0,2))return i;var s=parseInt(i.match(/\d/)[0]);return t[s+1]})},t.extend(s.prototype,{init:function(){var t=this;this.buildNotify(),this.settings.content.icon&&this.setIcon(),"#"!=this.settings.content.url&&this.styleURL(),this.placement(),this.bind(),this.notify={$ele:this.$ele,update:function(i,s){var e={};for(var n in"string"==typeof i?e[i]=s:e=i,e)switch(n){case"type":this.$ele.removeClass("notify-"+t.settings.type),t.settings.type=e[n];break;case"icon":var a=this.$ele.find('[data-notify="icon"]');"class"===t.settings.icon_type.toLowerCase()?a.removeClass(t.settings.content.icon).addClass(e[n]):(a.is("img")||a.find("img"),a.attr("src",e[n])),t.settings.content.icon=e[i];break;case"url":this.$ele.find('[data-notify="url"]').attr("href",e[n]);break;case"target":this.$ele.find('[data-notify="url"]').attr("target",e[n]);break;default:this.$ele.find('[data-notify="'+n+'"]').html(e[n])}var o=this.$ele.outerHeight()+parseInt(t.settings.spacing)+parseInt(t.settings.offset.y);t.reposition(o)},close:function(){t.close()}}},buildNotify:function(){var i=this.settings.content;this.$ele=t(String.format(this.settings.template,this.settings.type,i.message,i.url,i.target)),this.$ele.attr("data-notify-position",this.settings.placement.from+"-"+this.settings.placement.align),this.settings.allow_dismiss||this.$ele.find('[data-notify="dismiss"]').css("display","none")},setIcon:function(){"class"===this.settings.icon_type.toLowerCase()?this.$ele.find('[data-notify="icon"]').addClass(this.settings.content.icon):this.$ele.find('[data-notify="icon"]').is("img")?this.$ele.find('[data-notify="icon"]').attr("src",this.settings.content.icon):this.$ele.find('[data-notify="icon"]').append('Notify Icon')},styleURL:function(){this.$ele.find('[data-notify="url"]').css({backgroundImage:"url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)",height:"100%",left:0,position:"absolute",top:0,width:"100%",zIndex:this.settings.z_index+1})},placement:function(){var i=this,s=this.settings.offset.y,e={display:"inline-block",margin:"0px auto",position:this.settings.position?this.settings.position:"body"===this.settings.element?"fixed":"absolute",transition:"all .5s ease-in-out",zIndex:this.settings.z_index},n=!1,a=this.settings;switch(t('[data-notify-position="'+this.settings.placement.from+"-"+this.settings.placement.align+'"]:not([data-closing="true"])').each(function(){s=Math.max(s,parseInt(t(this).css(a.placement.from))+parseInt(t(this).outerHeight())+parseInt(a.spacing))}),!0===this.settings.newest_on_top&&(s=this.settings.offset.y),e[this.settings.placement.from]=s+"px",this.settings.placement.align){case"left":case"right":e[this.settings.placement.align]=this.settings.offset.x+"px";break;case"center":e.left=0,e.right=0}this.$ele.css(e).addClass(this.settings.animate.enter),t.each(Array("webkit-","moz-","o-","ms-",""),function(t,s){i.$ele[0].style[s+"AnimationIterationCount"]=1}),t(this.settings.element).append(this.$ele),!0===this.settings.newest_on_top&&(s=parseInt(s)+parseInt(this.settings.spacing)+this.$ele.outerHeight(),this.reposition(s)),t.isFunction(i.settings.onShow)&&i.settings.onShow.call(this.$ele),this.$ele.one(this.animations.start,function(){n=!0}).one(this.animations.end,function(){i.$ele.removeClass(i.settings.animate.enter),t.isFunction(i.settings.onShown)&&i.settings.onShown.call(this)}),setTimeout(function(){n||t.isFunction(i.settings.onShown)&&i.settings.onShown.call(this)},600)},bind:function(){var i=this;if(this.$ele.find('[data-notify="dismiss"]').on("click",function(){i.close()}),t.isFunction(i.settings.onClick)&&this.$ele.on("click",function(t){t.target!=i.$ele.find('[data-notify="dismiss"]')[0]&&i.settings.onClick.call(this,t)}),this.$ele.mouseover(function(){t(this).data("data-hover","true")}).mouseout(function(){t(this).data("data-hover","false")}),this.$ele.data("data-hover","false"),this.settings.delay>0){i.$ele.data("notify-delay",i.settings.delay);var s=setInterval(function(){var t=parseInt(i.$ele.data("notify-delay"))-i.settings.timer;if("false"===i.$ele.data("data-hover")&&"pause"===i.settings.mouse_over||"pause"!=i.settings.mouse_over){i.settings.delay,i.settings.delay;i.$ele.data("notify-delay",t)}t<=-i.settings.timer&&(clearInterval(s),i.close())},i.settings.timer)}},close:function(){var i=this,s=parseInt(this.$ele.css(this.settings.placement.from)),e=!1;this.$ele.attr("data-closing","true").addClass(this.settings.animate.exit),i.reposition(s),t.isFunction(i.settings.onClose)&&i.settings.onClose.call(this.$ele),this.$ele.one(this.animations.start,function(){e=!0}).one(this.animations.end,function(){t(this).remove(),t.isFunction(i.settings.onClosed)&&i.settings.onClosed.call(this)}),setTimeout(function(){e||(i.$ele.remove(),t.isFunction(i.settings.onClosed)&&i.settings.onClosed.call(this))},600)},reposition:function(i){var s=this,e='[data-notify-position="'+this.settings.placement.from+"-"+this.settings.placement.align+'"]:not([data-closing="true"])',n=this.$ele.nextAll(e);!0===this.settings.newest_on_top&&(n=this.$ele.prevAll(e)),n.each(function(){t(this).css(s.settings.placement.from,i),i=parseInt(i)+parseInt(s.settings.spacing)+t(this).outerHeight()})}}),t.notify=function(t,i){return new s(this,t,i).notify},t.notifyDefaults=function(s){return i=t.extend(!0,{},i,s)},t.notifyClose=function(i){void 0===i||"all"===i?t("[data-notify]").find('[data-notify="dismiss"]').trigger("click"):"success"===i||"info"===i||"warning"===i||"danger"===i?t(".notify-"+i+"[data-notify]").find('[data-notify="dismiss"]').trigger("click"):i?t(i+"[data-notify]").find('[data-notify="dismiss"]').trigger("click"):t('[data-notify-position="'+i+'"]').find('[data-notify="dismiss"]').trigger("click")},t.notifyCloseExcept=function(i){"success"===i||"info"===i||"warning"===i||"danger"===i?t("[data-notify]").not(".notify-"+i).find('[data-notify="dismiss"]').trigger("click"):t("[data-notify]").not(i).find('[data-notify="dismiss"]').trigger("click")}}); \ No newline at end of file diff --git a/static/lyear/js/bootstrap-select/bootstrap-select.min.css b/static/lyear/js/bootstrap-select/bootstrap-select.min.css new file mode 100644 index 0000000..a5a90d0 --- /dev/null +++ b/static/lyear/js/bootstrap-select/bootstrap-select.min.css @@ -0,0 +1,6 @@ +/*! + * Bootstrap-select v1.14.0-beta3 (https://developer.snapappointments.com/bootstrap-select) + * + * Copyright 2012-2022 SnapAppointments, LLC + * Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE) + */@-webkit-keyframes bs-notify-fadeOut{0%{opacity:.9}100%{opacity:0}}@-o-keyframes bs-notify-fadeOut{0%{opacity:.9}100%{opacity:0}}@keyframes bs-notify-fadeOut{0%{opacity:.9}100%{opacity:0}}.bootstrap-select>select.bs-select-hidden,select.bs-select-hidden,select.selectpicker{display:none!important}.bootstrap-select{width:220px;vertical-align:middle}.bootstrap-select>.dropdown-toggle{position:relative;width:100%;text-align:right;white-space:nowrap;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.bootstrap-select>.dropdown-toggle:after{margin-top:-1px}.bootstrap-select>.dropdown-toggle.bs-placeholder,.bootstrap-select>.dropdown-toggle.bs-placeholder:active,.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder:hover{color:#999}.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:hover{color:rgba(255,255,255,.5)}.bootstrap-select>select{position:absolute!important;bottom:0;left:50%;display:block!important;width:.5px!important;height:100%!important;padding:0!important;opacity:0!important;border:none;z-index:0!important}.bootstrap-select>select.mobile-device{top:0;left:0;display:block!important;width:100%!important;z-index:2!important}.bootstrap-select.is-invalid .dropdown-toggle,.error .bootstrap-select .dropdown-toggle,.has-error .bootstrap-select .dropdown-toggle,.was-validated .bootstrap-select select:invalid+.dropdown-toggle{border-color:#b94a48}.bootstrap-select.is-valid .dropdown-toggle,.was-validated .bootstrap-select select:valid+.dropdown-toggle{border-color:#28a745}.bootstrap-select.fit-width{width:auto!important}.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){width:220px}/*.bootstrap-select .dropdown-toggle:focus,.bootstrap-select>select.mobile-device:focus+.dropdown-toggle{outline:thin dotted #333!important;outline:5px auto -webkit-focus-ring-color!important;outline-offset:-2px}*/.bootstrap-select.form-control{margin-bottom:0;padding:0;border:none;height:auto}:not(.input-group)>.bootstrap-select.form-control:not([class*=col-]){width:100%}.bootstrap-select.form-control.input-group-btn{float:none;z-index:auto}.form-inline .bootstrap-select,.form-inline .bootstrap-select.form-control:not([class*=col-]){width:auto}.bootstrap-select:not(.input-group-btn),.bootstrap-select[class*=col-]{float:none;display:inline-block;margin-left:0}.bootstrap-select.dropdown-menu-right,.bootstrap-select[class*=col-].dropdown-menu-right,.row .bootstrap-select[class*=col-].dropdown-menu-right{float:right}.form-group .bootstrap-select,.form-horizontal .bootstrap-select,.form-inline .bootstrap-select{margin-bottom:0}.form-group-lg .bootstrap-select.form-control,.form-group-sm .bootstrap-select.form-control{padding:0}.form-group-lg .bootstrap-select.form-control .dropdown-toggle,.form-group-sm .bootstrap-select.form-control .dropdown-toggle{height:100%;font-size:inherit;line-height:inherit;border-radius:inherit}.bootstrap-select.form-control-lg .dropdown-toggle,.bootstrap-select.form-control-sm .dropdown-toggle{font-size:inherit;line-height:inherit;border-radius:inherit}.bootstrap-select.form-control-sm .dropdown-toggle{padding:.25rem .5rem}.bootstrap-select.form-control-lg .dropdown-toggle{padding:.5rem 1rem}.form-inline .bootstrap-select .form-control{width:100%}.bootstrap-select.disabled,.bootstrap-select>.disabled{cursor:not-allowed}.bootstrap-select.disabled:focus,.bootstrap-select>.disabled:focus{outline:0!important}.bootstrap-select.bs-container{position:absolute;top:0;left:0;height:0!important;padding:0!important}.bootstrap-select.bs-container .dropdown-menu{z-index:1060}.bootstrap-select .dropdown-toggle .filter-option{position:static;top:0;left:0;float:left;height:100%;width:100%;text-align:left;overflow:hidden;-webkit-box-flex:0;-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto}.bs3.bootstrap-select .dropdown-toggle .filter-option{padding-right:inherit}.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option{position:absolute;padding-top:inherit;padding-bottom:inherit;padding-left:inherit;float:none}.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner{padding-right:inherit}.bootstrap-select .dropdown-toggle .filter-option-inner-inner{overflow:hidden}.bootstrap-select .dropdown-toggle .filter-expand{width:0!important;float:left;opacity:0!important;overflow:hidden}.bootstrap-select .dropdown-toggle .caret{position:absolute;top:50%;right:12px;margin-top:-2px;vertical-align:middle}.bootstrap-select .dropdown-toggle .bs-select-clear-selected{position:relative;display:block;margin-right:5px;text-align:center}.bs3.bootstrap-select .dropdown-toggle .bs-select-clear-selected{padding-right:inherit}.bootstrap-select .dropdown-toggle .bs-select-clear-selected span{position:relative;top:-webkit-calc(((-1em / 1.5) + 1ex)/ 2);top:calc(((-1em / 1.5) + 1ex)/ 2);pointer-events:none}.bs3.bootstrap-select .dropdown-toggle .bs-select-clear-selected span{top:auto}.bootstrap-select .dropdown-toggle.bs-placeholder .bs-select-clear-selected{display:none}.input-group .bootstrap-select.form-control .dropdown-toggle{border-radius:inherit}.bootstrap-select[class*=col-] .dropdown-toggle{width:100%}.bootstrap-select .dropdown-menu{min-width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bootstrap-select .dropdown-menu>.inner:focus{outline:0!important}.bootstrap-select .dropdown-menu.inner{position:static;float:none;border:0;padding:0;margin:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none}.bootstrap-select .dropdown-menu li{position:relative}.bootstrap-select .dropdown-menu li.active small{color:rgba(255,255,255,.5)!important}.bootstrap-select .dropdown-menu li.disabled a{cursor:not-allowed}.bootstrap-select .dropdown-menu li a{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.bootstrap-select .dropdown-menu li a.opt{position:relative;padding-left:2.25em}.bootstrap-select .dropdown-menu li a span.check-mark{display:none}.bootstrap-select .dropdown-menu li a span.text{display:inline-block}.bootstrap-select .dropdown-menu li small{padding-left:.5em}.bootstrap-select .dropdown-menu .notify{position:absolute;bottom:5px;width:96%;margin:0 2%;min-height:26px;padding:3px 5px;background:#f5f5f5;border:1px solid #e3e3e3;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05);pointer-events:none;opacity:.9;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bootstrap-select .dropdown-menu .notify.fadeOut{-webkit-animation:.3s linear 750ms forwards bs-notify-fadeOut;-o-animation:.3s linear 750ms forwards bs-notify-fadeOut;animation:.3s linear 750ms forwards bs-notify-fadeOut}.bootstrap-select .no-results{padding:3px;background:#f5f5f5;margin:0 5px;white-space:nowrap}.bootstrap-select.fit-width .dropdown-toggle .filter-option{position:static;display:inline;padding:0}.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner{display:inline}.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before{content:'\00a0'}.bootstrap-select.fit-width .dropdown-toggle .caret{position:static;top:auto;margin-top:-1px}.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark{position:absolute;display:inline-block;right:15px;top:5px}.bootstrap-select.show-tick .dropdown-menu li a span.text{margin-right:34px}.bootstrap-select .bs-ok-default:after{content:'';display:block;width:.5em;height:1em;border-style:solid;border-width:0 .26em .26em 0;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.bootstrap-select.show-menu-arrow.open>.dropdown-toggle,.bootstrap-select.show-menu-arrow.show>.dropdown-toggle{z-index:1061}.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before{content:'';border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid rgba(204,204,204,.2);position:absolute;bottom:-4px;left:9px;display:none}.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after{content:'';border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;position:absolute;bottom:-4px;left:10px;display:none}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before{bottom:auto;top:-4px;border-top:7px solid rgba(204,204,204,.2);border-bottom:0}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after{bottom:auto;top:-4px;border-top:6px solid #fff;border-bottom:0}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before{right:12px;left:auto}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after{right:13px;left:auto}.bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:after,.bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:before,.bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:after,.bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:before{display:block}.bs-actionsbox,.bs-donebutton,.bs-searchbox{padding:4px 8px}.bs-actionsbox{width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bs-actionsbox .btn-group{display:block}.bs-actionsbox .btn-group button{width:50%}.bs-donebutton{float:left;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bs-donebutton .btn-group{display:block}.bs-donebutton .btn-group button{width:100%}.bs-searchbox+.bs-actionsbox{padding:0 8px 4px}.bs-searchbox .form-control{margin-bottom:0;width:100%;float:none} \ No newline at end of file diff --git a/static/lyear/js/bootstrap-select/bootstrap-select.min.js b/static/lyear/js/bootstrap-select/bootstrap-select.min.js new file mode 100644 index 0000000..32b7c31 --- /dev/null +++ b/static/lyear/js/bootstrap-select/bootstrap-select.min.js @@ -0,0 +1,7 @@ +/*! + * Bootstrap-select v1.14.0-beta3 (https://developer.snapappointments.com/bootstrap-select) + * + * Copyright 2012-2022 SnapAppointments, LLC + * Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE) + */ +!function(e,t){void 0===e&&void 0!==window&&(e=window),"function"==typeof define&&define.amd?define(["jquery"],t):"object"==typeof module&&module.exports?module.exports=t(require("jquery")):t(e.jQuery)}(this,function(e){!function($){"use strict";var M=["sanitize","whiteList","sanitizeFn"],W=["background","cite","href","itemtype","longdesc","poster","src","xlink:href"],P={"*":["class","dir","id","lang","role","tabindex","style",/^aria-[\w-]*$/i],a:["target","href","title","rel"],area:[],b:[],br:[],col:[],code:[],div:[],em:[],hr:[],h1:[],h2:[],h3:[],h4:[],h5:[],h6:[],i:[],img:["src","alt","title","width","height"],li:[],ol:[],p:[],pre:[],s:[],small:[],span:[],sub:[],sup:[],strong:[],u:[],ul:[]},B=/^(?:(?:https?|mailto|ftp|tel|file):|[^&:/?#]*(?:[/?#]|$))/gi,R=/^data:(?:image\/(?:bmp|gif|jpeg|jpg|png|tiff|webp)|video\/(?:mpeg|mp4|ogg|webm)|audio\/(?:mp3|oga|ogg|opus));base64,[a-z0-9+/]+=*$/i,U=["title","placeholder"];function S(e,t,i){if(i&&"function"==typeof i)return i(e);for(var s=Object.keys(t),n=0,o=e.length;n]+>/g,"")),a=(a=s?u(a):a).toUpperCase(),o="function"==typeof i?i(a,t):"contains"===i?0<=a.indexOf(t):a.startsWith(t)))break}return o}function v(e){return parseInt(e,10)||0}$.fn.triggerNative=function(e){var t,i=this[0];i.dispatchEvent&&(V?t=new Event(e,{bubbles:!0}):(t=document.createEvent("Event")).initEvent(e,!0,!1),i.dispatchEvent(t))};var j={"\xc0":"A","\xc1":"A","\xc2":"A","\xc3":"A","\xc4":"A","\xc5":"A","\xe0":"a","\xe1":"a","\xe2":"a","\xe3":"a","\xe4":"a","\xe5":"a","\xc7":"C","\xe7":"c","\xd0":"D","\xf0":"d","\xc8":"E","\xc9":"E","\xca":"E","\xcb":"E","\xe8":"e","\xe9":"e","\xea":"e","\xeb":"e","\xcc":"I","\xcd":"I","\xce":"I","\xcf":"I","\xec":"i","\xed":"i","\xee":"i","\xef":"i","\xd1":"N","\xf1":"n","\xd2":"O","\xd3":"O","\xd4":"O","\xd5":"O","\xd6":"O","\xd8":"O","\xf2":"o","\xf3":"o","\xf4":"o","\xf5":"o","\xf6":"o","\xf8":"o","\xd9":"U","\xda":"U","\xdb":"U","\xdc":"U","\xf9":"u","\xfa":"u","\xfb":"u","\xfc":"u","\xdd":"Y","\xfd":"y","\xff":"y","\xc6":"Ae","\xe6":"ae","\xde":"Th","\xfe":"th","\xdf":"ss","\u0100":"A","\u0102":"A","\u0104":"A","\u0101":"a","\u0103":"a","\u0105":"a","\u0106":"C","\u0108":"C","\u010a":"C","\u010c":"C","\u0107":"c","\u0109":"c","\u010b":"c","\u010d":"c","\u010e":"D","\u0110":"D","\u010f":"d","\u0111":"d","\u0112":"E","\u0114":"E","\u0116":"E","\u0118":"E","\u011a":"E","\u0113":"e","\u0115":"e","\u0117":"e","\u0119":"e","\u011b":"e","\u011c":"G","\u011e":"G","\u0120":"G","\u0122":"G","\u011d":"g","\u011f":"g","\u0121":"g","\u0123":"g","\u0124":"H","\u0126":"H","\u0125":"h","\u0127":"h","\u0128":"I","\u012a":"I","\u012c":"I","\u012e":"I","\u0130":"I","\u0129":"i","\u012b":"i","\u012d":"i","\u012f":"i","\u0131":"i","\u0134":"J","\u0135":"j","\u0136":"K","\u0137":"k","\u0138":"k","\u0139":"L","\u013b":"L","\u013d":"L","\u013f":"L","\u0141":"L","\u013a":"l","\u013c":"l","\u013e":"l","\u0140":"l","\u0142":"l","\u0143":"N","\u0145":"N","\u0147":"N","\u014a":"N","\u0144":"n","\u0146":"n","\u0148":"n","\u014b":"n","\u014c":"O","\u014e":"O","\u0150":"O","\u014d":"o","\u014f":"o","\u0151":"o","\u0154":"R","\u0156":"R","\u0158":"R","\u0155":"r","\u0157":"r","\u0159":"r","\u015a":"S","\u015c":"S","\u015e":"S","\u0160":"S","\u015b":"s","\u015d":"s","\u015f":"s","\u0161":"s","\u0162":"T","\u0164":"T","\u0166":"T","\u0163":"t","\u0165":"t","\u0167":"t","\u0168":"U","\u016a":"U","\u016c":"U","\u016e":"U","\u0170":"U","\u0172":"U","\u0169":"u","\u016b":"u","\u016d":"u","\u016f":"u","\u0171":"u","\u0173":"u","\u0174":"W","\u0175":"w","\u0176":"Y","\u0177":"y","\u0178":"Y","\u0179":"Z","\u017b":"Z","\u017d":"Z","\u017a":"z","\u017c":"z","\u017e":"z","\u0132":"IJ","\u0133":"ij","\u0152":"Oe","\u0153":"oe","\u0149":"'n","\u017f":"s"},_=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,F=RegExp("[\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff\\u1ab0-\\u1aff\\u1dc0-\\u1dff]","g");function G(e){return j[e]}function u(e){return(e=e.toString())&&e.replace(_,G).replace(F,"")}f={"&":"&","<":"<",">":">",'"':""","'":"'","`":"`"},s="(?:"+Object.keys(f).join("|")+")",q=RegExp(s),K=RegExp(s,"g");var f,q,K,k=function(e){return q.test(e=null==e?"":""+e)?e.replace(K,Q):e};function Q(e){return f[e]}var Y={32:" ",48:"0",49:"1",50:"2",51:"3",52:"4",53:"5",54:"6",55:"7",56:"8",57:"9",59:";",65:"A",66:"B",67:"C",68:"D",69:"E",70:"F",71:"G",72:"H",73:"I",74:"J",75:"K",76:"L",77:"M",78:"N",79:"O",80:"P",81:"Q",82:"R",83:"S",84:"T",85:"U",86:"V",87:"W",88:"X",89:"Y",90:"Z",96:"0",97:"1",98:"2",99:"3",100:"4",101:"5",102:"6",103:"7",104:"8",105:"9"},Z=27,J=13,w=32,I=9,C=38,O=40,m=window.Dropdown||bootstrap.Dropdown;function X(){var t;try{t=$.fn.dropdown.Constructor.VERSION}catch(e){t=m.VERSION}return t}var g={success:!1,major:"3"};try{g.full=(X()||"").split(" ")[0].split("."),g.major=g.full[0],g.success=!0}catch(e){}var ee=0,A=".bs.select",T={DISABLED:"disabled",DIVIDER:"divider",SHOW:"open",DROPUP:"dropup",MENU:"dropdown-menu",MENURIGHT:"dropdown-menu-right",MENULEFT:"dropdown-menu-left",BUTTONCLASS:"btn-default",POPOVERHEADER:"popover-title",ICONBASE:"mdi",TICKICON:"mdi-check"},z={MENU:"."+T.MENU,DATA_TOGGLE:'data-toggle="dropdown"'},D={div:document.createElement("div"),span:document.createElement("span"),i:document.createElement("i"),subtext:document.createElement("small"),a:document.createElement("a"),li:document.createElement("li"),whitespace:document.createTextNode("\xa0"),fragment:document.createDocumentFragment(),option:document.createElement("option")},te=(D.selectedOption=D.option.cloneNode(!1),D.selectedOption.setAttribute("selected",!0),D.noResults=D.li.cloneNode(!1),D.noResults.className="no-results",D.a.setAttribute("role","option"),D.a.className="dropdown-item",D.subtext.className="text-muted",D.text=D.span.cloneNode(!1),D.text.className="text",D.checkMark=D.span.cloneNode(!1),new RegExp(C+"|"+O)),ie=new RegExp("^"+I+"$|"+Z),L={li:function(e,t,i){var s=D.li.cloneNode(!1);return e&&(1===e.nodeType||11===e.nodeType?s.appendChild(e):s.innerHTML=e),void 0!==t&&""!==t&&(s.className=t),null!=i&&s.classList.add("optgroup-"+i),s},a:function(e,t,i){var s=D.a.cloneNode(!0);return e&&(11===e.nodeType?s.appendChild(e):s.insertAdjacentHTML("beforeend",e)),void 0!==t&&""!==t&&s.classList.add.apply(s.classList,t.split(/\s+/)),i&&s.setAttribute("style",i),s},text:function(e,t){var i,s,n=D.text.cloneNode(!1);if(e.content?n.innerHTML=e.content:(n.textContent=e.text,e.icon&&(i=D.whitespace.cloneNode(!1),(s=(!0===t?D.i:D.span).cloneNode(!1)).className=this.options.iconBase+" "+e.icon,D.fragment.appendChild(s),D.fragment.appendChild(i)),e.subtext&&((s=D.subtext.cloneNode(!1)).textContent=e.subtext,n.appendChild(s))),!0===t)for(;0'},maxOptions:!1,mobile:!1,selectOnTab:!0,dropdownAlignRight:!1,windowPadding:0,virtualScroll:600,display:!1,sanitize:!0,sanitizeFn:null,whiteList:P},H.prototype={constructor:H,init:function(){var i=this,e=this.$element.attr("id"),t=this.$element[0],s=t.form;ee++,this.selectId="bs-select-"+ee,t.classList.add("bs-select-hidden"),this.multiple=this.$element.prop("multiple"),this.autofocus=this.$element.prop("autofocus"),t.classList.contains("show-tick")&&(this.options.showTick=!0),this.$newElement=this.createDropdown(),this.$element.after(this.$newElement).prependTo(this.$newElement),s&&null===t.form&&(s.id||(s.id="form-"+this.selectId),t.setAttribute("form",s.id)),this.$button=this.$newElement.children("button"),this.options.allowClear&&(this.$clearButton=this.$button.children(".bs-select-clear-selected")),this.$menu=this.$newElement.children(z.MENU),this.$menuInner=this.$menu.children(".inner"),this.$searchbox=this.$menu.find("input"),t.classList.remove("bs-select-hidden"),this.fetchData(function(){i.render(!0),i.buildList(),requestAnimationFrame(function(){i.$element.trigger("loaded"+A)})}),!0===this.options.dropdownAlignRight&&this.$menu[0].classList.add(T.MENURIGHT),void 0!==e&&this.$button.attr("data-id",e),this.checkDisabled(),this.clickListener(),44?'
    '+this.options.header+''+"
    ":'
    '+this.options.header+"
    "),this.options.liveSearch&&(o=''),this.multiple&&this.options.actionsBox&&(l='
    "),this.multiple&&this.options.doneButton&&(r='
    "),this.options.allowClear&&(a='×'),e='",$(e)},setPositionData:function(){this.selectpicker.view.canHighlight=[],this.selectpicker.view.size=0,this.selectpicker.view.firstHighlightIndex=!1;for(var e=0;e=this.options.virtualScroll||!0===this.options.virtualScroll},createView:function(y,e,t){var x=this,i=0;function E(e,t){var i,s=x.selectpicker.current.data.length,n=[],o=!0,l=x.isVirtual();x.selectpicker.view.scrollTop=e;for(var r,a=x.options.chunkSize,c=Math.ceil(s/a)||1,d=0;ds-1?0:x.selectpicker.current.data[s-1].position-x.selectpicker.current.data[x.selectpicker.view.position1-1].position,p.firstChild.style.marginTop=g+"px",p.firstChild.style.marginBottom=o+"px"):(p.firstChild.style.marginTop=0,p.firstChild.style.marginBottom=0),p.firstChild.appendChild(u),!0===l&&x.sizeInfo.hasScrollBar&&(f=p.firstChild.offsetWidth,t&&fx.sizeInfo.selectWidth?p.firstChild.style.minWidth=x.sizeInfo.menuInnerInnerWidth+"px":f>x.sizeInfo.menuInnerInnerWidth&&(x.$menu[0].style.minWidth=0,(g=p.firstChild.offsetWidth)>x.sizeInfo.menuInnerInnerWidth&&(x.sizeInfo.menuInnerInnerWidth=g,p.firstChild.style.minWidth=x.sizeInfo.menuInnerInnerWidth+"px"),x.$menu[0].style.minWidth=""))}(!y&&x.options.source.data||y&&x.options.source.search)&&x.selectpicker.current.hasMore&&i===c-1&&0 *:not(:disabled)"))?o.index:0,l=(l=window.performance&&window.performance.getEntriesByType("navigation"))&&l.length?"back_forward"!==l[0].type:2!==window.performance.navigation.type,i&&(this.selectpicker.view.titleOption.className="bs-title-option",this.selectpicker.view.titleOption.value="",t=!n||s===o&&!1===n.defaultSelected&&void 0===this.$element.data("selected")),!i&&0===this.selectpicker.view.titleOption.index||e.insertBefore(this.selectpicker.view.titleOption,e.firstChild),t&&l?e.selectedIndex=0:"complete"!==document.readyState&&window.addEventListener("pageshow",function(){r.selectpicker.view.displayedValue!==e.value&&r.render()})),a},fetchData:function(n,o,e,t){e=e||1,o=o||"data";var l,r=this,i=this.options.source[o];i?(this.options.virtualScroll=!0,"function"==typeof i?i.call(this,function(e,t,i){var s=r.selectpicker["search"===o?"search":"main"];s.hasMore=t,s.totalItems=i,l=r.buildData(e,o),n.call(r,l),r.$element.trigger("fetched"+A)},e,t):Array.isArray(i)&&(l=r.buildData(i,o),n.call(r,l))):(l=this.buildData(!1,o),n.call(r,l))},buildData:function(h,e){var o=this,p=!1===h?N.fromOption:N.fromDataSource,u=':not([hidden]):not([data-hidden="true"]):not([style*="display: none"])',f=[],l=this.selectpicker.main.data?this.selectpicker.main.data.length:0,m=0,v=this.setPlaceholder()&&!h?1:0,t=("search"===e&&(l=this.selectpicker.search.data.length),this.options.hideDisabled&&(u+=":not(:disabled)"),h?h.filter(ne,this):this.$element[0].querySelectorAll("select > *"+u));function g(e){var t=f[f.length-1];t&&"divider"===t.type&&(t.optID||e.optID)||((e=e||{}).type="divider",f.push(e))}function b(e,t){var i,s,n;(t=t||{}).divider=p(e,"divider"),!0===t.divider?g({optID:t.optID}):(i=f.length+l,s=(s=p(e,"style"))?k(s):"",n=(e.className||"")+(t.optgroupClass||""),t.optID&&(n="opt "+n),t.optionClass=n.trim(),t.inlineStyle=s,t.text=p(e,"text"),t.title=p(e,"title"),t.content=p(e,"content"),t.tokens=p(e,"tokens"),t.subtext=p(e,"subtext"),t.icon=p(e,"icon"),t.display=t.content||t.text,t.value=void 0===e.value?e.text:e.value,t.type="option",t.index=i,t.option=e.option||e,t.option.liIndex=i,t.selected=!!e.selected,t.disabled=t.disabled||!!e.disabled,!1!==h&&(o.selectpicker.optionValuesDataMap[t.value]?t=$.extend(o.selectpicker.optionValuesDataMap[t.value],t):o.selectpicker.optionValuesDataMap[t.value]=t),f.push(t))}function i(e,t){var i=t[e],s=!(e-1 li")},render:function(e){var i=this,t=this.$element[0],s=this.setPlaceholder()&&0===t.selectedIndex,n=y.call(this),o=n.length,l=x.call(this,n),r=this.$button[0],a=r.querySelector(".filter-option-inner-inner"),c=document.createTextNode(this.options.multipleSeparator),d=D.fragment.cloneNode(!1),h=!1;if(this.options.source.data&&e&&(n.map(function e(t){t.selected?i.createOption(t,!0):t.children&&t.children.length&&t.children.map(e)}),t.appendChild(this.selectpicker.main.optionQueue),s=s&&0===t.selectedIndex),r.classList.toggle("bs-placeholder",i.multiple?!o:!l&&0!==l),i.multiple||1!==n.length||(i.selectpicker.view.displayedValue=l),"static"===this.options.selectedTextFormat)d=L.text.call(this,{text:this.options.placeholder},!0);else if(!1===(this.multiple&&-1!==this.options.selectedTextFormat.indexOf("count")&&0")).length&&o>e[1]||1===e.length&&2<=o))){if(!s){for(var p=0;p option"+t+", optgroup"+t+" option"+t).length),e="function"==typeof this.options.countSelectedText?this.options.countSelectedText(o,l):this.options.countSelectedText,d=L.text.call(this,{text:e.replace("{0}",o.toString()).replace("{1}",l.toString())},!0);d.childNodes.length||(d=L.text.call(this,{text:this.options.placeholder||this.options.noneSelectedText},!0)),r.title=d.textContent.replace(/<[^>]*>?/g,"").trim(),this.options.sanitize&&h&&S([d],i.options.whiteList,i.options.sanitizeFn),a.innerHTML="",a.appendChild(d),g.major<4&&this.$newElement[0].classList.contains("bs3-has-addon")&&(s=r.querySelector(".filter-expand"),(t=a.cloneNode(!0)).className="filter-expand",s?r.replaceChild(t,s):r.appendChild(t)),this.$element.trigger("rendered"+A)},setStyle:function(e,t){var i=this.$button[0],s=this.$newElement[0],n=this.options.style.trim();this.$element.attr("class")&&this.$newElement.addClass(this.$element.attr("class").replace(/selectpicker|mobile-device|bs-select-hidden|validate\[.*\]/gi,"")),g.major<4&&(s.classList.add("bs3"),s.parentNode.classList&&s.parentNode.classList.contains("input-group")&&(s.previousElementSibling||s.nextElementSibling)&&(s.previousElementSibling||s.nextElementSibling).classList.contains("input-group-addon")&&s.classList.add("bs3-has-addon")),s=e?e.trim():n,"add"==t?s&&i.classList.add.apply(i.classList,s.split(" ")):"remove"==t?s&&i.classList.remove.apply(i.classList,s.split(" ")):(n&&i.classList.remove.apply(i.classList,n.split(" ")),s&&i.classList.add.apply(i.classList,s.split(" ")))},liHeight:function(e){if(e||!1!==this.options.size&&!Object.keys(this.sizeInfo).length){var t,e=D.div.cloneNode(!1),i=D.div.cloneNode(!1),s=D.div.cloneNode(!1),n=document.createElement("ul"),o=D.li.cloneNode(!1),l=D.li.cloneNode(!1),r=D.a.cloneNode(!1),a=D.span.cloneNode(!1),c=this.options.header&&0this.sizeInfo.menuExtras.vert&&l+this.sizeInfo.menuExtras.vert+50>this.sizeInfo.selectOffsetBot,!0===this.selectpicker.isSearching&&(l=this.selectpicker.dropup),this.$newElement.toggleClass(T.DROPUP,l),this.selectpicker.dropup=l),"auto"===this.options.size)l=3this.options.size){for(var v=0;vthis.sizeInfo.menuInnerHeight&&(this.sizeInfo.hasScrollBar=!0,this.sizeInfo.totalMenuWidth=this.sizeInfo.menuWidth+this.sizeInfo.scrollBarWidth),"auto"===this.options.dropdownAlignRight&&this.$menu.toggleClass(T.MENURIGHT,this.sizeInfo.selectOffsetLeft>this.sizeInfo.selectOffsetRight&&this.sizeInfo.selectOffsetRightthis.options.size&&i.off("resize"+A+"."+this.selectId+".setMenuSize scroll"+A+"."+this.selectId+".setMenuSize")),this.createView(!1,!0,e)},setWidth:function(){var i=this;"auto"===this.options.width?requestAnimationFrame(function(){i.$menu.css("min-width","0"),i.$element.on("loaded"+A,function(){i.liHeight(),i.setMenuSize();var e=i.$newElement.clone().appendTo("body"),t=e.css("width","auto").children("button").outerWidth();e.remove(),i.sizeInfo.selectWidth=Math.max(i.sizeInfo.totalMenuWidth,t),i.$newElement.css("width",i.sizeInfo.selectWidth+"px")})}):"fit"===this.options.width?(this.$menu.css("min-width",""),this.$newElement.css("width","").addClass("fit-width")):this.options.width?(this.$menu.css("min-width",""),this.$newElement.css("width",this.options.width)):(this.$menu.css("min-width",""),this.$newElement.css("width","")),this.$newElement.hasClass("fit-width")&&"fit"!==this.options.width&&this.$newElement[0].classList.remove("fit-width")},selectPosition:function(){this.$bsContainer=$('
    ');function e(e){var t={},i=l.options.display||!!$.fn.dropdown.Constructor.Default&&$.fn.dropdown.Constructor.Default.display;l.$bsContainer.addClass(e.attr("class").replace(/form-control|fit-width/gi,"")).toggleClass(T.DROPUP,e.hasClass(T.DROPUP)),s=e.offset(),r.is("body")?n={top:0,left:0}:((n=r.offset()).top+=parseInt(r.css("borderTopWidth"))-r.scrollTop(),n.left+=parseInt(r.css("borderLeftWidth"))-r.scrollLeft()),o=e.hasClass(T.DROPUP)?0:e[0].offsetHeight,(g.major<4||"static"===i)&&(t.top=s.top-n.top+o,t.left=s.left-n.left),t.width=e[0].offsetWidth,l.$bsContainer.css(t)}var s,n,o,l=this,r=$(this.options.container);this.$button.on("click.bs.dropdown.data-api",function(){l.isDisabled()||(e(l.$newElement),l.$bsContainer.appendTo(l.options.container).toggleClass(T.SHOW,!l.$button.hasClass(T.SHOW)).append(l.$menu))}),$(window).off("resize"+A+"."+this.selectId+" scroll"+A+"."+this.selectId).on("resize"+A+"."+this.selectId+" scroll"+A+"."+this.selectId,function(){l.$newElement.hasClass(T.SHOW)&&e(l.$newElement)}),this.$element.on("hide"+A,function(){l.$menu.data("height",l.$menu.height()),l.$bsContainer.detach()})},createOption:function(e,t){var i,s=e.option||e;s&&1!==s.nodeType&&(i=(t?D.selectedOption:D.option).cloneNode(!0),void 0!==s.value&&(i.value=s.value),i.textContent=s.text,i.selected=!0,void 0!==s.liIndex?i.liIndex=s.liIndex:t||(i.liIndex=e.index),e.option=i,this.selectpicker.main.optionQueue.appendChild(i))},setOptionStatus:function(e){var t=this;if(t.noScroll=!1,t.selectpicker.view.visibleElements&&t.selectpicker.view.visibleElements.length){for(var i=0;i
    ');d[2]&&(b=b.replace("{var}",d[2][1"+b+"")),c=!1,I.$element.trigger("maxReached"+A)),h&&t&&(k.append($("
    "+w+"
    ")),c=!1,I.$element.trigger("maxReachedGrp"+A)),setTimeout(function(){I.setSelected(o,!1)},10),k[0].classList.add("fadeOut"),setTimeout(function(){k.remove()},1050)}}}else a&&I.setSelected(a,!1),I.setSelected(o,!0);I.options.source.data&&I.$element[0].appendChild(I.selectpicker.main.optionQueue),!I.multiple||I.multiple&&1===I.options.maxOptions?I.$button.trigger("focus"):I.options.liveSearch&&I.$searchbox.trigger("focus"),!c||!I.multiple&&r===s.selectedIndex||(E=[e.index,i.prop("selected"),l],I.$element.triggerNative("change"))}}),this.$menu.on("click","li."+T.DISABLED+" a, ."+T.POPOVERHEADER+", ."+T.POPOVERHEADER+" :not(.close)",function(e){e.currentTarget==this&&(e.preventDefault(),e.stopPropagation(),(I.options.liveSearch&&!$(e.target).hasClass("close")?I.$searchbox:I.$button).trigger("focus"))}),this.$menuInner.on("click",".divider, .dropdown-header",function(e){e.preventDefault(),e.stopPropagation(),(I.options.liveSearch?I.$searchbox:I.$button).trigger("focus")}),this.$menu.on("click","."+T.POPOVERHEADER+" .close",function(){I.$button.trigger("click")}),this.$searchbox.on("click",function(e){e.stopPropagation()}),this.$menu.on("click",".actions-btn",function(e){(I.options.liveSearch?I.$searchbox:I.$button).trigger("focus"),e.preventDefault(),e.stopPropagation(),$(this).hasClass("bs-select-all")?I.selectAll():I.deselectAll()}),this.$button.on("focus"+A,function(e){var t=I.$element[0].getAttribute("tabindex");void 0!==t&&e.originalEvent&&e.originalEvent.isTrusted&&(this.setAttribute("tabindex",t),I.$element[0].setAttribute("tabindex",-1),I.selectpicker.view.tabindex=t)}).on("blur"+A,function(e){void 0!==I.selectpicker.view.tabindex&&e.originalEvent&&e.originalEvent.isTrusted&&(I.$element[0].setAttribute("tabindex",I.selectpicker.view.tabindex),this.setAttribute("tabindex",-1),I.selectpicker.view.tabindex=void 0)}),this.$element.on("change"+A,function(){I.render(),I.$element.trigger("changed"+A,E),E=null}).on("focus"+A,function(){I.options.mobile||I.$button[0].focus()})},liveSearchListener:function(){var p=this;this.$button.on("click.bs.dropdown.data-api",function(){p.$searchbox.val()&&(p.$searchbox.val(""),p.selectpicker.search.previousValue=void 0)}),this.$searchbox.on("click.bs.dropdown.data-api focus.bs.dropdown.data-api touchend.bs.dropdown.data-api",function(e){e.stopPropagation()}),this.$searchbox.on("input propertychange",function(){var t=p.$searchbox[0].value;if(p.selectpicker.search.elements=[],p.selectpicker.search.data=[],t)if(p.selectpicker.search.previousValue=t,p.options.source.search)p.fetchData(function(e){p.render(),p.buildList(void 0,!0),p.noScroll=!0,p.$menuInner.scrollTop(0),p.createView(!0),se.call(p,e,t)},"search",0,t);else{var e=[],i=t.toUpperCase(),s={},n=[],o=p._searchStyle(),l=p.options.liveSearchNormalize;l&&(i=u(i));for(var r=0;r=r.selectpicker.view.canHighlight.length&&(d=r.selectpicker.view.firstHighlightIndex),r.selectpicker.view.canHighlight[d+p]||(d=d+1+r.selectpicker.view.canHighlight.slice(d+p+1).indexOf(!0))),e.preventDefault();var u=p+d;e.which===C?0===p&&d===a.length-1?(r.$menuInner[0].scrollTop=r.$menuInner[0].scrollHeight,u=r.selectpicker.current.elements.length-1):(s=r.selectpicker.current.data[u])&&(c=(n=s.position-s.height)h+r.sizeInfo.menuInnerHeight),i=r.selectpicker.main.elements[l],r.activeElement=i,r.focusItem(i),i&&i.firstChild.focus(),c&&(r.$menuInner[0].scrollTop=n),o.trigger("focus"))}t&&(e.which===w&&!r.selectpicker.keydown.keyHistory||e.which===J||e.which===I&&r.options.selectOnTab)&&(e.which!==w&&e.preventDefault(),r.options.liveSearch&&e.which===w||(r.$menuInner.find(".active a").trigger("click",!0),o.trigger("focus"),r.options.liveSearch||(e.preventDefault(),$(document).data("spaceSelect",!0))))}},mobile:function(){this.options.mobile=!0,this.$element[0].classList.add("mobile-device")},refresh:function(){var e=this,t=$.extend({},this.options,d(this.$element),this.$element.data());this.options=t,this.options.source.data?(this.render(),this.buildList()):this.fetchData(function(){e.render(),e.buildList()}),this.checkDisabled(),this.setStyle(),this.setWidth(),this.setSize(!0),this.$element.trigger("refreshed"+A)},hide:function(){this.$newElement.hide()},show:function(){this.$newElement.show()},remove:function(){this.$newElement.remove(),this.$element.remove()},destroy:function(){this.$newElement.before(this.$element).remove(),(this.$bsContainer||this.$menu).remove(),this.selectpicker.view.titleOption&&this.selectpicker.view.titleOption.parentNode&&this.selectpicker.view.titleOption.parentNode.removeChild(this.selectpicker.view.titleOption),this.$element.off(A).removeData("selectpicker").removeClass("bs-select-hidden selectpicker mobile-device"),$(window).off(A+"."+this.selectId)}};var le=$.fn.selectpicker;function re(){return g.major<5?$.fn.dropdown?($.fn.dropdown.Constructor._dataApiKeydownHandler||$.fn.dropdown.Constructor.prototype.keydown).apply(this,arguments):void 0:m.dataApiKeydownHandler}$.fn.selectpicker=oe,$.fn.selectpicker.Constructor=H,$.fn.selectpicker.noConflict=function(){return $.fn.selectpicker=le,this},$(document).off("keydown.bs.dropdown.data-api").on("keydown.bs.dropdown.data-api",":not(.bootstrap-select) > ["+z.DATA_TOGGLE+"]",re).on("keydown.bs.dropdown.data-api",":not(.bootstrap-select) > .dropdown-menu",re).on("keydown"+A,".bootstrap-select ["+z.DATA_TOGGLE+'], .bootstrap-select [role="listbox"], .bootstrap-select .bs-searchbox input',H.prototype.keydown).on("focusin.modal",".bootstrap-select ["+z.DATA_TOGGLE+'], .bootstrap-select [role="listbox"], .bootstrap-select .bs-searchbox input',function(e){e.stopPropagation()}),document.addEventListener("DOMContentLoaded",function(){$(".selectpicker").each(function(){var e=$(this);oe.call(e,e.data())})})}(e)}); \ No newline at end of file diff --git a/static/lyear/js/bootstrap-select/i18n/defaults-zh_CN.min.js b/static/lyear/js/bootstrap-select/i18n/defaults-zh_CN.min.js new file mode 100644 index 0000000..c4011d5 --- /dev/null +++ b/static/lyear/js/bootstrap-select/i18n/defaults-zh_CN.min.js @@ -0,0 +1,7 @@ +/*! + * Bootstrap-select v1.14.0-beta3 (https://developer.snapappointments.com/bootstrap-select) + * + * Copyright 2012-2022 SnapAppointments, LLC + * Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE) + */ +!function(e,t){void 0===e&&void 0!==window&&(e=window),"function"==typeof define&&define.amd?define(["jquery"],t):"object"==typeof module&&module.exports?module.exports=t(require("jquery")):t(e.jQuery)}(this,function(e){e.fn.selectpicker.defaults={noneSelectedText:"\u6ca1\u6709\u9009\u4e2d\u4efb\u4f55\u9879",noneResultsText:"\u6ca1\u6709\u627e\u5230\u5339\u914d\u9879",countSelectedText:"\u9009\u4e2d{1}\u4e2d\u7684{0}\u9879",maxOptionsText:["\u8d85\u51fa\u9650\u5236 (\u6700\u591a\u9009\u62e9{n}\u9879)","\u7ec4\u9009\u62e9\u8d85\u51fa\u9650\u5236(\u6700\u591a\u9009\u62e9{n}\u7ec4)"],multipleSeparator:", ",selectAllText:"\u5168\u9009",deselectAllText:"\u53d6\u6d88\u5168\u9009"}}); \ No newline at end of file diff --git a/static/lyear/js/bootstrap-select/i18n/defaults-zh_TW.min.js b/static/lyear/js/bootstrap-select/i18n/defaults-zh_TW.min.js new file mode 100644 index 0000000..e201151 --- /dev/null +++ b/static/lyear/js/bootstrap-select/i18n/defaults-zh_TW.min.js @@ -0,0 +1,7 @@ +/*! + * Bootstrap-select v1.14.0-beta3 (https://developer.snapappointments.com/bootstrap-select) + * + * Copyright 2012-2022 SnapAppointments, LLC + * Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE) + */ +!function(e,t){void 0===e&&void 0!==window&&(e=window),"function"==typeof define&&define.amd?define(["jquery"],t):"object"==typeof module&&module.exports?module.exports=t(require("jquery")):t(e.jQuery)}(this,function(e){e.fn.selectpicker.defaults={noneSelectedText:"\u6c92\u6709\u9078\u53d6\u4efb\u4f55\u9805\u76ee",noneResultsText:"\u6c92\u6709\u627e\u5230\u7b26\u5408\u7684\u7d50\u679c",countSelectedText:"\u5df2\u7d93\u9078\u53d6{0}\u500b\u9805\u76ee",maxOptionsText:["\u8d85\u904e\u9650\u5236 (\u6700\u591a\u9078\u64c7{n}\u9805)","\u8d85\u904e\u9650\u5236(\u6700\u591a\u9078\u64c7{n}\u7d44)"],selectAllText:"\u9078\u53d6\u5168\u90e8",deselectAllText:"\u5168\u90e8\u53d6\u6d88",multipleSeparator:", "}}); \ No newline at end of file diff --git a/static/lyear/js/bootstrap-selectN.js b/static/lyear/js/bootstrap-selectN.js new file mode 100644 index 0000000..d3c4838 --- /dev/null +++ b/static/lyear/js/bootstrap-selectN.js @@ -0,0 +1,268 @@ +/** + * 联动下拉插件 + * 来源于layui的一个插件,这里根据需求做了些修改 + * @原作者 tomato + */ +;(function($, window, document, undefined) { + + var bootstrapSelectN = function(ele, opt, callback) { + this.$element = ele; + this.callback = callback; + // 是否引入lyearSelect插件 + this.sSelect = typeof(jQuery.fn.lyearSelect) == 'function'; + // 当前选中数据值名数据 + this.selected = []; + // 当前选中的值 + this.values = []; + // 当前选中的名 + this.names = []; + // 当前选中最后一个值 + this.lastValue = ''; + // 当前选中最后一个名 + this.lastName = ''; + // 是否已选 + this.isSelected = false; + this.defaults = { + // 数据 + data: [], + // 默认选中值 + selected: [], + // 空值项提示,可设置为数组['请选择省', '请选择市', '请选择县'] + placeholder: '请选择', + // 是否允许搜索,可设置为数组[true, true, true], + search: false, + // 宽度,可设置为数组['80px','90px','100px'],['15%%','20%','25%'],['col-md-4','col-md-3','col-ms-2'] + width: '', + // 为真只取最后一个值 + last: false, + // select的name值,不设置则没有,数组格式 + name: [], + // 数据分隔符 + delimiter: ',', + // 数据的键名 status=0为禁用状态 + field: {idName: 'id', titleName: 'name', statusName: 'status', childName: 'children'}, + }; + this.configs = $.extend({}, this.defaults, opt); + + // '请选择'文字 + this.setTips = function() { + if (Object.prototype.toString.call(this.configs.placeholder) != '[object Array]') { + return this.configs.placeholder; + } else { + var i = this.$element.find('select').length; + return this.configs.placeholder.hasOwnProperty(i) ? this.configs.placeholder[i] : '请选择'; + } + }; + + // 是否允许搜索 + this.setSearch = function() { + if (Object.prototype.toString.call(this.configs.search) != '[object Array]') { + return this.configs.search == true ? 'data-search="true" ' : ' '; + } else { + var i = this.$element.find('select').length; + if (this.configs.search.hasOwnProperty(i)) { + return this.configs.search[i] == true ? 'data-search="true" ' : ' '; + } + } + return ''; + }; + + // 设置选择项的宽度 + this.setWidth = function() { + if (this.configs.width == '') { + return ' me-1"'; + }if (Object.prototype.toString.call(this.configs.width) != '[object Array]') { + return /^col-*/.test(this.configs.width) ? ' ' + this.configs.width + '"' : 'me-1" style="width:' + this.configs.width + ';" '; + } else { + var i = this.$element.find('select').length; + if (this.configs.width.hasOwnProperty(i)) { + return /^col-*/.test(this.configs.width[i]) ? ' ' + this.configs.width[i] + '"' : 'me-1" style="width:' + this.configs.width[i] + ';" '; + } + } + return ' me-1"'; + }; + + // 设置select的name值 + this.setName = function() { + if (Object.prototype.toString.call(this.configs.name) != '[object Array]') { + return ' name="' + this.configs.name + '"'; + } else { + var i = this.$element.find('select').length; + if (this.configs.name.hasOwnProperty(i)) { + return this.configs.name[i] ? ' name="' + this.configs.name[i] + '"' : ''; + } + } + return ''; + }; + + // 创建一个select + this.createSelect = function(optionData) { + var f = this.configs.field; + var html = ''; + html += '
    '; + html += ' '; + for (var i = 0; i < optionData.length; i++) { + var disabled = optionData[i][f.statusName] == 0 ? 'disabled="" ' : ''; + html += ' '; + } + html += ' '; + html += '
    '; + + return html; + }; + + // 获取当前option的数据 + this.getOptionData = function(catData, optionIndex) { + var f = this.configs.field; + var item = catData; + + for(var i = 0; i < optionIndex.length; i++) { + if ('undefined' == typeof item[optionIndex[i]]) { + item = null; + break; + } else if ('undefined' == typeof item[optionIndex[i]][f.childName]) { + item = null; + break; + } else { + item = item[optionIndex[i]][f.childName]; + } + } + return item; + }; + + // 初始化 + this.init = function(selected) { + var html = this.createSelect(this.configs.data); + this.$element.append(html); + selected = typeof selected == 'undefined' ? this.configs.selected : selected; + var index = []; + for (var i = 0; i < selected.length; i++) { + // 设置最后一个selecte的选中值 + this.$element.find('select:last').val(selected[i]); + // 获取该选中值的索引 + var lastIndex = this.$element.find('select:last').get(0).selectedIndex - 1; + index.push(lastIndex); + // 取出下级的选项值 + var childItem = this.getOptionData(this.configs.data, index); + // 下级选项值存在则创建select + if (childItem) { + var html = this.createSelect(childItem); + this.$element.append(html); + } + } + + if (this.sSelect) { + var $thisSelect = $('.selectN'); + $thisSelect.lyearSelect({search: $thisSelect.data('search')}); + } + this.getSelected(); + }; + + // 下拉事件 + this.change = function(elem) { + var $thisItem = elem.parent(); + // 移除后面的select + $thisItem.nextAll('div.d-inline-block').remove(); + var index = []; + // 获取所有select,取出选中项的值和索引 + $thisItem.parent().find('select').each(function() { + index.push($(this).get(0).selectedIndex - 1); + }); + + var childItem = this.getOptionData(this.configs.data, index); + if (childItem) { + var html = this.createSelect(childItem); + $thisItem.after(html); + + if (this.sSelect) { + var $thisSelect = $('.selectN:visible'); + $thisSelect.lyearSelect({search: $thisSelect.data('search')}); + } else { + var $thisSelect = $('select:last'); + } + if(typeof this.callback === 'function'){ + this.callback($thisSelect); + } + } + this.getSelected(); + }; + + // 获取所有值 - 数组 每次选择后执行 + this.getSelected = function() { + var values = []; + var names = []; + var selected = []; + + this.$element.find('select').each(function() { + var item = {}; + var v = $(this).val(); + var n = $(this).find('option:selected').text(); + item.value = v; + item.name = n; + values.push(v); + names.push(n); + selected.push(item); + }); + this.selected = selected; + this.values = values; + this.names = names; + this.lastValue = this.$element.find('select:last').val(); + this.lastName = this.$element.find('option:selected:last').text(); + + this.isSelected = this.lastValue == '' ? false : true; + var inputVal = this.configs.last == true ? this.lastValue : this.values.join(this.configs.delimiter); + }; + + // ajax方式获取候选数据 + this.getData = function(url) { + var d; + $.ajax({ + url: url, + dataType: 'json', + async: false, + success: function(json) { + d = json; + }, + error: function() { + console.error('候选数据ajax请求错误'); + d = false; + } + }); + return d; + }; + }; + + bootstrapSelectN.prototype = { + render: function() { + var $this = this; + if (this.$element.length == 0) { + console.error('找不到容器'); + return false; + } + if (Object.prototype.toString.call(this.configs.data) != '[object Array]') { + var data = this.getData(this.configs.data); + if (data === false) { + console.log('缺少分类数据'); + return false; + } + this.configs.data = data; + } + + // 初始化 + this.init(); + + // 监听下拉事件 + this.$element.on('change', '.selectN',function(e){ + $this.change($(this)); + }); + } + } + + $.fn.bootstrapSelectN = function(options, callback) { + var _this = new bootstrapSelectN(this, options, callback); + _this.render(); + + return _this; + } +})(jQuery, window, document); \ No newline at end of file diff --git a/static/lyear/js/bootstrap-table/bootstrap-table.js b/static/lyear/js/bootstrap-table/bootstrap-table.js new file mode 100644 index 0000000..e667dc5 --- /dev/null +++ b/static/lyear/js/bootstrap-table/bootstrap-table.js @@ -0,0 +1,9298 @@ +(function(global, factory) { + typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory(require('jquery')) : + typeof define === 'function' && define.amd ? define(['jquery'], factory) : + (global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.BootstrapTable = factory( + global.jQuery)); +})(this, (function($) { + 'use strict'; + + function _interopDefaultLegacy(e) { + return e && typeof e === 'object' && 'default' in e ? e : { + 'default': e + }; + } + + var $__default = /*#__PURE__*/ _interopDefaultLegacy($); + + function _typeof(obj) { + "@babel/helpers - typeof"; + + return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(obj) { + return typeof obj; + } : function(obj) { + return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol + .prototype ? "symbol" : typeof obj; + }, _typeof(obj); + } + + function _classCallCheck(instance, Constructor) { + if (!(instance instanceof Constructor)) { + throw new TypeError("Cannot call a class as a function"); + } + } + + function _defineProperties(target, props) { + for (var i = 0; i < props.length; i++) { + var descriptor = props[i]; + descriptor.enumerable = descriptor.enumerable || false; + descriptor.configurable = true; + if ("value" in descriptor) descriptor.writable = true; + Object.defineProperty(target, descriptor.key, descriptor); + } + } + + function _createClass(Constructor, protoProps, staticProps) { + if (protoProps) _defineProperties(Constructor.prototype, protoProps); + if (staticProps) _defineProperties(Constructor, staticProps); + Object.defineProperty(Constructor, "prototype", { + writable: false + }); + return Constructor; + } + + function _slicedToArray(arr, i) { + return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || + _nonIterableRest(); + } + + function _toConsumableArray(arr) { + return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || + _nonIterableSpread(); + } + + function _arrayWithoutHoles(arr) { + if (Array.isArray(arr)) return _arrayLikeToArray(arr); + } + + function _arrayWithHoles(arr) { + if (Array.isArray(arr)) return arr; + } + + function _iterableToArray(iter) { + if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) + return Array.from(iter); + } + + function _iterableToArrayLimit(arr, i) { + var _i = arr == null ? null : typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr[ + "@@iterator"]; + + if (_i == null) return; + var _arr = []; + var _n = true; + var _d = false; + + var _s, _e; + + try { + for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { + _arr.push(_s.value); + + if (i && _arr.length === i) break; + } + } catch (err) { + _d = true; + _e = err; + } finally { + try { + if (!_n && _i["return"] != null) _i["return"](); + } finally { + if (_d) throw _e; + } + } + + return _arr; + } + + function _unsupportedIterableToArray(o, minLen) { + if (!o) return; + if (typeof o === "string") return _arrayLikeToArray(o, minLen); + var n = Object.prototype.toString.call(o).slice(8, -1); + if (n === "Object" && o.constructor) n = o.constructor.name; + if (n === "Map" || n === "Set") return Array.from(o); + if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, + minLen); + } + + function _arrayLikeToArray(arr, len) { + if (len == null || len > arr.length) len = arr.length; + + for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; + + return arr2; + } + + function _nonIterableSpread() { + throw new TypeError( + "Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method." + ); + } + + function _nonIterableRest() { + throw new TypeError( + "Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method." + ); + } + + function _createForOfIteratorHelper(o, allowArrayLike) { + var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"]; + + if (!it) { + if (Array.isArray(o) || (it = _unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o + .length === "number") { + if (it) o = it; + var i = 0; + + var F = function() {}; + + return { + s: F, + n: function() { + if (i >= o.length) return { + done: true + }; + return { + done: false, + value: o[i++] + }; + }, + e: function(e) { + throw e; + }, + f: F + }; + } + + throw new TypeError( + "Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method." + ); + } + + var normalCompletion = true, + didErr = false, + err; + return { + s: function() { + it = it.call(o); + }, + n: function() { + var step = it.next(); + normalCompletion = step.done; + return step; + }, + e: function(e) { + didErr = true; + err = e; + }, + f: function() { + try { + if (!normalCompletion && it.return != null) it.return(); + } finally { + if (didErr) throw err; + } + } + }; + } + + var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? + window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {}; + + function createCommonjsModule(fn, module) { + return module = { + exports: {} + }, fn(module, module.exports), module.exports; + } + + var check = function(it) { + return it && it.Math == Math && it; + }; + + // https://github.com/zloirock/core-js/issues/86#issuecomment-115759028 + var global_1 = + // eslint-disable-next-line es/no-global-this -- safe + check(typeof globalThis == 'object' && globalThis) || + check(typeof window == 'object' && window) || + // eslint-disable-next-line no-restricted-globals -- safe + check(typeof self == 'object' && self) || + check(typeof commonjsGlobal == 'object' && commonjsGlobal) || + // eslint-disable-next-line no-new-func -- fallback + (function() { + return this; + })() || Function('return this')(); + + var fails = function(exec) { + try { + return !!exec(); + } catch (error) { + return true; + } + }; + + // Detect IE8's incomplete defineProperty implementation + var descriptors = !fails(function() { + // eslint-disable-next-line es/no-object-defineproperty -- required for testing + return Object.defineProperty({}, 1, { + get: function() { + return 7; + } + })[1] != 7; + }); + + var functionBindNative = !fails(function() { + var test = (function() { + /* empty */ + }).bind(); + // eslint-disable-next-line no-prototype-builtins -- safe + return typeof test != 'function' || test.hasOwnProperty('prototype'); + }); + + var call$2 = Function.prototype.call; + + var functionCall = functionBindNative ? call$2.bind(call$2) : function() { + return call$2.apply(call$2, arguments); + }; + + var $propertyIsEnumerable$1 = {}.propertyIsEnumerable; + // eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe + var getOwnPropertyDescriptor$4 = Object.getOwnPropertyDescriptor; + + // Nashorn ~ JDK8 bug + var NASHORN_BUG = getOwnPropertyDescriptor$4 && !$propertyIsEnumerable$1.call({ + 1: 2 + }, 1); + + // `Object.prototype.propertyIsEnumerable` method implementation + // https://tc39.es/ecma262/#sec-object.prototype.propertyisenumerable + var f$5 = NASHORN_BUG ? function propertyIsEnumerable(V) { + var descriptor = getOwnPropertyDescriptor$4(this, V); + return !!descriptor && descriptor.enumerable; + } : $propertyIsEnumerable$1; + + var objectPropertyIsEnumerable = { + f: f$5 + }; + + var createPropertyDescriptor = function(bitmap, value) { + return { + enumerable: !(bitmap & 1), + configurable: !(bitmap & 2), + writable: !(bitmap & 4), + value: value + }; + }; + + var FunctionPrototype$2 = Function.prototype; + var bind$1 = FunctionPrototype$2.bind; + var call$1 = FunctionPrototype$2.call; + var uncurryThis = functionBindNative && bind$1.bind(call$1, call$1); + + var functionUncurryThis = functionBindNative ? function(fn) { + return fn && uncurryThis(fn); + } : function(fn) { + return fn && function() { + return call$1.apply(fn, arguments); + }; + }; + + var toString$1 = functionUncurryThis({}.toString); + var stringSlice$7 = functionUncurryThis(''.slice); + + var classofRaw = function(it) { + return stringSlice$7(toString$1(it), 8, -1); + }; + + var Object$5 = global_1.Object; + var split = functionUncurryThis(''.split); + + // fallback for non-array-like ES3 and non-enumerable old V8 strings + var indexedObject = fails(function() { + // throws an error in rhino, see https://github.com/mozilla/rhino/issues/346 + // eslint-disable-next-line no-prototype-builtins -- safe + return !Object$5('z').propertyIsEnumerable(0); + }) ? function(it) { + return classofRaw(it) == 'String' ? split(it, '') : Object$5(it); + } : Object$5; + + var TypeError$e = global_1.TypeError; + + // `RequireObjectCoercible` abstract operation + // https://tc39.es/ecma262/#sec-requireobjectcoercible + var requireObjectCoercible = function(it) { + if (it == undefined) throw TypeError$e("Can't call method on " + it); + return it; + }; + + // toObject with fallback for non-array-like ES3 strings + + + + var toIndexedObject = function(it) { + return indexedObject(requireObjectCoercible(it)); + }; + + // `IsCallable` abstract operation + // https://tc39.es/ecma262/#sec-iscallable + var isCallable = function(argument) { + return typeof argument == 'function'; + }; + + var isObject = function(it) { + return typeof it == 'object' ? it !== null : isCallable(it); + }; + + var aFunction = function(argument) { + return isCallable(argument) ? argument : undefined; + }; + + var getBuiltIn = function(namespace, method) { + return arguments.length < 2 ? aFunction(global_1[namespace]) : global_1[namespace] && global_1[ + namespace][method]; + }; + + var objectIsPrototypeOf = functionUncurryThis({}.isPrototypeOf); + + var engineUserAgent = getBuiltIn('navigator', 'userAgent') || ''; + + var process = global_1.process; + var Deno = global_1.Deno; + var versions = process && process.versions || Deno && Deno.version; + var v8 = versions && versions.v8; + var match, version; + + if (v8) { + match = v8.split('.'); + // in old Chrome, versions of V8 isn't V8 = Chrome / 10 + // but their correct versions are not interesting for us + version = match[0] > 0 && match[0] < 4 ? 1 : +(match[0] + match[1]); + } + + // BrowserFS NodeJS `process` polyfill incorrectly set `.v8` to `0.0` + // so check `userAgent` even if `.v8` exists, but 0 + if (!version && engineUserAgent) { + match = engineUserAgent.match(/Edge\/(\d+)/); + if (!match || match[1] >= 74) { + match = engineUserAgent.match(/Chrome\/(\d+)/); + if (match) version = +match[1]; + } + } + + var engineV8Version = version; + + /* eslint-disable es/no-symbol -- required for testing */ + + + + // eslint-disable-next-line es/no-object-getownpropertysymbols -- required for testing + var nativeSymbol = !!Object.getOwnPropertySymbols && !fails(function() { + var symbol = Symbol(); + // Chrome 38 Symbol has incorrect toString conversion + // `get-own-property-symbols` polyfill symbols converted to object are not Symbol instances + return !String(symbol) || !(Object(symbol) instanceof Symbol) || + // Chrome 38-40 symbols are not inherited from DOM collections prototypes to instances + !Symbol.sham && engineV8Version && engineV8Version < 41; + }); + + /* eslint-disable es/no-symbol -- required for testing */ + + + var useSymbolAsUid = nativeSymbol && + !Symbol.sham && + typeof Symbol.iterator == 'symbol'; + + var Object$4 = global_1.Object; + + var isSymbol = useSymbolAsUid ? function(it) { + return typeof it == 'symbol'; + } : function(it) { + var $Symbol = getBuiltIn('Symbol'); + return isCallable($Symbol) && objectIsPrototypeOf($Symbol.prototype, Object$4(it)); + }; + + var String$4 = global_1.String; + + var tryToString = function(argument) { + try { + return String$4(argument); + } catch (error) { + return 'Object'; + } + }; + + var TypeError$d = global_1.TypeError; + + // `Assert: IsCallable(argument) is true` + var aCallable = function(argument) { + if (isCallable(argument)) return argument; + throw TypeError$d(tryToString(argument) + ' is not a function'); + }; + + // `GetMethod` abstract operation + // https://tc39.es/ecma262/#sec-getmethod + var getMethod = function(V, P) { + var func = V[P]; + return func == null ? undefined : aCallable(func); + }; + + var TypeError$c = global_1.TypeError; + + // `OrdinaryToPrimitive` abstract operation + // https://tc39.es/ecma262/#sec-ordinarytoprimitive + var ordinaryToPrimitive = function(input, pref) { + var fn, val; + if (pref === 'string' && isCallable(fn = input.toString) && !isObject(val = functionCall(fn, + input))) return val; + if (isCallable(fn = input.valueOf) && !isObject(val = functionCall(fn, input))) return val; + if (pref !== 'string' && isCallable(fn = input.toString) && !isObject(val = functionCall(fn, + input))) return val; + throw TypeError$c("Can't convert object to primitive value"); + }; + + // eslint-disable-next-line es/no-object-defineproperty -- safe + var defineProperty$5 = Object.defineProperty; + + var setGlobal = function(key, value) { + try { + defineProperty$5(global_1, key, { + value: value, + configurable: true, + writable: true + }); + } catch (error) { + global_1[key] = value; + } + return value; + }; + + var SHARED = '__core-js_shared__'; + var store$1 = global_1[SHARED] || setGlobal(SHARED, {}); + + var sharedStore = store$1; + + var shared = createCommonjsModule(function(module) { + (module.exports = function(key, value) { + return sharedStore[key] || (sharedStore[key] = value !== undefined ? value : {}); + })('versions', []).push({ + version: '3.21.1', + mode: 'global', + copyright: '© 2014-2022 Denis Pushkarev (zloirock.ru)', + license: 'https://github.com/zloirock/core-js/blob/v3.21.1/LICENSE', + source: 'https://github.com/zloirock/core-js' + }); + }); + + var Object$3 = global_1.Object; + + // `ToObject` abstract operation + // https://tc39.es/ecma262/#sec-toobject + var toObject = function(argument) { + return Object$3(requireObjectCoercible(argument)); + }; + + var hasOwnProperty = functionUncurryThis({}.hasOwnProperty); + + // `HasOwnProperty` abstract operation + // https://tc39.es/ecma262/#sec-hasownproperty + var hasOwnProperty_1 = Object.hasOwn || function hasOwn(it, key) { + return hasOwnProperty(toObject(it), key); + }; + + var id = 0; + var postfix = Math.random(); + var toString = functionUncurryThis(1.0.toString); + + var uid = function(key) { + return 'Symbol(' + (key === undefined ? '' : key) + ')_' + toString(++id + postfix, 36); + }; + + var WellKnownSymbolsStore = shared('wks'); + var Symbol$3 = global_1.Symbol; + var symbolFor = Symbol$3 && Symbol$3['for']; + var createWellKnownSymbol = useSymbolAsUid ? Symbol$3 : Symbol$3 && Symbol$3.withoutSetter || uid; + + var wellKnownSymbol = function(name) { + if (!hasOwnProperty_1(WellKnownSymbolsStore, name) || !(nativeSymbol || + typeof WellKnownSymbolsStore[name] == 'string')) { + var description = 'Symbol.' + name; + if (nativeSymbol && hasOwnProperty_1(Symbol$3, name)) { + WellKnownSymbolsStore[name] = Symbol$3[name]; + } else if (useSymbolAsUid && symbolFor) { + WellKnownSymbolsStore[name] = symbolFor(description); + } else { + WellKnownSymbolsStore[name] = createWellKnownSymbol(description); + } + } + return WellKnownSymbolsStore[name]; + }; + + var TypeError$b = global_1.TypeError; + var TO_PRIMITIVE = wellKnownSymbol('toPrimitive'); + + // `ToPrimitive` abstract operation + // https://tc39.es/ecma262/#sec-toprimitive + var toPrimitive = function(input, pref) { + if (!isObject(input) || isSymbol(input)) return input; + var exoticToPrim = getMethod(input, TO_PRIMITIVE); + var result; + if (exoticToPrim) { + if (pref === undefined) pref = 'default'; + result = functionCall(exoticToPrim, input, pref); + if (!isObject(result) || isSymbol(result)) return result; + throw TypeError$b("Can't convert object to primitive value"); + } + if (pref === undefined) pref = 'number'; + return ordinaryToPrimitive(input, pref); + }; + + // `ToPropertyKey` abstract operation + // https://tc39.es/ecma262/#sec-topropertykey + var toPropertyKey = function(argument) { + var key = toPrimitive(argument, 'string'); + return isSymbol(key) ? key : key + ''; + }; + + var document$1 = global_1.document; + // typeof document.createElement is 'object' in old IE + var EXISTS$1 = isObject(document$1) && isObject(document$1.createElement); + + var documentCreateElement = function(it) { + return EXISTS$1 ? document$1.createElement(it) : {}; + }; + + // Thanks to IE8 for its funny defineProperty + var ie8DomDefine = !descriptors && !fails(function() { + // eslint-disable-next-line es/no-object-defineproperty -- required for testing + return Object.defineProperty(documentCreateElement('div'), 'a', { + get: function() { + return 7; + } + }).a != 7; + }); + + // eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe + var $getOwnPropertyDescriptor$1 = Object.getOwnPropertyDescriptor; + + // `Object.getOwnPropertyDescriptor` method + // https://tc39.es/ecma262/#sec-object.getownpropertydescriptor + var f$4 = descriptors ? $getOwnPropertyDescriptor$1 : function getOwnPropertyDescriptor(O, P) { + O = toIndexedObject(O); + P = toPropertyKey(P); + if (ie8DomDefine) try { + return $getOwnPropertyDescriptor$1(O, P); + } catch (error) { + /* empty */ + } + if (hasOwnProperty_1(O, P)) return createPropertyDescriptor(!functionCall(objectPropertyIsEnumerable + .f, O, P), O[P]); + }; + + var objectGetOwnPropertyDescriptor = { + f: f$4 + }; + + // V8 ~ Chrome 36- + // https://bugs.chromium.org/p/v8/issues/detail?id=3334 + var v8PrototypeDefineBug = descriptors && fails(function() { + // eslint-disable-next-line es/no-object-defineproperty -- required for testing + return Object.defineProperty(function() { + /* empty */ + }, 'prototype', { + value: 42, + writable: false + }).prototype != 42; + }); + + var String$3 = global_1.String; + var TypeError$a = global_1.TypeError; + + // `Assert: Type(argument) is Object` + var anObject = function(argument) { + if (isObject(argument)) return argument; + throw TypeError$a(String$3(argument) + ' is not an object'); + }; + + var TypeError$9 = global_1.TypeError; + // eslint-disable-next-line es/no-object-defineproperty -- safe + var $defineProperty = Object.defineProperty; + // eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe + var $getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor; + var ENUMERABLE = 'enumerable'; + var CONFIGURABLE$1 = 'configurable'; + var WRITABLE = 'writable'; + + // `Object.defineProperty` method + // https://tc39.es/ecma262/#sec-object.defineproperty + var f$3 = descriptors ? v8PrototypeDefineBug ? function defineProperty(O, P, Attributes) { + anObject(O); + P = toPropertyKey(P); + anObject(Attributes); + if (typeof O === 'function' && P === 'prototype' && 'value' in Attributes && WRITABLE in + Attributes && !Attributes[WRITABLE]) { + var current = $getOwnPropertyDescriptor(O, P); + if (current && current[WRITABLE]) { + O[P] = Attributes.value; + Attributes = { + configurable: CONFIGURABLE$1 in Attributes ? Attributes[CONFIGURABLE$1] : current[ + CONFIGURABLE$1], + enumerable: ENUMERABLE in Attributes ? Attributes[ENUMERABLE] : current[ENUMERABLE], + writable: false + }; + } + } + return $defineProperty(O, P, Attributes); + } : $defineProperty : function defineProperty(O, P, Attributes) { + anObject(O); + P = toPropertyKey(P); + anObject(Attributes); + if (ie8DomDefine) try { + return $defineProperty(O, P, Attributes); + } catch (error) { + /* empty */ + } + if ('get' in Attributes || 'set' in Attributes) throw TypeError$9('Accessors not supported'); + if ('value' in Attributes) O[P] = Attributes.value; + return O; + }; + + var objectDefineProperty = { + f: f$3 + }; + + var createNonEnumerableProperty = descriptors ? function(object, key, value) { + return objectDefineProperty.f(object, key, createPropertyDescriptor(1, value)); + } : function(object, key, value) { + object[key] = value; + return object; + }; + + var functionToString = functionUncurryThis(Function.toString); + + // this helper broken in `core-js@3.4.1-3.4.4`, so we can't use `shared` helper + if (!isCallable(sharedStore.inspectSource)) { + sharedStore.inspectSource = function(it) { + return functionToString(it); + }; + } + + var inspectSource = sharedStore.inspectSource; + + var WeakMap$1 = global_1.WeakMap; + + var nativeWeakMap = isCallable(WeakMap$1) && /native code/.test(inspectSource(WeakMap$1)); + + var keys$2 = shared('keys'); + + var sharedKey = function(key) { + return keys$2[key] || (keys$2[key] = uid(key)); + }; + + var hiddenKeys$1 = {}; + + var OBJECT_ALREADY_INITIALIZED = 'Object already initialized'; + var TypeError$8 = global_1.TypeError; + var WeakMap = global_1.WeakMap; + var set, get, has; + + var enforce = function(it) { + return has(it) ? get(it) : set(it, {}); + }; + + var getterFor = function(TYPE) { + return function(it) { + var state; + if (!isObject(it) || (state = get(it)).type !== TYPE) { + throw TypeError$8('Incompatible receiver, ' + TYPE + ' required'); + } + return state; + }; + }; + + if (nativeWeakMap || sharedStore.state) { + var store = sharedStore.state || (sharedStore.state = new WeakMap()); + var wmget = functionUncurryThis(store.get); + var wmhas = functionUncurryThis(store.has); + var wmset = functionUncurryThis(store.set); + set = function(it, metadata) { + if (wmhas(store, it)) throw new TypeError$8(OBJECT_ALREADY_INITIALIZED); + metadata.facade = it; + wmset(store, it, metadata); + return metadata; + }; + get = function(it) { + return wmget(store, it) || {}; + }; + has = function(it) { + return wmhas(store, it); + }; + } else { + var STATE = sharedKey('state'); + hiddenKeys$1[STATE] = true; + set = function(it, metadata) { + if (hasOwnProperty_1(it, STATE)) throw new TypeError$8(OBJECT_ALREADY_INITIALIZED); + metadata.facade = it; + createNonEnumerableProperty(it, STATE, metadata); + return metadata; + }; + get = function(it) { + return hasOwnProperty_1(it, STATE) ? it[STATE] : {}; + }; + has = function(it) { + return hasOwnProperty_1(it, STATE); + }; + } + + var internalState = { + set: set, + get: get, + has: has, + enforce: enforce, + getterFor: getterFor + }; + + var FunctionPrototype$1 = Function.prototype; + // eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe + var getDescriptor = descriptors && Object.getOwnPropertyDescriptor; + + var EXISTS = hasOwnProperty_1(FunctionPrototype$1, 'name'); + // additional protection from minified / mangled / dropped function names + var PROPER = EXISTS && (function something() { + /* empty */ + }).name === 'something'; + var CONFIGURABLE = EXISTS && (!descriptors || (descriptors && getDescriptor(FunctionPrototype$1, 'name') + .configurable)); + + var functionName = { + EXISTS: EXISTS, + PROPER: PROPER, + CONFIGURABLE: CONFIGURABLE + }; + + var redefine = createCommonjsModule(function(module) { + var CONFIGURABLE_FUNCTION_NAME = functionName.CONFIGURABLE; + + var getInternalState = internalState.get; + var enforceInternalState = internalState.enforce; + var TEMPLATE = String(String).split('String'); + + (module.exports = function(O, key, value, options) { + var unsafe = options ? !!options.unsafe : false; + var simple = options ? !!options.enumerable : false; + var noTargetGet = options ? !!options.noTargetGet : false; + var name = options && options.name !== undefined ? options.name : key; + var state; + if (isCallable(value)) { + if (String(name).slice(0, 7) === 'Symbol(') { + name = '[' + String(name).replace(/^Symbol\(([^)]*)\)/, '$1') + ']'; + } + if (!hasOwnProperty_1(value, 'name') || (CONFIGURABLE_FUNCTION_NAME && value + .name !== name)) { + createNonEnumerableProperty(value, 'name', name); + } + state = enforceInternalState(value); + if (!state.source) { + state.source = TEMPLATE.join(typeof name == 'string' ? name : ''); + } + } + if (O === global_1) { + if (simple) O[key] = value; + else setGlobal(key, value); + return; + } else if (!unsafe) { + delete O[key]; + } else if (!noTargetGet && O[key]) { + simple = true; + } + if (simple) O[key] = value; + else createNonEnumerableProperty(O, key, value); + // add fake Function#toString for correct work wrapped methods / constructors with methods like LoDash isNative + })(Function.prototype, 'toString', function toString() { + return isCallable(this) && getInternalState(this).source || inspectSource(this); + }); + }); + + var ceil = Math.ceil; + var floor$2 = Math.floor; + + // `ToIntegerOrInfinity` abstract operation + // https://tc39.es/ecma262/#sec-tointegerorinfinity + var toIntegerOrInfinity = function(argument) { + var number = +argument; + // eslint-disable-next-line no-self-compare -- safe + return number !== number || number === 0 ? 0 : (number > 0 ? floor$2 : ceil)(number); + }; + + var max$4 = Math.max; + var min$6 = Math.min; + + // Helper for a popular repeating case of the spec: + // Let integer be ? ToInteger(index). + // If integer < 0, let result be max((length + integer), 0); else let result be min(integer, length). + var toAbsoluteIndex = function(index, length) { + var integer = toIntegerOrInfinity(index); + return integer < 0 ? max$4(integer + length, 0) : min$6(integer, length); + }; + + var min$5 = Math.min; + + // `ToLength` abstract operation + // https://tc39.es/ecma262/#sec-tolength + var toLength = function(argument) { + return argument > 0 ? min$5(toIntegerOrInfinity(argument), 0x1FFFFFFFFFFFFF) : + 0; // 2 ** 53 - 1 == 9007199254740991 + }; + + // `LengthOfArrayLike` abstract operation + // https://tc39.es/ecma262/#sec-lengthofarraylike + var lengthOfArrayLike = function(obj) { + return toLength(obj.length); + }; + + // `Array.prototype.{ indexOf, includes }` methods implementation + var createMethod$4 = function(IS_INCLUDES) { + return function($this, el, fromIndex) { + var O = toIndexedObject($this); + var length = lengthOfArrayLike(O); + var index = toAbsoluteIndex(fromIndex, length); + var value; + // Array#includes uses SameValueZero equality algorithm + // eslint-disable-next-line no-self-compare -- NaN check + if (IS_INCLUDES && el != el) + while (length > index) { + value = O[index++]; + // eslint-disable-next-line no-self-compare -- NaN check + if (value != value) return true; + // Array#indexOf ignores holes, Array#includes - not + } else + for (; length > index; index++) { + if ((IS_INCLUDES || index in O) && O[index] === el) return IS_INCLUDES || + index || 0; + } + return !IS_INCLUDES && -1; + }; + }; + + var arrayIncludes = { + // `Array.prototype.includes` method + // https://tc39.es/ecma262/#sec-array.prototype.includes + includes: createMethod$4(true), + // `Array.prototype.indexOf` method + // https://tc39.es/ecma262/#sec-array.prototype.indexof + indexOf: createMethod$4(false) + }; + + var indexOf$1 = arrayIncludes.indexOf; + + + var push$5 = functionUncurryThis([].push); + + var objectKeysInternal = function(object, names) { + var O = toIndexedObject(object); + var i = 0; + var result = []; + var key; + for (key in O) !hasOwnProperty_1(hiddenKeys$1, key) && hasOwnProperty_1(O, key) && push$5(result, + key); + // Don't enum bug & hidden keys + while (names.length > i) + if (hasOwnProperty_1(O, key = names[i++])) { + ~indexOf$1(result, key) || push$5(result, key); + } + return result; + }; + + // IE8- don't enum bug keys + var enumBugKeys = [ + 'constructor', + 'hasOwnProperty', + 'isPrototypeOf', + 'propertyIsEnumerable', + 'toLocaleString', + 'toString', + 'valueOf' + ]; + + var hiddenKeys = enumBugKeys.concat('length', 'prototype'); + + // `Object.getOwnPropertyNames` method + // https://tc39.es/ecma262/#sec-object.getownpropertynames + // eslint-disable-next-line es/no-object-getownpropertynames -- safe + var f$2 = Object.getOwnPropertyNames || function getOwnPropertyNames(O) { + return objectKeysInternal(O, hiddenKeys); + }; + + var objectGetOwnPropertyNames = { + f: f$2 + }; + + // eslint-disable-next-line es/no-object-getownpropertysymbols -- safe + var f$1 = Object.getOwnPropertySymbols; + + var objectGetOwnPropertySymbols = { + f: f$1 + }; + + var concat$2 = functionUncurryThis([].concat); + + // all object keys, includes non-enumerable and symbols + var ownKeys = getBuiltIn('Reflect', 'ownKeys') || function ownKeys(it) { + var keys = objectGetOwnPropertyNames.f(anObject(it)); + var getOwnPropertySymbols = objectGetOwnPropertySymbols.f; + return getOwnPropertySymbols ? concat$2(keys, getOwnPropertySymbols(it)) : keys; + }; + + var copyConstructorProperties = function(target, source, exceptions) { + var keys = ownKeys(source); + var defineProperty = objectDefineProperty.f; + var getOwnPropertyDescriptor = objectGetOwnPropertyDescriptor.f; + for (var i = 0; i < keys.length; i++) { + var key = keys[i]; + if (!hasOwnProperty_1(target, key) && !(exceptions && hasOwnProperty_1(exceptions, key))) { + defineProperty(target, key, getOwnPropertyDescriptor(source, key)); + } + } + }; + + var replacement = /#|\.prototype\./; + + var isForced = function(feature, detection) { + var value = data[normalize(feature)]; + return value == POLYFILL ? true : + value == NATIVE ? false : + isCallable(detection) ? fails(detection) : + !!detection; + }; + + var normalize = isForced.normalize = function(string) { + return String(string).replace(replacement, '.').toLowerCase(); + }; + + var data = isForced.data = {}; + var NATIVE = isForced.NATIVE = 'N'; + var POLYFILL = isForced.POLYFILL = 'P'; + + var isForced_1 = isForced; + + var getOwnPropertyDescriptor$3 = objectGetOwnPropertyDescriptor.f; + + + + + + + /* + options.target - name of the target object + options.global - target is the global object + options.stat - export as static methods of target + options.proto - export as prototype methods of target + options.real - real prototype method for the `pure` version + options.forced - export even if the native feature is available + options.bind - bind methods to the target, required for the `pure` version + options.wrap - wrap constructors to preventing global pollution, required for the `pure` version + options.unsafe - use the simple assignment of property instead of delete + defineProperty + options.sham - add a flag to not completely full polyfills + options.enumerable - export as enumerable property + options.noTargetGet - prevent calling a getter on target + options.name - the .name of the function if it does not match the key + */ + var _export = function(options, source) { + var TARGET = options.target; + var GLOBAL = options.global; + var STATIC = options.stat; + var FORCED, target, key, targetProperty, sourceProperty, descriptor; + if (GLOBAL) { + target = global_1; + } else if (STATIC) { + target = global_1[TARGET] || setGlobal(TARGET, {}); + } else { + target = (global_1[TARGET] || {}).prototype; + } + if (target) + for (key in source) { + sourceProperty = source[key]; + if (options.noTargetGet) { + descriptor = getOwnPropertyDescriptor$3(target, key); + targetProperty = descriptor && descriptor.value; + } else targetProperty = target[key]; + FORCED = isForced_1(GLOBAL ? key : TARGET + (STATIC ? '.' : '#') + key, options.forced); + // contained in target + if (!FORCED && targetProperty !== undefined) { + if (typeof sourceProperty == typeof targetProperty) continue; + copyConstructorProperties(sourceProperty, targetProperty); + } + // add a flag to not completely full polyfills + if (options.sham || (targetProperty && targetProperty.sham)) { + createNonEnumerableProperty(sourceProperty, 'sham', true); + } + // extend global + redefine(target, key, sourceProperty, options); + } + }; + + // `Object.keys` method + // https://tc39.es/ecma262/#sec-object.keys + // eslint-disable-next-line es/no-object-keys -- safe + var objectKeys = Object.keys || function keys(O) { + return objectKeysInternal(O, enumBugKeys); + }; + + // eslint-disable-next-line es/no-object-assign -- safe + var $assign = Object.assign; + // eslint-disable-next-line es/no-object-defineproperty -- required for testing + var defineProperty$4 = Object.defineProperty; + var concat$1 = functionUncurryThis([].concat); + + // `Object.assign` method + // https://tc39.es/ecma262/#sec-object.assign + var objectAssign = !$assign || fails(function() { + // should have correct order of operations (Edge bug) + if (descriptors && $assign({ + b: 1 + }, $assign(defineProperty$4({}, 'a', { + enumerable: true, + get: function() { + defineProperty$4(this, 'b', { + value: 3, + enumerable: false + }); + } + }), { + b: 2 + })).b !== 1) return true; + // should work with symbols and should have deterministic property order (V8 bug) + var A = {}; + var B = {}; + // eslint-disable-next-line es/no-symbol -- safe + var symbol = Symbol(); + var alphabet = 'abcdefghijklmnopqrst'; + A[symbol] = 7; + alphabet.split('').forEach(function(chr) { + B[chr] = chr; + }); + return $assign({}, A)[symbol] != 7 || objectKeys($assign({}, B)).join('') != alphabet; + }) ? function assign(target, source) { // eslint-disable-line no-unused-vars -- required for `.length` + var T = toObject(target); + var argumentsLength = arguments.length; + var index = 1; + var getOwnPropertySymbols = objectGetOwnPropertySymbols.f; + var propertyIsEnumerable = objectPropertyIsEnumerable.f; + while (argumentsLength > index) { + var S = indexedObject(arguments[index++]); + var keys = getOwnPropertySymbols ? concat$1(objectKeys(S), getOwnPropertySymbols(S)) : + objectKeys(S); + var length = keys.length; + var j = 0; + var key; + while (length > j) { + key = keys[j++]; + if (!descriptors || functionCall(propertyIsEnumerable, S, key)) T[key] = S[key]; + } + } + return T; + } : $assign; + + // `Object.assign` method + // https://tc39.es/ecma262/#sec-object.assign + // eslint-disable-next-line es/no-object-assign -- required for testing + _export({ + target: 'Object', + stat: true, + forced: Object.assign !== objectAssign + }, { + assign: objectAssign + }); + + var TO_STRING_TAG$3 = wellKnownSymbol('toStringTag'); + var test$2 = {}; + + test$2[TO_STRING_TAG$3] = 'z'; + + var toStringTagSupport = String(test$2) === '[object z]'; + + var TO_STRING_TAG$2 = wellKnownSymbol('toStringTag'); + var Object$2 = global_1.Object; + + // ES3 wrong here + var CORRECT_ARGUMENTS = classofRaw(function() { + return arguments; + }()) == 'Arguments'; + + // fallback for IE11 Script Access Denied error + var tryGet = function(it, key) { + try { + return it[key]; + } catch (error) { + /* empty */ + } + }; + + // getting tag from ES6+ `Object.prototype.toString` + var classof = toStringTagSupport ? classofRaw : function(it) { + var O, tag, result; + return it === undefined ? 'Undefined' : it === null ? 'Null' + // @@toStringTag case + : + typeof(tag = tryGet(O = Object$2(it), TO_STRING_TAG$2)) == 'string' ? tag + // builtinTag case + : + CORRECT_ARGUMENTS ? classofRaw(O) + // ES3 arguments fallback + : + (result = classofRaw(O)) == 'Object' && isCallable(O.callee) ? 'Arguments' : result; + }; + + var String$2 = global_1.String; + + var toString_1 = function(argument) { + if (classof(argument) === 'Symbol') throw TypeError('Cannot convert a Symbol value to a string'); + return String$2(argument); + }; + + // a string of all valid unicode whitespaces + var whitespaces = '\u0009\u000A\u000B\u000C\u000D\u0020\u00A0\u1680\u2000\u2001\u2002' + + '\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200A\u202F\u205F\u3000\u2028\u2029\uFEFF'; + + var replace$3 = functionUncurryThis(''.replace); + var whitespace = '[' + whitespaces + ']'; + var ltrim = RegExp('^' + whitespace + whitespace + '*'); + var rtrim = RegExp(whitespace + whitespace + '*$'); + + // `String.prototype.{ trim, trimStart, trimEnd, trimLeft, trimRight }` methods implementation + var createMethod$3 = function(TYPE) { + return function($this) { + var string = toString_1(requireObjectCoercible($this)); + if (TYPE & 1) string = replace$3(string, ltrim, ''); + if (TYPE & 2) string = replace$3(string, rtrim, ''); + return string; + }; + }; + + var stringTrim = { + // `String.prototype.{ trimLeft, trimStart }` methods + // https://tc39.es/ecma262/#sec-string.prototype.trimstart + start: createMethod$3(1), + // `String.prototype.{ trimRight, trimEnd }` methods + // https://tc39.es/ecma262/#sec-string.prototype.trimend + end: createMethod$3(2), + // `String.prototype.trim` method + // https://tc39.es/ecma262/#sec-string.prototype.trim + trim: createMethod$3(3) + }; + + var PROPER_FUNCTION_NAME$2 = functionName.PROPER; + + + + var non = '\u200B\u0085\u180E'; + + // check that a method works with the correct list + // of whitespaces and has a correct name + var stringTrimForced = function(METHOD_NAME) { + return fails(function() { + return !!whitespaces[METHOD_NAME]() || + non[METHOD_NAME]() !== non || + (PROPER_FUNCTION_NAME$2 && whitespaces[METHOD_NAME].name !== METHOD_NAME); + }); + }; + + var $trim = stringTrim.trim; + + + // `String.prototype.trim` method + // https://tc39.es/ecma262/#sec-string.prototype.trim + _export({ + target: 'String', + proto: true, + forced: stringTrimForced('trim') + }, { + trim: function trim() { + return $trim(this); + } + }); + + var arrayMethodIsStrict = function(METHOD_NAME, argument) { + var method = [][METHOD_NAME]; + return !!method && fails(function() { + // eslint-disable-next-line no-useless-call -- required for testing + method.call(null, argument || function() { + return 1; + }, 1); + }); + }; + + var un$Join = functionUncurryThis([].join); + + var ES3_STRINGS = indexedObject != Object; + var STRICT_METHOD$3 = arrayMethodIsStrict('join', ','); + + // `Array.prototype.join` method + // https://tc39.es/ecma262/#sec-array.prototype.join + _export({ + target: 'Array', + proto: true, + forced: ES3_STRINGS || !STRICT_METHOD$3 + }, { + join: function join(separator) { + return un$Join(toIndexedObject(this), separator === undefined ? ',' : separator); + } + }); + + // `RegExp.prototype.flags` getter implementation + // https://tc39.es/ecma262/#sec-get-regexp.prototype.flags + var regexpFlags = function() { + var that = anObject(this); + var result = ''; + if (that.global) result += 'g'; + if (that.ignoreCase) result += 'i'; + if (that.multiline) result += 'm'; + if (that.dotAll) result += 's'; + if (that.unicode) result += 'u'; + if (that.sticky) result += 'y'; + return result; + }; + + // babel-minify and Closure Compiler transpiles RegExp('a', 'y') -> /a/y and it causes SyntaxError + var $RegExp$2 = global_1.RegExp; + + var UNSUPPORTED_Y$3 = fails(function() { + var re = $RegExp$2('a', 'y'); + re.lastIndex = 2; + return re.exec('abcd') != null; + }); + + // UC Browser bug + // https://github.com/zloirock/core-js/issues/1008 + var MISSED_STICKY$1 = UNSUPPORTED_Y$3 || fails(function() { + return !$RegExp$2('a', 'y').sticky; + }); + + var BROKEN_CARET = UNSUPPORTED_Y$3 || fails(function() { + // https://bugzilla.mozilla.org/show_bug.cgi?id=773687 + var re = $RegExp$2('^r', 'gy'); + re.lastIndex = 2; + return re.exec('str') != null; + }); + + var regexpStickyHelpers = { + BROKEN_CARET: BROKEN_CARET, + MISSED_STICKY: MISSED_STICKY$1, + UNSUPPORTED_Y: UNSUPPORTED_Y$3 + }; + + // `Object.defineProperties` method + // https://tc39.es/ecma262/#sec-object.defineproperties + // eslint-disable-next-line es/no-object-defineproperties -- safe + var f = descriptors && !v8PrototypeDefineBug ? Object.defineProperties : function defineProperties(O, + Properties) { + anObject(O); + var props = toIndexedObject(Properties); + var keys = objectKeys(Properties); + var length = keys.length; + var index = 0; + var key; + while (length > index) objectDefineProperty.f(O, key = keys[index++], props[key]); + return O; + }; + + var objectDefineProperties = { + f: f + }; + + var html = getBuiltIn('document', 'documentElement'); + + /* global ActiveXObject -- old IE, WSH */ + + + + + + + + + var GT = '>'; + var LT = '<'; + var PROTOTYPE = 'prototype'; + var SCRIPT = 'script'; + var IE_PROTO$1 = sharedKey('IE_PROTO'); + + var EmptyConstructor = function() { + /* empty */ + }; + + var scriptTag = function(content) { + return LT + SCRIPT + GT + content + LT + '/' + SCRIPT + GT; + }; + + // Create object with fake `null` prototype: use ActiveX Object with cleared prototype + var NullProtoObjectViaActiveX = function(activeXDocument) { + activeXDocument.write(scriptTag('')); + activeXDocument.close(); + var temp = activeXDocument.parentWindow.Object; + activeXDocument = null; // avoid memory leak + return temp; + }; + + // Create object with fake `null` prototype: use iframe Object with cleared prototype + var NullProtoObjectViaIFrame = function() { + // Thrash, waste and sodomy: IE GC bug + var iframe = documentCreateElement('iframe'); + var JS = 'java' + SCRIPT + ':'; + var iframeDocument; + iframe.style.display = 'none'; + html.appendChild(iframe); + // https://github.com/zloirock/core-js/issues/475 + iframe.src = String(JS); + iframeDocument = iframe.contentWindow.document; + iframeDocument.open(); + iframeDocument.write(scriptTag('document.F=Object')); + iframeDocument.close(); + return iframeDocument.F; + }; + + // Check for document.domain and active x support + // No need to use active x approach when document.domain is not set + // see https://github.com/es-shims/es5-shim/issues/150 + // variation of https://github.com/kitcambridge/es5-shim/commit/4f738ac066346 + // avoid IE GC bug + var activeXDocument; + var NullProtoObject = function() { + try { + activeXDocument = new ActiveXObject('htmlfile'); + } catch (error) { + /* ignore */ + } + NullProtoObject = typeof document != 'undefined' ? + document.domain && activeXDocument ? + NullProtoObjectViaActiveX(activeXDocument) // old IE + : + NullProtoObjectViaIFrame() : + NullProtoObjectViaActiveX(activeXDocument); // WSH + var length = enumBugKeys.length; + while (length--) delete NullProtoObject[PROTOTYPE][enumBugKeys[length]]; + return NullProtoObject(); + }; + + hiddenKeys$1[IE_PROTO$1] = true; + + // `Object.create` method + // https://tc39.es/ecma262/#sec-object.create + var objectCreate = Object.create || function create(O, Properties) { + var result; + if (O !== null) { + EmptyConstructor[PROTOTYPE] = anObject(O); + result = new EmptyConstructor(); + EmptyConstructor[PROTOTYPE] = null; + // add "__proto__" for Object.getPrototypeOf polyfill + result[IE_PROTO$1] = O; + } else result = NullProtoObject(); + return Properties === undefined ? result : objectDefineProperties.f(result, Properties); + }; + + // babel-minify and Closure Compiler transpiles RegExp('.', 's') -> /./s and it causes SyntaxError + var $RegExp$1 = global_1.RegExp; + + var regexpUnsupportedDotAll = fails(function() { + var re = $RegExp$1('.', 's'); + return !(re.dotAll && re.exec('\n') && re.flags === 's'); + }); + + // babel-minify and Closure Compiler transpiles RegExp('(?b)', 'g') -> /(?b)/g and it causes SyntaxError + var $RegExp = global_1.RegExp; + + var regexpUnsupportedNcg = fails(function() { + var re = $RegExp('(?b)', 'g'); + return re.exec('b').groups.a !== 'b' || + 'b'.replace(re, '$c') !== 'bc'; + }); + + /* eslint-disable regexp/no-empty-capturing-group, regexp/no-empty-group, regexp/no-lazy-ends -- testing */ + /* eslint-disable regexp/no-useless-quantifier -- testing */ + + + + + + + + var getInternalState$1 = internalState.get; + + + + var nativeReplace = shared('native-string-replace', String.prototype.replace); + var nativeExec = RegExp.prototype.exec; + var patchedExec = nativeExec; + var charAt$5 = functionUncurryThis(''.charAt); + var indexOf = functionUncurryThis(''.indexOf); + var replace$2 = functionUncurryThis(''.replace); + var stringSlice$6 = functionUncurryThis(''.slice); + + var UPDATES_LAST_INDEX_WRONG = (function() { + var re1 = /a/; + var re2 = /b*/g; + functionCall(nativeExec, re1, 'a'); + functionCall(nativeExec, re2, 'a'); + return re1.lastIndex !== 0 || re2.lastIndex !== 0; + })(); + + var UNSUPPORTED_Y$2 = regexpStickyHelpers.BROKEN_CARET; + + // nonparticipating capturing group, copied from es5-shim's String#split patch. + var NPCG_INCLUDED = /()??/.exec('')[1] !== undefined; + + var PATCH = UPDATES_LAST_INDEX_WRONG || NPCG_INCLUDED || UNSUPPORTED_Y$2 || regexpUnsupportedDotAll || + regexpUnsupportedNcg; + + if (PATCH) { + patchedExec = function exec(string) { + var re = this; + var state = getInternalState$1(re); + var str = toString_1(string); + var raw = state.raw; + var result, reCopy, lastIndex, match, i, object, group; + + if (raw) { + raw.lastIndex = re.lastIndex; + result = functionCall(patchedExec, raw, str); + re.lastIndex = raw.lastIndex; + return result; + } + + var groups = state.groups; + var sticky = UNSUPPORTED_Y$2 && re.sticky; + var flags = functionCall(regexpFlags, re); + var source = re.source; + var charsAdded = 0; + var strCopy = str; + + if (sticky) { + flags = replace$2(flags, 'y', ''); + if (indexOf(flags, 'g') === -1) { + flags += 'g'; + } + + strCopy = stringSlice$6(str, re.lastIndex); + // Support anchored sticky behavior. + if (re.lastIndex > 0 && (!re.multiline || re.multiline && charAt$5(str, re.lastIndex - + 1) !== '\n')) { + source = '(?: ' + source + ')'; + strCopy = ' ' + strCopy; + charsAdded++; + } + // ^(? + rx + ) is needed, in combination with some str slicing, to + // simulate the 'y' flag. + reCopy = new RegExp('^(?:' + source + ')', flags); + } + + if (NPCG_INCLUDED) { + reCopy = new RegExp('^' + source + '$(?!\\s)', flags); + } + if (UPDATES_LAST_INDEX_WRONG) lastIndex = re.lastIndex; + + match = functionCall(nativeExec, sticky ? reCopy : re, strCopy); + + if (sticky) { + if (match) { + match.input = stringSlice$6(match.input, charsAdded); + match[0] = stringSlice$6(match[0], charsAdded); + match.index = re.lastIndex; + re.lastIndex += match[0].length; + } else re.lastIndex = 0; + } else if (UPDATES_LAST_INDEX_WRONG && match) { + re.lastIndex = re.global ? match.index + match[0].length : lastIndex; + } + if (NPCG_INCLUDED && match && match.length > 1) { + // Fix browsers whose `exec` methods don't consistently return `undefined` + // for NPCG, like IE8. NOTE: This doesn' work for /(.?)?/ + functionCall(nativeReplace, match[0], reCopy, function() { + for (i = 1; i < arguments.length - 2; i++) { + if (arguments[i] === undefined) match[i] = undefined; + } + }); + } + + if (match && groups) { + match.groups = object = objectCreate(null); + for (i = 0; i < groups.length; i++) { + group = groups[i]; + object[group[0]] = match[group[1]]; + } + } + + return match; + }; + } + + var regexpExec = patchedExec; + + // `RegExp.prototype.exec` method + // https://tc39.es/ecma262/#sec-regexp.prototype.exec + _export({ + target: 'RegExp', + proto: true, + forced: /./.exec !== regexpExec + }, { + exec: regexpExec + }); + + var FunctionPrototype = Function.prototype; + var apply = FunctionPrototype.apply; + var call = FunctionPrototype.call; + + // eslint-disable-next-line es/no-reflect -- safe + var functionApply = typeof Reflect == 'object' && Reflect.apply || (functionBindNative ? call.bind(apply) : + function() { + return call.apply(apply, arguments); + }); + + // TODO: Remove from `core-js@4` since it's moved to entry points + + + + + + + + + var SPECIES$5 = wellKnownSymbol('species'); + var RegExpPrototype$2 = RegExp.prototype; + + var fixRegexpWellKnownSymbolLogic = function(KEY, exec, FORCED, SHAM) { + var SYMBOL = wellKnownSymbol(KEY); + + var DELEGATES_TO_SYMBOL = !fails(function() { + // String methods call symbol-named RegEp methods + var O = {}; + O[SYMBOL] = function() { + return 7; + }; + return '' [KEY](O) != 7; + }); + + var DELEGATES_TO_EXEC = DELEGATES_TO_SYMBOL && !fails(function() { + // Symbol-named RegExp methods call .exec + var execCalled = false; + var re = /a/; + + if (KEY === 'split') { + // We can't use real regex here since it causes deoptimization + // and serious performance degradation in V8 + // https://github.com/zloirock/core-js/issues/306 + re = {}; + // RegExp[@@split] doesn't call the regex's exec method, but first creates + // a new one. We need to return the patched regex when creating the new one. + re.constructor = {}; + re.constructor[SPECIES$5] = function() { + return re; + }; + re.flags = ''; + re[SYMBOL] = /./ [SYMBOL]; + } + + re.exec = function() { + execCalled = true; + return null; + }; + + re[SYMBOL](''); + return !execCalled; + }); + + if ( + !DELEGATES_TO_SYMBOL || + !DELEGATES_TO_EXEC || + FORCED + ) { + var uncurriedNativeRegExpMethod = functionUncurryThis(/./ [SYMBOL]); + var methods = exec(SYMBOL, '' [KEY], function(nativeMethod, regexp, str, arg2, + forceStringMethod) { + var uncurriedNativeMethod = functionUncurryThis(nativeMethod); + var $exec = regexp.exec; + if ($exec === regexpExec || $exec === RegExpPrototype$2.exec) { + if (DELEGATES_TO_SYMBOL && !forceStringMethod) { + // The native String method already delegates to @@method (this + // polyfilled function), leasing to infinite recursion. + // We avoid it by directly calling the native @@method method. + return { + done: true, + value: uncurriedNativeRegExpMethod(regexp, str, arg2) + }; + } + return { + done: true, + value: uncurriedNativeMethod(str, regexp, arg2) + }; + } + return { + done: false + }; + }); + + redefine(String.prototype, KEY, methods[0]); + redefine(RegExpPrototype$2, SYMBOL, methods[1]); + } + + if (SHAM) createNonEnumerableProperty(RegExpPrototype$2[SYMBOL], 'sham', true); + }; + + var MATCH$2 = wellKnownSymbol('match'); + + // `IsRegExp` abstract operation + // https://tc39.es/ecma262/#sec-isregexp + var isRegexp = function(it) { + var isRegExp; + return isObject(it) && ((isRegExp = it[MATCH$2]) !== undefined ? !!isRegExp : classofRaw(it) == + 'RegExp'); + }; + + var noop = function() { + /* empty */ + }; + var empty = []; + var construct = getBuiltIn('Reflect', 'construct'); + var constructorRegExp = /^\s*(?:class|function)\b/; + var exec$3 = functionUncurryThis(constructorRegExp.exec); + var INCORRECT_TO_STRING = !constructorRegExp.exec(noop); + + var isConstructorModern = function isConstructor(argument) { + if (!isCallable(argument)) return false; + try { + construct(noop, empty, argument); + return true; + } catch (error) { + return false; + } + }; + + var isConstructorLegacy = function isConstructor(argument) { + if (!isCallable(argument)) return false; + switch (classof(argument)) { + case 'AsyncFunction': + case 'GeneratorFunction': + case 'AsyncGeneratorFunction': + return false; + } + try { + // we can't check .prototype since constructors produced by .bind haven't it + // `Function#toString` throws on some built-it function in some legacy engines + // (for example, `DOMQuad` and similar in FF41-) + return INCORRECT_TO_STRING || !!exec$3(constructorRegExp, inspectSource(argument)); + } catch (error) { + return true; + } + }; + + isConstructorLegacy.sham = true; + + // `IsConstructor` abstract operation + // https://tc39.es/ecma262/#sec-isconstructor + var isConstructor = !construct || fails(function() { + var called; + return isConstructorModern(isConstructorModern.call) || + !isConstructorModern(Object) || + !isConstructorModern(function() { + called = true; + }) || + called; + }) ? isConstructorLegacy : isConstructorModern; + + var TypeError$7 = global_1.TypeError; + + // `Assert: IsConstructor(argument) is true` + var aConstructor = function(argument) { + if (isConstructor(argument)) return argument; + throw TypeError$7(tryToString(argument) + ' is not a constructor'); + }; + + var SPECIES$4 = wellKnownSymbol('species'); + + // `SpeciesConstructor` abstract operation + // https://tc39.es/ecma262/#sec-speciesconstructor + var speciesConstructor = function(O, defaultConstructor) { + var C = anObject(O).constructor; + var S; + return C === undefined || (S = anObject(C)[SPECIES$4]) == undefined ? defaultConstructor : + aConstructor(S); + }; + + var charAt$4 = functionUncurryThis(''.charAt); + var charCodeAt$1 = functionUncurryThis(''.charCodeAt); + var stringSlice$5 = functionUncurryThis(''.slice); + + var createMethod$2 = function(CONVERT_TO_STRING) { + return function($this, pos) { + var S = toString_1(requireObjectCoercible($this)); + var position = toIntegerOrInfinity(pos); + var size = S.length; + var first, second; + if (position < 0 || position >= size) return CONVERT_TO_STRING ? '' : undefined; + first = charCodeAt$1(S, position); + return first < 0xD800 || first > 0xDBFF || position + 1 === size || + (second = charCodeAt$1(S, position + 1)) < 0xDC00 || second > 0xDFFF ? + CONVERT_TO_STRING ? + charAt$4(S, position) : + first : + CONVERT_TO_STRING ? + stringSlice$5(S, position, position + 2) : + (first - 0xD800 << 10) + (second - 0xDC00) + 0x10000; + }; + }; + + var stringMultibyte = { + // `String.prototype.codePointAt` method + // https://tc39.es/ecma262/#sec-string.prototype.codepointat + codeAt: createMethod$2(false), + // `String.prototype.at` method + // https://github.com/mathiasbynens/String.prototype.at + charAt: createMethod$2(true) + }; + + var charAt$3 = stringMultibyte.charAt; + + // `AdvanceStringIndex` abstract operation + // https://tc39.es/ecma262/#sec-advancestringindex + var advanceStringIndex = function(S, index, unicode) { + return index + (unicode ? charAt$3(S, index).length : 1); + }; + + var createProperty = function(object, key, value) { + var propertyKey = toPropertyKey(key); + if (propertyKey in object) objectDefineProperty.f(object, propertyKey, createPropertyDescriptor(0, + value)); + else object[propertyKey] = value; + }; + + var Array$3 = global_1.Array; + var max$3 = Math.max; + + var arraySliceSimple = function(O, start, end) { + var length = lengthOfArrayLike(O); + var k = toAbsoluteIndex(start, length); + var fin = toAbsoluteIndex(end === undefined ? length : end, length); + var result = Array$3(max$3(fin - k, 0)); + for (var n = 0; k < fin; k++, n++) createProperty(result, n, O[k]); + result.length = n; + return result; + }; + + var TypeError$6 = global_1.TypeError; + + // `RegExpExec` abstract operation + // https://tc39.es/ecma262/#sec-regexpexec + var regexpExecAbstract = function(R, S) { + var exec = R.exec; + if (isCallable(exec)) { + var result = functionCall(exec, R, S); + if (result !== null) anObject(result); + return result; + } + if (classofRaw(R) === 'RegExp') return functionCall(regexpExec, R, S); + throw TypeError$6('RegExp#exec called on incompatible receiver'); + }; + + var UNSUPPORTED_Y$1 = regexpStickyHelpers.UNSUPPORTED_Y; + var MAX_UINT32 = 0xFFFFFFFF; + var min$4 = Math.min; + var $push = [].push; + var exec$2 = functionUncurryThis(/./.exec); + var push$4 = functionUncurryThis($push); + var stringSlice$4 = functionUncurryThis(''.slice); + + // Chrome 51 has a buggy "split" implementation when RegExp#exec !== nativeExec + // Weex JS has frozen built-in prototypes, so use try / catch wrapper + var SPLIT_WORKS_WITH_OVERWRITTEN_EXEC = !fails(function() { + // eslint-disable-next-line regexp/no-empty-group -- required for testing + var re = /(?:)/; + var originalExec = re.exec; + re.exec = function() { + return originalExec.apply(this, arguments); + }; + var result = 'ab'.split(re); + return result.length !== 2 || result[0] !== 'a' || result[1] !== 'b'; + }); + + // @@split logic + fixRegexpWellKnownSymbolLogic('split', function(SPLIT, nativeSplit, maybeCallNative) { + var internalSplit; + if ( + 'abbc'.split(/(b)*/)[1] == 'c' || + // eslint-disable-next-line regexp/no-empty-group -- required for testing + 'test'.split(/(?:)/, -1).length != 4 || + 'ab'.split(/(?:ab)*/).length != 2 || + '.'.split(/(.?)(.?)/).length != 4 || + // eslint-disable-next-line regexp/no-empty-capturing-group, regexp/no-empty-group -- required for testing + '.'.split(/()()/).length > 1 || + ''.split(/.?/).length + ) { + // based on es5-shim implementation, need to rework it + internalSplit = function(separator, limit) { + var string = toString_1(requireObjectCoercible(this)); + var lim = limit === undefined ? MAX_UINT32 : limit >>> 0; + if (lim === 0) return []; + if (separator === undefined) return [string]; + // If `separator` is not a regex, use native split + if (!isRegexp(separator)) { + return functionCall(nativeSplit, string, separator, lim); + } + var output = []; + var flags = (separator.ignoreCase ? 'i' : '') + + (separator.multiline ? 'm' : '') + + (separator.unicode ? 'u' : '') + + (separator.sticky ? 'y' : ''); + var lastLastIndex = 0; + // Make `global` and avoid `lastIndex` issues by working with a copy + var separatorCopy = new RegExp(separator.source, flags + 'g'); + var match, lastIndex, lastLength; + while (match = functionCall(regexpExec, separatorCopy, string)) { + lastIndex = separatorCopy.lastIndex; + if (lastIndex > lastLastIndex) { + push$4(output, stringSlice$4(string, lastLastIndex, match.index)); + if (match.length > 1 && match.index < string.length) functionApply($push, + output, arraySliceSimple(match, 1)); + lastLength = match[0].length; + lastLastIndex = lastIndex; + if (output.length >= lim) break; + } + if (separatorCopy.lastIndex === match.index) separatorCopy + .lastIndex++; // Avoid an infinite loop + } + if (lastLastIndex === string.length) { + if (lastLength || !exec$2(separatorCopy, '')) push$4(output, ''); + } else push$4(output, stringSlice$4(string, lastLastIndex)); + return output.length > lim ? arraySliceSimple(output, 0, lim) : output; + }; + // Chakra, V8 + } else if ('0'.split(undefined, 0).length) { + internalSplit = function(separator, limit) { + return separator === undefined && limit === 0 ? [] : functionCall(nativeSplit, this, + separator, limit); + }; + } else internalSplit = nativeSplit; + + return [ + // `String.prototype.split` method + // https://tc39.es/ecma262/#sec-string.prototype.split + function split(separator, limit) { + var O = requireObjectCoercible(this); + var splitter = separator == undefined ? undefined : getMethod(separator, SPLIT); + return splitter ? + functionCall(splitter, separator, O, limit) : + functionCall(internalSplit, toString_1(O), separator, limit); + }, + // `RegExp.prototype[@@split]` method + // https://tc39.es/ecma262/#sec-regexp.prototype-@@split + // + // NOTE: This cannot be properly polyfilled in engines that don't support + // the 'y' flag. + function(string, limit) { + var rx = anObject(this); + var S = toString_1(string); + var res = maybeCallNative(internalSplit, rx, S, limit, internalSplit !== + nativeSplit); + + if (res.done) return res.value; + + var C = speciesConstructor(rx, RegExp); + + var unicodeMatching = rx.unicode; + var flags = (rx.ignoreCase ? 'i' : '') + + (rx.multiline ? 'm' : '') + + (rx.unicode ? 'u' : '') + + (UNSUPPORTED_Y$1 ? 'g' : 'y'); + + // ^(? + rx + ) is needed, in combination with some S slicing, to + // simulate the 'y' flag. + var splitter = new C(UNSUPPORTED_Y$1 ? '^(?:' + rx.source + ')' : rx, flags); + var lim = limit === undefined ? MAX_UINT32 : limit >>> 0; + if (lim === 0) return []; + if (S.length === 0) return regexpExecAbstract(splitter, S) === null ? [S] : []; + var p = 0; + var q = 0; + var A = []; + while (q < S.length) { + splitter.lastIndex = UNSUPPORTED_Y$1 ? 0 : q; + var z = regexpExecAbstract(splitter, UNSUPPORTED_Y$1 ? stringSlice$4(S, q) : S); + var e; + if ( + z === null || + (e = min$4(toLength(splitter.lastIndex + (UNSUPPORTED_Y$1 ? q : 0)), S + .length)) === p + ) { + q = advanceStringIndex(S, q, unicodeMatching); + } else { + push$4(A, stringSlice$4(S, p, q)); + if (A.length === lim) return A; + for (var i = 1; i <= z.length - 1; i++) { + push$4(A, z[i]); + if (A.length === lim) return A; + } + q = p = e; + } + } + push$4(A, stringSlice$4(S, p)); + return A; + } + ]; + }, !SPLIT_WORKS_WITH_OVERWRITTEN_EXEC, UNSUPPORTED_Y$1); + + var $propertyIsEnumerable = objectPropertyIsEnumerable.f; + + var propertyIsEnumerable = functionUncurryThis($propertyIsEnumerable); + var push$3 = functionUncurryThis([].push); + + // `Object.{ entries, values }` methods implementation + var createMethod$1 = function(TO_ENTRIES) { + return function(it) { + var O = toIndexedObject(it); + var keys = objectKeys(O); + var length = keys.length; + var i = 0; + var result = []; + var key; + while (length > i) { + key = keys[i++]; + if (!descriptors || propertyIsEnumerable(O, key)) { + push$3(result, TO_ENTRIES ? [key, O[key]] : O[key]); + } + } + return result; + }; + }; + + var objectToArray = { + // `Object.entries` method + // https://tc39.es/ecma262/#sec-object.entries + entries: createMethod$1(true), + // `Object.values` method + // https://tc39.es/ecma262/#sec-object.values + values: createMethod$1(false) + }; + + var $entries = objectToArray.entries; + + // `Object.entries` method + // https://tc39.es/ecma262/#sec-object.entries + _export({ + target: 'Object', + stat: true + }, { + entries: function entries(O) { + return $entries(O); + } + }); + + var UNSCOPABLES = wellKnownSymbol('unscopables'); + var ArrayPrototype = Array.prototype; + + // Array.prototype[@@unscopables] + // https://tc39.es/ecma262/#sec-array.prototype-@@unscopables + if (ArrayPrototype[UNSCOPABLES] == undefined) { + objectDefineProperty.f(ArrayPrototype, UNSCOPABLES, { + configurable: true, + value: objectCreate(null) + }); + } + + // add a key to Array.prototype[@@unscopables] + var addToUnscopables = function(key) { + ArrayPrototype[UNSCOPABLES][key] = true; + }; + + var $includes = arrayIncludes.includes; + + + // `Array.prototype.includes` method + // https://tc39.es/ecma262/#sec-array.prototype.includes + _export({ + target: 'Array', + proto: true + }, { + includes: function includes(el /* , fromIndex = 0 */ ) { + return $includes(this, el, arguments.length > 1 ? arguments[1] : undefined); + } + }); + + // https://tc39.es/ecma262/#sec-array.prototype-@@unscopables + addToUnscopables('includes'); + + // `IsArray` abstract operation + // https://tc39.es/ecma262/#sec-isarray + // eslint-disable-next-line es/no-array-isarray -- safe + var isArray = Array.isArray || function isArray(argument) { + return classofRaw(argument) == 'Array'; + }; + + var SPECIES$3 = wellKnownSymbol('species'); + var Array$2 = global_1.Array; + + // a part of `ArraySpeciesCreate` abstract operation + // https://tc39.es/ecma262/#sec-arrayspeciescreate + var arraySpeciesConstructor = function(originalArray) { + var C; + if (isArray(originalArray)) { + C = originalArray.constructor; + // cross-realm fallback + if (isConstructor(C) && (C === Array$2 || isArray(C.prototype))) C = undefined; + else if (isObject(C)) { + C = C[SPECIES$3]; + if (C === null) C = undefined; + } + } + return C === undefined ? Array$2 : C; + }; + + // `ArraySpeciesCreate` abstract operation + // https://tc39.es/ecma262/#sec-arrayspeciescreate + var arraySpeciesCreate = function(originalArray, length) { + return new(arraySpeciesConstructor(originalArray))(length === 0 ? 0 : length); + }; + + var SPECIES$2 = wellKnownSymbol('species'); + + var arrayMethodHasSpeciesSupport = function(METHOD_NAME) { + // We can't use this feature detection in V8 since it causes + // deoptimization and serious performance degradation + // https://github.com/zloirock/core-js/issues/677 + return engineV8Version >= 51 || !fails(function() { + var array = []; + var constructor = array.constructor = {}; + constructor[SPECIES$2] = function() { + return { + foo: 1 + }; + }; + return array[METHOD_NAME](Boolean).foo !== 1; + }); + }; + + var IS_CONCAT_SPREADABLE = wellKnownSymbol('isConcatSpreadable'); + var MAX_SAFE_INTEGER$1 = 0x1FFFFFFFFFFFFF; + var MAXIMUM_ALLOWED_INDEX_EXCEEDED = 'Maximum allowed index exceeded'; + var TypeError$5 = global_1.TypeError; + + // We can't use this feature detection in V8 since it causes + // deoptimization and serious performance degradation + // https://github.com/zloirock/core-js/issues/679 + var IS_CONCAT_SPREADABLE_SUPPORT = engineV8Version >= 51 || !fails(function() { + var array = []; + array[IS_CONCAT_SPREADABLE] = false; + return array.concat()[0] !== array; + }); + + var SPECIES_SUPPORT = arrayMethodHasSpeciesSupport('concat'); + + var isConcatSpreadable = function(O) { + if (!isObject(O)) return false; + var spreadable = O[IS_CONCAT_SPREADABLE]; + return spreadable !== undefined ? !!spreadable : isArray(O); + }; + + var FORCED$3 = !IS_CONCAT_SPREADABLE_SUPPORT || !SPECIES_SUPPORT; + + // `Array.prototype.concat` method + // https://tc39.es/ecma262/#sec-array.prototype.concat + // with adding support of @@isConcatSpreadable and @@species + _export({ + target: 'Array', + proto: true, + forced: FORCED$3 + }, { + // eslint-disable-next-line no-unused-vars -- required for `.length` + concat: function concat(arg) { + var O = toObject(this); + var A = arraySpeciesCreate(O, 0); + var n = 0; + var i, k, length, len, E; + for (i = -1, length = arguments.length; i < length; i++) { + E = i === -1 ? O : arguments[i]; + if (isConcatSpreadable(E)) { + len = lengthOfArrayLike(E); + if (n + len > MAX_SAFE_INTEGER$1) throw TypeError$5( + MAXIMUM_ALLOWED_INDEX_EXCEEDED); + for (k = 0; k < len; k++, n++) + if (k in E) createProperty(A, n, E[k]); + } else { + if (n >= MAX_SAFE_INTEGER$1) throw TypeError$5(MAXIMUM_ALLOWED_INDEX_EXCEEDED); + createProperty(A, n++, E); + } + } + A.length = n; + return A; + } + }); + + var bind = functionUncurryThis(functionUncurryThis.bind); + + // optional / simple context binding + var functionBindContext = function(fn, that) { + aCallable(fn); + return that === undefined ? fn : functionBindNative ? bind(fn, that) : function( /* ...args */ ) { + return fn.apply(that, arguments); + }; + }; + + var push$2 = functionUncurryThis([].push); + + // `Array.prototype.{ forEach, map, filter, some, every, find, findIndex, filterReject }` methods implementation + var createMethod = function(TYPE) { + var IS_MAP = TYPE == 1; + var IS_FILTER = TYPE == 2; + var IS_SOME = TYPE == 3; + var IS_EVERY = TYPE == 4; + var IS_FIND_INDEX = TYPE == 6; + var IS_FILTER_REJECT = TYPE == 7; + var NO_HOLES = TYPE == 5 || IS_FIND_INDEX; + return function($this, callbackfn, that, specificCreate) { + var O = toObject($this); + var self = indexedObject(O); + var boundFunction = functionBindContext(callbackfn, that); + var length = lengthOfArrayLike(self); + var index = 0; + var create = specificCreate || arraySpeciesCreate; + var target = IS_MAP ? create($this, length) : IS_FILTER || IS_FILTER_REJECT ? create($this, + 0) : undefined; + var value, result; + for (; length > index; index++) + if (NO_HOLES || index in self) { + value = self[index]; + result = boundFunction(value, index, O); + if (TYPE) { + if (IS_MAP) target[index] = result; // map + else if (result) switch (TYPE) { + case 3: + return true; // some + case 5: + return value; // find + case 6: + return index; // findIndex + case 2: + push$2(target, value); // filter + } else switch (TYPE) { + case 4: + return false; // every + case 7: + push$2(target, value); // filterReject + } + } + } + return IS_FIND_INDEX ? -1 : IS_SOME || IS_EVERY ? IS_EVERY : target; + }; + }; + + var arrayIteration = { + // `Array.prototype.forEach` method + // https://tc39.es/ecma262/#sec-array.prototype.foreach + forEach: createMethod(0), + // `Array.prototype.map` method + // https://tc39.es/ecma262/#sec-array.prototype.map + map: createMethod(1), + // `Array.prototype.filter` method + // https://tc39.es/ecma262/#sec-array.prototype.filter + filter: createMethod(2), + // `Array.prototype.some` method + // https://tc39.es/ecma262/#sec-array.prototype.some + some: createMethod(3), + // `Array.prototype.every` method + // https://tc39.es/ecma262/#sec-array.prototype.every + every: createMethod(4), + // `Array.prototype.find` method + // https://tc39.es/ecma262/#sec-array.prototype.find + find: createMethod(5), + // `Array.prototype.findIndex` method + // https://tc39.es/ecma262/#sec-array.prototype.findIndex + findIndex: createMethod(6), + // `Array.prototype.filterReject` method + // https://github.com/tc39/proposal-array-filtering + filterReject: createMethod(7) + }; + + var $find = arrayIteration.find; + + + var FIND = 'find'; + var SKIPS_HOLES$1 = true; + + // Shouldn't skip holes + if (FIND in []) Array(1)[FIND](function() { + SKIPS_HOLES$1 = false; + }); + + // `Array.prototype.find` method + // https://tc39.es/ecma262/#sec-array.prototype.find + _export({ + target: 'Array', + proto: true, + forced: SKIPS_HOLES$1 + }, { + find: function find(callbackfn /* , that = undefined */ ) { + return $find(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined); + } + }); + + // https://tc39.es/ecma262/#sec-array.prototype-@@unscopables + addToUnscopables(FIND); + + // `Object.prototype.toString` method implementation + // https://tc39.es/ecma262/#sec-object.prototype.tostring + var objectToString = toStringTagSupport ? {}.toString : function toString() { + return '[object ' + classof(this) + ']'; + }; + + // `Object.prototype.toString` method + // https://tc39.es/ecma262/#sec-object.prototype.tostring + if (!toStringTagSupport) { + redefine(Object.prototype, 'toString', objectToString, { + unsafe: true + }); + } + + var TypeError$4 = global_1.TypeError; + + var notARegexp = function(it) { + if (isRegexp(it)) { + throw TypeError$4("The method doesn't accept regular expressions"); + } + return it; + }; + + var MATCH$1 = wellKnownSymbol('match'); + + var correctIsRegexpLogic = function(METHOD_NAME) { + var regexp = /./; + try { + '/./' [METHOD_NAME](regexp); + } catch (error1) { + try { + regexp[MATCH$1] = false; + return '/./' [METHOD_NAME](regexp); + } catch (error2) { + /* empty */ + } + } + return false; + }; + + var stringIndexOf$2 = functionUncurryThis(''.indexOf); + + // `String.prototype.includes` method + // https://tc39.es/ecma262/#sec-string.prototype.includes + _export({ + target: 'String', + proto: true, + forced: !correctIsRegexpLogic('includes') + }, { + includes: function includes(searchString /* , position = 0 */ ) { + return !!~stringIndexOf$2( + toString_1(requireObjectCoercible(this)), + toString_1(notARegexp(searchString)), + arguments.length > 1 ? arguments[1] : undefined + ); + } + }); + + // iterable DOM collections + // flag - `iterable` interface - 'entries', 'keys', 'values', 'forEach' methods + var domIterables = { + CSSRuleList: 0, + CSSStyleDeclaration: 0, + CSSValueList: 0, + ClientRectList: 0, + DOMRectList: 0, + DOMStringList: 0, + DOMTokenList: 1, + DataTransferItemList: 0, + FileList: 0, + HTMLAllCollection: 0, + HTMLCollection: 0, + HTMLFormElement: 0, + HTMLSelectElement: 0, + MediaList: 0, + MimeTypeArray: 0, + NamedNodeMap: 0, + NodeList: 1, + PaintRequestList: 0, + Plugin: 0, + PluginArray: 0, + SVGLengthList: 0, + SVGNumberList: 0, + SVGPathSegList: 0, + SVGPointList: 0, + SVGStringList: 0, + SVGTransformList: 0, + SourceBufferList: 0, + StyleSheetList: 0, + TextTrackCueList: 0, + TextTrackList: 0, + TouchList: 0 + }; + + // in old WebKit versions, `element.classList` is not an instance of global `DOMTokenList` + + + var classList = documentCreateElement('span').classList; + var DOMTokenListPrototype = classList && classList.constructor && classList.constructor.prototype; + + var domTokenListPrototype = DOMTokenListPrototype === Object.prototype ? undefined : DOMTokenListPrototype; + + var $forEach = arrayIteration.forEach; + + + var STRICT_METHOD$2 = arrayMethodIsStrict('forEach'); + + // `Array.prototype.forEach` method implementation + // https://tc39.es/ecma262/#sec-array.prototype.foreach + var arrayForEach = !STRICT_METHOD$2 ? function forEach(callbackfn /* , thisArg */ ) { + return $forEach(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined); + // eslint-disable-next-line es/no-array-prototype-foreach -- safe + } : [].forEach; + + var handlePrototype$1 = function(CollectionPrototype) { + // some Chrome versions have non-configurable methods on DOMTokenList + if (CollectionPrototype && CollectionPrototype.forEach !== arrayForEach) try { + createNonEnumerableProperty(CollectionPrototype, 'forEach', arrayForEach); + } catch (error) { + CollectionPrototype.forEach = arrayForEach; + } + }; + + for (var COLLECTION_NAME$1 in domIterables) { + if (domIterables[COLLECTION_NAME$1]) { + handlePrototype$1(global_1[COLLECTION_NAME$1] && global_1[COLLECTION_NAME$1].prototype); + } + } + + handlePrototype$1(domTokenListPrototype); + + var trim$2 = stringTrim.trim; + + + var charAt$2 = functionUncurryThis(''.charAt); + var n$ParseFloat = global_1.parseFloat; + var Symbol$2 = global_1.Symbol; + var ITERATOR$4 = Symbol$2 && Symbol$2.iterator; + var FORCED$2 = 1 / n$ParseFloat(whitespaces + '-0') !== -Infinity + // MS Edge 18- broken with boxed symbols + || + (ITERATOR$4 && !fails(function() { + n$ParseFloat(Object(ITERATOR$4)); + })); + + // `parseFloat` method + // https://tc39.es/ecma262/#sec-parsefloat-string + var numberParseFloat = FORCED$2 ? function parseFloat(string) { + var trimmedString = trim$2(toString_1(string)); + var result = n$ParseFloat(trimmedString); + return result === 0 && charAt$2(trimmedString, 0) == '-' ? -0 : result; + } : n$ParseFloat; + + // `parseFloat` method + // https://tc39.es/ecma262/#sec-parsefloat-string + _export({ + global: true, + forced: parseFloat != numberParseFloat + }, { + parseFloat: numberParseFloat + }); + + /* eslint-disable es/no-array-prototype-indexof -- required for testing */ + + + var $IndexOf = arrayIncludes.indexOf; + + + var un$IndexOf = functionUncurryThis([].indexOf); + + var NEGATIVE_ZERO = !!un$IndexOf && 1 / un$IndexOf([1], 1, -0) < 0; + var STRICT_METHOD$1 = arrayMethodIsStrict('indexOf'); + + // `Array.prototype.indexOf` method + // https://tc39.es/ecma262/#sec-array.prototype.indexof + _export({ + target: 'Array', + proto: true, + forced: NEGATIVE_ZERO || !STRICT_METHOD$1 + }, { + indexOf: function indexOf(searchElement /* , fromIndex = 0 */ ) { + var fromIndex = arguments.length > 1 ? arguments[1] : undefined; + return NEGATIVE_ZERO + // convert -0 to +0 + ? + un$IndexOf(this, searchElement, fromIndex) || 0 : + $IndexOf(this, searchElement, fromIndex); + } + }); + + var floor$1 = Math.floor; + + var mergeSort = function(array, comparefn) { + var length = array.length; + var middle = floor$1(length / 2); + return length < 8 ? insertionSort(array, comparefn) : merge( + array, + mergeSort(arraySliceSimple(array, 0, middle), comparefn), + mergeSort(arraySliceSimple(array, middle), comparefn), + comparefn + ); + }; + + var insertionSort = function(array, comparefn) { + var length = array.length; + var i = 1; + var element, j; + + while (i < length) { + j = i; + element = array[i]; + while (j && comparefn(array[j - 1], element) > 0) { + array[j] = array[--j]; + } + if (j !== i++) array[j] = element; + } + return array; + }; + + var merge = function(array, left, right, comparefn) { + var llength = left.length; + var rlength = right.length; + var lindex = 0; + var rindex = 0; + + while (lindex < llength || rindex < rlength) { + array[lindex + rindex] = (lindex < llength && rindex < rlength) ? + comparefn(left[lindex], right[rindex]) <= 0 ? left[lindex++] : right[rindex++] : + lindex < llength ? left[lindex++] : right[rindex++]; + } + return array; + }; + + var arraySort = mergeSort; + + var firefox = engineUserAgent.match(/firefox\/(\d+)/i); + + var engineFfVersion = !!firefox && +firefox[1]; + + var engineIsIeOrEdge = /MSIE|Trident/.test(engineUserAgent); + + var webkit = engineUserAgent.match(/AppleWebKit\/(\d+)\./); + + var engineWebkitVersion = !!webkit && +webkit[1]; + + var test$1 = []; + var un$Sort = functionUncurryThis(test$1.sort); + var push$1 = functionUncurryThis(test$1.push); + + // IE8- + var FAILS_ON_UNDEFINED = fails(function() { + test$1.sort(undefined); + }); + // V8 bug + var FAILS_ON_NULL = fails(function() { + test$1.sort(null); + }); + // Old WebKit + var STRICT_METHOD = arrayMethodIsStrict('sort'); + + var STABLE_SORT = !fails(function() { + // feature detection can be too slow, so check engines versions + if (engineV8Version) return engineV8Version < 70; + if (engineFfVersion && engineFfVersion > 3) return; + if (engineIsIeOrEdge) return true; + if (engineWebkitVersion) return engineWebkitVersion < 603; + + var result = ''; + var code, chr, value, index; + + // generate an array with more 512 elements (Chakra and old V8 fails only in this case) + for (code = 65; code < 76; code++) { + chr = String.fromCharCode(code); + + switch (code) { + case 66: + case 69: + case 70: + case 72: + value = 3; + break; + case 68: + case 71: + value = 4; + break; + default: + value = 2; + } + + for (index = 0; index < 47; index++) { + test$1.push({ + k: chr + index, + v: value + }); + } + } + + test$1.sort(function(a, b) { + return b.v - a.v; + }); + + for (index = 0; index < test$1.length; index++) { + chr = test$1[index].k.charAt(0); + if (result.charAt(result.length - 1) !== chr) result += chr; + } + + return result !== 'DGBEFHACIJK'; + }); + + var FORCED$1 = FAILS_ON_UNDEFINED || !FAILS_ON_NULL || !STRICT_METHOD || !STABLE_SORT; + + var getSortCompare = function(comparefn) { + return function(x, y) { + if (y === undefined) return -1; + if (x === undefined) return 1; + if (comparefn !== undefined) return +comparefn(x, y) || 0; + return toString_1(x) > toString_1(y) ? 1 : -1; + }; + }; + + // `Array.prototype.sort` method + // https://tc39.es/ecma262/#sec-array.prototype.sort + _export({ + target: 'Array', + proto: true, + forced: FORCED$1 + }, { + sort: function sort(comparefn) { + if (comparefn !== undefined) aCallable(comparefn); + + var array = toObject(this); + + if (STABLE_SORT) return comparefn === undefined ? un$Sort(array) : un$Sort(array, + comparefn); + + var items = []; + var arrayLength = lengthOfArrayLike(array); + var itemsLength, index; + + for (index = 0; index < arrayLength; index++) { + if (index in array) push$1(items, array[index]); + } + + arraySort(items, getSortCompare(comparefn)); + + itemsLength = items.length; + index = 0; + + while (index < itemsLength) array[index] = items[index++]; + while (index < arrayLength) delete array[index++]; + + return array; + } + }); + + var floor = Math.floor; + var charAt$1 = functionUncurryThis(''.charAt); + var replace$1 = functionUncurryThis(''.replace); + var stringSlice$3 = functionUncurryThis(''.slice); + var SUBSTITUTION_SYMBOLS = /\$([$&'`]|\d{1,2}|<[^>]*>)/g; + var SUBSTITUTION_SYMBOLS_NO_NAMED = /\$([$&'`]|\d{1,2})/g; + + // `GetSubstitution` abstract operation + // https://tc39.es/ecma262/#sec-getsubstitution + var getSubstitution = function(matched, str, position, captures, namedCaptures, replacement) { + var tailPos = position + matched.length; + var m = captures.length; + var symbols = SUBSTITUTION_SYMBOLS_NO_NAMED; + if (namedCaptures !== undefined) { + namedCaptures = toObject(namedCaptures); + symbols = SUBSTITUTION_SYMBOLS; + } + return replace$1(replacement, symbols, function(match, ch) { + var capture; + switch (charAt$1(ch, 0)) { + case '$': + return '$'; + case '&': + return matched; + case '`': + return stringSlice$3(str, 0, position); + case "'": + return stringSlice$3(str, tailPos); + case '<': + capture = namedCaptures[stringSlice$3(ch, 1, -1)]; + break; + default: // \d\d? + var n = +ch; + if (n === 0) return match; + if (n > m) { + var f = floor(n / 10); + if (f === 0) return match; + if (f <= m) return captures[f - 1] === undefined ? charAt$1(ch, 1) : + captures[f - 1] + charAt$1(ch, 1); + return match; + } + capture = captures[n - 1]; + } + return capture === undefined ? '' : capture; + }); + }; + + var REPLACE = wellKnownSymbol('replace'); + var max$2 = Math.max; + var min$3 = Math.min; + var concat = functionUncurryThis([].concat); + var push = functionUncurryThis([].push); + var stringIndexOf$1 = functionUncurryThis(''.indexOf); + var stringSlice$2 = functionUncurryThis(''.slice); + + var maybeToString = function(it) { + return it === undefined ? it : String(it); + }; + + // IE <= 11 replaces $0 with the whole match, as if it was $& + // https://stackoverflow.com/questions/6024666/getting-ie-to-replace-a-regex-with-the-literal-string-0 + var REPLACE_KEEPS_$0 = (function() { + // eslint-disable-next-line regexp/prefer-escape-replacement-dollar-char -- required for testing + return 'a'.replace(/./, '$0') === '$0'; + })(); + + // Safari <= 13.0.3(?) substitutes nth capture where n>m with an empty string + var REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE = (function() { + if (/./ [REPLACE]) { + return /./ [REPLACE]('a', '$0') === ''; + } + return false; + })(); + + var REPLACE_SUPPORTS_NAMED_GROUPS = !fails(function() { + var re = /./; + re.exec = function() { + var result = []; + result.groups = { + a: '7' + }; + return result; + }; + // eslint-disable-next-line regexp/no-useless-dollar-replacements -- false positive + return ''.replace(re, '$') !== '7'; + }); + + // @@replace logic + fixRegexpWellKnownSymbolLogic('replace', function(_, nativeReplace, maybeCallNative) { + var UNSAFE_SUBSTITUTE = REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE ? '$' : '$0'; + + return [ + // `String.prototype.replace` method + // https://tc39.es/ecma262/#sec-string.prototype.replace + function replace(searchValue, replaceValue) { + var O = requireObjectCoercible(this); + var replacer = searchValue == undefined ? undefined : getMethod(searchValue, + REPLACE); + return replacer ? + functionCall(replacer, searchValue, O, replaceValue) : + functionCall(nativeReplace, toString_1(O), searchValue, replaceValue); + }, + // `RegExp.prototype[@@replace]` method + // https://tc39.es/ecma262/#sec-regexp.prototype-@@replace + function(string, replaceValue) { + var rx = anObject(this); + var S = toString_1(string); + + if ( + typeof replaceValue == 'string' && + stringIndexOf$1(replaceValue, UNSAFE_SUBSTITUTE) === -1 && + stringIndexOf$1(replaceValue, '$<') === -1 + ) { + var res = maybeCallNative(nativeReplace, rx, S, replaceValue); + if (res.done) return res.value; + } + + var functionalReplace = isCallable(replaceValue); + if (!functionalReplace) replaceValue = toString_1(replaceValue); + + var global = rx.global; + if (global) { + var fullUnicode = rx.unicode; + rx.lastIndex = 0; + } + var results = []; + while (true) { + var result = regexpExecAbstract(rx, S); + if (result === null) break; + + push(results, result); + if (!global) break; + + var matchStr = toString_1(result[0]); + if (matchStr === '') rx.lastIndex = advanceStringIndex(S, toLength(rx + .lastIndex), fullUnicode); + } + + var accumulatedResult = ''; + var nextSourcePosition = 0; + for (var i = 0; i < results.length; i++) { + result = results[i]; + + var matched = toString_1(result[0]); + var position = max$2(min$3(toIntegerOrInfinity(result.index), S.length), 0); + var captures = []; + // NOTE: This is equivalent to + // captures = result.slice(1).map(maybeToString) + // but for some reason `nativeSlice.call(result, 1, result.length)` (called in + // the slice polyfill when slicing native arrays) "doesn't work" in safari 9 and + // causes a crash (https://pastebin.com/N21QzeQA) when trying to debug it. + for (var j = 1; j < result.length; j++) push(captures, maybeToString(result[ + j])); + var namedCaptures = result.groups; + if (functionalReplace) { + var replacerArgs = concat([matched], captures, position, S); + if (namedCaptures !== undefined) push(replacerArgs, namedCaptures); + var replacement = toString_1(functionApply(replaceValue, undefined, + replacerArgs)); + } else { + replacement = getSubstitution(matched, S, position, captures, namedCaptures, + replaceValue); + } + if (position >= nextSourcePosition) { + accumulatedResult += stringSlice$2(S, nextSourcePosition, position) + + replacement; + nextSourcePosition = position + matched.length; + } + } + return accumulatedResult + stringSlice$2(S, nextSourcePosition); + } + ]; + }, !REPLACE_SUPPORTS_NAMED_GROUPS || !REPLACE_KEEPS_$0 || + REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE); + + var $filter = arrayIteration.filter; + + + var HAS_SPECIES_SUPPORT$3 = arrayMethodHasSpeciesSupport('filter'); + + // `Array.prototype.filter` method + // https://tc39.es/ecma262/#sec-array.prototype.filter + // with adding support of @@species + _export({ + target: 'Array', + proto: true, + forced: !HAS_SPECIES_SUPPORT$3 + }, { + filter: function filter(callbackfn /* , thisArg */ ) { + return $filter(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined); + } + }); + + // `SameValue` abstract operation + // https://tc39.es/ecma262/#sec-samevalue + // eslint-disable-next-line es/no-object-is -- safe + var sameValue = Object.is || function is(x, y) { + // eslint-disable-next-line no-self-compare -- NaN check + return x === y ? x !== 0 || 1 / x === 1 / y : x != x && y != y; + }; + + // @@search logic + fixRegexpWellKnownSymbolLogic('search', function(SEARCH, nativeSearch, maybeCallNative) { + return [ + // `String.prototype.search` method + // https://tc39.es/ecma262/#sec-string.prototype.search + function search(regexp) { + var O = requireObjectCoercible(this); + var searcher = regexp == undefined ? undefined : getMethod(regexp, SEARCH); + return searcher ? functionCall(searcher, regexp, O) : new RegExp(regexp)[SEARCH]( + toString_1(O)); + }, + // `RegExp.prototype[@@search]` method + // https://tc39.es/ecma262/#sec-regexp.prototype-@@search + function(string) { + var rx = anObject(this); + var S = toString_1(string); + var res = maybeCallNative(nativeSearch, rx, S); + + if (res.done) return res.value; + + var previousLastIndex = rx.lastIndex; + if (!sameValue(previousLastIndex, 0)) rx.lastIndex = 0; + var result = regexpExecAbstract(rx, S); + if (!sameValue(rx.lastIndex, previousLastIndex)) rx.lastIndex = previousLastIndex; + return result === null ? -1 : result.index; + } + ]; + }); + + var trim$1 = stringTrim.trim; + + + var $parseInt = global_1.parseInt; + var Symbol$1 = global_1.Symbol; + var ITERATOR$3 = Symbol$1 && Symbol$1.iterator; + var hex = /^[+-]?0x/i; + var exec$1 = functionUncurryThis(hex.exec); + var FORCED = $parseInt(whitespaces + '08') !== 8 || $parseInt(whitespaces + '0x16') !== 22 + // MS Edge 18- broken with boxed symbols + || + (ITERATOR$3 && !fails(function() { + $parseInt(Object(ITERATOR$3)); + })); + + // `parseInt` method + // https://tc39.es/ecma262/#sec-parseint-string-radix + var numberParseInt = FORCED ? function parseInt(string, radix) { + var S = trim$1(toString_1(string)); + return $parseInt(S, (radix >>> 0) || (exec$1(hex, S) ? 16 : 10)); + } : $parseInt; + + // `parseInt` method + // https://tc39.es/ecma262/#sec-parseint-string-radix + _export({ + global: true, + forced: parseInt != numberParseInt + }, { + parseInt: numberParseInt + }); + + var $map = arrayIteration.map; + + + var HAS_SPECIES_SUPPORT$2 = arrayMethodHasSpeciesSupport('map'); + + // `Array.prototype.map` method + // https://tc39.es/ecma262/#sec-array.prototype.map + // with adding support of @@species + _export({ + target: 'Array', + proto: true, + forced: !HAS_SPECIES_SUPPORT$2 + }, { + map: function map(callbackfn /* , thisArg */ ) { + return $map(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined); + } + }); + + var $findIndex = arrayIteration.findIndex; + + + var FIND_INDEX = 'findIndex'; + var SKIPS_HOLES = true; + + // Shouldn't skip holes + if (FIND_INDEX in []) Array(1)[FIND_INDEX](function() { + SKIPS_HOLES = false; + }); + + // `Array.prototype.findIndex` method + // https://tc39.es/ecma262/#sec-array.prototype.findindex + _export({ + target: 'Array', + proto: true, + forced: SKIPS_HOLES + }, { + findIndex: function findIndex(callbackfn /* , that = undefined */ ) { + return $findIndex(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined); + } + }); + + // https://tc39.es/ecma262/#sec-array.prototype-@@unscopables + addToUnscopables(FIND_INDEX); + + var String$1 = global_1.String; + var TypeError$3 = global_1.TypeError; + + var aPossiblePrototype = function(argument) { + if (typeof argument == 'object' || isCallable(argument)) return argument; + throw TypeError$3("Can't set " + String$1(argument) + ' as a prototype'); + }; + + /* eslint-disable no-proto -- safe */ + + + + + // `Object.setPrototypeOf` method + // https://tc39.es/ecma262/#sec-object.setprototypeof + // Works with __proto__ only. Old v8 can't work with null proto objects. + // eslint-disable-next-line es/no-object-setprototypeof -- safe + var objectSetPrototypeOf = Object.setPrototypeOf || ('__proto__' in {} ? function() { + var CORRECT_SETTER = false; + var test = {}; + var setter; + try { + // eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe + setter = functionUncurryThis(Object.getOwnPropertyDescriptor(Object.prototype, '__proto__') + .set); + setter(test, []); + CORRECT_SETTER = test instanceof Array; + } catch (error) { + /* empty */ + } + return function setPrototypeOf(O, proto) { + anObject(O); + aPossiblePrototype(proto); + if (CORRECT_SETTER) setter(O, proto); + else O.__proto__ = proto; + return O; + }; + }() : undefined); + + // makes subclassing work correct for wrapped built-ins + var inheritIfRequired = function($this, dummy, Wrapper) { + var NewTarget, NewTargetPrototype; + if ( + // it can work only with native `setPrototypeOf` + objectSetPrototypeOf && + // we haven't completely correct pre-ES6 way for getting `new.target`, so use this + isCallable(NewTarget = dummy.constructor) && + NewTarget !== Wrapper && + isObject(NewTargetPrototype = NewTarget.prototype) && + NewTargetPrototype !== Wrapper.prototype + ) objectSetPrototypeOf($this, NewTargetPrototype); + return $this; + }; + + var SPECIES$1 = wellKnownSymbol('species'); + + var setSpecies = function(CONSTRUCTOR_NAME) { + var Constructor = getBuiltIn(CONSTRUCTOR_NAME); + var defineProperty = objectDefineProperty.f; + + if (descriptors && Constructor && !Constructor[SPECIES$1]) { + defineProperty(Constructor, SPECIES$1, { + configurable: true, + get: function() { + return this; + } + }); + } + }; + + var defineProperty$3 = objectDefineProperty.f; + var getOwnPropertyNames$1 = objectGetOwnPropertyNames.f; + + + + + + + + + var enforceInternalState = internalState.enforce; + + + + + + var MATCH = wellKnownSymbol('match'); + var NativeRegExp = global_1.RegExp; + var RegExpPrototype$1 = NativeRegExp.prototype; + var SyntaxError = global_1.SyntaxError; + var getFlags$1 = functionUncurryThis(regexpFlags); + var exec = functionUncurryThis(RegExpPrototype$1.exec); + var charAt = functionUncurryThis(''.charAt); + var replace = functionUncurryThis(''.replace); + var stringIndexOf = functionUncurryThis(''.indexOf); + var stringSlice$1 = functionUncurryThis(''.slice); + // TODO: Use only propper RegExpIdentifierName + var IS_NCG = /^\?<[^\s\d!#%&*+<=>@^][^\s!#%&*+<=>@^]*>/; + var re1 = /a/g; + var re2 = /a/g; + + // "new" should create a new object, old webkit bug + var CORRECT_NEW = new NativeRegExp(re1) !== re1; + + var MISSED_STICKY = regexpStickyHelpers.MISSED_STICKY; + var UNSUPPORTED_Y = regexpStickyHelpers.UNSUPPORTED_Y; + + var BASE_FORCED = descriptors && + (!CORRECT_NEW || MISSED_STICKY || regexpUnsupportedDotAll || regexpUnsupportedNcg || fails(function() { + re2[MATCH] = false; + // RegExp constructor can alter flags and IsRegExp works correct with @@match + return NativeRegExp(re1) != re1 || NativeRegExp(re2) == re2 || NativeRegExp(re1, 'i') != + '/a/i'; + })); + + var handleDotAll = function(string) { + var length = string.length; + var index = 0; + var result = ''; + var brackets = false; + var chr; + for (; index <= length; index++) { + chr = charAt(string, index); + if (chr === '\\') { + result += chr + charAt(string, ++index); + continue; + } + if (!brackets && chr === '.') { + result += '[\\s\\S]'; + } else { + if (chr === '[') { + brackets = true; + } else if (chr === ']') { + brackets = false; + } + result += chr; + } + } + return result; + }; + + var handleNCG = function(string) { + var length = string.length; + var index = 0; + var result = ''; + var named = []; + var names = {}; + var brackets = false; + var ncg = false; + var groupid = 0; + var groupname = ''; + var chr; + for (; index <= length; index++) { + chr = charAt(string, index); + if (chr === '\\') { + chr = chr + charAt(string, ++index); + } else if (chr === ']') { + brackets = false; + } else if (!brackets) switch (true) { + case chr === '[': + brackets = true; + break; + case chr === '(': + if (exec(IS_NCG, stringSlice$1(string, index + 1))) { + index += 2; + ncg = true; + } + result += chr; + groupid++; + continue; + case chr === '>' && ncg: + if (groupname === '' || hasOwnProperty_1(names, groupname)) { + throw new SyntaxError('Invalid capture group name'); + } + names[groupname] = true; + named[named.length] = [groupname, groupid]; + ncg = false; + groupname = ''; + continue; + } + if (ncg) groupname += chr; + else result += chr; + } + return [result, named]; + }; + + // `RegExp` constructor + // https://tc39.es/ecma262/#sec-regexp-constructor + if (isForced_1('RegExp', BASE_FORCED)) { + var RegExpWrapper = function RegExp(pattern, flags) { + var thisIsRegExp = objectIsPrototypeOf(RegExpPrototype$1, this); + var patternIsRegExp = isRegexp(pattern); + var flagsAreUndefined = flags === undefined; + var groups = []; + var rawPattern = pattern; + var rawFlags, dotAll, sticky, handled, result, state; + + if (!thisIsRegExp && patternIsRegExp && flagsAreUndefined && pattern.constructor === + RegExpWrapper) { + return pattern; + } + + if (patternIsRegExp || objectIsPrototypeOf(RegExpPrototype$1, pattern)) { + pattern = pattern.source; + if (flagsAreUndefined) flags = 'flags' in rawPattern ? rawPattern.flags : getFlags$1( + rawPattern); + } + + pattern = pattern === undefined ? '' : toString_1(pattern); + flags = flags === undefined ? '' : toString_1(flags); + rawPattern = pattern; + + if (regexpUnsupportedDotAll && 'dotAll' in re1) { + dotAll = !!flags && stringIndexOf(flags, 's') > -1; + if (dotAll) flags = replace(flags, /s/g, ''); + } + + rawFlags = flags; + + if (MISSED_STICKY && 'sticky' in re1) { + sticky = !!flags && stringIndexOf(flags, 'y') > -1; + if (sticky && UNSUPPORTED_Y) flags = replace(flags, /y/g, ''); + } + + if (regexpUnsupportedNcg) { + handled = handleNCG(pattern); + pattern = handled[0]; + groups = handled[1]; + } + + result = inheritIfRequired(NativeRegExp(pattern, flags), thisIsRegExp ? this : + RegExpPrototype$1, RegExpWrapper); + + if (dotAll || sticky || groups.length) { + state = enforceInternalState(result); + if (dotAll) { + state.dotAll = true; + state.raw = RegExpWrapper(handleDotAll(pattern), rawFlags); + } + if (sticky) state.sticky = true; + if (groups.length) state.groups = groups; + } + + if (pattern !== rawPattern) try { + // fails in old engines, but we have no alternatives for unsupported regex syntax + createNonEnumerableProperty(result, 'source', rawPattern === '' ? '(?:)' : rawPattern); + } catch (error) { + /* empty */ + } + + return result; + }; + + var proxy = function(key) { + key in RegExpWrapper || defineProperty$3(RegExpWrapper, key, { + configurable: true, + get: function() { + return NativeRegExp[key]; + }, + set: function(it) { + NativeRegExp[key] = it; + } + }); + }; + + for (var keys$1 = getOwnPropertyNames$1(NativeRegExp), index = 0; keys$1.length > index;) { + proxy(keys$1[index++]); + } + + RegExpPrototype$1.constructor = RegExpWrapper; + RegExpWrapper.prototype = RegExpPrototype$1; + redefine(global_1, 'RegExp', RegExpWrapper); + } + + // https://tc39.es/ecma262/#sec-get-regexp-@@species + setSpecies('RegExp'); + + var PROPER_FUNCTION_NAME$1 = functionName.PROPER; + + + + + + + + var TO_STRING = 'toString'; + var RegExpPrototype = RegExp.prototype; + var n$ToString = RegExpPrototype[TO_STRING]; + var getFlags = functionUncurryThis(regexpFlags); + + var NOT_GENERIC = fails(function() { + return n$ToString.call({ + source: 'a', + flags: 'b' + }) != '/a/b'; + }); + // FF44- RegExp#toString has a wrong name + var INCORRECT_NAME = PROPER_FUNCTION_NAME$1 && n$ToString.name != TO_STRING; + + // `RegExp.prototype.toString` method + // https://tc39.es/ecma262/#sec-regexp.prototype.tostring + if (NOT_GENERIC || INCORRECT_NAME) { + redefine(RegExp.prototype, TO_STRING, function toString() { + var R = anObject(this); + var p = toString_1(R.source); + var rf = R.flags; + var f = toString_1(rf === undefined && objectIsPrototypeOf(RegExpPrototype, R) && !( + 'flags' in RegExpPrototype) ? getFlags(R) : rf); + return '/' + p + '/' + f; + }, { + unsafe: true + }); + } + + var arraySlice$1 = functionUncurryThis([].slice); + + var HAS_SPECIES_SUPPORT$1 = arrayMethodHasSpeciesSupport('slice'); + + var SPECIES = wellKnownSymbol('species'); + var Array$1 = global_1.Array; + var max$1 = Math.max; + + // `Array.prototype.slice` method + // https://tc39.es/ecma262/#sec-array.prototype.slice + // fallback for not array-like ES3 strings and DOM objects + _export({ + target: 'Array', + proto: true, + forced: !HAS_SPECIES_SUPPORT$1 + }, { + slice: function slice(start, end) { + var O = toIndexedObject(this); + var length = lengthOfArrayLike(O); + var k = toAbsoluteIndex(start, length); + var fin = toAbsoluteIndex(end === undefined ? length : end, length); + // inline `ArraySpeciesCreate` for usage native `Array#slice` where it's possible + var Constructor, result, n; + if (isArray(O)) { + Constructor = O.constructor; + // cross-realm fallback + if (isConstructor(Constructor) && (Constructor === Array$1 || isArray(Constructor + .prototype))) { + Constructor = undefined; + } else if (isObject(Constructor)) { + Constructor = Constructor[SPECIES]; + if (Constructor === null) Constructor = undefined; + } + if (Constructor === Array$1 || Constructor === undefined) { + return arraySlice$1(O, k, fin); + } + } + result = new(Constructor === undefined ? Array$1 : Constructor)(max$1(fin - k, 0)); + for (n = 0; k < fin; k++, n++) + if (k in O) createProperty(result, n, O[k]); + result.length = n; + return result; + } + }); + + var iterators = {}; + + var correctPrototypeGetter = !fails(function() { + function F() { + /* empty */ + } + F.prototype.constructor = null; + // eslint-disable-next-line es/no-object-getprototypeof -- required for testing + return Object.getPrototypeOf(new F()) !== F.prototype; + }); + + var IE_PROTO = sharedKey('IE_PROTO'); + var Object$1 = global_1.Object; + var ObjectPrototype = Object$1.prototype; + + // `Object.getPrototypeOf` method + // https://tc39.es/ecma262/#sec-object.getprototypeof + var objectGetPrototypeOf = correctPrototypeGetter ? Object$1.getPrototypeOf : function(O) { + var object = toObject(O); + if (hasOwnProperty_1(object, IE_PROTO)) return object[IE_PROTO]; + var constructor = object.constructor; + if (isCallable(constructor) && object instanceof constructor) { + return constructor.prototype; + } + return object instanceof Object$1 ? ObjectPrototype : null; + }; + + var ITERATOR$2 = wellKnownSymbol('iterator'); + var BUGGY_SAFARI_ITERATORS$1 = false; + + // `%IteratorPrototype%` object + // https://tc39.es/ecma262/#sec-%iteratorprototype%-object + var IteratorPrototype$2, PrototypeOfArrayIteratorPrototype, arrayIterator; + + /* eslint-disable es/no-array-prototype-keys -- safe */ + if ([].keys) { + arrayIterator = [].keys(); + // Safari 8 has buggy iterators w/o `next` + if (!('next' in arrayIterator)) BUGGY_SAFARI_ITERATORS$1 = true; + else { + PrototypeOfArrayIteratorPrototype = objectGetPrototypeOf(objectGetPrototypeOf(arrayIterator)); + if (PrototypeOfArrayIteratorPrototype !== Object.prototype) IteratorPrototype$2 = + PrototypeOfArrayIteratorPrototype; + } + } + + var NEW_ITERATOR_PROTOTYPE = IteratorPrototype$2 == undefined || fails(function() { + var test = {}; + // FF44- legacy iterators case + return IteratorPrototype$2[ITERATOR$2].call(test) !== test; + }); + + if (NEW_ITERATOR_PROTOTYPE) IteratorPrototype$2 = {}; + + // `%IteratorPrototype%[@@iterator]()` method + // https://tc39.es/ecma262/#sec-%iteratorprototype%-@@iterator + if (!isCallable(IteratorPrototype$2[ITERATOR$2])) { + redefine(IteratorPrototype$2, ITERATOR$2, function() { + return this; + }); + } + + var iteratorsCore = { + IteratorPrototype: IteratorPrototype$2, + BUGGY_SAFARI_ITERATORS: BUGGY_SAFARI_ITERATORS$1 + }; + + var defineProperty$2 = objectDefineProperty.f; + + + + var TO_STRING_TAG$1 = wellKnownSymbol('toStringTag'); + + var setToStringTag = function(target, TAG, STATIC) { + if (target && !STATIC) target = target.prototype; + if (target && !hasOwnProperty_1(target, TO_STRING_TAG$1)) { + defineProperty$2(target, TO_STRING_TAG$1, { + configurable: true, + value: TAG + }); + } + }; + + var IteratorPrototype$1 = iteratorsCore.IteratorPrototype; + + + + + + var returnThis$1 = function() { + return this; + }; + + var createIteratorConstructor = function(IteratorConstructor, NAME, next, ENUMERABLE_NEXT) { + var TO_STRING_TAG = NAME + ' Iterator'; + IteratorConstructor.prototype = objectCreate(IteratorPrototype$1, { + next: createPropertyDescriptor(+!ENUMERABLE_NEXT, next) + }); + setToStringTag(IteratorConstructor, TO_STRING_TAG, false); + iterators[TO_STRING_TAG] = returnThis$1; + return IteratorConstructor; + }; + + var PROPER_FUNCTION_NAME = functionName.PROPER; + var CONFIGURABLE_FUNCTION_NAME = functionName.CONFIGURABLE; + var IteratorPrototype = iteratorsCore.IteratorPrototype; + var BUGGY_SAFARI_ITERATORS = iteratorsCore.BUGGY_SAFARI_ITERATORS; + var ITERATOR$1 = wellKnownSymbol('iterator'); + var KEYS = 'keys'; + var VALUES = 'values'; + var ENTRIES = 'entries'; + + var returnThis = function() { + return this; + }; + + var defineIterator = function(Iterable, NAME, IteratorConstructor, next, DEFAULT, IS_SET, FORCED) { + createIteratorConstructor(IteratorConstructor, NAME, next); + + var getIterationMethod = function(KIND) { + if (KIND === DEFAULT && defaultIterator) return defaultIterator; + if (!BUGGY_SAFARI_ITERATORS && KIND in IterablePrototype) return IterablePrototype[KIND]; + switch (KIND) { + case KEYS: + return function keys() { + return new IteratorConstructor(this, KIND); + }; + case VALUES: + return function values() { + return new IteratorConstructor(this, KIND); + }; + case ENTRIES: + return function entries() { + return new IteratorConstructor(this, KIND); + }; + } + return function() { + return new IteratorConstructor(this); + }; + }; + + var TO_STRING_TAG = NAME + ' Iterator'; + var INCORRECT_VALUES_NAME = false; + var IterablePrototype = Iterable.prototype; + var nativeIterator = IterablePrototype[ITERATOR$1] || + IterablePrototype['@@iterator'] || + DEFAULT && IterablePrototype[DEFAULT]; + var defaultIterator = !BUGGY_SAFARI_ITERATORS && nativeIterator || getIterationMethod(DEFAULT); + var anyNativeIterator = NAME == 'Array' ? IterablePrototype.entries || nativeIterator : + nativeIterator; + var CurrentIteratorPrototype, methods, KEY; + + // fix native + if (anyNativeIterator) { + CurrentIteratorPrototype = objectGetPrototypeOf(anyNativeIterator.call(new Iterable())); + if (CurrentIteratorPrototype !== Object.prototype && CurrentIteratorPrototype.next) { + if (objectGetPrototypeOf(CurrentIteratorPrototype) !== IteratorPrototype) { + if (objectSetPrototypeOf) { + objectSetPrototypeOf(CurrentIteratorPrototype, IteratorPrototype); + } else if (!isCallable(CurrentIteratorPrototype[ITERATOR$1])) { + redefine(CurrentIteratorPrototype, ITERATOR$1, returnThis); + } + } + // Set @@toStringTag to native iterators + setToStringTag(CurrentIteratorPrototype, TO_STRING_TAG, true); + } + } + + // fix Array.prototype.{ values, @@iterator }.name in V8 / FF + if (PROPER_FUNCTION_NAME && DEFAULT == VALUES && nativeIterator && nativeIterator.name !== VALUES) { + if (CONFIGURABLE_FUNCTION_NAME) { + createNonEnumerableProperty(IterablePrototype, 'name', VALUES); + } else { + INCORRECT_VALUES_NAME = true; + defaultIterator = function values() { + return functionCall(nativeIterator, this); + }; + } + } + + // export additional methods + if (DEFAULT) { + methods = { + values: getIterationMethod(VALUES), + keys: IS_SET ? defaultIterator : getIterationMethod(KEYS), + entries: getIterationMethod(ENTRIES) + }; + if (FORCED) + for (KEY in methods) { + if (BUGGY_SAFARI_ITERATORS || INCORRECT_VALUES_NAME || !(KEY in IterablePrototype)) { + redefine(IterablePrototype, KEY, methods[KEY]); + } + } else _export({ + target: NAME, + proto: true, + forced: BUGGY_SAFARI_ITERATORS || INCORRECT_VALUES_NAME + }, methods); + } + + // define iterator + if (IterablePrototype[ITERATOR$1] !== defaultIterator) { + redefine(IterablePrototype, ITERATOR$1, defaultIterator, { + name: DEFAULT + }); + } + iterators[NAME] = defaultIterator; + + return methods; + }; + + var defineProperty$1 = objectDefineProperty.f; + + + + + var ARRAY_ITERATOR = 'Array Iterator'; + var setInternalState = internalState.set; + var getInternalState = internalState.getterFor(ARRAY_ITERATOR); + + // `Array.prototype.entries` method + // https://tc39.es/ecma262/#sec-array.prototype.entries + // `Array.prototype.keys` method + // https://tc39.es/ecma262/#sec-array.prototype.keys + // `Array.prototype.values` method + // https://tc39.es/ecma262/#sec-array.prototype.values + // `Array.prototype[@@iterator]` method + // https://tc39.es/ecma262/#sec-array.prototype-@@iterator + // `CreateArrayIterator` internal method + // https://tc39.es/ecma262/#sec-createarrayiterator + var es_array_iterator = defineIterator(Array, 'Array', function(iterated, kind) { + setInternalState(this, { + type: ARRAY_ITERATOR, + target: toIndexedObject(iterated), // target + index: 0, // next index + kind: kind // kind + }); + // `%ArrayIteratorPrototype%.next` method + // https://tc39.es/ecma262/#sec-%arrayiteratorprototype%.next + }, function() { + var state = getInternalState(this); + var target = state.target; + var kind = state.kind; + var index = state.index++; + if (!target || index >= target.length) { + state.target = undefined; + return { + value: undefined, + done: true + }; + } + if (kind == 'keys') return { + value: index, + done: false + }; + if (kind == 'values') return { + value: target[index], + done: false + }; + return { + value: [index, target[index]], + done: false + }; + }, 'values'); + + // argumentsList[@@iterator] is %ArrayProto_values% + // https://tc39.es/ecma262/#sec-createunmappedargumentsobject + // https://tc39.es/ecma262/#sec-createmappedargumentsobject + var values = iterators.Arguments = iterators.Array; + + // https://tc39.es/ecma262/#sec-array.prototype-@@unscopables + addToUnscopables('keys'); + addToUnscopables('values'); + addToUnscopables('entries'); + + // V8 ~ Chrome 45- bug + if (descriptors && values.name !== 'values') try { + defineProperty$1(values, 'name', { + value: 'values' + }); + } catch (error) { + /* empty */ + } + + var ITERATOR = wellKnownSymbol('iterator'); + var TO_STRING_TAG = wellKnownSymbol('toStringTag'); + var ArrayValues = es_array_iterator.values; + + var handlePrototype = function(CollectionPrototype, COLLECTION_NAME) { + if (CollectionPrototype) { + // some Chrome versions have non-configurable methods on DOMTokenList + if (CollectionPrototype[ITERATOR] !== ArrayValues) try { + createNonEnumerableProperty(CollectionPrototype, ITERATOR, ArrayValues); + } catch (error) { + CollectionPrototype[ITERATOR] = ArrayValues; + } + if (!CollectionPrototype[TO_STRING_TAG]) { + createNonEnumerableProperty(CollectionPrototype, TO_STRING_TAG, COLLECTION_NAME); + } + if (domIterables[COLLECTION_NAME]) + for (var METHOD_NAME in es_array_iterator) { + // some Chrome versions have non-configurable methods on DOMTokenList + if (CollectionPrototype[METHOD_NAME] !== es_array_iterator[METHOD_NAME]) try { + createNonEnumerableProperty(CollectionPrototype, METHOD_NAME, es_array_iterator[ + METHOD_NAME]); + } catch (error) { + CollectionPrototype[METHOD_NAME] = es_array_iterator[METHOD_NAME]; + } + } + } + }; + + for (var COLLECTION_NAME in domIterables) { + handlePrototype(global_1[COLLECTION_NAME] && global_1[COLLECTION_NAME].prototype, COLLECTION_NAME); + } + + handlePrototype(domTokenListPrototype, 'DOMTokenList'); + + var HAS_SPECIES_SUPPORT = arrayMethodHasSpeciesSupport('splice'); + + var TypeError$2 = global_1.TypeError; + var max = Math.max; + var min$2 = Math.min; + var MAX_SAFE_INTEGER = 0x1FFFFFFFFFFFFF; + var MAXIMUM_ALLOWED_LENGTH_EXCEEDED = 'Maximum allowed length exceeded'; + + // `Array.prototype.splice` method + // https://tc39.es/ecma262/#sec-array.prototype.splice + // with adding support of @@species + _export({ + target: 'Array', + proto: true, + forced: !HAS_SPECIES_SUPPORT + }, { + splice: function splice(start, deleteCount /* , ...items */ ) { + var O = toObject(this); + var len = lengthOfArrayLike(O); + var actualStart = toAbsoluteIndex(start, len); + var argumentsLength = arguments.length; + var insertCount, actualDeleteCount, A, k, from, to; + if (argumentsLength === 0) { + insertCount = actualDeleteCount = 0; + } else if (argumentsLength === 1) { + insertCount = 0; + actualDeleteCount = len - actualStart; + } else { + insertCount = argumentsLength - 2; + actualDeleteCount = min$2(max(toIntegerOrInfinity(deleteCount), 0), len - + actualStart); + } + if (len + insertCount - actualDeleteCount > MAX_SAFE_INTEGER) { + throw TypeError$2(MAXIMUM_ALLOWED_LENGTH_EXCEEDED); + } + A = arraySpeciesCreate(O, actualDeleteCount); + for (k = 0; k < actualDeleteCount; k++) { + from = actualStart + k; + if (from in O) createProperty(A, k, O[from]); + } + A.length = actualDeleteCount; + if (insertCount < actualDeleteCount) { + for (k = actualStart; k < len - actualDeleteCount; k++) { + from = k + actualDeleteCount; + to = k + insertCount; + if (from in O) O[to] = O[from]; + else delete O[to]; + } + for (k = len; k > len - actualDeleteCount + insertCount; k--) delete O[k - 1]; + } else if (insertCount > actualDeleteCount) { + for (k = len - actualDeleteCount; k > actualStart; k--) { + from = k + actualDeleteCount - 1; + to = k + insertCount - 1; + if (from in O) O[to] = O[from]; + else delete O[to]; + } + } + for (k = 0; k < insertCount; k++) { + O[k + actualStart] = arguments[k + 2]; + } + O.length = len - actualDeleteCount + insertCount; + return A; + } + }); + + // `thisNumberValue` abstract operation + // https://tc39.es/ecma262/#sec-thisnumbervalue + var thisNumberValue = functionUncurryThis(1.0.valueOf); + + var getOwnPropertyNames = objectGetOwnPropertyNames.f; + var getOwnPropertyDescriptor$2 = objectGetOwnPropertyDescriptor.f; + var defineProperty = objectDefineProperty.f; + + var trim = stringTrim.trim; + + var NUMBER = 'Number'; + var NativeNumber = global_1[NUMBER]; + var NumberPrototype = NativeNumber.prototype; + var TypeError$1 = global_1.TypeError; + var arraySlice = functionUncurryThis(''.slice); + var charCodeAt = functionUncurryThis(''.charCodeAt); + + // `ToNumeric` abstract operation + // https://tc39.es/ecma262/#sec-tonumeric + var toNumeric = function(value) { + var primValue = toPrimitive(value, 'number'); + return typeof primValue == 'bigint' ? primValue : toNumber(primValue); + }; + + // `ToNumber` abstract operation + // https://tc39.es/ecma262/#sec-tonumber + var toNumber = function(argument) { + var it = toPrimitive(argument, 'number'); + var first, third, radix, maxCode, digits, length, index, code; + if (isSymbol(it)) throw TypeError$1('Cannot convert a Symbol value to a number'); + if (typeof it == 'string' && it.length > 2) { + it = trim(it); + first = charCodeAt(it, 0); + if (first === 43 || first === 45) { + third = charCodeAt(it, 2); + if (third === 88 || third === 120) return NaN; // Number('+0x1') should be NaN, old V8 fix + } else if (first === 48) { + switch (charCodeAt(it, 1)) { + case 66: + case 98: + radix = 2; + maxCode = 49; + break; // fast equal of /^0b[01]+$/i + case 79: + case 111: + radix = 8; + maxCode = 55; + break; // fast equal of /^0o[0-7]+$/i + default: + return +it; + } + digits = arraySlice(it, 2); + length = digits.length; + for (index = 0; index < length; index++) { + code = charCodeAt(digits, index); + // parseInt parses a string to a first unavailable symbol + // but ToNumber should return NaN if a string contains unavailable symbols + if (code < 48 || code > maxCode) return NaN; + } + return parseInt(digits, radix); + } + } + return +it; + }; + + // `Number` constructor + // https://tc39.es/ecma262/#sec-number-constructor + if (isForced_1(NUMBER, !NativeNumber(' 0o1') || !NativeNumber('0b1') || NativeNumber('+0x1'))) { + var NumberWrapper = function Number(value) { + var n = arguments.length < 1 ? 0 : NativeNumber(toNumeric(value)); + var dummy = this; + // check on 1..constructor(foo) case + return objectIsPrototypeOf(NumberPrototype, dummy) && fails(function() { + thisNumberValue(dummy); + }) ? + inheritIfRequired(Object(n), dummy, NumberWrapper) : n; + }; + for (var keys = descriptors ? getOwnPropertyNames(NativeNumber) : ( + // ES3: + 'MAX_VALUE,MIN_VALUE,NaN,NEGATIVE_INFINITY,POSITIVE_INFINITY,' + + // ES2015 (in case, if modules with ES2015 Number statics required before): + 'EPSILON,MAX_SAFE_INTEGER,MIN_SAFE_INTEGER,isFinite,isInteger,isNaN,isSafeInteger,parseFloat,parseInt,' + + // ESNext + 'fromString,range' + ).split(','), j = 0, key; keys.length > j; j++) { + if (hasOwnProperty_1(NativeNumber, key = keys[j]) && !hasOwnProperty_1(NumberWrapper, key)) { + defineProperty(NumberWrapper, key, getOwnPropertyDescriptor$2(NativeNumber, key)); + } + } + NumberWrapper.prototype = NumberPrototype; + NumberPrototype.constructor = NumberWrapper; + redefine(global_1, NUMBER, NumberWrapper); + } + + var un$Reverse = functionUncurryThis([].reverse); + var test = [1, 2]; + + // `Array.prototype.reverse` method + // https://tc39.es/ecma262/#sec-array.prototype.reverse + // fix for Safari 12.0 bug + // https://bugs.webkit.org/show_bug.cgi?id=188794 + _export({ + target: 'Array', + proto: true, + forced: String(test) === String(test.reverse()) + }, { + reverse: function reverse() { + // eslint-disable-next-line no-self-assign -- dirty hack + if (isArray(this)) this.length = this.length; + return un$Reverse(this); + } + }); + + var FAILS_ON_PRIMITIVES = fails(function() { + objectKeys(1); + }); + + // `Object.keys` method + // https://tc39.es/ecma262/#sec-object.keys + _export({ + target: 'Object', + stat: true, + forced: FAILS_ON_PRIMITIVES + }, { + keys: function keys(it) { + return objectKeys(toObject(it)); + } + }); + + // @@match logic + fixRegexpWellKnownSymbolLogic('match', function(MATCH, nativeMatch, maybeCallNative) { + return [ + // `String.prototype.match` method + // https://tc39.es/ecma262/#sec-string.prototype.match + function match(regexp) { + var O = requireObjectCoercible(this); + var matcher = regexp == undefined ? undefined : getMethod(regexp, MATCH); + return matcher ? functionCall(matcher, regexp, O) : new RegExp(regexp)[MATCH]( + toString_1(O)); + }, + // `RegExp.prototype[@@match]` method + // https://tc39.es/ecma262/#sec-regexp.prototype-@@match + function(string) { + var rx = anObject(this); + var S = toString_1(string); + var res = maybeCallNative(nativeMatch, rx, S); + + if (res.done) return res.value; + + if (!rx.global) return regexpExecAbstract(rx, S); + + var fullUnicode = rx.unicode; + rx.lastIndex = 0; + var A = []; + var n = 0; + var result; + while ((result = regexpExecAbstract(rx, S)) !== null) { + var matchStr = toString_1(result[0]); + A[n] = matchStr; + if (matchStr === '') rx.lastIndex = advanceStringIndex(S, toLength(rx + .lastIndex), fullUnicode); + n++; + } + return n === 0 ? null : A; + } + ]; + }); + + var getOwnPropertyDescriptor$1 = objectGetOwnPropertyDescriptor.f; + + + + + + + + // eslint-disable-next-line es/no-string-prototype-startswith -- safe + var un$StartsWith = functionUncurryThis(''.startsWith); + var stringSlice = functionUncurryThis(''.slice); + var min$1 = Math.min; + + var CORRECT_IS_REGEXP_LOGIC$1 = correctIsRegexpLogic('startsWith'); + // https://github.com/zloirock/core-js/pull/702 + var MDN_POLYFILL_BUG$1 = !CORRECT_IS_REGEXP_LOGIC$1 && !! function() { + var descriptor = getOwnPropertyDescriptor$1(String.prototype, 'startsWith'); + return descriptor && !descriptor.writable; + }(); + + // `String.prototype.startsWith` method + // https://tc39.es/ecma262/#sec-string.prototype.startswith + _export({ + target: 'String', + proto: true, + forced: !MDN_POLYFILL_BUG$1 && !CORRECT_IS_REGEXP_LOGIC$1 + }, { + startsWith: function startsWith(searchString /* , position = 0 */ ) { + var that = toString_1(requireObjectCoercible(this)); + notARegexp(searchString); + var index = toLength(min$1(arguments.length > 1 ? arguments[1] : undefined, that + .length)); + var search = toString_1(searchString); + return un$StartsWith ? + un$StartsWith(that, search, index) : + stringSlice(that, index, index + search.length) === search; + } + }); + + var getOwnPropertyDescriptor = objectGetOwnPropertyDescriptor.f; + + + + + + + + // eslint-disable-next-line es/no-string-prototype-endswith -- safe + var un$EndsWith = functionUncurryThis(''.endsWith); + var slice = functionUncurryThis(''.slice); + var min = Math.min; + + var CORRECT_IS_REGEXP_LOGIC = correctIsRegexpLogic('endsWith'); + // https://github.com/zloirock/core-js/pull/702 + var MDN_POLYFILL_BUG = !CORRECT_IS_REGEXP_LOGIC && !! function() { + var descriptor = getOwnPropertyDescriptor(String.prototype, 'endsWith'); + return descriptor && !descriptor.writable; + }(); + + // `String.prototype.endsWith` method + // https://tc39.es/ecma262/#sec-string.prototype.endswith + _export({ + target: 'String', + proto: true, + forced: !MDN_POLYFILL_BUG && !CORRECT_IS_REGEXP_LOGIC + }, { + endsWith: function endsWith(searchString /* , endPosition = @length */ ) { + var that = toString_1(requireObjectCoercible(this)); + notARegexp(searchString); + var endPosition = arguments.length > 1 ? arguments[1] : undefined; + var len = that.length; + var end = endPosition === undefined ? len : min(toLength(endPosition), len); + var search = toString_1(searchString); + return un$EndsWith ? + un$EndsWith(that, search, end) : + slice(that, end - search.length, end) === search; + } + }); + + var Utils = { + getBootstrapVersion: function getBootstrapVersion() { + var bootstrapVersion = 5; + + try { + var rawVersion = $__default["default"].fn.dropdown.Constructor + .VERSION; // Only try to parse VERSION if it is defined. + // It is undefined in older versions of Bootstrap (tested with 3.1.1). + + if (rawVersion !== undefined) { + bootstrapVersion = parseInt(rawVersion, 10); + } + } catch (e) { // ignore + } + + try { + // eslint-disable-next-line no-undef + var _rawVersion = bootstrap.Tooltip.VERSION; + + if (_rawVersion !== undefined) { + bootstrapVersion = parseInt(_rawVersion, 10); + } + } catch (e) { // ignore + } + + return bootstrapVersion; + }, + getIconsPrefix: function getIconsPrefix(theme) { + return { + bootstrap3: 'glyphicon', + bootstrap4: 'fa', + bootstrap5: 'bi', + 'bootstrap-table': 'icon', + bulma: 'fa', + foundation: 'fa', + materialize: 'material-icons', + semantic: 'fa' + } [theme] || 'fa'; + }, + getIcons: function getIcons(prefix) { + return { + glyphicon: { + paginationSwitchDown: 'glyphicon-collapse-down icon-chevron-down', + paginationSwitchUp: 'glyphicon-collapse-up icon-chevron-up', + refresh: 'glyphicon-refresh icon-refresh', + toggleOff: 'glyphicon-list-alt icon-list-alt', + toggleOn: 'glyphicon-list-alt icon-list-alt', + columns: 'glyphicon-th icon-th', + detailOpen: 'glyphicon-plus icon-plus', + detailClose: 'glyphicon-minus icon-minus', + fullscreen: 'glyphicon-fullscreen', + search: 'glyphicon-search', + clearSearch: 'glyphicon-trash' + }, + fa: { + paginationSwitchDown: 'fa-caret-square-down', + paginationSwitchUp: 'fa-caret-square-up', + refresh: 'fa-sync', + toggleOff: 'fa-toggle-off', + toggleOn: 'fa-toggle-on', + columns: 'fa-th-list', + detailOpen: 'fa-plus', + detailClose: 'fa-minus', + fullscreen: 'fa-arrows-alt', + search: 'fa-search', + clearSearch: 'fa-trash' + }, + bi: { + paginationSwitchDown: 'bi-caret-down-square', + paginationSwitchUp: 'bi-caret-up-square', + refresh: 'bi-arrow-clockwise', + toggleOff: 'bi-toggle-off', + toggleOn: 'bi-toggle-on', + columns: 'bi-list-ul', + detailOpen: 'bi-plus', + detailClose: 'bi-dash', + fullscreen: 'bi-arrows-move', + search: 'bi-search', + clearSearch: 'bi-trash' + }, + icon: { + paginationSwitchDown: 'icon-arrow-up-circle', + paginationSwitchUp: 'icon-arrow-down-circle', + refresh: 'icon-refresh-cw', + toggleOff: 'icon-toggle-right', + toggleOn: 'icon-toggle-right', + columns: 'icon-list', + detailOpen: 'icon-plus', + detailClose: 'icon-minus', + fullscreen: 'icon-maximize', + search: 'icon-search', + clearSearch: 'icon-trash-2' + }, + 'material-icons': { + paginationSwitchDown: 'grid_on', + paginationSwitchUp: 'grid_off', + refresh: 'refresh', + toggleOff: 'tablet', + toggleOn: 'tablet_android', + columns: 'view_list', + detailOpen: 'add', + detailClose: 'remove', + fullscreen: 'fullscreen', + sort: 'sort', + search: 'search', + clearSearch: 'delete' + } + } [prefix]; + }, + getSearchInput: function getSearchInput(that) { + if (typeof that.options.searchSelector === 'string') { + return $__default["default"](that.options.searchSelector); + } + + return that.$toolbar.find('.search input'); + }, + // it only does '%s', and return '' when arguments are undefined + sprintf: function sprintf(_str) { + for (var _len = arguments.length, args = new Array(_len > 1 ? _len - 1 : 0), _key = + 1; _key < _len; _key++) { + args[_key - 1] = arguments[_key]; + } + + var flag = true; + var i = 0; + + var str = _str.replace(/%s/g, function() { + var arg = args[i++]; + + if (typeof arg === 'undefined') { + flag = false; + return ''; + } + + return arg; + }); + + return flag ? str : ''; + }, + isObject: function isObject(val) { + return val instanceof Object && !Array.isArray(val); + }, + isEmptyObject: function isEmptyObject() { + var obj = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {}; + return Object.entries(obj).length === 0 && obj.constructor === Object; + }, + isNumeric: function isNumeric(n) { + return !isNaN(parseFloat(n)) && isFinite(n); + }, + getFieldTitle: function getFieldTitle(list, value) { + var _iterator = _createForOfIteratorHelper(list), + _step; + + try { + for (_iterator.s(); !(_step = _iterator.n()).done;) { + var item = _step.value; + + if (item.field === value) { + return item.title; + } + } + } catch (err) { + _iterator.e(err); + } finally { + _iterator.f(); + } + + return ''; + }, + setFieldIndex: function setFieldIndex(columns) { + var totalCol = 0; + var flag = []; + + var _iterator2 = _createForOfIteratorHelper(columns[0]), + _step2; + + try { + for (_iterator2.s(); !(_step2 = _iterator2.n()).done;) { + var column = _step2.value; + totalCol += column.colspan || 1; + } + } catch (err) { + _iterator2.e(err); + } finally { + _iterator2.f(); + } + + for (var i = 0; i < columns.length; i++) { + flag[i] = []; + + for (var j = 0; j < totalCol; j++) { + flag[i][j] = false; + } + } + + for (var _i = 0; _i < columns.length; _i++) { + var _iterator3 = _createForOfIteratorHelper(columns[_i]), + _step3; + + try { + for (_iterator3.s(); !(_step3 = _iterator3.n()).done;) { + var r = _step3.value; + var rowspan = r.rowspan || 1; + var colspan = r.colspan || 1; + + var index = flag[_i].indexOf(false); + + r.colspanIndex = index; + + if (colspan === 1) { + r.fieldIndex = index; // when field is undefined, use index instead + + if (typeof r.field === 'undefined') { + r.field = index; + } + } else { + r.colspanGroup = r.colspan; + } + + for (var _j = 0; _j < rowspan; _j++) { + for (var k = 0; k < colspan; k++) { + flag[_i + _j][index + k] = true; + } + } + } + } catch (err) { + _iterator3.e(err); + } finally { + _iterator3.f(); + } + } + }, + normalizeAccent: function normalizeAccent(value) { + if (typeof value !== 'string') { + return value; + } + + return value.normalize('NFD').replace(/[\u0300-\u036f]/g, ''); + }, + updateFieldGroup: function updateFieldGroup(columns) { + var _ref; + + var allColumns = (_ref = []).concat.apply(_ref, _toConsumableArray(columns)); + + var _iterator4 = _createForOfIteratorHelper(columns), + _step4; + + try { + for (_iterator4.s(); !(_step4 = _iterator4.n()).done;) { + var c = _step4.value; + + var _iterator5 = _createForOfIteratorHelper(c), + _step5; + + try { + for (_iterator5.s(); !(_step5 = _iterator5.n()).done;) { + var r = _step5.value; + + if (r.colspanGroup > 1) { + var colspan = 0; + + var _loop = function _loop(i) { + var column = allColumns.find(function(col) { + return col.fieldIndex === i; + }); + + if (column.visible) { + colspan++; + } + }; + + for (var i = r.colspanIndex; i < r.colspanIndex + r.colspanGroup; i++) { + _loop(i); + } + + r.colspan = colspan; + r.visible = colspan > 0; + } + } + } catch (err) { + _iterator5.e(err); + } finally { + _iterator5.f(); + } + } + } catch (err) { + _iterator4.e(err); + } finally { + _iterator4.f(); + } + }, + getScrollBarWidth: function getScrollBarWidth() { + if (this.cachedWidth === undefined) { + var $inner = $__default["default"]('
    ').addClass('fixed-table-scroll-inner'); + var $outer = $__default["default"]('
    ').addClass('fixed-table-scroll-outer'); + $outer.append($inner); + $__default["default"]('body').append($outer); + var w1 = $inner[0].offsetWidth; + $outer.css('overflow', 'scroll'); + var w2 = $inner[0].offsetWidth; + + if (w1 === w2) { + w2 = $outer[0].clientWidth; + } + + $outer.remove(); + this.cachedWidth = w1 - w2; + } + + return this.cachedWidth; + }, + calculateObjectValue: function calculateObjectValue(self, name, args, defaultValue) { + var func = name; + + if (typeof name === 'string') { + // support obj.func1.func2 + var names = name.split('.'); + + if (names.length > 1) { + func = window; + + var _iterator6 = _createForOfIteratorHelper(names), + _step6; + + try { + for (_iterator6.s(); !(_step6 = _iterator6.n()).done;) { + var f = _step6.value; + func = func[f]; + } + } catch (err) { + _iterator6.e(err); + } finally { + _iterator6.f(); + } + } else { + func = window[name]; + } + } + + if (func !== null && _typeof(func) === 'object') { + return func; + } + + if (typeof func === 'function') { + return func.apply(self, args || []); + } + + if (!func && typeof name === 'string' && args && this.sprintf.apply(this, [name].concat( + _toConsumableArray(args)))) { + return this.sprintf.apply(this, [name].concat(_toConsumableArray(args))); + } + + return defaultValue; + }, + compareObjects: function compareObjects(objectA, objectB, compareLength) { + var aKeys = Object.keys(objectA); + var bKeys = Object.keys(objectB); + + if (compareLength && aKeys.length !== bKeys.length) { + return false; + } + + for (var _i2 = 0, _aKeys = aKeys; _i2 < _aKeys.length; _i2++) { + var key = _aKeys[_i2]; + + if (bKeys.includes(key) && objectA[key] !== objectB[key]) { + return false; + } + } + + return true; + }, + regexCompare: function regexCompare(value, search) { + try { + var regexpParts = search.match(/^\/(.*?)\/([gim]*)$/); + + if (value.toString().search(regexpParts ? new RegExp(regexpParts[1], regexpParts[2]) : + new RegExp(search, 'gim')) !== -1) { + return true; + } + } catch (e) { + return false; + } + }, + escapeHTML: function escapeHTML(text) { + if (!text) { + return text; + } + + return text.toString().replace(/&/g, '&').replace(//g, '>') + .replace(/"/g, '"').replace(/'/g, '''); + }, + unescapeHTML: function unescapeHTML(text) { + if (typeof text !== 'string' || !text) { + return text; + } + + return text.toString().replace(/&/g, '&').replace(/</g, '<').replace(/>/g, '>') + .replace(/"/g, '"').replace(/'/g, '\''); + }, + removeHTML: function removeHTML(text) { + if (!text) { + return text; + } + + return text.toString().replace(/(<([^>]+)>)/ig, '').replace(/&[#A-Za-z0-9]+;/gi, '').trim(); + }, + getRealDataAttr: function getRealDataAttr(dataAttr) { + for (var _i3 = 0, _Object$entries = Object.entries(dataAttr); _i3 < _Object$entries + .length; _i3++) { + var _Object$entries$_i = _slicedToArray(_Object$entries[_i3], 2), + attr = _Object$entries$_i[0], + value = _Object$entries$_i[1]; + + var auxAttr = attr.split(/(?=[A-Z])/).join('-').toLowerCase(); + + if (auxAttr !== attr) { + dataAttr[auxAttr] = value; + delete dataAttr[attr]; + } + } + + return dataAttr; + }, + getItemField: function getItemField(item, field, escape) { + var columnEscape = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : + undefined; + var value = item; // use column escape if it is defined + + if (typeof columnEscape !== 'undefined') { + escape = columnEscape; + } + + if (typeof field !== 'string' || item.hasOwnProperty(field)) { + return escape ? this.escapeHTML(item[field]) : item[field]; + } + + var props = field.split('.'); + + var _iterator7 = _createForOfIteratorHelper(props), + _step7; + + try { + for (_iterator7.s(); !(_step7 = _iterator7.n()).done;) { + var p = _step7.value; + value = value && value[p]; + } + } catch (err) { + _iterator7.e(err); + } finally { + _iterator7.f(); + } + + return escape ? this.escapeHTML(value) : value; + }, + isIEBrowser: function isIEBrowser() { + return navigator.userAgent.includes('MSIE ') || /Trident.*rv:11\./.test(navigator + .userAgent); + }, + findIndex: function findIndex(items, item) { + var _iterator8 = _createForOfIteratorHelper(items), + _step8; + + try { + for (_iterator8.s(); !(_step8 = _iterator8.n()).done;) { + var it = _step8.value; + + if (JSON.stringify(it) === JSON.stringify(item)) { + return items.indexOf(it); + } + } + } catch (err) { + _iterator8.e(err); + } finally { + _iterator8.f(); + } + + return -1; + }, + trToData: function trToData(columns, $els) { + var _this = this; + + var data = []; + var m = []; + $els.each(function(y, el) { + var $el = $__default["default"](el); + var row = {}; // save tr's id, class and data-* attributes + + row._id = $el.attr('id'); + row._class = $el.attr('class'); + row._data = _this.getRealDataAttr($el.data()); + row._style = $el.attr('style'); + $el.find('>td,>th').each(function(_x, el) { + var $el = $__default["default"](el); + var cspan = +$el.attr('colspan') || 1; + var rspan = +$el.attr('rowspan') || 1; + var x = _x; // skip already occupied cells in current row + + for (; m[y] && m[y][x]; x++) { // ignore + } // mark matrix elements occupied by current cell with true + + + for (var tx = x; tx < x + cspan; tx++) { + for (var ty = y; ty < y + rspan; ty++) { + if (!m[ty]) { + // fill missing rows + m[ty] = []; + } + + m[ty][tx] = true; + } + } + + var field = columns[x].field; + row[field] = $el.html() + .trim(); // save td's id, class and data-* attributes + + row["_".concat(field, "_id")] = $el.attr('id'); + row["_".concat(field, "_class")] = $el.attr('class'); + row["_".concat(field, "_rowspan")] = $el.attr('rowspan'); + row["_".concat(field, "_colspan")] = $el.attr('colspan'); + row["_".concat(field, "_title")] = $el.attr('title'); + row["_".concat(field, "_data")] = _this.getRealDataAttr($el.data()); + row["_".concat(field, "_style")] = $el.attr('style'); + }); + data.push(row); + }); + return data; + }, + sort: function sort(a, b, order, sortStable, aPosition, bPosition) { + if (a === undefined || a === null) { + a = ''; + } + + if (b === undefined || b === null) { + b = ''; + } + + if (sortStable && a === b) { + a = aPosition; + b = bPosition; + } // If both values are numeric, do a numeric comparison + + + if (this.isNumeric(a) && this.isNumeric(b)) { + // Convert numerical values form string to float. + a = parseFloat(a); + b = parseFloat(b); + + if (a < b) { + return order * -1; + } + + if (a > b) { + return order; + } + + return 0; + } + + if (a === b) { + return 0; + } // If value is not a string, convert to string + + + if (typeof a !== 'string') { + a = a.toString(); + } + + if (a.localeCompare(b) === -1) { + return order * -1; + } + + return order; + }, + getEventName: function getEventName(eventPrefix) { + var id = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : ''; + id = id || "".concat(+new Date()).concat(~~(Math.random() * 1000000)); + return "".concat(eventPrefix, "-").concat(id); + }, + hasDetailViewIcon: function hasDetailViewIcon(options) { + return options.detailView && options.detailViewIcon && !options.cardView; + }, + getDetailViewIndexOffset: function getDetailViewIndexOffset(options) { + return this.hasDetailViewIcon(options) && options.detailViewAlign !== 'right' ? 1 : 0; + }, + checkAutoMergeCells: function checkAutoMergeCells(data) { + var _iterator9 = _createForOfIteratorHelper(data), + _step9; + + try { + for (_iterator9.s(); !(_step9 = _iterator9.n()).done;) { + var row = _step9.value; + + for (var _i4 = 0, _Object$keys = Object.keys(row); _i4 < _Object$keys + .length; _i4++) { + var key = _Object$keys[_i4]; + + if (key.startsWith('_') && (key.endsWith('_rowspan') || key.endsWith( + '_colspan'))) { + return true; + } + } + } + } catch (err) { + _iterator9.e(err); + } finally { + _iterator9.f(); + } + + return false; + }, + deepCopy: function deepCopy(arg) { + if (arg === undefined) { + return arg; + } + + return $__default["default"].extend(true, Array.isArray(arg) ? [] : {}, arg); + }, + debounce: function debounce(func, wait, immediate) { + var timeout; + return function executedFunction() { + var context = this; + var args = arguments; + + var later = function later() { + timeout = null; + if (!immediate) func.apply(context, args); + }; + + var callNow = immediate && !timeout; + clearTimeout(timeout); + timeout = setTimeout(later, wait); + if (callNow) func.apply(context, args); + }; + } + }; + + var VERSION = '1.20.0'; + var bootstrapVersion = Utils.getBootstrapVersion(); + var CONSTANTS = { + 3: { + classes: { + buttonsPrefix: 'btn', + buttons: 'default', + buttonsGroup: 'btn-group', + buttonsDropdown: 'btn-group', + pull: 'pull', + inputGroup: 'input-group', + inputPrefix: 'input-', + input: 'form-control', + select: 'form-control', + paginationDropdown: 'btn-group dropdown', + dropup: 'dropup', + dropdownActive: 'active', + paginationActive: 'active', + buttonActive: 'active' + }, + html: { + toolbarDropdown: [''], + toolbarDropdownItem: '', + toolbarDropdownSeparator: '
  • ', + pageDropdown: [''], + pageDropdownItem: '
    ', + dropdownCaret: '', + pagination: ['
      ', '
    '], + paginationItem: '
  • %s
  • ', + icon: '', + inputGroup: '
    %s%s
    ', + searchInput: '', + searchButton: '', + searchClearButton: '' + } + }, + 4: { + classes: { + buttonsPrefix: 'btn', + buttons: 'secondary', + buttonsGroup: 'btn-group', + buttonsDropdown: 'btn-group', + pull: 'float', + inputGroup: 'btn-group', + inputPrefix: 'form-control-', + input: 'form-control', + select: 'form-control', + paginationDropdown: 'btn-group dropdown', + dropup: 'dropup', + dropdownActive: 'active', + paginationActive: 'active', + buttonActive: 'active' + }, + html: { + toolbarDropdown: [''], + toolbarDropdownItem: '', + pageDropdown: [''], + pageDropdownItem: '%s', + toolbarDropdownSeparator: '', + dropdownCaret: '', + pagination: ['
      ', '
    '], + paginationItem: '
  • %s
  • ', + icon: '', + inputGroup: '
    %s
    %s
    ', + searchInput: '', + searchButton: '', + searchClearButton: '' + } + }, + 5: { + classes: { + buttonsPrefix: 'btn', + buttons: 'secondary', + buttonsGroup: 'btn-group', + buttonsDropdown: 'btn-group', + pull: 'float', + inputGroup: 'btn-group', + inputPrefix: 'form-control-', + input: 'form-control', + select: 'form-select', + paginationDropdown: 'btn-group dropdown', + dropup: 'dropup', + dropdownActive: 'active', + paginationActive: 'active', + buttonActive: 'active' + }, + html: { + dataToggle: 'data-bs-toggle', + toolbarDropdown: [''], + toolbarDropdownItem: '', + pageDropdown: [''], + pageDropdownItem: '%s', + toolbarDropdownSeparator: '', + dropdownCaret: '', + pagination: ['
      ', '
    '], + paginationItem: '
  • %s
  • ', + icon: '', + inputGroup: '
    %s%s
    ', + searchInput: '', + searchButton: '', + searchClearButton: '' + } + } + } [bootstrapVersion]; + var DEFAULTS = { + height: undefined, + classes: 'table table-bordered table-hover', + buttons: {}, + theadClasses: '', + headerStyle: function headerStyle(column) { + return {}; + }, + rowStyle: function rowStyle(row, index) { + return {}; + }, + rowAttributes: function rowAttributes(row, index) { + return {}; + }, + undefinedText: '-', + locale: undefined, + virtualScroll: false, + virtualScrollItemHeight: undefined, + sortable: true, + sortClass: undefined, + silentSort: true, + sortName: undefined, + sortOrder: undefined, + sortReset: false, + sortStable: false, + rememberOrder: false, + serverSort: true, + customSort: undefined, + columns: [ + [] + ], + data: [], + url: undefined, + method: 'get', + cache: true, + contentType: 'application/json', + dataType: 'json', + ajax: undefined, + ajaxOptions: {}, + queryParams: function queryParams(params) { + return params; + }, + queryParamsType: 'limit', + // 'limit', undefined + responseHandler: function responseHandler(res) { + return res; + }, + totalField: 'total', + totalNotFilteredField: 'totalNotFiltered', + dataField: 'rows', + footerField: 'footer', + pagination: false, + paginationParts: ['pageInfo', 'pageSize', 'pageList'], + showExtendedPagination: false, + paginationLoop: true, + sidePagination: 'client', + // client or server + totalRows: 0, + totalNotFiltered: 0, + pageNumber: 1, + pageSize: 10, + pageList: [10, 25, 50, 100], + paginationHAlign: 'right', + // right, left + paginationVAlign: 'bottom', + // bottom, top, both + paginationDetailHAlign: 'left', + // right, left + paginationPreText: '‹', + paginationNextText: '›', + paginationSuccessivelySize: 5, + // Maximum successively number of pages in a row + paginationPagesBySide: 1, + // Number of pages on each side (right, left) of the current page. + paginationUseIntermediate: false, + // Calculate intermediate pages for quick access + search: false, + searchHighlight: false, + searchOnEnterKey: false, + strictSearch: false, + regexSearch: false, + searchSelector: false, + visibleSearch: false, + showButtonIcons: true, + showButtonText: false, + showSearchButton: false, + showSearchClearButton: false, + trimOnSearch: true, + searchAlign: 'right', + searchTimeOut: 500, + searchText: '', + customSearch: undefined, + showHeader: true, + showFooter: false, + footerStyle: function footerStyle(column) { + return {}; + }, + searchAccentNeutralise: false, + showColumns: false, + showColumnsToggleAll: false, + showColumnsSearch: false, + minimumCountColumns: 1, + showPaginationSwitch: false, + showRefresh: false, + showToggle: false, + showFullscreen: false, + smartDisplay: true, + escape: false, + filterOptions: { + filterAlgorithm: 'and' + }, + idField: undefined, + selectItemName: 'btSelectItem', + clickToSelect: false, + ignoreClickToSelectOn: function ignoreClickToSelectOn(_ref) { + var tagName = _ref.tagName; + return ['A', 'BUTTON'].includes(tagName); + }, + singleSelect: false, + checkboxHeader: true, + maintainMetaData: false, + multipleSelectRow: false, + uniqueId: undefined, + cardView: false, + detailView: false, + detailViewIcon: true, + detailViewByClick: false, + detailViewAlign: 'left', + detailFormatter: function detailFormatter(index, row) { + return ''; + }, + detailFilter: function detailFilter(index, row) { + return true; + }, + toolbar: undefined, + toolbarAlign: 'left', + buttonsToolbar: undefined, + buttonsAlign: 'right', + buttonsOrder: ['paginationSwitch', 'refresh', 'toggle', 'fullscreen', 'columns'], + buttonsPrefix: CONSTANTS.classes.buttonsPrefix, + buttonsClass: CONSTANTS.classes.buttons, + iconsPrefix: undefined, + // init in initConstants + icons: {}, + // init in initConstants + iconSize: undefined, + loadingFontSize: 'auto', + loadingTemplate: function loadingTemplate(loadingMessage) { + return "\n ".concat( + loadingMessage, + "\n \n \n " + ); + }, + onAll: function onAll(name, args) { + return false; + }, + onClickCell: function onClickCell(field, value, row, $element) { + return false; + }, + onDblClickCell: function onDblClickCell(field, value, row, $element) { + return false; + }, + onClickRow: function onClickRow(item, $element) { + return false; + }, + onDblClickRow: function onDblClickRow(item, $element) { + return false; + }, + onSort: function onSort(name, order) { + return false; + }, + onCheck: function onCheck(row) { + return false; + }, + onUncheck: function onUncheck(row) { + return false; + }, + onCheckAll: function onCheckAll(rows) { + return false; + }, + onUncheckAll: function onUncheckAll(rows) { + return false; + }, + onCheckSome: function onCheckSome(rows) { + return false; + }, + onUncheckSome: function onUncheckSome(rows) { + return false; + }, + onLoadSuccess: function onLoadSuccess(data) { + return false; + }, + onLoadError: function onLoadError(status) { + return false; + }, + onColumnSwitch: function onColumnSwitch(field, checked) { + return false; + }, + onColumnSwitchAll: function onColumnSwitchAll(checked) { + return false; + }, + onPageChange: function onPageChange(number, size) { + return false; + }, + onSearch: function onSearch(text) { + return false; + }, + onToggle: function onToggle(cardView) { + return false; + }, + onPreBody: function onPreBody(data) { + return false; + }, + onPostBody: function onPostBody() { + return false; + }, + onPostHeader: function onPostHeader() { + return false; + }, + onPostFooter: function onPostFooter() { + return false; + }, + onExpandRow: function onExpandRow(index, row, $detail) { + return false; + }, + onCollapseRow: function onCollapseRow(index, row) { + return false; + }, + onRefreshOptions: function onRefreshOptions(options) { + return false; + }, + onRefresh: function onRefresh(params) { + return false; + }, + onResetView: function onResetView() { + return false; + }, + onScrollBody: function onScrollBody() { + return false; + }, + onTogglePagination: function onTogglePagination(newState) { + return false; + }, + onVirtualScroll: function onVirtualScroll(startIndex, endIndex) { + return false; + } + }; + var EN = { + formatLoadingMessage: function formatLoadingMessage() { + return 'Loading, please wait'; + }, + formatRecordsPerPage: function formatRecordsPerPage(pageNumber) { + return "".concat(pageNumber, " rows per page"); + }, + formatShowingRows: function formatShowingRows(pageFrom, pageTo, totalRows, totalNotFiltered) { + if (totalNotFiltered !== undefined && totalNotFiltered > 0 && totalNotFiltered > + totalRows) { + return "Showing ".concat(pageFrom, " to ").concat(pageTo, " of ").concat(totalRows, + " rows (filtered from ").concat(totalNotFiltered, " total rows)"); + } + + return "Showing ".concat(pageFrom, " to ").concat(pageTo, " of ").concat(totalRows, + " rows"); + }, + formatSRPaginationPreText: function formatSRPaginationPreText() { + return 'previous page'; + }, + formatSRPaginationPageText: function formatSRPaginationPageText(page) { + return "to page ".concat(page); + }, + formatSRPaginationNextText: function formatSRPaginationNextText() { + return 'next page'; + }, + formatDetailPagination: function formatDetailPagination(totalRows) { + return "Showing ".concat(totalRows, " rows"); + }, + formatSearch: function formatSearch() { + return 'Search'; + }, + formatClearSearch: function formatClearSearch() { + return 'Clear Search'; + }, + formatNoMatches: function formatNoMatches() { + return 'No matching records found'; + }, + formatPaginationSwitch: function formatPaginationSwitch() { + return 'Hide/Show pagination'; + }, + formatPaginationSwitchDown: function formatPaginationSwitchDown() { + return 'Show pagination'; + }, + formatPaginationSwitchUp: function formatPaginationSwitchUp() { + return 'Hide pagination'; + }, + formatRefresh: function formatRefresh() { + return 'Refresh'; + }, + formatToggle: function formatToggle() { + return 'Toggle'; + }, + formatToggleOn: function formatToggleOn() { + return 'Show card view'; + }, + formatToggleOff: function formatToggleOff() { + return 'Hide card view'; + }, + formatColumns: function formatColumns() { + return 'Columns'; + }, + formatColumnsToggleAll: function formatColumnsToggleAll() { + return 'Toggle all'; + }, + formatFullscreen: function formatFullscreen() { + return 'Fullscreen'; + }, + formatAllRows: function formatAllRows() { + return 'All'; + } + }; + var COLUMN_DEFAULTS = { + field: undefined, + title: undefined, + titleTooltip: undefined, + class: undefined, + width: undefined, + widthUnit: 'px', + rowspan: undefined, + colspan: undefined, + align: undefined, + // left, right, center + halign: undefined, + // left, right, center + falign: undefined, + // left, right, center + valign: undefined, + // top, middle, bottom + cellStyle: undefined, + radio: false, + checkbox: false, + checkboxEnabled: true, + clickToSelect: true, + showSelectTitle: false, + sortable: false, + sortName: undefined, + order: 'asc', + // asc, desc + sorter: undefined, + visible: true, + switchable: true, + cardVisible: true, + searchable: true, + formatter: undefined, + footerFormatter: undefined, + detailFormatter: undefined, + searchFormatter: true, + searchHighlightFormatter: false, + escape: undefined, + events: undefined + }; + var METHODS = ['getOptions', 'refreshOptions', 'getData', 'getSelections', 'load', 'append', 'prepend', + 'remove', 'removeAll', 'insertRow', 'updateRow', 'getRowByUniqueId', 'updateByUniqueId', + 'removeByUniqueId', 'updateCell', 'updateCellByUniqueId', 'showRow', 'hideRow', 'getHiddenRows', + 'showColumn', 'hideColumn', 'getVisibleColumns', 'getHiddenColumns', 'showAllColumns', + 'hideAllColumns', 'mergeCells', 'checkAll', 'uncheckAll', 'checkInvert', 'check', 'uncheck', + 'checkBy', 'uncheckBy', 'refresh', 'destroy', 'resetView', 'showLoading', 'hideLoading', + 'togglePagination', 'toggleFullscreen', 'toggleView', 'resetSearch', 'filterBy', 'scrollTo', + 'getScrollPosition', 'selectPage', 'prevPage', 'nextPage', 'toggleDetailView', 'expandRow', + 'collapseRow', 'expandRowByUniqueId', 'collapseRowByUniqueId', 'expandAllRows', 'collapseAllRows', + 'updateColumnTitle', 'updateFormatText' + ]; + var EVENTS = { + 'all.bs.table': 'onAll', + 'click-row.bs.table': 'onClickRow', + 'dbl-click-row.bs.table': 'onDblClickRow', + 'click-cell.bs.table': 'onClickCell', + 'dbl-click-cell.bs.table': 'onDblClickCell', + 'sort.bs.table': 'onSort', + 'check.bs.table': 'onCheck', + 'uncheck.bs.table': 'onUncheck', + 'check-all.bs.table': 'onCheckAll', + 'uncheck-all.bs.table': 'onUncheckAll', + 'check-some.bs.table': 'onCheckSome', + 'uncheck-some.bs.table': 'onUncheckSome', + 'load-success.bs.table': 'onLoadSuccess', + 'load-error.bs.table': 'onLoadError', + 'column-switch.bs.table': 'onColumnSwitch', + 'column-switch-all.bs.table': 'onColumnSwitchAll', + 'page-change.bs.table': 'onPageChange', + 'search.bs.table': 'onSearch', + 'toggle.bs.table': 'onToggle', + 'pre-body.bs.table': 'onPreBody', + 'post-body.bs.table': 'onPostBody', + 'post-header.bs.table': 'onPostHeader', + 'post-footer.bs.table': 'onPostFooter', + 'expand-row.bs.table': 'onExpandRow', + 'collapse-row.bs.table': 'onCollapseRow', + 'refresh-options.bs.table': 'onRefreshOptions', + 'reset-view.bs.table': 'onResetView', + 'refresh.bs.table': 'onRefresh', + 'scroll-body.bs.table': 'onScrollBody', + 'toggle-pagination.bs.table': 'onTogglePagination', + 'virtual-scroll.bs.table': 'onVirtualScroll' + }; + Object.assign(DEFAULTS, EN); + var Constants = { + VERSION: VERSION, + THEME: "bootstrap".concat(bootstrapVersion), + CONSTANTS: CONSTANTS, + DEFAULTS: DEFAULTS, + COLUMN_DEFAULTS: COLUMN_DEFAULTS, + METHODS: METHODS, + EVENTS: EVENTS, + LOCALES: { + en: EN, + 'en-US': EN + } + }; + + var BLOCK_ROWS = 50; + var CLUSTER_BLOCKS = 4; + + var VirtualScroll = /*#__PURE__*/ function() { + function VirtualScroll(options) { + var _this = this; + + _classCallCheck(this, VirtualScroll); + + this.rows = options.rows; + this.scrollEl = options.scrollEl; + this.contentEl = options.contentEl; + this.callback = options.callback; + this.itemHeight = options.itemHeight; + this.cache = {}; + this.scrollTop = this.scrollEl.scrollTop; + this.initDOM(this.rows, options.fixedScroll); + this.scrollEl.scrollTop = this.scrollTop; + this.lastCluster = 0; + + var onScroll = function onScroll() { + if (_this.lastCluster !== (_this.lastCluster = _this.getNum())) { + _this.initDOM(_this.rows); + + _this.callback(_this.startIndex, _this.endIndex); + } + }; + + this.scrollEl.addEventListener('scroll', onScroll, false); + + this.destroy = function() { + _this.contentEl.innerHtml = ''; + + _this.scrollEl.removeEventListener('scroll', onScroll, false); + }; + } + + _createClass(VirtualScroll, [{ + key: "initDOM", + value: function initDOM(rows, fixedScroll) { + if (typeof this.clusterHeight === 'undefined') { + this.cache.scrollTop = this.scrollEl.scrollTop; + this.cache.data = this.contentEl.innerHTML = rows[0] + rows[0] + rows[ + 0]; + this.getRowsHeight(rows); + } + + var data = this.initData(rows, this.getNum(fixedScroll)); + var thisRows = data.rows.join(''); + var dataChanged = this.checkChanges('data', thisRows); + var topOffsetChanged = this.checkChanges('top', data.topOffset); + var bottomOffsetChanged = this.checkChanges('bottom', data.bottomOffset); + var html = []; + + if (dataChanged && topOffsetChanged) { + if (data.topOffset) { + html.push(this.getExtra('top', data.topOffset)); + } + + html.push(thisRows); + + if (data.bottomOffset) { + html.push(this.getExtra('bottom', data.bottomOffset)); + } + + this.startIndex = data.start; + this.endIndex = data.end; + this.contentEl.innerHTML = html.join(''); + + if (fixedScroll) { + this.contentEl.scrollTop = this.cache.scrollTop; + } + } else if (bottomOffsetChanged) { + this.contentEl.lastChild.style.height = "".concat(data.bottomOffset, + "px"); + } + } + }, { + key: "getRowsHeight", + value: function getRowsHeight() { + if (typeof this.itemHeight === 'undefined') { + var nodes = this.contentEl.children; + var node = nodes[Math.floor(nodes.length / 2)]; + this.itemHeight = node.offsetHeight; + } + + this.blockHeight = this.itemHeight * BLOCK_ROWS; + this.clusterRows = BLOCK_ROWS * CLUSTER_BLOCKS; + this.clusterHeight = this.blockHeight * CLUSTER_BLOCKS; + } + }, { + key: "getNum", + value: function getNum(fixedScroll) { + this.scrollTop = fixedScroll ? this.cache.scrollTop : this.scrollEl + .scrollTop; + return Math.floor(this.scrollTop / (this.clusterHeight - this + .blockHeight)) || 0; + } + }, { + key: "initData", + value: function initData(rows, num) { + if (rows.length < BLOCK_ROWS) { + return { + topOffset: 0, + bottomOffset: 0, + rowsAbove: 0, + rows: rows + }; + } + + var start = Math.max((this.clusterRows - BLOCK_ROWS) * num, 0); + var end = start + this.clusterRows; + var topOffset = Math.max(start * this.itemHeight, 0); + var bottomOffset = Math.max((rows.length - end) * this.itemHeight, 0); + var thisRows = []; + var rowsAbove = start; + + if (topOffset < 1) { + rowsAbove++; + } + + for (var i = start; i < end; i++) { + rows[i] && thisRows.push(rows[i]); + } + + return { + start: start, + end: end, + topOffset: topOffset, + bottomOffset: bottomOffset, + rowsAbove: rowsAbove, + rows: thisRows + }; + } + }, { + key: "checkChanges", + value: function checkChanges(type, value) { + var changed = value !== this.cache[type]; + this.cache[type] = value; + return changed; + } + }, { + key: "getExtra", + value: function getExtra(className, height) { + var tag = document.createElement('tr'); + tag.className = "virtual-scroll-".concat(className); + + if (height) { + tag.style.height = "".concat(height, "px"); + } + + return tag.outerHTML; + } + }]); + + return VirtualScroll; + }(); + + var BootstrapTable = /*#__PURE__*/ function() { + function BootstrapTable(el, options) { + _classCallCheck(this, BootstrapTable); + + this.options = options; + this.$el = $__default["default"](el); + this.$el_ = this.$el.clone(); + this.timeoutId_ = 0; + this.timeoutFooter_ = 0; + } + + _createClass(BootstrapTable, [{ + key: "init", + value: function init() { + this.initConstants(); + this.initLocale(); + this.initContainer(); + this.initTable(); + this.initHeader(); + this.initData(); + this.initHiddenRows(); + this.initToolbar(); + this.initPagination(); + this.initBody(); + this.initSearchText(); + this.initServer(); + } + }, { + key: "initConstants", + value: function initConstants() { + var opts = this.options; + this.constants = Constants.CONSTANTS; + this.constants.theme = $__default["default"].fn.bootstrapTable.theme; + this.constants.dataToggle = this.constants.html.dataToggle || + 'data-toggle'; // init iconsPrefix and icons + + var iconsPrefix = Utils.getIconsPrefix($__default["default"].fn + .bootstrapTable.theme); + var icons = Utils.getIcons(iconsPrefix); + opts.iconsPrefix = opts.iconsPrefix || $__default["default"].fn + .bootstrapTable.defaults.iconsPrefix || iconsPrefix; + opts.icons = Object.assign(icons, $__default["default"].fn.bootstrapTable + .defaults.icons, opts.icons); // init buttons class + + var buttonsPrefix = opts.buttonsPrefix ? "".concat(opts.buttonsPrefix, + "-") : ''; + this.constants.buttonsClass = [opts.buttonsPrefix, buttonsPrefix + opts + .buttonsClass, Utils.sprintf("".concat(buttonsPrefix, "%s"), opts + .iconSize) + ].join(' ').trim(); + this.buttons = Utils.calculateObjectValue(this, opts.buttons, [], {}); + + if (_typeof(this.buttons) !== 'object') { + this.buttons = {}; + } + + if (typeof opts.icons === 'string') { + opts.icons = Utils.calculateObjectValue(null, opts.icons); + } + } + }, { + key: "initLocale", + value: function initLocale() { + if (this.options.locale) { + var locales = $__default["default"].fn.bootstrapTable.locales; + var parts = this.options.locale.split(/-|_/); + parts[0] = parts[0].toLowerCase(); + + if (parts[1]) { + parts[1] = parts[1].toUpperCase(); + } + + var localesToExtend = {}; + + if (locales[this.options.locale]) { + localesToExtend = locales[this.options.locale]; + } else if (locales[parts.join('-')]) { + localesToExtend = locales[parts.join('-')]; + } else if (locales[parts[0]]) { + localesToExtend = locales[parts[0]]; + } + + for (var _i = 0, _Object$entries = Object.entries(localesToExtend); _i < + _Object$entries.length; _i++) { + var _Object$entries$_i = _slicedToArray(_Object$entries[_i], 2), + formatName = _Object$entries$_i[0], + func = _Object$entries$_i[1]; + + if (this.options[formatName] !== BootstrapTable.DEFAULTS[ + formatName]) { + continue; + } + + this.options[formatName] = func; + } + } + } + }, { + key: "initContainer", + value: function initContainer() { + var topPagination = ['top', 'both'].includes(this.options + .paginationVAlign) ? + '
    ' : ''; + var bottomPagination = ['bottom', 'both'].includes(this.options + .paginationVAlign) ? '
    ' : + ''; + var loadingTemplate = Utils.calculateObjectValue(this.options, this.options + .loadingTemplate, [this.options.formatLoadingMessage()]); + this.$container = $__default["default"]( + "\n
    \n
    \n ") + .concat(topPagination, + "\n
    \n
    ").addClass("cw").text("#"));c.isBefore(f.clone().endOf("w"));)b.append(a("").addClass("dow").text(c.format("dd"))),c.add(1,"d");o.find(".datepicker-days thead").append(b)},N=function(a){return d.disabledDates[a.format("YYYY-MM-DD")]===!0},O=function(a){return d.enabledDates[a.format("YYYY-MM-DD")]===!0},P=function(a){return d.disabledHours[a.format("H")]===!0},Q=function(a){return d.enabledHours[a.format("H")]===!0},R=function(b,c){if(!b.isValid())return!1;if(d.disabledDates&&"d"===c&&N(b))return!1;if(d.enabledDates&&"d"===c&&!O(b))return!1;if(d.minDate&&b.isBefore(d.minDate,c))return!1;if(d.maxDate&&b.isAfter(d.maxDate,c))return!1;if(d.daysOfWeekDisabled&&"d"===c&&d.daysOfWeekDisabled.indexOf(b.day())!==-1)return!1;if(d.disabledHours&&("h"===c||"m"===c||"s"===c)&&P(b))return!1;if(d.enabledHours&&("h"===c||"m"===c||"s"===c)&&!Q(b))return!1;if(d.disabledTimeIntervals&&("h"===c||"m"===c||"s"===c)){var e=!1;if(a.each(d.disabledTimeIntervals,function(){if(b.isBetween(this[0],this[1]))return e=!0,!1}),e)return!1}return!0},S=function(){for(var b=[],c=f.clone().startOf("y").startOf("d");c.isSame(f,"y");)b.push(a("").attr("data-action","selectMonth").addClass("month").text(c.format("MMM"))),c.add(1,"M");o.find(".datepicker-months td").empty().append(b)},T=function(){var b=o.find(".datepicker-months"),c=b.find("th"),g=b.find("tbody").find("span");c.eq(0).find("span").attr("title",d.tooltips.prevYear),c.eq(1).attr("title",d.tooltips.selectYear),c.eq(2).find("span").attr("title",d.tooltips.nextYear),b.find(".disabled").removeClass("disabled"),R(f.clone().subtract(1,"y"),"y")||c.eq(0).addClass("disabled"),c.eq(1).text(f.year()),R(f.clone().add(1,"y"),"y")||c.eq(2).addClass("disabled"),g.removeClass("active"),e.isSame(f,"y")&&!m&&g.eq(e.month()).addClass("active"),g.each(function(b){R(f.clone().month(b),"M")||a(this).addClass("disabled")})},U=function(){var a=o.find(".datepicker-years"),b=a.find("th"),c=f.clone().subtract(5,"y"),g=f.clone().add(6,"y"),h="";for(b.eq(0).find("span").attr("title",d.tooltips.prevDecade),b.eq(1).attr("title",d.tooltips.selectDecade),b.eq(2).find("span").attr("title",d.tooltips.nextDecade),a.find(".disabled").removeClass("disabled"),d.minDate&&d.minDate.isAfter(c,"y")&&b.eq(0).addClass("disabled"),b.eq(1).text(c.year()+"-"+g.year()),d.maxDate&&d.maxDate.isBefore(g,"y")&&b.eq(2).addClass("disabled");!c.isAfter(g,"y");)h+=''+c.year()+"",c.add(1,"y");a.find("td").html(h)},V=function(){var a,c=o.find(".datepicker-decades"),g=c.find("th"),h=b({y:f.year()-f.year()%100-1}),i=h.clone().add(100,"y"),j=h.clone(),k=!1,l=!1,m="";for(g.eq(0).find("span").attr("title",d.tooltips.prevCentury),g.eq(2).find("span").attr("title",d.tooltips.nextCentury),c.find(".disabled").removeClass("disabled"),(h.isSame(b({y:1900}))||d.minDate&&d.minDate.isAfter(h,"y"))&&g.eq(0).addClass("disabled"),g.eq(1).text(h.year()+"-"+i.year()),(h.isSame(b({y:2e3}))||d.maxDate&&d.maxDate.isBefore(i,"y"))&&g.eq(2).addClass("disabled");!h.isAfter(i,"y");)a=h.year()+12,k=d.minDate&&d.minDate.isAfter(h,"y")&&d.minDate.year()<=a,l=d.maxDate&&d.maxDate.isAfter(h,"y")&&d.maxDate.year()<=a,m+=''+(h.year()+1)+" - "+(h.year()+12)+"",h.add(12,"y");m+="",c.find("td").html(m),g.eq(1).text(j.year()+1+"-"+h.year())},W=function(){var b,c,g,h=o.find(".datepicker-days"),i=h.find("th"),j=[],k=[];if(B()){for(i.eq(0).find("span").attr("title",d.tooltips.prevMonth),i.eq(1).attr("title",d.tooltips.selectMonth),i.eq(2).find("span").attr("title",d.tooltips.nextMonth),h.find(".disabled").removeClass("disabled"),i.eq(1).text(f.format(d.dayViewHeaderFormat)),R(f.clone().subtract(1,"M"),"M")||i.eq(0).addClass("disabled"),R(f.clone().add(1,"M"),"M")||i.eq(2).addClass("disabled"),b=f.clone().startOf("M").startOf("w").startOf("d"),g=0;g<42;g++)0===b.weekday()&&(c=a("
    '+b.week()+"'+b.date()+"
    '+c.format(h?"HH":"hh")+"
    '+c.format("mm")+"
    '+c.format("ss")+"
    \n
    \n
    \n " + ).concat(loadingTemplate, + "\n
    \n
    \n
    \n \n " + ).concat(bottomPagination, "\n \n ")); + this.$container.insertAfter(this.$el); + this.$tableContainer = this.$container.find('.fixed-table-container'); + this.$tableHeader = this.$container.find('.fixed-table-header'); + this.$tableBody = this.$container.find('.fixed-table-body'); + this.$tableLoading = this.$container.find('.fixed-table-loading'); + this.$tableFooter = this.$el.find( + 'tfoot'); // checking if custom table-toolbar exists or not + + if (this.options.buttonsToolbar) { + this.$toolbar = $__default["default"]('body').find(this.options + .buttonsToolbar); + } else { + this.$toolbar = this.$container.find('.fixed-table-toolbar'); + } + + this.$pagination = this.$container.find('.fixed-table-pagination'); + this.$tableBody.append(this.$el); + this.$container.after('
    '); + this.$el.addClass(this.options.classes); + this.$tableLoading.addClass(this.options.classes); + + if (this.options.height) { + this.$tableContainer.addClass('fixed-height'); + + if (this.options.showFooter) { + this.$tableContainer.addClass('has-footer'); + } + + if (this.options.classes.split(' ').includes('table-bordered')) { + this.$tableBody.append('
    '); + this.$tableBorder = this.$tableBody.find('.fixed-table-border'); + this.$tableLoading.addClass('fixed-table-border'); + } + + this.$tableFooter = this.$container.find('.fixed-table-footer'); + } + } + }, { + key: "initTable", + value: function initTable() { + var _this = this; + + var columns = []; + this.$header = this.$el.find('>thead'); + + if (!this.$header.length) { + this.$header = $__default["default"]("
    \n
    \n
    ")); + } + + var detailViewTemplate = ''; + + if (Utils.hasDetailViewIcon(this.options)) { + detailViewTemplate = '
    '; + + if (Utils.calculateObjectValue(null, this.options.detailFilter, [i, + item + ])) { + detailViewTemplate += + "\n \n " + .concat(Utils.sprintf(this.constants.html.icon, this.options + .iconsPrefix, this.options.icons.detailOpen), + "\n \n "); + } + + detailViewTemplate += '"), + "\n "), _this7 + .header.formatters[j] && typeof value === 'string' ? + value : '', _this7.options.cardView ? '' : + '
    %s
    '); + } + + this.$tableFooter.find('tr').html(html.join('')); + this.trigger('post-footer', this.$tableFooter); + } + }, { + key: "fitFooter", + value: function fitFooter() { + var _this15 = this; + + if (this.$el.is(':hidden')) { + setTimeout(function() { + return _this15.fitFooter(); + }, 100); + return; + } + + var fixedBody = this.$tableBody.get(0); + var scrollWidth = this.hasScrollBar && fixedBody.scrollHeight > fixedBody + .clientHeight + this.$header.outerHeight() ? Utils.getScrollBarWidth() : + 0; + this.$tableFooter.css('margin-right', scrollWidth).find('table').css( + 'width', this.$el.outerWidth()).attr('class', this.$el.attr( + 'class')); + var $ths = this.$tableFooter.find('th'); + var $tr = this.$body.find('>tr:first-child:not(.no-records-found)'); + $ths.find('.fht-cell').width('auto'); + + while ($tr.length && $tr.find('>td[colspan]:not([colspan="1"])').length) { + $tr = $tr.next(); + } + + var trLength = $tr.find('> *').length; + $tr.find('> *').each(function(i, el) { + var $this = $__default["default"](el); + + if (Utils.hasDetailViewIcon(_this15.options)) { + if (i === 0 && _this15.options.detailViewAlign === 'left' || + i === trLength - 1 && _this15.options + .detailViewAlign === 'right') { + var $thDetail = $ths.filter('.detail'); + + var _zoomWidth2 = $thDetail.innerWidth() - $thDetail + .find('.fht-cell').width(); + + $thDetail.find('.fht-cell').width($this.innerWidth() - + _zoomWidth2); + return; + } + } + + var $th = $ths.eq(i); + var zoomWidth = $th.innerWidth() - $th.find('.fht-cell') + .width(); + $th.find('.fht-cell').width($this.innerWidth() - zoomWidth); + }); + this.horizontalScroll(); + } + }, { + key: "horizontalScroll", + value: function horizontalScroll() { + var _this16 = this; + + // horizontal scroll event + // TODO: it's probably better improving the layout than binding to scroll event + this.$tableBody.off('scroll').on('scroll', function() { + var scrollLeft = _this16.$tableBody.scrollLeft(); + + if (_this16.options.showHeader && _this16.options.height) { + _this16.$tableHeader.scrollLeft(scrollLeft); + } + + if (_this16.options.showFooter && !_this16.options.cardView) { + _this16.$tableFooter.scrollLeft(scrollLeft); + } + + _this16.trigger('scroll-body', _this16.$tableBody); + }); + } + }, { + key: "getVisibleFields", + value: function getVisibleFields() { + var visibleFields = []; + + var _iterator5 = _createForOfIteratorHelper(this.header.fields), + _step5; + + try { + for (_iterator5.s(); !(_step5 = _iterator5.n()).done;) { + var field = _step5.value; + var column = this.columns[this.fieldsColumnsIndex[field]]; + + if (!column || !column.visible || this.options.cardView && !column + .cardVisible) { + continue; + } + + visibleFields.push(field); + } + } catch (err) { + _iterator5.e(err); + } finally { + _iterator5.f(); + } + + return visibleFields; + } + }, { + key: "initHiddenRows", + value: function initHiddenRows() { + this.hiddenRows = []; + } // PUBLIC FUNCTION DEFINITION + // ======================= + + }, { + key: "getOptions", + value: function getOptions() { + // deep copy and remove data + var options = $__default["default"].extend({}, this.options); + delete options.data; + return $__default["default"].extend(true, {}, options); + } + }, { + key: "refreshOptions", + value: function refreshOptions(options) { + // If the objects are equivalent then avoid the call of destroy / init methods + if (Utils.compareObjects(this.options, options, true)) { + return; + } + + this.options = $__default["default"].extend(this.options, options); + this.trigger('refresh-options', this.options); + this.destroy(); + this.init(); + } + }, { + key: "getData", + value: function getData(params) { + var _this17 = this; + + var data = this.options.data; + + if ((this.searchText || this.options.customSearch || this.options + .sortName !== undefined || this.enableCustomSort || + // Fix #4616: this.enableCustomSort is for extensions + !Utils.isEmptyObject(this.filterColumns) || !Utils.isEmptyObject( + this.filterColumnsPartial)) && (!params || !params + .unfiltered)) { + data = this.data; + } + + if (params && params.useCurrentPage) { + data = data.slice(this.pageFrom - 1, this.pageTo); + } + + if (params && !params.includeHiddenRows) { + var hiddenRows = this.getHiddenRows(); + data = data.filter(function(row) { + return Utils.findIndex(hiddenRows, row) === -1; + }); + } + + if (params && params.formatted) { + data.forEach(function(row) { + for (var _i14 = 0, _Object$entries13 = Object.entries( + row); _i14 < _Object$entries13.length; _i14++) { + var _Object$entries13$_i = _slicedToArray( + _Object$entries13[_i14], 2), + key = _Object$entries13$_i[0], + value = _Object$entries13$_i[1]; + + var column = _this17.columns[_this17.fieldsColumnsIndex[ + key]]; + + if (!column) { + return; + } + + row[key] = Utils.calculateObjectValue(column, _this17 + .header.formatters[column.fieldIndex], [value, + row, row.index, column.field + ], value); + } + }); + } + + return data; + } + }, { + key: "getSelections", + value: function getSelections() { + var _this18 = this; + + return (this.options.maintainMetaData ? this.options.data : this.data) + .filter(function(row) { + return row[_this18.header.stateField] === true; + }); + } + }, { + key: "load", + value: function load(_data) { + var fixedScroll = false; + var data = _data; // #431: support pagination + + if (this.options.pagination && this.options.sidePagination === 'server') { + this.options.totalRows = data[this.options.totalField]; + this.options.totalNotFiltered = data[this.options + .totalNotFilteredField]; + this.footerData = data[this.options.footerField] ? [data[this.options + .footerField]] : undefined; + } + + fixedScroll = data.fixedScroll; + data = Array.isArray(data) ? data : data[this.options.dataField]; + this.initData(data); + this.initSearch(); + this.initPagination(); + this.initBody(fixedScroll); + } + }, { + key: "append", + value: function append(data) { + this.initData(data, 'append'); + this.initSearch(); + this.initPagination(); + this.initSort(); + this.initBody(true); + } + }, { + key: "prepend", + value: function prepend(data) { + this.initData(data, 'prepend'); + this.initSearch(); + this.initPagination(); + this.initSort(); + this.initBody(true); + } + }, { + key: "remove", + value: function remove(params) { + var removed = 0; + + for (var i = this.options.data.length - 1; i >= 0; i--) { + var row = this.options.data[i]; + + if (!row.hasOwnProperty(params.field) && params.field !== '$index') { + continue; + } + + if (!row.hasOwnProperty(params.field) && params.field === '$index' && + params.values.includes(i) || params.values.includes(row[params + .field])) { + removed++; + this.options.data.splice(i, 1); + } + } + + if (!removed) { + return; + } + + if (this.options.sidePagination === 'server') { + this.options.totalRows -= removed; + this.data = _toConsumableArray(this.options.data); + } + + this.initSearch(); + this.initPagination(); + this.initSort(); + this.initBody(true); + } + }, { + key: "removeAll", + value: function removeAll() { + if (this.options.data.length > 0) { + this.options.data.splice(0, this.options.data.length); + this.initSearch(); + this.initPagination(); + this.initBody(true); + } + } + }, { + key: "insertRow", + value: function insertRow(params) { + if (!params.hasOwnProperty('index') || !params.hasOwnProperty('row')) { + return; + } + + this.options.data.splice(params.index, 0, params.row); + this.initSearch(); + this.initPagination(); + this.initSort(); + this.initBody(true); + } + }, { + key: "updateRow", + value: function updateRow(params) { + var allParams = Array.isArray(params) ? params : [params]; + + var _iterator6 = _createForOfIteratorHelper(allParams), + _step6; + + try { + for (_iterator6.s(); !(_step6 = _iterator6.n()).done;) { + var _params = _step6.value; + + if (!_params.hasOwnProperty('index') || !_params.hasOwnProperty( + 'row')) { + continue; + } + + if (_params.hasOwnProperty('replace') && _params.replace) { + this.options.data[_params.index] = _params.row; + } else { + $__default["default"].extend(this.options.data[_params.index], + _params.row); + } + } + } catch (err) { + _iterator6.e(err); + } finally { + _iterator6.f(); + } + + this.initSearch(); + this.initPagination(); + this.initSort(); + this.initBody(true); + } + }, { + key: "getRowByUniqueId", + value: function getRowByUniqueId(_id) { + var uniqueId = this.options.uniqueId; + var len = this.options.data.length; + var id = _id; + var dataRow = null; + var i; + var row; + var rowUniqueId; + + for (i = len - 1; i >= 0; i--) { + row = this.options.data[i]; + + if (row.hasOwnProperty(uniqueId)) { + // uniqueId is a column + rowUniqueId = row[uniqueId]; + } else if (row._data && row._data.hasOwnProperty(uniqueId)) { + // uniqueId is a row data property + rowUniqueId = row._data[uniqueId]; + } else { + continue; + } + + if (typeof rowUniqueId === 'string') { + id = id.toString(); + } else if (typeof rowUniqueId === 'number') { + if (Number(rowUniqueId) === rowUniqueId && rowUniqueId % 1 === 0) { + id = parseInt(id, 10); + } else if (rowUniqueId === Number(rowUniqueId) && rowUniqueId !== + 0) { + id = parseFloat(id); + } + } + + if (rowUniqueId === id) { + dataRow = row; + break; + } + } + + return dataRow; + } + }, { + key: "updateByUniqueId", + value: function updateByUniqueId(params) { + var allParams = Array.isArray(params) ? params : [params]; + var updatedUid = null; + + var _iterator7 = _createForOfIteratorHelper(allParams), + _step7; + + try { + for (_iterator7.s(); !(_step7 = _iterator7.n()).done;) { + var _params2 = _step7.value; + + if (!_params2.hasOwnProperty('id') || !_params2.hasOwnProperty( + 'row')) { + continue; + } + + var rowId = this.options.data.indexOf(this.getRowByUniqueId(_params2 + .id)); + + if (rowId === -1) { + continue; + } + + if (_params2.hasOwnProperty('replace') && _params2.replace) { + this.options.data[rowId] = _params2.row; + } else { + $__default["default"].extend(this.options.data[rowId], _params2 + .row); + } + + updatedUid = _params2.id; + } + } catch (err) { + _iterator7.e(err); + } finally { + _iterator7.f(); + } + + this.initSearch(); + this.initPagination(); + this.initSort(); + this.initBody(true, updatedUid); + } + }, { + key: "removeByUniqueId", + value: function removeByUniqueId(id) { + var len = this.options.data.length; + var row = this.getRowByUniqueId(id); + + if (row) { + this.options.data.splice(this.options.data.indexOf(row), 1); + } + + if (len === this.options.data.length) { + return; + } + + if (this.options.sidePagination === 'server') { + this.options.totalRows -= 1; + this.data = _toConsumableArray(this.options.data); + } + + this.initSearch(); + this.initPagination(); + this.initBody(true); + } + }, { + key: "updateCell", + value: function updateCell(params) { + if (!params.hasOwnProperty('index') || !params.hasOwnProperty('field') || ! + params.hasOwnProperty('value')) { + return; + } + + this.data[params.index][params.field] = params.value; + + if (params.reinit === false) { + return; + } + + this.initSort(); + this.initBody(true); + } + }, { + key: "updateCellByUniqueId", + value: function updateCellByUniqueId(params) { + var _this19 = this; + + var allParams = Array.isArray(params) ? params : [params]; + allParams.forEach(function(_ref6) { + var id = _ref6.id, + field = _ref6.field, + value = _ref6.value; + + var rowId = _this19.options.data.indexOf(_this19 + .getRowByUniqueId(id)); + + if (rowId === -1) { + return; + } + + _this19.options.data[rowId][field] = value; + }); + + if (params.reinit === false) { + return; + } + + this.initSort(); + this.initBody(true); + } + }, { + key: "showRow", + value: function showRow(params) { + this._toggleRow(params, true); + } + }, { + key: "hideRow", + value: function hideRow(params) { + this._toggleRow(params, false); + } + }, { + key: "_toggleRow", + value: function _toggleRow(params, visible) { + var row; + + if (params.hasOwnProperty('index')) { + row = this.getData()[params.index]; + } else if (params.hasOwnProperty('uniqueId')) { + row = this.getRowByUniqueId(params.uniqueId); + } + + if (!row) { + return; + } + + var index = Utils.findIndex(this.hiddenRows, row); + + if (!visible && index === -1) { + this.hiddenRows.push(row); + } else if (visible && index > -1) { + this.hiddenRows.splice(index, 1); + } + + this.initBody(true); + this.initPagination(); + } + }, { + key: "getHiddenRows", + value: function getHiddenRows(show) { + if (show) { + this.initHiddenRows(); + this.initBody(true); + this.initPagination(); + return; + } + + var data = this.getData(); + var rows = []; + + var _iterator8 = _createForOfIteratorHelper(data), + _step8; + + try { + for (_iterator8.s(); !(_step8 = _iterator8.n()).done;) { + var row = _step8.value; + + if (this.hiddenRows.includes(row)) { + rows.push(row); + } + } + } catch (err) { + _iterator8.e(err); + } finally { + _iterator8.f(); + } + + this.hiddenRows = rows; + return rows; + } + }, { + key: "showColumn", + value: function showColumn(field) { + var _this20 = this; + + var fields = Array.isArray(field) ? field : [field]; + fields.forEach(function(field) { + _this20._toggleColumn(_this20.fieldsColumnsIndex[field], true, + true); + }); + } + }, { + key: "hideColumn", + value: function hideColumn(field) { + var _this21 = this; + + var fields = Array.isArray(field) ? field : [field]; + fields.forEach(function(field) { + _this21._toggleColumn(_this21.fieldsColumnsIndex[field], false, + true); + }); + } + }, { + key: "_toggleColumn", + value: function _toggleColumn(index, checked, needUpdate) { + if (index === -1 || this.columns[index].visible === checked) { + return; + } + + this.columns[index].visible = checked; + this.initHeader(); + this.initSearch(); + this.initPagination(); + this.initBody(); + + if (this.options.showColumns) { + var $items = this.$toolbar.find('.keep-open input:not(".toggle-all")') + .prop('disabled', false); + + if (needUpdate) { + $items.filter(Utils.sprintf('[value="%s"]', index)).prop('checked', + checked); + } + + if ($items.filter(':checked').length <= this.options + .minimumCountColumns) { + $items.filter(':checked').prop('disabled', true); + } + } + } + }, { + key: "getVisibleColumns", + value: function getVisibleColumns() { + var _this22 = this; + + return this.columns.filter(function(column) { + return column.visible && !_this22.isSelectionColumn(column); + }); + } + }, { + key: "getHiddenColumns", + value: function getHiddenColumns() { + return this.columns.filter(function(_ref7) { + var visible = _ref7.visible; + return !visible; + }); + } + }, { + key: "isSelectionColumn", + value: function isSelectionColumn(column) { + return column.radio || column.checkbox; + } + }, { + key: "showAllColumns", + value: function showAllColumns() { + this._toggleAllColumns(true); + } + }, { + key: "hideAllColumns", + value: function hideAllColumns() { + this._toggleAllColumns(false); + } + }, { + key: "_toggleAllColumns", + value: function _toggleAllColumns(visible) { + var _this23 = this; + + var _iterator9 = _createForOfIteratorHelper(this.columns.slice().reverse()), + _step9; + + try { + for (_iterator9.s(); !(_step9 = _iterator9.n()).done;) { + var column = _step9.value; + + if (column.switchable) { + if (!visible && this.options.showColumns && this + .getVisibleColumns().filter(function(it) { + return it.switchable; + }).length === this.options.minimumCountColumns) { + continue; + } + + column.visible = visible; + } + } + } catch (err) { + _iterator9.e(err); + } finally { + _iterator9.f(); + } + + this.initHeader(); + this.initSearch(); + this.initPagination(); + this.initBody(); + + if (this.options.showColumns) { + var $items = this.$toolbar.find( + '.keep-open input[type="checkbox"]:not(".toggle-all")').prop( + 'disabled', false); + + if (visible) { + $items.prop('checked', visible); + } else { + $items.get().reverse().forEach(function(item) { + if ($items.filter(':checked').length > _this23.options + .minimumCountColumns) { + $__default["default"](item).prop('checked', + visible); + } + }); + } + + if ($items.filter(':checked').length <= this.options + .minimumCountColumns) { + $items.filter(':checked').prop('disabled', true); + } + } + } + }, { + key: "mergeCells", + value: function mergeCells(options) { + var row = options.index; + var col = this.getVisibleFields().indexOf(options.field); + var rowspan = options.rowspan || 1; + var colspan = options.colspan || 1; + var i; + var j; + var $tr = this.$body.find('>tr[data-index]'); + col += Utils.getDetailViewIndexOffset(this.options); + var $td = $tr.eq(row).find('>td').eq(col); + + if (row < 0 || col < 0 || row >= this.data.length) { + return; + } + + for (i = row; i < row + rowspan; i++) { + for (j = col; j < col + colspan; j++) { + $tr.eq(i).find('>td').eq(j).hide(); + } + } + + $td.attr('rowspan', rowspan).attr('colspan', colspan).show(); + } + }, { + key: "checkAll", + value: function checkAll() { + this._toggleCheckAll(true); + } + }, { + key: "uncheckAll", + value: function uncheckAll() { + this._toggleCheckAll(false); + } + }, { + key: "_toggleCheckAll", + value: function _toggleCheckAll(checked) { + var rowsBefore = this.getSelections(); + this.$selectAll.add(this.$selectAll_).prop('checked', checked); + this.$selectItem.filter(':enabled').prop('checked', checked); + this.updateRows(); + this.updateSelected(); + var rowsAfter = this.getSelections(); + + if (checked) { + this.trigger('check-all', rowsAfter, rowsBefore); + return; + } + + this.trigger('uncheck-all', rowsAfter, rowsBefore); + } + }, { + key: "checkInvert", + value: function checkInvert() { + var $items = this.$selectItem.filter(':enabled'); + var checked = $items.filter(':checked'); + $items.each(function(i, el) { + $__default["default"](el).prop('checked', !$__default["default"] + (el).prop('checked')); + }); + this.updateRows(); + this.updateSelected(); + this.trigger('uncheck-some', checked); + checked = this.getSelections(); + this.trigger('check-some', checked); + } + }, { + key: "check", + value: function check(index) { + this._toggleCheck(true, index); + } + }, { + key: "uncheck", + value: function uncheck(index) { + this._toggleCheck(false, index); + } + }, { + key: "_toggleCheck", + value: function _toggleCheck(checked, index) { + var $el = this.$selectItem.filter("[data-index=\"".concat(index, "\"]")); + var row = this.data[index]; + + if ($el.is(':radio') || this.options.singleSelect || this.options + .multipleSelectRow && !this.multipleSelectRowCtrlKey && !this + .multipleSelectRowShiftKey) { + var _iterator10 = _createForOfIteratorHelper(this.options.data), + _step10; + + try { + for (_iterator10.s(); !(_step10 = _iterator10.n()).done;) { + var r = _step10.value; + r[this.header.stateField] = false; + } + } catch (err) { + _iterator10.e(err); + } finally { + _iterator10.f(); + } + + this.$selectItem.filter(':checked').not($el).prop('checked', false); + } + + row[this.header.stateField] = checked; + + if (this.options.multipleSelectRow) { + if (this.multipleSelectRowShiftKey && this + .multipleSelectRowLastSelectedIndex >= 0) { + var _ref8 = this.multipleSelectRowLastSelectedIndex < index ? [this + .multipleSelectRowLastSelectedIndex, index + ] : [index, this.multipleSelectRowLastSelectedIndex], + _ref9 = _slicedToArray(_ref8, 2), + fromIndex = _ref9[0], + toIndex = _ref9[1]; + + for (var i = fromIndex + 1; i < toIndex; i++) { + this.data[i][this.header.stateField] = true; + this.$selectItem.filter("[data-index=\"".concat(i, "\"]")).prop( + 'checked', true); + } + } + + this.multipleSelectRowCtrlKey = false; + this.multipleSelectRowShiftKey = false; + this.multipleSelectRowLastSelectedIndex = checked ? index : -1; + } + + $el.prop('checked', checked); + this.updateSelected(); + this.trigger(checked ? 'check' : 'uncheck', this.data[index], $el); + } + }, { + key: "checkBy", + value: function checkBy(obj) { + this._toggleCheckBy(true, obj); + } + }, { + key: "uncheckBy", + value: function uncheckBy(obj) { + this._toggleCheckBy(false, obj); + } + }, { + key: "_toggleCheckBy", + value: function _toggleCheckBy(checked, obj) { + var _this24 = this; + + if (!obj.hasOwnProperty('field') || !obj.hasOwnProperty('values')) { + return; + } + + var rows = []; + this.data.forEach(function(row, i) { + if (!row.hasOwnProperty(obj.field)) { + return false; + } + + if (obj.values.includes(row[obj.field])) { + var $el = _this24.$selectItem.filter(':enabled').filter( + Utils.sprintf('[data-index="%s"]', i)); + + var onlyCurrentPage = obj.hasOwnProperty( + 'onlyCurrentPage') ? obj.onlyCurrentPage : false; + $el = checked ? $el.not(':checked') : $el.filter( + ':checked'); + + if (!$el.length && onlyCurrentPage) { + return; + } + + $el.prop('checked', checked); + row[_this24.header.stateField] = checked; + rows.push(row); + + _this24.trigger(checked ? 'check' : 'uncheck', row, $el); + } + }); + this.updateSelected(); + this.trigger(checked ? 'check-some' : 'uncheck-some', rows); + } + }, { + key: "refresh", + value: function refresh(params) { + if (params && params.url) { + this.options.url = params.url; + } + + if (params && params.pageNumber) { + this.options.pageNumber = params.pageNumber; + } + + if (params && params.pageSize) { + this.options.pageSize = params.pageSize; + } + + this.trigger('refresh', this.initServer(params && params.silent, params && + params.query, params && params.url)); + } + }, { + key: "destroy", + value: function destroy() { + this.$el.insertBefore(this.$container); + $__default["default"](this.options.toolbar).insertBefore(this.$el); + this.$container.next().remove(); + this.$container.remove(); + this.$el.html(this.$el_.html()).css('margin-top', '0').attr('class', this + .$el_.attr('class') || ''); // reset the class + } + }, { + key: "resetView", + value: function resetView(params) { + var padding = 0; + + if (params && params.height) { + this.options.height = params.height; + } + + this.$tableContainer.toggleClass('has-card-view', this.options.cardView); + + if (this.options.height) { + var fixedBody = this.$tableBody.get(0); + this.hasScrollBar = fixedBody.scrollWidth > fixedBody.clientWidth; + } + + if (!this.options.cardView && this.options.showHeader && this.options + .height) { + this.$tableHeader.show(); + this.resetHeader(); + padding += this.$header.outerHeight(true) + 1; + } else { + this.$tableHeader.hide(); + this.trigger('post-header'); + } + + if (!this.options.cardView && this.options.showFooter) { + this.$tableFooter.show(); + this.fitFooter(); + + if (this.options.height) { + padding += this.$tableFooter.outerHeight(true); + } + } + + if (this.$container.hasClass('fullscreen')) { + this.$tableContainer.css('height', ''); + this.$tableContainer.css('width', ''); + } else if (this.options.height) { + if (this.$tableBorder) { + this.$tableBorder.css('width', ''); + this.$tableBorder.css('height', ''); + } + + var toolbarHeight = this.$toolbar.outerHeight(true); + var paginationHeight = this.$pagination.outerHeight(true); + var height = this.options.height - toolbarHeight - paginationHeight; + var $bodyTable = this.$tableBody.find('>table'); + var tableHeight = $bodyTable.outerHeight(); + this.$tableContainer.css('height', "".concat(height, "px")); + + if (this.$tableBorder && $bodyTable.is(':visible')) { + var tableBorderHeight = height - tableHeight - 2; + + if (this.hasScrollBar) { + tableBorderHeight -= Utils.getScrollBarWidth(); + } + + this.$tableBorder.css('width', "".concat($bodyTable.outerWidth(), + "px")); + this.$tableBorder.css('height', "".concat(tableBorderHeight, "px")); + } + } + + if (this.options.cardView) { + // remove the element css + this.$el.css('margin-top', '0'); + this.$tableContainer.css('padding-bottom', '0'); + this.$tableFooter.hide(); + } else { + // Assign the correct sortable arrow + this.getCaret(); + this.$tableContainer.css('padding-bottom', "".concat(padding, "px")); + } + + this.trigger('reset-view'); + } + }, { + key: "showLoading", + value: function showLoading() { + this.$tableLoading.toggleClass('open', true); + var fontSize = this.options.loadingFontSize; + + if (this.options.loadingFontSize === 'auto') { + fontSize = this.$tableLoading.width() * 0.04; + fontSize = Math.max(12, fontSize); + fontSize = Math.min(32, fontSize); + fontSize = "".concat(fontSize, "px"); + } + + this.$tableLoading.find('.loading-text').css('font-size', fontSize); + } + }, { + key: "hideLoading", + value: function hideLoading() { + this.$tableLoading.toggleClass('open', false); + } + }, { + key: "togglePagination", + value: function togglePagination() { + this.options.pagination = !this.options.pagination; + var icon = this.options.showButtonIcons ? this.options.pagination ? this + .options.icons.paginationSwitchDown : this.options.icons + .paginationSwitchUp : ''; + var text = this.options.showButtonText ? this.options.pagination ? this + .options.formatPaginationSwitchUp() : this.options + .formatPaginationSwitchDown() : ''; + this.$toolbar.find('button[name="paginationSwitch"]').html("".concat(Utils + .sprintf(this.constants.html.icon, this.options.iconsPrefix, + icon), " ").concat(text)); + this.updatePagination(); + this.trigger('toggle-pagination', this.options.pagination); + } + }, { + key: "toggleFullscreen", + value: function toggleFullscreen() { + this.$el.closest('.bootstrap-table').toggleClass('fullscreen'); + this.resetView(); + } + }, { + key: "toggleView", + value: function toggleView() { + this.options.cardView = !this.options.cardView; + this.initHeader(); + var icon = this.options.showButtonIcons ? this.options.cardView ? this + .options.icons.toggleOn : this.options.icons.toggleOff : ''; + var text = this.options.showButtonText ? this.options.cardView ? this + .options.formatToggleOff() : this.options.formatToggleOn() : ''; + this.$toolbar.find('button[name="toggle"]').html("".concat(Utils.sprintf( + this.constants.html.icon, this.options.iconsPrefix, icon), + " ").concat(text)); + this.initBody(); + this.trigger('toggle', this.options.cardView); + } + }, { + key: "resetSearch", + value: function resetSearch(text) { + var $search = Utils.getSearchInput(this); + var textToUse = text || ''; + $search.val(textToUse); + this.searchText = textToUse; + this.onSearch({ + currentTarget: $search + }, false); + } + }, { + key: "filterBy", + value: function filterBy(columns, options) { + this.filterOptions = Utils.isEmptyObject(options) ? this.options + .filterOptions : $__default["default"].extend(this.options + .filterOptions, options); + this.filterColumns = Utils.isEmptyObject(columns) ? {} : columns; + this.options.pageNumber = 1; + this.initSearch(); + this.updatePagination(); + } + }, { + key: "scrollTo", + value: function scrollTo(params) { + var options = { + unit: 'px', + value: 0 + }; + + if (_typeof(params) === 'object') { + options = Object.assign(options, params); + } else if (typeof params === 'string' && params === 'bottom') { + options.value = this.$tableBody[0].scrollHeight; + } else if (typeof params === 'string' || typeof params === 'number') { + options.value = params; + } + + var scrollTo = options.value; + + if (options.unit === 'rows') { + scrollTo = 0; + this.$body.find("> tr:lt(".concat(options.value, ")")).each(function(i, + el) { + scrollTo += $__default["default"](el).outerHeight(true); + }); + } + + this.$tableBody.scrollTop(scrollTo); + } + }, { + key: "getScrollPosition", + value: function getScrollPosition() { + return this.$tableBody.scrollTop(); + } + }, { + key: "selectPage", + value: function selectPage(page) { + if (page > 0 && page <= this.options.totalPages) { + this.options.pageNumber = page; + this.updatePagination(); + } + } + }, { + key: "prevPage", + value: function prevPage() { + if (this.options.pageNumber > 1) { + this.options.pageNumber--; + this.updatePagination(); + } + } + }, { + key: "nextPage", + value: function nextPage() { + if (this.options.pageNumber < this.options.totalPages) { + this.options.pageNumber++; + this.updatePagination(); + } + } + }, { + key: "toggleDetailView", + value: function toggleDetailView(index, _columnDetailFormatter) { + var $tr = this.$body.find(Utils.sprintf('> tr[data-index="%s"]', index)); + + if ($tr.next().is('tr.detail-view')) { + this.collapseRow(index); + } else { + this.expandRow(index, _columnDetailFormatter); + } + + this.resetView(); + } + }, { + key: "expandRow", + value: function expandRow(index, _columnDetailFormatter) { + var row = this.data[index]; + var $tr = this.$body.find(Utils.sprintf( + '> tr[data-index="%s"][data-has-detail-view]', index)); + + if (this.options.detailViewIcon) { + $tr.find('a.detail-icon').html(Utils.sprintf(this.constants.html.icon, + this.options.iconsPrefix, this.options.icons.detailClose)); + } + + if ($tr.next().is('tr.detail-view')) { + return; + } + + $tr.after(Utils.sprintf( + '
    + + + + + + + + + + + + + + + + + + + + + + +
    {lang operator}{lang usergroup}{lang ip}{lang time}{lang info}
    $log[2]$log[3]$log[4]$log[1] + {eval echo cutstr($log[5], 200)} +
    + $multi +
    +
    + + +
    +
    + 没有相关的内容… +
    + \ No newline at end of file diff --git a/user/profile/template/lyear/lyear_left.htm b/user/profile/template/lyear/lyear_left.htm new file mode 100644 index 0000000..7abfb5d --- /dev/null +++ b/user/profile/template/lyear/lyear_left.htm @@ -0,0 +1,12 @@ + \ No newline at end of file diff --git a/user/profile/template/lyear/pass_safe.htm b/user/profile/template/lyear/pass_safe.htm new file mode 100644 index 0000000..5a5419b --- /dev/null +++ b/user/profile/template/lyear/pass_safe.htm @@ -0,0 +1,29 @@ + + + + +
    +
    + +
    +
    + + + + + + + +
    +
    +
    +
    + \ No newline at end of file diff --git a/user/profile/template/lyear/profile.htm b/user/profile/template/lyear/profile.htm new file mode 100644 index 0000000..b5f0f19 --- /dev/null +++ b/user/profile/template/lyear/profile.htm @@ -0,0 +1,241 @@ + + + + + + + +
    +
    +
    +
    + +
    + +

    {lang profile_message1}。

    + + {eval $desc=dzzcode($_G['setting']['verify'][$vid]['desc']);} +

    $desc

    + + +

    {lang profile_message2}

    + +
    + +
    +
    +
    + {lang Information_complete} $userstatus[profileprogress]% +
    +
    +
    + + +
    + ... +
    + + +

    选择一张你喜欢的图片,裁剪后会自动生成200x200大小,上传图片大小不能超过2M。

    +
    +
    + + + + + +
    + +
    $_G[username] +
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    +
    + +
    $space['email'] +
    +
    + + +
    + +
    + $htmls[$key] +
    +
    + + + + + +
    +
    + + + +
    + +
    + + +

    {lang current_time} : + +

    +

    {lang time_zone_state}

    +
    +
    + + +
    + value="{lang submit_audit}"value="{lang save}"> +
    + + + + +
    +
    +
    +
    + + + + + + diff --git a/user/register/classes/checkvalue.php b/user/register/classes/checkvalue.php index f23fe7f..b062536 100644 --- a/user/register/classes/checkvalue.php +++ b/user/register/classes/checkvalue.php @@ -99,15 +99,12 @@ class Checkvalue{ $profile = $verifyarr = array(); foreach($_G['cache']['fields_register'] as $field) { - $field_key = $field['fieldid']; $field_val = $_GET[''.$field_key]; if($field['formtype'] == 'file' && !empty($_FILES[$field_key]) && $_FILES[$field_key]['error'] == 0) { $field_val = true; } - if(!profile_check($field_key, $field_val)) { - showTips(array('error'=>$field['title'].lang('profile_illegal')),$type); } } diff --git a/user/register/register.php b/user/register/register.php index 28a8d97..307b123 100644 --- a/user/register/register.php +++ b/user/register/register.php @@ -10,13 +10,9 @@ if (!defined('IN_DZZ')) { exit('Access Denied'); } $setting = $_G['setting']; - $showregisterform = 1; - Hook::listen('register_before');//注册预处理钩子 - if($_G['uid']) { - $url_forward = dreferer(); if(strpos($url_forward, 'user.php') !== false) { $url_forward = 'index.php'; diff --git a/user/register/template/register.htm b/user/register/template/register.htm index 7bda8af..5e0109e 100644 --- a/user/register/template/register.htm +++ b/user/register/template/register.htm @@ -2,7 +2,7 @@ - + +
    +
    +
    +

    $space['username']

    +
    + {eval echo avatar_block($uid);} +
    +
      + +
    • + $value[title] + $value[value] +
    • + +
    + +
    +
    +
    + \ No newline at end of file diff --git a/user/space/template/space.htm b/user/space/template/space.htm index a4149d8..4d5c6c9 100644 --- a/user/space/template/space.htm +++ b/user/space/template/space.htm @@ -2,7 +2,7 @@