bagder: curl-www/dl list_entry.cgi,1.5,1.6

[email protected]
Newsgroups gmane.comp.web.curl.www.cvs
Message-ID <[email protected]>
Update of /cvsroot/curl/curl-www/dl
In directory labb.contactor.se:/var/tmp/cvs-serv25430

Modified Files:
	list_entry.cgi 
Log Message:
changed sort order, spell out missing image


Index: list_entry.cgi
===================================================================
RCS file: /cvsroot/curl/curl-www/dl/list_entry.cgi,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- list_entry.cgi	10 Oct 2004 08:06:40 -0000	1.5
+++ list_entry.cgi	10 Oct 2004 09:03:58 -0000	1.6
@@ -20,13 +20,13 @@
 sub sortent {
     my $r = $$a{'os'} cmp $$b{'os'};
     if(!$r) {
-        $r = $$a{'osver'} cmp $$b{'osver'};
+        $r = $$a{'flav'} cmp $$b{'flav'};
     }
     if(!$r) {
-        $r = $$a{'cpu'} cmp $$b{'cpu'};
+        $r = $$a{'osver'} cmp $$b{'osver'};
     }
     if(!$r) {
-        $r = $$a{'flav'} cmp $$b{'flav'};
+        $r = $$a{'cpu'} cmp $$b{'cpu'};
     }
     if(!$r) {
         $r = $$a{'file'} cmp $$b{'file'};
@@ -101,7 +101,7 @@
            $$per{'email'}?"[address]":"[no address]");
     printf("<td>%s</td>", show($$per{'size'}));
     printf("<td>%s</td>",
-           $$per{'img'}?"<img src=\"/pix/".$$per{'img'}."\">":"&nbsp;");
+           $$per{'img'}?"<img src=\"/pix/".$$per{'img'}."\">":"[none]");
     print "</tr>\n";
     $i++;
 }

_______________________________________________
http://cool.haxx.se/mailman/listinfo/curl-www-commits
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.