Subversion Repositories VORC

Rev

Rev 169 | Rev 208 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 169 Rev 204
Line 187... Line 187...
187
  
187
  
188
  return $h->select ({ name=>"assistant" }, [ $h->option (""), fetchDerbyNameWithRCid ("COA", $selection) ]);
188
  return $h->select ({ name=>"assistant" }, [ $h->option (""), fetchDerbyNameWithRCid ("COA", $selection) ]);
Line 189... Line 189...
189
};
189
};
190
 
190
 
Line 191... Line 191...
191
 
191
 
192
print header (),
192
print header ( -cookie=> [ $RCAUTH_cookie ] ),
193
			start_html (-title => $pageTitle, -style => {'src' => "/style.css"} ); 
193
			start_html (-title => $pageTitle, -style => {'src' => "/style.css"} );