-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhelp-bitexts1.html
36 lines (32 loc) · 1009 Bytes
/
help-bitexts1.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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>OPUS Explorer</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
div.rightalign {text-align: right; float: right; display: inline;}
table.bitext {width: 100%;}
td.leftalign {text-align: left;width: 40%;padding-left: 10px;}
td.rightalign {text-align: right;width: 40%;padding-right: 10px;}
td.centeralign {text-align: center;}
table, th {
border: 1px solid;
border-collapse: collapse;
}
td {
border: 1px dotted;
}
</style>
</head>
<body>
<h1>OpusExplorer - Usage information</h1>
[<a href="index.php">back to explorer</a>]
[<a href="help-login.html">get started</a>]
[<a href="help-resourcelist.html">browsing resource list</a>]
[<a href="help-bitexts1.html">bitext navigation 1</a>]
[<a href="help-bitexts2.html">bitext navigation 2</a>]
[<a href="help-rating.html">user ratings</a>]
<hr/>
<img src="OpusExplorer-bitexts1.svg" height="80%"/>
</body>
</html>