/
githubmirror
/
x64dbg
Обзор
Документация
Войти
/
githubmirror
/
x64dbg
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
Bitbucket
help/template/fixedtop.htm
59 строк
2 KB
Mr. eXoDia
"x64_dbg"->"x64dbg" + added Nukem
10 апр 2015, 02:53
10 апр 2015, 02:53
6ade97b
Код
Авторство
О чём код?
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>($title$)</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link href="winchm_template_style.css" rel="stylesheet" type="text/css"> <script type="text/javascript"> function d_onresize(){ if (window.navigator.userAgent.indexOf("MSIE")>=1){ document.getElementById('winchm_template_content').style.pixelWidth = document.body.offsetWidth - 3; document.getElementById('winchm_template_content').style.pixelHeight = document.body.offsetHeight - document.getElementById('winchm_template_top').offsetHeight - 4; } document.getElementById('winchm_template_content').style.top = document.getElementById('winchm_template_top').offsetHeight + 'px'; } function d_onbeforeprint(){ document.getElementById('winchm_template_content').style.width = 'auto'; document.getElementById('winchm_template_content').style.height = 'auto'; } function d_onafterprint(){ d_onresize(); } window.onload = d_onresize; window.onresize = d_onresize; window.onbeforeprint = d_onbeforeprint; window.onafterprint = d_onafterprint; </script> </head> <body> <div id="winchm_template_top"> <table width="100%" height="50" bgcolor="#c4d0f4" style="WIDTH: 100%" cellSpacing=0 cellPadding=3 border=0> <tr> <td> <div id="winchm_template_navigation"> <em><FONT face=Courier>New Help > ($navigation$)</FONT> </em> </div> <div id="winchm_template_title"><FONT face=Courier>($title$)</FONT> </div> </td> <td align="right" style="WIDTH: 90px"> <IMG alt=Previous src="btn_prev_n.gif"><IMG alt=Next src="btn_next_n.gif"> </td> </tr> </table> </div> <div id="winchm_template_content"> <p><FONT face=Courier>($content$)</FONT></p> <hr> <font face="Courier" color="#808080" size="1"><A href="http://x64dbg.com" target=_blank>x64dbg</A>, GPLv3</font> </div> </body> </html>