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
22f001de
Commit
22f001de
authored
Feb 09, 2015
by
Masaru Abe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
テスト対応
parent
c48a078a
Hide whitespace changes
Inline
Side-by-side
Showing
32 changed files
with
723 additions
and
1858 deletions
+723
-1858
abvw/bookmark.html
+3
-393
abvw/common/js/avweb.js
+5
-0
abvw/contentsearch.html
+5
-393
abvw/css/layout/contentsearch.css
+2
-1
abvw/css/layout/home.css
+1
-1
abvw/css/layout/list_shiori.css
+10
-8
abvw/css/theme/home.css
+1
-1
abvw/css/theme/list_shiori.css
+10
-8
abvw/history.html
+4
-393
abvw/home.html
+14
-408
abvw/inc_contentview.html
+392
-0
abvw/js/bookmark.js
+8
-2
abvw/js/contentsearch.js
+9
-3
abvw/js/contentview.js
+54
-18
abvw/js/contentview_3d.js
+1
-1
abvw/js/contentview_CallApi.js
+7
-7
abvw/js/contentview_ContentTypeNone.js
+3
-3
abvw/js/contentview_CreateObjects.js
+23
-23
abvw/js/contentview_Events.js
+7
-34
abvw/js/contentview_FileSystem.js
+1
-1
abvw/js/contentview_General.js
+1
-1
abvw/js/contentview_GetData.js
+6
-12
abvw/js/contentview_Gomu.js
+1
-1
abvw/js/contentview_ImagePreview.js
+1
-1
abvw/js/contentview_InitObjects.js
+108
-108
abvw/js/contentview_Maker.js
+12
-12
abvw/js/contentview_Marking.js
+1
-1
abvw/js/contentview_Memo.js
+2
-2
abvw/js/contentview_Pen.js
+12
-12
abvw/js/contentview_PopupText.js
+1
-1
abvw/js/history.js
+8
-2
abvw/js/home.js
+10
-7
No files found.
abvw/bookmark.html
View file @
22f001de
...
...
@@ -14,6 +14,8 @@
<link
rel=
"stylesheet"
type=
"text/css"
href=
"common/css/default.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"common/css/screenLock.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/reset.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/common.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/common.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/header.css?__UPDATEID__"
/>
...
...
@@ -54,35 +56,8 @@
<script
type=
"text/javascript"
src=
"./common/js/thickbox.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./common/js/scrolltopcontrol.js?__UPDATEID__"
></script>
<!-- JSビュー -->
<script
type=
"text/javascript"
src=
"./common/js/jquery.ui.touch-punch.min.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./common/js/htmlparser.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./common/js/textObject.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_CallApi.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_Events.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_GetData.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_InitObjects.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_CreateObjects.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_General.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_Memo.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_Gomu.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_Maker.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_Pen.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_Marking.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_PopupText.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_Paint.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_Anket.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_3d.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_ContentTypeNone.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_ImagePreview.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_FileSystem.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./common/js/zoomDetector.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./common/js/jquery.powertip.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./common/js/script.js?__UPDATEID__"
></script>
</head>
<body
id=
"bookmark"
>
<body
id=
"bookmark"
oncontextmenu=
"return false;"
>
<header
id=
"header-ws"
class=
"header_ws"
>
<div
class=
"notification-pushmessage"
style=
"display:none;"
>
新着メッセージがあります!!!
...
...
@@ -185,371 +160,6 @@
</div>
<div
id=
"viewer"
style=
"display:none;"
>
<!-- ビューアエリア FROM -->
<div
id=
"wrapper"
style=
""
>
<!--Viewer component is added here -->
<div
id=
"overlay"
class=
"web_dialog_overlay"
>
</div>
<div
id=
"dialog"
class=
"web_dialog"
>
</div>
<div
id=
"divCheckExistMarking"
class=
"check_marking"
style=
"display:none;"
>
<img
src=
"img/viewer/icon_marked.png"
/>
</div>
<header
id =
"header_toolbar"
class=
"header__"
>
<div
class =
"wrapper_header"
>
<div
id =
"top_toolbar"
class=
"hdLcolumn fix"
>
<span
class=
"hgloupe"
>
<a
id=
"imgHome"
class=
"home"
title=
"ホーム"
lang=
"dspHome"
>
</a>
<a
id=
"imgBack"
class=
"back"
title=
"戻る"
lang=
"txtTooltipBack"
>
</a>
</span>
<span
class=
"gloupe"
>
<a
id=
"listbookmark"
class=
"bmList"
title=
"しおり一覧"
lang=
"txtShioriCtnLs"
>
</a>
<a
id=
"imgbookmark"
class=
"bmAdd"
title=
"しおり追加"
lang=
"txtTooltipBookmark"
>
</a>
</span>
<span
class=
"gloupe"
>
<a
id=
"listindex"
class=
"index"
title=
"インデックス"
lang=
"txtIndex"
>
</a>
</span>
<aside
id=
"boxIndex"
class=
"indexBox"
style=
"display: none;"
>
<h1
id=
"indexBoxHdIndex"
class=
"indexBoxHd"
>
<a
id=
"indexClosing"
class=
"delete"
>
</a>
</h1>
<div
id=
"divListIndex"
class=
"indexBoxBody_on"
></div>
</aside>
<span
class=
"gloupe"
>
<a
id=
"copytext"
class=
"copy"
title=
"コピー"
lang=
"txtTextCopy"
>
</a>
</span>
<aside
class=
"bookmarkBox"
id =
"boxCopyText"
>
<h1
class=
"bookmarkBoxHd"
id=
"bookmarkBoxHdCT"
></h1>
<ul
id=
"divCopyText"
class=
"bookmarkBoxBody_on"
></ul>
</aside>
<aside
class=
"bookmarkBox"
id=
"boxBookMark"
style=
"display: none;"
>
<h1
class=
"bookmarkBoxHd"
id=
"bookmarkBoxHdBM"
></h1>
<ul
id=
"divListBookmark"
class=
"bookmarkBoxBody_on"
></ul>
</aside>
<span
class=
"gloupe"
>
<a
id=
"imgmemo"
class=
"memoDisplay"
title=
"メモ表示"
lang=
"txtTooltipShowMemo"
>
</a>
<a
id=
"imgaddmemo"
class=
"memoAdd"
title=
"メモ追加"
lang=
"txtTooltipAddMemo"
>
</a>
</span>
<span
class=
"lgloupe"
>
<a
id=
"imgmarking"
class=
"marking"
title=
"マーキング"
lang=
"txtTooltipShowMarking"
>
</a>
<a
id=
"imgmarkingtoolbar"
class=
"markingToolbar"
title=
"マーキングツールバー表示"
lang=
"txtTooltipShowMarkingTool"
>
</a>
</span>
</div>
<div
class=
"hdRcolumn"
>
<input
id=
"txtSearch"
type=
"text"
>
<aside
id=
"boxSearching"
class=
"bookmarkBox"
style=
"display: none;"
>
<h1
id=
"bookmarkBoxHdSearching"
class=
"bookmarkBoxHd"
></h1>
<ul
id=
"divSearchResult"
class=
"bookmarkBoxBody_on"
></ul>
</aside>
</div>
</div>
</header>
<aside
id=
"boxAddMemo"
class=
"bookmarkBox"
>
<h1
id=
"bookmarkBoxHdMemo"
class=
"bookmarkBoxHd"
>
<a
id=
"memoClosing"
class=
"delete"
>
</a>
<label
class=
"lang"
lang =
"txtMemoMenu"
>
</label>
</h1>
<ul
id=
"divAddMemo"
class=
"bookmarkBoxBody_on"
>
<br
/>
<a
id=
"liAddMemo"
lang =
"txtMemoNew"
class=
"lang cancelbtn"
>
</a><br
/>
<a
id=
"liCopyMemo"
lang =
"txtMemoPaste"
class=
"lang cancelbtn"
>
</a>
<br
/>
<a
id=
"liDeleteMemo"
lang =
"txtMemoClear"
class=
"lang cancelbtn"
>
</a>
<br
/>
</ul>
</aside>
<div
id=
"button_pre_canvas"
class=
"gBackbtn"
></div>
<div
id=
"button_next_canvas"
class=
"gNextbtn"
></div>
<div
id=
"divDialogMemo"
></div>
<div
id=
"dialog-contenttype-music"
></div>
<div
id=
"dialogPopUp"
class=
"popuptext_web_dialog"
></div>
<div
id=
"arrow"
class=
"popuptext_arrow"
></div>
<div
id=
"pop_up_memo"
class=
"pop-up-memo"
>
<a
id=
"btn_show_memo"
class=
"lang"
lang =
"txtMemoEdit"
>
</a>
<br
/><br
/>
<a
id=
"btn_copy_memo"
class=
"lang"
lang =
"txtMemoCopy"
>
</a>
</div>
<div
id=
"divImageLoading"
>
<img
src=
"img/view_loading.gif"
width=
"64px"
height=
"64px"
>
</div>
<!-- ================================================================================== -->
<!-- Marking group [start]
<!-- ================================================================================== -->
<!-- Marking [start] -->
<aside
class=
"markingBox"
id=
"dlgMarking"
>
<h1
class=
"markingBoxHd"
>
<label
class=
"lang"
lang=
"txtMkToolBar"
>
マーカー(オプション)
</label>
<a
class=
"hidden_off"
id=
"dlgMarking_imgMin"
>
</a>
<a
class=
"hidden_on"
id=
"dlgMarking_imgMax"
>
</a>
</h1>
<div
id=
"dlgMarking_body"
class=
"markingBoxBody_on"
>
<ul
class=
"fix"
>
<li><div
id=
"dlgMarking_imgPen"
>
</div></li>
<li><div
id=
"dlgMarking_imgPenOption"
>
</div></li>
<li><div
id=
"dlgMarking_imgMaker"
>
</div></li>
<li><div
id=
"dlgMarking_imgMakerOption"
>
</div></li>
<li><div
id=
"dlgMarking_imgEraser"
>
</div></li>
<li><div
id=
"dlgMarking_imgEraserOption"
>
</div></li>
</ul>
<a
id=
"dlgMarking_dspPgClear"
class=
"clearbtn lang"
lang=
"dspPgClear"
>
このページクリア
</a>
<a
id=
"dlgMarking_dspSave"
class=
"savebtn lang"
lang=
"dspSave"
>
保存
</a>
<a
id=
"dlgMarking_dspCancel"
class=
"cancelbtn lang"
lang=
"dspCancel"
>
キャンセル
</a>
</div>
</aside>
<!-- Marking [ end ] -->
<!-- Eraser [start] -->
<div
class=
"rayermenu3"
id=
"dlgGomu"
>
<div>
<ul>
<li>
<a
id=
"text_dlgGomu_rdo4"
>
<input
type=
"radio"
id=
"dlgGomu_rdo4"
name=
"rdoSize"
value=
"4"
/>
<span><label
for=
"dlgGomu_rdo4"
class=
"lang"
lang=
"txtMkgSB"
>
特大
</label></span>
<img
class=
"sizeXL"
src=
"img/viewer/en_xl.png"
alt=
""
>
</a>
</li>
<li>
<a
id=
"text_dlgGomu_rdo3"
>
<input
type=
"radio"
id=
"dlgGomu_rdo3"
name=
"rdoSize"
value=
"3"
/>
<span><label
for=
"dlgGomu_rdo3"
class=
"lang"
lang=
"txtMkgB"
>
大
</label></span>
<img
class=
"sizeL"
src=
"img/viewer/en_l.png"
alt=
""
>
</a>
</li>
<li>
<a
id=
"text_dlgGomu_rdo2"
>
<input
type=
"radio"
id=
"dlgGomu_rdo2"
name=
"rdoSize"
value=
"2"
/>
<span><label
for=
"dlgGomu_rdo2"
class=
"lang"
lang=
"txtMkgM"
>
中
</label></span>
<img
class=
"sizeM"
src=
"img/viewer/en_m.png"
alt=
""
>
</a>
</li>
<li>
<a
id=
"text_dlgGomu_rdo1"
>
<input
type=
"radio"
id=
"dlgGomu_rdo1"
name=
"rdoSize"
value=
"1"
checked=
"checked"
/>
<span><label
for=
"dlgGomu_rdo1"
class=
"lang"
lang=
"txtMkgS"
>
小
</label></span>
<img
class=
"sizeS"
src=
"img/viewer/en_s.png"
alt=
""
>
</a>
</li>
</ul>
</div>
<div
class=
"popcolumnR"
>
<canvas
id=
"dlgGomu_cvMain"
class=
"canvasArea_l"
width=
"98"
height=
"98"
>
</canvas>
</div>
<div>
<a
id=
"dlgGomu_dspCancel"
class=
"cancelbtn lang"
href=
"#"
lang=
"dspCancel"
>
キャンセル
</a>
<a
id=
"dlgGomu_dspOK"
class=
"cancelbtn lang okbtn"
href=
"#"
lang=
"dspOK"
>
OK
</a>
</div>
</div>
<!-- Eraser [ end ] -->
<!-- Maker [ start ] -->
<div
id=
"dlgMaker"
class=
"rayermenu1"
>
<ul
class=
"popcolumnL"
>
<li>
<a
id=
"marker-oversize-text"
>
<input
type=
"radio"
id=
"maker-size-oversize"
name=
"maker-size"
/>
<span><label
for=
"maker-size-oversize"
class=
"lang"
lang=
"txtMkgSB"
>
XL
</label></span>
<img
class=
"sizeXL"
src=
"img/viewer/en_xl.png"
alt=
""
>
</a>
</li>
<li>
<a
id=
"marker-large-text"
>
<input
type=
"radio"
id=
"maker-size-large"
name=
"maker-size"
/>
<span><label
for=
"maker-size-large"
class=
"lang"
lang=
"txtMkgB"
>
L
</label></span>
<img
class=
"sizeL"
src=
"img/viewer/en_l.png"
alt=
""
>
</a>
</li>
<li>
<a
id=
"marker-medium-text"
>
<input
type=
"radio"
id=
"maker-size-medium"
name=
"maker-size"
/>
<span><label
for=
"maker-size-medium"
class=
"lang"
lang=
"txtMkgM"
>
M
</label></span>
<img
class=
"sizeM"
src=
"img/viewer/en_m.png"
alt=
""
>
</a>
</li>
<li>
<a
id=
"marker-small-text"
>
<input
type=
"radio"
id=
"maker-size-small"
name=
"maker-size"
/>
<span><label
for=
"maker-size-small"
class=
"lang"
lang=
"txtMkgS"
>
S
</label></span>
<img
class=
"sizeS"
src=
"img/viewer/en_s.png"
alt=
""
>
</a>
</li>
</ul>
<div
id=
"makerColorwrapper"
class=
"popcolumnR"
>
<table
cellpadding=
"0"
cellspacing=
"0"
class=
"colorchip"
>
<tbody>
<tr>
<td><a
colorId=
"ff0000"
class=
"color01 colorpicker"
href=
"#"
>
</a></td>
<td><a
colorId=
"ffff00"
class=
"color02 colorpicker"
href=
"#"
>
</a></td>
</tr>
<tr>
<td><a
colorId=
"00ff00"
class=
"color03 colorpicker"
href=
"#"
>
</a></td>
<td><a
colorId=
"00ffff"
class=
"color04 colorpicker"
href=
"#"
>
</a></td>
</tr>
<tr>
<td><a
colorId=
"0000ff"
class=
"color05 colorpicker"
href=
"#"
>
</a></td>
<td><a
colorId=
"ff00ff"
class=
"color06 colorpicker"
href=
"#"
>
</a></td>
</tr>
<tr>
<td><a
colorId=
"ffffff"
class=
"color07 colorpicker"
href=
"#"
>
</a></td>
<td><a
colorId=
"000000"
class=
"color08 colorpicker"
href=
"#"
>
</a></td>
</tr>
</tbody>
</table>
<span>
</span>
<canvas
id=
"Maker_cvPreviewmaker"
class=
"canvasArea_s"
width=
"98"
height=
"98"
>
</canvas>
</div>
<div>
<a
id=
"Maker_btnCancel"
class=
"lang cancelbtn"
lang=
"dspCancel"
>
キャンセル
</a>
<a
id=
"Maker_btnOk"
class=
"lang cancelbtn okbtn"
lang=
"dspOK"
>
OK
</a>
</div>
</div>
<!-- Maker [ end ] -->
<!-- Pen [ start ] -->
<div
id=
"dlgPen"
class=
"rayermenu1"
>
<ul
class=
"popcolumnL"
>
<li>
<a
id=
"pen-oversize-text"
>
<input
type=
"radio"
id=
"pen-size-oversize"
name=
"maker-size"
/>
<span><label
for=
"pen-size-oversize"
class=
"lang"
lang=
"txtMkgSB"
>
XL
</label></span>
<img
class=
"sizeXL"
src=
"img/viewer/en_xl.png"
alt=
""
>
</a>
</li>
<li>
<a
id=
"pen-large-text"
>
<input
type=
"radio"
id=
"pen-size-large"
name=
"maker-size"
/>
<span><label
for=
"pen-size-large"
class=
"lang"
lang=
"txtMkgB"
>
L
</label></span>
<img
class=
"sizeL"
src=
"img/viewer/en_l.png"
alt=
""
>
</a>
</li>
<li>
<a
id=
"pen-medium-text"
>
<input
type=
"radio"
id=
"pen-size-medium"
name=
"maker-size"
/>
<span><label
for=
"pen-size-medium"
class=
"lang"
lang=
"txtMkgM"
>
M
</label></span>
<img
class=
"sizeM"
src=
"img/viewer/en_m.png"
alt=
""
>
</a>
</li>
<li>
<a
id=
"pen-small-text"
>
<input
type=
"radio"
id=
"pen-size-small"
name=
"maker-size"
/>
<span><label
for=
"pen-size-small"
class=
"lang"
lang=
"txtMkgS"
>
S
</label></span>
<img
class=
"sizeS"
src=
"img/viewer/en_s.png"
alt=
""
>
</a>
</li>
</ul>
<div
id=
"penColorwrapper"
class=
"popcolumnR"
>
<table
cellpadding=
"0"
cellspacing=
"0"
class=
"colorchip"
>
<tbody>
<tr>
<td><a
colorId=
"ff0000"
class=
"color01 colorpicker"
href=
"#"
>
</a></td>
<td><a
colorId=
"ffff00"
colorId
class=
"color02 colorpicker"
href=
"#"
>
</a></td>
</tr>
<tr>
<td><a
colorId=
"00ff00"
class=
"color03 colorpicker"
href=
"#"
>
</a></td>
<td><a
colorId=
"00ffff"
class=
"color04 colorpicker"
href=
"#"
>
</a></td>
</tr>
<tr>
<td><a
colorId=
"0000ff"
class=
"color05 colorpicker"
href=
"#"
>
</a></td>
<td><a
colorId=
"ff00ff"
class=
"color06 colorpicker"
href=
"#"
>
</a></td>
</tr>
<tr>
<td><a
colorId=
"ffffff"
class=
"color07 colorpicker"
href=
"#"
>
</a></td>
<td><a
colorId=
"000000"
class=
"color08 colorpicker"
href=
"#"
>
</a></td>
</tr>
</tbody>
</table>
<span>
</span>
<canvas
id=
"Pen_cvPreviewPen"
class=
"canvasArea_s"
width=
"98"
height=
"98"
>
</canvas>
</div>
<div>
<a
id=
"Pen_btnCancel"
class=
"lang cancelbtn"
lang=
"dspCancel"
>
キャンセル
</a>
<a
id=
"Pen_btnOk"
class=
"lang okbtn cancelbtn"
lang=
"dspOK"
>
OK
</a>
</div>
</div>
<!-- Pen [ end ] -->
<div
id=
"dlgOverlay"
>
</div>
<!-- ================================================================================== -->
<!-- Marking group [end]
<!-- ================================================================================== -->
<!-- ================================================================================== -->
<!-- Footer [start]
<!-- ================================================================================== -->
<footer
id=
"footer_toolbar_1"
class=
"footer"
>
<div
class=
"ftinner"
>
<!-- slider transition sizing -->
<div
class=
"ftLcolumn"
>
<!-- slider [start] -->
<div
class=
"slider fix"
>
<div
id=
"divTxtSlider"
class=
"sld01"
>
<span><input
id=
"txtSlider"
type=
"text"
size=
"2"
maxlength=
"3"
/><label
id=
"lblSlider"
>
</label></span>
</div>
<a
id=
"control_process"
class=
"sld02"
><div
id=
"slider_page"
>
</div></a>
</div>
<!-- slider [end] -->
<!-- transition [start] -->
<!-- temporary tool tip - must be change "lang" -->
<div
id=
"control_movepage"
class=
"transition fix"
>
<a
id=
"firstpage"
class=
"begin"
>
</a>
<a
id=
"prevpage"
class=
"prev"
>
</a>
<a
id=
"nextpage"
class=
"next"
>
</a>
<a
id=
"lastpage"
class=
"last"
>
</a>
</div>
<!-- transition [end] -->
<!-- sizing [start] -->
<!-- temporary tool tip - must be change "lang" -->
<div
id=
"control_zoom"
class=
"sizing"
>
<a
id=
"zoomin"
class=
"expansion"
>
</a>
<a
id=
"zoomfit"
class=
"fit"
>
</a>
<a
id=
"zoomout"
class=
"reduction"
>
</a>
</div>
<!-- sizing [end] -->
</div>
<!-- toolbar -->
<div
class=
"ftRcolumn"
>
<a
id=
"control_screen"
class=
"toolbar"
>
</a>
</div>
</div>
</footer>
<footer
class=
"footerTool"
id=
"footer_toolbar_2"
>
<div
class=
"ftRcolumn_2"
></div>
</footer>
<a
id=
"control_screen_2"
class=
"toolbar_close"
style=
""
>
</a>
<!-- ================================================================================== -->
<!-- Footer [end]
<!-- ================================================================================== -->
<section
id=
"bgmConfirm"
class=
"sectionDeleteConfirm"
>
<h1
class=
"lang"
lang=
""
>
</h1>
<p
class=
"message lang"
lang=
"msgBGMPlayConfirm"
id=
"txtAudio"
>
このコンテンツはBGMが流れるようになっています。BGMを再生してもよろしいですか?
</p>
<p
class=
"deletebtn"
><a
id=
"bgmConfirm_dspOK"
lang=
"dspOK"
class=
"ok_audio lang"
>
OK
</a></p>
</section>
<section
id=
"bgmConfirm_page"
class=
"sectionDeleteConfirm"
>
<h1
class=
"lang"
lang=
""
>
</h1>
<p
class=
"message lang"
lang=
"msgBGMPlayConfirm"
id=
"txtAudio_page"
>
このコンテンツはBGMが流れるようになっています。BGMを再生してもよろしいですか?
</p>
<p
class=
"deletebtn"
><a
id=
"bgmConfirm_dspOK_page"
lang=
"dspOK"
class=
"ok_audio lang"
>
OK
</a></p>
</section>
<section
id=
"contentVideoConfirm"
class=
"sectionDeleteConfirm"
>
<h1
class=
"lang"
lang=
""
>
</h1>
<p
class=
"message lang"
lang=
"txtMediaAutoPlayWarning"
id=
"txtContentVideo"
>
Confirm Play Video
</p>
<p
class=
"deletebtn"
><a
id=
"contentVideoConfirm_OK"
lang=
"dspOK"
class=
"ok_audio lang"
>
OK
</a></p>
</section>
<section
id=
"contentAudioConfirm"
class=
"sectionDeleteConfirm"
>
<h1
class=
"lang"
lang=
""
>
</h1>
<p
class=
"message lang"
lang=
"txtMediaAutoPlayWarning"
id=
"txtContentAudio"
>
Confirm Play Audio
</p>
<p
class=
"deletebtn"
><a
id=
"contentAudioConfirm_OK"
lang=
"dspOK"
class=
"ok_audio lang"
>
OK
</a></p>
</section>
</div>
<!-- ビューアエリア TO -->
</div>
<iframe
style=
"height:0px;width:0px;visibility:hidden;display:none;"
src=
"about:blank"
>
...
...
abvw/common/js/avweb.js
View file @
22f001de
...
...
@@ -898,8 +898,13 @@ AVWEB.avwClearError = function() {
};
/* ブラウザunload時に警告メッセージの出力設定を行う関数 */
AVWEB
.
avwSetLogoutNortice
=
function
()
{
console
.
log
(
"AVWEB.avwSetLogoutNortice:"
+
ClientData
.
serviceOpt_daihatsu
());
window
.
onbeforeunload
=
function
(
event
)
{
console
.
log
(
"window.onbeforeunload"
);
//DHカスタム
if
(
ClientData
.
serviceOpt_daihatsu
()
==
'Y'
){
if
(
"CONTENTVIEW_GENERAL.contentID"
in
window
){
...
...
abvw/contentsearch.html
View file @
22f001de
...
...
@@ -13,6 +13,9 @@
<link
rel=
"stylesheet"
type=
"text/css"
href=
"common/css/jquery.toastmessage.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"common/css/default.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"common/css/screenLock.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/reset.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/common.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/common.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/header.css?__UPDATEID__"
/>
...
...
@@ -45,6 +48,7 @@
<script
type=
"text/javascript"
src=
"./common/js/i18n.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./common/js/avweb.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./common/js/common.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./common/js/uuid.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/Limit_Access_Content.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentsearch.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/header.js?__UPDATEID__"
></script>
...
...
@@ -54,35 +58,8 @@
<script
type=
"text/javascript"
src=
"./js/detail.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./common/js/scrolltopcontrol.js?__UPDATEID__"
></script>
<!-- JSビュー -->
<script
type=
"text/javascript"
src=
"./common/js/jquery.ui.touch-punch.min.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./common/js/htmlparser.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./common/js/textObject.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_CallApi.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_Events.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_GetData.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_InitObjects.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_CreateObjects.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_General.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_Memo.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_Gomu.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_Maker.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_Pen.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_Marking.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_PopupText.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_Paint.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_Anket.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_3d.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_ContentTypeNone.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_ImagePreview.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_FileSystem.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./common/js/zoomDetector.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./common/js/jquery.powertip.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./common/js/script.js?__UPDATEID__"
></script>
</head>
<body
id=
"contentsearch"
>
<body
id=
"contentsearch"
oncontextmenu=
"return false;"
>
<header
id=
"header-ws"
class=
"header_ws"
>
<div
class=
"notification-pushmessage"
style=
"display:none;"
>
...
...
@@ -205,371 +182,6 @@
</div>
<div
id=
"viewer"
style=
"display:none;"
>
<!-- ビューアエリア FROM -->
<div
id=
"wrapper"
style=
""
>
<!--Viewer component is added here -->
<div
id=
"overlay"
class=
"web_dialog_overlay"
>
</div>
<div
id=
"dialog"
class=
"web_dialog"
>
</div>
<div
id=
"divCheckExistMarking"
class=
"check_marking"
style=
"display:none;"
>
<img
src=
"img/viewer/icon_marked.png"
/>
</div>
<header
id =
"header_toolbar"
class=
"header__"
>
<div
class =
"wrapper_header"
>
<div
id =
"top_toolbar"
class=
"hdLcolumn fix"
>
<span
class=
"hgloupe"
>
<a
id=
"imgHome"
class=
"home"
title=
"ホーム"
lang=
"dspHome"
>
</a>
<a
id=
"imgBack"
class=
"back"
title=
"戻る"
lang=
"txtTooltipBack"
>
</a>
</span>
<span
class=
"gloupe"
>
<a
id=
"listbookmark"
class=
"bmList"
title=
"しおり一覧"
lang=
"txtShioriCtnLs"
>
</a>
<a
id=
"imgbookmark"
class=
"bmAdd"
title=
"しおり追加"
lang=
"txtTooltipBookmark"
>
</a>
</span>
<span
class=
"gloupe"
>
<a
id=
"listindex"
class=
"index"
title=
"インデックス"
lang=
"txtIndex"
>
</a>
</span>
<aside
id=
"boxIndex"
class=
"indexBox"
style=
"display: none;"
>
<h1
id=
"indexBoxHdIndex"
class=
"indexBoxHd"
>
<a
id=
"indexClosing"
class=
"delete"
>
</a>
</h1>
<div
id=
"divListIndex"
class=
"indexBoxBody_on"
></div>
</aside>
<span
class=
"gloupe"
>
<a
id=
"copytext"
class=
"copy"
title=
"コピー"
lang=
"txtTextCopy"
>
</a>
</span>
<aside
class=
"bookmarkBox"
id =
"boxCopyText"
>
<h1
class=
"bookmarkBoxHd"
id=
"bookmarkBoxHdCT"
></h1>
<ul
id=
"divCopyText"
class=
"bookmarkBoxBody_on"
></ul>
</aside>
<aside
class=
"bookmarkBox"
id=
"boxBookMark"
style=
"display: none;"
>
<h1
class=
"bookmarkBoxHd"
id=
"bookmarkBoxHdBM"
></h1>
<ul
id=
"divListBookmark"
class=
"bookmarkBoxBody_on"
></ul>
</aside>
<span
class=
"gloupe"
>
<a
id=
"imgmemo"
class=
"memoDisplay"
title=
"メモ表示"
lang=
"txtTooltipShowMemo"
>
</a>
<a
id=
"imgaddmemo"
class=
"memoAdd"
title=
"メモ追加"
lang=
"txtTooltipAddMemo"
>
</a>
</span>
<span
class=
"lgloupe"
>
<a
id=
"imgmarking"
class=
"marking"
title=
"マーキング"
lang=
"txtTooltipShowMarking"
>
</a>
<a
id=
"imgmarkingtoolbar"
class=
"markingToolbar"
title=
"マーキングツールバー表示"
lang=
"txtTooltipShowMarkingTool"
>
</a>
</span>
</div>
<div
class=
"hdRcolumn"
>
<input
id=
"txtSearch"
type=
"text"
>
<aside
id=
"boxSearching"
class=
"bookmarkBox"
style=
"display: none;"
>
<h1
id=
"bookmarkBoxHdSearching"
class=
"bookmarkBoxHd"
></h1>
<ul
id=
"divSearchResult"
class=
"bookmarkBoxBody_on"
></ul>
</aside>
</div>
</div>
</header>
<aside
id=
"boxAddMemo"
class=
"bookmarkBox"
>
<h1
id=
"bookmarkBoxHdMemo"
class=
"bookmarkBoxHd"
>
<a
id=
"memoClosing"
class=
"delete"
>
</a>
<label
class=
"lang"
lang =
"txtMemoMenu"
>
</label>
</h1>
<ul
id=
"divAddMemo"
class=
"bookmarkBoxBody_on"
>
<br
/>
<a
id=
"liAddMemo"
lang =
"txtMemoNew"
class=
"lang cancelbtn"
>
</a><br
/>
<a
id=
"liCopyMemo"
lang =
"txtMemoPaste"
class=
"lang cancelbtn"
>
</a>
<br
/>
<a
id=
"liDeleteMemo"
lang =
"txtMemoClear"
class=
"lang cancelbtn"
>
</a>
<br
/>
</ul>
</aside>
<div
id=
"button_pre_canvas"
class=
"gBackbtn"
></div>
<div
id=
"button_next_canvas"
class=
"gNextbtn"
></div>
<div
id=
"divDialogMemo"
></div>
<div
id=
"dialog-contenttype-music"
></div>
<div
id=
"dialogPopUp"
class=
"popuptext_web_dialog"
></div>
<div
id=
"arrow"
class=
"popuptext_arrow"
></div>
<div
id=
"pop_up_memo"
class=
"pop-up-memo"
>
<a
id=
"btn_show_memo"
class=
"lang"
lang =
"txtMemoEdit"
>
</a>
<br
/><br
/>
<a
id=
"btn_copy_memo"
class=
"lang"
lang =
"txtMemoCopy"
>
</a>
</div>
<div
id=
"divImageLoading"
>
<img
src=
"img/view_loading.gif"
width=
"64px"
height=
"64px"
>
</div>
<!-- ================================================================================== -->
<!-- Marking group [start]
<!-- ================================================================================== -->
<!-- Marking [start] -->
<aside
class=
"markingBox"
id=
"dlgMarking"
>
<h1
class=
"markingBoxHd"
>
<label
class=
"lang"
lang=
"txtMkToolBar"
>
マーカー(オプション)
</label>
<a
class=
"hidden_off"
id=
"dlgMarking_imgMin"
>
</a>
<a
class=
"hidden_on"
id=
"dlgMarking_imgMax"
>
</a>
</h1>
<div
id=
"dlgMarking_body"
class=
"markingBoxBody_on"
>
<ul
class=
"fix"
>
<li><div
id=
"dlgMarking_imgPen"
>
</div></li>
<li><div
id=
"dlgMarking_imgPenOption"
>
</div></li>
<li><div
id=
"dlgMarking_imgMaker"
>
</div></li>
<li><div
id=
"dlgMarking_imgMakerOption"
>
</div></li>
<li><div
id=
"dlgMarking_imgEraser"
>
</div></li>
<li><div
id=
"dlgMarking_imgEraserOption"
>
</div></li>
</ul>
<a
id=
"dlgMarking_dspPgClear"
class=
"clearbtn lang"
lang=
"dspPgClear"
>
このページクリア
</a>
<a
id=
"dlgMarking_dspSave"
class=
"savebtn lang"
lang=
"dspSave"
>
保存
</a>
<a
id=
"dlgMarking_dspCancel"
class=
"cancelbtn lang"
lang=
"dspCancel"
>
キャンセル
</a>
</div>
</aside>
<!-- Marking [ end ] -->
<!-- Eraser [start] -->
<div
class=
"rayermenu3"
id=
"dlgGomu"
>
<div>
<ul>
<li>
<a
id=
"text_dlgGomu_rdo4"
>
<input
type=
"radio"
id=
"dlgGomu_rdo4"
name=
"rdoSize"
value=
"4"
/>
<span><label
for=
"dlgGomu_rdo4"
class=
"lang"
lang=
"txtMkgSB"
>
特大
</label></span>
<img
class=
"sizeXL"
src=
"img/viewer/en_xl.png"
alt=
""
>
</a>
</li>
<li>
<a
id=
"text_dlgGomu_rdo3"
>
<input
type=
"radio"
id=
"dlgGomu_rdo3"
name=
"rdoSize"
value=
"3"
/>
<span><label
for=
"dlgGomu_rdo3"
class=
"lang"
lang=
"txtMkgB"
>
大
</label></span>
<img
class=
"sizeL"
src=
"img/viewer/en_l.png"
alt=
""
>
</a>
</li>
<li>
<a
id=
"text_dlgGomu_rdo2"
>
<input
type=
"radio"
id=
"dlgGomu_rdo2"
name=
"rdoSize"
value=
"2"
/>
<span><label
for=
"dlgGomu_rdo2"
class=
"lang"
lang=
"txtMkgM"
>
中
</label></span>
<img
class=
"sizeM"
src=
"img/viewer/en_m.png"
alt=
""
>
</a>
</li>
<li>
<a
id=
"text_dlgGomu_rdo1"
>
<input
type=
"radio"
id=
"dlgGomu_rdo1"
name=
"rdoSize"
value=
"1"
checked=
"checked"
/>
<span><label
for=
"dlgGomu_rdo1"
class=
"lang"
lang=
"txtMkgS"
>
小
</label></span>
<img
class=
"sizeS"
src=
"img/viewer/en_s.png"
alt=
""
>
</a>
</li>
</ul>
</div>
<div
class=
"popcolumnR"
>
<canvas
id=
"dlgGomu_cvMain"
class=
"canvasArea_l"
width=
"98"
height=
"98"
>
</canvas>
</div>
<div>
<a
id=
"dlgGomu_dspCancel"
class=
"cancelbtn lang"
href=
"#"
lang=
"dspCancel"
>
キャンセル
</a>
<a
id=
"dlgGomu_dspOK"
class=
"cancelbtn lang okbtn"
href=
"#"
lang=
"dspOK"
>
OK
</a>
</div>
</div>
<!-- Eraser [ end ] -->
<!-- Maker [ start ] -->
<div
id=
"dlgMaker"
class=
"rayermenu1"
>
<ul
class=
"popcolumnL"
>
<li>
<a
id=
"marker-oversize-text"
>
<input
type=
"radio"
id=
"maker-size-oversize"
name=
"maker-size"
/>
<span><label
for=
"maker-size-oversize"
class=
"lang"
lang=
"txtMkgSB"
>
XL
</label></span>
<img
class=
"sizeXL"
src=
"img/viewer/en_xl.png"
alt=
""
>
</a>
</li>
<li>
<a
id=
"marker-large-text"
>
<input
type=
"radio"
id=
"maker-size-large"
name=
"maker-size"
/>
<span><label
for=
"maker-size-large"
class=
"lang"
lang=
"txtMkgB"
>
L
</label></span>
<img
class=
"sizeL"
src=
"img/viewer/en_l.png"
alt=
""
>
</a>
</li>
<li>
<a
id=
"marker-medium-text"
>
<input
type=
"radio"
id=
"maker-size-medium"
name=
"maker-size"
/>
<span><label
for=
"maker-size-medium"
class=
"lang"
lang=
"txtMkgM"
>
M
</label></span>
<img
class=
"sizeM"
src=
"img/viewer/en_m.png"
alt=
""
>
</a>
</li>
<li>
<a
id=
"marker-small-text"
>
<input
type=
"radio"
id=
"maker-size-small"
name=
"maker-size"
/>
<span><label
for=
"maker-size-small"
class=
"lang"
lang=
"txtMkgS"
>
S
</label></span>
<img
class=
"sizeS"
src=
"img/viewer/en_s.png"
alt=
""
>
</a>
</li>
</ul>
<div
id=
"makerColorwrapper"
class=
"popcolumnR"
>
<table
cellpadding=
"0"
cellspacing=
"0"
class=
"colorchip"
>
<tbody>
<tr>
<td><a
colorId=
"ff0000"
class=
"color01 colorpicker"
href=
"#"
>
</a></td>
<td><a
colorId=
"ffff00"
class=
"color02 colorpicker"
href=
"#"
>
</a></td>
</tr>
<tr>
<td><a
colorId=
"00ff00"
class=
"color03 colorpicker"
href=
"#"
>
</a></td>
<td><a
colorId=
"00ffff"
class=
"color04 colorpicker"
href=
"#"
>
</a></td>
</tr>
<tr>
<td><a
colorId=
"0000ff"
class=
"color05 colorpicker"
href=
"#"
>
</a></td>
<td><a
colorId=
"ff00ff"
class=
"color06 colorpicker"
href=
"#"
>
</a></td>
</tr>
<tr>
<td><a
colorId=
"ffffff"
class=
"color07 colorpicker"
href=
"#"
>
</a></td>
<td><a
colorId=
"000000"
class=
"color08 colorpicker"
href=
"#"
>
</a></td>
</tr>
</tbody>
</table>
<span>
</span>
<canvas
id=
"Maker_cvPreviewmaker"
class=
"canvasArea_s"
width=
"98"
height=
"98"
>
</canvas>
</div>
<div>
<a
id=
"Maker_btnCancel"
class=
"lang cancelbtn"
lang=
"dspCancel"
>
キャンセル
</a>
<a
id=
"Maker_btnOk"
class=
"lang cancelbtn okbtn"
lang=
"dspOK"
>
OK
</a>
</div>
</div>
<!-- Maker [ end ] -->
<!-- Pen [ start ] -->
<div
id=
"dlgPen"
class=
"rayermenu1"
>
<ul
class=
"popcolumnL"
>
<li>
<a
id=
"pen-oversize-text"
>
<input
type=
"radio"
id=
"pen-size-oversize"
name=
"maker-size"
/>
<span><label
for=
"pen-size-oversize"
class=
"lang"
lang=
"txtMkgSB"
>
XL
</label></span>
<img
class=
"sizeXL"
src=
"img/viewer/en_xl.png"
alt=
""
>
</a>
</li>
<li>
<a
id=
"pen-large-text"
>
<input
type=
"radio"
id=
"pen-size-large"
name=
"maker-size"
/>
<span><label
for=
"pen-size-large"
class=
"lang"
lang=
"txtMkgB"
>
L
</label></span>
<img
class=
"sizeL"
src=
"img/viewer/en_l.png"
alt=
""
>
</a>
</li>
<li>
<a
id=
"pen-medium-text"
>
<input
type=
"radio"
id=
"pen-size-medium"
name=
"maker-size"
/>
<span><label
for=
"pen-size-medium"
class=
"lang"
lang=
"txtMkgM"
>
M
</label></span>
<img
class=
"sizeM"
src=
"img/viewer/en_m.png"
alt=
""
>
</a>
</li>
<li>
<a
id=
"pen-small-text"
>
<input
type=
"radio"
id=
"pen-size-small"
name=
"maker-size"
/>
<span><label
for=
"pen-size-small"
class=
"lang"
lang=
"txtMkgS"
>
S
</label></span>
<img
class=
"sizeS"
src=
"img/viewer/en_s.png"
alt=
""
>
</a>
</li>
</ul>
<div
id=
"penColorwrapper"
class=
"popcolumnR"
>
<table
cellpadding=
"0"
cellspacing=
"0"
class=
"colorchip"
>
<tbody>
<tr>
<td><a
colorId=
"ff0000"
class=
"color01 colorpicker"
href=
"#"
>
</a></td>
<td><a
colorId=
"ffff00"
colorId
class=
"color02 colorpicker"
href=
"#"
>
</a></td>
</tr>
<tr>
<td><a
colorId=
"00ff00"
class=
"color03 colorpicker"
href=
"#"
>
</a></td>
<td><a
colorId=
"00ffff"
class=
"color04 colorpicker"
href=
"#"
>
</a></td>
</tr>
<tr>
<td><a
colorId=
"0000ff"
class=
"color05 colorpicker"
href=
"#"
>
</a></td>
<td><a
colorId=
"ff00ff"
class=
"color06 colorpicker"
href=
"#"
>
</a></td>
</tr>
<tr>
<td><a
colorId=
"ffffff"
class=
"color07 colorpicker"
href=
"#"
>
</a></td>
<td><a
colorId=
"000000"
class=
"color08 colorpicker"
href=
"#"
>
</a></td>
</tr>
</tbody>
</table>
<span>
</span>
<canvas
id=
"Pen_cvPreviewPen"
class=
"canvasArea_s"
width=
"98"
height=
"98"
>
</canvas>
</div>
<div>
<a
id=
"Pen_btnCancel"
class=
"lang cancelbtn"
lang=
"dspCancel"
>
キャンセル
</a>
<a
id=
"Pen_btnOk"
class=
"lang okbtn cancelbtn"
lang=
"dspOK"
>
OK
</a>
</div>
</div>
<!-- Pen [ end ] -->
<div
id=
"dlgOverlay"
>
</div>
<!-- ================================================================================== -->
<!-- Marking group [end]
<!-- ================================================================================== -->
<!-- ================================================================================== -->
<!-- Footer [start]
<!-- ================================================================================== -->
<footer
id=
"footer_toolbar_1"
class=
"footer"
>
<div
class=
"ftinner"
>
<!-- slider transition sizing -->
<div
class=
"ftLcolumn"
>
<!-- slider [start] -->
<div
class=
"slider fix"
>
<div
id=
"divTxtSlider"
class=
"sld01"
>
<span><input
id=
"txtSlider"
type=
"text"
size=
"2"
maxlength=
"3"
/><label
id=
"lblSlider"
>
</label></span>
</div>
<a
id=
"control_process"
class=
"sld02"
><div
id=
"slider_page"
>
</div></a>
</div>
<!-- slider [end] -->
<!-- transition [start] -->
<!-- temporary tool tip - must be change "lang" -->
<div
id=
"control_movepage"
class=
"transition fix"
>
<a
id=
"firstpage"
class=
"begin"
>
</a>
<a
id=
"prevpage"
class=
"prev"
>
</a>
<a
id=
"nextpage"
class=
"next"
>
</a>
<a
id=
"lastpage"
class=
"last"
>
</a>
</div>
<!-- transition [end] -->
<!-- sizing [start] -->
<!-- temporary tool tip - must be change "lang" -->
<div
id=
"control_zoom"
class=
"sizing"
>
<a
id=
"zoomin"
class=
"expansion"
>
</a>
<a
id=
"zoomfit"
class=
"fit"
>
</a>
<a
id=
"zoomout"
class=
"reduction"
>
</a>
</div>
<!-- sizing [end] -->
</div>
<!-- toolbar -->
<div
class=
"ftRcolumn"
>
<a
id=
"control_screen"
class=
"toolbar"
>
</a>
</div>
</div>
</footer>
<footer
class=
"footerTool"
id=
"footer_toolbar_2"
>
<div
class=
"ftRcolumn_2"
></div>
</footer>
<a
id=
"control_screen_2"
class=
"toolbar_close"
style=
""
>
</a>
<!-- ================================================================================== -->
<!-- Footer [end]
<!-- ================================================================================== -->
<section
id=
"bgmConfirm"
class=
"sectionDeleteConfirm"
>
<h1
class=
"lang"
lang=
""
>
</h1>
<p
class=
"message lang"
lang=
"msgBGMPlayConfirm"
id=
"txtAudio"
>
このコンテンツはBGMが流れるようになっています。BGMを再生してもよろしいですか?
</p>
<p
class=
"deletebtn"
><a
id=
"bgmConfirm_dspOK"
lang=
"dspOK"
class=
"ok_audio lang"
>
OK
</a></p>
</section>
<section
id=
"bgmConfirm_page"
class=
"sectionDeleteConfirm"
>
<h1
class=
"lang"
lang=
""
>
</h1>
<p
class=
"message lang"
lang=
"msgBGMPlayConfirm"
id=
"txtAudio_page"
>
このコンテンツはBGMが流れるようになっています。BGMを再生してもよろしいですか?
</p>
<p
class=
"deletebtn"
><a
id=
"bgmConfirm_dspOK_page"
lang=
"dspOK"
class=
"ok_audio lang"
>
OK
</a></p>
</section>
<section
id=
"contentVideoConfirm"
class=
"sectionDeleteConfirm"
>
<h1
class=
"lang"
lang=
""
>
</h1>
<p
class=
"message lang"
lang=
"txtMediaAutoPlayWarning"
id=
"txtContentVideo"
>
Confirm Play Video
</p>
<p
class=
"deletebtn"
><a
id=
"contentVideoConfirm_OK"
lang=
"dspOK"
class=
"ok_audio lang"
>
OK
</a></p>
</section>
<section
id=
"contentAudioConfirm"
class=
"sectionDeleteConfirm"
>
<h1
class=
"lang"
lang=
""
>
</h1>
<p
class=
"message lang"
lang=
"txtMediaAutoPlayWarning"
id=
"txtContentAudio"
>
Confirm Play Audio
</p>
<p
class=
"deletebtn"
><a
id=
"contentAudioConfirm_OK"
lang=
"dspOK"
class=
"ok_audio lang"
>
OK
</a></p>
</section>
</div>
<!-- ビューアエリア TO -->
</div>
<iframe
style=
"height:0px;width:0px;visibility:hidden;display:none;"
src=
"about:blank"
>
...
...
abvw/css/layout/contentsearch.css
View file @
22f001de
...
...
@@ -150,7 +150,8 @@
}
.cnt_section_list
.text
ul
.pic
li
img
{
position
:
relative
;
left
:
-18px
;
/*left: -18px;*/
left
:
1px
;
}
.cnt_section_list
.text
ul
.pic
li
a
.read
{
margin-top
:
42px
;
...
...
abvw/css/layout/home.css
View file @
22f001de
...
...
@@ -61,7 +61,7 @@
a
:hover
{
cursor
:
pointer
;
}
canvas
:hover
#main-ws
canvas
:hover
{
cursor
:
pointer
;
}
...
...
abvw/css/layout/list_shiori.css
View file @
22f001de
...
...
@@ -27,7 +27,7 @@ a
font-size
:
12px
;
}
.button
{
float
:
right
;
margin-top
:
20px
;
margin-right
:
2px
;
}
.delete
{
#ws-body
.delete
{
position
:
absolute
;
top
:
27px
;
left
:
20px
;
...
...
@@ -36,23 +36,24 @@ a
padding
:
2px
26px
;
margin-left
:
5px
;
}
.delete
:hover
{
}
#ws-body
.delete
:hover
{
}
.delete
:active
{
#ws-body
.delete
:active
{
/* position:relative;
top:1px;*/
}
a
.delete
:not
(
:target
)
{
#ws-body
a
.delete
:not
(
:target
)
{
/* background-image: url(button_back_off.svg);*/
}
a
.delete
:hover:not
(
:target
)
{
#ws-body
a
.delete
:hover:not
(
:target
)
{
/* background-image: url(button_back_on.svg);*/
}
.delete_hover
{
#ws-body
.delete_hover
{
display
:
inline-block
;
...
...
@@ -60,9 +61,10 @@ a.delete:hover:not(:target) {
margin-left
:
5px
;
background-position
:
center
top
;
}
.delete
:hover:hover
{
#ws-body
.delete
:hover:hover
{
}
.delete
:hover:active
{
}
#ws-body
.delete
:hover:active
{
/* position:relative;
top:1px;*/
}
...
...
abvw/css/theme/home.css
View file @
22f001de
...
...
@@ -42,7 +42,7 @@
a
:hover
{
}
canvas
:hover
{
#main-ws
canvas
:hover
{
}
...
...
abvw/css/theme/list_shiori.css
View file @
22f001de
...
...
@@ -20,7 +20,7 @@ a
font-size
:
12px
;
}
.button
{
}
.delete
{
#ws-body
.delete
{
-moz-box-shadow
:
inset
0px
1px
0px
0px
#C66
;
-webkit-box-shadow
:
inset
0px
1px
0px
0px
#C66
;
...
...
@@ -40,27 +40,28 @@ a
text-decoration
:
none
;
background-position
:
center
top
;
}
.delete
:hover
{
}
#ws-body
.delete
:hover
{
background
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
0.05
,
#CC0000
),
color-stop
(
1
,
#F33
)
);
background
:
-moz-linear-gradient
(
center
top
,
#CC0000
5%
,
#F33
100%
);
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#CC0000'
,
endColorstr
=
'#F33'
);
background-color
:
#F33
;
}
.delete
:active
{
#ws-body
.delete
:active
{
}
a
.delete
:not
(
:target
)
{
#ws-body
a
.delete
:not
(
:target
)
{
filter
:
none
;
-ms-filter
:
none
;
/* background-image: url(button_back_off.svg);*/
}
a
.delete
:hover:not
(
:target
)
{
#ws-body
a
.delete
:hover:not
(
:target
)
{
filter
:
none
;
-ms-filter
:
none
;
/* background-image: url(button_back_on.svg);*/
}
.delete_hover
{
#ws-body
.delete_hover
{
-moz-box-shadow
:
inset
0px
1px
0px
0px
#C66
;
-webkit-box-shadow
:
inset
0px
1px
0px
0px
#C66
;
box-shadow
:
inset
0px
1px
0px
0px
#C66
;
...
...
@@ -81,12 +82,13 @@ a.delete:hover:not(:target) {
line-height
:
20px
;
background-position
:
center
top
;
}
.delete
:hover:hover
{
#ws-body
.delete
:hover:hover
{
background
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
0.05
,
#CC0000
),
color-stop
(
1
,
#F33
)
);
background
:
-moz-linear-gradient
(
center
top
,
#CC0000
5%
,
#F33
100%
);
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#CC0000'
,
endColorstr
=
'#F33'
);
background-color
:
#F33
;
}
.delete
:hover:active
{
}
#ws-body
.delete
:hover:active
{
}
...
...
abvw/history.html
View file @
22f001de
...
...
@@ -13,6 +13,9 @@
<link
rel=
"stylesheet"
type=
"text/css"
href=
"common/css/jquery.toastmessage.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"common/css/default.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"common/css/screenLock.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/reset.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/common.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/theme/common.css?__UPDATEID__"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout/header.css?__UPDATEID__"
/>
...
...
@@ -58,35 +61,8 @@
<script
type=
"text/javascript"
src=
"./common/js/screenLock.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/detail.js?__UPDATEID__"
></script>
<!-- JSビュー -->
<script
type=
"text/javascript"
src=
"./common/js/jquery.ui.touch-punch.min.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./common/js/htmlparser.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./common/js/textObject.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_CallApi.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_Events.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_GetData.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_InitObjects.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_CreateObjects.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_General.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_Memo.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_Gomu.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_Maker.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_Pen.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_Marking.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_PopupText.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_Paint.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_Anket.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_3d.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_ContentTypeNone.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_ImagePreview.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_FileSystem.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./common/js/zoomDetector.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./common/js/jquery.powertip.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./common/js/script.js?__UPDATEID__"
></script>
</head>
<body
id=
"history"
>
<body
id=
"history"
oncontextmenu=
"return false;"
>
<header
id=
"header-ws"
class=
"header_ws"
>
<div
class=
"notification-pushmessage"
style=
"display:none;"
>
...
...
@@ -197,371 +173,6 @@
</div>
<div
id=
"viewer"
style=
"display:none;"
>
<!-- ビューアエリア FROM -->
<div
id=
"wrapper"
style=
""
>
<!--Viewer component is added here -->
<div
id=
"overlay"
class=
"web_dialog_overlay"
>
</div>
<div
id=
"dialog"
class=
"web_dialog"
>
</div>
<div
id=
"divCheckExistMarking"
class=
"check_marking"
style=
"display:none;"
>
<img
src=
"img/viewer/icon_marked.png"
/>
</div>
<header
id =
"header_toolbar"
class=
"header__"
>
<div
class =
"wrapper_header"
>
<div
id =
"top_toolbar"
class=
"hdLcolumn fix"
>
<span
class=
"hgloupe"
>
<a
id=
"imgHome"
class=
"home"
title=
"ホーム"
lang=
"dspHome"
>
</a>
<a
id=
"imgBack"
class=
"back"
title=
"戻る"
lang=
"txtTooltipBack"
>
</a>
</span>
<span
class=
"gloupe"
>
<a
id=
"listbookmark"
class=
"bmList"
title=
"しおり一覧"
lang=
"txtShioriCtnLs"
>
</a>
<a
id=
"imgbookmark"
class=
"bmAdd"
title=
"しおり追加"
lang=
"txtTooltipBookmark"
>
</a>
</span>
<span
class=
"gloupe"
>
<a
id=
"listindex"
class=
"index"
title=
"インデックス"
lang=
"txtIndex"
>
</a>
</span>
<aside
id=
"boxIndex"
class=
"indexBox"
style=
"display: none;"
>
<h1
id=
"indexBoxHdIndex"
class=
"indexBoxHd"
>
<a
id=
"indexClosing"
class=
"delete"
>
</a>
</h1>
<div
id=
"divListIndex"
class=
"indexBoxBody_on"
></div>
</aside>
<span
class=
"gloupe"
>
<a
id=
"copytext"
class=
"copy"
title=
"コピー"
lang=
"txtTextCopy"
>
</a>
</span>
<aside
class=
"bookmarkBox"
id =
"boxCopyText"
>
<h1
class=
"bookmarkBoxHd"
id=
"bookmarkBoxHdCT"
></h1>
<ul
id=
"divCopyText"
class=
"bookmarkBoxBody_on"
></ul>
</aside>
<aside
class=
"bookmarkBox"
id=
"boxBookMark"
style=
"display: none;"
>
<h1
class=
"bookmarkBoxHd"
id=
"bookmarkBoxHdBM"
></h1>
<ul
id=
"divListBookmark"
class=
"bookmarkBoxBody_on"
></ul>
</aside>
<span
class=
"gloupe"
>
<a
id=
"imgmemo"
class=
"memoDisplay"
title=
"メモ表示"
lang=
"txtTooltipShowMemo"
>
</a>
<a
id=
"imgaddmemo"
class=
"memoAdd"
title=
"メモ追加"
lang=
"txtTooltipAddMemo"
>
</a>
</span>
<span
class=
"lgloupe"
>
<a
id=
"imgmarking"
class=
"marking"
title=
"マーキング"
lang=
"txtTooltipShowMarking"
>
</a>
<a
id=
"imgmarkingtoolbar"
class=
"markingToolbar"
title=
"マーキングツールバー表示"
lang=
"txtTooltipShowMarkingTool"
>
</a>
</span>
</div>
<div
class=
"hdRcolumn"
>
<input
id=
"txtSearch"
type=
"text"
>
<aside
id=
"boxSearching"
class=
"bookmarkBox"
style=
"display: none;"
>
<h1
id=
"bookmarkBoxHdSearching"
class=
"bookmarkBoxHd"
></h1>
<ul
id=
"divSearchResult"
class=
"bookmarkBoxBody_on"
></ul>
</aside>
</div>
</div>
</header>
<aside
id=
"boxAddMemo"
class=
"bookmarkBox"
>
<h1
id=
"bookmarkBoxHdMemo"
class=
"bookmarkBoxHd"
>
<a
id=
"memoClosing"
class=
"delete"
>
</a>
<label
class=
"lang"
lang =
"txtMemoMenu"
>
</label>
</h1>
<ul
id=
"divAddMemo"
class=
"bookmarkBoxBody_on"
>
<br
/>
<a
id=
"liAddMemo"
lang =
"txtMemoNew"
class=
"lang cancelbtn"
>
</a><br
/>
<a
id=
"liCopyMemo"
lang =
"txtMemoPaste"
class=
"lang cancelbtn"
>
</a>
<br
/>
<a
id=
"liDeleteMemo"
lang =
"txtMemoClear"
class=
"lang cancelbtn"
>
</a>
<br
/>
</ul>
</aside>
<div
id=
"button_pre_canvas"
class=
"gBackbtn"
></div>
<div
id=
"button_next_canvas"
class=
"gNextbtn"
></div>
<div
id=
"divDialogMemo"
></div>
<div
id=
"dialog-contenttype-music"
></div>
<div
id=
"dialogPopUp"
class=
"popuptext_web_dialog"
></div>
<div
id=
"arrow"
class=
"popuptext_arrow"
></div>
<div
id=
"pop_up_memo"
class=
"pop-up-memo"
>
<a
id=
"btn_show_memo"
class=
"lang"
lang =
"txtMemoEdit"
>
</a>
<br
/><br
/>
<a
id=
"btn_copy_memo"
class=
"lang"
lang =
"txtMemoCopy"
>
</a>
</div>
<div
id=
"divImageLoading"
>
<img
src=
"img/view_loading.gif"
width=
"64px"
height=
"64px"
>
</div>
<!-- ================================================================================== -->
<!-- Marking group [start]
<!-- ================================================================================== -->
<!-- Marking [start] -->
<aside
class=
"markingBox"
id=
"dlgMarking"
>
<h1
class=
"markingBoxHd"
>
<label
class=
"lang"
lang=
"txtMkToolBar"
>
マーカー(オプション)
</label>
<a
class=
"hidden_off"
id=
"dlgMarking_imgMin"
>
</a>
<a
class=
"hidden_on"
id=
"dlgMarking_imgMax"
>
</a>
</h1>
<div
id=
"dlgMarking_body"
class=
"markingBoxBody_on"
>
<ul
class=
"fix"
>
<li><div
id=
"dlgMarking_imgPen"
>
</div></li>
<li><div
id=
"dlgMarking_imgPenOption"
>
</div></li>
<li><div
id=
"dlgMarking_imgMaker"
>
</div></li>
<li><div
id=
"dlgMarking_imgMakerOption"
>
</div></li>
<li><div
id=
"dlgMarking_imgEraser"
>
</div></li>
<li><div
id=
"dlgMarking_imgEraserOption"
>
</div></li>
</ul>
<a
id=
"dlgMarking_dspPgClear"
class=
"clearbtn lang"
lang=
"dspPgClear"
>
このページクリア
</a>
<a
id=
"dlgMarking_dspSave"
class=
"savebtn lang"
lang=
"dspSave"
>
保存
</a>
<a
id=
"dlgMarking_dspCancel"
class=
"cancelbtn lang"
lang=
"dspCancel"
>
キャンセル
</a>
</div>
</aside>
<!-- Marking [ end ] -->
<!-- Eraser [start] -->
<div
class=
"rayermenu3"
id=
"dlgGomu"
>
<div>
<ul>
<li>
<a
id=
"text_dlgGomu_rdo4"
>
<input
type=
"radio"
id=
"dlgGomu_rdo4"
name=
"rdoSize"
value=
"4"
/>
<span><label
for=
"dlgGomu_rdo4"
class=
"lang"
lang=
"txtMkgSB"
>
特大
</label></span>
<img
class=
"sizeXL"
src=
"img/viewer/en_xl.png"
alt=
""
>
</a>
</li>
<li>
<a
id=
"text_dlgGomu_rdo3"
>
<input
type=
"radio"
id=
"dlgGomu_rdo3"
name=
"rdoSize"
value=
"3"
/>
<span><label
for=
"dlgGomu_rdo3"
class=
"lang"
lang=
"txtMkgB"
>
大
</label></span>
<img
class=
"sizeL"
src=
"img/viewer/en_l.png"
alt=
""
>
</a>
</li>
<li>
<a
id=
"text_dlgGomu_rdo2"
>
<input
type=
"radio"
id=
"dlgGomu_rdo2"
name=
"rdoSize"
value=
"2"
/>
<span><label
for=
"dlgGomu_rdo2"
class=
"lang"
lang=
"txtMkgM"
>
中
</label></span>
<img
class=
"sizeM"
src=
"img/viewer/en_m.png"
alt=
""
>
</a>
</li>
<li>
<a
id=
"text_dlgGomu_rdo1"
>
<input
type=
"radio"
id=
"dlgGomu_rdo1"
name=
"rdoSize"
value=
"1"
checked=
"checked"
/>
<span><label
for=
"dlgGomu_rdo1"
class=
"lang"
lang=
"txtMkgS"
>
小
</label></span>
<img
class=
"sizeS"
src=
"img/viewer/en_s.png"
alt=
""
>
</a>
</li>
</ul>
</div>
<div
class=
"popcolumnR"
>
<canvas
id=
"dlgGomu_cvMain"
class=
"canvasArea_l"
width=
"98"
height=
"98"
>
</canvas>
</div>
<div>
<a
id=
"dlgGomu_dspCancel"
class=
"cancelbtn lang"
href=
"#"
lang=
"dspCancel"
>
キャンセル
</a>
<a
id=
"dlgGomu_dspOK"
class=
"cancelbtn lang okbtn"
href=
"#"
lang=
"dspOK"
>
OK
</a>
</div>
</div>
<!-- Eraser [ end ] -->
<!-- Maker [ start ] -->
<div
id=
"dlgMaker"
class=
"rayermenu1"
>
<ul
class=
"popcolumnL"
>
<li>
<a
id=
"marker-oversize-text"
>
<input
type=
"radio"
id=
"maker-size-oversize"
name=
"maker-size"
/>
<span><label
for=
"maker-size-oversize"
class=
"lang"
lang=
"txtMkgSB"
>
XL
</label></span>
<img
class=
"sizeXL"
src=
"img/viewer/en_xl.png"
alt=
""
>
</a>
</li>
<li>
<a
id=
"marker-large-text"
>
<input
type=
"radio"
id=
"maker-size-large"
name=
"maker-size"
/>
<span><label
for=
"maker-size-large"
class=
"lang"
lang=
"txtMkgB"
>
L
</label></span>
<img
class=
"sizeL"
src=
"img/viewer/en_l.png"
alt=
""
>
</a>
</li>
<li>
<a
id=
"marker-medium-text"
>
<input
type=
"radio"
id=
"maker-size-medium"
name=
"maker-size"
/>
<span><label
for=
"maker-size-medium"
class=
"lang"
lang=
"txtMkgM"
>
M
</label></span>
<img
class=
"sizeM"
src=
"img/viewer/en_m.png"
alt=
""
>
</a>
</li>
<li>
<a
id=
"marker-small-text"
>
<input
type=
"radio"
id=
"maker-size-small"
name=
"maker-size"
/>
<span><label
for=
"maker-size-small"
class=
"lang"
lang=
"txtMkgS"
>
S
</label></span>
<img
class=
"sizeS"
src=
"img/viewer/en_s.png"
alt=
""
>
</a>
</li>
</ul>
<div
id=
"makerColorwrapper"
class=
"popcolumnR"
>
<table
cellpadding=
"0"
cellspacing=
"0"
class=
"colorchip"
>
<tbody>
<tr>
<td><a
colorId=
"ff0000"
class=
"color01 colorpicker"
href=
"#"
>
</a></td>
<td><a
colorId=
"ffff00"
class=
"color02 colorpicker"
href=
"#"
>
</a></td>
</tr>
<tr>
<td><a
colorId=
"00ff00"
class=
"color03 colorpicker"
href=
"#"
>
</a></td>
<td><a
colorId=
"00ffff"
class=
"color04 colorpicker"
href=
"#"
>
</a></td>
</tr>
<tr>
<td><a
colorId=
"0000ff"
class=
"color05 colorpicker"
href=
"#"
>
</a></td>
<td><a
colorId=
"ff00ff"
class=
"color06 colorpicker"
href=
"#"
>
</a></td>
</tr>
<tr>
<td><a
colorId=
"ffffff"
class=
"color07 colorpicker"
href=
"#"
>
</a></td>
<td><a
colorId=
"000000"
class=
"color08 colorpicker"
href=
"#"
>
</a></td>
</tr>
</tbody>
</table>
<span>
</span>
<canvas
id=
"Maker_cvPreviewmaker"
class=
"canvasArea_s"
width=
"98"
height=
"98"
>
</canvas>
</div>
<div>
<a
id=
"Maker_btnCancel"
class=
"lang cancelbtn"
lang=
"dspCancel"
>
キャンセル
</a>
<a
id=
"Maker_btnOk"
class=
"lang cancelbtn okbtn"
lang=
"dspOK"
>
OK
</a>
</div>
</div>
<!-- Maker [ end ] -->
<!-- Pen [ start ] -->
<div
id=
"dlgPen"
class=
"rayermenu1"
>
<ul
class=
"popcolumnL"
>
<li>
<a
id=
"pen-oversize-text"
>
<input
type=
"radio"
id=
"pen-size-oversize"
name=
"maker-size"
/>
<span><label
for=
"pen-size-oversize"
class=
"lang"
lang=
"txtMkgSB"
>
XL
</label></span>
<img
class=
"sizeXL"
src=
"img/viewer/en_xl.png"
alt=
""
>
</a>
</li>
<li>
<a
id=
"pen-large-text"
>
<input
type=
"radio"
id=
"pen-size-large"
name=
"maker-size"
/>
<span><label
for=
"pen-size-large"
class=
"lang"
lang=
"txtMkgB"
>
L
</label></span>
<img
class=
"sizeL"
src=
"img/viewer/en_l.png"
alt=
""
>
</a>
</li>
<li>
<a
id=
"pen-medium-text"
>
<input
type=
"radio"
id=
"pen-size-medium"
name=
"maker-size"
/>
<span><label
for=
"pen-size-medium"
class=
"lang"
lang=
"txtMkgM"
>
M
</label></span>
<img
class=
"sizeM"
src=
"img/viewer/en_m.png"
alt=
""
>
</a>
</li>
<li>
<a
id=
"pen-small-text"
>
<input
type=
"radio"
id=
"pen-size-small"
name=
"maker-size"
/>
<span><label
for=
"pen-size-small"
class=
"lang"
lang=
"txtMkgS"
>
S
</label></span>
<img
class=
"sizeS"
src=
"img/viewer/en_s.png"
alt=
""
>
</a>
</li>
</ul>
<div
id=
"penColorwrapper"
class=
"popcolumnR"
>
<table
cellpadding=
"0"
cellspacing=
"0"
class=
"colorchip"
>
<tbody>
<tr>
<td><a
colorId=
"ff0000"
class=
"color01 colorpicker"
href=
"#"
>
</a></td>
<td><a
colorId=
"ffff00"
colorId
class=
"color02 colorpicker"
href=
"#"
>
</a></td>
</tr>
<tr>
<td><a
colorId=
"00ff00"
class=
"color03 colorpicker"
href=
"#"
>
</a></td>
<td><a
colorId=
"00ffff"
class=
"color04 colorpicker"
href=
"#"
>
</a></td>
</tr>
<tr>
<td><a
colorId=
"0000ff"
class=
"color05 colorpicker"
href=
"#"
>
</a></td>
<td><a
colorId=
"ff00ff"
class=
"color06 colorpicker"
href=
"#"
>
</a></td>
</tr>
<tr>
<td><a
colorId=
"ffffff"
class=
"color07 colorpicker"
href=
"#"
>
</a></td>
<td><a
colorId=
"000000"
class=
"color08 colorpicker"
href=
"#"
>
</a></td>
</tr>
</tbody>
</table>
<span>
</span>
<canvas
id=
"Pen_cvPreviewPen"
class=
"canvasArea_s"
width=
"98"
height=
"98"
>
</canvas>
</div>
<div>
<a
id=
"Pen_btnCancel"
class=
"lang cancelbtn"
lang=
"dspCancel"
>
キャンセル
</a>
<a
id=
"Pen_btnOk"
class=
"lang okbtn cancelbtn"
lang=
"dspOK"
>
OK
</a>
</div>
</div>
<!-- Pen [ end ] -->
<div
id=
"dlgOverlay"
>
</div>
<!-- ================================================================================== -->
<!-- Marking group [end]
<!-- ================================================================================== -->
<!-- ================================================================================== -->
<!-- Footer [start]
<!-- ================================================================================== -->
<footer
id=
"footer_toolbar_1"
class=
"footer"
>
<div
class=
"ftinner"
>
<!-- slider transition sizing -->
<div
class=
"ftLcolumn"
>
<!-- slider [start] -->
<div
class=
"slider fix"
>
<div
id=
"divTxtSlider"
class=
"sld01"
>
<span><input
id=
"txtSlider"
type=
"text"
size=
"2"
maxlength=
"3"
/><label
id=
"lblSlider"
>
</label></span>
</div>
<a
id=
"control_process"
class=
"sld02"
><div
id=
"slider_page"
>
</div></a>
</div>
<!-- slider [end] -->
<!-- transition [start] -->
<!-- temporary tool tip - must be change "lang" -->
<div
id=
"control_movepage"
class=
"transition fix"
>
<a
id=
"firstpage"
class=
"begin"
>
</a>
<a
id=
"prevpage"
class=
"prev"
>
</a>
<a
id=
"nextpage"
class=
"next"
>
</a>
<a
id=
"lastpage"
class=
"last"
>
</a>
</div>
<!-- transition [end] -->
<!-- sizing [start] -->
<!-- temporary tool tip - must be change "lang" -->
<div
id=
"control_zoom"
class=
"sizing"
>
<a
id=
"zoomin"
class=
"expansion"
>
</a>
<a
id=
"zoomfit"
class=
"fit"
>
</a>
<a
id=
"zoomout"
class=
"reduction"
>
</a>
</div>
<!-- sizing [end] -->
</div>
<!-- toolbar -->
<div
class=
"ftRcolumn"
>
<a
id=
"control_screen"
class=
"toolbar"
>
</a>
</div>
</div>
</footer>
<footer
class=
"footerTool"
id=
"footer_toolbar_2"
>
<div
class=
"ftRcolumn_2"
></div>
</footer>
<a
id=
"control_screen_2"
class=
"toolbar_close"
style=
""
>
</a>
<!-- ================================================================================== -->
<!-- Footer [end]
<!-- ================================================================================== -->
<section
id=
"bgmConfirm"
class=
"sectionDeleteConfirm"
>
<h1
class=
"lang"
lang=
""
>
</h1>
<p
class=
"message lang"
lang=
"msgBGMPlayConfirm"
id=
"txtAudio"
>
このコンテンツはBGMが流れるようになっています。BGMを再生してもよろしいですか?
</p>
<p
class=
"deletebtn"
><a
id=
"bgmConfirm_dspOK"
lang=
"dspOK"
class=
"ok_audio lang"
>
OK
</a></p>
</section>
<section
id=
"bgmConfirm_page"
class=
"sectionDeleteConfirm"
>
<h1
class=
"lang"
lang=
""
>
</h1>
<p
class=
"message lang"
lang=
"msgBGMPlayConfirm"
id=
"txtAudio_page"
>
このコンテンツはBGMが流れるようになっています。BGMを再生してもよろしいですか?
</p>
<p
class=
"deletebtn"
><a
id=
"bgmConfirm_dspOK_page"
lang=
"dspOK"
class=
"ok_audio lang"
>
OK
</a></p>
</section>
<section
id=
"contentVideoConfirm"
class=
"sectionDeleteConfirm"
>
<h1
class=
"lang"
lang=
""
>
</h1>
<p
class=
"message lang"
lang=
"txtMediaAutoPlayWarning"
id=
"txtContentVideo"
>
Confirm Play Video
</p>
<p
class=
"deletebtn"
><a
id=
"contentVideoConfirm_OK"
lang=
"dspOK"
class=
"ok_audio lang"
>
OK
</a></p>
</section>
<section
id=
"contentAudioConfirm"
class=
"sectionDeleteConfirm"
>
<h1
class=
"lang"
lang=
""
>
</h1>
<p
class=
"message lang"
lang=
"txtMediaAutoPlayWarning"
id=
"txtContentAudio"
>
Confirm Play Audio
</p>
<p
class=
"deletebtn"
><a
id=
"contentAudioConfirm_OK"
lang=
"dspOK"
class=
"ok_audio lang"
>
OK
</a></p>
</section>
</div>
<!-- ビューアエリア TO -->
</div>
<iframe
style=
"height:0px;width:0px;visibility:hidden;display:none;"
src=
"about:blank"
>
...
...
abvw/home.html
View file @
22f001de
...
...
@@ -69,33 +69,6 @@
<script
type=
"text/javascript"
src=
"./common/js/screenLock.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/detail.js?__UPDATEID__"
></script>
<!-- JSビュー -->
<script
type=
"text/javascript"
src=
"./common/js/jquery.ui.touch-punch.min.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./common/js/htmlparser.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./common/js/textObject.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_CallApi.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_Events.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_GetData.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_InitObjects.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_CreateObjects.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_General.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_Memo.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_Gomu.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_Maker.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_Pen.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_Marking.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_PopupText.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_Paint.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_Anket.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_3d.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_ContentTypeNone.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_ImagePreview.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_FileSystem.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./common/js/zoomDetector.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./common/js/jquery.powertip.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./common/js/script.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
>
$
(
function
()
{
//do
...
...
@@ -107,7 +80,7 @@
</head>
<body
id=
"bookshelf"
>
<body
id=
"bookshelf"
oncontextmenu=
"return false;"
>
<header
id=
"header-ws"
class=
"header_ws"
>
<div
class=
"notification-pushmessage"
style=
"display:none;"
>
新着メッセージがあります!!!
...
...
@@ -251,21 +224,19 @@
</p>
</div>
<section
class=
"sectionAuthCode"
id=
"dlgAuthCode"
style=
"display:none;"
>
<h1><label>
認証コードの確認
</label></h1>
<p
class=
"message"
><label>
ここから先はスタッフ向けコンテンツです。
</label></p>
<p
class=
"message"
><label>
認証コードを入力して下さい。
</label></p>
<p
class=
"notice"
>
<input
type=
"text"
id=
"inputAuthCode"
/>
</p>
<p
class=
"errmessage"
id=
"authCodeErrorMessage"
style=
"display:none;"
><label>
登録されていない認証コードです。
</label></p>
<p
class=
"authCodeBtn"
>
<a
class=
"cancel"
href=
"#"
id=
"dlgAuthCode-cancel"
>
キャンセル
</a>
<a
class=
"ok"
href=
"#"
id=
"dlgAuthCode-ok"
>
OK
</a>
</p>
</section>
<section
class=
"sectionAuthCode"
id=
"dlgAuthCode"
style=
"display:none;"
>
<h1><label>
認証コードの確認
</label></h1>
<p
class=
"message"
><label>
ここから先はスタッフ向けコンテンツです。
</label></p>
<p
class=
"message"
><label>
認証コードを入力して下さい。
</label></p>
<p
class=
"notice"
>
<input
type=
"password"
id=
"inputAuthCode"
value=
""
maxlength=
"100"
/>
</p>
<p
class=
"errmessage"
id=
"authCodeErrorMessage"
style=
"display:none;"
><label>
登録されていない認証コードです。
</label></p>
<p
class=
"authCodeBtn"
>
<a
class=
"cancel"
href=
"#"
id=
"dlgAuthCode-cancel"
>
キャンセル
</a>
<a
class=
"ok"
href=
"#"
id=
"dlgAuthCode-ok"
>
OK
</a>
</p>
</section>
<footer>
<div
class=
"border"
>
...
...
@@ -278,371 +249,6 @@
</div>
<div
id=
"viewer"
style=
"display:none;"
>
<!-- ビューアエリア FROM -->
<div
id=
"wrapper"
style=
""
>
<!--Viewer component is added here -->
<div
id=
"overlay"
class=
"web_dialog_overlay"
>
</div>
<div
id=
"dialog"
class=
"web_dialog"
>
</div>
<div
id=
"divCheckExistMarking"
class=
"check_marking"
style=
"display:none;"
>
<img
src=
"img/viewer/icon_marked.png"
/>
</div>
<header
id =
"header_toolbar"
class=
"header__"
>
<div
class =
"wrapper_header"
>
<div
id =
"top_toolbar"
class=
"hdLcolumn fix"
>
<span
class=
"hgloupe"
>
<a
id=
"imgHome"
class=
"home"
title=
"ホーム"
lang=
"dspHome"
>
</a>
<a
id=
"imgBack"
class=
"back"
title=
"戻る"
lang=
"txtTooltipBack"
>
</a>
</span>
<span
class=
"gloupe"
>
<a
id=
"listbookmark"
class=
"bmList"
title=
"しおり一覧"
lang=
"txtShioriCtnLs"
>
</a>
<a
id=
"imgbookmark"
class=
"bmAdd"
title=
"しおり追加"
lang=
"txtTooltipBookmark"
>
</a>
</span>
<span
class=
"gloupe"
>
<a
id=
"listindex"
class=
"index"
title=
"インデックス"
lang=
"txtIndex"
>
</a>
</span>
<aside
id=
"boxIndex"
class=
"indexBox"
style=
"display: none;"
>
<h1
id=
"indexBoxHdIndex"
class=
"indexBoxHd"
>
<a
id=
"indexClosing"
class=
"delete"
>
</a>
</h1>
<div
id=
"divListIndex"
class=
"indexBoxBody_on"
></div>
</aside>
<span
class=
"gloupe"
>
<a
id=
"copytext"
class=
"copy"
title=
"コピー"
lang=
"txtTextCopy"
>
</a>
</span>
<aside
class=
"bookmarkBox"
id =
"boxCopyText"
>
<h1
class=
"bookmarkBoxHd"
id=
"bookmarkBoxHdCT"
></h1>
<ul
id=
"divCopyText"
class=
"bookmarkBoxBody_on"
></ul>
</aside>
<aside
class=
"bookmarkBox"
id=
"boxBookMark"
style=
"display: none;"
>
<h1
class=
"bookmarkBoxHd"
id=
"bookmarkBoxHdBM"
></h1>
<ul
id=
"divListBookmark"
class=
"bookmarkBoxBody_on"
></ul>
</aside>
<span
class=
"gloupe"
>
<a
id=
"imgmemo"
class=
"memoDisplay"
title=
"メモ表示"
lang=
"txtTooltipShowMemo"
>
</a>
<a
id=
"imgaddmemo"
class=
"memoAdd"
title=
"メモ追加"
lang=
"txtTooltipAddMemo"
>
</a>
</span>
<span
class=
"lgloupe"
>
<a
id=
"imgmarking"
class=
"marking"
title=
"マーキング"
lang=
"txtTooltipShowMarking"
>
</a>
<a
id=
"imgmarkingtoolbar"
class=
"markingToolbar"
title=
"マーキングツールバー表示"
lang=
"txtTooltipShowMarkingTool"
>
</a>
</span>
</div>
<div
class=
"hdRcolumn"
>
<input
id=
"txtSearch"
type=
"text"
>
<aside
id=
"boxSearching"
class=
"bookmarkBox"
style=
"display: none;"
>
<h1
id=
"bookmarkBoxHdSearching"
class=
"bookmarkBoxHd"
></h1>
<ul
id=
"divSearchResult"
class=
"bookmarkBoxBody_on"
></ul>
</aside>
</div>
</div>
</header>
<aside
id=
"boxAddMemo"
class=
"bookmarkBox"
>
<h1
id=
"bookmarkBoxHdMemo"
class=
"bookmarkBoxHd"
>
<a
id=
"memoClosing"
class=
"delete"
>
</a>
<label
class=
"lang"
lang =
"txtMemoMenu"
>
</label>
</h1>
<ul
id=
"divAddMemo"
class=
"bookmarkBoxBody_on"
>
<br
/>
<a
id=
"liAddMemo"
lang =
"txtMemoNew"
class=
"lang cancelbtn"
>
</a><br
/>
<a
id=
"liCopyMemo"
lang =
"txtMemoPaste"
class=
"lang cancelbtn"
>
</a>
<br
/>
<a
id=
"liDeleteMemo"
lang =
"txtMemoClear"
class=
"lang cancelbtn"
>
</a>
<br
/>
</ul>
</aside>
<div
id=
"button_pre_canvas"
class=
"gBackbtn"
></div>
<div
id=
"button_next_canvas"
class=
"gNextbtn"
></div>
<div
id=
"divDialogMemo"
></div>
<div
id=
"dialog-contenttype-music"
></div>
<div
id=
"dialogPopUp"
class=
"popuptext_web_dialog"
></div>
<div
id=
"arrow"
class=
"popuptext_arrow"
></div>
<div
id=
"pop_up_memo"
class=
"pop-up-memo"
>
<a
id=
"btn_show_memo"
class=
"lang"
lang =
"txtMemoEdit"
>
</a>
<br
/><br
/>
<a
id=
"btn_copy_memo"
class=
"lang"
lang =
"txtMemoCopy"
>
</a>
</div>
<div
id=
"divImageLoading"
>
<img
src=
"img/view_loading.gif"
width=
"64px"
height=
"64px"
>
</div>
<!-- ================================================================================== -->
<!-- Marking group [start]
<!-- ================================================================================== -->
<!-- Marking [start] -->
<aside
class=
"markingBox"
id=
"dlgMarking"
>
<h1
class=
"markingBoxHd"
>
<label
class=
"lang"
lang=
"txtMkToolBar"
>
マーカー(オプション)
</label>
<a
class=
"hidden_off"
id=
"dlgMarking_imgMin"
>
</a>
<a
class=
"hidden_on"
id=
"dlgMarking_imgMax"
>
</a>
</h1>
<div
id=
"dlgMarking_body"
class=
"markingBoxBody_on"
>
<ul
class=
"fix"
>
<li><div
id=
"dlgMarking_imgPen"
>
</div></li>
<li><div
id=
"dlgMarking_imgPenOption"
>
</div></li>
<li><div
id=
"dlgMarking_imgMaker"
>
</div></li>
<li><div
id=
"dlgMarking_imgMakerOption"
>
</div></li>
<li><div
id=
"dlgMarking_imgEraser"
>
</div></li>
<li><div
id=
"dlgMarking_imgEraserOption"
>
</div></li>
</ul>
<a
id=
"dlgMarking_dspPgClear"
class=
"clearbtn lang"
lang=
"dspPgClear"
>
このページクリア
</a>
<a
id=
"dlgMarking_dspSave"
class=
"savebtn lang"
lang=
"dspSave"
>
保存
</a>
<a
id=
"dlgMarking_dspCancel"
class=
"cancelbtn lang"
lang=
"dspCancel"
>
キャンセル
</a>
</div>
</aside>
<!-- Marking [ end ] -->
<!-- Eraser [start] -->
<div
class=
"rayermenu3"
id=
"dlgGomu"
>
<div>
<ul>
<li>
<a
id=
"text_dlgGomu_rdo4"
>
<input
type=
"radio"
id=
"dlgGomu_rdo4"
name=
"rdoSize"
value=
"4"
/>
<span><label
for=
"dlgGomu_rdo4"
class=
"lang"
lang=
"txtMkgSB"
>
特大
</label></span>
<img
class=
"sizeXL"
src=
"img/viewer/en_xl.png"
alt=
""
>
</a>
</li>
<li>
<a
id=
"text_dlgGomu_rdo3"
>
<input
type=
"radio"
id=
"dlgGomu_rdo3"
name=
"rdoSize"
value=
"3"
/>
<span><label
for=
"dlgGomu_rdo3"
class=
"lang"
lang=
"txtMkgB"
>
大
</label></span>
<img
class=
"sizeL"
src=
"img/viewer/en_l.png"
alt=
""
>
</a>
</li>
<li>
<a
id=
"text_dlgGomu_rdo2"
>
<input
type=
"radio"
id=
"dlgGomu_rdo2"
name=
"rdoSize"
value=
"2"
/>
<span><label
for=
"dlgGomu_rdo2"
class=
"lang"
lang=
"txtMkgM"
>
中
</label></span>
<img
class=
"sizeM"
src=
"img/viewer/en_m.png"
alt=
""
>
</a>
</li>
<li>
<a
id=
"text_dlgGomu_rdo1"
>
<input
type=
"radio"
id=
"dlgGomu_rdo1"
name=
"rdoSize"
value=
"1"
checked=
"checked"
/>
<span><label
for=
"dlgGomu_rdo1"
class=
"lang"
lang=
"txtMkgS"
>
小
</label></span>
<img
class=
"sizeS"
src=
"img/viewer/en_s.png"
alt=
""
>
</a>
</li>
</ul>
</div>
<div
class=
"popcolumnR"
>
<canvas
id=
"dlgGomu_cvMain"
class=
"canvasArea_l"
width=
"98"
height=
"98"
>
</canvas>
</div>
<div>
<a
id=
"dlgGomu_dspCancel"
class=
"cancelbtn lang"
href=
"#"
lang=
"dspCancel"
>
キャンセル
</a>
<a
id=
"dlgGomu_dspOK"
class=
"cancelbtn lang okbtn"
href=
"#"
lang=
"dspOK"
>
OK
</a>
</div>
</div>
<!-- Eraser [ end ] -->
<!-- Maker [ start ] -->
<div
id=
"dlgMaker"
class=
"rayermenu1"
>
<ul
class=
"popcolumnL"
>
<li>
<a
id=
"marker-oversize-text"
>
<input
type=
"radio"
id=
"maker-size-oversize"
name=
"maker-size"
/>
<span><label
for=
"maker-size-oversize"
class=
"lang"
lang=
"txtMkgSB"
>
XL
</label></span>
<img
class=
"sizeXL"
src=
"img/viewer/en_xl.png"
alt=
""
>
</a>
</li>
<li>
<a
id=
"marker-large-text"
>
<input
type=
"radio"
id=
"maker-size-large"
name=
"maker-size"
/>
<span><label
for=
"maker-size-large"
class=
"lang"
lang=
"txtMkgB"
>
L
</label></span>
<img
class=
"sizeL"
src=
"img/viewer/en_l.png"
alt=
""
>
</a>
</li>
<li>
<a
id=
"marker-medium-text"
>
<input
type=
"radio"
id=
"maker-size-medium"
name=
"maker-size"
/>
<span><label
for=
"maker-size-medium"
class=
"lang"
lang=
"txtMkgM"
>
M
</label></span>
<img
class=
"sizeM"
src=
"img/viewer/en_m.png"
alt=
""
>
</a>
</li>
<li>
<a
id=
"marker-small-text"
>
<input
type=
"radio"
id=
"maker-size-small"
name=
"maker-size"
/>
<span><label
for=
"maker-size-small"
class=
"lang"
lang=
"txtMkgS"
>
S
</label></span>
<img
class=
"sizeS"
src=
"img/viewer/en_s.png"
alt=
""
>
</a>
</li>
</ul>
<div
id=
"makerColorwrapper"
class=
"popcolumnR"
>
<table
cellpadding=
"0"
cellspacing=
"0"
class=
"colorchip"
>
<tbody>
<tr>
<td><a
colorId=
"ff0000"
class=
"color01 colorpicker"
href=
"#"
>
</a></td>
<td><a
colorId=
"ffff00"
class=
"color02 colorpicker"
href=
"#"
>
</a></td>
</tr>
<tr>
<td><a
colorId=
"00ff00"
class=
"color03 colorpicker"
href=
"#"
>
</a></td>
<td><a
colorId=
"00ffff"
class=
"color04 colorpicker"
href=
"#"
>
</a></td>
</tr>
<tr>
<td><a
colorId=
"0000ff"
class=
"color05 colorpicker"
href=
"#"
>
</a></td>
<td><a
colorId=
"ff00ff"
class=
"color06 colorpicker"
href=
"#"
>
</a></td>
</tr>
<tr>
<td><a
colorId=
"ffffff"
class=
"color07 colorpicker"
href=
"#"
>
</a></td>
<td><a
colorId=
"000000"
class=
"color08 colorpicker"
href=
"#"
>
</a></td>
</tr>
</tbody>
</table>
<span>
</span>
<canvas
id=
"Maker_cvPreviewmaker"
class=
"canvasArea_s"
width=
"98"
height=
"98"
>
</canvas>
</div>
<div>
<a
id=
"Maker_btnCancel"
class=
"lang cancelbtn"
lang=
"dspCancel"
>
キャンセル
</a>
<a
id=
"Maker_btnOk"
class=
"lang cancelbtn okbtn"
lang=
"dspOK"
>
OK
</a>
</div>
</div>
<!-- Maker [ end ] -->
<!-- Pen [ start ] -->
<div
id=
"dlgPen"
class=
"rayermenu1"
>
<ul
class=
"popcolumnL"
>
<li>
<a
id=
"pen-oversize-text"
>
<input
type=
"radio"
id=
"pen-size-oversize"
name=
"maker-size"
/>
<span><label
for=
"pen-size-oversize"
class=
"lang"
lang=
"txtMkgSB"
>
XL
</label></span>
<img
class=
"sizeXL"
src=
"img/viewer/en_xl.png"
alt=
""
>
</a>
</li>
<li>
<a
id=
"pen-large-text"
>
<input
type=
"radio"
id=
"pen-size-large"
name=
"maker-size"
/>
<span><label
for=
"pen-size-large"
class=
"lang"
lang=
"txtMkgB"
>
L
</label></span>
<img
class=
"sizeL"
src=
"img/viewer/en_l.png"
alt=
""
>
</a>
</li>
<li>
<a
id=
"pen-medium-text"
>
<input
type=
"radio"
id=
"pen-size-medium"
name=
"maker-size"
/>
<span><label
for=
"pen-size-medium"
class=
"lang"
lang=
"txtMkgM"
>
M
</label></span>
<img
class=
"sizeM"
src=
"img/viewer/en_m.png"
alt=
""
>
</a>
</li>
<li>
<a
id=
"pen-small-text"
>
<input
type=
"radio"
id=
"pen-size-small"
name=
"maker-size"
/>
<span><label
for=
"pen-size-small"
class=
"lang"
lang=
"txtMkgS"
>
S
</label></span>
<img
class=
"sizeS"
src=
"img/viewer/en_s.png"
alt=
""
>
</a>
</li>
</ul>
<div
id=
"penColorwrapper"
class=
"popcolumnR"
>
<table
cellpadding=
"0"
cellspacing=
"0"
class=
"colorchip"
>
<tbody>
<tr>
<td><a
colorId=
"ff0000"
class=
"color01 colorpicker"
href=
"#"
>
</a></td>
<td><a
colorId=
"ffff00"
colorId
class=
"color02 colorpicker"
href=
"#"
>
</a></td>
</tr>
<tr>
<td><a
colorId=
"00ff00"
class=
"color03 colorpicker"
href=
"#"
>
</a></td>
<td><a
colorId=
"00ffff"
class=
"color04 colorpicker"
href=
"#"
>
</a></td>
</tr>
<tr>
<td><a
colorId=
"0000ff"
class=
"color05 colorpicker"
href=
"#"
>
</a></td>
<td><a
colorId=
"ff00ff"
class=
"color06 colorpicker"
href=
"#"
>
</a></td>
</tr>
<tr>
<td><a
colorId=
"ffffff"
class=
"color07 colorpicker"
href=
"#"
>
</a></td>
<td><a
colorId=
"000000"
class=
"color08 colorpicker"
href=
"#"
>
</a></td>
</tr>
</tbody>
</table>
<span>
</span>
<canvas
id=
"Pen_cvPreviewPen"
class=
"canvasArea_s"
width=
"98"
height=
"98"
>
</canvas>
</div>
<div>
<a
id=
"Pen_btnCancel"
class=
"lang cancelbtn"
lang=
"dspCancel"
>
キャンセル
</a>
<a
id=
"Pen_btnOk"
class=
"lang okbtn cancelbtn"
lang=
"dspOK"
>
OK
</a>
</div>
</div>
<!-- Pen [ end ] -->
<div
id=
"dlgOverlay"
>
</div>
<!-- ================================================================================== -->
<!-- Marking group [end]
<!-- ================================================================================== -->
<!-- ================================================================================== -->
<!-- Footer [start]
<!-- ================================================================================== -->
<footer
id=
"footer_toolbar_1"
class=
"footer"
>
<div
class=
"ftinner"
>
<!-- slider transition sizing -->
<div
class=
"ftLcolumn"
>
<!-- slider [start] -->
<div
class=
"slider fix"
>
<div
id=
"divTxtSlider"
class=
"sld01"
>
<span><input
id=
"txtSlider"
type=
"text"
size=
"2"
maxlength=
"3"
/><label
id=
"lblSlider"
>
</label></span>
</div>
<a
id=
"control_process"
class=
"sld02"
><div
id=
"slider_page"
>
</div></a>
</div>
<!-- slider [end] -->
<!-- transition [start] -->
<!-- temporary tool tip - must be change "lang" -->
<div
id=
"control_movepage"
class=
"transition fix"
>
<a
id=
"firstpage"
class=
"begin"
>
</a>
<a
id=
"prevpage"
class=
"prev"
>
</a>
<a
id=
"nextpage"
class=
"next"
>
</a>
<a
id=
"lastpage"
class=
"last"
>
</a>
</div>
<!-- transition [end] -->
<!-- sizing [start] -->
<!-- temporary tool tip - must be change "lang" -->
<div
id=
"control_zoom"
class=
"sizing"
>
<a
id=
"zoomin"
class=
"expansion"
>
</a>
<a
id=
"zoomfit"
class=
"fit"
>
</a>
<a
id=
"zoomout"
class=
"reduction"
>
</a>
</div>
<!-- sizing [end] -->
</div>
<!-- toolbar -->
<div
class=
"ftRcolumn"
>
<a
id=
"control_screen"
class=
"toolbar"
>
</a>
</div>
</div>
</footer>
<footer
class=
"footerTool"
id=
"footer_toolbar_2"
>
<div
class=
"ftRcolumn_2"
></div>
</footer>
<a
id=
"control_screen_2"
class=
"toolbar_close"
style=
""
>
</a>
<!-- ================================================================================== -->
<!-- Footer [end]
<!-- ================================================================================== -->
<section
id=
"bgmConfirm"
class=
"sectionDeleteConfirm"
>
<h1
class=
"lang"
lang=
""
>
</h1>
<p
class=
"message lang"
lang=
"msgBGMPlayConfirm"
id=
"txtAudio"
>
このコンテンツはBGMが流れるようになっています。BGMを再生してもよろしいですか?
</p>
<p
class=
"deletebtn"
><a
id=
"bgmConfirm_dspOK"
lang=
"dspOK"
class=
"ok_audio lang"
>
OK
</a></p>
</section>
<section
id=
"bgmConfirm_page"
class=
"sectionDeleteConfirm"
>
<h1
class=
"lang"
lang=
""
>
</h1>
<p
class=
"message lang"
lang=
"msgBGMPlayConfirm"
id=
"txtAudio_page"
>
このコンテンツはBGMが流れるようになっています。BGMを再生してもよろしいですか?
</p>
<p
class=
"deletebtn"
><a
id=
"bgmConfirm_dspOK_page"
lang=
"dspOK"
class=
"ok_audio lang"
>
OK
</a></p>
</section>
<section
id=
"contentVideoConfirm"
class=
"sectionDeleteConfirm"
>
<h1
class=
"lang"
lang=
""
>
</h1>
<p
class=
"message lang"
lang=
"txtMediaAutoPlayWarning"
id=
"txtContentVideo"
>
Confirm Play Video
</p>
<p
class=
"deletebtn"
><a
id=
"contentVideoConfirm_OK"
lang=
"dspOK"
class=
"ok_audio lang"
>
OK
</a></p>
</section>
<section
id=
"contentAudioConfirm"
class=
"sectionDeleteConfirm"
>
<h1
class=
"lang"
lang=
""
>
</h1>
<p
class=
"message lang"
lang=
"txtMediaAutoPlayWarning"
id=
"txtContentAudio"
>
Confirm Play Audio
</p>
<p
class=
"deletebtn"
><a
id=
"contentAudioConfirm_OK"
lang=
"dspOK"
class=
"ok_audio lang"
>
OK
</a></p>
</section>
</div>
<!-- ビューアエリア TO -->
</div>
<iframe
style=
"height:0px;width:0px;visibility:hidden;display:none;"
src=
"about:blank"
>
...
...
abvw/inc_contentview.html
0 → 100644
View file @
22f001de
<!-- ビューアエリア FROM -->
<div
id=
"wrapper"
style=
""
>
<!--Viewer component is added here -->
<div
id=
"overlay"
class=
"web_dialog_overlay"
>
</div>
<div
id=
"dialog"
class=
"web_dialog"
>
</div>
<div
id=
"divCheckExistMarking"
class=
"check_marking"
style=
"display:none;"
>
<img
src=
"img/viewer/icon_marked.png"
/>
</div>
<header
id =
"header_toolbar"
class=
"header__"
>
<div
class =
"wrapper_header"
>
<div
id =
"top_toolbar"
class=
"hdLcolumn fix"
>
<span
class=
"hgloupe"
>
<a
id=
"imgHome"
class=
"home"
title=
"ホーム"
lang=
"dspHome"
>
</a>
<a
id=
"imgBack"
class=
"back"
title=
"戻る"
lang=
"txtTooltipBack"
>
</a>
</span>
<span
class=
"gloupe"
>
<a
id=
"listbookmark"
class=
"bmList"
title=
"しおり一覧"
lang=
"txtShioriCtnLs"
>
</a>
<a
id=
"imgbookmark"
class=
"bmAdd"
title=
"しおり追加"
lang=
"txtTooltipBookmark"
>
</a>
</span>
<span
class=
"gloupe"
>
<a
id=
"listindex"
class=
"index"
title=
"インデックス"
lang=
"txtIndex"
>
</a>
</span>
<aside
id=
"boxIndex"
class=
"indexBox"
style=
"display: none;"
>
<h1
id=
"indexBoxHdIndex"
class=
"indexBoxHd"
>
<a
id=
"indexClosing"
class=
"delete"
>
</a>
</h1>
<div
id=
"divListIndex"
class=
"indexBoxBody_on"
></div>
</aside>
<span
class=
"gloupe"
>
<a
id=
"copytext"
class=
"copy"
title=
"コピー"
lang=
"txtTextCopy"
>
</a>
</span>
<aside
class=
"bookmarkBox"
id =
"boxCopyText"
>
<h1
class=
"bookmarkBoxHd"
id=
"bookmarkBoxHdCT"
></h1>
<ul
id=
"divCopyText"
class=
"bookmarkBoxBody_on"
></ul>
</aside>
<aside
class=
"bookmarkBox"
id=
"boxBookMark"
style=
"display: none;"
>
<h1
class=
"bookmarkBoxHd"
id=
"bookmarkBoxHdBM"
></h1>
<ul
id=
"divListBookmark"
class=
"bookmarkBoxBody_on"
></ul>
</aside>
<span
class=
"gloupe"
>
<a
id=
"imgmemo"
class=
"memoDisplay"
title=
"メモ表示"
lang=
"txtTooltipShowMemo"
>
</a>
<a
id=
"imgaddmemo"
class=
"memoAdd"
title=
"メモ追加"
lang=
"txtTooltipAddMemo"
>
</a>
</span>
<span
class=
"lgloupe"
>
<a
id=
"imgmarking"
class=
"marking"
title=
"マーキング"
lang=
"txtTooltipShowMarking"
>
</a>
<a
id=
"imgmarkingtoolbar"
class=
"markingToolbar"
title=
"マーキングツールバー表示"
lang=
"txtTooltipShowMarkingTool"
>
</a>
</span>
</div>
<div
class=
"hdRcolumn"
>
<input
id=
"txtSearch"
type=
"text"
>
<aside
id=
"boxSearching"
class=
"bookmarkBox"
style=
"display: none;"
>
<h1
id=
"bookmarkBoxHdSearching"
class=
"bookmarkBoxHd"
></h1>
<ul
id=
"divSearchResult"
class=
"bookmarkBoxBody_on"
></ul>
</aside>
</div>
</div>
</header>
<aside
id=
"boxAddMemo"
class=
"bookmarkBox"
>
<h1
id=
"bookmarkBoxHdMemo"
class=
"bookmarkBoxHd"
>
<a
id=
"memoClosing"
class=
"delete"
>
</a>
<label
class=
"lang"
lang =
"txtMemoMenu"
>
</label>
</h1>
<ul
id=
"divAddMemo"
class=
"bookmarkBoxBody_on"
>
<br
/>
<a
id=
"liAddMemo"
lang =
"txtMemoNew"
class=
"lang cancelbtn"
>
</a><br
/>
<a
id=
"liCopyMemo"
lang =
"txtMemoPaste"
class=
"lang cancelbtn"
>
</a>
<br
/>
<a
id=
"liDeleteMemo"
lang =
"txtMemoClear"
class=
"lang cancelbtn"
>
</a>
<br
/>
</ul>
</aside>
<div
id=
"button_pre_canvas"
class=
"gBackbtn"
></div>
<div
id=
"button_next_canvas"
class=
"gNextbtn"
></div>
<div
id=
"divDialogMemo"
></div>
<div
id=
"dialog-contenttype-music"
></div>
<div
id=
"dialogPopUp"
class=
"popuptext_web_dialog"
></div>
<div
id=
"arrow"
class=
"popuptext_arrow"
></div>
<div
id=
"pop_up_memo"
class=
"pop-up-memo"
>
<a
id=
"btn_show_memo"
class=
"lang"
lang =
"txtMemoEdit"
>
</a>
<br
/><br
/>
<a
id=
"btn_copy_memo"
class=
"lang"
lang =
"txtMemoCopy"
>
</a>
</div>
<div
id=
"divImageLoading"
>
<img
src=
"img/view_loading.gif"
width=
"64px"
height=
"64px"
>
</div>
<!-- ================================================================================== -->
<!-- Marking group [start]
<!-- ================================================================================== -->
<!-- Marking [start] -->
<aside
class=
"markingBox"
id=
"dlgMarking"
>
<h1
class=
"markingBoxHd"
>
<label
class=
"lang"
lang=
"txtMkToolBar"
>
マーカー(オプション)
</label>
<a
class=
"hidden_off"
id=
"dlgMarking_imgMin"
>
</a>
<a
class=
"hidden_on"
id=
"dlgMarking_imgMax"
>
</a>
</h1>
<div
id=
"dlgMarking_body"
class=
"markingBoxBody_on"
>
<ul
class=
"fix"
>
<li><div
id=
"dlgMarking_imgPen"
>
</div></li>
<li><div
id=
"dlgMarking_imgPenOption"
>
</div></li>
<li><div
id=
"dlgMarking_imgMaker"
>
</div></li>
<li><div
id=
"dlgMarking_imgMakerOption"
>
</div></li>
<li><div
id=
"dlgMarking_imgEraser"
>
</div></li>
<li><div
id=
"dlgMarking_imgEraserOption"
>
</div></li>
</ul>
<a
id=
"dlgMarking_dspPgClear"
class=
"clearbtn lang"
lang=
"dspPgClear"
>
このページクリア
</a>
<a
id=
"dlgMarking_dspSave"
class=
"savebtn lang"
lang=
"dspSave"
>
保存
</a>
<a
id=
"dlgMarking_dspCancel"
class=
"cancelbtn lang"
lang=
"dspCancel"
>
キャンセル
</a>
</div>
</aside>
<!-- Marking [ end ] -->
<!-- Eraser [start] -->
<div
class=
"rayermenu3"
id=
"dlgGomu"
>
<div>
<ul>
<li>
<a
id=
"text_dlgGomu_rdo4"
>
<input
type=
"radio"
id=
"dlgGomu_rdo4"
name=
"rdoSize"
value=
"4"
/>
<span><label
for=
"dlgGomu_rdo4"
class=
"lang"
lang=
"txtMkgSB"
>
特大
</label></span>
<img
class=
"sizeXL"
src=
"img/viewer/en_xl.png"
alt=
""
>
</a>
</li>
<li>
<a
id=
"text_dlgGomu_rdo3"
>
<input
type=
"radio"
id=
"dlgGomu_rdo3"
name=
"rdoSize"
value=
"3"
/>
<span><label
for=
"dlgGomu_rdo3"
class=
"lang"
lang=
"txtMkgB"
>
大
</label></span>
<img
class=
"sizeL"
src=
"img/viewer/en_l.png"
alt=
""
>
</a>
</li>
<li>
<a
id=
"text_dlgGomu_rdo2"
>
<input
type=
"radio"
id=
"dlgGomu_rdo2"
name=
"rdoSize"
value=
"2"
/>
<span><label
for=
"dlgGomu_rdo2"
class=
"lang"
lang=
"txtMkgM"
>
中
</label></span>
<img
class=
"sizeM"
src=
"img/viewer/en_m.png"
alt=
""
>
</a>
</li>
<li>
<a
id=
"text_dlgGomu_rdo1"
>
<input
type=
"radio"
id=
"dlgGomu_rdo1"
name=
"rdoSize"
value=
"1"
checked=
"checked"
/>
<span><label
for=
"dlgGomu_rdo1"
class=
"lang"
lang=
"txtMkgS"
>
小
</label></span>
<img
class=
"sizeS"
src=
"img/viewer/en_s.png"
alt=
""
>
</a>
</li>
</ul>
</div>
<div
class=
"popcolumnR"
>
<canvas
id=
"dlgGomu_cvMain"
class=
"canvasArea_l"
width=
"98"
height=
"98"
>
</canvas>
</div>
<div>
<a
id=
"dlgGomu_dspCancel"
class=
"cancelbtn lang"
href=
"#"
lang=
"dspCancel"
>
キャンセル
</a>
<a
id=
"dlgGomu_dspOK"
class=
"cancelbtn lang okbtn"
href=
"#"
lang=
"dspOK"
>
OK
</a>
</div>
</div>
<!-- Eraser [ end ] -->
<!-- Maker [ start ] -->
<div
id=
"dlgMaker"
class=
"rayermenu1"
>
<ul
class=
"popcolumnL"
>
<li>
<a
id=
"marker-oversize-text"
>
<input
type=
"radio"
id=
"maker-size-oversize"
name=
"maker-size"
/>
<span><label
for=
"maker-size-oversize"
class=
"lang"
lang=
"txtMkgSB"
>
XL
</label></span>
<img
class=
"sizeXL"
src=
"img/viewer/en_xl.png"
alt=
""
>
</a>
</li>
<li>
<a
id=
"marker-large-text"
>
<input
type=
"radio"
id=
"maker-size-large"
name=
"maker-size"
/>
<span><label
for=
"maker-size-large"
class=
"lang"
lang=
"txtMkgB"
>
L
</label></span>
<img
class=
"sizeL"
src=
"img/viewer/en_l.png"
alt=
""
>
</a>
</li>
<li>
<a
id=
"marker-medium-text"
>
<input
type=
"radio"
id=
"maker-size-medium"
name=
"maker-size"
/>
<span><label
for=
"maker-size-medium"
class=
"lang"
lang=
"txtMkgM"
>
M
</label></span>
<img
class=
"sizeM"
src=
"img/viewer/en_m.png"
alt=
""
>
</a>
</li>
<li>
<a
id=
"marker-small-text"
>
<input
type=
"radio"
id=
"maker-size-small"
name=
"maker-size"
/>
<span><label
for=
"maker-size-small"
class=
"lang"
lang=
"txtMkgS"
>
S
</label></span>
<img
class=
"sizeS"
src=
"img/viewer/en_s.png"
alt=
""
>
</a>
</li>
</ul>
<div
id=
"makerColorwrapper"
class=
"popcolumnR"
>
<table
cellpadding=
"0"
cellspacing=
"0"
class=
"colorchip"
>
<tbody>
<tr>
<td><a
colorId=
"ff0000"
class=
"color01 colorpicker"
href=
"#"
>
</a></td>
<td><a
colorId=
"ffff00"
class=
"color02 colorpicker"
href=
"#"
>
</a></td>
</tr>
<tr>
<td><a
colorId=
"00ff00"
class=
"color03 colorpicker"
href=
"#"
>
</a></td>
<td><a
colorId=
"00ffff"
class=
"color04 colorpicker"
href=
"#"
>
</a></td>
</tr>
<tr>
<td><a
colorId=
"0000ff"
class=
"color05 colorpicker"
href=
"#"
>
</a></td>
<td><a
colorId=
"ff00ff"
class=
"color06 colorpicker"
href=
"#"
>
</a></td>
</tr>
<tr>
<td><a
colorId=
"ffffff"
class=
"color07 colorpicker"
href=
"#"
>
</a></td>
<td><a
colorId=
"000000"
class=
"color08 colorpicker"
href=
"#"
>
</a></td>
</tr>
</tbody>
</table>
<span>
</span>
<canvas
id=
"Maker_cvPreviewmaker"
class=
"canvasArea_s"
width=
"98"
height=
"98"
>
</canvas>
</div>
<div>
<a
id=
"Maker_btnCancel"
class=
"lang cancelbtn"
lang=
"dspCancel"
>
キャンセル
</a>
<a
id=
"Maker_btnOk"
class=
"lang cancelbtn okbtn"
lang=
"dspOK"
>
OK
</a>
</div>
</div>
<!-- Maker [ end ] -->
<!-- Pen [ start ] -->
<div
id=
"dlgPen"
class=
"rayermenu1"
>
<ul
class=
"popcolumnL"
>
<li>
<a
id=
"pen-oversize-text"
>
<input
type=
"radio"
id=
"pen-size-oversize"
name=
"maker-size"
/>
<span><label
for=
"pen-size-oversize"
class=
"lang"
lang=
"txtMkgSB"
>
XL
</label></span>
<img
class=
"sizeXL"
src=
"img/viewer/en_xl.png"
alt=
""
>
</a>
</li>
<li>
<a
id=
"pen-large-text"
>
<input
type=
"radio"
id=
"pen-size-large"
name=
"maker-size"
/>
<span><label
for=
"pen-size-large"
class=
"lang"
lang=
"txtMkgB"
>
L
</label></span>
<img
class=
"sizeL"
src=
"img/viewer/en_l.png"
alt=
""
>
</a>
</li>
<li>
<a
id=
"pen-medium-text"
>
<input
type=
"radio"
id=
"pen-size-medium"
name=
"maker-size"
/>
<span><label
for=
"pen-size-medium"
class=
"lang"
lang=
"txtMkgM"
>
M
</label></span>
<img
class=
"sizeM"
src=
"img/viewer/en_m.png"
alt=
""
>
</a>
</li>
<li>
<a
id=
"pen-small-text"
>
<input
type=
"radio"
id=
"pen-size-small"
name=
"maker-size"
/>
<span><label
for=
"pen-size-small"
class=
"lang"
lang=
"txtMkgS"
>
S
</label></span>
<img
class=
"sizeS"
src=
"img/viewer/en_s.png"
alt=
""
>
</a>
</li>
</ul>
<div
id=
"penColorwrapper"
class=
"popcolumnR"
>
<table
cellpadding=
"0"
cellspacing=
"0"
class=
"colorchip"
>
<tbody>
<tr>
<td><a
colorId=
"ff0000"
class=
"color01 colorpicker"
href=
"#"
>
</a></td>
<td><a
colorId=
"ffff00"
colorId
class=
"color02 colorpicker"
href=
"#"
>
</a></td>
</tr>
<tr>
<td><a
colorId=
"00ff00"
class=
"color03 colorpicker"
href=
"#"
>
</a></td>
<td><a
colorId=
"00ffff"
class=
"color04 colorpicker"
href=
"#"
>
</a></td>
</tr>
<tr>
<td><a
colorId=
"0000ff"
class=
"color05 colorpicker"
href=
"#"
>
</a></td>
<td><a
colorId=
"ff00ff"
class=
"color06 colorpicker"
href=
"#"
>
</a></td>
</tr>
<tr>
<td><a
colorId=
"ffffff"
class=
"color07 colorpicker"
href=
"#"
>
</a></td>
<td><a
colorId=
"000000"
class=
"color08 colorpicker"
href=
"#"
>
</a></td>
</tr>
</tbody>
</table>
<span>
</span>
<canvas
id=
"Pen_cvPreviewPen"
class=
"canvasArea_s"
width=
"98"
height=
"98"
>
</canvas>
</div>
<div>
<a
id=
"Pen_btnCancel"
class=
"lang cancelbtn"
lang=
"dspCancel"
>
キャンセル
</a>
<a
id=
"Pen_btnOk"
class=
"lang okbtn cancelbtn"
lang=
"dspOK"
>
OK
</a>
</div>
</div>
<!-- Pen [ end ] -->
<div
id=
"dlgOverlay"
>
</div>
<!-- ================================================================================== -->
<!-- Marking group [end]
<!-- ================================================================================== -->
<!-- ================================================================================== -->
<!-- Footer [start]
<!-- ================================================================================== -->
<footer
id=
"footer_toolbar_1"
class=
"footer"
>
<div
class=
"ftinner"
>
<!-- slider transition sizing -->
<div
class=
"ftLcolumn"
>
<!-- slider [start] -->
<div
class=
"slider fix"
>
<div
id=
"divTxtSlider"
class=
"sld01"
>
<span><input
id=
"txtSlider"
type=
"text"
size=
"2"
maxlength=
"3"
/><label
id=
"lblSlider"
>
</label></span>
</div>
<a
id=
"control_process"
class=
"sld02"
><div
id=
"slider_page"
>
</div></a>
</div>
<!-- slider [end] -->
<!-- transition [start] -->
<!-- temporary tool tip - must be change "lang" -->
<div
id=
"control_movepage"
class=
"transition fix"
>
<a
id=
"firstpage"
class=
"begin"
>
</a>
<a
id=
"prevpage"
class=
"prev"
>
</a>
<a
id=
"nextpage"
class=
"next"
>
</a>
<a
id=
"lastpage"
class=
"last"
>
</a>
</div>
<!-- transition [end] -->
<!-- sizing [start] -->
<!-- temporary tool tip - must be change "lang" -->
<div
id=
"control_zoom"
class=
"sizing"
>
<a
id=
"zoomin"
class=
"expansion"
>
</a>
<a
id=
"zoomfit"
class=
"fit"
>
</a>
<a
id=
"zoomout"
class=
"reduction"
>
</a>
</div>
<!-- sizing [end] -->
</div>
<!-- toolbar -->
<div
class=
"ftRcolumn"
>
<a
id=
"control_screen"
class=
"toolbar"
>
</a>
</div>
</div>
</footer>
<footer
class=
"footerTool"
id=
"footer_toolbar_2"
>
<div
class=
"ftRcolumn_2"
></div>
</footer>
<a
id=
"control_screen_2"
class=
"toolbar_close"
style=
""
>
</a>
<!-- ================================================================================== -->
<!-- Footer [end]
<!-- ================================================================================== -->
<section
id=
"bgmConfirm"
class=
"sectionDeleteConfirm"
>
<h1
class=
"lang"
lang=
""
>
</h1>
<p
class=
"message lang"
lang=
"msgBGMPlayConfirm"
id=
"txtAudio"
>
このコンテンツはBGMが流れるようになっています。BGMを再生してもよろしいですか?
</p>
<p
class=
"deletebtn"
><a
id=
"bgmConfirm_dspOK"
lang=
"dspOK"
class=
"ok_audio lang"
>
OK
</a></p>
</section>
<section
id=
"bgmConfirm_page"
class=
"sectionDeleteConfirm"
>
<h1
class=
"lang"
lang=
""
>
</h1>
<p
class=
"message lang"
lang=
"msgBGMPlayConfirm"
id=
"txtAudio_page"
>
このコンテンツはBGMが流れるようになっています。BGMを再生してもよろしいですか?
</p>
<p
class=
"deletebtn"
><a
id=
"bgmConfirm_dspOK_page"
lang=
"dspOK"
class=
"ok_audio lang"
>
OK
</a></p>
</section>
<section
id=
"contentVideoConfirm"
class=
"sectionDeleteConfirm"
>
<h1
class=
"lang"
lang=
""
>
</h1>
<p
class=
"message lang"
lang=
"txtMediaAutoPlayWarning"
id=
"txtContentVideo"
>
Confirm Play Video
</p>
<p
class=
"deletebtn"
><a
id=
"contentVideoConfirm_OK"
lang=
"dspOK"
class=
"ok_audio lang"
>
OK
</a></p>
</section>
<section
id=
"contentAudioConfirm"
class=
"sectionDeleteConfirm"
>
<h1
class=
"lang"
lang=
""
>
</h1>
<p
class=
"message lang"
lang=
"txtMediaAutoPlayWarning"
id=
"txtContentAudio"
>
Confirm Play Audio
</p>
<p
class=
"deletebtn"
><a
id=
"contentAudioConfirm_OK"
lang=
"dspOK"
class=
"ok_audio lang"
>
OK
</a></p>
</section>
</div>
<!-- ビューアエリア TO -->
<!-- JSビュー -->
<script
type=
"text/javascript"
src=
"./common/js/jquery.ui.touch-punch.min.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./common/js/htmlparser.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./common/js/textObject.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_CallApi.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_Events.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_GetData.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_InitObjects.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_CreateObjects.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_General.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_Memo.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_Gomu.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_Maker.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_Pen.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_Marking.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_PopupText.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_Paint.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_Anket.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_3d.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_ContentTypeNone.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_ImagePreview.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_FileSystem.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./common/js/zoomDetector.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./common/js/jquery.powertip.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./common/js/script.js?__UPDATEID__"
></script>
abvw/js/bookmark.js
View file @
22f001de
...
...
@@ -95,6 +95,12 @@ $(document).ready(function () {
$
(
"#dspTitleNmKn_Seperate"
).
show
();
}
//ビューア、共有表示パーツ読み込み
$
(
"#viewer"
).
load
(
"./inc_contentview.html"
,
function
(
myData
,
myStatus
,
xhr
){
//読み込み完了時の処理
I18N
.
i18nReplaceText
();
});
});
/*
...
...
@@ -641,7 +647,7 @@ BOOKMARK.insertRow = function(contentid, pageThumbnail, pageTitle, pageText, pag
newRow
+=
'<li>'
;
newRow
+=
"<a class='read read_open lang' name='dspRead' value='{
\"
contentid
\"
:
\"
"
+
contentid
+
"
\"
,
\"
pageNo
\"
:
\"
"
+
pageNo
+
"
\"
,
\"
contentType
\"
:
\"
"
+
contentType
+
"
\"
}' lang='txtRead'>"
+
I18N
.
i18nText
(
'txtRead'
)
+
"</a>"
;
console
.
log
(
"BOOKMARK.download[contentid]:"
+
BOOKMARK
.
download
[
contentid
]);
//
console.log("BOOKMARK.download[contentid]:" + BOOKMARK.download[contentid]);
if
(
BOOKMARK
.
download
[
contentid
]
==
'1'
){
newRow
+=
"<a class='read read_download' name='dspDownload' contentid='"
+
contentid
+
"'>ダウンロード</a>"
;
}
...
...
@@ -895,7 +901,7 @@ BOOKMARK.IsExistContent = function(strContentId) {
result
[
"isExisted"
]
=
isExisted
;
result
[
"contentType"
]
=
contentType
;
console
.
log
(
"API BOOKMARK.download:"
+
strContentId
+
":"
+
data
.
download
);
//
console.log("API BOOKMARK.download:" + strContentId + ":" + data.download);
// save content type
BOOKMARK
.
contentTypes
[
strContentId
]
=
contentType
;
...
...
abvw/js/contentsearch.js
View file @
22f001de
...
...
@@ -121,13 +121,19 @@ $(document).ready(function(){
//詳細、共有表示パーツ読み込み
$
(
"#inc_detail"
).
load
(
"./inc_detail.html"
,
function
(
myData
,
myStatus
,
xhr
){
//読み込み完了時の処理
//読み込み完了時の処理
I18N
.
i18nReplaceText
();
$
(
'.datepicker'
).
pickadate
({
format
:
'yyyy-mm-dd'
});
});
//ビューア、共有表示パーツ読み込み
$
(
"#viewer"
).
load
(
"./inc_contentview.html"
,
function
(
myData
,
myStatus
,
xhr
){
//読み込み完了時の処理
I18N
.
i18nReplaceText
();
});
});
...
...
@@ -193,7 +199,7 @@ CONTENTSEARCH.initialScreen = function(){
///Render Content
CONTENTSEARCH
.
renderContent
=
function
(
id
,
text
,
division
,
type
,
order
,
from
,
to
,
cateid
,
grpid
){
console
.
log
(
"CONTENTSEARCH.renderContent"
);
//
console.log("CONTENTSEARCH.renderContent");
var
params
=
{
sid
:
id
,
...
...
@@ -251,7 +257,7 @@ CONTENTSEARCH.renderContent = function(id, text, division, type, order, from, to
htmlTemp
=
htmlTemp
.
replace
(
/
\{
share
\}
/g
,
shareHtml
);
//ダイハツ対応
console
.
log
(
"downloadHtml:"
+
post
.
download
);
//
console.log("downloadHtml:" + post.download);
var
downloadHtml
=
""
;
if
(
post
.
download
==
'1'
){
downloadHtml
=
'<li><a class="read button-download" contentid="'
+
post
.
contentId
+
'" >ダウンロード</a></li>'
;
...
...
abvw/js/contentview.js
View file @
22f001de
...
...
@@ -1093,7 +1093,7 @@ CONTENTVIEW.changePage = function(page_index) {
/* add event draw on canvas */
CONTENTVIEW
.
drawOnCanvas
=
function
()
{
console
.
log
(
"CONTENTVIEW.drawOnCanvas start"
);
//
console.log("CONTENTVIEW.drawOnCanvas start");
CONTENTVIEW_GENERAL
.
tool
=
new
CONTENTVIEW
.
tool_drawing
();
if
(
COMMON
.
isTouchDevice
()
==
true
)
{
...
...
@@ -4828,8 +4828,8 @@ CONTENTVIEW.imageToScreen = function(x, y) {
/* Adjust Component size */
CONTENTVIEW
.
sizingNotFull
=
function
(
width
,
height
)
{
console
.
log
(
"CONTENTVIEW.marginY:"
+
CONTENTVIEW
.
marginY
);
console
.
log
(
"CONTENTVIEW.marginX:"
+
CONTENTVIEW
.
marginX
);
//
console.log("CONTENTVIEW.marginY:" + CONTENTVIEW.marginY);
//
console.log("CONTENTVIEW.marginX:" + CONTENTVIEW.marginX);
//START TRB
if
(
CONTENTVIEW
.
isMediaAndHTMLContent
()){
...
...
@@ -5329,21 +5329,21 @@ CONTENTVIEW.changeScale = function(scale) {
//console.log("zoomX.Y " + zoomX + "," + zoomY);
//詳細ログ作成
var
objectLog
=
new
ObjectLogEntity
();
objectLog
.
contentid
=
CONTENTVIEW_GENERAL
.
contentID
;
objectLog
.
pageNo
=
CONTENTVIEW_GETDATA
.
getPageIndex
()
+
1
;
//0始まりのページ番号
objectLog
.
objectId
=
0
;
objectLog
.
resourceId
=
""
;
objectLog
.
mediaType
=
""
;
objectLog
.
actionType
=
"101"
;
//拡大アクション定数
objectLog
.
actionValue
=
""
;
objectLog
.
actionTime
=
"0"
;
objectLog
.
locationX
=
zoomX
;
objectLog
.
locationY
=
zoomY
;
objectLog
.
locationHeight
=
""
;
objectLog
.
locationWidth
=
""
;
objectLog
.
eventType
=
"5"
;
//暫定でピンチアウト
COMMON
.
SetObjectLog
(
CONTENTVIEW_GENERAL
.
contentID
,
objectLog
);
//
var objectLog = new ObjectLogEntity();
//
objectLog.contentid = CONTENTVIEW_GENERAL.contentID;
//
objectLog.pageNo = CONTENTVIEW_GETDATA.getPageIndex() + 1; //0始まりのページ番号
//
objectLog.objectId = 0;
//
objectLog.resourceId = "";
//
objectLog.mediaType = "";
//
objectLog.actionType = "101"; //拡大アクション定数
//
objectLog.actionValue = "";
//
objectLog.actionTime = "0";
//
objectLog.locationX = zoomX;
//
objectLog.locationY = zoomY;
//
objectLog.locationHeight = "";
//
objectLog.locationWidth = "";
//
objectLog.eventType = "5"; //暫定でピンチアウト
//
COMMON.SetObjectLog(CONTENTVIEW_GENERAL.contentID, objectLog);
//---
}
...
...
@@ -5474,6 +5474,42 @@ CONTENTVIEW.screenMove = function(){
CONTENTVIEW
.
ready
();
;}
//戻る処理
CONTENTVIEW
.
screenBack
=
function
(){
$
(
"#viewer"
).
hide
();
if
(
$
(
'#bookshelf'
).
length
||
$
(
'#list'
).
length
){
HOME
.
cssInit
();
$
(
"#header-ws"
).
show
();
$
(
"#ws-body"
).
show
();
$
(
"#topcontrol"
).
show
();
document
.
title
=
I18N
.
i18nText
(
'dspHome'
)
+
' | '
+
I18N
.
i18nText
(
'sysAppTitle'
);
}
else
if
(
$
(
'#bookmark'
).
length
){
BOOKMARK
.
cssInit
();
$
(
"#header-ws"
).
show
();
$
(
"#ws-body"
).
show
();
$
(
"#topcontrol"
).
show
();
document
.
title
=
I18N
.
i18nText
(
'dspShiori'
)
+
' | '
+
I18N
.
i18nText
(
'sysAppTitle'
);
}
else
if
(
$
(
'#history'
).
length
){
HISTORY
.
cssInit
();
$
(
"#header-ws"
).
show
();
$
(
"#ws-body"
).
show
();
$
(
"#topcontrol"
).
show
();
document
.
title
=
I18N
.
i18nText
(
'dspViewHistory'
)
+
' | '
+
I18N
.
i18nText
(
'sysAppTitle'
);
}
else
if
(
$
(
'#contentsearch'
).
length
){
CONTENTSEARCH
.
cssInit
();
$
(
"#header-ws"
).
show
();
$
(
"#ws-body"
).
show
();
$
(
"#topcontrol"
).
show
();
document
.
title
=
I18N
.
i18nText
(
'txtSearchResult'
)
+
' | '
+
I18N
.
i18nText
(
'sysAppTitle'
);
}
};
$
(
function
()
{
//CONTENTVIEW.ready();
});
...
...
abvw/js/contentview_3d.js
View file @
22f001de
...
...
@@ -308,7 +308,7 @@ CONTENTVIEW_3D.get3DAction = function(lastFrame, currFrame){
};
$
(
function
()
{
CONTENTVIEW_3D
.
ready
();
//
CONTENTVIEW_3D.ready();
});
CONTENTVIEW_3D
.
ready
=
function
(){
...
...
abvw/js/contentview_CallApi.js
View file @
22f001de
...
...
@@ -71,13 +71,13 @@ CONTENTVIEW_CALLAPI.getJsonContentInfoDone = function(doneFunc){
$
.
when
(
ajax1
,
ajax2
,
ajax3
,
ajax4
,
ajax5
,
ajax6
,
ajax7
).
done
(
function
(
data1
,
data2
,
data3
,
data4
,
data5
,
data6
,
data7
)
{
console
.
log
(
"done:data1:"
+
data1
);
console
.
log
(
"done:data2:"
+
data2
);
console
.
log
(
"done:data3:"
+
data3
);
console
.
log
(
"done:data4:"
+
data4
);
console
.
log
(
"done:data5:"
+
data5
);
console
.
log
(
"done:data6:"
+
data6
);
console
.
log
(
"done:data7:"
+
data7
);
//
console.log("done:data1:" + data1);
//
console.log("done:data2:" + data2);
//
console.log("done:data3:" + data3);
//
console.log("done:data4:" + data4);
//
console.log("done:data5:" + data5);
//
console.log("done:data6:" + data6);
//
console.log("done:data7:" + data7);
if
(
data1
){
CONTENTVIEW_CALLAPI
.
webGetContentDataDone
(
data1
[
0
]);
}
...
...
abvw/js/contentview_ContentTypeNone.js
View file @
22f001de
...
...
@@ -14,9 +14,9 @@ CONTENTVIEW_CONTENTTYPENONE.getJsonContentInfoTyeNone = function(doneFunc) {
$
.
when
(
ajax2
,
ajax3
,
ajax6
).
done
(
function
(
data2
,
data3
,
data6
)
{
console
.
log
(
"done:data2:"
+
data2
);
console
.
log
(
"done:data3:"
+
data3
);
console
.
log
(
"done:data6:"
+
data6
);
//
console.log("done:data2:" + data2);
//
console.log("done:data3:" + data3);
//
console.log("done:data6:" + data6);
if
(
data2
){
CONTENTVIEW_CALLAPI
.
getSearchDataFromJsonDone
(
data2
[
0
]);
}
...
...
abvw/js/contentview_CreateObjects.js
View file @
22f001de
...
...
@@ -2165,12 +2165,12 @@ CONTENTVIEW_CREATEOBJECT.Transition.prototype.flipNextPage = function () {
//#12373
//console.log("tmpScale:" + tmpScale);
if
(
tmpScale
!=
1
)
{
CONTENTVIEW
.
userScale
=
tmpScale
;
CONTENTVIEW
.
changeScale
(
CONTENTVIEW
.
userScale
);
CONTENTVIEW
.
flip
();
CONTENTVIEW
.
checkDisableButtonZoom
();
}
//
if (tmpScale != 1) {
//
CONTENTVIEW.userScale = tmpScale;
//
CONTENTVIEW.changeScale(CONTENTVIEW.userScale);
//
CONTENTVIEW.flip();
//
CONTENTVIEW.checkDisableButtonZoom();
//
}
}
});
...
...
@@ -2326,12 +2326,12 @@ CONTENTVIEW_CREATEOBJECT.Transition.prototype.flipPreviousPage = function () {
//#12373
//console.log("tmpScale:" + tmpScale);
if
(
tmpScale
!=
1
)
{
CONTENTVIEW
.
userScale
=
tmpScale
;
CONTENTVIEW
.
changeScale
(
CONTENTVIEW
.
userScale
);
CONTENTVIEW
.
flip
();
CONTENTVIEW
.
checkDisableButtonZoom
();
}
//
if (tmpScale != 1) {
//
CONTENTVIEW.userScale = tmpScale;
//
CONTENTVIEW.changeScale(CONTENTVIEW.userScale);
//
CONTENTVIEW.flip();
//
CONTENTVIEW.checkDisableButtonZoom();
//
}
}
});
...
...
@@ -2482,11 +2482,11 @@ CONTENTVIEW_CREATEOBJECT.Transition.prototype.flipToPage = function (index) {
//#12373
//console.log("tmpScale:" + tmpScale);
if
(
tmpScale
!=
1
)
{
CONTENTVIEW
.
userScale
=
tmpScale
;
CONTENTVIEW
.
changeScale
(
CONTENTVIEW
.
userScale
);
CONTENTVIEW
.
flip
();
}
//
if (tmpScale != 1) {
//
CONTENTVIEW.userScale = tmpScale;
//
CONTENTVIEW.changeScale(CONTENTVIEW.userScale);
//
CONTENTVIEW.flip();
//
}
}
}
...
...
@@ -2561,11 +2561,11 @@ CONTENTVIEW_CREATEOBJECT.Transition.prototype.flipToPage = function (index) {
//#12373
//console.log("tmpScale:" + tmpScale);
if
(
tmpScale
!=
1
)
{
CONTENTVIEW
.
userScale
=
tmpScale
;
CONTENTVIEW
.
changeScale
(
CONTENTVIEW
.
userScale
);
CONTENTVIEW
.
flip
();
}
//
if (tmpScale != 1) {
//
CONTENTVIEW.userScale = tmpScale;
//
CONTENTVIEW.changeScale(CONTENTVIEW.userScale);
//
CONTENTVIEW.flip();
//
}
}
});
...
...
@@ -2954,7 +2954,7 @@ CONTENTVIEW_CREATEOBJECT.createPageBGM = function(){
//END : TRB00028 - Editor: Long - Date: 09/10/2013 - Summary : Fix For Page BGM
$
(
function
()
{
CONTENTVIEW_CREATEOBJECT
.
ready
();
//
CONTENTVIEW_CREATEOBJECT.ready();
});
CONTENTVIEW_CREATEOBJECT
.
ready
=
function
(){
...
...
abvw/js/contentview_Events.js
View file @
22f001de
...
...
@@ -1396,13 +1396,13 @@ CONTENTVIEW_EVENTS.mouseUp_CanvasMain = function(event) {
CONTENTVIEW_EVENTS
.
imgBack_click
=
function
()
{
console
.
log
(
"CONTENTVIEW_EVENTS.imgBack_click"
);
//
console.log("CONTENTVIEW_EVENTS.imgBack_click");
/* set end log */
COMMON
.
SetEndLog
(
CONTENTVIEW_GENERAL
.
contentID
);
COMMON
.
RegisterLog
();
window
.
onbeforeunload
=
null
;
//
window.onbeforeunload = null;
//画面クリア
CONTENTVIEW_INITOBJECT
.
clearViewerComponent
();
...
...
@@ -1422,29 +1422,8 @@ CONTENTVIEW_EVENTS.imgBack_click = function() {
// window.history.back();
//}
//試験
$
(
"#viewer"
).
hide
();
if
(
$
(
'#bookshelf'
).
length
||
$
(
'#list'
).
length
){
HOME
.
cssInit
();
$
(
"#header-ws"
).
show
();
$
(
"#ws-body"
).
show
();
$
(
"#topcontrol"
).
show
();
}
else
if
(
$
(
'#bookmark'
).
length
){
BOOKMARK
.
cssInit
();
$
(
"#header-ws"
).
show
();
$
(
"#ws-body"
).
show
();
$
(
"#topcontrol"
).
show
();
}
else
if
(
$
(
'#history'
).
length
){
HISTORY
.
cssInit
();
$
(
"#header-ws"
).
show
();
$
(
"#ws-body"
).
show
();
$
(
"#topcontrol"
).
show
();
}
else
if
(
$
(
'#contentsearch'
).
length
){
CONTENTSEARCH
.
cssInit
();
$
(
"#header-ws"
).
show
();
$
(
"#ws-body"
).
show
();
$
(
"#topcontrol"
).
show
();
}
//元の画面に戻って画面復帰
CONTENTVIEW
.
screenBack
();
}
}
else
{
/*check back */
...
...
@@ -1454,13 +1433,8 @@ CONTENTVIEW_EVENTS.imgBack_click = function() {
// window.history.back();
//}
console
.
log
(
"bbb"
);
//試験
$
(
"#viewer"
).
hide
();
HOME
.
cssInit
();
$
(
"#header-ws"
).
show
();
$
(
"#ws-body"
).
show
();
$
(
"#topcontrol"
).
show
();
//元の画面に戻って画面復帰
CONTENTVIEW
.
screenBack
();
}
...
...
@@ -2530,7 +2504,7 @@ TransitionObject.prototype.processNaviPage = function (currPos) {
CONTENTVIEW_EVENTS
.
_transitionObject
=
new
TransitionObject
();
$
(
function
()
{
CONTENTVIEW_EVENTS
.
ready
();
//
CONTENTVIEW_EVENTS.ready();
});
CONTENTVIEW_EVENTS
.
ready
=
function
(){
...
...
@@ -2558,4 +2532,3 @@ CONTENTVIEW_EVENTS.ready = function(){
};
abvw/js/contentview_FileSystem.js
View file @
22f001de
...
...
@@ -372,7 +372,7 @@ CONTENTVIEW_FILESYSTEM.errorHandler = function(e) {
};
$
(
function
()
{
CONTENTVIEW_FILESYSTEM
.
ready
();
//
CONTENTVIEW_FILESYSTEM.ready();
});
CONTENTVIEW_FILESYSTEM
.
ready
=
function
(){
...
...
abvw/js/contentview_General.js
View file @
22f001de
...
...
@@ -380,7 +380,7 @@ CONTENTVIEW_GENERAL.hideDialog = function() {
};
$
(
function
()
{
CONTENTVIEW_GENERAL
.
ready
();
//
CONTENTVIEW_GENERAL.ready();
});
CONTENTVIEW_GENERAL
.
ready
=
function
(){
...
...
abvw/js/contentview_GetData.js
View file @
22f001de
...
...
@@ -1064,14 +1064,10 @@ CONTENTVIEW_GETDATA.getContentID = function() {
/* init contentID */
if
(
ClientData
.
common_preContentId
())
{
console
.
log
(
"111"
);
CONTENTVIEW_GENERAL
.
contentID
=
ClientData
.
common_preContentId
();
ClientData
.
common_preContentId
(
null
);
}
else
if
(
ClientData
.
IsJumpBack
()
==
true
)
{
console
.
log
(
"222"
);
var
dataJump
=
ClientData
.
JumpQueue
();
CONTENTVIEW_GENERAL
.
contentID
=
dataJump
[
dataJump
.
length
-
1
].
oldContentID
;
...
...
@@ -1081,12 +1077,10 @@ console.log("222");
}
}
else
{
CONTENTVIEW_GENERAL
.
contentID
=
ClientData
.
contentInfo_contentId
();
console
.
log
(
"333:"
+
CONTENTVIEW_GENERAL
.
contentID
);
}
//console.log("CONTENTVIEW_GENERAL.contentID:" + CONTENTVIEW_GENERAL.contentID);
};
//Download resource
...
...
@@ -1580,9 +1574,9 @@ CONTENTVIEW_GETDATA.switchCanvas = function(nav){
CONTENTVIEW
.
destRect
=
CONTENTVIEW
.
destRectNext
;
//#12373
CONTENTVIEW
.
userScale
=
1
;
CONTENTVIEW
.
changeScale
(
CONTENTVIEW
.
userScale
);
CONTENTVIEW
.
flip
();
//
CONTENTVIEW.userScale = 1;
//
CONTENTVIEW.changeScale(CONTENTVIEW.userScale);
//
CONTENTVIEW.flip();
//#12373
//END TRB00097 - Editor: Long - Date: 09/30/2013 - Summary : Get All Page size of content
}
...
...
@@ -1618,7 +1612,7 @@ CONTENTVIEW_GETDATA.switchCanvas = function(nav){
CONTENTVIEW
.
destRect
=
CONTENTVIEW
.
destRectPrev
;
//#12373
CONTENTVIEW
.
userScale
=
1
;
//
CONTENTVIEW.userScale = 1;
//#12373
CONTENTVIEW
.
changeScale
(
CONTENTVIEW
.
userScale
);
CONTENTVIEW
.
flip
();
...
...
abvw/js/contentview_Gomu.js
View file @
22f001de
...
...
@@ -206,7 +206,7 @@ CONTENTVIEW_GOMU.touchStart_BtnCancel_Gomu = function(e){
// Setting dialog
$
(
function
()
{
CONTENTVIEW_GOMU
.
ready
();
//
CONTENTVIEW_GOMU.ready();
});
CONTENTVIEW_GOMU
.
ready
=
function
(){
...
...
abvw/js/contentview_ImagePreview.js
View file @
22f001de
...
...
@@ -457,7 +457,7 @@ CONTENTVIEW_IMAGEPREVIEW.handleDispNextPrevButton = function(){
};
$
(
function
()
{
CONTENTVIEW_IMAGEPREVIEW
.
ready
();
//
CONTENTVIEW_IMAGEPREVIEW.ready();
});
CONTENTVIEW_IMAGEPREVIEW
.
ready
=
function
(){
...
...
abvw/js/contentview_InitObjects.js
View file @
22f001de
...
...
@@ -121,7 +121,7 @@ CONTENTVIEW_INITOBJECT.setLoadingSize = function(){
//END : TRB00034 - DATE : 09/11/2013 - Editor : Long - Summary : Fix for center loading image
CONTENTVIEW_INITOBJECT
.
initPage
=
function
()
{
console
.
log
(
"CONTENTVIEW_INITOBJECT.initPage"
);
//
console.log("CONTENTVIEW_INITOBJECT.initPage");
CONTENTVIEW_INITOBJECT
.
setLoadingSize
();
$
(
'#divImageLoading'
).
css
(
'display'
,
'block'
);
...
...
@@ -271,135 +271,135 @@ console.log("CONTENTVIEW_INITOBJECT.initPage");
CONTENTVIEW_INITOBJECT
.
ajaxComplete8
=
function
(){
/* handle from bookmark page */
//handleFromBookMarkPage();
/* check move content */
if
(
ClientData
.
bookmark_pageNo
())
{
CONTENTVIEW
.
handleFromBookMarkPage
();
}
else
if
(
ClientData
.
common_prePageNo
())
{
/* handle from jump content */
CONTENTVIEW
.
handleFromJumpContent
();
}
else
if
(
ClientData
.
IsJumpBack
()
==
true
)
{
/* handle back */
CONTENTVIEW
.
oldContent_Back
();
}
else
{
if
(
CONTENTVIEW_GETDATA
.
getPageIndex
()
==
0
)
{
//コンテンツ差し替えチェック
CONTENTVIEW
.
deleteMaxPageOverData
();
if
(
CONTENTVIEW_INITOBJECT
.
isHasPageBGM
()){
CONTENTVIEW
.
isPendingContentBGM
=
true
;
}
else
{
CONTENTVIEW
.
isPendingContentBGM
=
false
;
}
console
.
log
(
"CONTENTVIEW_GENERAL.isFullScreen:"
+
CONTENTVIEW_GENERAL
.
isFullScreen
);
CONTENTVIEW_GETDATA
.
getContent
().
setPageImages
(
CONTENTVIEW_GENERAL
.
totalPage
,
CONTENTVIEW_GENERAL
.
pageImages
)
.
setPageObjects
(
CONTENTVIEW_GENERAL
.
pageObjects
)
.
setUpPage
(
0
);
CONTENTVIEW_CREATEOBJECT
.
createPageBGM
();
//Get next
if
(
CONTENTVIEW_GENERAL
.
totalPage
>
1
){
CONTENTVIEW_GETDATA
.
getNextPageObjectsByPageIndex
(
CONTENTVIEW_GENERAL
.
pageObjectsData
,
CONTENTVIEW_GETDATA
.
getPageIndex
()
+
1
);
//Render next page
CONTENTVIEW_GETDATA
.
renderNextPage
();
}
/* handle from bookmark page */
//handleFromBookMarkPage();
/* check move content */
if
(
ClientData
.
bookmark_pageNo
())
{
CONTENTVIEW
.
handleFromBookMarkPage
();
}
else
if
(
ClientData
.
common_prePageNo
())
{
/* handle from jump content */
CONTENTVIEW
.
handleFromJumpContent
();
}
else
if
(
ClientData
.
IsJumpBack
()
==
true
)
{
/* handle back */
CONTENTVIEW
.
oldContent_Back
();
}
else
{
if
(
CONTENTVIEW_GETDATA
.
getPageIndex
()
==
0
)
{
//コンテンツ差し替えチェック
CONTENTVIEW
.
deleteMaxPageOverData
();
if
(
CONTENTVIEW_INITOBJECT
.
isHasPageBGM
()){
CONTENTVIEW
.
isPendingContentBGM
=
true
;
}
else
{
CONTENTVIEW
.
isPendingContentBGM
=
false
;
}
//
console.log("CONTENTVIEW_GENERAL.isFullScreen:" + CONTENTVIEW_GENERAL.isFullScreen);
CONTENTVIEW_GETDATA
.
getContent
().
setPageImages
(
CONTENTVIEW_GENERAL
.
totalPage
,
CONTENTVIEW_GENERAL
.
pageImages
)
.
setPageObjects
(
CONTENTVIEW_GENERAL
.
pageObjects
)
.
setUpPage
(
0
);
CONTENTVIEW_CREATEOBJECT
.
createPageBGM
();
//Get next
if
(
CONTENTVIEW_GENERAL
.
totalPage
>
1
){
CONTENTVIEW_GETDATA
.
getNextPageObjectsByPageIndex
(
CONTENTVIEW_GENERAL
.
pageObjectsData
,
CONTENTVIEW_GETDATA
.
getPageIndex
()
+
1
);
//Render next page
CONTENTVIEW_GETDATA
.
renderNextPage
();
}
/* set pageTitle*/
if
(
CONTENTVIEW_GENERAL
.
dataPageTitle
[
0
])
{
if
(
CONTENTVIEW_GENERAL
.
dataPageTitle
[
0
]
!=
''
)
{
document
.
title
=
CONTENTVIEW_GENERAL
.
contentName
+
'_'
+
CONTENTVIEW_GENERAL
.
dataPageTitle
[
0
]
+
' | '
+
I18N
.
i18nText
(
'sysAppTitle'
);
}
else
{
document
.
title
=
CONTENTVIEW_GENERAL
.
contentName
+
' | '
+
I18N
.
i18nText
(
'sysAppTitle'
);
}
/* set pageTitle*/
if
(
CONTENTVIEW_GENERAL
.
dataPageTitle
[
0
])
{
if
(
CONTENTVIEW_GENERAL
.
dataPageTitle
[
0
]
!=
''
)
{
document
.
title
=
CONTENTVIEW_GENERAL
.
contentName
+
'_'
+
CONTENTVIEW_GENERAL
.
dataPageTitle
[
0
]
+
' | '
+
I18N
.
i18nText
(
'sysAppTitle'
);
}
else
{
document
.
title
=
CONTENTVIEW_GENERAL
.
contentName
+
' | '
+
I18N
.
i18nText
(
'sysAppTitle'
);
}
/* handle slider bar */
CONTENTVIEW
.
handleSliderBar
();
}
else
{
document
.
title
=
CONTENTVIEW_GENERAL
.
contentName
+
' | '
+
I18N
.
i18nText
(
'sysAppTitle'
);
}
/* handle slider bar */
CONTENTVIEW
.
handleSliderBar
();
}
}
/* window resize event */
$
(
window
).
resize
(
function
()
{
CONTENTVIEW_INITOBJECT
.
setLoadingSize
();
if
(
COMMON
.
isTouchDevice
()
==
true
)
{
if
(
CONTENTVIEW_GENERAL
.
avwUserEnvObj
.
isAndroid
())
{
var
tempRatio
=
document
.
documentElement
.
clientWidth
/
window
.
innerWidth
;
if
(
tempRatio
<=
1
)
{
// Adjust position for toolbar and footer bar
var
top
=
window
.
innerHeight
-
$
(
"#footer_toolbar_1"
).
height
();
$
(
"#wrapper"
).
css
(
"width"
,
window
.
innerWidth
);
$
(
"#wrapper"
).
css
(
"height"
,
window
.
innerHeight
);
$
(
"#footer_toolbar_1"
).
css
(
"top"
,
top
+
"px"
);
$
(
"#footer_toolbar_2"
).
css
(
"top"
,
top
+
"px"
);
}
else
{
var
top
=
$
(
window
).
height
()
-
$
(
"#footer_toolbar_1"
).
height
();
$
(
"#wrapper"
).
css
(
"width"
,
$
(
window
).
width
());
$
(
"#wrapper"
).
css
(
"height"
,
$
(
window
).
height
());
$
(
"#footer_toolbar_1"
).
css
(
"top"
,
top
+
"px"
);
$
(
"#footer_toolbar_2"
).
css
(
"top"
,
top
+
"px"
);
}
/* window resize event */
$
(
window
).
resize
(
function
()
{
CONTENTVIEW_INITOBJECT
.
setLoadingSize
();
if
(
COMMON
.
isTouchDevice
()
==
true
)
{
if
(
CONTENTVIEW_GENERAL
.
avwUserEnvObj
.
isAndroid
())
{
var
tempRatio
=
document
.
documentElement
.
clientWidth
/
window
.
innerWidth
;
if
(
tempRatio
<=
1
)
{
// Adjust position for toolbar and footer bar
var
top
=
window
.
innerHeight
-
$
(
"#footer_toolbar_1"
).
height
();
$
(
"#wrapper"
).
css
(
"width"
,
window
.
innerWidth
);
$
(
"#wrapper"
).
css
(
"height"
,
window
.
innerHeight
);
$
(
"#footer_toolbar_1"
).
css
(
"top"
,
top
+
"px"
);
$
(
"#footer_toolbar_2"
).
css
(
"top"
,
top
+
"px"
);
}
else
{
var
top
=
$
(
window
).
height
()
-
$
(
"#footer_toolbar_1"
).
height
();
$
(
"#wrapper"
).
css
(
"width"
,
$
(
window
).
width
());
$
(
"#wrapper"
).
css
(
"height"
,
$
(
window
).
height
());
$
(
"#footer_toolbar_1"
).
css
(
"top"
,
top
+
"px"
);
$
(
"#footer_toolbar_2"
).
css
(
"top"
,
top
+
"px"
);
}
}
}
CONTENTVIEW
.
resizeScreen
();
CONTENTVIEW_GENERAL
.
isChangeSizeScreen
=
false
;
CONTENTVIEW
.
resizeScreen
();
CONTENTVIEW_GENERAL
.
isChangeSizeScreen
=
false
;
/* change position dialog */
CONTENTVIEW
.
changePosDialog
();
/* change position dialog */
CONTENTVIEW
.
changePosDialog
();
/* close dialog popuptext */
CONTENTVIEW
.
closeDialogResize
();
/* close dialog popuptext */
CONTENTVIEW
.
closeDialogResize
();
});
});
/* check status button */
CONTENTVIEW
.
checkExistNextPrePage
();
/* check status button */
CONTENTVIEW
.
checkExistNextPrePage
();
/*init Image Bookmark */
CONTENTVIEW_INITOBJECT
.
initImageBookmark
();
/*init Image Bookmark */
CONTENTVIEW_INITOBJECT
.
initImageBookmark
();
$
(
'#lblSlider'
).
text
(
'/ '
+
CONTENTVIEW_GENERAL
.
totalPage
);
/* memo */
CONTENTVIEW_INITOBJECT
.
initImageMemo
();
CONTENTVIEW_INITOBJECT
.
initImageAddMemo
();
$
(
'#lblSlider'
).
text
(
'/ '
+
CONTENTVIEW_GENERAL
.
totalPage
);
/* memo */
CONTENTVIEW_INITOBJECT
.
initImageMemo
();
CONTENTVIEW_INITOBJECT
.
initImageAddMemo
();
/* init image had draw */
CONTENTVIEW_INITOBJECT
.
initDisplayMarking
();
/* init image had draw */
CONTENTVIEW_INITOBJECT
.
initDisplayMarking
();
/* check status */
CONTENTVIEW
.
checkStatusImageMarking
();
/* check status */
CONTENTVIEW
.
checkStatusImageMarking
();
CONTENTVIEW
.
trackTransforms
(
CONTENTVIEW_GENERAL
.
context_main
);
CONTENTVIEW
.
trackTransforms
(
CONTENTVIEW_GENERAL
.
context_main
);
if
(
COMMON
.
isTouchDevice
()
==
true
)
{
if
(
CONTENTVIEW_GENERAL
.
avwUserEnvObj
.
isAndroid
())
{
CONTENTVIEW_GENERAL
.
standardRatio
=
document
.
documentElement
.
clientWidth
/
window
.
innerWidth
;
ZOOM_DETECTOR
.
startDetectZoom
({
time
:
500
,
callbackFunction
:
function
(
oldRatio
,
newRatio
,
oldW
,
oldH
,
newW
,
newH
)
{
CONTENTVIEW_GENERAL
.
currentRatio
=
newRatio
;
}
});
var
top
=
window
.
innerHeight
-
$
(
"#footer_toolbar_1"
).
height
();
$
(
"#wrapper"
).
css
(
"width"
,
window
.
innerWidth
);
$
(
"#wrapper"
).
css
(
"height"
,
window
.
innerHeight
);
$
(
"#footer_toolbar_1"
).
css
(
"top"
,
top
+
"px"
);
$
(
"#footer_toolbar_2"
).
css
(
"top"
,
top
+
"px"
);
CONTENTVIEW
.
sizingScreen
();
}
if
(
COMMON
.
isTouchDevice
()
==
true
)
{
if
(
CONTENTVIEW_GENERAL
.
avwUserEnvObj
.
isAndroid
())
{
CONTENTVIEW_GENERAL
.
standardRatio
=
document
.
documentElement
.
clientWidth
/
window
.
innerWidth
;
ZOOM_DETECTOR
.
startDetectZoom
({
time
:
500
,
callbackFunction
:
function
(
oldRatio
,
newRatio
,
oldW
,
oldH
,
newW
,
newH
)
{
CONTENTVIEW_GENERAL
.
currentRatio
=
newRatio
;
}
});
var
top
=
window
.
innerHeight
-
$
(
"#footer_toolbar_1"
).
height
();
$
(
"#wrapper"
).
css
(
"width"
,
window
.
innerWidth
);
$
(
"#wrapper"
).
css
(
"height"
,
window
.
innerHeight
);
$
(
"#footer_toolbar_1"
).
css
(
"top"
,
top
+
"px"
);
$
(
"#footer_toolbar_2"
).
css
(
"top"
,
top
+
"px"
);
CONTENTVIEW
.
sizingScreen
();
}
CONTENTVIEW
.
setViewportForWin8
();
}
CONTENTVIEW
.
setViewportForWin8
();
console
.
log
(
"ajaxComp8 end"
);
//
console.log("ajaxComp8 end");
};
...
...
abvw/js/contentview_Maker.js
View file @
22f001de
...
...
@@ -119,17 +119,17 @@ CONTENTVIEW_MAKER.Maker_handleColorPickerEvent = function (){
}
});
//
$('#dlgMaker .colorpicker').live('click', CONTENTVIEW_MAKER.Maker_colorPickerClickFunction);
$
(
"#dlgMaker .colorpicker"
).
on
({
'click touchend'
:
function
(
ev
){
CONTENTVIEW_MAKER
.
Maker_colorPickerClickFunction
(
ev
);
return
false
;
},
'touchstart touchmove'
:
function
(){
//これを入れないと次にダイアログを開くと表示位置が大きくズレる
return
false
;
}
});
$
(
'#dlgMaker .colorpicker'
).
live
(
'click'
,
CONTENTVIEW_MAKER
.
Maker_colorPickerClickFunction
);
//
$("#dlgMaker .colorpicker").on({
//
'click touchend': function(ev){
//
CONTENTVIEW_MAKER.Maker_colorPickerClickFunction(ev);
//
return false;
//
},
//
'touchstart touchmove': function(){
//
//これを入れないと次にダイアログを開くと表示位置が大きくズレる
//
return false;
//
}
//
});
};
...
...
@@ -361,7 +361,7 @@ CONTENTVIEW_MAKER.Maker_colorWrapperMouseLeaveFunction = function() {
};
$
(
function
()
{
CONTENTVIEW_MAKER
.
ready
();
//
CONTENTVIEW_MAKER.ready();
});
CONTENTVIEW_MAKER
.
ready
=
function
(){
...
...
abvw/js/contentview_Marking.js
View file @
22f001de
...
...
@@ -459,7 +459,7 @@ CONTENTVIEW_MARKING.ShowMarking = function() {
// Setting dialog
$
(
function
()
{
CONTENTVIEW_MARKING
.
ready
();
//
CONTENTVIEW_MARKING.ready();
});
CONTENTVIEW_MARKING
.
ready
=
function
(){
...
...
abvw/js/contentview_Memo.js
View file @
22f001de
...
...
@@ -8,7 +8,7 @@ CONTENTVIEW_MEMO.createMemoDialog = function(){
CONTENTVIEW_MEMO
.
targetDiv
.
append
(
'<aside id="memoWrapper" class="MemoIndexBox">'
+
' <h1 class="indexBoxHd">'
+
I18N
.
i18nText
(
'txtMemo'
)
+
' <a class="delete"></a>'
+
' <a
id="memoClosing2"
class="delete"></a>'
+
' </h1>'
+
' <div id="memoArea" class="indexBoxBody_on">'
+
' <textarea id="txaMemoContent" style="resize: none; height: 302px; width: 452px; margin-bottom: 10px"></textarea>'
...
...
@@ -295,7 +295,7 @@ CONTENTVIEW_MEMO.editJqueryUIDialog = function(){
};
$
(
function
()
{
CONTENTVIEW_MEMO
.
ready
();
//
CONTENTVIEW_MEMO.ready();
});
CONTENTVIEW_MEMO
.
ready
=
function
(){
...
...
abvw/js/contentview_Pen.js
View file @
22f001de
...
...
@@ -125,17 +125,17 @@ CONTENTVIEW_PEN.Pen_handleColorPickerEvent = function() {
}
});
//
$('#dlgPen .colorpicker').live('click', CONTENTVIEW_PEN.Pen_colorPickerClickFunction);
$
(
"#dlgPen .colorpicker"
).
on
({
'click touchend'
:
function
(
ev
){
CONTENTVIEW_PEN
.
Pen_colorPickerClickFunction
(
ev
);
return
false
;
},
'touchstart touchmove'
:
function
(){
//これを入れないと次にダイアログを開くと表示位置が大きくズレる
return
false
;
}
});
$
(
'#dlgPen .colorpicker'
).
live
(
'click'
,
CONTENTVIEW_PEN
.
Pen_colorPickerClickFunction
);
//
$("#dlgPen .colorpicker").on({
//
'click touchend': function(ev){
//
CONTENTVIEW_PEN.Pen_colorPickerClickFunction(ev);
//
return false;
//
},
//
'touchstart touchmove': function(){
//
//これを入れないと次にダイアログを開くと表示位置が大きくズレる
//
return false;
//
}
//
});
};
...
...
@@ -366,7 +366,7 @@ CONTENTVIEW_PEN.Pen_colorWrapperMouseLeaveFunction = function() {
};
$
(
function
()
{
CONTENTVIEW_PEN
.
ready
();
//
CONTENTVIEW_PEN.ready();
});
CONTENTVIEW_PEN
.
ready
=
function
(){
...
...
abvw/js/contentview_PopupText.js
View file @
22f001de
...
...
@@ -114,7 +114,7 @@ CONTENTVIEW_POPUPTEXT.MailTo = function(email, subject) {
};
$
(
function
()
{
CONTENTVIEW_POPUPTEXT
.
ready
();
//
CONTENTVIEW_POPUPTEXT.ready();
});
CONTENTVIEW_POPUPTEXT
.
ready
=
function
(){
...
...
abvw/js/history.js
View file @
22f001de
...
...
@@ -116,6 +116,12 @@ $(document).ready(function(){
});
});
//ビューア、共有表示パーツ読み込み
$
(
"#viewer"
).
load
(
"./inc_contentview.html"
,
function
(
myData
,
myStatus
,
xhr
){
//読み込み完了時の処理
I18N
.
i18nReplaceText
();
});
});
//Call API
...
...
@@ -184,7 +190,7 @@ HISTORY.renderContent = function(id, text, division, type, order, from, to, cate
htmlTemp
=
htmlTemp
.
replace
(
/
\{
share
\}
/g
,
shareHtml
);
//ダイハツ対応
console
.
log
(
"post.download:"
+
post
.
download
);
//
console.log("post.download:" + post.download);
var
downloadHtml
=
""
;
if
(
post
.
download
==
'1'
){
downloadHtml
=
'<li><a class="read button-download" contentid="'
+
post
.
contentId
+
'" >ダウンロード</a></li>'
;
...
...
@@ -1401,7 +1407,7 @@ HISTORY.renderContentAfterSort = function(contentSortArr){
htmlTemp
=
htmlTemp
.
replace
(
/
\{
share
\}
/g
,
shareHtml
);
//ダイハツ対応
console
.
log
(
"post.download2:"
+
post
.
download
);
//
console.log("post.download2:" + post.download);
var
downloadHtml
=
""
;
if
(
post
.
download
==
'1'
){
downloadHtml
=
'<li><a class="read button-download" contentid="'
+
post
.
contentId
+
'" >ダウンロード</a></li>'
;
...
...
abvw/js/home.js
View file @
22f001de
...
...
@@ -265,11 +265,15 @@ $(document).ready(function () {
});
});
//ビューア、共有表示パーツ読み込み
$
(
"#viewer"
).
load
(
"./inc_contentview.html"
,
function
(
myData
,
myStatus
,
xhr
){
//読み込み完了時の処理
I18N
.
i18nReplaceText
();
});
});
//グループ認証ここか
か
//グループ認証ここか
ら
HOME
.
showDlgAuthCode
=
function
(
e
){
if
(
ClientData
.
authCode
()
==
""
){
COMMON
.
lockLayout
();
...
...
@@ -277,6 +281,7 @@ HOME.showDlgAuthCode = function(e){
$
(
'#inputAuthCode'
).
val
(
''
);
$
(
'#dlgAuthCode'
).
show
();
$
(
'#dlgAuthCode'
).
center
();
$
(
'#inputAuthCode'
).
focus
();
}
};
HOME
.
authCodeOkFunction
=
function
(
e
){
...
...
@@ -295,8 +300,7 @@ HOME.authCodeOkFunction = function(e){
function
(
data
)
{
if
(
data
.
result
)
{
alert
(
"data.result:"
+
data
.
result
);
//alert("data.result:"+data.result);
if
(
"ok"
==
data
.
result
){
//authCode有効
//画面再描画
...
...
@@ -572,10 +576,9 @@ HOME.canvasClickFunction = function(e) {
};
HOME
.
canvasClickFunction_callback
=
function
(
outputId
)
{
HOME
.
canvasClickFunction_callback
=
function
(
outputId
){
console
.
log
(
"HOME.canvasClickFunction_callback:"
+
outputId
);
//
console.log("HOME.canvasClickFunction_callback:" + outputId);
var
date
=
new
Date
();
var
month
=
date
.
getMonth
()
+
1
;
...
...
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