mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/MI-38.git
synced 2026-01-24 01:25:38 +03:00
14.06.2023
This commit is contained in:
26
s1000d/Converter14_Source/BlankXML/scormIndex.html
Normal file
26
s1000d/Converter14_Source/BlankXML/scormIndex.html
Normal 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>
|
||||
Reference in New Issue
Block a user