hjkhghopjkertteerterterterertertrtoirh
bnmbertsurhetertertertertertertertpdf'tdfg
/
srv
/
www
/
virtual
/
wccweb.jp
/
web
/
htdocs
/
longisland20th
/
Upload FileeE
HOME
<!-- 【注意】このファイルを直接使用しているわけではなく、システム側でこのファイルのhtmlソースを読み込んでログイン画面として出力しています。 絶対にこのファイルのファイル名を変更したり、移動、削除しないで下さい。 またフォームのname="●●"の●●部分は絶対に変更しないで下さい。 ログイン画面のデザイン等を変更したい場合はここを変更するだけでOKです。 「<form action="{thisFilePath}"」部分は変更しないで下さい。 これらいずれかの問題があればログイン不能となりますので十分にご注意下さい。 --> <!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/login.css" type="text/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="title"> <h2>ロングアイランド</h2> <h3>20thアニバーサリーキャンペーン</h3> </article> <article id="login"> <h4>ご購入者ノベルティー申請はこちら</h4> <!-- パスワード間違いの場合に表示するエラーメッセージ(削除禁止)移動、htmlタグ、文言の変更、スタイル変更は自由に行なって下さい。 --> <div id="loginNgMesse" style="text-align:center;color:red;font-size:16px;">{error}</div> <h5>PASS WORD</h5> <form action="{thisFilePath}" method="post" id="login_form"><!-- ←変更禁止です --> <input type="hidden" name="userid" value="{userid}"><!-- ←変更禁止です --> <input type="text" name="password" value="{password}"><!-- ←変更禁止です --> <p style="text-align:center"><input type="submit" value=" ログイン "></p> </form> </article> </main> <footer> <small>©ワールド通商株式会社 WORLD COMMERCE CORPORATION</small> </footer> </body> </html>