logo       
Google Custom Search
    AddThis Social Bookmark Button

svn commit: r1664 - templates-contrib/1.0/viewsvn/templates: . docroot/imag: msg#00023

Subject: svn commit: r1664 - templates-contrib/1.0/viewsvn/templates: . docroot/images/tortoisesvn
Author: jens7677
Date: 2007-05-20 02:16:39-0700
New Revision: 1664

Added:
   templates-contrib/1.0/viewsvn/templates/docroot/images/tortoisesvn/diff.png  
 (contents, props changed)
Modified:
   templates-contrib/1.0/viewsvn/templates/revision.ezt

Log:
* templates-contrib/1.0/viewsvn/templates/docroot/images/tortoisesvn/diff.png
  Added diff images
* templates-contrib/1.0/viewsvn/templates/revision.ezt
  Revision view styled, added icons for 'Revision log' and 'Diff to previous'

Added: 
templates-contrib/1.0/viewsvn/templates/docroot/images/tortoisesvn/diff.png
Url: 
http://viewvc.tigris.org/source/browse/viewvc/templates-contrib/1.0/viewsvn/templates/docroot/images/tortoisesvn/diff.png?view=auto&rev=1664
==============================================================================
Binary file. No diff available.

Modified: templates-contrib/1.0/viewsvn/templates/revision.ezt
Url: 
http://viewvc.tigris.org/source/browse/viewvc/templates-contrib/1.0/viewsvn/templates/revision.ezt?view=diff&rev=1664&p1=templates-contrib/1.0/viewsvn/templates/revision.ezt&p2=templates-contrib/1.0/viewsvn/templates/revision.ezt&r1=1663&r2=1664
==============================================================================
--- templates-contrib/1.0/viewsvn/templates/revision.ezt        (original)
+++ templates-contrib/1.0/viewsvn/templates/revision.ezt        2007-05-20 
02:16:39-0700
@@ -15,8 +15,8 @@
       <input type="text" name="revision" value="[rev]" />
       <input type="submit" value="Go" />
       [if-any prev_href]
-        <a href="[prev_href]"><img src="[docroot]/images/tortoisesvn/back.png" 
alt="Previous" /></a>[end]
-      [if-any next_href] <a href="[next_href]"><img 
src="[docroot]/images/tortoisesvn/forward.png" alt="Next" /></a>[end]
+        <a href="[prev_href]" title="Previous"><img 
src="[docroot]/images/tortoisesvn/back.png" alt="Previous" /></a>[end]
+      [if-any next_href] <a href="[next_href]" title="Next"><img 
src="[docroot]/images/tortoisesvn/forward.png" alt="Next" /></a>[end]
     </td>
   </tr>
   <tr align="left">
@@ -53,20 +53,25 @@
   <thead>
   <tr align="left">
     <th class="vc_header_sort">Path</th>
-    <th class="vc_header">Details</th>
+    <th class="vc_header" width="150">Action</th>
+    <th class="vc_header" width="40"></th>
   </tr>
   </thead>
   <tbody>
   [if-any changes]
    [for changes]
     <tr class="vc_row_[if-index changes even]even[else]odd[end]">
-      <td>[if-any changes.view_href]<a href="[changes.view_href]">[end]<img 
src="[docroot]/images/[is changes.pathtype "dir"]dir[else]text[end].png" 
width="16" height="16" alt="Directory" />[changes.path][is changes.pathtype 
"dir"]/[end][if-any changes.view_href]</a>[end]
+      <td>[if-any changes.view_href]<a href="[changes.view_href]">[end]<img 
src="[docroot]/images/[is changes.pathtype "dir"]dir[else]text[end].png" 
width="16" height="16" alt="[changes.path]" />&nbsp;[changes.path][is 
changes.pathtype "dir"]/[end][if-any changes.view_href]</a>[end]
       [if-any changes.is_copy]<br /><em>(Copied from [changes.copy_path], 
r[changes.copy_rev])</em>[end]
       </td>
-      <td>[if-any changes.log_href]<a 
href="[changes.log_href]">[end][changes.action][if-any 
changes.log_href]</a>[end]
-          [if-any changes.text_mods], [if-any changes.diff_href]<a 
href="[changes.diff_href]">[end]text changed[if-any 
changes.diff_href]</a>[end][end]
+      <td>
+          [changes.action]
           [if-any changes.prop_mods], props changed[end]
       </td>
+      <td>
+        <a href="[changes.log_href]" title="Revision Log" class="img"><img 
src="[docroot]/images/tortoisesvn/log.png" width="16" height="16" alt="Revision 
Log" /></a>
+        [if-any changes.diff_href]<a href="[changes.diff_href]" title="Diff to 
previous"><img src="[docroot]/images/tortoisesvn/diff.png" alt="Diff to 
previous" /></a>[end]
+      </td>
     </tr>
    [end]
   [else]



Try Searching:
servers, voip, java, networking, microsoft ...
<Prev in Thread] Current Thread [Next in Thread>