Changeset 5484
- Timestamp:
- Nov 11, 2010, 8:06:39 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/www/index.jsp
r5426 r5484 27 27 --%> 28 28 <%@ page pageEncoding="UTF-8" session="false" 29 import="net.sf.basedb.core.*" 29 import="net.sf.basedb.core.Application" 30 import="net.sf.basedb.core.SessionControl" 30 31 import="net.sf.basedb.clients.web.Base" 32 import="net.sf.basedb.clients.web.servlet.RssNewsFeed" 31 33 %> 32 34 <%@ taglib prefix="base" uri="/WEB-INF/base.tld" %> … … 36 38 %> 37 39 <base:page type="frameset" title=""> 38 <base:head /> 40 <base:head> 41 <% 42 if (RssNewsFeed.isEnabled()) 43 { 44 %> 45 <link rel="alternate" type="application/rss+xml" 46 title="BASE news from <%=Application.getHostName()%><%=request.getContextPath()%>" 47 href="info/news.rss"/> 48 <% 49 } 50 %> 51 </base:head> 39 52 <frameset rows="*,50" frameborder="no" border="0"> 40 53 <frame name="main" src="main.jsp?ID=<%=ID%>" scrolling="auto" marginwidth=0 marginheight=0 noresize>
Note: See TracChangeset
for help on using the changeset viewer.