Gitlab CSE Unil
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
M. Chardon
moodle-assignfeedback_editpdfplus
Commits
94b04611
Commit
94b04611
authored
Aug 07, 2017
by
M. Chardon
Browse files
optimisation initialisation du mode adminDemo
parent
1a3d957a
Changes
16
Hide whitespace changes
Inline
Side-by-side
amd/build/admin_panel.min.js
View file @
94b04611
define
([
"
jquery
"
,
"
core/notification
"
,
"
core/templates
"
,
"
core/fragment
"
,
"
core/ajax
"
,
"
core/str
"
,
"
assignfeedback_editpdfplus/annotation
"
,
"
assignfeedback_editpdfplus/annotationhighlightplus
"
,
"
assignfeedback_editpdfplus/annotationstampplus
"
,
"
assignfeedback_editpdfplus/annotationframe
"
,
"
assignfeedback_editpdfplus/annotationcommentplus
"
,
"
assignfeedback_editpdfplus/annotationverticalline
"
,
"
assignfeedback_editpdfplus/annotationstampcomment
"
],
function
(
a
,
b
,
c
,
d
,
e
,
f
,
g
,
h
,
i
,
j
,
k
,
l
,
m
){
var
n
=
null
,
o
=
null
,
p
=
null
,
q
=
null
,
r
=
function
(
a
,
b
){
this
.
init
(),
n
=
a
,
q
=
JSON
.
parse
(
b
)};
r
.
annotationcurrent
=
null
,
r
.
prototype
.
selectTool
=
null
,
r
.
prototype
.
init
=
function
(){
a
(
"
#editpdlplus_axes
"
).
on
(
"
change
"
,
function
(){
a
(
"
.toolbar
"
).
hide
();
var
b
=
a
(
"
#editpdlplus_axes
"
).
val
();
a
(
"
#editpdlplus_toolbar_
"
+
b
).
show
();
var
c
=
a
(
"
#editpdlplus_axes option:selected
"
).
data
(
"
delete
"
);
c
&&
parseInt
(
c
)
>
0
?
a
(
"
#assignfeedback_editpdfplus_widget_admin_button_delaxis
"
).
addClass
(
"
disabled
"
):
a
(
"
#assignfeedback_editpdfplus_widget_admin_button_delaxis
"
).
removeClass
(
"
disabled
"
)}),
a
(
"
#editpdlplus_axes
"
).
change
(),
a
(
"
.editpdlplus_tool
"
).
on
(
"
click
"
,
v
),
this
.
selectTool
=
a
(
"
.editpdlplus_tool
"
).
first
(),
this
.
initTool
(),
a
(
"
#assignfeedback_editpdfplus_widget_admin_button_addaxis
"
).
on
(
"
click
"
,
this
.
openDivAddAxis
),
a
(
"
#assignfeedback_editpdfplus_widget_admin_button_editaxis
"
).
on
(
"
click
"
,
this
.
openDivEditAxis
),
a
(
"
#assignfeedback_editpdfplus_widget_admin_button_delaxis
"
).
on
(
"
click
"
,
this
.
openDivDelAxis
),
a
(
"
#assignfeedback_editpdfplus_widget_admin_button_addtool
"
).
on
(
"
click
"
,
this
.
openDivAddTool
)},
r
.
prototype
.
test
=
function
(){
alert
(
"
test
"
),
v
()},
r
.
prototype
.
initTool
=
function
(){
a
(
this
.
selectTool
).
removeClass
(
"
btn-default
"
),
a
(
this
.
selectTool
).
addClass
(
"
btn-primary
"
)};
var
s
=
function
(
a
){
for
(
var
b
=
0
;
b
<
q
.
length
;
b
++
)
if
(
q
[
b
].
id
==
a
)
return
q
[
b
]},
t
=
function
(){
a
(
"
#canevas
"
).
html
(
""
),
this
.
annotationcurrent
=
null
;
var
b
=
parseInt
(
a
(
"
#typetool
"
).
val
());
if
(
3
===
b
||
4
===
b
||
7
===
b
?
a
(
"
#canevas
"
).
css
(
"
background-image
"
,
"
url(
"
+
a
(
"
#map01
"
).
val
()
+
"
)
"
):
1
===
b
||
6
===
b
?
a
(
"
#canevas
"
).
css
(
"
background-image
"
,
"
url(
"
+
a
(
"
#map02
"
).
val
()
+
"
)
"
):
5
===
b
&&
a
(
"
#canevas
"
).
css
(
"
background-image
"
,
"
url(
"
+
a
(
"
#map03
"
).
val
()
+
"
)
"
),
1
===
b
)
this
.
annotationcurrent
=
new
h
,
this
.
annotationcurrent
.
x
=
83
,
this
.
annotationcurrent
.
y
=
84
,
this
.
annotationcurrent
.
endx
=
239
,
this
.
annotationcurrent
.
endy
=
100
;
else
if
(
3
===
b
)
this
.
annotationcurrent
=
new
i
,
this
.
annotationcurrent
.
x
=
60
,
this
.
annotationcurrent
.
y
=
100
;
else
if
(
4
===
b
){
this
.
annotationcurrent
=
new
j
,
this
.
annotationcurrent
.
x
=
279
,
this
.
annotationcurrent
.
y
=
113
,
this
.
annotationcurrent
.
endx
=
435
,
this
.
annotationcurrent
.
endy
=
129
,
this
.
annotationcurrent
.
parent_annot
=
0
;
var
c
=
new
j
;
c
.
x
=
144
,
c
.
y
=
216
,
c
.
endx
=
296
,
c
.
endy
=
232
}
else
5
===
b
?(
this
.
annotationcurrent
=
new
l
,
this
.
annotationcurrent
.
x
=
285
,
this
.
annotationcurrent
.
y
=
65
,
this
.
annotationcurrent
.
endy
=
175
):
6
===
b
?(
this
.
annotationcurrent
=
new
m
,
this
.
annotationcurrent
.
x
=
188
,
this
.
annotationcurrent
.
y
=
118
,
this
.
annotationcurrent
.
displayrotation
=
1
):
7
===
b
&&
(
this
.
annotationcurrent
=
new
k
,
this
.
annotationcurrent
.
x
=
30
,
this
.
annotationcurrent
.
y
=
90
);
if
(
this
.
annotationcurrent
){
var
d
=
s
(
b
);
this
.
annotationcurrent
.
tooltype
=
o
,
o
.
color
?
this
.
annotationcurrent
.
colour
=
o
.
color
:
this
.
annotationcurrent
.
colour
=
d
.
color
,
this
.
annotationcurrent
.
tooltypefamille
=
d
,
this
.
annotationcurrent
.
id
=
"
previsu_annot
"
,
this
.
annotationcurrent
.
displaylock
=
1
,
this
.
annotationcurrent
.
adminDemo
=
1
,
this
.
annotationcurrent
.
draw
(
a
(
"
#canevas
"
)),
c
&&
(
c
.
tooltype
=
o
,
o
.
color
?
c
.
colour
=
o
.
color
:
c
.
colour
=
d
.
color
,
c
.
tooltypefamille
=
d
,
c
.
parent_annot
=
this
.
annotationcurrent
.
id
,
c
.
id
=
"
previsu_annot_child
"
,
c
.
displaylock
=
1
,
c
.
adminDemo
=
1
,
c
.
draw
(
a
(
"
#canevas
"
)))}};
r
.
prototype
.
openDivAddAxis
=
function
(){
a
(
"
#axistool
"
).
hide
(),
a
(
"
#assignfeedback_editpdfplus_widget_admin_div_addaxis
"
).
show
(),
a
(
"
#assignfeedback_editpdfplus_widget_admin_div_addaxis > .panel-body
"
).
html
(
""
);
var
e
=
{};
d
.
loadFragment
(
"
assignfeedback_editpdfplus
"
,
"
axisadd
"
,
n
,
e
).
done
(
function
(
a
,
b
){
c
.
appendNodeContents
(
"
#assignfeedback_editpdfplus_widget_admin_div_addaxis > .panel-body
"
,
a
,
b
)}.
bind
(
this
)).
fail
(
b
.
exception
)},
r
.
prototype
.
openDivEditAxis
=
function
(){
a
(
"
#axistool
"
).
hide
(),
a
(
"
#assignfeedback_editpdfplus_widget_admin_div_editaxis
"
).
show
(),
a
(
"
#assignfeedback_editpdfplus_widget_admin_div_editaxis > .panel-body
"
).
html
(
""
);
var
e
=
a
(
"
#editpdlplus_axes option:selected
"
).
val
(),
f
=
{
axeid
:
e
};
d
.
loadFragment
(
"
assignfeedback_editpdfplus
"
,
"
axisedit
"
,
n
,
f
).
done
(
function
(
a
,
b
){
c
.
appendNodeContents
(
"
#assignfeedback_editpdfplus_widget_admin_div_editaxis > .panel-body
"
,
a
,
b
)}.
bind
(
this
)).
fail
(
b
.
exception
)},
r
.
prototype
.
openDivDelAxis
=
function
(){
a
(
"
#axistool
"
).
hide
(),
a
(
"
#assignfeedback_editpdfplus_widget_admin_div_delaxis
"
).
show
(),
a
(
"
#assignfeedback_editpdfplus_widget_admin_div_delaxis > .panel-body
"
).
html
(
""
);
var
e
=
a
(
"
#editpdlplus_axes option:selected
"
).
val
(),
f
=
{
axeid
:
e
};
d
.
loadFragment
(
"
assignfeedback_editpdfplus
"
,
"
axisdel
"
,
n
,
f
).
done
(
function
(
a
,
b
){
c
.
appendNodeContents
(
"
#assignfeedback_editpdfplus_widget_admin_div_delaxis > .panel-body
"
,
a
,
b
)}.
bind
(
this
)).
fail
(
b
.
exception
)};
var
u
=
function
(
b
,
d
,
e
){
var
f
=
a
.
Deferred
();
return
b
.
fadeOut
(
"
fast
"
,
function
(){
c
.
replaceNodeContents
(
b
,
d
,
e
),
b
.
fadeIn
(
"
fast
"
,
function
(){
f
.
resolve
()})}),
f
.
promise
()},
v
=
function
(){
var
c
=
f
.
get_string
(
"
admindeltool_messageok
"
,
"
assignfeedback_editpdfplus
"
),
g
=
a
(
this
).
val
();
a
(
"
.editpdlplus_tool
"
).
each
(
function
(){
a
(
this
).
removeClass
(
"
btn-primary
"
),
a
(
this
).
removeClass
(
"
btn-default
"
);
var
b
=
a
(
this
).
data
(
"
enable
"
);
1
===
b
&&
a
(
this
).
val
()
!==
g
&&
a
(
this
).
addClass
(
"
btn-default
"
)}),
a
(
this
).
addClass
(
"
btn-primary
"
),
a
(
"
#editpdlplus_tool_item
"
).
html
(
""
);
var
h
=
{
toolid
:
g
};
d
.
loadFragment
(
"
assignfeedback_editpdfplus
"
,
"
tooledit
"
,
n
,
h
).
done
(
function
(
d
,
f
){
u
(
a
(
"
#editpdlplus_tool_item
"
),
d
,
f
).
done
(
function
(){
o
=
new
Object
,
o
.
typetool
=
a
(
"
#typetool
"
).
val
(),
o
.
color
=
a
(
"
#color
"
).
val
(),
o
.
libelle
=
a
(
"
#libelle
"
).
val
(),
o
.
catridgecolor
=
a
(
"
#cartridgecolor
"
).
val
(),
o
.
texts
=
a
(
"
#texts
"
).
val
(),
o
.
button
=
a
(
"
#button
"
).
val
(),
o
.
enabled
=
a
(
"
#enabled
"
).
val
(),
o
.
reply
=
a
(
"
#reply
"
).
val
(),
o
.
order
=
a
(
"
#order
"
).
val
(),
a
(
"
#toolFormSubmit
"
).
on
(
"
click
"
,
function
(){
var
c
=
a
(
"
#assignfeedback_editpdfplus_edit_tool
"
),
d
=
c
.
serialize
();
e
.
call
([{
methodname
:
"
assignfeedback_editpdfplus_submit_tool_edit_form
"
,
args
:{
jsonformdata
:
JSON
.
stringify
(
d
)}}])[
0
].
done
(
function
(
b
){
if
(
""
===
b
[
0
].
message
){
a
(
"
#message_edit_tool
"
).
html
(
"
Modifications enregistrées
"
),
a
(
"
#message_edit_tool
"
).
addClass
(
"
alert-success
"
),
a
(
"
#message_edit_tool
"
).
removeClass
(
"
alert-danger
"
),
a
(
"
#editpdlplus_toolbar_
"
+
b
[
0
].
axeid
).
html
(
""
);
for
(
var
c
=
0
;
c
<
b
.
length
;
c
++
){
var
d
=
"
btn-default
"
;
1
!==
b
[
c
].
enable
&&
(
d
=
""
),
b
[
c
].
toolid
===
b
[
c
].
selecttool
&&
(
d
=
"
btn-primary
"
);
var
e
=
""
;
4
!==
b
[
c
].
typetool
&&
1
!==
b
[
c
].
typetool
||
(
e
=
"
text-decoration: underline;
"
);
var
f
=
b
[
c
].
button
;
4
!==
b
[
c
].
typetool
&&
5
!==
b
[
c
].
typetool
||
(
f
=
"
|
"
+
f
,
4
===
b
[
c
].
typetool
&&
(
f
+=
"
|
"
));
var
g
=
"
<button class='btn
"
+
d
+
"
editpdlplus_tool' id='editpdlplus_tool_
"
+
b
[
c
].
toolid
+
"
' style='
"
+
e
+
"
' value='
"
+
b
[
c
].
toolid
+
"
' data-enable='
"
+
b
[
c
].
enable
+
"
'>
"
+
f
+
"
</button>
"
;
a
(
"
#editpdlplus_toolbar_
"
+
b
[
0
].
axeid
).
append
(
g
)}
a
(
"
.editpdlplus_tool
"
).
on
(
"
click
"
,
v
)}
else
a
(
"
#message_edit_tool
"
).
html
(
b
[
0
].
message
),
a
(
"
#message_edit_tool
"
).
addClass
(
"
alert-danger
"
),
a
(
"
#message_edit_tool
"
).
removeClass
(
"
alert-success
"
)}).
fail
(
b
.
exception
)}),
a
(
"
#toolEnabled
"
).
on
(
"
click
"
,
function
(){
var
b
=
a
(
"
#toolenabled
"
).
val
();
1
==
b
?(
a
(
"
#toolEnabled > i
"
).
addClass
(
"
fa-eye-slash
"
),
a
(
"
#toolEnabled > i
"
).
removeClass
(
"
fa-eye
"
),
a
(
"
#toolenabled
"
).
val
(
0
)):(
a
(
"
#toolEnabled > i
"
).
addClass
(
"
fa-eye
"
),
a
(
"
#toolEnabled > i
"
).
removeClass
(
"
fa-eye-slash
"
),
a
(
"
#toolenabled
"
).
val
(
1
)),
a
(
"
#toolFormSubmit
"
).
click
()}),
a
(
"
#toolClone
"
).
on
(
"
click
"
,
function
(){
p
=
"
clone
"
,
a
(
"
#assignfeedback_editpdfplus_widget_admin_button_addtool
"
).
click
()}),
a
(
"
#toolRemove
"
).
on
(
"
click
"
,
function
(){
if
(
!
a
(
this
).
hasClass
(
"
disabled
"
)){
var
d
=
a
(
"
#assignfeedback_editpdfplus_edit_tool
"
),
f
=
d
.
serialize
();
e
.
call
([{
methodname
:
"
assignfeedback_editpdfplus_submit_tool_del_form
"
,
args
:{
jsonformdata
:
JSON
.
stringify
(
f
)}}])[
0
].
done
(
function
(
b
){
if
(
""
===
b
[
0
].
message
){
a
(
"
#message_edit_tool
"
).
html
(
c
),
a
(
"
#message_edit_tool
"
).
addClass
(
"
alert-success
"
),
a
(
"
#message_edit_tool
"
).
removeClass
(
"
alert-danger
"
),
a
(
"
#editpdlplus_toolbar_
"
+
b
[
0
].
axeid
).
html
(
""
);
for
(
var
d
=
0
;
d
<
b
.
length
;
d
++
){
var
e
=
"
btn-default
"
;
1
!==
b
[
d
].
enable
&&
(
e
=
""
),
b
[
d
].
toolid
===
b
[
d
].
selecttool
&&
(
e
=
"
btn-primary
"
);
var
f
=
""
;
4
!==
b
[
d
].
typetool
&&
1
!==
b
[
d
].
typetool
||
(
f
=
"
text-decoration: underline;
"
);
var
g
=
b
[
d
].
button
;
4
!==
b
[
d
].
typetool
&&
5
!==
b
[
d
].
typetool
||
(
g
=
"
|
"
+
g
,
4
===
b
[
d
].
typetool
&&
(
g
+=
"
|
"
));
var
h
=
"
<button class='btn
"
+
e
+
"
editpdlplus_tool' id='editpdlplus_tool_
"
+
b
[
d
].
toolid
+
"
' style='
"
+
f
+
"
' value='
"
+
b
[
d
].
toolid
+
"
' data-enable='
"
+
b
[
d
].
enable
+
"
'>
"
+
g
+
"
</button>
"
;
a
(
"
#editpdlplus_toolbar_
"
+
b
[
0
].
axeid
).
append
(
h
)}
a
(
"
.editpdlplus_tool
"
).
on
(
"
click
"
,
v
),
a
(
"
#toolworkspace
"
).
html
(
""
)}
else
a
(
"
#message_edit_tool
"
).
html
(
b
[
0
].
message
),
a
(
"
#message_edit_tool
"
).
addClass
(
"
alert-danger
"
),
a
(
"
#message_edit_tool
"
).
removeClass
(
"
alert-success
"
)}).
fail
(
b
.
exception
)}}),
t
()}.
bind
(
this
)).
fail
(
b
.
exception
)}.
bind
(
this
)).
fail
(
b
.
exception
)};
return
r
.
prototype
.
openDivAddTool
=
function
(){
var
c
=
f
.
get_string
(
"
adminaddtool_messageok
"
,
"
assignfeedback_editpdfplus
"
);
a
(
"
#editpdlplus_tool_item
"
).
html
(
""
),
a
(
"
.btn-primary
"
).
addClass
(
"
btn-default
"
),
a
(
"
.editpdlplus_tool
"
).
removeClass
(
"
btn-primary
"
);
var
g
=
a
(
"
#editpdlplus_axes option:selected
"
).
val
(),
h
=
{
axisid
:
g
};
d
.
loadFragment
(
"
assignfeedback_editpdfplus
"
,
"
tooladd
"
,
n
,
h
).
done
(
function
(
d
,
f
){
u
(
a
(
"
#editpdlplus_tool_item
"
),
d
,
f
).
done
(
function
(){
"
clone
"
===
p
&&
(
a
(
"
#typetool
"
).
val
(
o
.
typetool
),
a
(
"
#color
"
).
val
(
o
.
color
),
a
(
"
#libelle
"
).
val
(
o
.
libelle
),
a
(
"
#cartridgecolor
"
).
val
(
o
.
catridgecolor
),
a
(
"
#texts
"
).
val
(
o
.
texts
),
a
(
"
#button
"
).
val
(
o
.
button
),
a
(
"
#enabled
"
).
val
(
o
.
enabled
),
a
(
"
#reply
"
).
val
(
o
.
reply
),
a
(
"
#order
"
).
val
(
o
.
order
),
o
=
null
,
p
=
null
),
a
(
"
#toolFormSubmit
"
).
on
(
"
click
"
,
function
(){
var
d
=
a
(
"
#assignfeedback_editpdfplus_edit_tool
"
),
f
=
d
.
serialize
();
e
.
call
([{
methodname
:
"
assignfeedback_editpdfplus_submit_tool_add_form
"
,
args
:{
jsonformdata
:
JSON
.
stringify
(
f
)}}])[
0
].
done
(
function
(
b
){
if
(
""
===
b
[
0
].
message
){
a
(
"
#message_edit_tool
"
).
html
(
c
),
a
(
"
#message_edit_tool
"
).
addClass
(
"
alert-success
"
),
a
(
"
#message_edit_tool
"
).
removeClass
(
"
alert-danger
"
),
a
(
"
#editpdlplus_toolbar_
"
+
b
[
0
].
axeid
).
html
(
""
);
for
(
var
d
=
0
;
d
<
b
.
length
;
d
++
){
var
e
=
"
btn-default
"
;
1
!==
b
[
d
].
enable
&&
(
e
=
""
),
b
[
d
].
toolid
===
b
[
d
].
selecttool
&&
(
e
=
"
btn-primary
"
);
var
f
=
""
;
4
!==
b
[
d
].
typetool
&&
1
!==
b
[
d
].
typetool
||
(
f
=
"
text-decoration: underline;
"
);
var
g
=
b
[
d
].
button
;
4
!==
b
[
d
].
typetool
&&
5
!==
b
[
d
].
typetool
||
(
g
=
"
|
"
+
g
,
4
===
b
[
d
].
typetool
&&
(
g
+=
"
|
"
));
var
h
=
"
<button class='btn
"
+
e
+
"
editpdlplus_tool' id='editpdlplus_tool_
"
+
b
[
d
].
toolid
+
"
' style='
"
+
f
+
"
' value='
"
+
b
[
d
].
toolid
+
"
' data-enable='
"
+
b
[
d
].
enable
+
"
'>
"
+
g
+
"
</button>
"
;
a
(
"
#editpdlplus_toolbar_
"
+
b
[
0
].
axeid
).
append
(
h
)}
a
(
"
.editpdlplus_tool
"
).
on
(
"
click
"
,
v
),
a
(
"
#editpdlplus_tool_item
"
).
html
(
""
)}
else
a
(
"
#message_edit_tool
"
).
html
(
b
[
0
].
message
),
a
(
"
#message_edit_tool
"
).
addClass
(
"
alert-danger
"
),
a
(
"
#message_edit_tool
"
).
removeClass
(
"
alert-success
"
)}).
fail
(
b
.
exception
)})}.
bind
(
this
)).
fail
(
b
.
exception
)}.
bind
(
this
)).
fail
(
b
.
exception
)},
r
});
\ No newline at end of file
define
([
"
jquery
"
,
"
core/notification
"
,
"
core/templates
"
,
"
core/fragment
"
,
"
core/ajax
"
,
"
core/str
"
,
"
assignfeedback_editpdfplus/annotation
"
,
"
assignfeedback_editpdfplus/annotationhighlightplus
"
,
"
assignfeedback_editpdfplus/annotationstampplus
"
,
"
assignfeedback_editpdfplus/annotationframe
"
,
"
assignfeedback_editpdfplus/annotationcommentplus
"
,
"
assignfeedback_editpdfplus/annotationverticalline
"
,
"
assignfeedback_editpdfplus/annotationstampcomment
"
],
function
(
a
,
b
,
c
,
d
,
e
,
f
,
g
,
h
,
i
,
j
,
k
,
l
,
m
){
var
n
=
null
,
o
=
null
,
p
=
null
,
q
=
null
,
r
=
function
(
a
,
b
){
this
.
init
(),
n
=
a
,
q
=
JSON
.
parse
(
b
)};
r
.
annotationcurrent
=
null
,
r
.
prototype
.
selectTool
=
null
,
r
.
prototype
.
init
=
function
(){
a
(
"
#editpdlplus_axes
"
).
on
(
"
change
"
,
function
(){
a
(
"
.toolbar
"
).
hide
();
var
b
=
a
(
"
#editpdlplus_axes
"
).
val
();
a
(
"
#editpdlplus_toolbar_
"
+
b
).
show
();
var
c
=
a
(
"
#editpdlplus_axes option:selected
"
).
data
(
"
delete
"
);
c
&&
parseInt
(
c
)
>
0
?
a
(
"
#assignfeedback_editpdfplus_widget_admin_button_delaxis
"
).
addClass
(
"
disabled
"
):
a
(
"
#assignfeedback_editpdfplus_widget_admin_button_delaxis
"
).
removeClass
(
"
disabled
"
)}),
a
(
"
#editpdlplus_axes
"
).
change
(),
a
(
"
.editpdlplus_tool
"
).
on
(
"
click
"
,
v
),
this
.
selectTool
=
a
(
"
.editpdlplus_tool
"
).
first
(),
this
.
initTool
(),
a
(
"
#assignfeedback_editpdfplus_widget_admin_button_addaxis
"
).
on
(
"
click
"
,
this
.
openDivAddAxis
),
a
(
"
#assignfeedback_editpdfplus_widget_admin_button_editaxis
"
).
on
(
"
click
"
,
this
.
openDivEditAxis
),
a
(
"
#assignfeedback_editpdfplus_widget_admin_button_delaxis
"
).
on
(
"
click
"
,
this
.
openDivDelAxis
),
a
(
"
#assignfeedback_editpdfplus_widget_admin_button_addtool
"
).
on
(
"
click
"
,
this
.
openDivAddTool
)},
r
.
prototype
.
test
=
function
(){
alert
(
"
test
"
),
v
()},
r
.
prototype
.
initTool
=
function
(){
a
(
this
.
selectTool
).
removeClass
(
"
btn-default
"
),
a
(
this
.
selectTool
).
addClass
(
"
btn-primary
"
)};
var
s
=
function
(
a
){
for
(
var
b
=
0
;
b
<
q
.
length
;
b
++
)
if
(
q
[
b
].
id
==
a
)
return
q
[
b
]},
t
=
function
(){
a
(
"
#canevas
"
).
html
(
""
),
this
.
annotationcurrent
=
null
;
var
b
=
parseInt
(
a
(
"
#typetool
"
).
val
());
if
(
3
===
b
||
4
===
b
||
7
===
b
?
a
(
"
#canevas
"
).
css
(
"
background-image
"
,
"
url(
"
+
a
(
"
#map01
"
).
val
()
+
"
)
"
):
1
===
b
||
6
===
b
?
a
(
"
#canevas
"
).
css
(
"
background-image
"
,
"
url(
"
+
a
(
"
#map02
"
).
val
()
+
"
)
"
):
5
===
b
&&
a
(
"
#canevas
"
).
css
(
"
background-image
"
,
"
url(
"
+
a
(
"
#map03
"
).
val
()
+
"
)
"
),
1
===
b
)
this
.
annotationcurrent
=
new
h
;
else
if
(
3
===
b
)
this
.
annotationcurrent
=
new
i
;
else
if
(
4
===
b
){
this
.
annotationcurrent
=
new
j
;
var
c
=
new
j
}
else
5
===
b
?
this
.
annotationcurrent
=
new
l
:
6
===
b
?
this
.
annotationcurrent
=
new
m
:
7
===
b
&&
(
this
.
annotationcurrent
=
new
k
);
if
(
this
.
annotationcurrent
){
var
d
=
s
(
b
);
this
.
annotationcurrent
.
initAdminDemo
(
o
,
d
),
this
.
annotationcurrent
.
draw
(
a
(
"
#canevas
"
)),
c
&&
(
c
.
initChildAdminDemo
(
this
.
annotationcurrent
),
c
.
draw
(
a
(
"
#canevas
"
)))}};
r
.
prototype
.
openDivAddAxis
=
function
(){
a
(
"
#axistool
"
).
hide
(),
a
(
"
#assignfeedback_editpdfplus_widget_admin_div_addaxis
"
).
show
(),
a
(
"
#assignfeedback_editpdfplus_widget_admin_div_addaxis > .panel-body
"
).
html
(
""
);
var
e
=
{};
d
.
loadFragment
(
"
assignfeedback_editpdfplus
"
,
"
axisadd
"
,
n
,
e
).
done
(
function
(
a
,
b
){
c
.
appendNodeContents
(
"
#assignfeedback_editpdfplus_widget_admin_div_addaxis > .panel-body
"
,
a
,
b
)}.
bind
(
this
)).
fail
(
b
.
exception
)},
r
.
prototype
.
openDivEditAxis
=
function
(){
a
(
"
#axistool
"
).
hide
(),
a
(
"
#assignfeedback_editpdfplus_widget_admin_div_editaxis
"
).
show
(),
a
(
"
#assignfeedback_editpdfplus_widget_admin_div_editaxis > .panel-body
"
).
html
(
""
);
var
e
=
a
(
"
#editpdlplus_axes option:selected
"
).
val
(),
f
=
{
axeid
:
e
};
d
.
loadFragment
(
"
assignfeedback_editpdfplus
"
,
"
axisedit
"
,
n
,
f
).
done
(
function
(
a
,
b
){
c
.
appendNodeContents
(
"
#assignfeedback_editpdfplus_widget_admin_div_editaxis > .panel-body
"
,
a
,
b
)}.
bind
(
this
)).
fail
(
b
.
exception
)},
r
.
prototype
.
openDivDelAxis
=
function
(){
a
(
"
#axistool
"
).
hide
(),
a
(
"
#assignfeedback_editpdfplus_widget_admin_div_delaxis
"
).
show
(),
a
(
"
#assignfeedback_editpdfplus_widget_admin_div_delaxis > .panel-body
"
).
html
(
""
);
var
e
=
a
(
"
#editpdlplus_axes option:selected
"
).
val
(),
f
=
{
axeid
:
e
};
d
.
loadFragment
(
"
assignfeedback_editpdfplus
"
,
"
axisdel
"
,
n
,
f
).
done
(
function
(
a
,
b
){
c
.
appendNodeContents
(
"
#assignfeedback_editpdfplus_widget_admin_div_delaxis > .panel-body
"
,
a
,
b
)}.
bind
(
this
)).
fail
(
b
.
exception
)};
var
u
=
function
(
b
,
d
,
e
){
var
f
=
a
.
Deferred
();
return
b
.
fadeOut
(
"
fast
"
,
function
(){
c
.
replaceNodeContents
(
b
,
d
,
e
),
b
.
fadeIn
(
"
fast
"
,
function
(){
f
.
resolve
()})}),
f
.
promise
()},
v
=
function
(){
var
c
=
f
.
get_string
(
"
admindeltool_messageok
"
,
"
assignfeedback_editpdfplus
"
),
g
=
a
(
this
).
val
();
a
(
"
.editpdlplus_tool
"
).
each
(
function
(){
a
(
this
).
removeClass
(
"
btn-primary
"
),
a
(
this
).
removeClass
(
"
btn-default
"
);
var
b
=
a
(
this
).
data
(
"
enable
"
);
1
===
b
&&
a
(
this
).
val
()
!==
g
&&
a
(
this
).
addClass
(
"
btn-default
"
)}),
a
(
this
).
addClass
(
"
btn-primary
"
),
a
(
"
#editpdlplus_tool_item
"
).
html
(
""
);
var
h
=
{
toolid
:
g
};
d
.
loadFragment
(
"
assignfeedback_editpdfplus
"
,
"
tooledit
"
,
n
,
h
).
done
(
function
(
d
,
f
){
u
(
a
(
"
#editpdlplus_tool_item
"
),
d
,
f
).
done
(
function
(){
o
=
new
Object
,
o
.
typetool
=
a
(
"
#typetool
"
).
val
(),
o
.
color
=
a
(
"
#color
"
).
val
(),
o
.
libelle
=
a
(
"
#libelle
"
).
val
(),
o
.
catridgecolor
=
a
(
"
#cartridgecolor
"
).
val
(),
o
.
texts
=
a
(
"
#texts
"
).
val
(),
o
.
button
=
a
(
"
#button
"
).
val
(),
o
.
enabled
=
a
(
"
#enabled
"
).
val
(),
o
.
reply
=
a
(
"
#reply
"
).
val
(),
o
.
order
=
a
(
"
#order
"
).
val
(),
a
(
"
#toolFormSubmit
"
).
on
(
"
click
"
,
function
(){
var
c
=
a
(
"
#assignfeedback_editpdfplus_edit_tool
"
),
d
=
c
.
serialize
();
e
.
call
([{
methodname
:
"
assignfeedback_editpdfplus_submit_tool_edit_form
"
,
args
:{
jsonformdata
:
JSON
.
stringify
(
d
)}}])[
0
].
done
(
function
(
b
){
if
(
""
===
b
[
0
].
message
){
a
(
"
#message_edit_tool
"
).
html
(
"
Modifications enregistrées
"
),
a
(
"
#message_edit_tool
"
).
addClass
(
"
alert-success
"
),
a
(
"
#message_edit_tool
"
).
removeClass
(
"
alert-danger
"
),
a
(
"
#editpdlplus_toolbar_
"
+
b
[
0
].
axeid
).
html
(
""
);
for
(
var
c
=
0
;
c
<
b
.
length
;
c
++
){
var
d
=
"
btn-default
"
;
1
!==
b
[
c
].
enable
&&
(
d
=
""
),
b
[
c
].
toolid
===
b
[
c
].
selecttool
&&
(
d
=
"
btn-primary
"
);
var
e
=
""
;
4
!==
b
[
c
].
typetool
&&
1
!==
b
[
c
].
typetool
||
(
e
=
"
text-decoration: underline;
"
);
var
f
=
b
[
c
].
button
;
4
!==
b
[
c
].
typetool
&&
5
!==
b
[
c
].
typetool
||
(
f
=
"
|
"
+
f
,
4
===
b
[
c
].
typetool
&&
(
f
+=
"
|
"
));
var
g
=
"
<button class='btn
"
+
d
+
"
editpdlplus_tool' id='editpdlplus_tool_
"
+
b
[
c
].
toolid
+
"
' style='
"
+
e
+
"
' value='
"
+
b
[
c
].
toolid
+
"
' data-enable='
"
+
b
[
c
].
enable
+
"
'>
"
+
f
+
"
</button>
"
;
a
(
"
#editpdlplus_toolbar_
"
+
b
[
0
].
axeid
).
append
(
g
)}
a
(
"
.editpdlplus_tool
"
).
on
(
"
click
"
,
v
)}
else
a
(
"
#message_edit_tool
"
).
html
(
b
[
0
].
message
),
a
(
"
#message_edit_tool
"
).
addClass
(
"
alert-danger
"
),
a
(
"
#message_edit_tool
"
).
removeClass
(
"
alert-success
"
)}).
fail
(
b
.
exception
)}),
a
(
"
#toolEnabled
"
).
on
(
"
click
"
,
function
(){
var
b
=
a
(
"
#toolenabled
"
).
val
();
1
==
b
?(
a
(
"
#toolEnabled > i
"
).
addClass
(
"
fa-eye-slash
"
),
a
(
"
#toolEnabled > i
"
).
removeClass
(
"
fa-eye
"
),
a
(
"
#toolenabled
"
).
val
(
0
)):(
a
(
"
#toolEnabled > i
"
).
addClass
(
"
fa-eye
"
),
a
(
"
#toolEnabled > i
"
).
removeClass
(
"
fa-eye-slash
"
),
a
(
"
#toolenabled
"
).
val
(
1
)),
a
(
"
#toolFormSubmit
"
).
click
()}),
a
(
"
#toolClone
"
).
on
(
"
click
"
,
function
(){
p
=
"
clone
"
,
a
(
"
#assignfeedback_editpdfplus_widget_admin_button_addtool
"
).
click
()}),
a
(
"
#toolRemove
"
).
on
(
"
click
"
,
function
(){
if
(
!
a
(
this
).
hasClass
(
"
disabled
"
)){
var
d
=
a
(
"
#assignfeedback_editpdfplus_edit_tool
"
),
f
=
d
.
serialize
();
e
.
call
([{
methodname
:
"
assignfeedback_editpdfplus_submit_tool_del_form
"
,
args
:{
jsonformdata
:
JSON
.
stringify
(
f
)}}])[
0
].
done
(
function
(
b
){
if
(
""
===
b
[
0
].
message
){
a
(
"
#message_edit_tool
"
).
html
(
c
),
a
(
"
#message_edit_tool
"
).
addClass
(
"
alert-success
"
),
a
(
"
#message_edit_tool
"
).
removeClass
(
"
alert-danger
"
),
a
(
"
#editpdlplus_toolbar_
"
+
b
[
0
].
axeid
).
html
(
""
);
for
(
var
d
=
0
;
d
<
b
.
length
;
d
++
){
var
e
=
"
btn-default
"
;
1
!==
b
[
d
].
enable
&&
(
e
=
""
),
b
[
d
].
toolid
===
b
[
d
].
selecttool
&&
(
e
=
"
btn-primary
"
);
var
f
=
""
;
4
!==
b
[
d
].
typetool
&&
1
!==
b
[
d
].
typetool
||
(
f
=
"
text-decoration: underline;
"
);
var
g
=
b
[
d
].
button
;
4
!==
b
[
d
].
typetool
&&
5
!==
b
[
d
].
typetool
||
(
g
=
"
|
"
+
g
,
4
===
b
[
d
].
typetool
&&
(
g
+=
"
|
"
));
var
h
=
"
<button class='btn
"
+
e
+
"
editpdlplus_tool' id='editpdlplus_tool_
"
+
b
[
d
].
toolid
+
"
' style='
"
+
f
+
"
' value='
"
+
b
[
d
].
toolid
+
"
' data-enable='
"
+
b
[
d
].
enable
+
"
'>
"
+
g
+
"
</button>
"
;
a
(
"
#editpdlplus_toolbar_
"
+
b
[
0
].
axeid
).
append
(
h
)}
a
(
"
.editpdlplus_tool
"
).
on
(
"
click
"
,
v
),
a
(
"
#toolworkspace
"
).
html
(
""
)}
else
a
(
"
#message_edit_tool
"
).
html
(
b
[
0
].
message
),
a
(
"
#message_edit_tool
"
).
addClass
(
"
alert-danger
"
),
a
(
"
#message_edit_tool
"
).
removeClass
(
"
alert-success
"
)}).
fail
(
b
.
exception
)}}),
t
()}.
bind
(
this
)).
fail
(
b
.
exception
)}.
bind
(
this
)).
fail
(
b
.
exception
)};
return
r
.
prototype
.
openDivAddTool
=
function
(){
var
c
=
f
.
get_string
(
"
adminaddtool_messageok
"
,
"
assignfeedback_editpdfplus
"
);
a
(
"
#editpdlplus_tool_item
"
).
html
(
""
),
a
(
"
.btn-primary
"
).
addClass
(
"
btn-default
"
),
a
(
"
.editpdlplus_tool
"
).
removeClass
(
"
btn-primary
"
);
var
g
=
a
(
"
#editpdlplus_axes option:selected
"
).
val
(),
h
=
{
axisid
:
g
};
d
.
loadFragment
(
"
assignfeedback_editpdfplus
"
,
"
tooladd
"
,
n
,
h
).
done
(
function
(
d
,
f
){
u
(
a
(
"
#editpdlplus_tool_item
"
),
d
,
f
).
done
(
function
(){
"
clone
"
===
p
&&
(
a
(
"
#typetool
"
).
val
(
o
.
typetool
),
a
(
"
#color
"
).
val
(
o
.
color
),
a
(
"
#libelle
"
).
val
(
o
.
libelle
),
a
(
"
#cartridgecolor
"
).
val
(
o
.
catridgecolor
),
a
(
"
#texts
"
).
val
(
o
.
texts
),
a
(
"
#button
"
).
val
(
o
.
button
),
a
(
"
#enabled
"
).
val
(
o
.
enabled
),
a
(
"
#reply
"
).
val
(
o
.
reply
),
a
(
"
#order
"
).
val
(
o
.
order
),
o
=
null
,
p
=
null
),
a
(
"
#toolFormSubmit
"
).
on
(
"
click
"
,
function
(){
var
d
=
a
(
"
#assignfeedback_editpdfplus_edit_tool
"
),
f
=
d
.
serialize
();
e
.
call
([{
methodname
:
"
assignfeedback_editpdfplus_submit_tool_add_form
"
,
args
:{
jsonformdata
:
JSON
.
stringify
(
f
)}}])[
0
].
done
(
function
(
b
){
if
(
""
===
b
[
0
].
message
){
a
(
"
#message_edit_tool
"
).
html
(
c
),
a
(
"
#message_edit_tool
"
).
addClass
(
"
alert-success
"
),
a
(
"
#message_edit_tool
"
).
removeClass
(
"
alert-danger
"
),
a
(
"
#editpdlplus_toolbar_
"
+
b
[
0
].
axeid
).
html
(
""
);
for
(
var
d
=
0
;
d
<
b
.
length
;
d
++
){
var
e
=
"
btn-default
"
;
1
!==
b
[
d
].
enable
&&
(
e
=
""
),
b
[
d
].
toolid
===
b
[
d
].
selecttool
&&
(
e
=
"
btn-primary
"
);
var
f
=
""
;
4
!==
b
[
d
].
typetool
&&
1
!==
b
[
d
].
typetool
||
(
f
=
"
text-decoration: underline;
"
);
var
g
=
b
[
d
].
button
;
4
!==
b
[
d
].
typetool
&&
5
!==
b
[
d
].
typetool
||
(
g
=
"
|
"
+
g
,
4
===
b
[
d
].
typetool
&&
(
g
+=
"
|
"
));
var
h
=
"
<button class='btn
"
+
e
+
"
editpdlplus_tool' id='editpdlplus_tool_
"
+
b
[
d
].
toolid
+
"
' style='
"
+
f
+
"
' value='
"
+
b
[
d
].
toolid
+
"
' data-enable='
"
+
b
[
d
].
enable
+
"
'>
"
+
g
+
"
</button>
"
;
a
(
"
#editpdlplus_toolbar_
"
+
b
[
0
].
axeid
).
append
(
h
)}
a
(
"
.editpdlplus_tool
"
).
on
(
"
click
"
,
v
),
a
(
"
#editpdlplus_tool_item
"
).
html
(
""
)}
else
a
(
"
#message_edit_tool
"
).
html
(
b
[
0
].
message
),
a
(
"
#message_edit_tool
"
).
addClass
(
"
alert-danger
"
),
a
(
"
#message_edit_tool
"
).
removeClass
(
"
alert-success
"
)}).
fail
(
b
.
exception
)})}.
bind
(
this
)).
fail
(
b
.
exception
)}.
bind
(
this
)).
fail
(
b
.
exception
)},
r
});
\ No newline at end of file
amd/build/annotation.min.js
View file @
94b04611
define
([
"
jquery
"
,
"
./global
"
],
function
(
a
,
b
){
function
c
(){
return
this
.
_instanceID
=
e
(),
a
(
"
#tutu
"
).
val
(),
this
}
var
d
=
0
,
e
=
function
(){
return
++
d
};
return
c
.
getInstanceCount
=
function
(){
return
d
},
c
.
prototype
.
getInstanceID
=
function
(){
return
this
.
_instanceID
},
c
.
x
=
0
,
c
.
y
=
0
,
c
.
endx
=
0
,
c
.
endy
=
0
,
c
.
path
=
""
,
c
.
toolid
=
0
,
c
.
colour
=
"
red
"
,
c
.
tooltype
=
null
,
c
.
tooltypefamille
=
null
,
c
.
id
=
0
,
c
.
cartridgex
=
0
,
c
.
cartridgey
=
0
,
c
.
adminDemo
=
0
,
c
.
prototype
.
init
=
function
(
a
){
this
.
cartridgex
=
parseInt
(
a
.
cartridgex
,
10
)
||
0
,
this
.
cartridgey
=
parseInt
(
a
.
cartridgey
,
10
)
||
0
,
this
.
colour
=
a
.
colour
||
"
red
"
,
this
.
tooltype
=
a
.
tooltype
,
this
.
id
=
a
.
id
,
this
.
x
=
parseInt
(
a
.
x
,
10
)
||
0
,
this
.
y
=
parseInt
(
a
.
y
,
10
)
||
0
,
this
.
endx
=
parseInt
(
a
.
endx
,
10
)
||
0
,
this
.
endy
=
parseInt
(
a
.
endy
,
10
)
||
0
,
this
.
path
=
a
.
path
||
""
,
this
.
toolid
=
a
.
toolid
,
this
.
tooltypefamille
=
this
.
editor
.
typetools
[
this
.
tooltype
.
type
]},
c
.
prototype
.
draw
=
function
(){},
c
.
prototype
.
get_color
=
function
(){
var
a
=
b
.
ANNOTATIONCOLOUR
[
this
.
colour
];
return
a
?(
a
=
a
.
replace
(
"
rgb
"
,
"
rgba
"
),
a
=
a
.
replace
(
"
)
"
,
"
,0.5)
"
)):
a
=
this
.
colour
,
a
},
c
.
prototype
.
get_color_cartridge
=
function
(){
var
a
=
b
.
ANNOTATIONCOLOUR
[
this
.
tooltype
.
catridgecolor
];
return
a
?(
a
=
a
.
replace
(
"
rgb
"
,
"
rgba
"
),
a
=
a
.
replace
(
"
)
"
,
"
,0.5)
"
)):
a
=
this
.
tooltype
.
catridgecolor
,
a
&&
""
!==
a
?
a
:
this
.
tooltypefamille
.
cartridge_color
},
c
.
prototype
.
init_div_cartridge_id
=
function
(){
var
a
=
(
new
Date
).
toJSON
().
replace
(
/:/g
,
""
).
replace
(
/
\.
/g
,
""
);
this
.
tooltype
.
id
?
this
.
divcartridge
=
"
ct_
"
+
this
.
tooltype
.
id
+
"
_
"
+
a
:
this
.
divcartridge
=
"
ct_
"
+
this
.
id
+
"
_
"
+
a
},
c
.
prototype
.
get_div_cartridge
=
function
(
b
,
c
){
var
d
=
"
<div
"
;
d
+=
"
id='
"
+
this
.
divcartridge
+
"
'
"
,
d
+=
"
class='assignfeedback_editpdfplus_cartridge'
"
,
d
+=
"
style='border-color:
"
+
b
+
"
;'>
"
,
d
+=
"
</div>
"
,
c
&&
c
.
append
(
d
);
var
e
=
a
(
"
#
"
+
this
.
divcartridge
);
return
this
.
adminDemo
<
1
,
e
},
c
.
prototype
.
get_div_cartridge_label
=
function
(
b
,
c
){
var
d
=
"
<div
"
;
d
+=
"
id='
"
+
this
.
divcartridge
+
"
_cartridge'
"
,
d
+=
"
class='assignfeedback_editpdfplus_
"
+
this
.
tooltypefamille
.
label
+
"
_cartridge'
"
,
d
+=
"
style='border-right-color:
"
+
b
+
"
;color:
"
+
b
+
"
;'
"
,
d
+=
"
>
"
,
d
+=
this
.
tooltype
.
libelle
,
d
+=
"
</div>
"
,
c
&&
c
.
append
(
d
);
var
e
=
a
(
"
#
"
+
this
.
divcartridge
+
"
_cartridge
"
);
return
e
},
c
.
prototype
.
get_div_input
=
function
(
b
,
c
){
var
d
=
"
<div
"
;
d
+=
"
id='
"
+
this
.
divcartridge
+
"
_display'
"
,
d
+=
"
style='color:
"
+
b
+
"
;
"
,
d
+=
"
'></div>
"
,
c
.
append
(
d
);
var
e
=
a
(
"
#
"
+
this
.
divcartridge
+
"
_display
"
);
return
e
.
on
(
"
click
"
,{
annotation
:
this
},
this
.
edit_annot
),
e
},
c
.
prototype
.
get_div_edition
=
function
(
b
){
var
c
=
"
<div
"
;
c
+=
"
id='
"
+
this
.
divcartridge
+
"
_edit'
"
,
c
+=
"
class='assignfeedback_editpdfplus_
"
+
this
.
tooltypefamille
.
label
+
"
_edition'
"
,
c
+=
"
style='display:none;'>
"
,
c
+=
"
<textarea id='
"
+
this
.
divcartridge
+
"
_editinput' type='text' class='form-control' style='margin-bottom:5px;'
"
,
1
===
this
.
adminDemo
&&
(
c
+=
"
readonly
"
),
c
+=
"
></textarea>
"
,
c
+=
"
</div>
"
,
b
&&
b
.
append
(
c
);
var
d
=
a
(
"
#
"
+
this
.
divcartridge
+
"
_edit
"
),
e
=
this
.
tooltype
.
texts
;
if
(
e
&&
e
.
length
>
0
){
var
f
=
"
<div id='
"
+
this
.
divcartridge
+
"
_edit_propositions'></div>
"
;
d
.
append
(
f
);
for
(
var
g
=
a
(
"
#
"
+
this
.
divcartridge
+
"
_edit_propositions
"
),
h
=
e
.
split
(
'
","
'
),
i
=
0
;
i
<
h
.
length
;
i
++
){
var
j
=
"
<button class='btn btn-default
"
;
1
===
this
.
adminDemo
&&
(
j
+=
"
disabled
"
),
j
+=
"
' type='button' style='width:100%;font-size: x-small;'>
"
+
h
[
i
].
replace
(
'
"
'
,
""
)
+
"
</button>
"
,
g
.
append
(
j
),
this
.
adminDemo
<
1
,
g
.
append
(
"
<br/>
"
)}}
return
d
},
c
.
prototype
.
get_div_container
=
function
(
b
,
c
){
var
d
=
"
<div
"
;
d
+=
"
class='assignfeedback_editpdfplus_
"
+
this
.
tooltypefamille
.
label
+
"
_conteneur' >
"
,
d
+=
"
</div>
"
,
c
&&
c
.
append
(
d
);
var
e
=
a
(
"
.assignfeedback_editpdfplus_
"
+
this
.
tooltypefamille
.
label
+
"
_conteneur
"
),
f
=
this
.
get_div_input
(
b
,
e
);
f
.
addClass
(
"
assignfeedback_editpdfplus_
"
+
this
.
tooltypefamille
.
label
+
"
_input
"
);
var
g
=
1
;(
this
.
displaylock
||
this
.
displaylock
>=
0
)
&&
(
g
=
this
.
displaylock
);
var
h
=
"
<input type='hidden' id='
"
+
this
.
divcartridge
+
"
_onof' value=
"
+
g
+
"
/>
"
;
return
c
&&
e
.
append
(
h
),
this
.
get_button_visibility_left
(
e
),
this
.
get_button_visibility_right
(
e
),
this
.
get_button_save
(
e
),
this
.
get_button_cancel
(
e
),
1
===
this
.
tooltype
.
reply
&&
this
.
get_button_question
(
e
),
this
.
get_button_remove
(
e
),
e
},
c
.
prototype
.
get_button_visibility_right
=
function
(
b
){
var
c
=
"
<button id='
"
+
this
.
divcartridge
+
"
_buttonedit_right' class='btn btn-default
"
;
1
===
this
.
adminDemo
&&
(
c
+=
"
disabled
"
),
c
+=
"
' type='button'>
"
,
c
+=
"
<i class='fa fa-arrow-right' aria-hidden='true'></i>
"
,
c
+=
"
</button>
"
,
b
&&
b
.
append
(
c
);
var
d
=
a
(
"
#
"
+
this
.
divcartridge
+
"
_buttonedit_right
"
);
return
this
.
adminDemo
<
1
,
d
},
c
.
prototype
.
get_button_visibility_left
=
function
(
b
){
var
c
=
"
<button id='
"
+
this
.
divcartridge
+
"
_buttonedit_left' class='btn btn-default
"
;
1
===
this
.
adminDemo
&&
(
c
+=
"
disabled
"
),
c
+=
"
' type='button'>
"
,
c
+=
"
<i class='fa fa-arrow-left' aria-hidden='true'></i>
"
,
c
+=
"
</button>
"
,
b
&&
b
.
append
(
c
);
var
d
=
a
(
"
#
"
+
this
.
divcartridge
+
"
_buttonedit_left
"
);
return
this
.
adminDemo
<
1
,
d
},
c
.
prototype
.
get_button_save
=
function
(
b
){
var
c
=
"
<button id='
"
+
this
.
divcartridge
+
"
_buttonsave' style='display:none;margin-left:110px;' class='btn btn-default
"
;
1
===
this
.
adminDemo
&&
(
c
+=
"
disabled
"
),
c
+=
"
' type='button'><i class='fa fa-check' aria-hidden='true'></i></button>
"
,
b
&&
b
.
append
(
c
);
var
d
=
a
(
"
#
"
+
this
.
divcartridge
+
"
_buttonsave
"
);
return
this
.
adminDemo
<
1
&&
d
.
on
(
"
click
"
,
this
.
save_annot
),
d
},
c
.
prototype
.
get_button_cancel
=
function
(
b
){
var
c
=
"
<button id='
"
+
this
.
divcartridge
+
"
_buttoncancel' style='display:none;' class='btn btn-default
"
;
1
===
this
.
adminDemo
&&
(
c
+=
"
disabled
"
),
c
+=
"
' type='button'><i class='fa fa-undo' aria-hidden='true'></i></button>
"
,
b
&&
b
.
append
(
c
);
var
d
=
a
(
"
#
"
+
this
.
divcartridge
+
"
_buttoncancel
"
);
return
this
.
adminDemo
<
1
,
d
},
c
.
prototype
.
get_button_question
=
function
(
b
){
var
c
=
"
<button id='
"
+
this
.
divcartridge
+
"
_buttonquestion' style='display:none;margin-left:10px;' class='btn btn-default
"
;
1
===
this
.
adminDemo
&&
(
c
+=
"
disabled
"
),
c
+=
'
\'
type=
\'
button
\'
><span class="fa-stack fa-lg" style="line-height: 1em;width: 1em;"><i class="fa fa-question-circle-o fa-stack-1x"></i><i class="fa fa-ban fa-stack-1x text-danger"></i></span></button>
'
,
b
&&
b
.
append
(
c
);
var
d
=
a
(
"
#
"
+
this
.
divcartridge
+
"
_buttonquestion
"
);
return
this
.
adminDemo
<
1
,
d
},
c
.
prototype
.
get_button_remove
=
function
(
b
){
var
c
=
"
<button id='
"
+
this
.
divcartridge
+
"
_buttonremove' style='display:none;margin-left:10px;' class='btn btn-default
"
;
1
===
this
.
adminDemo
&&
(
c
+=
"
disabled
"
),
c
+=
"
' type='button'><i class='fa fa-trash' aria-hidden='true'></i></button>
"
,
b
&&
b
.
append
(
c
);
var
d
=
a
(
"
#
"
+
this
.
divcartridge
+
"
_buttonremove
"
);
return
this
.
adminDemo
<
1
,
d
},
c
.
prototype
.
apply_visibility_annot
=
function
(){
var
b
=
a
(
"
#
"
+
this
.
divcartridge
+
"
_display
"
),
c
=
a
(
"
#
"
+
this
.
divcartridge
+
"
_onof
"
),
d
=
a
(
"
#
"
+
this
.
divcartridge
+
"
_buttonedit_right
"
),
e
=
a
(
"
#
"
+
this
.
divcartridge
+
"
_buttonedit_left
"
),
f
=
a
(
"
#
"
+
this
.
divcartridge
+
"
_radioContainer
"
);
c
&&
(
"
1
"
===
c
.
val
()?(
d
&&
d
.
show
(),
e
&&
e
.
show
()):
"
0
"
===
c
.
val
()?(
d
&&
d
.
show
(),
e
&&
e
.
hide
()):(
d
&&
d
.
hide
(),
e
&&
e
.
show
())),
b
&&
b
.
html
(
this
.
get_text_to_diplay_in_cartridge
()),
"
frame
"
===
this
.
tooltypefamille
.
label
&&
d
&&
(
d
.
hide
(),
e
.
hide
()),
f
&&
f
.
hide
(),
this
.
apply_question_status
()},
c
.
prototype
.
get_text_to_diplay_in_cartridge
=
function
(){
var
b
=
this
.
get_valref
(),
c
=
a
(
"
#
"
+
this
.
divcartridge
+
"
_onof
"
),
d
=
""
;
return
""
===
b
&&
(
d
=
"
 
"
),
"
1
"
===
c
.
val
()
&&
""
!==
b
?
d
=
b
.
substr
(
0
,
20
):
"
0
"
===
c
.
val
()
&&
""
!==
b
?
d
=
"
...
"
:
""
!==
b
&&
(
d
=
b
),
1
===
this
.
answerrequested
&&
(
d
+=
'
<span style="color:red;">[?]</span>
'
),
d
},
c
.
prototype
.
apply_question_status
=
function
(){
var
b
=
a
(
"
#
"
+
this
.
divcartridge
+
"
_buttonquestion
"
),
c
=
a
(
"
#
"
+
this
.
divcartridge
+
"
_question
"
),
d
=
0
;
c
&&
(
d
=
parseInt
(
c
.
val
(),
10
)),
b
&&
(
1
===
d
?
b
.
html
(
'
<i class="fa fa-question-circle-o"></i>
'
):
b
.
html
(
'
<span class="fa-stack fa-lg" style="line-height: 1em;width: 1em;"><i class="fa fa-question-circle-o fa-stack-1x"></i><i class="fa fa-ban fa-stack-1x text-danger"></i></span>
'
))},
c
.
prototype
.
draw_catridge
=
function
(){
return
!
0
},
c
.
prototype
.
edit_annot
=
function
(
c
){
if
(
c
.
data
.
annotation
.
tooltype
.
typetool
<=
b
.
TOOLTYPE
.
COMMENTPLUS
){
var
d
=
c
.
data
.
annotation
,
e
=
a
(
"
#
"
+
d
.
divcartridge
),
f
=
a
(
"
#
"
+
d
.
divcartridge
+
"
_display
"
),
g
=
a
(
"
#
"
+
d
.
divcartridge
+
"
_edit
"
),
h
=
a
(
"
#
"
+
d
.
divcartridge
+
"
_buttonedit_right
"
),
i
=
a
(
"
#
"
+
d
.
divcartridge
+
"
_buttonedit_left
"
),
j
=
a
(
"
#
"
+
d
.
divcartridge
+
"
_buttonsave
"
),
k
=
a
(
"
#
"
+
d
.
divcartridge
+
"
_buttoncancel
"
),
l
=
a
(
"
#
"
+
d
.
divcartridge
+
"
_buttonquestion
"
),
m
=
a
(
"
#
"
+
d
.
divcartridge
+
"
_buttonrotation
"
),
n
=
a
(
"
#
"
+
d
.
divcartridge
+
"
_buttonremove
"
),
o
=
a
(
"
#
"
+
d
.
divcartridge
+
"
_editinput
"
);
f
.
hide
(),
h
&&
h
.
hide
(),
i
&&
i
.
hide
(),
m
&&
m
.
hide
(),
g
.
show
(),
j
.
show
(),
k
.
show
(),
l
&&
l
.
show
(),
n
.
show
(),
e
.
css
(
"
z-index
"
,
1
e3
),
o
&&
o
.
attr
(
"
focus
"
,
"
on
"
),
c
.
data
.
annotation
.
disabled_canvas_event
(),
a
(
"
#canevas
"
).
on
(
"
click
"
,{
annotation
:
d
,
action
:
"
clickoutside
"
},
d
.
save_annot_clickout
)}},
c
.
prototype
.
fill_input_edition
=
function
(
b
,
c
){
var
d
=
a
(
"
#
"
+
this
.
divcartridge
+
"
_editinput
"
);
d
&&
d
.
set
(
"
value
"
,
c
),
this
.
save_annot
(
c
)},
c
.
prototype
.
save_annot_clickout
=
function
(
a
){
"
canevas
"
===
a
.
target
.
id
&&
1
===
a
.
data
.
annotation
.
adminDemo
&&
a
.
data
.
annotation
.
cancel_edit
()},
c
.
prototype
.
save_annot
=
function
(
b
){
if
(
"
string
"
!=
typeof
b
){
var
c
=
a
(
"
#
"
+
this
.
divcartridge
+
"
_editinput
"
);
c
&&
(
b
=
c
.
val
())}
this
.
textannot
=
b
,
0
===
b
.
length
&&
(
b
=
"
"
),
this
.
hide_edit
(),
this
.
apply_visibility_annot
()},
c
.
prototype
.
cancel_edit
=
function
(){
var
b
=
this
.
get_valref
(),
c
=
a
(
"
#
"
+
this
.
divcartridge
+
"
_editinput
"
);
b
&&
c
&&
c
.
set
(
"
value
"
,
b
),
this
.
hide_edit
(),
this
.
apply_visibility_annot
();
var
d
=
a
(
"
#
"
+
this
.
divcartridge
);
d
&&
d
.
off
()},
c
.
prototype
.
hide_edit
=
function
(
b
,
c
){
if
(
!
c
||
"
clickoutside
"
!==
c
||
this
.
editor
.
currentannotation
!==
this
){
var
d
=
a
(
"
#
"
+
this
.
divcartridge
),
e
=
a
(
"
#
"
+
this
.
divcartridge
+
"
_display
"
),
f
=
a
(
"
#
"
+
this
.
divcartridge
+
"
_edit
"
),
g
=
a
(
"
#
"
+
this
.
divcartridge
+
"
_visu
"
),
h
=
a
(
"
#
"
+
this
.
divcartridge
+
"
_buttonsave
"
),
i
=
a
(
"
#
"
+
this
.
divcartridge
+
"
_buttoncancel
"
),
j
=
a
(
"
#
"
+
this
.
divcartridge
+
"
_buttonquestion
"
),
k
=
a
(
"
#
"
+
this
.
divcartridge
+
"
_buttonrotation
"
),
l
=
a
(
"
#
"
+
this
.
divcartridge
+
"
_buttonremove
"
),
m
=
a
(
"
#
"
+
this
.
divcartridge
+
"
_radioContainer
"
);
e
&&
(
e
.
show
(),
e
.
css
(
"
color
"
,
this
.
get_color_cartridge
())),
k
&&
k
.
show
(),
f
&&
(
f
.
hide
(),
h
.
hide
(),
i
.
hide
()),
g
&&
g
.
hide
(),
j
&&
j
.
hide
(),
l
&&
l
.
hide
(),
d
&&
(
d
.
css
(
"
z-index
"
,
1
),
a
(
"
#canevas
"
).
off
()),
f
&&
this
.
enabled_canvas_event
(),
m
&&
m
.
hide
()}},
c
.
prototype
.
disabled_canvas_event
=
function
(){
var
c
=
a
(
b
.
SELECTOR
.
DRAWINGCANVAS
);
c
.
off
(
"
click
"
)},
c
.
prototype
.
enabled_canvas_event
=
function
(){},
c
.
prototype
.
change_visibility_annot
=
function
(
b
){
var
c
=
a
(
"
#
"
+
this
.
divcartridge
+
"
_onof
"
),
d
=
parseInt
(
c
.
val
(),
10
);
"
r
"
===
b
?
d
+=
1
:
d
-=
1
,
c
.
val
(
d
),
this
.
displaylock
=
d
,
this
.
apply_visibility_annot
()},
c
.
prototype
.
get_valref
=
function
(){
return
this
.
textannot
&&
this
.
textannot
.
length
>
0
&&
"
string
"
==
typeof
this
.
textannot
?
this
.
textannot
:
""
},
c
});
\ No newline at end of file
define
([
"
jquery
"
,
"
./global
"
],
function
(
a
,
b
){
function
c
(){
return
this
.
_instanceID
=
e
(),
a
(
"
#tutu
"
).
val
(),
this
}
var
d
=
0
,
e
=
function
(){
return
++
d
};
return
c
.
getInstanceCount
=
function
(){
return
d
},
c
.
prototype
.
getInstanceID
=
function
(){
return
this
.
_instanceID
},
c
.
x
=
0
,
c
.
y
=
0
,
c
.
endx
=
0
,
c
.
endy
=
0
,
c
.
path
=
""
,
c
.
toolid
=
0
,
c
.
colour
=
"
red
"
,
c
.
tooltype
=
null
,
c
.
tooltypefamille
=
null
,
c
.
id
=
0
,
c
.
cartridgex
=
0
,
c
.
cartridgey
=
0
,
c
.
adminDemo
=
0
,
c
.
prototype
.
init
=
function
(
a
){
this
.
cartridgex
=
parseInt
(
a
.
cartridgex
,
10
)
||
0
,
this
.
cartridgey
=
parseInt
(
a
.
cartridgey
,
10
)
||
0
,
this
.
colour
=
a
.
colour
||
"
red
"
,
this
.
tooltype
=
a
.
tooltype
,
this
.
id
=
a
.
id
,
this
.
x
=
parseInt
(
a
.
x
,
10
)
||
0
,
this
.
y
=
parseInt
(
a
.
y
,
10
)
||
0
,
this
.
endx
=
parseInt
(
a
.
endx
,
10
)
||
0
,
this
.
endy
=
parseInt
(
a
.
endy
,
10
)
||
0
,
this
.
path
=
a
.
path
||
""
,
this
.
toolid
=
a
.
toolid
,
this
.
tooltypefamille
=
this
.
editor
.
typetools
[
this
.
tooltype
.
type
]},
c
.
prototype
.
initAdminDemo
=
function
(
a
,
b
){
this
.
id
=
"
previsu_annot
"
,
this
.
displaylock
=
1
,
this
.
adminDemo
=
1
,
this
.
tooltype
=
a
,
this
.
tooltypefamille
=
b
,
a
.
color
?
this
.
colour
=
a
.
color
:
this
.
colour
=
b
.
color
},
c
.
prototype
.
draw
=
function
(){},
c
.
prototype
.
get_color
=
function
(){
var
a
=
b
.
ANNOTATIONCOLOUR
[
this
.
colour
];
return
a
?(
a
=
a
.
replace
(
"
rgb
"
,
"
rgba
"
),
a
=
a
.
replace
(
"
)
"
,
"
,0.5)
"
)):
a
=
this
.
colour
,
a
},
c
.
prototype
.
get_color_cartridge
=
function
(){
var
a
=
b
.
ANNOTATIONCOLOUR
[
this
.
tooltype
.
catridgecolor
];
return
a
?(
a
=
a
.
replace
(
"
rgb
"
,
"
rgba
"
),
a
=
a
.
replace
(
"
)
"
,
"
,0.5)
"
)):
a
=
this
.
tooltype
.
catridgecolor
,
a
&&
""
!==
a
?
a
:
this
.
tooltypefamille
.
cartridge_color
},
c
.
prototype
.
init_div_cartridge_id
=
function
(){
var
a
=
(
new
Date
).
toJSON
().
replace
(
/:/g
,
""
).
replace
(
/
\.
/g
,
""
);
this
.
tooltype
.
id
?
this
.
divcartridge
=
"
ct_
"
+
this
.
tooltype
.
id
+
"
_
"
+
a
:
this
.
divcartridge
=
"
ct_
"
+
this
.
id
+
"
_
"
+
a
},
c
.
prototype
.
get_div_cartridge
=
function
(
b
,
c
){
var
d
=
"
<div
"
;
d
+=
"
id='
"
+
this
.
divcartridge
+
"
'
"
,
d
+=
"
class='assignfeedback_editpdfplus_cartridge'
"
,
d
+=
"
style='border-color:
"
+
b
+
"
;'>
"
,
d
+=
"
</div>
"
,
c
&&
c
.
append
(
d
);
var
e
=
a
(
"
#
"
+
this
.
divcartridge
);
return
this
.
adminDemo
<
1
,
e
},
c
.
prototype
.
get_div_cartridge_label
=
function
(
b
,
c
){
var
d
=
"
<div
"
;
d
+=
"
id='
"
+
this
.
divcartridge
+
"
_cartridge'
"
,
d
+=
"
class='assignfeedback_editpdfplus_
"
+
this
.
tooltypefamille
.
label
+
"
_cartridge'
"
,
d
+=
"
style='border-right-color:
"
+
b
+
"
;color:
"
+
b
+
"
;'
"
,
d
+=
"
>
"
,
d
+=
this
.
tooltype
.
libelle
,
d
+=
"
</div>
"
,
c
&&
c
.
append
(
d
);
var
e
=
a
(
"
#
"
+
this
.
divcartridge
+
"
_cartridge
"
);
return
e
},
c
.
prototype
.
get_div_input
=
function
(
b
,
c
){
var
d
=
"
<div
"
;
d
+=
"
id='
"
+
this
.
divcartridge
+
"
_display'
"
,
d
+=
"
style='color:
"
+
b
+
"
;
"
,
d
+=
"
'></div>
"
,
c
.
append
(
d
);
var
e
=
a
(
"
#
"
+
this
.
divcartridge
+
"
_display
"
);
return
e
.
on
(
"
click
"
,{
annotation
:
this
},
this
.
edit_annot
),
e
},
c
.
prototype
.
get_div_edition
=
function
(
b
){
var
c
=
"
<div
"
;
c
+=
"
id='
"
+
this
.
divcartridge
+
"
_edit'
"
,
c
+=
"
class='assignfeedback_editpdfplus_
"
+
this
.
tooltypefamille
.
label
+
"
_edition'
"
,
c
+=
"
style='display:none;'>
"
,
c
+=
"
<textarea id='
"
+
this
.
divcartridge
+
"
_editinput' type='text' class='form-control' style='margin-bottom:5px;'
"
,
1
===
this
.
adminDemo
&&
(
c
+=
"
readonly
"
),
c
+=
"
></textarea>
"
,
c
+=
"
</div>
"
,
b
&&
b
.
append
(
c
);
var
d
=
a
(
"
#
"
+
this
.
divcartridge
+
"
_edit
"
),
e
=
this
.
tooltype
.
texts
;
if
(
e
&&
e
.
length
>
0
){
var
f
=
"
<div id='
"
+
this
.
divcartridge
+
"
_edit_propositions'></div>
"
;
d
.
append
(
f
);
for
(
var
g
=
a
(
"
#
"
+
this
.
divcartridge
+
"
_edit_propositions
"
),
h
=
e
.
split
(
'
","
'
),
i
=
0
;
i
<
h
.
length
;
i
++
){
var
j
=
"
<button class='btn btn-default
"
;
1
===
this
.
adminDemo
&&
(
j
+=
"
disabled
"
),
j
+=
"
' type='button' style='width:100%;font-size: x-small;'>
"
+
h
[
i
].
replace
(
'
"
'
,
""
)
+
"
</button>
"
,
g
.
append
(
j
),
this
.
adminDemo
<
1
,
g
.
append
(
"
<br/>
"
)}}
return
d
},
c
.
prototype
.
get_div_container
=
function
(
b
,
c
){
var
d
=
"
<div
"
;
d
+=
"
class='assignfeedback_editpdfplus_
"
+
this
.
tooltypefamille
.
label
+
"
_conteneur' >
"
,
d
+=
"
</div>
"
,
c
&&
c
.
append
(
d
);
var
e
=
a
(
"
.assignfeedback_editpdfplus_
"
+
this
.
tooltypefamille
.
label
+
"
_conteneur
"
),
f
=
this
.
get_div_input
(
b
,
e
);
f
.
addClass
(
"
assignfeedback_editpdfplus_
"
+
this
.
tooltypefamille
.
label
+
"
_input
"
);
var
g
=
1
;(
this
.
displaylock
||
this
.
displaylock
>=
0
)
&&
(
g
=
this
.
displaylock
);
var
h
=
"
<input type='hidden' id='
"
+
this
.
divcartridge
+
"
_onof' value=
"
+
g
+
"
/>
"
;
return
c
&&
e
.
append
(
h
),
this
.
get_button_visibility_left
(
e
),
this
.
get_button_visibility_right
(
e
),
this
.
get_button_save
(
e
),
this
.
get_button_cancel
(
e
),
1
===
this
.
tooltype
.
reply
&&
this
.
get_button_question
(
e
),
this
.
get_button_remove
(
e
),
e
},
c
.
prototype
.
get_button_visibility_right
=
function
(
b
){
var
c
=
"
<button id='
"
+
this
.
divcartridge
+
"
_buttonedit_right' class='btn btn-default
"
;
1
===
this
.
adminDemo
&&
(
c
+=
"
disabled
"
),
c
+=
"
' type='button'>
"
,
c
+=
"
<i class='fa fa-arrow-right' aria-hidden='true'></i>
"
,
c
+=
"
</button>
"
,
b
&&
b
.
append
(
c
);
var
d
=
a
(
"
#
"
+
this
.
divcartridge
+
"
_buttonedit_right
"
);
return
this
.
adminDemo
<
1
,
d
},
c
.
prototype
.
get_button_visibility_left
=
function
(
b
){
var
c
=
"
<button id='
"
+
this
.
divcartridge
+
"
_buttonedit_left' class='btn btn-default
"
;
1
===
this
.
adminDemo
&&
(
c
+=
"
disabled
"
),
c
+=
"
' type='button'>
"
,
c
+=
"
<i class='fa fa-arrow-left' aria-hidden='true'></i>
"
,
c
+=
"
</button>
"
,
b
&&
b
.
append
(
c
);
var
d
=
a
(
"
#
"
+
this
.
divcartridge
+
"
_buttonedit_left
"
);
return
this
.
adminDemo
<
1
,
d
},
c
.
prototype
.
get_button_save
=
function
(
b
){
var
c
=
"
<button id='
"
+
this
.
divcartridge
+
"
_buttonsave' style='display:none;margin-left:110px;' class='btn btn-default
"
;
1
===
this
.
adminDemo
&&
(
c
+=
"
disabled
"
),
c
+=
"
' type='button'><i class='fa fa-check' aria-hidden='true'></i></button>
"
,
b
&&
b
.
append
(
c
);
var
d
=
a
(
"
#
"
+
this
.
divcartridge
+
"
_buttonsave
"
);
return
this
.
adminDemo
<
1
&&
d
.
on
(
"
click
"
,
this
.
save_annot
),
d
},
c
.
prototype
.
get_button_cancel
=
function
(
b
){
var
c
=
"
<button id='
"
+
this
.
divcartridge
+
"
_buttoncancel' style='display:none;' class='btn btn-default
"
;
1
===
this
.
adminDemo
&&
(
c
+=
"
disabled
"
),
c
+=
"
' type='button'><i class='fa fa-undo' aria-hidden='true'></i></button>
"
,
b
&&
b
.
append
(
c
);
var
d
=
a
(
"
#
"
+
this
.
divcartridge
+
"
_buttoncancel
"
);
return
this
.
adminDemo
<
1
,
d
},
c
.
prototype
.
get_button_question
=
function
(
b
){
var
c
=
"
<button id='
"
+
this
.
divcartridge
+
"
_buttonquestion' style='display:none;margin-left:10px;' class='btn btn-default
"
;
1
===
this
.
adminDemo
&&
(
c
+=
"
disabled
"
),
c
+=
'
\'
type=
\'
button
\'
><span class="fa-stack fa-lg" style="line-height: 1em;width: 1em;"><i class="fa fa-question-circle-o fa-stack-1x"></i><i class="fa fa-ban fa-stack-1x text-danger"></i></span></button>
'
,
b
&&
b
.
append
(
c
);
var
d
=
a
(
"
#
"
+
this
.
divcartridge
+
"
_buttonquestion
"
);
return
this
.
adminDemo
<
1
,
d
},
c
.
prototype
.
get_button_remove
=
function
(
b
){
var
c
=
"
<button id='
"
+
this
.
divcartridge
+
"
_buttonremove' style='display:none;margin-left:10px;' class='btn btn-default
"
;
1
===
this
.
adminDemo
&&
(
c
+=
"
disabled
"
),
c
+=
"
' type='button'><i class='fa fa-trash' aria-hidden='true'></i></button>
"
,
b
&&
b
.
append
(
c
);
var
d
=
a
(
"
#
"
+
this
.
divcartridge
+
"
_buttonremove
"
);
return
this
.
adminDemo
<
1
,
d
},
c
.
prototype
.
apply_visibility_annot
=
function
(){
var
b
=
a
(
"
#
"
+
this
.
divcartridge
+
"
_display
"
),
c
=
a
(
"
#
"
+
this
.
divcartridge
+
"
_onof
"
),
d
=
a
(
"
#
"
+
this
.
divcartridge
+
"
_buttonedit_right
"
),
e
=
a
(
"
#
"
+
this
.
divcartridge
+
"
_buttonedit_left
"
),
f
=
a
(
"
#
"
+
this
.
divcartridge
+
"
_radioContainer
"
);
c
&&
(
"
1
"
===
c
.
val
()?(
d
&&
d
.
show
(),
e
&&
e
.
show
()):
"
0
"
===
c
.
val
()?(
d
&&
d
.
show
(),
e
&&
e
.
hide
()):(
d
&&
d
.
hide
(),
e
&&
e
.
show
())),
b
&&
b
.
html
(
this
.
get_text_to_diplay_in_cartridge
()),
"
frame
"
===
this
.
tooltypefamille
.
label
&&
d
&&
(
d
.
hide
(),
e
.
hide
()),
f
&&
f
.
hide
(),
this
.
apply_question_status
()},
c
.
prototype
.
get_text_to_diplay_in_cartridge
=
function
(){
var
b
=
this
.
get_valref
(),
c
=
a
(
"
#
"
+
this
.
divcartridge
+
"
_onof
"
),
d
=
""
;
return
""
===
b
&&
(
d
=
"
 
"
),
"
1
"
===
c
.
val
()
&&
""
!==
b
?
d
=
b
.
substr
(
0
,
20
):
"
0
"
===
c
.
val
()
&&
""
!==
b
?
d
=
"
...
"
:
""
!==
b
&&
(
d
=
b
),
1
===
this
.
answerrequested
&&
(
d
+=
'
<span style="color:red;">[?]</span>
'
),
d
},
c
.
prototype
.
apply_question_status
=
function
(){
var
b
=
a
(
"
#
"
+
this
.
divcartridge
+
"
_buttonquestion
"
),
c
=
a
(
"
#
"
+
this
.
divcartridge
+
"
_question
"
),
d
=
0
;
c
&&
(
d
=
parseInt
(
c
.
val
(),
10
)),
b
&&
(
1
===
d
?
b
.
html
(
'
<i class="fa fa-question-circle-o"></i>
'
):
b
.
html
(
'
<span class="fa-stack fa-lg" style="line-height: 1em;width: 1em;"><i class="fa fa-question-circle-o fa-stack-1x"></i><i class="fa fa-ban fa-stack-1x text-danger"></i></span>
'
))},
c
.
prototype
.
draw_catridge
=
function
(){
return
!
0
},
c
.
prototype
.
edit_annot
=
function
(
c
){
if
(
c
.
data
.
annotation
.
tooltype
.
typetool
<=
b
.
TOOLTYPE
.
COMMENTPLUS
){
var
d
=
c
.
data
.
annotation
,
e
=
a
(
"
#
"
+
d
.
divcartridge
),
f
=
a
(
"
#
"
+
d
.
divcartridge
+
"
_display
"
),
g
=
a
(
"
#
"
+
d
.
divcartridge
+
"
_edit
"
),
h
=
a
(
"
#
"
+
d
.
divcartridge
+
"
_buttonedit_right
"
),
i
=
a
(
"
#
"
+
d
.
divcartridge
+
"
_buttonedit_left
"
),
j
=
a
(
"
#
"
+
d
.
divcartridge
+
"
_buttonsave
"
),
k
=
a
(
"
#
"
+
d
.
divcartridge
+
"
_buttoncancel
"
),
l
=
a
(
"
#
"
+
d
.
divcartridge
+
"
_buttonquestion
"
),
m
=
a
(
"
#
"
+
d
.
divcartridge
+
"
_buttonrotation
"
),
n
=
a
(
"
#
"
+
d
.
divcartridge
+
"
_buttonremove
"
),
o
=
a
(
"
#
"
+
d
.
divcartridge
+
"
_editinput
"
);
f
.
hide
(),
h
&&
h
.
hide
(),
i
&&
i
.
hide
(),
m
&&
m
.
hide
(),
g
.
show
(),
j
.
show
(),
k
.
show
(),
l
&&
l
.
show
(),
n
.
show
(),
e
.
css
(
"
z-index
"
,
1
e3
),
o
&&
o
.
attr
(
"
focus
"
,
"
on
"
),
c
.
data
.
annotation
.
disabled_canvas_event
(),
a
(
"
#canevas
"
).
on
(
"
click
"
,{
annotation
:
d
,
action
:
"
clickoutside
"
},
d
.
save_annot_clickout
)}},
c
.
prototype
.
fill_input_edition
=
function
(
b
,
c
){
var
d
=
a
(
"
#
"
+
this
.
divcartridge
+
"
_editinput
"
);
d
&&
d
.
set
(
"
value
"
,
c
),
this
.
save_annot
(
c
)},
c
.
prototype
.
save_annot_clickout
=
function
(
a
){
"
canevas
"
===
a
.
target
.
id
&&
1
===
a
.
data
.
annotation
.
adminDemo
&&
a
.
data
.
annotation
.
cancel_edit
()},
c
.
prototype
.
save_annot
=
function
(
b
){
if
(
"
string
"
!=
typeof
b
){
var
c
=
a
(
"
#
"
+
this
.
divcartridge
+
"
_editinput
"
);
c
&&
(
b
=
c
.
val
())}
this
.
textannot
=
b
,
0
===
b
.
length
&&
(
b
=
"
"
),
this
.
hide_edit
(),
this
.
apply_visibility_annot
()},
c
.
prototype
.
cancel_edit
=
function
(){
var
b
=
this
.
get_valref
(),
c
=
a
(
"
#
"
+
this
.
divcartridge
+
"
_editinput
"
);
b
&&
c
&&
c
.
set
(
"
value
"
,
b
),
this
.
hide_edit
(),
this
.
apply_visibility_annot
();
var
d
=
a
(
"
#
"
+
this
.
divcartridge
);
d
&&
d
.
off
()},
c
.
prototype
.
hide_edit
=
function
(
b
,
c
){
if
(
!
c
||
"
clickoutside
"
!==
c
||
this
.
editor
.
currentannotation
!==
this
){
var
d
=
a
(
"
#
"
+
this
.
divcartridge
),
e
=
a
(
"
#
"
+
this
.
divcartridge
+
"
_display
"
),
f
=
a
(
"
#
"
+
this
.
divcartridge
+
"
_edit
"
),
g
=
a
(
"
#
"
+
this
.
divcartridge
+
"
_visu
"
),
h
=
a
(
"
#
"
+
this
.
divcartridge
+
"
_buttonsave
"
),
i
=
a
(
"
#
"
+
this
.
divcartridge
+
"
_buttoncancel
"
),
j
=
a
(
"
#
"
+
this
.
divcartridge
+
"
_buttonquestion
"
),
k
=
a
(
"
#
"
+
this
.
divcartridge
+
"
_buttonrotation
"
),
l
=
a
(
"
#
"
+
this
.
divcartridge
+
"
_buttonremove
"
),
m
=
a
(
"
#
"
+
this
.
divcartridge
+
"
_radioContainer
"
);
e
&&
(
e
.
show
(),
e
.
css
(
"
color
"
,
this
.
get_color_cartridge
())),
k
&&
k
.
show
(),
f
&&
(
f
.
hide
(),
h
.
hide
(),
i
.
hide
()),
g
&&
g
.
hide
(),
j
&&
j
.
hide
(),
l
&&
l
.
hide
(),
d
&&
(
d
.
css
(
"
z-index
"
,
1
),
a
(
"
#canevas
"
).
off
()),
f
&&
this
.
enabled_canvas_event
(),
m
&&
m
.
hide
()}},
c
.
prototype
.
disabled_canvas_event
=
function
(){
var
c
=
a
(
b
.
SELECTOR
.
DRAWINGCANVAS
);
c
.
off
(
"
click
"
)},
c
.
prototype
.
enabled_canvas_event
=
function
(){},
c
.
prototype
.
change_visibility_annot
=
function
(
b
){
var
c
=
a
(
"
#
"
+
this
.
divcartridge
+
"
_onof
"
),
d
=
parseInt
(
c
.
val
(),
10
);
"
r
"
===
b
?
d
+=
1
:
d
-=
1
,
c
.
val
(
d
),
this
.
displaylock
=
d
,
this
.
apply_visibility_annot
()},
c
.
prototype
.
get_valref
=
function
(){
return
this
.
textannot
&&
this
.
textannot
.
length
>
0
&&
"
string
"
==
typeof
this
.
textannot
?
this
.
textannot
:
""
},
c
});
\ No newline at end of file
amd/build/annotationcommentplus.min.js
View file @
94b04611
define
([
"
jquery
"
,
"
./annotation
"
],
function
(
a
,
b
){
function
c
(){
return
b
.
call
(
this
),
this
}
return
c
.
prototype
=
Object
.
create
(
b
.
prototype
),
c
.
prototype
.
draw
=
function
(
b
){
if
(
b
){
var
c
=
"
<div id='
"
+
this
.
id
+
"
'><i class='fa fa-commenting' aria-hidden='true' style='color:black;'></i></div>
"
;
b
.
append
(
c
),
a
(
"
#
"
+
this
.
id
).
css
(
"
color
"
,
this
.
get_color
()),
a
(
"
#
"
+
this
.
id
).
css
(
"
width
"
,
this
.
endx
-
this
.
x
),
a
(
"
#
"
+
this
.
id
).
css
(
"
height
"
,
this
.
endy
-
this
.
y
),
a
(
"
#
"
+
this
.
id
).
css
(
"
padding
"
,
"
0 2px
"
),
a
(
"
#
"
+
this
.
id
).
css
(
"
position
"
,
"
absolute
"
),
a
(
"
#
"
+
this
.
id
).
css
(
"
display
"
,
"
inline-block
"
),
a
(
"
#
"
+
this
.
id
).
css
(
"
left
"
,
this
.
x
),
a
(
"
#
"
+
this
.
id
).
css
(
"
top
"
,
this
.
y
)}
this
.
draw_catridge
(
b
)},
c
.
prototype
.
draw_catridge
=
function
(
a
){
var
b
;
if
(
!
this
.
divcartridge
||
""
===
this
.
divcartridge
){
this
.
init_div_cartridge_id
();
var
c
=
this
.
get_color_cartridge
();
b
=
this
.
get_div_cartridge
(
c
,
a
),
b
.
addClass
(
"
assignfeedback_editpdfplus_commentplus
"
),
this
.
get_div_cartridge_label
(
c
,
b
);
var
d
=
this
.
get_div_container
(
c
,
b
);
this
.
get_div_edition
(
d
),
this
.
cartridgex
&&
0
!==
this
.
cartridgex
||
(
this
.
cartridgex
=
parseInt
(
this
.
tooltypefamille
.
cartridge_x
,
10
)),
this
.
cartridgey
&&
0
!==
this
.
cartridgey
||
(
this
.
cartridgey
=
parseInt
(
this
.
tooltypefamille
.
cartridge_y
,
10
)),
b
.
css
(
"
left
"
,
this
.
x
+
20
),
b
.
css
(
"
top
"
,
this
.
y
),
this
.
apply_visibility_annot
()}
return
!
0
},
c
});
\ No newline at end of file
define
([
"
jquery
"
,
"
./annotation
"
],
function
(
a
,
b
){
function
c
(){
return
b
.
call
(
this
),
this
}
return
c
.
prototype
=
Object
.
create
(
b
.
prototype
),
c
.
prototype
.
initAdminDemo
=
function
(
a
,
c
){
b
.
prototype
.
initAdminDemo
.
call
(
this
,
a
,
c
),
this
.
x
=
30
,
this
.
y
=
90
},
c
.
prototype
.
draw
=
function
(
b
){
if
(
b
){
var
c
=
"
<div id='
"
+
this
.
id
+
"
'><i class='fa fa-commenting' aria-hidden='true' style='color:black;'></i></div>
"
;
b
.
append
(
c
),
a
(
"
#
"
+
this
.
id
).
css
(
"
color
"
,
this
.
get_color
()),
a
(
"
#
"
+
this
.
id
).
css
(
"
width
"
,
this
.
endx
-
this
.
x
),
a
(
"
#
"
+
this
.
id
).
css
(
"
height
"
,
this
.
endy
-
this
.
y
),
a
(
"
#
"
+
this
.
id
).
css
(
"
padding
"
,
"
0 2px
"
),
a
(
"
#
"
+
this
.
id
).
css
(
"
position
"
,
"
absolute
"
),
a
(
"
#
"
+
this
.
id
).
css
(
"
display
"
,
"
inline-block
"
),
a
(
"
#
"
+
this
.
id
).
css
(
"
left
"
,
this
.
x
),
a
(
"
#
"
+
this
.
id
).
css
(
"
top
"
,
this
.
y
)}
this
.
draw_catridge
(
b
)},
c
.
prototype
.
draw_catridge
=
function
(
a
){
var
b
;
if
(
!
this
.
divcartridge
||
""
===
this
.
divcartridge
){
this
.
init_div_cartridge_id
();
var
c
=
this
.
get_color_cartridge
();
b
=
this
.
get_div_cartridge
(
c
,
a
),
b
.
addClass
(
"
assignfeedback_editpdfplus_commentplus
"
),
this
.
get_div_cartridge_label
(
c
,
b
);
var
d
=
this
.
get_div_container
(
c
,
b
);
this
.
get_div_edition
(
d
),
this
.
cartridgex
&&
0
!==
this
.
cartridgex
||
(
this
.
cartridgex
=
parseInt
(
this
.
tooltypefamille
.
cartridge_x
,
10
)),
this
.
cartridgey
&&
0
!==
this
.
cartridgey
||
(
this
.
cartridgey
=
parseInt
(
this
.
tooltypefamille
.
cartridge_y
,
10
)),
b
.
css
(
"
left
"
,
this
.
x
+
20
),
b
.
css
(
"
top
"
,
this
.
y
),
this
.
apply_visibility_annot
()}
return
!
0
},
c
});
\ No newline at end of file
amd/build/annotationframe.min.js
View file @
94b04611
define
([
"
jquery
"
,
"
./annotation
"
],
function
(
a
,
b
){
function
c
(){
return
b
.
call
(
this
),
this
}
return
c
.
prototype
=
Object
.
create
(
b
.
prototype
),
c
.
prototype
.
draw
=
function
(
b
){
if
(
b
){
var
c
=
"
<div id='
"
+
this
.
id
+
"
'></div>
"
;
b
.
append
(
c
),
a
(
"
#
"
+
this
.
id
).
css
(
"
width
"
,
this
.
endx
-
this
.
x
),
a
(
"
#
"
+
this
.
id
).
css
(
"
height
"
,
this
.
endy
-
this
.
y
),
a
(
"
#
"
+
this
.
id
).
css
(
"
border
"
,
"
solid 2px red
"
),
a
(
"
#
"
+
this
.
id
).
css
(
"
position
"
,
"
relative
"
),
a
(
"
#
"
+
this
.
id
).
css
(
"
left
"
,
this
.
x
),
a
(
"
#
"
+
this
.
id
).
css
(
"
top
"
,
this
.
y
)}
return
this
.
draw_catridge
(
b
),
this
},
c
.
prototype
.
draw_catridge
=
function
(
b
){
if
(
!
this
.
parent_annot_element
&&
0
===
this
.
parent_annot
){
var
c
;
if
(
!
this
.
divcartridge
||
""
===
this
.
divcartridge
){
this
.
init_div_cartridge_id
();
var
d
=
a
(
"
#
"
+
this
.
id
);
d
&&
d
.
addClass
(
"
class_
"
+
this
.
divcartridge
);
var
e
=
this
.
get_color
();
c
=
this
.
get_div_cartridge
(
e
,
b
),
c
.
addClass
(
"
assignfeedback_editpdfplus_frame
"
),
this
.
get_div_cartridge_label
(
e
,
c
,
!
0
);
var
f
=
this
.
get_div_container
(
e
,
c
),
g
=
"
<button id='
"
+
this
.
divcartridge
+
"
_buttonpencil' class='btn btn-default
"
;
this
.
adminDemo
&&
(
g
+=
"
disabled
"
),
g
+=
"
' type='button'>
"
,
g
+=
'
<i class="fa fa-eyedropper" aria-hidden="true"></i>
'
,
g
+=
"
</button>
"
;
var
h
=
"
<button id='
"
+
this
.
divcartridge
+
"
_buttonadd' class='btn btn-default
"
;
this
.
adminDemo
&&
(
h
+=
"
disabled
"
),
h
+=
"
' type='button'>
"
,
h
+=
'
<i class="fa fa-plus" aria-hidden="true"></i>
'
,
h
+=
"
</button>
"
,
f
.
append
(
g
),
f
.
append
(
h
),
this
.
get_div_edition
(
f
),
this
.
cartridgex
&&
0
!==
this
.
cartridgex
||
(
this
.
cartridgex
=
parseInt
(
this
.
tooltypefamille
.
cartridge_x
,
10
)),
this
.
cartridgey
&&
0
!==
this
.
cartridgey
||
(
this
.
cartridgey
=
parseInt
(
this
.
tooltypefamille
.
cartridge_y
,
10
)),
c
.
css
(
"
left
"
,
this
.
cartridgex
+
15
),
c
.
css
(
"
top
"
,
this
.
y
+
this
.
cartridgey
),
this
.
apply_visibility_annot
()}}
return
!
0
},
c
});
\ No newline at end of file
define
([
"
jquery
"
,
"
./annotation
"
],
function
(
a
,
b
){
function
c
(){
return
b
.
call
(
this
),
this
}
return
c
.
prototype
=
Object
.
create
(
b
.
prototype
),
c
.
prototype
.
initAdminDemo
=
function
(
a
,
c
){
b
.
prototype
.
initAdminDemo
.
call
(
this
,
a
,
c
),
this
.
x
=
279
,
this
.
y
=
113
,
this
.
endx
=
435
,
this
.
endy
=
129
,
this
.
parent_annot
=
0
},
c
.
prototype
.
initChildAdminDemo
=
function
(
a
){
b
.
prototype
.
initAdminDemo
.
call
(
this
,
a
.
tooltype
,
a
.
tooltypefamille
),
this
.
x
=
144
,
this
.
y
=
216
,
this
.
endx
=
296
,
this
.
endy
=
232
,
this
.
parent_annot
=
a
.
id
,
this
.
id
=
"
previsu_annot_child
"
},
c
.
prototype
.
draw
=
function
(
b
){
if
(
b
){
var
c
=
"
<div id='
"
+
this
.
id
+
"
'></div>
"
;
b
.
append
(
c
),
a
(
"
#
"
+
this
.
id
).
css
(
"
width
"
,
this
.
endx
-
this
.
x
),
a
(
"
#
"
+
this
.
id
).
css
(
"
height
"
,
this
.
endy
-
this
.
y
),
a
(
"
#
"
+
this
.
id
).
css
(
"
border
"
,
"
solid 2px red
"
),
a
(
"
#
"
+
this
.
id
).
css
(
"
position
"
,
"
relative
"
),
a
(
"
#
"
+
this
.
id
).
css
(
"
left
"
,
this
.
x
),
a
(
"
#
"
+
this
.
id
).
css
(
"
top
"
,
this
.
y
)}
return
this
.
draw_catridge
(
b
),
this
},
c
.
prototype
.
draw_catridge
=
function
(
b
){
if
(
!
this
.
parent_annot_element
&&
0
===
this
.
parent_annot
){
var
c
;
if
(
!
this
.
divcartridge
||
""
===
this
.
divcartridge
){
this
.
init_div_cartridge_id
();
var
d
=
a
(
"
#
"
+
this
.
id
);
d
&&
d
.
addClass
(
"
class_
"
+
this
.
divcartridge
);
var
e
=
this
.
get_color
();
c
=
this
.
get_div_cartridge
(
e
,
b
),
c
.
addClass
(
"
assignfeedback_editpdfplus_frame
"
),
this
.
get_div_cartridge_label
(
e
,
c
,
!
0
);
var
f
=
this
.
get_div_container
(
e
,
c
),
g
=
"
<button id='
"
+
this
.
divcartridge
+
"
_buttonpencil' class='btn btn-default
"
;
this
.
adminDemo
&&
(
g
+=
"
disabled
"
),
g
+=
"
' type='button'>
"
,
g
+=
'
<i class="fa fa-eyedropper" aria-hidden="true"></i>
'
,
g
+=
"
</button>
"
;
var
h
=
"
<button id='
"
+
this
.
divcartridge
+
"
_buttonadd' class='btn btn-default
"
;
this
.
adminDemo
&&
(
h
+=
"
disabled
"
),
h
+=
"
' type='button'>
"
,
h
+=
'
<i class="fa fa-plus" aria-hidden="true"></i>
'
,
h
+=
"
</button>
"
,
f
.
append
(
g
),
f
.
append
(
h
),
this
.
get_div_edition
(
f
),
this
.
cartridgex
&&
0
!==
this
.
cartridgex
||
(
this
.
cartridgex
=
parseInt
(
this
.
tooltypefamille
.
cartridge_x
,
10
)),
this
.
cartridgey
&&
0
!==
this
.
cartridgey
||
(
this
.
cartridgey
=
parseInt
(
this
.
tooltypefamille
.
cartridge_y
,
10
)),
c
.
css
(
"
left
"
,
this
.
cartridgex
+
15
),
c
.
css
(
"
top
"
,
this
.
y
+
this
.
cartridgey
),
this
.
apply_visibility_annot
()}}
return
!
0
},
c
});
\ No newline at end of file
amd/build/annotationhighlightplus.min.js
View file @
94b04611
define
([
"
jquery
"
,
"
./annotation
"
],
function
(
a
,
b
){
function
c
(){
return
b
.
call
(
this
),
this
}
return
c
.
prototype
=
Object
.
create
(
b
.
prototype
),
c
.
prototype
.
draw
=
function
(
b
){
if
(
b
){
var
c
=
"
<div id='
"
+
this
.
id
+
"
'></div>
"
;
b
.
append
(
c
),
a
(
"
#
"
+
this
.
id
).
css
(
"
background-color
"
,
this
.
get_color
()),
a
(
"
#
"
+
this
.
id
).
css
(
"
width
"
,
this
.
endx
-
this
.
x
),
a
(
"
#
"
+
this
.
id
).
css
(
"
height
"
,
this
.
endy
-
this
.
y
),
a
(
"
#
"
+
this
.
id
).
css
(
"
opacity
"
,.
5
),
a
(
"
#
"
+
this
.
id
).
css
(
"
position
"
,
"
relative
"
),
a
(
"
#
"
+
this
.
id
).
css
(
"
display
"
,
"
inline-block
"
),
a
(
"
#
"
+
this
.
id
).
css
(
"
left
"
,
this
.
x
),
a
(
"
#
"
+
this
.
id
).
css
(
"
top
"
,
this
.
y
)}
this
.
draw_catridge
(
b
)},
c
.
prototype
.
draw_catridge
=
function
(
a
){
var
b
;
if
(
!
this
.
divcartridge
||
""
===
this
.
divcartridge
){
this
.
init_div_cartridge_id
();
var
c
=
this
.
get_color_cartridge
();
b
=
this
.
get_div_cartridge
(
c
,
a
),
b
.
addClass
(
"
assignfeedback_editpdfplus_hightlightplus
"
),
this
.
get_div_cartridge_label
(
c
,
b
);
var
d
=
this
.
get_div_container
(
c
,
b
);
this
.
get_div_edition
(
d
),
this
.
cartridgex
&&
0
!==
this
.
cartridgex
||
(
this
.
cartridgex
=
parseInt
(
this
.
tooltypefamille
.
cartridge_x
,
10
)),
this
.
cartridgey
&&
0
!==
this
.
cartridgey
||
(
this
.
cartridgey
=
parseInt
(
this
.
tooltypefamille
.
cartridge_y
,
10
)),
b
.
css
(
"
left
"
,
this
.
x
+
this
.
cartridgex
+
17
),
b
.
css
(
"
top
"
,
this
.
y
+
this
.
cartridgey
),
this
.
apply_visibility_annot
()}
return
!
0
},
c
});
\ No newline at end of file
define
([
"
jquery
"
,
"
./annotation
"
],
function
(
a
,
b
){
function
c
(){
return
b
.
call
(
this
),
this
}
return
c
.
prototype
=
Object
.
create
(
b
.
prototype
),
c
.
prototype
.
initAdminDemo
=
function
(
a
,
c
){
b
.
prototype
.
initAdminDemo
.
call
(
this
,
a
,
c
),
this
.
x
=
83
,
this
.
y
=
84
,
this
.
endx
=
239
,
this
.
endy
=
100
},
c
.
prototype
.
draw
=
function
(
b
){
if
(
b
){
var
c
=
"
<div id='
"
+
this
.
id
+
"
'></div>
"
;
b
.
append
(
c
),
a
(
"
#
"
+
this
.
id
).
css
(
"
background-color
"
,
this
.
get_color
()),
a
(
"
#
"
+
this
.
id
).
css
(
"
width
"
,
this
.
endx
-
this
.
x
),
a
(
"
#
"
+
this
.
id
).
css
(
"
height
"
,
this
.
endy
-
this
.
y
),
a
(
"
#
"
+
this
.
id
).
css
(
"
opacity
"
,.
5
),
a
(
"
#
"
+
this
.
id
).
css
(
"
position
"
,
"
relative
"
),
a
(
"
#
"
+
this
.
id
).
css
(
"
display
"
,
"
inline-block
"
),
a
(
"
#
"
+
this
.
id
).
css
(
"
left
"
,
this
.
x
),
a
(
"
#
"
+
this
.
id
).
css
(
"
top
"
,
this
.
y
)}
this
.
draw_catridge
(
b
)},
c
.
prototype
.
draw_catridge
=
function
(
a
){
var
b
;
if
(
!
this
.
divcartridge
||
""
===
this
.
divcartridge
){
this
.
init_div_cartridge_id
();
var
c
=
this
.
get_color_cartridge
();
b
=
this
.
get_div_cartridge
(
c
,
a
),
b
.
addClass
(
"
assignfeedback_editpdfplus_hightlightplus
"
),
this
.
get_div_cartridge_label
(
c
,
b
);
var
d
=
this
.
get_div_container
(
c
,
b
);
this
.
get_div_edition
(
d
),
this
.
cartridgex
&&
0
!==
this
.
cartridgex
||
(
this
.
cartridgex
=
parseInt
(
this
.
tooltypefamille
.
cartridge_x
,
10
)),
this
.
cartridgey
&&
0
!==
this
.
cartridgey
||
(
this
.
cartridgey
=
parseInt
(
this
.
tooltypefamille
.
cartridge_y
,
10
)),
b
.
css
(
"
left
"
,
this
.
x
+
this
.
cartridgex
+
17
),
b
.
css
(
"
top
"
,
this
.
y
+
this
.
cartridgey
),
this
.
apply_visibility_annot
()}
return
!
0
},
c
});
\ No newline at end of file
amd/build/annotationstampcomment.min.js
View file @
94b04611
define
([
"
jquery
"
,
"
./annotation
"
],
function
(
a
,
b
){
function
c
(){
return
b
.
call
(
this
),
this
}
return
c
.
prototype
=
Object
.
create
(
b
.
prototype
),
c
.
prototype
.
draw
=
function
(
b
){
if
(
b
){
this
.
shape_id
=
"
ct_stampcomment_
"
+
(
new
Date
).
toJSON
().
replace
(
/:/g
,
""
).
replace
(
/
\.
/g
,
""
);
var
c
=
'
<i id="
'
+
this
.
shape_id
+
'
_img" class="fa fa-arrows-h fa-2x" aria-hidden="true"></i>
'
;
this
.
displayrotation
>
0
&&
(
c
=
'
<i id="
'
+
this
.
shape_id
+
'
_img" class="fa fa-arrows-v fa-2x" aria-hidden="true"></i>
'
);
var
d
=
"
<div id='
"
+
this
.
id
+
"
'>
"
+
c
+
"
</div>
"
;
b
.
append
(
d
),
a
(
"
#
"
+
this
.
id
).
css
(
"
position
"
,
"
absolute
"
),
a
(
"
#
"
+
this
.
id
).
css
(
"
display
"
,
"
inline-block
"
),
a
(
"
#
"
+
this
.
id
).
css
(
"
left
"
,
this
.
x
),
a
(
"
#
"
+
this
.
id
).
css
(
"
top
"
,
this
.
y
)}
this
.
draw_catridge
(
b
)},
c
.
prototype
.
draw_catridge
=
function
(
a
){
var
b
;
if
(
!
this
.
divcartridge
||
""
===
this
.
divcartridge
){
this
.
init_div_cartridge_id
();
var
c
=
this
.
get_color_cartridge
();
b
=
this
.
get_div_cartridge
(
c
,
a
),
b
.
addClass
(
"
assignfeedback_editpdfplus_stampcomment
"
),
this
.
get_div_cartridge_label
(
c
,
b
);
var
d
=
this
.
get_div_container
(
c
,
b
),
e
=
0
;
this
.
displayrotation
>
0
&&
(
e
=
1
);
var
f
=
"
<input type='hidden' id='
"
+
this
.
divcartridge
+
"
_rotation' value=
"
+
e
+
"
/>
"
;
d
.
append
(
f
);
var
g
=
"
<button id='
"
+
this
.
divcartridge
+
"
_buttonrotation' class='btn btn-default
"
;
this
.
adminDemo
&&
(
g
+=
"
disabled
"
),
g
+=
'
\'
type=
\'
button
\'
><i class="fa fa-refresh" aria-hidden="true"></i></button>
'
,
d
.
append
(
g
),
this
.
get_div_edition
(
d
),
this
.
cartridgex
&&
0
!==
this
.
cartridgex
||
(
this
.
cartridgex
=
parseInt
(
this
.
tooltypefamille
.
cartridge_x
,
10
)),
this
.
cartridgey
&&
0
!==
this
.
cartridgey
||
(
this
.
cartridgey
=
parseInt
(
this
.
tooltypefamille
.
cartridge_y
,
10
)),
b
.
css
(
"
left
"
,
this
.
x
+
this
.
cartridgex
),
b
.
css
(
"
top
"
,
this
.
y
+
this
.
cartridgey
-
5
),
this
.
apply_visibility_annot
()}
return
!
0
},
c
});
\ No newline at end of file
define
([
"
jquery
"
,
"
./annotation
"
],
function
(
a
,
b
){
function
c
(){
return
b
.
call
(
this
),
this
}
return
c
.
prototype
=
Object
.
create
(
b
.
prototype
),
c
.
prototype
.
initAdminDemo
=
function
(
a
,
c
){
b
.
prototype
.
initAdminDemo
.
call
(
this
,
a
,
c
),
this
.
x
=
188
,
this
.
y
=
118
,
this
.
displayrotation
=
1
},
c
.
prototype
.
draw
=
function
(
b
){
if
(
b
){
this
.
shape_id
=
"
ct_stampcomment_
"
+
(
new
Date
).
toJSON
().
replace
(
/:/g
,
""
).
replace
(
/
\.
/g
,
""
);
var
c
=
'
<i id="
'
+
this
.
shape_id
+
'
_img" class="fa fa-arrows-h fa-2x" aria-hidden="true"></i>
'
;
this
.
displayrotation
>
0
&&
(
c
=
'
<i id="
'
+
this
.
shape_id
+
'
_img" class="fa fa-arrows-v fa-2x" aria-hidden="true"></i>
'
);
var
d
=
"
<div id='
"
+
this
.
id
+
"
'>
"
+
c
+
"
</div>
"
;
b
.
append
(
d
),
a
(
"
#
"
+
this
.
id
).
css
(
"
position
"
,
"
absolute
"
),
a
(
"
#
"
+
this
.
id
).
css
(
"
display
"
,
"
inline-block
"
),
a
(
"
#
"
+
this
.
id
).
css
(
"
left
"
,
this
.
x
),
a
(
"
#
"
+
this
.
id
).
css
(
"
top
"
,
this
.
y
)}
this
.
draw_catridge
(
b
)},
c
.
prototype
.
draw_catridge
=
function
(
a
){
var
b
;
if
(
!
this
.
divcartridge
||
""
===
this
.
divcartridge
){
this
.
init_div_cartridge_id
();
var
c
=
this
.
get_color_cartridge
();
b
=
this
.
get_div_cartridge
(
c
,
a
),
b
.
addClass
(
"
assignfeedback_editpdfplus_stampcomment
"
),
this
.
get_div_cartridge_label
(
c
,
b
);
var
d
=
this
.
get_div_container
(
c
,
b
),
e
=
0
;
this
.
displayrotation
>
0
&&
(
e
=
1
);
var
f
=
"
<input type='hidden' id='
"
+
this
.
divcartridge
+
"
_rotation' value=
"
+
e
+
"
/>
"
;
d
.
append
(
f
);
var
g
=
"
<button id='
"
+
this
.
divcartridge
+
"
_buttonrotation' class='btn btn-default
"
;
this
.
adminDemo
&&
(
g
+=
"
disabled
"
),
g
+=
'
\'
type=
\'
button
\'
><i class="fa fa-refresh" aria-hidden="true"></i></button>
'
,
d
.
append
(
g
),
this
.
get_div_edition
(
d
),
this
.
cartridgex
&&
0
!==
this
.
cartridgex
||
(
this
.
cartridgex
=
parseInt
(
this
.
tooltypefamille
.
cartridge_x
,
10
)),
this
.
cartridgey
&&
0
!==
this
.
cartridgey
||
(
this
.
cartridgey
=
parseInt
(
this
.
tooltypefamille
.
cartridge_y
,
10
)),
b
.
css
(
"
left
"
,
this
.
x
+
this
.
cartridgex
),
b
.
css
(
"
top
"
,
this
.
y
+
this
.
cartridgey
-
5
),
this
.
apply_visibility_annot
()}
return
!
0
},
c
});
\ No newline at end of file
amd/build/annotationstampplus.min.js
View file @
94b04611
define
([
"
jquery
"
,
"
./annotation
"
],
function
(
a
,
b
){
function
c
(){
return
b
.
call
(
this
),
this
}
return
c
.
prototype
=
Object
.
create
(
b
.
prototype
),
c
.
prototype
.
draw
=
function
(
b
){
if
(
b
){
var
c
=
"
<div id='
"
+
this
.
id
+
"
'></div>
"
;
b
.
append
(
c
),
a
(
"
#
"
+
this
.
id
).
css
(
"
position
"
,
"
relative
"
),
a
(
"
#
"
+
this
.
id
).
css
(
"
top
"
,
this
.
y
),
a
(
"
#
"
+
this
.
id
).
css
(
"
left
"
,
this
.
x
),
a
(
"
#
"
+
this
.
id
).
css
(
"
color
"
,
this
.
colour
),
a
(
"
#
"
+
this
.
id
).
css
(
"
border
"
,
"
2px solid
"
+
this
.
colour
),
a
(
"
#
"
+
this
.
id
).
css
(
"
padding
"
,
"
0 2px
"
),
a
(
"
#
"
+
this
.
id
).
css
(
"
display
"
,
"
inline-block
"
),
a
(
"
#
"
+
this
.
id
).
append
(
this
.
tooltype
.
button
)}
return
this
},
c
});
\ No newline at end of file
define
([
"
jquery
"
,
"
./annotation
"
],
function
(
a
,
b
){
function
c
(){
return
b
.
call
(
this
),
this
}
return
c
.
prototype
=
Object
.
create
(
b
.
prototype
),
c
.
prototype
.
initAdminDemo
=
function
(
a
,
c
){
b
.
prototype
.
initAdminDemo
.
call
(
this
,
a
,
c
),
this
.
x
=
60
,
this
.
y
=
100
},
c
.
prototype
.
draw
=
function
(
b
){
if
(
b
){
var
c
=
"
<div id='
"
+
this
.
id
+
"
'></div>
"
;
b
.
append
(
c
),
a
(
"
#
"
+
this
.
id
).
css
(
"
position
"
,
"
relative
"
),
a
(
"
#
"
+
this
.
id
).
css
(
"
top
"
,
this
.
y
),
a
(
"
#
"
+
this
.
id
).
css
(
"
left
"
,
this
.
x
),
a
(
"
#
"
+
this
.
id
).
css
(
"
color
"
,
this
.
colour
),
a
(
"
#
"
+
this
.
id
).
css
(
"
border
"
,
"
2px solid
"
+
this
.
colour
),
a
(
"
#
"
+
this
.
id
).
css
(
"
padding
"
,
"
0 2px
"
),
a
(
"
#
"
+
this
.
id
).
css
(
"
display
"
,
"
inline-block
"
),
a
(
"
#
"
+
this
.
id
).
append
(
this
.
tooltype
.
button
)}
return
this
},
c
});
\ No newline at end of file
amd/build/annotationverticalline.min.js
View file @
94b04611
define
([
"
jquery
"
,
"
./annotation
"
],
function
(
a
,
b
){
function
c
(){
return
b
.
call
(
this
),
this
}
return
c
.
prototype
=
Object
.
create
(
b
.
prototype
),
c
.
prototype
.
draw
=
function
(
b
){
if
(
b
){
var
c
=
"
<div id='
"
+
this
.
id
+
"
'></div>
"
;
b
.
append
(
c
),
a
(
"
#
"
+
this
.
id
).
css
(
"
background-color
"
,
this
.
get_color
()),
a
(
"
#
"
+
this
.
id
).
css
(
"
width
"
,
3
),
this
.
endy
-
this
.
y
<=
30
&&
(
this
.
endy
=
this
.
y
+
30
),
a
(
"
#
"
+
this
.
id
).
css
(
"
height
"
,
this
.
endy
-
this
.
y
),
a
(
"
#
"
+
this
.
id
).
css
(
"
position
"
,
"
relative
"
),
a
(
"
#
"
+
this
.
id
).
css
(
"
display
"
,
"
inline-block
"
),
a
(
"
#
"
+
this
.
id
).
css
(
"
left
"
,
this
.
x
),
a
(
"
#
"
+
this
.
id
).
css
(
"
top
"
,
this
.
y
)}
this
.
draw_catridge
(
b
)},
c
.
prototype
.
draw_catridge
=
function
(
a
){
var
b
;
if
(
!
this
.
divcartridge
||
""
===
this
.
divcartridge
){
this
.
init_div_cartridge_id
();
var
c
=
this
.
get_color_cartridge
();
b
=
this
.
get_div_cartridge
(
c
,
a
),
b
.
addClass
(
"
assignfeedback_editpdfplus_verticalline
"
),
this
.
get_div_cartridge_label
(
c
,
b
);
var
d
=
this
.
get_div_container
(
c
,
b
);
this
.
get_div_edition
(
d
),
this
.
cartridgex
&&
0
!==
this
.
cartridgex
||
(
this
.
cartridgex
=
parseInt
(
this
.
tooltypefamille
.
cartridge_x
,
10
)),
this
.
cartridgey
&&
0
!==
this
.
cartridgey
||
(
this
.
cartridgey
=
parseInt
(
this
.
tooltypefamille
.
cartridge_y
,
10
)),
b
.
css
(
"
left
"
,
this
.
x
+
this
.
cartridgex
),
b
.
css
(
"
top
"
,
this
.
y
+
this
.
cartridgey
),
this
.
apply_visibility_annot
()}
return
!
0
},
c
});
\ No newline at end of file
define
([
"
jquery
"
,
"
./annotation
"
],
function
(
a
,
b
){
function
c
(){
return
b
.
call
(
this
),
this
}
return
c
.
prototype
=
Object
.
create
(
b
.
prototype
),
c
.
prototype
.
initAdminDemo
=
function
(
a
,
c
){
b
.
prototype
.
initAdminDemo
.
call
(
this
,
a
,
c
),
this
.
x
=
285
,
this
.
y
=
65
,
this
.
endy
=
175
},
c
.
prototype
.
draw
=
function
(
b
){
if
(
b
){
var
c
=
"
<div id='
"
+
this
.
id
+
"
'></div>
"
;
b
.
append
(
c
),
a
(
"
#
"
+
this
.
id
).
css
(
"
background-color
"
,
this
.
get_color
()),
a
(
"
#
"
+
this
.
id
).
css
(
"
width
"
,
3
),
this
.
endy
-
this
.
y
<=
30
&&
(
this
.
endy
=
this
.
y
+
30
),
a
(
"
#
"
+
this
.
id
).
css
(
"
height
"
,
this
.
endy
-
this
.
y
),
a
(
"
#
"
+
this
.
id
).
css
(
"
position
"
,
"
relative
"
),
a
(
"
#
"
+
this
.
id
).
css
(
"
display
"
,
"
inline-block
"
),
a
(
"
#
"
+
this
.
id
).
css
(
"
left
"
,
this
.
x
),
a
(
"
#
"
+
this
.
id
).
css
(
"
top
"
,
this
.
y
)}
this
.
draw_catridge
(
b
)},
c
.
prototype
.
draw_catridge
=
function
(
a
){
var
b
;
if
(
!
this
.
divcartridge
||
""
===
this
.
divcartridge
){
this
.
init_div_cartridge_id
();
var
c
=
this
.
get_color_cartridge
();
b
=
this
.
get_div_cartridge
(
c
,
a
),
b
.
addClass
(
"
assignfeedback_editpdfplus_verticalline
"
),
this
.
get_div_cartridge_label
(
c
,
b
);
var
d
=
this
.
get_div_container
(
c
,
b
);
this
.
get_div_edition
(
d
),
this
.
cartridgex
&&
0
!==
this
.
cartridgex
||
(
this
.
cartridgex
=
parseInt
(
this
.
tooltypefamille
.
cartridge_x
,
10
)),
this
.
cartridgey
&&
0
!==
this
.
cartridgey
||
(
this
.
cartridgey
=
parseInt
(
this
.
tooltypefamille
.
cartridge_y
,
10
)),
b
.
css
(
"
left
"
,
this
.
x
+
this
.
cartridgex
+
17
),
b
.
css
(
"
top
"
,
this
.
y
+
this
.
cartridgey
),
this
.
apply_visibility_annot
()}
return
!
0
},
c
});
\ No newline at end of file
amd/src/admin_panel.js
View file @
94b04611
...
...
@@ -105,66 +105,24 @@ define(['jquery'/*, 'core/yui'*/, 'core/notification', 'core/templates', 'core/f
}
if
(
typetool
===
1
)
{
this
.
annotationcurrent
=
new
AnnotationHighlightplus
();
this
.
annotationcurrent
.
x
=
83
;
this
.
annotationcurrent
.
y
=
84
;
this
.
annotationcurrent
.
endx
=
239
;
this
.
annotationcurrent
.
endy
=
100
;
}
else
if
(
typetool
===
3
)
{
this
.
annotationcurrent
=
new
AnnotationStampplus
();
this
.
annotationcurrent
.
x
=
60
;
this
.
annotationcurrent
.
y
=
100
;
}
else
if
(
typetool
===
4
)
{
this
.
annotationcurrent
=
new
AnnotationFrame
();
this
.
annotationcurrent
.
x
=
279
;
this
.
annotationcurrent
.
y
=
113
;
this
.
annotationcurrent
.
endx
=
435
;
this
.
annotationcurrent
.
endy
=
129
;
this
.
annotationcurrent
.
parent_annot
=
0
;
var
annotChild
=
new
AnnotationFrame
();
annotChild
.
x
=
144
;
annotChild
.
y
=
216
;
annotChild
.
endx
=
296
;
annotChild
.
endy
=
232
;
}
else
if
(
typetool
===
5
)
{
this
.
annotationcurrent
=
new
AnnotationVerticalline
();
this
.
annotationcurrent
.
x
=
285
;
this
.
annotationcurrent
.
y
=
65
;
this
.
annotationcurrent
.
endy
=
175
;
}
else
if
(
typetool
===
6
)
{
this
.
annotationcurrent
=
new
AnnotationStampcomment
();
this
.
annotationcurrent
.
x
=
188
;
this
.
annotationcurrent
.
y
=
118
;
this
.
annotationcurrent
.
displayrotation
=
1
;
}
else
if
(
typetool
===
7
)
{
this
.
annotationcurrent
=
new
AnnotationCommentplus
();
this
.
annotationcurrent
.
x
=
30
;
this
.
annotationcurrent
.
y
=
90
;
}
if
(
this
.
annotationcurrent
)
{
var
typetoolEntity
=
getTypeTool
(
typetool
);
this
.
annotationcurrent
.
tooltype
=
currentTool
;
if
(
currentTool
.
color
)
{
this
.
annotationcurrent
.
colour
=
currentTool
.
color
;
}
else
{
this
.
annotationcurrent
.
colour
=
typetoolEntity
.
color
;
}
this
.
annotationcurrent
.
tooltypefamille
=
typetoolEntity
;
this
.
annotationcurrent
.
id
=
'
previsu_annot
'
;
this
.
annotationcurrent
.
displaylock
=
1
;
this
.
annotationcurrent
.
adminDemo
=
1
;
this
.
annotationcurrent
.
initAdminDemo
(
currentTool
,
typetoolEntity
);
this
.
annotationcurrent
.
draw
(
$
(
'
#canevas
'
));
if
(
annotChild
)
{
annotChild
.
tooltype
=
currentTool
;
if
(
currentTool
.
color
)
{
annotChild
.
colour
=
currentTool
.
color
;
}
else
{
annotChild
.
colour
=
typetoolEntity
.
color
;
}
annotChild
.
tooltypefamille
=
typetoolEntity
;
annotChild
.
parent_annot
=
this
.
annotationcurrent
.
id
;
annotChild
.
id
=
'
previsu_annot_child
'
;
annotChild
.
displaylock
=
1
;
annotChild
.
adminDemo
=
1
;
annotChild
.
initChildAdminDemo
(
this
.
annotationcurrent
);
annotChild
.
draw
(
$
(
'
#canevas
'
));
}
}
...
...
amd/src/annotation.js
View file @
94b04611
...
...
@@ -156,6 +156,19 @@ define(['jquery', './global'],
this
.
toolid
=
config
.
toolid
;
this
.
tooltypefamille
=
this
.
editor
.
typetools
[
this
.
tooltype
.
type
];
};
Annotation
.
prototype
.
initAdminDemo
=
function
(
currentTool
,
typetoolEntity
)
{
this
.
id
=
'
previsu_annot
'
;
this
.
displaylock
=
1
;
this
.
adminDemo
=
1
;
this
.
tooltype
=
currentTool
;
this
.
tooltypefamille
=
typetoolEntity
;
if
(
currentTool
.
color
)
{
this
.
colour
=
currentTool
.
color
;
}
else
{
this
.
colour
=
typetoolEntity
.
color
;
}
};
/**
* Draw an annotation
* @public
...
...
amd/src/annotationcommentplus.js
View file @
94b04611
...
...
@@ -31,6 +31,12 @@ define(['jquery', './annotation'],
}
// The Friend class extends the base Model class.
AnnotationCommentplus
.
prototype
=
Object
.
create
(
Annotation
.
prototype
);
AnnotationCommentplus
.
prototype
.
initAdminDemo
=
function
(
currentTool
,
typetoolEntity
)
{
Annotation
.
prototype
.
initAdminDemo
.
call
(
this
,
currentTool
,
typetoolEntity
);
this
.
x
=
30
;
this
.
y
=
90
;
};
/**
* Draw a highlight annotation
* @protected
...
...
amd/src/annotationframe.js
View file @
94b04611
...
...
@@ -31,6 +31,25 @@ define(['jquery', './annotation'],
}
// The Friend class extends the base Model class.
AnnotationFrame
.
prototype
=
Object
.
create
(
Annotation
.
prototype
);
AnnotationFrame
.
prototype
.
initAdminDemo
=
function
(
currentTool
,
typetoolEntity
)
{
Annotation
.
prototype
.
initAdminDemo
.
call
(
this
,
currentTool
,
typetoolEntity
);
this
.
x
=
279
;
this
.
y
=
113
;
this
.
endx
=
435
;
this
.
endy
=
129
;
this
.
parent_annot
=
0
;
};
AnnotationFrame
.
prototype
.
initChildAdminDemo
=
function
(
annotationparent
)
{
Annotation
.
prototype
.
initAdminDemo
.
call
(
this
,
annotationparent
.
tooltype
,
annotationparent
.
tooltypefamille
);
this
.
x
=
144
;
this
.
y
=
216
;
this
.
endx
=
296
;
this
.
endy
=
232
;
this
.
parent_annot
=
annotationparent
.
id
;
this
.
id
=
'
previsu_annot_child
'
;
};
/**
* Draw a highlight annotation
* @protected
...
...
amd/src/annotationhighlightplus.js
View file @
94b04611
...
...
@@ -31,6 +31,14 @@ define(['jquery', './annotation'],
}
// The Friend class extends the base Model class.
AnnotationHighlightplus
.
prototype
=
Object
.
create
(
Annotation
.
prototype
);
AnnotationHighlightplus
.
prototype
.
initAdminDemo
=
function
(
currentTool
,
typetoolEntity
)
{
Annotation
.
prototype
.
initAdminDemo
.
call
(
this
,
currentTool
,
typetoolEntity
);
this
.
x
=
83
;
this
.
y
=
84
;
this
.
endx
=
239
;
this
.
endy
=
100
;
};
/**
* Draw a highlight annotation
* @protected
...
...
amd/src/annotationstampcomment.js
View file @
94b04611
...
...
@@ -31,6 +31,13 @@ define(['jquery', './annotation'],
}
// The Friend class extends the base Model class.
AnnotationStampcomment
.
prototype
=
Object
.
create
(
Annotation
.
prototype
);
AnnotationStampcomment
.
prototype
.
initAdminDemo
=
function
(
currentTool
,
typetoolEntity
)
{
Annotation
.
prototype
.
initAdminDemo
.
call
(
this
,
currentTool
,
typetoolEntity
);
this
.
x
=
188
;
this
.
y
=
118
;
this
.
displayrotation
=
1
;
};
/**
* Draw a highlight annotation
* @protected
...
...
amd/src/annotationstampplus.js
View file @
94b04611
...
...
@@ -31,6 +31,12 @@ define(['jquery', './annotation'],
}
// The Friend class extends the base Model class.
AnnotationStampplus
.
prototype
=
Object
.
create
(
Annotation
.
prototype
);
AnnotationStampplus
.
prototype
.
initAdminDemo
=
function
(
currentTool
,
typetoolEntity
)
{
Annotation
.
prototype
.
initAdminDemo
.
call
(
this
,
currentTool
,
typetoolEntity
);
this
.
x
=
60
;
this
.
y
=
100
;
};
/**
* Draw a highlight annotation
* @protected
...
...
amd/src/annotationverticalline.js
View file @
94b04611
...
...
@@ -31,6 +31,13 @@ define(['jquery', './annotation'],
}
// The Friend class extends the base Model class.
AnnotationVerticalline
.
prototype
=
Object
.
create
(
Annotation
.
prototype
);
AnnotationVerticalline
.
prototype
.
initAdminDemo
=
function
(
currentTool
,
typetoolEntity
)
{
Annotation
.
prototype
.
initAdminDemo
.
call
(
this
,
currentTool
,
typetoolEntity
);
this
.
x
=
285
;
this
.
y
=
65
;
this
.
endy
=
175
;
};
/**
* Draw a highlight annotation
* @protected
...
...
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