mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/MI-38.git
synced 2026-01-23 15:25:44 +03:00
27 lines
1.1 KiB
HTML
27 lines
1.1 KiB
HTML
<!DOCTYPE HTML>
|
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
|
<html xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://www.purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<script>
|
|
function setContent(fileName) {
|
|
c = document.getElementById("content");
|
|
c.innerHTML = "<iframe src='"+fileName+"' width='100%' height='100%' style='margin: 0 auto;' frameBorder='0' style='text-indent: 0px;'></iframe>";
|
|
window.scrollTo({ top: 0, behavior: 'smooth' });
|
|
}
|
|
</script>
|
|
<style> html, body { height:100%; margin:0px; padding:0px; }</style>
|
|
</head>
|
|
<body bgcolor="#FFFFFF">
|
|
<table width="100%" height="100%" cellspacing="5px" >
|
|
<tr height="100%">
|
|
<td width="300" style="vertical-align: text-top; border-right: 1px solid gray; font-family: RobotoRegular, Arial, sans-serif; font-weight: bold;color: rgba(124, 37, 41, 1);">
|
|
<table id="tocTable">
|
|
</table>
|
|
</td>
|
|
<td><div id="content" style="vertical-align: text-top; width:100%; height:100%;"></div></td>
|
|
</tr>
|
|
</table>
|
|
</body>
|
|
</html>
|