Statistics
| Revision:

root / web-presentation / trunk / eneraptor-web-presentation / grails-app / views / layouts / main.gsp @ 86

History | View | Annotate | Download (1.92 KB)

1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
4
	<head>
5
		<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
6
		<title><g:layoutTitle default="FRI &raquo; ZeleniIT" /></title>
7
		<link rel="shortcut icon" href="${resource(dir:'images',file:'favicon.ico')}" type="image/x-icon" />
8
		<g:layoutHead />
9
        <g:javascript library="application" />
10
		${com.eneraptor.presentation.Content.findByContentId('style').contentHTML}
11
	</head>
12
	<body>
13
		
14
		<div id="wrapper">
15
			
16
			<div id="content">
17
				<img src="${g.resource(dir:'images',file:'logo_fri.gif')}" style="float:left;position:absolute;left:0px;top:2px;" />
18
				<img src="${g.resource(dir:'images',file:'enelogo.png')}" style="float:left;position:absolute;left:500px;top:40px;" />
19
				<a href="http://www.fri.uni-lj.si/en/"><img src="${g.resource(dir:'images',file:'fri_logo_eng.gif')}" border=0 /></a>
20
				<p>&nbsp;</p>
21
				<div id="menu">
22
					<span><a href="${g.createLink(controller:'content',action:'view',params: [page:'about'])}">about Eneraptor&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</a></span>
23
					<span><a href="${g.createLink(controller:'content',action:'view',params: [page:'faq'])}">faq&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</a></span>
24
					<span><a href="${g.createLink(controller:'content',action:'view',params: [page:'team'])}">the team&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</a></span>
25
					<span><a href="${g.createLink(controller:'content',action:'view',params: [page:'contact'])}">contact&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</a></span>
26
				</div>
27
				<br />
28
				
29
				<div id="text">
30
					<g:layoutBody />
31
				</div>
32
				
33
				<br />
34
				
35
				<div id="footer">
36
					<br />
37
					<p style="color:grey;">(c) 2010-2011 University of Ljubljana, Faculty of computer and information science</p>
38
					<br />
39
				</div>
40
			</div>
41

    
42
		</div>
43
		<br /><br />
44
		
45
	</body>
46
</html>