Subversion Repositories eFlore/Archives.cel-v2

Rev

Rev 12 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
5 aperonnet 1
 
2
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
3
"http://www.w3.org/TR/html4/loose.dtd">
4
 
5
<!-- The HTML 4.01 Transitional DOCTYPE declaration-->
6
<!-- above set at the top of the file will set     -->
7
<!-- the browser's rendering engine into           -->
8
<!-- "Standards Mode", which gives better cross    -->
9
<!-- browser compatibility to the application.     -->
10
<!-- Omitting this line leaves most browsers in    -->
11
<!-- "Quirks mode", emulating the bugs in older    -->
12
<!-- browser versions.                             -->
13
 
14
<html>
15
  <head>
16
    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
17
    <!--                                           -->
18
    <!-- Any title is fine                         -->
19
    <!--                                           -->
20
    <title>cel2</title>
21
 
22
    <style>
23
			body,td,a,div,.p{font-family:arial,sans-serif}
24
			div,td{color:#000000}
25
			a:link,.w,.w a:link{color:#0000cc}
26
			a:visited{color:#551a8b}
27
			a:active{color:#ff0000}
28
 
29
			 .thumb img {
30
			height: 100px;
31
			width: 100px;
32
			}
33
 
34
			 .thumb img:hover{
35
				color:#000000;
36
			}
37
 
38
			 .x-view-over {
39
			background:#F0FF9F ;
40
			padding:4px;
41
			}
42
 
43
			 .x-view-selected {
44
				background: #FFFF90 ;
45
				padding: 4px;
46
			}
47
 
48
 
49
			.thumb-wrap {
50
			float: left;
51
			margin: 4px;
52
			margin-right: 0;
53
			padding: 5px;
54
			}
55
 
56
			.thumb-wrap span {
57
			display: block;
58
			overflow: hidden;
59
			text-align: center;
60
			}
61
	</style>
62
 
63
    <!--                                           -->
64
    <!-- This script loads your compiled module.   -->
65
    <!-- If you add any GWT meta tags, they must   -->
66
    <!-- be added before this line.                -->
67
    <!--                                           -->
68
    <script type="text/javascript" language="javascript" src="org.tela_botanica.cel2.nocache.js"></script>
69
  </head>
70
 
71
  <!--                                           -->
72
  <!-- The body can have arbitrary html, or      -->
73
  <!-- you can leave the body empty if you want  -->
74
  <!-- to create a completely dynamic UI.        -->
75
  <!--                                           -->
76
  <body>
77
 
78
    <!-- OPTIONAL: include this if you want history support -->
79
    <iframe src="javascript:''" id="__gwt_historyFrame" tabIndex='-1' style="position:absolute;width:0;height:0;border:0"></iframe>
80
 
81
  </body>
82
</html>