Log in with username/password: lyceum/lyceum

Changeset 116

Show
Ignore:
Timestamp:
10/27/05 19:57:53 (3 years ago)
Author:
john
Message:

tweaked some verbage and removed some redundant comments

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • tags/0.6RC/src/lyceum/portal.php

    r114 r116  
    1616 
    1717<style type="text/css" media="screen"> 
    18 /* To accomodate differing install paths of WordPress, images are referred only here, 
    19    and not in the wp-layout.css file. If you prefer to use only CSS for colors and what 
    20    not, then go right ahead and delete the following lines, and the image files. */ 
    21        
    2218   body { background: url("<?php bloginfo('stylesheet_directory'); ?>/kubrickbgcolor.jpg"); }    
    2319   #page { background: url("<?php bloginfo('stylesheet_directory'); ?>/images/kubrickbg.jpg") repeat-y top; border: none; } 
     
    2521   #footer { background: url("<?php bloginfo('stylesheet_directory'); ?>/images/kubrickfooter.jpg") no-repeat bottom; border: none;} 
    2622 
    27 /* Because the template is slightly different, size-wise, with images, this needs to be set here 
    28    If you don't want to use the template's images, you can also delete the following two lines. */ 
    29        
    3023   #header  { margin: 0 !important; margin: 0 0 0 1px; padding: 1px; height: 198px; width: 758px; } 
    3124   #headerimg  { margin: 7px 9px 0; height: 192px; width: 740px; }  
    3225 
    33 /*    To ease the insertion of a personal header image, I have done it in such a way, 
    34    that you simply drop in an image called 'personalheader.jpg' into your /images/ 
    35    directory. Dimensions should be at least 760px x 200px. Anything above that will 
    36    get cropped off of the image. */ 
    3726   /* 
    3827   #headerimg { background: url('<?php bloginfo('stylesheet_directory'); ?>/personalheader.jpg') no-repeat top;} 
     
    6251<div id="header"> 
    6352   <div id="headerimg"> 
    64       <h1>Welcome to Lyceum!</h1> 
     53      <h1>Welcome to the Lyceum test installation!</h1> 
    6554      <div class="description"><? echo $user_identity?"logged in as $user_identity":''?></div> 
    6655   </div> 
     
    7160   <p>Thank you for helping to test Lyceum. Click <em>Register</em> to sign up for a username and blog. This will generate a password which will be emailed to you. After logging in, you can create posts, adjust blog settings, comment on your blog and other blogs. You can even create mulitple users/blogs and cross post between them.</p> 
    7261   <p><strong>Remember:</strong> This is a test installation of Lyceum for the debugging phase. All the blogs here are likely to be deleted in a few days.</p> 
     62   <fieldset><p>Send bug reports, questions, and feature suggestions to:<p> </p><strong>jjb<em>AT</em>ibiblio.org</strong></p></fieldset><br/> 
    7363   <?php 
    7464   echo '<a href="wp-register.php">Register</a><br/>'; 
Log in with username/password: lyceum/lyceum