main.php
809 Bytes
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
<?php
//セッション開始
require_once("./include/session_start.inc");
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML>
<HEAD>
<meta http-equiv="Content-Type" content="text/html; charset=EUC-JP">
<meta http-equiv="Content-Style-Type" content="text/css">
<link rel="stylesheet" type="text/css" href="basefont.css">
<TITLE>E-グルPro 超管理画面</TITLE>
</HEAD>
<body>
<a href="new_edit.php">◇データ編集(新規登録作業後)</a>
<br>
<br>
<a href="move_edit.php">◇データ編集(移行登録作業後)</a>
<br>
<br>
<a href="kanri_edit.php">◇データ編集(管理DB作成のみ)</a>
<br>
<br>
<a href="list.php">◇登録グループ一覧</a>
<br>
<br>
<a href="pack.php">◇パックけんさくん</a>
<hr>
<br>
<br>
<a href="list_mail.php">◇登録グループ一覧(WEBメール設定ユーザ数付)</a>
<br>
<br>
</body>
</HTML>