Changeset 865
- Timestamp:
- 09/18/07 21:16:45 (14 months ago)
- Location:
- trunk/htdocs/system
- Files:
-
- 17 modified
-
admin/content.php (modified) (2 diffs)
-
admin/dashboard.php (modified) (4 diffs)
-
admin/db_profiling.php (modified) (1 diff)
-
admin/footer.php (modified) (1 diff)
-
admin/import.php (modified) (1 diff)
-
admin/logs.php (modified) (1 diff)
-
admin/moderate.php (modified) (1 diff)
-
admin/options.php (modified) (1 diff)
-
admin/plugins.php (modified) (1 diff)
-
admin/publish.php (modified) (1 diff)
-
admin/themes.php (modified) (1 diff)
-
admin/user.php (modified) (1 diff)
-
admin/users.php (modified) (1 diff)
-
classes/databaseconnection.php (modified) (1 diff)
-
classes/format.php (modified) (1 diff)
-
classes/stack.php (modified) (1 diff)
-
classes/utils.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/htdocs/system/admin/content.php
r799 r865 1 1 <?php include('header.php');?> 2 2 <div class="container"> 3 <hr />3 <hr> 4 4 <div class="column span-24 first" id="welcome"> 5 5 <h1><?php _e('Habari Content'); ?></h1> … … 124 124 </a> 125 125 <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']; ?>"> 130 130 <button name="delete"><?php _e('Delete'); ?></button> 131 131 </form> -
trunk/htdocs/system/admin/dashboard.php
r828 r865 2 2 <?php $user= User::identify(); ?> 3 3 <div class="container"> 4 <hr />4 <hr> 5 5 <div class="column span-7 first "> 6 6 <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> … … 37 37 ?> 38 38 </div> 39 <hr />39 <hr> 40 40 <div class="column span-7 first"> 41 41 <div class="column span-7 first" id="system-info"> … … 137 137 138 138 </div> 139 <hr />139 <hr> 140 140 <div class="column span-7 first" id="incoming"> 141 141 <h3><?php _e( 'Incoming Links' ); ?> (<a href="http://blogsearch.google.com/?scoring=d&num=10&q=link:<?php Site::out_url( 'hostname' ) ?>" title="<?php _e( 'More incoming links' ); ?>"><?php _e( 'more' ); ?></a> »)</h3> … … 187 187 </table> 188 188 </div> 189 <hr />189 <hr> 190 190 <div class="column prepend-8 span-16 first" id="drafts"> 191 191 <h3>Drafts (<a href="<?php URL::out( 'admin', 'page=content' ); ?>#drafts" title="View Your Drafts">more</a> »)</h3> -
trunk/htdocs/system/admin/db_profiling.php
r411 r865 47 47 <div class="prof_time">Time to Execute: <strong><?php echo $profile->total_time;?></strong></div> 48 48 <?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> 50 50 <?php }?> 51 51 </div> -
trunk/htdocs/system/admin/footer.php
r853 r865 1 <hr />1 <hr> 2 2 <div class="container" id="footer"> 3 3 <div class="column span-24"> -
trunk/htdocs/system/admin/import.php
r799 r865 1 1 <?php include('header.php'); ?> 2 2 <div class="container"> 3 <hr />3 <hr> 4 4 <div class="dashboard-block c3" id="welcome"> 5 5 <h1>Import</h1> -
trunk/htdocs/system/admin/logs.php
r810 r865 3 3 ?> 4 4 <div class="container"> 5 <hr />5 <hr> 6 6 <div class="dashboard-block c3" id="welcome"> 7 7 <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 24 24 <?php include('header.php'); ?> 25 25 <div class="container"> 26 <hr />26 <hr> 27 27 <div class="dashboard-block" id="stats"> 28 28 <h4><?php _e('Comment Statistics'); ?></h4> -
trunk/htdocs/system/admin/options.php
r837 r865 1 1 <?php include('header.php');?> 2 2 <div class="container"> 3 <hr />3 <hr> 4 4 <div class="dashboard-block c3" id="welcome"> 5 5 <h1>Manage Options</h1> -
trunk/htdocs/system/admin/plugins.php
r863 r865 1 1 <?php include('header.php');?> 2 2 <div class="container"> 3 <hr />3 <hr> 4 4 <div class="dashboard-block span-24 first last" id="welcome"> 5 5 <h1>Currently Available Plugins</h1> -
trunk/htdocs/system/admin/publish.php
r799 r865 1 1 <?php include('header.php'); ?> 2 2 <div class="container"> 3 <hr />3 <hr> 4 4 <div class="column span-24 first" id="welcome"> 5 5 <?php -
trunk/htdocs/system/admin/themes.php
r799 r865 1 1 <?php include('header.php');?> 2 2 <div class="container"> 3 <hr />3 <hr> 4 4 <div class="dashboard-block c3" id="welcome"> 5 5 <h1>Currently Available Themes</h1> -
trunk/htdocs/system/admin/user.php
r836 r865 1 1 <?php include('header.php');?> 2 2 <div class="container"> 3 <hr />3 <hr> 4 4 <?php 5 5 $currentuser = User::identify(); -
trunk/htdocs/system/admin/users.php
r815 r865 1 1 <?php include('header.php');?> 2 2 <div class="container"> 3 <hr />3 <hr> 4 4 <div class="dashboard-block c3" id="welcome"> 5 5 <?php -
trunk/htdocs/system/classes/databaseconnection.php
r743 r865 229 229 else { 230 230 /* 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>'; 232 232 return false; 233 233 } -
trunk/htdocs/system/classes/format.php
r754 r865 119 119 for($z = 0; $z < count($cz); $z++) { 120 120 $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); 122 122 $pblock = str_replace("<!--pbreak-->", "</p>\n<p>", $pblock); 123 123 $pblock = ($pblock == '') ? '' : "<p>{$pblock}</p>\n"; -
trunk/htdocs/system/classes/stack.php
r720 r865 19 19 * 20 20 * // 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">' ); 22 22 * </code> 23 23 * -
trunk/htdocs/system/classes/utils.php
r860 r865 371 371 foreach( $fooargs as $arg1 ) { 372 372 echo '<em>' . gettype($arg1) . '</em> '; 373 echo htmlentities( print_r( $arg1, TRUE ) ) . "<br />";373 echo htmlentities( print_r( $arg1, TRUE ) ) . "<br>"; 374 374 } 375 375 echo "</pre></div>";
