2005-08-31 09:50:23 +00:00
|
|
|
<%@page contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" import="net.i2p.syndie.web.*" %>
|
|
|
|
<% request.setCharacterEncoding("UTF-8"); %>
|
2005-08-21 18:08:05 +00:00
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>SyndieMedia</title>
|
2005-08-23 21:25:49 +00:00
|
|
|
<link href="style.jsp" rel="stylesheet" type="text/css" />
|
2005-08-21 18:08:05 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<table border="1" cellpadding="0" cellspacing="0" width="100%">
|
|
|
|
<tr><td colspan="5" valign="top" align="left"><jsp:include page="_toplogo.jsp" /></td></tr>
|
|
|
|
<tr><td valign="top" align="left" rowspan="2"><jsp:include page="_leftnav.jsp" /></td>
|
|
|
|
<jsp:include page="_topnav.jsp" />
|
|
|
|
<td valign="top" align="left" rowspan="2"><jsp:include page="_rightnav.jsp" /></td></tr>
|
|
|
|
<tr><td valign="top" align="left" colspan="3"><jsp:include page="_bodyindex.jsp" /></td></tr>
|
|
|
|
</table>
|
|
|
|
</body>
|