/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Validation/RecoEgamma/test/makeWebpage.html
54 строки
2 KB
Giulio Eulisse
Snapshot of CMSSW_6_2_0_pre8.
26 июн 2013, 18:12
26 июн 2013, 18:12
214ab73
Код
Авторство
О чём код?
<html> <!-- DO NOT ERASE UF Analsis Viewer (v1.5) Author : Ronny Remington, University of Florida Inspired by technology developed by M.Schmitt, B. Scurlock, and R. Remington (UF) Date : 02/12/09 --> <head> <title> </title> <!-- <h3 align="center"> blablabla<br> </h3> --> <script type="text/javascript"> function ThumbnailPlot(plot) { <!-- clear_l()--> document.getElementById("thumblink_l").href = plot document.getElementById("thumb_l").src = plot document.getElementById("thumb_l").width = " 700 " document.getElementById("thumb_l").height = " 500 " document.getElementById("thumb_l").border = "1" } function clear_l() { document.getElementById("thumblink_l").href = "#" document.getElementById("thumb_l").src = "" document.getElementById("thumb_l").width = "0" document.getElementById("thumb_l").height = "0" document.getElementById("thumb_l").border = "0" } function ThumbnailNote(flag,id) { if (flag=="1"){ if( document.layers) document.all[''+id+''].visibility = "show" else if ( document.all) document.all[''+id+''].visibility = "visible" else if ( document.getElementById) document.getElementById(''+id+'').style.visibility = "visible" } else if( flag=="0"){ if( document.layers) document.all[''+id+''].visibility = "hide" else if ( document.all) document.all[''+id+''].visibility = "hidden" else if ( document.getElementById) document.getElementById(''+id+'').style.visibility = "hidden" } } function ClearNotes() { } </script> <style type="text/css"> #thumb_gen {position: absolute; position: fixed; left: 720; top:120; text-align: center;} #main_d {position: absolute; position: fixed; left: 10px;} </style> </head > <body bgcolor="#ffffff" > <br> <br>