From: <bla...@pr...> - 2004-02-02 17:46:25
|
Update of /cvsroot/ngetsuite/ngetsuite/web In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv347/web Modified Files: webrick.rhtml Log Message: httpd is now started by daemon.rb, misc fixes Index: webrick.rhtml =================================================================== RCS file: /cvsroot/ngetsuite/ngetsuite/web/webrick.rhtml,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** webrick.rhtml 28 Dec 2003 20:04:04 -0000 1.6 --- webrick.rhtml 2 Feb 2004 17:44:19 -0000 1.7 *************** *** 73,77 **** req += " order by `time` desc limit #{web.offset},#{web.articles_by_page} " - puts req sth = NgetSuite::Db.dbh.execute req sth.fetch do |row| %> --- 73,76 ---- *************** *** 166,173 **** <div class='search'> <form method='post' name='articles'> - <%= web.offset_input %> <%= web.group_input %> <p>Search in the current group : </p> ! <p><input class='search' type='text' name='filter' size='15' maxlength='15'></p> </form> </div> --- 165,173 ---- <div class='search'> <form method='post' name='articles'> <%= web.group_input %> <p>Search in the current group : </p> ! <!--<p><input class='search' type='text' name='filter' size='15' ! maxlength='15'></p>--> ! <p><input class='search' type='text' name='filter'></p> </form> </div> *************** *** 177,181 **** <%= web.group_input %> <p>Queue this regexp :</p> ! <input class='regexp' type='text' name='regexp_to_add' size='15' maxlength='15'> <select name='prio'> <% for i in 1..10 %> --- 177,183 ---- <%= web.group_input %> <p>Queue this regexp :</p> ! <!--<input class='regexp' type='text' name='regexp_to_add' size='15' ! maxlength='15'>--> ! <input class='regexp' type='text' name='regexp_to_add'> <select name='prio'> <% for i in 1..10 %> |