" +
- "
" +
- "
" +
- "
" +
- "
"
+ var html = "
" +
+ "" +
+ "" +
+ "" +
+ ""
- + "
";
+ + "
";
- jq.html(html);
+ jq.html(html);
- $("#" + play_id).click(function() {
- var file = prompt("Please enter file name", "");
- confMan.modCommand("play", null, file);
- });
+ $("#" + play_id).click(function() {
+ var file = prompt("Please enter file name", "");
+ confMan.modCommand("play", null, file);
+ });
- $("#" + stop_id).click(function() {
- confMan.modCommand("stop", null, "all");
- });
+ $("#" + stop_id).click(function() {
+ confMan.modCommand("stop", null, "all");
+ });
- $("#" + recording_id).click(function() {
- var file = prompt("Please enter file name", "");
- confMan.modCommand("recording", null, ["start", file]);
- });
+ $("#" + recording_id).click(function() {
+ var file = prompt("Please enter file name", "");
+ confMan.modCommand("recording", null, ["start", file]);
+ });
- $("#" + rec_stop_id).click(function() {
- confMan.modCommand("recording", null, ["stop", "all"]);
- });
+ $("#" + rec_stop_id).click(function() {
+ confMan.modCommand("recording", null, ["stop", "all"]);
+ });
- }
+ }
- function genControls(jq, rowid) {
- var x = parseInt(rowid);
- var kick_id = "kick_" + x;
- var tmute_id = "tmute_" + x;
- var box_id = "box_" + x;
- var volup_id = "volume_in_up" + x;
- var voldn_id = "volume_in_dn" + x;
- var transfer_id = "transfer" + x;
-
-
- var html = "