From: YS <ys...@us...> - 2004-09-27 18:01:54
|
Update of /cvsroot/ngetsuite/ngetsuite/web In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3850/web Modified Files: group.rhtml grouphome.rhtml index.rhtml search.rhtml top.rhtml welcome.rhtml Log Message: - download in subdir is handled by nget with temp files in a temp/ subdir - orphan files link works - cosmetics on search.rthml - ... Index: grouphome.rhtml =================================================================== RCS file: /cvsroot/ngetsuite/ngetsuite/web/grouphome.rhtml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** grouphome.rhtml 21 Feb 2004 15:58:34 -0000 1.1 --- grouphome.rhtml 27 Sep 2004 18:01:27 -0000 1.2 *************** *** 32,36 **** <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> ! <link href="ngetsuite.css" rel="stylesheet" type="text/css"> <title>Group home</title> </head> --- 32,36 ---- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> ! <link href="ngetsuite.css" rel="stylesheet" type="text/css" /> <title>Group home</title> </head> Index: welcome.rhtml =================================================================== RCS file: /cvsroot/ngetsuite/ngetsuite/web/welcome.rhtml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** welcome.rhtml 9 Nov 2003 01:25:33 -0000 1.1 --- welcome.rhtml 27 Sep 2004 18:01:27 -0000 1.2 *************** *** 15,19 **** <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> ! <link href="ngetsuite.css" rel="stylesheet" type="text/css"> <title>Queue editor</title> <script language="JavaScript"> --- 15,19 ---- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> ! <link href="ngetsuite.css" rel="stylesheet" type="text/css" /> <title>Queue editor</title> <script language="JavaScript"> Index: top.rhtml =================================================================== RCS file: /cvsroot/ngetsuite/ngetsuite/web/top.rhtml,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** top.rhtml 27 Sep 2004 14:59:41 -0000 1.4 --- top.rhtml 27 Sep 2004 18:01:27 -0000 1.5 *************** *** 39,47 **** %> - <?xml version="1.0" encoding="ISO-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> ! <link href="ngetsuite.css" rel="stylesheet" type="text/css"> <title>Queue editor</title> </head> --- 39,46 ---- %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> ! <link href="ngetsuite.css" rel="stylesheet" type="text/css" /> <title>Queue editor</title> </head> Index: index.rhtml =================================================================== RCS file: /cvsroot/ngetsuite/ngetsuite/web/index.rhtml,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** index.rhtml 21 Feb 2004 15:58:34 -0000 1.5 --- index.rhtml 27 Sep 2004 18:01:27 -0000 1.6 *************** *** 18,22 **** %> - <?xml version="1.0" encoding="iso-8859-1" ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/dtd/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> --- 18,21 ---- Index: group.rhtml =================================================================== RCS file: /cvsroot/ngetsuite/ngetsuite/web/group.rhtml,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** group.rhtml 27 Sep 2004 14:59:40 -0000 1.8 --- group.rhtml 27 Sep 2004 18:01:26 -0000 1.9 *************** *** 31,38 **** for i in 0..row["rlsmap"].size-1 if row["rlsmap"][i] == "#"[0] then ! row["graphmap"] += "<img src=\"green.png\" width=\"3\" height=\"5\">" # row["graphmap"] += "<td class=\"greenbox\">#{i+1}</td>" else ! row["graphmap"] += "<img src=\"red.png\" width=\"3\" height=\"5\">" # row["graphmap"] += "<td class=\"redbox\">#{i+1}</td>" end --- 31,38 ---- for i in 0..row["rlsmap"].size-1 if row["rlsmap"][i] == "#"[0] then ! row["graphmap"] += "<img src=\"green.png\" width=\"3\" height=\"5\" alt=\"#\">" # row["graphmap"] += "<td class=\"greenbox\">#{i+1}</td>" else ! row["graphmap"] += "<img src=\"red.png\" width=\"3\" height=\"5\" alt=\"_\">" # row["graphmap"] += "<td class=\"redbox\">#{i+1}</td>" end *************** *** 43,47 **** else for i in 1..row["nbactual"] ! row["graphmap"] += "<img src=\"cyan.png\" width=\"3\" height=\"5\">" # row["graphmap"] += "<td class=\"cyanbox\">#{i}</td>" # row["graphmap"] += "</tr><tr>" if i % 20 == 19 --- 43,47 ---- else for i in 1..row["nbactual"] ! row["graphmap"] += "<img src=\"cyan.png\" width=\"3\" height=\"5\" alt=\"=\">" # row["graphmap"] += "<td class=\"cyanbox\">#{i}</td>" # row["graphmap"] += "</tr><tr>" if i % 20 == 19 *************** *** 61,65 **** <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> ! <link href="ngetsuite.css" rel="stylesheet" type="text/css"> <title>Queue editor</title> </head> --- 61,65 ---- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> ! <link href="ngetsuite.css" rel="stylesheet" type="text/css" /> <title>Queue editor</title> </head> *************** *** 80,84 **** <td class="time"><i><%= rls["time"] %></i><br> <b><%= NgetSuite::Utils.pretty_size(rls["size"]) %><b></td> ! <td class="subject"><a class="rlslink" target="right" href="release.rhtml?group=<%= web.group._fullname %>&rlsartind=<%= rls["artindex"].to_s %>"><%= rls["subject"] %></a><br> <%= rls["graphmap"] %> </tr> --- 80,84 ---- <td class="time"><i><%= rls["time"] %></i><br> <b><%= NgetSuite::Utils.pretty_size(rls["size"]) %><b></td> ! <td class="subject" valign="bottom"><a class="rlslink" target="right" href="release.rhtml?group=<%= web.group._fullname %>&rlsartind=<%= rls["artindex"].to_s %>"><%= rls["subject"] %></a><br> <%= rls["graphmap"] %> </tr> Index: search.rhtml =================================================================== RCS file: /cvsroot/ngetsuite/ngetsuite/web/search.rhtml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** search.rhtml 27 Sep 2004 14:59:41 -0000 1.1 --- search.rhtml 27 Sep 2004 18:01:27 -0000 1.2 *************** *** 75,92 **** <div class="search_form"> <form method='post' name='search' target="left"> ! Filter <input class='regexp' type='text' name="filter" size='30' maxlength='50' /> ! <br /> ! <input type='radio' name='want_release' value="1" checked="checked" /> Search for releases <br /> ! <input type='radio' name='want_release' value="0" /> Search for articles <br /> ! <input type="text" name="aging" size="5" maxlength="5" /> <select name="aging_unit" /> <option value="w">weeks</option> <option value="d" selected="selected">days</option> <option value="h">hours</option> ! </select> old articles only <br /> ! Limit search to these groups : <select name="groups" multiple="multiple" size="8" /> <% NgetSuite::GroupList.new("order by `shortname`").each { |group| %> --- 75,92 ---- <div class="search_form"> <form method='post' name='search' target="left"> ! Search for ! <input type='radio' name='want_release' value="1" checked="checked" /> releases ! <input type='radio' name='want_release' value="0" /> articles <br /> ! matching <input class='regexp' type='text' name="filter" size='30' maxlength='50' /> <br /> ! posted the last <input type="text" name="aging" size="5" maxlength="5" /> <select name="aging_unit" /> <option value="w">weeks</option> <option value="d" selected="selected">days</option> <option value="h">hours</option> ! </select> <br /> ! Limit search to these groups :<br /> <select name="groups" multiple="multiple" size="8" /> <% NgetSuite::GroupList.new("order by `shortname`").each { |group| %> |