mirror of https://github.com/mchr3k/org.intrace
Remove more tabs
This commit is contained in:
parent
6ed59803cb
commit
b0f9a2d734
|
|
@ -212,11 +212,11 @@
|
|||
}
|
||||
</script>
|
||||
<select id="filePicker" onchange="selectFile()">
|
||||
<option selected value="">Choose File...</option>
|
||||
<option value="all">All Files</option>
|
||||
<% for (String lFilename : lFilenames) {
|
||||
%><option value="<%=Utils.enc(lFilename)%>"><%=lFilename%></option>
|
||||
<% } %></select>
|
||||
<option selected value="">Choose File...</option>
|
||||
<option value="all">All Files</option>
|
||||
<% for (String lFilename : lFilenames) {
|
||||
%><option value="<%=Utils.enc(lFilename)%>"><%=lFilename%></option>
|
||||
<% } %></select>
|
||||
<input type="submit" value="Year" onclick="setMode('year')" />
|
||||
<input type="submit" value="Month" onclick="setMode('month')" />
|
||||
<input type="submit" value="Day" onclick="setMode('day')" /><br>
|
||||
|
|
|
|||
Loading…
Reference in New Issue