From f02e4b97c487c980bc823f467e078a966f747bee Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Fri, 7 Oct 2016 18:19:48 +0200 Subject: Add ability to change RC settings from gui --- gui/views/index.tpl | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'gui/views/index.tpl') diff --git a/gui/views/index.tpl b/gui/views/index.tpl index 5c44c61..4538df8 100644 --- a/gui/views/index.tpl +++ b/gui/views/index.tpl @@ -18,8 +18,8 @@
-
-

General Multiplex Options

+
+

General Multiplex Options

  • Number of frames to encode: {{g.nbframes}}
  • Statistics server port: {{g.statsserverport}}
  • @@ -28,45 +28,45 @@
  • DAB Mode: {{g.dabmode}}
  • Log to syslog: {{g.syslog}}
-
-
-

Services

+
+
+

Services

    % for s in services:
  • {{s.name}}: {{s.label}} ({{s.shortlabel}}) — id = {{s.id}}
  • % end
-
-
-

Subchannels

+
+
+

Subchannels

    % for s in subchannels:
  • {{s.name}}: {{s.type}} — {{s.inputfile}}; {{s.bitrate}}kbps
  • % end
-
-
-

Components

+
+
+

Components

    % for s in components:
  • {{s.name}}: {{s.label}} ({{s.shortlabel}}) — service {{s.service}}; subchannel {{s.subchannel}}; figtype {{s.figtype}}
  • % end
-
-
-

RC Modules

+
+
+

RC Modules

    % for m in rcmodules:
  • {{m.name}}
      % for p in m.parameters: -
    • {{p.param}} : {{p.value}}
    • +
    • {{p.param}} : {{p.value}}
    • % end
  • % end
-
+
-- cgit v1.2.3