git://git.onelab.eu
/
myslice.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
first stab at querycode - works but one needs to select the lang for now
[myslice.git]
/
plugins
/
templates
/
querycode.html
1
<strong>Choose your language:</strong>
2
<select class='querycode-lang'>
3
<option>python</option>
4
<option>ruby</option>
5
</select>
6
<br/>
7
<div class='querycode-viz'></div>