LIN001.php
1.07 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
<?php
//*****************************************************************************
//*
//* プログラム名:リンク集
//* プログラムID:LIN001.php
//* 機能 :リンク表示
//* 作成者 :K.Yoshimura
//*
//*****************************************************************************
header("Content-type: text/html; charset=EUC-JP");
include("include/session_start.inc");
include("include/SessionChk.inc");
include("include/STRING.inc");
include("inc/header.inc");
include("include/input_chk.inc");
include('./include/smarty.conf');
include("inc/LIN002.inc");
//メニューセット
include("menu_opacity.php");
$strDBinc="include/dbcon.inc";
include($strDBinc);
$strSQL="";
$objRec="null";
$strSQLSyain="";
$objRecSyain="null";
$messCt=0;
$hiddenComment .= '<input type="hidden" name="comments" value="">'."\n";
$hiddenComment .= '<DIV CLASS="spanstyle" ID="iL0"></DIV>';
//echo '<SCRIPT type="text/javascript" language="JavaScript"><!--'."\n";
//echo 'var message = new Array();'."\n";
$o_smarty->assign('PHP_TITLE_NAME',$PHP_TITLE_NAME[15]);
$o_smarty->display('LIN001.tpl');
?>