comparison templates/map-gitweb @ 3172:76ab39df0917

gitweb: cosmetic fixes. Fix the padding around the changelog description. Alternate row colours for the changeset file list.
author Brendan Cully <brendan@kublai.com>
date Wed, 27 Sep 2006 12:08:33 -0700
parents 0d0d7317bbc8
children 48395d2692de
comparison
equal deleted inserted replaced
3171:0d0d7317bbc8 3172:76ab39df0917
6 summary = summary-gitweb.tmpl 6 summary = summary-gitweb.tmpl
7 error = error-gitweb.tmpl 7 error = error-gitweb.tmpl
8 naventry = '<a href="?cmd=changelog;rev=#rev#;style=gitweb">#label|escape#</a> ' 8 naventry = '<a href="?cmd=changelog;rev=#rev#;style=gitweb">#label|escape#</a> '
9 navshortentry = '<a href="?cmd=shortlog;rev=#rev#;style=gitweb">#label|escape#</a> ' 9 navshortentry = '<a href="?cmd=shortlog;rev=#rev#;style=gitweb">#label|escape#</a> '
10 filedifflink = '<a href="?cmd=filediff;node=#node#;file=#file|urlescape#;style=gitweb">#file|escape#</a> ' 10 filedifflink = '<a href="?cmd=filediff;node=#node#;file=#file|urlescape#;style=gitweb">#file|escape#</a> '
11 filenodelink = '<tr class="light"><td><a class="list" href="">#file|escape#</a></td><td></td><td class="link"><a href="?cmd=file;filenode=#filenode#;file=#file|urlescape#;style=gitweb">file</a> | <a href="?fa=#filenode|short#;file=#file|urlescape#;style=gitweb">annotate</a> | <!-- FIXME: <a href="?fd=#filenode|short#;file=#file|urlescape#;style=gitweb">diff</a> | --> <a href="?cmd=filelog;filenode=#filenode|short#;file=#file|urlescape#;style=gitweb">revisions</a></td></tr>' 11 filenodelink = '<tr class="parity#parity#"><td><a class="list" href="">#file|escape#</a></td><td></td><td class="link"><a href="?cmd=file;filenode=#filenode#;file=#file|urlescape#;style=gitweb">file</a> | <a href="?fa=#filenode|short#;file=#file|urlescape#;style=gitweb">annotate</a> | <!-- FIXME: <a href="?fd=#filenode|short#;file=#file|urlescape#;style=gitweb">diff</a> | --> <a href="?cmd=filelog;filenode=#filenode|short#;file=#file|urlescape#;style=gitweb">revisions</a></td></tr>'
12 fileellipses = '...' 12 fileellipses = '...'
13 changelogentry = changelogentry-gitweb.tmpl 13 changelogentry = changelogentry-gitweb.tmpl
14 searchentry = changelogentry-gitweb.tmpl 14 searchentry = changelogentry-gitweb.tmpl
15 changeset = changeset-gitweb.tmpl 15 changeset = changeset-gitweb.tmpl
16 manifest = manifest-gitweb.tmpl 16 manifest = manifest-gitweb.tmpl