-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
110 lines (106 loc) · 4.01 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
<!DOCTYPE html>
<html lang="en">
<!-- ===================================================================
Users' Manual of Zip64File.
Application: SIARD Suite 2.1
Platform : HTML5
========================================================================
Copyright : Enter AG, Joweid Zentrum 1, 8036 Rüti ZH, Switzerland, 2018
==================================================================== -->
<head>
<title>Zip64File - Users' Manual</title>
<!-- character set -->
<meta charset="utf-8" />
<!-- Icon -->
<link rel="icon" type="image/gif" href="../assets/img/icon.gif" />
<!-- Global style sheet -->
<link rel="stylesheet" href="../assets/css/admin.css">
<link rel="stylesheet" href="../assets/css/print.css">
<link rel="stylesheet" href="../assets/css/siard.css" />
</head>
<body>
<div class="container container-main">
<header>
<div class="clearfix">
<img alt="SIARD splash pane" src="../assets/img/splash.png"/>
</div>
</header>
<div class="nav-main navbar navbar-index" id="main-navigation"></div>
<div class="container-fluid">
<div class="row">
<div class="col-sm-12 main-column" id="content" role="main">
<div class="contentHead">
<div class="mod mod-contentpage">
<h1 class="text-inline">Zip64File - Users' Manual</h1>
</div>
</div>
<div class="mod mod-text">
<section class="clearfix navigation">
<h2>Contents</h2>
<ul>
<li><a href="intro.html">Introduction</a></li>
<li><a href="purpose.html">Purpose of the Project</a></li>
<li><a href="download.html">Download of the Project Binaries</a></li>
<li><a href="usage.html">Usage of the Project Binaries</a></li>
</ul>
</section>
<section class="clearfix">
<h2>Summary</h2>
<p>This document is a manual for <em>Zip64File</em> for users.</p>
<p>It describes the</p>
<ul>
<li>purpose of the project</li>
<li>download of the project binaries</li>
<li>usage of the project binaries</li>
</ul>
<p>of the Zip64File project.</p>
</section>
</div>
<div class="clearfix">
<p class="pull-right">
<small>
<a href="#" class="icon icon--before icon--power hidden-print">
Top of page
</a>
</small>
</p>
</div>
</div>
</div>
</div>
<footer>
<div class="site-map">
<div class="container-fluid" id="site-map">
<div class="row">
<div class="col-sm-6 col-md-3">
<h3>Author</h3>
<address class="footer-address">
Dr. sc. math. Hartwig Thomas<br/>
Enter AG<br/>
Joweid Zentrum 1<br/>
8630 Rüti ZH<br/>
Switzerland
</address>
</div>
<div class="col-sm-6 col-md-3">
<h3>Publisher</h3>
<address class="footer-address">
Swiss Federal Archives<br/>
Archivstrasse 24<br/>
3003 Bern<br/>
Switzerland
</address>
</div>
</div>
</div>
</div>
<div class="container-fluid">
<hr class="footer-line">
<img src="../assets/img/logo-CH.svg" onerror="this.onerror=null; this.src='../assets/img/logo-CH.png'" />
<h1 class="hidden-xs">Swiss Federal Archives</h1>
<p class=pull-right><a href="../../../LICENSE.txt" target="_blank">License</a></p>
</div>
</footer>
</div>
</body>
</html>