[Frameworkspider-svn] spider-commit [53]

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2009年 4月 15日 (水) 16:48:17 JST


Revision: 53
          http://svn.sourceforge.jp/view?root=frameworkspider&view=rev&rev=53
Author:   m_nakashima
Date:     2009-04-15 16:48:17 +0900 (Wed, 15 Apr 2009)

Log Message:
-----------


Modified Paths:
--------------
    current/DATA/templates/default/public_default.php


-------------- next part --------------
Modified: current/DATA/templates/default/public_default.php
===================================================================
--- current/DATA/templates/default/public_default.php	2009-04-15 07:45:36 UTC (rev 52)
+++ current/DATA/templates/default/public_default.php	2009-04-15 07:48:17 UTC (rev 53)
@@ -3,18 +3,34 @@
 	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml" lang="ja" xml:lang="ja">
 <head>
-	<meta http-equiv="Content-type" content="text/html; charset=UTF-8">
-	<meta http-equiv="Content-Script-Type" content="text/javascript">
-	<meta http-equiv="Content-Style-Type" content="text/css">
-	<meta content="ja" name="content-language">
-	<meta content="2008.09.01" name="build">
-	<meta content="M.Nakashima" name="author">
+	<meta http-equiv="Content-type" content="text/html; charset=UTF-8" />
+	<meta http-equiv="Content-Script-Type" content="text/javascript" />
+	<meta http-equiv="Content-Style-Type" content="text/css" />
+	<meta content="ja" name="content-language" />
+	<meta content="2008.09.01" name="build" />
+	<meta content="M.Nakashima" name="author" />
 	<meta name="description" content="Welcome spider framework!" />
 	<meta name="keywords" content="Welcome spider framework!" />
-    <title>Welcome spider framework! This is sample template!</title>
+    <title>{write:page_title}</title>
+	<style type="text/css">
+	* { font-family:monospace; }
+	table { border-style:solid; border-width:1px; border-color:#000080; border-collapse:collapse; }
+	th,td { border-style:solid; border-width:1px; border-color:#000080; text-align:center; padding:5px; }
+	th { color:#FFFFFF; background-color:#0000D0; }
+	#header { width:100%; background-color:#6060D0; color:#F0F0F0; }
+	#contents { width:100%; text-align:left; padding:5px; }
+	#footer { width:100%; background-color:#6060D0; color:#F0F0F0; }
+	#contents h1 { font-size:20px; color:#008080; text-align:center; }
+	#contents h2 { font-size:18px; color:#FFFFFF; background-color:#008080; margin:0px 0px 5px 0px; padding:3px; }
+	#contents h3 { font-size:16px; color:#FFFFFF; background-color:#008080; margin:0px 0px 5px 0px; padding:3px; }
+	div.example-block { background-color:#DDFFFF; border-style:solid; border-width:1px; border-color:#008080; margin: 5px auto 5px auto; padding: 5px; }
+	</style>
 </head>
 <body style="margin:0 auto;text-align:center;">
-	<div style="width:100%;background-color:#6060D0;color:#F0F0F0;">Welcome Spider framework! This is sample template!</div>
-	{page-contents}
+	<div id="header">Welcome Spider framework! This is sample template!</div>
+	<div id="contents">
+		{page-contents}
+	</div>
+	<div id="footer">Welcome Spider framework! This is sample template!</div>
 </body>
 </html>
\ No newline at end of file



Frameworkspider-svn メーリングリストの案内
Back to archive index