summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/metapost/featpost/galrey/galrey.tpl
blob: df4141412911f697d2645afc1d5bdca0d182a151 (plain)
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>$TITLE$</title>
<style type="text/css">
<!--
.title {color: #CCCC00; font-family: Verdana, Arial; font-size: 16pt; font-weight: bold}
.counter {color: #ffffcc; font-family: Verdana, Arial; font-size: 11pt; font-weight: bold}
.nav   {color: #CC9900; font-family: Verdana, Arial; font-size: 14pt; font-weight: normal; text-decoration: none}
.nav:Hover   {color: #CCCC00; font-family: Verdana, Arial; font-size: 14pt; font-weight: normal; text-decoration: underline}
.memo {color: #ffffcc; font-family: Verdana, Arial; font-size: 10pt; font-weight: normal}
-->
</style>
</head>

<body bgcolor="#330066">
<div align="center">
<table cellpadding="0" cellspacing="0" width="600">
<tr>
<td>
<a class="nav" href="$FIRST$">|&lt;</a>&nbsp;&nbsp;
<a class="nav" href="$PREVIOUS$">&lt;&lt;</a>&nbsp;&nbsp;
<a class="nav" href="$INDEX$">O</a>&nbsp;&nbsp;
<a class="nav" href="$NEXT$">&gt;&gt;</a>&nbsp;&nbsp;
<a class="nav" href="$LAST$">&gt;|</a>
</td>
<td>
<div class="counter">$ID$/$TOTAL$</div>
</td>
<td align="right"><div class="title"><b>$TITLE$</b></div></td>
</tr>
</table>
<br>
<table cellpadding="3" cellspacing="0" bgcolor="#FFFFFF">
<tr><td><img alt="imagefile: $CURRENT$" WIDTH="$WIDTH$" HEIGHT="$HEIGHT$" border="0" src="../galreyimages/$CURRENT$"></td></tr>
</table>
</div>
<br>
<div class="memo" align="center">$DESCRIPTION$</div>
</body>
</html>