mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 23:13:00 +02:00
Origin commit data
------------------
Branch: ni/coolstream
Commit: 48c7490e14
Author: vanhofen <vanhofen@gmx.de>
Date: 2023-03-21 (Tue, 21 Mar 2023)
Origin message was:
------------------
- yWeb/Y_Timer: minor changes to languages and colors
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
58 lines
1.5 KiB
Plaintext
58 lines
1.5 KiB
Plaintext
{=include-block:Y_Blocks.txt;head_no_charset=}
|
|
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252"/>
|
|
<meta http-equiv="cache-control" content="no-cache" />
|
|
<meta http-equiv="expires" content="0" />
|
|
{=include-block:Y_Blocks.txt;head_close=}
|
|
<body>
|
|
<div class="work_box">
|
|
<div class="work_box_head"><div class="work_box_head_h2">
|
|
{=var-set:menu={=L:live.timer_edit.timer=}=}{=include-block:Y_Blocks.txt;work_menu=}</div></div>
|
|
<div class="work_box_body">
|
|
<table class="timer">
|
|
<tr class="timer_header">
|
|
<td>{=L:live.timer_edit.alarm_date=}</td>
|
|
<td>{=L:live.timer_edit.stop_date=}</td>
|
|
<td>{=L:live.timer_edit.repeat=}</td>
|
|
<td>{=L:live.timer_edit.repeatings=}</td>
|
|
<td>{=L:live.timer_edit.type=}</td>
|
|
<td>{=L:live.timer_edit.description=}</td>
|
|
<td> </td>
|
|
<td> </td>
|
|
</tr>
|
|
|
|
{=var-set:row=
|
|
<tr class="%ctimer">
|
|
<td>%s</td>
|
|
<td>%s</td>
|
|
<td>%s</td>
|
|
<td>%s</td>
|
|
<td>%s</td>
|
|
<td>%s</td>
|
|
<td>
|
|
<a href="/fb/timer.stb?action=remove&id=%d">
|
|
<img src="/images/remove.png" alt="Timer löschen"/></a>
|
|
</td>
|
|
<td>
|
|
<a href="/Y_Timer_Edit.yhtm?typ=modify&tid=%d">
|
|
<img src="/images/modify.png" alt="Timer ändern"/></a>
|
|
</td>
|
|
</tr>
|
|
=}
|
|
{=func:get_timer_list {=var-get:row=}=}
|
|
|
|
<tr class="timer_footer">
|
|
<td colspan="6"></td>
|
|
<td>
|
|
<a href="/Y_Timer_Edit.yhtm?typ=new">
|
|
<img src="/images/new.png" alt="neuer Timer"/></a>
|
|
</td>
|
|
<td>
|
|
<a href="javascript:location.reload()">
|
|
<img src="/images/reload.png" alt="Aktualisieren"/></a>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
</body>
|