本文整理汇总了PHP中tcom_header_logo_nav函数的典型用法代码示例。如果您正苦于以下问题:PHP tcom_header_logo_nav函数的具体用法?PHP tcom_header_logo_nav怎么用?PHP tcom_header_logo_nav使用的例子?那么恭喜您, 这里精选的函数代码示例或许可以为您提供帮助。
在下文中一共展示了tcom_header_logo_nav函数的15个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。
示例1: out_html
//.........这里部分代码省略.........
});
function itemdel(no){
$("#no").val(no);
$('#dlg_msg_str').text( "削除よろしいですか?" );
$('#dialog_message').dialog('open');
}
var submit_flg = false;
function run_submit(fname, mode) {
document.forms[fname].mode.value = mode;
if(submit_flg==false){
//ボタン2度押し対応
submit_flg = true;
document.forms[fname].submit();
}
}
function unload_page(){
submit_flg = false;
}
window.onunload = unload_page;
// -->
</script>
</head>
<body>
<!-- Header -->
<div id="header">
<div class="shell">
<!-- Logo + Top Nav -->
<?php tcom_header_logo_nav($gc) ?>
<!-- End Logo + Top Nav -->
<!-- Main Nav -->
<?php tcom_header_main_nav($gc, 6) ?>
<!-- End Main Nav -->
</div>
</div>
<!-- End Header -->
<!-- Container -->
<div id="container">
<div class="shell">
<!-- Small Nav -->
<div class="small-nav">
<a href="#">簡易査定</a>
<span>></span>
<a href="./buken_area_list.php">登録エリア一覧</a>
<span>></span>
<a href="./buken_list.php?shikucyouson_no=<?php echo $gc->shikucyouson_no?>"><?php echo f_hsc($gc->todoufuken_nm." ".$gc->shikucyouson_nm)?></a>
<span>></span>
<?php echo f_hsc($gc->property_nm)?> 詳細<?php echo f_hsc($gc->mode_title)?>
</div>
<!-- End Small Nav -->
<!-- Main -->
<div id="main">
<div class="cl"> </div>
<!-- Content -->
<div id="content">
<?php
示例2: out_html
//.........这里部分代码省略.........
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf-8" />
<title>申込/対応状況</title>
<!-- *** stylesheet *** -->
<link href="css/style.css" rel="stylesheet" type="text/css" media="all" />
<!-- *** javascript *** -->
<script type="text/javascript" src="js/listpage.js" charset="utf-8"></script>
<script language="JavaScript">
<!--
var submit_flg = false;
function run_submit(fname, mode) {
document.forms[fname].mode.value = mode;
if(submit_flg==false){
//ボタン2度押し対応
submit_flg = true;
document.forms[fname].submit();
}
}
function unload_page(){
submit_flg = false;
}
window.onunload = unload_page;
// -->
</script>
</head>
<body>
<!-- Header -->
<div id="header">
<div class="shell">
<!-- Logo + Top Nav -->
<?php tcom_header_logo_nav($gc) ?>
<!-- End Logo + Top Nav -->
<!-- Main Nav -->
<?php tcom_header_main_nav2($gc, 1) ?>
<!-- End Main Nav -->
</div>
</div>
<!-- End Header -->
<!-- Container -->
<div id="container">
<div class="shell">
<!-- Small Nav -->
<div class="small-nav">
<a href="item_l.php">案件管理</a>
<span>></span>
申込み/対応状況
</div>
<!-- End Small Nav -->
<!-- Main -->
<div id="main">
<div class="cl"> </div>
<!-- Content -->
<div id="content">
<!-- Box -->
<div class="box">
<!-- Form -->
<div class="form">
示例3: out_html
//.........这里部分代码省略.........
query += "&mode=shikucyouson_ritu_upd";
query += "&company_no=" + company_no;
query += "&shikucyouson_no=" + shikucyouson_no;
query += "&shikucyouson_ritu=" + shikucyouson_ritu;
$.ajax({
type: "POST",
url: "set_area.php",
dataType: "text",
data: query,
cache: false,
async: false,
complete: function(XMLHttpRequest, textStatus){
if(textStatus=="success"){
if(XMLHttpRequest.responseText != "OK"){
alert("更新処理に失敗しました。");
}
}else{
alert("通信エラーが発生しました。");
}
}
});
}
-->
</script>
</head>
<body>
<!-- Header -->
<div id="header">
<div class="shell">
<!-- Logo + Top Nav -->
<?php tcom_header_logo_nav($gc) ?>
<!-- End Logo + Top Nav -->
<!-- Main Nav -->
<?php tcom_header_main_nav($gc, 2) ?>
<!-- End Main Nav -->
</div>
</div>
<!-- End Header -->
<!-- Container -->
<div id="container">
<div class="shell">
<!-- Small Nav -->
<div class="small-nav">
<a href="company_l.php">提携会社管理</a>
<span>></span>
<a href="company_l.php">提携会社一覧</a>
<span>></span>
<a href="company_r.php?company_no=<?php echo $gc->company_no ?>">詳細</a>
<span>></span>
対応エリア編集
</div>
<!-- End Small Nav -->
<!-- Main -->
<div id="main">
<div class="cl"> </div>
<!-- Content -->
<div id="content">
<!-- Box -->
示例4: out_html
//.........这里部分代码省略.........
var query = "time=" + timestamp;
query += "&mode=company_r";
query += "&company_no=" + company_no;
query += "&todoufuken_no=" + todoufuken_no;
$.ajax({
type: "POST",
url: "get_area.php",
dataType: "html",
data: query,
cache: false,
async: false,
complete: function(XMLHttpRequest, textStatus){
if(textStatus=="success"){
pnl.empty();
pnl.html(XMLHttpRequest.responseText);
}else{
alert("通信エラーが発生しました。");
}
}
});
}
</script>
</head>
<body>
<!-- Header -->
<div id="header">
<div class="shell">
<!-- Logo + Top Nav -->
<?php tcom_header_logo_nav($gc) ?>
<!-- End Logo + Top Nav -->
<!-- Main Nav -->
<?php tcom_header_main_nav($gc, 2) ?>
<!-- End Main Nav -->
</div>
</div>
<!-- End Header -->
<!-- Container -->
<div id="container">
<div class="shell">
<!-- Small Nav -->
<div class="small-nav">
<a href="company_l.php">提携会社管理</a>
<span>></span>
<a href="company_l.php">提携会社一覧</a>
<span>></span>
詳細
</div>
<!-- End Small Nav -->
<!-- Main -->
<div id="main">
<div class="cl"> </div>
<!-- Content -->
<div id="content">
<form name="form_data" action="company_e.php" method="GET" onsubmit="return false">
<input name="mode" type="hidden" value="">
<input name="company_no" type="hidden" value="<?php echo f_hsc($gc->company_no)?>">
示例5: out_html
//.........这里部分代码省略.........
}
}
function unload_page(){
submit_flg = false;
}
window.onunload = unload_page;
function search_run(){
var o;
o = document.getElementById('mbif_y');
var mbif_y = o.options[ o.selectedIndex ].value;
o = document.getElementById('mbif_m');
var mbif_m = o.options[ o.selectedIndex ].value;
o = document.getElementById('mbif_d');
var mbif_d = o.options[ o.selectedIndex ].value;
o = document.getElementById('mbit_y');
var mbit_y = o.options[ o.selectedIndex ].value;
o = document.getElementById('mbit_m');
var mbit_m = o.options[ o.selectedIndex ].value;
o = document.getElementById('mbit_d');
var mbit_d = o.options[ o.selectedIndex ].value;
document.forms['form_search'].mbif.value = mbif_y + mbif_m + mbif_d;
document.forms['form_search'].mbit.value = mbit_y + mbit_m + mbit_d;
run_submit('form_search', 'search');
}
// -->
</script>
</head>
<body>
<!-- Header -->
<div id="header">
<div class="shell">
<!-- Logo + Top Nav -->
<?php tcom_header_logo_nav($gc) ?>
<!-- End Logo + Top Nav -->
<!-- Main Nav -->
<?php tcom_header_main_nav2($gc, 2) ?>
<!-- End Main Nav -->
</div>
</div>
<!-- End Header -->
<!-- Container -->
<div id="container">
<div class="shell">
<!-- Small Nav -->
<div class="small-nav">
<a href="tesuryo_l.php">手数料管理</a>
<span>></span>
手数料一覧
</div>
<!-- End Small Nav -->
<!-- Main -->
<div id="main">
<div class="cl"> </div>
<!-- Content -->
<div id="content">
<!-- Box -->
<div class="box">
<!-- Form -->
<div class="form">
示例6: out_html
//.........这里部分代码省略.........
}
function unload_page(){
submit_flg = false;
}
window.onunload = unload_page;
function search_run(){
var o;
o = document.getElementById('mbif_y');
var mbif_y = o.options[ o.selectedIndex ].value;
o = document.getElementById('mbif_m');
var mbif_m = o.options[ o.selectedIndex ].value;
o = document.getElementById('mbif_d');
var mbif_d = o.options[ o.selectedIndex ].value;
o = document.getElementById('mbit_y');
var mbit_y = o.options[ o.selectedIndex ].value;
o = document.getElementById('mbit_m');
var mbit_m = o.options[ o.selectedIndex ].value;
o = document.getElementById('mbit_d');
var mbit_d = o.options[ o.selectedIndex ].value;
document.forms['form_search'].mbif.value = mbif_y + mbif_m + mbif_d;
document.forms['form_search'].mbit.value = mbit_y + mbit_m + mbit_d;
run_submit('form_search', 'search');
}
// -->
</script>
</head>
<body>
<!-- Header -->
<div id="header">
<div class="shell">
<!-- Logo + Top Nav -->
<?php tcom_header_logo_nav($gc) ?>
<!-- End Logo + Top Nav -->
<!-- Main Nav -->
<?php tcom_header_main_nav2($gc, 2) ?>
<!-- End Main Nav -->
</div>
</div>
<!-- End Header -->
<!-- Container -->
<div id="container">
<div class="shell">
<!-- Small Nav -->
<div class="small-nav">
<a href="tesuryo_l.php">手数料管理</a>
<span>></span>
手数料一覧
</div>
<!-- End Small Nav -->
<!-- Main -->
<div id="main">
<div class="cl"> </div>
<!-- Content -->
<div id="content">
<!-- Box -->
<div class="box">
<!-- Form -->
<div class="form">
示例7: out_html
function out_html($gc) {
if($gc->form_mode == "confirm"){
if($gc->act == "i"){
$gc->mode_title = "[追加・確認]";
}else{
$gc->mode_title = "[編集・確認]";
}
}elseif($gc->form_mode == "message"){
if($gc->acerr == 1){ $gc->mode_title = "[エラー]";}
else{ $gc->mode_title = "[完了]";}
}else{
if($gc->act == "i"){
$gc->mode_title = "[追加]";
}else{
$gc->mode_title = "[編集]";
}
}
?>
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf-8" />
<title>ユーザー<?php echo f_hsc($gc->mode_title)?></title>
<!-- *** stylesheet *** -->
<link href="css/style.css" rel="stylesheet" type="text/css" media="all" />
<!-- *** javascript *** -->
<script language="JavaScript">
<!--
var submit_flg = false;
function run_submit(fname, mode) {
document.forms[fname].mode.value = mode;
if(submit_flg==false){
//ボタン2度押し対応
submit_flg = true;
document.forms[fname].submit();
}
}
function unload_page(){
submit_flg = false;
}
window.onunload = unload_page;
// -->
</script>
</head>
<body>
<!-- Header -->
<div id="header">
<div class="shell">
<!-- Logo + Top Nav -->
<?php tcom_header_logo_nav($gc) ?>
<!-- End Logo + Top Nav -->
<!-- Main Nav -->
<?php tcom_header_main_nav2($gc, 3) ?>
<!-- End Main Nav -->
</div>
</div>
<!-- End Header -->
<!-- Container -->
<div id="container">
<div class="shell">
<!-- Small Nav -->
<div class="small-nav">
<a href="user_l.php">ユーザー管理</a>
<span>></span>
<a href="user_l.php">ユーザー一覧</a>
<span>></span>
ユーザー<?php echo f_hsc($gc->mode_title)?>
</div>
<!-- End Small Nav -->
<!-- Main -->
<div id="main">
<div class="cl"> </div>
<!-- Content -->
<div id="content">
<?php
if($gc->mode2=="p"){
if($gc->form_mode=="confirm"){
?>
<form name="form_data" action="user_e.php" method="POST" onsubmit="return false">
<input name="mode2" type="hidden" value="p">
<input name="mode" type="hidden" value="">
<input name="user_no" type="hidden" value="<?php echo f_hsc($gc->user_no)?>">
<input name="act" type="hidden" value="<?php echo $gc->act?>">
<input name="token" type="hidden" value="<?php echo f_hsc($gc->token)?>">
<input name="password" type="hidden" value="<?php echo f_hsc($gc->password)?>">
</form>
<!-- Message OK -->
<div class="msg msg-ok">
//.........这里部分代码省略.........
示例8: out_html
//.........这里部分代码省略.........
var query = "time=" + timestamp;
query += "&mode=shikucyouson";
query += "&" + order;
$.ajax({
type: "POST",
url: "set_area.php",
dataType: "text",
data: query,
cache: false,
async: false,
complete: function(XMLHttpRequest, textStatus){
if(textStatus=="success"){
if(XMLHttpRequest.responseText != "OK"){
alert("ソート処理に失敗しました。");
}
}else{
alert("通信エラーが発生しました。");
}
}
});
}
</script>
</head>
<body>
<!-- Header -->
<div id="header">
<div class="shell">
<!-- Logo + Top Nav -->
<?php tcom_header_logo_nav($gc) ?>
<!-- End Logo + Top Nav -->
<!-- Main Nav -->
<?php tcom_header_main_nav($gc, 3) ?>
<!-- End Main Nav -->
</div>
</div>
<!-- End Header -->
<!-- Container -->
<div id="container">
<div class="shell">
<!-- Small Nav -->
<div class="small-nav">
<a href="area_r.php">エリア管理</a>
<span>></span>
<a href="area_r.php">対応エリア</a>
<span>></span>
地域ランク編集
</div>
<!-- End Small Nav -->
<!-- Main -->
<div id="main">
<div class="cl"> </div>
<!-- Content -->
<div id="content">
<!-- Box -->
<div class="box">
示例9: out_html
function out_html($gc) {
?>
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf-8" />
<title><?php echo $gc->title_text ?></title>
<!-- *** stylesheet *** -->
<link href="css/style.css" rel="stylesheet" type="text/css" media="all" />
<!-- *** javascript *** -->
<script language="JavaScript">
<!--
var submit_flg = false;
function run_submit(fname, mode) {
document.forms[fname].mode.value = mode;
if(submit_flg==false){
//ボタン2度押し対応
submit_flg = true;
document.forms[fname].submit();
}
}
function unload_page(){
submit_flg = false;
}
window.onunload = unload_page;
// -->
</script>
</head>
<body>
<!-- Header -->
<div id="header">
<div class="shell">
<!-- Logo + Top Nav -->
<?php tcom_header_logo_nav($gc) ?>
<!-- End Logo + Top Nav -->
<!-- Main Nav -->
<?php tcom_header_main_nav($gc, 6) ?>
<!-- End Main Nav -->
</div>
</div>
<!-- End Header -->
<!-- Container -->
<div id="container">
<div class="shell">
<!-- Small Nav -->
<div class="small-nav">
<a href="company_l.php">提携会社管理</a>
<span>></span>
<a href="company_l.php">提携会社一覧</a>
<span>></span>
<?php
if($gc->company_no > 0){
?>
<a href="company_r.php?company_no=<?php echo $gc->company_no ?>">詳細</a>
<span>></span>
<a href="company_area_e.php?mode=edit&company_no=<?php echo $gc->company_no ?>">対応エリア編集</a>
<span>></span>
<?php
}
?>
<?php echo $gc->title_text ?>
</div>
<!-- End Small Nav -->
<!-- Main -->
<div id="main">
<div class="cl"> </div>
<!-- Content -->
<div id="content">
<?php
if($gc->form_mode=="message"){
?>
<!-- Message OK -->
<div class="msg msg-ok">
<p><strong> <?php echo f_hsc($gc->message) ?></strong></p>
</div>
<!-- End Message OK -->
<?php
if($gc->company_no > 0){
echo "<div class=\"ac\"><a href=\"company_area_e.php?mode=edit&company_no=".$gc->company_no."\">対応エリア編集へ</a></div>";
}else{
echo "<div class=\"ac\"><a href=\"company_l.php\">提携会社一覧へ</a></div>";
}
}else{
for ($i=0; $i<$gc->msg->count; $i++) {
//.........这里部分代码省略.........
示例10: out_html
//.........这里部分代码省略.........
<script type="text/javascript" src="js/listpage.js" charset="utf-8"></script>
<script src="js/jquery-1.8.3.js"></script>
<script src="js/jquery-ui-1.9.2.custom.min.js"></script>
<script language="JavaScript">
<!--
var submit_flg = false;
function run_submit(fname, mode) {
document.forms[fname].mode.value = mode;
if(submit_flg==false){
//ボタン2度押し対応
submit_flg = true;
document.forms[fname].submit();
}
}
function unload_page(){
submit_flg = false;
}
window.onunload = unload_page;
$(function() {
$("input").focus( function () { this.blur(); } );
$('input[name="company_kbn"]:radio').change( function() {
run_submit("form_search", "search");
});
});
// -->
</script>
</head>
<body>
<!-- Header -->
<div id="header">
<div class="shell">
<!-- Logo + Top Nav -->
<?php tcom_header_logo_nav($gc) ?>
<!-- End Logo + Top Nav -->
<!-- Main Nav -->
<?php tcom_header_main_nav($gc, 2) ?>
<!-- End Main Nav -->
</div>
</div>
<!-- End Header -->
<!-- Container -->
<div id="container">
<div class="shell">
<!-- Small Nav -->
<div class="small-nav">
<a href="company_l.php">提携会社管理</a>
<span>></span>
提携会社一覧
</div>
<!-- End Small Nav -->
<!-- Main -->
<div id="main">
<div class="cl"> </div>
<!-- Content -->
<div id="content">
<!-- Box -->
<div class="box">
<!-- Form -->
<!-- <div class="form">
示例11: out_html
function out_html($gc) {
?>
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf-8" />
<title>郵便番号設定</title>
<!-- *** stylesheet *** -->
<link href="css/style.css" rel="stylesheet" type="text/css" media="all" />
</head>
<body>
<!-- Header -->
<div id="header">
<div class="shell">
<!-- Logo + Top Nav -->
<?php tcom_header_logo_nav($gc) ?>
<!-- End Logo + Top Nav -->
<!-- Main Nav -->
<?php tcom_header_main_nav2($gc, 0) ?>
<!-- End Main Nav -->
</div>
</div>
<!-- End Header -->
<!-- Container -->
<div id="container">
<div class="shell">
<!-- Small Nav -->
<div class="small-nav">
郵便番号設定
</div>
<!-- End Small Nav -->
<!-- Main -->
<div id="main">
<div class="cl"> </div>
<!-- Content -->
<div id="content">
<!-- Box -->
<div class="box">
<!-- Box Head -->
<div class="box-head">
<h2 class="left"><b>郵便番号設定</b></h2>
<div class="right">
</div>
</div>
<!-- End Box Head -->
<div class="ac" style="padding:20px;">
<?php db_entry($gc) ?> 件登録しました。
</div>
</div>
<!-- End Box -->
<div class="cl"> </div>
</div>
<!-- End Content -->
<div class="cl"> </div>
</div>
<!-- Main -->
</div>
</div>
<!-- End Container -->
<!-- Footer -->
<?php tcom_footer($gc) ?>
<!-- End Footer -->
</body>
</html>
<?php
}
示例12: out_html
function out_html($gc) {
?>
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf-8" />
<title>都道府県ソート</title>
<!-- *** stylesheet *** -->
<link href="css/style.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/custom/jquery-ui-1.9.2.custom.css" rel="stylesheet">
<style>
/* IEでソートするときの対応 */
.group { zoom: 1 }
</style>
<!-- *** javascript *** -->
<script src="js/jquery-1.8.3.js"></script>
<script src="js/jquery-ui-1.9.2.custom.min.js"></script>
<script type="text/javascript">
$(function() {
var elList = $("#sortable");
elList.sortable({
items:".sort-item",
axis: "y",
handle: ".handle",
scroll: true,
distance: 7,
update: function(event, ui) {
var order = elList.sortable("serialize");
set_area(order);
}
});
});
function set_area(order){
var date = new Date();
var timestamp = date.getTime();
var query = "time=" + timestamp;
query += "&mode=todoufuken";
query += "&" + order;
$.ajax({
type: "POST",
url: "set_area.php",
dataType: "text",
data: query,
cache: false,
async: false,
complete: function(XMLHttpRequest, textStatus){
if(textStatus=="success"){
if(XMLHttpRequest.responseText != "OK"){
alert("ソート処理に失敗しました。");
}
}else{
alert("通信エラーが発生しました。");
}
}
});
}
</script>
</head>
<body>
<!-- Header -->
<div id="header">
<div class="shell">
<!-- Logo + Top Nav -->
<?php tcom_header_logo_nav($gc) ?>
<!-- End Logo + Top Nav -->
<!-- Main Nav -->
<?php tcom_header_main_nav($gc, 3) ?>
<!-- End Main Nav -->
</div>
</div>
<!-- End Header -->
<!-- Container -->
<div id="container">
<div class="shell">
<!-- Small Nav -->
<div class="small-nav">
<a href="area_r.php">エリア管理</a>
<span>></span>
<a href="area_r.php">対応エリア</a>
<span>></span>
<a href="area_l.php">地域ランク編集</a>
<span>></span>
都道府県ソート
</div>
<!-- End Small Nav -->
<!-- Main -->
<div id="main">
<div class="cl"> </div>
<!-- Content -->
<div id="content">
//.........这里部分代码省略.........
示例13: out_html
//.........这里部分代码省略.........
query += "&company_no=" + edit_cno;
query += "&flg=" + edit_flg;
$.ajax({
type: "POST",
url: "ajx_item.php",
dataType: "text",
data: query,
cache: false,
async: false,
complete: function(XMLHttpRequest, textStatus){
if(textStatus=="success"){
if(XMLHttpRequest.responseText != "OK"){
alert("更新処理に失敗しました。");
}else{
location.reload();
}
}else{
alert("通信エラーが発生しました。");
}
}
});
}
</script>
</head>
<body>
<!-- Header -->
<div id="header">
<div class="shell">
<!-- Logo + Top Nav -->
<?php tcom_header_logo_nav($gc) ?>
<!-- End Logo + Top Nav -->
<!-- Main Nav -->
<?php tcom_header_main_nav2($gc, ($gc->referrer=="tesuryo_d"?5:1)) ?>
<!-- End Main Nav -->
</div>
</div>
<!-- End Header -->
<!-- Container -->
<div id="container">
<div class="shell">
<?php if($gc->referrer=="tesuryo_d"){ ?>
<!-- Small Nav -->
<div class="small-nav">
<a href="tesuryo_d.php">手数料管理</a>
<span>></span>
<a href="tesuryo_d.php?company_no=<?php echo $gc->company_no ?>&mbif=<?php echo $gc->mbif ?>&mbit=<?php echo $gc->mbit ?>">手数料一覧</a>
<span>></span>
詳細
</div>
<!-- End Small Nav -->
<?php }else{ ?>
<!-- Small Nav -->
<div class="small-nav">
<a href="item_l.php">案件管理</a>
<span>></span>
<a href="item_l.php">申込み/対応状況</a>
<span>></span>
詳細
</div>
<!-- End Small Nav -->
示例14: out_html
function out_html($gc) {
?>
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf-8" />
<title>請求書ダウンロード</title>
<!-- *** stylesheet *** -->
<link href="css/style.css" rel="stylesheet" type="text/css" media="all" />
</head>
<body>
<!-- Header -->
<div id="header">
<div class="shell">
<!-- Logo + Top Nav -->
<?php tcom_header_logo_nav($gc) ?>
<!-- End Logo + Top Nav -->
<!-- Main Nav -->
<?php tcom_header_main_nav($gc, 5) ?>
<!-- End Main Nav -->
</div>
</div>
<!-- End Header -->
<!-- Container -->
<div id="container">
<div class="shell">
<!-- Small Nav -->
<div class="small-nav">
<a href="tesuryo_l.php">手数料管理</a>
<span>></span>
<a href="tesuryo_l.php">手数料一覧</a>
<span>></span>
請求書ダウンロード
</div>
<!-- End Small Nav -->
<!-- Main -->
<div id="main">
<div class="cl"> </div>
<!-- Content -->
<div id="content">
<!-- Box -->
<div class="box">
<!-- Box Head -->
<div class="box-head">
<h2 class="left"><b>請求書ダウンロード</b></h2>
<div class="right">
</div>
</div>
<!-- End Box Head -->
<div class="ac" style="padding:20px;">
ダウンロードに失敗しました。
</div>
<!-- Form Buttons -->
<div class="buttons">
<div class="ac">
<button type="button" class="button color green" onclick="history.back();">戻る</button>
</div>
</div>
<!-- End Form Buttons -->
</div>
<!-- End Box -->
<div class="cl"> </div>
</div>
<!-- End Content -->
<div class="cl"> </div>
</div>
<!-- Main -->
</div>
</div>
<!-- End Container -->
<!-- Footer -->
<?php tcom_footer($gc) ?>
<!-- End Footer -->
</body>
</html>
<?php
}
示例15: out_html
//.........这里部分代码省略.........
submit_flg = false;
}
function light_check(){
if($('#light_flg').prop('checked')){
$('#kingaku_light').attr('disabled', false);
$("#kingaku_light").css('backgroundColor', '');
}else{
$('#kingaku_light').attr('disabled', 'disabled');
$("#kingaku_light").css('backgroundColor', '#F2F2F2');
}
}
function copy_add(){
$("#sk_zip1").val($("#zip1").val());
$("#sk_zip2").val($("#zip2").val());
$("#sk_todoufuken_no").val($("#todoufuken_no").val());
$("#sk_add1").val($("#add1").val());
$("#sk_add2").val($("#add2").val());
}
window.onunload = unload_page;
// -->
</script>
</head>
<body>
<!-- Header -->
<div id="header">
<div class="shell">
<!-- Logo + Top Nav -->
<?php tcom_header_logo_nav($gc) ?>
<!-- End Logo + Top Nav -->
<!-- Main Nav -->
<?php tcom_header_main_nav($gc, 2) ?>
<!-- End Main Nav -->
</div>
</div>
<!-- End Header -->
<!-- Container -->
<div id="container">
<div class="shell">
<!-- Small Nav -->
<div class="small-nav">
<a href="company_l.php">提携会社管理</a>
<span>></span>
<a href="company_l.php">提携会社一覧</a>
<span>></span>
<a href="company_r.php?company_no=<?php echo $gc->company_no ?>">詳細</a>
<span>></span>
基本情報<?php echo f_hsc($gc->mode_title)?>
</div>
<!-- End Small Nav -->
<!-- Main -->
<div id="main">
<div class="cl"> </div>
<!-- Content -->
<div id="content">
<?php