Changeset 116
- Timestamp:
- 10/27/05 19:57:53 (3 years ago)
- Files:
-
- tags/0.6RC/src/lyceum/portal.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
tags/0.6RC/src/lyceum/portal.php
r114 r116 16 16 17 17 <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 what20 not, then go right ahead and delete the following lines, and the image files. */21 22 18 body { background: url("<?php bloginfo('stylesheet_directory'); ?>/kubrickbgcolor.jpg"); } 23 19 #page { background: url("<?php bloginfo('stylesheet_directory'); ?>/images/kubrickbg.jpg") repeat-y top; border: none; } … … 25 21 #footer { background: url("<?php bloginfo('stylesheet_directory'); ?>/images/kubrickfooter.jpg") no-repeat bottom; border: none;} 26 22 27 /* Because the template is slightly different, size-wise, with images, this needs to be set here28 If you don't want to use the template's images, you can also delete the following two lines. */29 30 23 #header { margin: 0 !important; margin: 0 0 0 1px; padding: 1px; height: 198px; width: 758px; } 31 24 #headerimg { margin: 7px 9px 0; height: 192px; width: 740px; } 32 25 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 will36 get cropped off of the image. */37 26 /* 38 27 #headerimg { background: url('<?php bloginfo('stylesheet_directory'); ?>/personalheader.jpg') no-repeat top;} … … 62 51 <div id="header"> 63 52 <div id="headerimg"> 64 <h1>Welcome to Lyceum!</h1>53 <h1>Welcome to the Lyceum test installation!</h1> 65 54 <div class="description"><? echo $user_identity?"logged in as $user_identity":''?></div> 66 55 </div> … … 71 60 <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> 72 61 <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/> 73 63 <?php 74 64 echo '<a href="wp-register.php">Register</a><br/>';
