Version Description
- Add page contents widget.
- Add favicon setting.
- Add Eyecatch image auto insert.
- Add Transration.
Download this release
Release Info
Developer | kurudrive |
Plugin | ![]() |
Version | 0.1.4.0 |
Comparing to | |
See all releases |
Code changes from version 0.1.3.0 to 0.1.4.0
- README.md +4 -0
- _scss/admin.scss +14 -0
- _scss/style.scss +51 -24
- common_init.php +3 -0
- css/admin.css +16 -0
- css/style.css +69 -27
- css/style_in_bs.css +53 -26
- gulpfile.js +2 -2
- js/all.js +26 -26
- js/all.min.js +3 -3
- js/all_in_bs.js +33 -33
- js/all_in_bs.min.js +3 -3
- js/master.js +1 -1
- languages/vkExUnit-ja.mo +0 -0
- languages/vkExUnit-ja.po +666 -521
- languages/vkexunit.mo +0 -0
- languages/vkexunit.pot +443 -361
- plugins/auto_eyecatch.php +113 -0
- plugins/icons.php +81 -0
- plugins/meta_description/meta_description.php +5 -5
- plugins/meta_keyword/meta_keyword.php +20 -19
- plugins/other_widget/js/widget-3pr-uploader.js +18 -18
- plugins/other_widget/js/widget-prof-uploader.js +5 -5
- plugins/other_widget/other_widget.php +2 -1
- plugins/other_widget/widget-3pr-area.php +241 -264
- plugins/other_widget/widget-page.php +66 -0
- plugins/other_widget/widget-profile.php +66 -63
- readme.txt +8 -2
- vkExUnit.php +8 -4
- vkExUnit_admin.php +66 -15
README.md
CHANGED
@@ -1,5 +1,9 @@
|
|
1 |
# コーディングルール
|
2 |
|
|
|
|
|
|
|
|
|
3 |
## CSS命名について
|
4 |
|
5 |
- 複数の単語の場合はキャメルケース(連結する単語の最初の1文字を大文字)にする
|
1 |
# コーディングルール
|
2 |
|
3 |
+
## DBに保存する名前
|
4 |
+
|
5 |
+
単語を連結する場合は _ で連結する
|
6 |
+
|
7 |
## CSS命名について
|
8 |
|
9 |
- 複数の単語の場合はキャメルケース(連結する単語の最初の1文字を大文字)にする
|
_scss/admin.scss
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
@charset "utf-8";
|
2 |
+
@import "compass";
|
3 |
+
|
4 |
+
.optionNav { display:block !important; overflow:hidden; }
|
5 |
+
.optionNav ul { display:block; overflow:hidden;margin:0;padding:0 5px; }
|
6 |
+
.optionNav ul li { display: block; float:left;border-radius: 3px 3px 0 0;border:1px solid #ccc; border-bottom:none;margin-right:2px; margin-bottom:0;}
|
7 |
+
.optionNav ul li:hover { background-color: #666; }
|
8 |
+
.optionNav ul li a { display:block; overflow:hidden;padding:0.5em; text-decoration: none;color:#666;font-size:12px; }
|
9 |
+
.optionNav ul li:hover a { color: #fff;border:none; }
|
10 |
+
.optionNav ul li.current { background-color: #333;color:#fff;
|
11 |
+
a { color:#fff; }
|
12 |
+
}
|
13 |
+
|
14 |
+
.vkExUnit_admin_page.wrap h3 { background-color:#333; color:#fff; padding:10px 15px;font-size:150%;margin-top:0;border-left:5px solid #e50000;}
|
_scss/style.scss
CHANGED
@@ -2,11 +2,42 @@
|
|
2 |
@import "compass";
|
3 |
@import "_bizvektor_theme_included_style";
|
4 |
|
5 |
-
|
6 |
/* ex_unit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
/*-------------------------------------------*/
|
|
|
|
|
|
|
8 |
.link-list li { padding:0.5em; }
|
9 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
.sitemap .sectionBox { padding-top:0; }
|
11 |
.sitemap .sitemap-col { padding-bottom:2em; }
|
12 |
|
@@ -26,7 +57,7 @@
|
|
26 |
.vkContentAddSection { display:block; clear:both; overflow:hidden; padding-top:20px; }
|
27 |
|
28 |
/*-------------------------------------------*/
|
29 |
-
/*
|
30 |
/*-------------------------------------------*/
|
31 |
.socialSet ul { margin:0px;padding:0; }
|
32 |
.socialSet ul li { position:relative; display:block;float:left; overflow:visible; margin-right:10px; padding:0px; background:none; }
|
@@ -99,14 +130,14 @@
|
|
99 |
/*-------------------------------------------*/
|
100 |
/* Profile wiget Plugin
|
101 |
/*-------------------------------------------*/
|
102 |
-
.
|
103 |
margin: 0.5em 0;
|
104 |
}
|
105 |
-
.
|
106 |
margin-bottom: 0.5em;
|
107 |
font-size: 14px;
|
108 |
}
|
109 |
-
.
|
110 |
margin: 0;
|
111 |
padding: 0;
|
112 |
width: 100%;
|
@@ -136,41 +167,37 @@
|
|
136 |
vertical-align:middle;
|
137 |
text-align:center;
|
138 |
}
|
139 |
-
.
|
140 |
a{
|
141 |
background: #3b5998;
|
142 |
}
|
143 |
}
|
144 |
-
.
|
145 |
a{
|
146 |
background: #55acee;
|
147 |
}
|
148 |
}
|
149 |
-
.
|
150 |
a{
|
151 |
-
|
152 |
-
height: 44px;
|
153 |
-
border: solid 1px #ccc;
|
154 |
-
background: #fff;
|
155 |
-
color: #999;
|
156 |
}
|
157 |
}
|
158 |
-
.
|
159 |
a{
|
160 |
background: #C81D1C;
|
161 |
}
|
162 |
}
|
163 |
-
.
|
164 |
a{
|
165 |
background: #f26522;
|
166 |
}
|
167 |
}
|
168 |
-
.
|
169 |
a{
|
170 |
background: #3f729b;
|
171 |
}
|
172 |
}
|
173 |
-
.
|
174 |
a{
|
175 |
background: #0077b5;
|
176 |
}
|
@@ -179,17 +206,17 @@
|
|
179 |
/*-------------------------------------------*/
|
180 |
/* 3PR area wiget Plugin
|
181 |
/*-------------------------------------------*/
|
182 |
-
.
|
183 |
.subSection-title{
|
184 |
font-size: 18px;
|
185 |
}
|
186 |
-
.
|
187 |
margin-bottom: 0.5em;
|
188 |
}
|
189 |
-
.
|
190 |
display: block;
|
191 |
}
|
192 |
-
.
|
193 |
display: none;
|
194 |
}
|
195 |
.summary{
|
@@ -204,11 +231,11 @@
|
|
204 |
}
|
205 |
}
|
206 |
@media screen and (max-width:768px){
|
207 |
-
.
|
208 |
-
.
|
209 |
display: none;
|
210 |
}
|
211 |
-
.
|
212 |
display: block;
|
213 |
}
|
214 |
.linkurl {
|
2 |
@import "compass";
|
3 |
@import "_bizvektor_theme_included_style";
|
4 |
|
5 |
+
/*-------------------------------------------------*/
|
6 |
/* ex_unit
|
7 |
+
/*-------------------------------------------------*/
|
8 |
+
/* .common
|
9 |
+
/*-------------------------------------------*/
|
10 |
+
/* .autoEyeCatchBox
|
11 |
+
/*-------------------------------------------*/
|
12 |
+
/* .sitemap
|
13 |
+
/*-------------------------------------------*/
|
14 |
+
/* fb Page Plugin
|
15 |
+
/*-------------------------------------------*/
|
16 |
+
/* .socialSet
|
17 |
+
/*-------------------------------------------*/
|
18 |
+
/* Profile wiget Plugin
|
19 |
+
/*-------------------------------------------*/
|
20 |
+
/* 3PR area wiget Plugin
|
21 |
+
/*-------------------------------------------*/
|
22 |
+
|
23 |
/*-------------------------------------------*/
|
24 |
+
/* .common
|
25 |
+
/*-------------------------------------------*/
|
26 |
+
|
27 |
.link-list li { padding:0.5em; }
|
28 |
|
29 |
+
/*-------------------------------------------*/
|
30 |
+
/* .autoEyeCatchBox
|
31 |
+
/*-------------------------------------------*/
|
32 |
+
|
33 |
+
.autoEyeCatchBox { display:block; overflow:hidden;margin-bottom:2em; }
|
34 |
+
|
35 |
+
/*-------------------------------------------*/
|
36 |
+
/* .sitemap
|
37 |
+
/*-------------------------------------------*/
|
38 |
+
|
39 |
+
|
40 |
+
|
41 |
.sitemap .sectionBox { padding-top:0; }
|
42 |
.sitemap .sitemap-col { padding-bottom:2em; }
|
43 |
|
57 |
.vkContentAddSection { display:block; clear:both; overflow:hidden; padding-top:20px; }
|
58 |
|
59 |
/*-------------------------------------------*/
|
60 |
+
/* .socialSet
|
61 |
/*-------------------------------------------*/
|
62 |
.socialSet ul { margin:0px;padding:0; }
|
63 |
.socialSet ul li { position:relative; display:block;float:left; overflow:visible; margin-right:10px; padding:0px; background:none; }
|
130 |
/*-------------------------------------------*/
|
131 |
/* Profile wiget Plugin
|
132 |
/*-------------------------------------------*/
|
133 |
+
.profile_media{
|
134 |
margin: 0.5em 0;
|
135 |
}
|
136 |
+
.profile_text{
|
137 |
margin-bottom: 0.5em;
|
138 |
font-size: 14px;
|
139 |
}
|
140 |
+
.sns_btns{
|
141 |
margin: 0;
|
142 |
padding: 0;
|
143 |
width: 100%;
|
167 |
vertical-align:middle;
|
168 |
text-align:center;
|
169 |
}
|
170 |
+
.facebook_btn{
|
171 |
a{
|
172 |
background: #3b5998;
|
173 |
}
|
174 |
}
|
175 |
+
.twitter_btn{
|
176 |
a{
|
177 |
background: #55acee;
|
178 |
}
|
179 |
}
|
180 |
+
.mail_btn{
|
181 |
a{
|
182 |
+
background: #2F915F;
|
|
|
|
|
|
|
|
|
183 |
}
|
184 |
}
|
185 |
+
.youtube_btn{
|
186 |
a{
|
187 |
background: #C81D1C;
|
188 |
}
|
189 |
}
|
190 |
+
.rss_btn{
|
191 |
a{
|
192 |
background: #f26522;
|
193 |
}
|
194 |
}
|
195 |
+
.instagram_btn{
|
196 |
a{
|
197 |
background: #3f729b;
|
198 |
}
|
199 |
}
|
200 |
+
.linkedin_btn{
|
201 |
a{
|
202 |
background: #0077b5;
|
203 |
}
|
206 |
/*-------------------------------------------*/
|
207 |
/* 3PR area wiget Plugin
|
208 |
/*-------------------------------------------*/
|
209 |
+
.prBox{
|
210 |
.subSection-title{
|
211 |
font-size: 18px;
|
212 |
}
|
213 |
+
.media_pr{
|
214 |
margin-bottom: 0.5em;
|
215 |
}
|
216 |
+
.media_pc{
|
217 |
display: block;
|
218 |
}
|
219 |
+
.media_sp{
|
220 |
display: none;
|
221 |
}
|
222 |
.summary{
|
231 |
}
|
232 |
}
|
233 |
@media screen and (max-width:768px){
|
234 |
+
.prBox{
|
235 |
+
.media_pc{
|
236 |
display: none;
|
237 |
}
|
238 |
+
.media_sp{
|
239 |
display: block;
|
240 |
}
|
241 |
.linkurl {
|
common_init.php
CHANGED
@@ -35,6 +35,7 @@ function vkExUnit_get_common_options_default() {
|
|
35 |
'active_relatedPosts' => true,
|
36 |
'active_otherWidgets' => true,
|
37 |
'active_css_customize' => true,
|
|
|
38 |
);
|
39 |
return apply_filters( 'vkExUnit_common_options_default', $default_options );
|
40 |
}
|
@@ -49,12 +50,14 @@ function vkExUnit_common_options_validate( $input ) {
|
|
49 |
$output['active_fontawesome'] = (isset($input['active_fontawesome'])) ? true:false;
|
50 |
$output['active_metaDescription'] = (isset($input['active_metaDescription'])) ? true:false;
|
51 |
$output['active_metaKeyword'] = (isset($input['active_metaKeyword'])) ? true:false;
|
|
|
52 |
$output['active_wpTitle'] = (isset($input['active_wpTitle'])) ? true:false;
|
53 |
$output['active_sns'] = (isset($input['active_sns'])) ? true:false;
|
54 |
$output['active_ga'] = (isset($input['active_ga'])) ? true:false;
|
55 |
$output['active_relatedPosts'] = (isset($input['active_relatedPosts'])) ? true:false;
|
56 |
$output['active_otherWidgets'] = (isset($input['active_otherWidgets'])) ? true:false;
|
57 |
$output['active_css_customize'] = (isset($input['active_css_customize'])) ? true:false;
|
|
|
58 |
|
59 |
return apply_filters( 'vkExUnit_common_options_validate', $output, $input, $defaults );
|
60 |
}
|
35 |
'active_relatedPosts' => true,
|
36 |
'active_otherWidgets' => true,
|
37 |
'active_css_customize' => true,
|
38 |
+
'active_auto_eyecatch' => true,
|
39 |
);
|
40 |
return apply_filters( 'vkExUnit_common_options_default', $default_options );
|
41 |
}
|
50 |
$output['active_fontawesome'] = (isset($input['active_fontawesome'])) ? true:false;
|
51 |
$output['active_metaDescription'] = (isset($input['active_metaDescription'])) ? true:false;
|
52 |
$output['active_metaKeyword'] = (isset($input['active_metaKeyword'])) ? true:false;
|
53 |
+
$output['active_icon'] = (isset($input['active_icon'])) ? true:false;
|
54 |
$output['active_wpTitle'] = (isset($input['active_wpTitle'])) ? true:false;
|
55 |
$output['active_sns'] = (isset($input['active_sns'])) ? true:false;
|
56 |
$output['active_ga'] = (isset($input['active_ga'])) ? true:false;
|
57 |
$output['active_relatedPosts'] = (isset($input['active_relatedPosts'])) ? true:false;
|
58 |
$output['active_otherWidgets'] = (isset($input['active_otherWidgets'])) ? true:false;
|
59 |
$output['active_css_customize'] = (isset($input['active_css_customize'])) ? true:false;
|
60 |
+
$output['active_auto_eyecatch'] = (isset($input['active_auto_eyecatch'])) ? true:false;
|
61 |
|
62 |
return apply_filters( 'vkExUnit_common_options_validate', $output, $input, $defaults );
|
63 |
}
|
css/admin.css
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
.optionNav { display: block !important; overflow: hidden; }
|
2 |
+
|
3 |
+
.optionNav ul { display: block; overflow: hidden; margin: 0; padding: 0 5px; }
|
4 |
+
|
5 |
+
.optionNav ul li { display: block; float: left; border-radius: 3px 3px 0 0; border: 1px solid #ccc; border-bottom: none; margin-right: 2px; margin-bottom: 0; }
|
6 |
+
|
7 |
+
.optionNav ul li:hover { background-color: #666; }
|
8 |
+
|
9 |
+
.optionNav ul li a { display: block; overflow: hidden; padding: 0.5em; text-decoration: none; color: #666; font-size: 12px; }
|
10 |
+
|
11 |
+
.optionNav ul li:hover a { color: #fff; border: none; }
|
12 |
+
|
13 |
+
.optionNav ul li.current { background-color: #333; color: #fff; }
|
14 |
+
.optionNav ul li.current a { color: #fff; }
|
15 |
+
|
16 |
+
.vkExUnit_admin_page.wrap h3 { background-color: #333; color: #fff; padding: 10px 15px; font-size: 150%; margin-top: 0; border-left: 5px solid #e50000; }
|
css/style.css
CHANGED
@@ -1,8 +1,50 @@
|
|
|
|
1 |
/*-------------------------------------------*/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
/* ex_unit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
/*-------------------------------------------*/
|
4 |
.link-list li { padding: 0.5em; }
|
5 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
.sitemap .sectionBox { padding-top: 0; }
|
7 |
|
8 |
.sitemap .sitemap-col { padding-bottom: 2em; }
|
@@ -17,7 +59,7 @@
|
|
17 |
.vkContentAddSection { display: block; clear: both; overflow: hidden; padding-top: 20px; }
|
18 |
|
19 |
/*-------------------------------------------*/
|
20 |
-
/*
|
21 |
/*-------------------------------------------*/
|
22 |
.socialSet ul { margin: 0px; padding: 0; }
|
23 |
|
@@ -71,33 +113,33 @@
|
|
71 |
/*-------------------------------------------*/
|
72 |
/* Profile wiget Plugin
|
73 |
/*-------------------------------------------*/
|
74 |
-
.
|
75 |
-
|
76 |
-
.
|
77 |
-
|
78 |
-
.
|
79 |
-
.
|
80 |
-
.
|
81 |
-
.
|
82 |
-
.
|
83 |
-
.
|
84 |
-
.
|
85 |
-
.
|
86 |
-
.
|
87 |
-
.
|
88 |
-
.
|
89 |
-
.
|
90 |
|
91 |
/*-------------------------------------------*/
|
92 |
/* 3PR area wiget Plugin
|
93 |
/*-------------------------------------------*/
|
94 |
-
.
|
95 |
-
.
|
96 |
-
.
|
97 |
-
.
|
98 |
-
.
|
99 |
-
.
|
100 |
-
|
101 |
-
|
102 |
-
|
103 |
-
|
1 |
+
/* .media(bootstrap)
|
2 |
/*-------------------------------------------*/
|
3 |
+
.media { border-bottom: 1px solid #e5e5e5; padding: 2em 0; margin-top: 0; }
|
4 |
+
.media:first-child { border-top: 1px solid #e5e5e5; }
|
5 |
+
.media .postList_thumbnail { width: 160px; margin-bottom: 0.5em; padding-right: 30px; display: block; overflow: hidden; float: left; }
|
6 |
+
.media .postList_thumbnail a { position: relative; display: block; overflow: hidden; }
|
7 |
+
.media .postList_thumbnail img { width: 100%; height: auto; }
|
8 |
+
.media .postList_thumbnail .postList_cateLabel { position: absolute; bottom: 0; left: 0; }
|
9 |
+
.media .media-body .media-heading { font-size: 1.8em; line-height: 1.3em; margin-top: 0; margin-bottom: 0.5em; font-weight: normal; }
|
10 |
+
.media .media-body .media-heading a { color: #464646; }
|
11 |
+
.media .media-body .media-heading a:hover { text-decoration: none; }
|
12 |
+
.media .media-body p { margin-bottom: 0; }
|
13 |
+
.media .media-body a.media-body_excerpt { color: #464646; }
|
14 |
+
|
15 |
+
@media (max-width: 767px) { .media .postList_thumbnail { padding-right: 20px; }
|
16 |
+
.media .media-body .media-heading { font-size: 1.2em; line-height: 1.3em; margin-bottom: 0.5em; } }
|
17 |
+
@media (max-width: 500px) { .media .postList_thumbnail { width: 100px; } }
|
18 |
+
/*-------------------------------------------------*/
|
19 |
/* ex_unit
|
20 |
+
/*-------------------------------------------------*/
|
21 |
+
/* .common
|
22 |
+
/*-------------------------------------------*/
|
23 |
+
/* .autoEyeCatchBox
|
24 |
+
/*-------------------------------------------*/
|
25 |
+
/* .sitemap
|
26 |
+
/*-------------------------------------------*/
|
27 |
+
/* fb Page Plugin
|
28 |
+
/*-------------------------------------------*/
|
29 |
+
/* .socialSet
|
30 |
+
/*-------------------------------------------*/
|
31 |
+
/* Profile wiget Plugin
|
32 |
+
/*-------------------------------------------*/
|
33 |
+
/* 3PR area wiget Plugin
|
34 |
+
/*-------------------------------------------*/
|
35 |
+
/*-------------------------------------------*/
|
36 |
+
/* .common
|
37 |
/*-------------------------------------------*/
|
38 |
.link-list li { padding: 0.5em; }
|
39 |
|
40 |
+
/*-------------------------------------------*/
|
41 |
+
/* .autoEyeCatchBox
|
42 |
+
/*-------------------------------------------*/
|
43 |
+
.autoEyeCatchBox { display: block; overflow: hidden; margin-bottom: 2em; }
|
44 |
+
|
45 |
+
/*-------------------------------------------*/
|
46 |
+
/* .sitemap
|
47 |
+
/*-------------------------------------------*/
|
48 |
.sitemap .sectionBox { padding-top: 0; }
|
49 |
|
50 |
.sitemap .sitemap-col { padding-bottom: 2em; }
|
59 |
.vkContentAddSection { display: block; clear: both; overflow: hidden; padding-top: 20px; }
|
60 |
|
61 |
/*-------------------------------------------*/
|
62 |
+
/* .socialSet
|
63 |
/*-------------------------------------------*/
|
64 |
.socialSet ul { margin: 0px; padding: 0; }
|
65 |
|
113 |
/*-------------------------------------------*/
|
114 |
/* Profile wiget Plugin
|
115 |
/*-------------------------------------------*/
|
116 |
+
.profile_media { margin: 0.5em 0; }
|
117 |
+
|
118 |
+
.profile_text { margin-bottom: 0.5em; font-size: 14px; }
|
119 |
+
|
120 |
+
.sns_btns { margin: 0; padding: 0; width: 100%; }
|
121 |
+
.sns_btns li { float: left; margin-right: 0.45em; list-style: none; text-align: center; }
|
122 |
+
.sns_btns a { display: block; display: table; width: 45px; height: 45px; border-radius: 23px; color: #fff; text-decoration: none; font-size: 20px; }
|
123 |
+
.sns_btns a:hover { opacity: 0.8; color: #fff; text-decoration: none; }
|
124 |
+
.sns_btns .fa { display: table-cell; vertical-align: middle; text-align: center; }
|
125 |
+
.sns_btns .facebook_btn a { background: #3b5998; }
|
126 |
+
.sns_btns .twitter_btn a { background: #55acee; }
|
127 |
+
.sns_btns .mail_btn a { background: #2F915F; }
|
128 |
+
.sns_btns .youtube_btn a { background: #C81D1C; }
|
129 |
+
.sns_btns .rss_btn a { background: #f26522; }
|
130 |
+
.sns_btns .instagram_btn a { background: #3f729b; }
|
131 |
+
.sns_btns .linkedin_btn a { background: #0077b5; }
|
132 |
|
133 |
/*-------------------------------------------*/
|
134 |
/* 3PR area wiget Plugin
|
135 |
/*-------------------------------------------*/
|
136 |
+
.prBox .subSection-title { font-size: 18px; }
|
137 |
+
.prBox .media_pr { margin-bottom: 0.5em; }
|
138 |
+
.prBox .media_pc { display: block; }
|
139 |
+
.prBox .media_sp { display: none; }
|
140 |
+
.prBox .summary { margin-bottom: 0.5em; font-size: 14px; line-height: 1.4em; }
|
141 |
+
.prBox .linkurl a { text-decoration: none; }
|
142 |
+
|
143 |
+
@media screen and (max-width: 768px) { .prBox .media_pc { display: none; }
|
144 |
+
.prBox .media_sp { display: block; }
|
145 |
+
.prBox .linkurl { margin-bottom: 1.5em; } }
|
css/style_in_bs.css
CHANGED
@@ -2539,11 +2539,36 @@ button.close { -webkit-appearance: none; padding: 0; cursor: pointer; background
|
|
2539 |
@media (max-width: 767px) { .media .postList_thumbnail { padding-right: 20px; }
|
2540 |
.media .media-body .media-heading { font-size: 1.2em; line-height: 1.3em; margin-bottom: 0.5em; } }
|
2541 |
@media (max-width: 500px) { .media .postList_thumbnail { width: 100px; } }
|
2542 |
-
|
2543 |
/* ex_unit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2544 |
/*-------------------------------------------*/
|
2545 |
.link-list li { padding: 0.5em; }
|
2546 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2547 |
.sitemap .sectionBox { padding-top: 0; }
|
2548 |
|
2549 |
.sitemap .sitemap-col { padding-bottom: 2em; }
|
@@ -2558,7 +2583,7 @@ button.close { -webkit-appearance: none; padding: 0; cursor: pointer; background
|
|
2558 |
.vkContentAddSection { display: block; clear: both; overflow: hidden; padding-top: 20px; }
|
2559 |
|
2560 |
/*-------------------------------------------*/
|
2561 |
-
/*
|
2562 |
/*-------------------------------------------*/
|
2563 |
.socialSet ul { margin: 0px; padding: 0; }
|
2564 |
|
@@ -2612,31 +2637,33 @@ button.close { -webkit-appearance: none; padding: 0; cursor: pointer; background
|
|
2612 |
/*-------------------------------------------*/
|
2613 |
/* Profile wiget Plugin
|
2614 |
/*-------------------------------------------*/
|
2615 |
-
.
|
2616 |
-
|
2617 |
-
.
|
2618 |
-
|
2619 |
-
.
|
2620 |
-
.
|
2621 |
-
.
|
2622 |
-
.
|
2623 |
-
.
|
2624 |
-
.
|
2625 |
-
.
|
2626 |
-
.
|
2627 |
-
.
|
2628 |
-
.
|
2629 |
-
.
|
2630 |
-
.
|
2631 |
|
2632 |
/*-------------------------------------------*/
|
2633 |
/* 3PR area wiget Plugin
|
2634 |
/*-------------------------------------------*/
|
2635 |
-
.
|
2636 |
-
.
|
2637 |
-
.
|
2638 |
-
.
|
2639 |
-
.
|
2640 |
-
.
|
2641 |
-
|
2642 |
-
|
|
|
|
2539 |
@media (max-width: 767px) { .media .postList_thumbnail { padding-right: 20px; }
|
2540 |
.media .media-body .media-heading { font-size: 1.2em; line-height: 1.3em; margin-bottom: 0.5em; } }
|
2541 |
@media (max-width: 500px) { .media .postList_thumbnail { width: 100px; } }
|
2542 |
+
/*-------------------------------------------------*/
|
2543 |
/* ex_unit
|
2544 |
+
/*-------------------------------------------------*/
|
2545 |
+
/* .common
|
2546 |
+
/*-------------------------------------------*/
|
2547 |
+
/* .autoEyeCatchBox
|
2548 |
+
/*-------------------------------------------*/
|
2549 |
+
/* .sitemap
|
2550 |
+
/*-------------------------------------------*/
|
2551 |
+
/* fb Page Plugin
|
2552 |
+
/*-------------------------------------------*/
|
2553 |
+
/* .socialSet
|
2554 |
+
/*-------------------------------------------*/
|
2555 |
+
/* Profile wiget Plugin
|
2556 |
+
/*-------------------------------------------*/
|
2557 |
+
/* 3PR area wiget Plugin
|
2558 |
+
/*-------------------------------------------*/
|
2559 |
+
/*-------------------------------------------*/
|
2560 |
+
/* .common
|
2561 |
/*-------------------------------------------*/
|
2562 |
.link-list li { padding: 0.5em; }
|
2563 |
|
2564 |
+
/*-------------------------------------------*/
|
2565 |
+
/* .autoEyeCatchBox
|
2566 |
+
/*-------------------------------------------*/
|
2567 |
+
.autoEyeCatchBox { display: block; overflow: hidden; margin-bottom: 2em; }
|
2568 |
+
|
2569 |
+
/*-------------------------------------------*/
|
2570 |
+
/* .sitemap
|
2571 |
+
/*-------------------------------------------*/
|
2572 |
.sitemap .sectionBox { padding-top: 0; }
|
2573 |
|
2574 |
.sitemap .sitemap-col { padding-bottom: 2em; }
|
2583 |
.vkContentAddSection { display: block; clear: both; overflow: hidden; padding-top: 20px; }
|
2584 |
|
2585 |
/*-------------------------------------------*/
|
2586 |
+
/* .socialSet
|
2587 |
/*-------------------------------------------*/
|
2588 |
.socialSet ul { margin: 0px; padding: 0; }
|
2589 |
|
2637 |
/*-------------------------------------------*/
|
2638 |
/* Profile wiget Plugin
|
2639 |
/*-------------------------------------------*/
|
2640 |
+
.profile_media { margin: 0.5em 0; }
|
2641 |
+
|
2642 |
+
.profile_text { margin-bottom: 0.5em; font-size: 14px; }
|
2643 |
+
|
2644 |
+
.sns_btns { margin: 0; padding: 0; width: 100%; }
|
2645 |
+
.sns_btns li { float: left; margin-right: 0.45em; list-style: none; text-align: center; }
|
2646 |
+
.sns_btns a { display: block; display: table; width: 45px; height: 45px; border-radius: 23px; color: #fff; text-decoration: none; font-size: 20px; }
|
2647 |
+
.sns_btns a:hover { opacity: 0.8; color: #fff; text-decoration: none; }
|
2648 |
+
.sns_btns .fa { display: table-cell; vertical-align: middle; text-align: center; }
|
2649 |
+
.sns_btns .facebook_btn a { background: #3b5998; }
|
2650 |
+
.sns_btns .twitter_btn a { background: #55acee; }
|
2651 |
+
.sns_btns .mail_btn a { background: #2F915F; }
|
2652 |
+
.sns_btns .youtube_btn a { background: #C81D1C; }
|
2653 |
+
.sns_btns .rss_btn a { background: #f26522; }
|
2654 |
+
.sns_btns .instagram_btn a { background: #3f729b; }
|
2655 |
+
.sns_btns .linkedin_btn a { background: #0077b5; }
|
2656 |
|
2657 |
/*-------------------------------------------*/
|
2658 |
/* 3PR area wiget Plugin
|
2659 |
/*-------------------------------------------*/
|
2660 |
+
.prBox .subSection-title { font-size: 18px; }
|
2661 |
+
.prBox .media_pr { margin-bottom: 0.5em; }
|
2662 |
+
.prBox .media_pc { display: block; }
|
2663 |
+
.prBox .media_sp { display: none; }
|
2664 |
+
.prBox .summary { margin-bottom: 0.5em; font-size: 14px; line-height: 1.4em; }
|
2665 |
+
.prBox .linkurl a { text-decoration: none; }
|
2666 |
+
|
2667 |
+
@media screen and (max-width: 768px) { .prBox .media_pc { display: none; }
|
2668 |
+
.prBox .media_sp { display: block; }
|
2669 |
+
.prBox .linkurl { margin-bottom: 1.5em; } }
|
gulpfile.js
CHANGED
@@ -31,13 +31,13 @@ gulp.task( 'copy', function() {
|
|
31 |
|
32 |
// ファイル結合
|
33 |
gulp.task('scripts', function() {
|
34 |
-
return gulp.src(['./js/master.js'])
|
35 |
.pipe(concat('all.js'))
|
36 |
.pipe(gulp.dest('./js/'));
|
37 |
});
|
38 |
gulp.task('scripts_in_bs', function() {
|
39 |
// bootstrap use
|
40 |
-
return gulp.src(['./bootstrap/js/bootstrap.min.js','./js/master.js'])
|
41 |
.pipe(concat('all_in_bs.js'))
|
42 |
.pipe(gulp.dest('./js/'));
|
43 |
});
|
31 |
|
32 |
// ファイル結合
|
33 |
gulp.task('scripts', function() {
|
34 |
+
return gulp.src(['./js/jquery.flatheights.js','./js/master.js'])
|
35 |
.pipe(concat('all.js'))
|
36 |
.pipe(gulp.dest('./js/'));
|
37 |
});
|
38 |
gulp.task('scripts_in_bs', function() {
|
39 |
// bootstrap use
|
40 |
+
return gulp.src(['./js/jquery.flatheights.js','./bootstrap/js/bootstrap.min.js','./js/master.js'])
|
41 |
.pipe(concat('all_in_bs.js'))
|
42 |
.pipe(gulp.dest('./js/'));
|
43 |
});
|
js/all.js
CHANGED
@@ -1,29 +1,3 @@
|
|
1 |
-
pagePluginReSize();
|
2 |
-
jQuery(window).resize(function(){
|
3 |
-
pagePluginReSize();
|
4 |
-
});
|
5 |
-
|
6 |
-
/*-------------------------------------------*/
|
7 |
-
/* facebookLikeBox
|
8 |
-
/*-------------------------------------------*/
|
9 |
-
function pagePluginReSize(){
|
10 |
-
// jQuery('.fb_iframe_widget').each(function(){
|
11 |
-
// var element = jQuery(this).parent().width();
|
12 |
-
// console.log(element);
|
13 |
-
// jQuery(this).attr('data-width',element);
|
14 |
-
// jQuery(this).children('span:first').css({"width":element});
|
15 |
-
// jQuery(this).children('span iframe.fb_ltr').css({"width":element});
|
16 |
-
// });
|
17 |
-
}
|
18 |
-
|
19 |
-
!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');
|
20 |
-
|
21 |
-
/*-------------------------------------------*/
|
22 |
-
/* jquery.flatheights.js
|
23 |
-
/*-------------------------------------------*/
|
24 |
-
jQuery(function() {
|
25 |
-
jQuery('.pr-area > .subSection-title').flatHeights();
|
26 |
-
});
|
27 |
/*
|
28 |
======================================================================
|
29 |
jquery.flatheights.js
|
@@ -141,4 +115,30 @@ jQuery(document).ready(function($){
|
|
141 |
jQuery('.child_page_block').flatHeights();
|
142 |
jQuery('.child_page_block p').flatHeights();
|
143 |
jQuery('#content .child_page_block h4 a').flatHeights();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
144 |
});
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
/*
|
2 |
======================================================================
|
3 |
jquery.flatheights.js
|
115 |
jQuery('.child_page_block').flatHeights();
|
116 |
jQuery('.child_page_block p').flatHeights();
|
117 |
jQuery('#content .child_page_block h4 a').flatHeights();
|
118 |
+
});
|
119 |
+
pagePluginReSize();
|
120 |
+
jQuery(window).resize(function(){
|
121 |
+
pagePluginReSize();
|
122 |
+
});
|
123 |
+
|
124 |
+
/*-------------------------------------------*/
|
125 |
+
/* facebookLikeBox
|
126 |
+
/*-------------------------------------------*/
|
127 |
+
function pagePluginReSize(){
|
128 |
+
// jQuery('.fb_iframe_widget').each(function(){
|
129 |
+
// var element = jQuery(this).parent().width();
|
130 |
+
// console.log(element);
|
131 |
+
// jQuery(this).attr('data-width',element);
|
132 |
+
// jQuery(this).children('span:first').css({"width":element});
|
133 |
+
// jQuery(this).children('span iframe.fb_ltr').css({"width":element});
|
134 |
+
// });
|
135 |
+
}
|
136 |
+
|
137 |
+
!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');
|
138 |
+
|
139 |
+
/*-------------------------------------------*/
|
140 |
+
/* jquery.flatheights.js
|
141 |
+
/*-------------------------------------------*/
|
142 |
+
jQuery(function() {
|
143 |
+
jQuery('.prArea > .subSection-title, .prArea > .summary').flatHeights();
|
144 |
});
|
js/all.min.js
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
|
2 |
-
|
3 |
-
|
4 |
-
|
1 |
|
2 |
+
jQuery.changeLetterSize={handlers:[],interval:1000,currentSize:0};(function($){var self=$.changeLetterSize;var ins=$('<ins>M</ins>').css({display:'block',visibility:'hidden',position:'absolute',padding:'0',top:'0'});var isChanged=function(){ins.appendTo('body');var size=ins[0].offsetHeight;ins.remove();if(self.currentSize==size)return false;self.currentSize=size;return true;};$(isChanged);var observer=function(){if(!isChanged())return;$.each(self.handlers,function(i,handler){handler();});};self.addHandler=function(func){self.handlers.push(func);if(self.handlers.length==1){setInterval(observer,self.interval);}};})(jQuery);(function($){var sets=[];var flatHeights=function(set){var maxHeight=0;set.each(function(){var height=this.offsetHeight;if(height>maxHeight)maxHeight=height;});set.css('height',maxHeight+'px');};jQuery.fn.flatHeights=function(){if(this.length>1){flatHeights(this);sets.push(this);}
|
3 |
+
return this;};var reflatting=function(){$.each(sets,function(){this.height('auto');flatHeights(this);});};$.changeLetterSize.addHandler(reflatting);$(window).resize(reflatting);})(jQuery);jQuery(document).ready(function($){jQuery('.topPrTit a').flatHeights();jQuery('.topPrDescription').flatHeights();jQuery('.child_page_block').flatHeights();jQuery('.child_page_block p').flatHeights();jQuery('#content .child_page_block h4 a').flatHeights();});pagePluginReSize();jQuery(window).resize(function(){pagePluginReSize();});function pagePluginReSize(){}
|
4 |
+
!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document,'script','twitter-wjs');jQuery(function(){jQuery('.prArea > .subSection-title, .prArea > .summary').flatHeights();});
|
js/all_in_bs.js
CHANGED
@@ -1,36 +1,3 @@
|
|
1 |
-
/*!
|
2 |
-
* Bootstrap v3.3.4 (http://getbootstrap.com)
|
3 |
-
* Copyright 2011-2015 Twitter, Inc.
|
4 |
-
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
5 |
-
*/
|
6 |
-
if("undefined"==typeof jQuery)throw new Error("Bootstrap's JavaScript requires jQuery");+function(a){"use strict";var b=a.fn.jquery.split(" ")[0].split(".");if(b[0]<2&&b[1]<9||1==b[0]&&9==b[1]&&b[2]<1)throw new Error("Bootstrap's JavaScript requires jQuery version 1.9.1 or higher")}(jQuery),+function(a){"use strict";function b(){var a=document.createElement("bootstrap"),b={WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"oTransitionEnd otransitionend",transition:"transitionend"};for(var c in b)if(void 0!==a.style[c])return{end:b[c]};return!1}a.fn.emulateTransitionEnd=function(b){var c=!1,d=this;a(this).one("bsTransitionEnd",function(){c=!0});var e=function(){c||a(d).trigger(a.support.transition.end)};return setTimeout(e,b),this},a(function(){a.support.transition=b(),a.support.transition&&(a.event.special.bsTransitionEnd={bindType:a.support.transition.end,delegateType:a.support.transition.end,handle:function(b){return a(b.target).is(this)?b.handleObj.handler.apply(this,arguments):void 0}})})}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var c=a(this),e=c.data("bs.alert");e||c.data("bs.alert",e=new d(this)),"string"==typeof b&&e[b].call(c)})}var c='[data-dismiss="alert"]',d=function(b){a(b).on("click",c,this.close)};d.VERSION="3.3.4",d.TRANSITION_DURATION=150,d.prototype.close=function(b){function c(){g.detach().trigger("closed.bs.alert").remove()}var e=a(this),f=e.attr("data-target");f||(f=e.attr("href"),f=f&&f.replace(/.*(?=#[^\s]*$)/,""));var g=a(f);b&&b.preventDefault(),g.length||(g=e.closest(".alert")),g.trigger(b=a.Event("close.bs.alert")),b.isDefaultPrevented()||(g.removeClass("in"),a.support.transition&&g.hasClass("fade")?g.one("bsTransitionEnd",c).emulateTransitionEnd(d.TRANSITION_DURATION):c())};var e=a.fn.alert;a.fn.alert=b,a.fn.alert.Constructor=d,a.fn.alert.noConflict=function(){return a.fn.alert=e,this},a(document).on("click.bs.alert.data-api",c,d.prototype.close)}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.button"),f="object"==typeof b&&b;e||d.data("bs.button",e=new c(this,f)),"toggle"==b?e.toggle():b&&e.setState(b)})}var c=function(b,d){this.$element=a(b),this.options=a.extend({},c.DEFAULTS,d),this.isLoading=!1};c.VERSION="3.3.4",c.DEFAULTS={loadingText:"loading..."},c.prototype.setState=function(b){var c="disabled",d=this.$element,e=d.is("input")?"val":"html",f=d.data();b+="Text",null==f.resetText&&d.data("resetText",d[e]()),setTimeout(a.proxy(function(){d[e](null==f[b]?this.options[b]:f[b]),"loadingText"==b?(this.isLoading=!0,d.addClass(c).attr(c,c)):this.isLoading&&(this.isLoading=!1,d.removeClass(c).removeAttr(c))},this),0)},c.prototype.toggle=function(){var a=!0,b=this.$element.closest('[data-toggle="buttons"]');if(b.length){var c=this.$element.find("input");"radio"==c.prop("type")&&(c.prop("checked")&&this.$element.hasClass("active")?a=!1:b.find(".active").removeClass("active")),a&&c.prop("checked",!this.$element.hasClass("active")).trigger("change")}else this.$element.attr("aria-pressed",!this.$element.hasClass("active"));a&&this.$element.toggleClass("active")};var d=a.fn.button;a.fn.button=b,a.fn.button.Constructor=c,a.fn.button.noConflict=function(){return a.fn.button=d,this},a(document).on("click.bs.button.data-api",'[data-toggle^="button"]',function(c){var d=a(c.target);d.hasClass("btn")||(d=d.closest(".btn")),b.call(d,"toggle"),c.preventDefault()}).on("focus.bs.button.data-api blur.bs.button.data-api",'[data-toggle^="button"]',function(b){a(b.target).closest(".btn").toggleClass("focus",/^focus(in)?#x2F;.test(b.type))})}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.carousel"),f=a.extend({},c.DEFAULTS,d.data(),"object"==typeof b&&b),g="string"==typeof b?b:f.slide;e||d.data("bs.carousel",e=new c(this,f)),"number"==typeof b?e.to(b):g?e[g]():f.interval&&e.pause().cycle()})}var c=function(b,c){this.$element=a(b),this.$indicators=this.$element.find(".carousel-indicators"),this.options=c,this.paused=null,this.sliding=null,this.interval=null,this.$active=null,this.$items=null,this.options.keyboard&&this.$element.on("keydown.bs.carousel",a.proxy(this.keydown,this)),"hover"==this.options.pause&&!("ontouchstart"in document.documentElement)&&this.$element.on("mouseenter.bs.carousel",a.proxy(this.pause,this)).on("mouseleave.bs.carousel",a.proxy(this.cycle,this))};c.VERSION="3.3.4",c.TRANSITION_DURATION=600,c.DEFAULTS={interval:5e3,pause:"hover",wrap:!0,keyboard:!0},c.prototype.keydown=function(a){if(!/input|textarea/i.test(a.target.tagName)){switch(a.which){case 37:this.prev();break;case 39:this.next();break;default:return}a.preventDefault()}},c.prototype.cycle=function(b){return b||(this.paused=!1),this.interval&&clearInterval(this.interval),this.options.interval&&!this.paused&&(this.interval=setInterval(a.proxy(this.next,this),this.options.interval)),this},c.prototype.getItemIndex=function(a){return this.$items=a.parent().children(".item"),this.$items.index(a||this.$active)},c.prototype.getItemForDirection=function(a,b){var c=this.getItemIndex(b),d="prev"==a&&0===c||"next"==a&&c==this.$items.length-1;if(d&&!this.options.wrap)return b;var e="prev"==a?-1:1,f=(c+e)%this.$items.length;return this.$items.eq(f)},c.prototype.to=function(a){var b=this,c=this.getItemIndex(this.$active=this.$element.find(".item.active"));return a>this.$items.length-1||0>a?void 0:this.sliding?this.$element.one("slid.bs.carousel",function(){b.to(a)}):c==a?this.pause().cycle():this.slide(a>c?"next":"prev",this.$items.eq(a))},c.prototype.pause=function(b){return b||(this.paused=!0),this.$element.find(".next, .prev").length&&a.support.transition&&(this.$element.trigger(a.support.transition.end),this.cycle(!0)),this.interval=clearInterval(this.interval),this},c.prototype.next=function(){return this.sliding?void 0:this.slide("next")},c.prototype.prev=function(){return this.sliding?void 0:this.slide("prev")},c.prototype.slide=function(b,d){var e=this.$element.find(".item.active"),f=d||this.getItemForDirection(b,e),g=this.interval,h="next"==b?"left":"right",i=this;if(f.hasClass("active"))return this.sliding=!1;var j=f[0],k=a.Event("slide.bs.carousel",{relatedTarget:j,direction:h});if(this.$element.trigger(k),!k.isDefaultPrevented()){if(this.sliding=!0,g&&this.pause(),this.$indicators.length){this.$indicators.find(".active").removeClass("active");var l=a(this.$indicators.children()[this.getItemIndex(f)]);l&&l.addClass("active")}var m=a.Event("slid.bs.carousel",{relatedTarget:j,direction:h});return a.support.transition&&this.$element.hasClass("slide")?(f.addClass(b),f[0].offsetWidth,e.addClass(h),f.addClass(h),e.one("bsTransitionEnd",function(){f.removeClass([b,h].join(" ")).addClass("active"),e.removeClass(["active",h].join(" ")),i.sliding=!1,setTimeout(function(){i.$element.trigger(m)},0)}).emulateTransitionEnd(c.TRANSITION_DURATION)):(e.removeClass("active"),f.addClass("active"),this.sliding=!1,this.$element.trigger(m)),g&&this.cycle(),this}};var d=a.fn.carousel;a.fn.carousel=b,a.fn.carousel.Constructor=c,a.fn.carousel.noConflict=function(){return a.fn.carousel=d,this};var e=function(c){var d,e=a(this),f=a(e.attr("data-target")||(d=e.attr("href"))&&d.replace(/.*(?=#[^\s]+$)/,""));if(f.hasClass("carousel")){var g=a.extend({},f.data(),e.data()),h=e.attr("data-slide-to");h&&(g.interval=!1),b.call(f,g),h&&f.data("bs.carousel").to(h),c.preventDefault()}};a(document).on("click.bs.carousel.data-api","[data-slide]",e).on("click.bs.carousel.data-api","[data-slide-to]",e),a(window).on("load",function(){a('[data-ride="carousel"]').each(function(){var c=a(this);b.call(c,c.data())})})}(jQuery),+function(a){"use strict";function b(b){var c,d=b.attr("data-target")||(c=b.attr("href"))&&c.replace(/.*(?=#[^\s]+$)/,"");return a(d)}function c(b){return this.each(function(){var c=a(this),e=c.data("bs.collapse"),f=a.extend({},d.DEFAULTS,c.data(),"object"==typeof b&&b);!e&&f.toggle&&/show|hide/.test(b)&&(f.toggle=!1),e||c.data("bs.collapse",e=new d(this,f)),"string"==typeof b&&e[b]()})}var d=function(b,c){this.$element=a(b),this.options=a.extend({},d.DEFAULTS,c),this.$trigger=a('[data-toggle="collapse"][href="#'+b.id+'"],[data-toggle="collapse"][data-target="#'+b.id+'"]'),this.transitioning=null,this.options.parent?this.$parent=this.getParent():this.addAriaAndCollapsedClass(this.$element,this.$trigger),this.options.toggle&&this.toggle()};d.VERSION="3.3.4",d.TRANSITION_DURATION=350,d.DEFAULTS={toggle:!0},d.prototype.dimension=function(){var a=this.$element.hasClass("width");return a?"width":"height"},d.prototype.show=function(){if(!this.transitioning&&!this.$element.hasClass("in")){var b,e=this.$parent&&this.$parent.children(".panel").children(".in, .collapsing");if(!(e&&e.length&&(b=e.data("bs.collapse"),b&&b.transitioning))){var f=a.Event("show.bs.collapse");if(this.$element.trigger(f),!f.isDefaultPrevented()){e&&e.length&&(c.call(e,"hide"),b||e.data("bs.collapse",null));var g=this.dimension();this.$element.removeClass("collapse").addClass("collapsing")[g](0).attr("aria-expanded",!0),this.$trigger.removeClass("collapsed").attr("aria-expanded",!0),this.transitioning=1;var h=function(){this.$element.removeClass("collapsing").addClass("collapse in")[g](""),this.transitioning=0,this.$element.trigger("shown.bs.collapse")};if(!a.support.transition)return h.call(this);var i=a.camelCase(["scroll",g].join("-"));this.$element.one("bsTransitionEnd",a.proxy(h,this)).emulateTransitionEnd(d.TRANSITION_DURATION)[g](this.$element[0][i])}}}},d.prototype.hide=function(){if(!this.transitioning&&this.$element.hasClass("in")){var b=a.Event("hide.bs.collapse");if(this.$element.trigger(b),!b.isDefaultPrevented()){var c=this.dimension();this.$element[c](this.$element[c]())[0].offsetHeight,this.$element.addClass("collapsing").removeClass("collapse in").attr("aria-expanded",!1),this.$trigger.addClass("collapsed").attr("aria-expanded",!1),this.transitioning=1;var e=function(){this.transitioning=0,this.$element.removeClass("collapsing").addClass("collapse").trigger("hidden.bs.collapse")};return a.support.transition?void this.$element[c](0).one("bsTransitionEnd",a.proxy(e,this)).emulateTransitionEnd(d.TRANSITION_DURATION):e.call(this)}}},d.prototype.toggle=function(){this[this.$element.hasClass("in")?"hide":"show"]()},d.prototype.getParent=function(){return a(this.options.parent).find('[data-toggle="collapse"][data-parent="'+this.options.parent+'"]').each(a.proxy(function(c,d){var e=a(d);this.addAriaAndCollapsedClass(b(e),e)},this)).end()},d.prototype.addAriaAndCollapsedClass=function(a,b){var c=a.hasClass("in");a.attr("aria-expanded",c),b.toggleClass("collapsed",!c).attr("aria-expanded",c)};var e=a.fn.collapse;a.fn.collapse=c,a.fn.collapse.Constructor=d,a.fn.collapse.noConflict=function(){return a.fn.collapse=e,this},a(document).on("click.bs.collapse.data-api",'[data-toggle="collapse"]',function(d){var e=a(this);e.attr("data-target")||d.preventDefault();var f=b(e),g=f.data("bs.collapse"),h=g?"toggle":e.data();c.call(f,h)})}(jQuery),+function(a){"use strict";function b(b){b&&3===b.which||(a(e).remove(),a(f).each(function(){var d=a(this),e=c(d),f={relatedTarget:this};e.hasClass("open")&&(e.trigger(b=a.Event("hide.bs.dropdown",f)),b.isDefaultPrevented()||(d.attr("aria-expanded","false"),e.removeClass("open").trigger("hidden.bs.dropdown",f)))}))}function c(b){var c=b.attr("data-target");c||(c=b.attr("href"),c=c&&/#[A-Za-z]/.test(c)&&c.replace(/.*(?=#[^\s]*$)/,""));var d=c&&a(c);return d&&d.length?d:b.parent()}function d(b){return this.each(function(){var c=a(this),d=c.data("bs.dropdown");d||c.data("bs.dropdown",d=new g(this)),"string"==typeof b&&d[b].call(c)})}var e=".dropdown-backdrop",f='[data-toggle="dropdown"]',g=function(b){a(b).on("click.bs.dropdown",this.toggle)};g.VERSION="3.3.4",g.prototype.toggle=function(d){var e=a(this);if(!e.is(".disabled, :disabled")){var f=c(e),g=f.hasClass("open");if(b(),!g){"ontouchstart"in document.documentElement&&!f.closest(".navbar-nav").length&&a('<div class="dropdown-backdrop"/>').insertAfter(a(this)).on("click",b);var h={relatedTarget:this};if(f.trigger(d=a.Event("show.bs.dropdown",h)),d.isDefaultPrevented())return;e.trigger("focus").attr("aria-expanded","true"),f.toggleClass("open").trigger("shown.bs.dropdown",h)}return!1}},g.prototype.keydown=function(b){if(/(38|40|27|32)/.test(b.which)&&!/input|textarea/i.test(b.target.tagName)){var d=a(this);if(b.preventDefault(),b.stopPropagation(),!d.is(".disabled, :disabled")){var e=c(d),g=e.hasClass("open");if(!g&&27!=b.which||g&&27==b.which)return 27==b.which&&e.find(f).trigger("focus"),d.trigger("click");var h=" li:not(.disabled):visible a",i=e.find('[role="menu"]'+h+', [role="listbox"]'+h);if(i.length){var j=i.index(b.target);38==b.which&&j>0&&j--,40==b.which&&j<i.length-1&&j++,~j||(j=0),i.eq(j).trigger("focus")}}}};var h=a.fn.dropdown;a.fn.dropdown=d,a.fn.dropdown.Constructor=g,a.fn.dropdown.noConflict=function(){return a.fn.dropdown=h,this},a(document).on("click.bs.dropdown.data-api",b).on("click.bs.dropdown.data-api",".dropdown form",function(a){a.stopPropagation()}).on("click.bs.dropdown.data-api",f,g.prototype.toggle).on("keydown.bs.dropdown.data-api",f,g.prototype.keydown).on("keydown.bs.dropdown.data-api",'[role="menu"]',g.prototype.keydown).on("keydown.bs.dropdown.data-api",'[role="listbox"]',g.prototype.keydown)}(jQuery),+function(a){"use strict";function b(b,d){return this.each(function(){var e=a(this),f=e.data("bs.modal"),g=a.extend({},c.DEFAULTS,e.data(),"object"==typeof b&&b);f||e.data("bs.modal",f=new c(this,g)),"string"==typeof b?f[b](d):g.show&&f.show(d)})}var c=function(b,c){this.options=c,this.$body=a(document.body),this.$element=a(b),this.$dialog=this.$element.find(".modal-dialog"),this.$backdrop=null,this.isShown=null,this.originalBodyPad=null,this.scrollbarWidth=0,this.ignoreBackdropClick=!1,this.options.remote&&this.$element.find(".modal-content").load(this.options.remote,a.proxy(function(){this.$element.trigger("loaded.bs.modal")},this))};c.VERSION="3.3.4",c.TRANSITION_DURATION=300,c.BACKDROP_TRANSITION_DURATION=150,c.DEFAULTS={backdrop:!0,keyboard:!0,show:!0},c.prototype.toggle=function(a){return this.isShown?this.hide():this.show(a)},c.prototype.show=function(b){var d=this,e=a.Event("show.bs.modal",{relatedTarget:b});this.$element.trigger(e),this.isShown||e.isDefaultPrevented()||(this.isShown=!0,this.checkScrollbar(),this.setScrollbar(),this.$body.addClass("modal-open"),this.escape(),this.resize(),this.$element.on("click.dismiss.bs.modal",'[data-dismiss="modal"]',a.proxy(this.hide,this)),this.$dialog.on("mousedown.dismiss.bs.modal",function(){d.$element.one("mouseup.dismiss.bs.modal",function(b){a(b.target).is(d.$element)&&(d.ignoreBackdropClick=!0)})}),this.backdrop(function(){var e=a.support.transition&&d.$element.hasClass("fade");d.$element.parent().length||d.$element.appendTo(d.$body),d.$element.show().scrollTop(0),d.adjustDialog(),e&&d.$element[0].offsetWidth,d.$element.addClass("in").attr("aria-hidden",!1),d.enforceFocus();var f=a.Event("shown.bs.modal",{relatedTarget:b});e?d.$dialog.one("bsTransitionEnd",function(){d.$element.trigger("focus").trigger(f)}).emulateTransitionEnd(c.TRANSITION_DURATION):d.$element.trigger("focus").trigger(f)}))},c.prototype.hide=function(b){b&&b.preventDefault(),b=a.Event("hide.bs.modal"),this.$element.trigger(b),this.isShown&&!b.isDefaultPrevented()&&(this.isShown=!1,this.escape(),this.resize(),a(document).off("focusin.bs.modal"),this.$element.removeClass("in").attr("aria-hidden",!0).off("click.dismiss.bs.modal").off("mouseup.dismiss.bs.modal"),this.$dialog.off("mousedown.dismiss.bs.modal"),a.support.transition&&this.$element.hasClass("fade")?this.$element.one("bsTransitionEnd",a.proxy(this.hideModal,this)).emulateTransitionEnd(c.TRANSITION_DURATION):this.hideModal())},c.prototype.enforceFocus=function(){a(document).off("focusin.bs.modal").on("focusin.bs.modal",a.proxy(function(a){this.$element[0]===a.target||this.$element.has(a.target).length||this.$element.trigger("focus")},this))},c.prototype.escape=function(){this.isShown&&this.options.keyboard?this.$element.on("keydown.dismiss.bs.modal",a.proxy(function(a){27==a.which&&this.hide()},this)):this.isShown||this.$element.off("keydown.dismiss.bs.modal")},c.prototype.resize=function(){this.isShown?a(window).on("resize.bs.modal",a.proxy(this.handleUpdate,this)):a(window).off("resize.bs.modal")},c.prototype.hideModal=function(){var a=this;this.$element.hide(),this.backdrop(function(){a.$body.removeClass("modal-open"),a.resetAdjustments(),a.resetScrollbar(),a.$element.trigger("hidden.bs.modal")})},c.prototype.removeBackdrop=function(){this.$backdrop&&this.$backdrop.remove(),this.$backdrop=null},c.prototype.backdrop=function(b){var d=this,e=this.$element.hasClass("fade")?"fade":"";if(this.isShown&&this.options.backdrop){var f=a.support.transition&&e;if(this.$backdrop=a('<div class="modal-backdrop '+e+'" />').appendTo(this.$body),this.$element.on("click.dismiss.bs.modal",a.proxy(function(a){return this.ignoreBackdropClick?void(this.ignoreBackdropClick=!1):void(a.target===a.currentTarget&&("static"==this.options.backdrop?this.$element[0].focus():this.hide()))},this)),f&&this.$backdrop[0].offsetWidth,this.$backdrop.addClass("in"),!b)return;f?this.$backdrop.one("bsTransitionEnd",b).emulateTransitionEnd(c.BACKDROP_TRANSITION_DURATION):b()}else if(!this.isShown&&this.$backdrop){this.$backdrop.removeClass("in");var g=function(){d.removeBackdrop(),b&&b()};a.support.transition&&this.$element.hasClass("fade")?this.$backdrop.one("bsTransitionEnd",g).emulateTransitionEnd(c.BACKDROP_TRANSITION_DURATION):g()}else b&&b()},c.prototype.handleUpdate=function(){this.adjustDialog()},c.prototype.adjustDialog=function(){var a=this.$element[0].scrollHeight>document.documentElement.clientHeight;this.$element.css({paddingLeft:!this.bodyIsOverflowing&&a?this.scrollbarWidth:"",paddingRight:this.bodyIsOverflowing&&!a?this.scrollbarWidth:""})},c.prototype.resetAdjustments=function(){this.$element.css({paddingLeft:"",paddingRight:""})},c.prototype.checkScrollbar=function(){var a=window.innerWidth;if(!a){var b=document.documentElement.getBoundingClientRect();a=b.right-Math.abs(b.left)}this.bodyIsOverflowing=document.body.clientWidth<a,this.scrollbarWidth=this.measureScrollbar()},c.prototype.setScrollbar=function(){var a=parseInt(this.$body.css("padding-right")||0,10);this.originalBodyPad=document.body.style.paddingRight||"",this.bodyIsOverflowing&&this.$body.css("padding-right",a+this.scrollbarWidth)},c.prototype.resetScrollbar=function(){this.$body.css("padding-right",this.originalBodyPad)},c.prototype.measureScrollbar=function(){var a=document.createElement("div");a.className="modal-scrollbar-measure",this.$body.append(a);var b=a.offsetWidth-a.clientWidth;return this.$body[0].removeChild(a),b};var d=a.fn.modal;a.fn.modal=b,a.fn.modal.Constructor=c,a.fn.modal.noConflict=function(){return a.fn.modal=d,this},a(document).on("click.bs.modal.data-api",'[data-toggle="modal"]',function(c){var d=a(this),e=d.attr("href"),f=a(d.attr("data-target")||e&&e.replace(/.*(?=#[^\s]+$)/,"")),g=f.data("bs.modal")?"toggle":a.extend({remote:!/#/.test(e)&&e},f.data(),d.data());d.is("a")&&c.preventDefault(),f.one("show.bs.modal",function(a){a.isDefaultPrevented()||f.one("hidden.bs.modal",function(){d.is(":visible")&&d.trigger("focus")})}),b.call(f,g,this)})}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.tooltip"),f="object"==typeof b&&b;(e||!/destroy|hide/.test(b))&&(e||d.data("bs.tooltip",e=new c(this,f)),"string"==typeof b&&e[b]())})}var c=function(a,b){this.type=null,this.options=null,this.enabled=null,this.timeout=null,this.hoverState=null,this.$element=null,this.init("tooltip",a,b)};c.VERSION="3.3.4",c.TRANSITION_DURATION=150,c.DEFAULTS={animation:!0,placement:"top",selector:!1,template:'<div class="tooltip" role="tooltip"><div class="tooltip-arrow"></div><div class="tooltip-inner"></div></div>',trigger:"hover focus",title:"",delay:0,html:!1,container:!1,viewport:{selector:"body",padding:0}},c.prototype.init=function(b,c,d){if(this.enabled=!0,this.type=b,this.$element=a(c),this.options=this.getOptions(d),this.$viewport=this.options.viewport&&a(this.options.viewport.selector||this.options.viewport),this.$element[0]instanceof document.constructor&&!this.options.selector)throw new Error("`selector` option must be specified when initializing "+this.type+" on the window.document object!");for(var e=this.options.trigger.split(" "),f=e.length;f--;){var g=e[f];if("click"==g)this.$element.on("click."+this.type,this.options.selector,a.proxy(this.toggle,this));else if("manual"!=g){var h="hover"==g?"mouseenter":"focusin",i="hover"==g?"mouseleave":"focusout";this.$element.on(h+"."+this.type,this.options.selector,a.proxy(this.enter,this)),this.$element.on(i+"."+this.type,this.options.selector,a.proxy(this.leave,this))}}this.options.selector?this._options=a.extend({},this.options,{trigger:"manual",selector:""}):this.fixTitle()},c.prototype.getDefaults=function(){return c.DEFAULTS},c.prototype.getOptions=function(b){return b=a.extend({},this.getDefaults(),this.$element.data(),b),b.delay&&"number"==typeof b.delay&&(b.delay={show:b.delay,hide:b.delay}),b},c.prototype.getDelegateOptions=function(){var b={},c=this.getDefaults();return this._options&&a.each(this._options,function(a,d){c[a]!=d&&(b[a]=d)}),b},c.prototype.enter=function(b){var c=b instanceof this.constructor?b:a(b.currentTarget).data("bs."+this.type);return c&&c.$tip&&c.$tip.is(":visible")?void(c.hoverState="in"):(c||(c=new this.constructor(b.currentTarget,this.getDelegateOptions()),a(b.currentTarget).data("bs."+this.type,c)),clearTimeout(c.timeout),c.hoverState="in",c.options.delay&&c.options.delay.show?void(c.timeout=setTimeout(function(){"in"==c.hoverState&&c.show()},c.options.delay.show)):c.show())},c.prototype.leave=function(b){var c=b instanceof this.constructor?b:a(b.currentTarget).data("bs."+this.type);return c||(c=new this.constructor(b.currentTarget,this.getDelegateOptions()),a(b.currentTarget).data("bs."+this.type,c)),clearTimeout(c.timeout),c.hoverState="out",c.options.delay&&c.options.delay.hide?void(c.timeout=setTimeout(function(){"out"==c.hoverState&&c.hide()},c.options.delay.hide)):c.hide()},c.prototype.show=function(){var b=a.Event("show.bs."+this.type);if(this.hasContent()&&this.enabled){this.$element.trigger(b);var d=a.contains(this.$element[0].ownerDocument.documentElement,this.$element[0]);if(b.isDefaultPrevented()||!d)return;var e=this,f=this.tip(),g=this.getUID(this.type);this.setContent(),f.attr("id",g),this.$element.attr("aria-describedby",g),this.options.animation&&f.addClass("fade");var h="function"==typeof this.options.placement?this.options.placement.call(this,f[0],this.$element[0]):this.options.placement,i=/\s?auto?\s?/i,j=i.test(h);j&&(h=h.replace(i,"")||"top"),f.detach().css({top:0,left:0,display:"block"}).addClass(h).data("bs."+this.type,this),this.options.container?f.appendTo(this.options.container):f.insertAfter(this.$element);var k=this.getPosition(),l=f[0].offsetWidth,m=f[0].offsetHeight;if(j){var n=h,o=this.options.container?a(this.options.container):this.$element.parent(),p=this.getPosition(o);h="bottom"==h&&k.bottom+m>p.bottom?"top":"top"==h&&k.top-m<p.top?"bottom":"right"==h&&k.right+l>p.width?"left":"left"==h&&k.left-l<p.left?"right":h,f.removeClass(n).addClass(h)}var q=this.getCalculatedOffset(h,k,l,m);this.applyPlacement(q,h);var r=function(){var a=e.hoverState;e.$element.trigger("shown.bs."+e.type),e.hoverState=null,"out"==a&&e.leave(e)};a.support.transition&&this.$tip.hasClass("fade")?f.one("bsTransitionEnd",r).emulateTransitionEnd(c.TRANSITION_DURATION):r()}},c.prototype.applyPlacement=function(b,c){var d=this.tip(),e=d[0].offsetWidth,f=d[0].offsetHeight,g=parseInt(d.css("margin-top"),10),h=parseInt(d.css("margin-left"),10);isNaN(g)&&(g=0),isNaN(h)&&(h=0),b.top=b.top+g,b.left=b.left+h,a.offset.setOffset(d[0],a.extend({using:function(a){d.css({top:Math.round(a.top),left:Math.round(a.left)})}},b),0),d.addClass("in");var i=d[0].offsetWidth,j=d[0].offsetHeight;"top"==c&&j!=f&&(b.top=b.top+f-j);var k=this.getViewportAdjustedDelta(c,b,i,j);k.left?b.left+=k.left:b.top+=k.top;var l=/top|bottom/.test(c),m=l?2*k.left-e+i:2*k.top-f+j,n=l?"offsetWidth":"offsetHeight";d.offset(b),this.replaceArrow(m,d[0][n],l)},c.prototype.replaceArrow=function(a,b,c){this.arrow().css(c?"left":"top",50*(1-a/b)+"%").css(c?"top":"left","")},c.prototype.setContent=function(){var a=this.tip(),b=this.getTitle();a.find(".tooltip-inner")[this.options.html?"html":"text"](b),a.removeClass("fade in top bottom left right")},c.prototype.hide=function(b){function d(){"in"!=e.hoverState&&f.detach(),e.$element.removeAttr("aria-describedby").trigger("hidden.bs."+e.type),b&&b()}var e=this,f=a(this.$tip),g=a.Event("hide.bs."+this.type);return this.$element.trigger(g),g.isDefaultPrevented()?void 0:(f.removeClass("in"),a.support.transition&&f.hasClass("fade")?f.one("bsTransitionEnd",d).emulateTransitionEnd(c.TRANSITION_DURATION):d(),this.hoverState=null,this)},c.prototype.fixTitle=function(){var a=this.$element;(a.attr("title")||"string"!=typeof a.attr("data-original-title"))&&a.attr("data-original-title",a.attr("title")||"").attr("title","")},c.prototype.hasContent=function(){return this.getTitle()},c.prototype.getPosition=function(b){b=b||this.$element;var c=b[0],d="BODY"==c.tagName,e=c.getBoundingClientRect();null==e.width&&(e=a.extend({},e,{width:e.right-e.left,height:e.bottom-e.top}));var f=d?{top:0,left:0}:b.offset(),g={scroll:d?document.documentElement.scrollTop||document.body.scrollTop:b.scrollTop()},h=d?{width:a(window).width(),height:a(window).height()}:null;return a.extend({},e,g,h,f)},c.prototype.getCalculatedOffset=function(a,b,c,d){return"bottom"==a?{top:b.top+b.height,left:b.left+b.width/2-c/2}:"top"==a?{top:b.top-d,left:b.left+b.width/2-c/2}:"left"==a?{top:b.top+b.height/2-d/2,left:b.left-c}:{top:b.top+b.height/2-d/2,left:b.left+b.width}},c.prototype.getViewportAdjustedDelta=function(a,b,c,d){var e={top:0,left:0};if(!this.$viewport)return e;var f=this.options.viewport&&this.options.viewport.padding||0,g=this.getPosition(this.$viewport);if(/right|left/.test(a)){var h=b.top-f-g.scroll,i=b.top+f-g.scroll+d;h<g.top?e.top=g.top-h:i>g.top+g.height&&(e.top=g.top+g.height-i)}else{var j=b.left-f,k=b.left+f+c;j<g.left?e.left=g.left-j:k>g.width&&(e.left=g.left+g.width-k)}return e},c.prototype.getTitle=function(){var a,b=this.$element,c=this.options;return a=b.attr("data-original-title")||("function"==typeof c.title?c.title.call(b[0]):c.title)},c.prototype.getUID=function(a){do a+=~~(1e6*Math.random());while(document.getElementById(a));return a},c.prototype.tip=function(){return this.$tip=this.$tip||a(this.options.template)},c.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".tooltip-arrow")},c.prototype.enable=function(){this.enabled=!0},c.prototype.disable=function(){this.enabled=!1},c.prototype.toggleEnabled=function(){this.enabled=!this.enabled},c.prototype.toggle=function(b){var c=this;b&&(c=a(b.currentTarget).data("bs."+this.type),c||(c=new this.constructor(b.currentTarget,this.getDelegateOptions()),a(b.currentTarget).data("bs."+this.type,c))),c.tip().hasClass("in")?c.leave(c):c.enter(c)},c.prototype.destroy=function(){var a=this;clearTimeout(this.timeout),this.hide(function(){a.$element.off("."+a.type).removeData("bs."+a.type)})};var d=a.fn.tooltip;a.fn.tooltip=b,a.fn.tooltip.Constructor=c,a.fn.tooltip.noConflict=function(){return a.fn.tooltip=d,this}}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.popover"),f="object"==typeof b&&b;(e||!/destroy|hide/.test(b))&&(e||d.data("bs.popover",e=new c(this,f)),"string"==typeof b&&e[b]())})}var c=function(a,b){this.init("popover",a,b)};if(!a.fn.tooltip)throw new Error("Popover requires tooltip.js");c.VERSION="3.3.4",c.DEFAULTS=a.extend({},a.fn.tooltip.Constructor.DEFAULTS,{placement:"right",trigger:"click",content:"",template:'<div class="popover" role="tooltip"><div class="arrow"></div><h3 class="popover-title"></h3><div class="popover-content"></div></div>'}),c.prototype=a.extend({},a.fn.tooltip.Constructor.prototype),c.prototype.constructor=c,c.prototype.getDefaults=function(){return c.DEFAULTS},c.prototype.setContent=function(){var a=this.tip(),b=this.getTitle(),c=this.getContent();a.find(".popover-title")[this.options.html?"html":"text"](b),a.find(".popover-content").children().detach().end()[this.options.html?"string"==typeof c?"html":"append":"text"](c),a.removeClass("fade top bottom left right in"),a.find(".popover-title").html()||a.find(".popover-title").hide()},c.prototype.hasContent=function(){return this.getTitle()||this.getContent()},c.prototype.getContent=function(){var a=this.$element,b=this.options;return a.attr("data-content")||("function"==typeof b.content?b.content.call(a[0]):b.content)},c.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".arrow")};var d=a.fn.popover;a.fn.popover=b,a.fn.popover.Constructor=c,a.fn.popover.noConflict=function(){return a.fn.popover=d,this}}(jQuery),+function(a){"use strict";function b(c,d){this.$body=a(document.body),this.$scrollElement=a(a(c).is(document.body)?window:c),this.options=a.extend({},b.DEFAULTS,d),this.selector=(this.options.target||"")+" .nav li > a",this.offsets=[],this.targets=[],this.activeTarget=null,this.scrollHeight=0,this.$scrollElement.on("scroll.bs.scrollspy",a.proxy(this.process,this)),this.refresh(),this.process()}function c(c){return this.each(function(){var d=a(this),e=d.data("bs.scrollspy"),f="object"==typeof c&&c;e||d.data("bs.scrollspy",e=new b(this,f)),"string"==typeof c&&e[c]()})}b.VERSION="3.3.4",b.DEFAULTS={offset:10},b.prototype.getScrollHeight=function(){return this.$scrollElement[0].scrollHeight||Math.max(this.$body[0].scrollHeight,document.documentElement.scrollHeight)},b.prototype.refresh=function(){var b=this,c="offset",d=0;this.offsets=[],this.targets=[],this.scrollHeight=this.getScrollHeight(),a.isWindow(this.$scrollElement[0])||(c="position",d=this.$scrollElement.scrollTop()),this.$body.find(this.selector).map(function(){var b=a(this),e=b.data("target")||b.attr("href"),f=/^#./.test(e)&&a(e);return f&&f.length&&f.is(":visible")&&[[f[c]().top+d,e]]||null}).sort(function(a,b){return a[0]-b[0]}).each(function(){b.offsets.push(this[0]),b.targets.push(this[1])})},b.prototype.process=function(){var a,b=this.$scrollElement.scrollTop()+this.options.offset,c=this.getScrollHeight(),d=this.options.offset+c-this.$scrollElement.height(),e=this.offsets,f=this.targets,g=this.activeTarget;if(this.scrollHeight!=c&&this.refresh(),b>=d)return g!=(a=f[f.length-1])&&this.activate(a);if(g&&b<e[0])return this.activeTarget=null,this.clear();for(a=e.length;a--;)g!=f[a]&&b>=e[a]&&(void 0===e[a+1]||b<e[a+1])&&this.activate(f[a])},b.prototype.activate=function(b){this.activeTarget=b,this.clear();var c=this.selector+'[data-target="'+b+'"],'+this.selector+'[href="'+b+'"]',d=a(c).parents("li").addClass("active");d.parent(".dropdown-menu").length&&(d=d.closest("li.dropdown").addClass("active")),d.trigger("activate.bs.scrollspy")},b.prototype.clear=function(){a(this.selector).parentsUntil(this.options.target,".active").removeClass("active")};var d=a.fn.scrollspy;a.fn.scrollspy=c,a.fn.scrollspy.Constructor=b,a.fn.scrollspy.noConflict=function(){return a.fn.scrollspy=d,this},a(window).on("load.bs.scrollspy.data-api",function(){a('[data-spy="scroll"]').each(function(){var b=a(this);c.call(b,b.data())})})}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.tab");e||d.data("bs.tab",e=new c(this)),"string"==typeof b&&e[b]()})}var c=function(b){this.element=a(b)};c.VERSION="3.3.4",c.TRANSITION_DURATION=150,c.prototype.show=function(){var b=this.element,c=b.closest("ul:not(.dropdown-menu)"),d=b.data("target");if(d||(d=b.attr("href"),d=d&&d.replace(/.*(?=#[^\s]*$)/,"")),!b.parent("li").hasClass("active")){
|
7 |
-
var e=c.find(".active:last a"),f=a.Event("hide.bs.tab",{relatedTarget:b[0]}),g=a.Event("show.bs.tab",{relatedTarget:e[0]});if(e.trigger(f),b.trigger(g),!g.isDefaultPrevented()&&!f.isDefaultPrevented()){var h=a(d);this.activate(b.closest("li"),c),this.activate(h,h.parent(),function(){e.trigger({type:"hidden.bs.tab",relatedTarget:b[0]}),b.trigger({type:"shown.bs.tab",relatedTarget:e[0]})})}}},c.prototype.activate=function(b,d,e){function f(){g.removeClass("active").find("> .dropdown-menu > .active").removeClass("active").end().find('[data-toggle="tab"]').attr("aria-expanded",!1),b.addClass("active").find('[data-toggle="tab"]').attr("aria-expanded",!0),h?(b[0].offsetWidth,b.addClass("in")):b.removeClass("fade"),b.parent(".dropdown-menu").length&&b.closest("li.dropdown").addClass("active").end().find('[data-toggle="tab"]').attr("aria-expanded",!0),e&&e()}var g=d.find("> .active"),h=e&&a.support.transition&&(g.length&&g.hasClass("fade")||!!d.find("> .fade").length);g.length&&h?g.one("bsTransitionEnd",f).emulateTransitionEnd(c.TRANSITION_DURATION):f(),g.removeClass("in")};var d=a.fn.tab;a.fn.tab=b,a.fn.tab.Constructor=c,a.fn.tab.noConflict=function(){return a.fn.tab=d,this};var e=function(c){c.preventDefault(),b.call(a(this),"show")};a(document).on("click.bs.tab.data-api",'[data-toggle="tab"]',e).on("click.bs.tab.data-api",'[data-toggle="pill"]',e)}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.affix"),f="object"==typeof b&&b;e||d.data("bs.affix",e=new c(this,f)),"string"==typeof b&&e[b]()})}var c=function(b,d){this.options=a.extend({},c.DEFAULTS,d),this.$target=a(this.options.target).on("scroll.bs.affix.data-api",a.proxy(this.checkPosition,this)).on("click.bs.affix.data-api",a.proxy(this.checkPositionWithEventLoop,this)),this.$element=a(b),this.affixed=null,this.unpin=null,this.pinnedOffset=null,this.checkPosition()};c.VERSION="3.3.4",c.RESET="affix affix-top affix-bottom",c.DEFAULTS={offset:0,target:window},c.prototype.getState=function(a,b,c,d){var e=this.$target.scrollTop(),f=this.$element.offset(),g=this.$target.height();if(null!=c&&"top"==this.affixed)return c>e?"top":!1;if("bottom"==this.affixed)return null!=c?e+this.unpin<=f.top?!1:"bottom":a-d>=e+g?!1:"bottom";var h=null==this.affixed,i=h?e:f.top,j=h?g:b;return null!=c&&c>=e?"top":null!=d&&i+j>=a-d?"bottom":!1},c.prototype.getPinnedOffset=function(){if(this.pinnedOffset)return this.pinnedOffset;this.$element.removeClass(c.RESET).addClass("affix");var a=this.$target.scrollTop(),b=this.$element.offset();return this.pinnedOffset=b.top-a},c.prototype.checkPositionWithEventLoop=function(){setTimeout(a.proxy(this.checkPosition,this),1)},c.prototype.checkPosition=function(){if(this.$element.is(":visible")){var b=this.$element.height(),d=this.options.offset,e=d.top,f=d.bottom,g=a(document.body).height();"object"!=typeof d&&(f=e=d),"function"==typeof e&&(e=d.top(this.$element)),"function"==typeof f&&(f=d.bottom(this.$element));var h=this.getState(g,b,e,f);if(this.affixed!=h){null!=this.unpin&&this.$element.css("top","");var i="affix"+(h?"-"+h:""),j=a.Event(i+".bs.affix");if(this.$element.trigger(j),j.isDefaultPrevented())return;this.affixed=h,this.unpin="bottom"==h?this.getPinnedOffset():null,this.$element.removeClass(c.RESET).addClass(i).trigger(i.replace("affix","affixed")+".bs.affix")}"bottom"==h&&this.$element.offset({top:g-b-f})}};var d=a.fn.affix;a.fn.affix=b,a.fn.affix.Constructor=c,a.fn.affix.noConflict=function(){return a.fn.affix=d,this},a(window).on("load",function(){a('[data-spy="affix"]').each(function(){var c=a(this),d=c.data();d.offset=d.offset||{},null!=d.offsetBottom&&(d.offset.bottom=d.offsetBottom),null!=d.offsetTop&&(d.offset.top=d.offsetTop),b.call(c,d)})})}(jQuery);
|
8 |
-
pagePluginReSize();
|
9 |
-
jQuery(window).resize(function(){
|
10 |
-
pagePluginReSize();
|
11 |
-
});
|
12 |
-
|
13 |
-
/*-------------------------------------------*/
|
14 |
-
/* facebookLikeBox
|
15 |
-
/*-------------------------------------------*/
|
16 |
-
function pagePluginReSize(){
|
17 |
-
// jQuery('.fb_iframe_widget').each(function(){
|
18 |
-
// var element = jQuery(this).parent().width();
|
19 |
-
// console.log(element);
|
20 |
-
// jQuery(this).attr('data-width',element);
|
21 |
-
// jQuery(this).children('span:first').css({"width":element});
|
22 |
-
// jQuery(this).children('span iframe.fb_ltr').css({"width":element});
|
23 |
-
// });
|
24 |
-
}
|
25 |
-
|
26 |
-
!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');
|
27 |
-
|
28 |
-
/*-------------------------------------------*/
|
29 |
-
/* jquery.flatheights.js
|
30 |
-
/*-------------------------------------------*/
|
31 |
-
jQuery(function() {
|
32 |
-
jQuery('.pr-area > .subSection-title').flatHeights();
|
33 |
-
});
|
34 |
/*
|
35 |
======================================================================
|
36 |
jquery.flatheights.js
|
@@ -148,4 +115,37 @@ jQuery(document).ready(function($){
|
|
148 |
jQuery('.child_page_block').flatHeights();
|
149 |
jQuery('.child_page_block p').flatHeights();
|
150 |
jQuery('#content .child_page_block h4 a').flatHeights();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
151 |
});
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
/*
|
2 |
======================================================================
|
3 |
jquery.flatheights.js
|
115 |
jQuery('.child_page_block').flatHeights();
|
116 |
jQuery('.child_page_block p').flatHeights();
|
117 |
jQuery('#content .child_page_block h4 a').flatHeights();
|
118 |
+
});
|
119 |
+
/*!
|
120 |
+
* Bootstrap v3.3.4 (http://getbootstrap.com)
|
121 |
+
* Copyright 2011-2015 Twitter, Inc.
|
122 |
+
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
123 |
+
*/
|
124 |
+
if("undefined"==typeof jQuery)throw new Error("Bootstrap's JavaScript requires jQuery");+function(a){"use strict";var b=a.fn.jquery.split(" ")[0].split(".");if(b[0]<2&&b[1]<9||1==b[0]&&9==b[1]&&b[2]<1)throw new Error("Bootstrap's JavaScript requires jQuery version 1.9.1 or higher")}(jQuery),+function(a){"use strict";function b(){var a=document.createElement("bootstrap"),b={WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"oTransitionEnd otransitionend",transition:"transitionend"};for(var c in b)if(void 0!==a.style[c])return{end:b[c]};return!1}a.fn.emulateTransitionEnd=function(b){var c=!1,d=this;a(this).one("bsTransitionEnd",function(){c=!0});var e=function(){c||a(d).trigger(a.support.transition.end)};return setTimeout(e,b),this},a(function(){a.support.transition=b(),a.support.transition&&(a.event.special.bsTransitionEnd={bindType:a.support.transition.end,delegateType:a.support.transition.end,handle:function(b){return a(b.target).is(this)?b.handleObj.handler.apply(this,arguments):void 0}})})}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var c=a(this),e=c.data("bs.alert");e||c.data("bs.alert",e=new d(this)),"string"==typeof b&&e[b].call(c)})}var c='[data-dismiss="alert"]',d=function(b){a(b).on("click",c,this.close)};d.VERSION="3.3.4",d.TRANSITION_DURATION=150,d.prototype.close=function(b){function c(){g.detach().trigger("closed.bs.alert").remove()}var e=a(this),f=e.attr("data-target");f||(f=e.attr("href"),f=f&&f.replace(/.*(?=#[^\s]*$)/,""));var g=a(f);b&&b.preventDefault(),g.length||(g=e.closest(".alert")),g.trigger(b=a.Event("close.bs.alert")),b.isDefaultPrevented()||(g.removeClass("in"),a.support.transition&&g.hasClass("fade")?g.one("bsTransitionEnd",c).emulateTransitionEnd(d.TRANSITION_DURATION):c())};var e=a.fn.alert;a.fn.alert=b,a.fn.alert.Constructor=d,a.fn.alert.noConflict=function(){return a.fn.alert=e,this},a(document).on("click.bs.alert.data-api",c,d.prototype.close)}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.button"),f="object"==typeof b&&b;e||d.data("bs.button",e=new c(this,f)),"toggle"==b?e.toggle():b&&e.setState(b)})}var c=function(b,d){this.$element=a(b),this.options=a.extend({},c.DEFAULTS,d),this.isLoading=!1};c.VERSION="3.3.4",c.DEFAULTS={loadingText:"loading..."},c.prototype.setState=function(b){var c="disabled",d=this.$element,e=d.is("input")?"val":"html",f=d.data();b+="Text",null==f.resetText&&d.data("resetText",d[e]()),setTimeout(a.proxy(function(){d[e](null==f[b]?this.options[b]:f[b]),"loadingText"==b?(this.isLoading=!0,d.addClass(c).attr(c,c)):this.isLoading&&(this.isLoading=!1,d.removeClass(c).removeAttr(c))},this),0)},c.prototype.toggle=function(){var a=!0,b=this.$element.closest('[data-toggle="buttons"]');if(b.length){var c=this.$element.find("input");"radio"==c.prop("type")&&(c.prop("checked")&&this.$element.hasClass("active")?a=!1:b.find(".active").removeClass("active")),a&&c.prop("checked",!this.$element.hasClass("active")).trigger("change")}else this.$element.attr("aria-pressed",!this.$element.hasClass("active"));a&&this.$element.toggleClass("active")};var d=a.fn.button;a.fn.button=b,a.fn.button.Constructor=c,a.fn.button.noConflict=function(){return a.fn.button=d,this},a(document).on("click.bs.button.data-api",'[data-toggle^="button"]',function(c){var d=a(c.target);d.hasClass("btn")||(d=d.closest(".btn")),b.call(d,"toggle"),c.preventDefault()}).on("focus.bs.button.data-api blur.bs.button.data-api",'[data-toggle^="button"]',function(b){a(b.target).closest(".btn").toggleClass("focus",/^focus(in)?#x2F;.test(b.type))})}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.carousel"),f=a.extend({},c.DEFAULTS,d.data(),"object"==typeof b&&b),g="string"==typeof b?b:f.slide;e||d.data("bs.carousel",e=new c(this,f)),"number"==typeof b?e.to(b):g?e[g]():f.interval&&e.pause().cycle()})}var c=function(b,c){this.$element=a(b),this.$indicators=this.$element.find(".carousel-indicators"),this.options=c,this.paused=null,this.sliding=null,this.interval=null,this.$active=null,this.$items=null,this.options.keyboard&&this.$element.on("keydown.bs.carousel",a.proxy(this.keydown,this)),"hover"==this.options.pause&&!("ontouchstart"in document.documentElement)&&this.$element.on("mouseenter.bs.carousel",a.proxy(this.pause,this)).on("mouseleave.bs.carousel",a.proxy(this.cycle,this))};c.VERSION="3.3.4",c.TRANSITION_DURATION=600,c.DEFAULTS={interval:5e3,pause:"hover",wrap:!0,keyboard:!0},c.prototype.keydown=function(a){if(!/input|textarea/i.test(a.target.tagName)){switch(a.which){case 37:this.prev();break;case 39:this.next();break;default:return}a.preventDefault()}},c.prototype.cycle=function(b){return b||(this.paused=!1),this.interval&&clearInterval(this.interval),this.options.interval&&!this.paused&&(this.interval=setInterval(a.proxy(this.next,this),this.options.interval)),this},c.prototype.getItemIndex=function(a){return this.$items=a.parent().children(".item"),this.$items.index(a||this.$active)},c.prototype.getItemForDirection=function(a,b){var c=this.getItemIndex(b),d="prev"==a&&0===c||"next"==a&&c==this.$items.length-1;if(d&&!this.options.wrap)return b;var e="prev"==a?-1:1,f=(c+e)%this.$items.length;return this.$items.eq(f)},c.prototype.to=function(a){var b=this,c=this.getItemIndex(this.$active=this.$element.find(".item.active"));return a>this.$items.length-1||0>a?void 0:this.sliding?this.$element.one("slid.bs.carousel",function(){b.to(a)}):c==a?this.pause().cycle():this.slide(a>c?"next":"prev",this.$items.eq(a))},c.prototype.pause=function(b){return b||(this.paused=!0),this.$element.find(".next, .prev").length&&a.support.transition&&(this.$element.trigger(a.support.transition.end),this.cycle(!0)),this.interval=clearInterval(this.interval),this},c.prototype.next=function(){return this.sliding?void 0:this.slide("next")},c.prototype.prev=function(){return this.sliding?void 0:this.slide("prev")},c.prototype.slide=function(b,d){var e=this.$element.find(".item.active"),f=d||this.getItemForDirection(b,e),g=this.interval,h="next"==b?"left":"right",i=this;if(f.hasClass("active"))return this.sliding=!1;var j=f[0],k=a.Event("slide.bs.carousel",{relatedTarget:j,direction:h});if(this.$element.trigger(k),!k.isDefaultPrevented()){if(this.sliding=!0,g&&this.pause(),this.$indicators.length){this.$indicators.find(".active").removeClass("active");var l=a(this.$indicators.children()[this.getItemIndex(f)]);l&&l.addClass("active")}var m=a.Event("slid.bs.carousel",{relatedTarget:j,direction:h});return a.support.transition&&this.$element.hasClass("slide")?(f.addClass(b),f[0].offsetWidth,e.addClass(h),f.addClass(h),e.one("bsTransitionEnd",function(){f.removeClass([b,h].join(" ")).addClass("active"),e.removeClass(["active",h].join(" ")),i.sliding=!1,setTimeout(function(){i.$element.trigger(m)},0)}).emulateTransitionEnd(c.TRANSITION_DURATION)):(e.removeClass("active"),f.addClass("active"),this.sliding=!1,this.$element.trigger(m)),g&&this.cycle(),this}};var d=a.fn.carousel;a.fn.carousel=b,a.fn.carousel.Constructor=c,a.fn.carousel.noConflict=function(){return a.fn.carousel=d,this};var e=function(c){var d,e=a(this),f=a(e.attr("data-target")||(d=e.attr("href"))&&d.replace(/.*(?=#[^\s]+$)/,""));if(f.hasClass("carousel")){var g=a.extend({},f.data(),e.data()),h=e.attr("data-slide-to");h&&(g.interval=!1),b.call(f,g),h&&f.data("bs.carousel").to(h),c.preventDefault()}};a(document).on("click.bs.carousel.data-api","[data-slide]",e).on("click.bs.carousel.data-api","[data-slide-to]",e),a(window).on("load",function(){a('[data-ride="carousel"]').each(function(){var c=a(this);b.call(c,c.data())})})}(jQuery),+function(a){"use strict";function b(b){var c,d=b.attr("data-target")||(c=b.attr("href"))&&c.replace(/.*(?=#[^\s]+$)/,"");return a(d)}function c(b){return this.each(function(){var c=a(this),e=c.data("bs.collapse"),f=a.extend({},d.DEFAULTS,c.data(),"object"==typeof b&&b);!e&&f.toggle&&/show|hide/.test(b)&&(f.toggle=!1),e||c.data("bs.collapse",e=new d(this,f)),"string"==typeof b&&e[b]()})}var d=function(b,c){this.$element=a(b),this.options=a.extend({},d.DEFAULTS,c),this.$trigger=a('[data-toggle="collapse"][href="#'+b.id+'"],[data-toggle="collapse"][data-target="#'+b.id+'"]'),this.transitioning=null,this.options.parent?this.$parent=this.getParent():this.addAriaAndCollapsedClass(this.$element,this.$trigger),this.options.toggle&&this.toggle()};d.VERSION="3.3.4",d.TRANSITION_DURATION=350,d.DEFAULTS={toggle:!0},d.prototype.dimension=function(){var a=this.$element.hasClass("width");return a?"width":"height"},d.prototype.show=function(){if(!this.transitioning&&!this.$element.hasClass("in")){var b,e=this.$parent&&this.$parent.children(".panel").children(".in, .collapsing");if(!(e&&e.length&&(b=e.data("bs.collapse"),b&&b.transitioning))){var f=a.Event("show.bs.collapse");if(this.$element.trigger(f),!f.isDefaultPrevented()){e&&e.length&&(c.call(e,"hide"),b||e.data("bs.collapse",null));var g=this.dimension();this.$element.removeClass("collapse").addClass("collapsing")[g](0).attr("aria-expanded",!0),this.$trigger.removeClass("collapsed").attr("aria-expanded",!0),this.transitioning=1;var h=function(){this.$element.removeClass("collapsing").addClass("collapse in")[g](""),this.transitioning=0,this.$element.trigger("shown.bs.collapse")};if(!a.support.transition)return h.call(this);var i=a.camelCase(["scroll",g].join("-"));this.$element.one("bsTransitionEnd",a.proxy(h,this)).emulateTransitionEnd(d.TRANSITION_DURATION)[g](this.$element[0][i])}}}},d.prototype.hide=function(){if(!this.transitioning&&this.$element.hasClass("in")){var b=a.Event("hide.bs.collapse");if(this.$element.trigger(b),!b.isDefaultPrevented()){var c=this.dimension();this.$element[c](this.$element[c]())[0].offsetHeight,this.$element.addClass("collapsing").removeClass("collapse in").attr("aria-expanded",!1),this.$trigger.addClass("collapsed").attr("aria-expanded",!1),this.transitioning=1;var e=function(){this.transitioning=0,this.$element.removeClass("collapsing").addClass("collapse").trigger("hidden.bs.collapse")};return a.support.transition?void this.$element[c](0).one("bsTransitionEnd",a.proxy(e,this)).emulateTransitionEnd(d.TRANSITION_DURATION):e.call(this)}}},d.prototype.toggle=function(){this[this.$element.hasClass("in")?"hide":"show"]()},d.prototype.getParent=function(){return a(this.options.parent).find('[data-toggle="collapse"][data-parent="'+this.options.parent+'"]').each(a.proxy(function(c,d){var e=a(d);this.addAriaAndCollapsedClass(b(e),e)},this)).end()},d.prototype.addAriaAndCollapsedClass=function(a,b){var c=a.hasClass("in");a.attr("aria-expanded",c),b.toggleClass("collapsed",!c).attr("aria-expanded",c)};var e=a.fn.collapse;a.fn.collapse=c,a.fn.collapse.Constructor=d,a.fn.collapse.noConflict=function(){return a.fn.collapse=e,this},a(document).on("click.bs.collapse.data-api",'[data-toggle="collapse"]',function(d){var e=a(this);e.attr("data-target")||d.preventDefault();var f=b(e),g=f.data("bs.collapse"),h=g?"toggle":e.data();c.call(f,h)})}(jQuery),+function(a){"use strict";function b(b){b&&3===b.which||(a(e).remove(),a(f).each(function(){var d=a(this),e=c(d),f={relatedTarget:this};e.hasClass("open")&&(e.trigger(b=a.Event("hide.bs.dropdown",f)),b.isDefaultPrevented()||(d.attr("aria-expanded","false"),e.removeClass("open").trigger("hidden.bs.dropdown",f)))}))}function c(b){var c=b.attr("data-target");c||(c=b.attr("href"),c=c&&/#[A-Za-z]/.test(c)&&c.replace(/.*(?=#[^\s]*$)/,""));var d=c&&a(c);return d&&d.length?d:b.parent()}function d(b){return this.each(function(){var c=a(this),d=c.data("bs.dropdown");d||c.data("bs.dropdown",d=new g(this)),"string"==typeof b&&d[b].call(c)})}var e=".dropdown-backdrop",f='[data-toggle="dropdown"]',g=function(b){a(b).on("click.bs.dropdown",this.toggle)};g.VERSION="3.3.4",g.prototype.toggle=function(d){var e=a(this);if(!e.is(".disabled, :disabled")){var f=c(e),g=f.hasClass("open");if(b(),!g){"ontouchstart"in document.documentElement&&!f.closest(".navbar-nav").length&&a('<div class="dropdown-backdrop"/>').insertAfter(a(this)).on("click",b);var h={relatedTarget:this};if(f.trigger(d=a.Event("show.bs.dropdown",h)),d.isDefaultPrevented())return;e.trigger("focus").attr("aria-expanded","true"),f.toggleClass("open").trigger("shown.bs.dropdown",h)}return!1}},g.prototype.keydown=function(b){if(/(38|40|27|32)/.test(b.which)&&!/input|textarea/i.test(b.target.tagName)){var d=a(this);if(b.preventDefault(),b.stopPropagation(),!d.is(".disabled, :disabled")){var e=c(d),g=e.hasClass("open");if(!g&&27!=b.which||g&&27==b.which)return 27==b.which&&e.find(f).trigger("focus"),d.trigger("click");var h=" li:not(.disabled):visible a",i=e.find('[role="menu"]'+h+', [role="listbox"]'+h);if(i.length){var j=i.index(b.target);38==b.which&&j>0&&j--,40==b.which&&j<i.length-1&&j++,~j||(j=0),i.eq(j).trigger("focus")}}}};var h=a.fn.dropdown;a.fn.dropdown=d,a.fn.dropdown.Constructor=g,a.fn.dropdown.noConflict=function(){return a.fn.dropdown=h,this},a(document).on("click.bs.dropdown.data-api",b).on("click.bs.dropdown.data-api",".dropdown form",function(a){a.stopPropagation()}).on("click.bs.dropdown.data-api",f,g.prototype.toggle).on("keydown.bs.dropdown.data-api",f,g.prototype.keydown).on("keydown.bs.dropdown.data-api",'[role="menu"]',g.prototype.keydown).on("keydown.bs.dropdown.data-api",'[role="listbox"]',g.prototype.keydown)}(jQuery),+function(a){"use strict";function b(b,d){return this.each(function(){var e=a(this),f=e.data("bs.modal"),g=a.extend({},c.DEFAULTS,e.data(),"object"==typeof b&&b);f||e.data("bs.modal",f=new c(this,g)),"string"==typeof b?f[b](d):g.show&&f.show(d)})}var c=function(b,c){this.options=c,this.$body=a(document.body),this.$element=a(b),this.$dialog=this.$element.find(".modal-dialog"),this.$backdrop=null,this.isShown=null,this.originalBodyPad=null,this.scrollbarWidth=0,this.ignoreBackdropClick=!1,this.options.remote&&this.$element.find(".modal-content").load(this.options.remote,a.proxy(function(){this.$element.trigger("loaded.bs.modal")},this))};c.VERSION="3.3.4",c.TRANSITION_DURATION=300,c.BACKDROP_TRANSITION_DURATION=150,c.DEFAULTS={backdrop:!0,keyboard:!0,show:!0},c.prototype.toggle=function(a){return this.isShown?this.hide():this.show(a)},c.prototype.show=function(b){var d=this,e=a.Event("show.bs.modal",{relatedTarget:b});this.$element.trigger(e),this.isShown||e.isDefaultPrevented()||(this.isShown=!0,this.checkScrollbar(),this.setScrollbar(),this.$body.addClass("modal-open"),this.escape(),this.resize(),this.$element.on("click.dismiss.bs.modal",'[data-dismiss="modal"]',a.proxy(this.hide,this)),this.$dialog.on("mousedown.dismiss.bs.modal",function(){d.$element.one("mouseup.dismiss.bs.modal",function(b){a(b.target).is(d.$element)&&(d.ignoreBackdropClick=!0)})}),this.backdrop(function(){var e=a.support.transition&&d.$element.hasClass("fade");d.$element.parent().length||d.$element.appendTo(d.$body),d.$element.show().scrollTop(0),d.adjustDialog(),e&&d.$element[0].offsetWidth,d.$element.addClass("in").attr("aria-hidden",!1),d.enforceFocus();var f=a.Event("shown.bs.modal",{relatedTarget:b});e?d.$dialog.one("bsTransitionEnd",function(){d.$element.trigger("focus").trigger(f)}).emulateTransitionEnd(c.TRANSITION_DURATION):d.$element.trigger("focus").trigger(f)}))},c.prototype.hide=function(b){b&&b.preventDefault(),b=a.Event("hide.bs.modal"),this.$element.trigger(b),this.isShown&&!b.isDefaultPrevented()&&(this.isShown=!1,this.escape(),this.resize(),a(document).off("focusin.bs.modal"),this.$element.removeClass("in").attr("aria-hidden",!0).off("click.dismiss.bs.modal").off("mouseup.dismiss.bs.modal"),this.$dialog.off("mousedown.dismiss.bs.modal"),a.support.transition&&this.$element.hasClass("fade")?this.$element.one("bsTransitionEnd",a.proxy(this.hideModal,this)).emulateTransitionEnd(c.TRANSITION_DURATION):this.hideModal())},c.prototype.enforceFocus=function(){a(document).off("focusin.bs.modal").on("focusin.bs.modal",a.proxy(function(a){this.$element[0]===a.target||this.$element.has(a.target).length||this.$element.trigger("focus")},this))},c.prototype.escape=function(){this.isShown&&this.options.keyboard?this.$element.on("keydown.dismiss.bs.modal",a.proxy(function(a){27==a.which&&this.hide()},this)):this.isShown||this.$element.off("keydown.dismiss.bs.modal")},c.prototype.resize=function(){this.isShown?a(window).on("resize.bs.modal",a.proxy(this.handleUpdate,this)):a(window).off("resize.bs.modal")},c.prototype.hideModal=function(){var a=this;this.$element.hide(),this.backdrop(function(){a.$body.removeClass("modal-open"),a.resetAdjustments(),a.resetScrollbar(),a.$element.trigger("hidden.bs.modal")})},c.prototype.removeBackdrop=function(){this.$backdrop&&this.$backdrop.remove(),this.$backdrop=null},c.prototype.backdrop=function(b){var d=this,e=this.$element.hasClass("fade")?"fade":"";if(this.isShown&&this.options.backdrop){var f=a.support.transition&&e;if(this.$backdrop=a('<div class="modal-backdrop '+e+'" />').appendTo(this.$body),this.$element.on("click.dismiss.bs.modal",a.proxy(function(a){return this.ignoreBackdropClick?void(this.ignoreBackdropClick=!1):void(a.target===a.currentTarget&&("static"==this.options.backdrop?this.$element[0].focus():this.hide()))},this)),f&&this.$backdrop[0].offsetWidth,this.$backdrop.addClass("in"),!b)return;f?this.$backdrop.one("bsTransitionEnd",b).emulateTransitionEnd(c.BACKDROP_TRANSITION_DURATION):b()}else if(!this.isShown&&this.$backdrop){this.$backdrop.removeClass("in");var g=function(){d.removeBackdrop(),b&&b()};a.support.transition&&this.$element.hasClass("fade")?this.$backdrop.one("bsTransitionEnd",g).emulateTransitionEnd(c.BACKDROP_TRANSITION_DURATION):g()}else b&&b()},c.prototype.handleUpdate=function(){this.adjustDialog()},c.prototype.adjustDialog=function(){var a=this.$element[0].scrollHeight>document.documentElement.clientHeight;this.$element.css({paddingLeft:!this.bodyIsOverflowing&&a?this.scrollbarWidth:"",paddingRight:this.bodyIsOverflowing&&!a?this.scrollbarWidth:""})},c.prototype.resetAdjustments=function(){this.$element.css({paddingLeft:"",paddingRight:""})},c.prototype.checkScrollbar=function(){var a=window.innerWidth;if(!a){var b=document.documentElement.getBoundingClientRect();a=b.right-Math.abs(b.left)}this.bodyIsOverflowing=document.body.clientWidth<a,this.scrollbarWidth=this.measureScrollbar()},c.prototype.setScrollbar=function(){var a=parseInt(this.$body.css("padding-right")||0,10);this.originalBodyPad=document.body.style.paddingRight||"",this.bodyIsOverflowing&&this.$body.css("padding-right",a+this.scrollbarWidth)},c.prototype.resetScrollbar=function(){this.$body.css("padding-right",this.originalBodyPad)},c.prototype.measureScrollbar=function(){var a=document.createElement("div");a.className="modal-scrollbar-measure",this.$body.append(a);var b=a.offsetWidth-a.clientWidth;return this.$body[0].removeChild(a),b};var d=a.fn.modal;a.fn.modal=b,a.fn.modal.Constructor=c,a.fn.modal.noConflict=function(){return a.fn.modal=d,this},a(document).on("click.bs.modal.data-api",'[data-toggle="modal"]',function(c){var d=a(this),e=d.attr("href"),f=a(d.attr("data-target")||e&&e.replace(/.*(?=#[^\s]+$)/,"")),g=f.data("bs.modal")?"toggle":a.extend({remote:!/#/.test(e)&&e},f.data(),d.data());d.is("a")&&c.preventDefault(),f.one("show.bs.modal",function(a){a.isDefaultPrevented()||f.one("hidden.bs.modal",function(){d.is(":visible")&&d.trigger("focus")})}),b.call(f,g,this)})}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.tooltip"),f="object"==typeof b&&b;(e||!/destroy|hide/.test(b))&&(e||d.data("bs.tooltip",e=new c(this,f)),"string"==typeof b&&e[b]())})}var c=function(a,b){this.type=null,this.options=null,this.enabled=null,this.timeout=null,this.hoverState=null,this.$element=null,this.init("tooltip",a,b)};c.VERSION="3.3.4",c.TRANSITION_DURATION=150,c.DEFAULTS={animation:!0,placement:"top",selector:!1,template:'<div class="tooltip" role="tooltip"><div class="tooltip-arrow"></div><div class="tooltip-inner"></div></div>',trigger:"hover focus",title:"",delay:0,html:!1,container:!1,viewport:{selector:"body",padding:0}},c.prototype.init=function(b,c,d){if(this.enabled=!0,this.type=b,this.$element=a(c),this.options=this.getOptions(d),this.$viewport=this.options.viewport&&a(this.options.viewport.selector||this.options.viewport),this.$element[0]instanceof document.constructor&&!this.options.selector)throw new Error("`selector` option must be specified when initializing "+this.type+" on the window.document object!");for(var e=this.options.trigger.split(" "),f=e.length;f--;){var g=e[f];if("click"==g)this.$element.on("click."+this.type,this.options.selector,a.proxy(this.toggle,this));else if("manual"!=g){var h="hover"==g?"mouseenter":"focusin",i="hover"==g?"mouseleave":"focusout";this.$element.on(h+"."+this.type,this.options.selector,a.proxy(this.enter,this)),this.$element.on(i+"."+this.type,this.options.selector,a.proxy(this.leave,this))}}this.options.selector?this._options=a.extend({},this.options,{trigger:"manual",selector:""}):this.fixTitle()},c.prototype.getDefaults=function(){return c.DEFAULTS},c.prototype.getOptions=function(b){return b=a.extend({},this.getDefaults(),this.$element.data(),b),b.delay&&"number"==typeof b.delay&&(b.delay={show:b.delay,hide:b.delay}),b},c.prototype.getDelegateOptions=function(){var b={},c=this.getDefaults();return this._options&&a.each(this._options,function(a,d){c[a]!=d&&(b[a]=d)}),b},c.prototype.enter=function(b){var c=b instanceof this.constructor?b:a(b.currentTarget).data("bs."+this.type);return c&&c.$tip&&c.$tip.is(":visible")?void(c.hoverState="in"):(c||(c=new this.constructor(b.currentTarget,this.getDelegateOptions()),a(b.currentTarget).data("bs."+this.type,c)),clearTimeout(c.timeout),c.hoverState="in",c.options.delay&&c.options.delay.show?void(c.timeout=setTimeout(function(){"in"==c.hoverState&&c.show()},c.options.delay.show)):c.show())},c.prototype.leave=function(b){var c=b instanceof this.constructor?b:a(b.currentTarget).data("bs."+this.type);return c||(c=new this.constructor(b.currentTarget,this.getDelegateOptions()),a(b.currentTarget).data("bs."+this.type,c)),clearTimeout(c.timeout),c.hoverState="out",c.options.delay&&c.options.delay.hide?void(c.timeout=setTimeout(function(){"out"==c.hoverState&&c.hide()},c.options.delay.hide)):c.hide()},c.prototype.show=function(){var b=a.Event("show.bs."+this.type);if(this.hasContent()&&this.enabled){this.$element.trigger(b);var d=a.contains(this.$element[0].ownerDocument.documentElement,this.$element[0]);if(b.isDefaultPrevented()||!d)return;var e=this,f=this.tip(),g=this.getUID(this.type);this.setContent(),f.attr("id",g),this.$element.attr("aria-describedby",g),this.options.animation&&f.addClass("fade");var h="function"==typeof this.options.placement?this.options.placement.call(this,f[0],this.$element[0]):this.options.placement,i=/\s?auto?\s?/i,j=i.test(h);j&&(h=h.replace(i,"")||"top"),f.detach().css({top:0,left:0,display:"block"}).addClass(h).data("bs."+this.type,this),this.options.container?f.appendTo(this.options.container):f.insertAfter(this.$element);var k=this.getPosition(),l=f[0].offsetWidth,m=f[0].offsetHeight;if(j){var n=h,o=this.options.container?a(this.options.container):this.$element.parent(),p=this.getPosition(o);h="bottom"==h&&k.bottom+m>p.bottom?"top":"top"==h&&k.top-m<p.top?"bottom":"right"==h&&k.right+l>p.width?"left":"left"==h&&k.left-l<p.left?"right":h,f.removeClass(n).addClass(h)}var q=this.getCalculatedOffset(h,k,l,m);this.applyPlacement(q,h);var r=function(){var a=e.hoverState;e.$element.trigger("shown.bs."+e.type),e.hoverState=null,"out"==a&&e.leave(e)};a.support.transition&&this.$tip.hasClass("fade")?f.one("bsTransitionEnd",r).emulateTransitionEnd(c.TRANSITION_DURATION):r()}},c.prototype.applyPlacement=function(b,c){var d=this.tip(),e=d[0].offsetWidth,f=d[0].offsetHeight,g=parseInt(d.css("margin-top"),10),h=parseInt(d.css("margin-left"),10);isNaN(g)&&(g=0),isNaN(h)&&(h=0),b.top=b.top+g,b.left=b.left+h,a.offset.setOffset(d[0],a.extend({using:function(a){d.css({top:Math.round(a.top),left:Math.round(a.left)})}},b),0),d.addClass("in");var i=d[0].offsetWidth,j=d[0].offsetHeight;"top"==c&&j!=f&&(b.top=b.top+f-j);var k=this.getViewportAdjustedDelta(c,b,i,j);k.left?b.left+=k.left:b.top+=k.top;var l=/top|bottom/.test(c),m=l?2*k.left-e+i:2*k.top-f+j,n=l?"offsetWidth":"offsetHeight";d.offset(b),this.replaceArrow(m,d[0][n],l)},c.prototype.replaceArrow=function(a,b,c){this.arrow().css(c?"left":"top",50*(1-a/b)+"%").css(c?"top":"left","")},c.prototype.setContent=function(){var a=this.tip(),b=this.getTitle();a.find(".tooltip-inner")[this.options.html?"html":"text"](b),a.removeClass("fade in top bottom left right")},c.prototype.hide=function(b){function d(){"in"!=e.hoverState&&f.detach(),e.$element.removeAttr("aria-describedby").trigger("hidden.bs."+e.type),b&&b()}var e=this,f=a(this.$tip),g=a.Event("hide.bs."+this.type);return this.$element.trigger(g),g.isDefaultPrevented()?void 0:(f.removeClass("in"),a.support.transition&&f.hasClass("fade")?f.one("bsTransitionEnd",d).emulateTransitionEnd(c.TRANSITION_DURATION):d(),this.hoverState=null,this)},c.prototype.fixTitle=function(){var a=this.$element;(a.attr("title")||"string"!=typeof a.attr("data-original-title"))&&a.attr("data-original-title",a.attr("title")||"").attr("title","")},c.prototype.hasContent=function(){return this.getTitle()},c.prototype.getPosition=function(b){b=b||this.$element;var c=b[0],d="BODY"==c.tagName,e=c.getBoundingClientRect();null==e.width&&(e=a.extend({},e,{width:e.right-e.left,height:e.bottom-e.top}));var f=d?{top:0,left:0}:b.offset(),g={scroll:d?document.documentElement.scrollTop||document.body.scrollTop:b.scrollTop()},h=d?{width:a(window).width(),height:a(window).height()}:null;return a.extend({},e,g,h,f)},c.prototype.getCalculatedOffset=function(a,b,c,d){return"bottom"==a?{top:b.top+b.height,left:b.left+b.width/2-c/2}:"top"==a?{top:b.top-d,left:b.left+b.width/2-c/2}:"left"==a?{top:b.top+b.height/2-d/2,left:b.left-c}:{top:b.top+b.height/2-d/2,left:b.left+b.width}},c.prototype.getViewportAdjustedDelta=function(a,b,c,d){var e={top:0,left:0};if(!this.$viewport)return e;var f=this.options.viewport&&this.options.viewport.padding||0,g=this.getPosition(this.$viewport);if(/right|left/.test(a)){var h=b.top-f-g.scroll,i=b.top+f-g.scroll+d;h<g.top?e.top=g.top-h:i>g.top+g.height&&(e.top=g.top+g.height-i)}else{var j=b.left-f,k=b.left+f+c;j<g.left?e.left=g.left-j:k>g.width&&(e.left=g.left+g.width-k)}return e},c.prototype.getTitle=function(){var a,b=this.$element,c=this.options;return a=b.attr("data-original-title")||("function"==typeof c.title?c.title.call(b[0]):c.title)},c.prototype.getUID=function(a){do a+=~~(1e6*Math.random());while(document.getElementById(a));return a},c.prototype.tip=function(){return this.$tip=this.$tip||a(this.options.template)},c.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".tooltip-arrow")},c.prototype.enable=function(){this.enabled=!0},c.prototype.disable=function(){this.enabled=!1},c.prototype.toggleEnabled=function(){this.enabled=!this.enabled},c.prototype.toggle=function(b){var c=this;b&&(c=a(b.currentTarget).data("bs."+this.type),c||(c=new this.constructor(b.currentTarget,this.getDelegateOptions()),a(b.currentTarget).data("bs."+this.type,c))),c.tip().hasClass("in")?c.leave(c):c.enter(c)},c.prototype.destroy=function(){var a=this;clearTimeout(this.timeout),this.hide(function(){a.$element.off("."+a.type).removeData("bs."+a.type)})};var d=a.fn.tooltip;a.fn.tooltip=b,a.fn.tooltip.Constructor=c,a.fn.tooltip.noConflict=function(){return a.fn.tooltip=d,this}}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.popover"),f="object"==typeof b&&b;(e||!/destroy|hide/.test(b))&&(e||d.data("bs.popover",e=new c(this,f)),"string"==typeof b&&e[b]())})}var c=function(a,b){this.init("popover",a,b)};if(!a.fn.tooltip)throw new Error("Popover requires tooltip.js");c.VERSION="3.3.4",c.DEFAULTS=a.extend({},a.fn.tooltip.Constructor.DEFAULTS,{placement:"right",trigger:"click",content:"",template:'<div class="popover" role="tooltip"><div class="arrow"></div><h3 class="popover-title"></h3><div class="popover-content"></div></div>'}),c.prototype=a.extend({},a.fn.tooltip.Constructor.prototype),c.prototype.constructor=c,c.prototype.getDefaults=function(){return c.DEFAULTS},c.prototype.setContent=function(){var a=this.tip(),b=this.getTitle(),c=this.getContent();a.find(".popover-title")[this.options.html?"html":"text"](b),a.find(".popover-content").children().detach().end()[this.options.html?"string"==typeof c?"html":"append":"text"](c),a.removeClass("fade top bottom left right in"),a.find(".popover-title").html()||a.find(".popover-title").hide()},c.prototype.hasContent=function(){return this.getTitle()||this.getContent()},c.prototype.getContent=function(){var a=this.$element,b=this.options;return a.attr("data-content")||("function"==typeof b.content?b.content.call(a[0]):b.content)},c.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".arrow")};var d=a.fn.popover;a.fn.popover=b,a.fn.popover.Constructor=c,a.fn.popover.noConflict=function(){return a.fn.popover=d,this}}(jQuery),+function(a){"use strict";function b(c,d){this.$body=a(document.body),this.$scrollElement=a(a(c).is(document.body)?window:c),this.options=a.extend({},b.DEFAULTS,d),this.selector=(this.options.target||"")+" .nav li > a",this.offsets=[],this.targets=[],this.activeTarget=null,this.scrollHeight=0,this.$scrollElement.on("scroll.bs.scrollspy",a.proxy(this.process,this)),this.refresh(),this.process()}function c(c){return this.each(function(){var d=a(this),e=d.data("bs.scrollspy"),f="object"==typeof c&&c;e||d.data("bs.scrollspy",e=new b(this,f)),"string"==typeof c&&e[c]()})}b.VERSION="3.3.4",b.DEFAULTS={offset:10},b.prototype.getScrollHeight=function(){return this.$scrollElement[0].scrollHeight||Math.max(this.$body[0].scrollHeight,document.documentElement.scrollHeight)},b.prototype.refresh=function(){var b=this,c="offset",d=0;this.offsets=[],this.targets=[],this.scrollHeight=this.getScrollHeight(),a.isWindow(this.$scrollElement[0])||(c="position",d=this.$scrollElement.scrollTop()),this.$body.find(this.selector).map(function(){var b=a(this),e=b.data("target")||b.attr("href"),f=/^#./.test(e)&&a(e);return f&&f.length&&f.is(":visible")&&[[f[c]().top+d,e]]||null}).sort(function(a,b){return a[0]-b[0]}).each(function(){b.offsets.push(this[0]),b.targets.push(this[1])})},b.prototype.process=function(){var a,b=this.$scrollElement.scrollTop()+this.options.offset,c=this.getScrollHeight(),d=this.options.offset+c-this.$scrollElement.height(),e=this.offsets,f=this.targets,g=this.activeTarget;if(this.scrollHeight!=c&&this.refresh(),b>=d)return g!=(a=f[f.length-1])&&this.activate(a);if(g&&b<e[0])return this.activeTarget=null,this.clear();for(a=e.length;a--;)g!=f[a]&&b>=e[a]&&(void 0===e[a+1]||b<e[a+1])&&this.activate(f[a])},b.prototype.activate=function(b){this.activeTarget=b,this.clear();var c=this.selector+'[data-target="'+b+'"],'+this.selector+'[href="'+b+'"]',d=a(c).parents("li").addClass("active");d.parent(".dropdown-menu").length&&(d=d.closest("li.dropdown").addClass("active")),d.trigger("activate.bs.scrollspy")},b.prototype.clear=function(){a(this.selector).parentsUntil(this.options.target,".active").removeClass("active")};var d=a.fn.scrollspy;a.fn.scrollspy=c,a.fn.scrollspy.Constructor=b,a.fn.scrollspy.noConflict=function(){return a.fn.scrollspy=d,this},a(window).on("load.bs.scrollspy.data-api",function(){a('[data-spy="scroll"]').each(function(){var b=a(this);c.call(b,b.data())})})}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.tab");e||d.data("bs.tab",e=new c(this)),"string"==typeof b&&e[b]()})}var c=function(b){this.element=a(b)};c.VERSION="3.3.4",c.TRANSITION_DURATION=150,c.prototype.show=function(){var b=this.element,c=b.closest("ul:not(.dropdown-menu)"),d=b.data("target");if(d||(d=b.attr("href"),d=d&&d.replace(/.*(?=#[^\s]*$)/,"")),!b.parent("li").hasClass("active")){
|
125 |
+
var e=c.find(".active:last a"),f=a.Event("hide.bs.tab",{relatedTarget:b[0]}),g=a.Event("show.bs.tab",{relatedTarget:e[0]});if(e.trigger(f),b.trigger(g),!g.isDefaultPrevented()&&!f.isDefaultPrevented()){var h=a(d);this.activate(b.closest("li"),c),this.activate(h,h.parent(),function(){e.trigger({type:"hidden.bs.tab",relatedTarget:b[0]}),b.trigger({type:"shown.bs.tab",relatedTarget:e[0]})})}}},c.prototype.activate=function(b,d,e){function f(){g.removeClass("active").find("> .dropdown-menu > .active").removeClass("active").end().find('[data-toggle="tab"]').attr("aria-expanded",!1),b.addClass("active").find('[data-toggle="tab"]').attr("aria-expanded",!0),h?(b[0].offsetWidth,b.addClass("in")):b.removeClass("fade"),b.parent(".dropdown-menu").length&&b.closest("li.dropdown").addClass("active").end().find('[data-toggle="tab"]').attr("aria-expanded",!0),e&&e()}var g=d.find("> .active"),h=e&&a.support.transition&&(g.length&&g.hasClass("fade")||!!d.find("> .fade").length);g.length&&h?g.one("bsTransitionEnd",f).emulateTransitionEnd(c.TRANSITION_DURATION):f(),g.removeClass("in")};var d=a.fn.tab;a.fn.tab=b,a.fn.tab.Constructor=c,a.fn.tab.noConflict=function(){return a.fn.tab=d,this};var e=function(c){c.preventDefault(),b.call(a(this),"show")};a(document).on("click.bs.tab.data-api",'[data-toggle="tab"]',e).on("click.bs.tab.data-api",'[data-toggle="pill"]',e)}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.affix"),f="object"==typeof b&&b;e||d.data("bs.affix",e=new c(this,f)),"string"==typeof b&&e[b]()})}var c=function(b,d){this.options=a.extend({},c.DEFAULTS,d),this.$target=a(this.options.target).on("scroll.bs.affix.data-api",a.proxy(this.checkPosition,this)).on("click.bs.affix.data-api",a.proxy(this.checkPositionWithEventLoop,this)),this.$element=a(b),this.affixed=null,this.unpin=null,this.pinnedOffset=null,this.checkPosition()};c.VERSION="3.3.4",c.RESET="affix affix-top affix-bottom",c.DEFAULTS={offset:0,target:window},c.prototype.getState=function(a,b,c,d){var e=this.$target.scrollTop(),f=this.$element.offset(),g=this.$target.height();if(null!=c&&"top"==this.affixed)return c>e?"top":!1;if("bottom"==this.affixed)return null!=c?e+this.unpin<=f.top?!1:"bottom":a-d>=e+g?!1:"bottom";var h=null==this.affixed,i=h?e:f.top,j=h?g:b;return null!=c&&c>=e?"top":null!=d&&i+j>=a-d?"bottom":!1},c.prototype.getPinnedOffset=function(){if(this.pinnedOffset)return this.pinnedOffset;this.$element.removeClass(c.RESET).addClass("affix");var a=this.$target.scrollTop(),b=this.$element.offset();return this.pinnedOffset=b.top-a},c.prototype.checkPositionWithEventLoop=function(){setTimeout(a.proxy(this.checkPosition,this),1)},c.prototype.checkPosition=function(){if(this.$element.is(":visible")){var b=this.$element.height(),d=this.options.offset,e=d.top,f=d.bottom,g=a(document.body).height();"object"!=typeof d&&(f=e=d),"function"==typeof e&&(e=d.top(this.$element)),"function"==typeof f&&(f=d.bottom(this.$element));var h=this.getState(g,b,e,f);if(this.affixed!=h){null!=this.unpin&&this.$element.css("top","");var i="affix"+(h?"-"+h:""),j=a.Event(i+".bs.affix");if(this.$element.trigger(j),j.isDefaultPrevented())return;this.affixed=h,this.unpin="bottom"==h?this.getPinnedOffset():null,this.$element.removeClass(c.RESET).addClass(i).trigger(i.replace("affix","affixed")+".bs.affix")}"bottom"==h&&this.$element.offset({top:g-b-f})}};var d=a.fn.affix;a.fn.affix=b,a.fn.affix.Constructor=c,a.fn.affix.noConflict=function(){return a.fn.affix=d,this},a(window).on("load",function(){a('[data-spy="affix"]').each(function(){var c=a(this),d=c.data();d.offset=d.offset||{},null!=d.offsetBottom&&(d.offset.bottom=d.offsetBottom),null!=d.offsetTop&&(d.offset.top=d.offsetTop),b.call(c,d)})})}(jQuery);
|
126 |
+
pagePluginReSize();
|
127 |
+
jQuery(window).resize(function(){
|
128 |
+
pagePluginReSize();
|
129 |
+
});
|
130 |
+
|
131 |
+
/*-------------------------------------------*/
|
132 |
+
/* facebookLikeBox
|
133 |
+
/*-------------------------------------------*/
|
134 |
+
function pagePluginReSize(){
|
135 |
+
// jQuery('.fb_iframe_widget').each(function(){
|
136 |
+
// var element = jQuery(this).parent().width();
|
137 |
+
// console.log(element);
|
138 |
+
// jQuery(this).attr('data-width',element);
|
139 |
+
// jQuery(this).children('span:first').css({"width":element});
|
140 |
+
// jQuery(this).children('span iframe.fb_ltr').css({"width":element});
|
141 |
+
// });
|
142 |
+
}
|
143 |
+
|
144 |
+
!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');
|
145 |
+
|
146 |
+
/*-------------------------------------------*/
|
147 |
+
/* jquery.flatheights.js
|
148 |
+
/*-------------------------------------------*/
|
149 |
+
jQuery(function() {
|
150 |
+
jQuery('.prArea > .subSection-title, .prArea > .summary').flatHeights();
|
151 |
});
|
js/all_in_bs.min.js
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
|
2 |
-
if("undefined"==typeof jQuery)throw new Error("Bootstrap's JavaScript requires jQuery");+function(a){"use strict";var b=a.fn.jquery.split(" ")[0].split(".");if(b[0]<2&&b[1]<9||1==b[0]&&9==b[1]&&b[2]<1)throw new Error("Bootstrap's JavaScript requires jQuery version 1.9.1 or higher")}(jQuery),+function(a){"use strict";function b(){var a=document.createElement("bootstrap"),b={WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"oTransitionEnd otransitionend",transition:"transitionend"};for(var c in b)if(void 0!==a.style[c])return{end:b[c]};return!1}a.fn.emulateTransitionEnd=function(b){var c=!1,d=this;a(this).one("bsTransitionEnd",function(){c=!0});var e=function(){c||a(d).trigger(a.support.transition.end)};return setTimeout(e,b),this},a(function(){a.support.transition=b(),a.support.transition&&(a.event.special.bsTransitionEnd={bindType:a.support.transition.end,delegateType:a.support.transition.end,handle:function(b){return a(b.target).is(this)?b.handleObj.handler.apply(this,arguments):void 0}})})}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var c=a(this),e=c.data("bs.alert");e||c.data("bs.alert",e=new d(this)),"string"==typeof b&&e[b].call(c)})}var c='[data-dismiss="alert"]',d=function(b){a(b).on("click",c,this.close)};d.VERSION="3.3.4",d.TRANSITION_DURATION=150,d.prototype.close=function(b){function c(){g.detach().trigger("closed.bs.alert").remove()}var e=a(this),f=e.attr("data-target");f||(f=e.attr("href"),f=f&&f.replace(/.*(?=#[^\s]*$)/,""));var g=a(f);b&&b.preventDefault(),g.length||(g=e.closest(".alert")),g.trigger(b=a.Event("close.bs.alert")),b.isDefaultPrevented()||(g.removeClass("in"),a.support.transition&&g.hasClass("fade")?g.one("bsTransitionEnd",c).emulateTransitionEnd(d.TRANSITION_DURATION):c())};var e=a.fn.alert;a.fn.alert=b,a.fn.alert.Constructor=d,a.fn.alert.noConflict=function(){return a.fn.alert=e,this},a(document).on("click.bs.alert.data-api",c,d.prototype.close)}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.button"),f="object"==typeof b&&b;e||d.data("bs.button",e=new c(this,f)),"toggle"==b?e.toggle():b&&e.setState(b)})}var c=function(b,d){this.$element=a(b),this.options=a.extend({},c.DEFAULTS,d),this.isLoading=!1};c.VERSION="3.3.4",c.DEFAULTS={loadingText:"loading..."},c.prototype.setState=function(b){var c="disabled",d=this.$element,e=d.is("input")?"val":"html",f=d.data();b+="Text",null==f.resetText&&d.data("resetText",d[e]()),setTimeout(a.proxy(function(){d[e](null==f[b]?this.options[b]:f[b]),"loadingText"==b?(this.isLoading=!0,d.addClass(c).attr(c,c)):this.isLoading&&(this.isLoading=!1,d.removeClass(c).removeAttr(c))},this),0)},c.prototype.toggle=function(){var a=!0,b=this.$element.closest('[data-toggle="buttons"]');if(b.length){var c=this.$element.find("input");"radio"==c.prop("type")&&(c.prop("checked")&&this.$element.hasClass("active")?a=!1:b.find(".active").removeClass("active")),a&&c.prop("checked",!this.$element.hasClass("active")).trigger("change")}else this.$element.attr("aria-pressed",!this.$element.hasClass("active"));a&&this.$element.toggleClass("active")};var d=a.fn.button;a.fn.button=b,a.fn.button.Constructor=c,a.fn.button.noConflict=function(){return a.fn.button=d,this},a(document).on("click.bs.button.data-api",'[data-toggle^="button"]',function(c){var d=a(c.target);d.hasClass("btn")||(d=d.closest(".btn")),b.call(d,"toggle"),c.preventDefault()}).on("focus.bs.button.data-api blur.bs.button.data-api",'[data-toggle^="button"]',function(b){a(b.target).closest(".btn").toggleClass("focus",/^focus(in)?#x2F;.test(b.type))})}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.carousel"),f=a.extend({},c.DEFAULTS,d.data(),"object"==typeof b&&b),g="string"==typeof b?b:f.slide;e||d.data("bs.carousel",e=new c(this,f)),"number"==typeof b?e.to(b):g?e[g]():f.interval&&e.pause().cycle()})}var c=function(b,c){this.$element=a(b),this.$indicators=this.$element.find(".carousel-indicators"),this.options=c,this.paused=null,this.sliding=null,this.interval=null,this.$active=null,this.$items=null,this.options.keyboard&&this.$element.on("keydown.bs.carousel",a.proxy(this.keydown,this)),"hover"==this.options.pause&&!("ontouchstart"in document.documentElement)&&this.$element.on("mouseenter.bs.carousel",a.proxy(this.pause,this)).on("mouseleave.bs.carousel",a.proxy(this.cycle,this))};c.VERSION="3.3.4",c.TRANSITION_DURATION=600,c.DEFAULTS={interval:5e3,pause:"hover",wrap:!0,keyboard:!0},c.prototype.keydown=function(a){if(!/input|textarea/i.test(a.target.tagName)){switch(a.which){case 37:this.prev();break;case 39:this.next();break;default:return}a.preventDefault()}},c.prototype.cycle=function(b){return b||(this.paused=!1),this.interval&&clearInterval(this.interval),this.options.interval&&!this.paused&&(this.interval=setInterval(a.proxy(this.next,this),this.options.interval)),this},c.prototype.getItemIndex=function(a){return this.$items=a.parent().children(".item"),this.$items.index(a||this.$active)},c.prototype.getItemForDirection=function(a,b){var c=this.getItemIndex(b),d="prev"==a&&0===c||"next"==a&&c==this.$items.length-1;if(d&&!this.options.wrap)return b;var e="prev"==a?-1:1,f=(c+e)%this.$items.length;return this.$items.eq(f)},c.prototype.to=function(a){var b=this,c=this.getItemIndex(this.$active=this.$element.find(".item.active"));return a>this.$items.length-1||0>a?void 0:this.sliding?this.$element.one("slid.bs.carousel",function(){b.to(a)}):c==a?this.pause().cycle():this.slide(a>c?"next":"prev",this.$items.eq(a))},c.prototype.pause=function(b){return b||(this.paused=!0),this.$element.find(".next, .prev").length&&a.support.transition&&(this.$element.trigger(a.support.transition.end),this.cycle(!0)),this.interval=clearInterval(this.interval),this},c.prototype.next=function(){return this.sliding?void 0:this.slide("next")},c.prototype.prev=function(){return this.sliding?void 0:this.slide("prev")},c.prototype.slide=function(b,d){var e=this.$element.find(".item.active"),f=d||this.getItemForDirection(b,e),g=this.interval,h="next"==b?"left":"right",i=this;if(f.hasClass("active"))return this.sliding=!1;var j=f[0],k=a.Event("slide.bs.carousel",{relatedTarget:j,direction:h});if(this.$element.trigger(k),!k.isDefaultPrevented()){if(this.sliding=!0,g&&this.pause(),this.$indicators.length){this.$indicators.find(".active").removeClass("active");var l=a(this.$indicators.children()[this.getItemIndex(f)]);l&&l.addClass("active")}var m=a.Event("slid.bs.carousel",{relatedTarget:j,direction:h});return a.support.transition&&this.$element.hasClass("slide")?(f.addClass(b),f[0].offsetWidth,e.addClass(h),f.addClass(h),e.one("bsTransitionEnd",function(){f.removeClass([b,h].join(" ")).addClass("active"),e.removeClass(["active",h].join(" ")),i.sliding=!1,setTimeout(function(){i.$element.trigger(m)},0)}).emulateTransitionEnd(c.TRANSITION_DURATION)):(e.removeClass("active"),f.addClass("active"),this.sliding=!1,this.$element.trigger(m)),g&&this.cycle(),this}};var d=a.fn.carousel;a.fn.carousel=b,a.fn.carousel.Constructor=c,a.fn.carousel.noConflict=function(){return a.fn.carousel=d,this};var e=function(c){var d,e=a(this),f=a(e.attr("data-target")||(d=e.attr("href"))&&d.replace(/.*(?=#[^\s]+$)/,""));if(f.hasClass("carousel")){var g=a.extend({},f.data(),e.data()),h=e.attr("data-slide-to");h&&(g.interval=!1),b.call(f,g),h&&f.data("bs.carousel").to(h),c.preventDefault()}};a(document).on("click.bs.carousel.data-api","[data-slide]",e).on("click.bs.carousel.data-api","[data-slide-to]",e),a(window).on("load",function(){a('[data-ride="carousel"]').each(function(){var c=a(this);b.call(c,c.data())})})}(jQuery),+function(a){"use strict";function b(b){var c,d=b.attr("data-target")||(c=b.attr("href"))&&c.replace(/.*(?=#[^\s]+$)/,"");return a(d)}function c(b){return this.each(function(){var c=a(this),e=c.data("bs.collapse"),f=a.extend({},d.DEFAULTS,c.data(),"object"==typeof b&&b);!e&&f.toggle&&/show|hide/.test(b)&&(f.toggle=!1),e||c.data("bs.collapse",e=new d(this,f)),"string"==typeof b&&e[b]()})}var d=function(b,c){this.$element=a(b),this.options=a.extend({},d.DEFAULTS,c),this.$trigger=a('[data-toggle="collapse"][href="#'+b.id+'"],[data-toggle="collapse"][data-target="#'+b.id+'"]'),this.transitioning=null,this.options.parent?this.$parent=this.getParent():this.addAriaAndCollapsedClass(this.$element,this.$trigger),this.options.toggle&&this.toggle()};d.VERSION="3.3.4",d.TRANSITION_DURATION=350,d.DEFAULTS={toggle:!0},d.prototype.dimension=function(){var a=this.$element.hasClass("width");return a?"width":"height"},d.prototype.show=function(){if(!this.transitioning&&!this.$element.hasClass("in")){var b,e=this.$parent&&this.$parent.children(".panel").children(".in, .collapsing");if(!(e&&e.length&&(b=e.data("bs.collapse"),b&&b.transitioning))){var f=a.Event("show.bs.collapse");if(this.$element.trigger(f),!f.isDefaultPrevented()){e&&e.length&&(c.call(e,"hide"),b||e.data("bs.collapse",null));var g=this.dimension();this.$element.removeClass("collapse").addClass("collapsing")[g](0).attr("aria-expanded",!0),this.$trigger.removeClass("collapsed").attr("aria-expanded",!0),this.transitioning=1;var h=function(){this.$element.removeClass("collapsing").addClass("collapse in")[g](""),this.transitioning=0,this.$element.trigger("shown.bs.collapse")};if(!a.support.transition)return h.call(this);var i=a.camelCase(["scroll",g].join("-"));this.$element.one("bsTransitionEnd",a.proxy(h,this)).emulateTransitionEnd(d.TRANSITION_DURATION)[g](this.$element[0][i])}}}},d.prototype.hide=function(){if(!this.transitioning&&this.$element.hasClass("in")){var b=a.Event("hide.bs.collapse");if(this.$element.trigger(b),!b.isDefaultPrevented()){var c=this.dimension();this.$element[c](this.$element[c]())[0].offsetHeight,this.$element.addClass("collapsing").removeClass("collapse in").attr("aria-expanded",!1),this.$trigger.addClass("collapsed").attr("aria-expanded",!1),this.transitioning=1;var e=function(){this.transitioning=0,this.$element.removeClass("collapsing").addClass("collapse").trigger("hidden.bs.collapse")};return a.support.transition?void this.$element[c](0).one("bsTransitionEnd",a.proxy(e,this)).emulateTransitionEnd(d.TRANSITION_DURATION):e.call(this)}}},d.prototype.toggle=function(){this[this.$element.hasClass("in")?"hide":"show"]()},d.prototype.getParent=function(){return a(this.options.parent).find('[data-toggle="collapse"][data-parent="'+this.options.parent+'"]').each(a.proxy(function(c,d){var e=a(d);this.addAriaAndCollapsedClass(b(e),e)},this)).end()},d.prototype.addAriaAndCollapsedClass=function(a,b){var c=a.hasClass("in");a.attr("aria-expanded",c),b.toggleClass("collapsed",!c).attr("aria-expanded",c)};var e=a.fn.collapse;a.fn.collapse=c,a.fn.collapse.Constructor=d,a.fn.collapse.noConflict=function(){return a.fn.collapse=e,this},a(document).on("click.bs.collapse.data-api",'[data-toggle="collapse"]',function(d){var e=a(this);e.attr("data-target")||d.preventDefault();var f=b(e),g=f.data("bs.collapse"),h=g?"toggle":e.data();c.call(f,h)})}(jQuery),+function(a){"use strict";function b(b){b&&3===b.which||(a(e).remove(),a(f).each(function(){var d=a(this),e=c(d),f={relatedTarget:this};e.hasClass("open")&&(e.trigger(b=a.Event("hide.bs.dropdown",f)),b.isDefaultPrevented()||(d.attr("aria-expanded","false"),e.removeClass("open").trigger("hidden.bs.dropdown",f)))}))}function c(b){var c=b.attr("data-target");c||(c=b.attr("href"),c=c&&/#[A-Za-z]/.test(c)&&c.replace(/.*(?=#[^\s]*$)/,""));var d=c&&a(c);return d&&d.length?d:b.parent()}function d(b){return this.each(function(){var c=a(this),d=c.data("bs.dropdown");d||c.data("bs.dropdown",d=new g(this)),"string"==typeof b&&d[b].call(c)})}var e=".dropdown-backdrop",f='[data-toggle="dropdown"]',g=function(b){a(b).on("click.bs.dropdown",this.toggle)};g.VERSION="3.3.4",g.prototype.toggle=function(d){var e=a(this);if(!e.is(".disabled, :disabled")){var f=c(e),g=f.hasClass("open");if(b(),!g){"ontouchstart"in document.documentElement&&!f.closest(".navbar-nav").length&&a('<div class="dropdown-backdrop"/>').insertAfter(a(this)).on("click",b);var h={relatedTarget:this};if(f.trigger(d=a.Event("show.bs.dropdown",h)),d.isDefaultPrevented())return;e.trigger("focus").attr("aria-expanded","true"),f.toggleClass("open").trigger("shown.bs.dropdown",h)}return!1}},g.prototype.keydown=function(b){if(/(38|40|27|32)/.test(b.which)&&!/input|textarea/i.test(b.target.tagName)){var d=a(this);if(b.preventDefault(),b.stopPropagation(),!d.is(".disabled, :disabled")){var e=c(d),g=e.hasClass("open");if(!g&&27!=b.which||g&&27==b.which)return 27==b.which&&e.find(f).trigger("focus"),d.trigger("click");var h=" li:not(.disabled):visible a",i=e.find('[role="menu"]'+h+', [role="listbox"]'+h);if(i.length){var j=i.index(b.target);38==b.which&&j>0&&j--,40==b.which&&j<i.length-1&&j++,~j||(j=0),i.eq(j).trigger("focus")}}}};var h=a.fn.dropdown;a.fn.dropdown=d,a.fn.dropdown.Constructor=g,a.fn.dropdown.noConflict=function(){return a.fn.dropdown=h,this},a(document).on("click.bs.dropdown.data-api",b).on("click.bs.dropdown.data-api",".dropdown form",function(a){a.stopPropagation()}).on("click.bs.dropdown.data-api",f,g.prototype.toggle).on("keydown.bs.dropdown.data-api",f,g.prototype.keydown).on("keydown.bs.dropdown.data-api",'[role="menu"]',g.prototype.keydown).on("keydown.bs.dropdown.data-api",'[role="listbox"]',g.prototype.keydown)}(jQuery),+function(a){"use strict";function b(b,d){return this.each(function(){var e=a(this),f=e.data("bs.modal"),g=a.extend({},c.DEFAULTS,e.data(),"object"==typeof b&&b);f||e.data("bs.modal",f=new c(this,g)),"string"==typeof b?f[b](d):g.show&&f.show(d)})}var c=function(b,c){this.options=c,this.$body=a(document.body),this.$element=a(b),this.$dialog=this.$element.find(".modal-dialog"),this.$backdrop=null,this.isShown=null,this.originalBodyPad=null,this.scrollbarWidth=0,this.ignoreBackdropClick=!1,this.options.remote&&this.$element.find(".modal-content").load(this.options.remote,a.proxy(function(){this.$element.trigger("loaded.bs.modal")},this))};c.VERSION="3.3.4",c.TRANSITION_DURATION=300,c.BACKDROP_TRANSITION_DURATION=150,c.DEFAULTS={backdrop:!0,keyboard:!0,show:!0},c.prototype.toggle=function(a){return this.isShown?this.hide():this.show(a)},c.prototype.show=function(b){var d=this,e=a.Event("show.bs.modal",{relatedTarget:b});this.$element.trigger(e),this.isShown||e.isDefaultPrevented()||(this.isShown=!0,this.checkScrollbar(),this.setScrollbar(),this.$body.addClass("modal-open"),this.escape(),this.resize(),this.$element.on("click.dismiss.bs.modal",'[data-dismiss="modal"]',a.proxy(this.hide,this)),this.$dialog.on("mousedown.dismiss.bs.modal",function(){d.$element.one("mouseup.dismiss.bs.modal",function(b){a(b.target).is(d.$element)&&(d.ignoreBackdropClick=!0)})}),this.backdrop(function(){var e=a.support.transition&&d.$element.hasClass("fade");d.$element.parent().length||d.$element.appendTo(d.$body),d.$element.show().scrollTop(0),d.adjustDialog(),e&&d.$element[0].offsetWidth,d.$element.addClass("in").attr("aria-hidden",!1),d.enforceFocus();var f=a.Event("shown.bs.modal",{relatedTarget:b});e?d.$dialog.one("bsTransitionEnd",function(){d.$element.trigger("focus").trigger(f)}).emulateTransitionEnd(c.TRANSITION_DURATION):d.$element.trigger("focus").trigger(f)}))},c.prototype.hide=function(b){b&&b.preventDefault(),b=a.Event("hide.bs.modal"),this.$element.trigger(b),this.isShown&&!b.isDefaultPrevented()&&(this.isShown=!1,this.escape(),this.resize(),a(document).off("focusin.bs.modal"),this.$element.removeClass("in").attr("aria-hidden",!0).off("click.dismiss.bs.modal").off("mouseup.dismiss.bs.modal"),this.$dialog.off("mousedown.dismiss.bs.modal"),a.support.transition&&this.$element.hasClass("fade")?this.$element.one("bsTransitionEnd",a.proxy(this.hideModal,this)).emulateTransitionEnd(c.TRANSITION_DURATION):this.hideModal())},c.prototype.enforceFocus=function(){a(document).off("focusin.bs.modal").on("focusin.bs.modal",a.proxy(function(a){this.$element[0]===a.target||this.$element.has(a.target).length||this.$element.trigger("focus")},this))},c.prototype.escape=function(){this.isShown&&this.options.keyboard?this.$element.on("keydown.dismiss.bs.modal",a.proxy(function(a){27==a.which&&this.hide()},this)):this.isShown||this.$element.off("keydown.dismiss.bs.modal")},c.prototype.resize=function(){this.isShown?a(window).on("resize.bs.modal",a.proxy(this.handleUpdate,this)):a(window).off("resize.bs.modal")},c.prototype.hideModal=function(){var a=this;this.$element.hide(),this.backdrop(function(){a.$body.removeClass("modal-open"),a.resetAdjustments(),a.resetScrollbar(),a.$element.trigger("hidden.bs.modal")})},c.prototype.removeBackdrop=function(){this.$backdrop&&this.$backdrop.remove(),this.$backdrop=null},c.prototype.backdrop=function(b){var d=this,e=this.$element.hasClass("fade")?"fade":"";if(this.isShown&&this.options.backdrop){var f=a.support.transition&&e;if(this.$backdrop=a('<div class="modal-backdrop '+e+'" />').appendTo(this.$body),this.$element.on("click.dismiss.bs.modal",a.proxy(function(a){return this.ignoreBackdropClick?void(this.ignoreBackdropClick=!1):void(a.target===a.currentTarget&&("static"==this.options.backdrop?this.$element[0].focus():this.hide()))},this)),f&&this.$backdrop[0].offsetWidth,this.$backdrop.addClass("in"),!b)return;f?this.$backdrop.one("bsTransitionEnd",b).emulateTransitionEnd(c.BACKDROP_TRANSITION_DURATION):b()}else if(!this.isShown&&this.$backdrop){this.$backdrop.removeClass("in");var g=function(){d.removeBackdrop(),b&&b()};a.support.transition&&this.$element.hasClass("fade")?this.$backdrop.one("bsTransitionEnd",g).emulateTransitionEnd(c.BACKDROP_TRANSITION_DURATION):g()}else b&&b()},c.prototype.handleUpdate=function(){this.adjustDialog()},c.prototype.adjustDialog=function(){var a=this.$element[0].scrollHeight>document.documentElement.clientHeight;this.$element.css({paddingLeft:!this.bodyIsOverflowing&&a?this.scrollbarWidth:"",paddingRight:this.bodyIsOverflowing&&!a?this.scrollbarWidth:""})},c.prototype.resetAdjustments=function(){this.$element.css({paddingLeft:"",paddingRight:""})},c.prototype.checkScrollbar=function(){var a=window.innerWidth;if(!a){var b=document.documentElement.getBoundingClientRect();a=b.right-Math.abs(b.left)}this.bodyIsOverflowing=document.body.clientWidth<a,this.scrollbarWidth=this.measureScrollbar()},c.prototype.setScrollbar=function(){var a=parseInt(this.$body.css("padding-right")||0,10);this.originalBodyPad=document.body.style.paddingRight||"",this.bodyIsOverflowing&&this.$body.css("padding-right",a+this.scrollbarWidth)},c.prototype.resetScrollbar=function(){this.$body.css("padding-right",this.originalBodyPad)},c.prototype.measureScrollbar=function(){var a=document.createElement("div");a.className="modal-scrollbar-measure",this.$body.append(a);var b=a.offsetWidth-a.clientWidth;return this.$body[0].removeChild(a),b};var d=a.fn.modal;a.fn.modal=b,a.fn.modal.Constructor=c,a.fn.modal.noConflict=function(){return a.fn.modal=d,this},a(document).on("click.bs.modal.data-api",'[data-toggle="modal"]',function(c){var d=a(this),e=d.attr("href"),f=a(d.attr("data-target")||e&&e.replace(/.*(?=#[^\s]+$)/,"")),g=f.data("bs.modal")?"toggle":a.extend({remote:!/#/.test(e)&&e},f.data(),d.data());d.is("a")&&c.preventDefault(),f.one("show.bs.modal",function(a){a.isDefaultPrevented()||f.one("hidden.bs.modal",function(){d.is(":visible")&&d.trigger("focus")})}),b.call(f,g,this)})}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.tooltip"),f="object"==typeof b&&b;(e||!/destroy|hide/.test(b))&&(e||d.data("bs.tooltip",e=new c(this,f)),"string"==typeof b&&e[b]())})}var c=function(a,b){this.type=null,this.options=null,this.enabled=null,this.timeout=null,this.hoverState=null,this.$element=null,this.init("tooltip",a,b)};c.VERSION="3.3.4",c.TRANSITION_DURATION=150,c.DEFAULTS={animation:!0,placement:"top",selector:!1,template:'<div class="tooltip" role="tooltip"><div class="tooltip-arrow"></div><div class="tooltip-inner"></div></div>',trigger:"hover focus",title:"",delay:0,html:!1,container:!1,viewport:{selector:"body",padding:0}},c.prototype.init=function(b,c,d){if(this.enabled=!0,this.type=b,this.$element=a(c),this.options=this.getOptions(d),this.$viewport=this.options.viewport&&a(this.options.viewport.selector||this.options.viewport),this.$element[0]instanceof document.constructor&&!this.options.selector)throw new Error("`selector` option must be specified when initializing "+this.type+" on the window.document object!");for(var e=this.options.trigger.split(" "),f=e.length;f--;){var g=e[f];if("click"==g)this.$element.on("click."+this.type,this.options.selector,a.proxy(this.toggle,this));else if("manual"!=g){var h="hover"==g?"mouseenter":"focusin",i="hover"==g?"mouseleave":"focusout";this.$element.on(h+"."+this.type,this.options.selector,a.proxy(this.enter,this)),this.$element.on(i+"."+this.type,this.options.selector,a.proxy(this.leave,this))}}this.options.selector?this._options=a.extend({},this.options,{trigger:"manual",selector:""}):this.fixTitle()},c.prototype.getDefaults=function(){return c.DEFAULTS},c.prototype.getOptions=function(b){return b=a.extend({},this.getDefaults(),this.$element.data(),b),b.delay&&"number"==typeof b.delay&&(b.delay={show:b.delay,hide:b.delay}),b},c.prototype.getDelegateOptions=function(){var b={},c=this.getDefaults();return this._options&&a.each(this._options,function(a,d){c[a]!=d&&(b[a]=d)}),b},c.prototype.enter=function(b){var c=b instanceof this.constructor?b:a(b.currentTarget).data("bs."+this.type);return c&&c.$tip&&c.$tip.is(":visible")?void(c.hoverState="in"):(c||(c=new this.constructor(b.currentTarget,this.getDelegateOptions()),a(b.currentTarget).data("bs."+this.type,c)),clearTimeout(c.timeout),c.hoverState="in",c.options.delay&&c.options.delay.show?void(c.timeout=setTimeout(function(){"in"==c.hoverState&&c.show()},c.options.delay.show)):c.show())},c.prototype.leave=function(b){var c=b instanceof this.constructor?b:a(b.currentTarget).data("bs."+this.type);return c||(c=new this.constructor(b.currentTarget,this.getDelegateOptions()),a(b.currentTarget).data("bs."+this.type,c)),clearTimeout(c.timeout),c.hoverState="out",c.options.delay&&c.options.delay.hide?void(c.timeout=setTimeout(function(){"out"==c.hoverState&&c.hide()},c.options.delay.hide)):c.hide()},c.prototype.show=function(){var b=a.Event("show.bs."+this.type);if(this.hasContent()&&this.enabled){this.$element.trigger(b);var d=a.contains(this.$element[0].ownerDocument.documentElement,this.$element[0]);if(b.isDefaultPrevented()||!d)return;var e=this,f=this.tip(),g=this.getUID(this.type);this.setContent(),f.attr("id",g),this.$element.attr("aria-describedby",g),this.options.animation&&f.addClass("fade");var h="function"==typeof this.options.placement?this.options.placement.call(this,f[0],this.$element[0]):this.options.placement,i=/\s?auto?\s?/i,j=i.test(h);j&&(h=h.replace(i,"")||"top"),f.detach().css({top:0,left:0,display:"block"}).addClass(h).data("bs."+this.type,this),this.options.container?f.appendTo(this.options.container):f.insertAfter(this.$element);var k=this.getPosition(),l=f[0].offsetWidth,m=f[0].offsetHeight;if(j){var n=h,o=this.options.container?a(this.options.container):this.$element.parent(),p=this.getPosition(o);h="bottom"==h&&k.bottom+m>p.bottom?"top":"top"==h&&k.top-m<p.top?"bottom":"right"==h&&k.right+l>p.width?"left":"left"==h&&k.left-l<p.left?"right":h,f.removeClass(n).addClass(h)}var q=this.getCalculatedOffset(h,k,l,m);this.applyPlacement(q,h);var r=function(){var a=e.hoverState;e.$element.trigger("shown.bs."+e.type),e.hoverState=null,"out"==a&&e.leave(e)};a.support.transition&&this.$tip.hasClass("fade")?f.one("bsTransitionEnd",r).emulateTransitionEnd(c.TRANSITION_DURATION):r()}},c.prototype.applyPlacement=function(b,c){var d=this.tip(),e=d[0].offsetWidth,f=d[0].offsetHeight,g=parseInt(d.css("margin-top"),10),h=parseInt(d.css("margin-left"),10);isNaN(g)&&(g=0),isNaN(h)&&(h=0),b.top=b.top+g,b.left=b.left+h,a.offset.setOffset(d[0],a.extend({using:function(a){d.css({top:Math.round(a.top),left:Math.round(a.left)})}},b),0),d.addClass("in");var i=d[0].offsetWidth,j=d[0].offsetHeight;"top"==c&&j!=f&&(b.top=b.top+f-j);var k=this.getViewportAdjustedDelta(c,b,i,j);k.left?b.left+=k.left:b.top+=k.top;var l=/top|bottom/.test(c),m=l?2*k.left-e+i:2*k.top-f+j,n=l?"offsetWidth":"offsetHeight";d.offset(b),this.replaceArrow(m,d[0][n],l)},c.prototype.replaceArrow=function(a,b,c){this.arrow().css(c?"left":"top",50*(1-a/b)+"%").css(c?"top":"left","")},c.prototype.setContent=function(){var a=this.tip(),b=this.getTitle();a.find(".tooltip-inner")[this.options.html?"html":"text"](b),a.removeClass("fade in top bottom left right")},c.prototype.hide=function(b){function d(){"in"!=e.hoverState&&f.detach(),e.$element.removeAttr("aria-describedby").trigger("hidden.bs."+e.type),b&&b()}var e=this,f=a(this.$tip),g=a.Event("hide.bs."+this.type);return this.$element.trigger(g),g.isDefaultPrevented()?void 0:(f.removeClass("in"),a.support.transition&&f.hasClass("fade")?f.one("bsTransitionEnd",d).emulateTransitionEnd(c.TRANSITION_DURATION):d(),this.hoverState=null,this)},c.prototype.fixTitle=function(){var a=this.$element;(a.attr("title")||"string"!=typeof a.attr("data-original-title"))&&a.attr("data-original-title",a.attr("title")||"").attr("title","")},c.prototype.hasContent=function(){return this.getTitle()},c.prototype.getPosition=function(b){b=b||this.$element;var c=b[0],d="BODY"==c.tagName,e=c.getBoundingClientRect();null==e.width&&(e=a.extend({},e,{width:e.right-e.left,height:e.bottom-e.top}));var f=d?{top:0,left:0}:b.offset(),g={scroll:d?document.documentElement.scrollTop||document.body.scrollTop:b.scrollTop()},h=d?{width:a(window).width(),height:a(window).height()}:null;return a.extend({},e,g,h,f)},c.prototype.getCalculatedOffset=function(a,b,c,d){return"bottom"==a?{top:b.top+b.height,left:b.left+b.width/2-c/2}:"top"==a?{top:b.top-d,left:b.left+b.width/2-c/2}:"left"==a?{top:b.top+b.height/2-d/2,left:b.left-c}:{top:b.top+b.height/2-d/2,left:b.left+b.width}},c.prototype.getViewportAdjustedDelta=function(a,b,c,d){var e={top:0,left:0};if(!this.$viewport)return e;var f=this.options.viewport&&this.options.viewport.padding||0,g=this.getPosition(this.$viewport);if(/right|left/.test(a)){var h=b.top-f-g.scroll,i=b.top+f-g.scroll+d;h<g.top?e.top=g.top-h:i>g.top+g.height&&(e.top=g.top+g.height-i)}else{var j=b.left-f,k=b.left+f+c;j<g.left?e.left=g.left-j:k>g.width&&(e.left=g.left+g.width-k)}return e},c.prototype.getTitle=function(){var a,b=this.$element,c=this.options;return a=b.attr("data-original-title")||("function"==typeof c.title?c.title.call(b[0]):c.title)},c.prototype.getUID=function(a){do a+=~~(1e6*Math.random());while(document.getElementById(a));return a},c.prototype.tip=function(){return this.$tip=this.$tip||a(this.options.template)},c.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".tooltip-arrow")},c.prototype.enable=function(){this.enabled=!0},c.prototype.disable=function(){this.enabled=!1},c.prototype.toggleEnabled=function(){this.enabled=!this.enabled},c.prototype.toggle=function(b){var c=this;b&&(c=a(b.currentTarget).data("bs."+this.type),c||(c=new this.constructor(b.currentTarget,this.getDelegateOptions()),a(b.currentTarget).data("bs."+this.type,c))),c.tip().hasClass("in")?c.leave(c):c.enter(c)},c.prototype.destroy=function(){var a=this;clearTimeout(this.timeout),this.hide(function(){a.$element.off("."+a.type).removeData("bs."+a.type)})};var d=a.fn.tooltip;a.fn.tooltip=b,a.fn.tooltip.Constructor=c,a.fn.tooltip.noConflict=function(){return a.fn.tooltip=d,this}}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.popover"),f="object"==typeof b&&b;(e||!/destroy|hide/.test(b))&&(e||d.data("bs.popover",e=new c(this,f)),"string"==typeof b&&e[b]())})}var c=function(a,b){this.init("popover",a,b)};if(!a.fn.tooltip)throw new Error("Popover requires tooltip.js");c.VERSION="3.3.4",c.DEFAULTS=a.extend({},a.fn.tooltip.Constructor.DEFAULTS,{placement:"right",trigger:"click",content:"",template:'<div class="popover" role="tooltip"><div class="arrow"></div><h3 class="popover-title"></h3><div class="popover-content"></div></div>'}),c.prototype=a.extend({},a.fn.tooltip.Constructor.prototype),c.prototype.constructor=c,c.prototype.getDefaults=function(){return c.DEFAULTS},c.prototype.setContent=function(){var a=this.tip(),b=this.getTitle(),c=this.getContent();a.find(".popover-title")[this.options.html?"html":"text"](b),a.find(".popover-content").children().detach().end()[this.options.html?"string"==typeof c?"html":"append":"text"](c),a.removeClass("fade top bottom left right in"),a.find(".popover-title").html()||a.find(".popover-title").hide()},c.prototype.hasContent=function(){return this.getTitle()||this.getContent()},c.prototype.getContent=function(){var a=this.$element,b=this.options;return a.attr("data-content")||("function"==typeof b.content?b.content.call(a[0]):b.content)},c.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".arrow")};var d=a.fn.popover;a.fn.popover=b,a.fn.popover.Constructor=c,a.fn.popover.noConflict=function(){return a.fn.popover=d,this}}(jQuery),+function(a){"use strict";function b(c,d){this.$body=a(document.body),this.$scrollElement=a(a(c).is(document.body)?window:c),this.options=a.extend({},b.DEFAULTS,d),this.selector=(this.options.target||"")+" .nav li > a",this.offsets=[],this.targets=[],this.activeTarget=null,this.scrollHeight=0,this.$scrollElement.on("scroll.bs.scrollspy",a.proxy(this.process,this)),this.refresh(),this.process()}function c(c){return this.each(function(){var d=a(this),e=d.data("bs.scrollspy"),f="object"==typeof c&&c;e||d.data("bs.scrollspy",e=new b(this,f)),"string"==typeof c&&e[c]()})}b.VERSION="3.3.4",b.DEFAULTS={offset:10},b.prototype.getScrollHeight=function(){return this.$scrollElement[0].scrollHeight||Math.max(this.$body[0].scrollHeight,document.documentElement.scrollHeight)},b.prototype.refresh=function(){var b=this,c="offset",d=0;this.offsets=[],this.targets=[],this.scrollHeight=this.getScrollHeight(),a.isWindow(this.$scrollElement[0])||(c="position",d=this.$scrollElement.scrollTop()),this.$body.find(this.selector).map(function(){var b=a(this),e=b.data("target")||b.attr("href"),f=/^#./.test(e)&&a(e);return f&&f.length&&f.is(":visible")&&[[f[c]().top+d,e]]||null}).sort(function(a,b){return a[0]-b[0]}).each(function(){b.offsets.push(this[0]),b.targets.push(this[1])})},b.prototype.process=function(){var a,b=this.$scrollElement.scrollTop()+this.options.offset,c=this.getScrollHeight(),d=this.options.offset+c-this.$scrollElement.height(),e=this.offsets,f=this.targets,g=this.activeTarget;if(this.scrollHeight!=c&&this.refresh(),b>=d)return g!=(a=f[f.length-1])&&this.activate(a);if(g&&b<e[0])return this.activeTarget=null,this.clear();for(a=e.length;a--;)g!=f[a]&&b>=e[a]&&(void 0===e[a+1]||b<e[a+1])&&this.activate(f[a])},b.prototype.activate=function(b){this.activeTarget=b,this.clear();var c=this.selector+'[data-target="'+b+'"],'+this.selector+'[href="'+b+'"]',d=a(c).parents("li").addClass("active");d.parent(".dropdown-menu").length&&(d=d.closest("li.dropdown").addClass("active")),d.trigger("activate.bs.scrollspy")},b.prototype.clear=function(){a(this.selector).parentsUntil(this.options.target,".active").removeClass("active")};var d=a.fn.scrollspy;a.fn.scrollspy=c,a.fn.scrollspy.Constructor=b,a.fn.scrollspy.noConflict=function(){return a.fn.scrollspy=d,this},a(window).on("load.bs.scrollspy.data-api",function(){a('[data-spy="scroll"]').each(function(){var b=a(this);c.call(b,b.data())})})}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.tab");e||d.data("bs.tab",e=new c(this)),"string"==typeof b&&e[b]()})}var c=function(b){this.element=a(b)};c.VERSION="3.3.4",c.TRANSITION_DURATION=150,c.prototype.show=function(){var b=this.element,c=b.closest("ul:not(.dropdown-menu)"),d=b.data("target");if(d||(d=b.attr("href"),d=d&&d.replace(/.*(?=#[^\s]*$)/,"")),!b.parent("li").hasClass("active")){var e=c.find(".active:last a"),f=a.Event("hide.bs.tab",{relatedTarget:b[0]}),g=a.Event("show.bs.tab",{relatedTarget:e[0]});if(e.trigger(f),b.trigger(g),!g.isDefaultPrevented()&&!f.isDefaultPrevented()){var h=a(d);this.activate(b.closest("li"),c),this.activate(h,h.parent(),function(){e.trigger({type:"hidden.bs.tab",relatedTarget:b[0]}),b.trigger({type:"shown.bs.tab",relatedTarget:e[0]})})}}},c.prototype.activate=function(b,d,e){function f(){g.removeClass("active").find("> .dropdown-menu > .active").removeClass("active").end().find('[data-toggle="tab"]').attr("aria-expanded",!1),b.addClass("active").find('[data-toggle="tab"]').attr("aria-expanded",!0),h?(b[0].offsetWidth,b.addClass("in")):b.removeClass("fade"),b.parent(".dropdown-menu").length&&b.closest("li.dropdown").addClass("active").end().find('[data-toggle="tab"]').attr("aria-expanded",!0),e&&e()}var g=d.find("> .active"),h=e&&a.support.transition&&(g.length&&g.hasClass("fade")||!!d.find("> .fade").length);g.length&&h?g.one("bsTransitionEnd",f).emulateTransitionEnd(c.TRANSITION_DURATION):f(),g.removeClass("in")};var d=a.fn.tab;a.fn.tab=b,a.fn.tab.Constructor=c,a.fn.tab.noConflict=function(){return a.fn.tab=d,this};var e=function(c){c.preventDefault(),b.call(a(this),"show")};a(document).on("click.bs.tab.data-api",'[data-toggle="tab"]',e).on("click.bs.tab.data-api",'[data-toggle="pill"]',e)}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.affix"),f="object"==typeof b&&b;e||d.data("bs.affix",e=new c(this,f)),"string"==typeof b&&e[b]()})}var c=function(b,d){this.options=a.extend({},c.DEFAULTS,d),this.$target=a(this.options.target).on("scroll.bs.affix.data-api",a.proxy(this.checkPosition,this)).on("click.bs.affix.data-api",a.proxy(this.checkPositionWithEventLoop,this)),this.$element=a(b),this.affixed=null,this.unpin=null,this.pinnedOffset=null,this.checkPosition()};c.VERSION="3.3.4",c.RESET="affix affix-top affix-bottom",c.DEFAULTS={offset:0,target:window},c.prototype.getState=function(a,b,c,d){var e=this.$target.scrollTop(),f=this.$element.offset(),g=this.$target.height();if(null!=c&&"top"==this.affixed)return c>e?"top":!1;if("bottom"==this.affixed)return null!=c?e+this.unpin<=f.top?!1:"bottom":a-d>=e+g?!1:"bottom";var h=null==this.affixed,i=h?e:f.top,j=h?g:b;return null!=c&&c>=e?"top":null!=d&&i+j>=a-d?"bottom":!1},c.prototype.getPinnedOffset=function(){if(this.pinnedOffset)return this.pinnedOffset;this.$element.removeClass(c.RESET).addClass("affix");var a=this.$target.scrollTop(),b=this.$element.offset();return this.pinnedOffset=b.top-a},c.prototype.checkPositionWithEventLoop=function(){setTimeout(a.proxy(this.checkPosition,this),1)},c.prototype.checkPosition=function(){if(this.$element.is(":visible")){var b=this.$element.height(),d=this.options.offset,e=d.top,f=d.bottom,g=a(document.body).height();"object"!=typeof d&&(f=e=d),"function"==typeof e&&(e=d.top(this.$element)),"function"==typeof f&&(f=d.bottom(this.$element));var h=this.getState(g,b,e,f);if(this.affixed!=h){null!=this.unpin&&this.$element.css("top","");var i="affix"+(h?"-"+h:""),j=a.Event(i+".bs.affix");if(this.$element.trigger(j),j.isDefaultPrevented())return;this.affixed=h,this.unpin="bottom"==h?this.getPinnedOffset():null,this.$element.removeClass(c.RESET).addClass(i).trigger(i.replace("affix","affixed")+".bs.affix")}"bottom"==h&&this.$element.offset({top:g-b-f})}};var d=a.fn.affix;a.fn.affix=b,a.fn.affix.Constructor=c,a.fn.affix.noConflict=function(){return a.fn.affix=d,this},a(window).on("load",function(){a('[data-spy="affix"]').each(function(){var c=a(this),d=c.data();d.offset=d.offset||{},null!=d.offsetBottom&&(d.offset.bottom=d.offsetBottom),null!=d.offsetTop&&(d.offset.top=d.offsetTop),b.call(c,d)})})}(jQuery);pagePluginReSize();jQuery(window).resize(function(){pagePluginReSize();});function pagePluginReSize(){}
|
3 |
-
!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document,'script','twitter-wjs');jQuery(function(){jQuery('.pr-area > .subSection-title').flatHeights();});jQuery.changeLetterSize={handlers:[],interval:1000,currentSize:0};(function($){var self=$.changeLetterSize;var ins=$('<ins>M</ins>').css({display:'block',visibility:'hidden',position:'absolute',padding:'0',top:'0'});var isChanged=function(){ins.appendTo('body');var size=ins[0].offsetHeight;ins.remove();if(self.currentSize==size)return false;self.currentSize=size;return true;};$(isChanged);var observer=function(){if(!isChanged())return;$.each(self.handlers,function(i,handler){handler();});};self.addHandler=function(func){self.handlers.push(func);if(self.handlers.length==1){setInterval(observer,self.interval);}};})(jQuery);(function($){var sets=[];var flatHeights=function(set){var maxHeight=0;set.each(function(){var height=this.offsetHeight;if(height>maxHeight)maxHeight=height;});set.css('height',maxHeight+'px');};jQuery.fn.flatHeights=function(){if(this.length>1){flatHeights(this);sets.push(this);}
|
4 |
-
|
1 |
|
2 |
+
jQuery.changeLetterSize={handlers:[],interval:1000,currentSize:0};(function($){var self=$.changeLetterSize;var ins=$('<ins>M</ins>').css({display:'block',visibility:'hidden',position:'absolute',padding:'0',top:'0'});var isChanged=function(){ins.appendTo('body');var size=ins[0].offsetHeight;ins.remove();if(self.currentSize==size)return false;self.currentSize=size;return true;};$(isChanged);var observer=function(){if(!isChanged())return;$.each(self.handlers,function(i,handler){handler();});};self.addHandler=function(func){self.handlers.push(func);if(self.handlers.length==1){setInterval(observer,self.interval);}};})(jQuery);(function($){var sets=[];var flatHeights=function(set){var maxHeight=0;set.each(function(){var height=this.offsetHeight;if(height>maxHeight)maxHeight=height;});set.css('height',maxHeight+'px');};jQuery.fn.flatHeights=function(){if(this.length>1){flatHeights(this);sets.push(this);}
|
3 |
+
return this;};var reflatting=function(){$.each(sets,function(){this.height('auto');flatHeights(this);});};$.changeLetterSize.addHandler(reflatting);$(window).resize(reflatting);})(jQuery);jQuery(document).ready(function($){jQuery('.topPrTit a').flatHeights();jQuery('.topPrDescription').flatHeights();jQuery('.child_page_block').flatHeights();jQuery('.child_page_block p').flatHeights();jQuery('#content .child_page_block h4 a').flatHeights();});if("undefined"==typeof jQuery)throw new Error("Bootstrap's JavaScript requires jQuery");+function(a){"use strict";var b=a.fn.jquery.split(" ")[0].split(".");if(b[0]<2&&b[1]<9||1==b[0]&&9==b[1]&&b[2]<1)throw new Error("Bootstrap's JavaScript requires jQuery version 1.9.1 or higher")}(jQuery),+function(a){"use strict";function b(){var a=document.createElement("bootstrap"),b={WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"oTransitionEnd otransitionend",transition:"transitionend"};for(var c in b)if(void 0!==a.style[c])return{end:b[c]};return!1}a.fn.emulateTransitionEnd=function(b){var c=!1,d=this;a(this).one("bsTransitionEnd",function(){c=!0});var e=function(){c||a(d).trigger(a.support.transition.end)};return setTimeout(e,b),this},a(function(){a.support.transition=b(),a.support.transition&&(a.event.special.bsTransitionEnd={bindType:a.support.transition.end,delegateType:a.support.transition.end,handle:function(b){return a(b.target).is(this)?b.handleObj.handler.apply(this,arguments):void 0}})})}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var c=a(this),e=c.data("bs.alert");e||c.data("bs.alert",e=new d(this)),"string"==typeof b&&e[b].call(c)})}var c='[data-dismiss="alert"]',d=function(b){a(b).on("click",c,this.close)};d.VERSION="3.3.4",d.TRANSITION_DURATION=150,d.prototype.close=function(b){function c(){g.detach().trigger("closed.bs.alert").remove()}var e=a(this),f=e.attr("data-target");f||(f=e.attr("href"),f=f&&f.replace(/.*(?=#[^\s]*$)/,""));var g=a(f);b&&b.preventDefault(),g.length||(g=e.closest(".alert")),g.trigger(b=a.Event("close.bs.alert")),b.isDefaultPrevented()||(g.removeClass("in"),a.support.transition&&g.hasClass("fade")?g.one("bsTransitionEnd",c).emulateTransitionEnd(d.TRANSITION_DURATION):c())};var e=a.fn.alert;a.fn.alert=b,a.fn.alert.Constructor=d,a.fn.alert.noConflict=function(){return a.fn.alert=e,this},a(document).on("click.bs.alert.data-api",c,d.prototype.close)}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.button"),f="object"==typeof b&&b;e||d.data("bs.button",e=new c(this,f)),"toggle"==b?e.toggle():b&&e.setState(b)})}var c=function(b,d){this.$element=a(b),this.options=a.extend({},c.DEFAULTS,d),this.isLoading=!1};c.VERSION="3.3.4",c.DEFAULTS={loadingText:"loading..."},c.prototype.setState=function(b){var c="disabled",d=this.$element,e=d.is("input")?"val":"html",f=d.data();b+="Text",null==f.resetText&&d.data("resetText",d[e]()),setTimeout(a.proxy(function(){d[e](null==f[b]?this.options[b]:f[b]),"loadingText"==b?(this.isLoading=!0,d.addClass(c).attr(c,c)):this.isLoading&&(this.isLoading=!1,d.removeClass(c).removeAttr(c))},this),0)},c.prototype.toggle=function(){var a=!0,b=this.$element.closest('[data-toggle="buttons"]');if(b.length){var c=this.$element.find("input");"radio"==c.prop("type")&&(c.prop("checked")&&this.$element.hasClass("active")?a=!1:b.find(".active").removeClass("active")),a&&c.prop("checked",!this.$element.hasClass("active")).trigger("change")}else this.$element.attr("aria-pressed",!this.$element.hasClass("active"));a&&this.$element.toggleClass("active")};var d=a.fn.button;a.fn.button=b,a.fn.button.Constructor=c,a.fn.button.noConflict=function(){return a.fn.button=d,this},a(document).on("click.bs.button.data-api",'[data-toggle^="button"]',function(c){var d=a(c.target);d.hasClass("btn")||(d=d.closest(".btn")),b.call(d,"toggle"),c.preventDefault()}).on("focus.bs.button.data-api blur.bs.button.data-api",'[data-toggle^="button"]',function(b){a(b.target).closest(".btn").toggleClass("focus",/^focus(in)?#x2F;.test(b.type))})}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.carousel"),f=a.extend({},c.DEFAULTS,d.data(),"object"==typeof b&&b),g="string"==typeof b?b:f.slide;e||d.data("bs.carousel",e=new c(this,f)),"number"==typeof b?e.to(b):g?e[g]():f.interval&&e.pause().cycle()})}var c=function(b,c){this.$element=a(b),this.$indicators=this.$element.find(".carousel-indicators"),this.options=c,this.paused=null,this.sliding=null,this.interval=null,this.$active=null,this.$items=null,this.options.keyboard&&this.$element.on("keydown.bs.carousel",a.proxy(this.keydown,this)),"hover"==this.options.pause&&!("ontouchstart"in document.documentElement)&&this.$element.on("mouseenter.bs.carousel",a.proxy(this.pause,this)).on("mouseleave.bs.carousel",a.proxy(this.cycle,this))};c.VERSION="3.3.4",c.TRANSITION_DURATION=600,c.DEFAULTS={interval:5e3,pause:"hover",wrap:!0,keyboard:!0},c.prototype.keydown=function(a){if(!/input|textarea/i.test(a.target.tagName)){switch(a.which){case 37:this.prev();break;case 39:this.next();break;default:return}a.preventDefault()}},c.prototype.cycle=function(b){return b||(this.paused=!1),this.interval&&clearInterval(this.interval),this.options.interval&&!this.paused&&(this.interval=setInterval(a.proxy(this.next,this),this.options.interval)),this},c.prototype.getItemIndex=function(a){return this.$items=a.parent().children(".item"),this.$items.index(a||this.$active)},c.prototype.getItemForDirection=function(a,b){var c=this.getItemIndex(b),d="prev"==a&&0===c||"next"==a&&c==this.$items.length-1;if(d&&!this.options.wrap)return b;var e="prev"==a?-1:1,f=(c+e)%this.$items.length;return this.$items.eq(f)},c.prototype.to=function(a){var b=this,c=this.getItemIndex(this.$active=this.$element.find(".item.active"));return a>this.$items.length-1||0>a?void 0:this.sliding?this.$element.one("slid.bs.carousel",function(){b.to(a)}):c==a?this.pause().cycle():this.slide(a>c?"next":"prev",this.$items.eq(a))},c.prototype.pause=function(b){return b||(this.paused=!0),this.$element.find(".next, .prev").length&&a.support.transition&&(this.$element.trigger(a.support.transition.end),this.cycle(!0)),this.interval=clearInterval(this.interval),this},c.prototype.next=function(){return this.sliding?void 0:this.slide("next")},c.prototype.prev=function(){return this.sliding?void 0:this.slide("prev")},c.prototype.slide=function(b,d){var e=this.$element.find(".item.active"),f=d||this.getItemForDirection(b,e),g=this.interval,h="next"==b?"left":"right",i=this;if(f.hasClass("active"))return this.sliding=!1;var j=f[0],k=a.Event("slide.bs.carousel",{relatedTarget:j,direction:h});if(this.$element.trigger(k),!k.isDefaultPrevented()){if(this.sliding=!0,g&&this.pause(),this.$indicators.length){this.$indicators.find(".active").removeClass("active");var l=a(this.$indicators.children()[this.getItemIndex(f)]);l&&l.addClass("active")}var m=a.Event("slid.bs.carousel",{relatedTarget:j,direction:h});return a.support.transition&&this.$element.hasClass("slide")?(f.addClass(b),f[0].offsetWidth,e.addClass(h),f.addClass(h),e.one("bsTransitionEnd",function(){f.removeClass([b,h].join(" ")).addClass("active"),e.removeClass(["active",h].join(" ")),i.sliding=!1,setTimeout(function(){i.$element.trigger(m)},0)}).emulateTransitionEnd(c.TRANSITION_DURATION)):(e.removeClass("active"),f.addClass("active"),this.sliding=!1,this.$element.trigger(m)),g&&this.cycle(),this}};var d=a.fn.carousel;a.fn.carousel=b,a.fn.carousel.Constructor=c,a.fn.carousel.noConflict=function(){return a.fn.carousel=d,this};var e=function(c){var d,e=a(this),f=a(e.attr("data-target")||(d=e.attr("href"))&&d.replace(/.*(?=#[^\s]+$)/,""));if(f.hasClass("carousel")){var g=a.extend({},f.data(),e.data()),h=e.attr("data-slide-to");h&&(g.interval=!1),b.call(f,g),h&&f.data("bs.carousel").to(h),c.preventDefault()}};a(document).on("click.bs.carousel.data-api","[data-slide]",e).on("click.bs.carousel.data-api","[data-slide-to]",e),a(window).on("load",function(){a('[data-ride="carousel"]').each(function(){var c=a(this);b.call(c,c.data())})})}(jQuery),+function(a){"use strict";function b(b){var c,d=b.attr("data-target")||(c=b.attr("href"))&&c.replace(/.*(?=#[^\s]+$)/,"");return a(d)}function c(b){return this.each(function(){var c=a(this),e=c.data("bs.collapse"),f=a.extend({},d.DEFAULTS,c.data(),"object"==typeof b&&b);!e&&f.toggle&&/show|hide/.test(b)&&(f.toggle=!1),e||c.data("bs.collapse",e=new d(this,f)),"string"==typeof b&&e[b]()})}var d=function(b,c){this.$element=a(b),this.options=a.extend({},d.DEFAULTS,c),this.$trigger=a('[data-toggle="collapse"][href="#'+b.id+'"],[data-toggle="collapse"][data-target="#'+b.id+'"]'),this.transitioning=null,this.options.parent?this.$parent=this.getParent():this.addAriaAndCollapsedClass(this.$element,this.$trigger),this.options.toggle&&this.toggle()};d.VERSION="3.3.4",d.TRANSITION_DURATION=350,d.DEFAULTS={toggle:!0},d.prototype.dimension=function(){var a=this.$element.hasClass("width");return a?"width":"height"},d.prototype.show=function(){if(!this.transitioning&&!this.$element.hasClass("in")){var b,e=this.$parent&&this.$parent.children(".panel").children(".in, .collapsing");if(!(e&&e.length&&(b=e.data("bs.collapse"),b&&b.transitioning))){var f=a.Event("show.bs.collapse");if(this.$element.trigger(f),!f.isDefaultPrevented()){e&&e.length&&(c.call(e,"hide"),b||e.data("bs.collapse",null));var g=this.dimension();this.$element.removeClass("collapse").addClass("collapsing")[g](0).attr("aria-expanded",!0),this.$trigger.removeClass("collapsed").attr("aria-expanded",!0),this.transitioning=1;var h=function(){this.$element.removeClass("collapsing").addClass("collapse in")[g](""),this.transitioning=0,this.$element.trigger("shown.bs.collapse")};if(!a.support.transition)return h.call(this);var i=a.camelCase(["scroll",g].join("-"));this.$element.one("bsTransitionEnd",a.proxy(h,this)).emulateTransitionEnd(d.TRANSITION_DURATION)[g](this.$element[0][i])}}}},d.prototype.hide=function(){if(!this.transitioning&&this.$element.hasClass("in")){var b=a.Event("hide.bs.collapse");if(this.$element.trigger(b),!b.isDefaultPrevented()){var c=this.dimension();this.$element[c](this.$element[c]())[0].offsetHeight,this.$element.addClass("collapsing").removeClass("collapse in").attr("aria-expanded",!1),this.$trigger.addClass("collapsed").attr("aria-expanded",!1),this.transitioning=1;var e=function(){this.transitioning=0,this.$element.removeClass("collapsing").addClass("collapse").trigger("hidden.bs.collapse")};return a.support.transition?void this.$element[c](0).one("bsTransitionEnd",a.proxy(e,this)).emulateTransitionEnd(d.TRANSITION_DURATION):e.call(this)}}},d.prototype.toggle=function(){this[this.$element.hasClass("in")?"hide":"show"]()},d.prototype.getParent=function(){return a(this.options.parent).find('[data-toggle="collapse"][data-parent="'+this.options.parent+'"]').each(a.proxy(function(c,d){var e=a(d);this.addAriaAndCollapsedClass(b(e),e)},this)).end()},d.prototype.addAriaAndCollapsedClass=function(a,b){var c=a.hasClass("in");a.attr("aria-expanded",c),b.toggleClass("collapsed",!c).attr("aria-expanded",c)};var e=a.fn.collapse;a.fn.collapse=c,a.fn.collapse.Constructor=d,a.fn.collapse.noConflict=function(){return a.fn.collapse=e,this},a(document).on("click.bs.collapse.data-api",'[data-toggle="collapse"]',function(d){var e=a(this);e.attr("data-target")||d.preventDefault();var f=b(e),g=f.data("bs.collapse"),h=g?"toggle":e.data();c.call(f,h)})}(jQuery),+function(a){"use strict";function b(b){b&&3===b.which||(a(e).remove(),a(f).each(function(){var d=a(this),e=c(d),f={relatedTarget:this};e.hasClass("open")&&(e.trigger(b=a.Event("hide.bs.dropdown",f)),b.isDefaultPrevented()||(d.attr("aria-expanded","false"),e.removeClass("open").trigger("hidden.bs.dropdown",f)))}))}function c(b){var c=b.attr("data-target");c||(c=b.attr("href"),c=c&&/#[A-Za-z]/.test(c)&&c.replace(/.*(?=#[^\s]*$)/,""));var d=c&&a(c);return d&&d.length?d:b.parent()}function d(b){return this.each(function(){var c=a(this),d=c.data("bs.dropdown");d||c.data("bs.dropdown",d=new g(this)),"string"==typeof b&&d[b].call(c)})}var e=".dropdown-backdrop",f='[data-toggle="dropdown"]',g=function(b){a(b).on("click.bs.dropdown",this.toggle)};g.VERSION="3.3.4",g.prototype.toggle=function(d){var e=a(this);if(!e.is(".disabled, :disabled")){var f=c(e),g=f.hasClass("open");if(b(),!g){"ontouchstart"in document.documentElement&&!f.closest(".navbar-nav").length&&a('<div class="dropdown-backdrop"/>').insertAfter(a(this)).on("click",b);var h={relatedTarget:this};if(f.trigger(d=a.Event("show.bs.dropdown",h)),d.isDefaultPrevented())return;e.trigger("focus").attr("aria-expanded","true"),f.toggleClass("open").trigger("shown.bs.dropdown",h)}return!1}},g.prototype.keydown=function(b){if(/(38|40|27|32)/.test(b.which)&&!/input|textarea/i.test(b.target.tagName)){var d=a(this);if(b.preventDefault(),b.stopPropagation(),!d.is(".disabled, :disabled")){var e=c(d),g=e.hasClass("open");if(!g&&27!=b.which||g&&27==b.which)return 27==b.which&&e.find(f).trigger("focus"),d.trigger("click");var h=" li:not(.disabled):visible a",i=e.find('[role="menu"]'+h+', [role="listbox"]'+h);if(i.length){var j=i.index(b.target);38==b.which&&j>0&&j--,40==b.which&&j<i.length-1&&j++,~j||(j=0),i.eq(j).trigger("focus")}}}};var h=a.fn.dropdown;a.fn.dropdown=d,a.fn.dropdown.Constructor=g,a.fn.dropdown.noConflict=function(){return a.fn.dropdown=h,this},a(document).on("click.bs.dropdown.data-api",b).on("click.bs.dropdown.data-api",".dropdown form",function(a){a.stopPropagation()}).on("click.bs.dropdown.data-api",f,g.prototype.toggle).on("keydown.bs.dropdown.data-api",f,g.prototype.keydown).on("keydown.bs.dropdown.data-api",'[role="menu"]',g.prototype.keydown).on("keydown.bs.dropdown.data-api",'[role="listbox"]',g.prototype.keydown)}(jQuery),+function(a){"use strict";function b(b,d){return this.each(function(){var e=a(this),f=e.data("bs.modal"),g=a.extend({},c.DEFAULTS,e.data(),"object"==typeof b&&b);f||e.data("bs.modal",f=new c(this,g)),"string"==typeof b?f[b](d):g.show&&f.show(d)})}var c=function(b,c){this.options=c,this.$body=a(document.body),this.$element=a(b),this.$dialog=this.$element.find(".modal-dialog"),this.$backdrop=null,this.isShown=null,this.originalBodyPad=null,this.scrollbarWidth=0,this.ignoreBackdropClick=!1,this.options.remote&&this.$element.find(".modal-content").load(this.options.remote,a.proxy(function(){this.$element.trigger("loaded.bs.modal")},this))};c.VERSION="3.3.4",c.TRANSITION_DURATION=300,c.BACKDROP_TRANSITION_DURATION=150,c.DEFAULTS={backdrop:!0,keyboard:!0,show:!0},c.prototype.toggle=function(a){return this.isShown?this.hide():this.show(a)},c.prototype.show=function(b){var d=this,e=a.Event("show.bs.modal",{relatedTarget:b});this.$element.trigger(e),this.isShown||e.isDefaultPrevented()||(this.isShown=!0,this.checkScrollbar(),this.setScrollbar(),this.$body.addClass("modal-open"),this.escape(),this.resize(),this.$element.on("click.dismiss.bs.modal",'[data-dismiss="modal"]',a.proxy(this.hide,this)),this.$dialog.on("mousedown.dismiss.bs.modal",function(){d.$element.one("mouseup.dismiss.bs.modal",function(b){a(b.target).is(d.$element)&&(d.ignoreBackdropClick=!0)})}),this.backdrop(function(){var e=a.support.transition&&d.$element.hasClass("fade");d.$element.parent().length||d.$element.appendTo(d.$body),d.$element.show().scrollTop(0),d.adjustDialog(),e&&d.$element[0].offsetWidth,d.$element.addClass("in").attr("aria-hidden",!1),d.enforceFocus();var f=a.Event("shown.bs.modal",{relatedTarget:b});e?d.$dialog.one("bsTransitionEnd",function(){d.$element.trigger("focus").trigger(f)}).emulateTransitionEnd(c.TRANSITION_DURATION):d.$element.trigger("focus").trigger(f)}))},c.prototype.hide=function(b){b&&b.preventDefault(),b=a.Event("hide.bs.modal"),this.$element.trigger(b),this.isShown&&!b.isDefaultPrevented()&&(this.isShown=!1,this.escape(),this.resize(),a(document).off("focusin.bs.modal"),this.$element.removeClass("in").attr("aria-hidden",!0).off("click.dismiss.bs.modal").off("mouseup.dismiss.bs.modal"),this.$dialog.off("mousedown.dismiss.bs.modal"),a.support.transition&&this.$element.hasClass("fade")?this.$element.one("bsTransitionEnd",a.proxy(this.hideModal,this)).emulateTransitionEnd(c.TRANSITION_DURATION):this.hideModal())},c.prototype.enforceFocus=function(){a(document).off("focusin.bs.modal").on("focusin.bs.modal",a.proxy(function(a){this.$element[0]===a.target||this.$element.has(a.target).length||this.$element.trigger("focus")},this))},c.prototype.escape=function(){this.isShown&&this.options.keyboard?this.$element.on("keydown.dismiss.bs.modal",a.proxy(function(a){27==a.which&&this.hide()},this)):this.isShown||this.$element.off("keydown.dismiss.bs.modal")},c.prototype.resize=function(){this.isShown?a(window).on("resize.bs.modal",a.proxy(this.handleUpdate,this)):a(window).off("resize.bs.modal")},c.prototype.hideModal=function(){var a=this;this.$element.hide(),this.backdrop(function(){a.$body.removeClass("modal-open"),a.resetAdjustments(),a.resetScrollbar(),a.$element.trigger("hidden.bs.modal")})},c.prototype.removeBackdrop=function(){this.$backdrop&&this.$backdrop.remove(),this.$backdrop=null},c.prototype.backdrop=function(b){var d=this,e=this.$element.hasClass("fade")?"fade":"";if(this.isShown&&this.options.backdrop){var f=a.support.transition&&e;if(this.$backdrop=a('<div class="modal-backdrop '+e+'" />').appendTo(this.$body),this.$element.on("click.dismiss.bs.modal",a.proxy(function(a){return this.ignoreBackdropClick?void(this.ignoreBackdropClick=!1):void(a.target===a.currentTarget&&("static"==this.options.backdrop?this.$element[0].focus():this.hide()))},this)),f&&this.$backdrop[0].offsetWidth,this.$backdrop.addClass("in"),!b)return;f?this.$backdrop.one("bsTransitionEnd",b).emulateTransitionEnd(c.BACKDROP_TRANSITION_DURATION):b()}else if(!this.isShown&&this.$backdrop){this.$backdrop.removeClass("in");var g=function(){d.removeBackdrop(),b&&b()};a.support.transition&&this.$element.hasClass("fade")?this.$backdrop.one("bsTransitionEnd",g).emulateTransitionEnd(c.BACKDROP_TRANSITION_DURATION):g()}else b&&b()},c.prototype.handleUpdate=function(){this.adjustDialog()},c.prototype.adjustDialog=function(){var a=this.$element[0].scrollHeight>document.documentElement.clientHeight;this.$element.css({paddingLeft:!this.bodyIsOverflowing&&a?this.scrollbarWidth:"",paddingRight:this.bodyIsOverflowing&&!a?this.scrollbarWidth:""})},c.prototype.resetAdjustments=function(){this.$element.css({paddingLeft:"",paddingRight:""})},c.prototype.checkScrollbar=function(){var a=window.innerWidth;if(!a){var b=document.documentElement.getBoundingClientRect();a=b.right-Math.abs(b.left)}this.bodyIsOverflowing=document.body.clientWidth<a,this.scrollbarWidth=this.measureScrollbar()},c.prototype.setScrollbar=function(){var a=parseInt(this.$body.css("padding-right")||0,10);this.originalBodyPad=document.body.style.paddingRight||"",this.bodyIsOverflowing&&this.$body.css("padding-right",a+this.scrollbarWidth)},c.prototype.resetScrollbar=function(){this.$body.css("padding-right",this.originalBodyPad)},c.prototype.measureScrollbar=function(){var a=document.createElement("div");a.className="modal-scrollbar-measure",this.$body.append(a);var b=a.offsetWidth-a.clientWidth;return this.$body[0].removeChild(a),b};var d=a.fn.modal;a.fn.modal=b,a.fn.modal.Constructor=c,a.fn.modal.noConflict=function(){return a.fn.modal=d,this},a(document).on("click.bs.modal.data-api",'[data-toggle="modal"]',function(c){var d=a(this),e=d.attr("href"),f=a(d.attr("data-target")||e&&e.replace(/.*(?=#[^\s]+$)/,"")),g=f.data("bs.modal")?"toggle":a.extend({remote:!/#/.test(e)&&e},f.data(),d.data());d.is("a")&&c.preventDefault(),f.one("show.bs.modal",function(a){a.isDefaultPrevented()||f.one("hidden.bs.modal",function(){d.is(":visible")&&d.trigger("focus")})}),b.call(f,g,this)})}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.tooltip"),f="object"==typeof b&&b;(e||!/destroy|hide/.test(b))&&(e||d.data("bs.tooltip",e=new c(this,f)),"string"==typeof b&&e[b]())})}var c=function(a,b){this.type=null,this.options=null,this.enabled=null,this.timeout=null,this.hoverState=null,this.$element=null,this.init("tooltip",a,b)};c.VERSION="3.3.4",c.TRANSITION_DURATION=150,c.DEFAULTS={animation:!0,placement:"top",selector:!1,template:'<div class="tooltip" role="tooltip"><div class="tooltip-arrow"></div><div class="tooltip-inner"></div></div>',trigger:"hover focus",title:"",delay:0,html:!1,container:!1,viewport:{selector:"body",padding:0}},c.prototype.init=function(b,c,d){if(this.enabled=!0,this.type=b,this.$element=a(c),this.options=this.getOptions(d),this.$viewport=this.options.viewport&&a(this.options.viewport.selector||this.options.viewport),this.$element[0]instanceof document.constructor&&!this.options.selector)throw new Error("`selector` option must be specified when initializing "+this.type+" on the window.document object!");for(var e=this.options.trigger.split(" "),f=e.length;f--;){var g=e[f];if("click"==g)this.$element.on("click."+this.type,this.options.selector,a.proxy(this.toggle,this));else if("manual"!=g){var h="hover"==g?"mouseenter":"focusin",i="hover"==g?"mouseleave":"focusout";this.$element.on(h+"."+this.type,this.options.selector,a.proxy(this.enter,this)),this.$element.on(i+"."+this.type,this.options.selector,a.proxy(this.leave,this))}}this.options.selector?this._options=a.extend({},this.options,{trigger:"manual",selector:""}):this.fixTitle()},c.prototype.getDefaults=function(){return c.DEFAULTS},c.prototype.getOptions=function(b){return b=a.extend({},this.getDefaults(),this.$element.data(),b),b.delay&&"number"==typeof b.delay&&(b.delay={show:b.delay,hide:b.delay}),b},c.prototype.getDelegateOptions=function(){var b={},c=this.getDefaults();return this._options&&a.each(this._options,function(a,d){c[a]!=d&&(b[a]=d)}),b},c.prototype.enter=function(b){var c=b instanceof this.constructor?b:a(b.currentTarget).data("bs."+this.type);return c&&c.$tip&&c.$tip.is(":visible")?void(c.hoverState="in"):(c||(c=new this.constructor(b.currentTarget,this.getDelegateOptions()),a(b.currentTarget).data("bs."+this.type,c)),clearTimeout(c.timeout),c.hoverState="in",c.options.delay&&c.options.delay.show?void(c.timeout=setTimeout(function(){"in"==c.hoverState&&c.show()},c.options.delay.show)):c.show())},c.prototype.leave=function(b){var c=b instanceof this.constructor?b:a(b.currentTarget).data("bs."+this.type);return c||(c=new this.constructor(b.currentTarget,this.getDelegateOptions()),a(b.currentTarget).data("bs."+this.type,c)),clearTimeout(c.timeout),c.hoverState="out",c.options.delay&&c.options.delay.hide?void(c.timeout=setTimeout(function(){"out"==c.hoverState&&c.hide()},c.options.delay.hide)):c.hide()},c.prototype.show=function(){var b=a.Event("show.bs."+this.type);if(this.hasContent()&&this.enabled){this.$element.trigger(b);var d=a.contains(this.$element[0].ownerDocument.documentElement,this.$element[0]);if(b.isDefaultPrevented()||!d)return;var e=this,f=this.tip(),g=this.getUID(this.type);this.setContent(),f.attr("id",g),this.$element.attr("aria-describedby",g),this.options.animation&&f.addClass("fade");var h="function"==typeof this.options.placement?this.options.placement.call(this,f[0],this.$element[0]):this.options.placement,i=/\s?auto?\s?/i,j=i.test(h);j&&(h=h.replace(i,"")||"top"),f.detach().css({top:0,left:0,display:"block"}).addClass(h).data("bs."+this.type,this),this.options.container?f.appendTo(this.options.container):f.insertAfter(this.$element);var k=this.getPosition(),l=f[0].offsetWidth,m=f[0].offsetHeight;if(j){var n=h,o=this.options.container?a(this.options.container):this.$element.parent(),p=this.getPosition(o);h="bottom"==h&&k.bottom+m>p.bottom?"top":"top"==h&&k.top-m<p.top?"bottom":"right"==h&&k.right+l>p.width?"left":"left"==h&&k.left-l<p.left?"right":h,f.removeClass(n).addClass(h)}var q=this.getCalculatedOffset(h,k,l,m);this.applyPlacement(q,h);var r=function(){var a=e.hoverState;e.$element.trigger("shown.bs."+e.type),e.hoverState=null,"out"==a&&e.leave(e)};a.support.transition&&this.$tip.hasClass("fade")?f.one("bsTransitionEnd",r).emulateTransitionEnd(c.TRANSITION_DURATION):r()}},c.prototype.applyPlacement=function(b,c){var d=this.tip(),e=d[0].offsetWidth,f=d[0].offsetHeight,g=parseInt(d.css("margin-top"),10),h=parseInt(d.css("margin-left"),10);isNaN(g)&&(g=0),isNaN(h)&&(h=0),b.top=b.top+g,b.left=b.left+h,a.offset.setOffset(d[0],a.extend({using:function(a){d.css({top:Math.round(a.top),left:Math.round(a.left)})}},b),0),d.addClass("in");var i=d[0].offsetWidth,j=d[0].offsetHeight;"top"==c&&j!=f&&(b.top=b.top+f-j);var k=this.getViewportAdjustedDelta(c,b,i,j);k.left?b.left+=k.left:b.top+=k.top;var l=/top|bottom/.test(c),m=l?2*k.left-e+i:2*k.top-f+j,n=l?"offsetWidth":"offsetHeight";d.offset(b),this.replaceArrow(m,d[0][n],l)},c.prototype.replaceArrow=function(a,b,c){this.arrow().css(c?"left":"top",50*(1-a/b)+"%").css(c?"top":"left","")},c.prototype.setContent=function(){var a=this.tip(),b=this.getTitle();a.find(".tooltip-inner")[this.options.html?"html":"text"](b),a.removeClass("fade in top bottom left right")},c.prototype.hide=function(b){function d(){"in"!=e.hoverState&&f.detach(),e.$element.removeAttr("aria-describedby").trigger("hidden.bs."+e.type),b&&b()}var e=this,f=a(this.$tip),g=a.Event("hide.bs."+this.type);return this.$element.trigger(g),g.isDefaultPrevented()?void 0:(f.removeClass("in"),a.support.transition&&f.hasClass("fade")?f.one("bsTransitionEnd",d).emulateTransitionEnd(c.TRANSITION_DURATION):d(),this.hoverState=null,this)},c.prototype.fixTitle=function(){var a=this.$element;(a.attr("title")||"string"!=typeof a.attr("data-original-title"))&&a.attr("data-original-title",a.attr("title")||"").attr("title","")},c.prototype.hasContent=function(){return this.getTitle()},c.prototype.getPosition=function(b){b=b||this.$element;var c=b[0],d="BODY"==c.tagName,e=c.getBoundingClientRect();null==e.width&&(e=a.extend({},e,{width:e.right-e.left,height:e.bottom-e.top}));var f=d?{top:0,left:0}:b.offset(),g={scroll:d?document.documentElement.scrollTop||document.body.scrollTop:b.scrollTop()},h=d?{width:a(window).width(),height:a(window).height()}:null;return a.extend({},e,g,h,f)},c.prototype.getCalculatedOffset=function(a,b,c,d){return"bottom"==a?{top:b.top+b.height,left:b.left+b.width/2-c/2}:"top"==a?{top:b.top-d,left:b.left+b.width/2-c/2}:"left"==a?{top:b.top+b.height/2-d/2,left:b.left-c}:{top:b.top+b.height/2-d/2,left:b.left+b.width}},c.prototype.getViewportAdjustedDelta=function(a,b,c,d){var e={top:0,left:0};if(!this.$viewport)return e;var f=this.options.viewport&&this.options.viewport.padding||0,g=this.getPosition(this.$viewport);if(/right|left/.test(a)){var h=b.top-f-g.scroll,i=b.top+f-g.scroll+d;h<g.top?e.top=g.top-h:i>g.top+g.height&&(e.top=g.top+g.height-i)}else{var j=b.left-f,k=b.left+f+c;j<g.left?e.left=g.left-j:k>g.width&&(e.left=g.left+g.width-k)}return e},c.prototype.getTitle=function(){var a,b=this.$element,c=this.options;return a=b.attr("data-original-title")||("function"==typeof c.title?c.title.call(b[0]):c.title)},c.prototype.getUID=function(a){do a+=~~(1e6*Math.random());while(document.getElementById(a));return a},c.prototype.tip=function(){return this.$tip=this.$tip||a(this.options.template)},c.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".tooltip-arrow")},c.prototype.enable=function(){this.enabled=!0},c.prototype.disable=function(){this.enabled=!1},c.prototype.toggleEnabled=function(){this.enabled=!this.enabled},c.prototype.toggle=function(b){var c=this;b&&(c=a(b.currentTarget).data("bs."+this.type),c||(c=new this.constructor(b.currentTarget,this.getDelegateOptions()),a(b.currentTarget).data("bs."+this.type,c))),c.tip().hasClass("in")?c.leave(c):c.enter(c)},c.prototype.destroy=function(){var a=this;clearTimeout(this.timeout),this.hide(function(){a.$element.off("."+a.type).removeData("bs."+a.type)})};var d=a.fn.tooltip;a.fn.tooltip=b,a.fn.tooltip.Constructor=c,a.fn.tooltip.noConflict=function(){return a.fn.tooltip=d,this}}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.popover"),f="object"==typeof b&&b;(e||!/destroy|hide/.test(b))&&(e||d.data("bs.popover",e=new c(this,f)),"string"==typeof b&&e[b]())})}var c=function(a,b){this.init("popover",a,b)};if(!a.fn.tooltip)throw new Error("Popover requires tooltip.js");c.VERSION="3.3.4",c.DEFAULTS=a.extend({},a.fn.tooltip.Constructor.DEFAULTS,{placement:"right",trigger:"click",content:"",template:'<div class="popover" role="tooltip"><div class="arrow"></div><h3 class="popover-title"></h3><div class="popover-content"></div></div>'}),c.prototype=a.extend({},a.fn.tooltip.Constructor.prototype),c.prototype.constructor=c,c.prototype.getDefaults=function(){return c.DEFAULTS},c.prototype.setContent=function(){var a=this.tip(),b=this.getTitle(),c=this.getContent();a.find(".popover-title")[this.options.html?"html":"text"](b),a.find(".popover-content").children().detach().end()[this.options.html?"string"==typeof c?"html":"append":"text"](c),a.removeClass("fade top bottom left right in"),a.find(".popover-title").html()||a.find(".popover-title").hide()},c.prototype.hasContent=function(){return this.getTitle()||this.getContent()},c.prototype.getContent=function(){var a=this.$element,b=this.options;return a.attr("data-content")||("function"==typeof b.content?b.content.call(a[0]):b.content)},c.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".arrow")};var d=a.fn.popover;a.fn.popover=b,a.fn.popover.Constructor=c,a.fn.popover.noConflict=function(){return a.fn.popover=d,this}}(jQuery),+function(a){"use strict";function b(c,d){this.$body=a(document.body),this.$scrollElement=a(a(c).is(document.body)?window:c),this.options=a.extend({},b.DEFAULTS,d),this.selector=(this.options.target||"")+" .nav li > a",this.offsets=[],this.targets=[],this.activeTarget=null,this.scrollHeight=0,this.$scrollElement.on("scroll.bs.scrollspy",a.proxy(this.process,this)),this.refresh(),this.process()}function c(c){return this.each(function(){var d=a(this),e=d.data("bs.scrollspy"),f="object"==typeof c&&c;e||d.data("bs.scrollspy",e=new b(this,f)),"string"==typeof c&&e[c]()})}b.VERSION="3.3.4",b.DEFAULTS={offset:10},b.prototype.getScrollHeight=function(){return this.$scrollElement[0].scrollHeight||Math.max(this.$body[0].scrollHeight,document.documentElement.scrollHeight)},b.prototype.refresh=function(){var b=this,c="offset",d=0;this.offsets=[],this.targets=[],this.scrollHeight=this.getScrollHeight(),a.isWindow(this.$scrollElement[0])||(c="position",d=this.$scrollElement.scrollTop()),this.$body.find(this.selector).map(function(){var b=a(this),e=b.data("target")||b.attr("href"),f=/^#./.test(e)&&a(e);return f&&f.length&&f.is(":visible")&&[[f[c]().top+d,e]]||null}).sort(function(a,b){return a[0]-b[0]}).each(function(){b.offsets.push(this[0]),b.targets.push(this[1])})},b.prototype.process=function(){var a,b=this.$scrollElement.scrollTop()+this.options.offset,c=this.getScrollHeight(),d=this.options.offset+c-this.$scrollElement.height(),e=this.offsets,f=this.targets,g=this.activeTarget;if(this.scrollHeight!=c&&this.refresh(),b>=d)return g!=(a=f[f.length-1])&&this.activate(a);if(g&&b<e[0])return this.activeTarget=null,this.clear();for(a=e.length;a--;)g!=f[a]&&b>=e[a]&&(void 0===e[a+1]||b<e[a+1])&&this.activate(f[a])},b.prototype.activate=function(b){this.activeTarget=b,this.clear();var c=this.selector+'[data-target="'+b+'"],'+this.selector+'[href="'+b+'"]',d=a(c).parents("li").addClass("active");d.parent(".dropdown-menu").length&&(d=d.closest("li.dropdown").addClass("active")),d.trigger("activate.bs.scrollspy")},b.prototype.clear=function(){a(this.selector).parentsUntil(this.options.target,".active").removeClass("active")};var d=a.fn.scrollspy;a.fn.scrollspy=c,a.fn.scrollspy.Constructor=b,a.fn.scrollspy.noConflict=function(){return a.fn.scrollspy=d,this},a(window).on("load.bs.scrollspy.data-api",function(){a('[data-spy="scroll"]').each(function(){var b=a(this);c.call(b,b.data())})})}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.tab");e||d.data("bs.tab",e=new c(this)),"string"==typeof b&&e[b]()})}var c=function(b){this.element=a(b)};c.VERSION="3.3.4",c.TRANSITION_DURATION=150,c.prototype.show=function(){var b=this.element,c=b.closest("ul:not(.dropdown-menu)"),d=b.data("target");if(d||(d=b.attr("href"),d=d&&d.replace(/.*(?=#[^\s]*$)/,"")),!b.parent("li").hasClass("active")){var e=c.find(".active:last a"),f=a.Event("hide.bs.tab",{relatedTarget:b[0]}),g=a.Event("show.bs.tab",{relatedTarget:e[0]});if(e.trigger(f),b.trigger(g),!g.isDefaultPrevented()&&!f.isDefaultPrevented()){var h=a(d);this.activate(b.closest("li"),c),this.activate(h,h.parent(),function(){e.trigger({type:"hidden.bs.tab",relatedTarget:b[0]}),b.trigger({type:"shown.bs.tab",relatedTarget:e[0]})})}}},c.prototype.activate=function(b,d,e){function f(){g.removeClass("active").find("> .dropdown-menu > .active").removeClass("active").end().find('[data-toggle="tab"]').attr("aria-expanded",!1),b.addClass("active").find('[data-toggle="tab"]').attr("aria-expanded",!0),h?(b[0].offsetWidth,b.addClass("in")):b.removeClass("fade"),b.parent(".dropdown-menu").length&&b.closest("li.dropdown").addClass("active").end().find('[data-toggle="tab"]').attr("aria-expanded",!0),e&&e()}var g=d.find("> .active"),h=e&&a.support.transition&&(g.length&&g.hasClass("fade")||!!d.find("> .fade").length);g.length&&h?g.one("bsTransitionEnd",f).emulateTransitionEnd(c.TRANSITION_DURATION):f(),g.removeClass("in")};var d=a.fn.tab;a.fn.tab=b,a.fn.tab.Constructor=c,a.fn.tab.noConflict=function(){return a.fn.tab=d,this};var e=function(c){c.preventDefault(),b.call(a(this),"show")};a(document).on("click.bs.tab.data-api",'[data-toggle="tab"]',e).on("click.bs.tab.data-api",'[data-toggle="pill"]',e)}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.affix"),f="object"==typeof b&&b;e||d.data("bs.affix",e=new c(this,f)),"string"==typeof b&&e[b]()})}var c=function(b,d){this.options=a.extend({},c.DEFAULTS,d),this.$target=a(this.options.target).on("scroll.bs.affix.data-api",a.proxy(this.checkPosition,this)).on("click.bs.affix.data-api",a.proxy(this.checkPositionWithEventLoop,this)),this.$element=a(b),this.affixed=null,this.unpin=null,this.pinnedOffset=null,this.checkPosition()};c.VERSION="3.3.4",c.RESET="affix affix-top affix-bottom",c.DEFAULTS={offset:0,target:window},c.prototype.getState=function(a,b,c,d){var e=this.$target.scrollTop(),f=this.$element.offset(),g=this.$target.height();if(null!=c&&"top"==this.affixed)return c>e?"top":!1;if("bottom"==this.affixed)return null!=c?e+this.unpin<=f.top?!1:"bottom":a-d>=e+g?!1:"bottom";var h=null==this.affixed,i=h?e:f.top,j=h?g:b;return null!=c&&c>=e?"top":null!=d&&i+j>=a-d?"bottom":!1},c.prototype.getPinnedOffset=function(){if(this.pinnedOffset)return this.pinnedOffset;this.$element.removeClass(c.RESET).addClass("affix");var a=this.$target.scrollTop(),b=this.$element.offset();return this.pinnedOffset=b.top-a},c.prototype.checkPositionWithEventLoop=function(){setTimeout(a.proxy(this.checkPosition,this),1)},c.prototype.checkPosition=function(){if(this.$element.is(":visible")){var b=this.$element.height(),d=this.options.offset,e=d.top,f=d.bottom,g=a(document.body).height();"object"!=typeof d&&(f=e=d),"function"==typeof e&&(e=d.top(this.$element)),"function"==typeof f&&(f=d.bottom(this.$element));var h=this.getState(g,b,e,f);if(this.affixed!=h){null!=this.unpin&&this.$element.css("top","");var i="affix"+(h?"-"+h:""),j=a.Event(i+".bs.affix");if(this.$element.trigger(j),j.isDefaultPrevented())return;this.affixed=h,this.unpin="bottom"==h?this.getPinnedOffset():null,this.$element.removeClass(c.RESET).addClass(i).trigger(i.replace("affix","affixed")+".bs.affix")}"bottom"==h&&this.$element.offset({top:g-b-f})}};var d=a.fn.affix;a.fn.affix=b,a.fn.affix.Constructor=c,a.fn.affix.noConflict=function(){return a.fn.affix=d,this},a(window).on("load",function(){a('[data-spy="affix"]').each(function(){var c=a(this),d=c.data();d.offset=d.offset||{},null!=d.offsetBottom&&(d.offset.bottom=d.offsetBottom),null!=d.offsetTop&&(d.offset.top=d.offsetTop),b.call(c,d)})})}(jQuery);pagePluginReSize();jQuery(window).resize(function(){pagePluginReSize();});function pagePluginReSize(){}
|
4 |
+
!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document,'script','twitter-wjs');jQuery(function(){jQuery('.prArea > .subSection-title, .prArea > .summary').flatHeights();});
|
js/master.js
CHANGED
@@ -22,5 +22,5 @@ function pagePluginReSize(){
|
|
22 |
/* jquery.flatheights.js
|
23 |
/*-------------------------------------------*/
|
24 |
jQuery(function() {
|
25 |
-
jQuery('.
|
26 |
});
|
22 |
/* jquery.flatheights.js
|
23 |
/*-------------------------------------------*/
|
24 |
jQuery(function() {
|
25 |
+
jQuery('.prArea > .subSection-title, .prArea > .summary').flatHeights();
|
26 |
});
|
languages/vkExUnit-ja.mo
CHANGED
Binary file
|
languages/vkExUnit-ja.po
CHANGED
@@ -1,166 +1,366 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: \n"
|
4 |
-
"
|
5 |
-
"POT-Creation-Date: 2015-07-06 13:47+0900\n"
|
6 |
"PO-Revision-Date: \n"
|
7 |
-
"Last-Translator:
|
8 |
"Language-Team: Vektor translate Team <info@vektor-inc.co.jp>\n"
|
9 |
-
"Language: ja\n"
|
10 |
"MIME-Version: 1.0\n"
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
"Content-Transfer-Encoding: 8bit\n"
|
13 |
"X-Generator: Poedit 1.8.2\n"
|
14 |
-
"X-Poedit-
|
15 |
-
"X-Poedit-
|
16 |
-
"X-Poedit-
|
|
|
|
|
17 |
|
18 |
-
#: admin_wrapper.php:7 admin_wrapper.php:8
|
|
|
19 |
msgid "Main setting"
|
20 |
msgstr "メイン設定"
|
21 |
|
22 |
-
#: common_helpers.php:126
|
23 |
#, php-format
|
24 |
msgid "Search Results for : %s"
|
25 |
msgstr "検索結果 : %s"
|
26 |
|
27 |
-
#: common_helpers.php:129
|
28 |
msgid "Not found"
|
29 |
msgstr "見つかりません"
|
30 |
|
31 |
-
#: common_helpers.php:138 common_helpers.php:
|
32 |
#, php-format
|
33 |
msgid "Page of %s"
|
34 |
msgstr "%s のページ"
|
35 |
|
36 |
-
#: common_helpers.php:
|
37 |
#, php-format
|
38 |
msgid "About %s"
|
39 |
msgstr "%s について"
|
40 |
|
41 |
-
#: common_helpers.php:
|
42 |
-
msgctxt "yearly archives date format"
|
43 |
msgid "Y"
|
44 |
msgstr "年"
|
45 |
|
46 |
-
#: common_helpers.php:179
|
|
|
47 |
#, php-format
|
48 |
-
msgctxt "Yearly archive description"
|
49 |
msgid "Article of %s."
|
50 |
msgstr "%s の記事"
|
51 |
|
52 |
-
#: common_helpers.php:
|
53 |
-
msgctxt "monthly archives date format"
|
54 |
msgid "F Y"
|
55 |
-
msgstr
|
56 |
-
|
57 |
-
#: common_helpers.php:183 common_helpers.php:187 common_helpers.php:191
|
58 |
-
#, php-format
|
59 |
-
msgctxt "Archive description"
|
60 |
-
msgid "Article of %s."
|
61 |
-
msgstr "%s の記事"
|
62 |
|
63 |
-
#: common_helpers.php:
|
64 |
#, php-format
|
65 |
msgid "Author: %s"
|
66 |
msgstr "著者: %s"
|
67 |
|
68 |
-
#: common_helpers.php:
|
69 |
-
msgctxt "daily archives date format"
|
70 |
msgid "F j, Y"
|
71 |
msgstr "月日, 年"
|
72 |
|
73 |
-
#: common_helpers.php:
|
74 |
-
msgctxt "post format archive title"
|
75 |
msgid "Asides"
|
76 |
msgstr "サイド"
|
77 |
|
78 |
-
#: common_helpers.php:
|
79 |
-
msgctxt "post format archive title"
|
80 |
msgid "Galleries"
|
81 |
msgstr "ギャラリー"
|
82 |
|
83 |
-
#: common_helpers.php:
|
84 |
-
msgctxt "post format archive title"
|
85 |
msgid "Images"
|
86 |
msgstr "画像"
|
87 |
|
88 |
-
#: common_helpers.php:
|
89 |
-
msgctxt "post format archive title"
|
90 |
msgid "Videos"
|
91 |
msgstr "ビデオ"
|
92 |
|
93 |
-
#: common_helpers.php:
|
94 |
-
msgctxt "post format archive title"
|
95 |
msgid "Quotes"
|
96 |
msgstr "引用"
|
97 |
|
98 |
-
#: common_helpers.php:
|
99 |
-
msgctxt "post format archive title"
|
100 |
msgid "Links"
|
101 |
msgstr "リンク"
|
102 |
|
103 |
-
#: common_helpers.php:
|
104 |
-
msgctxt "post format archive title"
|
105 |
msgid "Statuses"
|
106 |
msgstr "ステータス"
|
107 |
|
108 |
-
#: common_helpers.php:
|
109 |
-
msgctxt "post format archive title"
|
110 |
msgid "Audio"
|
111 |
msgstr "オーディオ"
|
112 |
|
113 |
-
#: common_helpers.php:
|
114 |
-
msgctxt "post format archive title"
|
115 |
msgid "Chats"
|
116 |
msgstr "チャット"
|
117 |
|
118 |
-
#: common_helpers.php:
|
|
|
119 |
msgid "Archives"
|
120 |
msgstr "アーカイブ"
|
121 |
|
122 |
-
#:
|
123 |
-
|
124 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
125 |
msgid "CSS Customize"
|
126 |
msgstr "CSSカスタマイズ"
|
127 |
|
128 |
-
#: plugins/css_customize/css_customize-edit.php:5
|
129 |
msgid "You can add custom CSS here."
|
130 |
msgstr "デザインをカスタマイズする場合は下のテキストエリアにCSSを入力します"
|
131 |
|
132 |
-
#: plugins/css_customize/css_customize-edit.php:10
|
133 |
msgid "Save CSS"
|
134 |
msgstr "CSSを保存する"
|
135 |
|
136 |
-
#: plugins/css_customize/css_customize.php:94
|
137 |
msgid "Your custom CSS was saved."
|
138 |
msgstr "CSSが保存されました"
|
139 |
|
140 |
-
#: plugins/css_customize/css_customize.php:99
|
141 |
msgid "Error occured. Please try again."
|
142 |
msgstr "何らかのエラー!! また試してみてください"
|
143 |
|
144 |
-
#: plugins/google_analytics/ga_admin.php:9
|
145 |
-
#: plugins/google_analytics/ga_admin.php:13
|
146 |
-
#: plugins/google_analytics/google_analytics.php:18
|
147 |
msgid "Google Analytics Settings"
|
148 |
msgstr "Google Analytics設定"
|
149 |
|
150 |
-
#: plugins/google_analytics/ga_admin.php:14
|
151 |
msgid ""
|
152 |
"Please fill in the Google Analytics ID from the Analytics embed code used in "
|
153 |
"the site."
|
154 |
msgstr "このサイトで使用する Google アナリティクスの ID を入力して下さい。"
|
155 |
|
156 |
-
#: plugins/google_analytics/ga_admin.php:16 plugins/sns/
|
157 |
-
#: plugins/sns/old/sns_admin.php:
|
158 |
-
#: plugins/sns/old/sns_admin.php:
|
159 |
-
#: plugins/sns/sns_admin.php:
|
160 |
msgid "ex) "
|
161 |
msgstr "例: "
|
162 |
|
163 |
-
#: plugins/google_analytics/ga_admin.php:19
|
164 |
msgid ""
|
165 |
"Please select the type of Analytics code . (If you are unsure you can skip "
|
166 |
"this.)"
|
@@ -168,356 +368,449 @@ msgstr ""
|
|
168 |
"アナリティクスコードの種類を選択して下さい。( 不明な場合この設定は省略できま"
|
169 |
"す )"
|
170 |
|
171 |
-
#: plugins/google_analytics/ga_admin.php:23
|
172 |
msgid "To output the Universal Analytics code (default)"
|
173 |
msgstr "ユニバーサル アナリティクスのコードを出力します。( デフォルト )"
|
174 |
|
175 |
-
#: plugins/google_analytics/ga_admin.php:24
|
176 |
msgid "To output only normal code"
|
177 |
msgstr "ノーマルのコードのみを出力します。"
|
178 |
|
179 |
-
#: plugins/google_analytics/ga_admin.php:25
|
180 |
msgid "To output both types"
|
181 |
msgstr "両タイプのコードを出力します。"
|
182 |
|
183 |
-
#: plugins/meta_description/meta_description
|
184 |
-
#: plugins/meta_description/meta_description
|
185 |
-
|
186 |
-
|
187 |
-
msgstr "Meta キーワード"
|
188 |
|
189 |
-
#: plugins/meta_description/meta_description
|
190 |
msgid ""
|
191 |
-
"
|
192 |
-
|
193 |
-
msgstr
|
|
|
|
|
194 |
|
195 |
-
#: plugins/meta_description/meta_description
|
196 |
-
msgctxt "link to seo setting"
|
197 |
msgid ""
|
198 |
-
|
199 |
-
|
200 |
-
|
201 |
-
|
202 |
-
|
203 |
-
|
|
|
|
|
204 |
|
205 |
-
#: plugins/
|
206 |
msgid ""
|
207 |
-
"
|
208 |
-
"
|
|
|
209 |
msgstr ""
|
210 |
-
|
211 |
-
|
212 |
-
|
213 |
-
#: plugins/other_widget/old/widget-archive-list.php:14
|
214 |
-
msgid "archive list"
|
215 |
-
msgstr "アーカイブリスト"
|
216 |
-
|
217 |
-
#: plugins/other_widget/old/widget-archive-list.php:49
|
218 |
-
#: plugins/other_widget/old/widget-archive-list.php:50
|
219 |
-
msgid "Monthly archives"
|
220 |
-
msgstr "月別アーカイブ"
|
221 |
-
|
222 |
-
#: plugins/other_widget/old/widget-archive-list.php:59
|
223 |
-
msgid "Title"
|
224 |
-
msgstr "タイトル"
|
225 |
-
|
226 |
-
#: plugins/other_widget/old/widget-archive-list.php:63
|
227 |
-
msgid "Post type"
|
228 |
-
msgstr "ポストタイプ"
|
229 |
-
|
230 |
-
#: plugins/other_widget/old/widget-child-page-list.php:9
|
231 |
-
msgid "Displays list of child page for the current page."
|
232 |
-
msgstr "現在のページの子ページのリストを表示します。"
|
233 |
-
|
234 |
-
#: plugins/other_widget/old/widget-child-page-list.php:11
|
235 |
-
msgid "child pages list"
|
236 |
-
msgstr "子ページのリスト"
|
237 |
-
|
238 |
-
#: plugins/other_widget/old/widget-page-content.php:10
|
239 |
-
msgid "Displays the content of a chosen page."
|
240 |
-
msgstr "選択したページの内容を表示します。"
|
241 |
-
|
242 |
-
#: plugins/other_widget/old/widget-page-content.php:12
|
243 |
-
msgid "page content for top"
|
244 |
-
msgstr "トップのページコンテンツ"
|
245 |
-
|
246 |
-
#: plugins/other_widget/old/widget-page-content.php:30
|
247 |
-
#: plugins/other_widget/old/widget-taxonomy-list.php:61
|
248 |
-
msgid "Display page"
|
249 |
-
msgstr "ページを表示"
|
250 |
|
251 |
-
#: plugins/
|
252 |
-
msgid
|
253 |
-
|
254 |
-
|
255 |
-
|
256 |
-
|
257 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
258 |
|
259 |
-
#: plugins/
|
260 |
-
msgid "
|
261 |
-
msgstr
|
262 |
|
263 |
-
#: plugins/
|
264 |
-
msgid "
|
265 |
-
msgstr
|
266 |
|
267 |
-
#: plugins/
|
268 |
-
msgid
|
269 |
-
|
|
|
|
|
|
|
|
|
270 |
|
271 |
-
#: plugins/
|
272 |
-
msgid "
|
273 |
-
msgstr
|
|
|
|
|
274 |
|
275 |
-
#: plugins/
|
276 |
-
msgid
|
277 |
-
|
|
|
|
|
|
|
|
|
|
|
278 |
|
279 |
-
#: plugins/
|
280 |
-
msgid
|
281 |
-
msgstr
|
282 |
|
283 |
-
#: plugins/
|
284 |
-
|
285 |
-
|
286 |
-
msgstr "カテゴリー"
|
287 |
|
288 |
-
#: plugins/
|
289 |
-
msgid
|
290 |
-
|
|
|
|
|
291 |
|
292 |
-
#: plugins/
|
293 |
-
|
294 |
-
|
|
|
295 |
|
296 |
-
#: plugins/other_widget/widget-3pr-area.php:11
|
297 |
msgid "Displays a 3PR area"
|
298 |
msgstr "3PR エリアを表示します。"
|
299 |
|
300 |
-
#: plugins/other_widget/widget-3pr-area.php:13
|
301 |
-
#: plugins/other_widget/widget-3pr-area.php:
|
302 |
-
#: plugins/other_widget/widget-3pr-area.php:
|
303 |
-
#: plugins/other_widget/widget-3pr-area.php:
|
304 |
msgid "3PR area"
|
305 |
msgstr "3PR エリア"
|
306 |
|
307 |
-
#: plugins/other_widget/widget-3pr-area.php:18
|
308 |
msgid "3PR area1 title"
|
309 |
msgstr "3PR エリア1 タイトル"
|
310 |
|
311 |
-
#: plugins/other_widget/widget-3pr-area.php:26
|
312 |
msgid "3PR area2 title"
|
313 |
msgstr "3PR エリア2 タイトル"
|
314 |
|
315 |
-
#: plugins/other_widget/widget-3pr-area.php:34
|
316 |
msgid "3PR area3 title"
|
317 |
msgstr "3PR エリア3 タイトル"
|
318 |
|
319 |
-
#: plugins/other_widget/widget-3pr-area.php:47
|
320 |
msgid "3PR area1 setting"
|
321 |
msgstr "3PR エリア1 設定"
|
322 |
|
323 |
-
#: plugins/other_widget/widget-3pr-area.php:49
|
324 |
-
#: plugins/other_widget/widget-3pr-area.php:102
|
325 |
-
#: plugins/other_widget/widget-3pr-area.php:154
|
326 |
-
#: plugins/other_widget/widget-new-posts.php:75
|
327 |
-
#: plugins/other_widget/widget-profile.php:35
|
328 |
-
#: plugins/sns/function_fbPagePlugin.php:75
|
329 |
msgid "Title:"
|
330 |
msgstr "タイトル"
|
331 |
|
332 |
-
#: plugins/other_widget/widget-3pr-area.php:55
|
333 |
-
#: plugins/other_widget/widget-3pr-area.php:108
|
334 |
-
#: plugins/other_widget/widget-3pr-area.php:160
|
335 |
msgid "Select image for PC:"
|
336 |
msgstr "PC 用に表示される画像を選択(横 300px 程度推奨)"
|
337 |
|
338 |
-
#: plugins/other_widget/widget-3pr-area.php:61
|
339 |
-
#: plugins/other_widget/widget-3pr-area.php:78
|
340 |
-
#: plugins/other_widget/widget-3pr-area.php:114
|
341 |
-
#: plugins/other_widget/widget-3pr-area.php:132
|
342 |
-
#: plugins/other_widget/widget-3pr-area.php:166
|
343 |
-
#: plugins/other_widget/widget-3pr-area.php:183
|
344 |
-
#: plugins/other_widget/widget-profile.php:46
|
345 |
msgid "Select image"
|
346 |
msgstr "画像を選択"
|
347 |
|
348 |
-
#: plugins/other_widget/widget-3pr-area.php:62
|
349 |
-
#: plugins/other_widget/widget-3pr-area.php:79
|
350 |
-
#: plugins/other_widget/widget-3pr-area.php:115
|
351 |
-
#: plugins/other_widget/widget-3pr-area.php:133
|
352 |
-
#: plugins/other_widget/widget-3pr-area.php:167
|
353 |
-
#: plugins/other_widget/widget-3pr-area.php:184
|
354 |
-
#: plugins/other_widget/widget-profile.php:47
|
355 |
msgid "Clear image"
|
356 |
msgstr "画像クリア"
|
357 |
|
358 |
-
#: plugins/other_widget/widget-3pr-area.php:72
|
359 |
-
#: plugins/other_widget/widget-3pr-area.php:126
|
360 |
-
#: plugins/other_widget/widget-3pr-area.php:177
|
361 |
msgid "Select image for Mobile:"
|
362 |
msgstr ""
|
363 |
"スマホ用(ウィンドウサイズが 992px 以下の場合)に表示される画像を選択(橫 "
|
364 |
"690px 以上推奨。空欄も可)"
|
365 |
|
366 |
-
#: plugins/other_widget/widget-3pr-area.php:88
|
367 |
-
#: plugins/other_widget/widget-3pr-area.php:142
|
368 |
-
#: plugins/other_widget/widget-3pr-area.php:194
|
369 |
msgid "Summary Text:"
|
370 |
msgstr "概要となるテキスト"
|
371 |
|
372 |
-
#: plugins/other_widget/widget-3pr-area.php:94
|
373 |
-
#: plugins/other_widget/widget-3pr-area.php:146
|
374 |
-
#: plugins/other_widget/widget-3pr-area.php:199
|
375 |
msgid "Link URL:"
|
376 |
msgstr "リンク先ページのURL"
|
377 |
|
378 |
-
#: plugins/other_widget/widget-3pr-area.php:100
|
379 |
msgid "3PR area2 setting"
|
380 |
msgstr "3PR エリア2 設定"
|
381 |
|
382 |
-
#: plugins/other_widget/widget-3pr-area.php:152
|
383 |
msgid "3PR area3 setting"
|
384 |
msgstr "3PR エリア3 設定"
|
385 |
|
386 |
-
#: plugins/other_widget/widget-3pr-area.php:
|
387 |
-
#: plugins/other_widget/widget-3pr-area.php:
|
388 |
-
#: plugins/other_widget/widget-3pr-area.php:
|
389 |
msgid "Read more"
|
390 |
msgstr "詳しくはこちら"
|
391 |
|
392 |
-
#: plugins/other_widget/widget-new-posts.php:11
|
393 |
msgid "Displays a list of your most recent posts"
|
394 |
msgstr "最新の投稿記事リストを表示します。"
|
395 |
|
396 |
-
#: plugins/other_widget/widget-new-posts.php:13
|
397 |
-
#: plugins/other_widget/widget-new-posts.php:23
|
398 |
-
#: plugins/other_widget/widget-new-posts.php:66
|
399 |
msgid "Recent Posts"
|
400 |
msgstr "最新記事"
|
401 |
|
402 |
-
#: plugins/other_widget/widget-new-posts.php:80
|
403 |
msgid "Display count"
|
404 |
msgstr "表示する記事数"
|
405 |
|
406 |
-
#: plugins/other_widget/widget-new-posts.php:85
|
407 |
msgid "Slug for the custom type you want to display"
|
408 |
msgstr "表示したい記事タイプ"
|
409 |
|
410 |
-
#: plugins/other_widget/widget-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
411 |
msgid "Displays a your profile"
|
412 |
msgstr ""
|
413 |
"ブログのサイドバーに運営者情報を表示したり、フッターに企業情報を表示します。"
|
414 |
|
415 |
-
#: plugins/other_widget/widget-profile.php:13
|
416 |
-
#: plugins/other_widget/widget-profile.php:19
|
417 |
msgid "Profile"
|
418 |
msgstr "プロフィール"
|
419 |
|
420 |
-
#: plugins/other_widget/widget-profile.php:22
|
421 |
msgid "Profile Text"
|
422 |
msgstr "プロフィールテキスト"
|
423 |
|
424 |
-
#: plugins/other_widget/widget-profile.php:40
|
425 |
msgid "Select Profile image:"
|
426 |
msgstr "プロフィール用画像を選択"
|
427 |
|
428 |
-
#: plugins/other_widget/widget-profile.php:57
|
429 |
msgid "Profile Text:"
|
430 |
msgstr "プロフィールテキスト"
|
431 |
|
432 |
-
#: plugins/other_widget/widget-profile.php:62
|
433 |
msgid "Facebook URL:"
|
434 |
msgstr "Facebook リンク先ページのURL"
|
435 |
|
436 |
-
#: plugins/other_widget/widget-profile.php:67
|
437 |
msgid "Twitter URL:"
|
438 |
msgstr "twitterリンク先ページのURL"
|
439 |
|
440 |
-
#: plugins/other_widget/widget-profile.php:72
|
441 |
msgid "Email Address:"
|
442 |
msgstr "Email リンク先ページのURL"
|
443 |
|
444 |
-
#: plugins/other_widget/widget-profile.php:77
|
445 |
msgid "Youtube URL:"
|
446 |
msgstr "Youtube リンク先ページのURL"
|
447 |
|
448 |
-
#: plugins/other_widget/widget-profile.php:82
|
449 |
msgid "RSS URL:"
|
450 |
msgstr "RSS リンク先ページのURL"
|
451 |
|
452 |
-
#: plugins/other_widget/widget-profile.php:87
|
453 |
msgid "instagram URL:"
|
454 |
msgstr "instagram リンク先ページのURL"
|
455 |
|
456 |
-
#: plugins/other_widget/widget-profile.php:91
|
457 |
msgid "linkedin URL:"
|
458 |
msgstr "linkedin リンク先ページのURL"
|
459 |
|
460 |
-
#: plugins/other_widget/widget-profile.php:121
|
461 |
msgid "Site's Profile"
|
462 |
msgstr "プロフィール"
|
463 |
|
464 |
-
#: plugins/
|
465 |
-
msgid
|
466 |
-
|
|
|
|
|
|
|
|
|
467 |
|
468 |
-
#: plugins/
|
469 |
-
msgid "
|
470 |
-
msgstr
|
471 |
|
472 |
-
#: plugins/
|
473 |
-
|
474 |
-
|
|
|
475 |
|
476 |
-
#: plugins/
|
477 |
-
msgid "
|
478 |
-
msgstr
|
479 |
|
480 |
-
#: plugins/
|
481 |
-
msgid "
|
482 |
-
msgstr
|
483 |
|
484 |
-
#: plugins/
|
485 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
486 |
msgstr "タイムラインを表示"
|
487 |
|
488 |
-
#: plugins/sns/function_follow.php:11
|
489 |
msgid "Follow me!"
|
490 |
msgstr "フォローして下さい!"
|
491 |
|
492 |
-
#: plugins/sns/
|
493 |
-
msgid
|
494 |
-
msgstr
|
495 |
|
496 |
-
#: plugins/sns/
|
497 |
-
msgid "
|
498 |
-
msgstr
|
499 |
|
500 |
-
#: plugins/sns/
|
501 |
-
msgid "
|
502 |
-
msgstr
|
503 |
|
504 |
-
#: plugins/sns/
|
505 |
msgid ""
|
506 |
-
"If
|
507 |
-
"
|
508 |
msgstr ""
|
509 |
-
|
510 |
-
|
511 |
|
512 |
-
#: plugins/sns/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
513 |
msgid "facebook application ID"
|
514 |
msgstr "facebookアプリケーションID"
|
515 |
|
516 |
-
#: plugins/sns/
|
517 |
msgid "I will check and get the application ID"
|
518 |
msgstr "アプリケーションIDを確認・取得する "
|
519 |
|
520 |
-
#: plugins/sns/
|
521 |
msgid ""
|
522 |
"* If an application ID is not specified, neither a Like button nor the "
|
523 |
"comment field displays and operates correctly."
|
@@ -525,7 +818,7 @@ msgstr ""
|
|
525 |
"※アプリケーションIDを入力しないとボタンやコメント欄が表示・正しく動作しませ"
|
526 |
"ん。"
|
527 |
|
528 |
-
#: plugins/sns/
|
529 |
msgid ""
|
530 |
"Please search for terms as [get Facebook application ID] If you do not know "
|
531 |
"much about how to get application ID for Facebook."
|
@@ -533,19 +826,75 @@ msgstr ""
|
|
533 |
"facebookのアプリケーションIDの取得方法についてよくわからない場合は「facebook "
|
534 |
"アプリケーションID 取得」などで検索して下さい。"
|
535 |
|
536 |
-
#: plugins/sns/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
537 |
msgid "Facebook user ID (optional)"
|
538 |
msgstr "Facebook ユーザーID( オプション )"
|
539 |
|
540 |
-
#: plugins/sns/old/sns_admin.php:36
|
541 |
msgid "Please enter the Facebook user ID of the administrator."
|
542 |
msgstr "管理者のFacebookユーザーIDを入力してください。"
|
543 |
|
544 |
-
#: plugins/sns/old/sns_admin.php:38
|
545 |
msgid "* It is not the application ID of the Facebook page."
|
546 |
msgstr "* FacebookページのアプリケーションIDではありません。"
|
547 |
|
548 |
-
#: plugins/sns/old/sns_admin.php:39
|
549 |
msgid ""
|
550 |
"You can see the personal Facebook ID when you access the following url "
|
551 |
"http://graph.facebook.com/(own url name(example: hidekazu.ishikawa))."
|
@@ -553,29 +902,29 @@ msgstr ""
|
|
553 |
"このアドレス [ http://graph.facebook.com/( 自分の名前のURL (例 : hidekazu."
|
554 |
"ishikawa) ) ] にアクセスして個人の Facebook ID を確認できます。"
|
555 |
|
556 |
-
#: plugins/sns/old/sns_admin.php:40
|
557 |
msgid ""
|
558 |
"Please search for terms as [find facebook user ID] if you are still not sure."
|
559 |
msgstr ""
|
560 |
"まだ不明な場合は、[ FacebookのユーザーIDを検索 ] などのキーワードで検索して下"
|
561 |
"さい。"
|
562 |
|
563 |
-
#: plugins/sns/old/sns_admin.php:45
|
564 |
msgid "twitter account"
|
565 |
msgstr "Twitter アカウント"
|
566 |
|
567 |
-
#: plugins/sns/old/sns_admin.php:46
|
568 |
msgid ""
|
569 |
"If you would like to link to a Twitter account, banner will be displayed if "
|
570 |
"you enter the account name."
|
571 |
msgstr ""
|
572 |
"Twitterアカウントをバナーにリンクしたい場合は、アカウント名を入力して下さい。"
|
573 |
|
574 |
-
#: plugins/sns/old/sns_admin.php:48
|
575 |
msgid "widget"
|
576 |
msgstr "ウィジェット"
|
577 |
|
578 |
-
#: plugins/sns/old/sns_admin.php:49
|
579 |
#, php-format
|
580 |
msgid ""
|
581 |
"* If you prefer to use Twitter widgets etc, this can be left blank, paste "
|
@@ -584,60 +933,19 @@ msgstr ""
|
|
584 |
"Twitter のウィジェットなどを使用する時、ここを空にできます。%s にソースコード"
|
585 |
"を貼り付けます。"
|
586 |
|
587 |
-
#: plugins/sns/old/sns_admin.php:56
|
588 |
msgid "OGP default image"
|
589 |
msgstr "OGP デフォルト画像"
|
590 |
|
591 |
-
#: plugins/sns/old/sns_admin.php:
|
592 |
-
msgid ""
|
593 |
-
"If, for example someone pressed the Facebook [Like] button, this is the "
|
594 |
-
"image that appears on the Facebook timeline."
|
595 |
-
msgstr ""
|
596 |
-
"Facebookの「いいね!」ボタンを押した際、ここで設定した画像が Facebook のタイ"
|
597 |
-
"ムラインに表示されます。"
|
598 |
-
|
599 |
-
#: plugins/sns/old/sns_admin.php:58 plugins/sns/sns_admin.php:47
|
600 |
-
msgid "If a featured image is specified for the page, it takes precedence."
|
601 |
-
msgstr ""
|
602 |
-
"ページにアイキャッチ画像が指定されている場合は、アイキャッチ画像が優先されま"
|
603 |
-
"す。"
|
604 |
-
|
605 |
-
#: plugins/sns/old/sns_admin.php:60 plugins/sns/sns_admin.php:49
|
606 |
-
msgid "Select an image"
|
607 |
-
msgstr "画像を選択"
|
608 |
-
|
609 |
-
#: plugins/sns/old/sns_admin.php:62 plugins/sns/sns_admin.php:51
|
610 |
-
msgid ""
|
611 |
-
"* Picture sizes are 300x300 pixels or more and picture ratio 16:9 is "
|
612 |
-
"recommended."
|
613 |
-
msgstr "画像サイズ 橫 300px 縦 300px 以上、画像比率 16:9 を推奨します。"
|
614 |
-
|
615 |
-
#: plugins/sns/old/sns_admin.php:67
|
616 |
msgid "Social buttons"
|
617 |
msgstr "ソーシャルボタン"
|
618 |
|
619 |
-
#: plugins/sns/old/sns_admin.php:68
|
620 |
msgid "Please check the type of page that displays the social button."
|
621 |
msgstr "ページに表示するソーシャルボタンの種類を選択して下さい。"
|
622 |
|
623 |
-
#: plugins/sns/old/sns_admin.php:
|
624 |
-
#: plugins/sns/old/sns_admin.php:108
|
625 |
-
msgctxt "sns display"
|
626 |
-
msgid "Home page"
|
627 |
-
msgstr "ホームページ"
|
628 |
-
|
629 |
-
#: plugins/sns/old/sns_admin.php:73 plugins/sns/old/sns_admin.php:90
|
630 |
-
msgctxt "sns display"
|
631 |
-
msgid "Page"
|
632 |
-
msgstr "ページ"
|
633 |
-
|
634 |
-
#: plugins/sns/old/sns_admin.php:75 plugins/sns/old/sns_admin.php:92
|
635 |
-
#: plugins/sns/old/sns_admin.php:94
|
636 |
-
msgctxt "sns display"
|
637 |
-
msgid "Post"
|
638 |
-
msgstr "投稿"
|
639 |
-
|
640 |
-
#: plugins/sns/old/sns_admin.php:77 plugins/sns/old/sns_admin.php:96
|
641 |
msgid ""
|
642 |
"Within the type of page that is checked, if there is a particular page you "
|
643 |
"do not wish to display, enter the Page ID. If multiple pages, please "
|
@@ -646,262 +954,99 @@ msgstr ""
|
|
646 |
"表示したくない特定のページが有る場合にページ ID を入力して下さい。複数のペー"
|
647 |
"ジがある場合は、カンマで区切って入力して下さい。"
|
648 |
|
649 |
-
#: plugins/sns/old/sns_admin.php:84
|
650 |
msgid "facebook comments box"
|
651 |
msgstr "Facebookのコメントボックス"
|
652 |
|
653 |
-
#: plugins/sns/old/sns_admin.php:85
|
654 |
msgid "Please check the type of the page to display Facebook comments."
|
655 |
msgstr "Facebook のコメントを表示するページタイプを確認して下さい。"
|
656 |
|
657 |
-
#: plugins/sns/old/sns_admin.php:104
|
658 |
msgid "If you wish to use Facebook LikeBox, please check the location."
|
659 |
msgstr "Facebook のいいねボックスを使用する場合は、場所を確認して下さい。"
|
660 |
|
661 |
-
#: plugins/sns/old/sns_admin.php:105
|
662 |
msgid "* Please be sure to set Facebook application ID."
|
663 |
msgstr "Facebook のアプリケーションIDを設定してください。"
|
664 |
|
665 |
-
#: plugins/sns/old/sns_admin.php:
|
666 |
-
msgctxt "sns display"
|
667 |
-
msgid "Side bar"
|
668 |
-
msgstr "サイドバー"
|
669 |
-
|
670 |
-
#: plugins/sns/old/sns_admin.php:113
|
671 |
msgid "URL of the Facebook page."
|
672 |
msgstr "Facebook ページの URL"
|
673 |
|
674 |
-
#: plugins/sns/old/sns_admin.php:116
|
675 |
msgid "Display stream"
|
676 |
msgstr "タイムラインを表示する"
|
677 |
|
678 |
-
#: plugins/sns/old/sns_admin.php:117 plugins/sns/old/sns_admin.php:119
|
679 |
msgid "Display"
|
680 |
msgstr "表示"
|
681 |
|
682 |
-
#: plugins/sns/old/sns_admin.php:118
|
683 |
msgid "Display faces"
|
684 |
msgstr "アイコンを表示する"
|
685 |
|
686 |
-
#: plugins/sns/old/sns_admin.php:120
|
687 |
msgid "Height of LikeBox"
|
688 |
msgstr "いいねボックスの高さ"
|
689 |
|
690 |
-
#: plugins/sns/old/sns_admin.php:128
|
691 |
msgid "Do not output the OGP"
|
692 |
msgstr "OGP を出力しません"
|
693 |
|
694 |
-
#: plugins/sns/old/sns_admin.php:130
|
695 |
msgid ""
|
696 |
"If other plug-ins are used for the OGP, do not output the OGP using "
|
697 |
"BizVektor."
|
698 |
msgstr ""
|
699 |
"他の OGP プラグインを使用している場合は、BizVektor を使用して出力しません。"
|
700 |
|
701 |
-
#: plugins/sns/old/sns_admin.php:133
|
702 |
msgid "I want to output the OGP tags using BizVektor"
|
703 |
msgstr "BizVektor を使用して OGP タグを出力したい。"
|
704 |
|
705 |
-
#: plugins/sns/old/sns_admin.php:134
|
706 |
msgid "Do not output OGP tags using BizVektor"
|
707 |
msgstr "BizVektor を使用して OGP タグを出力しない。"
|
708 |
|
709 |
-
#: plugins/sns/old/sns_admin.php:149
|
710 |
msgid "Page top"
|
711 |
msgstr "ページ先頭へ"
|
712 |
|
713 |
-
|
714 |
-
msgid "
|
715 |
-
msgstr
|
716 |
-
|
717 |
-
#: plugins/sns/sns_admin.php:1
|
718 |
-
msgid "SNS Settings"
|
719 |
-
msgstr "SNS設定"
|
720 |
-
|
721 |
-
#: plugins/sns/sns_admin.php:13
|
722 |
-
msgid "Do not output the OG"
|
723 |
-
msgstr "OGタグ出力設定"
|
724 |
-
|
725 |
-
#: plugins/sns/sns_admin.php:15
|
726 |
-
msgid ""
|
727 |
-
"If other plug-ins are used for the OG, do not output the OG using this "
|
728 |
-
"plugin."
|
729 |
-
msgstr ""
|
730 |
-
"OGタグの出力を選択して下さい。もし他のプラグインやテーマでOGタグを出力してい"
|
731 |
-
"る場合は、このプラグインでの出力は必要ありません。"
|
732 |
-
|
733 |
-
#: plugins/sns/sns_admin.php:19
|
734 |
-
msgid "Output OG tags(default)"
|
735 |
-
msgstr "OGタグを出力する"
|
736 |
|
737 |
-
|
738 |
-
msgid "
|
739 |
-
msgstr
|
740 |
|
741 |
-
|
742 |
-
msgid "
|
743 |
-
msgstr
|
744 |
|
745 |
-
|
746 |
-
msgid "
|
747 |
-
msgstr
|
748 |
|
749 |
-
|
750 |
-
msgid "
|
751 |
-
msgstr
|
752 |
|
753 |
-
|
754 |
-
|
755 |
-
msgstr "全てを選択"
|
756 |
|
757 |
-
|
758 |
-
|
759 |
-
msgstr "有効化"
|
760 |
|
761 |
-
|
762 |
-
|
763 |
-
|
764 |
-
|
765 |
-
|
766 |
-
|
767 |
-
|
768 |
-
|
769 |
-
#: vkExUnit_admin.php:26
|
770 |
-
msgid "Print Bootstrap css and js"
|
771 |
-
msgstr "Bootstrap の CSS と js を出力"
|
772 |
-
|
773 |
-
#: vkExUnit_admin.php:30
|
774 |
-
msgid ""
|
775 |
-
"If your using theme has already including Bootstrap, you deactivate this "
|
776 |
-
"item."
|
777 |
-
msgstr ""
|
778 |
-
"Bootstrap の CSS と js を読み込むためのタグを html head 内へ出力します。使用"
|
779 |
-
"中のテーマやプラグインで Bootstrap を既に読み込んでいる場合はチェックを外して"
|
780 |
-
"下さい。"
|
781 |
-
|
782 |
-
#: vkExUnit_admin.php:39
|
783 |
-
msgid "Choose Print link fontawesome."
|
784 |
-
msgstr "出力する fontawesome link を選択して下さい。"
|
785 |
-
|
786 |
-
#: vkExUnit_admin.php:44
|
787 |
-
msgid "Print link fontawesome."
|
788 |
-
msgstr "fontawesome link タグを出力"
|
789 |
-
|
790 |
-
#: vkExUnit_admin.php:48
|
791 |
-
msgid "Print fontawesome link tag to html head."
|
792 |
-
msgstr ""
|
793 |
-
"fontawesome を読み込むための link タグを html head 内へ出力します。使用中の"
|
794 |
-
"テーマやプラグインで fontawesome を既に読み込んでいる場合はチェックを外して下"
|
795 |
-
"さい。"
|
796 |
-
|
797 |
-
#: vkExUnit_admin.php:57
|
798 |
-
msgid "Choose Print meta description."
|
799 |
-
msgstr "出力する meta description を選択して下さい。"
|
800 |
-
|
801 |
-
#: vkExUnit_admin.php:62
|
802 |
-
msgid "Print meta description"
|
803 |
-
msgstr "meta description タグを出力"
|
804 |
-
|
805 |
-
#: vkExUnit_admin.php:66
|
806 |
-
msgid "Print meta description to html head."
|
807 |
-
msgstr ""
|
808 |
-
"投稿画面「抜粋」欄に入力されたテキストを meta description タグとして html "
|
809 |
-
"head 内へ出力します。使用中のテーマやプラグインで meta description タグを出力"
|
810 |
-
"する場合はチェックを外して下さい。"
|
811 |
-
|
812 |
-
#: vkExUnit_admin.php:75
|
813 |
-
msgid "Choose Rewrite the print title tag"
|
814 |
-
msgstr "タイトルタグを独自ルールで書き換えるか選択"
|
815 |
-
|
816 |
-
#: vkExUnit_admin.php:80
|
817 |
-
msgid "Rewrite the print title tag"
|
818 |
-
msgstr "title タグ内のページタイトルを<br />VK EX Unit のルールで出力"
|
819 |
-
|
820 |
-
#: vkExUnit_admin.php:84
|
821 |
-
msgid "Print is rewritten by its own rules to html head."
|
822 |
-
msgstr ""
|
823 |
-
"head title タグ内へ出力される内容を VK EX Unit のルールで出力します。 ( VK "
|
824 |
-
"EX Unit 側で wp_title() をフィルターフックでカスタマイズ ) 使用中のテーマやプ"
|
825 |
-
"ラグインで title タグの内容を出力する場合はチェックを外して下さい。"
|
826 |
-
|
827 |
-
#: vkExUnit_admin.php:93
|
828 |
-
msgid "Choose Social media cooperation."
|
829 |
-
msgstr "連携するソーシャルメディアを選択します。"
|
830 |
-
|
831 |
-
#: vkExUnit_admin.php:98
|
832 |
-
msgid "Social media cooperation."
|
833 |
-
msgstr "ソーシャルメディアとの連携"
|
834 |
-
|
835 |
-
#: vkExUnit_admin.php:105 vkExUnit_admin.php:139
|
836 |
-
msgid "Setting"
|
837 |
-
msgstr "設定"
|
838 |
-
|
839 |
-
#: vkExUnit_admin.php:115
|
840 |
-
msgid "Print og tags to html head."
|
841 |
-
msgstr "OG タグを html head 内へ出力します。"
|
842 |
-
|
843 |
-
#: vkExUnit_admin.php:116
|
844 |
-
msgid "Print twitter card tags to html head."
|
845 |
-
msgstr "Twitter カードタグを html head 内へ出力します。"
|
846 |
-
|
847 |
-
#: vkExUnit_admin.php:117
|
848 |
-
msgid "Print social bookmarks."
|
849 |
-
msgstr "ソーシャルブックマークを表示します。"
|
850 |
-
|
851 |
-
#: vkExUnit_admin.php:118
|
852 |
-
msgid "Facebook Page Plugin."
|
853 |
-
msgstr ""
|
854 |
-
"Facebookページプラグインを表示します。<br><br>\n"
|
855 |
-
"※「設定」のリンクより「SNS Settings」画面へすすみ各ソーシャルメディアの設定を"
|
856 |
-
"行って下さい。\n"
|
857 |
-
"使用中のテーマやプラグインでソーシャルメディアとの連携を行う場合はチェックを"
|
858 |
-
"外して下さい。"
|
859 |
-
|
860 |
-
#: vkExUnit_admin.php:128
|
861 |
-
msgid "Choose Print Google Analytics tracking code."
|
862 |
-
msgstr "出力する Google アナリティクスのトラッキングコードを選択します。"
|
863 |
-
|
864 |
-
#: vkExUnit_admin.php:147
|
865 |
-
msgid "Print Google Analytics tracking code."
|
866 |
-
msgstr ""
|
867 |
-
"Google アナリティクスのトラッキングコードを出力します。有効化した後「設定」の"
|
868 |
-
"リンクより設定画面へすすみ Google アナリティクス ID を入力して下さい。使用中"
|
869 |
-
"のテーマやプラグインで Google アナリティクスのトラッキングコードを埋め込む場"
|
870 |
-
"合はチェックを外して下さい。"
|
871 |
-
|
872 |
-
#: vkExUnit_admin.php:156
|
873 |
-
msgid "Choose Related posts."
|
874 |
-
msgstr "関連記事を選択"
|
875 |
-
|
876 |
-
#: vkExUnit_admin.php:165
|
877 |
-
msgid "Print Related posts lists to post content bottom."
|
878 |
-
msgstr "関連記事を記事コンテンツ下のエリアへ表示します。"
|
879 |
-
|
880 |
-
#: vkExUnit_admin.php:174 vkExUnit_admin.php:192
|
881 |
-
msgid "Choose other widgets."
|
882 |
-
msgstr "Other ウィジェットを選択"
|
883 |
-
|
884 |
-
#: vkExUnit_admin.php:179
|
885 |
-
msgid "Other Widgets"
|
886 |
-
msgstr "Other ウィジェット"
|
887 |
-
|
888 |
-
#: vkExUnit_admin.php:183
|
889 |
-
msgid "You can use various widgets."
|
890 |
-
msgstr ""
|
891 |
-
"次の機能のウィジェットを追加できます [ 最新記事を表示 / 3PRエリアを表示 / "
|
892 |
-
"Facebook ページプラグイン ( 旧Like box ) を表示 / プロフィールを表示 ] \n"
|
893 |
-
"各ウィジェットの設定は「外観」→「ウィジェット」の設定画面より行って下さい。"
|
894 |
-
|
895 |
-
#: vkExUnit_admin.php:197
|
896 |
-
msgid "CSS customize"
|
897 |
-
msgstr "CSSカスタマイズ"
|
898 |
-
|
899 |
-
#: vkExUnit_admin.php:201
|
900 |
-
msgid "You can set Customize CSS."
|
901 |
-
msgstr ""
|
902 |
-
"テーマデザインをカスタマイズする CSS を管理画面より追加できるようになります。"
|
903 |
-
"追加する CSS コードは「VK Ex Unit」→「CSS カスタマイズ」の画面にて入力して下"
|
904 |
-
"さい。"
|
905 |
|
906 |
#~ msgid "Displays a your site's profile"
|
907 |
#~ msgstr "サイトのプロフィールを表示します"
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: \n"
|
4 |
+
"POT-Creation-Date: 2015-07-08 13:40+0900\n"
|
|
|
5 |
"PO-Revision-Date: \n"
|
6 |
+
"Last-Translator: Kurudrive <kurudrive@gmail.com>\n"
|
7 |
"Language-Team: Vektor translate Team <info@vektor-inc.co.jp>\n"
|
|
|
8 |
"MIME-Version: 1.0\n"
|
9 |
"Content-Type: text/plain; charset=UTF-8\n"
|
10 |
"Content-Transfer-Encoding: 8bit\n"
|
11 |
"X-Generator: Poedit 1.8.2\n"
|
12 |
+
"X-Poedit-Basepath: .\n"
|
13 |
+
"X-Poedit-SourceCharset: UTF-8\n"
|
14 |
+
"X-Poedit-KeywordsList: __;_x;_e\n"
|
15 |
+
"Language: ja\n"
|
16 |
+
"X-Poedit-SearchPath-0: ..\n"
|
17 |
|
18 |
+
#: ../admin_wrapper.php:7 ../admin_wrapper.php:8
|
19 |
+
#: ../plugins/meta_keyword/meta_keyword.php:84
|
20 |
msgid "Main setting"
|
21 |
msgstr "メイン設定"
|
22 |
|
23 |
+
#: ../common_helpers.php:126
|
24 |
#, php-format
|
25 |
msgid "Search Results for : %s"
|
26 |
msgstr "検索結果 : %s"
|
27 |
|
28 |
+
#: ../common_helpers.php:129
|
29 |
msgid "Not found"
|
30 |
msgstr "見つかりません"
|
31 |
|
32 |
+
#: ../common_helpers.php:138 ../common_helpers.php:202
|
33 |
#, php-format
|
34 |
msgid "Page of %s"
|
35 |
msgstr "%s のページ"
|
36 |
|
37 |
+
#: ../common_helpers.php:162 ../common_helpers.php:170
|
38 |
#, php-format
|
39 |
msgid "About %s"
|
40 |
msgstr "%s について"
|
41 |
|
42 |
+
#: ../common_helpers.php:174 ../common_helpers.php:223
|
|
|
43 |
msgid "Y"
|
44 |
msgstr "年"
|
45 |
|
46 |
+
#: ../common_helpers.php:175 ../common_helpers.php:179
|
47 |
+
#: ../common_helpers.php:183 ../common_helpers.php:187
|
48 |
#, php-format
|
|
|
49 |
msgid "Article of %s."
|
50 |
msgstr "%s の記事"
|
51 |
|
52 |
+
#: ../common_helpers.php:178 ../common_helpers.php:225
|
|
|
53 |
msgid "F Y"
|
54 |
+
msgstr "年月"
|
|
|
|
|
|
|
|
|
|
|
|
|
55 |
|
56 |
+
#: ../common_helpers.php:221
|
57 |
#, php-format
|
58 |
msgid "Author: %s"
|
59 |
msgstr "著者: %s"
|
60 |
|
61 |
+
#: ../common_helpers.php:227
|
|
|
62 |
msgid "F j, Y"
|
63 |
msgstr "月日, 年"
|
64 |
|
65 |
+
#: ../common_helpers.php:230
|
|
|
66 |
msgid "Asides"
|
67 |
msgstr "サイド"
|
68 |
|
69 |
+
#: ../common_helpers.php:232
|
|
|
70 |
msgid "Galleries"
|
71 |
msgstr "ギャラリー"
|
72 |
|
73 |
+
#: ../common_helpers.php:234
|
|
|
74 |
msgid "Images"
|
75 |
msgstr "画像"
|
76 |
|
77 |
+
#: ../common_helpers.php:236
|
|
|
78 |
msgid "Videos"
|
79 |
msgstr "ビデオ"
|
80 |
|
81 |
+
#: ../common_helpers.php:238
|
|
|
82 |
msgid "Quotes"
|
83 |
msgstr "引用"
|
84 |
|
85 |
+
#: ../common_helpers.php:240
|
|
|
86 |
msgid "Links"
|
87 |
msgstr "リンク"
|
88 |
|
89 |
+
#: ../common_helpers.php:242
|
|
|
90 |
msgid "Statuses"
|
91 |
msgstr "ステータス"
|
92 |
|
93 |
+
#: ../common_helpers.php:244
|
|
|
94 |
msgid "Audio"
|
95 |
msgstr "オーディオ"
|
96 |
|
97 |
+
#: ../common_helpers.php:246
|
|
|
98 |
msgid "Chats"
|
99 |
msgstr "チャット"
|
100 |
|
101 |
+
#: ../common_helpers.php:262
|
102 |
+
#: ../plugins/other_widget/old/widget-taxonomy-list.php:81
|
103 |
msgid "Archives"
|
104 |
msgstr "アーカイブ"
|
105 |
|
106 |
+
#: ../vkExUnit_admin.php:12 ../vkExUnit_admin.php:251
|
107 |
+
msgid "Select all"
|
108 |
+
msgstr "全てを選択"
|
109 |
+
|
110 |
+
#: ../vkExUnit_admin.php:12 ../vkExUnit_admin.php:251
|
111 |
+
msgid "Function"
|
112 |
+
msgstr "有効化"
|
113 |
+
|
114 |
+
#: ../vkExUnit_admin.php:12 ../vkExUnit_admin.php:251
|
115 |
+
msgid "Description"
|
116 |
+
msgstr "説明"
|
117 |
+
|
118 |
+
#: ../vkExUnit_admin.php:21
|
119 |
+
msgid "Choose Print Bootstrap css"
|
120 |
+
msgstr "Bootstrap の CSS を出力するか選択"
|
121 |
+
|
122 |
+
#: ../vkExUnit_admin.php:26
|
123 |
+
msgid "Print Bootstrap css and js"
|
124 |
+
msgstr "Bootstrap の CSS と js を出力"
|
125 |
+
|
126 |
+
#: ../vkExUnit_admin.php:30
|
127 |
+
msgid ""
|
128 |
+
"If your using theme has already including Bootstrap, you deactivate this "
|
129 |
+
"item."
|
130 |
+
msgstr ""
|
131 |
+
"Bootstrap の CSS と js を読み込むためのタグを html head 内へ出力します。使用"
|
132 |
+
"中のテーマやプラグインで Bootstrap を既に読み込んでいる場合はチェックを外して"
|
133 |
+
"下さい。"
|
134 |
+
|
135 |
+
#: ../vkExUnit_admin.php:39
|
136 |
+
msgid "Choose Print link fontawesome."
|
137 |
+
msgstr "出力する fontawesome link を選択して下さい。"
|
138 |
+
|
139 |
+
#: ../vkExUnit_admin.php:44
|
140 |
+
msgid "Print link fontawesome."
|
141 |
+
msgstr "fontawesome link タグを出力"
|
142 |
+
|
143 |
+
#: ../vkExUnit_admin.php:48
|
144 |
+
msgid "Print fontawesome link tag to html head."
|
145 |
+
msgstr ""
|
146 |
+
"fontawesome を読み込むための link タグを html head 内へ出力します。使用中の"
|
147 |
+
"テーマやプラグインで fontawesome を既に読み込んでいる場合はチェックを外して下"
|
148 |
+
"さい。"
|
149 |
+
|
150 |
+
#: ../vkExUnit_admin.php:57 ../vkExUnit_admin.php:111
|
151 |
+
msgid "Choose Print meta description."
|
152 |
+
msgstr "出力する meta description を選択して下さい。"
|
153 |
+
|
154 |
+
#: ../vkExUnit_admin.php:62
|
155 |
+
msgid "Favicon setting"
|
156 |
+
msgstr "ファビコン設定"
|
157 |
+
|
158 |
+
#: ../vkExUnit_admin.php:66
|
159 |
+
msgid "About favicon."
|
160 |
+
msgstr "ファビコンについて"
|
161 |
+
|
162 |
+
#: ../vkExUnit_admin.php:75
|
163 |
+
msgid "Choose Rewrite the title tag"
|
164 |
+
msgstr "タイトルタグの書き換えを選択する"
|
165 |
+
|
166 |
+
#: ../vkExUnit_admin.php:80
|
167 |
+
msgid "Rewrite the title tag"
|
168 |
+
msgstr "タイトルタグの書き換え"
|
169 |
+
|
170 |
+
#: ../vkExUnit_admin.php:84
|
171 |
+
msgid "Print is rewritten by its own rules to html head."
|
172 |
+
msgstr ""
|
173 |
+
"head title タグ内へ出力される内容を VK EX Unit のルールで出力します。 ( VK "
|
174 |
+
"EX Unit 側で wp_title() をフィルターフックでカスタマイズ ) 使用中のテーマやプ"
|
175 |
+
"ラグインで title タグの内容を出力する場合はチェックを外して下さい。"
|
176 |
+
|
177 |
+
#: ../vkExUnit_admin.php:93
|
178 |
+
msgid "Choose Print meta Keyword."
|
179 |
+
msgstr "メタキーワードを選んでください。"
|
180 |
+
|
181 |
+
#: ../vkExUnit_admin.php:98
|
182 |
+
msgid "Print meta Keyword"
|
183 |
+
msgstr "メタキーワードを出力"
|
184 |
+
|
185 |
+
#: ../vkExUnit_admin.php:102
|
186 |
+
msgid "Print meta Keyword to html head."
|
187 |
+
msgstr "ヘッダーにメタキーワードを出力します。"
|
188 |
+
|
189 |
+
#: ../vkExUnit_admin.php:116
|
190 |
+
msgid "Print meta description"
|
191 |
+
msgstr "メタディスクリプションタグを出力"
|
192 |
+
|
193 |
+
#: ../vkExUnit_admin.php:120
|
194 |
+
msgid "Print meta description to html head."
|
195 |
+
msgstr ""
|
196 |
+
"投稿画面「抜粋」欄に入力されたテキストを meta description タグとして html "
|
197 |
+
"head 内へ出力します。使用中のテーマやプラグインで meta description タグを出力"
|
198 |
+
"している場合はチェックを外して下さい。"
|
199 |
+
|
200 |
+
#: ../vkExUnit_admin.php:128
|
201 |
+
msgid "Choose Social media cooperation."
|
202 |
+
msgstr "連携するソーシャルメディアを選択します。"
|
203 |
+
|
204 |
+
#: ../vkExUnit_admin.php:133
|
205 |
+
msgid "Social media cooperation."
|
206 |
+
msgstr "ソーシャルメディアとの連携"
|
207 |
+
|
208 |
+
#: ../vkExUnit_admin.php:140 ../vkExUnit_admin.php:174
|
209 |
+
msgid "Setting"
|
210 |
+
msgstr "設定"
|
211 |
+
|
212 |
+
#: ../vkExUnit_admin.php:150
|
213 |
+
msgid "Print og tags to html head."
|
214 |
+
msgstr "OG タグを html head 内へ出力します。"
|
215 |
+
|
216 |
+
#: ../vkExUnit_admin.php:151
|
217 |
+
msgid "Print twitter card tags to html head."
|
218 |
+
msgstr "Twitter カードタグを html head 内へ出力します。"
|
219 |
+
|
220 |
+
#: ../vkExUnit_admin.php:152
|
221 |
+
msgid "Print social bookmarks."
|
222 |
+
msgstr "ソーシャルブックマークを表示します。"
|
223 |
+
|
224 |
+
#: ../vkExUnit_admin.php:153
|
225 |
+
msgid "Facebook Page Plugin."
|
226 |
+
msgstr ""
|
227 |
+
"Facebookページプラグインを表示します。<br><br>\n"
|
228 |
+
"※「設定」のリンクより「SNS Settings」画面へすすみ各ソーシャルメディアの設定を"
|
229 |
+
"行って下さい。\n"
|
230 |
+
"使用中のテーマやプラグインでソーシャルメディアとの連携を行う場合はチェックを"
|
231 |
+
"外して下さい。"
|
232 |
+
|
233 |
+
#: ../vkExUnit_admin.php:163
|
234 |
+
msgid "Choose Print Google Analytics tracking code."
|
235 |
+
msgstr "出力する Google アナリティクスのトラッキングコードを選択します。"
|
236 |
+
|
237 |
+
#: ../vkExUnit_admin.php:182
|
238 |
+
msgid "Print Google Analytics tracking code."
|
239 |
+
msgstr ""
|
240 |
+
"Google アナリティクスのトラッキングコードを出力します。有効化した後「設定」の"
|
241 |
+
"リンクより設定画面へすすみ Google アナリティクス ID を入力して下さい。使用中"
|
242 |
+
"のテーマやプラグインで Google アナリティクスのトラッキングコードを埋め込む場"
|
243 |
+
"合はチェックを外して下さい。"
|
244 |
+
|
245 |
+
#: ../vkExUnit_admin.php:191
|
246 |
+
msgid "Choose Related posts."
|
247 |
+
msgstr "関連記事を選択"
|
248 |
+
|
249 |
+
#: ../vkExUnit_admin.php:196 ../plugins/related_posts/related_posts.php:34
|
250 |
+
msgid "Related posts"
|
251 |
+
msgstr "関連記事を表示"
|
252 |
+
|
253 |
+
#: ../vkExUnit_admin.php:200
|
254 |
+
msgid "Print Related posts lists to post content bottom."
|
255 |
+
msgstr "関連記事を記事コンテンツ下のエリアへ表示します。"
|
256 |
+
|
257 |
+
#: ../vkExUnit_admin.php:209 ../vkExUnit_admin.php:234
|
258 |
+
msgid "Choose other widgets."
|
259 |
+
msgstr "Other ウィジェットを選択"
|
260 |
+
|
261 |
+
#: ../vkExUnit_admin.php:214
|
262 |
+
msgid "Other Widgets"
|
263 |
+
msgstr "Other ウィジェット"
|
264 |
+
|
265 |
+
#: ../vkExUnit_admin.php:218
|
266 |
+
msgid "You can use various widgets."
|
267 |
+
msgstr ""
|
268 |
+
"以下の機能を持ったウィジェットを追加します。各ウィジェットの設定は「外観」"
|
269 |
+
"→「ウィジェット」の設定画面より行って下さい。"
|
270 |
+
|
271 |
+
#: ../vkExUnit_admin.php:220
|
272 |
+
msgid ""
|
273 |
+
"VK_Recent Posts - display the link text and the date of the latest article "
|
274 |
+
"title."
|
275 |
+
msgstr "VK_最新記事 - 最新記事タイトルのリンクテキストと日付を表示します。"
|
276 |
+
|
277 |
+
#: ../vkExUnit_admin.php:221
|
278 |
+
msgid ""
|
279 |
+
"VK_Page content to widget - display the contents of the page to the widgets."
|
280 |
+
msgstr ""
|
281 |
+
"VK_固定ページ本文 - 固定ページのコンテンツ部分をウィジェットに表示します。"
|
282 |
+
|
283 |
+
#: ../vkExUnit_admin.php:222
|
284 |
+
msgid "VK_Profile - display the profile entered in the widget."
|
285 |
+
msgstr "VK_プロフィール - ウィジェットに入力されたプロフィールを表示します。"
|
286 |
+
|
287 |
+
#: ../vkExUnit_admin.php:223
|
288 |
+
msgid "VK_FB Page Plugin - display the Facebook Page Plugin."
|
289 |
+
msgstr "VK_FB Page Plugin - Facebook ページプラグインを表示します。"
|
290 |
+
|
291 |
+
#: ../vkExUnit_admin.php:224
|
292 |
+
msgid "VK_3PR area - display the 3PR area."
|
293 |
+
msgstr "VK_3PR エリア - 3PR エリアを表示します。"
|
294 |
+
|
295 |
+
#: ../vkExUnit_admin.php:239
|
296 |
+
msgid "CSS customize"
|
297 |
+
msgstr "CSSカスタマイズ"
|
298 |
+
|
299 |
+
#: ../vkExUnit_admin.php:243
|
300 |
+
msgid "You can set Customize CSS."
|
301 |
+
msgstr ""
|
302 |
+
"テーマデザインをカスタマイズする CSS を管理画面より追加できるようになります。"
|
303 |
+
"追加する CSS コードは「VK Ex Unit」→「CSS カスタマイズ」の画面にて入力して下"
|
304 |
+
"さい。"
|
305 |
+
|
306 |
+
#: ../plugins/icons.php:26 ../plugins/icons.php:54
|
307 |
+
msgid "icon setting"
|
308 |
+
msgstr "アイコン設定"
|
309 |
+
|
310 |
+
#: ../plugins/icons.php:59
|
311 |
+
msgid "Favicon Setting"
|
312 |
+
msgstr "ファビコン設定"
|
313 |
+
|
314 |
+
#: ../plugins/icons.php:61
|
315 |
+
msgid "Choose icon"
|
316 |
+
msgstr "アイコンを選択"
|
317 |
+
|
318 |
+
#: ../plugins/icons.php:62
|
319 |
+
msgid "Please upload your \".ico\" file"
|
320 |
+
msgstr "作成したicoファイルをアップロードしてください"
|
321 |
+
|
322 |
+
#: ../plugins/css_customize/css_customize-edit.php:2
|
323 |
+
#: ../plugins/css_customize/css_customize.php:35
|
324 |
+
#: ../plugins/css_customize/css_customize.php:36
|
325 |
msgid "CSS Customize"
|
326 |
msgstr "CSSカスタマイズ"
|
327 |
|
328 |
+
#: ../plugins/css_customize/css_customize-edit.php:5
|
329 |
msgid "You can add custom CSS here."
|
330 |
msgstr "デザインをカスタマイズする場合は下のテキストエリアにCSSを入力します"
|
331 |
|
332 |
+
#: ../plugins/css_customize/css_customize-edit.php:10
|
333 |
msgid "Save CSS"
|
334 |
msgstr "CSSを保存する"
|
335 |
|
336 |
+
#: ../plugins/css_customize/css_customize.php:94
|
337 |
msgid "Your custom CSS was saved."
|
338 |
msgstr "CSSが保存されました"
|
339 |
|
340 |
+
#: ../plugins/css_customize/css_customize.php:99
|
341 |
msgid "Error occured. Please try again."
|
342 |
msgstr "何らかのエラー!! また試してみてください"
|
343 |
|
344 |
+
#: ../plugins/google_analytics/ga_admin.php:9
|
345 |
+
#: ../plugins/google_analytics/ga_admin.php:13
|
346 |
+
#: ../plugins/google_analytics/google_analytics.php:18
|
347 |
msgid "Google Analytics Settings"
|
348 |
msgstr "Google Analytics設定"
|
349 |
|
350 |
+
#: ../plugins/google_analytics/ga_admin.php:14
|
351 |
msgid ""
|
352 |
"Please fill in the Google Analytics ID from the Analytics embed code used in "
|
353 |
"the site."
|
354 |
msgstr "このサイトで使用する Google アナリティクスの ID を入力して下さい。"
|
355 |
|
356 |
+
#: ../plugins/google_analytics/ga_admin.php:16 ../plugins/sns/sns_admin.php:50
|
357 |
+
#: ../plugins/sns/old/sns_admin.php:20 ../plugins/sns/old/sns_admin.php:61
|
358 |
+
#: ../plugins/sns/old/sns_admin.php:79 ../plugins/sns/old/sns_admin.php:98
|
359 |
+
#: ../plugins/sns/old/sns_admin.php:115
|
360 |
msgid "ex) "
|
361 |
msgstr "例: "
|
362 |
|
363 |
+
#: ../plugins/google_analytics/ga_admin.php:19
|
364 |
msgid ""
|
365 |
|