Changeset 2061
- Timestamp:
- 04/29/2009 05:34:44 AM (17 years ago)
- Location:
- trunk/bb-templates/kakumei
- Files:
-
- 19 edited
-
edit-form.php (modified) (1 diff)
-
favorites.php (modified) (1 diff)
-
footer.php (modified) (1 diff)
-
forum.php (modified) (1 diff)
-
front-page.php (modified) (1 diff)
-
header.php (modified) (1 diff)
-
login.php (modified) (1 diff)
-
password-reset.php (modified) (1 diff)
-
profile-base.php (modified) (1 diff)
-
profile-edit.php (modified) (1 diff)
-
profile.php (modified) (1 diff)
-
register-success.php (modified) (1 diff)
-
register.php (modified) (1 diff)
-
search-form.php (modified) (1 diff)
-
stats.php (modified) (1 diff)
-
tag-single.php (modified) (1 diff)
-
tags.php (modified) (1 diff)
-
topic.php (modified) (1 diff)
-
view.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bb-templates/kakumei/edit-form.php
r2012 r2061 1 1 2 2 <?php if ( $topic_title ) : ?> 3 <p >3 <p role="main"> 4 4 <label><?php _e('Topic:'); ?><br /> 5 5 -
trunk/bb-templates/kakumei/favorites.php
r1980 r2061 3 3 <h3 class="bbcrumb"><a href="<?php bb_uri(); ?>"><?php bb_option('name'); ?></a> » <?php _e('Favorites'); ?></h3> 4 4 5 <h2 id="currentfavorites" ><?php _e('Current Favorites'); ?><?php if ( $topics ) echo ' (' . $favorites_total . ')'; ?></h2>5 <h2 id="currentfavorites" role="main"><?php _e('Current Favorites'); ?><?php if ( $topics ) echo ' (' . $favorites_total . ')'; ?></h2> 6 6 7 7 <p><?php _e("Your Favorites allow you to create a custom <abbr title=\"Really Simple Syndication\">RSS</abbr> feed which pulls recent replies to the topics you specify.\nTo add topics to your list of favorites, just click the \"Add to Favorites\" link found on that topic’s page."); ?></p> -
trunk/bb-templates/kakumei/footer.php
r1647 r2061 8 8 </div> 9 9 10 <div id="footer" >10 <div id="footer" role="contentinfo"> 11 11 <p><?php printf(__('%1$s is proudly powered by <a href="%2$s">bbPress</a>.'), bb_option('name'), "http://bbpress.org") ?></p> 12 12 </div> -
trunk/bb-templates/kakumei/forum.php
r1980 r2061 5 5 <?php if ( $topics || $stickies ) : ?> 6 6 7 <table id="latest" >7 <table id="latest" role="main"> 8 8 <tr> 9 9 <th><?php _e('Topic'); ?> — <?php bb_new_topic_link(); ?></th> -
trunk/bb-templates/kakumei/front-page.php
r1980 r2061 3 3 <?php if ( $forums ) : ?> 4 4 5 <div id="hottags" >5 <div id="hottags" role="main"> 6 6 <h2><?php _e('Hot Tags'); ?></h2> 7 7 <p class="frontpageheatmap"><?php bb_tag_heat_map(); ?></p> -
trunk/bb-templates/kakumei/header.php
r1935 r2061 25 25 <div id="wrapper"> 26 26 27 <div id="header" >27 <div id="header" role="banner"> 28 28 <h1><a href="<?php bb_uri(); ?>"><?php bb_option('name'); ?></a></h1> 29 29 <?php if ( bb_get_option('description') ) : ?><p class="description"><?php bb_option('description'); ?></p><?php endif; ?> -
trunk/bb-templates/kakumei/login.php
r1625 r2061 3 3 <h3 class="bbcrumb"><a href="<?php bb_uri(); ?>"><?php bb_option('name'); ?></a> » <?php _e('Log in'); ?></h3> 4 4 5 <h2 id="userlogin" ><?php isset($_POST['user_login']) ? _e('Log in Failed') : _e('Log in') ; ?></h2>5 <h2 id="userlogin" role="main"><?php isset($_POST['user_login']) ? _e('Log in Failed') : _e('Log in') ; ?></h2> 6 6 7 7 <form method="post" action="<?php bb_uri('bb-login.php', null, BB_URI_CONTEXT_FORM_ACTION + BB_URI_CONTEXT_BB_USER_FORMS); ?>"> -
trunk/bb-templates/kakumei/password-reset.php
r1656 r2061 3 3 <h3 class="bbcrumb"><a href="<?php bb_uri(); ?>"><?php bb_option('name'); ?></a> » <?php _e('Log in'); ?></h3> 4 4 5 <h2 ><?php _e('Password Reset'); ?></h2>5 <h2 role="main"><?php _e('Password Reset'); ?></h2> 6 6 7 7 <?php if ( $error ) : ?> -
trunk/bb-templates/kakumei/profile-base.php
r1575 r2061 2 2 3 3 <h3 class="bbcrumb"><a href="<?php bb_uri(); ?>"><?php bb_option('name'); ?></a> » <?php echo $profile_page_title; ?></h3> 4 <h2 ><?php echo get_user_name( $user->ID ); ?></h2>4 <h2 role="main"><?php echo get_user_name( $user->ID ); ?></h2> 5 5 6 6 <?php bb_profile_base_content(); ?> -
trunk/bb-templates/kakumei/profile-edit.php
r1978 r2061 2 2 3 3 <h3 class="bbcrumb"><a href="<?php bb_uri(); ?>"><?php bb_option('name'); ?></a> » <?php _e('Edit Profile'); ?></h3> 4 <h2 id="userlogin" ><?php echo get_user_display_name( $user->ID ); ?> <small>(<?php echo get_user_name( $user->ID ); ?>)</small></h2>4 <h2 id="userlogin" role="main"><?php echo get_user_display_name( $user->ID ); ?> <small>(<?php echo get_user_name( $user->ID ); ?>)</small></h2> 5 5 <form method="post" action="<?php profile_tab_link( $user->ID, 'edit', BB_URI_CONTEXT_FORM_ACTION + BB_URI_CONTEXT_BB_USER_FORMS ); ?>"> 6 6 <fieldset> -
trunk/bb-templates/kakumei/profile.php
r1980 r2061 3 3 <h3 class="bbcrumb"><a href="<?php bb_uri(); ?>"><?php bb_option('name'); ?></a> » <?php _e('Profile') ?></h3> 4 4 5 <div class="vcard" >5 <div class="vcard" role="main"> 6 6 7 7 <?php if ( $avatar = bb_get_avatar( $user->ID ) ) : ?> -
trunk/bb-templates/kakumei/register-success.php
r1575 r2061 3 3 <h3 class="bbcrumb"><a href="<?php bb_uri(); ?>"><?php bb_option('name'); ?></a> » <?php _e('Register'); ?></h3> 4 4 5 <h2 id="register" ><?php _e('Great!'); ?></h2>5 <h2 id="register" role="main"><?php _e('Great!'); ?></h2> 6 6 7 7 <p><?php printf(__('Your registration as <strong>%s</strong> was successful. Within a few minutes you should receive an email with your password.'), $user_login) ?></p> -
trunk/bb-templates/kakumei/register.php
r1642 r2061 3 3 <h3 class="bbcrumb"><a href="<?php bb_uri(); ?>"><?php bb_option('name'); ?></a> » <?php _e('Register'); ?></h3> 4 4 5 <h2 id="register" ><?php _e('Registration'); ?></h2>5 <h2 id="register" role="main"><?php _e('Registration'); ?></h2> 6 6 7 7 <?php if ( !bb_is_user_logged_in() ) : ?> -
trunk/bb-templates/kakumei/search-form.php
r1641 r2061 1 <form class="search-form" action="<?php bb_uri('search.php', null, BB_URI_CONTEXT_FORM_ACTION); ?>" method="get">1 <form class="search-form" role="search" action="<?php bb_uri('search.php', null, BB_URI_CONTEXT_FORM_ACTION); ?>" method="get"> 2 2 <p> 3 3 <label class="hidden" for="q"><?php _e('Search:'); ?></label> -
trunk/bb-templates/kakumei/stats.php
r1575 r2061 3 3 <h3 class="bbcrumb"><a href="<?php bb_uri(); ?>"><?php bb_option('name'); ?></a> » <?php _e('Statistics'); ?></h3> 4 4 5 <dl >5 <dl role="main"> 6 6 <dt><?php _e('Registered Users'); ?></dt> 7 7 <dd><strong><?php total_users(); ?></strong></dd> -
trunk/bb-templates/kakumei/tag-single.php
r1999 r2061 7 7 <?php if ( $topics ) : ?> 8 8 9 <table id="latest" >9 <table id="latest" role="main"> 10 10 <tr> 11 11 <th><?php _e('Topic'); ?> — <?php bb_new_topic_link(); ?></th> -
trunk/bb-templates/kakumei/tags.php
r1575 r2061 3 3 <h3 class="bbcrumb"><a href="<?php bb_uri(); ?>"><?php bb_option('name'); ?></a> » <?php _e('Tags'); ?></h3> 4 4 5 <p ><?php _e('This is a collection of tags that are currently popular on the forums.'); ?></p>5 <p role="main"><?php _e('This is a collection of tags that are currently popular on the forums.'); ?></p> 6 6 7 7 <div id="hottags"> -
trunk/bb-templates/kakumei/topic.php
r1980 r2061 2 2 3 3 <h3 class="bbcrumb"><a href="<?php bb_uri(); ?>"><?php bb_option('name'); ?></a><?php bb_forum_bread_crumb(); ?></h3> 4 <div class="infobox" >4 <div class="infobox" role="main"> 5 5 6 6 <div id="topic-info"> -
trunk/bb-templates/kakumei/view.php
r1852 r2061 5 5 <?php if ( $topics || $stickies ) : ?> 6 6 7 <table id="latest" >7 <table id="latest" role="main"> 8 8 <tr> 9 9 <th><?php _e('Topic'); ?></th>
Note: See TracChangeset
for help on using the changeset viewer.