Revision: 3813
http://svn.sourceforge.net/winmerge/?rev=3813&view=rev
Author: gerundt
Date: 2006-11-17 08:23:12 -0800 (Fri, 17 Nov 2006)
Log Message:
-----------
PATCH: [ 1597996 ] Web: Add screenshot thumbnails to index pages
Modified Paths:
--------------
trunk/Web/2.6/index.php
trunk/Web/2.6/screenshots.php
trunk/Web/Changes.txt
trunk/Web/css/all.css
trunk/Web/css/print.css
trunk/Web/index.php
Added Paths:
-----------
trunk/Web/2.6/images/foldercmp_small.png
trunk/Web/2.6/images/screenshot_small.png
Added: trunk/Web/2.6/images/foldercmp_small.png
===================================================================
(Binary files differ)
Property changes on: trunk/Web/2.6/images/foldercmp_small.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/Web/2.6/images/screenshot_small.png
===================================================================
(Binary files differ)
Property changes on: trunk/Web/2.6/images/screenshot_small.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Modified: trunk/Web/2.6/index.php
===================================================================
--- trunk/Web/2.6/index.php 2006-11-17 14:27:57 UTC (rev 3812)
+++ trunk/Web/2.6/index.php 2006-11-17 16:23:12 UTC (rev 3813)
@@ -24,8 +24,9 @@
<li>HTML-based <a href="manual/index.html">Manual</a></li>
</ul>
-<h2>Screenshot</h2>
-<p><img src="images/screenshot.png" alt="Screenshot of WinMerge"></p>
+<h2>Screenshots</h2>
+<p><a href="images/screenshot.png" target="_blank"><img class="thumbnail" src="images/screenshot_small.png" alt="File Comparison" border="0"></a>
+<a href="images/foldercmp.png" target="_blank"><img class="thumbnail" src="images/foldercmp_small.png" alt="Folder Comparison Results" border="0"></a></p>
<p>See the <a href="screenshots.php">screenshots page</a> for more screenshots.</p>
<h2>Installation</h2>
Modified: trunk/Web/2.6/screenshots.php
===================================================================
--- trunk/Web/2.6/screenshots.php 2006-11-17 14:27:57 UTC (rev 3812)
+++ trunk/Web/2.6/screenshots.php 2006-11-17 16:23:12 UTC (rev 3813)
@@ -13,6 +13,8 @@
<p>Folder compare shows all files and subfolders found from compared folders as list. Folder compare allows synchronising folders by copying and deleting files and subfolders. Folder compare view can be versatile customised.</p>
<p><img src="images/filecmp_inlinediff.png" alt="Highlight Line Diff"></p>
<p>Many times it is useful to see exact differences inside lines. WinMerge can highlight different area between lines.</p>
+<p><img src="images/screenshot.png" alt="Location Pane"></p>
+<p>Location pane is a handy side-pane showing a overall (difference) map of files compared.</p>
<?php
$page->printFoot();
?>
\ No newline at end of file
Modified: trunk/Web/Changes.txt
===================================================================
--- trunk/Web/Changes.txt 2006-11-17 14:27:57 UTC (rev 3812)
+++ trunk/Web/Changes.txt 2006-11-17 16:23:12 UTC (rev 3813)
@@ -1,3 +1,10 @@
+2006-11-17 Tim
+ PATCH: [ 1597996 ] Web: Add screenshot thumbnails to index pages
+ Web: index.php
+ Web\2.6: index.php screenshots.php
+ Web\2.6\images: new file foldercmp_small.png screenshot_small.png
+ Web\css: all.css print.css
+
2006-11-14 Tim
Correct "Shell Extension in 64-bit Windows" in Known Limitations.
Web\2.6: limitations.php
Modified: trunk/Web/css/all.css
===================================================================
--- trunk/Web/css/all.css 2006-11-17 14:27:57 UTC (rev 3812)
+++ trunk/Web/css/all.css 2006-11-17 16:23:12 UTC (rev 3813)
@@ -141,6 +141,11 @@
border: 1px solid black;
}
+img.thumbnail {
+ padding-top: 2px;
+ padding-bottom: 3px;
+}
+
acronym {
cursor: help;
border-bottom: 1px dotted black;
Modified: trunk/Web/css/print.css
===================================================================
--- trunk/Web/css/print.css 2006-11-17 14:27:57 UTC (rev 3812)
+++ trunk/Web/css/print.css 2006-11-17 16:23:12 UTC (rev 3813)
@@ -65,6 +65,11 @@
border: 1px solid black;
}
+img.thumbnail {
+ padding-top: 2px;
+ padding-bottom: 3px;
+}
+
acronym {
cursor: help;
border-bottom: 1px dotted black;
Modified: trunk/Web/index.php
===================================================================
--- trunk/Web/index.php 2006-11-17 14:27:57 UTC (rev 3812)
+++ trunk/Web/index.php 2006-11-17 16:23:12 UTC (rev 3813)
@@ -24,8 +24,9 @@
<li>HTML-based <a href="2.6/manual/index.html">Manual</a></li>
</ul>
-<h2>Screenshot</h2>
-<p><img src="2.6/images/screenshot.png" alt="Screenshot of WinMerge"></p>
+<h2>Screenshots</h2>
+<p><a href="2.6/images/screenshot.png" target="_blank"><img class="thumbnail" src="2.6/images/screenshot_small.png" alt="File Comparison" border="0"></a>
+<a href="2.6/images/foldercmp.png" target="_blank"><img class="thumbnail" src="2.6/images/foldercmp_small.png" alt="Folder Comparison Results" border="0"></a></p>
<p>See the <a href="2.6/screenshots.php">screenshots page</a> for more screenshots.</p>
<h2>WinMerge 2.6.0 - latest stable version</h2>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|