home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 2006 April / DPPRO0406DVD.ISO / Essentials / Programming / Eclipse SDK / eclipse-SDK-3.1.1-win32.exe / eclipse / plugins / org.eclipse.help.webapp_3.1.0 / basic / header.jsp < prev    next >
Encoding:
Text File  |  2005-09-29  |  1.2 KB  |  31 lines

  1. <%--
  2.  Copyright (c) 2000, 2004 IBM Corporation and others.
  3.  All rights reserved. This program and the accompanying materials 
  4.  are made available under the terms of the Eclipse Public License v1.0
  5.  which accompanies this distribution, and is available at
  6.  http://www.eclipse.org/legal/epl-v10.html
  7.  
  8.  Contributors:
  9.      IBM Corporation - initial API and implementation
  10. --%>
  11. <%@ page import="org.eclipse.help.internal.webapp.data.*" errorPage="/advanced/err.jsp" contentType="text/html; charset=UTF-8"%>
  12.  
  13. <% 
  14.     request.setCharacterEncoding("UTF-8");
  15.     boolean isRTL = UrlUtil.isRTL(request, response);
  16.     String  direction = isRTL?"rtl":"ltr";
  17. %>
  18.  
  19. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  20. <!------------------------------------------------------------------------------
  21.  ! Copyright (c) 2000, 2004 IBM Corporation and others.
  22.  ! All rights reserved. This program and the accompanying materials 
  23.  ! are made available under the terms of the Eclipse Public License v1.0
  24.  ! which accompanies this distribution, and is available at
  25.  ! http://www.eclipse.org/legal/epl-v10.html
  26.  ! 
  27.  ! Contributors:
  28.  !     IBM Corporation - initial API and implementation
  29.  ------------------------------------------------------------------------------->
  30.  
  31.