<?xml version="1.0" encoding="UTF-8"?>

<xsl:stylesheet version="1.0" 
	xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:foaf="http://xmlns.com/foaf/0.1/"
	xmlns:fp="http://www.remus.dti.ne.jp/~a-satomi/foaf-props"
	xmlns:xalan="http://xml.apache.org/xalan"
	xmlns="http://www.w3.org/1999/xhtml"
	exclude-result-prefixes="rdf rdfs dc foaf fp xalan">

<xsl:import href="foaf2html-person.xsl"/>

<!--
　foaf:Person を XHTML (の table) へ変換。他。
　完全に XSLT プロセッサ内蔵のブラウザ向けの XSL ゆえに、
　Xalan-Java の拡張機能を使っている common.xsl 等を呼び出さないよう注意。＞自分
   xsl:import より前にコメントがあると Safari  1.3 (v312) で XSLT 変換が作動しない。
   まぁ XSLT 変換が作動しても日本語文字は超絶文字化けモードなわけだが。ウンコ！
-->

<!-- ================ 出力設定 ================  -->

<xsl:output method="xml"
	encoding="UTF-8"
	omit-xml-declaration="no"
	doctype-public="-//W3C//DTD XHTML 1.1//EN"
	doctype-system="http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"
	indent="yes"
	xalan:indent-amount="2"
	media-type="application/xhtml+xml"/>

<!-- ================ 各種設定 ================  -->

<xsl:param name="baseURI">http://www.remus.dti.ne.jp/~a-satomi</xsl:param>
<xsl:param name="siteName">娘娘飯店しるきぃうぇぶ</xsl:param>

<!-- ================ メインテンプレ ================  -->

<xsl:template match="/">
	<html xml:lang="ja">
		<xsl:call-template name="head"/>
		<body id="foaf">
			<xsl:call-template name="navi"/>
			<div class="section">
				<h1>
					<abbr title="Resource Description Framework">RDF</abbr>
					<xsl:text>: </xsl:text>
					<xsl:value-of select="rdf:RDF/foaf:Person/foaf:name"/>
					<xsl:text>の </xsl:text>
					<abbr title="Friend of a Friend">FOAF</abbr>
				</h1>
				<div class="section" id="myself">
					<h2>
						<xsl:value-of select="rdf:RDF/foaf:Person/foaf:name"/>
						<xsl:text>のデータ</xsl:text>
					</h2>
					<xsl:apply-templates select="rdf:RDF/foaf:Person" mode="myself"/>
				</div>
				<div class="section" id="friends">
					<h2>お知り合いデータ</h2>
					<xsl:apply-templates select="rdf:RDF/foaf:Person/foaf:knows"/>
				</div>
			</div>
			<xsl:call-template name="navi"/>
			<xsl:call-template name="footer"/>
		</body>
	</html>
</xsl:template>

<!-- ================ html:head 要素 ================  -->

<xsl:template name="head">
	<head>
		<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
		<meta http-equiv="Content-Style-Type" content="text/css" />
		<meta http-equiv="Content-Script-Type" content="text/javascript" />
		<title>RDF: <xsl:value-of select="rdf:RDF/foaf:Person/foaf:name"/> の FOAF</title>
		<link rel="home" title="{$siteName}" href="{$baseURI}/" />
		<link rel="meta" title="娘娘飯店しるきぃうぇぶ更新情報" href="{$baseURI}/rss.rdf" />
		<link rel="alternate" type="application/rss+xml" title="娘娘飯店しるきぃうぇぶ更新情報" href="{$baseURI}/rss.rdf" />
		<link rel="schema.FOAF" href="http://purl.org/dc/elements/1.1/" />
		<link rel="meta FOAF.MAKER" type="application/rdf+xml" title="ありみかさとみの FOAF" href="{$baseURI}/profiles/foaf/foaf.rdf" />
		<link rel="help" title="このサイトについて" href="{$baseURI}/profiles/about_ThisSite.html" />
		<link rel="copyright" title="著作権ほか" href="{$baseURI}/profiles/about_ThisSite.html#copy" />
		<link rel="search" title="しるきぃうぇぶ検索ましーん" href="{$baseURI}/siteSearch.html" />
		<link rel="icon" type="image/png" href="{$baseURI}/common/img/icon/favicon.png" />
		<link rel="shortcut icon" type="image/x-icon" href="{$baseURI}/common/img/icon/favicon.ico" />
		<link rev="made" title="{foaf:name}にメール" href="mailto:a-satomi@remus.dti.ne.jp" />
		<link rel="styleSheet" type="text/css" media="screen,tv" href="{$baseURI}/common/css/textpages.css" title="ぴんくすとらいぷ" />
		<script type="text/javascript" src="{$baseURI}/common/js/common.js">//</script>
	</head>
</xsl:template>

<!-- ================ Navigation ================  -->

<xsl:template name="navi">
	<ul class="navigation">
		<li class="home"><a href="{$baseURI}/" title="{$siteName} [T]" accesskey="T" rel="home">
			<img src="{$baseURI}/common/img/icon/LeftArrow.png" width="15" height="15" alt="←" /><xsl:value-of select="$siteName"/></a></li>
	</ul>
</xsl:template>

<!-- ================ フッタ ================  -->

<xsl:template name="footer">
	<address>
		<xsl:text>Copyright &#169; 1998-2007 ALIMIKA SATOMI/NYAN-NYAN-HANTEN.</xsl:text>
		<span class="datetime">Last-modified: <xsl:apply-templates select="rdf:RDF/foaf:Person/dc:date"/></span>
	</address>
	<ul id="shortCut">
		<li id="made"><a href="mailto:a-satomi@remus.dti.ne.jp" title="ありみかさとみにメール" rev="made">
			<img src="{$baseURI}/common/img/icon/MailIcon.png" width="18" height="15" alt="" />Mail to Alimika Satomi</a></li>
		<li id="search"><a href="{$baseURI}/siteSearch.html" title="しるきぃうぇぶ検索ましーん" rel="search">
			<img src="{$baseURI}/common/img/icon/glass.png" width="15" height="15" alt="" />Site search</a></li>
		<li id="copyright"><a href="{$baseURI}/profiles/about_ThisSite.html#copy" title="著作権ほか" rel="copyright">
			<img src="{$baseURI}/common/img/icon/caution.png" width="15" height="15" alt="" />About copyrights</a></li>
		<li id="dMomo"><a href="{$baseURI}/bunsyorou/DedicateMomo.html" title="ももいろコミューン">
			<img src="{$baseURI}/common/img/banner/dedicateMomo.png" width="88" height="31" alt="ももいろコミューン" /></a></li>
	</ul>
</xsl:template>

</xsl:stylesheet>
