Revert to old logo images.

pull/193/head
Michael R Sweet 14 years ago
parent 7509866b99
commit 5e04f062c6
  1. BIN
      www/images/logo-large.gif
  2. BIN
      www/images/logo-large.png
  3. BIN
      www/images/logo.gif
  4. BIN
      www/images/logo.png
  5. 2
      www/index.php
  6. 6
      www/phplib/html.php

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 846 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

@ -24,7 +24,7 @@ $file = $data[2];
<div style='margin-left: 20px; float: right; line-height: 200%; <div style='margin-left: 20px; float: right; line-height: 200%;
text-align: center;'><a text-align: center;'><a
href='software.php?FILE=<?print($file);?>&amp;VERSION=<?print($version);?>'><img href='software.php?FILE=<?print($file);?>&amp;VERSION=<?print($version);?>'><img
src='images/logo-large.png' width='150' height='150' alt='Mini-XML logo'><br> src='images/logo-large.gif' width='150' height='150' alt='Mini-XML logo'><br>
Download v<?print($version);?></a></div> Download v<?print($version);?></a></div>
<h1>Mini-XML: Lightweight XML Library</h1> <h1>Mini-XML: Lightweight XML Library</h1>

@ -101,7 +101,7 @@ html_header($title = "", // I - Additional document title
." <meta http-equiv='Content-Type' content='text/html; " ." <meta http-equiv='Content-Type' content='text/html; "
."charset=utf-8'>\n" ."charset=utf-8'>\n"
." <link rel='stylesheet' type='text/css' href='$html_path/style.css'>\n" ." <link rel='stylesheet' type='text/css' href='$html_path/style.css'>\n"
." <link rel='shortcut icon' href='$html_path/images/logo.png' " ." <link rel='shortcut icon' href='$html_path/images/logo.gif' "
."type='image/x-icon'>\n"); ."type='image/x-icon'>\n");
// If refresh URL is specified, add the META tag... // If refresh URL is specified, add the META tag...
@ -161,7 +161,7 @@ html_header($title = "", // I - Additional document title
print("<table width='100%' style='height: 100%;' border='0' cellspacing='0' " print("<table width='100%' style='height: 100%;' border='0' cellspacing='0' "
."cellpadding='0' summary=''>\n" ."cellpadding='0' summary=''>\n"
."<tr>" ."<tr>"
."<td class='unsel'><img src='$html_path/images/logo.png' width='32' " ."<td class='unsel'><img src='$html_path/images/logo.gif' width='32' "
."height='32' alt=''></td>" ."height='32' alt=''></td>"
."<td class='$classes[0]'>"); ."<td class='$classes[0]'>");
@ -193,7 +193,7 @@ html_footer()
{ {
print("</td></tr>\n" print("</td></tr>\n"
."<td class='footer' colspan='8'>" ."<td class='footer' colspan='8'>"
."Copyright 2003-2010 by Michael Sweet. This library is free " ."Copyright 2003-2011 by Michael Sweet. This library is free "
."software; you can redistribute it and/or modify it " ."software; you can redistribute it and/or modify it "
."under the terms of the <a href='$html_path/docfiles/license.html'>" ."under the terms of the <a href='$html_path/docfiles/license.html'>"
."Mini-XML License</a>.</td></tr>\n" ."Mini-XML License</a>.</td></tr>\n"

Loading…
Cancel
Save