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 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143
|
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<HTML>
<HEAD>
<META NAME="GENERATOR" CONTENT="Curator (Revision: 1.12)">
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<TITLE>Image: documentation window</TITLE>
</HEAD>
<BODY BGCOLOR=#FFFFFF>
<CENTER>
<!-- quick navigator at the top -->
<TABLE WIDTH="100%" COLS=2 BORDER="0" CELLSPACING="0" CELLPADDING="0">
<TR><TD WIDTH=50% ALIGN=LEFT>
<A HREF="xxdiff-snap-dirs2.html">
<<</A>
</TD><TD WIDTH=50% ALIGN=RIGHT>
<A HREF="xxdiff-snap-files2.html">
>></A>
</TD></TR></TABLE>
<IMG SRC="xxdiff-snap-doc.jpg" WIDTH=575 HEIGHT=795 BORDER=5 ALT=xxdiff-snap-doc.jpg>
</CENTER>
<P>
<!--description and camera settings, in a table-->
<TABLE WIDTH="100%" BORDER="0" CELLSPACING="0" CELLPADDING="0">
<TR>
<TD WIDTH="90%" VALIGN="TOP">
<!--title and location in big, if available, to the left-->
<BIG STYLE="font-family: Arial,Geneva,sans-serif; font-size: 24px;">
documentation window<BR>
</BIG>
</FONT>
<P>
<!--previous and next thumbnails, with text in between-->
<BR>
<CENTER>
<HR NOSHADE SIZE=1 WIDTH="90%">
<TABLE WIDTH="100%" BORDER="0">
<TR>
<TD WIDTH="150">
<A HREF="xxdiff-snap-dirs2.html">
<IMG SRC="xxdiff-snap-dirs2--thumb.jpg" WIDTH=150 HEIGHT=50 ALIGN=LEFT ALT="Previous (globally)"></A>
</TD><TD ALIGN="CENTER" BGCOLOR="#F4F4F4" CELLPADDING=5>
<!--dirnav, alternative representations and navigation,
between the floating thumbs-->
<B>
<A HREF="dirindex.html">(root)</A>
::
<A HREF="xxdiff-snap-doc.jpg">xxdiff-snap-doc.jpg</A>
</B><BR>
<BR>
<A HREF="xxdiff-snap-dirs2.html"><FONT SIZE=-2>prev</FONT></A>
[<A HREF="dirindex.html"><FONT SIZE=-2>dir</FONT></A>]
<A HREF="xxdiff-snap-files2.html"><FONT SIZE=-2>next</FONT></A>
<P>
</TD>
<TD WIDTH="150">
<A HREF="xxdiff-snap-files2.html">
<IMG SRC="xxdiff-snap-files2--thumb.jpg" WIDTH=150 HEIGHT=76 ALIGN=RIGHT ALT="Next (globally)"></A>
</TD></TR></TABLE>
</CENTER>
</TD>
<TD WIDTH="10%" ALIGN="RIGHT" VALIGN="TOP">
</TD>
</TR>
</TABLE>
</FONT>
<!--
<!- -tagcode:
if settings:
fontspec = '<FONT STYLE="font-family: Arial,Geneva,sans-serif; ' + \
'font-weight: bold;" SIZE=-2>'
print "<TABLE COLS=3 ROWS=2 WIDTH=100%><TR><TD>"
print fontspec
print """
CAMERA SETTINGS:<BR>
</TD></TR><TR>"""
ssettings = settings.split( '\n' )
ls = len(ssettings)
sets = [ 0, int(ls*0.33), int(ls*0.66), ls ]
for i in range(0,3):
print "<TD>"
print fontspec
for s in ssettings[ sets[i] : sets[i+1] ]:
print "%s<BR>" % s
print "</TD>"
print "</TR></TABLE>"
-->
<HR NOSHADE SIZE=2 WIDTH=90%>
<CENTER><I><FONT SIZE=-2>
All images and material are
</FONT><FONT SIZE=-1>
<B>Copyright © 2001 Martin Blais, Montreal, Canada.<BR></B>
</FONT><FONT SIZE=-2>
All Rights Reserved. Images may not be used without written permission.<BR>
If you would like to license or use an image, please contact
<B><A HREF="mailto:blais@furius.ca">blais@furius.ca</A></B>
</FONT></I></CENTER>
</BODY>
</HTML>
|