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
cba39719
Commit
cba39719
authored
May 28, 2013
by
Motohisa Nakano
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ビューアのツールバーポップオーバーテキストをsbbレイアウトでも表示してあげるように
parent
bb657baf
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
24 additions
and
4 deletions
+24
-4
abvw/common/js/i18n.js
+6
-0
abvw/contentview.html
+18
-4
No files found.
abvw/common/js/i18n.js
View file @
cba39719
...
@@ -114,6 +114,12 @@ function replaceText(jsonLangData) {
...
@@ -114,6 +114,12 @@ function replaceText(jsonLangData) {
}
else
{
}
else
{
obj
.
text
(
langText
);
obj
.
text
(
langText
);
}
}
}
else
if
(
tn
==
'a'
)
{
if
(
obj
.
attr
(
'title'
)
)
{
obj
.
attr
(
'title'
,
langText
);
}
else
{
obj
.
text
(
langText
);
}
}
else
{
}
else
{
obj
.
text
(
langText
);
obj
.
text
(
langText
);
}
}
...
...
abvw/contentview.html
View file @
cba39719
...
@@ -57,11 +57,19 @@
...
@@ -57,11 +57,19 @@
<header
id =
"header_toolbar"
class=
"header"
>
<header
id =
"header_toolbar"
class=
"header"
>
<div
class =
"wrapper_header"
>
<div
class =
"wrapper_header"
>
<div
id =
"top_toolbar"
class=
"hdLcolumn fix"
>
<div
id =
"top_toolbar"
class=
"hdLcolumn fix"
>
<div
style=
"float:left; width:302px;"
>
<span
class=
"gloupe"
style=
"border-left:none;"
>
<a
id=
"imgHome"
class=
"home"
title=
""
lang=
"dspHome"
>
</a>
<a
id=
"imgBack"
class=
"back"
title=
""
lang=
"txtTooltipBack"
>
</a>
</span>
<div
style=
"float:left; width:302px;"
>
<span
class=
"gloupe"
style=
"border-left:none;"
>
<a
id=
"imgHome"
class=
"home lang"
title=
"ホーム"
lang=
"dspHome"
>
</a>
<a
id=
"imgBack"
class=
"back lang"
title=
"戻る"
lang=
"txtTooltipBack"
>
</a>
</span>
<!-- <img src="img/home.png" height="25" id="imgHome" class="toolbar_icon" />
<!-- <img src="img/home.png" height="25" id="imgHome" class="toolbar_icon" />
<img src="img/back.png" id="imgBack" height="25" class="toolbar_icon"/> -->
<img src="img/back.png" id="imgBack" height="25" class="toolbar_icon"/> -->
<span
class=
"gloupe"
>
<a
id=
"listbookmark"
class=
"bmList"
title=
""
lang=
"txtShioriCtnLs"
>
</a>
</span>
<span
class=
"gloupe"
>
<a
id=
"listindex"
class=
"index"
title=
""
lang=
"txtIndex"
></a>
</span>
<span
class=
"gloupe"
>
<a
id=
"listbookmark"
class=
"bmList lang"
title=
"しおり一覧"
lang=
"txtShioriCtnLs"
>
</a>
</span>
<span
class=
"gloupe"
>
<a
id=
"listindex"
class=
"index lang"
title=
"インデックス"
lang=
"txtIndex"
></a>
</span>
<!-- <img src="img/bookmarklist.png" id="listbookmark" height="25" class="toolbar_icon"/>
<!-- <img src="img/bookmarklist.png" id="listbookmark" height="25" class="toolbar_icon"/>
<img id="imgbookmark" src="img/bookmark.png" height="25" class="toolbar_icon"/> -->
<img id="imgbookmark" src="img/bookmark.png" height="25" class="toolbar_icon"/> -->
</div>
</div>
...
@@ -69,7 +77,10 @@
...
@@ -69,7 +77,10 @@
<span
class=
"gloupe"
style=
"float:left; height:46px; border-right:none; padding:0px;"
></span>
<span
class=
"gloupe"
style=
"float:left; height:46px; border-right:none; padding:0px;"
></span>
<div
style=
"float:right;"
>
<div
style=
"float:right;"
>
<span
class=
"gloupe"
style=
"border-left:none; height:46px; padding:0px;"
></span>
<span
class=
"gloupe"
>
<a
id=
"imgmemo"
class=
"memoDisplay"
title=
""
lang=
"txtTooltipShowMemo"
></a>
<a
id=
"imgaddmemo"
class=
"memoAdd"
title=
""
lang=
"txtTooltipAddMemo"
></a>
</span>
<span
class=
"gloupe"
style=
"border-left:none; height:46px; padding:0px;"
></span>
<span
class=
"gloupe"
>
<a
id=
"imgmemo"
class=
"memoDisplay lang"
title=
"メモ表示"
lang=
"txtTooltipShowMemo"
></a>
<a
id=
"imgaddmemo"
class=
"memoAdd lang"
title=
"メモ追加"
lang=
"txtTooltipAddMemo"
></a>
</span>
<!-- <img src="img/indexlist.png" id="listindex" height="25" class="toolbar_icon"/> -->
<!-- <img src="img/indexlist.png" id="listindex" height="25" class="toolbar_icon"/> -->
<aside
id=
"boxIndex"
class=
"indexBox"
style=
"display: none;"
>
<aside
id=
"boxIndex"
class=
"indexBox"
style=
"display: none;"
>
...
@@ -77,7 +88,10 @@
...
@@ -77,7 +88,10 @@
<div
id=
"divListIndex"
class=
"indexBoxBody_on"
>
</div>
<div
id=
"divListIndex"
class=
"indexBoxBody_on"
>
</div>
</aside>
</aside>
<span
class=
"gloupe"
>
<a
id=
"copytext"
class=
"copy"
title=
""
lang=
"txtTextCopy"
></a>
</span>
<span
class=
"gloupe"
>
<a
id=
"imgmarking"
class=
"marking"
title=
""
lang=
"txtTooltipShowMarking"
></a>
<a
id=
"imgmarkingtoolbar"
class=
"markingToolbar"
title=
""
lang=
"txtTooltipShowMarkingTool"
></a>
</span>
<span
class=
"gloupe"
>
<a
id=
"imgbookmark"
class=
"bmAdd"
title=
""
lang=
"txtTooltipBookmark"
></a>
</span>
<span
class=
"gloupe"
style=
"border-right:none; height:46px; padding:0px;"
></span>
<span
class=
"gloupe"
>
<a
id=
"copytext"
class=
"copy lang"
title=
"コピー"
lang=
"txtTextCopy"
></a>
</span>
<span
class=
"gloupe"
>
<a
id=
"imgmarking"
class=
"marking lang"
title=
"マーキング"
lang=
"txtTooltipShowMarking"
></a>
<a
id=
"imgmarkingtoolbar"
class=
"markingToolbar lang"
title=
"マーキングツールバー表示"
lang=
"txtTooltipShowMarkingTool"
></a>
</span>
<span
class=
"gloupe"
>
<a
id=
"imgbookmark"
class=
"bmAdd lang"
title=
"しおり追加"
lang=
"txtTooltipBookmark"
></a>
</span>
<span
class=
"gloupe"
style=
"border-right:none; height:46px; padding:0px;"
></span>
<div
class=
"hdRcolumn"
>
<div
class=
"hdRcolumn"
>
<input
id=
"txtSearch"
type=
"text"
/>
<input
id=
"txtSearch"
type=
"text"
/>
...
...
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