%
rgroups = Group.find_by_bit_flag(@node.rgroups).collect{|g| g.name}
wgroups = Group.find_by_bit_flag(@node.wgroups).collect{|g| g.name}
%>
Change groups for read
<% form_tag do %>
path:
<%= @node.path %>
<%= hidden_field_tag("path", @node.path) %>
<%
if @users
options = Array.new
@users.each{|user|
options.push "