Changeset 17594

Show
Ignore:
Timestamp:
08/13/08 21:56:08 (5 months ago)
Author:
int128
Message:

XHTML対応

Location:
lang/java/slideboard/trunk/webapp/WEB-INF/view
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • lang/java/slideboard/trunk/webapp/WEB-INF/view/common.jsp

    r17555 r17594  
    1 <%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%> 
    2 <%@taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt"%> 
    3 <%@taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %> 
    4 <%@taglib prefix="html" uri="http://struts.apache.org/tags-html"%>   
    5 <%@taglib prefix="bean" uri="http://struts.apache.org/tags-bean"%>   
    6 <%@taglib prefix="tiles" uri="http://jakarta.apache.org/struts/tags-tiles"%> 
    7 <%@taglib prefix="s" uri="http://sastruts.seasar.org" %> 
    8 <%@taglib prefix="f" uri="http://sastruts.seasar.org/functions" %> 
    9 <%@taglib prefix="json" uri="http://www.atg.com/taglibs/json" %> 
     1<%@taglib 
     2        prefix="c" uri="http://java.sun.com/jsp/jstl/core" %><%@taglib 
     3        prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %><%@taglib 
     4        prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %><%@taglib 
     5        prefix="html" uri="http://struts.apache.org/tags-html" %><%@taglib 
     6        prefix="bean" uri="http://struts.apache.org/tags-bean" %><%@taglib 
     7        prefix="tiles" uri="http://jakarta.apache.org/struts/tags-tiles" %><%@taglib 
     8        prefix="s" uri="http://sastruts.seasar.org" %><%@taglib 
     9        prefix="f" uri="http://sastruts.seasar.org/functions" %><%@taglib 
     10        prefix="json" uri="http://www.atg.com/taglibs/json" 
     11%> 
  • lang/java/slideboard/trunk/webapp/WEB-INF/view/index.jsp

    r17559 r17594  
    1 <%@page pageEncoding="UTF-8"%> 
    2 <html> 
     1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> 
     2<html xmlns="http://www.w3.org/1999/xhtml"> 
    33<head> 
     4<%@page pageEncoding="UTF-8" %> 
    45<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 
    56<title>スライドボード</title> 
     
    3031//]]> 
    3132</script> 
    32 <style type="text/css"> 
    33  
    34 </style> 
    3533</head> 
    3634<body>