Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Advertising

Anonymous
Thursday, October 11th, 2007 at 10:07:24am MDT 

  1.         <div id="menu" class="bg3">
  2.                 <ul>
  3.                         <li class="first"><a href="http://www.dashboardtalk.com" id="menu1" accesskey="1" title="Home" class="link1">Home</a></li>
  4.                         <li><a href="#" id="menu2" accesskey="2" title="Tip Us" class="link1">Tip Us</a></li>
  5.                         <li><a href="http://www.dashboardtalk.com/contact-us" id="menu3" accesskey="3" title="Contact Us" class="link1">Contact Us</a></li>
  6.                         <li><a href="#" id="menu4" accesskey="4" title="Advertise" class="link1">Advertise</a></li>
  7.                 </ul>
  8.         </div>
  9.         <!-- end #menu -->
  10.         <div id="page" class="bg4">
  11.                 <div class="bg5">
  12.                         <div class="bg6" style="padding: 0px 0px 50px 0px;">
  13.                                 <div id="rightbar">
  14.                                         <div id="login">
  15. <?php
  16.   global $user_ID, $user_identity;
  17.   get_currentuserinfo();
  18.   if (!$user_ID):
  19. ?>
  20. <?php
  21. if (is_single())
  22. { ?>
  23. <div class="title bg10">
  24.                                                         <h2 class="text1">Article Information</h2>
  25.                                                 </div>
  26.                                                 <div class="content">
  27. Something
  28.                 </div> <?php } ?>
  29.                                                 <div class="title bg10">
  30.                                                         <h2 class="text1">Community Login</h2>
  31.                                                 </div>
  32.                                                 <div class="content">
  33.                                                         <form name="loginform" id="loginform" action="<?php echo get_settings('siteurl'); ?>/wp-login.php" method="post">
  34.                                                                 <table width="213" border="0" cellspacing="0" cellpadding="0">
  35.                                                                         <tr>
  36.                                                                                 <td><label for="inputtext2" class="text1">Username:</label></td>
  37.                                                                                 <td align="right"><input id="inputtext2" type="text" name="log" class="input2" /></td>
  38.                                                                         </tr>
  39.                                                                         <tr>
  40.                                                                                 <td colspan="2"><img src="<?php bloginfo('stylesheet_directory'); ?>/images/spacer.gif" alt="" width="1" height="9" /></td>
  41.                                                                         </tr>
  42.                                                                         <tr>
  43.                                                                                 <td><label for="inputtext3" class="text1">Password:</label></td>
  44.                                                                                 <td align="right"><input id="inputtext3" type="password" name="pwd" class="input2" /></td>
  45.                                                                         </tr>
  46.                                                                         <tr>
  47.                                                                                 <td colspan="2"><img src="<?php bloginfo('stylesheet_directory'); ?>/images/spacer.gif" alt="" width="1" height="9" /></td>
  48.                                                                         </tr>
  49.                                                                         <tr>
  50.                                                                                 <td colspan="2"><input id="inputsubmit2" type="submit" name="inputsubmit2" value="Login" class="submit2" />
  51.                                                                                         <p class="text2" style="padding: 1px 0px 0px 0px;"><a href="http://localhost/wordpress/wp-login.php?action=lostpassword">Lost Password</a> &nbsp;|&nbsp; <a href="#">Register</a></p></td>
  52.                                                                         </tr>
  53.                                                                 </table>
  54.                                                         </form>
  55. <?php
  56.   else:
  57. ?>
  58.                                                 <div class="title bg10">
  59.                                                         <h2 class="text1">Welcome <?php echo $user_identity; ?>!</h2>
  60.                                                 </div>
  61.                                                 <div class="content">
  62.     <ul>
  63.     <?php wp_register(); ?>
  64.     <li><a href="<?php echo get_settings('siteurl') . '/wp-login.php?action=logout&amp;redirect_to=' . $_SERVER['REQUEST_URI']; ?>"><?php _e('Logout'); ?></a></li>
  65.     </ul>
  66. <?php
  67.   endif;
  68. ?>
  69.                                                
  70.                                                 </div>
  71.                                         </div>
  72.                                         <!-- end #login -->
  73.                                         <div id="articles">
  74.                                                 <div class="title bg10">
  75.                                                         <h2 class="text1">Latest Reviews</h2>
  76.                                                 </div>
  77.                                                 <div class="content">
  78.                                                         <table width="213" border="0" cellspacing="0" cellpadding="0" class="table1">
  79.                                                                 <tr>
  80.                                                                         <td class="top" style="height:3px;"></td>
  81.                                                                 </tr>
  82.  
  83.         <?php $oddcomment = 'class="light" '; ?>
  84.         <?php $my_query = new WP_Query('showposts=10&cat='.sb_cat1()); ?>
  85.         <?php if ($my_query->have_posts()) : ?>
  86.                 <?php while ($my_query->have_posts()) : $my_query->the_post(); ?>
  87.                                                                 <tr>
  88.                                                                         <td <?php echo $oddcomment; ?>><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></td>
  89.                                                                 </tr>
  90.                         <?php $oddcomment = ( $oddcomment=='class="dark" ' ) ? 'class="light" ' : 'class="dark" '; ?>
  91.                 <?php endwhile; ?>
  92.         <?php endif; ?>
  93.                                                                 <tr>
  94.                                                                         <td class="bottom" style="height:3px;"></td>
  95.                                                                 </tr>
  96.                                                         </table>
  97.                                                         <p><a href="?cat=<?php echo sb_cat1() ?>" class="link2">Browse All Reviews</a></p>
  98.                                                 </div>
  99.                                         </div>
  100.                                         <!-- end #articles -->
  101.                                         <div id="downloads">
  102.                                                 <div class="title bg10">
  103.                                                         <h2 class="text1">Latest Dashcasts</h2>
  104.                                                 </div>
  105.                                                 <div class="content">
  106.                                                         <table width="213" border="0" cellspacing="0" cellpadding="0" class="table2">
  107.                                                                 <tr class="top">
  108.                                                                         <td style="height:0px;"></td>
  109.                                                                 </tr>
  110.  
  111.         <?php $oddcomment = 'class="light" '; ?>
  112.         <?php $my_query = new WP_Query('showposts=10&cat='.sb_cat2()); ?>
  113.         <?php if ($my_query->have_posts()) : ?>
  114.                 <?php while ($my_query->have_posts()) : $my_query->the_post(); ?>
  115.                                                                 <tr <?php echo $oddcomment; ?>>
  116.                                                                         <td><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></td>
  117.                                                                 </tr>
  118.                         <?php $oddcomment = ( $oddcomment=='class="dark" ' ) ? 'class="light" ' : 'class="dark" '; ?>
  119.                 <?php endwhile; ?>
  120.         <?php endif; ?>
  121.  
  122.                                                                 <tr class="bottom">
  123.                                                                         <td style="height:0px;"></td>
  124.                                                                 </tr>
  125.                                                         </table>
  126.                                                         <p><a href="?cat=<?php echo sb_cat2() ?>" class="link2">Browse All Dashcasts</a></p>
  127.                                                 </div>
  128.                                         </div>
  129.                                         <!-- end #downloads -->
  130.  
  131.                                 </div>
  132.                                 <!-- end #rightbar -->

advertising

Update the Post

Either update this post and resubmit it with changes, or make a new post.

You may also comment on this post.

update paste below
details of the post (optional)

Note: Only the paste content is required, though the following information can be useful to others.

Save name / title?

(space separated, optional)



Please note that information posted here will expire by default in one month. If you do not want it to expire, please set the expiry time above. If it is set to expire, web search engines will not be allowed to index it prior to it expiring. Items that are not marked to expire will be indexable by search engines. Be careful with your passwords. All illegal activities will be reported and any information will be handed over to the authorities, so be good.

worth-right