OSDN Git Service

added/reverted mail.html, to close #17533
authormorimoto <morimoto@180c8125-5b33-4295-ad04-72a68a15b4cc>
Sat, 27 Jun 2009 10:44:04 +0000 (10:44 +0000)
committermorimoto <morimoto@180c8125-5b33-4295-ad04-72a68a15b4cc>
Sat, 27 Jun 2009 10:44:04 +0000 (10:44 +0000)
lib/templates/ipod-sjis/mail.html [new file with mode: 0644]

diff --git a/lib/templates/ipod-sjis/mail.html b/lib/templates/ipod-sjis/mail.html
new file mode 100644 (file)
index 0000000..fa1b4e4
--- /dev/null
@@ -0,0 +1,32 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+         "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja" lang="ja">
+  <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS" />
+    <!-- tmpl_var common_header -->
+    <meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;" />
+    <style type="text/css" media="screen">
+      @import "<!-- tmpl_var root -->iui/iui.css";
+      @import "<!-- tmpl_var root -->iui-keitairc.css";
+    </style>
+    <script type="application/x-javascript" src="<!-- tmpl_var root -->iui/iui.js"></script>
+    <!-- tmpl_var extra_header -->
+    <title><!-- tmpl_var title -->: mail <!-- tmpl_var mail --></title>
+  </head>
+  <body>
+
+    <div class="toolbar">
+      <h1 id="pageTitle"></h1>
+      <a target="_self" class="button leftButton backButton" href="<!-- tmpl_var root --><!-- tmpl_var session_id -->/index">\83`\83\83\83l\83\8b\83\8a\83X\83g</a>
+    </div>
+
+    <ul id="home" title="\83\81\81[\83\8b <!-- tmpl_var mail -->" selected="true">
+      <li><a target="_self" href="mailto:<!-- tmpl_var mail -->">\83\81\81[\83\8b\82·\82é</a></li>
+      <li class="footer">
+       <!-- tmpl_var timestamp --><br />
+       keitairc <!-- tmpl_var version -->
+      </li>
+    </ul>
+
+  </body>
+</html>