Advertisement
Guest User

Untitled

a guest
Jul 10th, 2017
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 5.01 KB | None | 0 0
  1. <?php
  2. //Include Header
  3. include("./duo_parts/duo_header.php");
  4. //Main Index Content.
  5. echo'
  6.   <div id="banner">
  7.         <div class="left">
  8.             <div class="anythingSlider">
  9.          <div class="wrapper">
  10.            <ul>
  11.               <li><a href="#"><img src="./images/banner2.jpg" alt="" /></a></li>
  12.               <li><a href="#"><img src="./images/banner1.jpg" alt="" /></a></li>
  13.               <li><a href="#"><img src="./images/banner3.jpg" alt="" /></a></li>
  14.            </ul>        
  15.          </div>
  16.        </div>
  17.        </div>    
  18.        <div class="right_accordion">';
  19.         if($isUser){
  20.                 echo 'Welcome: ' . $_SESSION['user'];
  21.         }else{
  22.                 echo'
  23.                     <div class="glossymenu">
  24.                <a class="menuitem submenuheader" href="#" > </a>
  25.                    <div class="loginbox">
  26.                         <form action="duo_parts/duo_login.php" method="post">
  27.                         <ul class="loginform">
  28.                             <li class="txt">Username:</li>
  29.                            <li class="inputfield"><input name="User" type="text" class="bar" /></li>
  30.                        </ul>
  31.                        <ul class="loginform">
  32.                             <li class="txt">Password:</li>
  33.                            <li class="inputfield"><input name="Key" type="password" class="bar" /></li>
  34.                        </ul>
  35.                        <ul class="loginform">
  36.                             <li class="formlinks">
  37.                                 <a href="#">Forgot Password? - (Coming Soon)</a><br />
  38.                                <a href="#">Join Us - (Coming Soon)</a><br />
  39.                                 <a href="#">';
  40.                                 echo $ShowError;
  41.                                 echo '</a>
  42.                            </li>
  43.                            <li class="submission"><input type="submit" value=" Login "/></li>
  44.                        </ul>
  45.                    </div>
  46.                     </form>
  47.            </div>';
  48.         }
  49.         echo'
  50.        </div>
  51.    </div>
  52.    <div class="clear"></div>
  53.  <div class="rotating_news">
  54.     <div id="slider2" class="sliderwrapper">
  55.         <div class="contentdiv">
  56.             <p>
  57.                 Your not alone in the dark anymore, welcome to Blue Line Support, a support site your way by people like you.
  58.            </p>
  59.        </div>
  60.        <div class="contentdiv">
  61.            <p>
  62.                 The first step to the rest of your life starts with the most simplist thoughts, and that is hope.
  63.            </p>
  64.        </div>
  65.        <div class="contentdiv">
  66.             <p>
  67.                Depression, Selfharm, Suicidle feelings, panic attacts & other feelins like this, or just feel alown in the world? welcome.
  68.            </p>
  69.        </div>
  70.    </div>
  71.    <div id="paginate-slider2" class="pagination">
  72.         <a href="#" class="prev" style="margin-left: 10px"><</a>
  73.        <a href="#" class="next">></a>
  74.    </div>
  75.  </div>
  76.  <script type="text/javascript" src="./js/cont_slide.js"></script>
  77.  <div id="content_sec">
  78.     <div class="upcoming_events">
  79.         <h4 class="heading colr">Site News</h4>
  80.        <ul>';
  81.         echo BLS_News(3);
  82.         echo'
  83.        </ul>
  84.    </div>
  85.    <div class="location">
  86.         <h4 class="heading colr">Members and Support.</h4>
  87.        <ul>
  88.             <li>
  89.                 <!--p class="bold colr">MESA</p-->
  90.                <p>
  91.                 This section is for people that want to be part of this<br />
  92.                 site and help there selfs and others to be come stronger<br />
  93.                 at coping with the day to day stress, we have one thing that<br />
  94.                 no one is able to take way from us and that is hope and if we<br />
  95.                 share is hope and become a strong unit we will be able to<br />
  96.                 overcome or atlest feel little better.
  97.                </p>
  98.            </li>
  99.            <!--li>
  100.                 <p class="bold colr">Location:</p>
  101.                <p>
  102.                     655 E. University Drive Mesa,<br />
  103.                     Arizona 85203
  104.                </p>
  105.            </li-->
  106.        </ul>
  107.    </div>
  108.    <div class="gallery">
  109.         <h4 class="heading colr"><img src="./images/users.png"> Newist Members</h4>
  110.        <div class="gal_sec">';
  111.         echo ShowNewMembers(12);
  112.         echo'</div>
  113.    </div>
  114.    <div class="clear"></div>
  115.    <div class="programe">
  116.         <div class="progs left">
  117.             <h3 class="colr"><img src="./images/users.png"> Members</h3>
  118.            <div class="prog1 left">
  119.                 <h4>Members</h4>
  120.                <p>
  121.                     Here you can become, view and help Members                </p>
  122.            </div>
  123.        </div>
  124.         <div class="progs right">
  125.             <a href="/blog">
  126.                 <h3 class="colr"><img src="./images/blog.png"> Founders Blog</h3>
  127.                 <div class="prog2 right">
  128.                     <h4><a href="/blog">Rexzooly\'s Blog</a></h4>
  129.                     <p>
  130.                         I started this site to help others but to also help me I will post a blog on my own progress. &nbsp;&nbsp;&nbsp;&nbsp; [Read Blog] </p>
  131.                 </div>
  132.             </a>
  133.        </div>
  134.    </div>
  135.     <br />
  136.     <br />
  137.     <br />
  138.    <div class="clear"></div>
  139.  </div>
  140.  <div class="clear"></div>
  141. </div>
  142. <div class="clear"></div>';
  143. include($DuoRoot . "footer.php");
  144. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement