]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Cosmetic update help
authorPiotr Kuchciak <piotr.kuchciak@gmail.com>
Wed, 15 Oct 2014 07:20:09 +0000 (09:20 +0200)
committerJaroslav Kysela <perex@perex.cz>
Wed, 15 Oct 2014 09:33:53 +0000 (11:33 +0200)
docs/docresources/accessconfig.png
docs/docresources/accessconfigexample.png
docs/html/config_access.html
docs/html/config_dvrfailed.html [moved from docs/html/dvrfailed.html with 91% similarity]
docs/html/config_dvrfinished.html [moved from docs/html/dvrfinished.html with 91% similarity]
docs/html/config_dvrupcoming.html [moved from docs/html/dvrupcoming.html with 91% similarity]
src/webui/static/app/dvr.js

index 11b0f87d999b59226bbb9e7094157702c146b25a..4d0f0149418049df32a9aac3cbfa82e2d146b40f 100644 (file)
Binary files a/docs/docresources/accessconfig.png and b/docs/docresources/accessconfig.png differ
index ebb274339f7ad776d300cec4a29eff298a143a77..2b0e27ef4f4e8228d86ca1739b8a5aa8378c59a8 100644 (file)
Binary files a/docs/docresources/accessconfigexample.png and b/docs/docresources/accessconfigexample.png differ
index 167f323908142330ee4438dea0f8b7bdf460d56d..538246b4000f96d2a12d40c3ae5234029a5930d2 100644 (file)
@@ -32,84 +32,91 @@ The access rules are listed / edited  in a grid.
 </ul>
 
 <p>
+<br>
+<hr>
+<b>Columns</b>
+<hr>
 The columns have the following functions:
+<br><br>
 
 <dl>
- <dt>Enabled
+ <dt><b>Enabled</b>
  <dd>Make the entry participate in access control. If disabled, the entry
      is inactive.
 
-  <dt>Username
+  <dt><b>Username</b>
   <dd>
   Name of user, if no username is needed for match it should contain a
   single asterisk (*).
 
-  <dt>Password
+  <dt><b>Password</b>
   <dd>
   Password to combine with user, if username is '*' (unused), the password
   should be the same.
 
-  <dt>Prefix
+  <dt><b>Network prefix</b>
   <dd>
   IPv4 prefix for matching based on source IP address.
   If set to 0.0.0.0/0 it will match everything.
 
-  <dt>Streaming
+  <dt><b>Streaming</b>
   <dd>
   Enables access to streaming function. The 'streaming' access is enough to
   make Showtime (over HTSP) work.
 
-  <dt>Advanced Streaming
+  <dt><b>Advanced Streaming</b>
   <dd>
   Enables access to advanced streaming function for HTTP - like direct
   service or whole MPEG-TS stream (mux)..
 
-  <dt>Video Recorder
+  <dt><b>Video Recorder</b>
   <dd>
   Enables access to all video recording functions. This also include administration of the auto recordings.
 
-  <dt>DVR Config Profile
+  <dt><b>DVR Config Profile</b>
   <dd>
   If set, the user will only be able to use the DVR config profile
   equal to this value.
   Note that this field is unset when the DVR Config Profile is removed.
 
-  <dt>Web interface
+  <dt><b>Web interface</b>
   <dd>
   Required for web user interface access. Also gives access to the EPG.
 
-  <dt>Admin
+  <dt><b>Admin</b>
   <dd>
   Enables access to the Configuration tab.
   
-  <dt>Limit Connections
+  <dt><b>Limit Connections</b>
   <dd>
   If nonzero, the user will be limited to this amount of streaming
   connection at a time.
 
-  <dt>Min Channel Num
+  <dt><b>Min Channel Num</b>
   <dd>
   If nonzero, the user will only be able to access channels with
   a channel number equal or greater to this value.
 
-  <dt>Max Channel Num
+  <dt><b>Max Channel Num</b>
   <dd>
   If nonzero, the user will only be able to access channels with
   a channel number equal or lower to this value.
 
-  <dt>Channel Tag
+  <dt><b>Channel Tag</b>
   <dd>
   If set, the user will only be able to access channels containing
   this channel tag.
   Note that this field is unset when the channel tag is removed.
 
-  <dt>Comment
+  <dt><b>Comment</b>
   <dd>
   Allows the administrator to set a comment only visible in this editor.
   It does not serve any active purpose.
  </dl>
 
 <p>
+<br>
+<hr>
 Let's also take a look at an example:
 <p>
 <img src="docresources/accessconfigexample.png">
similarity index 91%
rename from docs/html/dvrfailed.html
rename to docs/html/config_dvrfailed.html
index a1479935f290675acf9498f0dcfbeb363bfa7b43..da40a3eabea4ac5af0da754e371e93bf8e938bf4 100644 (file)
@@ -5,8 +5,12 @@ This tab show your all failed recordings.
 <img src="docresources/failedrecordings1.png">
 </p>
 <p>
-<u>Buttons have the following functions:</u>
-
+<br>
+<hr>
+<b>Buttons</b>
+<hr>
+Buttons have the following functions:
+<br><br>
 <dl>
   <dt><b>Delete</b>
   <dd>
@@ -15,15 +19,14 @@ This tab show your all failed recordings.
   <dt><b>Download</b>
   <dd>
   If clicked download selected failed recordings you can downloaded recordings to your disk. After clicked you ask to select path.
-<p>
 </dl>
-
-<br>
-<br>
 <p>
-<u>The columns have the following functions:</u>
-
-
+<br>
+<hr>
+<b>Columns</b>
+<hr>
+The columns have the following functions:
+<br><br>
  <dl>
   <dt><b>Details</b>
   <dd>
similarity index 91%
rename from docs/html/dvrfinished.html
rename to docs/html/config_dvrfinished.html
index a3ef3c10091ec8202ebade6d51212cae8b4887c3..e7beec6a38a1d1eb9d131ba75ca3e4eb7c3820fe 100644 (file)
@@ -5,8 +5,12 @@ This tab show your all finished recordings.
 <img src="docresources/finishedrecordings1.png">
 </p>
 <p>
-<u>Buttons have the following functions:</u>
-
+<br>
+<hr>
+<b>Buttons</b>
+<hr>
+Buttons have the following functions:
+<br><br>
 <dl>
   <dt><b>Delete</b>
   <dd>
@@ -16,12 +20,13 @@ This tab show your all finished recordings.
   <dd>
   If clicked download selected finished recordings you can downloaded recordings to your disk. After clicked you ask to select path.
 </dl>
-<br>
-<br>
 <p>
-<u>The columns have the following functions:</u>
-
-
+<br>
+<hr>
+<b>Columns</b>
+<hr>
+The columns have the following functions:
+<br><br>
  <dl>
   <dt><b>Details</b>
   <dd>
similarity index 91%
rename from docs/html/dvrupcoming.html
rename to docs/html/config_dvrupcoming.html
index 9b5fbecc185b750c7df6ae8bf16a80cad74132bd..bd2182ad11821d5a99e868d3469e6ad060a90887 100644 (file)
@@ -5,21 +5,24 @@ This tab show your all upcoming/current recordings.
 <img src="docresources/upcomingrecordings1.png">
 </p>
 <p>
-<u>Buttons have the following functions:</u>
-
+<br>
+<hr>
+<b>Buttons</b>
+<hr>
+Buttons have the following functions:
+<br><br>
 <dl>
   <dt><b>Delete</b>
   <dd>
   If clicked delete selected upcoming/current recordings you delete recordings. Before deleted show message: Do you really want to delete the selection ? Answer Yes or No.
-<p>
 </dl>
-
-<br>
-<br>
 <p>
-<u>The columns have the following functions:</u>
-
-
+<br>
+<hr>
+<b>Columns</b>
+<hr>
+The columns have the following functions:
+<br><br>
  <dl>
   <dt><b>Details</b>
   <dd>
index 405bbca9a1502d5993e18d18b516740940c63d30..ca875e5da1463d0cc1218fcff2f2ed4ba499b96d 100644 (file)
@@ -189,7 +189,7 @@ tvheadend.dvr_upcoming = function(panel, index) {
         selected: selected,
         beforeedit: beforeedit,
         help: function() {
-            new tvheadend.help('DVR-Upcoming/Current Recordings', 'dvrupcoming.html');
+            new tvheadend.help('DVR-Upcoming/Current Recordings', 'config_dvrupcoming.html');
         },
     });
 
@@ -271,7 +271,7 @@ tvheadend.dvr_finished = function(panel, index) {
         tbar: [downloadButton],
         selected: selected,
         help: function() {
-            new tvheadend.help('DVR-Finished Recordings', 'dvrfinished.html');
+            new tvheadend.help('DVR-Finished Recordings', 'config_dvrfinished.html');
         },
     });
 
@@ -354,7 +354,7 @@ tvheadend.dvr_failed = function(panel, index) {
         tbar: [downloadButton],
         selected: selected,
         help: function() {
-            new tvheadend.help('DVR-Failed Recordings', 'dvrfailed.html');
+            new tvheadend.help('DVR-Failed Recordings', 'config_dvrfailed.html');
         },
     });