Changement template reskreen
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
|
||||
<tr >
|
||||
<td class="td_key" style="vertical-align: top;" >
|
||||
<span style="font-weight: bold;">{{task.key}}</span><br>
|
||||
<a href="{{task.href}}" target="_blank" style="text-decoration: none;color: white" ><span style="font-weight: bold;">{{task.key}}</span><br><br></a>
|
||||
{{task.str_start_date}} - {{task.str_end_date}}<br>
|
||||
{{task.str_start_time}} - {{task.str_end_time}}<br>
|
||||
|
||||
|
@@ -7,14 +7,14 @@
|
||||
{% for task in latest_task_list %}
|
||||
{% if task.str_start_date == today %}
|
||||
|
||||
<tr>
|
||||
<tr href="{{task.href}}" target="_blank" >
|
||||
<td style="vertical-align: top;" class="td_key" >
|
||||
<span style="font-weight: bold;">{{task.key}}</span><br>
|
||||
{{task.str_start_date}} - {{task.str_end_date}}<br>
|
||||
|
||||
</td>
|
||||
<td style="{% if task.done %}text-decoration:line-through{% endif %}">
|
||||
<a href="{{task.href}}" target="_blank" style="text-decoration: none;color: white" >{{ task.name }}<br></a>
|
||||
<a style="text-decoration: none;color: white" >{{ task.name }}<br></a>
|
||||
{{task.desc}}
|
||||
</td>
|
||||
</tr>
|
||||
|
@@ -6,9 +6,9 @@
|
||||
<table>
|
||||
{% for task in latest_task_list %}
|
||||
|
||||
<tr>
|
||||
<tr href="{{task.href}}" target="_blank" >
|
||||
<td style="vertical-align: top;"class="td_key" >
|
||||
<span style="font-weight: bold;">{{task.key}}</span><br>
|
||||
<a href="{{task.href}}" target="_blank" style="text-decoration: none;color: white" ><span style="font-weight: bold;">{{task.key}}</span><br><br></a>
|
||||
{{task.str_start_date}} - {{task.str_end_date}}<br>
|
||||
{{task.str_start_time}} - {{task.str_end_time}}<br>
|
||||
|
||||
|
@@ -135,8 +135,8 @@ function showSlides(n) {
|
||||
{% endif %}
|
||||
</td>
|
||||
<td style="{% if task.done %}text-decoration:line-through{% endif %}">
|
||||
<span style="{% if task.team_1_chef %}color: yellow !important;{% endif %}; width: 150px;display: inline-block">{{ task.team_1 }}</span>
|
||||
<span style="{% if task.team_2_chef %}color: yellow !important;{% endif %};width: 150px;display: inline-block">{{ task.team_2 }}</span>
|
||||
<span style="{% if task.team_1_chef %}color: yellow !important;{% endif %}; width: 160px;display: inline-block">{{ task.team_1 }}</span>
|
||||
<span style="{% if task.team_2_chef %}color: yellow !important;{% endif %};width: 160px;display: inline-block">{{ task.team_2 }}</span>
|
||||
</td>
|
||||
</tr>
|
||||
{% endif %}
|
||||
|
Reference in New Issue
Block a user