4 <title i18n-content=
"title"></title>
5 <style type=
"text/css">
8 font-family:Helvetica
,Arial
,sans-serif
;
21 background-color:white
;
28 -webkit-box-shadow:3px 3px 8px #200;
31 html
[dir
='rtl'] .box
{
51 margin:15px 5px 15px 0px;
62 function sendCommand(cmd
) {
63 window
.domAutomationController
.setAutomationId(1);
64 window
.domAutomationController
.send(cmd
);
67 function getChecked() {
68 for (var i
= 0; i
< document
.form
.group
.length
; i
++) {
69 if (document
.form
.group
[i
].checked
)
70 return parseInt(document
.form
.group
[i
].value
);
76 <body oncontextmenu=
"return false;">
77 <div class=
"background"><img src=
"ssl_roadblock_background.png" width=
"100%" height=
"100%" alt=
"background" onmousedown=
"return false;"></div>
78 <table width=
"100%" cellspacing=
"0" cellpadding=
"0">
79 <td class=
"cell" valign=
"middle" align=
"center">
81 <div class=
"icon"><img src=
"ssl_roadblock_icon.png" alt=
"Reader out of date icon" onmousedown=
"return false;"></div>
82 <div class=
"title" i18n-content=
"headLine"></div>
84 <form name=
"form" class=
"submission">
85 <input type=
"radio" name=
"group" value=
"1" checked
> <span i18n-content=
"update"></span><br>
86 <input type=
"radio" name=
"group" value=
"2"> <span i18n-content=
"open_with_reader"></span><br>
88 <input type=
"button" i18n-values=
"value:ok" name=
"ok" class=
"proceedbutton" onClick=
"sendCommand(getChecked());">
89 <input type=
"button" i18n-values=
"value:cancel" name=
"cancel" onClick=
"sendCommand(0);">