PTdecode/CImg-1.3.0/html/header.html

Mon, 03 Aug 2009 14:21:23 +0100

author
Philip Pemberton <philpem@philpem.me.uk>
date
Mon, 03 Aug 2009 14:21:23 +0100
changeset 6
a274aba0a9d3
parent 5
1204ebf9340d
permissions
-rwxr-xr-x

added keepme for ptdecode obj directory

     1 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
     2 <head>
     3 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"></meta>
     4 <title>The CImg Library - C++ Template Image Processing Toolkit</title>
     5 <meta content="David Tschumperle" name="author"></meta>
     6 <link rel="shortcut icon" type="image/x-icon" href="http://cimg.sourceforge.net/favicon.ico"></link>
     7 <link rel="icon" type="image/png" href="favicon.png"></link>
     8 <style type="text/css">
     9 <!--
    10 body {background-color:white; font-family:sans-serif; }
    11 a:active{text-decoration:none; color:#303090}
    12 a:link{text-decoration:none; color:#303090}
    13 a:visited{text-decoration:none; color:#303090}
    14 a:hover{text-decoration:underline; color:#4E9F71}
    15 -->
    16 </style>
    17 <script language="JavaScript" type="text/javascript">
    18   <!-- Original:  Eric King (eric_andrew_king@hotmail.com) is used to display images in popup windows -->
    19   <!-- Web Site:  http://redrival.com/eak/ -->
    20   <!-- This script and many more are available free online at -->
    21   <!-- The JavaScript Source!! http://javascript.internet.com -->
    22   <!-- Begin
    23   function NewWindow(mypage, myname, w, h, scroll) {
    24   var winl = (screen.width - w) / 2;
    25   var wint = (screen.height - h) / 2;
    26   winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+scroll+',resizable'
    27   win = window.open(mypage, myname, winprops)
    28   if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }
    29   }
    30   //  End -->
    31 </script>
    32 </head>
    33 <body>
    34  <table align="center" border="0" cellpadding="0" cellspacing="0" width="100%">
    35   <tbody><tr><td>
    36    <hr noshade="noshade" size="1" width="90%"></hr>
    37    <center>
    38    <br/>
    39    <a href="http://cimg.sourceforge.net"><img src="http://cimg.sourceforge.net/img/CImgLogo.jpg" alt="" border="0"></img></a><br/>
    40    <br/>
    41    </center>
    42    <hr noshade="noshade" size="1" width="90%"></hr>
    43    <center>
    44    <table bgcolor="#EEEEFF" style="width: 90%; text-align: left; margin-left: auto; margin-right: auto;" border="0" cellpadding="3" cellspacing="0">
    45    <tbody><tr><td style="text-align: center; vertical-align: top;">
    46    <font color="#FFFFFF" face="Arial,Helvetica" size="-1">
    47    <b>[</b> <a target="_parent" href="http://cimg.sourceforge.net/index.shtml">Main</a> <b>]</b>
    48    <b>[</b> <a target="_parent" href="http://cimg.sourceforge.net/news.shtml">News</a><b>] </b>
    49    <b>[</b> <a target="_parent" href="http://cimg.sourceforge.net/download.shtml">Download</a> <b>]</b>
    50    <b>[</b> <a target="_parent" href="http://cimg.sourceforge.net/screenshots.shtml">Screenshots</a> <b>]</b>
    51    <b>[</b> <a target="_parent" href="http://cimg.sourceforge.net/reference/group__cimg__faq.html">FAQ</a> <b>]</b>
    52    <b>[</b> <a target="_parent" href="http://cimg.sourceforge.net/reference/group__cimg__tutorial.html">Tutorial</a> <b>]</b>
    53    <b>[</b> <a target="_parent" href="http://cimg.sourceforge.net/reference/index.html">Documentation</a> <b>]</b>
    54    <b>[</b> <a target="_parent" href="http://sourceforge.net/forum/forum.php?forum_id=334630">Forum</a> <b>]</b>
    55    <b>[</b> <a target="_parent" href="http://cimg.sourceforge.net/chat.shtml">Chat</a> <b>]</b>
    56    <b>[</b> <a target="_parent" href="http://cimg.sourceforge.net/links.shtml">Links</a> <b>]</b>
    57    </font>
    58    </td></tr></tbody>
    59    </table>
    60    </center>
    61    <hr noshade="noshade" size="1" width="90%"></hr>
    62   </td></tr></tbody>
    63 </table>