/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
DQM/SiPixelMonitorClient/test/rightEmbedded.html
94 строки
4 KB
Giulio Eulisse
Snapshot of CMSSW_6_2_0_pre8.
26 июн 2013, 18:12
26 июн 2013, 18:12
214ab73
Код
Авторство
О чём код?
<html> <!-- Author: D. Menasce Test widget for the Pixel Tracker Map --> <meta http-equiv='pragma' content ='no-cache'> <head> <link rel = 'stylesheet' type = 'text/css' href = 'css_files/wz_dragdrop.css>' <link rel = 'stylesheet' type = 'text/css' href = 'css_files/magnifier.css'> <script type = 'text/javascript' src = 'js_files/magnifier.js'> </script> <script type = 'text/javascript' src = 'js_files/wz_dragdrop.js'> </script> <script type = 'text/javascript' src = 'js_files/DMLibrary.js'> </script> <script type = 'text/javascript' src = 'js_files/rightEmbedded.js'> </script> </head> <body bgcolor='#414141'> <center> <div id = 'binding' name = 'binding1'> <img id = 'baseImage1' name = 'baseImage1' src = 'images/EmptyPlot.png' alt = 'picture geometry:800x600' onload = 'RightEmbedded.innerLoading("binding1","baseImage1")' onclick = 'RightEmbedded.innerTransport(event)' onmouseover = 'this.T_SHADOWWIDTH=4; this.T_OPACITY =70; this.T_FONTCOLOR ="#000000"; this.T_WIDTH =200; return escape("Click to send to pan/zoom area")' width = '267' height = '200' /> </div> <div id = 'binding' name = 'binding2'> <img id = 'baseImage2' name = 'baseImage2' src = 'images/EmptyPlot.png' alt = 'picture geometry:800x600' onload = 'RightEmbedded.innerLoading("binding2","baseImage2")' onclick = 'RightEmbedded.innerTransport(event)' onmouseover = 'this.T_SHADOWWIDTH=4; this.T_OPACITY =70; this.T_FONTCOLOR ="#000000"; this.T_WIDTH =200; return escape("Click to send to pan/zoom area")' width = '267' height = '200' /> </div> <div id = 'binding' name = 'binding3'> <img id = 'baseImage3' name = 'baseImage3' src = 'images/EmptyPlot.png' alt = 'picture geometry:800x600' onload = 'RightEmbedded.innerLoading("binding3","baseImage3")' onclick = 'RightEmbedded.innerTransport(event)' onmouseover = 'this.T_SHADOWWIDTH=4; this.T_OPACITY =70; this.T_FONTCOLOR ="#000000"; this.T_WIDTH =200; return escape("Click to send to pan/zoom area")' width = '267' height = '200' /> </div> </center> <script type = 'text/javascript' src = 'js_files/rightEmbedded.js'> </script> <script type='text/javascript' src ='js_files/wz_tooltip.js'> </script> </html>