Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
check
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abook_web
check
Commits
c58a7bb3
Commit
c58a7bb3
authored
May 14, 2013
by
Motohisa Nakano
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'sbb' of gitlab.agentec.jp:abook_web/web-viewer into sbb
parents
ea557691
8af68da1
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
112 additions
and
55 deletions
+112
-55
abvw/bookmark.html
+3
-1
abvw/common/js/i18n.js
+2
-2
abvw/common/json/lang/lang-in.json
+36
-36
abvw/contentsearch.html
+2
-0
abvw/history.html
+2
-0
abvw/home.html
+2
-0
abvw/js/header.js
+33
-10
abvw/js/login.js
+27
-5
abvw/settings.html
+2
-0
login.html
+3
-1
No files found.
abvw/bookmark.html
View file @
c58a7bb3
...
...
@@ -40,7 +40,9 @@
<select
id=
"changeLanguage"
>
<option
value=
"language-ja"
>
日本語
</option>
<option
value=
"language-en"
>
English
</option>
<option
value=
"language-ko"
>
한글
</option>
<option
value=
"language-ko"
>
한글
</option>
<option
value=
"language-th"
>
ภาษาไทย
</option>
<option
value=
"language-in"
>
Indonesia
</option>
</select>
</li>
<li
style=
"padding-left:0;"
><input
id=
"searchbox-key"
type=
"text"
placeholder=
"キーワードを入力してください"
></li>
...
...
abvw/common/js/i18n.js
View file @
c58a7bb3
...
...
@@ -45,8 +45,8 @@ $(function() {
function
getNavigatorLanguage
()
{
var
lang
=
(
navigator
.
browserLanguage
||
navigator
.
language
||
navigator
.
userLanguage
);
/* 対応言語 */
var
languages
=
[
'ja'
,
'ko'
,
'en'
];
// 対応言語を増やす場合はここを変更する
if
(
lang
.
match
(
/ja|ko|en/g
))
{
var
languages
=
[
'ja'
,
'ko'
,
'en'
,
'th'
,
'in'
];
// 対応言語を増やす場合はここを変更する
if
(
lang
.
match
(
/ja|ko|en
|th|in
/g
))
{
for
(
var
i
=
0
;
i
<
languages
.
length
;
i
++
)
{
var
index
=
lang
.
indexOf
(
languages
[
i
]);
if
(
index
>=
0
)
{
...
...
abvw/common/json/lang/lang-in.json
View file @
c58a7bb3
...
...
@@ -5,12 +5,12 @@
"txtUsrCap"
:
"ユーザ情報"
,
"txtLastLoginTime"
:
"最終ログイン時間:"
,
"txtOpt"
:
"
オプション
"
,
"txtOpt"
:
"
Pilihan
"
,
"txtOpt001"
:
"初期表示"
,
"txtHondana"
:
"
本棚
"
,
"txtList"
:
"
リスト
"
,
"txtHondana"
:
"
Rak buku
"
,
"txtList"
:
"
Daftar
"
,
"txtOpt002"
:
"動画・音楽を繰り返し再生する"
,
"txtOpt003"
:
"
マーキング
"
,
"txtOpt003"
:
"
Penilaian
"
,
"dspOptReset"
:
"初期設定に戻る"
,
"txtBkResCap"
:
"サーバにバックアップ/リストア"
,
"txtOptBkCfm"
:
"ログアウトの時、バックアップするかどうか確認する"
,
...
...
@@ -23,60 +23,60 @@
"msgPwdOldWrong"
:
"現在のパスワードに誤りがあります"
,
"msgPwdNotMatch"
:
"変更パスワードが一致していません。"
,
"msgLoginErrWrong"
:
"ログインできません。入力情報を確認してください。(エラーコード:{0})"
,
"dspPubDt2"
:
"
発行日:
"
,
"dspPubDt2"
:
"
Lepaskan tanggal:
"
,
"txtPage"
:
"ページ:"
,
"dspDelete"
:
"
削除
"
,
"dspDelete"
:
"
Hapus
"
,
"dspShioriDelConf"
:
"選択されているしおりを削除しますか?"
,
"dspRegDt"
:
"登録日"
,
"dspLogin"
:
"
ログイン
"
,
"dspLogin"
:
"
Log in
"
,
"dspSkip"
:
"スキップ"
,
"dspPwdUpd"
:
"パスワード変更"
,
"txtLoginAccPath"
:
"
アカウントパス
:"
,
"txtLoginId"
:
"
ログイン
ID:"
,
"txtLoginPwd"
:
"
パスワード
:"
,
"txtLoginAccPath"
:
"
Akun Path
:"
,
"txtLoginId"
:
"
User
ID:"
,
"txtLoginPwd"
:
"
Kata sandi
:"
,
"txtLoginPwdRbr"
:
"アカウントパスとログインIDを記憶する"
,
"txtPwdCurr"
:
"
現在パスワード
"
,
"txtPwdNew"
:
"
変更パスワード
"
,
"txtPwdNewRe"
:
"(
再)変更パスワード
"
,
"txtPwdCurr"
:
"
Sandi saat
"
,
"txtPwdNew"
:
"
New Sandi
"
,
"txtPwdNewRe"
:
"(
Masukan lagi) Password Baru
"
,
"txtPwdRemind"
:
"※スキップを選択すると、30日以内にこのメッセージが表示されせん"
,
"txtSearch"
:
"検索"
,
"dspShiori"
:
"
しおり
"
,
"dspShiori"
:
"
Bookmark
"
,
"dspSetting"
:
"設定変更"
,
"dspLogout"
:
"ログアウト"
,
"txtRead"
:
"読む"
,
"txtSort"
:
"並べ替え"
,
"dspTitleNm"
:
"タイトル"
,
"dspTitleNmKn"
:
"タイトル(カナ)"
,
"txtPubDt"
:
"
公開日
"
,
"txtPubDt"
:
"
Lepaskan tanggal
"
,
"txtRecordNum"
:
"件"
,
"txtRecordTotal"
:
"件 表示"
,
"dspViewMore"
:
">> 次の{0}件を表示"
,
"txtGen"
:
"
ジャンル
"
,
"txtGr"
:
"
グループ
"
,
"txtGen"
:
"
Aliran
"
,
"txtGr"
:
"
Kelompok
"
,
"txtViewDt"
:
"閲覧日"
,
"txtDetailPage"
:
"詳細画面"
,
"txtCtnNm"
:
"
コンテンツ名
"
,
"txtTag"
:
"
タグ
"
,
"txtContTxt"
:
"
本文
"
,
"txtCtnNm"
:
"
Konten Nama
"
,
"txtTag"
:
"
Label
"
,
"txtContTxt"
:
"
Teks
"
,
"txtLogoutBkMsg"
:
"ログアウトする前にバックアップしますか?"
,
"txtLogoutOptBkCfm"
:
"今回の行動を記憶する。"
,
"dspBkOK"
:
"バックアップしてログアウト"
,
"dspBkCancel"
:
"バックアップせずにログアウト"
,
"txtSearchResult"
:
"検索結果"
,
"dspHome"
:
"ホーム"
,
"txtLoginUser"
:
"(Ver.20121221-3)
ログイン中:
"
,
"txtLoginUser"
:
"(Ver.20121221-3)
_indonesia:
"
,
"txtAll"
:
"すべて"
,
"txtMkgSize"
:
"太さ"
,
"txtMkgS"
:
"
小
"
,
"txtMkgM"
:
"
中
"
,
"txtMkgB"
:
"
大
"
,
"txtMkgSB"
:
"
特大
"
,
"dspOK"
:
"O
K
"
,
"dspCancel"
:
"
キャンセル
"
,
"txtMkToolBar"
:
"
マーキング
"
,
"txtMkgS"
:
"
Tipis
"
,
"txtMkgM"
:
"
Tengah
"
,
"txtMkgB"
:
"
Tebal
"
,
"txtMkgSB"
:
"
Besar
"
,
"dspOK"
:
"O
ke
"
,
"dspCancel"
:
"
Membatalkan
"
,
"txtMkToolBar"
:
"
Penilaian
"
,
"dspPgClear"
:
"このページクリア"
,
"txtColor"
:
"色"
,
"txtIndex"
:
"
インデックス
"
,
"txtIndex"
:
"
Indeks
"
,
"txtShioriCtnLs"
:
"しおり一覧"
,
"txtTextCopy"
:
"テキストコピー"
,
"txtNoTextCopy"
:
"テキストがありません。"
,
...
...
@@ -85,7 +85,7 @@
"msgPwdChangeOK"
:
"パスワードを変更しました。"
,
"msgPwdChangeNG"
:
"パスワード変更に失敗しました。再入力してください。※注意:新規パスワードには英字および数字両方を含める必要があります。"
,
"msgSearchNotExist"
:
"条件に該当するコンテンツがありません。"
,
"txtTooltipBack"
:
"
戻る
"
,
"txtTooltipBack"
:
"
Kembali
"
,
"txtTooltipBookmark"
:
"しおり追加・削除"
,
"txtTooltipShowMemo"
:
"メモ表示・非表示"
,
"txtTooltipAddMemo"
:
"メモ追加"
,
...
...
@@ -109,17 +109,17 @@
"txtDeleteConfirmTitle"
:
"しおり削除確認"
,
"msgHistoryNotExist"
:
"閲覧履歴はありません。"
,
"msgChangePassword"
:
"パスワード変更"
,
"txtMemoEdit"
:
"
編集
"
,
"txtMemoCopy"
:
"
コピー
"
,
"txtMemoEdit"
:
"
rubah/ganti
"
,
"txtMemoCopy"
:
"
Kopi
"
,
"msgPageImgErr"
:
"コンテンツを表示することができません。コンテンツが削除された可能性があります。ホーム画面に戻り、異なるコンテンツを選択してください。"
,
"sysAppTitle"
:
"SMART CATALOG ウェブ版"
,
"sysLockScrPwdInput"
:
"パスワードを入力してください"
,
"txtOpt005"
:
"タブ・ブラウザ終了・F5時のアラートが表示する"
,
"txtMemoMenu"
:
"メモ編集"
,
"txtMemoNew"
:
"
新規
"
,
"txtMemoPaste"
:
"
貼り付け
"
,
"txtMemoClear"
:
"
クリア
"
,
"txtMemo"
:
"
メモ
"
,
"txtMemoNew"
:
"
Baru
"
,
"txtMemoPaste"
:
"
Menempelkan
"
,
"txtMemoClear"
:
"
Jelas
"
,
"txtMemo"
:
"
Memo
"
,
"msgBGMPlayConfirm"
:
"コンテンツBGMが自動再生されます。"
,
"msgPWDNeedChange"
:
"パスワードの変更が必要です。設定変更画面に戻って変更してください。"
,
"msgBGMPagePlayConfirm"
:
"ページBGMが自動再生されます。"
...
...
abvw/contentsearch.html
View file @
c58a7bb3
...
...
@@ -38,6 +38,8 @@
<option
value=
"language-ja"
>
日本語
</option>
<option
value=
"language-en"
>
English
</option>
<option
value=
"language-ko"
>
한글
</option>
<option
value=
"language-th"
>
ภาษาไทย
</option>
<option
value=
"language-in"
>
Indonesia
</option>
</select>
</li>
<li
style=
"padding-left:0;"
><input
id=
"searchbox-key"
type=
"text"
placeholder=
"キーワードを入力してください"
></li>
...
...
abvw/history.html
View file @
c58a7bb3
...
...
@@ -37,6 +37,8 @@
<option
value=
"language-ja"
>
日本語
</option>
<option
value=
"language-en"
>
English
</option>
<option
value=
"language-ko"
>
한글
</option>
<option
value=
"language-th"
>
ภาษาไทย
</option>
<option
value=
"language-in"
>
Indonesia
</option>
</select>
</li>
<li
style=
"padding-left:0;"
><input
id=
"searchbox-key"
type=
"text"
placeholder=
"キーワードを入力してください"
></li>
...
...
abvw/home.html
View file @
c58a7bb3
...
...
@@ -42,6 +42,8 @@
<option
value=
"language-ja"
>
日本語
</option>
<option
value=
"language-en"
>
English
</option>
<option
value=
"language-ko"
>
한글
</option>
<option
value=
"language-th"
>
ภาษาไทย
</option>
<option
value=
"language-in"
>
Indonesia
</option>
</select>
</li>
<li
style=
"padding-left:0;"
><input
id=
"searchbox-key"
type=
"text"
placeholder=
"キーワードを入力してください"
></li>
...
...
abvw/js/header.js
View file @
c58a7bb3
...
...
@@ -36,9 +36,15 @@ $(document).ready(function () {
changeLanguageKo
();
break
;
case
"language-en"
:
changeLanguageEn
();
break
;
case
"language-en"
:
changeLanguageEn
();
break
;
case
"language-th"
:
changeLanguageTh
();
break
;
case
"language-in"
:
changeLanguageIn
();
break
;
default
:
changeLanguageJa
();
...
...
@@ -260,17 +266,34 @@ function changeLanguageEn(){
//Change Language English function
function
changeLanguageKo
(){
changeLanguage
(
Consts
.
ConstLanguage_Ko
);
//ClientData.userInfo_language(Consts.ConstLanguage_Ko);
//$('#control-sort-titlekana').css('display','none');
//$('#separate').css('display','none');
//formatDisplayMoreRecord();
if
(
window
.
changeLanguageCallBackFunction
){
changeLanguageCallBackFunction
();
changeLanguage
(
Consts
.
ConstLanguage_Ko
);
//ClientData.userInfo_language(Consts.ConstLanguage_Ko);
//$('#control-sort-titlekana').css('display','none');
//$('#separate').css('display','none');
//formatDisplayMoreRecord();
if
(
window
.
changeLanguageCallBackFunction
){
changeLanguageCallBackFunction
();
}
$
(
"#searchbox-key"
).
attr
(
'placeholder'
,
i18nText
(
'msgPlaceHolder'
));
};
function
changeLanguageTh
(){
changeLanguage
(
Consts
.
ConstLanguage_Th
);
if
(
window
.
changeLanguageCallBackFunction
){
changeLanguageCallBackFunction
();
}
$
(
"#searchbox-key"
).
attr
(
'placeholder'
,
i18nText
(
'msgPlaceHolder'
));
};
function
changeLanguageIn
(){
changeLanguage
(
Consts
.
ConstLanguage_In
);
if
(
window
.
changeLanguageCallBackFunction
){
changeLanguageCallBackFunction
();
}
$
(
"#searchbox-key"
).
attr
(
'placeholder'
,
i18nText
(
'msgPlaceHolder'
));
};
//Shiori function
function
bookmarkFunction
(){
//window.location = ScreenIds.BookmarkList;
...
...
abvw/js/login.js
View file @
c58a7bb3
...
...
@@ -407,8 +407,24 @@ function changeLanguageEn(){
changeLanguage
(
Consts
.
ConstLanguage_En
);
document
.
title
=
i18nText
(
'dspLogin'
)
+
' | '
+
i18nText
(
'sysAppTitle'
);
//ClientData.userInfo_language(Consts.ConstLanguage_En);
if
(
login_errorMessage
!=
""
){
$
(
'#main-error-message'
).
html
(
format
(
i18nText
(
'msgLoginErrWrong'
),
login_errorMessage
).
toString
());
if
(
login_errorMessage
!=
""
){
$
(
'#main-error-message'
).
html
(
format
(
i18nText
(
'msgLoginErrWrong'
),
login_errorMessage
).
toString
());
}
};
function
changeLanguageTh
(){
changeLanguage
(
Consts
.
ConstLanguage_Th
);
document
.
title
=
i18nText
(
'dspLogin'
)
+
' | '
+
i18nText
(
'sysAppTitle'
);
//ClientData.userInfo_language(Consts.ConstLanguage_En);
if
(
login_errorMessage
!=
""
){
$
(
'#main-error-message'
).
html
(
format
(
i18nText
(
'msgLoginErrWrong'
),
login_errorMessage
).
toString
());
}
};
function
changeLanguageIn
(){
changeLanguage
(
Consts
.
ConstLanguage_In
);
document
.
title
=
i18nText
(
'dspLogin'
)
+
' | '
+
i18nText
(
'sysAppTitle'
);
//ClientData.userInfo_language(Consts.ConstLanguage_En);
if
(
login_errorMessage
!=
""
){
$
(
'#main-error-message'
).
html
(
format
(
i18nText
(
'msgLoginErrWrong'
),
login_errorMessage
).
toString
());
}
};
...
...
@@ -528,9 +544,15 @@ $(document).ready(function (e) {
changeLanguageKo
();
break
;
case
"language-en"
:
changeLanguageEn
();
break
;
case
"language-en"
:
changeLanguageEn
();
break
;
case
"language-th"
:
changeLanguageTh
();
break
;
case
"language-in"
:
changeLanguageIn
();
break
;
default
:
changeLanguageJa
();
...
...
abvw/settings.html
View file @
c58a7bb3
...
...
@@ -41,6 +41,8 @@
<option
value=
"language-ja"
>
日本語
</option>
<option
value=
"language-en"
>
English
</option>
<option
value=
"language-ko"
>
한글
</option>
<option
value=
"language-th"
>
ภาษาไทย
</option>
<option
value=
"language-in"
>
Indonesia
</option>
</select>
</li>
<li
style=
"padding-left:0;"
><input
id=
"searchbox-key"
type=
"text"
placeholder=
"キーワードを入力してください"
></li>
...
...
login.html
View file @
c58a7bb3
...
...
@@ -41,6 +41,8 @@
<option
value=
"language-ja"
>
日本語
</option>
<option
value=
"language-en"
>
English
</option>
<option
value=
"language-ko"
>
한글
</option>
<option
value=
"language-th"
>
ภาษาไทย
</option>
<option
value=
"language-in"
>
Indonesia
</option>
</select>
</div>
</div>
...
...
@@ -60,7 +62,7 @@
</dl>
<dl>
<dt
class=
"lang"
lang=
"txtLoginPwd"
>
パスワード:
</dt>
<dd><input
type=
"password"
id=
"txtPassword"
maxlength=
"10"
/></dd>
<dd><input
type=
"password"
id=
"txtPassword"
/></dd>
</dl>
<p
class=
"memory"
><input
type=
"checkbox"
id=
"chkRemember"
/><label
class=
"lang"
lang=
"txtLoginPwdRbr"
for=
"chkRemember"
>
企業IDとログインIDを保存する
</label></p>
<p
class=
"loginbtn"
><a
id=
"btnLogin"
class=
"lang"
lang=
"dspLogin"
>
ログイン
</a></p>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment