hjkhghopjkertteerterterterertertrtoirh
bnmbertsurhetertertertertertertertpdf'tdfg
/
srv
/
www
/
virtual
/
wccweb.jp
/
web
/
htdocs
/
fm30th
/
Upload FileeE
HOME
<?php //---------------------------------------------------------------------- // ログイン認証 ここから(ログイン認証が必要なページの上部にここをコピペすれば、ログイン認証が必要なページになります。必ずdoctype宣言の上に記述してください) //---------------------------------------------------------------------- include_once("include/config.php");//(必要に応じてパスは適宜変更下さい) session_name('PHP_LOGIN_SYSTEM210525'); session_start(); authUser($userid,$password); //---------------------------------------------------------------------- // ログイン認証 ここまで //---------------------------------------------------------------------- ?> <!doctype html> <html> <head> <meta charset="UTF-8"> <title>ご購入者ノベルティー申請 完了|FRANCK MULLER 30th Anniversary Campaign</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="format-detection" content="telephone=no"> <meta name="description" content="フランク ミュラー 30th アニバーサリー キャンペーンのご申請完了ページです。ご入力内容を確認メールで送信しています。"> <!--ブックマークアイコン--> <link REL="SHORTCUT ICON" href="favicon.ico"/> <link rel="apple-touch-icon" sizes="72x72" href="touch-icon-ipad.png"> <link rel="apple-touch-icon" sizes="114x114" href="touch-icon-iphone4.png"> <!--css--> <link rel="stylesheet" href="assets/css/2nd.css" type="text/css"/> <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css"> </head> <body> <header> <h1><img src="assets/img/logo.jpg" alt="FRANCK MULLER GENEVE"/></h1> </header> <main id="thanks"> <h2>フランク ミュラー 30<sup class="th_style">th</sup> アニバーサリー キャンペーン</h2> <h3>ご購入者ノベルティー申請<span>完了</span></h3> <p>送信が完了しました。</p> <a href="./"><i class="fa fa-angle-double-left"></i>トップページへ戻る</a> </main> <footer> <small>©ワールド通商株式会社 WORLD COMMERCE CORPORATION</small> </footer> <!--jquery--> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> <!--スクロールでトップへ--> <script> $(function() { var topBtn = $('#page-top'); topBtn.hide(); //スクロールが100に達したらボタン表示 $(window).scroll(function () { if ($(this).scrollTop() > 100) { topBtn.fadeIn(); } else { topBtn.fadeOut(); } }); //スクロールしてトップ topBtn.click(function () { $('body,html').animate({ scrollTop: 0 }, 500); return false; }); }); </script> <!-- ▼FORM Validate▼ --> <script src="https://ajaxzip3.github.io/ajaxzip3.js" charset="UTF-8"></script> <style type="text/css"> /*必須エラーメッセージ*/ div.error{ font-size:13px; color:#F00; padding:2px 18px; margin:0; line-height:150%; background:url(js/images/error.gif) no-repeat 0px 5px; } </style> <script type="text/javascript" src="js/validate.js"></script> <script type="text/javascript" src="js/form.js"></script> <!-- ▲FORM Validate▲ --> </body> </html>