Advertisement
Guest User

Untitled

a guest
Dec 6th, 2012
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 3.56 KB | None | 0 0
  1. <?php
  2.     include_once "fbmain.php";
  3. ?>
  4. <!DOCTYPE html>
  5. <html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://www.facebook.com/2008/fbml">
  6.     <head>
  7.         <link rel="stylesheet" type="text/css" href="style1.css" media="screen" />
  8.         <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
  9.         <title> A Drawing Contest| trackchair-drawing-contest.com</title>
  10. <script src="controls.js">
  11. <script type="text/javascript" src="http://code.jquery.com/jquery-1.6.2.min.js"></script>
  12. <script src="controls.js">    </head>
  13. <body>
  14.    
  15. <div class="content">
  16.     <div id="top">
  17.                 <div id="icons">
  18.                     <a href="/index.html" title="Home page"><img src="images/home.gif" alt="Home" /></a>
  19.                     <a href="/contact/" title="Contact us"><img src="images/contact.gif" alt="Contact" /></a>
  20.                 </div>
  21.                 <h1>Trackchair-Drawing-Contest.com</h1>
  22.                 <h2>you could win!</h2>
  23.     </div>
  24.     <!-- end of the Top part -->
  25. </div>         
  26.  
  27. <div id="prec"><!--end preview content-->
  28.  
  29. <div class="content">
  30.     <div id="ad">  
  31.     <div id="main">
  32.         <div id="right_side">
  33.             <h3>About</h3> 
  34.             <p><a href="http://www.links4se.com" title="SEO friendly directory">Links4se.com</a> is a seo-friendly and human-edited general directory. Featured links need to be paid only $4.95 for unlimited time and regular links only $1.95!</p>          
  35.             <h3>Links</h3>
  36.             <ul>   
  37.                             <li><a href="#" title="#">Action Trackchair</a></li>
  38.                             <li><a href="#" title="#">Simplixity Networks</a></li>
  39.                             <li><a href="#" title="#">Montana Explored</a></li>
  40.                             <li><a href="#" title="#">Action Sports</a></li>
  41.             </ul>
  42.         </div>
  43.        
  44.     <div id="left_side">
  45.         <div style="display:none;" id="left_side_step1"><h3><span>Step 1</span></h3>   
  46.                     <p><h2>Share With Your Friends</h2></p>
  47.                 <div id="invite">
  48.                         <div>
  49.         <form name="" action="<?=$fbconfig['baseurl']?>" method="post">
  50.              <label for="tt">Share This Contest</label>
  51.                   <br />
  52.                     <textarea id="tt" name="tt" cols="50" rows="5">I entered to win a Free Action Trackchair Hoodie! You could win too! Enter Before its to late! http://www.Trackchair-drawing-contest.com</textarea>
  53.                   <br />
  54.              <input type="submit" value="Update My Status"/>
  55.         </form>
  56.         <?php if (isset($statusUpdate)) { ?>
  57.             <br />
  58.             <strong style="color: red">Status Updated Successfully! Status id is <?=$statusUpdate['id']?></strong>
  59.          <?php } ?>
  60.         <!-- <a href="#" onClick="showStep('left_side_step2');return false;">Continue</a><br><br>-->
  61.                     </div>
  62.                 </div>
  63.         </div>      <!--end of step1 div -->
  64.         <div id="left_side_step2" style="display:none;"><h3><span>Step 2</span></h3>
  65.              
  66. // Prepare the invitation text that all invited users will receive.            
  67.                    <a href="#" onClick="showStep('left_side_step3');return false;">Continue</a><br><br>
  68.         </div><!--end of step2 div --> 
  69.         <div id="left_side_step3" style="display:none;"><h3><span>Step 3</span></h3>  
  70.                     <a href="#" onClick="showStep('left_side_step4');return false;">Confirm Information</a><br><br>
  71.          </div><!--end of step3 div -->
  72.          <div id="left_side_step4" style="display:none;"><h3><span>Step 4</span></h3>
  73.                     <h4>Finalize your Entry</h4>
  74.                     <a href="#" onClick="showStep('left_side_step5');return false;"></a><br>
  75.          </div><!--end of step4 div -->
  76.          <div id="left_side_step" style="display:none;"><h3><span>Step 5</span>TADA!</h3>  
  77.                     <p>complete! you are successful</p>
  78.          </div><!--end of step5 div --></div>
  79.     </div></div>
  80.     <div id="footer"></div>
  81.  
  82. </body>
  83.  
  84. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement