From ff2ac2a7dddba488efa1bcad8701fe4da366cc44 Mon Sep 17 00:00:00 2001
From: ulrich
Date: Sat, 16 Nov 2024 14:57:13 +0000
Subject: [PATCH] auf ffmpeg umgestellt

---
 web/index.html |   13 ++++++++++---
 1 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/web/index.html b/web/index.html
index a88313a..95d55dc 100644
--- a/web/index.html
+++ b/web/index.html
@@ -20,7 +20,7 @@
   <head>
     <title>Aufzeichnungsplaner</title>
     <meta charset="UTF-8">
-    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <meta name="viewport" id="viewport" content="width=device-width,minimum-scale=1.0,maximum-scale=1.0,initial-scale=1.0" >
     <link href="https://fonts.googleapis.com/css?family=Roboto+Condensed" rel="stylesheet">
     <link href="https://fonts.googleapis.com/css?family=Ubuntu+Mono" rel="stylesheet"> 
     <link rel="stylesheet" type="text/css" href="stile.css">
@@ -44,6 +44,10 @@
               <label for="sender">Sender</label>
               <select id="sender" size="1"></select>
             </div>
+            <!--<div class="control row-part">
+              <label for="streams">Streams</label>
+              <select id="streams" size="1"></select>
+            </div>-->
           </div>
           <div class="control">
             <label for="startzeit">Start</label>
@@ -56,13 +60,16 @@
         </div>        
         <div id="infobereich">
           <p id="info"></p>
-          <p id="cmd"></p>
+          <p id="cmd" class="cmd"></p>
+        </div>
+        <div>
+          <p class="cmd">atq - liste der Jobs | at -c [jobnr] - Job zeigen | atrm [jobnr] - Job löschen</p>
         </div>
         <div class="fusszeile">
           <p>
             Erstellt und bereitgestellt von 
             <a href="https://uhilger.de">Ulrich Hilger</a>,<br>
-            erh&auml;ltlich im Code-Repository.
+            erh&auml;ltlich im <a href="https://uhilger.de/gitblit/docs/web!recplaner.git">Code-Repository</a>.
           </p>
         </div>
       </div>

--
Gitblit v1.9.3