Project

General

Profile

Revision 20367931

ID20367931826425cf944d798b717c132dfae9ab42
Parent ed374445
Child 089dfbc2

Added by Thomas ANDREJAK almost 15 years ago

Réorganisation du code (controllers, etc)
Mise en place d'un système de plugin pour ajouter des colonnes à la volée
Internationalisation complète
Création de quelques tests

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

View differences:

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

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

  
11 10
<head>
12 11
  <meta content="text/html; charset=UTF-8" http-equiv="content-type" py:replace="''"/>
13
  <title>Welcome to TurboGears 2.0, standing on the 
14
  shoulders of giants, since 2007</title>
15
<link rel="stylesheet" type="text/css" href="${tg.url('/css/vigiboard_style.css')}" />
12
  <title>Vigiboard</title>
13
  <link rel="stylesheet" type="text/css" href="${tg.url('/css/vigiboard_style.css')}" />
16 14
</head>
17 15

  
18 16
<body>
19

  
17
<py:with vars="flash=tg.flash_obj.render('flash', use_js=False)">
18
<div py:if="flash" py:content="XML(flash)" />
19
</py:with>
20 20
<div class="main_content">
21

  
22 21
	${event_table(events,page,pages,id_first_row,id_last_row,total_row,event_edit_status_options)}
23 22
	<br /><br />
24 23
	${history_table(history,hist_error)}

Also available in: Unified diff