bagder: curl-www/dl list_entry.cgi,1.7,1.8
[email protected] Tue, 10 May 2005 07:36:15 +0000
Newsgroups
gmane.comp.web.curl.www.cvs
Message-ID
<[email protected] >
Update of /cvsroot/curl/curl-www/dl
In directory labb:/tmp/cvs-serv30801
Modified Files:
list_entry.cgi
Log Message:
added one column, removed two
Index: list_entry.cgi
===================================================================
RCS file: /cvsroot/curl/curl-www/dl/list_entry.cgi,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- list_entry.cgi 17 Oct 2004 07:37:38 -0000 1.7
+++ list_entry.cgi 10 May 2005 07:36:13 -0000 1.8
@@ -42,11 +42,12 @@
'Package',
'Version',
'Hidden',
+ 'Autocheck',
'Type',
'SSL',
- 'Date',
+ # 'Date',
'Submitter',
- 'Size',
+ # 'Size',
'Picture')) {
print "<th>$h</th>\n";
}
@@ -89,17 +90,20 @@
printf("<td><a href=\"%s\">%s</a></td>",
$fi, $$per{'curl'});
printf("<td>%s</th>", $$per{'hide'} eq "Yes"?"Hide":"");
+
+ printf("<td>%s</th>", $$per{'churl'}?"Yes":"");
+
printf("<td>%s</td>", $$per{'type'}eq"bin"?
"<b>bin</b>":show($$per{'type'}));
printf("<td>%s</td>",
$$per{'ssl'}eq"Yes"?"<b>SSL</b>":
$$per{'ssl'}eq"No"?" ":$$per{'ssl'});
- printf("<td>%s</td>", show($$per{'date'}));
+ # printf("<td>%s</td>", show($$per{'date'}));
printf("<td>%s %s</a></td>",
($$per{'name'} && $$per{'name'} ne "-")?show($$per{'name'}):"[no name]",
($$per{'email'} && $$per{'email'} ne "-")?"[address]":"[no address]");
- printf("<td>%s</td>", show($$per{'size'}));
+ # printf("<td>%s</td>", show($$per{'size'}));
printf("<td>%s</td>",
$$per{'img'}?"<img src=\"/pix/".$$per{'img'}."\">":"[none]");
print "</tr>\n";
_______________________________________________
http://cool.haxx.se/mailman/listinfo/curl-www-commits