repo.or.cz
/
gitenigma.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
trunk 20080912
[gitenigma.git]
/
data
/
templates
/
flashMgr.tmp
blob
6b9e83b52a4a4e12541b7948167bc4347edc690e
1
<script>
2
function writeMenu(xy)
3
{
4
NewWindow('cgi-bin/showWriteMenu?mtd=' + xy, 'flashMenu', '500', '200', 'no');
5
}
6
function saveMenu(xy)
7
{
8
NewWindow('cgi-bin/showReadMenu?mtd=' + xy, 'saveMenu', '500', '200', 'no');
9
}
10
</script>
11
<table border="1" cellspacing="0" cellpadding="5">
12
<thead align="left">
13
<th>#H1#</th>
14
<th>action</th>
15
<th>action</th>
16
<th>#H2#</th>
17
<th>#H3#</th>
18
<th>#H4#</th>
19
</thead>
20
<tbody>
21
#TBODY#
22
</tbody
23
</table>