Project

General

Profile

Revision 8484b8bd

ID8484b8bdcea522719db789d3794e6a8382230d89
Parent 348eec2c
Child bc94248f

Added by Francois POIROTTE over 14 years ago

Version corrigée de Vigiboard. Encore des bugs dans les tests.

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

View differences:

vigiboard/templates/vigiboard.html
22 22
			v${tg.config['vigiboard_version']}
23 23
		</td>
24 24

  
25
		<td style="text-align: center">
26
			<span py:if="search['host'] or search['service'] or search['output'] or search['tt']" style="color: rgb(70, 130, 180)">
27
				<a href="${tg.url('/')}" style="color:rgb(70, 130, 180); text-decoration: underline;">${_('You are in Search mode, click here to return to the initial mode.')}</a>
28
			</span>
29
		</td>
30

  
31 25
		<td style="margin-left: 30px; float: right">
32 26
			<a href="${tg.url('/')}">
33 27
				<img src="${tg.url('/images/home.gif')}" alt="Home" title="Home" />
......
56 50
			</select>
57 51
			<input type="button" id="refresh_button" class="refresh_button" onclick="javascript:change_refresh($('#refresh_time').val())" value="[${_('Start')}]" />
58 52
		</td>
53

  
54
		<td style="margin-top: 8px; float: right">
55
			<span py:if="search['host'] or search['service'] or search['output'] or search['tt']" style="color: rgb(70, 130, 180)">
56
				<a href="${tg.url('/')}" style="color:rgb(70, 130, 180); text-decoration: underline;">${_('You are in Search mode, click here to return to the initial mode.')}</a>
57
			</span>
58
		</td>
59 59
	</tr>
60 60
</table>	
61 61

  

Also available in: Unified diff