Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html lang="en">
- <head>
- <title>JFB Systems - Online Store - Home</title>
- <style type="text/css">
- <!--
- body {margin: 0px; padding: 0px;}
- a:link {color: #000000;}
- a:visited {color: #000000;}
- a:hover {color: #ffffff;}
- a:active {color: #000000;}
- a:link {text-decoration:none;}
- .Body-title-P
- {
- margin:0.0px 0.0px 0.0px 0.0px; text-align:left; font-weight:400;
- }
- .Body-title-T
- {
- font-family:"Arial", sans-serif; font-size:21.0px; line-height:1.19em;
- }
- .Body-copy-P
- {
- margin:0.0px 0.0px 0.0px 0.0px; text-align:center; font-weight:400;
- }
- .Body-copy-T
- {
- font-family:"Arial", sans-serif; font-size:11.0px; line-height:1.27em; position:absolute; left:122px; top:777px; width:656px; height:23px;
- }
- .Body-text-P
- {
- margin:0.0px 0.0px 0.0px 0.0px; text-align:center; font-weight:400;
- }
- .Body-text-T
- {
- font-family:"Arial", sans-serif; font-size:13.0px; line-height:1.27em; color:red; position:absolute; top:139; left:478; z-index:1; width:300; text-align:left;
- }
- .Body-text2-T
- {
- font-family:"Arial", sans-serif; font-size:13.0px; line-height:1.27em; position:fixed; top:139; left:478; z-index:1; width:300; text-align:left;
- }
- .Body-Navlist
- {
- font-family:"Arial", sans-serif; font-size:13.0px; color:black; line-height:1.19em;
- }
- #navlist li
- {
- display: inline; list-style-type: none; padding-right: 20px;
- }
- -->
- </style>
- <script type="text/javascript" src="wpscripts/jspngfix.js"></script>
- <script type="text/javascript"><!--
- var blankSrc = "wpscripts/blank.gif";
- --></script>
- <?php
- include_once ("config.php");
- if(isset($_COOKIE['firstname'])) //if not cookie present, redirect the user
- {
- echo "<p class='Body-text-P'><span class='Body-text2-T'>You are now logged in, <b>".$_COOKIE['firstname']." ".$_COOKIE['lastname']."</b></span</p>";
- } else {
- echo '<p class="Body-text-P"><span class="Body-text-T">You are not logged in at this current time. Please login or register.</span</p>';
- }
- ?>
- <div id="menu" style="position:absolute; left:728px; top:44px; width:530px; height:51px; z-index:1;"><span class="Body-Navlist">
- <ul id="navlist">
- <li id="active">
- <a href="./index.php">Home</a></li>
- <?php
- if (isset($_COOKIE['firstname']) AND (substr($_SERVER['PHP_SELF'], -10) != './logout.php')) {
- echo '<li><a href="./logout.php">Logout</a></li>
- <li><a href="./cpass.php">Change Password</a></li>
- ';
- } else {
- echo '<li><a href="./register.php">Register</a></li>
- <li><a href="./login.php">Login</a></li>
- <li><a href="./fpass.php">Forgot Password</a></li>
- ';
- }
- ?>
- <li><a href="./buy.php">Buy</a></li>
- <li><a href="./sell.php">Sell</a></li>
- <li><a href='./help.php'>Help</a></li>
- </ul>
- </span>
- </div>
- </head>
- <body text="#000000" style="background-color:#ffffff; text-align:center; height:800px;">
- <div style="background-color:transparent;text-align:left;margin-left:auto;margin-right:auto;position:relative;width:900px;height:800px;">
- <div style="position:absolute; left:31px; top:83px; width:841px; height:694px;">
- <img src="wpimages/wp6f2c4b55.png" width="841" height="694" border="0" id="qs_16" name="qs_16" title="" alt="" onload="OnLoadPngFix()"></div>
- <div style="position:absolute; left:32px; top:79px; width:840px; height:4px;">
- <img src="wpimages/wp011a815e.png" width="840" height="4" border="0" id="qs_15" name="qs_15" title="" alt="" onload="OnLoadPngFix()"></div>
- <div style="position:absolute; left:51px; top:76px; width:359px; height:704px;">
- <img src="wpimages/wp8ad5650a.png" width="359" height="704" border="0" id="qs_10" name="qs_10" title="" alt="" onload="OnLoadPngFix()"></div>
- <div id="txt_99" style="position:absolute; left:88px; top:109px; width:284px; height:238px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box; overflow:hidden;">
- <p class="Body-title-P"><span class="Body-title-T">Welcome</span></p>
- <p class="Body-title-P"><span class="Body-title-T"> </span></p>
- <p class="Body-title-P"><span class="Body-title-T"> </span></p>
- </div>
- <p class="Body-copy-P"><span class="Body-copy-T">Copyright © All rights reserved. JFB Systems.</span></p>
- <div style="position:absolute; left:35px; top:1px; width:831px; height:95px;">
- <img src="wpimages/wp618f8c40.png" width="831" height="95" border="0" id="txt_98" name="txt_98" title="" alt="Online store " onload="OnLoadPngFix()"></div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment