Minahito
minah****@users*****
2005年 11月 25日 (金) 13:20:58 JST
Index: xoops2jp/html/modules/legacyRender/templates/legacy_render_dialog.html diff -u /dev/null xoops2jp/html/modules/legacyRender/templates/legacy_render_dialog.html:1.1.2.1 --- /dev/null Fri Nov 25 13:20:58 2005 +++ xoops2jp/html/modules/legacyRender/templates/legacy_render_dialog.html Fri Nov 25 13:20:58 2005 @@ -0,0 +1,26 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<{$xoops_langcode}>" lang="<{$xoops_langcode}>"> +<head> +<meta http-equiv="content-type" content="text/html; charset=<{$xoops_charset}>" /> +<meta http-equiv="content-language" content="<{$xoops_langcode}>" /> +<meta name="robots" content="<{$xoops_meta_robots}>" /> +<meta name="keywords" content="<{$xoops_meta_keywords}>" /> +<meta name="description" content="<{$xoops_meta_description}>" /> +<meta name="rating" content="<{$xoops_meta_rating}>" /> +<meta name="author" content="<{$xoops_meta_author}>" /> +<meta name="copyright" content="<{$xoops_meta_copyright}>" /> +<meta name="generator" content="XOOPS" /> +<title><{$xoops_sitename}> - <{$xoops_pagetitle}></title> +<link href="<{$xoops_url}>/favicon.ico" rel="SHORTCUT ICON" /> +<link rel="stylesheet" type="text/css" media="screen" href="<{$xoops_url}>/xoops.css" /> +<link rel="stylesheet" type="text/css" media="screen" href="<{$xoops_themecss}>" /> +<script type="text/javascript"> +<!-- +<{$xoops_js}> +//--> +</script> +</head> +<body> +<{$xoops_contents}> +</body> +</html> \ No newline at end of file