14.06.2023

This commit is contained in:
Plotnikov
2023-06-14 18:08:32 +03:00
parent b0a0566f19
commit bdf6eab9ec
221 changed files with 203557 additions and 585 deletions

View File

@@ -0,0 +1,26 @@
<!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>