Changeset 14185 for branches


Ignore:
Timestamp:
2007/06/04 18:04:52 (19 years ago)
Author:
matsumura
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/data/downloads/module/blayn/blayn.tpl

    r14184 r14185  
    1 <html> 
    2 <head><title>¥Ö¥ì¥¤¥óIPÀßÄê</title></head> 
     1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
     2<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja" lang="ja"> 
    33 
    4 <body> 
     4<head> 
     5<meta http-equiv="content-type" content="application/xhtml+xml; charset=<!--{$smarty.const.CHAR_CODE}-->" /> 
     6<meta http-equiv="content-script-type" content="text/javascript" /> 
     7<meta http-equiv="content-style-type" content="text/css" /> 
     8<link rel="stylesheet" href="<!--{$smarty.const.URL_DIR}-->admin/css/contents.css" type="text/css" media="all" /> 
     9<script type="text/javascript" src="<!--{$smarty.const.URL_DIR}-->js/css.js"></script> 
     10<script type="text/javascript" src="<!--{$smarty.const.URL_DIR}-->js/navi.js"></script> 
     11<script type="text/javascript" src="<!--{$smarty.const.URL_DIR}-->js/win_op.js"></script> 
     12<script type="text/javascript" src="<!--{$smarty.const.URL_DIR}-->js/site.js"></script> 
     13<script type="text/javascript" src="<!--{$smarty.const.URL_DIR}-->js/admin.js"></script> 
     14<!--{include file='css/contents.tpl'}--> 
     15<title><!--{$tpl_subtitle}--></title> 
     16 
     17</script> 
     18</head> 
     19 
     20<body bgcolor="#ffffff" text="#666666" link="#007bb7" vlink="#007bb7" alink="#cc0000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onload='lfnCheckPayment(); <!--{$tpl_onload}-->'> 
     21<noscript> 
     22<link rel="stylesheet" href="<!--{$smarty.const.URL_DIR}-->admin/css/common.css" type="text/css" /> 
     23</noscript> 
     24 
     25<div align="center"> 
     26<!--¡ú¡ú¡ú¥á¥¤¥ó¥³¥ó¥Æ¥ó¥Ä¡ú¡ú¡ú--> 
    527<form action="<!--{$smarty.server.REQUEST_URI|escape}-->" method="post"> 
    628<table> 
     
    1335    </tr> 
    1436</table> 
     37</form> 
     38<!--¡ú¡ú¥á¥¤¥ó¥³¥ó¥Æ¥ó¥Ä¡ú¡ú--> 
     39</div> 
     40 
    1541</body> 
    16  
    1742</html> 
Note: See TracChangeset for help on using the changeset viewer.