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
b7698e98
Commit
b7698e98
authored
Apr 16, 2015
by
vietdo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#15801 クイズ(ActionType=15)のJSON解析とビューア画面への表示
parent
721c5295
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
1 deletions
+6
-1
abvw/common/json/lang/lang-en.json
+2
-0
abvw/common/json/lang/lang-ja.json
+2
-0
abvw/inc_contentview.html
+1
-0
abvw/js/contentview_CreateObjects.js
+1
-1
No files found.
abvw/common/json/lang/lang-en.json
View file @
b7698e98
...
...
@@ -142,6 +142,8 @@
"msgAnonymousLoginErr"
:
"Can not login. (Error code: {0})"
,
"msgAnonymousLoginErr2"
:
"Can not login. "
,
"txtEnqueteTitle"
:
"Enquete"
,
"txtExamTitle"
:
"Exam"
,
"txtQuizTitle"
:
"Quiz"
,
"txtTransparent"
:
"Transparent"
,
"txtSemiTransparent"
:
"Translucent"
,
"txtNoTransparent"
:
"Opacity"
,
...
...
abvw/common/json/lang/lang-ja.json
View file @
b7698e98
...
...
@@ -142,6 +142,8 @@
"msgAnonymousLoginErr"
:
"ログインできません。(エラーコード:{0})"
,
"msgAnonymousLoginErr2"
:
"ログインできません。"
,
"txtEnqueteTitle"
:
"アンケート"
,
"txtExamTitle"
:
"試験"
,
"txtQuizTitle"
:
"クイズ"
,
"txtTransparent"
:
"透明"
,
"txtSemiTransparent"
:
"半透明"
,
"txtNoTransparent"
:
"不透明"
,
...
...
abvw/inc_contentview.html
View file @
b7698e98
...
...
@@ -383,6 +383,7 @@
<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_Exam.js?__UPDATEID__"
></script>
<script
type=
"text/javascript"
src=
"./js/contentview_Quiz.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>
...
...
abvw/js/contentview_CreateObjects.js
View file @
b7698e98
...
...
@@ -1059,7 +1059,7 @@ CONTENTVIEW_CREATEOBJECT.quiz = function (mediaType, actionType, id, imageUrl, x
isFullScreen
=
true
;
}
CONTENTVIEW_
EXAM
.
showExam
(
url
,
isFullScreen
,
objectId
);
CONTENTVIEW_
QUIZ
.
showQuiz
(
url
,
isFullScreen
,
objectId
);
CONTENTVIEW_GENERAL
.
showDialog
(
true
);
};
...
...
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