repo.or.cz
/
sgn.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
tweak drop down menu looks.
[sgn.git]
/
mason
/
page
/
mode_buttons.mas
blob
88bd05b49afbd514de7aa9ff7b55c1b540673a6f
1
<%args>
2
$buttons
3
$selected => $c->req->uri->path
4
</%args>
5
<% CXGN::Page::FormattingHelpers::modesel( $buttons, $selected ) %>
6
<%init>
7
$selected = URI->new( $selected )->path;
8
</%init>
9
<%once>
10
use CXGN::Page::FormattingHelpers ();
11
</%once>