Revision af0bcab4
Added by Serghei Mihai almost 11 years ago
calebasse/agenda/templates/agenda/index.html | ||
---|---|---|
8 | 8 |
{% block appbar %} |
9 | 9 |
<h2>Agenda</h2> |
10 | 10 |
<a href="../..">Retourner à l'accueil</a> |
11 |
<button class="newevent" data-hour="" data-url="{% url 'new-event' service=service date=date %}">Nouvel événement</button> |
|
12 |
<button class="newrdv" data-hour="" data-url="{% url 'nouveau-rdv' service=service date=date %}">Nouveau rendez-vous patient</button> |
|
11 |
<div class="new"> |
|
12 |
<button class="newevent" data-hour="" data-url="{% url 'new-event' service=service date=date %}">Nouvel événement</button> |
|
13 |
<button class="newrdv" data-hour="" data-url="{% url 'nouveau-rdv' service=service date=date %}">Nouveau rendez-vous patient</button> |
|
14 |
</div> |
|
13 | 15 |
{% endblock %} |
14 | 16 |
|
15 | 17 |
{% block beforecontent %} |
... | ... | |
73 | 75 |
<li class="initials"> </li> |
74 | 76 |
{% for start_time in disponibility_start_times %} |
75 | 77 |
<li class="hour-mark"> |
76 |
{{ start_time|stringformat:"02d" }}:00
|
|
78 |
{{ start_time|stringformat:"02d" }} |
|
77 | 79 |
</li> |
78 | 80 |
{% endfor %} |
79 | 81 |
</ul> |
... | ... | |
104 | 106 |
{% endfor %} |
105 | 107 |
</ul> |
106 | 108 |
</div> |
107 |
|
|
108 |
</div> |
|
109 |
<div class="new"> |
|
110 |
<button class="newrdv" data-hour="" data-url="{% url 'nouveau-rdv' service=service date=date %}">Nouveau rendez-vous patient</button> |
|
111 |
<button class="newevent" data-hour="" data-url="{% url 'new-event' service=service date=date %}">Nouvel événement</button> |
|
112 |
</div> |
|
109 | 113 |
</td> |
110 | 114 |
</tr> |
111 | 115 |
</tbody> |
calebasse/static/css/agenda.css | ||
---|---|---|
189 | 189 |
#extra-top-links a:hover { |
190 | 190 |
color: #000; |
191 | 191 |
text-decoration: underline; |
192 |
} |
|
193 |
|
|
194 |
div.new { |
|
195 |
margin: .4em 0; |
|
196 |
float: right; |
|
192 | 197 |
} |
Also available in: Unified diff
page styles updated