diff options
Diffstat (limited to 'Master/texmf-dist/doc/metapost/featpost/galrey/galrey.tpl')
-rw-r--r-- | Master/texmf-dist/doc/metapost/featpost/galrey/galrey.tpl | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/metapost/featpost/galrey/galrey.tpl b/Master/texmf-dist/doc/metapost/featpost/galrey/galrey.tpl new file mode 100644 index 00000000000..df414141291 --- /dev/null +++ b/Master/texmf-dist/doc/metapost/featpost/galrey/galrey.tpl @@ -0,0 +1,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$">|<</a> +<a class="nav" href="$PREVIOUS$"><<</a> +<a class="nav" href="$INDEX$">O</a> +<a class="nav" href="$NEXT$">>></a> +<a class="nav" href="$LAST$">>|</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> |