Cosmetic update help

This commit is contained in:
Piotr Kuchciak 2014-10-15 09:20:09 +02:00 committed by Jaroslav Kysela
parent 12649aa1ba
commit ec231ac12a
7 changed files with 61 additions and 43 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 40 KiB

View 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">

View 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>

View 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>

View 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>

View 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');
},
});