hjkhghopjkertteerterterterertertrtoirh
bnmbertsurhetertertertertertertertpdf'tdfg
/
srv
/
www
/
virtual
/
wccweb.jp
/
web
/
htdocs
/
longisland20th
/
Upload FileeE
HOME
<?php //---------------------------------------------------------------------- // ログイン認証 ここから(ログイン認証が必要なページの上部にここをコピペすれば、ログイン認証が必要なページになります。必ずdoctype宣言の上に記述してください) //---------------------------------------------------------------------- include_once("include/config.php");//(必要に応じてパスは適宜変更下さい) session_name('PHP_LOGIN_SYSTEM'); session_cache_limiter('none'); session_start(); authUser($userid,$password); //---------------------------------------------------------------------- // ログイン認証 ここまで //---------------------------------------------------------------------- ?> <!doctype html> <html> <head> <meta charset="UTF-8"> <title>ロングアイランド 20thアニバーサリーキャンペーン|ご購入者ノベルティー申請</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="format-detection" content="telephone=no"> <meta name="keywords" content=""> <meta name="description" content=""> <!-- <link rel="shortcut icon" href="assets/img/favicon.ico"/> <link rel="apple-touch-icon-precomposed" sizes="72x72" href="assets/img/touch-icon-ipad.jpg"> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="assets/img/touch-icon-iphone.jpg"> --> <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"> <!--スマホとタブレットでviewportを切替え--> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script> $(function(){ // setViewport spView = 'width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=0'; tbView = 'width=1000px,maximum-scale=2.0,user-scalable=1'; if(navigator.userAgent.indexOf('iPhone') > 0 || navigator.userAgent.indexOf('iPod') > 0 || (navigator.userAgent.indexOf('Android') > 0 && navigator.userAgent.indexOf('Mobile') > 0)){ $('head').prepend('<meta name="viewport" content="' + spView + '" id="viewport">'); } else if(navigator.userAgent.indexOf('iPad') > 0 || (navigator.userAgent.indexOf('Android') > 0 && navigator.userAgent.indexOf('Mobile') == -1) || navigator.userAgent.indexOf('A1_07') > 0 || navigator.userAgent.indexOf('SC-01C') > 0){ $('head').prepend('<meta name="viewport" content="' + tbView + '" id="viewport">'); } }); </script> </head> <body> <header> <h1><img src="assets/img/logo.png" alt="FRANCK MULLER GENEVE"/></h1> </header> <main> <article id="application"> <h2>ロングアイランド</h2> <h3>20thアニバーサリーキャンペーン</h3> <h4>ご購入者ノベルティー申請 完了ページ</h4> <p align="center">送信が完了しました。<br>ご登録いただきましたメールアドレスにお申込み内容の確認メールを送信していますので必ずご確認をお願いいたします。<br>確認メールが届かない場合はご購入店舗までお問い合わせをお願いします。</p> <div> <a class="back" href="pp.php">< 個人情報取り扱いページへ戻る</a> <a class="back" href="./">< トップページへ戻る</a> </div> </article> </main> <footer> <small>©ワールド通商株式会社 WORLD COMMERCE CORPORATION</small> </footer> <a href="#" id="page-top"><i class="fa fa-angle-up"></i></a> <!--スクロールでトップへ--> <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> <!--フォーム--> <!--<script src="https://www.wccweb.jp/longisland20th/assets/js/contact.js"></script> --> <script src="https://ajaxzip3.github.io/ajaxzip3.js" charset="UTF-8"></script> <!-- ▼FORM Validate▼ --> <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>