Changeset 14639


Ignore:
Timestamp:
2007/06/14 12:31:42 (17 years ago)
Author:
naka
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/data/Smarty/templates/admin/basis/preview.tpl

    r14149 r14639  
    66 */ 
    77*}--> 
    8 <script language="JavaScript"> 
     8<!--¡¡--> 
     9<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
     10<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja" lang="ja"> 
     11 
     12<head> 
     13<meta http-equiv="content-type" content="application/xhtml+xml; charset=<!--{$smarty.const.CHAR_CODE}-->" /> 
     14<meta http-equiv="content-script-type" content="text/javascript" /> 
     15<meta http-equiv="content-style-type" content="text/css" /> 
     16<link rel="stylesheet" href="<!--{$smarty.const.URL_DIR}-->admin/css/contents.css" type="text/css" media="all" /> 
     17<script type="text/javascript" src="<!--{$smarty.const.URL_DIR}-->js/css.js"></script> 
     18<script type="text/javascript" src="<!--{$smarty.const.URL_DIR}-->js/navi.js"></script> 
     19<script type="text/javascript" src="<!--{$smarty.const.URL_DIR}-->js/win_op.js"></script> 
     20<script type="text/javascript" src="<!--{$smarty.const.URL_DIR}-->js/site.js"></script> 
     21<script type="text/javascript" src="<!--{$smarty.const.URL_DIR}-->js/admin.js"></script> 
     22<!--{include file='css/contents.tpl'}--> 
     23<title><!--{$tpl_subtitle}--></title> 
     24<script type="text/javascript"> 
    925<!-- 
    10 var flag = 0; 
    11  
    12 function setFlag(){ 
    13     flag = 1; 
    14 } 
    15 function checkFlagAndSubmit(){ 
    16     if ( flag == 1 ){ 
    17         if( confirm('ÆâÍƤ¬Êѹ¹¤µ¤ì¤Æ¤¤¤Þ¤¹¡£Â³¹Ô¤¹¤ì¤ÐÊѹ¹ÆâÍƤÏÇË´þ¤µ¤ì¤Þ¤¹¡£\nµ¹¤·¤¤¤Ç¤·¤ç¤¦¤«¡©' )){ 
    18             fnSetvalAndSubmit( 'form1', 'mode', 'edit' ); 
    19         } else { 
    20             return false; 
    21         } 
    22     } else { 
    23         fnSetvalAndSubmit( 'form1', 'mode', 'edit' ); 
    24     } 
    25 } 
    26  
     26self.moveTo(20,20);self.focus(); 
    2727//--> 
    2828</script> 
     29</head> 
     30 
     31<body bgcolor="#ffffff" text="#666666" link="#007bb7" vlink="#007bb7" alink="#cc0000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onload="<!--{$tpl_onload}-->"> 
     32<noscript> 
     33<link rel="stylesheet" href="<!--{$smarty.const.URL_DIR}-->admin/css/common.css" type="text/css" /> 
     34</noscript> 
     35 
     36<div align="center"> 
    2937 
    3038<!--¡ú¡ú¥á¥¤¥ó¥³¥ó¥Æ¥ó¥Ä¡ú¡ú--> 
     
    113121            </table> 
    114122<!--¡ú¡ú¥á¥¤¥ó¥³¥ó¥Æ¥ó¥Ä¡ú¡ú--> 
     123</div> 
    115124 
     125</body> 
     126</html> 
     127 
Note: See TracChangeset for help on using the changeset viewer.