5 <title i18n-content=
"title"></title>
6 <style type=
"text/css">
9 font-family:Helvetica
,Arial
,sans-serif
;
22 background-color:white
;
29 -webkit-box-shadow:3px 3px 8px #200;
32 html
[dir
='rtl'] .box
{
37 background-image: url
('ssl/images/roadblock.png');
38 background-repeat: no-repeat
;
56 margin:15px 5px 15px 0px;
67 function sendCommand(cmd
) {
68 window
.domAutomationController
.setAutomationId(1);
69 window
.domAutomationController
.send(cmd
);
72 function getChecked() {
73 for (var i
= 0; i
< document
.form
.group
.length
; i
++) {
74 if (document
.form
.group
[i
].checked
)
75 return parseInt(document
.form
.group
[i
].value
);
81 <body oncontextmenu=
"return false;">
82 <div class=
"background"><img src=
"ssl/roadblock_background.png" width=
"100%" height=
"100%" alt=
"background" onmousedown=
"return false;"></div>
83 <table width=
"100%" cellspacing=
"0" cellpadding=
"0">
84 <td class=
"cell" valign=
"middle" align=
"center">
86 <div class=
"icon"></div>
87 <div class=
"title" i18n-content=
"headLine"></div>
89 <form name=
"form" class=
"submission">
90 <input type=
"radio" name=
"group" value=
"1" checked
> <span i18n-content=
"update"></span><br>
91 <input type=
"radio" name=
"group" value=
"2"> <span i18n-content=
"open_with_reader"></span><br>
93 <input type=
"button" i18n-values=
"value:ok" name=
"ok" class=
"proceedbutton" onClick=
"sendCommand(getChecked());">
94 <input type=
"button" i18n-values=
"value:cancel" name=
"cancel" onClick=
"sendCommand(0);">