1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-07-16 22:14:23 +03:00
inform7/indoc/Tests/Targets/windows_app-Ideal/Sdoc2.html
Philip Chimento 9d14021b6b Bless output of indoc tests for Windows app
The ideal output didn't reflect the recent changes to the JavaScript paste
code. I'm assuming that the current output is correct as-is.

Maybe it makes less sense to have separate tests for Windows and Mac now,
since the HTML is now identical. But the CSS still differs, so I've kept
them for now.
2022-04-30 13:16:36 -07:00

106 lines
4.1 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link href="indoc_SV.css" rel="stylesheet" type="text/css">
<!--Generated by indoc on 28 Apr 2016-->
<title>1.2. Tertius</title>
<script type="text/javascript">
function showExtra(id, imid) {
if (document.getElementById(id).style.display == 'block') {
document.getElementById(id).style.display = 'none';
document.getElementById(imid).src = 'inform:/doc_images/extra.png';
} else {
document.getElementById(id).style.display = 'block';
document.getElementById(imid).src = 'inform:/doc_images/extraclose.png';
}
}
function onLoaded() {
if (window.location.hash) {
var hash = window.location.hash.substring(2);
if (hash.search("_") >= 0) {
var res = hash.split("_");
showExample("example"+res[1]);
} else {
showExample("example"+hash);
}
}
}
window.onload=onLoaded;
function showExample(id) {
if (document.getElementById(id).style.display == 'block') {
document.getElementById(id).style.display = 'none';
} else {
document.getElementById(id).style.display = 'block';
}
}
function openExtra(id, imid) {
document.getElementById(id).style.display = 'block';
document.getElementById(imid).src = 'inform:/doc_images/extraclose.png';
}
function closeExtra(id, imid) {
document.getElementById(id).style.display = 'none';
document.getElementById(imid).src = 'inform:/doc_images/extra.png';
}
</script>
</head>
<body class="paper papertint">
<script type="text/javascript">
function pasteCode(code) {
var myProject = window.Project;
myProject.selectView('source');
myProject.pasteCode(code);
}
</script>
<script type="text/javascript">
function createNewProject(code, title) {
var myProject = window.Project;
myProject.createNewProject(title, code);
}
</script>
<!--SEARCH TITLE "Tertius"-->
<!--SEARCH SECTION "1.2"-->
<!--SEARCH SORT "001-001-002-000"-->
<!--START IGNORE 1-->
<div class="bookheader">
<table class="fullwidth midnightblack">
<tr>
<td class="midnightbannerleftcell">
<a href="Sdoc1.html" class="standardlink"><img alt="Hookleft.png" src="inform:/doc_images/Hookleft.png" id="hookleft"></a>
</td>
<td class="midnightbannercentrecell">
<a href="index.html" class="standardlink"><span class="midnightbannertext">Chapter 1: Introduction</span></a>
</td>
<td class="midnightbannerrightcell">
<a href="index.html" class="standardlink"><img alt="Hookup.png" src="inform:/doc_images/Hookup.png" id="hookup"></a>
</td>
</tr>
</table>
</div>
<!--END IGNORE-->
<p class="sectionheading">§1.2. Tertius</p>
<p>Or here, really.</p>
<hr>
<!--START IGNORE-->
<div class="bookfooter">
<table class="fullwidth">
<tr>
<td class="footerprevious">
<a href="Sdoc1.html" class="footerlink">Previous</a>
</td>
<td class="footercontents">
<a href="index.html" class="footerlink">Contents</a>
</td>
<td class="footernext">
<span class="footernonlink">End</span>
</td>
</tr>
</table>
</div>
<!--END IGNORE-->
</body>
</html>