source: ether_2012/trunk/web/project/slideActivities.jsp @ 353

Last change on this file since 353 was 353, checked in by vmipsl, 12 years ago

clean
slides

File size: 2.8 KB
Line 
1<%@ taglib prefix="spring" uri="http://www.springframework.org/tags" %>
2
3<table class="slideTable" cellspacing="0">
4    <tr>
5        <td class="borderTop">
6            MIMOSA
7        </td>
8        <td rowspan="2" class="noBorder"></td>
9        <td class="borderTop">
10            REPROBUS
11        </td>
12        <td rowspan="2" class="noBorder"></td>
13        <td class="borderTop">
14            IASI
15        </td>
16        <td rowspan="2" class="noBorder"></td>
17        <td class="borderTop">
18            TRO-pico
19        </td>
20        <td rowspan="2" class="noBorder"></td>
21        <td class="borderTop">
22            GEISA
23        </td>
24        <td rowspan="2" class="noBorder"></td>
25        <td class="borderTop">
26            Mozaic
27        </td>
28        <td rowspan="2" class="noBorder"></td>
29        <td class="borderTop">
30            ECCAD
31        </td>
32        <td rowspan="2" class="noBorder"></td>
33        <td class="borderTop">
34            MEGAPOLI
35        </td>
36    </tr>
37    <tr>
38        <td class="borderBottom">
39            <img src="resources/images/logo_mimosa.png" width="80px" alt='<spring:message code="logo.mimosa.alt"/>'
40                 title='<spring:message code="logo.mimosa.alt"/>'/>
41        </td>
42        <td class="borderBottom">
43            <img src="resources/images/logo_O3_reprobus.png" width="80px"
44                 alt='<spring:message code="logo.reprobus.alt"/>' title='<spring:message code="logo.reprobus.alt"/>'/>
45        </td>
46        <td class="borderBottom">
47            <img src="resources/images/logo_iasi.jpg" width="80px" alt='<spring:message code="logo.iasi.alt"/>'
48                 title='<spring:message code="logo.iasi.alt"/>'/>
49        </td>
50        <td class="borderBottom">
51            <img src="resources/images/logo_tropico_small.jpg" width="80px"
52                 alt='<spring:message code="logo.tropico.alt"/>' title='<spring:message code="logo.tropico.alt"/>'/>
53        </td>
54        <td class="borderBottom">
55            <img src="resources/images/logo_Geisa76-50deform.jpg" width="80px"
56                 alt='<spring:message code="logo.geisa.alt"/>' title='<spring:message code="logo.geisa.alt"/>'/>
57        </td>
58        <td class="borderBottom">
59            <img src="resources/images/logo_mozaic.GIF" width="80px" alt='<spring:message code="logo.geisa.alt"/>'
60                 title='<spring:message code="logo.geisa.alt"/>'/>
61        </td>
62        <td class="borderBottom">
63            <img src="resources/images/logo_ECCAD_small.gif" width="80px" alt='<spring:message code="logo.eccad.alt"/>'
64                 title='<spring:message code="logo.eccad.alt"/>'/>
65        </td>
66        <td class="borderBottom">
67            <img src="resources/images/logo_Megapoli.png" width="80px" alt='<spring:message code="logo.megapoli.alt"/>'
68                 title='<spring:message code="logo.megapoli.alt"/>'/>
69        </td>
70    </tr>
71</table>
72&nbsp;
Note: See TracBrowser for help on using the repository browser.