Show
Ignore:
Timestamp:
12/24/07 10:04:55 (5 years ago)
Author:
tokuhirom
Message:

Inamode9: you can use openid auth.

Location:
websites/inamode9/trunk/root
Files:
1 added
3 modified

Legend:

Unmodified
Added
Removed
  • websites/inamode9/trunk/root/lib/site/footer

    r3499 r3516  
    1 <!-- BEGIN site/footer --> 
    2 <div id="copyright">&copy; [% site.copyright %]</div> 
    3 <!-- END site/footer --> 
     1<div id="copyright">&copy; tokuhirom</div> 
  • websites/inamode9/trunk/root/lib/site/header

    r3499 r3516  
    1 <!-- BEGIN site/header --> 
     1<?xml version="1.0" encoding="utf-8"?> 
     2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
     3<html lang="ja" xml:lang="ja" xmlns="http://www.w3.org/1999/xhtml"> 
     4<head> 
     5<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 
     6 
    27<h1 class="title">[% template.title or site.title %]</h1> 
    3 <!-- END site/header --> 
     8 
  • websites/inamode9/trunk/root/lib/site/html

    r3499 r3516  
    1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 
    2 <html> 
    3  <head> 
    4   <title>[% template.title or site.title %]</title> 
    5   <style type="text/css"> 
     1<?xml version="1.0" encoding="utf-8"?> 
     2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
     3<html lang="ja" xml:lang="ja" xmlns="http://www.w3.org/1999/xhtml"> 
     4<head> 
     5    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 
     6    <meta http-equiv="Content-Style-Type" content="text/css" /> 
     7    <meta http-equiv="content-script-type" content="text/javascript" /> 
     8    <title>[% template.title or site.title %]</title> 
     9    <style type="text/css"> 
    610[% PROCESS ttsite.css %] 
    7   </style> 
    8  </head> 
    9  <body> 
    10 [% content %] 
    11  </body> 
     11    </style> 
     12</head> 
     13<body> 
     14    [% content %] 
     15</body> 
    1216</html>