Advertising
- Anonymous
- Thursday, October 11th, 2007 at 10:07:24am MDT
- <div id="menu" class="bg3">
- <ul>
- <li class="first"><a href="http://www.dashboardtalk.com" id="menu1" accesskey="1" title="Home" class="link1">Home</a></li>
- <li><a href="#" id="menu2" accesskey="2" title="Tip Us" class="link1">Tip Us</a></li>
- <li><a href="http://www.dashboardtalk.com/contact-us" id="menu3" accesskey="3" title="Contact Us" class="link1">Contact Us</a></li>
- <li><a href="#" id="menu4" accesskey="4" title="Advertise" class="link1">Advertise</a></li>
- </ul>
- </div>
- <!-- end #menu -->
- <div id="page" class="bg4">
- <div class="bg5">
- <div class="bg6" style="padding: 0px 0px 50px 0px;">
- <div id="rightbar">
- <div id="login">
- <?php
- global $user_ID, $user_identity;
- get_currentuserinfo();
- if (!$user_ID):
- ?>
- <?php
- if (is_single())
- { ?>
- <div class="title bg10">
- <h2 class="text1">Article Information</h2>
- </div>
- <div class="content">
- Something
- </div> <?php } ?>
- <div class="title bg10">
- <h2 class="text1">Community Login</h2>
- </div>
- <div class="content">
- <form name="loginform" id="loginform" action="<?php echo get_settings('siteurl'); ?>/wp-login.php" method="post">
- <table width="213" border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td><label for="inputtext2" class="text1">Username:</label></td>
- <td align="right"><input id="inputtext2" type="text" name="log" class="input2" /></td>
- </tr>
- <tr>
- <td colspan="2"><img src="<?php bloginfo('stylesheet_directory'); ?>/images/spacer.gif" alt="" width="1" height="9" /></td>
- </tr>
- <tr>
- <td><label for="inputtext3" class="text1">Password:</label></td>
- <td align="right"><input id="inputtext3" type="password" name="pwd" class="input2" /></td>
- </tr>
- <tr>
- <td colspan="2"><img src="<?php bloginfo('stylesheet_directory'); ?>/images/spacer.gif" alt="" width="1" height="9" /></td>
- </tr>
- <tr>
- <td colspan="2"><input id="inputsubmit2" type="submit" name="inputsubmit2" value="Login" class="submit2" />
- <p class="text2" style="padding: 1px 0px 0px 0px;"><a href="http://localhost/wordpress/wp-login.php?action=lostpassword">Lost Password</a> | <a href="#">Register</a></p></td>
- </tr>
- </table>
- </form>
- <?php
- else:
- ?>
- <div class="title bg10">
- <h2 class="text1">Welcome <?php echo $user_identity; ?>!</h2>
- </div>
- <div class="content">
- <ul>
- <?php wp_register(); ?>
- <li><a href="<?php echo get_settings('siteurl') . '/wp-login.php?action=logout&redirect_to=' . $_SERVER['REQUEST_URI']; ?>"><?php _e('Logout'); ?></a></li>
- </ul>
- <?php
- endif;
- ?>
- </div>
- </div>
- <!-- end #login -->
- <div id="articles">
- <div class="title bg10">
- <h2 class="text1">Latest Reviews</h2>
- </div>
- <div class="content">
- <table width="213" border="0" cellspacing="0" cellpadding="0" class="table1">
- <tr>
- <td class="top" style="height:3px;"></td>
- </tr>
- <?php $oddcomment = 'class="light" '; ?>
- <?php $my_query = new WP_Query('showposts=10&cat='.sb_cat1()); ?>
- <?php if ($my_query->have_posts()) : ?>
- <?php while ($my_query->have_posts()) : $my_query->the_post(); ?>
- <tr>
- <td <?php echo $oddcomment; ?>><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></td>
- </tr>
- <?php $oddcomment = ( $oddcomment=='class="dark" ' ) ? 'class="light" ' : 'class="dark" '; ?>
- <?php endwhile; ?>
- <?php endif; ?>
- <tr>
- <td class="bottom" style="height:3px;"></td>
- </tr>
- </table>
- <p><a href="?cat=<?php echo sb_cat1() ?>" class="link2">Browse All Reviews</a></p>
- </div>
- </div>
- <!-- end #articles -->
- <div id="downloads">
- <div class="title bg10">
- <h2 class="text1">Latest Dashcasts</h2>
- </div>
- <div class="content">
- <table width="213" border="0" cellspacing="0" cellpadding="0" class="table2">
- <tr class="top">
- <td style="height:0px;"></td>
- </tr>
- <?php $oddcomment = 'class="light" '; ?>
- <?php $my_query = new WP_Query('showposts=10&cat='.sb_cat2()); ?>
- <?php if ($my_query->have_posts()) : ?>
- <?php while ($my_query->have_posts()) : $my_query->the_post(); ?>
- <tr <?php echo $oddcomment; ?>>
- <td><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></td>
- </tr>
- <?php $oddcomment = ( $oddcomment=='class="dark" ' ) ? 'class="light" ' : 'class="dark" '; ?>
- <?php endwhile; ?>
- <?php endif; ?>
- <tr class="bottom">
- <td style="height:0px;"></td>
- </tr>
- </table>
- <p><a href="?cat=<?php echo sb_cat2() ?>" class="link2">Browse All Dashcasts</a></p>
- </div>
- </div>
- <!-- end #downloads -->
- </div>
- <!-- 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.
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.