Subversion Repositories WebE

Rev

Rev 20 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 20 Rev 31
Line 1... Line 1...
1
<%@ taglib uri="http://www.opensymphony.com/sitemesh/decorator" prefix="decorator" %>
1
<%@ taglib uri="http://www.opensymphony.com/sitemesh/decorator"
-
 
2
  prefix="decorator"
-
 
3
%>
2
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
4
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
3
<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %>
5
<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn"%>
4
6
5
<c:set var="contextPath" value="${pageContext.request.contextPath}" />
7
<c:set var="contextPath" value="${pageContext.request.contextPath}" />
6
<c:set var="requestURI" value="${pageContext.request.requestURI}" />
8
<c:set var="requestURI" value="${pageContext.request.requestURI}" />
Line 11... Line 13...
11
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
13
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
12
14
13
<html xmlns="http://www.w3.org/1999/xhtml">
15
<html xmlns="http://www.w3.org/1999/xhtml">
14
<head>
16
<head>
15
	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 
17
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
16
	<title>Ontologie - <decorator:title /></title>
18
<title>Ontologie - <decorator:title />
-
 
19
</title>
-
 
20
<link rel="stylesheet" type="text/css"
17
	<link rel="stylesheet" type="text/css" href="${contextPath}/resources/css/main.css" />
21
  href="${contextPath}/resources/css/main.css"
-
 
22
/>
18
</head>
23
</head>
19
<body>
24
<body>
20
25
21
	<%--  Only serves as a container for the different site elements!
26
  <%--  Only serves as a container for the different site elements!
22
	Do not write any text directly into the page-container div! --%>	
27
	Do not write any text directly into the page-container div! --%>
23
	<div id="page-container">
28
  <div id="page-container">
24
        <div id="header">
29
    <div id="header">
25
			<table width="100%" border="0" cellspacing="0" cellpadding="0" class="header">
30
      <table width="100%" border="0" cellspacing="0" cellpadding="0"
-
 
31
        class="header"
-
 
32
      >
26
				<tr>
33
        <tr>
-
 
34
          <td>&nbsp;</td>
-
 
35
          <td
-
 
36
            style="vertical-align: top; font-size: 12pt; text-align: right;"
27
					<td>
37
          >
-
 
38
            <div>
-
 
39
              <strong>Semantic Web Project</strong><br /> by Michael
-
 
40
              Moos<br /> Thomas Lahn
-
 
41
            </div></td>
-
 
42
          <td width="56" class="no_padding"><img
-
 
43
            src="${contextPath}/resources/images/ontology_logo.jpg"
-
 
44
            width="56" height="56" alt="logo"
28
						&nbsp;
45
          />
29
					</td>
46
          </td>
30
					<td style="vertical-align:top;font-size:12pt;text-align:right;">
-
 
31
						<div><strong>Semantic Web Project</strong><br />
-
 
32
						by Michael Moos<br />
-
 
33
						Thomas Lahn</div>
-
 
34
					</td>
-
 
35
					<td width="56" class="no_padding"><img src="${contextPath}/resources/images/ontology_logo.jpg" width="56" height="56" alt="logo" /></td>
-
 
36
				</tr>
47
        </tr>
37
			</table>            
48
      </table>
38
        </div>
49
    </div>
39
        
50
40
        <!-- Load nav bars depending on the location -->
51
    <!-- Load nav bars depending on the location -->