Changeset 865

Show
Ignore:
Timestamp:
09/18/07 21:16:45 (14 months ago)
Author:
freakerz
Message:

Removing the XHTML leftovers, most are <br/> and <hr/>.

Location:
trunk/htdocs/system
Files:
17 modified

Legend:

Unmodified
Added
Removed
  • trunk/htdocs/system/admin/content.php

    r799 r865  
    11<?php include('header.php');?> 
    22<div class="container"> 
    3 <hr /> 
     3<hr> 
    44<div class="column span-24 first" id="welcome"> 
    55    <h1><?php _e('Habari Content'); ?></h1> 
     
    124124                        </a> 
    125125                            <form method="post" action="<?php  URL::out( 'admin', 'page=delete_post' ); ?>" class="buttonform"> 
    126                                 <input type="hidden" name="slug" value="<?php echo $page->slug; ?>" /> 
    127                                 <input type="hidden" name="nonce" value="<?php echo $wsse['nonce']; ?>" /> 
    128                                 <input type="hidden" name="timestamp" value="<?php echo $wsse['timestamp']; ?>" /> 
    129                                 <input type="hidden" name="PasswordDigest" value="<?php echo $wsse['digest']; ?>" /> 
     126                                <input type="hidden" name="slug" value="<?php echo $page->slug; ?>"> 
     127                                <input type="hidden" name="nonce" value="<?php echo $wsse['nonce']; ?>"> 
     128                                <input type="hidden" name="timestamp" value="<?php echo $wsse['timestamp']; ?>"> 
     129                                <input type="hidden" name="PasswordDigest" value="<?php echo $wsse['digest']; ?>"> 
    130130                                <button name="delete"><?php _e('Delete'); ?></button> 
    131131                            </form> 
  • trunk/htdocs/system/admin/dashboard.php

    r828 r865  
    22<?php $user= User::identify(); ?> 
    33<div class="container"> 
    4   <hr /> 
     4  <hr> 
    55  <div class="column span-7 first "> 
    66    <div class="column span-2 first"><?php if ( isset ( $user->info->imageurl ) ) { ?><img class="admin-avatar" src="<?php echo $user->info->imageurl?>" class="usericon"><?php } ?></div> 
     
    3737    ?> 
    3838  </div> 
    39   <hr /> 
     39  <hr> 
    4040  <div class="column span-7 first"> 
    4141    <div class="column span-7 first" id="system-info"> 
     
    137137     
    138138  </div> 
    139   <hr /> 
     139  <hr> 
    140140  <div class="column span-7 first" id="incoming"> 
    141141    <h3><?php _e( 'Incoming Links' ); ?> (<a href="http://blogsearch.google.com/?scoring=d&amp;num=10&amp;q=link:<?php Site::out_url( 'hostname' ) ?>" title="<?php _e( 'More incoming links' ); ?>"><?php _e( 'more' ); ?></a> &raquo;)</h3> 
     
    187187    </table> 
    188188  </div> 
    189   <hr /> 
     189  <hr> 
    190190  <div class="column prepend-8 span-16 first" id="drafts"> 
    191191    <h3>Drafts (<a href="<?php URL::out( 'admin', 'page=content' ); ?>#drafts" title="View Your Drafts">more</a> &raquo;)</h3> 
  • trunk/htdocs/system/admin/db_profiling.php

    r411 r865  
    4747<div class="prof_time">Time to Execute: <strong><?php echo $profile->total_time;?></strong></div> 
    4848<?php if (! empty($profile->backtrace)) {?> 
    49 <pre style="text-align: left;"><strong>BACKTRACE:</strong><br/><?php print_r($profile->backtrace);?></pre> 
     49<pre style="text-align: left;"><strong>BACKTRACE:</strong><br><?php print_r($profile->backtrace);?></pre> 
    5050<?php }?> 
    5151</div> 
  • trunk/htdocs/system/admin/footer.php

    r853 r865  
    1 <hr /> 
     1<hr> 
    22<div class="container" id="footer"> 
    33    <div class="column span-24"> 
  • trunk/htdocs/system/admin/import.php

    r799 r865  
    11<?php include('header.php'); ?> 
    22<div class="container"> 
    3 <hr /> 
     3<hr> 
    44    <div class="dashboard-block c3" id="welcome"> 
    55        <h1>Import</h1> 
  • trunk/htdocs/system/admin/logs.php

    r810 r865  
    33?> 
    44<div class="container"> 
    5 <hr /> 
     5<hr> 
    66    <div class="dashboard-block c3" id="welcome"> 
    77        <p>Take a look behind the curtain and see the Great Oz at work.  Here you will see an up-to-date log of Habari's activity.</p> 
  • trunk/htdocs/system/admin/moderate.php

    r799 r865  
    2424<?php include('header.php'); ?> 
    2525<div class="container"> 
    26 <hr /> 
     26<hr> 
    2727    <div class="dashboard-block" id="stats"> 
    2828        <h4><?php _e('Comment Statistics'); ?></h4> 
  • trunk/htdocs/system/admin/options.php

    r837 r865  
    11<?php include('header.php');?> 
    22<div class="container"> 
    3 <hr /> 
     3<hr> 
    44    <div class="dashboard-block c3" id="welcome"> 
    55        <h1>Manage Options</h1> 
  • trunk/htdocs/system/admin/plugins.php

    r863 r865  
    11<?php include('header.php');?> 
    22<div class="container"> 
    3 <hr /> 
     3<hr> 
    44    <div class="dashboard-block span-24 first last" id="welcome"> 
    55        <h1>Currently Available Plugins</h1> 
  • trunk/htdocs/system/admin/publish.php

    r799 r865  
    11<?php include('header.php'); ?> 
    22<div class="container"> 
    3 <hr /> 
     3<hr> 
    44 <div class="column span-24 first" id="welcome"> 
    55  <?php 
  • trunk/htdocs/system/admin/themes.php

    r799 r865  
    11<?php include('header.php');?> 
    22<div class="container"> 
    3 <hr /> 
     3<hr> 
    44    <div class="dashboard-block c3" id="welcome"> 
    55        <h1>Currently Available Themes</h1> 
  • trunk/htdocs/system/admin/user.php

    r836 r865  
    11<?php include('header.php');?> 
    22<div class="container"> 
    3 <hr /> 
     3<hr> 
    44<?php 
    55    $currentuser = User::identify(); 
  • trunk/htdocs/system/admin/users.php

    r815 r865  
    11<?php include('header.php');?> 
    22<div class="container"> 
    3 <hr /> 
     3<hr> 
    44<div class="dashboard-block c3" id="welcome"> 
    55<?php 
  • trunk/htdocs/system/classes/databaseconnection.php

    r743 r865  
    229229                else { 
    230230                    /* Die gracefully before the segfault occurs */ 
    231                     echo '<br /><br />Attempt to fetch in class mode with a non-included class<br /><br />'; 
     231                    echo '<br><br>Attempt to fetch in class mode with a non-included class<br><br>'; 
    232232                    return false; 
    233233                } 
  • trunk/htdocs/system/classes/format.php

    r754 r865  
    119119        for($z = 0; $z < count($cz); $z++) { 
    120120            $pblock = preg_replace('/\n{2,}/', "<!--pbreak-->", trim($cz[$z])); 
    121             $pblock = str_replace("\n", "<br />\n", $pblock); 
     121            $pblock = str_replace("\n", "<br>\n", $pblock); 
    122122            $pblock = str_replace("<!--pbreak-->", "</p>\n<p>", $pblock); 
    123123            $pblock = ($pblock == '') ? '' : "<p>{$pblock}</p>\n"; 
  • trunk/htdocs/system/classes/stack.php

    r720 r865  
    1919 * 
    2020 * // Output the theme_stylesheet stack: 
    21  * Stack::out( 'theme_stylesheet', '<link rel="stylesheet" type="text/css"  href="%s" media="%s" />' ); 
     21 * Stack::out( 'theme_stylesheet', '<link rel="stylesheet" type="text/css"  href="%s" media="%s">' ); 
    2222 * </code>    
    2323 * 
  • trunk/htdocs/system/classes/utils.php

    r860 r865  
    371371        foreach( $fooargs as $arg1 ) { 
    372372            echo '<em>' . gettype($arg1) . '</em> '; 
    373             echo htmlentities( print_r( $arg1, TRUE ) ) . "<br/>"; 
     373            echo htmlentities( print_r( $arg1, TRUE ) ) . "<br>"; 
    374374        } 
    375375        echo "</pre></div>";