projects
/
working
/
Evergreen.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
adding mike's widgets
[working/Evergreen.git]
/
Open-ILS
/
src
/
reporter
/
templates
/
widgets
/
specific-timerange.week
1
[%
2
3
PROCESS inputs;
4
5
'Week of year: ';
6
WRAPPER select name=input_prefix;
7
count = 1;
8
WHILE count < 53;
9
INCLUDE option value=count;
10
count = count + 1;
11
END;
12
END;
13
14
%]