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
0c50228a
Commit
0c50228a
authored
Sep 24, 2014
by
Masaru Abe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#10735 PDF以外のコンテンツでしおり登録して一覧で見ると、内容のところにコンテンツ名が表示される
parent
4c0f72a6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
5 deletions
+8
-5
abvw/js/bookmark.js
+8
-5
No files found.
abvw/js/bookmark.js
View file @
0c50228a
...
@@ -305,13 +305,16 @@ function ShowBookmark() {
...
@@ -305,13 +305,16 @@ function ShowBookmark() {
contentTitleKana
=
collection_contents
[
nIndex2
].
contentTitleKana
;
contentTitleKana
=
collection_contents
[
nIndex2
].
contentTitleKana
;
contentType
=
collection_contents
[
nIndex2
].
contentType
;
contentType
=
collection_contents
[
nIndex2
].
contentType
;
// Search in pages
if
(
contentType
==
COMMON
.
ContentTypeKeys
.
Type_PDF
){
for
(
var
nIndex3
=
0
;
nIndex3
<
collection_contents
[
nIndex2
].
pages
.
length
;
nIndex3
++
)
{
// Search in pages
if
(
pageNo
==
collection_contents
[
nIndex2
].
pages
[
nIndex3
].
pageNo
)
{
for
(
var
nIndex3
=
0
;
nIndex3
<
collection_contents
[
nIndex2
].
pages
.
length
;
nIndex3
++
)
{
pageDetail
=
collection_contents
[
nIndex2
].
pages
[
nIndex3
];
if
(
pageNo
==
collection_contents
[
nIndex2
].
pages
[
nIndex3
].
pageNo
)
{
break
;
pageDetail
=
collection_contents
[
nIndex2
].
pages
[
nIndex3
];
break
;
}
}
}
}
}
}
}
}
}
if
(
pageDetail
)
{
if
(
pageDetail
)
{
...
...
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