head_preview.tpl
2.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML>
<HEAD>
<META name="GENERATOR" content="Microsoft FrontPage 4.0">
<META http-equiv="Content-Type" content="text/html; charset=shift_jis">
<META http-equiv="Content-Style-Type" content="text/css">
<link rel="stylesheet" type="text/css" href="css/style.css">
<TITLE>e-イベント管理メニュー</TITLE>
<SCRIPT LANGUAGE="JavaScript" type="text/javascript">
{literal}
<!--
function Move_Touroku(){
document.cldr.action = "head_input.php";
document.cldr.method="POST";
document.cldr.submit();
return;
}
function Move_Return(){
document.cldr.action = "head_make.php";
document.cldr.method="POST";
document.cldr.submit();
return;
}
function Move_Menu(){
document.cldr.action = "main_menu.php";
document.cldr.method="POST";
document.cldr.submit();
return;
}
function Move_LogOut(){
document.cldr.action = "login.php";
document.cldr.method="POST";
document.cldr.submit();
return;
}
//-->
{/literal}
</SCRIPT>
</HEAD>
<BODY>
<FORM METHOD="POST" name="cldr">
<TABLE width="100%" border="0" align="center" cellPadding=0 cellSpacing=0 class="header">
<TR>
<TD align="left"><img src="image/titilemini.gif" alt="e-イベント" width="117" height="40"></TD>
<TD align="right">
<a href="http://www.mtc-sv.jp/e_event/manual/" target="_blank"><img src="image/icon_01.gif" alt="e-イベントマニュアル" width="144" hight="50" border="0"></a>
</TD>
<TD align="right" width="250">
<INPUT type="button" value="戻る" onclick="return Move_Menu()">
<INPUT type="button" value="ログアウト" onclick="return Move_LogOut()">
</TD>
</TR>
</TABLE>
この内容で登録しますよろしいですか?
<TABLE width="100%" border="0" align="center" cellPadding=0 cellSpacing=1 bgcolor="#000000">
<TR>
<TD align="left" bgcolor="#ffffff">
{$txtHeader}
</TD>
</TR>
</TABLE>
<TABLE width="100%" border="0" align="center" cellPadding="0" cellSpacing="0">
<TR>
<TD align="left" bgcolor="#ffffff">
<INPUT type="button" value="登録" onclick="return Move_Touroku()">
<INPUT type="button" value="戻る" onclick="return Move_Return()">
</TD>
</TR>
</TABLE>
<INPUT type="hidden" name="txtHeader" value="{$hidtxtHeader}">
</FORM>
</BODY>
</HTML>