Project

General

Profile

Revision 6892ebac

ID6892ebac851016fe423d318d022ae4efb663868b
Parent 969c7ba2
Child d7d9e9eb

Added by Thomas ANDREJAK almost 15 years ago

Séparation des historiques lors de l'affichage de plusieurs évènements

git-svn-id: https://vigilo-dev.si.c-s.fr/svn@526 b22e2e97-25c9-44ff-b637-2e5ceca36478

View differences:

vigiboard/templates/vigiboard.html
5 5
      xmlns:xi="http://www.w3.org/2001/XInclude">
6 6

  
7 7
  <xi:include href="vigiboard_event_table.html" />
8
  <xi:include href="vigiboard_history_table.html" />
9 8

  
10 9
<head>
11 10
  <meta content="text/html; charset=UTF-8" http-equiv="content-type" py:replace="''"/>
......
38 37
<div py:if="flash" py:content="XML(flash)" />
39 38
</py:with>
40 39
<div class="main_content">
41
	${event_table(events,page,pages,id_first_row,id_last_row,total_row,event_edit_status_options)}
42
	<br /><br />
43
	${history_table(history,hist_error)}
40
	${event_table(events,page,pages,id_first_row,id_last_row,total_row,event_edit_status_options,history,hist_error)}
44 41
</div>
45 42

  
46 43
</body>

Also available in: Unified diff